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
58e094c2d2783e3804cf7cf55792e043b7afca87
6,443
md
Markdown
README.md
alfovo/mysterious-comments
ff6ce556879755d514e92ee5d8341f1393844e8a
[ "MIT" ]
1
2020-07-06T20:49:48.000Z
2020-07-06T20:49:48.000Z
README.md
alfovo/mysterious-comments
ff6ce556879755d514e92ee5d8341f1393844e8a
[ "MIT" ]
10
2021-05-11T19:07:41.000Z
2022-02-28T16:32:56.000Z
README.md
alfovo/mysterious-comments
ff6ce556879755d514e92ee5d8341f1393844e8a
[ "MIT" ]
null
null
null
# mysterious-comments a simple API in node to store anonymous comments in a SQL db, only GET, POST and DELETE available. - has a simple cache layer (redis) ✅ - no ORMs ✅ - uses es6, es7 syntax ✅ - Grapql ✅ - look ma, no express! ✅ ## Prerequisites 1. Make sure you have MySQL and Redis installed and running. 2. Cre...
49.561538
888
0.769052
eng_Latn
0.999551
58e136c1c4a85900a8513aa385af6de66d00a1c6
1,759
markdown
Markdown
_posts/2019-12-02-what_is_kubernetes.markdown
JustineGB/JustineGB.github.io
7e4e7d78a27de1396c9d6da10c1c202100ad7179
[ "MIT" ]
null
null
null
_posts/2019-12-02-what_is_kubernetes.markdown
JustineGB/JustineGB.github.io
7e4e7d78a27de1396c9d6da10c1c202100ad7179
[ "MIT" ]
null
null
null
_posts/2019-12-02-what_is_kubernetes.markdown
JustineGB/JustineGB.github.io
7e4e7d78a27de1396c9d6da10c1c202100ad7179
[ "MIT" ]
null
null
null
--- layout: post title: "What is Kubernetes?" date: 2019-12-02 21:28:51 +0000 permalink: what_is_kubernetes --- I have been hearing a lot about Kubernetes (k8s). It has become very popular since its release in 2014. Kubernetes was created to manage large complex container based applications (container orch...
135.307692
1,572
0.801592
eng_Latn
0.999832
58e1b0636102ea5fa53ac932b5c8776fc34b0c35
2,778
md
Markdown
README.md
FukurouMakoto/hephaestus
e6477321898bf7c7d7ef1c20fff9456a5435ef28
[ "Apache-2.0" ]
null
null
null
README.md
FukurouMakoto/hephaestus
e6477321898bf7c7d7ef1c20fff9456a5435ef28
[ "Apache-2.0" ]
null
null
null
README.md
FukurouMakoto/hephaestus
e6477321898bf7c7d7ef1c20fff9456a5435ef28
[ "Apache-2.0" ]
null
null
null
[![Starware](https://img.shields.io/badge/Starware-⭐-black?labelColor=f9b00d)](https://github.com/zepfietje/starware) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-BADGE:END --> ### Contributing 🎃 ------------ This repository is one of the many repositories maintai...
57.875
337
0.771418
eng_Latn
0.989024
58e1b355d2b7a2f6c016c38ef566cf249431f368
2,646
md
Markdown
_posts/2018/08/2018-08-14-windows-batch-rename.md
googol4u/googol4u.github.io
602e28d7a53b7990a86c440f6f66c4ccac743a7d
[ "MIT" ]
null
null
null
_posts/2018/08/2018-08-14-windows-batch-rename.md
googol4u/googol4u.github.io
602e28d7a53b7990a86c440f6f66c4ccac743a7d
[ "MIT" ]
275
2019-01-26T12:37:32.000Z
2020-08-05T09:42:41.000Z
_posts/2018/08/2018-08-14-windows-batch-rename.md
googol4u/googol4u.github.io
602e28d7a53b7990a86c440f6f66c4ccac743a7d
[ "MIT" ]
null
null
null
--- layout: post title: Windows下如何批量更改文件名 tagline: "windows" category: 技术 tags: [windows] published: true github_comments_issueid: "2" --- 题目应该是普通用户Windows下如何不写脚本、程序,批量地更改文件名。借助了excel,但是尽量不要写VBA,因为VBA对于普通用户还是有一定的难度。 ## 获取文件名 尽量不使用Excel的VBA函数,如何能把一个目录的所有文件的文件名写到Excel里面? 首先,打开目录。 ![1534181813236](/assets/post-images...
15.473684
125
0.746788
yue_Hant
0.627757
58e229ebf22dd9204da050860fabf1e771c99eef
468
md
Markdown
README.md
cznno/mycloud
98b4da477cfd28362643fe3e4cf39889b3ca7f56
[ "MIT" ]
null
null
null
README.md
cznno/mycloud
98b4da477cfd28362643fe3e4cf39889b3ca7f56
[ "MIT" ]
null
null
null
README.md
cznno/mycloud
98b4da477cfd28362643fe3e4cf39889b3ca7f56
[ "MIT" ]
null
null
null
# my-cloud A demo of Spring Cloud. ## Base Module ### discovery-server port: 8050 eureka: service registry ### gateway port: 8051 spring cloud zuul ### monitor-server port: 8060 spring boot admin ### hystrix-dashboard port: 8061 ### turbine-server port: 8062 ## Service Module ### admin port: 9000 bac...
8.666667
24
0.679487
eng_Latn
0.566138
58e30ffabe57fd479da22255714fa65f9cb60a46
1,638
md
Markdown
docs/Model/ActivesessionResponseCompound.md
ezmaxinc/eZmax-SDK-php
e594ad304c4d114d2259ae700633209778471e3b
[ "MIT" ]
null
null
null
docs/Model/ActivesessionResponseCompound.md
ezmaxinc/eZmax-SDK-php
e594ad304c4d114d2259ae700633209778471e3b
[ "MIT" ]
null
null
null
docs/Model/ActivesessionResponseCompound.md
ezmaxinc/eZmax-SDK-php
e594ad304c4d114d2259ae700633209778471e3b
[ "MIT" ]
null
null
null
# # ActivesessionResponseCompound ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **eActivesessionSessiontype** | [**\eZmaxAPI\Model\FieldEActivesessionSessiontype**](FieldEActivesessionSessiontype.md) | | **eActivesessionWeekdaystart** | [**\eZmaxAPI\Mode...
78
155
0.703297
yue_Hant
0.533469
58e31c21a4fef367694d2e508e6d78b79925b896
17,394
md
Markdown
articles/virtual-machines/workloads/mainframe-rehosting/microfocus/demo.md
Aisark/azure-docs.es-es
5078f9c88984709a7ffdfce8baab7cfbf42674c9
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/virtual-machines/workloads/mainframe-rehosting/microfocus/demo.md
Aisark/azure-docs.es-es
5078f9c88984709a7ffdfce8baab7cfbf42674c9
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/virtual-machines/workloads/mainframe-rehosting/microfocus/demo.md
Aisark/azure-docs.es-es
5078f9c88984709a7ffdfce8baab7cfbf42674c9
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Configuración de Micro Focus CICS BankDemo para Micro Focus Enterprise Developer 4.0 en Azure Virtual Machines description: Ejecute la aplicación Micro Focus BankDemo en Azure Virtual Machines (VM) para aprender a utilizar Micro Focus Enterprise Server y Enterprise Developer. author: sread ms.author: sread m...
62.121429
483
0.760262
spa_Latn
0.967664
58e37b5f4550ee14b500b89cd1aabf8d126a4aab
1,194
md
Markdown
_posts/2018-07-02-reonomy.md
Pascamel/pascamel.github.io
98c5f48c6dff95998647760a252f136ab7f36e0a
[ "MIT" ]
null
null
null
_posts/2018-07-02-reonomy.md
Pascamel/pascamel.github.io
98c5f48c6dff95998647760a252f136ab7f36e0a
[ "MIT" ]
1
2020-05-16T14:17:45.000Z
2020-05-16T14:17:45.000Z
_posts/2018-07-02-reonomy.md
Pascamel/pascamel.github.io
98c5f48c6dff95998647760a252f136ab7f36e0a
[ "MIT" ]
null
null
null
--- title: reonomy tag: work layout: article permalink: /reonomy/ excerpt: > Reonomy leverages big data, partnerships and machine learning to connect the fragmented, disparate world of commercial real estate. article_header: type: cover image: src: /assets/images/reonomy.jpg --- #### info - [https://www.reo...
34.114286
366
0.779732
eng_Latn
0.958173
58e39b0cae9e6dd715c9c0b7e2d114b5ca799082
1,170
md
Markdown
docs/rules/en/Azure.SQL.DBName.md
rayhogan/PSRule.Rules.Azure
f0b48d5726a169f7b39d5baa0bc63b03a94f9db0
[ "MIT" ]
1
2021-03-21T13:31:00.000Z
2021-03-21T13:31:00.000Z
docs/rules/en/Azure.SQL.DBName.md
rayhogan/PSRule.Rules.Azure
f0b48d5726a169f7b39d5baa0bc63b03a94f9db0
[ "MIT" ]
6
2021-03-22T19:51:55.000Z
2021-04-02T07:44:42.000Z
docs/rules/en/Azure.SQL.DBName.md
Tryweirder/PSRule.Rules.Azure
7474b0c524e68d19d41df95ce290e561f659e23a
[ "MIT" ]
1
2021-03-21T13:31:03.000Z
2021-03-21T13:31:03.000Z
--- severity: Awareness pillar: Operational Excellence category: Tagging and resource naming resource: SQL Database online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/rules/en/Azure.SQL.DBName.md --- # Use valid SQL Database names ## SYNOPSIS Azure SQL Database names should meet naming re...
27.209302
154
0.778632
eng_Latn
0.825355
58e3e66544340e903cf3182600bfd27289c743c8
766
md
Markdown
site/doc/pt/cookbook/content_in_div.md
martinphellwig/brython_wf
e169afc1e048cba0c12118b4cd6f109df6fe67c9
[ "BSD-3-Clause" ]
2
2018-06-09T15:29:48.000Z
2019-11-13T09:15:08.000Z
site/doc/pt/cookbook/content_in_div.md
martinphellwig/brython_wf
e169afc1e048cba0c12118b4cd6f109df6fe67c9
[ "BSD-3-Clause" ]
2
2017-04-14T03:52:41.000Z
2017-04-14T04:02:06.000Z
site/doc/pt/cookbook/content_in_div.md
martinphellwig/brython_wf
e169afc1e048cba0c12118b4cd6f109df6fe67c9
[ "BSD-3-Clause" ]
2
2018-02-22T09:48:18.000Z
2020-06-04T17:00:09.000Z
Problema -------- Mostrar conteúdo em um elemento da página web Solução ------- <table width="100%"> <tr> <td style="width:50%;"> <html> <head> <script src="brython.js"></script> </head> <body onload="brython()"> <script type="text/python"> from browser import doc doc['zone'] <...
16.297872
85
0.60705
por_Latn
0.294703
58e3edc7ce5505f63c4325563b8ba0b0cf885865
3,204
md
Markdown
node_modules/gulp-coffee/README.md
ivan-programmer/simplify-math
e45d3dbb569cd73a86dc6fa37b111d931b34f3c5
[ "Apache-2.0" ]
16
2020-12-16T09:35:23.000Z
2022-03-13T23:30:32.000Z
node_modules/gulp-coffee/README.md
ivan-programmer/simplify-math
e45d3dbb569cd73a86dc6fa37b111d931b34f3c5
[ "Apache-2.0" ]
3
2021-05-21T14:08:01.000Z
2022-01-09T10:34:59.000Z
node_modules/gulp-coffee/README.md
ivan-programmer/simplify-math
e45d3dbb569cd73a86dc6fa37b111d931b34f3c5
[ "Apache-2.0" ]
15
2021-02-21T12:46:02.000Z
2022-03-08T13:47:40.000Z
[![Build Status](https://secure.travis-ci.org/contra/gulp-coffee.png?branch=master)](https://travis-ci.org/contra/gulp-coffee) ## Information <table> <tr> <td>Package</td><td>gulp-coffee</td> </tr> <tr> <td>Description</td> <td>Compiles CoffeeScript</td> </tr> <tr> <td>Node Version</td> <td>>= 0.9</td> </tr> </table>...
31.106796
332
0.731273
eng_Latn
0.640864
58e45ccdb9d160858ee2a6b374d5e09d48f79dcb
1,029
md
Markdown
README.md
retrage/soramimi
4b5a964fa0f49e20d5fa9bf09f5d4acd56cb568c
[ "MIT" ]
1
2019-11-24T16:50:30.000Z
2019-11-24T16:50:30.000Z
README.md
retrage/soramimi
4b5a964fa0f49e20d5fa9bf09f5d4acd56cb568c
[ "MIT" ]
null
null
null
README.md
retrage/soramimi
4b5a964fa0f49e20d5fa9bf09f5d4acd56cb568c
[ "MIT" ]
null
null
null
# Soramimi Word Cloud ![Soramimi Word Cloud](img/weighted_word_cloud.png) "Soramimi Hour" is an well-know feature on the Japanese TV show, [Tamori Club](https://www.tv-asahi.co.jp/tamoriclub/#/?category=variety). This repository contains an scraping script for obtaining almost all soramimi works introduced on the pr...
33.193548
107
0.724976
eng_Latn
0.938491
58e4d8cd3e84d9dca40c1b0d4d3cf7c3103a1d38
62
md
Markdown
README.md
jdmesalosada/interviews
2a324cc4f59ae1271e5e8c477c96f447b0d172f7
[ "Apache-2.0" ]
null
null
null
README.md
jdmesalosada/interviews
2a324cc4f59ae1271e5e8c477c96f447b0d172f7
[ "Apache-2.0" ]
null
null
null
README.md
jdmesalosada/interviews
2a324cc4f59ae1271e5e8c477c96f447b0d172f7
[ "Apache-2.0" ]
null
null
null
https://gitpod.io/#https://github.com/jdmesalosada/interviews
31
61
0.790323
yue_Hant
0.725953
58e531c92c9ca6d9e17efbb1a6e89bdab342e502
328
md
Markdown
P09X Drawing/README.md
JulesMoorhouse/100DaysOfSwiftUI
f4c1a45996be501f9c7beaf6d32bc24050811ab6
[ "MIT" ]
null
null
null
P09X Drawing/README.md
JulesMoorhouse/100DaysOfSwiftUI
f4c1a45996be501f9c7beaf6d32bc24050811ab6
[ "MIT" ]
null
null
null
P09X Drawing/README.md
JulesMoorhouse/100DaysOfSwiftUI
f4c1a45996be501f9c7beaf6d32bc24050811ab6
[ "MIT" ]
null
null
null
# Day 46 | [HWS 46](https://www.hackingwithswift.com/100/swiftui/46) | [Index](https://github.com/JulesMoorhouse/100DaysOfSwiftUI/blob/main/README.md) - [P09X Drawing](https://github.com/JulesMoorhouse/100DaysOfSwiftUI/blob/main/P09X%20Drawing/P09X%20Drawing/ContentView.swift) - Challenge. <img src="../Images/day46...
41
150
0.759146
yue_Hant
0.648866
58e555a1269f6e77b44397d7382840a13c2428ff
38
md
Markdown
packages/popover/readme.md
Nelias/smashing-ui
b34c12bce636f70901e1aab314629bbb23bbdbbf
[ "MIT" ]
14
2019-03-31T18:45:26.000Z
2020-10-30T06:45:24.000Z
packages/popover/readme.md
Nelias/smashing-ui
b34c12bce636f70901e1aab314629bbb23bbdbbf
[ "MIT" ]
31
2019-04-03T19:01:45.000Z
2022-02-26T11:36:45.000Z
packages/popover/readme.md
Nelias/smashing-ui
b34c12bce636f70901e1aab314629bbb23bbdbbf
[ "MIT" ]
2
2019-10-29T15:55:07.000Z
2019-11-21T12:31:18.000Z
```sh yarn add @smashing/popover ```
7.6
26
0.631579
uzn_Latn
0.52362
58e595d3a98fb3579c116db1fbe3fa5dc0b11db4
4,822
md
Markdown
articles/cognitive-services/Translator/document-translation/reference/get-glossary-formats.md
fuatrihtim/azure-docs.tr-tr
6569c5eb54bdab7488b44498dc4dad397d32f1be
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/cognitive-services/Translator/document-translation/reference/get-glossary-formats.md
fuatrihtim/azure-docs.tr-tr
6569c5eb54bdab7488b44498dc4dad397d32f1be
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/cognitive-services/Translator/document-translation/reference/get-glossary-formats.md
fuatrihtim/azure-docs.tr-tr
6569c5eb54bdab7488b44498dc4dad397d32f1be
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Belge çevirisi sözlük biçimlerini al yöntemi titleSuffix: Azure Cognitive Services description: Sözlük biçimlerini al yöntemi, desteklenen sözlük biçimlerinin listesini döndürür. services: cognitive-services author: jann-skotdal manager: nitinme ms.service: cognitive-services ms.subservice: translator-text m...
33.72028
264
0.703028
tur_Latn
0.994053
58e754660b29cf678708cd37a200a556f58ca0d6
1,787
md
Markdown
documentation/docs/api/event-system.md
jeffreylanters/react-unity
f47d288fa8c63ef3e4b88672d047e4bff477eed1
[ "Apache-2.0" ]
null
null
null
documentation/docs/api/event-system.md
jeffreylanters/react-unity
f47d288fa8c63ef3e4b88672d047e4bff477eed1
[ "Apache-2.0" ]
null
null
null
documentation/docs/api/event-system.md
jeffreylanters/react-unity
f47d288fa8c63ef3e4b88672d047e4bff477eed1
[ "Apache-2.0" ]
null
null
null
import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; # Communication from Unity to React The event system allows you to receive messages sent from the Unity game. > Available since version 9.0.0 ## Type Definition ```tsx title="Type Definition" function addEventListener: ( eventName: string, c...
38.847826
473
0.769446
eng_Latn
0.983836
58e7ea78b268b8a073f67b3ee3ef420eb59d3918
268
md
Markdown
README.md
JasonHolm/typing-test
fb3286f9e324e2303f49cec4f1bca6b90c7529f8
[ "MIT" ]
1
2019-08-20T01:14:51.000Z
2019-08-20T01:14:51.000Z
README.md
JasonHolm/typing-test
fb3286f9e324e2303f49cec4f1bca6b90c7529f8
[ "MIT" ]
null
null
null
README.md
JasonHolm/typing-test
fb3286f9e324e2303f49cec4f1bca6b90c7529f8
[ "MIT" ]
null
null
null
# Typing Test This is a simple typing test game in Rust. You can use it to test your typing speed on a choice of 3 different prompts. Run with `cargo run`. ## License This program is licensed under the "MIT License". Please see the file `LICENSE` for license terms.
33.5
119
0.753731
eng_Latn
0.99968
58e82e09770637868320394c3b7d3290ebdd93de
4,291
md
Markdown
content/blog/watch-position-tips.md
chenesan/chenesan.github.io
14017aa9e687132d03c835dab60d6146a52a18a3
[ "MIT" ]
2
2020-09-04T04:17:37.000Z
2020-09-04T04:17:39.000Z
content/blog/watch-position-tips.md
chenesan/chenesan.github.io
14017aa9e687132d03c835dab60d6146a52a18a3
[ "MIT" ]
null
null
null
content/blog/watch-position-tips.md
chenesan/chenesan.github.io
14017aa9e687132d03c835dab60d6146a52a18a3
[ "MIT" ]
null
null
null
--- title: 我錯了,取使用者定位沒這麼簡單。 date: '2021-07-10T17:30:00.000Z' tags: ["frontend", "programming"] description: '聊聊最近用 navigator.geolcation.watchPosition 監聽使用者定位踩到的雷;safari 加油啊。' --- ## 初見 [`navigator.geolocation.watchPosition`](https://developer.mozilla.org/zh-TW/docs/Web/API/Geolocation/watchPosition) 最近專案上遇到要在網頁上監聽使用者...
30.432624
390
0.731531
yue_Hant
0.780442
58e8a7786d9ada67451bff4dadaa441944c1ed62
76
md
Markdown
README.md
jmwright/cadquery-contrib
7f4e4075dde567616d54945b69f6c305d27fd953
[ "MIT" ]
null
null
null
README.md
jmwright/cadquery-contrib
7f4e4075dde567616d54945b69f6c305d27fd953
[ "MIT" ]
null
null
null
README.md
jmwright/cadquery-contrib
7f4e4075dde567616d54945b69f6c305d27fd953
[ "MIT" ]
null
null
null
# cadquery-contrib A place to share cadquery scripts, modules, and projects
25.333333
56
0.802632
eng_Latn
0.99014
58e93686f036210b3911f51365320c569b976dc6
20,145
md
Markdown
_posts/2018-09-12-kata-container-01.md
remimin/remimin.github.io
6c7afbc1be28c159ad72429a4ec2a5f784d448ca
[ "Apache-2.0" ]
1
2022-02-03T14:13:03.000Z
2022-02-03T14:13:03.000Z
_posts/2018-09-12-kata-container-01.md
remimin/remimin.github.io
6c7afbc1be28c159ad72429a4ec2a5f784d448ca
[ "Apache-2.0" ]
null
null
null
_posts/2018-09-12-kata-container-01.md
remimin/remimin.github.io
6c7afbc1be28c159ad72429a4ec2a5f784d448ca
[ "Apache-2.0" ]
null
null
null
--- layout: post title: "Kata-container初探" subtitle: "" date: 2018-09-12 author: "min" header-img: "img/post-bg-2015.jpg" tags: - k8s - kata-container --- * [kata container架构](#kata-container-架构) * [k8s 与kata container](#k8s-与kata-container) * [kata container 安装](#安装kata-container-runt...
37.444238
334
0.73373
yue_Hant
0.170462
58eab7a8e8afada1300de9c2fdf7bba547f6bdb8
62
md
Markdown
README.md
nil68657/SparkWordCount-Scala
6dd456068ccf28d8c013512073a7ec34c392cc8d
[ "Apache-2.0" ]
null
null
null
README.md
nil68657/SparkWordCount-Scala
6dd456068ccf28d8c013512073a7ec34c392cc8d
[ "Apache-2.0" ]
null
null
null
README.md
nil68657/SparkWordCount-Scala
6dd456068ccf28d8c013512073a7ec34c392cc8d
[ "Apache-2.0" ]
null
null
null
# SparkWordCount-Scala Basic word count in a file using Scala
20.666667
38
0.806452
eng_Latn
0.910767
58eac84d9c18645adf877a8226f3c0f4b3a98d31
1,050
md
Markdown
README.md
strah19/YAPL
dd22c090614f78a16aec7254c85de1d790dfcf5f
[ "MIT" ]
null
null
null
README.md
strah19/YAPL
dd22c090614f78a16aec7254c85de1d790dfcf5f
[ "MIT" ]
null
null
null
README.md
strah19/YAPL
dd22c090614f78a16aec7254c85de1d790dfcf5f
[ "MIT" ]
null
null
null
# YAPL Yet Another Programming Language A fast and easy to use programming language created to learn more about language design. # Development The development process is being recorded on <a href = "https://trello.com/b/YdI3P4F4/yapl">Trello</a>. It's there for your benefit and so you can see the steps that I take a...
61.764706
150
0.777143
eng_Latn
0.99964
58eb33a03fce739f94aee3e59d0f676f0b57b459
2,388
md
Markdown
Pods/Surfboard/README.md
taylorwen/Duobaodaka-master
36c551d2410338dd01ff79dc4fe3dbc9557eb1bd
[ "MIT" ]
null
null
null
Pods/Surfboard/README.md
taylorwen/Duobaodaka-master
36c551d2410338dd01ff79dc4fe3dbc9557eb1bd
[ "MIT" ]
null
null
null
Pods/Surfboard/README.md
taylorwen/Duobaodaka-master
36c551d2410338dd01ff79dc4fe3dbc9557eb1bd
[ "MIT" ]
null
null
null
Sufboard ======== Surfboard is a delightful onboarding library for iOS. Screenshots --- ![Intro](Screenshots/Intro.png) ![Panels](Screenshots/Panels.png) Dependencies --- Surfboard was developed with Xcode 5 and the iOS 7 SDK. It uses autolayout and `UICollectionViewController`, so although it hasn't been tested on ...
33.166667
223
0.759631
eng_Latn
0.99505
58eb6944b25f190b216339003d580590c1af2d3c
7,777
md
Markdown
docs/relational-databases/system-stored-procedures/sp-migrate-user-to-contained-transact-sql.md
polocco/sql-docs.it-it
054013d9cd6f2c81f53fc91a7eafc8043f12c380
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/relational-databases/system-stored-procedures/sp-migrate-user-to-contained-transact-sql.md
polocco/sql-docs.it-it
054013d9cd6f2c81f53fc91a7eafc8043f12c380
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/relational-databases/system-stored-procedures/sp-migrate-user-to-contained-transact-sql.md
polocco/sql-docs.it-it
054013d9cd6f2c81f53fc91a7eafc8043f12c380
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- description: sp_migrate_user_to_contained (Transact-SQL) title: sp_migrate_user_to_contained (Transact-SQL) | Microsoft Docs ms.custom: '' ms.date: 06/11/2019 ms.prod: sql ms.prod_service: database-engine ms.reviewer: '' ms.technology: system-objects ms.topic: language-reference f1_keywords: - sp_migrate_user_to_co...
62.216
999
0.749775
ita_Latn
0.978414
58eb890b883846329c609b4210dec645a8f87bea
11,865
md
Markdown
docs/source/Contribs/Arxcode-installing-help.md
FreeDelete-Software/ALPACAS-evennia
dd95de145ea31391238dc03d61b14b6b31a5b715
[ "BSD-3-Clause" ]
null
null
null
docs/source/Contribs/Arxcode-installing-help.md
FreeDelete-Software/ALPACAS-evennia
dd95de145ea31391238dc03d61b14b6b31a5b715
[ "BSD-3-Clause" ]
null
null
null
docs/source/Contribs/Arxcode-installing-help.md
FreeDelete-Software/ALPACAS-evennia
dd95de145ea31391238dc03d61b14b6b31a5b715
[ "BSD-3-Clause" ]
null
null
null
# Arxcode installing help ## Introduction [Arx - After the Reckoning](https://play.arxmush.org/) is a big and very popular [Evennia](https://www.evennia.com)-based game. Arx is heavily roleplaying-centric, relying on game masters to drive the story. Technically it's maybe best described as "a MUSH, but with more cod...
43.621324
116
0.765023
eng_Latn
0.998353
58ec05c7752f4d3cbc857bcc5558ab47adcf8a0b
47
md
Markdown
README.md
tobymccann/tobymccann.github.io-ghp
5f9ff003a910e3e089551aa77b404e8e0f794f5e
[ "MIT" ]
null
null
null
README.md
tobymccann/tobymccann.github.io-ghp
5f9ff003a910e3e089551aa77b404e8e0f794f5e
[ "MIT" ]
null
null
null
README.md
tobymccann/tobymccann.github.io-ghp
5f9ff003a910e3e089551aa77b404e8e0f794f5e
[ "MIT" ]
null
null
null
# tobymccann.github.io-ghp github pages source
15.666667
26
0.808511
fra_Latn
0.200807
58ec57a01a87a81799f6889b2ee22a2796bb7f48
922
md
Markdown
docs/framework/wcf/diagnostics/tracing/system-servicemodel-messageclosedagain.md
marcustung/docs.zh-tw-1
7c224633316a0d983d25a8a9bb1f7626743d062a
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/wcf/diagnostics/tracing/system-servicemodel-messageclosedagain.md
marcustung/docs.zh-tw-1
7c224633316a0d983d25a8a9bb1f7626743d062a
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/wcf/diagnostics/tracing/system-servicemodel-messageclosedagain.md
marcustung/docs.zh-tw-1
7c224633316a0d983d25a8a9bb1f7626743d062a
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: System.ServiceModel.MessageClosedAgain ms.date: 03/30/2017 ms.assetid: 24c274d4-65cd-4c91-9869-bc6eb34ef979 ms.openlocfilehash: a18355d55359df665d0e936ce95da34bf07aec6a ms.sourcegitcommit: 0be8a279af6d8a43e03141e349d3efd5d35f8767 ms.translationtype: HT ms.contentlocale: zh-TW ms.lasthandoff: 04/18/2019 ms.lo...
36.88
124
0.763557
yue_Hant
0.574428
58eca006fb903263160fe6678cbe1602d9662294
90
md
Markdown
README.md
mews-sulsel/mews-sulsel.github.io
ef45b789b078ab28aa9c55e608e4c4baf82e7c40
[ "MIT" ]
null
null
null
README.md
mews-sulsel/mews-sulsel.github.io
ef45b789b078ab28aa9c55e608e4c4baf82e7c40
[ "MIT" ]
null
null
null
README.md
mews-sulsel/mews-sulsel.github.io
ef45b789b078ab28aa9c55e608e4c4baf82e7c40
[ "MIT" ]
null
null
null
# mews-sulsel.github.io Auto monitoring weather nowcasting over South Sulawesi, Indonesia
30
65
0.833333
eng_Latn
0.670981
58ed94df5ff18512550a8b66a7263b188220b5d0
557
md
Markdown
_posts/2020-12-10-业主操碎了心呀!中国大陆三四线城市也有很多店铺无人接手,很多房子都没有人入住,南宁万达茂房地产【九哥.md
NodeBE4/society
20d6bc69f2b0f25d6cc48a361483263ad27f2eb4
[ "MIT" ]
1
2020-09-16T02:05:28.000Z
2020-09-16T02:05:28.000Z
_posts/2020-12-10-业主操碎了心呀!中国大陆三四线城市也有很多店铺无人接手,很多房子都没有人入住,南宁万达茂房地产【九哥.md
NodeBE4/society
20d6bc69f2b0f25d6cc48a361483263ad27f2eb4
[ "MIT" ]
null
null
null
_posts/2020-12-10-业主操碎了心呀!中国大陆三四线城市也有很多店铺无人接手,很多房子都没有人入住,南宁万达茂房地产【九哥.md
NodeBE4/society
20d6bc69f2b0f25d6cc48a361483263ad27f2eb4
[ "MIT" ]
null
null
null
--- layout: post title: "业主操碎了心呀!中国大陆三四线城市也有很多店铺无人接手,很多房子都没有人入住,南宁万达茂房地产【九哥记】" date: 2020-12-10T21:15:00.000Z author: 九歌爱旅游 from: https://www.youtube.com/watch?v=I6jz8IMnvhw tags: [ 九哥记 ] categories: [ 九哥记 ] --- <!--1607634900000--> [业主操碎了心呀!中国大陆三四线城市也有很多店铺无人接手,很多房子都没有人入住,南宁万达茂房地产【九哥记】](https://www.youtube.com/watch?v=...
32.764706
202
0.768402
yue_Hant
0.443579
58ee24a531c6f16dcf35ae24aec47d4f9c473b35
1,219
md
Markdown
readme.md
graemefoster/AzureResourceMap
9fa7d1ff04f74cd52e7cec226df4079a60f6c32e
[ "MIT" ]
null
null
null
readme.md
graemefoster/AzureResourceMap
9fa7d1ff04f74cd52e7cec226df4079a60f6c32e
[ "MIT" ]
null
null
null
readme.md
graemefoster/AzureResourceMap
9fa7d1ff04f74cd52e7cec226df4079a60f6c32e
[ "MIT" ]
null
null
null
# AzureDiagrams ## Generate a diagram from your Azure Resources ## Usage ```bash az login az account set --subscription "<subscription-name>" dotnet AzureDiagrams.dll --subscription-id <subscription-id> --resource-group <resource-group> --resource-group <resource-group> --output c:/temp/ ``` ## Example outputs ### ...
36.939394
203
0.769483
eng_Latn
0.953109
58ee2dfcb7968fa1bf45f1f9ce14e50bb6e369f8
89
md
Markdown
README.md
BebiSoft/main-used-data-structures
38c724f3bf14c421c0acb4cc395aa59d695d12ea
[ "MIT" ]
1
2021-04-25T13:29:18.000Z
2021-04-25T13:29:18.000Z
README.md
CiganOliviu/main-used-data-structures
8becd414c9bde5b5cfc6d2ee1bc979975485ef38
[ "MIT" ]
null
null
null
README.md
CiganOliviu/main-used-data-structures
8becd414c9bde5b5cfc6d2ee1bc979975485ef38
[ "MIT" ]
2
2021-04-06T19:56:55.000Z
2021-04-13T05:25:07.000Z
# main-used-data-structures Implementation of the main used data-structures for dummies.
29.666667
60
0.820225
eng_Latn
0.972309
58ee60a1db6c938b812d394f58badbad619fd6b2
5,525
md
Markdown
_texts/song_peter.md
karindalziel/medieval-source-book.github.io
83e870e447d77b002eb29143589796cc1025a177
[ "MIT" ]
null
null
null
_texts/song_peter.md
karindalziel/medieval-source-book.github.io
83e870e447d77b002eb29143589796cc1025a177
[ "MIT" ]
1
2021-10-03T01:40:09.000Z
2021-10-03T01:40:09.000Z
_texts/song_peter.md
karindalziel/medieval-source-book.github.io
83e870e447d77b002eb29143589796cc1025a177
[ "MIT" ]
1
2021-12-01T19:53:19.000Z
2021-12-01T19:53:19.000Z
--- layout: text sidebar: left title: | The Song of Peter | Petruslied engtitle: | The Song of Peter origtitle: | Petruslied breadcrumb: true permalink: "text/song_peter" redirect_from: /text/song-peter identifier: song_peter.md tei: /assets/tei/song_peter.xml pdf: /assets/pdf/song_peter.pdf textauthor: Anonymous...
153.472222
2,293
0.770136
eng_Latn
0.958284
58ee9c02013f87d0185f8487a76361fddf9cec8b
2,405
md
Markdown
azps-7.5.0/Az.DiskPool/Get-AzDiskPoolZone.md
AlanFlorance/azure-docs-powershell
de1cb99c7e733eef45a3d295c0833c27ca74c17f
[ "CC-BY-4.0", "MIT" ]
38
2017-06-01T16:20:02.000Z
2019-01-16T14:00:25.000Z
azps-7.5.0/Az.DiskPool/Get-AzDiskPoolZone.md
AlanFlorance/azure-docs-powershell
de1cb99c7e733eef45a3d295c0833c27ca74c17f
[ "CC-BY-4.0", "MIT" ]
603
2017-04-18T07:22:51.000Z
2019-01-16T19:34:02.000Z
azps-7.5.0/Az.DiskPool/Get-AzDiskPoolZone.md
AlanFlorance/azure-docs-powershell
de1cb99c7e733eef45a3d295c0833c27ca74c17f
[ "CC-BY-4.0", "MIT" ]
198
2017-04-05T10:58:04.000Z
2021-11-02T03:37:57.000Z
--- external help file: Module Name: Az.DiskPool online version: https://docs.microsoft.com/powershell/module/az.diskpool/get-azdiskpoolzone schema: 2.0.0 content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/DiskPool/help/Get-AzDiskPoolZone.md original_content_git_url: https://github.com/Azure/azur...
23.125
315
0.751767
yue_Hant
0.631238
58efcdfbaffa995e7f6147e69b50abd73e64bac8
2,759
md
Markdown
wiki/translations/en/Mesh_MeshObject.md
dwhr-pi/FreeCAD-documentation
0c889672d80e7969dcabe83f5ddf503e72a4f5bb
[ "CC0-1.0" ]
null
null
null
wiki/translations/en/Mesh_MeshObject.md
dwhr-pi/FreeCAD-documentation
0c889672d80e7969dcabe83f5ddf503e72a4f5bb
[ "CC0-1.0" ]
null
null
null
wiki/translations/en/Mesh_MeshObject.md
dwhr-pi/FreeCAD-documentation
0c889672d80e7969dcabe83f5ddf503e72a4f5bb
[ "CC0-1.0" ]
null
null
null
# Mesh MeshObject/en ## Description A [Mesh MeshObject](Mesh_MeshObject.md), or formally a `Mesh::MeshObject`, is a class that defines a mesh data structure in the software. This is similar to the [Part TopoShape](Part_TopoShape.md) but for [meshes](Mesh.md). Meshes are normally created with the [Mesh Workbench](Mesh...
39.414286
283
0.76477
eng_Latn
0.972728
58efd0e4903aa491001ea97ee6387dee3440d179
7,170
md
Markdown
g3doc/how_tos/quantization/index.md
mingrammer/tensorflow-kr
d8f7748e58786021ea20e1888109c416f751d422
[ "Apache-2.0" ]
1
2021-01-06T21:28:34.000Z
2021-01-06T21:28:34.000Z
g3doc/how_tos/quantization/index.md
mingrammer/tensorflow-kr
d8f7748e58786021ea20e1888109c416f751d422
[ "Apache-2.0" ]
null
null
null
g3doc/how_tos/quantization/index.md
mingrammer/tensorflow-kr
d8f7748e58786021ea20e1888109c416f751d422
[ "Apache-2.0" ]
null
null
null
# 텐서플로우를 이용하여 신경망 양자화(Quantize) 하는 방법 최신 신경망이 개발될 때, 가장 큰 도전은 어떻게든 일을 하게 하는 것이였다. 이것 은 학습에서 정확도와 속도가 가장 중요했다는 것을 의미한다. 부동소수점을 이용한 연산은 정확도를 유지하기 가장 쉬운 방법이었다, 그리고 GPU들은 이런 부동소수점 계 산 가속에 특화되어 있다, 따라서 다른 형태의 연산 타입에는 많은 관심이 없었다. 최근에, 많은 모델들이 적용된 상용 제품들을 다수 보유 하고 있다. The computation demands of training grow with the num...
34.805825
106
0.729847
kor_Hang
1.00001
58f001206d1493608e89a72cebdd296808763bd4
2,297
md
Markdown
topics/symfony-architecture.md
carlosmediaadgo/symfony-certification-preparation-list
b9b1bae366661cae2aa74a39f21e7886ed7aa2ab
[ "MIT" ]
null
null
null
topics/symfony-architecture.md
carlosmediaadgo/symfony-certification-preparation-list
b9b1bae366661cae2aa74a39f21e7886ed7aa2ab
[ "MIT" ]
null
null
null
topics/symfony-architecture.md
carlosmediaadgo/symfony-certification-preparation-list
b9b1bae366661cae2aa74a39f21e7886ed7aa2ab
[ "MIT" ]
1
2018-03-02T08:52:56.000Z
2018-03-02T08:52:56.000Z
--- title: Symfony Architecture - Symfony Certification Preparation List --- [Back to index](../readme.md#table-of-contents) # Symfony Architecture ## Symfony Standard Edition - [Symfony 3.0 Documentation - symfony.com](http://symfony.com/doc/3.0/index.html) - [symfony/symfony-standard - github.com](https://github.co...
44.173077
159
0.761863
yue_Hant
0.623672
58f161a965913cd9576d05eb6fdd13b47b1d198e
2,455
md
Markdown
docs/vs-2015/debugger/debug-interface-access/idiaenumtables-item.md
adrianodaddiego/visualstudio-docs.it-it
b2651996706dc5cb353807f8448efba9f24df130
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/vs-2015/debugger/debug-interface-access/idiaenumtables-item.md
adrianodaddiego/visualstudio-docs.it-it
b2651996706dc5cb353807f8448efba9f24df130
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/vs-2015/debugger/debug-interface-access/idiaenumtables-item.md
adrianodaddiego/visualstudio-docs.it-it
b2651996706dc5cb353807f8448efba9f24df130
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Idiaenumtables | Microsoft Docs ms.date: 11/15/2016 ms.prod: visual-studio-dev14 ms.technology: vs-ide-debug ms.topic: reference dev_langs: - C++ helpviewer_keywords: - IDiaEnumTables::Item method ms.assetid: d65ab262-10c6-48ce-95a3-b5e4cb2c85af caps.latest.revision: 14 author: MikeJo5000 ms.author: mikejo m...
37.769231
326
0.728717
ita_Latn
0.304831
58f1710987228cdf3fbccf94024a5ca60bf7eb37
796
md
Markdown
DEVELOPMENT.md
mprinc/parSentExtract
70ac0e6666966675c1fc07cdf27d1be07064e02b
[ "MIT" ]
null
null
null
DEVELOPMENT.md
mprinc/parSentExtract
70ac0e6666966675c1fc07cdf27d1be07064e02b
[ "MIT" ]
null
null
null
DEVELOPMENT.md
mprinc/parSentExtract
70ac0e6666966675c1fc07cdf27d1be07064e02b
[ "MIT" ]
null
null
null
```sh git clone https://github.com/mprinc/parSentExtract ``` requirements.txt https://pypi.org/project/tensorflow/#history https://pypi.org/project/numpy/#history https://pypi.org/project/scikit-learn/#history https://pypi.org/project/scipy/#history ```sh pyenv install 3.7.2 pyenv virtualenv 3.7.2 python3.7.2_env py...
30.615385
190
0.76005
kor_Hang
0.227553
58f1a691c2fed3863129d8f9846498b4a0eade0c
2,681
md
Markdown
docs/2014/master-data-services/lock-a-version-master-data-services.md
SteSinger/sql-docs.de-de
2259e4fbe807649f6ad0d49b425f1f3fe134025d
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/2014/master-data-services/lock-a-version-master-data-services.md
SteSinger/sql-docs.de-de
2259e4fbe807649f6ad0d49b425f1f3fe134025d
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/2014/master-data-services/lock-a-version-master-data-services.md
SteSinger/sql-docs.de-de
2259e4fbe807649f6ad0d49b425f1f3fe134025d
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Sperren einer Version (Master Data Services) | Microsoft-Dokumentation ms.custom: '' ms.date: 06/14/2017 ms.prod: sql-server-2014 ms.reviewer: '' ms.technology: master-data-services ms.topic: conceptual helpviewer_keywords: - versions [Master Data Services], locking - locking versions [Master Data Services] ...
45.440678
215
0.748974
deu_Latn
0.822461
58f20810b527b7824208086be99e72ff7593caf0
2,019
md
Markdown
doc/zh/object/general.md
ferhatelmas/JavaScript-Garden
26bf2c19339457976bed3c622c5b4dbcbacf02c4
[ "MIT" ]
1
2015-11-08T23:33:38.000Z
2015-11-08T23:33:38.000Z
doc/zh/object/general.md
Ragnarokkr/JavaScript-Garden
a582d1499394901676e13087ea04546246a34bd3
[ "MIT" ]
null
null
null
doc/zh/object/general.md
Ragnarokkr/JavaScript-Garden
a582d1499394901676e13087ea04546246a34bd3
[ "MIT" ]
1
2018-09-08T04:36:07.000Z
2018-09-08T04:36:07.000Z
##对象使用和属性 JavaScript 中所有变量都是对象,除了两个例外 [`null`](#core.undefined) 和 [`undefined`](#core.undefined)。 false.toString(); // 'false' [1, 2, 3].toString(); // '1,2,3' function Foo(){} Foo.bar = 1; Foo.bar; // 1 一个常见的误解是数字的字面值(literal)不是对象。这是因为 JavaScript 解析器的一个错误, 它试图将*点操作符*解析为浮点数字面值的一部分。 2.t...
21.478723
87
0.617632
yue_Hant
0.799583
58f30d6b6aa3be5c127fceb89aa40e7ded9c3190
2,394
md
Markdown
README.md
cyber-republic/supernode-voting
4c91052ec2b17f7b9b34cd4701261104ce59dd33
[ "MIT" ]
null
null
null
README.md
cyber-republic/supernode-voting
4c91052ec2b17f7b9b34cd4701261104ce59dd33
[ "MIT" ]
null
null
null
README.md
cyber-republic/supernode-voting
4c91052ec2b17f7b9b34cd4701261104ce59dd33
[ "MIT" ]
null
null
null
# Voter Reward Payout Script for DPOS Nodes ## Public Supernode Overview The public supernode overview is the public facing collection of statistics about the supernode, its voters and payout details anyone can see in their browser. - Supernode unique short description & links (optional) - Date of last payout - Date o...
47.88
166
0.779449
eng_Latn
0.987585
58f312f8ad968b884b341c5b5f7baa6a8252fed3
9,659
md
Markdown
docs/options.md
db-developer/grunt-nyc-mocha
1e6cd9ad4c8c0f70085a39fcfca33d077ecbd866
[ "MIT" ]
5
2021-01-31T06:55:43.000Z
2021-01-31T07:38:10.000Z
docs/options.md
db-developer/grunt-nyc-mocha
1e6cd9ad4c8c0f70085a39fcfca33d077ecbd866
[ "MIT" ]
null
null
null
docs/options.md
db-developer/grunt-nyc-mocha
1e6cd9ad4c8c0f70085a39fcfca33d077ecbd866
[ "MIT" ]
null
null
null
[Back to README.md](../README.md) ## all plugin options in depth ## Be aware of the set of configurable options provided by this plugin is only an extract of the original options. So it's just normal, that you will be missing options you personally require. If so, take a look at the _node.opts_, _nyc.opts_ and _mocha...
47.581281
96
0.642924
eng_Latn
0.962565
58f32c7fffa12827a317681aa1060031c0a3db10
1,663
md
Markdown
README.md
diogoff/eps2018
197534b276a60a1dcd9f63dfe0b64a17a89db14c
[ "MIT" ]
1
2018-11-20T02:12:57.000Z
2018-11-20T02:12:57.000Z
README.md
diogoff/eps2018
197534b276a60a1dcd9f63dfe0b64a17a89db14c
[ "MIT" ]
null
null
null
README.md
diogoff/eps2018
197534b276a60a1dcd9f63dfe0b64a17a89db14c
[ "MIT" ]
null
null
null
# Source code for the EPS 2018 paper/poster _Regularization extraction for real-time plasma tomography at JET_ [[paper](http://web.tecnico.ulisboa.pt/diogo.ferreira/papers/ferreira18regularization.pdf)] [[poster](http://web.tecnico.ulisboa.pt/diogo.ferreira/papers/ferreira18regularization_poster.pdf)] D. R. Ferreira...
48.911765
162
0.765484
eng_Latn
0.94603
58f4136baf3e6bed0c626d319ba107c7d553efbf
82
md
Markdown
README.md
Gr1m3y/Peragenome
1d7dc39e31494a7fe757ac68de470681da60ce3e
[ "MIT" ]
null
null
null
README.md
Gr1m3y/Peragenome
1d7dc39e31494a7fe757ac68de470681da60ce3e
[ "MIT" ]
null
null
null
README.md
Gr1m3y/Peragenome
1d7dc39e31494a7fe757ac68de470681da60ce3e
[ "MIT" ]
null
null
null
# Peragenome A tool for organizing and retrieving metagenome-associated metadata.
27.333333
68
0.841463
eng_Latn
0.904936
58f4398eceb679c4aafb83b01657e793906e20c9
6,868
md
Markdown
desktop-src/DevNotes/iextender.md
npherson/win32
28da414b56bb3e56e128bf7e0db021bad5343d2d
[ "CC-BY-4.0", "MIT" ]
3
2020-04-24T13:02:42.000Z
2021-07-17T15:32:03.000Z
desktop-src/DevNotes/iextender.md
npherson/win32
28da414b56bb3e56e128bf7e0db021bad5343d2d
[ "CC-BY-4.0", "MIT" ]
null
null
null
desktop-src/DevNotes/iextender.md
npherson/win32
28da414b56bb3e56e128bf7e0db021bad5343d2d
[ "CC-BY-4.0", "MIT" ]
1
2022-03-09T23:50:05.000Z
2022-03-09T23:50:05.000Z
--- Description: The IExtender interface provides a set of basic properties that are added to the interface of a control. Programmers can use these properties as if they were part of the control. ms.assetid: 901873bd-af6a-415e-865f-21769367c99f title: IExtender interface ms.topic: interface ms.date: 05/31/2018 topic_ty...
32.396226
268
0.644001
eng_Latn
0.843198
58f489c43300b52672d79c23872ea942c865199e
25
md
Markdown
_includes/01-name.md
rosemaryhall/markdown-portfolio
de7fe168a27286f14e680c999a156fe3d86124ce
[ "MIT" ]
null
null
null
_includes/01-name.md
rosemaryhall/markdown-portfolio
de7fe168a27286f14e680c999a156fe3d86124ce
[ "MIT" ]
5
2021-01-11T04:14:25.000Z
2021-01-11T04:47:12.000Z
_includes/01-name.md
rosemaryhall/markdown-portfolio
de7fe168a27286f14e680c999a156fe3d86124ce
[ "MIT" ]
null
null
null
#Rosemary and Me # Space
8.333333
16
0.72
eng_Latn
0.98186
58f4c95c3a02a8c6117aaa0c8498c8a131b0ed7d
14,200
md
Markdown
articles/container-registry/container-registry-delete.md
klmnden/azure-docs.tr-tr
8e1ac7aa3bb717cd24e1bc2612e745aa9d7aa6b6
[ "CC-BY-4.0", "MIT" ]
2
2019-08-10T02:23:39.000Z
2019-08-10T02:23:40.000Z
articles/container-registry/container-registry-delete.md
klmnden/azure-docs.tr-tr
8e1ac7aa3bb717cd24e1bc2612e745aa9d7aa6b6
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/container-registry/container-registry-delete.md
klmnden/azure-docs.tr-tr
8e1ac7aa3bb717cd24e1bc2612e745aa9d7aa6b6
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Azure Container Registry'de resim kaynakları Sil description: Etkili bir şekilde kapsayıcı görüntüsünü verileri silerek kayıt defteri boyutunu yönetme hakkında ayrıntılar. services: container-registry author: dlepow ms.service: container-registry ms.topic: article ms.date: 06/17/2019 ms.author: danlep ms.ope...
51.079137
487
0.778028
tur_Latn
0.994755
58f4dad02dce194d17cb1c6e0afb692b16a5fac3
3,509
md
Markdown
src/content/post_5.md
mal90/mal90.github.io
3c767318e8f3ebf5e479bd4f15caa7f5414e6d61
[ "MIT" ]
null
null
null
src/content/post_5.md
mal90/mal90.github.io
3c767318e8f3ebf5e479bd4f15caa7f5414e6d61
[ "MIT" ]
null
null
null
src/content/post_5.md
mal90/mal90.github.io
3c767318e8f3ebf5e479bd4f15caa7f5414e6d61
[ "MIT" ]
null
null
null
--- title: How to merge your silly little commits into one author: Malik date: December 29, 2016 --- ## Git : How to merge your silly little commits into one There are three kinds of git users. People who commits every single change ; People who wait and compile all the changes into one gigantic commit. And the last...
50.128571
389
0.76261
eng_Latn
0.999533
58f4de0e2ea820509e4aa06138bc4c0584d86401
4,074
md
Markdown
articles/lab-services/image-factory-save-distribute-custom-images.md
riwaida/azure-docs.ja-jp
2beaedf3fc0202ca4db9e5caabb38d0d3a4f6f5b
[ "CC-BY-4.0", "MIT" ]
1
2020-05-27T07:43:21.000Z
2020-05-27T07:43:21.000Z
articles/lab-services/image-factory-save-distribute-custom-images.md
riwaida/azure-docs.ja-jp
2beaedf3fc0202ca4db9e5caabb38d0d3a4f6f5b
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/lab-services/image-factory-save-distribute-custom-images.md
riwaida/azure-docs.ja-jp
2beaedf3fc0202ca4db9e5caabb38d0d3a4f6f5b
[ "CC-BY-4.0", "MIT" ]
1
2020-05-21T03:03:13.000Z
2020-05-21T03:03:13.000Z
--- title: Azure DevTest Labs でのイメージの保存と配布 | Microsoft Docs description: この記事では、Azure DevTest Labs で、作成済みの仮想マシン (VM) からカスタム イメージを保存する手順について説明します。 services: devtest-lab, lab-services documentationcenter: na author: spelluru manager: femila ms.service: lab-services ms.workload: na ms.tgt_pltfrm: na ms.devlang: na ms.topi...
41.151515
214
0.777369
yue_Hant
0.654339
58f53345f0a6f73713e999bbb43860fb3d76426e
14,657
md
Markdown
src/pages/encore-un-confinement/index.md
arnaudambro/javevolution
84c2015e3a5648e5b202d28b0737ab73161b5f89
[ "MIT" ]
null
null
null
src/pages/encore-un-confinement/index.md
arnaudambro/javevolution
84c2015e3a5648e5b202d28b0737ab73161b5f89
[ "MIT" ]
2
2022-02-26T02:22:23.000Z
2022-02-27T22:28:30.000Z
src/pages/encore-un-confinement/index.md
arnaudambro/javolution
84c2015e3a5648e5b202d28b0737ab73161b5f89
[ "MIT" ]
null
null
null
--- title: Encore un confinement généralisé... vraiment ? date: '2021-01-24' spoiler: Comment peut-on, un an après, en être encore là ? Éclaircissements... cover: ./etre-un-mouton-appartenance.jpg cta: 'Révolution' tags: 'Révolution' --- Je ne dirais pas que tout est clair dans mon esprit, mais plus on avance, plus ç...
152.677083
1,017
0.784267
fra_Latn
0.994053
58f725a34ff5d56cf0a25c98dc33d24888c6d6b5
12,844
md
Markdown
articles/active-directory/privileged-identity-management/pim-how-to-start-security-review.md
pmsousa/azure-docs.pt-pt
bc487beff48df00493484663c200e44d4b24cb18
[ "CC-BY-4.0", "MIT" ]
15
2017-08-28T07:46:17.000Z
2022-02-03T12:49:15.000Z
articles/active-directory/privileged-identity-management/pim-how-to-start-security-review.md
pmsousa/azure-docs.pt-pt
bc487beff48df00493484663c200e44d4b24cb18
[ "CC-BY-4.0", "MIT" ]
407
2018-06-14T16:12:48.000Z
2021-06-02T16:08:13.000Z
articles/active-directory/privileged-identity-management/pim-how-to-start-security-review.md
pmsousa/azure-docs.pt-pt
bc487beff48df00493484663c200e44d4b24cb18
[ "CC-BY-4.0", "MIT" ]
17
2017-10-04T22:53:31.000Z
2022-03-10T16:41:59.000Z
--- title: Crie uma revisão de acesso das funções AD Azure em PIM - Azure AD | Microsoft Docs description: Saiba como criar uma revisão de acesso das funções Azure AD em Azure AD Privileged Identity Management (PIM). services: active-directory documentationcenter: '' author: curtand manager: daveba editor: '' ms.servic...
84.5
512
0.780987
por_Latn
0.999955
58f7b3188669849590e58449fdc377d9365842f4
10,844
markdown
Markdown
_posts/2013-12-7-SQLSat-0266.markdown
sqlsaturday/testwebsite
9560ae56f3e9d3735002e129e7c7adcf0dd5beaf
[ "MIT" ]
null
null
null
_posts/2013-12-7-SQLSat-0266.markdown
sqlsaturday/testwebsite
9560ae56f3e9d3735002e129e7c7adcf0dd5beaf
[ "MIT" ]
null
null
null
_posts/2013-12-7-SQLSat-0266.markdown
sqlsaturday/testwebsite
9560ae56f3e9d3735002e129e7c7adcf0dd5beaf
[ "MIT" ]
null
null
null
--- layout: "post" title: "SQLSaturday #266 - Lima 2013" prettydate: "7 December 2013" --- # SQLSaturday #266 - Lima 2013 **Event Date**: 12/07/2013 00:00:00 **Event Location**: - Microsoft Peru - San Isidro - Lima, Lima, Peru <a href="/assets/pdf/0266.pdf">PDF of Schedule</a> This event has completed. All d...
43.203187
1,000
0.690151
eng_Latn
0.763269
58f803a85d7c2dde3d6e81872d60bd2e6f685b04
341
md
Markdown
docs/api/sip.js.useragent.contact.md
joshelson/SIP.js
f11dfd584bc9788ccfc94e03034020672b738975
[ "MIT" ]
1,486
2015-01-02T08:50:13.000Z
2022-03-30T11:19:39.000Z
docs/api/sip.js.useragent.contact.md
joshelson/SIP.js
f11dfd584bc9788ccfc94e03034020672b738975
[ "MIT" ]
770
2015-01-01T12:25:21.000Z
2022-03-30T18:13:18.000Z
docs/api/sip.js.useragent.contact.md
joshelson/SIP.js
f11dfd584bc9788ccfc94e03034020672b738975
[ "MIT" ]
586
2015-02-05T08:32:33.000Z
2022-03-20T07:59:01.000Z
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [UserAgent](./sip.js.useragent.md) &gt; [contact](./sip.js.useragent.contact.md) ## UserAgent.contact property User agent contact. <b>Signature:</b> ```typescript get conta...
24.357143
132
0.645161
eng_Latn
0.434247
58f805474a65ceea591d77effd8036031693a5e9
2,437
md
Markdown
docs/index.md
c19k/website-data
cbaed8afff1e060fe2e339b25e801454bc7a9274
[ "MIT" ]
5
2020-05-20T14:33:28.000Z
2020-07-17T08:07:15.000Z
docs/index.md
c19k/website-data
cbaed8afff1e060fe2e339b25e801454bc7a9274
[ "MIT" ]
4
2020-07-15T19:33:16.000Z
2020-10-06T15:45:17.000Z
docs/index.md
c19k/website-data
cbaed8afff1e060fe2e339b25e801454bc7a9274
[ "MIT" ]
4
2020-04-04T20:31:15.000Z
2020-10-07T18:43:38.000Z
# API for covid19kerala.info ## End Points ### /patient_data/latest.json https://data.covid19kerala.info/patient_data/latest.json Data is an array of patient data objects. ``` [ { ... patient data }, { ... patient data }, ] ``` Example Patient Data: ``` { "patientId": 1, "dateAnnounced": "202...
29.361446
140
0.648338
eng_Latn
0.850753
58f9f872c6cefda8384acdb88f76b75805346b6b
155
md
Markdown
index.md
mloberg/mloberg.github.io
8e042da0578b8314e6f1aa6b31f9a5fbe05c1ff6
[ "MIT" ]
null
null
null
index.md
mloberg/mloberg.github.io
8e042da0578b8314e6f1aa6b31f9a5fbe05c1ff6
[ "MIT" ]
null
null
null
index.md
mloberg/mloberg.github.io
8e042da0578b8314e6f1aa6b31f9a5fbe05c1ff6
[ "MIT" ]
null
null
null
--- layout: default --- You are being redirected to my site at [http://mlo.io](http://mlo.io). <script>window.location.replace("http://mlo.io");</script>
22.142857
70
0.670968
eng_Latn
0.725853
58fabe664054d685b3f25a45c4da06b79ed47c13
5,783
md
Markdown
vault/dendron.ref.vaults.md
LiminalCrab/dendron-site
defd27190d973a30021dcf9813cbeff93e68869f
[ "MIT" ]
null
null
null
vault/dendron.ref.vaults.md
LiminalCrab/dendron-site
defd27190d973a30021dcf9813cbeff93e68869f
[ "MIT" ]
null
null
null
vault/dendron.ref.vaults.md
LiminalCrab/dendron-site
defd27190d973a30021dcf9813cbeff93e68869f
[ "MIT" ]
null
null
null
--- id: 6682fca0-65ed-402c-8634-94cd51463cc4 title: Vaults desc: '' updated: 1623095542364 created: 1622841137387 --- ## Summary Your workspace is made up of **vaults**. A dendron vault stores a collection of related notes. If you're familiar with git, it's just like a code repo. By default, Dendron creates a _vaults...
29.060302
322
0.700847
eng_Latn
0.973296
58fadc470152b164d6519d0d3cf046c78aa844cd
824
md
Markdown
meta/8-3-1.md
Michel228/open-sdg-data-starter
9d6af69450d5da906ea0086e3013f26a3f45ba9b
[ "MIT" ]
1
2022-02-04T03:59:43.000Z
2022-02-04T03:59:43.000Z
meta/8-3-1.md
charlessaid89/sdg-data-malta
cf7bd67b11d7dca7e85366b5b33b9b05091c006e
[ "MIT" ]
null
null
null
meta/8-3-1.md
charlessaid89/sdg-data-malta
cf7bd67b11d7dca7e85366b5b33b9b05091c006e
[ "MIT" ]
1
2020-04-13T12:19:45.000Z
2020-04-13T12:19:45.000Z
--- data_non_statistical: false goal_meta_link: https://unstats.un.org/sdgs/files/metadata-compilation/Metadata-Goal-8.pdf goal_meta_link_text: United Nations Sustainable Development Goals Metadata (PDF 231 KB) graph_title: global_indicators.8-3-1-title graph_type: line indicator: 8.3.1 indicator_name: global_indicat...
37.454545
90
0.819175
eng_Latn
0.721828
58faf01e395f1b5d237ca2afad7e113d9846a0d6
2,219
md
Markdown
_posts/13/2021-04-06-krystal-jung.md
chito365/ukdat
382c0628a4a8bed0f504f6414496281daf78f2d8
[ "MIT" ]
null
null
null
_posts/13/2021-04-06-krystal-jung.md
chito365/ukdat
382c0628a4a8bed0f504f6414496281daf78f2d8
[ "MIT" ]
null
null
null
_posts/13/2021-04-06-krystal-jung.md
chito365/ukdat
382c0628a4a8bed0f504f6414496281daf78f2d8
[ "MIT" ]
null
null
null
--- id: 3576 title: Krystal Jung date: 2021-04-06T08:48:39+00:00 author: Laima layout: post guid: https://ukdataservers.com/krystal-jung/ permalink: /04/06/krystal-jung tags: - claims - lawyer - doctor - house - multi family - online - poll - business - unspecified - single - relationship - enga...
19.8125
151
0.388463
eng_Latn
0.997956
58fbf22ae3ba1ddad0bbe7e86f9092e55c0e294b
934
md
Markdown
node_modules/neat-csv/readme.md
aescorcia93/VUE3-TEST
480582d8b770a9bdba9973c9c1982ad60479c183
[ "MIT" ]
1
2019-03-27T18:49:08.000Z
2019-03-27T18:49:08.000Z
node_modules/neat-csv/readme.md
aescorcia93/VUE3-TEST
480582d8b770a9bdba9973c9c1982ad60479c183
[ "MIT" ]
4
2020-05-04T09:19:29.000Z
2022-02-18T13:32:41.000Z
node_modules/neat-csv/readme.md
aescorcia93/VUE3-TEST
480582d8b770a9bdba9973c9c1982ad60479c183
[ "MIT" ]
1
2022-01-13T15:59:04.000Z
2022-01-13T15:59:04.000Z
# neat-csv [![Build Status](https://travis-ci.org/sindresorhus/neat-csv.svg?branch=master)](https://travis-ci.org/sindresorhus/neat-csv) > Fast CSV parser Convenience wrapper around the super-fast streaming [`csv-parser`](https://github.com/mafintosh/csv-parser) module. Use that one if you want streamed parsing. ##...
18.68
158
0.675589
kor_Hang
0.215952
58fcda414168d1fbc405400f41f038f9d4c74e87
3,631
md
Markdown
docs/rn/evm.md
fga-eps-mds/2021-1-PUMA
c2e5a363bf72bd952614da65dc5da4a68bf7d333
[ "MIT" ]
3
2021-09-08T18:18:48.000Z
2021-11-08T15:58:20.000Z
docs/rn/evm.md
fga-eps-mds/2021-1-PUMA
c2e5a363bf72bd952614da65dc5da4a68bf7d333
[ "MIT" ]
109
2021-08-16T17:12:36.000Z
2021-11-10T19:56:01.000Z
docs/rn/evm.md
fga-eps-mds/2021-1-PUMA
c2e5a363bf72bd952614da65dc5da4a68bf7d333
[ "MIT" ]
1
2021-11-03T21:25:10.000Z
2021-11-03T21:25:10.000Z
| Data | Versão | Autores | Descrição | |--|--|--|--| | 07/11/2021 | 1.0 | Luís Taira | Criação do documento | # Sprint 0 <p align="justify">&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Chamamos de sprint 0 as semanas que foram dedicadas à realização das metodologias Lean Inception e Product Backlog Building.</p> <p align="justif...
82.522727
437
0.752961
por_Latn
0.997808
58fcf37bec1fe6237a71631c5e282588048c8844
7,531
md
Markdown
_sunday-school-lessons/2020-06-28-Reason10.md
dantaylor688/dantaylor688.github.io
f430224693c94a7469826f88b88bd9b1460e1cc9
[ "MIT" ]
null
null
null
_sunday-school-lessons/2020-06-28-Reason10.md
dantaylor688/dantaylor688.github.io
f430224693c94a7469826f88b88bd9b1460e1cc9
[ "MIT" ]
null
null
null
_sunday-school-lessons/2020-06-28-Reason10.md
dantaylor688/dantaylor688.github.io
f430224693c94a7469826f88b88bd9b1460e1cc9
[ "MIT" ]
null
null
null
--- layout: lesson title: TRFG - Reason 3 - The problem of sin comments: true --- _In the next few chapters, Keller walks through the Christian gospel message in a way that appeals to the contemporary mind._ It is easy to see that something is fundamentally wrong with our world today. However, the idea of _sin_ is of...
125.516667
748
0.779047
eng_Latn
0.999974
58fd132ce3baf0219a4da11687a8b989db015f89
775
md
Markdown
README.md
jwise-cesmii/selfserve-mfg
5e61b261f4d4a3b7ebd909fa7b4718fc07e9d9c2
[ "MIT" ]
null
null
null
README.md
jwise-cesmii/selfserve-mfg
5e61b261f4d4a3b7ebd909fa7b4718fc07e9d9c2
[ "MIT" ]
null
null
null
README.md
jwise-cesmii/selfserve-mfg
5e61b261f4d4a3b7ebd909fa7b4718fc07e9d9c2
[ "MIT" ]
null
null
null
setup raspberry pi: expand fs, change keyboard layout, join network, apt-get update, etc... enable I2C and SPI interfaces in raspi-config sudo apt install python3-pip sudo apt install nmap sudo pip3 install nmap sudo pip3 install python-nmap sudo pip3 install psutil sudo apt install python3-gpiozero sudo pip3 i...
22.794118
123
0.792258
eng_Latn
0.562929
58fd20afe7893b09b8bcad6d78475f5b536e1ed2
18
md
Markdown
README.md
domrally/Math
c9aebe69166d5ee0c2c3801aa1a3d66be80ff983
[ "MIT" ]
null
null
null
README.md
domrally/Math
c9aebe69166d5ee0c2c3801aa1a3d66be80ff983
[ "MIT" ]
null
null
null
README.md
domrally/Math
c9aebe69166d5ee0c2c3801aa1a3d66be80ff983
[ "MIT" ]
null
null
null
# LinearAlgebra
6
15
0.722222
eng_Latn
0.79913
58fd6ad5b9deb99b38ac1d938e057888ebf8dd62
2,156
md
Markdown
README.md
mmauger/planter
8fe61eb2c1e3ed2cc6e57d8bb767c1d2bb648b05
[ "MIT" ]
447
2017-09-24T06:16:16.000Z
2022-03-28T14:22:47.000Z
README.md
mmauger/planter
8fe61eb2c1e3ed2cc6e57d8bb767c1d2bb648b05
[ "MIT" ]
19
2017-09-25T05:06:18.000Z
2021-09-02T01:59:02.000Z
README.md
mmauger/planter
8fe61eb2c1e3ed2cc6e57d8bb767c1d2bb648b05
[ "MIT" ]
35
2017-09-25T04:14:11.000Z
2022-03-01T07:42:15.000Z
# planter [![test](https://github.com/achiku/planter/actions/workflows/test.yml/badge.svg)](https://github.com/achiku/planter/actions/workflows/test.yml) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/achiku/planter/master/LICENSE) [![Go Report Card](https://go...
29.944444
338
0.721707
eng_Latn
0.778636
58fda8b4f673a94de0af03e034c48878433df0ae
3,493
md
Markdown
docs/odbc/reference/develop-app/allocating-and-freeing-buffers.md
jaredmoo/sql-docs
fae18f2837c5135d3482a26f999173ecf4f9f58e
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/odbc/reference/develop-app/allocating-and-freeing-buffers.md
jaredmoo/sql-docs
fae18f2837c5135d3482a26f999173ecf4f9f58e
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/odbc/reference/develop-app/allocating-and-freeing-buffers.md
jaredmoo/sql-docs
fae18f2837c5135d3482a26f999173ecf4f9f58e
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: "Allocating and Freeing Buffers | Microsoft Docs" ms.custom: "" ms.date: "01/19/2017" ms.prod: "sql" ms.prod_service: "drivers" ms.service: "" ms.component: "odbc" ms.reviewer: "" ms.suite: "sql" ms.technology: - "drivers" ms.tgt_pltfrm: "" ms.topic: conceptual helpviewer_keywords: - "bu...
37.159574
453
0.676782
eng_Latn
0.986816
58fdd269bb1befd1c13ca36e324ccf6c53d0205b
19
md
Markdown
README.md
appanp/reveal.js-textile
f2f7b9427fb641462598811117cde883d3350597
[ "Apache-2.0" ]
null
null
null
README.md
appanp/reveal.js-textile
f2f7b9427fb641462598811117cde883d3350597
[ "Apache-2.0" ]
1
2016-09-22T06:31:38.000Z
2016-09-22T06:31:38.000Z
README.md
appanp/reveal.js-textile
f2f7b9427fb641462598811117cde883d3350597
[ "Apache-2.0" ]
null
null
null
# reveal.js-textile
19
19
0.789474
ron_Latn
0.490769
58ff138b1a9456f229bb8549bda9d206f9c10fa4
2,222
md
Markdown
zhuan_huan_json_dao_shu_ju_lei.md
LewisRhine/kotlin-for-android-developers-zh
fee08357293da3ed9a1fa12dc01b694ee5a943d4
[ "Apache-2.0" ]
22
2018-06-05T03:50:03.000Z
2021-05-22T13:13:33.000Z
zhuan_huan_json_dao_shu_ju_lei.md
Tlioylc/kotlin-for-android-developers-zh
fee08357293da3ed9a1fa12dc01b694ee5a943d4
[ "Apache-2.0" ]
null
null
null
zhuan_huan_json_dao_shu_ju_lei.md
Tlioylc/kotlin-for-android-developers-zh
fee08357293da3ed9a1fa12dc01b694ee5a943d4
[ "Apache-2.0" ]
12
2018-04-28T03:39:15.000Z
2020-09-16T12:34:22.000Z
# 转换json到数据类 我们现在知道怎么去创建一个数据类,那我们开始准备去解析数据。在`date`包中,创建一个名为`ResponseClasses.kt`新的文件,如果你打开第8章中的url,你可以看到json文件整个结构。它的基本组成包括一个城市,一个系列的天气预报,这个城市有id,名字,所在的坐标。每一个天气预报有很多信息,比如日期,不同的温度,和一个由描述和图标的id。 在我们当前的UI中,我们不会去使用所有的这些数据。我们会解析所有到类里面,因为可能会在以后某些情况下会用到。以下就是我们需要使用到的类: ```kotlin data class ForecastResult(val city: City, val ...
45.346939
354
0.731773
yue_Hant
0.437905
58ff5c05b34f3b23aafcfefe75aaa10dc2d3be36
959
md
Markdown
src/python/api/stations/id.md
twilightDD/dev
4cc269c10437b656c20cad6cd91b51ae2f586442
[ "MIT" ]
null
null
null
src/python/api/stations/id.md
twilightDD/dev
4cc269c10437b656c20cad6cd91b51ae2f586442
[ "MIT" ]
null
null
null
src/python/api/stations/id.md
twilightDD/dev
4cc269c10437b656c20cad6cd91b51ae2f586442
[ "MIT" ]
null
null
null
--- title: meteostat.Stations.identifier | API | Python Library --- # meteostat.Stations.identifier Filter weather stations by one or multiple identifiers. The method supports Meteostat, WMO and ICAO identifiers. ## Parameters Both parameters are required. The weather station `code` can be a single ID or a tuple/li...
28.205882
112
0.590198
eng_Latn
0.948284
58ff953f1b5bf0fa03325e036f1081f292dfc5f2
75
md
Markdown
src/emu/plugins/transport/readme.md
rzrabi/trex-emu
6b38a07051e977ddf0c082ba1730f9b178f9dc12
[ "Apache-2.0" ]
27
2020-03-16T08:04:47.000Z
2022-01-15T15:57:36.000Z
src/emu/plugins/transport/readme.md
rzrabi/trex-emu
6b38a07051e977ddf0c082ba1730f9b178f9dc12
[ "Apache-2.0" ]
14
2020-07-22T05:29:31.000Z
2021-12-16T10:08:29.000Z
src/emu/plugins/transport/readme.md
rzrabi/trex-emu
6b38a07051e977ddf0c082ba1730f9b178f9dc12
[ "Apache-2.0" ]
20
2020-04-13T11:51:07.000Z
2021-12-27T09:02:57.000Z
Converted from TRex code which was originally converted from TCP BSD code.
37.5
74
0.826667
eng_Latn
1.000008
58ffa49dfa061a65de4f9bb5205af29267a7c4cd
77
md
Markdown
README.md
chaniotakismg/quantum-experiments
5490ddd16b6f36d6b5a9f6773a029e4421f7d092
[ "MIT" ]
null
null
null
README.md
chaniotakismg/quantum-experiments
5490ddd16b6f36d6b5a9f6773a029e4421f7d092
[ "MIT" ]
null
null
null
README.md
chaniotakismg/quantum-experiments
5490ddd16b6f36d6b5a9f6773a029e4421f7d092
[ "MIT" ]
null
null
null
# quantum-experiments Just some quantum experiments with the Qiskit library.
25.666667
54
0.831169
eng_Latn
0.986438
45006512ab4e8a521e350dadb5f22f3e9801c110
665
md
Markdown
_posts/dev/data structure/2020-11-04-list.md
Yadon079/yadon079.github.io
3c2387ab60ed3964c8e1671f05b47fcc7981cb43
[ "MIT" ]
2
2020-09-01T05:41:51.000Z
2021-07-30T04:37:42.000Z
_posts/dev/data structure/2020-11-04-list.md
Yadon079/yadon079.github.io
3c2387ab60ed3964c8e1671f05b47fcc7981cb43
[ "MIT" ]
null
null
null
_posts/dev/data structure/2020-11-04-list.md
Yadon079/yadon079.github.io
3c2387ab60ed3964c8e1671f05b47fcc7981cb43
[ "MIT" ]
6
2021-01-31T03:32:07.000Z
2021-08-13T14:01:19.000Z
--- layout: post date: 2020-11-04 18:16:00 title: "리스트" description: "자료구조" subject: 자료구조 category: [ data structure ] tags: [ data structure, abstract data type, array list ] use_math: true comments: true --- # 리스트(List) ## 추상 자료형 : Abstract Data Type ADT라고도 불리는 추상 자료형은 '구체적인 기능의 완성과정을 언급하지 않고, 순수하게 기능이 무엇인지를 나열한 것...
21.451613
110
0.700752
kor_Hang
1.00001
4500c13194b4fe60ce6767f8b8d21a13371f8923
61
md
Markdown
README.md
AbhishekTiwari72/Unique_Web
3bd187c91fa128ad3ad94088bd14a6316024f44c
[ "MIT" ]
null
null
null
README.md
AbhishekTiwari72/Unique_Web
3bd187c91fa128ad3ad94088bd14a6316024f44c
[ "MIT" ]
null
null
null
README.md
AbhishekTiwari72/Unique_Web
3bd187c91fa128ad3ad94088bd14a6316024f44c
[ "MIT" ]
null
null
null
# Unique_Web Here We will Learn Using React Js Frontend Web
20.333333
47
0.786885
eng_Latn
0.636824
4500d94335a15e40da952dd1c1990dedff4a1c72
15,547
md
Markdown
articles/governance/resource-graph/concepts/query-language.md
mtaheij/azure-docs.nl-nl
6447611648064a057aae926a62fe8b6d854e3ea6
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/governance/resource-graph/concepts/query-language.md
mtaheij/azure-docs.nl-nl
6447611648064a057aae926a62fe8b6d854e3ea6
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/governance/resource-graph/concepts/query-language.md
mtaheij/azure-docs.nl-nl
6447611648064a057aae926a62fe8b6d854e3ea6
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Inzicht krijgen in de querytaal description: Hierin worden resource grafiek tabellen en de beschik bare Kusto-gegevens typen,-Opera tors en-functies die bruikbaar zijn met Azure resource Graph beschreven. ms.date: 09/30/2020 ms.topic: conceptual ms.openlocfilehash: ef588bd3fd8afcf1f1139f97d5df2d48a14b4dd9 ms...
76.965347
864
0.782209
nld_Latn
0.995861
4501b5c7a5a26f65ba065b73a2a75493ca6a340d
25
md
Markdown
README.md
solomonxie/lambda-application-demo
35ac5e17985cdd5694eb154b527d3942ad52cad6
[ "MIT" ]
null
null
null
README.md
solomonxie/lambda-application-demo
35ac5e17985cdd5694eb154b527d3942ad52cad6
[ "MIT" ]
null
null
null
README.md
solomonxie/lambda-application-demo
35ac5e17985cdd5694eb154b527d3942ad52cad6
[ "MIT" ]
null
null
null
# lambda-application-demo
25
25
0.84
eng_Latn
0.225686
4501edbfab786673deeafdb1ca56ee395de042c8
109
md
Markdown
_posts/0000-01-02-Reuben-Dev.md
Reuben-Dev/github-slideshow
756a5893a7a622701c8cebcc527539df3934d933
[ "MIT" ]
null
null
null
_posts/0000-01-02-Reuben-Dev.md
Reuben-Dev/github-slideshow
756a5893a7a622701c8cebcc527539df3934d933
[ "MIT" ]
3
2020-03-27T20:51:36.000Z
2020-03-28T12:21:41.000Z
_posts/0000-01-02-Reuben-Dev.md
Reuben-Dev/github-slideshow
756a5893a7a622701c8cebcc527539df3934d933
[ "MIT" ]
null
null
null
--- layout: slide title: "Welcome to Reuben's second slide!" --- Reubens text Use the left arrow to go back!
15.571429
42
0.706422
eng_Latn
0.972384
45023130b4612567b6a2987d861e1caaf3103447
261
md
Markdown
CHANGELOG.md
romicampi/wireframe
dc0055c2511ddb2fa2f6de732385f6f5c6be6003
[ "BSD-3-Clause" ]
686
2015-01-01T04:43:47.000Z
2022-03-29T11:56:49.000Z
CHANGELOG.md
onursarikaya/wireframe
dc0055c2511ddb2fa2f6de732385f6f5c6be6003
[ "BSD-3-Clause" ]
3
2017-08-02T12:15:05.000Z
2018-02-28T01:05:18.000Z
CHANGELOG.md
onursarikaya/wireframe
dc0055c2511ddb2fa2f6de732385f6f5c6be6003
[ "BSD-3-Clause" ]
74
2015-01-20T04:29:48.000Z
2020-11-12T18:03:56.000Z
Change Log ========== 0.2.0 (2014-12-12) ------------------ - Only use 1 Helvetica Font in the file. - Reorganize Symbols. - Edit some inconsistent element. - Fix some typos in Symbol name. 0.1.0 (2014-12-05) ------------------ The first milestone release
15.352941
40
0.586207
eng_Latn
0.853754
4502807a5b341b0835aca07638777d9759ef5d62
5,035
md
Markdown
tutorials/ko/foundation/8.0/digital-app-builder/installation/index.md
MobileFirst-Platform-Developer-Center/DevCenter
ac2351ef8878ff5101f0041323b68f3418b059e6
[ "Apache-2.0" ]
17
2016-07-07T07:24:22.000Z
2022-01-21T07:19:10.000Z
tutorials/ko/foundation/8.0/digital-app-builder/installation/index.md
Acidburn0zzz/DevCenter-1
ac2351ef8878ff5101f0041323b68f3418b059e6
[ "Apache-2.0" ]
49
2016-04-01T07:13:23.000Z
2022-03-08T11:28:04.000Z
tutorials/ko/foundation/8.0/digital-app-builder/installation/index.md
Acidburn0zzz/DevCenter-1
ac2351ef8878ff5101f0041323b68f3418b059e6
[ "Apache-2.0" ]
36
2016-07-07T07:24:27.000Z
2022-01-05T13:40:34.000Z
--- layout: tutorial title: 설치 및 구성 weight: 2 show_children: true --- <!-- NLS_CHARSET=UTF-8 --> ## 개요 {: #installation-and-configuration } Digital App Builder는 MacOS 및 Windows 플랫폼에 설치될 수 있습니다. 설치는 또한 첫 번째 설치 중에 설치되고 확인된 필수 소프트웨어를 포함합니다. 배치 중에 앱 미리보기 및 어댑터 생성을 위해 Java, Xcode 및 Android Studio를 설치하십시오. ### ...
50.858586
256
0.695929
kor_Hang
1.00001
450327f0aa47f305fd9adad1cf4984ec07d44b4a
10,381
md
Markdown
docs/standard/microservices-architecture/multi-container-microservice-net-applications/test-aspnet-core-services-web-apps.md
dhernandezb/docs.es-es
cf1637e989876a55eb3c57002818d3982591baf1
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/standard/microservices-architecture/multi-container-microservice-net-applications/test-aspnet-core-services-web-apps.md
dhernandezb/docs.es-es
cf1637e989876a55eb3c57002818d3982591baf1
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/standard/microservices-architecture/multi-container-microservice-net-applications/test-aspnet-core-services-web-apps.md
dhernandezb/docs.es-es
cf1637e989876a55eb3c57002818d3982591baf1
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Probar aplicaciones web y servicios ASP.NET Core description: Arquitectura de microservicios de .NET para aplicaciones .NET en contenedor | Probar aplicaciones web y servicios ASP.NET Core author: CESARDELATORRE ms.author: wiwagn ms.date: 12/11/2017 ms.openlocfilehash: 2702a273ade0e58ba93d556cfd1ecc5531027f9...
80.472868
657
0.783354
spa_Latn
0.985947
450467280c4021cce4aa02458375be130bc23548
668
md
Markdown
.github/ISSUE_TEMPLATE.md
ajavadia/qiskit-ignis
c03d1bd22f49f461e7f3112cb8b854e92f6d961f
[ "Apache-2.0" ]
null
null
null
.github/ISSUE_TEMPLATE.md
ajavadia/qiskit-ignis
c03d1bd22f49f461e7f3112cb8b854e92f6d961f
[ "Apache-2.0" ]
null
null
null
.github/ISSUE_TEMPLATE.md
ajavadia/qiskit-ignis
c03d1bd22f49f461e7f3112cb8b854e92f6d961f
[ "Apache-2.0" ]
null
null
null
<!-- ⚠️ If you do not respect this template, your issue will be closed --> <!-- ⚠️ Make sure to browse the opened and closed issues --> *BUG TEMPLATE* <!-- Delete this header from your issue --> ### Informations - **Qiskit Ignis version**: - **Python version**: - **Operating system**: ### What is the current behavi...
15.534884
75
0.658683
eng_Latn
0.993476
4504913c7414bed6a6a79fed2891032a60d6b3d1
13,870
md
Markdown
CONTRIBUTING.md
XxPKBxX/guide
981202f7b0b9867aaa5f4dd0ef63e2289ae3d431
[ "MIT" ]
null
null
null
CONTRIBUTING.md
XxPKBxX/guide
981202f7b0b9867aaa5f4dd0ef63e2289ae3d431
[ "MIT" ]
null
null
null
CONTRIBUTING.md
XxPKBxX/guide
981202f7b0b9867aaa5f4dd0ef63e2289ae3d431
[ "MIT" ]
null
null
null
# Contributing ## Local development Clone the repo into your desired folder, `cd` into it, and install the dependencies. ```bash git clone https://github.com/discordjs/guide.git cd guide npm install ``` You can use `npm run dev` to open up a local version of the site at http://localhost:8080. If you need to use a d...
42.676923
578
0.741096
eng_Latn
0.993907
4505aa21d03f1f68bf888e4dfeb0fad0b9d889aa
1,102
md
Markdown
_talks/2018-05-31-Building-Model-Foctories-with-the-DataRobot-API.md
john-hawkins/john-hawkins.github.io
19955ee6d33dcb441a2c44d97bb383c32e8e3058
[ "MIT" ]
null
null
null
_talks/2018-05-31-Building-Model-Foctories-with-the-DataRobot-API.md
john-hawkins/john-hawkins.github.io
19955ee6d33dcb441a2c44d97bb383c32e8e3058
[ "MIT" ]
null
null
null
_talks/2018-05-31-Building-Model-Foctories-with-the-DataRobot-API.md
john-hawkins/john-hawkins.github.io
19955ee6d33dcb441a2c44d97bb383c32e8e3058
[ "MIT" ]
null
null
null
--- title: "Building Model Factories with the DataRobot API" collection: talks type: "Talk" permalink: /talks/2018-05-31-Building-Model-Foctories-with-the-DataRobot-API venue: "Sydney Data Science Meet-Up" date: 2018-05-31 location: "Sydney Australia" --- In this Sydney Data Science Sponsored Meet-Up talk I gave an ...
42.384615
85
0.795826
eng_Latn
0.98007
45062b3a80d0b5cb88c6c9027464c9214e871af5
8,719
md
Markdown
README.md
ezzabuzaid/angular-caching
c193d90bd7d1da7f23b783abd3737fe5d4464401
[ "MIT" ]
null
null
null
README.md
ezzabuzaid/angular-caching
c193d90bd7d1da7f23b783abd3737fe5d4464401
[ "MIT" ]
7
2021-05-26T20:29:39.000Z
2021-06-04T10:44:36.000Z
README.md
ezzabuzaid/angular-caching
c193d90bd7d1da7f23b783abd3737fe5d4464401
[ "MIT" ]
null
null
null
# Angular Caching This article will take you through the way to efficiently handle the HTTP client request and cache them inside different browser storage. For clarity about what I’m going to talk about, the full project is available to browse through [Github](https://github.com/ezzabuzaid/angular-caching). So, Cach...
34.737052
291
0.686776
eng_Latn
0.995285
4506421544d3b0402827acafceac127a36af9cc8
3,460
md
Markdown
components/grids/tree/$info/props/default-template.md
ilysaz/odajs
f1347699c0dab42640409c725ea0ecb8b522dbcb
[ "MIT" ]
1
2022-03-09T10:23:06.000Z
2022-03-09T10:23:06.000Z
components/grids/tree/$info/props/default-template.md
odajs/oda
a7fcfa7ec6bf092e57ded785900fc56a1190fa84
[ "MIT" ]
null
null
null
components/grids/tree/$info/props/default-template.md
odajs/oda
a7fcfa7ec6bf092e57ded785900fc56a1190fa84
[ "MIT" ]
2
2021-04-05T12:04:28.000Z
2021-11-17T09:13:37.000Z
Свойство **defaultTemplate** задает имя компонента, с помощью которого отображаются все узлы дерева по умолчанию. Это свойство изначально имеет значение **oda-table-cell**, т.е. именно этот компонент используется для отображения всех узлов дерева по умолчанию. Однако вместо него в свойстве **defaultTemplate** можно у...
43.25
295
0.644509
rus_Cyrl
0.904571
45069287720c7803ef978288142e448a992cf72e
1,785
md
Markdown
src/table/docs/fixed-header-column.md
Lohoyo/santd
1098a4af2552961ecf9de4ca38e69037f44ef43f
[ "MIT" ]
63
2019-06-05T08:55:38.000Z
2022-03-10T07:57:56.000Z
src/table/docs/fixed-header-column.md
hchhtc123/santd
90c701f3ffd77763beb31c62b57f0c5a4898c19c
[ "MIT" ]
13
2020-05-22T09:09:29.000Z
2021-07-21T11:19:33.000Z
src/table/docs/fixed-header-column.md
hchhtc123/santd
90c701f3ffd77763beb31c62b57f0c5a4898c19c
[ "MIT" ]
27
2019-06-05T07:02:34.000Z
2022-03-09T07:24:24.000Z
<text lang="cn"> #### 固定头和列 适合同时展示有大量数据和数据列。 > 固定列使用了 sticky 属性,浏览器支持情况可以参考[这里](https://caniuse.com/#feat=css-sticky)。 > 若列头与内容不对齐或出现列重复,请指定每一列的 th 的宽度 width。 > 建议指定 scroll.x 为大于表格宽度的固定值或百分比。注意,且非固定列宽度之和不要超过 scroll.x。 </text> ```html <template> <div> <s-table columns="{{columns}}" ...
25.5
77
0.546218
eng_Latn
0.186217
4506e94abd00757ac8f62bd6c4b59a0f9931523d
1,721
md
Markdown
concepts/http-status-code/426.md
jsbezerra/webconcepts
ea026eb50a83c5ecfdb20f1275e124389cd1e704
[ "Unlicense" ]
104
2016-07-23T06:11:39.000Z
2022-03-13T02:24:44.000Z
concepts/http-status-code/426.md
jsbezerra/webconcepts
ea026eb50a83c5ecfdb20f1275e124389cd1e704
[ "Unlicense" ]
46
2016-07-24T06:54:59.000Z
2021-10-03T09:09:04.000Z
concepts/http-status-code/426.md
jsbezerra/webconcepts
ea026eb50a83c5ecfdb20f1275e124389cd1e704
[ "Unlicense" ]
25
2016-07-23T06:12:53.000Z
2022-01-15T18:52:03.000Z
--- layout: concept permalink: "/concepts/http-status-code/426" title: "HTTP Status Code: 426 Upgrade Required" concept-name: HTTP Status Code concept-value: 426 Upgrade Required description: "The 426 (Upgrade Required) status code indicates that the server refuses to perform the request using the c...
101.235294
919
0.760604
eng_Latn
0.942328
45074da11b234d1c8dbf2ffc668674011f1db026
88,663
md
Markdown
_posts/2017-10-11-jni_functions_note.md
caoxudong/caoxudong.github.com
55da0bc6289f42ab71ae54681f43cd2928a7f975
[ "MIT" ]
2
2018-01-29T03:15:00.000Z
2019-02-12T13:28:08.000Z
_posts/2017-10-11-jni_functions_note.md
caoxudong/caoxudong.github.com
55da0bc6289f42ab71ae54681f43cd2928a7f975
[ "MIT" ]
null
null
null
_posts/2017-10-11-jni_functions_note.md
caoxudong/caoxudong.github.com
55da0bc6289f42ab71ae54681f43cd2928a7f975
[ "MIT" ]
null
null
null
--- title: JNI规范 layout: post category: blog tags: [java, jni, jvm] --- # 目录 * [1 简介][2] * [2 设计概览][3] * [2.1 JNI函数和指针][4] * [2.2 编译、载入、链接本地方法][5] * [2.2.1 解析本地方法名][6] * [2.2.2 本地方法参数][7] * [2.3 引用Java对象][8] * [2.3.1 全局引用和局部引用][9] * [2.3.2 实现局部引用][10] *...
24.485777
262
0.647937
yue_Hant
0.778777
450750dff3bd417486cf3697d8ea5d59a99e401c
2,766
md
Markdown
docs/build/reference/headerunit.md
taketakeyyy/cpp-docs.ja-jp
4cc268ee390a7f6a2a8afd848f65876acc4450a9
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/build/reference/headerunit.md
taketakeyyy/cpp-docs.ja-jp
4cc268ee390a7f6a2a8afd848f65876acc4450a9
[ "CC-BY-4.0", "MIT" ]
1
2021-04-01T04:17:07.000Z
2021-04-01T04:17:07.000Z
docs/build/reference/headerunit.md
taketakeyyy/cpp-docs.ja-jp
4cc268ee390a7f6a2a8afd848f65876acc4450a9
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: /headerunit (Use header unit IFC) description: /Headerunit コンパイラオプションを使用して、現在のコンパイルでインポートする既存の IFC header ユニットを指定します。 ms.date: 09/13/2020 f1_keywords: - /headerUnit helpviewer_keywords: - /headerUnit - Use header unit IFC ms.openlocfilehash: 2734df728b188dcfbbe5f475cfc67715a070975d ms.sourcegitcommit: b49251...
39.514286
251
0.737166
yue_Hant
0.667939
45078f842181c6beca359e432f4d6c5d75d8abef
3,483
md
Markdown
README.md
Ameer004/e-shop-bot
a7f6e89510e277441bda2eedcf8a39471d039645
[ "MIT" ]
10
2020-03-02T07:20:36.000Z
2022-03-28T13:16:05.000Z
README.md
Ameer004/e-shop-bot
a7f6e89510e277441bda2eedcf8a39471d039645
[ "MIT" ]
null
null
null
README.md
Ameer004/e-shop-bot
a7f6e89510e277441bda2eedcf8a39471d039645
[ "MIT" ]
4
2020-03-17T15:12:06.000Z
2021-09-30T10:34:07.000Z
## E-shop whatsapp bot template - A some-what bare template for whatsapp chatbot..originally made using twilio sandbox - original proposal was tailored towards an electronic startup that sells electronic components - can be extended or changed to suit any business type with minor or major tweaks ### Demos - this...
68.294118
212
0.753086
eng_Latn
0.997491
4507d9262f75a12dd78e3ee382565420b391081d
4,243
md
Markdown
src/pages/about/index.md
alexpichel/gatsby-netlify-cms
f5055f8d792cf9ae0e9a96f61f17397eb9e0c96f
[ "MIT" ]
null
null
null
src/pages/about/index.md
alexpichel/gatsby-netlify-cms
f5055f8d792cf9ae0e9a96f61f17397eb9e0c96f
[ "MIT" ]
null
null
null
src/pages/about/index.md
alexpichel/gatsby-netlify-cms
f5055f8d792cf9ae0e9a96f61f17397eb9e0c96f
[ "MIT" ]
null
null
null
--- templateKey: about-page title: National Association of Sentencing Commissions mainImage: image: /img/teemu-paananen-376238-unsplash.jpg imageAlt: Wakanda JavaScript developer presenting at a meetup. gallery: - image: /img/neonbrand-509131-unsplash.jpg imageAlt: Wakanda JavaScript developer presenting at a...
32.389313
292
0.749705
eng_Latn
0.503141
45082e7c981f8fd0413a12d3eaaa59885cfddfe1
11,051
md
Markdown
articles/hdinsight/hbase/apache-hbase-provision-vnet.md
sonquer/azure-docs.pl-pl
d8159cf8e870e807bd64e58188d281461b291ea8
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/hdinsight/hbase/apache-hbase-provision-vnet.md
sonquer/azure-docs.pl-pl
d8159cf8e870e807bd64e58188d281461b291ea8
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/hdinsight/hbase/apache-hbase-provision-vnet.md
sonquer/azure-docs.pl-pl
d8159cf8e870e807bd64e58188d281461b291ea8
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Tworzenie klastrów HBase Virtual Network na platformie Azure description: Rozpocznij korzystanie z usługi HBase w usłudze Azure HDInsight. Dowiedz się, jak tworzyć klastry HBase usługi HDInsight w usłudze Azure Virtual Network. author: hrasheed-msft ms.author: hrasheed ms.reviewer: jasonh ms.service: hdinsig...
71.296774
684
0.788978
pol_Latn
0.999358
4508cc593f8b806fd952faa4cea4b0ff94ff01f4
10,744
md
Markdown
_posts/2016-4-4-fjtm-two-post.md
taisenjay/taisenjay.github.io
aad91954721fe109868f81e7cd371e0689f55eae
[ "MIT" ]
1
2020-07-26T22:58:44.000Z
2020-07-26T22:58:44.000Z
_posts/2016-4-4-fjtm-two-post.md
taisenjay/taisenjay.github.io
aad91954721fe109868f81e7cd371e0689f55eae
[ "MIT" ]
null
null
null
_posts/2016-4-4-fjtm-two-post.md
taisenjay/taisenjay.github.io
aad91954721fe109868f81e7cd371e0689f55eae
[ "MIT" ]
null
null
null
--- layout: post title: "创造丰富多彩的UI-View与动画" excerpt: "《Android开发进阶:从小工到专家》第2章读书笔记" tags: [读书笔记,从小工到专家] comments: true --- # 1、重要的View控件 # 用户界面通常由Activity组成,Activity中关联了一个PhoneWindow创建,在这个窗口下则管理了一棵视图树,其顶级视图为DecorView(ViewGroup),DecorView下就是各个视图控件。 如图: <figure> <img src="/images/ui_view_tree.png"> </figure> ## 1.1、L...
28.199475
271
0.788533
yue_Hant
0.44125
45092b2bb48154e070777435e995055250458a38
2,814
md
Markdown
docs/2014/reporting-services/reports/clickthrough-reports-ssrs.md
keunyop/sql-docs.ko-kr
ebbdcd44eebf4861c9ea9a8c13de6c2098b9f539
[ "CC-BY-4.0", "MIT" ]
1
2019-12-04T01:36:20.000Z
2019-12-04T01:36:20.000Z
docs/2014/reporting-services/reports/clickthrough-reports-ssrs.md
keunyop/sql-docs.ko-kr
ebbdcd44eebf4861c9ea9a8c13de6c2098b9f539
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/2014/reporting-services/reports/clickthrough-reports-ssrs.md
keunyop/sql-docs.ko-kr
ebbdcd44eebf4861c9ea9a8c13de6c2098b9f539
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: 클릭 방문 보고서(SSRS) | Microsoft Docs ms.custom: '' ms.date: 05/24/2017 ms.prod: sql-server-2014 ms.reviewer: '' ms.technology: - reporting-services-native ms.topic: conceptual helpviewer_keywords: - clickthrough reports - customizing clickthrough reports - clickthrough reports, customizing ms.assetid: cf2c396e-b...
50.25
457
0.715352
kor_Hang
1.00001
450a753cf17f4c9d4ba07162211fd46f8606f7af
266
md
Markdown
README.md
xiebic/script
fddce9714b81dc35377d3b47ba7dab8094cf2ada
[ "MIT" ]
null
null
null
README.md
xiebic/script
fddce9714b81dc35377d3b47ba7dab8094cf2ada
[ "MIT" ]
null
null
null
README.md
xiebic/script
fddce9714b81dc35377d3b47ba7dab8094cf2ada
[ "MIT" ]
null
null
null
# 懒人专用一键脚本 Filebrowser.sh ====== - 脚本说明: Filebrowser 一键安装脚本 - 系统支持: CentOS6+ / Debian7+ / Ubuntu14+ - 使用方法: https://github.com/filebrowser/filebrowser ### 下载安装: ``` bash bash <(curl -L -s https://raw.githubusercontent.com/xiebic/script/master/Filebrowser.sh) ```
19
88
0.695489
yue_Hant
0.525815
450a7b5c33057e7052ddf6f34900b52472e01c5d
14,809
md
Markdown
git_command.md
zhangzhuang15/git-command
ffbc9c80f1941fad624c1f817d96a50ba80a808e
[ "MIT" ]
1
2022-02-02T05:46:41.000Z
2022-02-02T05:46:41.000Z
git_command.md
zhangzhuang15/git-command
ffbc9c80f1941fad624c1f817d96a50ba80a808e
[ "MIT" ]
null
null
null
git_command.md
zhangzhuang15/git-command
ffbc9c80f1941fad624c1f817d96a50ba80a808e
[ "MIT" ]
null
null
null
# git 命令 ## 前言 git分为本地仓库和远程仓库。 git本地仓库的核心分为三部分,工作区、缓存区(或暂存区)、仓库本身,依次对应 Working Directory、index、HEAD,详情[戳这里](https://git-scm.com/book/zh/v2/Git-工具-重置揭密#_git_reset)👈。 在文档中总会使用`<url>`这样的标记,<>中表示某种对象,整体表示的是对象值。 比如url表示的是网址,`<url>`表示的就是具体的那个网址,也就是那一长条的字符串。 如果英文可以直接体现含义,将不再单独解释。 推荐一个[git可视化网页游戏](https://learngitbranchi...
12.766379
93
0.628807
yue_Hant
0.41644
450a90503bb3bd52ea209dfde7b590a755ec8fbe
3,182
md
Markdown
docs/2014/analysis-services/impersonation-information.md
brunom/sql-docs
d80aaa52562d828f9bfb932662ad779432301860
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/2014/analysis-services/impersonation-information.md
brunom/sql-docs
d80aaa52562d828f9bfb932662ad779432301860
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/2014/analysis-services/impersonation-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: "Impersonation Information | Microsoft Docs" ms.custom: "" ms.date: "03/06/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.suite: "" ms.technology: - "analysis-services" ms.tgt_pltfrm: "" ms.topic: conceptual ms.assetid: 42319d60-ccd0-46b8-af0b-f0968c390d8a caps.latest.revision: 9 author: minewiskan m...
62.392157
595
0.764299
eng_Latn
0.987819
450b4f162e62ea5b811c3e5b7d9be8ca3e943cdc
140,997
md
Markdown
src/smarty3/CHANGELOG.md
lokik/Atk14
a95cc8c3fbc820d61f682260847f87f6b3a4fe69
[ "MIT" ]
null
null
null
src/smarty3/CHANGELOG.md
lokik/Atk14
a95cc8c3fbc820d61f682260847f87f6b3a4fe69
[ "MIT" ]
null
null
null
src/smarty3/CHANGELOG.md
lokik/Atk14
a95cc8c3fbc820d61f682260847f87f6b3a4fe69
[ "MIT" ]
null
null
null
# Changelog All notable changes to this project 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). ## [Unreleased] ## [3.1.44] - 2022-01-18 ### Fixed - Fixed illegal...
40.342489
200
0.775938
eng_Latn
0.967111
450b5af6925eb87d16a7cb933b4156bd99db1a33
6,083
md
Markdown
_posts/2016-08-12-Is_HR_Analytics_worth_the_investment.md
SeanPreusse/seanpreusse.github.io
570d1741c4506ad7483d55dc731285cbf620bf96
[ "BSD-3-Clause", "MIT" ]
1
2016-06-14T00:15:06.000Z
2016-06-14T00:15:06.000Z
_posts/2016-08-12-Is_HR_Analytics_worth_the_investment.md
SeanPreusse/seanpreusse.github.io
570d1741c4506ad7483d55dc731285cbf620bf96
[ "BSD-3-Clause", "MIT" ]
null
null
null
_posts/2016-08-12-Is_HR_Analytics_worth_the_investment.md
SeanPreusse/seanpreusse.github.io
570d1741c4506ad7483d55dc731285cbf620bf96
[ "BSD-3-Clause", "MIT" ]
null
null
null
--- title: "Is HR Analytics worth the investment? " header: excerpt: "Is HR Analytics worth the investment? Many find it difficult to find the necessary resourcing or funding start tackling big HR problems with data, is there a stepping stone that you can leverage to start the journey?" categories: - Business-Case ta...
110.6
580
0.803222
eng_Latn
0.999699
450b61f1bb39261c2d140f59fce99da34092e872
1,020
md
Markdown
catalog/miracle-mimika/en-US_miracle-mimika.md
htron-dev/baka-db
cb6e907a5c53113275da271631698cd3b35c9589
[ "MIT" ]
3
2021-08-12T20:02:29.000Z
2021-09-05T05:03:32.000Z
catalog/miracle-mimika/en-US_miracle-mimika.md
zzhenryquezz/baka-db
da8f54a87191a53a7fca54b0775b3c00f99d2531
[ "MIT" ]
8
2021-07-20T00:44:48.000Z
2021-09-22T18:44:04.000Z
catalog/miracle-mimika/en-US_miracle-mimika.md
zzhenryquezz/baka-db
da8f54a87191a53a7fca54b0775b3c00f99d2531
[ "MIT" ]
2
2021-07-19T01:38:25.000Z
2021-07-29T08:10:29.000Z
# Miracle! Mimika ![miracle-mimika](https://cdn.myanimelist.net/images/anime/4/10993.jpg) - **type**: tv-serie - **episodes**: 225 - **original-name**: 味楽る!ミミカ - **start-date**: 2006-04-03 - **end-date**: 2006-04-03 - **opening-song**: "Miracle! Mimika Number One (味楽る! ミミカ ナンバーワン)" by Mayuko Omimura - *...
34
210
0.694118
eng_Latn
0.297061
450c1173da310ecc3c951d18dc9f1132c53c426c
67
md
Markdown
node/file-system/2-fs-callbacks/exercises-refactor/README.md
bermarte/asynchronous-programming
decce2b44943e684ff36d43c756435f051b55e87
[ "MIT" ]
6
2020-09-19T16:23:45.000Z
2022-03-26T14:00:33.000Z
node/file-system/2-fs-callbacks/exercises-refactor/README.md
bermarte/asynchronous-programming
decce2b44943e684ff36d43c756435f051b55e87
[ "MIT" ]
16
2020-04-20T14:48:42.000Z
2022-03-06T15:06:38.000Z
node/file-system/2-fs-callbacks/exercises-refactor/README.md
bermarte/asynchronous-programming
decce2b44943e684ff36d43c756435f051b55e87
[ "MIT" ]
90
2020-04-10T13:56:12.000Z
2022-03-30T19:12:25.000Z
the files with synchronous fs work. refactor them to use callbacks
33.5
66
0.820896
eng_Latn
0.999723