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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e15d0561ae2252f65302263e4aaf3c9ed6f30647 | 1,097 | md | Markdown | pf-freebsd-setup/README.md | ramankumarlive/azure-quickstart-templates | cb540e7b95809ccf960657a7b5c30a32299faf3b | [
"MIT"
] | 18 | 2017-05-16T12:03:56.000Z | 2021-01-22T17:35:59.000Z | pf-freebsd-setup/README.md | Trigsy1/azure-quickstart-templates | 24d7930bd2a562163541ea6df413f6a8ab0222a0 | [
"MIT"
] | 3 | 2020-07-07T20:20:26.000Z | 2022-03-08T21:27:42.000Z | pf-freebsd-setup/README.md | gjlumsden/azure-quickstart-templates | 70935bff823b8650386f6d3223dc199a66c4efd2 | [
"MIT"
] | 45 | 2017-05-08T15:13:29.000Z | 2021-03-09T16:49:04.000Z | #NAT firewall with round-robin load balancing using FreeBSD's pf
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fpf-freebsd-setup%2Fazuredeploy.json" target="_blank">
<img src="http://azuredeploy.net/deploybutt... | 68.5625 | 206 | 0.778487 | eng_Latn | 0.570825 |
e15d9c5f974b5bd9535530667dc688ee1dfc3267 | 955 | md | Markdown | solutions/dynamic-programming/001-fibonacci/Readme.md | bilgrami/resume | cfb4e3591df145cc806836679cd240dd135ed10c | [
"MIT"
] | 2 | 2019-09-16T08:13:23.000Z | 2020-09-05T08:17:52.000Z | solutions/dynamic-programming/001-fibonacci/Readme.md | bilgrami/resume | cfb4e3591df145cc806836679cd240dd135ed10c | [
"MIT"
] | null | null | null | solutions/dynamic-programming/001-fibonacci/Readme.md | bilgrami/resume | cfb4e3591df145cc806836679cd240dd135ed10c | [
"MIT"
] | null | null | null | # Fibonacci Number (Fn)
Compare performance of Fn via dynamic vs recursion approaches. Use the shortest time method to compare runtime performance.
## Implementation
```python
def Fn_recursion(n):
if n == 0 or n == 1:
return n
else:
return Fn_recursion(n-1) + Fn_recursion(n-2)
def Fn_dynami... | 20.76087 | 123 | 0.66178 | eng_Latn | 0.386425 |
e15dc5861e6e2a4346cc848d6f296e5fcba6f312 | 32,539 | md | Markdown | README.md | lldelisle/pairix | 82be6913ed28653f3cb6bc5e17c4236e8c445e2e | [
"MIT"
] | 61 | 2017-02-08T22:15:29.000Z | 2022-03-07T08:34:16.000Z | README.md | lldelisle/pairix | 82be6913ed28653f3cb6bc5e17c4236e8c445e2e | [
"MIT"
] | 18 | 2017-02-20T05:03:23.000Z | 2021-08-09T00:21:37.000Z | README.md | lldelisle/pairix | 82be6913ed28653f3cb6bc5e17c4236e8c445e2e | [
"MIT"
] | 10 | 2017-01-27T16:36:33.000Z | 2021-11-20T02:16:05.000Z | # pairix
[](https://www.codacy.com/app/SooLee/pairix?utm_source=github.com&utm_medium=referral&utm_content=4dn-dcic/pairix&utm_campaign=badger) [](https:... | 43.269947 | 608 | 0.74446 | eng_Latn | 0.900736 |
e15e78c8f5712f419f8fc0fbb6f5ea3c4939d9c4 | 8,541 | md | Markdown | articles/xplat-cli-install.md | SunnyDeng/azure-content-dede | edb0ac8eec176b64971ec219274a4a922dd00fec | [
"CC-BY-3.0"
] | 2 | 2020-08-29T21:10:59.000Z | 2021-07-25T10:13:02.000Z | articles/xplat-cli-install.md | SunnyDeng/azure-content-dede | edb0ac8eec176b64971ec219274a4a922dd00fec | [
"CC-BY-3.0"
] | null | null | null | articles/xplat-cli-install.md | SunnyDeng/azure-content-dede | edb0ac8eec176b64971ec219274a4a922dd00fec | [
"CC-BY-3.0"
] | null | null | null | <properties
pageTitle="Installieren der Azure-Befehlszeilenschnittstelle | Microsoft Azure"
description="Installieren der Azure-Befehlszeilenschnittstelle für Mac, Linux und Windows, um Azure Services zu nutzen"
editor=""
manager="timlt"
documentationCenter=""
authors="dlepow"
services=""
tags="azure-resource-m... | 53.716981 | 451 | 0.782695 | deu_Latn | 0.978642 |
e15fb72e298d15e0ea9b3b4cdded2db08b2464ad | 2,672 | md | Markdown | docs/csharp/language-reference/compiler-options/target-winexe-compiler-option.md | vitorm04/docs.pt-br | 29d9e04ecafef24affa2cdffcc91df81c19784fe | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/csharp/language-reference/compiler-options/target-winexe-compiler-option.md | vitorm04/docs.pt-br | 29d9e04ecafef24affa2cdffcc91df81c19784fe | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/csharp/language-reference/compiler-options/target-winexe-compiler-option.md | vitorm04/docs.pt-br | 29d9e04ecafef24affa2cdffcc91df81c19784fe | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
description: -target:winexe (opções do compilador C#)
title: -target:winexe (opções do compilador C#)
ms.date: 07/20/2015
f1_keywords:
- /target:winexe
helpviewer_keywords:
- /target compiler options [C#], /target:winexe
- -target compiler options [C#], /target:winexe
- target compiler options [C#], /target:winexe
... | 42.412698 | 284 | 0.730913 | por_Latn | 0.985137 |
e15fc88749f8d408fc72951ec2a11eca51fb44b5 | 32,252 | md | Markdown | docs/CHANGELOG.md | jtylek/EpesiCRM | 1978c461b5decffc199d0d6ad108da84b35e0982 | [
"Unlicense"
] | 14 | 2021-02-08T16:02:36.000Z | 2022-03-18T10:38:29.000Z | docs/CHANGELOG.md | Epesi-Team/epesi | ae448b9803d5415e6bcba3dfe23d9e6db87f9ca0 | [
"Unlicense"
] | 4 | 2020-01-09T21:50:26.000Z | 2020-11-04T11:28:46.000Z | docs/CHANGELOG.md | jtylek/epesi | 1978c461b5decffc199d0d6ad108da84b35e0982 | [
"Unlicense"
] | 8 | 2020-01-22T05:28:47.000Z | 2020-08-12T20:09:25.000Z | EPESI CHANGELOG
===============
(Dev) means that this change is significant only for developers.
RELEASE 1.8.2-20180413
----------------------
### Fixed
- Error: "Undefined index: name" in dashboard
- BBcode display
- watchdog applet caused epesi error
### Feature
- Double clock
- HTML5 Notification
- rebuild:all c... | 41.994792 | 172 | 0.774061 | eng_Latn | 0.961848 |
e16085c45e75ad35c91994a12a1ffde1c3ada24a | 6,049 | md | Markdown | Vitae/VH/47.md | alfonsodepalencia/alfonsodepalencia.github.io | 13bd39b3ae941809940d740274c58fd6e2501d56 | [
"MIT"
] | null | null | null | Vitae/VH/47.md | alfonsodepalencia/alfonsodepalencia.github.io | 13bd39b3ae941809940d740274c58fd6e2501d56 | [
"MIT"
] | null | null | null | Vitae/VH/47.md | alfonsodepalencia/alfonsodepalencia.github.io | 13bd39b3ae941809940d740274c58fd6e2501d56 | [
"MIT"
] | null | null | null | ---
layout: edition
titulo: Vida de Hanníbal
permalink: /Vitae/VH/47
paginas: <li><a href="1.html">1</a></li><li><a href="2.html">2</a></li><li><a href="3.html">3</a></li><li><a href="4.html">4</a></li><li><a href="5.html">5</a></li><li><a href="6.html">6</a></li><li><a href="7.html">7</a></li><li><a href="8.html">8</a... | 155.102564 | 3,159 | 0.615308 | yue_Hant | 0.531268 |
e160e6bdc9a374937e743e58f58f86852511d423 | 501 | md | Markdown | routing-hands-on/02/01_hands-on/README.md | Paalchrb/golang-web | 53bffcf8273aefbfbd73d8809037b96b0b6eb5fb | [
"MIT"
] | 33 | 2021-01-05T06:34:47.000Z | 2022-03-30T09:48:52.000Z | routing-hands-on/02/01_hands-on/README.md | Paalchrb/golang-web | 53bffcf8273aefbfbd73d8809037b96b0b6eb5fb | [
"MIT"
] | null | null | null | routing-hands-on/02/01_hands-on/README.md | Paalchrb/golang-web | 53bffcf8273aefbfbd73d8809037b96b0b6eb5fb | [
"MIT"
] | 10 | 2021-04-20T18:55:56.000Z | 2022-03-05T07:27:02.000Z | # Create a basic server using TCP.
The server should use net.Listen to listen on port 8080.
Remember to close the listener using defer.
Remember that from the "net" package you first need to LISTEN, then you need to ACCEPT an incoming connection.
Now write a response back on the connection.
Use io.WriteString to... | 33.4 | 110 | 0.778443 | eng_Latn | 0.999532 |
e161a6d84e5560b7a97177fae9fef6c70e269893 | 118 | md | Markdown | README.md | ace03uec/build-raft | b294871d7e6121a6bc6dc9703fc132e26a941172 | [
"MIT"
] | null | null | null | README.md | ace03uec/build-raft | b294871d7e6121a6bc6dc9703fc132e26a941172 | [
"MIT"
] | null | null | null | README.md | ace03uec/build-raft | b294871d7e6121a6bc6dc9703fc132e26a941172 | [
"MIT"
] | null | null | null | # build-raft
Trying to build the raft paper. Expected to build out a few samples before implementing the paper as is.
| 39.333333 | 104 | 0.788136 | eng_Latn | 0.999846 |
e161f58f5cda2b27d2a2117e5cd5837408816a4d | 952 | md | Markdown | docs/introduction/aPage.md | BSafes-Help/BSafes-Help.github.io | fe9d49f7a586a71baeb330f94771a7142613a688 | [
"MIT"
] | null | null | null | docs/introduction/aPage.md | BSafes-Help/BSafes-Help.github.io | fe9d49f7a586a71baeb330f94771a7142613a688 | [
"MIT"
] | 1 | 2021-05-11T16:29:52.000Z | 2021-05-11T16:29:52.000Z | docs/introduction/aPage.md | BSafes-Help/BSafes-Help.github.io | fe9d49f7a586a71baeb330f94771a7142613a688 | [
"MIT"
] | null | null | null | ---
layout: page
title: A Page
parent: Introduction
nav_order: 10
---
# A Page
{: .no_toc }
## Table of contents
{: .no_toc .text-delta }
1. TOC
{:toc}
---
## A sample page

On a page, you could have tags, title, content, photo gallery, file attachments, and comm... | 30.709677 | 377 | 0.742647 | eng_Latn | 0.99268 |
e16225fe8813e032e300dd31f99f9ef1a4b46582 | 652 | md | Markdown | README.md | Lucker25/MMM-SonosController | ff3c1c28b4e3e1e11e1a7ebdafa44d0a1e0385bb | [
"MIT"
] | null | null | null | README.md | Lucker25/MMM-SonosController | ff3c1c28b4e3e1e11e1a7ebdafa44d0a1e0385bb | [
"MIT"
] | null | null | null | README.md | Lucker25/MMM-SonosController | ff3c1c28b4e3e1e11e1a7ebdafa44d0a1e0385bb | [
"MIT"
] | null | null | null | {
module: "MMM-SonosController",
header: "SONOS",
position: "top_right",
config:{
showFavorites: true, //shows favorites, or doesn´t
}
},
Sonos Controller is based on the MMM-Sonos Mpdule of tbouron (https://github.com/tbouron/MMM-Sonos). The NodeHelper has been edited a little bit, the MMM-SonosController is comple... | 32.6 | 187 | 0.773006 | eng_Latn | 0.98642 |
e1638315ce7f01ee189dd490c3ecdc5a5fe7e057 | 885 | md | Markdown | _posts/2011-04-21-document-management-system.md | BlogToolshed50/wellnessmanager.info | 1fe9abf2247ee71f84e83dde192888813364ebb8 | [
"CC-BY-4.0"
] | null | null | null | _posts/2011-04-21-document-management-system.md | BlogToolshed50/wellnessmanager.info | 1fe9abf2247ee71f84e83dde192888813364ebb8 | [
"CC-BY-4.0"
] | null | null | null | _posts/2011-04-21-document-management-system.md | BlogToolshed50/wellnessmanager.info | 1fe9abf2247ee71f84e83dde192888813364ebb8 | [
"CC-BY-4.0"
] | null | null | null | ---
id: 101
title: Document Management System
date: 2011-04-21T13:26:15+00:00
author: admin
layout: post
guid: http://www.wellnessmanager.info/2011/04/21/document-management-system/
permalink: /2011/04/21/document-management-system/
categories:
- General
---
As a business owner, you want to secure your business docum... | 73.75 | 624 | 0.79774 | eng_Latn | 0.996801 |
e16428ab51905cd773c688770dfc7e97e36f89b4 | 30 | md | Markdown | README.md | Mohinesh27/timepass | d837358f54682ce2d7477d480f39bc7d8484d5bf | [
"MIT"
] | null | null | null | README.md | Mohinesh27/timepass | d837358f54682ce2d7477d480f39bc7d8484d5bf | [
"MIT"
] | null | null | null | README.md | Mohinesh27/timepass | d837358f54682ce2d7477d480f39bc7d8484d5bf | [
"MIT"
] | null | null | null | # timepass
Ionic Test Project
| 10 | 18 | 0.8 | eng_Latn | 0.495256 |
e164c21a8dbaa951da15b92a82dbc31a3a40e3bb | 8,675 | md | Markdown | vendor/acquia/blt/readme/testing.md | dragos-dumi/mysite-artifact | 07f77b16aa3ee8d8dc1b159ac66b91e17af6f4df | [
"Apache-2.0"
] | 1 | 2019-01-18T01:18:33.000Z | 2019-01-18T01:18:33.000Z | vendor/acquia/blt/readme/testing.md | dragos-dumi/mysite-artifact | 07f77b16aa3ee8d8dc1b159ac66b91e17af6f4df | [
"Apache-2.0"
] | null | null | null | vendor/acquia/blt/readme/testing.md | dragos-dumi/mysite-artifact | 07f77b16aa3ee8d8dc1b159ac66b91e17af6f4df | [
"Apache-2.0"
] | null | null | null | # Testing
Software testing has been around for decades, and it has been proven to provide many crucial benefits, including:
* Reduce the number of bugs and regressions
* Increase project velocity (in the long run)
* Improves accuracy of scheduling estimates
* Saves time and money
* Increase user trust and satisfa... | 44.948187 | 333 | 0.769222 | eng_Latn | 0.993491 |
e1656f12d4152b285e5e73f3f1acef399b83b30a | 8,828 | md | Markdown | health/nutrition/nutrition.md | cthoyt/knowledge | 955955aefb92c95af8d9937d68a7bebcb0333057 | [
"CC-BY-4.0"
] | null | null | null | health/nutrition/nutrition.md | cthoyt/knowledge | 955955aefb92c95af8d9937d68a7bebcb0333057 | [
"CC-BY-4.0"
] | null | null | null | health/nutrition/nutrition.md | cthoyt/knowledge | 955955aefb92c95af8d9937d68a7bebcb0333057 | [
"CC-BY-4.0"
] | null | null | null | # Nutrition
[This book](https://www.goodreads.com/book/show/25663961-how-not-to-die) contains all the evidence needed to prove that a whole food, plant based diet is the best thing you can do to mitigate diseases and living a healthy life. The author also has a [website](https://nutritionfacts.org) where he blogs abou... | 131.761194 | 591 | 0.786248 | eng_Latn | 0.950397 |
e165998bcd100218e710ca3e3486440e2b863ed2 | 6,246 | md | Markdown | treebanks/grc_proiel/grc_proiel-dep-advmod.md | emmettstr/docs | 2d0376d6e07f3ffa828f6152d12cf260a530c64d | [
"Apache-2.0"
] | 204 | 2015-01-20T16:36:39.000Z | 2022-03-28T00:49:51.000Z | treebanks/grc_proiel/grc_proiel-dep-advmod.md | emmettstr/docs | 2d0376d6e07f3ffa828f6152d12cf260a530c64d | [
"Apache-2.0"
] | 654 | 2015-01-02T17:06:29.000Z | 2022-03-31T18:23:34.000Z | treebanks/grc_proiel/grc_proiel-dep-advmod.md | emmettstr/docs | 2d0376d6e07f3ffa828f6152d12cf260a530c64d | [
"Apache-2.0"
] | 200 | 2015-01-16T22:07:02.000Z | 2022-03-25T11:35:28.000Z | ---
layout: base
title: 'Statistics of advmod in UD_Ancient_Greek-PROIEL'
udver: '2'
---
## Treebank Statistics: UD_Ancient_Greek-PROIEL: Relations: `advmod`
This relation is universal.
12089 nodes (6%) are attached to their parents as `advmod`.
9780 instances of `advmod` (81%) are right-to-left (child precedes pa... | 78.075 | 2,921 | 0.700608 | yue_Hant | 0.744578 |
e16682b75c3f193665b0007fa63099784b5556e7 | 1,651 | md | Markdown | CONTRIBUTING.md | Praqma/Praqmatic-Automated-Changelog | 128f4863df99026c928f2f6a006ec9d9d5925c6b | [
"MIT"
] | 20 | 2016-04-06T09:19:10.000Z | 2021-05-02T11:46:57.000Z | CONTRIBUTING.md | Praqma/Praqmatic-Automated-Changelog | 128f4863df99026c928f2f6a006ec9d9d5925c6b | [
"MIT"
] | 123 | 2016-01-24T21:44:03.000Z | 2021-10-01T11:36:38.000Z | CONTRIBUTING.md | Praqma/Praqmatic-Automated-Changelog | 128f4863df99026c928f2f6a006ec9d9d5925c6b | [
"MIT"
] | 10 | 2015-05-12T13:25:35.000Z | 2020-08-27T18:40:48.000Z | # Contributing
* Simple factual changes, typos, wording etc. can be done using pull requests without any further planning.
* You're also welcome to use Github Pull Request as a collaboration request, for just sharing thoughts etc. Please file proper description then when opening the PR.
## Conceptual and larger chan... | 33.693878 | 164 | 0.783162 | eng_Latn | 0.997546 |
e166c13ef3b437dc62a18ba814d2b34749dc47fe | 711 | md | Markdown | docs/api/@remirror/core-extensions/core-extensions.bulletlistextension.md | fullstackio/remirror | 4508a47a5f95d31444fb14f5a9907b902a5c1f36 | [
"MIT"
] | 1 | 2021-05-22T06:22:01.000Z | 2021-05-22T06:22:01.000Z | docs/api/@remirror/core-extensions/core-extensions.bulletlistextension.md | fullstackio/remirror | 4508a47a5f95d31444fb14f5a9907b902a5c1f36 | [
"MIT"
] | null | null | null | docs/api/@remirror/core-extensions/core-extensions.bulletlistextension.md | fullstackio/remirror | 4508a47a5f95d31444fb14f5a9907b902a5c1f36 | [
"MIT"
] | null | null | null | <!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@remirror/core-extensions](./core-extensions.md) > [BulletListExtension](./core-extensions.bulletlistextension.md)
## BulletListExtension class
<b>Signature:</b>
```typescript
export declare class B... | 33.857143 | 143 | 0.66526 | yue_Hant | 0.319095 |
e166fc6e395122639cd1244e68b31c401f551b37 | 11,430 | md | Markdown | _posts/web-development/javascript/2019-07-30-js-async-await.md | joshua1988/joshua1988.github.io | c3464b05b196182dc542ee3b6d45b0b44ff24aab | [
"MIT"
] | 31 | 2017-08-14T07:37:58.000Z | 2022-03-07T00:32:17.000Z | _posts/web-development/javascript/2019-07-30-js-async-await.md | joshua1988/joshua1988.github.io | c3464b05b196182dc542ee3b6d45b0b44ff24aab | [
"MIT"
] | 3 | 2017-06-05T11:09:37.000Z | 2022-03-22T00:08:35.000Z | _posts/web-development/javascript/2019-07-30-js-async-await.md | joshua1988/joshua1988.github.io | c3464b05b196182dc542ee3b6d45b0b44ff24aab | [
"MIT"
] | 33 | 2017-08-14T06:55:30.000Z | 2022-03-21T23:51:35.000Z | ---
layout: article
title: "자바스크립트 async와 await"
date: 2019-07-30 11:59:13 +0900
categories: [web-development, javascript]
excerpt: "(중급) 자바스크립트 개발자를 위한 async, await 사용법 설명. 쉽게 알아보는 자바스크립트 async await 개념, 사용법, 예제 코드, 예외 처리 방법"
image:
teaser: posts/web/javascript/async-await.png
credit: Hackernoon #name of the perso... | 30.48 | 282 | 0.694401 | kor_Hang | 0.99999 |
e167c9938efa618ba49f312cfb5831ef7b3ce08e | 20 | md | Markdown | README.md | SevcanAlkan/CSharp-OpenGL-Demo | 2604c7f5061d519b00810bccd7208ce6a157179c | [
"MIT"
] | null | null | null | README.md | SevcanAlkan/CSharp-OpenGL-Demo | 2604c7f5061d519b00810bccd7208ce6a157179c | [
"MIT"
] | null | null | null | README.md | SevcanAlkan/CSharp-OpenGL-Demo | 2604c7f5061d519b00810bccd7208ce6a157179c | [
"MIT"
] | null | null | null | # CSharp-OpenGL-Demo | 20 | 20 | 0.8 | kor_Hang | 0.713635 |
e167d8ca36f9d1f27cdc1fdf7fdad40e26bcb5e4 | 164 | md | Markdown | Packs/CommonTypes/ReleaseNotes/3_2_4.md | cstone112/content | 7f039931b8cfc20e89df52d895440b7321149a0d | [
"MIT"
] | 2 | 2021-12-06T21:38:24.000Z | 2022-01-13T08:23:36.000Z | Packs/CommonTypes/ReleaseNotes/3_2_4.md | cstone112/content | 7f039931b8cfc20e89df52d895440b7321149a0d | [
"MIT"
] | 87 | 2022-02-23T12:10:53.000Z | 2022-03-31T11:29:05.000Z | Packs/CommonTypes/ReleaseNotes/3_2_4.md | cstone112/content | 7f039931b8cfc20e89df52d895440b7321149a0d | [
"MIT"
] | 2 | 2022-01-05T15:27:01.000Z | 2022-02-01T19:27:43.000Z |
#### Incident Fields
Added xsoar marketplace for these fields:
- **Dst Ports**
- **Process Path**
- **SHA256**
- **Src Ports**
- **Alert Action**
- **Source IPs**
| 16.4 | 41 | 0.621951 | eng_Latn | 0.437957 |
e167e22fd07dd9a56d37eab7b0f3e085fb3b3631 | 2,978 | md | Markdown | docs/t-sql/functions/connections-transact-sql.md | thiagoamc/sql-docs.pt-br | 32e5d2a16f76e552e93b54b343566cd3a326b929 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/t-sql/functions/connections-transact-sql.md | thiagoamc/sql-docs.pt-br | 32e5d2a16f76e552e93b54b343566cd3a326b929 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/t-sql/functions/connections-transact-sql.md | thiagoamc/sql-docs.pt-br | 32e5d2a16f76e552e93b54b343566cd3a326b929 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: '@@CONNECTIONS (Transact-SQL) | Microsoft Docs'
ms.custom:
ms.date: 09/18/2017
ms.prod: sql-non-specified
ms.prod_service: sql-database
ms.service:
ms.component: t-sql|functions
ms.reviewer:
ms.suite: sql
ms.technology:
- database-engine
ms.tgt_pltfrm:
ms.topic: language-reference
f1_keyword... | 35.879518 | 222 | 0.718939 | por_Latn | 0.490951 |
e16819e24d7b3f8747083bf6d52900d8652850a6 | 161 | md | Markdown | README.md | chriswmann/rr-lon-stock-price-gru | 74f3bf057c592573c5affaf8794ea94a6edb6d7d | [
"MIT"
] | null | null | null | README.md | chriswmann/rr-lon-stock-price-gru | 74f3bf057c592573c5affaf8794ea94a6edb6d7d | [
"MIT"
] | null | null | null | README.md | chriswmann/rr-lon-stock-price-gru | 74f3bf057c592573c5affaf8794ea94a6edb6d7d | [
"MIT"
] | null | null | null | # RR Stock Price GRU
A recurrent gated unit network which attempts (poorly) to defy the efficient market hypothesis and predict the price of Rolls-Royce shares.
| 53.666667 | 139 | 0.807453 | eng_Latn | 0.993508 |
e16874e4db8bbf3e6eed0f5ab6b643cbd3ac6ff2 | 875 | md | Markdown | README.md | douglasramos/handwritten-digits-detection | 4ea3175479e2258527c533d927d27cd27d1aea4b | [
"MIT"
] | null | null | null | README.md | douglasramos/handwritten-digits-detection | 4ea3175479e2258527c533d927d27cd27d1aea4b | [
"MIT"
] | null | null | null | README.md | douglasramos/handwritten-digits-detection | 4ea3175479e2258527c533d927d27cd27d1aea4b | [
"MIT"
] | null | null | null | # Project
This project, still in development, is based on the scripts (Python 2) made in the book **neuralnetworksanddeeplearning.com** by **Michael Nielsen**, and also on the **Michael Daniel Dobrzanski**'s scripts, that is the same as the book by in Python 3. The aim of this project is to reproduce and evolve what w... | 36.458333 | 467 | 0.774857 | eng_Latn | 0.999674 |
e168b8360a42f15e28fd6244fade1a6c5440cb84 | 8,407 | md | Markdown | bigquery-wordcount/README.md | RajeshThallam/spark-on-k8s-gcp-examples | e5c20182e04d158fb6f6367cdd6a78437748e8f3 | [
"Apache-2.0"
] | 38 | 2018-01-13T14:58:13.000Z | 2022-01-28T20:41:13.000Z | bigquery-wordcount/README.md | RajeshThallam/spark-on-k8s-gcp-examples | e5c20182e04d158fb6f6367cdd6a78437748e8f3 | [
"Apache-2.0"
] | null | null | null | bigquery-wordcount/README.md | RajeshThallam/spark-on-k8s-gcp-examples | e5c20182e04d158fb6f6367cdd6a78437748e8f3 | [
"Apache-2.0"
] | 27 | 2018-01-13T14:57:47.000Z | 2022-03-29T23:06:12.000Z | # Spark Word Count using BigQuery and Google Cloud Storage
This package contains two variants of a Spark word count example, namely, `BigQueryWordCountToGCS` and `BigQueryWordCountToBigQuery`. Both variants use the [BigQuery](https://cloud.google.com/dataproc/docs/connectors/bigquery) and [GCS](https://cloud.google.co... | 82.421569 | 1,003 | 0.779826 | eng_Latn | 0.979389 |
e169209145356cc74bd5bb456d994c45869927c6 | 2,309 | md | Markdown | README.md | sinneb/pyo-patcher | 764e2a55642520a1e9186976af718cbf86f2d8d5 | [
"MIT"
] | 5 | 2019-02-17T09:25:42.000Z | 2021-11-15T10:07:13.000Z | README.md | sinneb/pyo-patcher | 764e2a55642520a1e9186976af718cbf86f2d8d5 | [
"MIT"
] | null | null | null | README.md | sinneb/pyo-patcher | 764e2a55642520a1e9186976af718cbf86f2d8d5 | [
"MIT"
] | null | null | null | # pyo-patcher

Checkout the [wiki](https://github.com/sinneb/pyo-patcher/wiki/Welcome-to-the-pyo-patcher-wiki) for step by step usage instructions
pyo-patcher is a visual programming environment to create [pyo](http://ajaxsoundstudio.com/software/pyo/) DSP scr... | 100.391304 | 701 | 0.77003 | eng_Latn | 0.987522 |
e16971c33106aa639f91f04722aef0abb97f0997 | 1,087 | md | Markdown | documentation/dataModel.AutonomousMobileRobot/Material/doc/spec.md | Dalma-Systems/broker | 07b3f1c2fddc9a4b2e0e731548bd61c5e9bbb67e | [
"MIT"
] | null | null | null | documentation/dataModel.AutonomousMobileRobot/Material/doc/spec.md | Dalma-Systems/broker | 07b3f1c2fddc9a4b2e0e731548bd61c5e9bbb67e | [
"MIT"
] | null | null | null | documentation/dataModel.AutonomousMobileRobot/Material/doc/spec.md | Dalma-Systems/broker | 07b3f1c2fddc9a4b2e0e731548bd61c5e9bbb67e | [
"MIT"
] | null | null | null | Material:
- description: >
## Description
This entity contains a harmonised description of a Material. This entity
is associated with Warehouse entity.
- properties:
- batch:
- x-ngsi:
- type: "Property"
- model: "https://schema.org/Text"
- type: "string"
- des... | 28.605263 | 76 | 0.559338 | eng_Latn | 0.919367 |
e1697bd81590a5f8c71893b7e0207157d5b26e3a | 589 | md | Markdown | docs/api-reference/classes/Generic/GenericToString.md | stianol/crmscript | be1ad4f3a967aee2974e9dc7217255565980331e | [
"MIT"
] | null | null | null | docs/api-reference/classes/Generic/GenericToString.md | stianol/crmscript | be1ad4f3a967aee2974e9dc7217255565980331e | [
"MIT"
] | null | null | null | docs/api-reference/classes/Generic/GenericToString.md | stianol/crmscript | be1ad4f3a967aee2974e9dc7217255565980331e | [
"MIT"
] | null | null | null | ---
uid: crmscript_ref_Generic_GenericToString_Generic_generic
title: Generic.GenericToString(Generic generic)
intellisense: Generic.GenericToString
langref: 1
sortOrder: 130
keywords: GenericToString(Generic)
so.topic: reference
---
# Generic.GenericToString(Generic generic)
Explicit downcast from a generic to a Str... | 34.647059 | 213 | 0.79966 | eng_Latn | 0.90722 |
e169c661ae30a0630b274c5e8b181e4f6cfb558f | 2,539 | md | Markdown | README.md | google/prog-edu-assistant-quizzes | 6aa3744af39ed91eb9a7648f0d5ed7375c74ce20 | [
"CC-BY-4.0"
] | 4 | 2021-09-09T06:34:33.000Z | 2022-02-02T05:04:07.000Z | README.md | google/prog-edu-assistant-quizzes | 6aa3744af39ed91eb9a7648f0d5ed7375c74ce20 | [
"CC-BY-4.0"
] | null | null | null | README.md | google/prog-edu-assistant-quizzes | 6aa3744af39ed91eb9a7648f0d5ed7375c74ce20 | [
"CC-BY-4.0"
] | 3 | 2021-05-12T02:22:36.000Z | 2021-10-21T02:52:33.000Z | # Quizzes for Programming Education Assitant
This repository contains quizzes for a project of
[programming education assistant tools](https://github.com/google/prog-edu-assistant).
The tools can add autograding capability to Python programming courses using
Jupyter or Colab notebooks. Note that this repository only ... | 33.853333 | 162 | 0.779835 | eng_Latn | 0.992134 |
e16a341c75dcda9fb752bb1d9813ad5110d28a0a | 6,394 | md | Markdown | docs/framework/wcf/extending/specifying-a-custom-crypto-algorithm.md | mattia-lunardi/docs.it-it | b9909895e77ae22ac89a7cc8dc6ea289e49ce0b3 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/framework/wcf/extending/specifying-a-custom-crypto-algorithm.md | mattia-lunardi/docs.it-it | b9909895e77ae22ac89a7cc8dc6ea289e49ce0b3 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/framework/wcf/extending/specifying-a-custom-crypto-algorithm.md | mattia-lunardi/docs.it-it | b9909895e77ae22ac89a7cc8dc6ea289e49ce0b3 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Specifica di un algoritmo di crittografia personalizzato
ms.date: 03/30/2017
ms.assetid: d662a305-8e09-451d-9a59-b0f12b012f1d
ms.openlocfilehash: 5c7bddb7e6e1696ea1cb4f8359e34a51a89fce40
ms.sourcegitcommit: 6b308cf6d627d78ee36dbbae8972a310ac7fd6c8
ms.translationtype: MT
ms.contentlocale: it-IT
ms.lasthandoff... | 48.075188 | 487 | 0.707382 | ita_Latn | 0.7425 |
e16ac8884066ee42207506ed0f54cbe2c29cf1be | 1,203 | md | Markdown | week10.md | CS395-BinX/CS395-BinX.github.io | fff0403fdb6cb1d4e6f5842989160e21eecb15e3 | [
"MIT"
] | 3 | 2022-01-01T18:36:53.000Z | 2022-01-28T20:17:04.000Z | week10.md | CS395-BinX/CS395-BinX.github.io | fff0403fdb6cb1d4e6f5842989160e21eecb15e3 | [
"MIT"
] | null | null | null | week10.md | CS395-BinX/CS395-BinX.github.io | fff0403fdb6cb1d4e6f5842989160e21eecb15e3 | [
"MIT"
] | 2 | 2021-12-29T21:28:29.000Z | 2021-12-30T12:18:40.000Z | # Week 10: Patching Binaries and Hooking
## Lecture Video 1
[](https://www.youtube.com/watch?v=rYrP3YoC_jE)
## Lecture Video 2
[](https://www.youtube.com/watch?v=3_48XNYh7oo)
Get the slides for both ... | 46.269231 | 360 | 0.758936 | eng_Latn | 0.860395 |
e16b76bad26c58e43ea69aa2ee4a63c8efa2e785 | 1,506 | md | Markdown | dynamicsax2012-technet/employeetimeregistrationworkflowhelper-breakfromwork-field-microsoft-dynamics-commerce-runtime-workflow.md | s0pach/DynamicsAX2012-technet | 8412306681e6b914ebcfad0a9ee05038474ef1e6 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2020-06-16T22:06:04.000Z | 2020-06-16T22:06:04.000Z | dynamicsax2012-technet/employeetimeregistrationworkflowhelper-breakfromwork-field-microsoft-dynamics-commerce-runtime-workflow.md | s0pach/DynamicsAX2012-technet | 8412306681e6b914ebcfad0a9ee05038474ef1e6 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | dynamicsax2012-technet/employeetimeregistrationworkflowhelper-breakfromwork-field-microsoft-dynamics-commerce-runtime-workflow.md | s0pach/DynamicsAX2012-technet | 8412306681e6b914ebcfad0a9ee05038474ef1e6 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: EmployeeTimeRegistrationWorkflowHelper.BreakFromWork Field (Microsoft.Dynamics.Commerce.Runtime.Workflow)
TOCTitle: BreakFromWork Field
ms:assetid: F:Microsoft.Dynamics.Commerce.Runtime.Workflow.EmployeeTimeRegistrationWorkflowHelper.BreakFromWork
ms:mtpsurl: https://technet.microsoft.com/library/microsoft.d... | 28.415094 | 156 | 0.820717 | yue_Hant | 0.794089 |
e16c4d5dcd30ca92bd93fd5aeaba4e36d3097b3d | 498 | md | Markdown | content/api/ng-common/common.clickoutsidedirective.clickoutsidecondition.md | ressurectit/ressurectit.github.io | 09ed543e50e9b35594333afe6e98d79687849b04 | [
"MIT"
] | null | null | null | content/api/ng-common/common.clickoutsidedirective.clickoutsidecondition.md | ressurectit/ressurectit.github.io | 09ed543e50e9b35594333afe6e98d79687849b04 | [
"MIT"
] | null | null | null | content/api/ng-common/common.clickoutsidedirective.clickoutsidecondition.md | ressurectit/ressurectit.github.io | 09ed543e50e9b35594333afe6e98d79687849b04 | [
"MIT"
] | null | null | null | <!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@anglr/common](./common.md) > [ClickOutsideDirective](./common.clickoutsidedirective.md) > [clickOutsideCondition](./common.clickoutsidedirective.clickoutsidecondition.md)
## ClickOutsideDirective.click... | 35.571429 | 203 | 0.753012 | eng_Latn | 0.962645 |
e16c4f3956a78cc32c42bcdfe16006b8a9815290 | 2,419 | md | Markdown | posts/2018-02-23.md | ab22375/mb-blog | 0de45cf0d8b2f3f581fa2bd5d2e998bf36f36412 | [
"MIT"
] | null | null | null | posts/2018-02-23.md | ab22375/mb-blog | 0de45cf0d8b2f3f581fa2bd5d2e998bf36f36412 | [
"MIT"
] | null | null | null | posts/2018-02-23.md | ab22375/mb-blog | 0de45cf0d8b2f3f581fa2bd5d2e998bf36f36412 | [
"MIT"
] | 1 | 2021-03-17T02:19:05.000Z | 2021-03-17T02:19:05.000Z | ---
title: MB 高性能ツインヘッダー
date: '2018-02-23'
img: ../img/posts/2018-02-23/MB-R800-Komatsu-PC200-Bolivia-rocks-granite-2-_640x400.jpg
img_w: 640
img_h: 400
dsc: MB-R800 ボリビア 標高4000m の都市にて
original: https://www.mbcrusher.com/ja/jp/%E3%81%8A%E7%9F%A5%E3%82%89%E3%81%9B/news/mb-%E9%AB%98%E6%80%A7%E8%83%BD%E3%83%84%E3%82%A4%... | 35.573529 | 219 | 0.784208 | yue_Hant | 0.332809 |
e16cd2b2ceed5f3e25e126103ef07e6d46d928a0 | 15,352 | md | Markdown | docs/visual-basic/programming-guide/com-interop/troubleshooting-interoperability.md | Youssef1313/docs.it-it | 15072ece39fae71ee94a8b9365b02b550e68e407 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/visual-basic/programming-guide/com-interop/troubleshooting-interoperability.md | Youssef1313/docs.it-it | 15072ece39fae71ee94a8b9365b02b550e68e407 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/visual-basic/programming-guide/com-interop/troubleshooting-interoperability.md | Youssef1313/docs.it-it | 15072ece39fae71ee94a8b9365b02b550e68e407 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Risoluzione dei problemi relativi all'interoperabilità
ms.date: 07/20/2015
helpviewer_keywords:
- interop, deploying assemblies
- assemblies [Visual Basic]
- interop, installing assemblies that share components
- COM objects, troubleshooting
- interop, sharing components
- troubleshooting interoperability [V... | 111.246377 | 707 | 0.803348 | ita_Latn | 0.998876 |
e16e8a2790c0098083fc36eee3013c28b0200f8a | 1,429 | md | Markdown | configs/yolof/README.md | Brym-Gyimah/mmdetection | d5d749afe57c77e2ec4500395faed3566fdfedae | [
"Apache-2.0"
] | 314 | 2020-06-26T20:41:19.000Z | 2022-03-30T06:05:47.000Z | configs/yolof/README.md | Joker-co/mmdet_pro | 96abfd90cf0e38c5ce398795f949e9328eb85c1b | [
"Apache-2.0"
] | 48 | 2021-07-06T07:17:12.000Z | 2022-03-14T11:38:36.000Z | configs/yolof/README.md | Joker-co/mmdet_pro | 96abfd90cf0e38c5ce398795f949e9328eb85c1b | [
"Apache-2.0"
] | 54 | 2021-07-07T08:40:49.000Z | 2022-03-16T05:02:35.000Z | # You Only Look One-level Feature
## Introduction
<!-- [ALGORITHM] -->
```
@inproceedings{chen2021you,
title={You Only Look One-level Feature},
author={Chen, Qiang and Wang, Yingming and Yang, Tong and Zhang, Xiangyu and Cheng, Jian and Sun, Jian},
booktitle={IEEE Conference on Computer Vision and Pattern Reco... | 54.961538 | 458 | 0.69909 | eng_Latn | 0.762816 |
e16efd5f8269b2e6fe3dccca45db1e306db28cbe | 7,549 | md | Markdown | _posts/2021-08-02-Libraries-Qs.md | charlo66609/CompPhys | a28ad04f44e314adf238d4ea9dc8d73af4bce2ce | [
"CC-BY-4.0"
] | null | null | null | _posts/2021-08-02-Libraries-Qs.md | charlo66609/CompPhys | a28ad04f44e314adf238d4ea9dc8d73af4bce2ce | [
"CC-BY-4.0"
] | 17 | 2021-10-06T08:11:43.000Z | 2021-11-24T13:46:08.000Z | _posts/2021-08-02-Libraries-Qs.md | charlo66609/CompPhys | a28ad04f44e314adf238d4ea9dc8d73af4bce2ce | [
"CC-BY-4.0"
] | 1 | 2021-11-03T10:11:28.000Z | 2021-11-03T10:11:28.000Z | ---
toc: false
layout: post
title: Libraries - quick test
hide: true
---
## Exploring the Math Module
1. What function from the `math` module can you use to calculate a square root
*without* using `sqrt`?
2. Since the library contains this function, why does `sqrt` exist?
{::options parse_block_html="true" /}
<... | 24.832237 | 105 | 0.724599 | eng_Latn | 0.988018 |
e16f2094c07f85ceb49fe0135e1b200a40962003 | 3,607 | md | Markdown | desktop-src/WmiSdk/swbemdatetime-setfiletime.md | Lectem/win32 | 03fb201e1ea36e353c335ff063ed993fb5993e61 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | desktop-src/WmiSdk/swbemdatetime-setfiletime.md | Lectem/win32 | 03fb201e1ea36e353c335ff063ed993fb5993e61 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | desktop-src/WmiSdk/swbemdatetime-setfiletime.md | Lectem/win32 | 03fb201e1ea36e353c335ff063ed993fb5993e61 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
Description: Converts a date in the string FILETIME format to the CIM datetime format.
ms.assetid: e375afda-5e94-46d6-b1ac-e801e0f4a620
ms.tgt_platform: multiple
title: SWbemDateTime.SetFileTime method (Wbemdisp.h)
ms.topic: reference
ms.date: 05/31/2018
topic_type:
- APIRef
- kbSyntax
api_name:
- SWbemDateTime.S... | 31.365217 | 359 | 0.622955 | eng_Latn | 0.560747 |
e16f9beb11b1b3de7f8d8f9c80fd550552c8236e | 11,184 | md | Markdown | README.md | textcreationpartnership/A34255 | 327b766aed8cdde720f73d6ac9c9db1c60e46e0d | [
"CC0-1.0"
] | null | null | null | README.md | textcreationpartnership/A34255 | 327b766aed8cdde720f73d6ac9c9db1c60e46e0d | [
"CC0-1.0"
] | null | null | null | README.md | textcreationpartnership/A34255 | 327b766aed8cdde720f73d6ac9c9db1c60e46e0d | [
"CC0-1.0"
] | null | null | null | #A Confession of faith put forth by the elders and brethren of many congregations of Christians (baptized upon profession of their faith) in London and the country.#
A Confession of faith put forth by the elders and brethren of many congregations of Christians (baptized upon profession of their faith) in London and the... | 35.392405 | 2,672 | 0.599607 | yue_Hant | 0.424389 |
e16fc590675e0f41ad3b8841ef51fb7cccbb5287 | 3,069 | md | Markdown | dynamicsax2012-technet/create-a-request-for-quotation-from-a-purchase-requisition.md | MicrosoftDocs/DynamicsAX2012-technet | 4e3ffe40810e1b46742cdb19d1e90cf2c94a3662 | [
"CC-BY-4.0",
"MIT"
] | 9 | 2019-01-16T13:55:51.000Z | 2021-11-04T20:39:31.000Z | dynamicsax2012-technet/create-a-request-for-quotation-from-a-purchase-requisition.md | MicrosoftDocs/DynamicsAX2012-technet | 4e3ffe40810e1b46742cdb19d1e90cf2c94a3662 | [
"CC-BY-4.0",
"MIT"
] | 265 | 2018-08-07T18:36:16.000Z | 2021-11-10T07:15:20.000Z | dynamicsax2012-technet/create-a-request-for-quotation-from-a-purchase-requisition.md | MicrosoftDocs/DynamicsAX2012-technet | 4e3ffe40810e1b46742cdb19d1e90cf2c94a3662 | [
"CC-BY-4.0",
"MIT"
] | 32 | 2018-08-09T22:29:36.000Z | 2021-08-05T06:58:53.000Z | ---
title: Create a request for quotation from a purchase requisition
TOCTitle: Create a request for quotation from a purchase requisition
ms:assetid: 9691cc43-d2a7-481a-adc7-7623a8342c5d
ms:mtpsurl: https://technet.microsoft.com/library/Gg232234(v=AX.60)
ms:contentKeyID: 36058635
author: Khairunj
ms.date: 03/25/2015
m... | 34.1 | 253 | 0.766699 | eng_Latn | 0.977545 |
e170ae55e1f820bd40b27c061f8a55901c8b3ccb | 1,692 | md | Markdown | README.md | marvinlenk/pbs_qlist | 0644ba0a6a41f1aa5a1396e9d63c7c906ba6c81d | [
"BSD-2-Clause"
] | null | null | null | README.md | marvinlenk/pbs_qlist | 0644ba0a6a41f1aa5a1396e9d63c7c906ba6c81d | [
"BSD-2-Clause"
] | null | null | null | README.md | marvinlenk/pbs_qlist | 0644ba0a6a41f1aa5a1396e9d63c7c906ba6c81d | [
"BSD-2-Clause"
] | null | null | null | # pbs_qlist
A Uni-Bonn BAF-Cluster PBS qstat parser for Python3
Props to Oliver Evans and JLT for providing the basis of this program:
https://stackoverflow.com/questions/26104116/qstat-and-long-job-names
Takes the qstat -x output and parses it to a nicer and cleaner output.
Options are explained by qlist --help
How... | 40.285714 | 113 | 0.76182 | eng_Latn | 0.999342 |
e172a4fb763feacef4b9c4c984c59fe1806750d7 | 3,538 | md | Markdown | IntegrationTests/tests_04_performance/test_01_resources/README.md | MrLotU/swift-nio | f8fa6c9960d7a15e8600c81e796e0f845fd43d2e | [
"Apache-2.0"
] | 7,148 | 2018-03-01T05:30:05.000Z | 2022-03-31T15:52:05.000Z | IntegrationTests/tests_04_performance/test_01_resources/README.md | MrLotU/swift-nio | f8fa6c9960d7a15e8600c81e796e0f845fd43d2e | [
"Apache-2.0"
] | 1,433 | 2018-03-01T07:12:09.000Z | 2022-03-28T11:22:20.000Z | IntegrationTests/tests_04_performance/test_01_resources/README.md | MrLotU/swift-nio | f8fa6c9960d7a15e8600c81e796e0f845fd43d2e | [
"Apache-2.0"
] | 667 | 2018-03-01T05:39:16.000Z | 2022-03-26T10:41:49.000Z | # Allocation Counting Test
This briefly describes how the allocation counting test works.
## How does it work?
This is possibly the simplest implementation that counts memory allocations (`malloc` and friends) and frees (mostly `free`). It just maintains two atomic variables which count the number of mallocs and the... | 95.621622 | 673 | 0.782928 | eng_Latn | 0.999172 |
e172ab81e9d01f2cde4c21310be0c54cdb48e98a | 3,587 | md | Markdown | docs/help.md | MojixCoder/authx | 0bb6e70dd4e3c64eaa4e994d761ceb0e3a4f85c2 | [
"MIT"
] | null | null | null | docs/help.md | MojixCoder/authx | 0bb6e70dd4e3c64eaa4e994d761ceb0e3a4f85c2 | [
"MIT"
] | null | null | null | docs/help.md | MojixCoder/authx | 0bb6e70dd4e3c64eaa4e994d761ceb0e3a4f85c2 | [
"MIT"
] | null | null | null | # Help AuthX - Get Help 🦥
Do you like **AuthX**?
Would you like to help AuthX, other users, and the author?
Or would you like to get help with **AuthX**?
There are very simple ways to help (several involve just one or two clicks).
And there are several ways to get help too.
## Follow AuthX's Author
<a href="htt... | 42.702381 | 227 | 0.735712 | eng_Latn | 0.983598 |
e172e6ed923f1efadf2a5acde9ce00597d70625c | 6,441 | md | Markdown | data/blog/javascript-property.md | uglyduck1104/duck-s-study-blog | 7481cc3c3b5f45292e1de08528682d6f9f420813 | [
"MIT"
] | null | null | null | data/blog/javascript-property.md | uglyduck1104/duck-s-study-blog | 7481cc3c3b5f45292e1de08528682d6f9f420813 | [
"MIT"
] | 1 | 2022-03-30T00:18:36.000Z | 2022-03-30T00:18:36.000Z | data/blog/javascript-property.md | uglyduck1104/duck-s-study-blog | 7481cc3c3b5f45292e1de08528682d6f9f420813 | [
"MIT"
] | null | null | null | ---
title: 프로퍼티 어트리뷰트
date: '2022-05-16'
tags: ['javascript']
draft: false
summary: 자바스크립트 엔진은 프로퍼티를 생성할 때 프로퍼티의 상태를 나타내는 프로퍼티 어트리뷰트를 기본값으로 자동 정의함
layout: PostSimple
authors: ['default']
---
# 프로퍼티 어트리뷰트
## 프로퍼티 어트리뷰트와 디스크립터 객체
> 자바스크립트 엔진은 프로퍼티를 생성할 때 프로퍼티의 상태를 나타내는 프로퍼티 어트리뷰트를 기본값으로 자동 정의함
### 프로퍼티 어트리뷰트
- 자바스크립... | 35.585635 | 228 | 0.487191 | kor_Hang | 0.999988 |
e17348cda4cd8489bbd36e069fe333a4d1752353 | 4,043 | md | Markdown | node_modules/@storybook/ui/node_modules/telejson/README.md | rkuma238/React_UI | 75a2c01ff79256bb2782d8ad9f37ebdaa5eb0fe1 | [
"MIT"
] | 2 | 2016-09-17T20:20:45.000Z | 2018-04-14T06:07:48.000Z | node_modules/@storybook/ui/node_modules/telejson/README.md | rkuma238/React_UI | 75a2c01ff79256bb2782d8ad9f37ebdaa5eb0fe1 | [
"MIT"
] | 2 | 2018-01-25T16:38:09.000Z | 2018-01-25T16:40:32.000Z | node_modules/@storybook/ui/node_modules/telejson/README.md | rkuma238/React_UI | 75a2c01ff79256bb2782d8ad9f37ebdaa5eb0fe1 | [
"MIT"
] | null | null | null | # TeleJSON
A library for teleporting rich data to another place.
## Install
```sh
yarn add telejson
```
## What can it do, what can't it do:
`JSON.parse` & `JSON.stringify` have limitation by design, because there are no data formats for things like
- Date
- Function
- Class
- Symbol
- etc.
Also JSON doesn't sup... | 28.076389 | 309 | 0.730398 | eng_Latn | 0.996171 |
e173529fcbcb4751ab31b858d1832f7d8b3477d4 | 1,072 | md | Markdown | developers/api/methods/staking-related-methods/hmy_getstake.md | metronotes-testing/docs-developer | 9232844cb6fc75d68ab42069c433d29305f8b6fb | [
"MIT"
] | null | null | null | developers/api/methods/staking-related-methods/hmy_getstake.md | metronotes-testing/docs-developer | 9232844cb6fc75d68ab42069c433d29305f8b6fb | [
"MIT"
] | null | null | null | developers/api/methods/staking-related-methods/hmy_getstake.md | metronotes-testing/docs-developer | 9232844cb6fc75d68ab42069c433d29305f8b6fb | [
"MIT"
] | null | null | null | # hmy\_getStake
## API v1
### Parameters
1. `String` - validator one address \("one1..."\)
### Returns
* `String` - returns validators stake 0x format
### Sample Curl Request
```bash
curl -d '{
"id": "1",
"jsonrpc": "2.0",
"method": "hmy_getBalance",
"params": [
"one1z05g55zamqzfw9qs432n3... | 15.314286 | 70 | 0.58209 | kor_Hang | 0.239562 |
e17369209c70716273dc61ca9ca858df8e93b1cd | 385 | md | Markdown | examples/downhill-bike-physics-demo/README.md | GDevelopApp/GDevelop-examples | 14acafa79be1d116c30bb93c0a72bbf9c93571ff | [
"MIT"
] | 17 | 2021-05-31T22:02:27.000Z | 2022-03-09T03:34:36.000Z | examples/downhill-bike-physics-demo/README.md | GDevelopApp/GDevelop-examples | 14acafa79be1d116c30bb93c0a72bbf9c93571ff | [
"MIT"
] | 160 | 2021-06-01T22:48:08.000Z | 2022-03-30T23:54:29.000Z | examples/downhill-bike-physics-demo/README.md | GDevelopApp/GDevelop-examples | 14acafa79be1d116c30bb93c0a72bbf9c93571ff | [
"MIT"
] | 8 | 2021-06-01T07:40:09.000Z | 2021-09-23T04:09:15.000Z | Try to cross the finish line as fast as possible without falling over! And remember to pedal safe!
Starting with this template, use the Physics Engine to build an advanced simulation of a bike with a person pedaling on it! You will discover how to join objects, apply basic physics behaviors to your scene and change yo... | 96.25 | 284 | 0.805195 | eng_Latn | 0.999712 |
e17458ce0a421499acfc28f550dc01bec359a1a0 | 888 | md | Markdown | _posts/2018-05-23-minutes-template-representation.md | ga4gh-cp/ga4gh-cp.github.io | c9798b95d6ecca31c7b03d45cc682fe8228ea617 | [
"MIT"
] | null | null | null | _posts/2018-05-23-minutes-template-representation.md | ga4gh-cp/ga4gh-cp.github.io | c9798b95d6ecca31c7b03d45cc682fe8228ea617 | [
"MIT"
] | 3 | 2019-04-01T16:00:58.000Z | 2019-05-06T17:17:50.000Z | _posts/2018-05-23-minutes-template-representation.md | ga4gh-cp/ga4gh-cp.github.io | c9798b95d6ecca31c7b03d45cc682fe8228ea617 | [
"MIT"
] | 3 | 2018-05-29T13:35:54.000Z | 2019-11-07T16:26:30.000Z | ---
title: 'Representation Minutes Archive'
date: 2018-05-23
layout: default
author: mbaudis
permalink: /minutes-representation.html
category:
- representation
tags:
- featured
---
## GA4GH::CP {{ page.title }}
The (combined) current meeting minutes are published accessible through [here](https://docs.google.com... | 27.75 | 189 | 0.658784 | eng_Latn | 0.668178 |
e1746cd3f07a8bd120557f79cdf0b2b7d6b99f25 | 10,889 | md | Markdown | sourceCodeAnalysis/builtin-type/slice.md | DSZSN/Go-Notes | 4ae9c4e0893c9533070606e598145c30e12a6281 | [
"Apache-2.0"
] | 85 | 2019-01-09T09:30:36.000Z | 2021-12-29T23:32:15.000Z | sourceCodeAnalysis/builtin-type/slice.md | DSZSN/Go-Notes | 4ae9c4e0893c9533070606e598145c30e12a6281 | [
"Apache-2.0"
] | 2 | 2019-01-09T09:53:13.000Z | 2019-07-29T08:42:54.000Z | sourceCodeAnalysis/builtin-type/slice.md | DSZSN/Go-Notes | 4ae9c4e0893c9533070606e598145c30e12a6281 | [
"Apache-2.0"
] | 8 | 2019-01-03T10:42:19.000Z | 2021-05-28T13:42:22.000Z | # slice
slice类型是一个组合类型,它由头部和底层数组两部分组成。其中header包括ptr,len和cap三个字段,共24byte。ptr指向底层存储数据的字节数组,len表示slice元素数据长度,cap是ptr指向底层数组的长度。
## slice 类型
slice通常使用make(type, len, cap)进行创建。make是内置类型,分配并初始化一个类型的对象slice,其返回值为type类型。
使用make创建slice时,如果cap是一个常量表达式,make通常在goroutine stack上分配内存(无需进行内存回收)。如果make的大小分配太大,例如:常量(64*1024)或变量(i+1),那... | 24.037528 | 139 | 0.650381 | yue_Hant | 0.211289 |
e1754b7b25ebb9b93b8cbd13b538142db9f7772e | 122 | md | Markdown | README.md | viking-sudo-rm/personal-website | a3e3538702423e8c048b14a3a131db5a1a0bc97f | [
"MIT"
] | null | null | null | README.md | viking-sudo-rm/personal-website | a3e3538702423e8c048b14a3a131db5a1a0bc97f | [
"MIT"
] | null | null | null | README.md | viking-sudo-rm/personal-website | a3e3538702423e8c048b14a3a131db5a1a0bc97f | [
"MIT"
] | null | null | null | My personal website, built using the [Academic](https://sourcethemes.com/academic/) theme for [Hugo](https://gohugo.io/).
| 61 | 121 | 0.745902 | eng_Latn | 0.53624 |
e176075c9fbafa41b0fae5976984464bc058f228 | 29 | md | Markdown | README.md | Sly-Ry/pizza-hunt | 86fcfc51f1332ec5bb3cd649c9b1b75c2b449965 | [
"MIT"
] | null | null | null | README.md | Sly-Ry/pizza-hunt | 86fcfc51f1332ec5bb3cd649c9b1b75c2b449965 | [
"MIT"
] | 5 | 2022-03-06T18:55:57.000Z | 2022-03-10T22:09:33.000Z | README.md | Sly-Ry/pizza-hunt | 86fcfc51f1332ec5bb3cd649c9b1b75c2b449965 | [
"MIT"
] | null | null | null | # pizza-hunt
MongoDB web app
| 9.666667 | 15 | 0.758621 | hun_Latn | 0.299594 |
e176ef7691bc759e0c5d86e750d6368db9ebf90b | 99 | md | Markdown | playground/cargo-scripts/README.md | dougtq/rust-lang | b95727426da36f7fce8d2b32395ce25d14094d5f | [
"MIT"
] | 151 | 2019-09-03T16:46:32.000Z | 2022-03-16T06:17:51.000Z | playground/cargo-scripts/README.md | dougtq/rust-lang | b95727426da36f7fce8d2b32395ce25d14094d5f | [
"MIT"
] | 3 | 2020-05-17T10:28:08.000Z | 2021-02-25T02:46:28.000Z | playground/cargo-scripts/README.md | dougtq/rust-lang | b95727426da36f7fce8d2b32395ce25d14094d5f | [
"MIT"
] | 46 | 2019-03-20T21:07:40.000Z | 2022-03-11T14:20:42.000Z | ### Install
```bash
cargo install cargo-script
```
### Run
```bash
chmod +x now.crs
./now.crs
```
| 9 | 26 | 0.59596 | eng_Latn | 0.422139 |
e1770b7ed75a8077ce1b88b058b514d85b5c97bc | 2,310 | md | Markdown | packages/secret-key/CHANGELOG.md | qiwi/masker | d157019f08213d4f2c33b79c717a8cca33cf22a1 | [
"MIT"
] | 7 | 2020-09-24T21:56:01.000Z | 2022-03-24T20:31:42.000Z | packages/secret-key/CHANGELOG.md | qiwi/masker | d157019f08213d4f2c33b79c717a8cca33cf22a1 | [
"MIT"
] | 66 | 2020-06-24T15:34:48.000Z | 2021-08-30T08:49:24.000Z | packages/secret-key/CHANGELOG.md | qiwi/masker | d157019f08213d4f2c33b79c717a8cca33cf22a1 | [
"MIT"
] | null | null | null | ## @qiwi/masker-secret-key [1.0.6](https://github.com/qiwi/masker/compare/@qiwi/masker-secret-key@1.0.5...@qiwi/masker-secret-key@1.0.6) (2021-11-18)
### Performance Improvements
* update deps ([e2e0f2d](https://github.com/qiwi/masker/commit/e2e0f2d9020d8f53d9e67d748a0566030ad367f6))
### Dependencies
* **@qiwi... | 23.814433 | 149 | 0.68658 | eng_Latn | 0.080379 |
e177939a21d208bbeb25eef41eedc51a3a70abfe | 13,661 | md | Markdown | README.md | flex-development/mango | 57cb472477ba47ffe7ef92761aabf4f68c7b83b6 | [
"BSD-3-Clause"
] | null | null | null | README.md | flex-development/mango | 57cb472477ba47ffe7ef92761aabf4f68c7b83b6 | [
"BSD-3-Clause"
] | null | null | null | README.md | flex-development/mango | 57cb472477ba47ffe7ef92761aabf4f68c7b83b6 | [
"BSD-3-Clause"
] | null | null | null | # :mango: Mango
MongoDB query plugin and repository API for in-memory object collections
[](https://www.typescriptlang.org/)
[](https://github.com/facebook/jest)
## O... | 28.342324 | 113 | 0.721543 | eng_Latn | 0.332924 |
e17914354b6819c1aeeb5746c2182de19c782738 | 21,759 | md | Markdown | docs/relational-databases/backup-restore/file-snapshot-backups-for-database-files-in-azure.md | polocco/sql-docs.it-it | 054013d9cd6f2c81f53fc91a7eafc8043f12c380 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/relational-databases/backup-restore/file-snapshot-backups-for-database-files-in-azure.md | polocco/sql-docs.it-it | 054013d9cd6f2c81f53fc91a7eafc8043f12c380 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/relational-databases/backup-restore/file-snapshot-backups-for-database-files-in-azure.md | polocco/sql-docs.it-it | 054013d9cd6f2c81f53fc91a7eafc8043f12c380 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Backup di snapshot di file per i file di database in Azure | Microsoft Docs
description: Il backup di snapshot di file di SQL Server usa gli snapshot di Azure per offrire backup veloci e ripristini più veloci per i file di database archiviati mediante il servizio di archiviazione BLOB di Azure.
ms.custom: ''... | 119.554945 | 1,646 | 0.784411 | ita_Latn | 0.993283 |
e179730a9316be76f0f64b1af514038f08f244d0 | 1,794 | md | Markdown | README.md | EruptedLava/War007_Game_exe | ebd29534448f6a787a1c38ac060d37c4feb3896a | [
"Unlicense"
] | null | null | null | README.md | EruptedLava/War007_Game_exe | ebd29534448f6a787a1c38ac060d37c4feb3896a | [
"Unlicense"
] | null | null | null | README.md | EruptedLava/War007_Game_exe | ebd29534448f6a787a1c38ac060d37c4feb3896a | [
"Unlicense"
] | null | null | null | # war007
========
THIS GAME MAY HURT YOUR FEELINGS ========
War007 is game created in python using pygame module
this game is created by [Eruptedlava / Sarthak Sharma](https://t.me/Eruptedlava)
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install pygame.
```bash
pip install pyg... | 33.849057 | 114 | 0.772018 | eng_Latn | 0.85023 |
e179a8490d48d9e24d37bbb8967ce4e721a56e0a | 6,512 | md | Markdown | docs/analytics-platform-system/tempdb-database.md | lerencio/sql-docs.ru-ru | f9ca599f8243fa8283ccb181f324274fa9cc174f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/analytics-platform-system/tempdb-database.md | lerencio/sql-docs.ru-ru | f9ca599f8243fa8283ccb181f324274fa9cc174f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/analytics-platform-system/tempdb-database.md | lerencio/sql-docs.ru-ru | f9ca599f8243fa8283ccb181f324274fa9cc174f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: База данных tempdb
description: База данных tempdb в параллельном хранилище данных.
author: mzaman1
ms.prod: sql
ms.technology: data-warehouse
ms.topic: conceptual
ms.date: 04/17/2018
ms.author: murshedz
ms.reviewer: martinle
ms.custom: seo-dt-2019
ms.openlocfilehash: 3772e2b4cabac84c00854eba85f7a0c2a33d48bc... | 65.777778 | 453 | 0.777488 | rus_Cyrl | 0.950719 |
e179dddd876a3ee44970c2053f37120353a86b5c | 485 | md | Markdown | kdocs/-kores/com.koresframework.kores.base/-class-declaration/-builder/comments.md | koresframework/Kores | b6ab31b1d376ab501fd9f481345c767cb0c37d04 | [
"MIT-0",
"MIT"
] | 1 | 2019-09-17T16:36:51.000Z | 2019-09-17T16:36:51.000Z | kdocs/-kores/com.koresframework.kores.base/-class-declaration/-builder/comments.md | koresframework/Kores | b6ab31b1d376ab501fd9f481345c767cb0c37d04 | [
"MIT-0",
"MIT"
] | 8 | 2020-12-12T06:48:34.000Z | 2021-08-15T22:34:49.000Z | kdocs/-kores/com.koresframework.kores.base/-class-declaration/-builder/comments.md | koresframework/Kores | b6ab31b1d376ab501fd9f481345c767cb0c37d04 | [
"MIT-0",
"MIT"
] | null | null | null | //[Kores](../../../../index.md)/[com.koresframework.kores.base](../../index.md)/[ClassDeclaration](../index.md)/[Builder](index.md)/[comments](comments.md)
# comments
[jvm]\
open override fun [comments](comments.md)(value: [Comments](../../../com.koresframework.kores.base.comment/-comments/index.md)): [ClassDeclarati... | 40.416667 | 165 | 0.698969 | yue_Hant | 0.163127 |
e17ac23bcf5edf111e2a8b663bd2262c07205e01 | 1,237 | md | Markdown | _posts/2017-03-19-Houghton-Galina-Long-Sleeves-FloorLength-AlinePrincess.md | novstylessee/novstylessee.github.io | 4c99fd7f6148fa475871b044a67df2ac0151b9ba | [
"MIT"
] | null | null | null | _posts/2017-03-19-Houghton-Galina-Long-Sleeves-FloorLength-AlinePrincess.md | novstylessee/novstylessee.github.io | 4c99fd7f6148fa475871b044a67df2ac0151b9ba | [
"MIT"
] | null | null | null | _posts/2017-03-19-Houghton-Galina-Long-Sleeves-FloorLength-AlinePrincess.md | novstylessee/novstylessee.github.io | 4c99fd7f6148fa475871b044a67df2ac0151b9ba | [
"MIT"
] | null | null | null | ---
layout: post
date: 2017-03-19
title: "Houghton Galina Long Sleeves Floor-Length Aline/Princess"
category: Houghton
tags: [Houghton,Aline/Princess ,V-neck,Floor-Length,Long Sleeves]
---
### Houghton Galina
Just **$259.99**
### Long Sleeves Floor-Length Aline/Princess
<table><tr><td>BRANDS</td><td>Houghton</td></... | 72.764706 | 246 | 0.719483 | yue_Hant | 0.818133 |
e17acee6e2f98c16746c7277984f457aa19bac9e | 2,670 | md | Markdown | BasicRecordingApi/README.md | jinwkim90/Step_C_ByGoogle | 6a1bfc99d799712ae060c422942eef5987d6ccdf | [
"Apache-2.0"
] | null | null | null | BasicRecordingApi/README.md | jinwkim90/Step_C_ByGoogle | 6a1bfc99d799712ae060c422942eef5987d6ccdf | [
"Apache-2.0"
] | null | null | null | BasicRecordingApi/README.md | jinwkim90/Step_C_ByGoogle | 6a1bfc99d799712ae060c422942eef5987d6ccdf | [
"Apache-2.0"
] | null | null | null | Android Fit Recording Api Sessions Sample
============
A simple example of how to use the Recording API on the Android Fit platform.
- Android API Level > 9
- Android Build Tools v23
- Android Support Repository
- Register a Google Project with an Android client per getting started instructions
http://developers.go... | 43.064516 | 167 | 0.788764 | eng_Latn | 0.977134 |
e17ad4fe2b2b955059bf5d8e28471b0a4ea197a7 | 365 | md | Markdown | README.md | setsuodu/CommandPattern | c66de7baed4a6f0c4f94302f4a6e151cc1852b61 | [
"MIT"
] | null | null | null | README.md | setsuodu/CommandPattern | c66de7baed4a6f0c4f94302f4a6e151cc1852b61 | [
"MIT"
] | null | null | null | README.md | setsuodu/CommandPattern | c66de7baed4a6f0c4f94302f4a6e151cc1852b61 | [
"MIT"
] | null | null | null | # Lockstep by CommandPattern
## Tools
- Unity 2018.4.0f1
- VS2019
- LitNetLib
1. 命令模式核心:Execute、Undo;
2. 帧同步核心:客户端逻辑、帧回放;
3. 帧同步进阶:预测、回滚;
## //TODO:
- [x] 1. 保存、解析帧数据,实现回放;
- [x] 2. 搭建服务器(LiteNetLib);
- [x] 3. PvP大厅、房间;
- [ ] 4. 服务器帧同步逻辑;
- [ ] 5. 改写命令模式;
- [ ] 6. 外部素材导入,解决实际开发遇到的问题;
- [ ] 7. 断线重连;
- [ ] 8. 预测、回滚;... | 14.6 | 28 | 0.569863 | yue_Hant | 0.503138 |
e17adbcbe3681fde5fb7a6506b0cf61fb63181cd | 18,444 | md | Markdown | ce/unified-service-desk/admin/unified-service-desk-configurations-bpa.md | mairaw/dynamics-365-customer-engagement | 18b45fa62f6af559f6f272575878c21ab279638c | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ce/unified-service-desk/admin/unified-service-desk-configurations-bpa.md | mairaw/dynamics-365-customer-engagement | 18b45fa62f6af559f6f272575878c21ab279638c | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ce/unified-service-desk/admin/unified-service-desk-configurations-bpa.md | mairaw/dynamics-365-customer-engagement | 18b45fa62f6af559f6f272575878c21ab279638c | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: "Unified Service Desk configurations | MicrosoftDocs"
description: "Learn about the Unified Service Desk configurations that you make in Microsoft Dataverse on which the Best practices Analyer performs analysis and displays a report."
author: mh-jaya
ms.author: v-jmh
manager: shujoshi
ms.date: 04/24/2018
ms.... | 60.671053 | 388 | 0.74859 | eng_Latn | 0.882471 |
e17b1eedd67483a2e0eaeacae8b6c82584189612 | 998 | md | Markdown | sentinel/java-client/README.md | MajescoIndia/redis-poc | 03df78297c161868b08909af5bb42f6f6ab1abaa | [
"Apache-2.0"
] | null | null | null | sentinel/java-client/README.md | MajescoIndia/redis-poc | 03df78297c161868b08909af5bb42f6f6ab1abaa | [
"Apache-2.0"
] | null | null | null | sentinel/java-client/README.md | MajescoIndia/redis-poc | 03df78297c161868b08909af5bb42f6f6ab1abaa | [
"Apache-2.0"
] | null | null | null | ## Introduction :
A java client for redis master-slave replication cluster in sentinel mode. This POS has been tested with Redis 3.2 on windows.
## How to run :
### Assumption
Cluster of two redis nodes (One master One slave)
[ Replace below IP in configuration files with your actual IP]
172.17.192.194 (mast... | 22.681818 | 126 | 0.716433 | eng_Latn | 0.744088 |
e17b4054d4bdc5de16b27f95487a6fca9a756153 | 1,130 | md | Markdown | staticDecor/node_modules/pageres/node_modules/viewport-list/readme.md | jiumx60rus/grishyGhost | c56241304da11b9a1307c6261cca50f7546981b1 | [
"MIT"
] | null | null | null | staticDecor/node_modules/pageres/node_modules/viewport-list/readme.md | jiumx60rus/grishyGhost | c56241304da11b9a1307c6261cca50f7546981b1 | [
"MIT"
] | null | null | null | staticDecor/node_modules/pageres/node_modules/viewport-list/readme.md | jiumx60rus/grishyGhost | c56241304da11b9a1307c6261cca50f7546981b1 | [
"MIT"
] | null | null | null | # viewport-list [](https://travis-ci.org/kevva/viewport-list)
> Return a list of devices and their viewports
## Install
```
$ npm install --save viewport-list
```
## Usage
Pass in a optional keyword which is a device name from [this ... | 15.915493 | 141 | 0.650442 | eng_Latn | 0.652831 |
e17c47d1476a47e6e9ee36190880c763a672c1ca | 23 | md | Markdown | README.md | AndrewByles/AndrewByles.github.io | dedd1bd22362a99481b1d59c4887f7db388a6c53 | [
"MIT"
] | null | null | null | README.md | AndrewByles/AndrewByles.github.io | dedd1bd22362a99481b1d59c4887f7db388a6c53 | [
"MIT"
] | null | null | null | README.md | AndrewByles/AndrewByles.github.io | dedd1bd22362a99481b1d59c4887f7db388a6c53 | [
"MIT"
] | null | null | null | # AndrewByles.github.io | 23 | 23 | 0.826087 | vie_Latn | 0.289854 |
e17dad30a73f256cc6d62bb459a038b6a7d3349d | 592 | md | Markdown | PRIVACY.md | akshay2000/MonocleGiraffe | 7e5f769f5a74b9742d5743db0a7e61d3e57afa31 | [
"Apache-2.0"
] | 7 | 2016-07-11T08:13:50.000Z | 2021-04-09T01:47:15.000Z | PRIVACY.md | akshay2000/MonocleGiraffe | 7e5f769f5a74b9742d5743db0a7e61d3e57afa31 | [
"Apache-2.0"
] | 1 | 2016-07-15T05:58:59.000Z | 2016-07-16T13:16:29.000Z | PRIVACY.md | akshay2000/MonocleGiraffe | 7e5f769f5a74b9742d5743db0a7e61d3e57afa31 | [
"Apache-2.0"
] | 9 | 2016-01-28T18:36:12.000Z | 2018-01-09T15:51:57.000Z | # Privacy Policy
This document details how a user's details are used by Monocle Giraffe (henceforth referred as the app).
##User handles
The Imgur user handle or user name of a person is stored on the device when a user logs into Imgur using Monocle Giraffe. This information is stored as plain text.
##Passwords
The a... | 49.333333 | 199 | 0.79223 | eng_Latn | 0.999671 |
e17e05ff319fca6b086b0393242ed27dafd94710 | 841 | md | Markdown | README.md | unbit/uwsgi-node-rpc-server | 4eff9e23da641973c2ae01eecbca1b0792e11722 | [
"MIT"
] | 3 | 2015-01-20T06:59:22.000Z | 2021-01-13T01:20:48.000Z | README.md | unbit/uwsgi-node-rpc-server | 4eff9e23da641973c2ae01eecbca1b0792e11722 | [
"MIT"
] | null | null | null | README.md | unbit/uwsgi-node-rpc-server | 4eff9e23da641973c2ae01eecbca1b0792e11722 | [
"MIT"
] | null | null | null | uwsgi-node-rpc-server
=====================
A simple uwsgi-RPC server written in node.js
write your rpc functions
------------------------
save it as server.js (eventually change the listening port at the end)
``` js
var uwsgi = require('./uwsgi_rpcserver.js');
rpc_functions = {
'hello': function() { retu... | 19.113636 | 72 | 0.548157 | eng_Latn | 0.396079 |
e17e54f514bc539d4032c86eafa5e50e331bc843 | 1,460 | md | Markdown | ShellCheck/SC2222.md | r3yn0ld4/docs-for-code-review-tools | a1590fce3b30891679373ec284787b227b21df05 | [
"MIT"
] | 4 | 2019-07-17T18:16:06.000Z | 2021-03-28T23:53:10.000Z | ShellCheck/SC2222.md | Acidburn0zzz/docs-for-code-review-tools | 9659492c76b988e14363dced6c2ab5f86fcdd6e0 | [
"MIT"
] | null | null | null | ShellCheck/SC2222.md | Acidburn0zzz/docs-for-code-review-tools | 9659492c76b988e14363dced6c2ab5f86fcdd6e0 | [
"MIT"
] | 5 | 2018-09-29T17:02:14.000Z | 2021-12-26T16:53:04.000Z | Pattern: `case` never matches because of a previous pattern
Issue: -
## Description
You have specified multiple patterns in a `case` statement, where one will always override the other.
Example of **incorrect** code:
```sh
case "$1" in
-?) echo "Usage: $0 [-n]";;
-n) echo "Hello World";;
*) exit 1;;
esac
``... | 30.416667 | 253 | 0.675342 | eng_Latn | 0.997987 |
e17e5c21a2a821320373d430c1edd75dbef2ef34 | 598 | md | Markdown | TODO.md | cdelamarre/esoldb | d32e1e37212ad1a3a7070816a8a6167e9877a1eb | [
"MIT"
] | 1 | 2019-11-21T11:26:47.000Z | 2019-11-21T11:26:47.000Z | TODO.md | cdelamarre/esoldb | d32e1e37212ad1a3a7070816a8a6167e9877a1eb | [
"MIT"
] | null | null | null | TODO.md | cdelamarre/esoldb | d32e1e37212ad1a3a7070816a8a6167e9877a1eb | [
"MIT"
] | null | null | null | ~~1° Ajout d'un script qui se lance à l'issue de composer install qui construira si necessaire
- les fichiers config/packages/[dev|prod|test]/esolDb.yml
- le repertoire Resources/sql~~
2° Rendre compatible avec pdo_mysql et pdo_pgsql
3° Faire le printSqlr
4° nettoyer les public et private
Conn.php
~~Esol.db.p... | 33.222222 | 95 | 0.722408 | fra_Latn | 0.704236 |
e17e8a42b5dbc7804711d0939e4d99daf626d77e | 3,562 | md | Markdown | _posts/2020-12-21-wangdan1989.md | NodeBE4/opinion | 81a7242230f02459879ebc1f02eb6fc21507cdf1 | [
"MIT"
] | 21 | 2020-07-20T16:10:55.000Z | 2022-03-14T14:01:14.000Z | _posts/2020-12-21-wangdan1989.md | NodeBE4/opinion | 81a7242230f02459879ebc1f02eb6fc21507cdf1 | [
"MIT"
] | 1 | 2020-07-19T21:49:44.000Z | 2021-09-16T13:37:28.000Z | _posts/2020-12-21-wangdan1989.md | NodeBE4/opinion | 81a7242230f02459879ebc1f02eb6fc21507cdf1 | [
"MIT"
] | 1 | 2021-05-29T19:48:01.000Z | 2021-05-29T19:48:01.000Z | ---
author: wangdan1989
categories:
- Twitter
date: 2020-12-27
from: https://twitter.com/wangdan1989/status/1342594110021115904
layout: post
tags:
- Twitter
title: 'Twitter @王丹: 2020-12-21~2020-12-27'
---
一个不可救药的理想主义者; 致力于做一个温和,坚定,建设性的政治反对派; 期待未来的中国,能够重建政治秩序和生活秩序。
* This will become a table of contents (this text wi... | 65.962963 | 857 | 0.797305 | yue_Hant | 0.535895 |
e17f8c5d85e5ca4f413565a999861e26d293a591 | 3,638 | md | Markdown | CONTRIBUTING.md | Shahil98/SE_Fall20_Project-1 | c01966f819a6ae12a3639dfdbaaac2fb7ebf7ebb | [
"MIT"
] | 1 | 2020-10-22T05:30:15.000Z | 2020-10-22T05:30:15.000Z | CONTRIBUTING.md | Shahil98/SE_Fall20_Project-1 | c01966f819a6ae12a3639dfdbaaac2fb7ebf7ebb | [
"MIT"
] | 16 | 2020-10-22T15:49:39.000Z | 2020-10-28T02:20:55.000Z | CONTRIBUTING.md | Shahil98/SE_Fall20_Project-1 | c01966f819a6ae12a3639dfdbaaac2fb7ebf7ebb | [
"MIT"
] | 2 | 2020-09-28T23:24:15.000Z | 2021-09-27T23:41:00.000Z | # Contributing
when you want to contribute to this repository, please send us an email and tell us what you want to change.
### Table Of Contents
[Purpose of Contributing](#Purpose-of-Contributing)
[Code of Conduct](#Code-of-Conduct)
[Pull Request Submission Guidelines](#Pull-Request-Submission-Guidelines)
[Style... | 44.91358 | 328 | 0.742716 | eng_Latn | 0.995924 |
e17ff81034d81e2a9e4f61e02b0594a2d9d853e9 | 2,350 | md | Markdown | presentations/README.md | butlife/teach.github.com | e63fc94fc708b9f42f3f4c8fdf6641e374f19bbb | [
"CC-BY-3.0"
] | 1 | 2019-03-17T23:41:01.000Z | 2019-03-17T23:41:01.000Z | presentations/README.md | butlife/teach.github.com | e63fc94fc708b9f42f3f4c8fdf6641e374f19bbb | [
"CC-BY-3.0"
] | 1 | 2015-08-20T21:14:21.000Z | 2017-01-25T17:33:46.000Z | presentations/README.md | butlife/teach.github.com | e63fc94fc708b9f42f3f4c8fdf6641e374f19bbb | [
"CC-BY-3.0"
] | 1 | 2019-12-12T03:17:35.000Z | 2019-12-12T03:17:35.000Z | # HydeSlides
## Building from Existing Chapters
Creating a new slide deck (within teach.github.com) from existing slide "chapters" is easy:
1. Create a new HTML file in /presentations
2. Add YAML front matter with `layout`, `title`, `chapters` fields
`layout` must be set to `slidedeck`; `title` can be whatever you ... | 45.192308 | 176 | 0.760851 | eng_Latn | 0.997919 |
e180013d7344388c3b2c01a8416bf180b41b6e27 | 1,299 | md | Markdown | docs/exceptions/DeltaConcurrentModificationException.md | japila-books/delta-lake-internals | 58c82cb8189e954ce8a2d85a535c0d5c4fbad5d9 | [
"Apache-2.0"
] | 100 | 2020-01-02T20:11:12.000Z | 2022-03-28T15:04:39.000Z | docs/exceptions/DeltaConcurrentModificationException.md | jaceklaskowski/delta-lake-internals | 5be53a77a5418c0b771d0e446ff884dacb7fd5da | [
"Apache-2.0"
] | 1 | 2022-03-16T10:53:04.000Z | 2022-03-18T08:00:58.000Z | docs/exceptions/DeltaConcurrentModificationException.md | japila-books/delta-lake-internals | 58c82cb8189e954ce8a2d85a535c0d5c4fbad5d9 | [
"Apache-2.0"
] | 24 | 2020-01-24T22:43:37.000Z | 2022-03-13T14:55:58.000Z | # DeltaConcurrentModificationException
`DeltaConcurrentModificationException` is an extension of the `ConcurrentModificationException` ([Java]({{ java.api }}/java.base/java/util/ConcurrentModificationException.html)) abstraction for [commit conflict exceptions](#implementations).
!!! note
There are two `DeltaConc... | 44.793103 | 241 | 0.821401 | kor_Hang | 0.527198 |
e1802806c9164b82012c0ed89887244e726f2059 | 696 | md | Markdown | osc/docs/RouteLight.md | jerome-jutteau/osc-sdk-go | d654809d06993841a5c3ad7d619118df159b04e3 | [
"BSD-3-Clause"
] | null | null | null | osc/docs/RouteLight.md | jerome-jutteau/osc-sdk-go | d654809d06993841a5c3ad7d619118df159b04e3 | [
"BSD-3-Clause"
] | null | null | null | osc/docs/RouteLight.md | jerome-jutteau/osc-sdk-go | d654809d06993841a5c3ad7d619118df159b04e3 | [
"BSD-3-Clause"
] | null | null | null | # RouteLight
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**DestinationIpRange** | **string** | The IP range used for the destination match, in CIDR notation (for example, 10.0.0.0/24). | [optional]
**RouteType** | **string** | The type of route (always... | 49.714286 | 174 | 0.599138 | eng_Latn | 0.335853 |
e180b1a463cf97337f20da25283ba68b7336c0f2 | 583 | md | Markdown | mocha_tests/compression/en_gen_tn/content/08/04.md | unfoldingWord-dev/node-resource-container | 20c4b7bfd2fa3f397ee7e0e743567822912c305b | [
"MIT"
] | 1 | 2016-12-15T03:59:00.000Z | 2016-12-15T03:59:00.000Z | mocha_tests/compression/en_gen_tn/content/08/04.md | unfoldingWord-dev/node-resource-container | 20c4b7bfd2fa3f397ee7e0e743567822912c305b | [
"MIT"
] | 1 | 2016-12-16T18:41:20.000Z | 2016-12-16T18:41:20.000Z | mocha_tests/compression/out/en_gen_tn.reopened/content/08/04.md | unfoldingWord-dev/node-resource-container | 20c4b7bfd2fa3f397ee7e0e743567822912c305b | [
"MIT"
] | null | null | null | #came to rest
"landed" or "stopped on solid ground"
#in the seventh month, on the seventeenth day of the month ... tenth month
Since Moses wrote this book it is possible he is referring to the seventh month and tenth month of the Hebrew calendar. But this is uncertain. (See: [[:en:ta:vol2:translate:translate_hebrewm... | 38.866667 | 246 | 0.754717 | eng_Latn | 0.999396 |
e180f9a40790251c58ff402547321e879c273343 | 2,599 | md | Markdown | detailedDesign.md | miladi75/exercise-6-gruppe21 | 186c55aadaeff6aea93f827aa3312fccf8d7a5b6 | [
"Unlicense"
] | null | null | null | detailedDesign.md | miladi75/exercise-6-gruppe21 | 186c55aadaeff6aea93f827aa3312fccf8d7a5b6 | [
"Unlicense"
] | null | null | null | detailedDesign.md | miladi75/exercise-6-gruppe21 | 186c55aadaeff6aea93f827aa3312fccf8d7a5b6 | [
"Unlicense"
] | 1 | 2021-03-12T20:37:23.000Z | 2021-03-12T20:37:23.000Z |
# Detailed Synchronizer module design
Our design philosophy is to have minimal fault-handling and simple module design, which we aim to achieve by having an order synchronizer module which handles the "difficult"
task of synchronizing and delegating hall orders between the different elevators. This module should be a... | 70.243243 | 341 | 0.799923 | eng_Latn | 0.999429 |
e181a65eea3dcd99d82139ab067fd61b37f412a4 | 17 | md | Markdown | README.md | Godluck41/QRcode-scanner- | 014550193baf96b744ed020b5be8fdd395623fdb | [
"Apache-2.0"
] | null | null | null | README.md | Godluck41/QRcode-scanner- | 014550193baf96b744ed020b5be8fdd395623fdb | [
"Apache-2.0"
] | null | null | null | README.md | Godluck41/QRcode-scanner- | 014550193baf96b744ed020b5be8fdd395623fdb | [
"Apache-2.0"
] | null | null | null | # QRcode-scanner- | 17 | 17 | 0.764706 | eng_Latn | 0.244979 |
e18226cbae9a9de04ddddc8b388e39c4a93ed4d4 | 8,223 | md | Markdown | README.md | pixel-perfect-metodology/gemini | 61e1b3ba12d5787001daa92b643a854c4d5ce759 | [
"MIT"
] | 1,359 | 2015-04-16T14:33:48.000Z | 2022-03-03T00:38:27.000Z | README.md | pixel-perfect-metodology/gemini | 61e1b3ba12d5787001daa92b643a854c4d5ce759 | [
"MIT"
] | 754 | 2015-04-16T11:34:11.000Z | 2021-06-29T07:09:39.000Z | README.md | pixel-perfect-metodology/gemini | 61e1b3ba12d5787001daa92b643a854c4d5ce759 | [
"MIT"
] | 199 | 2015-04-23T08:01:05.000Z | 2022-03-19T07:29:09.000Z | # Gemini
[](https://www.npmjs.com/package/gemini)
[](https://travis-ci.org/gemini-testing/gemini)
[](... | 27.228477 | 283 | 0.719932 | eng_Latn | 0.931251 |
e182c2d1c7fa74842ba6120fdc66e1709edccace | 289 | md | Markdown | src/main/resources/docs/description/DM_BOXED_PRIMITIVE_FOR_PARSING.md | codacy/codacy-spotbugs | f360b79a4e79f20a3c3458bb7d6648f744eb5bbc | [
"Apache-2.0"
] | null | null | null | src/main/resources/docs/description/DM_BOXED_PRIMITIVE_FOR_PARSING.md | codacy/codacy-spotbugs | f360b79a4e79f20a3c3458bb7d6648f744eb5bbc | [
"Apache-2.0"
] | 5 | 2019-07-18T15:08:02.000Z | 2022-02-02T17:42:24.000Z | src/main/resources/docs/description/DM_BOXED_PRIMITIVE_FOR_PARSING.md | codacy/codacy-spotbugs | f360b79a4e79f20a3c3458bb7d6648f744eb5bbc | [
"Apache-2.0"
] | 3 | 2019-07-18T14:58:51.000Z | 2020-02-17T11:45:23.000Z | # [Boxing/unboxing to parse a primitive](https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#DM_BOXED_PRIMITIVE_FOR_PARSING)
A boxed primitive is created from a String, just to extract the unboxed primitive value.
It is more efficient to just call the static parseXXX method. | 72.25 | 135 | 0.816609 | eng_Latn | 0.935732 |
e182c72d5b9f71247d28349a4bada23ab23d4027 | 402 | md | Markdown | README.md | JustGhostz/inStorm | a774f0b17f7fb744dfe603b7568e96f52ba16eff | [
"MIT"
] | 6 | 2020-10-26T10:31:43.000Z | 2021-12-27T17:53:10.000Z | README.md | JustGhostz/inStorm | a774f0b17f7fb744dfe603b7568e96f52ba16eff | [
"MIT"
] | null | null | null | README.md | JustGhostz/inStorm | a774f0b17f7fb744dfe603b7568e96f52ba16eff | [
"MIT"
] | null | null | null | # instorm
instagram cracker written in go language.


# installation
```
git clone https://github.com/justghostz/instorm.git ~/go/src/instorm
```
# libraries
```
go get github.com/fatih/color
go get github.com/google/uuid
```
# run
```
go run instorm
```
# build
```
cd ~/go... | 15.461538 | 68 | 0.68408 | eng_Latn | 0.33635 |
e182f77ef75ad37d37af903e5410bde4385b7567 | 12,326 | md | Markdown | specs/Parking/OnStreetParking/doc/spec.md | mathi123/dataModels | 0317d4beb6dd0c9af0f4fead925e40d4f0286edf | [
"MIT"
] | null | null | null | specs/Parking/OnStreetParking/doc/spec.md | mathi123/dataModels | 0317d4beb6dd0c9af0f4fead925e40d4f0286edf | [
"MIT"
] | null | null | null | specs/Parking/OnStreetParking/doc/spec.md | mathi123/dataModels | 0317d4beb6dd0c9af0f4fead925e40d4f0286edf | [
"MIT"
] | null | null | null | # On Street Parking
## Description
A site, open space zone, on street, (metered or not) with direct access from a road, intended to park vehicles.
In DATEX 2 version 2.3 terminology it corresponds to a *UrbanParkingSite* of type *onStreetParking*.
A data dictionary for
DATEX II terms can be found at [http://datexbro... | 46.513208 | 143 | 0.691222 | eng_Latn | 0.859725 |
e183370876a457b9f5bf62985fee2cad3e233b24 | 18 | md | Markdown | README.md | sevanspowell/hie-nix-wrapper | 8442b101121a9026e0180619d3ac34a7c9038203 | [
"BSD-3-Clause"
] | null | null | null | README.md | sevanspowell/hie-nix-wrapper | 8442b101121a9026e0180619d3ac34a7c9038203 | [
"BSD-3-Clause"
] | null | null | null | README.md | sevanspowell/hie-nix-wrapper | 8442b101121a9026e0180619d3ac34a7c9038203 | [
"BSD-3-Clause"
] | null | null | null | # hie-nix-wrapper
| 9 | 17 | 0.722222 | eng_Latn | 0.634886 |
e1848032a26ef7c8828311a7bd417f415266958c | 180 | md | Markdown | content/blog/3/3.md | olavea/3.8.2_Gro_Grevling_og_Herr_Havre_Rev_meets_Lillian_5_years | 1bc098f971a168aad11da4fcf7b87edd85baa45e | [
"MIT"
] | null | null | null | content/blog/3/3.md | olavea/3.8.2_Gro_Grevling_og_Herr_Havre_Rev_meets_Lillian_5_years | 1bc098f971a168aad11da4fcf7b87edd85baa45e | [
"MIT"
] | null | null | null | content/blog/3/3.md | olavea/3.8.2_Gro_Grevling_og_Herr_Havre_Rev_meets_Lillian_5_years | 1bc098f971a168aad11da4fcf7b87edd85baa45e | [
"MIT"
] | null | null | null | ---
title: "3"
date: "2015-05-06T23:46:37.121Z"
---

<!--  -->
| 22.5 | 67 | 0.627778 | kor_Hang | 0.132724 |
e1856b032c37cd6ff04f1b034c2d982afe9e8924 | 719 | md | Markdown | latex/README.md | kancheng/kan_pku_beamer_theme_advanced | 34bcb993a3d8cb69ab527fd5581e5ef9e82d12e7 | [
"MIT"
] | null | null | null | latex/README.md | kancheng/kan_pku_beamer_theme_advanced | 34bcb993a3d8cb69ab527fd5581e5ef9e82d12e7 | [
"MIT"
] | null | null | null | latex/README.md | kancheng/kan_pku_beamer_theme_advanced | 34bcb993a3d8cb69ab527fd5581e5ef9e82d12e7 | [
"MIT"
] | null | null | null | # PKU-Beamer-Theme
A Beamer Theme of PKU for academic report, thesis and talk.
# Demo
<img src="img/demo1.jpg" >
<img src="img/demo2.jpg" >
<img src="img/3.jpg" >
<img src="img/4.jpg" >
# Document
Check out the tutorial in [How_to_do_pku_beamer_theme](How_to_do_pku_beamer_theme.pdf) for details.
# Plug-in
- 画表神器 ... | 31.26087 | 154 | 0.746871 | yue_Hant | 0.652494 |
e185729c79a27ba9385b0799af8092b15bb3334c | 24,776 | md | Markdown | README.md | Azure/azure-notificationhubs-ios | 35042e4dbe20d1f332d6e2b4fbb1c51285412a31 | [
"Apache-2.0"
] | 27 | 2019-04-17T01:31:05.000Z | 2021-11-10T19:01:42.000Z | README.md | Azure/azure-notificationhubs-ios | 35042e4dbe20d1f332d6e2b4fbb1c51285412a31 | [
"Apache-2.0"
] | 52 | 2019-02-26T16:43:14.000Z | 2022-02-28T02:43:43.000Z | README.md | Azure/azure-notificationhubs-ios | 35042e4dbe20d1f332d6e2b4fbb1c51285412a31 | [
"Apache-2.0"
] | 19 | 2019-02-27T11:20:22.000Z | 2022-01-31T12:45:45.000Z | [](https://github.com/Azure/azure-notificationhubs-ios/actions?query=workflow%3Aframework-docs)
[](https://github.... | 46.397004 | 650 | 0.775186 | eng_Latn | 0.817641 |
e185dcb23993dc908acff00b2845b2fa3b12f184 | 218 | md | Markdown | docs/extensions/css.md | ValentijnG/formats | b2bc97cf369f27eb4f6913fcb3783e987abfc5d2 | [
"MIT"
] | null | null | null | docs/extensions/css.md | ValentijnG/formats | b2bc97cf369f27eb4f6913fcb3783e987abfc5d2 | [
"MIT"
] | null | null | null | docs/extensions/css.md | ValentijnG/formats | b2bc97cf369f27eb4f6913fcb3783e987abfc5d2 | [
"MIT"
] | 2 | 2020-04-07T07:18:39.000Z | 2022-02-07T11:43:51.000Z |
# .css
item | info
--- | ---
types | [Markup](../dataTypes/markup.md), [Text (plain)](../dataTypes/textPlain.md)
formats | [CSS](../fileFormats/css.md)
variants |
file info | [`extension/css`]({{fileinfo}}/css)
| 15.571429 | 83 | 0.610092 | kor_Hang | 0.170143 |
e186f65df116b14cd5b315437272b7736a334a0b | 31 | md | Markdown | powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-WebApi/includes/execute-description.md | s-kawara/powerapps-docs.ja-jp | 51d9f6ac20ab16f6adaac5c5ef1204c1cbdfb292 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-WebApi/includes/execute-description.md | s-kawara/powerapps-docs.ja-jp | 51d9f6ac20ab16f6adaac5c5ef1204c1cbdfb292 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-WebApi/includes/execute-description.md | s-kawara/powerapps-docs.ja-jp | 51d9f6ac20ab16f6adaac5c5ef1204c1cbdfb292 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | 1 つのアクション、関数、または CRUD 操作を実行します。 | 31 | 31 | 0.806452 | yue_Hant | 0.283008 |
e1875f65727eb89357fa2ea9973e7b8ae3ede831 | 2,176 | md | Markdown | docs/resources/podcasts.md | its4zahoor/docs | 94e705ca1140e4e3cf42533ad59de8285e206152 | [
"MIT"
] | null | null | null | docs/resources/podcasts.md | its4zahoor/docs | 94e705ca1140e4e3cf42533ad59de8285e206152 | [
"MIT"
] | null | null | null | docs/resources/podcasts.md | its4zahoor/docs | 94e705ca1140e4e3cf42533ad59de8285e206152 | [
"MIT"
] | null | null | null | ---
id: podcasts
title: Podcasts
---
import { Image } from '@site/src/components/image'
## Managing Component Architecture
<div class="podcast-card">
<a href="https://www.podbean.com/pu/pbblog-3m5bz-f0593">
<Image src="/img/podcasts/modern-web.jpg" alt="Modern Web" padding={20} width="50%" />
</a>
<div>
... | 36.881356 | 251 | 0.699449 | eng_Latn | 0.655377 |
e1877ba04bb453fba0f0200d24e3cb10f06e26a0 | 58 | md | Markdown | cv.md | aldelmerico/aldelmerico.github.io | 10911e1ede33e24767dd86af5a1827ba7dd8d35f | [
"MIT"
] | null | null | null | cv.md | aldelmerico/aldelmerico.github.io | 10911e1ede33e24767dd86af5a1827ba7dd8d35f | [
"MIT"
] | null | null | null | cv.md | aldelmerico/aldelmerico.github.io | 10911e1ede33e24767dd86af5a1827ba7dd8d35f | [
"MIT"
] | null | null | null | ---
layout: page
title: CV
---
This is where my cv lives
| 8.285714 | 25 | 0.637931 | eng_Latn | 1.000004 |
e187e786e1bcc769c858a0d5b52da33492a21d4d | 2,255 | md | Markdown | README.md | hariom282538/golang-mongo-pool | 739d15c3da718e413f28e12dab40bae466789a57 | [
"MIT"
] | null | null | null | README.md | hariom282538/golang-mongo-pool | 739d15c3da718e413f28e12dab40bae466789a57 | [
"MIT"
] | null | null | null | README.md | hariom282538/golang-mongo-pool | 739d15c3da718e413f28e12dab40bae466789a57 | [
"MIT"
] | null | null | null | # golang-mongo-pool
This repository is uploaded for academic learning of database pooling class. I have used official golang mongo-driver for mongodb.
For installation please go to your GOPATH and enter the following command:
```shell
go get github.com/Mohammed-Aadil/golang-mongo-pool
```
For pooling following funct... | 29.285714 | 149 | 0.772506 | eng_Latn | 0.962431 |
e18816f5b451e34d19f4b5689d2227a2ec022ed8 | 10,337 | md | Markdown | _posts/2015-03-23-Affinity.md | yorkhuang-au/yorkhuang-au.github.io | a1af2664239b8731a27aba28dbd257988ba721fe | [
"MIT"
] | null | null | null | _posts/2015-03-23-Affinity.md | yorkhuang-au/yorkhuang-au.github.io | a1af2664239b8731a27aba28dbd257988ba721fe | [
"MIT"
] | null | null | null | _posts/2015-03-23-Affinity.md | yorkhuang-au/yorkhuang-au.github.io | a1af2664239b8731a27aba28dbd257988ba721fe | [
"MIT"
] | null | null | null | ---
layout: post
title: Implementations of Affinity in R, Hadoop Mapreduce and Spark
comments: true
---
Affinity analysis is a techinque that discovers co-occurence relationships among activities performed by specific individuals or groups. In retail it is used to perform basket analysis.
Basket analysis may tell a re... | 32.303125 | 274 | 0.6736 | eng_Latn | 0.972627 |
e188a38ab0639ee3c449cfa102b435374c91e5be | 5,744 | md | Markdown | README.md | glowreeyah/ruby_tic_tac_toe | b358bfaddb7823836535e31343bff9b7e1cf56cf | [
"MIT"
] | null | null | null | README.md | glowreeyah/ruby_tic_tac_toe | b358bfaddb7823836535e31343bff9b7e1cf56cf | [
"MIT"
] | null | null | null | README.md | glowreeyah/ruby_tic_tac_toe | b358bfaddb7823836535e31343bff9b7e1cf56cf | [
"MIT"
] | null | null | null | # ruby_tic_tac_toe
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
> This game is a virtual representation of the classic Tic-Tac-Toe game.
> All public class methods are tested with ... | 39.342466 | 174 | 0.68663 | eng_Latn | 0.890671 |
e188adb23f23102cf41cc3cc2fb99ebd619a31d2 | 134 | md | Markdown | _includes/04-lists.md | zeinabzamani/markdown-portfolio | 2b1f02aa9edcee6a1fe159d6b96b52058b2ffdf4 | [
"MIT"
] | null | null | null | _includes/04-lists.md | zeinabzamani/markdown-portfolio | 2b1f02aa9edcee6a1fe159d6b96b52058b2ffdf4 | [
"MIT"
] | 5 | 2021-02-08T21:38:50.000Z | 2021-02-08T22:42:00.000Z | _includes/04-lists.md | zeinabzamani/markdown-portfolio | 2b1f02aa9edcee6a1fe159d6b96b52058b2ffdf4 | [
"MIT"
] | null | null | null | ### Here is a list of my favorite things
* Outdoors
* Hiking
* Rock climbing
* Making crafts
* Traveling to historical places
| 19.142857 | 40 | 0.701493 | eng_Latn | 0.995541 |
e189099ebb78ca6190b124bb903cbaf2f1c5ef4d | 560 | md | Markdown | vector/back.md | aditya041997/30-seconds-of-cpp | df6e750de7b26bc401ea75860be1e6ec1df34454 | [
"MIT"
] | 1,210 | 2019-03-22T18:53:59.000Z | 2022-03-31T07:47:34.000Z | vector/back.md | aditya041997/30-seconds-of-cpp | df6e750de7b26bc401ea75860be1e6ec1df34454 | [
"MIT"
] | 217 | 2019-04-05T09:07:26.000Z | 2022-01-29T22:42:37.000Z | vector/back.md | aditya041997/30-seconds-of-cpp | df6e750de7b26bc401ea75860be1e6ec1df34454 | [
"MIT"
] | 657 | 2019-03-17T15:04:47.000Z | 2022-03-31T05:05:40.000Z | # back
**Description :**
Returns a reference to the last element in the vector
**Example** :
```cpp
// Initialize int vector
std::vector<int> myVector = {1, 2, 3, 4, 5};
// Save reference to the last element
int& lastEle = myVector.back();
// Last element is 5
std::cout << myVector... | 20.740741 | 73 | 0.589286 | eng_Latn | 0.840531 |
e189e91f42d0128439d35121de380ae84e29bc22 | 2,120 | md | Markdown | request-data/README.md | salingers/java-ee-8-mvc-master | 8ae2e06b0bc768130990c490b78ec57b61683551 | [
"Apache-2.0"
] | 24 | 2015-09-03T10:53:46.000Z | 2018-10-03T00:48:30.000Z | request-data/README.md | salingers/java-ee-8-mvc-master | 8ae2e06b0bc768130990c490b78ec57b61683551 | [
"Apache-2.0"
] | 1 | 2016-03-09T17:50:41.000Z | 2016-03-09T17:50:41.000Z | request-data/README.md | salingers/java-ee-8-mvc-master | 8ae2e06b0bc768130990c490b78ec57b61683551 | [
"Apache-2.0"
] | 20 | 2015-09-09T15:13:04.000Z | 2020-02-17T14:46:23.000Z | Java EE MVC 1.0 - Working with request data
=============
This example project shows various ways of accessing request data in MVC Controllers.
It shows:
#### How to work with query parameters using `@QueryParam`
Explained in: [Java EE MVC: Working with Query Parameters][1].
Related classes:
* [QueryParamsControl... | 37.857143 | 158 | 0.769811 | eng_Latn | 0.180555 |
e18a5ff950a4023a159d735a168d509e5d8d764c | 1,610 | md | Markdown | README.md | aguisset/Magic-8-ball | f906d7b8a9adab1f9deb90ed2dd7ccbb4643c0d3 | [
"MIT"
] | null | null | null | README.md | aguisset/Magic-8-ball | f906d7b8a9adab1f9deb90ed2dd7ccbb4643c0d3 | [
"MIT"
] | null | null | null | README.md | aguisset/Magic-8-ball | f906d7b8a9adab1f9deb90ed2dd7ccbb4643c0d3 | [
"MIT"
] | null | null | null | # Magic 8 Ball
Companion iOS project from Angela Bauer tutorial. The goal is to create an app with a Magic 8 Ball which will make all the difficult decisions for you.
## Getting started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. S... | 32.2 | 206 | 0.748447 | eng_Latn | 0.992212 |
e18b9adad4e6e60c838d3924db4c2f16aef86f20 | 2,126 | md | Markdown | docs/update_salamander.md | jlewi/course-v3 | 253e26759e2145fdc2848c48087120d19f670485 | [
"Apache-2.0"
] | 10 | 2019-10-21T08:04:17.000Z | 2020-09-20T14:28:56.000Z | docs/update_salamander.md | jlewi/course-v3 | 253e26759e2145fdc2848c48087120d19f670485 | [
"Apache-2.0"
] | 5 | 2021-09-27T22:01:25.000Z | 2022-02-27T10:26:46.000Z | docs/update_salamander.md | jlewi/course-v3 | 253e26759e2145fdc2848c48087120d19f670485 | [
"Apache-2.0"
] | 2 | 2020-02-19T12:44:58.000Z | 2020-12-14T16:40:27.000Z | ---
title: Returning to Salamander
keywords:
sidebar: home_sidebar
---
To return to your notebook, the basic steps will be:
1. Start your instance
1. Update the course repo
1. Update the fastai library
1. When done, shut down your instance
## Step by step guide
### Start your instance
Sign in to [salamander](h... | 34.852459 | 287 | 0.751176 | eng_Latn | 0.994186 |
e18c17cd22110cd503813448fcbcce63dcfa345b | 889 | md | Markdown | v-ref/freetype_freetype.md | shanghuo/v-ref | 40dae3836cec710b76378efbdbea232210e8b29e | [
"MIT"
] | 1 | 2019-07-14T11:41:53.000Z | 2019-07-14T11:41:53.000Z | v-ref/freetype_freetype.md | shanghuo/v-ref | 40dae3836cec710b76378efbdbea232210e8b29e | [
"MIT"
] | 1 | 2019-07-21T13:38:33.000Z | 2019-07-22T03:28:09.000Z | v-ref/freetype_freetype.md | shanghuo/v-ref | 40dae3836cec710b76378efbdbea232210e8b29e | [
"MIT"
] | null | null | null | ---
permalink: /v-ref/TODO.html
title: "V语言-TODO"
description: "V语言-TODO - 这是一个新兴的语言,虽然有时不是那么稳定,又或者许多功能还在实现途中,但是你不得不相信开源社区的强大!它来了,它改变着! —— V lang"
lang: "zh_CN"
---
# V语言 - TODO
[本站首页](/)
[中文文档](/docs.html)
[手册目录](/menu/v.html)
## new_context()
TODO
### 语法
```
pub fn new_context(cfg gg.Cfg) *Context {
```
参数|描述
-... | 7.867257 | 96 | 0.573678 | yue_Hant | 0.398497 |
e18ebfcc2a4584774cb3ac8b5d760e2155775cc6 | 1,761 | md | Markdown | README.md | SammyEnigma/flat-gui | 9ebabb9dbc2aa4c98fc077a3b2893dd1f42572d2 | [
"MIT"
] | 58 | 2018-02-05T07:49:20.000Z | 2022-02-02T14:47:45.000Z | README.md | SammyEnigma/flat-gui | 9ebabb9dbc2aa4c98fc077a3b2893dd1f42572d2 | [
"MIT"
] | 3 | 2019-03-19T21:24:03.000Z | 2020-12-26T15:14:09.000Z | README.md | SammyEnigma/flat-gui | 9ebabb9dbc2aa4c98fc077a3b2893dd1f42572d2 | [
"MIT"
] | 13 | 2018-08-10T14:42:00.000Z | 2022-02-08T20:26:12.000Z | 
# FlatGUI
_A Qt C++ Library_
**Note:** I am currently reworking this repository. Some links might not be operational yet, nor have the complete nor the actual content. Please be patient!
## What is FlatGUI?
FlatGUI is an open-source lib... | 55.03125 | 396 | 0.770017 | eng_Latn | 0.989909 |
e18f9d4bc56f945736efa53f14995eb8f5e42169 | 1,922 | md | Markdown | AlchemyInsights/consistencyguidsourceanchor-behavior.md | isabella232/OfficeDocs-AlchemyInsights-pr.da-DK | a907697f48db2dc57c19d7e003d92831c111566e | [
"CC-BY-4.0",
"MIT"
] | 2 | 2020-05-19T19:06:02.000Z | 2020-09-17T11:26:05.000Z | AlchemyInsights/consistencyguidsourceanchor-behavior.md | isabella232/OfficeDocs-AlchemyInsights-pr.da-DK | a907697f48db2dc57c19d7e003d92831c111566e | [
"CC-BY-4.0",
"MIT"
] | 2 | 2022-02-09T06:59:12.000Z | 2022-02-09T06:59:36.000Z | AlchemyInsights/consistencyguidsourceanchor-behavior.md | isabella232/OfficeDocs-AlchemyInsights-pr.da-DK | a907697f48db2dc57c19d7e003d92831c111566e | [
"CC-BY-4.0",
"MIT"
] | 2 | 2019-10-11T18:36:50.000Z | 2021-10-09T10:49:57.000Z | ---
title: KonsistensGuid/kildeAnchor-funktionsmåde
ms.author: pebaum
author: pebaum
manager: scotv
ms.date: 04/21/2020
ms.audience: Admin
ms.topic: article
ms.service: o365-administration
ROBOTS: NOINDEX, NOFOLLOW
localization_priority: Normal
ms.collection: Adm_O365
ms.custom: ''
ms.assetid: 6a44f797-acc7-4cbe-aa5a-4... | 54.914286 | 363 | 0.819979 | dan_Latn | 0.913495 |