hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 588
values | lang stringclasses 305
values | max_stars_repo_path stringlengths 3 363 | max_stars_repo_name stringlengths 5 118 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringdate 2015-01-01 00:00:35 2022-03-31 23:43:49 ⌀ | max_stars_repo_stars_event_max_datetime stringdate 2015-01-01 12:37:38 2022-03-31 23:59:52 ⌀ | max_issues_repo_path stringlengths 3 363 | max_issues_repo_name stringlengths 5 118 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 134k ⌀ | 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 363 | max_forks_repo_name stringlengths 5 135 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringdate 2015-01-01 00:01:02 2022-03-31 23:27:27 ⌀ | max_forks_repo_forks_event_max_datetime stringdate 2015-01-03 08:55:07 2022-03-31 23:59:24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1.13 1.04M | max_line_length int64 1 1.05M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
209d3352102d9f3667485ad13214f6656f9cc958 | 366 | yaml | YAML | config/instruct/prefix.yaml | tnishi/rdf-config | af57ab49c5f318cea62f8ec33517c372a35930c0 | [
"MIT"
] | 4 | 2020-04-24T11:02:26.000Z | 2022-02-22T14:20:28.000Z | config/instruct/prefix.yaml | tnishi/rdf-config | af57ab49c5f318cea62f8ec33517c372a35930c0 | [
"MIT"
] | 5 | 2020-09-17T07:39:53.000Z | 2021-11-12T05:21:25.000Z | config/instruct/prefix.yaml | tnishi/rdf-config | af57ab49c5f318cea62f8ec33517c372a35930c0 | [
"MIT"
] | 9 | 2020-06-04T13:42:53.000Z | 2021-11-26T05:37:40.000Z | dcterms: <http://purl.org/dc/terms/>
obo: <http://purl.obolibrary.org/obo/>
pint: <http://purl.jp/10/pint/>
xsd: <http://www.w3.org/2001/XMLSchema#>
ins: <http://purl.jp/10/instruct/>
rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
uni: <http://identifiers.org/uniprot/>
pfm: <http://identifiers.org/Pfam/>
bp3: <http://www.biopax.org/release/biopax-level3.owl#>
| 36.6 | 55 | 0.685792 |
be5b783a30729de79421a72d50abeecb84d6b70a | 2,388 | yaml | YAML | install/hypercloud/source/helm/global_values.yaml | kyoon3/hyperdata | abd88fd29f1bbaf25a58cd1ef7dc2aba5901c0be | [
"MIT"
] | 6 | 2021-05-23T06:31:46.000Z | 2021-12-20T04:15:35.000Z | install/hypercloud/source/helm/global_values.yaml | kyoon3/hyperdata | abd88fd29f1bbaf25a58cd1ef7dc2aba5901c0be | [
"MIT"
] | 2 | 2021-11-15T09:20:10.000Z | 2021-12-09T08:10:54.000Z | install/hypercloud/source/helm/global_values.yaml | kyoon3/hyperdata | abd88fd29f1bbaf25a58cd1ef7dc2aba5901c0be | [
"MIT"
] | 8 | 2021-05-23T06:31:58.000Z | 2022-02-15T06:45:01.000Z | namespace: <YOUR NAMESPACE>
# docker registry
registry:
# ex) 172.17.0.1
ip: <YOUR REGISTRY IP>
# ex) 5000
port: <YOUR PORT>
repository:
base: hyperdata
mllab: hdml
secret: no-secret
#
https:
enabled: true
# for service type loadbalancer
# if enabled, service uses type: LoadBalancer
# if disabled, service uses type: NodePort
loadbalancer:
enabled: true
# if loadbalancer enabled, ip uses as loadbalancer external ip
# if loadbalancer disable, **please assign ip to master node ip**
# ex. 172.17.0.1
ip: <YOUR EXTERNAL_IP or MASTER NODE's IP>
# tibero option
tibero:
image: "hyperdata8.3_tb:20210203_v1"
shmSize: 2Gi
resources:
cpu: 2
memory: 4Gi
storage: 40Gi
nginx:
# if https enabled is true, nginx uses https and this port number
# if https enabled is false, nginx uses http and this port number
# if loadbalancer is false, port uses as nodeport. So port must be set between 30000~32767
# recommend remove port setting if loadbalancer is false,
port: 8080
controller:
image: ingress-nginx/controller:v0.44.0
resources:
cpu: 1
memory: 1Gi
admissionWebhooks:
enabled: false
image: jettech/kube-webhook-certgen:v1.5.1
hyperdata:
image: hyperdata8.3_hd:20210310_v4h
proxy:
bodysize: 1024m
# minutes
timeout: 1800
resources:
cpu: 2
memory: 4Gi
kubeflow:
# ex. 172.17.0.1
ip: <YOUR ISTIO_Ingress gateway IP or master node's IP>
ports:
notebook: 31380
kfserving: 32380
automl:
backendSubDir: /automl/backend
frontendSubDir: /automl/frontend
# For deployment
image:
automl: hyperdata8.3_automl:20210310_v1
doloader: hyperdata8.3_automl_doloader:20210308_v1
fe: hyperdata8.3_automl_fe:20210316_v1
xgb: hyperdata8.3_automl_hpb_xgb:20210205_v1
rf: hyperdata8.3_automl_hpb_rf:20210205_v1
downloader: hyperdata8.3_automl_downloader:20210205_v1
scheduler: hyperdata8.3_automl_scheduler:20210205_v1
woori: hyperdata8.3_predefinedai_woori_text_classifiation_train:20210310_v1
resultuploader: hyperdata8.3_predefinedai_woori_text_classification_resultuploader:20210205_v1
domainserving: hyperdata8.3_predefinedai_text_classification_serving:20201223_v1
wooriserving: hyperdata8.3_predefinedai_woori_text_classification_serving:20201223_v1
resources:
cpu: 1
memory: 2Gi
kfservingAddr: 192.1.4.247:32380 | 26.831461 | 98 | 0.747069 |
e89b2e7afc73c1db9970df9041f6f58aaee66af9 | 326 | yml | YAML | .travis.yml | shihs/blog | b3edc378375d8dd3f977bdf0e8940cde3a6dfe87 | [
"MIT"
] | 2 | 2019-03-07T03:49:16.000Z | 2022-01-12T02:06:28.000Z | .travis.yml | shihs/blog | b3edc378375d8dd3f977bdf0e8940cde3a6dfe87 | [
"MIT"
] | null | null | null | .travis.yml | shihs/blog | b3edc378375d8dd3f977bdf0e8940cde3a6dfe87 | [
"MIT"
] | null | null | null | language: r
pandoc_version: 1.17.2
cache: packages
branches:
only: master
script:
- Rscript -e 'servr:::knit_maybe(c(".", "_source", "_posts"), c(".", "_posts", "_posts"), "build.R", "jekyll")'
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_PAT
on:
branch: master
target_branch: gh-pages | 19.176471 | 113 | 0.665644 |
4fbec48bdc2d636250df25ef6ffff7cd6d83861d | 2,500 | yml | YAML | .github/workflows/actions.yml | graingert/django-data-browser | b08e77280c155cdce0bfef56b167aacc31caaf2b | [
"BSD-3-Clause"
] | null | null | null | .github/workflows/actions.yml | graingert/django-data-browser | b08e77280c155cdce0bfef56b167aacc31caaf2b | [
"BSD-3-Clause"
] | null | null | null | .github/workflows/actions.yml | graingert/django-data-browser | b08e77280c155cdce0bfef56b167aacc31caaf2b | [
"BSD-3-Clause"
] | null | null | null | on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pre-commit
- name: Lint with pre-commit
run: pre-commit run --all-files
test:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10"]
database_url:
- sqlite:///db.sqlite3
- mysql://root:hunter2@127.0.0.1:3306/data_browser
- postgres://postgres:hunter2@127.0.0.1:5432/data_browser,
services:
mysql:
image: mysql
env:
MYSQL_ROOT_PASSWORD: hunter2
ports:
- 3306:3306
postgres:
image: postgres
env:
POSTGRES_PASSWORD: hunter2
ports:
- 5432:5432
env:
DATABASE_URL: ${{ matrix.database_url }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
- name: Test with tox
run: tox -p
- name: Upload coverage data
uses: actions/upload-artifact@v2
with:
name: coverage-data
path: ".coverage.*"
coverage:
runs-on: ubuntu-latest
needs: test
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install coverage[toml]
- name: Download coverage data.
uses: actions/download-artifact@v2
with:
name: coverage-data
- name: Combine coverage & fail if it's <100%.
run: |
python -m coverage combine
python -m coverage html
python -m coverage report --fail-under=100
- name: Upload HTML report if check failed.
if: ${{ failure() }}
uses: actions/upload-artifact@v2
with:
name: html-report
path: htmlcov
| 27.173913 | 68 | 0.5484 |
4efac6b7703b7f17cb8a668fbbb44fab2437ca78 | 581 | yaml | YAML | examples/example1/myst.yaml | kechankrisna/myst | ae42904bc6c2eb579632e6c71ea5c8c3bcfb8e1f | [
"MIT"
] | 3 | 2022-02-05T10:17:11.000Z | 2022-03-17T18:33:04.000Z | examples/example1/myst.yaml | kechankrisna/myst | ae42904bc6c2eb579632e6c71ea5c8c3bcfb8e1f | [
"MIT"
] | null | null | null | examples/example1/myst.yaml | kechankrisna/myst | ae42904bc6c2eb579632e6c71ea5c8c3bcfb8e1f | [
"MIT"
] | 1 | 2022-02-05T10:17:24.000Z | 2022-02-05T10:17:24.000Z | configs:
rewrite: false
model:
rewrite: false
included: [".*."]
interface:
rewrite: true
included: [".*."]
controller:
rewrite: false
included: [".*."]
extension:
rewrite: false
included: [".*."]
layout:
rewrite: false
included: [".*._core.dart"]
template: "mvc"
screen:
rewrite: false
included: [".*._core.dart"]
template: "mvc"
service:
rewrite: false
included: [".*."]
utility:
rewrite: false
included: [".*."]
excluded: [".*.(src)"]
widget:
rewrite: false
included: [".*."] | 18.15625 | 31 | 0.540448 |
16f0045a3a2fc8c22864fecfaf7991118c826394 | 4,013 | yaml | YAML | HEPData-ins707883-v1-yaml/Table282.yaml | iamholger/CLAS_2006_I707883 | 9e1e26b6e7f5df61f9f7f00d788bebcbe8fbf088 | [
"MIT"
] | null | null | null | HEPData-ins707883-v1-yaml/Table282.yaml | iamholger/CLAS_2006_I707883 | 9e1e26b6e7f5df61f9f7f00d788bebcbe8fbf088 | [
"MIT"
] | null | null | null | HEPData-ins707883-v1-yaml/Table282.yaml | iamholger/CLAS_2006_I707883 | 9e1e26b6e7f5df61f9f7f00d788bebcbe8fbf088 | [
"MIT"
] | null | null | null | dependent_variables:
- header: {name: D(SIG)/DOMEGA, units: MUB/SR}
qualifiers:
- {name: EPSILON, value: '0.652'}
- {name: PLAB, units: GeV, value: '1.5'}
- {name: Q**2, units: GeV^2, value: '0.3'}
- {name: RE, value: E- P --> E- PI+ N}
- {name: SQRT(S), units: GeV, value: '1.47'}
- {name: THETA, units: deg, value: '37.5'}
- {name: W, units: GeV, value: '1.47'}
values:
- errors:
- {label: stat, symerror: 0.708}
- {label: sys, symerror: 0.65}
value: 8.797
- errors:
- {label: stat, symerror: 0.448}
- {label: sys, symerror: 0.702}
value: 10.06
- errors:
- {label: stat, symerror: 0.89}
- {label: sys, symerror: 0.661}
value: 8.711
- {value: '-'}
- errors:
- {label: stat, symerror: 1.485}
- {label: sys, symerror: 0.549}
value: 4.053
- errors:
- {label: stat, symerror: 0.626}
- {label: sys, symerror: 0.555}
value: 3.051
- {value: '-'}
- errors:
- {label: stat, symerror: 0.809}
- {label: sys, symerror: 0.651}
value: 9.434
- errors:
- {label: stat, symerror: 0.395}
- {label: sys, symerror: 0.676}
value: 9.608
- errors:
- {label: stat, symerror: 1.007}
- {label: sys, symerror: 0.656}
value: 9.241
- header: {name: D(SIG)/DOMEGA, units: MUB/SR}
qualifiers:
- {name: EPSILON, value: '0.582'}
- {name: PLAB, units: GeV, value: '1.5'}
- {name: Q**2, units: GeV^2, value: '0.4'}
- {name: RE, value: E- P --> E- PI+ N}
- {name: SQRT(S), units: GeV, value: '1.47'}
- {name: THETA, units: deg, value: '37.5'}
- {name: W, units: GeV, value: '1.47'}
values:
- errors:
- {label: stat, symerror: 1.327}
- {label: sys, symerror: 0.753}
value: 9.2
- errors:
- {label: stat, symerror: 0.398}
- {label: sys, symerror: 0.741}
value: 8.372
- errors:
- {label: stat, symerror: 0.539}
- {label: sys, symerror: 0.712}
value: 7.24
- errors:
- {label: stat, symerror: 0.602}
- {label: sys, symerror: 0.703}
value: 4.532
- {value: '-'}
- {value: '-'}
- errors:
- {label: stat, symerror: 0.808}
- {label: sys, symerror: 0.734}
value: 5.462
- errors:
- {label: stat, symerror: 0.605}
- {label: sys, symerror: 0.743}
value: 7.771
- errors:
- {label: stat, symerror: 0.366}
- {label: sys, symerror: 0.732}
value: 7.904
- errors:
- {label: stat, symerror: 1.071}
- {label: sys, symerror: 0.728}
value: 8.208
- header: {name: D(SIG)/DOMEGA, units: MUB/SR}
qualifiers:
- {name: EPSILON, value: '0.511'}
- {name: PLAB, units: GeV, value: '1.5'}
- {name: Q**2, units: GeV^2, value: '0.5'}
- {name: RE, value: E- P --> E- PI+ N}
- {name: SQRT(S), units: GeV, value: '1.47'}
- {name: THETA, units: deg, value: '37.5'}
- {name: W, units: GeV, value: '1.47'}
values:
- errors:
- {label: stat, symerror: 1.583}
- {label: sys, symerror: 0.685}
value: 7.817
- errors:
- {label: stat, symerror: 0.475}
- {label: sys, symerror: 0.659}
value: 6.746
- errors:
- {label: stat, symerror: 0.671}
- {label: sys, symerror: 0.684}
value: 6.539
- errors:
- {label: stat, symerror: 0.634}
- {label: sys, symerror: 0.626}
value: 3.537
- errors:
- {label: stat, symerror: 0.562}
- {label: sys, symerror: 0.613}
value: 2.407
- {value: '-'}
- errors:
- {label: stat, symerror: 0.887}
- {label: sys, symerror: 0.634}
value: 4.977
- errors:
- {label: stat, symerror: 0.693}
- {label: sys, symerror: 0.663}
value: 6.895
- errors:
- {label: stat, symerror: 0.432}
- {label: sys, symerror: 0.656}
value: 6.418
- errors:
- {label: stat, symerror: 0.708}
- {label: sys, symerror: 0.676}
value: 6.977
independent_variables:
- header: {name: PHI, units: DEG}
values:
- {value: 45.0}
- {value: 75.0}
- {value: 105.0}
- {value: 135.0}
- {value: 165.0}
- {value: 195.0}
- {value: 225.0}
- {value: 255.0}
- {value: 285.0}
- {value: 315.0}
| 26.753333 | 46 | 0.541241 |
9047558cb30c78670e02fc8934b865f25a98b6ef | 1,161 | yml | YAML | modules/ucsc/liftover/meta.yml | MillironX/nf-core_modules | 8f199c4fa44d522194202d05d1e747759fdf9603 | [
"MIT"
] | 1 | 2021-12-15T11:19:23.000Z | 2021-12-15T11:19:23.000Z | modules/ucsc/liftover/meta.yml | mjcipriano/modules | 24f0bdd14ec32e0114aa6ee5337ddbd490ffd570 | [
"MIT"
] | 2 | 2022-02-17T18:38:55.000Z | 2022-02-28T12:57:35.000Z | modules/ucsc/liftover/meta.yml | mjcipriano/modules | 24f0bdd14ec32e0114aa6ee5337ddbd490ffd570 | [
"MIT"
] | 1 | 2022-01-25T11:23:56.000Z | 2022-01-25T11:23:56.000Z | name: ucsc_liftover
description: convert between genome builds
keywords:
- liftOver
tools:
- ucsc:
description: Move annotations from one assembly to another
homepage: http://hgdownload.cse.ucsc.edu/admin/exe/
documentation: None
tool_dev_url: None
doi: ""
licence: ["varies; see http://genome.ucsc.edu/license"]
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- bed:
type: file
description: Browser Extensible Data (BED) file
pattern: "*.{bed}"
output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- version:
type: file
description: File containing software version
pattern: "versions.yml"
- lifted:
type: file
description: BED file containing successfully lifted variants
pattern: "*.{lifted.bed}"
- unlifted:
type: file
description: BED file containing variants that couldn't be lifted
pattern: "*.{unlifted.bed}"
authors:
- "@nebfield"
| 25.23913 | 71 | 0.63652 |
9056604087bd4d178c4296504b3ba37459a44c82 | 44,470 | yaml | YAML | doc/rpc-spec.yaml | julio-jimenez/pocket-core | d5946ec12442da7af04fb85d578c535e8365ccdf | [
"MIT"
] | null | null | null | doc/rpc-spec.yaml | julio-jimenez/pocket-core | d5946ec12442da7af04fb85d578c535e8365ccdf | [
"MIT"
] | null | null | null | doc/rpc-spec.yaml | julio-jimenez/pocket-core | d5946ec12442da7af04fb85d578c535e8365ccdf | [
"MIT"
] | null | null | null | openapi: 3.0.1
info:
title: Pocket Network
description: This is the API definition Pocket Network core RPC calls. Pocket is a distributed network that relays data requests and responses to and from any blockchain system. Pocket verifies all relayed data and proportionally rewards the participating nodes with native cryptographic tokens.
termsOfService: 'https://pokt.network/terms/'
contact:
email: hola@pokt.network
license:
name: MIT License
url: 'https://github.com/pokt-network/pocket-core/LICENSE.md'
version: 0.2.0
externalDocs:
description: Find out more about Pocket Network
url: 'https://pokt.network'
servers:
- url: 'http://localhost:8081/v1'
- url: 'http://35.236.208.175:8081/v1'
tags:
- name: version
description: Version of the Pocket API
- name: client
description: Dispatch and relay services
- name: query
description: Blockchain queries
paths:
/:
get:
tags:
- version
summary: Get the current version of the Pocket Network API
responses:
'200':
description: Version
content:
text/plain:
schema:
type: string
example: 0.0.1
/client/dispatch:
post:
tags:
- client
requestBody:
description: Sends a dispatch request to the network and get the nodes that will be servicing your requests for the session.
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/QueryDispatchRequest'
responses:
'200':
description: A list of dispatch/service nodes
content:
application/json:
schema:
$ref: '#/components/schemas/QueryDispatchResponse'
example:
block_height: 5
session:
header:
app_public_key: e9477af9b42001280033bab76670eac4274cb7321e52280ceba964e1c61db87c
chain: 36f028580bb02cc8272a9a020f4200e346e276ae664e45ee80745574e2f5ab80
session_height: 1
key: OmEeJO2o6xvbldJxFpqI0rRVwVtBTmRGGSlGqzxGzgk=
nodes:
- address: afaa802b1736396d31825f60487e4da030ea85bb
chains:
- 36f028580bb02cc8272a9a020f4200e346e276ae664e45ee80745574e2f5ab80
jailed: false
public_key: a01bc947f512a971131474986cc0c8cb3caed6bcfca076e6b78ac2b838ebefed
service_url: '0.0.0.0:8081'
status: 2
tokens: '1000000000000000000'
unstaking_time: '0001-01-01T00:00:00Z'
- address: 88967bf78114d5ea56e1a02fb3fd2cac3607d674
chains:
- 36f028580bb02cc8272a9a020f4200e346e276ae664e45ee80745574e2f5ab80
jailed: false
public_key: c61954ba119bbbb2c1efa1d44f5f4001438566fd8aee2892387ef55ded82c159
service_url: '0.0.0.0:8081'
status: 2
tokens: '10000000'
unstaking_time: '0001-01-01T00:00:00Z'
- address: a0c005c63f97a13e540e6bb484821d77f3fdaf75
chains:
- 36f028580bb02cc8272a9a020f4200e346e276ae664e45ee80745574e2f5ab80
jailed: false
public_key: db07958aa0035fbb3e7e2575fbbb062a7d5ef5580cd0fe80142a4df5d31a316a
service_url: '0.0.0.0:8081'
status: 2
tokens: '10000000'
unstaking_time: '0001-01-01T00:00:00Z'
- address: e3b15b922be9cabbe3b4a3a788dec8dc95c8f3dc
chains:
- 36f028580bb02cc8272a9a020f4200e346e276ae664e45ee80745574e2f5ab80
jailed: false
public_key: a9c5d4463d5e233dd9437a2044a6595fe69ced34716a8e1c8ad86d3196f3fd78
service_url: '0.0.0.0:8081'
status: 2
tokens: '10000000'
unstaking_time: '0001-01-01T00:00:00Z'
- address: fa11cff20c510fa1588915bd48391fee802822c8
chains:
- 36f028580bb02cc8272a9a020f4200e346e276ae664e45ee80745574e2f5ab80
jailed: false
public_key: b62798f50be7055073f8b2f19ca4b2262a2c82f2ab16fc907e9db1cce551ffce
service_url: '0.0.0.0:8081'
status: 2
tokens: '10000000'
unstaking_time: '0001-01-01T00:00:00Z'
/client/relay:
post:
tags:
- client
requestBody:
description: Request to be relayed to a target blockchain
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/QueryRelayRequest'
example:
payload:
data: '"jsonrpc":"2.0","method":"web3_sha3","params":["0x68656c6c6f20776f726c64"],"id":64'
method: ''
path: ''
meta:
block_height: 5
proof:
request_hash: 7b227061796c6f6164223a7b2264617461223a225c226a736f6e7270635c223a5c22322e305c222c5c226d6574686f645c223a5c22776562335f736861335c222c5c22706172616d735c223a5b5c223078363836353663366336663230373736663732366336345c225d2c5c2269645c223a3634222c226d6574686f64223a22222c2270617468223a22227d2c226d657461223a7b22626c6f636b5f686569676874223a357d2c2270726f6f66223a7b22726571756573745f68617368223a22222c22656e74726f7079223a302c2273657373696f6e5f626c6f636b5f686569676874223a302c2273657276696365725f7075625f6b6579223a22222c22626c6f636b636861696e223a22222c22616174223a7b2276657273696f6e223a22222c226170705f7075625f6b6579223a22222c22636c69656e745f7075625f6b6579223a22222c227369676e6174757265223a22227d2c227369676e6174757265223a22227d7d
entropy: 32598345349034508
session_block_height: 1
servicer_pub_key: 76eb9563b731af2711f326deeaebef166ce1de42c2b60c5c9f50f996fbd318ad
blockchain: 36f028580bb02cc8272a9a020f4200e346e276ae664e45ee80745574e2f5ab80
aat:
version: 0.0.1
app_pub_key: 81068fcc400b476a332b1dcd17943cb05ffd4a3a030c6309de9bf02d8d91cd70
client_pub_key: 81068fcc400b476a332b1dcd17943cb05ffd4a3a030c6309de9bf02d8d91cd70
signature: c5923bd5a663d7bb3c990504a98008e4d32ab7c57a8689d9a494fa29274b497396cbffa9523a7acf8cdff8227b96a8bb3e2e1c1b008de32041aa86c68d0f2b08
signature: e3e3a18fee96d25d913d2c62fc32febe58400cda17958916047945252a72adf96a92557774ba051c87a9c03e554136ef23b0de1bec167050e5be099bac52590d
responses:
'200':
description: Response from the relayed request
content:
application/json:
schema:
$ref: '#/components/schemas/QueryRelayResponse'
example:
Proof:
aat:
app_pub_key: ba7107264037ed8a310fad0f708c3dc7eb3bca8f3a680bb8b216602f10ebe265
client_pub_key: ba7107264037ed8a310fad0f708c3dc7eb3bca8f3a680bb8b216602f10ebe265
signature: 8282c4d78729f0b6bd1182c8e60c8af2c4fbac0ed90fbf3ea994f4f234bffd36f9f28badc17e5236f3329faa90c77672472256c45851f619173a0ed6240eca0c
version: 0.0.1
blockchain: 36f028580bb02cc8272a9a020f4200e346e276ae664e45ee80745574e2f5ab80
entropy: 0
request_hash: ''
servicer_pub_key: 5ad4a47a843151e18099c9752c23f392e7e918af88ed28fa8ca2b31a6c2a7a1e
session_block_height: 1
signature: ''
payload: '0x47173285a8d7341e5e972fc677286384f802f8ef42a5ec5f03bbfa254cb01fad'
signature: e7c347971c0a53f9d63fb5681e35a4c89d97e7c6703c0e3980c2a70dbc56cb0db11e24eb078a9ffbaf7f78970ff0ce2478d7485301e39c5950c45028283ef709
/client/rawtx:
post:
tags:
- client
requestBody:
description: Raw transaction to be relayed to a target address
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/QueryRawTXRequest'
responses:
'200':
description: Response from the relayed raw request
content:
application/json:
schema:
$ref: '#/components/schemas/QueryRawTXResponse'
example:
height: '0'
txhash: 5F7D1B8AA14025F6F5E50B35CE7BC7BD6F7153FCF4840138E3CB6C1E5B5C7E78
raw_log: '[{"msg_index":0,"success":true,"log":"","events":[{"type":"message","attributes":[{"key":"action","value":"send"}]}]}]'
logs:
- msg_index: 0
success: true
log: ''
events:
- type: message
attributes:
- key: action
value: send
/client/challenge:
post:
tags:
- client
requestBody:
description: Request a Challenge for invalid data served through relay
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/QueryChallengeRequest'
responses:
'200':
description: Returns Challenge Response
content:
application/json:
schema:
$ref: '#/components/schemas/QueryChallengeResponse'
/query/account:
post:
tags:
- query
requestBody:
description: 'Request account at the specified height, height = 0 is used as latest'
content:
application/json:
schema:
$ref: '#/components/schemas/QueryAddressHeight'
example:
address: 4920ce1d787c60e2eaeff366c79e8aa2b82525f1
height: 2
required: true
responses:
'200':
description: Returns account at the specified height
content:
application/json:
schema:
$ref: '#/components/schemas/Account'
'400':
description: Failed to retrieve the account
/query/app:
post:
tags:
- query
requestBody:
description: 'Rquest the app at the specified height, height = 0 is used as latest'
content:
application/json:
schema:
$ref: '#/components/schemas/QueryAddressHeight'
example:
address: 4920ce1d787c60e2eaeff366c79e8aa2b82525f1
height: 2
required: true
responses:
'200':
description: 'Returns the app at the specified height, height = 0 is used as latest'
content:
application/json:
schema:
$ref: '#/components/schemas/Application'
'400':
description: Failed to retrieve the applications
/query/appparams:
post:
tags:
- query
requestBody:
description: 'Returns the app parameters at the specified height, height = 0 is used as latest'
content:
application/json:
schema:
$ref: '#/components/schemas/QueryHeight'
example:
height: 2
required: true
responses:
'200':
description: Application parameters
content:
application/json:
schema:
$ref: '#/components/schemas/ApplicationParams'
'400':
description: Failed to retrieve the application information
/query/apps:
post:
tags:
- query
requestBody:
description: 'Request the list of all applications known at the specified height and staking status, empty ("") staking_status returns all apps'
content:
application/json:
schema:
$ref: '#/components/schemas/QueryStakingHeight'
example:
staking_status: staked
height: 2
required: true
responses:
'200':
description: Returns the list of all applications known at the specified height and staking status
content:
application/json:
schema:
$ref: '#/components/schemas/Applications'
'400':
description: Failed to retrieve the applications
/query/balance:
post:
tags:
- query
requestBody:
description: 'Request the balance of the specified address at the specified height, height = 0 is used as latest'
content:
application/json:
schema:
$ref: '#/components/schemas/QueryAddressHeight'
example:
address: 1b1973906ee85993e994422eddeab89f385a00a4
height: 2
required: true
responses:
'200':
description: 'Returns the balance of the specified address at the specified height, height = 0 is used as latest'
content:
application/json:
schema:
$ref: '#/components/schemas/QueryBalanceResponse'
example:
balance: 1000000000
'400':
description: Failed to retrieve Information
/query/block:
post:
tags:
- query
requestBody:
description: 'Returns the block structure at the specified height, height = 0 is used as latest'
content:
application/json:
schema:
$ref: '#/components/schemas/QueryBlock'
example:
height: 2
required: true
responses:
'200':
description: Block data
content:
application/json:
schema:
$ref: '#/components/schemas/QueryBlockResponse'
example:
block:
data:
txs: null
evidence:
evidence: null
header:
app_hash: ''
chain_id: pocket-test
consensus_hash: 90B6C64F69FDCF9746F038BD2D27DFFFAE814E19EA6F974C740896AA62EDDA1D
data_hash: ''
evidence_hash: ''
height: '1'
last_block_id:
hash: ''
parts:
hash: ''
total: '0'
last_commit_hash: ''
last_results_hash: ''
next_validators_hash: AC2B8D79A789E27A51E809BED90DCA8EA0E640CA134F9ADDD1B4510E8CE8C1C0
num_txs: '0'
proposer_address: AD8EAF52981A102068AA1FE4108E5520542078C3
time: '2020-03-10T00:04:35.159615Z'
total_txs: '0'
validators_hash: AC2B8D79A789E27A51E809BED90DCA8EA0E640CA134F9ADDD1B4510E8CE8C1C0
version:
app: '0'
block: '10'
last_commit:
block_id:
hash: ''
parts:
hash: ''
total: '0'
precommits: null
block_meta:
block_id:
hash: D0A2AB1DE2FB356AEBF4CD9B18EA6E6754323512196858557787358C279E0473
parts:
hash: 581F3CCD645EB60EC4F16575F1C73393C9405C76E42C6C5D14938875FE4912F5
total: '1'
header:
app_hash: ''
chain_id: pocket-test
consensus_hash: 90B6C64F69FDCF9746F038BD2D27DFFFAE814E19EA6F974C740896AA62EDDA1D
data_hash: ''
evidence_hash: ''
height: '1'
last_block_id:
hash: ''
parts:
hash: ''
total: '0'
last_commit_hash: ''
last_results_hash: ''
next_validators_hash: AC2B8D79A789E27A51E809BED90DCA8EA0E640CA134F9ADDD1B4510E8CE8C1C0
num_txs: '0'
proposer_address: AD8EAF52981A102068AA1FE4108E5520542078C3
time: '2020-03-10T00:04:35.159615Z'
total_txs: '0'
validators_hash: AC2B8D79A789E27A51E809BED90DCA8EA0E640CA134F9ADDD1B4510E8CE8C1C0
version:
app: '0'
block: '10'
'400':
description: Failed to retrieve the block information
/query/height:
post:
tags:
- query
requestBody:
description: Returns the current height
content:
application/json:
schema: {}
required: false
responses:
'200':
description: Block height
content:
application/json:
schema:
$ref: '#/components/schemas/QueryHeightResponse'
example:
height: 10
'400':
description: Failed to retrieve the block height information
/query/node:
post:
tags:
- query
requestBody:
description: 'Returns the node at the specified height, height = 0 is used as latest'
content:
application/json:
schema:
$ref: '#/components/schemas/QueryAddressHeight'
example:
address: '0xA5DE6D4184016708c1040c355F1c958192276DB5'
height: 2
required: true
responses:
'200':
description: Node details
content:
application/json:
schema:
$ref: '#/components/schemas/Node'
example:
address: 05d98fbedf63cd4b4e337ef488ec2ad7e5072cb2
chains:
- 36f028580bb02cc8272a9a020f4200e346e276ae664e45ee80745574e2f5ab80
jailed: false
public_key: bac2790f5786d4e016ed1f03a54205ba99b949e6a3c4b4641317977dfedfce79
service_url: '0.0.0.0:8081'
status: 2
tokens: '1000000000000000'
unstaking_time: '0001-01-01T00:00:00Z'
'400':
description: Failed to retrieve the node information
/query/nodeparams:
post:
tags:
- query
requestBody:
description: 'Returns the node parameters at the specified height, height = 0 is used as latest'
content:
application/json:
schema:
$ref: '#/components/schemas/QueryHeight'
example:
height: 2
required: true
responses:
'200':
description: Node parameters
content:
application/json:
schema:
$ref: '#/components/schemas/NodeParams'
'400':
description: Failed to retrieve the node information
/query/nodereceipt:
post:
tags:
- query
requestBody:
description: Returns the node receipt for specific session
content:
application/json:
schema:
$ref: '#/components/schemas/QueryNodeReceipt'
required: true
responses:
'200':
description: Node proofs
content:
application/json:
schema:
$ref: '#/components/schemas/StoredReceipt'
'400':
description: Failed to retrieve the node proof information
/query/nodereceipts:
post:
tags:
- query
requestBody:
description: 'Returns the list of all Relay Batch proofs submitted by node address at height, height = 0 is used as latest'
content:
application/json:
schema:
$ref: '#/components/schemas/QueryAddressHeight'
example:
address: '0xA5DE6D4184016708c1040c355F1c958192276DB5'
height: 2
required: true
responses:
'200':
description: Node proofs
content:
application/json:
schema:
$ref: '#/components/schemas/QueryNodeReceiptsResponse'
'400':
description: Failed to retrieve the node proof information
/query/nodes:
post:
tags:
- query
requestBody:
description: 'Request the list of all nodes known at the specified height and staking status , empty ("") staking_status returns all nodes'
content:
application/json:
schema:
$ref: '#/components/schemas/QueryStakingHeight'
example:
staking_status: staked
height: 2
required: true
responses:
'200':
description: Returns the list of all nodes known at the specified height and staking status
content:
application/json:
schema:
$ref: '#/components/schemas/QueryNodesResponse'
example:
- address: 98a18a38aa6826a55dccce19f607e3171cf1436e
public_key: d6b3785f00961059d2a5c6448cae7ddb02475de79c22261687a92cb905ff0de9
jailed: false
status: 2
tokens: '1000000000000000'
service_url: '0.0.0.0:8081'
chains:
- 36f028580bb02cc8272a9a020f4200e346e276ae664e45ee80745574e2f5ab80
unstaking_time: '0001-01-01T00:00:00Z'
'400':
description: Failed to retrieve the nodes' information
/query/pocketparams:
post:
tags:
- query
requestBody:
description: 'Returns the pocket parameters at the specified height, height = 0 is used as latest'
content:
application/json:
schema:
$ref: '#/components/schemas/QueryHeight'
example:
height: 2
required: true
responses:
'200':
description: Pocket Network parameters
content:
application/json:
schema:
$ref: '#/components/schemas/PocketParams'
'400':
description: Failed to retrieve the application information
/query/supply:
post:
tags:
- query
requestBody:
description: 'Returns the list of node params specified in the height, height = 0 is used as latest'
content:
application/json:
schema:
$ref: '#/components/schemas/QueryHeight'
example:
height: 2
required: true
responses:
'200':
description: Pocket Network parameters
content:
application/json:
schema:
$ref: '#/components/schemas/QuerySupplyResponse'
'400':
description: Failed to retrieve the supply information
/query/supportedchains:
post:
tags:
- query
requestBody:
description: 'Returns the list Network Identifiers supported by the network at the specified height, height = 0 is used as latest'
content:
application/json:
schema:
$ref: '#/components/schemas/QueryHeight'
example:
height: 2
required: true
responses:
'200':
description: Pocket Network parameters
content:
application/json:
schema:
$ref: '#/components/schemas/QuerySupportedChainsResponse'
'400':
description: Failed to retrieve the application information
/query/tx:
post:
tags:
- query
requestBody:
description: Returns the transaction by the hash
content:
application/json:
schema:
$ref: '#/components/schemas/QueryTX'
example:
hash: '0x197e4d46009879f28f978a90627c7dfeab64b4777afcc24e2b9c3d72b4dada22'
required: true
responses:
'200':
description: Transaction data
content:
application/json:
schema:
$ref: '#/components/schemas/QueryTXResponse'
'400':
description: Failed to retrieve the transaction information
components:
schemas:
ABCIEvent:
type: object
properties:
type:
type: string
attributes:
type: array
items:
type: object
properties:
key:
type: string
value:
type: string
ABCIMessageLog:
type: object
properties:
msg_index:
type: integer
format: uint16
description: Ordered index of the log message
success:
type: boolean
description: Success or failure?
log:
type: string
description: Full text of the log
events:
type: array
items:
$ref: '#/components/schemas/ABCIEvent'
Account:
type: object
properties:
address:
type: string
coins:
type: array
items:
$ref: '#/components/schemas/Coin'
public_key:
type: array
items:
type: integer
Coin:
type: object
properties:
amount:
type: string
denom:
type: string
Application:
type: object
properties:
address:
type: string
description: The hex address of the application
public_key:
type: string
description: The hex public key of the application
jailed:
type: boolean
description: Has the application been jailed from staked status
default: false
status:
type: integer
description: Application status
chains:
type: array
items:
type: string
description: Blockchains supported
tokens:
type: string
description: How many tokens has this node staked in uPOKT
max_relays:
type: integer
format: int64
description: Maximum number of relays supported
unstaking_time:
type: string
description: 'If unstaking, the minimum time for the validator to complete unstaking'
ApplicationParams:
type: object
properties:
unstaking_time:
type: string
description: duration of unstaking
max_applications:
type: integer
format: uint64
description: maximum number of applications
app_stake_minimum:
type: integer
format: int64
description: minimum amount needed to stake as an application
base_relays_per_pokt:
type: integer
format: int64
description: base relays per POKT coin staked
stability_adjustment:
type: integer
format: int64
description: the stability adjustment from the governance
participation_rate_on:
type: boolean
description: the participation rate affects the amount minted based on staked ratio
Applications:
type: array
items:
$ref: '#/components/schemas/Application'
Block:
type: object
properties:
header:
$ref: '#/components/schemas/BlockHeader'
data:
type: string
description: Data hash of the block
evidence:
type: string
description: Evidence hash
lastCommit:
$ref: '#/components/schemas/Commit'
Blockchain:
type: object
properties:
name:
type: string
description: Name of the blockchain
net_id:
type: string
description: Network identifier
BlockHeader:
type: object
properties:
version:
$ref: '#/components/schemas/Consensus'
chain_id:
type: string
height:
type: integer
format: int64
time:
type: string
num_txs:
type: integer
format: int64
total_txs:
type: integer
format: int64
last_block_id:
$ref: '#/components/schemas/BlockID'
last_commit_hash:
type: string
data_hash:
type: string
validators_hash:
type: string
next_validators_hash:
type: string
consensus_hash:
type: string
app_hash:
type: string
last_results_hash:
type: string
evidence_hash:
type: string
proposer_address:
type: string
BlockID:
type: object
properties:
hash:
type: string
parts:
$ref: '#/components/schemas/PartSetHeader'
BlockMeta:
type: object
properties:
block_id:
$ref: '#/components/schemas/BlockID'
blockHeader:
$ref: '#/components/schemas/BlockHeader'
Commit:
type: object
properties:
block_id:
$ref: '#/components/schemas/BlockID'
commit_signature:
$ref: '#/components/schemas/CommitSignature'
CommitSignature:
type: object
properties:
type:
type: string
height:
type: integer
format: int64
round:
type: integer
block_id:
$ref: '#/components/schemas/BlockID'
timestamp:
type: string
validator_address:
type: string
validator_index:
type: integer
format: int32
signature:
type: string
Consensus:
type: object
properties:
block:
type: integer
format: int64
app:
type: integer
format: int64
Node:
type: object
properties:
address:
type: string
description: The hex address of the validator
chains:
type: array
items:
type: string
description: Blockchains supported
jailed:
type: boolean
description: Has the validator been jailed from staked status
default: false
public_key:
type: string
description: The validator public hex key
service_url:
type: string
description: The validator service url
status:
type: integer
description: Validator status
tokens:
type: string
description: How many tokens has this node staked in uPOKT
unstaking_time:
type: string
description: 'If unstaking, the minimum time for the validator to complete unstaking'
NodeParams:
type: object
properties:
unstaking_time:
type: string
format: date-time
description: How much time must pass between the begin_unstaking_tx and the node transitioning to unstaked status
max_validators:
type: integer
format: int64
description: Maximum number of validators in the network at any given block
stake_denom:
type: string
description: The monetary denomination of the coins in the network `uPOKT`
stake_minimum:
type: integer
format: int64
description: Minimum amount of uPOKT needed to stake in the network as a node
session_block_frequency:
type: integer
format: int64
description: How many blocks are in a session
dao_allocation:
type: integer
format: int64
description: Award percentage of the mint for the DAO
proposer_allocation:
type: integer
format: int32
description: Award percentage of the mint for the proposer
max_evidence_age:
type: string
description: Maximum age of tendermint evidence that is still valid (currently not implemented in Cosmos or Pocket-Core)
signed_blocks_window:
type: integer
format: int64
description: Window of time in blocks (unit) used for signature verification -> specifically in not signing (missing) blocks
min_signed_per_window:
type: integer
format: int64
description: Minimum number of blocks the node must sign per window
downtime_jail_duration:
type: integer
format: int64
description: Minimum amount of time node must spend in jail after missing blocks
slash_fraction_double_sign:
type: integer
format: int64
description: The factor of which a node is slashed for a double sign
slash_fraction_downtime:
type: integer
format: int64
description: The factor of which a node is slashed for a double sign
PartSetHeader:
type: object
properties:
total:
type: integer
format: int64
hash:
type: string
PocketParams:
type: object
properties:
session_node_count:
type: integer
format: int64
description: Number of nodes in this session
proof_waiting_period:
type: integer
format: int64
description: Proof waiting period
supported_blockchains:
type: array
description: Supported blockchains
items:
type: string
claim_expiration:
type: integer
format: int64
description: Claim expiration
RelayProof:
type: object
properties:
request_hash:
type: string
description: request hash identifier
entropy:
type: integer
format: int64
description: Entropy value to add uniqueness
session_block_height:
type: integer
format: int64
description: Height of the session
servicer_pub_key:
type: string
description: Servicer public hex public key
blockchain:
type: string
description: Blockchain hex string
aat:
$ref: '#/components/schemas/AAT'
signature:
type: string
description: client's signature in hex
AAT:
type: object
properties:
version:
type: string
app_pub_key:
type: string
description: Application hex public key
client_pub_key:
type: string
description: Application hex public key associated with a client
signature:
type: string
description: Application's signature in hex
RelayHeader:
type: object
additionalProperties:
type: string
RelayMetadata:
description: metadata for the relay request
type: object
properties:
block_height:
type: integer
format: int64
RelayPayload:
description: the data payload of the request
type: object
properties:
data:
type: string
description: The actual data of the request string for the external chain
method:
type: string
description: The HTTP CRUD method
path:
type: string
description: The REST path
headers:
$ref: '#/components/schemas/RelayHeader'
SessionHeader:
type: object
properties:
app_public_key:
type: string
description: Application hex public key associated with a client
chain:
type: string
description: Network Identified in hex
session_height:
type: integer
format: int64
description: Height of the session
SimpleProof:
type: object
properties:
total:
type: integer
format: int64
index:
type: integer
format: int64
leaf_hash:
type: string
aunts:
type: array
items:
type: string
StoredReceipt:
type: object
properties:
session_header:
$ref: '#/components/schemas/SessionHeader'
servicer_address:
type: string
total_relays:
type: integer
format: int64
Transaction:
type: object
properties:
hash:
type: string
description: Hash of the transaction
height:
type: integer
format: int64
description: Blockheight of the transaction
index:
type: integer
format: int64
tx_result:
$ref: '#/components/schemas/TxResult'
tx:
type: string
description: Raw data of the transaction
proof:
$ref: '#/components/schemas/TXProof'
TxResult:
type: object
properties:
code:
type: integer
format: int32
data:
type: string
log:
type: string
info:
type: string
gas_wanted:
type: integer
format: int64
gas_used:
type: integer
format: int64
events:
type: array
items:
type: string
codespace:
type: string
TXProof:
type: object
description: Proof of the transaction
properties:
root_hash:
type: string
data:
type: string
proof:
$ref: '#/components/schemas/SimpleProof'
QueryAddressHeight:
type: object
properties:
height:
type: integer
format: int64
address:
type: string
QueryBalanceResponse:
type: object
properties:
balance:
type: integer
format: int64
QueryBlock:
type: object
properties:
height:
type: integer
format: int64
QueryBlockResponse:
type: object
properties:
block:
$ref: '#/components/schemas/Block'
block_meta:
$ref: '#/components/schemas/BlockMeta'
QueryDispatchRequest:
type: object
properties:
session_header:
$ref: '#/components/schemas/SessionHeader'
QueryDispatchResponse:
type: object
properties:
session:
$ref: '#/components/schemas/Session'
block_height:
type: integer
format: int64
Session:
type: object
properties:
header:
$ref: '#/components/schemas/SessionHeader'
key:
type: string
format: byte
nodes:
type: array
items:
$ref: '#/components/schemas/Node'
QueryHeight:
type: object
properties:
height:
type: integer
format: int64
QueryHeightResponse:
type: object
properties:
height:
type: integer
format: int64
QueryNodeReceipt:
type: object
properties:
address:
type: string
description: Node address
blockchain:
type: string
app_pubkey:
type: string
description: Application hex public key associated with a client
session_block_height:
type: integer
format: int64
description: Session block height
height:
type: integer
format: int64
description: Height of the session
QueryNodeReceiptsResponse:
type: object
properties:
nodes:
type: array
items:
$ref: '#/components/schemas/StoredReceipt'
QueryNodesResponse:
type: array
items:
$ref: '#/components/schemas/Node'
QueryRawTXRequest:
type: object
properties:
address:
type: string
raw_hex_bytes:
type: string
QueryRawTXResponse:
type: object
properties:
height:
type: integer
format: int64
description: Blockheight of the transaction
txhash:
type: string
description: Hash of the transaction
code:
type: integer
format: uint32
description: Result code returned (0 is OK; everything else is error)
data:
type: string
description: Raw transaction data
raw_log:
type: string
description: Raw transaction log
logs:
type: array
items:
$ref: '#/components/schemas/ABCIMessageLog'
description: ABCI Tendermint Logs
info:
type: string
gas_wanted:
type: integer
format: int64
gas_used:
type: integer
format: int64
codespace:
type: string
timestamp:
type: string
description: Timestamp of the transaction
QueryRelayRequest:
type: object
properties:
payload:
$ref: '#/components/schemas/RelayPayload'
meta:
$ref: '#/components/schemas/RelayMetadata'
proof:
$ref: '#/components/schemas/RelayProof'
QueryRelayResponse:
type: object
properties:
signature:
type: string
description: Signature from the node in hex
payload:
type: string
description: string response to relay
proof:
$ref: '#/components/schemas/RelayProof'
QueryChallengeRequest:
type: object
properties:
majority_responses:
type: array
items:
$ref: '#/components/schemas/QueryRelayResponse'
minItems: 1
maxItems: 2
minority_response:
$ref: '#/components/schemas/QueryRelayResponse'
address:
description: reporter address
type: string
format: byte
QueryChallengeResponse:
type: object
properties:
response:
type: string
QueryStakingHeight:
type: object
properties:
height:
type: integer
format: int64
staking_status:
type: string
enum:
- staked
- unstaked
- unstaking
- ''
QuerySupplyResponse:
type: object
properties:
node_staked:
type: integer
format: int64
description: Amount staked by the node in uPOKT
app_staked:
type: integer
format: int64
description: Amount staked by the app in uPOKT
dao:
type: integer
format: int64
description: DAO amount in uPOKT
total_staked:
type: integer
format: int64
description: Total amount staked in uPOKT
total_unstaked:
type: integer
format: int64
description: Total amount unstaked in uPOKT
total:
type: integer
format: int64
description: Total amount in uPOKT
QuerySupportedChainsResponse:
type: object
properties:
supported_chains:
type: array
description: Supported blockchains
items:
type: string
QueryTX:
type: object
properties:
hash:
type: string
QueryTXResponse:
type: object
properties:
transaction:
$ref: '#/components/schemas/Transaction'
| 32.131503 | 746 | 0.559029 |
02de2385093d975817e8a9ec664d459a39e0ffc0 | 229 | yml | YAML | docker-compose.yml | EFREI-M1-LSI-2020-2021/distributed-database | ab2fb06f3f67726fa48a5456e25ddcc2cec3706f | [
"MIT"
] | null | null | null | docker-compose.yml | EFREI-M1-LSI-2020-2021/distributed-database | ab2fb06f3f67726fa48a5456e25ddcc2cec3706f | [
"MIT"
] | null | null | null | docker-compose.yml | EFREI-M1-LSI-2020-2021/distributed-database | ab2fb06f3f67726fa48a5456e25ddcc2cec3706f | [
"MIT"
] | null | null | null | version: '3.3'
services:
oracle:
image: quay.io/maksymbilenko/oracle-12c
container_name: oracle
restart: unless-stopped
ports:
- 8089:8080
- 1521:1521
environment:
- DBCA_TOTAL_MEMORY=2048 | 19.083333 | 43 | 0.650655 |
b5467849b2386d66e5b5191bfa766de9b75b1700 | 1,628 | yml | YAML | .github/workflows/build.yml | NeilJustice/whittler | 6cd196e85ab2c7b55f1ba16a704dd9b0f635f8f4 | [
"MIT"
] | null | null | null | .github/workflows/build.yml | NeilJustice/whittler | 6cd196e85ab2c7b55f1ba16a704dd9b0f635f8f4 | [
"MIT"
] | null | null | null | .github/workflows/build.yml | NeilJustice/whittler | 6cd196e85ab2c7b55f1ba16a704dd9b0f635f8f4 | [
"MIT"
] | null | null | null | name: Whittler
on: [push]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v1
with:
python-version: '3.10'
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('dev-requirements.txt') }}
- name: Install pip packages
run: pip install --upgrade --upgrade-strategy eager -r dev-requirements.txt
- name: mypy, flake8, pylint, then run all unit tests with coverage and pytest
run: python WhittlerTests/MypyFlake8PylintRunTestsWithCoverage.py --run-tests-with-coverage-python-file=WhittlerTests/RunAllWithCoverage.py
env:
PYTHONPATH: "."
- name: Run WhittlerMain.py to confirm it runs and exits with code 0
run: python Whittler/WhittlerMain.py
env:
PYTHONPATH: "."
- name: Upload to Codecov.io if ubuntu-latest
uses: codecov/codecov-action@v1
with:
files: WhittlerTests/CoberturaCodeCoverageResults_WhittlerTests.xml
fail_ci_if_error: true
verbose: true
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: SonarCloud scan if ubuntu-latest
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
if: ${{ matrix.os == 'ubuntu-latest' }}
| 30.716981 | 147 | 0.60688 |
d7001291f26298c324b469ac1ce04063995064f3 | 440 | yml | YAML | virtual_cluster/ansible/osparc-fetch.yml | Surfict/osparc-ops | 147416ab88f0c4fee24d896903790760e178bff2 | [
"MIT"
] | 2 | 2019-02-27T14:11:44.000Z | 2019-11-04T12:49:31.000Z | virtual_cluster/ansible/osparc-fetch.yml | Surfict/osparc-ops | 147416ab88f0c4fee24d896903790760e178bff2 | [
"MIT"
] | 45 | 2019-03-12T21:02:00.000Z | 2022-02-10T10:28:58.000Z | virtual_cluster/ansible/osparc-fetch.yml | Surfict/osparc-ops | 147416ab88f0c4fee24d896903790760e178bff2 | [
"MIT"
] | 6 | 2018-05-29T12:32:32.000Z | 2021-09-27T17:04:32.000Z | ---
# fetch osparc from github as pre-requisite to deployment
- hosts: ansible
tasks:
- name: Create directory for local git repo
file:
path: '/home/vagrant/osparc-simcore'
state: directory
group: vagrant
mode: 0775
- name: clone osparc-simcore from github
git:
repo: 'https://github.com/ehzastrow/osparc-simcore.git'
dest: '/home/vagrant/osparc-simcore'
version: 'feature/s3storage'
| 27.5 | 61 | 0.665909 |
48250bca8a084293d868d929d14acd3c82cf9278 | 644 | yaml | YAML | packages/la/Lambdaya.yaml | commercialhaskell/all-cabal-metadata | 902ff2131e450cb4653ba7a420d465c9a6735057 | [
"MIT"
] | 10 | 2016-01-04T00:09:51.000Z | 2021-02-01T02:20:05.000Z | packages/la/Lambdaya.yaml | commercialhaskell/all-cabal-metadata | 902ff2131e450cb4653ba7a420d465c9a6735057 | [
"MIT"
] | 1 | 2018-08-27T20:11:55.000Z | 2018-08-27T20:11:55.000Z | packages/la/Lambdaya.yaml | commercialhaskell/all-cabal-metadata | 902ff2131e450cb4653ba7a420d465c9a6735057 | [
"MIT"
] | 12 | 2016-04-21T04:17:05.000Z | 2022-03-27T09:36:12.000Z | homepage: ''
changelog-type: ''
hash: 8d285eb2cad56f72669872090c09ebb55afe7aa8f4831fe931147be4e5bf59e3
test-bench-deps: {}
maintainer: luka.rahne@gmail.com
synopsis: Library for RedPitaya
changelog: ''
basic-deps:
base: ! '>=3 && <5'
network: ! '>=2 && <3'
pipes-network: ! '>=0 && <1'
pipes-parse: ! '>=3 && <4'
binary: ! '>=0 && <1'
pipes: ! '>=4 && <5'
pipes-binary: ! '>=0 && <1'
mtl: ! '>=2 && <3'
all-versions:
- 0.1.0.0
- 0.1.1.0
- 0.2.0.0
- 0.2.0.0.1
- 0.3.0.0.0
author: Luka Rahne
latest: 0.3.0.0.0
description-type: haddock
description: Native library for RedPitaya that runs on RedPitaya.
license-name: LGPL-3.0-only
| 23 | 70 | 0.628882 |
55452f2fd2219a124a673f08a464515971df1576 | 371 | yaml | YAML | modules/030-cloud-provider-yandex/templates/cloud-controller-manager/secret.yaml | rinat-nezametdinov/deckhouse | 2d46f25e798da2068746ac5f6a7b61b50ad9d954 | [
"Apache-2.0"
] | 596 | 2020-11-12T12:16:12.000Z | 2022-03-26T23:49:13.000Z | modules/030-cloud-provider-yandex/templates/cloud-controller-manager/secret.yaml | rinat-nezametdinov/deckhouse | 2d46f25e798da2068746ac5f6a7b61b50ad9d954 | [
"Apache-2.0"
] | 851 | 2021-07-01T06:49:47.000Z | 2022-03-31T18:41:30.000Z | modules/030-cloud-provider-yandex/templates/cloud-controller-manager/secret.yaml | rinat-nezametdinov/deckhouse | 2d46f25e798da2068746ac5f6a7b61b50ad9d954 | [
"Apache-2.0"
] | 32 | 2021-07-04T11:03:17.000Z | 2022-03-23T14:09:18.000Z | ---
apiVersion: v1
kind: Secret
metadata:
name: cloud-controller-manager
namespace: d8-cloud-provider-yandex
{{ include "helm_lib_module_labels" (list . (dict "app" "cloud-controller-manager")) | indent 2 }}
type: Opaque
data:
service-acount-json: {{ .Values.cloudProviderYandex.internal.providerClusterConfiguration.provider.serviceAccountJSON | b64enc | quote }}
| 33.727273 | 139 | 0.765499 |
677dcfe7fdb1f51e3540232253565362bec2aec7 | 826 | yml | YAML | conda-forge.yml | regro-cf-autotick-bot/humanfriendly-feedstock | 414abe2199a819a9f138a2bebd2fc68dc9c05e5c | [
"BSD-3-Clause"
] | null | null | null | conda-forge.yml | regro-cf-autotick-bot/humanfriendly-feedstock | 414abe2199a819a9f138a2bebd2fc68dc9c05e5c | [
"BSD-3-Clause"
] | null | null | null | conda-forge.yml | regro-cf-autotick-bot/humanfriendly-feedstock | 414abe2199a819a9f138a2bebd2fc68dc9c05e5c | [
"BSD-3-Clause"
] | null | null | null | travis:
secure:
BINSTAR_TOKEN: L/BduIOP4cPTJPxYJH1mDZNh1n+HY1SMYAg9NwdjfFj6Aw7WrAD8SVnnRe1RgTxSwbWUzhQWAozPEIs1kM+bBihX9wcF0EqY4f/cbXXdbjsiN89grkzakmk0feovj6AJs9cF1KZqqamhukX07+UNJ1Se8LojGcjAjrFOTCbpvJ5hisEo2O6tMdKHmgjrMoqjolv7NAJodEjKMnsS4PyriSbBQXL8+q0T23WbjCRcum43Aw60B+5eg/b6qkmVrFEXyJaMQ2CUdH1xECvg1UcT2UCofHUGNa+w14EkNvr9/dAdBsYaqSucjvtPPLwGYclnFuyH2jT13d3Xujji8TKufHrLXVkHr+842Wo/YR1U+LOme87YInU2dKzyLKJhBTKlBCvv8qXjjoyKpZ44eoWcMTt8rXL+s/4sG+8xN8CcS4dBNaC7oQyuT1B+G/xEiulxX32V+SIM1Bau0ZzJ8Z3QNpnjyfLOqsydAfhHW/qIBlx6Ox9AngOr2N/N/RVBIHHuwkowuvC1tWEvCOrTGYET/VSlEODIXxYO48H9vLNROFlNYnfaYoZUOrbZtNFOAuSvX4UnIldqQY0OkRWg9A1dbFZ24iy/GjtNYP/MH3Y3haur3ze2bnmBzqmYVaUZYMHE4dFcfxFS0iMCNUI2lpB0tzo3kFzoQakgPme/E4n6/Ow=
appveyor:
secure:
BINSTAR_TOKEN: ipv/06DzgA7pzz2CIAtbPxZSsphDtF+JFyoWRnXkn3O8j7oRe3rzqj3LOoq2DZp4
| 118 | 703 | 0.932203 |
05475878e2076140181eb180be4acc0cf8262f6b | 1,109 | yaml | YAML | core/openapi-spec/swagger/paths/datasource/parameters.yaml | devhliu/hkube | 3e79f36b1ff6dbf1c846db6b598634ee398c709d | [
"MIT"
] | 275 | 2017-11-30T21:44:48.000Z | 2022-03-28T10:40:54.000Z | core/openapi-spec/swagger/paths/datasource/parameters.yaml | devhliu/hkube | 3e79f36b1ff6dbf1c846db6b598634ee398c709d | [
"MIT"
] | 1,024 | 2017-11-23T10:03:54.000Z | 2022-03-31T07:49:18.000Z | core/openapi-spec/swagger/paths/datasource/parameters.yaml | devhliu/hkube | 3e79f36b1ff6dbf1c846db6b598634ee398c709d | [
"MIT"
] | 21 | 2017-12-24T09:19:51.000Z | 2022-02-26T05:20:11.000Z | nameParam:
name: name
in: path
description: A dataSource name
required: true
schema:
type: string
idParam:
name: id
in: path
description: A datasource id (indicating a version)
required: true
schema:
type: string
snapshotNameParam:
name: snapshotName
in: path
description: A Snapshot name
required: true
schema:
type: string
snapshotNameQuery:
name: snapshot_name
in: query
description: A Snapshot name
schema:
type: string
nameQuery:
name: datasource_name
in: query
description: a datasource name
schema:
type: string
idQuery:
name: id
in: query
description: request a specific version, if not stated the latest is returned
schema:
type: string
idQueryRequired:
name: id
in: query
description: request a specific version, if not stated the latest is returned
required: true
schema:
type: string
downloadIdQuery:
name: id
in: query
required: true
schema:
$ref: '#/components/schemas/DownloadId'
| 18.79661 | 81 | 0.641118 |
0563291af28eb7b1812cf5377dcf031690786783 | 2,031 | yml | YAML | src/main/resources/config.yml | Crackpixel/Echo | ac447b8dfb5e5d9e436e0fc1d0af2b4b384cf59a | [
"MIT"
] | null | null | null | src/main/resources/config.yml | Crackpixel/Echo | ac447b8dfb5e5d9e436e0fc1d0af2b4b384cf59a | [
"MIT"
] | null | null | null | src/main/resources/config.yml | Crackpixel/Echo | ac447b8dfb5e5d9e436e0fc1d0af2b4b384cf59a | [
"MIT"
] | null | null | null | #Echo configuration file.
#Made with love by Cow & Josh
NO_PERMISSION: "&cNo permission"
ALTS_COMMAND:
ENABLED: true
MAIN_COMMAND: "alts"
ALIASES:
- "aliases"
- "alias"
NOT_ALTS_MESSAGE: "&cCouldn't find any alts"
START_MESSAGE: "Searching Echo for aliases of {player}..."
FINISH_MESSAGE: "{alts}"
FREEZE_COMMAND:
ENABLED: true
MAIN_COMMAND: "freeze"
ALIASES:
- "ss"
- "screenshare"
ALLOW_MULTIPLE_STAFF_PER_KEY: false
#This makes it so 2 staff members cannot set their key to the same. Shit will break if 2 staff members scan with the same API key at the same time.
PLAYER_MOVE_EVENT: true #Disable this if you have players getting disconnected/anti-crash kicking them while frozen
MESSAGE: "&f &f\n&f &f\n&f &f\n&f &f\n&f &f\n&f &f\n&f &f\n&f &f\n&f &f\n&f &f\n&f &f\n&f &f\n&f &f\n&l█████████\n&l████&9&l█&f&l████ &9&lALERT! &f&lYou have been frozen!\n&l███&9&l█&0&l█&9&l█&f&l███\n&l██&9&l█&b&l█&0&l█&b&l█&9&l█&f&l██ &fYou have {countdown} to run this:\n&l██&9&l█&b&l█&0&l█&b&l█&9&l█&f&l██ &b{link}\n&f&l█&9&l█&b&l█████&9&l█&f&l█\n&9&l█&b&l███&0&l█&b&l███&9&l█\n&9&l█████████ &7&o(from echo.ac to prove you're legit)\n&f&l█████████"
SEND_MESSAGE_EVERY: 1000 #integer in milliseconds to send the freeze message (default: 1 second)
STAFF_STARTED_MESSAGE: "&f&lStarted! &b{player} &fhas downloaded and ran Echo, now scanning!"
STAFF_RESULT_MESSAGE: "&f&lScan complete! &fResults: &b{link}"
STAFF_ACTION_BAR: "&f&lScan Progress: &f&n{progress}"
STAFF_ACTION_BAR_PROGRESS_BAR: true
STAFF_ACTION_BAR_PROGRESS_BAR_COLOR_1: "&7"
STAFF_ACTION_BAR_PROGRESS_BAR_COLOR_2: "&b&l"
STAFF_ACTION_BAR_PROGRESS_BAR_COLOR_3: "&f&l"
AUTOBAN:
ENABLED: true
TIME_BEFORE_AUTOBAN: 300000 #integer in milliseconds before automatic ban (default: 5 minutes)
AUTOBAN_COMMAND: "/ban {player} Refusal to SS"
AUTOBAN_COMMAND_CONSOLE: false #True = will send command thru console | False = will send command thru whoever the dispatched command.
KEY_COMMAND:
ENABLED: true | 50.775 | 462 | 0.682422 |
7b071861b92fb476af7e612f01b87bec1be1db3f | 1,470 | yml | YAML | docs-ref-autogen/azure-devops-extension-api/TestMessageLogDetails.yml | kenanlv/azure-devops-docs-sdk-web | 75707709c1b437270a403495573c57d47cf6131c | [
"CC-BY-4.0",
"MIT"
] | 6 | 2018-11-26T21:12:23.000Z | 2022-03-24T10:48:04.000Z | docs-ref-autogen/azure-devops-extension-api/TestMessageLogDetails.yml | kenanlv/azure-devops-docs-sdk-web | 75707709c1b437270a403495573c57d47cf6131c | [
"CC-BY-4.0",
"MIT"
] | 13 | 2019-01-25T00:36:31.000Z | 2022-03-29T17:12:17.000Z | docs-ref-autogen/azure-devops-extension-api/TestMessageLogDetails.yml | kenanlv/azure-devops-docs-sdk-web | 75707709c1b437270a403495573c57d47cf6131c | [
"CC-BY-4.0",
"MIT"
] | 5 | 2019-03-23T16:48:21.000Z | 2021-11-05T08:51:03.000Z | ### YamlMime:TSType
name: TestMessageLogDetails
uid: azure-devops-extension-api.TestMessageLogDetails
package: azure-devops-extension-api
summary: >-
An abstracted reference to some other resource. This class is used to provide
the build data contracts with a uniform way to reference other resources in a
way that provides easy traversal through links.
fullName: TestMessageLogDetails
isPreview: false
isDeprecated: false
type: interface
properties:
- name: dateCreated
uid: azure-devops-extension-api.TestMessageLogDetails.dateCreated
package: azure-devops-extension-api
summary: Date when the resource is created
fullName: dateCreated
isPreview: false
isDeprecated: false
syntax:
content: 'dateCreated: Date'
return:
type: Date
description: ''
- name: entryId
uid: azure-devops-extension-api.TestMessageLogDetails.entryId
package: azure-devops-extension-api
summary: Id of the resource
fullName: entryId
isPreview: false
isDeprecated: false
syntax:
content: 'entryId: number'
return:
type: number
description: ''
- name: message
uid: azure-devops-extension-api.TestMessageLogDetails.message
package: azure-devops-extension-api
summary: Message of the resource
fullName: message
isPreview: false
isDeprecated: false
syntax:
content: 'message: string'
return:
type: string
description: ''
| 29.4 | 79 | 0.715646 |
a8149bf08df7ded34807734861e8dd418e4b73d6 | 2,525 | yaml | YAML | tests/rpc-apis/docker-compose.yaml | the-chaingang/ethereal | 7380735330806a5578c5db7b80e10d380cdda013 | [
"MIT"
] | 18 | 2018-01-19T05:31:38.000Z | 2021-04-06T08:24:18.000Z | tests/rpc-apis/docker-compose.yaml | nkashy1/ethereal | 7380735330806a5578c5db7b80e10d380cdda013 | [
"MIT"
] | 33 | 2018-01-16T03:44:10.000Z | 2019-09-10T22:45:58.000Z | tests/rpc-apis/docker-compose.yaml | nkashy1/ethereal | 7380735330806a5578c5db7b80e10d380cdda013 | [
"MIT"
] | 7 | 2018-01-19T03:25:08.000Z | 2020-08-25T13:25:49.000Z | # Parameters:
# -----------
# - ETHEREAL_HOME: Path to ethereal home directory, defaults to "../../"
#
# - ETHEREAL_TAG: Specific tag under chaingang/ethereal you wish to deploy, defaults
# to "latest"
#
# - NETWORK_ID: Defaults to 158972
#
# - HOST_SHARED_DIR: Local path to directory you would like to use as the ethereal
# network shared directory; if not specified, uses a docker volume
version: '2.1'
services:
bootnode:
image: chaingang/ethereal:${ETHEREAL_TAG:-latest}
command: ["--verbosity", "6"]
environment:
- TARGET=bootnode
networks:
ethnet:
ipv4_address: 13.3.7.2
ports:
- "30301:30301"
volumes:
- ${HOST_SHARED_DIR:-shared}:/opt/shared
node-1:
image: chaingang/ethereal:${ETHEREAL_TAG:-latest}
command: ["--rpc", "--networkid", "${NETWORK_ID:-158972}"]
networks:
- ethnet
volumes:
- ${HOST_SHARED_DIR:-shared}:/opt/shared
- ${ETHEREAL_HOME:-../../}:/opt/genesis
networks:
ethnet:
ipv4_address: 13.3.7.3
ports:
- "8545:8545"
- "30303:30303"
depends_on:
- bootnode
environment:
- TARGET=fullnode
- GENESIS_FILE=genesis.json
- NODE_NAME=node-1
- BOOTNODE_ADDRESS=13.3.7.2
- BOOTNODE_UDP_PORT=30301
node-2:
image: chaingang/ethereal:${ETHEREAL_TAG:-latest}
command: ["--rpc", "--rpcapi", "db,eth,net,web3,admin", "--networkid", "${NETWORK_ID:-158972}"]
networks:
- ethnet
volumes:
- ${HOST_SHARED_DIR:-shared}:/opt/shared
- ${ETHEREAL_HOME:-../../}:/opt/genesis
networks:
ethnet:
ipv4_address: 13.3.7.4
ports:
- "8645:8545"
- "31303:30303"
depends_on:
- bootnode
environment:
- TARGET=fullnode
- GENESIS_FILE=genesis.json
- NODE_NAME=node-2
- BOOTNODE_ADDRESS=13.3.7.2
- BOOTNODE_UDP_PORT=30301
test:
build:
context: ${ETHEREAL_HOME:-../../}
dockerfile: Dockerfile.test
command: ["node-1/geth.ipc", "node-2/geth.ipc"]
volumes:
- ${HOST_SHARED_DIR:-shared}:/opt/shared
- ./:/opt/tests
depends_on:
- node-1
- node-2
environment:
- IDENTITY=rpc-api-test
- POLL_INTERVAL=10
- POLL_ATTEMPTS=10
- RPC_URL_1=http://13.3.7.3:8545
- RPC_URL_2=http://13.3.7.4:8545
networks:
ethnet:
networks:
ethnet:
driver: bridge
ipam:
config:
- subnet: 13.3.7.0/16
gateway: 13.3.7.1
volumes:
shared:
| 25.505051 | 99 | 0.592079 |
b5a7854294ea5b2a1a9fce9ae012f2a8b41e680f | 2,138 | yaml | YAML | deploy/k8s/helm-charts/promxy/values.yaml | Krasttt/promxy | 9f9d3470c1748468b85863238b07dd94bd5b26c6 | [
"MIT"
] | null | null | null | deploy/k8s/helm-charts/promxy/values.yaml | Krasttt/promxy | 9f9d3470c1748468b85863238b07dd94bd5b26c6 | [
"MIT"
] | null | null | null | deploy/k8s/helm-charts/promxy/values.yaml | Krasttt/promxy | 9f9d3470c1748468b85863238b07dd94bd5b26c6 | [
"MIT"
] | null | null | null | replicaCount: 1
# ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
deployment:
enabled: true
# ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
strategy: {}
# rollingUpdate:
# maxSurge: 25%
# maxUnavailable: 25%
# type: RollingUpdate
image:
repository: quay.io/jacksontj/promxy
tag: "master" # rewrites Chart.AppVersion
pullPolicy: IfNotPresent
podDisruptionBudget:
enabled: false
# minAvailable: 1
# maxUnavailable: 1
labels: {}
serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name:
hpa:
enabled: false
verticalAutoscaler:
enabled: false
# updateMode: "Auto"
# containerPolicies:
# - containerName: 'promxy'
# minAllowed:
# cpu: "250m"
# memory: "100Mi"
# maxAllowed:
# cpu: "2000m"
# memory: "2048Mi"
# - containerName: "promxy-server-configmap-reload"
# mode: "Off"
service:
type: ClusterIP
enabled: true
servicePort: 8082
annotations: {}
extraLabels: {}
clusterIP: ""
externalIPs: []
loadBalancerIP: ""
loadBalancerSourceRanges: []
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 100m
memory: 128Mi
extraArgs:
log-level: "info"
# use existing configmap if specified
# otherwise .config values will be used
configMap: ""
config:
##
## Regular prometheus configuration
##
global:
evaluation_interval: 5s
external_labels:
source: promxy
# remote_write configuration is used by promxy as its local Appender, meaning all
# metrics promxy would "write" (not export) would be sent to this. Examples
# of this include: recording rules, metrics on alerting rules, etc.
remote_write:
- url: http://localhost:8083/receive
##
### Promxy configuration
##
promxy:
server_groups:
- kubernetes_sd_configs:
- role: pod
| 22.270833 | 87 | 0.676801 |
77796da3c9b5bb94d2245776c31cf5cc6ec30715 | 1,694 | yaml | YAML | cfg/move_base_params.yaml | omarica/ros-slam | 3704866519e1294c4db0e283197acb88fd6fa2b5 | [
"MIT"
] | 1 | 2020-09-18T19:14:59.000Z | 2020-09-18T19:14:59.000Z | cfg/move_base_params.yaml | omarica/ros-slam | 3704866519e1294c4db0e283197acb88fd6fa2b5 | [
"MIT"
] | null | null | null | cfg/move_base_params.yaml | omarica/ros-slam | 3704866519e1294c4db0e283197acb88fd6fa2b5 | [
"MIT"
] | null | null | null | # Move base node parameters. For full documentation of the parameters in this file, please see
#
# http://www.ros.org/wiki/move_base
#
shutdown_costmaps: false
controller_frequency: 5.0 #5
controller_patience: 3.0 #3
planner_frequency: 1.0
planner_patience: 5.0 #5
oscillation_timeout: 10.0
oscillation_distance: 0.2
# local planner - default is trajectory rollout
base_local_planner: "dwa_local_planner/DWAPlannerROS"
base_global_planner: "carrot_planner/CarrotPlanner" #alternatives: global_planner/GlobalPlanner, carrot_planner/CarrotPlanner navfn/NavfnROS
#Plan to integrate recovery behaviors for turtlebot, currently only default are available
#recovery_behavior_enabled: true
#recovery_behaviors:
#- name: 'super_conservative_reset1'
#type: 'clear_costmap_recovery/ClearCostmapRecovery'
#- name: 'conservative_reset1'
#type: 'clear_costmap_recovery/ClearCostmapRecovery'
#- name: 'aggressive_reset1'
#type: 'clear_costmap_recovery/ClearCostmapRecovery'
#- name: 'clearing_rotation1'
#type: 'rotate_recovery/RotateRecovery'
#- name: 'super_conservative_reset2'
#type: 'clear_costmap_recovery/ClearCostmapRecovery'
#- name: 'conservative_reset2'
#type: 'clear_costmap_recovery/ClearCostmapRecovery'
#- name: 'aggressive_reset2'
#type: 'clear_costmap_recovery/ClearCostmapRecovery'
#- name: 'clearing_rotation2'
#type: 'rotate_recovery/RotateRecovery'
#super_conservative_reset1:
#reset_distance: 3.0
#conservative_reset1:
#reset_distance: 1.5
#aggressive_reset1:
#reset_distance: 0.0
#super_conservative_reset2:
#reset_distance: 3.0
#conservative_reset2:
#reset_distance: 1.5
#aggressive_reset2:
#reset_distance: 0.0
| 30.25 | 140 | 0.788076 |
bbc81efc8e3225789e69623af1d5031af1a224b4 | 295 | yml | YAML | config/sync/rest.resource.brewing_methods.yml | kporras07/coffeelove-be | 96e6c0f81ff30f97178b95f1cbd7e03ca7161a3b | [
"MIT"
] | null | null | null | config/sync/rest.resource.brewing_methods.yml | kporras07/coffeelove-be | 96e6c0f81ff30f97178b95f1cbd7e03ca7161a3b | [
"MIT"
] | 15 | 2020-04-07T04:48:22.000Z | 2022-03-26T06:12:17.000Z | config/sync/rest.resource.brewing_methods.yml | kporras07/coffeelove-be | 96e6c0f81ff30f97178b95f1cbd7e03ca7161a3b | [
"MIT"
] | null | null | null | uuid: 2c594df3-a22f-4fd5-b94d-ead79d94e840
langcode: en
status: true
dependencies:
module:
- cl_api
- serialization
- user
id: brewing_methods
plugin_id: brewing_methods
granularity: resource
configuration:
methods:
- GET
formats:
- json
authentication:
- cookie
| 15.526316 | 42 | 0.715254 |
bbe65d8c265fa9cd1cbc23eda3105965f3127ad2 | 335 | yaml | YAML | .ci_support/win_target_platformwin-64.yaml | CJ-Wright/tiledb-feedstock | 59519a4efcf487667fbc11bf2e15b46d4dd91608 | [
"BSD-3-Clause"
] | null | null | null | .ci_support/win_target_platformwin-64.yaml | CJ-Wright/tiledb-feedstock | 59519a4efcf487667fbc11bf2e15b46d4dd91608 | [
"BSD-3-Clause"
] | null | null | null | .ci_support/win_target_platformwin-64.yaml | CJ-Wright/tiledb-feedstock | 59519a4efcf487667fbc11bf2e15b46d4dd91608 | [
"BSD-3-Clause"
] | null | null | null | bzip2:
- '1'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- vs2015
lz4_c:
- 1.8.3
pin_run_as_build:
bzip2:
max_pin: x
lz4-c:
max_pin: x.x.x
vc:
max_pin: x
zlib:
max_pin: x.x
zstd:
max_pin: x.x.x
target_platform:
- win-64
vc:
- '14'
zlib:
- '1.2'
zstd:
- 1.4.4
| 11.166667 | 22 | 0.629851 |
caa5e87b3d5a700d0ec90caa7cad810ce66e7a60 | 301 | yaml | YAML | twister2/docs/documentation/architecture/resource-schedulers/kubernetes/yaml-templates/service-job-master.yaml | vibhatha/Twister2-Docker | 7557ad0e11d9fdc96c2a6bea01972ec567a27d19 | [
"Apache-2.0"
] | null | null | null | twister2/docs/documentation/architecture/resource-schedulers/kubernetes/yaml-templates/service-job-master.yaml | vibhatha/Twister2-Docker | 7557ad0e11d9fdc96c2a6bea01972ec567a27d19 | [
"Apache-2.0"
] | null | null | null | twister2/docs/documentation/architecture/resource-schedulers/kubernetes/yaml-templates/service-job-master.yaml | vibhatha/Twister2-Docker | 7557ad0e11d9fdc96c2a6bea01972ec567a27d19 | [
"Apache-2.0"
] | null | null | null | # This is the Headless Service object that is sent to Kubernetes master
# when creating a job without external services
apiVersion: v1
kind: Service
metadata:
name: twister2-service-<jobname>-<job-master>
spec:
clusterIP: None
selector:
app: twister2-service-label-<jobname>-<job-master>
| 23.153846 | 72 | 0.754153 |
4115f374c8bf91fc328be1f3102c1c846dfe774b | 1,749 | yml | YAML | docker-compose.yml | bitrise-io/addons-firebase-testlab | 72248348dc422fbafd81b06496365769689c6154 | [
"MIT"
] | 4 | 2018-09-10T10:34:27.000Z | 2022-02-25T10:13:34.000Z | docker-compose.yml | bitrise-io/addons-firebase-testlab | 72248348dc422fbafd81b06496365769689c6154 | [
"MIT"
] | 10 | 2018-09-03T11:52:19.000Z | 2022-01-10T15:36:49.000Z | docker-compose.yml | bitrise-io/addons-firebase-testlab | 72248348dc422fbafd81b06496365769689c6154 | [
"MIT"
] | 5 | 2018-12-22T06:41:35.000Z | 2021-03-27T10:47:34.000Z | version: '2'
services:
db:
image: postgres:10.1
environment:
POSTGRES_DB: bitrise_ftl_server_development
POSTGRES_USER: postgres
ports:
- "5432:5432"
app:
build: .
volumes:
- .:/bitrise/go/src/github.com/bitrise-io/addons-firebase-testlab
command: buffalo dev
ports:
- "5001:5001"
links:
- db:postgres
environment:
PORT: 5001
BITRISE_APP_SLUG: $BITRISE_APP_SLUG
SKIP_AUTH_WITH_BITRISE_API: $SKIP_AUTH_WITH_BITRISE_API
BITRISE_API_URL: $BITRISE_API_URL
BITRISE_BUILD_SLUG: $BITRISE_BUILD_SLUG
ADDON_ACCESS_TOKEN: $ADDON_ACCESS_TOKEN
ADDON_HOST: $ADDON_HOST
ADDON_SSO_TOKEN: $ADDON_SSO_TOKEN
BUCKET: $BUCKET
PROJECT_ID: $PROJECT_ID
PUBSUB_PROJECT_ID: $PUBSUB_PROJECT_ID
PUBSUB_SUBSCRIPTION_NAME: $PUBSUB_SUBSCRIPTION_NAME
DATA_PROJECT_ID: $DATA_PROJECT_ID
DATA_PUBSUB_TOPIC_ID: $DATA_PUBSUB_TOPIC_ID
SERVICE_ACCOUNT_KEY_JSON: $SERVICE_ACCOUNT_KEY_JSON
PUBSUB_PUBLISHER_CREDENTIALS: $PUBSUB_PUBLISHER_CREDENTIALS
DATA_PUBSUB_PUBLISHER_CREDENTIALS: $DATA_PUBSUB_PUBLISHER_CREDENTIALS
BITRISEIO_APP_APK_URL: $BITRISEIO_APP_APK_URL
BITRISEIO_TEST_APK_URL: $BITRISEIO_TEST_APK_URL
AMPLITUDE_TOKEN: $AMPLITUDE_TOKEN
SKIP_SESSION_AUTH: $SKIP_SESSION_AUTH
APP_WEBHOOK_SECRET_ENCRYPT_KEY: $APP_WEBHOOK_SECRET_ENCRYPT_KEY
SEGMENT_WRITE_KEY: $SEGMENT_WRITE_KEY
LAUNCHDARKLY_SDK_KEY: $LAUNCHDARKLY_SDK_KEY
depends_on:
- db
- pubsub
pubsub:
command: ["gcloud", "beta", "emulators", "pubsub", "start", "--project=pubsub-e2e-project", "--host-port=0.0.0.0:8433"]
image: google/cloud-sdk:365.0.0
ports:
- 8433:8433
| 33.634615 | 123 | 0.720983 |
a62ce262ce1ec35402cb64f64576d6a22f75f03d | 390 | yaml | YAML | spec/schema/AllocateAction.yaml | tandfgroup/shemaorg-openapi-spec | 5c04d31d8a3dd4c0cce6f511e517a7fa747d7e4b | [
"Apache-2.0"
] | 8 | 2019-01-23T02:07:21.000Z | 2020-07-30T22:27:03.000Z | spec/schema/AllocateAction.yaml | tandfgroup/shemaorg-openapi-spec | 5c04d31d8a3dd4c0cce6f511e517a7fa747d7e4b | [
"Apache-2.0"
] | 6 | 2018-08-17T12:18:23.000Z | 2021-02-23T11:55:08.000Z | spec/schema/AllocateAction.yaml | tandfgroup/shemaorg-openapi-spec | 5c04d31d8a3dd4c0cce6f511e517a7fa747d7e4b | [
"Apache-2.0"
] | 2 | 2019-12-17T20:28:44.000Z | 2021-11-19T01:12:14.000Z | AllocateAction:
allOf:
- $ref: 'organizeaction.yaml#/OrganizeAction'
- properties:
purpose:
description: A goal towards an action is taken. Can be concrete or abstract.
oneOf:
- type: Thing
- type: MedicalDevicePurpose
type: object
description: The act of organizing tasks/objects/events by associating resources to it.
| 32.5 | 89 | 0.648718 |
47885302c8808378d5a98d144ed3138e64cb6af4 | 98 | yml | YAML | ansible/host_vars/berlin-ak.media.ccc.de.yml | fkusei/cm | 7a6b20f5c57bb90a3568cbbf67d72f3a41721c89 | [
"MIT"
] | null | null | null | ansible/host_vars/berlin-ak.media.ccc.de.yml | fkusei/cm | 7a6b20f5c57bb90a3568cbbf67d72f3a41721c89 | [
"MIT"
] | null | null | null | ansible/host_vars/berlin-ak.media.ccc.de.yml | fkusei/cm | 7a6b20f5c57bb90a3568cbbf67d72f3a41721c89 | [
"MIT"
] | null | null | null | ---
acmetool_want:
- "{{ inventory_hostname }} {{ inventory_hostname_short }}.ftp.media.ccc.de"
| 24.5 | 78 | 0.693878 |
0a90c8f8db376ab433a1bfaeec9076b3aff4f3d4 | 198 | yml | YAML | .travis.yml | msempere/sharder | a0e0637c42a501f6dd4763c278079e069b30c802 | [
"MIT"
] | null | null | null | .travis.yml | msempere/sharder | a0e0637c42a501f6dd4763c278079e069b30c802 | [
"MIT"
] | null | null | null | .travis.yml | msempere/sharder | a0e0637c42a501f6dd4763c278079e069b30c802 | [
"MIT"
] | null | null | null | language: python
python:
- "2.7"
before_script:
- tests/travis/redis_setup.sh
services:
- redis-server
install: "pip install -r requeriments.txt"
script: python setup.py test
| 13.2 | 42 | 0.676768 |
818c45a127ff7daead36d19c4a74d5530934f850 | 37 | yml | YAML | .rubocop.yml | matharotheelf/bank_tech_test | 0db0c44f24d83c71eac5a9a7d3e38d57070ca221 | [
"MIT"
] | null | null | null | .rubocop.yml | matharotheelf/bank_tech_test | 0db0c44f24d83c71eac5a9a7d3e38d57070ca221 | [
"MIT"
] | null | null | null | .rubocop.yml | matharotheelf/bank_tech_test | 0db0c44f24d83c71eac5a9a7d3e38d57070ca221 | [
"MIT"
] | null | null | null | Metrics/BlockLength:
Enabled: false
| 12.333333 | 20 | 0.810811 |
da7ca4f218a422f3ebdcc5c67f526d16941012eb | 653 | yaml | YAML | tekton/set-status.yaml | priyawadhwa/skaffold-gitops | 22c05a703c1eb72fd210a7bdde6e71ab2b6550ed | [
"Apache-2.0"
] | 3 | 2019-11-11T18:12:29.000Z | 2021-05-10T21:51:02.000Z | tekton/set-status.yaml | priyawadhwa/skaffold-gitops | 22c05a703c1eb72fd210a7bdde6e71ab2b6550ed | [
"Apache-2.0"
] | 16 | 2019-11-06T16:28:59.000Z | 2019-12-06T16:10:53.000Z | tekton/set-status.yaml | priyawadhwa/skaffold-gitops | 22c05a703c1eb72fd210a7bdde6e71ab2b6550ed | [
"Apache-2.0"
] | 3 | 2019-11-06T18:35:45.000Z | 2019-11-09T23:55:26.000Z | apiVersion: tekton.dev/v1alpha1
kind: Task
metadata:
name: set-status
spec:
inputs:
resources:
- name: repo
type: git
- name: pr
type: pullRequest
params:
- name: status
type: string
outputs:
resources:
- name: pr
type: pullRequest
steps:
- name: set
image: ubuntu
command: ['bash']
args:
- -c
- |
set -ex
cp -r /workspace/pr/ /workspace/output/
cat <<EOF > /workspace/output/pr/status/status.json
{
"ID": "tekton",
"Code": "$(inputs.params.status)",
"Description": "Tekton is running"
}
EOF
| 18.138889 | 59 | 0.528331 |
c5c6bc65267d150b9104ea86c77242340321fb9f | 72 | yaml | YAML | vendor/github.com/googleapis/gnostic/examples/v2.0/yaml/empty-v2.yaml | TheTFo/brig-916 | 04f2c18074801cde937dea1d55ad770d4282bf49 | [
"Apache-2.0"
] | 848 | 2019-03-07T05:37:51.000Z | 2022-03-30T11:41:11.000Z | vendor/github.com/googleapis/gnostic/examples/v2.0/yaml/empty-v2.yaml | TheTFo/brig-916 | 04f2c18074801cde937dea1d55ad770d4282bf49 | [
"Apache-2.0"
] | 1,522 | 2019-03-13T18:01:58.000Z | 2022-03-10T17:45:37.000Z | vendor/github.com/googleapis/gnostic/examples/v2.0/yaml/empty-v2.yaml | TheTFo/brig-916 | 04f2c18074801cde937dea1d55ad770d4282bf49 | [
"Apache-2.0"
] | 175 | 2019-03-12T20:44:25.000Z | 2022-03-08T16:55:40.000Z | swagger: "2.0"
info:
version: ""
title: ""
description: ""
paths:
| 10.285714 | 17 | 0.569444 |
1e2e9cae0da31d7e490b543811f15a6bcc8834f4 | 82 | yml | YAML | .github/close-label.yml | colinodell/indentation | 3f8e986364a4e5d248202f5553ad0c08a9448c24 | [
"MIT"
] | 29 | 2022-03-16T21:12:59.000Z | 2022-03-27T15:41:00.000Z | .github/close-label.yml | colinodell/indentation | 3f8e986364a4e5d248202f5553ad0c08a9448c24 | [
"MIT"
] | 6 | 2022-03-16T21:16:49.000Z | 2022-03-31T08:44:15.000Z | .github/close-label.yml | colinodell/indentation | 3f8e986364a4e5d248202f5553ad0c08a9448c24 | [
"MIT"
] | 2 | 2022-03-17T19:42:10.000Z | 2022-03-18T00:43:22.000Z | bug: fixed
enhancement: implemented
feature: implemented
performance: implemented
| 16.4 | 24 | 0.853659 |
5469032bd9c86c02cbe0106a9000d6566d6a521e | 1,843 | yaml | YAML | .github/workflows/continuous-integration-workflow.yaml | feenkcom/libclipboard | befd8cd6086ce6c8849b09357c0f34c71dbe7fc8 | [
"MIT"
] | 1 | 2021-04-12T15:29:15.000Z | 2021-04-12T15:29:15.000Z | .github/workflows/continuous-integration-workflow.yaml | feenkcom/libclipboard | befd8cd6086ce6c8849b09357c0f34c71dbe7fc8 | [
"MIT"
] | null | null | null | .github/workflows/continuous-integration-workflow.yaml | feenkcom/libclipboard | befd8cd6086ce6c8849b09357c0f34c71dbe7fc8 | [
"MIT"
] | null | null | null | name: Cargo Build
on:
push:
branches:
- master
jobs:
build:
name: Build
env:
LIBRARY: Clipboard
runs-on: ${{ matrix.variant.os }}
strategy:
matrix:
variant:
- os: ubuntu-latest
prefix: lib
extension: .so
platform: linux
- os: macos-latest
prefix: lib
extension: .dylib
platform: osx
- os: windows-latest
prefix: ''
extension: .dll
platform: windows
steps:
- name: Install dependencies
if: matrix.variant.os == 'ubuntu-latest'
run: sudo apt-get install libxcb-shape0-dev libxcb-xfixes0-dev
- uses: actions/checkout@master
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run cargo build
uses: actions-rs/cargo@v1
with:
command: build
args: --release
env:
MACOSX_DEPLOYMENT_TARGET: 10.9
- name: Deploy
uses: garygrossgarten/github-action-scp@release
with:
local: target/release/${{matrix.variant.prefix}}${{env.LIBRARY}}${{matrix.variant.extension}}
remote: /var/www/html/${{env.LIBRARY}}/${{matrix.variant.platform}}/development/x86_64/lib${{env.LIBRARY}}${{matrix.variant.extension}}
host: ${{ secrets.FEENK_CLOUD }}
username: ubuntu
privateKey: ${{ secrets.SSH_KEY }}
| 34.12963 | 153 | 0.457406 |
ee167cb3d8301f74762e811fa3621558e0070be9 | 138 | yaml | YAML | shared/src/test/data/yaml12/seq-in-seq.yaml | aml-org/syaml | 614a2c40ca3b1e7981bd6a192800935beaa27e1c | [
"Apache-2.0"
] | null | null | null | shared/src/test/data/yaml12/seq-in-seq.yaml | aml-org/syaml | 614a2c40ca3b1e7981bd6a192800935beaa27e1c | [
"Apache-2.0"
] | 2 | 2022-02-11T23:26:28.000Z | 2022-02-17T12:09:59.000Z | shared/src/test/data/yaml12/seq-in-seq.yaml | aml-org/syaml | 614a2c40ca3b1e7981bd6a192800935beaa27e1c | [
"Apache-2.0"
] | null | null | null | %YAML 1.2
---
!!map {
? !!str "map"
: !!seq [
!!seq [
!!str "Row1-Column1 Data",
!!str "Row1-Column2 Data"
]
]
} | 12.545455 | 32 | 0.413043 |
578b89890c9086f1ca50c92e8c99fc72a311f79d | 30 | yml | YAML | eric.yml | wl00254294/spring-petclinic-microservices-config | 3d305fb09338ce92c7cf87efa14e415d01304225 | [
"Apache-2.0"
] | null | null | null | eric.yml | wl00254294/spring-petclinic-microservices-config | 3d305fb09338ce92c7cf87efa14e415d01304225 | [
"Apache-2.0"
] | null | null | null | eric.yml | wl00254294/spring-petclinic-microservices-config | 3d305fb09338ce92c7cf87efa14e415d01304225 | [
"Apache-2.0"
] | null | null | null | eric:
val1: Configured by E
| 10 | 23 | 0.7 |
529f67a53d1680b073c7bc145d723731a9354b85 | 973 | yml | YAML | .golangci.yml | richardcase/ingest-sample | 6c312e01edf65a1c7596b07b99d73ccf16edef81 | [
"Apache-2.0"
] | null | null | null | .golangci.yml | richardcase/ingest-sample | 6c312e01edf65a1c7596b07b99d73ccf16edef81 | [
"Apache-2.0"
] | null | null | null | .golangci.yml | richardcase/ingest-sample | 6c312e01edf65a1c7596b07b99d73ccf16edef81 | [
"Apache-2.0"
] | null | null | null | run:
concurrency: 4
deadline: 5m
tests: false
skip-dirs:
- ^pkg\/repository\/mocks
- ^pkg\/api\/mocks
- vendor$
output:
format: tab
print-issued-lines: true
print-linter-name: true
linters-settings:
govet:
check-shadowing: true
gofmt:
simplify: true
gocyclo:
min-complexity: 20
maligned:
suggest-new: true
misspell:
locale: UK
lll:
line-length: 160
unused:
check-exported: false
linters:
enable:
- deadcode
- golint
- govet
- gosimple
- interfacer
- lll
- misspell
- staticcheck
- structcheck
- ineffassign
- unconvert
- unparam
- unused
- varcheck
- errcheck
- goconst
- megacheck
disable:
- goimports
- gocritic
- prealloc
- typecheck
- nakedret
- scopelint
- gochecknoglobals
- gochecknoinits
- gosec
# start here to enable back all gometalinter linters
- maligned
fast: false
| 14.969231 | 58 | 0.604317 |
ff60ff61d29b9d2fcd63693b9ff675c35f0246be | 118 | yaml | YAML | plugins/quang/page/updates/version.yaml | nnduyquang/duhocirelandv2 | 6dc942adecd4cf1f64a4b0d12e7ba17d3729e065 | [
"MIT"
] | null | null | null | plugins/quang/page/updates/version.yaml | nnduyquang/duhocirelandv2 | 6dc942adecd4cf1f64a4b0d12e7ba17d3729e065 | [
"MIT"
] | 4 | 2021-03-10T00:18:45.000Z | 2022-02-26T20:35:16.000Z | plugins/quang/page/updates/version.yaml | nnduyquang/duhocirelandv2 | 6dc942adecd4cf1f64a4b0d12e7ba17d3729e065 | [
"MIT"
] | null | null | null | 1.0.1:
- 'Initialize plugin.'
1.0.2:
- 'Created table quang_page_'
- builder_table_create_quang_page_.php
| 19.666667 | 42 | 0.677966 |
1c0d84cfed7131feeef873b72652879b309cde7d | 1,346 | yml | YAML | .travis.yml | iron-bound-designs/IronBound-Logger | 30a32840e4da2d2d69a237352d6835a3e61b1e45 | [
"MIT"
] | 1 | 2019-09-08T18:08:03.000Z | 2019-09-08T18:08:03.000Z | .travis.yml | iron-bound-designs/IronBound-Logger | 30a32840e4da2d2d69a237352d6835a3e61b1e45 | [
"MIT"
] | null | null | null | .travis.yml | iron-bound-designs/IronBound-Logger | 30a32840e4da2d2d69a237352d6835a3e61b1e45 | [
"MIT"
] | 1 | 2019-09-08T18:08:06.000Z | 2019-09-08T18:08:06.000Z | language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
env:
- WP_VERSION=trunk WP_MULTISITE=0
- WP_VERSION=tags/4.3 WP_MULTISITE=0
matrix:
allow_failures:
- php: 7
before_install:
- composer self-update
- composer install --no-interaction
# set up WP install
- export WP_DEVELOP_DIR=/tmp/wordpress/
- mkdir -p $WP_DEVELOP_DIR
before_script:
# download WP
- cd $WP_DEVELOP_DIR/..
- rm -rf wordpress
- mkdir wordpress
- svn co https://develop.svn.wordpress.org/$WP_VERSION $WP_DEVELOP_DIR
# set up tests config
- cd $WP_DEVELOP_DIR
- echo $WP_DEVELOP_DIR
- cp wp-tests-config-sample.php wp-tests-config.php
- sed -i "s/youremptytestdbnamehere/wordpress_test/" wp-tests-config.php
- sed -i "s/yourusernamehere/root/" wp-tests-config.php
- sed -i "s/yourpasswordhere//" wp-tests-config.php
# set up database
- mysql -e 'CREATE DATABASE wordpress_test;' -uroot
- cd $TRAVIS_BUILD_DIR
script:
- |
if [[ "$TRAVIS_PHP_VERSION" == "5.5" && "$WP_VERSION" == "trunk" ]] ; then
phpunit --coverage-clover=coverage.clover
else
phpunit
fi
after_success:
- bash <(curl -s https://codecov.io/bash)
git:
depth: 1
notifications:
slack:
rooms:
- ironbounddesigns:fXMBlqSr9vvDBiwetLNm9ctD#general
on_success: change
on_failure: always
on_start: never
email: false | 20.393939 | 77 | 0.690193 |
b07083138645123f742588b5efa2fee3f0fc36a7 | 146 | yml | YAML | roles/base/configure_static_routes/defaults/main.yml | zone-zero/isam-ansible-collection | d99f5a4d2bbbc9236bbace42fdcc3486b2d9e844 | [
"Apache-2.0"
] | 10 | 2020-10-08T14:53:57.000Z | 2022-03-31T00:52:34.000Z | roles/base/configure_static_routes/defaults/main.yml | zone-zero/isam-ansible-collection | d99f5a4d2bbbc9236bbace42fdcc3486b2d9e844 | [
"Apache-2.0"
] | 31 | 2020-09-01T16:49:54.000Z | 2022-02-26T15:47:28.000Z | roles/base/configure_static_routes/defaults/main.yml | zone-zero/isam-ansible-collection | d99f5a4d2bbbc9236bbace42fdcc3486b2d9e844 | [
"Apache-2.0"
] | 19 | 2020-05-01T21:17:45.000Z | 2022-03-28T20:55:03.000Z | ---
# default variables to configure static routes
static_routes: []
# default action should be set to configure static route
route_action: set
| 18.25 | 56 | 0.773973 |
3900594c91d8068e3022c326717d93386438f63f | 263 | yaml | YAML | manifests/letsencrypt/certificate.yaml | WOGRA-AG/terraform-kustomization-kubeflow | b19f42020512c07fff8829911ce546bdd034d917 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | 12 | 2022-01-26T14:22:23.000Z | 2022-02-08T02:43:35.000Z | manifests/letsencrypt/certificate.yaml | WOGRA-AG/terraform-kustomization-kubeflow | b19f42020512c07fff8829911ce546bdd034d917 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null | manifests/letsencrypt/certificate.yaml | WOGRA-AG/terraform-kustomization-kubeflow | b19f42020512c07fff8829911ce546bdd034d917 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | 2 | 2022-01-11T16:39:09.000Z | 2022-02-02T16:36:51.000Z | ---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: kubeflow-ingress-cert
namespace: istio-system
spec:
secretName: kubeflow-ingress-cert
issuerRef:
name: letsencrypt-prod
kind: ClusterIssuer
dnsNames:
- "$KUBEFLOW_DNS_NAME" | 20.230769 | 35 | 0.737643 |
28163eaeb8b5c6afe466ca43aa6bedfe428c29ae | 256 | yml | YAML | serverless.yml | dustlight-cn/serverless-fun-message | 6b6b1ac1b2456a298627919aff807aa6e8982573 | [
"MIT"
] | null | null | null | serverless.yml | dustlight-cn/serverless-fun-message | 6b6b1ac1b2456a298627919aff807aa6e8982573 | [
"MIT"
] | null | null | null | serverless.yml | dustlight-cn/serverless-fun-message | 6b6b1ac1b2456a298627919aff807aa6e8982573 | [
"MIT"
] | null | null | null | service: message
frameworkVersion: '2'
provider:
name: fun
handler: jobless_handler.handler
runtime: nodejs14
plugins:
- "@dustlight/serverless-fun"
- "@dustlight/serverless-fun-offline"
package:
exclude:
- doc/**
- package-lock.json | 16 | 39 | 0.703125 |
61d8fa773fbffa5e3b953bfbe8991fadbc0f221c | 834 | yaml | YAML | .github/ISSUE_TEMPLATE/new_connector_request.yaml | amoedo/PowerPlatformConnectors | dbf436b3a2cc02a4231b60b232a696e734d81c55 | [
"MIT"
] | 454 | 2019-05-07T17:58:24.000Z | 2022-03-31T23:20:04.000Z | .github/ISSUE_TEMPLATE/new_connector_request.yaml | amoedo/PowerPlatformConnectors | dbf436b3a2cc02a4231b60b232a696e734d81c55 | [
"MIT"
] | 830 | 2019-05-11T10:32:44.000Z | 2022-03-31T18:23:42.000Z | .github/ISSUE_TEMPLATE/new_connector_request.yaml | amoedo/PowerPlatformConnectors | dbf436b3a2cc02a4231b60b232a696e734d81c55 | [
"MIT"
] | 753 | 2019-05-11T09:49:56.000Z | 2022-03-31T15:53:52.000Z | name: 💡 New connector request
description: Specify a connector that you need!
title: "[CONNECTOR REQUEST] <title>"
body:
- type: input
id: end-service-name
attributes:
label: Name of the end service.
placeholder: |
Enter the name of the end service.
validations:
required: true
- type: textarea
id: potential-use-cases
attributes:
label: Describe the potential use cases for this connector
validations:
required: true
- type: textarea
id: helpful-triggers-actions
attributes:
label: What would be the most helpful actions and triggers for this connector?
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
placeholder: |
Add any other context about this new connector.
validations:
required: true
| 25.272727 | 83 | 0.71223 |
fe02ac994a1bbf626ad54df936a4a9a952588e4a | 139 | yml | YAML | _config.yml | goropikari/PlotsGallery.jl | 9a3c901adfef097f86baa029af4b529b8b6cc302 | [
"MIT"
] | 48 | 2018-12-20T12:33:18.000Z | 2022-03-21T00:46:34.000Z | _config.yml | goropikari/JuliaPlotsGallery.jl | 367fca5dbca42a90d1f28e3b5aae1652e3ce4f3b | [
"MIT"
] | 1 | 2021-12-08T15:39:49.000Z | 2021-12-09T11:01:09.000Z | _config.yml | goropikari/JuliaPlotsGallery.jl | 367fca5dbca42a90d1f28e3b5aae1652e3ce4f3b | [
"MIT"
] | 8 | 2019-03-19T22:21:46.000Z | 2022-02-13T11:42:32.000Z | theme: jekyll-theme-cayman
title: [Julia Plots Gallery]
description: [These figures are made by Plots.jl]
google_analytics: UA-112840751-1
| 27.8 | 49 | 0.798561 |
eac15f3ee2276f729226b66dab651308e44e6e31 | 797 | yml | YAML | docker-compose.yml | dmexe/telemetry | 3a09f1b3cf97a2d46d265dfb1e46c44986cd5246 | [
"Apache-2.0"
] | null | null | null | docker-compose.yml | dmexe/telemetry | 3a09f1b3cf97a2d46d265dfb1e46c44986cd5246 | [
"Apache-2.0"
] | null | null | null | docker-compose.yml | dmexe/telemetry | 3a09f1b3cf97a2d46d265dfb1e46c44986cd5246 | [
"Apache-2.0"
] | null | null | null | version: "2"
services:
zk:
image: "zookeeper:3.4"
ports:
- "2181:2181"
kafka:
image: "wurstmeister/kafka:0.10.2.0"
environment:
KAFKA_ZOOKEEPER_CONNECT: "zk:2181"
KAFKA_ADVERTISED_HOST_NAME: "kafka"
KAFKA_ADVERTISED_PORT: "9092"
ports:
- "9092:9092"
depends_on:
- "zk"
mysql:
image: "mariadb:10.1"
ports:
- "3306:3306"
environment:
MYSQL_ROOT_PASSWORD: "root"
volumes:
- "./var/mysql:/var/lib/mysql"
tests:
image: "openjdk:8-jdk"
command: "./gradlew clean build --parallel"
working_dir: "/telemetry"
environment:
GRADLE_USER_HOME: "/gradle"
KAFKA_SERVERS: "kafka:9092"
volumes:
- "./build/docker/.gradle:/gradle"
- "./:/telemetry"
depends_on:
- "kafka"
| 19.439024 | 47 | 0.595985 |
89ba707d75a3cff908db77a5012cebb92e5b0e52 | 254 | yml | YAML | docker-compose.yml | c-a-p-engineer/Hugo | ec6d3fa4a1624ec0b09b896a3479f2d3abbb2d93 | [
"MIT"
] | null | null | null | docker-compose.yml | c-a-p-engineer/Hugo | ec6d3fa4a1624ec0b09b896a3479f2d3abbb2d93 | [
"MIT"
] | null | null | null | docker-compose.yml | c-a-p-engineer/Hugo | ec6d3fa4a1624ec0b09b896a3479f2d3abbb2d93 | [
"MIT"
] | null | null | null | version: '3'
services:
hugo:
image: klakegg/hugo:0.74.3-ubuntu
container_name: hugo
volumes:
- ".:/src"
entrypoint: bash
ports:
- "1313:1313"
tty: true
working_dir: /src | 21.166667 | 41 | 0.480315 |
64b87e47ee7be9b75b2a1c7ddcee17081e12c79c | 115 | yaml | YAML | pydis_site/apps/resources/resources/reading/_category_info.yaml | ethansocal/site | b3d7265e913b5b09729a9ff5bd83a55e8b0ea0fc | [
"MIT"
] | 700 | 2018-11-17T15:56:51.000Z | 2022-03-30T22:53:17.000Z | pydis_site/apps/resources/resources/reading/_category_info.yaml | ethansocal/site | b3d7265e913b5b09729a9ff5bd83a55e8b0ea0fc | [
"MIT"
] | 542 | 2018-11-17T13:39:42.000Z | 2022-03-31T11:24:00.000Z | pydis_site/apps/resources/resources/reading/_category_info.yaml | ethansocal/site | b3d7265e913b5b09729a9ff5bd83a55e8b0ea0fc | [
"MIT"
] | 178 | 2018-11-21T09:06:56.000Z | 2022-03-31T07:43:28.000Z | description: Books and tutorials related to Python and popular third-party libraries and frameworks.
name: Reading
| 38.333333 | 100 | 0.834783 |
ce0cc20a7b78678602ceae72a3fece5381becc55 | 869 | yml | YAML | _config.yml | yangzekai/yangzekai.github.io | 14d9d6ae5296d909e4044277aeca722aa42c40c0 | [
"MIT"
] | null | null | null | _config.yml | yangzekai/yangzekai.github.io | 14d9d6ae5296d909e4044277aeca722aa42c40c0 | [
"MIT"
] | null | null | null | _config.yml | yangzekai/yangzekai.github.io | 14d9d6ae5296d909e4044277aeca722aa42c40c0 | [
"MIT"
] | null | null | null | # user variables, change this to make custom site.
name: 杨泽楷的技术博客
desc: 杨泽楷的技术博客
author:
name: Yann
avatar: /yangzekai.github.io/images/daa1cc36ed2ab0d13045d5cd2431cde9?s=320
profile: |
杨泽楷的技术博客
socials:
facebook:
twitter:
google-plus:
github: //github.com/yangzekai
stack-overflow:
instagram:
pinterest:
steam:
license: MIT License
# theme variables, change this to make site looks best.
baseurl: /yangzekai.github.io
paginate: 10
# system variables, do not change unless you knew what's it does.
paginate_path: page/:num
highlighter: pygments
markdown: redcarpet
redcarpet:
extensions: ["tables"]
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "default"
- scope:
path: ""
type: "posts"
values:
layout: "post"
sass:
sass_dir: _sass
style: compressed
| 17.734694 | 76 | 0.673188 |
1c70f9450ba7b71f2289fdd76f52c65f30661ea2 | 136 | yml | YAML | src/main/resources/plugin.yml | videosambo/vsPluginFramework | 5dedac73dace9a787ef060c5de959ec3106d6c05 | [
"MIT"
] | null | null | null | src/main/resources/plugin.yml | videosambo/vsPluginFramework | 5dedac73dace9a787ef060c5de959ec3106d6c05 | [
"MIT"
] | null | null | null | src/main/resources/plugin.yml | videosambo/vsPluginFramework | 5dedac73dace9a787ef060c5de959ec3106d6c05 | [
"MIT"
] | null | null | null | main: fi.videosambo.pluginFramework.spigot.Main
name: vsPluginFramework
author: videosambo
version: ${project.version}
api-version: 1.16 | 27.2 | 47 | 0.823529 |
20c5d1754c53658710cee3cf622f3d7412f0d82c | 531 | yml | YAML | tasks/main.yml | stone-payments/ansible-planb | c90edb4933225d3daf43a356ada6a89095fb134d | [
"MIT"
] | 2 | 2017-09-23T18:57:39.000Z | 2019-06-04T17:30:03.000Z | tasks/main.yml | stone-payments/ansible-planb | c90edb4933225d3daf43a356ada6a89095fb134d | [
"MIT"
] | null | null | null | tasks/main.yml | stone-payments/ansible-planb | c90edb4933225d3daf43a356ada6a89095fb134d | [
"MIT"
] | null | null | null | ---
- name: install dependencies
package:
name: python-docker-py
state: present
- name: planb container
docker_container:
name: "{{ planb_container_name }}"
image: "{{ planb_container_image }}"
state: "{{ planb_container_state }}"
network_mode: "{{ planb_container_network_mode }}"
restart_policy: "{{ planb_container_restart_policy }}"
log_driver: "{{ planb_container_log_driver }}"
log_options: "{{ planb_container_log_options }}"
command: "{{ planb_container_cmd }}"
| 31.235294 | 59 | 0.666667 |
1f1ad3b794e25e1a47c591c8d03ade376232ee47 | 33,699 | yml | YAML | swagger.yml | Urmass/swagger-ghp | e4e288b6be2cb140c13d9a9ec3044140d73bc04c | [
"Unlicense"
] | null | null | null | swagger.yml | Urmass/swagger-ghp | e4e288b6be2cb140c13d9a9ec3044140d73bc04c | [
"Unlicense"
] | 1 | 2022-01-22T10:37:19.000Z | 2022-01-22T10:37:19.000Z | swagger.yml | Urmass/swagger-ghp | e4e288b6be2cb140c13d9a9ec3044140d73bc04c | [
"Unlicense"
] | null | null | null | openapi: 3.0.1
info:
title: Heals BE 2.0 Appointment API
description: >-
API specification for eHealth Transaction API
- Query parameters - Multiple values for the same parameter name are passed
as separate params, i.e. /Appointment?date=ge2010-01-01&date=le2011-12-31
contact: {}
version: v0.0.18
servers:
- url: /fhir
variables: {}
tags:
- name: PractitionerRole
description: >-
Please check
'[PractitionerRole](https://www.hl7.org/fhir/practitionerrole.html)'
specification.
paths:
/PractitionerRole:
get:
summary: Search PractitionerRoles
tags:
- PractitionerRole
description: >-
This endpoint is used to search for PractitionRoles. Related resources
like the Location, Practiotioner, Organization, etc. might also be
returned by this endpoint.
operationId: SubmitTransaction
parameters:
- name: _include
in: query
description: The resources to include into response.
required: false
schema:
type: string
enum:
- Practitioner
- Organization
example: Practitioner
- name: _revinclude
in: query
description: The resources to include into response (reverse include).
required: false
schema:
type: string
enum:
- Location.managingOrganization
example: Location.managingOrganization
- name: northeast-longitude
in: query
description: The northeast longtitude.
required: false
schema:
type: number
format: double
example: 114.1858
- name: northeast-latitude
in: query
description: The northeast latitude.
required: false
schema:
type: number
format: double
example: 114.1858
- name: southwest-longitude
in: query
description: The southwest longtitude.
required: false
schema:
type: number
format: double
example: 114.1858
- name: southwest-latitude
in: query
description: The southwest latitude.
required: false
schema:
type: number
format: double
example: 114.1858
- name: Practitioner.specialty
in: query
description: The practitioner specialty.
required: false
schema:
type: string
example: >-
http://healshealthcare.com/fhir/CodeSystem/practitioner-specialty|family-doctor
- name: Content-Type
in: header
description: The content type.
required: true
schema:
type: string
example: application/json
responses:
'200':
description: Content-Type.
headers:
Content-Type:
schema:
type: string
example: application/json
content:
application/json:
schema:
$ref: '#/components/schemas/Bundle'
examples:
successful:
$ref: '#/components/examples/Bundle'
'400':
description: Bad Request.
content:
application/json:
schema:
$ref: '#/components/schemas/OperationOutcome'
example:
resourceType: OperationOutcome
issue:
- code: MSG_PARAM_UNKNOWN
details:
coding:
- system: >-
http:/healthhealthcare.com/fhir/ValueSet/operation-outcome
code: structure
text: Unrecognized query parameter "other"
components:
schemas:
OperationOutcome:
description: >-
See FHIR
'[OperationOutcome](https://www.hl7.org/fhir/operationoutcome.html)'
type: object
properties:
resourceType:
type: string
minLength: 1
issue:
type: array
uniqueItems: true
minItems: 1
items:
required:
- severity
- code
properties:
severity:
type: string
minLength: 1
description: Issue severity.
code:
type: string
minLength: 1
description: Error or warning code.
details:
$ref: '#/components/schemas/CodeableConcept'
description: Additional diagnostic information about the issue
description: Issues associated with the action
required:
- resourceType
example:
resourceType: OperationOutcome
issue:
- severity: error
code: structure
details:
coding:
- system: 'http://ehealth.ua/fhir/ValueSet/operation-outcome'
code: structure
text: >-
Profile
http://ehealth.ua/fhir/StructureDefinition/TransactionBundle,
Element 'entry': minimum required = 1, but only found 0
Quantity:
title: Quantity
type: object
properties:
value:
type: number
example: 0
comparator:
type: string
example: '>'
unit:
type: string
description: for future use
example: mg
system:
type: string
example: eHealth/units
code:
type: string
example: mg
required:
- value
- system
- code
example:
value: 0
comparator: '>'
unit: mg
system: eHealth/units
code: mg
Range:
title: Range
type: object
properties:
low:
$ref: '#/components/schemas/Quantity'
high:
$ref: '#/components/schemas/Quantity'
Period:
title: Period
description: 'See FHIR ''[Period](https://www.hl7.org/fhir/datatypes.html#Period)'''
type: object
properties:
start:
type: string
format: datetime
description: Starting time with inclusive boundary.
end:
type: string
format: datetime
description: 'End time with inclusive boundary, if not ongoing.'
Meta:
title: Meta
description: 'See FHIR ''[Meta](https://www.hl7.org/fhir/resource.html#Meta)'''
type: object
properties:
profile:
type: array
items:
type: string
description: The StructureDefinition to validate against.
required:
- profile
Identifier:
title: Identifier
description: >-
See FHIR
'[Identifier](https://www.hl7.org/fhir/datatypes.html#Identifier)'.
Custom profile for Identifier is used - system and value are required.
type: object
properties:
system:
type: string
description: The namespace for the identifier value.
value:
type: string
description: The value that is unique.
required:
- system
- value
Reference:
title: Reference
description: >-
See FHIR
'[Reference](https://www.hl7.org/fhir/references.html#Reference)'.
Reference should be either literal ("reference" is required), or logical
("identifier" is required)
type: object
properties:
reference:
type: string
description: 'Literal reference, Relative, internal or absolute URL.'
type:
type: string
description: Type the reference refers to (e.g. "Observation")
identifier:
$ref: '#/components/schemas/Identifier'
required:
- reference
example:
reference: >-
http://ehealth.ua/fhir/Observation/9183a36b-4d45-4244-9339-63d81cd08d9c
type: Observation
CodeableConcept:
title: CodeableConcept
description: >-
See FHIR
'[CodeableConcept](https://www.hl7.org/fhir/datatypes.html#CodeableConcept)'
type: object
properties:
coding:
type: array
items:
$ref: '#/components/schemas/Coding'
description: ''
text:
type: string
required:
- coding
Coding:
title: Coding
description: 'See FHIR ''[Coding](https://www.hl7.org/fhir/datatypes.html#Coding)'''
type: object
properties:
system:
type: string
description: Identity of the terminology system
code:
type: string
description: Symbol in syntax defined by the system
required:
- system
- code
example:
system: eHealth/encounter_classes
code: AMB
Encounter:
title: Encounter
description: 'See FHIR ''[Encounter](https://www.hl7.org/fhir/encounter.html)'''
required:
- meta
- resourceType
- id
- class
- subject
- status
type: object
properties:
resourceType:
type: string
description: The resource type.
id:
type: string
description: Id of the resource.
meta:
type: object
properties:
profile:
type: array
items:
$ref: '#/components/schemas/Reference'
status:
type: string
description: >-
CodeSystem
http://ehealth.edenlabllc.com/CodeSystem/eHealth/encounter_statuses
class:
$ref: '#/components/schemas/Coding'
date:
type: string
format: datetime
subject:
$ref: '#/components/schemas/Reference'
participant:
type: array
items:
type: object
properties:
type:
$ref: '#/components/schemas/CodeableConcept'
period:
$ref: '#/components/schemas/Period'
individual:
$ref: '#/components/schemas/Reference'
episodeOfCare:
$ref: '#/components/schemas/Reference'
basedOn:
$ref: '#/components/schemas/Reference'
type:
$ref: '#/components/schemas/CodeableConcept'
serviceProvider:
$ref: '#/components/schemas/Reference'
diagnoses:
type: array
items:
type: object
properties:
condition:
$ref: '#/components/schemas/Reference'
use:
$ref: '#/components/schemas/CodeableConcept'
rank:
type: number
description: Ranking of the diagnosis. Max value = 10 (for each role type)
description: The list of diagnosis relevant to this encounter
location:
$ref: '#/components/schemas/Reference'
hospitalization:
type: object
properties:
admitSource:
$ref: '#/components/schemas/CodeableConcept'
reAdmission:
$ref: '#/components/schemas/CodeableConcept'
priority:
$ref: '#/components/schemas/CodeableConcept'
example:
resourceType: Encounter
meta:
profile:
- 'http://ehealth.ua/fhir/StructureDefinition/Encounter'
id: 465fb6fe-2dea-4b8a-9ef7-58379d1eaab0
subject:
identifier:
system: 'https://ehealth.ua/MPI'
value: f1ee0439-79be-4371-bf61-0b9066525233
participant:
- type:
coding:
- system: 'http://ehealth.edenlabllc.com/CodeSystem/participant-type'
code: PPRF
individual:
identifier:
system: 'https://ehealth.ua/Employees'
value: 7ff2dc86-d6a6-4989-9682-333638f8344e
status: finished
date: 2018-08-02T10:45:16.000Z
episodeOfCare:
reference: >-
http://ehealth.ua/fhir/EpisodeOfCare/9183a36b-4d45-4244-9339-63d81cd08d9c
basedOn:
reference: >-
http://ehealth.ua/fhir/ServiceRequest/9183a36b-4d45-4244-9339-63d81cd08d9c
class:
system: 'http://ehealth.ua/fhir/CodeSystem/eHealth/encounter_classes'
code: PHC
type:
coding:
- system: 'http://ehealth.ua/fhir/CodeSystem/eHealth/encounter_types'
code: field
serviceProvider:
reference: >-
http://ehealth.ua/fhir/Organization/9183a36b-4d45-4244-9339-63d81cd08d9c
diagnoses:
- condition:
reference: >-
http://ehealth.ua/fhir/Condition/9183a36b-4d45-4244-9339-63d81cd08d9c
use:
coding:
- system: 'http://ehealth.ua/fhir/CodeSystem/eHealth/diagnosis_roles'
code: primary
rank: 1
location:
reference: 'http://ehealth.ua/fhir/Location/9183a36b-4d45-4244-9339-63d81cd08d9c'
hospitalization:
admitSource:
coding:
- system: >-
http://ehealth.ua/fhir/CodeSystem/eHealth/encounter_admit_source
code: EMD
reAdmission:
coding:
- system: >-
http://ehealth.edenlabllc.com/CodeSystem/eHealth/diagnosis_readmission
code: R
priority:
coding:
- system: >-
http://ehealth.edenlabllc.com/CodeSystem/eHealth/encounter_priority
code: R
HumanName:
title: HumanName
description: >-
See FHIR
'[HumanName](https://www.hl7.org/fhir/datatypes.html#HumanName)'
required:
- use
type: object
properties:
use:
type: string
enum:
- usual
- official
- temp
- nickname
- anonymous
- old
- maiden
description: 'CodeSystem - http://hl7.org/fhir/name-use'
Practitioner:
title: Practitioner
description: 'See FHIR ''[Practitioner](https://www.hl7.org/fhir/practitioner.html)'''
required:
- id
- meta
- resourceType
- name
type: object
properties:
resourceType:
type: string
id:
type: string
meta:
type: object
properties:
profile:
type: array
items:
$ref: '#/components/schemas/Reference'
name:
$ref: '#/components/schemas/HumanName'
Condition:
title: Condition
description: 'See FHIR ''[Condition](https://www.hl7.org/fhir/condition.html)'''
required:
- id
- resourceType
- encounter
- recorder
- asserter
- code
- onsetDate
type: object
properties:
resourceType:
type: string
example: Condition
meta:
type: object
properties:
profile:
type: array
items:
$ref: '#/components/schemas/Reference'
id:
type: string
example: 90a9e15b-b71b-4caf-8f2e-ff247e8a5600
subject:
$ref: '#/components/schemas/Reference'
recorder:
$ref: '#/components/schemas/Reference'
asserter:
$ref: '#/components/schemas/Reference'
code:
$ref: '#/components/schemas/CodeableConcept'
clinicalStatus:
$ref: '#/components/schemas/CodeableConcept'
verificationStatus:
$ref: '#/components/schemas/CodeableConcept'
severity:
$ref: '#/components/schemas/CodeableConcept'
bodySites:
type: array
items:
$ref: '#/components/schemas/CodeableConcept'
description: ''
onsetDate:
type: string
example: 2018-10-08T09:46:37.694Z
recordedDate:
type: string
example: 2018-10-08T09:46:37.694Z
stage:
type: object
properties:
summary:
$ref: '#/components/schemas/CodeableConcept'
required:
- summary
evidence:
type: array
items:
type: object
properties:
code:
type: array
items:
$ref: '#/components/schemas/CodeableConcept'
description: ''
detail:
type: array
items:
$ref: '#/components/schemas/Reference'
description: Supporting evidence
example:
resourceType: Condition
meta:
profile:
- 'http://ehealth.ua/fhir/StructureDefinition/Condition'
id: 90a9e15b-b71b-4caf-8f2e-ff247e8a5600
subject:
identifier:
system: 'https://ehealth.ua/MPI'
value: f1ee0439-79be-4371-bf61-0b9066525233
recorder:
identifier:
system: 'https://ehealth.ua/Employees'
value: 7ff2dc86-d6a6-4989-9682-333638f8344e
asserter:
identifier:
system: 'https://ehealth.ua/Employees'
value: 7ff2dc86-d6a6-4989-9682-333638f8344e
encounter:
reference: >-
http://ehealth.ua/fhir/Encounter/9183a36b-4d45-4244-9339-63d81cd08d9c
code:
coding:
system: 'http://ehealth.ua/fhir/CodeSystem/ICD10'
code: A00.0
clinicalStatus:
coding:
system: >-
http://ehealth.ua/fhir/CodeSystem/eHealth/condition_clinical_statuses
code: active
verificationStatus:
coding:
system: >-
http://ehealth.ua/fhir/CodeSystem/eHealth/condition_verification_statuses
code: confirmed
severity:
coding:
system: 'http://ehealth.ua/fhir/CodeSystem/eHealth/condition_severities'
code: mild
bodySite:
coding:
system: 'http://ehealth.ua/fhir/CodeSystem/eHealth/body_sites'
code: 106004
onsetDateTime: 2018-10-08T09:46:37.694Z
recordedDate: 2018-10-08T09:46:37.694Z
stage:
summary:
coding:
system: 'http://ehealth.ua/fhir/CodeSystem/eHealth/condition_stages'
code: 260998006
evidences:
code:
coding:
system: 'http://ehealth.ua/fhir/CodeSystem/eHealth/ICPC2/reasons'
code: B41
detail:
reference: >-
http://ehealth.ua/fhir/Observation/9183a36b-4d45-4244-9339-63d81cd08d9c
ContactPoint:
title: ContactPoint
description: >-
See FHIR
'[ContactPoint](https://www.hl7.org/fhir/datatypes.html#ContactPoint)'
type: object
properties:
system:
type: string
enum:
- phone
- fax
- email
- pager
- url
- sms
- other
description: >-
[ContactPointSystem](https://www.hl7.org/fhir/valueset-contact-point-system.html)
value:
type: string
description: The actual contact point details.
use:
type: string
enum:
- home
- work
- temp
- old
- mobile
description: >-
[ContactPointUse](https://www.hl7.org/fhir/valueset-contact-point-use.html)
rank:
type: integer
description: Specify preferred order of use (1 = highest).
period:
$ref: '#/components/schemas/Period'
ContactDetail:
title: ContactDetail
description: >-
See FHIR
'[ContactDetail](https://www.hl7.org/fhir/metadatatypes.html#ContactDetail)'
type: object
properties:
name:
type: string
description: Name of an individual to contact.
telecom:
$ref: '#/components/schemas/ContactPoint'
UsageContext:
title: UsageContext
description: >-
See FHIR
'[UsageContext](https://www.hl7.org/fhir/metadatatypes.html#UsageContext)'
type: object
properties:
code:
$ref: '#/components/schemas/Coding'
valueCodeableConcept:
$ref: '#/components/schemas/CodeableConcept'
valueQuantity:
$ref: '#/components/schemas/Quantity'
valueRange:
$ref: '#/components/schemas/Range'
valueReference:
$ref: '#/components/schemas/Reference'
ElementDefinition:
title: ElementDefinition
type: object
description: >-
See FHIR
'[ElementDefinition](http://www.hl7.org/fhir/elementdefinition.html#ElementDefinition)'
required:
- path
properties:
path:
type: string
description: Path of the element in the hierarchy of elements.
StructureDefinition:
title: StructureDefinition
description: >-
See FHIR
'[StructureDefinition](http://www.hl7.org/fhir/structuredefinition.html)'
and '[profiling](https://www.hl7.org/fhir/profiling.html)'
required:
- meta
- resourceType
- id
- url
- name
- status
- kind
- abstract
- type
type: object
properties:
resourceType:
type: string
description: The resource type.
id:
type: string
description: Id of the resource.
meta:
type: object
properties:
profile:
type: array
items:
$ref: '#/components/schemas/Reference'
url:
type: string
description: >-
Canonical identifier for this structure definition, represented as a
URI (globally unique).
identifier:
type: string
description: Additional identifier for the structure definition.
version:
type: string
description: Business version of the structure definition.
name:
type: string
description: Name for this structure definition (computer friendly).
title:
type: string
description: Name for this structure definition (human friendly).
status:
type: string
enum:
- draft
- active
- retired
- unknown
description: The pulication status.
expertimental:
type: boolean
description: 'For testing purposes, not real usage.'
date:
type: string
format: datetime
description: Date last changed.
publisher:
type: string
description: Name of the publisher (organization or individual).
contactDetail:
type: array
items:
$ref: '#/components/schemas/ContactDetail'
description: Contact details for the publisher
description:
type: string
description: Natural language description of the structure definition.
useContext:
type: array
items:
$ref: '#/components/schemas/UsageContext'
description: The context that the content is intended to support.
jurisdiction:
$ref: '#/components/schemas/CodeableConcept'
purpose:
type: string
description: Why this structure definition is defined.
copyright:
type: string
description: Use and/or publishing restrictions.
keyword:
type: array
items:
$ref: '#/components/schemas/Coding'
description: >-
Assist with indexing and finding. System -
[UseCodes](http://www.hl7.org/fhir/valueset-definition-use.html).
fhirVersion:
type: string
description: >-
FHIR Version this StructureDefinition targets. ValueSet -
[FHIRVersion](http://www.hl7.org/fhir/valueset-FHIR-version.html).
mapping:
type: object
description: External specification that the content is mapped to.
properties:
identity:
type: string
description: Internal id when this mapping is used.
uri:
type: string
description: Identifies what this mapping refers to.
name:
type: string
description: Names what this mapping refers to.
comment:
type: string
description: 'Versions, Issues, Scope limitations etc.'
kind:
type: string
enum:
- primitive-type
- complex-type
- resource
- logical
description: >-
[Structure Definition
Kind](http://www.hl7.org/fhir/valueset-structure-definition-kind.html)
required:
- kind
abstract:
type: boolean
description: Whether the structure is abstract.
context:
type: object
description: 'If an extension, where it can be used in instances.'
required:
- type
- expression
properties:
type:
type: string
enum:
- fhirpath
- element
- extension
description: >-
[ExtensionContextType](http://www.hl7.org/fhir/valueset-extension-context-type.html)
expression:
type: string
description: Where the extension can be used in instances.
contextInvariants:
type: string
description: FHIRPath invariants - when the extension can be used.
type:
type: string
description: >-
Type defined or constrained by this structure.
[DefinedTypes](http://www.hl7.org/fhir/valueset-defined-types.html)
baseDefinition:
type: string
description: Definition that this type is constrained/specialized from.
derivation:
type: string
enum:
- specialization
- constraint
description: >-
How relates to base definition.
[TypeDerivationRule](http://www.hl7.org/fhir/valueset-type-derivation-rule.html).
snapshot:
type: object
description: Snapshot view of the structure.
required:
- element
properties:
element:
description: >-
Definition of elements in the resource (if no
StructureDefinition).
type: array
items:
$ref: '#/components/schemas/ElementDefinition'
differential:
type: object
description: Differential view of the structure.
required:
- element
properties:
element:
description: >-
Definition of elements in the resource (if no
StructureDefinition).
type: array
items:
$ref: '#/components/schemas/ElementDefinition'
Bundle:
title: Bundle
description: 'See FHIR ''[Bundle](https://www.hl7.org/fhir/bundle.html)'''
required:
- meta
- resourceType
- type
- total
- entry
type: object
properties:
resourceType:
type: string
type:
type: string
enum:
- searchset
description: The bundle type.
total:
type: integer
description: The total number of matches.
meta:
$ref: '#/components/schemas/Meta'
entry:
description: Entries (resources) in the bundle.
type: array
minItems: 0
items:
type: object
properties:
fullUrl:
type: string
description: URI for resource (Absolute URL server address).
resource:
oneOf:
- $ref: '#/components/schemas/Encounter'
- $ref: '#/components/schemas/Location'
search:
description: Search related information.
type: object
properties:
mode:
type: string
description: Why this is in the result set.
required:
- match
- include
- outcome
score:
type: number
format: float
description: Search ranking (between 0 and 1).
Location:
title: Location
description: 'See FHIR ''[Location](https://www.hl7.org/fhir/location.html)'''
required:
- id
- resourceType
- meta
type: object
properties:
resourceType:
type: string
example: Condition
meta:
type: object
properties:
profile:
type: array
items:
$ref: '#/components/schemas/Reference'
id:
type: string
description: The primary id
managingOrganization:
$ref: '#/components/schemas/Reference'
position:
type: object
description: The absolute geographic location
required:
- longtitude
- latitude
properties:
longitude:
type: number
format: double
description: Longitude with WGS84 datum
latitude:
type: number
format: double
description: Latitude with WGS84 datum
Organization:
title: Organization
description: 'See FHIR ''[Organization](https://www.hl7.org/fhir/location.html)'''
required:
- id
- resourceType
- meta
type: object
properties:
resourceType:
type: string
example: Condition
meta:
type: object
properties:
profile:
type: array
items:
$ref: '#/components/schemas/Reference'
id:
type: string
description: The primary id
name:
type: string
description: Name used for the organization
examples:
Location:
value:
resourceType: Location
meta:
profile:
- 'http://healshealthcare.com/fhir/StructureDefinition/Location'
id: 90a9e15b-b71b-4caf-8f2e-ff247e8a5600
managingOrganization:
reference: >-
http://healshealthcare.com/fhir/Organization/9183a36b-4d45-4244-9339-63d81cd08d9c
position:
longtitude: 114.1858
latitude: 22.2772
Organization:
value:
resourceType: Organization
meta:
profile:
- 'http://healshealthcare.com/fhir/StructureDefinition/Organization'
id: 9183a36b-4d45-4244-9339-63d81cd08d9c
name:
longtitude: 114.1858
latitude: 22.2772
PractitionerRole:
value:
resourceType: PractitionerRole
meta:
profile:
- >-
http://healshealthcare.com/fhir/StructureDefinition/PractitionerRole
id: 90a9e15b-b71b-4caf-8f2e-ff247e8a5600
organization:
reference: >-
http://healshealthcare.com/fhir/Organization/9183a36b-4d45-4244-9339-63d81cd08d9c
practitioner:
reference: >-
http://healshealthcare.com/fhir/Practitioner/465fb6fe-2dea-4b8a-9ef7-58379d1eaab0
Practitioner:
value:
resourceType: Practitioner
meta:
profile:
- 'http://healshealthcare.com/fhir/StructureDefinition/Organization'
id: 465fb6fe-2dea-4b8a-9ef7-58379d1eaab0
name:
use: official
family: Doe
given:
- John
suffix:
- MD
Bundle:
value:
resourceType: Bundle
type: searchset
meta:
profile:
- >-
http://healshealthcare.com/fhir/StructureDefinition/searchset-bundle
entry:
- resource:
$ref: '#/components/examples/Location/value'
search:
mode: match
score: 1
- resource:
$ref: '#/components/examples/Organization/value'
search:
mode: match
score: 1
- resource:
$ref: '#/components/examples/Practitioner/value'
search:
mode: match
score: 1
| 30.803473 | 100 | 0.528354 |
c9d1c3dfe27a24a7edc182ffd32991a62ebbc737 | 1,306 | yaml | YAML | pre_generated_data/optimization_cache/representation/Angha_small/extr_zfs_ioctl_zfs_ioc_recv.yaml | ComputerSystemsLab/OptimizationCache | 9c30ae120673e57b772ea42e29e087f775aa9de9 | [
"Apache-2.0"
] | 2 | 2021-03-11T00:46:25.000Z | 2021-07-08T16:44:58.000Z | pre_generated_data/optimization_cache/representation/Angha_small/extr_zfs_ioctl_zfs_ioc_recv.yaml | ComputerSystemsLab/OptimizationCache | 9c30ae120673e57b772ea42e29e087f775aa9de9 | [
"Apache-2.0"
] | null | null | null | pre_generated_data/optimization_cache/representation/Angha_small/extr_zfs_ioctl_zfs_ioc_recv.yaml | ComputerSystemsLab/OptimizationCache | 9c30ae120673e57b772ea42e29e087f775aa9de9 | [
"Apache-2.0"
] | null | null | null | f01_totalBasicBlocks: 12
f02_oneSuccessor: 6
f03_twoSuccessor: 5
f04_greaterTwoSuccessor: 0
f05_onePredecessor: 6
f06_twoPredecessor: 5
f07_greaterTwoPredecessor: 0
f08_onePredSuc: 4
f09_onePred_twoSuc: 2
f10_twoPred_oneSuc: 2
f11_twoPredSuc: 2
f12_greaterTwoPredSuc: 0
f13_instructionLess15: 12
f14_instructionInterval: 0
f15_instructionGreater500: 0
f16_numOfEdges: 16
f17_numOfCriticalEdges: 4
f18_abnormalEdge: 0
f19_directCalls: 4
f20_condBranch: 5
f21_assigmentInstructions: 22
f22_uncondBranch: 6
f23_numOfIntOperations: 0
f24_numOfFloatOperations: 0
f25_numInstructions: 37
f26_instructionAverage: 3.083333
f27_averagePhi: 0.08333334
f28_averagePhiArgs: 2.0
f29_blockWithoutPhi: 11
f30_blockPhiIntervalNodes: 12
f31_blockPhiGreater3Nodes: 0
f32_blocksPhiGreater5Arg: 0
f33_blocksPhiIntervalArg: 1
f34_numOfSwitchInstruction: 0
f35_numOfUnaryOperations: 0
f36_ptrArithmetic: 0
f37_indirectRefs: 1
f38_addresVar: 1
f39_addressFunction: 0
f40_indirectCalls: 0
f41_leftOpIntConst: 0
f42_oneOperandConst: 0
f43_callArgPtrType: 0
f44_call4args: 0
f45_ptrRetCallType: 0
f46_intRetCallType: 4
f47_constInt0: 4
f48_constInt32bits: 4
f49_constInt1: 0
f50_constInt64bits: 0
f51_numRefeOfLocalVar: 23
f52_defUseCounter: 6
f53_refLocalVariable: 20
f54_refExterVariable: 4
f55_localPtrVar: 5
f56_staticPtrVar: 0
| 22.912281 | 32 | 0.869066 |
a081035995d450d4a068da68025544612bbfc62d | 332 | yaml | YAML | util/ObjectArchive/Home/.world-state/1676822818.yaml | Gurkenglas/rumpus | aff01b868d6dcb5a1270e25041eaba966da85572 | [
"BSD-3-Clause"
] | 133 | 2016-07-04T16:30:02.000Z | 2021-08-23T14:46:55.000Z | util/ObjectArchive/Home/.world-state/1676822818.yaml | Gurkenglas/rumpus | aff01b868d6dcb5a1270e25041eaba966da85572 | [
"BSD-3-Clause"
] | 9 | 2016-07-06T06:28:30.000Z | 2018-02-25T20:07:07.000Z | util/ObjectArchive/Home/.world-state/1676822818.yaml | Gurkenglas/rumpus | aff01b868d6dcb5a1270e25041eaba966da85572 | [
"BSD-3-Clause"
] | 11 | 2016-07-06T06:36:50.000Z | 2021-06-26T02:03:44.000Z | Size:
- 0.1
- 0.1
- 0.1
Color:
- 0.94
- 0.9328223
- 0.66
- 1
Body: Animated
Pose:
- - -0.93552744
- 4.6262443e-3
- -0.3532244
- -0.8376058
- - -0.3501149
- 0.12087709
- 0.92887485
- 3.726961
- - 4.699397e-2
- 0.9926568
- -0.11146438
- 9.016314
- - 0.0
- 0.0
- 0.0
- 1
Shape: Cube
| 11.448276 | 17 | 0.490964 |
165f9774f35f74402174fc2f3fef06386a35de7f | 326 | yml | YAML | tasks/setup.yml | winterheart/maxmind-geoipupdate | be7d40777e468a9150870e6e4299dc6c8dab5433 | [
"MIT"
] | null | null | null | tasks/setup.yml | winterheart/maxmind-geoipupdate | be7d40777e468a9150870e6e4299dc6c8dab5433 | [
"MIT"
] | null | null | null | tasks/setup.yml | winterheart/maxmind-geoipupdate | be7d40777e468a9150870e6e4299dc6c8dab5433 | [
"MIT"
] | null | null | null | ---
- name: Install Maxmind GeoIP packages
package:
name: '{{ maxmind_package }}'
state: present
- name: Gather package facts
package_facts:
manager: 'auto'
- name: Save {{ maxmind_package }} info
set_fact:
maxmind_package: "{{ ansible_facts.packages[item][0] }}"
with_items: '{{ maxmind_package }}'
| 21.733333 | 60 | 0.662577 |
46c3706c3e1b17213223158f717c6c65373d05b3 | 257 | yaml | YAML | kubernetes/config/west/model-server-pv.yaml | Hongbo-Miao/hongbomiao.com | d1ae08e84cca3dec389b04db95737389078133f2 | [
"MIT"
] | 104 | 2019-08-09T21:27:48.000Z | 2022-03-29T11:58:36.000Z | kubernetes/config/west/model-server-pv.yaml | Hongbo-Miao/hongbomiao.com | d1ae08e84cca3dec389b04db95737389078133f2 | [
"MIT"
] | 4,187 | 2019-08-04T08:19:36.000Z | 2022-03-31T22:43:20.000Z | kubernetes/config/west/model-server-pv.yaml | Hongbo-Miao/hongbomiao.com | d1ae08e84cca3dec389b04db95737389078133f2 | [
"MIT"
] | 19 | 2019-08-06T00:53:05.000Z | 2022-01-04T05:55:48.000Z | apiVersion: v1
kind: PersistentVolume
metadata:
name: model-server-pv
spec:
capacity:
storage: 1Gi
volumeMode: Filesystem
storageClassName: standard
accessModes:
- ReadWriteOnce
hostPath:
path: /data/model-server
type: Directory
| 17.133333 | 28 | 0.727626 |
874068f03f6851e22d359e5a4b82f711c4013f59 | 3,693 | yaml | YAML | targets/power/isa/p-v2_07/instruction_format.yaml | TheArni/microprobe | 46d17a9744b943bb448fc5e2872f3521084d8bec | [
"Apache-2.0"
] | 13 | 2018-09-06T05:16:08.000Z | 2022-03-07T23:03:46.000Z | targets/power/isa/p-v2_07/instruction_format.yaml | TheArni/microprobe | 46d17a9744b943bb448fc5e2872f3521084d8bec | [
"Apache-2.0"
] | 24 | 2018-07-10T01:56:10.000Z | 2022-02-22T22:38:25.000Z | targets/power/isa/p-v2_07/instruction_format.yaml | TheArni/microprobe | 46d17a9744b943bb448fc5e2872f3521084d8bec | [
"Apache-2.0"
] | 12 | 2018-09-06T13:58:24.000Z | 2022-01-27T21:15:39.000Z | # Copyright 2011-2021 IBM Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- Name: "VX_FORM_v06"
Description: "VX_FORM_v06 Format"
Fields:
- "opcode"
- "VT"
- "VA"
- "VB"
- "1_1"
- "PS"
- "XO_9"
Assembly: "OPC VT, VA, VB, PS"
- Name: "VX_FORM_v07"
Description: "VX_FORM_v07 Format"
Fields:
- "opcode"
- "VT"
- "VA"
- "0_5"
- "XO_11"
Assembly: "OPC VT, VA"
- Name: "VX_FORM_v08"
Description: "VX_FORM_v08 Format"
Fields:
- "opcode"
- "VT"
- "VA"
- "ST"
- "SIX"
- "XO_11"
Assembly: "OPC VT, VA, ST, SIX"
- Name: "XL_FORM_v04"
Description: "XL_FORM_v04 Format"
Fields:
- "opcode"
- "BO"
- "BI"
- "0_3"
- "BH_2"
- "XO_10"
- "LK"
Assembly: "OPC BO, BI, BH_2"
- Name: "XL_FORM_v05"
Description: "XL_FORM_v05 Format"
Fields:
- "opcode"
- "0_5"
- "0_5b"
- "0_4"
- "S_1"
- "XO_10"
- "0_1"
Assembly: "OPC S_1"
- Name: "X_FORM_v60"
Description: "X_FORM_v60 Format"
Fields:
- "opcode"
- "RTP"
- "RA_abn0"
- "RB_ai"
- "XO_10"
- "EH"
Assembly: "OPC RTP, RA_abn0, RB_ai, EH"
- Name: "X_FORM_v61"
Description: "X_FORM_v61 Format"
Fields:
- "opcode"
- "RTP"
- "RA_abn0"
- "RB_ai"
- "XO_10"
- "Rc"
Assembly: "OPC RTP, RA_abn0, RB_ai"
- Name: "X_FORM_v62"
Description: "X_FORM_v62 Format"
Fields:
- "opcode"
- "A_1"
- "0_3"
- "0_1"
- "0_5"
- "0_5b"
- "XO_10"
- "1_1"
Assembly: "OPC A_1"
- Name: "X_FORM_v63"
Description: "X_FORM_v63 Format"
Fields:
- "opcode"
- "0_5"
- "RA"
- "0_5b"
- "XO_10"
- "1_1"
Assembly: "OPC RA"
- Name: "X_FORM_v64"
Description: "X_FORM_v64 Format"
Fields:
- "opcode"
- "TO"
- "RA"
- "RB"
- "XO_10"
- "1_1"
Assembly: "OPC TO, RA, RB"
- Name: "X_FORM_v65"
Description: "X_FORM_v65 Format"
Fields:
- "opcode"
- "TO"
- "RA"
- "SI_5"
- "XO_10"
- "1_1"
Assembly: "OPC TO, RA, SI_5"
- Name: "X_FORM_v66"
Description: "X_FORM_v66 Format"
Fields:
- "opcode"
- "0_4"
- "L"
- "0_5"
- "0_5b"
- "XO_10"
- "1_1"
Assembly: "OPC L"
- Name: "X_FORM_v67"
Description: "X_FORM_v67 Format"
Fields:
- "opcode"
- "BF"
- "0_2"
- "0_5"
- "0_5b"
- "XO_10"
- "0_1"
Assembly: "OPC BF"
- Name: "X_FORM_v67b"
Description: "X_FORM_v67b Format"
Fields:
- "opcode"
- "0_4"
- "1_1"
- "RA_abn0"
- "RB_ai"
- "XO_10"
- "1_1b"
Assembly: "OPC RA_abn0, RB_ai"
- Name: "X_FORM_v67c"
Description: "X_FORM_v67c Format"
Fields:
- "opcode"
- "RS"
- "0_4"
- "L"
- "0_5"
- "XO_10"
- "0_1"
Assembly: "OPC RS, L"
- Name: "X_FORM_v68"
Description: "X_FORM_v68 Format"
Fields:
- "opcode"
- "0_4"
- "R_1"
- "0_5"
- "0_5b"
- "XO_10"
- "1_1"
Assembly: "OPC R_1"
- Name: "XFX_FORM_v06"
Description: "XFX_FORM_v06 Format"
Fields:
- "opcode"
- "RT"
- "BHRBE"
- "XO_10"
- "0_1"
Assembly: "OPC RT, BHRBE"
- Name: "XX1_FORM_v02"
Description: "XX1_FORM_v02 Format"
Fields:
- "opcode"
- "S"
- "RA"
- "0_5"
- "XO_10"
- "SX"
Assembly: "OPC RA, S"
- Name: "XX1_FORM_v03"
Description: "XX1_FORM_v03 Format"
Fields:
- "opcode"
- "T"
- "RA"
- "0_5"
- "XO_10"
- "TX"
Assembly: "OPC T, RA"
| 17.419811 | 74 | 0.581099 |
c994c53b1ec8850c4b1f3b8038ed6cabe8e3a37f | 13,352 | yml | YAML | corpus/dist/DZ6/.perlcritic_package.yml | skirmess/Dist-Zilla-Plugin-AutoPrereqs-Perl-Critic | b1ecbbc42381259716510bfc1e847687cff16723 | [
"BSD-2-Clause"
] | null | null | null | corpus/dist/DZ6/.perlcritic_package.yml | skirmess/Dist-Zilla-Plugin-AutoPrereqs-Perl-Critic | b1ecbbc42381259716510bfc1e847687cff16723 | [
"BSD-2-Clause"
] | null | null | null | corpus/dist/DZ6/.perlcritic_package.yml | skirmess/Dist-Zilla-Plugin-AutoPrereqs-Perl-Critic | b1ecbbc42381259716510bfc1e847687cff16723 | [
"BSD-2-Clause"
] | null | null | null | # The version is 99999999 to ensure that it is lower then whichever version
# of Perl::Critic is instaled.
---
distfile: P/PE/PETDANCE/Perl-Critic-99999999.tar.gz
provides:
Perl::Critic: 99999999
Perl::Critic::Annotation: 99999999
Perl::Critic::Command: 99999999
Perl::Critic::Config: 99999999
Perl::Critic::Document: 99999999
Perl::Critic::Exception: 99999999
Perl::Critic::Exception::AggregateConfiguration: 99999999
Perl::Critic::Exception::Configuration: 99999999
Perl::Critic::Exception::Configuration::Generic: 99999999
Perl::Critic::Exception::Configuration::NonExistentPolicy: 99999999
Perl::Critic::Exception::Configuration::Option: 99999999
Perl::Critic::Exception::Configuration::Option::Global: 99999999
Perl::Critic::Exception::Configuration::Option::Global::ExtraParameter: 99999999
Perl::Critic::Exception::Configuration::Option::Global::ParameterValue: 99999999
Perl::Critic::Exception::Configuration::Option::Policy: 99999999
Perl::Critic::Exception::Configuration::Option::Policy::ExtraParameter: 99999999
Perl::Critic::Exception::Configuration::Option::Policy::ParameterValue: 99999999
Perl::Critic::Exception::Fatal: 99999999
Perl::Critic::Exception::Fatal::Generic: 99999999
Perl::Critic::Exception::Fatal::Internal: 99999999
Perl::Critic::Exception::Fatal::PolicyDefinition: 99999999
Perl::Critic::Exception::IO: 99999999
Perl::Critic::Exception::Parse: 99999999
Perl::Critic::OptionsProcessor: 99999999
Perl::Critic::Policy: 99999999
Perl::Critic::Policy::BuiltinFunctions::ProhibitBooleanGrep: 99999999
Perl::Critic::Policy::BuiltinFunctions::ProhibitComplexMappings: 99999999
Perl::Critic::Policy::BuiltinFunctions::ProhibitLvalueSubstr: 99999999
Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock: 99999999
Perl::Critic::Policy::BuiltinFunctions::ProhibitSleepViaSelect: 99999999
Perl::Critic::Policy::BuiltinFunctions::ProhibitStringyEval: 99999999
Perl::Critic::Policy::BuiltinFunctions::ProhibitStringySplit: 99999999
Perl::Critic::Policy::BuiltinFunctions::ProhibitUniversalCan: 99999999
Perl::Critic::Policy::BuiltinFunctions::ProhibitUniversalIsa: 99999999
Perl::Critic::Policy::BuiltinFunctions::ProhibitUselessTopic: 99999999
Perl::Critic::Policy::BuiltinFunctions::ProhibitVoidGrep: 99999999
Perl::Critic::Policy::BuiltinFunctions::ProhibitVoidMap: 99999999
Perl::Critic::Policy::BuiltinFunctions::RequireBlockGrep: 99999999
Perl::Critic::Policy::BuiltinFunctions::RequireBlockMap: 99999999
Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction: 99999999
Perl::Critic::Policy::BuiltinFunctions::RequireSimpleSortBlock: 99999999
Perl::Critic::Policy::ClassHierarchies::ProhibitAutoloading: 99999999
Perl::Critic::Policy::ClassHierarchies::ProhibitExplicitISA: 99999999
Perl::Critic::Policy::ClassHierarchies::ProhibitOneArgBless: 99999999
Perl::Critic::Policy::CodeLayout::ProhibitHardTabs: 99999999
Perl::Critic::Policy::CodeLayout::ProhibitParensWithBuiltins: 99999999
Perl::Critic::Policy::CodeLayout::ProhibitQuotedWordLists: 99999999
Perl::Critic::Policy::CodeLayout::ProhibitTrailingWhitespace: 99999999
Perl::Critic::Policy::CodeLayout::RequireConsistentNewlines: 99999999
Perl::Critic::Policy::CodeLayout::RequireTidyCode: 99999999
Perl::Critic::Policy::CodeLayout::RequireTrailingCommas: 99999999
Perl::Critic::Policy::ControlStructures::ProhibitCStyleForLoops: 99999999
Perl::Critic::Policy::ControlStructures::ProhibitCascadingIfElse: 99999999
Perl::Critic::Policy::ControlStructures::ProhibitDeepNests: 99999999
Perl::Critic::Policy::ControlStructures::ProhibitLabelsWithSpecialBlockNames: 99999999
Perl::Critic::Policy::ControlStructures::ProhibitMutatingListFunctions: 99999999
Perl::Critic::Policy::ControlStructures::ProhibitNegativeExpressionsInUnlessAndUntilConditions: 99999999
Perl::Critic::Policy::ControlStructures::ProhibitPostfixControls: 99999999
Perl::Critic::Policy::ControlStructures::ProhibitUnlessBlocks: 99999999
Perl::Critic::Policy::ControlStructures::ProhibitUnreachableCode: 99999999
Perl::Critic::Policy::ControlStructures::ProhibitUntilBlocks: 99999999
Perl::Critic::Policy::ControlStructures::ProhibitYadaOperator: 99999999
Perl::Critic::Policy::Documentation::PodSpelling: 99999999
Perl::Critic::Policy::Documentation::RequirePackageMatchesPodName: 99999999
Perl::Critic::Policy::Documentation::RequirePodAtEnd: 99999999
Perl::Critic::Policy::Documentation::RequirePodLinksIncludeText: 99999999
Perl::Critic::Policy::Documentation::RequirePodSections: 99999999
Perl::Critic::Policy::ErrorHandling::RequireCarping: 99999999
Perl::Critic::Policy::ErrorHandling::RequireCheckingReturnValueOfEval: 99999999
Perl::Critic::Policy::InputOutput::ProhibitBacktickOperators: 99999999
Perl::Critic::Policy::InputOutput::ProhibitBarewordFileHandles: 99999999
Perl::Critic::Policy::InputOutput::ProhibitExplicitStdin: 99999999
Perl::Critic::Policy::InputOutput::ProhibitInteractiveTest: 99999999
Perl::Critic::Policy::InputOutput::ProhibitJoinedReadline: 99999999
Perl::Critic::Policy::InputOutput::ProhibitOneArgSelect: 99999999
Perl::Critic::Policy::InputOutput::ProhibitReadlineInForLoop: 99999999
Perl::Critic::Policy::InputOutput::ProhibitTwoArgOpen: 99999999
Perl::Critic::Policy::InputOutput::RequireBracedFileHandleWithPrint: 99999999
Perl::Critic::Policy::InputOutput::RequireBriefOpen: 99999999
Perl::Critic::Policy::InputOutput::RequireCheckedClose: 99999999
Perl::Critic::Policy::InputOutput::RequireCheckedOpen: 99999999
Perl::Critic::Policy::InputOutput::RequireCheckedSyscalls: 99999999
Perl::Critic::Policy::InputOutput::RequireEncodingWithUTF8Layer: 99999999
Perl::Critic::Policy::Miscellanea::ProhibitFormats: 99999999
Perl::Critic::Policy::Miscellanea::ProhibitTies: 99999999
Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic: 99999999
Perl::Critic::Policy::Miscellanea::ProhibitUselessNoCritic: 99999999
Perl::Critic::Policy::Modules::ProhibitAutomaticExportation: 99999999
Perl::Critic::Policy::Modules::ProhibitConditionalUseStatements: 99999999
Perl::Critic::Policy::Modules::ProhibitEvilModules: 99999999
Perl::Critic::Policy::Modules::ProhibitExcessMainComplexity: 99999999
Perl::Critic::Policy::Modules::ProhibitMultiplePackages: 99999999
Perl::Critic::Policy::Modules::RequireBarewordIncludes: 99999999
Perl::Critic::Policy::Modules::RequireEndWithOne: 99999999
Perl::Critic::Policy::Modules::RequireExplicitPackage: 99999999
Perl::Critic::Policy::Modules::RequireFilenameMatchesPackage: 99999999
Perl::Critic::Policy::Modules::RequireNoMatchVarsWithUseEnglish: 99999999
Perl::Critic::Policy::Modules::RequireVersionVar: 99999999
Perl::Critic::Policy::NamingConventions::Capitalization: 99999999
Perl::Critic::Policy::NamingConventions::ProhibitAmbiguousNames: 99999999
Perl::Critic::Policy::Objects::ProhibitIndirectSyntax: 99999999
Perl::Critic::Policy::References::ProhibitDoubleSigils: 99999999
Perl::Critic::Policy::RegularExpressions::ProhibitCaptureWithoutTest: 99999999
Perl::Critic::Policy::RegularExpressions::ProhibitComplexRegexes: 99999999
Perl::Critic::Policy::RegularExpressions::ProhibitEnumeratedClasses: 99999999
Perl::Critic::Policy::RegularExpressions::ProhibitEscapedMetacharacters: 99999999
Perl::Critic::Policy::RegularExpressions::ProhibitFixedStringMatches: 99999999
Perl::Critic::Policy::RegularExpressions::ProhibitSingleCharAlternation: 99999999
Perl::Critic::Policy::RegularExpressions::ProhibitUnusedCapture: 99999999
Perl::Critic::Policy::RegularExpressions::ProhibitUnusualDelimiters: 99999999
Perl::Critic::Policy::RegularExpressions::ProhibitUselessTopic: 99999999
Perl::Critic::Policy::RegularExpressions::RequireBracesForMultiline: 99999999
Perl::Critic::Policy::RegularExpressions::RequireDotMatchAnything: 99999999
Perl::Critic::Policy::RegularExpressions::RequireExtendedFormatting: 99999999
Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching: 99999999
Perl::Critic::Policy::Subroutines::ProhibitAmpersandSigils: 99999999
Perl::Critic::Policy::Subroutines::ProhibitBuiltinHomonyms: 99999999
Perl::Critic::Policy::Subroutines::ProhibitExcessComplexity: 99999999
Perl::Critic::Policy::Subroutines::ProhibitExplicitReturnUndef: 99999999
Perl::Critic::Policy::Subroutines::ProhibitManyArgs: 99999999
Perl::Critic::Policy::Subroutines::ProhibitNestedSubs: 99999999
Perl::Critic::Policy::Subroutines::ProhibitReturnSort: 99999999
Perl::Critic::Policy::Subroutines::ProhibitSubroutinePrototypes: 99999999
Perl::Critic::Policy::Subroutines::ProhibitUnusedPrivateSubroutines: 99999999
Perl::Critic::Policy::Subroutines::ProtectPrivateSubs: 99999999
Perl::Critic::Policy::Subroutines::RequireArgUnpacking: 99999999
Perl::Critic::Policy::Subroutines::RequireFinalReturn: 99999999
Perl::Critic::Policy::TestingAndDebugging::ProhibitNoStrict: 99999999
Perl::Critic::Policy::TestingAndDebugging::ProhibitNoWarnings: 99999999
Perl::Critic::Policy::TestingAndDebugging::ProhibitProlongedStrictureOverride: 99999999
Perl::Critic::Policy::TestingAndDebugging::RequireTestLabels: 99999999
Perl::Critic::Policy::TestingAndDebugging::RequireUseStrict: 99999999
Perl::Critic::Policy::TestingAndDebugging::RequireUseWarnings: 99999999
Perl::Critic::Policy::ValuesAndExpressions::ProhibitCommaSeparatedStatements: 99999999
Perl::Critic::Policy::ValuesAndExpressions::ProhibitComplexVersion: 99999999
Perl::Critic::Policy::ValuesAndExpressions::ProhibitConstantPragma: 99999999
Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes: 99999999
Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters: 99999999
Perl::Critic::Policy::ValuesAndExpressions::ProhibitImplicitNewlines: 99999999
Perl::Critic::Policy::ValuesAndExpressions::ProhibitInterpolationOfLiterals: 99999999
Perl::Critic::Policy::ValuesAndExpressions::ProhibitLeadingZeros: 99999999
Perl::Critic::Policy::ValuesAndExpressions::ProhibitLongChainsOfMethodCalls: 99999999
Perl::Critic::Policy::ValuesAndExpressions::ProhibitMagicNumbers: 99999999
Perl::Critic::Policy::ValuesAndExpressions::ProhibitMismatchedOperators: 99999999
Perl::Critic::Policy::ValuesAndExpressions::ProhibitMixedBooleanOperators: 99999999
Perl::Critic::Policy::ValuesAndExpressions::ProhibitNoisyQuotes: 99999999
Perl::Critic::Policy::ValuesAndExpressions::ProhibitQuotesAsQuotelikeOperatorDelimiters: 99999999
Perl::Critic::Policy::ValuesAndExpressions::ProhibitSpecialLiteralHeredocTerminator: 99999999
Perl::Critic::Policy::ValuesAndExpressions::ProhibitVersionStrings: 99999999
Perl::Critic::Policy::ValuesAndExpressions::RequireConstantVersion: 99999999
Perl::Critic::Policy::ValuesAndExpressions::RequireInterpolationOfMetachars: 99999999
Perl::Critic::Policy::ValuesAndExpressions::RequireNumberSeparators: 99999999
Perl::Critic::Policy::ValuesAndExpressions::RequireQuotedHeredocTerminator: 99999999
Perl::Critic::Policy::ValuesAndExpressions::RequireUpperCaseHeredocTerminator: 99999999
Perl::Critic::Policy::Variables::ProhibitAugmentedAssignmentInDeclaration: 99999999
Perl::Critic::Policy::Variables::ProhibitConditionalDeclarations: 99999999
Perl::Critic::Policy::Variables::ProhibitEvilVariables: 99999999
Perl::Critic::Policy::Variables::ProhibitLocalVars: 99999999
Perl::Critic::Policy::Variables::ProhibitMatchVars: 99999999
Perl::Critic::Policy::Variables::ProhibitPackageVars: 99999999
Perl::Critic::Policy::Variables::ProhibitPerl4PackageNames: 99999999
Perl::Critic::Policy::Variables::ProhibitPunctuationVars: 99999999
Perl::Critic::Policy::Variables::ProhibitReusedNames: 99999999
Perl::Critic::Policy::Variables::ProhibitUnusedVariables: 99999999
Perl::Critic::Policy::Variables::ProtectPrivateVars: 99999999
Perl::Critic::Policy::Variables::RequireInitializationForLocalVars: 99999999
Perl::Critic::Policy::Variables::RequireLexicalLoopIterators: 99999999
Perl::Critic::Policy::Variables::RequireLocalizedPunctuationVars: 99999999
Perl::Critic::Policy::Variables::RequireNegativeIndices: 99999999
Perl::Critic::PolicyConfig: 99999999
Perl::Critic::PolicyFactory: 99999999
Perl::Critic::PolicyListing: 99999999
Perl::Critic::PolicyParameter: 99999999
Perl::Critic::PolicyParameter::Behavior: 99999999
Perl::Critic::PolicyParameter::Behavior::Boolean: 99999999
Perl::Critic::PolicyParameter::Behavior::Enumeration: 99999999
Perl::Critic::PolicyParameter::Behavior::Integer: 99999999
Perl::Critic::PolicyParameter::Behavior::String: 99999999
Perl::Critic::PolicyParameter::Behavior::StringList: 99999999
Perl::Critic::ProfilePrototype: 99999999
Perl::Critic::Statistics: 99999999
Perl::Critic::TestUtils: 99999999
Perl::Critic::Theme: 99999999
Perl::Critic::ThemeListing: 99999999
Perl::Critic::UserProfile: 99999999
Perl::Critic::Utils: 99999999
Perl::Critic::Utils::Constants: 99999999
Perl::Critic::Utils::DataConversion: 99999999
Perl::Critic::Utils::McCabe: 99999999
Perl::Critic::Utils::POD: 99999999
Perl::Critic::Utils::POD::ParseInteriorSequence: 99999999
Perl::Critic::Utils::PPI: 99999999
Perl::Critic::Utils::Perl: 99999999
Perl::Critic::Violation: 99999999
Test::Perl::Critic::Policy: 99999999
version: 99999999
| 65.773399 | 106 | 0.813436 |
ebb18d32c2b2a7fe23f0c88524c5e27b98d77a20 | 128 | yml | YAML | docker-compose.yml | andregiampaolo/kingschool | 4cf3808ff616882384e8e0972f8e72e0a764cd36 | [
"MIT"
] | null | null | null | docker-compose.yml | andregiampaolo/kingschool | 4cf3808ff616882384e8e0972f8e72e0a764cd36 | [
"MIT"
] | 3 | 2020-09-07T11:03:26.000Z | 2021-05-10T16:15:03.000Z | docker-compose.yml | andregiampaolo/kingschool | 4cf3808ff616882384e8e0972f8e72e0a764cd36 | [
"MIT"
] | null | null | null | version: "3.6"
services:
postgres:
container_name: kingschool-postgres
image: postgres
ports:
- "5432:5432"
| 16 | 39 | 0.648438 |
64fd737accc14e42079087d4b3beca0a8908c106 | 109 | yml | YAML | _config.yml | CONTRIBUTING-md/website | e016a3223ba491fb736a64f242392f2ec93e2875 | [
"MIT"
] | null | null | null | _config.yml | CONTRIBUTING-md/website | e016a3223ba491fb736a64f242392f2ec93e2875 | [
"MIT"
] | 1 | 2020-09-08T13:04:47.000Z | 2020-09-08T13:04:47.000Z | _config.yml | CONTRIBUTING-md/website | e016a3223ba491fb736a64f242392f2ec93e2875 | [
"MIT"
] | 1 | 2020-09-07T11:11:19.000Z | 2020-09-07T11:11:19.000Z | theme: jekyll-theme-cayman
title: Contributing.md
description: Online Hacktoberfest Meetup (October 2, 2020)
| 27.25 | 58 | 0.816514 |
d4d92237da47248af9482318b2a92ce4604e6bbb | 121 | yml | YAML | docs/pkgdown.yml | yvanlebras/rorcid | 115610187aaed27977a9284b29b465ab131b93d3 | [
"MIT"
] | null | null | null | docs/pkgdown.yml | yvanlebras/rorcid | 115610187aaed27977a9284b29b465ab131b93d3 | [
"MIT"
] | null | null | null | docs/pkgdown.yml | yvanlebras/rorcid | 115610187aaed27977a9284b29b465ab131b93d3 | [
"MIT"
] | null | null | null | pandoc: 2.3.1
pkgdown: 1.3.0.9100
pkgdown_sha: e3cee56df1eaa875b86171427a3a0eb3d5157b71
articles:
rorcid: rorcid.html
| 17.285714 | 53 | 0.809917 |
e86577f83f66678a8d188449357b0207785de610 | 384 | yml | YAML | preview/docs-ref-autogen/azure-mgmt-redhatopenshift/azure.mgmt.redhatopenshift.v2020_04_30.yml | bennage/azure-docs-sdk-python | add78a9e7a2594624096be9ef0a731ae8cb6c28b | [
"CC-BY-4.0",
"MIT"
] | 84 | 2017-07-21T06:08:09.000Z | 2022-03-30T06:57:20.000Z | preview/docs-ref-autogen/azure-mgmt-redhatopenshift/azure.mgmt.redhatopenshift.v2020_04_30.yml | bennage/azure-docs-sdk-python | add78a9e7a2594624096be9ef0a731ae8cb6c28b | [
"CC-BY-4.0",
"MIT"
] | 1,477 | 2017-05-31T11:48:03.000Z | 2022-03-30T18:52:59.000Z | preview/docs-ref-autogen/azure-mgmt-redhatopenshift/azure.mgmt.redhatopenshift.v2020_04_30.yml | bennage/azure-docs-sdk-python | add78a9e7a2594624096be9ef0a731ae8cb6c28b | [
"CC-BY-4.0",
"MIT"
] | 183 | 2017-05-24T07:28:17.000Z | 2022-03-25T07:12:35.000Z | ### YamlMime:PythonPackage
uid: azure.mgmt.redhatopenshift.v2020_04_30
name: v2020_04_30
fullName: azure.mgmt.redhatopenshift.v2020_04_30
type: import
classes:
- azure.mgmt.redhatopenshift.v2020_04_30.AzureRedHatOpenShift4Client
packages:
- azure.mgmt.redhatopenshift.v2020_04_30.aio
- azure.mgmt.redhatopenshift.v2020_04_30.models
- azure.mgmt.redhatopenshift.v2020_04_30.operations
| 32 | 68 | 0.854167 |
78621a73c4130213f87b93cb7ee7a7b4c3890529 | 507 | yaml | YAML | internal/schema/testdata/rocketChat.golden.yaml | spastorelli/lagoon-cli | e2bb71ec0e8a31d936781611f3631310109ffdd5 | [
"MIT"
] | 15 | 2019-10-16T07:57:17.000Z | 2021-08-20T00:23:48.000Z | internal/schema/testdata/rocketChat.golden.yaml | spastorelli/lagoon-cli | e2bb71ec0e8a31d936781611f3631310109ffdd5 | [
"MIT"
] | 121 | 2019-10-24T07:15:25.000Z | 2021-09-09T23:02:21.000Z | internal/schema/testdata/rocketChat.golden.yaml | spastorelli/lagoon-cli | e2bb71ec0e8a31d936781611f3631310109ffdd5 | [
"MIT"
] | 10 | 2020-04-02T19:21:52.000Z | 2021-09-09T16:18:32.000Z | groups:
- name: kickstart-group
notifications:
rocketChat:
- channel: lagoon-kickstart
name: amazeeio--lagoon-kickstart
webhook: https://amazeeio.rocket.chat/hooks/ikF5XMohDZK7KpsZf/c9BFBt2ch8oMMuycoERJQMSLTPo8nmZhg2Hf2ny68ZpuD4Kn
projects:
- autoIdle: 1
gitUrl: git@github.com:uselagoon/lagoon.git
groups:
- kickstart-group
name: lagoon
notifications:
rocketChat:
- amazeeio--lagoon-kickstart
openshiftProjectPattern: lagoon
productionEnvironment: master
storageCalc: 1
| 25.35 | 114 | 0.775148 |
79c187ee75699f459a51ac75338acbe469457787 | 185 | yml | YAML | _data/index/skills.yml | develogo/Felipe | 84165002ed4f0f0d56eed21a7c0d5501e7f0488b | [
"MIT"
] | 1 | 2021-05-11T13:46:03.000Z | 2021-05-11T13:46:03.000Z | _data/index/skills.yml | develogo/Felipe | 84165002ed4f0f0d56eed21a7c0d5501e7f0488b | [
"MIT"
] | null | null | null | _data/index/skills.yml | develogo/Felipe | 84165002ed4f0f0d56eed21a7c0d5501e7f0488b | [
"MIT"
] | null | null | null | # skills section data
label: Ability
id : cs
aspects: GitHub, Motivação, HTML5, ReactJS, Android, Python, Sono, Java, PHP, PhotoShop
percentage: 60, 100, 60, 30, 50, 70, 8, 60, 40, 60
| 26.428571 | 87 | 0.702703 |
032991104aca5f1a46430867491a8ed0c62ec0f1 | 3,215 | yml | YAML | applications/openshift/general/openshift_motd_exists/rule.yml | deperrone/content | caaff27f01a1d6c15da461f9fafe26090e8fdd18 | [
"BSD-3-Clause"
] | 1,138 | 2018-09-05T06:31:44.000Z | 2022-03-31T03:38:24.000Z | applications/openshift/general/openshift_motd_exists/rule.yml | deperrone/content | caaff27f01a1d6c15da461f9fafe26090e8fdd18 | [
"BSD-3-Clause"
] | 4,743 | 2018-09-04T15:14:04.000Z | 2022-03-31T23:17:57.000Z | applications/openshift/general/openshift_motd_exists/rule.yml | deperrone/content | caaff27f01a1d6c15da461f9fafe26090e8fdd18 | [
"BSD-3-Clause"
] | 400 | 2018-09-08T20:08:49.000Z | 2022-03-30T20:54:32.000Z | prodtype: ocp4
title: Ensure that the OpenShift MOTD is set
description: |-
To configure OpenShift's MOTD, create a <b>ConfigMap</b> called <tt>motd</tt>
in the <tt>openshift</tt> namespace.
The object should look as follows:
<pre>
---
apiVersion: v1
kind: ConfigMap
metadata:
name: motd
namespace: openshift
data:
message: "A relevant MOTD"
</pre>
Where <tt>message</tt> is a mandatory key.
The DoD required text is either:
<br /><br />
<tt>You are accessing a U.S. Government (USG) Information System (IS) that
is provided for USG-authorized use only. By using this IS (which includes
any device attached to this IS), you consent to the following conditions:
<br />-The USG routinely intercepts and monitors communications on this IS
for purposes including, but not limited to, penetration testing, COMSEC
monitoring, network operations and defense, personnel misconduct (PM), law
enforcement (LE), and counterintelligence (CI) investigations.
<br />-At any time, the USG may inspect and seize data stored on this IS.
<br />-Communications using, or data stored on, this IS are not private,
are subject to routine monitoring, interception, and search, and may be
disclosed or used for any USG-authorized purpose.
<br />-This IS includes security measures (e.g., authentication and access
controls) to protect USG interests -- not for your personal benefit or
privacy.
<br />-Notwithstanding the above, using this IS does not constitute consent
to PM, LE or CI investigative searching or monitoring of the content of
privileged communications, or work product, related to personal
representation or services by attorneys, psychotherapists, or clergy, and
their assistants. Such communications and work product are private and
confidential. See User Agreement for details.</tt>
<br /><br />
OR:
<br /><br />
<tt>I've read & consent to terms in IS user agreem't.</tt>
rationale: |-
Display of a standardized and approved use notification before granting
access to the system ensures privacy and security notification
verbiage used is consistent with applicable federal laws, Executive Orders,
directives, policies, regulations, standards, and guidance.
<br /><br />
System use notifications are required only for access via login interfaces
with human users and are not required when such human interfaces do not
exist.
identifiers:
cce@ocp4: CCE-84200-5
references:
nist: AC-8
srg: SRG-APP-000068-CTR-000120,SRG-APP-000069-CTR-000125
severity: medium
warnings:
- general: |-
{{{ openshift_cluster_setting("/api/v1/namespaces/openshift/configmaps/motd") | indent(4) }}}
ocil_clause: 'The OpenShift MOTD is not set'
ocil: |-
To verify that the MOTD is properly set, do the following:
<pre>$ oc get configmaps -n openshift motd -ojsonpath='{.data.message}'</pre>
make sure that the output matches the relevant legal message for
your organization.
template:
name: yamlfile_value
vars:
ocp_data: "true"
filepath: /api/v1/namespaces/openshift/configmaps/motd
yamlpath: ".data.message"
values:
- value: ".+"
operation: "pattern match"
type: "string"
| 34.945652 | 97 | 0.732815 |
4ed13d590282af16543b72ba6287d886baa4a93d | 2,688 | yml | YAML | .github/workflows/frontend-app_build-push.yml | bgarcial/take-home-assignment-platform-engineer | 03bb235853b6f976473ba6c6280857c2cb21729c | [
"CC0-1.0"
] | 2 | 2020-08-15T20:41:40.000Z | 2021-03-23T13:55:20.000Z | .github/workflows/frontend-app_build-push.yml | bgarcial/take-home-assignment-platform-engineer | 03bb235853b6f976473ba6c6280857c2cb21729c | [
"CC0-1.0"
] | null | null | null | .github/workflows/frontend-app_build-push.yml | bgarcial/take-home-assignment-platform-engineer | 03bb235853b6f976473ba6c6280857c2cb21729c | [
"CC0-1.0"
] | null | null | null | name: Frontend application CI workflow Building and Pushin Docker Image to ACR
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
#pull_request:
# branches:
# - master
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# Runs a single command using the runners shell
- name: Executing Azure cli installation script
run: curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
- name: Authenticating to Azure Platform | az login
run: az login --service-principal --username ${{ secrets.SERVICE_PRINCIPAL_CLIENT_ID }} --password ${{ secrets.SERVICE_PRINCIPAL_CLIENT_SECRET }} --tenant ${{ secrets.AZURE_TENANT_ID }}
- name: Authenticating to Azure ACR
run: az acr login -n ${{ secrets.LOGIN_SERVER_URL }}
- name: Set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: Getting to frontend directory and Build with mvn
run: cd frontend && mvn -B package --file pom.xml
# https://spring.io/blog/2020/01/27/creating-docker-images-with-spring-boot-2-3-0-m1
- name: Getting to frontend directory Building Docker image with Spring Boot
run: cd frontend && ./mvnw spring-boot:build-image
- name: Docker Login to Azure Container Registry
# https://docs.docker.com/engine/reference/commandline/login/#provide-a-password-using-stdin
run: echo ${{ secrets.REGISTRY_PASSWORD }} | docker login ${{ secrets.LOGIN_SERVER_URL }} -u ${{ secrets.REGISTRY_USERNAME }} --password-stdin
- name: Create an alias of the image
run: docker tag frontend:0.0.1-SNAPSHOT ${{ secrets.LOGIN_SERVER_URL }}/frontend-app-spring-boot-build-image:0.0.1
- name: Push the tagged Docker image
run: docker push ${{ secrets.LOGIN_SERVER_URL }}/frontend-app-spring-boot-build-image:0.0.1
- name: Getting to frontend directory Building latest tag Docker image with Spring Boot
run: cd frontend && ./mvnw spring-boot:build-image
- name: Create an alias of the latest image
run: docker tag frontend:0.0.1-SNAPSHOT ${{ secrets.LOGIN_SERVER_URL }}/frontend-app-spring-boot-build-image:latest
- name: Push the latest Docker image
run: docker push ${{ secrets.LOGIN_SERVER_URL }}/frontend-app-spring-boot-build-image:latest
| 53.76 | 193 | 0.694568 |
f9581e8de08231317797365717ef5d0b06952c38 | 950 | yaml | YAML | svis_ros/cfg/svis_ros.yaml | robustrobotics/svis | 53ddd0b4e49e362fad83aa764f4ee31c665bafdc | [
"MIT"
] | 3 | 2019-05-23T16:56:12.000Z | 2022-02-01T06:20:18.000Z | svis_ros/cfg/svis_ros.yaml | robustrobotics/svis | 53ddd0b4e49e362fad83aa764f4ee31c665bafdc | [
"MIT"
] | null | null | null | svis_ros/cfg/svis_ros.yaml | robustrobotics/svis | 53ddd0b4e49e362fad83aa764f4ee31c665bafdc | [
"MIT"
] | 1 | 2021-04-13T03:43:20.000Z | 2021-04-13T03:43:20.000Z | offset_sample_count: 5 # number of camera strobe/image pairs to collect for offset calculation
offset_sample_time: 0.5 # [s] time to wait after requesting a camera image
# camera
camera_rate: 20 # [Hz] camera frame rate commanded by teensy
# imu
gyro_sens: 1 # [0,3] gyro full-scale range and sensitivity
acc_sens: 1 # [0,3] accel full-scale range and sensitivity
imu_filter_size: 5 # window size for low-pass filter on imu
# input topics
image_topics: [/realsense/depth/image_rect_raw,
/realsense/infra1/image_rect_raw,
/realsense/infra2/image_rect_raw]
info_topics: [/realsense/depth/camera_info,
/realsense/infra1/camera_info,
/realsense/infra2/camera_info]
metadata_topics: [/realsense/depth/metadata,
/realsense/infra1/metadata,
/realsense/infra2/metadata]
# output topics
sensor_names: [depth,
infra1,
infra2]
| 35.185185 | 95 | 0.683158 |
e48fe17f40abcdbfc0936314d4602a52f244da14 | 340 | yml | YAML | .phrase.yml | officialrafsan/OctaveOnline-Translations | c4fc205a3346926fdaebfb736f4c1933a8a121dd | [
"Apache-2.0"
] | null | null | null | .phrase.yml | officialrafsan/OctaveOnline-Translations | c4fc205a3346926fdaebfb736f4c1933a8a121dd | [
"Apache-2.0"
] | 5 | 2020-11-12T19:00:59.000Z | 2021-07-31T21:58:38.000Z | .phrase.yml | officialrafsan/OctaveOnline-Translations | c4fc205a3346926fdaebfb736f4c1933a8a121dd | [
"Apache-2.0"
] | 4 | 2020-11-10T08:51:40.000Z | 2022-03-24T15:05:37.000Z | phrase:
access_token: b36c9f23336d3388feecc40d0a4c419fa7d9ae3e0e546060e26bc0c7b29083a2
project_id: 3564ed41a755ecfae1754bfa55e509d6
push:
sources:
- file: ./locales/<locale_name>.json
params:
file_format: json
pull:
targets:
- file: ./locales/<locale_name>.json
params:
file_format: json
| 24.285714 | 80 | 0.705882 |
2979b55072bb7c3335b751eeaae3df7d744be967 | 561 | yml | YAML | threads/3009470/posts/54463800.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/3009470/posts/54463800.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/3009470/posts/54463800.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | url: showpost.php?p=54463800&postcount=4497
id: 54463800
tid: 3009470
num: 4497
datetime: 2013-02-05T17:00:00.000Z
user:
img: null
name: tinhvien001
title: Junior Member
joinDate: 2013-01-31T16:00:00.000Z
posts: 0
id: '1182426'
title: 'Re: [Giúp đỡ] Xin ảnh Bìa FB độc và đẹp!'
content:
html: "\r\n\t\t\t\r\n\t\t\tBác nào làm cho em cái timeline vs dòng chữ :"Đời đéo như mơ đi"\r\n\t\t"
text: 'Bác nào làm cho em cái timeline vs dòng chữ :"Đời đéo như mơ đi"'
| 33 | 186 | 0.664884 |
ddcb05e0a1a379af5e694fae2021465ba779a4b0 | 825 | yml | YAML | test/fixtures/rules/std_rule_cases/L041.yml | fbb-oc/sqlfluff | f50e72b748dcf700483d0e937aa2abcfb0a56e9e | [
"MIT"
] | 1 | 2022-03-03T02:29:11.000Z | 2022-03-03T02:29:11.000Z | test/fixtures/rules/std_rule_cases/L041.yml | clairetaylor352/sqlfluff | 62900332228db323da323ce20df0c5e17ba9fcbf | [
"MIT"
] | 1 | 2021-12-08T18:40:19.000Z | 2021-12-08T18:40:19.000Z | test/fixtures/rules/std_rule_cases/L041.yml | derickl/sqlfluff | ea2341ffa5325757acfa02cc9f7a07ac78b7a6c8 | [
"MIT"
] | null | null | null | rule: L041
test_fail_distinct_on_next_line_1:
fail_str: |
SELECT
DISTINCT user_id,
list_id
FROM
safe_user
fix_str: |
SELECT DISTINCT
user_id,
list_id
FROM
safe_user
test_fail_distinct_on_next_line_2:
fail_str: |
SELECT
-- The table contains duplicates, so we use DISTINCT.
DISTINCT user_id
FROM
safe_user
fix_str: |
SELECT DISTINCT
-- The table contains duplicates, so we use DISTINCT.
user_id
FROM
safe_user
test_fail_distinct_on_next_line_3:
fail_str: |
select
distinct
abc,
def
from a;
fix_str: |
select distinct
abc,
def
from a;
test_pass_distinct_on_same_line_with_select:
pass_str: SELECT DISTINCT user_id FROM safe_user
| 17.934783 | 61 | 0.629091 |
996c6d50832102093c374559724bf6d1929fd78d | 2,899 | yaml | YAML | tasks/client.yaml | openstack/ansible-role-thales-hsm | e82db3b3fc5088c393eb810bf52329444a91b4eb | [
"Apache-2.0"
] | 4 | 2019-02-20T08:29:24.000Z | 2021-02-03T13:54:32.000Z | tasks/client.yaml | openstack/ansible-role-thales-hsm | e82db3b3fc5088c393eb810bf52329444a91b4eb | [
"Apache-2.0"
] | null | null | null | tasks/client.yaml | openstack/ansible-role-thales-hsm | e82db3b3fc5088c393eb810bf52329444a91b4eb | [
"Apache-2.0"
] | null | null | null | ---
- name: Create working directory
file:
path: "{{ thales_client_working_dir }}"
state: directory
mode: 0755
- name: create thales group
group:
name: nfast
gid: "{{ thales_client_gid }}"
- name: create thales user
user:
name: nfast
uid: "{{ thales_client_uid }}"
group: "{{ thales_client_gid }}"
create_home: true
home: /opt/nfast
- name: set selinux bool to allow barbican containers to access /opt/nfast
seboolean:
name: os_barbican_write_pki
state: yes
persistent: yes
when: ansible_os_family | lower == 'redhat'
- name: Download Thales client tarball
get_url:
url: "{{ thales_client_tarball_location }}"
dest: "{{ thales_client_working_dir }}/{{ thales_client_tarball_name }}"
force: no
- name: Unpack tarball to working directory
unarchive:
src: "{{ thales_client_working_dir }}/{{ thales_client_tarball_name }}"
dest: "{{ thales_client_working_dir }}"
creates: "{{ thales_client_working_dir }}/{{ thales_client_path }}"
remote_src: yes
- name: Unpack tarball to /opt/nfast
shell: |
for i in `find "{{ thales_client_working_dir }}/{{ thales_client_path }}" -name *.tar` ; do
tar -C / -xvf $i ;
done
args:
creates: /opt/nfast/sbin/install
- name: check for libnsl dependency
stat:
path: /lib64/libnsl.so.1
register: st
- name: ensure libnsl dependency is installed
package:
name: libnsl
state: present
when: not st.stat.exists
- name: run installer # noqa 306
shell: echo "1" | /opt/nfast/sbin/install
args:
creates: /opt/nfast/kmdata
- name: Get the security world data
get_url:
url: "{{ thales_km_data_location }}"
dest: "/root/{{ thales_km_data_tarball_name }}"
force: no
- name: remove the old km_data
file:
path: /opt/nfast/kmdata
state: absent
- name: replace kmdata
unarchive:
src: "/root/{{ thales_km_data_tarball_name }}"
dest: /opt/nfast
remote_src: yes
- name: create cknfastrc
template:
src: cknfastrc.j2
dest: /opt/nfast/cknfastrc
mode: 0644
- name: create snmp.conf
copy:
dest: /opt/nfast/etc/snmp/snmp.conf
content: |
defaultPort 21161
force: yes
mode: 0644
- name: enroll client to hsms
include_tasks: client_enroll.yaml
loop: "{{ nshield_hsms }}"
- name: set selinux contexts for /opt/nfast
command: restorecon -R /opt/nfast
- name: restart hardserver
command: /opt/nfast/sbin/init.d-ncipher restart
- name: do an enquiry to confirm connection
command: /opt/nfast/bin/enquiry
register: enquiry
- name: enquiry result
debug: var=enquiry
- name: set up rfs_sync
command: /opt/nfast/bin/rfs-sync --setup --no-authenticate {{ thales_rfs_server_ip_address }}
- name: get keys from rfs server
command: /opt/nfast/bin/rfs-sync --update
| 24.567797 | 97 | 0.656088 |
99c2a43d0bb4f20fa450ae86e4f0f460ec2b45c8 | 1,649 | yml | YAML | docs-ref-autogen/azure-mgmt-kusto/azure.mgmt.kusto.models.AzureSku.yml | bennage/azure-docs-sdk-python | add78a9e7a2594624096be9ef0a731ae8cb6c28b | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/azure-mgmt-kusto/azure.mgmt.kusto.models.AzureSku.yml | bennage/azure-docs-sdk-python | add78a9e7a2594624096be9ef0a731ae8cb6c28b | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/azure-mgmt-kusto/azure.mgmt.kusto.models.AzureSku.yml | bennage/azure-docs-sdk-python | add78a9e7a2594624096be9ef0a731ae8cb6c28b | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ### YamlMime:PythonClass
uid: azure.mgmt.kusto.models.AzureSku
name: AzureSku
fullName: azure.mgmt.kusto.models.AzureSku
module: azure.mgmt.kusto.models
inheritances:
- msrest.serialization.Model
summary: 'Azure SKU definition.
All required parameters must be populated in order to send to Azure.'
constructor:
syntax: 'AzureSku(*, name: typing.Union[str, _ForwardRef(''AzureSkuName'')], tier:
typing.Union[str, _ForwardRef(''AzureSkuTier'')], capacity: typing.Union[int,
NoneType] = None, **kwargs)'
parameters:
- name: name
description: 'Required. SKU name. Possible values include: "Standard_DS13_v2+1TB_PS",
"Standard_DS13_v2+2TB_PS", "Standard_DS14_v2+3TB_PS", "Standard_DS14_v2+4TB_PS",
"Standard_D13_v2", "Standard_D14_v2", "Standard_L8s", "Standard_L16s", "Standard_L8s_v2",
"Standard_L16s_v2", "Standard_D11_v2", "Standard_D12_v2", "Standard_L4s", "Dev(No
SLA)_Standard_D11_v2", "Standard_E64i_v3", "Standard_E80ids_v4", "Standard_E2a_v4",
"Standard_E4a_v4", "Standard_E8a_v4", "Standard_E16a_v4", "Standard_E8as_v4+1TB_PS",
"Standard_E8as_v4+2TB_PS", "Standard_E16as_v4+3TB_PS", "Standard_E16as_v4+4TB_PS",
"Dev(No
SLA)_Standard_E2a_v4".'
isRequired: true
types:
- <xref:str>
- <xref:azure.mgmt.kusto.models.AzureSkuName>
- name: capacity
description: The number of instances of the cluster.
isRequired: true
types:
- <xref:int>
- name: tier
description: 'Required. SKU tier. Possible values include: "Basic", "Standard".'
isRequired: true
types:
- <xref:str>
- <xref:azure.mgmt.kusto.models.AzureSkuTier>
| 33.653061 | 95 | 0.712553 |
4ba609fa225e3788a1222246678cc7a6554dbd06 | 1,030 | yml | YAML | mkdocs.yml | ramindu90/siddhi-io-azuredatalake | 7abdf4d76e65dba52156f0c8100dd0997221b258 | [
"Apache-2.0"
] | null | null | null | mkdocs.yml | ramindu90/siddhi-io-azuredatalake | 7abdf4d76e65dba52156f0c8100dd0997221b258 | [
"Apache-2.0"
] | null | null | null | mkdocs.yml | ramindu90/siddhi-io-azuredatalake | 7abdf4d76e65dba52156f0c8100dd0997221b258 | [
"Apache-2.0"
] | null | null | null | site_name: Siddhi IO Azure Data Lake
site_description: Siddhi IO Azure Data Lake Extension
site_author: WSO2
site_url: https://siddhi-io.github.io/siddhi-io-azuredatalake/
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js
repo_name: Siddhi-IO-azuredatalake
repo_url: https://github.com/siddhi-io/siddhi-io-azuredatalake
copyright: Copyright © 2011 - 2020 WSO2
theme:
name: material
logo: images/siddhi-logo-w.svg
favicon: images/favicon.ico
palette:
primary: teal
accent: teal
google_analytics:
- UA-103065-28
- auto
extra:
social:
- type: github
link: https://github.com/wso2/siddhi
- type: linkedin
link: https://www.linkedin.com/groups/13553064
markdown_extensions:
- admonition
- toc:
permalink: true
- codehilite:
guess_lang: false
- pymdownx.tasklist:
custom_checkbox: true
- markdown.extensions.attr_list: null
pages:
- Information: index.md
- API Docs:
- latest: api/latest.md
- 1.0.1: api/1.0.1.md
- 1.0.0: api/1.0.0.md
- License: license.md
| 23.409091 | 62 | 0.736893 |
ef05b4e4996b09a05ce772775d1fcfef0d3c8579 | 297 | yaml | YAML | kubernetes/Charts/reddit/values.yaml | otus-devops-2019-02/lapomaks_microservices | 81950048e4f9744343aca2b071a01d74ae4101d0 | [
"MIT"
] | null | null | null | kubernetes/Charts/reddit/values.yaml | otus-devops-2019-02/lapomaks_microservices | 81950048e4f9744343aca2b071a01d74ae4101d0 | [
"MIT"
] | 17 | 2020-02-29T02:14:15.000Z | 2022-03-30T23:13:03.000Z | kubernetes/Charts/reddit/values.yaml | otus-devops-2019-02/lapomaks_microservices | 81950048e4f9744343aca2b071a01d74ae4101d0 | [
"MIT"
] | null | null | null | comment:
image:
repository: lapomaks/comment
tag: latest
service:
externalPort: 9292
post:
image:
repository: lapomaks/post
tag: latest
service:
externalPort: 5000
ui:
image:
repository: lapomaks/ui
tag: latest
service:
externalPort: 9292
| 14.142857 | 32 | 0.643098 |
27c742c405326adc7d9cecff80c1567c8fb66542 | 950 | yml | YAML | .travis.yml | detro/node-simple-proxy | 15fafbc79552ee24d92ba90cc653c64f99e92eb8 | [
"Apache-2.0"
] | 4 | 2017-04-27T22:14:27.000Z | 2020-04-02T14:30:12.000Z | .travis.yml | detro/node-simple-proxy | 15fafbc79552ee24d92ba90cc653c64f99e92eb8 | [
"Apache-2.0"
] | 4 | 2018-01-08T17:28:24.000Z | 2020-08-29T12:06:15.000Z | .travis.yml | detro/node-simple-proxy | 15fafbc79552ee24d92ba90cc653c64f99e92eb8 | [
"Apache-2.0"
] | 2 | 2018-01-08T17:27:46.000Z | 2020-04-02T16:33:10.000Z | language: node_js
node_js:
- '12'
- '10'
- '8'
deploy:
provider: npm
skip_cleanup: true
# Publishing conditions
on:
tags: true
repo: detro/node-caronte-proxy
node: '12'
# Authentication
email: detronizator@gmail.com
api_key:
secure: BZiBrV/jGEQ4LInefVzta1XWWirVfYletvaMvTcLfhJzBmTsOIdI9w8B/6btXOxTvZoqkztFxc5j/v0M77G9h149HdnFiOpLuuzFDP9zGlYkQBEF9Tz56Z3KvIFh67Av3oqMf83tSEdJbiF4dYgUvIqLXkzvIb+v6Ne8S1NE4DzArxf03fZU8gbPgdW37qPRjiWqNdKbZH/PPGtw7JStAlSrvR2RaTPGOxTTJkeLVRWnK5vbVb0TShGYHj2ki/86zaiyG4B0JKLQenKt81KTFCwJdNAz/qCwT0fOEhgl7rutlx6pvekvBtuYERKZXxZmb9+pTbBX+0P+45mWn2DNUYMGizhnMADQrU1gidZWJUJGHqkctKIn6MM9u/+t+gA7i66JsjW53ZT/1xcA3FnyvoJNUejzPy4ljLGW30wn4fOUQ9g1J+p1reuMtFCgtlIz5JoRnb30XxoFyhPDts/YeWULGlYdm/4KSNpICOX/ZHMx9S86qUjc2bDnqQdE5TV+PFcvLCuds7zWqj/dhhOSInbRWbByxOqpEpATKrGuKJeyOiQRcCIIo79vlt79c8REft7mUb/NLETmSCURIXZDFnefVLl/xfA437eGmN99aEEFW+UjQY0RG43ArQGm7UHycSAz0UgUADFxhoXeJuzPcjAMOMns69ZAUzfzu+xfpco=
| 47.5 | 696 | 0.875789 |
85afba38537545896cdb5ddcdeaa59a62d109ca1 | 1,018 | yml | YAML | threads/3339347/posts/60779358.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/3339347/posts/60779358.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/3339347/posts/60779358.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | url: showpost.php?p=60779358&postcount=3999
id: 60779358
tid: 3339347
num: 3999
datetime: 2013-08-24T14:21:00.000Z
user:
img: null
name: rauhung91
title: Senior Member
joinDate: 2013-02-28T16:00:00.000Z
posts: 729
id: '1202700'
title: 'Re: [Official Thread] Review về Nghề Vệ Sĩ - Đời ko như mơ?'
content:
html: "\r\n\t\t\t\r\n\t\t\tKhông biết con M thế nào, nhưng mình đoán là sau vụ này chắc nó xóa mẹ fb rồi, có lập thì cũng éo cho bác chủ thớt biết thập chí có khi nó còn không bao giờ xài fb nữa nên khỏi tính chuyện xin info fb đi.\r\n\t\t"
text: >-
Không biết con M thế nào, nhưng mình đoán là sau vụ này chắc nó xóa mẹ fb
rồi, có lập thì cũng éo cho bác chủ thớt biết thập chí có khi nó còn không
bao giờ xài fb nữa nên khỏi tính chuyện xin info fb đi.
| 50.9 | 471 | 0.657171 |
efd09778343b1c9d432da7db7c05b26025907fef | 757 | yml | YAML | .github/workflows/codeql.yml | bcanseco/full.stack.dev | 50ccdec667d890691b864391aa0cf5ada4f2adb2 | [
"MIT"
] | 1 | 2020-11-28T23:55:02.000Z | 2020-11-28T23:55:02.000Z | .github/workflows/codeql.yml | bcanseco/full.stack.dev | 50ccdec667d890691b864391aa0cf5ada4f2adb2 | [
"MIT"
] | 8 | 2019-02-25T01:33:32.000Z | 2022-02-27T02:29:39.000Z | .github/workflows/codeql.yml | bcanseco/full.stack.dev | 50ccdec667d890691b864391aa0cf5ada4f2adb2 | [
"MIT"
] | null | null | null | name: codeql
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '0 7 * * 0' # every sunday at 7
jobs:
codeql:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
# Initializes the CodeQL tools for scanning.
- uses: github/codeql-action/init@main
- uses: github/codeql-action/analyze@main
| 28.037037 | 73 | 0.648613 |
674968a4e377a15148f1631cda2ebe5f4d7eb44b | 334 | yml | YAML | docker-compose.yml | lauslim12/attendance | c3b3e0f09d3e5999e9cb65e471f9d3d801791fa8 | [
"MIT"
] | 3 | 2021-12-21T09:39:37.000Z | 2022-02-20T11:39:56.000Z | docker-compose.yml | lauslim12/attendance | c3b3e0f09d3e5999e9cb65e471f9d3d801791fa8 | [
"MIT"
] | null | null | null | docker-compose.yml | lauslim12/attendance | c3b3e0f09d3e5999e9cb65e471f9d3d801791fa8 | [
"MIT"
] | null | null | null | version: "3.9"
services:
mariadb:
image: mariadb:10.7.1
restart: always
ports:
- 3306:3306
environment:
- MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=true
networks:
- infra
redis:
image: redis:6.2.5
restart: always
ports:
- 6379:6379
networks:
- infra
networks:
infra:
| 13.916667 | 46 | 0.58982 |
cd5ceee32ecff8047e4e0f8c2c0e2759f960381c | 822 | yml | YAML | _config.yml | saide-koolivand/saide-koolivand.github.io | 4e0896be4a053d060dca4a682803098a27752a5f | [
"MIT"
] | null | null | null | _config.yml | saide-koolivand/saide-koolivand.github.io | 4e0896be4a053d060dca4a682803098a27752a5f | [
"MIT"
] | null | null | null | _config.yml | saide-koolivand/saide-koolivand.github.io | 4e0896be4a053d060dca4a682803098a27752a5f | [
"MIT"
] | 1 | 2020-12-16T06:14:51.000Z | 2020-12-16T06:14:51.000Z | # Site/SEO settings
email: saide.koolivand2018@gmail.com
permalink: /:year/:month/:title/
google_analytics: UA-57782903-1
name: Saide Koolivand Salouki
title: Saide Koolivand Salouki
description: >
My name is Saide Koolivand Salouki. I am an Industrial Designer and Idea developer
url: http://saide-koolivand.github.io
#twitter_username:
#default_img: http://thomasvaeth.com/assets/images/me.jpg
# Build settings
markdown: kramdown
plugins:
- jekyll-paginate
- jekyll-sitemap
compress_html:
clippings: all
comments: all
startings: [html, head, body]
exclude:
- node_modules
- .DS_Store
- CNAME
- Gemfile
- Gemfile.lock
- gulpfile.js
- package.json
- README.md
# Pagination
paginate: 3
paginate_path: '/page/:num/'
# Collections
collections:
work:
output: true
permalink: /:path/
| 19.571429 | 84 | 0.734793 |
cdd7a70b9cdc9dccf3eb15f0bc92e6329e555b67 | 782 | yml | YAML | misc/zip.yml | km45/kamoshika | 8e705b8e662c6703578a746e132e5488e4c72f54 | [
"MIT"
] | 1 | 2018-08-12T06:48:08.000Z | 2018-08-12T06:48:08.000Z | misc/zip.yml | km45/responce-diff-checker | 8e705b8e662c6703578a746e132e5488e4c72f54 | [
"MIT"
] | 5 | 2018-09-20T03:30:39.000Z | 2018-10-28T10:33:45.000Z | misc/zip.yml | km45/kamoshika | 8e705b8e662c6703578a746e132e5488e4c72f54 | [
"MIT"
] | null | null | null | ---
# 最終的なイメージ
query:
mode: stateful
config:
dst:
- raw_responce_first.zip
- raw_responce_second.zip
# mode: stateless
# config:
# dst:
# - raw_responce.zip
post-query-filters:
- filter: dump
config:
dst: raw
- filter: extract-zip
config:
src: raw_responce_first.zip
dst: first
- filter: extract-zip
config:
src: raw_responce_second.zip
dst: second
- filter: dump
config:
dst: extracted
- filter: format-json
config:
path: summary.json
- filter: pb2json
config:
src: first/hoge.pb
dst: first/hoge.txt
root: hoge_pb.hoge.Result
- filter: dump
config:
dst: done
- filter: invoke-diff-viewer
config:
dumped-dir: done
target-path: .
| 17.772727 | 34 | 0.601023 |
b86f277dd6556acb76041cb2b8f7c61a816867c7 | 2,773 | yml | YAML | articles/iot-central/core/index.yml | followtushar/mc-docs.zh-cn | 68fc72b7c388735e59c94bcae07bac505085b3fe | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/iot-central/core/index.yml | followtushar/mc-docs.zh-cn | 68fc72b7c388735e59c94bcae07bac505085b3fe | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/iot-central/core/index.yml | followtushar/mc-docs.zh-cn | 68fc72b7c388735e59c94bcae07bac505085b3fe | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ### YamlMime:Landing
title: Azure IoT Central 文档
summary: Azure IoT Central 是一种 IoT 应用程序平台,用于简化创建 IoT 解决方案。 Azure IoT Central 简化了 IoT 解决方案的初始设置,并减少了典型 IoT 项目的管理负担、运营成本和开销。 通过我们的快速入门和教程了解如何创建、自定义、管理和使用 Azure IoT Central 应用程序。
metadata:
title: Azure IoT Central 文档
description: Azure IoT Central 应用程序简化了创建 IoT 解决方案。 了解如何创建、自定义、管理和使用 Azure IoT Central 应用程序。
services: iot-central
ms.service: iot-central
ms.topic: landing-page
author: philmea
ms.author: v-yiso
origin.date: 10/25/2019
ms.openlocfilehash: 591a682a06475ad260c948a6c3a962b1ef084a06
ms.sourcegitcommit: 6ffa4d50cee80c7c0944e215ca917a248f2a4bcd
ms.translationtype: HT
ms.contentlocale: zh-CN
ms.lasthandoff: 12/06/2019
ms.locfileid: "74883816"
landingContent:
- title: 关于 Azure IoT Central
linkLists:
- linkListType: overview
links:
- text: 什么是 Azure IoT Central?
url: overview-iot-central.md
- text: IoT 解决方案选项
url: overview-iot-central-tour.md
- text: 浏览 UI
url: overview-iot-central-tour.md
- linkListType: architecture
links:
- text: Azure IoT Central 体系结构
url: concepts-architecture.md
- linkListType: quickstart
links:
- text: 创建新应用程序
url: quick-deploy-iot-central.md
- title: 建立连接
linkLists:
- linkListType: tutorial
links:
- text: 设置设备模板
url: howto-set-up-template.md
- text: 连接 IoT 即插即用设备
url: tutorial-add-device.md
- linkListType: how-to-guide
links:
- text: 准备和连接 MX Chip IoT DevKit
url: howto-connect-devkit.md
- text: 连接其他 IoT 云
url: howto-build-iotc-device-bridge.md
- title: 保持连接
linkLists:
- linkListType: tutorial
links:
- text: 使用设备集
url: howto-use-device-sets.md
- linkListType: how-to-guide
links:
- text: 管理设备
url: howto-manage-devices.md
- text: 运行作业
url: howto-run-a-job.md
- text: 分析设备数据
url: howto-create-analytics.md
- title: 转换
linkLists:
- linkListType: tutorial
links:
- text: 创建遥测规则
url: howto-create-telemetry-rules.md
- text: 导出到 Blob 存储
url: howto-export-data-blob-storage.md
- linkListType: how-to-guide
links:
- text: 创建自定义规则
url: howto-create-custom-rules.md
- title: 管理
linkLists:
- linkListType: how-to-guide
links:
- text: 管理应用程序
url: howto-administer.md
- text: 管理用户和角色
url: howto-manage-users-roles.md
- text: 查看帐单
url: howto-view-bill.md
- text: 自定义应用程序 UI
url: howto-customize-ui.md
- text: 配置个人仪表板
url: howto-create-personal-dashboards.md
- text: 使用仪表板磁贴
url: howto-add-tiles-to-your-dashboard.md
- text: 使用应用程序模板
url: howto-use-app-templates.md
| 28.885417 | 176 | 0.655608 |
c298c7b912289ed785bfacb3dbe2dcaf64401595 | 326 | yaml | YAML | tests/unit/test_make_cellmarkfiletable.yaml | procha2/chromhmm-pipeline | b38fd79bbfbd6a233e21121cbe7b11efdf4df269 | [
"MIT"
] | 1 | 2021-05-21T00:08:41.000Z | 2021-05-21T00:08:41.000Z | tests/unit/test_make_cellmarkfiletable.yaml | procha2/chromhmm-pipeline | b38fd79bbfbd6a233e21121cbe7b11efdf4df269 | [
"MIT"
] | null | null | null | tests/unit/test_make_cellmarkfiletable.yaml | procha2/chromhmm-pipeline | b38fd79bbfbd6a233e21121cbe7b11efdf4df269 | [
"MIT"
] | 1 | 2020-10-01T11:49:16.000Z | 2020-10-01T11:49:16.000Z | ---
- name: test_make_cellmarkfiletable_unit
tags:
- unit
command: >-
tests/caper_run.sh
tests/unit/wdl/test_make_cellmarkfiletable.wdl
tests/unit/json/test_make_cellmarkfiletable.json
stdout:
contains:
- cellmarkfiletable.py
- .json
- cellmarkfiletable.tsv
| 23.285714 | 54 | 0.644172 |
ecb3f256bf7aa0aa74136b5cd0172850f1d39276 | 151 | yml | YAML | ansible-playbooks/roles/maintenance.ops/proxmox.ops/stopvm.ops/tasks/msg.yml | earrmouth/cloud-estate | 618f6df8452d01e6129a5f832c843beaae2a4332 | [
"MIT"
] | 8 | 2021-11-09T14:35:32.000Z | 2022-02-06T12:58:59.000Z | ansible-playbooks/roles/maintenance.ops/proxmox.ops/stopvm.ops/tasks/msg.yml | earrmouth/cloud-estate | 618f6df8452d01e6129a5f832c843beaae2a4332 | [
"MIT"
] | 5 | 2021-11-10T01:52:32.000Z | 2022-02-26T16:30:11.000Z | ansible-playbooks/roles/maintenance.ops/proxmox.ops/stopvm.ops/tasks/msg.yml | earrmouth/cloud-estate | 618f6df8452d01e6129a5f832c843beaae2a4332 | [
"MIT"
] | 2 | 2021-11-10T00:19:29.000Z | 2022-02-05T16:40:45.000Z | ---
- name: (Pre-ops) Print target VM group infromation
ansible.builtin.debug:
msg: "Perform actions on target VM group - {{ target_vm_group }}"
| 30.2 | 69 | 0.695364 |
76acf81b60a24d623116af94316490441fa47ebf | 46 | yml | YAML | roles/pypy/defaults/main.yml | aorith/ansible | 1222c50011bb0272662a4f0e441fe27d4f830ef5 | [
"MIT"
] | null | null | null | roles/pypy/defaults/main.yml | aorith/ansible | 1222c50011bb0272662a4f0e441fe27d4f830ef5 | [
"MIT"
] | null | null | null | roles/pypy/defaults/main.yml | aorith/ansible | 1222c50011bb0272662a4f0e441fe27d4f830ef5 | [
"MIT"
] | null | null | null | pypy_ver: "3.6-v7.3.1"
pypy_ostype: "linux64"
| 15.333333 | 22 | 0.695652 |
c210703711ff9e692e987fa180c2484eb5459110 | 4,741 | yml | YAML | config/sch_man_nwinvasion-skyline-env.yml | nealplatt/sch_man_nwinvasion | 73f7ce5fa4843cc2352fdb709b134f22af28ad19 | [
"MIT"
] | null | null | null | config/sch_man_nwinvasion-skyline-env.yml | nealplatt/sch_man_nwinvasion | 73f7ce5fa4843cc2352fdb709b134f22af28ad19 | [
"MIT"
] | null | null | null | config/sch_man_nwinvasion-skyline-env.yml | nealplatt/sch_man_nwinvasion | 73f7ce5fa4843cc2352fdb709b134f22af28ad19 | [
"MIT"
] | null | null | null | name: sch_man_nwinvasion-skyline
channels:
- anaconda
- bioconda
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=0_gnu
- amas=0.98=py_1
- attrs=19.3.0=py_0
- backcall=0.1.0=py38_0
- bcftools=1.9=h68d8f2e_9
- beagle-lib=3.1.2=h6bb024c_1
- beast2=2.6.1=hf1b8bbb_0
- bedtools=2.29.2=hc088bd4_0
- biopython=1.76=py38h7b6447c_0
- bleach=3.1.1=py_0
- bzip2=1.0.8=h516909a_2
- ca-certificates=2019.11.28=hecc5488_0
- certifi=2019.11.28=py38_0
- curl=7.68.0=hf8cf82a_0
- dbus=1.13.6=he372182_0
- decorator=4.4.1=py_0
- defusedxml=0.6.0=py_0
- entrypoints=0.3=py38_1000
- expat=2.2.9=he1b5a44_2
- font-ttf-ubuntu=0.83=hab24e00_0
- fontconfig=2.13.1=h86ecdb6_1001
- freetype=2.10.0=he983fc9_1
- gettext=0.19.8.1=hc5be6a0_1002
- git=2.23.0=pl526hacde149_0
- glib=2.58.3=py38h6f030ca_1002
- gsl=2.5=h294904e_1
- gst-plugins-base=1.14.5=h0935bb2_2
- gstreamer=1.14.5=h36ae1b5_2
- htslib=1.9=h4da6232_3
- icu=64.2=he1b5a44_1
- importlib_metadata=1.5.0=py38_0
- ipykernel=5.1.4=py38h5ca1d4c_0
- ipython=7.12.0=py38h5ca1d4c_0
- ipython_genutils=0.2.0=py_1
- ipywidgets=7.5.1=py_0
- jedi=0.16.0=py38_0
- jinja2=2.11.1=py_0
- jpeg=9c=h14c3975_1001
- jsonschema=3.2.0=py38_0
- jupyter=1.0.0=py38_7
- jupyter_client=6.0.0=py_0
- jupyter_console=6.1.0=py_0
- jupyter_contrib_core=0.3.3=py_2
- jupyter_contrib_nbextensions=0.5.1=py38_0
- jupyter_core=4.6.3=py38_0
- jupyter_highlight_selected_word=0.2.0=py38_1000
- jupyter_latex_envs=1.4.4=py38_1000
- jupyter_nbextensions_configurator=0.4.1=py38_0
- krb5=1.16.4=h2fd8d38_0
- ld_impl_linux-64=2.33.1=h53a641e_8
- libblas=3.8.0=14_openblas
- libcblas=3.8.0=14_openblas
- libclang=9.0.1=default_hde54327_0
- libcurl=7.68.0=hda55be3_0
- libdeflate=1.2=h516909a_1
- libedit=3.1.20181209=hc058e9b_0
- libffi=3.2.1=he1b5a44_1006
- libgcc-ng=9.2.0=h24d8f2e_2
- libgfortran-ng=7.3.0=hdf63c60_5
- libgomp=9.2.0=h24d8f2e_2
- libiconv=1.15=h516909a_1005
- liblapack=3.8.0=14_openblas
- libllvm9=9.0.1=hc9558a2_0
- libopenblas=0.3.7=h5ec1e0e_6
- libpng=1.6.37=hbc83047_0
- libsodium=1.0.17=h516909a_0
- libssh2=1.8.2=h22169c7_2
- libstdcxx-ng=9.2.0=hdf63c60_2
- libtool=2.4.6=h14c3975_1002
- libuuid=2.32.1=h14c3975_1000
- libxcb=1.13=h14c3975_1002
- libxkbcommon=0.10.0=he1b5a44_0
- libxml2=2.9.10=hee79883_0
- libxslt=1.1.33=h31b3aaa_0
- llvm-openmp=8.0.1=hc9558a2_0
- lxml=4.5.0=py38h7ec2d77_0
- markupsafe=1.1.1=py38h7b6447c_0
- mistune=0.8.4=py38h7b6447c_1000
- nbconvert=5.6.1=py38_0
- nbformat=5.0.4=py_0
- ncurses=6.1=hf484d3e_1002
- notebook=6.0.3=py38_0
- nspr=4.25=he1b5a44_0
- nss=3.47=he751ad9_0
- numpy=1.18.1=py38h95a1406_0
- openjdk=8.0.144=zulu8.23.0.3_2
- openmp=8.0.1=0
- openssl=1.1.1d=h516909a_0
- pandoc=2.9.2=0
- pandocfilters=1.4.2=py38_1
- parso=0.6.1=py_0
- pcre=8.44=he1b5a44_0
- perl=5.26.2=h516909a_1006
- perl-vcftools-vcf=0.1.16=pl526_2
- pexpect=4.8.0=py38_0
- pickleshare=0.7.5=py38_1000
- pip=20.0.2=py_2
- prometheus_client=0.7.1=py_0
- prompt_toolkit=3.0.3=py_0
- pthread-stubs=0.4=h14c3975_1001
- ptyprocess=0.6.0=py_1001
- pycodestyle=2.5.0=py_0
- pygments=2.5.2=py_0
- pyqt=5.12.3=py38hcca6a23_1
- pyrsistent=0.15.7=py38h7b6447c_0
- python=3.8.1=h357f687_2
- python-dateutil=2.8.1=py_0
- pyyaml=5.3=py38h516909a_0
- pyzmq=19.0.0=py38h1768529_0
- qt=5.12.5=hd8c4c69_1
- qtconsole=4.6.0=py_1
- readline=8.0=hf8c457e_0
- send2trash=1.5.0=py38_0
- setuptools=45.2.0=py38_0
- six=1.14.0=py38_0
- sqlite=3.31.1=h7b6447c_0
- tabix=0.2.6=ha92aebf_0
- terminado=0.8.3=py38_0
- testpath=0.4.4=py_0
- tk=8.6.10=hed695b0_0
- tornado=6.0.3=py38h516909a_4
- traitlets=4.3.3=py38_0
- vcftools=0.1.16=he860b03_3
- wcwidth=0.1.8=py_0
- webencodings=0.5.1=py38_1
- wheel=0.34.2=py_1
- widgetsnbextension=3.5.1=py38_0
- xorg-fixesproto=5.0=h14c3975_1002
- xorg-inputproto=2.3.2=h14c3975_1002
- xorg-kbproto=1.0.7=h14c3975_1002
- xorg-libx11=1.6.9=h516909a_0
- xorg-libxau=1.0.9=h14c3975_0
- xorg-libxdmcp=1.1.3=h516909a_0
- xorg-libxext=1.3.4=h516909a_0
- xorg-libxfixes=5.0.3=h516909a_1004
- xorg-libxi=1.7.10=h516909a_0
- xorg-libxtst=1.2.3=h516909a_1002
- xorg-recordproto=1.14.2=h516909a_1002
- xorg-xextproto=7.3.0=h14c3975_1002
- xorg-xproto=7.0.31=h14c3975_1007
- xz=5.2.4=h14c3975_1001
- yaml=0.2.2=h516909a_1
- zeromq=4.3.2=he1b5a44_2
- zipp=3.0.0=py_0
- zlib=1.2.11=h516909a_1006
- pip:
- pyqt5-sip==4.19.18
- pyqtwebengine==5.12.1
- qstat==0.0.4
- xmltodict==0.12.0
prefix: /master/nplatt/anaconda3/envs/sch_man_nwinvasion-skyline
| 29.447205 | 64 | 0.701962 |
703c53a21c6c9b1c1a610c177503c6fe660dd4b6 | 534 | yaml | YAML | sample_config.yaml | csm10495/auto | 7c1302a36b318d6f01efcc54d694af4bd4ec8e21 | [
"MIT"
] | null | null | null | sample_config.yaml | csm10495/auto | 7c1302a36b318d6f01efcc54d694af4bd4ec8e21 | [
"MIT"
] | null | null | null | sample_config.yaml | csm10495/auto | 7c1302a36b318d6f01efcc54d694af4bd4ec8e21 | [
"MIT"
] | null | null | null | auto_config:
executor:
enable: true
execution_directory: null
extensions_to_remove_from_pathext:
- py
- pyw
- pyc
max_process_runtime_seconds: 3
log_directory: null
log_level: DEBUG
log_max_rotations_to_save: null
log_max_size_bytes: null
log_format: null
watcher:
enable: true
log_directory: null
log_level: DEBUG
log_max_rotations_to_save: null
log_max_size_bytes: null
poll_all_directory: all
poll_directory: .
poll_seconds: 5
log_format: null | 22.25 | 38 | 0.707865 |
fcb80e8c9a65be5c1459b6566694a9bba3590107 | 19,471 | yml | YAML | docscontentnav/MSDocsHeader-DocsSQL.yml | MicrosoftDocs/DocsContentNav | 69966009b065b254e6f5c93899444e952ce94643 | [
"CC-BY-4.0",
"MIT"
] | 3 | 2020-05-18T17:04:20.000Z | 2021-04-20T21:12:56.000Z | docscontentnav/MSDocsHeader-DocsSQL.yml | MicrosoftDocs/DocsContentNav | 69966009b065b254e6f5c93899444e952ce94643 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docscontentnav/MSDocsHeader-DocsSQL.yml | MicrosoftDocs/DocsContentNav | 69966009b065b254e6f5c93899444e952ce94643 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2021-03-25T16:49:40.000Z | 2021-11-15T11:10:09.000Z | ### YamlMime:ContentNav
category:
href: https://docs.microsoft.com/en-us/sql
title: SQL Docs
items:
- title: Overview
items:
- title: On-premises
items:
- href: https://docs.microsoft.com/en-us/sql/sql-server/sql-server-technical-documentation?view=sql-server-2017
title: SQL Server on Windows
- href: https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-overview?view=sql-server-2017
title: SQL Server on Linux
- title: Azure
items:
- href: https://docs.microsoft.com/en-us/azure/sql-database/
title: SQL Database
- href: https://docs.microsoft.com/en-us/azure/sql-data-warehouse/sql-data-warehouse-overview-what-is
title: SQL Data Warehouse
- href: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sql/virtual-machines-windows-sql-server-iaas-overview/
title: SQL Server on a Windows VM
- href: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/sql/sql-server-linux-virtual-machines-overview
title: SQL Server on a Linux VM
- title: What's new
items:
- href: http://aka.ms/sqlvnextdocs
title: SQL Server
- href: http://aka.ms/newsqltooldoc
title: Tools
- href: http://aka.ms/newsqldbdoc
title: SQL Database
- href: http://aka.ms/newsqldwdoc
title: SQL Data Warehouse
- href: https://aka.ms/newsqlvmdoc
title: SQL Server on Azure VM
- title: Feedback and help
items:
- href: https://docs.microsoft.com/en-us/sql/sql-server/sql-server-get-help?view=sql-server-2017
title: Help
- href: http://aka.ms/sqldocsfeedback
title: SQL Docs Feedback
- href: http://aka.ms/sqlfeedback
title: SQL Server Feedback
- href: https://cloudblogs.microsoft.com/sqlserver/
title: Blog
- href: https://twitter.com/sqldocs
title: Twitter
- href: https://social.msdn.microsoft.com/Forums/en-us/home?forum=sqldatabaseengine&filter=alltypes&sort=lastpostdesc
title: MSDN Forum
- href: http://aka.ms/editsqldocs
title: Contribute to SQL Docs
- href: https://docs.microsoft.com/en-us/sql/lp/sql-server/sql-education-center?view=sql-server-2017
title: SQL Education Center
- title: Install
items:
- title: Setup
items:
- href: https://docs.microsoft.com/en-us/sql/database-engine/install-windows/install-sql-server?view=sql-server-2017
title: SQL Server
- href: https://docs.microsoft.com/en-us/sql/analysis-services/instances/install-windows/install-analysis-services?view=sql-server-2017
title: Analysis Services (SSAS)
- href: https://docs.microsoft.com/en-us/sql/integration-services/install-windows/install-integration-services?view=sql-server-2017
title: Integration Services (SSIS)
- href: https://docs.microsoft.com/en-us/sql/reporting-services/install-windows/install-reporting-services?view=sql-server-2017
title: Reporting Services (SSRS)
- href: https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017
title: SQL Server Management Studio (SSMS)
- href: https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?view=sql-server-2017
title: SQL Server Data Tools (SSDT)
- href: https://docs.microsoft.com/en-us/sql/azure-data-studio/download?view=sql-server-2017
title: Azure Data Studio
- title: Upgrade
items:
- href: https://docs.microsoft.com/en-us/sql/database-engine/install-windows/upgrade-sql-server?view=sql-server-2017
title: SQL Server
- href: https://docs.microsoft.com/en-us/sql/database-engine/install-windows/upgrade-analysis-services?view=sql-server-2017
title: Analysis Services (SSAS)
- href: https://docs.microsoft.com/en-us/sql/integration-services/install-windows/upgrade-integration-services?view=sql-server-2017
title: Integration Services (SSIS)
- href: https://docs.microsoft.com/en-us/sql/reporting-services/install-windows/upgrade-and-migrate-reporting-services?view=sql-server-2017
title: Reporting Services (SSRS)
- title: Migrate
items:
- href: https://docs.microsoft.com/en-us/azure/dms/dms-overview
title: Azure Database Migration Service
- href: https://docs.microsoft.com/en-us/sql/dma/dma-overview?view=sql-server-2017
title: Database Migration Assistant
- href: https://docs.microsoft.com/en-us/sql/ssma/sql-server-migration-assistant?view=sql-server-2017
title: SQL Server Migration Assistant
- href: https://docs.microsoft.com/en-us/sql/dea/database-experimentation-assistant-overview?view=sql-server-2017
title: Database Experimentation Asisstant
- title: Secure
items:
- href: https://docs.microsoft.com/en-us/sql/relational-databases/security/authentication-access/managing-logins-users-and-schemas-how-to-topics?view=sql-server-2017
title: Authentication and access
- href: https://docs.microsoft.com/en-us/sql/relational-databases/security/encryption/always-encrypted-database-engine?view=sql-server-2017
title: Always Encrypted
- href: https://docs.microsoft.com/en-us/sql/relational-databases/security/dynamic-data-masking?view=sql-server-2017
title: Dynamic Data Masking
- href: https://docs.microsoft.com/en-us/sql/relational-databases/security/permissions-database-engine?view=sql-server-2017
title: Permissions
- href: https://docs.microsoft.com/en-us/sql/relational-databases/security/row-level-security?view=sql-server-2017
title: Row-level security
- href: https://docs.microsoft.com/en-us/sql/connect/jdbc/understanding-ssl-support?view=sql-server-2017
title: Secure Socket Layer (SSL)
- href: https://docs.microsoft.com/en-us/sql/relational-databases/security/encryption/transparent-data-encryption?view=sql-server-2017
title: Transparent Data Encryption (TDE)
- title: Develop
items:
- title: Basic design
items:
- href: https://docs.microsoft.com/en-us/sql/relational-databases/databases/databases?view=sql-server-2017
title: Databases
- href: https://docs.microsoft.com/en-us/sql/relational-databases/tables/tables?view=sql-server-2017
title: Tables
- href: https://docs.microsoft.com/en-us/sql/relational-databases/collations/collation-and-unicode-support?view=sql-server-2017
title: Collation
- href: https://docs.microsoft.com/en-us/sql/relational-databases/indexes/indexes?view=sql-server-2017
title: Indexes
- href: https://docs.microsoft.com/en-us/sql/relational-databases/stored-procedures/stored-procedures-database-engine?view=sql-server-2017
title: Stored procedures
- href: https://docs.microsoft.com/en-us/sql/relational-databases/triggers/logon-triggers?view=sql-server-2017
title: Triggers
- href: https://docs.microsoft.com/en-us/sql/relational-databases/views/views?view=sql-server-2017
title: Views
- title: Advanced design
items:
- href: https://docs.microsoft.com/sql/relational-databases/hierarchical-data-sql-server?view=sql-server-2017
title: Hierarchical data
- href: https://docs.microsoft.com/en-us/sql/relational-databases/json/json-data-sql-server?view=sql-server-2017
title: JSON
- href: https://docs.microsoft.com/en-us/sql/relational-databases/sequence-numbers/sequence-numbers?view=sql-server-2017
title: Sequence numbers
- href: https://docs.microsoft.com/en-us/sql/relational-databases/spatial/spatial-data-sql-server?view=sql-server-2017
title: Spatial data
- href: https://docs.microsoft.com/en-us/sql/relational-databases/xml/xml-data-sql-server?view=sql-server-2017
title: XML data
- href: https://docs.microsoft.com/en-us/sql/relational-databases/blob/filestream-sql-server?view=sql-server-2017
title: Filestream
- href: https://docs.microsoft.com/en-us/sql/relational-databases/blob/filetables-sql-server?view=sql-server-2017
title: Filetable
- title: Load Data
items:
- href: https://docs.microsoft.com/en-us/sql/tools/bcp-utility?view=sql-server-2017
title: BCP
- href: https://docs.microsoft.com/en-us/sql/relational-databases/import-export/import-flat-file-wizard?view=sql-server-2017
title: Import Flat File Wizard
- href: https://docs.microsoft.com/en-us/sql/integration-services/import-export-data/import-and-export-data-with-the-sql-server-import-and-export-wizard?view=sql-server-2017
title: Import and Export Wizard
- href: https://docs.microsoft.com/en-us/sql/relational-databases/replication/sql-server-replication?view=sql-server-2017
title: Replication
- href: https://docs.microsoft.com/en-us/sql/integration-services/sql-server-integration-services?view=sql-server-2017
title: SQL Server Integration Services (SSIS)
- title: Query
items:
- href: https://docs.microsoft.com/en-us/sql/relational-databases/search/full-text-search?view=sql-server-2017
title: Full-text search
- href: https://docs.microsoft.com/en-us/sql/relational-databases/performance/joins?view=sql-server-2017
title: Joins
- href: https://docs.microsoft.com/en-us/sql/ssms/scripting/database-engine-scripting?view=sql-server-2017
title: Scripting
- href: https://docs.microsoft.com/en-us/sql/relational-databases/performance/subqueries?view=sql-server-2017
title: Subqueries
- href: https://docs.microsoft.com/en-us/sql/relational-databases/synonyms/synonyms-database-engine?view=sql-server-2017
title: Synonyms
- href: https://docs.microsoft.com/en-us/sql/relational-databases/user-defined-functions/user-defined-functions?view=sql-server-2017
title: User-defined functions
- title: Administer
items:
- title: Business Continuity
items:
- href: https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/overview-of-always-on-availability-groups-sql-server?view=sql-server-2017
title: Always On Availability Groups
- href: https://docs.microsoft.com/en-us/sql/sql-server/failover-clusters/windows/always-on-failover-cluster-instances-sql-server?view=sql-server-2017
title: Always On Failover Cluster Instance
- href: https://docs.microsoft.com/en-us/sql/database-engine/database-mirroring/database-mirroring-sql-server?view=sql-server-2017
title: Database Mirroring
- href: https://docs.microsoft.com/en-us/sql/database-engine/log-shipping/about-log-shipping-sql-server?view=sql-server-2017
title: Log Shipping
- href: https://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/back-up-and-restore-of-sql-server-databases?view=sql-server-2017
title: Backup and restore
- title: Manage
items:
- href: https://docs.microsoft.com/en-us/sql/connect/homepage-sql-connection-programming?view=sql-server-2017
title: Connect
- href: https://docs.microsoft.com/en-us/sql/relational-databases/maintenance-plans/maintenance-plans?view=sql-server-2017
title: Maintenance Plans
- href: https://docs.microsoft.com/en-us/sql/relational-databases/policy-based-management/administer-servers-by-using-policy-based-management?view=sql-server-2017
title: Policy-based management
- href: https://docs.microsoft.com/en-us/sql/ssms/agent/sql-server-agent?view=sql-server-2017
title: SQL Server Agent
- href: https://docs.microsoft.com/en-us/sql/relational-databases/logs/the-transaction-log-sql-server?view=sql-server-2017
title: Transaction log management
- title: Tune
items:
- href: https://docs.microsoft.com/en-us/sql/relational-databases/automatic-tuning/automatic-tuning?view=sql-server-2017
title: Automatic Tuning
- href: https://docs.microsoft.com/en-us/sql/relational-databases/performance/database-engine-tuning-advisor?view=sql-server-2017
title: Database Tuning Advisor
- href: https://docs.microsoft.com/en-us/sql/relational-databases/indexes/indexes?view=sql-server-2017
title: Indexes
- href: https://docs.microsoft.com/en-us/sql/relational-databases/in-memory-oltp/in-memory-oltp-in-memory-optimization?view=sql-server-2017
title: In-Memory OLTP
- href: https://docs.microsoft.com/en-us/sql/relational-databases/statistics/statistics
title: Statistics
- href: https://docs.microsoft.com/en-us/sql/relational-databases/performance/monitoring-performance-by-using-the-query-store?view=sql-server-2017
title: Query Store
- title: Tools
items:
- href: https://docs.microsoft.com/en-us/sql/relational-databases/extended-events/extended-events?view=sql-server-2017
title: Extended Events
- href: https://docs.microsoft.com/en-us/sql/tools/sqldiag-utility?view=sql-server-2017
title: SQL Diag
- href: https://docs.microsoft.com/en-us/sql/tools/sql-server-profiler/sql-server-profiler?view=sql-server-2017
title: SQL Server Profiler
- href: https://docs.microsoft.com/en-us/sql/ssms/sql-server-management-studio-ssms?view=sql-server-2017
title: SQL Server Management Studio
- href: https://docs.microsoft.com/en-us/sql/azure-data-studio/what-is?view=sql-server-2017
title: Azure Data Studio
- href: https://docs.microsoft.com/en-us/sql/ssdt/sql-server-data-tools?view=sql-server-2017
title: SQL Server Data Tools
- href: https://portal.azure.com/
title: Azure Portal
- title: Analyze
items:
- title: Reporting
items:
- href: https://docs.microsoft.com/en-us/sql/reporting-services/create-deploy-and-manage-mobile-and-paginated-reports?view=sql-server-2017
title: SQL Server Reporting Services (SSRS)
- href: https://docs.microsoft.com/en-us/power-bi/power-bi-overview
title: Power BI Service
- href: https://docs.microsoft.com/en-us/power-bi/report-server/get-started
title: Power BI Report Server
- title: Data Analytics
items:
- href: https://docs.microsoft.com/en-us/sql/analytics-platform-system/?view=aps-pdw-2016-au7
title: Microsoft Analytics Platform System
- href: https://docs.microsoft.com/en-us/sql/analysis-services/analysis-services?view=sql-server-2017
title: SQL Server Analysis Services (SSAS)
- href: https://docs.microsoft.com/en-us/azure/analysis-services/
title: Azure Analysis Services
- href: https://docs.microsoft.com/en-us/sql/relational-databases/polybase/polybase-guide?view=sql-server-2017
title: Polybase
- href: https://docs.microsoft.com/en-us/sql/big-data-cluster/big-data-cluster-overview?view=sqlallproducts-allversions
title: SQL Server 2019 big data clusters
- title: AI and Machine Learning
items:
- href: https://docs.microsoft.com/en-us/sql/advanced-analytics/what-is-sql-server-machine-learning?view=sql-server-2017
title: SQL Machine Learning Services (R & Python)
- href: https://docs.microsoft.com/en-us/sql/advanced-analytics/r/sql-server-r-services?view=sql-server-2017
title: SQL Server R Services
- href: https://docs.microsoft.com/en-us/azure/machine-learning/
title: Azure Machine Learning
- title: Reference
items:
- title: Reference
items:
- href: https://docs.microsoft.com/en-us/previous-versions/sql/
title: Archived Content (SQL 2005 - 2012)
- href: https://docs.microsoft.com/en-us/sql/samples/sql-samples-where-are?view=sql-server-2017
title: Database Samples
- href: https://docs.microsoft.com/en-us/sql/xquery/xquery-language-reference-sql-server?view=sql-server-2017
title: xQuery
- href: https://docs.microsoft.com/en-us/sql/powershell/sql-server-powershell?view=sql-server-2017
title: SQL Server PowerShell
- href: https://docs.microsoft.com/en-us/sql/t-sql/language-reference?view=sql-server-2017
title: Transact-SQL (T-SQL)
- href: https://docs.microsoft.com/en-us/rest/api/sql/
title: SQL Rest API
- href: https://docs.microsoft.com/en-us/dotnet/api/?view=sqlserver-2017
title: SQL .NET SDK API
- href: https://docs.microsoft.com/en-us/sql/relational-databases/errors-events/errors-and-events-reference-database-engine?view=sql-server-2017
title: Errors and events
- href: https://docs.microsoft.com/en-us/sql/relational-databases/event-classes/sql-server-event-class-reference?view=sql-server-2017
title: Event classes
- title: System objects
items:
- href: https://docs.microsoft.com/en-us/sql/relational-databases/system-catalog-views/catalog-views-transact-sql?view=sql-server-2017
title: System catalog views
- href: https://docs.microsoft.com/en-us/sql/relational-databases/system-compatibility-views/system-compatibility-views-transact-sql?view=sql-server-2017
title: System compatibility views
- href: https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/system-dynamic-management-views?view=sql-server-2017
title: System dynamic management views
- href: https://docs.microsoft.com/en-us/sql/relational-databases/system-functions/system-functions-for-transact-sql?view=sql-server-2017
title: System functions
- href: https://docs.microsoft.com/en-us/sql/relational-databases/system-information-schema-views/system-information-schema-views-transact-sql?view=sql-server-2017
title: System information schema views
- href: https://docs.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/system-stored-procedures-transact-sql?view=sql-server-2017
title: System stored procedures
- href: https://docs.microsoft.com/en-us/sql/relational-databases/system-tables/system-tables-transact-sql?view=sql-server-2017
title: System tables
- href: https://docs.microsoft.com/en-us/sql/relational-databases/system-views/replication-views-transact-sql?view=sql-server-2017
title: System views
callToAction:
primary:
href: https://www.microsoft.com/en-us/sql-server/sql-server-downloads
title: Download SQL Server
| 65.120401 | 183 | 0.677931 |
da029b06055d8081aa63f37031957506a547f57b | 961 | yml | YAML | data/nh/legislature/Dennis-Green-63606051-5698-4e90-8323-a1cab068bc24.yml | putorti/people | 9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc | [
"CC0-1.0"
] | 58 | 2018-10-18T22:50:29.000Z | 2022-03-01T21:03:44.000Z | data/nh/legislature/Dennis-Green-63606051-5698-4e90-8323-a1cab068bc24.yml | putorti/people | 9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc | [
"CC0-1.0"
] | 350 | 2018-09-28T18:51:08.000Z | 2022-03-21T19:03:57.000Z | data/nh/legislature/Dennis-Green-63606051-5698-4e90-8323-a1cab068bc24.yml | putorti/people | 9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc | [
"CC0-1.0"
] | 74 | 2018-10-06T16:52:56.000Z | 2022-02-11T15:45:20.000Z | id: ocd-person/63606051-5698-4e90-8323-a1cab068bc24
name: Dennis E. Green
given_name: Dennis
family_name: Green
email: Dennis.Green@leg.state.nh.us
image: http://www.gencourt.state.nh.us/house/images/memberpics/377777.jpg
party:
- name: Republican
roles:
- type: lower
jurisdiction: ocd-jurisdiction/country:us/state:nh/government
district: Rockingham 13
links:
- url: http://www.gencourt.state.nh.us/downloads/Members.txt
- url: http://gencourt.state.nh.us/downloads/Members.txt
other_identifiers:
- scheme: legacy_openstates
identifier: NHL001267
sources:
- url: http://www.gencourt.state.nh.us/house/members/member.aspx?member=377777
- url: http://www.gencourt.state.nh.us/downloads/Members.txt
- url: http://gencourt.state.nh.us/downloads/Members.txt
extras:
first_name: Dennis
last_name: Green
middle_name: E.
offices:
- address: PO Box 776;Hampstead, NH 03841-0776
voice: 603-234-7776
classification: district
name: 'District Office #1'
| 30.03125 | 78 | 0.770031 |
c5494f756b1399c948be09cf3a42286736f8f6ed | 2,267 | yml | YAML | sample/src/main/assets/rule/vca_screening_calculation.yml | Otensia/opensrp-client-native-form | 7eec5a7111101b12fe999f17712faebc23b05a37 | [
"Apache-2.0"
] | null | null | null | sample/src/main/assets/rule/vca_screening_calculation.yml | Otensia/opensrp-client-native-form | 7eec5a7111101b12fe999f17712faebc23b05a37 | [
"Apache-2.0"
] | null | null | null | sample/src/main/assets/rule/vca_screening_calculation.yml | Otensia/opensrp-client-native-form | 7eec5a7111101b12fe999f17712faebc23b05a37 | [
"Apache-2.0"
] | 2 | 2021-08-18T11:21:32.000Z | 2021-08-20T22:16:48.000Z | ---
name: step3_first_name
description: Child's First Name
priority: 1
condition: "step3_first_name == ''"
actions:
- "calculation = step1_adolescent_first_name"
---
name: step3_last_name
description: Child's Last Name
priority: 1
condition: "step3_last_name == ''"
actions:
- "calculation = step1_adolescent_last_name"
---
name: step3_birthdate
description: Child's dob
priority: 1
condition: "step3_birthdate == ''"
actions:
- "calculation = step1_adolescent_birthdate"
---
name: step5_caregiver_firstname
description: Caregiver Firstname
priority: 1
condition: "step5_caregiver_firstname == ''"
actions:
- "calculation = step1_adolescent_name_of_caregiver"
---
name: step5_village
description: Caregiver Village
priority: 1
condition: "step5_village == ''"
actions:
- "calculation = step1_adolescent_village"
---
name: step5_phone_number
description: Caregiver Phone
priority: 1
condition: "step5_phone_number == ''"
actions:
- "calculation = step1_adolescent_phone"
---
name: step1_receives_drugs_to_prevent_hiv_and_other_illnesses_hei
description: receives_drugs_to_prevent_hiv_and_other_illnesses_hei
priority: 1
condition: "step1_receives_drugs_to_prevent_hiv_and_other_illnesses_hei == ''"
actions:
- "calculation = step1_takes_drugs_to_prevent_other_diseases"
---
name: step1_child_been_screened_for_malnutrition_hei
description: child_been_screened_for_malnutrition_hei
priority: 1
condition: "step1_child_been_screened_for_malnutrition_hei == ''"
actions:
- "calculation = step1_screened_for_malnutrition"
---
name: step1_child_gets_drugs_to_prevent_tb_hei
description: child_gets_drugs_to_prevent_tb_hei
priority: 1
condition: "step1_child_been_screened_for_malnutrition_hei == ''"
actions:
- "calculation = step1_gets_tb_preventive_therapy"
---
name: step3_gender
description: Adolescent Gender
priority: 1
condition: "step3_gender == ''"
actions:
- "calculation = step1_adolescent_gender"
---
name: step3_index_check_box
description: index_check_box
priority: 1
condition: "step3_index_check_box == ''"
actions:
- "calculation = step1_is_hiv_positive"
---
name: step1_age_calculated
description: Age calculated
priority: 1
condition: "true"
actions:
- "calculation = helper.getDifferenceDays(step1_adolescent_birthdate) / 365.25" | 26.988095 | 81 | 0.803705 |
573d911a9d917612edcd4ed83fa9caa2084785ed | 938 | yml | YAML | threads/3334493/posts/68859607.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/3334493/posts/68859607.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/3334493/posts/68859607.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | url: showpost.php?p=68859607&postcount=15593
id: 68859607
tid: 3334493
num: 15593
datetime: 2014-07-13T04:13:00.000Z
user:
img: null
name: thattiennu8
title: Senior Member
joinDate: 2013-08-31T16:00:00.000Z
posts: 529
id: '1316237'
title: >-
Re: post 1 tấm ảnh về Cô gái mà bạn cho là xinh nhất mà bạn từng gặp trong
đời?!
content:
html: "\r\n\t\t\t\r\n\t\t\t<b>Các thím cho em hỏi, thằng Mutin có phải là clone của thằng Cusin không ạ<img src=\"/images/smilies/Off/surrender.gif\" border=\"0\" alt=\"\" title=\"Surrender\" class=\"inlineimg\">, thấy nó post toàn cá sấu</b><img src=\"/images/smilies/Off/burn_joss_stick.gif\" border=\"0\" alt=\"\" title=\"Burn Joss Stick\" class=\"inlineimg\">\r\n\t\t"
text: >-
Các thím cho em hỏi, thằng Mutin có phải là clone của thằng Cusin không ạ,
thấy nó post toàn cá sấu
| 44.666667 | 470 | 0.668443 |
98479280a5f1c8f085d12c4f63990b42fb5e4239 | 77 | yaml | YAML | tests/minimal/phase0/ssz_static/SignedVoluntaryExit/ssz_lengthy/case_18/roots.yaml | SifraiHQ/eth2.0-spec-tests | 289175b2bf8a12c901bf2eef79605447c5706441 | [
"MIT"
] | null | null | null | tests/minimal/phase0/ssz_static/SignedVoluntaryExit/ssz_lengthy/case_18/roots.yaml | SifraiHQ/eth2.0-spec-tests | 289175b2bf8a12c901bf2eef79605447c5706441 | [
"MIT"
] | null | null | null | tests/minimal/phase0/ssz_static/SignedVoluntaryExit/ssz_lengthy/case_18/roots.yaml | SifraiHQ/eth2.0-spec-tests | 289175b2bf8a12c901bf2eef79605447c5706441 | [
"MIT"
] | null | null | null | {root: '0xf454c60a39fdc9f5aff52ad7461599d86d929d8faf75c8ee84ed4e7912eaba21'}
| 38.5 | 76 | 0.909091 |
edf6786c8ade13ada2e6df465c109d7f9c179282 | 678 | yml | YAML | macros/recursive_template_copy.yml | TerrexTech/ansible_kubeadm_k8s | 58c4c56c4ef2b7d03aba9227786910395a1a6556 | [
"WTFPL"
] | 1 | 2019-01-28T08:40:25.000Z | 2019-01-28T08:40:25.000Z | macros/recursive_template_copy.yml | TerrexTech/ansible_kubeadm_k8s | 58c4c56c4ef2b7d03aba9227786910395a1a6556 | [
"WTFPL"
] | null | null | null | macros/recursive_template_copy.yml | TerrexTech/ansible_kubeadm_k8s | 58c4c56c4ef2b7d03aba9227786910395a1a6556 | [
"WTFPL"
] | 3 | 2018-07-31T19:37:25.000Z | 2018-12-03T09:40:57.000Z | ---
- name: "Create base directory for - {{ item.name }}"
file:
path: "{{ item.dest }}"
state: directory
- name: "Create directories for - {{ item.name }}"
file:
path: "{{ item.dest }}/{{ template_dir.path }}"
state: directory
with_filetree: "{{ item.src }}"
when: template_dir.state == "directory"
loop_control:
loop_var: template_dir
- name: "{{ item.name }}"
template:
src: "{{ template_file.src }}"
dest: "{{ item.dest }}/{{ template_file.path | replace('.j2', '') }}"
mode: "{{ (item.mode | default(0644)) }}"
with_filetree: "{{ item.src }}"
when: template_file.state == "file"
loop_control:
loop_var: template_file
| 26.076923 | 73 | 0.594395 |
72da7c78ce63eea71ff15244d8101d8ec4615daf | 116 | yaml | YAML | lightning_logs/version_6/hparams.yaml | wanghaodi/GPL_Model | 37d53a6cc3beda03b4ea566105fab54aa64bc33e | [
"Apache-2.0"
] | 1 | 2021-02-24T06:15:42.000Z | 2021-02-24T06:15:42.000Z | lightning_logs/version_2/hparams.yaml | wanghaodi/GPL_Model | 37d53a6cc3beda03b4ea566105fab54aa64bc33e | [
"Apache-2.0"
] | 1 | 2021-05-13T05:23:45.000Z | 2021-05-13T06:22:24.000Z | lightning_logs/version_9/hparams.yaml | wanghaodi/GPL_Model | 37d53a6cc3beda03b4ea566105fab54aa64bc33e | [
"Apache-2.0"
] | null | null | null | cached: false
dropout: 0.8
groups: 16
heads: 8
hidden_channels: 128
num_classes: 7
num_features: 1433
num_layers: 2
| 12.888889 | 20 | 0.784483 |
7480c198173d383781a2c8d90d680eaecec6e3a3 | 1,820 | yml | YAML | .github/workflows/deploy.yml | markwylde/node-ejdb-lite | f033ee11530844148f441ba91695d1567a319d52 | [
"MIT"
] | null | null | null | .github/workflows/deploy.yml | markwylde/node-ejdb-lite | f033ee11530844148f441ba91695d1567a319d52 | [
"MIT"
] | 2 | 2021-05-09T03:32:29.000Z | 2021-05-09T03:32:35.000Z | .github/workflows/deploy.yml | markwylde/node-ejdb-lite | f033ee11530844148f441ba91695d1567a319d52 | [
"MIT"
] | null | null | null | on:
release:
types: [created]
name: Upload Release Asset
jobs:
build:
name: Upload Release Asset
runs-on: ubuntu-latest
strategy:
matrix:
type: [linux-node14, alpine-node14]
include:
- type: linux-node14
image: node:14
node-version: 14.x
os: linux
build_output: ./build/src/bindings/ejdb2_node/ejdb2_node/linux-x64/ejdb2_node.node
run: |
apt-get update
apt-get install -y cmake make gcc
npm install --ignore-scripts
npm run install:source
- type: alpine-node14
image: node:14-alpine
node-version: 14.x
os: alpine
build_output: ./build/src/bindings/ejdb2_node/ejdb2_node/linux-x64/ejdb2_node.node
run: |
apk update
apk add cmake make g++
npm install --ignore-scripts
npm run install:source
container:
image: ${{ matrix.image }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build project
run: ${{ matrix.run }}
- name: Run tests
run: npm run test
- name: Get release
id: get_release
uses: bruceadams/get-release@v1.2.2
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: ${{ matrix.build_output }}
asset_name: ejdb2_node_x64_${{ matrix.os }}_${{ matrix.node-version }}.node
asset_content_type: application/octet-stream
| 28.888889 | 94 | 0.556593 |
c647a0603f452da456449ce1672137a29d3ed983 | 40 | yml | YAML | config/syslog.settings.yml | greg-1-anderson/content225 | 62d10388e7eabd78f227b162e5ed7290b17e219e | [
"MIT"
] | null | null | null | config/syslog.settings.yml | greg-1-anderson/content225 | 62d10388e7eabd78f227b162e5ed7290b17e219e | [
"MIT"
] | null | null | null | config/syslog.settings.yml | greg-1-anderson/content225 | 62d10388e7eabd78f227b162e5ed7290b17e219e | [
"MIT"
] | null | null | null | identity: ''
facility: '128'
format: ''
| 10 | 15 | 0.625 |
57a55b287f3ad28ab4d4b830db342b00af061cca | 250 | yaml | YAML | contrib/examples/actions/mistral-test-jinja-bad-task-transition.yaml | saucetray/st2 | 8f507d6c8d9483c8371e386fe2b7998596856fd7 | [
"Apache-2.0"
] | 2 | 2021-08-04T01:04:06.000Z | 2021-08-04T01:04:08.000Z | contrib/examples/actions/mistral-test-jinja-bad-task-transition.yaml | saucetray/st2 | 8f507d6c8d9483c8371e386fe2b7998596856fd7 | [
"Apache-2.0"
] | 3 | 2021-03-25T23:57:10.000Z | 2021-03-26T00:01:05.000Z | contrib/examples/actions/mistral-test-jinja-bad-task-transition.yaml | saucetray/st2 | 8f507d6c8d9483c8371e386fe2b7998596856fd7 | [
"Apache-2.0"
] | 1 | 2019-10-11T14:42:28.000Z | 2019-10-11T14:42:28.000Z | ---
name: mistral-test-jinja-bad-task-transition
pack: examples
description: A sample workflow used to test bad task transition statement.
enabled: true
entry_point: workflows/tests/mistral-test-jinja-bad-task-transition.yaml
runner_type: mistral-v2
| 31.25 | 74 | 0.816 |
b400aa0a5c835abfcb91c053e30d8bd556476f3c | 2,331 | yml | YAML | ansible/roles/student-access/tasks/main.yml | zhangkunpeng/starlingx-workshop | 20b79c5ea006e3727768eb6328f402587fab58cd | [
"Apache-2.0"
] | 5 | 2019-04-04T09:10:29.000Z | 2020-07-04T08:07:12.000Z | ansible/roles/student-access/tasks/main.yml | zhangkunpeng/starlingx-workshop | 20b79c5ea006e3727768eb6328f402587fab58cd | [
"Apache-2.0"
] | 16 | 2019-03-26T18:09:42.000Z | 2021-09-23T23:23:51.000Z | ansible/roles/student-access/tasks/main.yml | ccollicutt/starlingx-workshop | 7fe694a9dcf26f15a694f24f250e0d8a0d01b983 | [
"Apache-2.0"
] | 2 | 2019-05-01T19:59:46.000Z | 2019-05-29T07:10:52.000Z | ---
- name: setup message of the day
copy:
dest: "/etc/motd"
content: |
**************************************************************************
# #
# This system is only for use during a StarlingX workshop. #
# #
**************************************************************************
- name: disable cloud metadata warnings
copy:
dest: "/var/lib/cloud/instance/warnings/.skip"
content: ""
- name: allow password ssh logins
lineinfile:
path: /etc/ssh/sshd_config
regexp: '^#PasswordAuthentication yes'
line: 'PasswordAuthentication yes'
backrefs: yes
notify: restart ssh
- name: flush handlers
meta: flush_handlers
- name: ensure sudo group users can sudo without a password
lineinfile:
dest: /etc/sudoers
state: present
regexp: "^%sudo"
line: "%sudo ALL=(ALL) NOPASSWD: ALL"
validate: "visudo -cf %s"
# NOTE: inventory_hostname is the public IP
- name: generate a predictable "password"
shell: echo {{ inventory_hostname }} | md5sum | cut -c1-10
register: hostname_as_password
tags:
- always
- name: set password as a fact
set_fact:
hostname_as_password: "{{ hostname_as_password.stdout | trim }}"
tags:
- always
- name: ensure a student user exists
user:
name: "{{ student_name }}"
password: "{{ hostname_as_password | password_hash('sha512', 'insecuresalt') }}"
groups:
- sudo
shell: "/bin/bash"
state: present
# FIXME: better way to do this
- name: test ssh connectivity for user
shell: sshpass -p {{ hostname_as_password }} ssh {{ student_name }}@{{ inventory_hostname }} hostname
delegate_to: localhost
tags:
- test_student_ssh
# FIXME: should delegate and just run once
- name: create a file that contains all access information
template:
src: "access.txt"
dest: "/tmp/access.txt"
delegate_to: "{{ groups.tag_stx_workshop | first }}"
run_once: True
tags:
- access_file
- name: fetch /tmp/access.txt
fetch:
src: "/tmp/access.txt"
dest: "./access.txt"
flat: True
run_once: True
delegate_to: "{{ groups.tag_stx_workshop | first }}"
tags:
- access_file | 27.75 | 103 | 0.572287 |
9a08d9f822ebe1f0801c1fb4abedd5ecb8acf776 | 329 | yaml | YAML | resources/objects/bowl.yaml | v4hn/moveit_benchmark_suite | e71d08796ff1706eede9c665b0f7d4f15e69596a | [
"BSD-3-Clause"
] | null | null | null | resources/objects/bowl.yaml | v4hn/moveit_benchmark_suite | e71d08796ff1706eede9c665b0f7d4f15e69596a | [
"BSD-3-Clause"
] | 34 | 2021-09-05T21:48:42.000Z | 2022-03-31T21:29:47.000Z | resources/objects/bowl.yaml | v4hn/moveit_benchmark_suite | e71d08796ff1706eede9c665b0f7d4f15e69596a | [
"BSD-3-Clause"
] | 2 | 2021-09-04T11:39:35.000Z | 2022-03-18T14:35:11.000Z | bowl:
resource: "package://moveit_benchmark_suite_resources/objects/bowl_16k.stl"
bb: # Bounding box wrt. mesh origin
- 0.161463
- 0.161463
- 0.055009
subframes:
stack: # Tf for stacking the same objects
xyz: [0, 0, 0.00624]
rpy: [0, 0, 0]
| 29.909091 | 77 | 0.528875 |
b72360feb39b74e87e9aaf05830ff70ada5e3d22 | 176 | yml | YAML | .travis.yml | zoedberg/rgb-node | d37c9765ecb467ac02cb345d740443d54b8ec41c | [
"MIT"
] | null | null | null | .travis.yml | zoedberg/rgb-node | d37c9765ecb467ac02cb345d740443d54b8ec41c | [
"MIT"
] | null | null | null | .travis.yml | zoedberg/rgb-node | d37c9765ecb467ac02cb345d740443d54b8ec41c | [
"MIT"
] | null | null | null | language: rust
sudo: required
rust:
- nightly
addons:
apt:
packages:
- libssl-dev
- libzmq3-dev
- libpcre3-dev
- libpq-dev
- binutils-dev
| 13.538462 | 20 | 0.573864 |
8e90e58f4a64fcb07b1b8933d4959d593c10c2f5 | 492 | yaml | YAML | cmd/bug-automation/operations/removeUpcomingSprint.yaml | sttts/bugzilla-tools | 2ab1804b151fd7f39111759e3b90481f3933502f | [
"Apache-2.0"
] | null | null | null | cmd/bug-automation/operations/removeUpcomingSprint.yaml | sttts/bugzilla-tools | 2ab1804b151fd7f39111759e3b90481f3933502f | [
"Apache-2.0"
] | null | null | null | cmd/bug-automation/operations/removeUpcomingSprint.yaml | sttts/bugzilla-tools | 2ab1804b151fd7f39111759e3b90481f3933502f | [
"Apache-2.0"
] | null | null | null | default: false
description: Remove UpcomingSprint from all bugs
name: removeUpcomingSprint
query:
advanced:
- field: component
negate: true
op: equals
value: Documentation
classification:
- Red Hat
include_fields:
- id
keywords:
- UpcomingSprint
keywords_type: allwords
product:
- OpenShift Container Platform
status:
- NEW
- ASSIGNED
- POST
- ON_DEV
- MODIFIED
- ON_QA
update:
keywords:
remove:
- UpcomingSprint
minor_update: true
| 15.870968 | 48 | 0.697154 |
2625ff988406008014ea001472981c532b8ff38c | 625 | yml | YAML | .travis.yml | ethanwhite/bbsAssistant | ce1c9845c150558a971ab7f3640a3931c0f43f7b | [
"MIT"
] | 3 | 2019-12-02T15:54:57.000Z | 2022-03-06T00:06:08.000Z | .travis.yml | ethanwhite/bbsAssistant | ce1c9845c150558a971ab7f3640a3931c0f43f7b | [
"MIT"
] | null | null | null | .travis.yml | ethanwhite/bbsAssistant | ce1c9845c150558a971ab7f3640a3931c0f43f7b | [
"MIT"
] | null | null | null | # R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
language: r
#sudo: false
cache: packages
warnings_are_errors: false
after_success:
- Rscript -e 'library(covr); codecov()'
email:
recipients:
- jessicaleighburnett@gmail.com
on_success: never # default: change
on_failure: always # default: always
r_build_args: '--no-build-vignettes --no-manual'
r_check_args: '--ignore-vignettes --no-manual'
# for codecov, testing
r_packages:
- covr
- testthat
after_success:
- Rscript -e 'library(covr); codecov()'
- travis_wait 20 Rscript -e 'library(covr); codecov()'
| 20.833333 | 80 | 0.7088 |
88ae8b194d8de13d647e1952efb489ec6c7e9339 | 77 | yaml | YAML | tests/minimal/phase1/ssz_static/ShardBlock/ssz_random_chaos/case_17/roots.yaml | SifraiHQ/eth2.0-spec-tests | 289175b2bf8a12c901bf2eef79605447c5706441 | [
"MIT"
] | null | null | null | tests/minimal/phase1/ssz_static/ShardBlock/ssz_random_chaos/case_17/roots.yaml | SifraiHQ/eth2.0-spec-tests | 289175b2bf8a12c901bf2eef79605447c5706441 | [
"MIT"
] | null | null | null | tests/minimal/phase1/ssz_static/ShardBlock/ssz_random_chaos/case_17/roots.yaml | SifraiHQ/eth2.0-spec-tests | 289175b2bf8a12c901bf2eef79605447c5706441 | [
"MIT"
] | null | null | null | {root: '0xc77cbb313b47911639a2c126bb3df4b10c7b80f36774345d6c748a6cb5c58fa2'}
| 38.5 | 76 | 0.909091 |
1f851bde14c9f3f3634b871154c1dfa4a16b39a8 | 1,861 | yaml | YAML | open5gcore/templates/pgw-statefulset.yaml | felipevicens/open5gcore-helm-chart | 2723023898dc328359a4bed64dadc274fe3cd46b | [
"Apache-2.0"
] | null | null | null | open5gcore/templates/pgw-statefulset.yaml | felipevicens/open5gcore-helm-chart | 2723023898dc328359a4bed64dadc274fe3cd46b | [
"Apache-2.0"
] | null | null | null | open5gcore/templates/pgw-statefulset.yaml | felipevicens/open5gcore-helm-chart | 2723023898dc328359a4bed64dadc274fe3cd46b | [
"Apache-2.0"
] | null | null | null | apiVersion: apps/v1 # for versions before 1.9.0 use apps/v1beta2
kind: StatefulSet
metadata:
name: open5gs-pgw-deployment
namespace: open5gs
labels:
epc-mode: pgw
spec:
replicas: 1
serviceName: "open5gs-pgw-svc-pool"
selector:
matchLabels:
epc-mode: pgw
template:
metadata:
labels:
epc-mode: pgw
spec:
containers:
- name: pgw
image: fjvicens/open5gs-base:v0.1
securityContext:
privileged: true
#sysctls:
#- name: net.ipv6.conf.all.disable_ipv6
# value: 0
capabilities:
add: ["NET_ADMIN"]
imagePullPolicy: Always
command: ["/bin/sh", "-c"]
args:
- ip tuntap add name ogstun mode tun;
ip addr add 45.45.0.1/16 dev ogstun;
sysctl -w net.ipv6.conf.all.disable_ipv6=0;
ip addr add cafe::1/64 dev ogstun;
ip link set ogstun up;
sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward";
iptables -t nat -A POSTROUTING -s 45.45.0.0/16 ! -o ogstun -j MASQUERADE;
open5gs-pgwd -c /open5gs/config-map/pgw.yaml;
volumeMounts:
- name: open5gs-pgw-config
mountPath: /open5gs/config-map/pgw.yaml
subPath: "pgw.yaml"
- mountPath: /dev/net/tun
name: dev-net-tun
- name: open5gs-pgw-diameter
mountPath: /open5gs/config-map/diameter-pgw.conf
subPath: "diameter-pgw.conf"
volumes:
- name: open5gs-pgw-config
configMap:
name: open5gs-pgw-config
- name: open5gs-pgw-diameter
configMap:
name: open5gs-pgw-diameter
- name: dev-net-tun
hostPath:
path: /dev/net/tun
| 31.542373 | 87 | 0.535733 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.