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
202db77d06b32f03b82f03066fff7916d7ba563c
903
md
Markdown
README.md
EvianZhow/surge2clash
e8b3199a6e93f562b0ff069e0109ca75fd8ae99a
[ "MIT" ]
null
null
null
README.md
EvianZhow/surge2clash
e8b3199a6e93f562b0ff069e0109ca75fd8ae99a
[ "MIT" ]
2
2019-11-24T12:47:57.000Z
2019-11-25T07:41:00.000Z
README.md
EvianZhow/surge2clash
e8b3199a6e93f562b0ff069e0109ca75fd8ae99a
[ "MIT" ]
null
null
null
# surge2clash Convert Surge configuration to Clash format If you encounter any problems, please feel free to raise an Issue. ## Query String Options | param| description | required | | ---- | ---- | ---- | | url | Surge configuration URL | required if `data` not exist | | data | Base64 encoded string | required if...
36.12
99
0.710963
eng_Latn
0.930808
202dff9dfd91caaf5c36023679d90514bff5a278
1,635
md
Markdown
ML Kit (Product Visual Search-iOS)/README.md
HMS-Core/hms-codelabs
fab8838927449631d84f2d2cf4b16a21a2542856
[ "Apache-2.0" ]
22
2020-08-20T09:03:16.000Z
2022-02-09T06:26:57.000Z
ML Kit (Product Visual Search-iOS)/README.md
HMS-Core/hms-codelab
fab8838927449631d84f2d2cf4b16a21a2542856
[ "Apache-2.0" ]
3
2020-12-01T06:25:58.000Z
2021-03-23T06:45:41.000Z
ML Kit (Product Visual Search-iOS)/README.md
HMS-Core/hms-codelab
fab8838927449631d84f2d2cf4b16a21a2542856
[ "Apache-2.0" ]
5
2020-09-18T06:32:15.000Z
2021-12-12T11:28:28.000Z
# HUAWEI ML Kit ## Table of Contents * [Introduction](#introduction) * [Getting Started](#Getting Started) * [Supported Environments](#supported-environments) * [Result](#result) * [License](#license) ## Introduction The sample code describes how to use the HMS Core ML SDK. productvisionsearch: Sample...
49.545455
289
0.752905
eng_Latn
0.988851
202f29f0957b6e021ae901ccc12b67b504ddfc2b
305
md
Markdown
README.md
alialkhalidi/tb-charts
e68256ab41cc7022b2005d18d32b83fd81d9523e
[ "Apache-2.0" ]
null
null
null
README.md
alialkhalidi/tb-charts
e68256ab41cc7022b2005d18d32b83fd81d9523e
[ "Apache-2.0" ]
null
null
null
README.md
alialkhalidi/tb-charts
e68256ab41cc7022b2005d18d32b83fd81d9523e
[ "Apache-2.0" ]
null
null
null
## TB Charts Add the TB repository to Helm: ```sh helm repo add tb-charts https://alialkhalidi.github.io/tb-charts ``` ### ALB Ingress Class * [alb-ingress-class](charts/alb-ingress-class): ALB Ingress Class Helm chart for Kubernetes. ## License This project is licensed under the Apache-2.0 License.
21.785714
93
0.737705
eng_Latn
0.732818
2030e88dfcd5fb95859347c5de9f264c61f947db
703
md
Markdown
3-JavaSenior/Java8-Stream.md
v-DavidTang/Sql
76cec5ae40cea8ebd9086b014666b68692d8ce76
[ "MIT" ]
25
2019-10-11T09:36:34.000Z
2022-03-29T12:56:25.000Z
3-JavaSenior/Java8-Stream.md
v-DavidTang/Sql
76cec5ae40cea8ebd9086b014666b68692d8ce76
[ "MIT" ]
13
2020-08-11T03:43:21.000Z
2021-12-18T18:29:24.000Z
3-JavaSenior/Java8-Stream.md
v-DavidTang/Sql
76cec5ae40cea8ebd9086b014666b68692d8ce76
[ "MIT" ]
25
2019-09-05T07:16:47.000Z
2021-07-04T13:57:40.000Z
# Stream API 对数据集合进行计算操作 ## Stream 使用 必须要有以下 3 个步骤, 中间操作为延时操作,没有终止操作不会执行。 1. 获取 Stream 1. 中间 操作 1. 终止 操作 ```java collection.stream().filter().foreach(System.out::println); ``` ## 常见 Stream API 中间操作: - 过滤 - filter() - 映射 - map(Function f) - 接受一个函数作为参数,该函数会被应用到每一个元素上,并将其映射成一个新的元素 - 排序 - sorted()/sorted(Comparator...
19
65
0.674253
yue_Hant
0.786171
20318c6c80111f9986770792e4d070ea3f79ad42
3,006
md
Markdown
_posts_old/2016-05-20-django-notes.md
sofa-dm/sofa-dm.github.io
7d1bdcd2f04f21682b5e6cb91b4c986a655e5a06
[ "MIT" ]
1
2020-10-26T00:08:57.000Z
2020-10-26T00:08:57.000Z
_posts_old/2016-05-20-django-notes.md
sofa-dm/sofa-dm.github.io
7d1bdcd2f04f21682b5e6cb91b4c986a655e5a06
[ "MIT" ]
null
null
null
_posts_old/2016-05-20-django-notes.md
sofa-dm/sofa-dm.github.io
7d1bdcd2f04f21682b5e6cb91b4c986a655e5a06
[ "MIT" ]
null
null
null
--- layout: post category: django --- *bash команды* - "djangonotesedit" - редактировать этот пост - "djangonotesupdate" - запушить этот пост ## Быстро сделать проект ```bash mkdir authcustomuser_project && cd authcustomuser_project && python -m venv venv && source venv/bin/activate && pip install djang...
22.266667
329
0.672655
kor_Hang
0.224736
203369db482f8bb2567b13ec0b35dfc752e7dd8d
3,357
md
Markdown
svg/elements/script/index.md
maibroadcast/docs
033f80374c2557f2dd867a2285e3d09df1c81359
[ "CC-BY-3.0" ]
1
2019-11-06T18:11:10.000Z
2019-11-06T18:11:10.000Z
svg/elements/script/index.md
maibroadcast/docs
033f80374c2557f2dd867a2285e3d09df1c81359
[ "CC-BY-3.0" ]
null
null
null
svg/elements/script/index.md
maibroadcast/docs
033f80374c2557f2dd867a2285e3d09df1c81359
[ "CC-BY-3.0" ]
null
null
null
--- title: 'script' attributions: - 'Microsoft Developer Network: [[Windows Internet Explorer API reference](http://msdn.microsoft.com/en-us/library/ie/hh828809%28v=vs.85%29.aspx) Article]' compatibility: feature: script topic: svg notes: - 'Needs summary, usage, spec reference, standardization status, fix brok...
38.147727
240
0.706881
eng_Latn
0.801754
2033c2c5ef7c7a6287510b03416a94f5fe72da56
114
md
Markdown
README.md
angellugo/Psychic-Game
7fce07219b998e7276dbbc74c1d7a32354705f0c
[ "MIT" ]
null
null
null
README.md
angellugo/Psychic-Game
7fce07219b998e7276dbbc74c1d7a32354705f0c
[ "MIT" ]
null
null
null
README.md
angellugo/Psychic-Game
7fce07219b998e7276dbbc74c1d7a32354705f0c
[ "MIT" ]
null
null
null
# Psychic-Game This is an app that randomly picks a letter, and the user has to guess which letter the app chose.
38
98
0.77193
eng_Latn
1.000003
203457a5b91af13f9c0ce69b85a6d60dbfff78d1
2,399
md
Markdown
docs/usage/sagas/azure-table.md
kjrobrien/MassTransit
7e735fd24afb2651ab3f8d2cefda821870f479e5
[ "ECL-2.0", "Apache-2.0" ]
4,222
2015-01-03T20:54:46.000Z
2022-03-31T19:38:05.000Z
docs/usage/sagas/azure-table.md
kjrobrien/MassTransit
7e735fd24afb2651ab3f8d2cefda821870f479e5
[ "ECL-2.0", "Apache-2.0" ]
1,756
2015-01-07T15:58:40.000Z
2022-03-31T07:18:21.000Z
docs/usage/sagas/azure-table.md
kjrobrien/MassTransit
7e735fd24afb2651ab3f8d2cefda821870f479e5
[ "ECL-2.0", "Apache-2.0" ]
1,352
2015-01-07T17:18:36.000Z
2022-03-29T14:32:55.000Z
# Azure Table Azure Tables are exposed in two ways in Azure - via Storage accounts & via the premium offering within Cosmos DB APIs. This persistence supports both implementations and behind the curtains uses the Microsoft.Azure.Cosmos.Table library for communication. ::: tip NOTE Azure Tables currently only supports...
41.362069
337
0.755315
eng_Latn
0.868076
2034d9e0422e57ad7dc70637eb041bcf51e0c535
1,441
md
Markdown
server-2013/import-module-error-in-skype-for-business-online-caused-by-incorrect-version-of-windows-powershell.md
v-hearya/OfficeDocs-SkypeforBusiness-Test-pr.ru-ru
bad6dfa9825553f19fe864f326e4a45992d72cd1
[ "CC-BY-4.0", "MIT" ]
null
null
null
server-2013/import-module-error-in-skype-for-business-online-caused-by-incorrect-version-of-windows-powershell.md
v-hearya/OfficeDocs-SkypeforBusiness-Test-pr.ru-ru
bad6dfa9825553f19fe864f326e4a45992d72cd1
[ "CC-BY-4.0", "MIT" ]
null
null
null
server-2013/import-module-error-in-skype-for-business-online-caused-by-incorrect-version-of-windows-powershell.md
v-hearya/OfficeDocs-SkypeforBusiness-Test-pr.ru-ru
bad6dfa9825553f19fe864f326e4a45992d72cd1
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Ошибка импорта модуля из-за неправильной версии Windows PowerShell TOCTitle: Ошибка импорта модуля из-за неправильной версии Windows PowerShell ms:assetid: 6c209f41-2b97-4dda-b0b7-e5b582d3e6b6 ms:mtpsurl: https://technet.microsoft.com/ru-ru/library/Dn362802(v=OCS.15) ms:contentKeyID: 56270574 ms.date: 06/01...
48.033333
325
0.808466
rus_Cyrl
0.751127
2035d779f82c817a916c1bff3256931dfe77f7aa
370
md
Markdown
distributed_endurer/data/raw/README.md
robust-systems-group/illusion_system
f142cc1dacb02312ad78b0ec613061fe84e6648c
[ "BSD-3-Clause" ]
4
2021-01-22T14:28:02.000Z
2021-12-21T10:12:35.000Z
distributed_endurer/data/raw/README.md
robust-systems-group/illusion_system
f142cc1dacb02312ad78b0ec613061fe84e6648c
[ "BSD-3-Clause" ]
null
null
null
distributed_endurer/data/raw/README.md
robust-systems-group/illusion_system
f142cc1dacb02312ad78b0ec613061fe84e6648c
[ "BSD-3-Clause" ]
null
null
null
# Raw data There are 3 types of folders for each workload: `no_resilience`, `de`, and `final`. `final` represents the final state of the memory for `de` experiments (used for discovering temporary write failures). `lstm_final_c0` represents the final state of C0 (on physical chip 2), since chip0 experiments were run...
41.111111
268
0.767568
eng_Latn
0.999173
2036237ad2545a703130503c11306f26fea6525f
1,706
md
Markdown
README.md
MattMS/metah
cae86def9ba7930f4315f19dd3096413ee22006f
[ "0BSD" ]
null
null
null
README.md
MattMS/metah
cae86def9ba7930f4315f19dd3096413ee22006f
[ "0BSD" ]
null
null
null
README.md
MattMS/metah
cae86def9ba7930f4315f19dd3096413ee22006f
[ "0BSD" ]
null
null
null
# So metah! Functions to create common HTML meta tags. Requires [HyperScript](https://github.com/dominictarr/hyperscript) or similar API to create the tags. ## Usage h = require('hyperscript') meta = require('metah')(h) console.log(meta.charset().outerHTML) // <meta charset="utf-8"></meta> ## Available tag...
18.344086
130
0.675264
eng_Latn
0.21122
203684cab89bf79276e9a13ebcfc14d4d6f42ff0
3,701
md
Markdown
node_modules/cllc/README.md
artif467/secfocus-scrapper
5242e00641bf1d722d131d850cba18f693db3e31
[ "MIT" ]
null
null
null
node_modules/cllc/README.md
artif467/secfocus-scrapper
5242e00641bf1d722d131d850cba18f693db3e31
[ "MIT" ]
null
null
null
node_modules/cllc/README.md
artif467/secfocus-scrapper
5242e00641bf1d722d131d850cba18f693db3e31
[ "MIT" ]
null
null
null
# cllc Simple logger and counter for console [![NPM version][npm-image]][npm-url] ## Install ```bash npm install cllc ``` ## Usage There is a logger and counter two-in-one. And log messages do not erase counter string. Perfect for work process indication in long-time scripts. ### Logger Logger output to console...
30.089431
294
0.689273
eng_Latn
0.963572
2036bb35dad321cae605ec8c08c46186b1ad80ca
1,069
md
Markdown
readme.md
enesozturk/hyper-rename-tab
3aa3a51fb5dd9d778305df693c3c0ca7c875c8cd
[ "MIT" ]
18
2019-09-18T08:10:30.000Z
2022-03-22T15:36:41.000Z
readme.md
enesozturk/hyper-rename-tab
3aa3a51fb5dd9d778305df693c3c0ca7c875c8cd
[ "MIT" ]
3
2019-09-18T06:06:02.000Z
2019-09-18T06:42:44.000Z
readme.md
enesozturk/hyper-rename-tab
3aa3a51fb5dd9d778305df693c3c0ca7c875c8cd
[ "MIT" ]
1
2022-03-14T06:28:22.000Z
2022-03-14T06:28:22.000Z
# hyper-rename-tab [![npm version](https://img.shields.io/npm/v/hyper-rename-tab)](https://www.npmjs.com/package/hyper-rename-tab) [![npm downloads](https://img.shields.io/npm/dm/hyper-rename-tab)](https://www.npmjs.com/package/hyper-rename-tab) [![npm licence](https://img.shields.io/npm/l/hyper-rename-tab)](https://ww...
44.541667
357
0.721235
eng_Latn
0.628755
203836dc72fa6ce0a8455bbee81cbb17bc79fa2e
3,991
md
Markdown
_posts/2019-04-04-Download-dsp-viva-questions-and-answers-for-labs.md
Ozie-Ottman/11
1005fa6184c08c4e1a3030e5423d26beae92c3c6
[ "MIT" ]
null
null
null
_posts/2019-04-04-Download-dsp-viva-questions-and-answers-for-labs.md
Ozie-Ottman/11
1005fa6184c08c4e1a3030e5423d26beae92c3c6
[ "MIT" ]
null
null
null
_posts/2019-04-04-Download-dsp-viva-questions-and-answers-for-labs.md
Ozie-Ottman/11
1005fa6184c08c4e1a3030e5423d26beae92c3c6
[ "MIT" ]
null
null
null
--- layout: post comments: true categories: Other --- ## Download Dsp viva questions and answers for labs book That net hasn't broken after so many years. Each time that he looks more directly, most of 'em published before the First World War. In ten the north-east. in Polar America, used to conic to the city every y...
443.444444
3,878
0.780005
eng_Latn
0.99993
20384eaa24d34139fa4a9e9967f3101dc90b9b8f
937
md
Markdown
HackCV Issue 32.md
hackcv/HackCV_Daily
7894809422a1157a51c6c5f0fb880b0f701ca715
[ "Apache-2.0" ]
1
2021-05-13T04:48:56.000Z
2021-05-13T04:48:56.000Z
HackCV Issue 32.md
hackcv/HackCV_Daily
7894809422a1157a51c6c5f0fb880b0f701ca715
[ "Apache-2.0" ]
null
null
null
HackCV Issue 32.md
hackcv/HackCV_Daily
7894809422a1157a51c6c5f0fb880b0f701ca715
[ "Apache-2.0" ]
null
null
null
+++ author = "cvley" categories = ["资讯日报"] title = "第129期 HackCV 日报" tags = ["深度学习","AI","数据科学","线性代数"] date = "2018-02-08" +++ - [八大深度学习最佳实践](https://mp.weixin.qq.com/s?__biz=MzI0ODcxODk5OA==&mid=2247492850&idx=2&sn=11cf641b7b0650230b7c98f558d0f411?from=hackcv&hmsr=hackcv.com&utm_medium=hackcv.com&utm_source=hackcv.c...
44.619048
194
0.798292
yue_Hant
0.525686
2038742db2151e00c4fe5532c0322131619347d9
15,539
md
Markdown
_posts/hacknews/2020-07-28-hacknews.md
JJJJJJJerk/libragen.cn
9cb47c82e626d13d68e559cd5c27adfd6a5ba552
[ "MIT" ]
null
null
null
_posts/hacknews/2020-07-28-hacknews.md
JJJJJJJerk/libragen.cn
9cb47c82e626d13d68e559cd5c27adfd6a5ba552
[ "MIT" ]
1
2020-07-18T11:03:19.000Z
2020-07-19T03:09:19.000Z
_posts/hacknews/2020-07-28-hacknews.md
JJJJJJJerk/libragen.cn
9cb47c82e626d13d68e559cd5c27adfd6a5ba552
[ "MIT" ]
13
2020-08-06T05:13:24.000Z
2022-03-24T07:31:57.000Z
--- layout: post title: Hacknews2020-07-28新闻 category: Hacknews tags: hacknews keywords: hacknews coverage: hacknews-banner.jpg --- Hacker News 是一家关于计算机黑客和创业公司的社会化新闻网站,由保罗·格雷厄姆的创业孵化器 Y Combinator 创建。 与其它社会化新闻网站不同的是 Hacker News 没有踩或反对一条提交新闻的选项(不过评论还是可以被有足够 Karma 的用户投反对票);只可以赞或是完全不投票。简而言之,Hacker News 允许提交任何可以被理解为“任何满足人们...
65.016736
215
0.772444
yue_Hant
0.394167
20388203f329f5a53ec7c1a59154dc38d3dae9af
1,627
md
Markdown
README.md
aseifert/python_nlp_2018_spring
eaeb92e2df1a5709a3b87f80985a0c189158901a
[ "MIT" ]
9
2018-03-02T12:21:50.000Z
2019-08-06T08:14:18.000Z
README.md
aseifert/python_nlp_2018_spring
eaeb92e2df1a5709a3b87f80985a0c189158901a
[ "MIT" ]
20
2018-03-15T22:00:12.000Z
2019-01-21T09:38:44.000Z
README.md
aseifert/python_nlp_2018_spring
eaeb92e2df1a5709a3b87f80985a0c189158901a
[ "MIT" ]
10
2018-03-14T10:13:39.000Z
2022-03-24T20:14:52.000Z
# Introduction to Python and Human Language Technologies ## 2018 Spring, [BME Department of Automation and Applied Informatics](http://www.aut.bme.hu) ### Time and place - Lecture: Wednesdays, 12.15 pm. - 2.00 pm. at Q.BF15, starting on February 7th - Lab: Fridays, 12.15 pm. - 2.00 pm and 2.15 pm - 4.00 pm, at Q.B237,...
42.815789
104
0.744929
yue_Hant
0.44286
2038a390edfb25fd51478eecb7ab0dde90fe0f68
55,957
markdown
Markdown
_posts/2012-05-16-system-and-method-for-generating-a-lighting-plan.markdown
api-evangelist/patents-2012
b40b8538ba665ccb33aae82cc07e8118ba100591
[ "Apache-2.0" ]
3
2018-09-08T18:14:33.000Z
2020-10-11T11:16:26.000Z
_posts/2012-05-16-system-and-method-for-generating-a-lighting-plan.markdown
api-evangelist/patents-2012
b40b8538ba665ccb33aae82cc07e8118ba100591
[ "Apache-2.0" ]
null
null
null
_posts/2012-05-16-system-and-method-for-generating-a-lighting-plan.markdown
api-evangelist/patents-2012
b40b8538ba665ccb33aae82cc07e8118ba100591
[ "Apache-2.0" ]
4
2018-04-05T13:55:08.000Z
2022-02-10T11:30:07.000Z
--- title: System and method for generating a lighting plan abstract: A system and method for enabling users to generate a lighting plan is disclosed. A particular embodiment includes obtaining map data from a mapping source, the map data enabling generation of a map at a location of interest; obtaining lamp data, th...
430.438462
3,766
0.828154
eng_Latn
0.999901
2039d53a270f6f7b2061a9ad908485671d9a7bb5
2,049
markdown
Markdown
_posts/2020-11-27-research-Automatic_design_chemical_plant.markdown
tlsghwls44/tlsghwls44.github.io
af47da397fd0fd808ca481d65531a85886923765
[ "MIT" ]
null
null
null
_posts/2020-11-27-research-Automatic_design_chemical_plant.markdown
tlsghwls44/tlsghwls44.github.io
af47da397fd0fd808ca481d65531a85886923765
[ "MIT" ]
null
null
null
_posts/2020-11-27-research-Automatic_design_chemical_plant.markdown
tlsghwls44/tlsghwls44.github.io
af47da397fd0fd808ca481d65531a85886923765
[ "MIT" ]
null
null
null
--- layout: post title: 화학 공정 자동화 설계 subtitle: 화학 공정 자동화 설계 categories: research tags: automatic design comments: true published: true --- # 개요 1. 문제 정의 2. 이론적 배경 3. 방법론 4. 실험결과 5. 결론 ## 1. 문제 정의 기존의 공정 설계 방법 - 계층적 설계 - 특징 ① 계층적인 순서로 설계함 - 한계점 ① 후단 설계 변수까지 고려 X - Superstructure 설계 - 특징 ① 모든 ...
16.392
262
0.70571
kor_Hang
1.00001
203ac015abf83a6b1f4cf47102010ba8bf5a2cca
857
md
Markdown
_posts/people-love/25/2019-07-31-hello3307 (354).md
chito365/p
d43434482da24b09c9f21d2f6358600981023806
[ "MIT" ]
null
null
null
_posts/people-love/25/2019-07-31-hello3307 (354).md
chito365/p
d43434482da24b09c9f21d2f6358600981023806
[ "MIT" ]
null
null
null
_posts/people-love/25/2019-07-31-hello3307 (354).md
chito365/p
d43434482da24b09c9f21d2f6358600981023806
[ "MIT" ]
null
null
null
--- id: 3655 title: Adama Valentin Diomande author: chito layout: post guid: http://localhost/mbti/?p=3655 permalink: /hello3655 tags: - say thank you category: Guides --- {: toc} ## Name Adama Valentin Diomande * * * ## Nationality Norway * * * ## National Position Sub * * * ## Random data * N...
8.401961
35
0.5986
eng_Latn
0.423381
203b6c69d6285f11eff4071b5e97d51a196e065a
225
md
Markdown
vocabulary/r/relentless.md
lsieun/EnglishDictionary
5ad881da2d06835d1150e7076955c82be83fa127
[ "MIT" ]
null
null
null
vocabulary/r/relentless.md
lsieun/EnglishDictionary
5ad881da2d06835d1150e7076955c82be83fa127
[ "MIT" ]
null
null
null
vocabulary/r/relentless.md
lsieun/EnglishDictionary
5ad881da2d06835d1150e7076955c82be83fa127
[ "MIT" ]
null
null
null
# relentless - Word: relentless ## adjective - Meaning: not stopping or getting less strong - Chinese: 不停的;持续强烈的;不减弱的 - Tags: - Eg.: her relentless pursuit of perfection 她对完美的不懈追求 - Eg.: The sun was relentless. 太阳还是那么热。
17.307692
53
0.728889
eng_Latn
0.982131
203c0858fbd8cd767fa4c155e3099703c86de2ab
33
md
Markdown
README.md
kathleenmattos/pro-dev
c573a666b3d97f0e4aec54079fcf8fd79ede5fcf
[ "Apache-2.0" ]
null
null
null
README.md
kathleenmattos/pro-dev
c573a666b3d97f0e4aec54079fcf8fd79ede5fcf
[ "Apache-2.0" ]
null
null
null
README.md
kathleenmattos/pro-dev
c573a666b3d97f0e4aec54079fcf8fd79ede5fcf
[ "Apache-2.0" ]
null
null
null
# pro-dev Kathy's ProDev website
11
22
0.757576
kor_Hang
0.367711
203c9bdec960e78c63e38e15e162470fc599a8b6
82
md
Markdown
README.md
AlisonDuan/hr5fl1-lounge
feef7b61f71c2cc2699dde27bcc3c0e74e9dcadd
[ "Apache-2.0" ]
null
null
null
README.md
AlisonDuan/hr5fl1-lounge
feef7b61f71c2cc2699dde27bcc3c0e74e9dcadd
[ "Apache-2.0" ]
null
null
null
README.md
AlisonDuan/hr5fl1-lounge
feef7b61f71c2cc2699dde27bcc3c0e74e9dcadd
[ "Apache-2.0" ]
null
null
null
# hr5fl1-lounge this repo holds the source code for the nengi game tutorials. ```
20.5
61
0.756098
eng_Latn
0.98356
203d6f2e1704f088be3dc75d53e6299349e55de8
4,137
md
Markdown
README.md
Kirill888/jhub-nginx
e8b17338cc473eb1c10f08b10710990b6cdbbe3b
[ "MIT" ]
null
null
null
README.md
Kirill888/jhub-nginx
e8b17338cc473eb1c10f08b10710990b6cdbbe3b
[ "MIT" ]
null
null
null
README.md
Kirill888/jhub-nginx
e8b17338cc473eb1c10f08b10710990b6cdbbe3b
[ "MIT" ]
null
null
null
# jhub-nginx-vhost Library and a command line tool for generating virtual hosts configuration files for nginx to serve as a proxy for JupyterHub instance. Library takes care of obtaining free SSL certificates from letsencrypt.org and optionally DNS management (if using supported dns provider, anything supported by Apa...
27.58
331
0.764322
eng_Latn
0.937911
203db917b9ee8532890900871db3ad9a2ca3e27c
436
md
Markdown
_posts/2019-08-20-fog-of-wor.md
pipiscrew/pipiscrew.github.io
9d81bd323c800a1bff2b6d26c3ec3eb96fb41004
[ "MIT" ]
null
null
null
_posts/2019-08-20-fog-of-wor.md
pipiscrew/pipiscrew.github.io
9d81bd323c800a1bff2b6d26c3ec3eb96fb41004
[ "MIT" ]
null
null
null
_posts/2019-08-20-fog-of-wor.md
pipiscrew/pipiscrew.github.io
9d81bd323c800a1bff2b6d26c3ec3eb96fb41004
[ "MIT" ]
null
null
null
--- title: Fog of World- Explore, Memorize &amp; Map Travel author: PipisCrew date: 2019-08-20 categories: [android] toc: true --- https://play.google.com/store/apps/details?id=com.ollix.fogofworld ref - https://www.reddit.com/r/dataisbeautiful/comments/csl706/i_recorded_my_travels_as_a_professional_truck/ origin - ...
33.538462
125
0.784404
yue_Hant
0.290519
20413563bd5c5866f2bcb5c7ab90b93d61ae81eb
415
md
Markdown
docs/components/breadcrumb.md
YunYouJun/element-theme-ink
c30e24e145751a94ca699ad988b98a99f95a9004
[ "MIT" ]
16
2018-02-24T16:15:35.000Z
2021-12-22T01:45:33.000Z
src/docs/breadcrumb.md
YunYouJun/element-theme-ink-preview
5483f80ea09749b000a33932d1b50439046c4962
[ "MIT" ]
null
null
null
src/docs/breadcrumb.md
YunYouJun/element-theme-ink-preview
5483f80ea09749b000a33932d1b50439046c4962
[ "MIT" ]
1
2021-07-15T08:59:24.000Z
2021-07-15T08:59:24.000Z
## Breadcrumb 面包屑 显示当前页面的路径,快速返回之前的任意页面。 ### 图标分隔符 通过设置 `separator-class` 可使用相应的 `iconfont` 作为分隔符,注意这将使 `separator` 设置失效 --- <el-breadcrumb separator-class="el-icon-arrow-right"> <el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item> <el-breadcrumb-item>活动管理</el-breadcrumb-item> <el-breadcrumb-item>活...
23.055556
69
0.710843
por_Latn
0.093515
204189e7e085d4a5a6e04bfd17c8a6877d1b2b0c
112
md
Markdown
technology/search/algolia.md
dewaka/wiki
3cec440e09dc0eadc7a96aa1f5395e2ca98b2b3f
[ "CC0-1.0" ]
null
null
null
technology/search/algolia.md
dewaka/wiki
3cec440e09dc0eadc7a96aa1f5395e2ca98b2b3f
[ "CC0-1.0" ]
null
null
null
technology/search/algolia.md
dewaka/wiki
3cec440e09dc0eadc7a96aa1f5395e2ca98b2b3f
[ "CC0-1.0" ]
null
null
null
# Algolia - What makes Algolia custom search fast? <https://blog.algolia.com/algolia-v-elasticsearch-latency/>
28
100
0.767857
yue_Hant
0.339189
2041fb2a88a6d5b0f9178fd59ec6e2d700a2804d
1,864
md
Markdown
_posts/2019-05-27-Download-green-owl-solutions-inc.md
Camille-Conlin/26
00f0ca24639a34f881d6df937277b5431ae2dd5d
[ "MIT" ]
null
null
null
_posts/2019-05-27-Download-green-owl-solutions-inc.md
Camille-Conlin/26
00f0ca24639a34f881d6df937277b5431ae2dd5d
[ "MIT" ]
null
null
null
_posts/2019-05-27-Download-green-owl-solutions-inc.md
Camille-Conlin/26
00f0ca24639a34f881d6df937277b5431ae2dd5d
[ "MIT" ]
null
null
null
--- layout: post comments: true categories: Other --- ## Download Green owl solutions inc book I thought you'd know about it. If she leads him out of green owl solutions inc danger or if she leads him off windshield imploded. To keep the cold and damp out of his bones. Who would want to keep an angel "Lots of thorns,...
207.111111
1,767
0.783798
eng_Latn
0.999859
204219a3b2f4c073e27fd712aae6e896040b4852
908
md
Markdown
guide/notify/installation.md
kaltar/Notify
895663cde25c8f4fa481f097d7813e0156d60955
[ "MIT" ]
1
2018-07-20T07:55:31.000Z
2018-07-20T07:55:31.000Z
guide/notify/installation.md
kaltar/Notify
895663cde25c8f4fa481f097d7813e0156d60955
[ "MIT" ]
null
null
null
guide/notify/installation.md
kaltar/Notify
895663cde25c8f4fa481f097d7813e0156d60955
[ "MIT" ]
null
null
null
# Notify Installation ### Getting the Notify module Download the latest version of this module from [github](http://github.com/kaltar/notify) and copy the downloaded folder to your 'modules/' folder. ### Add the Notify module in Kohana Open your application/bootstrap.php, and add Notify in the modules section K...
36.32
94
0.654185
kor_Hang
0.48256
20422f0a37f28a802caeafbfe42d3aff4b8d524f
1,011
md
Markdown
README.md
rvwoens/ocpi-schema
8cf0f4ca5771817b73da917fac75579f56dab280
[ "MIT" ]
1
2019-09-20T22:14:25.000Z
2019-09-20T22:14:25.000Z
README.md
rvwoens/ocpi-schema
8cf0f4ca5771817b73da917fac75579f56dab280
[ "MIT" ]
null
null
null
README.md
rvwoens/ocpi-schema
8cf0f4ca5771817b73da917fac75579f56dab280
[ "MIT" ]
null
null
null
# ocpi-schema JSON Schema's for OCPI Each OCPI module has its own directory, with in their schema files for entities, and a definitions file which has re-usable components (typically classes) which the documents use. For now, we've have only created schema's for mod_locations. You are invited to help create schema's f...
43.956522
179
0.77547
eng_Latn
0.999048
204239d15da5ffac2170c8ddeb70924eb27f9885
126
md
Markdown
private-npm-thanks.md
npm/static-pages
dc6969d11b0d1dbe0fae006c393cfd56f3694318
[ "0BSD" ]
4
2015-05-21T21:23:56.000Z
2019-05-30T06:36:53.000Z
private-npm-thanks.md
zeke/static-pages
ae6e0a43137a09194a46fdb8535b5e20a6f50030
[ "0BSD" ]
12
2015-01-13T19:36:15.000Z
2017-04-07T21:26:57.000Z
private-npm-thanks.md
zeke/static-pages
ae6e0a43137a09194a46fdb8535b5e20a6f50030
[ "0BSD" ]
14
2015-01-03T01:08:51.000Z
2021-01-12T11:22:50.000Z
# Thanks for signing up for npm private modules! We'll get in touch when npm private modules are available for beta testing.
31.5
75
0.785714
eng_Latn
0.99318
20428eb8b9556fa321e39f89405f1e79467f8d1a
3,178
md
Markdown
README.md
zakia00/Week9Lab
7064e499f8395b927475104b0880f15465abd25f
[ "Apache-2.0" ]
null
null
null
README.md
zakia00/Week9Lab
7064e499f8395b927475104b0880f15465abd25f
[ "Apache-2.0" ]
null
null
null
README.md
zakia00/Week9Lab
7064e499f8395b927475104b0880f15465abd25f
[ "Apache-2.0" ]
null
null
null
# Week9LabandAssignment # Cybersecurity Week9Lab and Assignment - Zakia Time spent: 5 hours spent in total ## User Stories The following **required** functionality is completed: Lab: 1. [x] Required: Milestone 0: Networking Toolbox 2. [x] Required: Milestone 1: Security-Flavored Net Tools 3. [x] Required: Mile...
59.962264
1,063
0.767778
eng_Latn
0.989863
2042e835b5b9112e214a829d302f419a5d5db383
1,791
md
Markdown
curriculum/challenges/russian/05-apis-and-microservices/managing-packages-with-npm/add-a-description-to-your-package.json.russian.md
tmonks/freeCodeCamp
7453131461f5073d9160bbc1402bcb0e052579c0
[ "BSD-3-Clause" ]
25
2020-02-16T00:26:35.000Z
2022-03-30T19:46:05.000Z
curriculum/challenges/russian/05-apis-and-microservices/managing-packages-with-npm/add-a-description-to-your-package.json.russian.md
zn1850018040/freeCodeCamp
616d96f61278600fad157ebcbc8be613ce3b425a
[ "BSD-3-Clause" ]
74
2020-09-02T13:55:57.000Z
2022-03-15T20:49:12.000Z
curriculum/challenges/russian/05-apis-and-microservices/managing-packages-with-npm/add-a-description-to-your-package.json.russian.md
zn1850018040/freeCodeCamp
616d96f61278600fad157ebcbc8be613ce3b425a
[ "BSD-3-Clause" ]
27
2017-02-12T11:48:34.000Z
2022-03-30T17:44:39.000Z
--- id: 587d7fb3367417b2b2512bfc title: Add a Description to Your package.json challengeType: 2 forumTopicId: 301522 localeTitle: Добавить описание к вашему package.json --- ## Description <section id='description'> Следующая часть хорошего package.json - это поле описания, к которому относится краткое, но информативн...
48.405405
464
0.768844
rus_Cyrl
0.863218
204332fc8ef62aea1eb940418eba66b3117de19e
22
md
Markdown
README.md
haoruiqian/mailgun-py
304fdb1d7816c16a46a1fc57e8eca56fc35f4a78
[ "MIT" ]
null
null
null
README.md
haoruiqian/mailgun-py
304fdb1d7816c16a46a1fc57e8eca56fc35f4a78
[ "MIT" ]
null
null
null
README.md
haoruiqian/mailgun-py
304fdb1d7816c16a46a1fc57e8eca56fc35f4a78
[ "MIT" ]
null
null
null
mailgun-py ==========
7.333333
10
0.409091
oci_Latn
0.430646
20434b322020de7ea25ccae6a7f918ac66231259
6,062
md
Markdown
docs/guia-de-uso.md
leogregianin/validate-docbr
25461c6081dedce93bdaca1ef63e9538170131b0
[ "MIT" ]
298
2019-03-12T19:24:35.000Z
2022-03-31T14:17:41.000Z
docs/guia-de-uso.md
leogregianin/validate-docbr
25461c6081dedce93bdaca1ef63e9538170131b0
[ "MIT" ]
20
2019-03-12T19:25:18.000Z
2021-12-28T00:44:34.000Z
docs/guia-de-uso.md
alvarofpp/validate-docbr
25461c6081dedce93bdaca1ef63e9538170131b0
[ "MIT" ]
40
2019-06-05T20:43:19.000Z
2021-12-20T23:00:36.000Z
# Métodos Todos os documentos possuem os mesmos métodos e funcionam da mesma forma. ------------ ## validate Valida o documento passado como argumento. Retorna um `bool`, `True` caso seja válido, `False` caso contrário . Recebe os parâmetros: | Parâmetro | Tipo | Valor padrão | Obrigatório | Descrição | | --------- |...
41.238095
295
0.667601
por_Latn
0.927246
2043b1c5dab955913069b10c8a16f51a98ec465f
1,511
md
Markdown
examples/xtd.core.examples/exceptions/exception_ptr/README.md
BaderEddineOuaich/xtd
6f28634c7949a541d183879d2de18d824ec3c8b1
[ "MIT" ]
251
2019-04-20T02:02:24.000Z
2022-03-31T09:52:08.000Z
examples/xtd.core.examples/exceptions/exception_ptr/README.md
leanid/xtd
2e1ea6537218788ca08901faf8915d4100990b53
[ "MIT" ]
29
2021-01-07T12:52:12.000Z
2022-03-29T08:42:14.000Z
examples/xtd.core.examples/exceptions/exception_ptr/README.md
leanid/xtd
2e1ea6537218788ca08901faf8915d4100990b53
[ "MIT" ]
27
2019-11-21T02:37:44.000Z
2022-03-30T22:59:14.000Z
# exception_ptr Shows how to use std::exception_ptr and [invalid_operation_exception](../../../../src/xtd.core/include/xtd/invalid_operation_exception.h) exception. ## Sources [src/exception_ptr.cpp](src/exception_ptr.cpp) [CMakeLists.txt](CMakeLists.txt) # Build and run Open "Command Prompt" or "Terminal". Navig...
52.103448
386
0.729318
eng_Latn
0.297017
20452b7ab60c51d4065d678403d964eb57e98d87
1,513
md
Markdown
starters/IotElectronics/nl/zh/TW_old/iotelectronics_config_mca.md
Ranjanasingh9/docs
45286f485cd18ff628e697ddc5091f396bfdc46b
[ "Apache-2.0" ]
null
null
null
starters/IotElectronics/nl/zh/TW_old/iotelectronics_config_mca.md
Ranjanasingh9/docs
45286f485cd18ff628e697ddc5091f396bfdc46b
[ "Apache-2.0" ]
null
null
null
starters/IotElectronics/nl/zh/TW_old/iotelectronics_config_mca.md
Ranjanasingh9/docs
45286f485cd18ff628e697ddc5091f396bfdc46b
[ "Apache-2.0" ]
1
2020-09-24T04:33:34.000Z
2020-09-24T04:33:34.000Z
--- copyright: years: 2016, 2017 lastupdated: "2017-03-10" --- <!-- Common attributes used in the template are defined as follows: --> {:new_window: target="blank"} {:shortdesc: .shortdesc} {:screen: .screen} {:codeblock: .codeblock} {:pre: .pre} # 配置行動連線功能及安全 {: #iot4e_configureMCA} 配置 {{site.data.keyword.amaful...
31.520833
153
0.705882
yue_Hant
0.658449
14a5b0fce28b46dc9f805727a97745d2ad27c906
83,585
md
Markdown
docs/standard-library/unordered-map-class.md
ANKerD/cpp-docs.pt-br
6910dc17c79db2fee3f3616206806c5f466b3f00
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/standard-library/unordered-map-class.md
ANKerD/cpp-docs.pt-br
6910dc17c79db2fee3f3616206806c5f466b3f00
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/standard-library/unordered-map-class.md
ANKerD/cpp-docs.pt-br
6910dc17c79db2fee3f3616206806c5f466b3f00
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Classe unordered_map | Microsoft Docs ms.custom: '' ms.date: 11/04/2016 ms.technology: - cpp-standard-libraries ms.topic: reference f1_keywords: - unordered_map/std::unordered_map - unordered_map/std::unordered_map::allocator_type - unordered_map/std::unordered_map::const_iterator - unordered_map/std::unorde...
28.832356
1,057
0.648525
por_Latn
0.719135
14a603416648e6f5c13fc335d0e8361d4489b399
59
md
Markdown
README.md
Kontrabass2018/hugo-static-version
000ff3c8d51b283e9e9bfe5db187c2b8c1b86e21
[ "MIT" ]
null
null
null
README.md
Kontrabass2018/hugo-static-version
000ff3c8d51b283e9e9bfe5db187c2b8c1b86e21
[ "MIT" ]
null
null
null
README.md
Kontrabass2018/hugo-static-version
000ff3c8d51b283e9e9bfe5db187c2b8c1b86e21
[ "MIT" ]
null
null
null
# hugo-static-version Static version of Elie's lab website
19.666667
36
0.79661
eng_Latn
0.854101
14a9138b519c39d7205db69c574b9394c4387e8b
588
md
Markdown
_posts/myblog/2014-12-17-20.md
wtiany365/wtiany365.github.io
9cbde877518320c4c7f004787244414134426eb1
[ "MIT" ]
null
null
null
_posts/myblog/2014-12-17-20.md
wtiany365/wtiany365.github.io
9cbde877518320c4c7f004787244414134426eb1
[ "MIT" ]
null
null
null
_posts/myblog/2014-12-17-20.md
wtiany365/wtiany365.github.io
9cbde877518320c4c7f004787244414134426eb1
[ "MIT" ]
null
null
null
--- title: php适配器模式 tagline: "" last_updated: 2014-12-17 15:24:00 category : php layout: post tags : [php] --- 需要转化一个对象的接口用于另一个对象时,实现Adapter对象。 ```php <?php //源 class oldObject{ function method(){ echo 'method'; } } //目标 interface Target{ function newMethod(); } //适配器 class o...
16.333333
42
0.588435
yue_Hant
0.645617
14a9eed6ed9d7973a59ddef1ca0db9023c987636
3,212
md
Markdown
writeup_template.md
ravirama12001/FindingLaneLines
d2a60de61f1f4bfc9a62ad9291bfc0893607724c
[ "MIT" ]
null
null
null
writeup_template.md
ravirama12001/FindingLaneLines
d2a60de61f1f4bfc9a62ad9291bfc0893607724c
[ "MIT" ]
null
null
null
writeup_template.md
ravirama12001/FindingLaneLines
d2a60de61f1f4bfc9a62ad9291bfc0893607724c
[ "MIT" ]
null
null
null
Jupyter Notebook writeup_template.md a minute ago Markdown File Edit View Language 1 # **Finding Lane Lines on the Road** 2 ​ 3 ##Project Report 4 ​ 5 **Finding Lane Lines on the Road** 6 ​ 7 The goals / steps of this project are the following: 8 * Make a pipeline that finds lane lines on the road 9 * Reflect on your ...
22.151724
120
0.740037
eng_Latn
0.997466
14a9f4d56c511f976c9b555f8e036bfb52f2f7d0
494
md
Markdown
README.md
mwallner/myenv
200680f5a9e60bfbbb313c2fc4a18abea0b69eb9
[ "MIT" ]
3
2018-12-11T18:40:12.000Z
2021-07-12T20:01:39.000Z
README.md
mwallner/myenv
200680f5a9e60bfbbb313c2fc4a18abea0b69eb9
[ "MIT" ]
null
null
null
README.md
mwallner/myenv
200680f5a9e60bfbbb313c2fc4a18abea0b69eb9
[ "MIT" ]
null
null
null
# myenv stuff I need to feel cozy on my boxes ## setup Linux shell env checkout "myenv" to homedir: ``` cd ~ git clone https://github.com/mwallner/myenv.git ``` create required links ``` cd ~ mv .bashrc .bashrc_bk ln -s myenv/bash/.* . ``` ## dot-source PowerShell profile in Windows ``` code $pr...
17.034483
74
0.645749
yue_Hant
0.388224
14aa0eb81e21de1804194dfca8af176d86cd6974
3,419
md
Markdown
developer/webservices/creating-a-management-odata-web-service.md
RyanKing77/powerShell-Docs.sv-se
ef71140b9c24055ea5f9413a1bb348572536b941
[ "CC-BY-4.0", "MIT" ]
null
null
null
developer/webservices/creating-a-management-odata-web-service.md
RyanKing77/powerShell-Docs.sv-se
ef71140b9c24055ea5f9413a1bb348572536b941
[ "CC-BY-4.0", "MIT" ]
null
null
null
developer/webservices/creating-a-management-odata-web-service.md
RyanKing77/powerShell-Docs.sv-se
ef71140b9c24055ea5f9413a1bb348572536b941
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Skapa en Management OData-webbtjänst | Microsoft Docs ms.custom: '' ms.date: 09/13/2016 ms.reviewer: '' ms.suite: '' ms.tgt_pltfrm: '' ms.topic: article ms.assetid: 06b1b050-0bf7-48f5-ba05-43f489d597c0 caps.latest.revision: 10 ms.openlocfilehash: 476fce9fc087b870bad93a9204a820c5a84df99e ms.sourcegitcommit: e...
62.163636
815
0.805791
swe_Latn
0.893003
14aa70644964b055d2c9145fddc0008576900271
1,304
md
Markdown
AlchemyInsights/5-7-750-service-unavailable-client-blocked-from-sending-from-unregistered-d.md
isabella232/OfficeDocs-AlchemyInsights-pr.hr-HR
558012843738ad9ca3fdd26aa6c9f99eb46a16b0
[ "CC-BY-4.0", "MIT" ]
1
2020-05-19T19:06:40.000Z
2020-05-19T19:06:40.000Z
AlchemyInsights/5-7-750-service-unavailable-client-blocked-from-sending-from-unregistered-d.md
MicrosoftDocs/OfficeDocs-AlchemyInsights-pr.hr-HR
82a9de1b7009fd4a1fd9411da08a63cbb1e6c89a
[ "CC-BY-4.0", "MIT" ]
4
2020-06-02T23:32:03.000Z
2022-02-09T06:53:04.000Z
AlchemyInsights/5-7-750-service-unavailable-client-blocked-from-sending-from-unregistered-d.md
isabella232/OfficeDocs-AlchemyInsights-pr.hr-HR
558012843738ad9ca3fdd26aa6c9f99eb46a16b0
[ "CC-BY-4.0", "MIT" ]
3
2019-10-11T19:14:05.000Z
2021-10-09T10:52:06.000Z
--- title: 1048 5.7.750 Servis nije dostupan. Klijentu je blokirano slanje s neregistriranih domena ms.author: chrisda author: chrisda manager: dansimp ms.date: 04/21/2020 ms.audience: ITPro ms.topic: article ms.service: o365-administration ROBOTS: NOINDEX, NOFOLLOW localization_priority: Normal ms.assetid: 8cf6d70b-9a...
44.965517
198
0.817485
hrv_Latn
0.707584
14ac16f5206028abc9373ea7da741773238f6720
729
md
Markdown
src/resource/system/优化策略.md
duffywang/Backend-Road
c2b4e0d91a01a897ff01912d42d01e0afde3d075
[ "MIT" ]
2
2020-06-07T03:29:51.000Z
2020-06-07T03:29:55.000Z
src/resource/system/优化策略.md
duffywang/Backend-Road
c2b4e0d91a01a897ff01912d42d01e0afde3d075
[ "MIT" ]
null
null
null
src/resource/system/优化策略.md
duffywang/Backend-Road
c2b4e0d91a01a897ff01912d42d01e0afde3d075
[ "MIT" ]
null
null
null
## 优化策略 不管是重构还是要优化,先分析链路调用关系,画出时序图,看看依赖是否合理,应该能发现一些可优化项; 可以从产品层面思考一下,比如用户提交订单 在支付回调的过程中,给用户显示系统处理中页面,让同步请求转成异步请求,减少依赖; 分析慢接口的源头,基于时间线分布,查看是下游慢,还是自己当前应用处理逻辑慢; 判断是否依赖第三方接口,比如依赖微信,上传/下载附件等,考考是否转成异步处理; 是否存在循环调用,频繁的调用下游同一个方法除了徒劳浪费带宽外没啥意义; 是否存在多次依赖,这时候主要考虑是否存在接口粒度过细的情况,如果依赖下游方法过多可以考虑是否需要聚合,当然根据单一职责设计原则,不要盲目聚合; 调用跨度是否过...
23.516129
71
0.860082
yue_Hant
0.462818
14ad1e5534bc3e24470196535cfc0cfc0cdcbdb2
4,197
md
Markdown
README.md
CHH3213/two_loggers
11b2016e424753aac85404e6a48f3b15b2448734
[ "MIT" ]
4
2019-06-09T08:25:25.000Z
2020-09-19T01:04:49.000Z
README.md
CHH3213/two_loggers
11b2016e424753aac85404e6a48f3b15b2448734
[ "MIT" ]
7
2019-02-01T21:52:27.000Z
2020-11-02T03:46:21.000Z
README.md
CHH3213/two_loggers
11b2016e424753aac85404e6a48f3b15b2448734
[ "MIT" ]
5
2019-05-06T15:21:25.000Z
2021-09-22T02:48:33.000Z
# Two Loggers Gazebo Simulation **Tutorials of the contents in this repo are all located at [Docs](https://github.com/linZHank/two_loggers/tree/master/Docs). The order is: [system_setup](https://github.com/linZHank/two_loggers/blob/master/Docs/system_setup.md)->[create_urdf_tutorial](https://github.com/linZHank/two_log...
47.157303
440
0.771265
eng_Latn
0.84709
14adab2b620d7337a5952cc3cd675b7f4ac2217f
855
md
Markdown
images/nginx/README.md
minzojian/faasjs
049f52b41d08df2398a12c9fb15d7221a1f267ef
[ "MIT" ]
null
null
null
images/nginx/README.md
minzojian/faasjs
049f52b41d08df2398a12c9fb15d7221a1f267ef
[ "MIT" ]
null
null
null
images/nginx/README.md
minzojian/faasjs
049f52b41d08df2398a12c9fb15d7221a1f267ef
[ "MIT" ]
null
null
null
# Nginx 静态网页托管镜像 [![faasjs/nginx](https://img.shields.io/badge/Docker-faasjs%2Fnginx-blue)](https://hub.docker.com/repository/docker/faasjs/nginx) [![Build Status](https://github.com/faasjs/faasjs/actions/workflows/build-nginx-image.yml/badge.svg)](https://github.com/faasjs/faasjs/actions/workflows/build-nginx-image.y...
23.108108
175
0.746199
yue_Hant
0.655562
14ae44f88421f4bc3f8d692c10566617bdaf285d
428
md
Markdown
README.md
psuresh21/secret_note
7d72913bcdcd56dceae7b7b86ff0d13504118366
[ "MIT" ]
null
null
null
README.md
psuresh21/secret_note
7d72913bcdcd56dceae7b7b86ff0d13504118366
[ "MIT" ]
null
null
null
README.md
psuresh21/secret_note
7d72913bcdcd56dceae7b7b86ff0d13504118366
[ "MIT" ]
null
null
null
# secret_note # secret_note secret_note are a great way to save your notes with a password. It's really so much comfortable to use in day to day life. # how to use ? ``` python3 secret_note.py ``` # why do need to use secret notes? - easy to use - store your notes with password - get notes by password at any time #...
19.454545
122
0.733645
eng_Latn
0.999251
14ae5489f9ebeb58e113493cb002e4d96a081e88
30
md
Markdown
openjdk/README.md
thayamizu/docker_files
54239f4a41183a531c73a0ec753991333b56c1ac
[ "CC0-1.0" ]
null
null
null
openjdk/README.md
thayamizu/docker_files
54239f4a41183a531c73a0ec753991333b56c1ac
[ "CC0-1.0" ]
null
null
null
openjdk/README.md
thayamizu/docker_files
54239f4a41183a531c73a0ec753991333b56c1ac
[ "CC0-1.0" ]
null
null
null
Nginx+OpenJDK Docker Env ====
10
24
0.7
deu_Latn
0.25301
14ae952a7c6a5bddcc4416857ea4462ad370085c
2,609
md
Markdown
node_modules/hbsfy/README.md
webcoding/promises-book
930f7988d0cbb093793bf21f6d7a29b7c9e2cffd
[ "MIT" ]
2,320
2015-01-04T03:23:21.000Z
2022-03-24T11:24:09.000Z
node_modules/hbsfy/README.md
webcoding/promises-book
930f7988d0cbb093793bf21f6d7a29b7c9e2cffd
[ "MIT" ]
32
2015-01-28T16:05:49.000Z
2021-12-08T03:23:35.000Z
node_modules/hbsfy/README.md
webcoding/promises-book
930f7988d0cbb093793bf21f6d7a29b7c9e2cffd
[ "MIT" ]
601
2015-01-23T04:13:30.000Z
2022-03-31T11:49:10.000Z
[![Build Status](https://travis-ci.org/epeli/node-hbsfy.png?branch=master)](https://travis-ci.org/epeli/node-hbsfy) # hbsfy [Handlebars][] precompiler plugin for [Browserify][] without magic. Compiles Handlebars templates to plain Javascript. The compiled templates only have one copy of the Handlebars runtime so the...
23.088496
115
0.706018
eng_Latn
0.798361
14aefe4b333597ae3eb40e28115b9242b82b03c9
35
md
Markdown
README.md
xiaotutu365/UserBehaviorAnalysis
bf205caa1454070cbd48904f77e9b8cb826755ff
[ "Apache-2.0" ]
null
null
null
README.md
xiaotutu365/UserBehaviorAnalysis
bf205caa1454070cbd48904f77e9b8cb826755ff
[ "Apache-2.0" ]
null
null
null
README.md
xiaotutu365/UserBehaviorAnalysis
bf205caa1454070cbd48904f77e9b8cb826755ff
[ "Apache-2.0" ]
null
null
null
# UserBehaviorAnalysis Flink 数据分析。
11.666667
22
0.828571
kor_Hang
0.788476
14af411a2861982f5be2f412b5b7848157b27d3d
4,442
md
Markdown
readme.md
lydell/test-cli
5d816343f5757d33841ca50a5972ef6402bf63af
[ "X11", "MIT" ]
5
2015-06-27T23:41:30.000Z
2019-03-03T07:45:46.000Z
readme.md
lydell/test-cli
5d816343f5757d33841ca50a5972ef6402bf63af
[ "X11", "MIT" ]
null
null
null
readme.md
lydell/test-cli
5d816343f5757d33841ca50a5972ef6402bf63af
[ "X11", "MIT" ]
null
null
null
Overview [![Build Status](https://travis-ci.org/lydell/test-cli.png?branch=master)](https://travis-ci.org/lydell/test-cli) ======== Test CLI applications (that are written a certain way). ```js var assert = require("assert") var run = require("test-cli") var stdin = run.stdin function cli(process, done) { if (...
27.251534
122
0.69158
eng_Latn
0.994976
14b0681974ded0c73919432049a29535fc3622de
6,102
md
Markdown
_perspectives/persp-schema-format.md
bindmoh/cht_api_guide
2774e9bb391b63165a8cb2ac913038609769202f
[ "MIT" ]
62
2015-07-24T12:59:52.000Z
2021-11-09T21:04:36.000Z
_perspectives/persp-schema-format.md
bindmoh/cht_api_guide
2774e9bb391b63165a8cb2ac913038609769202f
[ "MIT" ]
56
2015-01-09T14:34:13.000Z
2022-03-03T19:39:12.000Z
_perspectives/persp-schema-format.md
bindmoh/cht_api_guide
2774e9bb391b63165a8cb2ac913038609769202f
[ "MIT" ]
33
2015-12-05T16:44:20.000Z
2021-11-08T01:35:11.000Z
--- title: Understand Format of Perspectives Schema position: 2 description: Learn about the Perspective Schema Format. parameters: - name: name content: String that specifies the name of the Perspective. The name need not match the name of an existing (active or archived) Perspective. - name: include_in_report...
28.119816
405
0.771878
eng_Latn
0.374922
14b0703789551996c54aa67a818e3739388ebc4f
3,767
md
Markdown
docs/standard-library/iterator-traits-struct.md
ANKerD/cpp-docs.pt-br
6910dc17c79db2fee3f3616206806c5f466b3f00
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/standard-library/iterator-traits-struct.md
ANKerD/cpp-docs.pt-br
6910dc17c79db2fee3f3616206806c5f466b3f00
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/standard-library/iterator-traits-struct.md
ANKerD/cpp-docs.pt-br
6910dc17c79db2fee3f3616206806c5f466b3f00
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Struct iterator_traits | Microsoft Docs ms.custom: '' ms.date: 11/04/2016 ms.technology: - cpp-standard-libraries ms.topic: reference f1_keywords: - xutility/std::iterator_traits dev_langs: - C++ helpviewer_keywords: - iterator_traits struct - iterator_traits class ms.assetid: 8b92c2c5-f658-402f-8ca1-e7ae301...
26.907143
211
0.728962
por_Latn
0.669822
14b0c9470a2681d1216170a9d89fcf0d5edc5a1b
5,576
md
Markdown
_posts/2019-01-15-Easy Way to Deploy a React Site.md
ZenkaiDeveloper/zenkaideveloper.github.io
9ae17d07ae2b71742761c66d6a595c10b83bd563
[ "MIT" ]
null
null
null
_posts/2019-01-15-Easy Way to Deploy a React Site.md
ZenkaiDeveloper/zenkaideveloper.github.io
9ae17d07ae2b71742761c66d6a595c10b83bd563
[ "MIT" ]
null
null
null
_posts/2019-01-15-Easy Way to Deploy a React Site.md
ZenkaiDeveloper/zenkaideveloper.github.io
9ae17d07ae2b71742761c66d6a595c10b83bd563
[ "MIT" ]
null
null
null
--- published: true layout: post title: A Quick and Easy Way to Deploy a React Site --- ![React and Firebase](../images/ReactDeploymentBlog/banner.png) --- So, are you a developer who wants an easy way to deploy your front-end React application? After deploying my front-end projects through various methods including F...
105.207547
977
0.791428
eng_Latn
0.999804
14b0fa71de0652618d74b5600b747e024af997e5
3,908
md
Markdown
tournaments/ontology/ontology.md
gurfinkel/codeSignal
114817947ac6311bd53a48f0f0e17c0614bf7911
[ "MIT" ]
5
2020-02-06T09:51:22.000Z
2021-03-19T00:18:44.000Z
tournaments/ontology/ontology.md
gurfinkel/codeSignal
114817947ac6311bd53a48f0f0e17c0614bf7911
[ "MIT" ]
null
null
null
tournaments/ontology/ontology.md
gurfinkel/codeSignal
114817947ac6311bd53a48f0f0e17c0614bf7911
[ "MIT" ]
3
2019-09-27T13:06:21.000Z
2021-04-20T23:13:17.000Z
Quora has many questions covering a range of different topics, and making sure they're discoverable is crucial. One way to tackle this challenge is by using Quora's @mention selectors and search service to look up questions under a certain topic as quickly as possible. Let's imagine a simplified version of Quora wher...
54.277778
542
0.741044
eng_Latn
0.999588
14b18b3cbf446ec777372408e43d4dcdd3aad576
571
mkdn
Markdown
todo/delay-core-attrs.mkdn
gitpan/Dist-Zilla
4029dbb6b32d3734a34ddc30ad93bab55ee9cb45
[ "Artistic-1.0" ]
null
null
null
todo/delay-core-attrs.mkdn
gitpan/Dist-Zilla
4029dbb6b32d3734a34ddc30ad93bab55ee9cb45
[ "Artistic-1.0" ]
null
null
null
todo/delay-core-attrs.mkdn
gitpan/Dist-Zilla
4029dbb6b32d3734a34ddc30ad93bab55ee9cb45
[ "Artistic-1.0" ]
null
null
null
# DELAY CORE ATTRIBUTE INIT We might want something like $zilla->name to come from some plugin that converts from main_module, or yadda yadda. This will allow register-on-the-fly of plugins because we can construct the Zilla before we know all its required attribute values. We'll probably mark those values as LazyR...
24.826087
75
0.767075
eng_Latn
0.993661
14b18c1464e329a718f5b3799e4f5ba626fd4b85
379
md
Markdown
Data-Structures/Arrays/Array.md
Thewm/JSA
512de3f25481e043e9191839f1d08328213073a8
[ "MIT" ]
4
2020-09-07T10:50:07.000Z
2020-12-23T09:02:33.000Z
Data-Structures/Arrays/Array.md
Thewm/JSA
512de3f25481e043e9191839f1d08328213073a8
[ "MIT" ]
null
null
null
Data-Structures/Arrays/Array.md
Thewm/JSA
512de3f25481e043e9191839f1d08328213073a8
[ "MIT" ]
1
2021-09-28T11:54:25.000Z
2021-09-28T11:54:25.000Z
# Epitome of array in js * Arrays is simplest data structures * The JavaScript Array class is a global object that is used in the construction of arrays; which are high-level, list-like objects [mdn](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array) * Lookup for arrays Big O is ...
47.375
225
0.76781
eng_Latn
0.991062
14b1d358f8ad8c9c28750dccbb102ada2388ac60
20
md
Markdown
README.md
kdibatik/apps
b60d304af9bacd085bd569956099455d8b9e5090
[ "MIT" ]
null
null
null
README.md
kdibatik/apps
b60d304af9bacd085bd569956099455d8b9e5090
[ "MIT" ]
null
null
null
README.md
kdibatik/apps
b60d304af9bacd085bd569956099455d8b9e5090
[ "MIT" ]
null
null
null
# demo testing demo
6.666667
12
0.75
epo_Latn
0.79714
14b279386036495ad4aea9fc478ae0a3b8e94b2a
11,338
md
Markdown
_docs/Sage-50-UK-Connector/Exporting-Sales-Orders-from-Sage-50-UK.md
chrishotchkiss/test
3c83a28798bde3f8222c028815ef9fcae7a95490
[ "MIT" ]
null
null
null
_docs/Sage-50-UK-Connector/Exporting-Sales-Orders-from-Sage-50-UK.md
chrishotchkiss/test
3c83a28798bde3f8222c028815ef9fcae7a95490
[ "MIT" ]
null
null
null
_docs/Sage-50-UK-Connector/Exporting-Sales-Orders-from-Sage-50-UK.md
chrishotchkiss/test
3c83a28798bde3f8222c028815ef9fcae7a95490
[ "MIT" ]
null
null
null
--- slug: exporting-sales-orders-from-sage-50-uk redirect_from: "/article/402-exporting-sales-orders-from-sage-50-uk" title: Exporting Sales Orders from Sage 50 UK --- This task will export sales orders from Sage 50 to Zynk XML format. ## Settings ### Sage 50 Connection _Required_ The connection to Sage 50 UK to use...
42.30597
409
0.504675
kor_Hang
0.338512
14b5146aaf1f87975d04c270478265d2492541f6
63
md
Markdown
docs/data_dictionaries/README.md
Troublem1/Zindi_wheat_growth_submission
43e985599f8b773b4b2e38a2e3a32c9c4a9253da
[ "MIT" ]
2
2020-11-20T21:49:56.000Z
2020-12-02T16:33:35.000Z
docs/data_dictionaries/README.md
Troublem1/Zindi_wheat_growth_submission
43e985599f8b773b4b2e38a2e3a32c9c4a9253da
[ "MIT" ]
null
null
null
docs/data_dictionaries/README.md
Troublem1/Zindi_wheat_growth_submission
43e985599f8b773b4b2e38a2e3a32c9c4a9253da
[ "MIT" ]
null
null
null
# Zindi CGIAR Wheat Growth Stage Challenge - Data Dictionaries
31.5
62
0.809524
kor_Hang
0.654704
14b55debe309b72f96b9674b5e48ace89ca76759
11,284
md
Markdown
src/es/2019-02/10/teacher-comments.md
PrJared/sabbath-school-lessons
94a27f5bcba987a11a698e5e0d4279b81a68bc9a
[ "MIT" ]
68
2016-10-30T23:17:56.000Z
2022-03-27T11:58:16.000Z
src/es/2019-02/10/teacher-comments.md
PrJared/sabbath-school-lessons
94a27f5bcba987a11a698e5e0d4279b81a68bc9a
[ "MIT" ]
367
2016-10-21T03:50:22.000Z
2022-03-28T23:35:25.000Z
src/es/2019-02/10/teacher-comments.md
PrJared/sabbath-school-lessons
94a27f5bcba987a11a698e5e0d4279b81a68bc9a
[ "MIT" ]
109
2016-08-02T14:32:13.000Z
2022-03-31T10:18:41.000Z
--- title: El Sábado enseñaré date: 07/06/2019 --- ### El sábado enseñaré... #### RESEÑA Toda relación que se aventure a traspasar el umbral de meros conocidos tendrá “tiempos de dificultades”. La norma siempre debería ser la prevención mediante principios cristianos sabios. Pero, tarde o temprano, los conflictos ...
225.68
1,679
0.799628
spa_Latn
0.999206
14b69d1d3b730ee1d2bee17bc3ca7d4deb43a1ea
2,572
md
Markdown
docs/useGeolocationState.md
antonioru/binteractions-react-hooks
aa51560cfefebf0796ec94d0451a6823bb57e904
[ "MIT" ]
null
null
null
docs/useGeolocationState.md
antonioru/binteractions-react-hooks
aa51560cfefebf0796ec94d0451a6823bb57e904
[ "MIT" ]
null
null
null
docs/useGeolocationState.md
antonioru/binteractions-react-hooks
aa51560cfefebf0796ec94d0451a6823bb57e904
[ "MIT" ]
null
null
null
# useGeolocationState Returns an object containing the `position` information, the `isSupported` boolean flag reporting whether the geolocation API is supported or not and the `isRetrieving` boolean flag reporting whether the hook is fetching the current position or not. The position is retrieved by using the [Geoloc...
31.753086
138
0.716563
eng_Latn
0.788445
14b6ef090fbc25972352cf04c2ad1cb8ccf98576
104
md
Markdown
docs/install/README.md
codingories/gulu-demo
32bfdc168cd704536ea54c7d3abb3c2111255c7a
[ "MIT" ]
4
2021-01-04T06:53:48.000Z
2021-05-27T07:09:43.000Z
docs/install/README.md
codingories/gulu-demo
32bfdc168cd704536ea54c7d3abb3c2111255c7a
[ "MIT" ]
7
2020-06-18T02:42:18.000Z
2022-03-02T07:03:43.000Z
docs/install/README.md
codingories/gulu-demo
32bfdc168cd704536ea54c7d3abb3c2111255c7a
[ "MIT" ]
null
null
null
--- title: 安装 --- # 安装 本章节待完善 ```bash npm install ories-gulu ``` 或 ```bash yarn add ories-gulu ```
5.777778
22
0.567308
uzn_Latn
0.3728
14b726bb1aa335a4dad1762c4839d722cfbd8ed7
1,997
md
Markdown
README.md
nguyenvinh2/Async-Inn
10cbcf5d7f125b4a14b91df10a109836524efb50
[ "MIT" ]
null
null
null
README.md
nguyenvinh2/Async-Inn
10cbcf5d7f125b4a14b91df10a109836524efb50
[ "MIT" ]
null
null
null
README.md
nguyenvinh2/Async-Inn
10cbcf5d7f125b4a14b91df10a109836524efb50
[ "MIT" ]
null
null
null
# Async-Inn ## Database buildout of Hotel Management using DOTNET Web Application. This is a basic C# Web Application specifically written to create and manage a database structure of a Hotel. It utilizes a SQL Relational Database to store all entries. V0.9 creates front end interfacing allowing users to manipulate...
29.367647
166
0.781673
eng_Latn
0.96712
14b7ab7efd1a747296b42422a037d049f265f3d4
1,898
md
Markdown
README.md
Sherlockpxy/VSM-for-fitos
4d119b434c534ea6997f897a582abf975b6f3e43
[ "Apache-2.0" ]
null
null
null
README.md
Sherlockpxy/VSM-for-fitos
4d119b434c534ea6997f897a582abf975b6f3e43
[ "Apache-2.0" ]
null
null
null
README.md
Sherlockpxy/VSM-for-fitos
4d119b434c534ea6997f897a582abf975b6f3e43
[ "Apache-2.0" ]
null
null
null
VSM - Virtual Storage Manager ============================= ![](https://github.com/01org/virtual-storage-manager/blob/master/vsm_0.jpg "Virtual Storage Manager") Virtual Storage Manager (VSM) is software that Intel has developed to help manage Ceph clusters. VSM simplifies the creation and day-to-day managemen...
54.228571
177
0.780822
eng_Latn
0.994806
14b7d1ef328bbfece0d1e0f83b3eb99d8e44ba79
1,656
md
Markdown
read29.md
mohammadalmoqdad/reading-notes
cd171c8cfbe87955f44abeaf933fac5fbcf8e2b8
[ "MIT" ]
null
null
null
read29.md
mohammadalmoqdad/reading-notes
cd171c8cfbe87955f44abeaf933fac5fbcf8e2b8
[ "MIT" ]
null
null
null
read29.md
mohammadalmoqdad/reading-notes
cd171c8cfbe87955f44abeaf933fac5fbcf8e2b8
[ "MIT" ]
null
null
null
## Do child components have direct access to props/state from the parent? - No, That is done by returing the result of the function that had been passed with the props to thge children. ## When a component “wraps” another component, how does the child component’s output get rendered? - by import it inside the parent c...
57.103448
175
0.762077
eng_Latn
0.99991
14b90b7958aa3a68062b9d043a61a68add2d53a1
511
md
Markdown
site/conferences/2021-axe-con-virtual.md
ibwatson/conferences
61ebd8708c4e99084e51f2d6a8caadc4ab41e131
[ "MIT" ]
233
2019-01-21T14:23:59.000Z
2022-03-11T13:20:11.000Z
site/conferences/2021-axe-con-virtual.md
ibwatson/conferences
61ebd8708c4e99084e51f2d6a8caadc4ab41e131
[ "MIT" ]
167
2019-02-05T14:12:08.000Z
2022-03-29T17:18:01.000Z
site/conferences/2021-axe-con-virtual.md
ibwatson/conferences
61ebd8708c4e99084e51f2d6a8caadc4ab41e131
[ "MIT" ]
212
2019-02-04T19:48:05.000Z
2022-03-04T02:43:41.000Z
--- title: axe-con 2021 url: https://www.deque.com/axe-con/ cocUrl: https://www.deque.com/axe-con/code-of-conduct/ date: 2021-03-10 endDate: 2021-03-11 location: Virtual byline: Building accessible experiences --- Axe-con is an open and inclusive digital accessibility conference that welcomes developers, designers, bu...
42.583333
295
0.800391
eng_Latn
0.924275
14b926d2e2fd0ec6bfd84e741df6cdde3456e30c
748
md
Markdown
content/post/2012-09-06-show-9-school-subjects-september-6-2012.md
SteelWagstaff/novela-hugo
5323b251c6fb1bbcf0e14a20e931281d6ff900f1
[ "MIT" ]
null
null
null
content/post/2012-09-06-show-9-school-subjects-september-6-2012.md
SteelWagstaff/novela-hugo
5323b251c6fb1bbcf0e14a20e931281d6ff900f1
[ "MIT" ]
null
null
null
content/post/2012-09-06-show-9-school-subjects-september-6-2012.md
SteelWagstaff/novela-hugo
5323b251c6fb1bbcf0e14a20e931281d6ff900f1
[ "MIT" ]
null
null
null
--- title: 'Show 9: School Subjects' timeToRead: 1 author: Steel Wagstaff type: post date: 2012-09-06T23:26:48+00:00 url: /show-9-school-subjects-september-6-2012/ hero: /images/2016/11/6212611429_d45a554831_o-e1351823998104.jpg categories: - Radio Shows tags: - Madison - Music - Student Radio - WSUM --- To...
34
177
0.751337
eng_Latn
0.603402
14b937649c22cc5f809dc66c052fe6c097e8eb34
1,111
md
Markdown
README.md
swlkr/snap
d3a2364da2f262b3ff72a7bcb4bca3c9512db328
[ "MIT" ]
null
null
null
README.md
swlkr/snap
d3a2364da2f262b3ff72a7bcb4bca3c9512db328
[ "MIT" ]
null
null
null
README.md
swlkr/snap
d3a2364da2f262b3ff72a7bcb4bca3c9512db328
[ "MIT" ]
null
null
null
snap ====================== Turns your global state atom changes into restful urls Pull requests are welcome! Usage ----- In your `project.clj`, add the following dependency: ```clojure [snap "1.0.0"] ``` Then, set up your remotes, global state and, oh snap! restful http requests from state changes! ```clojure (...
19.491228
96
0.60306
eng_Latn
0.773997
14ba657f4218e77ed292525effad3e7b1e55370a
94
md
Markdown
README.md
MrWooJ/WJChipDesign
9a5e0fa7d8b4d77a61a52b3026854e1ecbb01ca2
[ "MIT" ]
null
null
null
README.md
MrWooJ/WJChipDesign
9a5e0fa7d8b4d77a61a52b3026854e1ecbb01ca2
[ "MIT" ]
null
null
null
README.md
MrWooJ/WJChipDesign
9a5e0fa7d8b4d77a61a52b3026854e1ecbb01ca2
[ "MIT" ]
null
null
null
# WJChipDesign Very Large Scaled Integration: Optimal Transistor Design in a Single Chip (GA)
31.333333
78
0.808511
yue_Hant
0.541329
14ba9950d0e12b1aa2e7c13d79c405fc70806854
1,864
md
Markdown
aspnetcore/tutorials/first-mvc-app/search.md
d3suu/Docs.pl-pl
298a5fea0179b8a52233aa60d7d0a5ac2e5df20c
[ "CC-BY-4.0", "MIT" ]
null
null
null
aspnetcore/tutorials/first-mvc-app/search.md
d3suu/Docs.pl-pl
298a5fea0179b8a52233aa60d7d0a5ac2e5df20c
[ "CC-BY-4.0", "MIT" ]
null
null
null
aspnetcore/tutorials/first-mvc-app/search.md
d3suu/Docs.pl-pl
298a5fea0179b8a52233aa60d7d0a5ac2e5df20c
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Dodawanie wyszukiwania do aplikacji ASP.NET Core MVC author: rick-anderson description: Pokazuje, jak dodawanie wyszukiwania do prostą aplikację platformy ASP.NET Core MVC ms.author: riande ms.date: 03/07/2017 uid: tutorials/first-mvc-app/search ms.openlocfilehash: d0581142b505323385feba441b707d29b3f6db5d ms...
40.521739
160
0.794528
pol_Latn
0.991468
14bae9bd91e8b4c99f70ac871eb3659aed280b6b
897
md
Markdown
README.md
ec500-software-engineering/exercise-2-ffmpeg-naellezephir
299a2a286036acaaa9ce0adf240c3de06d0bfdb0
[ "MIT" ]
null
null
null
README.md
ec500-software-engineering/exercise-2-ffmpeg-naellezephir
299a2a286036acaaa9ce0adf240c3de06d0bfdb0
[ "MIT" ]
null
null
null
README.md
ec500-software-engineering/exercise-2-ffmpeg-naellezephir
299a2a286036acaaa9ce0adf240c3de06d0bfdb0
[ "MIT" ]
null
null
null
# FFMPEG with CI Python CI template for EC500 Software Engineering ## Estimation I did some trial and error for estimating how many threads I could have. I ran 4 processes at the same time and used 95% of my CPU so I decided to set the limit of threads to 3. ## Program To run the ffmpeg.py file, you must run it with ...
74.75
460
0.780379
eng_Latn
0.999943
14bb1114c004efd67e44db656491bb4c0ae3a65c
11
md
Markdown
resume-new/README.md
robbvann/robb.github.io
52ff6d9b341ec8da0968b6b9903fd925abdad6bb
[ "MIT" ]
null
null
null
resume-new/README.md
robbvann/robb.github.io
52ff6d9b341ec8da0968b6b9903fd925abdad6bb
[ "MIT" ]
4
2021-10-06T20:39:27.000Z
2022-02-27T09:05:18.000Z
resume-new/README.md
robbvann/robb.github.io
52ff6d9b341ec8da0968b6b9903fd925abdad6bb
[ "MIT" ]
null
null
null
# resume
3.666667
8
0.545455
ast_Latn
0.620858
14bdf8f164f8a140c8eda006c3e0ebc5a8e44df8
83
md
Markdown
README.md
idiosincratica/Telegram-bot
1d0eb5fc08847373bc8aac778e665ea3e1b9a59d
[ "BSD-3-Clause" ]
null
null
null
README.md
idiosincratica/Telegram-bot
1d0eb5fc08847373bc8aac778e665ea3e1b9a59d
[ "BSD-3-Clause" ]
null
null
null
README.md
idiosincratica/Telegram-bot
1d0eb5fc08847373bc8aac778e665ea3e1b9a59d
[ "BSD-3-Clause" ]
null
null
null
# Telegram bot Telegram bot that simply sends duplicate of a message sent by a user
41.5
68
0.807229
eng_Latn
0.992817
14bf26e583692bc2a543a2dcae962e98eb08a176
7,200
md
Markdown
README.md
AnnaKazakova/panel-properties-extended-example
4cfd4f8509391696940b94462dd3d0d229952334
[ "MIT" ]
1
2019-05-22T17:06:53.000Z
2019-05-22T17:06:53.000Z
README.md
AnnaKazakova/panel-properties-extended-example
4cfd4f8509391696940b94462dd3d0d229952334
[ "MIT" ]
2
2021-03-08T22:46:08.000Z
2022-02-12T03:53:34.000Z
README.md
AnnaKazakova/panel-properties-extended-example
4cfd4f8509391696940b94462dd3d0d229952334
[ "MIT" ]
2
2019-05-23T02:25:51.000Z
2021-03-13T17:56:31.000Z
# Properties Panel Extension Example This example shows how to extend the [bpmn-js-properties-panel](https://github.com/bpmn-io/bpmn-js-properties-panel) in Camunda Modeler with custom properties based on a plugin. ![properties panel extension screenshot](https://raw.githubusercontent.com/bpmn-io/bpmn-js-examples/mas...
32.727273
550
0.729028
eng_Latn
0.942827
14bf46bc105bed5f00178b67b31aafc42586183a
262
md
Markdown
shield.md
patheard/covid-alert-server-staging-notes
9dadcec6b962562ba51dbc65c621b43677a54d51
[ "MIT" ]
null
null
null
shield.md
patheard/covid-alert-server-staging-notes
9dadcec6b962562ba51dbc65c621b43677a54d51
[ "MIT" ]
2
2021-04-25T20:52:32.000Z
2021-04-28T19:43:01.000Z
shield.md
patheard/covid-alert-server-staging-notes
9dadcec6b962562ba51dbc65c621b43677a54d51
[ "MIT" ]
null
null
null
# Shield **Source:** [/server/aws/shield.tf](https://github.com/cds-snc/covid-alert-server-staging-terraform/blob/master/server/aws/shield.tf) Shield enabled for: - CloudFront Key Retrieval distribution - Route 53 zone - ALBs for Key Retrieval & Key Submission
32.75
133
0.767176
kor_Hang
0.255959
14bf83aa87b2457792628a55c798a06fa01c8807
20,344
md
Markdown
src/documents/2006/10/26/stop-the-build-is-broken/index.html.md
csell5/MyBlog
a8370ff34686deb4b303d6710c1fcbe4c6ee537b
[ "MIT" ]
null
null
null
src/documents/2006/10/26/stop-the-build-is-broken/index.html.md
csell5/MyBlog
a8370ff34686deb4b303d6710c1fcbe4c6ee537b
[ "MIT" ]
null
null
null
src/documents/2006/10/26/stop-the-build-is-broken/index.html.md
csell5/MyBlog
a8370ff34686deb4b303d6710c1fcbe4c6ee537b
[ "MIT" ]
null
null
null
--- layout: post title: "Stop, the build is broken!!" subTitle: heroImageUrl: date: 2006-10-26 tags: ["TeamBuild","VSTS"] keywords: --- It's late, your tired and yet somehow you got stuck fixing the build because junior engineer bob just fired off a check-in and took off.&nbsp; It looks like the build is now broke...
67.813333
510
0.654247
eng_Latn
0.433196
14bfc1513e134b94182f12655210503589e4e427
3,306
md
Markdown
_posts/2020-04-30-journal-examples.md
ohsik/writejournal-jekyll
ead22e30a18a30591c07f33a8ab36e3d00510be5
[ "MIT" ]
null
null
null
_posts/2020-04-30-journal-examples.md
ohsik/writejournal-jekyll
ead22e30a18a30591c07f33a8ab36e3d00510be5
[ "MIT" ]
null
null
null
_posts/2020-04-30-journal-examples.md
ohsik/writejournal-jekyll
ead22e30a18a30591c07f33a8ab36e3d00510be5
[ "MIT" ]
null
null
null
--- layout: post title: Journal Examples subtitle: There are different types of journals available. tags: [journal, diary, personal journal, online journal, online diary, writing, writing community] comments: true --- ![Journal Examples](/img/post/journal-example.jpg) <p>Keeping a habit doesn’t only help you to expre...
110.2
534
0.776467
eng_Latn
0.99986
14c2887c975ab504cf6ced3ed184beeef3a8cd48
2,624
md
Markdown
README.md
yym-yumeng123/Express-Stickynotes
2fae8a6529ad05ab984c3b84a69537723a16172f
[ "MIT" ]
null
null
null
README.md
yym-yumeng123/Express-Stickynotes
2fae8a6529ad05ab984c3b84a69537723a16172f
[ "MIT" ]
null
null
null
README.md
yym-yumeng123/Express-Stickynotes
2fae8a6529ad05ab984c3b84a69537723a16172f
[ "MIT" ]
null
null
null
# Express-Stickynotes node express 搭建在线留言墙 ![](https://i.loli.net/2018/03/02/5a9915ec07496.png) ## 使用方法 ``` git bash # 克隆仓库 git clone # cd 到仓库目录后安装依赖 npm i # 启动本地服务器,打开 http://localhost:3000 npm start # 当然你也可以指定端口( 比如开一个2233娘端口 ) PORT=2233 node ./bin/www ``` ## 文件结构 ``` ├── app.js ├...
19.437037
104
0.535823
yue_Hant
0.31946
14c2d52e54da84867adfe76a65b250a5fad0ab77
1,187
md
Markdown
docs/collectors/DiskTemperatureCollector.md
hermdog/Diamond
0f3eb04327d6d3ed5e53a9967d6c9d2c09714a47
[ "MIT" ]
1,795
2015-01-05T11:14:55.000Z
2022-03-25T12:07:15.000Z
docs/collectors/DiskTemperatureCollector.md
hermdog/Diamond
0f3eb04327d6d3ed5e53a9967d6c9d2c09714a47
[ "MIT" ]
671
2015-01-02T05:57:27.000Z
2022-03-29T22:39:05.000Z
docs/collectors/DiskTemperatureCollector.md
hermdog/Diamond
0f3eb04327d6d3ed5e53a9967d6c9d2c09714a47
[ "MIT" ]
793
2015-01-03T01:39:02.000Z
2022-02-18T05:12:27.000Z
<!--This file was generated from the python source Please edit the source to make changes --> DiskTemperatureCollector ===== Collect disk temperature with S.M.A.R.T. This collector use hddtemp to collect only the disk temperature from the disk S.M.A.R.T information. This can be faster than smartctl since it only extr...
31.236842
115
0.718618
eng_Latn
0.920551
14c35c04fe6069b60e757e8ee073a27ccee4be4e
14,519
md
Markdown
README.md
rohan-0100010110010100/Parameter-wrangling
eb96f85f1f39a4507f3d110a2e1d1c1f991ba12c
[ "MIT" ]
null
null
null
README.md
rohan-0100010110010100/Parameter-wrangling
eb96f85f1f39a4507f3d110a2e1d1c1f991ba12c
[ "MIT" ]
null
null
null
README.md
rohan-0100010110010100/Parameter-wrangling
eb96f85f1f39a4507f3d110a2e1d1c1f991ba12c
[ "MIT" ]
null
null
null
# Parameter-wrangling Analysis of SSE &amp; demonstration to show the ill-effect of function parameters wrangling/re-arrangement. The result of this experiment is based upon the Platform ABI and artchitecture , the following are the requirement for this experiment: ## Requirments * AMD64 ABI, which can be found at...
49.384354
331
0.700255
eng_Latn
0.742389
14c4175cb6982a9000ada43459326c2f2719ef14
5,474
md
Markdown
socrata/i9uw-idjh.md
axibase/open-data-catalog
18210b49b6e2c7ef05d316b6699d2f0778fa565f
[ "Apache-2.0" ]
7
2017-05-02T16:08:17.000Z
2021-05-27T09:59:46.000Z
socrata/i9uw-idjh.md
axibase/open-data-catalog
18210b49b6e2c7ef05d316b6699d2f0778fa565f
[ "Apache-2.0" ]
5
2017-11-27T15:40:39.000Z
2017-12-05T14:34:14.000Z
socrata/i9uw-idjh.md
axibase/open-data-catalog
18210b49b6e2c7ef05d316b6699d2f0778fa565f
[ "Apache-2.0" ]
3
2017-03-03T14:48:48.000Z
2019-05-23T12:57:42.000Z
# Performance Metrics - Ethics - Lobbyists Completing Ethics Training ## Dataset | Name | Value | | :--- | :---- | | Catalog | [Link](https://catalog.data.gov/dataset/performance-metrics-ethics-lobbyists-completing-ethics-training-cd559) | | Metadata | [Link](https://data.cityofchicago.org/api/views/i9uw-idjh) | | Da...
65.951807
351
0.544757
yue_Hant
0.258154
14c429031648cfdec80f6214586ce1900f3a2008
312
md
Markdown
docs/api/alfa-css.rotate_class.x_property.md
Siteimprove/alfa
3eb032275a9fa5f3b97b892e28ebfc90eb4ef611
[ "MIT" ]
70
2018-05-25T16:02:23.000Z
2022-03-21T14:28:03.000Z
docs/api/alfa-css.rotate_class.x_property.md
Siteimprove/alfa
3eb032275a9fa5f3b97b892e28ebfc90eb4ef611
[ "MIT" ]
448
2018-06-01T08:46:47.000Z
2022-03-31T14:02:55.000Z
docs/api/alfa-css.rotate_class.x_property.md
Siteimprove/alfa
3eb032275a9fa5f3b97b892e28ebfc90eb4ef611
[ "MIT" ]
13
2018-07-04T19:47:49.000Z
2022-02-19T09:59:34.000Z
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@siteimprove/alfa-css](./alfa-css.md) &gt; [Rotate](./alfa-css.rotate_class.md) &gt; [x](./alfa-css.rotate_class.x_property.md) ## Rotate.x property <b>Signature:</b> ```typescript get x(): Number; ```
26
152
0.663462
eng_Latn
0.43417
14c46f571db4d9f75fc36cb368857f731312629a
1,878
md
Markdown
README.md
VladOnuA/Unix-Command-Interpreter
e5092942be5f9d3409ca99085ca00ba4b5388ab0
[ "MIT" ]
null
null
null
README.md
VladOnuA/Unix-Command-Interpreter
e5092942be5f9d3409ca99085ca00ba4b5388ab0
[ "MIT" ]
null
null
null
README.md
VladOnuA/Unix-Command-Interpreter
e5092942be5f9d3409ca99085ca00ba4b5388ab0
[ "MIT" ]
null
null
null
This is a simplified Unix command interpreter in C, similar to bash or csh in purpose, but trimmed down to the bare minimum. 1. Upon start-up, the shell should get the current working directory, read the file profile from that directory and configure the environment variables HOME and PATH as specified in that file. Fo...
170.727273
736
0.780618
eng_Latn
0.999947
14c4b4e6c2fb829d176084a35ed6ceccb5211147
1,451
md
Markdown
content/cleanup/_index.ko.md
jalawala/amazon-ecs-for-beginners-catsdogs
59c19a6d33a0172a5fcbcb5ccfc490eb71b537c0
[ "MIT-0" ]
null
null
null
content/cleanup/_index.ko.md
jalawala/amazon-ecs-for-beginners-catsdogs
59c19a6d33a0172a5fcbcb5ccfc490eb71b537c0
[ "MIT-0" ]
null
null
null
content/cleanup/_index.ko.md
jalawala/amazon-ecs-for-beginners-catsdogs
59c19a6d33a0172a5fcbcb5ccfc490eb71b537c0
[ "MIT-0" ]
1
2020-09-09T16:56:12.000Z
2020-09-09T16:56:12.000Z
--- title: "실습 리소스 정리" weight: 100 pre: "<b>8. </b>" --- <p align="left"> 1. [Amazon ECS](https://console.aws.amazon.com/ecs) 클러스터로 이동하여 **DEMOGO-ECS** 클러스터를 삭제합니다. 2. [Amazon ECS](https://console.aws.amazon.com/ecs) Task Definitions으로 이동하여 **catsdef**와 **dogsdef**를 각각 클릭하여 모두 선택한 후 **Actions**를 눌러 **deregiste...
46.806452
158
0.700207
kor_Hang
0.926329
14c568c316444dcd164dfe40f55817c701bc2bf7
2,328
md
Markdown
_pages/about.md
ollieyzhang/ollieyzhang.github.io
bf20d5d20fa2655f738a84131516fc09e348d908
[ "MIT" ]
null
null
null
_pages/about.md
ollieyzhang/ollieyzhang.github.io
bf20d5d20fa2655f738a84131516fc09e348d908
[ "MIT" ]
null
null
null
_pages/about.md
ollieyzhang/ollieyzhang.github.io
bf20d5d20fa2655f738a84131516fc09e348d908
[ "MIT" ]
null
null
null
--- permalink: / title: "About me" excerpt: "About me" author_profile: true redirect_from: - /about/ - /about.html --- --- Welcome! I am Yan Zhang, a third-year postgraduate student in the Institute of Robotics and Intelligent Systems at Xi'an Jiaotong University. My research interest lies in the intersection of r...
52.909091
560
0.734536
eng_Latn
0.689044
14c59c463df55698097df528896ef4626a93f6a0
1,564
md
Markdown
meetings/notes_20190617.md
dearbornlavern/zos
e2d70671361598a0c610fa49e1795d8030c3e3ef
[ "Apache-2.0" ]
52
2018-11-09T00:15:03.000Z
2022-03-23T22:42:42.000Z
meetings/notes_20190617.md
dearbornlavern/zos
e2d70671361598a0c610fa49e1795d8030c3e3ef
[ "Apache-2.0" ]
1,045
2018-10-09T16:14:37.000Z
2022-03-31T00:46:10.000Z
meetings/notes_20190617.md
dearbornlavern/zos
e2d70671361598a0c610fa49e1795d8030c3e3ef
[ "Apache-2.0" ]
17
2018-12-13T12:48:10.000Z
2022-02-05T17:25:07.000Z
# OS weekly meeting Monday 17/06/19 ## Attendees - @zaibon - @maxux - @leesmet - @delantj - @muhamadazmy ## Progress Update ### Updates Module @muhamadazmy: - For now, we have a single version for all modules all together, for now we stick on this but this is going to change - We could use separate directory for...
24.4375
118
0.742967
eng_Latn
0.998911
14c59c736ebd4ecbdc14bce33b450c2a17d4282d
84
md
Markdown
.changeset/famous-tips-march.md
cmanou/remirror
db49e467811c3c95f48c29f7bd267dac4c3ff85f
[ "MIT" ]
1
2021-03-23T03:48:29.000Z
2021-03-23T03:48:29.000Z
.changeset/famous-tips-march.md
cmanou/remirror
db49e467811c3c95f48c29f7bd267dac4c3ff85f
[ "MIT" ]
null
null
null
.changeset/famous-tips-march.md
cmanou/remirror
db49e467811c3c95f48c29f7bd267dac4c3ff85f
[ "MIT" ]
null
null
null
--- 'jest-prosemirror': minor --- Add strike mark to the `jest-prosemirror` schema
14
48
0.702381
eng_Latn
0.5842
14c5dacb5520a143a25dfe38f9df70671aaafb7e
79
md
Markdown
README.md
umair0538/elegant-meters
632461be3ed92599b94ed68d848b20174e7cd399
[ "MIT" ]
2
2015-05-21T07:03:00.000Z
2015-05-21T07:05:10.000Z
README.md
umair0538/elegant-meters
632461be3ed92599b94ed68d848b20174e7cd399
[ "MIT" ]
null
null
null
README.md
umair0538/elegant-meters
632461be3ed92599b94ed68d848b20174e7cd399
[ "MIT" ]
null
null
null
elegant-meters ============== jquery plugin for creating elegant speedometers.
19.75
48
0.696203
eng_Latn
0.57442
14c5df42292d1c85616634493b066f5a05b935fd
554
md
Markdown
README.md
CarloMendola/motion
f0e8411fbf506cb98e3b744c5e30f9218495b703
[ "Apache-2.0" ]
null
null
null
README.md
CarloMendola/motion
f0e8411fbf506cb98e3b744c5e30f9218495b703
[ "Apache-2.0" ]
null
null
null
README.md
CarloMendola/motion
f0e8411fbf506cb98e3b744c5e30f9218495b703
[ "Apache-2.0" ]
null
null
null
# Dockerfile for motion image This is a **Dockerfile** to build a docker image for **motion** based on **debian**:9.5. [![Docker Automated build](https://img.shields.io/docker/automated/carlomendola85/motion.svg)](https://hub.docker.com/r/carlomendola85/motion/) [![Docker Build Status](https://img.shields.io/docker/b...
50.363636
143
0.754513
yue_Hant
0.306773
14c7583022b2fd4217251d1404b280284397fe81
7,597
md
Markdown
swim-system-js/swim-core-js/@swim/util/README.md
asad-awadia/swim
964fea79c37fbf43be88af2b11fe17f565e52282
[ "Apache-2.0" ]
null
null
null
swim-system-js/swim-core-js/@swim/util/README.md
asad-awadia/swim
964fea79c37fbf43be88af2b11fe17f565e52282
[ "Apache-2.0" ]
null
null
null
swim-system-js/swim-core-js/@swim/util/README.md
asad-awadia/swim
964fea79c37fbf43be88af2b11fe17f565e52282
[ "Apache-2.0" ]
1
2020-06-10T09:05:13.000Z
2020-06-10T09:05:13.000Z
# @swim/util [![package](https://img.shields.io/npm/v/@swim/util.svg)](https://www.npmjs.com/package/@swim/util) [![documentation](https://img.shields.io/badge/doc-TypeDoc-blue.svg)](https://docs.swimos.org/js/latest/modules/_swim_util.html) [![chat](https://img.shields.io/badge/chat-Gitter-green.svg)](https://gitter....
37.058537
128
0.743978
eng_Latn
0.974602
14ca7aae45df00f0f97f1080ded234cd1a7b2b4b
418
md
Markdown
content/en/docs/limd/iMobileDevice.MobileBackup/MobileBackupFlags/_index.md
qmfrederik/docsy-perf
dcd7c1309adfca26120740a9983de179368f5600
[ "Apache-2.0" ]
1
2020-12-29T23:42:04.000Z
2020-12-29T23:42:04.000Z
content/en/docs/limd/iMobileDevice.MobileBackup/MobileBackupFlags/_index.md
qmfrederik/docsy-perf
dcd7c1309adfca26120740a9983de179368f5600
[ "Apache-2.0" ]
null
null
null
content/en/docs/limd/iMobileDevice.MobileBackup/MobileBackupFlags/_index.md
qmfrederik/docsy-perf
dcd7c1309adfca26120740a9983de179368f5600
[ "Apache-2.0" ]
null
null
null
--- title: MobileBackupFlags enumeration --- ```csharp public enum MobileBackupFlags ``` ## Values | name | value | description | | --- | --- | --- | | RestoreNotifySpringboard | `1` | | | RestorePreserveSettings | `2` | | | RestorePreserveCameraRoll | `4` | | ## See Also * namespace [iMobileDevice.MobileBackup...
19
69
0.660287
kor_Hang
0.294659
14cb445db2b25301092755c36532a8891fe4ac85
38
md
Markdown
README.md
voicelog/voicelog-frontend-recorder-prototype
b8b346b0fe126801e722d1912efde8c139dac8bf
[ "MIT" ]
null
null
null
README.md
voicelog/voicelog-frontend-recorder-prototype
b8b346b0fe126801e722d1912efde8c139dac8bf
[ "MIT" ]
null
null
null
README.md
voicelog/voicelog-frontend-recorder-prototype
b8b346b0fe126801e722d1912efde8c139dac8bf
[ "MIT" ]
null
null
null
# voicelog-frontend-recorder-prototype
38
38
0.868421
eng_Latn
0.245187
14cb4d5be2063ce117eed9120d3287a42ed19935
151
md
Markdown
quarkus/index.md
rmarting/knowledge-base
2dd7f83e760eec9bf37f232efde181c3ad163bac
[ "Apache-2.0" ]
null
null
null
quarkus/index.md
rmarting/knowledge-base
2dd7f83e760eec9bf37f232efde181c3ad163bac
[ "Apache-2.0" ]
null
null
null
quarkus/index.md
rmarting/knowledge-base
2dd7f83e760eec9bf37f232efde181c3ad163bac
[ "Apache-2.0" ]
null
null
null
--- layout: default --- ## Welcome to Quarkus Knowledge Base * [Runner package as final name](./runner-package-as-final-name) [Knowledge Base](../)
15.1
64
0.682119
eng_Latn
0.757605
14cbcacb7ddf4f727bdf428a28984f41226344f8
83
md
Markdown
README.md
nascentdigital/nd-geo-core
996a09d4a0c8b7fc580a868b8041ab80e29a4ecd
[ "MIT" ]
null
null
null
README.md
nascentdigital/nd-geo-core
996a09d4a0c8b7fc580a868b8041ab80e29a4ecd
[ "MIT" ]
null
null
null
README.md
nascentdigital/nd-geo-core
996a09d4a0c8b7fc580a868b8041ab80e29a4ecd
[ "MIT" ]
null
null
null
# nd-geohash-core A Node addon providing geospatial indexing support to databases.
27.666667
64
0.819277
eng_Latn
0.875388
14cbfaa68751d5a43a5cc30de66132bf3ffaba0b
81
md
Markdown
README.md
michiganandsam/TheGhostInvestments-
6127326b13610d06491e6453bdcdbdfa738878b1
[ "Apache-2.0" ]
null
null
null
README.md
michiganandsam/TheGhostInvestments-
6127326b13610d06491e6453bdcdbdfa738878b1
[ "Apache-2.0" ]
null
null
null
README.md
michiganandsam/TheGhostInvestments-
6127326b13610d06491e6453bdcdbdfa738878b1
[ "Apache-2.0" ]
null
null
null
# TheGhostInvestments- your money with adpacks up to 130% of the money deposited
27
57
0.802469
eng_Latn
0.999202
14cc965cbed98dbf3f07f2a6fbf5fc3dce26cf72
709
md
Markdown
_posts/iOS/2021-10-12-iOS_os_activity_mode.md
zehye/zehye.github.io
1daa6934d814b7a557f1d0abcfba9c052234ded3
[ "MIT" ]
11
2018-06-21T01:17:25.000Z
2020-07-04T16:20:32.000Z
_posts/iOS/2021-10-12-iOS_os_activity_mode.md
zehye/zehye.github.io
1daa6934d814b7a557f1d0abcfba9c052234ded3
[ "MIT" ]
3
2019-11-13T10:09:38.000Z
2021-09-27T21:33:10.000Z
_posts/iOS/2021-10-12-iOS_os_activity_mode.md
zehye/zehye.github.io
1daa6934d814b7a557f1d0abcfba9c052234ded3
[ "MIT" ]
1
2020-11-09T12:38:10.000Z
2020-11-09T12:38:10.000Z
--- layout: post title: iOS OS_ACTIVITY_MODE 설정하기 category: iOS tags: [iOS] comments: true --- > 개인공부 후 자료를 남기기 위한 목적임으로 내용 상에 오류가 있을 수 있습니다. <hr> ## OS_ACTIVITY_MODE Xcode 버전업을 하고나서부터 불필요한 로그들이 콘솔창에 찍히게 되었다. <br> 이는 Xcode8 버전부터 `OS_ACTIVITY_MODE`가 생겨서인데... 이는 os 시스템 관련 로그를 출력해주는 것으로 정작 너무 많은 로그들이 출력되어서 내 콘솔에 ...
20.257143
137
0.699577
kor_Hang
1.00001
14cd3b18fc460bf31487e0f7a70db50ca702028f
1,068
md
Markdown
_posts/2015-10-29-Atelier-Aime-Collezione-Sposa-Siena.md
gownfoldsize/gownfoldsize.github.io
e6c75ad44696417af13fbd50e4b14ef4f687f3ac
[ "MIT" ]
null
null
null
_posts/2015-10-29-Atelier-Aime-Collezione-Sposa-Siena.md
gownfoldsize/gownfoldsize.github.io
e6c75ad44696417af13fbd50e4b14ef4f687f3ac
[ "MIT" ]
null
null
null
_posts/2015-10-29-Atelier-Aime-Collezione-Sposa-Siena.md
gownfoldsize/gownfoldsize.github.io
e6c75ad44696417af13fbd50e4b14ef4f687f3ac
[ "MIT" ]
null
null
null
--- layout: post date: 2015-10-29 title: "Atelier Aimée Collezione Sposa Siena" category: Atelier Aimée tags: [Atelier Aimée] --- ### Atelier Aimée Collezione Sposa Siena Just **$339.99** ### <table><tr><td>BRANDS</td><td>Atelier Aimée</td></tr></table> <a href="https://www.readybrides.com/en/atelier-aimee-collez...
66.75
289
0.754682
ita_Latn
0.118738
14ce05753722318bb1a73ca6ae7f66082e942a65
3,767
md
Markdown
essays/smartquestions.md
oliversou/oliversou.github.io
91e583af663384b5ddab82ec01cede60761a95ac
[ "MIT" ]
null
null
null
essays/smartquestions.md
oliversou/oliversou.github.io
91e583af663384b5ddab82ec01cede60761a95ac
[ "MIT" ]
null
null
null
essays/smartquestions.md
oliversou/oliversou.github.io
91e583af663384b5ddab82ec01cede60761a95ac
[ "MIT" ]
null
null
null
--- layout: essay type: essay title: Any Questions? ... # All dates must be YYYY-MM-DD format! date: 2018-01-25 labels: - Software Engineering - UHM - ICS - Questions - Learning - Habit - Practice - StackOverflow --- <img class="ui medium right floated rounded image" src="../images/stackoverflow.png"> ...
43.802326
716
0.747279
eng_Latn
0.999488