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
472b37969f0bc78457868723b702892eb394a9c1
466
md
Markdown
src/projects/compile.md
alarisprime/alarisprime.com
c1e5702b1dfdcd3c288d1651b8e50c64fcf5d58b
[ "CC0-1.0" ]
1
2017-05-18T08:16:26.000Z
2017-05-18T08:16:26.000Z
src/projects/compile.md
alarisprime/alarisprime.com
c1e5702b1dfdcd3c288d1651b8e50c64fcf5d58b
[ "CC0-1.0" ]
19
2016-05-22T14:23:41.000Z
2020-10-29T19:45:31.000Z
src/projects/compile.md
alarisprime/alarisprime.com
c1e5702b1dfdcd3c288d1651b8e50c64fcf5d58b
[ "CC0-1.0" ]
11
2016-05-22T10:39:32.000Z
2019-02-05T01:19:51.000Z
--- country: India date: 2015-06-15 projectUrl: https://www.compile.com title: Compile.com company: Compile Inc. companyUrl: https://www.compile.com --- <p>Saneef, together with Enakshi, helped in the concept, design, and development of Compile’s website. He also provided a study on im­prov­ing the qual­ity of data gi...
42.363636
311
0.757511
eng_Latn
0.972671
472b94726fbd40ab27d3e6f1ac463c59de04b0f7
2,005
md
Markdown
src/collections/resources/algorithmic-fair-use-pdf-article.md
inclusive-design/wecount.inclusivedesign.ca
825d07037bf4d0ffbd923d757b5b34733fdcf800
[ "BSD-3-Clause" ]
8
2019-12-13T20:26:36.000Z
2021-04-20T03:44:10.000Z
src/collections/resources/algorithmic-fair-use-pdf-article.md
inclusive-design/wecount.inclusivedesign.ca
825d07037bf4d0ffbd923d757b5b34733fdcf800
[ "BSD-3-Clause" ]
557
2019-12-13T22:15:47.000Z
2022-02-22T18:16:16.000Z
src/collections/resources/algorithmic-fair-use-pdf-article.md
inclusive-design/wecount.inclusivedesign.ca
825d07037bf4d0ffbd923d757b5b34733fdcf800
[ "BSD-3-Clause" ]
19
2019-12-13T20:44:57.000Z
2021-08-12T05:51:21.000Z
--- title: "Algorithmic Fair Use" focus: "Bias" source: "University of Chicago Law Review" readability: ["E"] type: "PDF Article" toolPurpose: [] toolAccessibilityIssues: [] openSource: false sharePointUrl: "https://ocaduniversity.sharepoint.com/teams/Team_WeCount/Shared%20Documents/Resources%20and%20Tools/Literature%2...
125.3125
1,299
0.826933
eng_Latn
0.99385
472bc62fee94dd0e2784a055c82615ac80179168
7,711
md
Markdown
content/chapter6/chapter6-3-chinese.md
Zoupers/CPP-17-STL-cookbook
f047533cb7e87acb5f33168895a2b0f6834f20a8
[ "Apache-2.0" ]
873
2018-03-28T05:41:28.000Z
2022-03-30T02:18:50.000Z
content/chapter6/chapter6-3-chinese.md
mapleFU/CPP-17-STL-cookbook
c827a95e67a61edfa24a8b1f048a0bc7578c1aaf
[ "Apache-2.0" ]
6
2018-05-16T15:13:04.000Z
2021-01-15T02:39:44.000Z
content/chapter6/chapter6-3-chinese.md
mapleFU/CPP-17-STL-cookbook
c827a95e67a61edfa24a8b1f048a0bc7578c1aaf
[ "Apache-2.0" ]
209
2018-04-05T14:26:13.000Z
2022-03-27T08:45:25.000Z
# 使用STL数值算法实现傅里叶变换 信号处理领域傅里叶变换是非常重要和著名的公式。这个公式发现于200年前,其计算机用例实很多了。傅里叶变换可以用于音频/图像/视频压缩、音频滤波、医疗图像设备和用于辨识声音的手机引用。 因为其应用领域广泛,STL也试图将其用在数值计算领域。傅里叶变换只是其中一个例子,同样也是非常棘手的一个。其公式如下所示: ![](../../images/chapter6/6-3-1.png) 公式基于累加和的变换。累加中的每个元素是输入信号向量中的一个数据点和表达式`exp(-2 * i * ...)`的乘积。这里需要一些工程数学的知识,你需要简单的了解复数的概念,如果你没有相关的知识,了解概念就可以...
29.319392
316
0.65439
yue_Hant
0.228885
472c33164c2a2e657f9ef9b1ef6cac1c66431894
1,548
md
Markdown
README.md
AlanTurist/quadratic_equation
90220c1831a8711e1a91cf81fc0e283d793e37c9
[ "MIT" ]
null
null
null
README.md
AlanTurist/quadratic_equation
90220c1831a8711e1a91cf81fc0e283d793e37c9
[ "MIT" ]
null
null
null
README.md
AlanTurist/quadratic_equation
90220c1831a8711e1a91cf81fc0e283d793e37c9
[ "MIT" ]
null
null
null
<!DOCTYPE HTML> <html> <body> <head> <h1>Algebra Quadratic Equation</h1> <center><i><img src="https://www.python.org/static/apple-touch-icon-72x72-precomposed.png"></i></center> </head> <br> <br> <body> <center>It's a script that calculates the solutions of every quadratic equation of the types: ...
40.736842
135
0.641473
kor_Hang
0.173365
472d2f6637db32179528b2bdcabc7288786a6342
6,410
md
Markdown
_posts/2016-08-03-hide-slow-splits-garmin-connect-extension.md
g3rv4/g3rv4.com
95b6a6edc9a61967aaf321cb132a58fea4250bb0
[ "MIT" ]
2
2017-02-02T03:49:24.000Z
2018-10-23T18:05:25.000Z
_posts/2016-08-03-hide-slow-splits-garmin-connect-extension.md
g3rv4/g3rv4.com
95b6a6edc9a61967aaf321cb132a58fea4250bb0
[ "MIT" ]
1
2020-05-23T19:18:16.000Z
2020-05-23T19:18:16.000Z
_posts/2016-08-03-hide-slow-splits-garmin-connect-extension.md
g3rv4/g3rv4.com
95b6a6edc9a61967aaf321cb132a58fea4250bb0
[ "MIT" ]
1
2020-05-23T19:14:45.000Z
2020-05-23T19:14:45.000Z
--- layout: post title: Hiding resting splits on Garmin Connect subtitle: (aka injecting JS and messing with an existing site via a Chrome Extension) description: "I started running, and I built a Chrome Extension that changes the data the Garmin Connect webapp shows, by modifying the content of the XHR the server retu...
116.545455
630
0.769267
eng_Latn
0.999652
472dab8e6c63fde66cf7cd9b4f3855d9853e95f3
10,676
md
Markdown
articles/virtual-machines/linux/configure-raid.md
salem84/azure-docs.it-it
3ec6a13aebb82936591c7fc479f084be9bb8776d
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/virtual-machines/linux/configure-raid.md
salem84/azure-docs.it-it
3ec6a13aebb82936591c7fc479f084be9bb8776d
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/virtual-machines/linux/configure-raid.md
salem84/azure-docs.it-it
3ec6a13aebb82936591c7fc479f084be9bb8776d
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Configurare RAID software in una macchina virtuale che esegue Linux | Microsoft Docs description: Informazioni su come usare mdadm per configurare RAID in Linux in Azure. services: virtual-machines-linux documentationcenter: na author: rickstercdn manager: gwallace editor: tysonn tag: azure-service-managemen...
44.115702
799
0.730611
ita_Latn
0.996706
472dd58c82ae179a3bd57b425842b9a0687418a9
2,459
md
Markdown
src/nl/2021-04/12/05.md
ArthurMota9/sabbath-school-lessons
a51fcdecb05cfbbfdacf201ccba9ba768b245885
[ "MIT" ]
68
2016-10-30T23:17:56.000Z
2022-03-27T11:58:16.000Z
src/nl/2021-04/12/05.md
ArthurMota9/sabbath-school-lessons
a51fcdecb05cfbbfdacf201ccba9ba768b245885
[ "MIT" ]
367
2016-10-21T03:50:22.000Z
2022-03-28T23:35:25.000Z
src/nl/2021-04/12/05.md
ArthurMota9/sabbath-school-lessons
a51fcdecb05cfbbfdacf201ccba9ba768b245885
[ "MIT" ]
109
2016-08-02T14:32:13.000Z
2022-03-31T10:18:41.000Z
--- title: Een profeet uit uw midden date: 15/12/2021 --- Keer op keer had Israël de waarschuwing gekregen van de Heer om naburige volkeren niet na te doen. Ze moesten juist een voorbeeld zijn voor hen. In Deuteronomium 18:9-14 waarschuwt Mozes hen opnieuw voor hun ‘verfoeilijke praktijken’. Vervolgens laat hij het...
153.6875
915
0.791379
nld_Latn
1.000005
472eccd984b792bd52374772a5c89dc9482af352
52,401
md
Markdown
articles/azure-monitor/app/api-custom-events-metrics.md
cmendible/azure-docs.es-es
c54d7a105f61abea6c67790e28944a7c6d636b9e
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/azure-monitor/app/api-custom-events-metrics.md
cmendible/azure-docs.es-es
c54d7a105f61abea6c67790e28944a7c6d636b9e
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/azure-monitor/app/api-custom-events-metrics.md
cmendible/azure-docs.es-es
c54d7a105f61abea6c67790e28944a7c6d636b9e
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: API de Application Insights para eventos y métricas personalizados | Microsoft Docs description: Inserte unas cuantas líneas de código en su aplicación de dispositivo o de escritorio, página o servicio web, para realizar el seguimiento del uso y diagnosticar problemas. services: application-insights document...
43.092928
769
0.759909
spa_Latn
0.936137
472ed4c1553cc8d6994ccc5d5009d0916b400aeb
3,045
md
Markdown
docs/debugger/error-web-site-worker-process-has-been-terminated-by-iis.md
MicrosoftDocs/visualstudio-docs.es-es
9d654c35ecad85edadd91aefb49b7bd0ebd2eee2
[ "CC-BY-4.0", "MIT" ]
6
2020-05-20T07:48:51.000Z
2022-03-09T07:27:32.000Z
docs/debugger/error-web-site-worker-process-has-been-terminated-by-iis.md
MicrosoftDocs/visualstudio-docs.es-es
9d654c35ecad85edadd91aefb49b7bd0ebd2eee2
[ "CC-BY-4.0", "MIT" ]
30
2018-10-02T15:11:15.000Z
2021-12-17T11:02:02.000Z
docs/debugger/error-web-site-worker-process-has-been-terminated-by-iis.md
MicrosoftDocs/visualstudio-docs.es-es
9d654c35ecad85edadd91aefb49b7bd0ebd2eee2
[ "CC-BY-4.0", "MIT" ]
25
2018-01-24T17:02:46.000Z
2022-03-04T14:06:19.000Z
--- description: El depurador detuvo la ejecución del código en el sitio web. title: IIS ha interrumpido el proceso de trabajo del sitio web | Microsoft Docs ms.date: 11/04/2016 ms.topic: error-reference f1_keywords: - vs.debug.error.web_server_process_terminated dev_langs: - CSharp - VB - FSharp - C++ author: mikejo50...
48.333333
314
0.764532
spa_Latn
0.9865
472f826bb1bc1e71012e0b3ce7a6cc04a35f7724
663
md
Markdown
device-collection/HADIS-Solo/README.md
HADIS-Home-Automation/HADIS-Devices
b6f4274d230a1115dd8e661fe75db0bb6f7701c1
[ "MIT" ]
null
null
null
device-collection/HADIS-Solo/README.md
HADIS-Home-Automation/HADIS-Devices
b6f4274d230a1115dd8e661fe75db0bb6f7701c1
[ "MIT" ]
null
null
null
device-collection/HADIS-Solo/README.md
HADIS-Home-Automation/HADIS-Devices
b6f4274d230a1115dd8e661fe75db0bb6f7701c1
[ "MIT" ]
null
null
null
# HADIS - Solo MQTT relay switch. Start setup mode by pressing the button for approximately 6sec. ## Electronics * Device: [Sonoff Basic R2](https://sonoff.tech/product/wifi-diy-smart-switches/basicr2) ## Pins * Button: GPIO 0 * Relay: GPIO 12 * Indicator LED: GPIO 13 ## MQTT topics * HADIS/*deviceName*/SWITCH -> h...
22.1
88
0.739065
eng_Latn
0.472004
4730655936fb1470e608f7858e8f4e3420f7af72
15,723
md
Markdown
docs/c-runtime-library/reference/setlocale-wsetlocale.md
OpenLocalizationTestOrg/cpp-docs.it-it
05d8d2dcc95498d856f8456e951d801011fe23d1
[ "CC-BY-4.0" ]
1
2020-05-21T13:09:13.000Z
2020-05-21T13:09:13.000Z
docs/c-runtime-library/reference/setlocale-wsetlocale.md
OpenLocalizationTestOrg/cpp-docs.it-it
05d8d2dcc95498d856f8456e951d801011fe23d1
[ "CC-BY-4.0" ]
null
null
null
docs/c-runtime-library/reference/setlocale-wsetlocale.md
OpenLocalizationTestOrg/cpp-docs.it-it
05d8d2dcc95498d856f8456e951d801011fe23d1
[ "CC-BY-4.0" ]
null
null
null
--- title: setlocale, _wsetlocale | Microsoft Docs ms.custom: ms.date: 11/04/2016 ms.reviewer: ms.suite: ms.technology: - devlang-cpp ms.tgt_pltfrm: ms.topic: article apiname: - _wsetlocale - setlocale apilocation: - msvcrt.dll - msvcr80.dll - msvcr90.dll - msvcr100.dll - msvcr100_clr0400.dll - m...
44.667614
1,195
0.701584
eng_Latn
0.974232
4730c8b30ebab14b293949c7669a8fa3ebfbf534
250
md
Markdown
README.md
johnstarmer/documentationdemo
558e57267dc192e7a8b1525300779ddc301648b0
[ "Apache-2.0" ]
null
null
null
README.md
johnstarmer/documentationdemo
558e57267dc192e7a8b1525300779ddc301648b0
[ "Apache-2.0" ]
null
null
null
README.md
johnstarmer/documentationdemo
558e57267dc192e7a8b1525300779ddc301648b0
[ "Apache-2.0" ]
null
null
null
# Documentation Demo Site This is a demonstration website to use for exploring the capability of the Hugo static site generator. ## Running the website locally Once you've cloned the site repo, from the repo root folder, run: ``` hugo server ```
20.833333
102
0.76
eng_Latn
0.998614
4730fe9441d38c8d70fcc62d42ebaab17baf0506
5,600
md
Markdown
docs/extensibility/registering-verbs-for-file-name-extensions.md
ManuSquall/visualstudio-docs.fr-fr
87f0072eb292673de4a102be704162619838365f
[ "CC-BY-4.0", "MIT" ]
1
2021-08-15T11:25:55.000Z
2021-08-15T11:25:55.000Z
docs/extensibility/registering-verbs-for-file-name-extensions.md
ManuSquall/visualstudio-docs.fr-fr
87f0072eb292673de4a102be704162619838365f
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/extensibility/registering-verbs-for-file-name-extensions.md
ManuSquall/visualstudio-docs.fr-fr
87f0072eb292673de4a102be704162619838365f
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Inscription de verbes pour les extensions de nom de fichier | Microsoft Docs description: Découvrez comment inscrire un verbe qui est associé à un identificateur programmatique pour une extension de nom de fichier à l’aide d’une clé de Shell. ms.custom: SEO-VS-2020 ms.date: 11/04/2016 ms.topic: how-to helpvi...
47.457627
468
0.780357
fra_Latn
0.769829
473129c7887c112c456ec0f3e106932adc027e71
22,675
md
Markdown
Current/markdown/classHack_1_1Chips_1_1Mux8Way16.md
CharlesCarley/HackComputer
2f29ec7929ef08f295b5be5810f324acc99604e0
[ "MIT" ]
null
null
null
Current/markdown/classHack_1_1Chips_1_1Mux8Way16.md
CharlesCarley/HackComputer
2f29ec7929ef08f295b5be5810f324acc99604e0
[ "MIT" ]
null
null
null
Current/markdown/classHack_1_1Chips_1_1Mux8Way16.md
CharlesCarley/HackComputer
2f29ec7929ef08f295b5be5810f324acc99604e0
[ "MIT" ]
null
null
null
<a id="mux8way16"></a> <h1>Mux8Way16</h1> <a id="classhack_1_1chips_1_1mux8way16"></a> <a href="https://github.com/CharlesCarley/HackComputer#~">~</a> <a href="index.md#index">HackComputer</a> <span class="inline-text">/</span> <a href="namespaceHack.md#hack">Hack</a> <span class="inline-text">::</span> <a href="namesp...
43.355641
255
0.680221
yue_Hant
0.58083
47316810b23910afd66a47097b8700e588dd7e4a
1,532
md
Markdown
clinical-learning/IABP/What is IABP.md
BevalZ/Medical-notes
e550e9700f789c292805205c99adfd0af8c6818e
[ "MIT" ]
null
null
null
clinical-learning/IABP/What is IABP.md
BevalZ/Medical-notes
e550e9700f789c292805205c99adfd0af8c6818e
[ "MIT" ]
null
null
null
clinical-learning/IABP/What is IABP.md
BevalZ/Medical-notes
e550e9700f789c292805205c99adfd0af8c6818e
[ "MIT" ]
null
null
null
# [Intra-aortic Ballon Pump](https://en.wikipedia.org/wiki/Intra-aortic_balloon_pump) ``` Increase cardiac output --> Increase coronary blood flow --> Increase myocadial oxygen perfusion ``` ![](https://upload.wikimedia.org/wikipedia/commons/8/8b/Intra-aortic_balloon_pump.jpg) pproximately 2 centimeters (0.79 in) #...
33.304348
213
0.804178
eng_Latn
0.953524
473180136d88f7c9699890d96c1f5d757c9de791
185
md
Markdown
docs/src/index.md
DomagojGalic/MyExample
5420e1153fbeb84d22f7e2ff5779b91881bcbe3d
[ "MIT" ]
null
null
null
docs/src/index.md
DomagojGalic/MyExample
5420e1153fbeb84d22f7e2ff5779b91881bcbe3d
[ "MIT" ]
1
2021-04-29T04:43:06.000Z
2021-04-29T04:53:20.000Z
docs/src/index.md
DomagojGalic/MyExample
5420e1153fbeb84d22f7e2ff5779b91881bcbe3d
[ "MIT" ]
null
null
null
```@meta CurrentModule = MyExample ``` # MyExample Documentation for [MyExample](https://github.com/DomagojGalic/MyExample.jl). ```@index ``` ```@autodocs Modules = [MyExample] ```
12.333333
76
0.681081
eng_Latn
0.278097
4731bb6e0b136ca455319a8f4064570a775fa0b8
1,127
md
Markdown
docs/manual.md
singleron-RD/AccuraCode
5bf3832a7cb0dfbab298b7406de734e062417e5d
[ "MIT" ]
2
2021-11-17T06:55:36.000Z
2022-02-21T03:10:55.000Z
docs/manual.md
singleron-RD/AccuraCode
5bf3832a7cb0dfbab298b7406de734e062417e5d
[ "MIT" ]
null
null
null
docs/manual.md
singleron-RD/AccuraCode
5bf3832a7cb0dfbab298b7406de734e062417e5d
[ "MIT" ]
2
2022-02-14T06:41:19.000Z
2022-03-15T14:21:50.000Z
## Introduction AccuraCode is a bioinfomatics analysis pipeline developed at Singleron to AccuraCode sequencing data generated with Singleron products. These pipelines take paired-end FASTQ files as input and generate output files which can be used for downstream data analysis. Each pipeline consists of several steps ...
41.740741
296
0.783496
eng_Latn
0.935506
4731c44a146a4817a3fa6daed874bd10bacf3119
11,780
md
Markdown
translations_exported/ru/docs_exported/crafttweaker/docs/vanilla/api/BracketHandlers.md
GregTechCEu/CraftTweaker-Documentation
c2c98f81dd5f9b089c695bee5ac2547831c19818
[ "MIT" ]
1
2022-01-16T03:07:14.000Z
2022-01-16T03:07:14.000Z
translations_exported/ru/docs_exported/crafttweaker/docs/vanilla/api/BracketHandlers.md
friendlyhj/CraftTweaker-Documentation
520fee16271b669722b47a7604a2187ac403c641
[ "MIT" ]
null
null
null
translations_exported/ru/docs_exported/crafttweaker/docs/vanilla/api/BracketHandlers.md
friendlyhj/CraftTweaker-Documentation
520fee16271b669722b47a7604a2187ac403c641
[ "MIT" ]
null
null
null
# BracketHandlers This class contains the "simple" Bracket handlers from CraftTweaker. However, some Bracket handlers, like for recipeTypes, tags, tagManagers, won't be shown here as they use a different internal structure. ## Импорт класса It might be required for you to import the package if you encounter any issu...
27.142857
430
0.650255
eng_Latn
0.61741
473219660903c4aaa31e72ad9d18c730afa2a4a9
2,995
md
Markdown
notes/testing-library.md
Uvacoder/abcnotez4-code
6e6475368219ac8e6f002ffce2a0dd496ddc7ec4
[ "MIT" ]
46
2020-03-09T13:28:15.000Z
2021-11-08T08:46:58.000Z
notes/testing-library.md
Uvacoder/abcnotez4-code
6e6475368219ac8e6f002ffce2a0dd496ddc7ec4
[ "MIT" ]
9
2021-09-14T18:16:56.000Z
2022-02-27T18:16:44.000Z
notes/testing-library.md
Uvacoder/abcnotez4-code
6e6475368219ac8e6f002ffce2a0dd496ddc7ec4
[ "MIT" ]
20
2020-05-28T16:23:39.000Z
2021-06-27T18:23:48.000Z
--- title: Testing library tags: - testing emoji: 🧪 link: 'https://testing-library.com' created: 2020-03-25T17:00:14.000Z modified: 2020-05-11T11:47:16.000Z --- ## DOM https://testing-library.com/docs/dom-testing-library/intro ### Queries https://testing-library.com/docs/dom-testing-library/api-queries #### Var...
28.52381
80
0.709182
eng_Latn
0.948971
47322544e2c14c8f7de5f7c397cc135377440ba1
14
md
Markdown
_includes/04-lists.md
vilijajoyce/markdown-portfolio
0642a1120094270ee84644bc5bd942c8a9c6f050
[ "MIT" ]
null
null
null
_includes/04-lists.md
vilijajoyce/markdown-portfolio
0642a1120094270ee84644bc5bd942c8a9c6f050
[ "MIT" ]
5
2021-07-22T18:51:18.000Z
2021-07-22T19:13:31.000Z
_includes/04-lists.md
vilijajoyce/markdown-portfolio
0642a1120094270ee84644bc5bd942c8a9c6f050
[ "MIT" ]
null
null
null
* cats * dogs
4.666667
6
0.571429
eng_Latn
0.977129
473236ec1bfe0f71a0d4ad4d9cfb4e20dfc0782b
663
md
Markdown
indigo_drivers/mount_pmc8/README.md
polakovic/indigo
177cb9cd02cff2f7193df653e7ff5ea9ea3e7093
[ "RSA-MD" ]
null
null
null
indigo_drivers/mount_pmc8/README.md
polakovic/indigo
177cb9cd02cff2f7193df653e7ff5ea9ea3e7093
[ "RSA-MD" ]
1
2022-03-09T08:57:08.000Z
2022-03-09T08:57:08.000Z
indigo_drivers/mount_pmc8/README.md
polakovic/indigo
177cb9cd02cff2f7193df653e7ff5ea9ea3e7093
[ "RSA-MD" ]
null
null
null
# PMC Eight mount driver ## Supported devices * ExploreScientific iEXOS-100, iEXOS-300 and EXOS2-GT, * Losmandy G11 and Titan with PMC Eight controller Connection over serial port, UDP and TCP. Single device is present on the first startup (no hot-plug support). Additional devices can be configured on runtime. ##...
21.387097
117
0.769231
eng_Latn
0.986991
47344cbc481b0aa12f32b411a12e029e2a722bee
790
md
Markdown
docs/framework/wcf/diagnostics/etw/707-httpsendstop.md
adamsitnik/docs.cs-cz
7c534ad2e48aa0772412dc0ecf04945c08fa4211
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/wcf/diagnostics/etw/707-httpsendstop.md
adamsitnik/docs.cs-cz
7c534ad2e48aa0772412dc0ecf04945c08fa4211
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/wcf/diagnostics/etw/707-httpsendstop.md
adamsitnik/docs.cs-cz
7c534ad2e48aa0772412dc0ecf04945c08fa4211
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: 707 – HttpSendStop ms.date: 03/30/2017 ms.assetid: 5c8a607a-be7a-4e36-a885-67746f03cae6 ms.openlocfilehash: b24d5284b3812efd37d6958fb328a9613c30cc56 ms.sourcegitcommit: 9b552addadfb57fab0b9e7852ed4f1f1b8a42f8e ms.translationtype: MT ms.contentlocale: cs-CZ ms.lasthandoff: 04/23/2019 ms.locfileid: "61953007" ...
27.241379
72
0.727848
ces_Latn
0.69915
473462e07b6d4133bc90a4d421c14b3e2b9323c5
229
md
Markdown
README.md
Anne898/Profesiones
0ff89c1b38441bc62e5d20d0a6cd63c1d3f92ee5
[ "MIT" ]
1
2020-02-26T18:31:31.000Z
2020-02-26T18:31:31.000Z
README.md
Anne898/Profesiones
0ff89c1b38441bc62e5d20d0a6cd63c1d3f92ee5
[ "MIT" ]
null
null
null
README.md
Anne898/Profesiones
0ff89c1b38441bc62e5d20d0a6cd63c1d3f92ee5
[ "MIT" ]
null
null
null
# Profesiones Crear una estructura de clases para representar personas con nombre, apellido y profesión. Cada persona puede decir su nombre, su apellido y su profesión. - Crear (3) personas distintas con profesiones distintas.
76.333333
214
0.803493
spa_Latn
0.999729
473469bc7afb06033fe1ea505a4fbca603c0c417
619
md
Markdown
README.md
Koenkk/Phalcon-Uploader
60ab490537960d6c98fd8113273fe5e586936dc8
[ "MIT" ]
null
null
null
README.md
Koenkk/Phalcon-Uploader
60ab490537960d6c98fd8113273fe5e586936dc8
[ "MIT" ]
null
null
null
README.md
Koenkk/Phalcon-Uploader
60ab490537960d6c98fd8113273fe5e586936dc8
[ "MIT" ]
null
null
null
# Phalcon-Uploader File upload handler for the Phalcon Framework. ## Introduction This package provides a file upload service. You can use it as follows: ```php // Assuming uploader is registered in dependency injector. $this->uploader->add("file", [ "name" => "path/and/name/of/file.ext", "required" => false...
19.34375
74
0.696284
eng_Latn
0.837485
4734b54201d36ece6089aede796aa4b114c1ef00
271
md
Markdown
src/Swap_Nodes_in_Pairs/Readme.md
lizij/Leetcode
ee97d6bffcef43947701e6a9883be9672ee92a73
[ "Unlicense" ]
1
2018-04-17T13:49:41.000Z
2018-04-17T13:49:41.000Z
src/Swap_Nodes_in_Pairs/Readme.md
lizij/Leetcode
ee97d6bffcef43947701e6a9883be9672ee92a73
[ "Unlicense" ]
null
null
null
src/Swap_Nodes_in_Pairs/Readme.md
lizij/Leetcode
ee97d6bffcef43947701e6a9883be9672ee92a73
[ "Unlicense" ]
null
null
null
Given a linked list, swap every two adjacent nodes and return its head. For example, Given 1->2->3->4, you should return the list as 2->1->4->3. Your algorithm should use only constant space. You may not modify the values in the list, only nodes itself can be changed.
38.714286
123
0.749077
eng_Latn
0.999659
47357be20ca2dddc02ea0de4b1474cbcab344ab6
28
md
Markdown
README.md
NildoQs/teste
99c7ae8607c825f97241826fe03f56a780d8f8e6
[ "MIT" ]
null
null
null
README.md
NildoQs/teste
99c7ae8607c825f97241826fe03f56a780d8f8e6
[ "MIT" ]
null
null
null
README.md
NildoQs/teste
99c7ae8607c825f97241826fe03f56a780d8f8e6
[ "MIT" ]
null
null
null
# Meu repositório de testes
14
27
0.785714
por_Latn
0.999951
473622b9a3adf2673cb7a0f39284f527142991a8
2,024
md
Markdown
_posts/4/2021-04-06-tim-armstrong.md
chito365/ukdat
382c0628a4a8bed0f504f6414496281daf78f2d8
[ "MIT" ]
null
null
null
_posts/4/2021-04-06-tim-armstrong.md
chito365/ukdat
382c0628a4a8bed0f504f6414496281daf78f2d8
[ "MIT" ]
null
null
null
_posts/4/2021-04-06-tim-armstrong.md
chito365/ukdat
382c0628a4a8bed0f504f6414496281daf78f2d8
[ "MIT" ]
null
null
null
--- id: 3113 title: Tim Armstrong date: 2021-04-06T02:48:35+00:00 author: Laima layout: post guid: https://ukdataservers.com/tim-armstrong/ permalink: /04/06/tim-armstrong tags: - Is Married? - Is Single? - Relationships category: Family Guides --- * some text {: toc} ## Who is Tim Armstrong ...
21.763441
158
0.376976
eng_Latn
0.998719
4737954bdf40c6231bf91874e78e14e06ddb7e73
1,262
md
Markdown
business-central/admin-feature-management.md
AleksanderGladkov/dynamics365smb-docs
f061beeb61260d6b78df86334a7a8c50be2bb8d4
[ "CC-BY-4.0", "MIT" ]
null
null
null
business-central/admin-feature-management.md
AleksanderGladkov/dynamics365smb-docs
f061beeb61260d6b78df86334a7a8c50be2bb8d4
[ "CC-BY-4.0", "MIT" ]
null
null
null
business-central/admin-feature-management.md
AleksanderGladkov/dynamics365smb-docs
f061beeb61260d6b78df86334a7a8c50be2bb8d4
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Enabling upcoming features ahead of time description: Learn how to enable select, optional features before they become mandatory. author: mikebcMSFT ms.service: dynamics365-business-central ms.topic: article ms.search.keywords: administration, admin, key, optional, feature management, early access, preview m...
54.869565
457
0.801902
eng_Latn
0.996784
4737b294543c42a160e1b8d08740f6e0b1cd513f
1,979
md
Markdown
Skype/SfbServer/schema-reference/call-detail-recording-cdr-database-schema/dialogs.md
GiantCrocodile/OfficeDocs-SkypeForBusiness.de-DE
78f0bf23e8587090de05a337cb8a3700a0ce9036
[ "CC-BY-4.0", "MIT" ]
null
null
null
Skype/SfbServer/schema-reference/call-detail-recording-cdr-database-schema/dialogs.md
GiantCrocodile/OfficeDocs-SkypeForBusiness.de-DE
78f0bf23e8587090de05a337cb8a3700a0ce9036
[ "CC-BY-4.0", "MIT" ]
null
null
null
Skype/SfbServer/schema-reference/call-detail-recording-cdr-database-schema/dialogs.md
GiantCrocodile/OfficeDocs-SkypeForBusiness.de-DE
78f0bf23e8587090de05a337cb8a3700a0ce9036
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Tabelle "Dialogfelder" in Skype for Business Server 2015 ms.reviewer: '' ms.author: v-lanac author: lanachin manager: serdars ms.date: 3/9/2015 audience: ITPro ms.topic: article ms.prod: skype-for-business-itpro f1.keywords: - NOCSH localization_priority: Normal ms.assetid: 487a430b-af66-4ea6-b28e-4e33cfdb7f...
56.542857
351
0.748863
deu_Latn
0.866735
47385d726ba37b75a47bc09ba8ef03c3fe339e3b
2,471
md
Markdown
docker/images/dev-docker/README.md
SolarBankers/Solar-Bankers-Coin
a7c6652020de0267ca4eacd8fbc97687a58ef372
[ "MIT" ]
4
2018-09-16T03:01:21.000Z
2019-10-31T13:34:06.000Z
docker/images/dev-docker/README.md
SolarBankers/Solar-Bankers-Coin
a7c6652020de0267ca4eacd8fbc97687a58ef372
[ "MIT" ]
null
null
null
docker/images/dev-docker/README.md
SolarBankers/Solar-Bankers-Coin
a7c6652020de0267ca4eacd8fbc97687a58ef372
[ "MIT" ]
1
2018-12-13T22:20:04.000Z
2018-12-13T22:20:04.000Z
# Supported tags and respective `Dockerfile` links ## Simple Tags - [`dind` (*docker/images/devdocker/Dockerfile*)](https://github.com/skycoin/skycoin/tree/develop/docker/images/devdocker/Dockerfile) # Skycoin development image including [docker in docker](https://hub.docker.com/_/docker/) This image has the necess...
29.070588
176
0.732902
eng_Latn
0.989079
4738f1d039c7467a15938c560c00725fd15ceaf1
32,906
md
Markdown
README.md
G3F4/warsawjs-workshop-47-reactive-snake
fec634cf3a6fbc7ef7d8bd2a569f5fee3a0bdb16
[ "MIT" ]
2
2020-08-19T08:11:34.000Z
2020-08-23T20:11:31.000Z
README.md
G3F4/warsawjs-workshop-47-reactive-snake
fec634cf3a6fbc7ef7d8bd2a569f5fee3a0bdb16
[ "MIT" ]
null
null
null
README.md
G3F4/warsawjs-workshop-47-reactive-snake
fec634cf3a6fbc7ef7d8bd2a569f5fee3a0bdb16
[ "MIT" ]
null
null
null
# warsawjs-workshop-47-reactive-snake WarsawJS Workshop 47 training repo ## Opis warsztatu Celem warsztatu jest poznanie biblioteki React.\ Warsztat skupia się wyłącznie na czysto funkcyjnym aspekcie tworzenia UI (komponenty funkcyjne i hooki).\ Poznamy następujące zagadnienia: * hook `useState` - do obsługi stanu * h...
38.758539
193
0.762688
pol_Latn
0.999852
473921bd52059393f40fdc5acd1c111d7464fb46
2,389
md
Markdown
mac/keyboard-shortcuts.md
B4V/visualstudio-docs.ru-ru
c9c85cb0972b8eed68c78fd1a8be2410700da449
[ "CC-BY-4.0", "MIT" ]
null
null
null
mac/keyboard-shortcuts.md
B4V/visualstudio-docs.ru-ru
c9c85cb0972b8eed68c78fd1a8be2410700da449
[ "CC-BY-4.0", "MIT" ]
null
null
null
mac/keyboard-shortcuts.md
B4V/visualstudio-docs.ru-ru
c9c85cb0972b8eed68c78fd1a8be2410700da449
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Распространенные сочетания клавиш в редакторе исходного кода description: В этой статье описываются некоторые распространенные сочетания клавиш в редакторе исходного кода Visual Studio для Mac author: conceptdev ms.author: crdun ms.date: 05/06/2018 ms.assetid: 48E06A61-7294-4EC8-A09D-1763C32AD910 ms.openlocf...
32.726027
310
0.768941
rus_Cyrl
0.856511
47394480836e6cb7abed96a181fa834fc8f82791
78
md
Markdown
README.md
Robot-Grimpeur/dev-os
f38afd18038a8017890df27a741216d3a7e945c4
[ "MIT" ]
null
null
null
README.md
Robot-Grimpeur/dev-os
f38afd18038a8017890df27a741216d3a7e945c4
[ "MIT" ]
null
null
null
README.md
Robot-Grimpeur/dev-os
f38afd18038a8017890df27a741216d3a7e945c4
[ "MIT" ]
null
null
null
# dev-os Ceci est le système d'exploitation de développement de notre robot.
19.5
67
0.782051
fra_Latn
0.99506
4739619996e863d5bd9064dc2c673167113b9c21
21,725
md
Markdown
docs/api-reference/soap/Services87/Document/SubstituteTemplateVariablesEx.md
SuperOfficeDocs/data-access
f0a7033b0f43c4b60921885c7cebde9b789f4487
[ "MIT" ]
null
null
null
docs/api-reference/soap/Services87/Document/SubstituteTemplateVariablesEx.md
SuperOfficeDocs/data-access
f0a7033b0f43c4b60921885c7cebde9b789f4487
[ "MIT" ]
59
2021-04-28T07:02:54.000Z
2022-02-03T13:08:46.000Z
docs/api-reference/soap/Services87/Document/SubstituteTemplateVariablesEx.md
SuperOfficeDocs/data-access
f0a7033b0f43c4b60921885c7cebde9b789f4487
[ "MIT" ]
2
2021-07-01T10:19:20.000Z
2021-08-12T09:41:30.000Z
--- title: Services87.DocumentAgent.SubstituteTemplateVariablesEx SOAP generated: 1 uid: Services87-Document-SubstituteTemplateVariablesEx --- # Services87 Document SubstituteTemplateVariablesEx SOAP request and response examples **Remote/Services87/Document.svc** Implemented by the <see cref="M:SuperOffice.Services8...
62.249284
268
0.720092
yue_Hant
0.990287
47396efccc568fa07265a6a971a20667fd927cfc
191
md
Markdown
domain/eqworks.com/index.md
billfitzgerald/smmd
9af567b54b39dc2872cf0ee6c3ada27627490c42
[ "CC-BY-4.0", "MIT" ]
2
2020-12-20T19:10:17.000Z
2021-07-18T22:32:37.000Z
domain/eqworks.com/index.md
billfitzgerald/smmd
9af567b54b39dc2872cf0ee6c3ada27627490c42
[ "CC-BY-4.0", "MIT" ]
8
2020-06-19T16:02:03.000Z
2021-08-24T16:49:39.000Z
domain/eqworks.com/index.md
billfitzgerald/smmd
9af567b54b39dc2872cf0ee6c3ada27627490c42
[ "CC-BY-4.0", "MIT" ]
1
2020-06-29T20:36:31.000Z
2020-06-29T20:36:31.000Z
--- company-name: "EQ Works (formerly Cyberplex)" domain: eqworks.com home: https://www.eqworks.com/ privacy-policy: https://www.eqworks.com/privacy-policy/ email: privacy@eqworks.com ---
17.363636
55
0.727749
yue_Hant
0.426154
4739f0df82f7ee2177c285622562921072f984b0
34,146
md
Markdown
EssentialsDocs/install/Deploy-Windows-Server-Essentials-Experience-as-a-Hosted-Server.md
ilchiodi/windowsserverdocs.it-it
c9a108584b6430aed06a10c888377ec29480fd01
[ "CC-BY-4.0", "MIT" ]
null
null
null
EssentialsDocs/install/Deploy-Windows-Server-Essentials-Experience-as-a-Hosted-Server.md
ilchiodi/windowsserverdocs.it-it
c9a108584b6430aed06a10c888377ec29480fd01
[ "CC-BY-4.0", "MIT" ]
null
null
null
EssentialsDocs/install/Deploy-Windows-Server-Essentials-Experience-as-a-Hosted-Server.md
ilchiodi/windowsserverdocs.it-it
c9a108584b6430aed06a10c888377ec29480fd01
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Distribuire Esperienza Windows Server Essentials come server ospitato description: Viene descritto come usare Windows Server Essentials ms.date: 10/03/2016 ms.prod: windows-server ms.topic: article ms.assetid: a455c6b4-b29f-4f76-8c6b-1578b6537717 author: nnamuhcs ms.author: coreyp manager: dongill ms.openloc...
83.691176
664
0.787179
ita_Latn
0.995004
473a017d3f72ae16a422120a5f12c43792cd2398
537
md
Markdown
README.md
Schaeff/ethereum-bls12.rs
d4ed6e830c83103300331c062058158af29f3bb8
[ "Apache-2.0" ]
12
2018-09-15T10:40:58.000Z
2021-11-22T04:52:35.000Z
README.md
Schaeff/ethereum-bls12.rs
d4ed6e830c83103300331c062058158af29f3bb8
[ "Apache-2.0" ]
3
2018-12-22T14:57:25.000Z
2018-12-22T16:07:19.000Z
README.md
Schaeff/ethereum-bls12.rs
d4ed6e830c83103300331c062058158af29f3bb8
[ "Apache-2.0" ]
3
2018-11-25T01:05:18.000Z
2021-11-22T04:52:25.000Z
# ethereum-bls12.rs This is an experiment to make [BLS12-381](https://blog.z.cash/new-snark-curve/) elliptic curve operations available on Ethereum as a precompiles. Inspired from [ethereum-bn128.rs](https://github.com/ewasm/ethereum-bn128.rs). The encoding used is the one suggested at page 66 of [the sapling spec](h...
76.714286
289
0.791434
eng_Latn
0.86382
473a05be190324649afcc5d0d35d144b4c65c57f
1,344
md
Markdown
2020/12/27/2020-12-27 07:00.md
zhzhzhy/WeiBoHot_history
32ce4800e63f26384abb17d43e308452c537c902
[ "MIT" ]
3
2020-07-14T14:54:15.000Z
2020-08-21T06:48:24.000Z
2020/12/27/2020-12-27 07:00.md
zhzhzhy/WeiBoHot_history
32ce4800e63f26384abb17d43e308452c537c902
[ "MIT" ]
null
null
null
2020/12/27/2020-12-27 07:00.md
zhzhzhy/WeiBoHot_history
32ce4800e63f26384abb17d43e308452c537c902
[ "MIT" ]
null
null
null
2020年12月27日07时数据 Status: 200 1.郑爽要退出追光吧哥哥 微博热度:1131879 2.摄影师9年前曾拍下孩童时期丁真 微博热度:899148 3.华为智慧屏新品开售 微博热度:874948 4.王一博被报假警 微博热度:806071 5.河北大学 微博热度:439053 6.长大以后会好吗 微博热度:438177 7.李维嘉回应 微博热度:428095 8.快乐大本营 微博热度:379779 9.追光吧哥哥 微博热度:337902 10.低龄未成年人刑责范围再调整 微博热度:321697 11.北京多家顶全便利店已暂停营业 微博热度:317435 12.苏醒倒...
6.588235
21
0.772321
yue_Hant
0.375151
473ac0e9347127bcf2fbf3ba9f493d2e0b40586c
34
md
Markdown
README.md
SophiaSilveira/Atvd_Dupla
20242e4143f530f9838cd69a27d798474cc35ddd
[ "MIT" ]
null
null
null
README.md
SophiaSilveira/Atvd_Dupla
20242e4143f530f9838cd69a27d798474cc35ddd
[ "MIT" ]
null
null
null
README.md
SophiaSilveira/Atvd_Dupla
20242e4143f530f9838cd69a27d798474cc35ddd
[ "MIT" ]
null
null
null
# Atvd_Dupla atividade valendo 3p
11.333333
20
0.823529
por_Latn
0.996938
473c90a4471ef292c6e71667b6fcc85fbfc3960b
588
md
Markdown
README.md
NAFedosov/Charity_tokens
da09bd5f6b454ba6de7dd736714bc080b3758898
[ "Apache-2.0" ]
null
null
null
README.md
NAFedosov/Charity_tokens
da09bd5f6b454ba6de7dd736714bc080b3758898
[ "Apache-2.0" ]
null
null
null
README.md
NAFedosov/Charity_tokens
da09bd5f6b454ba6de7dd736714bc080b3758898
[ "Apache-2.0" ]
1
2020-11-18T09:39:39.000Z
2020-11-18T09:39:39.000Z
# charity-token ## address https://etherscan.io/address/0xd80f47b5ab209feee27cd4467499a79d010bb948 ## description and functionality 1. The value of charity tokens is ensured by human, social, natural capitals, which is accounted for per capita of the country, for each user of the social network open-fund.site. 2. T...
42
179
0.80102
eng_Latn
0.994307
473cc47b846ffa4d23c6b2880f3fdc5db5520e53
117
md
Markdown
.changeset/modern-cameras-fetch.md
PH4NTOMiki/kit
4e4625ea6d9a084bc767ae216704aacd95fe8730
[ "MIT" ]
9
2021-12-25T06:02:20.000Z
2022-01-23T09:59:40.000Z
.changeset/modern-cameras-fetch.md
PH4NTOMiki/kit
4e4625ea6d9a084bc767ae216704aacd95fe8730
[ "MIT" ]
31
2021-12-27T11:31:37.000Z
2022-01-06T06:26:18.000Z
.changeset/modern-cameras-fetch.md
PH4NTOMiki/kit
4e4625ea6d9a084bc767ae216704aacd95fe8730
[ "MIT" ]
7
2021-12-27T10:58:06.000Z
2022-01-22T01:12:02.000Z
--- '@sveltejs/kit': patch --- allow files and directories named `__tests__` and `__test__` in the routes directory
19.5
84
0.726496
eng_Latn
0.99582
473cf06c66a26abca16774641fb93554adb2b289
1,218
md
Markdown
CuratedContent/HowToEnablePerfPortabilityForCseApps.md
rinkug/bssw.io
2bf279fb89806355e8948a23924edead081e3c79
[ "MIT" ]
81
2017-02-03T13:23:03.000Z
2020-07-11T18:06:15.000Z
CuratedContent/HowToEnablePerfPortabilityForCseApps.md
rinkug/bssw.io
2bf279fb89806355e8948a23924edead081e3c79
[ "MIT" ]
455
2017-02-09T05:11:08.000Z
2020-08-07T23:24:43.000Z
CuratedContent/HowToEnablePerfPortabilityForCseApps.md
rinkug/bssw.io
2bf279fb89806355e8948a23924edead081e3c79
[ "MIT" ]
73
2017-02-15T19:48:22.000Z
2020-07-24T22:06:08.000Z
### How to Enable Performance Portability for CSE Applications? <!-- deck text start --> Performance portability is an increasing concern for CSE applications. This *How To* document is a good resource on understanding how to enable performance portability in applications. <!-- deck text end --> #### Contributed by...
45.111111
323
0.784893
eng_Latn
0.677217
473cfd5acee4b4a3bec682a5d64e1fcd6bee3a00
2,453
md
Markdown
articles/cognitive-services/whats-new-docs.md
GordenW/azure-docs.zh-cn
2b69134b6401663a0fe76e07cd81d97da080bda1
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/cognitive-services/whats-new-docs.md
GordenW/azure-docs.zh-cn
2b69134b6401663a0fe76e07cd81d97da080bda1
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/cognitive-services/whats-new-docs.md
GordenW/azure-docs.zh-cn
2b69134b6401663a0fe76e07cd81d97da080bda1
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: 认知服务文档:2020年7月1日(年7月31日2020)的新增功能 description: 2020年7月1日(年7月31日2020)认知服务文档的新增功能。 author: erhopf manager: nitinme ms.topic: conceptual ms.author: erhopf ms.service: cognitive-services ms.date: 08/03/2020 ms.openlocfilehash: eda90a430d96d43d052a603f82832aef6c0facdb ms.sourcegitcommit: 1b2d1755b2bf85f97b27e8fbe...
36.61194
114
0.747656
yue_Hant
0.310634
473d78abb5ead6c6d2e5f75970fd47d09e50656f
1,368
md
Markdown
desktop-src/DevNotes/ctl3dsubclassctl.md
citelao/win32
bf61803ccb0071d99eee158c7416b9270a83b3e4
[ "CC-BY-4.0", "MIT" ]
2
2022-03-18T02:46:08.000Z
2022-03-18T03:19:15.000Z
desktop-src/DevNotes/ctl3dsubclassctl.md
citelao/win32
bf61803ccb0071d99eee158c7416b9270a83b3e4
[ "CC-BY-4.0", "MIT" ]
null
null
null
desktop-src/DevNotes/ctl3dsubclassctl.md
citelao/win32
bf61803ccb0071d99eee158c7416b9270a83b3e4
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- Description: Subclasses an individual control unless the control appears in a dialog box. ms.assetid: 07a2bce1-4c69-4f8d-bb24-b17351f5e771 title: Ctl3dSubclassCtl function ms.topic: reference ms.date: 05/31/2018 topic_type: - APIRef - kbSyntax api_name: - Ctl3dSubclassCtl api_type: - DllExport api_location: - C...
19.267606
269
0.606725
eng_Latn
0.657624
473da5a31e8a57b9f43fa4415a30502446f2e308
9,575
md
Markdown
README.md
ripley-labs/onboarding
2ce03febd986b07847fd3edfc73bdbdbfc31f894
[ "MIT" ]
null
null
null
README.md
ripley-labs/onboarding
2ce03febd986b07847fd3edfc73bdbdbfc31f894
[ "MIT" ]
null
null
null
README.md
ripley-labs/onboarding
2ce03febd986b07847fd3edfc73bdbdbfc31f894
[ "MIT" ]
1
2020-05-18T13:30:36.000Z
2020-05-18T13:30:36.000Z
# Advanced Curriculum For The Software Craftsman This document is intended as a guidance for new developers joining our teams at [FLYERALARM](https://flyeralarm.com). Because we think it might help others as well we open-sourced it. If you know something that's missing feel free to send us a Pull-Request. ## Basics ...
70.925926
241
0.776397
yue_Hant
0.437152
473dd2a99fd8f1c5c8ac23228160bf94054b4f01
2,612
md
Markdown
articles/vmware-cloudsimple/delete-private-cloud.md
R0bes/azure-docs.de-de
24540ed5abf9dd081738288512d1525093dd2938
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/vmware-cloudsimple/delete-private-cloud.md
R0bes/azure-docs.de-de
24540ed5abf9dd081738288512d1525093dd2938
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/vmware-cloudsimple/delete-private-cloud.md
R0bes/azure-docs.de-de
24540ed5abf9dd081738288512d1525093dd2938
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Löschen einer privaten Cloud in Azure VMware Solution by CloudSimple description: Hier erfahren Sie, wie Sie eine private CloudSimple-Cloud löschen. Wenn Sie eine private Cloud löschen, werden alle Cluster gelöscht. author: shortpatti ms.author: v-patsho ms.date: 08/06/2019 ms.topic: article ms.service: azur...
42.129032
278
0.789051
deu_Latn
0.956985
473f6ca508da404c1e0ff0aa631a3f83b1cd4b8f
654
md
Markdown
Python/Collatz Conjecture/README.md
CaptainSora/synaptic-twilight
5f5f29f783e22fd91e9a0567eecc4461376d51bd
[ "MIT" ]
null
null
null
Python/Collatz Conjecture/README.md
CaptainSora/synaptic-twilight
5f5f29f783e22fd91e9a0567eecc4461376d51bd
[ "MIT" ]
null
null
null
Python/Collatz Conjecture/README.md
CaptainSora/synaptic-twilight
5f5f29f783e22fd91e9a0567eecc4461376d51bd
[ "MIT" ]
null
null
null
# Collatz Conjecture The [Collatz Conjecture](https://en.wikipedia.org/wiki/Collatz_conjecture) is a conjecture in mathematics that describes a sequence of numbers defined as follows: 1. Start with any positive integer *n* 2. If *n* is even, the next term is *n/2* 3. If *n* is odd, the next term is *3n+1* The conjec...
50.307692
162
0.762997
eng_Latn
0.999819
47400815cf537089f1563ce707e85ed051f0794c
14,190
md
Markdown
articles/stream-analytics/stream-analytics-machine-learning-integration-tutorial.md
gustavodelima/azure-docs.pt-br
07f02d5a6f3328b5b720c3091518e805d37590b8
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/stream-analytics/stream-analytics-machine-learning-integration-tutorial.md
gustavodelima/azure-docs.pt-br
07f02d5a6f3328b5b720c3091518e805d37590b8
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/stream-analytics/stream-analytics-machine-learning-integration-tutorial.md
gustavodelima/azure-docs.pt-br
07f02d5a6f3328b5b720c3091518e805d37590b8
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Integração do Azure Stream Analytics com o Azure Machine Learning Studio (clássico) description: Este artigo descreve como configurar rapidamente um trabalho simples de Azure Stream Analytics que integra Azure Machine Learning Studio (clássico), usando uma função definida pelo usuário. author: krishna0815 ms...
61.428571
375
0.764693
por_Latn
0.99856
47406559bd5e03a893dc06d9f570df3d43279982
917
md
Markdown
src/safe-guides/coding_practice/memory/lifetime.md
TENX-S/rust-coding-guidelines-zh
5ed5615307f4950980f8c91f20ee20e91d1d3718
[ "MIT" ]
1
2021-11-02T00:49:35.000Z
2021-11-02T00:49:35.000Z
src/safe-guides/coding_practice/memory/lifetime.md
TENX-S/rust-coding-guidelines-zh
5ed5615307f4950980f8c91f20ee20e91d1d3718
[ "MIT" ]
null
null
null
src/safe-guides/coding_practice/memory/lifetime.md
TENX-S/rust-coding-guidelines-zh
5ed5615307f4950980f8c91f20ee20e91d1d3718
[ "MIT" ]
1
2021-11-09T08:59:51.000Z
2021-11-09T08:59:51.000Z
# 生存期 生存期(lifetime),也被叫做 生命周期。 --- ## P.MEM.Lifetime.01 生命周期参数命名尽量简单 **【描述】** 生命周期参数的命名应该尽量简单,用 `'a/ 'b/ 'c` 即可,不要将其命名为带语义的名称。 因为生命周期参数的目的是给编译器使用,用于防止函数中出现悬垂引用。 生命周期参数越简单,越没有语义,就越不会影响到其他业务代码,作为开发者可以做到无视这些生命周期参数,而只有在需要的时候才检查它们。 如果加上语义的话,就会影响代码可读性。 【正例】 ```rust fn the_longest<'a>(s1: &'a str, s2: &'a str) -> &'...
18.34
91
0.668484
yue_Hant
0.628217
47407f0feb0ec94f7301d9dbbea6fc4721e80076
3,430
md
Markdown
articles/azure-monitor/app/java-standalone-troubleshoot.md
daixijun/mc-docs.zh-cn
1303fd33ba04b2881651e18d9db6a28d907f99e3
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/azure-monitor/app/java-standalone-troubleshoot.md
daixijun/mc-docs.zh-cn
1303fd33ba04b2881651e18d9db6a28d907f99e3
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/azure-monitor/app/java-standalone-troubleshoot.md
daixijun/mc-docs.zh-cn
1303fd33ba04b2881651e18d9db6a28d907f99e3
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: 对适用于 Java 的 Azure Monitor Application Insights 进行故障排除 description: 了解如何对 Azure Monitor Application Insights 的 Java 代理进行故障排除 ms.topic: conceptual ms.author: v-johya ms.date: 01/12/2021 ms.custom: devx-track-java ms.openlocfilehash: 79977e2ea4734432b5acacfa528289acae299288 ms.sourcegitcommit: c8ec440978b4acdf1...
41.325301
175
0.774344
yue_Hant
0.399197
4740b8c7a873476b9be5d447320b3d446202d9a0
136
md
Markdown
_pages/our-style/index.md
michelle-rago/content-guide-uswds
6c753bc240016067ed61a728ec36deeec3220c90
[ "CC0-1.0" ]
null
null
null
_pages/our-style/index.md
michelle-rago/content-guide-uswds
6c753bc240016067ed61a728ec36deeec3220c90
[ "CC0-1.0" ]
null
null
null
_pages/our-style/index.md
michelle-rago/content-guide-uswds
6c753bc240016067ed61a728ec36deeec3220c90
[ "CC0-1.0" ]
null
null
null
--- layout: post title: Our style permalink: /our-style/ sidenav: our-style sticky_sidenav: true --- Grammar, spelling, and mechanics.
15.111111
33
0.735294
eng_Latn
0.742409
4740cd25a4b1d0122389fec83494ec764ef41d17
2,262
md
Markdown
README.md
activeshadow/modbus
3c5065946beed839a9d472cdb7132e77843aaa34
[ "BSD-3-Clause" ]
1
2021-04-28T16:27:05.000Z
2021-04-28T16:27:05.000Z
README.md
activeshadow/modbus
3c5065946beed839a9d472cdb7132e77843aaa34
[ "BSD-3-Clause" ]
null
null
null
README.md
activeshadow/modbus
3c5065946beed839a9d472cdb7132e77843aaa34
[ "BSD-3-Clause" ]
null
null
null
[![Build Status](https://travis-ci.com/activeshadow/modbus.svg?branch=master)](https://travis-ci.com/activeshadow/modbus) [![API Reference](https://img.shields.io/badge/godoc-reference-5272B4)](https://pkg.go.dev/actshad.dev/modbus?tab=doc) [![Software License](https://img.shields.io/badge/License-MIT-green.svg)](https...
27.253012
133
0.708665
kor_Hang
0.282669
4740e9d243607044c88437cce96dafd64fe76f57
4,803
md
Markdown
content/portfolio/cv-cli.md
samrobbins85/tailwind-developer-portfolio
51bb96fc1b3cf8e6441db2069915e6059332f7d4
[ "CC-BY-4.0" ]
2
2021-01-03T09:58:04.000Z
2021-02-20T14:05:33.000Z
content/portfolio/cv-cli.md
samrobbins85/tailwind-developer-portfolio
51bb96fc1b3cf8e6441db2069915e6059332f7d4
[ "CC-BY-4.0" ]
8
2020-09-08T09:38:53.000Z
2020-11-30T08:30:45.000Z
content/portfolio/cv-cli.md
samrobbins85/tailwind-developer-portfolio
51bb96fc1b3cf8e6441db2069915e6059332f7d4
[ "CC-BY-4.0" ]
null
null
null
--- categories: - web-dev title: CV CLI date: 2020-12-13T00:00:00.000+00:00 description: A command line CV made with Node.js coders: [] image: "/img/portfolio_cover/cli.svg" github: - https://github.com/samrobbins85/cli-cv tech: - name: Ink logo: "/img/logos/ink.png" url: https://www.npmjs.com/package/ink - name: R...
35.316176
485
0.711847
eng_Latn
0.997868
474245d212bd56278c58234bd5c639eab76dcffd
2,800
md
Markdown
docs/gettingstarted.md
easyjitsi/easyjitsi
b791ac79760842620df4edcb9f0b5076840b7f3f
[ "Apache-2.0" ]
174
2020-04-14T17:15:59.000Z
2022-03-05T11:20:13.000Z
docs/gettingstarted.md
easyjitsi/easyjitsi
b791ac79760842620df4edcb9f0b5076840b7f3f
[ "Apache-2.0" ]
12
2020-04-15T07:14:11.000Z
2021-07-19T18:21:14.000Z
docs/gettingstarted.md
easyjitsi/easyjitsi
b791ac79760842620df4edcb9f0b5076840b7f3f
[ "Apache-2.0" ]
23
2020-04-15T15:40:39.000Z
2022-03-05T11:20:17.000Z
--- id: gettingstarted title: Starting Out --- In this section [Easy Jitsi](https://easyjitsi.com) will guide you through the process of setting up an Ubuntu 18.04 LTS server for Jitsi Meet. ![alt text](https://media1.giphy.com/media/26zzdF4XDAvGsWCVG/giphy.gif?cid=ecf05e47621df61b0ef53636920fbf82ce6461807c98374c&rid...
28.571429
291
0.748929
eng_Latn
0.944911
474248b0076efe62b19eefc74c11203604c07166
381
md
Markdown
docs/arrow-meta/arrow-meta/arrow.common.utils/-processor-utils/has-no-companion.md
nomisRev/ArrowDokkaTest
507f6addb1e379f84aa4257d14b002fc4fcfac7f
[ "Apache-2.0" ]
null
null
null
docs/arrow-meta/arrow-meta/arrow.common.utils/-processor-utils/has-no-companion.md
nomisRev/ArrowDokkaTest
507f6addb1e379f84aa4257d14b002fc4fcfac7f
[ "Apache-2.0" ]
null
null
null
docs/arrow-meta/arrow-meta/arrow.common.utils/-processor-utils/has-no-companion.md
nomisRev/ArrowDokkaTest
507f6addb1e379f84aa4257d14b002fc4fcfac7f
[ "Apache-2.0" ]
null
null
null
//[arrow-meta](../../../index.md)/[arrow.common.utils](../index.md)/[ProcessorUtils](index.md)/[hasNoCompanion](has-no-companion.md) # hasNoCompanion [jvm]\ open val [Element](https://docs.oracle.com/javase/8/docs/api/javax/lang/model/element/Element.html).[hasNoCompanion](has-no-companion.md): [Boolean](https://kotl...
54.428571
221
0.734908
yue_Hant
0.56886
4742537c0adf79d34a67f7eb8315e715d69fce5d
3,879
md
Markdown
client/CHANGELOG.md
smallp/vscode-ci
4c2a3a8343219020a1d1c21017f2668f8507fafc
[ "MIT" ]
35
2017-01-27T19:20:48.000Z
2022-01-29T08:28:10.000Z
client/CHANGELOG.md
smallp/vscode-ci
4c2a3a8343219020a1d1c21017f2668f8507fafc
[ "MIT" ]
61
2017-02-05T02:18:45.000Z
2022-01-04T01:47:51.000Z
client/CHANGELOG.md
smallp/vscode-ci
4c2a3a8343219020a1d1c21017f2668f8507fafc
[ "MIT" ]
14
2018-11-26T15:32:08.000Z
2022-01-14T08:51:13.000Z
# Change Log ## 0.4.2 (2021/01/19) * Fix: onSignatureHelp & onHover failed if there is subfolder.[#54](https://github.com/smallp/vscode-ci/issues/54) ## 0.4.0 (2020/12/07) * Fix: No error if `CI.other` has invalid file.[#42](https://github.com/smallp/vscode-ci/issues/42) * Feature: Enable to go to definition for "view...
35.916667
191
0.691673
eng_Latn
0.809482
47427d3859acde96742ffb4f043efbedb009f44f
86
md
Markdown
manual/data-aggregation.md
marbug/mongodb
04b16b7b7556d728b241304083820f7878fdf9ed
[ "MIT" ]
null
null
null
manual/data-aggregation.md
marbug/mongodb
04b16b7b7556d728b241304083820f7878fdf9ed
[ "MIT" ]
null
null
null
manual/data-aggregation.md
marbug/mongodb
04b16b7b7556d728b241304083820f7878fdf9ed
[ "MIT" ]
null
null
null
# Data aggregation # TODO https://docs.mongodb.com/manual/core/aggregation-pipeline/
21.5
63
0.77907
yue_Hant
0.597468
4742a8cb4849d43eb82687e5ab14f37ae7575101
2,524
md
Markdown
docs/2014/relational-databases/clr-integration/assemblies-getting-information.md
brunom/sql-docs
d80aaa52562d828f9bfb932662ad779432301860
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/2014/relational-databases/clr-integration/assemblies-getting-information.md
brunom/sql-docs
d80aaa52562d828f9bfb932662ad779432301860
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/2014/relational-databases/clr-integration/assemblies-getting-information.md
brunom/sql-docs
d80aaa52562d828f9bfb932662ad779432301860
[ "CC-BY-4.0", "MIT" ]
1
2021-04-05T00:11:33.000Z
2021-04-05T00:11:33.000Z
--- title: "Getting Information About Assemblies | Microsoft Docs" ms.custom: "" ms.date: "03/06/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.suite: "" ms.technology: clr ms.tgt_pltfrm: "" ms.topic: "reference" helpviewer_keywords: - "assemblies [CLR integration], metadata" - "status information...
42.066667
140
0.720681
eng_Latn
0.248838
4742aba9f27ebd88921046e32c1e8b62d42da674
215
md
Markdown
src/documents/demos/FlxSpriteFilters.html.md
Ohmnivore/haxeflixel.com
0b8fdd4eae36ee55800f9277a96a7c06fe3797f0
[ "MIT" ]
46
2015-01-31T02:22:44.000Z
2022-03-23T08:41:55.000Z
src/documents/demos/FlxSpriteFilters.html.md
gamedevsam/haxeflixel.com
e23fb8bb7ff52f449b40dad8154fe4b4e74a42c4
[ "MIT" ]
85
2015-01-30T23:21:50.000Z
2022-03-28T19:22:34.000Z
src/documents/demos/FlxSpriteFilters.html.md
gamedevsam/haxeflixel.com
e23fb8bb7ff52f449b40dad8154fe4b4e74a42c4
[ "MIT" ]
60
2015-01-22T22:21:09.000Z
2022-03-18T15:13:04.000Z
``` title: "FlxSpriteFilters" layout: demo source: "Effects/FlxSpriteFilters" targets: ['flash', 'html5'] ``` This demo shows bitmap filters being applied and updated on FlxSprites using the FlxSpriteFilter class.
23.888889
103
0.767442
eng_Latn
0.653276
4742df8e9a155459e497f4cccd7049bc479851e6
2,225
md
Markdown
includes/migration-guide/retargeting/wpf/nullreferenceexception-exception-handling-code-from.md
TomekLesniak/docs.pl-pl
3373130e51ecb862641a40c5c38ef91af847fe04
[ "CC-BY-4.0", "MIT" ]
null
null
null
includes/migration-guide/retargeting/wpf/nullreferenceexception-exception-handling-code-from.md
TomekLesniak/docs.pl-pl
3373130e51ecb862641a40c5c38ef91af847fe04
[ "CC-BY-4.0", "MIT" ]
null
null
null
includes/migration-guide/retargeting/wpf/nullreferenceexception-exception-handling-code-from.md
TomekLesniak/docs.pl-pl
3373130e51ecb862641a40c5c38ef91af847fe04
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- ms.openlocfilehash: 9c9c4ec55143ef991e9b69a389e0f3368263bb4e ms.sourcegitcommit: e02d17b2cf9c1258dadda4810a5e6072a0089aee ms.translationtype: MT ms.contentlocale: pl-PL ms.lasthandoff: 07/01/2020 ms.locfileid: "85614847" --- ### <a name="nullreferenceexception-in-exception-handling-code-from-imagesourceconvertercon...
74.166667
794
0.792809
pol_Latn
0.857169
47432d321548ae747cdc29c8088e689d400ad936
6,732
md
Markdown
articles/cost-management-billing/reservations/troubleshoot-product-not-available.md
tsunami416604/azure-docs.hu-hu
aeba852f59e773e1c58a4392d035334681ab7058
[ "CC-BY-4.0", "MIT" ]
7
2017-08-28T07:44:33.000Z
2021-04-20T21:12:50.000Z
articles/cost-management-billing/reservations/troubleshoot-product-not-available.md
tsunami416604/azure-docs.hu-hu
aeba852f59e773e1c58a4392d035334681ab7058
[ "CC-BY-4.0", "MIT" ]
412
2018-07-25T09:31:03.000Z
2021-03-17T13:17:45.000Z
articles/cost-management-billing/reservations/troubleshoot-product-not-available.md
tsunami416604/azure-docs.hu-hu
aeba852f59e773e1c58a4392d035334681ab7058
[ "CC-BY-4.0", "MIT" ]
13
2017-09-05T09:10:35.000Z
2021-11-05T11:42:31.000Z
--- title: Nem elérhető Azure foglalási típussal kapcsolatos problémák elhárítása description: Ez a cikk segítséget nyújt az Azure Portalon nem elérhetőként megjelenő fenntartott példányokkal kapcsolatos problémák megértéséhez és elhárításához. author: bandersmsft ms.service: cost-management-billing ms.subservice: rese...
90.972973
597
0.81833
hun_Latn
1.00001
47437e52a95b83b6c57d7b0a3f27078939ad17e8
1,398
md
Markdown
CONTRIBUTING.md
divergentdave/citation
061446acea464ffbb640c5cafbe8d465542d49c1
[ "CC0-1.0" ]
127
2015-01-02T12:29:29.000Z
2022-02-19T04:41:33.000Z
CONTRIBUTING.md
divergentdave/citation
061446acea464ffbb640c5cafbe8d465542d49c1
[ "CC0-1.0" ]
52
2015-01-31T20:19:32.000Z
2020-06-07T14:23:15.000Z
CONTRIBUTING.md
divergentdave/citation
061446acea464ffbb640c5cafbe8d465542d49c1
[ "CC0-1.0" ]
36
2015-02-25T00:32:57.000Z
2022-02-10T04:35:09.000Z
## Public domain The project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the [CC0 1.0 Universal public domain dedication][CC0]. All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you...
63.545455
223
0.76824
eng_Latn
0.998256
47441fb934d1da0db2e19f688b79376c0b71b2d8
2,256
md
Markdown
docs/debug.md
joepvd/special-resource-operator
0deed37c7c85d3e578d26cdda2260008c054005a
[ "Apache-2.0" ]
null
null
null
docs/debug.md
joepvd/special-resource-operator
0deed37c7c85d3e578d26cdda2260008c054005a
[ "Apache-2.0" ]
null
null
null
docs/debug.md
joepvd/special-resource-operator
0deed37c7c85d3e578d26cdda2260008c054005a
[ "Apache-2.0" ]
null
null
null
# How to debug recipes The Special Resource Operatore (SRO) can read the states either from the local, http or a ConfigMap resource. To create the states in the template directory as a CM we can run the following: ```bash VERSION=0.0.1 REPO=example SPECIALRESOURCE=multi-build make chart ``` This command will create...
27.512195
145
0.718528
eng_Latn
0.92748
47445600bd3ccfc26bd350b0e3c9a3b654210628
13,939
md
Markdown
docs/framework/wpf/advanced/graphics-rendering-tiers.md
felipealbuquerq/docs.pt-br
6808f7d63212e650a0ecadd7f5cd058594fd0d38
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/wpf/advanced/graphics-rendering-tiers.md
felipealbuquerq/docs.pt-br
6808f7d63212e650a0ecadd7f5cd058594fd0d38
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/wpf/advanced/graphics-rendering-tiers.md
felipealbuquerq/docs.pt-br
6808f7d63212e650a0ecadd7f5cd058594fd0d38
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Camadas de renderização de gráficos ms.date: 03/30/2017 helpviewer_keywords: - graphics [WPF], performance - rendering graphics [WPF] - rendering tiers [WPF] - graphics rendering tiers [WPF] - graphics [WPF], rendering tiers ms.assetid: 08dd1606-02a2-4122-9351-c0afd2ec3a70 ms.openlocfilehash: 9da519f8d258673...
101.007246
1,128
0.764546
por_Latn
0.995547
47447ce5b98936b1eb45e7ebdd7441af67cd5518
19,351
md
Markdown
articles/machine-learning/concept-model-management-and-deployment.md
jobailla/azure-docs.fr-fr
8c7734bc0d6ffaa8f9f2a39982929b8d9fc8235e
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/machine-learning/concept-model-management-and-deployment.md
jobailla/azure-docs.fr-fr
8c7734bc0d6ffaa8f9f2a39982929b8d9fc8235e
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/machine-learning/concept-model-management-and-deployment.md
jobailla/azure-docs.fr-fr
8c7734bc0d6ffaa8f9f2a39982929b8d9fc8235e
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: 'MLOps : Gestion des modèles ML' titleSuffix: Azure Machine Learning description: 'Apprenez-en plus sur la gestion des modèles avec Azure Machine Learning (MLOps). Déployez, gérez et surveillez vos modèles afin de les améliorer en permanence. ' services: machine-learning ms.service: machine-learning ms.subse...
86.775785
644
0.801509
fra_Latn
0.987276
4744aafdb01121f1f952e55b5fcae81cc8fa7be6
7,473
md
Markdown
articles/virtual-network/ipv6-add-to-existing-vnet-powershell.md
Ysp9714/azure-docs.ko-kr
d49c83bd81a83882c7c238a95f098d7c30f4843d
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/virtual-network/ipv6-add-to-existing-vnet-powershell.md
Ysp9714/azure-docs.ko-kr
d49c83bd81a83882c7c238a95f098d7c30f4843d
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/virtual-network/ipv6-add-to-existing-vnet-powershell.md
Ysp9714/azure-docs.ko-kr
d49c83bd81a83882c7c238a95f098d7c30f4843d
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Azure Virtual Network에서 IPv6로 IPv4 응용 프로그램 업그레이드-PowerShell titlesuffix: Azure Virtual Network description: 이 문서에서는 Azure PowerShell를 사용 하 여 Azure 가상 네트워크의 기존 응용 프로그램에 IPv6 주소를 배포 하는 방법을 보여 줍니다. services: virtual-network documentationcenter: na author: KumudD manager: mtillman ms.service: virtual-network ms....
42.460227
289
0.767563
kor_Hang
0.998644
4744d026f98eb73b332a8c8d41fe0a122322855c
2,964
md
Markdown
2108XX/210824.md
kimyerimweb/TIL
5b16b0a8c2741765df987f83b63ed109a344a7e6
[ "MIT" ]
null
null
null
2108XX/210824.md
kimyerimweb/TIL
5b16b0a8c2741765df987f83b63ed109a344a7e6
[ "MIT" ]
null
null
null
2108XX/210824.md
kimyerimweb/TIL
5b16b0a8c2741765df987f83b63ed109a344a7e6
[ "MIT" ]
null
null
null
## 210814~24 TIL ### 10일간 배운 것 1. class, Hooks - class가 먼저 나왔으나 Hooks를 이용하면 함수형 컴포넌트로 작성할 수 있으며, 페이스북에서도 권장했음. - class로 작성한 코드를 만날 수 있으니 알아는 둬야함! - 함수형 컴포넌트 자체가 hooks가 아니라 useState,useEffect등이 hooks 2. 라이프 사이클, useEffect - class에서는 라이프 사이클에 관련된 함수로 componentDidMount, componentDidUpdate, componentWillUnmo...
41.746479
236
0.689271
kor_Hang
1.00001
4745023db294fe9e5c8c7210244a8a5f23cc2702
30
md
Markdown
README.md
unapu-go/error-utils
96d02b69ab2aca29ed05d6dc752c271810291c55
[ "MIT" ]
null
null
null
README.md
unapu-go/error-utils
96d02b69ab2aca29ed05d6dc752c271810291c55
[ "MIT" ]
null
null
null
README.md
unapu-go/error-utils
96d02b69ab2aca29ed05d6dc752c271810291c55
[ "MIT" ]
null
null
null
# error-utils Error Utilities
10
15
0.8
eng_Latn
0.701442
4745e29d2bc5a684d6f47e7854d3be2f3d6ed482
5,803
md
Markdown
.github/CONTRIBUTING.md
greenkeytech/FDC3
f09f5596dccb6765250681735947ac08472027f1
[ "Apache-2.0" ]
1
2019-03-06T12:33:56.000Z
2019-03-06T12:33:56.000Z
.github/CONTRIBUTING.md
greenkeytech/FDC3
f09f5596dccb6765250681735947ac08472027f1
[ "Apache-2.0" ]
null
null
null
.github/CONTRIBUTING.md
greenkeytech/FDC3
f09f5596dccb6765250681735947ac08472027f1
[ "Apache-2.0" ]
null
null
null
# Contributing to FDC3 :+1: First off, thanks for taking the time to contribute! :+1: # Contributor License Agreement (CLA) A CLA is a document that specifies how a project is allowed to use your contribution; they are commonly used in many open source projects. **_All_ contributions to _all_ projects hosted by [FINO...
64.477778
199
0.708599
eng_Latn
0.986739
474608d89b8ed4797ed3fb41dea41a2bd509a9be
1,760
md
Markdown
docs/output.md
rigzba21/conda-lock
a22ce5aba75685d01b0333f2d320865a1a0bde9b
[ "MIT" ]
null
null
null
docs/output.md
rigzba21/conda-lock
a22ce5aba75685d01b0333f2d320865a1a0bde9b
[ "MIT" ]
null
null
null
docs/output.md
rigzba21/conda-lock
a22ce5aba75685d01b0333f2d320865a1a0bde9b
[ "MIT" ]
null
null
null
# Output formats ## Unified lockfile Conda lock's default output format is a unified multi-platform lockfile. This is defined by a [pydantic](https://pydantic-docs.helpmanual.io/usage/models/) model [here](https://github.com/conda-incubator/conda-lock/blob/main/conda_lock/src_parser/__init__.py#L126) In order to ex...
24.109589
124
0.761364
eng_Latn
0.985922
474685ad13021c3927c2cea275cd8fee2bac1c0f
2,956
md
Markdown
README.md
jdglaser/fast_to_SQL
71b38ef8df7e7efeb79793394e94ca3988601140
[ "MIT" ]
20
2019-09-04T10:15:20.000Z
2022-02-26T12:04:39.000Z
README.md
jdglaser/fast_to_SQL
71b38ef8df7e7efeb79793394e94ca3988601140
[ "MIT" ]
16
2019-04-23T07:49:11.000Z
2021-07-26T15:28:56.000Z
README.md
jdglaser/fast_to_SQL
71b38ef8df7e7efeb79793394e94ca3988601140
[ "MIT" ]
6
2019-07-30T10:33:53.000Z
2021-05-13T20:55:40.000Z
# fast_to_sql ## Introduction `fast_to_sql` is an improved way to upload pandas dataframes to Microsoft SQL Server. `fast_to_sql` takes advantage of pyodbc rather than SQLAlchemy. This allows for a much lighter weight import for writing pandas dataframes to sql server. It uses pyodbc's `executemany` method with `fas...
33.213483
295
0.714141
eng_Latn
0.978897
4746b84340235ba064338835d3d16e86754fedc1
149
md
Markdown
_posts/0000-01-02-abhishek85gupta.md
abhishek85gupta/github-slideshow
93d4e7e3d1253e051757fc06a454f2f5462012a5
[ "MIT" ]
null
null
null
_posts/0000-01-02-abhishek85gupta.md
abhishek85gupta/github-slideshow
93d4e7e3d1253e051757fc06a454f2f5462012a5
[ "MIT" ]
3
2020-10-17T14:52:15.000Z
2020-10-17T15:34:28.000Z
_posts/0000-01-02-abhishek85gupta.md
abhishek85gupta/github-slideshow
93d4e7e3d1253e051757fc06a454f2f5462012a5
[ "MIT" ]
null
null
null
--- layout: slide title: "Welcome to our second slide!" --- Your text => modified text as part of pull request review Use the left arrow to go back!
21.285714
57
0.718121
eng_Latn
0.99757
4746f4234969678ca56ab8ee9ec5c2723867c8ce
653
md
Markdown
CHANGELOG.md
alumarcu/querymap
bf6b8573357129aa2c216831ada78b28018083c8
[ "MIT" ]
null
null
null
CHANGELOG.md
alumarcu/querymap
bf6b8573357129aa2c216831ada78b28018083c8
[ "MIT" ]
null
null
null
CHANGELOG.md
alumarcu/querymap
bf6b8573357129aa2c216831ada78b28018083c8
[ "MIT" ]
null
null
null
CHANGELOG ========= * 1.1.1 (2016-06-15) * changed interface to a single method: query * removed dependency on sql-formatter * updated unit tests to single method and asserts on DQL * 1.1.0 * QueryMap bundle added for simple integration with doctrine * dropped support for Zend 1 - to be done by a s...
32.65
134
0.710567
eng_Latn
0.989043
4746fa1ee7c0708b082f06c16615962923aa5e9e
1,642
md
Markdown
posts/news/2009/11/28/razrabotan-klient-kde-dlya-raboty-s-servisom-ubuntu-one.md
BaryshevRS/ubuntunews.ru
5f1cffb7e28405c57da412db31fa091f00ee0f28
[ "MIT" ]
null
null
null
posts/news/2009/11/28/razrabotan-klient-kde-dlya-raboty-s-servisom-ubuntu-one.md
BaryshevRS/ubuntunews.ru
5f1cffb7e28405c57da412db31fa091f00ee0f28
[ "MIT" ]
1
2021-11-30T22:21:52.000Z
2021-11-30T22:22:06.000Z
posts/news/2009/11/28/razrabotan-klient-kde-dlya-raboty-s-servisom-ubuntu-one.md
BaryshevRS/ubuntunews.ru
5f1cffb7e28405c57da412db31fa091f00ee0f28
[ "MIT" ]
null
null
null
--- title: 'Разработан клиент KDE для работы с сервисом Ubuntu One' date: '2009-11-28T20:37:59+03:00' uri: 'news/razrabotan-klient-kde-dlya-raboty-s-servisom-ubuntu-one' alias: - 'news/213.html' tags: 'KDE,Ubuntu One' source: 'http://www.opennet.ru/opennews/art.shtml?num=24434' unixtime: 1259429879 visits: 1505 ---...
109.466667
736
0.825213
rus_Cyrl
0.924607
4746fc36ea90e61cafe2a75e76bf8c774bba50cb
7,582
md
Markdown
docs/build/reference/clr-common-language-runtime-compilation.md
FlorianHaupt/cpp-docs.de-de
0ccd351cf627f1a41b14514c746f729b778d87e3
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/build/reference/clr-common-language-runtime-compilation.md
FlorianHaupt/cpp-docs.de-de
0ccd351cf627f1a41b14514c746f729b778d87e3
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/build/reference/clr-common-language-runtime-compilation.md
FlorianHaupt/cpp-docs.de-de
0ccd351cf627f1a41b14514c746f729b778d87e3
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: /clr (Common Language Runtime-Kompilierung) ms.date: 09/18/2018 f1_keywords: - /CLR - VC.Project.VCNMakeTool.CompileAsManaged - VC.Project.VCCLCompilerTool.CompileAsManaged helpviewer_keywords: - cl.exe compiler, common language runtime option - -clr compiler option [C++] - clr compiler option [C++] - /clr c...
69.559633
545
0.773674
deu_Latn
0.985876
474721594b0af4ebf0667339266195a6e8cfdcc6
4,043
md
Markdown
docs/framework/network-programming/using-a-synchronous-client-socket.md
eOkadas/docs.fr-fr
64202ad620f9bcd91f4360ec74aa6d86e1d4ae15
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/network-programming/using-a-synchronous-client-socket.md
eOkadas/docs.fr-fr
64202ad620f9bcd91f4360ec74aa6d86e1d4ae15
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/network-programming/using-a-synchronous-client-socket.md
eOkadas/docs.fr-fr
64202ad620f9bcd91f4360ec74aa6d86e1d4ae15
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Utilisation d’un socket client synchrone 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 - synchronous client sockets - Socket class, synchronous client sockets - recei...
51.833333
610
0.757606
fra_Latn
0.836952
47474416e2f8a6adc7af2216b7ad0a27abf004b2
12,751
md
Markdown
articles/site-recovery/site-recovery-workload.md
OpenLocalizationTestOrg/azure-docs-pr15_el-GR
9f7579626c9f63b39b5039748978ac36e4d54ebc
[ "CC-BY-3.0", "CC-BY-4.0", "MIT" ]
null
null
null
articles/site-recovery/site-recovery-workload.md
OpenLocalizationTestOrg/azure-docs-pr15_el-GR
9f7579626c9f63b39b5039748978ac36e4d54ebc
[ "CC-BY-3.0", "CC-BY-4.0", "MIT" ]
null
null
null
articles/site-recovery/site-recovery-workload.md
OpenLocalizationTestOrg/azure-docs-pr15_el-GR
9f7579626c9f63b39b5039748978ac36e4d54ebc
[ "CC-BY-3.0", "CC-BY-4.0", "MIT" ]
null
null
null
<properties pageTitle="Τι φόρτους εργασίας να προστατεύσετε με την ανάκτηση Azure τοποθεσίας;" description="Azure Επαναφορά τοποθεσίας προστατεύει του όγκου εργασίας και εφαρμογών με το συντονισμό την αναπαραγωγή, ανακατεύθυνσης και αποκατάστασης εικονικές μηχανές εσωτερικής εγκατάστασης και φυσική διακομιστών ...
83.888158
606
0.80629
ell_Grek
0.999993
4747cec8273e7565a76c27d9a784e7bc84629e30
5,895
md
Markdown
practices/ungoogle/theme_logo/README.md
GitCodeview/lrn_chromium
9f0b93c5a936a16e14eed094bbbd4e37de63c985
[ "MIT" ]
null
null
null
practices/ungoogle/theme_logo/README.md
GitCodeview/lrn_chromium
9f0b93c5a936a16e14eed094bbbd4e37de63c985
[ "MIT" ]
null
null
null
practices/ungoogle/theme_logo/README.md
GitCodeview/lrn_chromium
9f0b93c5a936a16e14eed094bbbd4e37de63c985
[ "MIT" ]
null
null
null
# theme resource theme root directory: `src/chrome/app/theme` ## product logo `src\chrome\app\theme\theme_resources.grd` ```xml <if expr="not _google_chrome"> <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="chromium/product_logo_16.png" /> <structure type="chrome_scaled_i...
36.165644
184
0.67447
yue_Hant
0.264337
47488307d3f7c043699e9f4e0124dbcf10fc0be2
733
md
Markdown
api/Project.Application.WindowSplit.md
ahkon/VBA-Docs
c047d7975de2b0949b496af150d279c505a8595b
[ "CC-BY-4.0", "MIT" ]
4
2019-09-07T04:44:48.000Z
2021-12-16T15:05:50.000Z
api/Project.Application.WindowSplit.md
ahkon/VBA-Docs
c047d7975de2b0949b496af150d279c505a8595b
[ "CC-BY-4.0", "MIT" ]
1
2021-06-13T09:32:15.000Z
2021-06-13T09:32:15.000Z
api/Project.Application.WindowSplit.md
ahkon/VBA-Docs
c047d7975de2b0949b496af150d279c505a8595b
[ "CC-BY-4.0", "MIT" ]
1
2021-06-23T03:40:08.000Z
2021-06-23T03:40:08.000Z
--- title: Application.WindowSplit method (Project) keywords: vbapj.chm2073 f1_keywords: - vbapj.chm2073 ms.prod: project-server api_name: - Project.Application.WindowSplit ms.assetid: cbdea999-4692-a10d-80e3-ae6b4407eebc ms.date: 06/08/2017 localization_priority: Normal --- # Application.WindowSplit method (Project)...
20.361111
92
0.773533
eng_Latn
0.684382
4748861afe428de0fad321fff240bdb121db54d0
30,183
md
Markdown
frontend/README.md
raguay/WebPageRenumberer
c703bebfbe59591a3c12f8729b690968f699ff4a
[ "MIT" ]
3
2022-01-24T13:44:53.000Z
2022-02-05T03:35:44.000Z
frontend/README.md
raguay/WebPageRenumberer
c703bebfbe59591a3c12f8729b690968f699ff4a
[ "MIT" ]
null
null
null
frontend/README.md
raguay/WebPageRenumberer
c703bebfbe59591a3c12f8729b690968f699ff4a
[ "MIT" ]
null
null
null
![ModalFileManager](https://socialify.git.ci/raguay/ModalFileManager/image?description=1&descriptionEditable=A%20web%20technology%20based%20file%20manager%20built%20with%20NW.js%2C%20Svelte%2C%20and%20Node.js.%20It%27s%20keyboard%20command%20layout%20is%20taken%20from%20Vim.&forks=1&issues=1&language=1&owner=1&pattern=...
68.910959
590
0.712719
eng_Latn
0.992342
4748c67a28ad51e7d88a3fe074bc6d2dff7acf60
5,740
md
Markdown
workshop-one-service/2-docker.md
viniciusfcf/cloud-native-starter
e32d263cbcde7bac1e0b01595558dfadd11a0457
[ "Apache-2.0" ]
null
null
null
workshop-one-service/2-docker.md
viniciusfcf/cloud-native-starter
e32d263cbcde7bac1e0b01595558dfadd11a0457
[ "Apache-2.0" ]
null
null
null
workshop-one-service/2-docker.md
viniciusfcf/cloud-native-starter
e32d263cbcde7bac1e0b01595558dfadd11a0457
[ "Apache-2.0" ]
2
2020-12-29T03:34:59.000Z
2021-02-20T18:55:02.000Z
# Lab 2 - Running the Java Microservice locally > _Note:_ This lab is structured in **understanding** and **hands-on tasks**. The hands-on tasks are starting from chapter [Hands-on tasks - Run the container locally](#lab-hands-on) in that lab. In this workshop we run a microservice that has been implemented with Jav...
52.66055
371
0.769512
eng_Latn
0.951638
4748fd1e69c76bc387c722ae141beefa61094875
384
md
Markdown
CHANGELOG.md
vonsogt/laravel-form-template
d3e6a039a1e0bbdabaa2077bc06ca28ca5606733
[ "MIT" ]
7
2020-06-08T09:11:09.000Z
2021-02-05T09:44:50.000Z
CHANGELOG.md
vonsogt/laravel-form-template
d3e6a039a1e0bbdabaa2077bc06ca28ca5606733
[ "MIT" ]
null
null
null
CHANGELOG.md
vonsogt/laravel-form-template
d3e6a039a1e0bbdabaa2077bc06ca28ca5606733
[ "MIT" ]
2
2021-02-08T02:56:37.000Z
2021-12-23T08:20:52.000Z
# Changelog All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.0.0] - 2020-06-05 - initial release [1.0.0]: http://gitlab....
29.538462
87
0.742188
eng_Latn
0.780684
4748fd7b615ccbf6247825907b9e7e368b590728
1,395
md
Markdown
docs/2014/ssms/solution/change-the-connection-associated-with-a-query.md
cawrites/sql-docs
58158eda0aa0d7f87f9d958ae349a14c0ba8a209
[ "CC-BY-4.0", "MIT" ]
2
2020-05-07T19:40:49.000Z
2020-09-19T00:57:12.000Z
docs/2014/ssms/solution/change-the-connection-associated-with-a-query.md
cawrites/sql-docs
58158eda0aa0d7f87f9d958ae349a14c0ba8a209
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/2014/ssms/solution/change-the-connection-associated-with-a-query.md
cawrites/sql-docs
58158eda0aa0d7f87f9d958ae349a14c0ba8a209
[ "CC-BY-4.0", "MIT" ]
2
2020-03-11T20:30:39.000Z
2020-05-07T19:40:49.000Z
--- title: "Change the Connection Associated with a Query | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: ssms ms.topic: conceptual helpviewer_keywords: - "connections [SQL Server Management Studio], query associations" - "projects [SQL Serv...
41.029412
128
0.726165
eng_Latn
0.946859
474925ee457cdf3ac90fe52dc78080b960370bd4
341
md
Markdown
README.md
oeg-upm/ORSD-template
8530fa59fb82835a6cc7fb45897b214b30e62f44
[ "Apache-2.0" ]
1
2017-05-14T11:16:36.000Z
2017-05-14T11:16:36.000Z
README.md
oeg-upm/ORSD-template
8530fa59fb82835a6cc7fb45897b214b30e62f44
[ "Apache-2.0" ]
1
2021-04-15T13:45:19.000Z
2021-06-10T09:02:58.000Z
README.md
oeg-upm/ORSD-template
8530fa59fb82835a6cc7fb45897b214b30e62f44
[ "Apache-2.0" ]
1
2021-05-29T17:41:44.000Z
2021-05-29T17:41:44.000Z
# ORSD-template This file contains a LaTeX template for defining the [Ontology Requirements Specification (ORSD)](http://www.neon-project.org/web-content/media/book-chapters/Chapter-05.pdf) file, as specified by the NeOn Methodology. NOTE: this repository is archived as the resources are moved to https://github.com/o...
56.833333
217
0.797654
eng_Latn
0.735174
474ad2a91d17591f6d0e0030d78e0646b2501393
885
md
Markdown
_posts/2022-01-18-ST-MinioGuide.md
JeongJaeyoung0/JeongJaeyoung0.github.io2
c99353a5ac7158d24a55e452e2604e1bde7e8b7e
[ "MIT" ]
null
null
null
_posts/2022-01-18-ST-MinioGuide.md
JeongJaeyoung0/JeongJaeyoung0.github.io2
c99353a5ac7158d24a55e452e2604e1bde7e8b7e
[ "MIT" ]
null
null
null
_posts/2022-01-18-ST-MinioGuide.md
JeongJaeyoung0/JeongJaeyoung0.github.io2
c99353a5ac7158d24a55e452e2604e1bde7e8b7e
[ "MIT" ]
1
2021-09-08T02:12:39.000Z
2021-09-08T02:12:39.000Z
--- layout: post title: "[Storage] miniO 가이드" subtitle: "MinioGuide" categories: other tags: minio comments: true --- # miniO guide ## miniO 설치 및 설정 1. minio server 폴더 생성 ``` mkdir D:/minio cd D:/minio ``` 2. miniO 다운로드 - https://min.io/download#/windows - D:\minio 에 다운로드 3. miniO 설정 ``` D:\minio\min...
17.352941
64
0.630508
kor_Hang
0.987374
474af4577c9dc01b0f3ea0fa3902c2e8c98b1220
10,124
markdown
Markdown
README.markdown
helloandrey/vim-wordy-rus
bee071d3969dcb23e8716d9cf6ee5da9607d974a
[ "MIT" ]
null
null
null
README.markdown
helloandrey/vim-wordy-rus
bee071d3969dcb23e8716d9cf6ee5da9607d974a
[ "MIT" ]
null
null
null
README.markdown
helloandrey/vim-wordy-rus
bee071d3969dcb23e8716d9cf6ee5da9607d974a
[ "MIT" ]
null
null
null
# vim-wordy > Uncover usage problems in your writing <br/> - - - ![demo](http://i.imgur.com/cXDCwdE.gif) - - - ## Features of the _wordy_ plugin * Pure Vimscript; no external services or libraries needed * Uses Vim’s native spell-check engine * Includes 16 dictionaries covering different types of word usage * Buff...
30.586103
114
0.747432
eng_Latn
0.988484
474afd6e8ab0cb466eb6f4e54319a4110cf81b83
3,965
md
Markdown
docs/access/desktop-database-reference/relation-foreigntable-property-dao.md
isabella232/office-developer-client-docs.de-DE
f244ed2fdf76004aaef1de6b6c24b8b1c5a6942e
[ "CC-BY-4.0", "MIT" ]
2
2020-05-19T18:52:16.000Z
2021-04-21T00:13:46.000Z
docs/access/desktop-database-reference/relation-foreigntable-property-dao.md
MicrosoftDocs/office-developer-client-docs.de-DE
f244ed2fdf76004aaef1de6b6c24b8b1c5a6942e
[ "CC-BY-4.0", "MIT" ]
2
2021-12-08T03:25:19.000Z
2021-12-08T03:43:48.000Z
docs/access/desktop-database-reference/relation-foreigntable-property-dao.md
isabella232/office-developer-client-docs.de-DE
f244ed2fdf76004aaef1de6b6c24b8b1c5a6942e
[ "CC-BY-4.0", "MIT" ]
5
2018-07-17T08:19:45.000Z
2021-10-13T10:29:41.000Z
--- title: Relation.ForeignTable-Eigenschaft (DAO) TOCTitle: ForeignTable Property ms:assetid: 3f896433-2962-1c7c-f5a2-4e030ba8d4a0 ms:mtpsurl: https://msdn.microsoft.com/library/Ff192853(v=office.15) ms:contentKeyID: 48544401 ms.date: 09/18/2015 mtps_version: v=office.15 f1_keywords: - dao360.chm1052989 f1_categories:...
47.771084
513
0.727112
deu_Latn
0.368814
474b87fa8208706c6c0a96b7809d433a2b4446b5
3,834
md
Markdown
docs/pipelines/artifacts/pypi.md
malyons/vsts-docs
c7e66e44dc14f046ecb4e7cfd5cd145613fac58f
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/pipelines/artifacts/pypi.md
malyons/vsts-docs
c7e66e44dc14f046ecb4e7cfd5cd145613fac58f
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/pipelines/artifacts/pypi.md
malyons/vsts-docs
c7e66e44dc14f046ecb4e7cfd5cd145613fac58f
[ "CC-BY-4.0", "MIT" ]
2
2021-12-06T12:36:31.000Z
2022-02-16T08:48:36.000Z
--- title: Publish packages to PyPI ms.custom: seodec18 description: Publish Python packages to PyPI or Azure Artifacts feeds via builds with Azure Pipelines services: vsts ms.prod: devops ms.technology: devops-cicd ms.topic: conceptual ms.manager: jillfra ms.author: elbatk ms.date: 10/31/2018 monikerRange: 'azure-devo...
29.953125
287
0.742045
eng_Latn
0.983565
474bb71afc98ac79c290184ddbaf31ebe36fa5c6
328
md
Markdown
_posts/pubs/2016-02-25-electron.md
cherylepatrick/cpatrick-website
6162aa1a098a336c54917832f14488de201fb807
[ "MIT" ]
null
null
null
_posts/pubs/2016-02-25-electron.md
cherylepatrick/cpatrick-website
6162aa1a098a336c54917832f14488de201fb807
[ "MIT" ]
null
null
null
_posts/pubs/2016-02-25-electron.md
cherylepatrick/cpatrick-website
6162aa1a098a336c54917832f14488de201fb807
[ "MIT" ]
null
null
null
--- title: "Measurement of Electron Neutrino Quasielastic and Quasielasticlike Scattering on Hydrocarbon at E$_ν$ = 3.6  GeV" by: "J. Wolcott et al (MINERvA collaboration)" date: 2016-02-25 00:00:00 +0000 arxiv: 1509.05729 doi: 10.1103/PhysRevLett.116.081802 journal: "Phys. Rev. Lett. 116, 081802" categories: paper...
27.333333
121
0.731707
eng_Latn
0.192094
474be02fcf0ce6d9a6d1b757cb44b2184909370c
64
md
Markdown
stories/LayoutComponent/docs/Esempi.md
Pratyush1197/design-react-kit
bf6a874bf103abf7076f03465187a945452e03d7
[ "BSD-3-Clause" ]
119
2018-04-18T09:35:37.000Z
2022-03-31T11:54:07.000Z
stories/LayoutComponent/docs/Esempi.md
Pratyush1197/design-react-kit
bf6a874bf103abf7076f03465187a945452e03d7
[ "BSD-3-Clause" ]
656
2018-05-21T08:29:36.000Z
2022-03-31T18:12:20.000Z
stories/LayoutComponent/docs/Esempi.md
Pratyush1197/design-react-kit
bf6a874bf103abf7076f03465187a945452e03d7
[ "BSD-3-Clause" ]
96
2018-04-18T09:35:38.000Z
2022-02-16T19:39:58.000Z
A depiction of Layout Components such as Row, Col and Container.
64
64
0.8125
eng_Latn
0.999709
474c0d9b15313129afb77967741adc1c13d9dce2
4,344
md
Markdown
docs/2014/reporting-services/report-server-web-service-net-framework-soap-headers/setting-the-item-namespace-for-the-getproperties-method.md
moonloverx2/sql-docs.zh-cn
cf2b82125dc2651da559e4f5e5805f1766f0e71a
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/2014/reporting-services/report-server-web-service-net-framework-soap-headers/setting-the-item-namespace-for-the-getproperties-method.md
moonloverx2/sql-docs.zh-cn
cf2b82125dc2651da559e4f5e5805f1766f0e71a
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/2014/reporting-services/report-server-web-service-net-framework-soap-headers/setting-the-item-namespace-for-the-getproperties-method.md
moonloverx2/sql-docs.zh-cn
cf2b82125dc2651da559e4f5e5805f1766f0e71a
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: 为 GetProperties 方法设置项命名空间 | Microsoft Docs ms.custom: '' ms.date: 06/13/2017 ms.prod: sql-server-2014 ms.reviewer: '' ms.technology: - docset-sql-devref - reporting-services-native ms.topic: reference helpviewer_keywords: - item properties [Reporting Services] - ItemNamespaceHeader SOAP header - GetPropertie...
33.674419
251
0.644337
yue_Hant
0.654758
474c4e9c54daaf6690760308f45d3c85b9ee7730
5,339
md
Markdown
daprdocs/content/en/reference/components-reference/supported-bindings/http.md
jasonviviano/docs
a941868ca1b4590c690f84bc9a949ba097fce2fa
[ "MIT" ]
null
null
null
daprdocs/content/en/reference/components-reference/supported-bindings/http.md
jasonviviano/docs
a941868ca1b4590c690f84bc9a949ba097fce2fa
[ "MIT" ]
null
null
null
daprdocs/content/en/reference/components-reference/supported-bindings/http.md
jasonviviano/docs
a941868ca1b4590c690f84bc9a949ba097fce2fa
[ "MIT" ]
null
null
null
--- type: docs title: "HTTP binding spec" linkTitle: "HTTP" description: "Detailed documentation on the HTTP binding component" aliases: - "/operations/components/setup-bindings/supported-bindings/http/" --- ## Setup Dapr component ```yaml apiVersion: dapr.io/v1alpha1 kind: Component metadata: name: <NAME> name...
29.826816
190
0.61903
eng_Latn
0.7617
474cfb37db0714da230f49c0f6f06eb197aaa10e
122
md
Markdown
README.md
sidemt/js-calculator
fecda89175a081cd525a746203e222a3a21bb101
[ "MIT" ]
null
null
null
README.md
sidemt/js-calculator
fecda89175a081cd525a746203e222a3a21bb101
[ "MIT" ]
null
null
null
README.md
sidemt/js-calculator
fecda89175a081cd525a746203e222a3a21bb101
[ "MIT" ]
null
null
null
# js-calculator Visit [https://sidemt.github.io/js-calculator/](https://sidemt.github.io/js-calculator/) to view the page
40.666667
105
0.754098
kor_Hang
0.387378
474d5939d9e3c74583be8e5bc9f85d7a6f6782e3
6,397
md
Markdown
articles/service-fabric/how-to-deploy-service-fabric-application-system-assigned-managed-identity.md
chclaus/azure-docs.de-de
38be052bda16366997a146cf5589168d6c6f3387
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/service-fabric/how-to-deploy-service-fabric-application-system-assigned-managed-identity.md
chclaus/azure-docs.de-de
38be052bda16366997a146cf5589168d6c6f3387
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/service-fabric/how-to-deploy-service-fabric-application-system-assigned-managed-identity.md
chclaus/azure-docs.de-de
38be052bda16366997a146cf5589168d6c6f3387
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: 'Azure Service Fabric: Bereitstellen einer Azure Service Fabric-Anwendung mit einer systemseitig zugewiesenen verwalteten Identität | Microsoft-Dokumentation' description: In diesem Artikel erfahren Sie, wie Sie einer Azure Service Fabric-Anwendung eine systemseitig zugewiesene verwaltete Identität zuweisen....
62.715686
581
0.769423
deu_Latn
0.977927
474db4d1c4660454c24aad430cc77c85f98844e5
566
md
Markdown
docs/Rules/AvoidUsingEmptyCatchBlock.md
rjmholt/PSScriptAnalyzer
27b44e70572b7784eaf543fb1ef1fdcb47d611dc
[ "MIT" ]
null
null
null
docs/Rules/AvoidUsingEmptyCatchBlock.md
rjmholt/PSScriptAnalyzer
27b44e70572b7784eaf543fb1ef1fdcb47d611dc
[ "MIT" ]
4
2021-04-29T22:16:12.000Z
2021-04-29T22:16:32.000Z
docs/Rules/AvoidUsingEmptyCatchBlock.md
rjmholt/PSScriptAnalyzer
27b44e70572b7784eaf543fb1ef1fdcb47d611dc
[ "MIT" ]
1
2021-05-15T20:15:48.000Z
2021-05-15T20:15:48.000Z
# AvoidUsingEmptyCatchBlock **Severity Level: Warning** ## Description Empty catch blocks are considered a poor design choice because any errors occurring in a `try` block cannot be handled. ## How Use `Write-Error` or `throw` statements within the catch block. ## Example ### Wrong ```powershell try { 1/0 }...
11.55102
88
0.696113
eng_Latn
0.593391
474e2d3a52eb1928ac58b6202b1322edc68b3964
1,456
md
Markdown
doc/web/content/comics/ComicFury_ChristianHumberReloaded_edit.md
yasen-m/dosage
81fe088621ad335cac2a53fcbc7b9b37f49ddce2
[ "MIT" ]
null
null
null
doc/web/content/comics/ComicFury_ChristianHumberReloaded_edit.md
yasen-m/dosage
81fe088621ad335cac2a53fcbc7b9b37f49ddce2
[ "MIT" ]
null
null
null
doc/web/content/comics/ComicFury_ChristianHumberReloaded_edit.md
yasen-m/dosage
81fe088621ad335cac2a53fcbc7b9b37f49ddce2
[ "MIT" ]
null
null
null
title: Edit ComicFury/ChristianHumberReloaded url: "/comics/ComicFury_ChristianHumberReloaded_edit.html" --- Edit info for comic ComicFury/ChristianHumberReloaded <form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post"> <table class="comicinfo"> <tr> <th>Description</th><td><textarea name="desc...
44.121212
514
0.725962
eng_Latn
0.855105
474f33ff3ff751d77beca8d5a190de3f41d44da1
3,137
md
Markdown
articles/fin-and-ops/get-started/client-faq.md
blackjoker17/dynamics-365-unified-operations-public
7f588035158082e5f1acebd92402f19f5952fccb
[ "CC-BY-4.0", "MIT" ]
1
2020-12-03T17:44:14.000Z
2020-12-03T17:44:14.000Z
articles/fin-and-ops/get-started/client-faq.md
blackjoker17/dynamics-365-unified-operations-public
7f588035158082e5f1acebd92402f19f5952fccb
[ "CC-BY-4.0", "MIT" ]
1
2020-04-15T12:55:28.000Z
2020-04-15T12:55:28.000Z
articles/fin-and-ops/get-started/client-faq.md
blackjoker17/dynamics-365-unified-operations-public
7f588035158082e5f1acebd92402f19f5952fccb
[ "CC-BY-4.0", "MIT" ]
2
2018-08-05T21:52:13.000Z
2018-12-07T20:45:08.000Z
--- # required metadata title: Finance and Operations client FAQ description: This article provides answers to frequently asked questions about the Microsoft Dynamics 365 for Finance and Operations client. author: jasongre manager: AnnBe ms.date: 10/23/2017 ms.topic: article ms.prod: ms.service: dynamics-ax-applicati...
46.820896
365
0.759005
eng_Latn
0.996715
474f53666390f7151d6419eaab7aa628755254a6
15,345
md
Markdown
docs/standard-library/utility-operators.md
LouisJustinTALLOT/cpp-docs.fr-fr
1e9a7185459b26b2a69659615453d9eda6a2f2db
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/standard-library/utility-operators.md
LouisJustinTALLOT/cpp-docs.fr-fr
1e9a7185459b26b2a69659615453d9eda6a2f2db
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/standard-library/utility-operators.md
LouisJustinTALLOT/cpp-docs.fr-fr
1e9a7185459b26b2a69659615453d9eda6a2f2db
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- description: 'En savoir plus sur &lt; : &gt; opérateurs d’utilitaire' title: '&lt;utility&gt;, opérateurs' ms.date: 11/04/2016 f1_keywords: - utility/std::operator!= - utility/std::operator&gt; - utility/std::operator&gt;= - utility/std::operator&lt; - utility/std::operator&lt;= - utility/std::operator== ms.assetid...
30.69
417
0.620072
fra_Latn
0.660814
474f9d593eeb43473f422d40f076e39a8ef03c0f
4,847
md
Markdown
java/basic/DeclaredMethod.md
fulln/TIL
a3ab5bb2e91f92b3d1bd201fb5f96e2ad4985b5f
[ "Apache-2.0" ]
null
null
null
java/basic/DeclaredMethod.md
fulln/TIL
a3ab5bb2e91f92b3d1bd201fb5f96e2ad4985b5f
[ "Apache-2.0" ]
null
null
null
java/basic/DeclaredMethod.md
fulln/TIL
a3ab5bb2e91f92b3d1bd201fb5f96e2ad4985b5f
[ "Apache-2.0" ]
null
null
null
## java反射使用getDeclaredMethods 最近在使用`getDeclaredMethods`方法获取类中的方法时碰到奇怪的问题,先来看看`getDeclaredMethods`方法的注释: ```java /** * * Returns an array containing {@code Method} objects reflecting all the * declared methods of the class or interface represented by this {@code * Class} object, including public, protected, defaul...
28.85119
138
0.681865
eng_Latn
0.795182
474f9e478d4b655730a86888079ce1f2305cf4d6
68
md
Markdown
README.md
Emjayekanem/Bookeet
db8af8e43b280e8e319cf09440542ddea3d451c0
[ "Apache-2.0" ]
null
null
null
README.md
Emjayekanem/Bookeet
db8af8e43b280e8e319cf09440542ddea3d451c0
[ "Apache-2.0" ]
null
null
null
README.md
Emjayekanem/Bookeet
db8af8e43b280e8e319cf09440542ddea3d451c0
[ "Apache-2.0" ]
null
null
null
# Bookeet Mobile Ticket app For Movies, Music concerts, and events
22.666667
57
0.779412
eng_Latn
0.700007