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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b0cb4b6c26bc5dd87eb0a8b2b0a952230138a53f | 2,751 | md | Markdown | tutorials/zh-hans/foundation/8.0/analytics/index.md | MobileFirst-Platform-Developer-Center/DevCenter | ac2351ef8878ff5101f0041323b68f3418b059e6 | [
"Apache-2.0"
] | 17 | 2016-07-07T07:24:22.000Z | 2022-01-21T07:19:10.000Z | tutorials/zh-hans/foundation/8.0/analytics/index.md | Acidburn0zzz/DevCenter-1 | ac2351ef8878ff5101f0041323b68f3418b059e6 | [
"Apache-2.0"
] | 49 | 2016-04-01T07:13:23.000Z | 2022-03-08T11:28:04.000Z | tutorials/zh-hans/foundation/8.0/analytics/index.md | Acidburn0zzz/DevCenter-1 | ac2351ef8878ff5101f0041323b68f3418b059e6 | [
"Apache-2.0"
] | 36 | 2016-07-07T07:24:27.000Z | 2022-01-05T13:40:34.000Z | ---
layout: tutorial
title: MobileFirst Analytics
breadcrumb_title: Analytics
show_children: true
relevantTo: [ios,android,javascript]
weight: 9
---
<!-- NLS_CHARSET=UTF-8 -->
## 概述
{: #overview }
{{ site.data.keys.mf_analytics_full }} 将从 {{ site.data.keys.mf_server }} 和客户机设备中的应用程序到服务器活动、客户机日志、客户机崩溃和服务器端日志... | 35.269231 | 229 | 0.748092 | yue_Hant | 0.524211 |
b0cb7e35327b07b5bfb5bbaa939ea9ca9ee7d767 | 467 | md | Markdown | pages/common/k8s-unused-secret-detector.md | pavelshtanko/tldr | e1355b2e8749ea4b4dc98f430f5bc01ae877e339 | [
"CC-BY-4.0"
] | 3 | 2020-04-28T11:14:55.000Z | 2020-06-08T21:15:36.000Z | pages/common/k8s-unused-secret-detector.md | pavelshtanko/tldr | e1355b2e8749ea4b4dc98f430f5bc01ae877e339 | [
"CC-BY-4.0"
] | 2 | 2019-02-04T20:43:07.000Z | 2019-11-15T16:49:18.000Z | pages/common/k8s-unused-secret-detector.md | pavelshtanko/tldr | e1355b2e8749ea4b4dc98f430f5bc01ae877e339 | [
"CC-BY-4.0"
] | 3 | 2020-07-26T16:51:50.000Z | 2020-08-18T07:06:49.000Z | # k8s-unused-secret-detector
> Command line interface tool for detecting unused Kubernetes secrets.
> More information: <https://github.com/dtan4/k8s-unused-secret-detector>.
- Detect unused secrets:
`k8s-unused-secret-detector`
- Detect unused secrets in a specific namespace:
`k8s-unused-secret-detector -n {{name... | 27.470588 | 86 | 0.75803 | eng_Latn | 0.784175 |
b0cb8118d24134948f4098d99a915c2919cf2fa4 | 2,087 | md | Markdown | _posts/java/java新特性/java13/2020-07-19-java13.md | doubcrick/doubcrick.github.io | bd3e6a2d924dc16f403127143636c838a408816a | [
"MIT"
] | null | null | null | _posts/java/java新特性/java13/2020-07-19-java13.md | doubcrick/doubcrick.github.io | bd3e6a2d924dc16f403127143636c838a408816a | [
"MIT"
] | null | null | null | _posts/java/java新特性/java13/2020-07-19-java13.md | doubcrick/doubcrick.github.io | bd3e6a2d924dc16f403127143636c838a408816a | [
"MIT"
] | null | null | null | ---
layout: post
title: 什么是java
category: java14
keywords: java
---
### java13新特性
Features
#### 350: Dynamic CDS Archives
扩展应用程序类数据共享[AppCDS](https://openjdk.java.net/jeps/310),以允许在 Java 应用程序执行结束时动态归档类。 存档的类将包括默认基层 CDS 存档中不存在的所有已加载应用程序类和库类。
以下命令创建`hello.jsa`:
```shell
% bin/java -XX:ArchiveClassesAtExit=hello.js... | 24.845238 | 187 | 0.669382 | yue_Hant | 0.839889 |
b0cc9bf2ebfe5071a6ed0505525336dd423827dc | 1,072 | md | Markdown | _posts/2018-09-16-python-melesat-di-daftar-bahasa-pemrograman-yang-paling-populer.md | arianz/belajarpython.com | 36a11f0bc65229f41a661629cc9d74bf4158c895 | [
"MIT"
] | 268 | 2018-05-06T08:46:26.000Z | 2022-03-26T10:13:45.000Z | _posts/2018-09-16-python-melesat-di-daftar-bahasa-pemrograman-yang-paling-populer.md | arianz/belajarpython.com | 36a11f0bc65229f41a661629cc9d74bf4158c895 | [
"MIT"
] | 25 | 2018-12-31T08:57:51.000Z | 2022-02-05T08:24:06.000Z | _posts/2018-09-16-python-melesat-di-daftar-bahasa-pemrograman-yang-paling-populer.md | arianz/belajarpython.com | 36a11f0bc65229f41a661629cc9d74bf4158c895 | [
"MIT"
] | 630 | 2018-05-03T12:34:03.000Z | 2022-03-28T12:06:33.000Z | ---
layout: article
title: Python Melesat di Daftar Bahasa Pemrograman Yang Paling Populer
---
---
Menurut Indeks Tiobe untuk September 2018, Java, C, dan Python adalah bahasa pemrograman paling populer di dunia.
Bahasa populer lainnya termasuk Visual Basic .NET dan C ++, yang baru saja kehilangan tempat ketiga di p... | 42.88 | 144 | 0.8125 | ind_Latn | 0.995037 |
b0ccdc6681eab0531139882c8559cfc5433040f1 | 237 | md | Markdown | README.md | ee876/Turtle-graphics | 95864cce065eb82d218e432bf99c74017573ffb5 | [
"MIT"
] | null | null | null | README.md | ee876/Turtle-graphics | 95864cce065eb82d218e432bf99c74017573ffb5 | [
"MIT"
] | null | null | null | README.md | ee876/Turtle-graphics | 95864cce065eb82d218e432bf99c74017573ffb5 | [
"MIT"
] | null | null | null | # Turtle-graphics
cool turtle graphic scripts for beginners and others!
Make sure to edit and change this as you go on!
Current scripts: Rainbow of turte
NOTE: this script was modified and edit by me, read all files to understand more.
| 39.5 | 81 | 0.78903 | eng_Latn | 0.998798 |
b0cd588009dd3ac46675069f8e7695c46ff5a8ac | 7,164 | md | Markdown | README.md | claracbengoa/betaPDFSO | ca165541923e46a15201ca5f2f4086ae6c1dc6a5 | [
"MIT"
] | null | null | null | README.md | claracbengoa/betaPDFSO | ca165541923e46a15201ca5f2f4086ae6c1dc6a5 | [
"MIT"
] | null | null | null | README.md | claracbengoa/betaPDFSO | ca165541923e46a15201ca5f2f4086ae6c1dc6a5 | [
"MIT"
] | null | null | null | # β-PDFSO
Reliability Index based strategy for the **P**robability **D**amage approach in **F**ail-**S**afe **O**ptimization
The β-PDFSO is a new fail-safe optimization strategy to include available information on the probability of occurrence of different accidental scenarios as well as uncertainty in parameters aff... | 58.721311 | 469 | 0.712312 | eng_Latn | 0.865506 |
b0ce8f880a5008df76b58aa6fad356739877d716 | 1,353 | md | Markdown | src/Cxx/Points/ExtractSurface.md | cvandijck/VTKExamples | b6bb89414522afc1467be8a1f0089a37d0c16883 | [
"Apache-2.0"
] | 309 | 2017-05-21T09:07:19.000Z | 2022-03-15T09:18:55.000Z | src/Cxx/Points/ExtractSurface.md | yijianmingliu/VTKExamples | dc8aac47c4384f9a2de9facbdd1ab3249f62ec99 | [
"Apache-2.0"
] | 379 | 2017-05-21T09:06:43.000Z | 2021-03-29T20:30:50.000Z | src/Cxx/Points/ExtractSurface.md | yijianmingliu/VTKExamples | dc8aac47c4384f9a2de9facbdd1ab3249f62ec99 | [
"Apache-2.0"
] | 170 | 2017-05-17T14:47:41.000Z | 2022-03-31T13:16:26.000Z | ### Description
This example loosely follows the most excellent paper by Curless and Levoy: ["A Volumetric Method for Building Complex Models from Range Images."](https://graphics.stanford.edu/papers/volrange) First it estimates normals from the points, then creates a signed distance field, followed by surface extracti... | 67.65 | 351 | 0.794531 | eng_Latn | 0.989197 |
b0cef670c463264132d2f47ba6c161324d531696 | 397 | md | Markdown | packages/core/src/styles/vendor/carbon-components/src/components/copy-button/migrate-to-10.x.md | obambrough/carbon-charts | 070f9e38481362e1ad55f036915deb66d8a16648 | [
"Apache-2.0"
] | 4,233 | 2018-01-26T21:58:14.000Z | 2022-03-31T10:51:14.000Z | packages/core/src/styles/vendor/carbon-components/src/components/copy-button/migrate-to-10.x.md | obambrough/carbon-charts | 070f9e38481362e1ad55f036915deb66d8a16648 | [
"Apache-2.0"
] | 8,658 | 2018-01-29T16:24:38.000Z | 2022-03-31T22:28:57.000Z | packages/core/src/styles/vendor/carbon-components/src/components/copy-button/migrate-to-10.x.md | obambrough/carbon-charts | 070f9e38481362e1ad55f036915deb66d8a16648 | [
"Apache-2.0"
] | 1,288 | 2018-01-30T07:53:37.000Z | 2022-03-30T20:45:05.000Z | ### HTML
Updating HTML pertains only to SVG icon. Icon from
[`carbon-elements`](https://github.com/IBM/carbon-elements) package is now used.
Vanilla markup should be migrated to one shown in
[carbondesignsystem.com](https://next.carbondesignsystem.com/components/code-snippet/code)
site. React and other framework varia... | 30.538462 | 90 | 0.788413 | eng_Latn | 0.906561 |
b0cf5e5d2b18c301ebec759aee64e7fca1621974 | 1,504 | md | Markdown | README.md | hujunxianligong/DeepInf | b011f150a8da06991317357cb01d215f6b43ed4d | [
"MIT"
] | 1 | 2021-01-03T09:23:51.000Z | 2021-01-03T09:23:51.000Z | README.md | hujunxianligong/DeepInf | b011f150a8da06991317357cb01d215f6b43ed4d | [
"MIT"
] | null | null | null | README.md | hujunxianligong/DeepInf | b011f150a8da06991317357cb01d215f6b43ed4d | [
"MIT"
] | null | null | null | # DeepInf
This is a PyTorch implementation of DeepInf for the task of predicting social influence, as described in our paper:
[DeepInf: Social Influence Prediction with Deep Learning](https://arxiv.org/abs/1807.05560)
The code is tested on PyTorch 0.4.0.
## Datasets
Please download the datasets from [onedrive](htt... | 38.564103 | 253 | 0.764628 | eng_Latn | 0.584209 |
b0cf9547dfca41c96182a4cba6922f018a96fe81 | 362 | md | Markdown | poems/2020-08-04/index.md | Kaiguang/renyu-li | 836e95ec5d3ae35115ae199e8e51c988cae2370b | [
"MIT"
] | null | null | null | poems/2020-08-04/index.md | Kaiguang/renyu-li | 836e95ec5d3ae35115ae199e8e51c988cae2370b | [
"MIT"
] | 2 | 2021-05-23T13:17:30.000Z | 2021-10-11T20:33:13.000Z | poems/2020-08-04/index.md | Kaiguang/fgjhsq-com | f1829981dec44db2a9f27ddbb370a95d72942b85 | [
"MIT"
] | null | null | null | ---
title: 行香子·乌市吟
author: 放歌江海山阙
date: 2020-08-04
poem: |
五月边城,一派春光。暖斜阳,大地芬芳。衔泥紫燕,莺舞穹苍。望红山绿,高山雪,远山苍。
通临中亚,来往八方。大巴扎、商贾繁忙。长街蜩沸,原野青茫。更桃花红,梨花白,百花香。
---
乌鲁木齐市为新疆首府,在汉唐时期为安西都护府所辖。乌市春来晚,在京城的初夏时节便为乌市的仲春时节。乌市三面为山,只有北部为开阔平地,东西两面分别称为东山和西山。在市区有红山公园。天山山顶常年为积雪复盖。乌市是丝路的交通枢纽,辐射中亚各国,修葺一新的大巴扎更是商贾云集。我于 2004 年 5 月因学校研究生课程,首次到访乌市,受到... | 30.166667 | 206 | 0.79558 | yue_Hant | 0.403576 |
b0cf999686338e06a5c588934fa32ce20fb22a3c | 486 | md | Markdown | dataProcessing/thresholding/README.md | GahlmannLab2014/3D_Bact_Seg | 1b10ddbce410d322c583bd94d78b0ecd95d76cf0 | [
"MIT"
] | 3 | 2020-10-21T13:41:17.000Z | 2021-12-03T23:41:12.000Z | dataProcessing/thresholding/README.md | GahlmannLab2014/3D_Bact_Seg | 1b10ddbce410d322c583bd94d78b0ecd95d76cf0 | [
"MIT"
] | null | null | null | dataProcessing/thresholding/README.md | GahlmannLab2014/3D_Bact_Seg | 1b10ddbce410d322c583bd94d78b0ecd95d76cf0 | [
"MIT"
] | 4 | 2020-10-21T14:36:30.000Z | 2021-12-03T23:41:20.000Z | #### Thresholding
**Thresholding** takes CNN confidence maps and output segmentation masks. We found a high threshold between 0.88 and 0.94 yield the best segmentation results with well-trained CNN models. Since cell boundaries are eroded in the CNN processing, we also prefer to dilate each objects by two voxels.
*... | 69.428571 | 298 | 0.781893 | eng_Latn | 0.996226 |
b0d0076d6c5b072c7128e81a1c10c8945df7366f | 193 | md | Markdown | docs/API-Reference/Extensions/index.md | tuyuwang/Kingfisher-docs | 5a1ced52a8f373ca913a8f4d507fe1a3723d2661 | [
"MIT"
] | null | null | null | docs/API-Reference/Extensions/index.md | tuyuwang/Kingfisher-docs | 5a1ced52a8f373ca913a8f4d507fe1a3723d2661 | [
"MIT"
] | null | null | null | docs/API-Reference/Extensions/index.md | tuyuwang/Kingfisher-docs | 5a1ced52a8f373ca913a8f4d507fe1a3723d2661 | [
"MIT"
] | null | null | null | ---
layout: default
title: Extensions
nav_order: 4
permalink: /docs/API-Reference/Extensions
has_children: true
parent: API Reference
---
[API Reference](https://onevcat.github.io/Kingfisher/) | 19.3 | 54 | 0.772021 | kor_Hang | 0.233242 |
b0d03c5b987c0582acdb34075c29a25971743eb6 | 1,499 | md | Markdown | docs/2014/ssms/agent/job-categories-properties-new-job-category.md | bartfastiel/sql-docs.de-de | 6eb40df24a369fd59fc9afceccaf81c5d275ece9 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/2014/ssms/agent/job-categories-properties-new-job-category.md | bartfastiel/sql-docs.de-de | 6eb40df24a369fd59fc9afceccaf81c5d275ece9 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/2014/ssms/agent/job-categories-properties-new-job-category.md | bartfastiel/sql-docs.de-de | 6eb40df24a369fd59fc9afceccaf81c5d275ece9 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Eigenschaften und eine neue Auftragskategorie | Microsoft-Dokumentation
ms.custom: ''
ms.date: 06/13/2017
ms.prod: sql-server-2014
ms.reviewer: ''
ms.technology: ssms
ms.topic: conceptual
f1_keywords:
- sql12.ag.job.categoriesproperties
ms.assetid: d0f4d53a-cc13-48cf-ae90-a2937b548c45
author: stevestein
ms.a... | 33.311111 | 186 | 0.769179 | deu_Latn | 0.960235 |
b0d04b50af82c05fb877a5b86f27d1aae335a0ec | 595 | md | Markdown | web/README.md | kielni/toyon | a559b487b899032a5536a12fbd22689be275f54d | [
"MIT"
] | null | null | null | web/README.md | kielni/toyon | a559b487b899032a5536a12fbd22689be275f54d | [
"MIT"
] | null | null | null | web/README.md | kielni/toyon | a559b487b899032a5536a12fbd22689be275f54d | [
"MIT"
] | null | null | null | # Toyon UI
## development
npm install
gulp watch
go to http://localhost:3000
## production
npm install
gulp build
./sync.sh
## notes
local version of Materialize CSS includes
- [function callback and repeat option](https://github.com/Dogfalo/materialize/pull/2351)
- [set drag target width s... | 22.037037 | 106 | 0.731092 | eng_Latn | 0.612815 |
b0d153dded7e4f0beee321a30812335ce9e6b4f5 | 6,235 | md | Markdown | docs/_blog/_posts/2020-07-27-26th-dotty-milestone-release.md | i10416/dotty | e35b6ffec14fc4969cf1db4c0bd3085212474cc1 | [
"Apache-2.0"
] | null | null | null | docs/_blog/_posts/2020-07-27-26th-dotty-milestone-release.md | i10416/dotty | e35b6ffec14fc4969cf1db4c0bd3085212474cc1 | [
"Apache-2.0"
] | null | null | null | docs/_blog/_posts/2020-07-27-26th-dotty-milestone-release.md | i10416/dotty | e35b6ffec14fc4969cf1db4c0bd3085212474cc1 | [
"Apache-2.0"
] | null | null | null | ---
layout: blog-page
title: Announcing Dotty 0.26.0-RC1 - unified extension methods and more
author: Anatolii Kmetiuk
authorImg: /images/anatolii.png
date: 2020-07-27
---
Hello! We are excited to announce 0.26.0-RC1 of Dotty. In this version, we have improved the extension methods – their syntax is now more uniform. ... | 41.566667 | 443 | 0.749318 | eng_Latn | 0.953804 |
b0d20427a6a1644302c0ca8edf1633d344119ff3 | 2,472 | md | Markdown | README.md | mowangjuanzi/lumen-plus | 04041db49f8dde33096edc2ffc0bf560a3d8fae0 | [
"MIT"
] | 1 | 2020-02-27T09:47:46.000Z | 2020-02-27T09:47:46.000Z | README.md | mowangjuanzi/lumen-plus | 04041db49f8dde33096edc2ffc0bf560a3d8fae0 | [
"MIT"
] | null | null | null | README.md | mowangjuanzi/lumen-plus | 04041db49f8dde33096edc2ffc0bf560a3d8fae0 | [
"MIT"
] | null | null | null | # lumen-plus
lumen feature plus
## 简介
本组件是作为 Lumen 框架服务的增强
## 功能
1. 替换 `nikic/fast-route` 为 `illuminate/routing`
2. 新增以下 `make` 命令
- `make:controller`
- `make:model`
- `make:factory`
- `make:middleware`
- `make:command`
- `event:generate`
- `make:event`
- `make:resource`
3. 新增路由缓存... | 18.447761 | 122 | 0.640777 | eng_Latn | 0.330124 |
b0d272004167a6fc4343e2dbb110ec8a5b3fdc15 | 979 | md | Markdown | docs/fishing-gear-deployment-properties-unit_of_time.md | xStoryTeller/schemas | 218d851175c065db84a5c5aa544953a690e1bd5b | [
"MIT"
] | 2 | 2021-01-29T08:09:59.000Z | 2021-02-23T09:00:59.000Z | docs/fishing-gear-deployment-properties-unit_of_time.md | xStoryTeller/schemas | 218d851175c065db84a5c5aa544953a690e1bd5b | [
"MIT"
] | 24 | 2020-10-06T09:11:46.000Z | 2022-01-10T14:31:37.000Z | docs/fishing-gear-deployment-properties-unit_of_time.md | xStoryTeller/schemas | 218d851175c065db84a5c5aa544953a690e1bd5b | [
"MIT"
] | 7 | 2020-10-06T08:39:34.000Z | 2021-11-18T09:51:03.000Z | # Untitled string in Fishing gear deployment Schema
```txt
https://poseidat.org/schema/core/fishing-gear-deployment.json#/properties/unit_of_time
```
The unit of time for measuring gear deployment. NLD: ET
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional ... | 61.1875 | 245 | 0.446374 | eng_Latn | 0.553082 |
b0d283bff49dd184dc0b7c00a2eefe4a07d8ae4e | 831 | md | Markdown | Library/PackageCache/com.unity.probuilder@4.2.3/Documentation~/menu-repair.md | Tierra-Exodus-Entertainmet/Gunslingers | 162d80f0bb7ae0ff74478306fb9f4b46244d2405 | [
"Apache-2.0"
] | 3 | 2022-03-09T18:25:23.000Z | 2022-03-15T01:54:45.000Z | Library/PackageCache/com.unity.probuilder@4.2.3/Documentation~/menu-repair.md | Tierra-Exodus-Entertainmet/Gunslingers | 162d80f0bb7ae0ff74478306fb9f4b46244d2405 | [
"Apache-2.0"
] | 7 | 2020-11-27T21:14:26.000Z | 2020-12-11T03:32:38.000Z | Library/PackageCache/com.unity.probuilder@4.2.3/Documentation~/menu-repair.md | Tierra-Exodus-Entertainmet/Gunslingers | 162d80f0bb7ae0ff74478306fb9f4b46244d2405 | [
"Apache-2.0"
] | 3 | 2019-11-18T21:06:37.000Z | 2019-11-19T22:55:07.000Z | # Repair
Use this sub-menu to access several helper scripts that repair problems with ProBuilder Meshes in the Scene.

## Rebuild All ProBuilder Objects
Rebuilds Mesh representations from stored ProBuilder data for each GameObject in the Scene. If y... | 37.772727 | 178 | 0.76414 | eng_Latn | 0.991436 |
b0d30709eb6f08a73271b94b64d10653ac137ba8 | 5,783 | md | Markdown | windows-apps-src/graphics-concepts/texture-addressing-modes.md | hyoshioka0128/windows-uwp.ja-jp | 2eec6ca0e23e4c841ab51bfa6e811a80de7352ed | [
"CC-BY-4.0",
"MIT"
] | 4 | 2021-12-20T01:18:29.000Z | 2022-03-21T00:27:23.000Z | windows-apps-src/graphics-concepts/texture-addressing-modes.md | hyoshioka0128/windows-uwp.ja-jp | 2eec6ca0e23e4c841ab51bfa6e811a80de7352ed | [
"CC-BY-4.0",
"MIT"
] | null | null | null | windows-apps-src/graphics-concepts/texture-addressing-modes.md | hyoshioka0128/windows-uwp.ja-jp | 2eec6ca0e23e4c841ab51bfa6e811a80de7352ed | [
"CC-BY-4.0",
"MIT"
] | 2 | 2021-08-16T11:32:42.000Z | 2021-12-03T21:59:10.000Z | ---
title: テクスチャのアドレス指定モード
description: Direct3D アプリケーションは、任意のプリミティブの頂点テクスチャ座標を割り当てることができます。
ms.assetid: 925E8F2E-43EC-404E-8870-03E39155F697
keywords:
- テクスチャのアドレス指定モード
- ラップ テクスチャ アドレス モード
- ミラー テクスチャ アドレス モード
- クランプ テクスチャ アドレス モード
- 境界線の色テクスチャ アドレス モード
ms.date: 02/08/2017
ms.topic: article
ms.localizationpriority: m... | 54.046729 | 386 | 0.738025 | yue_Hant | 0.658251 |
b0d33219ef35de1dd5d55d498731d4f3153eed68 | 89 | md | Markdown | README.md | aurorasolar/circleci-slim | 8a194e30be1cff77bb1d3b792837a5ecc69f3b83 | [
"Apache-2.0"
] | null | null | null | README.md | aurorasolar/circleci-slim | 8a194e30be1cff77bb1d3b792837a5ecc69f3b83 | [
"Apache-2.0"
] | null | null | null | README.md | aurorasolar/circleci-slim | 8a194e30be1cff77bb1d3b792837a5ecc69f3b83 | [
"Apache-2.0"
] | null | null | null | # circleci-slim
A simple container with Heroku CLI, Docker CLI and git. Based on Alpine.
| 29.666667 | 72 | 0.775281 | eng_Latn | 0.975371 |
b0d39f4db590d735fa0703e0aaf9810391ee8064 | 4,081 | md | Markdown | README.md | smallSohoSolo/solo-ci | 58c867d311661636c951c82268f63ce676c85b0c | [
"Apache-2.0"
] | 194 | 2016-12-18T13:18:15.000Z | 2022-03-19T21:02:08.000Z | README.md | smallSohoSolo/solo-ci | 58c867d311661636c951c82268f63ce676c85b0c | [
"Apache-2.0"
] | 7 | 2016-12-23T06:35:27.000Z | 2021-07-14T08:32:37.000Z | README.md | smallSohoSolo/solo-ci | 58c867d311661636c951c82268f63ce676c85b0c | [
"Apache-2.0"
] | 26 | 2016-12-23T04:10:20.000Z | 2021-11-19T15:10:12.000Z | # Solo CI
[](https://gitter.im/solo-ci/Lobby)
### Description
[中文版](README-CN.md)
A lightweight golang CI/CD tools, you only need write a simple config, it will clone, build, test, deploy
```json
{
"get_list":[
"github.com/asaskevich/govalidator"
],
"zip... | 45.853933 | 119 | 0.427101 | eng_Latn | 0.711824 |
b0d3be37f803670e2c2c61e7e6d71640c46d791b | 5,753 | md | Markdown | index.md | robsyme/bioinformatics-ca.github.io | 3e1906460277793851a2b0c79e0d17cddc7e3661 | [
"CC-BY-3.0"
] | 37 | 2016-02-05T17:59:34.000Z | 2022-01-23T06:47:34.000Z | index.md | robsyme/bioinformatics-ca.github.io | 3e1906460277793851a2b0c79e0d17cddc7e3661 | [
"CC-BY-3.0"
] | 2 | 2017-04-11T10:24:45.000Z | 2018-06-06T00:38:25.000Z | index.md | robsyme/bioinformatics-ca.github.io | 3e1906460277793851a2b0c79e0d17cddc7e3661 | [
"CC-BY-3.0"
] | 48 | 2016-05-24T20:35:43.000Z | 2022-01-23T07:14:12.000Z | ---
layout: post2
title: CBW Student Pages
header1: Canadian Bioinformatics Workshops
header2: Workshop pages for students
image: bioinformatics_LOGO.jpg
---
### Welcome to the CBW Workshop Pages!
<a href="http://bioinformatics.ca/mailman/listinfo/announce">Sign up</a> to receive announcements to upcoming workshops!
... | 49.17094 | 294 | 0.692856 | kor_Hang | 0.333412 |
b0d549b11fbd8a1dbbdb96fe2edc51b11974d275 | 57 | md | Markdown | Docs/README.md | KinetonDev/KinetonCarsLog | 12e248962295481d0a830234e5150f4ed49a3150 | [
"Apache-2.0"
] | null | null | null | Docs/README.md | KinetonDev/KinetonCarsLog | 12e248962295481d0a830234e5150f4ed49a3150 | [
"Apache-2.0"
] | 12 | 2021-04-18T15:51:22.000Z | 2021-04-24T19:41:24.000Z | Docs/README.md | KinetonDev/KinetonCarsLog | 12e248962295481d0a830234e5150f4ed49a3150 | [
"Apache-2.0"
] | null | null | null | # KinetonCarsLog
App for logging cars in your warehouse.
| 19 | 39 | 0.807018 | eng_Latn | 0.909025 |
b0d606520c110cbe5efb2e7244f94cd6ef66428c | 1,193 | md | Markdown | ConvertBigTrace/README.md | MyaraMikhael/LaserCoherenceAnalyser | b16177caad8744fea86657da822dad0fc93e73f7 | [
"BSD-2-Clause"
] | null | null | null | ConvertBigTrace/README.md | MyaraMikhael/LaserCoherenceAnalyser | b16177caad8744fea86657da822dad0fc93e73f7 | [
"BSD-2-Clause"
] | null | null | null | ConvertBigTrace/README.md | MyaraMikhael/LaserCoherenceAnalyser | b16177caad8744fea86657da822dad0fc93e73f7 | [
"BSD-2-Clause"
] | 1 | 2020-08-19T03:15:42.000Z | 2020-08-19T03:15:42.000Z | Main script : ConvertBigTrace.m (a Matlab Function)
This software package makes sense in the context of the following downloadable scientific publication in OSA's optics express 2016 : "Time-Dependant Laser Linewidth : beat-note digital acquisition and numerical analysis", N.Von Bandel, M. Myara, M. Sellahi, T. Souici... | 99.416667 | 388 | 0.805532 | eng_Latn | 0.998558 |
b0d686563bac7e4f5130832b4e45b009d316e538 | 844 | md | Markdown | _posts/2009/2009-12-15-the-next-fifty-years-in-politics.md | gvwilson/thirdb | 4a78ed7aef83c97d0ce95e73f20372a3482e1dd2 | [
"CC-BY-4.0"
] | 14 | 2016-07-23T02:36:15.000Z | 2021-11-01T20:13:03.000Z | _posts/2009/2009-12-15-the-next-fifty-years-in-politics.md | gvwilson/thirdb | 4a78ed7aef83c97d0ce95e73f20372a3482e1dd2 | [
"CC-BY-4.0"
] | 102 | 2015-12-30T09:38:08.000Z | 2021-11-02T11:34:33.000Z | _posts/2009/2009-12-15-the-next-fifty-years-in-politics.md | gvwilson/thirdb | 4a78ed7aef83c97d0ce95e73f20372a3482e1dd2 | [
"CC-BY-4.0"
] | 8 | 2018-01-07T14:36:47.000Z | 2021-02-23T07:33:57.000Z | ---
title: "The Next Fifty Years in Politics"
date: 2009-12-15 09:48:53
year: 2009
---
Compare <a href="http://www.schneier.com/blog/archives/2009/12/the_us_civil_ri.html">this</a> and <a href="http://www.guardian.co.uk/commentisfree/cif-green/2009/dec/14/climate-change-battle-redefine-humanity">this</a>, then read <a ... | 93.777778 | 523 | 0.755924 | eng_Latn | 0.339162 |
b0d6e15d477e17caf978ac5757fa24063f6429f8 | 2,643 | md | Markdown | articles/cognitive-services/QnAMaker/Quickstarts/quickstart-sdk.md | maiemy/azure-docs.it-it | b3649d817c2ec64a3738b5f05f18f85557d0d9b6 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/cognitive-services/QnAMaker/Quickstarts/quickstart-sdk.md | maiemy/azure-docs.it-it | b3649d817c2ec64a3738b5f05f18f85557d0d9b6 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/cognitive-services/QnAMaker/Quickstarts/quickstart-sdk.md | maiemy/azure-docs.it-it | b3649d817c2ec64a3738b5f05f18f85557d0d9b6 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: "Avvio rapido: Usare l'SDK per creare e gestire una knowledge base - QnA Maker"
description: Questo argomento di avvio rapido illustra come creare e gestire una knowledge base usando l'SDK client.
ms.service: cognitive-services
ms.subservice: qna-maker
ms.topic: quickstart
ms.date: 06/18/2020
ms.custom: devx... | 43.327869 | 217 | 0.768445 | ita_Latn | 0.648007 |
b0d77afad2b2cd95100a7b0f0c12139420b8315e | 3,203 | md | Markdown | resources/docs/groups/location.md | hanterrian/JobApplicationBack | 317da3236a8967c66df5809262e3f13d5dfcf963 | [
"MIT"
] | null | null | null | resources/docs/groups/location.md | hanterrian/JobApplicationBack | 317da3236a8967c66df5809262e3f13d5dfcf963 | [
"MIT"
] | null | null | null | resources/docs/groups/location.md | hanterrian/JobApplicationBack | 317da3236a8967c66df5809262e3f13d5dfcf963 | [
"MIT"
] | null | null | null | # Location
## Get country list
> Example request:
```bash
curl -X GET \
-G "https://job.cijworld.com/api/v1/location/countries" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
```
```javascript
const url = new URL(
"https://job.cijworld.com/api/v1/location/countries"
);
le... | 16.258883 | 67 | 0.56572 | eng_Latn | 0.281502 |
b0d840bf8906e5a4c1d069b05d351dab0ae43048 | 374 | md | Markdown | CHANGELOG.md | wotbrew/idx | 8797710ec0776821b1b1659ca8319773110b2ad7 | [
"MIT"
] | 74 | 2020-08-15T16:22:50.000Z | 2021-07-14T19:32:55.000Z | CHANGELOG.md | wotbrew/idx | 8797710ec0776821b1b1659ca8319773110b2ad7 | [
"MIT"
] | 3 | 2020-08-28T21:39:29.000Z | 2020-10-28T17:07:00.000Z | CHANGELOG.md | wotbrew/idx | 8797710ec0776821b1b1659ca8319773110b2ad7 | [
"MIT"
] | 2 | 2020-08-29T18:58:50.000Z | 2021-01-16T16:18:49.000Z | # Changelog
## 0.1.3
- Fixed .cons with maps in sequences of entries using the key as the value!
## 0.1.2
- Fixed .cons with map entries in clj using the key as the value!
## 0.1.1
- Fixed `.toArray` overload ambiguity causing library to not be loadable on Java 11.
- Changed some kw `identical?` optimisations t... | 20.777778 | 84 | 0.703209 | eng_Latn | 0.993628 |
b0d853f13bcd72f26c45c82cc800076952cbc23e | 3,241 | md | Markdown | content/publication/pv1/index.md | OrlandoMatteo/academic-kickstart | 8547495d11ee4f4396062ecbeb3ada8f0e282cae | [
"MIT"
] | null | null | null | content/publication/pv1/index.md | OrlandoMatteo/academic-kickstart | 8547495d11ee4f4396062ecbeb3ada8f0e282cae | [
"MIT"
] | null | null | null | content/publication/pv1/index.md | OrlandoMatteo/academic-kickstart | 8547495d11ee4f4396062ecbeb3ada8f0e282cae | [
"MIT"
] | null | null | null | ---
# Documentation: https://sourcethemes.com/academic/docs/managing-content/
title: "Optimal Configuration and Placement of PV Systems in Building Roofs with Cost Analysis"
authors: [Matteo Orlando, Lorenzo Bottaccioli, Edoardo Patti, Enrico Macii, Sara Vinco, Massimo Poncino]
date: 2020-7-13T16:06:31+02:00
doi: "10... | 45.647887 | 1,294 | 0.768281 | eng_Latn | 0.960789 |
b0d87920a465ecbf53949224a6347d6a4f51c261 | 29 | md | Markdown | includes/tlasharptla-xps-md.md | snowei/dotnet-api-docs | 75dc20e5f91fcabb8740292a5b4139b0883b4938 | [
"CC-BY-4.0",
"MIT"
] | 3 | 2018-04-20T22:37:21.000Z | 2020-07-06T17:53:30.000Z | includes/tlasharptla-xps-md.md | snowei/dotnet-api-docs | 75dc20e5f91fcabb8740292a5b4139b0883b4938 | [
"CC-BY-4.0",
"MIT"
] | 7 | 2020-11-11T06:19:30.000Z | 2021-12-16T22:02:51.000Z | includes/tlasharptla-xps-md.md | snowei/dotnet-api-docs | 75dc20e5f91fcabb8740292a5b4139b0883b4938 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2016-11-06T09:42:50.000Z | 2016-11-06T18:28:18.000Z | XML Paper Specification (XPS) | 29 | 29 | 0.827586 | kor_Hang | 0.837675 |
b0d8f26d656b49d68b13bb2775d603791327942d | 4,544 | md | Markdown | README.md | amotter443/microsoft-malware | ec7ba382798abcb6a02d679e063c2c83b57a3098 | [
"MIT"
] | null | null | null | README.md | amotter443/microsoft-malware | ec7ba382798abcb6a02d679e063c2c83b57a3098 | [
"MIT"
] | null | null | null | README.md | amotter443/microsoft-malware | ec7ba382798abcb6a02d679e063c2c83b57a3098 | [
"MIT"
] | null | null | null | # microsoft-malware
> Binomial classification algorithm to predict whether Windows devices contain malware
About The Project
-----------------------
- The data and business problem associated with this project came from a [Kaggle Contest](https://www.kaggle.com/c/microsoft-malware-prediction) from 2019
- Between tra... | 98.782609 | 319 | 0.790713 | eng_Latn | 0.999653 |
b0d91f315ecd44e68b8d44a0dc37f7a8d703744f | 5,714 | md | Markdown | Demos/01-personal-info/README.md | Ballzer0/msgraph-training-spfx | 85550841e8ebf77845d953e02edc9d44b93b7b65 | [
"MIT"
] | null | null | null | Demos/01-personal-info/README.md | Ballzer0/msgraph-training-spfx | 85550841e8ebf77845d953e02edc9d44b93b7b65 | [
"MIT"
] | null | null | null | Demos/01-personal-info/README.md | Ballzer0/msgraph-training-spfx | 85550841e8ebf77845d953e02edc9d44b93b7b65 | [
"MIT"
] | null | null | null | # Demo: Show profile details from Microsoft Graph in SPFx client-side web part
In this demo you will show a new SPFx project with a single client-side web part that uses React, [Fabric React](https://developer.microsoft.com/fabric) and the Microsoft Graph to display the currently logged in user's personal details in... | 51.945455 | 437 | 0.69496 | eng_Latn | 0.987712 |
b0d9bce97b0bb0510504a1e371426ad8ff9d5781 | 10,612 | markdown | Markdown | _posts/2015-06-30-NP-12-consopt-1.markdown | chenrushan/chenrushan.github.io | e97745d006b002e1f91c25a74859d313e5c197ed | [
"MIT"
] | null | null | null | _posts/2015-06-30-NP-12-consopt-1.markdown | chenrushan/chenrushan.github.io | e97745d006b002e1f91c25a74859d313e5c197ed | [
"MIT"
] | null | null | null | _posts/2015-06-30-NP-12-consopt-1.markdown | chenrushan/chenrushan.github.io | e97745d006b002e1f91c25a74859d313e5c197ed | [
"MIT"
] | null | null | null | ---
layout: post
title: 12 - Constrained Optimization - KKT Condition 1
categories: nnumop
tags: NPTEL, numerical optimization, constrained optimization
---
这篇文章主要包含如下几个方面的内容
* 首先介绍了什么是 Constrained Optimization
* 然后给出 Constrained Optimization 条件下 global 和 local minimum 的概念
* 之后为了计算 local minimum,引入 feasible direction... | 30.75942 | 106 | 0.511025 | yue_Hant | 0.373418 |
b0db3c83982dbd03886635ae0cb32e7494b2f6ea | 9,162 | md | Markdown | memdocs/intune/configuration/custom-profile-hololens.md | Mr-Tbone/memdocs.sv-se | e369d5c63d1706200c13c9606c9d7d4f536f0395 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | memdocs/intune/configuration/custom-profile-hololens.md | Mr-Tbone/memdocs.sv-se | e369d5c63d1706200c13c9606c9d7d4f536f0395 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | memdocs/intune/configuration/custom-profile-hololens.md | Mr-Tbone/memdocs.sv-se | e369d5c63d1706200c13c9606c9d7d4f536f0395 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Använda Windows Defender Application Control på HoloLens 2-enheter i Microsoft Intune – Azure | Microsoft Docs
description: Konfigurera CSP:n Windows Defender Application Control (WDAC) för att tillåta eller blockera appar från att öppnas på HoloLens 2-enheter i Microsoft Intune. Använd PowerShell och en anp... | 46.507614 | 370 | 0.754857 | swe_Latn | 0.909505 |
b0db66f84d6c3986f5da568f00e56eec74f98ce6 | 8,945 | md | Markdown | content/fr/integrations/envoy.md | wparth/documentation | 45246d61fe8a708e12152c7a76fea6e62730348d | [
"BSD-3-Clause"
] | null | null | null | content/fr/integrations/envoy.md | wparth/documentation | 45246d61fe8a708e12152c7a76fea6e62730348d | [
"BSD-3-Clause"
] | null | null | null | content/fr/integrations/envoy.md | wparth/documentation | 45246d61fe8a708e12152c7a76fea6e62730348d | [
"BSD-3-Clause"
] | null | null | null | ---
assets:
dashboards:
Envoy - Overview: assets/dashboards/envoy_overview.json
monitors: {}
service_checks: assets/service_checks.json
categories:
- cloud
- web
- log collection
- autodiscovery
creates_events: false
ddtype: check
dependencies:
- 'https://github.com/DataDog/integrations-core/blob/ma... | 34.805447 | 349 | 0.666518 | fra_Latn | 0.809075 |
b0dbc7037d62d3bbba49526264f5a1469d91dc21 | 2,230 | md | Markdown | desktop-src/SysMon/systemmonitor-saveas.md | citelao/win32 | bf61803ccb0071d99eee158c7416b9270a83b3e4 | [
"CC-BY-4.0",
"MIT"
] | 4 | 2021-07-26T16:18:49.000Z | 2022-02-19T02:00:21.000Z | desktop-src/SysMon/systemmonitor-saveas.md | citelao/win32 | bf61803ccb0071d99eee158c7416b9270a83b3e4 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2020-04-09T17:00:51.000Z | 2020-04-09T18:30:01.000Z | desktop-src/SysMon/systemmonitor-saveas.md | citelao/win32 | bf61803ccb0071d99eee158c7416b9270a83b3e4 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2020-07-19T02:58:48.000Z | 2021-03-06T21:09:47.000Z | ---
title: SystemMonitor.SaveAs method
description: Saves the counter values in the graph view to a log file.
ms.assetid: 34824c54-d8f4-4c2b-b417-aa0914c7164b
keywords:
- SaveAs method SysMon
- SaveAs method SysMon , SystemMonitor object
- SystemMonitor object SysMon , SaveAs method
topic_type:
- apiref
api_name:
- Sys... | 23.978495 | 314 | 0.606726 | eng_Latn | 0.717093 |
b0dccd76c1f29695ed31967a7593e27187a7a461 | 8,062 | md | Markdown | README.md | inspire-eu-validation/ats-metadata-interoperable-sds | 18e8e8a373e3735ac592f29b78b3b82c7143dced | [
"CC0-1.0"
] | null | null | null | README.md | inspire-eu-validation/ats-metadata-interoperable-sds | 18e8e8a373e3735ac592f29b78b3b82c7143dced | [
"CC0-1.0"
] | 18 | 2016-01-03T17:30:05.000Z | 2019-12-19T12:04:08.000Z | README.md | inspire-eu-validation/ats-interoperable-sds | 18e8e8a373e3735ac592f29b78b3b82c7143dced | [
"CC0-1.0"
] | null | null | null | ats-interoperable-sds
===========================
Abstract Test Suite for "Interoperable Spatial Data Services"
as defined in the Technical Guidance for INSPIRE Spatial Data Services and services allowing spatial data services to be invoked.
*Note*: This ATS is in ready-for-review stage, none of the tests have an off... | 97.13253 | 412 | 0.709625 | eng_Latn | 0.461815 |
b0dd2065c8da551222469b8ffd334707bb264c7f | 3,266 | md | Markdown | _posts/2021-01-10-web-react-router.md | erurang/erurang.github.io | 5f4dac07345f1195f9caa0267d151a2b7fad5b32 | [
"MIT"
] | 1 | 2021-05-05T04:36:01.000Z | 2021-05-05T04:36:01.000Z | _posts/2021-01-10-web-react-router.md | erurang/erurang.github.io | 5f4dac07345f1195f9caa0267d151a2b7fad5b32 | [
"MIT"
] | 1 | 2020-12-02T22:11:37.000Z | 2020-12-02T22:11:37.000Z | _posts/2021-01-10-web-react-router.md | erurang/erurang.github.io | 5f4dac07345f1195f9caa0267d151a2b7fad5b32 | [
"MIT"
] | null | null | null | ---
layout: post
title: "React Router"
subtitle: "React Router"
categories: antique
tags: antique
comments: true
---
## Router를 사용해보자
SPA의 단점은 한 페이지에 변경되는 구성요소만 불러와서 처리하는 것이기 때문에
히스토리를 남길수 없었다. 히스토리를 남기기 위해서 리액트에는 라우터라는것을 제공한다.
> npm i react-router-dom
### 라우터를 만드는 첫번째
```
<!-- App.js -->
import { BrowserRoute... | 20.160494 | 166 | 0.62278 | kor_Hang | 0.997066 |
b0dd7dd656f6763cd555115d0a23b8f8ca161149 | 728 | md | Markdown | AlchemyInsights/dial-pad-missing-from-teams.md | isabella232/OfficeDocs-AlchemyInsights-pr.tr-TR | 829935b72282a64e4ec4294adebf31fd30f93f68 | [
"CC-BY-4.0",
"MIT"
] | 3 | 2020-05-19T19:08:16.000Z | 2021-03-14T11:48:36.000Z | AlchemyInsights/dial-pad-missing-from-teams.md | isabella232/OfficeDocs-AlchemyInsights-pr.tr-TR | 829935b72282a64e4ec4294adebf31fd30f93f68 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2022-02-09T06:53:52.000Z | 2022-02-09T06:54:01.000Z | AlchemyInsights/dial-pad-missing-from-teams.md | isabella232/OfficeDocs-AlchemyInsights-pr.tr-TR | 829935b72282a64e4ec4294adebf31fd30f93f68 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2019-10-09T20:30:22.000Z | 2021-10-09T10:37:41.000Z | ---
title: Tuş takımı numaradan Teams
ms.author: pebaum
author: pebaum
manager: scotv
ms.audience: Admin
ms.topic: article
ms.service: o365-administration
ROBOTS: NOINDEX, NOFOLLOW
localization_priority: Priority
ms.collection: Adm_O365
ms.custom:
- "9000719"
- "5707"
ms.openlocfilehash: 24fcc22e23afbdae17a931939efcba9... | 29.12 | 137 | 0.809066 | yue_Hant | 0.275444 |
b0ddb3f692f11bdccad33d879f7ca0b2dfe3ec21 | 608 | md | Markdown | README.md | Phpillip/phpillip-doc | 7651e63e50dc4bfac1a0d2ab37974eac2add3feb | [
"MIT"
] | 1 | 2015-10-02T06:51:42.000Z | 2015-10-02T06:51:42.000Z | README.md | Phpillip/phpillip-doc | 7651e63e50dc4bfac1a0d2ab37974eac2add3feb | [
"MIT"
] | null | null | null | README.md | Phpillip/phpillip-doc | 7651e63e50dc4bfac1a0d2ab37974eac2add3feb | [
"MIT"
] | null | null | null | # Phpillip Documentation
Phpillip is generating [its own documentation](http://phpillip.github.io/)!
## Requirements:
- PHP `>= 5.6`
- NodeJs `>= 0.10`
- [Pygments](http://pygments.org/)
- Make (optional)
## Installation
Install PHP and Javascript dependencies with make:
make install
Or mannually:
compo... | 14.829268 | 75 | 0.715461 | eng_Latn | 0.648271 |
b0dee33a5469731172f24e3d8c22e33e12d6e8a0 | 373 | md | Markdown | README.md | AndreIglesias/Miscellany | 37e23619c815bb9c62194be73116c28e605cf2a9 | [
"MIT"
] | null | null | null | README.md | AndreIglesias/Miscellany | 37e23619c815bb9c62194be73116c28e605cf2a9 | [
"MIT"
] | null | null | null | README.md | AndreIglesias/Miscellany | 37e23619c815bb9c62194be73116c28e605cf2a9 | [
"MIT"
] | null | null | null | # Miscellany
### Torres de hanoi


### Poker

### Logic


### ProblemaSuma

### Binomi... | 26.642857 | 39 | 0.654155 | kor_Hang | 0.921426 |
b0e08ca3b03875d1f59be2a453f822cb89bd203c | 3,305 | md | Markdown | WindowsServerDocs/security/group-managed-service-accounts/customize-the-active-directory-administrative-center-navigation-pane.md | Alexisblues/windowsserverdocs.es-es | 957fb5bbea150c6927f3b2674979a1839b0a55c7 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2020-09-02T07:49:33.000Z | 2020-09-02T07:49:33.000Z | WindowsServerDocs/security/group-managed-service-accounts/customize-the-active-directory-administrative-center-navigation-pane.md | Alexisblues/windowsserverdocs.es-es | 957fb5bbea150c6927f3b2674979a1839b0a55c7 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | WindowsServerDocs/security/group-managed-service-accounts/customize-the-active-directory-administrative-center-navigation-pane.md | Alexisblues/windowsserverdocs.es-es | 957fb5bbea150c6927f3b2674979a1839b0a55c7 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Personalización del panel de navegación Centro de administración de Active Directory
description: Seguridad de Windows Server
ms.assetid: c9933d16-e153-435a-b5b7-3e594db42d5c
author: coreyp-at-msft
ms.author: coreyp
manager: dongill
ms.date: 10/12/2016
ms.openlocfilehash: 4ecadc09eaa0433458a0224582c3c2ba67dd... | 67.44898 | 770 | 0.799395 | spa_Latn | 0.981932 |
b0e0d5aed9c6cc35745a08d87375fddb27fe1598 | 2,905 | md | Markdown | README.md | Yenya/IETF-Base45 | f75e9adad7c33352533a0071ec3459099e1f7d6b | [
"Artistic-1.0"
] | 2 | 2021-11-10T08:43:39.000Z | 2021-11-10T16:23:59.000Z | README.md | Yenya/IETF-Base45 | f75e9adad7c33352533a0071ec3459099e1f7d6b | [
"Artistic-1.0"
] | 1 | 2021-11-10T08:44:51.000Z | 2021-11-10T10:29:27.000Z | README.md | Yenya/QRCode-Base45 | f75e9adad7c33352533a0071ec3459099e1f7d6b | [
"Artistic-1.0"
] | null | null | null | # NAME
QRCode::Base45 - Base45 encoding used in QR codes
# SYNOPSIS
```perl
use QRCode::Base45;
my $text_for_qrcode = encode_base45($binary_or_utf8_data);
my $binary_data = decode_base45($text_from_qrcode);
```
# DESCRIPTION
This module handles encoding/decoding of Base45 data,
as described in
[draft-faltstrom-ba... | 28.203883 | 185 | 0.75938 | eng_Latn | 0.949488 |
b0e12c562eded57cf6f7e263a7df7d5e8cc124de | 9,654 | md | Markdown | articles/azure-resource-manager/manage-resource-groups-portal.md | EINSTEINPRACIANO/azure-docs.pt-br | 93bbbf115ab76d31e6bc8919a338700294966913 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/azure-resource-manager/manage-resource-groups-portal.md | EINSTEINPRACIANO/azure-docs.pt-br | 93bbbf115ab76d31e6bc8919a338700294966913 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/azure-resource-manager/manage-resource-groups-portal.md | EINSTEINPRACIANO/azure-docs.pt-br | 93bbbf115ab76d31e6bc8919a338700294966913 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Gerenciar grupos do Azure Resource Manager usando o portal do Azure | Microsoft Docs
description: Use o portal do Azure para gerenciar seus grupos do Azure Resource Manager.
services: azure-resource-manager,azure-portal
documentationcenter: ''
author: mumian
ms.service: azure-resource-manager
ms.workload: mu... | 74.261538 | 534 | 0.780402 | por_Latn | 0.992438 |
b0e22c6c5be1240f741d208a929b7a7e079d4c92 | 1,748 | md | Markdown | src/components/control/dialog-list/md/Markdown.UI.Demo.md | zwkjhx/vertx-ui | 401a95d209f5722359c42d3cbd7888aaf062a61d | [
"Apache-2.0"
] | null | null | null | src/components/control/dialog-list/md/Markdown.UI.Demo.md | zwkjhx/vertx-ui | 401a95d209f5722359c42d3cbd7888aaf062a61d | [
"Apache-2.0"
] | null | null | null | src/components/control/dialog-list/md/Markdown.UI.Demo.md | zwkjhx/vertx-ui | 401a95d209f5722359c42d3cbd7888aaf062a61d | [
"Apache-2.0"
] | null | null | null | ### 1.说明
DialogList主要是子列表,一般情况下不会直接使用,通常是在Form中作为"子列表"使用,使用过程中该列表本身支持添加、删除、查询等功能。对于DialogList的入口文件`UI.Demo.js`,必须要注意以下几点:
1. **连接**:该组件必须连接`list.items`专用节点「DataObject」,该节点的结构为:`key = List`的结构。
2. **初始化**:`UI.Demo.js`需要初始化`list.items`节点,即实现`rxEditPost`函数,并且传入`CompletList`组件。
3. **来源**:在初始化`list.items`的过程中,一般数据来源于函数参数(... | 30.666667 | 112 | 0.522311 | yue_Hant | 0.417688 |
b0e46b0efaf9463e1504548471a07b769c260df0 | 730 | md | Markdown | README.md | akhramov/autoload-repro | 3e3ae74b0e6db7d360933350e7743e196b1b259b | [
"Unlicense"
] | null | null | null | README.md | akhramov/autoload-repro | 3e3ae74b0e6db7d360933350e7743e196b1b259b | [
"Unlicense"
] | null | null | null | README.md | akhramov/autoload-repro | 3e3ae74b0e6db7d360933350e7743e196b1b259b | [
"Unlicense"
] | null | null | null | ## MRI vs Rubinius autoloading
###### Description
Rubinius and MRI handle autoloading differently.
When interpreter loads a file of the autoloaded module, `Module#const_defined?`
returns `false` in MRI, but `true` in Rubinius. Same goes for `defined?`
keyword.
###### Usage
This repository contains reproduction code... | 27.037037 | 89 | 0.713699 | eng_Latn | 0.941151 |
b0e4d85846261eb9798fad660566b55b774535a3 | 1,718 | md | Markdown | documents/README.md | MarcDorner/optiga-trust-m | ae80dfe4b1ac35b5932644e783ff9d226ae266d9 | [
"MIT"
] | null | null | null | documents/README.md | MarcDorner/optiga-trust-m | ae80dfe4b1ac35b5932644e783ff9d226ae266d9 | [
"MIT"
] | null | null | null | documents/README.md | MarcDorner/optiga-trust-m | ae80dfe4b1ac35b5932644e783ff9d226ae266d9 | [
"MIT"
] | null | null | null | # Which document do I need?
* **Infineon_I2C_Protocol_vX.XX.pdf** - Infineon I2C protocol specification. In this document you can find all information related to the communication protocol between a Host MCU and the Secure Element, for instance how shielded connection works.
* **License.pdf** - MIT License
* **OPTIGA_... | 81.809524 | 342 | 0.784633 | eng_Latn | 0.975534 |
b0e4f4a01e851e10e656f4416a1f7bdd6668da18 | 3,824 | md | Markdown | _posts/2012-08-25-run-c-program-with-boost-on-android.md | nicoster/nicoster.github.io | 23e6baaea95e38c88dc3bb95eaedbb20a9fe2881 | [
"MIT"
] | null | null | null | _posts/2012-08-25-run-c-program-with-boost-on-android.md | nicoster/nicoster.github.io | 23e6baaea95e38c88dc3bb95eaedbb20a9fe2881 | [
"MIT"
] | null | null | null | _posts/2012-08-25-run-c-program-with-boost-on-android.md | nicoster/nicoster.github.io | 23e6baaea95e38c88dc3bb95eaedbb20a9fe2881 | [
"MIT"
] | null | null | null | ---
id: 621
title: Run c++ program with boost on Android
date: 2012-08-25T23:24:08+00:00
author: nick
layout: post
guid: http://nick.luckygarden.org/?p=621
permalink: /run-c-program-with-boost-on-android/
tags:
- android
- application.mk
- boost
- ndk
- android.mk
- ANDROID_SDKROOT
- jni
---
Android 很早就支持... | 30.592 | 179 | 0.711297 | yue_Hant | 0.664111 |
b0e6166cf11710106604fb1641d49f286be193fd | 2,021 | md | Markdown | docs/part2.md | ra101/kissSolver | 1c9b555367c1e63628316a587bec0e1b0d138965 | [
"MIT"
] | 16 | 2019-08-29T01:02:21.000Z | 2022-01-17T03:09:23.000Z | docs/part2.md | ra101/kissSolver | 1c9b555367c1e63628316a587bec0e1b0d138965 | [
"MIT"
] | 3 | 2019-08-29T01:07:35.000Z | 2020-08-15T10:59:55.000Z | docs/part2.md | ra101/kissSolver | 1c9b555367c1e63628316a587bec0e1b0d138965 | [
"MIT"
] | 2 | 2019-09-25T14:42:38.000Z | 2020-07-16T05:53:39.000Z | <p align="center">
<img src="/assets/fav-96.png">
</p><br>
# Part 2: Understanding the Rival!
### Files: [get_img_data.py](get_img_data.py)
<br>
## Extract information regarding images
There are two information we are going to use:
### Tags:
Now all Generic Images are numbered so by looking at each image we ... | 23.5 | 181 | 0.68481 | eng_Latn | 0.904535 |
b0e6722416b373c54a096a12cbd83b8bd38eb78f | 13,503 | md | Markdown | README.md | itsananderson/kudu-api | e4333eb35814bcdb477e744c5331c571546b47de | [
"MIT"
] | 4 | 2016-01-25T00:15:47.000Z | 2018-01-16T16:12:32.000Z | README.md | itsananderson/kudu-api | e4333eb35814bcdb477e744c5331c571546b47de | [
"MIT"
] | 21 | 2016-03-28T21:56:09.000Z | 2021-04-07T07:01:43.000Z | README.md | itsananderson/kudu-api | e4333eb35814bcdb477e744c5331c571546b47de | [
"MIT"
] | 3 | 2016-03-25T14:47:40.000Z | 2016-11-22T10:52:43.000Z | # kudu-api
Node wrapper for the [Kudu REST API](https://github.com/projectkudu/kudu/wiki/REST-API).
## Install
`yarn add kudu-api`
Or
`npm install kudu-api`
Or from GitHub:
```
git clone git@github.com:itsananderson/kudu-api.git
cd kudu-api
yarn install
```
## Usage
### Instantiating
```javascript
var kudu = ... | 29.482533 | 193 | 0.740354 | eng_Latn | 0.734395 |
b0e69004caab8852ccfa840a82071ebd19a01bea | 4,770 | md | Markdown | README.md | vikashgupta-may/time_entry | 3adacfc15046ac78faeb3d4e3edc443f02995096 | [
"MIT"
] | null | null | null | README.md | vikashgupta-may/time_entry | 3adacfc15046ac78faeb3d4e3edc443f02995096 | [
"MIT"
] | null | null | null | README.md | vikashgupta-may/time_entry | 3adacfc15046ac78faeb3d4e3edc443f02995096 | [
"MIT"
] | null | null | null | README.md
This project is focused on the creation of an application (Python-Django) to record time-tracking information of employees via a user-friendly platform with multiple features that allow for easy control and display of the information.
Starting the Application
Prior to running, you will need to set up the ... | 64.459459 | 606 | 0.803983 | eng_Latn | 0.999838 |
b0e7a31a0e3c7e0a46ec79a9f5e24d2522fc380d | 689 | md | Markdown | Sources/Filters/Sources/CubeSource/api.md | pchoisel/vtk-js | ea3b09eb230d7604bc06e5f65fec500979913bfa | [
"BSD-3-Clause"
] | 1 | 2020-12-03T16:02:24.000Z | 2020-12-03T16:02:24.000Z | Sources/Filters/Sources/CubeSource/api.md | pchoisel/vtk-js | ea3b09eb230d7604bc06e5f65fec500979913bfa | [
"BSD-3-Clause"
] | 6 | 2021-02-10T19:24:46.000Z | 2021-03-04T18:25:36.000Z | Sources/Filters/Sources/CubeSource/api.md | pchoisel/vtk-js | ea3b09eb230d7604bc06e5f65fec500979913bfa | [
"BSD-3-Clause"
] | 1 | 2020-06-19T08:21:54.000Z | 2020-06-19T08:21:54.000Z | ## Usage
```js
import vtkCubeSource from 'vtk.js/Sources/Filters/Sources/CubeSource';
const cubeSource = vtkCubeSource.newInstance({ xLength: 5, yLength: 5, zLength: 5 });
const cubePolydata = cubeSource.getOutputData();
```
### xLength (set/get)
Floating value representing cube length along x axis.
### yLength (s... | 21.53125 | 85 | 0.7373 | eng_Latn | 0.821502 |
b0e89b2aef82f35e178da5a0c6882612f5fd40b9 | 2,927 | md | Markdown | _posts/2021-07-15-electrodes.md | UnstableDesign/Smart-Textiles-Documentation | f7d5379b94e7225745a333d16f8d598a262c213f | [
"MIT"
] | null | null | null | _posts/2021-07-15-electrodes.md | UnstableDesign/Smart-Textiles-Documentation | f7d5379b94e7225745a333d16f8d598a262c213f | [
"MIT"
] | null | null | null | _posts/2021-07-15-electrodes.md | UnstableDesign/Smart-Textiles-Documentation | f7d5379b94e7225745a333d16f8d598a262c213f | [
"MIT"
] | null | null | null | ---
layout: howto
title: "Making Woven Electrodes"
author: laura
categories: [how to]
tags: [mixer, electrodes]
image: assets/images/steel_pattern_diagstripes_ld_detail.jpg
file: electrode
video: https://www.youtube.com/embed/Z8sA4OFuccQ
featured: false
---
<p>This video shares more information on how we generated dr... | 112.576923 | 1,032 | 0.791937 | eng_Latn | 0.996507 |
b0e89f48dba77c543ed5642432f63734a4505f68 | 4,224 | md | Markdown | sdk-api-src/content/clusapi/nf-clusapi-getclusternetinterfacestate.md | amorilio/sdk-api | 54ef418912715bd7df39c2561fbc3d1dcef37d7e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | sdk-api-src/content/clusapi/nf-clusapi-getclusternetinterfacestate.md | amorilio/sdk-api | 54ef418912715bd7df39c2561fbc3d1dcef37d7e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | sdk-api-src/content/clusapi/nf-clusapi-getclusternetinterfacestate.md | amorilio/sdk-api | 54ef418912715bd7df39c2561fbc3d1dcef37d7e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
UID: NF:clusapi.GetClusterNetInterfaceState
title: GetClusterNetInterfaceState function (clusapi.h)
description: Returns the current state of a network interface.
helpviewer_keywords: ["GetClusterNetInterfaceState","GetClusterNetInterfaceState function [Failover Cluster]","PCLUSAPI_GET_CLUSTER_NET_INTERFACE_STATE",... | 28.734694 | 384 | 0.774148 | yue_Hant | 0.367743 |
b0e8d5a57a7139486ace0bea3fdc1a45ff4f6b2d | 12,821 | md | Markdown | datasets/conceptual_captions/README.md | rentruewang/datasets | 7b650c14fe5e653e29c7d7c2354f30900773bbb3 | [
"Apache-2.0"
] | 1 | 2022-01-12T10:33:02.000Z | 2022-01-12T10:33:02.000Z | datasets/conceptual_captions/README.md | kashif/datasets | 10d4e5d179d6cd78007acb34829bb32e7cbbff62 | [
"Apache-2.0"
] | null | null | null | datasets/conceptual_captions/README.md | kashif/datasets | 10d4e5d179d6cd78007acb34829bb32e7cbbff62 | [
"Apache-2.0"
] | null | null | null | ---
annotations_creators:
- found
language_creators:
- found
languages:
- en
licenses:
- other
multilinguality:
- monolingual
size_categories:
- 1M<n<10M
source_datasets:
- original
task_categories:
- image-to-text
task_ids:
- image-captioning
paperswithcode_id: conceptual-captions
pretty_name: Conceptual Captions
---
... | 50.476378 | 863 | 0.763903 | eng_Latn | 0.937182 |
b0e9151cf1c730eab4e589866ed6aeb6c67afde4 | 1,560 | md | Markdown | questions/Algorithms/0481. Magical String/README.md | TechStudyGroup/leetcode | e013436e52d16090a6138689804f714329388330 | [
"MIT"
] | 9 | 2019-08-15T05:09:40.000Z | 2021-05-01T09:26:59.000Z | questions/Algorithms/0481. Magical String/README.md | TechStudyGroup/leetcode | e013436e52d16090a6138689804f714329388330 | [
"MIT"
] | 135 | 2019-09-26T03:40:11.000Z | 2022-02-02T04:15:39.000Z | questions/Algorithms/0481. Magical String/README.md | TechStudyGroup/leetcode | e013436e52d16090a6138689804f714329388330 | [
"MIT"
] | 1 | 2022-01-05T01:43:17.000Z | 2022-01-05T01:43:17.000Z | ### [Magical String](https://leetcode.com/problems/magical-string)
<p>A magical string <code>s</code> consists of only <code>'1'</code> and <code>'2'</code> and obeys the following rules:</p>
<ul>
<li>The string s is magical because concatenating the number of contiguous occurrences of characters <co... | 44.571429 | 493 | 0.659615 | eng_Latn | 0.896254 |
b0ea2e860ecf048e48760e7e6f976cf3ac3c062b | 34,334 | md | Markdown | aspnet/visual-studio/overview/2013/one-aspnet-integrating-aspnet-web-forms-mvc-and-web-api.md | aleffe61/Docs.it-it | 3b633802a8832f81abd98e18354b92b97e264169 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | aspnet/visual-studio/overview/2013/one-aspnet-integrating-aspnet-web-forms-mvc-and-web-api.md | aleffe61/Docs.it-it | 3b633802a8832f81abd98e18354b92b97e264169 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | aspnet/visual-studio/overview/2013/one-aspnet-integrating-aspnet-web-forms-mvc-and-web-api.md | aleffe61/Docs.it-it | 3b633802a8832f81abd98e18354b92b97e264169 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
uid: visual-studio/overview/2013/one-aspnet-integrating-aspnet-web-forms-mvc-and-web-api
title: 'Laboratorio pratico: One ASP.NET: integrazione di Web Form ASP.NET, MVC e API Web | Microsoft Docs'
author: rick-anderson
description: ASP.NET è un framework per la creazione di siti Web, App e servizi mediante tecnolog... | 77.678733 | 733 | 0.769966 | ita_Latn | 0.997044 |
b0ea7c6e337572631c5a88b756753a67ad1e2466 | 2,805 | md | Markdown | src/en/2019-02/03/07.md | PrJared/sabbath-school-lessons | 94a27f5bcba987a11a698e5e0d4279b81a68bc9a | [
"MIT"
] | 68 | 2016-10-30T23:17:56.000Z | 2022-03-27T11:58:16.000Z | src/en/2019-02/03/07.md | PrJared/sabbath-school-lessons | 94a27f5bcba987a11a698e5e0d4279b81a68bc9a | [
"MIT"
] | 367 | 2016-10-21T03:50:22.000Z | 2022-03-28T23:35:25.000Z | src/en/2019-02/03/07.md | PrJared/sabbath-school-lessons | 94a27f5bcba987a11a698e5e0d4279b81a68bc9a | [
"MIT"
] | 109 | 2016-08-02T14:32:13.000Z | 2022-03-31T10:18:41.000Z | ---
title: Further Thought
date: 19/04/2019
---
If we read through the story of ancient Israel in the wilderness, we can see a litany of mistake after mistake in the face of great changes, even despite the amazing revelation of God’s love and power. In fact, before Israel was to, finally, enter the Promised Land — a... | 112.2 | 1,116 | 0.76934 | eng_Latn | 0.999968 |
b0eb3ccb82d4fb02648666129d21b0c492368655 | 2,027 | md | Markdown | tr/README.md | ProtonX-AI/VIP-cheatsheets-for-Stanfords-CS-230-Deep-Learning | 4653bc01297b269edb19e844b01127ba13de59df | [
"MIT"
] | 5,355 | 2018-11-27T05:34:47.000Z | 2022-03-31T04:50:12.000Z | tr/README.md | mmdation/stanford-cs-230-deep-learning | 4653bc01297b269edb19e844b01127ba13de59df | [
"MIT"
] | 7 | 2018-11-28T04:52:06.000Z | 2022-03-12T07:10:02.000Z | tr/README.md | mmdation/stanford-cs-230-deep-learning | 4653bc01297b269edb19e844b01127ba13de59df | [
"MIT"
] | 1,193 | 2018-11-27T08:40:34.000Z | 2022-03-30T10:11:05.000Z | # Derin Öğrenme El Kitabı (Stanford CS 230)
Içinde mevcut [English](https://github.com/afshinea/stanford-cs-230-deep-learning/tree/master/en) - [فارسی](https://github.com/afshinea/stanford-cs-230-deep-learning/tree/master/fa) - [Français](https://github.com/afshinea/stanford-cs-230-deep-learning/tree/master/fr) - [日... | 101.35 | 764 | 0.75481 | yue_Hant | 0.356105 |
b0ebc10eccc2b1b87f05afd1aba5d234311c1ff2 | 1,714 | md | Markdown | sql-statements/sql-statement-delete.md | hnes/docs-cn | 1f1c05c4b892ae4a5717387586a96b1005406131 | [
"Apache-2.0"
] | 1,822 | 2016-08-01T16:03:19.000Z | 2022-03-28T11:49:55.000Z | sql-statements/sql-statement-delete.md | hnes/docs-cn | 1f1c05c4b892ae4a5717387586a96b1005406131 | [
"Apache-2.0"
] | 7,247 | 2016-07-26T05:16:34.000Z | 2022-03-31T16:31:06.000Z | sql-statements/sql-statement-delete.md | hnes/docs-cn | 1f1c05c4b892ae4a5717387586a96b1005406131 | [
"Apache-2.0"
] | 1,270 | 2016-08-19T07:19:16.000Z | 2022-03-31T11:58:16.000Z | ---
title: DELETE
summary: TiDB 数据库中 DELETE 的使用概况。
aliases: ['/docs-cn/dev/sql-statements/sql-statement-delete/','/docs-cn/dev/reference/sql/statements/delete/']
---
# DELETE
`DELETE` 语句用于从指定的表中删除行。
## 语法图
```ebnf+diagram
DeleteFromStmt ::=
'DELETE' TableOptimizerHints PriorityOpt QuickOptional IgnoreOptional (... | 17.489796 | 293 | 0.608518 | yue_Hant | 0.727138 |
b0ecd098a3e0de98fbf11b369820d2ef06f8ac4a | 43 | md | Markdown | README.md | yangsong0/cost | aa190519a6df40c3495b6e410265617e55e5f89d | [
"Apache-2.0"
] | null | null | null | README.md | yangsong0/cost | aa190519a6df40c3495b6e410265617e55e5f89d | [
"Apache-2.0"
] | null | null | null | README.md | yangsong0/cost | aa190519a6df40c3495b6e410265617e55e5f89d | [
"Apache-2.0"
] | null | null | null | # cost
To help people keep better accounts
| 14.333333 | 35 | 0.790698 | eng_Latn | 0.999531 |
b0ed288788dd9c9b531a8d8540edad406d10d3d2 | 773 | md | Markdown | README.md | PeterLaudy/pico-stepper-counter | 540c7eb80741468745e85532db6662ab54812331 | [
"MIT"
] | 1 | 2022-01-29T00:37:07.000Z | 2022-01-29T00:37:07.000Z | README.md | PeterLaudy/pico-stepper-counter | 540c7eb80741468745e85532db6662ab54812331 | [
"MIT"
] | null | null | null | README.md | PeterLaudy/pico-stepper-counter | 540c7eb80741468745e85532db6662ab54812331 | [
"MIT"
] | null | null | null | # pico-stepper-counter
Simple project for Raspberry Pi PICO, which counts steps send to stepper motors.
If for example connected to an Arduino running GRBL, it counts the pulses send to the stepper motors. The position calculated from these pulses is output over the USB connection.
The number of steps per mm must be ... | 70.272727 | 206 | 0.794308 | eng_Latn | 0.99952 |
b0ee9ea5ccfbb098bab857b2608ac98758e8bb52 | 1,610 | md | Markdown | README.md | jjpestacio/lets-listen-v2 | 8b228f1de883f60aa7c156c644ab254d5407db59 | [
"MIT"
] | null | null | null | README.md | jjpestacio/lets-listen-v2 | 8b228f1de883f60aa7c156c644ab254d5407db59 | [
"MIT"
] | null | null | null | README.md | jjpestacio/lets-listen-v2 | 8b228f1de883f60aa7c156c644ab254d5407db59 | [
"MIT"
] | 1 | 2017-08-26T13:48:29.000Z | 2017-08-26T13:48:29.000Z | # Let's Listen
Let's Listen is a web application that enables music to be queued to and played from a centralized platform. The queue enables friends to listen to everyone's music, relieving the designated DJ from always playing music. Music is streamed and queued from YouTube.
## Usage
[Here's a live demo!](http://... | 59.62963 | 471 | 0.79441 | eng_Latn | 0.999642 |
b0efa93dad93877c54d634fe317c447e545c2f37 | 390 | md | Markdown | ext/native-decls/GetVehicleWheelTireColliderSize.md | MyNameIsYesgo/fivem | 6def381fa0a992261a4414fae700c1c077e59327 | [
"MIT"
] | 1 | 2021-02-27T20:30:18.000Z | 2021-02-27T20:30:18.000Z | ext/native-decls/GetVehicleWheelTireColliderSize.md | MyNameIsYesgo/fivem | 6def381fa0a992261a4414fae700c1c077e59327 | [
"MIT"
] | null | null | null | ext/native-decls/GetVehicleWheelTireColliderSize.md | MyNameIsYesgo/fivem | 6def381fa0a992261a4414fae700c1c077e59327 | [
"MIT"
] | null | null | null | ---
ns: CFX
apiset: client
aliases: ["GET_VEHICLE_WHEEL_TIRE_COLLIDER_SIZE"]
---
## GET_VEHICLE_WHEEL_TIRE_COLLIDER_SIZE
```c
float GET_VEHICLE_WHEEL_TIRE_COLLIDER_SIZE(Vehicle vehicle, int wheelIndex);
```
## Parameters
* **vehicle**: The vehicle to obtain data for.
* **wheelIndex**: Index of wheel, 0... | 21.666667 | 77 | 0.720513 | yue_Hant | 0.578821 |
b0efe671a5cd97c65d20dcbfb82195cac8e2ae87 | 133 | md | Markdown | packages/components/input-number/demo/Keyboard.md | 15051107253/idux | b5a95457edefb2de6a2d2ab35e85a458d0288112 | [
"MIT"
] | 170 | 2021-08-22T15:33:08.000Z | 2022-03-31T03:58:00.000Z | packages/components/input-number/demo/Keyboard.md | Tyh2001/idux | 152f9782acbec9619fdc1e02cb91894aacfb44e4 | [
"MIT"
] | 435 | 2021-08-07T06:42:30.000Z | 2022-03-31T07:51:52.000Z | packages/components/input-number/demo/Keyboard.md | Tyh2001/idux | 152f9782acbec9619fdc1e02cb91894aacfb44e4 | [
"MIT"
] | 42 | 2021-08-09T14:36:56.000Z | 2022-03-24T12:03:30.000Z | ---
title:
zh: 键盘行为
en: Keyboard
order: 5
---
## zh
使用 `keyboard` 属性可以控制键盘行为。
## en
Control keyboard behavior by `keyboard`.
| 8.866667 | 40 | 0.631579 | eng_Latn | 0.590146 |
b0efff6952e123cb2a2e409e0de46c8683f8e1ae | 3,124 | md | Markdown | README.md | philippabele/nursing-home-volunteer | 291b2e13e458ddaafb5b8de599613a66043788db | [
"MIT"
] | null | null | null | README.md | philippabele/nursing-home-volunteer | 291b2e13e458ddaafb5b8de599613a66043788db | [
"MIT"
] | 25 | 2021-10-10T09:39:15.000Z | 2022-03-08T12:06:53.000Z | README.md | philippabele/nursing-home-volunteer | 291b2e13e458ddaafb5b8de599613a66043788db | [
"MIT"
] | null | null | null | # Seniorenaktivierung
This project is a blog website with a content management system (CMS) for volunteers in nursing homes. These volunteers often offer so called activations ("Aktivierungen" in German) which are activities to keep the elderly busy.
Each activation must be planned and prepared in the volunteers' fre... | 38.097561 | 248 | 0.75032 | eng_Latn | 0.988896 |
b0f015482d0fd2f8b751bf072e05ea8c2eaacbb7 | 9,261 | md | Markdown | articles/openshift/howto-add-update-pull-secret.md | Myhostings/azure-docs.tr-tr | 536eaf3b454f181f4948041d5c127e5d3c6c92cc | [
"CC-BY-4.0",
"MIT"
] | 16 | 2017-08-28T08:29:36.000Z | 2022-01-02T16:46:30.000Z | articles/openshift/howto-add-update-pull-secret.md | Ahmetmaman/azure-docs.tr-tr | 536eaf3b454f181f4948041d5c127e5d3c6c92cc | [
"CC-BY-4.0",
"MIT"
] | 470 | 2017-11-11T20:59:16.000Z | 2021-04-10T17:06:28.000Z | articles/openshift/howto-add-update-pull-secret.md | Ahmetmaman/azure-docs.tr-tr | 536eaf3b454f181f4948041d5c127e5d3c6c92cc | [
"CC-BY-4.0",
"MIT"
] | 25 | 2017-11-11T19:39:08.000Z | 2022-03-30T13:47:56.000Z | ---
title: Azure Red Hat OpenShift 4 kümesine Red hat çekme gizli anahtarını ekleme veya güncelleştirme
description: Var olan 4. x ARO kümelerinde Red hat çekme gizli anahtarını ekleme veya güncelleştirme
author: sakthi-vetrivel
ms.author: suvetriv
ms.service: azure-redhat-openshift
ms.topic: conceptual
ms.date: 05/21/... | 39.075949 | 306 | 0.695389 | tur_Latn | 0.997957 |
b0f021dddd7ab2c87f4a6dfedeecf3dba0ff271b | 62 | md | Markdown | Hardware/DSBM/README.md | sergimn/RepoFIBtori | d5d6e5b5f045773c553c90ff66cc4eebf2475822 | [
"MIT"
] | 1 | 2021-03-26T05:31:01.000Z | 2021-03-26T05:31:01.000Z | Hardware/DSBM/README.md | sergimn/RepoFIBtori | d5d6e5b5f045773c553c90ff66cc4eebf2475822 | [
"MIT"
] | null | null | null | Hardware/DSBM/README.md | sergimn/RepoFIBtori | d5d6e5b5f045773c553c90ff66cc4eebf2475822 | [
"MIT"
] | 1 | 2021-10-20T20:18:08.000Z | 2021-10-20T20:18:08.000Z | # DSBM - Disseny de Sistemes Basats en Microcomputadors
TODO
| 15.5 | 55 | 0.790323 | cat_Latn | 0.988487 |
b0f093d992459bcd347c69e29734e12e3209aaee | 5,416 | md | Markdown | docs/gatk/gatk_downsamplesam_4.1.8.1.md | msk-access/cwl-commandlinetools | 3c3cbdbf59daef7f34114468e127c744fb3a2580 | [
"Apache-2.0"
] | 6 | 2020-07-10T16:24:28.000Z | 2022-03-21T19:48:50.000Z | docs/gatk/gatk_downsamplesam_4.1.8.1.md | msk-access/cwl-commandlinetools | 3c3cbdbf59daef7f34114468e127c744fb3a2580 | [
"Apache-2.0"
] | 54 | 2019-09-26T17:40:54.000Z | 2022-03-21T21:36:25.000Z | docs/gatk/gatk_downsamplesam_4.1.8.1.md | msk-access/cwl-commandlinetools | 3c3cbdbf59daef7f34114468e127c744fb3a2580 | [
"Apache-2.0"
] | null | null | null | # ApplyBQSR v4.1.8.1
## Version of tools in [docker image ](https://hub.docker.com/r/broadinstitute/gatk)
| Tool | Version | Location |
| :--- | :--- | :--- |
| GATK | 4.1.8.1 | [https://github.com/broadinstitute/gatk/releases/tag/4.1.8.1](https://github.com/broadinstitute/gatk/releases/tag/4.1.8.1) |
[
This is an implementation of a quasi-Myers algorithm to determine the differences between two generic containers. Its usage is quite simple, for example:
```rust
let mut a: Vec<String> = vec!["A", "W", "E", "S", "O", "M", "O"]
... | 32.582278 | 153 | 0.596737 | eng_Latn | 0.952814 |
b0f214401a0ea1067e34ac0b333817d35a280225 | 15,294 | md | Markdown | microsoft-365/security/defender/eval-defender-office-365-pilot.md | MicrosoftDocs/microsoft-365-docs-pr.pt-BR | 88959f119be80545a0b854d261ba4acf2ac1e131 | [
"CC-BY-4.0",
"MIT"
] | 29 | 2019-09-17T04:18:20.000Z | 2022-03-20T18:51:42.000Z | microsoft-365/security/defender/eval-defender-office-365-pilot.md | MicrosoftDocs/microsoft-365-docs-pr.pt-BR | 88959f119be80545a0b854d261ba4acf2ac1e131 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2022-02-09T06:48:15.000Z | 2022-02-09T06:48:47.000Z | microsoft-365/security/defender/eval-defender-office-365-pilot.md | MicrosoftDocs/microsoft-365-docs-pr.pt-BR | 88959f119be80545a0b854d261ba4acf2ac1e131 | [
"CC-BY-4.0",
"MIT"
] | 3 | 2021-03-14T23:52:56.000Z | 2021-05-31T14:02:38.000Z | ---
title: Piloto do Microsoft Defender para Office 365, use a avaliação em seu ambiente de produção
description: Etapas para pilotar sua Avaliação com grupos de usuários ativos e existentes para testar corretamente os recursos do Microsoft Defender para Office 365.
search.product: eADQiWindows 10XVcnh
search.appverid:... | 100.618421 | 677 | 0.780894 | por_Latn | 0.999205 |
b0f28ca868d01303819fcd74545d9d50376990c8 | 7,045 | md | Markdown | content/logrotate-basic/index.md | jtprogru/jtprog.ru | dcf0b11dcb4feb8cf76a4dee27e62e2ec02e9c26 | [
"WTFPL"
] | 1 | 2021-04-28T15:29:32.000Z | 2021-04-28T15:29:32.000Z | content/logrotate-basic/index.md | jtprogru/jtprog.ru | dcf0b11dcb4feb8cf76a4dee27e62e2ec02e9c26 | [
"WTFPL"
] | 6 | 2021-04-28T16:35:19.000Z | 2022-03-17T12:13:59.000Z | content/logrotate-basic/index.md | jtprogru/jtprog.ru | dcf0b11dcb4feb8cf76a4dee27e62e2ec02e9c26 | [
"WTFPL"
] | null | null | null | ---
title: "[Basics] Ротация логов с logrotate"
date: 2021-08-28T14:30:00+03:00
categories: "Work"
tags: ["logrotate", "basics", "примитивы"]
type: "post"
author: "jtprogru"
description: ""
showToc: false
TocOpen: false
draft: false
hidemeta: false
disableShare: false
cover:
image: "cover.jpg"
alt: "Manufacture... | 44.308176 | 320 | 0.768914 | rus_Cyrl | 0.953303 |
b0f32ad0f029a44fdc45bed3d185b2ab4799b3c1 | 2,861 | md | Markdown | README.md | JSlote/ipywidgets-runner | e7349ff3ec0dd882f1d74a35efdfe265591e803e | [
"MIT"
] | 1 | 2022-01-25T00:32:55.000Z | 2022-01-25T00:32:55.000Z | README.md | JSlote/ipywidgets-runner | e7349ff3ec0dd882f1d74a35efdfe265591e803e | [
"MIT"
] | null | null | null | README.md | JSlote/ipywidgets-runner | e7349ff3ec0dd882f1d74a35efdfe265591e803e | [
"MIT"
] | null | null | null | # ipywidgets-runner
### Supercharge your ipywidgets dashboards and apps in Jupyter
`Ipywidgets` is an excellent and popular (~4M downloads/per month from PyPI) dashboarding tool for data visualization in Jupyter.
However, in typical setups the whole dashboard gets recalculated with every change in the configuration: e... | 37.644737 | 272 | 0.768962 | eng_Latn | 0.993181 |
b0f37919879d4d9c0a8ca8cdb8507ce8a026c860 | 219 | md | Markdown | README.md | gedeonix/gedeonix-react | 26b6f0b2718be7e8d414eb776c90e6c1fce09a31 | [
"MIT"
] | null | null | null | README.md | gedeonix/gedeonix-react | 26b6f0b2718be7e8d414eb776c90e6c1fce09a31 | [
"MIT"
] | null | null | null | README.md | gedeonix/gedeonix-react | 26b6f0b2718be7e8d414eb776c90e6c1fce09a31 | [
"MIT"
] | null | null | null | Gedeonix React
--------------
Gedeonix React is a simple set of components based on css using flexbox and responsive from gedeonix ui project.
This is a very simple project in alpha state :)
Blog
----
www.gedeonix.pl
| 21.9 | 112 | 0.726027 | eng_Latn | 0.99011 |
b0f395be928fe5fb9328559dc93eb0274ecda649 | 1,099 | md | Markdown | README.md | fisherman/cprintf | 3d3d40b01ecfb634e14d1c9197e97995d4bcd1ac | [
"MIT"
] | 3 | 2016-12-09T04:06:42.000Z | 2018-02-02T08:59:06.000Z | README.md | Markcial/cprintf | 3d3d40b01ecfb634e14d1c9197e97995d4bcd1ac | [
"MIT"
] | 1 | 2018-01-09T01:25:45.000Z | 2018-01-09T09:44:09.000Z | README.md | Markcial/cprintf | 3d3d40b01ecfb634e14d1c9197e97995d4bcd1ac | [
"MIT"
] | 2 | 2018-01-09T00:41:43.000Z | 2018-03-16T03:27:39.000Z | [![Build Status][travis-badge]][travis-link]
[![Slack Room][slack-badge]][slack-link]
# cprintf
Printf with colors
## Install
With [fisherman]
```
fisher cprintf
```
## Usage
```fish
cprintf "template" $array
```
cprintf is intended to work as a normal [printf]().
But with a nifty plus, it can accept a special f... | 24.422222 | 91 | 0.746133 | eng_Latn | 0.661869 |
b0f39779b1a01724793b3f3884e0c268b24c91be | 6,068 | md | Markdown | CHANGELOG.md | wework/universal-env | 6a19c659d017124968926a9a32aed9c71dce2c72 | [
"MIT"
] | 10 | 2016-10-23T00:19:33.000Z | 2021-03-02T14:46:06.000Z | CHANGELOG.md | wework/universal-env | 6a19c659d017124968926a9a32aed9c71dce2c72 | [
"MIT"
] | 99 | 2016-10-24T14:20:40.000Z | 2020-06-02T18:26:18.000Z | CHANGELOG.md | wework/universal-env | 6a19c659d017124968926a9a32aed9c71dce2c72 | [
"MIT"
] | 6 | 2016-10-24T13:44:08.000Z | 2019-02-23T23:15:43.000Z | # Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
Generated by [auto-changelog](https://github.com/CookPete/auto-changelog)
#### [v0.4.0](https://github.com/wework/env-universal/compare/v0.3.1...v0.4.0)
> 24 July 2017
... | 71.388235 | 149 | 0.734674 | yue_Hant | 0.335574 |
b0f3de8ae49da1cfce43adddf46215e76525d7ae | 2,705 | md | Markdown | docs/debugger/error-the-web-server-has-been-locked-down-and-is-blocking-the-debug-verb.md | tommorris/visualstudio-docs.cs-cz | 92c436dbc75020bc5121cc2c9e4976f62c9b13ca | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/debugger/error-the-web-server-has-been-locked-down-and-is-blocking-the-debug-verb.md | tommorris/visualstudio-docs.cs-cz | 92c436dbc75020bc5121cc2c9e4976f62c9b13ca | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/debugger/error-the-web-server-has-been-locked-down-and-is-blocking-the-debug-verb.md | tommorris/visualstudio-docs.cs-cz | 92c436dbc75020bc5121cc2c9e4976f62c9b13ca | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: 'Chyba: Webový Server byl uzamčen a blokuje příkaz DEBUG. | Microsoft Docs'
ms.custom: ''
ms.date: 11/04/2016
ms.technology: vs-ide-debug
ms.topic: troubleshooting
f1_keywords:
- vs.debug.error.webdbg_debug_verb_blocked
dev_langs:
- CSharp
- VB
- FSharp
- C++
helpviewer_keywords:
- debugger, Web... | 49.181818 | 370 | 0.773752 | ces_Latn | 0.998747 |
b0f4020efcd3fac3b1db9b1610b905206d9aa092 | 523 | md | Markdown | source/_posts/develop/devtools/toolversion.md | jqwang521/swan-docs | bea389f7b3c2e5dc0decfeb7a8c0988c0ff98051 | [
"Apache-2.0"
] | null | null | null | source/_posts/develop/devtools/toolversion.md | jqwang521/swan-docs | bea389f7b3c2e5dc0decfeb7a8c0988c0ff98051 | [
"Apache-2.0"
] | null | null | null | source/_posts/develop/devtools/toolversion.md | jqwang521/swan-docs | bea389f7b3c2e5dc0decfeb7a8c0988c0ff98051 | [
"Apache-2.0"
] | null | null | null | ---
title: 工具版本分布信息
header: develop
nav: devtools
sidebar: toolversion
---
**更新时间**:2019年6月20日
|版本号|用户占比|
|---|---|
| 2.2.9 | 67.71%|
| 2.2.8 | 16.32%|
| 2.2.7 | 8.89%|
| 2.2.6 | 5.16%|
| 2.2.4 | 3.05%|
| 2.2.3 | 2.15%|
| 2.3.0-beta | 2.15%|
| 2.2.2 | 1.70%|
| 2.2.1 | 0.99%|
|2.4.0 | 0.90%|
|2.0.9 | 0.58%|
|2.0.1... | 14.527778 | 22 | 0.432122 | yue_Hant | 0.063765 |
b0f483065409ff9353f222af1fced6dc2c339241 | 536 | md | Markdown | README.md | beverlytan/github-tutorial-materials | 5a9c54079ade083fc021142533b29e4f9c3d9c96 | [
"MIT"
] | null | null | null | README.md | beverlytan/github-tutorial-materials | 5a9c54079ade083fc021142533b29e4f9c3d9c96 | [
"MIT"
] | null | null | null | README.md | beverlytan/github-tutorial-materials | 5a9c54079ade083fc021142533b29e4f9c3d9c96 | [
"MIT"
] | null | null | null | ## Tutorial: Creating a Github repository with clear project folder structure
This repository contains the [soils dataset](soils-raw.csv) required to complete Beverly's tutorial on Github repositories and project folder structures, that can be accessed here: https://eddatascienceees.github.io/tutorial-assignment-bever... | 67 | 248 | 0.804104 | eng_Latn | 0.982933 |
b0f60d1fc9491a42a322b3e45e3b837ee1f1d9a5 | 4,847 | md | Markdown | docs/framework/network-programming/using-client-sockets.md | Athosone/docs.fr-fr | 83c2fd74def907edf5da4a31fee2d08133851d2f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/framework/network-programming/using-client-sockets.md | Athosone/docs.fr-fr | 83c2fd74def907edf5da4a31fee2d08133851d2f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/framework/network-programming/using-client-sockets.md | Athosone/docs.fr-fr | 83c2fd74def907edf5da4a31fee2d08133851d2f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Utilisation de sockets clients
ms.date: 03/30/2017
dev_langs:
- csharp
- vb
helpviewer_keywords:
- application protocols, sockets
- sending data, sockets
- data requests, sockets
- requesting data from Internet, sockets
- receiving data, sockets
- Socket class, client sockets
- protocols, sockets
- Internet,... | 56.360465 | 705 | 0.755313 | fra_Latn | 0.873526 |
b0f6e13048386c174bd412660c9e047748b9e458 | 5,132 | md | Markdown | README.md | criblio/aws-quickstart-cribl-appscope | ac9d03f2d004897beb6c1933c99816389fa33adb | [
"Apache-2.0"
] | null | null | null | README.md | criblio/aws-quickstart-cribl-appscope | ac9d03f2d004897beb6c1933c99816389fa33adb | [
"Apache-2.0"
] | null | null | null | README.md | criblio/aws-quickstart-cribl-appscope | ac9d03f2d004897beb6c1933c99816389fa33adb | [
"Apache-2.0"
] | null | null | null | # Cribl AppScope on Amazon
> This Quick Start guide was created by [Cribl](https://cribl.io) to help the deployment of Cribl [AppScope](https://appscope.dev) in your AWS environment. You can easily deploy the AppScope Lambda function layer in your AWS environment.
## Overview
Cribl has created a lambda layer that is ... | 47.518519 | 404 | 0.775721 | eng_Latn | 0.865323 |
b0f7407b07c6970cb5ea33fb972a99e99315487a | 332 | md | Markdown | _posts/2018-03-10-more-indians-are.md | kerim/microblog | 2cb15ff842a6dfff2319ff29b622816d4a574229 | [
"MIT"
] | null | null | null | _posts/2018-03-10-more-indians-are.md | kerim/microblog | 2cb15ff842a6dfff2319ff29b622816d4a574229 | [
"MIT"
] | null | null | null | _posts/2018-03-10-more-indians-are.md | kerim/microblog | 2cb15ff842a6dfff2319ff29b622816d4a574229 | [
"MIT"
] | null | null | null | ---
layout: post
microblog: true
audio:
photo:
date: 2018-03-11 00:46:30 +0800
guid: http://kerim.micro.blog/2018/03/10/more-indians-are.html
---
[More Indians are being diagnosed with lung cancer, and it’s not because they’re smoking](https://theprint.in/policy/has-pollution-caused-a-spike-in-lung-cancer-cases-in-in... | 33.2 | 183 | 0.746988 | eng_Latn | 0.496779 |
b0f7b4893d845345f365732ce62707ecae8841f7 | 1,426 | md | Markdown | _posts/2016-09-01-thursday.md | rgsoc-jam/rgsoc-jam.github.io | 3de83f8e9c5072f2ec37f63ed9f5313e48924ea7 | [
"MIT"
] | 2 | 2016-07-28T19:42:37.000Z | 2017-03-05T23:21:06.000Z | _posts/2016-09-01-thursday.md | rgsoc-jam/rgsoc-jam.github.io | 3de83f8e9c5072f2ec37f63ed9f5313e48924ea7 | [
"MIT"
] | null | null | null | _posts/2016-09-01-thursday.md | rgsoc-jam/rgsoc-jam.github.io | 3de83f8e9c5072f2ec37f63ed9f5313e48924ea7 | [
"MIT"
] | null | null | null | ---
layout: post
title: "Day 43: Living off the spec"
date: 2016-09-01
categories: [log]
comments: false
tags: [log, servo]
authors: Jeena and Malisa
---
## Things we did:
- We spent some time looking into how Firefox and Chrome implement Headers . Interestingly, they don't return combined-values when you "get" or ... | 36.564103 | 189 | 0.729313 | eng_Latn | 0.989572 |
b0f8a7dc866f43d848cc2d770cc4ea5087816809 | 118 | md | Markdown | README.md | thenickben/SplitCSV-Spark | 519f256e3c80ace50fa0886d4e7bff9422428c66 | [
"MIT"
] | 2 | 2018-11-03T05:12:50.000Z | 2019-06-01T13:29:44.000Z | README.md | thenickben/SplitCSV-Spark | 519f256e3c80ace50fa0886d4e7bff9422428c66 | [
"MIT"
] | null | null | null | README.md | thenickben/SplitCSV-Spark | 519f256e3c80ace50fa0886d4e7bff9422428c66 | [
"MIT"
] | null | null | null | # SplitCSV-Spark
Big Data- Spark Scala - Split a large CSV file into N smaller ones and save them into the local disk
| 39.333333 | 100 | 0.771186 | eng_Latn | 0.948344 |
b0f95440df654038cbbd1ebaf342cce442d41a9c | 406 | md | Markdown | README.md | martibayoalemany/cpp14-basics | 3d4c77d2789161ec4f3a3c988148fc18e6a341d1 | [
"MIT"
] | null | null | null | README.md | martibayoalemany/cpp14-basics | 3d4c77d2789161ec4f3a3c988148fc18e6a341d1 | [
"MIT"
] | null | null | null | README.md | martibayoalemany/cpp14-basics | 3d4c77d2789161ec4f3a3c988148fc18e6a341d1 | [
"MIT"
] | null | null | null | # C++ 14 Basics
[](https://stackshare.io/graphai/graphai)
### Overview
- Multithreading, pointers, signals, lambdas (cpp/Utils.cpp)
- Exception handling (cpp/Tables/Table.cpp)
- Stl, iterators, timing, [algorithms](http://en.cppreference.com... | 40.6 | 117 | 0.738916 | kor_Hang | 0.320286 |
b0f9fcda6054f9c297539a9216818d568df57750 | 1,182 | md | Markdown | catalog/girl-friends/en-US_girl-friends.md | htron-dev/baka-db | cb6e907a5c53113275da271631698cd3b35c9589 | [
"MIT"
] | 3 | 2021-08-12T20:02:29.000Z | 2021-09-05T05:03:32.000Z | catalog/girl-friends/en-US_girl-friends.md | zzhenryquezz/baka-db | da8f54a87191a53a7fca54b0775b3c00f99d2531 | [
"MIT"
] | 8 | 2021-07-20T00:44:48.000Z | 2021-09-22T18:44:04.000Z | catalog/girl-friends/en-US_girl-friends.md | zzhenryquezz/baka-db | da8f54a87191a53a7fca54b0775b3c00f99d2531 | [
"MIT"
] | 2 | 2021-07-19T01:38:25.000Z | 2021-07-29T08:10:29.000Z | # Girl Friends

- **type**: manga
- **volumes**: 5
- **chapters**: 35
- **original-name**: GIRL FRIENDS
- **start-date**: 2006-10-21
- **end-date**: 2006-10-21
## Tags
- school
- shoujo-ai
- seinen
## Authors
- Morinaga
- ... | 34.764706 | 522 | 0.733503 | eng_Latn | 0.990311 |
b0fa25d088962af43528c69cfc6b75dc2f595f95 | 978 | md | Markdown | website/content/cryptocurrency/onchain/tv/_index.md | Aerex/GamestonkTerminal | 680e0cd278f0d8e45031cdc9d51f247e9aa90ce1 | [
"MIT"
] | 3 | 2021-02-28T09:54:47.000Z | 2021-03-11T17:42:35.000Z | website/content/cryptocurrency/onchain/tv/_index.md | Aerex/GamestonkTerminal | 680e0cd278f0d8e45031cdc9d51f247e9aa90ce1 | [
"MIT"
] | null | null | null | website/content/cryptocurrency/onchain/tv/_index.md | Aerex/GamestonkTerminal | 680e0cd278f0d8e45031cdc9d51f247e9aa90ce1 | [
"MIT"
] | 1 | 2021-11-20T16:09:48.000Z | 2021-11-20T16:09:48.000Z | ```
usage: volt [-c COIN] [-vs {ETH,USD,BTC,USDT}] [-t TOP]
[-s {exchange,coin,tradeAmount,trades}] [--descend] [-h]
[--export {csv,json,xlsx}]
```
Display token volume on different Decentralized Exchanges [Source: https://graphql.bitquery.io/]
```
optional arguments:
-c COIN, --coin COIN E... | 40.75 | 96 | 0.588957 | eng_Latn | 0.50185 |
b0fa9fbe6d52d5e64ed8b6486b461c2bf460e5be | 7,258 | md | Markdown | Office365-ServiceDescriptions/office-applications-service-description/office-applications.md | isabella232/OfficeDocs-O365ServiceDescriptions-pr.fr-FR | 94b38a8699be453c3db4adfe95543523364f4e9a | [
"CC-BY-4.0",
"MIT"
] | 5 | 2018-11-05T10:00:25.000Z | 2022-02-21T00:01:02.000Z | Office365-ServiceDescriptions/office-applications-service-description/office-applications.md | MicrosoftDocs/OfficeDocs-O365ServiceDescriptions-pr.fr-FR | 81653c4db806652e5f66f741a76abe7c2364cf58 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2022-01-26T05:03:24.000Z | 2022-01-26T05:03:48.000Z | Office365-ServiceDescriptions/office-applications-service-description/office-applications.md | isabella232/OfficeDocs-O365ServiceDescriptions-pr.fr-FR | 94b38a8699be453c3db4adfe95543523364f4e9a | [
"CC-BY-4.0",
"MIT"
] | 2 | 2019-10-11T20:04:45.000Z | 2021-10-09T11:29:15.000Z | ---
title: Applications Office
ms.author: office365servicedesc
author: pamelaar
manager: gailw
audience: ITPro
ms.topic: reference
f1_keywords:
- office-365-proplus-office-applications-service-description
ms.service: o365-administration
ms.localizationpriority: medium
ms.custom: Adm_ServiceDesc
ms.assetid: 142d5d73-fac... | 81.550562 | 497 | 0.805732 | fra_Latn | 0.876184 |
b0faf3483f994fd223b8bb18f575a461c8623219 | 5,376 | md | Markdown | articles/cost-management-billing/cloudyn/connect-google-account.md | julianosaless/azure-docs.pt-br | 461791547c9cc2b4df751bb3ed881ce57796f1e4 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/cost-management-billing/cloudyn/connect-google-account.md | julianosaless/azure-docs.pt-br | 461791547c9cc2b4df751bb3ed881ce57796f1e4 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/cost-management-billing/cloudyn/connect-google-account.md | julianosaless/azure-docs.pt-br | 461791547c9cc2b4df751bb3ed881ce57796f1e4 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Conecte uma conta do Google Cloud Platform ao Cloudyn no Azure
description: Conecte uma conta do Google Cloud Platform para visualizar dados de custo e uso nos relatórios do Cloudyn.
author: bandersmsft
ms.author: banders
ms.date: 03/12/2020
ms.topic: conceptual
ms.service: cost-management-billing
ms.reviewe... | 68.050633 | 314 | 0.771763 | por_Latn | 0.997075 |
b0faf5b3bfeba6160344f2b70e22b7cf88da5ddf | 3,012 | md | Markdown | docs/msbuild/unzip-task.md | drigovz/visualstudio-docs.pt-br | 7a1b53ff3dd5c3151e9c8b855599edf499df9d95 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/msbuild/unzip-task.md | drigovz/visualstudio-docs.pt-br | 7a1b53ff3dd5c3151e9c8b855599edf499df9d95 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/msbuild/unzip-task.md | drigovz/visualstudio-docs.pt-br | 7a1b53ff3dd5c3151e9c8b855599edf499df9d95 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Tarefa de descompactação | Microsoft Docs
description: Saiba mais sobre os parâmetros e o uso da tarefa de descompactação do MSBuild, que descompacta um arquivo. zip para um local especificado.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.reviewer: ''
ms.suite: ''
ms.tgt_pltfrm: ''
ms.topic: reference
f1_ke... | 38.615385 | 324 | 0.745684 | por_Latn | 0.935632 |
b0fb47ceb1ee63f9d21e512ecc44eb2cc81c1720 | 23,572 | md | Markdown | book/kernel/sched.md | ragerdl/dtrace-stap-book | 92f30d688f4caec1c17e702ec1e886687a0111f1 | [
"CC-BY-3.0"
] | 139 | 2015-09-09T08:16:33.000Z | 2022-02-11T17:03:23.000Z | book/kernel/sched.md | ragerdl/dtrace-stap-book | 92f30d688f4caec1c17e702ec1e886687a0111f1 | [
"CC-BY-3.0"
] | 8 | 2015-10-12T20:52:57.000Z | 2017-09-15T17:14:53.000Z | book/kernel/sched.md | ragerdl/dtrace-stap-book | 92f30d688f4caec1c17e702ec1e886687a0111f1 | [
"CC-BY-3.0"
] | 35 | 2015-10-10T10:39:51.000Z | 2022-01-11T04:46:19.000Z | ### [__index__:scheduler] Process scheduler
!!! DEF
Process _scheduler_ is a key component of modern multitasking operating systems which distributes processor time between several tasks. Because time periods allocated to programs is relatively small to be noticed by human (milliseconds), that creates an illusion of p... | 79.100671 | 866 | 0.743637 | eng_Latn | 0.992897 |
b0fb73a15212c35fda4282adb5da278af4fe22de | 4,091 | md | Markdown | 108/0695-486e105c01000cmz-081.md | stockServ/chzhshch-108-plus | d2a87d5bd9c84baac2918edca668b9f82a20be52 | [
"MIT"
] | 2 | 2022-02-15T08:53:57.000Z | 2022-03-09T09:54:11.000Z | 108/0695-486e105c01000cmz-081.md | hitrading/chzhshch-108-plus | 9fc232960e7fe116b95a9d36f9b336c2d9e49d42 | [
"MIT"
] | null | null | null | 108/0695-486e105c01000cmz-081.md | hitrading/chzhshch-108-plus | 9fc232960e7fe116b95a9d36f9b336c2d9e49d42 | [
"MIT"
] | 10 | 2021-12-13T13:32:30.000Z | 2022-03-19T03:49:31.000Z | # 0695 - 教你炒股票81:图例、更正及分型、走势类型的哲学本质
日期:(2007-09-17 22:57:16) 分类:[时政经济(缠中说禅经济学)]
请首先看一个回帖:
图一:
```
5 7
---------------------------------------/-
----------------/\--------------------/--
---------------/--\----/\------/\----/---
--------------/----\--/--\----/--\--/----
------------... | 30.759398 | 247 | 0.624542 | zho_Hans | 0.351434 |
b0fb7ec76083afaae393535b103e1396a7be7967 | 4,263 | md | Markdown | _wiki/mothur_v.1.25.0.md | florian-gschwend/mothur.github.io | aaa1bc4382070d1f2233961e0da808b94e8f902d | [
"CC-BY-4.0"
] | 14 | 2020-03-12T12:11:00.000Z | 2021-07-13T21:39:20.000Z | _wiki/mothur_v.1.25.0.md | florian-gschwend/mothur.github.io | aaa1bc4382070d1f2233961e0da808b94e8f902d | [
"CC-BY-4.0"
] | 69 | 2020-03-20T15:01:52.000Z | 2022-03-31T18:43:11.000Z | _wiki/mothur_v.1.25.0.md | florian-gschwend/mothur.github.io | aaa1bc4382070d1f2233961e0da808b94e8f902d | [
"CC-BY-4.0"
] | 17 | 2020-03-24T13:43:34.000Z | 2022-01-06T20:34:49.000Z | ---
title: 'mothur v.1.25.0'
redirect_from: '/wiki/Mothur_v.1.25.0.html'
---
We are happy to announce the release of [mothur
v.1.25.0](/wiki/mothur_v.1.25.0) with a number of new commands,
features and bug fixes. First, the most significant new command is
[pcr.seqs](/wiki/pcr.seqs), which will lift out specific regions... | 44.40625 | 73 | 0.735163 | eng_Latn | 0.992799 |
b0fc9604b42f7b3eff41b2a74c923a468777a0e7 | 1,521 | md | Markdown | AlchemyInsights/introduction-to-the-sharepoint-app-bar.md | isabella232/OfficeDocs-AlchemyInsights-pr.fr-FR | b23fe97cbba1674ad1f59978ca5080bb00d217cb | [
"CC-BY-4.0",
"MIT"
] | 1 | 2020-05-19T19:06:33.000Z | 2020-05-19T19:06:33.000Z | AlchemyInsights/introduction-to-the-sharepoint-app-bar.md | isabella232/OfficeDocs-AlchemyInsights-pr.fr-FR | b23fe97cbba1674ad1f59978ca5080bb00d217cb | [
"CC-BY-4.0",
"MIT"
] | 2 | 2022-02-09T06:56:37.000Z | 2022-02-09T06:56:51.000Z | AlchemyInsights/introduction-to-the-sharepoint-app-bar.md | isabella232/OfficeDocs-AlchemyInsights-pr.fr-FR | b23fe97cbba1674ad1f59978ca5080bb00d217cb | [
"CC-BY-4.0",
"MIT"
] | 2 | 2019-10-11T18:36:10.000Z | 2021-10-09T11:34:48.000Z | ---
title: Présentation de la barre SharePoint’application
ms.author: v-jmathew
author: v-jmathew
manager: scotv
audience: Admin
ms.topic: article
ms.service: o365-administration
ROBOTS: NOINDEX, NOFOLLOW
localization_priority: Normal
ms.collection: Adm_O365
ms.custom:
- "9004628"
- "8343"
ms.openlocfilehash: 673d8189e... | 49.064516 | 471 | 0.811966 | fra_Latn | 0.73198 |
b0fcba8a9004affc53b787f192e9d83f52ae33c8 | 8,116 | md | Markdown | entity-framework/core/extensions/index.md | torben-w/EntityFramework.Docs.de-de | 5e820b8913dae135b9cda2c32e519448c89f696f | [
"MIT"
] | null | null | null | entity-framework/core/extensions/index.md | torben-w/EntityFramework.Docs.de-de | 5e820b8913dae135b9cda2c32e519448c89f696f | [
"MIT"
] | null | null | null | entity-framework/core/extensions/index.md | torben-w/EntityFramework.Docs.de-de | 5e820b8913dae135b9cda2c32e519448c89f696f | [
"MIT"
] | null | null | null | ---
title: Tools und Erweiterungen – EF Core
author: ErikEJ
ms.date: 07/03/2018
ms.assetid: 14fffb6c-a687-4881-a094-af4a1359a296
uid: core/extensions/index
ms.openlocfilehash: 1edc7a20f54b2d26f899c93e98dfaf6d62c29f86
ms.sourcegitcommit: 2b787009fd5be5627f1189ee396e708cd130e07b
ms.translationtype: HT
ms.contentlocale: d... | 56.361111 | 496 | 0.816166 | deu_Latn | 0.915617 |
b0fce3b55f5b3399c649f45eb936ab1024511b1c | 3,625 | md | Markdown | source/_posts/front-end/deep-in-alipay-mini-program-1.md | Yaob1990/Blog | a7c6795a5193eb69f72ae6c8767584ab2c8f8d52 | [
"Apache-2.0"
] | null | null | null | source/_posts/front-end/deep-in-alipay-mini-program-1.md | Yaob1990/Blog | a7c6795a5193eb69f72ae6c8767584ab2c8f8d52 | [
"Apache-2.0"
] | 13 | 2020-05-21T21:19:18.000Z | 2021-04-11T09:02:12.000Z | source/_posts/front-end/deep-in-alipay-mini-program-1.md | Yaob1990/Blog | a7c6795a5193eb69f72ae6c8767584ab2c8f8d52 | [
"Apache-2.0"
] | null | null | null | ---
title: 深入理解支付宝小程序 -- web Components、rpx 篇
date: 2021-07-31 21:30:00
categories: 前端
img: ../../coverImages/mini-alipay.jpeg
tags:
- 小程序
---
## web Components
### 微信小程序
调试ide版本:v1.02.1907300
微信小程序 ide 使用 nw.js 开发,我们可以尝试打开它的控制台
```js
document.getElementsByTagName('webview')[0].showDevTools(true,null)
```
 principles.
## 2.0.2 - 2017-01-18
### Fixed
- Return type :string set which is incompatible with <php7
## 2.0.1 - 2017-01-18
### Fixed
- ViewSe... | 15.682927 | 85 | 0.693624 | eng_Latn | 0.947679 |
b0ff315d2652e70dfcc8fa29d50393339965d5c8 | 46 | md | Markdown | _includes/03-links.md | ianlin1102/markdown-portfolio | a1e09a6ee9d521328e332bb3efe5ed00af089cd7 | [
"MIT"
] | null | null | null | _includes/03-links.md | ianlin1102/markdown-portfolio | a1e09a6ee9d521328e332bb3efe5ed00af089cd7 | [
"MIT"
] | 5 | 2021-02-09T07:59:01.000Z | 2021-02-09T22:58:58.000Z | _includes/03-links.md | ianlin1102/markdown-portfolio | a1e09a6ee9d521328e332bb3efe5ed00af089cd7 | [
"MIT"
] | null | null | null | [Ian's GitHub](https://github.com/ianlin1102)
| 23 | 45 | 0.73913 | hun_Latn | 0.115425 |
b0ffaeb4cccdfa82497fbd03ce43805f1061ba87 | 3,392 | md | Markdown | docs/development/testing/fake_server.md | schnepe2/qooxdoo | 446612873b0bbd99b33cdd8de53bdc408250a4c3 | [
"MIT"
] | 402 | 2015-01-04T17:23:44.000Z | 2022-03-24T10:45:59.000Z | docs/development/testing/fake_server.md | schnepe2/qooxdoo | 446612873b0bbd99b33cdd8de53bdc408250a4c3 | [
"MIT"
] | 1,190 | 2015-01-07T14:14:08.000Z | 2022-03-18T12:48:31.000Z | docs/development/testing/fake_server.md | schnepe2/qooxdoo | 446612873b0bbd99b33cdd8de53bdc408250a4c3 | [
"MIT"
] | 257 | 2015-01-07T14:00:36.000Z | 2022-03-03T09:14:19.000Z | # FakeServer
qx.dev.FakeServer provides a simple way to define a mock HTTP server in the
browser. This can be used to test and develop applications that communicate with
an HTTP backend even if the actual service is unavailable. It is based on the
excellent [Sinon.JS](http://sinonjs.org/) mocking library, in particula... | 32.304762 | 80 | 0.703125 | eng_Latn | 0.981338 |
b0ffd39a57d582a0c495ccbb911f3ecc2554428e | 5,401 | md | Markdown | docs/integration-services/data-flow/transformations/data-mining-query-transformation.md | CeciAc/sql-docs.fr-fr | 0488ed00d9a3c5c0a3b1601a143c0a43692ca758 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/integration-services/data-flow/transformations/data-mining-query-transformation.md | CeciAc/sql-docs.fr-fr | 0488ed00d9a3c5c0a3b1601a143c0a43692ca758 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/integration-services/data-flow/transformations/data-mining-query-transformation.md | CeciAc/sql-docs.fr-fr | 0488ed00d9a3c5c0a3b1601a143c0a43692ca758 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2020-03-04T05:50:54.000Z | 2020-03-04T05:50:54.000Z | ---
title: Requête d’exploration de données, transformation | Microsoft Docs
ms.custom: ''
ms.date: 03/04/2017
ms.prod: sql
ms.prod_service: integration-services
ms.reviewer: ''
ms.technology: integration-services
ms.topic: conceptual
f1_keywords:
- sql13.dts.designer.dataminingquerytrans.f1
- sql13.dts.designer.dmquer... | 70.142857 | 642 | 0.777449 | fra_Latn | 0.928974 |