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
d4b4f9146a5d6fa3846d977a2c7e9d996dff6f29
335
md
Markdown
README.md
alexanderrichards/ProductionSystem
ea9b80f13d76be293c8e2a3387d4cb3abc56e314
[ "MIT" ]
null
null
null
README.md
alexanderrichards/ProductionSystem
ea9b80f13d76be293c8e2a3387d4cb3abc56e314
[ "MIT" ]
43
2018-04-23T08:39:17.000Z
2019-11-26T12:17:14.000Z
README.md
alexanderrichards/ProductionSystem
ea9b80f13d76be293c8e2a3387d4cb3abc56e314
[ "MIT" ]
1
2019-02-05T04:17:07.000Z
2019-02-05T04:17:07.000Z
# ProductionSystem [![Build Status](https://travis-ci.com/alexanderrichards/ProductionSystem.svg?branch=master)](https://travis-ci.com/alexanderrichards/ProductionSystem) [![Documentation Status](https://readthedocs.org/projects/productionsystem/badge/?version=latest)](https://productionsystem.readthedocs.io/en/latest/...
83.75
163
0.814925
yue_Hant
0.624703
d4b55a46e819ee0774526139875b5130bb21b8b0
1,908
md
Markdown
_posts/walterlv/2019/2019-03-14-move-files-from-a-directory-to-another.md
easiwin/easiwin.github.io
5726423b8f79b9495ec1e3349701b44dead1f9be
[ "MIT" ]
1
2020-12-10T07:00:17.000Z
2020-12-10T07:00:17.000Z
_posts/walterlv/2019/2019-03-14-move-files-from-a-directory-to-another.md
easiwin/easiwin.github.io
5726423b8f79b9495ec1e3349701b44dead1f9be
[ "MIT" ]
1
2021-07-15T00:40:27.000Z
2021-07-15T00:40:27.000Z
_posts/walterlv/2019/2019-03-14-move-files-from-a-directory-to-another.md
dotnet-campus/dotnet-campus.github.io
c1587fe2cd4aa23209be87abba4fc85459521d2c
[ "MIT" ]
null
null
null
--- title: "C#/.NET 移动或重命名一个文件夹(如果存在,则合并而不是出现异常报错)" publishDate: 2019-03-14 22:46:56 +0800 date: 2019-06-29 12:57:15 +0800 categories: dotnet csharp position: problem --- .NET 提供了一个简单的 API 来移动一个文件夹 `Directory.Move(string sourceDirName, string destDirName)`。不过如果你稍微尝试一下这个 API 就会发现其实相当不实用。 --- 在使用 `Directory.Move(strin...
28.058824
117
0.667715
yue_Hant
0.821524
d4b5653ad2d78653c120b67da750264d9530186d
49
md
Markdown
README.md
asidiali/node-react-starter
b427f89965ac56dae2135f2fba21dad71af4b5c8
[ "MIT" ]
1
2017-04-04T23:01:24.000Z
2017-04-04T23:01:24.000Z
README.md
asidiali/node-react-starter
b427f89965ac56dae2135f2fba21dad71af4b5c8
[ "MIT" ]
null
null
null
README.md
asidiali/node-react-starter
b427f89965ac56dae2135f2fba21dad71af4b5c8
[ "MIT" ]
null
null
null
# node-react-starter ## Authors - Adam Sidiali
8.166667
20
0.693878
eng_Latn
0.191561
d4b6a8c385735bcaa8d3516391b5e0ed7877828c
389
md
Markdown
README.md
pramine/concourse-gitlab-flow
a8428c332b54310c7ca04b1366a362cd2a31d529
[ "MIT" ]
null
null
null
README.md
pramine/concourse-gitlab-flow
a8428c332b54310c7ca04b1366a362cd2a31d529
[ "MIT" ]
null
null
null
README.md
pramine/concourse-gitlab-flow
a8428c332b54310c7ca04b1366a362cd2a31d529
[ "MIT" ]
null
null
null
# concourse-git-flowish concourse pipeline sample of git flow-ish branching model ## development jobs jobs for develop branch. ![develop jobs](images/dev-jobs.png) ## staging(release candidates) jobs jobs for rc (rc stands for release candidates) branch. ![develop jobs](images/staging-jobs.png) ## production jobs ...
21.611111
57
0.768638
eng_Latn
0.891354
d4b6d83afec68cf3eacef9b4e254c0d13d100314
21,392
md
Markdown
docs/visual-basic/programming-guide/concepts/async/how-to-extend-the-async-walkthrough-by-using-task-whenall.md
SilverBuzzard/docs.pl-pl
a3cda910e7b4b30f2c3c449c742dce1be42067b5
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/visual-basic/programming-guide/concepts/async/how-to-extend-the-async-walkthrough-by-using-task-whenall.md
SilverBuzzard/docs.pl-pl
a3cda910e7b4b30f2c3c449c742dce1be42067b5
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/visual-basic/programming-guide/concepts/async/how-to-extend-the-async-walkthrough-by-using-task-whenall.md
SilverBuzzard/docs.pl-pl
a3cda910e7b4b30f2c3c449c742dce1be42067b5
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: 'Porady: rozszerzanie wskazówek asynchronicznych za pomocą Task.WhenAll (Visual Basic)' ms.date: 07/20/2015 ms.assetid: c06d386d-e996-4da9-bf3d-05a3b6c0a258 ms.openlocfilehash: 3c502356c27914aeec6b501ada1301ca5ab7b167 ms.sourcegitcommit: c93fd5139f9efcf6db514e3474301738a6d1d649 ms.translationtype: MT ms.cont...
50.215962
492
0.67801
pol_Latn
0.932762
d4b7996b13db1ddeb53067849a9eacade9fdc255
59
md
Markdown
powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-ui-sections/includes/setVisible-description.md
jacobtonder/powerapps-docs
09943e2350fe8d0919d4a867808cb6ae88b77adc
[ "CC-BY-4.0", "MIT" ]
273
2018-04-19T15:25:07.000Z
2022-03-28T02:29:31.000Z
powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-ui-sections/includes/setVisible-description.md
jacobtonder/powerapps-docs
09943e2350fe8d0919d4a867808cb6ae88b77adc
[ "CC-BY-4.0", "MIT" ]
2,602
2018-03-07T20:40:08.000Z
2022-03-31T21:56:14.000Z
powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-ui-sections/includes/setVisible-description.md
jacobtonder/powerapps-docs
09943e2350fe8d0919d4a867808cb6ae88b77adc
[ "CC-BY-4.0", "MIT" ]
558
2018-03-07T20:08:04.000Z
2022-03-30T04:14:45.000Z
Sets a value that indicates whether the section is visible.
59
59
0.830508
eng_Latn
1
d4b7b9f10afdb7d1687a19401e9588863060508b
55
md
Markdown
README.md
KeepHouston/HelpAround
bf030946671e7233a385d37b0785f93fa9bae922
[ "MIT" ]
null
null
null
README.md
KeepHouston/HelpAround
bf030946671e7233a385d37b0785f93fa9bae922
[ "MIT" ]
null
null
null
README.md
KeepHouston/HelpAround
bf030946671e7233a385d37b0785f93fa9bae922
[ "MIT" ]
null
null
null
# HelpAround https://github.com/Keep-Simple/HelpAround
18.333333
41
0.8
kor_Hang
0.584657
d4b83297300ae7a0c7026425f210c52d63e7d665
272
md
Markdown
README.md
dev-everaldo-cyrino/EstruturaSequencial---03
8d10288f98db21f295a19dc8385bdc38f1d8fd83
[ "MIT" ]
null
null
null
README.md
dev-everaldo-cyrino/EstruturaSequencial---03
8d10288f98db21f295a19dc8385bdc38f1d8fd83
[ "MIT" ]
null
null
null
README.md
dev-everaldo-cyrino/EstruturaSequencial---03
8d10288f98db21f295a19dc8385bdc38f1d8fd83
[ "MIT" ]
null
null
null
# EstruturaSequencial---03 lista de exercicios sobre Estrutura Sequencial Tendo como dado de entrada a altura (h) de uma pessoa, construa um algoritmo que calcule seu peso ideal, utilizando as seguintes fórmulas: Para homens: (72.7*h) - 58 Para mulheres: (62.1*h) - 44.7
45.333333
138
0.764706
por_Latn
0.98613
d4b91bbf59614a523e6f4e8a2a5f19755c7f17c7
82
md
Markdown
README.md
hubertgad/Plants
df4d9ade34a7aa97a3dbbb2cfe990b9cf24692cb
[ "MIT" ]
1
2021-01-24T11:16:27.000Z
2021-01-24T11:16:27.000Z
README.md
hubertgad/Plants
df4d9ade34a7aa97a3dbbb2cfe990b9cf24692cb
[ "MIT" ]
null
null
null
README.md
hubertgad/Plants
df4d9ade34a7aa97a3dbbb2cfe990b9cf24692cb
[ "MIT" ]
null
null
null
# Plants Front-end for embedded systems project (Computer Science, 5th semester).
27.333333
72
0.792683
eng_Latn
0.887301
d4b9876820251237bbacbc57603583aa20acc049
354
md
Markdown
doc/en/month.md
azhao1981/my-notes
3f988a5f058de046697b4f783d71435bfc521f3d
[ "MIT" ]
5
2016-11-09T16:11:33.000Z
2019-04-10T06:18:54.000Z
doc/en/month.md
azhao1981/my-notes
3f988a5f058de046697b4f783d71435bfc521f3d
[ "MIT" ]
null
null
null
doc/en/month.md
azhao1981/my-notes
3f988a5f058de046697b4f783d71435bfc521f3d
[ "MIT" ]
2
2016-12-17T02:45:16.000Z
2022-01-20T08:51:45.000Z
一月 January Jan. 二月 February Feb. 三月 March Mar. 四月 April Apr. 五月 May May 六月 June Jun. 七月 July Jul. 八月 August Aug. 九月September Sep. 十月 October Oct. 十一月November Nov. 十二月December Dec. 简写都大写也行。 顺便告诉你一些关于记住月份的小窍门: 一月和二月都是以uary结尾的。 六月和七月都以Ju开头。 九月以后都是以ber结尾。 而且记住十月,可以这样记: 因为数字十是:10.它里面有0.还像个o。所以解释October。 十一月的N好像就是数字11加个斜...
16.090909
35
0.785311
yue_Hant
0.998579
d4b9be119c168bd88e23b52b11d61de5b93224dd
268
md
Markdown
404.md
aldostrof/aldostrof.github.io
cb16e0b511e57cdb6b2bad8cfdcf3e657839237e
[ "MIT" ]
null
null
null
404.md
aldostrof/aldostrof.github.io
cb16e0b511e57cdb6b2bad8cfdcf3e657839237e
[ "MIT" ]
null
null
null
404.md
aldostrof/aldostrof.github.io
cb16e0b511e57cdb6b2bad8cfdcf3e657839237e
[ "MIT" ]
null
null
null
--- layout: single permalink: /404.html author_profile: false --- <p style="text-align: center;">¯\_(ツ)_/¯</p> <p style="text-align: center;">Ooops, are you sure about that? :confused:</p> <p style="text-align: center;">Page not found, try again somewhere else.</p>
24.363636
77
0.675373
eng_Latn
0.829135
d4ba7f663392e88d5a8ed5a395dd99b5de783e7a
42
md
Markdown
README.md
pilgrimdbio/samples
df4e33d5206a7ceb14f79c263b7b623833ec9337
[ "Apache-2.0" ]
2
2019-06-08T17:23:46.000Z
2019-06-09T01:09:40.000Z
README.md
pilgrimdbio/samples
df4e33d5206a7ceb14f79c263b7b623833ec9337
[ "Apache-2.0" ]
null
null
null
README.md
pilgrimdbio/samples
df4e33d5206a7ceb14f79c263b7b623833ec9337
[ "Apache-2.0" ]
null
null
null
# samples Sample projects using pilgrimdb
14
31
0.833333
eng_Latn
0.992022
d4baed0e1998766cd9df40bf292923986fadf0c1
3,947
md
Markdown
README.md
gabrielcostasilva/python-data-access
d05bf2798c13a6a8c2fbc1a91a23f2cac0fe1b2c
[ "MIT" ]
null
null
null
README.md
gabrielcostasilva/python-data-access
d05bf2798c13a6a8c2fbc1a91a23f2cac0fe1b2c
[ "MIT" ]
null
null
null
README.md
gabrielcostasilva/python-data-access
d05bf2798c13a6a8c2fbc1a91a23f2cac0fe1b2c
[ "MIT" ]
null
null
null
# Python Data Access This project implements the [DAO pattern](http://www.corej2eepatterns.com/DataAccessObject.htm) as a way to practice data access with Python. It uses the _MySQL Connector_ [MySQL driver](https://www.w3schools.com/python/python_mysql_getstarted.asp) for basic MySQL data access. This branch features...
80.55102
446
0.775526
eng_Latn
0.982382
d4bb2f3790ab929675a17c673db52c4432b43c0a
1,014
md
Markdown
blog/tinycsvparser_documentation.md
bytefish/bytefish.de
f7afb6d8147a0ba341e2020c8f57004e57eea96d
[ "MIT" ]
29
2016-11-29T15:50:52.000Z
2022-01-24T01:45:17.000Z
blog/tinycsvparser_documentation.md
bytefish/bytefish.de
f7afb6d8147a0ba341e2020c8f57004e57eea96d
[ "MIT" ]
43
2018-04-02T14:22:00.000Z
2021-11-20T09:54:16.000Z
blog/tinycsvparser_documentation.md
bytefish/bytefish.de
f7afb6d8147a0ba341e2020c8f57004e57eea96d
[ "MIT" ]
20
2017-02-18T03:54:02.000Z
2021-09-17T03:22:44.000Z
title: TinyCsvParser Documentation date: 2016-01-03 17:02 tags: csharp, csv, tinycsvparser category: tinycsvparser slug: tinycsvparser_documentaion author: Philipp Wagner summary: This article introduces the TinyCsvParser documentation. [MIT License]: https://opensource.org/licenses/MIT [TinyCsvParser]: https://githu...
46.090909
157
0.782051
eng_Latn
0.528019
d4bd7f2e144cdd86d174be6f964de9a69b429639
7,079
md
Markdown
ru/storage/concepts/s3-select-language.md
phmx/docs
c3abc324cc035168b2d4247e9a3ec5543f650c72
[ "CC-BY-4.0" ]
null
null
null
ru/storage/concepts/s3-select-language.md
phmx/docs
c3abc324cc035168b2d4247e9a3ec5543f650c72
[ "CC-BY-4.0" ]
3
2021-07-01T11:47:55.000Z
2021-07-04T19:55:41.000Z
ru/storage/concepts/s3-select-language.md
phmx/docs
c3abc324cc035168b2d4247e9a3ec5543f650c72
[ "CC-BY-4.0" ]
null
null
null
# Синтаксис языка запросов S3 Select Язык S3 Select использует только оператор `SELECT` из стандартного SQL. Поддерживаются следующие стандартные ANSI предложения: * SELECT * FROM * WHERE * LIMIT {% note info %} S3 Select не поддерживает вложенные запросы или соединения. {% endnote %} ## SELECT {#select-list} Да...
30.252137
293
0.754909
rus_Cyrl
0.962925
d4be6bea7256c0f5f7150449c08e023f869c1d74
522
md
Markdown
src/scf-release/src/acceptance-tests-brain/test-resources/php-mysql/README.md
rabueker/scf
e9de3e545c11845ab3fff4ef1a0b7eff55a1eb0d
[ "Apache-2.0" ]
84
2017-07-09T11:42:11.000Z
2022-01-24T14:37:40.000Z
src/scf-release/src/acceptance-tests-brain/test-resources/php-mysql/README.md
rabueker/scf
e9de3e545c11845ab3fff4ef1a0b7eff55a1eb0d
[ "Apache-2.0" ]
496
2017-06-13T15:21:19.000Z
2021-07-28T09:44:35.000Z
src/scf-release/src/acceptance-tests-brain/test-resources/php-mysql/README.md
rabueker/scf
e9de3e545c11845ab3fff4ef1a0b7eff55a1eb0d
[ "Apache-2.0" ]
68
2017-06-13T14:09:53.000Z
2021-05-13T11:45:35.000Z
# Overview This simple PHP application demonstrates how to connect to a MySQL service on Bluemix. This application allows the user to create a new table, and enter records into the database using the UI. ## Running the app on Bluemix [![Deploy to Bluemix](https://bluemix.net/deploy/button.png)](https://bluemix.net/d...
52.2
193
0.789272
eng_Latn
0.992319
d4bf3e53f55f829c41d8e392512f1471e13f3deb
3,420
md
Markdown
docs/examples/entry/README.md
IgorSivy/stumpless
1630f637d6bb23e8122136be2127f241bc4701f0
[ "Apache-2.0" ]
2
2020-09-17T18:07:53.000Z
2020-09-17T21:24:30.000Z
docs/examples/entry/README.md
IgorSivy/stumpless
1630f637d6bb23e8122136be2127f241bc4701f0
[ "Apache-2.0" ]
null
null
null
docs/examples/entry/README.md
IgorSivy/stumpless
1630f637d6bb23e8122136be2127f241bc4701f0
[ "Apache-2.0" ]
null
null
null
# Entries Entries are at the heart of all logging performed by Stumpless. While they may not be explicitly seen in calls like the `stumpless` function, they are still involved behind the scenes. Understanding how to use them leads to cleaner and more performant code. Entries are modeled directly after the hierarchy d...
41.707317
80
0.725731
eng_Latn
0.998131
d4bf79f5aa2257197ccca7333ad170407c653b87
696
md
Markdown
README.md
alfarelzaki/cudddlebot-twitter
ae2e7636a9eec194066710812fd0c41f6dd41c37
[ "MIT" ]
1
2020-03-03T18:40:57.000Z
2020-03-03T18:40:57.000Z
README.md
alfarelzaki/cudddlebot-twitter
ae2e7636a9eec194066710812fd0c41f6dd41c37
[ "MIT" ]
null
null
null
README.md
alfarelzaki/cudddlebot-twitter
ae2e7636a9eec194066710812fd0c41f6dd41c37
[ "MIT" ]
1
2020-03-02T22:28:31.000Z
2020-03-02T22:28:31.000Z
# Cudddle Bot for Twitter a twitter bot that can cheer you up when you feel sad and stressed # How it works? when you tweet something that include a "merasa gagal" and "gue sedih", this bot will reply your tweet publicy to cheer you up. So, dont be sad ok? # Package Beberapa package yang digunakan pada bot ini adala...
38.666667
183
0.780172
ind_Latn
0.76903
d4bf88c8dd058683caf36506bd13c9a9304ca347
1,730
md
Markdown
README.md
rishirajrandive/dailywagers
bd992d72648484a8b618e7f620c3da25a1cee0ae
[ "MIT" ]
null
null
null
README.md
rishirajrandive/dailywagers
bd992d72648484a8b618e7f620c3da25a1cee0ae
[ "MIT" ]
null
null
null
README.md
rishirajrandive/dailywagers
bd992d72648484a8b618e7f620c3da25a1cee0ae
[ "MIT" ]
null
null
null
# dailywagers Android app to keep record of daily wagers such as maid, milkman or news paper guy. Published on [Google playstore](https://play.google.com/store/apps/details?id=com.rishi.dailywagers) ## Working * Click the Floating action button on home page to add new profile. * Fill relevant details, where charge fo...
40.232558
153
0.768786
eng_Latn
0.765006
d4bf8d669c3c5203f50c68e8db330fe9b92f42c0
2,822
md
Markdown
dev-itpro/developer/methods/devenv-addlink-method-recordref.md
henrikwh/dynamics365smb-devitpro-pb
340cc093a0c159bb33aae9f9bc3d3be1dc61b975
[ "CC-BY-4.0", "MIT" ]
null
null
null
dev-itpro/developer/methods/devenv-addlink-method-recordref.md
henrikwh/dynamics365smb-devitpro-pb
340cc093a0c159bb33aae9f9bc3d3be1dc61b975
[ "CC-BY-4.0", "MIT" ]
null
null
null
dev-itpro/developer/methods/devenv-addlink-method-recordref.md
henrikwh/dynamics365smb-devitpro-pb
340cc093a0c159bb33aae9f9bc3d3be1dc61b975
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: "ADDLINK Method (RecordRef)" ms.custom: na ms.date: 10/01/2018 ms.reviewer: na ms.suite: na ms.tgt_pltfrm: na ms.topic: article ms.service: dynamics365-business-central ms.assetid: fa6aa219-fa2b-4a51-9c7d-dd9dd6fcb63b author: SusanneWindfeldPedersen manager: edupont redirect_url: /dynamics365/business-centra...
36.179487
874
0.705528
eng_Latn
0.918065
d4bfba8e6bfdc1de5ebb4534d908a176f2e73443
92
md
Markdown
README.md
adxdata/SDK-iOS
ad8356cc46abf74d23bf71b485ef13505c59d591
[ "Apache-2.0" ]
3
2019-09-10T09:03:57.000Z
2019-09-19T03:33:18.000Z
README.md
adxdata/SDK-iOS
ad8356cc46abf74d23bf71b485ef13505c59d591
[ "Apache-2.0" ]
2
2019-09-11T02:29:41.000Z
2019-09-23T09:10:21.000Z
README.md
adxdata/SDK-iOS
ad8356cc46abf74d23bf71b485ef13505c59d591
[ "Apache-2.0" ]
2
2019-09-16T02:47:06.000Z
2019-11-26T08:39:29.000Z
# This project is moved to [adxdata/sdk-ios-demo](https://github.com/adxdata/sdk-ios-demo).
46
91
0.73913
eng_Latn
0.753177
d4c0af37f8e29197d7c39ef8c8dbf003fede198a
172
md
Markdown
README.md
html-santiloopz/bootstrap
e2e85316fa5cafb5046a0d0e455962743dcf3c5f
[ "MIT" ]
null
null
null
README.md
html-santiloopz/bootstrap
e2e85316fa5cafb5046a0d0e455962743dcf3c5f
[ "MIT" ]
null
null
null
README.md
html-santiloopz/bootstrap
e2e85316fa5cafb5046a0d0e455962743dcf3c5f
[ "MIT" ]
null
null
null
# Bootstrap As of writing this file, latest version is Bootstrap 4, with the 5th one being now in alpha. Which has the following new features: * Support for `flexbox` *
24.571429
130
0.75
eng_Latn
0.999825
d4c0ff1f902faa9c60cec40e97b635319c159ee4
474
md
Markdown
docs/rule/invocable-blacklist.md
keanedawg/ember-template-lint
c2e707df9b6abe3d28ddd68d8480c4bcb7955815
[ "MIT" ]
119
2016-04-29T08:28:22.000Z
2018-03-21T14:16:15.000Z
docs/rule/invocable-blacklist.md
keanedawg/ember-template-lint
c2e707df9b6abe3d28ddd68d8480c4bcb7955815
[ "MIT" ]
250
2016-04-29T19:01:44.000Z
2018-03-28T11:55:05.000Z
docs/rule/invocable-blacklist.md
keanedawg/ember-template-lint
c2e707df9b6abe3d28ddd68d8480c4bcb7955815
[ "MIT" ]
76
2016-04-29T18:34:06.000Z
2018-03-21T14:16:19.000Z
## invocable-blacklist Disallow certain components or helpers from being used. Use case is you bring in some addon like ember-composable-helpers, but your team deems one or many of the helpers not suitable and wants to guard against their usage. Given a config of: ```js 'invocable-blacklist': ['foo'] ``` This rule ...
19.75
222
0.706751
eng_Latn
0.999409
d4c12866e90aaaf842a4c3014b1e3616f3ea8bcc
463
md
Markdown
README.md
rahmat-Osalan/rahmat-osalan31
a96fb3f0a3649f4dc9a8584fa0ccc7057295cbe8
[ "MIT" ]
null
null
null
README.md
rahmat-Osalan/rahmat-osalan31
a96fb3f0a3649f4dc9a8584fa0ccc7057295cbe8
[ "MIT" ]
1
2021-11-13T03:52:05.000Z
2021-11-13T03:52:05.000Z
README.md
rahmat-Osalan/rahmat-osalan31
a96fb3f0a3649f4dc9a8584fa0ccc7057295cbe8
[ "MIT" ]
1
2021-11-24T17:10:35.000Z
2021-11-24T17:10:35.000Z
# fajaraldev.github.io I have been created a simple and responsive portfolio for my github page. # Screenshot <p align="center"> <img align="center" src=".img/screenshot.jpg" width="700"> </p> # Installation 1. Fork/Clone/Download this repo `git clone https://github.com/fajaraldev/fajaraldev.github.io.git` ## U...
24.368421
73
0.75162
eng_Latn
0.871386
d4c135b926abbfdcc80934dcf23910aac53c5ced
568
md
Markdown
README.md
sueka/clipboard
4da435f3f6c905b3df0b8db762ce34a4e1d3a276
[ "BSD-3-Clause" ]
null
null
null
README.md
sueka/clipboard
4da435f3f6c905b3df0b8db762ce34a4e1d3a276
[ "BSD-3-Clause" ]
null
null
null
README.md
sueka/clipboard
4da435f3f6c905b3df0b8db762ce34a4e1d3a276
[ "BSD-3-Clause" ]
null
null
null
# Clipboard is a library to set, get, and modify the system clipboard. [![Build Status](https://travis-ci.org/sueka/clipboard.svg?branch=master)](https://travis-ci.org/sueka/clipboard) ## Usage The main method of ``` scala import me.sueka.clipboard.Clipboard import scalaz.Scalaz.ToBindOps import scalaz.effect.IO.p...
21.037037
113
0.753521
eng_Latn
0.384551
d4c14d4e931cf8a0a4bca66778d8e440cf7b6341
346
md
Markdown
test/fixtures/complete/fourth/slide.md
mehrdad-shokri/showoff
959d190067ea7e1ba587d28505b59960a3adf91b
[ "MIT" ]
685
2015-01-03T10:09:18.000Z
2022-03-07T07:04:46.000Z
test/fixtures/complete/fourth/slide.md
mehrdad-shokri/showoff
959d190067ea7e1ba587d28505b59960a3adf91b
[ "MIT" ]
350
2015-01-06T14:24:37.000Z
2022-03-07T16:26:01.000Z
test/fixtures/complete/fourth/slide.md
isabella232/showoff
2fa36c63473cadc82d37cfce98da47262d0d6958
[ "MIT" ]
133
2015-01-04T18:33:29.000Z
2021-09-23T08:42:48.000Z
<!SLIDE subsection> # Section Four !SLIDE bullets incremental # Bullet Points * first point * second point * third point <!SLIDE> # Code file ~~~FILE:test.rb:Ruby~~~ <!SLIDE> # Empty code file This code block should be empty ~~~FILE:test2.rb:Ruby~~~ <!SLIDE> # Missing code file This code file doesn't exist ~~...
11.533333
31
0.687861
yue_Hant
0.709782
d4c1abb7ba65f39f2276a6c7f967c52acae396a8
2,121
md
Markdown
README.md
Thalamuscorp/diagram-builder
2448cda8241a28842f3e2211ece1d28a72fd9937
[ "Apache-2.0" ]
null
null
null
README.md
Thalamuscorp/diagram-builder
2448cda8241a28842f3e2211ece1d28a72fd9937
[ "Apache-2.0" ]
null
null
null
README.md
Thalamuscorp/diagram-builder
2448cda8241a28842f3e2211ece1d28a72fd9937
[ "Apache-2.0" ]
null
null
null
# DiagramBuilder Add-on for Vaadin 7 DiagramBuilder is an UI component add-on for Vaadin 7 that wraps [ALLOYUI's Diagram Builder](http://alloyui.com/examples/diagram-builder/) as a server side Java component. ## Online demo Try the add-on demo at [matti.app.fi/diagram-builder-demo/](http://matti.app.fi/diagram-buil...
35.949153
315
0.777463
eng_Latn
0.987766
d4c1e4c7f787aa847f05fb50717cacd2227a82eb
2,478
md
Markdown
minigui-demo/docs/mentions/demo/form.md
longzhoufeng/minigui-vue
3d933b3d4f2d32b1b8fee3089dc5dc9680f410e8
[ "MIT" ]
null
null
null
minigui-demo/docs/mentions/demo/form.md
longzhoufeng/minigui-vue
3d933b3d4f2d32b1b8fee3089dc5dc9680f410e8
[ "MIT" ]
null
null
null
minigui-demo/docs/mentions/demo/form.md
longzhoufeng/minigui-vue
3d933b3d4f2d32b1b8fee3089dc5dc9680f410e8
[ "MIT" ]
null
null
null
<cn> #### 配合 Form 使用 受控模式,例如配合 Form 使用。 </cn> <us> #### With Form Controlled mode, for example, to work with `Form`. </us> ```vue <template> <m-form :form="form" layout="horizontal"> <m-form-item label="Top coders" :label-col="{ span: 5 }" :wrapper-col="{ span: 12 }"> <m-mentions v-decorator="[ ...
23.826923
89
0.511299
eng_Latn
0.285721
d4c350958e34c86489bb167be9bbc65e07b8d1a7
6,341
md
Markdown
windows-iotcore/Accessibility.md
bfjelds/windows-iotcore-docs
90318e0b4040f2abcce8201865b5f0735427c0cc
[ "CC-BY-4.0", "MIT" ]
null
null
null
windows-iotcore/Accessibility.md
bfjelds/windows-iotcore-docs
90318e0b4040f2abcce8201865b5f0735427c0cc
[ "CC-BY-4.0", "MIT" ]
null
null
null
windows-iotcore/Accessibility.md
bfjelds/windows-iotcore-docs
90318e0b4040f2abcce8201865b5f0735427c0cc
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Accessibility for Windows 10 IoT author: saraclay ms.author: saclayt ms.date: 03/8/2018 ms.topic: article description: Learn about accessibility and how to apply these learnings to your next application or device. keywords: Windows 10 IoT Core, Windows 10 IoT Enterprise, accessibility, color contrast ...
121.942308
662
0.801924
eng_Latn
0.99001
d4c3be38ce6f25871330764b69b5a24fd8de2288
328
md
Markdown
_questions/028.md
MatthewFallon/CLCFeud
815e6115a1cba053db1c924b46b2d05188aa1bd4
[ "MIT" ]
null
null
null
_questions/028.md
MatthewFallon/CLCFeud
815e6115a1cba053db1c924b46b2d05188aa1bd4
[ "MIT" ]
1
2021-03-30T04:28:24.000Z
2021-03-30T04:28:24.000Z
_questions/028.md
MatthewFallon/CLCFeud
815e6115a1cba053db1c924b46b2d05188aa1bd4
[ "MIT" ]
null
null
null
--- layout: question title: question-028 number: 28 question: Name someone you might ask for directions. answer1: Friend | 20 answer2: Siri/App | 19 answer3: Gas station employee | 16 answer4: Store owner | 14 answer5: Stranger/Pedestrian | 10 answer6: Priest | 9 answer7: Neighbor | 3 answer8: Parent | 2 answer9: answe...
20.5
52
0.743902
eng_Latn
0.837409
d4c3c36a53a92fb1d9d3d4acb4ff38b838b75a38
7,399
md
Markdown
README.md
muneebwanee/ddos
25a36a39c8ad35ed235cd9110c895cc963073ed0
[ "MIT" ]
null
null
null
README.md
muneebwanee/ddos
25a36a39c8ad35ed235cd9110c895cc963073ed0
[ "MIT" ]
null
null
null
README.md
muneebwanee/ddos
25a36a39c8ad35ed235cd9110c895cc963073ed0
[ "MIT" ]
null
null
null
<h1 align="center">ddos - DDoS Attack Script With 36 Plus Methods</h1> <p align="center"> <a href="#"><img title="Made in India" src="https://img.shields.io/badge/MADE%20IN-INDIA-green?colorA=%23f5690c&colorB=%23035c00&style=for-the-badge"></a> </p <em><h5 align="center">(Code Language - Python 3)</h5></em> <p align=...
64.903509
367
0.708339
yue_Hant
0.348345
d4c491a533c8c5fc3fe1b85441b4c712428887d5
23
md
Markdown
includes/net-current-v462plus-md.md
rscprof/docs.ru-ru
9c2a47b4b444efb88ed2c2d943b09721415d5ed0
[ "CC-BY-4.0", "MIT" ]
null
null
null
includes/net-current-v462plus-md.md
rscprof/docs.ru-ru
9c2a47b4b444efb88ed2c2d943b09721415d5ed0
[ "CC-BY-4.0", "MIT" ]
null
null
null
includes/net-current-v462plus-md.md
rscprof/docs.ru-ru
9c2a47b4b444efb88ed2c2d943b09721415d5ed0
[ "CC-BY-4.0", "MIT" ]
1
2021-10-31T15:06:56.000Z
2021-10-31T15:06:56.000Z
Доступно с версии 4.6.2
23
23
0.782609
rus_Cyrl
0.977508
d4c4fd0338574cb1fbbefca946f0b2aee1252b5c
7,635
md
Markdown
Coursework/tx21857_EMATM0061_summative_assessment/tx21857_EMATM0061_B/tx21857_EMATM0061_B_Report.md
akshatpandeUoB/r-uob
611e8e3c6c478087b93b96918aca9df2512764f6
[ "MIT" ]
null
null
null
Coursework/tx21857_EMATM0061_summative_assessment/tx21857_EMATM0061_B/tx21857_EMATM0061_B_Report.md
akshatpandeUoB/r-uob
611e8e3c6c478087b93b96918aca9df2512764f6
[ "MIT" ]
null
null
null
Coursework/tx21857_EMATM0061_summative_assessment/tx21857_EMATM0061_B/tx21857_EMATM0061_B_Report.md
akshatpandeUoB/r-uob
611e8e3c6c478087b93b96918aca9df2512764f6
[ "MIT" ]
null
null
null
Summative Assessment EMATM0061 - Part B ================ Akshat Pande \| TX21857 \| 2153363 <br> 12/01/2022 # Section B ## B.1 Faulty Security System Probability ### Given ####Assumption - passage of time is per minute *p*<sup>*o*</sup> - conditional probability that the sensor makes a sound if there is no person w...
23.934169
87
0.611788
eng_Latn
0.373644
d4c5db96ad5f0ae9148f2868a545c5fd71b3a019
1,257
md
Markdown
src/8/8-5.md
supbg1/TMSCN
5d37bef07153d0fcf5e30fb933fe62ca1e976037
[ "MIT" ]
null
null
null
src/8/8-5.md
supbg1/TMSCN
5d37bef07153d0fcf5e30fb933fe62ca1e976037
[ "MIT" ]
null
null
null
src/8/8-5.md
supbg1/TMSCN
5d37bef07153d0fcf5e30fb933fe62ca1e976037
[ "MIT" ]
null
null
null
# 原蟲(protozoae) - 約有 65000種,其中 70種會寄生人 - 單細胞真核生物 - 分為 自由生活與寄生型態 - 依照 感染型態可分為致病性與伺機性感染 ## 分類 生物學分類 - 肉足鞭毛門 Sarcomastigophora - 葉足蟲綱 Lobosea - 阿米巴原蟲 Amoebas - 動鞭綱 Zoomastigophora - 血液鞭毛蟲 Flagellates - 纖毛蟲門 Ciliophora - 動基裂綱 Kinetofragminophorea - 大腸纖毛蟲 Balantidium coli - 頂端複合門 Apicomplexa - 孢子蟲綱 Sp...
16.76
93
0.709626
yue_Hant
0.935439
d4c68ac2d061c5127186bd1b36456a9fbbdc61a7
260
md
Markdown
README.md
TheCodingPianoman/LissajousWallpapers
c31918dff530034bcd49ab5ca74d9409dcfb0e83
[ "MIT" ]
null
null
null
README.md
TheCodingPianoman/LissajousWallpapers
c31918dff530034bcd49ab5ca74d9409dcfb0e83
[ "MIT" ]
6
2019-04-12T09:41:37.000Z
2019-04-18T10:32:57.000Z
README.md
TheCodingPianoman/LissajousWallpapers
c31918dff530034bcd49ab5ca74d9409dcfb0e83
[ "MIT" ]
null
null
null
# LissajousWallpapers A wallpaper generator that draws Lissajous figures in rainbow colors. The basic code is inspired by [TheCodingTrain Coding Challenge #116](https://thecodingtrain.com/CodingChallenges/116-lissajous.html) ------ I'll refactor this later.
32.5
132
0.8
eng_Latn
0.867466
d4c6d582f0f6e68b213543bd565c30b7b75008b8
472
md
Markdown
_posts/2016-11-05-occult-horror-of-evil-metamorphosis-the-joss-a-reversion.md
UniversalAdministrator/ufu
45552018807a488c4d1e8f77a56b0d3e02cd280b
[ "MIT" ]
null
null
null
_posts/2016-11-05-occult-horror-of-evil-metamorphosis-the-joss-a-reversion.md
UniversalAdministrator/ufu
45552018807a488c4d1e8f77a56b0d3e02cd280b
[ "MIT" ]
2
2018-01-03T00:41:55.000Z
2020-08-08T02:47:55.000Z
_posts/2016-11-05-occult-horror-of-evil-metamorphosis-the-joss-a-reversion.md
UniversalAdministrator/ufu
45552018807a488c4d1e8f77a56b0d3e02cd280b
[ "MIT" ]
null
null
null
--- ID: 3217 post_title: '[Occult Horror of Evil Metamorphosis] The Joss: a Reversion' author: abbie04m553726 post_excerpt: "" layout: post permalink: > https://universalflowuniversity.com/uncategorized/occult-horror-of-evil-metamorphosis-the-joss-a-reversion/ published: true post_date: 2016-11-05 21:34:04 --- [embed...
36.307692
109
0.764831
eng_Latn
0.242412
d4c82589852ba2ca6624fd3a6c7b0d92361f79e4
4,468
md
Markdown
pages/white_paper/occulta_novellia/cards.md
RektangularStudios/RektangularStudios.github.io
4d08dbbc74eee0a97ffc778fa2128a17b071d5c0
[ "MIT", "BSD-3-Clause" ]
null
null
null
pages/white_paper/occulta_novellia/cards.md
RektangularStudios/RektangularStudios.github.io
4d08dbbc74eee0a97ffc778fa2128a17b071d5c0
[ "MIT", "BSD-3-Clause" ]
3
2021-03-16T02:17:47.000Z
2021-04-25T16:02:53.000Z
pages/white_paper/occulta_novellia/cards.md
RektangularStudios/RektangularStudios.github.io
4d08dbbc74eee0a97ffc778fa2128a17b071d5c0
[ "MIT", "BSD-3-Clause" ]
null
null
null
--- title: Cards keywords: Game last_updated: March 14, 2021 summary: sidebar: mydoc_sidebar permalink: cards.html folder: white_paper/occulta_novellia list_images: '/assets/images/illustrations/draculi_1080.jpg,/assets/images/illustrations/laurence_the_duelist_1080.jpg,/assets/images/illustrations/iscara_the_ten_thou...
66.686567
351
0.791406
eng_Latn
0.999101
d4c86058e7ea124da9e566fbe36820921784279f
8,440
md
Markdown
README.md
Fleshgrinder/php-assertion
79c2d78eb76521540b91d4a5398481c0b25baddb
[ "MIT" ]
4
2016-03-09T10:52:28.000Z
2017-07-23T08:21:38.000Z
README.md
Fleshgrinder/php-assertion
79c2d78eb76521540b91d4a5398481c0b25baddb
[ "MIT" ]
20
2017-01-19T19:33:45.000Z
2019-03-18T18:31:38.000Z
README.md
Fleshgrinder/php-assertion
79c2d78eb76521540b91d4a5398481c0b25baddb
[ "MIT" ]
2
2018-01-05T12:13:49.000Z
2019-03-14T15:48:50.000Z
[![Latest Stable Version](https://poser.pugx.org/fleshgrinder/assertion/v/stable)](https://packagist.org/packages/fleshgrinder/assertion) [![Latest Unstable Version](https://poser.pugx.org/fleshgrinder/assertion/v/unstable)](https://packagist.org/packages/fleshgrinder/assertion) [![Travis](https://img.shields.io/travis...
54.102564
189
0.775118
eng_Latn
0.931724
d4c972e5ea0e28193053bbdcf75eaa101bda998f
724
md
Markdown
build-linux-x64-instructions.md
TimHelck/gifsicle-bin
a6f44f30fcfddd0631dadeb878e9630b060ca028
[ "MIT" ]
null
null
null
build-linux-x64-instructions.md
TimHelck/gifsicle-bin
a6f44f30fcfddd0631dadeb878e9630b060ca028
[ "MIT" ]
null
null
null
build-linux-x64-instructions.md
TimHelck/gifsicle-bin
a6f44f30fcfddd0631dadeb878e9630b060ca028
[ "MIT" ]
null
null
null
# how to build gifsicle for x64 Linux Start an **amazon linux 64 bit x86 ec2 AMI** (x86 64 bit is super important, that ensures we're on the same platform that lambda runs on.) login to the ec2 instance and run this: ```bash sudo yum update sudo yum install autoconf intltool sudo yum groupinstall "Development Tools...
24.965517
139
0.752762
eng_Latn
0.678845
d4c97f7ac0150da6d0c2808abe87a1f768055f6f
666
md
Markdown
content/blog/20210212-mv-karaage-shimai-ikuta-erika-matsumura-sayuri-from-nogizaka46-1-2-3/index.md
dendense/himitsu
65ebb8169a0faae11078577ca4b141632b76160a
[ "MIT" ]
null
null
null
content/blog/20210212-mv-karaage-shimai-ikuta-erika-matsumura-sayuri-from-nogizaka46-1-2-3/index.md
dendense/himitsu
65ebb8169a0faae11078577ca4b141632b76160a
[ "MIT" ]
null
null
null
content/blog/20210212-mv-karaage-shimai-ikuta-erika-matsumura-sayuri-from-nogizaka46-1-2-3/index.md
dendense/himitsu
65ebb8169a0faae11078577ca4b141632b76160a
[ "MIT" ]
2
2020-09-19T09:53:56.000Z
2021-05-27T13:26:45.000Z
--- path: /blog/20210212-Karaage-Shimai-Ikuta-Erika-Matsumura-Sayuri-123 date: 2021-02-12T15:11:55.600Z title: "[MV] Karaage Shimai (Ikuta Erika & Matsumura Sayuri from Nogizaka46) -1・2・3" author: Chr0balord description: Karaage Shimai (Ikuta Erika & Matsumura Sayuri from Nogizaka46) -1•2•3(Theme Song Anime Pokemon) ...
30.272727
90
0.75976
kor_Hang
0.193259
d4cadfff01832e823b75308a312b1ecd2de28f9e
5,790
md
Markdown
articles/attestation/policy-signer-examples.md
BielinskiLukasz/azure-docs.pl-pl
952ecca251b3e6bdc66e84e0559bbad860a886b9
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/attestation/policy-signer-examples.md
BielinskiLukasz/azure-docs.pl-pl
952ecca251b3e6bdc66e84e0559bbad860a886b9
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/attestation/policy-signer-examples.md
BielinskiLukasz/azure-docs.pl-pl
952ecca251b3e6bdc66e84e0559bbad860a886b9
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Przykłady certyfikatu osoby podpisującej zasady zaświadczania platformy Azure description: Przykład zawartości certyfikatu osoby podpisującej zasady zaświadczania platformy Azure. services: attestation author: msmbaldwin ms.service: attestation ms.topic: overview ms.date: 08/31/2020 ms.author: mbaldwin ms.op...
144.75
1,792
0.949914
yue_Hant
0.450423
d4cc17ebf647ac6e951eec7825f626b470828e62
60
md
Markdown
README.md
Yuji84/curso-boas-praticas-php-udemy
f920822e63dcca2bdf1e56ea4b157e3b4039a41f
[ "MIT" ]
null
null
null
README.md
Yuji84/curso-boas-praticas-php-udemy
f920822e63dcca2bdf1e56ea4b157e3b4039a41f
[ "MIT" ]
null
null
null
README.md
Yuji84/curso-boas-praticas-php-udemy
f920822e63dcca2bdf1e56ea4b157e3b4039a41f
[ "MIT" ]
null
null
null
# curso-boas-praticas-php-udemy Curso de boas Práticas PHP
20
31
0.783333
por_Latn
0.961358
d4ccd37e8709607d5639b74f4832524df99443f4
47
md
Markdown
README.md
vheun/hrqr.github.io
e40c3d57109b1d1fbb93743ef56b4ad05c219aac
[ "MIT" ]
1
2015-08-24T06:36:29.000Z
2015-08-24T06:36:29.000Z
README.md
vheun/hrqr.github.io
e40c3d57109b1d1fbb93743ef56b4ad05c219aac
[ "MIT" ]
null
null
null
README.md
vheun/hrqr.github.io
e40c3d57109b1d1fbb93743ef56b4ad05c219aac
[ "MIT" ]
null
null
null
# hrqr.github.io Human Readable Quick Response
15.666667
29
0.808511
eng_Latn
0.268522
d4ce370df7a8506b892bd2199d253238b4666f08
3,963
md
Markdown
docs/framework/security/building-my-first-claims-aware-wcf-service.md
olifantix/docs.de-de
a31a14cdc3967b64f434a2055f7de6bf1bb3cda8
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/security/building-my-first-claims-aware-wcf-service.md
olifantix/docs.de-de
a31a14cdc3967b64f434a2055f7de6bf1bb3cda8
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/security/building-my-first-claims-aware-wcf-service.md
olifantix/docs.de-de
a31a14cdc3967b64f434a2055f7de6bf1bb3cda8
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Erstellen meines ersten Ansprüche unterstützenden WCF-Diensts ms.date: 03/30/2017 ms.assetid: e0e6d091-9a97-4888-8f2c-cbcee42d90ee author: BrucePerlerMS manager: mbaldwin ms.openlocfilehash: 3b88835cc7836d9d6c323de3c0386b3f4c7c3078 ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d ms.transl...
88.066667
644
0.791824
deu_Latn
0.991371
d4ce7ae07d066f4ad86f29198b973059f44b05a0
1,643
md
Markdown
README.md
Event-Link/Mobile
96943c72dec81d23f869f42c416dcc40addfb911
[ "MIT" ]
2
2019-10-16T09:18:00.000Z
2021-12-18T20:22:39.000Z
README.md
Event-Link/Mobile
96943c72dec81d23f869f42c416dcc40addfb911
[ "MIT" ]
5
2019-10-05T16:03:54.000Z
2019-11-16T18:33:25.000Z
README.md
Event-Link/mobile
96943c72dec81d23f869f42c416dcc40addfb911
[ "MIT" ]
null
null
null
![EventLink Logo](https://github.com/Event-Link/mobile/blob/master/img/logo.jpg) ``` _ _ _ | | (_) | _ __ ___ ___ | |__ _| | ___ | '_ ` _ \ / _ \| '_ \| | |/ _ \ | | | | | | (_) | |_) | | | __/ |_| |_| |_|\___/|_.__/|_|_|\___| ...
34.229167
233
0.647596
eng_Latn
0.631338
d4cec41a55f783c9ce43bac520091b7f81004f51
468
md
Markdown
_pages/teaching.md
zichunzhao/zichunzhao.github.io
7d6c5e42a9146ccd1ac3fc6ae72a02bb37aa1a2d
[ "MIT" ]
null
null
null
_pages/teaching.md
zichunzhao/zichunzhao.github.io
7d6c5e42a9146ccd1ac3fc6ae72a02bb37aa1a2d
[ "MIT" ]
null
null
null
_pages/teaching.md
zichunzhao/zichunzhao.github.io
7d6c5e42a9146ccd1ac3fc6ae72a02bb37aa1a2d
[ "MIT" ]
null
null
null
--- title: "Teaching experience" collection: teaching permalink: /teaching/ --- ## <b>Teaching Assistant<b/>, McMaster University * ECON 2HH3 Intermediate Macroeconomics II, Winter 2021 * ECON 3H03 International Monetary Economics, Fall 2020 * ECON 1BB3 Introduction to Macroeconomics, Spring 2020 * ECON 2HH3 Intermed...
27.529412
55
0.788462
yue_Hant
0.870067
d4ceff96230e44ec9f7f0ab569bff16c11f0f80e
925
md
Markdown
README.md
ccpcode/low-order-reactor
57c33e00e8e4e5f612dd375448df3fbcb635f4a9
[ "MIT" ]
3
2018-09-25T21:41:41.000Z
2021-01-18T10:21:48.000Z
README.md
ccpcode/low-order-reactor
57c33e00e8e4e5f612dd375448df3fbcb635f4a9
[ "MIT" ]
null
null
null
README.md
ccpcode/low-order-reactor
57c33e00e8e4e5f612dd375448df3fbcb635f4a9
[ "MIT" ]
3
2018-12-23T22:21:20.000Z
2019-09-08T16:50:19.000Z
# Low-order reactor models CSTR modeling approach to estimate fast pyrolysis yields from bubbling fluidized bed reactors. ## Folders The `data/` folder contains files related to experiments or data obtained from literature. Particle size distribution data taken from Figure 2 in the Carpenter 2014 paper is available ...
27.205882
79
0.765405
eng_Latn
0.991667
d4cfe8b0d1c274e2ce451d90eccfe3e970b41500
3,088
md
Markdown
README.md
Geo-Linux-Calculations/XEphem
139b2ea2f156f5e968d116fc41e8e2b88732ea0d
[ "MIT" ]
57
2021-02-08T20:55:49.000Z
2022-03-29T21:10:24.000Z
README.md
Jappenn/XEphem
139b2ea2f156f5e968d116fc41e8e2b88732ea0d
[ "MIT" ]
28
2021-02-08T23:32:44.000Z
2022-03-14T00:07:46.000Z
README.md
Jappenn/XEphem
139b2ea2f156f5e968d116fc41e8e2b88732ea0d
[ "MIT" ]
24
2021-02-08T21:26:02.000Z
2022-03-06T15:46:37.000Z
![GitHub release (latest by date)](https://img.shields.io/github/v/release/XEphem/XEphem) ![GitHub Release Date](https://img.shields.io/github/release-date/XEphem/XEphem) ![GitHub repo size](https://img.shields.io/github/repo-size/XEphem/XEphem) ![GitHub all releases](https://img.shields.io/github/downloads/XEphem/XEp...
39.589744
89
0.763925
eng_Latn
0.854647
d4d0aa43fccaae2755b23ae0bdf383cb0f09b8e1
10,553
markdown
Markdown
_posts/2015-05-27-on-pilgrimage-to-bodh-gaya.markdown
bodhinyana-group/bodhinyana-group.github.io
0abf3a0b44fcd69e33235030e92e7d1f8fd60bf5
[ "MIT" ]
1
2015-06-07T01:39:06.000Z
2015-06-07T01:39:06.000Z
_posts/2015-05-27-on-pilgrimage-to-bodh-gaya.markdown
bodhinyana-group/bodhinyana-group.github.io
0abf3a0b44fcd69e33235030e92e7d1f8fd60bf5
[ "MIT" ]
6
2020-01-09T12:24:31.000Z
2021-05-06T23:10:06.000Z
_posts/2015-05-27-on-pilgrimage-to-bodh-gaya.markdown
bodhinyana-group/bodhinyana-group.github.io
0abf3a0b44fcd69e33235030e92e7d1f8fd60bf5
[ "MIT" ]
2
2017-08-28T05:17:16.000Z
2020-09-21T01:25:38.000Z
--- layout: post title: On pilgrimage to Bodh Gaya date: 2015-05-27 19:30:00 leader: Martin meeting_blurb: reading_webpage: reading_snippet: Wherever you sit, wherever you stand, walk or lie down, you have to watch the grasping mind and let it go. Then you are practising like the Buddha. You must follow this path of...
199.113208
989
0.784611
eng_Latn
0.999992
d4d2410e4757732412c60c8b4d18c68649baa236
4,548
md
Markdown
docs/framework/configure-apps/file-schema/wcf/security-element-of-ws2007federationhttpbinding.md
yunuskorkmaz/docs.tr-tr
e73dea6e171ca23e56c399c55e586a61d5814601
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/configure-apps/file-schema/wcf/security-element-of-ws2007federationhttpbinding.md
yunuskorkmaz/docs.tr-tr
e73dea6e171ca23e56c399c55e586a61d5814601
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/configure-apps/file-schema/wcf/security-element-of-ws2007federationhttpbinding.md
yunuskorkmaz/docs.tr-tr
e73dea6e171ca23e56c399c55e586a61d5814601
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- description: 'Hakkında daha fazla bilgi edinin: <security> öğesi <ws2007FederationHttpBinding>' title: <security> öğesi <ws2007FederationHttpBinding> ms.date: 03/30/2017 ms.assetid: 826219b4-3a16-45fc-832d-0cd7cbbd3b84 ms.openlocfilehash: 0caa2c3791c0dc3c8db0d9ee27175a28e52f6baa ms.sourcegitcommit: ddf7edb67715a5b9...
54.142857
344
0.741205
tur_Latn
0.934537
d4d2779e17641e3cadf866f5d56bd8a9848e6de1
5,996
md
Markdown
_posts/2019-04-18-I-Wrote-A-Book.md
khalladay/khalladay.github.com
047edbee4342f66f6a4039d0a0d942c88fd848d5
[ "MIT" ]
2
2016-01-29T09:39:10.000Z
2016-08-16T06:19:23.000Z
_posts/2019-04-18-I-Wrote-A-Book.md
khalladay/khalladay.github.com
047edbee4342f66f6a4039d0a0d942c88fd848d5
[ "MIT" ]
5
2020-02-24T20:20:18.000Z
2022-02-26T01:14:38.000Z
_posts/2019-04-18-I-Wrote-A-Book.md
khalladay/khalladay.github.com
047edbee4342f66f6a4039d0a0d942c88fd848d5
[ "MIT" ]
null
null
null
--- layout: post title: I Wrote A Book About Shaders! categories: - blog tags: - <span style="background-color:#111111;"><font color="#00FF00">&nbsp;Blog&nbsp;&nbsp;</font></span> --- From the looks of my blog archive, it's been 13 months since I dropped off the map and stopped posting. That's because around that time...
122.367347
618
0.775684
eng_Latn
0.999952
d4d279a60911fd36fd505073bd6a0292834684ca
1,300
md
Markdown
review_wo1ever/180820_vendingmachine.md
wo1ever/TWL
fa262223950bdff45bb49ac8fb66149b0c01d781
[ "MIT" ]
6
2018-07-06T03:40:27.000Z
2018-07-30T06:10:51.000Z
review_wo1ever/180820_vendingmachine.md
wo1ever/TWL
fa262223950bdff45bb49ac8fb66149b0c01d781
[ "MIT" ]
72
2018-06-28T06:21:46.000Z
2018-07-26T11:06:42.000Z
review_wo1ever/180820_vendingmachine.md
wo1ever/TWL
fa262223950bdff45bb49ac8fb66149b0c01d781
[ "MIT" ]
46
2018-06-28T06:08:07.000Z
2018-09-06T07:56:55.000Z
# 180820 ## 오전- 프로그래밍 연습 (자판기, 깃 브랜치) (애란쌤) #### 객체지향프로그래밍 개념 복습 - 클래스(Class): 상태와 연산에 대한 정의 - 클래스를 실제로 정의하고, 인스턴스를 만들어서 사용하는 개념. - 전자 책 리더기 안에는 책의 내용들, 현재 페이지 등의 인스턴스들이 존재 (여러 상태) - 인터페이스에 페이지를 넘기고, 버튼을 누르고, 상태를 변경하는 연산 등이 있음. - 전원이 켜져있는 '상태'에서 전원 버튼을 누르는 연산을 수행하면, 전원이 켜짐. - 전원이 꺼져있는 '상태'에서 전원 버튼을 누르는 연산을...
18.571429
76
0.665385
kor_Hang
1.00001
d4d31e336ef26375cb8b3f194f06698209cedacb
3,928
md
Markdown
README.md
destenson/cryptocoinjs--secp256k1-node
6c28afa46cc824f8a05312dd6e80039319346967
[ "MIT" ]
null
null
null
README.md
destenson/cryptocoinjs--secp256k1-node
6c28afa46cc824f8a05312dd6e80039319346967
[ "MIT" ]
null
null
null
README.md
destenson/cryptocoinjs--secp256k1-node
6c28afa46cc824f8a05312dd6e80039319346967
[ "MIT" ]
null
null
null
# secp256k1-node [![NPM Package](https://img.shields.io/npm/v/secp256k1.svg?style=flat-square)](https://www.npmjs.org/package/secp256k1) [![Build Status](https://img.shields.io/travis/cryptocoinjs/secp256k1-node.svg?branch=master&style=flat-square)](https://travis-ci.org/cryptocoinjs/secp256k1-node) [![Dependency stat...
37.056604
204
0.653768
eng_Latn
0.343644
d4d36594faf1c35f3ff6987e8916808a3e404532
210
md
Markdown
node_modules/yeoman/doc/init.md
as3445/letsgo
ecb25078bbfb7e31722ad9f17051e0e9a0d9d83c
[ "CC-BY-3.0", "MIT" ]
null
null
null
node_modules/yeoman/doc/init.md
as3445/letsgo
ecb25078bbfb7e31722ad9f17051e0e9a0d9d83c
[ "CC-BY-3.0", "MIT" ]
null
null
null
node_modules/yeoman/doc/init.md
as3445/letsgo
ecb25078bbfb7e31722ad9f17051e0e9a0d9d83c
[ "CC-BY-3.0", "MIT" ]
null
null
null
yeoman-init(1) -- Initialize and scaffold a new project ======================================================= ## SYNOPSIS yeoman init ## DESCRIPTION This command ... ## SEE ALSO * yeoman-folders(1)
14
55
0.495238
oci_Latn
0.304371
d4d4ca29f3837816c30dc354ca62ed17c084eea5
765
md
Markdown
source/documentation/iTin.Export.Documentation/Documentation/Properties_T_iTin_Export_ComponentModel_SafeDirectoryCatalog.md
iAJTin/iExportEngine
b81fb64c4fd8ebe2f2c22957c9c2f676074054cb
[ "MIT" ]
40
2016-10-25T14:01:03.000Z
2021-12-07T15:40:54.000Z
source/documentation/iTin.Export.Documentation/Documentation/Properties_T_iTin_Export_ComponentModel_SafeDirectoryCatalog.md
iAJTin/iExportEngine
b81fb64c4fd8ebe2f2c22957c9c2f676074054cb
[ "MIT" ]
1
2021-10-08T12:09:38.000Z
2021-10-08T12:09:38.000Z
source/documentation/iTin.Export.Documentation/Documentation/Properties_T_iTin_Export_ComponentModel_SafeDirectoryCatalog.md
iAJTin/iExportEngine
b81fb64c4fd8ebe2f2c22957c9c2f676074054cb
[ "MIT" ]
5
2018-02-01T03:34:30.000Z
2021-08-16T07:19:23.000Z
# SafeDirectoryCatalog Properties Additional header content The <a href="T_iTin_Export_ComponentModel_SafeDirectoryCatalog">SafeDirectoryCatalog</a> type exposes the following members. ## Properties &nbsp;<table><tr><th></th><th>Name</th><th>Description</th></tr><tr><td>![Public property](media/pubproperty.gif "Pub...
51
291
0.779085
yue_Hant
0.660822
d4d625708913922933ad51782b5984e6c0f6f9bd
17
md
Markdown
1999/01/28/commit.md
johanStrauss83/electrum-1
4cca43a40a81bcc1851ef3f7300aa7003313ac47
[ "MIT" ]
null
null
null
1999/01/28/commit.md
johanStrauss83/electrum-1
4cca43a40a81bcc1851ef3f7300aa7003313ac47
[ "MIT" ]
null
null
null
1999/01/28/commit.md
johanStrauss83/electrum-1
4cca43a40a81bcc1851ef3f7300aa7003313ac47
[ "MIT" ]
null
null
null
12 on 01/28/1999
8.5
16
0.705882
fin_Latn
0.518289
d4d64980f0efd7ab52c32910be3c03d98afc6e0c
2,722
md
Markdown
content/refguide/date-range-field.md
BvdMeijden/docs
78fb6a2b3d74476522a6228958d73484d7422b46
[ "CC-BY-4.0" ]
null
null
null
content/refguide/date-range-field.md
BvdMeijden/docs
78fb6a2b3d74476522a6228958d73484d7422b46
[ "CC-BY-4.0" ]
null
null
null
content/refguide/date-range-field.md
BvdMeijden/docs
78fb6a2b3d74476522a6228958d73484d7422b46
[ "CC-BY-4.0" ]
null
null
null
--- title: "Date Range Field" parent: "report-date-parameter" tags: ["studio pro"] #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. --- ## 1 Introduction A **Date range field** can...
57.914894
302
0.71014
eng_Latn
0.995318
d4d6926f4340db1b05ac50a226b6c8abb7a2b721
6,264
md
Markdown
articles/application-insights/app-insights-java-collectd.md
OpenLocalizationTestOrg/azure-docs-pr15_nl-BE
0820e32985e69325be0aaa272636461e11ed9eca
[ "CC-BY-3.0", "CC-BY-4.0", "MIT" ]
null
null
null
articles/application-insights/app-insights-java-collectd.md
OpenLocalizationTestOrg/azure-docs-pr15_nl-BE
0820e32985e69325be0aaa272636461e11ed9eca
[ "CC-BY-3.0", "CC-BY-4.0", "MIT" ]
null
null
null
articles/application-insights/app-insights-java-collectd.md
OpenLocalizationTestOrg/azure-docs-pr15_nl-BE
0820e32985e69325be0aaa272636461e11ed9eca
[ "CC-BY-3.0", "CC-BY-4.0", "MIT" ]
null
null
null
<properties pageTitle="collectd: perf stats voor Java op Unix in inzichten van toepassing" description="Uitgebreide controle van uw Java-website met de invoegtoepassing CollectD voor toepassing inzichten" services="application-insights" documentationCenter="java" authors="alancameronwills" ...
42.90411
268
0.76357
nld_Latn
0.985538
d4d6a5fce557ac7dfe65a9ba92be936a32b4c012
3,724
md
Markdown
articles/spring-cloud/spring-cloud-quickstart-provision-service-instance.md
ymasaoka/azure-docs.ja-jp
b4e9552f935e0522fe5f13f54a098d7d80ba2a00
[ "CC-BY-4.0", "MIT" ]
1
2021-05-18T23:13:17.000Z
2021-05-18T23:13:17.000Z
articles/spring-cloud/spring-cloud-quickstart-provision-service-instance.md
ymasaoka/azure-docs.ja-jp
b4e9552f935e0522fe5f13f54a098d7d80ba2a00
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/spring-cloud/spring-cloud-quickstart-provision-service-instance.md
ymasaoka/azure-docs.ja-jp
b4e9552f935e0522fe5f13f54a098d7d80ba2a00
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: クイックスタート - Azure Spring Cloud サービスをプロビジョニングする description: アプリのデプロイのための Azure Spring Cloud サービス インスタンスの作成について説明します。 author: MikeDodaro ms.author: brendm ms.service: spring-cloud ms.topic: quickstart ms.date: 08/03/2020 ms.custom: devx-track-java ms.openlocfilehash: c91237e3a14c60e477f58be0bf62f634b462960b ms...
39.617021
250
0.752685
yue_Hant
0.368004
d4d6cd98a1d8e57f748830f556bb9ba27b743b54
1,702
md
Markdown
docs/incidents/2013-07-05.md
gidsg/frontend
5dbbc1572cfad2984c48a8a67ef0d97083b5eeff
[ "Apache-2.0" ]
3
2021-08-21T00:15:06.000Z
2021-11-17T10:53:30.000Z
docs/incidents/2013-07-05.md
gidsg/frontend
5dbbc1572cfad2984c48a8a67ef0d97083b5eeff
[ "Apache-2.0" ]
8
2020-12-07T17:22:09.000Z
2020-12-07T17:22:16.000Z
docs/incidents/2013-07-05.md
gidsg/frontend
5dbbc1572cfad2984c48a8a67ef0d97083b5eeff
[ "Apache-2.0" ]
1
2019-09-28T19:51:46.000Z
2019-09-28T19:51:46.000Z
# Frontend incident report - 05/07/2013 Date 5th July 2013 from 09:00 -> 14:10 ## Summary From about 09:00 (UK time) users on m.guardiannews.com who were located in the USA, started getting served 503 errors. This started off small and was not initially picked up as there are relatively few users from the USA (at t...
43.641026
136
0.782021
eng_Latn
0.999985
d4d74356ec055c252731831762e81d3c3161ca69
6,343
md
Markdown
documents/amazon-sns-developer-guide/doc_source/deploy-event-search-analytics-pipeline.md
siagholami/aws-documentation
2d06ee9011f3192b2ff38c09f04e01f1ea9e0191
[ "CC-BY-4.0" ]
5
2021-08-13T09:20:58.000Z
2021-12-16T22:13:54.000Z
documents/amazon-sns-developer-guide/doc_source/deploy-event-search-analytics-pipeline.md
siagholami/aws-documentation
2d06ee9011f3192b2ff38c09f04e01f1ea9e0191
[ "CC-BY-4.0" ]
null
null
null
documents/amazon-sns-developer-guide/doc_source/deploy-event-search-analytics-pipeline.md
siagholami/aws-documentation
2d06ee9011f3192b2ff38c09f04e01f1ea9e0191
[ "CC-BY-4.0" ]
null
null
null
# Tutorial: To deploy and subscribe the event search and analytics pipeline<a name="deploy-event-search-analytics-pipeline"></a> This tutorial shows how to deploy the [Event Search and Analytics Pipeline](sns-fork-pipeline-as-subscriber.md#sns-fork-event-search-and-analytics-pipeline) and subscribe it to an Amazon SNS...
69.703297
508
0.748226
eng_Latn
0.976614
d4d7abfbb4dbc04f86ea46c198ca985023a7ce2d
3,689
md
Markdown
README.md
vineetsk1/cs231a-project
f6adc7733144502fa891cabf21392a51534de306
[ "IJG" ]
10
2018-08-08T16:27:10.000Z
2021-07-14T03:31:24.000Z
README.md
vineetsk1/cs231a-project
f6adc7733144502fa891cabf21392a51534de306
[ "IJG" ]
null
null
null
README.md
vineetsk1/cs231a-project
f6adc7733144502fa891cabf21392a51534de306
[ "IJG" ]
null
null
null
# CS231A Project CS231A Project about Trajectory Prediction. ## Data Data is stored inside the `data` directory. Within this directory are the datasets for each of the trajectory forecasting "challenges". Challenge 1 is in 3D world coordinates (world human-human), challenge 2 is in 2D image coordinates (image human-...
89.97561
559
0.789374
eng_Latn
0.999708
d4d846d1dd79e9dbecfdce112a18dcaf5a5430a7
6,911
md
Markdown
_posts/2019-04-20-enble.md
idt12312/idken-blog
1cd11dbf462faa737d365b29a1e3efaa425b42ee
[ "MIT" ]
null
null
null
_posts/2019-04-20-enble.md
idt12312/idken-blog
1cd11dbf462faa737d365b29a1e3efaa425b42ee
[ "MIT" ]
7
2016-04-21T09:29:01.000Z
2016-05-04T02:15:45.000Z
_posts/2019-04-20-enble.md
idt12312/idken-blog
1cd11dbf462faa737d365b29a1e3efaa425b42ee
[ "MIT" ]
null
null
null
--- layout: post title: ENBLE:環境センサを作る category: 電子工作 tag: - 電子工作 - BLE - ENBLE comments: true thumb: /images/thumb_enble.jpg --- BLE経由で温度湿度気圧データを収集する、いわゆる環境センサを作りました。 コイン電池で1年以上動き続けます。 * A markdown unordered list which will be replaced with the ToC, excluding the "Contents header" from above {:toc} # 作っ...
41.136905
1,292
0.784112
yue_Hant
0.527393
d4d927be6eebdffbabebb823068cc6c826cefb2b
39
md
Markdown
_includes/03-links.md
sophiacharest/markdown-portfolio
994acb1851f7004ac1f6e4729ee93bae5b30b937
[ "MIT" ]
null
null
null
_includes/03-links.md
sophiacharest/markdown-portfolio
994acb1851f7004ac1f6e4729ee93bae5b30b937
[ "MIT" ]
5
2021-08-18T20:09:45.000Z
2021-08-18T21:44:34.000Z
_includes/03-links.md
sophiacharest/markdown-portfolio
994acb1851f7004ac1f6e4729ee93bae5b30b937
[ "MIT" ]
null
null
null
# [Spotify](https://open.spotify.com/)
19.5
38
0.666667
kor_Hang
0.249784
d4d9354c6512a6e7f1a0eab3a5e0944859ea2014
7,158
md
Markdown
zh/upgrade-tidb-operator.md
liangfb/docs-tidb-operator
ca904a2d2146a217553bf61eeccfbd68a1d572b7
[ "Apache-2.0" ]
null
null
null
zh/upgrade-tidb-operator.md
liangfb/docs-tidb-operator
ca904a2d2146a217553bf61eeccfbd68a1d572b7
[ "Apache-2.0" ]
null
null
null
zh/upgrade-tidb-operator.md
liangfb/docs-tidb-operator
ca904a2d2146a217553bf61eeccfbd68a1d572b7
[ "Apache-2.0" ]
null
null
null
--- title: 升级 TiDB Operator summary: 介绍如何升级 TiDB Operator。 aliases: ['/docs-cn/tidb-in-kubernetes/dev/upgrade-tidb-operator/'] --- # 升级 TiDB Operator 本文介绍如何升级 TiDB Operator 到指定版本。你可以选择[在线升级](#在线升级)或[离线升级](#离线升级)。 ## 在线升级 如果服务器可以访问外网,你可以按照以下步骤在线升级 TiDB Operator: 1. 升级 TiDB Operator 前,确保 Helm repo 包含你需要升级的 TiDB Oper...
31.955357
196
0.644314
yue_Hant
0.264475
d4da7021398e51df0bd0bef53bac72ee1768065b
969
md
Markdown
skills/B01J25EBU8/README.md
zwang695/alexa-skills-list
43fb6168a3313f004d02a910d1d8930f42a5fce4
[ "MIT" ]
null
null
null
skills/B01J25EBU8/README.md
zwang695/alexa-skills-list
43fb6168a3313f004d02a910d1d8930f42a5fce4
[ "MIT" ]
null
null
null
skills/B01J25EBU8/README.md
zwang695/alexa-skills-list
43fb6168a3313f004d02a910d1d8930f42a5fce4
[ "MIT" ]
null
null
null
# [Cat Lady](http://alexa.amazon.com/#skills/amzn1.ask.skill.114da8f2-a002-4640-b4ab-bececdd938d0) ![5 stars](../../images/ic_star_black_18dp_1x.png)![5 stars](../../images/ic_star_black_18dp_1x.png)![5 stars](../../images/ic_star_black_18dp_1x.png)![5 stars](../../images/ic_star_black_18dp_1x.png)![5 stars](../../imag...
38.76
252
0.706914
eng_Latn
0.570848
d4dadd301ba59fedca4a7083cccc71bd2bb4f781
1,057
md
Markdown
learning_cpp.md
miscco/patricia-gallardo.github.io
9722a4aad99d5411a8c02eab603dee26aced6e1e
[ "CC-BY-3.0" ]
3
2021-04-16T14:14:22.000Z
2022-03-14T16:09:17.000Z
learning_cpp.md
miscco/patricia-gallardo.github.io
9722a4aad99d5411a8c02eab603dee26aced6e1e
[ "CC-BY-3.0" ]
14
2022-03-08T16:46:31.000Z
2022-03-16T11:27:12.000Z
learning_cpp.md
miscco/patricia-gallardo.github.io
9722a4aad99d5411a8c02eab603dee26aced6e1e
[ "CC-BY-3.0" ]
145
2022-03-08T16:29:52.000Z
2022-03-21T16:02:36.000Z
--- title: Learning C++ subtitle: Talks layout: "page" icon: fa-book order: 4 --- <div class="item_container"> <div class="item"> <a href="/2018/02/06/cpp_for_java_devs.html" class="image fit"><img src="{{ 'assets/images/mural-1290993_640.jpg' | relative_url }}" alt="" /></a> <header> <...
34.096774
159
0.561968
por_Latn
0.06144
d4dbbb38006dfc956fac49f4e7be598918bebd7d
32
md
Markdown
README.md
hefm/BaiduBCE
51b325c787ac9e70fe8fb35a6207db190b968049
[ "Apache-2.0" ]
null
null
null
README.md
hefm/BaiduBCE
51b325c787ac9e70fe8fb35a6207db190b968049
[ "Apache-2.0" ]
null
null
null
README.md
hefm/BaiduBCE
51b325c787ac9e70fe8fb35a6207db190b968049
[ "Apache-2.0" ]
null
null
null
# BaiduBCE 以图搜图 目前集成百度相似图入库和搜索功能
10.666667
16
0.875
yue_Hant
0.15632
d4dbc191bac4b7e8fc3e37713bda5e5b1d36aea7
2,349
md
Markdown
postman/README.md
yepher/GuruFocusAPI
0768969d3945e3038ef337ac3eca3327f5aea377
[ "Apache-2.0" ]
1
2021-11-03T13:25:56.000Z
2021-11-03T13:25:56.000Z
postman/README.md
yepher/GuruFocusAPI
0768969d3945e3038ef337ac3eca3327f5aea377
[ "Apache-2.0" ]
null
null
null
postman/README.md
yepher/GuruFocusAPI
0768969d3945e3038ef337ac3eca3327f5aea377
[ "Apache-2.0" ]
3
2020-11-04T02:53:18.000Z
2021-11-03T13:25:59.000Z
# Guru Focus API This is a Postman collection for Guru Focus API as defined [here](https://www.gurufocus.com/api.php) ## Usage * Get your API Token [here](https://www.gurufocus.com/api_user.php) * Import `GuruFocus.postman_collection.json` into [Postman](https://www.getpostman.com) * Setup Postman Variable (see bel...
34.043478
101
0.691358
eng_Latn
0.273155
d4ddbe9dc51412979bd68b31c63e8301a4b41142
23
md
Markdown
tests/markdown_list/git-diff-friendly.md
fuelingtheweb/prettier
53edfeb1ded1e2729e3f226f1a3fcc3b42516776
[ "MIT" ]
40,139
2017-02-20T22:01:11.000Z
2022-03-31T19:56:19.000Z
tests/markdown_list/git-diff-friendly.md
fuelingtheweb/prettier
53edfeb1ded1e2729e3f226f1a3fcc3b42516776
[ "MIT" ]
9,185
2017-02-20T22:02:24.000Z
2022-03-31T20:45:07.000Z
tests/markdown_list/git-diff-friendly.md
fuelingtheweb/prettier
53edfeb1ded1e2729e3f226f1a3fcc3b42516776
[ "MIT" ]
4,365
2017-02-21T16:30:33.000Z
2022-03-31T02:49:26.000Z
5. abc 1. def 999. ghi
5.75
8
0.608696
vie_Latn
0.689726
d4de0ac03ba17dddd45826ef1b65c6bb3e379e0b
2,566
md
Markdown
src/da/2018-02/01/05.md
PrJared/sabbath-school-lessons
94a27f5bcba987a11a698e5e0d4279b81a68bc9a
[ "MIT" ]
68
2016-10-30T23:17:56.000Z
2022-03-27T11:58:16.000Z
src/da/2018-02/01/05.md
PrJared/sabbath-school-lessons
94a27f5bcba987a11a698e5e0d4279b81a68bc9a
[ "MIT" ]
367
2016-10-21T03:50:22.000Z
2022-03-28T23:35:25.000Z
src/da/2018-02/01/05.md
OsArts/Bible-study
cfcefde42e21795e217d192a8b7a703ebb7a6c01
[ "MIT" ]
109
2016-08-02T14:32:13.000Z
2022-03-31T10:18:41.000Z
--- title: Jeg er med jer alle dage indtil verdens ende date: 04/04/2018 --- Johannes’ Åbenbaring forudsagde de forfølgelser, som Guds folk blev udsat for i store dele af kirkens historie. De 1260 profetiske dage i Åb 12,6 (se også Åb 12,14) henviser til 1260 år med forfølgelse af kirken. Ellen White taler om forf...
171.066667
872
0.776695
dan_Latn
0.999869
d4de1c27dab54687f5fda35fc16185583296b830
7,828
md
Markdown
training/prostate-bioinformatics-2020-02-18.md
SharonHsu22/sheffield-bioinformatics-core.github.io
983d080f2eec1bd205146b60fe020364e2c15ac5
[ "MIT" ]
4
2020-02-25T22:26:30.000Z
2021-11-07T17:15:10.000Z
training/prostate-bioinformatics-2020-02-18.md
SharonHsu22/sheffield-bioinformatics-core.github.io
983d080f2eec1bd205146b60fe020364e2c15ac5
[ "MIT" ]
null
null
null
training/prostate-bioinformatics-2020-02-18.md
SharonHsu22/sheffield-bioinformatics-core.github.io
983d080f2eec1bd205146b60fe020364e2c15ac5
[ "MIT" ]
13
2017-08-24T14:57:33.000Z
2021-06-16T11:39:23.000Z
--- layout: page organizer: Sheffield Bioinformatics Core title: Crash Course in R and Prostate Cancer Bioinformatics excerpt: "RNA-seq in R" startDate: 2020-02-18 endDate: 2020-02-20 startTime: 9.30 endTime: 17.00 city: Oxford postcode: country: United Kingdom venue: description: "In this workshop, you will be learn...
57.558824
661
0.780531
eng_Latn
0.926702
d4de2febe3cf4a87203c20b5066077102bf72cf6
394
md
Markdown
README.md
laucliff/gardenplot
90d686f91bd6e41780c601c43230905e4b9e5efa
[ "MIT" ]
null
null
null
README.md
laucliff/gardenplot
90d686f91bd6e41780c601c43230905e4b9e5efa
[ "MIT" ]
null
null
null
README.md
laucliff/gardenplot
90d686f91bd6e41780c601c43230905e4b9e5efa
[ "MIT" ]
null
null
null
A simple side project in order to better understand the react flux/redux setup. Choose the dimensions of your garden via dropdown. Click on the plots to activate a drawer, where you can plant a seed of your choosing. The app will keep track of percentage growth. You can uproot a garden square at any time. Backend st...
39.4
226
0.791878
eng_Latn
0.999417
d4de5cdeace61f3797d6a9a256fedd4763cbfcc3
36
md
Markdown
en/10-solr-cloud/10-3-solrcloud-configuration-and-parameters/10-3-3-zookeeper-access-control.md
aqrun/solr6
578e0d95d03bd551df8f65d4151c6e7223f69b08
[ "Apache-2.0" ]
null
null
null
en/10-solr-cloud/10-3-solrcloud-configuration-and-parameters/10-3-3-zookeeper-access-control.md
aqrun/solr6
578e0d95d03bd551df8f65d4151c6e7223f69b08
[ "Apache-2.0" ]
null
null
null
en/10-solr-cloud/10-3-solrcloud-configuration-and-parameters/10-3-3-zookeeper-access-control.md
aqrun/solr6
578e0d95d03bd551df8f65d4151c6e7223f69b08
[ "Apache-2.0" ]
null
null
null
# 10.3.3. Zookeeper Access Control
12
34
0.722222
eng_Latn
0.437866
d4debd6fe97519b849e56e116298253e57fb0dbf
9,024
md
Markdown
Document.md
honetools/formats
ce154b62ceef7595e44cb911927a389ab7916689
[ "MIT" ]
null
null
null
Document.md
honetools/formats
ce154b62ceef7595e44cb911927a389ab7916689
[ "MIT" ]
null
null
null
Document.md
honetools/formats
ce154b62ceef7595e44cb911927a389ab7916689
[ "MIT" ]
null
null
null
# Hone document format The Hone document is a collection of values and resources relating to one project whose values are managed with Hone. On the editing side, the tool edits the values in this document. On the device side, the document is typically bundled in the app, and the library loads values from this bundle...
48
463
0.762079
eng_Latn
0.999119
d4df82b683f491097910b2b47fb89fe8d9acb8aa
699
md
Markdown
README.md
MulberryHouseSoftware/coronavirus-uk-data-excel-addin
5c971de27e602a56ec88ae13debe2ee31afbea45
[ "MIT" ]
null
null
null
README.md
MulberryHouseSoftware/coronavirus-uk-data-excel-addin
5c971de27e602a56ec88ae13debe2ee31afbea45
[ "MIT" ]
null
null
null
README.md
MulberryHouseSoftware/coronavirus-uk-data-excel-addin
5c971de27e602a56ec88ae13debe2ee31afbea45
[ "MIT" ]
null
null
null
# coronavirus-uk-data-excel-addin Access up to the date Coronavirus data in Excel. ## Debugging This add-in supports debugging using any of the following techniques: - [Use a browser's developer tools](https://docs.microsoft.com/office/dev/add-ins/testing/debug-add-ins-in-office-online) - [Attach a debugger from th...
43.6875
150
0.776824
eng_Latn
0.503592
d4e037a5177cf0b2ba12c5587f095b7abd3e6f6c
1,112
md
Markdown
pages/equipe.md
edvansts/projetokube-site
90db9f3fb98fce78c1c64d128b09af3bee0ac90d
[ "MIT" ]
1
2019-10-28T15:35:13.000Z
2019-10-28T15:35:13.000Z
pages/equipe.md
edvansts/projetokube-site
90db9f3fb98fce78c1c64d128b09af3bee0ac90d
[ "MIT" ]
44
2019-10-28T13:36:07.000Z
2021-01-07T16:57:00.000Z
pages/equipe.md
edvansts/projetokube-site
90db9f3fb98fce78c1c64d128b09af3bee0ac90d
[ "MIT" ]
6
2019-10-27T18:19:48.000Z
2019-12-19T22:27:23.000Z
--- layout: page date: November 2019 title: Quem Somos permalink: /equipe/ tags: [equipe, professor, aluno, pesquisador, como participar] grupoProfessor: - Professor - Coordenador grupoAluno: - Estudante - Estudante - Bolsista --- A equipe do **{{site.title}}** é multidisciplinar e composta por alunos e prof...
35.870968
249
0.740108
por_Latn
0.996114
d4e04122548e6adad8474ea3e7e7883b78d1b898
1,560
md
Markdown
_pages/curriculum/social-media-safety/social-media-safety-awareness/synthesis/synthesis-social-media-awareness/synthesis-social-media-awareness.md
the-engine-room/level-up
fec4d86f41c879d089767c65f40d3eb388e35426
[ "AAL" ]
20
2016-05-27T16:12:56.000Z
2022-01-20T11:42:46.000Z
_pages/curriculum/social-media-safety/social-media-safety-awareness/synthesis/synthesis-social-media-awareness/synthesis-social-media-awareness.md
the-engine-room/level-up
fec4d86f41c879d089767c65f40d3eb388e35426
[ "AAL" ]
102
2016-05-30T09:38:29.000Z
2021-12-21T20:26:46.000Z
_pages/curriculum/social-media-safety/social-media-safety-awareness/synthesis/synthesis-social-media-awareness/synthesis-social-media-awareness.md
the-engine-room/level-up
fec4d86f41c879d089767c65f40d3eb388e35426
[ "AAL" ]
16
2016-06-13T20:45:41.000Z
2021-09-21T14:47:18.000Z
--- layout: content-page title: "Synthesis: Social Media Safety Awareness" author: Ali Ravi, Daniel O'Clunaigh, Samir Nassar, DJ, Lindsay Beck parent: "Social Media Safety Awareness" summary: "A final review of the session module on Social Media Safety, and an opportunity for final questions and concerns to be addresse...
57.777778
142
0.786538
eng_Latn
0.998816
d4e04e0c30907ffba39d03e83bbab02e962d6233
2,642
md
Markdown
brazil/README.md
gfpaludo/2
476769913a218627b890537f713580a931acc76e
[ "CC0-1.0" ]
13
2020-01-20T23:06:48.000Z
2020-10-05T18:11:34.000Z
brazil/README.md
gfpaludo/2
476769913a218627b890537f713580a931acc76e
[ "CC0-1.0" ]
1
2020-12-03T18:50:01.000Z
2020-12-03T18:50:01.000Z
brazil/README.md
gfpaludo/2
476769913a218627b890537f713580a931acc76e
[ "CC0-1.0" ]
6
2020-10-16T13:54:02.000Z
2021-04-12T20:26:10.000Z
# Brazil ## Build Your Own `brazil.db` Copy Try in your working folder (that is, `/brazil`): ``` $ sportdb build $ sportdb --verbose build # or for more (verbose) details incl. debug info ``` This will - setup a new single-file SQLite database e.g. `./sport.db` - read in all datasets in plain...
34.763158
94
0.616578
eng_Latn
0.265508
d4e080a71fc69110de8a71494c8b818506737b72
3,423
md
Markdown
notes/Databases/Relational databases/Relational-databases.md
nikola-kovacevic/learning-notes
35cfab1138d930db7f609c01c31ee353d5c25d80
[ "MIT" ]
1
2021-05-29T17:24:27.000Z
2021-05-29T17:24:27.000Z
notes/Databases/Relational databases/Relational-databases.md
nikola-kovacevic/learning-notes
35cfab1138d930db7f609c01c31ee353d5c25d80
[ "MIT" ]
null
null
null
notes/Databases/Relational databases/Relational-databases.md
nikola-kovacevic/learning-notes
35cfab1138d930db7f609c01c31ee353d5c25d80
[ "MIT" ]
null
null
null
--- title: Relational databases --- ### Relational Database A relational database refers to a database that stores data in a structured format, using rows and columns. This makes it easy to locate and access specific values within the database. It is relational because the values within each table are related to each...
77.795455
572
0.787905
eng_Latn
0.999439
d4e11f057c5bda356768fd142f2b1ed3982f04b3
1,593
md
Markdown
README.md
dhuang05/Business-Calendar-Full-Stack
14a38b2a6ef9b58ecc40a2ef910b3d7f35c62b63
[ "FSFAP" ]
null
null
null
README.md
dhuang05/Business-Calendar-Full-Stack
14a38b2a6ef9b58ecc40a2ef910b3d7f35c62b63
[ "FSFAP" ]
null
null
null
README.md
dhuang05/Business-Calendar-Full-Stack
14a38b2a6ef9b58ecc40a2ef910b3d7f35c62b63
[ "FSFAP" ]
1
2021-07-23T13:22:30.000Z
2021-07-23T13:22:30.000Z
# Business-Calendar-Full-Stack This Business Calendar app is for finance business process automation. The App has: 1. Built in hundreds of business calendars of Banks and Governments covering 50 states in USA and all provinces in Canada. 2. Calendar admin to create new Calendar in flying speed. and maintain Calendara...
63.72
182
0.806654
eng_Latn
0.351783
d4e126c253898e7e7e3da7fc5639ab320c28347c
36
md
Markdown
README.md
asuas/calculator
dc84b4f880f2c481f16299f705a76c4708dcf4f6
[ "MIT" ]
null
null
null
README.md
asuas/calculator
dc84b4f880f2c481f16299f705a76c4708dcf4f6
[ "MIT" ]
null
null
null
README.md
asuas/calculator
dc84b4f880f2c481f16299f705a76c4708dcf4f6
[ "MIT" ]
2
2019-02-12T13:44:01.000Z
2019-02-12T16:55:54.000Z
# calculator Calculator web service
12
22
0.833333
eng_Latn
0.636061
d4e178ba619759b7e855f1e488166467fa915129
2,991
md
Markdown
README.md
SavageCore/ShadowFox
f071b1e86365c41c441db8772cc47cec1be2d6e9
[ "MIT" ]
null
null
null
README.md
SavageCore/ShadowFox
f071b1e86365c41c441db8772cc47cec1be2d6e9
[ "MIT" ]
null
null
null
README.md
SavageCore/ShadowFox
f071b1e86365c41c441db8772cc47cec1be2d6e9
[ "MIT" ]
null
null
null
![header](.github/Screenshots/header.png) ShadowFox was inspired by changes made in Firefox 57, which limited the amount addons could customize both the user interface and "protected" web pages. This project aims at creating a universal dark theme for Firefox while adhering to the modern design principles set by Mozi...
51.568966
358
0.783016
eng_Latn
0.953379
d4e1dffebf9d27ba82faa1fe0b05fa3b7588aa72
1,537
md
Markdown
docs/error-messages/tool-errors/global-constants-in-cpp.md
POMATOpl/cpp-docs.pl-pl
ae1925d41d94142f6a43c4e721d45cbbbfeda4c7
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/error-messages/tool-errors/global-constants-in-cpp.md
POMATOpl/cpp-docs.pl-pl
ae1925d41d94142f6a43c4e721d45cbbbfeda4c7
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/error-messages/tool-errors/global-constants-in-cpp.md
POMATOpl/cpp-docs.pl-pl
ae1925d41d94142f6a43c4e721d45cbbbfeda4c7
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- description: 'Dowiedz się więcej o: globalnych stałych w języku C++' title: Stałe globalne w C++ ms.date: 11/04/2016 helpviewer_keywords: - global constants - constants, global ms.assetid: df5a9bd4-d0a8-4c1c-956e-b481d0bded7d ms.openlocfilehash: 8e960e7e10942fc231fcdeafef6e8d755694c460 ms.sourcegitcommit: d6af41e42...
30.74
298
0.776838
pol_Latn
0.999116
d4e257b9ab7710185f7a3b827cfe148009eb3e5b
53
md
Markdown
README.md
justcallmecity/Chicken-Talk
d8641421d88dc2d1070ef03abbcd2769e5a6d168
[ "BSL-1.0" ]
null
null
null
README.md
justcallmecity/Chicken-Talk
d8641421d88dc2d1070ef03abbcd2769e5a6d168
[ "BSL-1.0" ]
null
null
null
README.md
justcallmecity/Chicken-Talk
d8641421d88dc2d1070ef03abbcd2769e5a6d168
[ "BSL-1.0" ]
null
null
null
# Chicken-Talk The borad of judges who were bandgang
17.666667
37
0.792453
eng_Latn
0.999147
d4e26eb83e817e64989ec40bbc85ad316266fa18
290
md
Markdown
_themes/Purple Haze.md
vladimir-bebeshko/colorsublime.github.io
b05d41f46ef2ba605a1be18d3a1d705209dd7532
[ "MIT" ]
19
2018-05-07T07:37:37.000Z
2021-12-18T23:04:16.000Z
_themes/Purple Haze.md
vladimir-bebeshko/colorsublime.github.io
b05d41f46ef2ba605a1be18d3a1d705209dd7532
[ "MIT" ]
3
2021-03-08T23:57:57.000Z
2021-09-27T20:50:25.000Z
_themes/Purple Haze.md
vladimir-bebeshko/colorsublime.github.io
b05d41f46ef2ba605a1be18d3a1d705209dd7532
[ "MIT" ]
11
2017-11-19T00:27:05.000Z
2021-05-09T15:39:23.000Z
--- Author: "Branko Tomić – klomontes" Description: "Custom dark theme for those who love purple. Contrast was adjusted to be easy for your eyes ad it makes your switch from Monokai easy." FileName: "PurpleHaze.tmTheme" ID: "PurpleHaze" Title: "Purple Haze" layout: theme ---
32.222222
151
0.717241
eng_Latn
0.932974
d4e29815af8507f7f16b06f5926bafceb7d9acfa
76
md
Markdown
smartapps/mrnohr/dimmers-always-full.src/README.md
mrnohr/my-smartapps
d6d9be67ec09a5a31ee07030f6a81294e08c0329
[ "Apache-2.0" ]
8
2015-08-10T13:05:45.000Z
2021-02-09T22:22:30.000Z
smartapps/mrnohr/dimmers-always-full.src/README.md
mrnohr/example-smartapps
d6d9be67ec09a5a31ee07030f6a81294e08c0329
[ "Apache-2.0" ]
null
null
null
smartapps/mrnohr/dimmers-always-full.src/README.md
mrnohr/example-smartapps
d6d9be67ec09a5a31ee07030f6a81294e08c0329
[ "Apache-2.0" ]
5
2015-08-14T21:22:05.000Z
2017-01-09T02:34:17.000Z
Any time a dimmeable light turns on or changes level, reset the level to 99
38
75
0.789474
eng_Latn
0.999144
d4e42746c1865408eb70cb9ed07f961cd6a14bb2
22,686
md
Markdown
model_zoo/official/nlp/cpm/README.md
Vincent34/mindspore
a39a60878a46e7e9cb02db788c0bca478f2fa6e5
[ "Apache-2.0" ]
null
null
null
model_zoo/official/nlp/cpm/README.md
Vincent34/mindspore
a39a60878a46e7e9cb02db788c0bca478f2fa6e5
[ "Apache-2.0" ]
null
null
null
model_zoo/official/nlp/cpm/README.md
Vincent34/mindspore
a39a60878a46e7e9cb02db788c0bca478f2fa6e5
[ "Apache-2.0" ]
null
null
null
# Contents [查看中文](./README_CN.md) <!-- TOC --> - [CPM Description](#CPM-Description) - [Model Architecture](#Model-Architecture) - [Dataset](#Dataset) - [Environment Requirements](#Environment-Requirements) - [Quick Start](#Quick Start) - [Script Description](#Script-Description) - [Script and Sample Code](#Scri...
51.913043
399
0.65287
eng_Latn
0.900511
d4e47be7a2146a1e577db6061ee427fd41bbfc14
449
md
Markdown
edm/README.md
rahulporuri/shippingPython
8f811a22965f1e5de6b15a1842047e48ee7ed709
[ "MIT" ]
null
null
null
edm/README.md
rahulporuri/shippingPython
8f811a22965f1e5de6b15a1842047e48ee7ed709
[ "MIT" ]
null
null
null
edm/README.md
rahulporuri/shippingPython
8f811a22965f1e5de6b15a1842047e48ee7ed709
[ "MIT" ]
null
null
null
* `$ edm environments export BASE_ENV -f bundled_env.json` to create the bundle file from an environment. * `$ edm environments import NEW_ENV -f bundled_env.json` to create an environment from the bundle file. Note : a bundle file is OS-dependent and python-dependent. There is currently no way to automatically create...
40.818182
82
0.792873
eng_Latn
0.985359
d4e4aaf640b70ee348ee28b0f80317b40bdd54a9
58
md
Markdown
README.md
vndatacube/odc-config-files
266c296d3ec84cfb429a2898b89210bafff6004d
[ "Apache-2.0" ]
null
null
null
README.md
vndatacube/odc-config-files
266c296d3ec84cfb429a2898b89210bafff6004d
[ "Apache-2.0" ]
null
null
null
README.md
vndatacube/odc-config-files
266c296d3ec84cfb429a2898b89210bafff6004d
[ "Apache-2.0" ]
null
null
null
# odc-config-files Config files for the Vietnam Data Cube
19.333333
38
0.793103
yue_Hant
0.849106
d4e4c7a9bf92a7100042755fe4c19206c4929a11
1,385
md
Markdown
docs/components/message.md
linshuizanghuaren/wiki
fc1f05343263668b44907f6cbba6080382e3137d
[ "MIT" ]
null
null
null
docs/components/message.md
linshuizanghuaren/wiki
fc1f05343263668b44907f6cbba6080382e3137d
[ "MIT" ]
null
null
null
docs/components/message.md
linshuizanghuaren/wiki
fc1f05343263668b44907f6cbba6080382e3137d
[ "MIT" ]
null
null
null
--- title: Message 消息提示 --- # Message 消息提示 <Badge text="pass" type="success"/> <Badge text="0.0.1"/> <ClientOnly> <message-></message-> </ClientOnly> message 属性虽然支持传入 HTML 片段,但是在网站上动态渲染任意 HTML 是非常危险的,因为容易导致 XSS 攻击。因此在 dangerouslyUseHTMLString 打开的情况下,请确保 message 的内容是可信的,永远不要将用户提交的内容赋值给 message 属性。 ### 全局...
27.7
148
0.623105
yue_Hant
0.20337
d4e518bfc48f7e65b7dce60df00418098e40684b
1,598
md
Markdown
README.md
silicon-vlsi-org/eda-netgen
c95608eca003872945e2b3dbadf2501d6690a0c4
[ "MIT" ]
null
null
null
README.md
silicon-vlsi-org/eda-netgen
c95608eca003872945e2b3dbadf2501d6690a0c4
[ "MIT" ]
null
null
null
README.md
silicon-vlsi-org/eda-netgen
c95608eca003872945e2b3dbadf2501d6690a0c4
[ "MIT" ]
null
null
null
# Netgen ### Current distribution version 1.5.185 Precompiled for **64b 18.04 Ubuntu and Ubuntu-based Linux**. It's also tested on a light-weight Ubuntu-variant LXLE distro. If you are interested in compiling from the source, instructions in [ADMIN.md:Compiling and Installing Magic](ADMIN.md) should help. [Netgen] is ...
49.9375
256
0.739049
eng_Latn
0.983783
d4e565003072d660cb44559f92a08267894a5307
235
md
Markdown
content/sessions/contributed1b.md
QCrypt/public-website
13f8959b4deed70975be7b190538f244e14e8f3e
[ "MIT" ]
null
null
null
content/sessions/contributed1b.md
QCrypt/public-website
13f8959b4deed70975be7b190538f244e14e8f3e
[ "MIT" ]
4
2019-09-23T08:33:25.000Z
2019-10-21T14:19:54.000Z
content/sessions/contributed1b.md
QCrypt/public-website
13f8959b4deed70975be7b190538f244e14e8f3e
[ "MIT" ]
null
null
null
--- title: "Contributed Talks 1b: Mostly Theory (Chairs: Omar Fawzi and Carl Miller)" format: contributed papers: - 89 - 100 - 10 - 52 videoId: "HUkZSjrxA_o" presentation: null draft: false --- Download the [chat](/chat/1b_chat.txt).
15.666667
81
0.714894
eng_Latn
0.64349
d4e8382734d98808ab0625c0138f4f1d2d2ad3ed
1,052
md
Markdown
_pentesting/91-java-base.md
Shimenrock/Shimenrock.github.io
933a5a670274c8ba853a436bff8fb120c19bc822
[ "MIT" ]
null
null
null
_pentesting/91-java-base.md
Shimenrock/Shimenrock.github.io
933a5a670274c8ba853a436bff8fb120c19bc822
[ "MIT" ]
2
2020-02-20T22:47:31.000Z
2022-03-26T02:19:56.000Z
_pentesting/91-java-base.md
Shimenrock/shimenrock.github.io
933a5a670274c8ba853a436bff8fb120c19bc822
[ "MIT" ]
null
null
null
--- title: "JAVA基本概念" permalink: /pentesting/java-base/ excerpt: "JAVA基本概念" published: true related: true toc: true toc_sticky: true redirect_from: - /theme-setup/ categories: - penetrate - deserialization --- **JAVA :Write Once, Run Anywhere** **编程语言** - 系统级: C, C++ ,go - 应用级: C#, JAVA , Python, Perl , Ruby...
15.028571
69
0.692015
yue_Hant
0.625646
d4e8aa41c084092eb2428e9f1f6152f947a2e0b4
28,429
md
Markdown
README.md
siddhanth0412/SudokuSolvingApp
a68af52a85198cc54f412cfaa6e62e43bdf85f12
[ "MIT" ]
1
2021-11-23T20:55:34.000Z
2021-11-23T20:55:34.000Z
README.md
siddhanth0412/SudokuSolvingApp
a68af52a85198cc54f412cfaa6e62e43bdf85f12
[ "MIT" ]
null
null
null
README.md
siddhanth0412/SudokuSolvingApp
a68af52a85198cc54f412cfaa6e62e43bdf85f12
[ "MIT" ]
null
null
null
# SudokuSolvingApp [Sudoku Solving App](https://github.com/siddhanth0412/SudokuSolvingApp/blob/98ba70d756ccbf78371dd5e275a9d6a00ce66831/Sudoku%20Solver.apk) # ABSTRACT In the last decade, solving the Sudoku puzzle has become every one’s passion. The simplicity of puzzle’s structure and the low requirement of mathemat...
61.802174
208
0.803616
eng_Latn
0.999874
d4e96a8ec70b32b188fb1d9ae50d52dc7a5495d6
1,927
md
Markdown
README.md
conorturner/bach
049ab058ebed0d7d9c2c17e1b7793d3a1225aa25
[ "MIT" ]
null
null
null
README.md
conorturner/bach
049ab058ebed0d7d9c2c17e1b7793d3a1225aa25
[ "MIT" ]
7
2020-07-16T16:54:46.000Z
2022-01-22T10:28:29.000Z
README.md
conorturner/bach
049ab058ebed0d7d9c2c17e1b7793d3a1225aa25
[ "MIT" ]
null
null
null
# Bach Orchestrate a cluster of preemptible virtual machines on google compute engine. ## Prerequisites - Node.js - Installing node and npm - Running as a command line tool - Docker - Setting up docker to run on local machine - Setting up a docker host on a local subnet - Google Cloud CLI - Get started wit...
27.927536
201
0.766476
eng_Latn
0.757599
d4e96f58ed823b352b013f567dd3440c71ea3c4e
959
md
Markdown
docs/reference/errors-and-warnings/NU1100.md
Miguel-byte/docs.microsoft.com-nuget.es-es
153c1681e525d66f2e17c8d470556db5acd9c04d
[ "MIT" ]
1
2019-01-05T03:20:00.000Z
2019-01-05T03:20:00.000Z
docs/reference/errors-and-warnings/NU1100.md
Miguel-byte/docs.microsoft.com-nuget.es-es
153c1681e525d66f2e17c8d470556db5acd9c04d
[ "MIT" ]
null
null
null
docs/reference/errors-and-warnings/NU1100.md
Miguel-byte/docs.microsoft.com-nuget.es-es
153c1681e525d66f2e17c8d470556db5acd9c04d
[ "MIT" ]
null
null
null
--- title: Error de NuGet NU1001 description: Código de error NU1100 author: zhili1208 ms.author: lzhi ms.date: 06/25/2018 ms.topic: reference ms.reviewer: anangaur f1_keywords: - NU1100 ms.openlocfilehash: caae73c47604754fdaf33d35dfe850ed03fbef37 ms.sourcegitcommit: 1d1406764c6af5fb7801d462e0c4afc9092fa569 ms.translat...
36.884615
225
0.787278
spa_Latn
0.828096
d4e9b11b0287a24be435afd9b8ccdcffd8abad12
801
md
Markdown
ch5/questions.md
jakdept/pythonbook
862e445ef1bcb36c890fe7e27e144354f6c855b5
[ "MIT" ]
null
null
null
ch5/questions.md
jakdept/pythonbook
862e445ef1bcb36c890fe7e27e144354f6c855b5
[ "MIT" ]
null
null
null
ch5/questions.md
jakdept/pythonbook
862e445ef1bcb36c890fe7e27e144354f6c855b5
[ "MIT" ]
null
null
null
# Automate the Boring Stuff with Python ## Chapter 5 Questions 1. What does the code for an empty dictionary look like? 2. What does a dictionary value with a key `'foo'` and a value `42` look like? 3. What is the main difference between a dictionary and a list? 4. What happens if you try to access `spam['foo']` if `s...
44.5
136
0.699126
eng_Latn
0.999365
d4e9eb2fdc1b89ebb599c42b90e3194f432982b7
2,608
md
Markdown
README.md
omisego/js-starter-kit
5b8da56deafc9047f59ea40332cfcffbc8e6398c
[ "Apache-2.0" ]
12
2019-02-15T10:19:08.000Z
2020-04-14T06:02:18.000Z
README.md
omisego/js-starter-kit
5b8da56deafc9047f59ea40332cfcffbc8e6398c
[ "Apache-2.0" ]
12
2019-02-15T08:36:38.000Z
2019-11-25T08:15:56.000Z
README.md
omisego/js-starter-kit
5b8da56deafc9047f59ea40332cfcffbc8e6398c
[ "Apache-2.0" ]
5
2019-03-06T02:02:55.000Z
2020-02-03T12:02:23.000Z
# js-starter-kit This is an example client side wallet built in Vue.js which allows you to make interactions with the OMG network from the browser. Before you get started, make sure you have a local instance of elixir-omg running or have access to an already deployed network. Feel free to build on top of the function...
59.272727
350
0.783359
eng_Latn
0.999156
d4ea206fcd6ba60e39742ccc6b82686c1d0d458c
358
md
Markdown
aws/2019/02_A_Data_Driven_Roadmap_To_Enterprise_IT_Strategy.md
amorphic/conference_notes
e6254e0e052dcf73bd0cd327c282ee3597a5f9c1
[ "MIT" ]
null
null
null
aws/2019/02_A_Data_Driven_Roadmap_To_Enterprise_IT_Strategy.md
amorphic/conference_notes
e6254e0e052dcf73bd0cd327c282ee3597a5f9c1
[ "MIT" ]
null
null
null
aws/2019/02_A_Data_Driven_Roadmap_To_Enterprise_IT_Strategy.md
amorphic/conference_notes
e6254e0e052dcf73bd0cd327c282ee3597a5f9c1
[ "MIT" ]
null
null
null
* Virtuous Cycle * data ingest -> learn -> improve -> ingest * Builds out a defensive business "moat" * Key Ingredients * Coherent Strategy * OGTM * Coporate Strategy -> AI Strategy * Digital/Data Strategies * "Cascades Down" * Operating Model * Execution * Vision...
25.571429
47
0.603352
eng_Latn
0.568839