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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
67d96ff96fceb7ddcd0bd1f18ba27c3c78f48c39 | 2,106 | md | Markdown | README.md | pgaspar/oqfc | 1c1c7f6871418aa9c859a22bc23aeae5315364ef | [
"MIT"
] | 3 | 2015-04-19T16:48:43.000Z | 2016-09-26T12:45:12.000Z | README.md | pgaspar/oqfc | 1c1c7f6871418aa9c859a22bc23aeae5315364ef | [
"MIT"
] | 3 | 2015-05-12T15:57:08.000Z | 2016-12-05T00:13:48.000Z | README.md | pgaspar/oqfc | 1c1c7f6871418aa9c859a22bc23aeae5315364ef | [
"MIT"
] | 6 | 2016-04-26T20:23:13.000Z | 2021-02-27T19:03:55.000Z | [](https://codeclimate.com/github/pgaspar/oqfc)
This is the source code behind the "[O que falta em Coimbra?](http://oquefaltaemcoimbra.pt/)" concept.
Make sure you check out the [Usage Guidelines](http://oquefaltaemcoimbra.pt/about).
How does... | 30.521739 | 209 | 0.728395 | eng_Latn | 0.874566 |
67da09544238104520107292f5a38e0476c7b510 | 1,166 | md | Markdown | _posts/2020-08-27-Linked List Cycle II.md | YShu7/YShu7.github.io | f224a8ac951e40e6b5419b93e486b2bf2b2c686b | [
"MIT"
] | 1 | 2021-04-14T11:27:45.000Z | 2021-04-14T11:27:45.000Z | _posts/2020-08-27-Linked List Cycle II.md | YShu7/YShu7.github.io | f224a8ac951e40e6b5419b93e486b2bf2b2c686b | [
"MIT"
] | null | null | null | _posts/2020-08-27-Linked List Cycle II.md | YShu7/YShu7.github.io | f224a8ac951e40e6b5419b93e486b2bf2b2c686b | [
"MIT"
] | null | null | null | ---
title: Linked List Cycle II
tags: [LeetCode, Two Pointers]
---
[142. Linked List Cycle II](https://leetcode.com/problems/linked-list-cycle-ii/)
#### Solution
1. H: distance from head to cycle entry E, D: distance from E to X, L: cycle length
1. 2H + 2D = H + D + L --> H + D = nL --> H = nL - D
1. Thus if two... | 28.439024 | 127 | 0.621784 | eng_Latn | 0.984519 |
67db38fcfb650d71bf395b5a719a915b67280e31 | 990 | md | Markdown | readme.md | UltiRequiem/read-here | df7e9b2844951300a963daa67a4c08201a5e52d2 | [
"MIT"
] | 1 | 2022-03-19T23:53:46.000Z | 2022-03-19T23:53:46.000Z | readme.md | UltiRequiem/read-here | df7e9b2844951300a963daa67a4c08201a5e52d2 | [
"MIT"
] | 1 | 2022-03-08T14:23:16.000Z | 2022-03-08T14:23:16.000Z | readme.md | UltiRequiem/read-from-fs | df7e9b2844951300a963daa67a4c08201a5e52d2 | [
"MIT"
] | null | null | null | # read-from-fs
Utilities to read files from the file system 🗃
## Installation ∙ [](https://www.npmjs.com/package/read-from-fs)
```console
# npm
npm install read-from-fs
# yarn
yarn add read-from-fs
# pnpm
pnpm add read-from-fs
```
## U... | 19.8 | 142 | 0.718182 | eng_Latn | 0.483185 |
67dd0e4e54e8d2250964714cdfab6d1a8692d113 | 143 | md | Markdown | _posts/Security/Angr-Dynamic Symbolic Exe.md | hwdavr/hwdavr.github.io | 3d71fbdd6712350682769f15d4de17c5f19e247d | [
"BSD-3-Clause",
"MIT"
] | null | null | null | _posts/Security/Angr-Dynamic Symbolic Exe.md | hwdavr/hwdavr.github.io | 3d71fbdd6712350682769f15d4de17c5f19e247d | [
"BSD-3-Clause",
"MIT"
] | null | null | null | _posts/Security/Angr-Dynamic Symbolic Exe.md | hwdavr/hwdavr.github.io | 3d71fbdd6712350682769f15d4de17c5f19e247d | [
"BSD-3-Clause",
"MIT"
] | null | null | null | ---
---
<p><a href="https://github.com/angr">https://github.com/angr</a><br>
<a href="https://docs.angr.io/">https://docs.angr.io/</a></p>
| 15.888889 | 68 | 0.573427 | yue_Hant | 0.685071 |
67df6b96f64469df7548118ff898360fccfd54ca | 9,352 | md | Markdown | docs/mfc/reference/cdaofieldinfo-structure.md | drvoss/cpp-docs.ko-kr | dda556c732d97e5959be3b39dc331ded7eda8bb3 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/mfc/reference/cdaofieldinfo-structure.md | drvoss/cpp-docs.ko-kr | dda556c732d97e5959be3b39dc331ded7eda8bb3 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/mfc/reference/cdaofieldinfo-structure.md | drvoss/cpp-docs.ko-kr | dda556c732d97e5959be3b39dc331ded7eda8bb3 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: "CDaoFieldInfo 구조체 | Microsoft Docs"
ms.custom:
ms.date: 11/04/2016
ms.reviewer:
ms.suite:
ms.technology:
- cpp-windows
ms.tgt_pltfrm:
ms.topic: article
f1_keywords:
- CDaoFieldInfo
dev_langs:
- C++
helpviewer_keywords:
- DAO (Data Access Objects), Fields collection
- CDaoFieldInfo structu... | 54.057803 | 408 | 0.676647 | kor_Hang | 1.000009 |
67e163b003b61958557539f222dbfee5110de5c0 | 1,969 | md | Markdown | docs/connect/jdbc/reference/getxaconnection-method.md | sql-aus-hh/sql-docs.de-de | edfac31211cedb5d13440802f131a1e48934748a | [
"CC-BY-4.0",
"MIT"
] | 1 | 2022-02-25T18:10:29.000Z | 2022-02-25T18:10:29.000Z | docs/connect/jdbc/reference/getxaconnection-method.md | sql-aus-hh/sql-docs.de-de | edfac31211cedb5d13440802f131a1e48934748a | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/connect/jdbc/reference/getxaconnection-method.md | sql-aus-hh/sql-docs.de-de | edfac31211cedb5d13440802f131a1e48934748a | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: GetXAConnection-Methode () | Microsoft-Dokumentation
ms.custom: ''
ms.date: 01/19/2017
ms.prod: sql
ms.prod_service: connectivity
ms.reviewer: ''
ms.technology: connectivity
ms.topic: conceptual
apiname:
- SQLServerXADataSource.getXAConnection ()
apilocation:
- sqljdbc.jar
apitype: Assembly
ms.assetid: b2710... | 34.54386 | 142 | 0.7613 | deu_Latn | 0.28681 |
67e2bd12db347ffc3a9a3d44302d7106e1a35b92 | 1,223 | md | Markdown | README.md | misa198/misapi-extension | 0d3b80928b306b7f63b03c1c5d3a41e5c5612304 | [
"MIT"
] | 1 | 2021-01-20T09:05:47.000Z | 2021-01-20T09:05:47.000Z | README.md | misa198/misapi-extension | 0d3b80928b306b7f63b03c1c5d3a41e5c5612304 | [
"MIT"
] | null | null | null | README.md | misa198/misapi-extension | 0d3b80928b306b7f63b03c1c5d3a41e5c5612304 | [
"MIT"
] | null | null | null | # MisaPi Extension
<p align="center">
<img src="https://raw.githubusercontent.com/misa198/misapi-extension/master/src/assets/logo.png?token=AMIRKUFJCB5LZA26KUUB7CLACEL6W" width="100px" />
<img src="https://raw.githubusercontent.com/misa198/misapi-extension/master/src/assets/logo-text.png?token=AMIRKUFEPB6IUZX55HZG... | 43.678571 | 165 | 0.718724 | vie_Latn | 0.998994 |
67e353b15120721a37536348e41b59bc0395b277 | 338 | md | Markdown | docs/attribution.md | trishores/swagger-toolkit | d125955b1ae7869369201f27ccc92119ed446999 | [
"MIT"
] | null | null | null | docs/attribution.md | trishores/swagger-toolkit | d125955b1ae7869369201f27ccc92119ed446999 | [
"MIT"
] | null | null | null | docs/attribution.md | trishores/swagger-toolkit | d125955b1ae7869369201f27ccc92119ed446999 | [
"MIT"
] | 2 | 2022-01-05T01:39:44.000Z | 2022-02-27T01:38:45.000Z | # Attribution
- OpenAPI Specification Repository for the sample [swagger file](https://github.com/OAI/OpenAPI-Specification/blob/main/examples/v2.0/json/petstore-simple.json)
- App icon based on image by [ptra](https://pixabay.com/users/ptra-359668/).
- Open-source .NET developer platform, WPF, JSON API, and Visual St... | 67.6 | 160 | 0.778107 | kor_Hang | 0.421549 |
67e38b06963afe2e16c4ce3c193763e78c319d93 | 3,081 | md | Markdown | docs/vs-2015/extensibility/vstextview-object.md | monkey3310/visualstudio-docs.pl-pl | adc80e0d3bef9965253897b72971ccb1a3781354 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/vs-2015/extensibility/vstextview-object.md | monkey3310/visualstudio-docs.pl-pl | adc80e0d3bef9965253897b72971ccb1a3781354 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/vs-2015/extensibility/vstextview-object.md | monkey3310/visualstudio-docs.pl-pl | adc80e0d3bef9965253897b72971ccb1a3781354 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Obiekt VSTextView | Dokumentacja firmy Microsoft
ms.custom: ''
ms.date: 2018-06-30
ms.prod: visual-studio-dev14
ms.reviewer: ''
ms.suite: ''
ms.technology:
- vs-ide-sdk
ms.tgt_pltfrm: ''
ms.topic: article
f1_keywords:
- VSTextView
helpviewer_keywords:
- VSTextView object, reference
- views [Visual Studio SDK... | 57.055556 | 567 | 0.793898 | pol_Latn | 0.957032 |
67e3aa529228f6cca794e80e2842a853b5e7b185 | 2,123 | md | Markdown | docs/web-service-reference/user-pox.md | isabella232/office-developer-exchange-docs.pt-BR | 8cfcb3b680209a345a8a30cf9b39ef2b773eadd9 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2020-05-19T18:53:55.000Z | 2020-05-19T18:53:55.000Z | docs/web-service-reference/user-pox.md | isabella232/office-developer-exchange-docs.pt-BR | 8cfcb3b680209a345a8a30cf9b39ef2b773eadd9 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2021-12-08T04:01:25.000Z | 2021-12-08T04:02:00.000Z | docs/web-service-reference/user-pox.md | isabella232/office-developer-exchange-docs.pt-BR | 8cfcb3b680209a345a8a30cf9b39ef2b773eadd9 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: User (POX)
manager: sethgros
ms.date: 09/17/2015
ms.audience: Developer
ms.topic: reference
ms.localizationpriority: medium
api_type:
- schema
ms.assetid: 7c42b516-77f6-4aee-99d8-b866d82d793a
description: O elemento User fornece informações específicas do usuário.
ms.openlocfilehash: 832e0a63e75a08406b3aa397... | 29.901408 | 168 | 0.720207 | por_Latn | 0.883308 |
67e45d4ac310317339befbcf47acfa555a2c344e | 2,724 | md | Markdown | docs/extensibility/debugger/event-sources-visual-studio-sdk.md | BrainCraze/visualstudio-docs.de-de | 3758c943d5f4eacbdc0d975cb114f287018463dd | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/extensibility/debugger/event-sources-visual-studio-sdk.md | BrainCraze/visualstudio-docs.de-de | 3758c943d5f4eacbdc0d975cb114f287018463dd | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/extensibility/debugger/event-sources-visual-studio-sdk.md | BrainCraze/visualstudio-docs.de-de | 3758c943d5f4eacbdc0d975cb114f287018463dd | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Ereignisquellen (Visual Studio SDK) | Microsoft Docs
ms.custom: ''
ms.date: 11/04/2016
ms.technology:
- vs-ide-sdk
ms.topic: conceptual
helpviewer_keywords:
- debugging [Debugging SDK], event sources
ms.assetid: b9ba0908-ae4c-4a64-aab1-bee453dd7a22
author: gregvanl
ms.author: gregvanl
manager: dou... | 34.923077 | 275 | 0.707783 | yue_Hant | 0.289412 |
67e45e50f12a156b32772e26ab3898344fca3c80 | 11,272 | md | Markdown | articles/synapse-analytics/sql-data-warehouse/gen2-migration-schedule.md | pmsousa/azure-docs.pt-pt | bc487beff48df00493484663c200e44d4b24cb18 | [
"CC-BY-4.0",
"MIT"
] | 15 | 2017-08-28T07:46:17.000Z | 2022-02-03T12:49:15.000Z | articles/synapse-analytics/sql-data-warehouse/gen2-migration-schedule.md | pmsousa/azure-docs.pt-pt | bc487beff48df00493484663c200e44d4b24cb18 | [
"CC-BY-4.0",
"MIT"
] | 407 | 2018-06-14T16:12:48.000Z | 2021-06-02T16:08:13.000Z | articles/synapse-analytics/sql-data-warehouse/gen2-migration-schedule.md | pmsousa/azure-docs.pt-pt | bc487beff48df00493484663c200e44d4b24cb18 | [
"CC-BY-4.0",
"MIT"
] | 17 | 2017-10-04T22:53:31.000Z | 2022-03-10T16:41:59.000Z | ---
title: Migrar a sua piscina SQL dedicada (anteriormente SQL DW) para a Gen2
description: Instruções para migrar uma piscina SQL dedicada existente (anteriormente SQL DW) para a Gen2 e o calendário de migração por região.
services: synapse-analytics
author: mlee3gsd
ms.author: anjangsh
ms.reviewer: jrasnick
manager:... | 82.882353 | 647 | 0.789656 | por_Latn | 0.999862 |
67e49856f2b0ccaea286c087fa568fb172327141 | 57 | md | Markdown | Databases/Postgres/Get active Connections/README.md | 0x4447/0x4447-Scripts | 3ac525145db9d0258850b3640b422d7eaada014e | [
"MIT"
] | 1 | 2019-01-05T18:18:41.000Z | 2019-01-05T18:18:41.000Z | Databases/Postgres/Get active Connections/README.md | 0x4447/0x4447-Scripts | 3ac525145db9d0258850b3640b422d7eaada014e | [
"MIT"
] | 5 | 2018-10-16T08:16:53.000Z | 2018-12-03T20:50:24.000Z | Databases/Postgres/Get active Connections/README.md | 0x4447/0x4447-Scripts | 3ac525145db9d0258850b3640b422d7eaada014e | [
"MIT"
] | null | null | null | Get Active Connections
`SELECT * FROM pg_stat_activity;` | 19 | 33 | 0.807018 | kor_Hang | 0.605147 |
67e69f9e7c7ff4f7adbc8d44eb2c157d1e600e96 | 1,389 | md | Markdown | docs/smtp.md | gerMdz/reservations | 1e56a16998c9bb3ebead3ebd6079910c02373e29 | [
"MIT"
] | 1 | 2021-04-24T21:52:02.000Z | 2021-04-24T21:52:02.000Z | docs/smtp.md | gerMdz/reservations | 1e56a16998c9bb3ebead3ebd6079910c02373e29 | [
"MIT"
] | 3 | 2021-04-22T22:27:32.000Z | 2021-09-04T16:34:21.000Z | docs/smtp.md | gerMdz/reservations | 1e56a16998c9bb3ebead3ebd6079910c02373e29 | [
"MIT"
] | null | null | null | ## Bienvenido a PayunPILE
### SMTP
La configuración del servidor de correos se realiza desde el archivo.
Se basa en el componente [Mailer](https://symfony.com/components/Mailer) de [Symfony](https://symfony.com)
```
.env (archivo de distribución original)
.env.local (archivo de configuración en desarrollo)
.env.local... | 29.553191 | 106 | 0.743701 | spa_Latn | 0.397924 |
67e80047c70ff1cee130a5a432eeaafaa797b865 | 7,480 | md | Markdown | CONTRIBUTING.md | AAMasters/UsersModule | 22d7a643380bf6b407b1e5a19c826133bd3107b8 | [
"Apache-2.0"
] | null | null | null | CONTRIBUTING.md | AAMasters/UsersModule | 22d7a643380bf6b407b1e5a19c826133bd3107b8 | [
"Apache-2.0"
] | null | null | null | CONTRIBUTING.md | AAMasters/UsersModule | 22d7a643380bf6b407b1e5a19c826133bd3107b8 | [
"Apache-2.0"
] | null | null | null | # Contributing
We are thrilled you are interested in contributing to this repository. Your help may be essential to the project's success and we want you in!
Superalgos is a collective project, currently at a very early stage. Although this repository is not open source software yet, we do welcome contributions from... | 162.608696 | 763 | 0.797594 | eng_Latn | 0.999882 |
67e813bfa5f07d71af9e68da3fda9b77cb8cb97e | 5,316 | md | Markdown | _posts/2017-05-17-juegos.md | alvarmaciel/quintogrado | d4ebae86168c817f126525d6b196111b4da45c0d | [
"Apache-2.0"
] | null | null | null | _posts/2017-05-17-juegos.md | alvarmaciel/quintogrado | d4ebae86168c817f126525d6b196111b4da45c0d | [
"Apache-2.0"
] | 14 | 2017-03-24T13:25:13.000Z | 2017-05-29T14:07:51.000Z | _posts/2017-05-17-juegos.md | alvarmaciel/quintogrado | d4ebae86168c817f126525d6b196111b4da45c0d | [
"Apache-2.0"
] | null | null | null | ---
layout: post
title: Juegos y juguetes
author: Alvar maciel
tags: [prácticas del lenguaje, proyectos, Matemática]
subtitle: producción de juegos y juguetes para habitar mejor la escuela
category: proyectos
---
Este proyecto, es una apuesta para fomentar un tipo de actividad lúdica, que colabore para que el ambiente... | 69.947368 | 469 | 0.790256 | spa_Latn | 0.999136 |
67e8c610019d99397049e965d0b293c932b67d6c | 694 | md | Markdown | docs/GBinanceFuturesClient-BinanceFuturesClient-UseTestnet(bool).md | Guzik1/BinanceFuturesClient | 589e028ee61b3577141eaf48e7b3aac98e9958d7 | [
"MIT"
] | 6 | 2020-04-18T23:00:50.000Z | 2021-04-07T04:58:59.000Z | docs/GBinanceFuturesClient-BinanceFuturesClient-UseTestnet(bool).md | Guzik1/BinanceFuturesClient | 589e028ee61b3577141eaf48e7b3aac98e9958d7 | [
"MIT"
] | 2 | 2020-04-29T11:44:41.000Z | 2020-09-22T14:18:25.000Z | docs/GBinanceFuturesClient-BinanceFuturesClient-UseTestnet(bool).md | Guzik1/BinanceFuturesClient | 589e028ee61b3577141eaf48e7b3aac98e9958d7 | [
"MIT"
] | 1 | 2020-06-22T03:08:14.000Z | 2020-06-22T03:08:14.000Z | #### [GBinanceFuturesClient](./index.md 'index')
### [GBinanceFuturesClient](./GBinanceFuturesClient.md 'GBinanceFuturesClient').[BinanceFuturesClient](./GBinanceFuturesClient-BinanceFuturesClient.md 'GBinanceFuturesClient.BinanceFuturesClient')
## BinanceFuturesClient.UseTestnet(bool) Method
Use testnet for own app te... | 53.384615 | 196 | 0.783862 | yue_Hant | 0.495047 |
67ea04498db895acc0e333b149b251db06e1172f | 1,058 | md | Markdown | README.md | realkotob/FreeRoamRoguelikeRacerPrototype | 09295b1f8dd66992d2583f246b78360ae276e60a | [
"MIT"
] | 86 | 2017-06-15T13:46:52.000Z | 2022-03-17T09:49:27.000Z | README.md | realkotob/FreeRoamRoguelikeRacerPrototype | 09295b1f8dd66992d2583f246b78360ae276e60a | [
"MIT"
] | 2 | 2020-05-12T09:04:39.000Z | 2020-06-30T02:20:25.000Z | README.md | realkotob/FreeRoamRoguelikeRacerPrototype | 09295b1f8dd66992d2583f246b78360ae276e60a | [
"MIT"
] | 15 | 2018-01-08T00:18:31.000Z | 2022-03-01T10:40:43.000Z | # FreeRoamRoguelikeRacerPrototype
This is a Godot 3.3. project.
For a 2.1.4 version (missing many features), see the 2.1.4 branch.
Mostly an exploration of procedural generation of roads/city.
Features
* main menu
* loading screen
* procedural map
* procedural placement of time trial, speed trap and race markers (... | 28.594595 | 100 | 0.772212 | eng_Latn | 0.997504 |
67ea1a64605682aa0123a8453a07edd2a599aae2 | 106 | md | Markdown | src/__tests__/fixtures/unfoldingWord/en_tq/jer/26/12.md | unfoldingWord/content-checker | 7b4ca10b94b834d2795ec46c243318089cc9110e | [
"MIT"
] | null | null | null | src/__tests__/fixtures/unfoldingWord/en_tq/jer/26/12.md | unfoldingWord/content-checker | 7b4ca10b94b834d2795ec46c243318089cc9110e | [
"MIT"
] | 226 | 2020-09-09T21:56:14.000Z | 2022-03-26T18:09:53.000Z | src/__tests__/fixtures/unfoldingWord/en_tq/jer/26/12.md | unfoldingWord/content-checker | 7b4ca10b94b834d2795ec46c243318089cc9110e | [
"MIT"
] | 1 | 2022-01-10T21:47:07.000Z | 2022-01-10T21:47:07.000Z | # Where do the people take him to judge him?
They take him to the gateway of the New Gate of the temple.
| 26.5 | 59 | 0.745283 | eng_Latn | 0.999956 |
67ed6b4bb175bc40044bf903e34a36956e68f437 | 7,705 | md | Markdown | content/posts/2020-07-08---Hot-Papers.md | TatsuyaShirakawa/daily-arxiv-gatsby | 4c1744c7f6f3eaa676310a5958ee71e126cf0c93 | [
"MIT"
] | 4 | 2020-09-02T16:13:06.000Z | 2021-11-08T08:17:04.000Z | content/posts/2020-07-08---Hot-Papers.md | TatsuyaShirakawa/daily-arxiv-gatsby | 4c1744c7f6f3eaa676310a5958ee71e126cf0c93 | [
"MIT"
] | null | null | null | content/posts/2020-07-08---Hot-Papers.md | TatsuyaShirakawa/daily-arxiv-gatsby | 4c1744c7f6f3eaa676310a5958ee71e126cf0c93 | [
"MIT"
] | null | null | null | ---
title: Hot Papers 2020-07-08
date: 2020-07-09T08:45:39.Z
template: "post"
draft: false
slug: "hot-papers-2020-07-08"
category: "arXiv"
tags:
- "arXiv"
- "Twitter"
- "Machine Learning"
- "Computer Science"
description: "Hot papers 2020-07-08"
socialImage: "/media/flying-marine.jpg"
---
# 1. Predicting Afro... | 90.647059 | 1,074 | 0.767424 | eng_Latn | 0.853321 |
67ede7a31c2681325b45622c543cc1d27d402898 | 33 | md | Markdown | oreo-back-end/README.md | Eve-1995/oreo-front-end | f0df1d8c96ff8c97af63e859ea1dd9dd31b2a09e | [
"MIT"
] | 7 | 2019-04-27T06:50:54.000Z | 2019-10-23T09:19:26.000Z | oreo-back-end/README.md | Eve-1995/Oreo | f0df1d8c96ff8c97af63e859ea1dd9dd31b2a09e | [
"MIT"
] | 3 | 2020-01-09T14:21:54.000Z | 2020-08-11T15:23:35.000Z | oreo-back-end/README.md | Eve-1995/Oreo | f0df1d8c96ff8c97af63e859ea1dd9dd31b2a09e | [
"MIT"
] | null | null | null | # blog-back-end-system
个人博客-后端系统
| 11 | 22 | 0.757576 | pol_Latn | 0.334737 |
67eea7ada4d74ac6c567c2343261268f832af2ef | 5,216 | md | Markdown | content/essays/2021/02/scope-functions-as-if-else-statements.md | caramelomartins/website | 321a909bee4dfbfe8e512a79b9484d5f99c090c1 | [
"MIT"
] | 3 | 2019-12-16T11:12:38.000Z | 2021-10-04T06:19:46.000Z | content/essays/2021/02/scope-functions-as-if-else-statements.md | caramelomartins/website | 321a909bee4dfbfe8e512a79b9484d5f99c090c1 | [
"MIT"
] | null | null | null | content/essays/2021/02/scope-functions-as-if-else-statements.md | caramelomartins/website | 321a909bee4dfbfe8e512a79b9484d5f99c090c1 | [
"MIT"
] | 5 | 2019-11-18T16:06:52.000Z | 2021-10-05T05:12:12.000Z | ---
title: "Don't Abuse Kotlin Scope Functions as an If-Else for Null Checks"
date: 2021-02-09
draft: false
summary: An exploration behind the reasons why we shouldn't use statements based on scope function, in particular `let`, as if-else checks to validate nullability in Kotlin.
authors: Hugo Martins
categories: ["ko... | 110.978723 | 863 | 0.755943 | eng_Latn | 0.999656 |
67eefceed87b1752d7c49672e99df8a62d0b33ba | 2,522 | md | Markdown | optimization.md | iamumairs/tool_lists | 475251524d9584202c1ba14da9d2d3bf2906275a | [
"CC0-1.0"
] | null | null | null | optimization.md | iamumairs/tool_lists | 475251524d9584202c1ba14da9d2d3bf2906275a | [
"CC0-1.0"
] | null | null | null | optimization.md | iamumairs/tool_lists | 475251524d9584202c1ba14da9d2d3bf2906275a | [
"CC0-1.0"
] | null | null | null | # Python optimization frameworks
## General
- [`cvxopt`](https://github.com/cvxopt/cvxopt)
- [Pyomo](https://software.sandia.gov//trac/coopr/wiki/Pyomo) (Python) (Sandia)
- [PuLP](https://pypi.python.org/pypi/PuLP/1.5.6) (Python) interfaces to GLPK, CLP/CBC, CPLEX, GUROBI
- [`optlang`](https://github.com/biosustain/op... | 63.05 | 227 | 0.720856 | yue_Hant | 0.315936 |
67ef0aed36977120b43c369401903331693a5574 | 1,068 | md | Markdown | _data/workshops_raw_html/23.md | UT-Austin-RPL/rss2022 | 309d38b9203d3d8e356a8dd3e02d4f5ce1ededa5 | [
"MIT"
] | 1 | 2020-07-04T14:43:45.000Z | 2020-07-04T14:43:45.000Z | _data/workshops_raw_html/23.md | UT-Austin-RPL/rss2022 | 309d38b9203d3d8e356a8dd3e02d4f5ce1ededa5 | [
"MIT"
] | 3 | 2016-12-14T19:58:42.000Z | 2017-03-30T20:52:52.000Z | _data/workshops_raw_html/23.md | UT-Austin-RPL/rss2022 | 309d38b9203d3d8e356a8dd3e02d4f5ce1ededa5 | [
"MIT"
] | 2 | 2017-03-26T18:30:50.000Z | 2019-06-04T02:31:13.000Z | <p>
In this workshop a wide range of renowned experts will discuss deep learning
techniques at the frontier of research that are not yet widely adopted,
discussed, or well-known in our community. We carefully selected research
topics such as Bayesian deep learning, generative models, or deep reinforcement
learning for ... | 53.4 | 79 | 0.824906 | eng_Latn | 0.999809 |
67ef55e5238d854d4264b5022b8e3888a31ea280 | 310 | md | Markdown | Trading_Strategies_in_Emerging_Markets/Design_Your_Own_Trading_Strategy/README.md | cilsya/coursera | 4a7896f3225cb84e2f15770409c1f18bfe529615 | [
"MIT"
] | 1 | 2021-03-15T13:57:04.000Z | 2021-03-15T13:57:04.000Z | Trading_Strategies_in_Emerging_Markets/Design_Your_Own_Trading_Strategy/README.md | cilsya/coursera | 4a7896f3225cb84e2f15770409c1f18bfe529615 | [
"MIT"
] | 5 | 2020-03-24T16:17:05.000Z | 2021-06-01T22:49:40.000Z | Trading_Strategies_in_Emerging_Markets/Design_Your_Own_Trading_Strategy/README.md | cilsya/coursera | 4a7896f3225cb84e2f15770409c1f18bfe529615 | [
"MIT"
] | null | null | null | # Trading_Strategies_in_Emerging_Markets
## Design_Your_Own_Trading_Strategy
* Implementing Pair Trading Strategy.
* 'WriteUp' pdf's contain the description, results, and report
* The folder 'code_process_data' contains 'a_data_processing_a.ipynb' which was used to generate the data for the write up report. | 51.666667 | 130 | 0.822581 | eng_Latn | 0.967492 |
67ef6a426be82b3e07b6712aa6e917361aef0e3f | 78 | md | Markdown | README.md | yfukai/image_analysis_cookbook | bfbda15ad5f384ab739c88216b492c8132cadcf0 | [
"BSD-3-Clause"
] | null | null | null | README.md | yfukai/image_analysis_cookbook | bfbda15ad5f384ab739c88216b492c8132cadcf0 | [
"BSD-3-Clause"
] | null | null | null | README.md | yfukai/image_analysis_cookbook | bfbda15ad5f384ab739c88216b492c8132cadcf0 | [
"BSD-3-Clause"
] | null | null | null | # image_analysis_cookbook
Some random python pieces to explain image analysis
| 26 | 51 | 0.858974 | eng_Latn | 0.646324 |
67f0c58ab13e20545ded0eceb83d50c6a6588aa8 | 62 | md | Markdown | assets/README.md | victor35/Trabalhos-da-Faculdade | e8b0faaa77d50aca422d694fa7cb891f886513c2 | [
"MIT"
] | null | null | null | assets/README.md | victor35/Trabalhos-da-Faculdade | e8b0faaa77d50aca422d694fa7cb891f886513c2 | [
"MIT"
] | null | null | null | assets/README.md | victor35/Trabalhos-da-Faculdade | e8b0faaa77d50aca422d694fa7cb891f886513c2 | [
"MIT"
] | null | null | null | # Imagens
Repositório de imagens utilizadas no próprio github
| 20.666667 | 51 | 0.83871 | por_Latn | 0.999986 |
67f0ed353390fcaeaeb8913a11a84cb294b38c8a | 87 | md | Markdown | README.md | dscohen75/lambdata_dscohen75 | 4ef596727bbcc073876cd2d3faf31d24fd29f6c2 | [
"MIT"
] | null | null | null | README.md | dscohen75/lambdata_dscohen75 | 4ef596727bbcc073876cd2d3faf31d24fd29f6c2 | [
"MIT"
] | null | null | null | README.md | dscohen75/lambdata_dscohen75 | 4ef596727bbcc073876cd2d3faf31d24fd29f6c2 | [
"MIT"
] | null | null | null | # lambdata_dscohen75
Example of object oriented programming and making our own package
| 29 | 65 | 0.850575 | eng_Latn | 0.997541 |
67f10bc3bd9d0497a753131c8145827b6d7a22aa | 1,317 | md | Markdown | README.md | gtcooke94/linux-config | 06734cfe303f320d01bbbcd5196485b26045c3e7 | [
"MIT"
] | 1 | 2018-10-29T17:39:57.000Z | 2018-10-29T17:39:57.000Z | README.md | gtcooke94/linux-config | 06734cfe303f320d01bbbcd5196485b26045c3e7 | [
"MIT"
] | null | null | null | README.md | gtcooke94/linux-config | 06734cfe303f320d01bbbcd5196485b26045c3e7 | [
"MIT"
] | null | null | null | Linux Config
===
Installation
---
This assumes a particular path for installation::
mkdir ~/repos
cd repos
git clone https://github.com/esquires/linux-config.git
cd linux-config
bash ubuntu_install.sh
Manual steps:
* Put this in `~/.gitconfig`. See [here](https://github.com/neovim/neovim/issues... | 23.105263 | 86 | 0.628702 | eng_Latn | 0.864989 |
67f1ecc25bd2e05207221be94f65917ef41ecdfd | 54 | md | Markdown | servers/README.md | jleung51/scripts | 59f769133a54d06d266de7f0027fc9ef95590477 | [
"MIT"
] | 3 | 2018-01-12T06:04:44.000Z | 2019-03-04T18:11:54.000Z | servers/README.md | jleung51/scripts | 59f769133a54d06d266de7f0027fc9ef95590477 | [
"MIT"
] | 3 | 2018-01-22T11:52:05.000Z | 2019-03-04T18:59:58.000Z | servers/README.md | jleung51/scripts | 59f769133a54d06d266de7f0027fc9ef95590477 | [
"MIT"
] | 2 | 2018-04-28T08:52:19.000Z | 2019-03-04T17:18:49.000Z | # Server Utilities
Any scripts dealing with servers.
| 13.5 | 33 | 0.796296 | eng_Latn | 0.977511 |
67f298147e882e28099f3cd557e4d1994ecaed76 | 7,965 | md | Markdown | _posts/2021-04-26-shalat-jenazah.md | isandroid/wiki | 4d43802adee324de0c909be222ee60a3be55675b | [
"MIT"
] | null | null | null | _posts/2021-04-26-shalat-jenazah.md | isandroid/wiki | 4d43802adee324de0c909be222ee60a3be55675b | [
"MIT"
] | null | null | null | _posts/2021-04-26-shalat-jenazah.md | isandroid/wiki | 4d43802adee324de0c909be222ee60a3be55675b | [
"MIT"
] | null | null | null | ---
title: Shalat Jenazah
layout: post
date: 2021-04-26 06:31:02 +0700
author: Isa Mujahid Islam
tags: shalat
description: tata cara shalat jenazah
published: true
---
- Niat shalat Jenazah: "Aku berniat shalat jenazah empat takbir fardhu kifayah di belakang Imam". Niat itu di dalam hati saja.
- Sesudah berbaris meng... | 53.817568 | 496 | 0.766729 | ind_Latn | 0.601153 |
67f29a66ce999a2c35831d6b971552736f256606 | 386 | md | Markdown | index.md | abhmalik/abhmalik.github.io | a0836f12923ffd772d639550e223d4133e1b6ce0 | [
"MIT"
] | null | null | null | index.md | abhmalik/abhmalik.github.io | a0836f12923ffd772d639550e223d4133e1b6ce0 | [
"MIT"
] | null | null | null | index.md | abhmalik/abhmalik.github.io | a0836f12923ffd772d639550e223d4133e1b6ce0 | [
"MIT"
] | null | null | null | ---
layout: home
title: Welcome!
subtitle: Abhishek Malik's personal website
---
### My name is Abhishek Malik. I'm a data scientist at Hawk:AI based out of Munich, Germany.
### By the day, I love all things data and Python. Feel free to checkout some of my projects on top right corner of this website.
### By the ev... | 32.166667 | 129 | 0.735751 | eng_Latn | 0.998064 |
67f3de1aee29021ab93d9fd2f619afd61b4d2a4c | 49 | md | Markdown | README.md | dKirill/evolution | 3d0181ffb0cb292c916d15ce77b98912b1768541 | [
"MIT"
] | null | null | null | README.md | dKirill/evolution | 3d0181ffb0cb292c916d15ce77b98912b1768541 | [
"MIT"
] | null | null | null | README.md | dKirill/evolution | 3d0181ffb0cb292c916d15ce77b98912b1768541 | [
"MIT"
] | null | null | null | # evolution
Simple evolution-based strategy game
| 16.333333 | 36 | 0.836735 | eng_Latn | 0.897684 |
67f3e3bc3995253cb3c1403fbf6542896d65c336 | 1,604 | md | Markdown | README.md | ncaudill27/character_builder | 0271c1c00c06bea738ade9599414446536976485 | [
"MIT"
] | null | null | null | README.md | ncaudill27/character_builder | 0271c1c00c06bea738ade9599414446536976485 | [
"MIT"
] | 3 | 2020-12-31T04:49:48.000Z | 2021-09-28T00:26:12.000Z | README.md | ncaudill27/creation_station | 0271c1c00c06bea738ade9599414446536976485 | [
"MIT"
] | null | null | null | # Creation Station
Store your D&D characters, add your backstory or see other people's creations.
## What is this?
Creation Station was made as a learning experience. Made to exemplify model relations and give a base for
expansion. My hope is to add more and more RPG based features (e.g. Inventory, Dice Rolls). In t... | 22.591549 | 178 | 0.740025 | eng_Latn | 0.894247 |
67f3f2d7df1c8d0aaed77be89e8ccb8666866bba | 333 | md | Markdown | README.md | vjsaisha/puppet-auditd | 2f676d01106213eca89d10c82734dd6af50284fc | [
"Apache-2.0"
] | null | null | null | README.md | vjsaisha/puppet-auditd | 2f676d01106213eca89d10c82734dd6af50284fc | [
"Apache-2.0"
] | null | null | null | README.md | vjsaisha/puppet-auditd | 2f676d01106213eca89d10c82734dd6af50284fc | [
"Apache-2.0"
] | null | null | null | # puppet-auditd
audit rules for my environment
## Section overview
1. [Module introduction](#module)
2. Module usage
3. example
## Module
Basic use
## Module usage
use like this
## example
use
afskdfs;ldgf
askdjjnasda\
asdkjasnda
adsklanjsda
a
sdjkljasd';asd
adsad
d\
d
d
d
d
asdasd
ad
asd
asd
asd
asf
... | 6.283019 | 33 | 0.717718 | eng_Latn | 0.548757 |
67f4dcb481d243f4280d3c612030e1a7d0cd8eda | 836 | md | Markdown | index.md | ncflib/DSS-Docs | a5a236f5532320c95f52cc266cd947573774be33 | [
"MIT"
] | null | null | null | index.md | ncflib/DSS-Docs | a5a236f5532320c95f52cc266cd947573774be33 | [
"MIT"
] | null | null | null | index.md | ncflib/DSS-Docs | a5a236f5532320c95f52cc266cd947573774be33 | [
"MIT"
] | null | null | null | ---
layout: default
title: Home
nav_order: 1
description: "Just the Docs is a responsive Jekyll theme with built-in search that is easily customizable and hosted on GitHub Pages."
permalink: /
---
# Digital Scholarship Studio Documentation and Workflows
## Jane Bancroft Cook Library, New College of Florida
This page ... | 44 | 310 | 0.79067 | eng_Latn | 0.982938 |
67f4e3e54f685e7d3e6695f8f98bcdc94ecb4b56 | 276 | md | Markdown | original/HomeShop/compound/Readme.md | jariou/mklotz | 2c5a2f419beeda46ec15cdfe75561bbe6c03d081 | [
"Apache-2.0"
] | 2 | 2018-06-04T13:14:30.000Z | 2018-06-15T19:52:39.000Z | original/HomeShop/compound/Readme.md | jariou/mklotz | 2c5a2f419beeda46ec15cdfe75561bbe6c03d081 | [
"Apache-2.0"
] | null | null | null | original/HomeShop/compound/Readme.md | jariou/mklotz | 2c5a2f419beeda46ec15cdfe75561bbe6c03d081 | [
"Apache-2.0"
] | null | null | null | # COMPOUND
01/10/05 Most of us are familiar with the process of angling the compound slide so that a given movement of the slide produces a lesser movement of the tool towards the work. Given the required ratio, this program computes the angle needed to achieve that ratio.
| 69 | 262 | 0.797101 | eng_Latn | 0.999912 |
67f66c1df3a27bbbd98d6c03879e90f90da8fdf7 | 2,401 | md | Markdown | doc/08_access_api.md | parsampsh/adminx | bb6d75a0b1f2f704d13108842ec0ed43dee011ac | [
"MIT"
] | 21 | 2020-11-17T19:33:39.000Z | 2022-03-27T04:09:58.000Z | doc/08_access_api.md | parsampsh/adminx | bb6d75a0b1f2f704d13108842ec0ed43dee011ac | [
"MIT"
] | null | null | null | doc/08_access_api.md | parsampsh/adminx | bb6d75a0b1f2f704d13108842ec0ed43dee011ac | [
"MIT"
] | 2 | 2021-07-28T04:12:32.000Z | 2021-09-16T21:06:52.000Z | # The Adminx Permission access API
Adminx has a class named `Adminx\Access`. this class contains some static methods to handle users permissions.
## user_has_permission
this method checks user has permission or not, returns boolean.
```php
$user = \App\Models\User::find(1); // the user model
\Adminx\Access::user_has_... | 25.542553 | 117 | 0.724282 | eng_Latn | 0.902345 |
67f7e9e3455f4a8e434198dccc5e6f789f040d92 | 780 | md | Markdown | rules/avoid-using-too-many-decimals/rule.md | brady-stroud/SSW.Rules.Content | ac02f803bcc6efdf9b709c918dc04b3ce969e27c | [
"CC0-1.0"
] | null | null | null | rules/avoid-using-too-many-decimals/rule.md | brady-stroud/SSW.Rules.Content | ac02f803bcc6efdf9b709c918dc04b3ce969e27c | [
"CC0-1.0"
] | null | null | null | rules/avoid-using-too-many-decimals/rule.md | brady-stroud/SSW.Rules.Content | ac02f803bcc6efdf9b709c918dc04b3ce969e27c | [
"CC0-1.0"
] | null | null | null | ---
type: rule
archivedreason:
title: Do you avoid using too many decimal places in reports?
guid: 0b26e15a-ab05-4626-9736-2bf21eb452c9
uri: avoid-using-too-many-decimals
created: 2021-05-14T05:06:33.0000000Z
authors:
- title: Ulysses Maclaren
url: https://ssw.com.au/people/uly
related:
---
Having decimal places i... | 32.5 | 191 | 0.773077 | eng_Latn | 0.995781 |
67f8c036385abda5488ebddc0822b69d9704cb7d | 174 | md | Markdown | README.md | socheatsok78/develop-box | 5735e4ccf9ebd61f8d4ad744c30b8fbdde933c24 | [
"MIT"
] | null | null | null | README.md | socheatsok78/develop-box | 5735e4ccf9ebd61f8d4ad744c30b8fbdde933c24 | [
"MIT"
] | null | null | null | README.md | socheatsok78/develop-box | 5735e4ccf9ebd61f8d4ad744c30b8fbdde933c24 | [
"MIT"
] | null | null | null | # develop-box
My personal development environment box with Docker Compose
## Usage
**Start all the services**
```sh
./start
```
**Stop all the services**
```sh
./stop
```
| 11.6 | 59 | 0.672414 | eng_Latn | 0.978927 |
67f8e5121f577b386257480cf917d57f8394ddbd | 2,080 | md | Markdown | _posts/2019-09-22-u-kazakhstani-zatrymaly-uchasnykiv-antyuriadovykh-mitynhiv.md | shishak/barber-jekyll | db3f4fda43b7cd2ece4c1e566cae24ce6f11fecd | [
"MIT"
] | null | null | null | _posts/2019-09-22-u-kazakhstani-zatrymaly-uchasnykiv-antyuriadovykh-mitynhiv.md | shishak/barber-jekyll | db3f4fda43b7cd2ece4c1e566cae24ce6f11fecd | [
"MIT"
] | null | null | null | _posts/2019-09-22-u-kazakhstani-zatrymaly-uchasnykiv-antyuriadovykh-mitynhiv.md | shishak/barber-jekyll | db3f4fda43b7cd2ece4c1e566cae24ce6f11fecd | [
"MIT"
] | null | null | null | ---
id: 1789
title: У Казахстані затримали учасників антиурядових мітингів
date: 2019-09-22T07:38:22+00:00
author: user
excerpt: В Казахстан під час антиурядових акцій протесту в Алма-Аті і Нур-Султана правоохоронці затримали 57 осіб. Про це повідомляє РБК-Україна з посиланням...
layout: post
guid: https://www.rbc.ua/u... | 65 | 334 | 0.820192 | ukr_Cyrl | 0.999521 |
67fa3071dfa431f319e6a4dc21bbce2e1ef83a99 | 1,772 | md | Markdown | docs/extensibility/debugger/reference/bstr-array.md | MicrosoftDocs/visualstudio-docs.pl-pl | 64a8f785c904c0e158165f3e11d5b0c23a5e34c5 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2020-05-20T07:52:54.000Z | 2021-02-06T18:51:42.000Z | docs/extensibility/debugger/reference/bstr-array.md | MicrosoftDocs/visualstudio-docs.pl-pl | 64a8f785c904c0e158165f3e11d5b0c23a5e34c5 | [
"CC-BY-4.0",
"MIT"
] | 8 | 2018-08-02T15:03:13.000Z | 2020-09-27T20:22:01.000Z | docs/extensibility/debugger/reference/bstr-array.md | MicrosoftDocs/visualstudio-docs.pl-pl | 64a8f785c904c0e158165f3e11d5b0c23a5e34c5 | [
"CC-BY-4.0",
"MIT"
] | 16 | 2018-01-29T09:30:06.000Z | 2021-10-09T11:23:54.000Z | ---
description: Struktura opisującą tablicę ciągów.
title: BSTR_ARRAY | Microsoft Docs
ms.date: 11/04/2016
ms.topic: reference
f1_keywords:
- BSTR_ARRAY
helpviewer_keywords:
- BSTR_ARRAY structure
ms.assetid: 48da37f7-a237-48a9-9ff9-389c1a00862c
author: leslierichardson95
ms.author: lerich
manager: jmartens
ms.technol... | 26.058824 | 170 | 0.765237 | pol_Latn | 0.653565 |
67fa8e901fa7a8370e77289cbb56d61df9110fd9 | 12,185 | md | Markdown | articles/active-directory/users-groups-roles/roles-custom-available-permissions.md | changeworld/azure-docs.sv-se | 6234acf8ae0166219b27a9daa33f6f62a2ee45ab | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/active-directory/users-groups-roles/roles-custom-available-permissions.md | changeworld/azure-docs.sv-se | 6234acf8ae0166219b27a9daa33f6f62a2ee45ab | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/active-directory/users-groups-roles/roles-custom-available-permissions.md | changeworld/azure-docs.sv-se | 6234acf8ae0166219b27a9daa33f6f62a2ee45ab | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Tillgängliga anpassade administratörsrollbehörigheter – Azure AD | Microsoft-dokument
description: Anpassade administratörsrollbehörigheter för delegering av identitetshantering.
services: active-directory
author: curtand
manager: daveba
ms.service: active-directory
ms.workload: identity
ms.subservice: users... | 70.028736 | 459 | 0.834879 | swe_Latn | 0.994426 |
67faeb76de9fe15e53b9421874f1cdbbe13907d8 | 4,553 | md | Markdown | yolo_light/README.md | warehouse-picking-automation-challenges/team_naist_panasonic | 999b8d20c5528f5510e43bf4a483215011f9871d | [
"Apache-2.0"
] | 10 | 2017-12-22T07:45:09.000Z | 2022-03-25T21:42:22.000Z | yolo_light/README.md | warehouse-picking-automation-challenges/team_naist_panasonic | 999b8d20c5528f5510e43bf4a483215011f9871d | [
"Apache-2.0"
] | null | null | null | yolo_light/README.md | warehouse-picking-automation-challenges/team_naist_panasonic | 999b8d20c5528f5510e43bf4a483215011f9871d | [
"Apache-2.0"
] | 6 | 2017-12-24T16:03:22.000Z | 2020-06-14T11:01:18.000Z | # TNP version YOLO Light Guidance
This package contains three main tools:
* A ROS node to perform object recognition by using a trained YOLO (v2) model and a RGB stream from a R200/SR300 camera.
* A Python script to train a YOLO (v2) model with TensorFlow on GPU using annotated images.
* An Image Generator generate mu... | 64.126761 | 508 | 0.772238 | eng_Latn | 0.991174 |
67fba505f7e0c17bd9ec227197d8b2338330e508 | 218 | md | Markdown | _watches/M20211228_054635_TLP_2.md | Meteoros-Floripa/meteoros.floripa.br | 7d296fb8d630a4e5fec9ab1a3fb6050420fc0dad | [
"MIT"
] | 5 | 2020-01-22T17:44:06.000Z | 2020-01-26T17:57:58.000Z | _watches/M20211228_054635_TLP_2.md | Meteoros-Floripa/site | 764cf471d85a6b498873610e4f3b30efd1fd9fae | [
"MIT"
] | null | null | null | _watches/M20211228_054635_TLP_2.md | Meteoros-Floripa/site | 764cf471d85a6b498873610e4f3b30efd1fd9fae | [
"MIT"
] | null | null | null | ---
layout: watch
title: TLP2 - 28/12/2021 - M20211228_054635_TLP_2T.jpg
date: 2021-12-28 05:46:35
permalink: /2021/12/28/watch/M20211228_054635_TLP_2
capture: TLP2/2021/202112/20211227/M20211228_054635_TLP_2T.jpg
---
| 27.25 | 62 | 0.784404 | fra_Latn | 0.039422 |
67fba6c11b29c5dcb3a398ec47e0c3c060e58e47 | 6,284 | md | Markdown | b/bpraesthhstiftg/index.md | nnworkspace/gesetze | 1d9a25fdfdd9468952f739736066c1ef76069051 | [
"Unlicense"
] | 1 | 2020-06-20T11:34:20.000Z | 2020-06-20T11:34:20.000Z | b/bpraesthhstiftg/index.md | nagy/gesetze | 77abca2ceea3b7b89ea70afb13b5dd55415eb124 | [
"Unlicense"
] | null | null | null | b/bpraesthhstiftg/index.md | nagy/gesetze | 77abca2ceea3b7b89ea70afb13b5dd55415eb124 | [
"Unlicense"
] | null | null | null | ---
Title: Gesetz über die Errichtung einer Stiftung Bundespräsident-Theodor-Heuss-Haus
jurabk: BPräsTHHStiftG
layout: default
origslug: bpr_sthhstiftg
slug: bpraesthhstiftg
---
# Gesetz über die Errichtung einer Stiftung Bundespräsident-Theodor-Heuss-Haus (BPräsTHHStiftG)
Ausfertigungsdatum
: 1994-05-27
Fundstel... | 29.781991 | 95 | 0.807925 | deu_Latn | 0.999665 |
67fbb397a166a5dada85da16977087475547dc1c | 1,640 | md | Markdown | _posts/elasticsearch/2019-03-13-Elasticsearch.md | albert19882016/albert19882016.github.io | dc2c96163049c053d46a3596147082072f0d1dea | [
"MIT"
] | null | null | null | _posts/elasticsearch/2019-03-13-Elasticsearch.md | albert19882016/albert19882016.github.io | dc2c96163049c053d46a3596147082072f0d1dea | [
"MIT"
] | null | null | null | _posts/elasticsearch/2019-03-13-Elasticsearch.md | albert19882016/albert19882016.github.io | dc2c96163049c053d46a3596147082072f0d1dea | [
"MIT"
] | null | null | null | ---
layout: post
title: Elasticsearch 安装配置
categories: Elasticsearch
description: Elasticsearch 笔记
keywords: elasticsearch, java
---
简单介绍Elasticsearch的安装及基本配置
---
## 1.安装
- 1.1 安装JDK并配置环境变量,版本建议1.8以上
- 1.2 添加用户组及用户。
- 1.2.1 先创建用户组,如bigdata
```
[root@hadoop ~]# groupadd bigdata
```
- 1.2.2 创建用户... | 17.826087 | 71 | 0.640244 | yue_Hant | 0.28135 |
67fbe0b92217e549a573c05b7d74d87058624588 | 3,203 | md | Markdown | README.md | ShaddyDC/osu_reader | 2ddcee93c645b7c68cf8114b1cb954b428d0f8a1 | [
"MIT"
] | 1 | 2020-08-16T14:05:13.000Z | 2020-08-16T14:05:13.000Z | README.md | ShaddyDC/osu_reader | 2ddcee93c645b7c68cf8114b1cb954b428d0f8a1 | [
"MIT"
] | 1 | 2020-07-22T16:11:38.000Z | 2020-07-22T16:11:38.000Z | README.md | ShaddyDC/osu_reader | 2ddcee93c645b7c68cf8114b1cb954b428d0f8a1 | [
"MIT"
] | null | null | null | # osu_reader

A c++17 library for consuming osu files with alrightish testing for the positive cases.
## Usage
```cpp
#include <osu_reader/beatmap.h>
auto parser = osu::Beatmap_parser{};
parser.slider_paths = true;
const auto bm_opti... | 33.020619 | 120 | 0.766157 | eng_Latn | 0.985584 |
67fc499b6796f527a2079ea983fdfc9a1f51d314 | 661 | md | Markdown | about/index.md | Yiwen-Zhang/Yiwen-Zhang.github.io | d462ab3a5ea9192bcee4bd1415fd1229de18f483 | [
"CC-BY-3.0",
"MIT"
] | null | null | null | about/index.md | Yiwen-Zhang/Yiwen-Zhang.github.io | d462ab3a5ea9192bcee4bd1415fd1229de18f483 | [
"CC-BY-3.0",
"MIT"
] | null | null | null | about/index.md | Yiwen-Zhang/Yiwen-Zhang.github.io | d462ab3a5ea9192bcee4bd1415fd1229de18f483 | [
"CC-BY-3.0",
"MIT"
] | null | null | null | ---
layout: page
title: About me
---
<IMG height="200" align="right" src="/images/profile3.JPG" />
I am Yiwen Zhang. I analyze data for fun, for fulfilling my passion, and for a living. Recently graduated from North Carolina State University under the direction of [Dr. Hua Zhou](http://hua-zhou.github.io/), I am ge... | 55.083333 | 420 | 0.757943 | eng_Latn | 0.985222 |
67fdd2482a3bdde5d8a03e3fd4ab94106a1701af | 1,367 | md | Markdown | README.md | altipla-consulting/fa5-icon | 5939e3c14bf5d58bcd23b084659fcb2db6070779 | [
"MIT"
] | null | null | null | README.md | altipla-consulting/fa5-icon | 5939e3c14bf5d58bcd23b084659fcb2db6070779 | [
"MIT"
] | null | null | null | README.md | altipla-consulting/fa5-icon | 5939e3c14bf5d58bcd23b084659fcb2db6070779 | [
"MIT"
] | null | null | null |
# fa5-icon
Vue 3 component to insert Font Awesome 5 icons.
## Install
```sh
npm i @altipla/fa5-icon
```
## Usage
Declare the `ac-icon` component in the main script of the app:
```js
import { createApp } from 'vue'
import { Icon } from '@altipla/fa5-icon'
import './icons'
let app = createApp(...) // your ini... | 19.253521 | 151 | 0.708851 | eng_Latn | 0.895779 |
67fe308767bebcb41557e3c9ac8234f63f95ae23 | 107 | md | Markdown | README.md | mtransitapps/ca-richelieu-citvr-bus-parser | 576773522a8d6acdf26d62d49af65eb217f14d84 | [
"Apache-2.0"
] | 1 | 2015-01-05T10:07:07.000Z | 2015-01-05T10:07:07.000Z | README.md | mtransitapps/ca-richelieu-citvr-bus-parser | 576773522a8d6acdf26d62d49af65eb217f14d84 | [
"Apache-2.0"
] | null | null | null | README.md | mtransitapps/ca-richelieu-citvr-bus-parser | 576773522a8d6acdf26d62d49af65eb217f14d84 | [
"Apache-2.0"
] | null | null | null | ca-richelieu-citvr-bus-parser
=============================
Parser for CITVR Vallée du Richelieu Bus data
| 21.4 | 45 | 0.588785 | oci_Latn | 0.880765 |
67fe7b763237b0e37f324b0c1ea54d3d2f02e53d | 2,180 | md | Markdown | _posts/2022-02-06-reflection.md | beeplay/beeplay.github.io | 0770faf56ae7da620f2f0191025451ad97f058c6 | [
"MIT"
] | null | null | null | _posts/2022-02-06-reflection.md | beeplay/beeplay.github.io | 0770faf56ae7da620f2f0191025451ad97f058c6 | [
"MIT"
] | null | null | null | _posts/2022-02-06-reflection.md | beeplay/beeplay.github.io | 0770faf56ae7da620f2f0191025451ad97f058c6 | [
"MIT"
] | null | null | null | ---
layout: post
title: "Reflections"
---
In 2019, I learned to see things in a new way during a research study abroad. In a small town situated between Thailand and Myanmar called Mae Sot, I worked with the Burma Medical Association, an organization that collected the dataset for my thesis. During this time, I suppor... | 198.181818 | 649 | 0.822477 | eng_Latn | 0.999867 |
67fef702e117e3bbdb5307c763e5fe1b3a3ef8f4 | 25 | md | Markdown | README.md | sulthana786/gitclass- | 5bfa1d4feb576a17aae09e82fe404455d38b043a | [
"Apache-2.0"
] | null | null | null | README.md | sulthana786/gitclass- | 5bfa1d4feb576a17aae09e82fe404455d38b043a | [
"Apache-2.0"
] | null | null | null | README.md | sulthana786/gitclass- | 5bfa1d4feb576a17aae09e82fe404455d38b043a | [
"Apache-2.0"
] | null | null | null | # gitclass-
this is sec
| 8.333333 | 12 | 0.68 | eng_Latn | 0.999949 |
67ff47d413c52181e1015912cce81d5ea5e3d16c | 497 | md | Markdown | _server/README.md | TonnyNguyen23/marketplace | d277057a6f13f5641466571f25a0427e833b605f | [
"MIT"
] | null | null | null | _server/README.md | TonnyNguyen23/marketplace | d277057a6f13f5641466571f25a0427e833b605f | [
"MIT"
] | null | null | null | _server/README.md | TonnyNguyen23/marketplace | d277057a6f13f5641466571f25a0427e833b605f | [
"MIT"
] | null | null | null | # RESTful API Node Server Boilerplate
A boilerplate/starter project for quickly building RESTful APIs using Node.js, Express, and Mongoose.
By running a single command, you will get a production-ready Node.js app installed and fully configured on your machine. The app comes with many built-in features, such as authen... | 82.833333 | 354 | 0.812877 | eng_Latn | 0.992419 |
67ff5ea23575596e6a782d9e4ccb1a5a0ee78226 | 5,846 | md | Markdown | README.md | Mullets-Gavin/Manager | 376c4638431cd78232dd49695ea7db9b2a4a9f1c | [
"MIT"
] | 2 | 2020-12-10T16:39:18.000Z | 2022-02-15T00:47:14.000Z | README.md | Mullets-Gavin/Manager | 376c4638431cd78232dd49695ea7db9b2a4a9f1c | [
"MIT"
] | null | null | null | README.md | Mullets-Gavin/Manager | 376c4638431cd78232dd49695ea7db9b2a4a9f1c | [
"MIT"
] | null | null | null | <div align="center">
<h1>Dice Manager</h1>
By [Mullet Mafia Dev](https://www.roblox.com/groups/5018486/Mullet-Mafia-Dev#!/about) | [Download](https://www.roblox.com/library/5653863543/Dice-Manager) | [Source](https://github.com/Mullets-Gavin/DiceManager)
</div>
Dice Manager is an elegant solution to solving the ever-... | 24.982906 | 431 | 0.730756 | eng_Latn | 0.934202 |
67ff684de05e718cafe44b06095dda5c838de1fe | 11,302 | md | Markdown | README.md | lidiaxp/plannie | b05f80a8bb5170ccec0124c97251d515892dc931 | [
"Unlicense"
] | 6 | 2021-09-15T12:33:20.000Z | 2022-03-30T17:40:17.000Z | README.md | lidiaxp/plannie | b05f80a8bb5170ccec0124c97251d515892dc931 | [
"Unlicense"
] | null | null | null | README.md | lidiaxp/plannie | b05f80a8bb5170ccec0124c97251d515892dc931 | [
"Unlicense"
] | null | null | null |
# Plannie
Plannie is a framework to path planning in Python, simulated environments, and flights in real environments.
## Installation
The project can be installed in any directory on the computer with the following commands:
```bash
git clone https://github.com/lidiaxp/plannie.git
pip install -r requirement... | 53.819048 | 467 | 0.764997 | eng_Latn | 0.991067 |
db0061116e744b9e05fefb21f3b8affe8904941b | 259 | md | Markdown | _posts/2021-07-22-payday.md | ShisaBot/shisabot.github.io | 4514e6466c0699ba8f01f2cba8535b62761a9438 | [
"MIT"
] | null | null | null | _posts/2021-07-22-payday.md | ShisaBot/shisabot.github.io | 4514e6466c0699ba8f01f2cba8535b62761a9438 | [
"MIT"
] | null | null | null | _posts/2021-07-22-payday.md | ShisaBot/shisabot.github.io | 4514e6466c0699ba8f01f2cba8535b62761a9438 | [
"MIT"
] | null | null | null | ---
layout: post
title: payday
subtitle: Get some free currency.
categories: economy
tags: [payday]
---
`Syntax: shisa payday`
```
Type shisa help <command> for more info on a command. You can also type shisa help <category> for more info on a category.
``` | 19.923077 | 122 | 0.718147 | eng_Latn | 0.995861 |
db00e28e7408c5df2db421ed74ff7bdb74441b4c | 529 | md | Markdown | packages/oly-json/docs/Stringify.md | nolyme/oly | f16d24dee8d2a9003847b58918eb8cf52c7f254f | [
"MIT"
] | 11 | 2017-06-14T08:29:45.000Z | 2021-06-23T09:48:48.000Z | packages/oly-json/docs/Stringify.md | nolyme/oly | f16d24dee8d2a9003847b58918eb8cf52c7f254f | [
"MIT"
] | 1 | 2021-08-31T17:16:36.000Z | 2021-08-31T17:16:36.000Z | packages/oly-json/docs/Stringify.md | nolyme/oly | f16d24dee8d2a9003847b58918eb8cf52c7f254f | [
"MIT"
] | 2 | 2018-01-17T06:39:35.000Z | 2021-12-14T14:36:02.000Z | # Stringify
Serialization works with a regular [JSON.stringify()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify).
```ts
import { Kernel } from "oly";
import { Json, field } from "oly-json";
class Data {
@field name: string;
// ECMAScript standard
toJSON() {
... | 19.592593 | 151 | 0.667297 | eng_Latn | 0.246173 |
db01e45cea8c01ae9aea4511ea29fd5b37365a99 | 136 | md | Markdown | README.md | SIT-Coders/Website-Reverb--16 | 3217f2ec234942ba04a806f6a35889c38fc8c86d | [
"MIT"
] | null | null | null | README.md | SIT-Coders/Website-Reverb--16 | 3217f2ec234942ba04a806f6a35889c38fc8c86d | [
"MIT"
] | null | null | null | README.md | SIT-Coders/Website-Reverb--16 | 3217f2ec234942ba04a806f6a35889c38fc8c86d | [
"MIT"
] | null | null | null | # Website-Reverb--16
Code of website used for Reverb-'16.
Click [here for Demo](http://sit-coders.github.io/Website-Reverb--16/Kreo10/)
| 34 | 77 | 0.742647 | yue_Hant | 0.287386 |
db026281c757ff0acbbd3abf3a3c137f18c9f57b | 7,133 | md | Markdown | README.md | tavareshenrique/4taxcloud | 808bc0a5e1befa0de0383eb183b64b53c3d999de | [
"MIT"
] | null | null | null | README.md | tavareshenrique/4taxcloud | 808bc0a5e1befa0de0383eb183b64b53c3d999de | [
"MIT"
] | null | null | null | README.md | tavareshenrique/4taxcloud | 808bc0a5e1befa0de0383eb183b64b53c3d999de | [
"MIT"
] | null | null | null | <p align="center">
<img src="./src/assets/img/.github/4TaxCloud.png" alt="Proffy" width="280"/>
</p>
<p align="center">
<a href="https://www.linkedin.com/in/tavareshenrique/">
<img alt="Henrique Tavares" src="https://img.shields.io/badge/-Henrique Tavares-318BA2?style=flat&logo=Linkedin&logoColor=white" />... | 34.626214 | 183 | 0.713445 | eng_Latn | 0.189409 |
db03f034d9beffc050702fb1df4cec077cba4ff6 | 535 | md | Markdown | data/update/2020-05/2020-05-18-15_10_14-uk-lse.ac.md | jianghe1220/covid19-datahub | 9b8d8e0bf899fb5401cd22f120faf6deb86f35c5 | [
"MIT"
] | 5 | 2020-04-06T13:22:17.000Z | 2020-06-24T03:22:12.000Z | data/update/2020-05/2020-05-18-15_10_14-uk-lse.ac.md | jianghe1220/covid19-datahub | 9b8d8e0bf899fb5401cd22f120faf6deb86f35c5 | [
"MIT"
] | 26 | 2020-03-30T04:42:14.000Z | 2020-04-29T05:33:02.000Z | data/update/2020-05/2020-05-18-15_10_14-uk-lse.ac.md | applysquare/covid19-datahub | 7b99d266f48dca194a13fa02d3ee72aeb10bc1d7 | [
"MIT"
] | 20 | 2020-03-29T02:09:44.000Z | 2020-04-11T03:36:52.000Z | ---
title: Will there be extensions for dissertations or coursework?
subtitle:
date: 2020-05-15
link: >-
https://info.lse.ac.uk/coronavirus-response/assessment-faqs
countryCode: uk
status: published
instituteSlug: uk-lse.ac
---
Your department will be in touch about any changes to submission deadlines for dissertati... | 44.583333 | 303 | 0.792523 | eng_Latn | 0.995556 |
db042504f413ea300be5c7dd18cbeb31e6c71942 | 575 | md | Markdown | docs/booting/iso.md | majjihari/0-core | 1d8ad2c943218d765109bb6e8f0d843be9222727 | [
"Apache-2.0"
] | 25 | 2017-06-03T17:58:18.000Z | 2021-01-26T07:57:15.000Z | docs/booting/iso.md | majjihari/0-core | 1d8ad2c943218d765109bb6e8f0d843be9222727 | [
"Apache-2.0"
] | 441 | 2017-05-29T11:22:22.000Z | 2019-12-09T09:31:03.000Z | docs/booting/iso.md | majjihari/0-core | 1d8ad2c943218d765109bb6e8f0d843be9222727 | [
"Apache-2.0"
] | 10 | 2017-06-17T02:44:55.000Z | 2019-03-19T20:13:57.000Z | # Create a Bootable Zero-OS ISO File
You can get bootable Zero-OS ISO file from the Zero-OS Bootstrap Service, as documented in [Zero-OS Bootstrap Service](../bootstrap/README.md).
Alternatively you can of course create one yourself, after having build your own Zero-OS kernel based on the documentation in [Building y... | 35.9375 | 188 | 0.758261 | eng_Latn | 0.73624 |
db0517dc9698f2bd549d1be4864c24514e0e040f | 3,374 | md | Markdown | README.md | MoltenCraft/client | bd4dbc2660c2048cc13b7efff783a74f1e0e7913 | [
"Apache-2.0"
] | null | null | null | README.md | MoltenCraft/client | bd4dbc2660c2048cc13b7efff783a74f1e0e7913 | [
"Apache-2.0"
] | 24 | 2019-10-16T12:45:13.000Z | 2021-07-26T06:08:51.000Z | README.md | MoltenCraft/client | bd4dbc2660c2048cc13b7efff783a74f1e0e7913 | [
"Apache-2.0"
] | null | null | null | <h1 align="center">
<br>
MoltenCraft
<br>
</h1>
<h4 align="center">Best way to search and export items!</h4>
<p align="center">
<a><img src="https://img.shields.io/circleci/build/github/MoltenCraft/client/master?style=flat-square" alt="Build"></a>
<!-- <a><img src="https://img.shields.io/codacy/grade/abc123?s... | 37.910112 | 123 | 0.732365 | eng_Latn | 0.278979 |
dc5dd30570783a2d63e47d6978a04258b98f2b40 | 158 | md | Markdown | README.md | ulysses4ever/ghc-gc-tune | db721e3032b5097681f5f1e62baac9efe5740799 | [
"BSD-3-Clause"
] | null | null | null | README.md | ulysses4ever/ghc-gc-tune | db721e3032b5097681f5f1e62baac9efe5740799 | [
"BSD-3-Clause"
] | null | null | null | README.md | ulysses4ever/ghc-gc-tune | db721e3032b5097681f5f1e62baac9efe5740799 | [
"BSD-3-Clause"
] | 1 | 2020-07-14T21:33:05.000Z | 2020-07-14T21:33:05.000Z | # ghc-gc-tune #
Originally written by Don Stewart. Blog: https://donsbot.wordpress.com/2010/07/05/ghc-gc-tune-tuning-haskell-gc-settings-for-fun-and-profit/
| 39.5 | 140 | 0.765823 | eng_Latn | 0.375551 |
dc5e18b528db72fa63297b3a8be812beaed8a1d6 | 889 | md | Markdown | src/content/blog/2021-03-03/2021-03-03.md | mattborghi/ViolinBlog | 58242fb09453417cbc986ae77caf2c00eaff04d6 | [
"MIT"
] | null | null | null | src/content/blog/2021-03-03/2021-03-03.md | mattborghi/ViolinBlog | 58242fb09453417cbc986ae77caf2c00eaff04d6 | [
"MIT"
] | 87 | 2020-12-17T07:37:12.000Z | 2022-03-26T23:56:30.000Z | src/content/blog/2021-03-03/2021-03-03.md | mattborghi/ViolinBlog | 58242fb09453417cbc986ae77caf2c00eaff04d6 | [
"MIT"
] | null | null | null | ---
layout: post
title: 03rd March 2021
image: ../../img/violin-mar.jpg
author: [Matias Borghi]
date: 2021-03-03
tags:
- Class
- Tchaïkovski
- Küchler
---
### None but the Lonely Heart. Andante non tanto Op.6 by P. Tchaïkovski
I have to keep working on following the rythm right.
> with piano accompaniment.
<i... | 32.925926 | 219 | 0.745782 | eng_Latn | 0.713116 |
dc6049dd556f94a4c69c3894d3496cb6f24ab0ef | 15,473 | md | Markdown | docs/interfaces/_responses_reels_tray_feed_response_.reelstrayfeedresponseitemsitem.md | criterrorr/instagram-private-api | 37c859276518b9bec21942fc34733bf1249d09b9 | [
"MIT"
] | null | null | null | docs/interfaces/_responses_reels_tray_feed_response_.reelstrayfeedresponseitemsitem.md | criterrorr/instagram-private-api | 37c859276518b9bec21942fc34733bf1249d09b9 | [
"MIT"
] | null | null | null | docs/interfaces/_responses_reels_tray_feed_response_.reelstrayfeedresponseitemsitem.md | criterrorr/instagram-private-api | 37c859276518b9bec21942fc34733bf1249d09b9 | [
"MIT"
] | null | null | null | > **[instagram-private-api](../README.md)**
[Globals](../README.md) / ["responses/reels-tray.feed.response"](../modules/_responses_reels_tray_feed_response_.md) / [ReelsTrayFeedResponseItemsItem](_responses_reels_tray_feed_response_.reelstrayfeedresponseitemsitem.md) /
# Interface: ReelsTrayFeedResponseItemsItem
## ... | 40.294271 | 225 | 0.815356 | eng_Latn | 0.072241 |
dc60850c49bbda8fe2d764ce8f8da30011320259 | 6,018 | md | Markdown | treebanks/ru_taiga/ru_taiga-feat-Person.md | EmanuelUHH/docs | 641bd749c85e54e841758efa7084d8fdd090161a | [
"Apache-2.0"
] | null | null | null | treebanks/ru_taiga/ru_taiga-feat-Person.md | EmanuelUHH/docs | 641bd749c85e54e841758efa7084d8fdd090161a | [
"Apache-2.0"
] | null | null | null | treebanks/ru_taiga/ru_taiga-feat-Person.md | EmanuelUHH/docs | 641bd749c85e54e841758efa7084d8fdd090161a | [
"Apache-2.0"
] | null | null | null | ---
layout: base
title: 'Statistics of Person in UD_Russian-Taiga'
udver: '2'
---
## Treebank Statistics: UD_Russian-Taiga: Features: `Person`
This feature is universal.
It occurs with 3 different values: `1`, `2`, `3`.
1819 tokens (9%) have a non-empty value of `Person`.
911 types (12%) occur at least once with a ... | 77.153846 | 653 | 0.627451 | yue_Hant | 0.704268 |
dc6244caa22ef357f9883f58c8e87b1a57caaa41 | 630 | md | Markdown | README.md | SpiroRazis/option-picker | 251b272b708d3230446889d2358a3c1487a24950 | [
"MIT"
] | null | null | null | README.md | SpiroRazis/option-picker | 251b272b708d3230446889d2358a3c1487a24950 | [
"MIT"
] | null | null | null | README.md | SpiroRazis/option-picker | 251b272b708d3230446889d2358a3c1487a24950 | [
"MIT"
] | null | null | null | # option-picker
Some of the original ideas for this project were to use it to better learn Docker and to make it easier to use from the command line.
As the first project I expected to eventually publish publically, most of the early effort was spent learning and establishing the program design.
After a few false ... | 63 | 246 | 0.801587 | eng_Latn | 0.99995 |
dc62ad3165c2f89357685d190c4da533edf0d0d7 | 1,749 | md | Markdown | _posts/2021-04-09-manage-work-orders-asset-management-15-check-.md | avicoder/mslearn | d864219a93bfa551c113003450f9284002299508 | [
"MIT"
] | null | null | null | _posts/2021-04-09-manage-work-orders-asset-management-15-check-.md | avicoder/mslearn | d864219a93bfa551c113003450f9284002299508 | [
"MIT"
] | null | null | null | _posts/2021-04-09-manage-work-orders-asset-management-15-check-.md | avicoder/mslearn | d864219a93bfa551c113003450f9284002299508 | [
"MIT"
] | 1 | 2022-03-09T17:33:15.000Z | 2022-03-09T17:33:15.000Z | ---
layout: post
title: Create and manage work orders in Asset Management for Dynamics 365 Supply Chain Management
description: nil
summary: nil
tags: nil
---
<a target="_blank" href="https://docs.microsoft.com/en-us/learn/modules/manage-work-orders-asset-management/15-check/"><i class="fas fa-... | 35.693878 | 165 | 0.699828 | eng_Latn | 0.979675 |
dc62c38e1dec0229e3295be84baa3dd879032830 | 4,615 | md | Markdown | _posts/2019-07-16-Download-seeking-the-face-of-god-path-to-a-more-intimate-relationship-gary-l-thomas.md | Luanna-Lynde/28 | 1649d0fcde5c5a34b3079f46e73d5983a1bfce8c | [
"MIT"
] | null | null | null | _posts/2019-07-16-Download-seeking-the-face-of-god-path-to-a-more-intimate-relationship-gary-l-thomas.md | Luanna-Lynde/28 | 1649d0fcde5c5a34b3079f46e73d5983a1bfce8c | [
"MIT"
] | null | null | null | _posts/2019-07-16-Download-seeking-the-face-of-god-path-to-a-more-intimate-relationship-gary-l-thomas.md | Luanna-Lynde/28 | 1649d0fcde5c5a34b3079f46e73d5983a1bfce8c | [
"MIT"
] | null | null | null | ---
layout: post
comments: true
categories: Other
---
## Download Seeking the face of god path to a more intimate relationship gary l thomas book
Skimming the displayed text, i, in obedience to "It's a sunshine-cake sort of day," Vanadium announced. " taught him all he knew about sleight of hand. "No, the members of ... | 512.777778 | 4,467 | 0.792633 | eng_Latn | 0.999959 |
dc636307c8b481916f13d4ed278dc78024fa6e93 | 1,132 | md | Markdown | CHANGELOG.md | HeavyDutySoul/mikoto | f05ad88811d7d65ec8b5b121e30b00b3b1caa1fb | [
"Apache-2.0"
] | 106 | 2021-06-08T16:36:09.000Z | 2022-03-28T16:40:48.000Z | CHANGELOG.md | HeavyDutySoul/mikoto | f05ad88811d7d65ec8b5b121e30b00b3b1caa1fb | [
"Apache-2.0"
] | 6 | 2021-09-19T16:09:57.000Z | 2022-03-21T07:18:26.000Z | CHANGELOG.md | HeavyDutySoul/mikoto | f05ad88811d7d65ec8b5b121e30b00b3b1caa1fb | [
"Apache-2.0"
] | 30 | 2021-06-08T16:17:23.000Z | 2022-03-25T22:49:50.000Z | # changelog
Note that numbers are skipped arbitrarily based on my whims and fancies.
## revision 6.3
Previous revision: 6.1
Compatibility:
- (Slightly) incompatible pinout: `VDDH` pin (top right) changed to `VDD`
- Stencil / position / parts compatible with 5.17+
- Underside pads compatible with 6.1
Changes:
1... | 26.952381 | 150 | 0.743816 | eng_Latn | 0.995965 |
dc63b96cbcb048e7de3bf2e5c8a300ffb7730892 | 24,743 | md | Markdown | _posts/2017-09-26-ruby-on-rails.html.md | schoolhompy/schoolhompy.github.io | 916309e7577e77da6d2568b92eb5796033c69735 | [
"MIT"
] | null | null | null | _posts/2017-09-26-ruby-on-rails.html.md | schoolhompy/schoolhompy.github.io | 916309e7577e77da6d2568b92eb5796033c69735 | [
"MIT"
] | null | null | null | _posts/2017-09-26-ruby-on-rails.html.md | schoolhompy/schoolhompy.github.io | 916309e7577e77da6d2568b92eb5796033c69735 | [
"MIT"
] | null | null | null | ---
layout: post
title: 'Ruby On Rails 를 알아보자 - 개요 '
date: '2017-09-26T04:34:00.002-07:00'
author: schoolhompy
tags:
- Ruby
modified_time: '2017-09-26T05:24:51.955-07:00'
blogger_id: tag:blogger.com,1999:blog-4954243635432022205.post-8879482366271950891
blogger_orig_url: https://yunhos.blogspot.com/2017/09/ruby-on-rail... | 1,903.307692 | 24,411 | 0.747484 | eng_Latn | 0.150866 |
dc6562e5d774134150b6bf63cacc40fd5420ca3d | 65 | md | Markdown | README.md | awesome-memobird/the-memobird-bot | 52bb2e6ef6297923d4f277ea0086948d7931346c | [
"MIT"
] | 1 | 2019-11-22T16:32:58.000Z | 2019-11-22T16:32:58.000Z | README.md | awesome-memobird/the-memobird-bot | 52bb2e6ef6297923d4f277ea0086948d7931346c | [
"MIT"
] | null | null | null | README.md | awesome-memobird/the-memobird-bot | 52bb2e6ef6297923d4f277ea0086948d7931346c | [
"MIT"
] | 2 | 2019-08-27T18:50:43.000Z | 2019-11-22T16:32:58.000Z | # the-memobird-bot
An essential telegram bot for memobird owners
| 21.666667 | 45 | 0.815385 | eng_Latn | 0.985695 |
dc656b5cfae92b595667ab6b22edb78ff1bb9f95 | 36 | md | Markdown | README.md | frzw/cobra-go | a1f69af67aeb4ef55cbcbff1dab80ab50ffacfa0 | [
"MIT"
] | null | null | null | README.md | frzw/cobra-go | a1f69af67aeb4ef55cbcbff1dab80ab50ffacfa0 | [
"MIT"
] | null | null | null | README.md | frzw/cobra-go | a1f69af67aeb4ef55cbcbff1dab80ab50ffacfa0 | [
"MIT"
] | null | null | null | # cobra-go
The first to learn cobra
| 12 | 24 | 0.75 | eng_Latn | 0.99151 |
dc66b88d7d259d1b1017ab429bec7c57c6713d40 | 6,508 | md | Markdown | overview.md | leocsilva/getx_snippets_extension | 1a50b950de5c70ad7a92c0e763a875b091bb67c2 | [
"MIT"
] | 135 | 2020-06-16T22:34:16.000Z | 2022-03-25T07:52:57.000Z | overview.md | thapp-com-br/getx_snippets_extension | 2fdaaa3715c0a2825792b4847d3efe16f35ba29b | [
"MIT"
] | 12 | 2020-09-09T09:02:35.000Z | 2021-09-21T09:18:50.000Z | overview.md | thapp-com-br/getx_snippets_extension | 2fdaaa3715c0a2825792b4847d3efe16f35ba29b | [
"MIT"
] | 13 | 2020-07-17T18:17:52.000Z | 2022-01-27T10:36:41.000Z | # get-snippets
[](https://github.com/kauemurakami/get_snippets_extension)
Extensão feita pra você, que também utiliza essa poderosa biblioteca e não gosta de perder tempo.
... | 41.452229 | 242 | 0.701444 | por_Latn | 0.997698 |
dc6744de50f46c4a1365a4360c996c2ea3698d77 | 82 | md | Markdown | README.md | gleb-lobastov/bubbles | 657ae38455a3ab2ad650b1d6b21535fbdea551de | [
"MIT"
] | null | null | null | README.md | gleb-lobastov/bubbles | 657ae38455a3ab2ad650b1d6b21535fbdea551de | [
"MIT"
] | null | null | null | README.md | gleb-lobastov/bubbles | 657ae38455a3ab2ad650b1d6b21535fbdea551de | [
"MIT"
] | null | null | null | # bubbles
Test task for Tensor ([live](https://gleb-lobastov.github.io/bubbles/))
| 27.333333 | 71 | 0.731707 | dan_Latn | 0.067314 |
dc6a7c0d4074fa76ebe9f1612e64999d041476a8 | 410 | md | Markdown | wiki_archive/concepts/dtml.md | threefoldfoundation/info_digitaltwin | 15a523f5c2a2a606d9d46a73b54364c6b9f70f14 | [
"Apache-2.0"
] | 1 | 2021-08-23T05:16:52.000Z | 2021-08-23T05:16:52.000Z | wiki_archive/concepts/dtml.md | threefoldfoundation/info_digitaltwin | 15a523f5c2a2a606d9d46a73b54364c6b9f70f14 | [
"Apache-2.0"
] | 24 | 2021-02-12T03:10:40.000Z | 2021-07-29T05:58:50.000Z | wiki_archive/concepts/dtml.md | threefoldfoundation/info_digitaltwin | 15a523f5c2a2a606d9d46a73b54364c6b9f70f14 | [
"Apache-2.0"
] | null | null | null | # Digital Twin Markup Language
- super easy format human readable to specify data
- like yaml but even more easy and forgiven
## How
- vlang processor converts to json (redis interface)
## implementation
- for now we use json, but will switch to this more easy data format
- we could decide to use yaml or toml for ... | 27.333333 | 96 | 0.768293 | eng_Latn | 0.995019 |
dc6b1e02a29ff22f13f12ccfc6d1108115848533 | 289 | md | Markdown | backend/files/misc/ide/macros/README.md | Rapid-Cyber-Defense/magic | a9b58de86d296e478147943709b9b2e06f3d4760 | [
"MIT"
] | 546 | 2019-03-17T20:31:08.000Z | 2022-03-31T19:56:26.000Z | backend/files/misc/ide/macros/README.md | nextcore/magic | 17ca409935b734a6f140d92cd8626311cec4407c | [
"MIT"
] | 161 | 2019-03-19T04:05:26.000Z | 2022-03-28T04:29:30.000Z | backend/files/misc/ide/macros/README.md | nextcore/magic | 17ca409935b734a6f140d92cd8626311cec4407c | [
"MIT"
] | 97 | 2019-03-18T21:47:10.000Z | 2022-02-24T19:47:30.000Z |
# Macros for Hyper IDE
This folder contains all Hyperlambda macros for Hyper IDE. A macro is a Hyperlambda snippet that
typically creates code, endpoints, and/or folders for you. You can parametrise a macro dynamically,
changing how it behaves, resulting in changing its generated code.
| 41.285714 | 99 | 0.806228 | eng_Latn | 0.995688 |
dc6b73668236cfaa82729d6ea783d16cae2ef016 | 12,137 | md | Markdown | src/readme.md | scott-morris/elevatorsaga | 5ecb6c0d9d924046f460a5a089011bb0c1572149 | [
"MIT"
] | null | null | null | src/readme.md | scott-morris/elevatorsaga | 5ecb6c0d9d924046f460a5a089011bb0c1572149 | [
"MIT"
] | null | null | null | src/readme.md | scott-morris/elevatorsaga | 5ecb6c0d9d924046f460a5a089011bb0c1572149 | [
"MIT"
] | null | null | null |
<!-- Start src/elevator.js -->
Author: Scott Morris scott.r.morris@gmail.com
Version: 0.0.10
This is my solution to Elevator Saga at http://play.elevatorsaga.com/
## settings
The program "constants" are stored in the `settings` object.
### Params:
* **boolean** *DEBUG* flag determining whether debugging is tur... | 23.798039 | 263 | 0.692511 | eng_Latn | 0.991698 |
dc6c3f9e7ef3c548f8331fac4ac877576197904f | 1,201 | md | Markdown | apis/indexeddb/IDBCursorWithValue/value/index.md | maibroadcast/docs | 033f80374c2557f2dd867a2285e3d09df1c81359 | [
"CC-BY-3.0"
] | 1 | 2019-11-06T18:11:10.000Z | 2019-11-06T18:11:10.000Z | apis/indexeddb/IDBCursorWithValue/value/index.md | maibroadcast/docs | 033f80374c2557f2dd867a2285e3d09df1c81359 | [
"CC-BY-3.0"
] | null | null | null | apis/indexeddb/IDBCursorWithValue/value/index.md | maibroadcast/docs | 033f80374c2557f2dd867a2285e3d09df1c81359 | [
"CC-BY-3.0"
] | null | null | null | ---
title: 'value'
attributions:
- 'Microsoft Developer Network: [[Windows Internet Explorer API reference](http://msdn.microsoft.com/en-us/library/ie/hh828809%28v=vs.85%29.aspx) Article]'
notes:
- 'Needs summary, example, spec reference, standardization status'
readiness: 'In Progress'
relationships:
applies_to:... | 27.930233 | 233 | 0.751041 | eng_Latn | 0.46021 |
dc6c662326afdd03b4a37fe5d49024bc577a286c | 2,466 | md | Markdown | openmm-system-parity/README.md | mattwthompson/interchange-regression-testing | d734e6992dfbe85ff07db5d0dae7d4e114497dc1 | [
"MIT"
] | null | null | null | openmm-system-parity/README.md | mattwthompson/interchange-regression-testing | d734e6992dfbe85ff07db5d0dae7d4e114497dc1 | [
"MIT"
] | 5 | 2022-01-25T22:38:41.000Z | 2022-02-07T14:39:00.000Z | openmm-system-parity/README.md | mattwthompson/interchange-regression-testing | d734e6992dfbe85ff07db5d0dae7d4e114497dc1 | [
"MIT"
] | 1 | 2022-03-31T09:56:27.000Z | 2022-03-31T09:56:27.000Z | # OpenMM Parity Comparisons
*Scripts for comparisons between OpenMM systems created using different*
1. Create a conda environment containing both the OpenFF Toolkit and OpenFF Interchange
```shell
cd ..
mamba env create --name interchange-regression-testing-latest --file environment-latest.yaml
mamba activate inter... | 36.264706 | 110 | 0.680454 | eng_Latn | 0.844923 |
dc6c8dbf821d85f0e9198c86cb0d43b9691a3c2a | 751 | md | Markdown | _pages/classes.md | kadomak/kadomak.github.io | 9889e065f322f1dcb5d4e3190faadc5bbc7577a5 | [
"MIT"
] | null | null | null | _pages/classes.md | kadomak/kadomak.github.io | 9889e065f322f1dcb5d4e3190faadc5bbc7577a5 | [
"MIT"
] | null | null | null | _pages/classes.md | kadomak/kadomak.github.io | 9889e065f322f1dcb5d4e3190faadc5bbc7577a5 | [
"MIT"
] | null | null | null | ---
layout: archive
title: "Classes"
permalink: /classes/
author_profile: true
---
{% include base_path %}
## Spring 2022
* SOC 6003: Mixed Methods Approaches for Research With Marginalized and Hidden Populations
* CS 6740: Advanced Language Technologies
## Fall 2021
* INFO 6310: Behavior and Information Technolog... | 35.761905 | 133 | 0.757656 | eng_Latn | 0.358367 |
dc6cc7d29cc421d360cd1a7dd5a2a8613b37989d | 12,445 | md | Markdown | docs/outlook/social-connector/xml-for-friends.md | isabella232/office-developer-client-docs.de-DE | f244ed2fdf76004aaef1de6b6c24b8b1c5a6942e | [
"CC-BY-4.0",
"MIT"
] | 2 | 2020-05-19T18:52:16.000Z | 2021-04-21T00:13:46.000Z | docs/outlook/social-connector/xml-for-friends.md | MicrosoftDocs/office-developer-client-docs.de-DE | f244ed2fdf76004aaef1de6b6c24b8b1c5a6942e | [
"CC-BY-4.0",
"MIT"
] | 2 | 2021-12-08T03:25:19.000Z | 2021-12-08T03:43:48.000Z | docs/outlook/social-connector/xml-for-friends.md | isabella232/office-developer-client-docs.de-DE | f244ed2fdf76004aaef1de6b6c24b8b1c5a6942e | [
"CC-BY-4.0",
"MIT"
] | 5 | 2018-07-17T08:19:45.000Z | 2021-10-13T10:29:41.000Z | ---
title: XML für „friends“
manager: soliver
ms.date: 03/09/2015
ms.audience: Developer
ms.topic: overview
ms.prod: office-online-server
ms.localizationpriority: medium
ms.assetid: 3362639a-8098-47ab-ba94-ee89e4920032
description: Das Friends-Element im XML-Schema des Microsoft Outlook Connector für soziale Netzwerke ... | 91.507353 | 711 | 0.756448 | deu_Latn | 0.986591 |
dc6cd2777b393fb3200fe39cbd05c1d6a81551b0 | 4,014 | md | Markdown | README.md | davidkpiano/xactor | 4835fd3675a294a5e842a65a1d478e24ebf5acf8 | [
"MIT"
] | 157 | 2020-08-27T15:23:17.000Z | 2021-05-19T18:37:56.000Z | README.md | statelyai/xactor | 4835fd3675a294a5e842a65a1d478e24ebf5acf8 | [
"MIT"
] | 2 | 2022-01-02T06:17:50.000Z | 2022-01-25T08:00:06.000Z | README.md | statelyai/xactor | 4835fd3675a294a5e842a65a1d478e24ebf5acf8 | [
"MIT"
] | 4 | 2021-09-03T18:31:10.000Z | 2022-02-07T02:39:03.000Z | <p align="center">
<br />
<img src="https://s3.amazonaws.com/media-p.slid.es/uploads/174419/images/7647776/xactor-logo.svg" alt="XState" width="100"/>
<br />
<sub><strong>The Actor Model for JavaScript</strong></sub>
<br />
<br />
</p>
**🚧 Work in progress! 🚧**
XActor is an [actor model](https://en.wi... | 31.359375 | 290 | 0.686099 | eng_Latn | 0.756651 |
dc6df2f6998d6ee180561a80435178698d6b0665 | 532 | md | Markdown | README.md | 23subbhashit/ML-Data-Science-competition-tips | b1118308e87d78fd57479cebf509b686337f65c5 | [
"Apache-2.0"
] | null | null | null | README.md | 23subbhashit/ML-Data-Science-competition-tips | b1118308e87d78fd57479cebf509b686337f65c5 | [
"Apache-2.0"
] | null | null | null | README.md | 23subbhashit/ML-Data-Science-competition-tips | b1118308e87d78fd57479cebf509b686337f65c5 | [
"Apache-2.0"
] | null | null | null | # ML-Data-Science-competition-tips
This repository is for some main things that everyone miss while preparing for some ml challenges.

![KazAnova's competition pipeline, par... | 59.111111 | 249 | 0.81015 | eng_Latn | 0.435881 |
dc702f222752109dd165fbda324fef14033e8138 | 198 | md | Markdown | README.md | msulibrary/bib-template-textbook | ed97c26e54cd686970414847fc041f7b90a639de | [
"CC-BY-3.0",
"MIT"
] | null | null | null | README.md | msulibrary/bib-template-textbook | ed97c26e54cd686970414847fc041f7b90a639de | [
"CC-BY-3.0",
"MIT"
] | null | null | null | README.md | msulibrary/bib-template-textbook | ed97c26e54cd686970414847fc041f7b90a639de | [
"CC-BY-3.0",
"MIT"
] | null | null | null | Source code here is the HTML, CSS, Javascript, and PHP/MySQL from the example book reader prototype for a textbook showing how to responsively design a web book with RDFa and Semantic Web concepts.
| 99 | 197 | 0.808081 | eng_Latn | 0.999429 |
dc70c420acab66469f170f7ea2b4941e43a65200 | 2,279 | md | Markdown | README.md | StephenHLin/Adiabatic-Bragg-Grating-Spiral | db10de47da9f2acb365e2f7acfb01c3b6c585a4b | [
"MIT"
] | 5 | 2018-01-04T07:46:40.000Z | 2020-05-03T02:25:01.000Z | README.md | StephenHLin/Adiabatic-Bragg-Grating-Spiral | db10de47da9f2acb365e2f7acfb01c3b6c585a4b | [
"MIT"
] | 1 | 2018-03-01T00:28:33.000Z | 2018-03-01T00:28:33.000Z | README.md | StephenHLin/Adiabatic-Bragg-Grating-Spiral | db10de47da9f2acb365e2f7acfb01c3b6c585a4b | [
"MIT"
] | 1 | 2020-12-01T12:58:18.000Z | 2020-12-01T12:58:18.000Z | # Adiabatic Bragg Grating Spiral
This code was made as an addon component for the [SiEPIC PDK](https://github.com/lukasc-ubc/SiEPIC_EBeam_PDK/). The code can generate polygons for spirals with gratings.
<img src="/images/spiralcdc.JPG" alt="drawing" width="300"/>
<img src="/images/gratings.JPG" alt="drawing" width="3... | 53 | 306 | 0.774024 | eng_Latn | 0.988488 |
dc7334b706e17d6124fd48412b5b309a1cdfb254 | 788 | md | Markdown | _drafts/2019-08-06-so-many-anovas-to-one.md | Mijones22/davan690.github.io | 852ae1cb9ea03c8c7a98ba58d8829f8a5103affc | [
"MIT"
] | null | null | null | _drafts/2019-08-06-so-many-anovas-to-one.md | Mijones22/davan690.github.io | 852ae1cb9ea03c8c7a98ba58d8829f8a5103affc | [
"MIT"
] | null | null | null | _drafts/2019-08-06-so-many-anovas-to-one.md | Mijones22/davan690.github.io | 852ae1cb9ea03c8c7a98ba58d8829f8a5103affc | [
"MIT"
] | null | null | null | ---
title: "Reporting in ANOVAs"
layout: post
subtitle: "Simply not simple"
image: /img/tools.jpg
permlink: /anova-selection.html
tags: ["website", "overview", "general"]
bigimg: /img/tools.jpg
use-site-title: true
---
Here is the report I sent my supervisor after many many models were selected, fitted and discarded. ... | 18.761905 | 238 | 0.715736 | eng_Latn | 0.994558 |
dc73579dae9092ccf42d177cb637a5c42304d5da | 203 | md | Markdown | README.md | LaevusDexter/grammarbot | 8e66cee333677bdd190d02a151d2059b1e6cece3 | [
"MIT"
] | 3 | 2020-03-29T00:04:18.000Z | 2020-09-29T01:08:50.000Z | README.md | LaevusDexter/grammarbot | 8e66cee333677bdd190d02a151d2059b1e6cece3 | [
"MIT"
] | null | null | null | README.md | LaevusDexter/grammarbot | 8e66cee333677bdd190d02a151d2059b1e6cece3 | [
"MIT"
] | null | null | null | # grammarbot
A Go API client for [GrammrBot API](https://www.grammarbot.io/)
## Installation
```sh
go get github.com/LaevusDexter/grammarbot
```
## Usage
Check the `grammarbot_test.go`
| 14.5 | 64 | 0.674877 | yue_Hant | 0.842691 |
dc73963c256ca2f13649f024d5ee4b4ee206feb1 | 1,076 | md | Markdown | test/README.md | thiagoananias/serverless-finch | 252e3ce9ebd513af04edeb9701eb67c9a5db929b | [
"MIT"
] | null | null | null | test/README.md | thiagoananias/serverless-finch | 252e3ce9ebd513af04edeb9701eb67c9a5db929b | [
"MIT"
] | null | null | null | test/README.md | thiagoananias/serverless-finch | 252e3ce9ebd513af04edeb9701eb67c9a5db929b | [
"MIT"
] | 1 | 2021-11-25T14:56:19.000Z | 2021-11-25T14:56:19.000Z | # Testing
Tests use the [Mocha](https://mochajs.org) test framework.
Tests are configured with the [runServerless](https://github.com/serverless/test/blob/main/docs/run-serverless.md#run-serverless) util so that they reflect real world usage.
## Unit tests
Run all unit tests:
```
npm test
```
## AWS integration ... | 27.589744 | 173 | 0.77881 | eng_Latn | 0.83229 |
dc779bad0980368bad7f6daaef6e4c4a2002efa0 | 955 | md | Markdown | README.md | luzhaigo/prive_facebook_page | d34840c0c5e35cdb599f589cb18b5e264fc4dfef | [
"MIT"
] | null | null | null | README.md | luzhaigo/prive_facebook_page | d34840c0c5e35cdb599f589cb18b5e264fc4dfef | [
"MIT"
] | null | null | null | README.md | luzhaigo/prive_facebook_page | d34840c0c5e35cdb599f589cb18b5e264fc4dfef | [
"MIT"
] | null | null | null | # Prive Facebook Page
This web app is built by Vue.js and is still in development. It can show your own facebook pages.
You can set up env variable VUE_APP_APPID with facebook application appId if you want to clone this repo and start coding.
You can access by https://luzhaigo.github.io/prive_facebook_page/
## Pr... | 25.810811 | 122 | 0.73089 | eng_Latn | 0.863993 |
dc7a15e9081b842b2c22881f95e08a14dfbdb0df | 80 | md | Markdown | README.md | Shachindra/ESP32-Experiments | 416ea5af48c406352442fcc8f5051e0a4cb1ac03 | [
"MIT"
] | null | null | null | README.md | Shachindra/ESP32-Experiments | 416ea5af48c406352442fcc8f5051e0a4cb1ac03 | [
"MIT"
] | null | null | null | README.md | Shachindra/ESP32-Experiments | 416ea5af48c406352442fcc8f5051e0a4cb1ac03 | [
"MIT"
] | null | null | null | # ESP32-Experiments
Experiments with ESP32 Interfacing with modules and sensors
| 26.666667 | 59 | 0.85 | eng_Latn | 0.977139 |
dc7b1716c6c57d6e5fe6bf7bfd0fea92bdb3137e | 1,034 | md | Markdown | README.md | mizdra/shiki | afa314bd0a2dd1c84159fbfb185fa8ca69544efa | [
"MIT"
] | 1 | 2018-12-13T05:43:13.000Z | 2018-12-13T05:43:13.000Z | README.md | mizdra/shiki | afa314bd0a2dd1c84159fbfb185fa8ca69544efa | [
"MIT"
] | null | null | null | README.md | mizdra/shiki | afa314bd0a2dd1c84159fbfb185fa8ca69544efa | [
"MIT"
] | null | null | null | # shiki
Shiki is the rust-like programming language.
## Setup
```
$ git clone https://github.com/mizdra/shiki
$ cd shiki
$ cargo build
```
## Usage
```
## REPL
$ cargo run --bin shiki --features="repl"
>> -1 + 2 * 3 - (4 + 5) * 6;
-49
>> let val = "Hello World";
()
>> val
"Hello World"
>> let pow = |a, b| { if b <=... | 20.27451 | 235 | 0.648936 | eng_Latn | 0.725359 |
dc7b2102a9300ce4544c32e2611f1ea920fac9b5 | 22 | md | Markdown | MD/MYH2019.md | vitroid/vitroid.github.io | cb4f06a4a4925a0e06a4001d3680be7998552b83 | [
"MIT"
] | null | null | null | MD/MYH2019.md | vitroid/vitroid.github.io | cb4f06a4a4925a0e06a4001d3680be7998552b83 | [
"MIT"
] | 1 | 2020-02-12T02:46:21.000Z | 2020-02-12T02:46:21.000Z | MD/MYH2019.md | vitroid/vitroid.github.io | cb4f06a4a4925a0e06a4001d3680be7998552b83 | [
"MIT"
] | null | null | null | # MYH2019
物理学会誌・執筆中
| 4.4 | 9 | 0.681818 | vie_Latn | 0.104193 |
dc7be165b503fe917a697024ebfdf2a45b492983 | 943 | md | Markdown | initialiser/README.md | GoXLR-on-Linux/GoXLR-Utility | a3e46d3db524cbf54d4dcdd1d9549e87e587321d | [
"MIT"
] | 16 | 2022-01-06T03:43:06.000Z | 2022-03-17T23:52:57.000Z | initialiser/README.md | Dinnerbone/GoXLR | 8ed8817db9837ed6cec6c6033bef0f18088ac554 | [
"MIT"
] | 2 | 2022-01-04T04:56:42.000Z | 2022-01-05T12:24:27.000Z | initialiser/README.md | Dinnerbone/GoXLR | 8ed8817db9837ed6cec6c6033bef0f18088ac554 | [
"MIT"
] | 5 | 2022-01-03T16:57:15.000Z | 2022-01-04T14:56:28.000Z | # GoXLR Initialiser
This program is designed to prepare a freshly powered on GoXLR for use. It's intended to be run as
early in the boot process as possible, and will iterate over all GoXLR devices, check their state, and if
needed, activate and enable its features. This is especially useful for the GoXLR Mini device... | 36.269231 | 117 | 0.795334 | eng_Latn | 0.998366 |
dc7c1b3fee5b4a3d5f31dee2e7042d038b561474 | 3,389 | md | Markdown | type exercise/tree exercise/README.md | JakobKoempel/fsharp_exercise | ba5ad64b1f3ca759f0085b7066573f03b0f3473c | [
"MIT"
] | null | null | null | type exercise/tree exercise/README.md | JakobKoempel/fsharp_exercise | ba5ad64b1f3ca759f0085b7066573f03b0f3473c | [
"MIT"
] | null | null | null | type exercise/tree exercise/README.md | JakobKoempel/fsharp_exercise | ba5ad64b1f3ca759f0085b7066573f03b0f3473c | [
"MIT"
] | null | null | null | # Tree structures in F#
In this program I implemented a sorted tree structure in F# using types. We can build the basis of a tree in a few lines in F# by creating a new type called 'SortTree'. (Note: the first letter of a type name is allways capitalized)
```fsharp
type SortTree = {
value : int
left : SortTr... | 42.898734 | 231 | 0.654765 | eng_Latn | 0.999176 |
dc7c4bd4896670935fe052a2ec95c89c55c21575 | 378 | md | Markdown | client/front/pc_web_app/src/components/Captcha/README.md | Limiandy/Panda_community | 09e5eb145d9dc92ca1fa258f080c943d383d1485 | [
"MIT"
] | null | null | null | client/front/pc_web_app/src/components/Captcha/README.md | Limiandy/Panda_community | 09e5eb145d9dc92ca1fa258f080c943d383d1485 | [
"MIT"
] | 1 | 2020-12-09T15:17:08.000Z | 2020-12-09T15:17:08.000Z | client/front/pc_web_app/src/components/Captcha/README.md | Limiandy/Panda_community | 09e5eb145d9dc92ca1fa258f080c943d383d1485 | [
"MIT"
] | null | null | null | ### 组件使用说明
#### 简要说明
该组件实现了,父子组件的数据的双向绑定,使用validate 包实现了表单的核验
#### 版本说明
#### 使用说明
1. 引入组件
2. <captcha ref="captcha" @receiveCode="receiveCode" />
- receiveCode 接收验证码组件传递过来的 验证码的值与 valid(是否通过验证)
- this.$refs.captcha.reRequest(),重新请求验证码,使用场景:如ajax请求失败后,重新发起请求
3. 预留了slot插槽 `<captcha ref="captcha" @receiveCode="... | 21 | 69 | 0.693122 | yue_Hant | 0.19967 |
dc7d526926ed817f7a632950f20f8122857f619c | 581 | md | Markdown | README.md | jenkinsshubham/CCMS | 6ee5c84b4a735e195752a0fdc75eefb65e724557 | [
"MIT"
] | null | null | null | README.md | jenkinsshubham/CCMS | 6ee5c84b4a735e195752a0fdc75eefb65e724557 | [
"MIT"
] | null | null | null | README.md | jenkinsshubham/CCMS | 6ee5c84b4a735e195752a0fdc75eefb65e724557 | [
"MIT"
] | null | null | null |
# College CMS web app
It's just a first version, but we will continue development of this CMS to create not just another bootstrap customization, but the whole PHP framework.

## Features
* Student & ... | 22.346154 | 152 | 0.753873 | eng_Latn | 0.901651 |
dc7dcb6a9fba095e1d2f880e3975ac765fa12181 | 881 | md | Markdown | project-notes/TODO.md | jonalmeida/499-notes | c3b437bab2538668cea8c8b001555b5973d95471 | [
"Unlicense"
] | 1 | 2015-01-23T18:19:56.000Z | 2015-01-23T18:19:56.000Z | project-notes/TODO.md | jonalmeida/499-notes | c3b437bab2538668cea8c8b001555b5973d95471 | [
"Unlicense"
] | null | null | null | project-notes/TODO.md | jonalmeida/499-notes | c3b437bab2538668cea8c8b001555b5973d95471 | [
"Unlicense"
] | null | null | null | TODO
====
# Initial Phase
- Read lecture notes Dr. Chen provided.
- Research possible frameworks to use.
- Consider a web-based solution so that it's easily accessible.
- [D3js](http://d3js.org/) specializes in data visualization.
- Ask people on mailing lists/irc.
- Create a flowchart the scenarios of... | 36.708333 | 130 | 0.748014 | eng_Latn | 0.972567 |
dc7f8e102a78f3b0b8d8ba4be6e7b8edd37f89d0 | 1,643 | md | Markdown | news-site/content/post/e628376df5c19b3fdd3b47fe93335d3f64d3785bf5a18182c5c93fdd55022d25.md | saqoah/news-feed | 679213b6cae4f7038aa59739ba74e9395b13041b | [
"MIT"
] | null | null | null | news-site/content/post/e628376df5c19b3fdd3b47fe93335d3f64d3785bf5a18182c5c93fdd55022d25.md | saqoah/news-feed | 679213b6cae4f7038aa59739ba74e9395b13041b | [
"MIT"
] | null | null | null | news-site/content/post/e628376df5c19b3fdd3b47fe93335d3f64d3785bf5a18182c5c93fdd55022d25.md | saqoah/news-feed | 679213b6cae4f7038aa59739ba74e9395b13041b | [
"MIT"
] | 1 | 2021-11-02T18:36:09.000Z | 2021-11-02T18:36:09.000Z | ---
title: One Medical charged some patients a fee for the COVID-19 vaccine
date: "2021-04-05 16:48:34"
author: The Verge
authorlink: https://www.theverge.com/2021/4/5/22367922/covid-vaccine-one-medical-fee-bill-dc
tags:
- The-Verge
---
<figure>
<img alt="One Medical" src="https://cdn.vox-cdn.com/thumbor/Cqs2Ai6r... | 86.473684 | 401 | 0.755326 | eng_Latn | 0.91806 |