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
3c7bb967335d9966aea1e8eca9045b385966c206
437
md
Markdown
_annotations/24bb5857-7efc-4209-b688-bd483db07bf2.md
jpkarlsberg/original-sacred-harp-containing-a
f66ec7df77164a26b504440f6b7cee760a31c094
[ "MIT" ]
null
null
null
_annotations/24bb5857-7efc-4209-b688-bd483db07bf2.md
jpkarlsberg/original-sacred-harp-containing-a
f66ec7df77164a26b504440f6b7cee760a31c094
[ "MIT" ]
null
null
null
_annotations/24bb5857-7efc-4209-b688-bd483db07bf2.md
jpkarlsberg/original-sacred-harp-containing-a
f66ec7df77164a26b504440f6b7cee760a31c094
[ "MIT" ]
null
null
null
--- annotation_id: 24bb5857-7efc-4209-b688-bd483db07bf2 author: rdunn5 tei_target: "#range(#highlight-start-24bb5857-7efc-4209-b688-bd483db07bf2, #highlight-end-24bb5857-7efc-4209-b688-bd483db07bf2)" annotated_page: rdx_r8t1x.p.idm9536 page_index: 55 target: highlight-start-24bb5857-7efc-4209-b688-bd483db07bf2 tags: - ...
33.615385
128
0.805492
eng_Latn
0.160362
3c7bbf661a123a19a97be20ff07c2e1cbecc3d97
6,534
md
Markdown
docs/modules.md
andy-a-o/TON-SDK
b66b0e78861aea7e2433a680089cff7fb45f6678
[ "Apache-2.0" ]
null
null
null
docs/modules.md
andy-a-o/TON-SDK
b66b0e78861aea7e2433a680089cff7fb45f6678
[ "Apache-2.0" ]
null
null
null
docs/modules.md
andy-a-o/TON-SDK
b66b0e78861aea7e2433a680089cff7fb45f6678
[ "Apache-2.0" ]
null
null
null
# Modules ## [client](mod_client.md) – Provides information about library. [get_api_reference](mod_client.md#get_api_reference) – Returns Core Library API reference [version](mod_client.md#version) – Returns Core Library version [build_info](mod_client.md#build_info) ## [crypto](mod_crypto.md) – Crypto functions. ...
49.5
215
0.812825
eng_Latn
0.825143
3c7c4ee1aadf2322fdbb42db4d12058d76cb0791
4,081
md
Markdown
CHANGELOG.md
SSteve/libDaisy
ace9fb143ac389950937db3f251d2d59cbdc0625
[ "MIT" ]
135
2020-05-29T16:19:57.000Z
2022-02-27T14:16:49.000Z
CHANGELOG.md
SSteve/libDaisy
ace9fb143ac389950937db3f251d2d59cbdc0625
[ "MIT" ]
266
2020-05-30T16:04:31.000Z
2022-03-30T16:09:05.000Z
CHANGELOG.md
SSteve/libDaisy
ace9fb143ac389950937db3f251d2d59cbdc0625
[ "MIT" ]
55
2020-06-20T20:04:31.000Z
2022-03-17T17:50:59.000Z
# libDaisy Changelog ## Unreleased ### Breaking Changes ### Features ### Bug fixes * patch_sm: corrected the order of the gate out pins * sai: fixed occasional output audio channel swap (#268) ### Other * Switch: Use `System::GetNow()` rather than the update rate to calculate `TimeHeldMs()`. ### Migrating * Ba...
28.340278
155
0.741975
eng_Latn
0.961755
3c7d9750925ab98f1593a54cb5347220fbc9d8cb
3,661
md
Markdown
docs/zh/encoding.md
yangzheli/a-simplified-parser
847b22d784fe639470784902b3f2c91180ed621b
[ "MIT" ]
1
2021-07-19T10:22:08.000Z
2021-07-19T10:22:08.000Z
docs/zh/encoding.md
yangzheli/a-simplified-parser
847b22d784fe639470784902b3f2c91180ed621b
[ "MIT" ]
null
null
null
docs/zh/encoding.md
yangzheli/a-simplified-parser
847b22d784fe639470784902b3f2c91180ed621b
[ "MIT" ]
null
null
null
# JavaScript 字符编码 在进行词法分析时,字符编码问题是不可避免的。比如对于字符 `'😀'` 或者类似 `'\x68'` 的转义字符,如何正确处理它们是必须要考虑的。因此在词法分析之前,先来讨论一下 JavaScript 的字符编码规则。 ## Unicode 字符集 > A conforming implementation of ECMAScript must interpret source text input in conformance with the latest version of the Unicode Standard and ISO/IEC 10646. 根据 [ECMA262](ht...
26.15
181
0.666485
yue_Hant
0.929447
3c7de19470a62c7be9def4ba21ecdd023a148cde
91
md
Markdown
README.md
rshkarin/axis-finder
816b44dfc4a30bb7b0383a285eeab138177c8693
[ "MIT" ]
null
null
null
README.md
rshkarin/axis-finder
816b44dfc4a30bb7b0383a285eeab138177c8693
[ "MIT" ]
1
2021-05-30T06:33:56.000Z
2021-05-30T06:33:56.000Z
README.md
rshkarin/axis-finder
816b44dfc4a30bb7b0383a285eeab138177c8693
[ "MIT" ]
null
null
null
# axis-finder The script to find axes of rotation of data of specimens scanned with x-ray.
30.333333
76
0.78022
eng_Latn
0.999007
3c7e5b4d2eec9672de8dfd1c6de509c71c446ccd
5,207
md
Markdown
docs/vsto/walkthrough-displaying-text-in-a-text-box-in-a-document-using-a-button.md
G-arj/visualstudio-docs
4c58c63b87a0613962a9b5d67ae116e98c48f4e5
[ "CC-BY-4.0", "MIT" ]
834
2017-06-24T10:40:36.000Z
2022-03-31T19:48:51.000Z
docs/vsto/walkthrough-displaying-text-in-a-text-box-in-a-document-using-a-button.md
G-arj/visualstudio-docs
4c58c63b87a0613962a9b5d67ae116e98c48f4e5
[ "CC-BY-4.0", "MIT" ]
7,042
2017-06-23T22:34:47.000Z
2022-03-31T23:05:23.000Z
docs/vsto/walkthrough-displaying-text-in-a-text-box-in-a-document-using-a-button.md
G-arj/visualstudio-docs
4c58c63b87a0613962a9b5d67ae116e98c48f4e5
[ "CC-BY-4.0", "MIT" ]
1,640
2017-06-23T22:31:39.000Z
2022-03-31T02:45:37.000Z
--- title: "Display text in text box in document using button" description: Learn how you can use buttons and text boxes in a document-level customization for Microsoft Word. ms.custom: SEO-VS-2020 ms.date: "02/02/2017" ms.topic: "conceptual" dev_langs: - "VB" - "CSharp" helpviewer_keywords: - "text boxes, displa...
45.278261
283
0.745727
eng_Latn
0.959699
3c7ee9f1d92e07145bfb1cc55a54383f9102599f
22,311
md
Markdown
_posts/2021-07-07-slay-the-spire-snecko-eye-simulation.md
tjmahr/tjmahr.github.io
7ee24edc931f5b02640e287064ff2b690988c53d
[ "MIT" ]
5
2021-02-06T08:46:32.000Z
2021-11-23T08:28:25.000Z
_posts/2021-07-07-slay-the-spire-snecko-eye-simulation.md
tjmahr/tjmahr.github.io
7ee24edc931f5b02640e287064ff2b690988c53d
[ "MIT" ]
10
2017-11-03T19:04:02.000Z
2022-03-24T15:48:38.000Z
_posts/2021-07-07-slay-the-spire-snecko-eye-simulation.md
tjmahr/tjmahr.github.io
7ee24edc931f5b02640e287064ff2b690988c53d
[ "MIT" ]
9
2017-04-04T21:30:56.000Z
2021-09-15T13:59:50.000Z
--- title: Snecko eye lets you play more cards excerpt: A simulation study of the mighty *Slay the Spire* relic tags: - r - simulations header: overlay_image: "assets/images/2021-07-ss-bg.jpg" image_description: "Title screen of Slay the Spire" overlay_filter: rgba(10, 10, 10, 0.5) --- In [a previous post]...
34.970219
465
0.648066
eng_Latn
0.970616
3c80c63f8181a3582c13ff94be0b9b551de639e1
4,684
md
Markdown
articles/active-directory/user-help/user-help-auth-app-add-work-school-account.md
changeworld/azure-docs.pl-pl
f97283ce868106fdb5236557ef827e56b43d803e
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/active-directory/user-help/user-help-auth-app-add-work-school-account.md
changeworld/azure-docs.pl-pl
f97283ce868106fdb5236557ef827e56b43d803e
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/active-directory/user-help/user-help-auth-app-add-work-school-account.md
changeworld/azure-docs.pl-pl
f97283ce868106fdb5236557ef827e56b43d803e
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Dodawanie konta służbowego do aplikacji Microsoft Authenticator — Azure AD description: Dodaj swoje konto służbowe do aplikacji Microsoft Authenticator, aby zweryfikować swoją tożsamość podczas korzystania z weryfikacji dwuskładnikowej. services: active-directory author: curtand manager: daveba ms.service: a...
78.066667
657
0.809351
pol_Latn
0.999857
3c80f925a5ec52836969783f43f156ea4141ba8c
1,091
md
Markdown
g/get-node-dimensions/readme.md
ScalablyTyped/SlinkyTyped
abb05700fe72d527728a9c735192f4c156bd9be1
[ "MIT" ]
14
2020-01-09T02:36:33.000Z
2021-09-05T13:40:52.000Z
g/get-node-dimensions/readme.md
oyvindberg/SlinkyTyped
abb05700fe72d527728a9c735192f4c156bd9be1
[ "MIT" ]
1
2021-07-31T20:24:00.000Z
2021-08-01T07:43:35.000Z
g/get-node-dimensions/readme.md
oyvindberg/SlinkyTyped
abb05700fe72d527728a9c735192f4c156bd9be1
[ "MIT" ]
4
2020-03-12T14:08:42.000Z
2021-08-12T19:08:49.000Z
# Scala.js typings for get-node-dimensions Typings are for version 1.2 ## Library description: Get accurate element dimensions, even if it's hidden! | | | | ------------------ | :-------------: | | Full name | get-node-dimensions | | Keywords | dimensions, measu...
31.171429
134
0.644363
eng_Latn
0.54816
3c812a4d4678299c843972aead5a0938bbaf2bad
4,069
md
Markdown
docs/how-to-guides/pci-ssn-pii-redaction.md
edelhart-voicebase/voicebase-docs
56daa6b2ab2bfd18e6337b41bede779d563c656f
[ "Apache-2.0" ]
null
null
null
docs/how-to-guides/pci-ssn-pii-redaction.md
edelhart-voicebase/voicebase-docs
56daa6b2ab2bfd18e6337b41bede779d563c656f
[ "Apache-2.0" ]
null
null
null
docs/how-to-guides/pci-ssn-pii-redaction.md
edelhart-voicebase/voicebase-docs
56daa6b2ab2bfd18e6337b41bede779d563c656f
[ "Apache-2.0" ]
null
null
null
# PCI, SSN, PII Redaction VoiceBase allows you to redact sensitive data (after [detecting it](pci-ssn-pii-detection.html)) from your recordings, transcripts, and analytics. ### Transcript redaction To redact sensitive information from a media file, upload it to Voicebase, with a redact section in the detector conf...
25.273292
239
0.532809
eng_Latn
0.781901
3c81df7cd302e395f3b986636b5c592de51c3488
1,027
md
Markdown
installation/rocket-chat-cloud/README.md
FXinnovation/RocketChat-docs
a3d28930084bfc85b897aff030fc3de775085b4a
[ "MIT" ]
1
2020-06-19T19:03:10.000Z
2020-06-19T19:03:10.000Z
installation/rocket-chat-cloud/README.md
FXinnovation/RocketChat-docs
a3d28930084bfc85b897aff030fc3de775085b4a
[ "MIT" ]
2
2020-12-08T21:48:51.000Z
2020-12-08T21:48:57.000Z
installation/rocket-chat-cloud/README.md
FXinnovation/RocketChat-docs
a3d28930084bfc85b897aff030fc3de775085b4a
[ "MIT" ]
3
2019-04-04T12:47:30.000Z
2019-08-08T03:19:57.000Z
# Rocket.Chat Cloud ## You can request a free full featured trial of Rocket.Chat You will have a server up and running, professionally managed, without installations, configuration, maintenance and management head-aches. Just go to <https://rocket.chat/cloud> and get your team up and running in seconds. For any ques...
39.5
223
0.763389
eng_Latn
0.998678
3c81ef4327c2438a82a4aab8c84b6aa9b3445308
215
md
Markdown
_events/2016-05-09-scaladays-nyc.md
markarasev/scala-lang
b44453962ec9d7fecb3b34c05790692faa21afbd
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
_events/2016-05-09-scaladays-nyc.md
markarasev/scala-lang
b44453962ec9d7fecb3b34c05790692faa21afbd
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
_events/2016-05-09-scaladays-nyc.md
markarasev/scala-lang
b44453962ec9d7fecb3b34c05790692faa21afbd
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
--- category: event title: Scala Days NYC logo: /resources/img/scaladays-15.png location: New York, NY, USA description: "" start: 9 May 2016 end: 11 May 2016 link-out: https://scaladays.org/archive/ny2016.html ---
19.545455
51
0.730233
yue_Hant
0.784307
3c821b5fab723f8d6c07de5c7edceca2e19f4e14
2,397
md
Markdown
jsp/tags/combobox/overview.md
dandv/kendo-docs
536d6abbe39b377d57de3ced112d79ad4cebe8dd
[ "MIT", "Unlicense" ]
1
2021-09-11T06:36:32.000Z
2021-09-11T06:36:32.000Z
jsp/tags/combobox/overview.md
dandv/kendo-docs
536d6abbe39b377d57de3ced112d79ad4cebe8dd
[ "MIT", "Unlicense" ]
3
2021-05-20T23:53:38.000Z
2022-02-26T10:42:10.000Z
jsp/tags/combobox/overview.md
dandv/kendo-docs
536d6abbe39b377d57de3ced112d79ad4cebe8dd
[ "MIT", "Unlicense" ]
null
null
null
--- title: Overview --- # ComboBox The ComboBox JSP tag is a server-side wrapper for the [Kendo UI ComboBox](/api/web/combobox) widget. ## Getting Started There are two ways to bind a Kendo ComboBox: * **server** - the data will be serialized to the client. No Ajax requests will be made. * **ajax** - the combo...
34.242857
158
0.692115
eng_Latn
0.839337
3c824de7813aaab1e99da97287517fc33c5e1382
1,465
md
Markdown
2020/07/26/2020-07-26 17:50.md
zhzhzhy/WeiBoHot_history
32ce4800e63f26384abb17d43e308452c537c902
[ "MIT" ]
3
2020-07-14T14:54:15.000Z
2020-08-21T06:48:24.000Z
2020/07/26/2020-07-26 17:50.md
zhzhzhy/WeiBoHot_history
32ce4800e63f26384abb17d43e308452c537c902
[ "MIT" ]
null
null
null
2020/07/26/2020-07-26 17:50.md
zhzhzhy/WeiBoHot_history
32ce4800e63f26384abb17d43e308452c537c902
[ "MIT" ]
null
null
null
2020年07月26日17时数据 Status: 200 1.南开录取通知书送两粒莲花种子 微博热度:3844879 2.戳爷 布布 微博热度:3359424 3.伊能静公开抗衰秘密 微博热度:3322433 4.微信停止服务印度用户 微博热度:3074874 5.马云 微博热度:2033340 6.张艺兴把地板跺出坑 微博热度:1678114 7.录3年求婚视频男主回应 微博热度:1294686 8.三十而已的男性角色 微博热度:1013516 9.俄罗斯海军节水上阅兵 微博热度:913569 10.23岁女子心脏停跳3天奇迹治愈 微博热度:912684 11.张萌 王一博跳舞能把我看cr...
7.181373
20
0.789761
yue_Hant
0.196318
3c8288bae3499b87ccf614965d584e93cd5ecaad
622
md
Markdown
_posts/2021-03-29-operator.md
uriyoung11/uriyoung11.github.io
c43a43eebee685a1557a3eaffd1de72adc39b144
[ "MIT" ]
1
2021-03-30T01:20:49.000Z
2021-03-30T01:20:49.000Z
_posts/2021-03-29-operator.md
uriyoung11/uriyoung11.github.io
c43a43eebee685a1557a3eaffd1de72adc39b144
[ "MIT" ]
null
null
null
_posts/2021-03-29-operator.md
uriyoung11/uriyoung11.github.io
c43a43eebee685a1557a3eaffd1de72adc39b144
[ "MIT" ]
null
null
null
--- layout: single title: "연산자 활동" --- ## Q5 ## 문제상황 그레고리력의 정확한 윤년 규칙은 다음과 같다. 4로 나누어 떨어지면서 100으로 떨어지지 않으면 윤년이다. 400으로 나누어 떨어지는 것도 윤년에 포함된다. 년도를 입력받아 그것이 윤년이면 True/False를 출력 하는 프로그램을 작성하시오. ## 해결코드 1. ~~~python year = int(input("년도를 입력하세요 ")) print((year % 4 == 0 and year % 100 != 0) or (year % 400 == 0)) ~~~ ~~~ |출력...
15.170732
67
0.588424
kor_Hang
1.000008
3c82e978d925fc30be515148550dc3ac55448a40
240
md
Markdown
README.md
msiadak/fcc-timestamp-microservice
bf57e52e01736b4ca48723dbfe72a5f2c729209c
[ "MIT" ]
null
null
null
README.md
msiadak/fcc-timestamp-microservice
bf57e52e01736b4ca48723dbfe72a5f2c729209c
[ "MIT" ]
null
null
null
README.md
msiadak/fcc-timestamp-microservice
bf57e52e01736b4ca48723dbfe72a5f2c729209c
[ "MIT" ]
null
null
null
# fcc-timestamp-microservice My Timestamp Microservice project for FreeCodeCamp. Based on the Beta version of the project as of 2017-11-13: https://beta.freecodecamp.org/en/challenges/api-and-microservice-projects/timestamp-microservice
30
96
0.820833
eng_Latn
0.728184
3c8316c92ee5c6a9cf602e610f87ddaa43354b38
44
md
Markdown
README.md
PolyValentFinance/PolyValent-Contracts
4479355bd6ed5af3e562b973ce562a9ff4ad62dd
[ "MIT" ]
1
2021-06-18T19:04:42.000Z
2021-06-18T19:04:42.000Z
README.md
PolyValentFinance/PolyValent-Contracts
4479355bd6ed5af3e562b973ce562a9ff4ad62dd
[ "MIT" ]
null
null
null
README.md
PolyValentFinance/PolyValent-Contracts
4479355bd6ed5af3e562b973ce562a9ff4ad62dd
[ "MIT" ]
null
null
null
# PolyValent-Contracts PolyValent Contracts
14.666667
22
0.863636
eng_Latn
0.36895
3c842c4ba8cb0da4812987ed4dc55805a20ef92c
182
md
Markdown
documentation/definition-of-ready.md
patcon/gc-digital-talent
7f9f378e0f3e2735b4781f208ec6942b38bbe52c
[ "MIT" ]
null
null
null
documentation/definition-of-ready.md
patcon/gc-digital-talent
7f9f378e0f3e2735b4781f208ec6942b38bbe52c
[ "MIT" ]
150
2022-01-18T03:26:50.000Z
2022-03-28T04:51:24.000Z
documentation/definition-of-ready.md
patcon/gc-digital-talent
7f9f378e0f3e2735b4781f208ec6942b38bbe52c
[ "MIT" ]
null
null
null
# Definition of Ready: - Approved by stakeholders - Wireframes with copy and all possible states and views - Accessibility considerations - URLs for new pages defined - Mobile views
26
56
0.796703
eng_Latn
0.988221
3c8516d6c56b1598f3e103403d4c82921d01a22f
263
md
Markdown
README.md
stoyelq/rod
6a61da8a418adc3fa72924961b62d9463d9f3d6c
[ "MIT" ]
null
null
null
README.md
stoyelq/rod
6a61da8a418adc3fa72924961b62d9463d9f3d6c
[ "MIT" ]
null
null
null
README.md
stoyelq/rod
6a61da8a418adc3fa72924961b62d9463d9f3d6c
[ "MIT" ]
null
null
null
# rod <img src='man/figures/logo.png' align="right" height="138" /> R Open Data Downloader <!-- badges: start --> [![R-CMD-check](https://github.com/stoyelq/rod/workflows/R-CMD-check/badge.svg)](https://github.com/stoyelq/rod/actions) <!-- badges: end -->
32.875
122
0.661597
yue_Hant
0.151421
3c8548a53aa7b2427bf1659bfa87f90318483163
455
md
Markdown
README.md
MoonlyDays/TF2_Bumpmines
f71b903e1cff30eaf8dd85be160bf5f309a86da0
[ "MIT" ]
null
null
null
README.md
MoonlyDays/TF2_Bumpmines
f71b903e1cff30eaf8dd85be160bf5f309a86da0
[ "MIT" ]
null
null
null
README.md
MoonlyDays/TF2_Bumpmines
f71b903e1cff30eaf8dd85be160bf5f309a86da0
[ "MIT" ]
null
null
null
# CS:GO Bump Mines in TF2 ### Features - Press \[Reload Key\] to throw bump mine and then touch it to activate. ### Installation - bumpmines.smx in addons/sourcemod/plugins. - bumpmines.sp in addons/sourcemod/scripting. - upload models, materials and sound to your fastdl and server root tf folders. - sm plugins load ...
35
86
0.758242
eng_Latn
0.982441
3c855b6ccf365e593f65397ad645a42c52fa0ead
179
md
Markdown
README.md
ebertGit/GrepTool
e6eb3b1be877af87005fcca98b92bffe85525dc7
[ "Apache-2.0" ]
null
null
null
README.md
ebertGit/GrepTool
e6eb3b1be877af87005fcca98b92bffe85525dc7
[ "Apache-2.0" ]
null
null
null
README.md
ebertGit/GrepTool
e6eb3b1be877af87005fcca98b92bffe85525dc7
[ "Apache-2.0" ]
null
null
null
# Grep Tool This tool can provide functions below: - single word grep - multi-word grep - specify ignore directories - specify ignore files - specify target file extensions
19.888889
38
0.759777
eng_Latn
0.990514
3c863718203ab8721120f1e4f086a67cea9c5da2
3,905
md
Markdown
_posts/2019-09-21-CH12.md
GuiNMGuo/jekyll-theme-chirpy
2fbca532535734eb762f1955af8e8b7bb32586f3
[ "MIT" ]
1
2020-09-01T08:11:02.000Z
2020-09-01T08:11:02.000Z
_posts/2019-09-21-CH12.md
GuiNMGuo/jekyll-theme-chirpy
2fbca532535734eb762f1955af8e8b7bb32586f3
[ "MIT" ]
null
null
null
_posts/2019-09-21-CH12.md
GuiNMGuo/jekyll-theme-chirpy
2fbca532535734eb762f1955af8e8b7bb32586f3
[ "MIT" ]
null
null
null
--- layout: post title: 第十二章 多元线性回归 date: 2019-09-21 11:32:00 +0800 Author: 杨舒文 categories: [统计学, 统计学简答] tags: [统计学] comments: true --- ### 1. 简述多元线性回归模型中存在高度多重共线性的后果,常用的检验方法以及补救办法。`important` 答:当回归模型中两个或两个以上的自变量彼此相关时,则称回归模型中存在多重共线性。 (1)多元线性回归模型中存在高度多重共线性产生的后果 ① 变量之间高度相关时,可能会使回归的结果混乱,甚至会把分析引入歧途。 ② 多重共线性可能对参数估...
50.714286
572
0.742125
yue_Hant
0.255214
3c8682fcc9512b46a5e15b74f9aad4e724d14cea
1,507
md
Markdown
README.md
CSharperMantle/nbedumall_infoleak_poc
b887e9d9893bf3a32a12b1b5d930cd8d0405d6d2
[ "MIT" ]
null
null
null
README.md
CSharperMantle/nbedumall_infoleak_poc
b887e9d9893bf3a32a12b1b5d930cd8d0405d6d2
[ "MIT" ]
null
null
null
README.md
CSharperMantle/nbedumall_infoleak_poc
b887e9d9893bf3a32a12b1b5d930cd8d0405d6d2
[ "MIT" ]
null
null
null
# nbedumall_infoleak_poc ## LEGAL DISCLAIMER Usage of nbedumall_infoleak_poc (hereafter "PoC") for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse o...
48.612903
302
0.801593
eng_Latn
0.757541
3c86972618ead785539742c289d3c7bf52d43b70
56
md
Markdown
README.md
t0xicCode/kubectx-ps1
e71a08fb6394f075870dd2633b870a9deb4dd8c5
[ "MIT" ]
null
null
null
README.md
t0xicCode/kubectx-ps1
e71a08fb6394f075870dd2633b870a9deb4dd8c5
[ "MIT" ]
null
null
null
README.md
t0xicCode/kubectx-ps1
e71a08fb6394f075870dd2633b870a9deb4dd8c5
[ "MIT" ]
null
null
null
# kubectx-ps1 kubectx &amp; kubens ported to Powershell
18.666667
41
0.785714
eng_Latn
0.607392
3c86a2a65eefb3b620bb64dbfaf5fb301d2598f6
97
md
Markdown
demon-dasher/assets/sounds/README.md
suhren/js-games
477ade699ce14f1ab0a932d391f8269d7dbda531
[ "MIT" ]
null
null
null
demon-dasher/assets/sounds/README.md
suhren/js-games
477ade699ce14f1ab0a932d391f8269d7dbda531
[ "MIT" ]
null
null
null
demon-dasher/assets/sounds/README.md
suhren/js-games
477ade699ce14f1ab0a932d391f8269d7dbda531
[ "MIT" ]
null
null
null
mixkit-sci-fi-laser-in-space-sound-2825.wav https://mixkit.co/free-sound-effects/game/?page=2
16.166667
49
0.752577
yue_Hant
0.223196
3c87154795bb2048aee2d16721ffb1794568aa87
1,141
md
Markdown
1-Lesson-Plans/18-SIEMs/2/activities/10-SPL/Solved/README.md
BaleBase/lala
33193a7dd3563c7636493e52fa9a4956ec4b9dc6
[ "CNRI-Python" ]
null
null
null
1-Lesson-Plans/18-SIEMs/2/activities/10-SPL/Solved/README.md
BaleBase/lala
33193a7dd3563c7636493e52fa9a4956ec4b9dc6
[ "CNRI-Python" ]
null
null
null
1-Lesson-Plans/18-SIEMs/2/activities/10-SPL/Solved/README.md
BaleBase/lala
33193a7dd3563c7636493e52fa9a4956ec4b9dc6
[ "CNRI-Python" ]
1
2021-06-08T06:50:23.000Z
2021-06-08T06:50:23.000Z
## Solution Guide: SPL Search In this activity, you had to write several SPL queries to analyze certain security situations. --- Using SPL, design queries to display the following data from the `nessus.txt` logs. Run your designed queries within Splunk and determine the count returned for each query. - Display re...
29.25641
114
0.695881
eng_Latn
0.93152
3c878df1efaba73cbcb61533d3bca13d3ee1c7e7
4,571
md
Markdown
05-capstone-project/DataDictionary.md
ultranet1/DATA-ENGINEERING-NANODEGREE-UDACITY
d04e39e7312f04307f12257157c19ea40da2f11a
[ "Apache-2.0" ]
33
2020-09-01T20:10:28.000Z
2022-02-11T06:15:55.000Z
05-capstone-project/DataDictionary.md
ultranet1/DATA-ENGINEERING-NANODEGREE-UDACITY
d04e39e7312f04307f12257157c19ea40da2f11a
[ "Apache-2.0" ]
null
null
null
05-capstone-project/DataDictionary.md
ultranet1/DATA-ENGINEERING-NANODEGREE-UDACITY
d04e39e7312f04307f12257157c19ea40da2f11a
[ "Apache-2.0" ]
64
2021-01-21T11:55:34.000Z
2022-03-10T08:14:11.000Z
# DEND Capstone # **Data Dictionary Dimension Tables** ## Airports Data * ident: string (nullable = true) - Airport id * type: string (nullable = true) - size of airport * name: string (nullable = true) - name * elevation_ft: float (nullable = true) - elevation in feet * continent: string (nullable = true) - cont...
53.776471
123
0.723474
eng_Latn
0.889274
3c87b4d0fec0a0cf96c63b2fd26613e9f8e20303
4,661
md
Markdown
docs/docs/gatsby-link.md
Peripona/gatsby
f502b26d58331392290514aef9f5972f112658fe
[ "MIT" ]
1
2021-01-05T15:13:32.000Z
2021-01-05T15:13:32.000Z
docs/docs/gatsby-link.md
Peripona/gatsby
f502b26d58331392290514aef9f5972f112658fe
[ "MIT" ]
null
null
null
docs/docs/gatsby-link.md
Peripona/gatsby
f502b26d58331392290514aef9f5972f112658fe
[ "MIT" ]
1
2021-08-11T09:05:15.000Z
2021-08-11T09:05:15.000Z
--- title: Gatsby Link --- A `<Link>` component for Gatsby. It's a wrapper around [@reach/router's Link component](https://reach.tech/router/api/Link) that adds enhancements specific to Gatsby. All props are passed through to @reach/router's `Link` component. You can set the `activeStyle` or `activeClassName` prop t...
28.771605
205
0.682472
eng_Latn
0.996512
3c8807c11eefffda210bd01f8e33789f4d58a766
274
md
Markdown
README.md
adam-roughton/lab-env
f6d6cd64b75c97c22dd2adae8bc4005e31b1a8db
[ "MIT" ]
3
2019-08-29T01:40:13.000Z
2021-01-20T04:53:42.000Z
README.md
adam-roughton/lab-env
f6d6cd64b75c97c22dd2adae8bc4005e31b1a8db
[ "MIT" ]
null
null
null
README.md
adam-roughton/lab-env
f6d6cd64b75c97c22dd2adae8bc4005e31b1a8db
[ "MIT" ]
null
null
null
``` __ __ / /___ _/ /_ ___ ____ _ __ / / __ `/ __ \______/ _ \/ __ \ | / / / / /_/ / /_/ /_____/ __/ / / / |/ / /_/\__,_/_.___/ \___/_/ /_/|___/ ``` Repeatable environments for data science. Very alpha.
24.909091
53
0.372263
yue_Hant
0.476626
3c8856fc796c9efd3d20adf3f82e4235aa0f42f9
4,600
md
Markdown
README.md
vansergen/rpc-request
b9958d12227e062451cf0865be063b5d6d408919
[ "MIT" ]
null
null
null
README.md
vansergen/rpc-request
b9958d12227e062451cf0865be063b5d6d408919
[ "MIT" ]
14
2019-10-13T20:28:37.000Z
2021-03-07T09:54:29.000Z
README.md
vansergen/rpc-request
b9958d12227e062451cf0865be063b5d6d408919
[ "MIT" ]
null
null
null
# rpc-request ![CI Status](https://github.com/vansergen/rpc-request/workflows/CI/badge.svg) ![npm](https://img.shields.io/npm/v/rpc-request) [![Coverage Status](https://coveralls.io/repos/github/vansergen/rpc-request/badge.svg?branch=main)](https://coveralls.io/github/vansergen/rpc-request?branch=main) [![Known Vulnera...
30.872483
1,128
0.686087
eng_Latn
0.183709
3c88c46558859ef105e1e2a2de9e4a6d2d12aa0e
2,171
md
Markdown
blog/2021-05-03-environnement-travail-mac.md
MonsieurLanza/davidcouronne.github.io
7c9482486615069a3417398ff99568da83aba831
[ "MIT" ]
null
null
null
blog/2021-05-03-environnement-travail-mac.md
MonsieurLanza/davidcouronne.github.io
7c9482486615069a3417398ff99568da83aba831
[ "MIT" ]
null
null
null
blog/2021-05-03-environnement-travail-mac.md
MonsieurLanza/davidcouronne.github.io
7c9482486615069a3417398ff99568da83aba831
[ "MIT" ]
null
null
null
--- title: Environnement de travail sur Mac author: David Couronné tags: [mac, tutoriel, latex, python] image: covers/christopher-gower-m_HRfLhgABo-unsplash.jpg description: Article sur HomeBrew keywords: [homebrew, mac] --- ![Ordinateur Mac](https://res.cloudinary.com/dpw19qolx/image/upload/t_cover-image/v1620487810/...
21.49505
170
0.750806
fra_Latn
0.870775
3c8981f012e8fd95a8d6e135eaf72a8f2bbeb19b
855
markdown
Markdown
_posts/2019/2019-11-26-nyse-direct-listings.markdown
tarunsachdeva/blog
622459ebc0f1f7f7bb2848f7b97212d682f8707f
[ "MIT" ]
null
null
null
_posts/2019/2019-11-26-nyse-direct-listings.markdown
tarunsachdeva/blog
622459ebc0f1f7f7bb2848f7b97212d682f8707f
[ "MIT" ]
5
2021-07-28T12:21:13.000Z
2022-02-26T04:41:13.000Z
_posts/2019/2019-11-26-nyse-direct-listings.markdown
tarunsachdeva/blog
622459ebc0f1f7f7bb2848f7b97212d682f8707f
[ "MIT" ]
1
2020-01-09T13:01:34.000Z
2020-01-09T13:01:34.000Z
--- layout: post title: "NYSE Direct Listings" comments: true date: 2019-11-26 12:00:00 -0500 categories: general draft: false --- The New York Stock Exchange [recently filed paperwork](https://techcrunch.com/2019/11/26/nyse-proposes-big-change-to-direct-listings/) to make direct listings a reality. A lot has been ...
85.5
720
0.795322
eng_Latn
0.998223
3c899cb9f6666e9ad8747c7bc43e196ac157f22c
247
md
Markdown
docs/troubleshooting.md
joeldeaguero/blinkie
e9b3e7b4c1f7e95ca0c082e390e384d075209918
[ "MIT" ]
null
null
null
docs/troubleshooting.md
joeldeaguero/blinkie
e9b3e7b4c1f7e95ca0c082e390e384d075209918
[ "MIT" ]
3
2021-03-18T20:33:38.000Z
2022-03-11T23:22:01.000Z
docs/troubleshooting.md
joeldeaguero/blinkie
e9b3e7b4c1f7e95ca0c082e390e384d075209918
[ "MIT" ]
null
null
null
* To look in boot for whether or not the serial port is enabled: grep uart /config/boot.txt grep config /config/boot.txt References for what you want to see, what you don't want to see: https://www.raspberrypi.org/forums/viewtopic.php?t=172958
30.875
122
0.765182
eng_Latn
0.983908
3c89bfd9c60d10093893eb5f45102c366e8780c5
8,231
md
Markdown
articles/cognitive-services/Translator/document-translation/create-sas-tokens.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/cognitive-services/Translator/document-translation/create-sas-tokens.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/cognitive-services/Translator/document-translation/create-sas-tokens.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: Megosztott hozzáférési aláírási (SAS-) token létrehozása tárolók és Blobok számára a Microsoft Storage Explorer description: Megosztott hozzáférési jogkivonat (SAS) létrehozása tárolók és Blobok számára a Microsoft Storage Explorer és a Azure Portal ms.topic: how-to manager: nitinme ms.author: lajanuar autho...
71.573913
334
0.774147
hun_Latn
1.000007
3c8aebc635fe7aada836cd0642c7eed09507c7d1
10,010
md
Markdown
connect/mirror/README.md
cookingcodewithme/kafka
c534bf45cecb8c06abea699b62084d6aee74705c
[ "Apache-2.0" ]
35
2016-09-22T22:53:14.000Z
2020-02-13T15:12:21.000Z
connect/mirror/README.md
cookingcodewithme/kafka
c534bf45cecb8c06abea699b62084d6aee74705c
[ "Apache-2.0" ]
27
2022-02-07T21:53:02.000Z
2022-03-15T20:38:46.000Z
connect/mirror/README.md
cookingcodewithme/kafka
c534bf45cecb8c06abea699b62084d6aee74705c
[ "Apache-2.0" ]
88
2016-11-27T02:16:11.000Z
2020-02-28T05:10:26.000Z
# MirrorMaker 2.0 MM2 leverages the Connect framework to replicate topics between Kafka clusters. MM2 includes several new features, including: - both topics and consumer groups are replicated - topic configuration and ACLs are replicated - cross-cluster offsets are synchronized - partitioning is preserved ## R...
39.101563
228
0.744655
eng_Latn
0.995244
3c8b6d0f7e33cb81f9d49c4b597290369b4729a6
3,272
md
Markdown
README.md
mvccore/example-cdcol-portable
1a489502a786ee8b955b65b2ec6f8dee56e77809
[ "BSD-3-Clause" ]
1
2020-12-21T16:58:46.000Z
2020-12-21T16:58:46.000Z
README.md
mvccore/example-cdcol-portable
1a489502a786ee8b955b65b2ec6f8dee56e77809
[ "BSD-3-Clause" ]
null
null
null
README.md
mvccore/example-cdcol-portable
1a489502a786ee8b955b65b2ec6f8dee56e77809
[ "BSD-3-Clause" ]
null
null
null
# MvcCore - Example - CD Collection [![Latest Stable Version](https://img.shields.io/badge/Stable-v5.0.0-brightgreen.svg?style=plastic)](https://github.com/mvccore/example-cdcol-portable/releases) [![License](https://img.shields.io/badge/License-BSD%203-brightgreen.svg?style=plastic)](https://mvccore.github.io/docs/mv...
36.355556
160
0.740831
eng_Latn
0.895643
3c8bbb93ec59407978358b28c2a1e960f6b45e02
24,724
md
Markdown
tests/readmes/aryeelab/hichipper/README.md
JulienPalard/mdorrst
88a605dc8aea11c24d24e4257efc39c2a9a125ad
[ "MIT" ]
3
2017-04-27T03:19:02.000Z
2021-02-05T13:17:27.000Z
tests/readmes/aryeelab/hichipper/README.md
JulienPalard/mdorrst
88a605dc8aea11c24d24e4257efc39c2a9a125ad
[ "MIT" ]
1
2019-10-23T07:36:30.000Z
2019-10-23T07:36:31.000Z
tests/readmes/aryeelab/hichipper/README.md
JulienPalard/mdorrst
88a605dc8aea11c24d24e4257efc39c2a9a125ad
[ "MIT" ]
4
2017-05-13T06:39:20.000Z
2020-11-06T11:00:50.000Z
# hichipper This package is maintained by [Caleb Lareau](mailto:caleblareau@g.harvard.edu) in the [Aryee Lab](http://aryee.mgh.harvard.edu/). Source code is made freely available here and a packaged install version is provided through [PyPi](https://pypi.python.org/pypi/hichipper/). [![Build Status](https://travis-ci....
48.573674
368
0.740333
eng_Latn
0.976803
3c8c68b59a74eebb1e5317925d3979f3e4a30d87
595
md
Markdown
add/metadata/System.ComponentModel/DesignerProperties.meta.md
MarktW86/dotnet.docs
178451aeae4e2c324aadd427ed6bf6850e483900
[ "CC-BY-4.0", "MIT" ]
null
null
null
add/metadata/System.ComponentModel/DesignerProperties.meta.md
MarktW86/dotnet.docs
178451aeae4e2c324aadd427ed6bf6850e483900
[ "CC-BY-4.0", "MIT" ]
null
null
null
add/metadata/System.ComponentModel/DesignerProperties.meta.md
MarktW86/dotnet.docs
178451aeae4e2c324aadd427ed6bf6850e483900
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- uid: System.ComponentModel.DesignerProperties author: "stevehoag" ms.author: "shoag" manager: "wpickett" --- --- uid: System.ComponentModel.DesignerProperties.SetIsInDesignMode(System.Windows.DependencyObject,System.Boolean) author: "stevehoag" ms.author: "shoag" manager: "wpickett" --- --- uid: System.ComponentM...
21.25
111
0.778151
yue_Hant
0.301458
3c8ce7b087725db74bb0f40f048b88f992e62a13
985
md
Markdown
readme.md
jhermann/pipx
5be426598a6d8e76d29e69d5d92b97253188e8d6
[ "MIT" ]
null
null
null
readme.md
jhermann/pipx
5be426598a6d8e76d29e69d5d92b97253188e8d6
[ "MIT" ]
null
null
null
readme.md
jhermann/pipx
5be426598a6d8e76d29e69d5d92b97253188e8d6
[ "MIT" ]
null
null
null
## Introduction `pipx` extends `pip` with ability to automatically register packages upon installation. ## Installation `pip install pipx` ## Usage ### Install a package `pipx install django` The above command will install `django` and register it at `dependencies` in `project.json` file. For installing developmen...
25.921053
142
0.743147
eng_Latn
0.96891
3c8d812e6e4c77f202967f52917ba94c839cc3c6
47
md
Markdown
input_options/README.md
terratenff/vrp-gen-alg
3910ff7977a84b03e14c4f500909bcb86e6dd608
[ "MIT" ]
null
null
null
input_options/README.md
terratenff/vrp-gen-alg
3910ff7977a84b03e14c4f500909bcb86e6dd608
[ "MIT" ]
null
null
null
input_options/README.md
terratenff/vrp-gen-alg
3910ff7977a84b03e14c4f500909bcb86e6dd608
[ "MIT" ]
null
null
null
Flow of the user interface is controlled here.
23.5
46
0.808511
eng_Latn
0.999997
3c8e25ab1889fea6ecab313aae9bd8c5eea374e5
1,589
md
Markdown
docs/ci/jenkins.md
sswales/testcafe-reporter-allure-extended
82bf55456390f98a82fc7cecb801029733eedfda
[ "MIT" ]
null
null
null
docs/ci/jenkins.md
sswales/testcafe-reporter-allure-extended
82bf55456390f98a82fc7cecb801029733eedfda
[ "MIT" ]
null
null
null
docs/ci/jenkins.md
sswales/testcafe-reporter-allure-extended
82bf55456390f98a82fc7cecb801029733eedfda
[ "MIT" ]
null
null
null
# Jenkins Because the testcafe-reporter-allure package used Allure to visualize the reports, it is also compatible with the [Allure-Jenkins](https://plugins.jenkins.io/allure-jenkins-plugin/) allowing for the reports to be added to each pipeline run. An example [Jenkinsfile](https://github.com/sswales/testcafe-report...
144.454545
530
0.811202
eng_Latn
0.992467
3c8e43a0837aada23dd6f3f51bb6742ede35c332
4,415
md
Markdown
_posts/2019-01-06-Download-ground-truth-3-para-return-to-afghanistan.md
Camille-Conlin/26
00f0ca24639a34f881d6df937277b5431ae2dd5d
[ "MIT" ]
null
null
null
_posts/2019-01-06-Download-ground-truth-3-para-return-to-afghanistan.md
Camille-Conlin/26
00f0ca24639a34f881d6df937277b5431ae2dd5d
[ "MIT" ]
null
null
null
_posts/2019-01-06-Download-ground-truth-3-para-return-to-afghanistan.md
Camille-Conlin/26
00f0ca24639a34f881d6df937277b5431ae2dd5d
[ "MIT" ]
null
null
null
--- layout: post comments: true categories: Other --- ## Download Ground truth 3 para return to afghanistan book And he was too ground truth 3 para return to afghanistan to protest, the carriage consisting of a Hammond. Maria swiveled sideways in her chair, at This was a challenge and an act of intimidation, "I groun...
490.555556
4,300
0.789128
eng_Latn
0.999893
3c8e601dbe4fe1fc8af54130c44e0be4d3af2103
447
md
Markdown
windows.media.capture/appbroadcaststate_cameracapturestate.md
andrewleader/winrt-api
2149c2c3343d06f9e1641b7fd0f3bc1527574c33
[ "CC-BY-4.0", "MIT" ]
null
null
null
windows.media.capture/appbroadcaststate_cameracapturestate.md
andrewleader/winrt-api
2149c2c3343d06f9e1641b7fd0f3bc1527574c33
[ "CC-BY-4.0", "MIT" ]
null
null
null
windows.media.capture/appbroadcaststate_cameracapturestate.md
andrewleader/winrt-api
2149c2c3343d06f9e1641b7fd0f3bc1527574c33
[ "CC-BY-4.0", "MIT" ]
1
2022-03-12T22:14:59.000Z
2022-03-12T22:14:59.000Z
--- -api-id: P:Windows.Media.Capture.AppBroadcastState.CameraCaptureState -api-type: winrt property --- <!-- Property syntax. public AppBroadcastCameraCaptureState CameraCaptureState { get; } --> # Windows.Media.Capture.AppBroadcastState.CameraCaptureState ## -description Gets the camera capture state. ## -property...
15.964286
69
0.762864
eng_Latn
0.46088
3c8ec1d13ba8e2b506e17fad511d281d4b3c5614
1,970
md
Markdown
articles/azure-stack/azure-stack-kv-deploy-vm-with-secret.md
OpenLocalizationTestOrg/azure-docs-pr15_et-EE
bc69bd1a9d45d7abd2a3d01806d74e2b0848a808
[ "CC-BY-3.0", "CC-BY-4.0", "MIT" ]
null
null
null
articles/azure-stack/azure-stack-kv-deploy-vm-with-secret.md
OpenLocalizationTestOrg/azure-docs-pr15_et-EE
bc69bd1a9d45d7abd2a3d01806d74e2b0848a808
[ "CC-BY-3.0", "CC-BY-4.0", "MIT" ]
null
null
null
articles/azure-stack/azure-stack-kv-deploy-vm-with-secret.md
OpenLocalizationTestOrg/azure-docs-pr15_et-EE
bc69bd1a9d45d7abd2a3d01806d74e2b0848a808
[ "CC-BY-3.0", "CC-BY-4.0", "MIT" ]
null
null
null
<properties pageTitle="Azure'i virnas klahvi Vault talletatud parooliga VM juurutamine | Microsoft Azure'i" description="Saate teada, kuidas Azure'i virnas klahvi Vault talletatud parooliga VM juurutamine" services="azure-stack" documentationCenter="" authors="rlfmendes" manager="natmack" ed...
45.813953
448
0.759391
est_Latn
0.996616
3c8edf5a978c2addc14ff93c6c8d6b8c7fb8f597
3,794
md
Markdown
_posts/ML/2020-06-17-AI工业应用.md
Acemyzoe/acemyzoe.github.io
4229ab253b6f3244ee835e6460c5297bd7ec3bd1
[ "MIT" ]
null
null
null
_posts/ML/2020-06-17-AI工业应用.md
Acemyzoe/acemyzoe.github.io
4229ab253b6f3244ee835e6460c5297bd7ec3bd1
[ "MIT" ]
2
2020-04-24T01:52:41.000Z
2020-05-27T05:52:11.000Z
_posts/ML/2020-06-17-AI工业应用.md
Acemyzoe/acemyzoe.github.io
4229ab253b6f3244ee835e6460c5297bd7ec3bd1
[ "MIT" ]
null
null
null
--- title: 人工智能在工业大数据的应用 tags: - ML --- ### 物流领域+AI 1. 智能供应链管控,通过海量数据挖掘、知识图谱等建立物理供应链的溯源、管理。 2. 无人机无人车的无人派送,无人物流,涉及视觉slam,TOF等技术,agv和机器人结合紧密。 3. 知识图谱,基于物流数据挖掘客户喜好形成复杂语义网络的推荐系统。 ### RPA 机器人流程自动化(Robotic process automation)简称RPA [wiki](https://zh.wikipedia.org/zh-cn/%E6%A9%9F%E5%99%A8%E4%BA%BA%E6%B5%81%E7%A8%8B%E...
53.43662
256
0.794412
yue_Hant
0.68362
3c9008cb87925610f8e08ec6ab7b689d6b1be098
3,772
md
Markdown
Markdown/02000s/04000/destroy thank.md
rcvd/interconnected-markdown
730d63c55f5c868ce17739fd7503d562d563ffc4
[ "MIT" ]
2
2022-01-19T09:04:58.000Z
2022-01-23T15:44:37.000Z
Markdown/00500s/04000/destroy thank.md
rcvd/interconnected-markdown
730d63c55f5c868ce17739fd7503d562d563ffc4
[ "MIT" ]
null
null
null
Markdown/00500s/04000/destroy thank.md
rcvd/interconnected-markdown
730d63c55f5c868ce17739fd7503d562d563ffc4
[ "MIT" ]
1
2022-01-09T17:10:33.000Z
2022-01-09T17:10:33.000Z
- The travellers hall proof bush. Lessons the the any then hardly the. They say best knew man know the. Greater they send the i desperate. Said moustache disappeared round blind. Entrusted been written case rights to. Not rich heaven out less Sam always. For as great inspire reaching repeated. First not ask long the to...
538.857143
945
0.777837
eng_Latn
0.999929
3c908f71748d48642f72730b9ff483ae5457e85b
69
md
Markdown
controllers/README.md
ooug/api.odishaoug.in
3e34e722e211dc0206dd82ca6e663b501e2151af
[ "MIT" ]
2
2020-06-18T17:11:16.000Z
2021-03-31T13:30:42.000Z
controllers/README.md
ooug/api.odishaoug.in
3e34e722e211dc0206dd82ca6e663b501e2151af
[ "MIT" ]
86
2021-05-01T15:56:49.000Z
2022-03-28T10:03:25.000Z
controllers/README.md
ooug/api.odishaoug.in
3e34e722e211dc0206dd82ca6e663b501e2151af
[ "MIT" ]
1
2020-06-22T15:07:12.000Z
2020-06-22T15:07:12.000Z
# Controllers - this directory contains all route controller codes.
17.25
53
0.797101
eng_Latn
0.997941
3c90f9a1adea2569b051e914b855123aed90ec8e
220
md
Markdown
api/README.md
Muthu-Palaniyappan-OL/go-project-template
5e061af21fbc003b3a6a17f8d1ec1833d786422e
[ "FTL", "RSA-MD" ]
null
null
null
api/README.md
Muthu-Palaniyappan-OL/go-project-template
5e061af21fbc003b3a6a17f8d1ec1833d786422e
[ "FTL", "RSA-MD" ]
null
null
null
api/README.md
Muthu-Palaniyappan-OL/go-project-template
5e061af21fbc003b3a6a17f8d1ec1833d786422e
[ "FTL", "RSA-MD" ]
null
null
null
# HTTP Handlers | Method | Resource | Reason | | ----------- | ----------- | ----------------- | | GET | / | | | POST | / | |
36.666667
50
0.177273
yue_Hant
0.112008
3c91f9ce855db9395b27dbd39877fbd22556b806
3,738
md
Markdown
copilot testing/gitisgitisgitisgit.md
pankace/SICP-robably
765f516f253e96ae2c8e433722ea7cefd31b2f04
[ "MIT" ]
null
null
null
copilot testing/gitisgitisgitisgit.md
pankace/SICP-robably
765f516f253e96ae2c8e433722ea7cefd31b2f04
[ "MIT" ]
null
null
null
copilot testing/gitisgitisgitisgit.md
pankace/SICP-robably
765f516f253e96ae2c8e433722ea7cefd31b2f04
[ "MIT" ]
null
null
null
# Hello guyss!! 👋🏻 *・My name is Firdevs :)* *・I am high school student.* *・I am most interested in programming languages..* ...
83.066667
1,276
0.671482
yue_Hant
0.255672
3c924430e0576cfc39895925f03619526c6590b9
758
md
Markdown
Dev/Linux系统API/05.进程控制/06.回收进程资源.md
qffa/personalnote
f486aff85411ea600a95dc0f1d0b2f889b4d33c0
[ "MIT" ]
1
2020-04-25T11:50:32.000Z
2020-04-25T11:50:32.000Z
Dev/Linux系统API/05.进程控制/06.回收进程资源.md
qffa/personalnote
f486aff85411ea600a95dc0f1d0b2f889b4d33c0
[ "MIT" ]
null
null
null
Dev/Linux系统API/05.进程控制/06.回收进程资源.md
qffa/personalnote
f486aff85411ea600a95dc0f1d0b2f889b4d33c0
[ "MIT" ]
null
null
null
# 回收进程资源 进程结束时,进程资源由父进程回收。 ## 僵尸进程 子进程终止了,但是父进程还活着,父进程在没有回收子进程资源之前,子进程就是僵尸进程。 代码 ``` #include <sys/types.h> #include <unistd.h> #include <stdio.h> int main(void) { pid_t ret = 0; ret = fork(); if (ret > 0) { while(1); /* 父进程一直活着 */ } else if (ret == 0) { } return 0; } ``` 注...
11.484848
48
0.560686
eng_Latn
0.341872
3c92b2f6943902ada8526e52af92864d6c3bffb8
570
md
Markdown
app/public/docs/advanced/decentralization.md
trust0hq/vvallet
d813abecb9f0ff7f5b694ca30370c88e6fdbb560
[ "MIT" ]
null
null
null
app/public/docs/advanced/decentralization.md
trust0hq/vvallet
d813abecb9f0ff7f5b694ca30370c88e6fdbb560
[ "MIT" ]
null
null
null
app/public/docs/advanced/decentralization.md
trust0hq/vvallet
d813abecb9f0ff7f5b694ca30370c88e6fdbb560
[ "MIT" ]
null
null
null
--- title: 'Decentralization' section: 2.2 --- The decentralized and trust-less storage mechanism of the vvallet.me identity verification process is the Solana blockchain. In order to add a transaction onto the blockchain a user must sign a transaction to prove they have the authorization to make the change on-chain. ...
81.428571
521
0.807018
eng_Latn
0.998947
3c9317bcd7d95447cfe152c85478b312ce98c018
5,252
md
Markdown
src/posts/topic/multiline-label-effect.md
phDaveGit/rodneylittlesii
448ac7f9249780081292485ddd031fa43f36c7df
[ "MIT" ]
3
2020-08-02T09:08:03.000Z
2022-03-30T21:43:21.000Z
src/posts/topic/multiline-label-effect.md
phDaveGit/rodneylittlesii
448ac7f9249780081292485ddd031fa43f36c7df
[ "MIT" ]
6
2020-10-01T18:45:29.000Z
2021-12-15T16:32:14.000Z
src/posts/topic/multiline-label-effect.md
phDaveGit/rodneylittlesii
448ac7f9249780081292485ddd031fa43f36c7df
[ "MIT" ]
3
2019-02-23T19:18:41.000Z
2022-03-04T02:18:58.000Z
Title: Xamarin Platform Effects Drafted: 01/19/2018 Published: 01/19/2018 Tags: - Xamarin Forms --- # Xamarin Effects With the newer versions of Xamarin, [Platform Effects](https://developer.xamarin.com/guides/xamarin-forms/application-fundamentals/effects/) have become the recommended approach to handle simple rend...
43.04918
612
0.673267
eng_Latn
0.989349
3c93ed455ab67832be202b45d5c8444598dc4fc5
10,446
md
Markdown
README.md
degamus/dota2-predictor
e2726a461813614137f9e1792c59d6bf4bbe02e9
[ "MIT" ]
398
2017-06-20T10:44:14.000Z
2022-02-24T19:29:21.000Z
README.md
degamus/dota2-predictor
e2726a461813614137f9e1792c59d6bf4bbe02e9
[ "MIT" ]
21
2017-06-27T14:18:57.000Z
2022-02-09T23:28:37.000Z
README.md
degamus/dota2-predictor
e2726a461813614137f9e1792c59d6bf4bbe02e9
[ "MIT" ]
94
2017-07-10T00:02:49.000Z
2022-03-28T01:45:45.000Z
# Important update from the author I will try to update this repo over the winter break as I want the game meta to stabilize a little. Stay tuned! # dota2-predictor 1. [Overview](#overview) 2. [Requirements](#requirements) 3. [Project structure](#structure) 4. [Basic usage](#usage) * [Mining](#mining) ...
58.357542
464
0.711181
eng_Latn
0.996397
3c94708767c7a9c3370a3de28a4820873cccc3f8
5,014
md
Markdown
README.md
Wezinvo/sajibblogs.me
64bc4c765c617515188213b3b911612591b9e487
[ "MIT" ]
67
2018-04-13T08:08:19.000Z
2022-03-25T15:57:36.000Z
README.md
Wezinvo/sajibblogs.me
64bc4c765c617515188213b3b911612591b9e487
[ "MIT" ]
6
2018-04-05T14:52:36.000Z
2021-05-28T19:05:45.000Z
README.md
Wezinvo/sajibblogs.me
64bc4c765c617515188213b3b911612591b9e487
[ "MIT" ]
43
2018-09-21T21:05:36.000Z
2022-01-07T12:01:13.000Z
# hashtag.io Hashtag.io is a PHP based social networking website, which supports exclusive multimedia content, sharing and private or group messaging service. # Quick Links 1. [Screenshots](#screenshots) 2. [Features](#features) 3. [Requirements](#requirements) 4. [Setup Guide](#setup-guide) 5. [Contribute](#cont...
53.913978
284
0.764858
eng_Latn
0.98083
3c949eaa4944b81f53275d159d64405e73228938
1,324
md
Markdown
README.md
MikhailMasny/rslang
37ca9a82114114ccf8ac19fac929ff8126d1ebd4
[ "MIT" ]
null
null
null
README.md
MikhailMasny/rslang
37ca9a82114114ccf8ac19fac929ff8126d1ebd4
[ "MIT" ]
7
2020-08-02T12:50:58.000Z
2022-02-27T08:38:11.000Z
README.md
MikhailMasny/rslang
37ca9a82114114ccf8ac19fac929ff8126d1ebd4
[ "MIT" ]
1
2021-02-01T08:39:46.000Z
2021-02-01T08:39:46.000Z
# RS Lang [![Netlify Status](https://api.netlify.com/api/v1/badges/d1861232-cc80-4196-8d91-9ee9ddc6bc3b/deploy-status)](https://app.netlify.com/sites/rslang-team34-mikhailmasny/deploys) The main idea of the web application is to develop an application to help you learn English using interesting games. The development...
40.121212
258
0.728097
kor_Hang
0.242628
3c94da5fd7395e4bc6dd6a4b8f5dc479ea13ad66
9,502
md
Markdown
platform/docs/docs/platform/services/config-point-service.md
imzqqq/viewer
f3822f98a3fc3c2e7fc893a5c28d7adc6dc095c1
[ "MIT" ]
null
null
null
platform/docs/docs/platform/services/config-point-service.md
imzqqq/viewer
f3822f98a3fc3c2e7fc893a5c28d7adc6dc095c1
[ "MIT" ]
null
null
null
platform/docs/docs/platform/services/config-point-service.md
imzqqq/viewer
f3822f98a3fc3c2e7fc893a5c28d7adc6dc095c1
[ "MIT" ]
null
null
null
# Config Point Service The Config Point service is based on the external library [config-point](https://github.com/OHIF/config-point). It is a service that allows exposing internal "static" configuration data for modification by sites at load time by defining "theme" files. For information on the configuration side of...
42.231111
120
0.755315
eng_Latn
0.998728
3c957ee17994ed03f7a98fa87e00770d957a6dd3
1,902
md
Markdown
pages/en/lb4/apidocs/security.permission.md
mikefoxnobel/loopback.io
41f807f0a9c3b3027356cffbd026740d9044f47d
[ "MIT" ]
null
null
null
pages/en/lb4/apidocs/security.permission.md
mikefoxnobel/loopback.io
41f807f0a9c3b3027356cffbd026740d9044f47d
[ "MIT" ]
null
null
null
pages/en/lb4/apidocs/security.permission.md
mikefoxnobel/loopback.io
41f807f0a9c3b3027356cffbd026740d9044f47d
[ "MIT" ]
null
null
null
--- lang: en title: 'API docs: security.permission' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.security.permission.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/security](./security.md) &gt; [P...
45.285714
253
0.693481
eng_Latn
0.646885
3c961d36731537206206678774cb0d308fe2cd42
13,724
md
Markdown
packages/spiral-bridge/readme.md
writeaway/writeaway
f837af1c11c369f94af63d75b1c3c810047740d5
[ "MIT" ]
12
2020-03-30T10:06:11.000Z
2022-01-30T12:28:25.000Z
packages/spiral-bridge/readme.md
writeaway/writeaway
f837af1c11c369f94af63d75b1c3c810047740d5
[ "MIT" ]
1
2021-06-28T20:28:14.000Z
2021-06-28T20:28:14.000Z
packages/spiral-bridge/readme.md
redaxtor/redaxtor
f837af1c11c369f94af63d75b1c3c810047740d5
[ "MIT" ]
3
2020-11-10T15:13:01.000Z
2021-11-28T21:32:10.000Z
## Usage in Spiral Projects ### 1. Include scripts Include `writeaway-spiral.js` in your project. I.e. `@writeaway/spiral-bridge/dist/writeaway-spiral.js` Include default styles from `@writeaway/spiral-bridge/dist/css/writeaway-spiral.css` Typical Spiral Framework PHP initialization sample. ````html ...
29.641469
210
0.553264
eng_Latn
0.81572
3c96338321813b4d7734cc824d248c9e64604878
4,667
md
Markdown
fontawesome/icon/solid/fighter-jet.md
liuwave/icon-helper
6339786f595d6f12a432db71e7aaccb693b9fe59
[ "MIT" ]
2
2020-10-26T16:32:26.000Z
2021-01-13T09:28:45.000Z
fontawesome/icon/solid/fighter-jet.md
liuwave/icon-helper
6339786f595d6f12a432db71e7aaccb693b9fe59
[ "MIT" ]
48
2020-04-04T12:39:59.000Z
2022-02-27T01:30:09.000Z
fontawesome/icon/solid/fighter-jet.md
liuwave/icon-helper
6339786f595d6f12a432db71e7aaccb693b9fe59
[ "MIT" ]
null
null
null
--- title: fighter-jet(喷气式战斗机) ICON转svg、png下载 name: fighter-jet zhTips: 喷气式战斗机,飞机,快速,飞,鹅,特立独行者,顶枪,运输,旅行 tags: ["maps","objects","vehicles"] pre: fas search: airplane,fast,fly,goose,maverick,plane,quick,top gun,transportation,travel image: https://iconhelper.cn/svg/fontawesome/solid/fighter-jet.svg --- # fighter-jet ...
56.914634
1,263
0.704521
yue_Hant
0.478039
3c969b2a107753a93f4c4afeabbc128b511a729a
527
md
Markdown
README.md
OpenSlides/openslides-multiinstance-backend
679e4e5d0aff6c8aa4970f39a55451a1e9836c3a
[ "MIT" ]
null
null
null
README.md
OpenSlides/openslides-multiinstance-backend
679e4e5d0aff6c8aa4970f39a55451a1e9836c3a
[ "MIT" ]
19
2017-03-29T18:51:37.000Z
2019-01-15T07:47:23.000Z
README.md
OpenSlides/openslides-multiinstance-backend
679e4e5d0aff6c8aa4970f39a55451a1e9836c3a
[ "MIT" ]
6
2016-10-13T09:26:24.000Z
2019-01-15T06:52:07.000Z
# Multi instance backend for OpenSlides This repository is currently under heavy maintainence. You can find files that work for the OpenSlides 2.x Versions. # The vision In the last couple of months we developed a concept to deoploy OpenSlides in a cloud environment: ![Architecture](https://abload.de/img/architektu...
32.9375
130
0.793169
eng_Latn
0.979843
3c972d754721d93fefde087214cd7581d76b21c2
4,412
md
Markdown
README.md
Penaz91/Glitch_Heaven
0363fc368af205d1e829b2556ad70797930c10bd
[ "MIT" ]
1
2016-04-27T20:38:07.000Z
2016-04-27T20:38:07.000Z
README.md
Penaz91/Glitch_Heaven
0363fc368af205d1e829b2556ad70797930c10bd
[ "MIT" ]
75
2015-10-22T06:10:37.000Z
2018-09-16T17:02:34.000Z
README.md
Penaz91/Glitch_Heaven
0363fc368af205d1e829b2556ad70797930c10bd
[ "MIT" ]
null
null
null
![](https://cloud.githubusercontent.com/assets/6682630/10658144/52151062-7894-11e5-8eaa-3bfb5f74cdc7.png) ![Status:Archived](https://img.shields.io/badge/Status-Archived-inactive) Complete rewrite of my Glitch-Based Videogame that you can find in the "The_Glitch" repository. #### Official Presentation Website: http:...
59.621622
187
0.7568
eng_Latn
0.989871
3c97666b86cab966fdba47e3b648628c1cbff75d
2,690
md
Markdown
DEPLOY.md
alteroo/clahub
45a2de614a5db97ad76c22c19a514addbd56a45e
[ "MIT" ]
167
2015-01-02T14:20:49.000Z
2022-02-20T19:16:09.000Z
DEPLOY.md
alteroo/clahub
45a2de614a5db97ad76c22c19a514addbd56a45e
[ "MIT" ]
90
2015-01-16T11:11:11.000Z
2020-06-08T19:44:30.000Z
DEPLOY.md
alteroo/clahub
45a2de614a5db97ad76c22c19a514addbd56a45e
[ "MIT" ]
45
2015-01-10T18:09:25.000Z
2021-02-11T17:32:53.000Z
Heroku =============== After checking out this repostiory, install [Heroku toolbelt](https://toolbelt.heroku.com/) and follow their "Getting started" instructions. Now, ensure you are inside the checked out directory and then, for an app named "my-clahub": heroku apps:create my-clahub heroku config:add SECRE...
35.866667
176
0.74684
eng_Latn
0.912794
3c97a1db5fd91a2797bc63357693596d473aa12c
87
md
Markdown
content/apama/advanced.md
SoftwareAG/c8y-docs
90338d49735974f33ec05a4e9ac75bbe6e3cef5e
[ "FSFAP" ]
6
2021-10-08T10:48:11.000Z
2022-03-11T08:50:26.000Z
content/apama/advanced.md
SoftwareAG/c8y-docs
90338d49735974f33ec05a4e9ac75bbe6e3cef5e
[ "FSFAP" ]
69
2021-10-21T12:23:55.000Z
2022-03-29T09:24:46.000Z
content/apama/advanced.md
SoftwareAG/c8y-docs
90338d49735974f33ec05a4e9ac75bbe6e3cef5e
[ "FSFAP" ]
2
2021-10-11T12:43:59.000Z
2021-12-15T08:17:59.000Z
--- weight: 40 title: Advanced features layout: bundle collection: 'apama/advanced' ---
14.5
28
0.735632
eng_Latn
0.860124
3c9806da1b26cb6212a835f4f3e08d18a84b6c45
285
md
Markdown
README.md
fredrekt/portfolio-dark
c7cd1911358d34da9a019285972e721c0f567519
[ "0BSD" ]
null
null
null
README.md
fredrekt/portfolio-dark
c7cd1911358d34da9a019285972e721c0f567519
[ "0BSD" ]
null
null
null
README.md
fredrekt/portfolio-dark
c7cd1911358d34da9a019285972e721c0f567519
[ "0BSD" ]
null
null
null
# My Digital Portfolio Made with Gatsby and headless CMS - (Graphcms)[https://graphcms.com/]. Dark Theme / Light Theme Web Application for my works, experiences, skills, blog and my resume. ### Features 1. Google Analytics 2. Google Fonts Prefetch 3. GraphCMS Source 4. CSS-in-JS
21.923077
95
0.74386
kor_Hang
0.791741
3c98fd9691ec28e7414ecea4f9111b11edb33098
52
md
Markdown
README.md
gwlee244/project3-test-heroku
c10f28238085bb6d51ab3179ed012e1e4f7ec7d6
[ "MIT" ]
null
null
null
README.md
gwlee244/project3-test-heroku
c10f28238085bb6d51ab3179ed012e1e4f7ec7d6
[ "MIT" ]
5
2021-03-10T21:11:16.000Z
2022-02-27T06:01:28.000Z
README.md
gwlee244/project3-test-heroku
c10f28238085bb6d51ab3179ed012e1e4f7ec7d6
[ "MIT" ]
null
null
null
# project3-test-heroku test deployment for project3
17.333333
28
0.826923
eng_Latn
0.833007
3c99124fdd4b6444f564c5121beefc77ffeb9c25
2,656
md
Markdown
content/home/experience.md
joelkariel/academic-kickstart
0ee26cc42416112d5b8f8f6a39f59ea1e8480167
[ "MIT" ]
null
null
null
content/home/experience.md
joelkariel/academic-kickstart
0ee26cc42416112d5b8f8f6a39f59ea1e8480167
[ "MIT" ]
null
null
null
content/home/experience.md
joelkariel/academic-kickstart
0ee26cc42416112d5b8f8f6a39f59ea1e8480167
[ "MIT" ]
null
null
null
--- # An instance of the Experience widget. # Documentation: https://wowchemy.com/docs/page-builder/ widget: experience # This file represents a page section. headless: true # Order that this section appears on the page. weight: 30 title: Experience subtitle: # Date format for experience # Refer to https://wowche...
33.620253
236
0.711973
eng_Latn
0.537573
3c99af957f516ef545f4b1b08b2d79e10daf1697
1,820
md
Markdown
content/interactions/interaction-11.md
bhar1red/bargavkondapu-code
daeef75dad5a73773199b0cf8ec091b1fc2364eb
[ "MIT" ]
null
null
null
content/interactions/interaction-11.md
bhar1red/bargavkondapu-code
daeef75dad5a73773199b0cf8ec091b1fc2364eb
[ "MIT" ]
null
null
null
content/interactions/interaction-11.md
bhar1red/bargavkondapu-code
daeef75dad5a73773199b0cf8ec091b1fc2364eb
[ "MIT" ]
null
null
null
--- title: "Interactions of B" date: 2017-09-17T18:40:05-05:00 type: interactions keywords: interactions, interaction with stranger, simon sinek, start with why, journey, motivation description: image: https://res.cloudinary.com/dkjdeuwlv/image/upload/c_scale,w_auto,q_auto,f_auto/v1541982407/bargavkondapu.com/posts/ske...
60.666667
218
0.778022
eng_Latn
0.995869
3c99d7bea78d09fc48ab9377a118dcb1d461fe1e
324
md
Markdown
release-notes/v2.1.3/README.md
mmzliveid/ng-log-firebase-analytics
b437b2b6e8c64a4b81ba1c9d2bf6c4f8868ac32b
[ "MIT" ]
6
2019-10-15T14:49:08.000Z
2019-11-28T07:23:38.000Z
release-notes/v2.1.3/README.md
mmzliveid/ng-log-firebase-analytics
b437b2b6e8c64a4b81ba1c9d2bf6c4f8868ac32b
[ "MIT" ]
672
2019-10-14T16:54:36.000Z
2022-02-28T09:27:29.000Z
release-notes/v2.1.3/README.md
mmzliveid/ng-log-firebase-analytics
b437b2b6e8c64a4b81ba1c9d2bf6c4f8868ac32b
[ "MIT" ]
2
2019-10-15T14:47:39.000Z
2019-12-08T15:09:07.000Z
## Changes * Update package dependencies npm packages are available on: * [@dagonmetric/ng-log-firebase-analytics](https://www.npmjs.com/package/@dagonmetric/ng-log-firebase-analytics) * [@dagonmetric/ng-log-firebase-analytics - github package registry](https://github.com/DagonMetric/ng-log-firebase-analytics/packag...
36
135
0.787037
kor_Hang
0.212682
3c9b3116fb0926a918a9e6130474a8a548e3e526
736
md
Markdown
pages.hi/common/mv.md
derNiklaas/tldr
36648e10311955754f99c02805b3f66d5000a5e5
[ "CC-BY-4.0" ]
38,585
2015-01-03T03:23:18.000Z
2022-03-31T17:46:27.000Z
pages.hi/common/mv.md
derNiklaas/tldr
36648e10311955754f99c02805b3f66d5000a5e5
[ "CC-BY-4.0" ]
5,517
2015-01-05T08:36:28.000Z
2022-03-31T19:03:46.000Z
pages.hi/common/mv.md
derNiklaas/tldr
36648e10311955754f99c02805b3f66d5000a5e5
[ "CC-BY-4.0" ]
4,407
2015-01-12T15:29:39.000Z
2022-03-31T08:37:33.000Z
# mv > फ़ाइलों और निर्देशिकाओं को स्थानांतरित या नाम बदलें। > अधिक जानकारी: <https://www.gnu.org/software/coreutils/mv>। - किसी फ़ाइल को मनमाना स्थान पर ले जाएँ: `mv {{स्रोत}} {{लक्ष्य}}` - फ़ाइल नाम रखते हुए फ़ाइलों को दूसरी निर्देशिका में ले जाएँ: `mv {{स्रोत1}} {{स्रोत2}} {{स्रोत3}} {{लक्ष्य_निर्देशिका}}` - मौ...
25.37931
101
0.425272
hin_Deva
0.959747
3c9c74ccf38df5e68681b26cdfb432a856c07c45
2,555
md
Markdown
_posts/2020-09-25-GScaltex-platform.md
sang-rak/sang-rak.github.io
716c8240fbd1a62914523b07be1e52dedca1399b
[ "MIT" ]
null
null
null
_posts/2020-09-25-GScaltex-platform.md
sang-rak/sang-rak.github.io
716c8240fbd1a62914523b07be1e52dedca1399b
[ "MIT" ]
null
null
null
_posts/2020-09-25-GScaltex-platform.md
sang-rak/sang-rak.github.io
716c8240fbd1a62914523b07be1e52dedca1399b
[ "MIT" ]
null
null
null
--- date: 2020-09-25 12:26:40 layout: post title: GS Caltex 복합수지 물성 예측 플랫폼 subtitle: GS Caltex 복합수지 물성 예측 플랫폼 description: GS Caltex 연구소 데이터로 학습하고 복합 수지 물성을 예측하여 실험횟수를 줄여줍니다. image: /assets/img/posts/gscaltex-platform-1.png optimized_image: /assets/img/posts/gscaltex-platform-1.png category: GS Caltex tags: - flask ...
26.340206
133
0.640313
kor_Hang
0.994006
3c9cca2337ab85a1ec14895652e6907258cbacca
3,184
md
Markdown
README.md
blurayne/cronan
70e63abe9f2fd4ea7a4f92d55490b6466f4ae1ea
[ "Beerware" ]
1
2019-09-10T14:19:09.000Z
2019-09-10T14:19:09.000Z
README.md
blurayne/cronan
70e63abe9f2fd4ea7a4f92d55490b6466f4ae1ea
[ "Beerware" ]
null
null
null
README.md
blurayne/cronan
70e63abe9f2fd4ea7a4f92d55490b6466f4ae1ea
[ "Beerware" ]
null
null
null
# Cronan the ELKhunter Cronan is a cron wrapper written as standalone bash script to solve some problems around either you are using Ubuntu Vixie cron (ISC) or Red Hat fork of Vixie (Cronie)that behave differently. Please refer [Wikipedia cron](https://en.wikipedia.org/wiki/Cron), [Ubuntu Cron](https://wiki.ubuntuuse...
34.236559
288
0.687186
eng_Latn
0.923914
3c9dbe9607b11892a3d60c31cbc835145e4483cd
1,712
md
Markdown
README.md
raptorz/pyfan
e4c6f7c6fd7dfbe5f942e331ffd14efbe007d34e
[ "MIT" ]
27
2016-08-12T09:14:18.000Z
2019-08-14T03:57:10.000Z
README.md
raptorz/pyfan
e4c6f7c6fd7dfbe5f942e331ffd14efbe007d34e
[ "MIT" ]
1
2016-08-13T13:46:09.000Z
2016-08-13T13:46:09.000Z
README.md
raptorz/pyfan
e4c6f7c6fd7dfbe5f942e331ffd14efbe007d34e
[ "MIT" ]
11
2016-08-13T09:43:56.000Z
2018-11-17T06:47:20.000Z
# pyfan 饭否客户端python版。 * 更新说明:改用https,因为饭否的OAuth签名校验仍然使用http的URL计算,故用了一个HACK手段修改了requests_oauthlib(bug fixed) ## 安装 下载全部代码,运行: pip install -r requirements.txt ## 配置 创建一个config.json的文件,加入申请的客户端ID: { "CLIENT_KEY": "XXXX", "CLIENT_SECRET": "xxxx" } 可选参数: "PROXY":用于指定代理服务器,其值类似"http://l...
24.457143
110
0.698014
yue_Hant
0.182753
3c9e43fcd60bc2c88820fe8d3b034bd6fd7d2ce5
2,123
md
Markdown
Support/configuring-system-notification-emails.md
abolazina/PublicKB
e9ca62d2796f58d1c8b0e8fda04cbc03e491cbd5
[ "Apache-2.0" ]
57
2015-03-12T00:51:06.000Z
2022-03-01T19:11:21.000Z
Support/configuring-system-notification-emails.md
abolazina/PublicKB
e9ca62d2796f58d1c8b0e8fda04cbc03e491cbd5
[ "Apache-2.0" ]
627
2015-02-20T20:51:21.000Z
2021-11-09T15:32:36.000Z
Support/configuring-system-notification-emails.md
abolazina/PublicKB
e9ca62d2796f58d1c8b0e8fda04cbc03e491cbd5
[ "Apache-2.0" ]
653
2015-02-20T21:35:11.000Z
2022-02-24T21:40:17.000Z
{{{ "title": "Configuring System Notification Emails", "date": "12-24-2019", "author": "Ben Heisel", "attachments": [], "contentIsHTML": false }}} ### Overview Lumen Cloud periodically sends informational emails to users listed in the Notifications section of the Control Portal. The Notifications contacts a...
55.868421
592
0.790391
eng_Latn
0.992849
3c9e80cd930c2bc89fdf462286eeed7112a0dd7b
4,311
md
Markdown
WindowsServerDocs/identity/ad-fs/operations/AD-FS-Prompt-Login.md
OzBob/windowsserverdocs
92e0e4224563106adc9a7f1e90f27da468859d90
[ "CC-BY-4.0", "MIT" ]
1
2020-08-24T10:46:35.000Z
2020-08-24T10:46:35.000Z
WindowsServerDocs/identity/ad-fs/operations/AD-FS-Prompt-Login.md
OzBob/windowsserverdocs
92e0e4224563106adc9a7f1e90f27da468859d90
[ "CC-BY-4.0", "MIT" ]
1
2020-11-06T02:57:30.000Z
2020-11-08T10:37:08.000Z
WindowsServerDocs/identity/ad-fs/operations/AD-FS-Prompt-Login.md
OzBob/windowsserverdocs
92e0e4224563106adc9a7f1e90f27da468859d90
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: AD FS prompt=login description: Frequently asked questions for AD FS 2016 author: billmath ms.author: billmath manager: femila ms.date: 06/27/2017 ms.topic: article ms.custom: it-pro ms.prod: windows-server ms.technology: identity-adfs --- # Active Directory Federation Services prompt=login parameter suppor...
58.256757
477
0.793087
eng_Latn
0.9792
3c9ed2490d9009f91023ce1f16dc0e8d5eb47557
1,640
md
Markdown
README.md
astraloverflow/starter-deno
0d99463e41c9837c51bd808b236301404a3f2915
[ "MIT" ]
null
null
null
README.md
astraloverflow/starter-deno
0d99463e41c9837c51bd808b236301404a3f2915
[ "MIT" ]
null
null
null
README.md
astraloverflow/starter-deno
0d99463e41c9837c51bd808b236301404a3f2915
[ "MIT" ]
null
null
null
# Starter-Deno [![License][license-img]](https://github.com/astraloverflow/starter-deno/blob/master/LICENSE) [![Last Commit][last-commit-img]](https://github.com/astraloverflow/starter-deno/commits/master) [![Open Issues][issues-img]](https://github.com/astraloverflow/starter-deno/issues) > A starter template for Den...
27.79661
121
0.75122
eng_Latn
0.747986
3ca0ac6ed7bbd705e7b1eb1092c4d6d10ec37899
3,329
md
Markdown
docs/用户使用手册/网页端/库存.md
iDongMobility/imgenius-docs
6fc3620b538c11ad9a6eca4789e83bec4232d459
[ "MIT" ]
1
2020-09-01T06:08:44.000Z
2020-09-01T06:08:44.000Z
docs/用户使用手册/网页端/库存.md
iDongMobility/imgenius-docs
6fc3620b538c11ad9a6eca4789e83bec4232d459
[ "MIT" ]
12
2021-03-01T21:11:02.000Z
2021-12-08T09:14:14.000Z
docs/用户使用手册/网页端/库存.md
iDongMobility/imgenius-docs
6fc3620b538c11ad9a6eca4789e83bec4232d459
[ "MIT" ]
3
2020-09-02T10:15:38.000Z
2021-12-30T01:57:19.000Z
import useBaseUrl from '@docusaurus/useBaseUrl'; 库存,是仓库中实际储存的货物。可以分两类:一类是生产库存,即直接消耗物资的基层企业、事业的库存物资,它是为了保证企业、事业单位所消耗的物资能够不间断地供应而储存的;一类是流通库存,即生产企业的原材料或成品库存,生产主管部门的库存和各级物资主管部门的库存。此外,还有特殊形式的国家储备物资,它们主要是为了保证及时、齐备地将物资供应或销售给基层企业、事业单位的供销库存。 库存页面提供给用户准确详细的相关数据,包括存储区域表、物料表、供应商表、库存表、库存条目表,另外还有库存导入。 ## 存储区域表 * 库存区域是库存所在,其概要信息...
22.80137
183
0.720036
yue_Hant
0.361146
3ca12a25b3690ff230d7e8fb9790cd261d869439
378
md
Markdown
README.md
kagurazakayashi/nocode
9d8adb6d6b5ff1022e2d802c7cfdf1733cea83ef
[ "Apache-2.0" ]
2
2019-01-14T05:45:26.000Z
2020-07-27T09:22:39.000Z
README.md
kagurazakayashi/nocode
9d8adb6d6b5ff1022e2d802c7cfdf1733cea83ef
[ "Apache-2.0" ]
null
null
null
README.md
kagurazakayashi/nocode
9d8adb6d6b5ff1022e2d802c7cfdf1733cea83ef
[ "Apache-2.0" ]
2
2018-03-01T16:39:21.000Z
2020-12-09T13:29:07.000Z
# No Code No code 是编写安全可靠的程序的最佳解决方案。什么代码都不用写,也不需要进行部署。 ## 开发入门 先不要写任何代码。 ``` ``` 这只是一个示例程序,但是您可以想象它可以完成您想做到的任何事情。添加新的功能也很容易,例如: ``` ``` 它拥有无尽的可能性。 ### 编译应用 至此,您还没有做任何事情。现在,您可以开始编译您的应用了: ``` ``` 是的,只需要以上这些步骤。此时您应该可以看到以下输出: ``` ``` ### 部署应用 虽然您还是没有做任何事情,但您的应用已经可以进行部署了。运行以下命令,即可完全地部署您的应用: ``` ``` 就是这样...
7
47
0.648148
zho_Hans
0.520806
3ca1982159a9f8a371ea47e7d74891e1a7758210
12,812
md
Markdown
articles/virtual-machines/windows/tutorial-custom-images.md
nadeenAlshibil/azure-docs.fr-fr
0758743e9d24da41bd3cf4790e401e6acb50a73a
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/virtual-machines/windows/tutorial-custom-images.md
nadeenAlshibil/azure-docs.fr-fr
0758743e9d24da41bd3cf4790e401e6acb50a73a
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/virtual-machines/windows/tutorial-custom-images.md
nadeenAlshibil/azure-docs.fr-fr
0758743e9d24da41bd3cf4790e401e6acb50a73a
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: 'Tutoriel : Créer des images de machine virtuelle personnalisées avec Azure PowerShell' description: Dans ce tutoriel, vous allez découvrir comment utiliser Azure PowerShell pour créer une image de machine virtuelle personnalisée Windows stockée dans une galerie d’images partagées Azure. author: cynthn ms.se...
56.440529
516
0.786216
fra_Latn
0.908402
3ca1ff7749ddf8b3ab32deebd8fcc525a9571610
1,478
md
Markdown
README.md
fadinglr/scan-for-webcams
811f734dd0672887952a472cb622137a4f6fb98a
[ "MIT" ]
null
null
null
README.md
fadinglr/scan-for-webcams
811f734dd0672887952a472cb622137a4f6fb98a
[ "MIT" ]
null
null
null
README.md
fadinglr/scan-for-webcams
811f734dd0672887952a472cb622137a4f6fb98a
[ "MIT" ]
null
null
null
# scan-for-webcams :camera: ![scan-for-webcamBanner](./.github/scan-for-webcamBanner.png) [中文文档](/zh/README.md) ## Table of contents - [Usage](#Usage) - [Installation](#Installation) - [Demo](#Demo) ## Usage * ` python main.py search MJPG` : for public [MJPG streamers](https://github.com/jacksonliam/mjpg-streamer...
27.886792
130
0.714479
eng_Latn
0.738988
3ca26a6d3d113f65901f62d84fc6be42f9043a06
4,243
md
Markdown
README.md
steelvelveteen/Nuremberg
1eb77b86d3dd84d25d6f4d232e54e4d816f50d6e
[ "MIT" ]
null
null
null
README.md
steelvelveteen/Nuremberg
1eb77b86d3dd84d25d6f4d232e54e4d816f50d6e
[ "MIT" ]
null
null
null
README.md
steelvelveteen/Nuremberg
1eb77b86d3dd84d25d6f4d232e54e4d816f50d6e
[ "MIT" ]
null
null
null
# Nuremberg A complete .NETCore API training project ## The full Architecture set up and installation process - **AutoMapper** : Let's start small by installling AutoMapper. We do this by opening the command pallette `Ctrl+Shift+P` and type in `nuget add` and then type in `Automapper.` From the dropdown list just sel...
78.574074
541
0.762197
eng_Latn
0.907629
3ca3bc7a81856be61716766f3b977cb96bc7a4f5
1,701
md
Markdown
readme.md
phoopee3/jhl-auto-login
4f7439d683929da60e5331f204583a7ed764bd13
[ "MIT" ]
null
null
null
readme.md
phoopee3/jhl-auto-login
4f7439d683929da60e5331f204583a7ed764bd13
[ "MIT" ]
null
null
null
readme.md
phoopee3/jhl-auto-login
4f7439d683929da60e5331f204583a7ed764bd13
[ "MIT" ]
null
null
null
# JHL Auto Login ## Disclaimers/Warnings **This can be super insecure and shouldn't be used unless you have a really good reason to** **Please don't use the first section where you just pick a name to log in as unless you are locally developing something** **This was a quick POC, I don't think I'm even using nonces...
36.978261
216
0.74662
eng_Latn
0.999486
3ca496c63c8a66fa42f4ef12c75f46b4ec404f89
526
md
Markdown
troubleshooting/node_memory_alerts.md
vinay1225-dot/new_pro
7530a82a7c5dbe3bc2d2a17a0b80f537c4a22b4f
[ "MIT" ]
1
2019-12-08T01:07:33.000Z
2019-12-08T01:07:33.000Z
troubleshooting/node_memory_alerts.md
vinay1225-dot/new_pro
7530a82a7c5dbe3bc2d2a17a0b80f537c4a22b4f
[ "MIT" ]
1
2021-03-30T13:28:11.000Z
2021-03-30T13:28:11.000Z
docs/monitoring/node_memory_alerts.md
yujunz/gitlab.com-runbooks
270d66d3798307991399ce20aaccb93921f71715
[ "MIT" ]
1
2020-11-04T05:42:16.000Z
2020-11-04T05:42:16.000Z
# Node memory alerts ## HighMemoryPressure This indicates there may not be enough memory on the node in order to operate. The alert combines two signals: * The available memory is under 5%. * There is a high rate of major page faults. This indicates that there is not enough memory to keep application pages in memor...
27.684211
129
0.762357
eng_Latn
0.999406
3ca4d5db36a7db375f871364ba638ebc02325643
4,928
md
Markdown
articles/storage/files/storage-files-identity-ad-ds-assign-permissions.md
georgeOsdDev/azure-docs.ja-jp
2a180fb94381b1f17e50b24e85626240a3e7fa72
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/storage/files/storage-files-identity-ad-ds-assign-permissions.md
georgeOsdDev/azure-docs.ja-jp
2a180fb94381b1f17e50b24e85626240a3e7fa72
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/storage/files/storage-files-identity-ad-ds-assign-permissions.md
georgeOsdDev/azure-docs.ja-jp
2a180fb94381b1f17e50b24e85626240a3e7fa72
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Azure ファイル共有へのアクセスを制御する - オンプレミス AD DS 認証 description: ストレージ アカウントを表す Active Directory Domain Services ID にアクセス許可を割り当てる方法について説明します。 これにより、ID ベースの認証を使用してアクセスを制御できます。 author: roygara ms.service: storage ms.subservice: files ms.topic: how-to ms.date: 06/22/2020 ms.author: rogarana ms.openlocfilehash: af88f0b340...
58.666667
491
0.802963
yue_Hant
0.88749
3ca4d8ee79fa2f4b3cd9c2ec9d7b5343ccb0999d
5,411
md
Markdown
wdk-ddi-src/content/d3d10umddi/nc-d3d10umddi-pfnd3d11ddi_creategeometryshaderwithstreamoutput.md
pcfist/windows-driver-docs-ddi
a14a7b07cf628368a637899de9c47e9eefba804c
[ "CC-BY-4.0", "MIT" ]
null
null
null
wdk-ddi-src/content/d3d10umddi/nc-d3d10umddi-pfnd3d11ddi_creategeometryshaderwithstreamoutput.md
pcfist/windows-driver-docs-ddi
a14a7b07cf628368a637899de9c47e9eefba804c
[ "CC-BY-4.0", "MIT" ]
null
null
null
wdk-ddi-src/content/d3d10umddi/nc-d3d10umddi-pfnd3d11ddi_creategeometryshaderwithstreamoutput.md
pcfist/windows-driver-docs-ddi
a14a7b07cf628368a637899de9c47e9eefba804c
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- UID: NC:d3d10umddi.PFND3D11DDI_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT title: PFND3D11DDI_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT author: windows-driver-content description: The CreateGeometryShaderWithStreamOutput(D3D11) function creates a geometry shader with stream output. old-location: display\creategeometryshaderwit...
31.643275
635
0.789318
yue_Hant
0.438143
3ca5d1dbdccfaaf30907d51ddba1867ac42e5d59
10,293
md
Markdown
docs-archive-a/2014/database-engine/database-mirroring/estimate-the-interruption-of-service-during-role-switching-database-mirroring.md
v-alji/sql-docs-archive-pr.de-de
35c659287e5861256d374824a23e6f3c554a1bd8
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-archive-a/2014/database-engine/database-mirroring/estimate-the-interruption-of-service-during-role-switching-database-mirroring.md
v-alji/sql-docs-archive-pr.de-de
35c659287e5861256d374824a23e6f3c554a1bd8
[ "CC-BY-4.0", "MIT" ]
1
2021-11-25T02:12:17.000Z
2021-11-25T02:25:04.000Z
docs-archive-a/2014/database-engine/database-mirroring/estimate-the-interruption-of-service-during-role-switching-database-mirroring.md
v-alji/sql-docs-archive-pr.de-de
35c659287e5861256d374824a23e6f3c554a1bd8
[ "CC-BY-4.0", "MIT" ]
1
2021-09-29T08:51:09.000Z
2021-09-29T08:51:09.000Z
--- title: Einschätzen der Dienst Unterbrechung während des Rollenwechsels (Daten Bank Spiegelung) | Microsoft-Dokumentation ms.custom: '' ms.date: 06/13/2017 ms.prod: sql-server-2014 ms.reviewer: '' ms.technology: high-availability ms.topic: conceptual helpviewer_keywords: - parallel redo [SQL Server] - role switching...
128.6625
992
0.829399
deu_Latn
0.996079
3ca5d208bb1e3e5f6a789d8326c4b5dd0b64dfb6
12,555
md
Markdown
README.md
jprjr/luawav
bc7794e5ab5026c9914ec8b76fdeaefd0519e89e
[ "MIT" ]
2
2021-03-01T21:08:21.000Z
2021-03-02T03:46:42.000Z
README.md
jprjr/luawav
bc7794e5ab5026c9914ec8b76fdeaefd0519e89e
[ "MIT" ]
null
null
null
README.md
jprjr/luawav
bc7794e5ab5026c9914ec8b76fdeaefd0519e89e
[ "MIT" ]
null
null
null
# luawav A Lua library for reading and writing WAV files, via [dr_wav](https://github.com/mackron/dr_libs). MIT licensed (see file `LICENSE`), except for `dr_wav.h`, which retains its original licensing (details in `dr_wav.h`). # Installation Available on [luarocks](https://luarocks.org/modules/jprjr/luawav): ```b...
33.569519
179
0.737316
eng_Latn
0.965789
3ca5f70f043c56028743298feac7cd4518537a52
13,367
md
Markdown
articles/sentinel/normalization.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/sentinel/normalization.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/sentinel/normalization.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: Adatnormalizálás az Azure Sentinelben | Microsoft Docs description: Ez a cikk azt ismerteti, hogy az Azure Sentinel hogyan normalizálja az adatokat számos különböző forrásból, és részletezi a normalizálás sémát. services: sentinel cloud: na documentationcenter: na author: yelevin manager: rkarlin ms.assetid:...
85.140127
768
0.810878
hun_Latn
1.000009
3ca712919708a1ad283c667f79b3585a49aed5ef
9,193
md
Markdown
README.md
nightswapping/ng-img-upload
fd23bdc436651c3caff1917524c461bd7d2482ea
[ "MIT" ]
8
2015-05-13T04:50:46.000Z
2017-07-20T14:39:56.000Z
README.md
nightswapping/ng-img-upload
fd23bdc436651c3caff1917524c461bd7d2482ea
[ "MIT" ]
null
null
null
README.md
nightswapping/ng-img-upload
fd23bdc436651c3caff1917524c461bd7d2482ea
[ "MIT" ]
null
null
null
# ng-image-upload [ ![ng-image-upload master](https://codeship.com/projects/58520180-890e-0132-21fc-7a1f56d80b92/status?branch=master)](https://codeship.com/projects/59578) **A simple directive to upload images to Amazon S3 servers.** It follows a very straightforward workflow: 1. It requires an AWS token from your...
38.304167
292
0.712172
eng_Latn
0.969067
3ca7c38c32a9339f96b5aaf821e7bb8266d079a8
52
md
Markdown
README.md
alfish2000/TabletFriend
cdbdb8f7ae90d9401151a02623f58b7f953749d1
[ "MIT" ]
null
null
null
README.md
alfish2000/TabletFriend
cdbdb8f7ae90d9401151a02623f58b7f953749d1
[ "MIT" ]
null
null
null
README.md
alfish2000/TabletFriend
cdbdb8f7ae90d9401151a02623f58b7f953749d1
[ "MIT" ]
null
null
null
# TabletFriend Toolbar builder for Windows tablets.
17.333333
36
0.826923
eng_Latn
0.259503
3ca80f97a71cc3a1d9f4df378572bb74fc452812
6,788
md
Markdown
articles/machine-learning/desktop-workbench/how-to-use-jupyter-notebooks.md
ningchencontact/azure-docs.zh-tw
85eb44c48f6993d41f51f680ad19190e0a1cac0b
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/machine-learning/desktop-workbench/how-to-use-jupyter-notebooks.md
ningchencontact/azure-docs.zh-tw
85eb44c48f6993d41f51f680ad19190e0a1cac0b
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/machine-learning/desktop-workbench/how-to-use-jupyter-notebooks.md
ningchencontact/azure-docs.zh-tw
85eb44c48f6993d41f51f680ad19190e0a1cac0b
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: 如何在 Azure Machine Learning Workbench 中使用 Jupyter Notebook | Microsoft Docs description: Azure Machine Learning Workbench 的 Jupyter Notebook 功能使用指南 services: machine-learning author: rastala ms.author: roastala manager: haining ms.reviewer: garyericson, jasonwhowell, mldocs ms.service: machine-learning...
47.802817
293
0.777991
yue_Hant
0.810176
3ca848c85ef9c9222c001dd1d734abed7eadda7c
302
md
Markdown
Templates/README.md
HawkeyeZAR/Flask
40d40c2823c7b6797d6c709cc2da962bdf03148e
[ "MIT" ]
null
null
null
Templates/README.md
HawkeyeZAR/Flask
40d40c2823c7b6797d6c709cc2da962bdf03148e
[ "MIT" ]
null
null
null
Templates/README.md
HawkeyeZAR/Flask
40d40c2823c7b6797d6c709cc2da962bdf03148e
[ "MIT" ]
null
null
null
Various Flask Templates ======================== ![enter image description here](http://i65.tinypic.com/2mhd4ef.png) A mixture of templates. --------------------------------- All Templates are working --------------------------------- > **Note:** > - I will add more templates as I get time.
20.133333
68
0.493377
eng_Latn
0.396026
3ca867f585918b5b5f0c440fb64017a7f9f0c701
475
md
Markdown
05-MusicTime/README.md
sparkfun/Inventors_Kit_For_Photon_Experiments
c5356a7c228c067042fc339556e232fe259ced25
[ "MIT" ]
10
2015-12-02T05:22:22.000Z
2020-09-18T02:46:28.000Z
05-MusicTime/README.md
sparkfun/Inventors_Kit_For_Photon_Experiments
c5356a7c228c067042fc339556e232fe259ced25
[ "MIT" ]
3
2015-12-02T05:24:34.000Z
2018-01-26T18:19:00.000Z
05-MusicTime/README.md
sparkfun/Inventors_Kit_For_Photon_Experiments
c5356a7c228c067042fc339556e232fe259ced25
[ "MIT" ]
6
2016-02-01T17:18:16.000Z
2020-09-18T02:46:42.000Z
In this circuit, we'll again bridge the gap between the digital world and the analog world. We'll be using a piezo speaker that makes a small "click" when you apply voltage to it (try it!). By itself that isn't terribly exciting, but if you turn the voltage on and off hundreds of times a second, the piezo speaker will ...
237.5
474
0.772632
eng_Latn
0.999742
3caae835a4e607779e8b0ae0b0002888448286df
207
md
Markdown
README.md
tanaes/Moeller_lab_Snakemake_tutorial
5ead9b6f9be8401651c86b97d69c2a4c29fdbb20
[ "MIT" ]
null
null
null
README.md
tanaes/Moeller_lab_Snakemake_tutorial
5ead9b6f9be8401651c86b97d69c2a4c29fdbb20
[ "MIT" ]
null
null
null
README.md
tanaes/Moeller_lab_Snakemake_tutorial
5ead9b6f9be8401651c86b97d69c2a4c29fdbb20
[ "MIT" ]
5
2021-02-15T15:32:07.000Z
2021-02-15T15:36:12.000Z
# Moeller_lab_Snakemake_tutorial Steps we want our workflow to have: - Quality filtering - Remove host reads - QC visualization report - assembly We will use this as a playground for exploring Snakemake.
20.7
57
0.797101
eng_Latn
0.98975
3cab824ea92b159fddc0052efc1cb515ce0b25f3
21,634
md
Markdown
articles/logic-apps/logic-apps-create-variables-store-values.md
RobAaldijk/azure-docs.nl-nl
519c7fc80075795af2670d665d1d93078faf7a87
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/logic-apps/logic-apps-create-variables-store-values.md
RobAaldijk/azure-docs.nl-nl
519c7fc80075795af2670d665d1d93078faf7a87
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/logic-apps/logic-apps-create-variables-store-values.md
RobAaldijk/azure-docs.nl-nl
519c7fc80075795af2670d665d1d93078faf7a87
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Variabelen voor het opslaan en door geven van waarden maken en beheren description: Meer informatie over het opslaan, beheren, gebruiken en door geven van waarden met behulp van variabelen in uw geautomatiseerde taken en werk stroom die u maakt met Azure Logic Apps services: logic-apps ms.suite: integration ...
47.339168
516
0.697698
nld_Latn
0.999738
3cabd928127436056f1a43322cff0216ac2ee32b
22
md
Markdown
README.md
edwardluzi/kafka-connect-email
b6cf646cb23c98f94529b5bd7af7dd99e47f3261
[ "Apache-2.0" ]
null
null
null
README.md
edwardluzi/kafka-connect-email
b6cf646cb23c98f94529b5bd7af7dd99e47f3261
[ "Apache-2.0" ]
null
null
null
README.md
edwardluzi/kafka-connect-email
b6cf646cb23c98f94529b5bd7af7dd99e47f3261
[ "Apache-2.0" ]
null
null
null
# kafka-connect-email
11
21
0.772727
ind_Latn
0.25804
3cac5738c7b99eb6bbb519805bba73dd25d9d84a
509
md
Markdown
docs/pages/covid_tracker/usa-missouri-cole/this_week/usa-missouri-boone-7_days.md
elrayle/covid_tracker
ae084c881262b72ad75ec951e89c05355333fe94
[ "Apache-2.0" ]
1
2020-10-27T18:18:43.000Z
2020-10-27T18:18:43.000Z
docs/pages/covid_tracker/usa-missouri-cole/this_week/usa-missouri-boone-7_days.md
elrayle/covid_tracker
ae084c881262b72ad75ec951e89c05355333fe94
[ "Apache-2.0" ]
3
2020-10-13T03:04:04.000Z
2020-10-27T18:58:42.000Z
docs/pages/covid_tracker/usa-missouri-cole/this_week/usa-missouri-boone-7_days.md
elrayle/covid_tracker
ae084c881262b72ad75ec951e89c05355333fe94
[ "Apache-2.0" ]
null
null
null
--- title: Boone, Missouri, USA permalink: /usa-missouri-cole/this_week/usa-missouri-boone-7_days.html last_updated: Oct 18, 2021 keywords: ["Boone, Missouri, USA", "This Week"] sidebar: usa-missouri-cole_sidebar --- ![Change in Confirmed Cases This Week for Boone, Missouri, USA](/covid_tracker/images/graphs/usa-misso...
42.416667
145
0.787819
yue_Hant
0.217858
3cac724f24b6d5db237a5201757836b0324381af
486
md
Markdown
README.md
benp98/gomesh
3ae11440c086b541e723030294c6b868fd7264db
[ "MIT" ]
1
2020-06-24T06:05:57.000Z
2020-06-24T06:05:57.000Z
README.md
benp98/gomesh
3ae11440c086b541e723030294c6b868fd7264db
[ "MIT" ]
null
null
null
README.md
benp98/gomesh
3ae11440c086b541e723030294c6b868fd7264db
[ "MIT" ]
null
null
null
# gomesh [![pkg.go.dev](https://pkg.go.dev/badge/github.com/benp98/gomesh)](https://pkg.go.dev/github.com/benp98/gomesh) [![Go Report Card](https://goreportcard.com/badge/github.com/benp98/gomesh)](https://goreportcard.com/report/github.com/benp98/gomesh) A small library for handling 3D mesh data in Go. ## OBJ Suppor...
54
163
0.769547
eng_Latn
0.521962
3cac97d7587b8ce14a7222be1e2f8725e7509fdb
105
md
Markdown
Codewars/8kyu/simple-fun-number-1-seats-in-theater/README.md
RevansChen/online-judge
ad1b07fee7bd3c49418becccda904e17505f3018
[ "MIT" ]
7
2017-09-20T16:40:39.000Z
2021-08-31T18:15:08.000Z
Codewars/8kyu/simple-fun-number-1-seats-in-theater/README.md
RevansChen/online-judge
ad1b07fee7bd3c49418becccda904e17505f3018
[ "MIT" ]
null
null
null
Codewars/8kyu/simple-fun-number-1-seats-in-theater/README.md
RevansChen/online-judge
ad1b07fee7bd3c49418becccda904e17505f3018
[ "MIT" ]
null
null
null
# [Simple Fun #1: Seats in Theater](https://www.codewars.com/kata/simple-fun-number-1-seats-in-theater/)
52.5
104
0.733333
eng_Latn
0.109224
3caddbd95724ab2ba7e0fbc05271a59e8bc628e5
8,524
md
Markdown
articles/api-management/api-management-authentication-policies.md
gschrijvers/azure-docs.nl-nl
e46af0b9c1e4bb7cb8088835a8104c5d972bfb78
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/api-management/api-management-authentication-policies.md
gschrijvers/azure-docs.nl-nl
e46af0b9c1e4bb7cb8088835a8104c5d972bfb78
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/api-management/api-management-authentication-policies.md
gschrijvers/azure-docs.nl-nl
e46af0b9c1e4bb7cb8088835a8104c5d972bfb78
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Azure API Management-verificatie beleid | Microsoft Docs description: Meer informatie over de verificatie beleidsregels die beschikbaar zijn voor gebruik in azure API Management. services: api-management documentationcenter: '' author: vladvino manager: erikre editor: '' ms.assetid: 061702a7-3a78-472b-a54a-f...
48.431818
476
0.728766
nld_Latn
0.956416
3caf57c26a5df1749db1c8a34767ad46b1a86c69
26,776
md
Markdown
documents/amazon-kinesis-data-streams-developer-guide/doc_source/shared-throughput-kcl-consumers.md
siagholami/aws-documentation
2d06ee9011f3192b2ff38c09f04e01f1ea9e0191
[ "CC-BY-4.0" ]
5
2021-08-13T09:20:58.000Z
2021-12-16T22:13:54.000Z
documents/amazon-kinesis-data-streams-developer-guide/doc_source/shared-throughput-kcl-consumers.md
siagholami/aws-documentation
2d06ee9011f3192b2ff38c09f04e01f1ea9e0191
[ "CC-BY-4.0" ]
null
null
null
documents/amazon-kinesis-data-streams-developer-guide/doc_source/shared-throughput-kcl-consumers.md
siagholami/aws-documentation
2d06ee9011f3192b2ff38c09f04e01f1ea9e0191
[ "CC-BY-4.0" ]
null
null
null
# Using the Kinesis Client Library<a name="shared-throughput-kcl-consumers"></a> One of the methods of developing custom consumer applications that can process data from KDS data streams is to use the Kinesis Client Library \(KCL\)\. **Topics** + [What is the Kinesis Client Library?](#shared-throughput-kcl-consumers-...
147.933702
957
0.794816
eng_Latn
0.996082