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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b58781c16e289ae2df21c8c486083d8fb4095cc5 | 1,607 | md | Markdown | fmcapi/api_objects/README.md | realvitya/fmcapi | 38fb9a8da2d9ebbadf4ed4cb559244646b3bf3be | [
"BSD-3-Clause"
] | 57 | 2017-06-13T17:06:20.000Z | 2021-07-27T08:53:25.000Z | fmcapi/api_objects/README.md | realvitya/fmcapi | 38fb9a8da2d9ebbadf4ed4cb559244646b3bf3be | [
"BSD-3-Clause"
] | 66 | 2017-11-09T16:02:45.000Z | 2021-08-04T20:52:41.000Z | fmcapi/api_objects/README.md | realvitya/fmcapi | 38fb9a8da2d9ebbadf4ed4cb559244646b3bf3be | [
"BSD-3-Clause"
] | 56 | 2017-06-08T07:53:12.000Z | 2021-07-30T13:26:47.000Z | #First, thank you for taking a look around the code!
If you find something wrong, and you don't want to fix it, please open an issue on github:
https://github.com/daxm/fmcapi/issues.
##If you desire to write some code then please note these items:
* Use the Cisco Quick Start Guide for FMC API to know where each AP... | 66.958333 | 120 | 0.774113 | eng_Latn | 0.999696 |
b58786feda28c31a9a02a60e1a41997cef96aadb | 500 | md | Markdown | _posts/results/2015-01-03-results.md | bvilnis/goulburnspeedway | bad1c5bbc129a99d3302a6006001fd4b9992e84b | [
"MIT"
] | null | null | null | _posts/results/2015-01-03-results.md | bvilnis/goulburnspeedway | bad1c5bbc129a99d3302a6006001fd4b9992e84b | [
"MIT"
] | 2 | 2017-08-25T23:50:40.000Z | 2017-08-26T00:00:57.000Z | _posts/results/2015-01-03-results.md | bvilnis/goulburnspeedway | bad1c5bbc129a99d3302a6006001fd4b9992e84b | [
"MIT"
] | null | null | null | ---
layout: post
title: "Results"
categories: results
---
| Event | 1st | 2nd | 3rd |
| ------------- |------------- | ----- | ------- |
| Stock Rods | Peter Croker | Mitch Brown | Dean Alessi |
| Mod Lites | Rob Swain | Bruce Adams | Kenny Brooks |
| GPs | Scott Moir | Trevor Perry | Cory Ta... | 33.333333 | 61 | 0.566 | eng_Latn | 0.258369 |
b588c80cba73530e777697e6c84c64ae7f09760e | 58 | md | Markdown | README.md | rorydunn/insurance-marketing | 4c42e5273d3cf670b371a4bed8a3bc4828831029 | [
"MIT"
] | 1 | 2019-07-30T17:12:10.000Z | 2019-07-30T17:12:10.000Z | README.md | rorydunn/insurance-marketing | 4c42e5273d3cf670b371a4bed8a3bc4828831029 | [
"MIT"
] | null | null | null | README.md | rorydunn/insurance-marketing | 4c42e5273d3cf670b371a4bed8a3bc4828831029 | [
"MIT"
] | null | null | null | # [Saleslight Marketing Site](https://www.saleslight.io)
| 19.333333 | 56 | 0.741379 | ind_Latn | 0.162066 |
b588f9e6a574fc9a6a8a3f3923746db2a9da7458 | 3,732 | md | Markdown | math/README.md | asukakenji/go-benchmarks | 2f611ba1f88366c36b3347f1ac5014fd8a9103ce | [
"MIT"
] | null | null | null | math/README.md | asukakenji/go-benchmarks | 2f611ba1f88366c36b3347f1ac5014fd8a9103ce | [
"MIT"
] | null | null | null | math/README.md | asukakenji/go-benchmarks | 2f611ba1f88366c36b3347f1ac5014fd8a9103ce | [
"MIT"
] | null | null | null | # Math
## BitCount
### 32-bit
The most efficient implementations for 32-bit are:
`BitCountUint32Pop1Alt`:
```go
func BitCountUint32Pop1Alt(x uint32) uint {
x = x - ((x >> 1) & 0x55555555)
x = (x & 0x33333333) + ((x >> 2) & 0x33333333)
x = (x + (x >> 4)) & 0x0f0f0f0f
return uint((x * 0x01010101) >> 24)
}
```
`... | 31.1 | 592 | 0.594855 | krc_Cyrl | 0.582141 |
b5895329bf7c156c2a563a71a2dde374fa3713b3 | 243 | md | Markdown | CHANGELOG.md | seegno/karma-should | fb1127bc11169e445ca2dac7bf6f5af553fef36b | [
"MIT"
] | 5 | 2015-03-13T15:41:32.000Z | 2016-01-07T16:41:21.000Z | CHANGELOG.md | ruimarinho/karma-should | fb1127bc11169e445ca2dac7bf6f5af553fef36b | [
"MIT"
] | 2 | 2015-07-23T12:19:43.000Z | 2015-10-28T17:40:54.000Z | CHANGELOG.md | ruimarinho/karma-should | fb1127bc11169e445ca2dac7bf6f5af553fef36b | [
"MIT"
] | 1 | 2015-07-22T23:43:04.000Z | 2015-07-22T23:43:04.000Z | # Change Log
## [1.0.0](https://github.com/seegno/karma-should/tree/1.0.0) (2015-07-24)
**Merged pull requests:**
- Add support for should@7 [\#2](https://github.com/seegno/karma-should/pull/2) ([ruimarinho](https://github.com/ruimarinho))
| 30.375 | 125 | 0.687243 | eng_Latn | 0.175404 |
b589c4747526da01004af531b4e3139e1627dc25 | 566 | md | Markdown | README.md | SurajReddyThummala/Weather-App | 98afe351d7b90c572d07db8384336716eb9d46bd | [
"MIT"
] | null | null | null | README.md | SurajReddyThummala/Weather-App | 98afe351d7b90c572d07db8384336716eb9d46bd | [
"MIT"
] | null | null | null | README.md | SurajReddyThummala/Weather-App | 98afe351d7b90c572d07db8384336716eb9d46bd | [
"MIT"
] | null | null | null | React-Redux Weather Web App
This web app is used to display acccurate weather information based on user's input for five days
This app uses OpenWeatherApi to retrieve the weather information for 5 days
This app uses axios for asynchronous network calls
Redux promise is used as a middleware to promise the network re... | 22.64 | 97 | 0.800353 | eng_Latn | 0.960112 |
b58a264494b388c53e71ff12e4d13f0082a0515b | 1,531 | md | Markdown | README.md | maczniak/practical-erlang-programming | 04a84169359e3569beca13fec3cc72f555c68579 | [
"CC0-1.0"
] | null | null | null | README.md | maczniak/practical-erlang-programming | 04a84169359e3569beca13fec3cc72f555c68579 | [
"CC0-1.0"
] | null | null | null | README.md | maczniak/practical-erlang-programming | 04a84169359e3569beca13fec3cc72f555c68579 | [
"CC0-1.0"
] | null | null | null | # practical-erlang-programming
## Development
* IDE
* build system
* documentation
* testing
* logging
* debugger
* profiler
* coverage
* benchmark
* rumtime tracer, inspector
* reflection
* code parser, formatter
* parser generator
## Runtime System
* os, POSIX, signal, subprocess
* io (readline)
* getopt
* schedu... | 13.08547 | 87 | 0.713912 | eng_Latn | 0.571153 |
b58ba7ba92c02d803cb45cfaa00453940f50a03b | 4,922 | md | Markdown | content/docs/start_canvas.md | slu-soc1120/slu-soc1120.github.io | 10d7e4cd549583e2990cd831515129b2deb247cc | [
"CC-BY-4.0"
] | null | null | null | content/docs/start_canvas.md | slu-soc1120/slu-soc1120.github.io | 10d7e4cd549583e2990cd831515129b2deb247cc | [
"CC-BY-4.0"
] | null | null | null | content/docs/start_canvas.md | slu-soc1120/slu-soc1120.github.io | 10d7e4cd549583e2990cd831515129b2deb247cc | [
"CC-BY-4.0"
] | null | null | null | +++
title = "Tips for Using Canvas"
date = 2020-08-11T00:00:00
lastmod = 2021-01-25T00:00:00
draft = false # Is this a draft? true/false
toc = true # Show table of contents? true/false
type = "docs" # Do not modify.
# Add menu entry to sidebar.
linktitle = "Using Canvas"
[menu.docs]
parent = "Getting Started"
... | 91.148148 | 455 | 0.766355 | eng_Latn | 0.999048 |
b58ccdca2a1be88e8f9d946da34cff72fb06961b | 1,403 | md | Markdown | 2020/12/05/2020-12-05 14:20.md | zhzhzhy/WeiBoHot_history | 32ce4800e63f26384abb17d43e308452c537c902 | [
"MIT"
] | 3 | 2020-07-14T14:54:15.000Z | 2020-08-21T06:48:24.000Z | 2020/12/05/2020-12-05 14:20.md | zhzhzhy/WeiBoHot_history | 32ce4800e63f26384abb17d43e308452c537c902 | [
"MIT"
] | null | null | null | 2020/12/05/2020-12-05 14:20.md | zhzhzhy/WeiBoHot_history | 32ce4800e63f26384abb17d43e308452c537c902 | [
"MIT"
] | null | null | null | 2020年12月05日14时数据
Status: 200
1.焉栩嘉
微博热度:2454146
2.拜登称希望特朗普来参加就职典礼
微博热度:2046367
3.人民保险燃情冬奥
微博热度:2045881
4.杨幂客串华晨宇站姐
微博热度:2030159
5.王一博挖藕
微博热度:1369217
6.能说会道的姐姐要成团
微博热度:1195501
7.警察注视女生溺亡被停职
微博热度:1167221
8.苹果承认部分iPhone11存在触摸问题
微博热度:762746
9.美国医生在地下停车场病房拍下工作照
微博热度:732337
10.美国将对更多中国公民实施签证限制
微博热度:714061... | 6.877451 | 22 | 0.781896 | yue_Hant | 0.355469 |
b58cd2f9dfa72b78067c2e6c36ff47fea82b9902 | 159 | md | Markdown | README.md | jmarin/scale-geocode | 942570f70329ddca49c74f54541af7139f192c84 | [
"Apache-2.0"
] | null | null | null | README.md | jmarin/scale-geocode | 942570f70329ddca49c74f54541af7139f192c84 | [
"Apache-2.0"
] | null | null | null | README.md | jmarin/scale-geocode | 942570f70329ddca49c74f54541af7139f192c84 | [
"Apache-2.0"
] | null | null | null | scale-geocode
=============
Geocoding at scale
*Deprecated* : this project has been superseded by the work being done at https://github.com/cfpb/grasshopper
| 22.714286 | 109 | 0.72327 | eng_Latn | 0.995084 |
b58ce5b09491e16883fafc33592e9b9417cac6c7 | 113 | md | Markdown | appendix.md | hamaier/mdEditor-doc | f5db650fbd605546590b11e6b07e5c4345be0d55 | [
"CC0-1.0"
] | 1 | 2017-05-17T15:44:10.000Z | 2017-05-17T15:44:10.000Z | appendix.md | hamaier/mdEditor-doc | f5db650fbd605546590b11e6b07e5c4345be0d55 | [
"CC0-1.0"
] | 16 | 2018-09-04T21:35:42.000Z | 2021-08-24T19:25:23.000Z | appendix.md | hamaier/mdEditor-doc | f5db650fbd605546590b11e6b07e5c4345be0d55 | [
"CC0-1.0"
] | 7 | 2017-05-17T15:46:24.000Z | 2021-05-11T00:58:19.000Z | # Appendix
---
1. [mdToolkit](appendix/mdToolkit.md)
2. [Documentation Guide](appendix/documentation-guide.md)
| 16.142857 | 57 | 0.743363 | kor_Hang | 0.269083 |
b58e597bad0a83d8555a4a6fe8c112710ca4666d | 421 | md | Markdown | data/content/fate-grand-order/ce/treasure-chocolate/attr.en.md | tmdict/tmdict | c2f8ddb7885a91d01343de4ea7b66fea78351d94 | [
"MIT"
] | 3 | 2022-02-25T11:13:45.000Z | 2022-02-28T11:55:41.000Z | data/content/fate-grand-order/ce/treasure-chocolate/attr.en.md | slsdo/tmdict | c2f8ddb7885a91d01343de4ea7b66fea78351d94 | [
"MIT"
] | null | null | null | data/content/fate-grand-order/ce/treasure-chocolate/attr.en.md | slsdo/tmdict | c2f8ddb7885a91d01343de4ea7b66fea78351d94 | [
"MIT"
] | 2 | 2022-02-25T09:59:50.000Z | 2022-02-28T11:55:09.000Z | ---
parent: attribute.ce
source: fate-grand-order
id: treasure-chocolate
language: en
weight: 0
---
Valentine’s chocolate from Anne Bonny & Mary Read.
What? I’m supposed to write a message? S-Sure thing.
Uh…
Master, I’ve tasted this numerous times, so I think it should be safe.
I’d be happy if you ate it all.
Also, t... | 23.388889 | 70 | 0.733967 | eng_Latn | 0.9943 |
b58f774aa1069c0a941bb33b9ab99067a4cfe2ba | 218 | md | Markdown | _watches/M20200530_033838_TLP_4.md | Meteoros-Floripa/meteoros.floripa.br | 7d296fb8d630a4e5fec9ab1a3fb6050420fc0dad | [
"MIT"
] | 5 | 2020-05-19T17:04:49.000Z | 2021-03-30T03:09:14.000Z | _watches/M20200530_033838_TLP_4.md | Meteoros-Floripa/site | 764cf471d85a6b498873610e4f3b30efd1fd9fae | [
"MIT"
] | null | null | null | _watches/M20200530_033838_TLP_4.md | Meteoros-Floripa/site | 764cf471d85a6b498873610e4f3b30efd1fd9fae | [
"MIT"
] | 2 | 2020-05-19T17:06:27.000Z | 2020-09-04T00:00:43.000Z | ---
layout: watch
title: TLP4 - 30/05/2020 - M20200530_033838_TLP_4T.jpg
date: 2020-05-30 03:38:38
permalink: /2020/05/30/watch/M20200530_033838_TLP_4
capture: TLP4/2020/202005/20200529/M20200530_033838_TLP_4T.jpg
---
| 27.25 | 62 | 0.784404 | fra_Latn | 0.048243 |
b590015c2ad098cdbb5c86f3dcffc78159bba0e8 | 457 | md | Markdown | content/slides/Introduction/Building.md | tbranyen/devoxx-2013 | e6852a067b162b659027e08c88f808dfa8f68766 | [
"MIT"
] | 1 | 2015-11-05T11:13:05.000Z | 2015-11-05T11:13:05.000Z | content/slides/Introduction/Building.md | tbranyen/devoxx-2013 | e6852a067b162b659027e08c88f808dfa8f68766 | [
"MIT"
] | null | null | null | content/slides/Introduction/Building.md | tbranyen/devoxx-2013 | e6852a067b162b659027e08c88f808dfa8f68766 | [
"MIT"
] | null | null | null | How to Build Web Applications
=============================
<script type="speaker-notes">
~ 25 seconds.
- One hour to teach you everything I know.
- Discuss techniques for building modern web applications.
- Show simple ways of developing, as the best way is usually simple.
- No live coding, I will show high level ... | 21.761905 | 77 | 0.671772 | eng_Latn | 0.987686 |
b5900edeb32682fa31d180f84c24ab07bf27eff2 | 1,148 | md | Markdown | README.md | austonpramodh/maha_portfolio | b94332ae4f97aafaf3ec003dbad99a7f76755c66 | [
"MIT"
] | null | null | null | README.md | austonpramodh/maha_portfolio | b94332ae4f97aafaf3ec003dbad99a7f76755c66 | [
"MIT"
] | 4 | 2020-02-09T14:52:28.000Z | 2020-03-10T06:03:37.000Z | README.md | austonpramodh/maha_portfolio | b94332ae4f97aafaf3ec003dbad99a7f76755c66 | [
"MIT"
] | null | null | null |
Kick off your portfolio with this awesome project. This project has been u=built using [Prismic.io](https://prismic.io) CMS.
### This project is built using [Gatsby default starter ](https://github.com/gatsbyjs/gatsby-starter-default) boilerplate.
## 🚀 Quick start
1. **Clone this repository**
Use the git CL... | 26.090909 | 169 | 0.705575 | eng_Latn | 0.857629 |
b590433e3b952fe482daeb6dacb9a92aff2da238 | 79 | md | Markdown | README.md | GoldenbergDaniel/RustyTag | ce86e77f17509476b245d9659c85f188b594f0db | [
"MIT"
] | null | null | null | README.md | GoldenbergDaniel/RustyTag | ce86e77f17509476b245d9659c85f188b594f0db | [
"MIT"
] | null | null | null | README.md | GoldenbergDaniel/RustyTag | ce86e77f17509476b245d9659c85f188b594f0db | [
"MIT"
] | null | null | null | # RustyTag
A circle tag game made with Rust and raylib. My first Rust projects
| 26.333333 | 67 | 0.78481 | eng_Latn | 0.996829 |
b5911dea43e147a56d42389c35a35faba121c873 | 726 | md | Markdown | README.md | DoraemonYu/JS-PageVisibilityEvent | e5e3ccf6c293b8c32e12d990f55612d744efc410 | [
"MIT"
] | null | null | null | README.md | DoraemonYu/JS-PageVisibilityEvent | e5e3ccf6c293b8c32e12d990f55612d744efc410 | [
"MIT"
] | null | null | null | README.md | DoraemonYu/JS-PageVisibilityEvent | e5e3ccf6c293b8c32e12d990f55612d744efc410 | [
"MIT"
] | null | null | null | # JS-PageVisibilityEvent
provide the event deal with page **hidden/deactive** or **visible/active**, written by PURE JS, Cross-browser Support.
# Current browser support
- Chrome 13+
- Internet Explorer 10+
- Firefox 10+
- Opera 12.10+
# Example
```
var pv = new PageVisibilityEvent(); //New a Instance... | 25.034483 | 118 | 0.62259 | eng_Latn | 0.595366 |
b5911fed61effd0a79822d4978451447993efc0a | 315 | md | Markdown | _posts/2021-07-09-Filled-20210709061531428002.md | ipussy/ipussy.github.io | 95d19a74e38bb54303cf18057a99a57c783e76bf | [
"Apache-2.0"
] | null | null | null | _posts/2021-07-09-Filled-20210709061531428002.md | ipussy/ipussy.github.io | 95d19a74e38bb54303cf18057a99a57c783e76bf | [
"Apache-2.0"
] | null | null | null | _posts/2021-07-09-Filled-20210709061531428002.md | ipussy/ipussy.github.io | 95d19a74e38bb54303cf18057a99a57c783e76bf | [
"Apache-2.0"
] | null | null | null | ---
title: "(F)illed"
metadate: "hide"
categories: [ Pussy ]
image: "https://preview.redd.it/lg18jg3582a71.jpg?auto=webp&s=f7ed60c5d1525c0a9eca6af75aa2906d978872bc"
thumb: "https://preview.redd.it/lg18jg3582a71.jpg?width=1080&crop=smart&auto=webp&s=3b64e7f9943c847431a15813e7f8024a43602b2c"
visit: ""
---
(F)illed
| 31.5 | 125 | 0.771429 | yue_Hant | 0.089106 |
b59158bfbcbc4773d41a53d44f7cf5dfd1f38c0b | 213 | md | Markdown | README.md | bitfede/learning-polymer | c55a3015b70e3579f0865cadec10ced45e834e0e | [
"MIT"
] | null | null | null | README.md | bitfede/learning-polymer | c55a3015b70e3579f0865cadec10ced45e834e0e | [
"MIT"
] | null | null | null | README.md | bitfede/learning-polymer | c55a3015b70e3579f0865cadec10ced45e834e0e | [
"MIT"
] | null | null | null | #Hello!
This is just a simple project that I'm doing to learn the Polymer Framework.
I'm following the LevelUp tutorial on youtube at: https://www.youtube.com/playlist?list=PLLnpHn493BHGhoGAb2PRKzv4Zw3QoatK-
:)
| 30.428571 | 122 | 0.793427 | eng_Latn | 0.920498 |
b59336c0b3bba9aad428ae2d860f538fc71dc2f4 | 5,331 | md | Markdown | data/blog/2007/138-Start-Writing-Embeddable-Applications.md | Lohn/mwop.net | da7422d0c68b0b5b14e40b4fb59628203408cb2e | [
"BSD-2-Clause"
] | 56 | 2015-07-26T07:21:37.000Z | 2021-06-28T16:55:12.000Z | data/blog/2007/138-Start-Writing-Embeddable-Applications.md | weierophinney/mwop.net | de84c05c74e79eb923eb081a0fb0330a051ea9b1 | [
"BSD-2-Clause"
] | 15 | 2015-07-26T07:51:04.000Z | 2022-01-21T15:21:05.000Z | data/blog/2007/138-Start-Writing-Embeddable-Applications.md | Lohn/mwop.net | da7422d0c68b0b5b14e40b4fb59628203408cb2e | [
"BSD-2-Clause"
] | 29 | 2015-04-20T21:17:56.000Z | 2021-11-29T22:40:25.000Z | ---
id: 138-Start-Writing-Embeddable-Applications
author: matthew
title: 'Start Writing Embeddable Applications'
draft: false
public: true
created: '2007-05-07T00:00:40-04:00'
updated: '2007-05-08T20:16:18-04:00'
tags:
- php
---
[Clay Loveless](http://killersoft.com/randomstrings/) wrote last year an
article entitl... | 56.115789 | 131 | 0.78203 | eng_Latn | 0.999815 |
b593f5916f93f972cef02571a9e9ff859ad889bd | 2,327 | md | Markdown | apps/website/src/data/pakt/unternehmen-und-stiftungen/frimo-group-gmb-h.md | mint-vernetzt/mint-vernetzt | 66b858856127a65184397660b79b0c6684be7d30 | [
"MIT"
] | 7 | 2021-08-03T08:07:58.000Z | 2022-01-24T17:07:37.000Z | apps/website/src/data/pakt/unternehmen-und-stiftungen/frimo-group-gmb-h.md | mint-vernetzt/mint-vernetzt | 66b858856127a65184397660b79b0c6684be7d30 | [
"MIT"
] | 199 | 2021-08-25T08:57:10.000Z | 2022-03-16T09:35:35.000Z | apps/website/src/data/pakt/unternehmen-und-stiftungen/frimo-group-gmb-h.md | mint-vernetzt/mint-vernetzt | 66b858856127a65184397660b79b0c6684be7d30 | [
"MIT"
] | 3 | 2021-10-14T18:04:47.000Z | 2022-02-02T11:09:25.000Z | ---
name: "FRIMO Group GmbH"
slug: "unternehmen-und-stiftungen/frimo-group-gmb-h"
logo: "../logos/Frimo-1.png"
category: "Unternehmen und Stiftungen"
citeAuthor: ""
citeAuthorFunction: ""
citeQuote: ""
---
Die FRIMO Unternehmensgruppe stellt Systemlösungen zur Fertigung hochwertiger Kunststoffkomponenten her. Seit meh... | 89.5 | 504 | 0.831972 | deu_Latn | 0.99831 |
b594aa41120e595e64660622a3a55d4e19c2df0c | 3,154 | md | Markdown | docs/quick-start-guides/SGX Infrastructure/1Introduction.md | intel-secl/docs | be3563b66d2e1b8e47fcbb67e2dc4d810bfb59d8 | [
"Intel",
"BSD-3-Clause"
] | 6 | 2021-03-01T18:53:29.000Z | 2021-12-25T04:53:08.000Z | docs/quick-start-guides/SGX Infrastructure/1Introduction.md | intel-secl/docs | be3563b66d2e1b8e47fcbb67e2dc4d810bfb59d8 | [
"Intel",
"BSD-3-Clause"
] | 1 | 2021-11-10T09:34:43.000Z | 2021-11-15T00:54:01.000Z | docs/quick-start-guides/SGX Infrastructure/1Introduction.md | intel-secl/docs | be3563b66d2e1b8e47fcbb67e2dc4d810bfb59d8 | [
"Intel",
"BSD-3-Clause"
] | 16 | 2020-11-05T16:27:46.000Z | 2022-03-22T14:26:49.000Z | # Introduction
[Intel® SecL-DC libraries](https://github.com/intel-secl/docs/-/blob/v4.1/develop/product-guides/Secure%20Key%20Caching.md#sgx-attestation-infrastructure-and-skc-components) support SGX attestation as a base use case. For a detailed description of SGX Attestation, please refer to [SGX ECDSA Attestation]... | 105.133333 | 413 | 0.500317 | eng_Latn | 0.799475 |
b595060a8a01c39166270e7168b9345ec3710fd3 | 836 | md | Markdown | documentation/wiki/FAQ.md | amosproj/amos-ss2020-metadata-hub | f8434b27b306332c117a8dd20a8a55a3104d0f89 | [
"MIT"
] | 9 | 2020-04-23T14:22:48.000Z | 2022-02-25T21:35:05.000Z | documentation/wiki/FAQ.md | amosproj/amos-ss2020-metadata-hub | f8434b27b306332c117a8dd20a8a55a3104d0f89 | [
"MIT"
] | 42 | 2020-04-24T17:59:33.000Z | 2022-02-16T01:09:23.000Z | documentation/wiki/FAQ.md | amosproj/amos-ss2020-metadata-hub | f8434b27b306332c117a8dd20a8a55a3104d0f89 | [
"MIT"
] | 2 | 2020-08-17T11:19:44.000Z | 2021-04-30T08:32:05.000Z | ### I have problems with docker permissions using Linux.
It is most likely your user does not belong to the ``docker`` group.
Please have a look at these
[instructions](https://docs.docker.com/engine/install/linux-postinstall/).
### I have problems with a running container and want to inspect them.
You can start a s... | 36.347826 | 132 | 0.757177 | eng_Latn | 0.997808 |
b595a084bcf42fd004cc04e0f19a24ed193edcdd | 648 | md | Markdown | content/bulgaria3f.md | hidienet/Hugo | 5e7f211db507e2298e2f9694416f0129211e1782 | [
"Apache-2.0"
] | null | null | null | content/bulgaria3f.md | hidienet/Hugo | 5e7f211db507e2298e2f9694416f0129211e1782 | [
"Apache-2.0"
] | null | null | null | content/bulgaria3f.md | hidienet/Hugo | 5e7f211db507e2298e2f9694416f0129211e1782 | [
"Apache-2.0"
] | 1 | 2020-11-24T12:08:27.000Z | 2020-11-24T12:08:27.000Z | ---
title: '[保加利亞醉遊記] Day3:在攤檔市場買的大大個粉紅番茄'
date: 2014-05-16T14:00:00.000+08:00
draft: false
aliases: [ "/2014/05/day3.html" ]
tags : [travel-保加利亞]
---
在[balkan bites](https://hidie.net/bulgaria2f/)時真的有特別留心聽講
(因為都是關於食的吧~)
就說過「在攤檔」買「粉紅番茄」

除了番茄,這樣的色彩也太繽紛了

... | 17.052632 | 58 | 0.649691 | yue_Hant | 0.247356 |
b597d730803e35de8191a1ffc72987a90598118e | 586 | markdown | Markdown | _sentieri/2019-10-13-Da_Bertone_a_Monte_Alfeo.markdown | andou/pick-a-trek | 4a7845d96472e5bd2242ab8dcb948f619afda8c3 | [
"MIT"
] | 1 | 2021-03-14T13:31:30.000Z | 2021-03-14T13:31:30.000Z | _sentieri/2019-10-13-Da_Bertone_a_Monte_Alfeo.markdown | andou/pick-a-trek | 4a7845d96472e5bd2242ab8dcb948f619afda8c3 | [
"MIT"
] | 32 | 2021-03-06T11:13:10.000Z | 2021-04-01T06:58:03.000Z | _sentieri/2019-10-13-Da_Bertone_a_Monte_Alfeo.markdown | andou/pick-a-trek | 4a7845d96472e5bd2242ab8dcb948f619afda8c3 | [
"MIT"
] | null | null | null | ---
layout: sentiero
longitude : 9.267293
latitude : 44.6226823
title: "Da Bertone a Monte Alfeo"
date: 2019-10-13 09:05:00 +0100
track: /assets/tracks/2019-10-13-Da_Bertone_a_Monte_Alfeo.gpx
track_color: green
categories:
- Italia
- Appennino Ligure
tags:
- Tranquillo
- Andata e ritorno
- Panorami
- Natura
- Appen... | 20.206897 | 136 | 0.750853 | ita_Latn | 0.802555 |
b59973d9e9de17a67356b95662b967a0d2d2d672 | 1,404 | md | Markdown | README.md | kenhys/fluent-plugin-hipchat | 1b532553c7fbcd7b9515f66e63e088aa8d3a6949 | [
"Apache-1.1"
] | 9 | 2015-01-02T04:29:12.000Z | 2015-10-28T23:44:12.000Z | README.md | kenhys/fluent-plugin-hipchat | 1b532553c7fbcd7b9515f66e63e088aa8d3a6949 | [
"Apache-1.1"
] | 5 | 2015-08-19T03:18:36.000Z | 2017-04-18T08:30:01.000Z | README.md | kenhys/fluent-plugin-hipchat | 1b532553c7fbcd7b9515f66e63e088aa8d3a6949 | [
"Apache-1.1"
] | 6 | 2015-03-09T05:37:51.000Z | 2017-03-30T09:34:44.000Z | # Fluent event to hipchat plugin.
[](https://travis-ci.org/fluent-plugins-nursery/fluent-plugin-hipchat)
# Requirements
| fluent-plugin-hipchat | fluentd | ruby |
|-----------------------|------------|--------|
... | 23.4 | 171 | 0.566239 | kor_Hang | 0.224376 |
b599a435c390974e615b007ceed61ecaffb474e4 | 102 | md | Markdown | README.md | p1yu5h0/dictionary | b4d360eb16d5a7aa2093eb2c6be58585f85b1000 | [
"MIT"
] | null | null | null | README.md | p1yu5h0/dictionary | b4d360eb16d5a7aa2093eb2c6be58585f85b1000 | [
"MIT"
] | 1 | 2021-10-09T04:22:29.000Z | 2021-10-09T04:22:29.000Z | README.md | p1yu5h0/dictionary | b4d360eb16d5a7aa2093eb2c6be58585f85b1000 | [
"MIT"
] | null | null | null | Made a small Dictionary Project !!
<br>
Site can be found at:-
https://p1yu5h-dictionary.netlify.app/
| 20.4 | 38 | 0.745098 | eng_Latn | 0.779327 |
b59a63fc52a29cee54ba3af0cd7afd4cf0eec027 | 3,783 | md | Markdown | _posts/2021-10-10-Web开发入门.md | lixiaogang03/lixiaogang03.github.io | 362f7a5d3d940ef1018487f4e74cc991f2575845 | [
"MIT"
] | 1 | 2019-08-06T09:49:48.000Z | 2019-08-06T09:49:48.000Z | _posts/2021-10-10-Web开发入门.md | lixiaogang03/lixiaogang03.github.io | 362f7a5d3d940ef1018487f4e74cc991f2575845 | [
"MIT"
] | 218 | 2021-09-30T06:09:01.000Z | 2022-03-31T06:25:33.000Z | _posts/2021-10-10-Web开发入门.md | lixiaogang03/lixiaogang03.github.io | 362f7a5d3d940ef1018487f4e74cc991f2575845 | [
"MIT"
] | null | null | null | ---
layout: post
title: Web开发入门
subtitle: Getting started with web front-end and back-end development
date: 2021-10-10
author: LXG
header-img: img/post-bg-rwd.jpg
catalog: true
tags:
- web
---
[Web 入门](https://developer.mozilla.org/zh-CN/docs/Learn/Getting_started_with_the_web)
[服务器端编程](https... | 24.406452 | 140 | 0.791435 | yue_Hant | 0.769173 |
b59afb4d570d765157413ab773bd45ebdee286a2 | 442 | md | Markdown | _equipment/exchangers.md | fluidprocess/jekyll-serif-theme | a3513fd977289574444c5531a929104e9954dcd7 | [
"MIT"
] | null | null | null | _equipment/exchangers.md | fluidprocess/jekyll-serif-theme | a3513fd977289574444c5531a929104e9954dcd7 | [
"MIT"
] | null | null | null | _equipment/exchangers.md | fluidprocess/jekyll-serif-theme | a3513fd977289574444c5531a929104e9954dcd7 | [
"MIT"
] | 1 | 2021-04-10T11:30:28.000Z | 2021-04-10T11:30:28.000Z | ---
title: "Маслоохладители"
date: 2018-11-19T10:47:58+10:00
draft: false
image: "images/equipment/exchanger.png"
jobtitle: "Оборудование"
promoted: true
weight: 1
layout: equipment
---
Теплообменники масло-масло, либо вода-масло производительностью до 30м3/час, по маслу максимальной температуры 110°C. Одноходовые, ли... | 31.571429 | 183 | 0.798643 | rus_Cyrl | 0.836843 |
b59c52f2a299d8e917490c2637747e86c0eab2b5 | 2,139 | md | Markdown | README.md | mpyw/twhelp | 725a03f97b9b587e733d89a748d233d626eec46f | [
"MIT"
] | 7 | 2016-12-19T14:29:17.000Z | 2021-12-30T17:00:02.000Z | README.md | mpyw/twhelp-go | 725a03f97b9b587e733d89a748d233d626eec46f | [
"MIT"
] | 3 | 2016-11-15T20:52:12.000Z | 2021-07-02T21:28:42.000Z | README.md | mpyw/twhelp-go | 725a03f97b9b587e733d89a748d233d626eec46f | [
"MIT"
] | 3 | 2016-11-15T19:02:59.000Z | 2019-11-21T04:35:29.000Z | # twhelp
Twitter OAuth CLI Helper distributed by Golang cross-compilation.
## Requirements
**Nothing**.
Feel free to download from [releases](https://github.com/mpyw/twhelp/releases).
...Oops, x64(amd64) CPU architecture required at least.
## Usage
```ShellSession
mpyw@localhost:~$ ./twhelp -h
Options:
-h, ... | 32.409091 | 79 | 0.591865 | eng_Latn | 0.750917 |
b59ce7e0726e923f55ca6b87d17529156d04fcec | 2,581 | md | Markdown | signal_processing/fir_filter/fir_filter.md | hitomecha/qiita | 6b1099b0289cfe1069ce99a3e54db5a84214232f | [
"Apache-2.0"
] | null | null | null | signal_processing/fir_filter/fir_filter.md | hitomecha/qiita | 6b1099b0289cfe1069ce99a3e54db5a84214232f | [
"Apache-2.0"
] | null | null | null | signal_processing/fir_filter/fir_filter.md | hitomecha/qiita | 6b1099b0289cfe1069ce99a3e54db5a84214232f | [
"Apache-2.0"
] | null | null | null | ---
title: R言語を用いたFIRフィルタの作成
tags: R
author: hitomecha
slide: false
---
初心者向きにR言語を用いたFIRフィルターの作成方法をまとめました。基本的な流れは、前回投稿した[R言語を用いたIIRフィルターの作成](https://qiita.com/hitomecha/items/80d6e3309aa33941cb5e)とほぼ同じです。
## パッケージの準備
signal パッケージ[1]を使用し、FIRフィルターを作成します。まず、パッケージをインストールします。
```R
#signalパッケージのダウンロード
install.packages("sig... | 26.336735 | 228 | 0.740798 | yue_Hant | 0.254223 |
b59d8f3601f6945021b6863a91d0a1cba55eb304 | 190 | md | Markdown | README.md | yami-beta/pwa-tutorial | dfcd8dfcad7263677c685177afd07274f069e72b | [
"Apache-2.0"
] | null | null | null | README.md | yami-beta/pwa-tutorial | dfcd8dfcad7263677c685177afd07274f069e72b | [
"Apache-2.0"
] | null | null | null | README.md | yami-beta/pwa-tutorial | dfcd8dfcad7263677c685177afd07274f069e72b | [
"Apache-2.0"
] | null | null | null | # pwa-tutorial
This is personal repository for learning Progressive Web App.
Original repository is [googlecodelabs/your-first-pwapp](https://github.com/googlecodelabs/your-first-pwapp).
| 38 | 109 | 0.805263 | eng_Latn | 0.862031 |
b59df830d8c2a0d2c547e47e9980ed956b210fd2 | 2,348 | md | Markdown | docs/theme/custom-css.md | jerdog/gitpitch | 16603efa4b514688bdefba519bf9b52d4f4599dd | [
"MIT"
] | null | null | null | docs/theme/custom-css.md | jerdog/gitpitch | 16603efa4b514688bdefba519bf9b52d4f4599dd | [
"MIT"
] | null | null | null | docs/theme/custom-css.md | jerdog/gitpitch | 16603efa4b514688bdefba519bf9b52d4f4599dd | [
"MIT"
] | null | null | null | # Custom CSS
The [Theme Builder](/theme/builder.md) is recommended for making basic theme customizations for your slide decks. For more targeted customization you can activate custom CSS for any slide deck.
As a presentation author you can define and activate new CSS style rules that override the default style rules ... | 48.916667 | 296 | 0.781942 | eng_Latn | 0.99759 |
b59e3e55bbb8c0ac5f37fdda1c7917b624b0ecca | 475 | md | Markdown | slides/motivation.md | sezna/EthCC-2021 | b0100dd6e952772f54e06ec67c2ab2362a92f800 | [
"MIT"
] | null | null | null | slides/motivation.md | sezna/EthCC-2021 | b0100dd6e952772f54e06ec67c2ab2362a92f800 | [
"MIT"
] | null | null | null | slides/motivation.md | sezna/EthCC-2021 | b0100dd6e952772f54e06ec67c2ab2362a92f800 | [
"MIT"
] | null | null | null |
# What is Sway?
Note:
Sway was motivated by Solidity and Rust. We believe Rust made a lot of correct decisions in its implementation,
and we want to combine that with the ergonomic first-class blockchain support that Solidity brings to the table.
Look at its adoption: it is used more than approaches that impor... | 52.777778 | 126 | 0.791579 | eng_Latn | 0.999938 |
b59ebd14a5da08f176eabf0abd7c46cc7587c77f | 3,955 | md | Markdown | pages/media/propresenter/preparing-a-video-for-pro-presenter.md | NewValleyChurch/documentation-theme-jekyll | 58b4ff83e07d91eadf8ca239f3d8444a3eb1dd45 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | pages/media/propresenter/preparing-a-video-for-pro-presenter.md | NewValleyChurch/documentation-theme-jekyll | 58b4ff83e07d91eadf8ca239f3d8444a3eb1dd45 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | pages/media/propresenter/preparing-a-video-for-pro-presenter.md | NewValleyChurch/documentation-theme-jekyll | 58b4ff83e07d91eadf8ca239f3d8444a3eb1dd45 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | ---
title: "How to: Prepare a Video for ProPresenter"
layout: page
comments: true
sidebar: main_sidebar
toc: true
topnav: topnav
image_folder: images
document_folder: documents
keywords: video
summary: "A quick guide to displaying video on the sanctuary screen for Sunday Morning Service"
permalink: peparing-a-video-for... | 56.5 | 718 | 0.758028 | eng_Latn | 0.998294 |
b5a03179a9955442cc910455bd56ab10262d3593 | 4,434 | md | Markdown | _posts/2011-06-20-pulp-community-release-13.md | goosemania/pulpproject.org | 3b9bbece6177dd5be870c653eb35fa9d7e0f223b | [
"MIT"
] | 5 | 2017-07-27T15:53:49.000Z | 2021-07-18T21:46:00.000Z | _posts/2011-06-20-pulp-community-release-13.md | goosemania/pulpproject.org | 3b9bbece6177dd5be870c653eb35fa9d7e0f223b | [
"MIT"
] | 138 | 2016-07-28T20:07:10.000Z | 2022-03-21T13:43:38.000Z | _posts/2011-06-20-pulp-community-release-13.md | goosemania/pulpproject.org | 3b9bbece6177dd5be870c653eb35fa9d7e0f223b | [
"MIT"
] | 48 | 2016-05-19T19:00:31.000Z | 2022-02-22T07:45:52.000Z | ---
id: 351
title: Pulp Community Release 13
date: 2011-06-20T14:17:02+00:00
author: Jay Dobies
layout: post
guid: http://blog.pulpproject.org/?p=351
permalink: /2011/06/20/pulp-community-release-13/
categories:
- Releases
---
<img src="http://website-pulp.rhcloud.com/wp-content/uploads/2011/06/cr-13-2.png" alt="" ti... | 86.941176 | 446 | 0.750789 | eng_Latn | 0.989755 |
b5a09e1e0b802f4e60ad827122e26b94877184f7 | 71 | md | Markdown | README.md | jakkor/backbone_handlebars_example | 7f50d00b9fc3b0010b809a9548f748e9097823da | [
"MIT"
] | null | null | null | README.md | jakkor/backbone_handlebars_example | 7f50d00b9fc3b0010b809a9548f748e9097823da | [
"MIT"
] | null | null | null | README.md | jakkor/backbone_handlebars_example | 7f50d00b9fc3b0010b809a9548f748e9097823da | [
"MIT"
] | null | null | null | Work in progress...
Proper readme and description will be added later. | 23.666667 | 50 | 0.788732 | eng_Latn | 0.997497 |
b5a12a5d8e35a08bc179cac6c8fac102f506084f | 6,008 | md | Markdown | _toolbox/G-y-links.md | gcpeixoto/gcpeixoto.github.io | d913bafb8a183769f7d016b3d88cb022b21ac864 | [
"MIT"
] | null | null | null | _toolbox/G-y-links.md | gcpeixoto/gcpeixoto.github.io | d913bafb8a183769f7d016b3d88cb022b21ac864 | [
"MIT"
] | null | null | null | _toolbox/G-y-links.md | gcpeixoto/gcpeixoto.github.io | d913bafb8a183769f7d016b3d88cb022b21ac864 | [
"MIT"
] | null | null | null | ---
title: G-ψ - Useful links
---
## Geology glossary
- [Illustrated Geologic Glossary by CPRM Brazil (PT only)](http://sigep.cprm.gov.br/glossario/index.html)
## Oil and gas glossaries
- [PPSA Glossary (PT only)](http://www.presalpetroleo.gov.br/ppsa/glossario-da-industria-de-petroleo-e-gas/a)
- [PPSA Abbreviation... | 60.08 | 253 | 0.764814 | eng_Latn | 0.45539 |
b5a18e11b66f0f9bd438fadef6ae9cf44c554c88 | 1,122 | md | Markdown | spring_2019/week_09.md | Schmaj/rcos-status-updates | 116659cc571c6aa042b5d55a2a51ff2ce9e91a68 | [
"MIT"
] | null | null | null | spring_2019/week_09.md | Schmaj/rcos-status-updates | 116659cc571c6aa042b5d55a2a51ff2ce9e91a68 | [
"MIT"
] | null | null | null | spring_2019/week_09.md | Schmaj/rcos-status-updates | 116659cc571c6aa042b5d55a2a51ff2ce9e91a68 | [
"MIT"
] | null | null | null | ## Last Week's Accomplishments
> This last week I have implemented a basic algorithm for a demo during the presentation.
I have also added more tests to the project to ensure the demo runs smoothly.
Afterwards, I went back to OpenCircuits proper in order to fix a bug with the Demux.
The outputs were not updating, an... | 43.153846 | 91 | 0.777184 | eng_Latn | 0.999951 |
b5a490117b4621429aa77ed2afb2702e8f093a46 | 41 | md | Markdown | _includes/03-links.md | readefries/markdown-portfolio | 79fe4f94ac83c4f04f7f4b732191b269dff7409e | [
"MIT"
] | null | null | null | _includes/03-links.md | readefries/markdown-portfolio | 79fe4f94ac83c4f04f7f4b732191b269dff7409e | [
"MIT"
] | 7 | 2020-10-26T11:06:27.000Z | 2020-10-26T13:59:10.000Z | _includes/03-links.md | readefries/markdown-portfolio | 79fe4f94ac83c4f04f7f4b732191b269dff7409e | [
"MIT"
] | null | null | null | [GitHub](https://github.com/readefries/)
| 20.5 | 40 | 0.731707 | zul_Latn | 0.353146 |
b5a54122dd37bbc269a9606576fa6a29ecefb450 | 1,385 | md | Markdown | README.md | Games-of-Threads/DBEX1-KFS | ff7627ab1a4cfe6966bbdd76da11f4877e149e7b | [
"MIT"
] | null | null | null | README.md | Games-of-Threads/DBEX1-KFS | ff7627ab1a4cfe6966bbdd76da11f4877e149e7b | [
"MIT"
] | null | null | null | README.md | Games-of-Threads/DBEX1-KFS | ff7627ab1a4cfe6966bbdd76da11f4877e149e7b | [
"MIT"
] | null | null | null | # Database excercise 1 (Key-Value Stores)
This is for the first database assignment related to key-value storage,
## how to use
### step 1.
Have windows running either on a virtual machine or base.
### step 2.
download the this repository either with a browser or git commands through terminal
### step 3.
Navi... | 39.571429 | 147 | 0.742238 | eng_Latn | 0.999916 |
b5a6130762217fec409110a718462d2f81e144b8 | 275 | md | Markdown | _datasets/Zurich.md | mitchvolpi/mitchvolpi.github.io | 1b3f55920b2033bbee37c71a2a022819da27e432 | [
"MIT"
] | null | null | null | _datasets/Zurich.md | mitchvolpi/mitchvolpi.github.io | 1b3f55920b2033bbee37c71a2a022819da27e432 | [
"MIT"
] | null | null | null | _datasets/Zurich.md | mitchvolpi/mitchvolpi.github.io | 1b3f55920b2033bbee37c71a2a022819da27e432 | [
"MIT"
] | null | null | null | ---
title: "Zurich Summer Dataset v0.1"
collection: datasets
permalink: /_datasets/zurich
excerpt: ''
date: 2016
paperurl: 'http://academicpages.github.io/files/paper1.pdf'
citation: 'Your Name, You. (2009). "Paper Title Number 1." <i>Journal 1</i>. 1(1).' -->
--- | 30.555556 | 97 | 0.694545 | yue_Hant | 0.737765 |
b5a69980d6591ff01b5ac385a9116c1ac552e03e | 5,885 | md | Markdown | 06_cnn/README.md | gabrielle-ohlson/MS_038_F21 | 1f1f46dd597cd61838aa4577728e5083c8d12783 | [
"MIT"
] | 73 | 2020-08-27T15:28:56.000Z | 2022-03-25T16:35:36.000Z | 06_cnn/README.md | gabrielle-ohlson/MS_038_F21 | 1f1f46dd597cd61838aa4577728e5083c8d12783 | [
"MIT"
] | 2 | 2020-09-30T12:52:46.000Z | 2020-11-01T19:59:18.000Z | 06_cnn/README.md | gabrielle-ohlson/MS_038_F21 | 1f1f46dd597cd61838aa4577728e5083c8d12783 | [
"MIT"
] | 10 | 2020-09-01T02:32:47.000Z | 2022-03-16T21:45:12.000Z | # Convolutional Neural Network (CNN)
- [Week 6 CNN Slides](https://docs.google.com/presentation/d/1YMlrmpkewAZE5abcoruBztRvsTdVvq1BjtqXauW66Zg/edit?usp=sharing)
## Session A: What is CNN?
### Objectives:
- Understand when and why you might train your own model from scratch versus use a pre-trained model or transfer... | 65.388889 | 522 | 0.772642 | eng_Latn | 0.472791 |
b5a74a69c78105e8abbb139e5ecf45e0e707a237 | 3,151 | md | Markdown | _posts/2017-04-24-mono-linux-package-repository-changes-beginning-with-5-0.md | anuragsharma33/website | f7eaf5450b42fc4ac27da49bc6ac32f56544c0c8 | [
"MIT"
] | 345 | 2015-01-02T06:05:22.000Z | 2022-03-27T21:04:20.000Z | _posts/2017-04-24-mono-linux-package-repository-changes-beginning-with-5-0.md | anuragsharma33/website | f7eaf5450b42fc4ac27da49bc6ac32f56544c0c8 | [
"MIT"
] | 240 | 2015-01-02T09:21:19.000Z | 2022-01-14T20:15:19.000Z | _posts/2017-04-24-mono-linux-package-repository-changes-beginning-with-5-0.md | anuragsharma33/website | f7eaf5450b42fc4ac27da49bc6ac32f56544c0c8 | [
"MIT"
] | 1,100 | 2015-01-01T15:55:14.000Z | 2022-03-30T17:00:45.000Z | ---
layout: blog
title: "Mono Linux package repository changes, beginning with Mono 5.0"
author: Jo Shields
tags: [linux,plans]
---
Up to now, Linux packages on mono-project.com have come in two flavours – RPM built for CentOS 7 (and RHEL 7), and .deb built for Debian 7. Universal packages that work on the named distr... | 65.645833 | 345 | 0.733101 | eng_Latn | 0.994212 |
b5a81c5537d84046c273b1e49dc522466a592436 | 1,815 | md | Markdown | README.md | svnovikov/testrail-reporter | 8e946679e4fc3f05cfc6fe1badce3d1b970d3195 | [
"Apache-2.0"
] | 1 | 2018-03-20T15:58:45.000Z | 2018-03-20T15:58:45.000Z | README.md | svnovikov/testrail-reporter | 8e946679e4fc3f05cfc6fe1badce3d1b970d3195 | [
"Apache-2.0"
] | null | null | null | README.md | svnovikov/testrail-reporter | 8e946679e4fc3f05cfc6fe1badce3d1b970d3195 | [
"Apache-2.0"
] | null | null | null | Purpose
-------
Repository contains script to report results from XML file to TestRail. Only tests from XML will be added to run.
Requirements
------------
- python 2.7
- [testrail-python](https://github.com/travispavek/testrail-python)
Settings
--------
**Your XML file structure**
Only test group name and status... | 28.809524 | 359 | 0.732231 | eng_Latn | 0.989201 |
b5a87f0eedf58facbac0e27785d6ba8bd5118798 | 140 | md | Markdown | CHANGELOG.md | alsuren/rebazel | 57c6d6caa3f4d5d3378ec9bda9a63ae1fae1a5d4 | [
"MIT"
] | 19 | 2017-06-19T14:53:47.000Z | 2022-02-19T08:45:09.000Z | CHANGELOG.md | alsuren/rebazel | 57c6d6caa3f4d5d3378ec9bda9a63ae1fae1a5d4 | [
"MIT"
] | 4 | 2017-07-31T14:05:31.000Z | 2021-07-09T13:54:05.000Z | CHANGELOG.md | alsuren/rebazel | 57c6d6caa3f4d5d3378ec9bda9a63ae1fae1a5d4 | [
"MIT"
] | 3 | 2017-07-31T06:18:31.000Z | 2021-07-08T14:46:23.000Z | # 0.1.{1,4} (02.-01-2019)
* update deps
* ensure std{out,err} of child process is being inherited
# 0.1.0 (06-19-2017)
* initial release
| 15.555556 | 57 | 0.657143 | eng_Latn | 0.963404 |
b5a8d49b13ac586d43d28d833444c3bcfabfd678 | 368 | md | Markdown | content/zh/blog/ubuntu/ubuntu_disk.md | xueqing/myblog | b37876cc1f7bcaaa987a57626b7dae0e944c868f | [
"MIT"
] | null | null | null | content/zh/blog/ubuntu/ubuntu_disk.md | xueqing/myblog | b37876cc1f7bcaaa987a57626b7dae0e944c868f | [
"MIT"
] | null | null | null | content/zh/blog/ubuntu/ubuntu_disk.md | xueqing/myblog | b37876cc1f7bcaaa987a57626b7dae0e944c868f | [
"MIT"
] | 2 | 2020-06-24T06:23:41.000Z | 2020-10-08T10:26:37.000Z | ---
title: "ubuntu 查看磁盘空间"
authors: [kiki]
tags: [ubuntu, linux]
categories: [blog]
draft: false
---
- `df -hl`显示目前所有文件系统的可用空间及使用情形
- `-h`表示使用`human readable`的输出,即使用 GB,MB 等易读的格式
- `Filesystem`表示文件系统
- `Mounted on`表示挂载点
- `Size``Used``Avail``Use`分别表示分割区的容量、已使用的大小、剩下的大小及使用的百分比
- `du -sh *`显示当前目录下各个文件及目录占用空间大小
... | 23 | 58 | 0.701087 | yue_Hant | 0.601145 |
b5ab18d24b4cedcc2fd98aed7c6e1b65d4d540ce | 875 | md | Markdown | content/archive/internal/jkylearmstrong-fundamentals-of-data-wrangling.md | alexholcombe/bookdown.org | 127a2854817b46451bbfd7fa873942ce626ecdc6 | [
"MIT"
] | 58 | 2018-07-17T01:46:40.000Z | 2021-12-25T00:58:36.000Z | content/archive/internal/jkylearmstrong-fundamentals-of-data-wrangling.md | alexholcombe/bookdown.org | 127a2854817b46451bbfd7fa873942ce626ecdc6 | [
"MIT"
] | 68 | 2018-07-19T06:30:30.000Z | 2022-03-02T07:08:14.000Z | content/archive/internal/jkylearmstrong-fundamentals-of-data-wrangling.md | alexholcombe/bookdown.org | 127a2854817b46451bbfd7fa873942ce626ecdc6 | [
"MIT"
] | 100 | 2018-07-21T07:52:07.000Z | 2022-03-01T11:17:08.000Z | ---
title: "Fundamentals of Wrangling Healthcare Data with R"
author: "J. Kyle Armstrong"
date: "2021-06-14T16:30:30Z"
link: "https://bookdown.org/jkylearmstrong/Fundamentals-of-Data-Wrangling/"
length_weight: "100%"
repo: "jkylearmstrong/Jeff_Data_Wrangling"
pinned: false
---
Fundamentals to Data Wrangling and progra... | 72.916667 | 595 | 0.782857 | eng_Latn | 0.991215 |
b5ab4f3fdbe947bacd05fa44e852e2ba43a38330 | 791 | md | Markdown | _posts/2021-02-10-cybrary-podcast-52.md | jmymy/jmymy.github.io | 0f54d314460fecf72eb71686fc07107dedbd66aa | [
"MIT"
] | null | null | null | _posts/2021-02-10-cybrary-podcast-52.md | jmymy/jmymy.github.io | 0f54d314460fecf72eb71686fc07107dedbd66aa | [
"MIT"
] | null | null | null | _posts/2021-02-10-cybrary-podcast-52.md | jmymy/jmymy.github.io | 0f54d314460fecf72eb71686fc07107dedbd66aa | [
"MIT"
] | null | null | null | ---
layout: post
title: Funding | The VC’s Perspective & The Entrepreneur’s Dilemma| The Cybrary Podcast Ep. 52
date: 2021-02-10 03:49
image: /images/cybrarypodcast.jpeg
tag: Podcast
categories: [podcast, youtube]
link: https://open.spotify.com/episode/4JwIODhYQkNP5egvMKIAFF
---
Have you wondered what’s involv... | 71.909091 | 501 | 0.79646 | eng_Latn | 0.991213 |
b5ab6269445545ec0f1628138f88b6818d4ea4af | 78,966 | md | Markdown | security-updates/SecurityBulletins/2006/ms06-036.md | MicrosoftDocs/security-updates.pt-br | 41600ce6b74586b6e44b480e21ffcd62b9524fcb | [
"CC-BY-4.0",
"MIT"
] | 1 | 2020-05-19T20:16:43.000Z | 2020-05-19T20:16:43.000Z | security-updates/SecurityBulletins/2006/ms06-036.md | MicrosoftDocs/security-updates.pt-br | 41600ce6b74586b6e44b480e21ffcd62b9524fcb | [
"CC-BY-4.0",
"MIT"
] | 216 | 2017-12-12T22:09:38.000Z | 2018-12-10T00:42:52.000Z | security-updates/SecurityBulletins/2006/ms06-036.md | MicrosoftDocs/security-updates.pt-br | 41600ce6b74586b6e44b480e21ffcd62b9524fcb | [
"CC-BY-4.0",
"MIT"
] | 2 | 2018-01-15T07:03:29.000Z | 2021-11-18T13:14:23.000Z | ---
TOCTitle: 'MS06-036'
Title: 'Microsoft MS06-036 - Crítica'
ms:assetid: 'ms06-036'
ms:contentKeyID: 61233540
ms:mtpsurl: 'https://technet.microsoft.com/pt-BR/library/ms06-036(v=Security.10)'
---
Microsoft MS06-036 - Crítica
==============================================
Vulnerabilidade no serviço do Cliente DH... | 57.597374 | 975 | 0.723831 | por_Latn | 0.998559 |
b5ab62c9ed46afa682ed39495a85d0dad2f48797 | 4,349 | md | Markdown | docs/extensibility/debugger/debug-engine.md | MicrosoftDocs/visualstudio-docs.cs-cz | 3861d52726f1a515cfa62d590513a3c7a1b8019b | [
"CC-BY-4.0",
"MIT"
] | 1 | 2020-05-20T07:48:22.000Z | 2020-05-20T07:48:22.000Z | docs/extensibility/debugger/debug-engine.md | MicrosoftDocs/visualstudio-docs.cs-cz | 3861d52726f1a515cfa62d590513a3c7a1b8019b | [
"CC-BY-4.0",
"MIT"
] | 7 | 2018-10-02T15:01:11.000Z | 2021-11-05T20:25:20.000Z | docs/extensibility/debugger/debug-engine.md | MicrosoftDocs/visualstudio-docs.cs-cz | 3861d52726f1a515cfa62d590513a3c7a1b8019b | [
"CC-BY-4.0",
"MIT"
] | 7 | 2018-10-01T22:49:53.000Z | 2021-10-09T11:24:44.000Z | ---
title: Ladění modulu | Microsoft Docs
description: Zjistěte, jak ladicí modul funguje s interpretem nebo operačním systémem a poskytuje služby, jako je řízení spouštění, zarážky a vyhodnocení výrazů.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: reference
helpviewer_keywords:
- debug engines
ms.assetid: 148b... | 92.531915 | 700 | 0.804323 | ces_Latn | 0.999332 |
b5ab7fcdab7980873c46a32d5dfce05878dfede0 | 267 | md | Markdown | README.md | HowProgrammingWorks/SQL | 81db440a70856898e825fa8df3167957954d83b8 | [
"MIT"
] | 6 | 2019-10-31T02:33:45.000Z | 2020-12-12T16:59:00.000Z | README.md | HowProgrammingWorks/SQL | 81db440a70856898e825fa8df3167957954d83b8 | [
"MIT"
] | null | null | null | README.md | HowProgrammingWorks/SQL | 81db440a70856898e825fa8df3167957954d83b8 | [
"MIT"
] | 1 | 2019-11-10T14:30:48.000Z | 2019-11-10T14:30:48.000Z | # Structured Query Language
[](https://youtu.be/Z679c8S0d7I)
[](https://youtu.be/QF0v29ZneYE)
| 44.5 | 132 | 0.734082 | kor_Hang | 0.186841 |
b5acedb292dcb36d2548bd6f7b97e7ffada7fb46 | 79 | md | Markdown | Linux/parted.md | markfranciose/cheat_sheet_of_cheat_sheets | d126bbbb499af43098d3938e35df3381833cecac | [
"MIT"
] | null | null | null | Linux/parted.md | markfranciose/cheat_sheet_of_cheat_sheets | d126bbbb499af43098d3938e35df3381833cecac | [
"MIT"
] | 20 | 2020-07-21T01:52:53.000Z | 2022-02-27T09:44:44.000Z | Linux/parted.md | markfranciose/drops_of_knowledge | d126bbbb499af43098d3938e35df3381833cecac | [
"MIT"
] | null | null | null | list partition layout, gpt/mbr, size, filesystem, name, flags ```parted -l```
| 26.333333 | 77 | 0.696203 | eng_Latn | 0.92666 |
b5ad415fb9ddf332f569b147d1837b590257758d | 164 | md | Markdown | README.md | AndreaCimminoArriaga/wot-discovery-testing | 26e94b300a050537bb71e11afaa7f5ac9c7e9ea2 | [
"MIT"
] | 3 | 2021-06-09T14:17:08.000Z | 2021-06-17T10:18:54.000Z | README.md | AndreaCimminoArriaga/wot-discovery-testing | 26e94b300a050537bb71e11afaa7f5ac9c7e9ea2 | [
"MIT"
] | 8 | 2021-06-10T11:26:55.000Z | 2022-03-28T14:13:57.000Z | README.md | AndreaCimminoArriaga/wot-discovery-testing | 26e94b300a050537bb71e11afaa7f5ac9c7e9ea2 | [
"MIT"
] | 3 | 2021-06-10T10:41:05.000Z | 2021-07-06T12:57:40.000Z | # WoT Discovery Testing
Test suites for [W3C WoT Discovery](https://www.w3.org/TR/wot-discovery/) APIs.
Test suites:
* [Directory](./directory)
* [DNS-SD](./dnssd) | 27.333333 | 79 | 0.707317 | kor_Hang | 0.363484 |
b5adb52460ec20451eaef0e5a64a017b74c0b9e1 | 704 | md | Markdown | _pages/about.md | Avyiel/lucasvienna.dev | d6c62fc734bc79139e38444ac4d72748cda5b568 | [
"MIT"
] | null | null | null | _pages/about.md | Avyiel/lucasvienna.dev | d6c62fc734bc79139e38444ac4d72748cda5b568 | [
"MIT"
] | 4 | 2019-08-14T19:33:27.000Z | 2021-09-27T21:53:12.000Z | _pages/about.md | Avyiel/lucasvienna.dev | d6c62fc734bc79139e38444ac4d72748cda5b568 | [
"MIT"
] | null | null | null | ---
layout: page
title: About
subtitle: A few words about me
permalink: /about
---
#### _Student, hacker, translator. I like to solve problems and build things._
Lucas is a software developer originally from São Paulo, Brazil and currently living in Karlsruhe, Germany. He studies Business Informatics at the Karlsruhe... | 46.933333 | 250 | 0.768466 | eng_Latn | 0.996732 |
b5b015b602f781bc6bef3fdff515a069a1f91958 | 1,506 | md | Markdown | deploy/README.md | jingtaozhang18/fission | 8ff61fe51359d8927a0058061640b87bdc6cf5af | [
"Apache-2.0"
] | 1 | 2020-09-04T03:27:00.000Z | 2020-09-04T03:27:00.000Z | deploy/README.md | jingtaozhang18/fission | 8ff61fe51359d8927a0058061640b87bdc6cf5af | [
"Apache-2.0"
] | null | null | null | deploy/README.md | jingtaozhang18/fission | 8ff61fe51359d8927a0058061640b87bdc6cf5af | [
"Apache-2.0"
] | 2 | 2020-09-04T03:27:02.000Z | 2020-09-04T03:29:49.000Z | # 基于Minikube的Fission 及其依赖的基础环境部署
## 部署使用的命令版本如下
| command | version |
| :------: | :--------: |
| minikube | v1.14.0 |
| kubectl | v1.18.5 |
| helm | v3.2.4 |
| ktctl | 0.0.13-rc7 |
## 部署流程
### 创建minikube集群
创建集群之前,需要先确认创建集群的**名称**`CONTEXT_NAME`和集群使用的虚拟化技术`--driver`,具体细节请参考minikube的[官网](https... | 16.193548 | 149 | 0.749668 | yue_Hant | 0.639587 |
b5b15d7e3982efcb42d546b2661106157aa9ba84 | 6,471 | md | Markdown | README.md | awesome-archive/Automatic_Speech_Recognition | 28c7f78064006a68fb12001b37e3893a87cb798c | [
"MIT"
] | null | null | null | README.md | awesome-archive/Automatic_Speech_Recognition | 28c7f78064006a68fb12001b37e3893a87cb798c | [
"MIT"
] | null | null | null | README.md | awesome-archive/Automatic_Speech_Recognition | 28c7f78064006a68fb12001b37e3893a87cb798c | [
"MIT"
] | null | null | null | # Automatic-Speech-Recognition
End-to-end automatic speech recognition system implemented in TensorFlow.
## Recent Updates
- [x] **Support TensorFlow r1.0** (2017-02-24)
- [x] **Support dropout for dynamic rnn** (2017-03-11)
- [x] **Support running in shell file** (2017-03-11)
- [x] **Support evaluation every several ... | 51.357143 | 899 | 0.753516 | eng_Latn | 0.970136 |
b5b171a6f9b246e855e18e84e257bd1ee46f6c83 | 2,201 | md | Markdown | src/tr/2019-03/09/03.md | PrJared/sabbath-school-lessons | 94a27f5bcba987a11a698e5e0d4279b81a68bc9a | [
"MIT"
] | 68 | 2016-10-30T23:17:56.000Z | 2022-03-27T11:58:16.000Z | src/tr/2019-03/09/03.md | PrJared/sabbath-school-lessons | 94a27f5bcba987a11a698e5e0d4279b81a68bc9a | [
"MIT"
] | 367 | 2016-10-21T03:50:22.000Z | 2022-03-28T23:35:25.000Z | src/tr/2019-03/09/03.md | PrJared/sabbath-school-lessons | 94a27f5bcba987a11a698e5e0d4279b81a68bc9a | [
"MIT"
] | 109 | 2016-08-02T14:32:13.000Z | 2022-03-31T10:18:41.000Z | ---
title: Tabita’nın Hizmeti ve Tanıklığı
date: 26/08/2019
---
Kilise, İsa’nın öngördüğü gibi “Yeruşalim’de, bütün Yahudiye ve Samiriye’de ve dünyanın dört bucağında” (Elç. 1:8) yayılmaya başlayınca, yeni imanlılar İsa’nın imanını ve hizmetini sürdürdüler. Bunlardan biri de Yafa kentindeki Tabita’ydı. Anlaşılan İs... | 122.277778 | 465 | 0.818264 | tur_Latn | 0.999997 |
b5b2083b63c3e54aa1739f53c91f36fe75ad8904 | 969 | md | Markdown | CHANGELOG.md | vsoch/containershare | 2a0c13f0a1950df4fcffe94aba584254267f7d85 | [
"BSD-3-Clause"
] | 4 | 2018-08-07T17:12:33.000Z | 2020-10-16T22:20:00.000Z | CHANGELOG.md | vsoch/repo2docker-containers | 2a0c13f0a1950df4fcffe94aba584254267f7d85 | [
"BSD-3-Clause"
] | 8 | 2018-07-29T23:06:16.000Z | 2018-08-10T02:54:32.000Z | CHANGELOG.md | vsoch/repo2docker-containers | 2a0c13f0a1950df4fcffe94aba584254267f7d85 | [
"BSD-3-Clause"
] | 1 | 2020-04-23T02:24:30.000Z | 2020-04-23T02:24:30.000Z | # CHANGELOG
This is a manually generated log to track changes to the repository for each release.
Each section should include general headers such as **Implemented enhancements**
and **Merged pull requests**. All closed issued and bug fixes should be
represented. Critical items to know are:
- renamed commands
- ... | 40.375 | 94 | 0.759546 | eng_Latn | 0.99572 |
b5b242cda17f6b2347cdd40434c6ab8cb4bcd631 | 32 | md | Markdown | README.md | Asterisk-346Production/PondokWebSkripsi | 069e5a90fedf671d57b7a4c865ef00e3fab9835c | [
"Apache-2.0"
] | null | null | null | README.md | Asterisk-346Production/PondokWebSkripsi | 069e5a90fedf671d57b7a4c865ef00e3fab9835c | [
"Apache-2.0"
] | null | null | null | README.md | Asterisk-346Production/PondokWebSkripsi | 069e5a90fedf671d57b7a4c865ef00e3fab9835c | [
"Apache-2.0"
] | null | null | null | # PondokWebSkripsi
upload later
| 10.666667 | 18 | 0.84375 | ind_Latn | 0.966423 |
b5b3867f28880e23c12fb74219190d8092aa1fda | 123 | md | Markdown | README.md | wizzomafizzo/js-snake | 5811878e6cce4eedb509813fbf641cd301e7e21d | [
"MIT"
] | null | null | null | README.md | wizzomafizzo/js-snake | 5811878e6cce4eedb509813fbf641cd301e7e21d | [
"MIT"
] | null | null | null | README.md | wizzomafizzo/js-snake | 5811878e6cce4eedb509813fbf641cd301e7e21d | [
"MIT"
] | null | null | null | # js-snake
JavaScript implementation of Snake

| 24.6 | 75 | 0.788618 | kor_Hang | 0.133426 |
b5b3e545bf26873b2269ad4f2c6aa1567fcc75d5 | 357 | md | Markdown | deployment.md | jwspaeth/FAA-Project | afa9d3bec10deead48c4b17dff69df2e02691e41 | [
"MIT"
] | null | null | null | deployment.md | jwspaeth/FAA-Project | afa9d3bec10deead48c4b17dff69df2e02691e41 | [
"MIT"
] | 2 | 2019-10-20T00:42:40.000Z | 2019-10-30T18:06:11.000Z | deployment.md | jwspaeth/FAA-Project | afa9d3bec10deead48c4b17dff69df2e02691e41 | [
"MIT"
] | null | null | null | # Deployment
Since this is a machine learning model, deployment is a little different than with a standard application.
The user must set up configurations for the dataset before running the model. Running the model is as easy as running ./main.
Since this product is purely for internal use, deployment is not necessa... | 59.5 | 125 | 0.803922 | eng_Latn | 0.999964 |
b5b6efeb36902d9657546a57c8fc7610f85024db | 350 | md | Markdown | README.md | egberts/vim-2-tiered-recursion-syntax | fc1b74f694e48c4c70bf3bf037be1a725d21ce08 | [
"MIT"
] | null | null | null | README.md | egberts/vim-2-tiered-recursion-syntax | fc1b74f694e48c4c70bf3bf037be1a725d21ce08 | [
"MIT"
] | null | null | null | README.md | egberts/vim-2-tiered-recursion-syntax | fc1b74f694e48c4c70bf3bf037be1a725d21ce08 | [
"MIT"
] | null | null | null | # vim-2-tiered-recursion-syntax
How to perform recursive syntax using 2-tiered near-similar syntaxes.
This is a repost from Vim StackExchange on a real
problem of writing recursive Vim syntax for
the ISC Bind9 named configuratin file, specifically
the `acl` keyword and its `address_match_list`.
Source: https://vi.st... | 35 | 69 | 0.802857 | eng_Latn | 0.979383 |
b5b8cdf3eb42f872bca57cefe2b4edf82527f743 | 52 | md | Markdown | README.md | npillmayer/fp | cd59007faf1649738da5f281e583b9cf5df27a26 | [
"BSD-3-Clause"
] | 1 | 2022-03-17T13:02:52.000Z | 2022-03-17T13:02:52.000Z | README.md | npillmayer/fp | cd59007faf1649738da5f281e583b9cf5df27a26 | [
"BSD-3-Clause"
] | null | null | null | README.md | npillmayer/fp | cd59007faf1649738da5f281e583b9cf5df27a26 | [
"BSD-3-Clause"
] | null | null | null | # fp
Experiments with Go1.18 functional programming
| 17.333333 | 46 | 0.826923 | eng_Latn | 0.990009 |
b5b9528cf643bc8a7396d0c66ab2eceb6f23938b | 3,642 | md | Markdown | docs/benchmarks/03.04.2021/SortingNetworks.Benchmarks.SN19Benchmark-report-github.md | petarpetrovt/sorting-networks | dda423e85693f7ed70545fe8dbb939328534a269 | [
"MIT"
] | 2 | 2020-09-17T18:16:54.000Z | 2020-11-16T07:04:42.000Z | docs/benchmarks/03.04.2021/SortingNetworks.Benchmarks.SN19Benchmark-report-github.md | petarpetrovt/sorting-networks | dda423e85693f7ed70545fe8dbb939328534a269 | [
"MIT"
] | 22 | 2020-09-17T18:17:33.000Z | 2021-04-17T07:02:27.000Z | docs/benchmarks/03.04.2021/SortingNetworks.Benchmarks.SN19Benchmark-report-github.md | petarpetrovt/sorting-networks | dda423e85693f7ed70545fe8dbb939328534a269 | [
"MIT"
] | 1 | 2020-09-17T18:05:56.000Z | 2020-09-17T18:05:56.000Z | ``` ini
BenchmarkDotNet=v0.12.1.1521-nightly, OS=Windows 10.0.19042.867 (20H2/October2020Update)
AMD Ryzen 7 3700X, 1 CPU, 16 logical and 8 physical cores
.NET SDK=6.0.100-preview.2.21155.3
[Host] : .NET 6.0.0 (6.0.21.15406), X64 RyuJIT
.NET 5.0 : .NET 5.0.4 (5.0.421.11614), X64 RyuJIT
.NET... | 98.432432 | 154 | 0.466502 | yue_Hant | 0.727463 |
b5ba444a78ca9e1d39f858a1a9e008f6d2a0bc8c | 329 | md | Markdown | plugins/README.md | AliHenry/gee-pos-admin | 109544bcd30dfff5e0058ee95b1f133cbf1fb8f0 | [
"MIT"
] | null | null | null | plugins/README.md | AliHenry/gee-pos-admin | 109544bcd30dfff5e0058ee95b1f133cbf1fb8f0 | [
"MIT"
] | null | null | null | plugins/README.md | AliHenry/gee-pos-admin | 109544bcd30dfff5e0058ee95b1f133cbf1fb8f0 | [
"MIT"
] | null | null | null | # PLUGINS
This directory contains your Javascript plugins that you want to run before instantiating the root vue.js application.
More information about the usage of this directory in the documentation:
https://nuxtjs.org/guide/plugins
**This directory is not required, you can delete it if you don't want to us... | 36.555556 | 119 | 0.772036 | eng_Latn | 0.997935 |
b5baa1edbb1ee3a6d173d2b4ba39dd15cd5fa5bc | 25,019 | md | Markdown | articles/iot-dps/concepts-device-oem-security-practices.md | changeworld/azure-docs.pl-pl | f97283ce868106fdb5236557ef827e56b43d803e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/iot-dps/concepts-device-oem-security-practices.md | changeworld/azure-docs.pl-pl | f97283ce868106fdb5236557ef827e56b43d803e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/iot-dps/concepts-device-oem-security-practices.md | changeworld/azure-docs.pl-pl | f97283ce868106fdb5236557ef827e56b43d803e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: Praktyki dotyczące zabezpieczeń dla producentów — usługa inicjowania obsługi administracyjnej urządzeń Usługi Azure IoT
description: Omówi typowe praktyki zabezpieczeń dla producentów OEM i urządzeń, którzy przygotowują urządzenia do zarejestrowania się w usłudze inicjowania obsługi administracyjnej urządzeń... | 129.632124 | 1,021 | 0.82885 | pol_Latn | 0.999991 |
b5bad88c9939bceb8623299a16fea4f9347c250f | 710 | md | Markdown | files/en/getting_started_guide/install_splynx/install_splynx.md | RuntimeErrorovich/docs | bc6416abdd0c2a24cdd0810f7694d0e987f37a91 | [
"MIT"
] | null | null | null | files/en/getting_started_guide/install_splynx/install_splynx.md | RuntimeErrorovich/docs | bc6416abdd0c2a24cdd0810f7694d0e987f37a91 | [
"MIT"
] | null | null | null | files/en/getting_started_guide/install_splynx/install_splynx.md | RuntimeErrorovich/docs | bc6416abdd0c2a24cdd0810f7694d0e987f37a91 | [
"MIT"
] | null | null | null | Install Splynx ISP Framework
============================
For the installation, please use a clear Debian or Ubuntu server.
Log in as root:
Ubuntu:
`sudo su`
Debian:
`su`
Insert Timezone configuration:
`dpkg-reconfigure tzdata`
Update CA certificates for HTTPS:
`apt-get install ca-certificates`
`update-ca-cer... | 16.904762 | 94 | 0.711268 | eng_Latn | 0.674369 |
b5badf0d2f9c168c1ab39b4c632fb04dc7b66882 | 482 | md | Markdown | content/post/2019-03-29-3d.md | Ishizuka427/hugo.suwa3.me | b39d419ab3a48edc95ad7c9652bb2ce6beef84b9 | [
"Apache-2.0"
] | 2 | 2020-12-08T02:07:04.000Z | 2020-12-08T19:55:15.000Z | content/post/2019-03-29-3d.md | Ishizuka427/hugo.suwa3.me | b39d419ab3a48edc95ad7c9652bb2ce6beef84b9 | [
"Apache-2.0"
] | 4 | 2021-11-16T01:17:06.000Z | 2021-11-27T08:42:53.000Z | content/post/2019-03-29-3d.md | Ishizuka427/hugo.suwa3.me | b39d419ab3a48edc95ad7c9652bb2ce6beef84b9 | [
"Apache-2.0"
] | null | null | null | ---
title: "3D"
date: "2019-03-29T13:00:37.000Z"
categories:
- "%e6%9c%aa%e5%88%86%e9%a1%9e"
tags:
---
お昼にFabCafeへ行ったの。
職場から近いので、ふらっと行けるの良いね。
https://fabcafe.com/tokyo/fab/ 3Dプリンターやレーザーカッターを使うことができる
ものづくりカフェ
.
ワークショップ行きたいなあ。
とおもって、HPで調べたり店員さんに訊いてみたりしたよ。
3Dプリンターのclassも
HPには反映されていないけれど、来月末にあるらしい。
.
まずはレーザー... | 10.478261 | 56 | 0.740664 | jpn_Jpan | 0.42991 |
b5bb2fcf256335f61851fc02a1f4405431e5f8ca | 49 | md | Markdown | README.md | agosse/demod | 953b6c9478e88f7ce12d2fe669228202106612d6 | [
"MIT"
] | null | null | null | README.md | agosse/demod | 953b6c9478e88f7ce12d2fe669228202106612d6 | [
"MIT"
] | null | null | null | README.md | agosse/demod | 953b6c9478e88f7ce12d2fe669228202106612d6 | [
"MIT"
] | null | null | null | # demod
Acoustic demodulator framework and tools
| 16.333333 | 40 | 0.836735 | eng_Latn | 0.962683 |
b5bdccac3af61ea7815da3362d99777b4d855ac8 | 134 | md | Markdown | content/friends.en.md | aimerneige/Blog | 943f2b09e44d1d047e97d45d034fdd619417aac5 | [
"MIT"
] | null | null | null | content/friends.en.md | aimerneige/Blog | 943f2b09e44d1d047e97d45d034fdd619417aac5 | [
"MIT"
] | null | null | null | content/friends.en.md | aimerneige/Blog | 943f2b09e44d1d047e97d45d034fdd619417aac5 | [
"MIT"
] | 1 | 2022-03-07T01:38:23.000Z | 2022-03-07T01:38:23.000Z | ---
title: "Friends"
url: "/en/friends"
ShowToc: false
---
{{< friends >}}
> 感谢 https://guanqr.com/tech/website/add-blogroll/ 提供的代码
| 13.4 | 56 | 0.641791 | yue_Hant | 0.21881 |
b5bdd215d8df4c9437a1ed33025dffcdb5bdb875 | 303 | md | Markdown | .github/ISSUE_TEMPLATE/Bug_report.md | aloy-nora/lnmp | 52e33d6424d7fdf619a4717a9561f56a9a8e1751 | [
"Apache-2.0"
] | 512 | 2017-09-22T16:20:15.000Z | 2022-03-31T05:24:21.000Z | .github/ISSUE_TEMPLATE/Bug_report.md | aloy-nora/lnmp | 52e33d6424d7fdf619a4717a9561f56a9a8e1751 | [
"Apache-2.0"
] | 863 | 2017-09-12T00:52:03.000Z | 2022-02-12T07:37:17.000Z | .github/ISSUE_TEMPLATE/Bug_report.md | aloy-nora/lnmp | 52e33d6424d7fdf619a4717a9561f56a9a8e1751 | [
"Apache-2.0"
] | 127 | 2017-10-13T17:38:10.000Z | 2022-03-19T04:55:46.000Z | ---
name: Bug report
about: Create a report to help us improve
---
<!--
!!! 请先自助排错 !!!
1. 查看 `log/XXX/FILE` 日志文件内容
2. 执行 `./lnmp-docker logs` 查看日志
-->
<!--请按照以下说明提出问题,不符合规范的问题直接关闭,不予解答-->
<!--
在终端执行以下命令生成错误报告
```bash
$ cd lnmp
$ ./lnmp-docker bug
```
复制 `lnmp/bug.md` 内容到这里,并贴出终端执行内容及问题
-->
| 9.774194 | 41 | 0.610561 | yue_Hant | 0.412519 |
b5be0f125276157991222395cb77e45bb3c24fc5 | 3,560 | md | Markdown | README.md | AndresDFX/Template | 14cfdd5856b4bdbe44a3adf25de3e059b40751ad | [
"RSA-MD"
] | 1 | 2020-03-23T00:28:28.000Z | 2020-03-23T00:28:28.000Z | README.md | AndresDFX/Template | 14cfdd5856b4bdbe44a3adf25de3e059b40751ad | [
"RSA-MD"
] | null | null | null | README.md | AndresDFX/Template | 14cfdd5856b4bdbe44a3adf25de3e059b40751ad | [
"RSA-MD"
] | null | null | null | <div align="justify">
<u><h1>Plantilla de Documentación de Soporte </u></h1>
---
<u><h2> Descripcion</u></h2>
Esto es un archivo README. Debe contener la documentación de soporte uso de la herramienta digital. Las siguientes secciones son las secciones recomendadas que debes poner incluir en cualquier herramienta dig... | 58.360656 | 391 | 0.785955 | spa_Latn | 0.996883 |
b5bf267b1589f04000a3e66e9536df3b305457b6 | 3,989 | md | Markdown | README.md | EzraLopez/nearbychat | 650c245d21ab6bd70d80cff1be3789a9cde98f3c | [
"MIT"
] | 108 | 2018-05-05T01:09:01.000Z | 2021-10-06T00:21:58.000Z | README.md | EzraLopez/nearbychat | 650c245d21ab6bd70d80cff1be3789a9cde98f3c | [
"MIT"
] | 7 | 2018-05-05T02:15:21.000Z | 2021-03-17T23:54:43.000Z | README.md | EzraLopez/nearbychat | 650c245d21ab6bd70d80cff1be3789a9cde98f3c | [
"MIT"
] | 11 | 2018-05-06T02:08:22.000Z | 2019-09-04T20:10:12.000Z | # Nearby Chat
[](https://travis-ci.com/EzraLopez/nearbychat)
Experimental Android app demonstrating the use of [Nearby Messages API](https://developers.google.com/nearby/messages/overview) for communicating between devices within close proxi... | 117.323529 | 1,518 | 0.844071 | eng_Latn | 0.595371 |
b5c0bdc1fc772abeac4a7e98d95b272f944ea0ac | 95 | md | Markdown | content/osmand/navigation/public-transport-navigation.md | airon90/docs | a2e244d3dee2bb8e8ada940d816150f290cd18ec | [
"CC-BY-4.0",
"MIT"
] | null | null | null | content/osmand/navigation/public-transport-navigation.md | airon90/docs | a2e244d3dee2bb8e8ada940d816150f290cd18ec | [
"CC-BY-4.0",
"MIT"
] | null | null | null | content/osmand/navigation/public-transport-navigation.md | airon90/docs | a2e244d3dee2bb8e8ada940d816150f290cd18ec | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ---
title: "Public Transport navigation"
intro: "Public Transport navigation"
versions: '*'
--- | 19 | 36 | 0.715789 | yue_Hant | 0.259799 |
b5c31f26490da95f04caff465f30a41933c7d29b | 138 | md | Markdown | README.md | afking/lisa | 12e29703e6a1ab5d6e6104a84713469a079f9caf | [
"MIT"
] | null | null | null | README.md | afking/lisa | 12e29703e6a1ab5d6e6104a84713469a079f9caf | [
"MIT"
] | null | null | null | README.md | afking/lisa | 12e29703e6a1ab5d6e6104a84713469a079f9caf | [
"MIT"
] | null | null | null | # lisa
Playing with Lisa/S
## GDB
```
sudo arm-none-eabi-gdb ./ap.elf
target extended-remote /dev/ttyACM0
monitor swdp_scan
attach 1
```
| 12.545455 | 35 | 0.717391 | eng_Latn | 0.582083 |
b5c3f5f9bb33021cc7fafbd2b6fabef255cdf299 | 4,515 | md | Markdown | _wiki/Bookmarks/tutorial.md | ruter/Ruter-Blog | ccdad70d71e026d3212518c4b1fb4dad80199a48 | [
"MIT"
] | 2 | 2020-04-29T03:56:25.000Z | 2020-11-12T12:06:03.000Z | _wiki/Bookmarks/tutorial.md | ruter/Ruter-Blog | ccdad70d71e026d3212518c4b1fb4dad80199a48 | [
"MIT"
] | null | null | null | _wiki/Bookmarks/tutorial.md | ruter/Ruter-Blog | ccdad70d71e026d3212518c4b1fb4dad80199a48 | [
"MIT"
] | 4 | 2018-01-09T09:58:31.000Z | 2020-04-25T14:15:06.000Z | ---
layout: wiki
title: "Tutorial"
date: 2016-11-09 00:33
updated: 2016-11-09 13:36
keywords: 教程, 文档
categories: Bookmarks
---
# Docker
+ [Docker Tutorial Series](http://blog.flux7.com/blogs/docker/docker-tutorial-series-part-1-an-introduction)
# Python
+ [Django 博客入门](https://www.gitbook.com/book/shenxgan/django/det... | 59.407895 | 816 | 0.749945 | yue_Hant | 0.707714 |
b5c5b1e5907ff0eaf1411fd3689505fac6e2b8bd | 493 | md | Markdown | mongodb/sharding/README.md | ziru/docker-apps | ab13253e849c2aec0cea5074909a60cf30a3f189 | [
"Apache-2.0"
] | null | null | null | mongodb/sharding/README.md | ziru/docker-apps | ab13253e849c2aec0cea5074909a60cf30a3f189 | [
"Apache-2.0"
] | null | null | null | mongodb/sharding/README.md | ziru/docker-apps | ab13253e849c2aec0cea5074909a60cf30a3f189 | [
"Apache-2.0"
] | null | null | null | Step 1: Start config servers
- connect to one config server
- run commands in `start-config-svr.js`
Step 2: Start shard servers
- connect to one server in shard 1, and run commands in `start-s1.js`
- connect to one server in shard 2, and run commands in `start-s2.js`
Step 3: Add shards to config servers
- connect ... | 24.65 | 77 | 0.740365 | eng_Latn | 0.995107 |
b5c5cfa29b0b1497d15dcc1638ad1568443d138b | 64 | md | Markdown | README.md | felixklauke/actuarius | 7bbf74a10924a2a7e993e82fe300aa358cbf92db | [
"MIT"
] | 3 | 2017-10-19T17:41:32.000Z | 2020-05-24T08:32:25.000Z | README.md | FelixKlauke/actuarius | 7bbf74a10924a2a7e993e82fe300aa358cbf92db | [
"MIT"
] | 21 | 2019-12-12T06:15:39.000Z | 2021-06-25T15:28:37.000Z | README.md | felixklauke/actuarius | 7bbf74a10924a2a7e993e82fe300aa358cbf92db | [
"MIT"
] | null | null | null | # Actuarius
A simple and lightweight DNS Server implementation. | 21.333333 | 51 | 0.828125 | eng_Latn | 0.868437 |
b5c683cbd1781fc74ce066a00ea3a75f2afb0e40 | 117 | md | Markdown | fastsim-2021a/fastsim/tests/README.md | DIRECTLab/EVPRE | 320e59a6b027a19b725a2a5e9cb2c366ba84a8da | [
"MIT"
] | null | null | null | fastsim-2021a/fastsim/tests/README.md | DIRECTLab/EVPRE | 320e59a6b027a19b725a2a5e9cb2c366ba84a8da | [
"MIT"
] | 2 | 2021-08-18T02:01:34.000Z | 2021-09-13T17:41:53.000Z | fastsim-2021a/fastsim/tests/README.md | DIRECTLab/EVPRE | 320e59a6b027a19b725a2a5e9cb2c366ba84a8da | [
"MIT"
] | 1 | 2021-08-11T17:29:47.000Z | 2021-08-11T17:29:47.000Z | This directory contains informal test scripts. In the future, it will likely conform to python's unittest package. | 117 | 117 | 0.803419 | eng_Latn | 0.999079 |
b5c6c76e6a8420e9786b0b76aa85c4f99bdcf786 | 2,378 | md | Markdown | sample_page.md | NixonGenoA/NixonGenoA.github.io | 5bf9be396e0e17e4590c3bdcf22e7794d439cfa1 | [
"Unlicense"
] | null | null | null | sample_page.md | NixonGenoA/NixonGenoA.github.io | 5bf9be396e0e17e4590c3bdcf22e7794d439cfa1 | [
"Unlicense"
] | null | null | null | sample_page.md | NixonGenoA/NixonGenoA.github.io | 5bf9be396e0e17e4590c3bdcf22e7794d439cfa1 | [
"Unlicense"
] | null | null | null | <style>
.wrapper{
width:100% !important;
}
header{
position:relative;
padding-right: 20px;
}
section{
float: left;
width: 65%;
}
.out:hover{
font-weight: normal;
}
.menu {
list-style-type: none;
margin: 0;
padding: 2% 0%;
overflow: hidden;
}
.menu > ul {
width: 14%;
padding-bottom: 2%;
... | 24.265306 | 470 | 0.731707 | eng_Latn | 0.271993 |
b5c71a6171151f739261ec15d44758e9dc47654f | 12,257 | md | Markdown | docs/Bestiary/b/beetle.md | petersgiles/savage-tales-of-adventure | 2196083c62f52cc782ad19d632c14c30e9b78f1b | [
"MIT"
] | null | null | null | docs/Bestiary/b/beetle.md | petersgiles/savage-tales-of-adventure | 2196083c62f52cc782ad19d632c14c30e9b78f1b | [
"MIT"
] | 2 | 2021-05-11T13:23:13.000Z | 2021-06-28T19:56:48.000Z | docs/Bestiary/b/beetle.md | petersgiles/savage-tales-of-adventure | 2196083c62f52cc782ad19d632c14c30e9b78f1b | [
"MIT"
] | null | null | null | # Beetle
No description for this creature yet.
**Attributes:** Agility d8, Smarts d4, Spirit d6, Strength d12+3, Vigor
d12
**Skills:** Fighting d8, Climbing d10, Notice d4
**Charisma:** -; **Pace:** 7; **Parry:** 6; **Toughness:** 18 (3)
**Edges:** Level Headed
**Special Abilities**
- **Armour +3:** Carapace.
- **Bi... | 36.697605 | 72 | 0.671779 | eng_Latn | 0.765311 |
b5c75d6b36241c9e7ba809c9e486d15d2746cf82 | 5,938 | md | Markdown | _end-user/r-scripts/run-prebuilt-r-scripts.md | mark-plummer/master-branch-test | 0236a3e8b1e3701dda497cedde6ccaa2712ebc16 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | _end-user/r-scripts/run-prebuilt-r-scripts.md | mark-plummer/master-branch-test | 0236a3e8b1e3701dda497cedde6ccaa2712ebc16 | [
"MIT",
"BSD-3-Clause"
] | 1 | 2022-02-26T07:03:33.000Z | 2022-02-26T07:03:33.000Z | _end-user/r-scripts/run-prebuilt-r-scripts.md | mark-plummer/master-branch-test | 0236a3e8b1e3701dda497cedde6ccaa2712ebc16 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | ---
title: [Run prebuilt R scripts on answers]
summary: "Anyone with R privileges can run an R analysis ThoughtSpot using provided scripts, you don't need to be an expert. "
last_updated: tbd
sidebar: mydoc_sidebar
permalink: /:collection/:path.html
---
If you have R privileges on your ThoughtSpot instance, you can ru... | 41.816901 | 325 | 0.714045 | eng_Latn | 0.97551 |
b5c7d0f2c3b420020b663663305f16250d368db9 | 34 | md | Markdown | posts/hello-world.md | Alexphanor/www | 374029d7b4939b34d11559a963613307ba8c0068 | [
"Apache-2.0"
] | null | null | null | posts/hello-world.md | Alexphanor/www | 374029d7b4939b34d11559a963613307ba8c0068 | [
"Apache-2.0"
] | null | null | null | posts/hello-world.md | Alexphanor/www | 374029d7b4939b34d11559a963613307ba8c0068 | [
"Apache-2.0"
] | null | null | null | ## hello world
this is great! :D
| 8.5 | 17 | 0.647059 | eng_Latn | 0.999583 |
b5c7d7b55fdb561fbfd4fc758451fdf581db2ff6 | 79 | md | Markdown | dataset/original/colon/README.md | ExaNLP/sket | 5ebe516f4454da246301532c353af57c1660ec69 | [
"MIT"
] | 4 | 2021-07-30T16:06:35.000Z | 2022-01-07T09:44:11.000Z | dataset/original/colon/README.md | ExaNLP/sket | 5ebe516f4454da246301532c353af57c1660ec69 | [
"MIT"
] | null | null | null | dataset/original/colon/README.md | ExaNLP/sket | 5ebe516f4454da246301532c353af57c1660ec69 | [
"MIT"
] | 1 | 2021-09-07T04:58:31.000Z | 2021-09-07T04:58:31.000Z | # Colon datasets
Put here datasets containing Colon Cancer pathology reports.
| 19.75 | 60 | 0.822785 | eng_Latn | 0.942256 |
b5c9f8471b3f22ffcf7041bde7e6aa7669626e0d | 48 | md | Markdown | README.md | JustJokerX/AIRS | f21fc4db051dbe8986acc1d8cfde2dd6b69a1020 | [
"MIT"
] | 1 | 2017-06-07T13:25:10.000Z | 2017-06-07T13:25:10.000Z | README.md | JustJokerX/AIRS | f21fc4db051dbe8986acc1d8cfde2dd6b69a1020 | [
"MIT"
] | null | null | null | README.md | JustJokerX/AIRS | f21fc4db051dbe8986acc1d8cfde2dd6b69a1020 | [
"MIT"
] | null | null | null | # AIRS
Artifical Intelligent & Robot Studio
| 16 | 40 | 0.791667 | kor_Hang | 0.188223 |
b5cae910c9f4b10b8dd1a0073c3a160ee0d59891 | 2,374 | md | Markdown | docs/development/architecture.md | hamalcij/pfamannot | 0d92b264bfb880678f13ebc7599c60c3c0bba091 | [
"MIT"
] | null | null | null | docs/development/architecture.md | hamalcij/pfamannot | 0d92b264bfb880678f13ebc7599c60c3c0bba091 | [
"MIT"
] | null | null | null | docs/development/architecture.md | hamalcij/pfamannot | 0d92b264bfb880678f13ebc7599c60c3c0bba091 | [
"MIT"
] | null | null | null | [//]: # (pfamannot)
[//]: # (Protein Family Annotator)
[//]: # ()
[//]: # (docs/development/architecture.md)
[//]: # (Copyright © 2020 Jan Hamalčík)
[//]: # ()
[//]: # (Programmer's documentation of Architecture class)
[//]: # ()
# `class Architecture`
`class Architecture` represents a protein's architecture (see
[th... | 26.087912 | 86 | 0.738837 | eng_Latn | 0.985379 |
b5cc9dbea150f241dca1ff2b4fa289dc7f3b2eac | 4,595 | md | Markdown | synctera/docs/AddVendorAccountsRequest.md | synctera/client-libraries-go | 13c5188a61aa0cb48401974c33b5aac6179efdfc | [
"Apache-2.0"
] | 3 | 2021-09-23T00:18:52.000Z | 2022-01-07T17:02:23.000Z | synctera/docs/AddVendorAccountsRequest.md | synctera/client-libraries-go | 13c5188a61aa0cb48401974c33b5aac6179efdfc | [
"Apache-2.0"
] | null | null | null | synctera/docs/AddVendorAccountsRequest.md | synctera/client-libraries-go | 13c5188a61aa0cb48401974c33b5aac6179efdfc | [
"Apache-2.0"
] | 3 | 2022-03-17T02:40:43.000Z | 2022-03-17T17:21:05.000Z | # AddVendorAccountsRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**CustomerId** | **string** | The identifier for the customer associated with these accounts. |
**CustomerType** | **string** | The type of customer. |
**Vendor** | [**ExternalAcco... | 33.786765 | 191 | 0.781066 | eng_Latn | 0.460947 |
b5ccf612c60a1e3535e781b9a746ee486d278f0f | 3,485 | md | Markdown | business-logic/RequestsAndResponses.md | etkeys/innovation-portal-flask | c96899fb53f1ce8ea61ddc1c40b8df894911476d | [
"Apache-2.0"
] | null | null | null | business-logic/RequestsAndResponses.md | etkeys/innovation-portal-flask | c96899fb53f1ce8ea61ddc1c40b8df894911476d | [
"Apache-2.0"
] | null | null | null | business-logic/RequestsAndResponses.md | etkeys/innovation-portal-flask | c96899fb53f1ce8ea61ddc1c40b8df894911476d | [
"Apache-2.0"
] | null | null | null | # BLS Requests and Reponses
## Backend exception
When an exception occurs in BLS during the handling of a UI/UX request.
### Response
`HTTP Response: 500`
```json
{
"exception-details":{
"message":"<message_string>",
"number":<number>,
"stack-trace":"<stack_trace_as_string>"
}
}
```... | 16.059908 | 206 | 0.614347 | eng_Latn | 0.821383 |
b5cd44bab9b9f98f1d637b0909c555004d66868e | 1,233 | md | Markdown | README.md | wiktor-k/ssh-agent-lib | 4ca0f436c99e816d6ef70a7af80e5509899827f3 | [
"MIT"
] | null | null | null | README.md | wiktor-k/ssh-agent-lib | 4ca0f436c99e816d6ef70a7af80e5509899827f3 | [
"MIT"
] | null | null | null | README.md | wiktor-k/ssh-agent-lib | 4ca0f436c99e816d6ef70a7af80e5509899827f3 | [
"MIT"
] | null | null | null | # ssh-agent-lib
A collection of types for writing custom SSH agents.
This makes it possible to utilize remote keys not supported by the
default OpenSSH agent.
## Example
This example starts listening on a Unix socket `connect.sock` and
processes requests.
```rust,no_run
use ssh_agent_lib::agent::Agent;
use ssh_age... | 24.176471 | 67 | 0.639903 | eng_Latn | 0.906544 |
b5cdd61d757ec9714ed1ad92f601267395e06eac | 1,637 | md | Markdown | README.md | usco/usco-3md-parser | 6fca3376b61c451bedb615fca25b7481084583ec | [
"MIT"
] | null | null | null | README.md | usco/usco-3md-parser | 6fca3376b61c451bedb615fca25b7481084583ec | [
"MIT"
] | null | null | null | README.md | usco/usco-3md-parser | 6fca3376b61c451bedb615fca25b7481084583ec | [
"MIT"
] | 1 | 2016-08-29T10:14:19.000Z | 2016-08-29T10:14:19.000Z | # usco-3mf-parser
[](https://badge.fury.io/gh/usco%2Fusco-3mf-parser)
[](https://travis-ci.org/usco/usco-3mf-parser)
[](https://badge.fury.io/rb/capistrano-scm-tar)
[](https://codeclimate.com/github/ziguzagu/capistrano-scm-tar/maintainability)
[![Test Covera... | 28.395833 | 172 | 0.75055 | eng_Latn | 0.549568 |
b5ceee97843358eab21ad09e62fea97b5d50615d | 10,352 | md | Markdown | articles/app-service-logic/app-service-logic-monitor-your-connectors.md | SunnyDeng/azure-content-dede | edb0ac8eec176b64971ec219274a4a922dd00fec | [
"CC-BY-3.0"
] | 2 | 2020-08-29T21:10:59.000Z | 2021-07-25T10:13:02.000Z | articles/app-service-logic/app-service-logic-monitor-your-connectors.md | SunnyDeng/azure-content-dede | edb0ac8eec176b64971ec219274a4a922dd00fec | [
"CC-BY-3.0"
] | null | null | null | articles/app-service-logic/app-service-logic-monitor-your-connectors.md | SunnyDeng/azure-content-dede | edb0ac8eec176b64971ec219274a4a922dd00fec | [
"CC-BY-3.0"
] | null | null | null | <properties
pageTitle="Verwalten und Überwachen von Connectors und API-Apps in App Service | Microsoft Azure"
description="Anzeigen der Leistung von Connectors und API-Apps in Azure App Service; Microservices-Architektur"
services="app-service\logic"
documentationCenter=".net,nodejs,java"
authors="MandiOhlinge... | 76.681481 | 659 | 0.803613 | deu_Latn | 0.998044 |
b5cf477897587c86ed2ecc2ae62d7b02e870f5a5 | 1,801 | md | Markdown | Software Testing Concepts/Test types/Integration tests/README.md | lkrust/QARoadMap | c14009ef948df811dcc6123016e35d80654fc70c | [
"CC0-1.0"
] | 5 | 2020-10-21T13:55:14.000Z | 2020-11-09T19:26:31.000Z | Software Testing Concepts/Test types/Integration tests/README.md | lkrust/QARoadMap | c14009ef948df811dcc6123016e35d80654fc70c | [
"CC0-1.0"
] | null | null | null | Software Testing Concepts/Test types/Integration tests/README.md | lkrust/QARoadMap | c14009ef948df811dcc6123016e35d80654fc70c | [
"CC0-1.0"
] | 1 | 2020-10-21T13:55:16.000Z | 2020-10-21T13:55:16.000Z | # Software Testing concepts > Test types > Unit Test
## Texts:
- [ ] [Wikipedia](https://en.wikipedia.org/wiki/Integration_testing)
- [ ] [softwaretestingfundamentals](https://softwaretestingfundamentals.com/integration-testing/)
## Exercises:
### 1. What integration test?
<Details>
<summary>Answer</summary>
In... | 36.755102 | 400 | 0.77457 | eng_Latn | 0.997829 |
b5d0d4d0cf4cb79fc4e1bd75661c2cbb9541391e | 1,927 | markdown | Markdown | website/docs/r/inline_hook.html.markdown | patluri43/terraform-provider-okta | 7f1c9eab49cb7e2421c0110c2c2c254f9f2d1dca | [
"MIT"
] | 1 | 2019-10-08T17:33:20.000Z | 2019-10-08T17:33:20.000Z | website/docs/r/inline_hook.html.markdown | patluri43/terraform-provider-okta | 7f1c9eab49cb7e2421c0110c2c2c254f9f2d1dca | [
"MIT"
] | null | null | null | website/docs/r/inline_hook.html.markdown | patluri43/terraform-provider-okta | 7f1c9eab49cb7e2421c0110c2c2c254f9f2d1dca | [
"MIT"
] | 1 | 2019-10-18T18:44:36.000Z | 2019-10-18T18:44:36.000Z | ---
layout: "okta"
page_title: "Okta: okta_inline_hook"
sidebar_current: "docs-okta-resource-inline-hook"
description: |-
Creates an inline hook.
---
# okta_inline_hook
Creates an inline hook.
This resource allows you to create and configure an inline hook.
## Example Usage
```hcl
resource "okta_inline_hook" "ex... | 26.39726 | 170 | 0.676181 | eng_Latn | 0.919213 |
b5d16140c43fdcc75f7a13575ac407cb77f25683 | 6,002 | md | Markdown | Docs/Get-MacmonEndpoint.md | falkheiland/PSmacmon | a86882375dea86bb4757a45e62baa51af46121ae | [
"MIT"
] | 2 | 2019-01-23T15:43:08.000Z | 2020-12-01T08:36:08.000Z | Docs/Get-MacmonEndpoint.md | falkheiland/PSmacmon | a86882375dea86bb4757a45e62baa51af46121ae | [
"MIT"
] | null | null | null | Docs/Get-MacmonEndpoint.md | falkheiland/PSmacmon | a86882375dea86bb4757a45e62baa51af46121ae | [
"MIT"
] | 1 | 2019-01-23T15:43:08.000Z | 2019-01-23T15:43:08.000Z | ---
external help file: PSmacmon-help.xml
Module Name: PSmacmon
online version: https://github.com/falkheiland/PSmacmon/blob/master/Docs/Get-MacmonEndpoint.md
schema: 2.0.0
---
# Get-MacmonEndpoint
## SYNOPSIS
Get Endpoint from the macmon NAC via RESTAPI.
## SYNTAX
### All (Default)
```
Get-MacmonEndpoint -HostName... | 20.62543 | 216 | 0.665945 | yue_Hant | 0.356487 |
b5d269a43eb0f1f4023b4afde6c8fdac01791b48 | 349 | md | Markdown | Partie réglementaire - Décrets en Conseil d'Etat/Livre Ier/Titre III/Article R131-29.md | steeve/france.code-penal | 3735c397927db488ed31d137bff549c2452f633d | [
"CC-BY-4.0"
] | 156 | 2015-04-01T07:37:28.000Z | 2022-01-17T00:16:18.000Z | Partie réglementaire - Décrets en Conseil d'Etat/Livre Ier/Titre III/Article R131-29.md | steeve/france.code-penal | 3735c397927db488ed31d137bff549c2452f633d | [
"CC-BY-4.0"
] | 1 | 2018-12-21T09:04:30.000Z | 2018-12-21T09:04:30.000Z | Partie réglementaire - Décrets en Conseil d'Etat/Livre Ier/Titre III/Article R131-29.md | steeve/france.code-penal | 3735c397927db488ed31d137bff549c2452f633d | [
"CC-BY-4.0"
] | 10 | 2015-04-01T14:27:55.000Z | 2021-01-28T10:36:54.000Z | Article R131-29
----
Le juge de l'application des peines s'assure de l'exécution du travail d'intérêt
général soit par lui-même, soit par l'intermédiaire d'un agent de probation.
Si le travail à exécuter est inscrit sur la liste d'un autre ressort, il délègue
son pouvoir de contrôle au juge de l'application des peines... | 38.777778 | 80 | 0.793696 | fra_Latn | 0.994752 |
b5d32878732c990fa77f34c89622036c176d7047 | 21 | md | Markdown | README.md | rayuzaki83/go-app | 474346dff951b7c74f521e20526a32a4878b0331 | [
"MIT"
] | null | null | null | README.md | rayuzaki83/go-app | 474346dff951b7c74f521e20526a32a4878b0331 | [
"MIT"
] | null | null | null | README.md | rayuzaki83/go-app | 474346dff951b7c74f521e20526a32a4878b0331 | [
"MIT"
] | null | null | null | # go-app
Testing Go
| 7 | 11 | 0.666667 | eng_Latn | 0.477045 |
b5d39f3040cebdd0c711d89b29dfd1d2621fe169 | 1,901 | md | Markdown | Why.md | bobg/tredd | 657787f8ff7949a16dca451239c4e496443e5c46 | [
"MIT"
] | 3 | 2019-03-26T12:48:33.000Z | 2021-08-13T22:30:33.000Z | Why.md | bobg/tredd | 657787f8ff7949a16dca451239c4e496443e5c46 | [
"MIT"
] | 3 | 2020-10-07T15:19:55.000Z | 2020-11-02T01:58:36.000Z | Why.md | bobg/tredd | 657787f8ff7949a16dca451239c4e496443e5c46 | [
"MIT"
] | 3 | 2020-10-07T19:43:52.000Z | 2020-10-16T19:00:07.000Z | # Why Tredd
The Internet was going to be great.
Then
[advertising took over and turned everything to shit](https://www.nytimes.com/2018/01/31/technology/internet-advertising-business.html).
It would be better if the customers of online services were
[the users instead of the advertisers](https://rushkoff.com/you-are-... | 46.365854 | 140 | 0.809048 | eng_Latn | 0.998363 |
b5d3ab595227d9846a7ad79f05006ee1c2c4e081 | 8,502 | md | Markdown | pages/accounting.md | 18F/pclob | 331e90c1e07109509b5bed4f46e9db1a9abfdce8 | [
"CC0-1.0",
"MIT"
] | null | null | null | pages/accounting.md | 18F/pclob | 331e90c1e07109509b5bed4f46e9db1a9abfdce8 | [
"CC0-1.0",
"MIT"
] | 72 | 2017-07-12T19:01:45.000Z | 2020-04-22T22:40:47.000Z | pages/accounting.md | 18F/pclob | 331e90c1e07109509b5bed4f46e9db1a9abfdce8 | [
"CC0-1.0",
"MIT"
] | 3 | 2018-11-08T20:11:22.000Z | 2021-02-04T11:01:43.000Z | ---
layout: report-list
permalink: /accounting/
title: ACCOUNTANT
collection: Accountant
---
**Job Title:** Accountant
**Agency:** Privacy and Civil Liberties Oversight Board
**Salary Range:** $86,335 – $157,709/ Per Year
**Series/Grade:** The agency uses the Administratively Determined system in which rank is atta... | 101.214286 | 1,355 | 0.813691 | eng_Latn | 0.999318 |