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
74144662660f38192ae6b77f17edbdb93e00eb19
117
md
Markdown
easy/two-sum/README.md
mcanalesmayo/leetcode-problems
41b9b9635fa4c95bcf9acbbf932e36a5beb2cb12
[ "MIT" ]
1
2019-02-10T12:32:13.000Z
2019-02-10T12:32:13.000Z
easy/two-sum/README.md
mcanalesmayo/leetcode-problems
41b9b9635fa4c95bcf9acbbf932e36a5beb2cb12
[ "MIT" ]
null
null
null
easy/two-sum/README.md
mcanalesmayo/leetcode-problems
41b9b9635fa4c95bcf9acbbf932e36a5beb2cb12
[ "MIT" ]
null
null
null
# Two Sum [Problem description](https://leetcode.com/problems/two-sum/description/) # Result ![result](result.png)
16.714286
73
0.735043
ast_Latn
0.263254
7414c9b364d68f6005c693b530712aa1b7140b27
1,860
md
Markdown
samples/apimangement/README.md
SvenAeltermanInfo/azure-sdk-for-js-samples
9447d926dc16c3713b1be71599a385959a5f5bc0
[ "MIT" ]
4
2021-11-18T10:26:43.000Z
2022-01-21T21:19:44.000Z
samples/apimangement/README.md
SvenAeltermanInfo/azure-sdk-for-js-samples
9447d926dc16c3713b1be71599a385959a5f5bc0
[ "MIT" ]
3
2021-01-26T09:48:08.000Z
2021-08-16T08:31:19.000Z
samples/apimangement/README.md
SvenAeltermanInfo/azure-sdk-for-js-samples
9447d926dc16c3713b1be71599a385959a5f5bc0
[ "MIT" ]
6
2020-12-30T11:00:20.000Z
2021-08-30T03:47:42.000Z
--- page_type: sample languages: - javascript - typescript products: - azure description: "These code samples will show you how to manage Apimanagement using Azure SDK for JavaScript/TypeScript." urlFragment: apimanagement --- # Getting started - Managing Apimanagement using Azure JavaScript/TypeScript SDK These code...
25.135135
257
0.724194
eng_Latn
0.833667
7415722aeace8eadb2595718ecf8e64040320262
1,971
md
Markdown
README.md
lhsoftware/interactivebible
b446ed5c4648f136166c8de7d6f6d526894a428e
[ "MIT" ]
1
2021-02-11T14:05:32.000Z
2021-02-11T14:05:32.000Z
README.md
lhsoftware/interactivebible
b446ed5c4648f136166c8de7d6f6d526894a428e
[ "MIT" ]
null
null
null
README.md
lhsoftware/interactivebible
b446ed5c4648f136166c8de7d6f6d526894a428e
[ "MIT" ]
null
null
null
# interactivebible This script links bible references in ordinary text and displays the relevant verse(s) ![alt text](screenshots/interactivebible.jpg "Interactive Bible") ## Example: (Plain Text) In the passage of Genesis 2:14 we can see that the man is good but in Lev 14:12 the man is bad. See Numbers 1 for detail...
54.75
313
0.775241
eng_Latn
0.999064
7415b79a4f07211b783f3ff2ec4b6e44c5f2e271
1,276
md
Markdown
leetcode/hard/scheduleCourse.md
fulln/TIL
a3ab5bb2e91f92b3d1bd201fb5f96e2ad4985b5f
[ "Apache-2.0" ]
null
null
null
leetcode/hard/scheduleCourse.md
fulln/TIL
a3ab5bb2e91f92b3d1bd201fb5f96e2ad4985b5f
[ "Apache-2.0" ]
null
null
null
leetcode/hard/scheduleCourse.md
fulln/TIL
a3ab5bb2e91f92b3d1bd201fb5f96e2ad4985b5f
[ "Apache-2.0" ]
null
null
null
## 课程表 III 这里有 n 门不同的在线课程,按从 1 到 n 编号。给你一个数组 courses ,其中 courses[i] = [durationi, lastDayi] 表示第 i 门课将会 持续 上 durationi 天课,并且必须在不晚于 lastDayi 的时候完成。 你的学期从第 1 天开始。且不能同时修读两门及两门以上的课程。 返回你最多可以修读的课程数目。   示例 1: 输入:courses = [[100, 200], [200, 1300], [1000, 1250], [2000, 3200]] 输出:3 解释: 这里一共有 4 门课程,但是你最多可以修 3 门: 首先,修第 1 门课...
21.266667
134
0.609718
yue_Hant
0.939183
7415e5c49324155b62f017e50440776b59b15e31
1,135
md
Markdown
src/pages/news/vk-6541.ru.md
physcodestyle/official-website
48240b50427382f1a7bf88cca5a77cf1f2992092
[ "MIT" ]
5
2021-05-31T14:49:41.000Z
2022-01-19T11:06:02.000Z
src/pages/news/vk-6541.ru.md
physcodestyle/official-website
48240b50427382f1a7bf88cca5a77cf1f2992092
[ "MIT" ]
null
null
null
src/pages/news/vk-6541.ru.md
physcodestyle/official-website
48240b50427382f1a7bf88cca5a77cf1f2992092
[ "MIT" ]
1
2021-03-29T19:48:07.000Z
2021-03-29T19:48:07.000Z
--- permalink: '/ru/news/vk-6541/index.html' layout: 'news.ru.njk' title: 'С 16 по 20 октября пройдет Фестиваль актуального научного кино ФАНК в рамках программы СИБУРа «' source: ВКонтакте tags: - news_ru description: 'С 16 по 20 октября пройдет Фестиваль актуального научного кино ФАНК в рамках программы СИБУРа «…' ...
45.4
311
0.795595
rus_Cyrl
0.669007
74162a474462c17c7885b169e93fc9beba96ea47
3,057
md
Markdown
docs/web-service-reference/getsharingfolder.md
MicrosoftDocs/office-developer-exchange-docs.de-DE
2e35110e080001522ea0fa4d4859e065d2af37f3
[ "CC-BY-4.0", "MIT" ]
2
2020-05-19T18:53:40.000Z
2022-03-28T11:50:28.000Z
docs/web-service-reference/getsharingfolder.md
MicrosoftDocs/office-developer-exchange-docs.de-DE
2e35110e080001522ea0fa4d4859e065d2af37f3
[ "CC-BY-4.0", "MIT" ]
2
2021-12-08T02:37:48.000Z
2021-12-08T02:38:08.000Z
docs/web-service-reference/getsharingfolder.md
MicrosoftDocs/office-developer-exchange-docs.de-DE
2e35110e080001522ea0fa4d4859e065d2af37f3
[ "CC-BY-4.0", "MIT" ]
1
2020-06-17T20:59:32.000Z
2020-06-17T20:59:32.000Z
--- title: GetSharingFolder manager: sethgros ms.date: 09/17/2015 ms.audience: Developer ms.topic: reference ms.prod: office-online-server ms.localizationpriority: medium api_name: - GetSharingFolder api_type: - schema ms.assetid: ed5bb61f-89c7-4baa-83ee-30f06a49ff9b description: Das GetSharingFolder-Element definiert ...
40.76
262
0.769055
deu_Latn
0.907825
7416b354f626627ba2e674d537a442694fa30949
13,266
md
Markdown
articles/logic-apps/logic-apps-move-from-mabs.md
md2perpe/azure-docs.sv-se
64bdd85952bc1d194f86a3a80e616ca967bb6235
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/logic-apps/logic-apps-move-from-mabs.md
md2perpe/azure-docs.sv-se
64bdd85952bc1d194f86a3a80e616ca967bb6235
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/logic-apps/logic-apps-move-from-mabs.md
md2perpe/azure-docs.sv-se
64bdd85952bc1d194f86a3a80e616ca967bb6235
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Flytta appar från BizTalk Services till Azure Logic Apps | Microsoft Docs description: Migrera från Azure BizTalk Services (MABS) till Azure Logic Apps services: logic-apps ms.service: logic-apps ms.suite: integration author: jonfancey ms.author: jonfan ms.reviewer: estfan, LADocs ms.topic: article ms.date: ...
94.085106
740
0.791648
swe_Latn
0.999718
741708c6e25b8fd86454689abc0ff92c6a4df580
881
md
Markdown
doc/wiki/development.md
idweck/jsPlumb-example
a194219c8a295d86c679875a9357db7b84e1f9ff
[ "MIT" ]
null
null
null
doc/wiki/development.md
idweck/jsPlumb-example
a194219c8a295d86c679875a9357db7b84e1f9ff
[ "MIT" ]
null
null
null
doc/wiki/development.md
idweck/jsPlumb-example
a194219c8a295d86c679875a9357db7b84e1f9ff
[ "MIT" ]
null
null
null
## jsPlumb Development #### Building jsPlumb Instructions for running a build can be found [here](Build). #### Pluggable Library Support Out of the box, jsPlumb can be run standalone, or on top of jQuery. This is achieved by delegating several core methods - tasks such as finding an element by id, finding an elemen...
67.769231
311
0.77185
eng_Latn
0.999579
741722cccaad45f4af93e3b8025efb2275cb197e
138
md
Markdown
app/_posts/2015-11-03-webelement-17-presov.md
ujovlado/webelement-sk
a852de424c6c7b30f20e813008c945a79d3d8475
[ "MIT" ]
null
null
null
app/_posts/2015-11-03-webelement-17-presov.md
ujovlado/webelement-sk
a852de424c6c7b30f20e813008c945a79d3d8475
[ "MIT" ]
8
2020-04-29T07:02:09.000Z
2022-03-26T14:57:22.000Z
app/_posts/2015-11-03-webelement-17-presov.md
ujovlado/webelement-sk
a852de424c6c7b30f20e813008c945a79d3d8475
[ "MIT" ]
null
null
null
--- title: "WebElement #17 Prešov: Matej Lukáč - Next level of responsive" layout: event noContent: true facebookId: 1518161831831233 ---
19.714286
70
0.753623
eng_Latn
0.263938
74179b04bd8951613032ffec33958060bccf7322
3,474
md
Markdown
CoreLibraries/review-process.md
tcNickolas/qsharp-language
e4f71c5b0a7108b8bdc4b71bdbad7c4452623396
[ "MIT" ]
2
2021-06-08T20:48:13.000Z
2021-11-17T11:16:43.000Z
CoreLibraries/review-process.md
sk-sharique/qsharp-language
2fda5af05cc2f86d01482f4a7ceca0f9cdd56d33
[ "MIT" ]
null
null
null
CoreLibraries/review-process.md
sk-sharique/qsharp-language
2fda5af05cc2f86d01482f4a7ceca0f9cdd56d33
[ "MIT" ]
null
null
null
# Introduction This page defines the Q# API design review process, used to help review API proposals for consistency with the [Q# API Design Principles](https://docs.microsoft.com/quantum/resources/contributing/api-design-principles). ## Scope The API design review process includes and addresses the following: - Ne...
78.954545
454
0.803109
eng_Latn
0.99819
7417d883aa19e0b94407e051030f6c9f7ceff229
629
md
Markdown
posts/2017-01-05-kappa-pogchamp-ipsum.md
chocsx/my-blog
ac376263f52fa74cb5da9632a820cb983d0f8c04
[ "MIT" ]
null
null
null
posts/2017-01-05-kappa-pogchamp-ipsum.md
chocsx/my-blog
ac376263f52fa74cb5da9632a820cb983d0f8c04
[ "MIT" ]
null
null
null
posts/2017-01-05-kappa-pogchamp-ipsum.md
chocsx/my-blog
ac376263f52fa74cb5da9632a820cb983d0f8c04
[ "MIT" ]
null
null
null
--- date: 2017-01-05 05:54:23 title: Kappa PogChamp description: and I'm lorem sure lorem category: JSX background: "red" --- # Lorem Ipsum Teste de parágrafo com markdown pesquisando no [Google](https://google.com) <!-- ![Marcelo](/assets/img/marcelo.jpg) --> ```jsx import React from "react" import Profile from "....
17
75
0.674086
yue_Hant
0.362788
7417f5ea3f4c5642b81f38e4db7c606f1b7f48a3
1,426
md
Markdown
README.md
akrabat/ow-php-form-to-google-sheets
8a84055073923b41ee35ee212a99747d03194798
[ "MIT" ]
2
2019-05-08T14:18:26.000Z
2019-06-12T09:20:39.000Z
README.md
akrabat/ow-php-form-to-google-sheets
8a84055073923b41ee35ee212a99747d03194798
[ "MIT" ]
null
null
null
README.md
akrabat/ow-php-form-to-google-sheets
8a84055073923b41ee35ee212a99747d03194798
[ "MIT" ]
null
null
null
# Form Data to Google Sheets OpenWhisk serverless PHP action to store data from an HTML form into Google Sheets. # Set up 1. Install the [Serverless Framework](https://serverless.com) ```shell $ npm install --global serverless serverless-openwhisk ``` 2. Set up IBM Cloud Functions and log into the cor...
21.606061
143
0.676718
eng_Latn
0.712913
74180b9e12d111f1c3b75f8d68133cf1ba379c11
3,108
md
Markdown
README.md
MoussaaK/RATP-Metro-Route
0919e5657999c2686be07bcd77825ac28b38052b
[ "MIT" ]
1
2020-10-05T11:19:30.000Z
2020-10-05T11:19:30.000Z
README.md
Moussee/ProjetC
0919e5657999c2686be07bcd77825ac28b38052b
[ "MIT" ]
null
null
null
README.md
Moussee/ProjetC
0919e5657999c2686be07bcd77825ac28b38052b
[ "MIT" ]
2
2019-01-15T09:07:07.000Z
2022-01-02T14:00:08.000Z
## Itineraire de metro en Langage C utilisant l'algorithme de djikstra pour rechercher le chemin optimale entre la station de départ et la station d'arrivée. *************************************************************************** * Projet Langage C Telecom 1, **KONATE Moussa** et **GUEYE Serigne Abdou Khadre** ...
67.565217
447
0.593308
fra_Latn
0.847466
74188f6e763d8bd7fe753f572d8b38d7949bc0bf
1,430
md
Markdown
kubernetes/flexvolume/examples/readme.md
jstoker/dysk
d9890fffd40a9847d615f7118c1a2856c36f3d10
[ "MIT" ]
191
2018-01-04T18:46:57.000Z
2022-03-02T03:18:45.000Z
kubernetes/flexvolume/examples/readme.md
jstoker/dysk
d9890fffd40a9847d615f7118c1a2856c36f3d10
[ "MIT" ]
46
2018-01-04T21:47:22.000Z
2022-01-17T08:57:48.000Z
kubernetes/flexvolume/examples/readme.md
jstoker/dysk
d9890fffd40a9847d615f7118c1a2856c36f3d10
[ "MIT" ]
20
2018-01-05T03:52:07.000Z
2020-03-02T11:00:38.000Z
# Statefulset using dysk ## Prereq [Install](../readme.md) dysk on you kubernetes cluster ## Deployment 1. Deploy the storage class ``` kubectl create -f storageclass.yaml ``` > Although flex volume does not support dynamic provisioning, the storage class helps in binding pvs to claims created by statefulset's...
23.442623
160
0.725874
eng_Latn
0.951162
7418da18e2fad39ca588cd07b2f5a3961e03fd56
1,229
md
Markdown
_publications/PG.md
pdgarfer/academicpages.github.io
fc017b6e787a6e70233415aa6c1d766cb47ca49f
[ "MIT" ]
null
null
null
_publications/PG.md
pdgarfer/academicpages.github.io
fc017b6e787a6e70233415aa6c1d766cb47ca49f
[ "MIT" ]
null
null
null
_publications/PG.md
pdgarfer/academicpages.github.io
fc017b6e787a6e70233415aa6c1d766cb47ca49f
[ "MIT" ]
null
null
null
--- title: "Photonic glass: a novel random material for light" collection: publications type: "Advanced Materials 19, 2597" permalink: /publications/PG venue: "Advanced Materials 19, 2597" date: 2007-12-07 location: "Madrid, Spain" --- In this publication, the realization of photonic glasses, a new photonic materia...
61.45
926
0.804719
eng_Latn
0.998428
74196b847287eb9e86caa597f962817561dcad6d
3,884
md
Markdown
README.md
JuliaPackageMirrors/ElasticFDA.jl
fe9852231d04672c0792f2ca7adf754da0874f0a
[ "MIT" ]
null
null
null
README.md
JuliaPackageMirrors/ElasticFDA.jl
fe9852231d04672c0792f2ca7adf754da0874f0a
[ "MIT" ]
null
null
null
README.md
JuliaPackageMirrors/ElasticFDA.jl
fe9852231d04672c0792f2ca7adf754da0874f0a
[ "MIT" ]
null
null
null
# ElasticFDA *Julia library for elastic functional data analysis* [![Build Status](https://img.shields.io/travis/jdtuck/ElasticFDA.jl.svg?style=flat-square&label=linux)](https://travis-ci.org/jdtuck/ElasticFDA.jl) [![Build status](https://img.shields.io/appveyor/ci/jdtuck/elasticfda-jl.svg?style=flat-square&label=wind...
49.794872
178
0.772657
eng_Latn
0.603715
741ac06556bfe779fdd64e236b0145e3b918ec2c
1,358
md
Markdown
docs/desarrollo/sprint4.md
gcba/hermes
539d5f2b311c82b9b1827a786dcd6a67d0879939
[ "MIT" ]
4
2017-09-02T09:32:04.000Z
2019-09-07T12:04:54.000Z
docs/desarrollo/sprint4.md
gcba/hermes
539d5f2b311c82b9b1827a786dcd6a67d0879939
[ "MIT" ]
1
2018-01-23T20:10:27.000Z
2018-01-24T14:26:17.000Z
docs/desarrollo/sprint4.md
gcba/hermes
539d5f2b311c82b9b1827a786dcd6a67d0879939
[ "MIT" ]
1
2020-10-30T02:19:22.000Z
2020-10-30T02:19:22.000Z
# Sprint 4 ## Días - Lunes 19/06 - Miércoles 21/06 - Viernes 23/06 ## Objetivo Implementar el sistema de responses y manejo de errores en la API de calificaciones. Agregar tests de los modelos y endpoints creados en el sprint 3. Implementar los permisos en el Admin. ## Tareas ### API de calificaciones 1. Impleme...
20.892308
187
0.774669
spa_Latn
0.949028
741ad604bdb7d61db5a8e948ecbf39dd1f2cba5d
7,501
md
Markdown
README.md
followbl/backpack
f8fd0f2b8b387b2154c93ac2b4940353143e8868
[ "MIT" ]
null
null
null
README.md
followbl/backpack
f8fd0f2b8b387b2154c93ac2b4940353143e8868
[ "MIT" ]
null
null
null
README.md
followbl/backpack
f8fd0f2b8b387b2154c93ac2b4940353143e8868
[ "MIT" ]
null
null
null
![backpack](https://cloud.githubusercontent.com/assets/4060187/21872211/318795e8-d835-11e6-8376-bea370605361.png) ![backpack-status](https://david-dm.org/palmerhq/backpack.svg?path=packages/backpack-core) [![npm version](https://badge.fury.io/js/backpack-core.svg)](https://badge.fury.io/js/backpack-core) [![Join the c...
35.051402
769
0.741634
eng_Latn
0.933118
741b04672aab6e9169aadeb01858beb0f545e9a8
13,274
markdown
Markdown
_posts/2020-03-28-tensorflow-serving-elixir.markdown
dnlserrano/dnlserrano.github.io
c7c201100d07b75b43b2a76d63f18f231436310f
[ "Apache-2.0" ]
null
null
null
_posts/2020-03-28-tensorflow-serving-elixir.markdown
dnlserrano/dnlserrano.github.io
c7c201100d07b75b43b2a76d63f18f231436310f
[ "Apache-2.0" ]
4
2019-08-06T15:15:06.000Z
2021-09-27T20:34:30.000Z
_posts/2020-03-28-tensorflow-serving-elixir.markdown
dnlserrano/dnlserrano.github.io
c7c201100d07b75b43b2a76d63f18f231436310f
[ "Apache-2.0" ]
1
2019-07-22T21:32:58.000Z
2019-07-22T21:32:58.000Z
--- layout: post title: "Tensorflow Serving in Elixir" subtitle: "teaching Elixir how to guess hand-written digits" date: 2020-03-28 14:00:00 author: "Daniel Serrano" header-img: "img/tensorflow-serving-elixir/cover.png" --- I've been learning more about [Tensorflow Serving](https://www.tensorflow...
52.054902
909
0.686003
eng_Latn
0.945204
741b6549f7e2b018666e7e150d6a88396f831b9e
501
md
Markdown
src/main/resources/docs/description/Style_TrailingUnderscoreVariable.md
ritagrilo/codacy-rubocop
fe0250b2e4ecd025b82df242044a5818d63e8ead
[ "Apache-2.0" ]
null
null
null
src/main/resources/docs/description/Style_TrailingUnderscoreVariable.md
ritagrilo/codacy-rubocop
fe0250b2e4ecd025b82df242044a5818d63e8ead
[ "Apache-2.0" ]
null
null
null
src/main/resources/docs/description/Style_TrailingUnderscoreVariable.md
ritagrilo/codacy-rubocop
fe0250b2e4ecd025b82df242044a5818d63e8ead
[ "Apache-2.0" ]
null
null
null
This cop checks for extra underscores in variable assignment. # Examples ```ruby # bad a, b, _ = foo() a, b, _, = foo() a, _, _ = foo() a, _, _, = foo() # good a, b, = foo() a, = foo() *a, b, _ = foo() # => We need to know to not include 2 variables in a a, *b, _ = foo() # => The correction `a, *b, = foo()` is a sy...
20.04
91
0.632735
eng_Latn
0.932103
741c3d1370469ce767a2b356af0286fc2ab94ac6
3,446
md
Markdown
deprecated/builds/elk-docker-beats/README.md
nauskis/log-analysis
6a9a618e4c169f089276f67156c3eedfa5419fb9
[ "BSD-3-Clause" ]
null
null
null
deprecated/builds/elk-docker-beats/README.md
nauskis/log-analysis
6a9a618e4c169f089276f67156c3eedfa5419fb9
[ "BSD-3-Clause" ]
null
null
null
deprecated/builds/elk-docker-beats/README.md
nauskis/log-analysis
6a9a618e4c169f089276f67156c3eedfa5419fb9
[ "BSD-3-Clause" ]
1
2019-03-07T19:45:11.000Z
2019-03-07T19:45:11.000Z
# Beats, Logstash, ElasticSearch, Kibana ***Or how to do things "the easy way"*** Build information: * Logstash, ElasticSearch and Kibana running in their own Docker containers (NOTE: we're not using Logstash, it's just a part of the prebuilt container stack) * Containers managed through Portainer WebUI * MetricBeat s...
67.568627
585
0.790772
eng_Latn
0.994535
741dbf9b464e5f8e3c76c407c0699b06d23f8683
1,139
md
Markdown
src/GT-Spotter.package/GTSpotterItemBrick.class/README.md
hernanmd/pharo
d1b0e3ed73b5f1879acf0fd3ba041b3290f1d499
[ "MIT" ]
5
2019-09-09T21:28:33.000Z
2019-12-24T20:34:04.000Z
src/GT-Spotter.package/GTSpotterItemBrick.class/README.md
tinchodias/pharo
b1600a96667c16b28a2ce456b2000840df447171
[ "MIT" ]
1
2018-01-14T20:32:07.000Z
2018-01-16T06:51:28.000Z
src/GT-Spotter.package/GTSpotterItemBrick.class/README.md
tinchodias/pharo
b1600a96667c16b28a2ce456b2000840df447171
[ "MIT" ]
null
null
null
I am a visual element that represents a single search result item within a category and is located in the list of all result items in Spotter. I consist of icon, label and action bar with item related actions. Generally, I look like: [ .... == Icon == ......... ==Label== ........................ == Action bar =...
56.95
143
0.742757
eng_Latn
0.995398
741de3bb8893ecd3ddee783c3a97c31ef6dffcd9
1,361
md
Markdown
docs/visual-basic/misc/address-is-not-a-valid-remote-file-address.md
cihanyakar/docs.tr-tr
03b6c8998a997585f61b8be289df105261125239
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/visual-basic/misc/address-is-not-a-valid-remote-file-address.md
cihanyakar/docs.tr-tr
03b6c8998a997585f61b8be289df105261125239
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/visual-basic/misc/address-is-not-a-valid-remote-file-address.md
cihanyakar/docs.tr-tr
03b6c8998a997585f61b8be289df105261125239
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: '&lt;Adres&gt; geçerli uzak dosya adresi değil.' ms.date: 07/20/2015 ms.assetid: 2c312242-6c42-4754-a1f5-7e801a542604 ms.openlocfilehash: 5c7d92a9e2c3f20988367fd54428331c8a432986 ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d ms.translationtype: MT ms.contentlocale: tr-TR ms.lasthandoff:...
52.346154
230
0.772226
tur_Latn
0.995427
741e10ad82e24305b9e57d9054b0ee6bc5334222
486
md
Markdown
README.md
samcain1996/Executor
1706ad59f256c08f8058a0420b2fb244d3c75d7a
[ "MIT" ]
null
null
null
README.md
samcain1996/Executor
1706ad59f256c08f8058a0420b2fb244d3c75d7a
[ "MIT" ]
null
null
null
README.md
samcain1996/Executor
1706ad59f256c08f8058a0420b2fb244d3c75d7a
[ "MIT" ]
null
null
null
# Executor Cross-platform code that allows for an OS command to be run and its results returned within a C++ program ## Set up Compile and executor.cpp, no special flags should be needed. Clang Example: ``` clang++ executor.cpp ``` ## Example ``` std::string results = RunCommand("ls -a"); std::cout << results; ``...
13.5
105
0.713992
eng_Latn
0.930418
741e6e7e31fc11c9fc6904e5090c1f2810addecc
335
md
Markdown
README.md
infinityb/metorrent
235d3798d05b1d774f516984680ae9a6d073d06e
[ "Apache-2.0", "MIT" ]
null
null
null
README.md
infinityb/metorrent
235d3798d05b1d774f516984680ae9a6d073d06e
[ "Apache-2.0", "MIT" ]
1
2016-02-09T02:09:42.000Z
2016-02-11T07:38:43.000Z
README.md
infinityb/metorrent
235d3798d05b1d774f516984680ae9a6d073d06e
[ "Apache-2.0", "MIT" ]
null
null
null
metorrent ========= The metal torrent client. A torrent client written on top of [MIO](https://github.com/carllerche/mio). License ======= This project is distributed under similar terms to Rust: dual licensed under the MIT license and the Apache license (version 2.0). See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT...
22.333333
76
0.740299
eng_Latn
0.960582
74209e2ba04a51b4aad28a500d43bae330b5dfa3
413
md
Markdown
partners/list/46_Sidearm.md
jlvarona/ticketmaster-api.github.io
ba80a9d0e97e61c07db09acec9ddc49c952a7f6c
[ "MIT" ]
13
2015-11-17T16:39:49.000Z
2019-04-16T21:46:37.000Z
partners/list/46_Sidearm.md
jlvarona/ticketmaster-api.github.io
ba80a9d0e97e61c07db09acec9ddc49c952a7f6c
[ "MIT" ]
7
2016-04-21T16:35:56.000Z
2019-06-12T21:28:08.000Z
partners/list/46_Sidearm.md
jlvarona/ticketmaster-api.github.io
ba80a9d0e97e61c07db09acec9ddc49c952a7f6c
[ "MIT" ]
39
2015-11-11T18:12:48.000Z
2018-04-06T12:44:25.000Z
--- layout: partners-doc pname: "Sidearm Sports" categories: - partner - certified group: "North American Partners" tile_logo: "Sidearm Sports.png" tile_description: "SIDEARM Sports is the nation’s leading college athletic digital provider serving more than 900 partners. SIDEARM provides the technology that powe...
31.769231
253
0.782082
eng_Latn
0.913036
7420bf337d6ffcacb4b42b44e115ce545c006bd5
498
md
Markdown
lib/arch/x86_64/README.md
johannst/matcha-threads
41e25701689a8d77190b2d8f890508b9c4f30c10
[ "MIT" ]
null
null
null
lib/arch/x86_64/README.md
johannst/matcha-threads
41e25701689a8d77190b2d8f890508b9c4f30c10
[ "MIT" ]
1
2020-10-05T22:41:50.000Z
2020-10-22T18:24:58.000Z
lib/arch/x86_64/README.md
johannst/matcha-threads
41e25701689a8d77190b2d8f890508b9c4f30c10
[ "MIT" ]
null
null
null
# x86_64 (SystemV) Provide an implementation of the platform specific API as required in [`api.h`](../api.h) according to the `x86_64 SystemV ABI`. ## Notes: SystemV ABI - Integer/pointer arguments via `rdi`, `rsi`, `rdx`, `rcx`, `r8`, `r9` - Integer/pointer return values via `rax` - Callee saved registers `rbx`, `rbp...
38.307692
76
0.704819
eng_Latn
0.265533
7421a684edc5da913da79e993ec141fbfb70f5b3
191
md
Markdown
README.md
abinaya1620/m-vitta
24a32fae5826fd944e6c9bcf98284e8db1c167f8
[ "MIT" ]
null
null
null
README.md
abinaya1620/m-vitta
24a32fae5826fd944e6c9bcf98284e8db1c167f8
[ "MIT" ]
32
2019-04-11T09:08:35.000Z
2019-05-02T11:34:26.000Z
README.md
abinaya1620/m-vitta
24a32fae5826fd944e6c9bcf98284e8db1c167f8
[ "MIT" ]
6
2019-04-25T13:39:31.000Z
2020-05-04T09:07:56.000Z
# iExpens ## Expense Manager A digital mobile wallet which helps to manage daily expenses. It provides overview of monthly expenses. User can add its own categories to manage the expenses.
27.285714
61
0.795812
eng_Latn
0.998177
7421e8d9aea691c955cc9396ca9fb5281146adbf
27
md
Markdown
README.md
RNaiknaware/TechTonic
b784648e560c36f31b5f305b94987785e1880a46
[ "Apache-2.0" ]
null
null
null
README.md
RNaiknaware/TechTonic
b784648e560c36f31b5f305b94987785e1880a46
[ "Apache-2.0" ]
null
null
null
README.md
RNaiknaware/TechTonic
b784648e560c36f31b5f305b94987785e1880a46
[ "Apache-2.0" ]
null
null
null
# TechTonic TechTonic demo
9
14
0.814815
kor_Hang
0.824584
7422680916715bc5c1702101af5bb0224531569d
897
md
Markdown
content/privacy.md
takameron/portfolio
26fb9a8819e474d6863eeb83745379c2afc8a58b
[ "MIT" ]
null
null
null
content/privacy.md
takameron/portfolio
26fb9a8819e474d6863eeb83745379c2afc8a58b
[ "MIT" ]
null
null
null
content/privacy.md
takameron/portfolio
26fb9a8819e474d6863eeb83745379c2afc8a58b
[ "MIT" ]
null
null
null
--- title: Privacy Policy date: "2019-08-13T11:04:00" draft: false share: false commentable: false editable: false # Optional header image (relative to `static/media/` folder). header: caption: "" image: "" --- ## アクセス解析ツール  当サイトは、アクセス解析ツールとして Google Inc. の提供する「Google Analytics」を利用しています。「Google Analytics」は、トラフィック...
35.88
298
0.802676
yue_Hant
0.721433
7422a4536357b8c05d499b42f661ae37994f137a
3,301
md
Markdown
readme.md
Jarnpher553/gonfig
67d36701c480ebe06ee294d54b0410d4ee71eabd
[ "MIT" ]
3
2021-11-03T08:52:39.000Z
2022-01-21T20:26:03.000Z
readme.md
Jarnpher553/gonfig
67d36701c480ebe06ee294d54b0410d4ee71eabd
[ "MIT" ]
1
2022-01-23T08:29:39.000Z
2022-02-03T15:43:30.000Z
readme.md
Jarnpher553/gonfig
67d36701c480ebe06ee294d54b0410d4ee71eabd
[ "MIT" ]
null
null
null
[![Go](https://github.com/Jarnpher553/gonfig/actions/workflows/go.yml/badge.svg)](https://github.com/Jarnpher553/gonfig/actions/workflows/go.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/Jarnpher553/gonfig)](https://goreportcard.com/report/github.com/Jarnpher553/gonfig) [![GitHub license](https://im...
30.564815
145
0.637988
yue_Hant
0.308056
7422b997e3a7ed6d4b8de7ad03b43678259389f9
1,621
md
Markdown
www/docs/timetable-stop-order.md
MShaffar19/gtfs-to-html
2f8476f89b4da1b6424f4ed5afc2ec24b44907c5
[ "MIT" ]
null
null
null
www/docs/timetable-stop-order.md
MShaffar19/gtfs-to-html
2f8476f89b4da1b6424f4ed5afc2ec24b44907c5
[ "MIT" ]
null
null
null
www/docs/timetable-stop-order.md
MShaffar19/gtfs-to-html
2f8476f89b4da1b6424f4ed5afc2ec24b44907c5
[ "MIT" ]
1
2020-09-11T02:04:12.000Z
2020-09-11T02:04:12.000Z
--- id: timetable-stop-order title: timetable_stop_order.txt --- This is an optional, non-standard file called `timetable_stop_order.txt` which can be included in an agency's GTFS. It is used to specify stop order for a particular timetable. It is useful when generating combined timetables for multiple overlapping rou...
36.840909
306
0.760025
eng_Latn
0.994066
7422bdffd79e9514870dc73771dbcae191ec26e9
4,794
md
Markdown
store/README.md
mozey/ts
98eb9d8f86f81d1d4f6625efecb40976ce8e0346
[ "MIT" ]
null
null
null
store/README.md
mozey/ts
98eb9d8f86f81d1d4f6625efecb40976ce8e0346
[ "MIT" ]
2
2021-01-30T14:34:14.000Z
2021-02-16T07:53:52.000Z
store/README.md
mozey/ts
98eb9d8f86f81d1d4f6625efecb40976ce8e0346
[ "MIT" ]
null
null
null
# Simple Store Pattern The *"stripecart"* example below demonstrates a "static e-commerce" site. Webcomponents are used to encapsulate re-usable components. The [simple store pattern](https://vuejs.org/v2/guide/state-management.html#Simple-State-Management-from-Scratch) is used to share state between components and a...
27.394286
127
0.750313
eng_Latn
0.923772
74249b6c3d940b3b1d0a38616bacfaecec0471b9
3,212
md
Markdown
one-key-cpufriend/README_CN.md
qqice233/XiaoMi-Pro-Hackintosh
57cf1d3577a6844b0f0f5b2f0c23d0c5b3d8d2a5
[ "0BSD" ]
null
null
null
one-key-cpufriend/README_CN.md
qqice233/XiaoMi-Pro-Hackintosh
57cf1d3577a6844b0f0f5b2f0c23d0c5b3d8d2a5
[ "0BSD" ]
null
null
null
one-key-cpufriend/README_CN.md
qqice233/XiaoMi-Pro-Hackintosh
57cf1d3577a6844b0f0f5b2f0c23d0c5b3d8d2a5
[ "0BSD" ]
null
null
null
# 调整 macOS CPU 性能 [English](README.md) | **中文** ## 简介 [我](https://github.com/stevezhengshiqi)还是个 bash 语言新手,欢迎大佬们帮助我改善脚本。 <b>这个脚本只支持8代U (KBL-R, CNL, CFL...)</b>。 这个脚本能修改低频率模式和性能模式,然后用 [ResourceConverter.sh](https://github.com/acidanthera/CPUFriend/tree/master/ResourceConverter) 来生成定制的 `CPUFriendDataProvider.kext`。 ...
27.220339
153
0.681196
yue_Hant
0.887038
742526e39ccb8c08abf19969e914b00f99b9d3e9
3,126
md
Markdown
README.md
Intrepidity/healthcheck
69ec7d4d81769982fad3157ba2ece367ec2f3deb
[ "MIT" ]
null
null
null
README.md
Intrepidity/healthcheck
69ec7d4d81769982fad3157ba2ece367ec2f3deb
[ "MIT" ]
null
null
null
README.md
Intrepidity/healthcheck
69ec7d4d81769982fad3157ba2ece367ec2f3deb
[ "MIT" ]
null
null
null
[![Build Status](https://travis-ci.org/Intrepidity/healthcheck.svg?branch=master)](https://travis-ci.org/Intrepidity/healthcheck) Warning: This is a library in development, and probably not production ready. Here still be some tiny dragons. # Health check In order to quickly diagnose problems in your applications it'...
50.419355
261
0.785029
eng_Latn
0.997939
7426d3727a28ce2c1babcbd259a35eb3090e9e56
37
md
Markdown
README.md
AdrieanKhisbe/label-proto
fd4015a57bfbde0716a759fcd6a34926b762b006
[ "Unlicense" ]
null
null
null
README.md
AdrieanKhisbe/label-proto
fd4015a57bfbde0716a759fcd6a34926b762b006
[ "Unlicense" ]
2
2019-11-25T21:21:39.000Z
2019-11-25T21:43:57.000Z
README.md
AdrieanKhisbe/label-proto
fd4015a57bfbde0716a759fcd6a34926b762b006
[ "Unlicense" ]
null
null
null
# label-proto wont be alive for long
12.333333
22
0.756757
eng_Latn
0.776063
742718b1159f763eba9939204555ae0cd3390d1e
4,856
md
Markdown
learn/create_cluster.md
menlanshu/Kubernetes-CONFIG-Test
c80c85eaa13e53813f2e95ff58b9d55c4573359d
[ "MIT" ]
null
null
null
learn/create_cluster.md
menlanshu/Kubernetes-CONFIG-Test
c80c85eaa13e53813f2e95ff58b9d55c4573359d
[ "MIT" ]
null
null
null
learn/create_cluster.md
menlanshu/Kubernetes-CONFIG-Test
c80c85eaa13e53813f2e95ff58b9d55c4573359d
[ "MIT" ]
null
null
null
# import repo for kubernetes to install kubeadm cat <<EOF > /etc/yum.repos.d/kubernetes.repo [kubernetes] name=Kubernetes baseurl=http://mirrors.aliyun.com/kubernetes/yum/repos/kubernetes-el7-x86_64 enabled=1 gpgcheck=0 repo_gpgcheck=0 gpgkey=http://mirrors.aliyun.com/kubernetes/yum/doc/yum-key.gpg http://mirror...
37.353846
165
0.75556
eng_Latn
0.646622
74293590ad256421820f0af6051da642247cbcbb
1,683
md
Markdown
windows-apps-src/monetize/developer-walkthroughs.md
mjangid/dev-portal
2b022348a991028cfd8dda384515491856206b36
[ "CC-BY-4.0", "MIT" ]
null
null
null
windows-apps-src/monetize/developer-walkthroughs.md
mjangid/dev-portal
2b022348a991028cfd8dda384515491856206b36
[ "CC-BY-4.0", "MIT" ]
null
null
null
windows-apps-src/monetize/developer-walkthroughs.md
mjangid/dev-portal
2b022348a991028cfd8dda384515491856206b36
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- author: mcleanbyron ms.assetid: 527660fb-8e32-41b4-89cb-d422ed48c69b description: Use the walkthroughs in this section to learn how to add banner ads and interstitial ads to apps by using the Microsoft advertising libraries. title: Developer walkthroughs ms.author: mcleans ms.date: 02/08/2017 ms.topic: artic...
46.75
207
0.707665
eng_Latn
0.959195
742a58f7817e9a7ae9b9dbeeb4a3b390ff0100ce
4,221
md
Markdown
content/en/docs/application-store/built-in-apps/harbor-app.md
forearrow/kubesphere-website
3efa4ecb90ffa0caffae75193fc0aef7978a1760
[ "Apache-2.0" ]
null
null
null
content/en/docs/application-store/built-in-apps/harbor-app.md
forearrow/kubesphere-website
3efa4ecb90ffa0caffae75193fc0aef7978a1760
[ "Apache-2.0" ]
null
null
null
content/en/docs/application-store/built-in-apps/harbor-app.md
forearrow/kubesphere-website
3efa4ecb90ffa0caffae75193fc0aef7978a1760
[ "Apache-2.0" ]
null
null
null
--- title: "Harbor App" keywords: 'Kubernetes, KubeSphere, Harbor, app-store' description: 'How to use built-in Harbor registry' weight: 2242 --- From the [Introduction](../../_index) section, you know there was uncounted application could be installed by helm. [kubesphere\'s App Store](https://charts.kubesphere.io/m...
39.448598
380
0.71476
eng_Latn
0.970327
742a7960963df5fc98ea8dccacee0d9495cbb999
4,033
md
Markdown
articles/active-directory-b2c/active-directory-b2c-setup-li-app.md
bergano65/azure-docs.ru-ru
8baaa0e3e952f85f7a3b5328960f0d0d3e52db07
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/active-directory-b2c/active-directory-b2c-setup-li-app.md
bergano65/azure-docs.ru-ru
8baaa0e3e952f85f7a3b5328960f0d0d3e52db07
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/active-directory-b2c/active-directory-b2c-setup-li-app.md
bergano65/azure-docs.ru-ru
8baaa0e3e952f85f7a3b5328960f0d0d3e52db07
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Настройка регистрации и входа с помощью учетной записи LinkedIn titleSuffix: Azure AD B2C description: Вы можете организовать в приложениях регистрацию и вход для клиентов с учетными записями LinkedIn, используя Azure Active Directory B2C. services: active-directory-b2c author: mmacy manager: celestedg ms.se...
84.020833
433
0.789487
rus_Cyrl
0.88217
742a8af33be2faa60b4054e7b4ce65b91e82635c
8,404
md
Markdown
docs/learn/java/JMX.md
lxchinesszz/JavaGuide
13866813c097ba5e305f14892b71fcc6eee1b31b
[ "Apache-2.0" ]
null
null
null
docs/learn/java/JMX.md
lxchinesszz/JavaGuide
13866813c097ba5e305f14892b71fcc6eee1b31b
[ "Apache-2.0" ]
null
null
null
docs/learn/java/JMX.md
lxchinesszz/JavaGuide
13866813c097ba5e305f14892b71fcc6eee1b31b
[ "Apache-2.0" ]
null
null
null
--- breadcrumb: false navbar: true sidebar: true pageInfo: false contributor: true editLink: true updateTime: true prev: true next: true comment: false footer: true backtotop: true title: Java管理扩展 --- ![](https://img.springlearn.cn/blog/learn_1590919227000.png) **作者**: 西魏陶渊明 **博客**: [https://blog.springlearn.cn/](htt...
25.313253
196
0.723227
yue_Hant
0.618073
742b04f48d7378081547f7366a1603dcee578cbd
8,613
md
Markdown
docs/c-runtime-library/reference/strtok-s-strtok-s-l-wcstok-s-wcstok-s-l-mbstok-s-mbstok-s-l.md
bobbrow/cpp-docs
769b186399141c4ea93400863a7d8463987bf667
[ "CC-BY-4.0", "MIT" ]
965
2017-06-25T23:57:11.000Z
2022-03-31T14:17:32.000Z
docs/c-runtime-library/reference/strtok-s-strtok-s-l-wcstok-s-wcstok-s-l-mbstok-s-mbstok-s-l.md
bobbrow/cpp-docs
769b186399141c4ea93400863a7d8463987bf667
[ "CC-BY-4.0", "MIT" ]
3,272
2017-06-24T00:26:34.000Z
2022-03-31T22:14:07.000Z
docs/c-runtime-library/reference/strtok-s-strtok-s-l-wcstok-s-wcstok-s-l-mbstok-s-mbstok-s-l.md
bobbrow/cpp-docs
769b186399141c4ea93400863a7d8463987bf667
[ "CC-BY-4.0", "MIT" ]
951
2017-06-25T12:36:14.000Z
2022-03-26T22:49:06.000Z
--- description: "Learn more about: strtok_s, _strtok_s_l, wcstok_s, _wcstok_s_l, _mbstok_s, _mbstok_s_l" title: "strtok_s, _strtok_s_l, wcstok_s, _wcstok_s_l, _mbstok_s, _mbstok_s_l" ms.date: "4/2/2020" api_name: ["_wcstok_s_l", "_mbstok_s_l", "_mbstok_s", "strtok_s", "wcstok_s", "_strtok_s_l", "_o__mbstok_s", "_o__mb...
43.5
873
0.673749
eng_Latn
0.873125
742b0e98aa027809f3650193e33dde381d757bd4
4,231
md
Markdown
README.md
mristin/crosshair-pycharm
5839b42296c0aeca232966207778dce6ee0503bd
[ "MIT" ]
1
2021-03-11T01:59:20.000Z
2021-03-11T01:59:20.000Z
README.md
mristin/crosshair-pycharm
5839b42296c0aeca232966207778dce6ee0503bd
[ "MIT" ]
null
null
null
README.md
mristin/crosshair-pycharm
5839b42296c0aeca232966207778dce6ee0503bd
[ "MIT" ]
null
null
null
# crosshair-pycharm Crosshair-pycharm is a plug-in for [PyCharm IDE] that allows you to automatically test your Python code using [crosshair-tool]. [PyCharm IDE]: https://www.jetbrains.com/pycharm/ [crosshair-tool]: https://pypi.org/project/crosshair-tool/ ## Installation **Install crosshair-pycharm**. Use [Plug-in...
39.542056
140
0.771685
eng_Latn
0.986502
742bb46e0ac8b7205eec0bbef6a18dc522ebeb3b
1,561
md
Markdown
_posts/people-love/17/2021-04-07-dutchess-lattimore.md
chito365/p
d43434482da24b09c9f21d2f6358600981023806
[ "MIT" ]
null
null
null
_posts/people-love/17/2021-04-07-dutchess-lattimore.md
chito365/p
d43434482da24b09c9f21d2f6358600981023806
[ "MIT" ]
null
null
null
_posts/people-love/17/2021-04-07-dutchess-lattimore.md
chito365/p
d43434482da24b09c9f21d2f6358600981023806
[ "MIT" ]
null
null
null
--- id: 16239 title: Dutchess Lattimore date: 2021-04-07T17:50:42+00:00 author: victor layout: post guid: https://ukdataservers.com/dutchess-lattimore/ permalink: /04/07/dutchess-lattimore tags: - show love - unspecified - single - relationship - engaged - married - complicated - open relationship - wi...
19.759494
212
0.606022
eng_Latn
0.998054
742c1ff10b308e7ba1fedef69b28fc9a2a2f20aa
36
md
Markdown
README.md
kcollinssibley/coding-club
477911208482ed134d6e98d5704b9d8ffc67e8d4
[ "MIT" ]
1
2019-12-13T15:24:46.000Z
2019-12-13T15:24:46.000Z
README.md
kcollinssibley/coding-club
477911208482ed134d6e98d5704b9d8ffc67e8d4
[ "MIT" ]
null
null
null
README.md
kcollinssibley/coding-club
477911208482ed134d6e98d5704b9d8ffc67e8d4
[ "MIT" ]
null
null
null
# coding-club Coding Club resources
12
21
0.805556
eng_Latn
0.96422
742cb7a893935d2f8d9d4c9645bc71fb606a894a
2,636
md
Markdown
packages/blockchain-extension/resources/tutorials/developer-tutorials/createNewIdentity.md
james-wallis/blockchain-vscode-extension
6a61c98a207b320e1922fa249b419f100c61a0d5
[ "Apache-2.0" ]
275
2018-09-05T09:00:53.000Z
2022-03-28T10:08:43.000Z
packages/blockchain-extension/resources/tutorials/developer-tutorials/createNewIdentity.md
GooPm023/blockchain-vscode-extension
04bcb22c509fc59241f32920cf19e0a24cb8df16
[ "Apache-2.0" ]
2,322
2018-09-05T12:35:04.000Z
2022-03-28T10:59:28.000Z
packages/blockchain-extension/resources/tutorials/developer-tutorials/createNewIdentity.md
GooPm023/blockchain-vscode-extension
04bcb22c509fc59241f32920cf19e0a24cb8df16
[ "Apache-2.0" ]
153
2018-09-03T10:53:12.000Z
2022-02-28T13:53:53.000Z
**Learning Objectives** * Create a new identity using Local Fabric CA > Note: This tutorial assumes you have a basic understanding of the VSCode extension and have followed the <a href='../new-tutorials/basic-tutorials/a1.md'> Basic Tutorials</a> series. In 'Tutorial A4: Invoking a smart contract from VS Code', we u...
77.529412
380
0.7739
eng_Latn
0.999219
742de1390fea5c279201ebe7d5247b512bd3dee2
10,369
md
Markdown
docs/ucma-sdk/incoming-message-dispatching.md
eltociear/office-developer-lync-evergreen-docs
735a581760c33d2c01916d9e70815a801cbb6565
[ "CC-BY-4.0", "MIT" ]
3
2018-06-14T23:48:51.000Z
2021-04-21T00:13:47.000Z
docs/ucma-sdk/incoming-message-dispatching.md
eltociear/office-developer-lync-evergreen-docs
735a581760c33d2c01916d9e70815a801cbb6565
[ "CC-BY-4.0", "MIT" ]
36
2018-05-22T17:57:34.000Z
2020-09-08T07:34:23.000Z
docs/ucma-sdk/incoming-message-dispatching.md
eltociear/office-developer-lync-evergreen-docs
735a581760c33d2c01916d9e70815a801cbb6565
[ "CC-BY-4.0", "MIT" ]
11
2018-05-28T05:31:57.000Z
2021-12-07T00:25:23.000Z
--- title: Incoming message dispatching TOCTitle: Incoming message dispatching ms:assetid: e0f99fce-57b2-4ff5-8ed4-f4c1e6e99968 ms:mtpsurl: https://msdn.microsoft.com/en-us/library/Dn466043(v=office.15) ms:contentKeyID: 57103036 ms.date: 07/25/2014 mtps_version: v=office.15 --- # Incoming message dispatching **Appl...
104.737374
1,147
0.796412
eng_Latn
0.999368
742e93878fa87169dd818329d764b6e1db1c7e68
169
md
Markdown
man/lshw.md
pew/hitchhikers-guide
30addf5b8d45e3c28ebffa87409be82e89fec12e
[ "MIT" ]
4
2019-09-29T10:42:50.000Z
2022-02-12T08:27:37.000Z
man/lshw.md
pew/hitchhikers-guide
30addf5b8d45e3c28ebffa87409be82e89fec12e
[ "MIT" ]
7
2019-04-22T19:35:20.000Z
2020-07-29T17:58:39.000Z
man/lshw.md
pew/hitchhikers-guide
30addf5b8d45e3c28ebffa87409be82e89fec12e
[ "MIT" ]
null
null
null
# lshw / list hardware well, list (virtual) hardware informaion on linux. useful to find some information about hard disk vendors and serial numbers etc. ``` lshw ```
21.125
130
0.745562
eng_Latn
0.991993
742f0f2cd76035b428185313ae0a6562cdd4fc96
449
md
Markdown
docs/adding-resources.md
clareliguori/crossplane-provider-jet-aws
2f6b907c0b2f48710f8833d1ca327ba762f1f028
[ "Apache-2.0" ]
18
2021-12-13T13:15:31.000Z
2022-03-24T08:48:33.000Z
docs/adding-resources.md
clareliguori/crossplane-provider-jet-aws
2f6b907c0b2f48710f8833d1ca327ba762f1f028
[ "Apache-2.0" ]
97
2021-11-19T00:17:58.000Z
2022-03-30T09:22:35.000Z
docs/adding-resources.md
clareliguori/crossplane-provider-jet-aws
2f6b907c0b2f48710f8833d1ca327ba762f1f028
[ "Apache-2.0" ]
12
2021-12-13T13:11:16.000Z
2022-03-24T10:39:01.000Z
### This document was moved to the [Terrajet repository](https://github.com/crossplane/terrajet/tree/main/docs). To add a new resources, please follow [adding new resources](https://github.com/crossplane/terrajet/blob/main/docs/generating-a-provider.md#adding-new-resources) section. To configure existing resources, p...
74.833333
170
0.799555
eng_Latn
0.435245
7431fb83caf92d12f1a284a30e1ebe8e05223ac9
7,550
md
Markdown
docs/code_contributions/CONTRIBUTING.md
masino-lab/fairMLHealth
943ffed5f57997401823bd2afc257f34f76ea157
[ "MIT" ]
19
2020-10-29T10:14:59.000Z
2022-03-20T06:27:35.000Z
docs/code_contributions/CONTRIBUTING.md
masino-lab/fairMLHealth
943ffed5f57997401823bd2afc257f34f76ea157
[ "MIT" ]
52
2020-10-14T19:21:27.000Z
2021-09-15T19:01:52.000Z
docs/code_contributions/CONTRIBUTING.md
masino-lab/fairMLHealth
943ffed5f57997401823bd2afc257f34f76ea157
[ "MIT" ]
9
2020-12-02T21:40:27.000Z
2021-11-01T18:09:10.000Z
# Contributing to this repository <!-- omit in toc --> ## Getting started <!-- omit in toc --> Before you begin: - Have you read the [code of conduct](CODE_OF_CONDUCT.md)? - Check out the [existing issues](https://github.com/KenSciResearch/fairMLHealth/issues) & see if we [accept contributions](#types-of-contribution...
64.529915
377
0.778543
eng_Latn
0.991257
74320b4f57555939f5b3eee23188b78a2723a4f8
1,141
md
Markdown
_sections/act_and_prepare/es/02-do/09-get-a-flu-buddy.md
marcomicera/guide
4135647f4730ae95f6b830330a0e0e7f6e2f6e43
[ "CC-BY-4.0" ]
null
null
null
_sections/act_and_prepare/es/02-do/09-get-a-flu-buddy.md
marcomicera/guide
4135647f4730ae95f6b830330a0e0e7f6e2f6e43
[ "CC-BY-4.0" ]
1
2020-04-22T01:21:14.000Z
2020-04-22T01:21:14.000Z
_sections/act_and_prepare/es/02-do/09-get-a-flu-buddy.md
marcomicera/guide
4135647f4730ae95f6b830330a0e0e7f6e2f6e43
[ "CC-BY-4.0" ]
null
null
null
{:.only_toc} ### Camarada en la influenza {:.do.no_toc} ### Busca un ‘camarada en la influenza’ (o ‘amigo en la pandemia’) y prepara un plan de emergencia para que alguien se encargue de cuidar a los niños, las mascotas, y a los que necesitan atención especial. En especial si viven solos. En caso que haya transmisión...
95.083333
370
0.797546
spa_Latn
0.999358
74323d39e0fd398dabcf20e2d5b033ee8cc709a0
655
md
Markdown
README.md
Earthmark/nothing_moves
d5726d997d74f717ee76aae138a283852c0ea082
[ "MIT" ]
null
null
null
README.md
Earthmark/nothing_moves
d5726d997d74f717ee76aae138a283852c0ea082
[ "MIT" ]
null
null
null
README.md
Earthmark/nothing_moves
d5726d997d74f717ee76aae138a283852c0ea082
[ "MIT" ]
null
null
null
# nothing_moves A game jam entry for the bevy jam. The hypotheses of this game is to fold higher dimensional structures into lower dimensional structures using matrix rotations. The lower dimensional structures are mapped into bevy as models, and rendered. This is going to be using an old idea and migrating it into B...
38.529412
205
0.8
eng_Latn
0.998295
7432899c916757ebc98b35a68a1d6edae05197ab
8,025
md
Markdown
evaluations/spartan-poc-consensus-module_1_protyze.md
idavollnetwork/Grant-Milestone-Delivery
ae62c741174fb96a7a40df10be47970758b70b79
[ "Apache-2.0" ]
1
2021-06-27T04:45:51.000Z
2021-06-27T04:45:51.000Z
evaluations/spartan-poc-consensus-module_1_protyze.md
idavollnetwork/Grant-Milestone-Delivery
ae62c741174fb96a7a40df10be47970758b70b79
[ "Apache-2.0" ]
null
null
null
evaluations/spartan-poc-consensus-module_1_protyze.md
idavollnetwork/Grant-Milestone-Delivery
ae62c741174fb96a7a40df10be47970758b70b79
[ "Apache-2.0" ]
null
null
null
# Evaluation - **Status:** In Progress - **PR Link:** Spartan POC Consensus Module: [Accepted W3F Grant App PR](https://github.com/w3f/Open-Grants-Program/pull/357). - **Milestone:** 1 - **Kusama Identity:** t.b.a. - **Previously successfully merged evaluation:** None | Number | Deliverable | Accepted ...
195.731707
800
0.574953
eng_Latn
0.95899
743398ccf05410fce8b71ce32f1ba7d849b6a72c
29
md
Markdown
README.md
JessicaBarclay/JavaBuzz
b199905186c437cb83c6456510dd1bc3211708cf
[ "MIT" ]
null
null
null
README.md
JessicaBarclay/JavaBuzz
b199905186c437cb83c6456510dd1bc3211708cf
[ "MIT" ]
null
null
null
README.md
JessicaBarclay/JavaBuzz
b199905186c437cb83c6456510dd1bc3211708cf
[ "MIT" ]
null
null
null
## FizzBuzz Meets JavaScript
14.5
28
0.793103
deu_Latn
0.729156
7434e71d2897720b157a92ee90c6f51a7d2bbf98
183
md
Markdown
uni_modules/uni-card/readme.md
Wesley-yang/hello-uniapp
b54b85d77bc8d72c57141db8bfc3bfda7649586e
[ "MIT" ]
1,341
2018-12-03T12:36:17.000Z
2022-03-31T05:35:43.000Z
uni_modules/uni-card/readme.md
Wesley-yang/hello-uniapp
b54b85d77bc8d72c57141db8bfc3bfda7649586e
[ "MIT" ]
422
2018-12-20T07:35:47.000Z
2022-03-31T02:37:36.000Z
uni_modules/uni-card/readme.md
Wesley-yang/hello-uniapp
b54b85d77bc8d72c57141db8bfc3bfda7649586e
[ "MIT" ]
615
2018-12-28T13:06:06.000Z
2022-03-30T07:25:51.000Z
## Card 卡片 > **组件名:uni-card** > 代码块: `uCard` 卡片视图组件。 ### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-card) #### 如使用过程中有任何问题,或者您对uni-ui有一些好的建议,欢迎加入 uni-ui 交流群:871950839
14.076923
61
0.666667
yue_Hant
0.777577
743578bbde3593b46d6d7f7eb8c9e6c6aebd0800
4,458
md
Markdown
docs/standard/attributes/applying-attributes.md
lucieva/docs.cs-cz
a688d6511d24a48fe53a201e160e9581f2effbf4
[ "CC-BY-4.0", "MIT" ]
1
2018-12-19T17:04:23.000Z
2018-12-19T17:04:23.000Z
docs/standard/attributes/applying-attributes.md
lucieva/docs.cs-cz
a688d6511d24a48fe53a201e160e9581f2effbf4
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/standard/attributes/applying-attributes.md
lucieva/docs.cs-cz
a688d6511d24a48fe53a201e160e9581f2effbf4
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Použití atributů ms.date: 03/30/2017 ms.technology: dotnet-standard dev_langs: - csharp - vb - cpp helpviewer_keywords: - assemblies [.NET Framework], attributes - attributes [.NET Framework], applying ms.assetid: dd7604eb-9fa3-4b60-b2dd-b47739fa3148 author: rpetrusha ms.author: ronpet ms.openlocfilehash: 5d...
73.081967
382
0.781068
ces_Latn
0.996988
74359d2539943bcb933d50f01db55741446ab2a0
415
md
Markdown
README.md
CristiCeban/TpShell
91808b47bce08b0e9a9efe92fdc21746095da415
[ "MIT" ]
null
null
null
README.md
CristiCeban/TpShell
91808b47bce08b0e9a9efe92fdc21746095da415
[ "MIT" ]
null
null
null
README.md
CristiCeban/TpShell
91808b47bce08b0e9a9efe92fdc21746095da415
[ "MIT" ]
null
null
null
This is a basic shell implementation in C. to run print "make" in the terminal. and after that print "./shell.exe". It allows to: - Print the cmd. - Print the current directory. - Simple cmd ("exit","cd","./"(run file),"ls"). - Redirect cmd. - Gestion of signals(like CTRL+Z,etc..). - Store the value of the folowing fo...
31.923077
109
0.706024
eng_Latn
0.99555
74390a19d3dfe8745906946ffa09ea40d0eb7975
20,658
md
Markdown
README.md
glenndehaan/ikea-tradfri-coap-docs
68976e6641e4533f9ad51ec724942a0b6c143bce
[ "MIT" ]
155
2018-02-18T19:13:57.000Z
2022-03-28T01:37:17.000Z
README.md
glenndehaan/ikea-tradfri-coap-docs
68976e6641e4533f9ad51ec724942a0b6c143bce
[ "MIT" ]
26
2018-11-16T18:54:05.000Z
2022-02-19T13:31:29.000Z
README.md
glenndehaan/ikea-tradfri-coap-docs
68976e6641e4533f9ad51ec724942a0b6c143bce
[ "MIT" ]
16
2019-01-05T13:40:42.000Z
2022-03-28T01:37:20.000Z
# Ikea Tradfri CoAP Docs How can you communicate to your Ikea tradfri gateway/hub through coap-client. Tested with Tradfri hub version 1.3.0014, 1.8.0025 and 1.12.0. ## Table of Contents * [Ikea Tradfri CoAP Docs](#ikea-tradfri-coap-docs) * [Table of Contents](#table-of-contents) * [Install coap-client...
34.603015
177
0.613128
eng_Latn
0.93499
743a2cb38858307b2f25020befdccd4abd4d55b2
109
md
Markdown
README.md
BHFaction/Tribot
38d8caaa73775654125db3091b8de2aadb3dba99
[ "MIT" ]
3
2017-04-04T04:03:28.000Z
2021-05-29T08:08:48.000Z
README.md
BHFaction/Tribot
38d8caaa73775654125db3091b8de2aadb3dba99
[ "MIT" ]
null
null
null
README.md
BHFaction/Tribot
38d8caaa73775654125db3091b8de2aadb3dba99
[ "MIT" ]
2
2018-02-28T14:16:11.000Z
2019-05-07T18:02:16.000Z
# ~ Sanbot ~ サンボト ~ > "It has three wheels that make it very moe." **Current SanBot Version: SanBot No.1**
18.166667
46
0.66055
eng_Latn
0.994344
743acf24425de31f790e33ef001b72e1cb82309c
3,339
md
Markdown
4_general_driver_design_guidelines/43_maximize_cpu_compatibility/436_returning_pointers_in_a_function_parameter.md
tianocore-docs/edk2-UefiDriverWritersGuide
20da2f19bafdd936a30123511d6d3b01491af755
[ "BSD-2-Clause" ]
19
2018-12-13T17:16:07.000Z
2022-02-09T05:18:26.000Z
4_general_driver_design_guidelines/43_maximize_cpu_compatibility/436_returning_pointers_in_a_function_parameter.md
tianocore-docs/edk2-UefiDriverWritersGuide
20da2f19bafdd936a30123511d6d3b01491af755
[ "BSD-2-Clause" ]
null
null
null
4_general_driver_design_guidelines/43_maximize_cpu_compatibility/436_returning_pointers_in_a_function_parameter.md
tianocore-docs/edk2-UefiDriverWritersGuide
20da2f19bafdd936a30123511d6d3b01491af755
[ "BSD-2-Clause" ]
10
2019-04-18T19:53:18.000Z
2021-09-22T15:02:04.000Z
<!--- @file 4.3.6 Returning Pointers in a Function Parameter Copyright (c) 2012-2018, Intel Corporation. All rights reserved.<BR> Redistribution and use in source (original document form) and 'compiled' forms (converted to PDF, epub, HTML and other formats) with or without modification, are permitted...
39.75
81
0.721174
eng_Latn
0.845479
743cf9685edfad1edf7940855854a0445f064fcd
2,944
md
Markdown
README.md
yumcyaWiz/volppm
36f707402639aaf019bc49618ffd64b6b8a5b188
[ "MIT" ]
29
2021-12-19T10:10:07.000Z
2022-03-30T22:11:46.000Z
README.md
yumcyaWiz/volppm
36f707402639aaf019bc49618ffd64b6b8a5b188
[ "MIT" ]
null
null
null
README.md
yumcyaWiz/volppm
36f707402639aaf019bc49618ffd64b6b8a5b188
[ "MIT" ]
4
2021-12-20T08:57:44.000Z
2021-12-28T07:08:17.000Z
# volppm ![](img/water_cornellbox.png) Volumetric progressive photon mapping written in C++. WIP. ## Features * Homogeneous medium * [Hero wavelength sampling](https://doi.org/10.1145/3306346.3323025) for chromatic absorption/scattering coefficient * [Artist friendly parameter](https://doi.org/10.1145/2897839.2927...
44.606061
320
0.751698
kor_Hang
0.269961
743d18f9ad07edcbdffc7ba6f532dc22ecaf45d2
10,580
md
Markdown
content/post/2019-10-13.md
aquilax/quantified.avtobiografia.com
142c230ab33b46d471732858fafeefbebf788803
[ "MIT" ]
null
null
null
content/post/2019-10-13.md
aquilax/quantified.avtobiografia.com
142c230ab33b46d471732858fafeefbebf788803
[ "MIT" ]
null
null
null
content/post/2019-10-13.md
aquilax/quantified.avtobiografia.com
142c230ab33b46d471732858fafeefbebf788803
[ "MIT" ]
2
2018-02-27T06:57:20.000Z
2019-07-21T13:30:58.000Z
{ "date": "2019-10-13", "type": "post", "title": "Report for Sunday 13th of October 2019", "slug": "2019\/10\/13", "categories": [ "Daily report" ], "images": [], "health": { "weight": 0, "height": 173, "age": 14179 }, "nutrition": { "calor...
42.32
436
0.43724
kor_Hang
0.159623
743d6c95518f885c5a007959fc46765a9e733ad3
118
md
Markdown
ffi/node14/README.md
jgowdy/cobhan
5bf8b769fcc58d4952f38695ff9c8e41e957abf0
[ "MIT" ]
6
2021-09-02T08:42:16.000Z
2022-02-18T01:38:26.000Z
ffi/node14/README.md
jgowdy/cobhan
5bf8b769fcc58d4952f38695ff9c8e41e957abf0
[ "MIT" ]
3
2021-09-20T18:59:45.000Z
2022-01-28T18:04:53.000Z
ffi/node14/README.md
jgowdy/cobhan
5bf8b769fcc58d4952f38695ff9c8e41e957abf0
[ "MIT" ]
3
2021-09-17T15:47:05.000Z
2022-02-25T17:22:27.000Z
## Links https://github.com/node-ffi-napi/node-ffi-napi https://github.com/node-ffi/node-ffi/wiki/Node-FFI-Tutorial
19.666667
59
0.745763
yue_Hant
0.638166
743d72690de06e61f2794a040f860873221cb193
1,188
md
Markdown
src/pages/lessons/09-emotional-design.md
philschanely/course-ux
d2347bc591e0d94bbae9e0ef5063f6874f3fd90f
[ "MIT" ]
null
null
null
src/pages/lessons/09-emotional-design.md
philschanely/course-ux
d2347bc591e0d94bbae9e0ef5063f6874f3fd90f
[ "MIT" ]
1
2019-09-08T13:56:34.000Z
2019-09-08T22:35:16.000Z
src/pages/lessons/09-emotional-design.md
philschanely/course-ux
d2347bc591e0d94bbae9e0ef5063f6874f3fd90f
[ "MIT" ]
1
2019-09-06T04:52:55.000Z
2019-09-06T04:52:55.000Z
--- type: lessons number: 9 title: "Emotional Design for Humans" cover: "https://source.unsplash.com/UOwvwZ9Dy6w" --- import { Subpage, Callout } from "course-components"; <Subpage slug="emotional-design"> ### Emotional Design Let's start a new text, Aarron Walter's *Designing for Emotion*. What does it mean to "des...
27
203
0.755892
eng_Latn
0.957027
743f19cf86a0ca9537a598478b72456ccf9e9075
736
md
Markdown
CMI-L1S1/AIPE102/gestion_du_stress.md
Matows/USMB
b1f7a49b20e95853f2b7fe9732e2fbd65d235d86
[ "MIT" ]
null
null
null
CMI-L1S1/AIPE102/gestion_du_stress.md
Matows/USMB
b1f7a49b20e95853f2b7fe9732e2fbd65d235d86
[ "MIT" ]
null
null
null
CMI-L1S1/AIPE102/gestion_du_stress.md
Matows/USMB
b1f7a49b20e95853f2b7fe9732e2fbd65d235d86
[ "MIT" ]
null
null
null
# La gestion du stress Présentation : elle à un centre de médecine naturel. ## Plan .Le fonctionnemement physiologique .le stress: définition .les différents types de stress ## Le fonctionnement physuilogique Second "cerveau" dans le ventre qui communique avec le principal. Il est à l'origine des maux de ventre dûe...
22.30303
103
0.744565
fra_Latn
0.989143
743f8a67fb88ae17ddd9dc858b1caf6545ba2dad
1,419
md
Markdown
_pages/cv.md
FJFehr/fabio.j.fehr.github.io
f5f491ea99d8290f01056ee029124d9af4384bf9
[ "MIT" ]
null
null
null
_pages/cv.md
FJFehr/fabio.j.fehr.github.io
f5f491ea99d8290f01056ee029124d9af4384bf9
[ "MIT" ]
null
null
null
_pages/cv.md
FJFehr/fabio.j.fehr.github.io
f5f491ea99d8290f01056ee029124d9af4384bf9
[ "MIT" ]
null
null
null
--- layout: archive title: "Resume" permalink: /cv/ author_profile: true redirect_from: - /resume --- ### Curriculum Vitae {% include base_path %} * You can view my resume here ([Resume](https://FJFehr.github.io/files/Fabio_Fehr_CV_2021.pdf)) ### References letters * 2021 Associate Professor Tinashe Mutsvangwa:...
61.695652
302
0.75828
eng_Latn
0.250448
744020c5cb293e3bdd4c43003fcf40e2e7e67d57
1,104
md
Markdown
README.md
theabbie/ezgif
a18d6e04649fcf8ab8a9d07085cf4f4401b909d1
[ "MIT" ]
4
2021-08-12T07:49:31.000Z
2022-02-16T16:40:29.000Z
README.md
theabbie/ezgif
a18d6e04649fcf8ab8a9d07085cf4f4401b909d1
[ "MIT" ]
null
null
null
README.md
theabbie/ezgif
a18d6e04649fcf8ab8a9d07085cf4f4401b909d1
[ "MIT" ]
4
2021-08-19T23:36:26.000Z
2022-03-29T21:52:32.000Z
# ezgif API ![ezgif](https://user-images.githubusercontent.com/17960677/100124630-e2865980-2ea1-11eb-94e4-7240432ed4a6.png) >**Unofficial ezgif API** ## Example The Following Code snipet will help you understand how to use this. ```js var ezgif = require("ezgif"); var dl = require("dlurl"); (async function() { ...
19.714286
162
0.716486
eng_Latn
0.849104
7440e6beb7499b2aeba094be2bb07356de6e3ff9
1,484
md
Markdown
README.md
JWDobken/headless-moderngl
35fe9e2deebd960ed3581e406526931d69e0a894
[ "MIT" ]
null
null
null
README.md
JWDobken/headless-moderngl
35fe9e2deebd960ed3581e406526931d69e0a894
[ "MIT" ]
null
null
null
README.md
JWDobken/headless-moderngl
35fe9e2deebd960ed3581e406526931d69e0a894
[ "MIT" ]
null
null
null
# Headless-moderngl Headless 3D rendering with Python and ModernGL. > :grimacing: **Work in process**: not yet a working solution. ## Problem description In an attempt to make 3D renders of the obj file `rebar.obj`; I ran into so many issues that I've decided to narrow this problem down to a single script that can ...
29.098039
188
0.723046
eng_Latn
0.631786
7440e9c20b0b7ed9c125d60211d838f2f58cd7f2
2,882
md
Markdown
Cultures/Backgrounds/WesternNoble.md
tedneward/Azgaarnoth
f0e333ce982dc1d20b1a969a0f8fab2a53a1d6e1
[ "CC-BY-3.0" ]
null
null
null
Cultures/Backgrounds/WesternNoble.md
tedneward/Azgaarnoth
f0e333ce982dc1d20b1a969a0f8fab2a53a1d6e1
[ "CC-BY-3.0" ]
null
null
null
Cultures/Backgrounds/WesternNoble.md
tedneward/Azgaarnoth
f0e333ce982dc1d20b1a969a0f8fab2a53a1d6e1
[ "CC-BY-3.0" ]
null
null
null
# Western (Waterdhavian) Noble You are a scion of one of the great [noble families](/Organizations/Houses/Houses.md) of Azgaarnoth. Human families who jealously guard their privilege and place in the City of Splendors, Waterdhavian nobles have a reputation across FaerO.n for being eccentric, spoiled, venal, and, above...
48.847458
100
0.800833
eng_Latn
0.999935
7441098abb53f0ef45dc20ec466cbc0cb3e86e34
1,770
md
Markdown
doc/web/content/comics/SmackJeeves_Knife.md
yasen-m/dosage
81fe088621ad335cac2a53fcbc7b9b37f49ddce2
[ "MIT" ]
null
null
null
doc/web/content/comics/SmackJeeves_Knife.md
yasen-m/dosage
81fe088621ad335cac2a53fcbc7b9b37f49ddce2
[ "MIT" ]
null
null
null
doc/web/content/comics/SmackJeeves_Knife.md
yasen-m/dosage
81fe088621ad335cac2a53fcbc7b9b37f49ddce2
[ "MIT" ]
null
null
null
title: SmackJeeves/Knife url: "/comics/SmackJeeves_Knife.html" --- Dosage comic SmackJeeves/Knife ----------------------------------------- <p id="msg"></p> <script type="text/javascript"> if (window.location.search === '?edit_info_mail=sent_ok') { var elem = document.getElementById("msg"); elem.innerHTML = 'Edite...
35.4
458
0.678531
eng_Latn
0.552432
74414fa9154dd808737e8e53cff743f60539f2fb
3,059
md
Markdown
1-basics/first-component.md
vijayraavi/react-book
2b3b6ed2cea12e0a425a6afba57c0ddef8288cd9
[ "MIT" ]
1
2021-03-19T18:18:34.000Z
2021-03-19T18:18:34.000Z
1-basics/first-component.md
vijayraavi/react-book
2b3b6ed2cea12e0a425a6afba57c0ddef8288cd9
[ "MIT" ]
null
null
null
1-basics/first-component.md
vijayraavi/react-book
2b3b6ed2cea12e0a425a6afba57c0ddef8288cd9
[ "MIT" ]
null
null
null
# Your first component Follow me on [Twitter](https://twitter.com/chris_noring), happy to take your suggestions on topics or improvements /Chris There are many ways to create a component but let's have a look at how you can create a so called class based component. We will do the following: - **Define** the componen...
29.990196
213
0.690095
eng_Latn
0.991141
7441c161cb130fe49100084701e98554564f4ab8
2,988
md
Markdown
publications.md
TNF-computational-physiology/minima
bc33ca76bf40293b54311e1294c09dd202cd6942
[ "MIT" ]
null
null
null
publications.md
TNF-computational-physiology/minima
bc33ca76bf40293b54311e1294c09dd202cd6942
[ "MIT" ]
null
null
null
publications.md
TNF-computational-physiology/minima
bc33ca76bf40293b54311e1294c09dd202cd6942
[ "MIT" ]
null
null
null
1. F. von Wegner, S. Bauer, F. Rosenow, J. Triesch, H. Laufs, "EEG microstate periodicity explained by rotating phase patterns of resting-state alpha oscillations.", *NeuroImage*, 224:117372, 2021. 2. P. Knaut, F. von Wegner, A. Morzelewski, H. Laufs, "EEG-correlated fMRI of human alpha (de-)synchronization.", *Clin N...
90.545455
289
0.735274
eng_Latn
0.411608
7441dc755245d1c106442108e42dd3a0ad004c53
11,735
md
Markdown
transcripts/10_PSTweetChat_October2021.md
jdhitsolutions/PSTweetChat
3cc9cf9692fcfdf132508397b0a9fb2f9fcfc62c
[ "MIT" ]
24
2019-03-01T22:43:00.000Z
2022-02-04T18:53:39.000Z
transcripts/10_PSTweetChat_October2021.md
jdhitsolutions/PSTweetChat
3cc9cf9692fcfdf132508397b0a9fb2f9fcfc62c
[ "MIT" ]
null
null
null
transcripts/10_PSTweetChat_October2021.md
jdhitsolutions/PSTweetChat
3cc9cf9692fcfdf132508397b0a9fb2f9fcfc62c
[ "MIT" ]
5
2019-06-09T07:35:49.000Z
2021-02-11T03:19:34.000Z
# PSTweetChat TweetScript ## Friday, October 1, 2021 ### [@JeffHicks](https://twitter.com/JeffHicks) \<Jeff Hicks\> *2021-10-01 15:05:00Z* > [Chatting #PowerShell today at 1PM Eastern (17:00UTC). Use the #PSTweetChat tag to join in.](https://twitter.com/JeffHicks/status/1443955110443368453) ![embedded media](https:...
51.469298
370
0.746059
yue_Hant
0.634924
7442eac19d89da4526e7d7ff95e06608778b2b80
352
md
Markdown
reference/ros-messages/msg/ChestLeds.md
hopewm/Kuri-Documentation
057ce31498ca04d960089c8202edd0c129c4eb91
[ "MIT" ]
14
2018-10-16T18:40:40.000Z
2021-09-24T03:21:20.000Z
reference/ros-messages/msg/ChestLeds.md
KuriRobot/documentation
4fcb89abd26ec9f3ecb26582512e463f04b3d3c1
[ "MIT" ]
21
2018-10-16T20:06:53.000Z
2021-12-15T01:14:26.000Z
reference/ros-messages/msg/ChestLeds.md
KuriRobot/documentation
4fcb89abd26ec9f3ecb26582512e463f04b3d3c1
[ "MIT" ]
11
2018-10-16T17:05:23.000Z
2020-08-16T06:06:14.000Z
--- layout: reference title: ChestLeds.msg package: mobile_base_driver category: message tags: - chest light --- ## Message Definition ``` Led[15] leds ``` ## Arguments #### `leds` An array of Led representing the 15 chest light leds ![Led Layout](/assets/images/ChestLedLayout.png) ## Related Documentation ``/mobi...
15.304348
52
0.724432
eng_Latn
0.674233
74442b0c5c189f640e2997ffa73fe35f4cdf36b1
12,492
md
Markdown
_posts/2009-12-14-movie-review-10-weizman-street-plus-comme-ton-pere.md
veekaybee/wlb
dc44c6c89dbabce2108dd1386d9e44b6dd256875
[ "MIT" ]
null
null
null
_posts/2009-12-14-movie-review-10-weizman-street-plus-comme-ton-pere.md
veekaybee/wlb
dc44c6c89dbabce2108dd1386d9e44b6dd256875
[ "MIT" ]
null
null
null
_posts/2009-12-14-movie-review-10-weizman-street-plus-comme-ton-pere.md
veekaybee/wlb
dc44c6c89dbabce2108dd1386d9e44b6dd256875
[ "MIT" ]
3
2016-04-01T16:56:09.000Z
2021-11-27T22:58:57.000Z
--- id: 1882 title: 'Movie Review: 10 Weizman Street plus Comme ton Pere' date: 2009-12-14T21:34:45+00:00 author: Vicki layout: post guid: http://blog.vickiboykis.com/wlb/?p=1882 permalink: /2009/12/movie-review-10-weizman-street-plus-comme-ton-pere/ categories: - Uncategorized tags: - 10 Weizman Street - Comme t...
135.782609
1,185
0.776257
eng_Latn
0.989854
7444f4f1d1e7b99cbde1f5430ac44149cb7e62cc
1,439
md
Markdown
src/markdown-posts/2012-03-20-inventing-on-principle.md
EvanHahn/evanhahn-dot-com
30c4aaa7dec2eeffba96003d669344c7e0a0fd7e
[ "MIT" ]
6
2015-01-20T20:20:31.000Z
2022-03-10T17:31:38.000Z
src/markdown-posts/2012-03-20-inventing-on-principle.md
EvanHahn/evanhahn-dot-com
30c4aaa7dec2eeffba96003d669344c7e0a0fd7e
[ "MIT" ]
4
2016-02-21T04:48:15.000Z
2022-02-27T23:56:07.000Z
src/markdown-posts/2012-03-20-inventing-on-principle.md
EvanHahn/evanhahn-dot-com
30c4aaa7dec2eeffba96003d669344c7e0a0fd7e
[ "MIT" ]
7
2016-02-20T21:03:17.000Z
2019-06-10T09:36:09.000Z
--- title: '"Inventing on principle"' author: Evan Hahn layout: post path: /inventing-on-principle/ --- [Bret Victor's "Inventing on Principle" talk][1] is a brilliant 50 minutes in two distinct parts. In short, go watch it. The first part opens with a principle of Mr. Victor's: > "Creators need an immediate connect...
62.565217
418
0.763725
eng_Latn
0.999863
7445479c98c95203672d052b9c8628670e6dbbd5
3,548
md
Markdown
docs/v4/user-pdf-template-manager.md
pretfred/gravity-pdf-documentation
b59a72a7a31661a89290b39921a121217a9a94d2
[ "CC0-1.0" ]
null
null
null
docs/v4/user-pdf-template-manager.md
pretfred/gravity-pdf-documentation
b59a72a7a31661a89290b39921a121217a9a94d2
[ "CC0-1.0" ]
130
2020-09-01T07:49:55.000Z
2022-03-22T05:24:29.000Z
docs/v4/user-pdf-template-manager.md
pretfred/gravity-pdf-documentation
b59a72a7a31661a89290b39921a121217a9a94d2
[ "CC0-1.0" ]
3
2020-09-18T07:16:14.000Z
2021-03-23T22:41:32.000Z
--- title: "PDF Template Manager" sidebar_label: "PDF Template Manager" description: "" --- ![The all-new PDF Template Manager](https://resources.gravitypdf.com/uploads/2017/03/updating-advanced-template-selector.png) > The PDF Template Manager is only available in Gravity PDF 4.1 or later. In **Gravity PDF 4.1** we...
68.230769
379
0.771139
kor_Hang
0.516514
7445bc77403a9022b548a6f48a1393b4ee02df86
618
md
Markdown
README.md
nchabalier/picture-to-GPS
13b95dea9550bb7d80ff90ef36bdb449bbc9168a
[ "MIT" ]
null
null
null
README.md
nchabalier/picture-to-GPS
13b95dea9550bb7d80ff90ef36bdb449bbc9168a
[ "MIT" ]
null
null
null
README.md
nchabalier/picture-to-GPS
13b95dea9550bb7d80ff90ef36bdb449bbc9168a
[ "MIT" ]
1
2021-01-27T11:16:43.000Z
2021-01-27T11:16:43.000Z
# picture-to-GPS Extract GPS points from a route map picture with python/OpenCV ## How to run it Work in progress: for the moment it works only with the example `visugpx.png` ```bash python3 picture-to-GPS ``` ## How it works The goal is to get a GPX file from the PNG picture: ![](example/visugpx.png) First, a mask...
23.769231
117
0.755663
eng_Latn
0.993695
7445d3f92963b487f28d188d44f1d743a6bbfc0b
1,202
md
Markdown
g3doc/api_docs/python/functions_and_classes/shard2/tf.cholesky_solve.md
vrGoldenLab/testcolab
b607a63263eda65f62028902314f547940661092
[ "Apache-2.0" ]
680
2016-12-03T14:38:28.000Z
2022-02-16T04:06:45.000Z
g3doc/api_docs/python/functions_and_classes/shard2/tf.cholesky_solve.md
vrGoldenLab/testcolab
b607a63263eda65f62028902314f547940661092
[ "Apache-2.0" ]
188
2016-06-01T08:21:19.000Z
2022-01-30T07:14:08.000Z
g3doc/api_docs/python/functions_and_classes/shard2/tf.cholesky_solve.md
vrGoldenLab/testcolab
b607a63263eda65f62028902314f547940661092
[ "Apache-2.0" ]
277
2016-06-01T07:51:21.000Z
2022-01-04T12:28:43.000Z
### `tf.cholesky_solve(chol, rhs, name=None)` {#cholesky_solve} Solve linear equations `A X = RHS`, given Cholesky factorization of `A`. ```python # Solve one system of linear equations (K = 1). A = [[3, 1], [1, 3]] RHS = [[2], [22]] # shape 2 x 1 chol = tf.cholesky(A) X = tf.cholesky_solve(chol, RHS) # tf.matmul(A,...
33.388889
84
0.602329
eng_Latn
0.965615
74465bd34ea50552b861976276de195543898ff4
2,689
md
Markdown
README.md
norazlan/smsgateway
beb781f93d55358cc7f4bedb1df4684a3d53fd6d
[ "MIT" ]
null
null
null
README.md
norazlan/smsgateway
beb781f93d55358cc7f4bedb1df4684a3d53fd6d
[ "MIT" ]
null
null
null
README.md
norazlan/smsgateway
beb781f93d55358cc7f4bedb1df4684a3d53fd6d
[ "MIT" ]
null
null
null
# smsgateway [![Gem Version](https://badge.fury.io/rb/smsgateway.svg)](https://badge.fury.io/rb/smsgateway) A ruby gem to interact with smsgateway.me API which is most popular for sending messages via your android phone. ## Getting Started * **[Download The app from Play Store](https://play.google.com/store/apps/de...
41.369231
263
0.769431
eng_Latn
0.918015
74467c528e231902aa61eea5fb1b0424985d452c
697
md
Markdown
doc/io.md
uho/chad
02a782352e041619868860196e54b1569a7abeca
[ "MIT" ]
null
null
null
doc/io.md
uho/chad
02a782352e041619868860196e54b1569a7abeca
[ "MIT" ]
null
null
null
doc/io.md
uho/chad
02a782352e041619868860196e54b1569a7abeca
[ "MIT" ]
null
null
null
# I/O map The Chad CPU connects to an I/O space modeled in `iomap.c`. The `_IORD_` field in an ALU instruction strobes `io_rd`. In the J1, input devices sit on (`mem_addr`,`io_din`). The `T->io[T]` field in an ALU instruction strobes `io_wr`. Output devices sit on (`mem_addr`,`dout`). The I/O devices supported are: ...
30.304348
71
0.725968
eng_Latn
0.995007
7446fd2e413055d240027981a4a110ebac860b0f
1,310
md
Markdown
_posts/2019-11-13-213th-post.md
shellytrigg/shellytrigg.github.io
56d25de5bbf45c4340f0144090c2beea3140923a
[ "MIT" ]
null
null
null
_posts/2019-11-13-213th-post.md
shellytrigg/shellytrigg.github.io
56d25de5bbf45c4340f0144090c2beea3140923a
[ "MIT" ]
null
null
null
_posts/2019-11-13-213th-post.md
shellytrigg/shellytrigg.github.io
56d25de5bbf45c4340f0144090c2beea3140923a
[ "MIT" ]
2
2019-08-08T21:50:11.000Z
2021-01-11T20:30:45.000Z
stats attempted data transformations to see if it would help make the data more normal - log - logit - arcsin(sqrt) transform and ANOVA - still zero-inflated - best option seems to be binomial glm - to do this I need to generate # methylated Cs and unmethylated cs - save intermediate files in methylpy DMRfind - c...
46.785714
132
0.767176
eng_Latn
0.998768
74489456a4fe088f300f5e757affd34ad5cbe7d3
2,463
md
Markdown
README.md
happyc0ding/vulnscan-parser
8233ff3c1e2282bb5bda177ecefdc1745c3003d7
[ "MIT" ]
17
2019-05-13T11:45:54.000Z
2022-02-05T10:54:16.000Z
README.md
happyc0ding/vulnscan-parser
8233ff3c1e2282bb5bda177ecefdc1745c3003d7
[ "MIT" ]
null
null
null
README.md
happyc0ding/vulnscan-parser
8233ff3c1e2282bb5bda177ecefdc1745c3003d7
[ "MIT" ]
3
2019-06-16T10:19:58.000Z
2021-11-23T08:15:12.000Z
# vulnscan-parser Parse scan results into python objects, i.e. Nessus, Nmap, testssl, metasploit, ... This tool parses verious scan results while trying to map them to a more or less similar structure. All parsers are memory efficient, huge files should not cause any problems. Currently supported: * Nessus (XML, v2) ...
36.761194
235
0.771011
eng_Latn
0.952485
7449362bc82b89775699e4729aafda75d0a2cbae
4,723
md
Markdown
README.md
fmidev/smartmet-plugin-grid-gui
6550619f8af97c8b15e4fcc61bc1e442dbe96eb2
[ "MIT" ]
null
null
null
README.md
fmidev/smartmet-plugin-grid-gui
6550619f8af97c8b15e4fcc61bc1e442dbe96eb2
[ "MIT" ]
null
null
null
README.md
fmidev/smartmet-plugin-grid-gui
6550619f8af97c8b15e4fcc61bc1e442dbe96eb2
[ "MIT" ]
null
null
null
Grid-GUI Plugin =============== ## Introduction The Grid-GUI Plugin can be used in order to visualize grid files, which information is registered into the Content Information Storage. Originally this plugin was created in order to help the development work in the grid support project. In other words, we just wanted to...
72.661538
526
0.785518
eng_Latn
0.998143
744968ab266dda9f80fb31e1138e3204ad483af0
1,123
md
Markdown
README.md
esamarathon/predictions
a9b12dd8c3e06ab57c70b61f03482fee5b6ce035
[ "MIT" ]
null
null
null
README.md
esamarathon/predictions
a9b12dd8c3e06ab57c70b61f03482fee5b6ce035
[ "MIT" ]
null
null
null
README.md
esamarathon/predictions
a9b12dd8c3e06ab57c70b61f03482fee5b6ce035
[ "MIT" ]
null
null
null
# ESA Predictions This is a prototype for an API that will be used to store and show audience predictions for runs. ![screenshot of predictions UI](./examples/percentage-bar/images/screenshot.png 'Example UI') ## Getting started You can read some documentation about the project details in the `docs` folder. ### De...
44.92
271
0.766696
eng_Latn
0.999357
74498d37eb29d4c8d327f3eb22a1b8e9cc438ac1
1,403
md
Markdown
Chapter_04/Exercise_04_35/Exercise_04_35.md
HenrikSamuelsson/C_Plus_Plus_Primer
5dd3dc51091ac51429785f64d3a27e90f692d78d
[ "Unlicense" ]
4
2017-01-25T04:56:53.000Z
2020-11-10T10:02:43.000Z
Chapter_04/Exercise_04_35/Exercise_04_35.md
HenrikSamuelsson/C_Plus_Plus_Primer
5dd3dc51091ac51429785f64d3a27e90f692d78d
[ "Unlicense" ]
null
null
null
Chapter_04/Exercise_04_35/Exercise_04_35.md
HenrikSamuelsson/C_Plus_Plus_Primer
5dd3dc51091ac51429785f64d3a27e90f692d78d
[ "Unlicense" ]
2
2015-04-29T15:02:17.000Z
2019-10-02T18:31:45.000Z
####Question Given the following defintions, ```cpp char cval; int ival; unsigned int ui; float fval; double dval; ``` identify the implicit type conversion, if any, taking place in the following expressions. (a) `cval = 'a' + 3;` (b) `fval = ui - ival * 1.0;` (c) `dval = ui * fval;` (d) `cval = i...
70.15
419
0.741269
eng_Latn
0.9998
7449c12bc4657c3832bbf3141f2a63c22a6e8550
1,390
md
Markdown
README.md
sullis/sbt-java-formatter
1ad6a8744126f44eb1b0686099831b1cd4c37899
[ "Apache-2.0" ]
null
null
null
README.md
sullis/sbt-java-formatter
1ad6a8744126f44eb1b0686099831b1cd4c37899
[ "Apache-2.0" ]
null
null
null
README.md
sullis/sbt-java-formatter
1ad6a8744126f44eb1b0686099831b1cd4c37899
[ "Apache-2.0" ]
null
null
null
# [sbt-java-formatter][] [![scaladex-badge][]][scaladex] [![travis-badge][]][travis] [sbt-java-formatter]: https://github.com/sbt/sbt-java-formatter [scaladex]: https://index.scala-lang.org/sbt/sbt-java-formatter [scaladex-badge]: https://index.scala-lang.org/sbt/sbt-java-formatter/latest.svg [travis]: ...
36.578947
125
0.719424
eng_Latn
0.385967
744c554a925e987a42dd6b7c4ce30379571344e3
428
md
Markdown
README.md
envercc/kochava_tracker
18ab1bf3fdf5e7b2dd0613873a1fafbaa1d5172a
[ "MIT" ]
null
null
null
README.md
envercc/kochava_tracker
18ab1bf3fdf5e7b2dd0613873a1fafbaa1d5172a
[ "MIT" ]
null
null
null
README.md
envercc/kochava_tracker
18ab1bf3fdf5e7b2dd0613873a1fafbaa1d5172a
[ "MIT" ]
null
null
null
# kochava_tracker A lightweight and easy to integrate SDK, providing first-class integration with Kochava’s installation attribution and analytics platform. ## Getting Started In order to integrate the Kochava SDK, read the full [SDK Documentaion](https://support.kochava.com/sdk-integration/flutter-sdk-integration/)...
38.909091
142
0.808411
eng_Latn
0.974933
744c589aaf4e22dc908c21ff2a9a9934e1587a32
103
md
Markdown
README.md
afoxball/csfox
48c73801c67c5454f5e1c8a136b1772f781d1b8d
[ "MIT" ]
null
null
null
README.md
afoxball/csfox
48c73801c67c5454f5e1c8a136b1772f781d1b8d
[ "MIT" ]
null
null
null
README.md
afoxball/csfox
48c73801c67c5454f5e1c8a136b1772f781d1b8d
[ "MIT" ]
null
null
null
# csfox Teacher website for classes and for allowing students to explore and practice web technologies
34.333333
94
0.834951
eng_Latn
0.999189
744c9b8c645c07b9f901a8a74e7d2b04e06a526c
2,336
md
Markdown
docs/visual-basic/language-reference/error-messages/first-statement-of-this-sub-new-must-be-a-call-to-mybase-new-or-myclass-new.md
SilverBuzzard/docs.pl-pl
a3cda910e7b4b30f2c3c449c742dce1be42067b5
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/visual-basic/language-reference/error-messages/first-statement-of-this-sub-new-must-be-a-call-to-mybase-new-or-myclass-new.md
SilverBuzzard/docs.pl-pl
a3cda910e7b4b30f2c3c449c742dce1be42067b5
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/visual-basic/language-reference/error-messages/first-statement-of-this-sub-new-must-be-a-call-to-mybase-new-or-myclass-new.md
SilverBuzzard/docs.pl-pl
a3cda910e7b4b30f2c3c449c742dce1be42067b5
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Pierwsza instrukcja tego &#39;Sub New&#39; musi być wywołaniem &#39;MyBase.New&#39; lub &#39;MyClass.New&#39; (nr dostępny żaden konstruktor bez parametrów) ms.date: 07/20/2015 f1_keywords: - bc30148 - vbc30148 helpviewer_keywords: - BC30148 ms.assetid: 4426e8fc-cb39-4eb8-ba95-503cd32fcc89 ms.openloc...
73
600
0.784675
pol_Latn
0.997334
744d0df497c395cb8942a04404bd6b61c4b679ea
773
md
Markdown
website/versioned_docs/version-0.103.8/ais_dom_cloud_gate_backup.md
sviete/AIS-docs
31acefb8d3a83243d5ee8c43e664bd3b7906ef10
[ "Apache-2.0" ]
null
null
null
website/versioned_docs/version-0.103.8/ais_dom_cloud_gate_backup.md
sviete/AIS-docs
31acefb8d3a83243d5ee8c43e664bd3b7906ef10
[ "Apache-2.0" ]
2
2018-10-08T14:22:25.000Z
2019-11-21T12:12:29.000Z
website/versioned_docs/version-0.103.8/ais_dom_cloud_gate_backup.md
sviete/AIS-docs
31acefb8d3a83243d5ee8c43e664bd3b7906ef10
[ "Apache-2.0" ]
6
2018-10-05T07:34:06.000Z
2019-12-08T20:38:47.000Z
--- title: Kopia zapasowa w serwisie integratora sidebar_label: Kopia zapasowa id: version-0.103.8-ais_dom_cloud_gate_backup original_id: ais_dom_cloud_gate_backup --- Jeśli wykonałeś kopie zapasową konfiguracji bramki, tak jak to jest opisane w sekcji [Kopia zapasowa konfiguracji](/AIS-docs/docs/en/ais_bramka_configu...
55.214286
314
0.827943
pol_Latn
0.999826
744d9a4c3f9c5c406fb1c2d84080fdc2ffa71e82
476
md
Markdown
README.md
LGG001/uGUI_Project
dd905ae2f21ea8a3ab235c2f113488ad5c0b425e
[ "Apache-2.0" ]
1
2021-04-17T02:35:00.000Z
2021-04-17T02:35:00.000Z
README.md
LGG001/uGUI_Project
dd905ae2f21ea8a3ab235c2f113488ad5c0b425e
[ "Apache-2.0" ]
null
null
null
README.md
LGG001/uGUI_Project
dd905ae2f21ea8a3ab235c2f113488ad5c0b425e
[ "Apache-2.0" ]
1
2019-10-07T10:24:43.000Z
2019-10-07T10:24:43.000Z
# μGUI项目 μGUI是一个免费开源的嵌入式系统图形库,它与平台无关并且能轻松地移植到几乎所有的单片机系统。μGUI并不局限于某种显示技术,只要显示器有显示图像的功能即可使用,因此,像LCD、TFT、E-Paper、LED或OLED等都支持。整个μGUI由三个文件组成:**ugui.c**,**ugui.h**,**ugui_config.h**。 ## 内容 - Documents:存放μGUI移植、使用等相关文档 - Driver:存放不同显示器的驱动程序 - Examples:μGUI相关的例程 - uGUI_Lib:官方的库源码 ## 应用 μGUI的应用例程位于Examples文件夹下,通过复制Examples...
19.04
168
0.777311
yue_Hant
0.766958
744d9fe3fa219de37070925927fe4d6d2637a2cf
1,563
md
Markdown
hugo-source/content/output/Chennai/MULTI_NEW_MOON_SIDEREAL_MONTH_ADHIKA__CHITRA_AT_180/gregorian/2000s/2020s/2021_monthly/2021-08/2021-08-12.md
baskar-yahoo/jyotisha
5a177a4b2a6b7890554471129158be43e89cc657
[ "MIT" ]
null
null
null
hugo-source/content/output/Chennai/MULTI_NEW_MOON_SIDEREAL_MONTH_ADHIKA__CHITRA_AT_180/gregorian/2000s/2020s/2021_monthly/2021-08/2021-08-12.md
baskar-yahoo/jyotisha
5a177a4b2a6b7890554471129158be43e89cc657
[ "MIT" ]
null
null
null
hugo-source/content/output/Chennai/MULTI_NEW_MOON_SIDEREAL_MONTH_ADHIKA__CHITRA_AT_180/gregorian/2000s/2020s/2021_monthly/2021-08/2021-08-12.md
baskar-yahoo/jyotisha
5a177a4b2a6b7890554471129158be43e89cc657
[ "MIT" ]
null
null
null
+++ title = "2021-08-12" +++ ## श्रावणः-05-04,कन्या-उत्तरफल्गुनी🌛🌌◢◣कर्कटः-आश्रेषा-04-28🌌🌞◢◣नभः-05-21🪐🌞 - Indian civil date: 1943-05-21, Islamic: 1443-01-03 Al-Muḥarram - संवत्सरः - प्लवः - वर्षसङ्ख्या 🌛- शकाब्दः 1943, विक्रमाब्दः 2078, कलियुगे 5122 ___________________ - 🪐🌞**ऋतुमानम्** — वर्षऋतुः दक्षिणायनम् ...
40.076923
239
0.488804
san_Deva
0.391866
45fe45c469c8332c5ca5b64837739bdd879bddbc
60
md
Markdown
README.md
christinthuerwaechter/AD5933arduino
a2a4e0e01f651795306a40895477ca1d6399b181
[ "MIT" ]
1
2019-08-05T11:20:44.000Z
2019-08-05T11:20:44.000Z
README.md
christinthuerwaechter/AD5933arduino
a2a4e0e01f651795306a40895477ca1d6399b181
[ "MIT" ]
null
null
null
README.md
christinthuerwaechter/AD5933arduino
a2a4e0e01f651795306a40895477ca1d6399b181
[ "MIT" ]
null
null
null
# AD5933arduino Control of AD5933 for impedance measurement
20
43
0.85
eng_Latn
0.872808
45fe7cc989d67aba5f54f1478d7b203b6ee27462
7,242
md
Markdown
_posts/2018-10-24-Download-pearson-education-algebra-1-chapter-10-answers.md
Ozie-Ottman/11
1005fa6184c08c4e1a3030e5423d26beae92c3c6
[ "MIT" ]
null
null
null
_posts/2018-10-24-Download-pearson-education-algebra-1-chapter-10-answers.md
Ozie-Ottman/11
1005fa6184c08c4e1a3030e5423d26beae92c3c6
[ "MIT" ]
null
null
null
_posts/2018-10-24-Download-pearson-education-algebra-1-chapter-10-answers.md
Ozie-Ottman/11
1005fa6184c08c4e1a3030e5423d26beae92c3c6
[ "MIT" ]
null
null
null
--- layout: post comments: true categories: Other --- ## Download Pearson education algebra 1 chapter 10 answers book 152 towards the north in number and size, "and then she came back. but, we're going to have another mouth to feed, Preston Maddoc was aroused. We're leaving for Newport Beach at seven in the morning, ...
804.666667
7,122
0.786937
eng_Latn
0.999936
45fe9c64831035694d64ae1a3d5090630c7a6f1c
22,938
md
Markdown
README.md
isiahmeadows/private-symbol-proposal
44e0a67fc8601b13b8246217e2738b6d38fdac3a
[ "CC0-1.0" ]
4
2018-07-30T21:41:33.000Z
2018-09-08T21:18:20.000Z
README.md
isiahmeadows/private-data-proposal
44e0a67fc8601b13b8246217e2738b6d38fdac3a
[ "CC0-1.0" ]
3
2018-09-08T17:11:16.000Z
2018-10-03T06:02:42.000Z
README.md
isiahmeadows/private-data-proposal
44e0a67fc8601b13b8246217e2738b6d38fdac3a
[ "CC0-1.0" ]
null
null
null
# Private symbol proposal *General discussion in [tc39/proposal-class-fields#115](https://github.com/tc39/proposal-class-fields/issues/115).* I'd like to see private data done in a way that isn't so class-centric and isn't so limiting. Not everyone is using classes, some of us are still preferring (or in some cases, ...
42.955056
551
0.659299
eng_Latn
0.988895
45ff1595636db5ad47fceb8e004a7511110c2f13
2,782
md
Markdown
docs/performance-analysis.md
doc97/GOAPer
25b053a79b3c679ec9d9361bf1ee4643490d11d4
[ "MIT" ]
null
null
null
docs/performance-analysis.md
doc97/GOAPer
25b053a79b3c679ec9d9361bf1ee4643490d11d4
[ "MIT" ]
3
2018-04-20T19:54:33.000Z
2020-03-26T19:48:03.000Z
docs/performance-analysis.md
doc97/GOAPer
25b053a79b3c679ec9d9361bf1ee4643490d11d4
[ "MIT" ]
null
null
null
# Performance analysis ## 05.04 Scenario used: scenarioExplode Algorithm used: Heap algorithm Average time of: 10 runs (in a for loop, is a bit faster than separate executions) scenarioExplode{n} and the results: | n | Average time (ms) | |----|------------------:| | 1 | 0.225 | | 2 | 0.080 ...
37.594595
85
0.51977
eng_Latn
0.982199
45ff3980846c9cf6672271e4ee00436d34992294
1,636
md
Markdown
README.md
hmparanjape/mechmat
67151c66d6f8deb6cdd472443a03d8f7427f1649
[ "CC0-1.0" ]
1
2020-03-31T07:17:56.000Z
2020-03-31T07:17:56.000Z
README.md
hmparanjape/mechmat
67151c66d6f8deb6cdd472443a03d8f7427f1649
[ "CC0-1.0" ]
null
null
null
README.md
hmparanjape/mechmat
67151c66d6f8deb6cdd472443a03d8f7427f1649
[ "CC0-1.0" ]
null
null
null
# mechmat Academic resources in Mechanical Engineering and Materials Science ## Continuum mechanics resources from the web 1. [Rohan Abeyaratne (MIT): Mathematical preliminaries](http://web.mit.edu/abeyaratne/Volumes/RCA_Vol_1_Math_Apr2014.pdf) 2. [Rohan Abeyaratne (MIT): Continuum Mechanics](http://web.mit.edu/abeyar...
81.8
231
0.80379
eng_Latn
0.600062
3400393087b575943400dc0021b11b5eda166a27
2,187
md
Markdown
content/articles/article-036.md
jmooring/hugo-stork
ae9f6a16003e8aa0580ba8ba850bd8d3d1754686
[ "MIT" ]
8
2022-03-14T05:11:51.000Z
2022-03-17T10:15:51.000Z
content/articles/article-036.md
jmooring/hugo-stork
ae9f6a16003e8aa0580ba8ba850bd8d3d1754686
[ "MIT" ]
null
null
null
content/articles/article-036.md
jmooring/hugo-stork
ae9f6a16003e8aa0580ba8ba850bd8d3d1754686
[ "MIT" ]
null
null
null
+++ title = 'Article 036' date = 2022-03-13T18:24:09-07:00 draft = false +++ From a commanding promontory the forest-edge appears like a great shore-line, as it sweeps away for miles along the steep and uneven sides of the mountains. For the most part it follows the contour line; here it goes far out round a peninsula-...
198.818182
1,021
0.798354
eng_Latn
0.999913
34009a86598222790c670f5bdd87ad3cf35cd8ff
2,718
md
Markdown
README.md
Lilsax/appsflyer-react-native-plugin
23d5c57a531d106a1c459143557b0934b2e0f369
[ "MIT" ]
1
2022-03-11T16:02:09.000Z
2022-03-11T16:02:09.000Z
README.md
Lilsax/appsflyer-react-native-plugin
23d5c57a531d106a1c459143557b0934b2e0f369
[ "MIT" ]
null
null
null
README.md
Lilsax/appsflyer-react-native-plugin
23d5c57a531d106a1c459143557b0934b2e0f369
[ "MIT" ]
null
null
null
<img src="https://massets.appsflyer.com/wp-content/uploads/2018/06/20092440/static-ziv_1TP.png" width="400" > # appsflyer-react-native-plugin [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/react-native-appsflyer.svg)...
48.535714
177
0.674025
eng_Latn
0.572103