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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2ef6747adda18652eefed06ffe907592ab1dd87d | 186 | md | Markdown | README.md | mattn/go-copper-example | 9f1ffea5a3350817588c5d514356378c5da072da | [
"MIT"
] | 4 | 2020-09-10T15:28:20.000Z | 2020-09-28T05:30:33.000Z | README.md | mattn/go-copper-example | 9f1ffea5a3350817588c5d514356378c5da072da | [
"MIT"
] | null | null | null | README.md | mattn/go-copper-example | 9f1ffea5a3350817588c5d514356378c5da072da | [
"MIT"
] | null | null | null | # go-copper-example
Example app using [copper](https://tusharsoni.github.io/copper/)
## Installation
```
$ go build
```
## License
MIT
## Author
Yasuhiro Matsumoto (a.k.a. mattn)
| 10.333333 | 64 | 0.672043 | eng_Latn | 0.333367 |
2ef683fa8e416777a640a7749ea06e0f1bef9017 | 904 | md | Markdown | cloud/softlayer/00-cloud.md | statkclee/xwmooc-cloud | 191f9a634f7c8636d215f9ba2914eb2a24861903 | [
"CC-BY-3.0"
] | null | null | null | cloud/softlayer/00-cloud.md | statkclee/xwmooc-cloud | 191f9a634f7c8636d215f9ba2914eb2a24861903 | [
"CC-BY-3.0"
] | null | null | null | cloud/softlayer/00-cloud.md | statkclee/xwmooc-cloud | 191f9a634f7c8636d215f9ba2914eb2a24861903 | [
"CC-BY-3.0"
] | null | null | null | ---
layout: lesson
root: ../..
title: LAMP와 개발환경 구축
---
<div class="objectives" markdown="1">
#### 목표
* LAMP 설치
* 스타트업 개발 환경 구축
* 설치 중
</div>
### LAMP란?
### LAMP 설치
설치 후 운영 환경 자동화
~~~
root@vm:/# sudo /etc/init.d/apache2 restart
* Restarting web server apache2 [ OK ]... | 16.740741 | 79 | 0.599558 | kor_Hang | 0.981685 |
2ef8ccd166b570fbb85b3848d66c3f894287f7eb | 493 | md | Markdown | README.md | Mushus/bms-parser | e5bd296be096945f7c6dd22d40805f87d61cfb47 | [
"MIT"
] | 2 | 2020-05-07T23:59:24.000Z | 2020-05-08T16:01:36.000Z | README.md | Mushus/bms-parser | e5bd296be096945f7c6dd22d40805f87d61cfb47 | [
"MIT"
] | null | null | null | README.md | Mushus/bms-parser | e5bd296be096945f7c6dd22d40805f87d61cfb47 | [
"MIT"
] | null | null | null | # bms-parser
BMS parser written in C#
## Install
### Unity
Follow the example below to add it to the `Packages/manifest.json` file.
```manifest.json
{
"dependencies": {
"net.mushus.bms-parser": "git+ssh://git@github.com:Mushus/bms-parser.git#master"
}
}
```
## Usage
```
var s = File.Open("test.bms", File... | 17 | 84 | 0.6714 | kor_Hang | 0.258317 |
2ef97e8bab222ac43085e49bbc97515add5195fd | 790 | md | Markdown | 01-Class-Content/10-OOP/01-Activities/05-Multiple-Classes/README.md | bdeckard92/dupUT | 96892a64a5705fe2a28ac7abf2c2be65680bb9dd | [
"ADSL"
] | null | null | null | 01-Class-Content/10-OOP/01-Activities/05-Multiple-Classes/README.md | bdeckard92/dupUT | 96892a64a5705fe2a28ac7abf2c2be65680bb9dd | [
"ADSL"
] | null | null | null | 01-Class-Content/10-OOP/01-Activities/05-Multiple-Classes/README.md | bdeckard92/dupUT | 96892a64a5705fe2a28ac7abf2c2be65680bb9dd | [
"ADSL"
] | null | null | null | # 📐 Add Comments to Implementation of Multiple Classes
Work with a partner to add comments that describe the functionality of the code found in [store.js](./Unsolved/store.js), [toy.js](./Unsolved/toy.js), and [index.js](./Unsolved/index.js).
## 📝 Notes
Refer to the documentation:
[MDN Web Docs on classes](https:... | 34.347826 | 187 | 0.749367 | eng_Latn | 0.98249 |
2ef9ba253e1878e920fe058a49c5f45689e5e231 | 11,490 | md | Markdown | articles/hdinsight/spark/apache-spark-eventhub-structured-streaming.md | ebibibi/azure-docs.ja-jp | ef49e9766dd3dc5a825ea3b19b9c526e2c37faba | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/hdinsight/spark/apache-spark-eventhub-structured-streaming.md | ebibibi/azure-docs.ja-jp | ef49e9766dd3dc5a825ea3b19b9c526e2c37faba | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/hdinsight/spark/apache-spark-eventhub-structured-streaming.md | ebibibi/azure-docs.ja-jp | ef49e9766dd3dc5a825ea3b19b9c526e2c37faba | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: "Azure HDInsight で Event Hubs と共に Apache Spark 構造化ストリーミングを使用する | Microsoft Docs"
description: "Apache Spark ストリーミング サンプルを作成して、Azure Event Hub にデータ ストリームを送信し、Scala アプリケーションを使用して HDInsight Spark クラスターでイベントを受信します。"
keywords: "apache spark ストリーミング,spark ストリーミング,spark サンプル,apache spark ストリーミング例,event hub azure ... | 54.198113 | 431 | 0.6396 | yue_Hant | 0.544331 |
2efb0205276899128bab1272e738caa9336d9d4e | 2,637 | md | Markdown | README.md | cbgoodman/msacrosswalk | 3799a9b01f8baebd614d68822f05ba97a50f6d6a | [
"MIT"
] | 4 | 2018-10-18T01:01:02.000Z | 2020-06-13T06:42:00.000Z | README.md | cbgoodman/msacrosswalk | 3799a9b01f8baebd614d68822f05ba97a50f6d6a | [
"MIT"
] | null | null | null | README.md | cbgoodman/msacrosswalk | 3799a9b01f8baebd614d68822f05ba97a50f6d6a | [
"MIT"
] | null | null | null | # msacrosswalk
`msacrosswalk` is a simple Stata crosswalk program for adding 2013, 2015, or 2017 vintage CBSA/CSA codes, CBSA/CSA names, metropolitan/micropolitan, and central/outlying indicators that may be missing from your dataset.
## Prerequisites
**Stata:** `msacrosswalk` is compatible with Stata version 12.1+. ... | 49.754717 | 465 | 0.777399 | eng_Latn | 0.984927 |
2efc6b59b4fdc4ae069a9bfb3feac370c98a50a9 | 2,881 | md | Markdown | README-CN.md | livelybone/react-file-input | b4d0fc7a3fba3f8d97f244ea672c9cb66c2aacdf | [
"MIT"
] | 1 | 2020-06-22T00:14:31.000Z | 2020-06-22T00:14:31.000Z | README-CN.md | livelybone/react-file-input | b4d0fc7a3fba3f8d97f244ea672c9cb66c2aacdf | [
"MIT"
] | 1 | 2020-10-22T08:50:29.000Z | 2020-10-24T15:44:43.000Z | README-CN.md | livelybone/react-file-input | b4d0fc7a3fba3f8d97f244ea672c9cb66c2aacdf | [
"MIT"
] | null | null | null | # @livelybone/react-file-input
[](https://www.npmjs.com/package/@livelybone/react-file-input)
[](https://www.npmjs.com/package/@... | 29.10101 | 160 | 0.692815 | yue_Hant | 0.600179 |
2efc86d5594549ff45bbb4c31de15422525dcec1 | 686 | md | Markdown | _subjects/1/c4d70866-a70b-11e6-8bbb-3c07545eb2e5.md | Almanak/dak | 5d4cb15c2456f3f33dc4d0a5a943d294f5edb938 | [
"MIT"
] | null | null | null | _subjects/1/c4d70866-a70b-11e6-8bbb-3c07545eb2e5.md | Almanak/dak | 5d4cb15c2456f3f33dc4d0a5a943d294f5edb938 | [
"MIT"
] | null | null | null | _subjects/1/c4d70866-a70b-11e6-8bbb-3c07545eb2e5.md | Almanak/dak | 5d4cb15c2456f3f33dc4d0a5a943d294f5edb938 | [
"MIT"
] | null | null | null | ---
# Jekyll variables
layout: subject
permalink: /subjects/c4d70866-a70b-11e6-8bbb-3c07545eb2e5
# Specific subject values
uuid: c4d70866-a70b-11e6-8bbb-3c07545eb2e5
broader:
- prefLabel: Industri, produktion og handel
uuid: c4d44570-a70b-11e6-bedb-3c07545eb2e5
- prefLabel: Virksomheder og selskaber
uuid: c4d6ea99... | 27.44 | 57 | 0.78863 | yue_Hant | 0.063186 |
2efca2a8363c92492bf9c42dd9ac2fcaf643530a | 441 | md | Markdown | README.md | knowledgesofme/technology_systems | 13b2ce771e32459be5364be017220a830ac90386 | [
"Apache-2.0"
] | null | null | null | README.md | knowledgesofme/technology_systems | 13b2ce771e32459be5364be017220a830ac90386 | [
"Apache-2.0"
] | null | null | null | README.md | knowledgesofme/technology_systems | 13b2ce771e32459be5364be017220a830ac90386 | [
"Apache-2.0"
] | null | null | null | # technology_systems
技术体系



| 54 | 107 | 0.777778 | pol_Latn | 0.995695 |
2efe2f8cb71f9c844a7ed14b58717614c1fff69d | 343 | md | Markdown | _posts/2021-07-08/2021-06-14-An-other-point-of-view-20210614045204054903.md | ipussy/ipussy.github.io | 95d19a74e38bb54303cf18057a99a57c783e76bf | [
"Apache-2.0"
] | null | null | null | _posts/2021-07-08/2021-06-14-An-other-point-of-view-20210614045204054903.md | ipussy/ipussy.github.io | 95d19a74e38bb54303cf18057a99a57c783e76bf | [
"Apache-2.0"
] | null | null | null | _posts/2021-07-08/2021-06-14-An-other-point-of-view-20210614045204054903.md | ipussy/ipussy.github.io | 95d19a74e38bb54303cf18057a99a57c783e76bf | [
"Apache-2.0"
] | null | null | null | ---
title: "An other point of view"
metadate: "hide"
categories: [ Pussy ]
image: "https://preview.redd.it/dfgajxqom3571.jpg?auto=webp&s=e32e9b7f5a22f6056d3aa03d06b5ddab10c1c127"
thumb: "https://preview.redd.it/dfgajxqom3571.jpg?width=1080&crop=smart&auto=webp&s=3d94d2a29646005ef64b4b1d504c206262ec54fe"
visit: ""
---
... | 34.3 | 125 | 0.778426 | yue_Hant | 0.256664 |
2c000f77b6d6fde892e8136048cd25da1ddbd1e4 | 233 | md | Markdown | README.md | alexleighton/alonzo-java | d1f6130a509afbb9e2d2c4d809b9b8b0ae2795a9 | [
"MIT"
] | 1 | 2015-08-02T22:40:22.000Z | 2015-08-02T22:40:22.000Z | README.md | alexleighton/alonzo-java | d1f6130a509afbb9e2d2c4d809b9b8b0ae2795a9 | [
"MIT"
] | null | null | null | README.md | alexleighton/alonzo-java | d1f6130a509afbb9e2d2c4d809b9b8b0ae2795a9 | [
"MIT"
] | null | null | null | # alonzo-java
Lambda calculus interpreter in Java.
## Build
```bash
$ make build
```
## Run
```bash
$ make run
```
## Test
```bash
$ make test
```
## Learn
Visit the [project blog](http://alexleighton.github.io/alonzo-java/).
| 9.708333 | 69 | 0.630901 | eng_Latn | 0.3652 |
2c00ec715af5b871336c5ffc0ef5189cc16c8bb3 | 36 | md | Markdown | README.md | pckuijper/BuildWithBricks | c8694e1952a409efbcc0ef2ca149de896946d973 | [
"MIT"
] | null | null | null | README.md | pckuijper/BuildWithBricks | c8694e1952a409efbcc0ef2ca149de896946d973 | [
"MIT"
] | null | null | null | README.md | pckuijper/BuildWithBricks | c8694e1952a409efbcc0ef2ca149de896946d973 | [
"MIT"
] | null | null | null | # BuildWithBricks
Build with Bricks
| 12 | 17 | 0.833333 | eng_Latn | 0.981558 |
2c028ac540dd4f245a85e833ba01095d35636955 | 63 | md | Markdown | sportdb-langs/CHANGELOG.md | sportdb/sport.db | 448c96a4f65714c090aa59ca14b0c515401b3a94 | [
"CC0-1.0"
] | 173 | 2017-02-26T20:58:41.000Z | 2022-02-20T10:06:38.000Z | sportdb-langs/CHANGELOG.md | sportdb/sport.db.models | 448c96a4f65714c090aa59ca14b0c515401b3a94 | [
"CC0-1.0"
] | 7 | 2017-07-30T03:10:46.000Z | 2020-05-18T14:48:52.000Z | sportdb-langs/CHANGELOG.md | sportdb/sport.db | 448c96a4f65714c090aa59ca14b0c515401b3a94 | [
"CC0-1.0"
] | 18 | 2017-02-26T19:53:34.000Z | 2021-11-08T23:43:46.000Z | ### 0.0.1 / 2019-11-05
* Everything is new. First release.
| 15.75 | 36 | 0.603175 | eng_Latn | 0.957592 |
2c03369f7f4b716274b6e434c279191d109f0d9b | 2,681 | md | Markdown | README.md | Tinche/PyPy-Django-Playground | 3266ecae7ec4ee1e851be3fe168256230edd04a6 | [
"Apache-2.0"
] | 2 | 2016-01-11T19:06:26.000Z | 2019-07-30T10:58:46.000Z | README.md | Tinche/PyPy-Django-Playground | 3266ecae7ec4ee1e851be3fe168256230edd04a6 | [
"Apache-2.0"
] | null | null | null | README.md | Tinche/PyPy-Django-Playground | 3266ecae7ec4ee1e851be3fe168256230edd04a6 | [
"Apache-2.0"
] | null | null | null | # Setup Instructions
Create two virtualenvs, side by side. Substitute your own path for PyPy3. :)
```
virtualenv --python=/home/tin/Downloads/pypy3-2.4.0-linux64/bin/pypy3 .venv-pypy3
virtualenv --python=python3 .venv-py3
.venv-pypy3/bin/pip install -U setuptools pip
.venv-pypy3/bin/pip install -r requirements.txt
.... | 27.357143 | 154 | 0.679597 | eng_Latn | 0.558527 |
2c03eb8b5b6f707cd01e944262ba33864cfcd911 | 2,905 | md | Markdown | README.md | WASAC/vt-parcels-2020 | e317034e737f4b29760f5697759ecd8360ea5b7e | [
"MIT"
] | null | null | null | README.md | WASAC/vt-parcels-2020 | e317034e737f4b29760f5697759ecd8360ea5b7e | [
"MIT"
] | null | null | null | README.md | WASAC/vt-parcels-2020 | e317034e737f4b29760f5697759ecd8360ea5b7e | [
"MIT"
] | null | null | null | # vt-parcels

[](https://app.netlify.com/sites/vt-parcels-2020/deploys)
parcels vector tiles data as of 21 July 2020 in Rwanda
## License of ... | 28.203883 | 164 | 0.757659 | eng_Latn | 0.457327 |
2c059c8f438fca2d0544f3f50221c253703650ac | 677 | md | Markdown | content/opere/i-percorsi-della-grande-guerra.md | brianmcdonald/www-miriam | 98202b134e4e49decfc613128fdba31080672a01 | [
"MIT"
] | null | null | null | content/opere/i-percorsi-della-grande-guerra.md | brianmcdonald/www-miriam | 98202b134e4e49decfc613128fdba31080672a01 | [
"MIT"
] | 1 | 2017-11-17T11:59:41.000Z | 2021-12-06T10:25:12.000Z | content/opere/i-percorsi-della-grande-guerra.md | brianmcdonald/www-miriam | 98202b134e4e49decfc613128fdba31080672a01 | [
"MIT"
] | null | null | null | ---
title: I percorsi della grande guerra
date: 2017-11-13T14:49:08.123Z
Painting: /uploads/i percorsi della grande guerra web.jpg
type: 'Olio su tela - pennello e spatola, 50x60'
description: >-
Il territorio delle Tre Cime di Lavaredo, testimone di conflitti di guerra,
ora al ricordo di quell’atroce tempo restano... | 39.823529 | 80 | 0.768095 | ita_Latn | 0.999462 |
2c086b0fb42d045818c54c7549dbbd4dbe5ba3ec | 357 | md | Markdown | AUTHORS.md | icclab/rosbridge_suite | 53985885a824c25846bef58d67adf99d6647ac57 | [
"BSD-3-Clause"
] | null | null | null | AUTHORS.md | icclab/rosbridge_suite | 53985885a824c25846bef58d67adf99d6647ac57 | [
"BSD-3-Clause"
] | null | null | null | AUTHORS.md | icclab/rosbridge_suite | 53985885a824c25846bef58d67adf99d6647ac57 | [
"BSD-3-Clause"
] | null | null | null | ## Contributors
- Brandon Alexander <baalexander@gmail.com>
- David Bertram <davidbertram@gmx.de>
- Jacob Bandes-Storch <jacob@foxglove.dev>
- Jihoon Lee <jihoonlee.in@gmail.com>
- Jonathan Mace <jonathan.c.mace@gmail.com>
- Matthias Gruhler <matthias.gruhler@ipa.fraunhofer.de>
- Russell Toris <rctoris@wpi.edu>
- Trav... | 32.454545 | 55 | 0.767507 | cat_Latn | 0.115825 |
2c095ad486ab9ad80faa69b43ab7ed077a6bf0e3 | 3,497 | md | Markdown | README.md | vmaldosan/track-merger | 2e1a54c32227d1683a8e732118e29867a4051f9c | [
"Apache-2.0"
] | 1 | 2016-09-25T23:06:47.000Z | 2016-09-25T23:06:47.000Z | README.md | vmaldosan/track-merger | 2e1a54c32227d1683a8e732118e29867a4051f9c | [
"Apache-2.0"
] | null | null | null | README.md | vmaldosan/track-merger | 2e1a54c32227d1683a8e732118e29867a4051f9c | [
"Apache-2.0"
] | null | null | null | # track-merger
Work in progress!!
Current version: 0.2.0-SNAPSHOT
Simple tool to merge several TCX (Training Centre XML) files, which is the standard format to track sport activities by Garmin, Fitbit, etc.
## Mission
This project has a simple goal: to fix those times when you are performing an activity using your Ga... | 56.403226 | 404 | 0.739777 | eng_Latn | 0.992929 |
2c095cf23c1d2facb91cb160393d1f009816a393 | 1,069 | md | Markdown | api/docs/stentor-models.match.md | stentorium/stentor | f49b51e8b4f82012d1ac8ddd15af279bd4619229 | [
"Apache-2.0"
] | 2 | 2019-12-30T19:23:17.000Z | 2021-07-06T02:47:39.000Z | api/docs/stentor-models.match.md | stentorium/stentor | f49b51e8b4f82012d1ac8ddd15af279bd4619229 | [
"Apache-2.0"
] | 74 | 2020-01-07T00:25:16.000Z | 2022-02-23T04:06:56.000Z | api/docs/stentor-models.match.md | stentorium/stentor | f49b51e8b4f82012d1ac8ddd15af279bd4619229 | [
"Apache-2.0"
] | 1 | 2021-01-01T08:57:23.000Z | 2021-01-01T08:57:23.000Z | <!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [stentor-models](./stentor-models.md) > [Match](./stentor-models.match.md)
## Match interface
Match is an interface that describes how to compare two different values.
For example:
value of name is... | 36.862069 | 200 | 0.642657 | eng_Latn | 0.964359 |
2c096305282a6615d3ff188ad7b337de747aa971 | 1,685 | md | Markdown | _posts/2018-06-30-javascript-6.md | tigransimonyan/jekyll-theme-chirpy | 3b94dc2e9a136969ec0f446a1a5649a9244c207c | [
"MIT"
] | 2 | 2021-01-11T12:30:49.000Z | 2022-01-25T13:36:56.000Z | _posts/2018-06-30-javascript-6.md | tigransimonyan/jekyll-theme-chirpy | 3b94dc2e9a136969ec0f446a1a5649a9244c207c | [
"MIT"
] | null | null | null | _posts/2018-06-30-javascript-6.md | tigransimonyan/jekyll-theme-chirpy | 3b94dc2e9a136969ec0f446a1a5649a9244c207c | [
"MIT"
] | null | null | null | ---
title: JavaScript - 6. Պայմանի օպերատոր
categories: [Տեխնիկական, JavaScript]
tags: [ջաւասկրիպտ, ծրագրաւորում]
math: false
---
Հաճախ անհարժեշտ է լինում, որ ծրագիը պայմանից կախված կատարի տարբեր գործողություններ։ Այպիսի դեպքերում օգտագործվում է if («եթե») օպերատորը, որը ունի հետեւյալ կառուցվածքը՝
```js
const conditi... | 23.732394 | 178 | 0.708605 | hye_Armn | 0.995121 |
2c09ff969387379c3a9d43ee716574f56fa87e57 | 23 | md | Markdown | README.md | BetoFandino/ImpacientAI-master | 9733b174db295b4813325cdc726edec50cb3826e | [
"MIT"
] | null | null | null | README.md | BetoFandino/ImpacientAI-master | 9733b174db295b4813325cdc726edec50cb3826e | [
"MIT"
] | null | null | null | README.md | BetoFandino/ImpacientAI-master | 9733b174db295b4813325cdc726edec50cb3826e | [
"MIT"
] | null | null | null | # ImpacientAI-master
| 7.666667 | 20 | 0.73913 | spa_Latn | 0.159843 |
2c0a90ed8597f22f5d8117531691793da87d7f83 | 374 | md | Markdown | docs/README-qtest-k8s-secrets.md | QAS-Labs/qtest-chart | 61cd3a641cf5b1b73d932e38cbf6c3c358aee686 | [
"Apache-2.0"
] | 1 | 2021-09-10T13:34:34.000Z | 2021-09-10T13:34:34.000Z | docs/README-qtest-k8s-secrets.md | QAS-Labs/qtest-chart | 61cd3a641cf5b1b73d932e38cbf6c3c358aee686 | [
"Apache-2.0"
] | 16 | 2021-06-09T14:00:27.000Z | 2022-01-02T01:48:58.000Z | docs/README-qtest-k8s-secrets.md | QAS-Labs/qtest-chart | 61cd3a641cf5b1b73d932e38cbf6c3c358aee686 | [
"Apache-2.0"
] | 1 | 2021-07-05T12:17:59.000Z | 2021-07-05T12:17:59.000Z |
## qTest Secrets and ConfigMap Change Auto-Reload Updates Architecture using Reloader
The following diagram depicts the workflow of how `stakater/reloader` functions in K8s cluster.

## qTest Secrets and ConfigMap Change Auto-Reload Updates Architectu... | 37.4 | 122 | 0.812834 | kor_Hang | 0.608904 |
2c0accf639cf490458d2aa786fb32a844dd87e59 | 36,457 | markdown | Markdown | _posts/2018-10-05-django-css-project.markdown | tntyobi/tntyobi.github.io | 8ae7c17a5fbcddebac6af035d4583c3efbf9838b | [
"MIT"
] | null | null | null | _posts/2018-10-05-django-css-project.markdown | tntyobi/tntyobi.github.io | 8ae7c17a5fbcddebac6af035d4583c3efbf9838b | [
"MIT"
] | null | null | null | _posts/2018-10-05-django-css-project.markdown | tntyobi/tntyobi.github.io | 8ae7c17a5fbcddebac6af035d4583c3efbf9838b | [
"MIT"
] | null | null | null | ---
layout: post
title: "django CSS"
description: 장고에서 CSS적용된 프로젝트를 생성하자.
date: 2018-10-05 14:10:25 +0200
categories: jekyll update
img: django.jpg
author: tntyobi
---
## django CSS사용 프로젝트 만들기
이 글은
[https://javafa.gitbooks.io/python-django/content/chapter3.html](https://javafa.gitbooks.io/python-django/content/chapt... | 226.440994 | 8,108 | 0.699207 | kor_Hang | 0.223836 |
2c0b45d2ed947556d7900e94586f6d4543d53af6 | 7,233 | md | Markdown | source/languages/en/riak/ops/mdc/upgrade-v2-to-v3.md | dmitrizagidulin/basho_docs | e61f5ec4662d809ede5f5fc0ec36332f5548e904 | [
"CC-BY-3.0"
] | null | null | null | source/languages/en/riak/ops/mdc/upgrade-v2-to-v3.md | dmitrizagidulin/basho_docs | e61f5ec4662d809ede5f5fc0ec36332f5548e904 | [
"CC-BY-3.0"
] | 1 | 2021-09-08T11:27:24.000Z | 2021-09-08T11:27:24.000Z | source/languages/en/riak/ops/mdc/upgrade-v2-to-v3.md | dmitrizagidulin/basho_docs | e61f5ec4662d809ede5f5fc0ec36332f5548e904 | [
"CC-BY-3.0"
] | 1 | 2021-09-08T09:48:00.000Z | 2021-09-08T09:48:00.000Z | ---
title: "Multi Data Center Replication: Upgrading from V2 to V3"
project: riak
header: riakee
version: 1.3.2+
document: cookbook
toc: true
audience: intermediate
keywords: [mdc, repl]
moved: {
'2.0.0-': 'riakee:/cookbooks/Multi-Data-Center-Replication-UpgradeV2toV3'
}
---
This guide walks you through the proces... | 30.263598 | 77 | 0.719342 | eng_Latn | 0.989099 |
2c0b603d4f1f4a243929e1c970c6ad56e5ff96db | 3,344 | md | Markdown | src/posts/blog/2021_Sep/shruti.md | NobleMathews/CollegeBugle | da2ce79e1995c59ce8f02775644b0cc2ebee132c | [
"MIT"
] | null | null | null | src/posts/blog/2021_Sep/shruti.md | NobleMathews/CollegeBugle | da2ce79e1995c59ce8f02775644b0cc2ebee132c | [
"MIT"
] | null | null | null | src/posts/blog/2021_Sep/shruti.md | NobleMathews/CollegeBugle | da2ce79e1995c59ce8f02775644b0cc2ebee132c | [
"MIT"
] | null | null | null | ---
title: "Internship experience at Salesforce"
category: "Experiences"
date: "2021-06-06 10:00:00 +09:00"
desc: "Salesforce provides customer relationship management service and also provides a complementary suite of enterprise applications focused on customer service, marketing, analytics, and application developmen... | 167.2 | 1,015 | 0.80622 | eng_Latn | 0.999911 |
2c0b6587d4e7a9cac2dd119f4963a52f1fdfdc2d | 151 | md | Markdown | src/data/commands/heavensdoor/heavens door fool.md | Soft-Wet-Bot/BotDocs | 393c551bf2e1a38e7e8eaa12a92a9df28aed23f3 | [
"MIT"
] | null | null | null | src/data/commands/heavensdoor/heavens door fool.md | Soft-Wet-Bot/BotDocs | 393c551bf2e1a38e7e8eaa12a92a9df28aed23f3 | [
"MIT"
] | null | null | null | src/data/commands/heavensdoor/heavens door fool.md | Soft-Wet-Bot/BotDocs | 393c551bf2e1a38e7e8eaa12a92a9df28aed23f3 | [
"MIT"
] | null | null | null | The provided image is a fool
# Example Image
 | 30.2 | 104 | 0.794702 | eng_Latn | 0.963979 |
2c0c52fc48fa86db262267686e859f18faa6db5f | 237 | md | Markdown | Troubleshooter/Assets/Site/Programming/Editor Issues/Property Drawers/IMGUI PropertyDrawer.md | vertxxyz/help.vertx.xyz | 557fa12da8d45f18c9a71678bbf2dd4fde8cb297 | [
"MIT"
] | 3 | 2021-02-23T20:02:39.000Z | 2021-11-25T02:23:54.000Z | Troubleshooter/Assets/Site/Programming/Editor Issues/Property Drawers/IMGUI PropertyDrawer.md | vertxxyz/help.vertx.xyz | 557fa12da8d45f18c9a71678bbf2dd4fde8cb297 | [
"MIT"
] | 71 | 2021-02-19T07:47:37.000Z | 2022-03-28T06:06:07.000Z | Troubleshooter/Assets/Site/Programming/Editor Issues/Property Drawers/IMGUI PropertyDrawer.md | vertxxyz/help.vertx.xyz | 557fa12da8d45f18c9a71678bbf2dd4fde8cb297 | [
"MIT"
] | null | null | null | ## IMGUI PropertyDrawers
- [My property draws after all content](PropertyDrawer%20Position.md) (not rendering inline).
- [My property drawer is not expanding to contain its content](GetPropertyHeight.md) (rendering over or under others). | 79 | 118 | 0.793249 | eng_Latn | 0.992857 |
2c0cd4143071d2611372befbe931c5dc23ad59d7 | 2,476 | md | Markdown | docs/QuickStart.md | ryoma-nagata/HOL-IaC-AzureDevOps | e9615e226253a5083820f2783fa8bedf52351869 | [
"MIT"
] | null | null | null | docs/QuickStart.md | ryoma-nagata/HOL-IaC-AzureDevOps | e9615e226253a5083820f2783fa8bedf52351869 | [
"MIT"
] | null | null | null | docs/QuickStart.md | ryoma-nagata/HOL-IaC-AzureDevOps | e9615e226253a5083820f2783fa8bedf52351869 | [
"MIT"
] | null | null | null | ## 1. DevOps用サービスプリンシパルの準備
### 1-1 サービスプリンシパルの作成
1. [アプリの登録](https://docs.microsoft.com/ja-jp/power-bi/developer/embedded/embed-service-principal#step-1---create-an-azure-ad-app)を実施します。
2. 以下の情報をメモします。
- アプリケーション (クライアント) ID
- ディレクトリ (テナント) ID
- クライアント シークレットの値
### 1-2 権限付与
1. [Azure portal を使用して Azure ロールを割り当てる]... | 23.580952 | 186 | 0.703554 | yue_Hant | 0.415545 |
2c0cff992ff8b4276d3f86af6a1878fb83163467 | 2,792 | md | Markdown | doc/flink_test_base_devices.md | zechenturm/flinklib | 90956e4f68e937ae0e0843a7cb3f4b51f5edf3db | [
"Apache-2.0"
] | 1 | 2020-07-18T15:59:53.000Z | 2020-07-18T15:59:53.000Z | doc/flink_test_base_devices.md | zechenturm/flinklib | 90956e4f68e937ae0e0843a7cb3f4b51f5edf3db | [
"Apache-2.0"
] | 4 | 2015-02-05T08:27:35.000Z | 2020-06-18T06:54:54.000Z | doc/flink_test_base_devices.md | zechenturm/flinklib | 90956e4f68e937ae0e0843a7cb3f4b51f5edf3db | [
"Apache-2.0"
] | 4 | 2015-11-17T12:14:14.000Z | 2019-12-10T10:00:00.000Z | # Test Program for Basic Devices
## Hardware Setup
To run this test you need a [MPC5200I-O Board](http://phytec.com/products/system-on-modules/phycore/mpc5200b-io/) or any other Processor which connects a Cyclone II over a local plus bus.
## VHDL Desing
The first step to run this test is to compile and download the... | 41.671642 | 217 | 0.596347 | eng_Latn | 0.985557 |
2c0d641c2dd449ee2dccca7d3964c488eaa566e8 | 58 | md | Markdown | README.md | remyguillen/proyectofinar | 80458fdacb1a1b321cc218e74fa786cf0158213f | [
"MIT"
] | null | null | null | README.md | remyguillen/proyectofinar | 80458fdacb1a1b321cc218e74fa786cf0158213f | [
"MIT"
] | null | null | null | README.md | remyguillen/proyectofinar | 80458fdacb1a1b321cc218e74fa786cf0158213f | [
"MIT"
] | null | null | null | # proyectofinar
remy enrrique guillen perez/15-EIIN-1-137
| 19.333333 | 41 | 0.810345 | spa_Latn | 0.313595 |
2c0ea0895f35058890cb49ed844683acf318e012 | 947 | md | Markdown | README.md | OrnamentStudio/components | befa69c033add5d10918ab6dbd6dabbb553739fb | [
"MIT"
] | null | null | null | README.md | OrnamentStudio/components | befa69c033add5d10918ab6dbd6dabbb553739fb | [
"MIT"
] | 2 | 2021-03-08T20:42:11.000Z | 2021-05-07T13:02:59.000Z | README.md | OrnamentStudio/components | befa69c033add5d10918ab6dbd6dabbb553739fb | [
"MIT"
] | null | null | null | # React Components [](https://travis-ci.org/OrnamentStudio/components)
React components
## Install
```
npm install ornament-components
```
You also need to install peer dependencies by yourself
```
npm install react // v16.x.x
np... | 27.057143 | 156 | 0.755016 | eng_Latn | 0.548887 |
2c0ef7b5e75aaa42c38d2d13bf4b8fedf5e53cb2 | 1,780 | md | Markdown | README.md | Kaikon/ElementMapperExtension | 09795e6cb601c6b058a3cc528231214c53172eb0 | [
"MIT"
] | null | null | null | README.md | Kaikon/ElementMapperExtension | 09795e6cb601c6b058a3cc528231214c53172eb0 | [
"MIT"
] | null | null | null | README.md | Kaikon/ElementMapperExtension | 09795e6cb601c6b058a3cc528231214c53172eb0 | [
"MIT"
] | null | null | null | # ElementMapperExtension
C# ElementMapperExtension makes it easier for developers to create an Object from DbDataReader or Dictionary
### How to use
Simply add the .DLL in the reference of the project
You can map the object from the properties or from the attributes added in the object
```c#
public class MyObject
{... | 26.567164 | 108 | 0.75 | eng_Latn | 0.409204 |
2c100d021f022f463523087c758fe08e00949977 | 36 | md | Markdown | demo/diary/testwebapp/README.md | modInfo/paw.js | c327c99c02c4e54a345493a473cf1946528e2bf5 | [
"BSD-2-Clause"
] | 40 | 2018-09-05T15:13:39.000Z | 2021-07-02T07:41:49.000Z | demo/diary/testwebapp/README.md | modInfo/paw.js | c327c99c02c4e54a345493a473cf1946528e2bf5 | [
"BSD-2-Clause"
] | 2 | 2018-09-08T16:43:43.000Z | 2021-09-15T11:18:30.000Z | demo/diary/testwebapp/README.md | modInfo/paw.js | c327c99c02c4e54a345493a473cf1946528e2bf5 | [
"BSD-2-Clause"
] | 3 | 2018-09-06T10:49:52.000Z | 2019-12-21T21:28:02.000Z | # Start the demo webapp
`npm start`
| 12 | 23 | 0.722222 | eng_Latn | 0.771624 |
2c114261e1c16785e2e8fd2c8f5678f496fd7177 | 3,241 | md | Markdown | README.md | flyandlure/gapandas | 31a884da101cf1e1bc0a33a171fa820c5eebf560 | [
"MIT"
] | 9 | 2020-06-08T14:43:00.000Z | 2022-03-03T18:14:02.000Z | README.md | flyandlure/gapandas | 31a884da101cf1e1bc0a33a171fa820c5eebf560 | [
"MIT"
] | 2 | 2021-06-17T12:04:32.000Z | 2021-07-02T15:56:15.000Z | README.md | flyandlure/gapandas | 31a884da101cf1e1bc0a33a171fa820c5eebf560 | [
"MIT"
] | 2 | 2020-06-18T10:45:38.000Z | 2021-12-19T20:00:05.000Z | # GAPandas
GAPandas is a Python package that lets you query the Google Analytics reporting API and return results in Pandas DataFrames, so they can be easily analysed, reported, or plotted in Python applications. It is a simple wrapper to Google's official API which is designed to reduce code and simplify development, ... | 58.927273 | 357 | 0.763653 | eng_Latn | 0.995345 |
2c115d3eb07dc7dc0ebd41169cafbab25c4c6bf4 | 135 | md | Markdown | content/02-04-2017.md | DougRomano/blog | de5cb17cb2b96400405e0e47a3bdaf9b6a2e35af | [
"MIT"
] | null | null | null | content/02-04-2017.md | DougRomano/blog | de5cb17cb2b96400405e0e47a3bdaf9b6a2e35af | [
"MIT"
] | null | null | null | content/02-04-2017.md | DougRomano/blog | de5cb17cb2b96400405e0e47a3bdaf9b6a2e35af | [
"MIT"
] | null | null | null | ---
title: "The Fairy's Witches"
cover: "3.jpg"
category: "something"
date: "2017-04-02"
---
# Eram mora tuas in inter ferens caterva
| 15 | 40 | 0.674074 | eng_Latn | 0.220813 |
2c123b1a692044cd6dd4feda0cf259ad4dc155ee | 3,723 | md | Markdown | Cosmere/Fortune.md | Malthemester/CoppermindScraper | 1a1d70a6a1e0aff2d8e8cf5d124da3c16c061a43 | [
"MIT"
] | null | null | null | Cosmere/Fortune.md | Malthemester/CoppermindScraper | 1a1d70a6a1e0aff2d8e8cf5d124da3c16c061a43 | [
"MIT"
] | null | null | null | Cosmere/Fortune.md | Malthemester/CoppermindScraper | 1a1d70a6a1e0aff2d8e8cf5d124da3c16c061a43 | [
"MIT"
] | null | null | null | |**Fortune**|
|-|-|
|**Related to**|[[Realmatic Theory\|Realmatic Theory]]|
|**Type**|Spiritual property|
|**Universe**|[[Cosmere\|Cosmere]]|
This page or section needs to be updated with new information for *Rhythm of War*!Be aware that in its current state, it may not include all additional content yet.
>“*Beware o... | 86.581395 | 598 | 0.76766 | eng_Latn | 0.999599 |
2c13626934b2352ec7f029cac73941aae9a26901 | 174 | md | Markdown | README.md | Jin0331/PIPR | a37476cf071d1f34bb9a433c5cc41f1a6621d2dc | [
"Apache-2.0"
] | null | null | null | README.md | Jin0331/PIPR | a37476cf071d1f34bb9a433c5cc41f1a6621d2dc | [
"Apache-2.0"
] | null | null | null | README.md | Jin0331/PIPR | a37476cf071d1f34bb9a433c5cc41f1a6621d2dc | [
"Apache-2.0"
] | null | null | null | # PIPR
```
<Prediction>
python src/prediction.py -b final_model/ -t baseline -d data/wmbio_set/Test_set/human_test_seq.tsv -p data/wmbio_set/Test_set/human_test_pair.tsv
``` | 29 | 145 | 0.775862 | kor_Hang | 0.12186 |
2c1422bcace8f7f06f44b5e826ad49376e85105f | 37 | md | Markdown | Data Sources/Merged_Files/README.md | venkatdurgempudi/rep-stocks-prediction | f27b31795455239bef5e0de4af2ebb979adbeb77 | [
"Unlicense"
] | null | null | null | Data Sources/Merged_Files/README.md | venkatdurgempudi/rep-stocks-prediction | f27b31795455239bef5e0de4af2ebb979adbeb77 | [
"Unlicense"
] | null | null | null | Data Sources/Merged_Files/README.md | venkatdurgempudi/rep-stocks-prediction | f27b31795455239bef5e0de4af2ebb979adbeb77 | [
"Unlicense"
] | null | null | null | # List of Files Merged using scripts
| 18.5 | 36 | 0.783784 | eng_Latn | 0.966692 |
2c15a422a7371ef53037e060b6d04ad2540238c9 | 1,946 | markdown | Markdown | _posts/2002-12-20-i-was-a-big-fan.markdown | bbrown/bbrown.github.com | 2ad46605848a1893ad36eebbe09ba64edfb1303b | [
"MIT"
] | 1 | 2018-11-12T18:04:18.000Z | 2018-11-12T18:04:18.000Z | _posts/2002-12-20-i-was-a-big-fan.markdown | bbrown/bbrown.github.com | 2ad46605848a1893ad36eebbe09ba64edfb1303b | [
"MIT"
] | null | null | null | _posts/2002-12-20-i-was-a-big-fan.markdown | bbrown/bbrown.github.com | 2ad46605848a1893ad36eebbe09ba64edfb1303b | [
"MIT"
] | null | null | null | ---
layout: post
title: I was a big fan
date: '2002-12-20 17:24:12 -0700'
mt_id: 45
blog_id: 1
post_id: 45
basename: i-was-a-big-fan
---
<br />I was a big fan of <a href="http://tlc.discovery.com/fansites/tradingspaces/tradingspaces.html">Trading Spaces</a> on <a href="http://tlc.discovery.com/">TLC</a> until I read <a... | 176.909091 | 1,808 | 0.72816 | eng_Latn | 0.26398 |
2c1600d57aca7266960d97d6064ac15fea2fd267 | 531 | md | Markdown | pages/wgg/Periodes/1015.md | Utanapishti/utanapishti.github.io | b2ecf8e10414f2abdfbdba4d0338533c61a5d927 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | pages/wgg/Periodes/1015.md | Utanapishti/utanapishti.github.io | b2ecf8e10414f2abdfbdba4d0338533c61a5d927 | [
"MIT",
"BSD-3-Clause"
] | 3 | 2021-05-20T02:11:08.000Z | 2022-02-26T04:57:44.000Z | pages/wgg/Periodes/1015.md | Utanapishti/utanapishti.github.io | b2ecf8e10414f2abdfbdba4d0338533c61a5d927 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | ---
title: "Primera Batalla de Faluya"
permalink: periodes_1015.html
layout: periode
dataInici: 2004-04-04
dataFi: 2004-05-01
sidebar: periodes
pares:
- id: 488
title: "Guerra de Irak"
dataInici: "(2003-03-20)"
dataFi: "(2011-12-18)"
fills:
jocsPrincipals:
- title: "Battle for Fallujah: April 2004"
... | 17.129032 | 50 | 0.666667 | cat_Latn | 0.152788 |
2c1640e8342caabea3dbaac610c1a4a92dfda1b8 | 1,001 | md | Markdown | docs/sources/panels/visualizations/table-panel.md | DanielLyons178/grafana | 26964b383f5b9a623df9f043a955ec459673d1f2 | [
"Apache-2.0"
] | 2 | 2015-12-09T20:13:16.000Z | 2016-11-18T07:08:43.000Z | docs/sources/panels/visualizations/table-panel.md | DanielLyons178/grafana | 26964b383f5b9a623df9f043a955ec459673d1f2 | [
"Apache-2.0"
] | 1 | 2017-07-19T08:25:40.000Z | 2017-07-20T13:28:19.000Z | docs/sources/panels/visualizations/table-panel.md | DanielLyons178/grafana | 26964b383f5b9a623df9f043a955ec459673d1f2 | [
"Apache-2.0"
] | 1 | 2020-05-13T08:39:18.000Z | 2020-05-13T08:39:18.000Z | +++
title = "Table panel"
keywords = ["grafana", "dashboard", "documentation", "panels", "table panel"]
type = "docs"
aliases = ["/docs/grafana/latest/reference/table/", "/docs/grafana/latest/features/panels/table_panel/"]
[menu.docs]
name = "Table panel"
parent = "visualizations"
weight = 500
draft = "true"
+++
# Ta... | 31.28125 | 161 | 0.75025 | eng_Latn | 0.954786 |
2c1717ee2a6540774109d8a15bd75d70300d255d | 1,058 | md | Markdown | README.md | badouralix/rclone-lambda-layer | 003f4a320bd4264729a8f3771056611b75adcba8 | [
"MIT"
] | 6 | 2021-09-13T15:01:08.000Z | 2022-02-13T14:34:31.000Z | README.md | badouralix/rclone-lambda-layer | 003f4a320bd4264729a8f3771056611b75adcba8 | [
"MIT"
] | null | null | null | README.md | badouralix/rclone-lambda-layer | 003f4a320bd4264729a8f3771056611b75adcba8 | [
"MIT"
] | 1 | 2022-01-29T07:16:40.000Z | 2022-01-29T07:16:40.000Z | # Rclone Lambda Layer
[Rclone](https://github.com/rclone/rclone) is an rsync for cloud storage, including [S3](https://aws.amazon.com/s3), [GCS](https://cloud.google.com/storage), [pCloud](https://www.pcloud.com/eu) and so on.
This repository brings the power of rclone to aws lambda. It can be used along with [cron-b... | 42.32 | 259 | 0.776938 | eng_Latn | 0.813819 |
2c18a2a55e8a1bd59fc49baac9c43ff8ff399b7b | 1,632 | md | Markdown | CHANGELOG.md | nikolap/reframe-utils | 0ba2ab6302ef4ff35320a75f5342b496a265e567 | [
"MIT"
] | 18 | 2016-09-20T00:26:05.000Z | 2021-05-01T15:34:54.000Z | CHANGELOG.md | nikolap/reframe-utils | 0ba2ab6302ef4ff35320a75f5342b496a265e567 | [
"MIT"
] | 2 | 2017-04-26T00:06:50.000Z | 2018-03-02T00:16:32.000Z | CHANGELOG.md | nikolap/reframe-utils | 0ba2ab6302ef4ff35320a75f5342b496a265e567 | [
"MIT"
] | 2 | 2017-04-25T23:51:32.000Z | 2017-08-20T05:06:02.000Z | # Change Log
## 0.2.2 - 2019-11-01
### Changes
- Make `add-or-update-by-id-event` public
## 0.2.1-1 - 2018-05-04
### Added
- Error handler to each of the existing ajax request sugar functions
### Fixed
- Error-handler accidentally firing
## 0.2.1 - 2018-05-03
### Added
- Allow on-error and error-handler params to aj... | 24 | 161 | 0.708333 | eng_Latn | 0.933565 |
2c1909d582ff569acc5fb2b3b4e0b71d12101224 | 1,250 | md | Markdown | README.md | awesome-archive/ZEN | 145fb8f7cc6587f6bc9f195324830886f6e09a40 | [
"Apache-2.0"
] | null | null | null | README.md | awesome-archive/ZEN | 145fb8f7cc6587f6bc9f195324830886f6e09a40 | [
"Apache-2.0"
] | null | null | null | README.md | awesome-archive/ZEN | 145fb8f7cc6587f6bc9f195324830886f6e09a40 | [
"Apache-2.0"
] | null | null | null | # ZEN
ZEN is a BERT-based Chinese **(Z)** text encoder **E**nhanced by **N**-gram representations, where different combinations of characters are considered during training. The potential word or phrase boundaries are explicitly pre-trained and fine-tuned with the character encoder (BERT), so that ZEN incorporates the... | 43.103448 | 461 | 0.776 | eng_Latn | 0.991768 |
2c1a4196d803fdaac8d8bdc14c09c3ff6d92f21a | 6,771 | md | Markdown | _posts/2019-08-01-Download-second-chance-jane-green.md | Bunki-booki/29 | 7d0fb40669bcc2bafd132f0991662dfa9e70545d | [
"MIT"
] | null | null | null | _posts/2019-08-01-Download-second-chance-jane-green.md | Bunki-booki/29 | 7d0fb40669bcc2bafd132f0991662dfa9e70545d | [
"MIT"
] | null | null | null | _posts/2019-08-01-Download-second-chance-jane-green.md | Bunki-booki/29 | 7d0fb40669bcc2bafd132f0991662dfa9e70545d | [
"MIT"
] | null | null | null | ---
layout: post
comments: true
categories: Other
---
## Download Second chance jane green book
Lights blazed. When some glowing coals are laid in such ashes they retain there, laid it in his basket. concern and chase him out of the house. 22_n_; ii. STORY OF THE MAN WHOSE CAUTION WAS THE CAUSE OF HIS DEATH. ] soon ... | 752.333333 | 6,673 | 0.789987 | eng_Latn | 0.99995 |
2c1a6e29c95b14b3eacc0cce68cd2a152b3bedab | 25 | md | Markdown | README.md | carlosbwebdev/gatsby-starter-template | fac48615ba6abda8ceb0e594d52cfc1f8ddec7b9 | [
"MIT"
] | null | null | null | README.md | carlosbwebdev/gatsby-starter-template | fac48615ba6abda8ceb0e594d52cfc1f8ddec7b9 | [
"MIT"
] | null | null | null | README.md | carlosbwebdev/gatsby-starter-template | fac48615ba6abda8ceb0e594d52cfc1f8ddec7b9 | [
"MIT"
] | null | null | null | #Gatsby Starter Template
| 12.5 | 24 | 0.84 | yue_Hant | 0.881144 |
808bc50e1d4c991b09cc9a8b040fe481adc7ea9b | 697 | md | Markdown | _posts/2015-8-15-luck.md | dreamcartel/dreamcartel.github.io | f867b48f3a37dff1999f351dabda5fa6faea707b | [
"MIT"
] | 1 | 2019-02-28T05:14:11.000Z | 2019-02-28T05:14:11.000Z | _posts/2015-8-15-luck.md | dreamcartel/dreamcartel.github.io | f867b48f3a37dff1999f351dabda5fa6faea707b | [
"MIT"
] | null | null | null | _posts/2015-8-15-luck.md | dreamcartel/dreamcartel.github.io | f867b48f3a37dff1999f351dabda5fa6faea707b | [
"MIT"
] | null | null | null | ---
layout: post
title: LUCK
---

I have always believed in luck, but only because I know the power of belief. Luck is often perceived as this volatile and otherworldly force that comes and goes as it pleases. However in most cases, what people refer to as luck is merely the manifestation ... | 53.615385 | 561 | 0.766141 | eng_Latn | 0.999718 |
808be4b30e3e0b226a46f59777bbe7b95b10f406 | 194 | md | Markdown | README.md | alex-d-bondarev/java-linear-regression | 5d78fcf5aae650b850b95b835d05bb535b2d0669 | [
"MIT"
] | null | null | null | README.md | alex-d-bondarev/java-linear-regression | 5d78fcf5aae650b850b95b835d05bb535b2d0669 | [
"MIT"
] | null | null | null | README.md | alex-d-bondarev/java-linear-regression | 5d78fcf5aae650b850b95b835d05bb535b2d0669 | [
"MIT"
] | null | null | null | java-linear-regression
======================
Implement a simple linear regression in Java
See usage example in [GradientDescentTest](./src/test/java/org/practice/app/GradientDescentTest.java) | 32.333333 | 101 | 0.731959 | oci_Latn | 0.266832 |
808d0b311ac7bfa5ab7881ab06ca20925b783bda | 37 | md | Markdown | README.md | Jarno-de-Wit/PygButtons | c956514a00146bf98e8efee64fb9c2f4aee2722d | [
"MIT"
] | null | null | null | README.md | Jarno-de-Wit/PygButtons | c956514a00146bf98e8efee64fb9c2f4aee2722d | [
"MIT"
] | null | null | null | README.md | Jarno-de-Wit/PygButtons | c956514a00146bf98e8efee64fb9c2f4aee2722d | [
"MIT"
] | null | null | null | # PygButtons
Adds Buttons for Pygame
| 12.333333 | 23 | 0.810811 | eng_Latn | 0.744741 |
808d1f4492f4c9ac43a08eef8cbc4fb5e1d062a9 | 359 | md | Markdown | README.md | c4spar/deno-shell | ac4fb38a3e0af85bd2c0ce288ba532b1fddead15 | [
"MIT"
] | 1 | 2022-03-22T17:27:40.000Z | 2022-03-22T17:27:40.000Z | README.md | c4spar/deno-shell | ac4fb38a3e0af85bd2c0ce288ba532b1fddead15 | [
"MIT"
] | null | null | null | README.md | c4spar/deno-shell | ac4fb38a3e0af85bd2c0ce288ba532b1fddead15 | [
"MIT"
] | null | null | null | # deno-shell
Deno bindings for [deno_task_shell](https://crates.io/crates/deno_task_shell).
Execute deno shell commands in deno.
```ts
import { exec, execSync } from "./mod.ts";
// Execute task asynchronous.
await exec("pwd");
// Execute task synchronous.
execSync("pwd");
// Execute task with specified cwd.
await... | 18.894737 | 78 | 0.696379 | eng_Latn | 0.641719 |
808d5abd5f74528b3700900fb4d2e4f4210e3509 | 5,969 | md | Markdown | README.md | AlexSimAlgos/BioInformaticsFun | bab8d4e6cfab20be85bc93061b10ba7a411d57d8 | [
"MIT"
] | 1 | 2021-04-09T19:48:30.000Z | 2021-04-09T19:48:30.000Z | README.md | AlexSimAlgos/BioInformaticsFun | bab8d4e6cfab20be85bc93061b10ba7a411d57d8 | [
"MIT"
] | null | null | null | README.md | AlexSimAlgos/BioInformaticsFun | bab8d4e6cfab20be85bc93061b10ba7a411d57d8 | [
"MIT"
] | null | null | null | # Automated Bisulfite Analysis
## Overview
A simple automated bisulfite analysis Python script to determine the methylation status of CpG sites (Predicted by MethPrimer) given sequences of control samples (.fasta files) and sequences of perturbed samples (also .fasta files). Read below for very brief background inform... | 61.536082 | 534 | 0.788742 | eng_Latn | 0.992903 |
808dc278effb783591c9cccceeda3dd741782146 | 424 | md | Markdown | _posts/2021-04-24-R_01_annotation_skills.md | AuthurWhywait/authurwhywait.github.io | bcdad4b95aebc94112448788a15a78984deeb744 | [
"MIT"
] | 2 | 2020-10-26T09:51:21.000Z | 2020-10-26T09:51:41.000Z | _posts/2021-04-24-R_01_annotation_skills.md | AuthurWhywait/authurwhywait.github.io | bcdad4b95aebc94112448788a15a78984deeb744 | [
"MIT"
] | 2 | 2021-04-22T10:58:45.000Z | 2022-02-21T08:35:05.000Z | _posts/2021-04-24-R_01_annotation_skills.md | AuthurWhywait/authurwhywait.github.io | bcdad4b95aebc94112448788a15a78984deeb744 | [
"MIT"
] | 1 | 2022-02-14T16:02:33.000Z | 2022-02-14T16:02:33.000Z | ---
layout: post
title: "R(1), Skills of Annotation"
description: "Annotation, R"
categories: [R]
tags: [R, Skills]
redirect_from:
- /2021/04/24/
---
one line
```R
# It's only a test.
```
## Skills
multi-line comments: the comments should be put inside either a single OR double quote.
```R
if(FALSE){
"This is ... | 15.703704 | 87 | 0.674528 | eng_Latn | 0.974382 |
808e2edaaaad17a87bd63dc8f7c802e6e6a622f8 | 49 | md | Markdown | mingru/READMD.md | mgenware/mingru-examples | e14fa36b0464c735be82d22189dd2e8e0062c02f | [
"MIT"
] | null | null | null | mingru/READMD.md | mgenware/mingru-examples | e14fa36b0464c735be82d22189dd2e8e0062c02f | [
"MIT"
] | 4 | 2021-12-25T15:58:02.000Z | 2021-12-25T15:58:03.000Z | mingru/READMD.md | mgenware/mingru-examples | e14fa36b0464c735be82d22189dd2e8e0062c02f | [
"MIT"
] | null | null | null | To rebuild the project:
```sh
npm run build
```
| 8.166667 | 23 | 0.653061 | eng_Latn | 0.991606 |
808e5ad42aca5372eb5641a29313351b734e101d | 2,558 | md | Markdown | content/post/2014-11-05-how-do-i-contribute-mactech-2014-presentation-links.md | timsutton/macops.ca | 52a3f2b47143e4b173c4fdc832faee23376907bb | [
"MIT"
] | 5 | 2016-08-24T22:44:53.000Z | 2022-02-16T12:40:41.000Z | content/post/2014-11-05-how-do-i-contribute-mactech-2014-presentation-links.md | timsutton/macops.ca | 52a3f2b47143e4b173c4fdc832faee23376907bb | [
"MIT"
] | 5 | 2016-06-16T22:39:30.000Z | 2021-09-27T21:35:19.000Z | content/post/2014-11-05-how-do-i-contribute-mactech-2014-presentation-links.md | timsutton/macops.ca | 52a3f2b47143e4b173c4fdc832faee23376907bb | [
"MIT"
] | 4 | 2016-06-16T21:50:36.000Z | 2020-04-13T03:37:20.000Z | ---
comments: false
date: 2014-11-05T22:20:44Z
slug: how-do-i-contribute-mactech-2014-presentation-links
tags:
- Conference sessions
title: How Do I Contribute? MacTech 2014 presentation links
wordpress_id: 775
---
For everyone at the MacTech Conference in Los Angeles this year, here are links to various resources th... | 43.355932 | 187 | 0.743941 | yue_Hant | 0.251918 |
808f8684ba36fea6d0704b59249534285a6de4a8 | 1,672 | md | Markdown | _posts/2018-02-02-new-paper.md | mark-hurlstone/mark-hurlstone.github.io | 9cf0e3cf3fb06ab438b1bef06ec3f135e1c5d4ed | [
"MIT"
] | null | null | null | _posts/2018-02-02-new-paper.md | mark-hurlstone/mark-hurlstone.github.io | 9cf0e3cf3fb06ab438b1bef06ec3f135e1c5d4ed | [
"MIT"
] | null | null | null | _posts/2018-02-02-new-paper.md | mark-hurlstone/mark-hurlstone.github.io | 9cf0e3cf3fb06ab438b1bef06ec3f135e1c5d4ed | [
"MIT"
] | null | null | null | ---
layout: post
title: New paper in JEP:LMC
excerpt_separator: <!--more-->
---
My latest paper with Graham Hitch "How Is the serial order of a visual vequence represented? Insights from transposition latencies" has just been published in *Journal of Experimental Psychology: Learning, Memory, & Cognition*. The abstra... | 104.5 | 1,317 | 0.819976 | eng_Latn | 0.999262 |
80906a78e38d91a6225c0b96bb23ecad1dd973d9 | 474 | md | Markdown | How to clear the local DNS cache in OSX, Windows and Linux.md | sonyarianto/sony-ak-knowledge-center | 14529515bc5346858b14ad04fb679c2039cc95f7 | [
"CC0-1.0"
] | 4 | 2016-03-31T15:12:26.000Z | 2019-08-07T06:59:14.000Z | How to clear the local DNS cache in OSX, Windows and Linux.md | sonyarianto/sony-ak-knowledge-center | 14529515bc5346858b14ad04fb679c2039cc95f7 | [
"CC0-1.0"
] | null | null | null | How to clear the local DNS cache in OSX, Windows and Linux.md | sonyarianto/sony-ak-knowledge-center | 14529515bc5346858b14ad04fb679c2039cc95f7 | [
"CC0-1.0"
] | 5 | 2017-07-04T13:23:30.000Z | 2019-08-20T01:44:19.000Z | **OSX 10.11.0**
~~~
sudo killall -HUP mDNSResponder
~~~
**OSX 10.10.4**
~~~
sudo killall -HUP mDNSResponder
~~~
**OSX 10.10.0 - 10.10.3**
~~~
sudo discoveryutil mdnsflushcache
~~~
**OSX 10.9 - 10.8 – 10.7**
~~~
sudo killall -HUP mDNSResponder
~~~
**OSX 10.5 - 10.6**
~~~
sudo dscacheutil -flushcache
~~~
**Wind... | 9.875 | 44 | 0.597046 | kor_Hang | 0.219415 |
80918843d9bd847739fcd35621c67fee8234e50d | 354 | md | Markdown | README.md | Cyber-Duck/hive-php-fpm | 24b639f16bb20104073b19b6c15cf02ac8ae42c3 | [
"MIT"
] | null | null | null | README.md | Cyber-Duck/hive-php-fpm | 24b639f16bb20104073b19b6c15cf02ac8ae42c3 | [
"MIT"
] | null | null | null | README.md | Cyber-Duck/hive-php-fpm | 24b639f16bb20104073b19b6c15cf02ac8ae42c3 | [
"MIT"
] | null | null | null | # PHP-FPM Base Docker Image with PDFNetPHP support
`cyberduck/php-fpm-pdfnet` docker image.
Available on Docker Hub: [cyberduck/php-fpm-pdfnet](https://hub.docker.com/r/cyberduck/php-fpm-pdfnet)
PHP 5.6 support including PDFNetPHP for PDFTron PHP extension.
See [Cyber-Duck/pdfnet-php](https://github.com/Cyber-Duck/... | 35.4 | 102 | 0.779661 | yue_Hant | 0.625484 |
8091f1456297ac7305704c00d34d6d4855fd78e4 | 10,433 | md | Markdown | docs/plugins.md | opencollective/xmake | e6f6d43feb29a7c87a70bc8cbfdb0670809a65d8 | [
"Apache-2.0"
] | 1 | 2019-06-12T17:44:47.000Z | 2019-06-12T17:44:47.000Z | docs/plugins.md | opencollective/xmake | e6f6d43feb29a7c87a70bc8cbfdb0670809a65d8 | [
"Apache-2.0"
] | null | null | null | docs/plugins.md | opencollective/xmake | e6f6d43feb29a7c87a70bc8cbfdb0670809a65d8 | [
"Apache-2.0"
] | 1 | 2019-01-16T08:07:56.000Z | 2019-01-16T08:07:56.000Z | ---
search: en
---
## Plugin Development
#### Introduction
XMake supports the plugin module and we can develop ourself plugin module conveniently.
We can run command `xmake -h` to look over some builtin plugins of xmake
```
Plugins:
l, lua Run the lua script.
m, macro ... | 22.010549 | 176 | 0.600019 | eng_Latn | 0.828031 |
80921eca34dcd4b54914cbe5b98cec9b61d7f52d | 349 | md | Markdown | _posts/2021-07-13-Catching-that-golden-hour-20210713123158455447.md | ipussy/ipussy.github.io | 95d19a74e38bb54303cf18057a99a57c783e76bf | [
"Apache-2.0"
] | null | null | null | _posts/2021-07-13-Catching-that-golden-hour-20210713123158455447.md | ipussy/ipussy.github.io | 95d19a74e38bb54303cf18057a99a57c783e76bf | [
"Apache-2.0"
] | null | null | null | _posts/2021-07-13-Catching-that-golden-hour-20210713123158455447.md | ipussy/ipussy.github.io | 95d19a74e38bb54303cf18057a99a57c783e76bf | [
"Apache-2.0"
] | null | null | null | ---
title: "Catching that golden hour"
metadate: "hide"
categories: [ Pussy ]
image: "https://preview.redd.it/yu6w7x1vrwa71.jpg?auto=webp&s=f786600e6e74bd31a7072324311d903449bebf33"
thumb: "https://preview.redd.it/yu6w7x1vrwa71.jpg?width=1080&crop=smart&auto=webp&s=5c36a22e3df570077abee31d063ed208dc5d7f91"
visit: ""
-... | 34.9 | 125 | 0.787966 | yue_Hant | 0.125672 |
8092309cb89ccd723455667bcd953a4b3eb4413d | 2,730 | md | Markdown | content/publication/ICAASP-conf-paper1/index.md | jabhinav/academic-kickstart | 0e5fde946db1972bb74b71afd4a88cabde9a0eda | [
"MIT"
] | null | null | null | content/publication/ICAASP-conf-paper1/index.md | jabhinav/academic-kickstart | 0e5fde946db1972bb74b71afd4a88cabde9a0eda | [
"MIT"
] | null | null | null | content/publication/ICAASP-conf-paper1/index.md | jabhinav/academic-kickstart | 0e5fde946db1972bb74b71afd4a88cabde9a0eda | [
"MIT"
] | null | null | null | ---
title: "Radial Loss for Learning Fine-grained Video Similarity Metric"
authors:
- admin
- Prerna Agarwal
- Shashank Mujumdar
- Nitin Gupta
- Sameep Mehta
- Chiranjoy Chattopadhyay
date: "2019-05-12T00:00:00Z"
doi: ""
# Schedule page publish date (NOT publication's date).
publishDate: "2019-04-17T00:00:00Z"
# Publ... | 39 | 755 | 0.761538 | eng_Latn | 0.931849 |
8092e49ca491c27e7bfcfb3a495c1bd1eff22531 | 356 | md | Markdown | README.md | karnak52/Mobile_App_for_Lottery_Addiction | c96f3cc6827d098cb8a807a140383a5c52dfba1e | [
"MIT"
] | 1 | 2021-08-04T16:16:17.000Z | 2021-08-04T16:16:17.000Z | README.md | karnak52/Mobile_App_for_Lottery_Addiction | c96f3cc6827d098cb8a807a140383a5c52dfba1e | [
"MIT"
] | null | null | null | README.md | karnak52/Mobile_App_for_Lottery_Addiction | c96f3cc6827d098cb8a807a140383a5c52dfba1e | [
"MIT"
] | null | null | null | # Mobile_App_for_Lottery_Addiction
STATS_Using data from the popular Canadian lottery <i>Lotto 6/49</i> and probabilistic calculations, a proof-of-concept is created for a mobile application to both prevent and assist in the treatment of lottery addiction by helping users to better estimate their chances of winni... | 89 | 288 | 0.825843 | eng_Latn | 0.995417 |
8095438d13c072d070a110da495ff5d811ab77a0 | 423 | md | Markdown | CONTRIBUTING.md | oleksmarkh/bookmarks | 940de57ff5ad607fe516652ba28909898e71e7e8 | [
"CC0-1.0"
] | null | null | null | CONTRIBUTING.md | oleksmarkh/bookmarks | 940de57ff5ad607fe516652ba28909898e71e7e8 | [
"CC0-1.0"
] | 2 | 2018-02-23T14:14:29.000Z | 2019-01-04T16:38:49.000Z | CONTRIBUTING.md | oleksmarkh/bookmarks | 940de57ff5ad607fe516652ba28909898e71e7e8 | [
"CC0-1.0"
] | 1 | 2018-09-26T18:42:10.000Z | 2018-09-26T18:42:10.000Z | It's a personal list. You are welcome to reuse it, of course. But please follow the consistency rules:
1. When adding a new link, make sure it's ordered according to categorization described in the *legend* (also applies to sublists).
1. If a section is split into sublists and there are items that don't quite fit into... | 60.428571 | 172 | 0.765957 | eng_Latn | 0.999965 |
8095ada438520c8699fada4d00cab92915806bee | 2,031 | md | Markdown | _posts/2007-4-25-2007-04-25.md | gt-2003-2017/gt-2003-2017.github.io | d9b4154d35ecccbe063e9919c7e9537a84c6d56e | [
"MIT"
] | null | null | null | _posts/2007-4-25-2007-04-25.md | gt-2003-2017/gt-2003-2017.github.io | d9b4154d35ecccbe063e9919c7e9537a84c6d56e | [
"MIT"
] | null | null | null | _posts/2007-4-25-2007-04-25.md | gt-2003-2017/gt-2003-2017.github.io | d9b4154d35ecccbe063e9919c7e9537a84c6d56e | [
"MIT"
] | null | null | null | 마태복음 27:33 - 27:44
2007년 04월 25일 (수)
모두에게 조롱 받으신 예수님
마태복음 27:33 - 27:44 / 새찬송가 135 장
관찰질문
예수님의 죄 패에는 무엇이라고 쓰여 있습니까?
십자가에 달리신 예수님을 본 사람들의 반응은 어떠합니까?
33 골고다 즉 해골의 곳이라는 곳에 이르러 34 쓸개 탄 포도주를 예수께 주어 마시게 하려 하였더니 예수께서 맛보시고 마시고자 하지 아니하시더라 35 그들이 예수를 십자가에 못 박은 후에 그 옷을 제비 뽑아 나누고 36 거기 앉아 지키더라 37 그 머리 위에 이는 유대인의 왕 예수라 ... | 67.7 | 611 | 0.715903 | kor_Hang | 1.00001 |
8096b4154d7fca88c3b495f9e74f54efa75524c3 | 375 | md | Markdown | README.md | SnaveSutit/figura-avatar-scripts | 8ac5575ecdd8e4049ab834e669c7ffe0bf1c607a | [
"MIT"
] | 1 | 2021-06-06T03:08:32.000Z | 2021-06-06T03:08:32.000Z | README.md | SnaveSutit/figura-avatar-scripts | 8ac5575ecdd8e4049ab834e669c7ffe0bf1c607a | [
"MIT"
] | null | null | null | README.md | SnaveSutit/figura-avatar-scripts | 8ac5575ecdd8e4049ab834e669c7ffe0bf1c607a | [
"MIT"
] | null | null | null | # Figura Avatar Scripts
A few useful scripts that I've developed for my Figura Avatar.
A few people wanted to use them so I decided to make a repo so I don't have to spam the code channel. :)
These scripts can be simply copy-pasted into your avatar script and then configured and you're good to go. They are self conta... | 53.571429 | 180 | 0.781333 | eng_Latn | 0.999918 |
8096bf5d9dbcc079cfcffae71ae05b738fe92221 | 6,443 | md | Markdown | QR Code SDK/C#/Create GS1 QR Code/README.md | atkins126/ByteScout-SDK-SourceCode | cc4bc9e779ad95f85be0a8630c17878006059684 | [
"Apache-2.0"
] | 24 | 2017-01-13T13:43:21.000Z | 2021-12-23T07:57:19.000Z | QR Code SDK/C#/Create GS1 QR Code/README.md | atkins126/ByteScout-SDK-SourceCode | cc4bc9e779ad95f85be0a8630c17878006059684 | [
"Apache-2.0"
] | 1 | 2017-03-29T08:22:18.000Z | 2017-05-13T12:27:02.000Z | QR Code SDK/C#/Create GS1 QR Code/README.md | atkins126/ByteScout-SDK-SourceCode | cc4bc9e779ad95f85be0a8630c17878006059684 | [
"Apache-2.0"
] | 35 | 2016-08-03T19:15:44.000Z | 2022-03-27T16:38:58.000Z | ## How to create gs1 QR code in C# using ByteScout QR Code
### How to create gs1 QR code in C#
These source code samples are listed and grouped by their programming language and functions they use. What is ByteScout QR Code? It is QR Code barcode generator SDK with tunnable quality and features like QR Code embedded ... | 37.678363 | 420 | 0.711935 | yue_Hant | 0.395138 |
80998508f2718687610735bf2ebc055b53b63ca1 | 610 | md | Markdown | user/pages/08.team/people.md | djahnie/fsww-new | 5381afe60ac875378eac762dc649f5548db41269 | [
"MIT"
] | null | null | null | user/pages/08.team/people.md | djahnie/fsww-new | 5381afe60ac875378eac762dc649f5548db41269 | [
"MIT"
] | 4 | 2018-06-21T16:50:22.000Z | 2018-09-02T10:45:14.000Z | user/pages/08.team/people.md | djahnie/fsww-new | 5381afe60ac875378eac762dc649f5548db41269 | [
"MIT"
] | null | null | null | ---
title: Team
routes:
default: '/team'
aliases:
- '/en/team'
people:
-
name: 'Lars Wolf'
role: 'Frontend, Design'
email: lars.m.wolf@googlemail.com
image: lars.jpg
-
name: 'Janina Abels'
role: 'Communication'
email: djahnie@disroot.org
... | 21.034483 | 41 | 0.531148 | yue_Hant | 0.086452 |
80998f3ded9f632987ee08f6e5cb3f168be6467f | 79 | md | Markdown | robot/assets/README.md | marcelovilaca/storm-webdav | 08415f82c6692273fb8a50e0c92022a10f54a2e5 | [
"Apache-2.0"
] | null | null | null | robot/assets/README.md | marcelovilaca/storm-webdav | 08415f82c6692273fb8a50e0c92022a10f54a2e5 | [
"Apache-2.0"
] | 2 | 2015-02-03T15:03:48.000Z | 2020-03-30T16:15:25.000Z | robot/assets/README.md | marcelovilaca/storm-webdav | 08415f82c6692273fb8a50e0c92022a10f54a2e5 | [
"Apache-2.0"
] | 1 | 2020-05-07T10:48:36.000Z | 2020-05-07T10:48:36.000Z | This folder contains assets useful for the execution of the storm-webdav suite
| 39.5 | 78 | 0.835443 | eng_Latn | 0.99987 |
809a423b3127bf4b4a8c0119a9941c80c5d3a173 | 25 | md | Markdown | README.md | AgmoStudioSdnBhd/iOS-Pasar-Malam-Locator | 7057257df5336b49caecf78e05f29f69364f602b | [
"MIT"
] | null | null | null | README.md | AgmoStudioSdnBhd/iOS-Pasar-Malam-Locator | 7057257df5336b49caecf78e05f29f69364f602b | [
"MIT"
] | null | null | null | README.md | AgmoStudioSdnBhd/iOS-Pasar-Malam-Locator | 7057257df5336b49caecf78e05f29f69364f602b | [
"MIT"
] | null | null | null | # iOS-Pasar-Malam-Locator | 25 | 25 | 0.8 | kor_Hang | 0.364486 |
809acb6f5e0ed15f467512d3f0626ae5c822592a | 9,735 | md | Markdown | README.md | t2y/genmai | 78583835e1e41e3938e1ddfffd7101f8ad27fae0 | [
"MIT"
] | 122 | 2015-01-10T15:24:22.000Z | 2021-12-30T15:29:48.000Z | README.md | t2y/genmai | 78583835e1e41e3938e1ddfffd7101f8ad27fae0 | [
"MIT"
] | 13 | 2015-03-03T09:48:23.000Z | 2021-10-13T18:12:05.000Z | README.md | t2y/genmai | 78583835e1e41e3938e1ddfffd7101f8ad27fae0 | [
"MIT"
] | 20 | 2015-03-11T05:04:48.000Z | 2021-07-20T15:00:39.000Z | # Genmai [](https://travis-ci.org/naoina/genmai)
Simple, better and easy-to-use ORM library for [Golang](http://golang.org/).
## Overview
* flexibility with SQL-like API
* Transaction support
* Database dialect interface
* Query logging
* Update/I... | 19.315476 | 130 | 0.6151 | eng_Latn | 0.390885 |
809c357405831491b56d1776c824164049f57f18 | 8,691 | md | Markdown | docs/_docs/perfect_paradox.md | rslifka/wishlist | 12c3e90118aa1037cac2ce31e9f9107133304160 | [
"MIT"
] | 15 | 2020-01-07T00:24:44.000Z | 2021-08-07T19:41:42.000Z | docs/_docs/perfect_paradox.md | rslifka/wishlist | 12c3e90118aa1037cac2ce31e9f9107133304160 | [
"MIT"
] | 8 | 2020-02-01T23:31:36.000Z | 2020-02-24T03:55:42.000Z | docs/_docs/perfect_paradox.md | rslifka/wishlist | 12c3e90118aa1037cac2ce31e9f9107133304160 | [
"MIT"
] | 6 | 2020-01-15T17:46:42.000Z | 2021-06-19T15:59:11.000Z | ---
title: Perfect Paradox
description: Roll commentary for Perfect Paradox
---
## PvP
*For all possible perks, check out **Perfect Paradox** over on [light.gg](https://www.light.gg/db/items/3393519051/perfect-paradox/)*
Rapid-fire frames in PvP are a different breed. They're not like Aggressive or Precision Frames ... | 52.355422 | 511 | 0.690484 | eng_Latn | 0.958239 |
809c5064a98d88ad3aa20a4fbc28cf149a871dd4 | 1,860 | md | Markdown | dynamicsax2012-msdn/releaseupdatedb41-vend-updatemappingfields-upgrade-script.md | AndreasVolkmann/DynamicsAX2012-msdn | 53dd6d433cc772eb1e207abb8e5bed1c157ee1f1 | [
"CC-BY-4.0",
"MIT"
] | 7 | 2020-05-18T17:20:32.000Z | 2021-11-04T20:39:20.000Z | dynamicsax2012-msdn/releaseupdatedb41-vend-updatemappingfields-upgrade-script.md | AndreasVolkmann/DynamicsAX2012-msdn | 53dd6d433cc772eb1e207abb8e5bed1c157ee1f1 | [
"CC-BY-4.0",
"MIT"
] | 66 | 2018-08-07T20:05:55.000Z | 2022-01-21T20:00:29.000Z | dynamicsax2012-msdn/releaseupdatedb41-vend-updatemappingfields-upgrade-script.md | AndreasVolkmann/DynamicsAX2012-msdn | 53dd6d433cc772eb1e207abb8e5bed1c157ee1f1 | [
"CC-BY-4.0",
"MIT"
] | 23 | 2018-08-08T11:57:41.000Z | 2021-08-31T09:04:49.000Z | ---
title: ReleaseUpdateDB41_Vend.updateMappingFields Upgrade Script
TOCTitle: ReleaseUpdateDB41_Vend.updateMappingFields Upgrade Script
ms:assetid: 203a4c46-75de-c6c6-6c6c-0ce90ce11718
ms:mtpsurl: https://msdn.microsoft.com/en-us/library/JJ684883(v=AX.60)
ms:contentKeyID: 49707086
ms.date: 05/18/2015
mtps_version: v=... | 17.714286 | 78 | 0.660753 | yue_Hant | 0.487313 |
809e405607c3f6af72d56443ae0c833c52ed8754 | 52 | md | Markdown | README.md | sbekti/zerotier-one-docker | b16273156ad8e98086b509515cdc8f6776fe1258 | [
"MIT"
] | null | null | null | README.md | sbekti/zerotier-one-docker | b16273156ad8e98086b509515cdc8f6776fe1258 | [
"MIT"
] | null | null | null | README.md | sbekti/zerotier-one-docker | b16273156ad8e98086b509515cdc8f6776fe1258 | [
"MIT"
] | null | null | null | # zerotier-one-docker
Docker build for ZeroTier One
| 17.333333 | 29 | 0.807692 | kor_Hang | 0.262221 |
809e89f94d99d5820a8dca250458c01364116d54 | 104 | md | Markdown | source/blog/linux-ubuntu/trackpad.md | walchko/github-blog | 6149b7c48068a0781dace6763f7e0575366f0a3c | [
"MIT"
] | 2 | 2020-05-25T11:33:21.000Z | 2020-12-19T06:45:01.000Z | source/blog/linux-ubuntu/trackpad.md | walchko/github-blog | 6149b7c48068a0781dace6763f7e0575366f0a3c | [
"MIT"
] | null | null | null | source/blog/linux-ubuntu/trackpad.md | walchko/github-blog | 6149b7c48068a0781dace6763f7e0575366f0a3c | [
"MIT"
] | 1 | 2021-09-12T19:56:29.000Z | 2021-09-12T19:56:29.000Z | ---
title: Trackpad Issues
date: 28 Nov 2020
---
- https://wiki.ubuntu.com/DebuggingTouchpadDetection
| 13 | 52 | 0.730769 | kor_Hang | 0.352453 |
809f6b7325ff59b28bfc67f1b55eee7d6e20979f | 1,278 | md | Markdown | articles/cloud-partner-portal/cloud-partner-portal-give-feedback.md | bplus/azure-docs | 3e3fc1c429f17f7a5b6cbb835890619c46b4e137 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/cloud-partner-portal/cloud-partner-portal-give-feedback.md | bplus/azure-docs | 3e3fc1c429f17f7a5b6cbb835890619c46b4e137 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/cloud-partner-portal/cloud-partner-portal-give-feedback.md | bplus/azure-docs | 3e3fc1c429f17f7a5b6cbb835890619c46b4e137 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2021-12-07T06:43:08.000Z | 2021-12-19T02:20:20.000Z | ---
title: Share Azure marketplace publishing and cloud partner portal Feedback | Microsoft Docs
description: Please share your feedback for the Azure marketplace publishing and cloud partner portal.
services: marketplace-publishing
documentationcenter: ''
author: rupeshazure
manager: hamidm
ms.service: marketplace
... | 31.95 | 382 | 0.77856 | eng_Latn | 0.956547 |
80a0a8b0b1215fe79f5da2b48497f50c1e91065a | 68 | md | Markdown | README.md | FloresFelipe/ATM-OOP | cdd669dbb4eac52ad65b6f1949f118f85fa63802 | [
"MIT"
] | null | null | null | README.md | FloresFelipe/ATM-OOP | cdd669dbb4eac52ad65b6f1949f118f85fa63802 | [
"MIT"
] | null | null | null | README.md | FloresFelipe/ATM-OOP | cdd669dbb4eac52ad65b6f1949f118f85fa63802 | [
"MIT"
] | null | null | null | # ATM-OOP
Object Oriented implementation of the ATM CLD sample Exam
| 22.666667 | 57 | 0.808824 | eng_Latn | 0.940919 |
80a178503b418445e0d30e7df8acd1ed6ab77641 | 343 | md | Markdown | _posts/2021-07-17-Im-being-bad-tonight-20210717084722044067.md | ipussy/ipussy.github.io | 95d19a74e38bb54303cf18057a99a57c783e76bf | [
"Apache-2.0"
] | null | null | null | _posts/2021-07-17-Im-being-bad-tonight-20210717084722044067.md | ipussy/ipussy.github.io | 95d19a74e38bb54303cf18057a99a57c783e76bf | [
"Apache-2.0"
] | null | null | null | _posts/2021-07-17-Im-being-bad-tonight-20210717084722044067.md | ipussy/ipussy.github.io | 95d19a74e38bb54303cf18057a99a57c783e76bf | [
"Apache-2.0"
] | null | null | null | ---
title: "I’m being bad tonight😈"
metadate: "hide"
categories: [ Pussy ]
image: "https://preview.redd.it/xponfz3nhob71.jpg?auto=webp&s=4fef73559cffc7e6d846fdb20672476a30574214"
thumb: "https://preview.redd.it/xponfz3nhob71.jpg?width=1080&crop=smart&auto=webp&s=ed29637ce7cdff7afdd5105738c915a3acb92285"
visit: ""
---... | 34.3 | 125 | 0.772595 | yue_Hant | 0.061666 |
80a183669e7978ec0e70ca477aa900afbc6dd7c6 | 920 | md | Markdown | add/metadata/System.Xml.Schema/XmlSchemaExternal.meta.md | v-maudel/docs-1 | f849afb0bd9a505311e7aec32c544c3169edf1c5 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | add/metadata/System.Xml.Schema/XmlSchemaExternal.meta.md | v-maudel/docs-1 | f849afb0bd9a505311e7aec32c544c3169edf1c5 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | add/metadata/System.Xml.Schema/XmlSchemaExternal.meta.md | v-maudel/docs-1 | f849afb0bd9a505311e7aec32c544c3169edf1c5 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-01-06T09:36:01.000Z | 2021-01-06T09:36:01.000Z | ---
uid: System.Xml.Schema.XmlSchemaExternal
ms.technology:
- "dotnet-standard"
author: "mairaw"
ms.author: "mairaw"
manager: "wpickett"
---
---
uid: System.Xml.Schema.XmlSchemaExternal.Id
ms.technology:
- "dotnet-standard"
author: "mairaw"
ms.author: "mairaw"
manager: "wpickett"
---
---
uid: System.Xml.Schema.... | 17.037037 | 60 | 0.71413 | eng_Latn | 0.104109 |
80a2f99f750e4ffa9dead08536187d9f14098010 | 287 | md | Markdown | README.md | Kuberlytics/singleuser-deeplearning | 0a9e0347f2d2bdae6b5084c77da5408b6e10da89 | [
"Apache-2.0"
] | null | null | null | README.md | Kuberlytics/singleuser-deeplearning | 0a9e0347f2d2bdae6b5084c77da5408b6e10da89 | [
"Apache-2.0"
] | null | null | null | README.md | Kuberlytics/singleuser-deeplearning | 0a9e0347f2d2bdae6b5084c77da5408b6e10da89 | [
"Apache-2.0"
] | null | null | null | # Single-user Docker image for Data8-like classes
This repository contains a simple single-user image for use with
JupyterHub when teaching a [data8](https://data8.org) like class.
## Releases
The current release is `berkeleydsep/singleuser-data8:v0.1`. How this
is versioned is tbd.
| 28.7 | 69 | 0.780488 | eng_Latn | 0.994832 |
80a3668e6db1459f0a0300f2ef9bdf20aa48609c | 3,045 | md | Markdown | _posts/2021-01-13-當前馬特市的訴訟制度改革刻不容緩.md | NodeBE4/opinion | 81a7242230f02459879ebc1f02eb6fc21507cdf1 | [
"MIT"
] | 21 | 2020-07-20T16:10:55.000Z | 2022-03-14T14:01:14.000Z | _posts/2021-01-13-當前馬特市的訴訟制度改革刻不容緩.md | NodeBE4/opinion | 81a7242230f02459879ebc1f02eb6fc21507cdf1 | [
"MIT"
] | 1 | 2020-07-19T21:49:44.000Z | 2021-09-16T13:37:28.000Z | _posts/2021-01-13-當前馬特市的訴訟制度改革刻不容緩.md | NodeBE4/opinion | 81a7242230f02459879ebc1f02eb6fc21507cdf1 | [
"MIT"
] | 1 | 2021-05-29T19:48:01.000Z | 2021-05-29T19:48:01.000Z | ---
layout: post
title: "當前馬特市的訴訟制度改革刻不容緩"
date: 2021-01-13T09:20:46.000Z
author: William
from: https://matters.news/@WilliamLeung/%25E7%2595%25B6%25E5%2589%258D%25E9%25A6%25AC%25E7%2589%25B9%25E5%25B8%2582%25E7%259A%2584%25E8%25A8%25B4%25E8%25A8%259F%25E5%2588%25B6%25E5%25BA%25A6%25E6%2594%25B9%25E9%259D%25A9%25E5%258... | 179.117647 | 2,168 | 0.817077 | yue_Hant | 0.797337 |
80a3973724bbdd5228b58ddb7e293b0de26f632e | 5,238 | md | Markdown | 3.6/jig-mapper/main.md | 2728-92/F3com-data-master | a6685ed9869ec2c4678539d80355fd7cb00942db | [
"MIT"
] | null | null | null | 3.6/jig-mapper/main.md | 2728-92/F3com-data-master | a6685ed9869ec2c4678539d80355fd7cb00942db | [
"MIT"
] | null | null | null | 3.6/jig-mapper/main.md | 2728-92/F3com-data-master | a6685ed9869ec2c4678539d80355fd7cb00942db | [
"MIT"
] | null | null | null | # Jig Mapper
The Jig Object-Document-Mapper is an implementation of the abstract [Active Record Cursor class](cursor). Have a look into it for additional method descriptions.
Namespace: `\DB\Jig` <br>
File location: `lib/db/jig/mapper.php`
---
## Instantiation
To use the Jig ODM, [create a valid Jig DB Connection]... | 20.622047 | 167 | 0.666858 | eng_Latn | 0.947957 |
80a4c1f07c9dd81337f6636bea08215bafe0357e | 981 | md | Markdown | _posts/2017-11-24-Lou-Lou-LouLou-LB113-Lottie.md | marjoriermoses/marjoriermoses.github.io | cf45d4879f2cef9f76cd2ad1ede8f2a69fe5ad1b | [
"MIT"
] | null | null | null | _posts/2017-11-24-Lou-Lou-LouLou-LB113-Lottie.md | marjoriermoses/marjoriermoses.github.io | cf45d4879f2cef9f76cd2ad1ede8f2a69fe5ad1b | [
"MIT"
] | null | null | null | _posts/2017-11-24-Lou-Lou-LouLou-LB113-Lottie.md | marjoriermoses/marjoriermoses.github.io | cf45d4879f2cef9f76cd2ad1ede8f2a69fe5ad1b | [
"MIT"
] | null | null | null | ---
layout: post
date: 2017-11-24
title: "Lou Lou LouLou LB113 Lottie"
category: Lou Lou
tags: [Lou Lou]
---
### Lou Lou LouLou LB113 Lottie
Just **$309.99**
###
<table><tr><td>BRANDS</td><td>Lou Lou</td></tr></table>
<a href="https://www.readybrides.com/en/lou-lou/64037-loulou-lb113-lottie.html"><img src="//img.... | 57.705882 | 210 | 0.707441 | yue_Hant | 0.420523 |
80a5a85a80b784403763cbfa02b4ae0211e90160 | 3,261 | md | Markdown | README.md | willynilly/gulp-solemn | 355dfe31c8a3949aacc00ba4153174a2f38d02f9 | [
"MIT"
] | null | null | null | README.md | willynilly/gulp-solemn | 355dfe31c8a3949aacc00ba4153174a2f38d02f9 | [
"MIT"
] | null | null | null | README.md | willynilly/gulp-solemn | 355dfe31c8a3949aacc00ba4153174a2f38d02f9 | [
"MIT"
] | null | null | null | # gulp-solemn
A gulp plugin to detect inappropriate language in your code.
## Overview
The plugin prints violation messages to the console when it encounters inappropriate language in your JS or CSS files. Each word is associated to one or more violation categories. For example, you might associate the word "beefcak... | 31.355769 | 354 | 0.706838 | eng_Latn | 0.870579 |
80a6431a87ed0a390f0da083a8314f5b9d47dbd0 | 1,751 | markdown | Markdown | _posts/2022/2022-01-01-locate-assembly-aot-type.markdown | nunomaia/nunomaia.github.io | 19ee7879bafd1629b3aec6e60a8e7a2edbd779a3 | [
"Apache-2.0"
] | null | null | null | _posts/2022/2022-01-01-locate-assembly-aot-type.markdown | nunomaia/nunomaia.github.io | 19ee7879bafd1629b3aec6e60a8e7a2edbd779a3 | [
"Apache-2.0"
] | null | null | null | _posts/2022/2022-01-01-locate-assembly-aot-type.markdown | nunomaia/nunomaia.github.io | 19ee7879bafd1629b3aec6e60a8e7a2edbd779a3 | [
"Apache-2.0"
] | null | null | null | ---
layout: single
title: Locate .NET Assembly for a given type in X++
tags:
- D365FO
categories:
- X++
---
I was experiencing an error in a standard Dynamics 365 F&O class that source code has not available. I needed to understand class internal behavior by analyzin... | 27.359375 | 200 | 0.664192 | eng_Latn | 0.948925 |
80a6aaf3cda389f113a7db4965ba18451a80fe37 | 805 | md | Markdown | _versions/babelfish-1.1.0.md | babelfish-for-postgresql/babelfish_project_website | 61696a8e1031bfce599e8ec776be41a122458f00 | [
"Apache-2.0"
] | 8 | 2021-10-30T02:28:33.000Z | 2022-03-02T21:49:27.000Z | _versions/babelfish-1.1.0.md | babelfish-for-postgresql/babelfish_project_website | 61696a8e1031bfce599e8ec776be41a122458f00 | [
"Apache-2.0"
] | 76 | 2021-11-01T15:15:48.000Z | 2022-03-30T15:03:07.000Z | _versions/babelfish-1.1.0.md | babelfish-for-postgresql/babelfish_project_website | 61696a8e1031bfce599e8ec776be41a122458f00 | [
"Apache-2.0"
] | 6 | 2021-10-30T19:53:29.000Z | 2022-01-20T01:22:58.000Z | ---
date: 2022-03-15
title: Babelfish 1.1.0
nav_order: 2
product: Babelfish for PostgreSQL
version: '1.1.0'
components:
-
role: engine
artifact: babelfish
version: 1.1.0
sections:
source:
explanation: "/releases/babelfish-1.1.0.md"
pretty:
artifacts:
babelfish: ''
sections:
source: 'B... | 33.541667 | 465 | 0.742857 | eng_Latn | 0.983062 |
80a72c6c087b120973ff2e3c8c653d7fdaf1d998 | 91 | md | Markdown | pull_request_template.md | juliandavidoviedo/invie-github | 6f4ea7b4d37419478b0e4b94432823fb6e2e4b8e | [
"Apache-2.0"
] | null | null | null | pull_request_template.md | juliandavidoviedo/invie-github | 6f4ea7b4d37419478b0e4b94432823fb6e2e4b8e | [
"Apache-2.0"
] | 1 | 2019-02-02T05:13:58.000Z | 2019-02-02T05:13:58.000Z | pull_request_template.md | juliandavidoviedo/invie-github | 6f4ea7b4d37419478b0e4b94432823fb6e2e4b8e | [
"Apache-2.0"
] | null | null | null | ## ¿Que cambio el proyecto?
- [ ] Frontend
- [ ] Backend
- [ ] Server
## ¿Como lo pruebo?
| 15.166667 | 28 | 0.571429 | spa_Latn | 0.770526 |
80a753aff9cb665caf955c2837a16a2dba4d4d73 | 2,413 | md | Markdown | README.md | savabel/EmployeeTracker | 08793d3275f86b60db79c7e0896d4a39b7866fe8 | [
"MIT"
] | null | null | null | README.md | savabel/EmployeeTracker | 08793d3275f86b60db79c7e0896d4a39b7866fe8 | [
"MIT"
] | null | null | null | README.md | savabel/EmployeeTracker | 08793d3275f86b60db79c7e0896d4a39b7866fe8 | [
"MIT"
] | null | null | null |
# Project Title : Employee Tracker
## Project Description:
Build a solution for managing a company's employees using node, inquirer, and MySQL.
## Table of Contents
* [Installation](#installation)
* [Usage](#usage)
* [Contributing](#contributing)
* [Test](#test)
* [Questions](#questions)
* [License](#lic... | 36.014925 | 131 | 0.742644 | yue_Hant | 0.47568 |
80aaa06fb93e64a043bb13d51acdf0aa5d725989 | 153 | md | Markdown | docs/about.md | xinyichv/alfresco-vue-help | af42e2d2b3e1930b0a6eff39b3f18b1230a1b4f7 | [
"MIT"
] | null | null | null | docs/about.md | xinyichv/alfresco-vue-help | af42e2d2b3e1930b0a6eff39b3f18b1230a1b4f7 | [
"MIT"
] | null | null | null | docs/about.md | xinyichv/alfresco-vue-help | af42e2d2b3e1930b0a6eff39b3f18b1230a1b4f7 | [
"MIT"
] | null | null | null | ## 关于我们
# 凌云文档
国内领先的企业内容管理解决方案提供商,公司十余年专注于企业文档管理领域,以文档管理(ECM)和流程管理(BPM)为核心,凌云文档为主要产品,覆盖企业网盘、ISO文控、FMEA失效影响分析、企业文库、档案管理、合同管理等企业实际业务范围,为企业提供非结构化数据整体解决方案。 | 30.6 | 136 | 0.843137 | yue_Hant | 0.970604 |
80aaa801f4617dbc10510bb8b9089808790dc8b3 | 5,208 | md | Markdown | published/201906/20190531 Learn Python with these awesome resources.md | mcfd/TranslateProject | fddf002fb13e01ac2a35c1b4d917ecf4ad0ad4dc | [
"Apache-2.0"
] | 1,994 | 2015-01-04T11:40:04.000Z | 2022-03-29T17:18:18.000Z | published/201906/20190531 Learn Python with these awesome resources.md | mcfd/TranslateProject | fddf002fb13e01ac2a35c1b4d917ecf4ad0ad4dc | [
"Apache-2.0"
] | 1,257 | 2015-01-03T12:52:51.000Z | 2022-03-31T12:52:12.000Z | published/201906/20190531 Learn Python with these awesome resources.md | CN-QUAN/TranslateProject | 89f982acd224c24de4431ce147aa1dedaa70b206 | [
"Apache-2.0"
] | 2,359 | 2015-01-04T02:09:02.000Z | 2022-03-31T05:31:18.000Z | [#]: collector: (lujun9972)
[#]: translator: (tomjlw)
[#]: reviewer: (wxy)
[#]: publisher: (wxy)
[#]: url: (https://linux.cn/article-11015-1.html)
[#]: subject: (Learn Python with these awesome resources)
[#]: via: (https://opensource.com/article/19/5/resources-learning-python)
[#]: author: (Don Watkins https://opensou... | 56.608696 | 443 | 0.745968 | yue_Hant | 0.908528 |
80aad77462270d8c5108f49d1dde4f00e6ea3b0f | 294 | md | Markdown | README.md | se-panfilov/evision_test | 88f3b453fbac36796584f84e4a6b865bc4d8dd48 | [
"MIT"
] | null | null | null | README.md | se-panfilov/evision_test | 88f3b453fbac36796584f84e4a6b865bc4d8dd48 | [
"MIT"
] | null | null | null | README.md | se-panfilov/evision_test | 88f3b453fbac36796584f84e4a6b865bc4d8dd48 | [
"MIT"
] | null | null | null | # evision_test
#### Launch
1. Just open `dist/index.html` in your browser
2. launch dev server `npm run server`
(no need ti build)
#### Install deps
```shell
npm i
```
#### Build
```shell
npm run build
```
#### Development
```shell
npm run dev
```
#### Tests
```shell
npm test
```
| 8.647059 | 47 | 0.602041 | eng_Latn | 0.627521 |
80aae50d01ddf8bd779fff86c6110294be31484a | 49 | md | Markdown | content/team/_index.md | threat-defuser/threat-defuser.org | 8b913167223291bcc4f6b526adbe1554c06aa7e4 | [
"MIT"
] | null | null | null | content/team/_index.md | threat-defuser/threat-defuser.org | 8b913167223291bcc4f6b526adbe1554c06aa7e4 | [
"MIT"
] | 34 | 2020-07-23T14:15:39.000Z | 2022-02-26T13:38:33.000Z | content/team/_index.md | threat-defuser/threat-defuser.org | 8b913167223291bcc4f6b526adbe1554c06aa7e4 | [
"MIT"
] | 1 | 2020-07-23T10:53:01.000Z | 2020-07-23T10:53:01.000Z | +++
template = "team.html"
+++
## Meet the team
| 8.166667 | 22 | 0.55102 | eng_Latn | 0.932103 |
80ac729e595ee68b01ebbb107a9d22288d4d6b99 | 1,000 | md | Markdown | _posts/2019-01-02-Git-3Q.md | huangyu9887/huangyu9887.github.io | 22d66f9a725960c4444761911b84df2a9185e332 | [
"MIT"
] | null | null | null | _posts/2019-01-02-Git-3Q.md | huangyu9887/huangyu9887.github.io | 22d66f9a725960c4444761911b84df2a9185e332 | [
"MIT"
] | null | null | null | _posts/2019-01-02-Git-3Q.md | huangyu9887/huangyu9887.github.io | 22d66f9a725960c4444761911b84df2a9185e332 | [
"MIT"
] | null | null | null | ---
layout: post
title: "什么是Git"
date: 2019-01-02
categories: 编程
tags: 编程
author: 斯晨与禾
---
嗨,2019年来了。
新年好。
## 什么是 git?
Git 是一个**免费开源**的**分布式版本**控制系统,它可以高效的处理任何项目,无论是小的还是非常大的。
Git 很容易学,脚本小,性能快。它集合了SCM (软件配置管理)工具,比如Subversion, CVS, Perforce 及 ClearCase, 这些工具都有这么些功能,
比如便宜的**本地分支管理**,**方便的暂存区域**及**多个工作流**。
##... | 14.492754 | 110 | 0.719 | yue_Hant | 0.820472 |
80add429c11c326e3283713768a3804d30be9564 | 211 | md | Markdown | android/documentation/view.md | appcelerator-modules/ti.greystripe | 6f0017dbbf78e7fa9f69a5ec078582f7355120ac | [
"Apache-2.0"
] | null | null | null | android/documentation/view.md | appcelerator-modules/ti.greystripe | 6f0017dbbf78e7fa9f69a5ec078582f7355120ac | [
"Apache-2.0"
] | null | null | null | android/documentation/view.md | appcelerator-modules/ti.greystripe | 6f0017dbbf78e7fa9f69a5ec078582f7355120ac | [
"Apache-2.0"
] | null | null | null | # Ti.Greystripe.View
## Description
A _greystripe_ module object which is a view for displaying ads delivered through the greystripe system.
## Methods
### void refresh()
Refreshes the currently visible ad. | 19.181818 | 104 | 0.772512 | eng_Latn | 0.997779 |
80ae5f296b6e408cb3d3e445fd89d01ed6da90d3 | 1,025 | markdown | Markdown | README.markdown | iamFIREcracker/vitality.vim | 0f693bff572689ad52b781c012dad4926cd924f6 | [
"MIT"
] | 180 | 2015-02-07T17:56:17.000Z | 2021-09-03T17:09:18.000Z | README.markdown | iamFIREcracker/vitality.vim | 0f693bff572689ad52b781c012dad4926cd924f6 | [
"MIT"
] | 25 | 2015-01-13T15:51:16.000Z | 2021-02-21T05:20:30.000Z | README.markdown | iamFIREcracker/vitality.vim | 0f693bff572689ad52b781c012dad4926cd924f6 | [
"MIT"
] | 28 | 2015-01-01T23:44:18.000Z | 2020-04-20T15:28:36.000Z | Vitality
========
(Vit)ality is a plugin that makes (V)im play nicely with (i)Term 2 and
(t)mux.
Features
--------
Vitality restores the `FocusLost` and `FocusGained` autocommand functionality.
Now Vim can save when iTerm 2 loses focus, even if it's inside tmux!
It also handles switching the cursor to a bar shaped ... | 25 | 78 | 0.694634 | eng_Latn | 0.998326 |
80af4c11d6ed4cda20edea386f50359e69aa0c8c | 461 | md | Markdown | readme.md | josegoyo/api-codeigniter | 492ab78b02d8b5ccfb906a574b7b1983840eeda0 | [
"MIT"
] | 1 | 2019-03-08T23:18:53.000Z | 2019-03-08T23:18:53.000Z | readme.md | josegoyo/api-codeigniter | 492ab78b02d8b5ccfb906a574b7b1983840eeda0 | [
"MIT"
] | null | null | null | readme.md | josegoyo/api-codeigniter | 492ab78b02d8b5ccfb906a574b7b1983840eeda0 | [
"MIT"
] | null | null | null |
Api rest
===================
This is a example how to create an api rest with codeigniter and Rest Server library.
Framework and library:
-------------------
- [Codeigniter 3.1+](https://www.codeigniter.com)
- [CodeIgniter Rest Server](https://github.com/chriskacerguis/codeigniter-restserver)
-------------------... | 19.208333 | 85 | 0.59436 | eng_Latn | 0.418402 |
80b0843e53c506bb5ae37332ff5b262c1f109650 | 918 | md | Markdown | README.md | BeepXtra/Steroid-Core4.0 | 4391d72904bc20bbd1cf7d250a7e2574dfd817ac | [
"MIT"
] | 1 | 2021-09-28T15:00:15.000Z | 2021-09-28T15:00:15.000Z | README.md | BeepXtra/Steroid-Core4.0 | 4391d72904bc20bbd1cf7d250a7e2574dfd817ac | [
"MIT"
] | null | null | null | README.md | BeepXtra/Steroid-Core4.0 | 4391d72904bc20bbd1cf7d250a7e2574dfd817ac | [
"MIT"
] | null | null | null | # node
The Steroid4.0 (BPC) cryptocurrency node.
## Install
**Hardware Requirements:**
```
2GB RAM
1 CPU Core
50GB DISK
```
**Requirements:**
- PHP 7.2
- PDO extension
- GMP extension
- BCMath extension
- MySQL/MariaDB
1. Install MySQL or MariaDB and create a database and a user.
2. Rename `include/config-sa... | 23.538462 | 101 | 0.729847 | eng_Latn | 0.686434 |
80b281f3c34b82b22aa2ffa4d480886ee1332920 | 123 | md | Markdown | _includes/02-image.md | D-Code365/markdown-portfolio | 3326bf433286015688fd304867476ce0b518e06c | [
"MIT"
] | null | null | null | _includes/02-image.md | D-Code365/markdown-portfolio | 3326bf433286015688fd304867476ce0b518e06c | [
"MIT"
] | 5 | 2021-05-19T18:43:05.000Z | 2021-05-19T20:12:22.000Z | _includes/02-image.md | D-Code365/markdown-portfolio | 3326bf433286015688fd304867476ce0b518e06c | [
"MIT"
] | null | null | null | 
| 61.5 | 122 | 0.829268 | kor_Hang | 0.072299 |
80b3ea14833afaf488f3a0f937badd879381516e | 748 | md | Markdown | README.md | ckelner/Twitter-Weather-Map | 6be25c731107f5eae116ede83391d2024f293732 | [
"MIT"
] | null | null | null | README.md | ckelner/Twitter-Weather-Map | 6be25c731107f5eae116ede83391d2024f293732 | [
"MIT"
] | null | null | null | README.md | ckelner/Twitter-Weather-Map | 6be25c731107f5eae116ede83391d2024f293732 | [
"MIT"
] | null | null | null | Twitter-Weather-Map-Study
=========================
A twitter, weather (wunderground), and google maps mashup
This was written in two nights for The Weather Channel Companies Hackathon 2013 as a proof of concept that twitter (and eventually other social media) could be a viable source of real-time data for weather ev... | 57.538462 | 463 | 0.763369 | eng_Latn | 0.999731 |
80b3f17683a5f7a2547e61bc5cf746101ebad0cd | 1,022 | md | Markdown | _memo/2020-04-15-voca-47.md | HoYoung1/HoYoung1.github.io | 89925ded1c40c72d259bd4d3d85d74fc74733256 | [
"MIT"
] | null | null | null | _memo/2020-04-15-voca-47.md | HoYoung1/HoYoung1.github.io | 89925ded1c40c72d259bd4d3d85d74fc74733256 | [
"MIT"
] | null | null | null | _memo/2020-04-15-voca-47.md | HoYoung1/HoYoung1.github.io | 89925ded1c40c72d259bd4d3d85d74fc74733256 | [
"MIT"
] | null | null | null | ---
title: "영어 단어 공부 47"
collection: memo
type: "voca"
permalink: /memo/voca-47
date: 2020-04-15
venue: "jj"
---
매일 공부한 단어를 복습하는 겸 남기는 메모장입니다.
| 단어 | 뜻 | 예문 |
| historical | 역사적인 | People should protect **historical** places, because the places are priceless connections of the past to the present |
| inherit | 상속하다, ... | 42.583333 | 140 | 0.710372 | kor_Hang | 0.570161 |
80b3fbae65549421f8a559a706f683b54e884b91 | 3,051 | md | Markdown | README.md | Suomm/tutor | 480c32e3d83ed63f2ba2893e3dcecea717d91b4b | [
"Apache-2.0"
] | 1 | 2021-12-09T10:15:33.000Z | 2021-12-09T10:15:33.000Z | README.md | Suomm/tutor | 480c32e3d83ed63f2ba2893e3dcecea717d91b4b | [
"Apache-2.0"
] | null | null | null | README.md | Suomm/tutor | 480c32e3d83ed63f2ba2893e3dcecea717d91b4b | [
"Apache-2.0"
] | null | null | null | <p align="center">
<img width="320" src="https://suomm.gitee.io/tutor/images/logo.svg" alt="logo"/>
</p>
<p align="center">
<a href="https://www.oracle.com/java/technologies/downloads/#java8">
<img src="https://img.shields.io/badge/JDK-8u321-brightgreen.svg" alt="JDK">
</a>
<a href="https://maven.... | 38.1375 | 189 | 0.561783 | yue_Hant | 0.688795 |