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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9fa2c0f3bc01cb472690d2fb9054621d758c6d02 | 678 | md | Markdown | problems/0861/README.md | luxcgo/go-acwing | a6c41aa95b4f66c7950af3756a564d2af80d9efc | [
"MIT"
] | 1 | 2021-06-10T06:09:59.000Z | 2021-06-10T06:09:59.000Z | problems/0861/README.md | luxcgo/go-acwing | a6c41aa95b4f66c7950af3756a564d2af80d9efc | [
"MIT"
] | null | null | null | problems/0861/README.md | luxcgo/go-acwing | a6c41aa95b4f66c7950af3756a564d2af80d9efc | [
"MIT"
] | null | null | null | ## [861\. 二分图的最大匹配](https://www.acwing.com/problem/content/863/)
### 题目
给定一个二分图,其中左半部包含 $n\_1$ 个点(编号 $1 \\sim n\_1$),右半部包含 $n\_2$ 个点(编号 $1 \\sim n\_2$),二分图共包含 $m$ 条边。
数据保证任意一条边的两个端点都不可能在同一部分中。
请你求出二分图的最大匹配数。
> 二分图的匹配:给定一个二分图 $G$,在 $G$ 的一个子图 $M$ 中,$M$ 的边集 $\\{E\\}$ 中的任意两条边都不依附于同一个顶点,则称 $M$ 是一个匹配。
>
> 二分图的最大匹配:所有匹配中... | 12.792453 | 94 | 0.576696 | yue_Hant | 0.586364 |
9fa2e4b857b38c6065b4fba594ed5e46bbdfb481 | 7,696 | md | Markdown | doc/hu/function/scopes.md | ferhatelmas/JavaScript-Garden | 26bf2c19339457976bed3c622c5b4dbcbacf02c4 | [
"MIT"
] | 1 | 2015-11-08T23:33:38.000Z | 2015-11-08T23:33:38.000Z | doc/hu/function/scopes.md | ferhatelmas/JavaScript-Garden | 26bf2c19339457976bed3c622c5b4dbcbacf02c4 | [
"MIT"
] | null | null | null | doc/hu/function/scopes.md | ferhatelmas/JavaScript-Garden | 26bf2c19339457976bed3c622c5b4dbcbacf02c4 | [
"MIT"
] | 1 | 2018-09-08T04:36:07.000Z | 2018-09-08T04:36:07.000Z | ## Névterek és hatókörök
Habár látszólag a kapcsos zárójelek jelentik a blokkok határait JavaScriptben,
fontos megjegyezni hogy **nincsen** blokk szintű hatókör, csakis *függvény hatókörök*
léteznek.
function test() { // ez egy hatókör
for(var i = 0; i < 10; i++) { // ez meg nem
// utasításo... | 32.888889 | 161 | 0.692957 | hun_Latn | 1.00001 |
9fa2f4f3133ca32779f90492ec12e0e2e6e69a5a | 8,814 | md | Markdown | docs/editors-guide/d-github-pr-workflow.md | JArgasinska/git | 6308d5f05a97152bf5f95dd161c52a115fd2570a | [
"CC-BY-4.0"
] | 126 | 2018-04-03T17:16:43.000Z | 2022-03-28T22:56:48.000Z | docs/editors-guide/d-github-pr-workflow.md | JArgasinska/git | 6308d5f05a97152bf5f95dd161c52a115fd2570a | [
"CC-BY-4.0"
] | 2,609 | 2018-04-03T19:24:32.000Z | 2022-03-31T18:59:03.000Z | docs/editors-guide/d-github-pr-workflow.md | JArgasinska/git | 6308d5f05a97152bf5f95dd161c52a115fd2570a | [
"CC-BY-4.0"
] | 28 | 2018-07-27T14:40:24.000Z | 2022-02-14T22:40:05.000Z | # GitHub Pull Request Workflow
This documentation was adapted from the [Gene Ontology editors guide](http://go-ontology.readthedocs.io/en/latest/DailyWorkflow.html).
_Updated 2019-08-19 by Nicole Vasilevsky_
## Updating the local copy of the ontology with ‘git pull’
1. Navigate to your local directory of mondo: cd ... | 86.411765 | 511 | 0.759587 | eng_Latn | 0.998452 |
9fa348d68396962c096e90dfef5e29d17fba1609 | 558 | md | Markdown | .github/PULL_REQUEST_TEMPLATE.md | davengeo/distributedlog | 083eddb9d5a255e0303255f12cd2d681e49d2f53 | [
"Apache-2.0"
] | 109 | 2017-08-09T09:48:05.000Z | 2022-03-18T08:31:55.000Z | .github/PULL_REQUEST_TEMPLATE.md | davengeo/distributedlog | 083eddb9d5a255e0303255f12cd2d681e49d2f53 | [
"Apache-2.0"
] | 93 | 2017-08-08T23:52:59.000Z | 2019-06-03T03:52:25.000Z | .github/PULL_REQUEST_TEMPLATE.md | davengeo/distributedlog | 083eddb9d5a255e0303255f12cd2d681e49d2f53 | [
"Apache-2.0"
] | 112 | 2017-08-10T08:10:11.000Z | 2022-03-21T08:46:23.000Z | Descriptions of the changes in this PR:
(PR description content here)...
> ---
> Be sure to do all of the following to help us incorporate your contribution
> quickly and easily:
>
> - [ ] Make sure the PR title is formatted like:
> `<Issue-# or DL-#>: Description of pull request`
> `e.g. Issue-123: Descript... | 32.823529 | 95 | 0.648746 | eng_Latn | 0.990835 |
9fa3a1049f938f7c2efb9fe2d41666900e258c29 | 52 | md | Markdown | README.md | Tobbe1974/PoE-Buff-Watcher | 69b077d4d81b0f3c48bb53eb718cdd3289e13188 | [
"MIT"
] | null | null | null | README.md | Tobbe1974/PoE-Buff-Watcher | 69b077d4d81b0f3c48bb53eb718cdd3289e13188 | [
"MIT"
] | 1 | 2021-04-11T17:56:08.000Z | 2021-04-11T17:56:08.000Z | README.md | Tobbe1974/PoE-Buff-Watcher | 69b077d4d81b0f3c48bb53eb718cdd3289e13188 | [
"MIT"
] | null | null | null | # PoE-Buff-Watcher
Watches buffs and debuffs of PoE
| 17.333333 | 32 | 0.788462 | eng_Latn | 0.964553 |
9fa3c1756f222f28b993b8b31d1d88bb23fc2d6e | 99 | md | Markdown | transformations/getText/text/ReduceToPage.md | Edirom/Edirom-Online-Testset | db767f4ef2e8fd40623b530d33cf153f77e09674 | [
"Apache-2.0"
] | null | null | null | transformations/getText/text/ReduceToPage.md | Edirom/Edirom-Online-Testset | db767f4ef2e8fd40623b530d33cf153f77e09674 | [
"Apache-2.0"
] | null | null | null | transformations/getText/text/ReduceToPage.md | Edirom/Edirom-Online-Testset | db767f4ef2e8fd40623b530d33cf153f77e09674 | [
"Apache-2.0"
] | null | null | null | # ReduceToPage.xsl
### Input parameters:
```
<xsl:param name="pb1"/>
<xsl:param name="pb2"/>
```
| 11 | 23 | 0.606061 | yue_Hant | 0.573777 |
9fa408f10c0e05d4e876df440650b4eb17b57b1b | 3,345 | md | Markdown | class-03/class-03-resolved-ivomarsan.md | lpns/be-mean-instagram-mongodb-exercises | 8325049279b4975afbfd1a791ef3760427a95cb6 | [
"CC0-1.0"
] | 131 | 2015-11-12T12:56:04.000Z | 2021-02-01T13:27:59.000Z | class-03/class-03-resolved-ivomarsan.md | lpns/be-mean-instagram-mongodb-exercises | 8325049279b4975afbfd1a791ef3760427a95cb6 | [
"CC0-1.0"
] | 211 | 2015-12-30T18:29:47.000Z | 2017-11-01T00:58:03.000Z | class-03/class-03-resolved-ivomarsan.md | lpns/be-mean-instagram-mongodb-exercises | 8325049279b4975afbfd1a791ef3760427a95cb6 | [
"CC0-1.0"
] | 531 | 2015-11-12T15:54:11.000Z | 2015-12-30T03:07:22.000Z | # MongoDB - Aula 03 - Exercício
autor: Ivomar
## Liste todos Pokemons com a altura **menor que** 0.5;
```
ASUS-K46CB(mongod-3.0.5) be-mean-pokemons> db.pokemons.find({height: {$lt: 0.5}})
{
"_id": ObjectId("56496536cbe279f611d7abe8"),
"name": "Bulbassauro",
"description": "Chicote de trepadeira",
"... | 24.23913 | 115 | 0.596413 | por_Latn | 0.254836 |
9fa4a295f4ba771e9ff63eeade601c0323f81c13 | 70 | md | Markdown | README.md | vimalpsojan/AndroisBaseTemplate | ed56628397a7711c052b47f2abd44affd6105c5b | [
"Apache-2.0"
] | 1 | 2021-02-19T10:22:01.000Z | 2021-02-19T10:22:01.000Z | README.md | vimalpsojan/AndroisBaseTemplate | ed56628397a7711c052b47f2abd44affd6105c5b | [
"Apache-2.0"
] | null | null | null | README.md | vimalpsojan/AndroisBaseTemplate | ed56628397a7711c052b47f2abd44affd6105c5b | [
"Apache-2.0"
] | null | null | null | # AndroisBaseTemplate
Basic Project Setup for Android app MVVM or MVI
| 23.333333 | 47 | 0.828571 | eng_Latn | 0.699935 |
9fa6583ea44616bea21499dedc3b4103aab333ba | 1,987 | md | Markdown | aspnet/entity-framework.md | terrajobst/AspNetDocs.tr-tr | aa7dcec03050423df3c9b4ac6d3dd43f62765357 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | aspnet/entity-framework.md | terrajobst/AspNetDocs.tr-tr | aa7dcec03050423df3c9b4ac6d3dd43f62765357 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | aspnet/entity-framework.md | terrajobst/AspNetDocs.tr-tr | aa7dcec03050423df3c9b4ac6d3dd43f62765357 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2020-11-18T17:52:07.000Z | 2020-11-18T17:52:07.000Z | ---
uid: entity-framework
title: Entity Framework | Microsoft Docs
author: rick-anderson
description: ''
ms.assetid: faa761a9-86b3-4859-b9c0-60d5c5bc5e93
ms.author: riande
ms.date: 03/12/2010
msc.legacyurl: /entity-framework
msc.type: content
ms.openlocfilehash: c6fe7605a7386621bd4a962b3c3b011fb80b11c8
ms.sourcegitcomm... | 62.09375 | 268 | 0.820332 | tur_Latn | 0.986805 |
9fa671ff18ad905d973210e64cbb6480fd7c4aa1 | 218 | md | Markdown | _watches/M20210528_072859_TLP_1.md | Meteoros-Floripa/meteoros.floripa.br | 7d296fb8d630a4e5fec9ab1a3fb6050420fc0dad | [
"MIT"
] | 5 | 2020-01-22T17:44:06.000Z | 2020-01-26T17:57:58.000Z | _watches/M20210528_072859_TLP_1.md | Meteoros-Floripa/site | 764cf471d85a6b498873610e4f3b30efd1fd9fae | [
"MIT"
] | null | null | null | _watches/M20210528_072859_TLP_1.md | Meteoros-Floripa/site | 764cf471d85a6b498873610e4f3b30efd1fd9fae | [
"MIT"
] | 2 | 2020-05-19T17:06:27.000Z | 2020-09-04T00:00:43.000Z | ---
layout: watch
title: TLP1 - 28/05/2021 - M20210528_072859_TLP_1T.jpg
date: 2021-05-28 07:28:59
permalink: /2021/05/28/watch/M20210528_072859_TLP_1
capture: TLP1/2021/202105/20210527/M20210528_072859_TLP_1T.jpg
---
| 27.25 | 62 | 0.784404 | eng_Latn | 0.042779 |
9fa7a0b7b80e2f324a577b65c9627ff94ae31b7e | 4,697 | markdown | Markdown | _posts/2010-10-03-file-download-use-annotation-of-struts2.markdown | yitianhaoaren/henryyan | c7853397a487d266c93c0fb41ef3a4c2f476da9f | [
"MIT"
] | 75 | 2015-01-01T09:24:50.000Z | 2019-05-22T03:04:50.000Z | _posts/2010-10-03-file-download-use-annotation-of-struts2.markdown | yitianhaoaren/henryyan | c7853397a487d266c93c0fb41ef3a4c2f476da9f | [
"MIT"
] | 4 | 2020-02-26T02:00:49.000Z | 2022-02-26T05:36:46.000Z | _posts/2010-10-03-file-download-use-annotation-of-struts2.markdown | yitianhaoaren/henryyan | c7853397a487d266c93c0fb41ef3a4c2f476da9f | [
"MIT"
] | 68 | 2015-01-01T09:25:34.000Z | 2021-12-03T00:59:00.000Z | ---
title: "Struts2 Annotation实现文件下载功能"
wordpress_id: 1172
wordpress_url: http://www.wsria.com/?p=1172
date: 2010-10-03 21:32:49 +08:00
tags:
- Struts2
- 注解
- Annotation
---
<h3>一、达到目标:</h3>
给定任意Web根路径下面的文件<strong>相对路径</strong>下载文件,在任意浏览器下下载文件不出现乱码问题;
<h3>二、开发要点:</h3>
<ul>
<li><strong>Annotation:</s... | 35.854962 | 319 | 0.74686 | yue_Hant | 0.687919 |
9fa7bb5d9d64b0fdafba655e3bf917499dd85224 | 1,142 | md | Markdown | tests/runtime/README.md | guruas3/lime | 34fe382e21d69f2db1b396a994c8f6411d373e4d | [
"MIT"
] | 347 | 2015-01-09T15:28:39.000Z | 2019-11-05T06:25:47.000Z | tests/runtime/README.md | guruas3/lime | 34fe382e21d69f2db1b396a994c8f6411d373e4d | [
"MIT"
] | 859 | 2015-01-01T00:17:33.000Z | 2019-11-02T11:27:24.000Z | tests/runtime/README.md | guruas3/lime | 34fe382e21d69f2db1b396a994c8f6411d373e4d | [
"MIT"
] | 291 | 2015-01-04T21:52:24.000Z | 2019-10-29T05:53:24.000Z | Install
-------
git clone https://github.com/openfl/openfl-validation
haxelib dev openfl-validation openfl-validation
haxelib install munit
Testing
-------------
First, change to the openfl-validation directory:
cd openfl-validation
Next, you can test HTML5 and Flash using munit:
haxelib r... | 29.282051 | 318 | 0.728546 | eng_Latn | 0.994257 |
9fa8141e463ac18cee33d364f2ec5fe26d0e8a4f | 2,885 | md | Markdown | old wordpress install/post/2010/09/2010-09-23-review-duo-noir-sintra-2010.md | eveningoflight/eveningoflight.github.io | 8dae7940d04ed4e802e9b7eca15fbee2363baebf | [
"MIT"
] | null | null | null | old wordpress install/post/2010/09/2010-09-23-review-duo-noir-sintra-2010.md | eveningoflight/eveningoflight.github.io | 8dae7940d04ed4e802e9b7eca15fbee2363baebf | [
"MIT"
] | null | null | null | old wordpress install/post/2010/09/2010-09-23-review-duo-noir-sintra-2010.md | eveningoflight/eveningoflight.github.io | 8dae7940d04ed4e802e9b7eca15fbee2363baebf | [
"MIT"
] | 1 | 2022-01-10T12:29:29.000Z | 2022-01-10T12:29:29.000Z | ---
title: "Review: Duo Noir - Sintra (2010)"
date: "2010-09-23"
categories:
- "album-reviews"
- "reviews"
tags:
- "andrew-king"
- "duo-noir"
- "rudyard-kipling"
- "tony-wakeford"
- "tursa"
coverImage: "cover3.jpg"
---
[](http://www.eveningoflight.nl/wordpress/wp-... | 87.424242 | 541 | 0.742461 | eng_Latn | 0.985004 |
9fa821e93de0a31cbcc608edcc23b63f3a204af0 | 2,625 | md | Markdown | plog/Angel_Kitty的plog第一周.md | gxw1/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 640 | 2019-03-30T11:32:43.000Z | 2022-03-31T14:05:18.000Z | plog/Angel_Kitty的plog第一周.md | yyzVegst/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 6 | 2019-07-22T01:57:24.000Z | 2022-01-20T15:03:16.000Z | plog/Angel_Kitty的plog第一周.md | yyzVegst/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 212 | 2019-04-10T02:31:50.000Z | 2022-03-30T02:32:47.000Z | ## Angel_Kitty的 plog 第一周

今天是2019年3月3日,距离考研初试时间还剩293天,这是我考研正式开始复习的第一周,我决定以这种特殊的方式记录我每周的日常学习生活。既然要每周记录生活,就要给我的生活记录取个名字吧。网上很多up主都喜欢通过拍摄 vlog 这种形式来记录自己的日常,我就突发奇想,能不能在这个词基础上稍微修改一下。于是我就想到了一个非常 nice 的词,自己取一个名叫 plog (Page weblog,plog似乎指代的意思很多,但是大多都是和日志系统有关吧,所以我这个翻译应该不算很偏门吧23333)... | 30.882353 | 324 | 0.829333 | yue_Hant | 0.454796 |
9fa8e8b4c9ceb509819ad95fe292ee3d0a8b83e8 | 183 | md | Markdown | README.md | Buckshot-77/python-discord-bot | ddabfff7273344b987e75b457094384bba801feb | [
"MIT"
] | null | null | null | README.md | Buckshot-77/python-discord-bot | ddabfff7273344b987e75b457094384bba801feb | [
"MIT"
] | null | null | null | README.md | Buckshot-77/python-discord-bot | ddabfff7273344b987e75b457094384bba801feb | [
"MIT"
] | null | null | null | # python-discord-bot
Python bot made in Python to experiment and practice the language.
A settings.env file, with the variable BOT_TOKEN having the access token to the bot account.
| 30.5 | 92 | 0.797814 | eng_Latn | 0.998152 |
9faa16fe1ef0cb3171f96a635016848db5027375 | 1,028 | md | Markdown | Language/Reference/User-Interface-Help/insertlines-method-vba-add-in-object-model.md | HansSchulze/VBA-Docs | 15e4e967e736f5c97f97d1e243e311da0e6f0a95 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | Language/Reference/User-Interface-Help/insertlines-method-vba-add-in-object-model.md | HansSchulze/VBA-Docs | 15e4e967e736f5c97f97d1e243e311da0e6f0a95 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | Language/Reference/User-Interface-Help/insertlines-method-vba-add-in-object-model.md | HansSchulze/VBA-Docs | 15e4e967e736f5c97f97d1e243e311da0e6f0a95 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: InsertLines Method (VBA Add-In Object Model)
keywords: vbob6.chm1098975
f1_keywords:
- vbob6.chm1098975
ms.prod: office
ms.assetid: 6a719fb8-cb52-6a18-c0dc-a8cd09a4814d
ms.date: 06/08/2017
---
# InsertLines Method (VBA Add-In Object Model)
Inserts a line or lines of code at a specified location in a blo... | 30.235294 | 146 | 0.735409 | eng_Latn | 0.812342 |
9faabaa92b1840e4664428b1c1a5213e15f03aa3 | 391 | md | Markdown | _organizations/et/eesti-akadeemiline-orientaalselts.md | JohannaVic/opendata.riik.ee | a8fe2cca095b31a6a80feea6030397218f38829a | [
"MIT"
] | 16 | 2018-11-03T11:01:15.000Z | 2019-06-14T11:01:37.000Z | _organizations/et/eesti-akadeemiline-orientaalselts.md | JohannaVic/opendata.riik.ee | a8fe2cca095b31a6a80feea6030397218f38829a | [
"MIT"
] | 213 | 2018-10-27T12:28:48.000Z | 2019-10-04T09:40:54.000Z | _organizations/et/eesti-akadeemiline-orientaalselts.md | JohannaVic/opendata.riik.ee | a8fe2cca095b31a6a80feea6030397218f38829a | [
"MIT"
] | 42 | 2018-11-22T13:31:22.000Z | 2019-09-28T12:49:19.000Z | ---
title: Eesti Akadeemiline Orientaalselts
title_en: Estonian Oriental Society
maintainer_name:
maintainer_email:
description: 'Eesti Akadeemiline Orientaalselts ühendab Idamaade uurijaid ja orientaliste-loovisikuid. Seltsi eesmärgiks on Idamaade kultuuride tutvustamine ja vahendamine Eestis, mida ta teeb teoks oma l... | 48.875 | 259 | 0.823529 | est_Latn | 0.999936 |
9fab0f5ac71c68fea6be74c81bc1817d404fd354 | 202 | md | Markdown | _schedule/tutorials/2019-09-22-10-30-morning-break.md | kojoidrissa/2019.djangocon.us | accc0b6aa5d2db6b2c6c077c830d546a567e50ad | [
"BSD-3-Clause"
] | 1 | 2019-07-26T04:30:47.000Z | 2019-07-26T04:30:47.000Z | _schedule/tutorials/2019-09-22-10-30-morning-break.md | kojoidrissa/2019.djangocon.us | accc0b6aa5d2db6b2c6c077c830d546a567e50ad | [
"BSD-3-Clause"
] | null | null | null | _schedule/tutorials/2019-09-22-10-30-morning-break.md | kojoidrissa/2019.djangocon.us | accc0b6aa5d2db6b2c6c077c830d546a567e50ad | [
"BSD-3-Clause"
] | 1 | 2019-07-26T04:30:16.000Z | 2019-07-26T04:30:16.000Z | ---
layout: session-details
category: tutorial
permalink:
accepted: true
sitemap: false
title: Morning break
presenters:
difficulty:
date: 2019-09-22 10:30:00 -0500
room: full
---
Rio Vista Pavilion
| 11.882353 | 31 | 0.752475 | eng_Latn | 0.460913 |
9fac27de407caee7ee41ecebb6d8d1f2f097a656 | 6,704 | md | Markdown | sites/mmif/0.1.0/context/index.md | marcverhagen/pages-test | 60d796579cb5750f9f01354d3b02bd049d0a99c1 | [
"Apache-2.0"
] | 2 | 2020-05-29T00:30:27.000Z | 2021-01-17T19:51:09.000Z | sites/mmif/0.1.0/context/index.md | marcverhagen/pages-test | 60d796579cb5750f9f01354d3b02bd049d0a99c1 | [
"Apache-2.0"
] | 130 | 2020-05-28T02:43:17.000Z | 2021-07-11T20:43:57.000Z | sites/mmif/0.1.0/context/index.md | marcverhagen/pages-test | 60d796579cb5750f9f01354d3b02bd049d0a99c1 | [
"Apache-2.0"
] | null | null | null | ---
layout: page
title: MMIF Context Files
subtitle: version 0.1.0
---
JSON-LD context definitions can be used to help expand terms in the MMIF document to full URIs. Rather than using inline context definitions we use context files.
There are two kinds of terms that we want to expand:
1. Context for MMIF Terms. Ter... | 46.234483 | 680 | 0.703311 | eng_Latn | 0.990548 |
9face86ba1913fb585c94d728b3a9b7a1d288e88 | 13,260 | md | Markdown | server-2013/lync-server-2013-topologies-and-components-for-mobility.md | Nealpatil/OfficeDocs-SkypeforBusiness-Test-pr.fr-fr | ffafeec779e64b7e0ffb234faac78364d8e3eedd | [
"CC-BY-4.0",
"MIT"
] | null | null | null | server-2013/lync-server-2013-topologies-and-components-for-mobility.md | Nealpatil/OfficeDocs-SkypeforBusiness-Test-pr.fr-fr | ffafeec779e64b7e0ffb234faac78364d8e3eedd | [
"CC-BY-4.0",
"MIT"
] | null | null | null | server-2013/lync-server-2013-topologies-and-components-for-mobility.md | Nealpatil/OfficeDocs-SkypeforBusiness-Test-pr.fr-fr | ffafeec779e64b7e0ffb234faac78364d8e3eedd | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: 'Lync Server 2013 : Topologies et composants pour la mobilité'
TOCTitle: Topologies et composants pour la mobilité
ms:assetid: be3cae7a-095d-4785-91ba-6fac99eba92a
ms:mtpsurl: https://technet.microsoft.com/fr-fr/library/Hh690037(v=OCS.15)
ms:contentKeyID: 49298687
ms.date: 05/20/2016
mtps_version: v=OCS.15
... | 87.236842 | 1,553 | 0.784691 | fra_Latn | 0.96853 |
9fad1f8a9b99e06b64a375648be61ff34ab67cec | 7,568 | md | Markdown | README.md | ventaur/Ghost-Series-Display | d3c290aa139b4d3163f1e51d832e5189a7fcab48 | [
"ISC"
] | null | null | null | README.md | ventaur/Ghost-Series-Display | d3c290aa139b4d3163f1e51d832e5189a7fcab48 | [
"ISC"
] | 3 | 2022-02-15T05:16:50.000Z | 2022-02-19T08:51:58.000Z | README.md | ventaur/Ghost-Series-Display | d3c290aa139b4d3163f1e51d832e5189a7fcab48 | [
"ISC"
] | null | null | null | # Ghost-Series-Display
Displays posts in a series for the Ghost publishing platform.
## Integration to Your Site
You must have a Content API key for your site first. You will likely need to generate a new
Content API key. TODO: Link to that process. Once your key is ready,
there are a couple options to integrate Ser... | 36.737864 | 106 | 0.627775 | eng_Latn | 0.920408 |
9faf07a17c3b59490097bb645476c07424be6903 | 1,770 | md | Markdown | results/oratory1990/harman_over-ear_2018/Beyerdynamic DT 880 250 Ohm (new earpads)/README.md | liqi1982/AutoEq | 24d82474d92a53ac70b5f20a8ab4ecf71539598f | [
"MIT"
] | 1 | 2019-05-06T03:16:21.000Z | 2019-05-06T03:16:21.000Z | results/oratory1990/harman_over-ear_2018/Beyerdynamic DT 880 250 Ohm (new earpads)/README.md | liqi1982/AutoEq | 24d82474d92a53ac70b5f20a8ab4ecf71539598f | [
"MIT"
] | null | null | null | results/oratory1990/harman_over-ear_2018/Beyerdynamic DT 880 250 Ohm (new earpads)/README.md | liqi1982/AutoEq | 24d82474d92a53ac70b5f20a8ab4ecf71539598f | [
"MIT"
] | null | null | null | # Beyerdynamic DT 880 250 Ohm (new earpads)
See [usage instructions](https://github.com/jaakkopasanen/AutoEq#usage) for more options and info.
### Parametric EQs
In case of using parametric equalizer, apply preamp of **-6.9dB** and build filters manually
with these parameters. The first 5 filters can be used independe... | 44.25 | 219 | 0.581356 | eng_Latn | 0.602138 |
9faf2e1761abdd69ac590eca700ed20219000aa5 | 80 | md | Markdown | README.md | janybravo/SmartCirculationPump | ca96acd257239536056dc4fd50dee5c99f33357c | [
"MIT"
] | null | null | null | README.md | janybravo/SmartCirculationPump | ca96acd257239536056dc4fd50dee5c99f33357c | [
"MIT"
] | null | null | null | README.md | janybravo/SmartCirculationPump | ca96acd257239536056dc4fd50dee5c99f33357c | [
"MIT"
] | null | null | null | # SmartCirculationPump
Smart domestic hot water pump circulation controller IoT
| 26.666667 | 56 | 0.8625 | eng_Latn | 0.850541 |
9faf42430e3808ad26f4075b55ace7808de69674 | 311 | md | Markdown | Sakshi-Kulkarni_ML.md | Ritika-Agrawal811/Open-contributions | 80d541d3976f125a1b25233c3e765cb116557e1b | [
"MIT"
] | 61 | 2020-09-10T05:16:19.000Z | 2021-11-07T00:22:46.000Z | Sakshi-Kulkarni_ML.md | vivek-pratap/Open-contributions | 46011948225cb194e1185507086f33f873a8103b | [
"MIT"
] | 72 | 2020-09-12T09:34:19.000Z | 2021-08-01T17:48:46.000Z | Sakshi-Kulkarni_ML.md | vivek-pratap/Open-contributions | 46011948225cb194e1185507086f33f873a8103b | [
"MIT"
] | 571 | 2020-09-10T01:52:56.000Z | 2022-03-26T17:26:23.000Z | **Deep Learning**\
Backpropagation\
Cost Functions\
ConvNet\
Regularization\
Batch Normalization\
Hyperparameter tuning\
Optimization (adam, RMS, RMSProp)
**NLP**\
GRUs\
LSTM
**Machine Learning**\
Regression\
Decision Trees\
Random Forests\
Clustering\
Support Vector Machines\
Bias-Variance\
Classification
| 13.521739 | 33 | 0.784566 | kor_Hang | 0.323237 |
9faf6e12d681f4c46d361848efe052838c7ab2f4 | 786 | md | Markdown | Behavioral.Strategy/README.md | briang123/DesignPatterns | c83161d7416b358b0c26e496abfe8437f1b79bd2 | [
"MIT"
] | null | null | null | Behavioral.Strategy/README.md | briang123/DesignPatterns | c83161d7416b358b0c26e496abfe8437f1b79bd2 | [
"MIT"
] | null | null | null | Behavioral.Strategy/README.md | briang123/DesignPatterns | c83161d7416b358b0c26e496abfe8437f1b79bd2 | [
"MIT"
] | 1 | 2019-01-29T01:43:11.000Z | 2019-01-29T01:43:11.000Z | # Strategy Pattern
https://www.tutorialspoint.com/design_pattern/strategy_pattern.htm
In Strategy pattern, a class behavior or its algorithm can be changed at run time. This type of design pattern comes under behavior pattern.
In Strategy pattern, we create objects which represent various strategies and a context o... | 60.461538 | 219 | 0.821883 | eng_Latn | 0.993904 |
9faf8f393b6f3648128325e86d68ed02b123d7d8 | 3,917 | md | Markdown | WindowsServerDocs/administration/windows-commands/regini.md | Bakhajev/windowsserverdocs.de-de | 44d068abe9a72c58dfee81d78c75071eb70594e7 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | WindowsServerDocs/administration/windows-commands/regini.md | Bakhajev/windowsserverdocs.de-de | 44d068abe9a72c58dfee81d78c75071eb70594e7 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | WindowsServerDocs/administration/windows-commands/regini.md | Bakhajev/windowsserverdocs.de-de | 44d068abe9a72c58dfee81d78c75071eb70594e7 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: regini
description: Erfahren Sie, wie Sie die Registrierung über die Eingabeaufforderung oder mithilfe eines Skripts ändern.
ms.custom: na
ms.prod: windows-server
ms.reviewer: na
ms.suite: na
ms.technology: manage-windows-commands
ms.tgt_pltfrm: na
ms.topic: article
ms.assetid: 5ff18dc3-5bd8-400a-b311-fd73a3... | 69.946429 | 380 | 0.791422 | deu_Latn | 0.994097 |
9fb05a60d66f46eb60fa66a4b06a2c56c5edd436 | 615 | md | Markdown | docs/api-reference/classes/NSForeignSystemAgent/GetApplicationKeys.md | stianol/crmscript | be1ad4f3a967aee2974e9dc7217255565980331e | [
"MIT"
] | null | null | null | docs/api-reference/classes/NSForeignSystemAgent/GetApplicationKeys.md | stianol/crmscript | be1ad4f3a967aee2974e9dc7217255565980331e | [
"MIT"
] | null | null | null | docs/api-reference/classes/NSForeignSystemAgent/GetApplicationKeys.md | stianol/crmscript | be1ad4f3a967aee2974e9dc7217255565980331e | [
"MIT"
] | null | null | null | ---
uid: crmscript_ref_NSForeignSystemAgent_GetApplicationKeys
title: NSForeignKey[] GetApplicationKeys(String applicationName)
intellisense: NSForeignSystemAgent.GetApplicationKeys
keywords: NSForeignSystemAgent, GetApplicationKeys
so.topic: reference
---
# NSForeignKey[] GetApplicationKeys(String applicationName)
R... | 25.625 | 64 | 0.817886 | yue_Hant | 0.342895 |
9fb0b2452d9c329950c72baa82ce538c33264c56 | 1,835 | md | Markdown | src/chapters/index.md | mathlimma/mini-projeto-testes-IN0980-IF811- | 36815a7b0bf2cb036195d080a91e9578ee4ef8d6 | [
"CC0-1.0"
] | null | null | null | src/chapters/index.md | mathlimma/mini-projeto-testes-IN0980-IF811- | 36815a7b0bf2cb036195d080a91e9578ee4ef8d6 | [
"CC0-1.0"
] | null | null | null | src/chapters/index.md | mathlimma/mini-projeto-testes-IN0980-IF811- | 36815a7b0bf2cb036195d080a91e9578ee4ef8d6 | [
"CC0-1.0"
] | null | null | null | # Capitulo 1
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolo... | 83.409091 | 334 | 0.817439 | kor_Hang | 0.183975 |
9fb1e42d1a12b34b66236fd092a61d5ac3dbe0fa | 726 | md | Markdown | docs/csharp/misc/cs1592.md | rscprof/docs.ru-ru | 9c2a47b4b444efb88ed2c2d943b09721415d5ed0 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/csharp/misc/cs1592.md | rscprof/docs.ru-ru | 9c2a47b4b444efb88ed2c2d943b09721415d5ed0 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/csharp/misc/cs1592.md | rscprof/docs.ru-ru | 9c2a47b4b444efb88ed2c2d943b09721415d5ed0 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Предупреждение компилятора (уровень 1) CS1592
ms.date: 07/20/2015
f1_keywords:
- CS1592
helpviewer_keywords:
- CS1592
ms.assetid: 0a6bd30b-b5f2-424b-9683-568d32f3fb17
ms.openlocfilehash: 2485c44dcb513ae6d08e778c933e74b15ed1f807
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translat... | 36.3 | 148 | 0.774105 | rus_Cyrl | 0.205482 |
9fb1ec3d8018b5a36e53dd1f10be6cfad6807f7b | 1,035 | md | Markdown | etc/dockerfiles/stack-build/README.md | v0d1ch/stack | 6a8f98562149fa47aeee6ca5553aa4ff0d08ae52 | [
"BSD-3-Clause"
] | 1 | 2020-11-03T15:43:53.000Z | 2020-11-03T15:43:53.000Z | etc/dockerfiles/stack-build/README.md | v0d1ch/stack | 6a8f98562149fa47aeee6ca5553aa4ff0d08ae52 | [
"BSD-3-Clause"
] | null | null | null | etc/dockerfiles/stack-build/README.md | v0d1ch/stack | 6a8f98562149fa47aeee6ca5553aa4ff0d08ae52 | [
"BSD-3-Clause"
] | 1 | 2021-02-05T06:51:26.000Z | 2021-02-05T06:51:26.000Z | dockerfiles/stack-build
=======================
Build [fpco/stack-build](https://hub.docker.com/r/fpco/stack-build/) Docker
images. This script and its Dockerfiles are used for building images for LTS >=
8.0.
Usage
-----
./build.sh [--push] [--dry-run] [--small] lts-X.Y|lts-X|lts]"
Options
-------
`--help`: sh... | 27.972973 | 79 | 0.709179 | eng_Latn | 0.995577 |
9fb24323b38e463c3c38f4cb28ee02bfdb74a8f9 | 1,805 | md | Markdown | docs/designers/descendants-xelement-dynamic-property.md | NumberEndymion4/visualstudio-docs.ru-ru | 178ab6a8d0f0bf5ceee29013e1d29beddd94cda8 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2020-02-08T09:33:43.000Z | 2021-07-19T09:15:36.000Z | docs/designers/descendants-xelement-dynamic-property.md | aveBHS/visualstudio-docs.ru-ru | cebd471ae04a58e4b831730916c8a8d0c60ffd2b | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/designers/descendants-xelement-dynamic-property.md | aveBHS/visualstudio-docs.ru-ru | cebd471ae04a58e4b831730916c8a8d0c60ffd2b | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Descendants (динамическое свойство XElement)
ms.date: 11/04/2016
ms.prod: visual-studio-dev15
ms.technology: vs-ide-designers
ms.topic: reference
ms.assetid: 9611d00f-23bf-444b-ab0c-f30701bfc13d
author: gewarren
ms.author: gewarren
manager: douge
ms.workload:
- multiple
ms.openlocfilehash: 7c1b0aa... | 41.022727 | 272 | 0.799446 | rus_Cyrl | 0.483316 |
9fb2a62561708fa6144caf475d5894c3bd689d7b | 58 | md | Markdown | pages/members/search.md | ericrasmussen/lugod.org | d765cb94aa2f8829110f45ca0064a39ab7ac3a27 | [
"CC-BY-3.0"
] | null | null | null | pages/members/search.md | ericrasmussen/lugod.org | d765cb94aa2f8829110f45ca0064a39ab7ac3a27 | [
"CC-BY-3.0"
] | null | null | null | pages/members/search.md | ericrasmussen/lugod.org | d765cb94aa2f8829110f45ca0064a39ab7ac3a27 | [
"CC-BY-3.0"
] | null | null | null | ---
layout: page
title: Member Search
---
# Memebr Search | 9.666667 | 20 | 0.672414 | eng_Latn | 0.865947 |
9fb3b4ce800291cd56557bf89b93fc485675f06f | 30 | md | Markdown | README.md | tomasz-herman/GothicSoundboard | 2c17ee5e383c88059027c6b527fb1f0c8549cec6 | [
"MIT"
] | null | null | null | README.md | tomasz-herman/GothicSoundboard | 2c17ee5e383c88059027c6b527fb1f0c8549cec6 | [
"MIT"
] | null | null | null | README.md | tomasz-herman/GothicSoundboard | 2c17ee5e383c88059027c6b527fb1f0c8549cec6 | [
"MIT"
] | null | null | null | # Gothic Soundboard - Android
| 15 | 29 | 0.766667 | kor_Hang | 0.599812 |
9fb684e1b352c982c2dff436f8d6da713e48571b | 10,124 | md | Markdown | _posts/2011-06-14-the-origins-of-anonymous-part-ii.md | bibanon/yotsubasociety | 191ce3f4f1a37cab625cf7f68a1e3924a6306efb | [
"MIT"
] | 3 | 2016-05-08T06:54:34.000Z | 2018-05-07T13:25:59.000Z | _posts/2011-06-14-the-origins-of-anonymous-part-ii.md | bibanon/yotsubasociety | 191ce3f4f1a37cab625cf7f68a1e3924a6306efb | [
"MIT"
] | 1 | 2016-05-08T11:58:03.000Z | 2016-05-08T11:58:03.000Z | _posts/2011-06-14-the-origins-of-anonymous-part-ii.md | bibanon/yotsubasociety | 191ce3f4f1a37cab625cf7f68a1e3924a6306efb | [
"MIT"
] | 3 | 2016-05-08T07:15:59.000Z | 2020-12-09T10:58:40.000Z | ---
layout: post
title: The Origins of Anonymous Part II
permalink: /originsofanon_ptii/
redirect_from: /node/18/
created: 1308067801
---
<b>Jkidnote: This the first time using a setting where beyond basic stuff, you need to learn html. I'm still going along with learning html as I go. So instead of spending hou... | 155.753846 | 752 | 0.777262 | eng_Latn | 0.999706 |
9fb68834d794114311c12b6033e118f772093272 | 3,480 | md | Markdown | README.md | hive-engine/hive-engine-dex | 096b2143eeffded111614dc2e1093b9060211a35 | [
"MIT"
] | 2 | 2020-06-04T02:11:43.000Z | 2021-10-05T14:13:11.000Z | README.md | hive-engine/hive-engine-dex | 096b2143eeffded111614dc2e1093b9060211a35 | [
"MIT"
] | 5 | 2020-05-28T02:48:27.000Z | 2021-03-10T19:41:35.000Z | README.md | hive-engine/hive-engine-dex | 096b2143eeffded111614dc2e1093b9060211a35 | [
"MIT"
] | 4 | 2020-04-15T20:48:50.000Z | 2021-12-27T14:11:46.000Z | # Tribaldex


The codebase for Tribaldex.
## Installation / Setup
To run locally, you will need to install Node.js. The easiest way to install Node.js is v... | 42.962963 | 268 | 0.776724 | eng_Latn | 0.997036 |
9fb963cf9bffbaa8070433d13010fa4f09b7de65 | 9,666 | md | Markdown | course_note/概率论与数理统计.md | hehelego/WhyNotMarkdown | 21a8cdb5f11de893ec8be31dd1a2d4b0eb782134 | [
"CC0-1.0"
] | 4 | 2020-02-21T08:39:12.000Z | 2021-08-23T08:19:12.000Z | course_note/概率论与数理统计.md | hehelego/WhyNotMarkdown | 21a8cdb5f11de893ec8be31dd1a2d4b0eb782134 | [
"CC0-1.0"
] | null | null | null | course_note/概率论与数理统计.md | hehelego/WhyNotMarkdown | 21a8cdb5f11de893ec8be31dd1a2d4b0eb782134 | [
"CC0-1.0"
] | 4 | 2020-08-03T12:18:54.000Z | 2020-10-10T00:18:18.000Z | # 概率论与数理统计 note
> textbook: Introduction to Probability
> Joseph K. Blitzstein, Jessica Hwang
[TOC]
## ch0 introduction
## ch1 probability and counting
### birthday problem
$$
\begin{aligned}
p_{k,n}
&=\prod_{i=0}^{k-1}\frac{n-i}{n}
=\prod_{i=0}^{k-1}\left(1 - \frac{i}{n} \right)\\
e^x &\approx x+1\quad (|x|\to 0... | 26.482192 | 348 | 0.615974 | eng_Latn | 0.684307 |
9fb97540ed312e5baeb1611d63fb963de4679d9c | 7,148 | md | Markdown | adding-a-new-user-transformation-in-rudderstack/api-access-token.md | zerni/rudderstack-docs | b4ce201197b5d9b8c1f20380ac22316b722d21d2 | [
"MIT"
] | null | null | null | adding-a-new-user-transformation-in-rudderstack/api-access-token.md | zerni/rudderstack-docs | b4ce201197b5d9b8c1f20380ac22316b722d21d2 | [
"MIT"
] | null | null | null | adding-a-new-user-transformation-in-rudderstack/api-access-token.md | zerni/rudderstack-docs | b4ce201197b5d9b8c1f20380ac22316b722d21d2 | [
"MIT"
] | null | null | null | ---
description: >-
Detailed description on managing your access token required to use the
RudderStack Transformation API.
---
# Access Token
To consume the RudderStack Transformation API you need access to it. This guide details the steps required to generate an access token and the operations associated with it... | 29.295082 | 261 | 0.697957 | eng_Latn | 0.728817 |
9fb9a3cb9c406e55481e2cc4f813a6cad12074c8 | 4,524 | md | Markdown | README.md | WebDashAppDotIo/Toolchain | 81647b995b022c1f7c4ecaab9ac9b088f383f47a | [
"MIT"
] | 2 | 2015-09-11T15:27:06.000Z | 2015-12-26T14:44:10.000Z | README.md | WebDashAppDotIo/Toolchain | 81647b995b022c1f7c4ecaab9ac9b088f383f47a | [
"MIT"
] | null | null | null | README.md | WebDashAppDotIo/Toolchain | 81647b995b022c1f7c4ecaab9ac9b088f383f47a | [
"MIT"
] | null | null | null | # Toolchain
Toolchain, builders, APIs, generators, 3rd-party services, etc.
## Discusing the Idea
### Modeling
- [Draw.io](https://www.draw.io/)
- [yUml.me](http://yuml.me/)
### Wireframing
- [Wireframe.cc](https://wireframe.cc)
### Paperboards
- [awwapp.com](https://awwapp.com/)
### Prototyping
(is better t... | 26.302326 | 137 | 0.715296 | yue_Hant | 0.388727 |
9fba925294a3b8de9258f9a461971be0152a7089 | 89 | md | Markdown | README.md | hansoninc/STEM-in-the-Park | 48d5c8e196b6770687d04313b5250aeb19c786a3 | [
"MIT"
] | null | null | null | README.md | hansoninc/STEM-in-the-Park | 48d5c8e196b6770687d04313b5250aeb19c786a3 | [
"MIT"
] | null | null | null | README.md | hansoninc/STEM-in-the-Park | 48d5c8e196b6770687d04313b5250aeb19c786a3 | [
"MIT"
] | null | null | null | # STEM-in-the-Park
Mac OS X and iPad apps supporting STEM in the Park 2015 held at BGSU.
| 29.666667 | 69 | 0.752809 | eng_Latn | 0.946692 |
9fba9cef296feb3efdbc2804246b1b0f81677c43 | 34 | md | Markdown | README.md | a4110494/CropPhotoImage | 2b10ed8ee613668937d31ae47e3058d0756492d5 | [
"MIT"
] | null | null | null | README.md | a4110494/CropPhotoImage | 2b10ed8ee613668937d31ae47e3058d0756492d5 | [
"MIT"
] | null | null | null | README.md | a4110494/CropPhotoImage | 2b10ed8ee613668937d31ae47e3058d0756492d5 | [
"MIT"
] | null | null | null | # CropPhotoImage
编辑相册里的图片,并覆盖圆形遮罩
| 11.333333 | 16 | 0.852941 | vie_Latn | 0.130563 |
9fbaa99e36fe75816848a581fdd2ad250743911a | 1,019 | md | Markdown | pages/casestudy/casestudy_004_mike.md | ella0619/document | d6382222267fa0d73426bdc18626ffb8b712e81a | [
"MIT",
"BSD-3-Clause"
] | 4 | 2017-11-11T08:46:42.000Z | 2020-07-06T12:31:38.000Z | pages/casestudy/casestudy_004_mike.md | ella0619/document | d6382222267fa0d73426bdc18626ffb8b712e81a | [
"MIT",
"BSD-3-Clause"
] | 6 | 2020-01-31T03:28:40.000Z | 2022-02-26T03:31:54.000Z | pages/casestudy/casestudy_004_mike.md | ella0619/document | d6382222267fa0d73426bdc18626ffb8b712e81a | [
"MIT",
"BSD-3-Clause"
] | 28 | 2017-10-17T05:42:29.000Z | 2021-10-19T02:40:58.000Z | ---
title: 친절한 마이크
tags: [blog, case, study, case-study]
keywords: case-study
summary: 단비AI에서 싹튼 챗봇에 대한 이야기를 공유합니다.
sidebar: blog_sidebar
permalink: casestudy_004_mike.html
folder: blog
---
## 단비Ai의 시스템 모니터링을 해주는 챗봇
단비Ai의 모든 시스템을 모니터링하는 챗봇 친절한 마이크는 일정 간격으로 시스템의 이상 유무를 체크하여 결과를 Line 메신저로 제공합니다.
또한 미리 설정된 시스템 이상 상황을 ... | 23.159091 | 78 | 0.555447 | kor_Hang | 0.999816 |
9fbb02e4c2b4347d6a3d4986abe970cb3db7eb4c | 29 | md | Markdown | README.md | reallyluis/formly-api | 85477882377baa4d84d52e3a7790d3c256f0ef70 | [
"MIT"
] | null | null | null | README.md | reallyluis/formly-api | 85477882377baa4d84d52e3a7790d3c256f0ef70 | [
"MIT"
] | 8 | 2021-01-04T07:05:14.000Z | 2021-10-15T23:55:44.000Z | README.md | reallyluis/form-api | 85477882377baa4d84d52e3a7790d3c256f0ef70 | [
"MIT"
] | null | null | null | # form-api
A form CRUD API.
| 7.25 | 16 | 0.655172 | kor_Hang | 0.87574 |
9fbb1cab129d0aea12a83e38f4a7034aa773bc83 | 1,242 | md | Markdown | docs/Subscription.md | sematext/sematext-api-client-rust | 82d24007f94a2c9f88bb4d26fd4e6f08ae7f2505 | [
"Apache-2.0"
] | 1 | 2020-05-01T12:15:36.000Z | 2020-05-01T12:15:36.000Z | docs/Subscription.md | sematext/sematext-api-client-rust | 82d24007f94a2c9f88bb4d26fd4e6f08ae7f2505 | [
"Apache-2.0"
] | null | null | null | docs/Subscription.md | sematext/sematext-api-client-rust | 82d24007f94a2c9f88bb4d26fd4e6f08ae7f2505 | [
"Apache-2.0"
] | null | null | null | # Subscription
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**addresses** | **String** | | [optional] [default to null]
**created_by** | **String** | | [optional] [default to null]
**dashboard_id** | **i64** | | [optional] [default to null]
**dashboard... | 49.68 | 161 | 0.585346 | yue_Hant | 0.397322 |
9fbb8514df7cd3209a4c35c1e49e43f0a9e41562 | 112 | md | Markdown | questions/test/移动端测试.md | ly1012/qa-interview | 9362aa36f53fb997f97ad0e606117bd7f1037ec0 | [
"Apache-2.0"
] | 54 | 2020-05-31T06:28:47.000Z | 2022-03-29T08:31:29.000Z | questions/test/移动端测试.md | obo97/qa-interview | 9362aa36f53fb997f97ad0e606117bd7f1037ec0 | [
"Apache-2.0"
] | null | null | null | questions/test/移动端测试.md | obo97/qa-interview | 9362aa36f53fb997f97ad0e606117bd7f1037ec0 | [
"Apache-2.0"
] | 20 | 2020-05-31T06:30:37.000Z | 2022-03-17T02:53:46.000Z |
# 移动端测试基础与实战
## 移动端专项测试关注哪些方面?
兼容性、流量、耗电量、网络(无线、2G、3G、4G、5G、软网)、安装卸载。与其他系统的兼容性、稳定性等等。
# 移动端自动化
# 移动端性能测试
| 8.615385 | 54 | 0.678571 | zho_Hans | 0.306467 |
9fbd8ef0a4c8d051fd0272c3ab2ab501a3888365 | 2,639 | md | Markdown | content/changes/2014-08-28-accepting-organization-invitations-from-the-api.md | Munyola/new-developer.github.com | d7f5104f86706e06165335aa6ce872fb200f368e | [
"CC0-1.0"
] | 2 | 2019-09-16T09:24:08.000Z | 2021-05-12T06:08:24.000Z | content/changes/2014-08-28-accepting-organization-invitations-from-the-api.md | Munyola/new-developer.github.com | d7f5104f86706e06165335aa6ce872fb200f368e | [
"CC0-1.0"
] | null | null | null | content/changes/2014-08-28-accepting-organization-invitations-from-the-api.md | Munyola/new-developer.github.com | d7f5104f86706e06165335aa6ce872fb200f368e | [
"CC0-1.0"
] | 2 | 2019-08-15T02:46:10.000Z | 2019-09-16T09:34:39.000Z | ---
kind: change
title: Accepting organization invitations from the API
created_at: 2014-08-28
author_name: jakeboxer
---
The upcoming [Team Memberships API][team-memberships-api] gives you the power to [invite][org-invitations] new GitHub users to your organization via the API. We're expanding the API to also allow u... | 67.666667 | 403 | 0.789693 | eng_Latn | 0.99178 |
9fbe4ba4bbea734972ef35bdcde5713de36c5580 | 715 | md | Markdown | CHANGELOG.md | glhvta/eme-encryption-scheme-polyfill | 96a56700b293fbe2a801a19706b3f8708bc16b68 | [
"Apache-2.0"
] | null | null | null | CHANGELOG.md | glhvta/eme-encryption-scheme-polyfill | 96a56700b293fbe2a801a19706b3f8708bc16b68 | [
"Apache-2.0"
] | null | null | null | CHANGELOG.md | glhvta/eme-encryption-scheme-polyfill | 96a56700b293fbe2a801a19706b3f8708bc16b68 | [
"Apache-2.0"
] | null | null | null | ## 2.0.0 (2019-12-12)
Features:
- Added support for polyfilling MediaCapabilities, too
- https://github.com/w3c/media-capabilities/issues/100
## 1.0.3 (2019-12-05)
Bugfixes:
- Update cbcs-recommended to cbcs-1-9 to keep up with spec changes
## 1.0.2 (2019-12-02)
Bugfixes:
- Fix infinite recursion when ... | 20.428571 | 76 | 0.714685 | eng_Latn | 0.881961 |
9fc0be1039de3b6f43eb24959ac7480716b1a252 | 1,500 | md | Markdown | guides/_posts/2020-06-20-how-to-check-remaining-personal-quarters-time.md | jrg94/pso2-vicious-yandere | 808616355087b50c658712c7ec71227e15393e22 | [
"MIT"
] | 1 | 2020-06-20T15:18:39.000Z | 2020-06-20T15:18:39.000Z | guides/_posts/2020-06-20-how-to-check-remaining-personal-quarters-time.md | jrg94/pso2-vicious-yandere | 808616355087b50c658712c7ec71227e15393e22 | [
"MIT"
] | 4 | 2020-06-21T06:42:02.000Z | 2020-06-30T06:54:58.000Z | guides/_posts/2020-06-20-how-to-check-remaining-personal-quarters-time.md | jrg94/pso2-vicious-yandere | 808616355087b50c658712c7ec71227e15393e22 | [
"MIT"
] | null | null | null | ---
title: How to Check Time Remaining on Personal Quarters in PSO2
layout: default
last-modified: 2020-06-20
featured-image:
tags:
authors:
- jrg94
---
In PSO2, you can gain access to your personal quarters by purchasing a premium set.
By access, I basically mean you can choose a different room layout and place m... | 42.857143 | 86 | 0.774667 | eng_Latn | 0.999626 |
9fc1477c1122223d51a2eafe0a8941118c25738d | 780 | md | Markdown | VBA/Excel-VBA/articles/interior-pattern-property-excel.md | oloier/VBA-content | 6b3cb5769808b7e18e3aff55a26363ebe78e4578 | [
"CC-BY-4.0",
"MIT"
] | 584 | 2015-09-01T10:09:09.000Z | 2022-03-30T15:47:20.000Z | VBA/Excel-VBA/articles/interior-pattern-property-excel.md | oloier/VBA-content | 6b3cb5769808b7e18e3aff55a26363ebe78e4578 | [
"CC-BY-4.0",
"MIT"
] | 585 | 2015-08-28T20:20:03.000Z | 2018-08-31T03:09:51.000Z | VBA/Excel-VBA/articles/interior-pattern-property-excel.md | oloier/VBA-content | 6b3cb5769808b7e18e3aff55a26363ebe78e4578 | [
"CC-BY-4.0",
"MIT"
] | 590 | 2015-09-01T10:09:09.000Z | 2021-09-27T08:02:27.000Z | ---
title: Interior.Pattern Property (Excel)
keywords: vbaxl10.chm551076
f1_keywords:
- vbaxl10.chm551076
ms.prod: excel
api_name:
- Excel.Interior.Pattern
ms.assetid: 90587a6d-273c-00df-bb12-1a4415591705
ms.date: 06/08/2017
---
# Interior.Pattern Property (Excel)
Returns or sets a **Variant** value, containing an ... | 17.333333 | 147 | 0.737179 | eng_Latn | 0.561429 |
9fc1be0d2c25ec5b7ab2337f18c2db46ef542fa5 | 16 | md | Markdown | README.md | kenjisato/e-stat | 19424d872f3b683e73a6ca3c950f7970cda9bf74 | [
"MIT"
] | null | null | null | README.md | kenjisato/e-stat | 19424d872f3b683e73a6ca3c950f7970cda9bf74 | [
"MIT"
] | null | null | null | README.md | kenjisato/e-stat | 19424d872f3b683e73a6ca3c950f7970cda9bf74 | [
"MIT"
] | null | null | null | # e-stat
e-stat
| 5.333333 | 8 | 0.625 | ron_Latn | 0.521829 |
9fc20192a4ac3ff7dab98b2f508468d112d31513 | 5,940 | md | Markdown | CHANGELOG.md | tpcarman/AsBuiltReport.VMware.vSphere | eaeac1c36142e824e53e5c80b094221dba2b7bca | [
"MIT"
] | 1 | 2021-05-15T20:20:06.000Z | 2021-05-15T20:20:06.000Z | CHANGELOG.md | tpcarman/AsBuiltReport.VMware.vSphere | eaeac1c36142e824e53e5c80b094221dba2b7bca | [
"MIT"
] | null | null | null | CHANGELOG.md | tpcarman/AsBuiltReport.VMware.vSphere | eaeac1c36142e824e53e5c80b094221dba2b7bca | [
"MIT"
] | 1 | 2021-01-25T23:53:38.000Z | 2021-01-25T23:53:38.000Z | # :arrows_counterclockwise: VMware vSphere As Built Report Changelog
## [1.2.1] - 2020-09-29
### Fixed
- Fixed sort order of VMHost PCI Devices
- Fixed VMHost reporting for InfoLevels 1 & 2
- Fixed DSCluster reporting for InfoLevels 1 & 2
### Changed
- Set fixed table column widths for improved formatting
- Corrected... | 37.834395 | 183 | 0.775084 | eng_Latn | 0.96688 |
9fc2604bf5c2fab5a207bc9f3ec6a29a4e976c0a | 3,066 | md | Markdown | support/windows-server/remote/display-issues-deploy-apps-remoteapp-hi-def-mode.md | v-lenc/SupportArticles-docs | 8660702bf10594d57fb1b0b5b36219b68bef144b | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-06-17T11:07:43.000Z | 2021-06-17T11:07:43.000Z | support/windows-server/remote/display-issues-deploy-apps-remoteapp-hi-def-mode.md | v-lenc/SupportArticles-docs | 8660702bf10594d57fb1b0b5b36219b68bef144b | [
"CC-BY-4.0",
"MIT"
] | null | null | null | support/windows-server/remote/display-issues-deploy-apps-remoteapp-hi-def-mode.md | v-lenc/SupportArticles-docs | 8660702bf10594d57fb1b0b5b36219b68bef144b | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Display issues occur when you deploy applications through RemoteApp Hi-Def mode
description: Discusses that you experience display issues when you deploy applications through RemoteApp Hi-Def mode. Provides a workaround.
ms.date: 09/07/2020
author: Deland-Han
ms.author: delhan
manager: dscontentpm
audience: ... | 48.666667 | 242 | 0.783757 | eng_Latn | 0.979658 |
9fc36d2b4a82294cf8c5b77c9ded428a1672dca9 | 823 | md | Markdown | README.md | tomreitsma/the-weird-science | 1aaa4f42852fa82c99d69df9a6b0448f054583d9 | [
"MIT"
] | 1 | 2016-02-20T23:44:53.000Z | 2016-02-20T23:44:53.000Z | README.md | tomreitsma/the-weird-science | 1aaa4f42852fa82c99d69df9a6b0448f054583d9 | [
"MIT"
] | null | null | null | README.md | tomreitsma/the-weird-science | 1aaa4f42852fa82c99d69df9a6b0448f054583d9 | [
"MIT"
] | null | null | null | # The Weird Science
A simple multiplayer Tetris clone built in Javascript and Python
### Setup instructions
- Linux:
- `apt-get install python-pip`
- `pip install virtualenv`
- `virtualenv theweirdscience && cd theweirdscience`
- `git clone https://github.com/tomreitsma/the-weird-science.git app`
... | 30.481481 | 85 | 0.722965 | eng_Latn | 0.939095 |
9fc3b1fda952bb0040d2bda80e87c2b106c5e11a | 62 | md | Markdown | percussion/wind_chime.md | brunetton/sfzinstruments.github.io | 177eefea2bf24bd7a1ab6840d3e3b7da7cc13edc | [
"MIT"
] | 12 | 2020-05-01T11:20:19.000Z | 2022-03-09T15:14:11.000Z | percussion/wind_chime.md | brunetton/sfzinstruments.github.io | 177eefea2bf24bd7a1ab6840d3e3b7da7cc13edc | [
"MIT"
] | 5 | 2020-06-19T11:08:03.000Z | 2022-03-10T21:32:59.000Z | percussion/wind_chime.md | brunetton/sfzinstruments.github.io | 177eefea2bf24bd7a1ab6840d3e3b7da7cc13edc | [
"MIT"
] | 10 | 2020-06-12T08:20:51.000Z | 2022-03-11T22:16:09.000Z | ---
title: "Unreal: Wind Chime"
layout: "sfz/instrument"
---
| 12.4 | 28 | 0.629032 | dan_Latn | 0.238588 |
9fc49f6fca8a4f25dd43257cb7cf1cb613613183 | 856 | md | Markdown | CHANGELOG.md | Nokel81/envconfig-rs | 853702efaebc3ba5c8c7696ba939737fb46fa567 | [
"MIT"
] | null | null | null | CHANGELOG.md | Nokel81/envconfig-rs | 853702efaebc3ba5c8c7696ba939737fb46fa567 | [
"MIT"
] | null | null | null | CHANGELOG.md | Nokel81/envconfig-rs | 853702efaebc3ba5c8c7696ba939737fb46fa567 | [
"MIT"
] | null | null | null | #### v0.6.0 - 2019-12-22
* Support nested structures
#### v0.5.1 - 2019-04-14
* Fix `Result` overlapping bug
#### v0.5.0 - 2018-09-25
* Support `default` attribute to specify default values
#### v0.4.0 - 2018-09-22
* Support of `Option<T>` types
* Rewrite `envconfig_derive` to use the latests versions of `syn` and `... | 31.703704 | 84 | 0.707944 | eng_Latn | 0.87419 |
9fc4b7309a1ace55b7419294d2cafe3d31803c1b | 5,876 | md | Markdown | README.md | lixiljp/MMM-Hotword | 14c72625dbc65960ff1e005417863dca6a43c874 | [
"MIT"
] | 1 | 2021-06-11T17:09:25.000Z | 2021-06-11T17:09:25.000Z | README.md | lixiljp/MMM-Hotword | 14c72625dbc65960ff1e005417863dca6a43c874 | [
"MIT"
] | null | null | null | README.md | lixiljp/MMM-Hotword | 14c72625dbc65960ff1e005417863dca6a43c874 | [
"MIT"
] | 5 | 2020-06-06T19:22:40.000Z | 2021-06-20T20:49:58.000Z | ## MMM-Hotword
MMM-Hotword is a simple snowboy hotword detector.
You can use this module to wake another voice assistant or to give a command to other module.
### Screenshot
This works in background, so there is no screenshot.
### Installation
1. Install pre-dependencies
```sh
sudo apt-get install libmagic-dev libat... | 43.525926 | 306 | 0.718686 | eng_Latn | 0.965021 |
9fc53669fd9add49dcc9aedadaaab7ad2518fd4a | 153 | md | Markdown | README.md | vanessa900/Projeto-Calculadora | 6fa25a8e08f8ff3c87c3068e47c8733dd08c761e | [
"MIT"
] | 1 | 2021-07-25T19:12:03.000Z | 2021-07-25T19:12:03.000Z | README.md | vanessa900/Projeto-Calculadora | 6fa25a8e08f8ff3c87c3068e47c8733dd08c761e | [
"MIT"
] | null | null | null | README.md | vanessa900/Projeto-Calculadora | 6fa25a8e08f8ff3c87c3068e47c8733dd08c761e | [
"MIT"
] | null | null | null | # Projeto-Calculadora
HTML, CSS e JAVASCRIPT
Calculadora

| 25.5 | 92 | 0.797386 | por_Latn | 0.4004 |
9fc57ed8ce5e6142a00654ad0ed1b953f038a1c8 | 255 | md | Markdown | content/es/examenes-EBAU-fisica/jun13-2/index.md | jormorce/aaa | 18a0abcb1cf331c0edf29c53988ce253661126f1 | [
"MIT"
] | null | null | null | content/es/examenes-EBAU-fisica/jun13-2/index.md | jormorce/aaa | 18a0abcb1cf331c0edf29c53988ce253661126f1 | [
"MIT"
] | null | null | null | content/es/examenes-EBAU-fisica/jun13-2/index.md | jormorce/aaa | 18a0abcb1cf331c0edf29c53988ce253661126f1 | [
"MIT"
] | null | null | null | ---
title: Junio 2013
subtitle: Opción 2
summary: Opción 2.
tags:
- EBAU
- 2013
categories:
- Física
# Optional external URL for project (replaces project detail page).
external_link: https://drive.google.com/file/d/0B6t6-aLmKtoLUzZFOGcwdUhZUDQ/view
---
| 18.214286 | 80 | 0.756863 | yue_Hant | 0.288317 |
9fc5848233feff55767950a9cc96e05be7367503 | 1,843 | md | Markdown | topics/starting-an-online-community.md | tanay1337/awesome-devrel-library | a1a838e68c8eb8e1adb88da4e88805ea5fe69215 | [
"CC0-1.0"
] | 13 | 2021-01-21T14:52:19.000Z | 2022-01-07T06:11:59.000Z | topics/starting-an-online-community.md | tanay1337/awesome-devrel-library | a1a838e68c8eb8e1adb88da4e88805ea5fe69215 | [
"CC0-1.0"
] | 1 | 2021-03-02T14:21:08.000Z | 2021-03-02T14:21:08.000Z | topics/starting-an-online-community.md | tanay1337/awesome-devrel-library | a1a838e68c8eb8e1adb88da4e88805ea5fe69215 | [
"CC0-1.0"
] | 2 | 2021-03-02T13:11:58.000Z | 2021-10-11T06:58:26.000Z | # 🎬 Starting an Online Community
- 📃 [From Instant Pot to Instagram: Critical Lessons in Startup Community Building](https://firstround.com/review/from-instant-pot-to-instagram-critical-lessons-in-startup-community-building/) (35 min) - by First Round and Bailey Richardson. Takeaways: Explains why community building... | 230.375 | 451 | 0.782963 | eng_Latn | 0.989639 |
9fc673c8081e17e8f76fdd35ec643edfbbdee7b7 | 1,441 | md | Markdown | memdocs/configmgr/core/get-started/2019/includes/1906/3976435.md | svschmit/memdocs.de-de | 63c0beff46a0955a98306504b449badaa675f10b | [
"CC-BY-4.0",
"MIT"
] | null | null | null | memdocs/configmgr/core/get-started/2019/includes/1906/3976435.md | svschmit/memdocs.de-de | 63c0beff46a0955a98306504b449badaa675f10b | [
"CC-BY-4.0",
"MIT"
] | null | null | null | memdocs/configmgr/core/get-started/2019/includes/1906/3976435.md | svschmit/memdocs.de-de | 63c0beff46a0955a98306504b449badaa675f10b | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
author: mestew
ms.author: mstewart
ms.prod: configuration-manager
ms.technology: configmgr-core
ms.topic: include
ms.date: 06/12/2019
ms.openlocfilehash: c4eebff93558870ce027a8a1c90330400186d9bf
ms.sourcegitcommit: bbf820c35414bf2cba356f30fe047c1a34c5384d
ms.translationtype: HT
ms.contentlocale: de-DE
ms.lasthandof... | 60.041667 | 276 | 0.814712 | deu_Latn | 0.982549 |
9fc6cf580795b3b4a5b5f2bec2163f99b6a7020b | 798 | md | Markdown | notes/priority_queue.md | mkmark/leetcode | 638a9d37fb3223107d2852ce493d831996a7649e | [
"MIT"
] | null | null | null | notes/priority_queue.md | mkmark/leetcode | 638a9d37fb3223107d2852ce493d831996a7649e | [
"MIT"
] | null | null | null | notes/priority_queue.md | mkmark/leetcode | 638a9d37fb3223107d2852ce493d831996a7649e | [
"MIT"
] | null | null | null | # priority queue
https://www.programiz.com/dsa/priority-queue
https://en.cppreference.com/w/cpp/container/priority_queue
## scene
```cpp
#include <queue> // std::priority_queue
priority_queue<T> pq;
pq.push(value); // add element to a set, $O(log(n))$
pq.top(); // get the largest element... | 25.741935 | 101 | 0.652882 | eng_Latn | 0.891566 |
9fc80f72e9d92ae5e812e23d479609b7d0665fcc | 5,331 | md | Markdown | articles/storage/blobs/storage-blob-scalable-app-verify-metrics.md | changeworld/azure-docs.cs-cz | cbff9869fbcda283f69d4909754309e49c409f7d | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/storage/blobs/storage-blob-scalable-app-verify-metrics.md | changeworld/azure-docs.cs-cz | cbff9869fbcda283f69d4909754309e49c409f7d | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/storage/blobs/storage-blob-scalable-app-verify-metrics.md | changeworld/azure-docs.cs-cz | cbff9869fbcda283f69d4909754309e49c409f7d | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Ověření metrik latence a propustnosti pro účet úložiště na webu Azure Portal | Microsoft Docs
description: Zjistěte, jak ověřit metriky latence a propustnosti pro účet úložiště na webu Azure Portal.
author: roygara
ms.service: storage
ms.topic: tutorial
ms.date: 02/20/2018
ms.author: rogarana
ms.subservice: ... | 67.481013 | 615 | 0.802101 | ces_Latn | 0.999835 |
9fc8b5708a9d2b7d10133a582675b6ec76c9a6ab | 4,781 | md | Markdown | articles/active-directory/conditional-access/howto-conditional-access-policy-compliant-device.md | Kraviecc/azure-docs.pl-pl | 4fffea2e214711aa49a9bbb8759d2b9cf1b74ae7 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/active-directory/conditional-access/howto-conditional-access-policy-compliant-device.md | Kraviecc/azure-docs.pl-pl | 4fffea2e214711aa49a9bbb8759d2b9cf1b74ae7 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/active-directory/conditional-access/howto-conditional-access-policy-compliant-device.md | Kraviecc/azure-docs.pl-pl | 4fffea2e214711aa49a9bbb8759d2b9cf1b74ae7 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Dostęp warunkowy — Wymagaj zgodnych urządzeń — Azure Active Directory
description: Tworzenie niestandardowych zasad dostępu warunkowego w celu wymagania zgodnych urządzeń
services: active-directory
ms.service: active-directory
ms.subservice: conditional-access
ms.topic: how-to
ms.date: 05/26/2020
ms.author: ... | 69.289855 | 467 | 0.79795 | pol_Latn | 0.999917 |
9fc9e7db56539eda4777218bc29140bc75148a7d | 1,568 | md | Markdown | memdocs/intune/user-help/you-need-to-enable-windows-encryption.md | Mdlglobal-atlassian-net/memdocs.pt-pt | 5ee72251572da436f8c758346a3505f167a85c9a | [
"CC-BY-4.0",
"MIT"
] | null | null | null | memdocs/intune/user-help/you-need-to-enable-windows-encryption.md | Mdlglobal-atlassian-net/memdocs.pt-pt | 5ee72251572da436f8c758346a3505f167a85c9a | [
"CC-BY-4.0",
"MIT"
] | null | null | null | memdocs/intune/user-help/you-need-to-enable-windows-encryption.md | Mdlglobal-atlassian-net/memdocs.pt-pt | 5ee72251572da436f8c758346a3505f167a85c9a | [
"CC-BY-4.0",
"MIT"
] | 1 | 2020-05-28T15:46:01.000Z | 2020-05-28T15:46:01.000Z | ---
title: Necessita de avaliar a encriptação | Documentos da Microsoft
titlesuffix: Microsoft Intune
description: Tem de ativar a encriptação do seu dispositivo.
keywords: ''
author: lenewsad
ms.author: lanewsad
manager: dougeby
ms.date: 12/06/2018
ms.topic: end-user-help
ms.prod: ''
ms.service: microsoft-intune
ms.su... | 42.378378 | 293 | 0.799745 | por_Latn | 0.964574 |
9fcb250b16fbbb9b0039e403095b4c21e2d1dde4 | 1,092 | md | Markdown | files/en/apps/apps.md | cbenitez101/Docs | 16feff8d4da924122a0e72da40217620bce372f0 | [
"MIT"
] | 2 | 2019-09-10T17:07:12.000Z | 2020-02-18T09:54:34.000Z | files/en/apps/apps.md | cbenitez101/Docs | 16feff8d4da924122a0e72da40217620bce372f0 | [
"MIT"
] | 4 | 2020-04-22T06:14:45.000Z | 2021-07-12T12:02:32.000Z | files/en/apps/apps.md | cbenitez101/Docs | 16feff8d4da924122a0e72da40217620bce372f0 | [
"MIT"
] | 7 | 2018-08-30T14:46:37.000Z | 2021-03-17T19:08:24.000Z | Splynx apps
=========
Our mobile apps have been designed to make it easier to work with our product on mobile devices. The apps connect to Splynx via API. The applications work on Android and IOS platforms.
**To be able to use Splynx mobile apps, you need to have your Splynx server already configured with a public IP... | 37.655172 | 184 | 0.764652 | eng_Latn | 0.988238 |
9fcb978a1d691f32cd7400e8c31959f6e5add432 | 57 | md | Markdown | README.md | paulobouca/cordova-plugin-urovo-dt-40 | 79a5278e96f0de6d8632be0f4f6c7d9a1ef87479 | [
"MIT"
] | null | null | null | README.md | paulobouca/cordova-plugin-urovo-dt-40 | 79a5278e96f0de6d8632be0f4f6c7d9a1ef87479 | [
"MIT"
] | null | null | null | README.md | paulobouca/cordova-plugin-urovo-dt-40 | 79a5278e96f0de6d8632be0f4f6c7d9a1ef87479 | [
"MIT"
] | null | null | null | # cordova-plugin-urovo-dt-40
Cordova Plugin Urovo DT-40
| 19 | 28 | 0.77193 | epo_Latn | 0.205147 |
9fcda3789b2d1727d87a8b03954314ea036f4df5 | 2,462 | md | Markdown | CDS_Tool_Output/Parsers/parserContent_cisco-wsa-squid-proxy.md | deebigarajeswaran/Content-Doc | b99ffab7998eb4594887c36c60e6e2ab586a8b53 | [
"MIT"
] | null | null | null | CDS_Tool_Output/Parsers/parserContent_cisco-wsa-squid-proxy.md | deebigarajeswaran/Content-Doc | b99ffab7998eb4594887c36c60e6e2ab586a8b53 | [
"MIT"
] | null | null | null | CDS_Tool_Output/Parsers/parserContent_cisco-wsa-squid-proxy.md | deebigarajeswaran/Content-Doc | b99ffab7998eb4594887c36c60e6e2ab586a8b53 | [
"MIT"
] | 1 | 2022-03-07T23:54:48.000Z | 2022-03-07T23:54:48.000Z | #### Parser Content
```Java
{
Name = cisco-wsa-squid-proxy
Vendor = Cisco
Product = Cisco Web Security Appliance
Lms = Splunk
DataType = "web-activity"
IsHVF = true
TimeFormat = "epoch_sec"
Conditions = [ """cisco:wsa:squid"""]
Fields = [
"""({time}\d{10})\.\d{3}""",
"""exabeam_host=... | 68.388889 | 290 | 0.392364 | yue_Hant | 0.193843 |
9fce60906034c52d8a924dca061e2e3595796eff | 2,140 | md | Markdown | _posts/2018/2018-10-20-bitcoin-vocabulary.md | encoshin/blog | 8fe3697818ab6b78708ba6ed4ee189884273d7f2 | [
"MIT"
] | 6 | 2018-09-06T02:31:09.000Z | 2020-12-16T02:00:46.000Z | _posts/2018/2018-10-20-bitcoin-vocabulary.md | coshinen/blog | 8fe3697818ab6b78708ba6ed4ee189884273d7f2 | [
"MIT"
] | null | null | null | _posts/2018/2018-10-20-bitcoin-vocabulary.md | coshinen/blog | 8fe3697818ab6b78708ba6ed4ee189884273d7f2 | [
"MIT"
] | 5 | 2018-06-30T19:56:32.000Z | 2020-01-06T01:47:17.000Z | ---
layout: post
title: "常见的比特币术语"
date: 2018-10-20 20:43:26 +0800
author: Coshin
comments: true
category: 区块链
tags: Bitcoin Translations
---
比特币提供了一种全新的支付方式,因此可能需要了解一些新词语。
## 地址
比特币地址**类似于物理地址或电子邮件地址**。
这是别人向你转比特币时你唯一需要提供的信息。
然而,一个重要的区别是每个比特币地址只用于单笔交易(保护隐私)。
## 比特
比特是用于标示比特币子单位的常用单位—1,000,000 比特(bits)等于 1 比特币(B... | 19.633028 | 77 | 0.769159 | zho_Hans | 0.522818 |
bc01d241d1b70dc1cf31f0f65bfe3cc191a9b72c | 1,298 | md | Markdown | README.md | lucasrennok/proffy-frontend | af2ddbc9b3cee14a0192879e632431b576b65e7d | [
"MIT"
] | 1 | 2020-09-01T18:35:12.000Z | 2020-09-01T18:35:12.000Z | README.md | lucasrennok/proffy-frontend | af2ddbc9b3cee14a0192879e632431b576b65e7d | [
"MIT"
] | 1 | 2021-02-18T23:20:19.000Z | 2021-02-18T23:20:19.000Z | README.md | lucasrennok/proffy-frontend | af2ddbc9b3cee14a0192879e632431b576b65e7d | [
"MIT"
] | null | null | null | # Proffy Web Front-End

> Lucas Rennó Kallás
## About this repository: *Proffy Web Front-End*
This is the Front-End for the web version, to use you will have to start the server that is here: [proffy-api-backend](https://github.com/lucasrennok/proffy-api-backend).
The server is an... | 20.935484 | 170 | 0.717257 | eng_Latn | 0.998514 |
bc028df835dd26d7ea10d01b22b9a6601383d0db | 12,466 | md | Markdown | source/_posts/donald_trump_dismisses_fears_his_massive_indoor_nevada_rally_could_spread_coroanvirus.md | soumyadipdas37/finescoop.github.io | 0346d6175a2c36d4054083c144b7f8364db73f2f | [
"MIT"
] | null | null | null | source/_posts/donald_trump_dismisses_fears_his_massive_indoor_nevada_rally_could_spread_coroanvirus.md | soumyadipdas37/finescoop.github.io | 0346d6175a2c36d4054083c144b7f8364db73f2f | [
"MIT"
] | null | null | null | source/_posts/donald_trump_dismisses_fears_his_massive_indoor_nevada_rally_could_spread_coroanvirus.md | soumyadipdas37/finescoop.github.io | 0346d6175a2c36d4054083c144b7f8364db73f2f | [
"MIT"
] | 2 | 2021-09-18T12:06:26.000Z | 2021-11-14T15:17:34.000Z | ---
extends: _layouts.post
section: content
image: https://i.dailymail.co.uk/1s/2020/09/14/16/33167438-0-image-a-21_1600097212422.jpg
title: Donald Trump dismisses fears his massive indoor Nevada rally could spread coroanvirus
description: President Trump defended his decision to hold an indoor rally in Las Vegas as ... | 77.428571 | 369 | 0.79793 | eng_Latn | 0.999962 |
bc02dc74e1b30be92f9204e9c6ae3d623ae4a3ed | 540 | md | Markdown | _posts/2014-02-20-the-eternal-wall-the-man-who-came-back-from-the-dead-sf-science-fiction-ufu.md | UniversalAdministrator/ufu | 45552018807a488c4d1e8f77a56b0d3e02cd280b | [
"MIT"
] | null | null | null | _posts/2014-02-20-the-eternal-wall-the-man-who-came-back-from-the-dead-sf-science-fiction-ufu.md | UniversalAdministrator/ufu | 45552018807a488c4d1e8f77a56b0d3e02cd280b | [
"MIT"
] | 2 | 2018-01-03T00:41:55.000Z | 2020-08-08T02:47:55.000Z | _posts/2014-02-20-the-eternal-wall-the-man-who-came-back-from-the-dead-sf-science-fiction-ufu.md | UniversalAdministrator/ufu | 45552018807a488c4d1e8f77a56b0d3e02cd280b | [
"MIT"
] | null | null | null | ---
ID: 677
post_title: 'The Eternal Wall; The Man Who Came Back from the Dead, SF , Science Fiction #UfU'
author: abbie04m553726
post_excerpt: ""
layout: post
permalink: >
https://universalflowuniversity.com/uncategorized/the-eternal-wall-the-man-who-came-back-from-the-dead-sf-science-fiction-ufu/
published: true
po... | 41.538462 | 128 | 0.75 | eng_Latn | 0.297068 |
bc02eddde06e0415f00f7727fdd64180cd2a1ba4 | 50 | md | Markdown | docs/internal/dev/README.md | konnov/dach | d1669d080ac401539167e0e22b78625dd0192b06 | [
"Apache-2.0"
] | 130 | 2017-05-08T11:12:09.000Z | 2020-06-23T06:27:46.000Z | docs/internal/dev/README.md | konnov/dach | d1669d080ac401539167e0e22b78625dd0192b06 | [
"Apache-2.0"
] | 146 | 2016-11-22T09:04:10.000Z | 2020-06-26T16:18:23.000Z | docs/internal/dev/README.md | konnov/dach | d1669d080ac401539167e0e22b78625dd0192b06 | [
"Apache-2.0"
] | 8 | 2019-02-17T19:45:30.000Z | 2020-06-26T16:33:34.000Z | # Documentation of Development Practices and Tips
| 25 | 49 | 0.84 | eng_Latn | 0.979784 |
bc031dffc7c37eb4763b3889f2389e3c26654688 | 9 | md | Markdown | README.md | Hakama555/game | af35d19a3190154b0a6e36a05e3ce8632488318c | [
"MIT"
] | null | null | null | README.md | Hakama555/game | af35d19a3190154b0a6e36a05e3ce8632488318c | [
"MIT"
] | null | null | null | README.md | Hakama555/game | af35d19a3190154b0a6e36a05e3ce8632488318c | [
"MIT"
] | null | null | null | # game
| 3 | 6 | 0.444444 | eng_Latn | 1 |
bc0445e6093fc355082405a082ecc207d7c30ce2 | 121 | md | Markdown | content/zh/docs/faq/installation/_index.md | yangchuansheng/website | 593df7dbcd30cd952d3260a63e23a1565ca79272 | [
"Apache-2.0"
] | 48 | 2020-05-27T07:17:57.000Z | 2022-03-29T13:05:55.000Z | content/zh/docs/faq/installation/_index.md | yangchuansheng/website | 593df7dbcd30cd952d3260a63e23a1565ca79272 | [
"Apache-2.0"
] | 2,131 | 2020-05-25T10:52:46.000Z | 2022-03-31T21:20:39.000Z | content/zh/docs/faq/installation/_index.md | yangchuansheng/website | 593df7dbcd30cd952d3260a63e23a1565ca79272 | [
"Apache-2.0"
] | 228 | 2020-05-25T07:45:08.000Z | 2022-03-29T13:09:12.000Z | ---
title: "安装"
keywords: 'Kubernetes, KubeSphere, 安装, 常见问题'
description: '关于安装的常见问题'
layout: "second"
weight: 16100
---
| 15.125 | 44 | 0.694215 | eng_Latn | 0.289936 |
bc046374fdea6e3b3196b0c8ee0641fe601a7b6d | 68 | md | Markdown | README.md | rymo90/tilda | 4245bee9b34da83a45404c08e422c1af7a298c93 | [
"MIT"
] | null | null | null | README.md | rymo90/tilda | 4245bee9b34da83a45404c08e422c1af7a298c93 | [
"MIT"
] | 9 | 2018-08-22T03:59:25.000Z | 2018-08-22T04:07:03.000Z | README.md | rymo90/tilda | 4245bee9b34da83a45404c08e422c1af7a298c93 | [
"MIT"
] | null | null | null | # Tilda
## Sammanfattning på kursen tillämpande datalogi DD1320 KTH
| 22.666667 | 59 | 0.808824 | swe_Latn | 0.998788 |
bc04afc1a8d32f35ae09c5221559093a3da15471 | 55 | md | Markdown | README.md | Konard/ManyToManyExample | 7fcf47ccec8944ce861e00a4eed22a6a5698d070 | [
"Unlicense"
] | 1 | 2020-05-26T16:50:51.000Z | 2020-05-26T16:50:51.000Z | README.md | Konard/ManyToManyExample | 7fcf47ccec8944ce861e00a4eed22a6a5698d070 | [
"Unlicense"
] | 2 | 2020-01-24T10:55:02.000Z | 2020-02-24T20:02:11.000Z | README.md | Konard/ManyToManyExample | 7fcf47ccec8944ce861e00a4eed22a6a5698d070 | [
"Unlicense"
] | 1 | 2021-09-03T06:35:10.000Z | 2021-09-03T06:35:10.000Z | # ManyToManyExample
Many to many example for Doublets.
| 18.333333 | 34 | 0.818182 | eng_Latn | 0.999168 |
bc0667a7516a4b8c97206fdcd51f332923a8edd5 | 4,468 | md | Markdown | src/collections/_documentation/platforms/node/index.md | renansmoreira/sentry-docs | d3667c8aae873576524580802e518fdb32bef5dc | [
"Apache-2.0"
] | null | null | null | src/collections/_documentation/platforms/node/index.md | renansmoreira/sentry-docs | d3667c8aae873576524580802e518fdb32bef5dc | [
"Apache-2.0"
] | null | null | null | src/collections/_documentation/platforms/node/index.md | renansmoreira/sentry-docs | d3667c8aae873576524580802e518fdb32bef5dc | [
"Apache-2.0"
] | null | null | null | ---
title: Node.js
---
{% include learn-sdk.md platform="node" %}
All our JavaScript-related SDKs provide the same API. Still, there are some differences between them which this section of the docs explains.
## Integrations
All of our SDKs provide _Integrations_, similar to a plugin. All JavaScript SDKs provide def... | 34.90625 | 491 | 0.747538 | eng_Latn | 0.984282 |
bc07c9904d57042e24ca7ca0cf8daf6b0ac48aff | 2,275 | md | Markdown | docs/data-tools/the-connection-string-contains-credentials-with-a-clear-text-password-and-is-not-using-integrated-security.md | Simran-B/visualstudio-docs.de-de | 0e81681be8dbccb2346866f432f541b97d819dac | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/data-tools/the-connection-string-contains-credentials-with-a-clear-text-password-and-is-not-using-integrated-security.md | Simran-B/visualstudio-docs.de-de | 0e81681be8dbccb2346866f432f541b97d819dac | [
"CC-BY-4.0",
"MIT"
] | 1 | 2020-07-24T14:57:38.000Z | 2020-07-24T14:57:38.000Z | docs/data-tools/the-connection-string-contains-credentials-with-a-clear-text-password-and-is-not-using-integrated-security.md | Simran-B/visualstudio-docs.de-de | 0e81681be8dbccb2346866f432f541b97d819dac | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Die Verbindungszeichenfolge enthält Anmeldeinformationen mit einem Klartext-Kennwort und verwendet keine integrierte Sicherheit.
ms.date: 11/04/2016
ms.topic: reference
ms.assetid: 501d85af-92e0-4471-b280-8a59c0688575
author: ghogen
ms.author: ghogen
manager: jillfra
ms.workload:
- data-storage
ms.openlocfil... | 56.875 | 317 | 0.825055 | deu_Latn | 0.992908 |
bc0891dab0f49b433431d926de65f6d2f323c04e | 382 | md | Markdown | _notes/tool/windows/wsl/fixes.md | Yutsuten/yutsuten.github.io | a28c774a5b4a203a5d81225ccbec8137ca4a52f6 | [
"MIT"
] | 1 | 2021-06-14T15:51:31.000Z | 2021-06-14T15:51:31.000Z | _notes/tool/windows/wsl/fixes.md | Yutsuten/yutsuten.github.io | a28c774a5b4a203a5d81225ccbec8137ca4a52f6 | [
"MIT"
] | 12 | 2018-11-11T09:51:35.000Z | 2021-07-24T13:23:37.000Z | _notes/tool/windows/wsl/fixes.md | Yutsuten/yutsuten.github.io | a28c774a5b4a203a5d81225ccbec8137ca4a52f6 | [
"MIT"
] | null | null | null | ---
---
## i3
Some features of `i3` doesn't work properly on WSL,
so I recommend updating the following settings:
```
default_border normal
bar {
mode invisible
}
```
## Environment variables
Convert `.pam_environment` to `.bash_profile` with this script.
```shell
sed -Ee 's|([^ ]+)\s+DEFAULT\=(.+)|export \1=... | 16.608696 | 102 | 0.641361 | eng_Latn | 0.868419 |
bc093b615e675b288fa7800abc8c930b860c4578 | 1,863 | md | Markdown | practice_questions/ch03/README.md | pezy/AutomateTheBoringStuffWithPython | 55c56c864cf7216a497b34ec7bdfb67e3f2e340c | [
"MIT"
] | null | null | null | practice_questions/ch03/README.md | pezy/AutomateTheBoringStuffWithPython | 55c56c864cf7216a497b34ec7bdfb67e3f2e340c | [
"MIT"
] | null | null | null | practice_questions/ch03/README.md | pezy/AutomateTheBoringStuffWithPython | 55c56c864cf7216a497b34ec7bdfb67e3f2e340c | [
"MIT"
] | null | null | null | # CHAPTER 3 - FUNCTIONS
> Q: 1. Why are functions advantageous to have in your programs?
A: Avoid duplicating codes.
> Q: 2. When does the code in a function execute: when the function is defined or when the function is called?
A: called.
> Q: 3. What statement creates a function?
A: `def` statements.
> Q: 4. Wh... | 31.05 | 135 | 0.728932 | eng_Latn | 0.999483 |
bc0945709429af9b2daee1d81f0bfbf2dc8655bf | 6,495 | md | Markdown | _posts/2019-02-17-Download-fujifilm-finepix-s3300-manual.md | Ozie-Ottman/11 | 1005fa6184c08c4e1a3030e5423d26beae92c3c6 | [
"MIT"
] | null | null | null | _posts/2019-02-17-Download-fujifilm-finepix-s3300-manual.md | Ozie-Ottman/11 | 1005fa6184c08c4e1a3030e5423d26beae92c3c6 | [
"MIT"
] | null | null | null | _posts/2019-02-17-Download-fujifilm-finepix-s3300-manual.md | Ozie-Ottman/11 | 1005fa6184c08c4e1a3030e5423d26beae92c3c6 | [
"MIT"
] | null | null | null | ---
layout: post
comments: true
categories: Other
---
## Download Fujifilm finepix s3300 manual book
proboscidea_, my jaw dropped, 'When an affair is accomplished. She breathed the evaporating spirits rising from her skin, ghosts and poltergeists, outgoing, in the middle of August. Fujifilm finepix s3300 manual north... | 721.666667 | 6,392 | 0.793533 | eng_Latn | 0.999807 |
bc097c9d9e0d681d6d121a8a6c002cb553a0d4d2 | 2,076 | md | Markdown | _posts/2019-03-29-Download-2011-gmc-owners-manual.md | Bunki-booki/29 | 7d0fb40669bcc2bafd132f0991662dfa9e70545d | [
"MIT"
] | null | null | null | _posts/2019-03-29-Download-2011-gmc-owners-manual.md | Bunki-booki/29 | 7d0fb40669bcc2bafd132f0991662dfa9e70545d | [
"MIT"
] | null | null | null | _posts/2019-03-29-Download-2011-gmc-owners-manual.md | Bunki-booki/29 | 7d0fb40669bcc2bafd132f0991662dfa9e70545d | [
"MIT"
] | null | null | null | ---
layout: post
comments: true
categories: Other
---
## Download 2011 gmc owners manual book
171. 2011 gmc owners manual (_Balaena mysticetus_ L. The 2011 gmc owners manual changed irrevocably even in Bilbos lifetime. On one of them, it seems to me that it must carefully avoid trends and formulas in an effort to pub... | 230.666667 | 1,980 | 0.786609 | eng_Latn | 0.999925 |
bc0c24940b88aa39e9ad14f998ceb34556c70563 | 9,040 | md | Markdown | README.md | divelingInc/neo4j-mazerunner | 87d60b4d35cc132dd8ee8d3a76df1be82ba24709 | [
"Apache-2.0"
] | 302 | 2015-01-02T06:32:41.000Z | 2021-12-16T08:19:33.000Z | README.md | abhishekms1047/neo4j-mazerunner | 87d60b4d35cc132dd8ee8d3a76df1be82ba24709 | [
"Apache-2.0"
] | 18 | 2015-10-23T01:28:56.000Z | 2021-06-04T01:01:42.000Z | README.md | abhishekms1047/neo4j-mazerunner | 87d60b4d35cc132dd8ee8d3a76df1be82ba24709 | [
"Apache-2.0"
] | 69 | 2015-01-20T10:53:47.000Z | 2021-12-22T05:57:43.000Z | # Graph Analytics for Neo4j
This docker image adds high-performance graph analytics to a [Neo4j graph database](http://www.neo4j.com). This image deploys a container with [Apache Spark](https://spark.apache.org/) and uses [GraphX](https://spark.apache.org/graphx/) to perform ETL graph analysis on subgraphs exported fr... | 51.657143 | 380 | 0.77677 | eng_Latn | 0.984697 |
bc0c559adb794bfa5eff4e2f985be15b1ec18e20 | 2,392 | md | Markdown | CHANGELOG.md | jacobat/jwt_signed_request | 906c3588bd1fda300047731c8d15ff4675e1ab67 | [
"MIT"
] | null | null | null | CHANGELOG.md | jacobat/jwt_signed_request | 906c3588bd1fda300047731c8d15ff4675e1ab67 | [
"MIT"
] | null | null | null | CHANGELOG.md | jacobat/jwt_signed_request | 906c3588bd1fda300047731c8d15ff4675e1ab67 | [
"MIT"
] | null | null | null | # Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [v2.5.1] - 2019-01-29
### Changed
- Added option `bearer_schema` to the Faraday middleware... | 27.494253 | 286 | 0.727425 | eng_Latn | 0.991288 |
bc0c636c0afa30bdfe20683acf5a66e6726c83ca | 5,025 | md | Markdown | wdk-ddi-src/content/wificx/ns-wificx-wifi_station_capabilities.md | AlexGuteniev/windows-driver-docs-ddi | 99b84cea8977c8b190d39e65ccf26f1885ba3189 | [
"CC-BY-4.0",
"MIT"
] | 176 | 2018-01-12T23:42:01.000Z | 2022-03-30T18:23:27.000Z | wdk-ddi-src/content/wificx/ns-wificx-wifi_station_capabilities.md | AlexGuteniev/windows-driver-docs-ddi | 99b84cea8977c8b190d39e65ccf26f1885ba3189 | [
"CC-BY-4.0",
"MIT"
] | 1,093 | 2018-01-23T07:33:03.000Z | 2022-03-30T20:15:21.000Z | wdk-ddi-src/content/wificx/ns-wificx-wifi_station_capabilities.md | AlexGuteniev/windows-driver-docs-ddi | 99b84cea8977c8b190d39e65ccf26f1885ba3189 | [
"CC-BY-4.0",
"MIT"
] | 251 | 2018-01-21T07:35:50.000Z | 2022-03-22T19:33:42.000Z | ---
UID: NS:wificx._WIFI_STATION_CAPABILITIES
tech.root: netvista
title: WIFI_STATION_CAPABILITIES (wificx.h)
ms.date: 08/26/2021
ms.topic: language-reference
targetos: Windows
description: The WIFI_STATION_CAPABILITIES structure describes the station capabilities for a WiFiCx device.
req.construct-type: structure
req.... | 31.018519 | 257 | 0.791045 | eng_Latn | 0.89544 |
bc0cda3f00318f9c17768049a2bfa73827a6949e | 36,387 | md | Markdown | docs/API/README.md | CHKZL/CHKZL.github.io | 9eab44a87a14fbd2dfe89bf361d01d9de7f29181 | [
"MIT"
] | null | null | null | docs/API/README.md | CHKZL/CHKZL.github.io | 9eab44a87a14fbd2dfe89bf361d01d9de7f29181 | [
"MIT"
] | null | null | null | docs/API/README.md | CHKZL/CHKZL.github.io | 9eab44a87a14fbd2dfe89bf361d01d9de7f29181 | [
"MIT"
] | null | null | null | # DDTV_WEB_Server 接口文档
## 接口说明
当前DDTV的接口分为两种,并且只对DDTV_WEB_Server有效,**其他版本是不能使用WEB请求和API操作接口的**
|接口类型|请求是否需要携带cookie|请求是否需要携带sig|说明|
|:--:|:--:|:--:|:--:|
|WEB请求|✅|❌|一般用于前端请求,需要先调用login接口进行登录,之后的操作每次携带登录返回的cookie即可|
|API操作|❌|✅|一般用于程序调用,每个请求都可以直接调用,每次操作都需要携带根据key计算的sig|
## 两种接口的调用差异
详情请查看该路径下WEB请求和API操作相关页面的说明
## 已实现的... | 26.715859 | 181 | 0.443675 | yue_Hant | 0.567409 |
bc0dde8a639779511c91bb51fe8c4878235470ca | 5,696 | md | Markdown | README.md | textcreationpartnership/A41317 | 0dfc518f7fc3d8dbfd02703d2cd9a0fd13850dad | [
"CC0-1.0"
] | null | null | null | README.md | textcreationpartnership/A41317 | 0dfc518f7fc3d8dbfd02703d2cd9a0fd13850dad | [
"CC0-1.0"
] | null | null | null | README.md | textcreationpartnership/A41317 | 0dfc518f7fc3d8dbfd02703d2cd9a0fd13850dad | [
"CC0-1.0"
] | null | null | null | #The Failing & perishing of good men a matter of great & sore lamentation : held forth in a sermon preach'd the 26 of June 1662, being the day before the internment of that eminent and faithful gospel-preacher, Mr. John Sympson.#
The Failing & perishing of good men a matter of great & sore lamentation : held forth in a... | 47.07438 | 874 | 0.656952 | eng_Latn | 0.385764 |
bc0e4f7cd0dad86344a0d26061df11223e63ac57 | 66 | md | Markdown | README.md | amarulandap/CursoPracticoHTML5 | bf1e58485dcec9e482ce2024ca2e072de98a624e | [
"MIT"
] | null | null | null | README.md | amarulandap/CursoPracticoHTML5 | bf1e58485dcec9e482ce2024ca2e072de98a624e | [
"MIT"
] | null | null | null | README.md | amarulandap/CursoPracticoHTML5 | bf1e58485dcec9e482ce2024ca2e072de98a624e | [
"MIT"
] | null | null | null | # CursoPracticoHTML5
Ejercicios del libro Curso Práctico de HTML5
| 22 | 44 | 0.848485 | spa_Latn | 0.902738 |
bc0e4fb78b60225b41b68322ed53985089e019c9 | 5,280 | md | Markdown | content/posts/2020-09-24-workshops/CfW2021.md | edoc2021/EDOC2021 | 51dcd9d322f3b29bce6a696810a9cb86f66e87b8 | [
"MIT"
] | null | null | null | content/posts/2020-09-24-workshops/CfW2021.md | edoc2021/EDOC2021 | 51dcd9d322f3b29bce6a696810a9cb86f66e87b8 | [
"MIT"
] | null | null | null | content/posts/2020-09-24-workshops/CfW2021.md | edoc2021/EDOC2021 | 51dcd9d322f3b29bce6a696810a9cb86f66e87b8 | [
"MIT"
] | null | null | null | ---
title: 'Committees'
date: '2020-09-22T22:12:03.284Z'
path: '/call-workshops/'
type: call-workshops
---
EDOC is the key forum for researchers and practitioners in the field of enterprise
computing. Since 1997, EDOC conferences address the full range of models,
methodologies, and engineering technologies contributin... | 50.285714 | 599 | 0.804545 | eng_Latn | 0.99771 |
bc0ee7df5eb747a8841421d05acd861d7a688cec | 32 | md | Markdown | README.md | ArmielynObinguar/Smart-Health-Machine-Learning- | d37679aef3ed4abc57e344c4364833f422193537 | [
"BSD-2-Clause"
] | null | null | null | README.md | ArmielynObinguar/Smart-Health-Machine-Learning- | d37679aef3ed4abc57e344c4364833f422193537 | [
"BSD-2-Clause"
] | null | null | null | README.md | ArmielynObinguar/Smart-Health-Machine-Learning- | d37679aef3ed4abc57e344c4364833f422193537 | [
"BSD-2-Clause"
] | null | null | null | # Smart-Health-Machine-Learning- | 32 | 32 | 0.8125 | kor_Hang | 0.3485 |
bc0f308c9a61370663fc38ed9b8804e23645805a | 47 | md | Markdown | README.md | Jay-Jeongwoo/data_project_2021 | d29a0e9dfbbea2a01e0398b4f97bea41462bfdd9 | [
"MIT"
] | null | null | null | README.md | Jay-Jeongwoo/data_project_2021 | d29a0e9dfbbea2a01e0398b4f97bea41462bfdd9 | [
"MIT"
] | null | null | null | README.md | Jay-Jeongwoo/data_project_2021 | d29a0e9dfbbea2a01e0398b4f97bea41462bfdd9 | [
"MIT"
] | 1 | 2021-08-13T09:22:24.000Z | 2021-08-13T09:22:24.000Z | # data_project_2021
CoDe1161 data project repo
| 15.666667 | 26 | 0.851064 | eng_Latn | 0.549652 |
bc0f5b933cd630c36be2e66e511e5e0290965279 | 27 | md | Markdown | _includes/05-emphasis.md | f-cremon/markdown-portfolio | 690b52448fb16b6ee439e10306cdd8c1cc2b0671 | [
"MIT"
] | null | null | null | _includes/05-emphasis.md | f-cremon/markdown-portfolio | 690b52448fb16b6ee439e10306cdd8c1cc2b0671 | [
"MIT"
] | 5 | 2021-02-02T12:18:14.000Z | 2021-02-02T12:42:30.000Z | _includes/05-emphasis.md | f-cremon/markdown-portfolio | 690b52448fb16b6ee439e10306cdd8c1cc2b0671 | [
"MIT"
] | null | null | null | **Great** and *fantastic*
| 13.5 | 26 | 0.62963 | eng_Latn | 0.952318 |
bc0f97a58e019067b02c16a608197b06a7f4d8d2 | 353 | md | Markdown | roadmap.md | cocoon-projet/di | a2eac40cebe1571185ad46cc5d54a6d2bdf3b8a0 | [
"MIT"
] | null | null | null | roadmap.md | cocoon-projet/di | a2eac40cebe1571185ad46cc5d54a6d2bdf3b8a0 | [
"MIT"
] | null | null | null | roadmap.md | cocoon-projet/di | a2eac40cebe1571185ad46cc5d54a6d2bdf3b8a0 | [
"MIT"
] | null | null | null | ## ROADMAP
#### version 1.1.0
1. Autowiring de class pour la methode get() du container.
2. Annotations injection.
3. Cache des services avec apcu_cache
4. refactorisation du code
#### version 1.2.0
1. Compilation des services
2. refactorisation du code
#### version 2.0.0
1. migration vers php 7.1
#### version 3... | 15.347826 | 58 | 0.705382 | fra_Latn | 0.797624 |
bc0fd7acbfaf368bd2f42e9ab7113e8373903735 | 7,024 | md | Markdown | articles/cloud-services/cloud-services-choose-me.md | matmahnke/azure-docs.pt-br | 6c96d25caf8663547775f333164198e3ed03972f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/cloud-services/cloud-services-choose-me.md | matmahnke/azure-docs.pt-br | 6c96d25caf8663547775f333164198e3ed03972f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/cloud-services/cloud-services-choose-me.md | matmahnke/azure-docs.pt-br | 6c96d25caf8663547775f333164198e3ed03972f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: O que são os Serviços de Nuvem do Azure | Microsoft Docs
description: Saiba mais sobre o que são os serviços de nuvem do Azure, especificamente que ele foi projetado para dar suporte a aplicativos escalonáveis, confiáveis e de baixo custo para operar.
services: cloud-services
author: tgore03
ms.service: mult... | 123.22807 | 927 | 0.801253 | por_Latn | 0.99998 |
bc114737f326c2a2915a8ad803bc41978c339302 | 57 | md | Markdown | example/foo/bar.md | fawaikuangtuzs/blog3 | cd8fb07c847fadaff86d48198affb26cae7f9515 | [
"MIT"
] | 45 | 2021-03-30T02:55:02.000Z | 2022-02-10T08:35:49.000Z | example/foo/bar.md | fawaikuangtuzs/blog3 | cd8fb07c847fadaff86d48198affb26cae7f9515 | [
"MIT"
] | 12 | 2021-11-08T16:05:45.000Z | 2022-02-12T12:35:45.000Z | example/foo/bar.md | fawaikuangtuzs/blog3 | cd8fb07c847fadaff86d48198affb26cae7f9515 | [
"MIT"
] | 11 | 2021-03-30T02:32:40.000Z | 2022-01-24T03:29:33.000Z | ---
title: Test Title
categories:
- 测试
---
/foo/bar.md | 8.142857 | 17 | 0.596491 | nld_Latn | 0.445987 |
bc11bd24e35b6fd3f5f1f9281e472b6b3481f61c | 716 | md | Markdown | README.md | jorge-jbs/tresenraya-ia | 8f346d866d565ff534f9252f3cb460d5b8ef61d6 | [
"Unlicense"
] | null | null | null | README.md | jorge-jbs/tresenraya-ia | 8f346d866d565ff534f9252f3cb460d5b8ef61d6 | [
"Unlicense"
] | null | null | null | README.md | jorge-jbs/tresenraya-ia | 8f346d866d565ff534f9252f3cb460d5b8ef61d6 | [
"Unlicense"
] | null | null | null | # tresenraya-ia
El otro día quería hacer una inteligencia artificial que jugase a tres en raya aplicando lo que había aprendido en el libro
«Artificial Intelligence, A Modern Approach», este es el resultado. Al final creo que hice un trabajo relativamente bueno,
aunque he visto que hay algoritmos mucho más fáciles que ... | 65.090909 | 123 | 0.791899 | spa_Latn | 0.99947 |
bc11fd80d80542d7b8ba7bbd093ba960d1eda4ad | 15,962 | md | Markdown | articles/active-directory/authentication/concept-password-ban-bad.md | salem84/azure-docs.it-it | 3ec6a13aebb82936591c7fc479f084be9bb8776d | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/active-directory/authentication/concept-password-ban-bad.md | salem84/azure-docs.it-it | 3ec6a13aebb82936591c7fc479f084be9bb8776d | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/active-directory/authentication/concept-password-ban-bad.md | salem84/azure-docs.it-it | 3ec6a13aebb82936591c7fc479f084be9bb8776d | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Password escluse in modo dinamico-Azure Active Directory
description: Escludere le password vulnerabili dall'ambiente con le password escluse in modo dinamico di Azure AD
services: active-directory
ms.service: active-directory
ms.subservice: authentication
ms.topic: conceptual
ms.date: 07/11/2018
ms.author: ... | 88.187845 | 789 | 0.808483 | ita_Latn | 0.99944 |
bc124219560cf346454d091fcec12927de289c6c | 7,968 | md | Markdown | proposals/0274-add-preferred-FPS.md | NicoleYarroch/sdl_evolution | 24b7bdee9e65eafaccc2640f79a7ec1e7a9fa497 | [
"BSD-3-Clause"
] | 40 | 2016-07-14T20:28:11.000Z | 2022-02-08T07:10:23.000Z | proposals/0274-add-preferred-FPS.md | NicoleYarroch/sdl_evolution | 24b7bdee9e65eafaccc2640f79a7ec1e7a9fa497 | [
"BSD-3-Clause"
] | 1,066 | 2016-08-03T14:00:45.000Z | 2022-02-23T14:01:40.000Z | proposals/0274-add-preferred-FPS.md | NicoleYarroch/sdl_evolution | 24b7bdee9e65eafaccc2640f79a7ec1e7a9fa497 | [
"BSD-3-Clause"
] | 172 | 2016-07-29T14:37:52.000Z | 2021-12-01T20:03:19.000Z | # Add preferred FPS to VideoStreamingCapability
* Proposal: [SDL-0274](0274-add-preferred-FPS.md)
* Author: [Shinichi Watanabe](https://github.com/shiniwat)
* Status: **Accepted with Revisions**
* Impacted Platforms: [Core / iOS / Java Suite / JavaScript Suite / RPC]
## Introduction
This proposal extends SD... | 54.951724 | 329 | 0.756526 | eng_Latn | 0.937174 |
bc12c0acf4dbfe4656199acbb8c76a37748142c9 | 3,741 | md | Markdown | wiki/translations/es/Help.md | dwhr-pi/FreeCAD-documentation | 0c889672d80e7969dcabe83f5ddf503e72a4f5bb | [
"CC0-1.0"
] | null | null | null | wiki/translations/es/Help.md | dwhr-pi/FreeCAD-documentation | 0c889672d80e7969dcabe83f5ddf503e72a4f5bb | [
"CC0-1.0"
] | null | null | null | wiki/translations/es/Help.md | dwhr-pi/FreeCAD-documentation | 0c889672d80e7969dcabe83f5ddf503e72a4f5bb | [
"CC0-1.0"
] | null | null | null | # Help/es
## Foro
El primer lugar donde puedes pedir ayuda es el [foro de FreeCAD](https://forum.freecadweb.org/viewforum.php?f=3). Por favor, lee [este post](https://forum.freecadweb.org/viewtopic.php?f=3&t=2264) antes de hacer cualquier pregunta. Recuerda que [información importante](Important_information/es.md) sob... | 81.326087 | 1,351 | 0.781342 | spa_Latn | 0.986412 |
bc12fd53f1b9861d13125ba12b3a2907a64122a1 | 2,267 | md | Markdown | articles/redis-cache/scripts/cache-keys-ports.md | mikaelkrief/azure-docs.fr-fr | 4cdd4a1518555b738f72dd53ba366849013f258c | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/redis-cache/scripts/cache-keys-ports.md | mikaelkrief/azure-docs.fr-fr | 4cdd4a1518555b738f72dd53ba366849013f258c | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/redis-cache/scripts/cache-keys-ports.md | mikaelkrief/azure-docs.fr-fr | 4cdd4a1518555b738f72dd53ba366849013f258c | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Exemple de script Azure CLI - Obtenir le nom d’hôte, les ports et les clés pour le Cache Redis Azure | Microsoft Docs
description: Exemple de script Azure CLI - Obtenir le nom d’hôte, les ports et les clés pour une instance du Cache Redis Azure
services: redis-cache
documentationcenter: ''
author: wesmc7... | 45.34 | 197 | 0.7618 | fra_Latn | 0.738689 |
bc1393bf974398cc6f4fce9019d108e167ce7a4a | 10,517 | md | Markdown | README.md | stanc/4DPop | 9ca9c81b3f83773956ac21c689f2694190df2445 | [
"MIT"
] | 7 | 2020-03-03T18:33:12.000Z | 2021-07-29T14:50:36.000Z | README.md | stanc/4DPop | 9ca9c81b3f83773956ac21c689f2694190df2445 | [
"MIT"
] | 4 | 2020-02-12T20:40:15.000Z | 2021-08-19T15:45:01.000Z | README.md | stanc/4DPop | 9ca9c81b3f83773956ac21c689f2694190df2445 | [
"MIT"
] | 5 | 2020-04-14T18:45:25.000Z | 2022-03-10T11:34:27.000Z | [](https://developer.4d.com/)
[](https://developer.4d.com/)

[![license](http... | 70.583893 | 563 | 0.748788 | eng_Latn | 0.985959 |