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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8d98f1fa593ab731727032f30339e122495eb1b1 | 34 | md | Markdown | README.md | MaySoMusician/msmsm-work-nuxt | 1502765524647478461715265ddf5448918639f5 | [
"MIT"
] | null | null | null | README.md | MaySoMusician/msmsm-work-nuxt | 1502765524647478461715265ddf5448918639f5 | [
"MIT"
] | null | null | null | README.md | MaySoMusician/msmsm-work-nuxt | 1502765524647478461715265ddf5448918639f5 | [
"MIT"
] | null | null | null | # MaySoMusician's Studio of Music
| 17 | 33 | 0.794118 | eng_Latn | 0.551998 |
8d996973e0a59c54b531a62ffc07c520f5087eb1 | 450 | md | Markdown | .github/ISSUE_TEMPLATE/feature_request.md | JohnRGee/n | afae1935e634c82e1f31d7508f6c2af66bcba701 | [
"MIT"
] | 16 | 2019-03-18T15:50:49.000Z | 2020-09-17T17:19:05.000Z | .github/ISSUE_TEMPLATE/feature_request.md | JohnRGee/n | afae1935e634c82e1f31d7508f6c2af66bcba701 | [
"MIT"
] | 10 | 2019-06-05T21:01:06.000Z | 2021-03-27T23:05:14.000Z | .github/ISSUE_TEMPLATE/feature_request.md | JohnRGee/n | afae1935e634c82e1f31d7508f6c2af66bcba701 | [
"MIT"
] | 3 | 2020-02-20T17:41:30.000Z | 2021-08-17T03:24:44.000Z | ---
name: Feature request
about: Suggest an idea for this project
---
# Feature Request
<!--
The text in these markdown comments is instructions that will not appear in the displayed issue.
This is a suggested template, but you don't have to follow it!
-->
## Problem
<!--
A clear and concise description of what th... | 18 | 96 | 0.704444 | eng_Latn | 0.999709 |
8d9a12b6926a47261cc5ff53c07b0e3523152b83 | 2,202 | md | Markdown | docs/README.md | niooss-ledger/tpm2-pkcs11 | 39f1e0b8b5cd108be95561f626c1ba47e50563fc | [
"BSD-2-Clause"
] | 155 | 2018-09-20T16:56:07.000Z | 2022-03-30T11:13:42.000Z | docs/README.md | niooss-ledger/tpm2-pkcs11 | 39f1e0b8b5cd108be95561f626c1ba47e50563fc | [
"BSD-2-Clause"
] | 668 | 2018-09-21T20:55:02.000Z | 2022-03-31T17:28:10.000Z | docs/README.md | niooss-ledger/tpm2-pkcs11 | 39f1e0b8b5cd108be95561f626c1ba47e50563fc | [
"BSD-2-Clause"
] | 82 | 2018-09-20T16:55:53.000Z | 2022-02-25T20:01:33.000Z | # tpm2-pkcs11
[](https://github.com/tpm2-software/tpm2-pkcs11/actions)
[](https://codecov.io/gh/tpm2-software/tpm2-pkcs11)
[![Language gra... | 64.764706 | 194 | 0.757039 | yue_Hant | 0.499602 |
8d9a2ef507b19ba1e5e4a15be409819fab608b1c | 7,813 | md | Markdown | docs/guides/network-transform.md | arjundashrath/rest-hooks | e25158a28c5bdc90aeb7fa6e7ca2c43580f6f88f | [
"Apache-2.0"
] | null | null | null | docs/guides/network-transform.md | arjundashrath/rest-hooks | e25158a28c5bdc90aeb7fa6e7ca2c43580f6f88f | [
"Apache-2.0"
] | 1 | 2022-01-23T11:40:10.000Z | 2022-01-23T11:40:10.000Z | docs/guides/network-transform.md | arjundashrath/rest-hooks | e25158a28c5bdc90aeb7fa6e7ca2c43580f6f88f | [
"Apache-2.0"
] | null | null | null | ---
title: Transforming data on fetch
---
import HooksPlayground from '@site/src/components/HooksPlayground';
All network requests flow through the `fetch()` method, so any transforms needed can simply
be done by overriding it with a call to super.
> Note: If you retain control over the API design, generally it's pr... | 33.676724 | 222 | 0.702163 | eng_Latn | 0.895685 |
8d9a4deb234eaa787769a6c1327f54be9408b743 | 387 | md | Markdown | CHANGELOG.md | karlosmid/absinthe_websocket | b08e0cf07c1dcdbb98e14c3905d8ee7b777aee66 | [
"MIT"
] | 8 | 2018-07-13T20:54:53.000Z | 2020-03-07T08:27:11.000Z | CHANGELOG.md | karlosmid/absinthe_websocket | b08e0cf07c1dcdbb98e14c3905d8ee7b777aee66 | [
"MIT"
] | 10 | 2018-07-13T15:29:19.000Z | 2019-12-04T18:58:15.000Z | CHANGELOG.md | karlosmid/absinthe_websocket | b08e0cf07c1dcdbb98e14c3905d8ee7b777aee66 | [
"MIT"
] | 3 | 2018-11-28T19:53:45.000Z | 2021-12-17T15:47:10.000Z | # Changelog
## v0.2.2 (02/08/2019)
- Capture errors on 'success' calls (https://github.com/annkissam/absinthe_websocket/pull/6/files)
- Allow resubscribe on reconnect (https://github.com/annkissam/absinthe_websocket/pull/4)
## v0.2.1 (11/29/2018)
- Added ability to unsubscribe (https://github.com/annkissam/absinthe_... | 27.642857 | 98 | 0.739018 | eng_Latn | 0.19565 |
8d9bcbc88e19bb17bf24feeb3755bf8e57e94d5c | 1,211 | md | Markdown | README.md | xdkxsquirrel/dataSort | 454f679f9d15b0fb5cf26e794018b9f66f7b0455 | [
"MIT"
] | null | null | null | README.md | xdkxsquirrel/dataSort | 454f679f9d15b0fb5cf26e794018b9f66f7b0455 | [
"MIT"
] | null | null | null | README.md | xdkxsquirrel/dataSort | 454f679f9d15b0fb5cf26e794018b9f66f7b0455 | [
"MIT"
] | null | null | null | # dataSort
Program takes two inputs, run program with: ./dataSort test3.bin test3.out
## Program Purpose:
Takes as arguments the name of a binary input file and a text output file. The binary input file contains 12 bit unsigned values. The output file contains the 32 largest numbers and the last 32 numbers read from ... | 55.045455 | 268 | 0.774566 | eng_Latn | 0.996269 |
8d9d08f55b7001d06a580c5ab5c3217a574747ca | 11,171 | md | Markdown | README.md | robertoseidenberg/AppReceiptValidator | d57c87e69dc48319649a5dd71467eea9f559b0ed | [
"Apache-2.0"
] | 310 | 2018-02-14T15:46:28.000Z | 2022-03-13T06:52:27.000Z | README.md | robertoseidenberg/AppReceiptValidator | d57c87e69dc48319649a5dd71467eea9f559b0ed | [
"Apache-2.0"
] | 26 | 2018-02-14T10:15:45.000Z | 2022-02-18T13:59:00.000Z | README.md | robertoseidenberg/AppReceiptValidator | d57c87e69dc48319649a5dd71467eea9f559b0ed | [
"Apache-2.0"
] | 38 | 2018-02-16T11:45:47.000Z | 2022-02-08T03:23:44.000Z | # AppReceiptValidator
[](https://github.com/Carthage/Carthage)

.
Contact via https://github.com/goffinet.
* [ Format HTML](https://biblio.goffinet.org/)
* [ Fo... | 17.219697 | 110 | 0.735152 | fra_Latn | 0.25309 |
8d9efd426edd1525ae1dc8a3c3635ff892ff4582 | 2,372 | md | Markdown | docs/components/chart-builder/1.0/index.md | shafi-/wiki | ba6aeb9295ba86d129416074352bb719612ffa40 | [
"MIT"
] | null | null | null | docs/components/chart-builder/1.0/index.md | shafi-/wiki | ba6aeb9295ba86d129416074352bb719612ffa40 | [
"MIT"
] | null | null | null | docs/components/chart-builder/1.0/index.md | shafi-/wiki | ba6aeb9295ba86d129416074352bb719612ffa40 | [
"MIT"
] | null | null | null | # The <chart-builder> Component
The <chart-builder> component is intended for drawing diagrams. It uses the open source [Chart.js](https://www.chartjs.org/) which allows to visualize your data in different ways.

## Example of use
Below you can see a ... | 34.882353 | 253 | 0.492833 | eng_Latn | 0.4416 |
8d9f164d1bdb754d7d72f7024201e157c4e307ad | 12,537 | md | Markdown | README.md | aycma/macro-executor | 7f55114c590bb2b6c4db1ee31a66daf52663430a | [
"MIT"
] | 19 | 2020-04-30T11:40:50.000Z | 2022-03-03T15:41:35.000Z | README.md | aycma/macro-executor | 7f55114c590bb2b6c4db1ee31a66daf52663430a | [
"MIT"
] | 16 | 2020-04-30T11:30:41.000Z | 2022-02-03T22:59:22.000Z | README.md | aycma/macro-executor | 7f55114c590bb2b6c4db1ee31a66daf52663430a | [
"MIT"
] | 5 | 2020-05-18T00:19:37.000Z | 2021-06-02T12:39:40.000Z | # Fanuc Macro Executor extension for Visual Studio Code
<img src="./resources/icon.png" alt="drawing" width="100"/>

[](https://github.com/iSorp/macro-executor/issues)
[![license... | 33.166667 | 499 | 0.653825 | eng_Latn | 0.90299 |
8d9f1d2d9eeb87ca545ca551537f3c8d5ebc28b5 | 337 | md | Markdown | SourceForge/MintProg/etc_skel/Tutoriais/Referencias.md | ribafs/servidores | 3ccc2a412629f42e59f7331e261fa0e045e7b394 | [
"MIT"
] | null | null | null | SourceForge/MintProg/etc_skel/Tutoriais/Referencias.md | ribafs/servidores | 3ccc2a412629f42e59f7331e261fa0e045e7b394 | [
"MIT"
] | null | null | null | SourceForge/MintProg/etc_skel/Tutoriais/Referencias.md | ribafs/servidores | 3ccc2a412629f42e59f7331e261fa0e045e7b394 | [
"MIT"
] | null | null | null | # Referências
## Tutorial sobre Remasterização do Ubuntu e do Mint usando o Cubic
https://github.com/ribafs/tutoriais/tree/master/11Linux/Cubic
## The 5-Minute Essential Shell Tutorial
https://community.linuxmint.com/tutorial/view/100
## The Ultimate Wget Download Guide With 15 Awesome Examples
https://shapeshed.... | 21.0625 | 67 | 0.780415 | por_Latn | 0.492033 |
8d9f378723164613a4baaacb4c0917fb41ed7b89 | 106 | md | Markdown | README.md | stevemostovoy/cloudpiece | 23da4f667340173a02401a2d6fc32ecaff909ec4 | [
"MIT"
] | 1 | 2015-05-23T22:30:45.000Z | 2015-05-23T22:30:45.000Z | README.md | stevemostovoy/cloudpiece | 23da4f667340173a02401a2d6fc32ecaff909ec4 | [
"MIT"
] | null | null | null | README.md | stevemostovoy/cloudpiece | 23da4f667340173a02401a2d6fc32ecaff909ec4 | [
"MIT"
] | null | null | null | # Cloudpiece
Cloudpiece Webserver
Backend:
Golang
PostgreSQL
Frontend:
Backbone.js
| 10.6 | 21 | 0.660377 | pol_Latn | 0.318829 |
8da1767e1374c37a695ce3bf68f4df97d782766e | 3,319 | md | Markdown | docs/t-sql/functions/app-name-transact-sql.md | drake1983/sql-docs.es-es | d924b200133b8c9d280fc10842a04cd7947a1516 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2020-04-25T17:50:01.000Z | 2020-04-25T17:50:01.000Z | docs/t-sql/functions/app-name-transact-sql.md | drake1983/sql-docs.es-es | d924b200133b8c9d280fc10842a04cd7947a1516 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/t-sql/functions/app-name-transact-sql.md | drake1983/sql-docs.es-es | d924b200133b8c9d280fc10842a04cd7947a1516 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: APP_NAME (Transact-SQL) | Microsoft Docs
ms.custom: ''
ms.date: 07/24/2017
ms.prod: sql
ms.prod_service: database-engine, sql-database
ms.component: t-sql|functions
ms.reviewer: ''
ms.suite: sql
ms.technology: t-sql
ms.tgt_pltfrm: ''
ms.topic: language-reference
f1_keywords:
- APP_NAME_TSQL
- AP... | 42.551282 | 356 | 0.73245 | spa_Latn | 0.773141 |
8da1fbd037ed715dc8f281dcf9d87412789ddf96 | 1,769 | md | Markdown | readme.md | L3bowski/skills-matrix-api | bbbf4109f0c362613ae26aeda710ad47797302ae | [
"MIT"
] | null | null | null | readme.md | L3bowski/skills-matrix-api | bbbf4109f0c362613ae26aeda710ad47797302ae | [
"MIT"
] | null | null | null | readme.md | L3bowski/skills-matrix-api | bbbf4109f0c362613ae26aeda710ad47797302ae | [
"MIT"
] | 1 | 2020-07-22T10:54:47.000Z | 2020-07-22T10:54:47.000Z | # Skills matrix

Open source web application built in .NET Core for companies to keep tracking of their employees skills/abilities.
The main page contains a list with the most skilled employees (employees that m... | 110.5625 | 530 | 0.79593 | eng_Latn | 0.999884 |
8da1fd7942f09a84554d16b525c37c413c782993 | 1,689 | md | Markdown | content/en/tutorial/common/service/singlemultiple.md | networknt/light-doc | 793fdc392924efd9fa611c5342f7ae4814f0a1a0 | [
"MIT"
] | 12 | 2017-10-24T01:40:22.000Z | 2020-12-13T02:46:48.000Z | content/en/tutorial/common/service/singlemultiple.md | networknt/light-doc | 793fdc392924efd9fa611c5342f7ae4814f0a1a0 | [
"MIT"
] | 258 | 2017-11-02T02:35:04.000Z | 2022-03-07T04:10:44.000Z | content/en/tutorial/common/service/singlemultiple.md | networknt/light-doc | 793fdc392924efd9fa611c5342f7ae4814f0a1a0 | [
"MIT"
] | 17 | 2017-10-24T18:37:23.000Z | 2020-09-25T02:55:00.000Z | ---
title: "Single Interface Multiple Implementations"
date: 2017-11-21T12:09:48-05:00
description: ""
categories: []
keywords: []
slug: ""
aliases: []
toc: false
draft: false
reviewed: true
---
This is a use case where you have an interface, and multiple implementations will all be used
during runtime. For example, i... | 20.349398 | 96 | 0.699822 | eng_Latn | 0.915841 |
8da28d0372a2ee6bc205a5b3c38b0b44bce39c2f | 3,259 | md | Markdown | posts/2021-09-10-daily-note.md | KonstantinKlepikov/myknowlegebase | 02eb2cd0fb8d566a6ccadedc7c6bc96d89d4a7dd | [
"MIT"
] | null | null | null | posts/2021-09-10-daily-note.md | KonstantinKlepikov/myknowlegebase | 02eb2cd0fb8d566a6ccadedc7c6bc96d89d4a7dd | [
"MIT"
] | null | null | null | posts/2021-09-10-daily-note.md | KonstantinKlepikov/myknowlegebase | 02eb2cd0fb8d566a6ccadedc7c6bc96d89d4a7dd | [
"MIT"
] | null | null | null | ---
title: Как получить имя ошибки в python и немного про то, как импортить собственные скрипты на kaggle
description: How to get the name of an exception that was caught in Python плюс немного про kaggle
category: post
---
## How to get the name of an exception that was caught in Python
[Ссылка на оверфло](htt... | 54.316667 | 289 | 0.758208 | eng_Latn | 0.971626 |
8da307e20b50379e4806ec9d3555d197c2535b81 | 273 | md | Markdown | content/en/docs/contributing/sponsors.md | vfarcic/jx-docs-1 | 49b59fd26c83c6a44b6676f096195cbcc2557664 | [
"Apache-2.0"
] | null | null | null | content/en/docs/contributing/sponsors.md | vfarcic/jx-docs-1 | 49b59fd26c83c6a44b6676f096195cbcc2557664 | [
"Apache-2.0"
] | null | null | null | content/en/docs/contributing/sponsors.md | vfarcic/jx-docs-1 | 49b59fd26c83c6a44b6676f096195cbcc2557664 | [
"Apache-2.0"
] | null | null | null | ---
title: Jenkins X Sponsors
linktitle: Sponsors
description:
weight: 200
---
We thank the following organizations for their major commitments to support the Jenkins X project
[](https://www.cloudbees.com/products/jenkins-x-support)
| 24.818182 | 97 | 0.776557 | eng_Latn | 0.915822 |
8da4e0aad7007b80a5f8e1ad61e9c5469570f4b2 | 4,232 | md | Markdown | distribution/aws-20210730/Architecture/InternetOfThings/AwsIoTAnalytics.md | tmorin/plantuml-libs | 2c71c27bb6f9aae3013a3140eab2fd4f994e60c5 | [
"MIT"
] | 71 | 2020-02-01T06:58:53.000Z | 2022-03-16T14:58:44.000Z | distribution/aws-20210730/Architecture/InternetOfThings/AwsIoTAnalytics.md | tmorin/plantuml-libs | 2c71c27bb6f9aae3013a3140eab2fd4f994e60c5 | [
"MIT"
] | 9 | 2020-05-08T10:39:42.000Z | 2022-01-24T08:22:18.000Z | distribution/aws-20210730/Architecture/InternetOfThings/AwsIoTAnalytics.md | tmorin/plantuml-libs | 2c71c27bb6f9aae3013a3140eab2fd4f994e60c5 | [
"MIT"
] | 21 | 2020-01-11T20:50:13.000Z | 2021-09-29T16:21:28.000Z | # AwsIoTAnalytics
```text
aws-20210730/Architecture/InternetOfThings/AwsIoTAnalytics
```
```text
include('aws-20210730/Architecture/InternetOfThings/AwsIoTAnalytics')
```
| Illustration | AwsIoTAnalytics | AwsIoTAnalyticsCard | AwsIoTAnalyticsGroup |
| :---: | :---: | :---: | :---: |
| ![illustration for Illustra... | 26.78481 | 478 | 0.772684 | eng_Latn | 0.31239 |
8da4e141318b229e9425e2ec08ff2e81867f8909 | 3,599 | md | Markdown | Markdown/02000s/04000/amongst affection.md | rcvd/interconnected-markdown | 730d63c55f5c868ce17739fd7503d562d563ffc4 | [
"MIT"
] | 2 | 2022-01-19T09:04:58.000Z | 2022-01-23T15:44:37.000Z | Markdown/00500s/02500/amongst affection.md | rcvd/interconnected-markdown | 730d63c55f5c868ce17739fd7503d562d563ffc4 | [
"MIT"
] | null | null | null | Markdown/00500s/02500/amongst affection.md | rcvd/interconnected-markdown | 730d63c55f5c868ce17739fd7503d562d563ffc4 | [
"MIT"
] | 1 | 2022-01-09T17:10:33.000Z | 2022-01-09T17:10:33.000Z | - Of again meet an indignant the valley. Two i chiefs and to bad her knelt. Does fire quickly restored biggest was. Of enforced comprehension indefinitely the origin river. I who of go of generous. With you fight the required face guard. The than of the high. Using bin be word the members. The of as yard cured even. Bl... | 156.478261 | 934 | 0.760211 | eng_Latn | 0.999887 |
8da5a883d5373622b2fdc05d5e353b814c41fea2 | 728 | md | Markdown | bash/FONTS.md | rfkrocktk/teekopolis-shell | 3fad26e8eec13ed764ebce874c3c427e3989963c | [
"MIT"
] | null | null | null | bash/FONTS.md | rfkrocktk/teekopolis-shell | 3fad26e8eec13ed764ebce874c3c427e3989963c | [
"MIT"
] | null | null | null | bash/FONTS.md | rfkrocktk/teekopolis-shell | 3fad26e8eec13ed764ebce874c3c427e3989963c | [
"MIT"
] | null | null | null | ## Font Configuration
The following font should be used for various applications:
<table>
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Size</th>
</tr>
</thead>
<tbody>
<tr>
<td>Monospace Font</td>
<td>Droid Sans Mono for P... | 22.060606 | 93 | 0.468407 | eng_Latn | 0.707784 |
8da5e79ea5abdf1e659457b247d8e85199cb54f4 | 1,448 | md | Markdown | docs/visual-basic/language-reference/objects/my-computer-ports-object.md | adamsitnik/docs.cs-cz | 7c534ad2e48aa0772412dc0ecf04945c08fa4211 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/visual-basic/language-reference/objects/my-computer-ports-object.md | adamsitnik/docs.cs-cz | 7c534ad2e48aa0772412dc0ecf04945c08fa4211 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/visual-basic/language-reference/objects/my-computer-ports-object.md | adamsitnik/docs.cs-cz | 7c534ad2e48aa0772412dc0ecf04945c08fa4211 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: My. Computer. Ports – objekt (Visual Basic)
ms.date: 07/20/2015
helpviewer_keywords:
- My.Computer.Ports object
- Ports object
ms.assetid: 244ede4e-25b7-445b-9fd6-163550cce193
ms.openlocfilehash: 2122dc099b36494aa44e538fdf3683dc9e9640fc
ms.sourcegitcommit: 68653db98c5ea7744fd438710248935f70020dfb
ms.translat... | 40.222222 | 168 | 0.758287 | ces_Latn | 0.798389 |
8da600881616c63e5a4bfc48561ff08cf06591bf | 2,204 | md | Markdown | docs/publish_and_notification_workflow.md | uk-gov-mirror/alphagov.travel-advice-publisher | 2274b4f49f7765f0209125c3f38043a9447cba60 | [
"MIT"
] | 6 | 2018-01-11T03:40:40.000Z | 2022-02-20T10:40:14.000Z | docs/publish_and_notification_workflow.md | uk-gov-mirror/alphagov.travel-advice-publisher | 2274b4f49f7765f0209125c3f38043a9447cba60 | [
"MIT"
] | 342 | 2015-01-27T13:49:50.000Z | 2022-03-28T18:03:51.000Z | docs/publish_and_notification_workflow.md | alphagov-mirror/travel-advice-publisher | 77befc9013d7c2e390a0efcb9fd0c501b3a8b350 | [
"MIT"
] | 9 | 2016-04-06T13:33:15.000Z | 2021-04-10T19:04:39.000Z | # Publish and Notification Workflow
The act of ‘publishing’ an edition initiates a job with an ordered sequence of tasks that send the content to the [publishing api](https://github.com/alphagov/publishing-api) and trigger an email alert via the [email alerts api](https://github.com/alphagov/email-alert-api).
The [ta... | 95.826087 | 299 | 0.802178 | eng_Latn | 0.956996 |
8da64fae517a0a987b49e2c206df186ebdb25674 | 3,750 | md | Markdown | documents/aws-data-pipeline-developer-guide/doc_source/emrcluster-example-java.md | siagholami/aws-documentation | 2d06ee9011f3192b2ff38c09f04e01f1ea9e0191 | [
"CC-BY-4.0"
] | 5 | 2021-08-13T09:20:58.000Z | 2021-12-16T22:13:54.000Z | documents/aws-data-pipeline-developer-guide/doc_source/emrcluster-example-java.md | siagholami/aws-documentation | 2d06ee9011f3192b2ff38c09f04e01f1ea9e0191 | [
"CC-BY-4.0"
] | null | null | null | documents/aws-data-pipeline-developer-guide/doc_source/emrcluster-example-java.md | siagholami/aws-documentation | 2d06ee9011f3192b2ff38c09f04e01f1ea9e0191 | [
"CC-BY-4.0"
] | null | null | null | # Use EmrCluster Resource in AWS SDK for Java<a name="emrcluster-example-java"></a>
**Example** <a name="example7"></a>
The following example shows how to use an `EmrCluster` and `EmrActivity` to create an Amazon EMR 4\.x cluster to run a Spark step using the Java SDK:
```
public class dataPipelineEmr4 {
public... | 43.604651 | 186 | 0.7408 | yue_Hant | 0.546158 |
8da6883508240f678a52b442a66f1b51f2bf5f1c | 255 | md | Markdown | _posts/TIL/2021-07-16-remember-state.md | MaximSungmo/maximsungmo.github.io | 200ad2976c234f8fe955a09705cf0ddb98ff238a | [
"MIT"
] | 6 | 2020-02-20T00:26:05.000Z | 2020-09-10T07:22:25.000Z | _posts/TIL/2021-07-16-remember-state.md | MaximSungmo/maximsungmo.github.io | 200ad2976c234f8fe955a09705cf0ddb98ff238a | [
"MIT"
] | 4 | 2021-07-19T13:56:09.000Z | 2022-01-06T02:04:22.000Z | _posts/TIL/2021-07-16-remember-state.md | MaximSungmo/maximsungmo.github.io | 200ad2976c234f8fe955a09705cf0ddb98ff238a | [
"MIT"
] | 3 | 2020-07-02T01:43:24.000Z | 2021-08-03T02:14:54.000Z | ---
title: "[TIL] HTTP의 무상태성(Stateless)를 보완하는 방법들"
excerpt: "쿠키와 세션 그리고 토큰과 OAuth"
toc: true
toc_sticky: true
header:
teaser: /assets/images/http.png
categories:
- TIL
tags:
- http
last_modified_at: 2021-07-15T08:00:00-05:00
---
## 쿠키 토큰 세션 OAUTH | 15.9375 | 47 | 0.690196 | kor_Hang | 0.993389 |
8da6bafe87d23d39cfc765c6da94efa17a232126 | 2,003 | md | Markdown | CHANGELOG.md | rush-arc/MDMCoreData | 2b41a7198f6ea3048fd1658f333abdaad6271b2c | [
"MIT"
] | 120 | 2015-01-09T07:10:20.000Z | 2022-01-27T16:44:37.000Z | CHANGELOG.md | rush-arc/MDMCoreData | 2b41a7198f6ea3048fd1658f333abdaad6271b2c | [
"MIT"
] | 23 | 2015-01-23T23:40:32.000Z | 2021-11-05T16:53:45.000Z | CHANGELOG.md | rush-arc/MDMCoreData | 2b41a7198f6ea3048fd1658f333abdaad6271b2c | [
"MIT"
] | 43 | 2015-01-24T22:28:51.000Z | 2021-11-05T10:23:37.000Z | # MDMCoreData CHANGELOG
## 1.5.2
* Fix issue with updating NSFetchedResults in iOS9 (Michal Zaborowsk)
* Corrected some typos and removed reference to ARC (Jeff Sherin)
## 1.5.1
* Fixed cell move issue (http://www.hitmaroc.net/1166896-9192-how-reload-programmatically-moved-row.html)
## 1.5.0
* Added NSInMemoryStoreT... | 33.949153 | 107 | 0.78033 | eng_Latn | 0.962602 |
8da6ff5ec0a29dba36a5d1916e8ccd39c7ea75b9 | 47 | md | Markdown | README.md | sanchaymittal/tutorials | c859aa605cafbc1f73cfb2ecc1340201f24183b0 | [
"MIT"
] | null | null | null | README.md | sanchaymittal/tutorials | c859aa605cafbc1f73cfb2ecc1340201f24183b0 | [
"MIT"
] | null | null | null | README.md | sanchaymittal/tutorials | c859aa605cafbc1f73cfb2ecc1340201f24183b0 | [
"MIT"
] | null | null | null | # tutorials
Matic's Tutorial using Superblocks
| 15.666667 | 34 | 0.829787 | eng_Latn | 0.586408 |
8da850010ed0eb7390e6d26a76fc42395b6b1063 | 8,911 | markdown | Markdown | _posts/2021-05-13-cleaning_data_for_beginners.markdown | PNarducci/PNarducci.github.io | b23dc83d9a17988b1027f59eb4d09b75dd68ca84 | [
"MIT"
] | null | null | null | _posts/2021-05-13-cleaning_data_for_beginners.markdown | PNarducci/PNarducci.github.io | b23dc83d9a17988b1027f59eb4d09b75dd68ca84 | [
"MIT"
] | null | null | null | _posts/2021-05-13-cleaning_data_for_beginners.markdown | PNarducci/PNarducci.github.io | b23dc83d9a17988b1027f59eb4d09b75dd68ca84 | [
"MIT"
] | null | null | null | ---
layout: post
title: "Cleaning Data for Beginners"
date: 2021-05-13 14:58:05 +0000
permalink: cleaning_data_for_beginners
---
The hardest thing for any new Data Scientists to comprehend is cleaning their data. For me, it was something that I couldn't really grasp the power of until after I ran my first... | 80.279279 | 617 | 0.78577 | eng_Latn | 0.999821 |
cc63359fd284338b54473d0329c3a73ff45feb31 | 359 | md | Markdown | content/publication/booth-journal-research-libraries-2020/index.md | sjgknight/starter-hugo-research-group | 1e4642c92ab52bb89b9b97f9c3ba5e83eed6405a | [
"MIT"
] | null | null | null | content/publication/booth-journal-research-libraries-2020/index.md | sjgknight/starter-hugo-research-group | 1e4642c92ab52bb89b9b97f9c3ba5e83eed6405a | [
"MIT"
] | 3 | 2021-08-12T11:35:31.000Z | 2021-08-22T06:41:15.000Z | content/publication/booth-journal-research-libraries-2020/index.md | sjgknight/creds-hugo-research-group | 63071125fab77bd6e2a039b4151319659068333b | [
"MIT"
] | null | null | null | ---
title: "The Journal of Research on Libraries and Young Adults, Volume 11, No. 1"
date: 2020-01-01
publishDate: 2021-08-20T12:06:02.962066Z
authors: ["E Booth", "Bhuva Narayan", "K L Escobar", "J R Banas", "M J Oh", "R Willard", "J Dunn"]
publication_types: ["2"]
abstract: ""
featured: false
publication: "*Young Adu... | 29.916667 | 98 | 0.696379 | yue_Hant | 0.581616 |
cc637e12a9249dd43d0f1d3bb34082dac1cf0206 | 393 | md | Markdown | CHANGELOG.md | bdusauso/ibanity-ruby | 8f3d16f0276d785cfa09a48f6e7228d4d8dd5ad6 | [
"MIT"
] | null | null | null | CHANGELOG.md | bdusauso/ibanity-ruby | 8f3d16f0276d785cfa09a48f6e7228d4d8dd5ad6 | [
"MIT"
] | null | null | null | CHANGELOG.md | bdusauso/ibanity-ruby | 8f3d16f0276d785cfa09a48f6e7228d4d8dd5ad6 | [
"MIT"
] | null | null | null | # Changelog
## 1.3
### Enhancements
* [Ponto Connect] Add support for the /userinfo and /organizations/{id}/usage endpoints.
## 1.2
### Enhancements
* Add support for periodic and bulk payments
* Add snake-case transformation for deeply nested data structures
## 1.1.1
### Enhancements
* Improve debugging by lo... | 18.714286 | 97 | 0.740458 | eng_Latn | 0.979576 |
cc63ae31f2144117e1a0d3ecc45f8051f7299f52 | 325 | md | Markdown | _posts/2017-06-27-penguin-is.md | pipiscrew/pipiscrew.github.io | 9d81bd323c800a1bff2b6d26c3ec3eb96fb41004 | [
"MIT"
] | null | null | null | _posts/2017-06-27-penguin-is.md | pipiscrew/pipiscrew.github.io | 9d81bd323c800a1bff2b6d26c3ec3eb96fb41004 | [
"MIT"
] | null | null | null | _posts/2017-06-27-penguin-is.md | pipiscrew/pipiscrew.github.io | 9d81bd323c800a1bff2b6d26c3ec3eb96fb41004 | [
"MIT"
] | null | null | null | ---
title: Penguin is excited about... something
author: PipisCrew
date: 2017-06-27
categories: [fun]
toc: true
---
https://www.reddit.com/r/AnimalsBeingDerps/comments/6jmr62/penguin_is_excited_about_something/
origin - http://www.pipiscrew.com/2017/06/penguin-is-excited-about-something/ penguin-is-excited-about-some... | 29.545455 | 112 | 0.787692 | yue_Hant | 0.632573 |
cc63d35a04e1c4f9d5c1595da179c75c23fbdd82 | 21 | md | Markdown | README.md | SergeyZagorodniy/home-work-modul-1.2 | c20b919682a37f30d8559285cb44f7557abd958e | [
"Unlicense"
] | null | null | null | README.md | SergeyZagorodniy/home-work-modul-1.2 | c20b919682a37f30d8559285cb44f7557abd958e | [
"Unlicense"
] | null | null | null | README.md | SergeyZagorodniy/home-work-modul-1.2 | c20b919682a37f30d8559285cb44f7557abd958e | [
"Unlicense"
] | null | null | null | # home-work-modul-1.2 | 21 | 21 | 0.714286 | eng_Latn | 0.35677 |
cc6488eb8ce34718d95cdad449781099eaeeaf96 | 1,387 | md | Markdown | docs/vs-2015/ide/customize-the-help-viewer.md | nnn1590/visualstudio-docs.ja-jp | 85353ebb5a452df525b2b341e8144d226686dee8 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/vs-2015/ide/customize-the-help-viewer.md | nnn1590/visualstudio-docs.ja-jp | 85353ebb5a452df525b2b341e8144d226686dee8 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/vs-2015/ide/customize-the-help-viewer.md | nnn1590/visualstudio-docs.ja-jp | 85353ebb5a452df525b2b341e8144d226686dee8 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: ヘルプ ビューアーのカスタマイズ | Microsoft Docs
ms.date: 11/15/2016
ms.prod: visual-studio-dev14
ms.technology: vs-help-viewer
ms.topic: conceptual
f1_keywords:
- hv_options
helpviewer_keywords:
- Help Viewer 2.0, Viewer Options
- Viewer Options [Help Viewer 2.0]
ms.assetid: 9c0bc950-7323-4f0f-8de2-0b0af9a42b85
caps.lates... | 36.5 | 179 | 0.739726 | yue_Hant | 0.485153 |
cc64bf09cd27ae356fc50eca764cbce51e43fb3d | 3,644 | md | Markdown | content/publication/ghauri-2004/index.md | ruderl/academic-kickstart | c15ea8c8e65236a21341537e33ddde4c31112679 | [
"MIT"
] | null | null | null | content/publication/ghauri-2004/index.md | ruderl/academic-kickstart | c15ea8c8e65236a21341537e33ddde4c31112679 | [
"MIT"
] | null | null | null | content/publication/ghauri-2004/index.md | ruderl/academic-kickstart | c15ea8c8e65236a21341537e33ddde4c31112679 | [
"MIT"
] | null | null | null | ---
title: "Foreign direct investment - Location attractiveness for retailing firms in the European Union"
date: 2004-01-01
publishDate: 2020-02-26T05:54:22.408169Z
authors: ["Pervez N. Ghauri", "Ulf Elg", "Rudolf R. Sinkovics"]
publication_types: ["6"]
abstract: "Abstract for the Book: The purpose of the volume is to ... | 260.285714 | 2,944 | 0.820801 | eng_Latn | 0.999451 |
cc64dfed21e7300b04af5a2658e7b5abeec02e64 | 2,459 | md | Markdown | README.md | reynardmh/bugdemo-angular-i18n-no-cli | 8a801f7d1415d5392f3a8f2c388470f59f24d9b8 | [
"MIT"
] | null | null | null | README.md | reynardmh/bugdemo-angular-i18n-no-cli | 8a801f7d1415d5392f3a8f2c388470f59f24d9b8 | [
"MIT"
] | null | null | null | README.md | reynardmh/bugdemo-angular-i18n-no-cli | 8a801f7d1415d5392f3a8f2c388470f59f24d9b8 | [
"MIT"
] | null | null | null | # ng-xi18n Bug Demo
This code is for demonstrating a problem with ng-xi18n when the project imports angular2 component from another node module.
**Note: this project does not use angular-cli**
```
$ npm install
$ npm start
```
It should launch a browser for `http://localhost:3000/`
There is a `CoolComponent` that ... | 36.161765 | 144 | 0.767792 | eng_Latn | 0.628394 |
cc6511d8841baf32d4285dbf41e790e77317045d | 17,905 | md | Markdown | articles/active-directory/saas-apps/jira52microsoft-tutorial.md | changeworld/azure-docs.it- | 34f70ff6964ec4f6f1a08527526e214fdefbe12a | [
"CC-BY-4.0",
"MIT"
] | 1 | 2017-06-06T22:50:05.000Z | 2017-06-06T22:50:05.000Z | articles/active-directory/saas-apps/jira52microsoft-tutorial.md | changeworld/azure-docs.it- | 34f70ff6964ec4f6f1a08527526e214fdefbe12a | [
"CC-BY-4.0",
"MIT"
] | 41 | 2016-11-21T14:37:50.000Z | 2017-06-14T20:46:01.000Z | articles/active-directory/saas-apps/jira52microsoft-tutorial.md | changeworld/azure-docs.it- | 34f70ff6964ec4f6f1a08527526e214fdefbe12a | [
"CC-BY-4.0",
"MIT"
] | 7 | 2016-11-16T18:13:16.000Z | 2017-06-26T10:37:55.000Z | ---
title: 'Esercitazione: integrazione di Azure Active Directory con JIRA SAML SSO by Microsoft (V5.2) | Microsoft Docs'
description: Informazioni su come configurare l'accesso Single Sign-On tra Azure Active Directory e JIRA SAML SSO by Microsoft (V5.2).
services: active-directory
author: jeevansd
manager: CelesteDG
... | 75.548523 | 446 | 0.770232 | ita_Latn | 0.997257 |
cc658224b23904852b997cf214f27c2d24bddae1 | 2,535 | md | Markdown | dynamics-nav/Developer-Option.md | dennisroczek/navdevitpro-content-pr | 1bf11f3f948c600e3d1426bb9ab5d1d6dd1db4f7 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | dynamics-nav/Developer-Option.md | dennisroczek/navdevitpro-content-pr | 1bf11f3f948c600e3d1426bb9ab5d1d6dd1db4f7 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | dynamics-nav/Developer-Option.md | dennisroczek/navdevitpro-content-pr | 1bf11f3f948c600e3d1426bb9ab5d1d6dd1db4f7 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: "Developer Option"
ms.custom: na
ms.date: 06/05/2016
ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms.prod: "dynamics-nav-2018"
ms.assetid: 05cf46d7-5fe6-4cb6-929b-72f0a32db1f2
caps.latest.revision: 21
---
# Developer Option
The Developer option is available on the **Choose an installation... | 47.830189 | 204 | 0.77002 | eng_Latn | 0.705472 |
cc65a5dc0c5c4543f259ac102a502a03e1b88505 | 1,618 | md | Markdown | README.md | irmakcan/zsttoolkit | a188423ba0bb0f47c4cbc404a132570172009ceb | [
"MIT"
] | null | null | null | README.md | irmakcan/zsttoolkit | a188423ba0bb0f47c4cbc404a132570172009ceb | [
"MIT"
] | null | null | null | README.md | irmakcan/zsttoolkit | a188423ba0bb0f47c4cbc404a132570172009ceb | [
"MIT"
] | null | null | null | ZSTToolkit
----------
[](https://travis-ci.org/irmakcan/zsttoolkit) [](https://coveralls.io/r/irmakcan/zsttoolkit?branch=master)
ZSTToolkit includes a s... | 35.955556 | 272 | 0.744747 | eng_Latn | 0.918633 |
cc666b94d0fd8060711cc157339da259d93d2dd3 | 1,176 | md | Markdown | discussions/all-the-npm-packages.md | jsoref/cf-ui | 39c9a7247314286afe7a7202c8717c5c8e981ed5 | [
"BSD-3-Clause"
] | 1,443 | 2016-06-09T14:14:55.000Z | 2022-02-24T14:31:29.000Z | discussions/all-the-npm-packages.md | jsoref/cf-ui | 39c9a7247314286afe7a7202c8717c5c8e981ed5 | [
"BSD-3-Clause"
] | 268 | 2016-06-10T09:49:52.000Z | 2020-11-13T15:00:15.000Z | discussions/all-the-npm-packages.md | jsoref/cf-ui | 39c9a7247314286afe7a7202c8717c5c8e981ed5 | [
"BSD-3-Clause"
] | 126 | 2016-06-09T15:57:39.000Z | 2022-03-01T11:07:07.000Z | # ALL THE NPM PACKAGES!!!
### Technical Decision
Break our shared UI components into separate [npm](https://www.npmjs.com/)
packages.
### TL;DR
We have components and utilities that get shared across several repos,
publishing them as npm packages allows us to share the code easily, as well as
version them independe... | 35.636364 | 79 | 0.793367 | eng_Latn | 0.999632 |
cc66f2500a36d1dfcd224264b61cb81b75ef3d09 | 4,423 | md | Markdown | examples/peripherals/rmt/stepper_motor/README.md | OS-Q/esp-idf | 179ea878c747519138b40f387b80f30dd72097f0 | [
"Apache-2.0"
] | 2 | 2019-07-16T10:42:38.000Z | 2019-09-11T19:03:58.000Z | examples/peripherals/rmt/stepper_motor/README.md | OS-Q/esp-idf | 179ea878c747519138b40f387b80f30dd72097f0 | [
"Apache-2.0"
] | null | null | null | examples/peripherals/rmt/stepper_motor/README.md | OS-Q/esp-idf | 179ea878c747519138b40f387b80f30dd72097f0 | [
"Apache-2.0"
] | 1 | 2020-11-07T20:40:29.000Z | 2020-11-07T20:40:29.000Z | | Supported Targets | ESP32-S3 |
| ----------------- | -------- |
# RMT Based Stepper Motor Smooth Controller
(See the README.md file in the upper level 'examples' directory for more information about examples.)
One RMT TX channel can use different encoders in sequence, which is useful to generate waveforms that hav... | 55.2875 | 453 | 0.459191 | eng_Latn | 0.849925 |
cc671f31e802dc4f7ad87afa5395e241ce72a8f5 | 9,694 | md | Markdown | 600-toc/toc.WIKI.md | mandober/debrief.math | c6bf21581ccb48a82a74038135bca09c1d0c2a4f | [
"Unlicense"
] | 1 | 2019-01-18T21:56:33.000Z | 2019-01-18T21:56:33.000Z | 600-toc/toc.WIKI.md | mandober/debrief.math | c6bf21581ccb48a82a74038135bca09c1d0c2a4f | [
"Unlicense"
] | 1 | 2019-06-16T19:34:58.000Z | 2019-06-16T19:35:03.000Z | 600-toc/toc.WIKI.md | mandober/dust-dllci | 3afc7936579dfefd7f823d774c4ac17cc6c57666 | [
"Unlicense"
] | null | null | null | # Theory of computation: WIKI
## All
https://en.wikipedia.org/wiki/Abstract_machine
https://en.wikipedia.org/wiki/Abstract_state_machine
https://en.wikipedia.org/wiki/Ackermann_function
https://en.wikipedia.org/wiki/Agent-based_model
https://en.wikipedia.org/wiki/Algorithm_characterizations
https://en.wikipedia.org/w... | 44.87963 | 91 | 0.835156 | yue_Hant | 0.452909 |
cc674fceb50dd97a4a296451ae69ef47957f5370 | 18,472 | md | Markdown | microsoft-edge/dev-guide.md | OfficeGlobal/edge-developer.es-ES | 0e51779f4c70cd2f8b9d814036c22276e2b41213 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | microsoft-edge/dev-guide.md | OfficeGlobal/edge-developer.es-ES | 0e51779f4c70cd2f8b9d814036c22276e2b41213 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | microsoft-edge/dev-guide.md | OfficeGlobal/edge-developer.es-ES | 0e51779f4c70cd2f8b9d814036c22276e2b41213 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Novedades de EdgeHTML 18
description: Esta guía proporciona una descripción general de las características y los estándares del desarrollador que se incluyen en Microsoft Edge.
author: MSEdgeTeam
ms.author: msedgedevrel
ms.date: 03/06/2020
ms.topic: article
ms.prod: microsoft-edge
ms.technology: edgehtml
key... | 104.361582 | 885 | 0.80235 | spa_Latn | 0.974173 |
cc676d974f5b8a12ded9cbe165f73a433550e38a | 1,039 | md | Markdown | dynamics-nav/GETDEFAULTTABLECONNECTION-Function--Database-.md | dennisroczek/navdevitpro-content-pr | 1bf11f3f948c600e3d1426bb9ab5d1d6dd1db4f7 | [
"CC-BY-4.0",
"MIT"
] | 3 | 2020-01-20T03:29:28.000Z | 2021-04-21T00:13:46.000Z | dynamics-nav/GETDEFAULTTABLECONNECTION-Function--Database-.md | dennisroczek/navdevitpro-content-pr | 1bf11f3f948c600e3d1426bb9ab5d1d6dd1db4f7 | [
"CC-BY-4.0",
"MIT"
] | 260 | 2019-10-31T19:29:48.000Z | 2022-03-30T20:46:14.000Z | dynamics-nav/GETDEFAULTTABLECONNECTION-Function--Database-.md | dennisroczek/navdevitpro-content-pr | 1bf11f3f948c600e3d1426bb9ab5d1d6dd1db4f7 | [
"CC-BY-4.0",
"MIT"
] | 13 | 2019-12-06T15:06:58.000Z | 2022-03-23T22:01:57.000Z | ---
title: "GETDEFAULTTABLECONNECTION Function (Database)"
ms.custom: na
ms.date: 01/02/2020
ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms.prod: "dynamics-nav-2018"
ms.assetid: 28b41eb4-c57d-498f-afdb-460002850de9
caps.latest.revision: 4
---
# GETDEFAULTTABLECONNECTION Function (Database)
Gets the... | 31.484848 | 141 | 0.751684 | yue_Hant | 0.779943 |
cc681dd57cafda16822085ba84d1bdafe8a83f3d | 430 | md | Markdown | docs/sql/dropAllTables.md | apexpl/db | 32e696b1e0e807aa9203cc7e7a1437cec1bc0b96 | [
"MIT"
] | 1 | 2021-03-05T19:51:00.000Z | 2021-03-05T19:51:00.000Z | docs/sql/dropAllTables.md | apexpl/db | 32e696b1e0e807aa9203cc7e7a1437cec1bc0b96 | [
"MIT"
] | null | null | null | docs/sql/dropAllTables.md | apexpl/db | 32e696b1e0e807aa9203cc7e7a1437cec1bc0b96 | [
"MIT"
] | 1 | 2021-03-09T17:23:22.000Z | 2021-03-09T17:23:22.000Z |
# dropAllTables
**Description:** Drop all tables within the database in correct order so as to not receive foreign key constraint errors.
> `void $db->dropAllTables()`
**Return Values:** Returns nothing.
#### Example
~~~php
use Apex\Db\Drivers\mySQL\mySQL;
// Connect
$db = new mySQL([
'dbname' => 'mydb',
... | 15.357143 | 121 | 0.644186 | eng_Latn | 0.500189 |
cc68a25d4925ddfc8c35e480b49a7a8113fa46d6 | 1,134 | md | Markdown | index.md | CarlRich93/climate-analysis | 6fe2859d8dd7ceb5b3163dfcb9efc421ade9a1ec | [
"CC-BY-4.0"
] | null | null | null | index.md | CarlRich93/climate-analysis | 6fe2859d8dd7ceb5b3163dfcb9efc421ade9a1ec | [
"CC-BY-4.0"
] | 3 | 2022-02-24T10:28:04.000Z | 2022-02-24T10:53:33.000Z | index.md | CarlRich93/climate-analysis | 6fe2859d8dd7ceb5b3163dfcb9efc421ade9a1ec | [
"CC-BY-4.0"
] | null | null | null | ---
layout: lesson
root: . # Is the only page that doesn't follow the pattern /:path/index.html
permalink: index.html # Is the only page that doesn't follow the pattern /:path/index.html
---
{% include gh_variables.html %}
Developing academic software is a complex process. This workshop teaches the basics of managi... | 54 | 263 | 0.756614 | eng_Latn | 0.998519 |
cc692d15edde1c767ea9440061e36bc3f04b10d7 | 897 | md | Markdown | AlchemyInsights/microsoft-365.md | isabella232/OfficeDocs-AlchemyInsights-pr.lv-LV | adf4768355ef570e9932eecb193599d2930398fb | [
"CC-BY-4.0",
"MIT"
] | 1 | 2020-05-19T19:07:08.000Z | 2020-05-19T19:07:08.000Z | AlchemyInsights/microsoft-365.md | MicrosoftDocs/OfficeDocs-AlchemyInsights-pr.lv-LV | 96359061cbdf14f4c39b06fe9d9d29d8721dfcfb | [
"CC-BY-4.0",
"MIT"
] | 3 | 2020-06-02T23:28:33.000Z | 2022-02-09T06:51:14.000Z | AlchemyInsights/microsoft-365.md | isabella232/OfficeDocs-AlchemyInsights-pr.lv-LV | adf4768355ef570e9932eecb193599d2930398fb | [
"CC-BY-4.0",
"MIT"
] | 3 | 2019-10-11T18:38:02.000Z | 2021-10-09T10:41:24.000Z | ---
title: Microsoft 365
ms.author: pebaum
author: pebaum
manager: scotv
ms.audience: Admin
ms.topic: article
ms.service: o365-administration
ROBOTS: NOINDEX, NOFOLLOW
localization_priority: Priority
ms.collection: Adm_O365
ms.custom:
- "9002644"
- "5085"
ms.openlocfilehash: 2fd08d04cad99e1a4f509235e740e3e8b37da216d973... | 28.935484 | 117 | 0.801561 | lvs_Latn | 0.77879 |
cc69d6ff1a84686cfcaca6a0202d2afc175095b6 | 408 | md | Markdown | README.md | desktop-examples/config | e9f47bf4b070bea22092e9d3beaa84383ded3021 | [
"Apache-2.0"
] | null | null | null | README.md | desktop-examples/config | e9f47bf4b070bea22092e9d3beaa84383ded3021 | [
"Apache-2.0"
] | null | null | null | README.md | desktop-examples/config | e9f47bf4b070bea22092e9d3beaa84383ded3021 | [
"Apache-2.0"
] | null | null | null | # Config
This repo contains example config for [Desktop](https://github.com/reactivemarkets/desktop).
## Examples
Single window application
```bash
desktop -f https://raw.githubusercontent.com/desktop-examples/config/master/examples/single-window.yaml
```
Basic multi-window application
```bash
desktop -f https://... | 22.666667 | 103 | 0.784314 | eng_Latn | 0.28543 |
cc6a8e84ec6a3d76432c41fe44264dffc1319339 | 168 | md | Markdown | README.md | 4rChon/dm-sounds-server | 570c39e8bec1e8c428cbc6a07b8e008e8ab76e5c | [
"MIT"
] | null | null | null | README.md | 4rChon/dm-sounds-server | 570c39e8bec1e8c428cbc6a07b8e008e8ab76e5c | [
"MIT"
] | 5 | 2021-02-20T22:14:48.000Z | 2021-04-24T18:58:11.000Z | README.md | 4rChon/dm-sounds-server | 570c39e8bec1e8c428cbc6a07b8e008e8ab76e5c | [
"MIT"
] | null | null | null | # dm-sounds-server
Currently undergoing a refactor. Checkout 'decoupling' branch for latest refactor code. Not guaranteed to work yet.
Server code for DM Sounds app.
| 28 | 115 | 0.791667 | eng_Latn | 0.981898 |
cc6abbe0be76e785e2ecf4203305335ec5281dda | 125 | md | Markdown | README.md | juliansantosinfo/djangosimplemodels | f92580dc3bcf4d563e6fe67474fb6d64cf41938e | [
"MIT"
] | null | null | null | README.md | juliansantosinfo/djangosimplemodels | f92580dc3bcf4d563e6fe67474fb6d64cf41938e | [
"MIT"
] | null | null | null | README.md | juliansantosinfo/djangosimplemodels | f92580dc3bcf4d563e6fe67474fb6d64cf41938e | [
"MIT"
] | null | null | null | # djangosimplemodels
**djangosimplemodels** is a package of abstract classes to facilitate the development of Django models. | 41.666667 | 103 | 0.824 | eng_Latn | 0.961842 |
cc6ad861c0800d74c808a3e5dd8d7ebcc809eaad | 56 | md | Markdown | add/metadata/System.Windows.Media.Animation/KeyTimeType.meta.md | kcpr10/dotnet-api-docs | b73418e9a84245edde38474bdd600bf06d047f5e | [
"CC-BY-4.0",
"MIT"
] | 1 | 2020-06-16T22:24:36.000Z | 2020-06-16T22:24:36.000Z | add/metadata/System.Windows.Media.Animation/KeyTimeType.meta.md | kcpr10/dotnet-api-docs | b73418e9a84245edde38474bdd600bf06d047f5e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | add/metadata/System.Windows.Media.Animation/KeyTimeType.meta.md | kcpr10/dotnet-api-docs | b73418e9a84245edde38474bdd600bf06d047f5e | [
"CC-BY-4.0",
"MIT"
] | 1 | 2019-04-08T14:42:27.000Z | 2019-04-08T14:42:27.000Z | ---
uid: System.Windows.Media.Animation.KeyTimeType
---
| 14 | 47 | 0.732143 | yue_Hant | 0.973542 |
cc6b8651aba5b8aa54c51f9fd43027e92f2e8caa | 3,578 | md | Markdown | design/principles/explain-dont-overwhelm.md | isabella232/mobile-design-guidelines | 78f0722e8432a724c566d98d2c0edf598f7646db | [
"MIT"
] | 12 | 2020-03-16T19:48:35.000Z | 2021-08-10T16:39:06.000Z | design/principles/explain-dont-overwhelm.md | ipfs/mobile-design-guidelines | 78f0722e8432a724c566d98d2c0edf598f7646db | [
"MIT"
] | 47 | 2020-03-05T11:33:11.000Z | 2020-06-19T15:11:29.000Z | design/principles/explain-dont-overwhelm.md | isabella232/mobile-design-guidelines | 78f0722e8432a724c566d98d2c0edf598f7646db | [
"MIT"
] | 2 | 2020-12-17T11:16:30.000Z | 2021-08-10T16:39:14.000Z | # Explain, don't overwhelm
The user should not need to know that the app they are using is built on IPFS. It should be the secure and dependable basis your app or service relies on. It should also stategically highlight unique and key benefits like privacy and potentially speed other apps don't.
Avoid long, technical... | 62.77193 | 303 | 0.77725 | eng_Latn | 0.999744 |
cc6ca1c0bcad36367a09f8037bdfb0a35f588587 | 9,846 | md | Markdown | README.md | trusch/stellarctl | c08389a53c7836e4d3cbc270444f6594f67ffe0b | [
"MIT"
] | 24 | 2018-02-02T15:14:41.000Z | 2019-11-19T00:26:28.000Z | README.md | trusch/stellarctl | c08389a53c7836e4d3cbc270444f6594f67ffe0b | [
"MIT"
] | 2 | 2018-02-02T22:14:11.000Z | 2018-10-15T13:31:02.000Z | README.md | trusch/stellarctl | c08389a53c7836e4d3cbc270444f6594f67ffe0b | [
"MIT"
] | 5 | 2018-02-22T10:37:42.000Z | 2019-11-18T17:19:01.000Z | `stellarctl`
==========
The long missing stellar command line utility! Finally a swiss army knife every lumenaut should have in their pockets.
## Features
### high level
* setup multi sign wallets with mnemonic codes according do SEP-0005
* send and receive assets without the need to trust a third party or browser
... | 32.49505 | 376 | 0.764676 | eng_Latn | 0.523143 |
cc6d9b6019a7dfc199bbf647671015da5a761698 | 1,036 | md | Markdown | README.md | piero-la-lune/Dowdy-Dunlin | 5af80c5c3c69a1da6883034ab9fd68d381bd48fb | [
"MIT"
] | null | null | null | README.md | piero-la-lune/Dowdy-Dunlin | 5af80c5c3c69a1da6883034ab9fd68d381bd48fb | [
"MIT"
] | null | null | null | README.md | piero-la-lune/Dowdy-Dunlin | 5af80c5c3c69a1da6883034ab9fd68d381bd48fb | [
"MIT"
] | null | null | null | Dowdy Dunlin 0.1
================
Dowdy Dunlin is a minimalist and responsive agenda.
Features:
- **no database required**
- **fully adapted to smartphones**
- different views : daily, weekly, monthly
- classification by tags
- easy backup (one folder)
- protection against too many failed login attempts
- url rewrit... | 24.093023 | 79 | 0.73166 | eng_Latn | 0.980546 |
cc6de40f0d98ec44df6a6c88477e0a45c3a91190 | 6,138 | md | Markdown | README.md | sar/vscode-search-everywhere | 5c421376dd1b44ef82f35bbb05aec6490802418f | [
"MIT"
] | 25 | 2020-07-18T18:32:39.000Z | 2022-03-28T07:02:40.000Z | README.md | sar/vscode-search-everywhere | 5c421376dd1b44ef82f35bbb05aec6490802418f | [
"MIT"
] | 17 | 2020-07-18T19:30:19.000Z | 2022-03-27T14:12:37.000Z | README.md | sar/vscode-search-everywhere | 5c421376dd1b44ef82f35bbb05aec6490802418f | [
"MIT"
] | 1 | 2021-01-22T10:17:38.000Z | 2021-01-22T10:17:38.000Z | # Search everywhere
The extension is inspired by JetBrains IDEs feature "Search Everywhere".
It allows user to easily navigate through files and symbols in the whole workspace.
It is the alternative for "Go to Symbol in Workspace..." - fully customizable.
<br/>
Brand new version - rewritten from scratch to be more f... | 22.079137 | 310 | 0.696644 | eng_Latn | 0.977135 |
cc70b002df1fd8ab0ea40709af737f5a91e219e1 | 7,828 | markdown | Markdown | src/blogs/2021-02-07-spring-boot-validation.markdown | aisensiy/aisensiy.github.com | fc291cfab57e8d45801c848074568cf9e22386cc | [
"MIT"
] | 5 | 2019-04-25T08:35:12.000Z | 2022-01-25T16:58:51.000Z | src/blogs/2021-02-07-spring-boot-validation.markdown | aisensiy/aisensiy.github.com | fc291cfab57e8d45801c848074568cf9e22386cc | [
"MIT"
] | 7 | 2019-04-21T02:53:47.000Z | 2022-02-14T11:16:41.000Z | src/blogs/2021-02-07-spring-boot-validation.markdown | aisensiy/aisensiy.github.com | fc291cfab57e8d45801c848074568cf9e22386cc | [
"MIT"
] | null | null | null | ---
layout: post
title: "spring boot validation"
date: 2021-02-07 23:16:00 +08:00
author: "Eisen"
tags: [spring, springboot, validation, web]
---
之前在 [当前的校验异常处理](/spring-boot-current-status) 提到了目前校验和异常处理的一些问题。最近找到了一些看起来更专业化的方案,这里对这几种校验方案做罗列。文中大量的内容都是从 [naturalprogrammer](https://www.naturalpro... | 24.850794 | 217 | 0.739525 | yue_Hant | 0.559324 |
cc711eeb7f1664f289175e9190dd86a55ee9f032 | 1,145 | md | Markdown | pages/02.Documentation/05.storage-classes/default.en.md | shaase-S11/grav-docs-metakube | 21d8b6f4fe9e3c88fad396849116a2c6ccddb44e | [
"MIT"
] | null | null | null | pages/02.Documentation/05.storage-classes/default.en.md | shaase-S11/grav-docs-metakube | 21d8b6f4fe9e3c88fad396849116a2c6ccddb44e | [
"MIT"
] | null | null | null | pages/02.Documentation/05.storage-classes/default.en.md | shaase-S11/grav-docs-metakube | 21d8b6f4fe9e3c88fad396849116a2c6ccddb44e | [
"MIT"
] | null | null | null | ---
title: 'Storage Classes'
published: true
date: '18-07-2018 13:00'
taxonomy:
tag:
- storage
- kubernetes
- cli
---
In order to use persistent storage over a [PersistentVolumeClaim](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims) in your cluster, a ... | 30.945946 | 278 | 0.737118 | eng_Latn | 0.624907 |
cc72328d87f96d08d1b8a32f2021c0d4c5e0d7d2 | 15,811 | md | Markdown | _posts/1989-06-04-王晓明:两个“祸从口入”的故事.md | NodeBE4/mjlsh | 1bbfb5d7d62cf731dec6f6e3bfe43e5981fc85ef | [
"MIT"
] | 2 | 2020-09-30T00:09:49.000Z | 2021-01-12T10:57:18.000Z | _posts/1989-06-04-王晓明:两个“祸从口入”的故事.md | NodeBE4/mjlsh | 1bbfb5d7d62cf731dec6f6e3bfe43e5981fc85ef | [
"MIT"
] | null | null | null | _posts/1989-06-04-王晓明:两个“祸从口入”的故事.md | NodeBE4/mjlsh | 1bbfb5d7d62cf731dec6f6e3bfe43e5981fc85ef | [
"MIT"
] | 1 | 2021-05-29T19:48:31.000Z | 2021-05-29T19:48:31.000Z | ---
layout: post
title: "王晓明:两个“祸从口入”的故事"
date: 1989-06-04
author: 王晓明
from: http://mjlsh.usc.cuhk.edu.hk/Book.aspx?cid=4&tid=2040
tags: [ 这样走过 ]
categories: [ 这样走过 ]
---
<div style="margin: 15px 10px 10px 0px;">
<div>
<span id="ctl00_ContentPlaceHolder1_chapter1_SubjectLabel" style="font-weight:bold;text-decoratio... | 65.605809 | 293 | 0.715641 | yue_Hant | 0.054232 |
cc725c778032f4002df41d959437ec36e653d3f9 | 5,591 | md | Markdown | README.md | wearereasonablepeople/couchify | 67669481bcddf9c5f22a52ae0f6e9c74753da9b1 | [
"MIT"
] | 15 | 2017-09-07T18:41:34.000Z | 2021-09-07T15:04:42.000Z | README.md | wearereasonablepeople/couchify | 67669481bcddf9c5f22a52ae0f6e9c74753da9b1 | [
"MIT"
] | 29 | 2017-09-01T11:34:22.000Z | 2019-11-08T15:51:37.000Z | README.md | wearereasonablepeople/couchify | 67669481bcddf9c5f22a52ae0f6e9c74753da9b1 | [
"MIT"
] | null | null | null | # couchify
use next generation JS in your [CouchDB](http://couchdb.apache.org) apps.
[](https://travis-ci.org/wearereasonablepeople/couchify)
`couchify` uses [babel](https://babeljs.io) to transpile your modular ES2015 application... | 27.955 | 335 | 0.69272 | eng_Latn | 0.959303 |
cc732014853953c0d401bc4068e0d7109305efa2 | 218 | md | Markdown | bese_ma_derriere.md | eevelweezel/recipes | 29a31a28e29da77e731ca07541ee5f4c9090a09b | [
"CC0-1.0"
] | null | null | null | bese_ma_derriere.md | eevelweezel/recipes | 29a31a28e29da77e731ca07541ee5f4c9090a09b | [
"CC0-1.0"
] | null | null | null | bese_ma_derriere.md | eevelweezel/recipes | 29a31a28e29da77e731ca07541ee5f4c9090a09b | [
"CC0-1.0"
] | 1 | 2020-09-04T19:42:17.000Z | 2020-09-04T19:42:17.000Z | # Bese Ma Derriere
This is a good one for steak, venison, and other red meat.
2 tbsp herbes de province
1.5 tbsp black pepper
0.5 tbsp white pepper
0.5 tbsp sea salt
0.5 tbsp onion powder
0.5 tbsp garlic powder
| 14.533333 | 58 | 0.738532 | eng_Latn | 0.927146 |
cc74ca56859b015f239752b7b6435d3065238e00 | 967 | md | Markdown | _posts/2019-11-17-UniRx-Getting-Started-List.md | karais89/karais89.github.io | d233e6771fd91b432f4b2e5f58478c80e622aa12 | [
"Apache-2.0"
] | null | null | null | _posts/2019-11-17-UniRx-Getting-Started-List.md | karais89/karais89.github.io | d233e6771fd91b432f4b2e5f58478c80e622aa12 | [
"Apache-2.0"
] | 1 | 2020-03-18T00:58:05.000Z | 2020-03-18T00:58:52.000Z | _posts/2019-11-17-UniRx-Getting-Started-List.md | karais89/karais89.github.io | d233e6771fd91b432f4b2e5f58478c80e622aa12 | [
"Apache-2.0"
] | 1 | 2022-03-19T06:29:30.000Z | 2022-03-19T06:29:30.000Z | ---
layout: post
title: "UniRx 입문 시리즈 목차"
subtitle: "UniRx 입문 시리즈 목차 번역"
date: 2019-11-17 12:35:00 +0900
author: "karais89"
header-img: "img/post-bg-2015.jpg"
catalog: true
tags: [unity3d, unirx]
---
## 환경
- macOS Catalina v10.15
- Unity 2019.2.10f1
- Github Desktop
- Rider 2019.2
- UniRx v7.1.0
원문 : [https://q... | 27.628571 | 115 | 0.683557 | kor_Hang | 0.99283 |
cc7764663ee3875059690672de07d2279a0b8364 | 14,668 | md | Markdown | playlists/pretty/37i9dQZEVXbMxcczTSoGwZ.md | claaslange/spotify-playlist-archive | 31b067630adc99b6ccd1ddde418de96931b46a96 | [
"MIT"
] | null | null | null | playlists/pretty/37i9dQZEVXbMxcczTSoGwZ.md | claaslange/spotify-playlist-archive | 31b067630adc99b6ccd1ddde418de96931b46a96 | [
"MIT"
] | null | null | null | playlists/pretty/37i9dQZEVXbMxcczTSoGwZ.md | claaslange/spotify-playlist-archive | 31b067630adc99b6ccd1ddde418de96931b46a96 | [
"MIT"
] | null | null | null | pretty - [cumulative](/playlists/cumulative/37i9dQZEVXbMxcczTSoGwZ.md) - [plain](/playlists/plain/37i9dQZEVXbMxcczTSoGwZ) - [githistory](https://github.githistory.xyz/mackorone/spotify-playlist-archive/blob/main/playlists/plain/37i9dQZEVXbMxcczTSoGwZ)
### [Top 50 \- Finland](https://open.spotify.com/playlist/37i9dQZEV... | 236.580645 | 730 | 0.761658 | yue_Hant | 0.572792 |
cc77ae19d689bc656ea4ca6e9bb9a36e120e4ca8 | 1,159 | md | Markdown | README.md | bradleyknutson/LIRI-Bot | 3c260875f6d407f3ddc9730311fe462b9adae4fb | [
"MIT"
] | null | null | null | README.md | bradleyknutson/LIRI-Bot | 3c260875f6d407f3ddc9730311fe462b9adae4fb | [
"MIT"
] | null | null | null | README.md | bradleyknutson/LIRI-Bot | 3c260875f6d407f3ddc9730311fe462b9adae4fb | [
"MIT"
] | null | null | null | # LIRI-Bot
## Description
LIRI-Bot is a Language Interpretation and Recognition Interface bot, used exclusively to search for concerts, songs, and movies. In this version of the bot you initialize the program and then choose your search options from Inquirer.
## Installation
* run `npm i` to install dependencies
*... | 31.324324 | 236 | 0.735116 | eng_Latn | 0.976239 |
cc78040abc1e34b76af324ca497f9f37a1f79163 | 355 | md | Markdown | _portfolio/recipe2.md | needleworm/gunbam | 0769cc1cc3eb2ead0a5be27f653bac94dd824fee | [
"MIT"
] | null | null | null | _portfolio/recipe2.md | needleworm/gunbam | 0769cc1cc3eb2ead0a5be27f653bac94dd824fee | [
"MIT"
] | null | null | null | _portfolio/recipe2.md | needleworm/gunbam | 0769cc1cc3eb2ead0a5be27f653bac94dd824fee | [
"MIT"
] | null | null | null | ---
caption: #what displays in the portfolio grid:
title: 밤 말리기
subtitle: 기다림의 미학
thumbnail: assets/img/portfolio/02.jpg
#what displays when the item is clicked:
title: 밤 말리기
subtitle: Step 2.
image: assets/img/portfolio/02.jpg
#main image, can be a link or a file in assets/img/portfolio
alt: image alt t... | 20.882353 | 66 | 0.712676 | eng_Latn | 0.566163 |
cc791d58dae307b9e0e64467bfdc109fef515362 | 198 | md | Markdown | decorators/deco_with_args.md | hehu56/python_- | 742129689d2e2048aead521581d8f929a3c8860c | [
"Apache-2.0"
] | 2 | 2020-01-26T11:23:35.000Z | 2020-05-13T07:23:28.000Z | decorators/deco_with_args.md | liqilong2017/interpy-zh | 742129689d2e2048aead521581d8f929a3c8860c | [
"Apache-2.0"
] | null | null | null | decorators/deco_with_args.md | liqilong2017/interpy-zh | 742129689d2e2048aead521581d8f929a3c8860c | [
"Apache-2.0"
] | 1 | 2019-05-16T06:43:39.000Z | 2019-05-16T06:43:39.000Z | # 带参数的装饰器
来想想这个问题,难道```@wraps```不也是个装饰器吗?但是,它接收一个参数,就像任何普通的函数能做的那样。那么,为什么我们不也那样做呢?
这是因为,当你使用```@my_decorator```语法时,你是在应用一个以单个函数作为参数的一个包裹函数。记住,Python里每个东西都是一个对象,而且这包括函数!记住了这些,我们可以编写一下能返回一个包裹函数的函数。
| 33 | 112 | 0.818182 | zho_Hans | 0.971537 |
cc798e78161b76c734729bc667e11fb0549a2c07 | 780 | md | Markdown | README.md | 88oio/DiDa | 130ff5b187e362b9c9c58543f46870fe9a2751dc | [
"MIT"
] | 2 | 2015-03-31T19:16:31.000Z | 2015-04-27T07:16:25.000Z | README.md | 88oio/DiDa | 130ff5b187e362b9c9c58543f46870fe9a2751dc | [
"MIT"
] | 1 | 2021-09-24T20:54:03.000Z | 2021-09-24T20:54:03.000Z | README.md | 88oio/DiDa | 130ff5b187e362b9c9c58543f46870fe9a2751dc | [
"MIT"
] | null | null | null | # DiDa 嘀嗒
With DiDa Memos, you will never miss any important meeting or events.
# Open source projects in the DiDa app
DMPasscode [D-32/DMPasscode](https://github.com/D-32/DMPasscode)
POVoiceHUD [polatolu/POVoiceHUD](https://github.com/polatolu/POVoiceHUD)
FSCalendar [f33chobits/FSCalendar](https://github.com/f33cho... | 28.888889 | 94 | 0.775641 | yue_Hant | 0.448029 |
cc799d84fcc3087c678d54b0b84a082910d2b1ae | 2,273 | md | Markdown | docs/visual-basic/misc/bc40014.md | badbadc0ffee/docs.de-de | 50a4fab72bc27249ce47d4bf52dcea9e3e279613 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/visual-basic/misc/bc40014.md | badbadc0ffee/docs.de-de | 50a4fab72bc27249ce47d4bf52dcea9e3e279613 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/visual-basic/misc/bc40014.md | badbadc0ffee/docs.de-de | 50a4fab72bc27249ce47d4bf52dcea9e3e279613 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: <type1> '<propertyname>'steht in Konflikt mit einem Member implizit für das Ereignis deklariert'<eventname>' in der Basisklasse <type2> '<classname>'
ms.date: 07/20/2015
f1_keywords:
- vbc40014
- bc40014
helpviewer_keywords:
- BC40014
ms.assetid: 100534b9-d533-4e94-a2a7-0ed26426965b
ms.openlocfilehash: 6b46b... | 63.138889 | 414 | 0.783546 | deu_Latn | 0.933314 |
cc7a802f236d04da304744249bb04b4e23ead00a | 1,611 | md | Markdown | README.md | NCSU-Libraries/python-vagrant | 640ed12350b7ae32ec5db0fd88696127f9b110ce | [
"MIT"
] | 3 | 2016-09-15T17:35:44.000Z | 2017-07-19T16:12:29.000Z | README.md | NCSU-Libraries/python-vagrant | 640ed12350b7ae32ec5db0fd88696127f9b110ce | [
"MIT"
] | 1 | 2016-10-06T09:02:35.000Z | 2016-10-06T09:13:14.000Z | README.md | NCSU-Libraries/python-vagrant | 640ed12350b7ae32ec5db0fd88696127f9b110ce | [
"MIT"
] | null | null | null | # Python-Vagrant
## Web Scraping with Python
1. Install [VirtualBox](https://www.virtualbox.org/wiki/Downloads) and [Vagrant](https://www.vagrantup.com/downloads.html). **Vagrant 1.8.4 or higher is required.** **Windows users must also install a shell environment** like [Git for Windows](https://git-for-windows.githu... | 41.307692 | 280 | 0.760397 | eng_Latn | 0.981552 |
cc7bdc2546063a18d7d8a272471934945d3bfbfb | 2,329 | md | Markdown | content/2017_12_14-its-just-a-meeting-of-friends.md | chris-erickson/chriserickson.me | 1aaec1835ef46976befd3eb9b07e0aee3bca341f | [
"MIT"
] | null | null | null | content/2017_12_14-its-just-a-meeting-of-friends.md | chris-erickson/chriserickson.me | 1aaec1835ef46976befd3eb9b07e0aee3bca341f | [
"MIT"
] | null | null | null | content/2017_12_14-its-just-a-meeting-of-friends.md | chris-erickson/chriserickson.me | 1aaec1835ef46976befd3eb9b07e0aee3bca341f | [
"MIT"
] | null | null | null | title: It’s Just a Meeting of Friends
date: 2017-12-14 20:10
link: http://www.esquire.com/features/can-you-say-hero-esq1198
From an [old profile](http://www.esquire.com/features/can-you-say-hero-esq1198) of *Mister Rogers*; a treasure trove of thought-provoking perspective. I could quote the whole thing, but two part... | 116.45 | 719 | 0.754401 | eng_Latn | 0.999918 |
cc7c89314cc91bb103a725140526bb5ef2339042 | 753 | md | Markdown | README.md | SharedLedger/SharedLedgerWhitepaper | a29d933a297b1fa43ab5c32a4b2ec572d2d825b6 | [
"MIT"
] | null | null | null | README.md | SharedLedger/SharedLedgerWhitepaper | a29d933a297b1fa43ab5c32a4b2ec572d2d825b6 | [
"MIT"
] | 2 | 2020-07-28T03:49:04.000Z | 2020-07-28T03:52:19.000Z | README.md | SharedLedger/SharedLedgerWhitepaper | a29d933a297b1fa43ab5c32a4b2ec572d2d825b6 | [
"MIT"
] | null | null | null | # Shared Ledger Whitepaper
## A shared ledger that aims to indicate and track confidence levels in crypto and ico assets, ranking based on fundamental and technical analyzes conducted by independent actors using AI to identify scams and opportunities.
Something like this but with criptoassets
![Media-Bias-Chart_4 0_... | 50.2 | 224 | 0.808765 | eng_Latn | 0.9599 |
cc7c8f7c9b4e1f1f5e56cb139a9c6fccbe1064cf | 160 | md | Markdown | exampleSite/archetypes/default.md | Tarmana/Blonde | d4982fb13bc63f672b491ffe30bf07cb484abdea | [
"MIT"
] | 68 | 2020-08-16T14:37:44.000Z | 2022-03-14T02:37:10.000Z | exampleSite/archetypes/default.md | Tarmana/Blonde | d4982fb13bc63f672b491ffe30bf07cb484abdea | [
"MIT"
] | 66 | 2021-05-27T11:08:18.000Z | 2022-03-16T11:29:49.000Z | exampleSite/archetypes/default.md | Tarmana/Blonde | d4982fb13bc63f672b491ffe30bf07cb484abdea | [
"MIT"
] | 78 | 2020-09-14T21:34:04.000Z | 2022-03-21T20:02:33.000Z | ---
author: ""
title: ""
draft: true
date: {{ dateFormat "2006-01-02" .Date }}
description: ""
tags: ["", ""]
archives: ["{{ dateFormat "2006/01" .Date }}"]
--- | 17.777778 | 46 | 0.55625 | ron_Latn | 0.17719 |
cc7c9e714eefdb19ef712114800c90eda05b873c | 1,276 | md | Markdown | CHANGES.md | mpenning/zz | b8448e39f0ad34285c40144bd0f55f506c5a7f2b | [
"BSD-3-Clause"
] | null | null | null | CHANGES.md | mpenning/zz | b8448e39f0ad34285c40144bd0f55f506c5a7f2b | [
"BSD-3-Clause"
] | null | null | null | CHANGES.md | mpenning/zz | b8448e39f0ad34285c40144bd0f55f506c5a7f2b | [
"BSD-3-Clause"
] | null | null | null |
Version 0.0.31
--------------
Released 2022-04-09
- Enhance the `dev_tools/vv` to ensure `git` is available before running vim
Version 0.0.30
--------------
Released 2022-03-24
- Add `replace_in_files()` function
Version 0.0.29
--------------
Released 2022-03-24
- Add better repo version management to Makefile... | 15.753086 | 86 | 0.639498 | eng_Latn | 0.906227 |
cc7d1e5aa259bb834d661dd78e5bcb32ac5c5a88 | 214 | md | Markdown | _posts/1963-09-03-the-amerigo-vespucci-arrives-photo.md | MiamiMaritime/miamimaritime.github.io | d087ae8c104ca00d78813b5a974c154dfd9f3630 | [
"MIT"
] | null | null | null | _posts/1963-09-03-the-amerigo-vespucci-arrives-photo.md | MiamiMaritime/miamimaritime.github.io | d087ae8c104ca00d78813b5a974c154dfd9f3630 | [
"MIT"
] | null | null | null | _posts/1963-09-03-the-amerigo-vespucci-arrives-photo.md | MiamiMaritime/miamimaritime.github.io | d087ae8c104ca00d78813b5a974c154dfd9f3630 | [
"MIT"
] | null | null | null | ---
title: The Amerigo Vespucci arrives Photo
tags:
- Sep 1963
---
The Amerigo Vespucci arrives. [Photo]
Newspapers: **Miami Morning News or The Miami Herald**
Page: **2**, Section: **B**
| 17.833333 | 56 | 0.61215 | kor_Hang | 0.390204 |
cc7ee93052a233ad1532129b40baac66e62059d3 | 2,214 | md | Markdown | essays/why-endeavor-when-resources-are-already-available.md | chunjy/chunjy.github.io | 1e31c4833bbb9b129f028e1ecb984d0d5fd60158 | [
"MIT"
] | null | null | null | essays/why-endeavor-when-resources-are-already-available.md | chunjy/chunjy.github.io | 1e31c4833bbb9b129f028e1ecb984d0d5fd60158 | [
"MIT"
] | null | null | null | essays/why-endeavor-when-resources-are-already-available.md | chunjy/chunjy.github.io | 1e31c4833bbb9b129f028e1ecb984d0d5fd60158 | [
"MIT"
] | null | null | null | ---
layout: essay
type: essay
title: Why Endeavor When Resources Are Already Available?
# All dates must be YYYY-MM-DD format!
date: 2021-02-25
labels:
- Semantic UI
- IntelliJ
---
<img class="ui medium left floated rounded image" src="../images/semantic.png">
## We all have experienced with creating a webpage
In... | 100.636364 | 917 | 0.79178 | eng_Latn | 0.999927 |
cc7f350fb5eebccefc82d55e7b85b28e1fd2b000 | 1,954 | md | Markdown | _posts/2020-09-15-why-protocols->-companies---An-overview-of-Uniswap.md | zkeducation/zke1 | ca8e4f023f8a3fe83914f9c8d1d378585802e93e | [
"MIT"
] | null | null | null | _posts/2020-09-15-why-protocols->-companies---An-overview-of-Uniswap.md | zkeducation/zke1 | ca8e4f023f8a3fe83914f9c8d1d378585802e93e | [
"MIT"
] | null | null | null | _posts/2020-09-15-why-protocols->-companies---An-overview-of-Uniswap.md | zkeducation/zke1 | ca8e4f023f8a3fe83914f9c8d1d378585802e93e | [
"MIT"
] | null | null | null | ---
layout: post
title: Why protocols > companies. An overview of Uniswap
---
A protocol on a blockchain is a set of smart contracts that define the rules for interacting with a system.
A good example is Uniswap, an exchange protocol whose growth has been astronomical.
By exchange protocol I mean you send asset A t... | 33.118644 | 190 | 0.79478 | eng_Latn | 0.999637 |
cc7f826dd5b8fc03217a90c40a352193c22fdaa3 | 1,264 | md | Markdown | docs/tumblr.md | jihonrado/jihonrado.es | 31ecee819930213796ba826fa9d52b15fa37cc4e | [
"MIT"
] | 240 | 2016-06-05T06:11:32.000Z | 2022-03-03T00:24:11.000Z | docs/tumblr.md | jihonrado/jihonrado.es | 31ecee819930213796ba826fa9d52b15fa37cc4e | [
"MIT"
] | 7 | 2016-06-24T15:58:34.000Z | 2020-11-03T04:28:39.000Z | docs/tumblr.md | jihonrado/jihonrado.es | 31ecee819930213796ba826fa9d52b15fa37cc4e | [
"MIT"
] | 78 | 2016-06-12T00:35:03.000Z | 2020-09-10T10:01:15.000Z | ### Setting up Tumblr
To get started go to <http://www.tumblr.com/oauth/register> to register your website. Fill in the information required, for default callback url just enter `http://localhost:3000`. Once you are done your website will be listed under <http://www.tumblr.com/oauth/apps> with a **OAuth Consumer Key**... | 63.2 | 367 | 0.760285 | eng_Latn | 0.992926 |
cc7fc091e6557771dc8588adc597abe242ee09e8 | 502 | md | Markdown | content/movies/the-sadist.md | bradp/horror.watch | 7d6aff54738a85d6bae2f220bd7c9d192971a349 | [
"MIT"
] | 2 | 2021-02-03T22:20:32.000Z | 2022-01-05T09:40:56.000Z | content/movies/the-sadist.md | bradp/horror.watch | 7d6aff54738a85d6bae2f220bd7c9d192971a349 | [
"MIT"
] | 4 | 2021-09-21T10:26:58.000Z | 2022-03-30T21:55:20.000Z | content/movies/the-sadist.md | bradp/horror.watch | 7d6aff54738a85d6bae2f220bd7c9d192971a349 | [
"MIT"
] | 1 | 2021-11-10T12:18:16.000Z | 2021-11-10T12:18:16.000Z | +++
title = "The Sadist"
added = "2020-12-31"
description = "A combat veteran, with serious psychological damage, stalks campers and hunters in the woods."
rating = "4"
popularity = "2.688"
released = "2015"
poster = "assets/poster/the-sadist.jpg"
cover = "assets/cover/the-sadist.jpg"
file = "https://archive.org/downlo... | 26.421053 | 109 | 0.703187 | eng_Latn | 0.674154 |
cc8004140e6a45fa87055c432c8b7f2c9d7149e8 | 4,101 | md | Markdown | _posts/2018-10-26-Download-edgenuity-e2020-speech-answers.md | Luanna-Lynde/28 | 1649d0fcde5c5a34b3079f46e73d5983a1bfce8c | [
"MIT"
] | null | null | null | _posts/2018-10-26-Download-edgenuity-e2020-speech-answers.md | Luanna-Lynde/28 | 1649d0fcde5c5a34b3079f46e73d5983a1bfce8c | [
"MIT"
] | null | null | null | _posts/2018-10-26-Download-edgenuity-e2020-speech-answers.md | Luanna-Lynde/28 | 1649d0fcde5c5a34b3079f46e73d5983a1bfce8c | [
"MIT"
] | null | null | null | ---
layout: post
comments: true
categories: Other
---
## Download Edgenuity e2020 speech answers book
He wears his soul on his face. He was trembling uncontrollably and his to the Ob, I "Gusinnaja Semlja" in text, but I checked out not before seen on the Chukch Peninsula, the farmsteads in ruins or desolate, The dete... | 455.666667 | 3,997 | 0.7881 | eng_Latn | 0.999924 |
cc8123f71ff94fe263ca2dc1cbd3afb11374e5fc | 66 | md | Markdown | README.md | Michuuu234/vserverstats | 79f37a15733b3564ebf28bd715d3a475caa3eb01 | [
"MIT"
] | null | null | null | README.md | Michuuu234/vserverstats | 79f37a15733b3564ebf28bd715d3a475caa3eb01 | [
"MIT"
] | null | null | null | README.md | Michuuu234/vserverstats | 79f37a15733b3564ebf28bd715d3a475caa3eb01 | [
"MIT"
] | null | null | null | # vserverstats
Server stats for TeamSpeak 3 and Minecraft server.
| 22 | 50 | 0.818182 | dan_Latn | 0.393774 |
cc8167313ba8e9f52c988202f5b28aa19f53a917 | 3,215 | md | Markdown | README.md | beautifulBoys/webpack-replace-loader | 56527168878e46d29498148e54516d3cd1a3015b | [
"MIT"
] | 67 | 2017-10-24T06:16:59.000Z | 2020-12-29T07:12:10.000Z | README.md | beautifulBoys/webpack-replace-loader | 56527168878e46d29498148e54516d3cd1a3015b | [
"MIT"
] | 4 | 2017-11-09T05:39:44.000Z | 2019-09-13T10:13:27.000Z | README.md | beautifulBoys/webpack-replace-loader | 56527168878e46d29498148e54516d3cd1a3015b | [
"MIT"
] | 8 | 2017-11-09T05:14:01.000Z | 2020-12-25T23:16:31.000Z | # webpack-replace-loader
> 一个 webpack 打包时用来替换字符串的 webpack-loader 。
[中文文档](https://github.com/beautifulBoys/webpack-replace-loader) [English document](https://github.com/beautifulBoys/webpack-replace-loader/tree/master/docs)
## 使用场景举例
1 . 在使用 webpack 项目打包的时候,用来将开发环境的请求 URL 替换为 生产环境的 URL 。
2 . 项目统一查找调整页面配色样式 `color`... | 17.378378 | 158 | 0.543079 | yue_Hant | 0.346509 |
cc819ca6344d5200ffc940dcb60fafd84279dd45 | 3,174 | md | Markdown | README.md | ramirezcgn/fantasticon-loader | 1c938da88ec09a59e117539db0f764f9697df506 | [
"MIT"
] | null | null | null | README.md | ramirezcgn/fantasticon-loader | 1c938da88ec09a59e117539db0f764f9697df506 | [
"MIT"
] | null | null | null | README.md | ramirezcgn/fantasticon-loader | 1c938da88ec09a59e117539db0f764f9697df506 | [
"MIT"
] | 1 | 2021-10-14T06:24:11.000Z | 2021-10-14T06:24:11.000Z | # fantasticon-loader
[](https://www.npmjs.com/package/fantasticon-loader)
[](https://www.npmjs.com/package/fantasticon-loader)
[**.
Someone asked about importing... | 43.711538 | 72 | 0.769468 | eng_Latn | 0.996759 |
cc840119f99f97e9ba846e5553e4cafc3dc781b5 | 248 | md | Markdown | components/function-runtimes/README.md | mmitoraj/kyma | 10ae3a8acf7d57a329efa605890d11f9a9b40991 | [
"Apache-2.0"
] | 1,351 | 2018-07-04T06:14:20.000Z | 2022-03-31T16:28:47.000Z | components/function-runtimes/README.md | mmitoraj/kyma | 10ae3a8acf7d57a329efa605890d11f9a9b40991 | [
"Apache-2.0"
] | 11,211 | 2018-07-24T22:47:33.000Z | 2022-03-31T19:29:15.000Z | components/function-runtimes/README.md | mmitoraj/kyma | 10ae3a8acf7d57a329efa605890d11f9a9b40991 | [
"Apache-2.0"
] | 481 | 2018-07-24T14:13:41.000Z | 2022-03-31T15:55:46.000Z | # Function Runtimes
## Overview
This project includes Docker images which are used as a base for serverless Functions. See the [Serverless](../../docs/01-overview/main-areas/serverless) documentation for more information on serverless Functions.
| 41.333333 | 213 | 0.794355 | eng_Latn | 0.986445 |
cc8413c148676dedf9bc6b817e2fd61adfe73c93 | 9,470 | md | Markdown | _posts/java-all/design-pattern/2020-05-10-深入探究JDK动态代理的底层原理.md | YuanAaron/yuanaaron.github.io | c3300a6b08e759a078251c918c49e7a482dc7cbe | [
"Apache-2.0"
] | null | null | null | _posts/java-all/design-pattern/2020-05-10-深入探究JDK动态代理的底层原理.md | YuanAaron/yuanaaron.github.io | c3300a6b08e759a078251c918c49e7a482dc7cbe | [
"Apache-2.0"
] | 1 | 2021-12-10T05:25:13.000Z | 2021-12-10T05:25:13.000Z | _posts/java-all/design-pattern/2020-05-10-深入探究JDK动态代理的底层原理.md | YuanAaron/yuanaaron.github.io | c3300a6b08e759a078251c918c49e7a482dc7cbe | [
"Apache-2.0"
] | null | null | null | ---
layout: post
author: oshacker
title: 深入探究JDK动态代理的底层原理
category: design-pattern
tags: [java,design-pattern]
excerpt: 彻底弄懂JDK动态代理
---
动态代理,听上去很高大上的技术,在Java里应用广泛,尤其是在Hibernate和Spring这两种框架里,在AOP、权限控制、事务管理等方面都有动态代理的实现。
JDK本身有实现动态代理技术,但是略有限制,即被代理的类必须实现某个接口,否则无法使用JDK自带的动态代理,因此,如果不满足条件,就只能使用另一种更加灵活,功能更强大的动态代理技术——Cglib。... | 31.461794 | 305 | 0.703379 | yue_Hant | 0.636327 |
cc84268991362ace9b2da65e55ff31172e14133a | 991 | md | Markdown | README.md | qqqpos/entree | 2668db9839f68767a7a70044d1c7a85b6ff2f7a4 | [
"MIT"
] | null | null | null | README.md | qqqpos/entree | 2668db9839f68767a7a70044d1c7a85b6ff2f7a4 | [
"MIT"
] | null | null | null | README.md | qqqpos/entree | 2668db9839f68767a7a70044d1c7a85b6ff2f7a4 | [
"MIT"
] | null | null | null | # Entrée Point Of Sales - A Open Source with Restaurant Users Feedback Driven POS
Entrée is a free & easy to use POS system.
The [`Entrée`](https://github.com/huangxuewu/entree) has many build in feature, for example:
* [Caller ID](https://github.com/huangxuewu/entree) to display caller 's phone number.
* [EMV Semi-... | 29.147059 | 104 | 0.764884 | eng_Latn | 0.912235 |
cc844e9ee0f965340c36e544ea3dd3323f6f5c82 | 1,345 | md | Markdown | README.md | EricSaboya/TROPOMI | 3d2bb620d1f18b7d9d2730161f92a692503cf550 | [
"MIT"
] | null | null | null | README.md | EricSaboya/TROPOMI | 3d2bb620d1f18b7d9d2730161f92a692503cf550 | [
"MIT"
] | null | null | null | README.md | EricSaboya/TROPOMI | 3d2bb620d1f18b7d9d2730161f92a692503cf550 | [
"MIT"
] | null | null | null | # TROPOMI
## Welcome!
Thanks for stumbling across my humble GitHub repository.
This repository contains Python scripts for processing and analysing methane column retrievals (XCH4) from the TROPOspheric Monitoring Instrument (TROPOMI) on board the Sentinel-5 Precursor satellite (http://www.tropomi.eu).
Part of my P... | 56.041667 | 313 | 0.797026 | eng_Latn | 0.996835 |
cc8493a1c9e92ca0d90670f4a8ef4fc7a471a15a | 864 | md | Markdown | docs/pages/example/multiple-geometries.md | JinIgarashi/mapbox-gl-js-docs | 14d1dc8beddcf30380282fe66c2bad2570fc6bf6 | [
"BSD-3-Clause"
] | null | null | null | docs/pages/example/multiple-geometries.md | JinIgarashi/mapbox-gl-js-docs | 14d1dc8beddcf30380282fe66c2bad2570fc6bf6 | [
"BSD-3-Clause"
] | null | null | null | docs/pages/example/multiple-geometries.md | JinIgarashi/mapbox-gl-js-docs | 14d1dc8beddcf30380282fe66c2bad2570fc6bf6 | [
"BSD-3-Clause"
] | null | null | null | ---
title: Add multiple geometries from one GeoJSON source
description: Add a polygon and circle layer from the same GeoJSON source.
topics:
- Layers
thumbnail: multiple-geometries
contentType: example
layout: example
language:
- JavaScript
products:
- Mapbox GL JS
prependJs:
- "import Example from '../../components/... | 36 | 185 | 0.738426 | eng_Latn | 0.909072 |
cc84bd1aa9a9bd6ad1bfcdd44b4f217f05b52a54 | 29,052 | md | Markdown | documentation/README.md | zKevz/KCord | 7f90ad2ab034268a3088a897aace22b15016b553 | [
"MIT"
] | 5 | 2021-07-23T15:00:44.000Z | 2021-08-31T01:52:18.000Z | documentation/README.md | zKevz/KCord | 7f90ad2ab034268a3088a897aace22b15016b553 | [
"MIT"
] | null | null | null | documentation/README.md | zKevz/KCord | 7f90ad2ab034268a3088a897aace22b15016b553 | [
"MIT"
] | null | null | null | # Documentation
- [Channels Documentation](#channels)
- [Editing Channel](#editing-channel)
- [Delete or Close Channel](#delete-or-close-channel)
- [Get Channel Messages](#get-channel-messages)
- [Get Channel Message](#get-channel-message)
- [Send Message](#send-message)
- [Add Message Reaction](#add-reaction)
... | 23.075457 | 131 | 0.7405 | eng_Latn | 0.602844 |
cc85718077b5ca2d41edab4dbfe5b9deff1052fa | 1,606 | md | Markdown | articles/synapse-analytics/get-started-pipelines.md | kalleantero/azure-docs | 50585080657eabcecdb7fa01536ca5f5aecdc600 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-09-09T11:23:22.000Z | 2021-09-09T11:23:22.000Z | articles/synapse-analytics/get-started-pipelines.md | kalleantero/azure-docs | 50585080657eabcecdb7fa01536ca5f5aecdc600 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/synapse-analytics/get-started-pipelines.md | kalleantero/azure-docs | 50585080657eabcecdb7fa01536ca5f5aecdc600 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: 'Tutorial: Get started to integrate with pipelines'
description: In this tutorial, you'll learn how to integrate pipelines and activities using Synapse Studio.
services: synapse-analytics
author: saveenr
ms.author: saveenr
manager: julieMSFT
ms.reviewer: jrasnick
ms.service: synapse-analytics
ms.subservice:... | 36.5 | 151 | 0.738481 | eng_Latn | 0.967771 |
cc8644a2b0fc5db48e7e166697730530ed13ff68 | 1,267 | md | Markdown | _pages/about.md | yangyadi/yangyadi.github.io | 3035f19a65a10aab20baf9b841b795db99b22d19 | [
"MIT"
] | null | null | null | _pages/about.md | yangyadi/yangyadi.github.io | 3035f19a65a10aab20baf9b841b795db99b22d19 | [
"MIT"
] | null | null | null | _pages/about.md | yangyadi/yangyadi.github.io | 3035f19a65a10aab20baf9b841b795db99b22d19 | [
"MIT"
] | null | null | null | ---
permalink: /
title: "Welcome!"
excerpt: "About me"
author_profile: true
redirect_from:
- /about/
- /about.html
---
Hi, I am Yadi Yang and I am currently doing my PhD in the Department of Business Economics at Erasmus University Rotterdam in the Netherlands.
Before my PhD starts, I obtained my bachelor and m... | 57.590909 | 439 | 0.782163 | eng_Latn | 0.998658 |
cc86ee39c72c49398e28baf373c8fdc275399f78 | 1,087 | md | Markdown | README.md | spencerking/colors | a3e4fed55e32281915d4b3886c83518c9bd2c3ac | [
"MIT"
] | 2 | 2018-09-15T08:34:21.000Z | 2020-04-11T13:25:16.000Z | README.md | spencerking/colors | a3e4fed55e32281915d4b3886c83518c9bd2c3ac | [
"MIT"
] | null | null | null | README.md | spencerking/colors | a3e4fed55e32281915d4b3886c83518c9bd2c3ac | [
"MIT"
] | null | null | null | # colors
A Crystal String class extension for printing colored text to a CLI.
## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
colors:
github: spencerking/colors
```
## Usage
```crystal
require "colors"
```
Colors is a String class extension and thus can be called on any st... | 20.12963 | 153 | 0.723091 | eng_Latn | 0.963327 |
cc872119451222cb39d27920e303fc1c8544aff2 | 16,744 | md | Markdown | fundamentals/dependency-injection.md | spinajs/docs | 05072b38700657222a461385288cfe05ef9f364e | [
"MIT"
] | null | null | null | fundamentals/dependency-injection.md | spinajs/docs | 05072b38700657222a461385288cfe05ef9f364e | [
"MIT"
] | null | null | null | fundamentals/dependency-injection.md | spinajs/docs | 05072b38700657222a461385288cfe05ef9f364e | [
"MIT"
] | null | null | null | # Dependency injection
## Basics
SpinaJS DI container is standalone npm package that can be uses separately from main SpinaJS framework. Within framework you just import from `@spinajs/core` if used standalone add npm package `@spinajs/di` and import from it.
Module exports main DI container as `DI` object, and `In... | 37.79684 | 524 | 0.754419 | eng_Latn | 0.989038 |
cc87ab1e15ea5487e5a3a77c71b5766083fcfd5b | 481 | md | Markdown | Doc/S/About/CDL/Problem_0.md | Ralph-Diab/Cmacc-Org | 8842eace9159ded10791d2385b871f6aafc46e4e | [
"MIT"
] | 42 | 2015-12-30T20:53:29.000Z | 2022-01-04T03:51:50.000Z | Doc/S/About/CDL/Problem_0.md | Ralph-Diab/Cmacc-Org | 8842eace9159ded10791d2385b871f6aafc46e4e | [
"MIT"
] | 16 | 2015-10-01T12:01:05.000Z | 2022-03-27T23:32:53.000Z | Doc/S/About/CDL/Problem_0.md | Ralph-Diab/Cmacc-Org | 8842eace9159ded10791d2385b871f6aafc46e4e | [
"MIT"
] | 26 | 2015-10-07T18:40:44.000Z | 2021-02-10T10:53:06.000Z | Ti=Problem
0.sec=Transacting is slow, insecure, uncertain and expensive.
1.sec=Problems of payment, clearing, automation and interoperability are being addressed by the FinTech and open source communities, notably in blockchain implementations.
2.sec=Legal compliance and optimization remain slow, uncertain and expen... | 32.066667 | 171 | 0.808732 | eng_Latn | 0.991182 |
cc885bdfeba073901d6fd057139dee9b252a9291 | 85 | md | Markdown | README.md | tiagosilvagoncalves/html-css | bc59cefd56100bff88234e4256834d6e1b8e3722 | [
"MIT"
] | null | null | null | README.md | tiagosilvagoncalves/html-css | bc59cefd56100bff88234e4256834d6e1b8e3722 | [
"MIT"
] | null | null | null | README.md | tiagosilvagoncalves/html-css | bc59cefd56100bff88234e4256834d6e1b8e3722 | [
"MIT"
] | null | null | null | # html-css
Curso de HTML5 e CSS3 do Curso em Video
Estou aprendendo a criar sites
| 17 | 40 | 0.752941 | por_Latn | 0.998875 |
cc8891b20314615d53627990bb7f08cdde3370a0 | 850 | md | Markdown | mappings/generator/README.md | DylanVanAssche/gtfs-bench | e0803296969a4b53ba7c9de6319a98e016f731b4 | [
"Apache-2.0"
] | 12 | 2019-10-13T13:36:53.000Z | 2022-03-10T08:00:05.000Z | mappings/generator/README.md | DylanVanAssche/gtfs-bench | e0803296969a4b53ba7c9de6319a98e016f731b4 | [
"Apache-2.0"
] | 38 | 2020-02-17T09:05:35.000Z | 2022-03-16T15:55:52.000Z | mappings/generator/README.md | DylanVanAssche/gtfs-bench | e0803296969a4b53ba7c9de6319a98e016f731b4 | [
"Apache-2.0"
] | 12 | 2019-10-17T10:13:36.000Z | 2022-03-16T13:53:10.000Z | # Mapping generator
## config.json
Source of individual TripleMaps can be specified on the config.json file, with the following sintaxis:
```
{
"entities": [
{
"id": 0,
"name": "AGENCY",
"map": "partial/agency.ttl",
"source": {
"type": "mysql",
"connection": {
"user": "root",
"pass":... | 14.655172 | 102 | 0.498824 | eng_Latn | 0.292075 |
cc889e1d1dbd86250dcd441f02e7fb91d91cca69 | 36 | md | Markdown | README.md | falconn99/falconn9984-gmail.com | 182c4292f41e88da040e3f8b6d5e227d4f5b5307 | [
"Unlicense"
] | null | null | null | README.md | falconn99/falconn9984-gmail.com | 182c4292f41e88da040e3f8b6d5e227d4f5b5307 | [
"Unlicense"
] | null | null | null | README.md | falconn99/falconn9984-gmail.com | 182c4292f41e88da040e3f8b6d5e227d4f5b5307 | [
"Unlicense"
] | null | null | null | # falconn9984-gmail.com
falconn9984
| 12 | 23 | 0.833333 | cat_Latn | 0.228087 |
cc8c4c560f052c835ea2d8e961d7bd18c4e2539a | 2,103 | md | Markdown | Docs/Badminton_docs.md | Rijul1999/Playground | 978878dbd2cfd81a8a98599ed9bda755735d8b1d | [
"MIT"
] | 1 | 2020-05-29T11:03:54.000Z | 2020-05-29T11:03:54.000Z | Docs/Badminton_docs.md | Rijul1999/Playground | 978878dbd2cfd81a8a98599ed9bda755735d8b1d | [
"MIT"
] | null | null | null | Docs/Badminton_docs.md | Rijul1999/Playground | 978878dbd2cfd81a8a98599ed9bda755735d8b1d | [
"MIT"
] | null | null | null | # Docs for Badminton Module
## Documentation for Class Badminton.Badminton.Detector
### Badminton.Badminton.Detector.detect_players_image(self,img_src,display_detection = True,ret_img=False)
Detects players in the Image.
Takes as arguments img_src,display_detection, ret_img and by default has no return value a... | 39.679245 | 266 | 0.771279 | eng_Latn | 0.983792 |
cc8c72a61ca5ec4d36dc6c47c4557c23dd9462b1 | 5,067 | md | Markdown | 3rdparty/torchcraft/README.md | WoodoLee/TorchCraft | 999f68aab9e7d50ed3ae138297226dc95fefc458 | [
"MIT"
] | null | null | null | 3rdparty/torchcraft/README.md | WoodoLee/TorchCraft | 999f68aab9e7d50ed3ae138297226dc95fefc458 | [
"MIT"
] | null | null | null | 3rdparty/torchcraft/README.md | WoodoLee/TorchCraft | 999f68aab9e7d50ed3ae138297226dc95fefc458 | [
"MIT"
] | null | null | null | # TorchCraft
TorchCraft is an interface to StarCraft: Brood War based on [BWAPI](github.com/bwapi/bwapi) that allows you to build bots and control the game without needing to inject your own controller into the game. This lets you parse StarCraft data and interact with BWAPI from anywhere with a few lines of C++, Pyth... | 32.902597 | 401 | 0.750543 | eng_Latn | 0.953986 |
cc8d256c75d4d094975f4d2c40e25a2ab3811006 | 1,408 | md | Markdown | ce/unified-service-desk/nextrole-tag.md | platkat/dynamics-365-customer-engagement | 2e64b92b1522b2da012ee331b238e0aa195f84d8 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2019-01-30T18:36:48.000Z | 2019-01-30T18:36:51.000Z | ce/unified-service-desk/nextrole-tag.md | platkat/dynamics-365-customer-engagement | 2e64b92b1522b2da012ee331b238e0aa195f84d8 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ce/unified-service-desk/nextrole-tag.md | platkat/dynamics-365-customer-engagement | 2e64b92b1522b2da012ee331b238e0aa195f84d8 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2019-08-24T19:28:48.000Z | 2019-08-24T19:28:48.000Z | ---
title: "NextRole Tag Unified Service Desk for Dynamics 365 for Customer Engagement apps Customer Enagagement| MicrosoftDocs"
description: " The following sample finds a control one position after the second control with a push button role. "
ms.custom:
- dyn365-USD
ms.date: 08/23/2017
ms.reviewer:
ms.service: d... | 31.288889 | 268 | 0.737216 | eng_Latn | 0.761589 |