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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e51b935e82baa82da5961e05201dcae676dbfb8f | 2,452 | md | Markdown | common/README.md | bobai/DMbD | 6b3e5c81cf963585c42528d5f884cdbfed1a21c0 | [
"CC-BY-4.0"
] | 1 | 2018-11-12T09:17:57.000Z | 2018-11-12T09:17:57.000Z | common/README.md | bobai/DMbD | 6b3e5c81cf963585c42528d5f884cdbfed1a21c0 | [
"CC-BY-4.0"
] | 1 | 2019-01-09T08:19:47.000Z | 2019-01-09T08:19:47.000Z | common/README.md | bobai/DMbD | 6b3e5c81cf963585c42528d5f884cdbfed1a21c0 | [
"CC-BY-4.0"
] | 3 | 2018-10-01T11:18:50.000Z | 2019-10-26T22:59:59.000Z | # Data Management by Design - Common Architecture Model
Here you can find architectural views related to Research Data
Management in a university setting.
The achitectural views presented here are the result of an activity
to establish a common ground for research data management and the
enterprise architecture for i... | 51.083333 | 628 | 0.774878 | eng_Latn | 0.863762 |
e51bf6d0925aa77059831700c5a0a21d369a5d03 | 3,448 | md | Markdown | docs/en/extend.md | xinwuyun/Serverless-Devs | 3066e8ccd0f6a9a194dcb70942f37c690be1b21a | [
"MIT"
] | 48 | 2020-10-22T06:25:33.000Z | 2020-10-26T11:29:13.000Z | docs/en/extend.md | xinwuyun/Serverless-Devs | 3066e8ccd0f6a9a194dcb70942f37c690be1b21a | [
"MIT"
] | 2 | 2020-10-23T03:46:15.000Z | 2020-10-26T02:41:57.000Z | docs/en/extend.md | xinwuyun/Serverless-Devs | 3066e8ccd0f6a9a194dcb70942f37c690be1b21a | [
"MIT"
] | 5 | 2020-10-23T05:50:29.000Z | 2020-10-24T03:42:56.000Z | ---
title: Yaml inheritance
description: 'Yaml inheritance'
position: 9
category: 'Overview'
---
# Yaml inheritance
Through the keyword `extend`, the problem of multiple Yaml configuration redundancy is solved.
## Typical scene
For example, when using Serverless Devs to deploy a [Function Compute FC](https://serverle... | 27.584 | 366 | 0.685615 | eng_Latn | 0.961542 |
e51c1676cbd1f059a47defd5a5788c22650e7e03 | 242 | md | Markdown | README.md | opojs/web-matters-talk | 96d6a5ca4da92451823281ffe49b6af382d5a894 | [
"MIT"
] | null | null | null | README.md | opojs/web-matters-talk | 96d6a5ca4da92451823281ffe49b6af382d5a894 | [
"MIT"
] | null | null | null | README.md | opojs/web-matters-talk | 96d6a5ca4da92451823281ffe49b6af382d5a894 | [
"MIT"
] | null | null | null | # Web Matters
If you can't see why web technologies matter, you're losing great opportunities. This talk explains a bit about the history of the web and all the technology that came from it.
## Running
Simply open the `index.html` file :)
| 30.25 | 176 | 0.760331 | eng_Latn | 0.998414 |
e51c295e077210fefb3b80a6443d1217546f2222 | 560 | md | Markdown | README.md | henriquegouveia/tagger | 76677ccb538bc153bd8b73c4e6ee5a3c6576dd01 | [
"MIT"
] | null | null | null | README.md | henriquegouveia/tagger | 76677ccb538bc153bd8b73c4e6ee5a3c6576dd01 | [
"MIT"
] | null | null | null | README.md | henriquegouveia/tagger | 76677ccb538bc153bd8b73c4e6ee5a3c6576dd01 | [
"MIT"
] | 1 | 2020-05-15T08:14:26.000Z | 2020-05-15T08:14:26.000Z | SQL to dump reviews:
```
select
pr.PRODUCTREVIEWID as id,
pr.PRODUCTID as product_id,
pr.REVIEWTITLE as review_title,
pr.REVIEWTEXT as review_text,
pr.AVERAGERATING as average_rating
from WEB_PRODUCTREVIEW pr
inner join (
select pr.PRODUCTID, count(PRODUCTREVIEWID) as tot... | 28 | 63 | 0.7125 | yue_Hant | 0.884763 |
e51c33c02ff64f67b3c398087681c28652e51208 | 1,478 | md | Markdown | README.md | goliasz/pio-template-sr | 20482b24059a968f9014e57de32021326a6fccf7 | [
"Apache-2.0"
] | 8 | 2016-04-13T09:33:32.000Z | 2019-01-11T08:32:21.000Z | README.md | r4sn4/pio-template-sr | 20482b24059a968f9014e57de32021326a6fccf7 | [
"Apache-2.0"
] | 1 | 2017-07-28T10:05:57.000Z | 2017-07-28T10:05:57.000Z | README.md | r4sn4/pio-template-sr | 20482b24059a968f9014e57de32021326a6fccf7 | [
"Apache-2.0"
] | 7 | 2016-04-30T02:40:52.000Z | 2019-01-11T08:32:54.000Z | # Survival Regression Template
This PredictionIO template is based on AFT (accelerated failure time) algorithm described in [MLlib - Survival regression](https://spark.apache.org/docs/1.6.1/ml-classification-regression.html#survival-regression) and in [API](https://spark.apache.org/docs/1.6.1/api/java/index.html?org/a... | 29.56 | 341 | 0.730041 | eng_Latn | 0.249156 |
e51d47c362d1fd313437e6d60b4371ee1a74f825 | 10,907 | md | Markdown | docs/data-tools/linq-to-sql-tools-in-visual-studio2.md | MicrosoftDocs/visualstudio-docs.pt-br | b1882dc108a37c4caebbf5a80c274c440b9bbd4a | [
"CC-BY-4.0",
"MIT"
] | 5 | 2019-02-19T20:22:40.000Z | 2022-02-19T14:55:39.000Z | docs/data-tools/linq-to-sql-tools-in-visual-studio2.md | MicrosoftDocs/visualstudio-docs.pt-br | b1882dc108a37c4caebbf5a80c274c440b9bbd4a | [
"CC-BY-4.0",
"MIT"
] | 32 | 2018-08-24T19:12:03.000Z | 2021-03-03T01:30:48.000Z | docs/data-tools/linq-to-sql-tools-in-visual-studio2.md | MicrosoftDocs/visualstudio-docs.pt-br | b1882dc108a37c4caebbf5a80c274c440b9bbd4a | [
"CC-BY-4.0",
"MIT"
] | 25 | 2017-11-02T16:03:15.000Z | 2021-10-02T02:18:00.000Z | ---
title: LINQ to SQL Visão geral de O/R Designer
description: obtenha uma visão geral das ferramentas de LINQ to SQL no Visual Studio. Saiba mais sobre o Object Relational Designer (o/R Designer).
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: overview
ms.assetid: 45e477c0-5c6b-41f9-b2d0-2808fb4f6537
author: gh... | 116.031915 | 1,048 | 0.784175 | por_Latn | 0.99905 |
e51d75defec5cf027bd016a29ff24906e6fefbfa | 169 | md | Markdown | README.md | Sam-Spencer/HorizonDefaults | 508a431ecfcbdaaa9f3b6aa2f3d0068c07f9eeb2 | [
"MIT"
] | 1 | 2020-06-07T20:22:31.000Z | 2020-06-07T20:22:31.000Z | README.md | Sam-Spencer/HorizonDefaults | 508a431ecfcbdaaa9f3b6aa2f3d0068c07f9eeb2 | [
"MIT"
] | null | null | null | README.md | Sam-Spencer/HorizonDefaults | 508a431ecfcbdaaa9f3b6aa2f3d0068c07f9eeb2 | [
"MIT"
] | null | null | null | # HorizonDefaults
Automatically synchronize your app's User Defaults over iCloud.
It's as easy as calling `start` when your app launches:
HorizonDefaults.start()
| 21.125 | 63 | 0.775148 | eng_Latn | 0.949278 |
e51e0280318aedb6fbb0ed3aa4845a1d772b58fc | 2,415 | md | Markdown | _posts/2011-7-13-2011-07-13.md | gt-2003-2017/gt-2003-2017.github.io | d9b4154d35ecccbe063e9919c7e9537a84c6d56e | [
"MIT"
] | null | null | null | _posts/2011-7-13-2011-07-13.md | gt-2003-2017/gt-2003-2017.github.io | d9b4154d35ecccbe063e9919c7e9537a84c6d56e | [
"MIT"
] | null | null | null | _posts/2011-7-13-2011-07-13.md | gt-2003-2017/gt-2003-2017.github.io | d9b4154d35ecccbe063e9919c7e9537a84c6d56e | [
"MIT"
] | null | null | null | 사도행전 19:11 - 19:16
2011년 07월 13일 (수)
능력의 방편
사도행전 19:11 - 19:16 / 새찬송가 498 장
능력의 도구가 된 바울의 손수건과 앞치마
11 하나님이 바울의 손으로 놀라운 능력을 행하게 하시니 12 심지어 사람들이 바울의 몸에서 손수건이나 앞치마를 가져다가 병든 사람에게 얹으면 그 병이 떠나고 악귀도 나가더라
11 God did extraordinary miracles through Paul, 12 so that even handkerchiefs and aprons that had touched him w... | 69 | 625 | 0.730849 | kor_Hang | 1.00001 |
e51e35643de4bc99e05a2b10e0ba331883e0baf9 | 3,034 | md | Markdown | cs495_chProb6/README.md | avillalobos5040/cs-seminar | c5c0928708129acf6824355d03379fd2b7c42230 | [
"BSD-3-Clause"
] | null | null | null | cs495_chProb6/README.md | avillalobos5040/cs-seminar | c5c0928708129acf6824355d03379fd2b7c42230 | [
"BSD-3-Clause"
] | null | null | null | cs495_chProb6/README.md | avillalobos5040/cs-seminar | c5c0928708129acf6824355d03379fd2b7c42230 | [
"BSD-3-Clause"
] | null | null | null | # CS495 Challenge Problem 6
## About the solution
This project is an extension of challenge problem 5, with an additional script that adds in some descriptive statistics of the data that is handled by the script `CS495_challengeProblem5.R`.
The aforementioned script generates the files `Institutions.csv` and `Teams.... | 79.842105 | 574 | 0.791365 | eng_Latn | 0.999647 |
e51e6a92e5da054770b7b85f8e47bc082cd4118b | 300 | md | Markdown | AUTHORS.md | recursion-ninja/PCG | 9f8001c0e7ae72f39b8451fc8dce4c745855d5a3 | [
"BSD-3-Clause"
] | null | null | null | AUTHORS.md | recursion-ninja/PCG | 9f8001c0e7ae72f39b8451fc8dce4c745855d5a3 | [
"BSD-3-Clause"
] | null | null | null | AUTHORS.md | recursion-ninja/PCG | 9f8001c0e7ae72f39b8451fc8dce4c745855d5a3 | [
"BSD-3-Clause"
] | 2 | 2021-02-17T23:45:27.000Z | 2021-03-25T02:40:02.000Z | # Authors
The following people have made code contributions to the Phylogenetic Component Graph (PCG) project.
Names below are sorted alphabetically.
## Author of Phylogenetic Component Graph
* Ward Wheeler
## Contributors
* Eric Ford
* Callan McGill
* Grace Newman
* Alex Washburn
* Yu Xiang
| 16.666667 | 100 | 0.77 | eng_Latn | 0.906797 |
e51e709c4b6c100922fddd1fcb235ea33442a739 | 71 | md | Markdown | _posts/2021-06-04-init-gitpage.md | mickey518/mickey518.github.io | f0bb41cf19349aba9c6bf0b5c5296263d2fec929 | [
"CC0-1.0"
] | null | null | null | _posts/2021-06-04-init-gitpage.md | mickey518/mickey518.github.io | f0bb41cf19349aba9c6bf0b5c5296263d2fec929 | [
"CC0-1.0"
] | null | null | null | _posts/2021-06-04-init-gitpage.md | mickey518/mickey518.github.io | f0bb41cf19349aba9c6bf0b5c5296263d2fec929 | [
"CC0-1.0"
] | null | null | null | ---
title: Init Gitpage
published: true
---
Same content to Gitpage.io | 11.833333 | 26 | 0.71831 | eng_Latn | 0.985053 |
e51e83390caa0697816655491c84c62f6ab5dc1c | 2,551 | md | Markdown | microsoft/office365/stream/sk.md | Hexatown/docs | 8baa1eb908c9182449d094b697dd50d197a8a0a1 | [
"MIT"
] | 1 | 2017-10-09T07:56:11.000Z | 2017-10-09T07:56:11.000Z | docs/stream/sk.md | jumpto365/microsoft365 | 6f394aea1f15c05168ea66bbaa8d9d9d7155e104 | [
"MIT"
] | 4 | 2017-12-01T15:47:58.000Z | 2022-02-26T04:07:52.000Z | microsoft/office365/stream/sk.md | Hexatown/docs | 8baa1eb908c9182449d094b697dd50d197a8a0a1 | [
"MIT"
] | 6 | 2017-10-09T08:00:58.000Z | 2018-12-10T16:31:36.000Z | ---
title: Prúd
inshort: Video portál [YouTube]
translator: Microsoft Cognitive Services
---
Stream je video portáli Office 365. Myslite na prúd ako vnútorný YouTube. Podporuje viaceré typy video súborov a prichádza s kanály, komentovanie, po, sledovať zoznamy, povolení kontroly, uzavreté titulky, a niektoré základné... | 49.057692 | 551 | 0.771462 | slk_Latn | 0.997877 |
e51eaa6a63ab375230ff46b9531f6901bbaaaaee | 84 | md | Markdown | README.md | darhal/RollingBall | e587e2e7efb68ed593ebb7a0cbd1ad140653fb0e | [
"MIT"
] | null | null | null | README.md | darhal/RollingBall | e587e2e7efb68ed593ebb7a0cbd1ad140653fb0e | [
"MIT"
] | null | null | null | README.md | darhal/RollingBall | e587e2e7efb68ed593ebb7a0cbd1ad140653fb0e | [
"MIT"
] | 1 | 2021-12-12T13:06:19.000Z | 2021-12-12T13:06:19.000Z | # RollingBall
Java Game using LibGDX and Box2D. This is done as university project.
| 28 | 69 | 0.797619 | eng_Latn | 0.984712 |
e51ebd7fc01c82eb0af6a043d0a9d44329c83ad2 | 25 | md | Markdown | README.md | mofrisch/8th-mo | 607c0f60bcc601b1692752f10d64c92c39f636ad | [
"BSD-3-Clause"
] | null | null | null | README.md | mofrisch/8th-mo | 607c0f60bcc601b1692752f10d64c92c39f636ad | [
"BSD-3-Clause"
] | null | null | null | README.md | mofrisch/8th-mo | 607c0f60bcc601b1692752f10d64c92c39f636ad | [
"BSD-3-Clause"
] | null | null | null | # 8th-mo
my 8th sources
| 6.25 | 14 | 0.68 | eng_Latn | 0.938569 |
e51ec36b0293dea3160719cf8820d6a2c3203d33 | 102 | md | Markdown | README.md | mfwass/Miscellaneous-Projects | e3a49ee103af6bd95fd1869f1a41661dff6b73ff | [
"BSD-3-Clause"
] | 1 | 2021-02-25T05:53:17.000Z | 2021-02-25T05:53:17.000Z | README.md | mfwass/Miscellaneous-Projects | e3a49ee103af6bd95fd1869f1a41661dff6b73ff | [
"BSD-3-Clause"
] | 3 | 2015-09-28T03:59:13.000Z | 2015-12-28T20:57:19.000Z | README.md | mfwass/Miscellaneous-Projects | e3a49ee103af6bd95fd1869f1a41661dff6b73ff | [
"BSD-3-Clause"
] | 2 | 2015-09-28T03:09:01.000Z | 2021-02-25T05:53:18.000Z | # Miscellaneous Projects
Miscellaneous Projects
# License
See [here](LICENSE.md) for licensing info.
| 17 | 42 | 0.794118 | eng_Latn | 0.965078 |
e51ee1399231039d7a28f015698570ccb7cad606 | 969 | md | Markdown | README.md | malero/adapta | 46e74eab7ae0bdbf1d948453444342dee29c6463 | [
"MIT"
] | null | null | null | README.md | malero/adapta | 46e74eab7ae0bdbf1d948453444342dee29c6463 | [
"MIT"
] | null | null | null | README.md | malero/adapta | 46e74eab7ae0bdbf1d948453444342dee29c6463 | [
"MIT"
] | null | null | null | # Simple Typescript Data Adapter
Transform your data from one schema to another with Adapta.
```
class Person extends Adapter {
@map(ESchema.SALESFORCE, 'Name_First__c')
@map(ESchema.STOREFRONT, 'fname')
first_name: TData<string>;
@map(ESchema.SALESFORCE, 'Name_Last__c')
@map(ESchema.STOREFRONT, ... | 23.071429 | 64 | 0.641899 | yue_Hant | 0.463574 |
e51fca69a55d81ce96f33b43bd76642a7535e824 | 7,188 | md | Markdown | docs/visual-basic/programming-guide/language-features/operators-and-expressions/boolean-expressions.md | smolck/docs.fr-fr | ee27cca4b8e319e4cbdea9103c3f90ac22378d50 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/visual-basic/programming-guide/language-features/operators-and-expressions/boolean-expressions.md | smolck/docs.fr-fr | ee27cca4b8e319e4cbdea9103c3f90ac22378d50 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/visual-basic/programming-guide/language-features/operators-and-expressions/boolean-expressions.md | smolck/docs.fr-fr | ee27cca4b8e319e4cbdea9103c3f90ac22378d50 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Expressions booléennes
ms.date: 07/20/2015
helpviewer_keywords:
- short-circuiting
- Boolean expressions
- logical operators [Visual Basic], Boolean expressions
- expressions [Visual Basic], Boolean
- expression evaluation [Visual Basic], Boolean expressions
- operators [Visual Basic], short-circuiting
- Vis... | 92.153846 | 545 | 0.773511 | fra_Latn | 0.900272 |
e52011213f3985cdfba7201d077f5333459af1df | 886 | md | Markdown | domains/CHANGES.md | 0daryo/google-cloud-go | 5af548bee4ffde279727b2e1ad9b072925106a74 | [
"Apache-2.0"
] | 1 | 2022-03-14T18:44:52.000Z | 2022-03-14T18:44:52.000Z | domains/CHANGES.md | 0daryo/google-cloud-go | 5af548bee4ffde279727b2e1ad9b072925106a74 | [
"Apache-2.0"
] | null | null | null | domains/CHANGES.md | 0daryo/google-cloud-go | 5af548bee4ffde279727b2e1ad9b072925106a74 | [
"Apache-2.0"
] | null | null | null | # Changes
## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/domains/v0.2.0...domains/v0.3.0) (2022-02-14)
### Features
* **domains:** add file for tracking version ([17b36ea](https://github.com/googleapis/google-cloud-go/commit/17b36ead42a96b1a01105122074e65164357519e))
## [0.2.0](https://www.github... | 42.190476 | 237 | 0.748307 | kor_Hang | 0.249078 |
e52093030034d52df71112c78e4c554b6e819cb8 | 4,318 | md | Markdown | docs/data-tools/creating-and-managing-databases-and-data-tier-applications-in-visual-studio.md | thoelkef/visualstudio-docs.de-de | bfc727b45dcd43a837d3f4f2b06b45d59da637bc | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/data-tools/creating-and-managing-databases-and-data-tier-applications-in-visual-studio.md | thoelkef/visualstudio-docs.de-de | bfc727b45dcd43a837d3f4f2b06b45d59da637bc | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/data-tools/creating-and-managing-databases-and-data-tier-applications-in-visual-studio.md | thoelkef/visualstudio-docs.de-de | bfc727b45dcd43a837d3f4f2b06b45d59da637bc | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Datenbankprojekte und DAC-Projekte
ms.date: 11/21/2018
ms.topic: conceptual
helpviewer_keywords:
- databases, managing change
ms.assetid: 40b51f5a-d52c-44ac-8f84-037a0917af33
author: ghogen
ms.author: ghogen
manager: jillfra
ms.workload:
- data-storage
ms.openlocfilehash: cc8d32ddcc332264278cf76392ac69a6188c... | 116.702703 | 1,093 | 0.824919 | deu_Latn | 0.992921 |
e520be810f24031cebfda779d4593dbc1566fbb9 | 216 | md | Markdown | docs/api/net/com.drake.net.time/-interval/resume.md | walixiwa/Net | 17fd9dd510dc3f3d6fcf7e4191ddf077ab796a11 | [
"Apache-2.0"
] | null | null | null | docs/api/net/com.drake.net.time/-interval/resume.md | walixiwa/Net | 17fd9dd510dc3f3d6fcf7e4191ddf077ab796a11 | [
"Apache-2.0"
] | null | null | null | docs/api/net/com.drake.net.time/-interval/resume.md | walixiwa/Net | 17fd9dd510dc3f3d6fcf7e4191ddf077ab796a11 | [
"Apache-2.0"
] | 1 | 2021-06-28T07:40:33.000Z | 2021-06-28T07:40:33.000Z | [net](../../index.md) / [com.drake.net.time](../index.md) / [Interval](index.md) / [resume](./resume.md)
# resume
`fun resume(): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)
继续
| 24 | 104 | 0.634259 | kor_Hang | 0.111795 |
e52131f4d5705510cb6e9d58aa7c6ea855700d29 | 374,772 | md | Markdown | _texts/BurPrin.md | JohannGillium/modern_english_ed | 038beae731c31685a22a995d41a8d6b21b7d2dda | [
"MIT"
] | 2 | 2016-04-21T20:36:46.000Z | 2016-04-22T18:45:04.000Z | _texts/BurPrin.md | JohannGillium/modern_english_ed | 038beae731c31685a22a995d41a8d6b21b7d2dda | [
"MIT"
] | 10 | 2016-04-25T15:29:38.000Z | 2016-04-27T20:04:21.000Z | _texts/BurPrin.md | JohannGillium/modern_english_ed | 038beae731c31685a22a995d41a8d6b21b7d2dda | [
"MIT"
] | null | null | null | ---
layout: narrative
title: >
A Princess of Mars
source:
---
# foreword
*To the Reader of this Work:*
In submitting Captain Carter's strange manuscript to you in book form, I believe that a few words relative to this remarkable personality will be of interest.
My first recollection of Capt... | 165.901726 | 1,681 | 0.783186 | eng_Latn | 0.999999 |
e5213ae90a4b2bca4e97f42e67f0d3d581a93888 | 30,482 | md | Markdown | r/rstruktfv_2015/index.md | rugk/gesetze | ce3b4435785e5173e1273b35b00c374f64aa85b2 | [
"Unlicense"
] | 1 | 2020-06-20T11:34:20.000Z | 2020-06-20T11:34:20.000Z | r/rstruktfv_2015/index.md | nagy/gesetze | 77abca2ceea3b7b89ea70afb13b5dd55415eb124 | [
"Unlicense"
] | null | null | null | r/rstruktfv_2015/index.md | nagy/gesetze | 77abca2ceea3b7b89ea70afb13b5dd55415eb124 | [
"Unlicense"
] | null | null | null | ---
Title: Verordnung über die Erhebung der Beiträge zum Restrukturierungsfonds für Kreditinstitute
jurabk: RStruktFV 2015
layout: default
origslug: rstruktfv_2015
slug: rstruktfv_2015
---
# Verordnung über die Erhebung der Beiträge zum Restrukturierungsfonds für Kreditinstitute (RStruktFV 2015)
Ausfertigungsdatum
:... | 45.025111 | 107 | 0.799685 | deu_Latn | 0.99819 |
e52154acd8675861528a33d9891ed21471d7d780 | 1,467 | md | Markdown | plugins/processors/dcos_metadata/README.md | philipnrmn/telegraf | 1b9089af520060ff9a836d6933421bab4439d42f | [
"MIT"
] | null | null | null | plugins/processors/dcos_metadata/README.md | philipnrmn/telegraf | 1b9089af520060ff9a836d6933421bab4439d42f | [
"MIT"
] | null | null | null | plugins/processors/dcos_metadata/README.md | philipnrmn/telegraf | 1b9089af520060ff9a836d6933421bab4439d42f | [
"MIT"
] | null | null | null | # DC/OS Metadata Plugin
The DC/OS metdata processor plugin tracks state on the mesos agent, and decorates every metric which passes through it
from the [dcos_container](../../input/dcos_container) and [dcos_statsd](../../input/dcos_statsd) plugins with
appropriate metadata in the form of DC/OS primitives.
### Conf... | 32.6 | 118 | 0.715746 | eng_Latn | 0.993628 |
c8e011c247269af6e97fd33eaa1afef2aa4c77ad | 16,452 | md | Markdown | articles/application-insights/app-insights-release-notes-vsix.md | OpenLocalizationTestOrg/azure-docs-pr15_da-DK | d54890118a6e972d17db61fb83d96d3e56ca9f44 | [
"CC-BY-3.0",
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/application-insights/app-insights-release-notes-vsix.md | OpenLocalizationTestOrg/azure-docs-pr15_da-DK | d54890118a6e972d17db61fb83d96d3e56ca9f44 | [
"CC-BY-3.0",
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/application-insights/app-insights-release-notes-vsix.md | OpenLocalizationTestOrg/azure-docs-pr15_da-DK | d54890118a6e972d17db61fb83d96d3e56ca9f44 | [
"CC-BY-3.0",
"CC-BY-4.0",
"MIT"
] | null | null | null | <properties
pageTitle="Produktbemærkninger til Visual Studio-typenavn for udvikler analyser"
description="De seneste opdateringer til Visual Studio-værktøjer for udvikler analyser."
services="application-insights"
documentationCenter=""
authors="acearun"
manager="douge"/>
<tags
ms.service="a... | 84.804124 | 811 | 0.794189 | dan_Latn | 0.995194 |
c8e1ffd8530caafceca344d74f08bbf1f7b261f2 | 52,723 | md | Markdown | docs/standard/base-types/standard-date-and-time-format-strings.md | CharleyGui/docs.fr-fr | 2563c94abf0d041d775f700b552d1dbe199f03d5 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/standard/base-types/standard-date-and-time-format-strings.md | CharleyGui/docs.fr-fr | 2563c94abf0d041d775f700b552d1dbe199f03d5 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/standard/base-types/standard-date-and-time-format-strings.md | CharleyGui/docs.fr-fr | 2563c94abf0d041d775f700b552d1dbe199f03d5 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Chaînes de format de date et d’heure standard
description: Découvrez comment utiliser une chaîne de format de date et d’heure standard pour définir la représentation textuelle d’une valeur de date et d’heure dans .NET.
ms.date: 01/25/2021
dev_langs:
- csharp
- vb
helpviewer_keywords:
- formatting [.NET], dat... | 107.378819 | 1,067 | 0.778142 | fra_Latn | 0.886293 |
c8e21e6e66562d768f39acc480951c46892c0b8c | 981 | md | Markdown | README.md | mkoculak/Warsztat-programowania | 6185da72d9cb0fe6eb3980f70aae11f408710f36 | [
"MIT"
] | 1 | 2016-11-08T19:00:55.000Z | 2016-11-08T19:00:55.000Z | README.md | mkoculak/Warsztat-programowania | 6185da72d9cb0fe6eb3980f70aae11f408710f36 | [
"MIT"
] | null | null | null | README.md | mkoculak/Warsztat-programowania | 6185da72d9cb0fe6eb3980f70aae11f408710f36 | [
"MIT"
] | null | null | null | ## Warsztat programowania w Pythonie dla początkujących
Wersja 1.0 (2018.10)
Repozytorium zawiera notatniki Jupytera z materiałami warsztatowymi, których używałem do uczenia podstaw programowania w Instytucie Psychologii UJ.
Warsztat miał na celu zapoznanie z najważniejszymi elementami samego języka oraz podstawowym... | 65.4 | 281 | 0.833843 | pol_Latn | 0.999975 |
c8e27bd34c0e1bc3eea0ced953b4aedb0c14086d | 1,151 | md | Markdown | README.md | mr-grooms/docs | a7e16670614d51c7958dd8d8d1d263e16694337f | [
"BSD-2-Clause"
] | 17 | 2021-02-07T12:45:42.000Z | 2022-03-15T18:24:30.000Z | README.md | mr-grooms/docs | a7e16670614d51c7958dd8d8d1d263e16694337f | [
"BSD-2-Clause"
] | 38 | 2020-11-25T22:19:07.000Z | 2022-03-25T18:15:23.000Z | README.md | mr-grooms/docs | a7e16670614d51c7958dd8d8d1d263e16694337f | [
"BSD-2-Clause"
] | 26 | 2020-11-30T19:25:32.000Z | 2022-02-26T01:08:20.000Z | # hello Documentation
This repository builds the [documentation](https://hellosystem.github.io/docs/) for hello.
It uses Sphinx, recommonmark, and GitHub Actions to produce documentation from the Markdown source files in this repository.
* https://stackoverflow.com/a/62967771
* https://recommonmark.readthedocs.io/en... | 29.512821 | 126 | 0.774978 | eng_Latn | 0.806789 |
c8e2852bdd256ec99d0744af25713307bb4dfa6e | 2,115 | md | Markdown | README.md | pranitprakash/mern-google-api | 23d5986e58082fb510cf80a9eba983f9b7725a99 | [
"MIT"
] | null | null | null | README.md | pranitprakash/mern-google-api | 23d5986e58082fb510cf80a9eba983f9b7725a99 | [
"MIT"
] | null | null | null | README.md | pranitprakash/mern-google-api | 23d5986e58082fb510cf80a9eba983f9b7725a99 | [
"MIT"
] | null | null | null | # FULL STACK APP BUILT WITH MERN
## FUNCTIONALITY
## Fetch events from google calender api and display them on the app , in a event calender.
### There are two types of users on this app Guest User and Admin user.
#### TO USE THE APP AS ADMIN USER USE THE BELOW CREDENTIALS AND USERNAME AND AND PASSWORD, SO THAT ... | 25.792683 | 182 | 0.743262 | eng_Latn | 0.700375 |
c8e5b076a99e5e1364ae30593f2b144d8caaf415 | 1,361 | md | Markdown | page/4about.md | nicohm/nicohm.github.io | a64dec5bcece6be20a212fdac51d520a543d7b99 | [
"MIT"
] | null | null | null | page/4about.md | nicohm/nicohm.github.io | a64dec5bcece6be20a212fdac51d520a543d7b99 | [
"MIT"
] | null | null | null | page/4about.md | nicohm/nicohm.github.io | a64dec5bcece6be20a212fdac51d520a543d7b99 | [
"MIT"
] | null | null | null | ---
layout: page
title: About
permalink: /about/
icon: heart
type: page
---
* content
{:toc}
I'm Nicol Huaraca, Bachelor in Economics, graduated from the Universidad Nacional Mayor de San Marcos.
{: .fs-6 .fw-300 }
<img src="/assets/images/foto.jpg" align= "right" style="width: 100%; max-width:200px" hspace="30" vsp... | 45.366667 | 244 | 0.764144 | eng_Latn | 0.997653 |
c8e6021f3d0d8bbcb5c549b996f3a5a56d0a02af | 712 | md | Markdown | catalog/wao-kun-no-hane/en-US_wao-kun-no-hane.md | htron-dev/baka-db | cb6e907a5c53113275da271631698cd3b35c9589 | [
"MIT"
] | 3 | 2021-08-12T20:02:29.000Z | 2021-09-05T05:03:32.000Z | catalog/wao-kun-no-hane/en-US_wao-kun-no-hane.md | zzhenryquezz/baka-db | da8f54a87191a53a7fca54b0775b3c00f99d2531 | [
"MIT"
] | 8 | 2021-07-20T00:44:48.000Z | 2021-09-22T18:44:04.000Z | catalog/wao-kun-no-hane/en-US_wao-kun-no-hane.md | zzhenryquezz/baka-db | da8f54a87191a53a7fca54b0775b3c00f99d2531 | [
"MIT"
] | 2 | 2021-07-19T01:38:25.000Z | 2021-07-29T08:10:29.000Z | # Wao-kun no Hane
- **type**: ova
- **episodes**: 1
- **original-name**: ワオくんのはね
- **start-date**: 1998-01-19
- **rating**: G - All Ages
## Tags
## Sinopse
An educational film about childhood bullying. The goal is to teach children that it's okay to speak up and say "stop it" and "I don't like it" and to ... | 37.473684 | 340 | 0.712079 | eng_Latn | 0.966418 |
c8e6d4119dabca374aca7ebcc28ee2ef8d2d0d11 | 689 | md | Markdown | docs/source/archives-page/Working-group-items-based-on-MOC-retreat-March-29-2018.md | msdisme/documentation | 1ef26f1fe05fab64162588cf047d376572d2a280 | [
"Apache-2.0"
] | 3 | 2020-03-07T01:56:01.000Z | 2022-02-14T15:32:12.000Z | docs/source/archives-page/Working-group-items-based-on-MOC-retreat-March-29-2018.md | msdisme/documentation | 1ef26f1fe05fab64162588cf047d376572d2a280 | [
"Apache-2.0"
] | 34 | 2018-12-14T18:48:26.000Z | 2022-03-31T15:12:42.000Z | docs/source/archives-page/Working-group-items-based-on-MOC-retreat-March-29-2018.md | msdisme/documentation | 1ef26f1fe05fab64162588cf047d376572d2a280 | [
"Apache-2.0"
] | 22 | 2018-11-01T14:37:58.000Z | 2022-02-11T19:20:36.000Z | # Working Groups for:
## Fix Documentation ramp up
## Web Site improvements
[shared doc to contribute to](https://etherpad.openstack.org/p/moc-website-feedback)
* fix org chart for projects
* who to ask about what with pictures
### Another website demo
[website](http://128.31.22.179/)
## Collaboration Tools
#... | 22.966667 | 84 | 0.74746 | eng_Latn | 0.967378 |
c8e7ddc91eab4227758d85ab2205ab69e2784b51 | 6,216 | md | Markdown | README.md | royludo/dimerremover | 0a1628a91014341c8d3de4a6aa898cf0efb36b7d | [
"WTFPL"
] | null | null | null | README.md | royludo/dimerremover | 0a1628a91014341c8d3de4a6aa898cf0efb36b7d | [
"WTFPL"
] | null | null | null | README.md | royludo/dimerremover | 0a1628a91014341c8d3de4a6aa898cf0efb36b7d | [
"WTFPL"
] | null | null | null | # DimerRemover
Project previously hosted here: https://sourceforge.net/projects/dimerremover/
## CONTENT
1. DESCRIPTION
2. REQUIREMENTS
3. OPTIONS
4. USAGE
5. DETAILS
6. CHANGELOG
## 1. DESCRIPTION
When doing primary analysis on NGS data, one sometimes faces huge amount
of adapter dimers among the sequences. These... | 39.341772 | 82 | 0.65814 | eng_Latn | 0.991634 |
c8e82f120a89c7e96e19c6622d9e8f74e0a6f474 | 458 | md | Markdown | README.md | chainsawriot/risp | cab3be9e0384c392bed6ec0ebb484041b53bde41 | [
"MIT"
] | null | null | null | README.md | chainsawriot/risp | cab3be9e0384c392bed6ec0ebb484041b53bde41 | [
"MIT"
] | null | null | null | README.md | chainsawriot/risp | cab3be9e0384c392bed6ec0ebb484041b53bde41 | [
"MIT"
] | null | null | null | # risp
Lisp flavored R
Proposed syntax:
```{scheme}
## heavily inspired by the simplicity of Scheme.
## using python style [] to create vector
(define my-vector [3.5 2.7 3.8 4.5 5.8])
## using python style {} to create data.frame
(define my-dataframe {col1: [3 6 7],
col2: [TRUE FALSE TRUE],
... | 22.9 | 48 | 0.58952 | eng_Latn | 0.864778 |
c8e83c3dd27317fdca51093a4a05585bc3fdf28e | 481 | md | Markdown | docs/features/measure-move.md | Koioto/koioto.net | 52589864bfcae087c40c57612fe3042777fdfe88 | [
"MIT"
] | 1 | 2021-02-24T15:00:45.000Z | 2021-02-24T15:00:45.000Z | docs/features/measure-move.md | Koioto/koioto.net | 52589864bfcae087c40c57612fe3042777fdfe88 | [
"MIT"
] | 7 | 2021-07-23T17:11:29.000Z | 2022-03-04T17:15:55.000Z | docs/features/measure-move.md | Koioto/koioto.net | 52589864bfcae087c40c57612fe3042777fdfe88 | [
"MIT"
] | 4 | 2021-01-06T09:49:47.000Z | 2021-03-25T14:29:21.000Z | # 小節移動
譜面の再生を停止している状態で任意のキーを押すことで、任意の小節に移動することができます。譜面制作の手助けや、特定区間の練習などに活用できます。
## 前後の小節に移動
キー (デフォルト: <kbd>Left</kbd>、<kbd>Right</kbd>) を押すことで、前後の小節に移動することができます。
## 5小節分前後に移動
<kbd>Shift</kbd> とキー (デフォルト: <kbd>Left</kbd>、<kbd>Right</kbd>) を押すことで、5小節分前後に移動することができます。
## 譜面の先端・終端に移動
<kbd>Ctrl</kbd> とキー (デフォルト: <kbd... | 25.315789 | 90 | 0.748441 | jpn_Jpan | 0.78788 |
c8e8a884dca6ec1227d16a30181df776d2fc5187 | 1,317 | md | Markdown | README.md | AlterionX/ip-info-dump | d6e257021532a2007acb7e213e72710b4d85e599 | [
"MIT"
] | null | null | null | README.md | AlterionX/ip-info-dump | d6e257021532a2007acb7e213e72710b4d85e599 | [
"MIT"
] | null | null | null | README.md | AlterionX/ip-info-dump | d6e257021532a2007acb7e213e72710b4d85e599 | [
"MIT"
] | null | null | null | # ip-info-dump
A simple serverless function that pulls info together from various locations and spits it back up in a simple format.
# Project structure
There are two directories of note: `env` and `src`
`env` should contain all files relevant to deployment while `src` contains all files relevant to the actual code... | 42.483871 | 129 | 0.77221 | eng_Latn | 0.999764 |
c8ea95c38f14aad79f01027520395cdb1c4cb5b2 | 2,055 | md | Markdown | README.md | yuigoto/webpack-base | f8d7a85d0cd5aca80fa5f71cdc7b0279a449286d | [
"MIT"
] | null | null | null | README.md | yuigoto/webpack-base | f8d7a85d0cd5aca80fa5f71cdc7b0279a449286d | [
"MIT"
] | null | null | null | README.md | yuigoto/webpack-base | f8d7a85d0cd5aca80fa5f71cdc7b0279a449286d | [
"MIT"
] | null | null | null | # `webpack-base`
> Boilerplate para projetos de frontend utilizando Webpack, com algumas mágicas.
A ideia deste projeto surgiu em desejar criar algo didático para explicar o funcionamento do Webpack.
Além disso, a ideia é fornecer um app modificável, aonde o desenvolvedor tenha controle total de tudo, inclusive reso... | 41.1 | 169 | 0.737713 | por_Latn | 0.993471 |
c8ec355d3a3e186e590286b16060c2c8e7fb8b6f | 547 | md | Markdown | NEWS.md | Ryo-N7/TileMaker | 3aa3eb68b4dba081aabe0d273bbb9b17d0db5044 | [
"MIT"
] | 25 | 2018-07-25T04:32:32.000Z | 2021-09-14T11:57:46.000Z | NEWS.md | Ryo-N7/TileMaker | 3aa3eb68b4dba081aabe0d273bbb9b17d0db5044 | [
"MIT"
] | 7 | 2019-01-29T17:46:30.000Z | 2019-11-14T16:05:38.000Z | NEWS.md | Ryo-N7/TileMaker | 3aa3eb68b4dba081aabe0d273bbb9b17d0db5044 | [
"MIT"
] | 4 | 2019-02-02T14:06:43.000Z | 2019-11-18T08:37:45.000Z | # TileMaker 0.2.0
* Created all new functions using htmlTools. All old functions have been removed (sorry!)
* Seperated simple box from one that responds to threshold to clarify better hat imputs are required to each
* file_maker() now doesn't need a filename
* Added tile_matrix() function to make multiple butt... | 30.388889 | 109 | 0.765996 | eng_Latn | 0.995319 |
c8ec40871b26eb8c02dd8e307329690e963f7a36 | 387 | md | Markdown | code/typescript/ETFProfileandPrices/v2/docs/InlineResponse200DataTrading.md | factset/enterprise-sdk | 3fd4d1360756c515c9737a0c9a992c7451d7de7e | [
"Apache-2.0"
] | 6 | 2022-02-07T16:34:18.000Z | 2022-03-30T08:04:57.000Z | code/typescript/ETFProfileandPrices/v2/docs/InlineResponse200DataTrading.md | factset/enterprise-sdk | 3fd4d1360756c515c9737a0c9a992c7451d7de7e | [
"Apache-2.0"
] | 2 | 2022-02-07T05:25:57.000Z | 2022-03-07T14:18:04.000Z | code/typescript/ETFProfileandPrices/v2/docs/InlineResponse200DataTrading.md | factset/enterprise-sdk | 3fd4d1360756c515c9737a0c9a992c7451d7de7e | [
"Apache-2.0"
] | null | null | null | # etfprofileandprices.InlineResponse200DataTrading
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**average** | [**InlineResponse200DataTradingAverage**](InlineResponse200DataTradingAverage.md) | | [optional]
**median** | [**InlineResponse200DataTradingM... | 35.181818 | 112 | 0.651163 | kor_Hang | 0.170155 |
c8ec84f9ad91a101e0ac66d6476bc17d64af8d32 | 5,285 | md | Markdown | server-2013/lync-server-2013-install-the-files-for-mediation-server.md | Devil5140/OfficeDocs-SkypeforBusiness-Test-pr.it-it | 2dcdbc783c72f9d5e030d087228d9ea736160f7a | [
"CC-BY-4.0",
"MIT"
] | 1 | 2020-05-19T19:28:21.000Z | 2020-05-19T19:28:21.000Z | server-2013/lync-server-2013-install-the-files-for-mediation-server.md | Devil5140/OfficeDocs-SkypeforBusiness-Test-pr.it-it | 2dcdbc783c72f9d5e030d087228d9ea736160f7a | [
"CC-BY-4.0",
"MIT"
] | 23 | 2018-04-26T18:32:18.000Z | 2018-08-24T18:08:56.000Z | server-2013/lync-server-2013-install-the-files-for-mediation-server.md | Devil5140/OfficeDocs-SkypeforBusiness-Test-pr.it-it | 2dcdbc783c72f9d5e030d087228d9ea736160f7a | [
"CC-BY-4.0",
"MIT"
] | 14 | 2018-06-19T11:13:22.000Z | 2020-10-01T07:09:00.000Z | ---
title: 'Lync Server 2013: Installare i file per Mediation Server'
TOCTitle: Installare i file per Mediation Server
ms:assetid: f0f7dd15-58e1-40fd-aa7e-6db50ceafacd
ms:mtpsurl: https://technet.microsoft.com/it-it/library/Gg412998(v=OCS.15)
ms:contentKeyID: 49302416
ms.date: 08/24/2015
mtps_version: v=OCS.15
ms.tran... | 80.075758 | 863 | 0.790161 | ita_Latn | 0.998298 |
c8ec8d5e7dc210e36bc31760cbb848729616bc27 | 98 | md | Markdown | CHANGELOG.md | chemouna/capture | 51b6a40c97aab7cf0484933e5478ccb8ebc639e2 | [
"Apache-2.0"
] | null | null | null | CHANGELOG.md | chemouna/capture | 51b6a40c97aab7cf0484933e5478ccb8ebc639e2 | [
"Apache-2.0"
] | 8 | 2016-02-15T02:11:30.000Z | 2016-02-29T11:01:49.000Z | CHANGELOG.md | chemouna/capture | 51b6a40c97aab7cf0484933e5478ccb8ebc639e2 | [
"Apache-2.0"
] | null | null | null | Change Log
==========
Version 0.1.6 *(2016-02-19)*
----------------------------
* Fix: Fixes #4— | 14 | 28 | 0.367347 | che_Cyrl | 0.053684 |
c8ed4a2de6fe64c447064c3258a8a090dbf24da5 | 1,573 | md | Markdown | CHANGELOG.md | Silthus/ConfigLib | cd02652810ca46f9f4f583cd8736a2914a2a4a79 | [
"MIT"
] | null | null | null | CHANGELOG.md | Silthus/ConfigLib | cd02652810ca46f9f4f583cd8736a2914a2a4a79 | [
"MIT"
] | null | null | null | CHANGELOG.md | Silthus/ConfigLib | cd02652810ca46f9f4f583cd8736a2914a2a4a79 | [
"MIT"
] | null | null | null | # [2.6.0](https://github.com/Silthus/ConfigLib/compare/v2.5.1...v2.6.0) (2020-05-14)
## [2.5.1](https://github.com/Silthus/ConfigLib/compare/v2.5.0...v2.5.1) (2020-05-14)
### Bug Fixes
* **build:** auto increment version in readme and plugin.yml ([b4c7549](https://github.com/Silthus/ConfigLib/commit/b4c7549e77cc60f... | 41.394737 | 221 | 0.735537 | yue_Hant | 0.631496 |
c8ed5a34b14625dfe7fce91b50146ebccd78eca1 | 741 | md | Markdown | README.md | cidme/CIDME-JS | 3fce8ee8733b5ac2c807d066bdf031d1ce1ae2f3 | [
"MIT"
] | 1 | 2018-12-27T18:53:17.000Z | 2018-12-27T18:53:17.000Z | README.md | cidme/CIDME-JS | 3fce8ee8733b5ac2c807d066bdf031d1ce1ae2f3 | [
"MIT"
] | null | null | null | README.md | cidme/CIDME-JS | 3fce8ee8733b5ac2c807d066bdf031d1ce1ae2f3 | [
"MIT"
] | null | null | null | 
. You will work closely with
the... | 37.851852 | 81 | 0.795988 | eng_Latn | 0.998987 |
c8ef0279581a2616c73265925eebaf78d4eeebb1 | 803 | md | Markdown | README.md | Sta-ces/stEngine | 214151c1dcfc1d4d79fc878925b54babbcf0458b | [
"MIT"
] | null | null | null | README.md | Sta-ces/stEngine | 214151c1dcfc1d4d79fc878925b54babbcf0458b | [
"MIT"
] | null | null | null | README.md | Sta-ces/stEngine | 214151c1dcfc1d4d79fc878925b54babbcf0458b | [
"MIT"
] | null | null | null | 
# stEngine
The aim of this Javascript Game Engine is to provide a simple library for web developers. stEngine is usefull to create an UI game or the events insterface of your game.
## Installation
### Clone
You can clone this [repository](https://github.com/Sta-ce... | 33.458333 | 169 | 0.742217 | eng_Latn | 0.848788 |
c8ef1ac467baab0c9d67f8c207fafd57d03fadf7 | 769 | md | Markdown | code/dotnet/BondsAPIforDigitalPortals/v2/docs/InlineResponse200DataTradingVolume.md | factset/enterprise-sdk | 3fd4d1360756c515c9737a0c9a992c7451d7de7e | [
"Apache-2.0"
] | 6 | 2022-02-07T16:34:18.000Z | 2022-03-30T08:04:57.000Z | code/dotnet/BondsAPIforDigitalPortals/v2/docs/InlineResponse200DataTradingVolume.md | factset/enterprise-sdk | 3fd4d1360756c515c9737a0c9a992c7451d7de7e | [
"Apache-2.0"
] | 2 | 2022-02-07T05:25:57.000Z | 2022-03-07T14:18:04.000Z | code/dotnet/BondsAPIforDigitalPortals/v2/docs/InlineResponse200DataTradingVolume.md | factset/enterprise-sdk | 3fd4d1360756c515c9737a0c9a992c7451d7de7e | [
"Apache-2.0"
] | null | null | null | # FactSet.SDK.BondsAPIforDigitalPortals.Model.InlineResponse200DataTradingVolume
Requirements regarding the trading volume in the over-the-counter (non-exchange-based) trading. For the currency of the trading volume, see attribute `issue.volume.currency`.
## Properties
Name | Type | Description | Notes
------------ |... | 59.153846 | 174 | 0.697009 | eng_Latn | 0.675822 |
c8f0714b74ebfd972a98218531a8f7d8cd5c1616 | 19,446 | md | Markdown | docs/extensibility/internals/vsix-color-editor.md | jcarmon4/visualstudio-docs.es-es | 2f133c9f0a90eb92429dcca0573a0b3f458cdcf3 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/extensibility/internals/vsix-color-editor.md | jcarmon4/visualstudio-docs.es-es | 2f133c9f0a90eb92429dcca0573a0b3f458cdcf3 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/extensibility/internals/vsix-color-editor.md | jcarmon4/visualstudio-docs.es-es | 2f133c9f0a90eb92429dcca0573a0b3f458cdcf3 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Editor de colores VSIX | Microsoft Docs
ms.date: 11/04/2016
ms.topic: conceptual
ms.assetid: 70879c5d-e0f0-4845-993c-2f4229869706
author: madskristensen
ms.author: madsk
manager: jillfra
ms.workload:
- vssdk
ms.openlocfilehash: 6f9c6dbcc47e4bbac4203d7ec49f563f2a85ba32
ms.sourcegitcommit: 40d612240dc5bea418cd... | 65.918644 | 662 | 0.759128 | spa_Latn | 0.942409 |
c8f08bba1f265c77915c79d174cd0f09ced344d0 | 249 | md | Markdown | README.md | BrenoMartinsDeOliveiraVasconcelos/forca | a490d177503283e7789201ab9ec96dbfab16276b | [
"BSD-3-Clause"
] | null | null | null | README.md | BrenoMartinsDeOliveiraVasconcelos/forca | a490d177503283e7789201ab9ec96dbfab16276b | [
"BSD-3-Clause"
] | null | null | null | README.md | BrenoMartinsDeOliveiraVasconcelos/forca | a490d177503283e7789201ab9ec96dbfab16276b | [
"BSD-3-Clause"
] | null | null | null | forca
Um simples jogo de forca em terminal<br>
# ARGUMENTOS:<br>
Nenhum: Inicia o jogo sem nenhuma configuração pre-definida<br>
custom: Começa com uma palavra escolhida pelo usuário [main.py custom exemplo]<br>
easy/hard: define uma dificuldade<br> | 41.5 | 82 | 0.791165 | por_Latn | 0.999957 |
c8f11e948e3ee6c2ae03db4b82c700537b5748b8 | 2,320 | md | Markdown | README.md | arrow2nd/nimotsu | e4c7849a85e73b3ff03d304744030365e3f0c066 | [
"MIT"
] | null | null | null | README.md | arrow2nd/nimotsu | e4c7849a85e73b3ff03d304744030365e3f0c066 | [
"MIT"
] | 8 | 2021-10-31T12:24:33.000Z | 2021-11-24T07:26:10.000Z | README.md | arrow2nd/nimotsu | e4c7849a85e73b3ff03d304744030365e3f0c066 | [
"MIT"
] | null | null | null | # 
荷物の配達状況を追跡する CLI ツール
[](https://github.com/arrow2nd/nimotsu/actions/workflows/test.yml)
[
Works in the browser and node.js
For browser use, it expects you to have already loaded underscore (or
lodash?), sinon, chai, sinon-chai
## Usage
### nodejs set... | 22.758242 | 81 | 0.655722 | eng_Latn | 0.410144 |
c8f4548187efc73d45564c2d2fdc8d6fdb4829d7 | 9,564 | md | Markdown | wiki/markdown/step-by-step-subscription-notification.md | henning-roos/eiffel-intelligence | a2376a5e0457ac103dbfe883f4a69698bbc9b2fc | [
"Apache-2.0"
] | null | null | null | wiki/markdown/step-by-step-subscription-notification.md | henning-roos/eiffel-intelligence | a2376a5e0457ac103dbfe883f4a69698bbc9b2fc | [
"Apache-2.0"
] | null | null | null | wiki/markdown/step-by-step-subscription-notification.md | henning-roos/eiffel-intelligence | a2376a5e0457ac103dbfe883f4a69698bbc9b2fc | [
"Apache-2.0"
] | null | null | null | # Step By Step Subscription Notification
Suppose a subscription is created (as shown below) by a user and then that is
stored in the subscription database. Read more about the [subscription REST API](https://github.com/eiffel-community/eiffel-intelligence/blob/master/wiki/markdown/subscription-API.md)
and [adding subs... | 44.691589 | 204 | 0.629339 | eng_Latn | 0.893591 |
c8f4727a9ad3d9b76dd94d2d4fd3efca6e0f0b89 | 2,086 | md | Markdown | week-1/11-cultural-blog.md | bounceflick/bounceflick.github.io | 2a70ac0f6370fa219a54bee6b1ed62a84dd8c485 | [
"MIT"
] | null | null | null | week-1/11-cultural-blog.md | bounceflick/bounceflick.github.io | 2a70ac0f6370fa219a54bee6b1ed62a84dd8c485 | [
"MIT"
] | null | null | null | week-1/11-cultural-blog.md | bounceflick/bounceflick.github.io | 2a70ac0f6370fa219a54bee6b1ed62a84dd8c485 | [
"MIT"
] | null | null | null | [Week 1 Home](./)
# U1.W1: Cultural Blog: Chefs in the Kitchen
## Learning Competencies
- Consider DBC's culture and approach to learning
- Predict how you will react to DBC's approach
## Summary
Dev Bootcamp does not simply try to teach people how to program. We also focus on the mind and body. In Phase 0 you will... | 48.511628 | 353 | 0.761266 | eng_Latn | 0.998695 |
c8f4c5533cbe351ef8c0072ac25134e2ae982c8a | 13,365 | md | Markdown | docs/core/DaoRegistry.md | ipatka/tribute-contracts | c70724f3b0fd67dcc13be5f2a4fce012b8b24e54 | [
"MIT"
] | 1 | 2022-03-01T03:00:27.000Z | 2022-03-01T03:00:27.000Z | docs/core/DaoRegistry.md | ipatka/tribute-contracts | c70724f3b0fd67dcc13be5f2a4fce012b8b24e54 | [
"MIT"
] | null | null | null | docs/core/DaoRegistry.md | ipatka/tribute-contracts | c70724f3b0fd67dcc13be5f2a4fce012b8b24e54 | [
"MIT"
] | null | null | null | ## DaoRegistry description and scope
The DAO Registry is the identity of the DAO. This is the contract address that is every adapter usually interacts with.
The scope of the registry is to manage the following:
- The adapter registry - which adapter is being used by this DAO and which access it has to the DAO state.... | 47.393617 | 305 | 0.78743 | eng_Latn | 0.995256 |
c8f563024ea747ff93066b506a364ba346921a51 | 328 | md | Markdown | data/README.md | ratopi/read-mnist-java | 8c23af1d3e8efc830ac85869a2faa1bc68ae1fee | [
"MIT"
] | null | null | null | data/README.md | ratopi/read-mnist-java | 8c23af1d3e8efc830ac85869a2faa1bc68ae1fee | [
"MIT"
] | null | null | null | data/README.md | ratopi/read-mnist-java | 8c23af1d3e8efc830ac85869a2faa1bc68ae1fee | [
"MIT"
] | 1 | 2021-05-17T14:41:42.000Z | 2021-05-17T14:41:42.000Z | Download the files from http://yann.lecun.com/exdb/mnist/ here.
For example by
wget http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-u... | 54.666667 | 246 | 0.765244 | yue_Hant | 0.379571 |
c8f5882688cdb0c8e0483d82d194b3436224228b | 1,722 | md | Markdown | _posts/2020-02-26-start-blog.md | SongMarco/dev | 4ed7547c17e5c6fb75f485b00a5fb5e43d52cffb | [
"Apache-2.0"
] | null | null | null | _posts/2020-02-26-start-blog.md | SongMarco/dev | 4ed7547c17e5c6fb75f485b00a5fb5e43d52cffb | [
"Apache-2.0"
] | 2 | 2021-03-30T10:45:34.000Z | 2022-02-26T08:24:02.000Z | _posts/2020-02-26-start-blog.md | SongMarco/dev | 4ed7547c17e5c6fb75f485b00a5fb5e43d52cffb | [
"Apache-2.0"
] | null | null | null | ---
toc: false
layout: post
description: 개발 블로그 출사표
categories: [insight]
title: 글또와 개발 블로그를 시작하며
---

# 개발 블로그를 시작하게 된 배경
우리 회사 대표는 네트워크의 달인이다. 적극적으로 멋진 사람들에게 SNS로 다가가 조언을 구하고, 좋은 인맥을 만든다. 개발자는 개발을 잘 해야되지 않겠나 하는 회의적인 시각이 처음에 있었지만, 좋은 개발자를 만나는 가장 좋은 방법은 결국 네트워크라는 생... | 34.44 | 382 | 0.69338 | kor_Hang | 1.00001 |
c8f5be80bc8208609d8282f7a0c5b55115cbc6b5 | 165 | md | Markdown | usage-test/test.md | Labnann/github-readme-stats | df66409e88833f5b2d4351e655d83561011b8bf1 | [
"MIT"
] | null | null | null | usage-test/test.md | Labnann/github-readme-stats | df66409e88833f5b2d4351e655d83561011b8bf1 | [
"MIT"
] | null | null | null | usage-test/test.md | Labnann/github-readme-stats | df66409e88833f5b2d4351e655d83561011b8bf1 | [
"MIT"
] | null | null | null | [](https://github.com/anuraghazra/github-readme-stats)
| 55 | 163 | 0.775758 | nld_Latn | 0.077841 |
c8f790e2ee0f516c1fb443682b3e97fa67072818 | 323 | md | Markdown | README.md | SilensAngelusNex/silensangelusnex.github.com | dd07934a1360b6af1e96066d15356954c739e941 | [
"MIT"
] | null | null | null | README.md | SilensAngelusNex/silensangelusnex.github.com | dd07934a1360b6af1e96066d15356954c739e941 | [
"MIT"
] | null | null | null | README.md | SilensAngelusNex/silensangelusnex.github.com | dd07934a1360b6af1e96066d15356954c739e941 | [
"MIT"
] | null | null | null | # SilensAngelusNex's Blog using Jekyll-Bootstrap
For all their usage and documentation please see: <http://jekyllbootstrap.com>
### License
Posts and images (in the _posts and _images folders respectively) are my copyrighted material, but everything else falls under the [MIT License](http://opensource.org/licenses/MI... | 46.142857 | 180 | 0.795666 | eng_Latn | 0.880264 |
c8f85eace1a41710b7a832b43b9fd13e596379d7 | 16,313 | md | Markdown | docs/vsto/walkthrough-updating-a-chart-in-a-worksheet-using-radio-buttons.md | tommorris/visualstudio-docs.fr-fr | dd3606399fd617d5584bbf08bbe616bbdbb36401 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/vsto/walkthrough-updating-a-chart-in-a-worksheet-using-radio-buttons.md | tommorris/visualstudio-docs.fr-fr | dd3606399fd617d5584bbf08bbe616bbdbb36401 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/vsto/walkthrough-updating-a-chart-in-a-worksheet-using-radio-buttons.md | tommorris/visualstudio-docs.fr-fr | dd3606399fd617d5584bbf08bbe616bbdbb36401 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: "Procédure pas à pas : mise à jour d'un graphique dans une feuille de calcul à l'aide de cases d'option"
ms.custom: ''
ms.date: 02/02/2017
ms.technology:
- office-development
ms.topic: conceptual
dev_langs:
- VB
- CSharp
helpviewer_keywords:
- worksheets, updating using managed controls
- controls [Office de... | 63.228682 | 439 | 0.735242 | fra_Latn | 0.969989 |
c8f8af77eb230417904355a705d4949d24fd101e | 1,673 | md | Markdown | _posts/2019-08-16-rendang-chicken.md | peranakanfrancis/curryfishhouseblog | 1dcc13ca5d541aad7610a6ec6b9de5d2af6505b0 | [
"MIT"
] | null | null | null | _posts/2019-08-16-rendang-chicken.md | peranakanfrancis/curryfishhouseblog | 1dcc13ca5d541aad7610a6ec6b9de5d2af6505b0 | [
"MIT"
] | null | null | null | _posts/2019-08-16-rendang-chicken.md | peranakanfrancis/curryfishhouseblog | 1dcc13ca5d541aad7610a6ec6b9de5d2af6505b0 | [
"MIT"
] | null | null | null | ---
layout: post
title: "Rendang Chicken"
author: Peter
categories: [ menu ]
tags: [ chicken ]
image: assets/images/rendang.jpg
description: "Traditionally an Indonesia dish, variations of rendang are now found throughout Indonesia and Malaysia. This rich and flavourful chicken rendang is simple yet delicious."
featur... | 50.69697 | 236 | 0.761506 | eng_Latn | 0.994084 |
c8f8e2b88fe82802a57aecd602caea8cf4fe4a07 | 11,168 | md | Markdown | api/gateway.md | akanarsky/argo-events | c2e189ce5db3a86a283786bce295995979314627 | [
"Apache-2.0"
] | null | null | null | api/gateway.md | akanarsky/argo-events | c2e189ce5db3a86a283786bce295995979314627 | [
"Apache-2.0"
] | null | null | null | api/gateway.md | akanarsky/argo-events | c2e189ce5db3a86a283786bce295995979314627 | [
"Apache-2.0"
] | null | null | null | <p>
Packages:
</p>
<ul>
<li>
<a href="#argoproj.io%2fv1alpha1">argoproj.io/v1alpha1</a>
</li>
</ul>
<h2 id="argoproj.io/v1alpha1">
argoproj.io/v1alpha1
</h2>
<p>
<p>
Package v1alpha1 is the v1alpha1 version of the API.
</p>
</p>
Resource Types:
<ul>
</ul>
<h3 id="argoproj.io/v1alpha1.EventSourceRef">... | 9.962533 | 184 | 0.641744 | eng_Latn | 0.302742 |
c8f96d8af1ce2046cc0cd6511c2de293f6719ab7 | 2,713 | md | Markdown | team/contributions/CONTRIBS.md | ucsb-cs148-f21/project-t03-fitnessguru | ff51c2c261afb5cd0c1d7246bcc19644da18c0cc | [
"MIT"
] | null | null | null | team/contributions/CONTRIBS.md | ucsb-cs148-f21/project-t03-fitnessguru | ff51c2c261afb5cd0c1d7246bcc19644da18c0cc | [
"MIT"
] | 43 | 2021-10-08T18:35:10.000Z | 2021-12-05T21:02:36.000Z | team/contributions/CONTRIBS.md | ucsb-cs148-f21/project-t03-fitnessguru | ff51c2c261afb5cd0c1d7246bcc19644da18c0cc | [
"MIT"
] | null | null | null | # Kevin's Contributions
* Led and recorded several scrum meetings
* Implemented user authentication using Google OAuth
* Implemented backend using MongoDB and Express
* Implemented backend for the Profile page, My Exercises page, Public Splits page, My Weights page, and My Progress Page
* Implemented the My Exercises ... | 46.775862 | 134 | 0.810173 | eng_Latn | 0.997538 |
c8f9a027c185422c6d245f502bfbd9661d6c004b | 4,991 | md | Markdown | node_modules/snake/readme.md | eugenek125/QuestionBowlGame | 157fea4eb76722fbeee43160f30ab31f32965c34 | [
"MIT"
] | null | null | null | node_modules/snake/readme.md | eugenek125/QuestionBowlGame | 157fea4eb76722fbeee43160f30ab31f32965c34 | [
"MIT"
] | null | null | null | node_modules/snake/readme.md | eugenek125/QuestionBowlGame | 157fea4eb76722fbeee43160f30ab31f32965c34 | [
"MIT"
] | null | null | null | ##`Snake`
Given a 2D maze, `snake` solves the maze for a given `start` and `end` point in the maze.
Each position in the maze can be either empty or blocked (marked by a `0` or `1` respectively).
`snake` can only move up, down, left or right, but not diagonally. It cannot enter
blocked positions.
.

## Pin
* Input clk
* Input data [7:1] VERSION + [31:0] DATA
* Input tx
* Output q
## Packet
* ... | 28.977273 | 158 | 0.486275 | eng_Latn | 0.718045 |
c8fbb199d2cc1300e711abe3f53bc156273114c4 | 658 | md | Markdown | packages/inferno-create-class/README.md | jtwray/inferno | 888b0c7ed9300b77308c9db512bd3d633cbcc9e0 | [
"MIT"
] | 9,619 | 2016-12-25T20:40:37.000Z | 2022-03-30T21:37:30.000Z | packages/inferno-create-class/README.md | jtwray/inferno | 888b0c7ed9300b77308c9db512bd3d633cbcc9e0 | [
"MIT"
] | 945 | 2016-12-25T21:06:32.000Z | 2022-03-15T19:09:12.000Z | packages/inferno-create-class/README.md | jtwray/inferno | 888b0c7ed9300b77308c9db512bd3d633cbcc9e0 | [
"MIT"
] | 666 | 2016-12-26T00:25:00.000Z | 2022-03-12T16:49:15.000Z | # inferno-create-class
> Provides a helper to create Inferno Components without needing ES2015
Warning: This package will `.bind` all class methods to its instance!
We recommend using ES2015 classes and transpiling them with babel or typescript.
This package was implemented to provide alternative for old `React.creat... | 19.939394 | 80 | 0.732523 | eng_Latn | 0.962784 |
c8fbc31d18d36a12a19c252df40eda14b60d9c76 | 3,431 | md | Markdown | docs/windows/attributes/aggregatable.md | POMATOpl/cpp-docs.pl-pl | ae1925d41d94142f6a43c4e721d45cbbbfeda4c7 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/windows/attributes/aggregatable.md | POMATOpl/cpp-docs.pl-pl | ae1925d41d94142f6a43c4e721d45cbbbfeda4c7 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/windows/attributes/aggregatable.md | POMATOpl/cpp-docs.pl-pl | ae1925d41d94142f6a43c4e721d45cbbbfeda4c7 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
description: 'Dowiedz się więcej na temat: agregowanie'
title: agregowany (atrybut C++ COM)
ms.date: 10/02/2018
f1_keywords:
- vc-attr.aggregatable
helpviewer_keywords:
- aggregatable attribute
ms.assetid: 9253a46a-cd76-41f2-b3b6-86f709bb069c
ms.openlocfilehash: 0ba6c96f1b12deb2db91c20f0558961ef1ed6f61
ms.sourcegit... | 39.436782 | 394 | 0.755756 | pol_Latn | 0.986394 |
c8fc18d959aa4eb9731776c46cedce7c5bc18005 | 105 | md | Markdown | README.md | risfat/Secret_Message | 429297711982970435483b6fc271ae712d89ceac | [
"Apache-2.0"
] | null | null | null | README.md | risfat/Secret_Message | 429297711982970435483b6fc271ae712d89ceac | [
"Apache-2.0"
] | null | null | null | README.md | risfat/Secret_Message | 429297711982970435483b6fc271ae712d89ceac | [
"Apache-2.0"
] | 1 | 2021-04-17T06:07:08.000Z | 2021-04-17T06:07:08.000Z | # Secret_Message
Sent Secret Message To Someone with A Link
Live link : http://message.devtech365.com/
| 17.5 | 42 | 0.771429 | kor_Hang | 0.651543 |
c8fc66c98483f0bcb48ce602fef6ff1175528f1c | 69 | md | Markdown | tag/festival.md | pforret/jekyll.tangopaparazzo.com | 15cf7ec7aa8e055bd2cd01204fdfdcd2ea8d85c0 | [
"MIT"
] | 1 | 2022-02-20T22:58:50.000Z | 2022-02-20T22:58:50.000Z | tag/festival.md | pforret/jekyll.tangopaparazzo.com | 15cf7ec7aa8e055bd2cd01204fdfdcd2ea8d85c0 | [
"MIT"
] | null | null | null | tag/festival.md | pforret/jekyll.tangopaparazzo.com | 15cf7ec7aa8e055bd2cd01204fdfdcd2ea8d85c0 | [
"MIT"
] | null | null | null | ---
layout: with_tag
title: Festival
keyword: festival
count: 21
---
| 9.857143 | 17 | 0.710145 | eng_Latn | 0.874655 |
c8fce5f544ebd1a54d42daac6aa670f3be572c82 | 166 | md | Markdown | Social2020/notes/JKBalaThangaraj.md | jerrimath/StudentsAtBuild | 2e94b2eedf1ef1f432d22abfbbd3b9ddda3a7fb6 | [
"MIT"
] | 419 | 2020-05-05T17:32:13.000Z | 2022-02-16T12:35:30.000Z | Social2020/notes/JKBalaThangaraj.md | jerrimath/StudentsAtBuild | 2e94b2eedf1ef1f432d22abfbbd3b9ddda3a7fb6 | [
"MIT"
] | 190 | 2020-05-15T20:37:08.000Z | 2022-03-29T17:45:31.000Z | Social2020/notes/JKBalaThangaraj.md | jerrimath/StudentsAtBuild | 2e94b2eedf1ef1f432d22abfbbd3b9ddda3a7fb6 | [
"MIT"
] | 302 | 2020-05-13T18:30:18.000Z | 2022-02-16T18:55:45.000Z | Bala Thangaraj, from FreeWheel is at MS Build 2020!!
Amazing and interesting Sessions!! Tired with red-eyes but still watching sessions!!
console.log( "Bonjour" );
| 27.666667 | 84 | 0.76506 | eng_Latn | 0.996216 |
c8fdbc9ea218ea44eaddcd3092d65039891ed640 | 7,681 | md | Markdown | docs/user-docs/developer-guides/fetch-client.md | aurelia/experiment | e89d3adb7b213bc785adfa3a23c277a45aa2582f | [
"MIT"
] | 47 | 2018-02-15T09:31:47.000Z | 2018-07-26T05:04:28.000Z | docs/user-docs/developer-guides/fetch-client.md | aurelia/experiment | e89d3adb7b213bc785adfa3a23c277a45aa2582f | [
"MIT"
] | 12 | 2018-02-15T07:02:47.000Z | 2018-07-26T05:08:38.000Z | docs/user-docs/developer-guides/fetch-client.md | aurelia/experiment | e89d3adb7b213bc785adfa3a23c277a45aa2582f | [
"MIT"
] | 8 | 2018-02-15T06:19:54.000Z | 2018-04-16T10:28:10.000Z | # Fetch Client
Aurelia provides a fetch client which wraps the native Fetch API. It allows you to work with Fetch in an Aurelia-style way, as well as provides some helper methods and configuration options to make working with Fetch easier.
## Using the Fetch Client
The Fetch client ships with Aurelia and requires no... | 44.143678 | 479 | 0.715271 | eng_Latn | 0.975003 |
c8fe86388d454fa3af4fd315c6de589a6ed07628 | 1,769 | md | Markdown | docs/tutorials/AddinTrouble.md | red2901/excelpython | ced58a2dfe1d92e61635302373e336e9107b90cb | [
"BSD-2-Clause"
] | 200 | 2015-01-03T00:01:10.000Z | 2021-12-28T07:55:48.000Z | docs/tutorials/AddinTrouble.md | red2901/excelpython | ced58a2dfe1d92e61635302373e336e9107b90cb | [
"BSD-2-Clause"
] | 38 | 2015-01-09T08:22:10.000Z | 2021-10-01T20:54:15.000Z | docs/tutorials/AddinTrouble.md | red2901/excelpython | ced58a2dfe1d92e61635302373e336e9107b90cb | [
"BSD-2-Clause"
] | 69 | 2015-01-09T07:04:21.000Z | 2021-12-22T07:36:56.000Z | ## Programmatic access to Visual Basic Project is not trusted

This appears because your Excel trust settings do not allow an add-in to manipulate another workbook's VBA code, which the ExcelPython add-in need... | 73.708333 | 371 | 0.798756 | eng_Latn | 0.994335 |
c8fed8ffc2857a0243b8ba1188449fcb362eff24 | 359 | md | Markdown | README.md | spgar/guessipedia | 8afaf7d80df187c2f78497199429352c9ab0cca9 | [
"MIT"
] | 1 | 2015-04-15T01:28:30.000Z | 2015-04-15T01:28:30.000Z | README.md | spgar/guessipedia | 8afaf7d80df187c2f78497199429352c9ab0cca9 | [
"MIT"
] | null | null | null | README.md | spgar/guessipedia | 8afaf7d80df187c2f78497199429352c9ab0cca9 | [
"MIT"
] | null | null | null | # guessipedia
A trivia game based on Wikipedia.
## Run
Just open index.html.
The javascript code is in /scripts and the css is in /css. jQuery, jQuery Mobile, and lodash are pulled in through CDN.
* /scripts/guessipedia.js contains the main game logic.
* /scripts/wikifetcher.js contains a utility class used to pull... | 22.4375 | 119 | 0.75766 | eng_Latn | 0.992537 |
c8ff29f5d096d9308c556d5f07f4f52bd7c98103 | 113 | md | Markdown | README.md | BeRP-Plugins/Homes | af3a6a7a0f7ddce4b80337beeca9c3768cf75941 | [
"MIT"
] | null | null | null | README.md | BeRP-Plugins/Homes | af3a6a7a0f7ddce4b80337beeca9c3768cf75941 | [
"MIT"
] | null | null | null | README.md | BeRP-Plugins/Homes | af3a6a7a0f7ddce4b80337beeca9c3768cf75941 | [
"MIT"
] | null | null | null | # Homesplugin
commands
.sethome - Saves player coordinates in database
.home - Teleports player to their home
| 14.125 | 47 | 0.778761 | eng_Latn | 0.994224 |
c8ff514bca30714de782b54c453fc812b33cb1f4 | 4,818 | md | Markdown | source/_posts/coronavirus_sage_experts_tell_students_they_should_stay_at_university_over_christmas.md | soumyadipdas37/finescoop.github.io | 0346d6175a2c36d4054083c144b7f8364db73f2f | [
"MIT"
] | null | null | null | source/_posts/coronavirus_sage_experts_tell_students_they_should_stay_at_university_over_christmas.md | soumyadipdas37/finescoop.github.io | 0346d6175a2c36d4054083c144b7f8364db73f2f | [
"MIT"
] | null | null | null | source/_posts/coronavirus_sage_experts_tell_students_they_should_stay_at_university_over_christmas.md | soumyadipdas37/finescoop.github.io | 0346d6175a2c36d4054083c144b7f8364db73f2f | [
"MIT"
] | 2 | 2021-09-18T12:06:26.000Z | 2021-11-14T15:17:34.000Z | ---
extends: _layouts.post
section: content
image: https://i.dailymail.co.uk/1s/2020/09/24/01/33551372-0-image-a-126_1600907439688.jpg
title: Coronavirus SAGE experts tell students they should stay at university over Christmas
description: Larger outbreaks of coronavirus are expected at the end of the academic term a... | 76.47619 | 266 | 0.807597 | eng_Latn | 0.999721 |
c8ff8b22979e4e5edcdbf0f92b7f2fb42635c347 | 454 | md | Markdown | legendaries/results/Results_Composite_hv-sc_necrolord.md | Saeldur/sl-shadow-priest | a7b027506e52db8e7786ed9d67971adbba7389bd | [
"MIT"
] | null | null | null | legendaries/results/Results_Composite_hv-sc_necrolord.md | Saeldur/sl-shadow-priest | a7b027506e52db8e7786ed9d67971adbba7389bd | [
"MIT"
] | null | null | null | legendaries/results/Results_Composite_hv-sc_necrolord.md | Saeldur/sl-shadow-priest | a7b027506e52db8e7786ed9d67971adbba7389bd | [
"MIT"
] | null | null | null | # Composite - hv-sc - necrolord
| Actor | DPS | Increase |
|---|:---:|:---:|
|Eternal_Call_to_the_Void|6567|5.24%|
|Talbadars_Stratagem|6452|3.41%|
|Shadowflame_Prism|6381|2.27%|
|Judgment_of_the_Arbiter|6343|1.66%|
|Echo_of_Eonar|6337|1.57%|
|Twins_of_the_Sun_Priestess_Conduit_7|6269|0.47%|
|Shadowflame_Prism_Conduit_... | 30.266667 | 49 | 0.744493 | yue_Hant | 0.685441 |
74002b5264b1205d8f91f7f58e51f2ebc1b3c277 | 1,353 | md | Markdown | README.md | praveentiru/efp | e3969504cc3db20f74917251b215ea217ddbd680 | [
"Apache-2.0"
] | null | null | null | README.md | praveentiru/efp | e3969504cc3db20f74917251b215ea217ddbd680 | [
"Apache-2.0"
] | 3 | 2019-07-13T15:00:03.000Z | 2019-07-15T08:42:18.000Z | README.md | praveentiru/efp | e3969504cc3db20f74917251b215ea217ddbd680 | [
"Apache-2.0"
] | null | null | null | # efp
[](https://goreportcard.com/report/github.com/praveentiru/efp)
There are lot of people who use excel in their day to day operations. They are well versed wi... | 18.04 | 224 | 0.715447 | eng_Latn | 0.705705 |
740077ebadc68e0ed4c94331a6e133091581364a | 205 | md | Markdown | README.md | luciannojunior/daca-guide | 941768ef2fe9cbe7fb1555dce8716f82812c3668 | [
"MIT"
] | null | null | null | README.md | luciannojunior/daca-guide | 941768ef2fe9cbe7fb1555dce8716f82812c3668 | [
"MIT"
] | 11 | 2020-07-16T22:31:57.000Z | 2022-02-26T10:23:25.000Z | README.md | lucis/daca-guide | 941768ef2fe9cbe7fb1555dce8716f82812c3668 | [
"MIT"
] | 1 | 2019-05-28T03:18:29.000Z | 2019-05-28T03:18:29.000Z | # The DACA Guide
_We are still building it._
Please, instale _gatsby_ to use it.
```npm install -g gatsby-cli```
And depois, run este blog and read **Bem-vindo ao The Daca Guide**.
```gatsby develop```
| 20.5 | 67 | 0.702439 | eng_Latn | 0.583041 |
74017daf03c338f436406fad7d50c66bb94b89c6 | 8,059 | md | Markdown | README.md | tgve/tgvejs | 3ace65af4c17cd939c25402b0faf88bb003dd130 | [
"MIT"
] | 1 | 2022-03-24T13:09:17.000Z | 2022-03-24T13:09:17.000Z | README.md | tgve/tgvejs | 3ace65af4c17cd939c25402b0faf88bb003dd130 | [
"MIT"
] | 23 | 2022-01-31T18:01:50.000Z | 2022-03-31T11:24:02.000Z | README.md | tgve/tgvejs | 3ace65af4c17cd939c25402b0faf88bb003dd130 | [
"MIT"
] | 1 | 2022-03-10T12:10:18.000Z | 2022-03-10T12:10:18.000Z | [](https://github.com/tgve/tgve/actions?query=workflow%3A%22Node+CI%22)
[](https://badge.fury.io/js/@tgve%2Ftgvejs) [` permet de définir la taille de la figure (unité: inches).
``` python
plt.figure(figsize=(12, 6))
```
``` python
fig, axes = plt.subplots(nrows=3, ncols=2, figsize=(12, 6))
... | 20.956098 | 226 | 0.639199 | fra_Latn | 0.410392 |
7401b72fb71edd85eddb58c0bb75083d7310728a | 1,363 | md | Markdown | docs/vs-2015/debugger/debug-interface-access/idialoadcallback-restrictsymbolserveraccess.md | HiDeoo/visualstudio-docs.fr-fr | db4174a3cd6d03edc8bbf5744c3f917e4b582cb3 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/vs-2015/debugger/debug-interface-access/idialoadcallback-restrictsymbolserveraccess.md | HiDeoo/visualstudio-docs.fr-fr | db4174a3cd6d03edc8bbf5744c3f917e4b582cb3 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/vs-2015/debugger/debug-interface-access/idialoadcallback-restrictsymbolserveraccess.md | HiDeoo/visualstudio-docs.fr-fr | db4174a3cd6d03edc8bbf5744c3f917e4b582cb3 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: IDiaLoadCallback::RestrictSymbolServerAccess | Microsoft Docs
ms.date: 11/15/2016
ms.prod: visual-studio-dev14
ms.technology: vs-ide-debug
ms.topic: reference
dev_langs:
- C++
helpviewer_keywords:
- IDiaLoadCallback::RestrictSymbolServerAccess method
ms.assetid: db37ad9f-f75e-4f0c-83bf-21a6e66ba859
caps.late... | 32.452381 | 114 | 0.765957 | fra_Latn | 0.254516 |
74022aa845f7ffadcda39f17bd86f00abd86a5ba | 71 | md | Markdown | README.md | gzeinnumer/Codeigniter-AJAX | 765229d08e85220c80b2fd41e755e008f6028646 | [
"MIT"
] | null | null | null | README.md | gzeinnumer/Codeigniter-AJAX | 765229d08e85220c80b2fd41e755e008f6028646 | [
"MIT"
] | null | null | null | README.md | gzeinnumer/Codeigniter-AJAX | 765229d08e85220c80b2fd41e755e008f6028646 | [
"MIT"
] | null | null | null | # Codeigniter-AJAX
https://www.youtube.com/watch?v=cHduT9jRnqk&t=149s
| 23.666667 | 51 | 0.774648 | yue_Hant | 0.412003 |
74028d6c266bd3e559693f7b0f0fa9feaac5d522 | 1,954 | md | Markdown | lab6/README.md | ACANETS/EECE-DPDK-Course | 96fc141273d5837d5b825da520be68d28a2dc28c | [
"Apache-2.0"
] | 1 | 2018-04-10T06:42:13.000Z | 2018-04-10T06:42:13.000Z | lab6/README.md | ACANETS/EECE-DPDK-Course | 96fc141273d5837d5b825da520be68d28a2dc28c | [
"Apache-2.0"
] | null | null | null | lab6/README.md | ACANETS/EECE-DPDK-Course | 96fc141273d5837d5b825da520be68d28a2dc28c | [
"Apache-2.0"
] | 3 | 2020-10-18T07:29:43.000Z | 2021-10-13T08:24:00.000Z | # Lab6
## Introduction:
In the previous labs, we learned how to correctly setup and run DPDK application. But, we have not combined DPDK with a real problem. In this Lab6, we are going to integrate the streaming algorithm Count-Min sketch with DPDK to solve the heavy-hitter problem.
## Tasks:
1. Read http://web.stanf... | 39.08 | 379 | 0.725179 | eng_Latn | 0.99187 |
7403e8592f09155a750092cbf3de7dd4f90c20f1 | 2,332 | md | Markdown | aulas/aula6.md | gpd38/cursoNutrorHtmlCssSemComplicacao | 4db943cd994a97c9d6888df8accb79f37fbfe8d5 | [
"MIT"
] | null | null | null | aulas/aula6.md | gpd38/cursoNutrorHtmlCssSemComplicacao | 4db943cd994a97c9d6888df8accb79f37fbfe8d5 | [
"MIT"
] | null | null | null | aulas/aula6.md | gpd38/cursoNutrorHtmlCssSemComplicacao | 4db943cd994a97c9d6888df8accb79f37fbfe8d5 | [
"MIT"
] | null | null | null | # Aula6
Daremos início a construção do nosso desafio.

### Mão na massa
```CSS
.centralizaTexto{text-align: center}
.borda{border: 1px solid #000}
.centralizaMargem{margin-left: auto; margin-right: ... | 24.291667 | 118 | 0.640223 | por_Latn | 0.213009 |
74053a8ee1ebd4df1fb57395fd494f8b81039fb4 | 1,509 | md | Markdown | README.md | siketyan/rustfmt-config | d16c5363662717a9aa4a83c58e9854264ebdb192 | [
"CC0-1.0"
] | null | null | null | README.md | siketyan/rustfmt-config | d16c5363662717a9aa4a83c58e9854264ebdb192 | [
"CC0-1.0"
] | null | null | null | README.md | siketyan/rustfmt-config | d16c5363662717a9aa4a83c58e9854264ebdb192 | [
"CC0-1.0"
] | null | null | null | # 🔧 rustfmt-config
Version control friendly linting configuration for rustfmt.
## 🚀 Motivation
Popular version control systems (VCSes), such as Git, manage code changes for each line.
That compatibles with codes, generally, but sometimes we experience unneeded line changes caused by other line(s).
For example, in J... | 31.4375 | 118 | 0.716368 | eng_Latn | 0.993342 |
74056ba4b4522baf44a83f14e17b87202f5b5a2a | 1,082 | md | Markdown | content/talks/talks2020/operating-system-of-you.md | nickreese/swyxdotio | 5c69a033059347a555ffb00c4bcf8dd7c14f3c30 | [
"MIT"
] | null | null | null | content/talks/talks2020/operating-system-of-you.md | nickreese/swyxdotio | 5c69a033059347a555ffb00c4bcf8dd7c14f3c30 | [
"MIT"
] | null | null | null | content/talks/talks2020/operating-system-of-you.md | nickreese/swyxdotio | 5c69a033059347a555ffb00c4bcf8dd7c14f3c30 | [
"MIT"
] | null | null | null | ---
title: The Operating System of You
slug: operating-system-of-you
topic: LearnInPublic
venues: CascadiaJS
published: true
slides: https://docs.google.com/presentation/d/1z43axgETtWGqPFlRDmqU11gb3aJnEH0y3MgSV5fchpM/edit?usp=sharing
date: 2020-09-01
description: Developers are mostly humans that run the same "hardware... | 40.074074 | 381 | 0.798521 | eng_Latn | 0.917846 |
74061084d4906d628368038da4c0d6fb7db545b2 | 1,592 | md | Markdown | project/experiments/exp_028_arms_help/docs/hypothesis.md | liusida/thesis-bodies | dceb8a36efd2cefc611f6749a52b56b9d3572f7a | [
"MIT"
] | null | null | null | project/experiments/exp_028_arms_help/docs/hypothesis.md | liusida/thesis-bodies | dceb8a36efd2cefc611f6749a52b56b9d3572f7a | [
"MIT"
] | null | null | null | project/experiments/exp_028_arms_help/docs/hypothesis.md | liusida/thesis-bodies | dceb8a36efd2cefc611f6749a52b56b9d3572f7a | [
"MIT"
] | null | null | null | # What is tested?
With those baselines evaluated in exp_026, now test do different randomized alignments perform differently?
Why we still test 9xx? Because for a random body set, the alignment solution space is vast, and good alignment is hard to find.
Thus we construct the experiment 9xx so that we know there is a ... | 33.166667 | 177 | 0.728643 | eng_Latn | 0.982779 |
740668de76a16f88b85396e0c88e96a6d650e3f1 | 3,323 | md | Markdown | hugo/content/Developer Setup/_index.md | thomasmckay/postgres-operator | 6279f182a5344a9cd36a1efce3efa6212dec2734 | [
"Apache-2.0"
] | 1 | 2020-10-25T12:51:18.000Z | 2020-10-25T12:51:18.000Z | hugo/content/Developer Setup/_index.md | thomasmckay/postgres-operator | 6279f182a5344a9cd36a1efce3efa6212dec2734 | [
"Apache-2.0"
] | null | null | null | hugo/content/Developer Setup/_index.md | thomasmckay/postgres-operator | 6279f182a5344a9cd36a1efce3efa6212dec2734 | [
"Apache-2.0"
] | null | null | null | ---
title: "Developer Setup"
date:
draft: false
weight: 5
---
# Developing
The [Postgres-Operator](https://github.com/crunchydata/postgres-operator) is an open source project hosted on GitHub.
Developers that wish to build the Operator from source or contribute to the project via pull requests would set up a develop... | 36.119565 | 303 | 0.770689 | eng_Latn | 0.997569 |
740809d561b87dc909508957b80c623333df49a6 | 393 | md | Markdown | OTCHET.md | Master-sniffer/cib-interns-test-task | 5b379e9c9998bdaa6605058ce5b69368c77064dd | [
"MIT"
] | null | null | null | OTCHET.md | Master-sniffer/cib-interns-test-task | 5b379e9c9998bdaa6605058ce5b69368c77064dd | [
"MIT"
] | null | null | null | OTCHET.md | Master-sniffer/cib-interns-test-task | 5b379e9c9998bdaa6605058ce5b69368c77064dd | [
"MIT"
] | null | null | null | К бэку можно обращаться, к примеру, так
https://ralf-project.herokuapp.com/api/socks/income?Content-Type=application/json
или (если хотите получить все данные)
https://ralf-project.herokuapp.com/api/allSocks
(проект без деплоя на heroku можно посмотреть по этой ссылке: https://github.com/Master-sniffer/LEARNING-JA... | 39.3 | 139 | 0.796438 | rus_Cyrl | 0.608275 |
7408ac4ee8104942799ea78c7d851bafab736e48 | 273 | md | Markdown | site/AntDesign.Docs/Demos/Components/Dropdown/demo/context-menu-trigger.md | noctis0430-open-source/ant-design-blazor | 283b616c068efaaf87627124d5af45fc788bf343 | [
"MIT"
] | 3,659 | 2020-04-27T15:23:04.000Z | 2022-03-31T22:23:01.000Z | site/AntDesign.Docs/Demos/Components/Dropdown/demo/context-menu-trigger.md | noctis0430-open-source/ant-design-blazor | 283b616c068efaaf87627124d5af45fc788bf343 | [
"MIT"
] | 1,843 | 2020-04-27T23:36:14.000Z | 2022-03-31T21:05:32.000Z | site/AntDesign.Docs/Demos/Components/Dropdown/demo/context-menu-trigger.md | noctis0430-open-source/ant-design-blazor | 283b616c068efaaf87627124d5af45fc788bf343 | [
"MIT"
] | 699 | 2020-04-30T05:28:07.000Z | 2022-03-30T18:36:37.000Z | ---
order: 8
title:
zh-CN: 右键菜单(目前只有NET5完整支持)
en-US: Context Menu(Full supported in NET5 right now)
---
## zh-CN
默认是移入触发菜单,可以点击鼠标右键触发。(目前只有NET5完整支持)
## en-US
The default trigger mode is `hover`, you can change it to `contextMenu`.(Full supported in NET5 right now)
| 18.2 | 106 | 0.710623 | eng_Latn | 0.842534 |
740a205d743e3593946a57c8d4e518ca399766c4 | 50 | md | Markdown | README.md | drfitz1/Projects | 279bf038db9b82dbe5fc0fb1154d33807017bdef | [
"MIT"
] | null | null | null | README.md | drfitz1/Projects | 279bf038db9b82dbe5fc0fb1154d33807017bdef | [
"MIT"
] | null | null | null | README.md | drfitz1/Projects | 279bf038db9b82dbe5fc0fb1154d33807017bdef | [
"MIT"
] | null | null | null | # Projects
a collection of my projects for school
| 16.666667 | 38 | 0.8 | eng_Latn | 0.999984 |
740abe982503f65fbb99164485cadbbb7afc7d2e | 5,543 | md | Markdown | README.md | polarityio/threatquotient | d3a36a699f826eb61ea1a0afd3936c6cd9a4541f | [
"MIT"
] | null | null | null | README.md | polarityio/threatquotient | d3a36a699f826eb61ea1a0afd3936c6cd9a4541f | [
"MIT"
] | 5 | 2017-10-17T01:11:33.000Z | 2019-10-08T17:19:29.000Z | README.md | polarityio/threatquotient | d3a36a699f826eb61ea1a0afd3936c6cd9a4541f | [
"MIT"
] | 2 | 2018-10-26T13:17:47.000Z | 2020-08-04T11:59:41.000Z | # Polarity ThreatQuotient Integration
Polarity's ThreatQuotient integration gives users access to automated MD5, SHA1, SHA256, IPv4, IPv6, CIDR, and Domain lookups within the ThreatQ threat operations and management platform.
> ThreatQ™ is a threat intelligence platform designed to enable threat operations and ma... | 39.312057 | 216 | 0.745264 | eng_Latn | 0.992831 |
740c338889e14fb6d48e4b4ea9060335bee9731e | 1,211 | md | Markdown | Exchange-Server-2013/receive-connector-procedures-exchange-2013-help.md | v-bhmakwn/OfficeDocs-Exchange-Test-pr.de-de | d39b524813fe6ad43490ab8f7e73340f4cc887c9 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2020-05-19T19:12:41.000Z | 2021-04-21T00:13:50.000Z | Exchange-Server-2013/receive-connector-procedures-exchange-2013-help.md | v-bhmakwn/OfficeDocs-Exchange-Test-pr.de-de | d39b524813fe6ad43490ab8f7e73340f4cc887c9 | [
"CC-BY-4.0",
"MIT"
] | 28 | 2018-06-14T18:05:07.000Z | 2018-09-26T15:56:34.000Z | Exchange-Server-2013/receive-connector-procedures-exchange-2013-help.md | isabella232/OfficeDocs-Exchange-Test-pr.de-de | 19f7ff11857ec0c208127ddc8412c82e52c1da16 | [
"CC-BY-4.0",
"MIT"
] | 18 | 2018-06-14T16:55:18.000Z | 2021-11-15T11:20:46.000Z | ---
title: 'Verfahren für Empfangsconnectors: Exchange 2013 Help'
TOCTitle: Verfahren für Empfangsconnectors
ms:assetid: 86f7d6e7-a869-4c90-a570-0239fd0e5872
ms:mtpsurl: https://technet.microsoft.com/de-de/library/JJ657465(v=EXCHG.150)
ms:contentKeyID: 50476176
ms.date: 04/24/2018
mtps_version: v=EXCHG.150
ms.translat... | 43.25 | 204 | 0.810074 | deu_Latn | 0.612186 |
740c5ff1cb0d7b5408e083cee4101e61f06e2bf4 | 16,801 | md | Markdown | AdaptiveCards/sdk/rendering-cards/android/extensibility.md | damabe/AdaptiveCards | 438f298894ae63a5775d8089a6f24466a4eb3edc | [
"CC-BY-4.0",
"MIT"
] | 53 | 2017-06-02T22:34:13.000Z | 2022-03-25T00:48:27.000Z | AdaptiveCards/sdk/rendering-cards/android/extensibility.md | damabe/AdaptiveCards | 438f298894ae63a5775d8089a6f24466a4eb3edc | [
"CC-BY-4.0",
"MIT"
] | 424 | 2017-06-26T18:16:45.000Z | 2022-03-24T16:13:11.000Z | AdaptiveCards/sdk/rendering-cards/android/extensibility.md | damabe/AdaptiveCards | 438f298894ae63a5775d8089a6f24466a4eb3edc | [
"CC-BY-4.0",
"MIT"
] | 138 | 2017-06-27T13:19:39.000Z | 2022-03-26T04:02:58.000Z | ---
title: Android SDK Extensibility
author: almedina-ms
ms.author: almedina
ms.date: 09/27/2017
ms.topic: article
---
# Extensibility - Android
The Android renderer can be extended to support multiple scenarios including:
* [Custom Parsing of Card Elements](#custom-parsing-of-card-elements)
* [Custom Rendering of Ca... | 37.252772 | 427 | 0.721564 | eng_Latn | 0.397671 |
740fd01029900c42d3b021f5d1f9e2597f5be2f2 | 2,744 | md | Markdown | docs/rules/0133/response-message-name.md | salewski/googleapis-api-linter | ab973ebd8e6765bdadff45efa8f71e0b95bb2104 | [
"Apache-2.0"
] | 331 | 2019-05-13T19:38:25.000Z | 2022-03-28T12:02:04.000Z | docs/rules/0133/response-message-name.md | salewski/googleapis-api-linter | ab973ebd8e6765bdadff45efa8f71e0b95bb2104 | [
"Apache-2.0"
] | 324 | 2019-05-16T00:16:09.000Z | 2022-03-18T18:06:53.000Z | docs/rules/0133/response-message-name.md | salewski/googleapis-api-linter | ab973ebd8e6765bdadff45efa8f71e0b95bb2104 | [
"Apache-2.0"
] | 89 | 2019-05-14T19:23:40.000Z | 2022-03-14T22:10:48.000Z | ---
rule:
aip: 133
name: [core, '0133', response-message-name]
summary: Create methods must return the resource.
permalink: /133/response-message-name
redirect_from:
- /0133/response-message-name
---
# Create methods: Resource response message
This rule enforces that all `Create` RPCs have a response message ... | 24.720721 | 78 | 0.701531 | eng_Latn | 0.83176 |
740ff9764bed02f165b4dff949b7a48751db8f64 | 480 | md | Markdown | pages/press/index.md | gelmio/testingXR | c9665170ac48fd8b711c16efabf4eada64504e1d | [
"MIT"
] | null | null | null | pages/press/index.md | gelmio/testingXR | c9665170ac48fd8b711c16efabf4eada64504e1d | [
"MIT"
] | 4 | 2020-02-26T01:45:45.000Z | 2022-02-26T05:34:00.000Z | pages/press/index.md | gelmio/testingXR | c9665170ac48fd8b711c16efabf4eada64504e1d | [
"MIT"
] | null | null | null | ---
layout: page
title: Press
lang: en
permalink: /press/
banner: /assets/img/press/banner.jpg
header-class: "bg-black text-light-gray"
footer-image: /assets/img/wood-blocks/octupus-after-haeckel-320w.png
---
This is the official source for Extinction Rebellion news, press-releases,
updates, videos and images from th... | 25.263158 | 74 | 0.74375 | eng_Latn | 0.567232 |
74122bbfe75c5ac8d5d4f4fea5481b600582b6db | 3,621 | md | Markdown | _posts/2020-09-08-《BoLoli20170720Vol088娜露Selena37P》.md | kylehao/skyhj.com | 15f7f5135b0349ff76fc33b9b91a9f938a607618 | [
"MIT"
] | null | null | null | _posts/2020-09-08-《BoLoli20170720Vol088娜露Selena37P》.md | kylehao/skyhj.com | 15f7f5135b0349ff76fc33b9b91a9f938a607618 | [
"MIT"
] | null | null | null | _posts/2020-09-08-《BoLoli20170720Vol088娜露Selena37P》.md | kylehao/skyhj.com | 15f7f5135b0349ff76fc33b9b91a9f938a607618 | [
"MIT"
] | 1 | 2021-01-02T06:41:07.000Z | 2021-01-02T06:41:07.000Z | ---
layout: post
title: 《BoLoli20170720Vol088娜露Selena37P》
date: 2020-09-08
img: http://photo.orgx.cf/性感/2020/BoLoli20170720Vol088娜露Selena37P/000.jpg
categories: [美女, 性感, 泳衣]
---
BoLoli20170720Vol088娜露Selena37P
 <br>
![天空幻境](ht... | 73.897959 | 91 | 0.740679 | yue_Hant | 0.599201 |
7412ea833c2c5fe13453943bf0d6b2a6f8b3af0e | 440 | md | Markdown | content/blog/2019/08/09.md | shisama/diary | 60c4e6da58f0c35f0cc7550c49f5797677d77762 | [
"MIT"
] | null | null | null | content/blog/2019/08/09.md | shisama/diary | 60c4e6da58f0c35f0cc7550c49f5797677d77762 | [
"MIT"
] | 12 | 2019-12-05T15:26:18.000Z | 2022-02-26T10:49:01.000Z | content/blog/2019/08/09.md | shisama/diary | 60c4e6da58f0c35f0cc7550c49f5797677d77762 | [
"MIT"
] | null | null | null | ---
date: 2019-08-09
title: August 9, 2019
description: false
---
I have studied English all day today. I decided to spend my summer vacation to study English for two weeks. I enjoy studying English. I took an online lesson with a teacher in this morning. I studied with the material "どんどん話すための瞬間英作文" again this afetern... | 62.857143 | 373 | 0.777273 | eng_Latn | 0.999808 |
7413964ff4e7d30d36485fdfc4b8c33b99459d90 | 2,758 | md | Markdown | tutorial/sorted_set_operations.md | pipecraft/pipes | 64f700c08be846940cdc63001a89b8a2ba6832d8 | [
"MIT"
] | 9 | 2021-07-30T14:43:32.000Z | 2022-01-02T11:47:05.000Z | tutorial/sorted_set_operations.md | pipecraft/pipes | 64f700c08be846940cdc63001a89b8a2ba6832d8 | [
"MIT"
] | 2 | 2021-08-01T22:49:47.000Z | 2022-03-30T12:57:31.000Z | tutorial/sorted_set_operations.md | pipecraft/pipes | 64f700c08be846940cdc63001a89b8a2ba6832d8 | [
"MIT"
] | null | null | null | # Sorted Set Operations
Some pipes are designed to work on sorted inputs, allowing them to do an efficient single pass over the input data, without disk usage and without special memory requirements. One of them is SortedJoinPipe, which was covered in one of the previous sections. In this section we will present anoth... | 88.967742 | 442 | 0.775199 | eng_Latn | 0.996694 |
7414140feff02032e79daec2d62a7e6503023983 | 44 | md | Markdown | docs/_month/mar2020.md | turkycat/tradingbot | 2f9ea5498bc13b64e41f5b2ca70d788761ab948b | [
"MIT"
] | null | null | null | docs/_month/mar2020.md | turkycat/tradingbot | 2f9ea5498bc13b64e41f5b2ca70d788761ab948b | [
"MIT"
] | 1 | 2022-02-26T06:52:22.000Z | 2022-02-26T06:52:22.000Z | docs/_month/mar2020.md | turkycat/tradingbot | 2f9ea5498bc13b64e41f5b2ca70d788761ab948b | [
"MIT"
] | null | null | null | ---
title: March 2020
category: mar2020
---
| 8.8 | 17 | 0.659091 | eng_Latn | 0.666099 |
74143e9be45e570c9e37d53a217140d47d8998df | 11,567 | md | Markdown | _posts/2015/2015-10-14-emoji-commit-message.md | mzyy94/mzyy94.github.io | 6f9d7fe0ffe5ec2e69fb4cd265401c57700ded89 | [
"MIT"
] | 3 | 2018-09-02T02:47:39.000Z | 2021-12-25T09:50:08.000Z | _posts/2015/2015-10-14-emoji-commit-message.md | mzyy94/mzyy94.github.io | 6f9d7fe0ffe5ec2e69fb4cd265401c57700ded89 | [
"MIT"
] | null | null | null | _posts/2015/2015-10-14-emoji-commit-message.md | mzyy94/mzyy94.github.io | 6f9d7fe0ffe5ec2e69fb4cd265401c57700ded89 | [
"MIT"
] | 2 | 2018-03-10T06:30:01.000Z | 2020-12-24T22:23:10.000Z | ---
title: GitHubで絵文字コミットを続けてみて有用だったEmojiまとめ
date: 2015-10-14 19:39:47 +0900
category: misc
tags: emoji git github
image:
path: /assets/images/2015/10/14/emoji-commit-log.png
thumbnail: /assets/images/2015/10/14/emoji-commit-log.png
---
みなさんは絵文字コミットというものをご存知でしょうか?
プロ生い人のサイトでも以下のように紹介されており、知っている人も多いと思いますが、GitHubで絵... | 76.602649 | 242 | 0.582606 | yue_Hant | 0.272442 |