hexsha stringlengths 40 40 | size int64 5 1.04M | ext stringclasses 6
values | lang stringclasses 1
value | max_stars_repo_path stringlengths 3 344 | max_stars_repo_name stringlengths 5 125 | max_stars_repo_head_hexsha stringlengths 40 78 | max_stars_repo_licenses listlengths 1 11 | max_stars_count int64 1 368k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 3 344 | max_issues_repo_name stringlengths 5 125 | max_issues_repo_head_hexsha stringlengths 40 78 | max_issues_repo_licenses listlengths 1 11 | max_issues_count int64 1 116k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 344 | max_forks_repo_name stringlengths 5 125 | max_forks_repo_head_hexsha stringlengths 40 78 | max_forks_repo_licenses listlengths 1 11 | max_forks_count int64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 5 1.04M | avg_line_length float64 1.14 851k | max_line_length int64 1 1.03M | alphanum_fraction float64 0 1 | lid stringclasses 191
values | lid_prob float64 0.01 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
39c1738f752097365dedadfddd7b66c462eae236 | 2,605 | md | Markdown | readme.md | cstuncsik/phaser-es6-demo | 3229af9519304d036e41cad28dc3a0b507c23f3f | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 149 | 2016-01-14T05:35:08.000Z | 2021-03-30T11:11:24.000Z | readme.md | cstuncsik/phaser-es6-demo | 3229af9519304d036e41cad28dc3a0b507c23f3f | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 1 | 2018-01-13T19:51:13.000Z | 2018-01-13T19:51:13.000Z | readme.md | cstuncsik/phaser-es6-demo | 3229af9519304d036e41cad28dc3a0b507c23f3f | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 38 | 2016-01-14T08:54:58.000Z | 2021-03-14T20:23:28.000Z | # Phaser ES6 Demo
This is small shoot'em up demo game to show how you can build a [phaser](http://phaser.io/) game with the next generation of javascript (ES6/2015).
You can also use this as a boilerplate.
## Technology
The project is based on [Node.js](https://nodejs.org/en/), if you are not familiar with it I'd s... | 32.160494 | 234 | 0.757006 | eng_Latn | 0.847383 |
39c1d8e89538091618d877afc1abf04c0e58e77f | 3,063 | md | Markdown | _posts/2010-06-03-design-prototype.md | yoting/yoting.github.io | 34bfb0f99909204ebd0b91d3c639df88143ffd6b | [
"MIT"
] | 1 | 2021-04-23T08:57:00.000Z | 2021-04-23T08:57:00.000Z | _posts/2010-06-03-design-prototype.md | yoting/yoting.github.io | 34bfb0f99909204ebd0b91d3c639df88143ffd6b | [
"MIT"
] | null | null | null | _posts/2010-06-03-design-prototype.md | yoting/yoting.github.io | 34bfb0f99909204ebd0b91d3c639df88143ffd6b | [
"MIT"
] | null | null | null | ---
layout: post
title: 设计模式之原型模式
date: 2016-08-15
categories: "Design_Pattern"
tags: design
---
### 原型模式概念
原型模式就是用原型实例指定创建对象的种类,并且通过复制这些原型创建新的对象。在原型模式中,所发动创建的对象通过请求原型对象来拷贝原型对象自己来实现创建过程,当然所发动创建的对象需要知道原型对象的类型。这里也就是说所发动创建的对象只需要知道原型对象的类型就可以获得更多的原型实例对象,至于这些原型对象时如何创建的根本不需要关心。
### 原型模式实现
在Java中原型模式的实现主要是通过clone来实现,在... | 22.357664 | 168 | 0.766895 | yue_Hant | 0.358864 |
39c20f83353e81ac255ea7fa1cdc4010e8f4d7e3 | 484 | md | Markdown | documentation/dummyette.md | div72/dummyette | e687cc0b29447077c97b8d0845b3937e9e62d6dc | [
"0BSD"
] | 5 | 2021-03-03T05:52:17.000Z | 2022-02-11T00:57:47.000Z | documentation/dummyette.md | div72/dummyette | e687cc0b29447077c97b8d0845b3937e9e62d6dc | [
"0BSD"
] | 1 | 2021-03-01T23:02:48.000Z | 2021-10-12T07:48:48.000Z | documentation/dummyette.md | div72/dummyette | e687cc0b29447077c97b8d0845b3937e9e62d6dc | [
"0BSD"
] | 1 | 2021-10-04T13:29:26.000Z | 2021-10-04T13:29:26.000Z | documentation for `dummyette.js`
===
table of contents
---
- introduction
- game analysis
- `analyse(board)`
introduction
---
This module contains a function that analyses a chess board to find the best moves available.
`analyse(board)`
---
This function tries to find the best moves available on a given chess b... | 24.2 | 234 | 0.754132 | eng_Latn | 0.998126 |
39c2a50f12ffa5b1c132fa3fce089799b3a201b4 | 2,727 | md | Markdown | docs/docs/interfaces/_options_.optionsoptions.md | gribbet/rayity-docs | dcc827d77f0d9e27b808c818caa8d858f12e2cbd | [
"MIT"
] | null | null | null | docs/docs/interfaces/_options_.optionsoptions.md | gribbet/rayity-docs | dcc827d77f0d9e27b808c818caa8d858f12e2cbd | [
"MIT"
] | null | null | null | docs/docs/interfaces/_options_.optionsoptions.md | gribbet/rayity-docs | dcc827d77f0d9e27b808c818caa8d858f12e2cbd | [
"MIT"
] | null | null | null | [rayity](../README.md) > ["options"](../modules/_options_.md) > [OptionsOptions](../interfaces/_options_.optionsoptions.md)
# Interface: OptionsOptions
Rendering configuration
## Properties
<a id="bounces"></a>
### «Optional» bounces
**● bounces**: *`undefined`⎮`number`*
*Defined in [options.ts:64](https:/... | 13.433498 | 123 | 0.672167 | eng_Latn | 0.294487 |
39c2bb033d6151f1964111eac2a9fd70a539b97b | 542 | md | Markdown | README.md | itsMikey/adoptAFriend | 4151297f07a31b3dede6c5bb9af40152fdedcc72 | [
"MIT"
] | null | null | null | README.md | itsMikey/adoptAFriend | 4151297f07a31b3dede6c5bb9af40152fdedcc72 | [
"MIT"
] | null | null | null | README.md | itsMikey/adoptAFriend | 4151297f07a31b3dede6c5bb9af40152fdedcc72 | [
"MIT"
] | null | null | null | # adoptAFriend
Alexa skill that reads to you adoptable pets in your areas or local shelters. The idea is that these animals might have a better chance of being adopted not by their looks but their story.
### How to run
To run tests `yarn run test`
To build `yarn run build`
You'll also need to throw in a env.yml ... | 24.636364 | 188 | 0.691882 | eng_Latn | 0.99693 |
39c3d84b8d73dacf7ce264f9d36e9f8c93dc1bbb | 1,165 | md | Markdown | _posts/2018-12-19-Enclave.md | GemmyOrvayne/gemmyorvayne.github.io | 4586cceb8c4a74782ae23d5c49992a9e55037f9f | [
"MIT"
] | null | null | null | _posts/2018-12-19-Enclave.md | GemmyOrvayne/gemmyorvayne.github.io | 4586cceb8c4a74782ae23d5c49992a9e55037f9f | [
"MIT"
] | 6 | 2019-03-18T23:46:13.000Z | 2020-08-02T03:36:32.000Z | _posts/2018-12-19-Enclave.md | GemmyOrvayne/gemmyorvayne.github.io | 4586cceb8c4a74782ae23d5c49992a9e55037f9f | [
"MIT"
] | null | null | null | ---
layout: post
post_type: triple-img
title: Enclave Shitters
date: 2018-12-19 02:10:00
tags: [fallout, fallout 3, shitter, are you afraid of the gnome]
img1: /img/fallout3/enclave1.jpg
img1_rollover: /img/fallout3/enclave1a.jpg
img2: /img/fallout3/enclave2a.jpg
img2_rollover: /img/fallout3/enclave2.jpg
img3: /img/fal... | 55.47619 | 280 | 0.781974 | eng_Latn | 0.996307 |
39c515f21c6b664555ddb55f776e6503c3e076ad | 1,319 | md | Markdown | docs/access/power-function-access-custom-web-app.md | MicrosoftDocs/office-developer-client-docs.ru-RU | 630048a17484f2f7d4fa6ff4395619cbb354a0da | [
"CC-BY-4.0",
"MIT"
] | 2 | 2020-05-19T18:52:34.000Z | 2021-04-21T00:13:46.000Z | docs/access/power-function-access-custom-web-app.md | MicrosoftDocs/office-developer-client-docs.ru-RU | 630048a17484f2f7d4fa6ff4395619cbb354a0da | [
"CC-BY-4.0",
"MIT"
] | 5 | 2019-11-26T11:04:12.000Z | 2021-12-08T02:52:24.000Z | docs/access/power-function-access-custom-web-app.md | MicrosoftDocs/office-developer-client-docs.ru-RU | 630048a17484f2f7d4fa6ff4395619cbb354a0da | [
"CC-BY-4.0",
"MIT"
] | 3 | 2018-10-31T18:11:33.000Z | 2021-10-13T10:57:53.000Z | ---
title: Power Function (Access custom web app)
manager: kelbow
ms.date: 09/05/2017
ms.audience: Developer
ms.topic: reference
ms.localizationpriority: medium
ms.assetid: 2cfe965f-e462-452f-a99d-804cb1a2f1c7
description: Возвращает значение указанного выражения в указанную мощность.
ms.openlocfilehash: 1f7f8216716808... | 36.638889 | 297 | 0.761941 | rus_Cyrl | 0.51691 |
39c530686551cbde2b9aed0dd894935d3c94ba6b | 481 | md | Markdown | README.md | evergreencait/ivorycoast | 992b8cf6484587e93e58ef789143b63c6b71a4b7 | [
"MIT"
] | null | null | null | README.md | evergreencait/ivorycoast | 992b8cf6484587e93e58ef789143b63c6b71a4b7 | [
"MIT"
] | null | null | null | README.md | evergreencait/ivorycoast | 992b8cf6484587e93e58ef789143b63c6b71a4b7 | [
"MIT"
] | null | null | null | # Ivory Coast
#### HTML/CSS/BOOTSTRAP independent program for Epicodus, 01.06.17
#### By _**Caitlin Hines and Marc Larkin**_
## Description
Travel website for the Ivory Coast
## Setup/Installation Requirements
* Clone this repository from https://github.com/evergreencait/ivorycoast
* Open html file into a new brow... | 20.041667 | 72 | 0.75052 | eng_Latn | 0.455347 |
39c53a748d69c57e7ca73b8415d8582a8337faa4 | 1,273 | md | Markdown | database/manual-updates/2022-02-18_update_staging_person_table_and_add_related_tables.md | JohnFarrellDev/social-care-case-viewer-api-fork | f1851ff8896a0397fd4aebbe160bdd3104f57c42 | [
"MIT"
] | 1 | 2022-03-29T09:08:49.000Z | 2022-03-29T09:08:49.000Z | database/manual-updates/2022-02-18_update_staging_person_table_and_add_related_tables.md | JohnFarrellDev/social-care-case-viewer-api-fork | f1851ff8896a0397fd4aebbe160bdd3104f57c42 | [
"MIT"
] | null | null | null | database/manual-updates/2022-02-18_update_staging_person_table_and_add_related_tables.md | JohnFarrellDev/social-care-case-viewer-api-fork | f1851ff8896a0397fd4aebbe160bdd3104f57c42 | [
"MIT"
] | null | null | null | # Add tables required by the historical data gateway
## The problem we're trying to solve
Extending previous update we have changed type of gender in Person + added several related tables, staging needs a manual update to take the changes into account.
## Justification for doing a manual update
We don't have automa... | 28.288889 | 162 | 0.764336 | yue_Hant | 0.843666 |
39c60987bddfa488095a99a3f410a5b37bc58ad8 | 4,791 | md | Markdown | plugins/nlog/NLog/NLogModule/0.0.2/docs/Write-Verbose.md | merddyin/ADDeploy | 000d6f8f74f179b2ae2425492f6b62c4436d8d72 | [
"MIT"
] | null | null | null | plugins/nlog/NLog/NLogModule/0.0.2/docs/Write-Verbose.md | merddyin/ADDeploy | 000d6f8f74f179b2ae2425492f6b62c4436d8d72 | [
"MIT"
] | null | null | null | plugins/nlog/NLog/NLogModule/0.0.2/docs/Write-Verbose.md | merddyin/ADDeploy | 000d6f8f74f179b2ae2425492f6b62c4436d8d72 | [
"MIT"
] | null | null | null | ---
external help file: NLogModule-help.xml
online version: http://go.microsoft.com/fwlink/?LinkId=821880
schema: 2.0.0
---
# Write-Verbose
## SYNOPSIS
Writes text to the verbose message stream.
Writes text to the verbose message stream.
## SYNTAX
```
Write-Verbose [-Message] <String>
```
## DESCRIPTION
The Write... | 34.717391 | 191 | 0.764976 | eng_Latn | 0.964232 |
39c6737dee3460b2060fe40db68917d8b9b9c775 | 532 | md | Markdown | docs/mobe1969/v-for-vendetta.md | 3ll3d00d/beqcatalogue | ce38c769c437de382b511e14e60e131944f2ca7d | [
"MIT"
] | 1 | 2021-01-30T20:28:22.000Z | 2021-01-30T20:28:22.000Z | docs/mobe1969/v-for-vendetta.md | 3ll3d00d/beqcatalogue | ce38c769c437de382b511e14e60e131944f2ca7d | [
"MIT"
] | 7 | 2020-09-14T21:51:16.000Z | 2021-04-03T14:48:01.000Z | docs/mobe1969/v-for-vendetta.md | 3ll3d00d/beqcatalogue | ce38c769c437de382b511e14e60e131944f2ca7d | [
"MIT"
] | 1 | 2021-03-08T20:09:01.000Z | 2021-03-08T20:09:01.000Z | # V for Vendetta
## Atmos
**2006 • R • 2h 12m • Action, Thriller, Fantasy • mobe1969**
In a world in which Great Britain has become a fascist state, a masked vigilante known only as “V” conducts guerrilla warfare against the oppressive British government. When V rescues a young woman from the secret police, he finds... | 40.923077 | 312 | 0.753759 | eng_Latn | 0.992264 |
39c677b3f72e62cdf276bc2575bf8c1ebf0ef8fb | 2,510 | md | Markdown | pages/wgg/Periodes/713.md | Utanapishti/utanapishti.github.io | b2ecf8e10414f2abdfbdba4d0338533c61a5d927 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | pages/wgg/Periodes/713.md | Utanapishti/utanapishti.github.io | b2ecf8e10414f2abdfbdba4d0338533c61a5d927 | [
"MIT",
"BSD-3-Clause"
] | 3 | 2021-05-20T02:11:08.000Z | 2022-02-26T04:57:44.000Z | pages/wgg/Periodes/713.md | Utanapishti/utanapishti.github.io | b2ecf8e10414f2abdfbdba4d0338533c61a5d927 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | ---
title: "Mazmorras"
permalink: periodes_713.html
layout: periode
sidebar: periodes
pares:
- id: 712
title: "Espada y Brujería"
fills:
jocsPrincipals:
- title: "Dungeon Bash"
bggId: 17720
dataInici:
dataFi:
jocsEscenaris:
- title: "2 Hour Dungeon Crawl"
bggId: 168353
dataInici:
... | 16.089744 | 59 | 0.601195 | nld_Latn | 0.063634 |
39c70f826de08a7f0370c2da032d453eec429c23 | 841 | md | Markdown | doc/create/make-address.md | llupa/doctrine-intro | d2fa9b89bdfb6da80750bc593ba9c72f3268d30c | [
"MIT"
] | 1 | 2020-06-23T12:10:01.000Z | 2020-06-23T12:10:01.000Z | doc/create/make-address.md | llupa/doctrine-intro | d2fa9b89bdfb6da80750bc593ba9c72f3268d30c | [
"MIT"
] | null | null | null | doc/create/make-address.md | llupa/doctrine-intro | d2fa9b89bdfb6da80750bc593ba9c72f3268d30c | [
"MIT"
] | 1 | 2020-06-12T13:57:02.000Z | 2020-06-12T13:57:02.000Z | Author
------
Below you will find a full output of our `make:entity` command run, and the options we are choosing.
```
bin/console make:entity
Class name of the entity to create or update (e.g. GentleElephant):
> Address
created: src/Entity/Address.php
created: src/Repository/AddressRepository.php
Entity gen... | 21.564103 | 100 | 0.707491 | eng_Latn | 0.991299 |
39c724c44c394018558078ae46d6dcbfb14f9623 | 9,146 | md | Markdown | README.md | G33N/rn-snackbar | b8faa1ee22e14a274bd5de1c47edebef946d1096 | [
"MIT"
] | null | null | null | README.md | G33N/rn-snackbar | b8faa1ee22e14a274bd5de1c47edebef946d1096 | [
"MIT"
] | 4 | 2020-08-01T22:51:04.000Z | 2021-09-02T14:44:04.000Z | README.md | G33N/rn-snackbar | b8faa1ee22e14a274bd5de1c47edebef946d1096 | [
"MIT"
] | null | null | null | # React Native Snackbar

Material Design "Snackbar" component for Android and iOS.
Supports custom colors, fonts, background, position and languages.
Snackbars are used for displaying a brief message to the u... | 51.672316 | 365 | 0.497485 | eng_Latn | 0.912606 |
39c7bee44ec6992ac8d91d91249b0756e077879f | 10,213 | md | Markdown | README.md | AlbertCzech/Proyecto-cido | 6d0abc309c9ce81c6e7505f952b9f775a38151ae | [
"MIT"
] | null | null | null | README.md | AlbertCzech/Proyecto-cido | 6d0abc309c9ce81c6e7505f952b9f775a38151ae | [
"MIT"
] | null | null | null | README.md | AlbertCzech/Proyecto-cido | 6d0abc309c9ce81c6e7505f952b9f775a38151ae | [
"MIT"
] | null | null | null |
## (Ácido)
Presentación en Slides.com
[Ir a la presentación](https://slides.com/albertoaijon/deck)
[Proyecto en Ren'Py - PDF informativo](https://github.com/AlbertCzech/Proyecto-acido/blob/15087e3e00304e8fe8ab14c10cda488ca8fe20c5/Juego%20%C3%81cido.pdf)
[Proyecto en Ren'Py - Juego en rar](https://consigna.ugr.es... | 61.524096 | 708 | 0.790757 | spa_Latn | 0.998275 |
39c8801048f11e6c041c39e1f27a09f84da012b1 | 9,378 | md | Markdown | source/mse/c++/pointer_peference.md | SageYan/site | 86c162cb8dc95da2522773d267bfe20256418f59 | [
"MIT"
] | 1 | 2021-03-10T07:31:48.000Z | 2021-03-10T07:31:48.000Z | source/mse/c++/pointer_peference.md | SageYan/site | 86c162cb8dc95da2522773d267bfe20256418f59 | [
"MIT"
] | null | null | null | source/mse/c++/pointer_peference.md | SageYan/site | 86c162cb8dc95da2522773d267bfe20256418f59 | [
"MIT"
] | 2 | 2020-07-12T23:15:09.000Z | 2020-10-22T03:49:38.000Z | ---
title: 指针和引用
---
# 初识指针
学习 C++ 的指针既简单又有趣。通过指针,可以简化一些 C++ 编程任务的执行,还有一些任务,如动态内存分配,没有指针是无法执行的。所以,想要成为一名优秀的 C++ 程序员,学习指针是很有必要的。
正如您所知道的,每一个变量都有一个内存位置,每一个内存位置都定义了可使用连字号(&)运算符访问的地址,它表示了在内存中的一个地址。请看下面的实例,它将输出定义的变量地址:
```c++
#include <iostream>
using namespace std;
int main ()
{
int var1;
char var2[10];
... | 18.869215 | 172 | 0.580721 | yue_Hant | 0.549886 |
39c99973f984c1f0ba3387cae95c1bfc733ae41d | 5,816 | md | Markdown | _posts/unity/study/2021-03-20-unity-study-bezier-curve.md | rito15/Rito15.github.io | 1da1d7852aee3b31da194309aa21d3531ae8d872 | [
"MIT"
] | null | null | null | _posts/unity/study/2021-03-20-unity-study-bezier-curve.md | rito15/Rito15.github.io | 1da1d7852aee3b31da194309aa21d3531ae8d872 | [
"MIT"
] | null | null | null | _posts/unity/study/2021-03-20-unity-study-bezier-curve.md | rito15/Rito15.github.io | 1da1d7852aee3b31da194309aa21d3531ae8d872 | [
"MIT"
] | 5 | 2021-07-23T08:47:44.000Z | 2021-12-29T11:24:39.000Z | ---
title: 유니티 - 베지어 곡선(Bezier Curve)
author: Rito15
date: 2021-03-20 19:19:00 +09:00
categories: [Unity, Unity Study]
tags: [unity, csharp, curve]
math: true
mermaid: true
---
# 베지어 곡선
---
- 점과 점 사이의 선형 보간(Lerp, Linear interpolation)을 이용해 그려내는 곡선
<br>
# 1차 베지어 곡선
---
- Linear Curve
- 2개의 점
- 단순히 두 점 사이의 선형 보간을 통... | 18.405063 | 125 | 0.559319 | kor_Hang | 0.943318 |
39c9f5c1dc1bc7b6e6db1fe2e076e23b0979e295 | 1,101 | md | Markdown | README.md | eiladin/k8s-dotenv | a630a270e5b4c7e471cd68ca9abcabadbed781ce | [
"MIT"
] | 4 | 2022-02-14T15:15:27.000Z | 2022-03-23T13:19:53.000Z | README.md | eiladin/k8s-dotenv | a630a270e5b4c7e471cd68ca9abcabadbed781ce | [
"MIT"
] | 13 | 2022-02-17T14:36:31.000Z | 2022-03-17T15:00:13.000Z | README.md | eiladin/k8s-dotenv | a630a270e5b4c7e471cd68ca9abcabadbed781ce | [
"MIT"
] | null | null | null | # k8s-dotenv
A commandline tool to fetch, merge and convert secrets and config maps in kubernetes to a dot env file.
## Install
Download from the [Releases](https://github.com/eiladin/k8s-dotenv/releases) page, extract and put in PATH.
Alternatively, use [install.sh](https://raw.githubusercontent.com/eiladin/k8s-... | 22.9375 | 159 | 0.73297 | eng_Latn | 0.858339 |
39cb8d091bc59a80c6c9aeb3608abbafd40b2490 | 18 | md | Markdown | zheng-api/README.md | IamTenKing/zheng | b34653a95876270f15ff4ed1161e9c164c0bb29a | [
"MIT"
] | 18,325 | 2016-12-21T11:01:12.000Z | 2022-03-31T13:55:14.000Z | zheng-api/README.md | IamTenKing/zheng | b34653a95876270f15ff4ed1161e9c164c0bb29a | [
"MIT"
] | 150 | 2020-07-14T14:13:09.000Z | 2022-03-31T12:39:17.000Z | zheng-api/README.md | IamTenKing/zheng | b34653a95876270f15ff4ed1161e9c164c0bb29a | [
"MIT"
] | 8,549 | 2016-12-10T07:31:57.000Z | 2022-03-29T08:19:25.000Z | # zheng-api
接口系统
| 4.5 | 11 | 0.666667 | deu_Latn | 0.239193 |
39cbd6bb2cfd8271c0eb5a70464b8cdef6ae95a6 | 4,040 | md | Markdown | README.md | cheetahapp/downloader | 5a2b03d36e958dad7830dcdd67e44fe681400f16 | [
"MIT"
] | null | null | null | README.md | cheetahapp/downloader | 5a2b03d36e958dad7830dcdd67e44fe681400f16 | [
"MIT"
] | null | null | null | README.md | cheetahapp/downloader | 5a2b03d36e958dad7830dcdd67e44fe681400f16 | [
"MIT"
] | 1 | 2018-12-31T06:35:19.000Z | 2018-12-31T06:35:19.000Z | ## Cheetah Downloader
This is the package at the core of Cheetah app. This is the one that acutally downloads a file with multiple parallel connections.
### Install
Yarn or NPM, you know the drill.
```
yarn add cheetah-downloader
```
### Usage
```js
const downloader = require('cheetah-downloader')
const url = 'h... | 31.811024 | 272 | 0.700495 | eng_Latn | 0.975019 |
39cd7739feb8d3c39223e8dfb270cb68c5278e82 | 114 | md | Markdown | readme.md | BuffTechTalk/bufftechtalk.github.io | 66c12c95aff0fac94ef59b60312587d92007d2c2 | [
"Apache-2.0"
] | null | null | null | readme.md | BuffTechTalk/bufftechtalk.github.io | 66c12c95aff0fac94ef59b60312587d92007d2c2 | [
"Apache-2.0"
] | null | null | null | readme.md | BuffTechTalk/bufftechtalk.github.io | 66c12c95aff0fac94ef59b60312587d92007d2c2 | [
"Apache-2.0"
] | null | null | null | ## Project Description
This is the webpage for Buff TechTalk community.
Weblink: https://bufftechtalk.github.io
| 19 | 48 | 0.789474 | eng_Latn | 0.736575 |
39ce181e1a67c03ce0aa6b269866709c9d5e9d71 | 612 | markdown | Markdown | _posts/2015-05-17-graduation-2015.markdown | changliuliu/msc_website | b74254a1514b87534df4eddfe34cd636196a80ff | [
"MIT"
] | 3 | 2018-12-25T10:12:06.000Z | 2019-05-09T00:46:15.000Z | _posts/2015-05-17-graduation-2015.markdown | litingsun/msc_website | b74254a1514b87534df4eddfe34cd636196a80ff | [
"MIT"
] | null | null | null | _posts/2015-05-17-graduation-2015.markdown | litingsun/msc_website | b74254a1514b87534df4eddfe34cd636196a80ff | [
"MIT"
] | 2 | 2018-12-25T10:13:47.000Z | 2019-03-27T00:59:50.000Z | ---
layout: post
title: Graduation 2015
date: '2015-05-17T01:00:00+00:00'
permalink: /news/graduation-2015.html
author: Raechel Tan
---
<p>Congratulations to the new Doctors from the MSC Lab:<strong> Cong Wang</strong>, <strong>Yizhou Wang</strong>, and <strong>Wenlong Zhang</strong>. Also congratulations to <strong>No... | 68 | 475 | 0.743464 | eng_Latn | 0.387998 |
39ce703cdcaf1017c73979879d0db742d0e4f5e8 | 5,298 | md | Markdown | docs/server/software/gitea.md | DBH-Docs/Documentation | c09fbd0658c028c1d9576b36f2758390e3f62127 | [
"MIT"
] | 6 | 2022-03-13T08:45:20.000Z | 2022-03-28T16:03:30.000Z | docs/server/software/gitea.md | DBH-Docs/Documentation | c09fbd0658c028c1d9576b36f2758390e3f62127 | [
"MIT"
] | 8 | 2022-03-14T10:33:20.000Z | 2022-03-31T11:04:43.000Z | docs/server/software/gitea.md | DBH-Docs/Documentation | c09fbd0658c028c1d9576b36f2758390e3f62127 | [
"MIT"
] | 4 | 2022-03-14T10:20:19.000Z | 2022-03-27T04:15:34.000Z | # What is Gitea?
Apart from a Git with a cup of Tea:
> Gitea is an open-source forge software package for hosting software development version control using Git as well as other collaborative features like bug tracking, wikis and code review. It supports self-hosting but also provides a free public first-party instan... | 46.884956 | 342 | 0.755757 | eng_Latn | 0.996875 |
39cf6ef7997638b30d3f6c795468947abba5a9cf | 391 | md | Markdown | README.md | anasey01/personObjectConstructorFunction | 3f8bca62184498ea6f6695575866612df9d0f451 | [
"MIT"
] | null | null | null | README.md | anasey01/personObjectConstructorFunction | 3f8bca62184498ea6f6695575866612df9d0f451 | [
"MIT"
] | null | null | null | README.md | anasey01/personObjectConstructorFunction | 3f8bca62184498ea6f6695575866612df9d0f451 | [
"MIT"
] | null | null | null | # personObjectConstructorFunction
A person object constructor function that takes in first name, last name, age, gender and interests as a parameter and outputs a string as data. It's quite interesting because what it outputs, depends on the user's gender and number of interests the user might have. Interests can go as... | 130.333333 | 356 | 0.803069 | eng_Latn | 0.999266 |
39cfb5275f4c5a80e9fc05e4ce892dac213f3e7b | 564 | md | Markdown | README.md | orcunTasdemir/CatS | a0b4a400605699d811a74e89fe6009093fc09c02 | [
"MIT"
] | null | null | null | README.md | orcunTasdemir/CatS | a0b4a400605699d811a74e89fe6009093fc09c02 | [
"MIT"
] | null | null | null | README.md | orcunTasdemir/CatS | a0b4a400605699d811a74e89fe6009093fc09c02 | [
"MIT"
] | null | null | null | # CatS : Linguistics Experiment exploring the Natural word formation in Catalan language
<img src="https://www.jspsych.org/7.2/img/jspsych-logo.jpg" width=300 align="left"></img>
Experiment built using the <a href="https://www.jspsych.org/7.2/">jsPsych</a> javascript library developed for online psychological experim... | 47 | 274 | 0.794326 | eng_Latn | 0.625836 |
39d0cd4676ebddf64e3f299b7efc6c9b0f923590 | 4,727 | md | Markdown | documentation/src/main/paradox/effector.md | scala-steward/endless | 518ea2deb63840249d338b2d865b05ab3dd353a8 | [
"MIT"
] | 40 | 2021-11-04T09:26:52.000Z | 2022-03-22T05:50:16.000Z | documentation/src/main/paradox/effector.md | scala-steward/endless | 518ea2deb63840249d338b2d865b05ab3dd353a8 | [
"MIT"
] | 71 | 2021-10-29T19:56:16.000Z | 2022-03-25T01:56:58.000Z | documentation/src/main/paradox/effector.md | scala-steward/endless | 518ea2deb63840249d338b2d865b05ab3dd353a8 | [
"MIT"
] | 4 | 2021-10-15T07:23:21.000Z | 2022-03-02T08:50:31.000Z | # Effector
```scala
trait StateReader[F[_], S] {
def read: F[Option[S]]
}
trait Passivator[F[_]] {
def enablePassivation(after: FiniteDuration = Duration.Zero): F[Unit]
def disablePassivation: F[Unit]
}
trait Self[F[_], Alg[_[_]]] {
def self: F[Alg[F]]
}
trait Effector[F[_], S] extends StateReader[F, S] with P... | 71.621212 | 665 | 0.768987 | eng_Latn | 0.992417 |
39d0dfa64d312d22aab14331070a9220609ca48a | 6,058 | md | Markdown | Spring/기본문법/[Spring]20201104-MVCstudy5.md | haenyilee/haenyilee.github.io | 625beb494eb7cd1388d6a0c2b1c6630a685f914b | [
"MIT"
] | 1 | 2021-01-14T05:37:00.000Z | 2021-01-14T05:37:00.000Z | Spring/기본문법/[Spring]20201104-MVCstudy5.md | haenyilee/haenyilee.github.io | 625beb494eb7cd1388d6a0c2b1c6630a685f914b | [
"MIT"
] | 13 | 2020-12-21T03:28:56.000Z | 2022-03-04T09:07:37.000Z | Spring/기본문법/[Spring]20201104-MVCstudy5.md | haenyilee/haenyilee.github.io | 625beb494eb7cd1388d6a0c2b1c6630a685f914b | [
"MIT"
] | null | null | null |
# 20201104-MVCstudy (5) 게시판 만들기 : 자바로 INSERT, UPDATE,DELETE 구현하기
## 기초 셋팅
- pom.xml 변경
- web.xml 변경
## DB : 오라클 테이블 제작
```oracle
CREATE TABLE spring_board(
no NUMBER PRIMARY KEY,
name VARCHAR2(34) NOT NULL,
subject VARCHAR2(1000) NOT NULL,
content CLOB NOT NULL,
regdate DATE DEFAULT SYSDATE,
... | 24.726531 | 112 | 0.675801 | kor_Hang | 0.999408 |
39d0fc5a2a7a8b63ba915b3e74f03804a95890b6 | 1,751 | md | Markdown | Bibel/at/Psalmen/64.md | lustremedia/Menge-Bibel | 2a7e71b23fc22a3f37eb5829c33b1748f0ad2808 | [
"CC0-1.0"
] | null | null | null | Bibel/at/Psalmen/64.md | lustremedia/Menge-Bibel | 2a7e71b23fc22a3f37eb5829c33b1748f0ad2808 | [
"CC0-1.0"
] | null | null | null | Bibel/at/Psalmen/64.md | lustremedia/Menge-Bibel | 2a7e71b23fc22a3f37eb5829c33b1748f0ad2808 | [
"CC0-1.0"
] | 1 | 2020-12-14T15:49:01.000Z | 2020-12-14T15:49:01.000Z | ### Bitte um Schutz gegen böswillige Feinde
__64__
<sup>1</sup><em>Dem Musikmeister, ein Psalm Davids.</em>
<sup>2</sup>Höre, o Gott, meine Stimme, wenn ich klage,
<blockquote>
<blockquote>
vor dem Feinde, der mich schreckt, behüte mein Leben!
</blockquote>
</blockquote>
<sup>3</sup>Schirme mich vor den Plänen der bös... | 25.75 | 62 | 0.760708 | deu_Latn | 0.980604 |
39d16aab45132b9ae7a3f19dea17e57a9db84e49 | 828 | md | Markdown | code/code/README.md | Huan111/Trackhack.21.2---Predict-upgrade | ae218fc6bb1c18b9a2ab57f31ea8c40ec5888008 | [
"MIT"
] | null | null | null | code/code/README.md | Huan111/Trackhack.21.2---Predict-upgrade | ae218fc6bb1c18b9a2ab57f31ea8c40ec5888008 | [
"MIT"
] | null | null | null | code/code/README.md | Huan111/Trackhack.21.2---Predict-upgrade | ae218fc6bb1c18b9a2ab57f31ea8c40ec5888008 | [
"MIT"
] | null | null | null | We include 4 pieces of code in our submission. These are the main pieces of code that informed out decisions.
- `final_submission.ipynb`
- This is the final submission we made. This includes the feature extraction, as well as the model trainin step.
- Since this was our final submission, we removed all data ex... | 59.142857 | 165 | 0.7657 | eng_Latn | 0.999931 |
39d1d5395af891f378995a75f226a7b851923d56 | 2,320 | md | Markdown | README.md | pantheon-ci-bot/go-healthz | 3bc3617c621ce80ce14a642a5bf750ebfb877009 | [
"Apache-2.0"
] | 4 | 2018-04-21T02:44:21.000Z | 2021-07-22T16:54:45.000Z | README.md | pantheon-ci-bot/go-healthz | 3bc3617c621ce80ce14a642a5bf750ebfb877009 | [
"Apache-2.0"
] | null | null | null | README.md | pantheon-ci-bot/go-healthz | 3bc3617c621ce80ce14a642a5bf750ebfb877009 | [
"Apache-2.0"
] | 3 | 2019-05-04T17:09:03.000Z | 2022-03-07T20:59:44.000Z | # go-healthz
go get gopkg.in/pantheon-systems/go-healthz.v1
Package that implements a healthz healthcheck server.
Inspired by kelseyhightower:
- https://github.com/kelseyhightower/app-healthz
- https://vimeo.com/173610242
Add a `Healthz()` function to your application components, and then register them with thi... | 40 | 329 | 0.694397 | eng_Latn | 0.943559 |
39d23c1bf6382a441ecf8bff6a7b97adf4cd00bb | 49 | md | Markdown | README.md | weslleyrosalem/ocp-aso | 4e0b18689240c689abcdddc82f47a3cf8e531677 | [
"MIT"
] | null | null | null | README.md | weslleyrosalem/ocp-aso | 4e0b18689240c689abcdddc82f47a3cf8e531677 | [
"MIT"
] | null | null | null | README.md | weslleyrosalem/ocp-aso | 4e0b18689240c689abcdddc82f47a3cf8e531677 | [
"MIT"
] | null | null | null | # ocp-aso
FIAP OpenShift Arquitetura de Solucoes
| 16.333333 | 38 | 0.816327 | por_Latn | 0.471068 |
39d26b5209b5da1344e9af0e062e34d08a75b57a | 1,106 | md | Markdown | articles/virtual-machines/linux/ephemeral-os-disks.md | salem84/azure-docs.it-it | 3ec6a13aebb82936591c7fc479f084be9bb8776d | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/virtual-machines/linux/ephemeral-os-disks.md | salem84/azure-docs.it-it | 3ec6a13aebb82936591c7fc479f084be9bb8776d | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/virtual-machines/linux/ephemeral-os-disks.md | salem84/azure-docs.it-it | 3ec6a13aebb82936591c7fc479f084be9bb8776d | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: I dischi del sistema operativo temporanei per macchine virtuali Linux di Azure | Microsoft Docs
description: Altre informazioni sui dischi del sistema operativo temporanei per le VM di Azure.
services: virtual-machines-linux
author: cynthn
manager: gwallace
ms.service: virtual-machines-linux
ms.workload: inf... | 39.5 | 160 | 0.800181 | ita_Latn | 0.457637 |
39d329b0e207d92f90c7a489966e2843845417f6 | 1,158 | md | Markdown | README.md | polmonroig/faceGAN | eb3783faeb382d76402cadd4254025d0ba6a643c | [
"Apache-2.0"
] | null | null | null | README.md | polmonroig/faceGAN | eb3783faeb382d76402cadd4254025d0ba6a643c | [
"Apache-2.0"
] | null | null | null | README.md | polmonroig/faceGAN | eb3783faeb382d76402cadd4254025d0ba6a643c | [
"Apache-2.0"
] | null | null | null | # Face GAN #
This repo includes the implementation on pytorch of a fully deep convolutional generative adversial network,
that tries to create realistic faces of the CelebA datastet. The architecture and model
hyperparameters are based on the paper
"Unsupervised representation learning with DCGANs" (https://arxiv.org/... | 35.090909 | 108 | 0.770294 | eng_Latn | 0.982399 |
39d4d7e53be6a0be0723928d61bca7b95589d1da | 2,507 | md | Markdown | content/lab/pulumi/12-furthersteps/index.md | mikhailshilkov/mikhailio-hugo | da711e9b80fd957d856bc86993ed1c6ddd8b7183 | [
"MIT"
] | 12 | 2019-03-03T22:19:09.000Z | 2022-02-05T05:04:09.000Z | content/lab/pulumi/12-furthersteps/index.md | mikhailshilkov/mikhailio-hugo | da711e9b80fd957d856bc86993ed1c6ddd8b7183 | [
"MIT"
] | 54 | 2019-02-22T14:48:24.000Z | 2022-03-25T00:22:20.000Z | content/lab/pulumi/12-furthersteps/index.md | mikhailshilkov/mikhailio-hugo | da711e9b80fd957d856bc86993ed1c6ddd8b7183 | [
"MIT"
] | 10 | 2020-03-27T21:30:49.000Z | 2021-07-28T11:04:15.000Z | ---
title: Further Steps
subtitle: Ideas to implement on your own
nextstep: 13-cleanup
nofeed: true
weight: 12
---
Congratulations! You've reached the end of the guided lab. You've learned the basics of developing and deploying Pulumi programs.
Of course, we've only scratched the surface of Pulumi capabilities. If yo... | 51.163265 | 228 | 0.784603 | eng_Latn | 0.997085 |
39d5819b7b84ae65567abefebb73ff6610365663 | 365 | md | Markdown | api/README.md | kvsari/sammy | f5d2fb77ab32d1fc32bc64d4edf964d916c371a7 | [
"MIT"
] | 1 | 2019-12-19T08:26:23.000Z | 2019-12-19T08:26:23.000Z | api/README.md | kvsari/sammy | f5d2fb77ab32d1fc32bc64d4edf964d916c371a7 | [
"MIT"
] | null | null | null | api/README.md | kvsari/sammy | f5d2fb77ab32d1fc32bc64d4edf964d916c371a7 | [
"MIT"
] | null | null | null | Sammy API's
===
API documentation for the services in `sammy`. Service API's are RESTful HTTP using [raml](https://raml.org/) as the description format.
The [collector api](collector.raml) is focused on putting raw trade history data.
The [folder api](folder.raml) is focused on fetching folds of the raw data.
All A... | 33.181818 | 136 | 0.750685 | eng_Latn | 0.986153 |
39d69b71d5cdb91a09d008d10a5ddfffca238304 | 94 | md | Markdown | README.md | pkgstore/bash-favicon | f3084b414a603bff74189d2310787bf40aaaeb7b | [
"MIT"
] | null | null | null | README.md | pkgstore/bash-favicon | f3084b414a603bff74189d2310787bf40aaaeb7b | [
"MIT"
] | null | null | null | README.md | pkgstore/bash-favicon | f3084b414a603bff74189d2310787bf40aaaeb7b | [
"MIT"
] | null | null | null | # Information
Bash script for favicon generation.
## Dependencies
- Inkscape
- ImageMagick
| 10.444444 | 35 | 0.765957 | eng_Latn | 0.269931 |
39d9937c5d6a6b36b8027c581143211f79299966 | 1,368 | md | Markdown | docs/_posts/2016-11-15-announcing-housing-insights.md | Saurabh123-sudo/housing-insights | 9be2c6ef3e3e33f4ddffaec68e334cca54f9e3cf | [
"MIT"
] | 64 | 2016-11-04T16:15:48.000Z | 2022-03-15T04:24:35.000Z | docs/_posts/2016-11-15-announcing-housing-insights.md | Saurabh123-sudo/housing-insights | 9be2c6ef3e3e33f4ddffaec68e334cca54f9e3cf | [
"MIT"
] | 482 | 2016-10-18T17:01:17.000Z | 2022-01-23T20:46:03.000Z | docs/_posts/2016-11-15-announcing-housing-insights.md | Saurabh123-sudo/housing-insights | 9be2c6ef3e3e33f4ddffaec68e334cca54f9e3cf | [
"MIT"
] | 155 | 2016-10-19T19:04:14.000Z | 2022-03-04T16:18:21.000Z | ---
layout: blog_post
title: Announcing Housing Insights
author: Neal
permalink: /blog/:year/:month/:day/:title/
---
Today we are publicly announcing the Housing Insights project and this website to the Preservation Network and our community partners. Over the past two months, we've launched the project at the [Code fo... | 68.4 | 602 | 0.782895 | eng_Latn | 0.999195 |
39d99c6489008df1f00b2895901a2bfd95b20677 | 387 | md | Markdown | lib/wijmo-5.20193.637/samples/Core/Globalization/TemplateLiterals/readme.md | Thomas080304/sss | 9c409b7233b5291ecf9250ce0028656e5cdfd95a | [
"MIT"
] | null | null | null | lib/wijmo-5.20193.637/samples/Core/Globalization/TemplateLiterals/readme.md | Thomas080304/sss | 9c409b7233b5291ecf9250ce0028656e5cdfd95a | [
"MIT"
] | null | null | null | lib/wijmo-5.20193.637/samples/Core/Globalization/TemplateLiterals/readme.md | Thomas080304/sss | 9c409b7233b5291ecf9250ce0028656e5cdfd95a | [
"MIT"
] | null | null | null | TemplateLiterals
================
Template Literals are a great JavaScript feature introduced in ES2015/ES6.
They allow you to build multiline strings with interpolated values, and make
it easy to handle single and double quotes embedded in your strings.
This sample shows how you can use Wijmo's **glbz** tag functio... | 35.181818 | 76 | 0.782946 | eng_Latn | 0.998376 |
39dbd595004ecad4477f38416212e0b0abfacc4d | 1,459 | md | Markdown | content/post/uchinodanna.md | strangecharacters/rie-hugo-starter | 7ebef779fc1037aea17ed4065ad2f542a8cfdbda | [
"MIT"
] | null | null | null | content/post/uchinodanna.md | strangecharacters/rie-hugo-starter | 7ebef779fc1037aea17ed4065ad2f542a8cfdbda | [
"MIT"
] | null | null | null | content/post/uchinodanna.md | strangecharacters/rie-hugo-starter | 7ebef779fc1037aea17ed4065ad2f542a8cfdbda | [
"MIT"
] | null | null | null | ---
title: うちのダンナとうちのカミさん
date: 2021-03-17T12:15:36.000+00:00
tags:
keywords:
categories:
- アイルランドで日本語を考える
comments: false
showSocial: false
---
アメリカの刑事ドラマ『刑事コロンボ』シリーズ、こちらで見られるイギリスのテレビ局でランダムに再放送してくれるので、よく見ている。
<!--more-->
このコロンボというのは名字なのだが、シリーズを通して彼の下の名前が明らかにされることはない。もう一つのミステリーは、そう、彼がいつも「うちのカミさん」と呼ぶ奥さんの実態。
英語では my... | 44.212121 | 273 | 0.854695 | jpn_Jpan | 0.991563 |
39dcf5fd98a1bd1e775c200148697c8d23069481 | 726 | md | Markdown | sitescore/OfficeDevPnP.Core.Framework.Provisioning.Model.BaseNavigationKind.StructuralNavigation.md | Laul0/PnP-Guidance | 81353471222abae26bc6459844bcde148dcf7752 | [
"MIT"
] | null | null | null | sitescore/OfficeDevPnP.Core.Framework.Provisioning.Model.BaseNavigationKind.StructuralNavigation.md | Laul0/PnP-Guidance | 81353471222abae26bc6459844bcde148dcf7752 | [
"MIT"
] | null | null | null | sitescore/OfficeDevPnP.Core.Framework.Provisioning.Model.BaseNavigationKind.StructuralNavigation.md | Laul0/PnP-Guidance | 81353471222abae26bc6459844bcde148dcf7752 | [
"MIT"
] | null | null | null | # BaseNavigationKind.Properties StructuralNavigation
Defines the Structural Navigation settings of the site
**Namespace:** [OfficeDevPnP.Core.Framework.Provisioning.Model](OfficeDevPnP.Core.Framework.Provisioning.Model.md)
**Assembly:** OfficeDevPnP.Core.dll
## Syntax
```C#
public StructuralNavigation Structur... | 42.705882 | 149 | 0.811295 | yue_Hant | 0.837915 |
39dead21e1cd7adfe8cf9a71e1f802e50140a816 | 5,895 | md | Markdown | RemixTest.md | longduer/olympus-protocol | 565f449e867c5d684c388602a85e33f34c8ee88f | [
"MIT"
] | null | null | null | RemixTest.md | longduer/olympus-protocol | 565f449e867c5d684c388602a85e33f34c8ee88f | [
"MIT"
] | null | null | null | RemixTest.md | longduer/olympus-protocol | 565f449e867c5d684c388602a85e33f34c8ee88f | [
"MIT"
] | 1 | 2018-10-21T02:02:44.000Z | 2018-10-21T02:02:44.000Z | # RemixTest
# Kovan Tokens
- MOT 0x41dee9f481a1d2aa74a3f1d0958c1db6107c686a
- KNC 0xd7cbe7bfc7d2de0b35b93712f113cae4deff426b
# Future
1. Create
// Direction address is MOT, must be change later on
`
"Test Future", "For testing purposes", "TFT","0x696e646578", 1, 0x41dee9f481a1d2aa74a3f1d0958c1db6107c686a, 2, 100... | 43.345588 | 217 | 0.799491 | yue_Hant | 0.109761 |
39dec9ae2a5cbc866938b254ae93d15abda127c5 | 20 | md | Markdown | README.md | hijabyuk/hijabyuk.github.io | 40d5808d0ef44de10189b6c466c607e6743e0106 | [
"MIT"
] | null | null | null | README.md | hijabyuk/hijabyuk.github.io | 40d5808d0ef44de10189b6c466c607e6743e0106 | [
"MIT"
] | null | null | null | README.md | hijabyuk/hijabyuk.github.io | 40d5808d0ef44de10189b6c466c607e6743e0106 | [
"MIT"
] | 1 | 2021-02-22T09:38:44.000Z | 2021-02-22T09:38:44.000Z | # hijabyuk.github.io | 20 | 20 | 0.8 | kin_Latn | 0.499959 |
39deef2fe4c9bdc94acea2830d4072554c322a17 | 130 | md | Markdown | README.md | SuatOzcan/WIndowsForms | 88fe97e9c372be31062471f4c07d765657a91a73 | [
"MIT"
] | null | null | null | README.md | SuatOzcan/WIndowsForms | 88fe97e9c372be31062471f4c07d765657a91a73 | [
"MIT"
] | null | null | null | README.md | SuatOzcan/WIndowsForms | 88fe97e9c372be31062471f4c07d765657a91a73 | [
"MIT"
] | null | null | null | # WindowsForms
Windows Form applications such as string and integer manipulation, text to speech, as well as a horse racing game.
| 43.333333 | 114 | 0.807692 | eng_Latn | 0.996949 |
39dfe84338f7c3a3a3e5b4f2541688364e9fa95b | 78 | md | Markdown | README.md | virtualsecureplatform/FFHEE | ec7dc91f0419eb18b13f16da0bc662bd81df63a6 | [
"Apache-2.0"
] | 2 | 2020-03-30T11:06:29.000Z | 2020-05-10T19:13:04.000Z | README.md | virtualsecureplatform/cuFHEpp | ec7dc91f0419eb18b13f16da0bc662bd81df63a6 | [
"Apache-2.0"
] | null | null | null | README.md | virtualsecureplatform/cuFHEpp | ec7dc91f0419eb18b13f16da0bc662bd81df63a6 | [
"Apache-2.0"
] | 1 | 2020-05-10T19:13:04.000Z | 2020-05-10T19:13:04.000Z | # FFHE(Fastest Fully Homomorphic Encryption in the East.
CUDA ver. of TFHEpp.
| 26 | 56 | 0.782051 | eng_Latn | 0.923505 |
39e00b5a2bc053f7cbc9510ebad0770e5fdc0551 | 452 | md | Markdown | README.md | Ethan-Master-Coding/Sleep-Debt-Calculator | 3f82e9acad11b4b37e3b6f94a870aa5a3450ffb5 | [
"Apache-2.0"
] | 1 | 2022-01-30T17:51:44.000Z | 2022-01-30T17:51:44.000Z | README.md | Ethan-Master-Coding/Sleep-Debt-Calculator | 3f82e9acad11b4b37e3b6f94a870aa5a3450ffb5 | [
"Apache-2.0"
] | null | null | null | README.md | Ethan-Master-Coding/Sleep-Debt-Calculator | 3f82e9acad11b4b37e3b6f94a870aa5a3450ffb5 | [
"Apache-2.0"
] | null | null | null | # Sleep-Debt-Calculator
## Descirption
The sleep debt calculator from Codecademy
## How to use the program
Change the values in the first function and the value of `idealHours` on line 31.
## Technologies
I used Javascript to make this program
## Collaborators
The only person that worked on it was me.
## License
... | 25.111111 | 131 | 0.774336 | eng_Latn | 0.987948 |
39e0259b3449bfc0af42e6d486563e17f2b4cc01 | 28 | md | Markdown | README.md | mattschrage/xcode-export-archive | 08d6ab90a4cf9b37ee2864ba19b3e861c9f734bf | [
"MIT"
] | null | null | null | README.md | mattschrage/xcode-export-archive | 08d6ab90a4cf9b37ee2864ba19b3e861c9f734bf | [
"MIT"
] | null | null | null | README.md | mattschrage/xcode-export-archive | 08d6ab90a4cf9b37ee2864ba19b3e861c9f734bf | [
"MIT"
] | null | null | null | # xcode-export
Xcode Export
| 9.333333 | 14 | 0.785714 | fra_Latn | 0.409245 |
39e02be78bd8f619b4c6c368042130ef53819557 | 10,557 | md | Markdown | labs/06 JavaScript Tools/worksheet.md | HenrikAho/WEB-Sovelluskehitys | e160f55f267df538336173b409140852609f29ef | [
"MIT"
] | null | null | null | labs/06 JavaScript Tools/worksheet.md | HenrikAho/WEB-Sovelluskehitys | e160f55f267df538336173b409140852609f29ef | [
"MIT"
] | null | null | null | labs/06 JavaScript Tools/worksheet.md | HenrikAho/WEB-Sovelluskehitys | e160f55f267df538336173b409140852609f29ef | [
"MIT"
] | null | null | null | # JavaScript Tools
## 1 Editing and Testing JavaScript Code
In the sidebar, locate the folder `labs/06 JavaScript Tools/` and open the file `basic_math.html` . You can now make changes to the code.
To preview the page (and run your program) you need to view it in a new tab in your web browser.
At the top of the s... | 55.857143 | 387 | 0.775504 | eng_Latn | 0.999657 |
39e0bf8f06d1c6ac7d9f3c1b8f769c4d2c074033 | 1,118 | md | Markdown | _posts/2011-01-19-jean-philippe-patisserie.md | prostoalex/lanamoskalyuk-jekyll-netlify-boilerplate | 6a64121a51cf13377675478a42bc661b61ae46ab | [
"MIT"
] | null | null | null | _posts/2011-01-19-jean-philippe-patisserie.md | prostoalex/lanamoskalyuk-jekyll-netlify-boilerplate | 6a64121a51cf13377675478a42bc661b61ae46ab | [
"MIT"
] | null | null | null | _posts/2011-01-19-jean-philippe-patisserie.md | prostoalex/lanamoskalyuk-jekyll-netlify-boilerplate | 6a64121a51cf13377675478a42bc661b61ae46ab | [
"MIT"
] | null | null | null | ---
id: 3467
title: Jean Philippe Patisserie
date: 2011-01-19T15:53:32-08:00
author: lana
layout: post
guid: http://lana.moskalyuk.com/?p=3467
permalink: /recipe/3467/
ljID:
- "1615"
- "1615"
- "1615"
ljURL:
- http://lanamoskalyuk.livejournal.com/413618.html
- http://lanamoskalyuk.livejournal.com/413618.html
... | 30.216216 | 161 | 0.72093 | kor_Hang | 0.133486 |
39e41587bceedf256801a8eca1e212e0e73aa7c5 | 905 | md | Markdown | de/common/git-ignore-io.md | reinhart1010/nix | a1803c718ead3b79854b65396c8967bd5ec32874 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | de/common/git-ignore-io.md | reinhart1010/nix | a1803c718ead3b79854b65396c8967bd5ec32874 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | de/common/git-ignore-io.md | reinhart1010/nix | a1803c718ead3b79854b65396c8967bd5ec32874 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
layout: page
title: common/git-ignore-io (Deutsch)
description: "Erstelle `.gitignore` Dateien aus vorgefertigten Vorlagen."
content_hash: 6684211791b842d68bfb2dfcf9c8e164011cea3f
related_topics:
- title: English version
url: /en/common/git-ignore-io.html
icon: bi bi-globe
- title: français version
... | 31.206897 | 159 | 0.745856 | deu_Latn | 0.306367 |
39e4727f54e09f36d81b53816a2c126d233ea5ae | 2,342 | md | Markdown | README.md | ma-za-kpe/Pombe | cfdb0a2b0ad3399174b3cb33602854a8779df06e | [
"Unlicense"
] | null | null | null | README.md | ma-za-kpe/Pombe | cfdb0a2b0ad3399174b3cb33602854a8779df06e | [
"Unlicense"
] | null | null | null | README.md | ma-za-kpe/Pombe | cfdb0a2b0ad3399174b3cb33602854a8779df06e | [
"Unlicense"
] | null | null | null | # Pombe

## About
***Warning** Alcohol alert, this is a cocktails app.
- [Playstore](https://play.google.com/store/apps/details?id=com.maku.pombe) - Download and test it.
## Built With 🛠
- [Kotlin](https://kotlinlang.org/) - First class and official programming language for Android development.
- [Vi... | 46.84 | 219 | 0.772844 | eng_Latn | 0.642159 |
39e4fd02ae7fa09565a2deedced17675b3cec4a3 | 2,205 | md | Markdown | content/publication/20210103 combined effects PPP/index.md | JanBoon89/academic-kickstart | 9bed616a21be9ae7778d5e36f72a1ba92c3ce73f | [
"MIT"
] | null | null | null | content/publication/20210103 combined effects PPP/index.md | JanBoon89/academic-kickstart | 9bed616a21be9ae7778d5e36f72a1ba92c3ce73f | [
"MIT"
] | null | null | null | content/publication/20210103 combined effects PPP/index.md | JanBoon89/academic-kickstart | 9bed616a21be9ae7778d5e36f72a1ba92c3ce73f | [
"MIT"
] | null | null | null | ---
title: "Combined effects of procurement and collaboration on innovation in public-private-partnerships: a qualitative comparative analysis of 24 infrastructure projects"
authors:
- Chesney Callens
- Koen Verhoest
- admin
date: "2021-01-03T00:00:00Z"
# Schedule page publish date (NOT publication's date).
# Publica... | 39.375 | 715 | 0.768707 | eng_Latn | 0.944031 |
39e595deda6d265218b20f32dd6f55fc870323ed | 5,224 | md | Markdown | README.md | timn/clasp | 60cd7b35e164f4acc9d7954779270538b2765c34 | [
"MIT"
] | 85 | 2016-10-25T10:44:32.000Z | 2022-02-04T23:34:39.000Z | README.md | timn/clasp | 60cd7b35e164f4acc9d7954779270538b2765c34 | [
"MIT"
] | 63 | 2016-12-17T07:36:12.000Z | 2022-03-14T23:08:01.000Z | README.md | timn/clasp | 60cd7b35e164f4acc9d7954779270538b2765c34 | [
"MIT"
] | 16 | 2016-11-19T13:52:42.000Z | 2021-03-15T15:15:35.000Z | # clasp
clasp is an answer set solver for (extended) normal and disjunctive logic programs.
It is part of the [Potassco](https://potassco.org) project for *Answer Set Programming* (ASP).
The primary algorithm of clasp relies on conflict-driven nogood learning,
a technique that proved very successful for satisfiability... | 40.496124 | 105 | 0.725306 | eng_Latn | 0.953809 |
39e64086342a1f9a1ca2aad61a9bcfb68c7c3225 | 5,586 | md | Markdown | docs/getting-started.md | City-of-Bloomington/design-system | 853f223d348ddb5f8c5c743b0865d1308b6c8c13 | [
"MIT"
] | 1 | 2019-05-03T15:03:28.000Z | 2019-05-03T15:03:28.000Z | docs/getting-started.md | City-of-Bloomington/design-system | 853f223d348ddb5f8c5c743b0865d1308b6c8c13 | [
"MIT"
] | null | null | null | docs/getting-started.md | City-of-Bloomington/design-system | 853f223d348ddb5f8c5c743b0865d1308b6c8c13 | [
"MIT"
] | 2 | 2019-03-30T18:53:03.000Z | 2019-05-16T20:41:27.000Z | ## Overview
There’re a few ways to use the City of Bloomington's Design System with your applications:
- The recommended way is to keep the City of Bloomington's Design System separate from your applications and use the system library via NPM (as a private dependency).
- If you have _only_ one application, you can a... | 45.786885 | 416 | 0.774973 | eng_Latn | 0.995564 |
39e696d14e0ea3ef6cd7d95d9c3ad5434192865c | 135 | md | Markdown | README.md | aaronlerch/advent-of-code | 2b0d6cb7b24c2e81d7a56ce68d219e029b2ba244 | [
"MIT"
] | null | null | null | README.md | aaronlerch/advent-of-code | 2b0d6cb7b24c2e81d7a56ce68d219e029b2ba244 | [
"MIT"
] | null | null | null | README.md | aaronlerch/advent-of-code | 2b0d6cb7b24c2e81d7a56ce68d219e029b2ba244 | [
"MIT"
] | null | null | null | # Advent of Code
My [Advent of Code](https://adventofcode.com/) repo. If you look at the code you'll absolutely get what you paid for. | 45 | 117 | 0.740741 | eng_Latn | 0.982882 |
39e6a7cf81e791132d4016fcd1dbf62ce9812e4d | 280 | md | Markdown | README.md | felipeescallon/Pertussis-Model | 2e7f78753c7eb90a017fc45173f77bef614c7fea | [
"CC0-1.0"
] | 1 | 2021-04-14T03:06:23.000Z | 2021-04-14T03:06:23.000Z | README.md | felipeescallon/Pertussis-Model | 2e7f78753c7eb90a017fc45173f77bef614c7fea | [
"CC0-1.0"
] | null | null | null | README.md | felipeescallon/Pertussis-Model | 2e7f78753c7eb90a017fc45173f77bef614c7fea | [
"CC0-1.0"
] | null | null | null | # Pertussis-Model
SIR Pertussis Model (simplified 6x6 ODE)
Based on:
- Paper (by Michiel van Boven, et al): https://pubmed.ncbi.nlm.nih.gov/11561978/
- EBT (by André de Rooss): https://staff.fnwi.uva.nl/a.m.deroos/EBT/index.html
By: Andrés Felipe Escallón Portilla
March 2021
| 23.333333 | 80 | 0.739286 | kor_Hang | 0.291171 |
39e6df01b4c453e4b973f03577e2466666f747df | 218 | md | Markdown | _watches/M20210731_025302_TLP_2.md | Meteoros-Floripa/meteoros.floripa.br | 7d296fb8d630a4e5fec9ab1a3fb6050420fc0dad | [
"MIT"
] | 5 | 2020-01-22T17:44:06.000Z | 2020-01-26T17:57:58.000Z | _watches/M20210731_025302_TLP_2.md | Meteoros-Floripa/site | 764cf471d85a6b498873610e4f3b30efd1fd9fae | [
"MIT"
] | null | null | null | _watches/M20210731_025302_TLP_2.md | Meteoros-Floripa/site | 764cf471d85a6b498873610e4f3b30efd1fd9fae | [
"MIT"
] | 2 | 2020-05-19T17:06:27.000Z | 2020-09-04T00:00:43.000Z | ---
layout: watch
title: TLP2 - 31/07/2021 - M20210731_025302_TLP_2T.jpg
date: 2021-07-31 02:53:02
permalink: /2021/07/31/watch/M20210731_025302_TLP_2
capture: TLP2/2021/202107/20210730/M20210731_025302_TLP_2T.jpg
---
| 27.25 | 62 | 0.784404 | yue_Hant | 0.052561 |
39e702a4a142044be2d13bd62005b2cdc9a7b4b2 | 5,099 | md | Markdown | content/shogun::linalg::ocl::Parameter.md | DSchau/gatsby-bench | 38c617fa7f735bc41dc685615e19045e56a133d2 | [
"MIT"
] | null | null | null | content/shogun::linalg::ocl::Parameter.md | DSchau/gatsby-bench | 38c617fa7f735bc41dc685615e19045e56a133d2 | [
"MIT"
] | null | null | null | content/shogun::linalg::ocl::Parameter.md | DSchau/gatsby-bench | 38c617fa7f735bc41dc685615e19045e56a133d2 | [
"MIT"
] | 2 | 2018-09-21T16:36:02.000Z | 2020-05-30T02:45:19.000Z | ---
classname: "shogun::linalg::ocl::Parameter"
type: "struct"
---
# struct `shogun::linalg::ocl::Parameter` {#structshogun_1_1linalg_1_1ocl_1_1Parameter}
Struct [Parameter](#structshogun_1_1linalg_1_1ocl_1_1Parameter) for wrapping up parameters to custom OpenCL operation strings. Supports string type, C-style string... | 79.671875 | 376 | 0.807805 | eng_Latn | 0.826171 |
39e7321a6eeeab9e4e456bf5ae00f23e96a4470c | 5,741 | md | Markdown | source/guide/highlights.md | evgeny-molotkov/qgrid.github.io | d4edf230aaad29a5261ad52f559bfdd2f473b88b | [
"MIT"
] | null | null | null | source/guide/highlights.md | evgeny-molotkov/qgrid.github.io | d4edf230aaad29a5261ad52f559bfdd2f473b88b | [
"MIT"
] | 2 | 2021-03-25T08:23:20.000Z | 2021-06-16T15:06:11.000Z | source/guide/highlights.md | evgeny-molotkov/qgrid.github.io | d4edf230aaad29a5261ad52f559bfdd2f473b88b | [
"MIT"
] | 14 | 2019-02-27T11:26:48.000Z | 2021-11-23T08:49:58.000Z | ---
title: Highlights
type: guide
group: Getting started
order: 0
---
<ul class="highlights">
<li>
<div class="description">
<h2><a href="/feature/data-rows.html#How-to-enable-row-resizing-and-drag-amp-drop">Drag & Drop</a></h2>
<p>Define simple and clean properties to set drag & drop for row as well as for c... | 30.865591 | 165 | 0.645706 | eng_Latn | 0.57974 |
39e775db51935b186dbcfa11e18c3ff319bc4d4c | 51 | md | Markdown | docs/components/toast/README.md | xingkongs/gulu-xingkongs | 73654c2876254eef229b0653e938c1949a889eea | [
"MIT"
] | 1 | 2019-01-11T14:08:23.000Z | 2019-01-11T14:08:23.000Z | docs/components/toast/README.md | xingkongs/gulu-xingkongs | 73654c2876254eef229b0653e938c1949a889eea | [
"MIT"
] | 9 | 2021-03-01T20:21:17.000Z | 2022-02-26T10:30:01.000Z | docs/components/toast/README.md | xingkongs/gulu-xingkongs | 73654c2876254eef229b0653e938c1949a889eea | [
"MIT"
] | null | null | null | # Toast
<ClientOnly>
<toast-demo/>
</ClientOnly> | 10.2 | 15 | 0.666667 | kor_Hang | 0.464875 |
39e92fe3de0349eed37d1e9d5ccd9f1c333137f6 | 8,083 | md | Markdown | powerbi-docs/desktop-latest-update.md | eltociear/powerbi-docs.es-es | 7976f38db5f3075fa756509e03f8a57b8f33af0f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | powerbi-docs/desktop-latest-update.md | eltociear/powerbi-docs.es-es | 7976f38db5f3075fa756509e03f8a57b8f33af0f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | powerbi-docs/desktop-latest-update.md | eltociear/powerbi-docs.es-es | 7976f38db5f3075fa756509e03f8a57b8f33af0f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Novedades de la actualización más reciente de Power BI Desktop
description: En este artículo se describe con detalle la última actualización mensual de Power BI Desktop.
author: davidiseminger
ms.reviewer: ''
ms.service: powerbi
ms.subservice: powerbi-desktop
ms.topic: conceptual
ms.date: 03/12/2020
ms.autho... | 74.155963 | 564 | 0.777434 | spa_Latn | 0.815156 |
39eaf02746564665c59db55059dd0263b9ee11b5 | 97 | md | Markdown | CONTRIBUTING.md | bridgedxyz/inapp-bridge | f0bcf3f68c50d9768f27001b36441309f76891ab | [
"MIT"
] | 5 | 2020-09-09T12:29:54.000Z | 2021-09-03T17:21:15.000Z | CONTRIBUTING.md | softmarshmallow/inapp-bridge | f0bcf3f68c50d9768f27001b36441309f76891ab | [
"MIT"
] | 4 | 2021-09-02T10:31:09.000Z | 2022-02-27T03:52:12.000Z | CONTRIBUTING.md | softmarshmallow/inapp-bridge | f0bcf3f68c50d9768f27001b36441309f76891ab | [
"MIT"
] | 2 | 2021-07-09T08:09:11.000Z | 2021-08-02T08:27:48.000Z | # contribution guideline
please refer https://softmarshmallow.github.io/bridged.io/contributing
| 24.25 | 70 | 0.835052 | eng_Latn | 0.779196 |
39eb5b302bc278ebad04e61c9b7225a84e378a7b | 46 | md | Markdown | README.md | Gifflen/skytyping | 08978d958a66e349a22a212a40a20b01bda6e4a2 | [
"Apache-2.0"
] | null | null | null | README.md | Gifflen/skytyping | 08978d958a66e349a22a212a40a20b01bda6e4a2 | [
"Apache-2.0"
] | null | null | null | README.md | Gifflen/skytyping | 08978d958a66e349a22a212a40a20b01bda6e4a2 | [
"Apache-2.0"
] | null | null | null | # skytyping
Messaging app for watch the skies
| 15.333333 | 33 | 0.804348 | eng_Latn | 0.976083 |
39eb88c6684a04c6338037efc025c9eb39d77497 | 1,063 | md | Markdown | languages/translate-themes/index.md | ali-demirtas/documentation-turkish | 5d18d4c37bc816999625248500c002cdaef6357c | [
"MIT"
] | null | null | null | languages/translate-themes/index.md | ali-demirtas/documentation-turkish | 5d18d4c37bc816999625248500c002cdaef6357c | [
"MIT"
] | null | null | null | languages/translate-themes/index.md | ali-demirtas/documentation-turkish | 5d18d4c37bc816999625248500c002cdaef6357c | [
"MIT"
] | null | null | null | # Title: Bir temayı çevir
<!-- Position: 2 -->
---
Her temanın bir `languages` dizini vardır, bu klasörün içinde her dil için farklı sözlük dosyaları oluşturabilirsiniz.
```
/bl-themes/{THEME_NAME}/languages/
de_DE.json
en.json
es.json
fr_FR.json
tr_TR.json
...
```
<div class="note">
<div class=... | 23.108696 | 150 | 0.672625 | tur_Latn | 0.998863 |
39ebca18ab168bb09fd860046c1752296625d9a2 | 2,043 | md | Markdown | command/clone.md | alincode/git-workshop | 251b952454f5a1779529d4197d252433ecc11bbf | [
"MIT"
] | null | null | null | command/clone.md | alincode/git-workshop | 251b952454f5a1779529d4197d252433ecc11bbf | [
"MIT"
] | null | null | null | command/clone.md | alincode/git-workshop | 251b952454f5a1779529d4197d252433ecc11bbf | [
"MIT"
] | null | null | null | # git clone 指令
複製一份遠端儲存庫至本地端
### 常用範例
| 範例 | 說明 |
|----------------------------------------------------|-----------------|
| git clone https://github.com/alincode/git-workshop | 複製遠端容器 |
| git clone ~/remote-repo alincode-repo | 複製遠端容... | 37.145455 | 74 | 0.540871 | eng_Latn | 0.871536 |
39ec1f8fb680f330a662b3e782c065ff1cf4f55f | 707 | md | Markdown | catalog/green-red/en-US_green-red.md | htron-dev/baka-db | cb6e907a5c53113275da271631698cd3b35c9589 | [
"MIT"
] | 3 | 2021-08-12T20:02:29.000Z | 2021-09-05T05:03:32.000Z | catalog/green-red/en-US_green-red.md | zzhenryquezz/baka-db | da8f54a87191a53a7fca54b0775b3c00f99d2531 | [
"MIT"
] | 8 | 2021-07-20T00:44:48.000Z | 2021-09-22T18:44:04.000Z | catalog/green-red/en-US_green-red.md | zzhenryquezz/baka-db | da8f54a87191a53a7fca54b0775b3c00f99d2531 | [
"MIT"
] | 2 | 2021-07-19T01:38:25.000Z | 2021-07-29T08:10:29.000Z | # Green Red
- **type**: movie
- **episodes**: 1
- **original-name**: GREEN・RED
- **start-date**: 1971-01-19
- **rating**: R+ - Mild Nudity
## Tags
- dementia
## Sinopse
A photograph of a seated heterosexual couple, naked apart from their long necklaces, is rephotographed with a fixed camera that zooms ... | 30.73913 | 326 | 0.725601 | eng_Latn | 0.883926 |
39ecdef40c670ebabd0da97274f96fcdf2810337 | 245 | md | Markdown | docs/adr/0022-design-by-contract-design.md | datum-lang/charj | 5435555c0285ca129f345965b244c086704fc06e | [
"MIT"
] | 96 | 2020-10-31T05:46:05.000Z | 2020-12-30T03:50:30.000Z | docs/adr/0022-design-by-contract-design.md | charj-lang/charj-poc | 55ad99d2c9da9641819fa90bae6298a3845e34f1 | [
"MIT"
] | 1 | 2020-10-30T05:30:41.000Z | 2020-10-30T05:30:41.000Z | docs/adr/0022-design-by-contract-design.md | phodal/charj-poc | 55ad99d2c9da9641819fa90bae6298a3845e34f1 | [
"MIT"
] | 6 | 2020-10-31T10:07:46.000Z | 2020-12-09T08:01:25.000Z | # 22. design by contract design
Date: 2021-11-01
## Status
2021-11-01 proposed
## Context
add basic design for contract design, such as :
```nix
assert a==b;"a==b"
```
## Decision
Decision here...
## Consequences
Consequences here...
| 9.8 | 47 | 0.665306 | eng_Latn | 0.946752 |
39ef3a9e16d4eb4b767eb2b469853314ec49819c | 2,940 | md | Markdown | README.md | alexitx/iptables-forwarding-helper | 27c9b98dbe8112d4a69cb6e8cc53f993697d786d | [
"MIT"
] | null | null | null | README.md | alexitx/iptables-forwarding-helper | 27c9b98dbe8112d4a69cb6e8cc53f993697d786d | [
"MIT"
] | null | null | null | README.md | alexitx/iptables-forwarding-helper | 27c9b98dbe8112d4a69cb6e8cc53f993697d786d | [
"MIT"
] | null | null | null | # iptables Forwarding Helper
Generate iptables commands for OpenWrt firewall custom port forwarding rules.
Intended for adding or updating source addresses in batch for a single rule.
## Usage
```
python ifh.py [-h] [-v] (-a <src address> | -f <src file>) -p <src port> -t <protocol> -A <dest address> [-P <dest port>... | 73.5 | 179 | 0.380612 | eng_Latn | 0.830387 |
39efc60708fbe338eb6831a0003b97ce2788c53f | 626 | md | Markdown | content/paper/bowers2013a.bib.md | alexibrooks/cplorg2020 | a7de0be45b5ab88d7eb62d436a9438291741c209 | [
"MIT"
] | 1 | 2020-07-29T04:41:29.000Z | 2020-07-29T04:41:29.000Z | content/paper/bowers2013a.bib.md | alexibrooks/cplorg2020 | a7de0be45b5ab88d7eb62d436a9438291741c209 | [
"MIT"
] | null | null | null | content/paper/bowers2013a.bib.md | alexibrooks/cplorg2020 | a7de0be45b5ab88d7eb62d436a9438291741c209 | [
"MIT"
] | 1 | 2021-04-05T15:46:13.000Z | 2021-04-05T15:46:13.000Z | +++
author = "Bowers, Berland"
date = "2013-01-01"
year = "2013"
title = "Does recreational computer use affect high school achievement?"
link = "http://dx.doi.org/10.1007/s11423-012-9274-1"
journal = "Educational Technology Research, Development"
+++
```bibtex
@article{bowers2013a,
author = {Bowers and Berland}... | 29.809524 | 81 | 0.640575 | eng_Latn | 0.650088 |
39f0a510bcc8f25686a0cc58dea2b4a0f5f2e9e9 | 56,275 | md | Markdown | security-updates/SecurityBulletins/2007/ms07-049.md | MicrosoftDocs/security-updates.pt-br | 41600ce6b74586b6e44b480e21ffcd62b9524fcb | [
"CC-BY-4.0",
"MIT"
] | 1 | 2020-05-19T20:16:43.000Z | 2020-05-19T20:16:43.000Z | security-updates/SecurityBulletins/2007/ms07-049.md | MicrosoftDocs/security-updates.pt-br | 41600ce6b74586b6e44b480e21ffcd62b9524fcb | [
"CC-BY-4.0",
"MIT"
] | 216 | 2017-12-12T22:09:38.000Z | 2018-12-10T00:42:52.000Z | security-updates/SecurityBulletins/2007/ms07-049.md | MicrosoftDocs/security-updates.pt-br | 41600ce6b74586b6e44b480e21ffcd62b9524fcb | [
"CC-BY-4.0",
"MIT"
] | 2 | 2018-01-15T07:03:29.000Z | 2021-11-18T13:14:23.000Z | ---
TOCTitle: 'MS07-049'
Title: 'Microsoft Security Bulletin MS07-049 - Importante'
ms:assetid: 'ms07-049'
ms:contentKeyID: 61233723
ms:mtpsurl: 'https://technet.microsoft.com/pt-BR/library/ms07-049(v=Security.10)'
---
Microsoft Security Bulletin MS07-049 - Importante
=================================================... | 61.235038 | 887 | 0.721084 | por_Latn | 0.997223 |
39f11b64ab5d9064767461920bf66a077e8348bc | 984 | md | Markdown | api/qsharp/microsoft.quantum.arrays.prefix.md | MicrosoftDocs/quantum-docs-pr.cs-CZ | 618b7109a668192b3bbf6b958b2eaa196b1ac416 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2020-05-19T20:13:00.000Z | 2020-05-19T20:13:00.000Z | api/qsharp/microsoft.quantum.arrays.prefix.md | MicrosoftDocs/quantum-docs-pr.cs-CZ | 618b7109a668192b3bbf6b958b2eaa196b1ac416 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | api/qsharp/microsoft.quantum.arrays.prefix.md | MicrosoftDocs/quantum-docs-pr.cs-CZ | 618b7109a668192b3bbf6b958b2eaa196b1ac416 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2021-11-15T09:22:39.000Z | 2021-12-05T18:57:48.000Z | ---
uid: Microsoft.Quantum.Arrays.Prefix
title: Funkce prefix
ms.date: 1/23/2021 12:00:00 AM
ms.topic: article
qsharp.kind: function
qsharp.namespace: Microsoft.Quantum.Arrays
qsharp.name: Prefix
qsharp.summary: ''
ms.openlocfilehash: 9f43b0b868b083e048c02deca7ad9236ce7ca641
ms.sourcegitcommit: 71605ea9cc630e84e7ef2902... | 18.923077 | 86 | 0.700203 | yue_Hant | 0.567202 |
39f159ae5da37da9dd90494ed48f338e3cb9fce0 | 1,855 | md | Markdown | src/cs/2020-02/02/04.md | PrJared/sabbath-school-lessons | 94a27f5bcba987a11a698e5e0d4279b81a68bc9a | [
"MIT"
] | 68 | 2016-10-30T23:17:56.000Z | 2022-03-27T11:58:16.000Z | src/cs/2020-02/02/04.md | PrJared/sabbath-school-lessons | 94a27f5bcba987a11a698e5e0d4279b81a68bc9a | [
"MIT"
] | 367 | 2016-10-21T03:50:22.000Z | 2022-03-28T23:35:25.000Z | src/cs/2020-02/02/04.md | PrJared/sabbath-school-lessons | 94a27f5bcba987a11a698e5e0d4279b81a68bc9a | [
"MIT"
] | 109 | 2016-08-02T14:32:13.000Z | 2022-03-31T10:18:41.000Z | ---
title: 'Psané Boží slovo'
date: 07/04/2020
---
> <p></p>
> Hospodin řekl Mojžíšovi: „Napiš si tato slova, neboť podle těchto slov uzavírám s tebou a s Izraelem smlouvu.“ (Ex 34,27)
**Osobní studium**
`Proč Bůh chtěl po Mojžíšovi, aby si zapsal slova, která měl říct lidu? V čem to bylo lepší, než kdyby slova j... | 59.83871 | 679 | 0.784367 | ces_Latn | 1.00001 |
39f2471670745d599d6e707c6fa0e7a9d1e78dcb | 4,869 | md | Markdown | isi_sdk_7_2/docs/NfsSettingsExportSettings.md | mohitjain97/isilon_sdk_python | a371f438f542568edb8cda35e929e6b300b1177c | [
"Unlicense"
] | 24 | 2018-06-22T14:13:23.000Z | 2022-03-23T01:21:26.000Z | isi_sdk_7_2/docs/NfsSettingsExportSettings.md | mohitjain97/isilon_sdk_python | a371f438f542568edb8cda35e929e6b300b1177c | [
"Unlicense"
] | 46 | 2018-04-30T13:28:22.000Z | 2022-03-21T21:11:07.000Z | isi_sdk_7_2/docs/NfsSettingsExportSettings.md | mohitjain97/isilon_sdk_python | a371f438f542568edb8cda35e929e6b300b1177c | [
"Unlicense"
] | 29 | 2018-06-19T00:14:04.000Z | 2022-02-08T17:51:19.000Z | # NfsSettingsExportSettings
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**all_dirs** | **bool** | If true, all directories under the specified paths are mountable. | [optional]
**block_size** | **int** | The block size returned by the NFS STATFS procedu... | 93.634615 | 189 | 0.696036 | eng_Latn | 0.962705 |
39f3615bcf7168abf2947c3f257d920efd394fb5 | 77 | md | Markdown | README.md | GSalomaoK/simple-moip-payments | ee598956826daffe95bdaac57d9c2e830e501b74 | [
"MIT"
] | null | null | null | README.md | GSalomaoK/simple-moip-payments | ee598956826daffe95bdaac57d9c2e830e501b74 | [
"MIT"
] | null | null | null | README.md | GSalomaoK/simple-moip-payments | ee598956826daffe95bdaac57d9c2e830e501b74 | [
"MIT"
] | null | null | null | # Simple Moip Payments
Bare Moip structure, with simple payments
```
q
```
| 9.625 | 41 | 0.701299 | eng_Latn | 0.922455 |
39f475f3d7582adbdcf1ffdedbf03f4b65e57a9a | 775 | md | Markdown | content/episodes/6-att-koppla-bort-jobbet.md | anton-g/asdf.pizza | d69f9af3f8ddad0b089b1c576b8e8b8685dd196b | [
"MIT"
] | null | null | null | content/episodes/6-att-koppla-bort-jobbet.md | anton-g/asdf.pizza | d69f9af3f8ddad0b089b1c576b8e8b8685dd196b | [
"MIT"
] | 1 | 2022-02-27T20:14:47.000Z | 2022-02-27T20:14:47.000Z | content/episodes/6-att-koppla-bort-jobbet.md | anton-g/asdf.pizza | d69f9af3f8ddad0b089b1c576b8e8b8685dd196b | [
"MIT"
] | null | null | null | ---
title: 'Att koppla bort jobbet'
date: '2020-07-10T08:00:00.000Z'
description: 'Avsnitt 6: Att koppla bort från jobbet, (av)saknaden av kontor, en skärm i badrummet och dålig tidsuppfattning.'
pinecastId: 'b3a98d08-e512-4e2a-a82e-af716aab3bea'
spotifyId: '4JkKZ9QUm5AZyWMLwh87ed'
itunesId: '1000484029852'
---
Vi pra... | 59.615385 | 267 | 0.775484 | swe_Latn | 0.998875 |
39f4c7b4161733c80ae04894d409bfd3965a272b | 1,487 | md | Markdown | progsis-1/Mapa/README.md | guionardo/engsoft | 3c2347c4158a0507f868164d2be74524e58d25ed | [
"MIT"
] | 1 | 2019-06-24T20:47:09.000Z | 2019-06-24T20:47:09.000Z | progsis-1/Mapa/README.md | guionardo/engsoft | 3c2347c4158a0507f868164d2be74524e58d25ed | [
"MIT"
] | null | null | null | progsis-1/Mapa/README.md | guionardo/engsoft | 3c2347c4158a0507f868164d2be74524e58d25ed | [
"MIT"
] | 2 | 2019-05-15T19:33:34.000Z | 2019-06-24T20:47:35.000Z | # MAPA da disciplina Programação de Sistemas 1
## Enunciado
A linguagem Java segue o paradigma de programação orientado a objetos, com isso a nossa programação baseia-se nesses conceitos. Para esta atividade, criaremos uma aplicação usando qualquer editor, mas o código deve ser executado em linha de comando, sem bibl... | 38.128205 | 275 | 0.777404 | por_Latn | 0.999843 |
39f4e3bfda2218ce04e96e5c789b23998e75dfb2 | 6,451 | md | Markdown | _posts/2020-09-02-Kubesphere.md | jongha0212/jongha0212.github.io | d128621705ae34b5b19228164588d74843c26be3 | [
"MIT"
] | 1 | 2022-01-27T14:56:07.000Z | 2022-01-27T14:56:07.000Z | _posts/2020-09-02-Kubesphere.md | jongha0212/jongha0212.github.io | d128621705ae34b5b19228164588d74843c26be3 | [
"MIT"
] | null | null | null | _posts/2020-09-02-Kubesphere.md | jongha0212/jongha0212.github.io | d128621705ae34b5b19228164588d74843c26be3 | [
"MIT"
] | null | null | null | ---
title: "KubeSphere"
date: 2020-06-11
categories: [Kubernetes]
tags: [Kubernetes, KubeSphere]
description: KubeSphere 3.0.0
toc: true
---
## Kubesphere
KubeSphere는 Kubernetes를 커널로 사용하여 클라우드 **네이티브 애플리케이션** 을 **관리** 하는 **분산 운영 체제**로,
타사 애플리케이션의 원활한 통합을 위한 플러그 앤 플레이 아키텍처를 제공합니다.
또한 KubeSphere는 풀 스택 자동화 IT 운... | 33.082051 | 134 | 0.697721 | kor_Hang | 1.00001 |
39f4ef2350d69eb0f06c9a68d5cab91fa8fc3858 | 1,310 | md | Markdown | docs/csharp/misc/cs3010.md | eOkadas/docs.fr-fr | 64202ad620f9bcd91f4360ec74aa6d86e1d4ae15 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/csharp/misc/cs3010.md | eOkadas/docs.fr-fr | 64202ad620f9bcd91f4360ec74aa6d86e1d4ae15 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/csharp/misc/cs3010.md | eOkadas/docs.fr-fr | 64202ad620f9bcd91f4360ec74aa6d86e1d4ae15 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Avertissement du compilateur (niveau 1) CS3010
ms.date: 07/20/2015
f1_keywords:
- CS3010
helpviewer_keywords:
- CS3010
ms.assetid: d57bd750-df15-4e6a-9579-66de8b276b7e
ms.openlocfilehash: 4ff8c28666b90fe96c3e8509ee74fb8ded11e18c
ms.sourcegitcommit: 9b552addadfb57fab0b9e7852ed4f1f1b8a42f8e
ms.translationtype:... | 26.2 | 375 | 0.746565 | fra_Latn | 0.618427 |
39f5eb716ece65822d153692b86881f675da338b | 3,579 | md | Markdown | Bootcamp-Prep-Online-master/scripts/12_chapter/2_callbacks_and_asynchronous_code.md | skullbaselab/instructor_documents | 09d3f293d79b3b7f6cbc83f91421c986f3a4a700 | [
"MIT"
] | null | null | null | Bootcamp-Prep-Online-master/scripts/12_chapter/2_callbacks_and_asynchronous_code.md | skullbaselab/instructor_documents | 09d3f293d79b3b7f6cbc83f91421c986f3a4a700 | [
"MIT"
] | null | null | null | Bootcamp-Prep-Online-master/scripts/12_chapter/2_callbacks_and_asynchronous_code.md | skullbaselab/instructor_documents | 09d3f293d79b3b7f6cbc83f91421c986f3a4a700 | [
"MIT"
] | null | null | null | ~SCREENCAST START~
# Callbacks and Asynchronous Code
So the question now becomes: how do I tell JavaScript to run some functionality when the asynchronous function is finished? Putting the code after the asynchronous function won't work because asynchronous code isn't thread-blocking:
```js
function foo() {
console.... | 43.646341 | 812 | 0.74043 | eng_Latn | 0.998486 |
39f6d4ed4736cd1c398dc571951c061cc158868d | 824 | md | Markdown | README.md | summabr/sol | e23f9faf8a5d131790de98141226377ab8569090 | [
"Apache-2.0"
] | 1 | 2015-05-30T19:38:41.000Z | 2015-05-30T19:38:41.000Z | README.md | summabr/sol | e23f9faf8a5d131790de98141226377ab8569090 | [
"Apache-2.0"
] | null | null | null | README.md | summabr/sol | e23f9faf8a5d131790de98141226377ab8569090 | [
"Apache-2.0"
] | null | null | null | # sol - Summa Open Library
========================
<img src="src/site/resources/images/sol_logo.gif" alt="SOL logo" title="The rising sun" align="right" />
The Summa Open Library is a general-purpose set of open source Java components, developed by Summa Technologies do Brasil, and freely available under the Apache ... | 43.368421 | 173 | 0.746359 | eng_Latn | 0.612735 |
39f8d4b745c38f07fa3eb2fa1dd94684d5a55d8a | 267 | md | Markdown | collections/_bulletins/2019-09-05-football-bulletin-week-2.md | paulghaddad/ohsaafb | e929e68bca23713f092375dce3d952a39ec7cbb8 | [
"MIT"
] | null | null | null | collections/_bulletins/2019-09-05-football-bulletin-week-2.md | paulghaddad/ohsaafb | e929e68bca23713f092375dce3d952a39ec7cbb8 | [
"MIT"
] | 5 | 2020-02-25T11:11:39.000Z | 2022-02-26T03:56:03.000Z | collections/_bulletins/2019-09-05-football-bulletin-week-2.md | paulghaddad/ohsaafb | e929e68bca23713f092375dce3d952a39ec7cbb8 | [
"MIT"
] | null | null | null | ---
layout: post
title: "2019 Football Bulletin - Week 2"
date: 2019-09-05
author: "Bruce Maurer"
---
[Please click here to view the OHSAA Football bulletin for Week
2](https://storage.googleapis.com/ohsaa-websites/bulletins/2019/2019%20Week%202%20Bulletin.pdf).
| 26.7 | 96 | 0.745318 | kor_Hang | 0.559397 |
39f941aecc596e017ab97059d43af59d1d6de78d | 1,422 | md | Markdown | Intro_to_Statics/Day_5/2.-Introduction_to_Linear_Regression/README.md | Alex-TH/Training | 9ca8c10ee1d7dc37ea2780eba0a35cd16e3f0db2 | [
"MIT"
] | null | null | null | Intro_to_Statics/Day_5/2.-Introduction_to_Linear_Regression/README.md | Alex-TH/Training | 9ca8c10ee1d7dc37ea2780eba0a35cd16e3f0db2 | [
"MIT"
] | null | null | null | Intro_to_Statics/Day_5/2.-Introduction_to_Linear_Regression/README.md | Alex-TH/Training | 9ca8c10ee1d7dc37ea2780eba0a35cd16e3f0db2 | [
"MIT"
] | null | null | null | ##Objective
In this challenge, we practice using linear regression techniques. Check out the Resources tab to learn more!
##Task
You are given the Math aptitude test (x) scores for a set of students, as well as their respective scores for a Statistics course (y). The students enrolled in Statistics immediately after... | 29.625 | 228 | 0.69128 | eng_Latn | 0.997768 |
39f95543c4cdd2c8d4769de7f501b0223c650a2f | 2,076 | md | Markdown | tests/doc/cockburns/TC-6.md | cetic/fadi | 24811204f4b5cdcab5c63315d13d83a536961a46 | [
"Apache-2.0"
] | 43 | 2019-05-14T08:04:51.000Z | 2022-03-15T09:00:57.000Z | tests/doc/cockburns/TC-6.md | cetic/fadi | 24811204f4b5cdcab5c63315d13d83a536961a46 | [
"Apache-2.0"
] | 92 | 2019-05-23T10:36:21.000Z | 2022-03-29T13:37:32.000Z | tests/doc/cockburns/TC-6.md | cetic/fadi | 24811204f4b5cdcab5c63315d13d83a536961a46 | [
"Apache-2.0"
] | 13 | 2019-09-02T14:03:58.000Z | 2021-11-19T14:30:22.000Z | ## TC-6: Creating a table in Adminer
<table>
<tr>
<td><strong>Use case ID</strong>
</td>
<td colspan="2" >TC-6
</td>
</tr>
<tr>
<td><strong>Use case name</strong>
</td>
<td colspan="2" >Creating a table in Adminer
</td>
</tr>
<tr>
<td><strong>Actors</strong>
</td>
<td colspa... | 16.741935 | 188 | 0.595857 | eng_Latn | 0.79424 |
39f984df66f5f1757308fe30a9cd8069677b2876 | 183 | md | Markdown | ReleaseHistory.md | larsenjr/larsenjr-html | fecda96a2c6104dbcda14dca4a5356757e85dec2 | [
"MIT"
] | null | null | null | ReleaseHistory.md | larsenjr/larsenjr-html | fecda96a2c6104dbcda14dca4a5356757e85dec2 | [
"MIT"
] | null | null | null | ReleaseHistory.md | larsenjr/larsenjr-html | fecda96a2c6104dbcda14dca4a5356757e85dec2 | [
"MIT"
] | null | null | null | # Release History
##
- Added some layout for continuous build
- Started to build new site for larsenjr.no based on bootstrap framework
## 26.06.2021
- Initial commit / fresh restart | 22.875 | 72 | 0.759563 | eng_Latn | 0.99089 |
39fad1b0a7cd6047d071e99ed4b96f34841dda19 | 3,814 | md | Markdown | dokumentation/06. MobilePay/readme.md | ATS-SKP-DataIT/skp-projekt-aarhus-duck-race | 32a22cd64c29d461c595b273c63ea54add8764a8 | [
"MIT"
] | null | null | null | dokumentation/06. MobilePay/readme.md | ATS-SKP-DataIT/skp-projekt-aarhus-duck-race | 32a22cd64c29d461c595b273c63ea54add8764a8 | [
"MIT"
] | null | null | null | dokumentation/06. MobilePay/readme.md | ATS-SKP-DataIT/skp-projekt-aarhus-duck-race | 32a22cd64c29d461c595b273c63ea54add8764a8 | [
"MIT"
] | null | null | null | # MobilePay
På sider <b>Køb en and</b> og <b>Doner</b> ønskes der anvendt MobilePay til betaling
Pris for service er:
Link til service: https://www.mobilepay.dk/erhverv/apps-og-webshops
## Betragtninger i forhold til app

* [AO16](https://github.com/AO16)
* [njutte](https://github.com/njutte)
| 22.333333 | 45 | 0.701493 | zul_Latn | 0.289839 |
39fba0db1c6822d58d2ec3558767e68ae7b58d1a | 71 | md | Markdown | README.md | cliftbar/FlaPyAkka | ad28f833a83023de40e8b977d6ff0fd556f2a918 | [
"MIT"
] | null | null | null | README.md | cliftbar/FlaPyAkka | ad28f833a83023de40e8b977d6ff0fd556f2a918 | [
"MIT"
] | null | null | null | README.md | cliftbar/FlaPyAkka | ad28f833a83023de40e8b977d6ff0fd556f2a918 | [
"MIT"
] | null | null | null | # FlaPyAkka
FlaPyDisaster application server implemented in Scala/Akka
| 23.666667 | 58 | 0.859155 | eng_Latn | 0.786349 |
39fbb32c049a729f863dbe95c6a9150841a990c0 | 1,517 | md | Markdown | README.md | fraggerfox/gwt-helloworld-mvp | bb56efcd8a51963436bf2a50cba8d1efe960126a | [
"Apache-2.0"
] | 1 | 2018-06-25T14:45:08.000Z | 2018-06-25T14:45:08.000Z | README.md | fraggerfox/gwt-helloworld-mvp | bb56efcd8a51963436bf2a50cba8d1efe960126a | [
"Apache-2.0"
] | null | null | null | README.md | fraggerfox/gwt-helloworld-mvp | bb56efcd8a51963436bf2a50cba8d1efe960126a | [
"Apache-2.0"
] | 2 | 2018-04-12T05:36:09.000Z | 2018-06-25T14:45:28.000Z | A "Hello, World!" MVP for GWT
=============================
After going through multiple documents online for GWT and reading upon the
recommended MVP pattern for GWT, I found out that setting up the amount of
classes and interfaces needed to bootstrap a simple GWT application that follows
the pattern is quite tedio... | 45.969697 | 81 | 0.787739 | eng_Latn | 0.999157 |
39fc697ebe094026b0a399c61450dbc604675036 | 1,040 | md | Markdown | README.md | guiigos/stack-node-dependency | 5be72a86f624fb1ea87fd6383d5b2865f15eef67 | [
"MIT"
] | null | null | null | README.md | guiigos/stack-node-dependency | 5be72a86f624fb1ea87fd6383d5b2865f15eef67 | [
"MIT"
] | null | null | null | README.md | guiigos/stack-node-dependency | 5be72a86f624fb1ea87fd6383d5b2865f15eef67 | [
"MIT"
] | null | null | null | # Stack NodeJs Dependency
[![GuiigOs][project-image]][project-url] [![Dependencies Status][david-dm-image]][david-dm-url] [![DevDependencies Status][david-dm-dev-image]][david-dm-dev-url]
[project-image]: https://img.shields.io/badge/GuiigOs-generator--stack--node-ff69b4.svg?style=flat-square
[project-url]: https://g... | 65 | 177 | 0.773077 | kor_Hang | 0.155249 |
39fcecc75fbba7f5c5a5b6b6c2b38e935f7c7389 | 334 | md | Markdown | wiki/entries/TypeScript.md | VincVader/WIki-like-online-encyclopedia | c77ce9d60989c267e0c389c2fe58bc5fe50dd990 | [
"MIT"
] | null | null | null | wiki/entries/TypeScript.md | VincVader/WIki-like-online-encyclopedia | c77ce9d60989c267e0c389c2fe58bc5fe50dd990 | [
"MIT"
] | null | null | null | wiki/entries/TypeScript.md | VincVader/WIki-like-online-encyclopedia | c77ce9d60989c267e0c389c2fe58bc5fe50dd990 | [
"MIT"
] | null | null | null | #TypeScript
**TypeScript** is a programming language developed and maintained by **Microsoft**. It is a strict syntactical superset of [JavaScript](/wiki/javascript) and adds optional static typing to the language. **TypeScript** is designed for development of large applications and transcompiles to [JavaScript](/wik... | 167 | 320 | 0.796407 | eng_Latn | 0.99804 |
39fd62d973abadabea0b89d4194fc3500a397ccd | 2,889 | md | Markdown | _posts/2016-03-21-chatting-with-alexa.md | ewenchou/ewenchou.github.io | d923c19163be5fa2c7cca9fdaf078415facaab4f | [
"MIT"
] | null | null | null | _posts/2016-03-21-chatting-with-alexa.md | ewenchou/ewenchou.github.io | d923c19163be5fa2c7cca9fdaf078415facaab4f | [
"MIT"
] | null | null | null | _posts/2016-03-21-chatting-with-alexa.md | ewenchou/ewenchou.github.io | d923c19163be5fa2c7cca9fdaf078415facaab4f | [
"MIT"
] | null | null | null | ---
layout: post
title: Chatting with Alexa
categories: blog
tags: alexa tts festival github
---
In a [previous post](/blog/2016/02/08/i-have-pi-now-what/) I mentioned my idea of using different triggers for Alexa. In particular, I didn't want to setup a hardware "push-to-talk" button. Now that I had [code](/blog/2016/... | 55.557692 | 489 | 0.723434 | eng_Latn | 0.981296 |
39fdf5c95e4e8c0a92a3163790630f064a56bc86 | 5,164 | md | Markdown | docs/test/how_to_use_xunit.md | pengzhisun/dotnetcorebootstrap | a7a9ff883fd18d4afa16a315a63919e914a4fcec | [
"MIT"
] | 2 | 2018-07-09T16:06:12.000Z | 2020-12-10T07:13:07.000Z | docs/test/how_to_use_xunit.md | pengzhisun/dotnetcorebootstrap | a7a9ff883fd18d4afa16a315a63919e914a4fcec | [
"MIT"
] | null | null | null | docs/test/how_to_use_xunit.md | pengzhisun/dotnetcorebootstrap | a7a9ff883fd18d4afa16a315a63919e914a4fcec | [
"MIT"
] | null | null | null | # How to use xUnit in .Net Core
## Steps
1. Create a xUnit project.
* Create new project via `dotnet new xunit -o {output_dir}` command, e.g. [XUnitDemo.cs](../../demos/test_demo/XUnitDemo.cs)
> `{output_dir}` sample: XUnitDemo_Test
```bash
dotnet new xunit -o {output_dir}
```
... | 35.369863 | 206 | 0.632262 | yue_Hant | 0.38964 |
39ff2688b6144e84464bdc1dd344f4c3d0a25dde | 4,114 | md | Markdown | README.md | gleisonkz/corona-virus-viewer | 99842854c5abfc712afd706fb3c5308ec87cadfa | [
"MIT"
] | null | null | null | README.md | gleisonkz/corona-virus-viewer | 99842854c5abfc712afd706fb3c5308ec87cadfa | [
"MIT"
] | null | null | null | README.md | gleisonkz/corona-virus-viewer | 99842854c5abfc712afd706fb3c5308ec87cadfa | [
"MIT"
] | null | null | null | <div align="right">
[](https://app.netlify.com/sites/kz-corona-virus-viewer/deploys)
</div>
<div align="right">
[](README.md)
[
## Project Summary
A combination of Knowledge-Graph software, Distributed Consensus and Social Web UX like QuoteMap, Expandable sections, TextLabels that are all endless & embeddable have the opportunity t... | 39.857143 | 313 | 0.772999 | eng_Latn | 0.838924 |
2601e856abb9b1ae8a6b1db342a7500d12576165 | 32,078 | md | Markdown | _posts/2019-10-06-蔡徐坤:干掉偏见.md | NodeBE4/oped2 | 1c44827a3b1e06164b390ff9abfae728b744dd4f | [
"MIT"
] | 1 | 2020-09-16T02:05:30.000Z | 2020-09-16T02:05:30.000Z | _posts/2019-10-06-蔡徐坤:干掉偏见.md | NodeBE4/oped2 | 1c44827a3b1e06164b390ff9abfae728b744dd4f | [
"MIT"
] | null | null | null | _posts/2019-10-06-蔡徐坤:干掉偏见.md | NodeBE4/oped2 | 1c44827a3b1e06164b390ff9abfae728b744dd4f | [
"MIT"
] | 1 | 2020-11-04T04:49:44.000Z | 2020-11-04T04:49:44.000Z | ---
layout: post
title: "蔡徐坤:干掉偏见"
date: 2019-10-06T09:40:10+01:00
author: Nei.st
from: https://nei.st/medium/southern/why-kun
tags: [ Nei.st ]
categories: [ Nei.st ]
---
<article class="post-5403 post type-post status-publish format-standard hentry category-southern" id="post-5403">
<header class="page-header medium... | 35.881432 | 416 | 0.690349 | yue_Hant | 0.240717 |
2602ca5787e3fff15a422a72e224f95cd6aecaaf | 31 | md | Markdown | README.md | massard-t/ggrf | d0b63319cf2229cae13bb80763eccdded03aa310 | [
"MIT"
] | null | null | null | README.md | massard-t/ggrf | d0b63319cf2229cae13bb80763eccdded03aa310 | [
"MIT"
] | null | null | null | README.md | massard-t/ggrf | d0b63319cf2229cae13bb80763eccdded03aa310 | [
"MIT"
] | null | null | null | # ggrf
Good Guy's Redis Finder
| 10.333333 | 23 | 0.741935 | deu_Latn | 0.473953 |
2602e4ef906233aedc9d442f90cff09358c64ef2 | 58 | md | Markdown | ReadMe.md | games647/Java-Snippets | cf54a4ff252c2058c4ea46e60d7e8e7e4eabf740 | [
"Unlicense"
] | 3 | 2016-05-22T12:53:08.000Z | 2021-08-05T08:54:22.000Z | ReadMe.md | games647/Java-Snippets | cf54a4ff252c2058c4ea46e60d7e8e7e4eabf740 | [
"Unlicense"
] | 1 | 2019-07-02T17:22:51.000Z | 2019-07-02T17:22:51.000Z | ReadMe.md | games647/Java-Snippets | cf54a4ff252c2058c4ea46e60d7e8e7e4eabf740 | [
"Unlicense"
] | 1 | 2018-01-13T17:34:46.000Z | 2018-01-13T17:34:46.000Z | # Java Code Snippets
A collection of useful java snippets | 19.333333 | 36 | 0.810345 | eng_Latn | 0.690612 |
260334e6e8dcb1207f73c89240810be4bd6871c5 | 4,412 | markdown | Markdown | _drafts/2020-01-02-r-com-microsoft-azure.markdown | prandom/prandom.github.io | 0973dc2050e0e2c267775117d09e8bc92fe17c07 | [
"MIT"
] | null | null | null | _drafts/2020-01-02-r-com-microsoft-azure.markdown | prandom/prandom.github.io | 0973dc2050e0e2c267775117d09e8bc92fe17c07 | [
"MIT"
] | 3 | 2021-08-31T18:40:16.000Z | 2021-09-28T11:32:13.000Z | _drafts/2020-01-02-r-com-microsoft-azure.markdown | psrandom/psrandom.github.io | ac421ce4db4820ecbd18b1a1d36996ebfa0dc863 | [
"MIT"
] | null | null | null | ---
layout: post
title: "R com Microsoft Azure"
date: 2020-01-02
---
Neste primeiro post de 2020 vou começar com duas ferramentas incríveis para Data Science. Uma já conhecemos bastante que é a linguagem R e a outra vem melhorando cada vez mais e usando o R também nas análises: Microsoft Azure!
O Microsoft Azure é ... | 107.609756 | 779 | 0.798504 | por_Latn | 0.999945 |
2603788f11c471cd15c9764733818992a0218a1e | 2,392 | md | Markdown | README.md | SaekiTominaga/report-same-referrer | a33523a118e522a5f37cc882b24b8f1b2c876f96 | [
"MIT"
] | null | null | null | README.md | SaekiTominaga/report-same-referrer | a33523a118e522a5f37cc882b24b8f1b2c876f96 | [
"MIT"
] | null | null | null | README.md | SaekiTominaga/report-same-referrer | a33523a118e522a5f37cc882b24b8f1b2c876f96 | [
"MIT"
] | null | null | null | # Send referrer error information to endpoints
[](https://badge.fury.io/js/%40saekitominaga%2Freport-same-referrer)
If there are referrers from same site, that information will be sent to the endpoint as an error.
As a practical use ... | 39.213115 | 210 | 0.720318 | eng_Latn | 0.824762 |