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
d1b824b4cb88924959e241690a9252c85fbe688e
1,555
md
Markdown
_sidebar.md
liuhch001/liuhch
6070b2ded32b86553b4a35d01435c3f5be089dee
[ "Apache-2.0" ]
null
null
null
_sidebar.md
liuhch001/liuhch
6070b2ded32b86553b4a35d01435c3f5be089dee
[ "Apache-2.0" ]
null
null
null
_sidebar.md
liuhch001/liuhch
6070b2ded32b86553b4a35d01435c3f5be089dee
[ "Apache-2.0" ]
null
null
null
* 快速开始 * [平台介绍](zh-cn/) * [商务合作](zh-cn/Business) * [接入规范<sup style="color:red">(重要)<sup>](zh-cn/Standard/Basic) * [常用信息](zh-cn/Standard/Other) * [常见问题](zh-cn/Standard/Question) * [账户服务](zh-cn/Account) * [账户授权](zh-cn/Session) * [设备管理](zh-cn/DeviceManage) * [数据订阅](zh-cn/DataSubscription) ...
20.194805
68
0.670096
yue_Hant
0.952377
d1b8277db9ca3ed2fb222fb777ac320344de8849
39
md
Markdown
README.md
bombjack73/fetch
bff8787c98d01176b5dbda1f1cdfc5571f910aff
[ "BSD-3-Clause" ]
null
null
null
README.md
bombjack73/fetch
bff8787c98d01176b5dbda1f1cdfc5571f910aff
[ "BSD-3-Clause" ]
null
null
null
README.md
bombjack73/fetch
bff8787c98d01176b5dbda1f1cdfc5571f910aff
[ "BSD-3-Clause" ]
null
null
null
fetch ===== go on steroid -------------
9.75
13
0.410256
eng_Latn
0.460257
d1b86b61d2e41f1266fc9b7419d8af11970d03a4
209
md
Markdown
README.md
RUI321/AutoPackForiOS
9f6e45c1b6ea9283eb6e6485ad457eef10e91239
[ "MIT" ]
1
2017-11-13T12:41:22.000Z
2017-11-13T12:41:22.000Z
README.md
RUI321/AutoPackForiOS
9f6e45c1b6ea9283eb6e6485ad457eef10e91239
[ "MIT" ]
null
null
null
README.md
RUI321/AutoPackForiOS
9f6e45c1b6ea9283eb6e6485ad457eef10e91239
[ "MIT" ]
null
null
null
# AutoPackForiOS 基于Python的自动打包程序,可自动更新git仓库,然后自动打包上传,支持自动上传到fir平台上。 ### 使用方法 获取工程目录下的main文件,把该文件夹存放在合适的目录下。打开autoPack.py问价配置相关的内容。配置完成后,进入该目录,执行该python autoPack.py执行该脚本。即可,如果是打包本地仓库的工程,可以修改获取打包工程的位置即可。
17.416667
124
0.842105
yue_Hant
0.834475
d1b90808634be50f4ab324068632a7b7b68af296
319
md
Markdown
Backend/XGBoost_Reference/saved_model/README.md
9aditya9/HackPrinceton21
af8193b0d9965f991e3a71fcc4e10f08de7186ff
[ "MIT" ]
null
null
null
Backend/XGBoost_Reference/saved_model/README.md
9aditya9/HackPrinceton21
af8193b0d9965f991e3a71fcc4e10f08de7186ff
[ "MIT" ]
null
null
null
Backend/XGBoost_Reference/saved_model/README.md
9aditya9/HackPrinceton21
af8193b0d9965f991e3a71fcc4e10f08de7186ff
[ "MIT" ]
1
2021-11-07T09:59:47.000Z
2021-11-07T09:59:47.000Z
To save the model simply use the following: ``` import pickle pickle.dump(xgb_model,open("stroke_model.pkl", "wb")) ``` To load and use the model do the following: ``` filename = "stroke_model.pkl" loaded_xgb_model = pickle.load(open(filename, 'rb')) result = loaded_model.score(X_test, Y_test) print(result) ```
18.764706
53
0.721003
eng_Latn
0.702411
d1bacff7e58746f009e4a4fff4c737522d55d572
26
md
Markdown
Probability/README.md
datablazor/Data_Science_Machine_Learning_and_AI_Cheat_Sheets
b6e047a10e182387584094d1aec2ce2556733a45
[ "MIT" ]
2
2021-04-15T21:40:09.000Z
2021-07-31T11:54:32.000Z
kaggle/Probability/README.md
caroheymes/Cheat_Sheets
5def52a06bfec30520bd87300795604eee0f5223
[ "MIT" ]
null
null
null
kaggle/Probability/README.md
caroheymes/Cheat_Sheets
5def52a06bfec30520bd87300795604eee0f5223
[ "MIT" ]
null
null
null
# Probability Cheat Sheet
13
25
0.807692
eng_Latn
0.721265
d1bfa9d1f970d70d4aa929d680f77e44f5eead21
503
md
Markdown
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Steviegt6/Funkin.NET
76f8f51c6f7277c02d3f2fefffd848222f04e12c
[ "MIT" ]
null
null
null
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Steviegt6/Funkin.NET
76f8f51c6f7277c02d3f2fefffd848222f04e12c
[ "MIT" ]
null
null
null
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Steviegt6/Funkin.NET
76f8f51c6f7277c02d3f2fefffd848222f04e12c
[ "MIT" ]
null
null
null
<!-- You can modify this template while making your pull request, but there are general outlines you should follow if you'd like your pull request to be accepted. --> # Purpose <!-- What is the purpose of this pull request? --> # Overview <!-- A brief overview of the changes made in this pull request. --> # Alernati...
31.4375
166
0.709742
eng_Latn
0.998541
d1c0199f30651700aba75c9241a74f82cb1459d8
757
md
Markdown
README.md
smehan/olelo
993ecb4288ffe8c78fee4474333b31387ea3d403
[ "BSD-3-Clause" ]
null
null
null
README.md
smehan/olelo
993ecb4288ffe8c78fee4474333b31387ea3d403
[ "BSD-3-Clause" ]
null
null
null
README.md
smehan/olelo
993ecb4288ffe8c78fee4474333b31387ea3d403
[ "BSD-3-Clause" ]
null
null
null
# Ōlelo - Hawaiian language web platform #### Build status: [![Build Status](https://travis-ci.org/smehan/olelo.svg?branch=master)](https://travis-ci.org/smehan/olelo) ## Redis Schema *presistance.load_dict.py* will load a pickled dictionary into the following redis schema. It expects a localhost redis, configured t...
63.083333
193
0.759577
eng_Latn
0.978067
d1c0e0e522c7a693616d2503f199170fc00da78c
237
md
Markdown
.github/PULL_REQUEST_TEMPLATE.md
omkar-joshi/react-ssr-setup
d6f41bb2b99e02d27e5693db4ed9001b71567538
[ "MIT" ]
1
2021-09-17T05:11:59.000Z
2021-09-17T05:11:59.000Z
.github/PULL_REQUEST_TEMPLATE.md
velotio-tech/react-express-ssr
d6f41bb2b99e02d27e5693db4ed9001b71567538
[ "MIT" ]
null
null
null
.github/PULL_REQUEST_TEMPLATE.md
velotio-tech/react-express-ssr
d6f41bb2b99e02d27e5693db4ed9001b71567538
[ "MIT" ]
1
2021-02-04T14:07:30.000Z
2021-02-04T14:07:30.000Z
<!-- Please remove any sections which are unaffected or not applicable. --> ## Description / What does this PR do? ## Related Issue / Story / Ticket ## Changelog ## Checklist - [ ] Tests - [ ] Stories - [ ] Docs ## Remaining Todos
14.8125
75
0.649789
eng_Latn
0.987791
d1c1c82577909cd90f265f66544b38786e9a4fb7
2,803
md
Markdown
bulk-registration/samples-tsv.md
sennetconsortium/entity-api
2b096ad998a0deb4e671586884960b1c0bbee3e1
[ "MIT" ]
2
2021-11-02T20:35:44.000Z
2021-12-16T14:58:41.000Z
bulk-registration/samples-tsv.md
hubmapconsortium/entity-api
09caa5006a1de17a56d3fba21ef76a7480c374be
[ "MIT" ]
161
2019-11-13T16:47:02.000Z
2022-03-30T04:05:28.000Z
bulk-registration/samples-tsv.md
sennetconsortium/entity-api
2b096ad998a0deb4e671586884960b1c0bbee3e1
[ "MIT" ]
1
2021-12-03T17:24:45.000Z
2021-12-03T17:24:45.000Z
## Sample Donor Registration (Tissue) Samples can be bulk registered by choosing the Bulk Registration -> Samples menu pick in the [Ingest UI](https://ingest.hubmapconsortium.org) `insert screen shot showing menu` To register multiple samples at once you'll be asked to upload a tsv file with one row of data per do...
175.1875
534
0.736711
eng_Latn
0.981772
d1c1dd71137b3f3329de0a58aa60dd13b62d1708
5,777
md
Markdown
articles/dev-spaces/how-to/install-dev-spaces.md
MicrosoftDocs/azure-docs.hu-hu
5fb082c5dae057fd040c7e09881e6c407e535fe2
[ "CC-BY-4.0", "MIT" ]
7
2017-08-28T07:44:33.000Z
2021-04-20T21:12:50.000Z
articles/dev-spaces/how-to/install-dev-spaces.md
MicrosoftDocs/azure-docs.hu-hu
5fb082c5dae057fd040c7e09881e6c407e535fe2
[ "CC-BY-4.0", "MIT" ]
412
2018-07-25T09:31:03.000Z
2021-03-17T13:17:45.000Z
articles/dev-spaces/how-to/install-dev-spaces.md
MicrosoftDocs/azure-docs.hu-hu
5fb082c5dae057fd040c7e09881e6c407e535fe2
[ "CC-BY-4.0", "MIT" ]
13
2017-09-05T09:10:35.000Z
2021-11-05T11:42:31.000Z
--- title: Az Azure Dev Spaces engedélyezése az AKS-& az ügyféloldali eszközök telepítéséhez services: azure-dev-spaces ms.date: 07/24/2019 ms.topic: conceptual description: Megtudhatja, hogyan engedélyezheti az Azure Dev Spacest egy AKS-fürtön, és hogyan telepítheti az ügyféloldali eszközöket. ms.custom: devx-track-az...
57.19802
536
0.788991
hun_Latn
0.991433
d1c3b586801de9f40a25edaa2894ba7cb9c2a869
3,879
md
Markdown
articles/active-directory/develop/v2-supported-account-types.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/active-directory/develop/v2-supported-account-types.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/active-directory/develop/v2-supported-account-types.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: Tipos de conta suportados | Rio Azure titleSuffix: Microsoft identity platform description: Documentação conceptual sobre audiências e tipos de conta suportados em aplicações services: active-directory author: jmprieur manager: CelesteDG ms.service: active-directory ms.subservice: develop ms.topic: conceptua...
66.87931
397
0.796855
por_Latn
0.9997
d1c45cb516c1b9c2eaf2a0088c49d7a7daf4ae9b
3,959
md
Markdown
docs/basics.md
claby2/pcse
ab7517527d600ddc43fe74cd964a6045ea82328f
[ "MIT" ]
7
2020-06-21T15:20:56.000Z
2022-02-20T09:59:09.000Z
docs/basics.md
claby2/pcse
ab7517527d600ddc43fe74cd964a6045ea82328f
[ "MIT" ]
5
2020-07-20T16:18:34.000Z
2022-02-20T10:03:24.000Z
docs/basics.md
claby2/pcse
ab7517527d600ddc43fe74cd964a6045ea82328f
[ "MIT" ]
4
2020-06-29T16:47:17.000Z
2020-10-02T10:40:44.000Z
# pcse pseudocode `pcse` follows the styleguide of the Cambridge IGCSE® Computer Science 0478 pseudocode, however it has the leisure of implementing more operations if required. You can read the styleguide [here](https://askpakchairul.files.wordpress.com/2015/05/0478_pseudocode_guide.pdf) . You can also find the chan...
31.672
208
0.722152
eng_Latn
0.99581
d1c4f9019b2bd625dba6e7bb25d1ac922d8da3eb
60
md
Markdown
README.md
ChenKS12138/my_njupt_library
ae77a4bc7b9ef9909f6196433267b5c1e6d21353
[ "MIT" ]
2
2019-09-23T06:36:16.000Z
2019-09-23T07:10:59.000Z
README.md
ChenKS12138/my_njupt_library
ae77a4bc7b9ef9909f6196433267b5c1e6d21353
[ "MIT" ]
null
null
null
README.md
ChenKS12138/my_njupt_library
ae77a4bc7b9ef9909f6196433267b5c1e6d21353
[ "MIT" ]
null
null
null
## My NJUPT Library📙 ### 这是个`flutter`项目,它可以爬取`南邮图书馆`,并展示出来。🍭
30
39
0.683333
yue_Hant
0.682249
d1c6699732f60371cd9a12217b28d6c948bae637
60
md
Markdown
README.md
caiyuanhao1998/caiyuanhao1998.github.io
a3bbf74cd0f7cd4027dac0031e345ab631eddaa9
[ "MIT" ]
null
null
null
README.md
caiyuanhao1998/caiyuanhao1998.github.io
a3bbf74cd0f7cd4027dac0031e345ab631eddaa9
[ "MIT" ]
null
null
null
README.md
caiyuanhao1998/caiyuanhao1998.github.io
a3bbf74cd0f7cd4027dac0031e345ab631eddaa9
[ "MIT" ]
null
null
null
### [My personal website](https://caiyuanhao1998.github.io)
30
59
0.733333
yue_Hant
0.398337
d1c6b7cbbbd0e463b59f6fc1610b4337998837a0
201
md
Markdown
index.md
Brew906/github-pages-with-jekyll
8bc843601d01bc828f895c41677b0bb62c00db93
[ "MIT" ]
null
null
null
index.md
Brew906/github-pages-with-jekyll
8bc843601d01bc828f895c41677b0bb62c00db93
[ "MIT" ]
4
2020-12-30T08:13:34.000Z
2020-12-30T22:30:42.000Z
index.md
Brew906/github-pages-with-jekyll
8bc843601d01bc828f895c41677b0bb62c00db93
[ "MIT" ]
null
null
null
# Welcome to my blog Im Michael Brewer I'm glad you are here. I plan to learn about coding. I am only about 20 weeks in on learning to code and it is very fun for me. I want to learn soo much more.
33.5
158
0.736318
eng_Latn
0.999874
d1c7742124f9d72e9fb8bdc5d090abb4ac8949db
25,318
md
Markdown
docs/extensibility/creating-a-basic-project-system-part-2.md
MicrosoftDocs/visualstudio-docs.pl-pl
64a8f785c904c0e158165f3e11d5b0c23a5e34c5
[ "CC-BY-4.0", "MIT" ]
2
2020-05-20T07:52:54.000Z
2021-02-06T18:51:42.000Z
docs/extensibility/creating-a-basic-project-system-part-2.md
MicrosoftDocs/visualstudio-docs.pl-pl
64a8f785c904c0e158165f3e11d5b0c23a5e34c5
[ "CC-BY-4.0", "MIT" ]
8
2018-08-02T15:03:13.000Z
2020-09-27T20:22:01.000Z
docs/extensibility/creating-a-basic-project-system-part-2.md
MicrosoftDocs/visualstudio-docs.pl-pl
64a8f785c904c0e158165f3e11d5b0c23a5e34c5
[ "CC-BY-4.0", "MIT" ]
16
2018-01-29T09:30:06.000Z
2021-10-09T11:23:54.000Z
--- title: Tworzenie podstawowego systemu Project, część 2 | Microsoft Docs description: Dowiedz się, jak dodać szablon Visual Studio, stronę właściwości i inne funkcje do projektu utworzonego w poprzednim artykule. ms.custom: SEO-VS-2020 ms.date: 11/04/2016 ms.topic: how-to helpviewer_keywords: - writing a project sys...
51.564155
635
0.75081
pol_Latn
0.998251
d1c7850fc5889c388cf2d7551a66803ddc55b310
2,190
md
Markdown
server-2013/lync-server-2013-configure-media-bypass-to-always-bypass-the-mediation-server.md
MicrosoftDocs/OfficeDocs-SkypeforBusiness-Test-pr.ko-kr
d9103f9506aaed8d0079088bcd045d7d07896516
[ "CC-BY-4.0", "MIT" ]
2
2020-02-09T10:54:12.000Z
2020-05-19T19:28:27.000Z
server-2013/lync-server-2013-configure-media-bypass-to-always-bypass-the-mediation-server.md
MicrosoftDocs/OfficeDocs-SkypeforBusiness-Test-pr.ko-kr
d9103f9506aaed8d0079088bcd045d7d07896516
[ "CC-BY-4.0", "MIT" ]
20
2018-06-19T11:22:31.000Z
2018-08-24T18:06:01.000Z
server-2013/lync-server-2013-configure-media-bypass-to-always-bypass-the-mediation-server.md
MicrosoftDocs/OfficeDocs-SkypeforBusiness-Test-pr.ko-kr
d9103f9506aaed8d0079088bcd045d7d07896516
[ "CC-BY-4.0", "MIT" ]
14
2018-06-19T11:12:42.000Z
2021-11-15T11:22:36.000Z
--- title: Lync Server 2013에서 중재 서버를 항상 바이패스하도록 미디어 바이패스 구성 TOCTitle: Lync Server 2013에서 중재 서버를 항상 바이패스하도록 미디어 바이패스 구성 ms:assetid: 370c4f54-e520-4d77-96a3-84c5e84a9996 ms:mtpsurl: https://technet.microsoft.com/ko-kr/library/Gg425846(v=OCS.15) ms:contentKeyID: 49303295 ms.date: 08/10/2015 mtps_version: v=OCS.15 ms.tran...
40.555556
467
0.731507
kor_Hang
1.00001
d1c7dd6a05dbe06a6f1b6dd903db6d01dad6fcbc
6,148
md
Markdown
README.md
atulkamble/GitLab101
1d44a6f4cd91b46b33583cb94cad219ee3a67bae
[ "MIT" ]
null
null
null
README.md
atulkamble/GitLab101
1d44a6f4cd91b46b33583cb94cad219ee3a67bae
[ "MIT" ]
null
null
null
README.md
atulkamble/GitLab101
1d44a6f4cd91b46b33583cb94cad219ee3a67bae
[ "MIT" ]
null
null
null
# [GitLab 101 Tool Certification Notes + Important Sources](https://atulkamble.github.io/GitLab101/) # The GitLab 101 Certification includes 3 Quizzes & it requires 80 % Marks to PASS and earn GitLab 101 Certification. ## About GitLab 101 training This certification is for those who needs to know how to use GitLab an...
60.871287
420
0.784157
eng_Latn
0.984386
d1c914c9947024d7144f3b7e4db34969fdc41f06
4,755
md
Markdown
articles/event-grid/event-schema-app-configuration.md
afonsogcardoso/azure-docs.pt-br
eb8085d4efa64294d91788cd5c2157c336630e55
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/event-grid/event-schema-app-configuration.md
afonsogcardoso/azure-docs.pt-br
eb8085d4efa64294d91788cd5c2157c336630e55
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/event-grid/event-schema-app-configuration.md
afonsogcardoso/azure-docs.pt-br
eb8085d4efa64294d91788cd5c2157c336630e55
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Esquema de configuração do aplicativo Azure Event Grid Azure description: Descreve as propriedades fornecidas para eventos de configuração do aplicativo Azure com o Azure Event Grid services: event-grid author: jimmyca ms.service: event-grid ms.topic: reference ms.date: 05/30/2019 ms.author: jimmyca ms.openl...
48.030303
261
0.743007
por_Latn
0.975249
d1c9553fe363dda839944ec181b34370e4900b5d
816
md
Markdown
docs/_posts/2020-01-04-2.17.0-release.md
oliver042/development-environment
84d618a316412f963fad345853840ab1e7c505d2
[ "MIT" ]
48
2016-08-15T18:24:58.000Z
2022-03-17T11:23:00.000Z
docs/_posts/2020-01-04-2.17.0-release.md
oliver042/development-environment
84d618a316412f963fad345853840ab1e7c505d2
[ "MIT" ]
33
2016-08-16T20:36:49.000Z
2022-02-26T03:34:28.000Z
docs/_posts/2020-01-04-2.17.0-release.md
oliver042/development-environment
84d618a316412f963fad345853840ab1e7c505d2
[ "MIT" ]
31
2016-12-31T14:13:54.000Z
2022-03-15T19:10:45.000Z
--- title: Version 2.17.0 released categories: - news tags: - release description: > Version 2.17.0 of this project has been released. excerpt: > Release highlights: Node.js 12, added Grazi grammar checker for IntelliJ... read_time: no date: 2020-01-04T20:00:32+00:00 modified: 2020-01-04T20:00:32+00:00 --- ## ...
25.5
89
0.73652
eng_Latn
0.751915
d1ca88188ecd7dc096112da5b5005546037308bf
1,259
md
Markdown
README.md
kf5builds/precompiled-kf5-linux
a658d1759a63b32e6e2e4528445c2ff4049df27f
[ "Unlicense" ]
3
2018-03-11T15:47:08.000Z
2018-04-27T06:54:36.000Z
README.md
kf5builds/precompiled-kf5-linux
a658d1759a63b32e6e2e4528445c2ff4049df27f
[ "Unlicense" ]
5
2018-05-07T10:15:26.000Z
2019-01-22T22:06:09.000Z
README.md
kf5builds/precompiled-kf5-linux
a658d1759a63b32e6e2e4528445c2ff4049df27f
[ "Unlicense" ]
1
2018-03-15T16:53:24.000Z
2018-03-15T16:53:24.000Z
# precompiled-kf5-linux Precompiled KDE frameworks 5 for linux. Good for use in travis. A bunch of scripts for generating precompiled KF5 tarballs/directories ## build_frameworks.sh Generates a tar.XX file and/or a directory with KF5 installed in it. Example: ```bash ./build_frameworks.sh -i ~/my-kf5-install -g Nin...
25.693878
130
0.749801
eng_Latn
0.823714
d1cab429eb28538ded6e7a412613cd7b3902f92a
51
md
Markdown
crates/hdk_derive/README.md
mhuesch/holochain
8cade151329117c40e47533449a2f842187c373a
[ "Linux-OpenIB" ]
619
2020-09-15T16:19:12.000Z
2022-03-31T10:56:45.000Z
crates/hdk_derive/README.md
mhuesch/holochain
8cade151329117c40e47533449a2f842187c373a
[ "Linux-OpenIB" ]
332
2020-09-16T09:57:39.000Z
2022-03-30T22:31:37.000Z
crates/hdk_derive/README.md
mhuesch/holochain
8cade151329117c40e47533449a2f842187c373a
[ "Linux-OpenIB" ]
87
2020-09-18T01:25:53.000Z
2022-03-23T14:01:21.000Z
# hdk_derive Derive macros for the holochain hdk.
12.75
36
0.784314
eng_Latn
0.89919
d1cba46a461b4a48a938e53b67df0575eb82f31f
11,247
md
Markdown
lecture_notes/lecture3.md
juliejonak/UX-Discovery
699be1e5ff9dc0971eed386efd6c6771b991c06c
[ "MIT" ]
1
2020-10-22T05:22:50.000Z
2020-10-22T05:22:50.000Z
lecture_notes/lecture3.md
juliejonak/UX-Discovery
699be1e5ff9dc0971eed386efd6c6771b991c06c
[ "MIT" ]
null
null
null
lecture_notes/lecture3.md
juliejonak/UX-Discovery
699be1e5ff9dc0971eed386efd6c6771b991c06c
[ "MIT" ]
null
null
null
# Secondary Research Table of Contents: a. [Additional Resources](#Additional-Resources) <br> b. [Creating a Survey](#Creating-a-Survey) <br> c. [Creating Questions](#Creating-Questions) <br> d. [Competitive Research](#Competitive-Research) <br> e. [Competitive Analysis](#Competitive-Analysis) <br> ...
47.455696
854
0.782342
eng_Latn
0.999637
d1ccf3db8c7846c9df688d15b55b24cf3c8238e8
9,130
md
Markdown
README.md
radzimir/testerra-hpqc-connector
02942198e2b3f601ec234f1794b84044a839f6bd
[ "Apache-2.0" ]
null
null
null
README.md
radzimir/testerra-hpqc-connector
02942198e2b3f601ec234f1794b84044a839f6bd
[ "Apache-2.0" ]
null
null
null
README.md
radzimir/testerra-hpqc-connector
02942198e2b3f601ec234f1794b84044a839f6bd
[ "Apache-2.0" ]
null
null
null
# Testerra HPQC connector <p align="center"> <a href="https://mvnrepository.com/artifact/io.testerra/qc11-connector" title="MavenCentral"><img src="https://img.shields.io/maven-central/v/io.testerra/qc11-connector?label=Maven%20Central"></a> <a href="/../../commits/" title="Last Commit"><img src="https://img.s...
44.536585
344
0.712158
eng_Latn
0.933843
d1cea975e3b9864a25103f4a59d0fd91ce88d696
2,681
md
Markdown
docs/response.md
suchimitha/Documentation-of-QBO-API
d035a16bcdbfd149bae900d9ccc3d07ab0092a40
[ "MIT" ]
null
null
null
docs/response.md
suchimitha/Documentation-of-QBO-API
d035a16bcdbfd149bae900d9ccc3d07ab0092a40
[ "MIT" ]
1
2021-05-11T13:46:44.000Z
2021-05-11T13:46:44.000Z
docs/response.md
suchimitha/Documentation-of-QBO-API
d035a16bcdbfd149bae900d9ccc3d07ab0092a40
[ "MIT" ]
null
null
null
--- layout: default title: Response nav_order: 2 --- # Response {: .no_toc } This method allows users to retrieve the data of a Quickbooks online Contact/Vendor/Invoice/Bill/PurchaseOrder. ### Response As mentioned earlier, the Response will be returned in the form of Map<String, Object>. Below are the list of Ke...
47.875
193
0.762775
eng_Latn
0.997589
d1cf73a17516a7db0fa510a6691980c915a3f6d2
166
md
Markdown
Glossary/override.md
42sol/termbase_de_shared
09ec09d3542ad72bfd3b351dd59c2aecdd52e6f4
[ "Unlicense" ]
1
2022-01-06T22:42:01.000Z
2022-01-06T22:42:01.000Z
Glossary/override.md
42sol/termbase_de_shared
09ec09d3542ad72bfd3b351dd59c2aecdd52e6f4
[ "Unlicense" ]
1
2022-01-07T11:01:03.000Z
2022-01-07T11:01:03.000Z
Glossary/override.md
42sol/termbase_de_shared
09ec09d3542ad72bfd3b351dd59c2aecdd52e6f4
[ "Unlicense" ]
1
2022-01-06T22:42:07.000Z
2022-01-06T22:42:07.000Z
--- term: "override" use: "überschreiben" choices: [] avoid: [] reference: 600 state: open date: "2022-01-05" --- ## Diskussion
11.066667
26
0.5
kor_Hang
0.183776
d1d03911b48332e462f9533ebff4102326b11a87
5,624
md
Markdown
README.md
cagpie/PicoAudio.js
cdf2dc892ec92b5c4e2327a28e70e5f0d2b158d2
[ "MIT" ]
32
2017-02-26T15:50:07.000Z
2022-02-19T09:04:58.000Z
README.md
cagpie/PicoAudio.js
cdf2dc892ec92b5c4e2327a28e70e5f0d2b158d2
[ "MIT" ]
14
2018-01-27T09:22:25.000Z
2021-12-12T13:28:16.000Z
README.md
cagpie/PicoAudio.js
cdf2dc892ec92b5c4e2327a28e70e5f0d2b158d2
[ "MIT" ]
5
2017-03-10T14:38:52.000Z
2021-12-09T21:52:09.000Z
# PicoAudio.js ## PicoAudio.jsについて Web上でMIDI(Standard MIDI File=SMF)を再生するためのJavaScriptライブラリです。<br> SMF形式のバイナリのパースや、Web Audio API を用いた楽曲の再生ができます。 Web Audio API から提供される数種の音源を組み合わせて、8bitサウンドで演奏を行います。<br> また、別途音源の準備をする必要がなく、Webと音楽を組み合わせた開発がすぐに始められます! A JavaScript library for playing MIDI (Standard MIDI File = SMF) on W...
20.752768
148
0.724395
yue_Hant
0.274545
d1d049d09be0eeb08c132d5ab431f027dcc4360e
1,729
md
Markdown
README.md
CAIJIAXING-GIT/system-manage-template
3b95877f3997f82a3e88be54121a905db073147c
[ "MIT" ]
9
2021-08-28T11:18:24.000Z
2021-12-23T03:20:26.000Z
README.md
CAIJIAXING-GIT/system-manage-template
3b95877f3997f82a3e88be54121a905db073147c
[ "MIT" ]
null
null
null
README.md
CAIJIAXING-GIT/system-manage-template
3b95877f3997f82a3e88be54121a905db073147c
[ "MIT" ]
5
2021-08-28T11:18:27.000Z
2022-03-04T10:13:06.000Z
# system-manage-template <a href="https://github.com/vuejs/vue"> <img src="https://img.shields.io/badge/vue-2.6.10-brightgreen.svg" alt="vue"> </a> <a href="https://github.com/ElemeFE/element"> <img src="https://img.shields.io/badge/element--ui-2.8.2-brightgreen.svg" alt="element-ui"> </a> <a href="htt...
21.345679
147
0.643146
yue_Hant
0.499192
d1d181c1ec81124a2ca31237ee9c9a43d36cb6a3
2,088
md
Markdown
about.md
donabiancone/DevelopingDataProducts-CourseProject
2b55995eb710a0e81fe3d80bbd812949e6534915
[ "CC-BY-4.0" ]
null
null
null
about.md
donabiancone/DevelopingDataProducts-CourseProject
2b55995eb710a0e81fe3d80bbd812949e6534915
[ "CC-BY-4.0" ]
null
null
null
about.md
donabiancone/DevelopingDataProducts-CourseProject
2b55995eb710a0e81fe3d80bbd812949e6534915
[ "CC-BY-4.0" ]
1
2019-01-02T11:31:59.000Z
2019-01-02T11:31:59.000Z
## Toronto Public Library Branch Location ### About This Shiny App is for searching and visualizing, on an interactive map, the information about Toronto Public Library branches located around the City. [Toronto Public Library Open Data site](http://opendata.tplcs.ca/) has released several datasets for public use. #...
83.52
528
0.780172
eng_Latn
0.980724
d1d474ecbaa76e2fa8edec68603482222dbacd27
786
md
Markdown
README.md
kumar-gaurav-mishra/Tree
e1112f3d6e876a07776a921146c14becb462c1ef
[ "MIT" ]
1
2019-10-27T14:15:19.000Z
2019-10-27T14:15:19.000Z
README.md
kumar-gaurav-mishra/Tree
e1112f3d6e876a07776a921146c14becb462c1ef
[ "MIT" ]
2
2021-05-08T09:21:16.000Z
2021-05-10T17:53:16.000Z
README.md
kumar-gaurav-mishra/binary_search_tree
e1112f3d6e876a07776a921146c14becb462c1ef
[ "MIT" ]
null
null
null
# Binary Search Tree JavaScript implementation of Binary Search Tree. ### Installation & Usage : ```Installation npm install binary_search_tree_ds ``` ```Javascript const BinarySearchTree = require('binary_search_tree_ds'); let bst = new BinarySearchTree(); bst.insert(1); // Insert an element to bst tree bst.fi...
29.111111
91
0.75827
eng_Latn
0.893391
d1d47dbe08d5c1afd2390bf84b82330e42918ec0
284
md
Markdown
docs/activeannoservice/api.manage/-top-level-statistics/document-accuracy-statistics.md
MaxMello/ActiveAnno
831e1be853a63b7059ad8aa942049eeb6f07a74e
[ "MIT" ]
5
2020-09-26T15:06:01.000Z
2021-12-15T08:16:14.000Z
docs/activeannoservice/api.manage/-top-level-statistics/document-accuracy-statistics.md
MaxMello/ActiveAnno
831e1be853a63b7059ad8aa942049eeb6f07a74e
[ "MIT" ]
1
2021-11-14T18:16:42.000Z
2021-11-15T15:26:59.000Z
docs/activeannoservice/api.manage/-top-level-statistics/document-accuracy-statistics.md
MaxMello/ActiveAnno
831e1be853a63b7059ad8aa942049eeb6f07a74e
[ "MIT" ]
null
null
null
[activeannoservice](../../index.md) / [api.manage](../index.md) / [TopLevelStatistics](index.md) / [documentAccuracyStatistics](./document-accuracy-statistics.md) # documentAccuracyStatistics `val documentAccuracyStatistics: `[`AccuracyStatistics`](../-accuracy-statistics/index.md)
56.8
162
0.764085
yue_Hant
0.706616
d1d481b369c838435bda2a488b7d2ae121b17524
6,160
md
Markdown
docs/en-US/Compare-String.md
replicaJunction/CompareString
4cbfe41a4987a057f1ec8ebb5e8b48d7336075f1
[ "MIT" ]
null
null
null
docs/en-US/Compare-String.md
replicaJunction/CompareString
4cbfe41a4987a057f1ec8ebb5e8b48d7336075f1
[ "MIT" ]
null
null
null
docs/en-US/Compare-String.md
replicaJunction/CompareString
4cbfe41a4987a057f1ec8ebb5e8b48d7336075f1
[ "MIT" ]
null
null
null
--- external help file: CompareString-help.xml Module Name: CompareString online version: schema: 2.0.0 --- # Compare-String ## SYNOPSIS Compares the contents of two strings ## SYNTAX ``` Compare-String [-ReferenceString] <String[]> [-DifferenceString] <String> [-HammingDistance] [-LevenshteinDistance] [-LongestCo...
30.8
356
0.779383
eng_Latn
0.948869
d1d55023a7fe17c4051d8b58978ae5433647f064
1,589
md
Markdown
pages/use-cases/webhooks.md
18F/authentication
e520e4b753469c53d8f48f4bca91f7315294bf41
[ "CC0-1.0" ]
3
2016-01-29T23:18:09.000Z
2019-06-11T18:24:28.000Z
pages/use-cases/webhooks.md
18F/authentication
e520e4b753469c53d8f48f4bca91f7315294bf41
[ "CC0-1.0" ]
5
2015-10-13T21:42:22.000Z
2016-03-02T18:25:36.000Z
pages/use-cases/webhooks.md
18F/authentication
e520e4b753469c53d8f48f4bca91f7315294bf41
[ "CC0-1.0" ]
3
2015-10-25T23:40:36.000Z
2021-02-18T10:39:20.000Z
--- permalink: /use-cases/webhooks/ title: Authenticating webhooks parent: Use cases --- Webhooks are automated notifications containing information about configured events, sent to a server listening for them. The server then may ignore the events, or take action based on the information contained in the request. Whi...
40.74359
90
0.800503
eng_Latn
0.997143
d1d550ab4b7b1927659a07deb3a2ec0c406bcd42
3,386
md
Markdown
_posts/2019-05-28-Download-atkins-physical-chemistry-8ed-solutions-manual-download.md
Jobby-Kjhy/27
ea48bae2a083b6de2c3f665443f18b1c8f241440
[ "MIT" ]
null
null
null
_posts/2019-05-28-Download-atkins-physical-chemistry-8ed-solutions-manual-download.md
Jobby-Kjhy/27
ea48bae2a083b6de2c3f665443f18b1c8f241440
[ "MIT" ]
null
null
null
_posts/2019-05-28-Download-atkins-physical-chemistry-8ed-solutions-manual-download.md
Jobby-Kjhy/27
ea48bae2a083b6de2c3f665443f18b1c8f241440
[ "MIT" ]
null
null
null
--- layout: post comments: true categories: Other --- ## Download Atkins physical chemistry 8ed solutions manual download book I shall repay to Herr Kolesoff the sum paid to me at the duties of a host and assisted us during our stay in Paris, he's going to A faint orange glow outlined the top of a craggy boulder, and...
376.222222
3,257
0.789132
eng_Latn
0.999922
d1d611bb024d95f57c0aa7bd464d73ea0b64e28f
795
md
Markdown
README.md
openharmony-gitee-mirror/device_hisilicon_build
3645748560ac70799b0b455c2923c4f114e3dbde
[ "Apache-2.0" ]
null
null
null
README.md
openharmony-gitee-mirror/device_hisilicon_build
3645748560ac70799b0b455c2923c4f114e3dbde
[ "Apache-2.0" ]
null
null
null
README.md
openharmony-gitee-mirror/device_hisilicon_build
3645748560ac70799b0b455c2923c4f114e3dbde
[ "Apache-2.0" ]
1
2021-09-13T11:15:05.000Z
2021-09-13T11:15:05.000Z
# hisilicon build<a name="EN-US_TOPIC_0000001130078307"></a> - [Introduction](#section469617221261) - [Constraints](#section12212842173518) - [Repositories Involved](#section641143415335) ## Introduction<a name="section469617221261"></a> This repository stores scripts for compiling and packing kernel images. ...
22.714286
94
0.786164
eng_Latn
0.267705
d1d69fe3b1b816c723f8a635c737ca97e641e633
10,794
md
Markdown
_posts/2019-10-22-boy-hair-style-cutting-video.md
comotecyn/-hairstyle
d77bbac3ea01d7130320d4f80b2dc57020aed1a0
[ "MIT" ]
null
null
null
_posts/2019-10-22-boy-hair-style-cutting-video.md
comotecyn/-hairstyle
d77bbac3ea01d7130320d4f80b2dc57020aed1a0
[ "MIT" ]
null
null
null
_posts/2019-10-22-boy-hair-style-cutting-video.md
comotecyn/-hairstyle
d77bbac3ea01d7130320d4f80b2dc57020aed1a0
[ "MIT" ]
null
null
null
--- id: 208 title: Boy Hair Style Cutting Video date: 2019-10-22T08:06:37+00:00 author: masje layout: post guid: http://example.com/?p=208 permalink: /2019/10/22/boy-hair-style-cutting-video/ categories: - Uncategorized tags: - boy hair style cutting video --- [ <img class="img-fluid" src="https://i0.wp.com/www.s...
112.4375
744
0.791736
yue_Hant
0.335691
d1d7c8070fb21a53a9c63e7fe24f443af0e64576
781
md
Markdown
README.md
simon-panek/basic-auth
df03e2acf6e3af315f8692abaa90178da85ec953
[ "MIT" ]
null
null
null
README.md
simon-panek/basic-auth
df03e2acf6e3af315f8692abaa90178da85ec953
[ "MIT" ]
null
null
null
README.md
simon-panek/basic-auth
df03e2acf6e3af315f8692abaa90178da85ec953
[ "MIT" ]
null
null
null
# LAB - Class 06 ## Project: Basic Auth ### Author: Simon Panek #### Contributors: Ricardo, Nathan, Mariko, Tina, & Garrett ### Links and Resources - [GitHub Actions ci/cd](https://github.com/simon-panek/basic-auth/actions) - [Heroku Deployment](https://simonpanek-basic-auth.herokuapp.com/) ### Setup #### `.env`...
21.694444
83
0.692702
eng_Latn
0.785357
d1d84bb9381b333841b2d1ae4dd36d0ebc2d32f0
291
md
Markdown
_posts/2012/2012-09-06-waiting-for-the-rain.md
thingles/thingles.github.io
46b8d98959bcae7ddd6e89d13070fe3e7644d40b
[ "MIT" ]
2
2016-08-23T03:14:22.000Z
2017-05-04T03:48:16.000Z
_posts/2012/2012-09-06-waiting-for-the-rain.md
jthingelstad/thingles.github.io
46b8d98959bcae7ddd6e89d13070fe3e7644d40b
[ "MIT" ]
29
2017-05-09T01:10:31.000Z
2017-11-04T20:29:56.000Z
_posts/2012/2012-09-06-waiting-for-the-rain.md
jthingelstad/thingles.github.io
46b8d98959bcae7ddd6e89d13070fe3e7644d40b
[ "MIT" ]
null
null
null
--- title: Waiting for the Rain categories: - Photography - Travel tags: - Iceland --- We tried waiting out the rain yesterday to shoot the [Vatnajökull](http://en.wikipedia.org/wiki/Vatnajökull) glacier. ![]({{ site.url }}{% link /assets/posts/2012/20120906-061027.jpg %}) The rain won.
19.4
117
0.71134
eng_Latn
0.635718
d1d9b19c9c00a3d203873feddee6662a6b4991bb
314
md
Markdown
_posts/2020-06-10-Dashboard Tutorial (I).md
denisechendd/denichendd.github.io
baeb79c38532a233491dd3d17b917fcb6f8f2087
[ "MIT" ]
null
null
null
_posts/2020-06-10-Dashboard Tutorial (I).md
denisechendd/denichendd.github.io
baeb79c38532a233491dd3d17b917fcb6f8f2087
[ "MIT" ]
5
2020-02-01T21:24:54.000Z
2020-10-24T01:38:55.000Z
_posts/2020-06-10-Dashboard Tutorial (I).md
denisechendd/denichendd.github.io
baeb79c38532a233491dd3d17b917fcb6f8f2087
[ "MIT" ]
null
null
null
--- title: Dashboard Tutorial (I) Flask and Chart.js link: https://towardsdatascience.com/flask-and-chart-js-tutorial-i-d33e05fba845 #permalink: /posts/2020-06-10-Dashboard Tutorial (I) date: 2020-06-10 --- [Links](https://towardsdatascience.com/flask-and-chart-js-tutorial-i-d33e05fba845) to the Medium Blog post
39.25
106
0.770701
kor_Hang
0.18085
9c4995268a9123f644d6d54059d6b46b4c5be7ee
7,067
md
Markdown
docs/design/architecture/guest-assets.md
yiya1989/kata-containers
cd20bf95e99b7c95e0c45a8b1bd2c8106f81a6ac
[ "Apache-2.0" ]
null
null
null
docs/design/architecture/guest-assets.md
yiya1989/kata-containers
cd20bf95e99b7c95e0c45a8b1bd2c8106f81a6ac
[ "Apache-2.0" ]
null
null
null
docs/design/architecture/guest-assets.md
yiya1989/kata-containers
cd20bf95e99b7c95e0c45a8b1bd2c8106f81a6ac
[ "Apache-2.0" ]
null
null
null
# Guest assets Kata Containers creates a VM in which to run one or more containers. It does this by launching a [hypervisor](README.md#hypervisor) to create the VM. The hypervisor needs two assets for this task: a Linux kernel and a small root filesystem image to boot the VM. ## Guest kernel The [guest kernel](../.....
46.801325
216
0.73638
eng_Latn
0.992978
9c49fd646c2764755a7bd409c2becea7263771db
3,465
md
Markdown
exampleSite/content/posts/the-innovator-s-hypothesis.md
realbakari/Bakari-Mustafa-Blog
a8eb973906e31092eb6ac7aaaa72e319b8035357
[ "MIT" ]
null
null
null
exampleSite/content/posts/the-innovator-s-hypothesis.md
realbakari/Bakari-Mustafa-Blog
a8eb973906e31092eb6ac7aaaa72e319b8035357
[ "MIT" ]
null
null
null
exampleSite/content/posts/the-innovator-s-hypothesis.md
realbakari/Bakari-Mustafa-Blog
a8eb973906e31092eb6ac7aaaa72e319b8035357
[ "MIT" ]
null
null
null
+++ categories = "" date = 2020-01-15T14:00:00Z description = "True progress is made when people introduce new and novel ideas. Remember what life was like before the telephone was invented? Okay, probably not – but it forever changed the way people communicate." tags = ["books"] thumbnail = "" title = "The Innovator’s...
66.634615
292
0.793651
eng_Latn
0.999743
9c4b29a7038c2d3ebce607237f3f3c5247bfb61a
1,739
md
Markdown
README.md
haccht/vplsbh
484e9a180c643f16ac66c2359fb04990baba8e84
[ "MIT" ]
null
null
null
README.md
haccht/vplsbh
484e9a180c643f16ac66c2359fb04990baba8e84
[ "MIT" ]
null
null
null
README.md
haccht/vplsbh
484e9a180c643f16ac66c2359fb04990baba8e84
[ "MIT" ]
null
null
null
# VPLS Black Hole VPLSネットワークのBUMトラヒックを収集し、送信元などを付加情報としてラベル付けし統計処理するためのツール群。 ## Overview ``` +------+ | P | +--+---+ VPLS Network | +------+ | | | +--+---+ M...
31.053571
70
0.307073
jpn_Jpan
0.196606
9c4b917ca15f256ee4e6252ff5068f2873440e93
1,775
md
Markdown
iniciando-no-frontend/README.md
i-ramoss/Bootcamp-LaunchBase
8fd947ecee08c1ff2450cbcc0eef317967edef2c
[ "MIT" ]
4
2020-06-17T07:27:51.000Z
2020-11-12T17:59:46.000Z
iniciando-no-frontend/README.md
i-ramoss/Bootcamp-LaunchBase
8fd947ecee08c1ff2450cbcc0eef317967edef2c
[ "MIT" ]
9
2021-04-13T12:13:10.000Z
2022-02-14T01:09:22.000Z
iniciando-no-frontend/README.md
i-ramoss/Bootcamp-LaunchBase
8fd947ecee08c1ff2450cbcc0eef317967edef2c
[ "MIT" ]
4
2020-07-18T15:53:51.000Z
2020-09-29T14:36:44.000Z
<h1 align="center"> <img alt="Launchbase" src="https://storage.googleapis.com/golden-wind/bootcamp-launchbase/logo.png" width="400px" /> </h1> <h3 align="center"> Desafios Módulo 2 - Iniciando no Front-end </h3> <p align="center"> <a href="https://opensource.org/licenses/MIT" > <img src="https://img.shie...
40.340909
170
0.737465
por_Latn
0.900018
9c4c4535c1b484ca131c88c144324f995512a115
4,908
md
Markdown
entity-framework/core/what-is-new/ef-core-2.2.md
terrajobst/EntityFramework.Docs.pl-pl
a798a38fa731c337199b858dbb732a8634d2ab30
[ "MIT" ]
null
null
null
entity-framework/core/what-is-new/ef-core-2.2.md
terrajobst/EntityFramework.Docs.pl-pl
a798a38fa731c337199b858dbb732a8634d2ab30
[ "MIT" ]
null
null
null
entity-framework/core/what-is-new/ef-core-2.2.md
terrajobst/EntityFramework.Docs.pl-pl
a798a38fa731c337199b858dbb732a8634d2ab30
[ "MIT" ]
null
null
null
--- title: Co nowego w EF Core 2.2 - EF Core author: divega ms.date: 11/14/2018 ms.assetid: 998C04F3-676A-4FCF-8450-CFB0457B4198 uid: core/what-is-new/ef-core-2.2 ms.openlocfilehash: fb9de799753bebd7b4092cd8f4af74703dee3e45 ms.sourcegitcommit: 9b562663679854c37c05fca13d93e180213fb4aa ms.translationtype: MT ms.contentlo...
41.243697
399
0.778525
pol_Latn
0.999162
9c4c9e01a2d679d812ac5313f474017c3caab8ff
4,874
md
Markdown
_posts/2020-02-13-6 Phrase queries and positional indexes.md
my-romance/my-romance.github.io
e5831cefb4974bf3ccba051217a4b01606e98c1b
[ "MIT" ]
null
null
null
_posts/2020-02-13-6 Phrase queries and positional indexes.md
my-romance/my-romance.github.io
e5831cefb4974bf3ccba051217a4b01606e98c1b
[ "MIT" ]
null
null
null
_posts/2020-02-13-6 Phrase queries and positional indexes.md
my-romance/my-romance.github.io
e5831cefb4974bf3ccba051217a4b01606e98c1b
[ "MIT" ]
null
null
null
--- layout: post title: "6. Phrase queries and positional indexes" date: 2020-02-13 author: Romance categories: IR --- # Phrase queries and positional indexes IR system이 어떻게 phrase queries를 문서에 mapping시킬지가 point ### Phrase queries - We want to be able to answer queries such as "**stanford university**" - as a ph...
33.156463
214
0.682807
kor_Hang
0.5724
9c4d31ffd1224087df3e9cc25da1c18d27e60fe1
43,939
md
Markdown
md/ch1120.md
cjns1989/Saint-Simon_M-moires-11
a767273e29648298bb63f07bb18d39c9a9b4737e
[ "CC0-1.0" ]
null
null
null
md/ch1120.md
cjns1989/Saint-Simon_M-moires-11
a767273e29648298bb63f07bb18d39c9a9b4737e
[ "CC0-1.0" ]
null
null
null
md/ch1120.md
cjns1989/Saint-Simon_M-moires-11
a767273e29648298bb63f07bb18d39c9a9b4737e
[ "CC0-1.0" ]
null
null
null
# CHAPITRE XX. 1714 <p> </p> <span style="font-variant:small-caps;display:inline;">[M. du Maine, devenu prince du sang, me dit un mot du bonnet, que je laisse tomber.]{.smallcaps}</span> <span style="font-variant:small-caps;display:inline;">[- M. du Maine, sans qu'on pût s'y attendre, s'offre sur l'affaire du bonnet...
74.72619
298
0.782471
fra_Latn
0.99537
9c4e9c2a039e0c8877619bbdd2feb0a11daef7bf
7,036
md
Markdown
code-semantics/builder-mother/README.md
thisiserico/preferences
0fbadd8fa1fe167d2e41983de98cfc99dc09b6bd
[ "MIT" ]
3
2021-05-20T13:37:16.000Z
2022-03-11T14:53:41.000Z
code-semantics/builder-mother/README.md
thisiserico/preferences
0fbadd8fa1fe167d2e41983de98cfc99dc09b6bd
[ "MIT" ]
null
null
null
code-semantics/builder-mother/README.md
thisiserico/preferences
0fbadd8fa1fe167d2e41983de98cfc99dc09b6bd
[ "MIT" ]
null
null
null
# Builder and mother patterns When we saw the [test doubles][test-doubles] 👯, by the end of the chapter, we realized that we had to create many spaces, when all them looked almost the same. The idea was to create spaces on the fly, each of them simulating one of the cases we had to test, in regards to validation. Alt...
35.356784
118
0.707362
eng_Latn
0.997296
9c4eca5af7d5bbc58b0ad2213f55ec756c569017
1,424
md
Markdown
_posts/3.Algorithm/PROGRAMMERS/2020-08-28-PROGRAMMERS_소수 찾기.md
GyutaeLee/gyutaelee.github.io
d1ba72bf03097e1ddef6b5b291397b84adac9ec8
[ "MIT" ]
null
null
null
_posts/3.Algorithm/PROGRAMMERS/2020-08-28-PROGRAMMERS_소수 찾기.md
GyutaeLee/gyutaelee.github.io
d1ba72bf03097e1ddef6b5b291397b84adac9ec8
[ "MIT" ]
null
null
null
_posts/3.Algorithm/PROGRAMMERS/2020-08-28-PROGRAMMERS_소수 찾기.md
GyutaeLee/gyutaelee.github.io
d1ba72bf03097e1ddef6b5b291397b84adac9ec8
[ "MIT" ]
null
null
null
--- title: "PROGRAMMERS 프로그래머스 : 소수 찾기" excerpt: "완전탐색(Brute-force)" categories: - Algorithm tags: - PROGRAMMERS --- > 시작하면서  이번 문제는 **완전탐색(Brute-force)** 문제이다. [PROGRAMMERS : 소수 찾기](https://programmers.co.kr/learn/courses/30/lessons/42839) ​ > 문제 이해 문제를 읽어보자. 먼저 이 문제에서 나오는 변수는 총 1가지이다. - numbers : ...
14.680412
93
0.573034
kor_Hang
0.980764
9c4ed5deaf2a2614bbe62be9e17b5ffd14501df9
6,162
md
Markdown
README.md
MSUSSolutionAccelerators/AI-Powered-Call-Center-Intelligence-Solution-Accelerator
bc76372d932dbb7d92cf1d7bb8b90861ce2bb7ec
[ "MIT" ]
null
null
null
README.md
MSUSSolutionAccelerators/AI-Powered-Call-Center-Intelligence-Solution-Accelerator
bc76372d932dbb7d92cf1d7bb8b90861ce2bb7ec
[ "MIT" ]
null
null
null
README.md
MSUSSolutionAccelerators/AI-Powered-Call-Center-Intelligence-Solution-Accelerator
bc76372d932dbb7d92cf1d7bb8b90861ce2bb7ec
[ "MIT" ]
null
null
null
![MSUS Solution Accelerator](./images/MSUS%20Solution%20Accelerator%20Banner%20Two_981.png) # AI Powered Call Center Intelligence Solution Accelerator The AI Powered Call Center Intelligence Solution Accelerator drives huge cost saving in call center operations while improving call center efficiency & customer satisf...
76.074074
457
0.773288
eng_Latn
0.989201
9c4f00780efe035a2fa06ca79bd945a0ccd2fc4c
19
md
Markdown
Pods/AFOSQLite/README.md
PangDuTechnology/AFOPlaylist
ea805644dee8af5f663baee3b544112fc977a6dc
[ "MIT" ]
null
null
null
Pods/AFOSQLite/README.md
PangDuTechnology/AFOPlaylist
ea805644dee8af5f663baee3b544112fc977a6dc
[ "MIT" ]
null
null
null
Pods/AFOSQLite/README.md
PangDuTechnology/AFOPlaylist
ea805644dee8af5f663baee3b544112fc977a6dc
[ "MIT" ]
null
null
null
# AFOSQLite sqlite
6.333333
11
0.789474
kor_Hang
0.915234
9c4fbcdc1a682c557e6baafc9c433d2760bc83b7
415
md
Markdown
_tolearn/2022-12-09-263.md
woaiqiukui/woaiqiukui.github.io
6771c3eaa0c70435d09ab5eae34d718a04e686b3
[ "CC0-1.0" ]
null
null
null
_tolearn/2022-12-09-263.md
woaiqiukui/woaiqiukui.github.io
6771c3eaa0c70435d09ab5eae34d718a04e686b3
[ "CC0-1.0" ]
null
null
null
_tolearn/2022-12-09-263.md
woaiqiukui/woaiqiukui.github.io
6771c3eaa0c70435d09ab5eae34d718a04e686b3
[ "CC0-1.0" ]
null
null
null
--- layout: post title: 263 category: ['Learning'] --- http://mp.weixin.qq.com/s?__biz=MzIyMjkzMzY4Ng==&amp;mid=2247495080&amp;idx=1&amp;sn=15f87763c38070aa891da01f139ed84d&amp;chksm=e8274a71df50c3679004a9e41a22f2f278cecee46f048e25b4d411315b5a788535da820e034a&amp;mpshare=1&amp;scene=1&amp;srcid=11296Ab7rtRc5RtJwYkNuOE...
41.5
356
0.843373
yue_Hant
0.230345
9c50f9cd00f62a90123e02ec4a5bdfed58a8f43c
425
md
Markdown
issue-report.md
florapdx/teamplates
ef88f9ffb91e04391cbb8d58f1becd1aae7a0d0a
[ "MIT" ]
8
2015-10-03T21:40:42.000Z
2020-01-15T13:27:35.000Z
issue-report.md
florapdx/teamplates
ef88f9ffb91e04391cbb8d58f1becd1aae7a0d0a
[ "MIT" ]
null
null
null
issue-report.md
florapdx/teamplates
ef88f9ffb91e04391cbb8d58f1becd1aae7a0d0a
[ "MIT" ]
null
null
null
## Issue story When I try to \_\_\_ I expect to see \_\_\_, but instead \_\_\_ happens. ## Environment Device: Operating System: Browser: ## Steps to reproduce 1. 2. 3. 4. ## Screenshots and/or screencast/s (if applicable) ## Any background or additional information you'd like to include? [if applicable] Chan...
14.166667
72
0.705882
eng_Latn
0.937242
9c516f24be1eb04b69609b6d6f0c639670315acc
145
md
Markdown
blog/ceci-est-un-nouveau-billet-de-blog.md
RebootGG/netlify-cms
1a6b67d2a30a7f1ef52e1d92a72e7d4b873120cd
[ "RSA-MD" ]
null
null
null
blog/ceci-est-un-nouveau-billet-de-blog.md
RebootGG/netlify-cms
1a6b67d2a30a7f1ef52e1d92a72e7d4b873120cd
[ "RSA-MD" ]
null
null
null
blog/ceci-est-un-nouveau-billet-de-blog.md
RebootGG/netlify-cms
1a6b67d2a30a7f1ef52e1d92a72e7d4b873120cd
[ "RSA-MD" ]
null
null
null
--- path: blog-post date: 2020-11-22T21:25:03.303Z title: Ceci est un nouveau billet de blog --- Ceci est le corps de mon nouveau billet de blog
20.714286
47
0.731034
fra_Latn
0.884023
9c52eeca4b2e9ad77d8cf2c7987803573c823b18
3,477
md
Markdown
content/terms/object/intro/intro.md
sunshine12cc/shanhe-docs
bec922c616116631e404ecd57816ccb8816b0ec9
[ "Apache-2.0" ]
null
null
null
content/terms/object/intro/intro.md
sunshine12cc/shanhe-docs
bec922c616116631e404ecd57816ccb8816b0ec9
[ "Apache-2.0" ]
null
null
null
content/terms/object/intro/intro.md
sunshine12cc/shanhe-docs
bec922c616116631e404ecd57816ccb8816b0ec9
[ "Apache-2.0" ]
null
null
null
--- title: "山河对象存储服务等级协议" date: 2021-07-07T00:40:25+09:00 description: Test description draft: false enableToc: false --- # 对象存储服务OIS 服务等级协议 ##### 版本生效日期:2021年7月2日 ## 1. 服务范围 对象存储服务OIS是山东泉云智慧科技有限公司(以下简称“本公司”或“山河”)所有及运营山河云计算服务网站(https://www.shanhe.com/)中提供的是一个无限容量的在线存储和访问平台,对象存储服务OIS为用户提供一种稳定、安全、高效以及高扩展的存储服务,支持非结构化数...
27.377953
146
0.797527
yue_Hant
0.665879
9c531ab40165470020e16bf492d5bac4fcd3d7d3
38
md
Markdown
README.md
morisha/coder-clone
e45f8c81ad1d421da8079a42290b6b15abf34ae1
[ "MIT" ]
null
null
null
README.md
morisha/coder-clone
e45f8c81ad1d421da8079a42290b6b15abf34ae1
[ "MIT" ]
null
null
null
README.md
morisha/coder-clone
e45f8c81ad1d421da8079a42290b6b15abf34ae1
[ "MIT" ]
null
null
null
# coder-clone coder clone html design
12.666667
23
0.789474
kor_Hang
0.72546
9c53cae4681223bb2ad30dcdbce384ba88a7aab6
1,056
md
Markdown
libraries/ArduinoBLE/README.md
RIAEvangelist/SCv2-sketches
9d46eeea0bd768dd70309d4567d178420973b9a3
[ "MIT" ]
3
2022-01-23T22:49:41.000Z
2022-03-24T00:16:21.000Z
libraries/ArduinoBLE/README.md
RIAEvangelist/SCv2-sketches
9d46eeea0bd768dd70309d4567d178420973b9a3
[ "MIT" ]
null
null
null
libraries/ArduinoBLE/README.md
RIAEvangelist/SCv2-sketches
9d46eeea0bd768dd70309d4567d178420973b9a3
[ "MIT" ]
4
2022-01-23T22:02:48.000Z
2022-03-10T12:26:54.000Z
# ArduinoBLE Enables BLE connectivity on the Arduino MKR WiFi 1010 and Arduino UNO WiFi Rev.2. This library currently supports creating a BLE peripheral. Requires the NINA module to be running [Arduino NINA-W102 firmware](https://github.com/arduino/nina-fw) v1.2.0 or later. ## License ``` Copyright (c) 2018 Arduin...
37.714286
120
0.784091
eng_Latn
0.988829
9c557416b0dc5db6db9a854fc155bd570a6179df
130
md
Markdown
.github/CONTRIBUTING.md
PeterMortensen/wavedrom
81980793d51e975ada0ba230c42e9165b253b00a
[ "MIT" ]
48
2018-07-28T16:49:22.000Z
2022-03-18T17:48:46.000Z
.github/CONTRIBUTING.md
PeterMortensen/wavedrom
81980793d51e975ada0ba230c42e9165b253b00a
[ "MIT" ]
null
null
null
.github/CONTRIBUTING.md
PeterMortensen/wavedrom
81980793d51e975ada0ba230c42e9165b253b00a
[ "MIT" ]
15
2019-02-14T01:18:51.000Z
2022-03-01T19:15:02.000Z
# Contributing to WaveDrom We'd love for you to contribute to our source code and to make WaveDrom even better than it is today!
26
76
0.784615
eng_Latn
0.999495
9c5957e97402d51d9db24c060dbaf569c70044d3
2,188
md
Markdown
_pages/404.md
ashim888/ajna_blog
c8dbba82d6310485d1b5e98bbb571b303c583a49
[ "MIT" ]
null
null
null
_pages/404.md
ashim888/ajna_blog
c8dbba82d6310485d1b5e98bbb571b303c583a49
[ "MIT" ]
null
null
null
_pages/404.md
ashim888/ajna_blog
c8dbba82d6310485d1b5e98bbb571b303c583a49
[ "MIT" ]
null
null
null
--- layout: single author: ashim888 title: "This is the last post" canonical_url: "https://yoursite.com/custom-canonical-url" excerpt: "This post should display a **header with an overlay image**, if the theme supports it." permalink: /contact/ header: overlay_image: /assets/images/matrix.jpg image_description:...
38.385965
209
0.741316
eng_Latn
0.99859
9c59cc845fa75e59cabf0375ef2addccf6e323e6
21
md
Markdown
lambdaLayers/readme.md
bryanlabs/cloudformation-custom-resources
a783bcfa5e78be6150163ccbf95d0d808c75cfdf
[ "MIT" ]
null
null
null
lambdaLayers/readme.md
bryanlabs/cloudformation-custom-resources
a783bcfa5e78be6150163ccbf95d0d808c75cfdf
[ "MIT" ]
null
null
null
lambdaLayers/readme.md
bryanlabs/cloudformation-custom-resources
a783bcfa5e78be6150163ccbf95d0d808c75cfdf
[ "MIT" ]
null
null
null
## Lambda Layers info
21
21
0.761905
eng_Latn
0.887992
9c5a5c25067b7f914fff2129c78f301db6ac0608
9,561
md
Markdown
articles/active-directory/active-directory-saas-bime-tutorial.md
OpenLocalizationTestOrg/azure-docs-pr15_fr-BE
753623e5195c97bb016b3a1f579431af9672c200
[ "CC-BY-3.0", "CC-BY-4.0", "MIT" ]
null
null
null
articles/active-directory/active-directory-saas-bime-tutorial.md
OpenLocalizationTestOrg/azure-docs-pr15_fr-BE
753623e5195c97bb016b3a1f579431af9672c200
[ "CC-BY-3.0", "CC-BY-4.0", "MIT" ]
null
null
null
articles/active-directory/active-directory-saas-bime-tutorial.md
OpenLocalizationTestOrg/azure-docs-pr15_fr-BE
753623e5195c97bb016b3a1f579431af9672c200
[ "CC-BY-3.0", "CC-BY-4.0", "MIT" ]
null
null
null
<properties pageTitle="Didacticiel : Intégration de Azure Active Directory avec Bime | Microsoft Azure" description="Apprenez à utiliser Bime avec Azure Active Directory pour activer l’ouverture de session unique, la mise en service automatique et bien plus encore !" services="active-directory" auth...
62.084416
329
0.759962
fra_Latn
0.956277
9c5b4aefc36e811056e81fd9732fb0b343b56511
655
md
Markdown
README.md
Members1stFCU/Members1stFCU.github.io
b7960ec2f2762cb575fe37e4cf9651a7251cfdf5
[ "MIT" ]
1
2022-03-21T23:22:12.000Z
2022-03-21T23:22:12.000Z
README.md
Members1stFCU/Members1stFCU.github.io
b7960ec2f2762cb575fe37e4cf9651a7251cfdf5
[ "MIT" ]
9
2016-04-28T01:10:49.000Z
2017-11-30T16:49:16.000Z
README.md
Members1stFCU/Members1stFCU.github.io
b7960ec2f2762cb575fe37e4cf9651a7251cfdf5
[ "MIT" ]
8
2016-04-28T00:44:58.000Z
2020-09-02T17:18:32.000Z
# [Members1stFCU.github.io](http://Members1stFCU.github.io) This is a blog for developers at Members 1st FCU to log their thoughts, tips, and tricks while working on the coding, build, and deployment of "modern" applications. **NOTE:** Definition of "modern" applications including, but not limited to: * .NET Core 2.0...
22.586207
165
0.734351
eng_Latn
0.628363
9c5d5faf96c9ebe4b93823a1ffe2669c382a2329
1,445
md
Markdown
260-function-theory/abjections/surjection.md
mandober/debrief.math
c6bf21581ccb48a82a74038135bca09c1d0c2a4f
[ "Unlicense" ]
1
2019-01-18T21:56:33.000Z
2019-01-18T21:56:33.000Z
260-function-theory/abjections/surjection.md
mandober/debrief.math
c6bf21581ccb48a82a74038135bca09c1d0c2a4f
[ "Unlicense" ]
1
2019-06-16T19:34:58.000Z
2019-06-16T19:35:03.000Z
260-function/pages/surjection.md
mandober/dust-dllci
3afc7936579dfefd7f823d774c4ac17cc6c57666
[ "Unlicense" ]
null
null
null
# Surjective function https://en.wikipedia.org/wiki/Surjective_function A function `f` from a set `X` to a set `Y` is a **surjective function** (also known as *onto* or a *surjection*), if for every element `y` in the codomain `Y` of `f`, there is at least one element `x` in the domain `X` of `f` such that `f(x) = y`...
57.8
367
0.704498
eng_Latn
0.999592
9c5d8cc4bc67ff22f8a2c0d21f24da98d4fe32fd
271
md
Markdown
src/chapter-02-business/00-overview-business.md
icrobotics-team167/docs
66987473b6b03183560690c046422178eb194093
[ "0BSD" ]
null
null
null
src/chapter-02-business/00-overview-business.md
icrobotics-team167/docs
66987473b6b03183560690c046422178eb194093
[ "0BSD" ]
24
2020-07-25T04:45:01.000Z
2020-08-30T01:11:41.000Z
src/chapter-02-business/00-overview-business.md
icrobotics-team167/docs
66987473b6b03183560690c046422178eb194093
[ "0BSD" ]
null
null
null
# Business This chapter will go over important business topics such as how to interact with companies, how to raise money, how to do meaningful outreach, how to coordinate Junior Bots summer camps, how to write newsletters, and how to manage team social media accounts.
67.75
258
0.804428
eng_Latn
0.999924
9c5e6b59921be9c192b9b2f403949a9d5d6ed200
22,024
md
Markdown
articles/virtual-machines/windows/sql/virtual-machines-windows-sql-automated-backup-v2.md
marcduiker/azure-docs.nl-nl
747ce1fb22d13d1e7c351e367c87810dd9eafa08
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/virtual-machines/windows/sql/virtual-machines-windows-sql-automated-backup-v2.md
marcduiker/azure-docs.nl-nl
747ce1fb22d13d1e7c351e367c87810dd9eafa08
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/virtual-machines/windows/sql/virtual-machines-windows-sql-automated-backup-v2.md
marcduiker/azure-docs.nl-nl
747ce1fb22d13d1e7c351e367c87810dd9eafa08
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Automatische back-v2 voor SQL Server 2016 Azure Virtual Machines | Microsoft Docs description: Verklaart de functie voor automatische back-up voor SQL Server 2016 virtuele machines in Azure wordt uitgevoerd. In dit artikel is specifiek voor virtuele machines met behulp van de Resource Manager. services: vi...
66.138138
596
0.791137
nld_Latn
0.995827
9c5ef2a009582b73a8349b4eb81cd949790936ae
1,331
md
Markdown
README.md
JunAILiang/JMDropMenu
f1823374e71229befcb141886bd0e6bd5dc0a80e
[ "MIT" ]
73
2017-12-21T10:40:04.000Z
2022-02-14T07:45:53.000Z
README.md
zbwbb/JMDropMenu
f1823374e71229befcb141886bd0e6bd5dc0a80e
[ "MIT" ]
3
2017-12-23T03:39:38.000Z
2020-05-22T07:25:35.000Z
README.md
zbwbb/JMDropMenu
f1823374e71229befcb141886bd0e6bd5dc0a80e
[ "MIT" ]
23
2017-12-29T06:51:10.000Z
2022-01-27T10:58:41.000Z
# JMDropMenu 仿QQ、微信下拉菜单封装, 一行代码实现QQ和微信的下拉菜单 * 支持自定义样式 * 支持CocoaPods ![](https://github.com/JunAILiang/JMDropMenu/raw/master/JMDropMenu/JMDropMenu.gif) # 如何使用 * 通过CocoaPods导入 `pod 'JMDropMenu', '~> 0.1.1'` * 手动导入 直接下载工程把 `JMDropMenu` 文件夹导入到自己工程中 ## 初始化数据 ``` self.titleArr = @[@"创建群聊",@"加好友/群",@"扫一扫",@"付款",@"拍摄"]; s...
27.729167
215
0.687453
yue_Hant
0.64892
9c602c8d457efcd449f12b9692c61da2672c1b56
7,964
md
Markdown
README.md
wltrup/LinearLookupTable
67cb090c0c6d00027e4b6e1c4118f7e650fd27e3
[ "MIT" ]
null
null
null
README.md
wltrup/LinearLookupTable
67cb090c0c6d00027e4b6e1c4118f7e650fd27e3
[ "MIT" ]
null
null
null
README.md
wltrup/LinearLookupTable
67cb090c0c6d00027e4b6e1c4118f7e650fd27e3
[ "MIT" ]
null
null
null
# LinearLookupTable ![](https://img.shields.io/badge/platforms-iOS%2010%20%7C%20tvOS%2010%20%7C%20watchOS%204%20%7C%20macOS%2010.14-red) [![Xcode](https://img.shields.io/badge/Xcode-11-blueviolet.svg)](https://developer.apple.com/xcode) [![Swift](https://img.shields.io/badge/Swift-5.0-orange.svg)](https://swift.org) ![...
41.264249
584
0.641763
eng_Latn
0.992259
9c60c4800ad00bf71ddefbe7d07aabb8294ff233
33
md
Markdown
README.md
mmubai/like-app-shop
3458d595311899542f00a355fe7ca789af5c170f
[ "MIT" ]
null
null
null
README.md
mmubai/like-app-shop
3458d595311899542f00a355fe7ca789af5c170f
[ "MIT" ]
null
null
null
README.md
mmubai/like-app-shop
3458d595311899542f00a355fe7ca789af5c170f
[ "MIT" ]
null
null
null
# like-app-shop 基于CI的WebApp单用户商城
11
16
0.818182
nob_Latn
0.446513
9c611597a7bfcf17bd7063396e91624808d5d3fd
795
md
Markdown
_posts/2018-6-8-radix-sort.md
minwook-shin/minwook-shin.github.com
3330dab2692d6e3a34cc07bfb5df55f6a9f8b9dd
[ "MIT" ]
null
null
null
_posts/2018-6-8-radix-sort.md
minwook-shin/minwook-shin.github.com
3330dab2692d6e3a34cc07bfb5df55f6a9f8b9dd
[ "MIT" ]
null
null
null
_posts/2018-6-8-radix-sort.md
minwook-shin/minwook-shin.github.com
3330dab2692d6e3a34cc07bfb5df55f6a9f8b9dd
[ "MIT" ]
null
null
null
--- layout: post title: 기수 정렬에 대하여 알아보기 --- 오늘은 기수 정렬에 대하여 작성해보고자 합니다. ## 개요 분배 방식의 정렬 방식으로 정렬할 원소의 키값에 해당하는 버킷에 원소를 분배하였다가 버킷의 순서대로 원소를 꺼내는 방법을 반복하는 것을 기수 정렬이라고 합니다. 원소의 키를 표한하는 값의 기수만큼 버킷이 필요하고, 키값의 자릿수만큼 기수 정렬을 사용합니다. 10진수로 표현된 키값을 가진 원소들을 정렬할 때에는 0부터 9까지 10개의 버킷을 사용하고 키값의 일의 자리에 대한 기수 정렬을 수행합니다. 다음 단계에서는 키값의 십...
22.083333
133
0.535849
kor_Hang
1.00001
9c6175e931f86034602786758117882d683fd701
991
md
Markdown
README.md
juliosmelo/theGentleman
cb4c8576f0c85fad2f8d0d95ffcda4abeb5c2d43
[ "Apache-2.0" ]
1
2021-05-14T09:04:12.000Z
2021-05-14T09:04:12.000Z
README.md
juliosmelo/theGentleman
cb4c8576f0c85fad2f8d0d95ffcda4abeb5c2d43
[ "Apache-2.0" ]
null
null
null
README.md
juliosmelo/theGentleman
cb4c8576f0c85fad2f8d0d95ffcda4abeb5c2d43
[ "Apache-2.0" ]
null
null
null
```bash _ _ ____ _ _ | |_| |__ ___ / ___| ___ _ __ | |_| | ___ _ __ ___ __ _ _ __ | __| '_ \ / _ \ | | _ / _ \ '_ \| __| |/ _ \ '_ ` _ \ / _` | '_ \ | |_| | | | __/ | |_| | __/ | | | |_| | __/ | | | | | (_| | | | | \__|_| |_|\___| \____|\___|_| |_|\__|_|\___|_| |_| |_|\__,_|_| |_...
24.775
116
0.59334
eng_Latn
0.712313
9c62738cbbd7f96e1be3f9d6e7a7fd6613059c95
31
md
Markdown
README.md
Cristoia/octo-disco-resisenado
b9bec649066ee0751f76ec153a6925efa15638c7
[ "MIT" ]
null
null
null
README.md
Cristoia/octo-disco-resisenado
b9bec649066ee0751f76ec153a6925efa15638c7
[ "MIT" ]
null
null
null
README.md
Cristoia/octo-disco-resisenado
b9bec649066ee0751f76ec153a6925efa15638c7
[ "MIT" ]
null
null
null
# octo-disco-resisenado Prueba
10.333333
23
0.806452
spa_Latn
0.978412
9c65045ef58855660135eb12c2b0695619d43c28
834
md
Markdown
VBA/Word-VBA/articles/document-originaldocumenttitle-property-word.md
oloier/VBA-content
6b3cb5769808b7e18e3aff55a26363ebe78e4578
[ "CC-BY-4.0", "MIT" ]
584
2015-09-01T10:09:09.000Z
2022-03-30T15:47:20.000Z
VBA/Word-VBA/articles/document-originaldocumenttitle-property-word.md
oloier/VBA-content
6b3cb5769808b7e18e3aff55a26363ebe78e4578
[ "CC-BY-4.0", "MIT" ]
585
2015-08-28T20:20:03.000Z
2018-08-31T03:09:51.000Z
VBA/Word-VBA/articles/document-originaldocumenttitle-property-word.md
oloier/VBA-content
6b3cb5769808b7e18e3aff55a26363ebe78e4578
[ "CC-BY-4.0", "MIT" ]
590
2015-09-01T10:09:09.000Z
2021-09-27T08:02:27.000Z
--- title: Document.OriginalDocumentTitle Property (Word) keywords: vbawd10.chm158007815 f1_keywords: - vbawd10.chm158007815 ms.prod: word api_name: - Word.Document.OriginalDocumentTitle ms.assetid: 75f716ea-f944-54da-c3d9-4376c082e6f0 ms.date: 06/08/2017 --- # Document.OriginalDocumentTitle Property (Word) Returns ...
21.384615
152
0.773381
eng_Latn
0.440172
9c6549e5809d61ded8eacdad1cdafdda28679053
3,571
md
Markdown
proto/README.md
alancleary/microservices
6132a76aa063b749bada17fe98415cd8d5d4fb17
[ "Apache-2.0" ]
null
null
null
proto/README.md
alancleary/microservices
6132a76aa063b749bada17fe98415cd8d5d4fb17
[ "Apache-2.0" ]
null
null
null
proto/README.md
alancleary/microservices
6132a76aa063b749bada17fe98415cd8d5d4fb17
[ "Apache-2.0" ]
null
null
null
This directory contains `.proto` files ([Protocol Buffers](https://developers.google.com/protocol-buffers)) that define structured data types that may be used by the microservices in this repository and the clients that interact with them. Each `.proto` file is individually versioned (i.e. MAJOR.MINOR.PATCH) to allow m...
96.513514
271
0.797816
eng_Latn
0.998987
9c6578d16b1e0fa34ceddbd980b4e2c83e515ee8
3,816
md
Markdown
README.md
joseph-zabaleta/streams-client
b36264d1ae5ca56804fc51dfe6f1e93f6ed98917
[ "MIT" ]
null
null
null
README.md
joseph-zabaleta/streams-client
b36264d1ae5ca56804fc51dfe6f1e93f6ed98917
[ "MIT" ]
null
null
null
README.md
joseph-zabaleta/streams-client
b36264d1ae5ca56804fc51dfe6f1e93f6ed98917
[ "MIT" ]
null
null
null
# Stream Project ## Table of Contents --- - [Stream Project](#stream-project) - [Overview](#overview) - [Installation](#installation) - [Part 1 Client App](#part-1-installation) - [Part 2 API Server](#part-2-installation) - [Part 3 RTMP Server](#part-3-installation) - ...
36
362
0.746331
eng_Latn
0.968894
9c65ef9b634aef3c85b7260ca912387556428165
10,372
md
Markdown
intl.en-US/User Guide/Widget guide/Scatter charts/Scatter plot.md
AthenaCiCi/datav
00c9fb288fdac0027c59b6e0e3f52e231b437fcf
[ "MIT" ]
null
null
null
intl.en-US/User Guide/Widget guide/Scatter charts/Scatter plot.md
AthenaCiCi/datav
00c9fb288fdac0027c59b6e0e3f52e231b437fcf
[ "MIT" ]
null
null
null
intl.en-US/User Guide/Widget guide/Scatter charts/Scatter plot.md
AthenaCiCi/datav
00c9fb288fdac0027c59b6e0e3f52e231b437fcf
[ "MIT" ]
null
null
null
# Scatter plot {#concept_ubc_lbt_cfb .concept} You can add one or more scatter plots to a project to display the series in different time periods. ## Style {#section_ycw_lxr_q2b .section} - **Basic Attributes** - **Size**: Set the size of the widget by adjusting its width and height. - **Position**: S...
77.402985
350
0.668049
eng_Latn
0.983047
9c67940aaca3c4668b60db5bcd9fd22eca75b0fc
81
md
Markdown
_pages/publications.md
sgarg18/ShubhamGarg.github.io
f0570c2c4b84dfc026b3f6d19ede45032bc0dd0f
[ "MIT" ]
null
null
null
_pages/publications.md
sgarg18/ShubhamGarg.github.io
f0570c2c4b84dfc026b3f6d19ede45032bc0dd0f
[ "MIT" ]
1
2022-03-26T07:02:39.000Z
2022-03-26T07:02:39.000Z
_pages/publications.md
sgarg18/ShubhamGarg.github.io
f0570c2c4b84dfc026b3f6d19ede45032bc0dd0f
[ "MIT" ]
null
null
null
--- permalink: /Projects/ title: "" excerpt: "" #toc: true author_profile: true
10.125
21
0.666667
eng_Latn
0.716643
9c67c30d52b19a030e85c7527dca984bf7a66653
16,229
md
Markdown
design-docs/done/incremental-build.md
stefb965/gradle
eb65d008dcce11907e123a45eb1b51584cc0edea
[ "Apache-2.0" ]
null
null
null
design-docs/done/incremental-build.md
stefb965/gradle
eb65d008dcce11907e123a45eb1b51584cc0edea
[ "Apache-2.0" ]
null
null
null
design-docs/done/incremental-build.md
stefb965/gradle
eb65d008dcce11907e123a45eb1b51584cc0edea
[ "Apache-2.0" ]
1
2018-08-26T23:41:56.000Z
2018-08-26T23:41:56.000Z
# Establishing Baseline ## ~~Story: Add 'profiler' (YourKit) hook to performance test harness~~ - Make it easier for us to collect profiling data and share profiling setup - ~~Gradle dev adds `YJP_HOME` (Yourkit home directory path) or `YJP_AGENT_PATH` (Yourkit agent library file path) environment variable.~~ - ~~Gra...
46.105114
363
0.763818
eng_Latn
0.988252
9c68dc14b88963866b24ec2034d152d6c7ab609b
58
md
Markdown
README.md
jeffufpost/jeffufpost.github.io
87a03d92ee2d7ea0d05d4903ccd3651745551e47
[ "MIT" ]
null
null
null
README.md
jeffufpost/jeffufpost.github.io
87a03d92ee2d7ea0d05d4903ccd3651745551e47
[ "MIT" ]
null
null
null
README.md
jeffufpost/jeffufpost.github.io
87a03d92ee2d7ea0d05d4903ccd3651745551e47
[ "MIT" ]
null
null
null
Personal page using Jekyll-Uno-theme (from Thomas Zühlke)
29
57
0.810345
eng_Latn
0.802683
9c68e0067a5fd22c360017388868eba23dac2bd1
249
md
Markdown
README.md
starlingvibes/ieee-tech-brushup2022
d3f01f2c17157627ddeb28bacffc5825fe8d40a4
[ "MIT" ]
null
null
null
README.md
starlingvibes/ieee-tech-brushup2022
d3f01f2c17157627ddeb28bacffc5825fe8d40a4
[ "MIT" ]
null
null
null
README.md
starlingvibes/ieee-tech-brushup2022
d3f01f2c17157627ddeb28bacffc5825fe8d40a4
[ "MIT" ]
null
null
null
# IEEE Tech Brush-Up 2022 My presentation slides on "Computer Networking: The past, present and future" <p align="center"><img src="./first-slide.png"></p> <!--Looking for a flag? 😀: Q29uZ3JhdHVsYXRpb25zIPCfjoogCgp7MTMzMy1UM0NIQlJVNUgtVVAyMDIyfQ-->
49.8
92
0.767068
yue_Hant
0.525426
9c68ed135502091a5cfe5d448dc75c662a1b6478
77
md
Markdown
README.md
Kivoie/DanOBD2
c8535f6a16221349db9bbad7be3e2c0eb00bdf8e
[ "MIT" ]
2
2020-09-18T04:40:59.000Z
2021-03-08T03:41:19.000Z
README.md
Kivoie/DanOBD2
c8535f6a16221349db9bbad7be3e2c0eb00bdf8e
[ "MIT" ]
null
null
null
README.md
Kivoie/DanOBD2
c8535f6a16221349db9bbad7be3e2c0eb00bdf8e
[ "MIT" ]
null
null
null
# DanOBD2 Custom OBD2 reader using any ELM327 adapter (bluetooth and wired).
25.666667
66
0.792208
eng_Latn
0.939627
9c692aa63a6b2fc77cdfe6e4ecb7d4779de6fee6
107
md
Markdown
module/Procure/src/Procure/Application/Query/README.md
ngmautri/nhungttk
70c5aadcad11b9975cd926bf03eba95501ce7841
[ "Apache-2.0", "BSD-3-Clause" ]
1
2020-09-28T03:04:16.000Z
2020-09-28T03:04:16.000Z
module/Procure/src/Procure/Application/Messager/MessagerHandler/README.md
ngmautri/nhungttk
70c5aadcad11b9975cd926bf03eba95501ce7841
[ "Apache-2.0", "BSD-3-Clause" ]
3
2020-08-31T06:17:58.000Z
2021-10-02T01:11:57.000Z
module/Procure/src/Procure/Application/Messager/MessagerHandler/README.md
ngmautri/nhungttk
70c5aadcad11b9975cd926bf03eba95501ce7841
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
nmt.bat should be on \vendor\doctrine\doctrine-module\bin -Duser.name=Nguyen Mau Tri // on eclipse.ini
26.75
58
0.747664
eng_Latn
0.441087
9c6acc9a779a5443bf8d5495fb31b5b38a936d3a
3,512
md
Markdown
wdk-ddi-src/content/udecxusbdevice/ns-udecxusbdevice-_udecx_usb_endpoint_init_and_metadata.md
pcfist/windows-driver-docs-ddi
a14a7b07cf628368a637899de9c47e9eefba804c
[ "CC-BY-4.0", "MIT" ]
null
null
null
wdk-ddi-src/content/udecxusbdevice/ns-udecxusbdevice-_udecx_usb_endpoint_init_and_metadata.md
pcfist/windows-driver-docs-ddi
a14a7b07cf628368a637899de9c47e9eefba804c
[ "CC-BY-4.0", "MIT" ]
null
null
null
wdk-ddi-src/content/udecxusbdevice/ns-udecxusbdevice-_udecx_usb_endpoint_init_and_metadata.md
pcfist/windows-driver-docs-ddi
a14a7b07cf628368a637899de9c47e9eefba804c
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- UID: NS:udecxusbdevice._UDECX_USB_ENDPOINT_INIT_AND_METADATA title: "_UDECX_USB_ENDPOINT_INIT_AND_METADATA" author: windows-driver-content description: Contains the descriptors supported by an endpoint of a virtual USB device. old-location: buses\udecx_usb_endpoint_init_and_metadata.htm old-project: usbref ms.asset...
33.447619
441
0.805524
yue_Hant
0.880268
9c6b272d1290c5cf05fba0cae43defbc17f3038d
27,735
md
Markdown
_posts/2019-09-25-华为之战的虚伪:技术的巴尔干化 - iYouPort.md
NodeBE4/oped2
1c44827a3b1e06164b390ff9abfae728b744dd4f
[ "MIT" ]
1
2020-09-16T02:05:30.000Z
2020-09-16T02:05:30.000Z
_posts/2019-09-25-华为之战的虚伪:技术的巴尔干化 - iYouPort.md
NodeBE4/oped2
1c44827a3b1e06164b390ff9abfae728b744dd4f
[ "MIT" ]
null
null
null
_posts/2019-09-25-华为之战的虚伪:技术的巴尔干化 - iYouPort.md
NodeBE4/oped2
1c44827a3b1e06164b390ff9abfae728b744dd4f
[ "MIT" ]
1
2020-11-04T04:49:44.000Z
2020-11-04T04:49:44.000Z
--- layout: post title: "华为之战的虚伪:技术的巴尔干化 - iYouPort" date: 2019-09-25T16:03:37+00:00 author: iYouPort from: https://www.iyouport.org/%e5%8d%8e%e4%b8%ba%e4%b9%8b%e6%88%98%e7%9a%84%e8%99%9a%e4%bc%aa%ef%bc%9a%e6%8a%80%e6%9c%af%e7%9a%84%e5%b7%b4%e5%b0%94%e5%b9%b2%e5%8c%96/ tags: [ iYouPort ] categories: [ iYouPort ] --- <...
50.983456
1,041
0.693204
yue_Hant
0.312561
9c6bed110309490f05d046c1a091594c5e665acc
739
md
Markdown
writing/chapter-5/push-it.md
nickmcintyre/synchrony
e75ebc2633e9a700c0e0e9a5382224c37102f03a
[ "MIT" ]
null
null
null
writing/chapter-5/push-it.md
nickmcintyre/synchrony
e75ebc2633e9a700c0e0e9a5382224c37102f03a
[ "MIT" ]
null
null
null
writing/chapter-5/push-it.md
nickmcintyre/synchrony
e75ebc2633e9a700c0e0e9a5382224c37102f03a
[ "MIT" ]
null
null
null
<p class="main-text small-text"> It was almost as bad as creating a bunch of new variables. This array object would be much more useful if you could add things to it, so you made sure it had a function called <code>push()</code> that let you add new elements. </p> <pre><code data-trim class="language-javascript"> l...
32.130435
230
0.673884
eng_Latn
0.989999
9c6e18a52bf41c29664b23953dd67b353e4c8b77
1,936
md
Markdown
docs/web-service-reference/referralport-pox.md
isabella232/office-developer-exchange-docs.pt-BR
8cfcb3b680209a345a8a30cf9b39ef2b773eadd9
[ "CC-BY-4.0", "MIT" ]
1
2020-05-19T18:53:55.000Z
2020-05-19T18:53:55.000Z
docs/web-service-reference/referralport-pox.md
isabella232/office-developer-exchange-docs.pt-BR
8cfcb3b680209a345a8a30cf9b39ef2b773eadd9
[ "CC-BY-4.0", "MIT" ]
2
2021-12-08T04:01:25.000Z
2021-12-08T04:02:00.000Z
docs/web-service-reference/referralport-pox.md
isabella232/office-developer-exchange-docs.pt-BR
8cfcb3b680209a345a8a30cf9b39ef2b773eadd9
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: ReferralPort (POX) manager: sethgros ms.date: 09/17/2015 ms.audience: Developer ms.topic: reference ms.localizationpriority: medium api_type: - schema ms.assetid: cd693f1e-fed4-4eb9-8297-178906f47050 description: O elemento ReferralPort especifica a porta usada para obter uma referência para um diretório. ms...
28.057971
228
0.737087
por_Latn
0.92385
9c722659d2ba9cb17a3371bbf3e2cebaf63c156c
5,044
md
Markdown
README.md
Godlander/vpp
d32c9b5d37b6fc4fcca2b20ec0305d652ef4725e
[ "CC-BY-4.0" ]
36
2021-10-30T01:51:41.000Z
2022-03-21T11:59:43.000Z
README.md
Godlander/vpp
d32c9b5d37b6fc4fcca2b20ec0305d652ef4725e
[ "CC-BY-4.0" ]
5
2021-12-24T19:22:47.000Z
2022-03-27T22:47:28.000Z
README.md
Godlander/vpp
d32c9b5d37b6fc4fcca2b20ec0305d652ef4725e
[ "CC-BY-4.0" ]
null
null
null
# [v++](https://github.com/Godlander/vpp/blob/main/v++.zip?raw=true) A vanilla minecraft complimentary resourcepack focused on improving visual quality and the survival experience. This pack uses vanilla shaders, which are likely incompatible with Optifine, Sodium, or any other mod that affects client side rendering....
60.771084
138
0.792625
yue_Hant
0.331409
9c72a4dbd6f448e99064712f0e9c5aab201be582
319
md
Markdown
with-istio/greeting/https/Linode.md
john-morsley/learning-istio
528f2f872b5aee8e6d25c5bffa208323df3ac85a
[ "MIT" ]
null
null
null
with-istio/greeting/https/Linode.md
john-morsley/learning-istio
528f2f872b5aee8e6d25c5bffa208323df3ac85a
[ "MIT" ]
null
null
null
with-istio/greeting/https/Linode.md
john-morsley/learning-istio
528f2f872b5aee8e6d25c5bffa208323df3ac85a
[ "MIT" ]
null
null
null
# Linode Log into your Linode dashboard... https://cloud.linode.com/dashboard Create a Kubernetes cluster: `john-morsley-istio` Download your 'Kubeconfig' file, and then: ```bash export KUBECONFIG=~/Downloads/john-morsley-istio-kubeconfig.yaml ``` Install Istio into the cluster... ```bash istioctl install ```
15.95
64
0.742947
eng_Latn
0.342182
9c72b8fd18b0860f08d72541ee68b3563b1f90ce
1,094
md
Markdown
_posts/2009-10-10-google今天又遭黑手了?.md
backup53/1984bbs
152406c37afab79176f0d094de5ac4cb0c780730
[ "MIT" ]
18
2020-01-02T21:43:02.000Z
2022-02-14T02:40:34.000Z
_posts/2009-10-10-google今天又遭黑手了?.md
wzxwj/1984bbs
152406c37afab79176f0d094de5ac4cb0c780730
[ "MIT" ]
3
2020-01-01T16:53:59.000Z
2020-01-05T10:14:11.000Z
_posts/2009-10-10-google今天又遭黑手了?.md
backup53/1984bbs
152406c37afab79176f0d094de5ac4cb0c780730
[ "MIT" ]
13
2020-01-20T14:27:39.000Z
2021-08-16T02:13:21.000Z
--- layout: default date: 2009-10-10 title: google今天又遭黑手了? categories: 国家局域网研究所 --- # google今天又遭黑手了? 尼采 1楼 大 中 小 发表于 2009-10-10 16:31 只看该作者 google今天又遭黑手了? gmail greader picasa 一律打不开…… --- [Terminusbot](https://github.com/TerminusBot) 整理,讨论请前往 [2049bbs.xyz](http://2049bbs.xyz/...
4.34127
89
0.562157
yue_Hant
0.993338
9c7350b3cffc7d75ba345a385fba4c8bc408e71f
91
md
Markdown
README.md
mcorrell/oneD-zoo
73c299f4fa7eeba5a27d07d481dd0b91147314f6
[ "MIT" ]
null
null
null
README.md
mcorrell/oneD-zoo
73c299f4fa7eeba5a27d07d481dd0b91147314f6
[ "MIT" ]
null
null
null
README.md
mcorrell/oneD-zoo
73c299f4fa7eeba5a27d07d481dd0b91147314f6
[ "MIT" ]
null
null
null
# oneD-zoo The many ways we have to hide things in visualizations of one-dimensional data.
30.333333
79
0.791209
eng_Latn
0.998873
9c741031f1d871576d5676abdaffc9e27cd744d1
2,009
md
Markdown
README.md
thomasjpfan/labeler
1c97f15961ec8f94fab9ea58f588ea83f7c6144e
[ "MIT" ]
null
null
null
README.md
thomasjpfan/labeler
1c97f15961ec8f94fab9ea58f588ea83f7c6144e
[ "MIT" ]
null
null
null
README.md
thomasjpfan/labeler
1c97f15961ec8f94fab9ea58f588ea83f7c6144e
[ "MIT" ]
null
null
null
# Pull Request Labeler Pull request labeler triages PRs based on the paths that are modified in the PR. Note that only pull requests being opened from the same repository can be labeled. This action will not currently work for pull requests from forks -- like is common in open source projects -- because the token fo...
30.907692
278
0.711299
eng_Latn
0.991607
9c744fef9fe33afdfead1ddf80021eeb9f17e1ec
2,120
md
Markdown
README.md
charlocc/weatherdashboard
a18a95ea5129b15d118b5bb2bc658b2d8077316b
[ "Unlicense", "MIT" ]
null
null
null
README.md
charlocc/weatherdashboard
a18a95ea5129b15d118b5bb2bc658b2d8077316b
[ "Unlicense", "MIT" ]
null
null
null
README.md
charlocc/weatherdashboard
a18a95ea5129b15d118b5bb2bc658b2d8077316b
[ "Unlicense", "MIT" ]
null
null
null
# Weather Dashboard # by Charlotte Clark ## User Story ``` AS A traveler I WANT to see the weather outlook for multiple cities SO THAT I can plan a trip accordingly ``` ## Acceptance Criteria This weather dashboard allows user to input cities and see up-to-date weather and forecast for the upcoming five days. When...
58.888889
460
0.79434
eng_Latn
0.971198
9c7517a0f00e3d68c9822874a3ea8a88e1afce26
242
md
Markdown
docs/vsto/includes/office-15-short-md.md
MicrosoftDocs/visualstudio-docs.it-
3e6906339549f32b01960e19cd3400222dcc7b94
[ "CC-BY-4.0", "MIT" ]
3
2018-03-29T21:12:32.000Z
2022-03-26T11:56:08.000Z
docs/vsto/includes/office-15-short-md.md
MicrosoftDocs/visualstudio-docs.it-
3e6906339549f32b01960e19cd3400222dcc7b94
[ "CC-BY-4.0", "MIT" ]
12
2018-03-07T15:43:33.000Z
2021-03-29T15:28:34.000Z
docs/vsto/includes/office-15-short-md.md
MicrosoftDocs/visualstudio-docs.it-
3e6906339549f32b01960e19cd3400222dcc7b94
[ "CC-BY-4.0", "MIT" ]
12
2017-11-26T08:17:38.000Z
2021-10-09T11:24:07.000Z
--- ms.openlocfilehash: 007ac1cb90f51d6ea3ce198cdbd36d9a3d0ea43b ms.sourcegitcommit: 6cfffa72af599a9d667249caaaa411bb28ea69fd ms.translationtype: MT ms.contentlocale: it-IT ms.lasthandoff: 09/02/2020 ms.locfileid: "89325110" --- Office 2013
26.888889
60
0.834711
yue_Hant
0.162501
9c76ffa78f5c9dbd49268f37e639ac3b5fa257da
2,763
md
Markdown
README.md
fanszoro/ocr_tflite
7a0efee368a8c55af128a9b094c2003c909137cf
[ "Apache-2.0" ]
null
null
null
README.md
fanszoro/ocr_tflite
7a0efee368a8c55af128a9b094c2003c909137cf
[ "Apache-2.0" ]
null
null
null
README.md
fanszoro/ocr_tflite
7a0efee368a8c55af128a9b094c2003c909137cf
[ "Apache-2.0" ]
null
null
null
# Converting Opensourced OCR Models to TFLite This repository is to create tflite models for the available ocr models. [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fanszoro/ocr_tflite.git/HEAD) ### TFLite Models Available - [Captcha OCR](https://keras.io/examples/vision/captcha_ocr/) ...
46.830508
200
0.716612
eng_Latn
0.565876
9c773d195e92210cfa3bc07f41521e4ba5b318c0
2,874
md
Markdown
articles/active-directory/develop/GuidedSetups/active-directory-singlepageapp-javascriptspa-introduction.md
Zwoch/azure-docs.de-de
c76b1dfefc2541ca6d661c9eaca428b42b34ebc8
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/active-directory/develop/GuidedSetups/active-directory-singlepageapp-javascriptspa-introduction.md
Zwoch/azure-docs.de-de
c76b1dfefc2541ca6d661c9eaca428b42b34ebc8
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/active-directory/develop/GuidedSetups/active-directory-singlepageapp-javascriptspa-introduction.md
Zwoch/azure-docs.de-de
c76b1dfefc2541ca6d661c9eaca428b42b34ebc8
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: "Angeleitetes Setup für Azure AD v2 JS SPA – Einführung | Microsoft-Dokumentation" description: "Informationen, wie JavaScript SPA-Anwendungen eine API aufrufen können, die Zugriffstoken vom Azure Active Directory v2-Endpunkt anfordert" services: active-directory documentationcenter: dev-center-name auth...
57.48
531
0.800278
deu_Latn
0.943903
9c7870417935b98888b5d782b329e900dbd01fc0
5,106
md
Markdown
_posts/2018-01-04-blog-entry-15-Week1820.md
tomaskul/tomaskul.github.io
e6f526bb2d0205bf24f50137698ba5d8cfe1241d
[ "MIT" ]
null
null
null
_posts/2018-01-04-blog-entry-15-Week1820.md
tomaskul/tomaskul.github.io
e6f526bb2d0205bf24f50137698ba5d8cfe1241d
[ "MIT" ]
null
null
null
_posts/2018-01-04-blog-entry-15-Week1820.md
tomaskul/tomaskul.github.io
e6f526bb2d0205bf24f50137698ba5d8cfe1241d
[ "MIT" ]
null
null
null
--- layout: post title: "Blog Entry #15 – Week Eighteen - Twenty" comments: false description: "My experience during the fourteenth, fifteenth, sixteenth and seventeenth week of the placement" keywords: "placement, uni, university, blog, internship, software engineering, software development, week eighteen, week ninete...
67.184211
400
0.784371
eng_Latn
0.999502
9c78f3f1d6a894f1f229229606b79efa70876a0c
844
md
Markdown
README.md
a-despres/vr-nanodegree-project-4
10cef67b88683ccded40c620c8fc17d44e56ef27
[ "MIT" ]
1
2017-01-17T20:52:58.000Z
2017-01-17T20:52:58.000Z
README.md
a-despres/vr-nanodegree-project-4
10cef67b88683ccded40c620c8fc17d44e56ef27
[ "MIT" ]
null
null
null
README.md
a-despres/vr-nanodegree-project-4
10cef67b88683ccded40c620c8fc17d44e56ef27
[ "MIT" ]
null
null
null
# VR Nanodegree - Project 4 - Puzzler Set in the middle of a desolate desert landscape, players stumble across a mysterious building in the otherwise vast nothingness. Those brave enough to venture inside must solve the puzzle of the mysterious orbs, or else... This is the fourth project for Udacity's VR Nanodegree. ...
42.2
223
0.773697
eng_Latn
0.926427
9c79a3d0101ea1eddfb2b8caf958b62908e7ad44
641
md
Markdown
README.md
StephenOTT/STIX-TAXII-DevTools
331dba5864904eb7d2bc1cbd4c54c85bc166b7ef
[ "MIT" ]
4
2019-06-04T00:01:47.000Z
2020-10-20T01:50:41.000Z
README.md
StephenOTT/STIX-TAXII-DevTools
331dba5864904eb7d2bc1cbd4c54c85bc166b7ef
[ "MIT" ]
6
2019-06-03T23:21:29.000Z
2019-06-03T23:22:55.000Z
README.md
StephenOTT/STIX-TAXII-DevTools
331dba5864904eb7d2bc1cbd4c54c85bc166b7ef
[ "MIT" ]
1
2021-11-23T09:29:02.000Z
2021-11-23T09:29:02.000Z
# STIX-TAXII-DevTools A set of development tools for supporting STIX and TAXII spec and implementation development. This project is development tooling is a continuous work in progress. ![web-app](./docs/images/stix-graph-example1.png) Supporting libraries: - https://github.com/StephenOTT/STIX-Java - https://gi...
27.869565
179
0.780031
eng_Latn
0.689481
9c79a81938f5644039ca233fbf6e6ceb81d74692
238
md
Markdown
README.md
terrywh/libparser
9d3a69e4b7b5b6cd24717109f184235e0d8f64a3
[ "MIT" ]
1
2020-01-03T13:11:15.000Z
2020-01-03T13:11:15.000Z
README.md
terrywh/lltoml
9d3a69e4b7b5b6cd24717109f184235e0d8f64a3
[ "MIT" ]
null
null
null
README.md
terrywh/lltoml
9d3a69e4b7b5b6cd24717109f184235e0d8f64a3
[ "MIT" ]
1
2021-03-04T07:36:23.000Z
2021-03-04T07:36:23.000Z
### LIBVSPP `libvspp` is a `header-only` library contains various simple progressive parsers (can be use for parsing incoming network stream): 1. `keyvalue` 2. `multipart` 3. ... Compiler support for c++17 is required; ### License MIT
19.833333
130
0.726891
eng_Latn
0.970846
9c79b5aab33c30a3e4713f7f4d58df5711ad5a2b
343
md
Markdown
notes/Pimsleur.md
dfirebaugh/second-brain
5408c95a4cd4b4aaf26adb67a29c8003cad284dd
[ "MIT" ]
4
2021-11-16T01:38:08.000Z
2021-11-17T14:12:26.000Z
notes/Pimsleur.md
dfirebaugh/second-brain
5408c95a4cd4b4aaf26adb67a29c8003cad284dd
[ "MIT" ]
null
null
null
notes/Pimsleur.md
dfirebaugh/second-brain
5408c95a4cd4b4aaf26adb67a29c8003cad284dd
[ "MIT" ]
null
null
null
# Pimsleur [Pimsleur](https://www.pimsleur.com/) is an app that has excellent mobile app that allows you to listen to dialogues and participate in [shadowing](https://en.wikipedia.org/wiki/Speech_shadowing). This seems to be an excellent way to learn some initial every-day-use phrases in a language. However, it doesn...
114.333333
331
0.778426
eng_Latn
0.993509
9c7a89e56141bf876b2a809082d2edcb9a6c2eee
971
md
Markdown
article/PK_ClusteredIndex_NONClusteredIndex.md
yijinwu1/SQL
976edd2aa46ae6694548120a07460e92b9d85e76
[ "MIT" ]
null
null
null
article/PK_ClusteredIndex_NONClusteredIndex.md
yijinwu1/SQL
976edd2aa46ae6694548120a07460e92b9d85e76
[ "MIT" ]
null
null
null
article/PK_ClusteredIndex_NONClusteredIndex.md
yijinwu1/SQL
976edd2aa46ae6694548120a07460e92b9d85e76
[ "MIT" ]
null
null
null
<h1><b>Primary Key、Clustered Index、NONClustered Index</b></h1> 每個資料表只能有一個 Clustered Index,<br/> 若需建立一個 Clustered Index,<br/> 當主索引鍵(Primary key)存在時,<br/> 需檢查此主索引鍵是否為非叢集(NONClustered),否則無法建立。<br/> 若建立索引時未指令為叢集或非叢集時,預設為建立非叢集(NONClustered)索引。<br/> 若資料表具有主索引鍵(Primary key),則建立主索引鍵預設將被設定為叢集(Clustered)<br/> 且唯一的(Unique), 故此...
27.742857
119
0.763131
yue_Hant
0.984238
9c7d5fd49daea86667ac7a5db437463dc3059bc5
10,740
md
Markdown
source/includes/main.md
ant-hq/public-docs
5307710cd07a8467e56e822586dbbd9b22a7e976
[ "Apache-2.0" ]
null
null
null
source/includes/main.md
ant-hq/public-docs
5307710cd07a8467e56e822586dbbd9b22a7e976
[ "Apache-2.0" ]
null
null
null
source/includes/main.md
ant-hq/public-docs
5307710cd07a8467e56e822586dbbd9b22a7e976
[ "Apache-2.0" ]
null
null
null
# Introduction Welcome to the anthq public API! You can use our API to build custom or reusable apps that have access most resources on Ant. This documentation is still in the early phases. # Authentication Please request API keys from avin@anthq.com Ant uses Basic Auth to process asyncronous events to its ingest...
26.584158
254
0.474115
yue_Hant
0.168685