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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
38744705f12a808c14e6b91cbadc776114c82d62 | 540 | md | Markdown | meta/2-3-2.md | brockfanning/sdg-data-quick-start | f7e09b28e1e965ab3005c22e204d51be703f77a8 | [
"MIT"
] | null | null | null | meta/2-3-2.md | brockfanning/sdg-data-quick-start | f7e09b28e1e965ab3005c22e204d51be703f77a8 | [
"MIT"
] | null | null | null | meta/2-3-2.md | brockfanning/sdg-data-quick-start | f7e09b28e1e965ab3005c22e204d51be703f77a8 | [
"MIT"
] | null | null | null | ---
data_non_statistical: false
goal_meta_link: http://unstats.un.org/sdgs/files/metadata-compilation/Metadata-Goal-2.pdf
goal_meta_link_text: United Nations Sustainable Development Goals Metadata (PDF 4.0
MB)
graph_type: line
indicator: 2.3.2
indicator_sort_order: 02-03-02
layout: indicator
permalink: /2-3-2/
publis... | 27 | 89 | 0.8 | kor_Hang | 0.142581 |
3875aeb358c2cd6f5a4b0963f2f5f6685256d48e | 669 | md | Markdown | CONTRIBUTING.md | vitorueno/morse-translater | e20269e4826c7f7608cf044fe8307b8cb1a7f9a4 | [
"MIT"
] | 3 | 2020-05-28T15:49:04.000Z | 2021-05-20T19:35:19.000Z | CONTRIBUTING.md | vitorueno/morse-translater | e20269e4826c7f7608cf044fe8307b8cb1a7f9a4 | [
"MIT"
] | null | null | null | CONTRIBUTING.md | vitorueno/morse-translater | e20269e4826c7f7608cf044fe8307b8cb1a7f9a4 | [
"MIT"
] | null | null | null | # Contributing to This Repository
Thank you for your interest to contribute with this project!
## What I expect:
Hi, my name's Vítor Otto, and i'm the creater and mainteinar of this project.
If you find a bug, please let me know **opening an issue** describing it and adding a way to reproduce the bug.
*Remember*: ... | 37.166667 | 163 | 0.753363 | eng_Latn | 0.999892 |
387643e3dc0765f5aa6c5b0d8545015a120d893b | 1,647 | md | Markdown | user/pages/11.others/00.registered_modules_extensions_plugins/37.county/item.md | coreBOS/coreBOSDocumentation | c7cc59c96c89c949a311a435edd7cdb2ba00a50c | [
"MIT"
] | null | null | null | user/pages/11.others/00.registered_modules_extensions_plugins/37.county/item.md | coreBOS/coreBOSDocumentation | c7cc59c96c89c949a311a435edd7cdb2ba00a50c | [
"MIT"
] | null | null | null | user/pages/11.others/00.registered_modules_extensions_plugins/37.county/item.md | coreBOS/coreBOSDocumentation | c7cc59c96c89c949a311a435edd7cdb2ba00a50c | [
"MIT"
] | 1 | 2021-12-13T11:07:08.000Z | 2021-12-13T11:07:08.000Z | ---
title: County
---
County
======
County module to save local region/political divisions.
---- dataentry ---- name : tsolucio/County type : corebos-module
description\_wiki: County module to save local region/political
divisions.
keywords\_tags : county,provincia,state,country,region version : 1.0
homepage\_url... | 17.902174 | 78 | 0.642987 | eng_Latn | 0.310049 |
38780428fa1911a9dcffc46b406733b7902e8234 | 3,722 | md | Markdown | note/C++/Lambda_expression.md | RainWang6188/leetcode | 7a40ef40c064427e7a486bb26d26ab8d18149e2e | [
"Apache-2.0"
] | null | null | null | note/C++/Lambda_expression.md | RainWang6188/leetcode | 7a40ef40c064427e7a486bb26d26ab8d18149e2e | [
"Apache-2.0"
] | null | null | null | note/C++/Lambda_expression.md | RainWang6188/leetcode | 7a40ef40c064427e7a486bb26d26ab8d18149e2e | [
"Apache-2.0"
] | null | null | null | # Lambda Expressions in C++
## The problem
C++ includes useful generic functions like `std::for_each` and `std::transform`, which can be very handy. Unfortunately they can also be quite cumbersome to use, particularly if the functor you would like to apply is unique to the particular function.
```C++
#include <algorit... | 31.277311 | 263 | 0.66792 | eng_Latn | 0.994409 |
38780f475f4331cd76fefa8a7a92970e86728b08 | 925 | md | Markdown | README.md | Viictorreiss/spotify_clone | 0dfc047f367021455d5499822954aa6746513d8e | [
"MIT"
] | 1 | 2021-04-04T20:25:05.000Z | 2021-04-04T20:25:05.000Z | README.md | Viictorreiss/spotify_clone | 0dfc047f367021455d5499822954aa6746513d8e | [
"MIT"
] | null | null | null | README.md | Viictorreiss/spotify_clone | 0dfc047f367021455d5499822954aa6746513d8e | [
"MIT"
] | null | null | null | # Spotify Clone Training
[]()
[](/LICENSE)
## Table of Contents
- [About](#about)
- [Usage](#usage)
- [Authors](#authors)
- [Permission](#perm)
## About <a name = "about"></a>
Code made to... | 25 | 111 | 0.695135 | eng_Latn | 0.943254 |
38787068827b9bf79d3fc1def048e92f477ff77b | 46,891 | md | Markdown | docs/api-reference/restful/rest/Person/v1PersonEntity_PostPersonEntity.md | SuperOfficeDocs/data-access | f0a7033b0f43c4b60921885c7cebde9b789f4487 | [
"MIT"
] | null | null | null | docs/api-reference/restful/rest/Person/v1PersonEntity_PostPersonEntity.md | SuperOfficeDocs/data-access | f0a7033b0f43c4b60921885c7cebde9b789f4487 | [
"MIT"
] | 59 | 2021-04-28T07:02:54.000Z | 2022-02-03T13:08:46.000Z | docs/api-reference/restful/rest/Person/v1PersonEntity_PostPersonEntity.md | SuperOfficeDocs/data-access | f0a7033b0f43c4b60921885c7cebde9b789f4487 | [
"MIT"
] | 2 | 2021-07-01T10:19:20.000Z | 2021-08-12T09:41:30.000Z | ---
title: POST Person
id: v1PersonEntity_PostPersonEntity
---
# POST Person
```http
POST /api/v1/Person
```
Creates a new PersonEntity
Calls the Person agent service SavePersonEntity.
## Query String Parameters
| Parameter Name | Type | Description |
|----------------|------|--------------|
| $select | stri... | 31.407234 | 473 | 0.578085 | eng_Latn | 0.400633 |
3878876d300a9cefa379294b4041ae9ed64bf923 | 1,013 | md | Markdown | Databases/SQL Azure/BestPractices.md | Microshak/MicroNotes | dd10df0de651956bfb5f88d0dff3263b1518eeac | [
"Apache-2.0"
] | 7 | 2018-04-26T21:24:46.000Z | 2019-11-23T00:45:08.000Z | Databases/SQL Azure/BestPractices.md | Microshak/MicroNotes | dd10df0de651956bfb5f88d0dff3263b1518eeac | [
"Apache-2.0"
] | null | null | null | Databases/SQL Azure/BestPractices.md | Microshak/MicroNotes | dd10df0de651956bfb5f88d0dff3263b1518eeac | [
"Apache-2.0"
] | 4 | 2019-05-09T01:08:15.000Z | 2022-03-09T01:19:14.000Z | # Why Is My Database Slow

---
## Object Oriented Programming
***Don't have individual object call the database. Have 1 parent object do it.***
---
# Chatty Apps
## Performance Considerations
1. Network
3. Disk... | 19.480769 | 147 | 0.711747 | kor_Hang | 0.447826 |
387aaae439a187be437156457c70d7b2ddc42d8c | 1,029 | md | Markdown | README.md | chipviled/sw_tapok_drawing | c48785e085cad266b1b539a82c46b46bf044d868 | [
"MIT"
] | 1 | 2020-08-08T18:17:04.000Z | 2020-08-08T18:17:04.000Z | README.md | chipviled/sw_tapok_drawing | c48785e085cad266b1b539a82c46b46bf044d868 | [
"MIT"
] | 8 | 2017-05-09T14:35:56.000Z | 2020-09-05T14:11:36.000Z | README.md | chipviled/sw_tapok_drawing | c48785e085cad266b1b539a82c46b46bf044d868 | [
"MIT"
] | null | null | null | # DEPRECATED
# Install
For normal work need `node >= 10.0`
All commands need run from project root directory.
Install need node modules:
```
npm install
```
Create temp empty database:
```
cat ./sql/database.sql | sqlite3 ./cache/database.db
```
# Run Admin
From project root directory run:
```
./bin/admin.sh
`... | 13.539474 | 63 | 0.688047 | eng_Latn | 0.825135 |
387b8ae80042b2eed4d027052f47a2db2e9646b4 | 2,406 | md | Markdown | _posts/2019-11-02-BoYiLun.md | oneman233/oneman233.github.io | 06d33cc03ae7b78f77b7742046ecb66143a743e7 | [
"MIT"
] | null | null | null | _posts/2019-11-02-BoYiLun.md | oneman233/oneman233.github.io | 06d33cc03ae7b78f77b7742046ecb66143a743e7 | [
"MIT"
] | 122 | 2020-10-21T13:09:50.000Z | 2022-03-07T02:51:31.000Z | _posts/2019-11-02-BoYiLun.md | oneman233/oneman233.github.io | 06d33cc03ae7b78f77b7742046ecb66143a743e7 | [
"MIT"
] | null | null | null | ---
layout: post
title: "博弈论"
date: 2019-11-02
tags: ["算法"]
comments: true
author: oneman233
excerpt: "谁会赢下一局"
toc: true
---
# 巴什博奕(Bash Game)
$A$和$B$一块报数,每人每次报最少1个,最多报4个,看谁先报到30。
在第一次报数时,假设$A$报$k$个数,那么$B$就报$5-k$个数。$B$报数之后问题就变为:$A$和$B$一块报数,看谁先报到$25$。
进而变为看谁先报到$20$、$15$、$10$、$5$,当报到还剩$5$个数字的时候,不管$A$怎么报数,最后一个数肯定是$B$报... | 16.256757 | 83 | 0.645885 | yue_Hant | 0.421292 |
387d113adb5294cfed00d488c1c184ef9933a41a | 229 | md | Markdown | content/posts/propel.md | jmjoy/blog | 0212e5d4e669468a5fb03027a4c100071e956cbb | [
"MIT"
] | null | null | null | content/posts/propel.md | jmjoy/blog | 0212e5d4e669468a5fb03027a4c100071e956cbb | [
"MIT"
] | 26 | 2020-03-23T11:21:37.000Z | 2020-04-20T03:02:22.000Z | content/posts/propel.md | jmjoy/blog | 0212e5d4e669468a5fb03027a4c100071e956cbb | [
"MIT"
] | null | null | null | +++
date = "2017-01-10T23:39:22+08:00"
draft = false
title = "propel"
categories = ["php"]
tags = ["orm"]
+++
PHP重量级的ORM
[propel首页](http://propelorm.org/)
**甚至提供了sandbox作为online测试**
*ps. 现在选择库or工具首先都得看首页漂亮不漂亮啊 ~\(≧▽≦)/~\)*
| 12.722222 | 40 | 0.628821 | nld_Latn | 0.079779 |
387f0ca7a24c3a6346472793cd2bfd8d3bfe87e9 | 41 | md | Markdown | README.md | TheoBernardin/TheoBernardin.github.io | 3bfdf8903fe4140ffa697ff3cf5eab6f75531a33 | [
"MIT"
] | null | null | null | README.md | TheoBernardin/TheoBernardin.github.io | 3bfdf8903fe4140ffa697ff3cf5eab6f75531a33 | [
"MIT"
] | null | null | null | README.md | TheoBernardin/TheoBernardin.github.io | 3bfdf8903fe4140ffa697ff3cf5eab6f75531a33 | [
"MIT"
] | null | null | null | # TheoBernardin.github.io
Online resume
| 13.666667 | 25 | 0.804878 | kor_Hang | 0.615166 |
387f3484813f54aeed919ba4e63d93b08c39c63b | 3,282 | md | Markdown | README.md | zxteamorg/node.sql | 84ac5ecf0a053d12d0fe245eb15166e151dbabe8 | [
"MIT"
] | null | null | null | README.md | zxteamorg/node.sql | 84ac5ecf0a053d12d0fe245eb15166e151dbabe8 | [
"MIT"
] | null | null | null | README.md | zxteamorg/node.sql | 84ac5ecf0a053d12d0fe245eb15166e151dbabe8 | [
"MIT"
] | null | null | null | # ZXTeam's SQL Facade Contract
[](https://www.npmjs.com/package/@zxteam/sql)
[](https://www.npmjs.com/package/@zxteam/sql)
[ a Work in Progress.</p>
In collaboration with the saxophonist [Tommy Davis](http://www... | 129.794872 | 791 | 0.765409 | eng_Latn | 0.970306 |
387fd06c53e3a56a89ac703f795c3651bb85f985 | 307 | md | Markdown | _news/visita-unifesp-2018-10.md | MatAlberto/lapisusp.github.io | 97ab6b10cf8267d23fc048a2bf84c956852b6c98 | [
"MIT"
] | null | null | null | _news/visita-unifesp-2018-10.md | MatAlberto/lapisusp.github.io | 97ab6b10cf8267d23fc048a2bf84c956852b6c98 | [
"MIT"
] | null | null | null | _news/visita-unifesp-2018-10.md | MatAlberto/lapisusp.github.io | 97ab6b10cf8267d23fc048a2bf84c956852b6c98 | [
"MIT"
] | null | null | null | ---
date: "2018-10-18"
title: LApIS recebe pesquisadores da Unifesp
img-thumb: http://www5.each.usp.br/wp-content/uploads/2018/10/Lapis-Saude360-e1539629116360-563x353.jpg
redirect_to: "http://www5.each.usp.br/noticias/laboratorio-de-aplicacoes-de-informatica-em-saude-recebe-pesquisadores-da-unifesp/"
---
| 43.857143 | 130 | 0.785016 | por_Latn | 0.315118 |
38801ae6d956dcbbda5f1fdd721b79650bc74259 | 3,544 | md | Markdown | dist/aws-20200911/Service/MigrationTransfer/AwsTransferFamily.md | cboran/plantuml-libs | 5db02df4032c9017e9e88e87c26c7d0b1dbf47ed | [
"MIT"
] | null | null | null | dist/aws-20200911/Service/MigrationTransfer/AwsTransferFamily.md | cboran/plantuml-libs | 5db02df4032c9017e9e88e87c26c7d0b1dbf47ed | [
"MIT"
] | null | null | null | dist/aws-20200911/Service/MigrationTransfer/AwsTransferFamily.md | cboran/plantuml-libs | 5db02df4032c9017e9e88e87c26c7d0b1dbf47ed | [
"MIT"
] | null | null | null | # Aws Transfer Family
```text
aws-20200911/Service/MigrationTransfer/AwsTransferFamily
```
```text
include('aws-20200911/Service/MigrationTransfer/AwsTransferFamily')
```
|icon|card|element|group|
|---|---|---|---|
|||| for not posting here are that some bugs have prevented me from updating, namely the paginat... | 102.705882 | 650 | 0.755441 | eng_Latn | 0.99889 |
3881cb75add23dc462cb7e1720355167aa419bc0 | 5,817 | md | Markdown | vendor/acquia/blt/docs/README.md | DiversiCon/uc-d8-deploy | 39294a57583639883bc6b9b87bf818de471aed13 | [
"MIT"
] | null | null | null | vendor/acquia/blt/docs/README.md | DiversiCon/uc-d8-deploy | 39294a57583639883bc6b9b87bf818de471aed13 | [
"MIT"
] | 1 | 2021-06-17T05:29:22.000Z | 2021-06-17T05:29:22.000Z | vendor/acquia/blt/docs/README.md | DiversiCon/uc-d8-deploy | 39294a57583639883bc6b9b87bf818de471aed13 | [
"MIT"
] | null | null | null | # BLT

[](https://travis-ci.com/acquia/blt) [](https://packagist.org/packages/acquia/blt)
B... | 67.639535 | 505 | 0.739728 | eng_Latn | 0.97905 |
3882d879447a7c87e3673f1fa2982f3373ce7e45 | 387 | md | Markdown | _posts/2021-07-13-I-know-you-would-like-to-fuck-European-pussy-20210713063059085095.md | ipussy/ipussy.github.io | 95d19a74e38bb54303cf18057a99a57c783e76bf | [
"Apache-2.0"
] | null | null | null | _posts/2021-07-13-I-know-you-would-like-to-fuck-European-pussy-20210713063059085095.md | ipussy/ipussy.github.io | 95d19a74e38bb54303cf18057a99a57c783e76bf | [
"Apache-2.0"
] | null | null | null | _posts/2021-07-13-I-know-you-would-like-to-fuck-European-pussy-20210713063059085095.md | ipussy/ipussy.github.io | 95d19a74e38bb54303cf18057a99a57c783e76bf | [
"Apache-2.0"
] | null | null | null | ---
title: "I know you would like to fuck European pussy"
metadate: "hide"
categories: [ Pussy ]
image: "https://preview.redd.it/xjmqzdj8vua71.jpg?auto=webp&s=fa7aee994851972733a373558344af88a7eb0c77"
thumb: "https://preview.redd.it/xjmqzdj8vua71.jpg?width=1080&crop=smart&auto=webp&s=a64f1d94ba620a190f783b8f07c1e84f8a... | 38.7 | 125 | 0.782946 | yue_Hant | 0.352259 |
3882f250ce863b1df77b9e2ed375b88c753b7e01 | 1,945 | md | Markdown | README.md | jeremydumais/TeacherHelper | f90db9c18a74ca3020c26d79eb2160a0c4e53efb | [
"MIT"
] | null | null | null | README.md | jeremydumais/TeacherHelper | f90db9c18a74ca3020c26d79eb2160a0c4e53efb | [
"MIT"
] | 5 | 2020-09-26T17:09:28.000Z | 2021-02-13T16:10:41.000Z | README.md | jeremydumais/TeacherHelper | f90db9c18a74ca3020c26d79eb2160a0c4e53efb | [
"MIT"
] | null | null | null | <img src="https://github.com/jeremydumais/TeacherHelper/raw/medias/TeacherHelper%20Icon256.png" alt="drawing" width="96"/>
# TeacherHelper
## A software that help teachers to manage their student's grades.
Current version: 1.1.0
**Still in development...**
The software is developped to be cross-platform. Currently... | 30.390625 | 137 | 0.782519 | eng_Latn | 0.369886 |
38843cad4dccffa28df44ebbe41592999415bb72 | 95 | md | Markdown | docs/components/grid.md | yangeee/vue-wheels | c13dabfcc34263f3e872251a32a4562ba689d78c | [
"MIT"
] | 2 | 2019-08-20T13:31:54.000Z | 2019-08-22T16:43:56.000Z | docs/components/grid.md | yangeee/vue-wheels | c13dabfcc34263f3e872251a32a4562ba689d78c | [
"MIT"
] | 6 | 2019-12-11T02:30:56.000Z | 2022-03-02T03:51:28.000Z | docs/components/grid.md | yangeee/Ninja-ui | c13dabfcc34263f3e872251a32a4562ba689d78c | [
"MIT"
] | null | null | null | ---
title: 'Grid - 网格'
---
我就是帅气的按钮:
<clientOnly>
<button-demos></button-demos>
</clientOnly> | 11.875 | 29 | 0.642105 | eng_Latn | 0.271572 |
388477fa017d778b6b0286f4455ea1a19c2c9da9 | 4,123 | md | Markdown | _posts/2016/2016-06-16-copy-file-from-dropbox-to-google-drive.md | mdminhazulhaque/bits | fc4053a9a4cf4a360a3fdc567130b9147a0dbff5 | [
"MIT"
] | null | null | null | _posts/2016/2016-06-16-copy-file-from-dropbox-to-google-drive.md | mdminhazulhaque/bits | fc4053a9a4cf4a360a3fdc567130b9147a0dbff5 | [
"MIT"
] | null | null | null | _posts/2016/2016-06-16-copy-file-from-dropbox-to-google-drive.md | mdminhazulhaque/bits | fc4053a9a4cf4a360a3fdc567130b9147a0dbff5 | [
"MIT"
] | null | null | null | ---
layout: post
title: Copy File from Dropbox to Google Drive
date: 2016-06-16
category: python
---
What you'll need
* A __VPS__ or any remote server to run Python, pip and wget
* Patience
First things first. Generate a Drive API oAuth Secret from [Google API Console](https://console.developers.google.com). Save it... | 32.210938 | 271 | 0.694397 | eng_Latn | 0.823578 |
3884d63e741922458cb18cfbc70d65109f78e1d2 | 102 | md | Markdown | README.md | workerwork/kernel-dev | fe1e9298482317b46fb4c195f4201905b98ba87e | [
"MIT"
] | null | null | null | README.md | workerwork/kernel-dev | fe1e9298482317b46fb4c195f4201905b98ba87e | [
"MIT"
] | null | null | null | README.md | workerwork/kernel-dev | fe1e9298482317b46fb4c195f4201905b98ba87e | [
"MIT"
] | null | null | null | # kernel-dev
make
insmod dev.ko
gcc reader.c -o reader
gcc writer.c -o writer
./reader
./writer
| 7.285714 | 22 | 0.686275 | eng_Latn | 0.955804 |
38858bc89e1c1ef450c38b96175a313ff4ea3f40 | 365 | md | Markdown | plugins/web-test-runner-plugin/CHANGELOG.md | LeonMontealegre/snowpack | 3850e44a2826fd412eb1b2f01aa327eaaa21b8d9 | [
"MIT"
] | 1 | 2022-03-05T15:01:09.000Z | 2022-03-05T15:01:09.000Z | plugins/web-test-runner-plugin/CHANGELOG.md | LeonMontealegre/snowpack | 3850e44a2826fd412eb1b2f01aa327eaaa21b8d9 | [
"MIT"
] | 4 | 2021-09-01T00:07:23.000Z | 2022-02-26T02:13:52.000Z | plugins/web-test-runner-plugin/CHANGELOG.md | LeonMontealegre/snowpack | 3850e44a2826fd412eb1b2f01aa327eaaa21b8d9 | [
"MIT"
] | 1 | 2021-02-22T08:48:55.000Z | 2021-02-22T08:48:55.000Z | # Changelog
> _For older releses, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/web-test-runner-plugin)._
## @snowpack/web-test-runner-plugin@0.2.1 [2021-01-13]
- cc36acf2 - Up... | 45.625 | 234 | 0.758904 | yue_Hant | 0.36383 |
38864a76af0735557d6b070f361b0310d816c57d | 6,228 | md | Markdown | tutorial/02-create-app.md | microsoftgraph/msgraph-training-office-addin | f04dcc9b2b137e5393d720be9ef6671113e39da4 | [
"MIT"
] | null | null | null | tutorial/02-create-app.md | microsoftgraph/msgraph-training-office-addin | f04dcc9b2b137e5393d720be9ef6671113e39da4 | [
"MIT"
] | 4 | 2020-12-12T00:04:46.000Z | 2022-03-02T19:02:57.000Z | tutorial/02-create-app.md | microsoftgraph/msgraph-training-office-addin | f04dcc9b2b137e5393d720be9ef6671113e39da4 | [
"MIT"
] | 3 | 2021-04-21T07:51:18.000Z | 2022-02-04T11:34:04.000Z | <!-- markdownlint-disable MD002 MD041 -->
In this exercise you will create an Office Add-in solution using [Express](http://expressjs.com/). The solution will consist of two parts.
- The add-in, implemented as static HTML and JavaScript files.
- A Node.js/Express server that serves the add-in and implements a web API... | 36.421053 | 230 | 0.675819 | eng_Latn | 0.948155 |
38867adf492b3ac93d2b8ea85044fb14d746fafc | 161 | md | Markdown | templates/Wpf/Pages/ContentGrid/.template.config/pt-BR.description.md | N500/WindowsTemplateStudio | f7d3e2b6907199de1c2ddf8f595d7a32b75cd550 | [
"MIT"
] | 1,558 | 2017-05-11T04:53:27.000Z | 2019-05-06T18:43:37.000Z | templates/Wpf/Pages/ContentGrid/.template.config/pt-BR.description.md | Sergio0694/WindowsTemplateStudio | c4d123456274d3b8314fa4a70ff47b6ad095411d | [
"MIT"
] | 2,007 | 2017-05-10T20:30:42.000Z | 2019-05-01T21:21:48.000Z | templates/Wpf/Pages/ContentGrid/.template.config/pt-BR.description.md | Sergio0694/WindowsTemplateStudio | c4d123456274d3b8314fa4a70ff47b6ad095411d | [
"MIT"
] | 308 | 2017-05-11T06:54:27.000Z | 2019-05-06T18:42:09.000Z | Esta página permite adicionar conteúdo personalizado em uma grade de conteúdo com base em um controle ListView. Clicar em um item mostra uma página de detalhes. | 161 | 161 | 0.826087 | por_Latn | 1.00001 |
3887cdd501275270e15106c9ffab58a4e93ce657 | 16,861 | md | Markdown | _posts/2018-07-04-从排斥到模仿:晚清官绅对明治维新的认知.md | NodeBE4/opinion | 81a7242230f02459879ebc1f02eb6fc21507cdf1 | [
"MIT"
] | 21 | 2020-07-20T16:10:55.000Z | 2022-03-14T14:01:14.000Z | _posts/2018-07-04-从排斥到模仿:晚清官绅对明治维新的认知.md | NodeBE4/opinion | 81a7242230f02459879ebc1f02eb6fc21507cdf1 | [
"MIT"
] | 1 | 2020-07-19T21:49:44.000Z | 2021-09-16T13:37:28.000Z | _posts/2018-07-04-从排斥到模仿:晚清官绅对明治维新的认知.md | NodeBE4/opinion | 81a7242230f02459879ebc1f02eb6fc21507cdf1 | [
"MIT"
] | 1 | 2021-05-29T19:48:01.000Z | 2021-05-29T19:48:01.000Z | ---
author: ''
categories: [中國戰略分析]
date: 2018-07-04
from: http://zhanlve.org/?p=5675
layout: post
tags: [中國戰略分析]
title: 从排斥到模仿:晚清官绅对明治维新的认知
---
<div id="entry">
<div class="at-above-post addthis_tool" data-url="http://zhanlve.org/?p=5675">
</div>
<p>
<img class="aligncenter wp-image-5676" height="204" sizes="(max-wid... | 40.049881 | 541 | 0.790285 | yue_Hant | 0.802779 |
38883f707cd81d703b346f26cd274c80ff15ca86 | 4,184 | md | Markdown | tutorials/cp-cf-businessrules01-enable-br/cp-cf-businessrules01-enable-br.md | mtb-pm/Tutorials | 9240588bc4b2d09cc26d0aa9cc69026645757cf8 | [
"Apache-2.0"
] | null | null | null | tutorials/cp-cf-businessrules01-enable-br/cp-cf-businessrules01-enable-br.md | mtb-pm/Tutorials | 9240588bc4b2d09cc26d0aa9cc69026645757cf8 | [
"Apache-2.0"
] | null | null | null | tutorials/cp-cf-businessrules01-enable-br/cp-cf-businessrules01-enable-br.md | mtb-pm/Tutorials | 9240588bc4b2d09cc26d0aa9cc69026645757cf8 | [
"Apache-2.0"
] | 1 | 2019-03-27T19:17:41.000Z | 2019-03-27T19:17:41.000Z | ---
title: Create a Service Instance of SAP Cloud Platform Business Rules
description: Create a service instance using SAP Cloud Platform cockpit to enable the Business Rules service.
auto_validation: true
time: 10
tags: [ tutorial>beginner, topic>cloud, products>sap-cloud-platform, products>sap-cloud-platform-for-the-... | 38.036364 | 419 | 0.752868 | eng_Latn | 0.927438 |
38892f984f19182d207ab6aeb62f3084ea6c460a | 3,404 | md | Markdown | CHANGELOG.md | guanzhongxing/pfan123 | 572d7cee784377367db8b5738cc0afe7c6a557c4 | [
"MIT"
] | null | null | null | CHANGELOG.md | guanzhongxing/pfan123 | 572d7cee784377367db8b5738cc0afe7c6a557c4 | [
"MIT"
] | null | null | null | CHANGELOG.md | guanzhongxing/pfan123 | 572d7cee784377367db8b5738cc0afe7c6a557c4 | [
"MIT"
] | null | null | null | <a name="1.1.0"></a>
# 1.1.0 (2017-09-29)
### Bug Fixes
* **conflict:** 修复合并引起的冲突 ([c46b88c](https://github.com/pfan123/front-end-navigator/commit/c46b88c))
* **fe:** modify readme ([920f758](https://github.com/pfan123/front-end-navigator/commit/920f758))
* **fe:** modify readme ([9aab2c5](https://github.com/pfan123... | 81.047619 | 179 | 0.748237 | yue_Hant | 0.663223 |
388a5029d4d68da00f6e237c284e8d94bfd957b3 | 88 | md | Markdown | README.md | alokap/excel2word | 95d3b0c5e8e79dba69ec949c8299e82c9204d020 | [
"MIT"
] | null | null | null | README.md | alokap/excel2word | 95d3b0c5e8e79dba69ec949c8299e82c9204d020 | [
"MIT"
] | null | null | null | README.md | alokap/excel2word | 95d3b0c5e8e79dba69ec949c8299e82c9204d020 | [
"MIT"
] | null | null | null | # excel2word
Tool to generate fixed template word reports using dynamic data from excel
| 29.333333 | 74 | 0.829545 | eng_Latn | 0.996711 |
388ae567dae7bbe9fc5ddf6bdb739b698d2462ed | 1,962 | md | Markdown | Michael/logs/4.md | carb-pride-puter-frens/100DaysOfCode | 2f3253be0db14bfc4f97bcaae2d076511cb76d38 | [
"MIT"
] | null | null | null | Michael/logs/4.md | carb-pride-puter-frens/100DaysOfCode | 2f3253be0db14bfc4f97bcaae2d076511cb76d38 | [
"MIT"
] | null | null | null | Michael/logs/4.md | carb-pride-puter-frens/100DaysOfCode | 2f3253be0db14bfc4f97bcaae2d076511cb76d38 | [
"MIT"
] | null | null | null | # Day 4 - (1/5/2020)
Time Spent: 1 hour
## FreeCodeCamp
- Continued work on Applied Visual Design
- Started: Learn About Complementary Colors
- Ended: Create Texture by Adding a Subtle Pattern as a Background Image
## Notes
- Color theory
- Two colors which are complementary have both of their RGB valu... | 51.631579 | 154 | 0.718654 | eng_Latn | 0.997162 |
388af3c595437e61b103b78877e7753640c9b6b4 | 5,519 | md | Markdown | README.md | ajsb85/angular-rws | 407cca994addaa4f6c45c70f6fd6b18f82ebd810 | [
"MIT"
] | null | null | null | README.md | ajsb85/angular-rws | 407cca994addaa4f6c45c70f6fd6b18f82ebd810 | [
"MIT"
] | null | null | null | README.md | ajsb85/angular-rws | 407cca994addaa4f6c45c70f6fd6b18f82ebd810 | [
"MIT"
] | null | null | null | # ngWebSocket
A small JavaScript library that decorates the WebSocket API to provide a WebSocket connection that will automatically reconnect if the connection is dropped.
It is API compatible, so when you have:
```javascript
var ws = new WebSocket('ws://....');
```
you can replace with:
```javascript
var ws = new... | 26.791262 | 245 | 0.720602 | eng_Latn | 0.984962 |
388b7496165fa5799db014ea379c5d12051fdf44 | 103 | md | Markdown | README.md | kubes/categories | 0f6b64170f85bd64a4e2548cd83ee21428e7209b | [
"Apache-2.0"
] | null | null | null | README.md | kubes/categories | 0f6b64170f85bd64a4e2548cd83ee21428e7209b | [
"Apache-2.0"
] | null | null | null | README.md | kubes/categories | 0f6b64170f85bd64a4e2548cd83ee21428e7209b | [
"Apache-2.0"
] | null | null | null | This repository contains sql scripts to create hierarchical nested categories inside a mysql database.
| 51.5 | 102 | 0.854369 | eng_Latn | 0.990738 |
388b8b1650c0d664257689c12ca405b7313264ef | 2,502 | md | Markdown | src/sl/2022-01/02/06.md | Adventech/sabbath-school-lessons | baf65ac98fa7c7bce73e16c263eb0cc1bf0ba62a | [
"MIT"
] | 68 | 2016-10-30T23:17:56.000Z | 2022-03-27T11:58:16.000Z | src/sl/2022-01/02/06.md | Adventech/sabbath-school-lessons | baf65ac98fa7c7bce73e16c263eb0cc1bf0ba62a | [
"MIT"
] | 367 | 2016-10-21T03:50:22.000Z | 2022-03-28T23:35:25.000Z | src/sl/2022-01/02/06.md | Adventech/sabbath-school-lessons | baf65ac98fa7c7bce73e16c263eb0cc1bf0ba62a | [
"MIT"
] | 109 | 2016-08-02T14:32:13.000Z | 2022-03-31T10:18:41.000Z | ---
title: Jezus je posrednik boljše zaveze
date: 06/01/2022
---
Heb 8–10 govori o Jezusu kot posredniku nove zaveze. Stara zaveza je bila samo senca tega, kar se bo zgodilo; to je bila njena pomanjkljivost. Njeni obredi so bili zasnovani tako, da so prikazovali delo, ki ga bo Jezus opravil v prihodnosti. Duhovniki... | 139 | 572 | 0.792166 | slv_Latn | 1.000009 |
388cb7688dffea13d883e3a94a08a7430d63b6a3 | 2,155 | md | Markdown | README.md | Brian-Weloba/Hero-Squad | 83412e58831c68a5fa8b3c9efd09da86137c7947 | [
"MIT"
] | null | null | null | README.md | Brian-Weloba/Hero-Squad | 83412e58831c68a5fa8b3c9efd09da86137c7947 | [
"MIT"
] | null | null | null | README.md | Brian-Weloba/Hero-Squad | 83412e58831c68a5fa8b3c9efd09da86137c7947 | [
"MIT"
] | null | null | null | # Hero-Squad
[](https://GitHub.com/brian-weloba/Hero-Squad/commit/)  [: <!--live status--> **🟧 Partial outage**
This repository contains the open-source uptime monitor and status page for [逊狼](volf.club), powered by [Upptime](https://github.com/upptime/upptime).
[ 2-960 100% NA ... | 30.394366 | 85 | 0.49722 | yue_Hant | 0.537625 |
388f67727e5fd32f4df514ebc9fed3f2cb5eeba1 | 1,295 | md | Markdown | _posts/2019-04-04-Sequence-to-Sequence-Speech-Recognition-with-Time-Depth-Separable-Convolutions.md | AMDS123/papers | 80ccfe8c852685e4829848229b22ba4736c65a7c | [
"MIT"
] | 7 | 2018-02-11T01:50:19.000Z | 2020-01-14T02:07:17.000Z | _posts/2019-04-04-Sequence-to-Sequence-Speech-Recognition-with-Time-Depth-Separable-Convolutions.md | AMDS123/papers | 80ccfe8c852685e4829848229b22ba4736c65a7c | [
"MIT"
] | null | null | null | _posts/2019-04-04-Sequence-to-Sequence-Speech-Recognition-with-Time-Depth-Separable-Convolutions.md | AMDS123/papers | 80ccfe8c852685e4829848229b22ba4736c65a7c | [
"MIT"
] | 4 | 2018-02-04T15:58:04.000Z | 2019-08-29T14:54:14.000Z | ---
layout: post
title: "Sequence-to-Sequence Speech Recognition with Time-Depth Separable Convolutions"
date: 2019-04-04 15:44:39
categories: arXiv_CL
tags: arXiv_CL Speech_Recognition CNN Inference RNN Language_Model Recognition
author: Awni Hannun, Ann Lee, Qiantong Xu, Ronan Collobert
mathjax: true
---
* content
{... | 49.807692 | 755 | 0.792278 | eng_Latn | 0.932228 |
38903254cddcae1e7f192ff652515b37813a0a16 | 32 | md | Markdown | README.md | itsmenaveenkumarp/NKPImage | c580afdd3656e4aadaac66bcf5628c8d4f630483 | [
"MIT"
] | null | null | null | README.md | itsmenaveenkumarp/NKPImage | c580afdd3656e4aadaac66bcf5628c8d4f630483 | [
"MIT"
] | null | null | null | README.md | itsmenaveenkumarp/NKPImage | c580afdd3656e4aadaac66bcf5628c8d4f630483 | [
"MIT"
] | null | null | null | # NKPImage
Image processing dll
| 10.666667 | 20 | 0.8125 | kor_Hang | 0.167046 |
4656febbd0d5db25d437cbc581cdf8fa30780d66 | 2,532 | md | Markdown | README.md | Midburn/midburn-chatops | 11bf6c93148b1b259ab0251e4352116eefdde56d | [
"MIT"
] | null | null | null | README.md | Midburn/midburn-chatops | 11bf6c93148b1b259ab0251e4352116eefdde56d | [
"MIT"
] | 5 | 2018-02-15T10:12:06.000Z | 2018-03-09T15:02:57.000Z | README.md | Midburn/midburn-chatops | 11bf6c93148b1b259ab0251e4352116eefdde56d | [
"MIT"
] | 2 | 2018-02-14T12:51:01.000Z | 2018-09-04T13:32:20.000Z | # Midburn ChatOps Server
Allows to perform "devops" tasks from Slack
You will need to get a slack API token (can be done from Slack web UI)
## Quickstart
Store the slack token in a file and set the filename in environment variable
```
echo `read -p "Enter the slack token key: "; echo $REPLY` > ./secret-slack-toke... | 27.521739 | 117 | 0.658373 | eng_Latn | 0.822956 |
465750281bb595d73edb8f9257abe2edf183e855 | 2,242 | md | Markdown | _posts/release/2019-04-24-java-Bug.md | lovejavageek/lovejavageek.github.io | 050a18cdf77b739486f3b3c65ccc1def16e2a58d | [
"MIT"
] | null | null | null | _posts/release/2019-04-24-java-Bug.md | lovejavageek/lovejavageek.github.io | 050a18cdf77b739486f3b3c65ccc1def16e2a58d | [
"MIT"
] | null | null | null | _posts/release/2019-04-24-java-Bug.md | lovejavageek/lovejavageek.github.io | 050a18cdf77b739486f3b3c65ccc1def16e2a58d | [
"MIT"
] | null | null | null | ---
title: 用了这么长时间的JDK你发现bug了吗?
tagline: by 懿
categories: java
tag:
- java
---
用了这么长时间的JDK了,有没有老铁发现JDK的bug呢?从最早版本的JDK1.2到现在普及开的JDK1.8以来,JAVA经历了这么多年的风风雨雨,
依然坚持在一线上,是不是感觉很神奇,但是,有没有多少人去主动的去看JDK的源码?还有你写好的代码编译出来的class类,有多少兄弟们
去看这里面的内容呢?公司老大让我加了一点功能,然后编译成class类,我发现里面的代码和我写的竟然不一样,人家那排版做的,两个字
“完美”。于是突发奇想,看看JDK有没有什么BUG来... | 25.477273 | 86 | 0.815343 | yue_Hant | 0.457129 |
46575589b5b721050e0f981bac621e0e19f92346 | 1,497 | md | Markdown | src/mre-ex/README.md | blackspherefollower/buttplug-mre | 950516362ca20984ac1b1557bc7a1772047c5448 | [
"BSD-3-Clause"
] | 1 | 2022-03-24T20:07:45.000Z | 2022-03-24T20:07:45.000Z | src/mre-ex/README.md | makisho/haptics-mre | 950516362ca20984ac1b1557bc7a1772047c5448 | [
"BSD-3-Clause"
] | 1 | 2020-07-20T04:15:37.000Z | 2020-07-20T04:15:37.000Z | src/mre-ex/README.md | makisho/haptics-mre | 950516362ca20984ac1b1557bc7a1772047c5448 | [
"BSD-3-Clause"
] | 1 | 2021-08-06T23:49:21.000Z | 2021-08-06T23:49:21.000Z | # Modifications to the MRe SDK
The MRe SDK is awesome in that it's totally self contained and pretty trivial for getting in-world stuff working fast: you don't have to worry about any of the boilerplate and can get straight into doing cool stuff in VR.
But it has one serious limitation: it assumes that the app is 100... | 88.058824 | 302 | 0.808283 | eng_Latn | 0.998953 |
4657c5b68c37d70647f3fd25ceece60326e1057b | 2,655 | md | Markdown | 1/project-requirements.md | key12pat34/ETL_project | 667127651e5f6661ec1099e4b7ef94d46630554b | [
"ADSL"
] | null | null | null | 1/project-requirements.md | key12pat34/ETL_project | 667127651e5f6661ec1099e4b7ef94d46630554b | [
"ADSL"
] | null | null | null | 1/project-requirements.md | key12pat34/ETL_project | 667127651e5f6661ec1099e4b7ef94d46630554b | [
"ADSL"
] | null | null | null | ## you will scrape the following information from http://quotes.toscrape.com/
- quote text
- tags
- Author name
- Author Details
- born
- description
## Store the collected information into MongoDB( you can use Mongo atlas for this)
## Design the following three tables, Extract the data from mongoDB and load it ... | 17.7 | 93 | 0.475706 | eng_Latn | 0.979755 |
4657cc369fa21b2aed8920385bc396491c97080b | 924 | md | Markdown | docs/DatasetRestApiPut.md | suedschwede/superset-swagger-client | 4d0077347ca1dac58d5c8f006060d153d03135e8 | [
"Apache-2.0"
] | 1 | 2021-04-08T02:30:05.000Z | 2021-04-08T02:30:05.000Z | docs/DatasetRestApiPut.md | suedschwede/superset-swagger-client | 4d0077347ca1dac58d5c8f006060d153d03135e8 | [
"Apache-2.0"
] | null | null | null | docs/DatasetRestApiPut.md | suedschwede/superset-swagger-client | 4d0077347ca1dac58d5c8f006060d153d03135e8 | [
"Apache-2.0"
] | null | null | null | # DatasetRestApiPut
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cacheTimeout** | **Integer** | | [optional]
**columns** | [**List<DatasetColumnsPut>**](DatasetColumnsPut.md) | | [optional]
**defaultEndpoint** | **String** | | [optional]
**d... | 44 | 88 | 0.549784 | yue_Hant | 0.549698 |
46584e8fdcb34637bbea56d55da95a8c2d7e3d44 | 3,105 | md | Markdown | source/_posts/hexo-github.md | haoshuai6/haoshuai6.github.io | 2c3dff7943a45a7472b61f7638d473ee4069a361 | [
"MIT"
] | null | null | null | source/_posts/hexo-github.md | haoshuai6/haoshuai6.github.io | 2c3dff7943a45a7472b61f7638d473ee4069a361 | [
"MIT"
] | null | null | null | source/_posts/hexo-github.md | haoshuai6/haoshuai6.github.io | 2c3dff7943a45a7472b61f7638d473ee4069a361 | [
"MIT"
] | null | null | null | ---
title: Hexo+Github搭建个人博客[两个分支方便维护]
---
一个高逼格的博客 `Hexo + github` ,这个组合免费、静态化、部署方便!编写文章使用Markdown,这可真是,很吸引人啊!
下面记录安装、搭建[Hexo + github]的过程
## 整个过程分为三部分
1. 远端部分 `github` 建库
2. 本地搭建 `Hexo` 博客
3. 关联,部署到 `github`
## Github建库
- 登陆github, 新建Create a new repository, 命名必须是你的github账户名 `username`.github.io ,这也就是你博客的域名啦!
... | 19.40625 | 105 | 0.686634 | yue_Hant | 0.782441 |
4658c01cef46ea2e2ecaecc08f3f1edfe9a3d51c | 76 | md | Markdown | readme.md | ryanicle/node-express-sqlite-api | 278d3de9a942d3b9ab66d3d82a44ecf4da20bc99 | [
"MIT"
] | null | null | null | readme.md | ryanicle/node-express-sqlite-api | 278d3de9a942d3b9ab66d3d82a44ecf4da20bc99 | [
"MIT"
] | null | null | null | readme.md | ryanicle/node-express-sqlite-api | 278d3de9a942d3b9ab66d3d82a44ecf4da20bc99 | [
"MIT"
] | null | null | null | # API with Node, Express, SQLite
## Authors
### Original Author
- Ryan Ye
| 10.857143 | 32 | 0.671053 | eng_Latn | 0.504728 |
46597b58d207995a1aa4b4d9daa22e10ae80a40e | 1,983 | md | Markdown | apiconcepts/filetypesupport/saving_to_different_file_types.md | CrinaS/studio-api-docs | f5f977f92d398c1a60979af66e324a87411926b0 | [
"MIT"
] | 2 | 2021-10-06T17:14:46.000Z | 2022-02-03T14:40:30.000Z | apiconcepts/filetypesupport/saving_to_different_file_types.md | CrinaS/studio-api-docs | f5f977f92d398c1a60979af66e324a87411926b0 | [
"MIT"
] | 5 | 2021-09-17T16:28:37.000Z | 2022-03-01T13:37:11.000Z | apiconcepts/filetypesupport/saving_to_different_file_types.md | CrinaS/studio-api-docs | f5f977f92d398c1a60979af66e324a87411926b0 | [
"MIT"
] | 11 | 2021-08-10T08:08:31.000Z | 2022-03-01T08:58:23.000Z | Saving to different file types
=====
From the intermediary format (currently mostly SDLXliff), users need to be able to generate a target document, which will often be the native format (e.g. DOC, PTT, etc.). In some cases, users also need to be able to generate another bilingual intermediary format such as TTX or ITD... | 132.2 | 536 | 0.772567 | eng_Latn | 0.999628 |
4659d3f8c89f1006b29a7997b663282d9d02dafb | 3,506 | md | Markdown | docs_src/content/docs/usage.md | moolen/statusgraph | 8aae4726d0ee36fada889c53a0e283e441dac585 | [
"MIT"
] | 7 | 2020-10-14T03:49:48.000Z | 2022-03-02T06:53:51.000Z | docs_src/content/docs/usage.md | moolen/statusgraph | 8aae4726d0ee36fada889c53a0e283e441dac585 | [
"MIT"
] | 1 | 2020-03-31T15:42:40.000Z | 2020-03-31T15:42:40.000Z | docs_src/content/docs/usage.md | moolen/statusgraph | 8aae4726d0ee36fada889c53a0e283e441dac585 | [
"MIT"
] | null | null | null | # Usage examples
## Tutorial use-case: colorizing the nodes
Let's take a look at the following very simple graph:
```
[frontend] --> [backend]
```
Both services expose a metric `http_request_latency_seconds:mean5m` with labels `app=frontend` and `app=backend`.
And let's consider the following Alert rule as an **re... | 35.414141 | 408 | 0.721905 | eng_Latn | 0.986463 |
465c9c3c209e48510c6e2a9c5cbd3e74d00af844 | 41 | md | Markdown | _includes/03-links.md | Jhayokereke/markdown-portfolio | 0aa3c42049edb88786ffcb8c801bd4191b19105a | [
"MIT"
] | null | null | null | _includes/03-links.md | Jhayokereke/markdown-portfolio | 0aa3c42049edb88786ffcb8c801bd4191b19105a | [
"MIT"
] | 5 | 2020-10-25T20:07:32.000Z | 2020-10-26T12:39:07.000Z | _includes/03-links.md | Jhayokereke/markdown-portfolio | 0aa3c42049edb88786ffcb8c801bd4191b19105a | [
"MIT"
] | null | null | null | [Github](https://github.com/Jhayokereke)
| 20.5 | 40 | 0.756098 | zul_Latn | 0.88318 |
465e645f87f54e3e836f5603c6205dc4c7804539 | 236 | md | Markdown | README.md | noel-templates/typescript | f1e3d854ffbbc7f174cbba9492cdb9c9e4e037c6 | [
"MIT"
] | null | null | null | README.md | noel-templates/typescript | f1e3d854ffbbc7f174cbba9492cdb9c9e4e037c6 | [
"MIT"
] | null | null | null | README.md | noel-templates/typescript | f1e3d854ffbbc7f174cbba9492cdb9c9e4e037c6 | [
"MIT"
] | null | null | null | # [Noel's](https://floofy.dev) TypeScript Template
> _Opinionated TypeScript template for Noel's projects._
## License
**{{ PROJECT_NAME }}** is released under the **MIT License** by Noel. Read [here](/LICENSE) for more information.
| 29.5 | 113 | 0.720339 | eng_Latn | 0.718355 |
465ea15108e1c7e593cc24e6850ec3daf0eccf05 | 1,326 | md | Markdown | rules/make-sure-you-have-valid-date-data-in-your-database/rule.md | chrishoogwerf/SSW.Rules.Content | 846d2c381dc9b1aabdf1a5bc41c5efd816699f09 | [
"CC0-1.0"
] | null | null | null | rules/make-sure-you-have-valid-date-data-in-your-database/rule.md | chrishoogwerf/SSW.Rules.Content | 846d2c381dc9b1aabdf1a5bc41c5efd816699f09 | [
"CC0-1.0"
] | null | null | null | rules/make-sure-you-have-valid-date-data-in-your-database/rule.md | chrishoogwerf/SSW.Rules.Content | 846d2c381dc9b1aabdf1a5bc41c5efd816699f09 | [
"CC0-1.0"
] | null | null | null | ---
type: rule
archivedreason:
title: Data - Dates - Do you make sure you have valid date data in your database?
guid: 08365107-7d14-4ce5-a7f3-2079689322d6
uri: make-sure-you-have-valid-date-data-in-your-database
created: 2019-11-25T19:27:33.0000000Z
authors:
- title: Adam Cogan
url: https://ssw.com.au/people/adam-c... | 25.018868 | 418 | 0.748869 | eng_Latn | 0.97849 |
465eac3525c6a045f598acf7af56c0dc683babac | 11,733 | markdown | Markdown | lightning_documentation/automaticbinding.markdown | PlasmaEngine/PlasmaDocs | cdf216c0f32bd4a46d7b3e80f11bd329c4c1e061 | [
"MIT"
] | null | null | null | lightning_documentation/automaticbinding.markdown | PlasmaEngine/PlasmaDocs | cdf216c0f32bd4a46d7b3e80f11bd329c4c1e061 | [
"MIT"
] | 1 | 2021-03-08T17:45:14.000Z | 2021-03-08T17:52:27.000Z | lightning_documentation/automaticbinding.markdown | PlasmaEngine/PlasmaDocs | cdf216c0f32bd4a46d7b3e80f11bd329c4c1e061 | [
"MIT"
] | 3 | 2021-01-29T09:29:44.000Z | 2021-03-05T20:20:47.000Z | # Automatic Binding
Lightning comes with a set of templates/macros that allow your C++ classes and functions to be called by Lightning code. We recommend that you read up on the LibraryBuilder documentation first. Internally, the macros simply create a LibraryBuilder and automatically add BoundTypes, Properties, and F... | 58.665 | 510 | 0.779766 | eng_Latn | 0.982632 |
465eb03131984596446915592ebed1055bb23d5f | 443 | md | Markdown | _app-integrate/introduction/logins.md | mark-plummer/master-branch-test | 0236a3e8b1e3701dda497cedde6ccaa2712ebc16 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | _app-integrate/introduction/logins.md | mark-plummer/master-branch-test | 0236a3e8b1e3701dda497cedde6ccaa2712ebc16 | [
"MIT",
"BSD-3-Clause"
] | 1 | 2022-02-26T07:03:33.000Z | 2022-02-26T07:03:33.000Z | _app-integrate/introduction/logins.md | mark-plummer/master-branch-test | 0236a3e8b1e3701dda497cedde6ccaa2712ebc16 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | ---
title: [Log in credentials]
summary: Learn how to log into ThoughtSpot.
last_updated: 11/18/2019
sidebar: mydoc_sidebar
permalink: /:collection/:path.html
---
You can access ThoughtSpot through SSH at the command prompt, and from a Web browser.
## Administrative access
{% include content/admin-access.md %}
## SS... | 21.095238 | 85 | 0.740406 | eng_Latn | 0.981233 |
465eb61ee1d9cf451a6d80b9848119f28ee782b4 | 991 | md | Markdown | pages/contact.md | tofflemire/tofflemire.github.io | 5a26f0d7f43c6d8b0d486a16a9106767b8b60dea | [
"MIT"
] | null | null | null | pages/contact.md | tofflemire/tofflemire.github.io | 5a26f0d7f43c6d8b0d486a16a9106767b8b60dea | [
"MIT"
] | null | null | null | pages/contact.md | tofflemire/tofflemire.github.io | 5a26f0d7f43c6d8b0d486a16a9106767b8b60dea | [
"MIT"
] | null | null | null | ---
layout: page
title: "Contact"
meta_title: "Contact"
subheadline: ""
teaser: ""
permalink: "/contact/"
---
<hr>
<div style='float:left; width:30%'>
<p>
Email:
</p>
<br/>
<p>
Mailing Address:
</p>
<br/>
<p>
<br/>
<br/>
... | 13.957746 | 142 | 0.430878 | kor_Hang | 0.099962 |
465ed5f7d88466ca863729131b87537fc25857cc | 1,619 | md | Markdown | results/oratory1990/harman_in-ear_2019v2/Sony MH755/README.md | NekoAlosama/AutoEq-optimized | 354873974d31dea14aa95cf1b181c724554a19d3 | [
"MIT"
] | 2 | 2020-04-27T23:56:38.000Z | 2020-08-06T08:54:28.000Z | results/oratory1990/harman_in-ear_2019v2/Sony MH755/README.md | NekoAlosama/AutoEq-optimized | 354873974d31dea14aa95cf1b181c724554a19d3 | [
"MIT"
] | 3 | 2020-07-21T22:10:04.000Z | 2020-11-22T15:07:43.000Z | results/oratory1990/harman_in-ear_2019v2/Sony MH755/README.md | NekoAlosama/AutoEq-optimized | 354873974d31dea14aa95cf1b181c724554a19d3 | [
"MIT"
] | 1 | 2020-08-06T08:54:41.000Z | 2020-08-06T08:54:41.000Z | # Sony MH755
See [usage instructions](https://github.com/jaakkopasanen/AutoEq#usage) for more options and info.
### Parametric EQs
In case of using parametric equalizer, apply preamp of **-4.10dB** and build filters manually
with these parameters. The first 5 filters can be used independently.
When using independent s... | 40.475 | 98 | 0.556516 | eng_Latn | 0.679914 |
465fe13f55c4b80da383684e4ef57933deb76b65 | 928 | md | Markdown | components/table/demo/expand.md | blue68/ant-design | b9c7fdaaf9abfa2b56e21faa598637f36929e930 | [
"MIT"
] | 1 | 2015-10-28T08:22:46.000Z | 2015-10-28T08:22:46.000Z | components/table/demo/expand.md | carlos121493/ant-design | b9c7fdaaf9abfa2b56e21faa598637f36929e930 | [
"MIT"
] | null | null | null | components/table/demo/expand.md | carlos121493/ant-design | b9c7fdaaf9abfa2b56e21faa598637f36929e930 | [
"MIT"
] | 1 | 2021-07-27T15:33:53.000Z | 2021-07-27T15:33:53.000Z | # 可展开
- order: 9
当表格内容较多不能一次性完全展示时。
---
````jsx
var Table = antd.Table;
function renderAction() {
return <a href="javascript:;">删除</a>;
}
function expandedRowRender(record) {
return <p>{record.description}</p>;
}
var columns = [
{title: '姓名', dataIndex: 'name', key: 'name'},
{title: '年龄', dataIndex: 'age... | 23.2 | 88 | 0.65194 | kor_Hang | 0.14804 |
465ff7928a1baa2416a48517c55d3151561de286 | 52 | md | Markdown | README.md | hersula/mrdiy | 3b011ef43af0078595fbe4156e4abbaca94fde8b | [
"MIT"
] | null | null | null | README.md | hersula/mrdiy | 3b011ef43af0078595fbe4156e4abbaca94fde8b | [
"MIT"
] | null | null | null | README.md | hersula/mrdiy | 3b011ef43af0078595fbe4156e4abbaca94fde8b | [
"MIT"
] | null | null | null | # ios-lexa
Migrasi dari Template LobiMaster ke LEXA | 17.333333 | 40 | 0.807692 | ind_Latn | 0.840932 |
46611576de51ea997385becb6669e315e5e3f281 | 48 | md | Markdown | aoc-scoreboard/README.md | Tommimon/advent-of-code-2021 | 0bf359ff720b7cbc33f6a9b469c0e02ab1f428a5 | [
"MIT"
] | 6 | 2021-11-30T11:38:23.000Z | 2021-12-05T17:12:44.000Z | aoc-scoreboard/README.md | Tommimon/advent-of-code-2021 | 0bf359ff720b7cbc33f6a9b469c0e02ab1f428a5 | [
"MIT"
] | 1 | 2021-12-03T16:59:17.000Z | 2021-12-03T17:05:03.000Z | aoc-scoreboard/README.md | Tommimon/advent-of-code-2021 | 0bf359ff720b7cbc33f6a9b469c0e02ab1f428a5 | [
"MIT"
] | 1 | 2021-12-10T13:48:57.000Z | 2021-12-10T13:48:57.000Z | # Next.js + Tailwind CSS
Run with `npm run dev`. | 24 | 24 | 0.6875 | eng_Latn | 0.640777 |
466167b635c7798db5d15d4344aa6ca5320f9f3d | 9,038 | md | Markdown | content/articles/2019-11-07-Raft--易于理解的一致性算法.md | ilaotan/reading-go | 7ce1d86c539d346bb5a00fd85d815da745f98b0c | [
"MIT"
] | null | null | null | content/articles/2019-11-07-Raft--易于理解的一致性算法.md | ilaotan/reading-go | 7ce1d86c539d346bb5a00fd85d815da745f98b0c | [
"MIT"
] | 6 | 2021-12-09T12:33:29.000Z | 2022-03-23T13:33:34.000Z | content/articles/2019-11-07-Raft--易于理解的一致性算法.md | ilaotan/reading-go | 7ce1d86c539d346bb5a00fd85d815da745f98b0c | [
"MIT"
] | null | null | null | ---
title: Raft--易于理解的一致性算法
date: 2019-11-07T00:00:00+23:00
---
这篇文章讲解如何用 go 实现 raft 算法,代码框架来自于 Mit6.824分布式课程
最初,为了学习分布式系统,我了解到了 **Mit 6.824课程**,课程的 lab 需要用 go 来完成。于是 go 走进了我的世界,go 很容易入门, 写起来很舒服,但是要真正的理解 go, 并不是很容易, 特别是对 **goroutine, select, channel** 等的灵活运用。俗话说的好,初生牛犊不怕虎, 在初步了解 go 之后, 我就开始学习课程了。 每个 lab 都会有对应的论文, 比如 ... | 28.875399 | 500 | 0.637973 | yue_Hant | 0.742355 |
466203007d2e24dc3a7d1d74f675e988000dc9b7 | 6,871 | md | Markdown | README.md | christiangda/docker-storm | 23a9b486d68ffa8b682b86eee62fcf2f65bff106 | [
"Apache-2.0"
] | null | null | null | README.md | christiangda/docker-storm | 23a9b486d68ffa8b682b86eee62fcf2f65bff106 | [
"Apache-2.0"
] | null | null | null | README.md | christiangda/docker-storm | 23a9b486d68ffa8b682b86eee62fcf2f65bff106 | [
"Apache-2.0"
] | null | null | null | # docker-storm
Apache Storm Docker container
[Dockerhub repo](https://hub.docker.com/r/christiangda/storm/)
[Github repo](https://github.com/christiangda/docker-storm)
### Table of Contents
1. [Description - What the container does and why it is useful](#module-description)
2. [Setup - The basics of getting starte... | 33.517073 | 151 | 0.751565 | eng_Latn | 0.825119 |
4663e30cf96fd10d8e6ac6a628dee4278b8415b8 | 216 | md | Markdown | README.md | MelonHjy/mall-swarm-learning | 45492fdb953afbb09021a559785e93cb0a9be4dc | [
"Apache-2.0"
] | null | null | null | README.md | MelonHjy/mall-swarm-learning | 45492fdb953afbb09021a559785e93cb0a9be4dc | [
"Apache-2.0"
] | null | null | null | README.md | MelonHjy/mall-swarm-learning | 45492fdb953afbb09021a559785e93cb0a9be4dc | [
"Apache-2.0"
] | 1 | 2020-09-07T08:36:39.000Z | 2020-09-07T08:36:39.000Z | # mall-swarm-learning
mall-swarm-learning是一套微服务商城系统,采用了 Spring Cloud Hoxton & Alibaba、Spring Boot 2.3、Oauth2、MyBatis、Docker、Elasticsearch等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。
| 72 | 193 | 0.856481 | yue_Hant | 0.858334 |
466439def631dcab031637bf537918c9609d364e | 895 | md | Markdown | _posts/SLLET Radio Show/2022/02/2022-02-16-Episode 16.md | josh-justjosh/empty-reverie | 597096cc64feb9221689d09a5a0c0d90f7b722e1 | [
"MIT"
] | null | null | null | _posts/SLLET Radio Show/2022/02/2022-02-16-Episode 16.md | josh-justjosh/empty-reverie | 597096cc64feb9221689d09a5a0c0d90f7b722e1 | [
"MIT"
] | null | null | null | _posts/SLLET Radio Show/2022/02/2022-02-16-Episode 16.md | josh-justjosh/empty-reverie | 597096cc64feb9221689d09a5a0c0d90f7b722e1 | [
"MIT"
] | null | null | null | ---
show: 'The SLLET Radio Show'
title: 'The SLLET Radio Show'
episode: 16
season:
artwork: https://jbpodcasts.s3.eu-west-2.amazonaws.com/Phantom/The+SLLET+Radio+Show/2021-09-27+-+SLLET+radio+square.png
people: ['Host': ['<a href="http://www.sllet.co.uk/people/joshbrunning">Josh Brunning</a>','<a href="http://www.slle... | 38.913043 | 253 | 0.734078 | yue_Hant | 0.313724 |
46643a884a4ff250c40e596cc23a5cf06ce2d9d4 | 362 | md | Markdown | README.md | 16Yongjin/auto-annotation | 8c10ce4363a906d9cad4baf077ac47bb7cd091a4 | [
"MIT"
] | null | null | null | README.md | 16Yongjin/auto-annotation | 8c10ce4363a906d9cad4baf077ac47bb7cd091a4 | [
"MIT"
] | 6 | 2022-01-13T08:20:16.000Z | 2022-02-27T14:18:19.000Z | README.md | 16Yongjin/auto-annotation | 8c10ce4363a906d9cad4baf077ac47bb7cd091a4 | [
"MIT"
] | null | null | null | # auto-annotation

자동 어노테이션 기능을 탑재한 이미지 레이블링 툴
## 프로젝트 셋업
요구사항 node.js 12.14.1, yarn
```
yarn
```
## 일렉트론 실행
```
yarn electron:serve
```
## 구현 기능
- 바운딩 박스, 시멘틱 세그먼테이션
- TF.js 모델을 활용한 바운딩 박스 자동 어노테이션
-... | 12.482759 | 111 | 0.671271 | kor_Hang | 0.999911 |
46648077cfd474e3e8ee3dbb436f3afc34b5f15f | 4,421 | md | Markdown | sdk-api-src/content/iphlpapi/nf-iphlpapi-unenablerouter.md | amorilio/sdk-api | 54ef418912715bd7df39c2561fbc3d1dcef37d7e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | sdk-api-src/content/iphlpapi/nf-iphlpapi-unenablerouter.md | amorilio/sdk-api | 54ef418912715bd7df39c2561fbc3d1dcef37d7e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | sdk-api-src/content/iphlpapi/nf-iphlpapi-unenablerouter.md | amorilio/sdk-api | 54ef418912715bd7df39c2561fbc3d1dcef37d7e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
UID: NF:iphlpapi.UnenableRouter
title: UnenableRouter function (iphlpapi.h)
description: The UnenableRouter function decrements the reference count that tracks the number of requests to enable IPv4 forwarding. When this reference count reaches zero, UnenableRouter turns off IPv4 forwarding on the local computer.
he... | 38.780702 | 284 | 0.781724 | eng_Latn | 0.863761 |
4664c7785a7acae75bfd3484ee54163ba5f5ae33 | 63 | md | Markdown | tag/star-wars.md | stonesunturned/stonesunturned.github.io | 90037757a4c9ecf888f3303a088a79ed3a3f73d5 | [
"MIT"
] | null | null | null | tag/star-wars.md | stonesunturned/stonesunturned.github.io | 90037757a4c9ecf888f3303a088a79ed3a3f73d5 | [
"MIT"
] | null | null | null | tag/star-wars.md | stonesunturned/stonesunturned.github.io | 90037757a4c9ecf888f3303a088a79ed3a3f73d5 | [
"MIT"
] | null | null | null | ---
layout: tagpage
title: "Tag: star-wars"
tag: star-wars
---
| 10.5 | 23 | 0.634921 | eng_Latn | 0.369685 |
4664d62f4ab34bf000da816fbf047187d1ee0763 | 1,509 | md | Markdown | doc_assets/start.md | cleoold/sendo-erika | 61dcc6d7e01a59e3f454a90e3b3094eb571ff312 | [
"MIT"
] | 14 | 2019-05-28T19:44:38.000Z | 2022-01-07T19:59:18.000Z | doc_assets/start.md | cleoold/sendo-erika | 61dcc6d7e01a59e3f454a90e3b3094eb571ff312 | [
"MIT"
] | 12 | 2019-06-29T17:11:05.000Z | 2021-07-23T07:00:27.000Z | doc_assets/start.md | cleoold/sendo-erika | 61dcc6d7e01a59e3f454a90e3b3094eb571ff312 | [
"MIT"
] | 5 | 2019-12-12T13:50:16.000Z | 2021-01-22T04:10:51.000Z | ### START
open config_bot.py and modify:
* `SUPERUSERS: dict[int]` This contains all qq IDs that have full control to the bot, type yours here.
* `SELF_QQ: int` Bot's qq.
* `COMMAND_START: dict[str]` the prefix to call the bot. If you have an empty string `''` this means no prefix will be used.
* `NICKNAME... | 52.034483 | 205 | 0.710404 | eng_Latn | 0.998893 |
466588ca19d143c4acbea0212e9b88a1e8f7f2db | 42 | md | Markdown | README.md | gaoajia/LITthesis | ebcde240c5c06b0fb877941d2d1a74454c8f1a9f | [
"MIT"
] | null | null | null | README.md | gaoajia/LITthesis | ebcde240c5c06b0fb877941d2d1a74454c8f1a9f | [
"MIT"
] | null | null | null | README.md | gaoajia/LITthesis | ebcde240c5c06b0fb877941d2d1a74454c8f1a9f | [
"MIT"
] | null | null | null | # LITthesis
LaTeX Thesis Template for LIT
| 14 | 29 | 0.809524 | yue_Hant | 0.589622 |
4665a516dc3ae4412b30325482d366e271b96fde | 1,787 | md | Markdown | content/talk/NHSR-spc-analysts/index.md | Lextuga007/blogdown | 2703c0748b1b673033bb1b5723b6746957077078 | [
"CC0-1.0"
] | 1 | 2021-09-28T13:30:25.000Z | 2021-09-28T13:30:25.000Z | content/talk/NHSR-spc-analysts/index.md | Lextuga007/blogdown | 2703c0748b1b673033bb1b5723b6746957077078 | [
"CC0-1.0"
] | 1 | 2021-06-29T16:54:07.000Z | 2021-07-13T21:43:31.000Z | content/talk/NHSR-spc-analysts/index.md | Lextuga007/blogdown | 2703c0748b1b673033bb1b5723b6746957077078 | [
"CC0-1.0"
] | null | null | null | ---
title: "NHSR-Community and SPC Analytical Network"
subtitle: "Show and tell of how SPC charts can be created in R using Crimea war data"
excerpt: "NHS-R Community talk on the community and showing some of the capabilities of R in regard to Statistical Process Control charts"
# Talk start and end times.
# End time c... | 39.711111 | 260 | 0.766088 | eng_Latn | 0.624465 |
4665f9da4e66d15ef43943f0f592150c4f243260 | 14 | md | Markdown | README.md | ErickMartinez2/Hoja-de-Vida | 08b56768666af62b7068a6162e8deb3c011a8fac | [
"MIT"
] | null | null | null | README.md | ErickMartinez2/Hoja-de-Vida | 08b56768666af62b7068a6162e8deb3c011a8fac | [
"MIT"
] | null | null | null | README.md | ErickMartinez2/Hoja-de-Vida | 08b56768666af62b7068a6162e8deb3c011a8fac | [
"MIT"
] | null | null | null | # Hoja-de-Vida | 14 | 14 | 0.714286 | spa_Latn | 0.466096 |
46661ad2f5896e5ebbb24570666e15dd49592307 | 3,468 | md | Markdown | README.md | arthas168/Decentralized-Voting-Web-App | aeb647dacbd71c7d1737c0571c839b104105ac10 | [
"MIT"
] | null | null | null | README.md | arthas168/Decentralized-Voting-Web-App | aeb647dacbd71c7d1737c0571c839b104105ac10 | [
"MIT"
] | null | null | null | README.md | arthas168/Decentralized-Voting-Web-App | aeb647dacbd71c7d1737c0571c839b104105ac10 | [
"MIT"
] | null | null | null | # Decentralized Voting
This dApp aims to serve as a voting platform based on the ethereum blockchain.
It is to be used in order to hold elections simillar to the presidential elections in the USA,
in it's current 1.0 version it only supports a two-candidate election, but can easily with a few
modificat... | 52.545455 | 170 | 0.745675 | eng_Latn | 0.999798 |
4668474544014cf160b597173cc0875b49e23a9e | 2,014 | md | Markdown | How to contribute.md | SanderFrost/BTD-Docs | 6acc54c886300831d49b8088155fd6168dc2df05 | [
"MIT"
] | 2 | 2020-07-23T05:15:20.000Z | 2021-04-27T02:25:54.000Z | How to contribute.md | SanderFrost/BTD-Docs | 6acc54c886300831d49b8088155fd6168dc2df05 | [
"MIT"
] | 4 | 2020-11-03T13:06:57.000Z | 2021-01-02T15:09:56.000Z | How to contribute.md | SanderFrost/BTD-Docs | 6acc54c886300831d49b8088155fd6168dc2df05 | [
"MIT"
] | 8 | 2020-07-12T04:39:00.000Z | 2022-01-01T12:22:34.000Z | # BTD Documentation
This repository is for documenting anything related to NK modding
## Contributing
### Editor
To edit and contribute to this documentation, [Visual Studio Code](https://code.visualstudio.com/Download) is recommended.
Once installed, download the [Markdown All In One](https://marketplace.visualst... | 69.448276 | 246 | 0.75422 | eng_Latn | 0.948964 |
4668e16070d32eb1e3e4637a78217b18509614c1 | 1,469 | md | Markdown | _posts/2016-09-18-week-four.md | Gilbert-Maldonado/Gilbert-Maldonado.github.io | fb3b38a519c195770562cf7cf5ae5f92428c7615 | [
"MIT"
] | null | null | null | _posts/2016-09-18-week-four.md | Gilbert-Maldonado/Gilbert-Maldonado.github.io | fb3b38a519c195770562cf7cf5ae5f92428c7615 | [
"MIT"
] | null | null | null | _posts/2016-09-18-week-four.md | Gilbert-Maldonado/Gilbert-Maldonado.github.io | fb3b38a519c195770562cf7cf5ae5f92428c7615 | [
"MIT"
] | null | null | null | ---
layout: post
title: Week Four
---
**What did I do this week?**
A recent UT graduate that is now an employee at Bloomberg came to talk to the class about what he works on from a day to day basis. He talked about the different technologies that Bloomberg uses and why learning is something you should never stop doing... | 81.611111 | 629 | 0.771273 | eng_Latn | 1 |
4669b5eba7d382de6d09bc666a9cec23b68f0ff8 | 1,015 | md | Markdown | README.md | soilwater/mist | a7fe2764a315bd08cd9c21cdeaf31134d0fb617b | [
"MIT"
] | null | null | null | README.md | soilwater/mist | a7fe2764a315bd08cd9c21cdeaf31134d0fb617b | [
"MIT"
] | null | null | null | README.md | soilwater/mist | a7fe2764a315bd08cd9c21cdeaf31134d0fb617b | [
"MIT"
] | null | null | null | # Multistate In-situ Sensor Testbeds (MIST)
The goal of the project is to deploy soil moisture testbeds across multiple states to evaluate, calibrate, and disseminate existing and emerging research-grade and consumer-grade in-situ sensing technologies.
This is a collaborative project among four U.S. institutions:
- ... | 78.076923 | 253 | 0.809852 | eng_Latn | 0.960684 |
466a4e309cacc02d4b51d92a6f2a8c7668b93307 | 723 | md | Markdown | content/ccc/chaosseminar/2019_09_frrm-ccc-webseite.md | frrm/freiraum-hugo | 341c0a22b9b67b842a5a2c58647d53f31594efc0 | [
"MIT"
] | null | null | null | content/ccc/chaosseminar/2019_09_frrm-ccc-webseite.md | frrm/freiraum-hugo | 341c0a22b9b67b842a5a2c58647d53f31594efc0 | [
"MIT"
] | 1 | 2017-09-22T17:34:14.000Z | 2017-09-22T17:34:14.000Z | content/ccc/chaosseminar/2019_09_frrm-ccc-webseite.md | frrm/freiraum-hugo | 341c0a22b9b67b842a5a2c58647d53f31594efc0 | [
"MIT"
] | 3 | 2017-08-24T21:22:21.000Z | 2019-04-24T18:42:46.000Z | +++
title = "Freiraum- und CCC-Ulm-Webseite"
date = "2019-09-09"
categories = ["ChaosSeminar"]
[ChaosSeminar]
Thema = ""
Termin = ""
Ort = "Uni Ulm, Hörsaal H20"
Vortragende = "Roland"
Archiv = []
+++
{{< chaosseminar >}}
Kürzlich wurde der Terminkalender auf frrm.de umgebaut und erweitert,
und die ulm.ccc.de-Websei... | 23.322581 | 85 | 0.739972 | deu_Latn | 0.997054 |
466ae29accb2bcd201a13326ad2a45b2f1c19b73 | 408 | md | Markdown | _drafts/pips/journals/2021_08_05.md | soujanyachan/soujanyachan.github.io | 5ff512c82a8028ea0cd15e9b4fc852e22316594a | [
"MIT"
] | null | null | null | _drafts/pips/journals/2021_08_05.md | soujanyachan/soujanyachan.github.io | 5ff512c82a8028ea0cd15e9b4fc852e22316594a | [
"MIT"
] | null | null | null | _drafts/pips/journals/2021_08_05.md | soujanyachan/soujanyachan.github.io | 5ff512c82a8028ea0cd15e9b4fc852e22316594a | [
"MIT"
] | null | null | null | - 10:45 wake
- 11:00 scrum
- 12:13 scrum end
- break for some time, back at: 12:45
- 12:53 what to do
- 13:05 running ticketing service
- 13:53 tried to get tags update working, status, priority, due date all working need to integrate into workflow actions
- 14:45 working on actions
- 15:10 stretching, rest
- 15.20 act... | 31.384615 | 120 | 0.723039 | eng_Latn | 0.964043 |
466b13c4a0c0fa89c39db1bd12b8a4d179daf02e | 259 | md | Markdown | _people/2021-Yufei-Xiao.md | HGokcenGuner/interactive-structures.github.io | 8f66a50c78080e6ada6c002a2a4513fa29b4e053 | [
"CC0-1.0"
] | null | null | null | _people/2021-Yufei-Xiao.md | HGokcenGuner/interactive-structures.github.io | 8f66a50c78080e6ada6c002a2a4513fa29b4e053 | [
"CC0-1.0"
] | null | null | null | _people/2021-Yufei-Xiao.md | HGokcenGuner/interactive-structures.github.io | 8f66a50c78080e6ada6c002a2a4513fa29b4e053 | [
"CC0-1.0"
] | 6 | 2021-04-08T13:03:24.000Z | 2022-03-19T15:34:44.000Z | ---
name: Yufei Xiao
role: Undergraduate student
position: Visiting undergraduate student (Minerva Schools at KGI)
department: Computational Science
email: yufei.xiao@minerva.kgi.edu
website: https://yufeixiao.github.io/
image: /people/2021-Yufei-Xiao.jpg
--- | 28.777778 | 65 | 0.791506 | eng_Latn | 0.308754 |
466b18538596565f0760e2d84b4ac4960bd45854 | 566 | md | Markdown | README.md | aristanetworks/DirectFlowAssist | 16c594cb42edd8aa084c6dbb931c87bbdff81ed0 | [
"Apache-2.0"
] | null | null | null | README.md | aristanetworks/DirectFlowAssist | 16c594cb42edd8aa084c6dbb931c87bbdff81ed0 | [
"Apache-2.0"
] | null | null | null | README.md | aristanetworks/DirectFlowAssist | 16c594cb42edd8aa084c6dbb931c87bbdff81ed0 | [
"Apache-2.0"
] | null | null | null | ## DirectFlow Assist for Firewalls
### Quick Overview
DirectFlow Assist (DFA) is an EOS extension that runs on an Arista switch to
dynamically insert flow table entries via Arista's DirectFlow API, to offload or assist
an attached in-line or out-of-band security platform such as a firewall. By providing
integrated ... | 35.375 | 88 | 0.775618 | eng_Latn | 0.995645 |
466c1f41289ed592b447bb4a60bc3759db45ed58 | 62 | md | Markdown | README.md | idevops-net/chef-repo | 50c0d1f0053678eae9fd254eb74e8a56ba51f463 | [
"Apache-2.0"
] | null | null | null | README.md | idevops-net/chef-repo | 50c0d1f0053678eae9fd254eb74e8a56ba51f463 | [
"Apache-2.0"
] | null | null | null | README.md | idevops-net/chef-repo | 50c0d1f0053678eae9fd254eb74e8a56ba51f463 | [
"Apache-2.0"
] | null | null | null | # chef-repo
cookbooks, roles and environments for idevops.net
| 20.666667 | 49 | 0.806452 | eng_Latn | 0.968464 |
466d1b48126bc8218fa3ea361407f0e4013d0d18 | 304 | md | Markdown | README.md | kylegodbey/bmex-web | 3f8c07696de580dfdeb5613ab36c2c53a22717b0 | [
"MIT"
] | 1 | 2022-01-26T21:26:39.000Z | 2022-01-26T21:26:39.000Z | README.md | kylegodbey/bmex-web | 3f8c07696de580dfdeb5613ab36c2c53a22717b0 | [
"MIT"
] | null | null | null | README.md | kylegodbey/bmex-web | 3f8c07696de580dfdeb5613ab36c2c53a22717b0 | [
"MIT"
] | 1 | 2022-01-27T15:42:20.000Z | 2022-01-27T15:42:20.000Z | # BMEX Webapp
The `bmex-web` repository exists to host the https://bmex.dev webapps that are deployed to the Azure cloud app service.
The Bayesian Mass Explorer project, more widely, aims to provide a user-friendly interface with both existing nuclear data and on-the-fly uncertainty quantification.
| 50.666667 | 166 | 0.796053 | eng_Latn | 0.991907 |
466e76c410bb470eeb98d466b1f5e65f8bd7f92c | 3,071 | md | Markdown | vivado/Software/Readme.md | marbleton/FPGA_MNIST | 4b4a30e0adca35de9adcad7b3fec08c516260790 | [
"MIT"
] | 7 | 2019-11-13T12:24:36.000Z | 2021-03-31T02:39:35.000Z | vivado/Software/Readme.md | marbleton/FPGA_MNIST | 4b4a30e0adca35de9adcad7b3fec08c516260790 | [
"MIT"
] | 29 | 2019-12-17T22:06:04.000Z | 2022-03-12T00:20:45.000Z | vivado/Software/Readme.md | marbleton/FPGA_MNIST | 4b4a30e0adca35de9adcad7b3fec08c516260790 | [
"MIT"
] | 4 | 2019-10-20T15:12:52.000Z | 2020-10-13T13:36:37.000Z | # How to use Xilinx SDK with Linux
## Create Test project in Xilinx SDK
01. Copy sysroots for your SDK workspace for linux libraries
If you are using a virutal machine for petalinux then you have to enable symlinks in your virtual box shared folder
Copy the sysroots folder from <plnx-proj-root>/build/tmp to your s... | 34.122222 | 295 | 0.7662 | eng_Latn | 0.988962 |
4670551a96f834e7c2b70ada799f550ef22a48d8 | 3,879 | md | Markdown | one-cluster-in-one-machine.md | szstonelee/etcd | 6d8a420e9568c4cb32b9dd22230d581e3c127a21 | [
"Apache-2.0"
] | null | null | null | one-cluster-in-one-machine.md | szstonelee/etcd | 6d8a420e9568c4cb32b9dd22230d581e3c127a21 | [
"Apache-2.0"
] | null | null | null | one-cluster-in-one-machine.md | szstonelee/etcd | 6d8a420e9568c4cb32b9dd22230d581e3c127a21 | [
"Apache-2.0"
] | null | null | null | # 在一台机器上搭建三节点etcd集群并用于测试(未完成)
此测试当前还不可行,需要在更多核的机器上测试上再考虑,因为当前测试,用ramfs,比之前用SSD数据还差,怀疑是一个机器上跑三个etcd加一个benchmark,瓶颈在CPU上。
## 操作命令
常见ramfs
```
cd
mkdir ramfs
mount -t ramfs -o size=3G ramfs ~/ramfs
```
```
TOKEN=token-one-cluster-in-one-machine
CLUSTER_STATE=new
NAME_1=machine-1
NAME_2=machine-2
NAME_3=machine-3
HOST... | 27.316901 | 139 | 0.612529 | yue_Hant | 0.61527 |
4670586855b1952e79b09e95ee5850458223ade7 | 1,991 | md | Markdown | ENV.md | agorinenko/TaskManager | 58ce4d8a880dbc278343296879420631ed86f6b4 | [
"MIT"
] | 2 | 2017-09-01T14:16:29.000Z | 2020-02-05T10:56:53.000Z | ENV.md | agorinenko/TaskManager | 58ce4d8a880dbc278343296879420631ed86f6b4 | [
"MIT"
] | 14 | 2017-11-16T12:05:04.000Z | 2018-10-12T10:08:33.000Z | ENV.md | agorinenko/TaskManager | 58ce4d8a880dbc278343296879420631ed86f6b4 | [
"MIT"
] | null | null | null | # Параметры вызова приложения
Как уже говорилось, параметры приложения - это перечень строк с разделителем `:`. Строка до разделителя `:` определяет
наименование параметра. Строка после `:` определяет значение параметра. Строка без разделителя `:` определяет
команду или действие. В этом разделе рассматриваются вопрос... | 24.8875 | 121 | 0.715218 | rus_Cyrl | 0.972833 |
4670921460ecf0a5cc9591c2f232385fdb5c7221 | 69 | md | Markdown | README.md | uphg/tulp | 1bc3f954cba1a01e02cc0fc9aa0a81564a859fc3 | [
"MIT"
] | null | null | null | README.md | uphg/tulp | 1bc3f954cba1a01e02cc0fc9aa0a81564a859fc3 | [
"MIT"
] | null | null | null | README.md | uphg/tulp | 1bc3f954cba1a01e02cc0fc9aa0a81564a859fc3 | [
"MIT"
] | null | null | null | # Tulip UI
- 使用 Vue 3 + TS + Vite
## 运行示例
```sh
yarn
yarn dev
```
| 6.272727 | 22 | 0.521739 | kor_Hang | 0.666894 |
46712cb4a6d44df503635fc0144873ea860da7b9 | 247 | md | Markdown | docs/sharepoint/includes/vs-orcas-long-md.md | PavelAltynnikov/visualstudio-docs.ru-ru | 885a1cdea7a08daa90d84262b36bd83e6e9f1328 | [
"CC-BY-4.0",
"MIT"
] | 16 | 2017-12-27T02:53:32.000Z | 2022-02-23T03:39:29.000Z | docs/sharepoint/includes/vs-orcas-long-md.md | PavelAltynnikov/visualstudio-docs.ru-ru | 885a1cdea7a08daa90d84262b36bd83e6e9f1328 | [
"CC-BY-4.0",
"MIT"
] | 80 | 2017-12-19T18:54:56.000Z | 2021-04-26T15:30:18.000Z | docs/sharepoint/includes/vs-orcas-long-md.md | PavelAltynnikov/visualstudio-docs.ru-ru | 885a1cdea7a08daa90d84262b36bd83e6e9f1328 | [
"CC-BY-4.0",
"MIT"
] | 53 | 2017-12-19T16:16:21.000Z | 2021-10-09T11:14:07.000Z | ---
ms.openlocfilehash: e53b9558ea5c5b88238c7f2490685990069da4ab
ms.sourcegitcommit: 935e4d9a20928b733e573b6801a6eaff0d0b1b14
ms.translationtype: HT
ms.contentlocale: ru-RU
ms.lasthandoff: 11/25/2020
ms.locfileid: "95970536"
---
Visual Studio 2008 | 27.444444 | 60 | 0.842105 | yue_Hant | 0.076063 |
46712d3e7827d95be1ea36d8955fef0d80b54c5d | 1,974 | md | Markdown | _posts/2021-04-18-writing-an-effective-email.md | pfcstyle/pfcstyle.github.io | 26328eb82827ff2792f933cfb92ff0d1e3319292 | [
"MIT"
] | 1 | 2021-01-25T13:04:44.000Z | 2021-01-25T13:04:44.000Z | _posts/2021-04-18-writing-an-effective-email.md | pfcstyle/pfcstyle.github.io | 26328eb82827ff2792f933cfb92ff0d1e3319292 | [
"MIT"
] | null | null | null | _posts/2021-04-18-writing-an-effective-email.md | pfcstyle/pfcstyle.github.io | 26328eb82827ff2792f933cfb92ff0d1e3319292 | [
"MIT"
] | null | null | null | ---
layout: post
title: "Writing an effective email"
description: ""
date: 2021-04-18
author: "Yawei"
categories: "English"
keywords:
- English
- Communicating
---
# Key words for email etiquette
- Subject line
- Reply all
- Attachment
- Cc and Bcc
- Emoticon
- Bullet points
# Key grammar
I am writing w... | 25.307692 | 283 | 0.745694 | eng_Latn | 0.998999 |
4671883f7ed831557b8cdae35eefc20bf748ba2d | 1,922 | md | Markdown | ADT/README-.db-helper_scripts.md | UKHomeOffice/dq-ssm_ingest | 35aafd637e6d7e75e1d558d275b7d0518bfc6c47 | [
"MIT"
] | 1 | 2018-02-14T10:15:34.000Z | 2018-02-14T10:15:34.000Z | ADT/README-.db-helper_scripts.md | UKHomeOffice/dq-ssm_ingest | 35aafd637e6d7e75e1d558d275b7d0518bfc6c47 | [
"MIT"
] | 2 | 2018-07-17T07:01:43.000Z | 2018-11-22T16:33:33.000Z | ADT/README-.db-helper_scripts.md | UKHomeOffice/dq-ssm_ingest | 35aafd637e6d7e75e1d558d275b7d0518bfc6c47 | [
"MIT"
] | 2 | 2018-02-15T11:48:58.000Z | 2021-04-11T09:24:21.000Z | # .db helper scripts
The scripts that download SSM data (`ftp_acl_web02.py` & `sftp_oag_client_maytech.py`) keep track of which files they have downloaded from the FTP/SFTP server by using a GDBM database.
Hence there are two .db files:
1. aclhistory.db
1. oaghistory.db
These simple database files hold name value pa... | 24.961039 | 184 | 0.721124 | eng_Latn | 0.985491 |
46720acfe9e3e6994e0ee359e7a7626c120759b8 | 988 | md | Markdown | content/posts/2009/2009-12-18_i_gruppi_su_facebook_istigano_alla_violenza.md | ildoc/ildoc.dev | ec010e517ce32e7b90466d1dfcb5de698a0fd3e3 | [
"MIT"
] | null | null | null | content/posts/2009/2009-12-18_i_gruppi_su_facebook_istigano_alla_violenza.md | ildoc/ildoc.dev | ec010e517ce32e7b90466d1dfcb5de698a0fd3e3 | [
"MIT"
] | null | null | null | content/posts/2009/2009-12-18_i_gruppi_su_facebook_istigano_alla_violenza.md | ildoc/ildoc.dev | ec010e517ce32e7b90466d1dfcb5de698a0fd3e3 | [
"MIT"
] | null | null | null | Title: I gruppi su facebook istigano alla violenza?
Date: 2009-12-18 10:15:00
Modified: 2015-03-24 16:11:04
Tags: youtube, fascismo, razzismo, violenza, xenofobia
Slug: i-gruppi-su-facebook-istigano-alla-violenza
Author: Doc
Status: Hidden
e questo video (uno dei tanti) trovato su youtube allora?
<div style="text-ali... | 13.351351 | 69 | 0.697368 | ita_Latn | 0.654825 |
4672af94986dea90928c3e136193f7d6613e8b63 | 107 | md | Markdown | README.md | tupunco/Tup.SimpleRpc | 493dc3f2424c701fd02c16870c02d43fd1aa13bc | [
"Apache-2.0"
] | null | null | null | README.md | tupunco/Tup.SimpleRpc | 493dc3f2424c701fd02c16870c02d43fd1aa13bc | [
"Apache-2.0"
] | null | null | null | README.md | tupunco/Tup.SimpleRpc | 493dc3f2424c701fd02c16870c02d43fd1aa13bc | [
"Apache-2.0"
] | null | null | null | Tup.SimpleRpc
======================
一个简单的RPC框架
//TODO---
.net 3.5/VS2012
[Apache License](LICENSE.txt) | 10.7 | 29 | 0.560748 | oci_Latn | 0.383396 |
4674e0a1fdd9d86efadf3f94699a98fabaf271ac | 42 | md | Markdown | README.md | andrextor/invie-github | 7e36f93f8277b8661f6163bb82c744ac551ec4fa | [
"Apache-2.0"
] | null | null | null | README.md | andrextor/invie-github | 7e36f93f8277b8661f6163bb82c744ac551ec4fa | [
"Apache-2.0"
] | null | null | null | README.md | andrextor/invie-github | 7e36f93f8277b8661f6163bb82c744ac551ec4fa | [
"Apache-2.0"
] | null | null | null | # invie-github
tus mejores guitarras invi
| 14 | 26 | 0.809524 | spa_Latn | 0.995307 |
4676b6fbdd0dc067d10a9d3df7c1bcdfad3d93fd | 34 | md | Markdown | CONTRIBUTING.md | mr3y-the-programmer/Thoughts | 27a93b934084aec59b1e62faa7a4e8886e7881a7 | [
"Apache-2.0"
] | null | null | null | CONTRIBUTING.md | mr3y-the-programmer/Thoughts | 27a93b934084aec59b1e62faa7a4e8886e7881a7 | [
"Apache-2.0"
] | 1 | 2021-06-01T18:28:08.000Z | 2021-06-03T12:52:45.000Z | CONTRIBUTING.md | mr3y-the-programmer/Thoughts | 27a93b934084aec59b1e62faa7a4e8886e7881a7 | [
"Apache-2.0"
] | null | null | null | ** Todo **: add contributing guide | 34 | 34 | 0.705882 | eng_Latn | 0.378979 |
4677a2b82aa2f7f8f5b30cfbad43654b3896eba3 | 127 | md | Markdown | src/__tests__/fixtures/unfoldingWord/en_tq/1jn/04/05.md | unfoldingWord/content-checker | 7b4ca10b94b834d2795ec46c243318089cc9110e | [
"MIT"
] | null | null | null | src/__tests__/fixtures/unfoldingWord/en_tq/1jn/04/05.md | unfoldingWord/content-checker | 7b4ca10b94b834d2795ec46c243318089cc9110e | [
"MIT"
] | 226 | 2020-09-09T21:56:14.000Z | 2022-03-26T18:09:53.000Z | src/__tests__/fixtures/unfoldingWord/en_tq/1jn/04/05.md | unfoldingWord/content-checker | 7b4ca10b94b834d2795ec46c243318089cc9110e | [
"MIT"
] | 1 | 2022-01-10T21:47:07.000Z | 2022-01-10T21:47:07.000Z | # Who does John say is the greater spirit?
The greater spirit is the one in believers, greater than the spirits of the world.
| 31.75 | 82 | 0.771654 | eng_Latn | 0.999972 |
4677f87b233f94fa150adb4a9fda40ad68fb5f5d | 849 | md | Markdown | docs/README.md | alexstewartja/laravel-restify | 9f93ef91cafc0a903c35275e3e28d1e201c42478 | [
"MIT"
] | 111 | 2020-02-15T04:54:25.000Z | 2022-03-30T22:22:59.000Z | docs/README.md | alexstewartja/laravel-restify | 9f93ef91cafc0a903c35275e3e28d1e201c42478 | [
"MIT"
] | 40 | 2020-02-21T14:57:13.000Z | 2022-03-29T11:39:37.000Z | docs/README.md | alexstewartja/laravel-restify | 9f93ef91cafc0a903c35275e3e28d1e201c42478 | [
"MIT"
] | 18 | 2020-04-15T03:56:23.000Z | 2022-03-21T12:31:10.000Z | ---
home: true
heroImage: /assets/img/logo.png
heroText:
tagline: The fastest way to implement JSON:API with Laravel
actionText: See how →
actionLink: /docs/4.0/
features:
- title: CRUD over entities
details: Enjoy powerful "CRUD" over your entities in seconds
- title: Authentication with Sanctum
details: Login, r... | 36.913043 | 87 | 0.782097 | eng_Latn | 0.979227 |
4678000c40ec566c5379f701378647b33d6cd488 | 4,012 | md | Markdown | README.md | octo-technology/ddui | d59f5911768a29fb2e641619353b7bf2c5653c92 | [
"Apache-2.0"
] | 6 | 2019-11-26T17:13:53.000Z | 2020-11-14T14:05:55.000Z | README.md | octo-technology/ddui | d59f5911768a29fb2e641619353b7bf2c5653c92 | [
"Apache-2.0"
] | null | null | null | README.md | octo-technology/ddui | d59f5911768a29fb2e641619353b7bf2c5653c92 | [
"Apache-2.0"
] | null | null | null | [](https://badge.fury.io/py/ddui)
[](https://anaconda.org/octo/ddui)
[](https://anaconda.org/octo/ddui)
[![B... | 32.885246 | 215 | 0.744766 | eng_Latn | 0.91323 |
467828edb0c453f3a7564a682698db1341be76ce | 1,521 | md | Markdown | controls/radlistview/listview-overview.md | telerik/uwp-docs | 59ded5c5b7abe2ffeee9e851575776aee5417c36 | [
"MIT",
"Unlicense"
] | 10 | 2017-02-14T07:19:09.000Z | 2021-06-11T13:28:28.000Z | controls/radlistview/listview-overview.md | telerik/uwp-docs | 59ded5c5b7abe2ffeee9e851575776aee5417c36 | [
"MIT",
"Unlicense"
] | 9 | 2017-06-12T14:40:04.000Z | 2020-05-20T13:23:50.000Z | controls/radlistview/listview-overview.md | telerik/uwp-docs | 59ded5c5b7abe2ffeee9e851575776aee5417c36 | [
"MIT",
"Unlicense"
] | 11 | 2017-10-19T16:22:40.000Z | 2021-12-02T16:11:15.000Z | ---
title: Overview
page_title: Overview
description: Check our "Overview" documentation article for RadListView for UWP control.
slug: radlistview-overview
tags: radlistview,listview
published: True
position: 0
---
# Overview
**RadListView** is a virtualizing list component that provides the most popular f... | 54.321429 | 650 | 0.739645 | eng_Latn | 0.960944 |
467879182b53e3a5a674217fb3a680dfd3dd9307 | 989 | md | Markdown | notes/experiments/gatsby-plugin-disqus.wiki/Home.md | side-projects-42/blog-starter2.0 | 015f7d91f08a463f898fb59fbcd6655afb774696 | [
"MIT"
] | 17 | 2021-06-02T23:44:26.000Z | 2022-03-12T02:30:34.000Z | notes/experiments/gatsby-plugin-disqus.wiki/Home.md | side-projects-42/blog-starter2.0 | 015f7d91f08a463f898fb59fbcd6655afb774696 | [
"MIT"
] | 1,632 | 2021-05-12T03:46:54.000Z | 2022-03-31T05:29:11.000Z | notes/experiments/gatsby-plugin-disqus.wiki/Home.md | Web-Dev-Collaborative/BGOONZ_BLOG_2.0 | 385e121576326bc261763349a97fe9d08e278641 | [
"MIT"
] | 22 | 2021-06-06T11:31:00.000Z | 2022-03-30T11:11:33.000Z | # <img src="https://user-images.githubusercontent.com/16360374/60153578-90677300-9799-11e9-994a-d8f932d2efe1.png" height="38"/> Gatsby Plugin Disqus
A plugin that simplifies adding [Disqus](https://disqus.com/) comments to [Gatsby](https://www.gatsbyjs.org/)
## Description
The goal of this plugin is to allow users t... | 44.954545 | 343 | 0.778564 | eng_Latn | 0.875972 |
46798e1442840528ac94132d626106f7f4a558ef | 143 | md | Markdown | docs/reference/SourceDocsLib/enums/PackageProcessor.Error.md | leogdion/SourceDocs | 5430dd4faa0ed0af5d13fd5977e75a9021fa2c75 | [
"MIT"
] | 334 | 2017-10-06T07:37:33.000Z | 2022-03-29T21:26:40.000Z | docs/reference/SourceDocsLib/enums/PackageProcessor.Error.md | designatednerd/SourceDocs | 392cf21f2cfb7cd2f4ff7c7189775f4a66cb2549 | [
"MIT"
] | 54 | 2017-11-10T14:38:48.000Z | 2022-03-31T12:49:42.000Z | docs/reference/SourceDocsLib/enums/PackageProcessor.Error.md | designatednerd/SourceDocs | 392cf21f2cfb7cd2f4ff7c7189775f4a66cb2549 | [
"MIT"
] | 39 | 2017-10-11T09:07:29.000Z | 2022-03-24T08:23:10.000Z | **ENUM**
# `PackageProcessor.Error`
```swift
public enum Error: Swift.Error
```
## Cases
### `invalidInput`
```swift
case invalidInput
```
| 9.533333 | 30 | 0.65035 | oci_Latn | 0.177273 |
4679a20542911216881ee0cf961bc03546492dc2 | 57 | md | Markdown | README.md | elliottdehn/aws-demo | 0414b7cbc9d9a513a7126c0fbbee1377d0469e6b | [
"MIT"
] | null | null | null | README.md | elliottdehn/aws-demo | 0414b7cbc9d9a513a7126c0fbbee1377d0469e6b | [
"MIT"
] | null | null | null | README.md | elliottdehn/aws-demo | 0414b7cbc9d9a513a7126c0fbbee1377d0469e6b | [
"MIT"
] | null | null | null | # aws-demo
Walking through Amazon's lambda web app guide
| 19 | 45 | 0.789474 | eng_Latn | 0.688635 |
467afc5df814ddd17a87ee393f6401d7c1fb179f | 681 | md | Markdown | markdown/2018/code/extend/summary.md | JackDan9/personal_website | 32bbe765e463f03b7ebbd0a151128783b201926f | [
"MIT"
] | 1 | 2020-08-06T11:58:40.000Z | 2020-08-06T11:58:40.000Z | markdown/2018/code/extend/summary.md | JackDan9/personal_website | 32bbe765e463f03b7ebbd0a151128783b201926f | [
"MIT"
] | 2 | 2021-05-21T03:40:18.000Z | 2021-05-21T03:46:26.000Z | markdown/2018/code/extend/summary.md | JackDan9/personal_website | 32bbe765e463f03b7ebbd0a151128783b201926f | [
"MIT"
] | null | null | null | # extend
## extend原生实现
```javascript
Child.__proto__ = Parent;
Child.prototype.__proto__ === Parent.prototype;
```
```javascript
function Parent(name, age) {
this.name = name;
this.age = age;
}
Parent.prototype.print = function() {
console.log('name:' + this.name + 'age: ' + this.age);
}
function Child(name,... | 18.916667 | 86 | 0.651982 | eng_Latn | 0.329956 |
467b5cfa31fd32125506dd2a38ae9e89a9d09d97 | 26 | md | Markdown | README.md | yuhualingfeng/babel-study | b81048e8d26a0e7d61851a55fd511dd2f7c4bca4 | [
"MIT"
] | null | null | null | README.md | yuhualingfeng/babel-study | b81048e8d26a0e7d61851a55fd511dd2f7c4bca4 | [
"MIT"
] | null | null | null | README.md | yuhualingfeng/babel-study | b81048e8d26a0e7d61851a55fd511dd2f7c4bca4 | [
"MIT"
] | null | null | null | # babel-study
babel-study
| 8.666667 | 13 | 0.769231 | pol_Latn | 0.521467 |