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
e11f1ac2b30773161541cc7c811b38f8db4d63c6
1,582
md
Markdown
_posts/notes/2018-06-06-about-my-coding-life.md
Kevin9436/Kevin9436.github.io
2342c6d5ba1ebd08cb26d338009850201be2db97
[ "CC-BY-3.0" ]
null
null
null
_posts/notes/2018-06-06-about-my-coding-life.md
Kevin9436/Kevin9436.github.io
2342c6d5ba1ebd08cb26d338009850201be2db97
[ "CC-BY-3.0" ]
null
null
null
_posts/notes/2018-06-06-about-my-coding-life.md
Kevin9436/Kevin9436.github.io
2342c6d5ba1ebd08cb26d338009850201be2db97
[ "CC-BY-3.0" ]
null
null
null
--- layout: post title: 我和CS的这段“孽缘” author: Kevin9436 date: 2018-06-06 3:40 category: notes ---   建博客折腾了两三天,虽然最后还是在乱七八糟的模板代码面前屈服了,但总算是搞出个大体样子,博客既然建在了全球知名同性交友网站github上,那第一篇就写写我的专业CS吧。   本科一转眼就要毕业了,回首我这三年来在cs的摸爬滚打真是让人不忍直视,还记得大二分专业的时候一志愿从众填了个CS结果最后还真压线进了,当时虽然这个院里前一百人有八十多个都来这里的专业确实把我吓到了,但心里多少还是有些小庆幸的,然而在之后...
83.263158
352
0.893805
zho_Hans
0.442837
e11fd6a7bc68246b37e43c330c0f0e9ad45fd2fa
7,907
md
Markdown
docs/relational-databases/backup-restore/tail-log-backups-sql-server.md
IsmaelArmas/sql-docs.es-es
214db19ea9bd9ddaf26f7ae1274d5e8ba8277716
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/relational-databases/backup-restore/tail-log-backups-sql-server.md
IsmaelArmas/sql-docs.es-es
214db19ea9bd9ddaf26f7ae1274d5e8ba8277716
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/relational-databases/backup-restore/tail-log-backups-sql-server.md
IsmaelArmas/sql-docs.es-es
214db19ea9bd9ddaf26f7ae1274d5e8ba8277716
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Copias del final del registro (SQL Server) | Microsoft Docs ms.custom: '' ms.date: 08/01/2016 ms.prod: sql ms.prod_service: backup-restore ms.reviewer: '' ms.technology: backup-restore ms.topic: conceptual helpviewer_keywords: - backing up [SQL Server], tail of log - transaction log backups [SQL Server], tai...
97.617284
533
0.766915
spa_Latn
0.971658
e11ff7ae8645a260463ca0cf83d56b8012dfc6fc
725
md
Markdown
docs/model_zh.md
xdjiangkai/ColossalAI
4a3d3446b04065fa1c89b78cba673e96115c6325
[ "Apache-2.0" ]
1
2022-03-12T04:49:19.000Z
2022-03-12T04:49:19.000Z
docs/model_zh.md
xdjiangkai/ColossalAI
4a3d3446b04065fa1c89b78cba673e96115c6325
[ "Apache-2.0" ]
null
null
null
docs/model_zh.md
xdjiangkai/ColossalAI
4a3d3446b04065fa1c89b78cba673e96115c6325
[ "Apache-2.0" ]
1
2022-01-06T17:16:32.000Z
2022-01-06T17:16:32.000Z
# 定义符合您需求的并行模型 如果您在训练一个拥有数亿级参数的巨大MLP模型,那么该模型一定无法在单个GPU上直接进行训练,不用担心,Colossal-AI可以帮您解决这一问题。您仍旧可以像写单GPU模型那样来写您的模型,Colossal-AI会按照您的并行设置自动将模型参数进行切割,并将它们均匀地存入一组GPU中。下面是一个简单的例子,来向您展示如何在Colossal-AI环境下写一个2D张量并行的模型。 ## 简单的2D张量并行模型 ```python from colossalai.nn import Linear2D import torch.nn as nn class MLP_2D(nn.Module): ...
26.851852
190
0.748966
yue_Hant
0.81095
e120f9a613492493a127b0208e9214c8d4146e93
1,698
md
Markdown
ce/customer-service/routing-trigger.md
Gen1a/dynamics-365-customer-engagement
ce3c02bfa54594f016166522e552982fb66a9389
[ "CC-BY-4.0", "MIT" ]
null
null
null
ce/customer-service/routing-trigger.md
Gen1a/dynamics-365-customer-engagement
ce3c02bfa54594f016166522e552982fb66a9389
[ "CC-BY-4.0", "MIT" ]
null
null
null
ce/customer-service/routing-trigger.md
Gen1a/dynamics-365-customer-engagement
ce3c02bfa54594f016166522e552982fb66a9389
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: "Route records manually using unified routing | MicrosoftDocs" description: "Learn how to route records manually using the Save & Route option on the form command bar and Apply Routing Rule on the home page grid." ms.date: 06/21/2021 ms.service: dynamics-365-customerservice ms.topic: article author: "neerane...
36.913043
150
0.75265
eng_Latn
0.993434
e121610ea25ff2377f8ee79ec44b7182eec7e4e6
9,111
md
Markdown
docs/database-engine/availability-groups/windows/configuration-of-a-server-instance-for-always-on-availability-groups-sql-server.md
baleng/sql-docs.it-it
80bb05c3cc6a68564372490896545d6211a9fa26
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/database-engine/availability-groups/windows/configuration-of-a-server-instance-for-always-on-availability-groups-sql-server.md
baleng/sql-docs.it-it
80bb05c3cc6a68564372490896545d6211a9fa26
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/database-engine/availability-groups/windows/configuration-of-a-server-instance-for-always-on-availability-groups-sql-server.md
baleng/sql-docs.it-it
80bb05c3cc6a68564372490896545d6211a9fa26
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Configurare un'istanza di SQL Server per i gruppi di disponibilità AlwaysOn | Microsoft Docs ms.custom: '' ms.date: 05/17/2016 ms.prod: sql ms.reviewer: '' ms.technology: high-availability ms.topic: conceptual helpviewer_keywords: - Availability Groups [SQL Server], server instance - Availability Groups [SQL...
83.587156
584
0.763363
ita_Latn
0.943237
e12193e58602eb9f03a01d4e527d918e7418cfc5
1,740
md
Markdown
README.md
DesarrolloCloud/hello_world_php_appengine_flexible_enviroment
165275de9739a199da3e43c421ad38df136947a1
[ "MIT" ]
null
null
null
README.md
DesarrolloCloud/hello_world_php_appengine_flexible_enviroment
165275de9739a199da3e43c421ad38df136947a1
[ "MIT" ]
null
null
null
README.md
DesarrolloCloud/hello_world_php_appengine_flexible_enviroment
165275de9739a199da3e43c421ad38df136947a1
[ "MIT" ]
null
null
null
# HELLO WORLD PHP APP ENGINE FLEXIBLE ENVIROMENT Aplicativo inicial en PHP para Google App Engine Flexible Enviroment ### Requerimientos **Toda la configuracion se a realizardo para linux - ubuntu 16.04** 1. Instalar google cloud sdk. [Page Oficial Intalacion] (https://cloud.google.com/sdk/docs/?hl=es) 2. Instalar ...
42.439024
143
0.768966
spa_Latn
0.826384
e1233796ae88ad617a4311c785f68bfaee1abdd3
3,772
md
Markdown
_reading/2020-08-10-big-friendship.md
quinnleong/quinnleong.github.io
d48357572fea0b8910e9ee19ff8b2e8fdf63f58b
[ "MIT" ]
null
null
null
_reading/2020-08-10-big-friendship.md
quinnleong/quinnleong.github.io
d48357572fea0b8910e9ee19ff8b2e8fdf63f58b
[ "MIT" ]
2
2020-05-13T01:30:17.000Z
2020-05-24T01:55:39.000Z
_reading/2020-08-10-big-friendship.md
quinnleong/blog
3170aeb07fa82c1444c5ba1db7f0bae4a5aa5291
[ "MIT" ]
null
null
null
--- layout: reading title: "Big Friendship" author: "Aminatou Sow & Ann Friedman" date: 2020-08-10 stars: 2 --- ![](https://m.media-amazon.com/images/I/41DkXZ6kg4L.jpg){:.small-img} _Sigh_. I really, really thought I was going to love this book, 5/5, recommend it to all my friends. In fact, I actually DID recomme...
75.44
125
0.78685
eng_Latn
0.999861
e123bc8baa2815201b7c4ca6acc81a8396597c1b
808
md
Markdown
README.md
sjpadgett/cqm-parsers
67b1d609378194eb46a7b104f5468f7e5519d191
[ "Apache-2.0" ]
null
null
null
README.md
sjpadgett/cqm-parsers
67b1d609378194eb46a7b104f5468f7e5519d191
[ "Apache-2.0" ]
null
null
null
README.md
sjpadgett/cqm-parsers
67b1d609378194eb46a7b104f5468f7e5519d191
[ "Apache-2.0" ]
null
null
null
[![codecov](https://codecov.io/gh/projecttacoma/cqm-parsers/branch/master/graph/badge.svg)](https://codecov.io/gh/projecttacoma/cqm-parsers) cqm-parsers =========== This project contains libraries for parsing HQMF documents. License ======= Copyright 2018 The MITRE Corporation Licensed under the Apache License, V...
32.32
140
0.774752
eng_Latn
0.968252
e124957acce7e660b15ca02c295cd4cdd270bc1e
943
md
Markdown
web/profiles/varbase/modules/contrib/persistent_login/readme.md
jadamsbit/jamie-auto
6800411075e9c3b2bc23cbce8fc2790043b35ee9
[ "MIT" ]
null
null
null
web/profiles/varbase/modules/contrib/persistent_login/readme.md
jadamsbit/jamie-auto
6800411075e9c3b2bc23cbce8fc2790043b35ee9
[ "MIT" ]
8
2019-04-27T00:11:03.000Z
2021-09-01T07:04:50.000Z
web/profiles/varbase/modules/contrib/persistent_login/readme.md
jadamsbit/jamie-auto
6800411075e9c3b2bc23cbce8fc2790043b35ee9
[ "MIT" ]
null
null
null
Persistent Login ================ The Persistent Login module provides the familiar "Remember Me" option on the user login form. ## Description Persistent Login is independent of the PHP session settings and is more secure (and user-friendly) than simply setting a long PHP session lifetime. The module's settings a...
28.575758
78
0.744433
eng_Latn
0.990168
e124fcc264eb2d000b82ec59635ec7104271d357
700
md
Markdown
src/zettel/analysis/lattice/complete/index.md
alxmrs/website
87b518fb298c88046e8f4230cdaa4344deb40109
[ "MIT" ]
null
null
null
src/zettel/analysis/lattice/complete/index.md
alxmrs/website
87b518fb298c88046e8f4230cdaa4344deb40109
[ "MIT" ]
3
2021-03-24T06:48:16.000Z
2021-03-24T06:52:17.000Z
src/zettel/analysis/lattice/complete/index.md
alxmrs/website
87b518fb298c88046e8f4230cdaa4344deb40109
[ "MIT" ]
null
null
null
# [Complete Lattice](https://en.wikipedia.org/wiki/Lattice_(order)#Completeness) A [lattice](/zettel/analysis/lattice/) is complete if _all_ subsets have both a join and a meet. A complete lattice is more restrictive than a normal lattice. Every non-empty finite lattice is complete. [Examples](https://en.wikipedia....
35
80
0.76
eng_Latn
0.996867
e125001062645ede6bac13a2a3c6a05369306f51
2,200
md
Markdown
docs/Configuration.md
WebBamboo/material-dashboard-symfony
753b986e0ecc0a2221e0a1d643cc4db853ab963e
[ "MIT" ]
3
2019-08-19T17:08:25.000Z
2020-12-23T13:58:50.000Z
docs/Configuration.md
WebBamboo/material-dashboard-symfony
753b986e0ecc0a2221e0a1d643cc4db853ab963e
[ "MIT" ]
null
null
null
docs/Configuration.md
WebBamboo/material-dashboard-symfony
753b986e0ecc0a2221e0a1d643cc4db853ab963e
[ "MIT" ]
1
2020-04-26T12:02:50.000Z
2020-04-26T12:02:50.000Z
--- title: Configuration --- ## Configuration In 'config/packages/twig.yaml' add the following: ``` twig: ... form_themes: ['bootstrap_4_layout.html.twig'] ``` In 'config/packages/' create a file called: _material\_dashboard.yaml_ Example configuration: material_dashboard: menu_header: ...
28.571429
134
0.683636
eng_Latn
0.968248
e12686ecbf102cd88a83879acc7a086c092a86c0
593
md
Markdown
site/content/post/太陽光のみで動き、通信し情報を表示する装置.md
inajob/inajob-review
7ebb2c9e32ad0a67db5ad51a59c5f99591d53252
[ "MIT" ]
null
null
null
site/content/post/太陽光のみで動き、通信し情報を表示する装置.md
inajob/inajob-review
7ebb2c9e32ad0a67db5ad51a59c5f99591d53252
[ "MIT" ]
11
2020-04-30T05:15:35.000Z
2022-02-27T11:27:53.000Z
site/content/post/太陽光のみで動き、通信し情報を表示する装置.md
inajob/inajob-review
7ebb2c9e32ad0a67db5ad51a59c5f99591d53252
[ "MIT" ]
null
null
null
--- title: 太陽光のみで動き、通信し情報を表示する装置 date: 2021-06-06T11:00:11.274Z description: 太陽光のみで動作し、通信して情報を表示する装置の作例を紹介します。 image: /img/lorapaper.png tags: - 電子ペーパー - atmega328 - LoRa --- [MEET LORAPAPER, A WEATHER STATION THAT RUNS ON NO BATTERIES!](https://www.electronics-lab.com/meet-lorapaper-weather-station-runs-no-batte...
29.65
160
0.826307
yue_Hant
0.834483
e126b69c75ecb80ddcbebdc4899b82d39256225f
3,029
md
Markdown
docs/framework/unmanaged-api/debugging/icordebugremote-interface.md
CharleyGui/docs.fr-fr
2563c94abf0d041d775f700b552d1dbe199f03d5
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/unmanaged-api/debugging/icordebugremote-interface.md
CharleyGui/docs.fr-fr
2563c94abf0d041d775f700b552d1dbe199f03d5
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/unmanaged-api/debugging/icordebugremote-interface.md
CharleyGui/docs.fr-fr
2563c94abf0d041d775f700b552d1dbe199f03d5
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: ICorDebugRemote, interface ms.date: 03/30/2017 api_name: - ICorDebugRemote api_location: - CorDebug.dll api_type: - COM f1_keywords: - ICorDebugRemote helpviewer_keywords: - ICorDebugRemote interface [.NET Framework debugging] ms.assetid: 53d073c6-fa02-40d2-82e1-b9452bb6abaa topic_type: - apiref ms.openlocfi...
34.816092
174
0.659954
yue_Hant
0.549756
e1270b6105c45029078b0f95cecba58e87bfb82d
4,653
md
Markdown
README.md
yangqingren/LEGOPhotosManager
3911b6d69024f25ee86980a7fa32728e572d6b9d
[ "MIT" ]
1
2020-09-07T06:57:50.000Z
2020-09-07T06:57:50.000Z
README.md
yangqingren/LEGOPhotosManager
3911b6d69024f25ee86980a7fa32728e572d6b9d
[ "MIT" ]
null
null
null
README.md
yangqingren/LEGOPhotosManager
3911b6d69024f25ee86980a7fa32728e572d6b9d
[ "MIT" ]
null
null
null
# LEGOPhotosManager Photo management tool, you can get album list, photo list, save photos, delete photos, get photos by iCloud, cancel photo request 照片管理工具,可以获取相册列表、照片列表,保存照片、删除照片,通过 iCloud 获取照片,取消照片请求 ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. #...
35.519084
242
0.738663
eng_Latn
0.366337
e1270e66b842f7c8d59433dc6fc42341f30682ba
878
md
Markdown
README.md
petr0n/Project2
ebbac0bd5ebbfc257c92cef6f3c8f269da0c83f8
[ "Apache-2.0" ]
2
2019-05-08T23:21:08.000Z
2019-07-06T00:21:52.000Z
README.md
petr0n/Project2
ebbac0bd5ebbfc257c92cef6f3c8f269da0c83f8
[ "Apache-2.0" ]
15
2019-05-07T00:05:26.000Z
2019-05-14T00:29:00.000Z
README.md
petr0n/Project2
ebbac0bd5ebbfc257c92cef6f3c8f269da0c83f8
[ "Apache-2.0" ]
1
2019-07-10T11:36:27.000Z
2019-07-10T11:36:27.000Z
# TrashTaggers Organize a trash pickup event in this Eco-Friendly App. # Project Overview Trash Taggers is a green app that allows users to organize and/or signup for trash pickup events in their local community. The home page shows the five upcoming events along with the ability to signup. Users are also able to c...
48.777778
181
0.792711
eng_Latn
0.987259
e1271e634bebd5dda22c7718a2d4055f39c8113f
6,849
md
Markdown
README.md
nicr9/greptools
25487a7ed67f629698eba3de6093a0b4d8334f66
[ "MIT" ]
2
2016-01-25T11:24:08.000Z
2017-05-18T16:06:44.000Z
README.md
nicr9/greptools
25487a7ed67f629698eba3de6093a0b4d8334f66
[ "MIT" ]
1
2019-05-14T12:12:41.000Z
2019-05-14T12:12:41.000Z
README.md
nicr9/greptools
25487a7ed67f629698eba3de6093a0b4d8334f66
[ "MIT" ]
null
null
null
# GrepTools ## Installation From pip (recommended): ``` $ sudo pip install --pre greptools ``` From source (for developers): ``` $ git clone https://github.com/nicr9/greptools.git $ cd greptools $ sudo python2.7 setup.py develop ``` ## About `greptools` is a collection of CLI search tools similar to `grep` or `a...
31.855814
82
0.722587
eng_Latn
0.99912
e12767007f1b70d2f837bcf92125ed5930dae5cd
319
md
Markdown
CHANGELOG.md
vojtechkral/tokio-tasker
2911c1eef13a223d929b761649c7f8d7857bce48
[ "MIT" ]
12
2021-11-13T01:11:21.000Z
2022-03-01T21:25:37.000Z
CHANGELOG.md
vojtechkral/tokio-tasker
2911c1eef13a223d929b761649c7f8d7857bce48
[ "MIT" ]
2
2022-03-15T10:48:05.000Z
2022-03-18T20:26:14.000Z
CHANGELOG.md
vojtechkral/tokio-tasker
2911c1eef13a223d929b761649c7f8d7857bce48
[ "MIT" ]
null
null
null
## 1.2.0 `2022-03-19` - Fix bugs in `JoinStream` implementation. - Refactor internals. ## 1.1.0 `2022-03-03` - Propagate panics early. - Provide `JoinStream`. Note: This release was yanked due to bugs in `JoinStream`. ## 1.0.1 `2021-11-13` Patch release, docs fixes only. ## 1.0.0 `2021-11-13` Initial release.
15.95
58
0.673981
eng_Latn
0.886088
e1278880a2b7c3ab63df6cd8f7a1f7d0e50d4d66
40
md
Markdown
README.md
NiranjanMudhiraj/Ride-Requests-Time-Series-Forecasting
98c671835c8c89ea2b401a02fb60d082b63b4d35
[ "MIT" ]
null
null
null
README.md
NiranjanMudhiraj/Ride-Requests-Time-Series-Forecasting
98c671835c8c89ea2b401a02fb60d082b63b4d35
[ "MIT" ]
null
null
null
README.md
NiranjanMudhiraj/Ride-Requests-Time-Series-Forecasting
98c671835c8c89ea2b401a02fb60d082b63b4d35
[ "MIT" ]
null
null
null
# Ride-Requests-Time-Series-Forecasting
20
39
0.825
kor_Hang
0.317034
e127fecae2a30008e858d6b6a1855bf4cf41ae97
29
md
Markdown
README.md
DavionHuang/DavionHuang.github.io
afe0dbab96fbe2e94b4fd37a6cadacdcd0ca9012
[ "MIT" ]
null
null
null
README.md
DavionHuang/DavionHuang.github.io
afe0dbab96fbe2e94b4fd37a6cadacdcd0ca9012
[ "MIT" ]
null
null
null
README.md
DavionHuang/DavionHuang.github.io
afe0dbab96fbe2e94b4fd37a6cadacdcd0ca9012
[ "MIT" ]
null
null
null
# DavionHuang.github.io Blog
9.666667
23
0.793103
hrv_Latn
0.766792
e128831a7ae992968784cd22ff5d6e3c1e5261d4
3,125
md
Markdown
docs/node/call-service.md
Hexagon/node-red-contrib-home-assistant-websocket
59c5716bc9db21830dd4ddc0c08a96d4b2d81d3c
[ "MIT" ]
null
null
null
docs/node/call-service.md
Hexagon/node-red-contrib-home-assistant-websocket
59c5716bc9db21830dd4ddc0c08a96d4b2d81d3c
[ "MIT" ]
null
null
null
docs/node/call-service.md
Hexagon/node-red-contrib-home-assistant-websocket
59c5716bc9db21830dd4ddc0c08a96d4b2d81d3c
[ "MIT" ]
null
null
null
# Call Service Sends a request to home assistant for any domain and service available (`light/turn_on`, `input_select/select_option`, etc..) ::: tip Helpful Examples [Call Service Tips and Tricks](/guide/call-service.html) ::: ## Configuration ### Domain <Badge text="required"/> - Type: `string` - Accepts [Mustach...
22.482014
212
0.71168
eng_Latn
0.958934
e128975dc1a06f4d236a9fcca3574667d849f4e4
2,995
md
Markdown
ru/managed-mysql/operations/performance-diagnostics.md
barmex/docs
e7f6be6035c66c1ab52224c350bfbf1d1fb605e9
[ "CC-BY-4.0" ]
null
null
null
ru/managed-mysql/operations/performance-diagnostics.md
barmex/docs
e7f6be6035c66c1ab52224c350bfbf1d1fb605e9
[ "CC-BY-4.0" ]
null
null
null
ru/managed-mysql/operations/performance-diagnostics.md
barmex/docs
e7f6be6035c66c1ab52224c350bfbf1d1fb605e9
[ "CC-BY-4.0" ]
null
null
null
# Диагностика производительности В {{ mmy-name }} встроен инструмент для сбора статистики по сессиям и запросам. Эти метрики могут быть полезны при [анализе производительности и оптимизации настроек](../tutorials/profiling.md) кластера. ## Активировать сбор статистики {#activate-stats-collector} Включите опцию **Сбо...
43.405797
252
0.733556
rus_Cyrl
0.940077
e1292aab01a018073339034ac0b43d9da42dad05
1,648
md
Markdown
src/pages/blog/linux/arch/install-yaourt.fr.md
luanorlandi/angeloocana
6d37769e55995727bf0f07a3a4555a4c09e6ae27
[ "MIT" ]
31
2017-04-01T14:18:18.000Z
2022-02-04T13:45:53.000Z
src/pages/blog/linux/arch/install-yaourt.fr.md
luanorlandi/angeloocana
6d37769e55995727bf0f07a3a4555a4c09e6ae27
[ "MIT" ]
1
2018-03-28T08:12:56.000Z
2018-04-24T15:20:10.000Z
src/pages/blog/linux/arch/install-yaourt.fr.md
luanorlandi/angeloocana
6d37769e55995727bf0f07a3a4555a4c09e6ae27
[ "MIT" ]
32
2017-08-28T18:01:51.000Z
2021-06-28T05:43:21.000Z
--- title: Comment installer Yaourt sur Arch Linux date: '2017-08-30' layout: post draft: false tags: - Linux - Arch structuredData: type: TechArticle locationCreated: Ottawa CA dependencies: Arch Linux proficiencyLevel: Beginner articleSection: Arch Linux pageEnd: pageStart: paginat...
23.542857
101
0.683252
yue_Hant
0.307588
e12aa781b9c2bab9435be531633655ad8529f9ad
21
md
Markdown
README.md
ZAIRAWASIM/COPS
6cda1ccd42cefd3b1eb715183053a3ba75ff43c9
[ "Apache-2.0" ]
null
null
null
README.md
ZAIRAWASIM/COPS
6cda1ccd42cefd3b1eb715183053a3ba75ff43c9
[ "Apache-2.0" ]
null
null
null
README.md
ZAIRAWASIM/COPS
6cda1ccd42cefd3b1eb715183053a3ba75ff43c9
[ "Apache-2.0" ]
null
null
null
# COPS Version 1.0.0
7
13
0.666667
kor_Hang
0.855508
e12add48556c8ba9e6a53b28935d4fe80faeeb22
639
md
Markdown
README.md
iLib-js/ilib-loctool-strings
8b51ee74d27b44cdf4e914972b1f7fcf1342369c
[ "Apache-2.0" ]
null
null
null
README.md
iLib-js/ilib-loctool-strings
8b51ee74d27b44cdf4e914972b1f7fcf1342369c
[ "Apache-2.0" ]
null
null
null
README.md
iLib-js/ilib-loctool-strings
8b51ee74d27b44cdf4e914972b1f7fcf1342369c
[ "Apache-2.0" ]
null
null
null
# ilib-loctool-strings Ilib loctool plugin to parse and localize iOS .strings files ## License This plugin is license under Apache2. See the [LICENSE](./LICENSE) file for more details. ## Release Notes ### v1.2.1 - Fix a bug where the pseudo locales were not initialized properly. This fix gets the right set of ...
27.782609
69
0.749609
eng_Latn
0.999118
e12bde9b941b627a932ec551c2765b098ededa7b
7,130
md
Markdown
windows-driver-docs-pr/spb/using-the-spb-transfer-list-structure.md
Ryooooooga/windows-driver-docs.ja-jp
c7526f4e7d66ff01ae965b5670d19fd4be158f04
[ "CC-BY-4.0", "MIT" ]
null
null
null
windows-driver-docs-pr/spb/using-the-spb-transfer-list-structure.md
Ryooooooga/windows-driver-docs.ja-jp
c7526f4e7d66ff01ae965b5670d19fd4be158f04
[ "CC-BY-4.0", "MIT" ]
null
null
null
windows-driver-docs-pr/spb/using-the-spb-transfer-list-structure.md
Ryooooooga/windows-driver-docs.ja-jp
c7526f4e7d66ff01ae965b5670d19fd4be158f04
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: カスタム IOCTL に対する SPB_TRANSFER_LIST 構造体の使用 description: シンプルな周辺機器バス (SPB) コントローラードライバーで1つ以上のカスタム i/o 制御 (IOCTL) 要求がサポートされている場合は、SPB_TRANSFER_LIST 構造体を使用して、これらの要求の読み取りバッファーと書き込みバッファーを記述します。 ms.assetid: 577122CC-D1F8-41C5-BE77-A22FC8516B82 ms.date: 04/20/2017 ms.localizationpriority: medium ms.openlocfilehash: d...
60.423729
925
0.803506
yue_Hant
0.782122
e12d6a21bf7e01ba2fa208b7a88c0731f6dcc39c
3,989
md
Markdown
README.md
kaila-spraguemcrae/cs-mvc-template
bb57331aa23dbbbb288110ae8b08135a7de48345
[ "MIT", "Unlicense" ]
null
null
null
README.md
kaila-spraguemcrae/cs-mvc-template
bb57331aa23dbbbb288110ae8b08135a7de48345
[ "MIT", "Unlicense" ]
null
null
null
README.md
kaila-spraguemcrae/cs-mvc-template
bb57331aa23dbbbb288110ae8b08135a7de48345
[ "MIT", "Unlicense" ]
null
null
null
<br> <h1 align = "center"> <b> {Application Name} </b> </h1> <p align = "center"> #### {Brief description of applicaton}, {Date of current version} </p> <p align = "center"> By {List of contributors} </p> -------------------- ## 📖 Description {Detailed description, its purpose and usage. What does it does and ...
34.991228
278
0.702933
eng_Latn
0.905683
e12dba3128be0682573aab5076f64d6e62aec2d4
1,396
md
Markdown
css/regions/MSRange-collection/index.md
maibroadcast/docs
033f80374c2557f2dd867a2285e3d09df1c81359
[ "CC-BY-3.0" ]
1
2019-11-06T18:11:10.000Z
2019-11-06T18:11:10.000Z
css/regions/MSRange-collection/index.md
maibroadcast/docs
033f80374c2557f2dd867a2285e3d09df1c81359
[ "CC-BY-3.0" ]
null
null
null
css/regions/MSRange-collection/index.md
maibroadcast/docs
033f80374c2557f2dd867a2285e3d09df1c81359
[ "CC-BY-3.0" ]
null
null
null
--- title: 'MSRange-collection' attributions: - 'Microsoft Developer Network: [[Windows Internet Explorer API reference](http://msdn.microsoft.com/en-us/library/ie/hh828809%28v=vs.85%29.aspx) Article]' notes: - 'Deletion Candidate: replace non-standard implementation' readiness: 'Not Ready' standardization_status...
43.625
861
0.770057
eng_Latn
0.934001
e13018d36d7e2e6a25e7568ef9cafdff91d78631
5,049
md
Markdown
README.md
brobotan/stocks_etf_predict
5d1be98522d77a5eb1079d84c2db14b923613de0
[ "MIT" ]
null
null
null
README.md
brobotan/stocks_etf_predict
5d1be98522d77a5eb1079d84c2db14b923613de0
[ "MIT" ]
null
null
null
README.md
brobotan/stocks_etf_predict
5d1be98522d77a5eb1079d84c2db14b923613de0
[ "MIT" ]
1
2021-09-10T11:21:37.000Z
2021-09-10T11:21:37.000Z
![test](https://sevensreport.com/wp-content/uploads/2016/07/stock-market-3.jpg) # Stock Market Trends and Price Prediction ### ARIMA Model Predictions AMAZON.COM INC Stock Prediction | ProShares UltraPro Short QQQ Prediction :-------------------------:|:-------------------------: ![](https://github.com/brobotan/stoc...
59.4
408
0.753218
eng_Latn
0.988751
e1302f0dfb21d44594275e1f0f51a693f597aff0
2,971
md
Markdown
entity-framework/core/providers/provider-log.md
bogan/EntityFramework.Docs
b76cb48937367a03660160c04059e5e58ad39325
[ "CC-BY-4.0", "MIT" ]
null
null
null
entity-framework/core/providers/provider-log.md
bogan/EntityFramework.Docs
b76cb48937367a03660160c04059e5e58ad39325
[ "CC-BY-4.0", "MIT" ]
null
null
null
entity-framework/core/providers/provider-log.md
bogan/EntityFramework.Docs
b76cb48937367a03660160c04059e5e58ad39325
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Log of provider-impacting changes - EF Core author: ajcvickers ms.author: avickers ms.date: 08/08/2018 ms.assetid: 7CEF496E-A5B0-4F5F-B68E-529609B23EF9 ms.technology: entity-framework-core uid: core/providers/provider-log --- # Provider-impacting changes This page contains links to pull requests made on th...
67.522727
301
0.799394
eng_Latn
0.977138
e131f1e061b12cd764d1d6713175cd8240ca07bd
3,986
md
Markdown
windows-driver-docs-pr/debugger/using-agestore.md
kvndb/windows-driver-docs
904720dbfcd60c063cece2219b938a7b5b5b5443
[ "CC-BY-4.0", "MIT" ]
null
null
null
windows-driver-docs-pr/debugger/using-agestore.md
kvndb/windows-driver-docs
904720dbfcd60c063cece2219b938a7b5b5b5443
[ "CC-BY-4.0", "MIT" ]
null
null
null
windows-driver-docs-pr/debugger/using-agestore.md
kvndb/windows-driver-docs
904720dbfcd60c063cece2219b938a7b5b5b5443
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Using AgeStore description: Using AgeStore ms.assetid: 188eac5c-e84c-45a4-a4ea-1c9bfaa93cca keywords: ["AgeStore, using"] ms.author: domars ms.date: 05/23/2017 ms.localizationpriority: medium --- # Using AgeStore AgeStore is a tool that deletes files in a directory or directory tree, based on their last a...
51.766234
579
0.785248
eng_Latn
0.997417
e131fca3f1165536829bcfe63f328643f3334cf3
2,194
md
Markdown
docs/code-quality/ca0061.md
MicrosoftDocs/visualstudio-docs.it-
3e6906339549f32b01960e19cd3400222dcc7b94
[ "CC-BY-4.0", "MIT" ]
3
2018-03-29T21:12:32.000Z
2022-03-26T11:56:08.000Z
docs/code-quality/ca0061.md
MicrosoftDocs/visualstudio-docs.it-
3e6906339549f32b01960e19cd3400222dcc7b94
[ "CC-BY-4.0", "MIT" ]
12
2018-03-07T15:43:33.000Z
2021-03-29T15:28:34.000Z
docs/code-quality/ca0061.md
MicrosoftDocs/visualstudio-docs.it-
3e6906339549f32b01960e19cd3400222dcc7b94
[ "CC-BY-4.0", "MIT" ]
12
2017-11-26T08:17:38.000Z
2021-10-09T11:24:07.000Z
--- description: Impossibile trovare la regola 'RuleId'. title: CA0061 ms.date: 10/20/2016 ms.topic: reference f1_keywords: - CA0061 ms.assetid: fab5690d-0cb8-4337-bd23-768a245ce9c6 author: mikejo5000 ms.author: mikejo manager: jmartens ms.technology: vs-ide-code-analysis ms.workload: - multiple ms.openlocfilehash: e75...
35.967213
280
0.753874
ita_Latn
0.898279
e132227bfa99cb0ba697f5fc05d8990041f2171b
1,931
md
Markdown
docs/csharp/programming-guide/concepts/linq/how-to-find-descendant-elements-xpath-linq-to-xml.md
ilyakharlamov/docs.fr-fr
54c09f71d03787b462bdd134b3407d5ed708a191
[ "CC-BY-4.0", "MIT" ]
1
2019-04-11T17:00:02.000Z
2019-04-11T17:00:02.000Z
docs/csharp/programming-guide/concepts/linq/how-to-find-descendant-elements-xpath-linq-to-xml.md
ilyakharlamov/docs.fr-fr
54c09f71d03787b462bdd134b3407d5ed708a191
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/csharp/programming-guide/concepts/linq/how-to-find-descendant-elements-xpath-linq-to-xml.md
ilyakharlamov/docs.fr-fr
54c09f71d03787b462bdd134b3407d5ed708a191
[ "CC-BY-4.0", "MIT" ]
1
2022-02-23T14:59:20.000Z
2022-02-23T14:59:20.000Z
--- title: 'Procédure : Rechercher des éléments descendants (XPath-LINQ to XML) (C#)' ms.date: 07/20/2015 ms.assetid: b318da39-bb8b-4c56-a019-e13b12b01831 ms.openlocfilehash: 0b9d89f0a9adb540e7efdccd1e4e7c2f8caf9696 ms.sourcegitcommit: 6b308cf6d627d78ee36dbbae8972a310ac7fd6c8 ms.translationtype: HT ms.contentlocale: fr...
35.109091
230
0.709477
fra_Latn
0.357484
e13390df258d8f825ab7e0f618a9f93ecf30de61
7,355
md
Markdown
docs/ops/python_shell.md
journeyqiao/flink
164202bd9b4662f246e961fd964b96ae308cbcee
[ "Apache-2.0" ]
1
2020-02-24T06:54:09.000Z
2020-02-24T06:54:09.000Z
docs/ops/python_shell.md
journeyqiao/flink
164202bd9b4662f246e961fd964b96ae308cbcee
[ "Apache-2.0" ]
null
null
null
docs/ops/python_shell.md
journeyqiao/flink
164202bd9b4662f246e961fd964b96ae308cbcee
[ "Apache-2.0" ]
null
null
null
--- title: "Python REPL" nav-parent_id: ops nav-pos: 8 --- <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache...
33.584475
208
0.670292
eng_Latn
0.957204
e133c4e9ac852045af7e5a0a48f294bfcc99734e
5,390
md
Markdown
README.md
jimmycav/teamcity-theatre
b22aa2764ea38f46851c957136e2d7efe9567b79
[ "MIT" ]
60
2015-03-25T07:42:10.000Z
2021-10-08T02:53:42.000Z
README.md
jimmycav/teamcity-theatre
b22aa2764ea38f46851c957136e2d7efe9567b79
[ "MIT" ]
141
2016-03-22T09:59:50.000Z
2020-05-01T08:23:07.000Z
README.md
jimmycav/teamcity-theatre
b22aa2764ea38f46851c957136e2d7efe9567b79
[ "MIT" ]
36
2016-03-16T16:28:12.000Z
2020-02-28T08:33:07.000Z
# :tv: TeamCity Theatre [![Build Status Travis CI](https://travis-ci.org/amoerie/teamcity-theatre.svg?branch=master)](https://travis-ci.org/amoerie/teamcity-theatre) [![Build Status Azure Devops](https://amoerman.visualstudio.com/TeamCity%20Theatre/_apis/build/status/amoerie.teamcity-theatre?branchName=master)](https...
51.333333
389
0.758071
eng_Latn
0.949274
e133c7eac71b5933c3a2efad367a66e8d8d8ef95
1,383
md
Markdown
_posts/2019-02-08-macos-homebrew-installspecificversionofformula.md
dorbae/dorbae.github.io
4345558c57248b94e3cb8932315482e33f327d34
[ "MIT" ]
null
null
null
_posts/2019-02-08-macos-homebrew-installspecificversionofformula.md
dorbae/dorbae.github.io
4345558c57248b94e3cb8932315482e33f327d34
[ "MIT" ]
null
null
null
_posts/2019-02-08-macos-homebrew-installspecificversionofformula.md
dorbae/dorbae.github.io
4345558c57248b94e3cb8932315482e33f327d34
[ "MIT" ]
null
null
null
--- layout: post title: "[MacOS] Homebrew로 특정 OpenCV 설치" comments: true author: dorbae date: 2019-02-08 +0900 categories : [MacOS,Homebrew] tags: [mac,macos,osx,homebrew,brew,맥,opencv] sitemap : changefreq : weekly --- # Goal * Homebrew를 이용하여 특정 OpenCV 버전을 설치 <br /> # 들어가며 * Hombrew를 이용하여 OpenCV를 설치하니 OpenCV 4.0.1...
28.8125
243
0.716558
kor_Hang
0.696393
e13486b028f7f63d6096d05fa04c7758306c6f52
249
md
Markdown
doc/api/smeup_models_widgets_smeup_calendar_event_model/SmeupCalentarEventModel/initTime.md
smeup/ken
582c6c2e731aa62a6d0b9b4ccc5f044e6883f13a
[ "Apache-2.0" ]
5
2021-12-28T12:47:39.000Z
2022-03-25T16:56:25.000Z
doc/api/smeup_models_widgets_smeup_calendar_event_model/SmeupCalentarEventModel/initTime.md
smeup/ken
582c6c2e731aa62a6d0b9b4ccc5f044e6883f13a
[ "Apache-2.0" ]
null
null
null
doc/api/smeup_models_widgets_smeup_calendar_event_model/SmeupCalentarEventModel/initTime.md
smeup/ken
582c6c2e731aa62a6d0b9b4ccc5f044e6883f13a
[ "Apache-2.0" ]
null
null
null
# initTime property *[<Null safety>](https://dart.dev/null-safety)* [DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html)? initTime _read / write_ ## Implementation ```dart DateTime? initTime; ```
7.114286
83
0.638554
yue_Hant
0.463605
e134a60f309df270656f6bb283569bb63b1b8d11
3,116
md
Markdown
README.md
rtfmoz2/alpaca
43f87ac0cde657aa05f99c46acbb057b4de6349b
[ "Apache-2.0" ]
89
2019-05-14T23:45:52.000Z
2022-03-27T20:41:31.000Z
README.md
rtfmoz2/alpaca
43f87ac0cde657aa05f99c46acbb057b4de6349b
[ "Apache-2.0" ]
57
2019-05-16T00:46:40.000Z
2022-03-27T09:37:24.000Z
README.md
rtfmoz2/alpaca
43f87ac0cde657aa05f99c46acbb057b4de6349b
[ "Apache-2.0" ]
24
2019-05-28T05:01:50.000Z
2022-03-31T03:02:57.000Z
# Alpaca ![Latest Tag][2] ![GitHub Workflow Status][3] ![GitHub Releases][4] Alpaca is a local HTTP proxy for command-line tools. It supports proxy auto-configuration (PAC) files and NTLM authentication. ## Install using Homebrew If you're using macOS and use [Homebrew](https://brew.sh/), you can install using: ``...
33.505376
97
0.760591
eng_Latn
0.954669
e134b47ce1cfd182831712dc876fa44e5b3b3227
201
md
Markdown
README.md
jeandeaual/lilypond-piano-la-marseillaise
fdbd9eab76793ffbcd16c6d856f95682b430d1ae
[ "CC0-1.0" ]
null
null
null
README.md
jeandeaual/lilypond-piano-la-marseillaise
fdbd9eab76793ffbcd16c6d856f95682b430d1ae
[ "CC0-1.0" ]
null
null
null
README.md
jeandeaual/lilypond-piano-la-marseillaise
fdbd9eab76793ffbcd16c6d856f95682b430d1ae
[ "CC0-1.0" ]
null
null
null
# “La Marseillaise” by Claude-Joseph Rouget de l’Isle Built using [LilyPond](https://lilypond.org/). The output can be downloaded [here](https://jeandeaual.github.io/lilypond-piano-la-marseillaise).
33.5
97
0.761194
yue_Hant
0.255097
e1361e0b1ecd40b3279184ce8ca06bada65e5cc5
4,575
md
Markdown
README.md
thalesmacena/agendai
4f08b812587fe1a03bfbcf7e89ddbba926c083d8
[ "MIT" ]
null
null
null
README.md
thalesmacena/agendai
4f08b812587fe1a03bfbcf7e89ddbba926c083d8
[ "MIT" ]
null
null
null
README.md
thalesmacena/agendai
4f08b812587fe1a03bfbcf7e89ddbba926c083d8
[ "MIT" ]
null
null
null
# Agendai ## 🗂 Tabela de Conteúdo - [Agendai](#agendai) - [🗂 Tabela de Conteúdo](#-tabela-de-conteúdo) - [📑 Sobre](#-sobre) - [💻 Technologies](#-technologies) - [💱 Back-end](#-back-end) - [🌐 Front-end Web](#-front-end-web) - [✨ Instalação](#-instalação) - [💱 Back-end](#-back-end-1) - [�...
37.5
275
0.726995
por_Latn
0.877013
e136a84d83d5cf401f81504ef59f0497da4093eb
1,012
md
Markdown
README.md
BareConductive/picap-keyboard-py
0af7ead1ba7d7c8cd41e866e96d90d5837f8bd22
[ "MIT" ]
null
null
null
README.md
BareConductive/picap-keyboard-py
0af7ead1ba7d7c8cd41e866e96d90d5837f8bd22
[ "MIT" ]
null
null
null
README.md
BareConductive/picap-keyboard-py
0af7ead1ba7d7c8cd41e866e96d90d5837f8bd22
[ "MIT" ]
null
null
null
[![Bare Conductive](http://bareconductive.com/assets/images/LOGO_256x106.png)](http://www.bareconductive.com/) # Bare Conductive Keyboard Emulation Code for the [Bare Conductive Pi Cap](http://www.bareconductive.com/shop/pi-cap/). Allows you to emulate a keyboard and map keyboard strokes to the Pi Cap's electrodes. ...
44
169
0.748024
eng_Latn
0.612817
e13706d486e40f64df7c548dddcb01a50f70ca77
3,675
md
Markdown
_posts/2021-11-30-Prune-once-for-all.md
ClovaEffAI/ClovaEffAI.github.io
e9ea8e020d185bfa983b6a7f505fadf193d4cea1
[ "MIT" ]
null
null
null
_posts/2021-11-30-Prune-once-for-all.md
ClovaEffAI/ClovaEffAI.github.io
e9ea8e020d185bfa983b6a7f505fadf193d4cea1
[ "MIT" ]
null
null
null
_posts/2021-11-30-Prune-once-for-all.md
ClovaEffAI/ClovaEffAI.github.io
e9ea8e020d185bfa983b6a7f505fadf193d4cea1
[ "MIT" ]
null
null
null
--- title: "Prune Once for All: Sparse Pre-Trained Language Models" author: "Se Jung Kwon" sidebar: true author_profile: true categories: - Paper Review tags: - Language Model - Pruning - Knowledge Distillation - Transfer Learning - Model Compression - Quantization - Once for all --- ### Link : https://arxiv.org/pdf/2...
70.673077
523
0.746122
kor_Hang
1.000009
e1390aba681763911839298fadecb8aa376d4bba
6,534
md
Markdown
content/dnn/schedule-job.md
jerkovicl/SistemiKB
0f466c01daa9eeb289866fc5149b0246d0e71418
[ "MIT" ]
2
2017-10-04T11:49:18.000Z
2017-12-12T06:02:04.000Z
content/dnn/schedule-job.md
jerkovicl/SistemiKB
0f466c01daa9eeb289866fc5149b0246d0e71418
[ "MIT" ]
null
null
null
content/dnn/schedule-job.md
jerkovicl/SistemiKB
0f466c01daa9eeb289866fc5149b0246d0e71418
[ "MIT" ]
1
2022-03-02T22:21:45.000Z
2022-03-02T22:21:45.000Z
/* Title: How to Write a Custom DotNetNuke SchedulerClient (i.e. a Scheduled Task) Sort: 1 */ ### Sub-Class From SchedulerClient All of your scheduled tasks begin by sub-classing from the DotNetNuke.Services.Scheduling.SchedulerClient class. Example: ``` class ScheduledTaskExample : SchedulerClient ``` ### Overloa...
45.692308
911
0.723447
eng_Latn
0.996208
e1396c78a98bc853859153533aa8b7a537531979
148
md
Markdown
user/pages/03.work/02.ride-the-tide/_banner/banner.md
phulongnls/shadowfactory
c7d02fba294d5c1b478fdf2c896f0a28398c6b58
[ "MIT" ]
null
null
null
user/pages/03.work/02.ride-the-tide/_banner/banner.md
phulongnls/shadowfactory
c7d02fba294d5c1b478fdf2c896f0a28398c6b58
[ "MIT" ]
null
null
null
user/pages/03.work/02.ride-the-tide/_banner/banner.md
phulongnls/shadowfactory
c7d02fba294d5c1b478fdf2c896f0a28398c6b58
[ "MIT" ]
null
null
null
--- title: banner media_order: rideTheTide-e9262188756f4e27436aab652cec3c2d.png banner_image: rideTheTide-e9262188756f4e27436aab652cec3c2d.png ---
21.142857
62
0.851351
kor_Hang
0.101723
e1398b14a5f5095314ccf4f761a86df49b217687
3,010
md
Markdown
support/windows-server/deployment/pcr7-configuration-binding-not-possible.md
ChrisKibble/SupportArticles-docs
e79515edc9a2ef00c45965dfa2a1a0908f01374a
[ "CC-BY-4.0", "MIT" ]
null
null
null
support/windows-server/deployment/pcr7-configuration-binding-not-possible.md
ChrisKibble/SupportArticles-docs
e79515edc9a2ef00c45965dfa2a1a0908f01374a
[ "CC-BY-4.0", "MIT" ]
null
null
null
support/windows-server/deployment/pcr7-configuration-binding-not-possible.md
ChrisKibble/SupportArticles-docs
e79515edc9a2ef00c45965dfa2a1a0908f01374a
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: 'Windows Server shows PCR7 configuration as "Binding not possible"' description: 'Introduces the PCR7 configuration "Binding not possible" issue and its cause.' ms.date: 09/08/2020 author: Deland-Han ms.author: delhan manager: dcscontentpm audience: itpro ms.topic: troubleshooting ms.prod: windows-server loc...
39.090909
357
0.744186
eng_Latn
0.974952
e13aeaace2f76213ecc66ffefeb8419b217174db
2,209
md
Markdown
content/en/publication/arnaldo-2013-boosting/index.md
isaacgrafo/starter-hugo-research-group
e0e51241c7cc6f4be8cb55bf10db465f012ef07f
[ "MIT" ]
null
null
null
content/en/publication/arnaldo-2013-boosting/index.md
isaacgrafo/starter-hugo-research-group
e0e51241c7cc6f4be8cb55bf10db465f012ef07f
[ "MIT" ]
1
2022-01-21T00:10:45.000Z
2022-01-21T00:10:45.000Z
content/es/publication/arnaldo-2013-boosting/index.md
isaacgrafo/starter-hugo-research-group
e0e51241c7cc6f4be8cb55bf10db465f012ef07f
[ "MIT" ]
null
null
null
--- # Documentation: https://wowchemy.com/docs/managing-content/ title: Boosting the 3D thermal-aware floorplanning problem through a master-worker parallel MOEA subtitle: '' summary: '' authors: - Ignacio Arnaldo - Alfredo Cuesta-Infante - J. Manuel Colmenar - José L. Risco-Martín - José L. Ayala tags: [] categorie...
40.907407
100
0.768221
eng_Latn
0.977968
e13b935d3e549226de2160b9e99eed079efbe7ed
87
md
Markdown
docs/69.0.0/default/AWS/VoiceID/index.md
Cicatrice/cfn-libsonnet
9525d9062ecaa0c5b030d23501339ee30615b16a
[ "Apache-2.0" ]
null
null
null
docs/69.0.0/default/AWS/VoiceID/index.md
Cicatrice/cfn-libsonnet
9525d9062ecaa0c5b030d23501339ee30615b16a
[ "Apache-2.0" ]
null
null
null
docs/69.0.0/default/AWS/VoiceID/index.md
Cicatrice/cfn-libsonnet
9525d9062ecaa0c5b030d23501339ee30615b16a
[ "Apache-2.0" ]
null
null
null
--- permalink: /69.0.0/default/AWS/VoiceID/ --- # AWS.VoiceID * [Domain](Domain.md)
9.666667
39
0.62069
yue_Hant
0.22647
e13c4d44215ff82812ba84a781a8a0a92a49c2b7
10,911
md
Markdown
DOCS/Release_Notes/CMAQv5.3.1_bugfixes.md
Simeng-unique/CMAQ-changed
cb83401728ed7ea1bb19a6986c0acc84dabe11a4
[ "CC0-1.0" ]
203
2017-02-04T18:01:47.000Z
2022-03-30T09:09:00.000Z
DOCS/Release_Notes/CMAQv5.3.1_bugfixes.md
Simeng-unique/CMAQ-changed
cb83401728ed7ea1bb19a6986c0acc84dabe11a4
[ "CC0-1.0" ]
54
2017-01-03T21:40:27.000Z
2022-03-04T19:03:53.000Z
DOCS/Release_Notes/CMAQv5.3.1_bugfixes.md
Simeng-unique/CMAQ-changed
cb83401728ed7ea1bb19a6986c0acc84dabe11a4
[ "CC0-1.0" ]
170
2016-11-09T22:30:04.000Z
2022-03-31T03:21:59.000Z
# CMAQv5.3.1 Bugfixes ## 1. *CTM_WVEL* run script option [Ben Murphy](mailto:Murphy.Ben@epa.gov), U.S. Environmental Protection Agency ### Description of model issue Setting CTM_WVEL, a run time science option to write out the vertical velocity component to the concentration file, to N. The default setting, current...
53.485294
736
0.799193
eng_Latn
0.986711
e13c7070fde0493ef61aefece5bde7adfe3503d7
89
md
Markdown
README.md
vldv/portfolio_analysis
d39eebcd40d58775f49a6767c33a613025f2dd99
[ "Unlicense" ]
null
null
null
README.md
vldv/portfolio_analysis
d39eebcd40d58775f49a6767c33a613025f2dd99
[ "Unlicense" ]
null
null
null
README.md
vldv/portfolio_analysis
d39eebcd40d58775f49a6767c33a613025f2dd99
[ "Unlicense" ]
null
null
null
# portfolio_analysis bunch of more or less elaborate code to look into stock performance
29.666667
67
0.831461
eng_Latn
0.999079
e13ccda6b7390e7fffbf06ddd025b8ddbf4cfef6
422
md
Markdown
README.md
darkelfe14728/phpdox_engine_twig
3970470dcde805735c73b89423428e78dc2ef470
[ "CC-BY-4.0" ]
null
null
null
README.md
darkelfe14728/phpdox_engine_twig
3970470dcde805735c73b89423428e78dc2ef470
[ "CC-BY-4.0" ]
null
null
null
README.md
darkelfe14728/phpdox_engine_twig
3970470dcde805735c73b89423428e78dc2ef470
[ "CC-BY-4.0" ]
null
null
null
# A phpDox engine using Twig ![nb releases](https://badgen.net/github/tags/darkelfe14728/phpdox_engine_twig?label=Nb%20releases) ![last release](https://badgen.net/github/tag/darkelfe14728/phpdox_engine_twig?label=Last%20release&color=yellow) ![licence](https://badgen.net/badge/license/CC%20BY%204.0/red) This is an a...
52.75
113
0.777251
yue_Hant
0.364449
e13d68d32a4675277a4483cb153e4d6e6cbf253d
73
markdown
Markdown
tag/arrays.markdown
IsabelVazquez/IsabelVazquez.github.io
45a63092eacfe2f54b4d675a223d08404a8384d1
[ "MIT" ]
null
null
null
tag/arrays.markdown
IsabelVazquez/IsabelVazquez.github.io
45a63092eacfe2f54b4d675a223d08404a8384d1
[ "MIT" ]
2
2020-02-25T09:12:37.000Z
2022-02-26T03:35:56.000Z
tag/arrays.markdown
IsabelVazquez/IsabelVazquez.github.io
45a63092eacfe2f54b4d675a223d08404a8384d1
[ "MIT" ]
null
null
null
--- layout: tagpage title: "Tag: arrays" tag: arrays robots: noindex ---
10.428571
20
0.671233
eng_Latn
0.350399
e13e0b725db8722a1d543734b346eb4db97ad705
6,124
md
Markdown
readme.md
duynguyenhoang/goodwork
7c9e05ea92e5a8111a9515422adc0c154633cd08
[ "MIT" ]
null
null
null
readme.md
duynguyenhoang/goodwork
7c9e05ea92e5a8111a9515422adc0c154633cd08
[ "MIT" ]
null
null
null
readme.md
duynguyenhoang/goodwork
7c9e05ea92e5a8111a9515422adc0c154633cd08
[ "MIT" ]
null
null
null
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/iluminar/goodwork/blob/dev/LICENSE) [![Build Status](https://travis-ci.org/iluminar/goodwork.svg?branch=dev)](https://travis-ci.org/iluminar/goodwork) [![Stable Version](https://poser.pugx.org/iluminar/goodwork/v/stable)](https://g...
46.748092
478
0.756368
eng_Latn
0.508011
e13e25f223aa3a7b8dd2a308c3083ab25170e970
2,380
md
Markdown
security-updates/WindowsUpdateServices/21669461.md
mdressman/security-updates.de-de
d1153bcdb3ba27eb6a32bd92aa1371666fc8ff02
[ "CC-BY-4.0", "MIT" ]
null
null
null
security-updates/WindowsUpdateServices/21669461.md
mdressman/security-updates.de-de
d1153bcdb3ba27eb6a32bd92aa1371666fc8ff02
[ "CC-BY-4.0", "MIT" ]
null
null
null
security-updates/WindowsUpdateServices/21669461.md
mdressman/security-updates.de-de
d1153bcdb3ba27eb6a32bd92aa1371666fc8ff02
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- TOCTitle: 'Schrittweise Anleitung für Windows Server Update Services 3.0 SP2' Title: 'Schrittweise Anleitung für Windows Server Update Services 3.0 SP2' ms:assetid: '4b504edc-93b3-45b0-a7e8-d0107f1a4442' ms:contentKeyID: 21669461 ms:mtpsurl: 'https://technet.microsoft.com/de-de/library/Dd939822(v=WS.10)' --- Schri...
70
334
0.772269
deu_Latn
0.740542
e13f5193a3b3dbd9eb985dd9d051c7449046aa60
193
md
Markdown
README.md
AdiJr/Magic-SpaceX
2c11c2f8fee5965c94d9da8715ea3d1948daa589
[ "MIT" ]
null
null
null
README.md
AdiJr/Magic-SpaceX
2c11c2f8fee5965c94d9da8715ea3d1948daa589
[ "MIT" ]
null
null
null
README.md
AdiJr/Magic-SpaceX
2c11c2f8fee5965c94d9da8715ea3d1948daa589
[ "MIT" ]
null
null
null
# Magic-SpaceX Meet the SpaceX team, they work, rockets and upcoming launches schedule! Magic SpaceX is an Android app written in Kotlin, using newest practices, architecture, Jetpack Compose.
64.333333
177
0.80829
eng_Latn
0.992726
e13ff23e6966fc03b3e6cff828d22807ac6ae9c2
5,905
md
Markdown
_posts/explore/2018-03-17-sanya-2018.md
gnemux/gnemux.github.io
28d56d8ca81598c729472358e3b04942434fede7
[ "MIT" ]
2
2017-02-09T03:17:13.000Z
2018-01-17T13:12:44.000Z
_posts/explore/2018-03-17-sanya-2018.md
gnemux/gnemux.github.io
28d56d8ca81598c729472358e3b04942434fede7
[ "MIT" ]
null
null
null
_posts/explore/2018-03-17-sanya-2018.md
gnemux/gnemux.github.io
28d56d8ca81598c729472358e3b04942434fede7
[ "MIT" ]
null
null
null
--- layout: post title: SANYA 2018 type: photo categories: explore imagefeature: https://xumeng-me.oss-cn-hangzhou.aliyuncs.com/sanya2018/photos/IMG_3142.jpg?x-oss-process=image/resize,p_15 date: 2018-03-17 description: "Cynthia的第1次长途旅行" comments: false --- 这是我第二次来到三亚,是小语第一次长途旅行,小妞玩儿得很开心 ### 选择 女儿还小,考虑到第一次出行,准备选择就近...
54.675926
320
0.760881
yue_Hant
0.404507
e140855ccaae68c45e58c259d95682d9bf3f007e
699
md
Markdown
README.md
CanNev/machine-design-theory-Study-Notes
4d331163d9ee8bd1d0b4e27d2f6f2210bfae0580
[ "MIT" ]
null
null
null
README.md
CanNev/machine-design-theory-Study-Notes
4d331163d9ee8bd1d0b4e27d2f6f2210bfae0580
[ "MIT" ]
1
2019-11-06T20:01:43.000Z
2020-11-04T00:46:05.000Z
README.md
CanNev/machine-design-theory-Study-Notes
4d331163d9ee8bd1d0b4e27d2f6f2210bfae0580
[ "MIT" ]
null
null
null
<!-- * @Description: machine-design-theory-Study-Notesn * @Author: CanNev * @Date: 2019-10-15 09:10:21 * @LastEditTime: 2019-10-15 10:03:56 * @LastEditors: Please set LastEditors --> # machine-design-theory-Study-Notes ## 内容描述 一些前专业的专业课资料,采用 _Markdown_ 和 _HTML_ 再编写,利用 _JavaScript_ 完成数据计算,使用 _Vim_ 作为文本编辑器,托管在 _...
21.181818
94
0.748212
yue_Hant
0.892661
e141283037ddfaf2ff8a7fd9607b15c49aefa7df
145
md
Markdown
CREDITS.md
egandro/certs
c9a5fc7e4c12c31669c6a294f31381fc92a12b14
[ "MIT" ]
null
null
null
CREDITS.md
egandro/certs
c9a5fc7e4c12c31669c6a294f31381fc92a12b14
[ "MIT" ]
1
2021-08-25T04:57:36.000Z
2021-08-25T04:57:36.000Z
CREDITS.md
egandro/certs
c9a5fc7e4c12c31669c6a294f31381fc92a12b14
[ "MIT" ]
null
null
null
# Credits Json files taken from here: <https://github.com/rob-blackbourn/ssl-certs> Clouodflare SSL tool: <https://github.com/cloudflare/cfssl>
29
73
0.765517
kor_Hang
0.65901
e1412874a06b034e2175144be2a0a38bf8f4f8f0
785
md
Markdown
tex-svg.md
IagoLast/MathJax-demos-web
c6ed59a4af9195a3b903ee17584fb72cfdee2f06
[ "Apache-2.0" ]
null
null
null
tex-svg.md
IagoLast/MathJax-demos-web
c6ed59a4af9195a3b903ee17584fb72cfdee2f06
[ "Apache-2.0" ]
null
null
null
tex-svg.md
IagoLast/MathJax-demos-web
c6ed59a4af9195a3b903ee17584fb72cfdee2f06
[ "Apache-2.0" ]
null
null
null
# [tex-svg.html](https://mathjax.github.io/MathJax-demos-web/tex-svg.html) This example shows how to use the `tex-svg` component to process a complete HTML page containing TeX notation into math in SVG format. The key lines are ``` <script> MathJax = { tex: {inlineMath: [['$', '$'], ['\\(', '\\)']]}, svg...
39.25
235
0.699363
eng_Latn
0.818098
e141ce27fdf1bf00a972c59ec184cda0264dfe51
161,722
md
Markdown
docs/core/proto-docs.md
emilson0407/kava
c80b2d1ae24a1a12db3c00aca80a88c840f8f326
[ "Apache-2.0" ]
null
null
null
docs/core/proto-docs.md
emilson0407/kava
c80b2d1ae24a1a12db3c00aca80a88c840f8f326
[ "Apache-2.0" ]
2
2022-02-23T16:44:11.000Z
2022-02-24T00:41:44.000Z
docs/core/proto-docs.md
emilson0407/kava
c80b2d1ae24a1a12db3c00aca80a88c840f8f326
[ "Apache-2.0" ]
null
null
null
<!-- This file is auto-generated. Please do not modify it yourself. --> # Protobuf Documentation <a name="top"></a> ## Table of Contents - [kava/auction/v1beta1/auction.proto](#kava/auction/v1beta1/auction.proto) - [BaseAuction](#kava.auction.v1beta1.BaseAuction) - [CollateralAuction](#kava.auction.v1beta1.C...
29.711924
305
0.67493
eng_Latn
0.277832
e142363220f4e9171b25e50fc4a33cf60ad6e095
5,701
md
Markdown
docs/reference/adobe/experience/decisioning/ranking-details.schema.md
balachan354/xdm
1ab5b7527947dd33f034df208f63411a9a824b89
[ "CC-BY-4.0" ]
null
null
null
docs/reference/adobe/experience/decisioning/ranking-details.schema.md
balachan354/xdm
1ab5b7527947dd33f034df208f63411a9a824b89
[ "CC-BY-4.0" ]
null
null
null
docs/reference/adobe/experience/decisioning/ranking-details.schema.md
balachan354/xdm
1ab5b7527947dd33f034df208f63411a9a824b89
[ "CC-BY-4.0" ]
null
null
null
# Ranking Details Schema ``` https://ns.adobe.com/experience/decisioning/ranking-details ``` A ranking produces the order in which one option is selected over another. A fixed absolute priority can be used in case there is no other function known that maps a decsion option to an ordinal value. | [Abstract](../../.....
40.147887
423
0.685494
eng_Latn
0.968372
e142d55711cba491dd1752d169714dea126cbcb9
2,516
md
Markdown
Project/src/_Docs/Design.md
DBrianKimmel/PyHouse
a100fc67761a22ae47ed6f21f3c9464e2de5d54f
[ "MIT" ]
3
2016-11-16T00:37:58.000Z
2019-11-10T13:10:19.000Z
Project/src/_Docs/Design.md
DBrianKimmel/PyHouse
a100fc67761a22ae47ed6f21f3c9464e2de5d54f
[ "MIT" ]
null
null
null
Project/src/_Docs/Design.md
DBrianKimmel/PyHouse
a100fc67761a22ae47ed6f21f3c9464e2de5d54f
[ "MIT" ]
1
2020-07-19T22:06:52.000Z
2020-07-19T22:06:52.000Z
* Name: PyHouse/Project/src/_Docs/Design.md * Author: D. Brian Kimmel * Contact: D.BrianKimmel@gmail.com * Copyright: (c) 2018-2019 by D. Brian Kimmel * Created: 2018-09-30 * Updated: 2019-09-24 * License: MIT License * Summary: This is the design documentation for the src of PyHouse. # src This is ...
36.463768
121
0.782989
eng_Latn
0.999753
e1437532385997bf182a45027d9a727d52f87f10
6,060
md
Markdown
docs/enterprise.md
coolaj86/box-node-sdk
100e816d568348ce3ec3e2f6d60a0c40d849ddc4
[ "Apache-2.0" ]
175
2016-07-13T23:36:41.000Z
2022-03-30T22:28:52.000Z
docs/enterprise.md
coolaj86/box-node-sdk
100e816d568348ce3ec3e2f6d60a0c40d849ddc4
[ "Apache-2.0" ]
533
2016-07-15T22:29:35.000Z
2022-03-31T05:05:12.000Z
docs/enterprise.md
coolaj86/box-node-sdk
100e816d568348ce3ec3e2f6d60a0c40d849ddc4
[ "Apache-2.0" ]
154
2016-07-15T22:03:43.000Z
2022-03-30T20:47:33.000Z
Enterprise ========== <!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> - [Get Enterprise Users](#get-enterprise-users) - [Invite User to Enterprise](#invite-user-to-enterprise) - [Add New User](#add-new-user) - [Add Ne...
31.237113
516
0.673597
eng_Latn
0.59106
e1438defcc86d8f91b9fb85ebb22e7df03274760
6,068
md
Markdown
ideas/leadership/index.md
gvwilson/thirdb
4a78ed7aef83c97d0ce95e73f20372a3482e1dd2
[ "CC-BY-4.0" ]
14
2016-07-23T02:36:15.000Z
2021-11-01T20:13:03.000Z
ideas/leadership/index.md
gvwilson/thirdb
4a78ed7aef83c97d0ce95e73f20372a3482e1dd2
[ "CC-BY-4.0" ]
102
2015-12-30T09:38:08.000Z
2021-11-02T11:34:33.000Z
ideas/leadership/index.md
gvwilson/thirdb
4a78ed7aef83c97d0ce95e73f20372a3482e1dd2
[ "CC-BY-4.0" ]
8
2018-01-07T14:36:47.000Z
2021-02-23T07:33:57.000Z
--- title: "Leadership Skills for Open Science" layout: page --- Because "better" never happens on its own. ## Background Many people in open communities have technical knowledge, enthusiasm, and good intentions, but no experience engineering structural change in organizations. Pushing through changes to the curricu...
39.402597
115
0.739618
eng_Latn
0.994624
e143e7a1169da6d0b3f05338f85bc10a1f74acb5
236
md
Markdown
docs/content/processor/_index.md
ferama/bruco
77edef97dfa0fb64209ac1c64f768f524920a116
[ "MIT" ]
1
2021-05-24T15:17:00.000Z
2021-05-24T15:17:00.000Z
docs/content/processor/_index.md
ferama/bruco
77edef97dfa0fb64209ac1c64f768f524920a116
[ "MIT" ]
null
null
null
docs/content/processor/_index.md
ferama/bruco
77edef97dfa0fb64209ac1c64f768f524920a116
[ "MIT" ]
null
null
null
--- title: "Processor" chapter: true weight: 4 pre: "<b>4. </b>" --- # Processor The processor supports the business logic. Python is the lang of choice to implement the logic. [Explore processor]({{< ref "processor/processor" >}})
16.857143
95
0.686441
eng_Latn
0.931333
e144f12ee0715b1fbdd2408cee84ccd8d2d3a69d
91
md
Markdown
tests/testthat/test_packages/pkgsourcegood/NEWS.md
mpadge/riskmetric
fa5a36e586d8b9c160e876a1dfd1bc32497ff428
[ "MIT" ]
118
2019-03-04T14:35:07.000Z
2022-03-16T08:48:58.000Z
tests/testthat/test_packages/pkgsourcegood/NEWS.md
mpadge/riskmetric
fa5a36e586d8b9c160e876a1dfd1bc32497ff428
[ "MIT" ]
207
2019-03-06T21:45:53.000Z
2022-03-08T22:23:34.000Z
tests/testthat/test_packages/pkgsourcegood/NEWS.md
mpadge/riskmetric
fa5a36e586d8b9c160e876a1dfd1bc32497ff428
[ "MIT" ]
27
2019-03-07T07:37:47.000Z
2022-02-06T21:50:40.000Z
# 0.1.0 There is no news. This is a test file to determine if the assessments are working.
30.333333
82
0.747253
eng_Latn
0.999983
e145113bde14d8344cc6f7347420b483bd7b4c45
5,304
md
Markdown
components/modal/demo.md
Cheng007/zarm
bb62446e2f77bd0b98dbcb2a377d7e61acb3ca04
[ "MIT" ]
1
2018-10-19T09:39:47.000Z
2018-10-19T09:39:47.000Z
components/modal/demo.md
Cheng007/zarm
bb62446e2f77bd0b98dbcb2a377d7e61acb3ca04
[ "MIT" ]
null
null
null
components/modal/demo.md
Cheng007/zarm
bb62446e2f77bd0b98dbcb2a377d7e61acb3ca04
[ "MIT" ]
1
2021-01-12T06:15:26.000Z
2021-01-12T06:15:26.000Z
## 模态框 Modal ### 基本用法 ```jsx import { Modal, Cell, Button, Select } from 'zarm'; class Demo extends React.Component { constructor(props) { super(props); this.state = { modal1: false, modal2: false, modal3: false, modal4: false, modal5: false, animationType: 'fade', ...
24.330275
183
0.468891
kor_Hang
0.133864
e146600c2ec5299b4874ecc637435daa52c3a96a
1,348
md
Markdown
contents/posts/2018-07/remove-object-key.md
iMasanari/imasanari.github.io
353a862fa215a088121b5744d8a6e4f885cbf55f
[ "MIT" ]
null
null
null
contents/posts/2018-07/remove-object-key.md
iMasanari/imasanari.github.io
353a862fa215a088121b5744d8a6e4f885cbf55f
[ "MIT" ]
9
2020-05-10T11:13:40.000Z
2022-03-12T03:06:37.000Z
contents/posts/2018-07/remove-object-key.md
iMasanari/imasanari.github.io
353a862fa215a088121b5744d8a6e4f885cbf55f
[ "MIT" ]
null
null
null
--- title: 【ES.next】Objectから任意のキーを削除した新しいObjectを作成する description: ブログを作る前、Qiitaに投稿しようと書いていたけど途中でやめ、最近まで忘れていた記事です。Qiitaでもいいけど、せっかくだからこっちに置いておきます。 slug: remove-object-key tags: [JavaScript, Babel, TypeScript] date: 2018-07-13T12:47:36.148Z --- ## はじめに ブログを作る前、Qiitaに投稿しようと書いていたけど途中でやめ、最近まで忘れていた記事です。Qiitaでもいいけど、せっかくだからこっ...
19.257143
96
0.72997
jpn_Jpan
0.639738
e146e9bcecbddb5d67c8e33162b492296355f286
125
md
Markdown
README.md
huizarmx/delta-edit-distance
b28a0dac170ee5035301b6a30bbe6de8c95b7d34
[ "MIT" ]
null
null
null
README.md
huizarmx/delta-edit-distance
b28a0dac170ee5035301b6a30bbe6de8c95b7d34
[ "MIT" ]
null
null
null
README.md
huizarmx/delta-edit-distance
b28a0dac170ee5035301b6a30bbe6de8c95b7d34
[ "MIT" ]
null
null
null
# delta-edit-distance Generate commands that represents the delta from one string to other using the edit distance algorithm
41.666667
102
0.832
eng_Latn
0.999664
e14773070438340a2c82c6d1895d26bc7e86b490
1,929
md
Markdown
README.md
reubenbrown13/website
75d5d6bbf8f75d9837a3427c22060096604f5070
[ "MIT" ]
null
null
null
README.md
reubenbrown13/website
75d5d6bbf8f75d9837a3427c22060096604f5070
[ "MIT" ]
null
null
null
README.md
reubenbrown13/website
75d5d6bbf8f75d9837a3427c22060096604f5070
[ "MIT" ]
null
null
null
** code is hosted on [gitlab](https://gitlab.com/reubenbrown13/contento_website) now ** # Contento > An open source CMS built with the power of Elixir, Phoenix and Postgresql. ![Contento Admin Screenshot](https://raw.githubusercontent.com/contentocms/contento/master/screenshot.png) #### Disclaimer This project is...
38.58
335
0.768274
eng_Latn
0.955239
e1478c63bff2615e874783240c247af1f4cf812c
299
md
Markdown
README.md
honeyfed/honeyui
b7a8b105ab359c73b5428b0b39ebf0b5c8967a7c
[ "MIT" ]
null
null
null
README.md
honeyfed/honeyui
b7a8b105ab359c73b5428b0b39ebf0b5c8967a7c
[ "MIT" ]
null
null
null
README.md
honeyfed/honeyui
b7a8b105ab359c73b5428b0b39ebf0b5c8967a7c
[ "MIT" ]
null
null
null
<p align="center"> <h2>HoneyUI - 基于element ui 定制开发</h2> </p> > A Vue.js 2.0 UI Toolkit for Web. ## Install ```shell npm install honey-ui -S ``` ## Quick Start ``` javascript import Vue from 'vue' import HoneyUI from 'honey-ui' Vue.use(HoneyUI) ``` ## 预览路径 [前端UI组件预览](http://129.204.92.24/)
12.458333
38
0.638796
yue_Hant
0.569838
e14b09c9cbf5b94f0306e11bd99c188525e568e2
63
md
Markdown
README.md
nsiwnf/adventofcode2017
9a8becf387b2ab0af59e10af8d3761471f60f8de
[ "BSD-3-Clause" ]
null
null
null
README.md
nsiwnf/adventofcode2017
9a8becf387b2ab0af59e10af8d3761471f60f8de
[ "BSD-3-Clause" ]
null
null
null
README.md
nsiwnf/adventofcode2017
9a8becf387b2ab0af59e10af8d3761471f60f8de
[ "BSD-3-Clause" ]
null
null
null
# adventofcode2017 My solutions for advent of code challenges
21
43
0.825397
eng_Latn
0.984668
e14b194cb2391c6f1302505942b4de73d05b7e0c
1,412
md
Markdown
README.md
davidanthoff/compiled-binder-postbuild
dde33cb40d1818b5b4c9520706fcd0b63ede95b4
[ "BSD-3-Clause" ]
null
null
null
README.md
davidanthoff/compiled-binder-postbuild
dde33cb40d1818b5b4c9520706fcd0b63ede95b4
[ "BSD-3-Clause" ]
null
null
null
README.md
davidanthoff/compiled-binder-postbuild
dde33cb40d1818b5b4c9520706fcd0b63ede95b4
[ "BSD-3-Clause" ]
null
null
null
## Background This is an extension to the base [`compiled-binder-example`](https://github.com/arnavs/compiled-binder-example) repo. The idea here is to use PackageCompiler on Binder without a custom Dockerfile (i.e., integrating it with `repo2docker`'s native Julia support.) ## Usage Click the myBinder badge below t...
44.125
261
0.747167
eng_Latn
0.994988
e14b545e98574f28e3eb005ccb8bc80cd408c791
22,735
md
Markdown
articles/search/search-security-overview.md
fuadi-star/azure-docs.nl-nl
0c9bc5ec8a5704aa0c14dfa99346e8b7817dadcd
[ "CC-BY-4.0", "MIT" ]
16
2017-08-28T07:45:43.000Z
2021-04-20T21:12:50.000Z
articles/search/search-security-overview.md
fuadi-star/azure-docs.nl-nl
0c9bc5ec8a5704aa0c14dfa99346e8b7817dadcd
[ "CC-BY-4.0", "MIT" ]
575
2017-08-30T07:14:53.000Z
2022-03-04T05:36:23.000Z
articles/search/search-security-overview.md
fuadi-star/azure-docs.nl-nl
0c9bc5ec8a5704aa0c14dfa99346e8b7817dadcd
[ "CC-BY-4.0", "MIT" ]
58
2017-07-06T11:58:36.000Z
2021-11-04T12:34:58.000Z
--- title: Beveiligingsoverzicht titleSuffix: Azure Cognitive Search description: Meer informatie over de beveiligings functies in azure Cognitive Search voor het beveiligen van eind punten, inhoud en bewerkingen. manager: nitinme author: HeidiSteen ms.author: heidist ms.service: cognitive-search ms.topic: conceptual m...
122.891892
795
0.810952
nld_Latn
0.999673
e14d1c5428664e3f3c555203f5a287b3d6d5ccc6
887
md
Markdown
_posts/2020-04-17-pure-component.md
min9nim/smg.github.io
2252d76d2b0f4c71900a1f4b59669b9803f1c9e0
[ "MIT" ]
null
null
null
_posts/2020-04-17-pure-component.md
min9nim/smg.github.io
2252d76d2b0f4c71900a1f4b59669b9803f1c9e0
[ "MIT" ]
18
2020-05-13T21:24:07.000Z
2022-02-28T01:41:38.000Z
_posts/2020-04-17-pure-component.md
min9nim/smg.github.io
2252d76d2b0f4c71900a1f4b59669b9803f1c9e0
[ "MIT" ]
2
2020-05-30T11:22:49.000Z
2020-06-26T08:37:57.000Z
--- layout: post title: '[react] PureComponent' date: 2020-04-17 00:10 categories: react tags: [js, react, PureComponent] --- 일반적인 리액트 클래스 컴포넌트는 React.Component 를 확장하여 정의한다. React.Component 는 `setState` 가 호출될 때 항상 `render` 함수가 호출된다. 렌더링 여부를 제어하기 위해 `shouldComponentUpdate` 함수를 이용할 수 있지만 `shouldComponentUpdate` 함수를 정확하...
30.586207
205
0.72717
kor_Hang
1.000008
e14dbfb68c52e04b3f919322dfbbe9cf04cd6894
3,654
md
Markdown
doc/Glossary.md
balp/ApprovalTests.cpp
0d25106dd2993bfb963e514151cdecca46a15fec
[ "Apache-2.0" ]
null
null
null
doc/Glossary.md
balp/ApprovalTests.cpp
0d25106dd2993bfb963e514151cdecca46a15fec
[ "Apache-2.0" ]
null
null
null
doc/Glossary.md
balp/ApprovalTests.cpp
0d25106dd2993bfb963e514151cdecca46a15fec
[ "Apache-2.0" ]
null
null
null
<!-- GENERATED FILE - DO NOT EDIT This file was generated by [MarkdownSnippets](https://github.com/SimonCropp/MarkdownSnippets). Source File: /doc/mdsource/Glossary.source.md To change this file edit the source file and then execute ./run_markdown_templates.sh. --> <a id="top"></a> # Glossary <!-- toc --> ## Content...
25.375
255
0.728243
eng_Latn
0.66922
e14e27af9375a0eaf356d359811b0d023ca8f464
1,514
md
Markdown
README.md
andrewking1597/playlist-converter-lite
e903c6208811bf35d53829f355bb2b5a6378a76d
[ "MIT" ]
null
null
null
README.md
andrewking1597/playlist-converter-lite
e903c6208811bf35d53829f355bb2b5a6378a76d
[ "MIT" ]
6
2021-06-23T17:03:40.000Z
2021-07-20T21:07:38.000Z
README.md
andrewking1597/playlist-converter-lite
e903c6208811bf35d53829f355bb2b5a6378a76d
[ "MIT" ]
null
null
null
# playlist-converter-lite Convert an Apple Music playlist to a Spotify playlist ## Prerequisites To use playlist-converter-lite, you must meet the following criteria: - You have an Apple Developer account and a MusicKit API key.  [(More info)](https://developer.apple.com/documentation/applemusicapi/getting_keys_and_cr...
32.913043
180
0.785997
eng_Latn
0.88185
e14f5d040147168a911ca5d93e1541d80aa359da
45
md
Markdown
README.md
CorcovadoMing/Template
486af690919a3aaf5fe12e53581d7c9e19e142e0
[ "Apache-2.0" ]
null
null
null
README.md
CorcovadoMing/Template
486af690919a3aaf5fe12e53581d7c9e19e142e0
[ "Apache-2.0" ]
null
null
null
README.md
CorcovadoMing/Template
486af690919a3aaf5fe12e53581d7c9e19e142e0
[ "Apache-2.0" ]
null
null
null
# Template Template for performace profiling
15
33
0.844444
eng_Latn
0.874696
e15060b9a4bd0fd3f393caa2dc0d98c8521d2720
3,691
md
Markdown
docs/index.md
apollo13/lightbus
ad9bb5e376e7aabb400d01307345e00fd07e4677
[ "Apache-2.0" ]
null
null
null
docs/index.md
apollo13/lightbus
ad9bb5e376e7aabb400d01307345e00fd07e4677
[ "Apache-2.0" ]
null
null
null
docs/index.md
apollo13/lightbus
ad9bb5e376e7aabb400d01307345e00fd07e4677
[ "Apache-2.0" ]
null
null
null
<style> </style> # What is Lightbus? Lightbus is a powerful and intuitive messaging client for your backend Python services. Lightbus uses Redis 5 as its underlying [transport](explanation/transports.md), although support for other platforms will be added in future. Other languages can also communicate with Lightb...
26.941606
96
0.738824
eng_Latn
0.984553
e15074e393d221d730af7ef7327ba7747c627258
11,735
md
Markdown
docs/_docs/01-get-started.md
noelbundick/azure-iot-developer-kit
d366a7ac648b61185a34e0d57c9b35eeff711bf8
[ "MIT" ]
null
null
null
docs/_docs/01-get-started.md
noelbundick/azure-iot-developer-kit
d366a7ac648b61185a34e0d57c9b35eeff711bf8
[ "MIT" ]
1
2021-11-04T22:49:38.000Z
2021-11-04T22:49:38.000Z
docs/_docs/01-get-started.md
noelbundick/azure-iot-developer-kit
d366a7ac648b61185a34e0d57c9b35eeff711bf8
[ "MIT" ]
null
null
null
--- title: "Get started" permalink: /docs/get-started/ excerpt: "How to quickly install and set up your development environment to use the IoT DevKit." variable: - platform: windows name: Windows - platform: macos name: macOS last_modified_at: 2018-03-12 --- For first-time users of the MXChip I...
55.880952
352
0.732339
eng_Latn
0.929689
e150c0150b364aa59d56027fe456b0456baf260a
1,104
md
Markdown
README.md
FractalLAB/collection-mandelbrot
6c77710eebc3f4129c4055a6bc1c405a870b5b78
[ "MIT" ]
null
null
null
README.md
FractalLAB/collection-mandelbrot
6c77710eebc3f4129c4055a6bc1c405a870b5b78
[ "MIT" ]
null
null
null
README.md
FractalLAB/collection-mandelbrot
6c77710eebc3f4129c4055a6bc1c405a870b5b78
[ "MIT" ]
null
null
null
# Collection - Mandelbrot </br> ## Random mandelbrot generator. This simple [Mandelbrot Viewer](https://math.hws.edu/eck/js/mandelbrot/MB.html) can show you the infinite number of aesthetic design possibilities in the world of math. </br> <img align="left" width="400" height="400" src="https://github.com/FractalLAB/c...
69
174
0.769022
yue_Hant
0.461457
e1519c92dbf719cb7fb3bd058251ee3197a7e07e
1,279
md
Markdown
README.md
Mimila-85/Note-Taker
fed40be1f34a640a2190f9ea2d3416b940f8d529
[ "MIT" ]
null
null
null
README.md
Mimila-85/Note-Taker
fed40be1f34a640a2190f9ea2d3416b940f8d529
[ "MIT" ]
null
null
null
README.md
Mimila-85/Note-Taker
fed40be1f34a640a2190f9ea2d3416b940f8d529
[ "MIT" ]
null
null
null
![License](https://img.shields.io/badge/license-MIT-blue) # Note-Taker ## Description This application helps you to keep your notes organized in one place. ## Table of Contents * [Usage](#usage) * [Link](#link) * [Demo](#Demo) * [License](#license) * [Contributing](#contributing) * [Questions](#questions) ## ...
30.452381
321
0.745113
eng_Latn
0.992312
e15231b7ac216dd0286afde6000be0faa842e32d
15
md
Markdown
README.md
satoshun-android-example/Store
1b78ac6fbe9ca45750117efda2c224ea26729658
[ "Apache-2.0" ]
1
2021-01-24T20:44:39.000Z
2021-01-24T20:44:39.000Z
README.md
satoshun-android-example/Store
1b78ac6fbe9ca45750117efda2c224ea26729658
[ "Apache-2.0" ]
null
null
null
README.md
satoshun-android-example/Store
1b78ac6fbe9ca45750117efda2c224ea26729658
[ "Apache-2.0" ]
null
null
null
# Store sample
7.5
14
0.733333
eng_Latn
0.912887
e1525abda9d0d598648a0bb33a7014fcd932102f
1,153
md
Markdown
README.md
Arecio3/employee-directory
465553d7fc6b1484ad56a257f08c57070ea6ca67
[ "MIT" ]
null
null
null
README.md
Arecio3/employee-directory
465553d7fc6b1484ad56a257f08c57070ea6ca67
[ "MIT" ]
null
null
null
README.md
Arecio3/employee-directory
465553d7fc6b1484ad56a257f08c57070ea6ca67
[ "MIT" ]
null
null
null
# Employee Directory [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) # Table of Contents * [Installation](#Installation) * [Usage](#Usage) * [License](#license) * [Contributing](#Contribute) * [Testing](#Testing) * [Questions](#Questions...
28.121951
249
0.699913
eng_Latn
0.816461
e152c9c5d902e8bf0fbd8382dc7939ab29d1fc6f
5,406
md
Markdown
articles/managed-applications/publish-managed-app-definition-quickstart.md
salem84/azure-docs.it-it
3ec6a13aebb82936591c7fc479f084be9bb8776d
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/managed-applications/publish-managed-app-definition-quickstart.md
salem84/azure-docs.it-it
3ec6a13aebb82936591c7fc479f084be9bb8776d
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/managed-applications/publish-managed-app-definition-quickstart.md
salem84/azure-docs.it-it
3ec6a13aebb82936591c7fc479f084be9bb8776d
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Creare una definizione di applicazione gestita di Azure | Microsoft Docs description: Questo articolo descrive come creare un'applicazione gestita di Azure studiata per i membri della propria organizzazione. services: managed-applications author: tfitzmac ms.service: managed-applications ms.topic: quickstart...
68.43038
525
0.800407
ita_Latn
0.998633
e1538329ef92d655365a554444c72eb6176f76bc
449
md
Markdown
packages/api-library/README.md
noslav/upvest-javascript
99e7bd7b0cbad50570482fa609c2013613537105
[ "MIT" ]
null
null
null
packages/api-library/README.md
noslav/upvest-javascript
99e7bd7b0cbad50570482fa609c2013613537105
[ "MIT" ]
null
null
null
packages/api-library/README.md
noslav/upvest-javascript
99e7bd7b0cbad50570482fa609c2013613537105
[ "MIT" ]
null
null
null
# Shared code library. Code shared between the [Upvest Clientele API](https://www.npmjs.com/package/@upvest/clientele-api) and [Upvest Tenancy API](https://www.npmjs.com/package/@upvest/tenancy-api). Please refer to https://www.npmjs.com/package/@upvest/clientele-api and https://www.npmjs.com/package/@upvest/tenancy-...
44.9
176
0.772829
eng_Latn
0.339224
e1538ad6d74fb164549553bd5c469dcdeaadafcd
4,450
md
Markdown
RELEASE.md
Kong/kubernetes-ingress-controller
6dade9637ea86d66a03f3c939bef95d8c8df7000
[ "Apache-2.0" ]
1,662
2018-04-05T22:59:57.000Z
2022-03-31T09:06:04.000Z
RELEASE.md
Kong/kubernetes-ingress-controller
6dade9637ea86d66a03f3c939bef95d8c8df7000
[ "Apache-2.0" ]
1,817
2018-04-06T18:51:23.000Z
2022-03-31T22:21:42.000Z
RELEASE.md
Kong/kubernetes-ingress-controller
6dade9637ea86d66a03f3c939bef95d8c8df7000
[ "Apache-2.0" ]
588
2018-04-09T13:43:23.000Z
2022-03-23T04:24:59.000Z
# Release Process ## Prerequisites - [Docker](https://docs.docker.com/get-docker/) `v20.10.x` - [GNU Make](https://www.gnu.org/software/make/) `v4.x` - [Kustomize](https://github.com/kubernetes-sigs/kustomize) `v1.3.x` ## Github Workflow Test Matrix Checkup **For all releases** We maintain some integration tests w...
58.552632
352
0.740225
eng_Latn
0.987039
e153fe5c96d30fc4d5023254511129fedca19a78
488
md
Markdown
README.md
male-gal/coalibot
2142368dca0a1d9d20418b1e43054ff1fab094e4
[ "MIT" ]
21
2018-02-08T10:04:24.000Z
2020-04-11T17:53:04.000Z
README.md
clafoutis42/coalibot
d77c124db9710c135048a7c60b3c514435cab2cb
[ "MIT" ]
14
2018-01-11T21:20:29.000Z
2019-01-31T15:31:47.000Z
README.md
clafoutis42/coalibot
d77c124db9710c135048a7c60b3c514435cab2cb
[ "MIT" ]
20
2018-01-11T16:37:14.000Z
2020-02-04T13:35:59.000Z
# Coalibot Slack bot for the school [42Born2Code](http://www.42.fr/) ## Features More than 20 commands available such as: - Access to the school api to retrieve public info such as the profile (level of the student, current position in the school, the logtime ...) - Information about student association and related...
30.5
142
0.754098
eng_Latn
0.973514
e15400cefad7fdd21a7e9bcf9f5e51fc13500321
59
md
Markdown
README.md
AkioUnity/SevenStar
f283a540a68d7933942bf4b729f489d9649d79c2
[ "MIT" ]
null
null
null
README.md
AkioUnity/SevenStar
f283a540a68d7933942bf4b729f489d9649d79c2
[ "MIT" ]
null
null
null
README.md
AkioUnity/SevenStar
f283a540a68d7933942bf4b729f489d9649d79c2
[ "MIT" ]
null
null
null
# SevenStar Unity3d TexasHoldem Game with WebSocket Server
19.666667
46
0.847458
kor_Hang
0.719277
e155bb51509f671403ae0ab51cdcd15a1d427bc9
580
md
Markdown
content/Blog/the-mind-boggles.md
squalrus/blog
f8fd1f945a0d66d04139ffd1aa6d0845ac7cda53
[ "MIT" ]
null
null
null
content/Blog/the-mind-boggles.md
squalrus/blog
f8fd1f945a0d66d04139ffd1aa6d0845ac7cda53
[ "MIT" ]
null
null
null
content/Blog/the-mind-boggles.md
squalrus/blog
f8fd1f945a0d66d04139ffd1aa6d0845ac7cda53
[ "MIT" ]
3
2020-09-27T21:58:44.000Z
2021-02-28T20:15:24.000Z
--- date: 2004-05-20T11:40:00+00:00 title: The mind boggles... type: posts --- <blockquote dir="ltr" style="MARGIN-RIGHT: 0px"> _And it doesn't even have to be implanted into the hand – clubbers can have the chip injected into any part of their body, as long as they are able to flash it in front of the scanner._ ...
44.615385
244
0.760345
eng_Latn
0.782698
e1563fd5411fc6856df68ede737715bde7c5e114
56
md
Markdown
README.md
r351574nc3/docker-rice-legacy
425573f40f0ed93ed2db5fe8014c977e15dcab36
[ "MIT" ]
null
null
null
README.md
r351574nc3/docker-rice-legacy
425573f40f0ed93ed2db5fe8014c977e15dcab36
[ "MIT" ]
null
null
null
README.md
r351574nc3/docker-rice-legacy
425573f40f0ed93ed2db5fe8014c977e15dcab36
[ "MIT" ]
null
null
null
# docker-rice-legacy Docker file for legacy rice builds
18.666667
34
0.803571
kor_Hang
0.413756
e156b9fea155c20a08dbf044c557496acf60d732
577
md
Markdown
docs/_docs/reference/function.Facebook.HackCodegen._Private.C.coalescevax.md
aloiret/hack-codegen
4195c1789b73b4d892d48d75169d229a4b9fc16e
[ "MIT" ]
66
2017-02-15T03:02:57.000Z
2022-02-13T19:33:38.000Z
docs/_docs/reference/function.Facebook.HackCodegen._Private.C.coalescevax.md
aloiret/hack-codegen
4195c1789b73b4d892d48d75169d229a4b9fc16e
[ "MIT" ]
90
2017-02-10T04:05:04.000Z
2021-11-16T02:30:57.000Z
docs/_docs/reference/function.Facebook.HackCodegen._Private.C.coalescevax.md
aloiret/hack-codegen
4195c1789b73b4d892d48d75169d229a4b9fc16e
[ "MIT" ]
35
2017-02-10T06:07:47.000Z
2021-11-06T19:24:03.000Z
--- layout: docs title: Facebook\HackCodegen\_Private\C\coalescevax id: function.Facebook.HackCodegen._Private.C.coalescevax docid: function.Facebook.HackCodegen._Private.C.coalescevax permalink: /docs/reference/function.Facebook.HackCodegen._Private.C.coalescevax/ --- # Facebook\\HackCodegen\\_Private\\C\\coalescevax(...
12.822222
80
0.712305
yue_Hant
0.967865
e15733cad79f6a3b7fd95e668bc6b4c42aa031d1
14,934
md
Markdown
_posts/Drafts/2018-11-19-Of-Maps-and-Monsters-the-Right-Way-to-Populate-a-World-Part-II.md
TedTschopp/tschopp.net
38f11d107ad2c698a0d0a08db2bd511bfe9bb800
[ "MIT" ]
1
2019-04-29T06:01:45.000Z
2019-04-29T06:01:45.000Z
_posts/Drafts/2018-11-19-Of-Maps-and-Monsters-the-Right-Way-to-Populate-a-World-Part-II.md
TedTschopp/tschopp.net
38f11d107ad2c698a0d0a08db2bd511bfe9bb800
[ "MIT" ]
21
2017-11-08T22:15:57.000Z
2019-08-20T11:00:35.000Z
_posts/Drafts/2018-11-19-Of-Maps-and-Monsters-the-Right-Way-to-Populate-a-World-Part-II.md
TedTschopp/tschopp.net
38f11d107ad2c698a0d0a08db2bd511bfe9bb800
[ "MIT" ]
null
null
null
--- title: Of Maps and Monsters, the Right way to Populate a World Part II date: 2018-11-19T21:04:42-07:00 author: name: Ted Tschopp url: https://www.tedt.org/ avatar: https://www.tedt.org/img/thumb3.jpg description: excerpt: | This work is the beginning of a collection of notes on Monsters. In the future I...
41.715084
635
0.716486
eng_Latn
0.999245
e157c3478d77914e35e72f576a25b2a0811a8c2e
700
md
Markdown
document/display_comment.md
LenTakayama/Overlay-Live-Comment-Viewer
4453cba78f11271ef92ae4e61806b3a447f28cc4
[ "MIT" ]
2
2021-05-30T09:43:42.000Z
2021-09-03T07:32:05.000Z
document/display_comment.md
LenTakayama/Overlay-Live-Comment-Viewer
4453cba78f11271ef92ae4e61806b3a447f28cc4
[ "MIT" ]
17
2020-11-15T11:46:22.000Z
2022-03-26T10:06:58.000Z
document/display_comment.md
LenTakayama/Overlay-Live-Comment-Viewer
4453cba78f11271ef92ae4e61806b3a447f28cc4
[ "MIT" ]
null
null
null
# 配信サイト別コメント表示のさせかた  基本的にOBSのブラウザソースと同じことできます。 ## YouTube  URL欄には「www.youtube.com/live_chat?is_popout=1&v=(放送ID>)」の形式で入力してください。一番先頭には「https://」を含んでください。  視聴画面からだとチャット欄右上の3つの点が並んだボタンをクリックし、「チャットをポップアップ」を押し表示されたウインドウのURLを貼り付けてください。  YouTube Stdioからでは上記と流れは同じですがURLの前方が「studio.youtube.com」となっているので「studio.」を消してください。 #...
25
96
0.822857
jpn_Jpan
0.524254
e157e6073c29158d6762256ab0ae53b77fe5019c
147
md
Markdown
docs/jiaozi/README.md
angxuejian/exam-book
2988a4d13716e78c1af4dba237dea8647e86457c
[ "MIT" ]
null
null
null
docs/jiaozi/README.md
angxuejian/exam-book
2988a4d13716e78c1af4dba237dea8647e86457c
[ "MIT" ]
null
null
null
docs/jiaozi/README.md
angxuejian/exam-book
2988a4d13716e78c1af4dba237dea8647e86457c
[ "MIT" ]
null
null
null
# 教资-小学教师资格证 记录教资备考资料,及时总结、调整、反馈。争取一次过 欢迎 [issues](https://github.com/angxuejian/exam-book/issues) 提出不足或错误 教资[报名地址](http://ntce.neea.edu.cn/)
14.7
67
0.721088
yue_Hant
0.31711
e158a1dd9c4464495d27af6b652178d226eab4ce
14,966
md
Markdown
CJBCheatsMenu/release-notes.md
fengfeng1992/SDV-Mods
6864f45ee1770f5ee21c75290d968572d2b226d0
[ "MIT" ]
null
null
null
CJBCheatsMenu/release-notes.md
fengfeng1992/SDV-Mods
6864f45ee1770f5ee21c75290d968572d2b226d0
[ "MIT" ]
null
null
null
CJBCheatsMenu/release-notes.md
fengfeng1992/SDV-Mods
6864f45ee1770f5ee21c75290d968572d2b226d0
[ "MIT" ]
null
null
null
[← back to readme](README.md) # Release notes ## 1.26 Released 21 December 2020 for SMAPI 3.8 or later. * Updated for Stardew Valley 1.5, including support for... * split-screen mode and UI scaling; * new fast machines (bone mill, coffee maker, deconstructor, geode crusher, heavy tapper, ostrich incubator, and so...
41.22865
255
0.759856
eng_Latn
0.996543
e158de34eb3c46176f9412f385e61a162681e5df
3,606
md
Markdown
docs/connect/jdbc/using-a-stored-procedure-with-an-update-count.md
gmilani/sql-docs.pt-br
02f07ca69eae8435cefd74616a8b00f09c4d4f99
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/connect/jdbc/using-a-stored-procedure-with-an-update-count.md
gmilani/sql-docs.pt-br
02f07ca69eae8435cefd74616a8b00f09c4d4f99
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/connect/jdbc/using-a-stored-procedure-with-an-update-count.md
gmilani/sql-docs.pt-br
02f07ca69eae8435cefd74616a8b00f09c4d4f99
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Como usar um procedimento armazenado com uma contagem de atualização | Microsoft Docs ms.custom: '' ms.date: 08/12/2019 ms.prod: sql ms.prod_service: connectivity ms.reviewer: '' ms.technology: connectivity ms.topic: conceptual ms.assetid: 64cf4877-5995-4bfc-8865-b7618a5c8d01 author: MightyPen ms.author: gen...
63.263158
721
0.788131
por_Latn
0.984534
e159f12655c1db672629b95218fb104c7244ae78
6,537
md
Markdown
_posts/2019-05-30-Download-solution-manual-financial-accounting-2-valix-2013.md
Camille-Conlin/26
00f0ca24639a34f881d6df937277b5431ae2dd5d
[ "MIT" ]
null
null
null
_posts/2019-05-30-Download-solution-manual-financial-accounting-2-valix-2013.md
Camille-Conlin/26
00f0ca24639a34f881d6df937277b5431ae2dd5d
[ "MIT" ]
null
null
null
_posts/2019-05-30-Download-solution-manual-financial-accounting-2-valix-2013.md
Camille-Conlin/26
00f0ca24639a34f881d6df937277b5431ae2dd5d
[ "MIT" ]
null
null
null
--- layout: post comments: true categories: Other --- ## Download Solution manual financial accounting 2 valix 2013 book Jouder and his Brothers dcvi by which are probably meant the tusks of the narwhal. You'd better take over for now? "Oh, as though we weren't even employee! the Chukches, realizing he must have slep...
726.333333
6,414
0.79792
eng_Latn
0.999893
e15a050bff4664c3cc40f0b9d9b8bad905dd44c4
5,665
md
Markdown
2018-08/2018-08-17_short.md
admariner/trending_archive
ffca6522c4fdaa5203c3f18d9a5a7d7da098169c
[ "MIT" ]
80
2015-02-13T16:52:22.000Z
2022-03-10T20:13:08.000Z
2018-08/2018-08-17_short.md
admariner/trending_archive
ffca6522c4fdaa5203c3f18d9a5a7d7da098169c
[ "MIT" ]
65
2021-10-02T05:54:01.000Z
2021-12-28T22:50:23.000Z
2018-08/2018-08-17_short.md
admariner/trending_archive
ffca6522c4fdaa5203c3f18d9a5a7d7da098169c
[ "MIT" ]
16
2015-10-08T11:06:28.000Z
2021-06-30T07:26:49.000Z
### 2018-08-17 diff between today and yesterday #### python * [Pext/Pext](https://github.com/Pext/Pext): Python-based extendable tool * [chubin/cheat.sh](https://github.com/chubin/cheat.sh): the only cheat sheet you need * [ageitgey/face_recognition](https://github.com/ageitgey/face_recognition): The world's simplest ...
101.160714
273
0.783054
eng_Latn
0.392175
e15a6cc58358b9d06bf6459f7c06c757c63660e0
24
md
Markdown
README.md
cariba/jenkins-php-toolchain
767920b0b74750d8e4cf8fb01473343e46cf4c61
[ "MIT" ]
null
null
null
README.md
cariba/jenkins-php-toolchain
767920b0b74750d8e4cf8fb01473343e46cf4c61
[ "MIT" ]
null
null
null
README.md
cariba/jenkins-php-toolchain
767920b0b74750d8e4cf8fb01473343e46cf4c61
[ "MIT" ]
null
null
null
# jenkins-php-toolchain
12
23
0.791667
deu_Latn
0.190954
e15bb80a7d238f1dcce9d32a5e8538e56c3a7137
3,643
md
Markdown
src/somef/test/repostatus-README.md
ma-garcia/somef
4ec0bfeb66ddd54f4567bf09a620ce80af4cc7ad
[ "MIT" ]
12
2020-07-23T21:05:53.000Z
2022-02-04T15:43:04.000Z
src/somef/test/repostatus-README.md
ma-garcia/somef
4ec0bfeb66ddd54f4567bf09a620ce80af4cc7ad
[ "MIT" ]
249
2020-04-12T05:06:48.000Z
2022-03-31T15:27:11.000Z
src/somef/test/repostatus-README.md
ma-garcia/somef
4ec0bfeb66ddd54f4567bf09a620ce80af4cc7ad
[ "MIT" ]
11
2020-06-02T16:11:48.000Z
2022-02-22T12:25:48.000Z
repostatus.org ============== [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) A standard to easily communicate to humans and machines the development/support and usabi...
71.431373
277
0.762833
eng_Latn
0.994725
e15c4fdff3ef48c3d1e7e75de2b08858b90815a8
16,193
md
Markdown
tutorial/part4/chapter13.md
open-resources/dash_curriculum
cd9b7db3f357edeed2d027a23fceb85eabbffb7e
[ "MIT" ]
3
2022-02-23T22:16:25.000Z
2022-02-25T01:23:40.000Z
tutorial/part4/chapter13.md
open-resources/dash_curriculum
cd9b7db3f357edeed2d027a23fceb85eabbffb7e
[ "MIT" ]
15
2022-02-23T22:12:51.000Z
2022-03-23T21:51:49.000Z
tutorial/part4/chapter13.md
open-resources/dash_curriculum
cd9b7db3f357edeed2d027a23fceb85eabbffb7e
[ "MIT" ]
2
2022-02-25T20:57:59.000Z
2022-03-26T15:29:01.000Z
# Chapter 13: Improving app performance ## What you will learn By now, you have everything together to get your first app up and running using even advanced components, layouts and callbacks. As dashboards are designed for data analysis and visualisations at some point you might run into efficiency constraints when t...
49.824615
707
0.734762
eng_Latn
0.909023