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
78c2e7c05a671c823df0c9c58a92176b0b3ce4b8
9,996
md
Markdown
articles/active-directory/develop/quickstart-v2-java-webapp.md
salem84/azure-docs.it-it
3ec6a13aebb82936591c7fc479f084be9bb8776d
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/active-directory/develop/quickstart-v2-java-webapp.md
salem84/azure-docs.it-it
3ec6a13aebb82936591c7fc479f084be9bb8776d
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/active-directory/develop/quickstart-v2-java-webapp.md
salem84/azure-docs.it-it
3ec6a13aebb82936591c7fc479f084be9bb8776d
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Avvio rapido per l'uso di Microsoft Identity Platform con un'app Web Java | Azure description: Informazioni su come implementare l'accesso Microsoft in un'app Web Java usando OpenID Connect services: active-directory documentationcenter: dev-center-name author: sangonzal editor: '' ms.assetid: 820acdb7-d316-...
64.076923
325
0.773409
ita_Latn
0.988065
78c35e87e4a160fa3c90ed2afe6a40a4c1d63b85
1,200
md
Markdown
src/collections/_documentation/api/pagination.md
nabeelahmeddaraz/sentry-docs
039ed898629c5c43a82319981897bb60be0b7411
[ "Apache-2.0" ]
null
null
null
src/collections/_documentation/api/pagination.md
nabeelahmeddaraz/sentry-docs
039ed898629c5c43a82319981897bb60be0b7411
[ "Apache-2.0" ]
null
null
null
src/collections/_documentation/api/pagination.md
nabeelahmeddaraz/sentry-docs
039ed898629c5c43a82319981897bb60be0b7411
[ "Apache-2.0" ]
null
null
null
--- title: Pagination sidebar_order: 2 --- Pagination in the API is handled via the Link header standard: ```python $ curl -i https://sentry.io/api/0/projects/1/groups/ ``` ```http HTTP/1.0 200 OK Date: Sat, 14 Feb 2015 18:47:20 GMT Content-Type: application/json Content-Language: en Allow: GET, HEAD, OPTIONS Link: ...
44.444444
438
0.740833
eng_Latn
0.988064
78c384e10a53419a92c5125ef2bf4cc4e2761e86
176
md
Markdown
README.md
MaviTm/oc_staff
48f94dfa84dcbcfd978ae73877a80909de34d337
[ "MIT" ]
1
2020-03-29T14:39:15.000Z
2020-03-29T14:39:15.000Z
README.md
MaviTm/oc_staff
48f94dfa84dcbcfd978ae73877a80909de34d337
[ "MIT" ]
null
null
null
README.md
MaviTm/oc_staff
48f94dfa84dcbcfd978ae73877a80909de34d337
[ "MIT" ]
null
null
null
[![view the video](https://img.youtube.com/vi/U7FAvFQmvRM/0.jpg)](https://www.youtube.com/watch?v=U7FAvFQmvRM) https://www.youtube.com/watch?v=U7FAvFQmvRM&feature=youtu.be
44
113
0.744318
yue_Hant
0.626889
78c39c28acbb581e041daa0c207c08cc468ca670
30,195
md
Markdown
_posts/2020/java/2020-04-09-java-annotation.md
algamza/algamza.github.io
161a923fd3b72f11aeb175be570ced2ed0426b90
[ "MIT" ]
null
null
null
_posts/2020/java/2020-04-09-java-annotation.md
algamza/algamza.github.io
161a923fd3b72f11aeb175be570ced2ed0426b90
[ "MIT" ]
1
2020-07-29T01:41:33.000Z
2020-07-29T01:41:33.000Z
_posts/2020/java/2020-04-09-java-annotation.md
algamza/algamza.github.io
161a923fd3b72f11aeb175be570ced2ed0426b90
[ "MIT" ]
1
2020-04-24T06:07:08.000Z
2020-04-24T06:07:08.000Z
--- layout: post title: "자바 어노테이션 ( Annotation )" description: "@ <-- 요놈은 기본적으로 컴파일러에게 이게 어노테이션이다라고 알린다. @ 마크 다음에 오는 문자는 해당 어노테이션의 이름이고 여기서는 Entity !!! 자바 어노테이션은 값을 세팅할수있는 요소들을 가질수있는데 속성이나 파라미터 쯤이라고 볼수있지." date: 2020-04-09 14:34 tags: [java] comments: true share: true --- # **1. 자바 어노테이션 기본 문법** #...
22.433135
423
0.668323
kor_Hang
0.990344
78c3a9756405a2cf9e7f44f23b0ba74989dfc2a7
988
md
Markdown
README.md
LucasCoelho1/Hellow_world
49192b3970d98c206a712804afd6c86c3945e62d
[ "MIT" ]
null
null
null
README.md
LucasCoelho1/Hellow_world
49192b3970d98c206a712804afd6c86c3945e62d
[ "MIT" ]
null
null
null
README.md
LucasCoelho1/Hellow_world
49192b3970d98c206a712804afd6c86c3945e62d
[ "MIT" ]
null
null
null
# Hellow_world Repositório para aula de **git** e **github** ## Objetivos * Aprender a clonar o repositorio; * Aprender a colocar os arquivos para trackear: * Aprender a fazer o commmit; * Aprender a enviar as modificações para o github * Aprender a baixar as modificações. ## Criar versão de arquivos modificados/i...
22.976744
101
0.742915
por_Latn
0.999391
78c3b5768e485e3628540a4f5e3bd14dd18528b9
3,936
md
Markdown
docs/fundamentals/code-analysis/quality-rules/ca1054.md
CharleyGui/docs.fr-fr
2563c94abf0d041d775f700b552d1dbe199f03d5
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/fundamentals/code-analysis/quality-rules/ca1054.md
CharleyGui/docs.fr-fr
2563c94abf0d041d775f700b552d1dbe199f03d5
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/fundamentals/code-analysis/quality-rules/ca1054.md
CharleyGui/docs.fr-fr
2563c94abf0d041d775f700b552d1dbe199f03d5
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: 'CA1054 : les paramètres d’URI ne doivent pas être des chaînes (analyse du code)' description: 'En savoir plus sur la règle d’analyse du code CA1054 : les paramètres URI ne doivent pas être des chaînes' ms.date: 03/11/2019 ms.topic: reference f1_keywords: - CA1054 - UriParametersShouldNotBeStrings helpviewer...
53.917808
674
0.763211
fra_Latn
0.934355
78c3b9ae7771e25764addf94c64a5f13701440d5
39
md
Markdown
README.md
Alexandercom/TestLegs
37f98feb3873ff5339620e97feee29dc405a7482
[ "MIT" ]
null
null
null
README.md
Alexandercom/TestLegs
37f98feb3873ff5339620e97feee29dc405a7482
[ "MIT" ]
null
null
null
README.md
Alexandercom/TestLegs
37f98feb3873ff5339620e97feee29dc405a7482
[ "MIT" ]
null
null
null
# TestLegs PWM signals for servomotors
13
27
0.820513
eng_Latn
0.596176
78c3d047a8a218812afa737e991993da74e5e694
8,082
md
Markdown
docs/visual-basic/programming-guide/language-features/declared-elements/how-to-hide-a-variable-with-the-same-name-as-your-variable.md
lbragaglia/docs.it-it
2dc596db6f16ffa0e123c2ad225ce4348546fdb2
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/visual-basic/programming-guide/language-features/declared-elements/how-to-hide-a-variable-with-the-same-name-as-your-variable.md
lbragaglia/docs.it-it
2dc596db6f16ffa0e123c2ad225ce4348546fdb2
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/visual-basic/programming-guide/language-features/declared-elements/how-to-hide-a-variable-with-the-same-name-as-your-variable.md
lbragaglia/docs.it-it
2dc596db6f16ffa0e123c2ad225ce4348546fdb2
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: 'Procedura: Nascondere una variabile con lo stesso nome della variabile (Visual Basic)' ms.date: 07/20/2015 helpviewer_keywords: - qualification [Visual Basic], of element names - declarations [Visual Basic], elements - element names [Visual Basic], qualification - references [Visual Basic], declared element...
68.491525
529
0.754764
ita_Latn
0.979433
78c4cc57f4ff09756972afff74eca3785b5ad344
632
md
Markdown
_posts/round/2020-03-01-R-625.md
akoprow/codeforces-editorials
09e14544afb027c7ce926630ed31a7bc18ce54b2
[ "CC0-1.0" ]
null
null
null
_posts/round/2020-03-01-R-625.md
akoprow/codeforces-editorials
09e14544afb027c7ce926630ed31a7bc18ce54b2
[ "CC0-1.0" ]
null
null
null
_posts/round/2020-03-01-R-625.md
akoprow/codeforces-editorials
09e14544afb027c7ce926630ed31a7bc18ce54b2
[ "CC0-1.0" ]
null
null
null
--- title: Round 625 (Div I+II) --- [Codeforces Round #625 (Div. 1, based on Technocup 2020 Final Round)](https://codeforces.com/contest/1320) [Codeforces Round #625 (Div. 2, based on Technocup 2020 Final Round)](https://codeforces.com/contest/1321) {% include problem.md id="1321A" %} {% include problem.md id="1321B...
30.095238
106
0.670886
eng_Latn
0.778046
78c5fb95db68088e9085889edd30f7251d5cffd7
4,424
md
Markdown
docs/README.md
baaxl9vh/nest-wechat
fd7a0543c5e2c7b39339f78a7da0dcf256b18311
[ "MIT" ]
null
null
null
docs/README.md
baaxl9vh/nest-wechat
fd7a0543c5e2c7b39339f78a7da0dcf256b18311
[ "MIT" ]
null
null
null
docs/README.md
baaxl9vh/nest-wechat
fd7a0543c5e2c7b39339f78a7da0dcf256b18311
[ "MIT" ]
null
null
null
# nest-wechat 微信公众号、微信程序开、微信小游戏、微信支付以及企业微信等服务端API nestjs 模块封装。也可以直接当工具类使用。 写nest-wechat的目的是自用,有用到的api就会先写,如果你需要用的api还没实现,可以提 [issues](https://github.com/baaxl9vh/nest-wechat/issues) 给我,我会尽快补上。 ## 快速开始 ### 安装 ```shell npm i --save nest-wechat ``` ### nestjs 模块引入 + register方法注册 ```javascript import { Module } fro...
17.98374
178
0.702758
yue_Hant
0.534103
78c62fb571b6e3fb295263699816b7149f2d8b3d
212
md
Markdown
README.md
davsucks/MacSetup
83d24fdbf58617a07efaa8793b3fc26356bef60b
[ "MIT" ]
1
2016-04-02T22:37:38.000Z
2016-04-02T22:37:38.000Z
README.md
davsucks/MacSetup
83d24fdbf58617a07efaa8793b3fc26356bef60b
[ "MIT" ]
null
null
null
README.md
davsucks/MacSetup
83d24fdbf58617a07efaa8793b3fc26356bef60b
[ "MIT" ]
2
2016-04-02T22:37:39.000Z
2020-02-25T23:02:23.000Z
# MacSetup Config files, handy scripts, and other stuff for setting up my Mac. To use: - Clone this repository - Execute "setup" - Check to make sure that symlinks were created properly in your home directory
21.2
79
0.764151
eng_Latn
0.999405
78c66032b640786e88cc4569d36f83ae2afc097f
2,078
md
Markdown
components/layout/grid/README.md
SUI-Components/SUIComponents
495b667514afa269329296ae95b96d8c59e97611
[ "MIT" ]
null
null
null
components/layout/grid/README.md
SUI-Components/SUIComponents
495b667514afa269329296ae95b96d8c59e97611
[ "MIT" ]
2
2016-11-15T20:00:10.000Z
2016-11-15T20:03:52.000Z
components/layout/grid/README.md
SUI-Components/SUIComponents
495b667514afa269329296ae95b96d8c59e97611
[ "MIT" ]
null
null
null
# LayoutGrid > The layout grid component adapts to screen size (responsive), ensuring consistency across layouts. > The grid creates visual consistency between layouts while allowing flexibility across a wide variety of designs. Based on our design principles, this component is based on a 12 columns grid layout. ## I...
23.613636
199
0.689605
eng_Latn
0.919272
78c6872ece3707f89d3b6ff56b2de9ae4dd45740
1,557
md
Markdown
includes/vpn-gateway-add-gwsubnet-p2s-rm-portal-include.md
cmendible/azure-docs.es-es
c54d7a105f61abea6c67790e28944a7c6d636b9e
[ "CC-BY-4.0", "MIT" ]
2
2019-09-04T06:39:25.000Z
2019-09-04T06:43:40.000Z
includes/vpn-gateway-add-gwsubnet-p2s-rm-portal-include.md
cmendible/azure-docs.es-es
c54d7a105f61abea6c67790e28944a7c6d636b9e
[ "CC-BY-4.0", "MIT" ]
null
null
null
includes/vpn-gateway-add-gwsubnet-p2s-rm-portal-include.md
cmendible/azure-docs.es-es
c54d7a105f61abea6c67790e28944a7c6d636b9e
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: archivo de inclusión description: archivo de inclusión services: vpn-gateway author: cherylmc ms.service: vpn-gateway ms.topic: include ms.date: 10/21/2018 ms.author: cherylmc ms.custom: include file ms.openlocfilehash: b044912fd8f52f3f4fdbe1b3a74b64f9b565ddf0 ms.sourcegitcommit: 2e4b99023ecaf2ea3d6d3604da06...
57.666667
379
0.77842
spa_Latn
0.911508
78c7c1ea87f4b4d8ce904a8e86ed0e4f5578e53b
5,112
md
Markdown
_aide-memoire/aide-memoire-72/aide-memoire-72-nous-sommes-les-alternatives.md
rbiiiii/territoires-memoire
35ced953dc8cde36d573525f62c5e24f75ee0f0b
[ "MIT" ]
null
null
null
_aide-memoire/aide-memoire-72/aide-memoire-72-nous-sommes-les-alternatives.md
rbiiiii/territoires-memoire
35ced953dc8cde36d573525f62c5e24f75ee0f0b
[ "MIT" ]
5
2020-01-08T08:36:24.000Z
2021-10-08T12:44:47.000Z
_aide-memoire/aide-memoire-72/aide-memoire-72-nous-sommes-les-alternatives.md
rbiiiii/territoires-memoire
35ced953dc8cde36d573525f62c5e24f75ee0f0b
[ "MIT" ]
null
null
null
--- categories: _aide-memoire-numeros/aide-memoire-n-72.md title: Nous sommes les alternatives ! type: editorial credits: Par Julien Paulus about_the_author: rédacteur en chef order: 1 --- « Chez les progressistes, l’université tient lieu d’église, et les philosophes et sociologues “radicaux”, de théologiens. \[…] Qu’o...
176.275862
1,213
0.79597
fra_Latn
0.989541
78c83caba3e9d1b1daed2a25558223e008c5aee2
88
md
Markdown
README.md
mbala-sadraue/kaila-teste
647076e15187d11a0d9f4e6b6c4725030eaaf785
[ "MIT" ]
null
null
null
README.md
mbala-sadraue/kaila-teste
647076e15187d11a0d9f4e6b6c4725030eaaf785
[ "MIT" ]
null
null
null
README.md
mbala-sadraue/kaila-teste
647076e15187d11a0d9f4e6b6c4725030eaaf785
[ "MIT" ]
null
null
null
[arquivo de texto](https://github.com/mbala-sadraue/kaila-teste/blob/main/arquivo.txt)
29.333333
86
0.772727
cat_Latn
0.124285
78c88a1bc3309a86f34558fd5573c3f6083b8f5c
187
md
Markdown
README.md
waazeved/exceptions4j
35711ed332648462e18fd4033bb8e9d29abeb73a
[ "MIT" ]
null
null
null
README.md
waazeved/exceptions4j
35711ed332648462e18fd4033bb8e9d29abeb73a
[ "MIT" ]
null
null
null
README.md
waazeved/exceptions4j
35711ed332648462e18fd4033bb8e9d29abeb73a
[ "MIT" ]
null
null
null
# exceptions4j Lib with collection of exception classes with useful names and features to work with exceptions in Java. Don't waste your time creating exception classes, use exception4j!
62.333333
171
0.823529
eng_Latn
0.999546
78ca057027f701abf9e6d4311517e62b8c49f013
2,633
md
Markdown
README.md
abhisekp/FCC-Project-Timestamp
60228ca4d28dc6039cbade8bde750d9c0af54f67
[ "MIT" ]
1
2019-04-22T19:57:44.000Z
2019-04-22T19:57:44.000Z
README.md
abhisekp/FCC-Project-Timestamp
60228ca4d28dc6039cbade8bde750d9c0af54f67
[ "MIT" ]
1
2018-06-30T14:05:15.000Z
2018-06-30T14:05:15.000Z
README.md
abhisekp/FCC-Project-Timestamp
60228ca4d28dc6039cbade8bde750d9c0af54f67
[ "MIT" ]
1
2019-12-13T08:01:35.000Z
2019-12-13T08:01:35.000Z
# FreeCodeCamp API Backend Project: Timestamp microservice [**`timestamp-microservice-absk`**](https://timestamp-microservice-absk.glitch.me) Get unix and natural timestamp. **Challenge:** <https://www.freecodecamp.com/challenges/timestamp-microservice> ## User stories: 1. I can pass a string as a parameter, and i...
29.920455
184
0.680592
eng_Latn
0.669066
78ca729ec7fe87a42b41234f5806fa0ea520576b
615
md
Markdown
_posts/2020-01-01-7127976.md
meparth/BongNetflix
6c84a70721296413c70067e10cfa7741cf89e963
[ "MIT" ]
null
null
null
_posts/2020-01-01-7127976.md
meparth/BongNetflix
6c84a70721296413c70067e10cfa7741cf89e963
[ "MIT" ]
null
null
null
_posts/2020-01-01-7127976.md
meparth/BongNetflix
6c84a70721296413c70067e10cfa7741cf89e963
[ "MIT" ]
null
null
null
--- layout: post title: "Aditi Mittal: Things They Wouldn't Let Me Say" description: "Trailblazing comic Aditi Mittal mixes topical stand-up with frank talk about being single, wearing thongs and the awkwardness of Indian movie ratings..." img: 7127976.jpg kind: movie genres: [Comedy] tags: Comedy language: English ye...
29.285714
167
0.780488
eng_Latn
0.913969
78cb6b862dca712660dbaabcdd85d1ae16800279
20,010
md
Markdown
docs/sp-add-ins/work-with-host-web-data-from-javascript-in-the-add-in-web.md
r4hulp/sp-dev-docs
f05cbd623834102e4b77d6a902776ba66641a416
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/sp-add-ins/work-with-host-web-data-from-javascript-in-the-add-in-web.md
r4hulp/sp-dev-docs
f05cbd623834102e4b77d6a902776ba66641a416
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/sp-add-ins/work-with-host-web-data-from-javascript-in-the-add-in-web.md
r4hulp/sp-dev-docs
f05cbd623834102e4b77d6a902776ba66641a416
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Work with host web data from JavaScript in the add-in web description: Prepare the host web calendar, create JavaScript and a button to invoke it, specify the permissions the add-in needs, and run and test the add-in. ms.date: 12/04/2017 ms.prod: sharepoint --- # Work with host web data from JavaScript in t...
58.338192
632
0.713093
eng_Latn
0.993957
78cb8affaa0d724b5fa7249ff9b5d00c478b1427
1,852
md
Markdown
README.md
fengwk/my-dwm
04a2ea16ccc257b9dc45a88b6c2fdea91435f966
[ "MIT" ]
null
null
null
README.md
fengwk/my-dwm
04a2ea16ccc257b9dc45a88b6c2fdea91435f966
[ "MIT" ]
null
null
null
README.md
fengwk/my-dwm
04a2ea16ccc257b9dc45a88b6c2fdea91435f966
[ "MIT" ]
null
null
null
# My Dwm 个人dwm环境。 # Installation 1. 克隆并安装 ```shell git clone git@github.com:fengwk/my-dwm.git ~/prog/my-dwm cd ~/prog/my-dwm sudo make clean install ``` 1. 安装渲染器 ```shell sudo pacman -S picom ``` 1. 配置`~/.xinitrc` ```shell # 多屏幕时可能需要用到下边的指令 # xrandr --output eDP1 --scale...
21.287356
160
0.674946
yue_Hant
0.614925
78cbe47955a04e218fee708796f67a79d41fc0d8
4,005
md
Markdown
operators/combination/startwith.md
anddam/learn-rxjs
a15bdf30de4ba79c659b7f894fbec9d321a892a8
[ "MIT" ]
1
2019-07-22T07:19:13.000Z
2019-07-22T07:19:13.000Z
operators/combination/startwith.md
anddam/learn-rxjs
a15bdf30de4ba79c659b7f894fbec9d321a892a8
[ "MIT" ]
null
null
null
operators/combination/startwith.md
anddam/learn-rxjs
a15bdf30de4ba79c659b7f894fbec9d321a892a8
[ "MIT" ]
null
null
null
# startWith #### signature: `startWith(an: Values): Observable` ## Emit given value first. --- :bulb: A [BehaviorSubject](https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/subjects/behaviorsubject.md) can also start with an initial value! --- <div class="ua-ad"><a href="https://ultimatecourses.com/c...
33.655462
196
0.712859
eng_Latn
0.213886
78cc2d1c1f99cae200fdf808ba1ed4d76cfc6c97
305
md
Markdown
CHANGELOG.md
torchello/linter
30247bea95157380136fbdc4a9825835e6e8df11
[ "MIT" ]
3
2017-12-21T11:09:28.000Z
2021-04-14T20:16:53.000Z
CHANGELOG.md
torchello/linter
30247bea95157380136fbdc4a9825835e6e8df11
[ "MIT" ]
null
null
null
CHANGELOG.md
torchello/linter
30247bea95157380136fbdc4a9825835e6e8df11
[ "MIT" ]
1
2021-04-22T02:19:28.000Z
2021-04-22T02:19:28.000Z
# CHANGELOG ## 2.0.0-alpha1, 2.0.0-alpha2: PHP 7 * dropped support for PHP < 7 ## 1.0.2: Updated dependencies * added support for PHP 7 ## 1.0.1: Fixed Insight badge * fixed Insight badge ## 1.0.0: Import * imported constraints from [memio/validator](http://github.com/memio/validator) v1.0.0-rc1
16.944444
91
0.688525
eng_Latn
0.55557
78cdaa66a6241be9cd17a203f4c3eed2dfcf34a1
139
md
Markdown
README.md
Success-Path-is-Red/React-Crashcourse-for-Beginners-with-a-Hands-On-Project-Udemy
cdd09c7182b31b2b33c3265d2b9b3668645f8e78
[ "MIT" ]
null
null
null
README.md
Success-Path-is-Red/React-Crashcourse-for-Beginners-with-a-Hands-On-Project-Udemy
cdd09c7182b31b2b33c3265d2b9b3668645f8e78
[ "MIT" ]
null
null
null
README.md
Success-Path-is-Red/React-Crashcourse-for-Beginners-with-a-Hands-On-Project-Udemy
cdd09c7182b31b2b33c3265d2b9b3668645f8e78
[ "MIT" ]
null
null
null
# React-Crashcourse-for-Beginners-with-a-Hands-On-Project-Udemy https://www.udemy.com/course/react-js-crashcourse-with-a-hands-on-project/
46.333333
74
0.798561
yue_Hant
0.184559
78cdd7a5df44cd26f6e6bc1a2ff55df84cf0c5c9
182
md
Markdown
README.md
cslrfid/CSL-EmbeddedRFID-Example
f283eedc6a9a1c4df46f7f40d52dc8a7a0345c2f
[ "MIT" ]
null
null
null
README.md
cslrfid/CSL-EmbeddedRFID-Example
f283eedc6a9a1c4df46f7f40d52dc8a7a0345c2f
[ "MIT" ]
null
null
null
README.md
cslrfid/CSL-EmbeddedRFID-Example
f283eedc6a9a1c4df46f7f40d52dc8a7a0345c2f
[ "MIT" ]
null
null
null
## CSL Intelligent Reader Embedded RFID Example for CS463/CS203X/CS468XJ Source code for the embedded program to be executed when reader is running in **Custom Embedded RFID** mode
45.5
107
0.802198
eng_Latn
0.996299
78cf1c25d0e1379d2a73b1567ae2c062aaf54ba8
2,638
md
Markdown
docs/PolicyIgmpProfile.md
phspies/nsxt30_policy_api
fc03ea7af8f0071799844bc4a6049a727ea13d83
[ "IJG" ]
null
null
null
docs/PolicyIgmpProfile.md
phspies/nsxt30_policy_api
fc03ea7af8f0071799844bc4a6049a727ea13d83
[ "IJG" ]
null
null
null
docs/PolicyIgmpProfile.md
phspies/nsxt30_policy_api
fc03ea7af8f0071799844bc4a6049a727ea13d83
[ "IJG" ]
null
null
null
# PolicyIgmpProfile ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Children** | [**[]ChildPolicyConfigResource**](ChildPolicyConfigResource.md) | subtree for this type within policy tree containing nested elements. | [optional] [default to null] **Overri...
164.875
557
0.752464
eng_Latn
0.993804
78cfcff0a1a34a5e48bcaa4a0e8c7d0118d35812
207
md
Markdown
docs/_sidebar.md
traverse1984/schemodo
e58d6a99fd1e1ebe741f7cd2c933ee44f1b01775
[ "MIT" ]
1
2021-02-23T22:30:38.000Z
2021-02-23T22:30:38.000Z
docs/_sidebar.md
traverse1984/schemodo
e58d6a99fd1e1ebe741f7cd2c933ee44f1b01775
[ "MIT" ]
null
null
null
docs/_sidebar.md
traverse1984/schemodo
e58d6a99fd1e1ebe741f7cd2c933ee44f1b01775
[ "MIT" ]
null
null
null
- schemodo - [Getting started](/) - [Schema](schema.md) - [Props](props.md) - [Validation](validation.md) - [Middleware](middleware.md) - Advanced Usage - [$or](or.md) - Extending
15.923077
33
0.57971
yue_Hant
0.320913
78d015dc2d70075911085bdd8a11e909c44e66fe
20
md
Markdown
README.md
guyellis/3dprint
b5f04ad18923f9735e120d41ad57fb9efc89b0cc
[ "Unlicense" ]
null
null
null
README.md
guyellis/3dprint
b5f04ad18923f9735e120d41ad57fb9efc89b0cc
[ "Unlicense" ]
null
null
null
README.md
guyellis/3dprint
b5f04ad18923f9735e120d41ad57fb9efc89b0cc
[ "Unlicense" ]
null
null
null
# 3dprint 3D Prints
6.666667
9
0.75
hun_Latn
0.463563
78d04403f2aa1b59975b9802c810bc72c4838c04
5,390
md
Markdown
content/zh/hugo-modules/configuration.md
guanyc/hugoDocs
f5cfd7ad33a5dd67007a9b34b91840e4c416c586
[ "Apache-2.0" ]
null
null
null
content/zh/hugo-modules/configuration.md
guanyc/hugoDocs
f5cfd7ad33a5dd67007a9b34b91840e4c416c586
[ "Apache-2.0" ]
null
null
null
content/zh/hugo-modules/configuration.md
guanyc/hugoDocs
f5cfd7ad33a5dd67007a9b34b91840e4c416c586
[ "Apache-2.0" ]
null
null
null
--- title: 配置模块 linktitle: 配置模块 description: 本页描述 模块的配置选项. date: 2019-07-24 categories: [hugo modules] keywords: [themes, source, organization, directories] menu: docs: parent: "modules" weight: 10 weight: 10 sections_weight: 10 toc: true translation_note: 实在没概念 go module --- ## 模块配置: 顶层 {{< code-toggle fil...
29.944444
323
0.734137
eng_Latn
0.838017
78d063428e3cb074470429789ca23f5f610fa0c6
857
md
Markdown
README.md
giraphme/ex_slack_notifier
065ae95d4c3eb1deb4b407e3751833d6691060ee
[ "MIT" ]
null
null
null
README.md
giraphme/ex_slack_notifier
065ae95d4c3eb1deb4b407e3751833d6691060ee
[ "MIT" ]
null
null
null
README.md
giraphme/ex_slack_notifier
065ae95d4c3eb1deb4b407e3751833d6691060ee
[ "MIT" ]
null
null
null
# ExSlackNotifier It's based on [Elixir-Slack](https://github.com/BlakeWilliams/Elixir-Slack). Currentry, supported only `chat.postMessage` API. ## Installation In your `mix.exs` ```elixir def deps do [ {:ex_slack_notifier, "~> 0.1.0"} ] end ``` In your `config/config.exs` ```elixir config :ex_slack_not...
20.404762
96
0.705951
kor_Hang
0.226588
78d1021882b498f44a1ad8966d315e724739041f
2,107
md
Markdown
README.md
bendrucker/batch-me-if-you-can
bad3f3efb134b6cc42c82fb98eb59e8971160443
[ "MIT" ]
null
null
null
README.md
bendrucker/batch-me-if-you-can
bad3f3efb134b6cc42c82fb98eb59e8971160443
[ "MIT" ]
2
2016-02-04T07:11:28.000Z
2018-11-14T06:09:28.000Z
README.md
bendrucker/batch-me-if-you-can
bad3f3efb134b6cc42c82fb98eb59e8971160443
[ "MIT" ]
1
2017-03-09T13:12:26.000Z
2017-03-09T13:12:26.000Z
# batch-me-if-you-can [![Build Status](https://travis-ci.org/bendrucker/batch-me-if-you-can.svg?branch=master)](https://travis-ci.org/bendrucker/batch-me-if-you-can) [![NPM version](https://badge.fury.io/js/batch-me-if-you-can.svg)](http://badge.fury.io/js/batch-me-if-you-can) [![Code Climate](https://codeclimate.com/g...
60.2
579
0.746084
eng_Latn
0.876389
78d11ed2b78cc3bddb5b35e892b3359c971f4748
972
md
Markdown
动漫/泣いてもいいんだよ-ももいろクローバーZ/README.md
hsdllcw/everyonepiano-music-database
d440544ad31131421c1f6b5df0f039974521eb8d
[ "MIT" ]
17
2020-12-01T05:27:50.000Z
2022-03-28T05:03:34.000Z
动漫/泣いてもいいんだよ-ももいろクローバーZ/README.md
hsdllcw/everyonepiano-music-database
d440544ad31131421c1f6b5df0f039974521eb8d
[ "MIT" ]
null
null
null
动漫/泣いてもいいんだよ-ももいろクローバーZ/README.md
hsdllcw/everyonepiano-music-database
d440544ad31131421c1f6b5df0f039974521eb8d
[ "MIT" ]
2
2021-08-24T08:58:58.000Z
2022-02-08T08:22:52.000Z
《 **泣いてもいいんだよ** 》是桃色幸运草Z(ももいろクローバーZ)演唱的歌曲。 桃色幸运草Z(ももいろクローバーZ),隶属日本著名艺人事务所Stardust Promotion艺能3部,于2008年结成。以和风为主题,以“周末少女”为宣传口号,于2010年5月5日开始,改以全球最大的唱片公司环球音乐,推出第一张主要单曲“行くぜっ!怪盗少女”正式出道,此曲曾一度于发卖首日打上oricon榜第1位。代表作品有《行くぜっ!怪盗少女》。 歌词下方是 _泣いてもいいんだよ钢琴谱_ ,欢迎大家使用。 ### 泣いてもいいんだよ歌词: 「強くなれ 泣かないで」 「強くなれ 負けないで」 「大人になれ 泣かないで」 「大人...
18.339623
137
0.792181
jpn_Jpan
0.852634
78d1f8e8b89c51ff44c32dcd5a6720c96e104f07
1,275
md
Markdown
README.md
enayatmoallemi/method-selection
99486356ca19d282ac7fedfc166014fee4452f51
[ "CC0-1.0" ]
null
null
null
README.md
enayatmoallemi/method-selection
99486356ca19d282ac7fedfc166014fee4452f51
[ "CC0-1.0" ]
null
null
null
README.md
enayatmoallemi/method-selection
99486356ca19d282ac7fedfc166014fee4452f51
[ "CC0-1.0" ]
null
null
null
# Evaluating participatory modelling methods for co-creating pathways to sustainability This repository provides the data and code used in: Enayat A. Moallemi, Brett A. Bryan, Fjalar de Haan, Michalis Hadjikakou, Sina Khatami, Shirin Malekpour, Alex Smajgl, Alexy Voinov, Reihaneh Bandari, Prahlad Lamichhane, Kelly Mill...
91.071429
540
0.816471
eng_Latn
0.970864
78d25347dd2b04ec38a8e658aa871f9c5003aa52
18
md
Markdown
README.md
ygalanter/Dark-Side.fitbit
bd94752a64e1314b146754d25184443f2b278120
[ "MIT" ]
null
null
null
README.md
ygalanter/Dark-Side.fitbit
bd94752a64e1314b146754d25184443f2b278120
[ "MIT" ]
null
null
null
README.md
ygalanter/Dark-Side.fitbit
bd94752a64e1314b146754d25184443f2b278120
[ "MIT" ]
null
null
null
# Dark-Side.fitbit
18
18
0.777778
cat_Latn
0.200571
78d3721fdc9c2d4a904ae72643ee5631f9995063
402
md
Markdown
README.md
pkgstore/hugo-ui-shortcodes
5e5e4dcc605f60fa7db605e0152d4618e7872f61
[ "MIT" ]
1
2022-01-12T22:49:49.000Z
2022-01-12T22:49:49.000Z
README.md
Lukasz4545545/hugo-ui-shortcodes
5e5e4dcc605f60fa7db605e0152d4618e7872f61
[ "MIT" ]
null
null
null
README.md
Lukasz4545545/hugo-ui-shortcodes
5e5e4dcc605f60fa7db605e0152d4618e7872f61
[ "MIT" ]
1
2022-01-16T16:22:43.000Z
2022-01-16T16:22:43.000Z
# Information Base shortcodes for Hugo. ## Install ``` git submodule add https://github.com/pkgstore/hugo-ui-shortcodes.git themes/ui-shortcodes ``` ## Update ``` git submodule update --recursive --remote --merge ``` ## Uninstall ``` git submodule deinit -f themes/ui-shortcodes; git rm -r --cached themes/ui-shor...
18.272727
156
0.71393
kor_Hang
0.326964
78d3cf488c039a53cd60c235bdf42d92b5fb4dc2
909
md
Markdown
branch.md
emanoel-bruno/Tips-Git
52102ad4edcc24a33da982c975a33f352cd2827a
[ "Apache-2.0" ]
1
2019-06-18T17:58:16.000Z
2019-06-18T17:58:16.000Z
branch.md
emanoel-bruno/Tips-Git
52102ad4edcc24a33da982c975a33f352cd2827a
[ "Apache-2.0" ]
null
null
null
branch.md
emanoel-bruno/Tips-Git
52102ad4edcc24a33da982c975a33f352cd2827a
[ "Apache-2.0" ]
null
null
null
# Branch ## List all local branch git branch ## List all remote branch git branch -r ## List all branch git branch -a ## Create a branch git branch <Branch name> ## Delete a branch git branch -d <branch name> ## Forcedly Delete a branch git branch -D <branch name> ## Rename a branch...
14.66129
68
0.664466
eng_Latn
0.974363
78d3d8edd5da2451e077951d7c6e027759ebdaea
143
md
Markdown
bin/MNE-sample-data/README.md
13grife37/mne-cpp-swpold
9b89b3d7fe273d9f4ffd69b504e17f284eaba263
[ "BSD-3-Clause" ]
2
2017-04-20T20:21:16.000Z
2017-04-26T16:30:25.000Z
bin/MNE-sample-data/README.md
13grife37/mne-cpp-swpold
9b89b3d7fe273d9f4ffd69b504e17f284eaba263
[ "BSD-3-Clause" ]
null
null
null
bin/MNE-sample-data/README.md
13grife37/mne-cpp-swpold
9b89b3d7fe273d9f4ffd69b504e17f284eaba263
[ "BSD-3-Clause" ]
1
2017-04-23T15:55:31.000Z
2017-04-23T15:55:31.000Z
download the MNE sample data from ftp://surfer.nmr.mgh.harvard.edu/pub/data/MNE-sample-data-processed.tar.gz and extract them into this folder.
143
143
0.804196
eng_Latn
0.942107
78d3db49c56b793e0501fb4f0c3db939fc34478b
2,832
md
Markdown
Readme.md
isaacabraham/SieveOfEratosthenes_Performance
11b46b10119350df1faed1adab531f09e86b887a
[ "MIT" ]
null
null
null
Readme.md
isaacabraham/SieveOfEratosthenes_Performance
11b46b10119350df1faed1adab531f09e86b887a
[ "MIT" ]
null
null
null
Readme.md
isaacabraham/SieveOfEratosthenes_Performance
11b46b10119350df1faed1adab531f09e86b887a
[ "MIT" ]
1
2020-08-16T18:33:04.000Z
2020-08-16T18:33:04.000Z
Sieve of Eratosthenes - Performance in F# === This is a simple performance comparison of several imperative implementations of the [Sieve of Eratosthenes](https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes). It uses [Benchmark Dotnet](https://github.com/dotnet/BenchmarkDotNet) for performance analysis. Results ---...
65.860465
102
0.477048
yue_Hant
0.458116
78d3de97baafe6f25cf0dde84d05d00fe463ce8e
13,733
md
Markdown
security-updates/SecurityBulletins/2016/ms16-047.md
mdressman/security-updates.zh-tw
aa8087632bbd65b006a5452addc5fa72a8bc3dbc
[ "CC-BY-4.0", "MIT" ]
null
null
null
security-updates/SecurityBulletins/2016/ms16-047.md
mdressman/security-updates.zh-tw
aa8087632bbd65b006a5452addc5fa72a8bc3dbc
[ "CC-BY-4.0", "MIT" ]
null
null
null
security-updates/SecurityBulletins/2016/ms16-047.md
mdressman/security-updates.zh-tw
aa8087632bbd65b006a5452addc5fa72a8bc3dbc
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- TOCTitle: 'MS16-047' Title: 'Microsoft 資訊安全公告 MS16-047 - 重要' ms:assetid: 'ms16-047' ms:contentKeyID: 72785287 ms:date: '05/27/2016' ms:mtpsurl: 'https://technet.microsoft.com/zh-TW/library/ms16-047(v=Security.10)' --- Microsoft 資訊安全公告 MS16-047 - 重要 ====================================== SAM 和 LSAD 遠端通訊協定的安全性更新 (3...
24.177817
277
0.691182
yue_Hant
0.756209
78d4b9de3a375f1fda5d5dbddf63ca3b47d3ce9d
24,003
md
Markdown
docs/cloud-computing/serverless-computing/cloudflare-workers.md
nikitavoloboev/my-knowledge
389cbcb10566524e6239948f66a42a04d8c702b0
[ "CC-BY-4.0" ]
null
null
null
docs/cloud-computing/serverless-computing/cloudflare-workers.md
nikitavoloboev/my-knowledge
389cbcb10566524e6239948f66a42a04d8c702b0
[ "CC-BY-4.0" ]
null
null
null
docs/cloud-computing/serverless-computing/cloudflare-workers.md
nikitavoloboev/my-knowledge
389cbcb10566524e6239948f66a42a04d8c702b0
[ "CC-BY-4.0" ]
null
null
null
--- title: Cloudflare workers --- # [Cloudflare workers](https://workers.cloudflare.com/) Can build and release websites fully on [Cloudflare stack](https://twitter.com/pbteja1998/status/1496147994533679105). [Wrangler](https://github.com/cloudflare/wrangler2) & [Miniflare](https://github.com/cloudflare/miniflare) ar...
131.884615
506
0.782236
yue_Hant
0.256487
78d54732dc1c324002fbd2d78f969c34ea5793ca
13,783
md
Markdown
_posts/2020-03-09-shiny-vs-tableau.md
mdancho84/mdancho84.github.io
87292b5cf888708ccf93d9a1ed87d9bf873b43d2
[ "Apache-2.0" ]
4
2019-06-15T00:56:43.000Z
2022-03-12T04:28:04.000Z
_posts/2020-03-09-shiny-vs-tableau.md
mdancho84/mdancho84.github.io
87292b5cf888708ccf93d9a1ed87d9bf873b43d2
[ "Apache-2.0" ]
null
null
null
_posts/2020-03-09-shiny-vs-tableau.md
mdancho84/mdancho84.github.io
87292b5cf888708ccf93d9a1ed87d9bf873b43d2
[ "Apache-2.0" ]
6
2017-01-31T15:53:43.000Z
2020-05-25T06:06:51.000Z
--- layout: post title: "Part 6 - R Shiny vs Tableau (3 Business Application Examples)" date: 2020-03-09 12:04:01 excerpt: "Shiny is much more than just a dashboarding tool. Here we illustrate 3 powerful use cases for R Shiny Apps in business." author: "Matt Dancho" categories: [Business] tags: [R-Bloggers, Learn-R, ...
48.02439
547
0.722412
eng_Latn
0.828089
78d640b4cffc77e583fed9a1020a2132cbe32d87
114
md
Markdown
README.md
itsacloudlife/gpumon-for-cloudwatch
7667c1cebb089b3f7f5274fd963413ea404fc495
[ "Apache-2.0" ]
1
2020-02-14T06:32:08.000Z
2020-02-14T06:32:08.000Z
README.md
itsacloudlife/gpumon-for-cloudwatch
7667c1cebb089b3f7f5274fd963413ea404fc495
[ "Apache-2.0" ]
null
null
null
README.md
itsacloudlife/gpumon-for-cloudwatch
7667c1cebb089b3f7f5274fd963413ea404fc495
[ "Apache-2.0" ]
1
2022-01-07T21:57:01.000Z
2022-01-07T21:57:01.000Z
# gpumon-for-cloudwatch docker image that collect metrics about gpu and put those metrics to the cloudwatch (aws)
38
89
0.807018
eng_Latn
0.989671
78d679369303a6a1d2067dfc4e67c69d83c3e3bd
391
md
Markdown
README.md
albasheerxrex/tecnober-graduation--site
7148137bc48036a3d5405aedce88aa7c2222f467
[ "MIT" ]
null
null
null
README.md
albasheerxrex/tecnober-graduation--site
7148137bc48036a3d5405aedce88aa7c2222f467
[ "MIT" ]
null
null
null
README.md
albasheerxrex/tecnober-graduation--site
7148137bc48036a3d5405aedce88aa7c2222f467
[ "MIT" ]
null
null
null
# tecnober-graduation--site U.O.B IT college graduation site fell free to reuse all the design and node js code Uesed front end tech : Bootstrap FancyBox jQuery UI OWL Carousel Google Font API --------------- back end tech : NodeJs ExpressJS why i used theme? light wight easy to work with dont need to much conf...
15.64
83
0.7289
eng_Latn
0.958828
78d79790b312e151db8bfcd68028417d25c62d58
889
md
Markdown
README.md
jvfe/wbib
592ae8ba32fab14f15291fffa05b0d4a3e1380f1
[ "MIT" ]
null
null
null
README.md
jvfe/wbib
592ae8ba32fab14f15291fffa05b0d4a3e1380f1
[ "MIT" ]
null
null
null
README.md
jvfe/wbib
592ae8ba32fab14f15291fffa05b0d4a3e1380f1
[ "MIT" ]
null
null
null
============ Wikidata Bib ============ .. image:: https://img.shields.io/pypi/v/wbib.svg :target: https://pypi.python.org/pypi/wbib .. image:: https://img.shields.io/travis/lubianat/wbib.svg :target: https://travis-ci.com/lubianat/wbib .. image:: https://readthedocs.org/projects/wbib/badge/?version=...
23.394737
103
0.703037
yue_Hant
0.36898
78d7ef5cb3755fe89e43140e02f2296a1f4058ff
9,369
md
Markdown
source/Mlos.Python/Docs/BayesianOptimizerV1.md
GindaChen/MLOS
342d321bd4e15ca3bfb29be00d5a19ccd618b217
[ "MIT" ]
81
2020-08-25T17:08:05.000Z
2022-03-19T08:58:56.000Z
source/Mlos.Python/Docs/BayesianOptimizerV1.md
GindaChen/MLOS
342d321bd4e15ca3bfb29be00d5a19ccd618b217
[ "MIT" ]
173
2020-08-25T17:38:04.000Z
2021-11-02T19:34:00.000Z
source/Mlos.Python/Docs/BayesianOptimizerV1.md
GindaChen/MLOS
342d321bd4e15ca3bfb29be00d5a19ccd618b217
[ "MIT" ]
38
2020-08-25T20:49:14.000Z
2022-03-16T16:30:27.000Z
# Bayesian Optimizer V1 The goal of this document is to describe the architecture and inner workings of a Bayesian Optimizer. # Components The following components will be necessary: 1. Experiment 2. Observation Storage (Table in SQL Server) 3. Bayesian Optimizer 4. Surrogate Models # Architecture TO...
57.833333
472
0.786317
eng_Latn
0.998837
78d7fa47b8a4525ac438e1a2c8337882c77fd516
27,926
md
Markdown
docs/python/learn-flask-visual-studio-step-01-project-solution.md
silentwater/visualstudio-docs.de-de
5a9caad5c1bee3041c2758238ffd04f4086a9bac
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/python/learn-flask-visual-studio-step-01-project-solution.md
silentwater/visualstudio-docs.de-de
5a9caad5c1bee3041c2758238ffd04f4086a9bac
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/python/learn-flask-visual-studio-step-01-project-solution.md
silentwater/visualstudio-docs.de-de
5a9caad5c1bee3041c2758238ffd04f4086a9bac
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: 'Tutorial zu Flask in Visual Studio, Schritt 1: Grundlagen für Flask' titleSuffix: '' description: In diesem Artikel finden Sie eine exemplarische Vorgehensweise zu den Grundlagen von Flask im Kontext von Visual Studio-Projekten sowie Voraussetzungen, Git und virtuellen Umgebungen. ms.date: 01/07/2019 ms.top...
108.24031
1,133
0.793669
deu_Latn
0.996624
78d80e4e333ad880987410419bf0ea95901939dc
138
md
Markdown
other/wifi-passwords.md
acfromspace/infinitygauntlet
8d0d3c7229d6adabdfea6147a47ca5509c2946fd
[ "MIT" ]
3
2018-12-28T21:11:46.000Z
2021-04-03T05:19:56.000Z
other/wifi-passwords.md
acfromspace/infinitygauntlet
8d0d3c7229d6adabdfea6147a47ca5509c2946fd
[ "MIT" ]
4
2019-07-11T21:52:55.000Z
2020-07-21T20:18:51.000Z
other/wifi-passwords.md
acfromspace/infinitygauntlet
8d0d3c7229d6adabdfea6147a47ca5509c2946fd
[ "MIT" ]
null
null
null
# WIFI PASSWORDS - Arlynn: `grandflower095` - Tea N More: `gentletrumpet757` - The Korean Rose: `tkrguest6030` - Timmbo: `12ULAEG340910`
19.714286
33
0.731884
yue_Hant
0.420645
78d8cb2c1bc5b05e8a218c22068a9988cef12eda
106
md
Markdown
README.md
paulomcnally/pi-voice-node
b525a7e700d5b091698c24f4057db93a15b786d7
[ "MIT" ]
null
null
null
README.md
paulomcnally/pi-voice-node
b525a7e700d5b091698c24f4057db93a15b786d7
[ "MIT" ]
null
null
null
README.md
paulomcnally/pi-voice-node
b525a7e700d5b091698c24f4057db93a15b786d7
[ "MIT" ]
null
null
null
# pi-voice-node NodeJS mqtt Client to call actions based intents from snips.ai on device voice assistant.
35.333333
89
0.801887
eng_Latn
0.856404
78d8f06a0940414e875319a771783bdce65f5b6c
16
md
Markdown
README.md
kelvinlah/Java-OOP
681869ab5836b70ded121db487439dbb42e4c4ad
[ "MIT" ]
null
null
null
README.md
kelvinlah/Java-OOP
681869ab5836b70ded121db487439dbb42e4c4ad
[ "MIT" ]
1
2021-08-25T04:47:35.000Z
2021-08-25T04:47:35.000Z
README.md
pplmx/LearningJava
7a50bba7d2c78d2a6331f1036b2161624806a396
[ "MIT" ]
null
null
null
# Learning Java
8
15
0.75
eng_Latn
0.512909
78d900b62af10f968c46c279f1651af2edef342f
1,798
md
Markdown
README.md
maodoc33/ReinforcementLearning
11cea9bd4b3c8482811a825c839cdb2cabe73206
[ "MIT" ]
null
null
null
README.md
maodoc33/ReinforcementLearning
11cea9bd4b3c8482811a825c839cdb2cabe73206
[ "MIT" ]
null
null
null
README.md
maodoc33/ReinforcementLearning
11cea9bd4b3c8482811a825c839cdb2cabe73206
[ "MIT" ]
null
null
null
# Reinforcement Learning self-taught This project starts when I try to create an agent to play in Google Research Football https://github.com/google-research/football This documentation is made to myself however, fell free to sugest changes or make changes. I am c# developer not a python expert. The most of the code...
51.371429
204
0.785317
eng_Latn
0.983706
78d907d1bc473f46e68752aa43067caac19bedc6
1,204
md
Markdown
docs/index.md
cyon/php-swiss-qr-bill
903b3243f6a7612cd8e38c3cb8ada203439396fd
[ "MIT" ]
1
2020-12-04T07:42:58.000Z
2020-12-04T07:42:58.000Z
docs/index.md
cyon/php-swiss-qr-bill
903b3243f6a7612cd8e38c3cb8ada203439396fd
[ "MIT" ]
null
null
null
docs/index.md
cyon/php-swiss-qr-bill
903b3243f6a7612cd8e38c3cb8ada203439396fd
[ "MIT" ]
null
null
null
# Welcome to the docs of PhpSwissQrBill A PHP library to create Swiss QR Bill payment parts, a new standard which replaces the existing inpayment slips since June 30, 2020. ![Image of Swiss QR Bill example](assets/example-payment-part.png) ## Official resources The repository contains the official specifications the...
54.727273
180
0.786545
eng_Latn
0.635607
7c3f5b0f2c0c007112e1a99400e5f23a240479a0
2,804
md
Markdown
content/blog/jjameson/2011/03/16/internet-explorer-9-upgrade.md
technology-toolbox/website
9d845dc68e650ee164959da418fde24eacecf1c9
[ "MIT" ]
null
null
null
content/blog/jjameson/2011/03/16/internet-explorer-9-upgrade.md
technology-toolbox/website
9d845dc68e650ee164959da418fde24eacecf1c9
[ "MIT" ]
109
2021-03-25T11:16:17.000Z
2022-01-23T20:55:51.000Z
content/blog/jjameson/2011/03/16/internet-explorer-9-upgrade.md
technology-toolbox/website
9d845dc68e650ee164959da418fde24eacecf1c9
[ "MIT" ]
null
null
null
--- title: Internet Explorer 9 Upgrade date: 2011-03-16T06:23:00-06:00 description: Two years ago, I wrote a post about upgrading to Internet Explorer 8 . Well, in case you missed the announcement a couple of days ago, Internet Explorer 9 has been released. Woohoo! It's been a long time coming, but I believe the ...
51.925926
99
0.758916
eng_Latn
0.996412
7c3fc7935e10ad763f3296bf884f00f5f21fa83e
41
md
Markdown
src/components/kanban/Bin.stories.md
valueflows/vf-ui
ea6073b11abb27f38fdc9d1c6930e1b178acd4cc
[ "Apache-2.0" ]
6
2019-11-27T12:50:52.000Z
2020-04-06T15:41:47.000Z
src/components/kanban/Bin.stories.md
valueflows/vf-ui
ea6073b11abb27f38fdc9d1c6930e1b178acd4cc
[ "Apache-2.0" ]
11
2019-11-11T08:42:21.000Z
2020-06-23T21:15:22.000Z
src/components/kanban/Bin.stories.md
valueflows/vf-ui
ea6073b11abb27f38fdc9d1c6930e1b178acd4cc
[ "Apache-2.0" ]
null
null
null
A single bin, to be filled with `Card`s.
20.5
40
0.707317
eng_Latn
0.999648
7c4029c0b2fa61d8f2b3ff63647b13aeeda9f11a
1,084
md
Markdown
README.md
thomasqueirozb/p5js-projects
dded848b5766fe66bd204c4df87b21906d0ca102
[ "MIT" ]
null
null
null
README.md
thomasqueirozb/p5js-projects
dded848b5766fe66bd204c4df87b21906d0ca102
[ "MIT" ]
null
null
null
README.md
thomasqueirozb/p5js-projects
dded848b5766fe66bd204c4df87b21906d0ca102
[ "MIT" ]
null
null
null
# Important Some of these projects will **not** work if you open it as a file in the browser. If that happens you **must** run these files on a local server. To set up a local server you can use python and connect to localhost:8000 in the browser. For Python 3: ```sh python3 -m http.server ``` For Python 2: ```sh...
22.122449
207
0.723247
eng_Latn
0.995527
7c41e28cb69671a019de4623d6692ca6d3d6836b
3,770
md
Markdown
README.md
timgates42/dalek
9e24a86adb134f1d7d8feefa63805e9cb82c9ce9
[ "MIT" ]
310
2015-01-02T07:23:42.000Z
2020-07-17T07:32:44.000Z
README.md
timgates42/dalek
9e24a86adb134f1d7d8feefa63805e9cb82c9ce9
[ "MIT" ]
38
2015-01-07T02:00:55.000Z
2020-04-03T09:43:15.000Z
README.md
timgates42/dalek
9e24a86adb134f1d7d8feefa63805e9cb82c9ce9
[ "MIT" ]
35
2015-02-18T06:56:44.000Z
2020-04-03T09:05:15.000Z
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) # DalekJS is not maintained any longer :cry: We recommend [TestCafé](http://devexpress.github.io/testcafe/) for your automated browser testing needs. --- dalekjs ====================== > DalekJS base framework [![Build Sta...
44.880952
141
0.755703
kor_Hang
0.294157
7c428aaa04e202c76c55a8bd417ce4eadef5054b
3,297
md
Markdown
Readme.md
foobarren/ModFreeSwitch
f122919df42da7a0807e5da41178e71ddd6c6aca
[ "Apache-2.0" ]
null
null
null
Readme.md
foobarren/ModFreeSwitch
f122919df42da7a0807e5da41178e71ddd6c6aca
[ "Apache-2.0" ]
null
null
null
Readme.md
foobarren/ModFreeSwitch
f122919df42da7a0807e5da41178e71ddd6c6aca
[ "Apache-2.0" ]
null
null
null
.NET FreeSwitch Library ======================================== ## **Overview** This library helps interact with the FreeSwitch via its mod_event_socket. For more information about the mod_event_socket refer to [FreeSwitch web site](https://freeswitch.org/confluence/display/FREESWITCH/mod_event_socket). The framewor...
41.734177
225
0.672429
eng_Latn
0.538904
7c4333556323d4ded1eb852177ba14f63b9da8cd
467
md
Markdown
README.md
mtimkovich/satchmo_practice
289ad0e4e757a6fb71a8f53840a0bf7a802dde09
[ "MIT" ]
1
2019-03-20T21:27:53.000Z
2019-03-20T21:27:53.000Z
README.md
mtimkovich/satchmo_practice
289ad0e4e757a6fb71a8f53840a0bf7a802dde09
[ "MIT" ]
2
2019-03-19T21:27:14.000Z
2019-03-19T21:27:24.000Z
README.md
mtimkovich/satchmo_practice
289ad0e4e757a6fb71a8f53840a0bf7a802dde09
[ "MIT" ]
null
null
null
# Satchmo Solo Practice Practice your Satchmo Solos with Big Band from your phone or browser. ![Screenshot][screenshot] ## Controls On mobile, press the buttons. On PC: | | L | M | H | |-------|---|---|---| | **P** | U | I | O | | **K** | J | K | L | * `Enter` starts a timer to let you know how much time y...
21.227273
97
0.638116
eng_Latn
0.852889
7c4347b3e91a255092a74f778d09b96f69c5cbcc
105
md
Markdown
README.md
rinkeshpatel22/sudoku-solver
182cd7d056d38808563fb4ae56fde7042d60a668
[ "MIT" ]
1
2020-06-19T09:16:14.000Z
2020-06-19T09:16:14.000Z
README.md
rinkeshpatel22/sudoku-solver
182cd7d056d38808563fb4ae56fde7042d60a668
[ "MIT" ]
7
2021-03-09T21:59:57.000Z
2022-02-26T19:41:16.000Z
README.md
rinkeshpatel22/sudoku-solver
182cd7d056d38808563fb4ae56fde7042d60a668
[ "MIT" ]
null
null
null
# sudoku-solver Fullstack application of Sudoku. server-app: node.js, express.js, client-app: Angular 8
35
88
0.771429
eng_Latn
0.265175
7c43633a6be6cc642d0394f636108eb107df9764
2,764
md
Markdown
_posts/做哲学:如何思考、写作和争论.md
ketra21/ketra21.github.io
cb7792f7f5cbca912fe13f28646cab59f20b3d4a
[ "MIT" ]
null
null
null
_posts/做哲学:如何思考、写作和争论.md
ketra21/ketra21.github.io
cb7792f7f5cbca912fe13f28646cab59f20b3d4a
[ "MIT" ]
null
null
null
_posts/做哲学:如何思考、写作和争论.md
ketra21/ketra21.github.io
cb7792f7f5cbca912fe13f28646cab59f20b3d4a
[ "MIT" ]
null
null
null
# 做哲学:如何思考、写作和争论 ### 什么是哲学 哲学是对于存在、认识和正确行为的理性考察。 > 人是理性的动物——亚里士多德 严格说来,哲学与人们恰好所持的态度、观点、信念、价值观等并无多大关系,而是指他们的态度、观点、信念、价值观背后的**理性思考**。 ### 哲学的定义 1. 哲学旨在发现真理并揭示各种观点中的谬误和不足。 2. 哲学使用**理性**——在实践中是**理性辩论**——来揭示谬误和不足。而理性的前沿是逻辑 3. 哲学牵扯到思考一个论点或一场辩论的各个方面。它需要思想和言论的自由,并且哲学家们被鼓励自由地思想和表达而无须害怕出丑或政治不正确。 各种观点包含经验的或逻辑的可能性,而哲学只研究后者。...
22.471545
181
0.815485
yue_Hant
0.382059
7c43dc89e9874753212518b62a643bba31f1c891
5,107
md
Markdown
articles/active-directory/fundamentals/active-directory-data-storage-eu.md
y32saji/azure-docs
cf971fe82e9ee70db9209bb196ddf36614d39d10
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/active-directory/fundamentals/active-directory-data-storage-eu.md
y32saji/azure-docs
cf971fe82e9ee70db9209bb196ddf36614d39d10
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/active-directory/fundamentals/active-directory-data-storage-eu.md
y32saji/azure-docs
cf971fe82e9ee70db9209bb196ddf36614d39d10
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Identity data storage for European customers - Azure Active Directory | Microsoft Docs description: Learn about where Azure Active Directory stores identity-related data for its European customers. services: active-directory author: eross-msft manager: daveba ms.author: lizross ms.service: active-directory ...
72.957143
597
0.787742
eng_Latn
0.991587
7c44967d2cc7221416e4da6649d63d5e6853a7d8
628
md
Markdown
README.md
angelcdb/curso-practico-javascript-platzi
1b7fa07997f58c6701b98445186bc1c72e2be9fa
[ "MIT" ]
null
null
null
README.md
angelcdb/curso-practico-javascript-platzi
1b7fa07997f58c6701b98445186bc1c72e2be9fa
[ "MIT" ]
null
null
null
README.md
angelcdb/curso-practico-javascript-platzi
1b7fa07997f58c6701b98445186bc1c72e2be9fa
[ "MIT" ]
null
null
null
# curso-practico-javascript-platzi ## Taller #1: Figuras Geométricas * Primer paso: Definir las fórmulas * Segundo paso: Implementar las fórmulas en JavaScript * Tercer paso: Crear Funciones * Cuarto paso: Integrar JavaScript con html # Taller #2: Porcentajes y descuentos * Primer paso: Definir las fórmulas * Segund...
31.4
54
0.77707
spa_Latn
0.958737
7c44c478a6b68cdf359776d07e07899949f7d8ce
101
md
Markdown
vulnerabilities/91_ios_nopie/compliant.md
AkshayJainG/vulnerabilities
e7899ff381e8c822cec6cd5bfda3c425117b2aa9
[ "MIT" ]
8
2019-07-09T10:49:09.000Z
2021-11-30T16:04:44.000Z
vulnerabilities/91_ios_nopie/compliant.md
AkshayJainG/vulnerabilities
e7899ff381e8c822cec6cd5bfda3c425117b2aa9
[ "MIT" ]
7
2018-08-06T15:39:49.000Z
2021-12-02T11:28:50.000Z
vulnerabilities/91_ios_nopie/compliant.md
AkshayJainG/vulnerabilities
e7899ff381e8c822cec6cd5bfda3c425117b2aa9
[ "MIT" ]
13
2018-07-18T01:38:44.000Z
2021-12-04T18:24:25.000Z
Usually the binary is compiled using the `PIE` flag by using `-fPIE -pie` during compilation time
25.25
74
0.752475
eng_Latn
0.999956
7c44c8a47bb60d68659f544589f6340984b39ccf
4,018
md
Markdown
README.md
gruntjs-updater/grunt-appstorm
526425b7a524ef23b0623883090150562f564068
[ "MIT" ]
null
null
null
README.md
gruntjs-updater/grunt-appstorm
526425b7a524ef23b0623883090150562f564068
[ "MIT" ]
null
null
null
README.md
gruntjs-updater/grunt-appstorm
526425b7a524ef23b0623883090150562f564068
[ "MIT" ]
null
null
null
# grunt-appstorm > AppStorm.JS compacter plugin ## Getting Started This plugin requires Grunt `~0.4.5` If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gr...
32.403226
351
0.700348
eng_Latn
0.966828
7c45f10cfbfbc7253e51b742d8b3e77b77782608
420
md
Markdown
stephenbalaban.com/sceptre-my-uncles-epic-70s-rock-band/index.md
stephenbalaban/stephenbalaban.com
0a57cbd8ecde3ffd86e5a8778018c50e6a03d571
[ "BSD-3-Clause-Clear" ]
8
2019-11-03T12:55:27.000Z
2020-04-10T22:00:02.000Z
stephenbalaban.com/sceptre-my-uncles-epic-70s-rock-band/index.md
stephenbalaban/stephenbalaban.com
0a57cbd8ecde3ffd86e5a8778018c50e6a03d571
[ "BSD-3-Clause-Clear" ]
null
null
null
stephenbalaban.com/sceptre-my-uncles-epic-70s-rock-band/index.md
stephenbalaban/stephenbalaban.com
0a57cbd8ecde3ffd86e5a8778018c50e6a03d571
[ "BSD-3-Clause-Clear" ]
null
null
null
--- title: "Sceptre -- My Uncle's Epic 70s Rock Band" date: "2011-10-11" --- This is a picture of my Uncle Marc that was in the basement of his brother, Kevin. [![Epic Rock band that my Uncle Marc was in during the 70s.](http://www.stephenbalaban.com/sceptre-my-uncles-epic-70s-rock-band/images/marc.jpg "Sceptre - My ...
46.666667
257
0.733333
eng_Latn
0.83255
7c480f33b4e88e00617dfcd0880bab1673dbb503
3,609
md
Markdown
README.md
studio42gmbh/jara
a5187ccdf491e580fb43bc1ef04a451ad233bc29
[ "MIT" ]
8
2020-12-28T00:17:01.000Z
2022-02-13T00:20:43.000Z
README.md
studio42gmbh/jara
a5187ccdf491e580fb43bc1ef04a451ad233bc29
[ "MIT" ]
null
null
null
README.md
studio42gmbh/jara
a5187ccdf491e580fb43bc1ef04a451ad233bc29
[ "MIT" ]
null
null
null
![GitHub](https://img.shields.io/github/license/studio42gmbh/jara) ![GitHub top language](https://img.shields.io/github/languages/top/studio42gmbh/jara) ![GitHub last commit](https://img.shields.io/github/last-commit/studio42gmbh/jara) ![GitHub issues](https://img.shields.io/github/issues/studio42gmbh/jara) ![GitHub Wo...
50.830986
194
0.787753
eng_Latn
0.777027
7c4812725b6519ea726631a9c852eab86710cd2f
648
md
Markdown
changelog/_unreleased/2021-11-30-apply-stricter-ipv6-validation.md
PuetzD/platform
ad8227ecb96f49083666172461de6e7d3c9d4c1d
[ "MIT" ]
1,914
2018-05-21T20:51:22.000Z
2022-03-31T20:20:05.000Z
changelog/_unreleased/2021-11-30-apply-stricter-ipv6-validation.md
PuetzD/platform
ad8227ecb96f49083666172461de6e7d3c9d4c1d
[ "MIT" ]
2,337
2018-06-21T15:58:54.000Z
2022-03-31T13:39:15.000Z
changelog/_unreleased/2021-11-30-apply-stricter-ipv6-validation.md
PuetzD/platform
ad8227ecb96f49083666172461de6e7d3c9d4c1d
[ "MIT" ]
974
2018-05-28T06:33:29.000Z
2022-03-31T12:16:42.000Z
--- title: Apply stricter IPv6 validation issue: NEXT-19046 author: Jan Pietrzyk author_email: j.pietrzyk@shopware.com author_github: JanPietrzyk --- # Core * Changed `isValid` of class `\Shopware\Core\Content\Media\File\FileUrlValidator` to be more strict about ipv6 addresses, disallowing any ipv6 address without the...
34.105263
188
0.728395
yue_Hant
0.29812
7c481fdf6c6dd90c728d82b62f13b12019fe34e1
584
md
Markdown
packages/ms-redis/README.md
jxjwilliam/ws-fullstack
3463adf1d8645d8249f7d78052ba51746a5f30e9
[ "MIT" ]
null
null
null
packages/ms-redis/README.md
jxjwilliam/ws-fullstack
3463adf1d8645d8249f7d78052ba51746a5f30e9
[ "MIT" ]
null
null
null
packages/ms-redis/README.md
jxjwilliam/ws-fullstack
3463adf1d8645d8249f7d78052ba51746a5f30e9
[ "MIT" ]
null
null
null
## 🪕 1. Redis --- ![implementation](./ms-redis.png) ### 📑 resources - [redis](https://www.youtube.com/watch?v=lauywdXKEXI&list=WL&index=10) - [npm redis](https://www.npmjs.com/package/redis) - [Redis Client](https://redis.io/clients#nodejs) ### 📑 redis-server ```shell redis-server ``` ### 📑 redis-client `...
13.904762
109
0.619863
kor_Hang
0.230787
7c4a8ddcb766d20d5c4d0b1b6b952c6991222044
2,966
md
Markdown
rookieclub/journaux/20161028.md
rookie-club/lespiedsdanslecode.org
9742c861075590a273f43aafb31eb512974536bc
[ "CC0-1.0" ]
1
2020-10-09T19:34:23.000Z
2020-10-09T19:34:23.000Z
rookieclub/journaux/20161028.md
rookie-club/lespiedsdanslecode.org
9742c861075590a273f43aafb31eb512974536bc
[ "CC0-1.0" ]
null
null
null
rookieclub/journaux/20161028.md
rookie-club/lespiedsdanslecode.org
9742c861075590a273f43aafb31eb512974536bc
[ "CC0-1.0" ]
null
null
null
# Session du 28 octobre 2016 ## Les participantes - [[Mélanie]] - [[Yohann]] - @Simon - [[Hafid]] - @Yannick ## Depuis la dernière fois - Simon a fait des entretiens de recrutement de promo Gonesse. - Mélanie à trouvé un travail \o/ chez [«les bon profs»](https://www.lesbonsprofs.com). - Yohann a fait du [[HTML]]...
40.081081
119
0.724882
fra_Latn
0.975718
7c4aa1fb9dc642097132565c38646c88941aeb6e
123
md
Markdown
README.md
jimbirthday/gin-pro
66815509b9afb264797b50d9baac4847db60445a
[ "MIT" ]
null
null
null
README.md
jimbirthday/gin-pro
66815509b9afb264797b50d9baac4847db60445a
[ "MIT" ]
null
null
null
README.md
jimbirthday/gin-pro
66815509b9afb264797b50d9baac4847db60445a
[ "MIT" ]
null
null
null
## gin 框架pro - 封装route.更加好用.免去重复写`Bind`烦恼 - mysql.redis初始化.灵活且规范 - 日志 - jwt 规划ing - http - hbtp (超级协议.github的一个库) - rpc
10.25
28
0.674797
yue_Hant
0.263023
7c4b80bb9af1a8334342b5e24160ab35f18f33bf
75
md
Markdown
content/blog/jjameson/2011/03/23/_index.md
technology-toolbox/website
9d845dc68e650ee164959da418fde24eacecf1c9
[ "MIT" ]
null
null
null
content/blog/jjameson/2011/03/23/_index.md
technology-toolbox/website
9d845dc68e650ee164959da418fde24eacecf1c9
[ "MIT" ]
109
2021-03-25T11:16:17.000Z
2022-01-23T20:55:51.000Z
content/blog/jjameson/2011/03/23/_index.md
technology-toolbox/website
9d845dc68e650ee164959da418fde24eacecf1c9
[ "MIT" ]
null
null
null
--- title: "March 23, 2011 Blog Posts" date: 2011-03-23T00:00:00-06:00 ---
15
34
0.64
yue_Hant
0.53458
7c4d73978c59357914695435583f83fb663fe8eb
9,287
md
Markdown
articles/machine-learning/data-science-virtual-machine/dsvm-tools-data-platforms.md
RobAaldijk/azure-docs.nl-nl
519c7fc80075795af2670d665d1d93078faf7a87
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/machine-learning/data-science-virtual-machine/dsvm-tools-data-platforms.md
RobAaldijk/azure-docs.nl-nl
519c7fc80075795af2670d665d1d93078faf7a87
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/machine-learning/data-science-virtual-machine/dsvm-tools-data-platforms.md
RobAaldijk/azure-docs.nl-nl
519c7fc80075795af2670d665d1d93078faf7a87
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Ondersteunde gegevens platforms titleSuffix: Azure Data Science Virtual Machine description: Meer informatie over de ondersteunde gegevens platforms en hulpprogram ma's voor Azure Data Science Virtual Machine. keywords: hulpprogramma's voor datatechnologie, virtuele machine voor datatechnologie, hulpprogramm...
87.613208
610
0.776462
nld_Latn
0.9977
7c4d927272b2fa20afd022a1c11f3ea2caf5cada
1,100
md
Markdown
Common_questions/1-HTML_questions/02-Basic_text-level_semantics/5-Annotate_images.md
rdfm/MDN-notes
e5151a2884b83a997de50a08e8097d8abd7e0d9c
[ "MIT" ]
null
null
null
Common_questions/1-HTML_questions/02-Basic_text-level_semantics/5-Annotate_images.md
rdfm/MDN-notes
e5151a2884b83a997de50a08e8097d8abd7e0d9c
[ "MIT" ]
1
2021-05-09T21:31:52.000Z
2021-05-09T21:31:52.000Z
Common_questions/1-HTML_questions/02-Basic_text-level_semantics/5-Annotate_images.md
rdfm/MDN-notes
e5151a2884b83a997de50a08e8097d8abd7e0d9c
[ "MIT" ]
null
null
null
# Annotate images see [How to annotate images and graphics](https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Images_in_HTML#Annotating_images_with_figures_and_figure_captions) ## Annotating images with figures and figure captions *HTML5 Elements* : &lt;figure&gt; and &lt;figcaption&gt; -...
28.205128
185
0.731818
eng_Latn
0.907261
7c4df065ecf6c0348ded1a297db62ba44577fe38
1,183
md
Markdown
CHANGELOG.md
uinz/blockdom
42c8fabade5c29fc803e99cca13e788ef6f9cfb2
[ "MIT" ]
null
null
null
CHANGELOG.md
uinz/blockdom
42c8fabade5c29fc803e99cca13e788ef6f9cfb2
[ "MIT" ]
null
null
null
CHANGELOG.md
uinz/blockdom
42c8fabade5c29fc803e99cca13e788ef6f9cfb2
[ "MIT" ]
null
null
null
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### 0.9.16 (2021-09-16) ### 0.9.15 (2021-09-16) ### 0.9.14 (2021-09-13) ### 0.9.13 (2021-09-11) ### Bug Fixes * html block sh...
23.196078
216
0.674556
yue_Hant
0.23241
7c4e043a8bf281c892c0bf8d00bc8ade1c081517
68
md
Markdown
README.md
Soliman/jqGrid.bootstrap
6989934377bd1be2923342c06f63e8737fc6348b
[ "MIT" ]
44
2015-01-08T03:43:24.000Z
2021-03-15T15:45:43.000Z
README.md
Soliman/jqGrid.bootstrap
6989934377bd1be2923342c06f63e8737fc6348b
[ "MIT" ]
1
2015-08-27T14:31:37.000Z
2015-08-29T06:25:58.000Z
README.md
Soliman/jqGrid.bootstrap
6989934377bd1be2923342c06f63e8737fc6348b
[ "MIT" ]
46
2015-01-23T13:30:08.000Z
2020-07-17T03:30:27.000Z
jqGrid.bootstrap ================ Demo: currently offline, sorry
9.714286
30
0.588235
eng_Latn
0.656433
7c4e85d3c90db41800aa9ecb5173e66d89a73229
3,164
md
Markdown
ranorex-studio-fundamentals/reporting/actions-and-the-report.md
Quentin97-star/Ranorex_UserGuide_zh_CN
9cf2eeb3cc048ff404192839a77093d95452484e
[ "MIT" ]
5
2020-02-05T08:17:54.000Z
2021-09-01T12:08:14.000Z
ranorex-studio-fundamentals/reporting/actions-and-the-report.md
Quentin97-star/Ranorex_UserGuide_zh_CN
9cf2eeb3cc048ff404192839a77093d95452484e
[ "MIT" ]
null
null
null
ranorex-studio-fundamentals/reporting/actions-and-the-report.md
Quentin97-star/Ranorex_UserGuide_zh_CN
9cf2eeb3cc048ff404192839a77093d95452484e
[ "MIT" ]
1
2020-08-13T09:24:36.000Z
2020-08-13T09:24:36.000Z
# [译] 动作和报告 [![](https://img.shields.io/badge/OfficialPage-ClickMe-blue.svg?longCache=true&style=flat-square)][0] [![](https://img.shields.io/badge/Translator-TaylorTaurus-42B983.svg?longCache=true&style=flat-square)](https://github.com/taylortaurus) ![](https://img.shields.io/badge/TranslateTime-2019年9月10日-green...
27.754386
246
0.709861
yue_Hant
0.77261
7c4f0ecf785c32453c356731534eb2fbbe5a0682
2,463
md
Markdown
readme.md
trendmicro-tony-chu/double-metaphone
a21c6381bf06c20f099007e8dfa8fa1a858d5e5b
[ "MIT" ]
null
null
null
readme.md
trendmicro-tony-chu/double-metaphone
a21c6381bf06c20f099007e8dfa8fa1a858d5e5b
[ "MIT" ]
null
null
null
readme.md
trendmicro-tony-chu/double-metaphone
a21c6381bf06c20f099007e8dfa8fa1a858d5e5b
[ "MIT" ]
null
null
null
# double-metaphone [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] [Double metaphone algorithm][source]. ## API Install: ```bash npm install double-metaphone ``` Use: ```js var doubleMetaphone = require('double-metaphone') doubleMetaphone('michael') // => ['MKL', 'MXL'] doubl...
22.805556
103
0.687373
kor_Hang
0.265395
7c4f64ddef438140d05c11d9d8ffb2fd41e5b394
1,961
md
Markdown
sign/README.md
gojet/pkg
b77e772da3fedae0a16a46618afcee06747c5f52
[ "MIT" ]
null
null
null
sign/README.md
gojet/pkg
b77e772da3fedae0a16a46618afcee06747c5f52
[ "MIT" ]
null
null
null
sign/README.md
gojet/pkg
b77e772da3fedae0a16a46618afcee06747c5f52
[ "MIT" ]
null
null
null
本包主要提供对API请求的签名生成、签名校验等 主要包含一下两部分: ## 生成签名 生成的签名需要满足以下几点: - 可变性:每次的签名必须是不一样的 - 时效性:每次请求的时效性,过期作废 - 唯一性:每次的签名是唯一的 - 完整性:能够对传入数据进行验证,防止篡改 如果增加了签名验证,需要再传递几个参数: - app_id 表示App Id,用来识别调用方身份 - timestamp 表示时间戳,用来验证接口的时效性 - sign 表示签名加密串,用来验证数据的完整性,防止数据篡改 支持两种签名生成算法: - MD5: 由 NewSingerMd5() 提供 - Sha1 + Hmac: 由 NewSinge...
19.22549
110
0.737379
yue_Hant
0.916964
7c4f72bed395b953b08c0c27632d95034ae8a4bb
4,073
md
Markdown
docs/visual-basic/programming-guide/concepts/linq/how-to-write-queries-with-complex-filtering.md
v-maudel/docs-1
f849afb0bd9a505311e7aec32c544c3169edf1c5
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/visual-basic/programming-guide/concepts/linq/how-to-write-queries-with-complex-filtering.md
v-maudel/docs-1
f849afb0bd9a505311e7aec32c544c3169edf1c5
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/visual-basic/programming-guide/concepts/linq/how-to-write-queries-with-complex-filtering.md
v-maudel/docs-1
f849afb0bd9a505311e7aec32c544c3169edf1c5
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: "How to: Write Queries with Complex Filtering (Visual Basic)" ms.custom: "" ms.date: 07/20/2015 ms.prod: .net ms.reviewer: "" ms.suite: "" ms.technology: - "devlang-visual-basic" ms.tgt_pltfrm: "" ms.topic: "article" ms.assetid: bf286ffc-7990-4b00-a4eb-ee3d70129950 caps.latest.revision: 3 author: dotnet-b...
43.329787
315
0.669531
eng_Latn
0.793001
7c4fb1a4bbed0a9f3a76b998c77100e1f366a91f
842
md
Markdown
docs/error-messages/compiler-errors-2/compiler-error-c3055.md
Dinja1403/cpp-docs
50161f2a9638424aa528253e95ef9a94ef028678
[ "CC-BY-4.0", "MIT" ]
3
2021-02-19T06:12:36.000Z
2021-03-27T20:46:59.000Z
docs/error-messages/compiler-errors-2/compiler-error-c3055.md
Dinja1403/cpp-docs
50161f2a9638424aa528253e95ef9a94ef028678
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/error-messages/compiler-errors-2/compiler-error-c3055.md
Dinja1403/cpp-docs
50161f2a9638424aa528253e95ef9a94ef028678
[ "CC-BY-4.0", "MIT" ]
1
2020-12-24T04:34:32.000Z
2020-12-24T04:34:32.000Z
--- title: "Compiler Error C3055" ms.date: "11/04/2016" f1_keywords: ["C3055"] helpviewer_keywords: ["C3055"] ms.assetid: 60446ee0-18dd-48fc-9059-f0a14229dce8 --- # Compiler Error C3055 'symbol' : symbol cannot be referenced before it is used in 'threadprivate' directive A symbol was referenced and then used in a [th...
18.304348
138
0.665083
eng_Latn
0.870634
7c4fcb6c0a0658b70d4a7e1a400e734a021323d0
307
md
Markdown
packages/reactant-native/README.md
RichardOtvos/reactant
2d3f2b97564ea4982fdc0132fded35abe303db25
[ "MIT" ]
235
2018-11-11T13:32:43.000Z
2022-03-19T14:40:31.000Z
packages/reactant-native/README.md
RichardOtvos/reactant
2d3f2b97564ea4982fdc0132fded35abe303db25
[ "MIT" ]
26
2020-05-07T15:34:56.000Z
2022-02-20T13:02:55.000Z
packages/reactant-native/README.md
RichardOtvos/reactant
2d3f2b97564ea4982fdc0132fded35abe303db25
[ "MIT" ]
10
2020-05-08T08:05:03.000Z
2022-02-24T16:54:59.000Z
# reactant-native ![Node CI](https://github.com/unadlib/reactant/workflows/Node%20CI/badge.svg) A mobile application with react-native for Reactant ## Usage ```sh npm install reactant-native yarn add reactant-native ``` You can visit [reactant.js.org](https://reactant.js.org/) for more documentation.
20.466667
81
0.7557
eng_Latn
0.700571
7c4fdeaf564afa4a2ab92a39d15d2e3f1edd9b1e
2,357
md
Markdown
_posts/2020-12-24-vacation.md
cwadven/cwadven.github.com
c7ae33d469b4bb6e6e7265372c13b1cc4d18132c
[ "MIT" ]
null
null
null
_posts/2020-12-24-vacation.md
cwadven/cwadven.github.com
c7ae33d469b4bb6e6e7265372c13b1cc4d18132c
[ "MIT" ]
null
null
null
_posts/2020-12-24-vacation.md
cwadven/cwadven.github.com
c7ae33d469b4bb6e6e7265372c13b1cc4d18132c
[ "MIT" ]
null
null
null
--- title: "[알고리즘] 휴가(삼성 SW역량평가 기출문제 : DFS활용)" tag: - dfs - 깊이우선탐색 - 알고리즘 categories: - algorithm --- # 휴가(삼성 SW역량평가 기출문제 : DFS활용) --- 카운셀러로 일하고 있는 현수는 오늘부터 N+1일째 되는 날 휴가를 가기 위해서, 남은 N일 동안 최대한 많은 상담을 해서 휴가비를 넉넉히 만들어 휴가를 떠나려 한다. 현수가 다니는 회사에 하루에 하나씩 서로 다른 사람의 상담이 예약되어 있다. 각각의 상담은 상담을 완료하는데 걸리는 날수 T와 상담을 했을 때 받을 수 있는 ...
20.145299
92
0.571913
kor_Hang
1.00001
7c506d822dacce1447e375adfe416fede2883531
3,930
md
Markdown
windows-driver-docs-pr/image/properties-for-wia-camera-minidrivers.md
thethales/windows-driver-docs
55455d5e0ef9b8087e36c3bac7301b0db8ce79ba
[ "CC-BY-4.0", "MIT" ]
1
2021-11-30T20:31:06.000Z
2021-11-30T20:31:06.000Z
windows-driver-docs-pr/image/properties-for-wia-camera-minidrivers.md
thethales/windows-driver-docs
55455d5e0ef9b8087e36c3bac7301b0db8ce79ba
[ "CC-BY-4.0", "MIT" ]
null
null
null
windows-driver-docs-pr/image/properties-for-wia-camera-minidrivers.md
thethales/windows-driver-docs
55455d5e0ef9b8087e36c3bac7301b0db8ce79ba
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Properties for WIA Camera Minidrivers description: Properties for WIA Camera Minidrivers ms.assetid: 3a5e61d7-1ca8-44a8-b24a-7a5929d424a5 ms.date: 04/20/2017 ms.localizationpriority: medium --- # Properties for WIA Camera Minidrivers The following is the complete list of all WIA properties unique to WI...
28.273381
90
0.704835
yue_Hant
0.632603
7c507b9109d3f3a294ad2125942be04a1c93efaa
98
md
Markdown
README.md
sthaid/proj_neutron
46755384e946000610bf339c9562b92b5a2be501
[ "MIT" ]
null
null
null
README.md
sthaid/proj_neutron
46755384e946000610bf339c9562b92b5a2be501
[ "MIT" ]
null
null
null
README.md
sthaid/proj_neutron
46755384e946000610bf339c9562b92b5a2be501
[ "MIT" ]
null
null
null
# Neutron Counter Neutron counter software for Fusor Hobbyist. Refer to README.txt for details.
16.333333
44
0.795918
eng_Latn
0.844783
7c510f12f88f18915c50f1eb7e050909f98c8b4f
555
md
Markdown
content/post/2013/NoSuchMethodError ServletFileUpload.parseRequest.md
hxchen/3afun
24940684c71539b3c1d8970d002ddc7323151c66
[ "MIT" ]
null
null
null
content/post/2013/NoSuchMethodError ServletFileUpload.parseRequest.md
hxchen/3afun
24940684c71539b3c1d8970d002ddc7323151c66
[ "MIT" ]
1
2022-02-10T13:15:43.000Z
2022-02-10T13:15:43.000Z
content/post/2013/NoSuchMethodError ServletFileUpload.parseRequest.md
hxchen/3afun
24940684c71539b3c1d8970d002ddc7323151c66
[ "MIT" ]
null
null
null
--- title: "NoSuchMethodError ServletFileUpload.parseRequest" date: 2013-04-01 16:29:00+08:00 draft: false tags: ["Java"] categories: ["Java"] author: "北斗" --- Bug描述:老项目,文件上传在tomcat下没有问题,在部分WebSphere上存在问题。 Error 500: java.lang.NoSuchMethodError: org/apache/commons/fileupload/servlet/ServletFileUpload.parseRequest(Lorg...
37
172
0.812613
yue_Hant
0.387325
7c513fe638b5e297ffce014c0df510a4f9707b54
2,521
md
Markdown
_posts/2021-03-15-leetcode_Construct_Binary_Tree_from_Preorder_and_Inorder_Traversal.md
kkminseok/kkminseok.github.io
5a9ccefd0a276b87e8c0ede9e4e36c7b7326a619
[ "MIT" ]
1
2021-02-12T16:27:50.000Z
2021-02-12T16:27:50.000Z
_posts/2021-03-15-leetcode_Construct_Binary_Tree_from_Preorder_and_Inorder_Traversal.md
kkminseok/kkminseok.github.io
5a9ccefd0a276b87e8c0ede9e4e36c7b7326a619
[ "MIT" ]
null
null
null
_posts/2021-03-15-leetcode_Construct_Binary_Tree_from_Preorder_and_Inorder_Traversal.md
kkminseok/kkminseok.github.io
5a9ccefd0a276b87e8c0ede9e4e36c7b7326a619
[ "MIT" ]
null
null
null
--- title: leetcode(리트코드)105-Construct Binary Tree from Preorder and Inorder Traversal author: 강민석 date: 2021-03-15 12:34:00 +0800 categories: [leetcode,Medium] tags: [leetcode,Top100Like] math: true mermaid: true image: comments: true --- **leetcode 105 - Construct Binary Tree from Preorder and Inorder Traversal 문제입...
22.711712
101
0.636255
kor_Hang
0.500251
7c51627fa97fdcbfb3d0f92a814e2362ce6b4fbe
861
md
Markdown
README.md
societa-astronomica-g-v-schiaparelli/RPiRemote
722cbd2c1a37993af61adbdd7ff22643ca42146d
[ "MIT" ]
2
2019-01-27T11:12:09.000Z
2021-06-25T23:22:57.000Z
README.md
societa-astronomica-g-v-schiaparelli/RPiRemote
722cbd2c1a37993af61adbdd7ff22643ca42146d
[ "MIT" ]
null
null
null
README.md
societa-astronomica-g-v-schiaparelli/RPiRemote
722cbd2c1a37993af61adbdd7ff22643ca42146d
[ "MIT" ]
1
2019-04-25T15:00:06.000Z
2019-04-25T15:00:06.000Z
# RPiRemote Remote ZWO ASI120MM controller on Raspberry Pi. Use three Raspberry Pi to stream image from three ZWO ccds to a single client. ## Prerequisites * Python-zwoasi required - https://github.com/stevemarple/python-zwoasi * ZWO SDK ## How to use ### Raspberry side The ZWO SDK is expected to be in ``` /opt/ASI...
21
93
0.751452
eng_Latn
0.884801
7c51b84b4269e9bb01941690447742e51ed77ccf
4,524
md
Markdown
docs/odbc/reference/appendixes/executing-positioned-update-and-delete-statements.md
robsonbrandao/sql-docs.pt-br
f41715f4d108211fce4c97803848bd294b9c1c17
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/odbc/reference/appendixes/executing-positioned-update-and-delete-statements.md
robsonbrandao/sql-docs.pt-br
f41715f4d108211fce4c97803848bd294b9c1c17
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/odbc/reference/appendixes/executing-positioned-update-and-delete-statements.md
robsonbrandao/sql-docs.pt-br
f41715f4d108211fce4c97803848bd294b9c1c17
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Executar posicionado instruções Update e Delete | Microsoft Docs ms.custom: '' ms.date: 01/19/2017 ms.prod: sql ms.prod_service: connectivity ms.reviewer: '' ms.technology: connectivity ms.topic: conceptual helpviewer_keywords: - positioned deletes [ODBC] - cursor library [ODBC], positioned update or delete ...
66.529412
387
0.746242
por_Latn
0.999275
7c51b9bfef2e78158bc3994d4526b4097a7d2e5c
3,581
md
Markdown
TEDed/Titles_starting_A_to_O/How_does_a_jellyfish_sting_Neosha_S_Kashef.md
gt-big-data/TEDVis
328a4c62e3a05c943b2a303817601aebf198c1aa
[ "MIT" ]
91
2018-01-24T12:54:48.000Z
2022-03-07T21:03:43.000Z
cleaned_teded_data/Titles_starting_A_to_O/How_does_a_jellyfish_sting_Neosha_S_Kashef.md
nadaataiyab/TED-Talks-Nutrition-NLP
4d7e8c2155e12cb34ab8da993dee0700a6775ff9
[ "MIT" ]
null
null
null
cleaned_teded_data/Titles_starting_A_to_O/How_does_a_jellyfish_sting_Neosha_S_Kashef.md
nadaataiyab/TED-Talks-Nutrition-NLP
4d7e8c2155e12cb34ab8da993dee0700a6775ff9
[ "MIT" ]
18
2018-01-24T13:18:51.000Z
2022-01-09T01:06:02.000Z
You&#39;re swimming in the ocean when something brushes your leg. When the tingling sets in, you realize you&#39;ve been stung by a jellyfish. How do these beautiful, gelatinous creatures pack such a painful punch? Jellyfish are soft because they are 95% water and are mostly made of a translucent gel-like substance...
29.595041
46
0.803128
eng_Latn
0.999726
7c54490812f33656bc146e6ed1214111353bd698
529
md
Markdown
.github/PULL_REQUEST_TEMPLATE.md
local-ch/create-workspace-action
8da1bc2c31f89b275793d68ed8cba0f34c5971a8
[ "MIT" ]
null
null
null
.github/PULL_REQUEST_TEMPLATE.md
local-ch/create-workspace-action
8da1bc2c31f89b275793d68ed8cba0f34c5971a8
[ "MIT" ]
169
2021-02-17T16:14:46.000Z
2022-03-30T21:09:53.000Z
.github/PULL_REQUEST_TEMPLATE.md
local-ch/create-workspace-action
8da1bc2c31f89b275793d68ed8cba0f34c5971a8
[ "MIT" ]
null
null
null
## Tickets https://jira.localsearch.ch/browse/XXX-XXXX ## Changes - Add feature - Fix stuff - Refactor something ## TODO checklist - [ ] Things to do or test ## Release and Merge checklist - [ ] Update Readme - [ ] Execute `lcl toc` to update Readme Table of Contents - [ ] Always squash and merge - [ ] Follow k8s d...
23
129
0.727788
kor_Hang
0.47538
7c5485e58711bf88a6e22e29d6d4423914f1905a
1,701
md
Markdown
tensorflow/security/advisory/tfsa-2021-148.md
EricRemmerswaal/tensorflow
141ff27877579c81a213fa113bd1b474c1749aca
[ "Apache-2.0" ]
190,993
2015-11-09T13:17:30.000Z
2022-03-31T23:05:27.000Z
tensorflow/security/advisory/tfsa-2021-148.md
EricRemmerswaal/tensorflow
141ff27877579c81a213fa113bd1b474c1749aca
[ "Apache-2.0" ]
48,461
2015-11-09T14:21:11.000Z
2022-03-31T23:17:33.000Z
tensorflow/security/advisory/tfsa-2021-148.md
EricRemmerswaal/tensorflow
141ff27877579c81a213fa113bd1b474c1749aca
[ "Apache-2.0" ]
104,981
2015-11-09T13:40:17.000Z
2022-03-31T19:51:54.000Z
## TFSA-2021-148: Incomplete validation in `MaxPoolGrad` ### CVE Number CVE-2021-37674 ### Impact An attacker can trigger a denial of service via a segmentation fault in `tf.raw_ops.MaxPoolGrad` caused by missing validation: ```python import tensorflow as tf tf.raw_ops.MaxPoolGrad( orig_input = tf.constant([], sh...
36.191489
145
0.75779
eng_Latn
0.844386
7c55403fe6524ebc595ea5a2a040cc6f1b91efa8
1,259
md
Markdown
level3-unit6-step4-dis-job.md
wchat/EN-Notes
513cbaa37bd020311863b03e6f6ab3d1b54f3ed8
[ "MIT" ]
1
2020-11-11T13:24:28.000Z
2020-11-11T13:24:28.000Z
level3-unit6-step4-dis-job.md
wchat/EN-Notes
513cbaa37bd020311863b03e6f6ab3d1b54f3ed8
[ "MIT" ]
null
null
null
level3-unit6-step4-dis-job.md
wchat/EN-Notes
513cbaa37bd020311863b03e6f6ab3d1b54f3ed8
[ "MIT" ]
1
2020-12-04T14:08:35.000Z
2020-12-04T14:08:35.000Z
描写工作 ``` 表达年份 表达日期有许多方法。 如果年份以 19 起头,一般说出 19 + 后两个数字。 1997 = nineteen ninety-seven 1997 = nineteen ninety-seven 如果年份以 20 起头,你可以说 20 + 后两个数字,或者 two thousand + 后两个数字。 2014 = twenty fourteen 2014 = twenty fourteen 2014 = two thousand fourteen 2014 = two thousand fourteen ...
27.977778
98
0.68467
eng_Latn
0.954473
7c558ec39bf6e1bf66993cec30a420b20e219489
2,003
md
Markdown
README.md
craig-b/Zlib.Portable
8cf0899eb11d4fe780750be1e09b39eea708004a
[ "Apache-2.0" ]
null
null
null
README.md
craig-b/Zlib.Portable
8cf0899eb11d4fe780750be1e09b39eea708004a
[ "Apache-2.0" ]
null
null
null
README.md
craig-b/Zlib.Portable
8cf0899eb11d4fe780750be1e09b39eea708004a
[ "Apache-2.0" ]
null
null
null
[![NuGet](https://img.shields.io/nuget/v/Zlib.Portable.Core "Download from NuGet")](https://www.nuget.org/packages/Zlib.Portable.Core) Zlib.Portable ================= Zlib.Portable is a Portable Class Library port of the Zlib library from the popular [DotNetZip project](http://dotnetzip.codeplex.com). The code is cur...
35.140351
231
0.739391
eng_Latn
0.810503
7c578b33cf4dc5f8c3a5ab874e16cfda2d445f7d
518
md
Markdown
README.md
maas-alliance/apis
703a36b8471d58890fdd4820f9fd24de7e5b9161
[ "Apache-2.0" ]
4
2019-02-19T04:12:43.000Z
2021-08-02T09:40:58.000Z
README.md
maas-alliance/apis
703a36b8471d58890fdd4820f9fd24de7e5b9161
[ "Apache-2.0" ]
44
2018-04-27T12:18:24.000Z
2020-06-12T12:30:48.000Z
README.md
maas-alliance/apis
703a36b8471d58890fdd4820f9fd24de7e5b9161
[ "Apache-2.0" ]
5
2018-05-28T13:21:04.000Z
2019-04-08T10:29:56.000Z
# apis Example APIs designed to support the MaaS ecosystem. ## Running the server To run this server, use the following steps: 1. clone this repository 2. activate a [Python 3 virtual environment](https://docs.python.org/3/library/venv.html) 3. install the `requirements.txt` - `pip install -r requirements.txt` 4....
32.375
95
0.762548
eng_Latn
0.975254
7c57ad99772f230c0b25612355b69aace3d621f8
5,983
md
Markdown
content/intro-to-storybook/svelte/es/get-started.md
kreamacbea/learnstorybook.com
71886abbfd457dfafe98967d1af73dd47c2e475c
[ "MIT" ]
1
2021-02-20T15:52:05.000Z
2021-02-20T15:52:05.000Z
content/intro-to-storybook/svelte/es/get-started.md
kreamacbea/learnstorybook.com
71886abbfd457dfafe98967d1af73dd47c2e475c
[ "MIT" ]
2
2020-12-19T21:08:17.000Z
2021-04-17T20:00:40.000Z
content/intro-to-storybook/svelte/es/get-started.md
kreamacbea/learnstorybook.com
71886abbfd457dfafe98967d1af73dd47c2e475c
[ "MIT" ]
null
null
null
--- title: 'Tutorial Storybook para Svelte' tocTitle: 'Empezando' description: 'Configurar Svelte Storybook en tu entorno de desarrollo' --- Storybook se ejecuta junto con tu aplicación en modo desarrollo. Te ayuda a crear componentes de interfaz de usuario aislados de la lógica y el contexto de tu aplicación. Esta ed...
36.260606
391
0.733578
spa_Latn
0.936553
7c584fea4f95d9861f40416b9aaa58e4d6863c35
763
md
Markdown
add/metadata/System.Runtime.Serialization/KnownTypeAttribute.meta.md
MarktW86/dotnet.docs
178451aeae4e2c324aadd427ed6bf6850e483900
[ "CC-BY-4.0", "MIT" ]
null
null
null
add/metadata/System.Runtime.Serialization/KnownTypeAttribute.meta.md
MarktW86/dotnet.docs
178451aeae4e2c324aadd427ed6bf6850e483900
[ "CC-BY-4.0", "MIT" ]
null
null
null
add/metadata/System.Runtime.Serialization/KnownTypeAttribute.meta.md
MarktW86/dotnet.docs
178451aeae4e2c324aadd427ed6bf6850e483900
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- uid: System.Runtime.Serialization.KnownTypeAttribute author: "Erikre" ms.author: "erikre" manager: "erikre" --- --- uid: System.Runtime.Serialization.KnownTypeAttribute.Type author: "Erikre" ms.author: "erikre" manager: "erikre" --- --- uid: System.Runtime.Serialization.KnownTypeAttribute.#ctor author: "Erikre" m...
18.166667
73
0.739187
deu_Latn
0.076232
7c58874def246814dfc5a7ac1e4956dd1380875e
643
md
Markdown
API/Engine-ForceGarbageCollection(bool).md
LaudateCorpus1/UnrealCLR
93928fc42f68a5e3c865294669265199d47989b8
[ "MIT" ]
1,986
2020-01-26T18:14:22.000Z
2022-03-28T12:04:47.000Z
API/Engine-ForceGarbageCollection(bool).md
LaudateCorpus1/UnrealCLR
93928fc42f68a5e3c865294669265199d47989b8
[ "MIT" ]
108
2020-01-31T16:24:02.000Z
2022-03-28T09:32:57.000Z
API/Engine-ForceGarbageCollection(bool).md
LaudateCorpus1/UnrealCLR
93928fc42f68a5e3c865294669265199d47989b8
[ "MIT" ]
132
2020-06-15T18:45:23.000Z
2022-03-23T13:12:58.000Z
### [UnrealEngine.Framework](./UnrealEngine-Framework.md 'UnrealEngine.Framework').[Engine](./Engine.md 'UnrealEngine.Framework.Engine') ## Engine.ForceGarbageCollection(bool) Method Updates the timer between garbage collection such that at the next opportunity garbage collection will be run ```csharp public stat...
53.583333
137
0.766719
yue_Hant
0.374623
7c58d9eda29b308e5c869b444de45d5c52bfe544
682
md
Markdown
company-profiles/tractionboard.md
2kindsofcs/remote-jobs
1929badd296fb98eea37dee89ba242f76e108453
[ "CC0-1.0" ]
14,252
2017-09-09T13:12:05.000Z
2022-03-31T21:15:34.000Z
company-profiles/tractionboard.md
2kindsofcs/remote-jobs
1929badd296fb98eea37dee89ba242f76e108453
[ "CC0-1.0" ]
776
2017-09-09T18:08:29.000Z
2022-03-31T10:56:59.000Z
company-profiles/tractionboard.md
2kindsofcs/remote-jobs
1929badd296fb98eea37dee89ba242f76e108453
[ "CC0-1.0" ]
1,738
2017-09-08T20:56:15.000Z
2022-03-30T20:13:34.000Z
# TractionBoard ## Company blurb Tractionboard is an online analytics tool to measure marketing ROI and business traction for SaaS Companies. ## Company size 1-10 ## Remote status There is no information on how the remote culture works at TractionBoard. ## Region USA ## Company technologies Tractionboard uses...
22
145
0.782991
eng_Latn
0.982706
7c590cce01bcd62709de2098a19439a4f042d59e
4,659
md
Markdown
controls/grid/data-binding/understanding-data-binding/server-side-binding/simple-data-binding.md
PaulSorauer/ajax-docs
e7e10ece5fd22eddcf8db12bc6b8405d7aae16ac
[ "Apache-2.0" ]
null
null
null
controls/grid/data-binding/understanding-data-binding/server-side-binding/simple-data-binding.md
PaulSorauer/ajax-docs
e7e10ece5fd22eddcf8db12bc6b8405d7aae16ac
[ "Apache-2.0" ]
null
null
null
controls/grid/data-binding/understanding-data-binding/server-side-binding/simple-data-binding.md
PaulSorauer/ajax-docs
e7e10ece5fd22eddcf8db12bc6b8405d7aae16ac
[ "Apache-2.0" ]
null
null
null
--- title: Simple Data-binding page_title: Simple Data-binding | RadGrid for ASP.NET AJAX Documentation description: Simple Data-binding slug: grid/data-binding/understanding-data-binding/server-side-binding/simple-data-binding tags: simple,data-binding published: True position: 0 --- # Simple Data-binding ...
39.151261
613
0.721614
eng_Latn
0.342286
7c593d2b4eef30e53f25dfad36ff5495ec7c92d9
11,263
md
Markdown
README.md
lkoskela/auth0-deploy-cli
79ce345c6f2af15f1fc24655cdbcdedb03c9099b
[ "MIT" ]
null
null
null
README.md
lkoskela/auth0-deploy-cli
79ce345c6f2af15f1fc24655cdbcdedb03c9099b
[ "MIT" ]
null
null
null
README.md
lkoskela/auth0-deploy-cli
79ce345c6f2af15f1fc24655cdbcdedb03c9099b
[ "MIT" ]
null
null
null
# Auth0 Deploy CLI There are a few good extensions that you can use to deploy updates automatically. This tool utilizes that same code base to allow anyone to pass json to this tool and deploy to your tenant. This allows you to call this from any tool that can call node. The intention is to allow deploy from any so...
39.939716
716
0.718015
eng_Latn
0.990981
7c595f90067fe36579a773624e2cfdee2c80030b
7,466
md
Markdown
microsoft-365/compliance/double-key-encryption-overview.md
MicrosoftDocs/microsoft-365-docs-pr.it-IT
20e99e77908118b241bf6b1cb684218b4430b35d
[ "CC-BY-4.0", "MIT" ]
7
2020-03-07T06:40:10.000Z
2022-03-13T12:33:36.000Z
microsoft-365/compliance/double-key-encryption-overview.md
MicrosoftDocs/microsoft-365-docs-pr.it-IT
20e99e77908118b241bf6b1cb684218b4430b35d
[ "CC-BY-4.0", "MIT" ]
2
2022-02-09T06:49:11.000Z
2022-02-09T06:49:26.000Z
microsoft-365/compliance/double-key-encryption-overview.md
MicrosoftDocs/microsoft-365-docs-pr.it-IT
20e99e77908118b241bf6b1cb684218b4430b35d
[ "CC-BY-4.0", "MIT" ]
2
2019-10-09T19:21:13.000Z
2020-08-28T16:13:59.000Z
--- title: Panoramica e domande frequenti sulla crittografia a chiave doppia description: Domande frequenti sulla crittografia a chiave doppia per Microsoft 365. author: kccross ms.author: krowley manager: laurawi ms.date: 12/11/2020 ms.topic: conceptual ms.service: information-protection audience: Admin ms.reviewer: e...
93.325
664
0.812617
ita_Latn
0.998076
7c59ab4c1e63be3a0553bf4d1806da1ae431ca64
97
md
Markdown
README.md
yolile/telegram_cafe_bot
e16333a30bff4c071edcafbb51090533cec3d12c
[ "MIT" ]
2
2020-01-14T18:44:58.000Z
2020-11-04T16:50:08.000Z
README.md
yolile/telegram_cafe_bot
e16333a30bff4c071edcafbb51090533cec3d12c
[ "MIT" ]
null
null
null
README.md
yolile/telegram_cafe_bot
e16333a30bff4c071edcafbb51090533cec3d12c
[ "MIT" ]
null
null
null
# Cafe Manage bot Bot de telegram para administrar la compra de cafe en una oficina, por turnos.
32.333333
78
0.783505
spa_Latn
0.955029