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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
08b6f43e6392928e21bda7b7c3d0fcea72cde667 | 62 | md | Markdown | README.md | tracnet/tracnet-android | a74e85f66a855f95812d5ae716f3f288e613b026 | [
"MIT"
] | null | null | null | README.md | tracnet/tracnet-android | a74e85f66a855f95812d5ae716f3f288e613b026 | [
"MIT"
] | null | null | null | README.md | tracnet/tracnet-android | a74e85f66a855f95812d5ae716f3f288e613b026 | [
"MIT"
] | null | null | null | # tracnet-android
Android client app of track net application
| 20.666667 | 43 | 0.822581 | eng_Latn | 0.617812 |
08b71ec7ded80b38499ccb7af22858ae777e2de3 | 167 | md | Markdown | package/docs/docs/tools/git.md | zhuqinb/note | 136d8d2127c6bf684e51a885e3ed23d8e5f340aa | [
"MIT"
] | null | null | null | package/docs/docs/tools/git.md | zhuqinb/note | 136d8d2127c6bf684e51a885e3ed23d8e5f340aa | [
"MIT"
] | 8 | 2021-03-01T20:42:25.000Z | 2021-10-06T09:01:00.000Z | package/docs/docs/tools/git.md | wadeazhu/note | 136d8d2127c6bf684e51a885e3ed23d8e5f340aa | [
"MIT"
] | null | null | null | ### git 规则
.gitignore 只能忽略那些原来没有被 track 的文件,如果某些文件已经被纳入了版本管理中,则修改.gitignore 是无效的
解决办法
```shell
git rm -r --cached .
git add .
git commit -m 'update .gitignore'
```
| 13.916667 | 69 | 0.706587 | kor_Hang | 0.33865 |
08b7f1181f9afa45f2600700e48e53561f0a729b | 213 | md | Markdown | content/navbar.md | villevpe/static-site | 96dae2d23270f2ddb7edfbc7b5631c6786935a6d | [
"MIT"
] | null | null | null | content/navbar.md | villevpe/static-site | 96dae2d23270f2ddb7edfbc7b5631c6786935a6d | [
"MIT"
] | null | null | null | content/navbar.md | villevpe/static-site | 96dae2d23270f2ddb7edfbc7b5631c6786935a6d | [
"MIT"
] | null | null | null | ---
templateKey: navbar
items:
- label: Site name
href: '#home'
style: 'logo'
- label: Section 1
href: '#section1'
style: 'item'
- label: Section 2
href: '#section2'
style: 'item'
--- | 16.384615 | 21 | 0.56338 | eng_Latn | 0.223999 |
08b853b6fcb5c770586150fff0574da7de081015 | 4,567 | md | Markdown | packages/site/docs/api/graphFunc/find.en.md | SLin0218/G6 | 0a6f4770cb5ac6c2e830da1544327d9a8babd743 | [
"MIT"
] | 4,945 | 2017-02-26T14:14:57.000Z | 2019-11-28T03:10:32.000Z | packages/site/docs/api/graphFunc/find.en.md | SLin0218/G6 | 0a6f4770cb5ac6c2e830da1544327d9a8babd743 | [
"MIT"
] | 2,415 | 2019-11-28T04:46:50.000Z | 2022-03-31T08:23:02.000Z | packages/site/docs/api/graphFunc/find.en.md | SLin0218/G6 | 0a6f4770cb5ac6c2e830da1544327d9a8babd743 | [
"MIT"
] | 699 | 2019-11-28T05:10:46.000Z | 2022-03-27T08:36:02.000Z | ---
title: Find Element
order: 5
---
### graph.getNodes()
Get all the node items in the graph.
<span style="background-color: rgb(251, 233, 231); color: rgb(139, 53, 56)"><strong>⚠️Attention:</strong></span> it returns the items but not data models.
**Return**
- Type of the return value: Array;
- Return the node i... | 23.065657 | 198 | 0.559886 | eng_Latn | 0.772239 |
08b922e034dbedd15d4f4d6e839626f0d68339e4 | 367 | md | Markdown | ddj/simplified-chinese.md | karpalig/sbs | e3a23a0f99abf9dfff9d1fb07579eb83bf1fcaf2 | [
"Unlicense"
] | null | null | null | ddj/simplified-chinese.md | karpalig/sbs | e3a23a0f99abf9dfff9d1fb07579eb83bf1fcaf2 | [
"Unlicense"
] | null | null | null | ddj/simplified-chinese.md | karpalig/sbs | e3a23a0f99abf9dfff9d1fb07579eb83bf1fcaf2 | [
"Unlicense"
] | null | null | null | Title: Дао Дэ Цзин
Author: Laozi
Year: 400 BC
Language: Chinese
道可道,非常道。
名可名,非常名。
无名天地之始;
有名万物之母。
故常无欲,以观其妙;
常有欲,以观其徼。
此两者,同出而异名,同谓之玄。
玄之又玄,众妙之门。
---
天下皆知美之为美,斯恶已。
皆知善之为善,斯不善已。
故有无相生,难易相成,长短相较,高下相倾,音声相和,前后相随。
是以圣人处无为之事,行不言之教;
万物作焉而不辞,生而不有。
为而不恃,功成而弗居。
夫唯弗居,是以不去。
---
不尚贤,使民不争;
不贵难得之货,使民不为盗;
不见可欲,使心不乱。
是以圣人之治,... | 11.46875 | 31 | 0.716621 | yue_Hant | 0.248893 |
08b9af79f10e3f59093fd4de1770ec02a57fec8c | 8,754 | md | Markdown | articles/active-directory-b2c/active-directory-b2c-reference-tokens.md | huiw-git/azure-content-zhtw | f20103dc3d404c9c929c155b36c5a47aee5baed6 | [
"CC-BY-3.0"
] | null | null | null | articles/active-directory-b2c/active-directory-b2c-reference-tokens.md | huiw-git/azure-content-zhtw | f20103dc3d404c9c929c155b36c5a47aee5baed6 | [
"CC-BY-3.0"
] | null | null | null | articles/active-directory-b2c/active-directory-b2c-reference-tokens.md | huiw-git/azure-content-zhtw | f20103dc3d404c9c929c155b36c5a47aee5baed6 | [
"CC-BY-3.0"
] | 1 | 2020-11-04T04:34:56.000Z | 2020-11-04T04:34:56.000Z | <properties
pageTitle="Azure Active Directory B2C 預覽 | Microsoft Azure"
description="在 Azure Active Directory B2C 預覽中簽發的權杖類型。"
services="active-directory-b2c"
documentationCenter=""
authors="dstrockis"
manager="msmbaldwin"
editor=""/>
<tags
ms.service="active-directory-b2c"
ms.workload="identity"
ms.tgt_pltf... | 53.705521 | 352 | 0.791867 | yue_Hant | 0.966303 |
08ba374d18a252a23f691a2aa7c8db4ddcbe2db5 | 10,273 | md | Markdown | README.md | emqx/mqtt-jmeter | 40c73181efbac8cdc386a0bf09c9cab3689cc459 | [
"Apache-2.0"
] | 153 | 2018-08-31T07:35:27.000Z | 2020-08-18T05:43:52.000Z | README.md | emqx/mqtt-jmeter | 40c73181efbac8cdc386a0bf09c9cab3689cc459 | [
"Apache-2.0"
] | 49 | 2018-09-28T07:44:32.000Z | 2020-08-06T02:18:32.000Z | README.md | emqx/mqtt-jmeter | 40c73181efbac8cdc386a0bf09c9cab3689cc459 | [
"Apache-2.0"
] | 86 | 2018-09-12T10:05:09.000Z | 2022-03-31T07:24:24.000Z | # mqtt-jmeter Overview
MQTT JMeter Plugin extends your JMeter's capability to test against MQTT protocol, just as easy as ordinary HTTP protocal.
It has been used to benchmark EMQ server performance, and here is the [report link](https://github.com/emqx/emq-xmeter-cn).
This plugin is developed and maintained by [XMe... | 59.726744 | 541 | 0.776599 | eng_Latn | 0.996277 |
08ba4306b61baf92ba6c953d562e10579a036c30 | 4,598 | md | Markdown | _posts/2019-11-20-embedded-programing.md | rydeenworks/rydeenworks.github.io | 9ab0ea427a3ddf1bbf5a490f202b649f3a96b152 | [
"MIT"
] | null | null | null | _posts/2019-11-20-embedded-programing.md | rydeenworks/rydeenworks.github.io | 9ab0ea427a3ddf1bbf5a490f202b649f3a96b152 | [
"MIT"
] | null | null | null | _posts/2019-11-20-embedded-programing.md | rydeenworks/rydeenworks.github.io | 9ab0ea427a3ddf1bbf5a490f202b649f3a96b152 | [
"MIT"
] | null | null | null | ---
layout: post
title: "組み込みプログラミングのためのハードウェア基礎知識"
date: 2019-11-20
categories: programming
---
**組み込み系のC言語/C++の開発現場に配属された人**
組み込み系のC言語/C++の開発現場に配属されたんだけど、なんか、CPUやメモリなどハードウェアの事についてよく知らない、組み込みプログラミングの基礎知識が欲しい。あと、ついでに良い学習の仕方があれば知りたい、と考えていませんか?

本記事... | 20.995434 | 338 | 0.808177 | yue_Hant | 0.434247 |
08ba53aec826edcb7ce31dac5706c88e77596ab5 | 1,689 | md | Markdown | README.md | danielsioli/DICI | c4b261d791201f27a2f1f09589b177a2bb79649e | [
"MIT"
] | null | null | null | README.md | danielsioli/DICI | c4b261d791201f27a2f1f09589b177a2bb79649e | [
"MIT"
] | null | null | null | README.md | danielsioli/DICI | c4b261d791201f27a2f1f09589b177a2bb79649e | [
"MIT"
] | null | null | null | # pyDICI
Pacote para enviar dados ao DICI
## Install
```
pip install pyDICI
```
## Use
Importar pacote
```
import pyDICI as dici
```
Arquivo Excel
Montar um arquivo Excel (XLSX) com o seguinte formato. Podem ser adicionadas quantas linhas forem necessárias.
|Cronograma|Leiaute|Ano|Entrega|Entida... | 28.15 | 140 | 0.692718 | por_Latn | 0.8895 |
08ba8378723fb745351e2d73559c2cee1a17f9f4 | 10,235 | md | Markdown | content/blog/EN/5/123eb179ba072a631fdb8b78e6c46695_t.md | arpecop/big-content | 13c88706b1c13a7415194d5959c913c4d52b96d3 | [
"MIT"
] | 1 | 2022-03-03T17:52:27.000Z | 2022-03-03T17:52:27.000Z | content/blog/EN/5/123eb179ba072a631fdb8b78e6c46695_t.md | arpecop/big-content | 13c88706b1c13a7415194d5959c913c4d52b96d3 | [
"MIT"
] | null | null | null | content/blog/EN/5/123eb179ba072a631fdb8b78e6c46695_t.md | arpecop/big-content | 13c88706b1c13a7415194d5959c913c4d52b96d3 | [
"MIT"
] | null | null | null | ---
title: 123eb179ba072a631fdb8b78e6c46695_t
mitle: "5 Signs You Have Too Many Toxins In Your Kidneys"
description: "Some symptoms that your body has way too many toxins and it’s time to stop"
image: "https://cdnone.netlify.com/db/2017/05/tapoos-logo.png"
---
<i></i> <i></i> <i></i> -1<p><img src="http... | 1,279.375 | 9,972 | 0.786224 | eng_Latn | 0.99895 |
08bab50dbdc384843a78b16399dd6e97fa35ec6c | 338 | md | Markdown | src/pages/pages/2019-12-06--start/index.md | Koo-S/sangmo-dev-blog | 19c6dc73689bb928a0938b288733b42a77ee263f | [
"MIT"
] | 1 | 2020-06-16T06:55:49.000Z | 2020-06-16T06:55:49.000Z | src/pages/pages/2019-12-06--start/index.md | Koo-S/sangmo-dev-blog | 19c6dc73689bb928a0938b288733b42a77ee263f | [
"MIT"
] | null | null | null | src/pages/pages/2019-12-06--start/index.md | Koo-S/sangmo-dev-blog | 19c6dc73689bb928a0938b288733b42a77ee263f | [
"MIT"
] | null | null | null | ---
title: "블로그 시작!"
layout: page
path: "/start"
---

블로그를 시작하면서 어떤 마음 가짐을 가져야 할까 많은 고민을 하였다.
큰 마음을 먹고 시작해야 한다고 생각했는데 막상 그냥 시간 조금 투자 해서 진행하면 가능한거 같다.
머리속으로 앞으로 무엇을 해야 한다는 걸 알고는 있었으나 하지 않았다.
물론 내가 알고 있는 것이 옳은 것인지는 정확히 모른다. 그러나 앞으로는 하나씩 해보려 한다.
블로그를 통해서 내 생각과 내가 할 수 있는 일을 정리 할 것이다.
더 좋은 개... | 18.777778 | 55 | 0.650888 | kor_Hang | 1.00001 |
08bbbc5d0783500fc13c5c7adee554ccec45c22d | 3,617 | md | Markdown | wdk-ddi-src/content/d3dkmddi/nc-d3dkmddi-dxgkddi_enumvidpncofuncmodality.md | sathishcg/windows-driver-docs-ddi | 238bb4dc827cb3d2c64e535cf3f91d205b20c943 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2020-08-12T00:32:04.000Z | 2021-07-17T15:32:12.000Z | wdk-ddi-src/content/d3dkmddi/nc-d3dkmddi-dxgkddi_enumvidpncofuncmodality.md | sathishcg/windows-driver-docs-ddi | 238bb4dc827cb3d2c64e535cf3f91d205b20c943 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | wdk-ddi-src/content/d3dkmddi/nc-d3dkmddi-dxgkddi_enumvidpncofuncmodality.md | sathishcg/windows-driver-docs-ddi | 238bb4dc827cb3d2c64e535cf3f91d205b20c943 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
UID: NC:d3dkmddi.DXGKDDI_ENUMVIDPNCOFUNCMODALITY
title: DXGKDDI_ENUMVIDPNCOFUNCMODALITY
author: windows-driver-content
description: The DxgkDdiEnumVidPnCofuncModality function makes the source and target modes sets of a VidPN cofunctional with the VidPN's topology and the modes that have already been pinned.
old-lo... | 32.00885 | 343 | 0.798728 | eng_Latn | 0.778825 |
08bc34339e4cccc3f3eef15b09d58d78b0dfd563 | 65 | md | Markdown | README.md | weissxu/base | 6cbd20d9529d26a3ddc1719e7c167302af52f015 | [
"Apache-2.0"
] | null | null | null | README.md | weissxu/base | 6cbd20d9529d26a3ddc1719e7c167302af52f015 | [
"Apache-2.0"
] | null | null | null | README.md | weissxu/base | 6cbd20d9529d26a3ddc1719e7c167302af52f015 | [
"Apache-2.0"
] | null | null | null | # base
the base project with springboot, together with mybatis,
| 21.666667 | 57 | 0.784615 | eng_Latn | 0.999569 |
08bcddf25371dceb3d27d8fd48b57c9021767b77 | 10,742 | md | Markdown | _posts/2020-10-08-openfaas-functions-with-github-actions.md | utsavanand2/openfaas.github.io | 922054be0f216d3fc5dc2d88dc0e123daf28cb85 | [
"MIT"
] | null | null | null | _posts/2020-10-08-openfaas-functions-with-github-actions.md | utsavanand2/openfaas.github.io | 922054be0f216d3fc5dc2d88dc0e123daf28cb85 | [
"MIT"
] | null | null | null | _posts/2020-10-08-openfaas-functions-with-github-actions.md | utsavanand2/openfaas.github.io | 922054be0f216d3fc5dc2d88dc0e123daf28cb85 | [
"MIT"
] | null | null | null | ---
title: "Build and deploy OpenFaaS functions with GitHub Actions"
description: "Build and deploy functions to OpenFaaS anywhere with GitHub Actions and multi-arch images"
date: 2020-10-13
image: /images/2020-10-github-actions/lego.jpg
categories:
- faas-netes
- faasd
- cicd
- github
- multi-arch
author_sta... | 46.103004 | 467 | 0.726494 | eng_Latn | 0.983653 |
08bd0ea55ac24307adea0d99043a2acc06c880c7 | 657 | md | Markdown | README.md | barhouum7/PostMailManagement | 56f5f799907c5e747e1c16ea5211d7e1a0c2945d | [
"MIT"
] | null | null | null | README.md | barhouum7/PostMailManagement | 56f5f799907c5e747e1c16ea5211d7e1a0c2945d | [
"MIT"
] | null | null | null | README.md | barhouum7/PostMailManagement | 56f5f799907c5e747e1c16ea5211d7e1a0c2945d | [
"MIT"
] | null | null | null | # PostMailManagement
Simple Java application that simulates mail management within a post office. Anyone can learn the OOP concepts through this Java application.
It's a core java (Console App) without any SE or EE application.
## Project Notes🗒📝
Have a look at the project statement.
Which is written in French.
If ... | 41.0625 | 172 | 0.782344 | eng_Latn | 0.999047 |
08bd9dc63df5191b2d3d56cd78b0425492191301 | 553 | md | Markdown | _site/_units/gunfortress.md | jaguilar87/tp.net-armageddon.org | be0b6e1c8278fc7c32e73d9b2d58cc692da81059 | [
"0BSD"
] | 2 | 2018-01-23T13:17:37.000Z | 2021-07-29T17:48:58.000Z | _site/_units/gunfortress.md | jaguilar87/tp.net-armageddon.org | be0b6e1c8278fc7c32e73d9b2d58cc692da81059 | [
"0BSD"
] | 16 | 2015-08-13T21:43:54.000Z | 2022-02-17T14:37:29.000Z | _site/_units/gunfortress.md | jaguilar87/tp.net-armageddon.org | be0b6e1c8278fc7c32e73d9b2d58cc692da81059 | [
"0BSD"
] | 6 | 2019-11-28T20:52:11.000Z | 2021-12-29T16:54:52.000Z | ---
name: Gunfortress
type: WE
speed: 30cm
armour: 4+
cc: 4+
ff: 4+
special_rules:
- damage-capacity-3
- transport
notes:
|
May transport four infantry units without _Jump Packs_ or _Mounted_; only one of the four units may be a Big Gunz; plus two units of Grotz. Critical Hit Effect: Move the unit D6cm in a r... | 26.333333 | 326 | 0.708861 | eng_Latn | 0.996056 |
08bdec6a641c207dae35d04d369227825233b7b0 | 474 | md | Markdown | bower_components/qrcode-generator/js/README.md | isabella232/pongnub | d4a7e9126b91cff4392a7bb11659536f59e1b34a | [
"MIT"
] | 12 | 2015-04-27T21:30:48.000Z | 2020-11-19T09:13:22.000Z | bower_components/qrcode-generator/js/README.md | pubnub/pongnub | d4a7e9126b91cff4392a7bb11659536f59e1b34a | [
"MIT"
] | 1 | 2021-02-24T02:49:01.000Z | 2021-02-24T02:49:01.000Z | bower_components/qrcode-generator/js/README.md | isabella232/pongnub | d4a7e9126b91cff4392a7bb11659536f59e1b34a | [
"MIT"
] | 8 | 2015-09-18T20:32:52.000Z | 2021-01-13T10:36:22.000Z | QR Code Generator
===
1. Include qrcode.js in your html.
2. Prepare a place holder.
3. Generate QR and render it.
```html
<script type="text/javascript" src="qrcode.js"></script>
```
```html
<div id="placeHolder"></div>
```
```javascript
var typeNumber = 4; // 1~40
var errorCorrectionLevel = 'L'; // 'L','M','Q','H'
v... | 21.545455 | 69 | 0.675105 | yue_Hant | 0.393678 |
08be0ac5fa189b4bd71b0616013876338d9ab6eb | 472 | md | Markdown | README.md | tipsy/javalin-async-example | 26377ca183b78888e21bb85d05ed1fa9f830a561 | [
"Apache-2.0"
] | 8 | 2018-04-13T10:37:42.000Z | 2022-03-28T10:26:50.000Z | README.md | tipsy/javalin-async-example | 26377ca183b78888e21bb85d05ed1fa9f830a561 | [
"Apache-2.0"
] | 1 | 2018-04-13T21:49:40.000Z | 2018-04-13T21:52:35.000Z | README.md | tipsy/javalin-async-example | 26377ca183b78888e21bb85d05ed1fa9f830a561 | [
"Apache-2.0"
] | null | null | null | # javalin-async-example
This repo contains a benchmarking tool created for playing around with futures in [Javalin](https://javalin.io).
It's only intended as an illustration of the concepts of running requests asynchronously. Since your browser is being used
as a benchmarking tool results will become wildly inaccura... | 52.444444 | 122 | 0.809322 | eng_Latn | 0.992902 |
08beb11785afa61044e6c6ed5d79657ceb6a051b | 1,063 | md | Markdown | class-08.md | osamamousa204/reading-notes-301 | d756ca790e73be2f8c33f06b1bacc7832ca3cd00 | [
"MIT"
] | null | null | null | class-08.md | osamamousa204/reading-notes-301 | d756ca790e73be2f8c33f06b1bacc7832ca3cd00 | [
"MIT"
] | null | null | null | class-08.md | osamamousa204/reading-notes-301 | d756ca790e73be2f8c33f06b1bacc7832ca3cd00 | [
"MIT"
] | 1 | 2020-03-28T17:45:00.000Z | 2020-03-28T17:45:00.000Z | # SQL
SQL, or Structured Query Language, is a language designed to allow both technical and non-technical users query, manipulate, and transform data from a relational database. And due to its simplicity, SQL databases provide safe and scalable storage for millions of websites and mobile applications.
# Relational da... | 81.769231 | 398 | 0.799624 | eng_Latn | 0.999771 |
08bed8252cf4c99e59f04c428168dc13e03132af | 198 | md | Markdown | LogicMonitor/Device Groups/LM get device group list/Readme.md | MithunKulkarniCTS/MithunKulkarniCTS | a9c264209d25495dea7ae919b8ad7080449f5db2 | [
"MIT"
] | 4 | 2019-12-07T03:27:41.000Z | 2021-03-11T02:30:40.000Z | LogicMonitor/Device Groups/LM get device group list/Readme.md | MithunKulkarniCTS/MithunKulkarniCTS | a9c264209d25495dea7ae919b8ad7080449f5db2 | [
"MIT"
] | 2 | 2021-08-17T03:06:52.000Z | 2021-09-17T13:18:19.000Z | LogicMonitor/Device Groups/LM get device group list/Readme.md | MithunKulkarniCTS/MithunKulkarniCTS | a9c264209d25495dea7ae919b8ad7080449f5db2 | [
"MIT"
] | 37 | 2019-08-19T19:41:16.000Z | 2022-02-03T08:43:59.000Z | <br># LogicMonitor</br>
<br>get device group list</br>
<br>LM get device group list</br>
<br>Method: Get</br>
<br>OperationID: getDeviceGroupList</br>
<br>EndPoint:</br>
<br>/device/groups</br>
| 24.75 | 40 | 0.686869 | eng_Latn | 0.162551 |
08bf65b09c93720498baef7a8cdf34c598d647a9 | 61,176 | md | Markdown | docs/project/create-a-project-add-in-that-uses-rest-with-an-on-premises-odata-service.md | danielgwilson/office-js-docs-pr | 75bf20ac62a0d50b2954e37d0e17111886efcac3 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/project/create-a-project-add-in-that-uses-rest-with-an-on-premises-odata-service.md | danielgwilson/office-js-docs-pr | 75bf20ac62a0d50b2954e37d0e17111886efcac3 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/project/create-a-project-add-in-that-uses-rest-with-an-on-premises-odata-service.md | danielgwilson/office-js-docs-pr | 75bf20ac62a0d50b2954e37d0e17111886efcac3 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Create a Project add-in that uses REST with an on-premises Project Server OData service
description: ''
ms.date: 06/20/2019
localization_priority: Priority
---
# Create a Project add-in that uses REST with an on-premises Project Server OData service
This article describes how to build a task pane add-in fo... | 54.475512 | 656 | 0.67023 | eng_Latn | 0.854345 |
08bf728ee7c06b4df831dc6e95d947bfa9ebcfc4 | 521 | md | Markdown | add/metadata/System.Activities.Statements/CompensableActivity.meta.md | ferdeen/dotnet-api-docs | 233109a79714842b6ce02e919ad1cb078267f434 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2020-06-16T22:24:36.000Z | 2020-06-16T22:24:36.000Z | add/metadata/System.Activities.Statements/CompensableActivity.meta.md | ferdeen/dotnet-api-docs | 233109a79714842b6ce02e919ad1cb078267f434 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | add/metadata/System.Activities.Statements/CompensableActivity.meta.md | ferdeen/dotnet-api-docs | 233109a79714842b6ce02e919ad1cb078267f434 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2019-11-26T07:32:59.000Z | 2019-11-26T07:32:59.000Z | ---
uid: System.Activities.Statements.CompensableActivity
---
---
uid: System.Activities.Statements.CompensableActivity.#ctor
---
---
uid: System.Activities.Statements.CompensableActivity.Body
---
---
uid: System.Activities.Statements.CompensableActivity.CompensationHandler
---
---
uid: System.Activities.Statements... | 18.607143 | 73 | 0.786948 | yue_Hant | 0.926135 |
08c091f40c093123673b8ed342ba663d971e3b3c | 61 | md | Markdown | README.md | Enestst/euler-project | c72ed812b9bc3504d1da86f9bc80159e33c23e9d | [
"MIT"
] | null | null | null | README.md | Enestst/euler-project | c72ed812b9bc3504d1da86f9bc80159e33c23e9d | [
"MIT"
] | null | null | null | README.md | Enestst/euler-project | c72ed812b9bc3504d1da86f9bc80159e33c23e9d | [
"MIT"
] | null | null | null | # euler-project
some solutions of euler project with python.
| 20.333333 | 44 | 0.803279 | eng_Latn | 0.997452 |
08c0e4ae64a462e595ddc8ff2b579e6cad048841 | 2,533 | md | Markdown | docs/framework/unmanaged-api/debugging/icordebugprocess5-gettypefields-method.md | lucieva/docs.cs-cz | a688d6511d24a48fe53a201e160e9581f2effbf4 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2018-12-19T17:04:23.000Z | 2018-12-19T17:04:23.000Z | docs/framework/unmanaged-api/debugging/icordebugprocess5-gettypefields-method.md | lucieva/docs.cs-cz | a688d6511d24a48fe53a201e160e9581f2effbf4 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/framework/unmanaged-api/debugging/icordebugprocess5-gettypefields-method.md | lucieva/docs.cs-cz | a688d6511d24a48fe53a201e160e9581f2effbf4 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: ICorDebugProcess5::GetTypeFields – metoda
ms.date: 03/30/2017
api_name:
- ICorDebugProcess5.GetTypeFields
api_location:
- mscordbi.dll
api_type:
- COM
f1_keywords:
- ICorDebugProcess5::GetTypeFields
helpviewer_keywords:
- GetTypeFields method, ICorDebugProcess5 interface [.NET Framework debugging]... | 36.710145 | 164 | 0.711804 | ces_Latn | 0.720174 |
08c119bbf2d798aa6063aee2e432423b5f7f85ed | 223 | md | Markdown | wiki/specs_tfgrid3/tfgrid_substrate/substrate_readme.md | LeeSmet/info_threefold_pub | 1047d8a6e895947bf12b21255e285f4eb798804a | [
"Apache-2.0"
] | 1 | 2022-01-03T12:26:07.000Z | 2022-01-03T12:26:07.000Z | wiki/specs_tfgrid3/tfgrid_substrate/substrate_readme.md | LeeSmet/info_threefold_pub | 1047d8a6e895947bf12b21255e285f4eb798804a | [
"Apache-2.0"
] | 52 | 2021-09-28T15:33:06.000Z | 2022-03-14T15:40:06.000Z | wiki/specs_tfgrid3/tfgrid_substrate/substrate_readme.md | LeeSmet/info_threefold_pub | 1047d8a6e895947bf12b21255e285f4eb798804a | [
"Apache-2.0"
] | 1 | 2021-09-22T14:47:43.000Z | 2021-09-22T14:47:43.000Z | # Grid3 Substrate
Substrate is the main technology used for our Blockchain needs.
- [usage](substrate_usage)
- [griddb](griddb)
- [grid substrate smart contract](grid_substrate_contract)
- [Bridge](grid_substrate_bridge) | 27.875 | 63 | 0.784753 | eng_Latn | 0.921703 |
08c14be2b02603f8109ce0331e2d9a32ab2b98dc | 473 | md | Markdown | _posts/2021-07-08/2021-07-03-Colombian-pussy-tastes-better-and-thats-a-fact-20210703135343373508.md | ipussy/ipussy.github.io | 95d19a74e38bb54303cf18057a99a57c783e76bf | [
"Apache-2.0"
] | null | null | null | _posts/2021-07-08/2021-07-03-Colombian-pussy-tastes-better-and-thats-a-fact-20210703135343373508.md | ipussy/ipussy.github.io | 95d19a74e38bb54303cf18057a99a57c783e76bf | [
"Apache-2.0"
] | null | null | null | _posts/2021-07-08/2021-07-03-Colombian-pussy-tastes-better-and-thats-a-fact-20210703135343373508.md | ipussy/ipussy.github.io | 95d19a74e38bb54303cf18057a99a57c783e76bf | [
"Apache-2.0"
] | null | null | null | ---
title: "Colombian pussy tastes better and that's a fact."
metadate: "hide"
categories: [ Pussy ]
image: "https://external-preview.redd.it/qHBCLcCImt1X80rMgOmmhpCIk-IiCQBUq8OTX9jQzJI.jpg?auto=webp&s=ec5b3db39abeee1087757ea6e081cdac527f91ae"
thumb: "https://external-preview.redd.it/qHBCLcCImt1X80rMgOmmhpCIk-IiCQBUq8... | 47.3 | 164 | 0.809725 | kor_Hang | 0.132716 |
08c1d81b88420a47aafc2a6de14f061fdd1973fd | 7,586 | md | Markdown | docs/controls/charts/stockchart/data-binding.md | davidda/kendo-ui-core | 1cd612b2ccc4d6bdfc222948b74af1c4d37e2d9f | [
"Apache-2.0"
] | 1 | 2020-11-15T10:40:31.000Z | 2020-11-15T10:40:31.000Z | docs/controls/charts/stockchart/data-binding.md | davidda/kendo-ui-core | 1cd612b2ccc4d6bdfc222948b74af1c4d37e2d9f | [
"Apache-2.0"
] | null | null | null | docs/controls/charts/stockchart/data-binding.md | davidda/kendo-ui-core | 1cd612b2ccc4d6bdfc222948b74af1c4d37e2d9f | [
"Apache-2.0"
] | null | null | null | ---
title: Data Binding
page_title: jQuery Charts Documentation | StockChart Data Binding | Kendo UI
description: "Get started with the jQuery StockChart by Kendo UI and learn how to bind it to data."
slug: databinding_kendoui_stockcharts
position: 2
---
# Data Binding
The Kendo UI StockChart provides the [single dat... | 35.12037 | 644 | 0.579093 | eng_Latn | 0.946659 |
08c1e21060208afd593fb8ffe1cb8cc6f4ffe928 | 793 | md | Markdown | README.md | DanOnTheMoon21/twitch-bots | 4c901ab4131440fdd89bed70d383a437a0afd327 | [
"MIT"
] | null | null | null | README.md | DanOnTheMoon21/twitch-bots | 4c901ab4131440fdd89bed70d383a437a0afd327 | [
"MIT"
] | 2 | 2020-09-04T22:04:46.000Z | 2021-05-07T13:22:48.000Z | README.md | DanOnTheMoon21/twitch-bots | 4c901ab4131440fdd89bed70d383a437a0afd327 | [
"MIT"
] | null | null | null | # twitch-bots
These are my personal one-off twitch bots. I haven't put much effort into them, and they should not be used for production purposes. On top of them, I have leveraged [Vorpal](https://vorpal.js.org/) to manage them.
These bots should not be used in a twitch channel without the permission of the broadcast... | 88.111111 | 214 | 0.789407 | eng_Latn | 0.999905 |
08c26e0af62a811afc65bf744945515fcc44fff2 | 588 | md | Markdown | clients/java/generated/docs/GithubRepository.md | cliffano/jenkins-api-clients-generator | 522d02b3a130a29471df5ec1d3d22c822b3d0813 | [
"MIT"
] | null | null | null | clients/java/generated/docs/GithubRepository.md | cliffano/jenkins-api-clients-generator | 522d02b3a130a29471df5ec1d3d22c822b3d0813 | [
"MIT"
] | null | null | null | clients/java/generated/docs/GithubRepository.md | cliffano/jenkins-api-clients-generator | 522d02b3a130a29471df5ec1d3d22c822b3d0813 | [
"MIT"
] | null | null | null |
# GithubRepository
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**propertyClass** | **String** | | [optional]
**links** | [**GithubRepositorylinks**](GithubRepositorylinks.md) | | [optional]
**defaultBranch** | **String** | | [optional]
**descri... | 28 | 100 | 0.55102 | yue_Hant | 0.141398 |
08c33da56db4f03c87d85032df5a0edd025588a7 | 547 | md | Markdown | doc/README.md | AriFordsham/plutus | f7d34336cd3d65f62b0da084a16f741dc9156413 | [
"Apache-2.0"
] | 1,299 | 2018-10-02T13:41:39.000Z | 2022-03-28T01:10:02.000Z | doc/README.md | AriFordsham/plutus | f7d34336cd3d65f62b0da084a16f741dc9156413 | [
"Apache-2.0"
] | 2,493 | 2018-09-28T19:28:17.000Z | 2022-03-31T15:31:31.000Z | doc/README.md | AriFordsham/plutus | f7d34336cd3d65f62b0da084a16f741dc9156413 | [
"Apache-2.0"
] | 399 | 2018-10-05T09:36:10.000Z | 2022-03-31T11:18:25.000Z | # Plutus and Marlowe documentation site
This is a sphinx site. You can build it with sphinx directly (assuming you're in a `nix-shell`):
```
sphinx-build -j 4 -n . _build
```
Or you can build it with Nix at the top level, which will also build the Haddock for the project and link it in:
```
nix build -f default.ni... | 32.176471 | 112 | 0.734918 | eng_Latn | 0.99952 |
08c3c8c9c4cbce09a300a38050e844b5a1e418c5 | 478 | md | Markdown | pallets/ico/README.md | FelixMeyr/dico-chain | 84fe53ae89f24ea5d11dfcbe7974bbdd141bf811 | [
"Apache-2.0",
"MIT"
] | null | null | null | pallets/ico/README.md | FelixMeyr/dico-chain | 84fe53ae89f24ea5d11dfcbe7974bbdd141bf811 | [
"Apache-2.0",
"MIT"
] | null | null | null | pallets/ico/README.md | FelixMeyr/dico-chain | 84fe53ae89f24ea5d11dfcbe7974bbdd141bf811 | [
"Apache-2.0",
"MIT"
] | null | null | null | # ICO
***
## Interface
### Dispatchable Functions
* For general users
* join
* user_release_ico_amount
* unlock
* get_reward
* For sudo super-users(Sudo)
* set_system_ico_amount_bound
* For project party
* initiate_ico
* request_release
* initiator_set_ico_amount_bound
* initiator_... | 17.071429 | 36 | 0.692469 | eng_Latn | 0.636405 |
08c47bb81193f7fd621a511b58bfd05d02234a0d | 5,119 | md | Markdown | guides/en/discouraged.md | rscRoman/cfdocs | 3f6bf390c8624c028bdad95ad1d5357fc6923316 | [
"MIT-feh"
] | 143 | 2015-03-05T15:35:04.000Z | 2022-01-11T21:15:02.000Z | guides/en/discouraged.md | rscRoman/cfdocs | 3f6bf390c8624c028bdad95ad1d5357fc6923316 | [
"MIT-feh"
] | 895 | 2015-01-24T01:35:47.000Z | 2022-03-04T18:09:32.000Z | guides/en/discouraged.md | rscRoman/cfdocs | 3f6bf390c8624c028bdad95ad1d5357fc6923316 | [
"MIT-feh"
] | 370 | 2015-01-20T10:49:18.000Z | 2022-03-05T16:03:15.000Z | # Discouraged
##The following tags/functions are discouraged to use
### `array`
Lucee recommends to use the inline array notation.
### `cfapplication`
Use Application.cfc instead of Application.cfm files. The Application component provides better organization and additional features. Note that if you are using App... | 37.639706 | 215 | 0.785114 | eng_Latn | 0.939847 |
08c4c6dc83acef4914188bcf76e174b9f201115f | 2,730 | md | Markdown | articles/sql-database/sql-database-cloud-migrate-fix-compatibility-issues-ssms.md | OpenLocalizationTestOrg/azure-docs-pr15_hr-HR | 94470f6d3849fb1d48d443d49ffe0217ddba2f80 | [
"CC-BY-3.0",
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/sql-database/sql-database-cloud-migrate-fix-compatibility-issues-ssms.md | OpenLocalizationTestOrg/azure-docs-pr15_hr-HR | 94470f6d3849fb1d48d443d49ffe0217ddba2f80 | [
"CC-BY-3.0",
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/sql-database/sql-database-cloud-migrate-fix-compatibility-issues-ssms.md | OpenLocalizationTestOrg/azure-docs-pr15_hr-HR | 94470f6d3849fb1d48d443d49ffe0217ddba2f80 | [
"CC-BY-3.0",
"CC-BY-4.0",
"MIT"
] | null | null | null | <properties
pageTitle="Rješavanje problema kompatibilnosti baze podataka za SQL Server pomoću SQL Server upravljanje Studio prije migracije s bazom podataka SQL | Microsoft Azure"
description="Microsoft Azure SQL baze podataka, Migracija baze podataka, kompatibilnost, čarobnjak za migraciju SQL Azure"
services... | 55.714286 | 307 | 0.789011 | hrv_Latn | 0.665967 |
08c52fdbcc1ff12d9a75a5efb3baf10641ec3def | 5,188 | md | Markdown | articles/communication-services/concepts/authentication.md | flexray/azure-docs.pl-pl | bfb8e5d5776d43b4623ce1c01dc44c8efc769c78 | [
"CC-BY-4.0",
"MIT"
] | 12 | 2017-08-28T07:45:55.000Z | 2022-03-07T21:35:48.000Z | articles/communication-services/concepts/authentication.md | flexray/azure-docs.pl-pl | bfb8e5d5776d43b4623ce1c01dc44c8efc769c78 | [
"CC-BY-4.0",
"MIT"
] | 441 | 2017-11-08T13:15:56.000Z | 2021-06-02T10:39:53.000Z | articles/communication-services/concepts/authentication.md | flexray/azure-docs.pl-pl | bfb8e5d5776d43b4623ce1c01dc44c8efc769c78 | [
"CC-BY-4.0",
"MIT"
] | 27 | 2017-11-13T13:38:31.000Z | 2022-02-17T11:57:33.000Z | ---
title: Uwierzytelnianie w usłudze Azure Communications Services
titleSuffix: An Azure Communication Services concept document
description: Dowiedz się więcej na temat różnych sposobów uwierzytelniania aplikacji lub usługi w ramach usług komunikacyjnych.
author: mikben
manager: jken
services: azure-communication-ser... | 78.606061 | 714 | 0.777371 | pol_Latn | 0.999963 |
08c6392720b0ea82eb39b1877370b333f526c2e7 | 2,456 | md | Markdown | articles/spatial-anchors/spatial-anchor-support.md | gschrijvers/azure-docs.nl-nl | e46af0b9c1e4bb7cb8088835a8104c5d972bfb78 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/spatial-anchors/spatial-anchor-support.md | gschrijvers/azure-docs.nl-nl | e46af0b9c1e4bb7cb8088835a8104c5d972bfb78 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/spatial-anchors/spatial-anchor-support.md | gschrijvers/azure-docs.nl-nl | e46af0b9c1e4bb7cb8088835a8104c5d972bfb78 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Ondersteuningsopties
description: Informatie over het openen van een aanvraag met het Azure spatiale-ankers ondersteunings team.
author: ramonarguelles
manager: vriveras
services: azure-spatial-anchors
ms.author: rgarcia
ms.date: 02/24/2019
ms.topic: troubleshooting
ms.service: azure-spatial-anchors
ms.openl... | 45.481481 | 273 | 0.797231 | nld_Latn | 0.979669 |
08c698630a3f701751abecbf471e3162e4195122 | 1,360 | md | Markdown | _posts/2017-03-21-Notes-on-Merleau-Ponty.md | worlding/worlding.github.io | 99d097b310ee870e9db49adc84d0409f9ffc1044 | [
"MIT"
] | null | null | null | _posts/2017-03-21-Notes-on-Merleau-Ponty.md | worlding/worlding.github.io | 99d097b310ee870e9db49adc84d0409f9ffc1044 | [
"MIT"
] | null | null | null | _posts/2017-03-21-Notes-on-Merleau-Ponty.md | worlding/worlding.github.io | 99d097b310ee870e9db49adc84d0409f9ffc1044 | [
"MIT"
] | null | null | null | ---
layout: post
title: Notes on Merleau-Ponty
author: worlding
tags: Merleau-Ponty
eye_catch:
---
Hegel: there is not pure impression.
* Conditions of possibility: Kant
* Conditions of existence: Heidegger
- what are the enabling conditions
Perception is not conceptual.
Husserl’s phenomenological method: detached r... | 33.170732 | 162 | 0.807353 | eng_Latn | 0.998095 |
08c777c9688b2fa0bdc2d76887b6e20e61ad7dbe | 469 | md | Markdown | examples/browser/README.md | neupauer/meilisearch-js | c7fc4ce162a9693e3e4e0d1ef74b7f5ffc03a48c | [
"MIT"
] | null | null | null | examples/browser/README.md | neupauer/meilisearch-js | c7fc4ce162a9693e3e4e0d1ef74b7f5ffc03a48c | [
"MIT"
] | null | null | null | examples/browser/README.md | neupauer/meilisearch-js | c7fc4ce162a9693e3e4e0d1ef74b7f5ffc03a48c | [
"MIT"
] | null | null | null | # Browser demo
## Requirements
Build the base project `/meilisearch-js` as this example uses the locally build bundles from `meilisearch-js`.
```
$ cd meilisearch-js
$ yarn build
```
## Credentials
This example uses the following MeiliSearch address: `http://127.0.0.1:7700`. Feel free to change the credentials to ... | 22.333333 | 147 | 0.744136 | eng_Latn | 0.99011 |
08c7fdadac689247d0e53849f339bd536af1a771 | 10,245 | md | Markdown | articles/virtual-machines/linux/cloud-init-troubleshooting.md | matmahnke/azure-docs.pt-br | 6c96d25caf8663547775f333164198e3ed03972f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/virtual-machines/linux/cloud-init-troubleshooting.md | matmahnke/azure-docs.pt-br | 6c96d25caf8663547775f333164198e3ed03972f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/virtual-machines/linux/cloud-init-troubleshooting.md | matmahnke/azure-docs.pt-br | 6c96d25caf8663547775f333164198e3ed03972f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Solucionar problemas usando Cloud-init
description: Solucionar problemas de provisionamento de uma VM do Azure usando Cloud-init.
author: danielsollondon
ms.service: virtual-machines-linux
ms.subservice: imaging
ms.topic: troubleshooting
ms.date: 07/06/2020
ms.author: danis
ms.reviewer: cynthn
ms.openlocfile... | 74.781022 | 575 | 0.783699 | por_Latn | 0.99885 |
08c88b01ed6394b7d321943dc2d0731ba954c137 | 7,190 | md | Markdown | docs/vs-2015/ide/get-started-developing-with-visual-studio.md | walterlv/visualstudio-docs | a8418c7d6f46d0dfc1e11a0adf99b5245d5ce3cb | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/vs-2015/ide/get-started-developing-with-visual-studio.md | walterlv/visualstudio-docs | a8418c7d6f46d0dfc1e11a0adf99b5245d5ce3cb | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/vs-2015/ide/get-started-developing-with-visual-studio.md | walterlv/visualstudio-docs | a8418c7d6f46d0dfc1e11a0adf99b5245d5ce3cb | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: "Get Started Developing | Microsoft Docs"
ms.custom: ""
ms.date: 11/15/2016
ms.prod: "visual-studio-dev14"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "vs-ide-general"
ms.tgt_pltfrm: ""
ms.topic: "article"
helpviewer_keywords:
- "Visual Studio, getting started"
ms.assetid: 041ef726-f117-4a91-9c18-fef04... | 102.714286 | 570 | 0.687204 | eng_Latn | 0.26015 |
08c8e809a4af220460f67c91fa144f0f61f8c244 | 1,427 | md | Markdown | 2020/09/04/2020-09-04 19:40.md | zhzhzhy/WeiBoHot_history | 32ce4800e63f26384abb17d43e308452c537c902 | [
"MIT"
] | 3 | 2020-07-14T14:54:15.000Z | 2020-08-21T06:48:24.000Z | 2020/09/04/2020-09-04 19:40.md | zhzhzhy/WeiBoHot_history | 32ce4800e63f26384abb17d43e308452c537c902 | [
"MIT"
] | null | null | null | 2020/09/04/2020-09-04 19:40.md | zhzhzhy/WeiBoHot_history | 32ce4800e63f26384abb17d43e308452c537c902 | [
"MIT"
] | null | null | null | 2020年09月04日19时数据
Status: 200
1.罗冠军
微博热度:3249593
2.父亲出门拿快递惊喜遇退役儿子
微博热度:1789227
3.修护大师黑钥匙面霜
微博热度:1765912
4.李东海身材
微博热度:1764684
5.社会性死亡
微博热度:1654504
6.姐姐的舞台力量
微博热度:1620315
7.乘风破浪的姐姐成团之夜节目单
微博热度:1527875
8.韩国老牌泡菜厂出现集体感染
微博热度:778366
9.2021考研7个专业学位不再统一划线
微博热度:700844
10.钟南山入选世卫组织专家组
微博热度:665761
11.罗冠军称梁颖方愿意... | 6.995098 | 20 | 0.784163 | yue_Hant | 0.331408 |
08c92b20f5d8489d84564ed47d085232445a5362 | 1,100 | md | Markdown | README.md | samurai71/fip-organDonation | 83640e0e64bc34d833352c4fb0f06e0c0aa86c12 | [
"MIT"
] | null | null | null | README.md | samurai71/fip-organDonation | 83640e0e64bc34d833352c4fb0f06e0c0aa86c12 | [
"MIT"
] | null | null | null | README.md | samurai71/fip-organDonation | 83640e0e64bc34d833352c4fb0f06e0c0aa86c12 | [
"MIT"
] | null | null | null | # fip-organDonation
Final Integrated Project at Fanshawe College for Organ donation awarenss in Ontario, Canada
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a... | 31.428571 | 210 | 0.767273 | eng_Latn | 0.995725 |
08c971a9cbb4bc17a44cee8723be23d3c6e16ef9 | 11,273 | md | Markdown | docs/guide/integrations/payment-gateway.md | wasmonia/vue-storefront | 4517712bcff0f3e1506da516c9901fd60d7ec877 | [
"MIT"
] | 1 | 2018-03-06T11:06:21.000Z | 2018-03-06T11:06:21.000Z | docs/guide/integrations/payment-gateway.md | wasmonia/vue-storefront | 4517712bcff0f3e1506da516c9901fd60d7ec877 | [
"MIT"
] | 59 | 2021-04-28T01:01:58.000Z | 2021-09-17T01:02:44.000Z | docs/guide/integrations/payment-gateway.md | szb512/vue-storefront | 8185781d43a0700250407c56bcc13c7253ea69dd | [
"MIT"
] | 1 | 2020-02-12T10:16:35.000Z | 2020-02-12T10:16:35.000Z | # Payment Gateway Integration
Vue Storefront is a platform-agnostic app. This means it can be connected to virtually any eCommerce backend. At the same time, most of the existing eCommerce platforms integrate the Payment Gateways (PG) using some kind of frontend hooks:
- Some gateways are integrated by iframe compone... | 46.390947 | 325 | 0.720571 | eng_Latn | 0.946406 |
08cb15ae2983b81fde68aab48dbf64f4ff743798 | 5,357 | md | Markdown | objetivos/kaizensamuel.md | kaizensamuel/IV-18-19 | 3ed4b279395284c85e0dd086b651b8b00abe308a | [
"Artistic-2.0"
] | null | null | null | objetivos/kaizensamuel.md | kaizensamuel/IV-18-19 | 3ed4b279395284c85e0dd086b651b8b00abe308a | [
"Artistic-2.0"
] | null | null | null | objetivos/kaizensamuel.md | kaizensamuel/IV-18-19 | 3ed4b279395284c85e0dd086b651b8b00abe308a | [
"Artistic-2.0"
] | null | null | null | # Samuel Alarcón Cuadros para la asignatura IV-18-19
# Semana del 12 de septiembre
# Objetivos
1. [X] Entender la metodología docente, de evaluación y de interacción de la asignatura.
2. [X] Darse de alta y comprender el funcionamiento básico de GitHub y el
grupo de Telegram de la asignatura y conocer el resto d... | 39.681481 | 180 | 0.778981 | spa_Latn | 0.997264 |
08cb282f978ceb518baf77cb8a6e897889458122 | 458 | md | Markdown | iterations/103/ticket.morph-1.6.0.md | ckauhaus/nixos-vulnerability-roundup | 07589f47223f811b06f5fd62000c1adeadd37e6d | [
"BSD-3-Clause"
] | 5 | 2018-11-08T08:38:04.000Z | 2021-11-14T17:12:14.000Z | iterations/103/ticket.morph-1.6.0.md | ckauhaus/nixos-vulnerability-roundup | 07589f47223f811b06f5fd62000c1adeadd37e6d | [
"BSD-3-Clause"
] | 8 | 2019-09-30T19:58:28.000Z | 2019-11-23T17:56:05.000Z | iterations/103/ticket.morph-1.6.0.md | ckauhaus/nixos-vulnerability-roundup | 07589f47223f811b06f5fd62000c1adeadd37e6d | [
"BSD-3-Clause"
] | 2 | 2019-02-17T11:28:32.000Z | 2019-10-27T10:53:24.000Z | # Vulnerability roundup 103: morph-1.6.0: 1 advisory [7.5]
[search](https://search.nix.gsc.io/?q=morph&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=morph+in%3Apath&type=Code)
* [ ] [CVE-2019-15080](https://nvd.nist.gov/vuln/detail/CVE-2019-15080) CVSSv3=7.5 (nixos-21.... | 35.230769 | 165 | 0.733624 | yue_Hant | 0.214538 |
08cb5140c70b6181c942698b8ba459d6be5a98e6 | 1,214 | md | Markdown | README.md | san00/REST-countries-API | 625bb38eaa4125d92b4c992ca109d847ce2ef1d7 | [
"MIT"
] | null | null | null | README.md | san00/REST-countries-API | 625bb38eaa4125d92b4c992ca109d847ce2ef1d7 | [
"MIT"
] | 3 | 2019-05-31T15:43:07.000Z | 2022-02-12T10:09:39.000Z | README.md | san00/REST-countries-API | 625bb38eaa4125d92b4c992ca109d847ce2ef1d7 | [
"MIT"
] | null | null | null | # Countries of the World app
App designed & built from scratch to search and view detailed information about countries of the world.

## Live preview
[See it here](https://count... | 31.947368 | 172 | 0.76112 | eng_Latn | 0.935445 |
08cbff38baa5260e662abcd4644f200d0a5c67d1 | 67 | md | Markdown | README.md | tirinox/thorcasino-back | e24dad4a417d4717c75be1e0bfefbb9ee0f0cd28 | [
"MIT"
] | null | null | null | README.md | tirinox/thorcasino-back | e24dad4a417d4717c75be1e0bfefbb9ee0f0cd28 | [
"MIT"
] | null | null | null | README.md | tirinox/thorcasino-back | e24dad4a417d4717c75be1e0bfefbb9ee0f0cd28 | [
"MIT"
] | null | null | null | # thorcasino-back
THORCasion: experiment for gambling on THORChain
| 22.333333 | 48 | 0.835821 | eng_Latn | 0.622865 |
08cc39cf05ea7f3bb7fc6fbe28670f385ea2adaf | 2,577 | md | Markdown | content/tech2/tech2_using/connecting_to_techline/usb-to-serial/usb2serial_working.md | trawaisaweeb/tech2wiki-website | 8855987461fc92ae0e9f99933d231464fc37f785 | [
"CC0-1.0"
] | null | null | null | content/tech2/tech2_using/connecting_to_techline/usb-to-serial/usb2serial_working.md | trawaisaweeb/tech2wiki-website | 8855987461fc92ae0e9f99933d231464fc37f785 | [
"CC0-1.0"
] | null | null | null | content/tech2/tech2_using/connecting_to_techline/usb-to-serial/usb2serial_working.md | trawaisaweeb/tech2wiki-website | 8855987461fc92ae0e9f99933d231464fc37f785 | [
"CC0-1.0"
] | null | null | null | ---
sort: 100
---
# Working
| Manufacturer | Model | Chipset | Driver | Status |
| --- | --- | --- | --- | --- |
| [Tripp Lite](http://www.tripplite.com/) | [USA-19HS](https://www.tripplite.com/keyspan-high-speed-usb-to-serial-adapter~USA19HS/) | [Texas Instruments/TI](https://www.ti.com/) | [USA-19HS](https://www.tri... | 143.166667 | 307 | 0.719053 | yue_Hant | 0.767784 |
08cc5cfec4a84ff9b35617266f7be5584ac967a9 | 720 | md | Markdown | content/en/docs/limd/iMobileDevice.MobileBackup2/MobileBackup2Api/mobilebackup2_client_free.md | qmfrederik/docsy-perf | dcd7c1309adfca26120740a9983de179368f5600 | [
"Apache-2.0"
] | 1 | 2020-12-29T23:42:04.000Z | 2020-12-29T23:42:04.000Z | content/en/docs/limd/iMobileDevice.MobileBackup2/MobileBackup2Api/mobilebackup2_client_free.md | qmfrederik/docsy-perf | dcd7c1309adfca26120740a9983de179368f5600 | [
"Apache-2.0"
] | null | null | null | content/en/docs/limd/iMobileDevice.MobileBackup2/MobileBackup2Api/mobilebackup2_client_free.md | qmfrederik/docsy-perf | dcd7c1309adfca26120740a9983de179368f5600 | [
"Apache-2.0"
] | null | null | null | ---
title: MobileBackup2Api.mobilebackup2_client_free method
---
Disconnects a mobilebackup2 client from the device and frees up the mobilebackup2 client data.
```csharp
public virtual MobileBackup2Error mobilebackup2_client_free(IntPtr client)
```
| parameter | description |
| --- | --- |
| client | The mobilebacku... | 27.692308 | 94 | 0.763889 | eng_Latn | 0.498665 |
08cc5def4b9e09796efcbd909e1097d7ae1b5e04 | 12,546 | md | Markdown | docs/_documentation/platform/android/android-view-presenter.md | millerd8/MvvmCross | 9952752bb98759dce7e05d11dde4dc5ebdf58f69 | [
"MS-PL"
] | 3 | 2021-04-21T07:10:00.000Z | 2021-04-21T10:51:01.000Z | docs/_documentation/platform/android/android-view-presenter.md | millerd8/MvvmCross | 9952752bb98759dce7e05d11dde4dc5ebdf58f69 | [
"MS-PL"
] | 3 | 2021-05-21T00:01:53.000Z | 2022-01-22T14:48:35.000Z | docs/_documentation/platform/android/android-view-presenter.md | millerd8/MvvmCross | 9952752bb98759dce7e05d11dde4dc5ebdf58f69 | [
"MS-PL"
] | null | null | null | ---
layout: documentation
title: Android View Presenter
category: Platforms
---
## View Presenter Overview
The default presenter for Android named `MvxAndroidViewPresenter` or `MvxAppCompatViewPresenter` when using the Android AppCompat support library offers out of the box support for the following navigation patter... | 55.76 | 425 | 0.792364 | eng_Latn | 0.978384 |
08cd170b402287d799cd74f4e6a261ae2f07032e | 41,896 | md | Markdown | docs/mfc/reference/cdaoquerydef-class.md | POMATOpl/cpp-docs.pl-pl | ae1925d41d94142f6a43c4e721d45cbbbfeda4c7 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/mfc/reference/cdaoquerydef-class.md | POMATOpl/cpp-docs.pl-pl | ae1925d41d94142f6a43c4e721d45cbbbfeda4c7 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/mfc/reference/cdaoquerydef-class.md | POMATOpl/cpp-docs.pl-pl | ae1925d41d94142f6a43c4e721d45cbbbfeda4c7 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
description: 'Dowiedz się więcej na temat: Klasa CDaoQueryDef'
title: Klasa CDaoQueryDef
ms.date: 11/04/2016
f1_keywords:
- CDaoQueryDef
- AFXDAO/CDaoQueryDef
- AFXDAO/CDaoQueryDef::CDaoQueryDef
- AFXDAO/CDaoQueryDef::Append
- AFXDAO/CDaoQueryDef::CanUpdate
- AFXDAO/CDaoQueryDef::Close
- AFXDAO/CDaoQueryDef::Create... | 49.463991 | 730 | 0.784132 | pol_Latn | 0.999623 |
08cd45e71b673f5ade8c4f12677a2ff929c622df | 42 | md | Markdown | README.md | pokeguys/KiraraFantasia-Bot | 5d1f81693ead5c794df4034346e3de040e11daff | [
"MIT"
] | 1 | 2018-02-08T13:30:55.000Z | 2018-02-08T13:30:55.000Z | README.md | pokeguys/KiraraFantasia-Bot | 5d1f81693ead5c794df4034346e3de040e11daff | [
"MIT"
] | null | null | null | README.md | pokeguys/KiraraFantasia-Bot | 5d1f81693ead5c794df4034346e3de040e11daff | [
"MIT"
] | null | null | null | # KiraraFantasia-Bot
Kirara Fantansia Bot
| 14 | 20 | 0.833333 | cat_Latn | 0.177676 |
08cdc4e3843c08edadbcba02c1649bc5988b4474 | 18,680 | md | Markdown | docs/mfc/reference/cmfcribbonstatusbar-class.md | yecril71pl/cpp-docs.pl-pl | 599c99edee44b11ede6956ecf2362be3bf25d2f1 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/mfc/reference/cmfcribbonstatusbar-class.md | yecril71pl/cpp-docs.pl-pl | 599c99edee44b11ede6956ecf2362be3bf25d2f1 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/mfc/reference/cmfcribbonstatusbar-class.md | yecril71pl/cpp-docs.pl-pl | 599c99edee44b11ede6956ecf2362be3bf25d2f1 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Klasa CMFCRibbonStatusBar
ms.date: 11/04/2016
f1_keywords:
- CMFCRibbonStatusBar
- AFXRIBBONSTATUSBAR/CMFCRibbonStatusBar
- AFXRIBBONSTATUSBAR/CMFCRibbonStatusBar::AddDynamicElement
- AFXRIBBONSTATUSBAR/CMFCRibbonStatusBar::AddElement
- AFXRIBBONSTATUSBAR/CMFCRibbonStatusBar::AddExtendedElement
- AFXRIBBONST... | 35.44592 | 318 | 0.771413 | pol_Latn | 0.96791 |
08cdd5f827ba87afb406aeafe8cf57eab7ba22b8 | 6,464 | md | Markdown | _posts/2009-12-29-nmake-guide-6.md | lengerrong/lengerrong.github.io | d11ccebbf084617dfd4060bf7a8a7c911462533a | [
"MIT"
] | null | null | null | _posts/2009-12-29-nmake-guide-6.md | lengerrong/lengerrong.github.io | d11ccebbf084617dfd4060bf7a8a7c911462533a | [
"MIT"
] | null | null | null | _posts/2009-12-29-nmake-guide-6.md | lengerrong/lengerrong.github.io | d11ccebbf084617dfd4060bf7a8a7c911462533a | [
"MIT"
] | null | null | null | ---
layout: post
title: NMAKE Guide (六)
tags: NMAKE
categories: build
---
推导规则
推导规则是种模板,该模板定义了如何由一种后缀文件生成另一种后缀文件。
NMAKE使用推导规则为更新目标提供命令和为目标推导规则。
在依赖树中,推导规则为目标提供推导的依赖项就像在依赖行中显示指定的依赖一样,请查阅569页的"推导依赖项“一节。
.SUFFIXES名单决定了推导规则应用时的优先级,请查看570页的”点指令“一节。
推导规则提为常用操作提供了一种便捷的方式。
举个例子,可以用推导规则来避免在多个描述块中重复写同样的命令。
您也可以定义自己的推导规则或是使用预定... | 25.752988 | 107 | 0.747525 | yue_Hant | 0.62139 |
08ce9659795688cf3855169991633cda8b48aa14 | 1,348 | md | Markdown | cross/LZ 008 0.06k.md | farmer-lu/GoAIRatings | b395122a0530691bdb566886a2e9e39d45765e03 | [
"MIT"
] | null | null | null | cross/LZ 008 0.06k.md | farmer-lu/GoAIRatings | b395122a0530691bdb566886a2e9e39d45765e03 | [
"MIT"
] | null | null | null | cross/LZ 008 0.06k.md | farmer-lu/GoAIRatings | b395122a0530691bdb566886a2e9e39d45765e03 | [
"MIT"
] | null | null | null | ## LZ 008 0.06k ##
ELO: -1799
Opponent | Rank | ELO | Black | White | Total | Win rate
---------|-----:|----:|-------|-------|-------|-------:
[LZ 010 0.06k](LZ%20010%200.06k.md) | 15k | -1164 | - | 0 / 2 | 0 / 2 | 0.0%
[LZ 008 0.2k](LZ%20008%200.2k.md) | 16k | -1316 | 0 / 3 | 0 / 4 | 0 / 7 | 0.0%
[LZ 009 0.1... | 61.272727 | 90 | 0.479228 | yue_Hant | 0.082481 |
08ced17c920c8d04d1c87b04e3319b8cba6f2840 | 6,972 | md | Markdown | docs/debugger/debug-interface-access/interfaces-debug-interface-access-sdk.md | jcarmon4/visualstudio-docs.es-es | 2f133c9f0a90eb92429dcca0573a0b3f458cdcf3 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/debugger/debug-interface-access/interfaces-debug-interface-access-sdk.md | jcarmon4/visualstudio-docs.es-es | 2f133c9f0a90eb92429dcca0573a0b3f458cdcf3 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/debugger/debug-interface-access/interfaces-debug-interface-access-sdk.md | jcarmon4/visualstudio-docs.es-es | 2f133c9f0a90eb92429dcca0573a0b3f458cdcf3 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Interfaces (Debug Interface Access SDK) | Microsoft Docs
ms.date: 11/04/2016
ms.topic: conceptual
dev_langs:
- C++
helpviewer_keywords:
- interfaces [DIA SDK]
- DIA SDK, interfaces
ms.assetid: 62aee7c3-d314-4272-a32b-b2818f32fab8
author: mikejo5000
ms.author: mikejo
manager: jillfra
ms.workload:
- multiple
m... | 40.77193 | 175 | 0.799627 | spa_Latn | 0.883892 |
08cfabf8adc16466aea099cd5fd294b83da716b4 | 390 | md | Markdown | it/python/arithmeticOperators/14.md | nank1ro/Codigo-Questions | 559cf998c8b5fbf7a9aee2db08fe57c8abc63408 | [
"BSD-3-Clause"
] | 5 | 2021-08-30T05:36:45.000Z | 2022-03-18T16:25:39.000Z | it/python/arithmeticOperators/14.md | nank1ro/Codigo-Questions | 559cf998c8b5fbf7a9aee2db08fe57c8abc63408 | [
"BSD-3-Clause"
] | 33 | 2021-10-04T12:52:45.000Z | 2022-03-07T11:32:13.000Z | it/python/arithmeticOperators/14.md | nank1ro/Codigo-Questions | 559cf998c8b5fbf7a9aee2db08fe57c8abc63408 | [
"BSD-3-Clause"
] | 1 | 2021-12-07T16:04:12.000Z | 2021-12-07T16:04:12.000Z | ---
language: python
exerciseType: 2
---
# --instructions--
Calcola la parte intera (divisione floor) dei numeri 75.0 (*quoziente*) e 8 (*divisore*), quindi stampa il `risultato`
# --seed--
```python
risultato = [/][/][/]
print(risultato)
```
# --answers--
- 75.0
- -
- *
- **
- //
- 8
# --solutions--
``... | 10.833333 | 118 | 0.566667 | ita_Latn | 0.544777 |
08d05c0d6607e723ba1ad8281b42de19b10f2d3e | 2,334 | md | Markdown | _posts/2020-03-18-routing.md | jchack1/web-dev-blog | 8ab09a32068e4afe1c3b72a5eb6efd880eb28efc | [
"MIT"
] | null | null | null | _posts/2020-03-18-routing.md | jchack1/web-dev-blog | 8ab09a32068e4afe1c3b72a5eb6efd880eb28efc | [
"MIT"
] | 3 | 2021-03-02T20:23:04.000Z | 2021-03-02T20:23:59.000Z | _posts/2020-03-18-routing.md | jchack1/web-dev-blog | 8ab09a32068e4afe1c3b72a5eb6efd880eb28efc | [
"MIT"
] | null | null | null | ---
layout: post
title: "Update and Routing"
date: 2020-03-18 17:12
tags: dotnet MVC routing
navigation: true
class: post-template
current: post
---
A lot has happened in the month since I last wrote.
I was very busy with my practicum and neglected some of my own projects. I then went on vacation to Maui for on... | 61.421053 | 497 | 0.782776 | eng_Latn | 0.999408 |
08d0f8255935e86151dee5e43a2b369a66594bc3 | 3,062 | md | Markdown | docs/framework/unmanaged-api/debugging/icordebugeval-createvalue-method.md | lucieva/docs.cs-cz | a688d6511d24a48fe53a201e160e9581f2effbf4 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2018-12-19T17:04:23.000Z | 2018-12-19T17:04:23.000Z | docs/framework/unmanaged-api/debugging/icordebugeval-createvalue-method.md | lucieva/docs.cs-cz | a688d6511d24a48fe53a201e160e9581f2effbf4 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/framework/unmanaged-api/debugging/icordebugeval-createvalue-method.md | lucieva/docs.cs-cz | a688d6511d24a48fe53a201e160e9581f2effbf4 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: ICorDebugEval::CreateValue – metoda
ms.date: 03/30/2017
api_name:
- ICorDebugEval.CreateValue
api_location:
- mscordbi.dll
api_type:
- COM
f1_keywords:
- ICorDebugEval::CreateValue
helpviewer_keywords:
- ICorDebugEval::CreateValue method [.NET Framework debugging]
- CreateValue method [.NET Frame... | 42.527778 | 308 | 0.739386 | ces_Latn | 0.957832 |
08d237c67feec55672f55464fd3a753ee8ce7fce | 10,467 | md | Markdown | README.md | darlandieterich/minha-receita | fc410c2b967c8586e9b7442d3e470c2b6d20ec9d | [
"MIT"
] | null | null | null | README.md | darlandieterich/minha-receita | fc410c2b967c8586e9b7442d3e470c2b6d20ec9d | [
"MIT"
] | null | null | null | README.md | darlandieterich/minha-receita | fc410c2b967c8586e9b7442d3e470c2b6d20ec9d | [
"MIT"
] | null | null | null | # Minha Receita [](https://github.com/cuducos/minha-receita/actions)
API web para consulta de informações do CNPJ (Cadastro Nacional da Pessoa Jurídica) da Receita Federal.
1. [Sobre](#sobre)
1. [Histórico](#historico)
1. [Propósito](#p... | 36.093103 | 524 | 0.711379 | por_Latn | 0.994869 |
08d27c96271a4c0b7adb2b5e70ddbfdd9eb25e83 | 291 | md | Markdown | src/bindings/io/doc/README.md | kodebach/libelektra | c0399960d9455befb68299ce9b82312154679af2 | [
"MIT",
"BSD-3-Clause-Clear",
"Apache-2.0",
"BSD-3-Clause"
] | 188 | 2015-01-07T20:34:26.000Z | 2022-03-16T09:55:09.000Z | src/bindings/io/doc/README.md | kodebach/libelektra | c0399960d9455befb68299ce9b82312154679af2 | [
"MIT",
"BSD-3-Clause-Clear",
"Apache-2.0",
"BSD-3-Clause"
] | 3,813 | 2015-01-02T14:00:08.000Z | 2022-03-31T14:19:11.000Z | src/bindings/io/doc/README.md | kodebach/libelektra | c0399960d9455befb68299ce9b82312154679af2 | [
"MIT",
"BSD-3-Clause-Clear",
"Apache-2.0",
"BSD-3-Clause"
] | 149 | 2015-01-10T02:07:50.000Z | 2022-03-16T09:50:24.000Z | - infos =
- infos/author = Thomas Wahringer <waht@libelektra.org>
- infos/licence = BSD
- infos/status =
- infos/provides =
- infos/description =
# Example I/O Binding
This directory contains a complete example of an I/O binding for documentation
purposes.
This binding is not functional.
| 22.384615 | 78 | 0.752577 | eng_Latn | 0.966285 |
08d28ea54d399f1f85dc229c8146baca07f60437 | 47 | md | Markdown | README.md | BLannoo/openCV | ceee03b792cfb384555998a6b9352dffba97c3e7 | [
"MIT"
] | null | null | null | README.md | BLannoo/openCV | ceee03b792cfb384555998a6b9352dffba97c3e7 | [
"MIT"
] | null | null | null | README.md | BLannoo/openCV | ceee03b792cfb384555998a6b9352dffba97c3e7 | [
"MIT"
] | null | null | null | # openCV
Experimenting with the openCV library
| 15.666667 | 37 | 0.829787 | eng_Latn | 0.99232 |
08d3d2902bb01fa650f01eb1afd62f151a9bf828 | 379 | md | Markdown | docs/ru/faq/_010_general/README.md | OLFDB/ioBroker.docs | 26501a66cacd9b0c65976a3d10760de201f39a86 | [
"MIT"
] | 47 | 2017-08-15T12:55:53.000Z | 2021-12-25T23:25:20.000Z | docs/ru/faq/_010_general/README.md | gaudes/ioBroker.docs | 59a32ab5b17da58604c272b9718246fe3eb41f5a | [
"MIT"
] | 253 | 2017-03-28T20:20:48.000Z | 2022-03-08T08:49:52.000Z | docs/ru/faq/_010_general/README.md | gaudes/ioBroker.docs | 59a32ab5b17da58604c272b9718246fe3eb41f5a | [
"MIT"
] | 148 | 2017-03-24T21:32:12.000Z | 2022-03-10T07:17:46.000Z | ---
translatedFrom: de
translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен
editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/faq/_010_general/README.md
title: Общие вопросы
hash: r+xs7... | 47.375 | 165 | 0.825858 | rus_Cyrl | 0.518394 |
08d409157747c4362ca703e8f6955af4856f93b6 | 311 | md | Markdown | latest/functions-framework/golang/OpenFuncAsync/README.md | wanjunlei/samples | 5fcc86529b9ca632878952c7180905e2841c1f90 | [
"Apache-2.0"
] | 1 | 2021-08-23T02:46:33.000Z | 2021-08-23T02:46:33.000Z | v0.4.0/functions-framework/golang/OpenFuncAsync/README.md | penghuima/samples | 998d151cecc0512d95689c568af59a8f51b90b01 | [
"Apache-2.0"
] | null | null | null | v0.4.0/functions-framework/golang/OpenFuncAsync/README.md | penghuima/samples | 998d151cecc0512d95689c568af59a8f51b90b01 | [
"Apache-2.0"
] | 3 | 2021-01-29T09:51:30.000Z | 2021-06-04T03:34:03.000Z | # OpenFuncAsync Runtime examples
In order to follow these examples, you need to install [Dapr](https://docs.dapr.io/getting-started/install-dapr-selfhost/) and [Go 1.15+](https://golang.org/doc/install).
## OpenFunction Context Function
- Bindings
- [example](bindings)
- Pubsub
- [example](pubsub)
| 22.214286 | 170 | 0.723473 | eng_Latn | 0.781549 |
08d42139e4cd1bfa5556feb56c8c6d5f7a3c56f4 | 2,905 | md | Markdown | src/pages/inclusivity/index.md | arnevit83/gatsby | 7206925d56a8d68e169a4602e8df3be3d5bc42d0 | [
"MIT"
] | null | null | null | src/pages/inclusivity/index.md | arnevit83/gatsby | 7206925d56a8d68e169a4602e8df3be3d5bc42d0 | [
"MIT"
] | null | null | null | src/pages/inclusivity/index.md | arnevit83/gatsby | 7206925d56a8d68e169a4602e8df3be3d5bc42d0 | [
"MIT"
] | null | null | null | ---
templateKey: inclusivity-page
headerobject:
title: Childlessness and inclusivity
description: "Welcome to Butterfly and Beyond. I am glad you are here. If you
are childless not by choice or by circumstance, and are wondering what life
holds for you now, I want to let you know that you are not alone, yo... | 80.694444 | 678 | 0.794148 | eng_Latn | 0.999938 |
08d5715c49c4c72456abad20a85f60261687d8bf | 498 | md | Markdown | pages/wgg/Periodes/718.md | Utanapishti/utanapishti.github.io | b2ecf8e10414f2abdfbdba4d0338533c61a5d927 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | pages/wgg/Periodes/718.md | Utanapishti/utanapishti.github.io | b2ecf8e10414f2abdfbdba4d0338533c61a5d927 | [
"MIT",
"BSD-3-Clause"
] | 3 | 2021-05-20T02:11:08.000Z | 2022-02-26T04:57:44.000Z | pages/wgg/Periodes/718.md | Utanapishti/utanapishti.github.io | b2ecf8e10414f2abdfbdba4d0338533c61a5d927 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | ---
title: "Batalla de Tsushima"
permalink: periodes_718.html
layout: periode
dataInici: 1905-05-27
dataFi: 1905-05-28
sidebar: periodes
pares:
- id: 520
title: "Guerra ruso-japonesa"
dataInici: "(1904-02-08)"
dataFi: "(1905-09-05)"
fills:
jocsPrincipals:
- title: "Tsushima"
bggId: 5994
dataIn... | 16.064516 | 33 | 0.664659 | cat_Latn | 0.135716 |
08d5f107a1ee62ba19b5054f7e21c11ce5be55e2 | 3,466 | md | Markdown | readme.md | Lindomarc/ga-analytcs | ecfed47c27f044e4613a9112047b63d248ddb642 | [
"Unlicense"
] | 3 | 2015-06-09T07:54:56.000Z | 2022-03-16T23:09:18.000Z | readme.md | rayz90/ga-multisite-dashboard | 6e0829157bb362b42572c8c67741e90f1b3fe4dd | [
"Unlicense"
] | null | null | null | readme.md | rayz90/ga-multisite-dashboard | 6e0829157bb362b42572c8c67741e90f1b3fe4dd | [
"Unlicense"
] | null | null | null | Google Analytics multi-site dashboard
=========
This is a dashboard that shows the visitors of multiple different websites using the Google Analytics API. For each websites it shows a graph of the vistors in the last 24 hours and the realtime vistors.
The idea and layout is shamelessly ripped from https://github.com/... | 61.892857 | 460 | 0.774957 | eng_Latn | 0.951061 |
08d67bc981000e599a0b09494c3a34325e0b12e1 | 8,441 | md | Markdown | README.md | jhlothamer/godot_project_starter | bcefca30291e7341027337da676fc5b0cc378af4 | [
"MIT"
] | 20 | 2019-04-26T07:05:09.000Z | 2022-03-31T17:09:30.000Z | README.md | jhlothamer/godot_project_starter | bcefca30291e7341027337da676fc5b0cc378af4 | [
"MIT"
] | null | null | null | README.md | jhlothamer/godot_project_starter | bcefca30291e7341027337da676fc5b0cc378af4 | [
"MIT"
] | 2 | 2019-10-04T00:48:00.000Z | 2021-11-09T22:12:14.000Z | # Godot Project Starter
This is a starter project for Godot Engine 3.x. To use simply clone or download this repository. Then copy the "game" folder to another location and rename it. You'll then be able to open the copied project in Godot and start updating.
## Why use a Project Starter?
There are a few things every ... | 84.41 | 567 | 0.782016 | eng_Latn | 0.999493 |
08d69ed6080cc23039aa1b457a07793d2bb05409 | 2,361 | md | Markdown | README.md | rubrafmex/gopherconuk | 22b10a453a6cde3b64f88053daef9a0eaa2776c4 | [
"MIT"
] | 226 | 2018-08-07T21:48:32.000Z | 2022-02-10T06:45:38.000Z | README.md | rubrafmex/gopherconuk | 22b10a453a6cde3b64f88053daef9a0eaa2776c4 | [
"MIT"
] | 2 | 2019-12-07T06:57:55.000Z | 2021-12-13T05:54:32.000Z | README.md | rubrafmex/gopherconuk | 22b10a453a6cde3b64f88053daef9a0eaa2776c4 | [
"MIT"
] | 60 | 2018-09-01T03:58:31.000Z | 2022-03-16T10:59:17.000Z | # Go micro-service in ~30 minutes
This is a Go micro-service written from scratch.
It shows how to use [net/http](https://godoc.org/net/http), and how to structure a Go project.
It relies on Go 1.11 Beta 2 and the upcoming "Go modules" (formerly known as "vgo") support.
Dependency injection is used to insert a logg... | 41.421053 | 181 | 0.766624 | eng_Latn | 0.991182 |
08d7baaae2921713359cf3e42e5789b201db7bca | 1,710 | md | Markdown | AlchemyInsights/teams-chat-functionality.md | isabella232/OfficeDocs-AlchemyInsights-pr.vi-VN | 18a0b2fe64df0f41e705a51ee20a4f422a5ac9aa | [
"CC-BY-4.0",
"MIT"
] | 4 | 2020-05-19T19:08:25.000Z | 2021-02-19T19:52:24.000Z | AlchemyInsights/teams-chat-functionality.md | isabella232/OfficeDocs-AlchemyInsights-pr.vi-VN | 18a0b2fe64df0f41e705a51ee20a4f422a5ac9aa | [
"CC-BY-4.0",
"MIT"
] | 3 | 2020-06-02T23:31:24.000Z | 2022-02-09T06:55:29.000Z | AlchemyInsights/teams-chat-functionality.md | isabella232/OfficeDocs-AlchemyInsights-pr.vi-VN | 18a0b2fe64df0f41e705a51ee20a4f422a5ac9aa | [
"CC-BY-4.0",
"MIT"
] | 3 | 2019-10-09T20:33:30.000Z | 2021-10-09T10:36:59.000Z | ---
title: Teams năng trò chuyện
ms.author: pebaum
author: pebaum
ms.audience: ITPro
ms.topic: article
ms.service: o365-administration
ROBOTS: NOINDEX, NOFOLLOW
localization_priority: Priority
ms.assetid: ''
ms.custom:
- "9000738"
- "4367"
ms.openlocfilehash: c41ab0552985681f14090cc049f8bd77b8b49242823a418822674cd21dea... | 47.5 | 266 | 0.781287 | vie_Latn | 0.990951 |
08d88179d76295f1a2a8c08073c8232c3b79bfe6 | 3,202 | md | Markdown | video-prototypes/brainlink-daniel-paul/index.md | FH-Potsdam/prototyping-machines | de648ad3ab467aa3062437a7d947634251243931 | [
"MIT"
] | null | null | null | video-prototypes/brainlink-daniel-paul/index.md | FH-Potsdam/prototyping-machines | de648ad3ab467aa3062437a7d947634251243931 | [
"MIT"
] | null | null | null | video-prototypes/brainlink-daniel-paul/index.md | FH-Potsdam/prototyping-machines | de648ad3ab467aa3062437a7d947634251243931 | [
"MIT"
] | null | null | null | ---
layout: default
title: "Brainlink Research Lab"
author: "Daniel Boubet, Paul Roeder"
author-url: "http://paulroeder.com - https://incom.org/profil/7955"
summary: "We video-prototyped a brain interface to control a domestic device."
type: "video"
---
## Introduction
The seminar "Prototyping Machines" of Fabian Mor... | 69.608696 | 465 | 0.795753 | eng_Latn | 0.999458 |
08d991184e1ffbcc8313ef8983fd11156795d56e | 5,130 | md | Markdown | StarterKit/Session1/agenda.md | julo15/Resources | 871a1de38c9c690732075ce657f1391e54fa1f12 | [
"MIT"
] | null | null | null | StarterKit/Session1/agenda.md | julo15/Resources | 871a1de38c9c690732075ce657f1391e54fa1f12 | [
"MIT"
] | null | null | null | StarterKit/Session1/agenda.md | julo15/Resources | 871a1de38c9c690732075ce657f1391e54fa1f12 | [
"MIT"
] | null | null | null | # Code Reading Club - Session 1 agenda
## TOTAL time (75 mins)
You will need:
- a printed copy of the code for the club and coloured pens, crayons or pencils
-or-
- an electronic means of scribbling on a code PDF (e.g. a tablet and tablet pen or PDF annotation software)
## Why are we doing this?
Take a few m... | 40.714286 | 290 | 0.764522 | eng_Latn | 0.999894 |
08d995037e038690b1a3393258dfa9e389cce9bf | 2,410 | md | Markdown | doc/README.md | voltan/pi | 1b9f9d67bc83805586de048858dddff9fa14bf0c | [
"BSD-3-Clause"
] | 120 | 2015-01-05T02:11:43.000Z | 2022-02-17T05:57:12.000Z | doc/README.md | chunhuili/pi | d43a0620a621a0c812c288cc01d8f23a97aabe6a | [
"BSD-3-Clause"
] | 225 | 2015-01-01T09:35:11.000Z | 2021-10-03T09:10:29.000Z | doc/README.md | chunhuili/pi | d43a0620a621a0c812c288cc01d8f23a97aabe6a | [
"BSD-3-Clause"
] | 84 | 2015-01-08T13:18:43.000Z | 2022-03-12T04:22:04.000Z | Pi Engine is a role oriented application development engine for web and mobile, designed as the next generation and a successor to Xoops.
Pi is developed upon PHP and MySQL with selected third-party frameworks including but not limited to Zend Framework library, jQuery, Bootstrap and Backbone.
Pi Project follows the p... | 61.794872 | 552 | 0.790041 | eng_Latn | 0.864758 |
08d999d3d3f9cd40b008c65a6b6be75dc77a1ac8 | 205 | md | Markdown | aboutme.md | kuangzheng800/kuangzheng800.github.io | 141137f9e4b68b000d830dc445a581282cf26fd1 | [
"MIT"
] | null | null | null | aboutme.md | kuangzheng800/kuangzheng800.github.io | 141137f9e4b68b000d830dc445a581282cf26fd1 | [
"MIT"
] | null | null | null | aboutme.md | kuangzheng800/kuangzheng800.github.io | 141137f9e4b68b000d830dc445a581282cf26fd1 | [
"MIT"
] | null | null | null | ---
layout: page
title: About me
subtitle: A brief personal history of the person who made this website
cover-img: /assets/img/aboutme/about_background.jpg
share-img: /assets/img/aboutme/head_shot.jpg
---
| 25.625 | 70 | 0.77561 | eng_Latn | 0.954605 |
08d9d8fc44f6878989d6219a9988b3efdbcc3bb9 | 4,654 | md | Markdown | content/page/apis/email-apis.md | johncaruso/blog | ba418073d8dd360161767980879fe36413c3b69a | [
"MIT"
] | null | null | null | content/page/apis/email-apis.md | johncaruso/blog | ba418073d8dd360161767980879fe36413c3b69a | [
"MIT"
] | null | null | null | content/page/apis/email-apis.md | johncaruso/blog | ba418073d8dd360161767980879fe36413c3b69a | [
"MIT"
] | null | null | null | ---
title: Email APIs
category: servicenow
author: jace
layout: post
date: 2018-08-16 22:05:54 +0000
tags:
- server-side-api
url: "/email/"
aliases:
- "/email/"
---
# Email APIs
<!--more-->
## email
| Property/Method | Description |
| --- | --- |
| addAddress | Type can be cc or bcc |
| setBody | Override the body of... | 35.526718 | 161 | 0.715728 | eng_Latn | 0.99436 |
08d9ee0470ee4b8757be3b07a6b6b9211b9e9e98 | 1,405 | md | Markdown | CONTRIBUTING.md | johnlunney/evergreen-skills-developers | 2c7be3d64566dde86a0e713cd8dab81f37e5136e | [
"MIT"
] | null | null | null | CONTRIBUTING.md | johnlunney/evergreen-skills-developers | 2c7be3d64566dde86a0e713cd8dab81f37e5136e | [
"MIT"
] | null | null | null | CONTRIBUTING.md | johnlunney/evergreen-skills-developers | 2c7be3d64566dde86a0e713cd8dab81f37e5136e | [
"MIT"
] | null | null | null | # Contributing to this repository
This page provides information about contributing code to this list of Evergreen Skills for Software Developers.
## Getting started
### Get your copy
* Fork the repository on GitHub.
* Clone the forked repository to your machine.
* Set up the official repository as a new "remote" i... | 48.448276 | 259 | 0.772954 | eng_Latn | 0.996472 |
08da1af4805ccc54a796157b7ae7fac34971819e | 19,011 | md | Markdown | docs/usage.md | ARCCA/circrna | 530893c909e14652fc3c5f659cf09fa7b5151d67 | [
"MIT"
] | 19 | 2021-02-11T10:12:28.000Z | 2022-03-25T04:14:35.000Z | docs/usage.md | ARCCA/circrna | 530893c909e14652fc3c5f659cf09fa7b5151d67 | [
"MIT"
] | 24 | 2021-02-11T11:31:40.000Z | 2022-03-24T11:34:56.000Z | docs/usage.md | ARCCA/circrna | 530893c909e14652fc3c5f659cf09fa7b5151d67 | [
"MIT"
] | 3 | 2021-04-22T14:54:19.000Z | 2022-02-21T11:30:38.000Z | # nf-core/circrna: Usage
It is recommended that first time users run `nf-core/circrna` with the minimal test dataset either locally or on a HPC, referring to the [output documentation](https://nf-co.re/circrna/dev/output) before running a full analysis.
```console
nextflow run nf-core/circrna -profile test
```
Run t... | 54.472779 | 696 | 0.736153 | eng_Latn | 0.98588 |
08daec5406d87da929cc8ef6ffb6f87bb6405227 | 8,155 | md | Markdown | _posts/2018-12-02-react-native-modules-bridge-communication-activitiy-fragment-android.md | chicio/old.chicio.github.io | 3aadcc8ed190a53dc7ca643b3f008de7ab1302e3 | [
"MIT"
] | null | null | null | _posts/2018-12-02-react-native-modules-bridge-communication-activitiy-fragment-android.md | chicio/old.chicio.github.io | 3aadcc8ed190a53dc7ca643b3f008de7ab1302e3 | [
"MIT"
] | null | null | null | _posts/2018-12-02-react-native-modules-bridge-communication-activitiy-fragment-android.md | chicio/old.chicio.github.io | 3aadcc8ed190a53dc7ca643b3f008de7ab1302e3 | [
"MIT"
] | null | null | null | ---
layout: post
title: "React Native: a simple architecture for Native Modules communication with your Activities and Fragments on Android"
description: "In this post I will talk about a simple architecture for communication between React Native Native
modules (aka bridges) and your native code on Android."
date: 201... | 49.72561 | 1,211 | 0.710975 | eng_Latn | 0.941095 |
08db0e18f51302fa0442c4cd63dd893b6a2cb7d2 | 2,967 | md | Markdown | articles/azure-monitor/app/status-monitor-v2-api-get-config.md | decarli/azure-docs.pt-br | 20bc383d005c11e7b7dc7b7b0777fc0de1262ffc | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/azure-monitor/app/status-monitor-v2-api-get-config.md | decarli/azure-docs.pt-br | 20bc383d005c11e7b7dc7b7b0777fc0de1262ffc | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/azure-monitor/app/status-monitor-v2-api-get-config.md | decarli/azure-docs.pt-br | 20bc383d005c11e7b7dc7b7b0777fc0de1262ffc | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Referência da API do agente do insights Aplicativo Azure
description: Referência de API do agente Application Insights. Get-ApplicationInsightsMonitoringConfig. Monitore o desempenho do site sem reimplantar o site. Funciona com aplicativos Web ASP.NET hospedados localmente, em VMs ou no Azure.
ms.service: az... | 44.283582 | 237 | 0.780249 | por_Latn | 0.883633 |
08db1b7e76a74146dccb9ca9f1c57a1837496f82 | 1,155 | md | Markdown | README.md | am-trinity/angular-helpers | 3b58cc1e81dcf1b0faac580f08de5238e8419ceb | [
"MIT"
] | null | null | null | README.md | am-trinity/angular-helpers | 3b58cc1e81dcf1b0faac580f08de5238e8419ceb | [
"MIT"
] | null | null | null | README.md | am-trinity/angular-helpers | 3b58cc1e81dcf1b0faac580f08de5238e8419ceb | [
"MIT"
] | null | null | null | # angular-helpers
* Reactive forms: https://angular.io/guide/reactive-forms
* Dynamic form: https://angular.io/guide/dynamic-form
* Dynamic component loading: https://angular.io/guide/dynamic-component-loader
```typescript
import { Component, OnInit } from '@angular/core';
import { DialogService } from './dialog/dia... | 21.792453 | 78 | 0.658009 | kor_Hang | 0.284888 |
08db71a102b22a8971fd385a7d2e13fcf249e866 | 789 | md | Markdown | extensions/owner/README.md | darkleaf/cckit | bfba2a6c9d535ed1391f83c5150ffdbfc07623f4 | [
"MIT"
] | 1 | 2019-09-17T14:47:59.000Z | 2019-09-17T14:47:59.000Z | extensions/owner/README.md | darkleaf/cckit | bfba2a6c9d535ed1391f83c5150ffdbfc07623f4 | [
"MIT"
] | null | null | null | extensions/owner/README.md | darkleaf/cckit | bfba2a6c9d535ed1391f83c5150ffdbfc07623f4 | [
"MIT"
] | 2 | 2019-07-14T12:24:40.000Z | 2019-08-28T13:08:17.000Z | # Owner - access control hyperledger fabric chaincode extension
In many cases during chaincode instantiating we need to define permissions for chaincode functions -
"who is allowed to do this thing", incredibly important in the world of smart contracts, but in many examples access control
implemented at the applicati... | 71.727273 | 125 | 0.818758 | eng_Latn | 0.999456 |
08dc99d616df586572b6114f65743c191355ac5b | 593 | md | Markdown | src/api/mock/README.md | xuae/vue-admin-ant | bf8557058afba52839e78e9bb4f13b3db39bce13 | [
"MIT"
] | 5 | 2020-04-19T11:47:12.000Z | 2021-12-12T20:01:14.000Z | src/api/mock/README.md | xuae/vue-admin-ant | bf8557058afba52839e78e9bb4f13b3db39bce13 | [
"MIT"
] | 2 | 2020-08-19T12:34:09.000Z | 2020-08-19T12:34:09.000Z | src/api/mock/README.md | xuae/vue-admin-ant | bf8557058afba52839e78e9bb4f13b3db39bce13 | [
"MIT"
] | 2 | 2020-03-24T17:24:27.000Z | 2020-04-02T16:57:44.000Z | # Mock 规范
- <a href='#directory'>文件结构</a>
- <a href='#standard'>代码规范</a>
## <h2 id='directory'>文件结构</h2>
```
├─account.js #账号类接口模拟数据
├─index.js #mock数据合集,启动mock配置
├─mock-server.js #启动mock server配置
├─util.js #mock工具类
└─README.md #Mock文件... | 16.942857 | 47 | 0.509275 | yue_Hant | 0.146863 |
08dd3c3f07917a01dfbc41295c28c6bdc2f93312 | 1,935 | md | Markdown | README.md | darethas/oktad | 6213f1abb7e2a06554e20d64310dd9c573a0ea6d | [
"Apache-2.0"
] | null | null | null | README.md | darethas/oktad | 6213f1abb7e2a06554e20d64310dd9c573a0ea6d | [
"Apache-2.0"
] | null | null | null | README.md | darethas/oktad | 6213f1abb7e2a06554e20d64310dd9c573a0ea6d | [
"Apache-2.0"
] | null | null | null | # oktad
[okta-aws](https://github.com/RedVentures/okta-aws), but in go. This program authenticates with Okta and then assumes role twice in Amazon.
## Installation
Grab a binary for your OS from the [latest release](https://github.com/RedVentures/oktad/releases/latest), and put it somewhere in your PATH. Only suppor... | 29.318182 | 263 | 0.725065 | eng_Latn | 0.842164 |
08de83fea22f52bb99be2b34d62622ae0dae271c | 653 | md | Markdown | _posts/2019-09-12-linux.md | middaywords/middaywords.github.io | 0ecfdca344b28793d3ca431437e46b62918fec57 | [
"MIT"
] | null | null | null | _posts/2019-09-12-linux.md | middaywords/middaywords.github.io | 0ecfdca344b28793d3ca431437e46b62918fec57 | [
"MIT"
] | null | null | null | _posts/2019-09-12-linux.md | middaywords/middaywords.github.io | 0ecfdca344b28793d3ca431437e46b62918fec57 | [
"MIT"
] | null | null | null | ---
title: ubuntu install
date: 2019-09-12
permalink: /posts/2019/09/ubuntuinstall/
tags:
- opss
---
#### 配置信息
1. msi gf63:
- 8300H
- 16G mem
- 128G SSD + 1T HDD
- GTX 1050Ti
2. Rufus 制作镜像
3. 长按delete进入bios,关闭secure boot,长按F11选择启动方式,选择u盘启动
4. 坑1
1. 进入grub后不能直接install, 会卡死
2. 解决方案:按e修改启动参数,`quie... | 22.517241 | 122 | 0.658499 | yue_Hant | 0.637437 |
08dea91ffe04d8d294d7f4d87d71a7b23bb0bfeb | 2,895 | md | Markdown | docs/framework/wcf/feature-details/interoperable-object-references.md | lolisia/docs.ko-kr | 3b0f7390b761296bd1d0bbbaed9d4437394bf983 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/framework/wcf/feature-details/interoperable-object-references.md | lolisia/docs.ko-kr | 3b0f7390b761296bd1d0bbbaed9d4437394bf983 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/framework/wcf/feature-details/interoperable-object-references.md | lolisia/docs.ko-kr | 3b0f7390b761296bd1d0bbbaed9d4437394bf983 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: 상호 운용 가능한 개체 참조
ms.date: 04/15/2019
ms.assetid: cb8da4c8-08ca-4220-a16b-e04c8f527f1b
ms.openlocfilehash: 0927f217a1666f8f27ca9c3e68f80a96b9c0f2b1
ms.sourcegitcommit: 7588136e355e10cbc2582f389c90c127363c02a5
ms.translationtype: MT
ms.contentlocale: ko-KR
ms.lasthandoff: 03/12/2020
ms.locfileid: "79184701"
---... | 31.467391 | 261 | 0.71468 | kor_Hang | 0.996681 |
08df3bfef9fb7d348988ff0c9ad875d60df98aef | 5,988 | md | Markdown | README.md | dbrowne/rust_client | c17ff790483d139782d56ce62f0fcb2bf4911e8b | [
"MIT"
] | null | null | null | README.md | dbrowne/rust_client | c17ff790483d139782d56ce62f0fcb2bf4911e8b | [
"MIT"
] | null | null | null | README.md | dbrowne/rust_client | c17ff790483d139782d56ce62f0fcb2bf4911e8b | [
"MIT"
] | null | null | null | <!--
*** Taken from Best-README-Template:
*** https://github.com/othneildrew/Best-README-Template
*** If you have a suggestion that would make this better,
*** please fork the repo and create a pull request
*** or simply open an issue with the tag "enhancement".
*** Thanks again! Now go create something AMAZING! :D
*... | 26.972973 | 112 | 0.658317 | eng_Latn | 0.328062 |
08df7799fa7a97e1d394bcd648a1ba8b66d6869a | 1,577 | md | Markdown | docs/ado/reference/adox-api/inherittypeenum.md | Sticcia/sql-docs.it-it | 31c0db26a4a5b25b7c9f60d4ef0a9c59890f721e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/ado/reference/adox-api/inherittypeenum.md | Sticcia/sql-docs.it-it | 31c0db26a4a5b25b7c9f60d4ef0a9c59890f721e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/ado/reference/adox-api/inherittypeenum.md | Sticcia/sql-docs.it-it | 31c0db26a4a5b25b7c9f60d4ef0a9c59890f721e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: InheritTypeEnum | Microsoft Docs
ms.prod: sql
ms.prod_service: connectivity
ms.technology: connectivity
ms.custom: ''
ms.date: 01/19/2017
ms.reviewer: ''
ms.topic: conceptual
apitype: COM
f1_keywords:
- InheritTypeEnum
helpviewer_keywords:
- InheritTypeEnum enumeration [ADOX]
ms.assetid: c2f6ce79-c4b3-4d40-a... | 40.435897 | 161 | 0.757134 | ita_Latn | 0.562488 |
08dffb873634585eaa2fb1be893dd19813adcb3d | 4,039 | md | Markdown | wdk-ddi-src/content/ehstorioctl/ni-ehstorioctl-ioctl_ehstor_device_set_queue_state.md | MikeMacelletti/windows-driver-docs-ddi | 5436c618dff46f9320544766618c9ab4bef6a35e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | wdk-ddi-src/content/ehstorioctl/ni-ehstorioctl-ioctl_ehstor_device_set_queue_state.md | MikeMacelletti/windows-driver-docs-ddi | 5436c618dff46f9320544766618c9ab4bef6a35e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | wdk-ddi-src/content/ehstorioctl/ni-ehstorioctl-ioctl_ehstor_device_set_queue_state.md | MikeMacelletti/windows-driver-docs-ddi | 5436c618dff46f9320544766618c9ab4bef6a35e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
UID: NI:ehstorioctl.IOCTL_EHSTOR_DEVICE_SET_QUEUE_STATE
title: IOCTL_EHSTOR_DEVICE_SET_QUEUE_STATE (ehstorioctl.h)
description: The IOCTL_EHSTOR_DEVICE_SET_QUEUE_STATE request is sent by silo drivers and applications to change the state of a storage device queue. IO requests in the storage device queue are held ... | 24.779141 | 399 | 0.743253 | eng_Latn | 0.777531 |
08e13e1f9467600a5be742bcad9533eb9759c513 | 40 | md | Markdown | _includes/03-links.md | zachallen8/markdown-portfolio | d2b7ae6874ce276f7bf774f6ddd3520f1541b8a0 | [
"MIT"
] | null | null | null | _includes/03-links.md | zachallen8/markdown-portfolio | d2b7ae6874ce276f7bf774f6ddd3520f1541b8a0 | [
"MIT"
] | 5 | 2021-02-09T20:58:55.000Z | 2021-02-09T21:54:57.000Z | _includes/03-links.md | zachallen8/markdown-portfolio | d2b7ae6874ce276f7bf774f6ddd3520f1541b8a0 | [
"MIT"
] | null | null | null | [GitHub](https://github.com/zachallen8)
| 20 | 39 | 0.75 | hun_Latn | 0.145431 |
08e145c1383745a6d9361987168bf0610b6e11b3 | 1,722 | md | Markdown | docs/README.md | Microservice-API-Patterns/MDSL-Specification | bcf53776304acd9d2de95a539189b35002d08102 | [
"Apache-2.0"
] | 23 | 2020-05-27T12:21:30.000Z | 2022-03-27T04:06:18.000Z | docs/README.md | Microservice-API-Patterns/MDSL-Specification | bcf53776304acd9d2de95a539189b35002d08102 | [
"Apache-2.0"
] | 4 | 2021-09-21T15:28:16.000Z | 2022-02-28T01:47:37.000Z | docs/README.md | Microservice-API-Patterns/MDSL-Specification | bcf53776304acd9d2de95a539189b35002d08102 | [
"Apache-2.0"
] | 1 | 2020-08-11T17:05:19.000Z | 2020-08-11T17:05:19.000Z | # MDSL Doc Page
This folder contains the MDSL Github page available at [https://microservice-api-patterns.github.io/MDSL-Specification/](https://microservice-api-patterns.github.io/MDSL-Specification/).
## Preview Page Locally
To preview the page locally (in case you want to make changes to the page), run the followi... | 55.548387 | 210 | 0.739257 | eng_Latn | 0.901055 |
08e159f4497ae9031b54d7bcf7b5689563638cc9 | 62 | md | Markdown | README.md | SandwichBoy/spring-boot-jsp | b3dfcb3016eef577217225b7132532e4d8d65034 | [
"Apache-2.0"
] | null | null | null | README.md | SandwichBoy/spring-boot-jsp | b3dfcb3016eef577217225b7132532e4d8d65034 | [
"Apache-2.0"
] | null | null | null | README.md | SandwichBoy/spring-boot-jsp | b3dfcb3016eef577217225b7132532e4d8d65034 | [
"Apache-2.0"
] | null | null | null | # spring-boot-jsp
A project to test jsp access in spring boot
| 20.666667 | 43 | 0.774194 | eng_Latn | 0.65732 |
08e18ca237b98849863784ffe90fd8a496f006e7 | 370 | md | Markdown | README.md | wojjy001/infliximabapp | 5fc313a3b331071c17214c631bba6ca0341a5c52 | [
"MIT"
] | null | null | null | README.md | wojjy001/infliximabapp | 5fc313a3b331071c17214c631bba6ca0341a5c52 | [
"MIT"
] | null | null | null | README.md | wojjy001/infliximabapp | 5fc313a3b331071c17214c631bba6ca0341a5c52 | [
"MIT"
] | null | null | null | # infliximabapp
Shiny application that performs Bayesian estimation and simulation of individual infliximab concentration-time profiles, and subsequent dose optimisation to achieve a target trough concentration.
The model, Bayesian estimation inferences and R/Shiny application code have not been validated for clinical/... | 74 | 195 | 0.851351 | eng_Latn | 0.98434 |
08e208227382f2e4e7ed5110b7232ddc963c330f | 1,240 | md | Markdown | _posts/2006-08-01-walt-whitman-and-the-most-boring-lecture-yet.md | joahua/blog | 85f14d2005d3bf4d6ad020a41147ad0f25d73196 | [
"MIT"
] | null | null | null | _posts/2006-08-01-walt-whitman-and-the-most-boring-lecture-yet.md | joahua/blog | 85f14d2005d3bf4d6ad020a41147ad0f25d73196 | [
"MIT"
] | null | null | null | _posts/2006-08-01-walt-whitman-and-the-most-boring-lecture-yet.md | joahua/blog | 85f14d2005d3bf4d6ad020a41147ad0f25d73196 | [
"MIT"
] | null | null | null | ---
title: Walt Whitman and the Most Boring Lecture Yet
author: Josh Street
layout: post
permalink: /2006/08/01/walt-whitman-and-the-most-boring-lecture-yet/
categories:
- School/Uni
tags:
- butcher
- Emily Dickinson
- lecturer
- same lecturer
- Whitman
---
Well, it might be the simpler English course this ... | 65.263158 | 612 | 0.773387 | eng_Latn | 0.999252 |
08e21394df1ab28167c264ebb624598676bffeee | 103 | md | Markdown | references/@barbierEvaluationFormation2001.md | damienbelveze/obsidian2021 | a4121f60bdf4df7afa62f73a29cd01268baf3dd5 | [
"CC-BY-4.0"
] | null | null | null | references/@barbierEvaluationFormation2001.md | damienbelveze/obsidian2021 | a4121f60bdf4df7afa62f73a29cd01268baf3dd5 | [
"CC-BY-4.0"
] | null | null | null | references/@barbierEvaluationFormation2001.md | damienbelveze/obsidian2021 | a4121f60bdf4df7afa62f73a29cd01268baf3dd5 | [
"CC-BY-4.0"
] | null | null | null | auteurs: Jean-Marie Barbier,
titre: L'évaluation en formation
publication:,
année: 2001,
p.,
URL:
| 12.875 | 32 | 0.718447 | fra_Latn | 0.845043 |
08e24f2720b7c19a4dfbc0d41ff5849009da5fc5 | 12 | md | Markdown | xyztiles/README.md | dronebird/oam_shizuoka20170822mtfuji | f147c3f151b12337bb1e85cbf2f262a1b4e1255c | [
"CC-BY-4.0"
] | 1 | 2017-08-24T08:32:41.000Z | 2017-08-24T08:32:41.000Z | xyztiles/README.md | dronebird/oam_shizuoka20170822mtfuji | f147c3f151b12337bb1e85cbf2f262a1b4e1255c | [
"CC-BY-4.0"
] | 1 | 2017-08-24T07:54:53.000Z | 2017-08-24T08:39:03.000Z | xyztiles/README.md | dronebird/oam_shizuoka20170822mtfuji | f147c3f151b12337bb1e85cbf2f262a1b4e1255c | [
"CC-BY-4.0"
] | null | null | null | # XYZ tiles
| 6 | 11 | 0.666667 | ast_Latn | 0.447416 |
08e2c7c634bd15197767124e18a33e9be777e016 | 1,761 | md | Markdown | README.md | abdurezakMussa/Updated-Portfolio-Page | 12d22716b1a3823a63e3bab80ed08990cc2a564b | [
"Unlicense"
] | null | null | null | README.md | abdurezakMussa/Updated-Portfolio-Page | 12d22716b1a3823a63e3bab80ed08990cc2a564b | [
"Unlicense"
] | null | null | null | README.md | abdurezakMussa/Updated-Portfolio-Page | 12d22716b1a3823a63e3bab80ed08990cc2a564b | [
"Unlicense"
] | null | null | null | # Updated-Portfolio-Page
## Description
I made this site for the University of Richmond Bootcamp. The goal is to create a My portfolio site. I utilized HTML,CSS and javaScript to create my portfolio website. I had to follow a specific style and specifications. I deployed using Github Pages.
As a web developer, I need ... | 92.684211 | 460 | 0.798978 | eng_Latn | 0.867387 |
08e305b7b1ff9fd153849e69957a36b6e835e5ba | 233 | md | Markdown | README.md | jawu/hsedit | 2ebd449b0d9a0936b892ae718d731702cfa16ec7 | [
"Unlicense"
] | null | null | null | README.md | jawu/hsedit | 2ebd449b0d9a0936b892ae718d731702cfa16ec7 | [
"Unlicense"
] | null | null | null | README.md | jawu/hsedit | 2ebd449b0d9a0936b892ae718d731702cfa16ec7 | [
"Unlicense"
] | null | null | null | # hsedit
An Eclipse plugin for creating, editing and running haskell code files.
Uses GHCI as compiler so you'll need it for running your code.
This is an university project in the class "plugin development for Eclipse" FH Flensburg
| 46.6 | 88 | 0.802575 | eng_Latn | 0.997588 |
08e30774def39eeae5e6110b032aa1b79f5b6dbb | 7,249 | md | Markdown | README.md | pedropbazzo/react-native-desafio3 | 47175e188445473c2555d43f92c7a8e197283331 | [
"MIT"
] | null | null | null | README.md | pedropbazzo/react-native-desafio3 | 47175e188445473c2555d43f92c7a8e197283331 | [
"MIT"
] | null | null | null | README.md | pedropbazzo/react-native-desafio3 | 47175e188445473c2555d43f92c7a8e197283331 | [
"MIT"
] | null | null | null | # React Native - Desafio 3
[](https://github.com/osvaldokalvaitir/react-native-desafio3/blob/master/LICENSE)


``` | 54.6 | 188 | 0.765568 | eng_Latn | 0.999052 |
08e46eb2c29d913c686dcb79ac7d470867803b9b | 586 | md | Markdown | README.md | pedrobautistamx/caudal.site | ee04e66c3ff1df2087aef41af3ab43b1723db8b4 | [
"MIT"
] | 2 | 2018-02-26T18:43:10.000Z | 2018-04-28T01:42:17.000Z | README.md | pedrobautistamx/caudal.site | ee04e66c3ff1df2087aef41af3ab43b1723db8b4 | [
"MIT"
] | 1 | 2018-06-14T03:03:11.000Z | 2018-06-14T03:03:11.000Z | README.md | pedrobautistamx/caudal.site | ee04e66c3ff1df2087aef41af3ab43b1723db8b4 | [
"MIT"
] | 7 | 2018-01-29T14:59:29.000Z | 2018-03-07T14:39:33.000Z | # Caudal Official Website
[ ](https://app.codeship.com/projects/269660)
## Requirements
NPM & Hexo
``` bash
npm install hexo-cli -g
```
## Getting Started
Install dependencies ... | 16.277778 | 184 | 0.711604 | yue_Hant | 0.325233 |
08e5ef6f194d83aba5e939e43cacb890036d10d1 | 384 | md | Markdown | readme.md | klawdyo/Inflector-BR | 6ab5f1b91f99bc065d39be71b3d607a8c7b0dd8c | [
"MIT"
] | 9 | 2018-12-17T13:21:23.000Z | 2021-04-27T13:35:10.000Z | readme.md | klawdyo/Inflector-BR | 6ab5f1b91f99bc065d39be71b3d607a8c7b0dd8c | [
"MIT"
] | 1 | 2015-02-18T22:42:20.000Z | 2015-02-18T22:42:20.000Z | readme.md | klawdyo/Inflector | 6ab5f1b91f99bc065d39be71b3d607a8c7b0dd8c | [
"MIT"
] | 7 | 2015-01-15T18:25:19.000Z | 2018-07-08T01:49:07.000Z | ## Exemplos
### Instalação
```sh
composer require klawdyo/inflector-br
```
### Como usar
```php
/**
* Usando inflexões de palavras em português brasileiro
*/
use Inflector\Inflector;
//Transformando a palavra para o plural
echo Inflector::pluralize('mês');
//Retorna "meses"
//Transformando a palavra para o sin... | 14.769231 | 55 | 0.710938 | por_Latn | 0.961975 |