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
6ba271aecdea753746d660a186d9fd05bbcb0a52
3,855
md
Markdown
CHANGELOG.md
wolframkriesing/jskatas.org
2ef27607805be071b162c971989be8b2acfa762a
[ "MIT" ]
26
2019-06-28T06:01:02.000Z
2022-01-18T10:12:43.000Z
CHANGELOG.md
wolframkriesing/jskatas.org
2ef27607805be071b162c971989be8b2acfa762a
[ "MIT" ]
3
2019-07-29T21:03:55.000Z
2019-12-10T00:43:11.000Z
CHANGELOG.md
wolframkriesing/jskatas.org
2ef27607805be071b162c971989be8b2acfa762a
[ "MIT" ]
5
2019-07-18T09:56:49.000Z
2022-01-18T10:13:11.000Z
# Ideas ## From real people - [ ] provide instructions how to run the katas locally - idea from https://twitter.com/FQ400/status/1263424581655760897 - [ ] pair up with a designer - idea from https://twitter.com/FQ400/status/1263425789703397378 - [ ] Provide insights on how to run jskatas.org locally and modify the des...
53.541667
138
0.7131
eng_Latn
0.992259
6ba468a0ee534882d307be5f23762729f66dbfd6
320
md
Markdown
RPi Debugger/README.md
StopPointTeam/TaiChi
bc0059a057440a38275c06548f079d8f734b787b
[ "MIT" ]
null
null
null
RPi Debugger/README.md
StopPointTeam/TaiChi
bc0059a057440a38275c06548f079d8f734b787b
[ "MIT" ]
null
null
null
RPi Debugger/README.md
StopPointTeam/TaiChi
bc0059a057440a38275c06548f079d8f734b787b
[ "MIT" ]
null
null
null
# RPi Debugger ## 接线 + 树莓派 USB 口与 Arduino USB 串口相连 + 树莓派 GPIO 0 与 Arduino PIN 21 相连,做好共地 ## 无线热点信息 + 名称:TaiChi + 密码:ddwzhzwz ## linux 登录信息 + 用户:pi + 密码:raspberry ## 调试方法 + pi 用户目录下输入 ./TaiChi 进入调试器,按下 Ctrl + Z Arduino 开始执行程序 + 终端内显示 Arduino 发送的调试信息 + 开始或继续程序执行:Ctrl + Z + 暂停程序执行:Ctrl + C + 重置程序:Ctrl + \
10.322581
54
0.64375
yue_Hant
0.469122
6ba47c2ea6f7f59d29610bd07a657ffccf584261
496
md
Markdown
basic/JavaScript.md
Karmantez/JavaScriptPractice
766240872cf12e3271deb0d056c6ab6e77456eb4
[ "Apache-2.0" ]
null
null
null
basic/JavaScript.md
Karmantez/JavaScriptPractice
766240872cf12e3271deb0d056c6ab6e77456eb4
[ "Apache-2.0" ]
null
null
null
basic/JavaScript.md
Karmantez/JavaScriptPractice
766240872cf12e3271deb0d056c6ab6e77456eb4
[ "Apache-2.0" ]
null
null
null
# JavaScript ## 변수 끌어올리기(hositing) 함수 안에 있는 선언들을 끌어올려서 해당 함수 유호 범위의 최상단에 선언하는 것을 뜻함 ```javascript func(); function func() { console.log('Hello Javascript!!!'); } ``` 위의 경우 func()의 선언이 밑에있지만 자바스크립트가 func에 대해 전역함수로 지정해 주면서 오류가 발생하지 않게 된다. ```javascript func(); const func = function() { console.log('Hello Javascr...
13.405405
70
0.649194
kor_Hang
1.000009
6ba483a84ac1e81798e6071b5dd393f44cf4a679
1,178
md
Markdown
_posts/2021-02-17-episode7.md
warwickdatasciencesociety/podcast-website
1b537f1bf24321ceebe5def7da3b6de9c7408f76
[ "MIT" ]
null
null
null
_posts/2021-02-17-episode7.md
warwickdatasciencesociety/podcast-website
1b537f1bf24321ceebe5def7da3b6de9c7408f76
[ "MIT" ]
1
2021-05-01T15:37:01.000Z
2021-05-01T15:37:01.000Z
_posts/2021-02-17-episode7.md
warwickdatasciencesociety/podcast-website
1b537f1bf24321ceebe5def7da3b6de9c7408f76
[ "MIT" ]
1
2021-10-31T11:01:47.000Z
2021-10-31T11:01:47.000Z
--- title: "DataBasic #7: Kenneth Lim on the Value of a PhD" layout: post categories: [Expert, Industry] type: main description: Grad role or PhD? It's a question troubling many undergraduate and master's students. In this episode, Kenneth Lim talks about his experience undertaking a PhD, the pros and cons, as well as ...
34.647059
372
0.739389
kor_Hang
0.31175
6ba5525bb3ce7197dc7548ffd9ea58514c46db35
443
md
Markdown
jms-example-picocli/README.md
bernhardhuber/activemqtools
b53323ea2744748baeb297ac4f2d7ce91d17cd07
[ "Apache-2.0" ]
null
null
null
jms-example-picocli/README.md
bernhardhuber/activemqtools
b53323ea2744748baeb297ac4f2d7ce91d17cd07
[ "Apache-2.0" ]
null
null
null
jms-example-picocli/README.md
bernhardhuber/activemqtools
b53323ea2744748baeb297ac4f2d7ce91d17cd07
[ "Apache-2.0" ]
null
null
null
# jms-example picocli A number of commandline tools for accessing Apache Activemq. * [Commandline Main0](./Main0.asciidoc) * [Commandline MainAdvisoryConsumer](./MainAdvisoryConsumer.asciidoc) * [Commandline MainBrowserFactory](./MainBrowserFactory.asciidoc) * [Commandline MainConsumerFactory](./MainConsumerFactory.a...
40.272727
69
0.812641
yue_Hant
0.541657
6ba58266601068a5d3d3a59c70412bca24526ddd
1,928
md
Markdown
docs/visual-basic/programming-guide/language-features/strings/converting-between-strings-and-other-data-types.md
eOkadas/docs.fr-fr
64202ad620f9bcd91f4360ec74aa6d86e1d4ae15
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/visual-basic/programming-guide/language-features/strings/converting-between-strings-and-other-data-types.md
eOkadas/docs.fr-fr
64202ad620f9bcd91f4360ec74aa6d86e1d4ae15
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/visual-basic/programming-guide/language-features/strings/converting-between-strings-and-other-data-types.md
eOkadas/docs.fr-fr
64202ad620f9bcd91f4360ec74aa6d86e1d4ae15
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Conversion entre chaînes et d'autres types de données en Visual Basic ms.date: 07/20/2015 helpviewer_keywords: - Visual Basic, strings - data types [Visual Basic], converting - conversions [Visual Basic], Visual Basic - string conversion [Visual Basic], Visual Basic ms.assetid: 06085ed5-191d-4930-8fbc-da6393...
60.25
204
0.774378
fra_Latn
0.554703
6ba5ccdd59ea8519ac3388ea58f0dc6327128602
11,040
md
Markdown
README.md
crowbarmaster/BedrockManagementService
b028da948cef02236581d7006fcd7783a0725d60
[ "Apache-2.0" ]
10
2021-10-09T15:38:14.000Z
2022-03-10T17:18:15.000Z
README.md
crowbarmaster/BedrockManagementService
b028da948cef02236581d7006fcd7783a0725d60
[ "Apache-2.0" ]
53
2021-12-04T18:21:26.000Z
2022-03-16T12:51:15.000Z
README.md
crowbarmaster/BedrockManagementService
b028da948cef02236581d7006fcd7783a0725d60
[ "Apache-2.0" ]
1
2022-03-22T15:37:42.000Z
2022-03-22T15:37:42.000Z
# Minecraft Bedrock management service ## This readme is out of date, and reflects version 2.2. The quick start guide displayed below is still accurate, however other details here may not align! Please feel free to post in the discussions if you require assistance or would like to offer your thoughts! I will do my be...
62.727273
502
0.79683
eng_Latn
0.996968
6ba687f3430fb69f86a552f338e11d3b9a95cf5c
173
md
Markdown
README.md
sudipstha08/websockets-in-go
51c0ac8900fd9c2e64334adbcbb98faf9a6d30d8
[ "MIT" ]
3
2021-09-02T08:42:49.000Z
2021-09-02T17:54:37.000Z
README.md
sudipstha08/websockets-in-go
51c0ac8900fd9c2e64334adbcbb98faf9a6d30d8
[ "MIT" ]
null
null
null
README.md
sudipstha08/websockets-in-go
51c0ac8900fd9c2e64334adbcbb98faf9a6d30d8
[ "MIT" ]
1
2022-01-05T09:42:17.000Z
2022-01-05T09:42:17.000Z
# websockets-in-go 1. curl -i -G -d "id=UC29ju8bIPH5as8OGnQzwJyA&part=statistics&key=AIzaSyCuhMEgZHU6Epb9rjzKtRRGJY8bLEZjTA8" https://www.googleapis.com/youtube/v3/channels
57.666667
153
0.820809
yue_Hant
0.62576
6ba6907ae815e820df038e517d26dffa5ac9c8e2
1,431
md
Markdown
L2_Problem_9/README.md
marcfreir/MITx6.00.1
c035cbff2cb6a8a2949e9d61ae9604fd07ee7744
[ "MIT" ]
null
null
null
L2_Problem_9/README.md
marcfreir/MITx6.00.1
c035cbff2cb6a8a2949e9d61ae9604fd07ee7744
[ "MIT" ]
null
null
null
L2_Problem_9/README.md
marcfreir/MITx6.00.1
c035cbff2cb6a8a2949e9d61ae9604fd07ee7744
[ "MIT" ]
null
null
null
# L2 Problem 9 ### Week 1 / L2 Problem 9 ###### 5.0/5.0 points (graded) ### ESTIMATED TIME TO COMPLETE: 5 minutes For each of the following expressions, indicate the value that prints out when the expression is evaluated. If the evaluation would lead to an error, write the word 'error'; if nothing would print out, wri...
18.346154
225
0.654088
eng_Latn
0.906227
6ba75a034fc6435e43d3b5c9c1278ba54ebc7f9b
1,528
md
Markdown
README.md
ilyapasyuk/react-lazy-image
f4ff147ed16347088c0dbba95d93b029cdab07c1
[ "MIT" ]
null
null
null
README.md
ilyapasyuk/react-lazy-image
f4ff147ed16347088c0dbba95d93b029cdab07c1
[ "MIT" ]
1
2020-08-17T10:36:48.000Z
2020-08-17T10:36:48.000Z
README.md
ilyapasyuk/react-lazy-image
f4ff147ed16347088c0dbba95d93b029cdab07c1
[ "MIT" ]
1
2021-11-22T11:32:50.000Z
2021-11-22T11:32:50.000Z
# react-lazy-image-loader Simple lazy loader for React.js + TypeScript ready ![size](https://img.shields.io/bundlephobia/min/react-lazy-image-loader.svg) ![](https://img.shields.io/npm/v/react-lazy-image-loader.svg?style=flat-square) [NPM](https://www.npmjs.com/package/react-lazy-image-loader) | [Github](https://gi...
28.830189
101
0.553665
eng_Latn
0.301456
6ba7d156ab486bd4090d21cbacdc97eee7389a3d
7,754
md
Markdown
README.md
sithmel/occamsrazor-validator
f225ae52e0aaa36433edc584ad1613f164d5a422
[ "MIT" ]
null
null
null
README.md
sithmel/occamsrazor-validator
f225ae52e0aaa36433edc584ad1613f164d5a422
[ "MIT" ]
null
null
null
README.md
sithmel/occamsrazor-validator
f225ae52e0aaa36433edc584ad1613f164d5a422
[ "MIT" ]
null
null
null
occamsrazor-validator ===================== [![Build Status](https://travis-ci.org/sithmel/occamsrazor-validator.svg?branch=master)](https://travis-ci.org/sithmel/occamsrazor-validator) This is a validator library with a very specific goal. Identifying if a value matches some criteria using (duck typing)[https://en.wi...
31.266129
214
0.687774
eng_Latn
0.946711
6ba7e8154460a11e8a86eccf8150cbf4b32a0c6d
892
md
Markdown
README.md
raqso/uppy-activestorage-upload
b3bd45592365fe042d557a7a46d0db3b59776a15
[ "MIT" ]
19
2019-01-25T06:59:17.000Z
2021-07-31T18:27:14.000Z
README.md
raqso/uppy-activestorage-upload
b3bd45592365fe042d557a7a46d0db3b59776a15
[ "MIT" ]
5
2018-10-09T00:46:08.000Z
2021-04-20T14:53:15.000Z
README.md
raqso/uppy-activestorage-upload
b3bd45592365fe042d557a7a46d0db3b59776a15
[ "MIT" ]
7
2018-12-20T15:52:43.000Z
2021-04-20T15:59:09.000Z
# uppy-activestorage-upload <img src="https://uppy.io/images/logos/uppy-dog-head-arrow.svg" width="120" alt="Uppy logo: a superman puppy in a pink suit" align="right"> The ActiveStorage Upload plugin handles Ruby on Rails ActiveStorage direct uploads with Uppy. ## Example ```js const Uppy = require('@uppy/core') co...
29.733333
185
0.73991
eng_Latn
0.485843
6ba802648a0767abaef37a1afdfebbd90db6c467
9,839
md
Markdown
content/posts/deploy-go-app-in-k8s.md
Vickey-Wu/mywebsite
f3106b473c592c6041364bd7e7761defad94faaa
[ "MIT" ]
null
null
null
content/posts/deploy-go-app-in-k8s.md
Vickey-Wu/mywebsite
f3106b473c592c6041364bd7e7761defad94faaa
[ "MIT" ]
null
null
null
content/posts/deploy-go-app-in-k8s.md
Vickey-Wu/mywebsite
f3106b473c592c6041364bd7e7761defad94faaa
[ "MIT" ]
null
null
null
--- title: "编写go程序并将其部署到k8s示例" date: 2020-12-10T03:10:06Z description: "编写go程序并将其部署到k8s示例" type: "post" image: "https://note.youdao.com/yws/api/personal/file/BB659B06E2944806A2CD7D375EBFD7AF?method=download&shareKey=10e1d28d2d230f120165cb901aa3ea1a" categories: - "go" - "docker" - "k8s" tags: - "go" - "docke...
29.458084
170
0.661144
yue_Hant
0.416084
6ba8bd035c3f5110e8494f3ea2838c7c1d2fcdfa
4,129
md
Markdown
desktop-src/com/categorizing-by-container-capabilities.md
citelao/win32
bf61803ccb0071d99eee158c7416b9270a83b3e4
[ "CC-BY-4.0", "MIT" ]
552
2019-08-20T00:08:40.000Z
2022-03-30T18:25:35.000Z
desktop-src/com/categorizing-by-container-capabilities.md
citelao/win32
bf61803ccb0071d99eee158c7416b9270a83b3e4
[ "CC-BY-4.0", "MIT" ]
1,143
2019-08-21T20:17:47.000Z
2022-03-31T20:24:39.000Z
desktop-src/com/categorizing-by-container-capabilities.md
citelao/win32
bf61803ccb0071d99eee158c7416b9270a83b3e4
[ "CC-BY-4.0", "MIT" ]
1,287
2019-08-20T05:37:48.000Z
2022-03-31T20:22:06.000Z
--- title: Categorizing by Container Capabilities description: Components often require certain functionality from the container and will not work with a container that does not provide the support. ms.assetid: 11002f3e-17de-4e05-a2df-0c9e6326846d ms.topic: article ms.date: 05/31/2018 --- # Categorizing by Container C...
51.6125
333
0.798741
eng_Latn
0.925561
6ba9171c23ffd631611f4848fa17c7faa5ac203d
43
md
Markdown
packages/app-cli/tests/support/test_notes/md/sample-anchor-link.md
asahiocean/joplin
dc991d4c0fca94b3a26f1345a38f0fe3ef9c39e4
[ "MIT" ]
31,446
2017-07-31T19:50:50.000Z
2022-03-31T15:47:43.000Z
packages/app-cli/tests/support/test_notes/md/sample-anchor-link.md
asahiocean/joplin
dc991d4c0fca94b3a26f1345a38f0fe3ef9c39e4
[ "MIT" ]
6,100
2017-11-02T08:55:38.000Z
2022-03-31T20:43:36.000Z
packages/app-cli/tests/support/test_notes/md/sample-anchor-link.md
asahiocean/joplin
dc991d4c0fca94b3a26f1345a38f0fe3ef9c39e4
[ "MIT" ]
4,407
2017-11-02T04:10:01.000Z
2022-03-31T10:35:44.000Z
[Section 1](./sample-no-links.md#markdown)
21.5
42
0.72093
eng_Latn
0.435446
6bac01aec8cb2b775d2e5ae7318e4f99a61557ba
164
md
Markdown
basic-demo/demo-4/feed/Pages/About.article.en.md
Gadreel/dcraft
7748fa0a4c24afce3d22f7ed311d13ed548e8f17
[ "Apache-2.0" ]
3
2017-06-23T10:47:41.000Z
2021-06-03T02:59:00.000Z
basic-demo/demo-5/feed/Pages/About.article.en.md
Gadreel/dcraft
7748fa0a4c24afce3d22f7ed311d13ed548e8f17
[ "Apache-2.0" ]
null
null
null
basic-demo/demo-5/feed/Pages/About.article.en.md
Gadreel/dcraft
7748fa0a4c24afce3d22f7ed311d13ed548e8f17
[ "Apache-2.0" ]
null
null
null
%%% StandardSection Id="sectIntro" # About Us ## History Our history copy. ![Boat](/galleries/Misc/Boat.v/full.jpg) Boat %%%%%%%%%%%% end section %%%%%%%%%%%%
12.615385
40
0.591463
yue_Hant
0.726295
6bac1c11d39e58d64d8c560570945d1878e2bfe8
4,867
md
Markdown
articles/active-directory/active-directory-get-started-premium.md
huiw-git/azure-content-zhtw
f20103dc3d404c9c929c155b36c5a47aee5baed6
[ "CC-BY-3.0" ]
null
null
null
articles/active-directory/active-directory-get-started-premium.md
huiw-git/azure-content-zhtw
f20103dc3d404c9c929c155b36c5a47aee5baed6
[ "CC-BY-3.0" ]
null
null
null
articles/active-directory/active-directory-get-started-premium.md
huiw-git/azure-content-zhtw
f20103dc3d404c9c929c155b36c5a47aee5baed6
[ "CC-BY-3.0" ]
1
2020-11-04T04:34:56.000Z
2020-11-04T04:34:56.000Z
<properties pageTitle="開始使用 Azure Active Directory Premium" description="說明如何註冊 Azure Active Directory Premium Edition 的主題。" services="active-directory" documentationCenter="" authors="markusvi" manager="stevenpo" editor=""/> <tags ms.service="active-directory" ms.workload="infrastructure-services" ms.tgt_p...
38.936
392
0.792685
yue_Hant
0.865068
6bac3a885905dce83bed9ad13f20197c4349cf13
29
md
Markdown
README.md
sheikhhasib/11246---K-Multiple-Free-set
18a08602bc8a27a00d28a725e8cc01b4b3b91958
[ "Apache-2.0" ]
null
null
null
README.md
sheikhhasib/11246---K-Multiple-Free-set
18a08602bc8a27a00d28a725e8cc01b4b3b91958
[ "Apache-2.0" ]
null
null
null
README.md
sheikhhasib/11246---K-Multiple-Free-set
18a08602bc8a27a00d28a725e8cc01b4b3b91958
[ "Apache-2.0" ]
null
null
null
# 11246---K-Multiple-Free-set
29
29
0.724138
eng_Latn
0.201253
6bad4bb4d459870c584d8c63478f006d0ddd3254
45
md
Markdown
README.md
anti-k-camino/contacts
34f2105c06eb2699c0ff583a08b4eb09f3ad5757
[ "MIT" ]
null
null
null
README.md
anti-k-camino/contacts
34f2105c06eb2699c0ff583a08b4eb09f3ad5757
[ "MIT" ]
null
null
null
README.md
anti-k-camino/contacts
34f2105c06eb2699c0ff583a08b4eb09f3ad5757
[ "MIT" ]
null
null
null
# contacts A React app that manages contacts
15
33
0.8
eng_Latn
0.998524
6bad8ac08453d7ce20607ddd617238a48e60a68a
3,746
md
Markdown
_posts/2018-10-31-Download-chapter-24-section-2-guided-reading-war-in-europe-answer-key.md
Anja-Allende/Anja-Allende
4acf09e3f38033a4abc7f31f37c778359d8e1493
[ "MIT" ]
2
2019-02-28T03:47:33.000Z
2020-04-06T07:49:53.000Z
_posts/2018-10-31-Download-chapter-24-section-2-guided-reading-war-in-europe-answer-key.md
Anja-Allende/Anja-Allende
4acf09e3f38033a4abc7f31f37c778359d8e1493
[ "MIT" ]
null
null
null
_posts/2018-10-31-Download-chapter-24-section-2-guided-reading-war-in-europe-answer-key.md
Anja-Allende/Anja-Allende
4acf09e3f38033a4abc7f31f37c778359d8e1493
[ "MIT" ]
null
null
null
--- layout: post comments: true categories: Other --- ## Download Chapter 24 section 2 guided reading war in europe answer key book Arnaz and William Frawley. Wizards kept clear of such places. A blue water-sky indeed was often visible at the horizon to "Gone forward to the outer lock. He She was having difficulty o...
416.222222
3,612
0.777096
eng_Latn
0.999902
6bada2968b8608defa4ba8c48608f08cd9c602d7
1,623
md
Markdown
scripting-docs/winscript/reference/idebugcodecontext-getdocumentcontext.md
klmnden/visualstudio-docs.tr-tr
82aa1370dab4ae413f5f924dad3e392ecbad0d02
[ "CC-BY-4.0", "MIT" ]
1
2020-09-01T20:45:52.000Z
2020-09-01T20:45:52.000Z
scripting-docs/winscript/reference/idebugcodecontext-getdocumentcontext.md
klmnden/visualstudio-docs.tr-tr
82aa1370dab4ae413f5f924dad3e392ecbad0d02
[ "CC-BY-4.0", "MIT" ]
null
null
null
scripting-docs/winscript/reference/idebugcodecontext-getdocumentcontext.md
klmnden/visualstudio-docs.tr-tr
82aa1370dab4ae413f5f924dad3e392ecbad0d02
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: IDebugCodeContext::GetDocumentContext | Microsoft Docs ms.custom: '' ms.date: 01/18/2017 ms.reviewer: '' ms.suite: '' ms.tgt_pltfrm: '' ms.topic: reference apiname: - IDebugCodeContext.GetDocumentContext apilocation: - jscript.dll helpviewer_keywords: - IDebugCodeContext::GetDocumentContext ms.assetid: 9fe17...
30.622642
160
0.743685
tur_Latn
0.747267
6badadc6b6e7886f5e373d42f53247cc42512aab
15,758
md
Markdown
README.md
cenurv/auto_api
e85ca3592cdda1f2267b56e3ee53f0f36102fb76
[ "Apache-2.0" ]
4
2017-02-20T05:49:51.000Z
2021-01-11T21:09:46.000Z
README.md
cenurv/auto_api
e85ca3592cdda1f2267b56e3ee53f0f36102fb76
[ "Apache-2.0" ]
null
null
null
README.md
cenurv/auto_api
e85ca3592cdda1f2267b56e3ee53f0f36102fb76
[ "Apache-2.0" ]
null
null
null
# Rest Api Builder This library helps to create Plug compatible Rest API routers that can be manually created or generated based upon a Resource Provider library. ## Provider Implementations * [rest_api_builder_essp](https://hex.pm/packages/rest_api_builder_essp) - Implements a resource provider based upon the [Ect...
30.657588
192
0.745463
eng_Latn
0.975024
6baf33951e1ad232a8930be41a57216588d69c04
2,058
md
Markdown
Example_V-REP-YouBot-Demo-master_chauby/README.md
dongilc/symbolic_modern_robotics
2439f26cdc29e73f12a82c7c1e0ac8b4ddc5a353
[ "BSD-2-Clause" ]
null
null
null
Example_V-REP-YouBot-Demo-master_chauby/README.md
dongilc/symbolic_modern_robotics
2439f26cdc29e73f12a82c7c1e0ac8b4ddc5a353
[ "BSD-2-Clause" ]
null
null
null
Example_V-REP-YouBot-Demo-master_chauby/README.md
dongilc/symbolic_modern_robotics
2439f26cdc29e73f12a82c7c1e0ac8b4ddc5a353
[ "BSD-2-Clause" ]
null
null
null
# V-REP-YouBot-Demo 基于V-REP平台的入门级教程及Demo,从零开始学习如何在V-REP平台上进行机器人的仿真和交互。我们定了一个小目标,完成一个Demo。使用官方提供的KUKA公司的YouBot机器人模型来实验机器人的感知和控制过程,控制机器人从A点抓取物品,然后移动到B点将物品放置在B点的工作台上,这其中涉及到V-REP环境中的机器人感知和控制过程。 ![image](https://github.com/chauby/V-REP-YouBot-Demo/blob/master/Kuka-YouBot.png) 本项目是在CoppeliaSim 4.1版本的软件上测试的,由于最新的软件版本是Coppe...
23.930233
169
0.816812
yue_Hant
0.910018
6baf449c10e74a03f374e9b256718ae64ec7a2bf
12,441
md
Markdown
treebanks/fr_gsd/fr_gsd-pos-PART.md
EmanuelUHH/docs
641bd749c85e54e841758efa7084d8fdd090161a
[ "Apache-2.0" ]
null
null
null
treebanks/fr_gsd/fr_gsd-pos-PART.md
EmanuelUHH/docs
641bd749c85e54e841758efa7084d8fdd090161a
[ "Apache-2.0" ]
null
null
null
treebanks/fr_gsd/fr_gsd-pos-PART.md
EmanuelUHH/docs
641bd749c85e54e841758efa7084d8fdd090161a
[ "Apache-2.0" ]
null
null
null
--- layout: base title: 'Statistics of PART in UD_French-GSD' udver: '2' --- ## Treebank Statistics: UD_French-GSD: POS Tags: `PART` There are 16 `PART` lemmas (0%), 17 `PART` types (0%) and 139 `PART` tokens (0%). Out of 17 observed tags, the rank of `PART` is: 15 in number of lemmas, 16 in number of types and 16 i...
139.786517
1,905
0.657343
yue_Hant
0.361479
6baf938504c6922cd4f7d4bea3e87e3f133a42d6
921
md
Markdown
_posts/2013-08-21-2020-all-stars-episode-10.md
2020allstars/2020allstars.github.io
bde8c064c03a3c68aba4b35ff23f83b092839d40
[ "MIT" ]
null
null
null
_posts/2013-08-21-2020-all-stars-episode-10.md
2020allstars/2020allstars.github.io
bde8c064c03a3c68aba4b35ff23f83b092839d40
[ "MIT" ]
null
null
null
_posts/2013-08-21-2020-all-stars-episode-10.md
2020allstars/2020allstars.github.io
bde8c064c03a3c68aba4b35ff23f83b092839d40
[ "MIT" ]
null
null
null
--- layout: post title: 2020 All Stars - Episode 10 date: '2013-08-21T00:00:00+02:00' tags: - 2020 All Stars - xander bogaerts - mike trout - jose bautista - Fantasy Baseball - all asian team - hideo nomo - ichiro suzuki - kaz tumblr_url: http://2020allstars.tumblr.com/post/59187242641/2020-all-stars-episode-10 link: h...
41.863636
441
0.757872
eng_Latn
0.892514
6bb05509db90c3035ca5bf37d781a664a12babe8
8,290
md
Markdown
en/franchising.md
ultimatemovers/wafwaf
4bb70ff2b40eb65961da75cb0a7e91ab8153e433
[ "MIT" ]
null
null
null
en/franchising.md
ultimatemovers/wafwaf
4bb70ff2b40eb65961da75cb0a7e91ab8153e433
[ "MIT" ]
null
null
null
en/franchising.md
ultimatemovers/wafwaf
4bb70ff2b40eb65961da75cb0a7e91ab8153e433
[ "MIT" ]
null
null
null
--- hero_image: "/assets/images/franchising-uvodni-fotka-nerozmazana.jpg" big_title: Franchising subtitle: Strategic pillars of the company second_subtitle: So you want an original brand and become a business partner of a fast growing company? concept: - icon: "/uploads/2021/07/26/group-2184.svg" title: Innovative ...
44.569892
224
0.756454
eng_Latn
0.998639
6bb10158c145cc2f7f72c9f9a4fad598fd3fbe5f
1,150
md
Markdown
src/projects/2016-06-01-vibl.md
nonopolarity/personal-site
dfff9057956ae8e3027daeecb3347cfec7eeff22
[ "MIT" ]
null
null
null
src/projects/2016-06-01-vibl.md
nonopolarity/personal-site
dfff9057956ae8e3027daeecb3347cfec7eeff22
[ "MIT" ]
24
2020-02-04T03:42:18.000Z
2022-02-27T23:25:16.000Z
src/projects/2016-06-01-vibl.md
nonopolarity/personal-site
dfff9057956ae8e3027daeecb3347cfec7eeff22
[ "MIT" ]
1
2021-03-18T10:09:33.000Z
2021-03-18T10:09:33.000Z
--- title: Project Vibl excerpt: "A Feedback tool for Web developers to improve the accessibility of applications they build." tags: [project, accessibility] date: "2016-06-01" author: "Chih-Ching Chang" path: "/vibl" --- Vibl is a chrome extension for web developers to improve the accessibility of applications they b...
76.666667
642
0.876522
yue_Hant
0.269353
6bb13a8151131040390ad7fafdb47150678608c1
324
md
Markdown
README.md
wildsparx/rhythatom
415e0d772b3e4fd59b5d182be05da6d1b6ae2ece
[ "MIT" ]
10
2017-11-14T05:38:27.000Z
2017-11-18T19:08:05.000Z
README.md
wildsparx/rhythatom
415e0d772b3e4fd59b5d182be05da6d1b6ae2ece
[ "MIT" ]
1
2017-11-14T05:56:24.000Z
2017-11-20T21:44:12.000Z
README.md
wildsparx/rhythatom
415e0d772b3e4fd59b5d182be05da6d1b6ae2ece
[ "MIT" ]
1
2018-09-23T10:09:57.000Z
2018-09-23T10:09:57.000Z
# rhythatom Plays chord progressions in your browser. Copyright (C) 2017 Asher Blum; http://wildsparx.com * Try it at http://wildsparx.com/rhythatom * Works on Chrome/Chromium * Chords are expressed Nashville-style as 1-7 * Based on metronome code by Chris Wilson - https://github.com/cwilso ### Hacking See HACKING.tx...
23.142857
69
0.756173
eng_Latn
0.459158
6bb1725a5a2e5553d3a9c943f0f2cc45602e3f65
2,134
md
Markdown
_posts/2018-02-05-Week-3-Yr8.md
Aayushstar123/aayushstar123.github.io
e252a14d5c9378614a864b78d9a3bc9cc8dce1b3
[ "MIT" ]
null
null
null
_posts/2018-02-05-Week-3-Yr8.md
Aayushstar123/aayushstar123.github.io
e252a14d5c9378614a864b78d9a3bc9cc8dce1b3
[ "MIT" ]
null
null
null
_posts/2018-02-05-Week-3-Yr8.md
Aayushstar123/aayushstar123.github.io
e252a14d5c9378614a864b78d9a3bc9cc8dce1b3
[ "MIT" ]
null
null
null
--- title: Week 3 layout: post author: aayush.mukherjee permalink: /week-3-yr8/ source-id: 1pIDZxqqoTOmL7z7RYKb3pkxON940T-j7tTJZp7wqKNQ published: true --- <table> <tr> <td>Title</td> <td>Fuze Box Lesson 3</td> <td>Date</td> <td>5/2/18</td> </tr> </table> <table> <tr> <td>Starting point:</t...
34.983607
417
0.685098
eng_Latn
0.99763
6bb20b58b4de068e22e7218b9d142221bfb9983e
2,944
markdown
Markdown
_posts/2014/2014-11-06-dna-shearing-oly-oyster-gdna-rad-p1-adapters-from-20141105.markdown
AidanCox12/Aidans_Journal
6bc80960ae7cc3f81aa097382d7c0bcc63f0c9f9
[ "MIT" ]
null
null
null
_posts/2014/2014-11-06-dna-shearing-oly-oyster-gdna-rad-p1-adapters-from-20141105.markdown
AidanCox12/Aidans_Journal
6bc80960ae7cc3f81aa097382d7c0bcc63f0c9f9
[ "MIT" ]
null
null
null
_posts/2014/2014-11-06-dna-shearing-oly-oyster-gdna-rad-p1-adapters-from-20141105.markdown
AidanCox12/Aidans_Journal
6bc80960ae7cc3f81aa097382d7c0bcc63f0c9f9
[ "MIT" ]
5
2019-12-18T06:47:34.000Z
2022-03-15T23:47:41.000Z
--- author: kubu4 comments: true date: 2014-11-06 17:17:03+00:00 layout: post slug: dna-shearing-oly-oyster-gdna-rad-p1-adapters-from-20141105 title: DNA Shearing & Size Selection - Oly Oyster gDNA RAD P1 Adapters (from 20141105) wordpress_id: 89 author: - kubu4 categories: - Olympia oyster reciprocal transplant ta...
24.131148
172
0.748641
eng_Latn
0.955105
6bb27ce924da8ac8144ad380620ec3564fcaee84
2,232
md
Markdown
_datasets/French_PolynesiaMusso_2013_PATHOGENS_AND_GLOBAL_HEALTH_Eosinophil_blood_count_pgh-107-02-096.md
DanielBaird/jkan
bd09f837562c0856cc1290509157be5d424768de
[ "MIT" ]
null
null
null
_datasets/French_PolynesiaMusso_2013_PATHOGENS_AND_GLOBAL_HEALTH_Eosinophil_blood_count_pgh-107-02-096.md
DanielBaird/jkan
bd09f837562c0856cc1290509157be5d424768de
[ "MIT" ]
null
null
null
_datasets/French_PolynesiaMusso_2013_PATHOGENS_AND_GLOBAL_HEALTH_Eosinophil_blood_count_pgh-107-02-096.md
DanielBaird/jkan
bd09f837562c0856cc1290509157be5d424768de
[ "MIT" ]
null
null
null
--- schema: pacelf title: Relevance of the eosinophil blood count in bancroftian filariasis as a screening tool for the treatment organization: Musso, D. notes: BACKGROUND Lymphatic filariasis constitutes a major public health issue in French Polynesia. Diagnosis has been revolutionized with the availability of circul...
85.846154
1,546
0.823029
eng_Latn
0.996221
6bb30e5241832c0746ace0281c6c8b365da982e1
226
md
Markdown
README.md
PemaS03/LCA-lobster
e0dd911c9ed711ea29f0ec5522a19d4c82db4a83
[ "MIT" ]
null
null
null
README.md
PemaS03/LCA-lobster
e0dd911c9ed711ea29f0ec5522a19d4c82db4a83
[ "MIT" ]
null
null
null
README.md
PemaS03/LCA-lobster
e0dd911c9ed711ea29f0ec5522a19d4c82db4a83
[ "MIT" ]
null
null
null
# LCA-lobster #LCA of Maine and Nova Scotia Lobster #Title - Summary of: Life cycle assessment of the Maine and southwest Nova Scotia lobster industries #Includes Introduction, Methods and Results & Conclusion. #Made using R.
37.666667
100
0.792035
eng_Latn
0.722351
6bb34b3a165476d499d68ab969c1c70dbd17d79f
614
md
Markdown
website/blog/2018-08-27-node-casbin.md
foxzero-007/casbin-website
b9baded48bcb32e98aa2a3c0158bb9bddd39b571
[ "Apache-2.0", "CC-BY-4.0" ]
37
2018-08-12T15:33:17.000Z
2022-03-25T03:57:13.000Z
website/blog/2018-08-27-node-casbin.md
foxzero-007/casbin-website
b9baded48bcb32e98aa2a3c0158bb9bddd39b571
[ "Apache-2.0", "CC-BY-4.0" ]
267
2018-08-31T01:27:29.000Z
2022-03-28T14:55:39.000Z
website/blog/2018-08-27-node-casbin.md
foxzero-007/casbin-website
b9baded48bcb32e98aa2a3c0158bb9bddd39b571
[ "Apache-2.0", "CC-BY-4.0" ]
173
2018-09-14T09:41:12.000Z
2022-03-31T15:32:50.000Z
--- title: node-Casbin: New Member of Casbin Family author: Zixuan Liu authorTitle: Casbin Maintainer authorURL: http://github.com/nodece authorImageURL: https://avatars.githubusercontent.com/nodece --- Today, we successfully ported Casbin to Node.js, which is named as: [node-Casbin](https://github.com/casbin/node-cas...
32.315789
92
0.775244
eng_Latn
0.959232
6bb36492f1875cb5f6f0c4fd538c0224ea84dd45
1,516
md
Markdown
README.md
shawalarik/alarik-app
1230d9e3c1a265902f649a0e8754431f14a387ec
[ "MIT" ]
null
null
null
README.md
shawalarik/alarik-app
1230d9e3c1a265902f649a0e8754431f14a387ec
[ "MIT" ]
null
null
null
README.md
shawalarik/alarik-app
1230d9e3c1a265902f649a0e8754431f14a387ec
[ "MIT" ]
null
null
null
# 🍁🍁🍁 alarik-app # Begonia for Vue 3 + Typescript + Vite Begonia is a learning warehouse, recorded by Alarikshaw and Lorelei. It aims to provide a goal for learning. Our plan is similar to Jingwei reclamation. The early stage is definitely tortuous, difficult, and ineffective, but we will always Persevere until th...
52.275862
491
0.761873
eng_Latn
0.964247
6bb3e29cff8cdb9baa5c3bb984b51ed53056de54
579
md
Markdown
README.md
sensebox/openSenseMap-infrastructure
872ed84067e218e550029fe7cd2b5b70d302172a
[ "MIT" ]
1
2018-10-29T13:38:36.000Z
2018-10-29T13:38:36.000Z
README.md
sensebox/openSenseMap-infrastructure
872ed84067e218e550029fe7cd2b5b70d302172a
[ "MIT" ]
1
2018-02-16T19:16:47.000Z
2018-04-19T10:16:44.000Z
README.md
sensebox/openSenseMap-infrastructure
872ed84067e218e550029fe7cd2b5b70d302172a
[ "MIT" ]
null
null
null
# Managing senseBox infrastructure After cloning, run `git submodule init`. If you want to update the docker-compose submodule, run `git submodule update --remote` This repository contains tools to provision and manage an openSenseMap instances: - ansible playbook - terraform configuration - docker-compose configurat...
38.6
128
0.792746
eng_Latn
0.994451
6bb411fd3849076c34d7b19394828b4d5dc51b23
702
md
Markdown
iredis/data/commands/auth.md
lyqscmy/iredis
6565ad33b74bc1408b7554f319f6ae2f13a33b50
[ "BSD-3-Clause" ]
null
null
null
iredis/data/commands/auth.md
lyqscmy/iredis
6565ad33b74bc1408b7554f319f6ae2f13a33b50
[ "BSD-3-Clause" ]
null
null
null
iredis/data/commands/auth.md
lyqscmy/iredis
6565ad33b74bc1408b7554f319f6ae2f13a33b50
[ "BSD-3-Clause" ]
null
null
null
Request for authentication in a password-protected Redis server. Redis can be instructed to require a password before allowing clients to execute commands. This is done using the `requirepass` directive in the configuration file. If `password` matches the password in the configuration file, the server replies with the...
41.294118
80
0.799145
eng_Latn
0.999551
6bb4bd9b4485f037146f3eb6b8e2c37aa0ff78e0
2,156
md
Markdown
src/en/2018-01-er/04/03.md
PrJared/sabbath-school-lessons
94a27f5bcba987a11a698e5e0d4279b81a68bc9a
[ "MIT" ]
68
2016-10-30T23:17:56.000Z
2022-03-27T11:58:16.000Z
src/en/2018-01-er/04/03.md
PrJared/sabbath-school-lessons
94a27f5bcba987a11a698e5e0d4279b81a68bc9a
[ "MIT" ]
367
2016-10-21T03:50:22.000Z
2022-03-28T23:35:25.000Z
src/en/2018-01-er/04/03.md
OsArts/Bible-study
cfcefde42e21795e217d192a8b7a703ebb7a6c01
[ "MIT" ]
109
2016-08-02T14:32:13.000Z
2022-03-31T10:18:41.000Z
--- title: Studying the Bible date: 22/01/2018 --- More than 6 billion Bibles have been given out all over the whole earth. That is a lot of Bibles! But how many people who have those Bibles believe that the Bible is the real Word of the living God? And how many people read those Bibles with sincere hearts that are...
134.75
585
0.762523
eng_Latn
0.999867
6bb4f3549e88d1c09abb8ad8b97e8efd391380e2
458
md
Markdown
content/german/components/_index.md
FHNW-IP5-IP6/CrowPiGoesJavaTutorial
6219521b01786b5ac8c03c15f5313cc483d9a64e
[ "Apache-2.0" ]
null
null
null
content/german/components/_index.md
FHNW-IP5-IP6/CrowPiGoesJavaTutorial
6219521b01786b5ac8c03c15f5313cc483d9a64e
[ "Apache-2.0" ]
6
2021-05-10T10:33:36.000Z
2021-09-09T13:32:37.000Z
content/german/components/_index.md
FHNW-IP5-IP6/CrowPiGoesJavaTutorial
6219521b01786b5ac8c03c15f5313cc483d9a64e
[ "Apache-2.0" ]
null
null
null
--- title: Komponenten weight: 30 pre: "<b>3. </b>" chapter: true --- ### Kapitel 3 # Komponenten Der CrowPi verfügt über eine besonders grosse Anzahl von Sensoren und Aktoren, um allerlei Projekte zu ermöglichen und der Kreativität freien Lauf zu lassen. Die nachfolgenden Unterseiten beziehen sich jeweils auf eine...
30.533333
141
0.78821
deu_Latn
0.999866
6bb5efe0621adcdd6978ef2734f89e79110f165b
1,661
md
Markdown
blog/_posts/2015-07-20-sismid-course.md
rflachlan/rflachlan.github.io
716a44d17e6d8df4a77402f7a8a26c0233de8926
[ "Unlicense", "MIT" ]
53
2015-03-04T20:47:04.000Z
2022-03-03T07:30:55.000Z
blog/_posts/2015-07-20-sismid-course.md
rflachlan/rflachlan.github.io
716a44d17e6d8df4a77402f7a8a26c0233de8926
[ "Unlicense", "MIT" ]
18
2016-08-19T17:18:43.000Z
2022-03-08T20:19:00.000Z
blog/_posts/2015-07-20-sismid-course.md
rflachlan/rflachlan.github.io
716a44d17e6d8df4a77402f7a8a26c0233de8926
[ "Unlicense", "MIT" ]
141
2015-03-02T00:06:30.000Z
2022-02-18T16:11:19.000Z
--- layout: post title: Pathogen evolution, selection and immunity link: /projects/sismid/ author: Trevor Bedford image: /images/blog/wright_fisher.png --- This week, [Sarah Cobey](http://cobeylab.uchicago.edu/) and I are co-teaching a short course on "Pathogen evolution, selection and immunity" for the 2015 [Summer I...
138.416667
767
0.803733
eng_Latn
0.992855
6bb8e7410f3d0043b20c7a9b6a444f00683a2ed6
4,188
md
Markdown
README.md
EmilHvitfeldt/ggshapes
f9cd15572fe7c05b6b408f4f384610725338bd94
[ "MIT" ]
23
2019-03-06T20:28:05.000Z
2022-01-29T02:44:16.000Z
README.md
EmilHvitfeldt/ggshapes
f9cd15572fe7c05b6b408f4f384610725338bd94
[ "MIT" ]
1
2020-02-28T18:16:20.000Z
2020-02-28T18:16:20.000Z
README.md
EmilHvitfeldt/ggshapes
f9cd15572fe7c05b6b408f4f384610725338bd94
[ "MIT" ]
null
null
null
<!-- README.md is generated from README.Rmd. Please edit that file --> # ggshapes <!-- badges: start --> [![Travis build status](https://travis-ci.org/EmilHvitfeldt/ggshapes.svg?branch=master)](https://travis-ci.org/EmilHvitfeldt/ggshapes) <!-- badges: end --> The goal of ggshapes is to add more shapes such and st...
29.083333
118
0.663563
eng_Latn
0.931399
6bb927acfdbd3b7bcb286f54b2c99749827fb207
4,888
md
Markdown
README.md
DigitallyBorn/box-windows-sdk-v2
c51e9db173ac7ad6763d08f64690d439763d703e
[ "Apache-2.0" ]
null
null
null
README.md
DigitallyBorn/box-windows-sdk-v2
c51e9db173ac7ad6763d08f64690d439763d703e
[ "Apache-2.0" ]
null
null
null
README.md
DigitallyBorn/box-windows-sdk-v2
c51e9db173ac7ad6763d08f64690d439763d703e
[ "Apache-2.0" ]
null
null
null
Box Windows V2 SDK ================== Windows SDK for v2 of the Box API. The SDK is built upon the Portable Class Library and targets the following frameworks: .NET for Windows Store apps, .NET Framework 4.0, Silverlight 4 and higher, Windows Phone 7.5 and higher. ###Prerequisites * Git * Visual Studio 2012 w/ Upd...
33.479452
252
0.746727
eng_Latn
0.945375
6bb9b85035f955cbbc07e20fab052348e991bb2a
667
md
Markdown
sdk-setup/README.md
thinger-io/Docs
2052f6aab4bb115eae30d7cd55215c21653ae62f
[ "MIT" ]
68
2016-01-03T14:42:35.000Z
2022-02-25T11:43:16.000Z
sdk-setup/README.md
thinger-io/Docs
2052f6aab4bb115eae30d7cd55215c21653ae62f
[ "MIT" ]
11
2017-01-12T22:33:29.000Z
2020-07-01T19:27:01.000Z
sdk-setup/README.md
thinger-io/Docs
2052f6aab4bb115eae30d7cd55215c21653ae62f
[ "MIT" ]
35
2016-02-01T21:24:05.000Z
2022-01-29T05:45:17.000Z
# SDK SETUP Currently there are two main alternatives to develop with Arduino Compatible devices in Thinger.io. The first one is based on the well-known Arduino IDE, and the second one is Visual Studio Code with PlatformIO. In Thinger.io we recommend using **Visual Studio Code**, as it provides a better editor, code ...
29
211
0.749625
eng_Latn
0.970554
6bbad34d091fd1341cdd4f892a193cb561e5f94a
60
md
Markdown
README.md
luispozas/SER
ebb9810837c5a2df147eb256e58de0e52b25d21a
[ "MIT" ]
null
null
null
README.md
luispozas/SER
ebb9810837c5a2df147eb256e58de0e52b25d21a
[ "MIT" ]
null
null
null
README.md
luispozas/SER
ebb9810837c5a2df147eb256e58de0e52b25d21a
[ "MIT" ]
null
null
null
# SER Repositorio para las prácticas de Seguridad en Redes.
20
53
0.8
spa_Latn
0.960354
6bbb3c18867017dc7f25686107496879e57c44d9
10,990
md
Markdown
articles/mysql/flexible-server/concepts-audit-logs.md
pmsousa/azure-docs.pt-pt
bc487beff48df00493484663c200e44d4b24cb18
[ "CC-BY-4.0", "MIT" ]
15
2017-08-28T07:46:17.000Z
2022-02-03T12:49:15.000Z
articles/mysql/flexible-server/concepts-audit-logs.md
pmsousa/azure-docs.pt-pt
bc487beff48df00493484663c200e44d4b24cb18
[ "CC-BY-4.0", "MIT" ]
407
2018-06-14T16:12:48.000Z
2021-06-02T16:08:13.000Z
articles/mysql/flexible-server/concepts-audit-logs.md
pmsousa/azure-docs.pt-pt
bc487beff48df00493484663c200e44d4b24cb18
[ "CC-BY-4.0", "MIT" ]
17
2017-10-04T22:53:31.000Z
2022-03-10T16:41:59.000Z
--- title: Registos de auditoria - Base de Dados Azure para MySQL - Servidor Flexível description: Descreve os registos de auditoria disponíveis na Base de Dados Azure para o MySQL Flexible Server. author: savjani ms.author: pariks ms.service: mysql ms.topic: conceptual ms.date: 9/21/2020 ms.openlocfilehash: 1232a0753c...
54.405941
621
0.742766
por_Latn
0.966381
6bbb4d9adc9e66c0d48e368267c0aa962fe9eb7a
36
md
Markdown
File/12_Network_Analysis.md
huiquanR/RCodes2020
9b9fe92b29b637cd84596af4c41262d7e2bd69fa
[ "MIT" ]
1
2020-05-14T03:59:02.000Z
2020-05-14T03:59:02.000Z
File/12_Network_Analysis.md
huiquanR/RCodes2020
9b9fe92b29b637cd84596af4c41262d7e2bd69fa
[ "MIT" ]
null
null
null
File/12_Network_Analysis.md
huiquanR/RCodes2020
9b9fe92b29b637cd84596af4c41262d7e2bd69fa
[ "MIT" ]
null
null
null
# 12. Social Network Analysis ##
6
29
0.638889
kor_Hang
0.419473
6bbd180362c9b02ffab479f94af16143b7d12450
5,966
md
Markdown
roles/splunk-universal-forwarder/README.md
alias454/ansible-splunk-playbook
84d7773b9fb8827a17d35aef54e0e2eb4323ed9c
[ "OpenSSL" ]
33
2018-05-24T15:50:24.000Z
2022-03-24T12:35:22.000Z
roles/splunk-universal-forwarder/README.md
Mojito2110/ansible-splunk-playbook
84d7773b9fb8827a17d35aef54e0e2eb4323ed9c
[ "OpenSSL" ]
null
null
null
roles/splunk-universal-forwarder/README.md
Mojito2110/ansible-splunk-playbook
84d7773b9fb8827a17d35aef54e0e2eb4323ed9c
[ "OpenSSL" ]
26
2018-08-01T19:10:04.000Z
2022-03-04T14:21:53.000Z
# Universal Forwarder Overview and Purpose Forwarders are Splunk Enterprise instances that receive data inputs and then consolidate the data prior to sending it on to a Splunk Enterprise indexer. Forwarders come in two flavors **Universal Forwarders** and **Heavy Forwarders** but this role only manages the former. Un...
46.248062
183
0.756118
eng_Latn
0.957593
6bbebe74b9e532b0bfdc7182c8f2bb086af8624b
4,676
md
Markdown
src/edgeagent_vars.md
rangv/iotedge-k8s-doc
bfb042560eca4b3fef00ddee8b55896e99f53fcc
[ "CC-BY-4.0", "MIT" ]
1
2021-06-06T05:22:59.000Z
2021-06-06T05:22:59.000Z
src/edgeagent_vars.md
Kasisrinivasan/iotedge-k8s-doc
3883ae12e3f21fba9507a107bf55f508473aae7a
[ "CC-BY-4.0", "MIT" ]
null
null
null
src/edgeagent_vars.md
Kasisrinivasan/iotedge-k8s-doc
3883ae12e3f21fba9507a107bf55f508473aae7a
[ "CC-BY-4.0", "MIT" ]
1
2020-07-30T13:35:25.000Z
2020-07-30T13:35:25.000Z
Edge agent can be configured with various environment variables as described below | Variable Name | Value ...
246.105263
466
0.318862
eng_Latn
0.942281
6bbf100d9884420672054abab31b9d4d3d5da27b
8,185
md
Markdown
content/zh/docs/Developerguide/PG_LARGEOBJECT.md
opengauss-mirror/docs
869e517825cf56059243a7104f5e4fa6fc490e69
[ "MIT" ]
8
2020-07-01T07:14:05.000Z
2022-03-08T09:20:56.000Z
content/zh/docs/Developerguide/PG_LARGEOBJECT.md
opengauss-mirror/docs
869e517825cf56059243a7104f5e4fa6fc490e69
[ "MIT" ]
null
null
null
content/zh/docs/Developerguide/PG_LARGEOBJECT.md
opengauss-mirror/docs
869e517825cf56059243a7104f5e4fa6fc490e69
[ "MIT" ]
6
2020-07-01T15:40:22.000Z
2021-05-28T07:43:19.000Z
# PG\_LARGEOBJECT<a name="ZH-CN_TOPIC_0289900221"></a> PG\_LARGEOBJECT系统表保存那些标记着“大对象”的数据。一个大对象是使用其创建时分配的OID标识的。每个大对象都分解成足够小的小段或者“页面”以便以行的形式存储在PG\_LARGEOBJECT里。每页的数据定义为LOBLKSIZE。 需要有系统管理员权限才可以访问此系统表。 **表 1** PG\_LARGEOBJECT字段 <a name="zh-cn_topic_0283136584_zh-cn_topic_0237122298_zh-cn_topic_0059777745_t9c6d262f232...
157.403846
563
0.851558
yue_Hant
0.369495
6bbfd5ef46b1bed64e9dc4fc0d94aa7c300a2d72
704
md
Markdown
README.md
forsnos-portfolio/notes-express
73e147241762c7e736f371a6b760ec8c638b6ea5
[ "MIT" ]
null
null
null
README.md
forsnos-portfolio/notes-express
73e147241762c7e736f371a6b760ec8c638b6ea5
[ "MIT" ]
null
null
null
README.md
forsnos-portfolio/notes-express
73e147241762c7e736f371a6b760ec8c638b6ea5
[ "MIT" ]
null
null
null
# notes-express Заметка — это текстовое поле, длиной до 1000 символов. Заметок у пользователя может быть неограниченное количество. Заметки принадлежат конкретному пользователю, который их создал. Их можно создавать, редактировать, удалять. У заметок надо хранить дату создания и изменения. Пользователь может расшарить ...
176
447
0.832386
rus_Cyrl
0.992882
6bc24f5821fc65821c92b1af4083559bf47fca28
51
md
Markdown
README.md
TwizeZ/quiz_app
40a1bcacd354ab96f9484ede069b6f0499355ff8
[ "MIT" ]
null
null
null
README.md
TwizeZ/quiz_app
40a1bcacd354ab96f9484ede069b6f0499355ff8
[ "MIT" ]
null
null
null
README.md
TwizeZ/quiz_app
40a1bcacd354ab96f9484ede069b6f0499355ff8
[ "MIT" ]
null
null
null
# quiz_app A Quiz Application in Python. PRRPRR01.
17
39
0.784314
kor_Hang
0.711201
6bc4a4deccc2fa8a0d3654f690ca9598b37f7fdb
3,110
markdown
Markdown
vi/.vim/bundle/vim-transpose/README.markdown
noijd/.dot
2a0f527c96c3cd7956a81bcb116326480b99bcae
[ "MIT" ]
null
null
null
vi/.vim/bundle/vim-transpose/README.markdown
noijd/.dot
2a0f527c96c3cd7956a81bcb116326480b99bcae
[ "MIT" ]
null
null
null
vi/.vim/bundle/vim-transpose/README.markdown
noijd/.dot
2a0f527c96c3cd7956a81bcb116326480b99bcae
[ "MIT" ]
null
null
null
This is a vim plugin that helps you transpose (in the sense of matrix transposition) blocks of text, words, delimited text, or lines that you can tokenize with a custom pattern. vim-transpose is written in pure VimL (no need for Python nor Perl). ![Transposition examples](https://github.com/salsifis/vim-transpose/blo...
37.02381
110
0.761736
eng_Latn
0.998651
6bc7fe9a64f6d119c945a7ec8ffa6550e1ededcc
1,318
md
Markdown
_posts/05.Linux/2017-11-06-기본 명령어.md
binary-park/binary-park.github.io
096ee7ece9f06d213de15f2cbe9627acefa6d7f2
[ "BSD-3-Clause", "MIT" ]
null
null
null
_posts/05.Linux/2017-11-06-기본 명령어.md
binary-park/binary-park.github.io
096ee7ece9f06d213de15f2cbe9627acefa6d7f2
[ "BSD-3-Clause", "MIT" ]
null
null
null
_posts/05.Linux/2017-11-06-기본 명령어.md
binary-park/binary-park.github.io
096ee7ece9f06d213de15f2cbe9627acefa6d7f2
[ "BSD-3-Clause", "MIT" ]
null
null
null
--- title: "기본명령어" categories: Linux tags: linux comments: true --- ### 동작 그만 <kbd>Ctrl + C</kbd> 실행중인 명령을 강제로 중단한다. ### 일시 정지 <kbd>Ctrl + Z</kbd> 명령을 일시적으로 정지한다. 일시 정지 상태에서 다른 명령을 내릴 수 있다. ### 파일 삭제 ```xml rm [option] [파일명 또는 디렉토리명] ``` > **option** > -r : 하위 디렉토리를 포함한 파일 전체 삭제 > -rf : 삭제할 것인지 ...
15.505882
54
0.502276
kor_Hang
1.00001
6bc922f6e552933def7cff634044dff42ad78d25
155
md
Markdown
README.md
DavKad/Currency-Browser
d681a8788b55771666271376b03d58f3b4918e95
[ "MIT" ]
null
null
null
README.md
DavKad/Currency-Browser
d681a8788b55771666271376b03d58f3b4918e95
[ "MIT" ]
null
null
null
README.md
DavKad/Currency-Browser
d681a8788b55771666271376b03d58f3b4918e95
[ "MIT" ]
null
null
null
# Currency-Browser Application which gather currencies data from the banks sites and you can convert, browse and find them in a quite good looking layout.
51.666667
135
0.812903
eng_Latn
0.999832
6bc9ad189fabee8559dd3adf62d0fcf83c2fa847
126
md
Markdown
_posts/0000-01-02-xentatron.md
xentatron/github-slideshow
88abf7d8b229c3986e690b680f3da0e548a2033c
[ "MIT" ]
null
null
null
_posts/0000-01-02-xentatron.md
xentatron/github-slideshow
88abf7d8b229c3986e690b680f3da0e548a2033c
[ "MIT" ]
5
2020-05-27T00:30:21.000Z
2022-02-26T08:13:21.000Z
_posts/0000-01-02-xentatron.md
xentatron/github-slideshow
88abf7d8b229c3986e690b680f3da0e548a2033c
[ "MIT" ]
null
null
null
--- layout: slide title: "Welcome to our second slide!" --- Did some changes on the new slide. Use the left arrow to go back!
18
37
0.706349
eng_Latn
0.999497
6bce03445af87a7213fcb8bf96a1c92538492cb4
1,025
md
Markdown
README.md
KeyToTech/XHabit
f47a76a388d4f17ea992b6f942ddee837936090c
[ "MIT" ]
2
2020-04-17T15:14:38.000Z
2020-04-17T15:14:57.000Z
README.md
KeyToTech/XHabit
f47a76a388d4f17ea992b6f942ddee837936090c
[ "MIT" ]
3
2019-08-21T10:06:38.000Z
2020-04-16T16:53:24.000Z
README.md
KeyToTech/XHabit
f47a76a388d4f17ea992b6f942ddee837936090c
[ "MIT" ]
null
null
null
# XHabit A new Flutter application. ## Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: - [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) - [Cookbook: Useful Flutter samples](https...
41
146
0.785366
eng_Latn
0.99212
6bce1ad5f0ccc499df31744eb0601c100f1b6c54
2,059
md
Markdown
README.md
GeopJr/SvelteGlass
7db2f3c598ac95e4160a9e4424874fdeacc5d3ff
[ "BSD-2-Clause" ]
1
2021-09-22T04:19:33.000Z
2021-09-22T04:19:33.000Z
README.md
GeopJr/SvelteGlass
7db2f3c598ac95e4160a9e4424874fdeacc5d3ff
[ "BSD-2-Clause" ]
null
null
null
README.md
GeopJr/SvelteGlass
7db2f3c598ac95e4160a9e4424874fdeacc5d3ff
[ "BSD-2-Clause" ]
null
null
null
<p align="center"> <img alt="svelteglass branding" src="https://i.imgur.com/6VtLFQU.png"> </p> <h4 align="center">Analyze Svelte Apps</h4> <p align="center"> <br /> <a href="https://github.com/marketplace/actions/action-accessibility"><img src="https://img.shields.io/badge/ACTION-ACCESSIBILITY-ff3e00.svg?style=...
38.849057
224
0.727538
eng_Latn
0.446465
6bcecd116c1323ee0c872c828ee20c246638f8f0
877
md
Markdown
src/readme/example.md
SeanJM/flatman-component
e83ed87147f21a8002f3c6589170d9c099eb7f7e
[ "MIT" ]
1
2017-01-12T09:40:34.000Z
2017-01-12T09:40:34.000Z
src/readme/example.md
SeanJM/flatman-component
e83ed87147f21a8002f3c6589170d9c099eb7f7e
[ "MIT" ]
null
null
null
src/readme/example.md
SeanJM/flatman-component
e83ed87147f21a8002f3c6589170d9c099eb7f7e
[ "MIT" ]
null
null
null
It must be initialized to add a facade to what ever constructor you are using. You don't need to include the function because the `facade` it creates will execute the methods on `this`. ```javascript const el = flatman.el; const proto = el('div').constructor.prototype; const methods = Object.keys(proto); Component.fa...
33.730769
188
0.722919
eng_Latn
0.99263
6bced71f404112ceb8af8513271c441238d4b7df
686
md
Markdown
wm-paper/index.md
watermelontools/wm-extension
2c9c14fa6c4f1f05ac3a0034f406ee6b3803f96c
[ "Apache-2.0" ]
81
2022-02-23T03:54:43.000Z
2022-03-31T19:03:20.000Z
wm-paper/index.md
watermelontools/wm-extension
2c9c14fa6c4f1f05ac3a0034f406ee6b3803f96c
[ "Apache-2.0" ]
22
2022-02-22T17:50:53.000Z
2022-03-30T22:46:22.000Z
wm-paper/index.md
watermelontools/wm-extension
2c9c14fa6c4f1f05ac3a0034f406ee6b3803f96c
[ "Apache-2.0" ]
15
2022-02-25T10:56:40.000Z
2022-03-30T21:21:16.000Z
# wm-extension by WatermelonTools ## Intro This is an extension to help coders understand code better. ## How to run this project - Open the repo on VSCode - ```npm i``` - Use the debugger to run - Press ```F5``` - Use the sidebar bug icon - Bring up the command palette (```CTRL+SHIFT+P```) and type "Start deb...
32.666667
80
0.72449
eng_Latn
0.830571
6bcee2e78213cf519c8c2d8ff9e9fa4d2db78671
31,837
md
Markdown
2AS/2AS19.md
GADSDA/shepherd-rod-bahasa
3f707a0d776d6debb6146d8047f8a297f9249ca2
[ "MIT" ]
null
null
null
2AS/2AS19.md
GADSDA/shepherd-rod-bahasa
3f707a0d776d6debb6146d8047f8a297f9249ca2
[ "MIT" ]
null
null
null
2AS/2AS19.md
GADSDA/shepherd-rod-bahasa
3f707a0d776d6debb6146d8047f8a297f9249ca2
[ "MIT" ]
null
null
null
. -- {2AS19 1} ### Naskah Untuk Berdoa #### BERBAGAI HIBURAN MENDATANGKAN KEBANJIRAN BERBAGAI GODAAN Bacaan kita pada hari ini dimulai pada halaman 54 dari buku Christ’s Object Lessons. _“Bahkan sidang pun, yang seharusnya menjadi tonggak dan lantai dari kebenaran, didapati sedang memajukan cinta kepada ke...
156.063725
1,773
0.808399
ind_Latn
0.934754
6bd08816e4e2794cbffe72c66bebb38c0089c2bd
726
md
Markdown
AlchemyInsights/microsoft-365-groups-faq.md
pebaum/OfficeDocs-AlchemyInsights-pr.hr-HR
843ac1d14d8b214d7526fe0bc4b7035c352038f8
[ "CC-BY-4.0", "MIT" ]
null
null
null
AlchemyInsights/microsoft-365-groups-faq.md
pebaum/OfficeDocs-AlchemyInsights-pr.hr-HR
843ac1d14d8b214d7526fe0bc4b7035c352038f8
[ "CC-BY-4.0", "MIT" ]
null
null
null
AlchemyInsights/microsoft-365-groups-faq.md
pebaum/OfficeDocs-AlchemyInsights-pr.hr-HR
843ac1d14d8b214d7526fe0bc4b7035c352038f8
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Najčešća pitanja o microsoft365 grupama ms.author: pebaum author: pebaum manager: mnirkhe ms.audience: Admin ms.topic: article ROBOTS: NOINDEX, NOFOLLOW localization_priority: Priority ms.collection: Adm_O365 ms.custom: - "1200024" - "5704" ms.openlocfilehash: 6d80a5f3ec4a63ec81ff73a720b183d4f2859d8a ms.sour...
30.25
166
0.80854
bos_Latn
0.206523
6bd08f36ab974a33c3caf2204086c781256122e0
56,285
md
Markdown
content/blog/76923426.md
ink-kin/gridsome-speech-fitness
acc1fdd988ddfdf3313decac65d5233bb18d790c
[ "MIT" ]
null
null
null
content/blog/76923426.md
ink-kin/gridsome-speech-fitness
acc1fdd988ddfdf3313decac65d5233bb18d790c
[ "MIT" ]
null
null
null
content/blog/76923426.md
ink-kin/gridsome-speech-fitness
acc1fdd988ddfdf3313decac65d5233bb18d790c
[ "MIT" ]
null
null
null
--- title: Теория и практика создания тренинга tags: books category: books excerpt: Конструирование новых тренингов – четкая последовательная технология created: 2013-12-24 image: ./images/old-books-436498_1920.jpg image_caption: Гули Тахировна Базарова Материал сайта speech fitness fun - Проект Фитнес речи — часть дви...
48.689446
168
0.814658
rus_Cyrl
0.992456
6bd1171ec1c46f558fde5225f3fdaa83227286f8
1,602
md
Markdown
_posts/2021-11-19-kurup-crossed-75-crores.md
FilmBiopsy-Official/filmbiopsy-official.github.io
18b9ceb30fc893cfa1041b903fd0e4b67b195305
[ "MIT" ]
null
null
null
_posts/2021-11-19-kurup-crossed-75-crores.md
FilmBiopsy-Official/filmbiopsy-official.github.io
18b9ceb30fc893cfa1041b903fd0e4b67b195305
[ "MIT" ]
null
null
null
_posts/2021-11-19-kurup-crossed-75-crores.md
FilmBiopsy-Official/filmbiopsy-official.github.io
18b9ceb30fc893cfa1041b903fd0e4b67b195305
[ "MIT" ]
null
null
null
--- title: Kurup has crossed 75 Crores Gross Worldwide author: Rajeev Kumar layout: post image: "/assets/images/post-images/kurupp/5.jpeg" categories: - Malayalam - Movies - Kurupp - BoxOffice tags: - Kurup Worldwide Gross - Kurup Worldwide Collection - Kurup Blockbuster description: Kurup directed by Srinath Raj...
38.142857
237
0.769663
eng_Latn
0.77143
6bd120f172d76d1c3b6507f8a8d370739a8ed4a9
395
md
Markdown
repository/Fuel-Preview.package/FLGraphViewBuilder.class/README.md
tesonep/Fuel
7f4d3697b31ae1f93a9ffe32b4c7f0cb8438e8f8
[ "MIT" ]
null
null
null
repository/Fuel-Preview.package/FLGraphViewBuilder.class/README.md
tesonep/Fuel
7f4d3697b31ae1f93a9ffe32b4c7f0cb8438e8f8
[ "MIT" ]
null
null
null
repository/Fuel-Preview.package/FLGraphViewBuilder.class/README.md
tesonep/Fuel
7f4d3697b31ae1f93a9ffe32b4c7f0cb8438e8f8
[ "MIT" ]
null
null
null
I add draw capabilities to analysis in FuelDebug package. Right-click a node for inspect it. Some examples: (FLAnalyzer newDefault setDebug; analysisFor: #((1) (2) (3) (4))) open. (FLAnalyzer newDefault setDebug; analysisFor: #((1) (2) (3) (4))) openPathsTo: 3. (FLAnalyzer newDefault setDebug; analysisFor:...
19.75
57
0.665823
kor_Hang
0.401911
6bd32a8e7a1fa249e762c91655f1695740971e19
121
md
Markdown
2_LeetCode/Quiz13/Seong/README.md
seong7/algorithm_study
24152f725b63db11b8cd4ad8116cd02523fb931a
[ "MIT" ]
2
2020-02-25T14:57:24.000Z
2020-03-12T12:11:29.000Z
2_LeetCode/Quiz13/Seong/README.md
seong7/algorithm_study
24152f725b63db11b8cd4ad8116cd02523fb931a
[ "MIT" ]
null
null
null
2_LeetCode/Quiz13/Seong/README.md
seong7/algorithm_study
24152f725b63db11b8cd4ad8116cd02523fb931a
[ "MIT" ]
null
null
null
## 412. Fizz Buzz 문제 : 배열 생성 문제 (3의 배수, 5의 배수, 공배수 일때는 특정 String 삽입) - ### Solution 1. #### 나의 코드 [>>](solution.js)
15.125
47
0.545455
kor_Hang
1.00001
6bd3f1bc16ae2eb76b4fdb983e0247fd2189ecea
1,652
md
Markdown
articles/stream-analytics/internal-error-codes.md
Microsoft/azure-docs.cs-cz
1e2621851bc583267d783b184f52dc4b853a058c
[ "CC-BY-4.0", "MIT" ]
6
2017-08-28T07:43:21.000Z
2022-01-04T10:32:24.000Z
articles/stream-analytics/internal-error-codes.md
MicrosoftDocs/azure-docs.cs-cz
1e2621851bc583267d783b184f52dc4b853a058c
[ "CC-BY-4.0", "MIT" ]
428
2018-08-23T21:35:37.000Z
2021-03-03T10:46:43.000Z
articles/stream-analytics/internal-error-codes.md
Microsoft/azure-docs.cs-cz
1e2621851bc583267d783b184f52dc4b853a058c
[ "CC-BY-4.0", "MIT" ]
16
2018-03-03T16:52:06.000Z
2021-12-22T09:52:44.000Z
--- title: Řešení potíží s kódy chyb Azure Stream Analytics description: Řešení potíží s Azure Stream Analytics problémy s kódy interních chyb. ms.author: sidram author: sidramadoss ms.topic: troubleshooting ms.date: 05/07/2020 ms.service: stream-analytics ms.openlocfilehash: ddea74997850ff080f6c82d55d1be3cfb851deda ms...
53.290323
373
0.809322
ces_Latn
0.988306
6bd52234805e2aa14eac70b748816198e77d100f
17
md
Markdown
readme.md
Drbin/thinkBlog
df45748a713f493a0c960eab9987698308d31e33
[ "Apache-2.0" ]
null
null
null
readme.md
Drbin/thinkBlog
df45748a713f493a0c960eab9987698308d31e33
[ "Apache-2.0" ]
null
null
null
readme.md
Drbin/thinkBlog
df45748a713f493a0c960eab9987698308d31e33
[ "Apache-2.0" ]
null
null
null
thinkphp5开发blog系统
17
17
1
deu_Latn
0.341236
6bd564ded8c1df5c415c913d3912293148fec1d0
457
md
Markdown
README.md
justinmc/parse-pdb-rust
71a46b929d28e90aa3016f094221ca10537e6d3b
[ "MIT" ]
3
2020-05-03T23:13:08.000Z
2021-05-16T09:29:38.000Z
README.md
justinmc/parse-pdb-rust
71a46b929d28e90aa3016f094221ca10537e6d3b
[ "MIT" ]
1
2021-02-16T19:36:00.000Z
2021-02-16T19:36:00.000Z
README.md
justinmc/parse-pdb-rust
71a46b929d28e90aa3016f094221ca10537e6d3b
[ "MIT" ]
1
2021-05-16T09:29:39.000Z
2021-05-16T09:29:39.000Z
# parse-pdb - A utility for reading molecular data into Rust An example of parsing molecular data from [PDB](https://www.rcsb.org/pdb/static.do?p=file_formats/pdb/index.html) files. See also the [JavaScript](https://github.com/justinmc/parse-pdb) version that this is based on. Are you working with PDB files in Rust? ...
65.285714
176
0.772429
eng_Latn
0.991305
6bd57a1abe0679543ffb1a68b502684da33b3639
48
md
Markdown
README.md
killzdesu/codejom
3f83369df4d937cff0b517cb11689cb7b42206ce
[ "MIT" ]
null
null
null
README.md
killzdesu/codejom
3f83369df4d937cff0b517cb11689cb7b42206ce
[ "MIT" ]
null
null
null
README.md
killzdesu/codejom
3f83369df4d937cff0b517cb11689cb7b42206ce
[ "MIT" ]
null
null
null
# codejom Codejom clone for educational purpose
16
37
0.833333
eng_Latn
0.995186
6bd6607ac03075f2c3a43a698ed984cfae934d5a
7,474
md
Markdown
README.md
clamytoe/pryce
d4e873d43500dfa778f5273f6a722fba90c6ab1d
[ "MIT" ]
null
null
null
README.md
clamytoe/pryce
d4e873d43500dfa778f5273f6a722fba90c6ab1d
[ "MIT" ]
null
null
null
README.md
clamytoe/pryce
d4e873d43500dfa778f5273f6a722fba90c6ab1d
[ "MIT" ]
null
null
null
# Python Price Researcher (*pryce*) > *PRYCE: When every penny counts!* ![Python version][python-version] ![Latest version][latest-version] [![GitHub issues][issues-image]][issues-url] [![GitHub forks][fork-image]][fork-url] [![GitHub Stars][stars-image]][stars-url] [![License][license-image]][license-url] NOTE: Thi...
64.991304
1,218
0.844661
yue_Hant
0.379671
6bd680ebff345f6a64441fb35be60b8a97bd2db5
29
md
Markdown
README.md
akshitkchandora/dpfinalcheck
4dff7810ac4144f81b1d87d7bf086796ba80f038
[ "MIT" ]
1
2020-05-06T07:54:32.000Z
2020-05-06T07:54:32.000Z
README.md
akshitkchandora/dpfinalcheck
4dff7810ac4144f81b1d87d7bf086796ba80f038
[ "MIT" ]
null
null
null
README.md
akshitkchandora/dpfinalcheck
4dff7810ac4144f81b1d87d7bf086796ba80f038
[ "MIT" ]
1
2020-08-09T08:03:33.000Z
2020-08-09T08:03:33.000Z
# dpfinalcheck dpfinalcheck
9.666667
14
0.827586
deu_Latn
0.925097
6bd6ed7d465b9f48ab5aa1870d64b5f1ecc0badc
523
md
Markdown
_posts/2013-12-31-whats-jekyll.md
lunayyko/lunayyko.github.com
9c6a04167a8f756edb0b0cfa8928636cb9a046e7
[ "MIT" ]
null
null
null
_posts/2013-12-31-whats-jekyll.md
lunayyko/lunayyko.github.com
9c6a04167a8f756edb0b0cfa8928636cb9a046e7
[ "MIT" ]
null
null
null
_posts/2013-12-31-whats-jekyll.md
lunayyko/lunayyko.github.com
9c6a04167a8f756edb0b0cfa8928636cb9a046e7
[ "MIT" ]
null
null
null
--- layout: post title: 지킬이란 무엇일까? --- [Jekyll](http://jekyllrb.com)은 정적인 사이트 생성기이고 다양한 형태와 사이즈의 간단하지만 파워풀한 웹사이트들을 만드는 오픈소스 툴이다. 출처 - [the project's readme](https://github.com/mojombo/jekyll/blob/master/README.markdown): > 지킬은 정적인 사이트 생성기이고 다양한 형태와 사이즈의 간단하지만 파워풀한 웹사이트들을 만드는 오픈소스 툴이다. 템플릿 디렉토리를 가지고 [...] 아파...
47.545455
208
0.713193
kor_Hang
1.00001
6bd7327e1618853fce81da1f90795400fe87a706
9,217
md
Markdown
book/src/tech/dev/formats/traffic_signals.md
michaelkirk/docs
94100be07d7a47bc22213802e0280e7b306ed79c
[ "Apache-2.0" ]
5
2021-01-31T23:28:25.000Z
2022-03-23T06:20:17.000Z
book/src/tech/dev/formats/traffic_signals.md
Robinlovelace/docs
5561fb0422611ada42ce8302472c7068fc2cc910
[ "Apache-2.0" ]
29
2021-01-31T23:53:28.000Z
2022-01-03T10:11:09.000Z
book/src/tech/dev/formats/traffic_signals.md
Robinlovelace/docs
5561fb0422611ada42ce8302472c7068fc2cc910
[ "Apache-2.0" ]
4
2021-07-02T19:08:21.000Z
2021-09-19T15:08:14.000Z
# Traffic signal data format A/B Street uses a JSON format to describe how a single intersection with traffic signals is configured. This format changes more frequently, but the software will automatically upgrade a signal described in an old format. This way, players can save their edits to a map and, months later, s...
45.628713
162
0.782359
eng_Latn
0.99965
6bd73acad7276b0a22d5d5a51f588f5f3531673d
6,297
md
Markdown
articles/azure-relay/ip-firewall-virtual-networks.md
Myhostings/azure-docs.tr-tr
536eaf3b454f181f4948041d5c127e5d3c6c92cc
[ "CC-BY-4.0", "MIT" ]
16
2017-08-28T08:29:36.000Z
2022-01-02T16:46:30.000Z
articles/azure-relay/ip-firewall-virtual-networks.md
Ahmetmaman/azure-docs.tr-tr
536eaf3b454f181f4948041d5c127e5d3c6c92cc
[ "CC-BY-4.0", "MIT" ]
470
2017-11-11T20:59:16.000Z
2021-04-10T17:06:28.000Z
articles/azure-relay/ip-firewall-virtual-networks.md
Ahmetmaman/azure-docs.tr-tr
536eaf3b454f181f4948041d5c127e5d3c6c92cc
[ "CC-BY-4.0", "MIT" ]
25
2017-11-11T19:39:08.000Z
2022-03-30T13:47:56.000Z
--- title: Azure Relay ad alanı için IP güvenlik duvarını yapılandırma description: Bu makalede, belirli IP adreslerinden Azure Relay ad alanlarına bağlantılara izin vermek için Güvenlik Duvarı kurallarının nasıl kullanılacağı açıklanır. ms.topic: article ms.date: 06/23/2020 ms.openlocfilehash: ad8feed5df49dcc4503226a5...
47.345865
480
0.710179
tur_Latn
0.999336
6bd73f9bfcd0c3ee24771605cb64d0e483c9ea6d
1,821
markdown
Markdown
_posts/2017-04-28-thesecretingredient.markdown
raffypanes/sqvalues
8d54f16571744205371f8215fdc9d0fc555e810d
[ "MIT" ]
null
null
null
_posts/2017-04-28-thesecretingredient.markdown
raffypanes/sqvalues
8d54f16571744205371f8215fdc9d0fc555e810d
[ "MIT" ]
null
null
null
_posts/2017-04-28-thesecretingredient.markdown
raffypanes/sqvalues
8d54f16571744205371f8215fdc9d0fc555e810d
[ "MIT" ]
null
null
null
--- layout: post title: "The Secret Ingredient In Sharing Your Faith." subtitle: "" date: 2017-04-28 18:00:00 author: "Team SQ" header-img: "img/week4/sqv-w4day5-pm.jpg" permalink: sqv-day28-thesecretingredient.html photo-by: "via iStock Photo." photo-link: "https://www.istockphoto.com/" --- <p...
79.173913
524
0.751785
eng_Latn
0.999341
6bd844f6095cf6cb6600fe56fbf53004bb4021fb
2,810
md
Markdown
README.md
atedja/go-multilock
31d195f255fb8e3d9561e7a15353d394aa274266
[ "Apache-2.0" ]
7
2017-03-13T09:30:46.000Z
2021-09-16T03:10:37.000Z
README.md
atedja/go-multilock
31d195f255fb8e3d9561e7a15353d394aa274266
[ "Apache-2.0" ]
2
2017-10-30T06:16:37.000Z
2019-10-18T12:31:04.000Z
README.md
atedja/go-multilock
31d195f255fb8e3d9561e7a15353d394aa274266
[ "Apache-2.0" ]
1
2020-02-10T09:22:17.000Z
2020-02-10T09:22:17.000Z
# Multilock [![Build Status](https://travis-ci.org/atedja/go-multilock.svg?branch=master)](https://travis-ci.org/atedja/go-multilock) Multilock allows you to obtain multiple locks without deadlock. It also uses strings as locks, which allows multiple goroutines to synchronize independently without having to share com...
24.434783
121
0.701068
eng_Latn
0.981048
6bd8c5262756ef51a8cae91a81646ff65ac3939d
2,971
md
Markdown
_posts/2018-09-23-Download-basic-machines-and-how-they-work.md
Kirsten-Krick/Kirsten-Krick
58994392de08fb245c4163dd2e5566de8dd45a7a
[ "MIT" ]
null
null
null
_posts/2018-09-23-Download-basic-machines-and-how-they-work.md
Kirsten-Krick/Kirsten-Krick
58994392de08fb245c4163dd2e5566de8dd45a7a
[ "MIT" ]
null
null
null
_posts/2018-09-23-Download-basic-machines-and-how-they-work.md
Kirsten-Krick/Kirsten-Krick
58994392de08fb245c4163dd2e5566de8dd45a7a
[ "MIT" ]
null
null
null
--- layout: post comments: true categories: Other --- ## Download Basic machines and how they work book Among these may be He didn't realize he was swinging the candlestick at Vanadium's face until he among the Chukches and had been nationalised by them. The place specialized in superb heartland food: meat loaf, list...
330.111111
2,865
0.777179
eng_Latn
0.999963
6bd9817e54c9e6b1a0d0e5f75f155c426190fe75
1,187
md
Markdown
gita/18-57.md
RaPaLearning/gita-begin
673b33541993b87d3153a3a51cd68497c0bc2648
[ "MIT" ]
null
null
null
gita/18-57.md
RaPaLearning/gita-begin
673b33541993b87d3153a3a51cd68497c0bc2648
[ "MIT" ]
null
null
null
gita/18-57.md
RaPaLearning/gita-begin
673b33541993b87d3153a3a51cd68497c0bc2648
[ "MIT" ]
1
2021-12-08T05:35:36.000Z
2021-12-08T05:35:36.000Z
## 18-57 ```shloka-sa चेतसा सर्व कर्माणि मयि संन्यस्य मत्परः । बुद्धियोगम् उपाश्रित्य मत् चित्तः सततम् भव ॥ ५७ ॥ ``` ```shloka-sa-hk cetasA sarva karmANi mayi saMnyasya matparaH | buddhiyogam upAzritya mat cittaH satatam bhava || 57 || ``` `संन्यस्य` `[saMnyasya]` Leaving `सर्व कर्माणि` `[sarva karmANi]` all acti...
43.962963
380
0.700084
eng_Latn
0.987223
6bd9d0b2caa789b7c3a378899be7421b07ce886d
3,074
md
Markdown
files/en-us/web/css/_doublecolon_slotted/index.md
liannemarie/content
6d614dad93f3e0dfd6acd58a44fd0b35a0b0ba6c
[ "OML", "CECILL-B", "RSA-MD" ]
null
null
null
files/en-us/web/css/_doublecolon_slotted/index.md
liannemarie/content
6d614dad93f3e0dfd6acd58a44fd0b35a0b0ba6c
[ "OML", "CECILL-B", "RSA-MD" ]
null
null
null
files/en-us/web/css/_doublecolon_slotted/index.md
liannemarie/content
6d614dad93f3e0dfd6acd58a44fd0b35a0b0ba6c
[ "OML", "CECILL-B", "RSA-MD" ]
null
null
null
--- title: '::slotted()' slug: Web/CSS/::slotted tags: - '::slotted' - CSS - Layout - Pseudo-element - Reference - Selector - Web browser-compat: css.selectors.slotted --- {{ CSSRef }} The **`::slotted()`** [CSS](/en-US/docs/Web/CSS) [pseudo-element](/en-US/docs/Web/CSS/Pseudo-elements) represents any el...
29.27619
296
0.666884
eng_Latn
0.762734
6bda297f199314921ed8a5103d60860fef4cda8f
865
md
Markdown
README.md
TeamAwsom/awsm-front-end
700affda10917789da947e9b6e7dcea4a5f44426
[ "MIT" ]
null
null
null
README.md
TeamAwsom/awsm-front-end
700affda10917789da947e9b6e7dcea4a5f44426
[ "MIT" ]
null
null
null
README.md
TeamAwsom/awsm-front-end
700affda10917789da947e9b6e7dcea4a5f44426
[ "MIT" ]
2
2018-07-25T00:48:39.000Z
2018-08-06T19:44:43.000Z
# awsm-front-end <!-- "precommit": "node tools upstream && npm run lint && npm run lint:styles && npm test", --> ### ### How to Run Dev Environment - Clone repo to working directory: ```git clone https://github.com/TeamAwsom/awsom-front-end.git``` - Install Dependencies: ```npm install``` - Start Dev Server: `...
19.659091
100
0.656647
eng_Latn
0.428586
6bdb3791cbe5e2fa41d46e380a9dc8e48200ea01
6,799
md
Markdown
book/ch10-team-structure.md
DivanteLtd/microservices-book
a9ffa6a5950f5439d514e67db86103a4cdb1c195
[ "MIT" ]
374
2017-07-24T07:56:03.000Z
2022-01-19T07:39:30.000Z
book/ch10-team-structure.md
SaifullahIlyas/microservices-book
a9ffa6a5950f5439d514e67db86103a4cdb1c195
[ "MIT" ]
31
2017-07-25T15:28:34.000Z
2022-03-26T16:48:45.000Z
book/ch10-team-structure.md
SaifullahIlyas/microservices-book
a9ffa6a5950f5439d514e67db86103a4cdb1c195
[ "MIT" ]
74
2017-07-24T12:54:02.000Z
2022-01-19T07:39:40.000Z
# Team Structure > Any organization that designs a system (defined more broadly here than just information systems) will inevitably produce a design whose structure is a copy of the organization's communication structure -- [Melvin Conway, April 1968](http://www.melconway.com/research/committees.html) I'd risk the st...
151.088889
904
0.804089
eng_Latn
0.998977
6bdb4dfeceacce1fbcfb8faf1dab757c2154c821
3,188
md
Markdown
README.md
DSorlov/express-versioned-router
cd3236ed1721dd207cb4063e13e989f38cb2d37a
[ "MIT" ]
null
null
null
README.md
DSorlov/express-versioned-router
cd3236ed1721dd207cb4063e13e989f38cb2d37a
[ "MIT" ]
null
null
null
README.md
DSorlov/express-versioned-router
cd3236ed1721dd207cb4063e13e989f38cb2d37a
[ "MIT" ]
null
null
null
![stability-stable](https://img.shields.io/badge/stability-stable-green.svg) ![version](https://img.shields.io/badge/version-1.0.0-green.svg) ![maintained](https://img.shields.io/maintenance/yes/2021.svg) [![maintainer](https://img.shields.io/badge/maintainer-daniel%20sörlöv-blue.svg)](https://github.com/DSorlov) [![Li...
43.081081
229
0.723024
eng_Latn
0.946053
6bdc3656dc826221171a5d5d41deeb2acf53048a
98
md
Markdown
README.md
avikjain02/5-lang-polyglot
9f21fc5b9357a222998455c1a615931478d694ba
[ "Apache-2.0" ]
6
2018-07-30T09:44:19.000Z
2020-12-07T08:31:14.000Z
README.md
avikjain02/5-lang-polyglot
9f21fc5b9357a222998455c1a615931478d694ba
[ "Apache-2.0" ]
1
2018-12-28T14:32:57.000Z
2018-12-28T14:32:57.000Z
README.md
avikjain02/5-lang-polyglot
9f21fc5b9357a222998455c1a615931478d694ba
[ "Apache-2.0" ]
3
2018-08-10T03:47:46.000Z
2021-04-14T12:47:37.000Z
# 5-lang-polyglot Weekly Code of famous algorithms in 5 Languages - C - C++ - Java - Python - php
12.25
47
0.693878
eng_Latn
0.86466
6bdc5de66ee80928dd7f73dd4be5051a940cfe21
789
md
Markdown
README.md
fresk-nc/VOX
e0974b55cf18121b7126e23c2d6c94412d02983f
[ "MIT" ]
193
2016-06-06T20:22:50.000Z
2022-02-14T17:00:33.000Z
README.md
koeningyou/VOX
9447856fa539ece524bd42ebda4c4f685c730571
[ "MIT" ]
3
2016-08-21T22:49:18.000Z
2019-03-20T18:21:11.000Z
README.md
koeningyou/VOX
9447856fa539ece524bd42ebda4c4f685c730571
[ "MIT" ]
26
2016-07-04T23:27:30.000Z
2022-02-14T17:00:44.000Z
# Audio player VOX [![Build Status](https://travis-ci.org/fresk-nc/VOX.svg?branch=master)](https://travis-ci.org/fresk-nc/VOX) This project is naive implementation of the famous player [VOX](https://coppertino.com/). It is with the aim to learn the [Electron](http://electron.atom.io/). ![screenshot](screenshot.png) ...
15.173077
107
0.671736
eng_Latn
0.906153
6bdc70617d36735432b7c9ae86ddeaf7077060ca
641
md
Markdown
README.md
mizchi-sandbox/k8s-skaffold-plg
bc4924ef28f54137b61870690987ff74b2e4f6f1
[ "MIT" ]
null
null
null
README.md
mizchi-sandbox/k8s-skaffold-plg
bc4924ef28f54137b61870690987ff74b2e4f6f1
[ "MIT" ]
7
2021-03-09T15:47:09.000Z
2022-02-18T08:22:40.000Z
README.md
mizchi-sandbox/k8s-skaffold-plg
bc4924ef28f54137b61870690987ff74b2e4f6f1
[ "MIT" ]
null
null
null
# k8s playground My k8s node websocket cluster playground - k8s - skaffold - node / socket.io - GKE - Cloud Memorystore ## How to use Edit `gcr.io/gcr.io/mizchi-k8s-plg/node-example` to your uploadable endpoint. ## Development local ```bash # run redis docker-compose up -d # client cd client && yarn install &&...
12.326923
77
0.681747
eng_Latn
0.681299
6bddb52b6de52e07c0cf5b113e813a9d30136f85
5,689
md
Markdown
README.md
ahmadchenwangxuesi/bukuceritauntukdia
7f62e11dba33ac0d5a11018bbfd042d153b66a34
[ "MIT" ]
null
null
null
README.md
ahmadchenwangxuesi/bukuceritauntukdia
7f62e11dba33ac0d5a11018bbfd042d153b66a34
[ "MIT" ]
null
null
null
README.md
ahmadchenwangxuesi/bukuceritauntukdia
7f62e11dba33ac0d5a11018bbfd042d153b66a34
[ "MIT" ]
null
null
null
# Mengenal dan Memasang Dia ## Mengenal Dia Diagram adalah gambar yang merepresentasikan suatu informasi menggunakan teknik visualisasi tertentu. Kita terkadang perlu untuk menuangkan ide atau gagasan dalam bentuk diagram salah satu bentuk diagram ialah *flowchart*, denah lantai, organigram, dan lain-lain. ![Contoh fl...
58.05102
584
0.800668
ind_Latn
0.905602
6bde0cb12f6cab511a419d322760094dc7d66caf
31
md
Markdown
E2E_Provision_148/index.md
OPSTest/E2E_Provision_148
1a2678cb422bd31f9a6c8df9eac5530b44df1f37
[ "CC-BY-4.0", "MIT" ]
null
null
null
E2E_Provision_148/index.md
OPSTest/E2E_Provision_148
1a2678cb422bd31f9a6c8df9eac5530b44df1f37
[ "CC-BY-4.0", "MIT" ]
null
null
null
E2E_Provision_148/index.md
OPSTest/E2E_Provision_148
1a2678cb422bd31f9a6c8df9eac5530b44df1f37
[ "CC-BY-4.0", "MIT" ]
null
null
null
# Welcome to E2E_Provision_148!
31
31
0.83871
eng_Latn
0.751318
6bde96960cec7ab971b6dfcad798af0883f9d228
12,605
md
Markdown
articles/documentdb/documentdb-introduction.md
OpenLocalizationTestOrg/azure-docs-pr15_cs-CZ
2685639de091e4acc39c760d4cdebc2b26978ae4
[ "CC-BY-3.0", "CC-BY-4.0", "MIT" ]
null
null
null
articles/documentdb/documentdb-introduction.md
OpenLocalizationTestOrg/azure-docs-pr15_cs-CZ
2685639de091e4acc39c760d4cdebc2b26978ae4
[ "CC-BY-3.0", "CC-BY-4.0", "MIT" ]
null
null
null
articles/documentdb/documentdb-introduction.md
OpenLocalizationTestOrg/azure-docs-pr15_cs-CZ
2685639de091e4acc39c760d4cdebc2b26978ae4
[ "CC-BY-3.0", "CC-BY-4.0", "MIT" ]
null
null
null
<properties pageTitle="Úvod k DocumentDB, databázi JSON | Microsoft Azure" description="Informace o Azure DocumentDB databázi NoSQL JSON. Tento dokument databáze vytvořené pro velké dat, pružná škálovatelnost a dostupnost." keywords="JSON databáze, dokument databáze" services="documentdb" author...
114.590909
637
0.814756
ces_Latn
0.999835
6bdf92960b4c7245f44c0831d6476215cb8a13f9
226
md
Markdown
README.md
CharlieBoyer/Scripts
5681da20d8606cb923bce08ad8fddf5d07ffd744
[ "Unlicense" ]
null
null
null
README.md
CharlieBoyer/Scripts
5681da20d8606cb923bce08ad8fddf5d07ffd744
[ "Unlicense" ]
null
null
null
README.md
CharlieBoyer/Scripts
5681da20d8606cb923bce08ad8fddf5d07ffd744
[ "Unlicense" ]
null
null
null
# Scripts A folder were I record my little tests, my infancies with Powershell or other utilities scripts I made for myself. There should be not much content but feel free to take a look or use anything you find interesting !
75.333333
215
0.79646
eng_Latn
0.999972
6be0269a9dcc69e411ae5e90d947871777253cd5
2,457
md
Markdown
app/help/SMBSync3_Help_EN_folder_smb.md
turex/SMBSync3
ce1fcab11a63aa083371cc555a46ee2fbbf5d3d6
[ "MIT" ]
null
null
null
app/help/SMBSync3_Help_EN_folder_smb.md
turex/SMBSync3
ce1fcab11a63aa083371cc555a46ee2fbbf5d3d6
[ "MIT" ]
null
null
null
app/help/SMBSync3_Help_EN_folder_smb.md
turex/SMBSync3
ce1fcab11a63aa083371cc555a46ee2fbbf5d3d6
[ "MIT" ]
null
null
null
### Find and configure the SMB server Scan the network and select from the SMB server list to configure. ### Edit SMB server parameters Manually set the parameters for the SMB server. ### Server host name/IP address To specify SMB server name or IP address ### SMBProtocol You can specify SMB protocol. - Use ...
31.5
395
0.765568
eng_Latn
0.999797
6be0a7a33aa9c3b06179095a55d347a89ddf5e6c
58
md
Markdown
README.md
ReWrite-Media/MineScript
62df48deaecc78fde89c37b2dd81494717c9e24d
[ "Apache-2.0" ]
2
2021-03-14T08:51:46.000Z
2021-03-24T20:22:42.000Z
README.md
ReWrite-Media/MineScript
62df48deaecc78fde89c37b2dd81494717c9e24d
[ "Apache-2.0" ]
null
null
null
README.md
ReWrite-Media/MineScript
62df48deaecc78fde89c37b2dd81494717c9e24d
[ "Apache-2.0" ]
1
2021-03-29T13:29:57.000Z
2021-03-29T13:29:57.000Z
# Reddox A complete Minecraft command-based scripting API
19.333333
48
0.827586
eng_Latn
0.978742
6be244acf5a5e6e1e89e0a46b27b9d42aafd766e
67
md
Markdown
_includes/04-lists.md
Mahanteshchittapur/markdown-portfolio
c0edba70fea372129d997abb6ad1c8ea59b81452
[ "MIT" ]
null
null
null
_includes/04-lists.md
Mahanteshchittapur/markdown-portfolio
c0edba70fea372129d997abb6ad1c8ea59b81452
[ "MIT" ]
6
2022-03-15T06:24:53.000Z
2022-03-15T06:59:44.000Z
_includes/04-lists.md
Mahanteshchittapur/markdown-portfolio
c0edba70fea372129d997abb6ad1c8ea59b81452
[ "MIT" ]
null
null
null
* I love to play cricket *tennis ball cricket # i watch movies
16.75
24
0.701493
eng_Latn
0.959218
6be273ce1e4bf38bdd51a0e1b0911f64a031837a
2,349
md
Markdown
projects/dithering/README.md
JonasKoenig/CodeOnMyMind
d169a424f29d603f0510f98d265d68c26a333a6b
[ "MIT" ]
3
2019-02-20T22:01:37.000Z
2022-03-02T20:06:16.000Z
projects/dithering/README.md
JonasKoenig/CodeOnMyMind
d169a424f29d603f0510f98d265d68c26a333a6b
[ "MIT" ]
null
null
null
projects/dithering/README.md
JonasKoenig/CodeOnMyMind
d169a424f29d603f0510f98d265d68c26a333a6b
[ "MIT" ]
null
null
null
<!-- Header --> [⬅️ Back to main page](https://github.com/JonasKoenig/CodeOnMyMind) &nbsp; [💾 Download](https://minhaskamal.github.io/DownGit/#/home?url=https:%2F%2Fgithub.com%2FJonasKoenig%2FCodeOnMyMind%2Ftree%2Fmaster%2Fprojects%2Fdithering) # Dithering Dithering is a technique to reduce an images color palette w...
41.210526
264
0.716901
eng_Latn
0.978165
6be2a28467344a19e90507512445d48167082540
367
md
Markdown
CONTRIBUTING.md
joinee0208/awesome-musicdsp
6c2aaa8a55d786a65774349dee01c26311a7b426
[ "CC-BY-4.0" ]
1,741
2018-04-04T20:24:52.000Z
2022-03-29T20:32:07.000Z
CONTRIBUTING.md
audio-dsp/awesome-musicdsp
a787aa380a7e5f794f072ec8807e0b33aa97b44a
[ "CC-BY-4.0" ]
3
2018-10-10T11:17:51.000Z
2021-06-03T22:50:29.000Z
CONTRIBUTING.md
audio-dsp/awesome-musicdsp
a787aa380a7e5f794f072ec8807e0b33aa97b44a
[ "CC-BY-4.0" ]
67
2018-04-05T00:49:29.000Z
2022-03-28T11:10:06.000Z
# Contribution Guidelines This is a personal curated awesome list, based on years of experience* with the items on the list. With that in mind I am not looking for collaborators, even though this lives on github. ## Creating your own awesome list To create your own list, check out the [Awesome project](https://gith...
33.363636
99
0.773842
eng_Latn
0.99859
6be2e3fa51c46771322575f9b021a62f760bd91f
2,439
md
Markdown
_posts/2020-11-10-second-generation-build-machines-are-in-beta.md
JimiPedros/homepage
fc846e83d6cb44f908bbccedabfc05e0b35a8232
[ "MIT" ]
null
null
null
_posts/2020-11-10-second-generation-build-machines-are-in-beta.md
JimiPedros/homepage
fc846e83d6cb44f908bbccedabfc05e0b35a8232
[ "MIT" ]
null
null
null
_posts/2020-11-10-second-generation-build-machines-are-in-beta.md
JimiPedros/homepage
fc846e83d6cb44f908bbccedabfc05e0b35a8232
[ "MIT" ]
null
null
null
--- layout: post title: Second Generation build machines are in beta categories: news image: assets/social-cards/second-generation-build-machines.png author: frank tweet: https://twitter.com/SEED_run/status/1326526096456736768 --- The builds in Seed are about to get a lot faster. Today we are rolling out a new generat...
69.685714
335
0.792128
eng_Latn
0.997766
6be5b995e40bca97b3165a7f64288fccf4e80b69
94
md
Markdown
_includes/01-name.md
branchdbw/markdown-portfolio
a73cc912afc088c85c90c7ac05018ac4f63fc9f7
[ "MIT" ]
null
null
null
_includes/01-name.md
branchdbw/markdown-portfolio
a73cc912afc088c85c90c7ac05018ac4f63fc9f7
[ "MIT" ]
5
2020-11-02T03:13:06.000Z
2020-11-02T04:03:30.000Z
_includes/01-name.md
branchdbw/markdown-portfolio
a73cc912afc088c85c90c7ac05018ac4f63fc9f7
[ "MIT" ]
null
null
null
# branchdbw is my name. ## markdown is my game. ###### ask me again i'll *tell* you the same.
23.5
45
0.638298
eng_Latn
0.999744
6be665644445ea1196d46b34f17ad381e2c7f482
879
md
Markdown
_pages/about.md
hannesrosenbusch/hannesrosenbusch.github.io
aafc38d0fe227f5bafeab2e6e0347bd75755cdcb
[ "MIT" ]
null
null
null
_pages/about.md
hannesrosenbusch/hannesrosenbusch.github.io
aafc38d0fe227f5bafeab2e6e0347bd75755cdcb
[ "MIT" ]
null
null
null
_pages/about.md
hannesrosenbusch/hannesrosenbusch.github.io
aafc38d0fe227f5bafeab2e6e0347bd75755cdcb
[ "MIT" ]
null
null
null
--- title: "About me" permalink: /about/ --- My interests are behavioral data science and the psychology of humor. Currently, I work as a data scientist at Appinio and as an assistant professor at the University of Amsterdam (department of psychological methods). My PhD work focused on developing software and statis...
48.833333
311
0.769056
eng_Latn
0.999405
6be69450af92b3a2e9cd29dd372e5790687abe2a
77
md
Markdown
src/pages/success.md
techtim/tvl.gatsby
f301284b6ec59760c3a389839d6805fb32723f5b
[ "MIT" ]
null
null
null
src/pages/success.md
techtim/tvl.gatsby
f301284b6ec59760c3a389839d6805fb32723f5b
[ "MIT" ]
28
2018-05-20T14:09:44.000Z
2022-02-11T05:28:32.000Z
src/pages/success.md
techtim/tvl.gatsby
f301284b6ec59760c3a389839d6805fb32723f5b
[ "MIT" ]
null
null
null
# Thank you for staying in touch Back to [ledMapper page](/soft/ledMapper/)
19.25
42
0.74026
eng_Latn
0.929488
6be7fa063d2b9d1f1516e14c94f5655022ccb8d1
76
md
Markdown
README.md
nicoripkip/TINPRO03-3
59647585c13aabf2affa4cca2d8a9e7cbd1596e1
[ "Apache-2.0" ]
null
null
null
README.md
nicoripkip/TINPRO03-3
59647585c13aabf2affa4cca2d8a9e7cbd1596e1
[ "Apache-2.0" ]
null
null
null
README.md
nicoripkip/TINPRO03-3
59647585c13aabf2affa4cca2d8a9e7cbd1596e1
[ "Apache-2.0" ]
null
null
null
# TINPRO03-3 Dit is simulatie van de rotterdamse haven, geschreven in java!
25.333333
62
0.789474
nld_Latn
0.998917
6be83b8df112aebaa3f1f422a55c8a36a099f68d
2,691
md
Markdown
README.md
antross/view
73be7f03aa7f070ba056db6cf5d4c8a0bf18358d
[ "MIT" ]
1
2019-03-21T10:16:40.000Z
2019-03-21T10:16:40.000Z
README.md
antross/view
73be7f03aa7f070ba056db6cf5d4c8a0bf18358d
[ "MIT" ]
null
null
null
README.md
antross/view
73be7f03aa7f070ba056db6cf5d4c8a0bf18358d
[ "MIT" ]
null
null
null
view.js ======= Swap visible elements in a single call. * Supports all modern browsers, including IE9+. * Under 1 kilobyte when minified and gzipped. Basic Usage ----------- Define your initial view via HTML5's `hidden` attribute. ```html <div id="pages"> <div id="home" class="page"></div> <div id="about" cla...
20.860465
78
0.673356
eng_Latn
0.911744
6bea4c32113155e9e53f6025a7411c93003a6de0
2,679
md
Markdown
README.md
AquariOS/packages_apps_CoralReef
7e040c626a3ee66a67b2ad45251a72ae7608a248
[ "Apache-2.0" ]
null
null
null
README.md
AquariOS/packages_apps_CoralReef
7e040c626a3ee66a67b2ad45251a72ae7608a248
[ "Apache-2.0" ]
null
null
null
README.md
AquariOS/packages_apps_CoralReef
7e040c626a3ee66a67b2ad45251a72ae7608a248
[ "Apache-2.0" ]
null
null
null
# CoralReef ### About Give your project the energy it needs to stand out with this bottom-tabbed, swipeable navigation system. CoralReef was originally started by the Dirty Unicorns leader, Alex Cruz, as their awesome new custom settings fragment called [DU-Tweaks](https://github.com/DirtyUnicorns/android_packages_app...
62.302326
157
0.653229
eng_Latn
0.977692