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...
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 disab...
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...
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 pi...
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" ...
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: d...
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 ...
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...
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' ...
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:/...
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'...
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.providerClusterConfigurati...
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/b6qkmVrFEXyJaMQ2CUdH1xECvg1UcT2UCofHU...
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: ...
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}" F...
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...
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 ...
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 ima...
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...
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'...
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 port...
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 a...
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 ima...
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:...
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-complexit...
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/ ...
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 ...
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: ...
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: ...
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 }}...
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 ...
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:...
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 S...
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_packag...
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 writ...
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::D...
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_0...
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 group...
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 namesp...
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 ...
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:...
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: ...
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...
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 cont...
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 }}" ...
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: syn...
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-i...
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/jGEQ4LInefVzta1XWWirVfYletvaMvTcLfhJzBmTsOIdI9w8...
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: ...
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...
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 netwo...
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.i...
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 ...
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 解决方...
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 - cellmarkfiletabl...
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=hf...
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: ...
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: S...
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:n...
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_na...
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...
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 == "direct...
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 ...
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. ...
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: [...
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: - OpenS...
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_fa...
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: ...
31.542373
87
0.535733