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
f43a4bf7c5d397e8d481b2c57bf183f61730054d
974
yml
YAML
logical-topics/docker-compose.yml
canmogol/pg-mm-replica
656233f1dc6e7e045e5bd5a42e428ffbace93e61
[ "MIT" ]
null
null
null
logical-topics/docker-compose.yml
canmogol/pg-mm-replica
656233f1dc6e7e045e5bd5a42e428ffbace93e61
[ "MIT" ]
null
null
null
logical-topics/docker-compose.yml
canmogol/pg-mm-replica
656233f1dc6e7e045e5bd5a42e428ffbace93e61
[ "MIT" ]
null
null
null
version: '3.7' # SERVICES services: pg1-master: image: canmogol/postgres-bgwrk:11 ports: - "5100:5432" environment: DEBUG: "true" POSTGRES_USER: postgres POSTGRES_DB: postgres POSTGRES_PASSWORD: postgres command: postgres -c config_file=/etc/postgresql.conf volumes: ...
28.647059
64
0.668378
2d847e057490990ed9cbadb5e73873ffd5ba6198
4,727
yml
YAML
docs-ref-autogen/com.microsoft.azure.management.applicationinsights.v2015_05_01.WebTest.DefinitionStages.WithKind.yml
hubalazs/azure-docs-sdk-java
0e3290abaf3d4f3ebebac5e86aaa4a2e4943e5d0
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.microsoft.azure.management.applicationinsights.v2015_05_01.WebTest.DefinitionStages.WithKind.yml
hubalazs/azure-docs-sdk-java
0e3290abaf3d4f3ebebac5e86aaa4a2e4943e5d0
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.microsoft.azure.management.applicationinsights.v2015_05_01.WebTest.DefinitionStages.WithKind.yml
hubalazs/azure-docs-sdk-java
0e3290abaf3d4f3ebebac5e86aaa4a2e4943e5d0
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:ManagedReference items: - uid: com.microsoft.azure.management.applicationinsights.v2015_05_01.WebTest.DefinitionStages.WithKind id: WithKind parent: com.microsoft.azure.management.applicationinsights.v2015_05_01 children: - com.microsoft.azure.management.applicationinsights.v2015_05_01.WebTest.Defi...
62.197368
321
0.827798
524f8bbc603f7932d0c48c653344b29cab0775f6
188
yml
YAML
.circleci/config.yml
mauna-ai/jq.node
9d737c6a074c42a785edacafe1015ab170d1a405
[ "MIT" ]
387
2016-10-28T10:05:02.000Z
2022-03-28T07:36:37.000Z
.circleci/config.yml
mauna-ai/jq.node
9d737c6a074c42a785edacafe1015ab170d1a405
[ "MIT" ]
70
2016-10-30T19:30:26.000Z
2021-08-04T09:32:35.000Z
.circleci/config.yml
mauna-ai/jq.node
9d737c6a074c42a785edacafe1015ab170d1a405
[ "MIT" ]
35
2016-10-30T19:30:36.000Z
2021-08-07T05:07:39.000Z
version: 2.1 orbs: node: circleci/node@1.1 jobs: build: docker: - image: circleci/node:12.16.0 steps: - checkout - run: npm install - run: npm run test
15.666667
36
0.569149
7da3f6f54e4ddef7d80c07bf536b157f4f1f547f
598
yml
YAML
.travis.yml
fnando/validators
fd4854ca94ae64059bc6067ae8c45e3c56295374
[ "Unlicense", "MIT" ]
71
2015-05-28T16:04:23.000Z
2021-12-29T13:52:47.000Z
.travis.yml
fnando/validators
fd4854ca94ae64059bc6067ae8c45e3c56295374
[ "Unlicense", "MIT" ]
17
2015-09-27T14:34:01.000Z
2021-10-09T02:22:55.000Z
.travis.yml
fnando/validators
fd4854ca94ae64059bc6067ae8c45e3c56295374
[ "Unlicense", "MIT" ]
16
2016-02-13T16:01:11.000Z
2020-12-02T12:50:37.000Z
--- language: ruby cache: bundler sudo: false script: bundle exec rake before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - "./cc-test-reporter before-build" after_script: - "./cc-test-reporter after-build ...
31.473684
184
0.782609
6ce9f47a4e9007e3fd0e0b741aedaadfb58dacd0
298
yaml
YAML
manifests/example/app.yaml
utilitywarehouse/kafka-topic-applier
52fcc3f30964a30184947700ad4689b9a4b1844c
[ "BSD-2-Clause" ]
null
null
null
manifests/example/app.yaml
utilitywarehouse/kafka-topic-applier
52fcc3f30964a30184947700ad4689b9a4b1844c
[ "BSD-2-Clause" ]
2
2021-06-16T16:52:57.000Z
2021-07-12T09:07:38.000Z
manifests/example/app.yaml
utilitywarehouse/kafka-topic-applier
52fcc3f30964a30184947700ad4689b9a4b1844c
[ "BSD-2-Clause" ]
null
null
null
apiVersion: apps/v1 kind: Deployment metadata: name: kafka-topic-applier spec: template: spec: containers: - name: kafka-topic-applier image: registry.uw.systems/billing/kafka-topic-applier:latest env: - name: TEAM value: billing
21.285714
71
0.607383
b7f71c130de363d26e5241c8c9241f9481e680d4
1,934
yml
YAML
legacy/docs-ref-autogen/com.microsoft.azure.documentdb.PartitionKeyRangeStatistics.PartitionKeyRangeStatistics.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
legacy/docs-ref-autogen/com.microsoft.azure.documentdb.PartitionKeyRangeStatistics.PartitionKeyRangeStatistics.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
legacy/docs-ref-autogen/com.microsoft.azure.documentdb.PartitionKeyRangeStatistics.PartitionKeyRangeStatistics.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaMember nameWithType: PartitionKeyRangeStatistics.PartitionKeyRangeStatistics type: constructor members: - fullName: com.microsoft.azure.documentdb.PartitionKeyRangeStatistics.PartitionKeyRangeStatistics(JSONObject jsonObject) name: PartitionKeyRangeStatistics(JSONObject jsonObject) nameWithType: Pa...
53.722222
121
0.824199
ab492d3f5a4dabe618bf9b064c7f0aaf7253ed14
518
yml
YAML
docker-compose.yml
medgelabs/pawnsim
1c4ac8d8f00eb609ef6917f8e3616fe6f46b6d21
[ "MIT" ]
null
null
null
docker-compose.yml
medgelabs/pawnsim
1c4ac8d8f00eb609ef6917f8e3616fe6f46b6d21
[ "MIT" ]
null
null
null
docker-compose.yml
medgelabs/pawnsim
1c4ac8d8f00eb609ef6917f8e3616fe6f46b6d21
[ "MIT" ]
null
null
null
version: '3.1' services: api: build: . ports: - "8080:8080" networks: - pawnsim db: container_name: pawnsim-db image: postgres:13-alpine restart: always environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: superSecretPass ports: - "5432:5432" n...
14.8
40
0.594595
8e47d8809941d90e90765460041de8394bd6134b
199
yaml
YAML
src/data/Engagements/LokalerKaufen.yaml
Solidaric-org/www-solidaric-org
507c4032fdd6f1e3ac841337a865dcad113601ca
[ "MIT" ]
1
2020-03-23T11:59:51.000Z
2020-03-23T11:59:51.000Z
src/data/Engagements/LokalerKaufen.yaml
Solidaric-org/www-solidaric-org
507c4032fdd6f1e3ac841337a865dcad113601ca
[ "MIT" ]
4
2020-03-21T16:02:00.000Z
2020-03-28T20:03:01.000Z
src/data/Engagements/LokalerKaufen.yaml
Solidaric-org/www-solidaric-org
507c4032fdd6f1e3ac841337a865dcad113601ca
[ "MIT" ]
null
null
null
heading: Lokaler Kauf description: Wir bringen kleine Läden zurück ins Spiel. iconClass: fa-heart-o category: - onboarding status: production to: href: https://lokaler.kaufen label: ''
14.214286
44
0.723618
0cc32bce860124376626d6a323d2756048b375d2
5,529
yaml
YAML
industrial_extrinsic_cal/yaml/basler_caljob_def.yaml
ntrlmt/industrial_calibration
b144dddd3a81c768a079f8f2a0120f11e9917026
[ "Apache-2.0" ]
98
2015-01-20T22:13:41.000Z
2022-03-07T23:54:24.000Z
industrial_extrinsic_cal/yaml/basler_caljob_def.yaml
ntrlmt/industrial_calibration
b144dddd3a81c768a079f8f2a0120f11e9917026
[ "Apache-2.0" ]
96
2015-03-02T15:57:48.000Z
2021-09-29T14:12:26.000Z
industrial_extrinsic_cal/yaml/basler_caljob_def.yaml
ntrlmt/industrial_calibration
b144dddd3a81c768a079f8f2a0120f11e9917026
[ "Apache-2.0" ]
85
2015-02-09T23:04:19.000Z
2021-09-15T13:45:07.000Z
--- reference_frame: world_frame scenes: - scene_id: 0 trigger: NO_WAIT_TRIGGER observations: - camera: BaslerAce target: CircleGrid7x5 roi_x_min: 0 roi_x_max: 1623 roi_y_min: 0 roi_y_max: 1233 - scene_id: 1 trigger: ROS_PARAM_T...
21.430233
58
0.535359
eacb4c0fb2890dcdf2c907cccae09298f70459a5
359
yaml
YAML
047-TrafficControlWithDapr/Student/Resources/dapr/components/kustomization.yaml
aszego/WhatTheHack
257cb9825ae2308500d68feb4dca5d9fc6175493
[ "MIT" ]
1
2022-01-24T15:07:20.000Z
2022-01-24T15:07:20.000Z
047-TrafficControlWithDapr/Student/Resources/dapr/components/kustomization.yaml
aszego/WhatTheHack
257cb9825ae2308500d68feb4dca5d9fc6175493
[ "MIT" ]
14
2021-10-15T15:16:47.000Z
2021-11-22T18:57:41.000Z
047-TrafficControlWithDapr/Student/Resources/dapr/components/kustomization.yaml
aszego/WhatTheHack
257cb9825ae2308500d68feb4dca5d9fc6175493
[ "MIT" ]
2
2022-01-25T12:11:39.000Z
2022-01-31T22:12:12.000Z
apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - zipkin.yaml - tracing.yaml - cluster-role-binding.yaml - email.yaml - entrycam.yaml - exitcam.yaml - pubsub.yaml - secrets-file.yaml - statestore.yaml - vehicle-registration-service.yaml - fine-collection-service.yaml - traffic-control-servic...
18.894737
43
0.791086
206bb063b963e0bfbb6329040165212440cd7f1a
82
yml
YAML
sponsors/dt42.yml
Ajuajmal/heroku
f23aad8c392a273caf0da39cedeec4746ded29dc
[ "0BSD" ]
null
null
null
sponsors/dt42.yml
Ajuajmal/heroku
f23aad8c392a273caf0da39cedeec4746ded29dc
[ "0BSD" ]
null
null
null
sponsors/dt42.yml
Ajuajmal/heroku
f23aad8c392a273caf0da39cedeec4746ded29dc
[ "0BSD" ]
null
null
null
name: DT42 Inc. package: Supporter order: 6 url: https://github.com/DT42/BerryNet
16.4
37
0.756098
d6d2c22a339ce7097d4624e3ca7c790bb05e0c60
3,105
yml
YAML
workspaces/diff-engine/Taskfile.yml
jordaniza/optic
b24a54d1faf1ed71b280bd22620cd634adf619b3
[ "MIT" ]
null
null
null
workspaces/diff-engine/Taskfile.yml
jordaniza/optic
b24a54d1faf1ed71b280bd22620cd634adf619b3
[ "MIT" ]
null
null
null
workspaces/diff-engine/Taskfile.yml
jordaniza/optic
b24a54d1faf1ed71b280bd22620cd634adf619b3
[ "MIT" ]
1
2021-02-05T07:26:43.000Z
2021-02-05T07:26:43.000Z
version: "3" vars: DEFAULT_BUILD_ARGS: --all-features --workspace RELEASE_BUILD_ARGS: --all-features --workspace --release tasks: build: desc: Cross-compile diff-engine binaries for all target platforms vars: BUILD_ARGS: "{{default .DEFAULT_BUILD_ARGS .BUILD_ARGS}}" deps: - add-targets ...
29.018692
85
0.628019
75eaeefc07a09f9babf3a42ce0ef9c5737d0ff11
1,173
yml
YAML
.travis.yml
emiliom/sensorml2iso
1759aad507b18e56ac9f1030e92c3b001f61d924
[ "MIT" ]
2
2020-04-29T09:05:16.000Z
2021-07-16T18:32:44.000Z
.travis.yml
emiliom/sensorml2iso
1759aad507b18e56ac9f1030e92c3b001f61d924
[ "MIT" ]
23
2016-11-29T20:50:08.000Z
2018-09-26T13:35:51.000Z
.travis.yml
emiliom/sensorml2iso
1759aad507b18e56ac9f1030e92c3b001f61d924
[ "MIT" ]
8
2016-11-09T20:53:49.000Z
2018-08-02T23:28:47.000Z
language: python sudo: false matrix: fast_finish: true include: - python: 2.7 env: TEST_TARGET=default - python: 3.5 env: TEST_TARGET=default - python: 3.6 env: TEST_TARGET=default - python: 3.6 env: TEST_TARGET=coding_standards allow_failures: - python: 3.6 env: TEST_TARGET=coding...
28.609756
134
0.688832
e861910111667e765394aa9acd2509349a9f2cf8
258
yml
YAML
jeecg-boot/jeecg-boot-module-system/src/main/resources/application.yml
ftq617/projects
d2448464a869a6aed392831426064c1c74ca70a1
[ "Apache-2.0" ]
1
2020-04-14T06:51:36.000Z
2020-04-14T06:51:36.000Z
jeecg-boot/jeecg-boot-module-system/src/main/resources/application.yml
ftq617/projects
d2448464a869a6aed392831426064c1c74ca70a1
[ "Apache-2.0" ]
8
2020-05-11T20:26:03.000Z
2022-02-18T23:40:19.000Z
jeecg-boot/jeecg-boot-module-system/src/main/resources/application.yml
ftq617/projects
d2448464a869a6aed392831426064c1c74ca70a1
[ "Apache-2.0" ]
null
null
null
spring: profiles: active: dev swagger: production: false basic: enable: false username: jeecg password: jeecg1314 api: apiKey: A8CC398943FB4E21A4D1D8338FEB1DC2 userId: A1699 http: address: http://cz.llczy.com/ApiAgent/Gateway
17.2
49
0.709302
60e66f393de1aa95fa6234f171052c08384841c8
997
yml
YAML
.github/workflows/publish_upm_release.yml
dre0dru/Screens
9c9533fe82bc8b8019731488ed04d6cbd60277ba
[ "MIT" ]
1
2021-12-07T00:21:55.000Z
2021-12-07T00:21:55.000Z
.github/workflows/publish_upm_release.yml
dre0dru/Screens
9c9533fe82bc8b8019731488ed04d6cbd60277ba
[ "MIT" ]
null
null
null
.github/workflows/publish_upm_release.yml
dre0dru/Screens
9c9533fe82bc8b8019731488ed04d6cbd60277ba
[ "MIT" ]
null
null
null
name: Publish UPM release on: [workflow_dispatch] jobs: release: name: release runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - name: Semantic release id: semantic uses: cycjimmy/semantic-release-action@v2 with: extra_plugins:...
27.694444
67
0.598796
aed2ccaa179fc408d88b7cb10aa470d3f134b761
300
yaml
YAML
router/dev/kustomization.yaml
isabella232/supergraph-demo-k8s-graph-ops
bf187d5daef74b639141486e53e6e7f23de409fc
[ "MIT" ]
null
null
null
router/dev/kustomization.yaml
isabella232/supergraph-demo-k8s-graph-ops
bf187d5daef74b639141486e53e6e7f23de409fc
[ "MIT" ]
null
null
null
router/dev/kustomization.yaml
isabella232/supergraph-demo-k8s-graph-ops
bf187d5daef74b639141486e53e6e7f23de409fc
[ "MIT" ]
null
null
null
apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization configMapGenerator: - behavior: replace files: - ./supergraph.graphql name: supergraph namespace: default resources: - ../base images: - name: prasek/supergraph-router:latest newName: prasek/supergraph-router newTag: 1.1.28
20
43
0.763333
4ec78adfeee354f99a356e6ab4092f023da48c56
424
yaml
YAML
config/samples/podconfig_v1alpha1_podconfig-a.yaml
opdev/podconfig-operator
5a629571cd7ff07805126249654a3e5723b12273
[ "Apache-2.0" ]
null
null
null
config/samples/podconfig_v1alpha1_podconfig-a.yaml
opdev/podconfig-operator
5a629571cd7ff07805126249654a3e5723b12273
[ "Apache-2.0" ]
null
null
null
config/samples/podconfig_v1alpha1_podconfig-a.yaml
opdev/podconfig-operator
5a629571cd7ff07805126249654a3e5723b12273
[ "Apache-2.0" ]
null
null
null
apiVersion: podconfig.opdev.io/v1alpha1 kind: PodConfig metadata: name: podconfig-sample-a spec: # Add fields here sampleDeployment: create: false name: cnf-example-a networkAttachments: - name: pc0 linkType: veth master: pcbr0 parent: pc0 cidr: "192.168.100.0/24" - ...
20.190476
39
0.615566
6bc2e9b7f4e27757da4b564ff797a5ab5bf8dac3
3,923
yaml
YAML
reports/wilson.ci.chef.co/job/supermarket-trigger-nightly-master/100.yaml
chef-boneyard/jenkins_pipeline_report
c74f6df8b5658c3a341f11ac244efee8ab63ec21
[ "Apache-2.0" ]
null
null
null
reports/wilson.ci.chef.co/job/supermarket-trigger-nightly-master/100.yaml
chef-boneyard/jenkins_pipeline_report
c74f6df8b5658c3a341f11ac244efee8ab63ec21
[ "Apache-2.0" ]
null
null
null
reports/wilson.ci.chef.co/job/supermarket-trigger-nightly-master/100.yaml
chef-boneyard/jenkins_pipeline_report
c74f6df8b5658c3a341f11ac244efee8ab63ec21
[ "Apache-2.0" ]
2
2021-06-27T16:09:19.000Z
2021-08-29T14:08:44.000Z
--- result: SUCCESS url: http://wilson.ci.chef.co/job/supermarket-trigger-nightly-master/100/ timestamp: 2016-03-17 09:12:00 UTC duration: 1h55m27s active_duration: 1h55m1s parameters: {} change: git_remote: git@github.com:chef/supermarket.git git_commit: 97cd91d43cae15477c83f2d058be2a720fe3b6d2 project: supermar...
38.460784
139
0.662758
d458886aeb4fc6a1456ac4d6a2230feffc468e4a
549
yaml
YAML
cfgs/occam_configs/kitti_pointpillar.yaml
dschinagl/occam
f001cc3a0bf56687dc4c4bb79385f5d010cdd43e
[ "BSD-3-Clause" ]
1
2022-03-29T07:05:23.000Z
2022-03-29T07:05:23.000Z
cfgs/occam_configs/kitti_pointpillar.yaml
dschinagl/occam
f001cc3a0bf56687dc4c4bb79385f5d010cdd43e
[ "BSD-3-Clause" ]
null
null
null
cfgs/occam_configs/kitti_pointpillar.yaml
dschinagl/occam
f001cc3a0bf56687dc4c4bb79385f5d010cdd43e
[ "BSD-3-Clause" ]
null
null
null
OCCAM: NAME: OccAM FOV_CROP: True # approximate KITTI image based FOV sampling FOV_ANGLE: 42 SAMPLING: NAME: Sampling # point cloud perturbation RANDOM_ROT: 5 # random rotation before voxelization VOXEL_SIZE: [0.2, 0.2, 0.2] MAX_PTS_PER_VOXEL: 200 # voxel generator setti...
36.6
64
0.64663
f92237bf3475a1e743e35af97bd7bdaca6ae6744
500
yml
YAML
docker-compose.yml
jcarlosfelix/escribe_redis
bee14af8026b2d8278743dfca551928fce281916
[ "MIT" ]
null
null
null
docker-compose.yml
jcarlosfelix/escribe_redis
bee14af8026b2d8278743dfca551928fce281916
[ "MIT" ]
null
null
null
docker-compose.yml
jcarlosfelix/escribe_redis
bee14af8026b2d8278743dfca551928fce281916
[ "MIT" ]
null
null
null
version: '3' services: redis: image: "redis:alpine" ports: - "6379:6379" escribe: build: './escribe' depends_on: - redis volumes: - ./escribe:/code command: python escribe.py environment: PYTHONUNBUFFERED: 1 REDIS_HOST: redis lectura: build: '....
17.857143
30
0.568
292e11c31bfed8522724a282363b100f73cdf5f2
1,569
yaml
YAML
addons/kubernetes-dashboard/addon.yaml
javipolo/kops
d739bae8718ce717775631462d4205532a59354b
[ "Apache-2.0" ]
14,563
2016-07-01T02:14:07.000Z
2022-03-31T23:10:35.000Z
addons/kubernetes-dashboard/addon.yaml
javipolo/kops
d739bae8718ce717775631462d4205532a59354b
[ "Apache-2.0" ]
12,898
2016-06-30T14:03:28.000Z
2022-03-31T23:09:51.000Z
addons/kubernetes-dashboard/addon.yaml
javipolo/kops
d739bae8718ce717775631462d4205532a59354b
[ "Apache-2.0" ]
5,089
2016-06-30T04:16:38.000Z
2022-03-31T06:58:00.000Z
kind: Addons metadata: name: kubernetes-dashboard spec: addons: - version: 1.1.0 selector: k8s-addon: kubernetes-dashboard.addons.k8s.io manifest: v1.1.0.yaml - version: 1.4.0 selector: k8s-addon: kubernetes-dashboard.addons.k8s.io manifest: v1.4.0.yaml - version: 1.5.0 selecto...
26.59322
51
0.649458
999b3ec529a6558ee9efe985145fbaeb463aee13
2,178
yaml
YAML
recipes/bioconductor-ramr/meta.yaml
corneliusroemer/bioconda-recipes
e1eced9063e15f6a97ab2b8e42cf3e38af4c93ba
[ "MIT" ]
null
null
null
recipes/bioconductor-ramr/meta.yaml
corneliusroemer/bioconda-recipes
e1eced9063e15f6a97ab2b8e42cf3e38af4c93ba
[ "MIT" ]
null
null
null
recipes/bioconductor-ramr/meta.yaml
corneliusroemer/bioconda-recipes
e1eced9063e15f6a97ab2b8e42cf3e38af4c93ba
[ "MIT" ]
null
null
null
{% set version = "1.2.0" %} {% set name = "ramr" %} {% set bioc = "3.14" %} package: name: 'bioconductor-{{ name|lower }}' version: '{{ version }}' source: url: - 'https://bioconductor.org/packages/{{ bioc }}/bioc/src/contrib/{{ name }}_{{ version }}.tar.gz' - 'https://bioarchive.galaxyproject.org/{{ nam...
36.915254
504
0.664371
99dbdc1a30dd72a8d0fbe3720ff04e27bd80e914
728
yml
YAML
docker-compose.build.yml
liubaicai/room-map
c5519e70274208be35e80045ed43f1590697b4ee
[ "WTFPL" ]
null
null
null
docker-compose.build.yml
liubaicai/room-map
c5519e70274208be35e80045ed43f1590697b4ee
[ "WTFPL" ]
7
2020-12-31T02:36:55.000Z
2021-04-20T01:47:14.000Z
docker-compose.build.yml
liubaicai/room-map
c5519e70274208be35e80045ed43f1590697b4ee
[ "WTFPL" ]
null
null
null
version: "3" services: db: image: postgres:12.6-alpine restart: always volumes: - ./db:/var/lib/postgresql/data - ./db-backup:/db-backup environment: - POSTGRES_DB=room-map - POSTGRES_USER=postgres - POSTGRES_PASSWORD=postgres server: build: ./server restart: a...
20.222222
62
0.574176
58a572d3301085371f411c5832ceb0aec6b5dd93
124
yaml
YAML
contrib/chatops/pack.yaml
FairwindsOps/st2
2b76ca740c4af0d6b2c1d1ba5534ce4133fd16fa
[ "Apache-2.0" ]
1
2021-04-08T03:21:49.000Z
2021-04-08T03:21:49.000Z
contrib/chatops/pack.yaml
FairwindsOps/st2
2b76ca740c4af0d6b2c1d1ba5534ce4133fd16fa
[ "Apache-2.0" ]
null
null
null
contrib/chatops/pack.yaml
FairwindsOps/st2
2b76ca740c4af0d6b2c1d1ba5534ce4133fd16fa
[ "Apache-2.0" ]
null
null
null
--- name: chatops description: Chatops integration pack version: 0.1.0 author: Kirill Enykeev email: enykeev@stackstorm.com
17.714286
37
0.790323
4bffa248d47a6bb288d1d67650fd38030914f8fa
683
yml
YAML
.github/workflows/testing.yml
hiteshjasani/nim-timezones-testing-bug
803aebe0ba06c5cba3d3e830289ae03f24aabcb2
[ "MIT" ]
null
null
null
.github/workflows/testing.yml
hiteshjasani/nim-timezones-testing-bug
803aebe0ba06c5cba3d3e830289ae03f24aabcb2
[ "MIT" ]
null
null
null
.github/workflows/testing.yml
hiteshjasani/nim-timezones-testing-bug
803aebe0ba06c5cba3d3e830289ae03f24aabcb2
[ "MIT" ]
1
2020-05-08T21:49:52.000Z
2020-05-08T21:49:52.000Z
name: testing on: push: paths: - 'src/**' - 'tests/**' - '**/*.nimble' - '.github/workflows/testing.yml' jobs: build: env: NIM_VERSION: 1.2.0 # runs-on: ubuntu-latest runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - name: Run tests (Successful by ins...
22.766667
122
0.600293
5aa5cc7b3eb4482e4e70961d9b6ea23ba4bd5b80
418
yaml
YAML
exposed-panels/axigen-webadmin.yaml
wolf1892/nuclei-templates
3364d1679913e2f2d27354d082f9661da242d144
[ "MIT" ]
7
2020-07-06T14:00:32.000Z
2021-10-31T22:48:29.000Z
exposed-panels/axigen-webadmin.yaml
wolf1892/nuclei-templates
3364d1679913e2f2d27354d082f9661da242d144
[ "MIT" ]
null
null
null
exposed-panels/axigen-webadmin.yaml
wolf1892/nuclei-templates
3364d1679913e2f2d27354d082f9661da242d144
[ "MIT" ]
3
2021-04-15T08:41:04.000Z
2021-12-29T04:30:38.000Z
id: axigen-webadmin info: name: Axigen Web Admin author: dhiyaneshDk severity: info metadata: shodan-query: 'http.title:"Axigen WebAdmin"' tags: axigen,panel requests: - method: GET path: - "{{BaseURL}}" matchers-condition: and matchers: - type: word words: ...
16.72
53
0.583732
854edee0548c91a047a9c04590880c0156f05ff1
1,314
yml
YAML
legacy/docs-ref-autogen/com.microsoft.cognitiveservices.speech.SpeechRecognitionResult.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
docs-ref-autogen/com.microsoft.cognitiveservices.speech.SpeechRecognitionResult.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.microsoft.cognitiveservices.speech.SpeechRecognitionResult.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaType inheritances: - <xref href="java.lang.Object" data-throw-if-not-resolved="False"/> - <xref href="com.microsoft.cognitiveservices.speech.RecognitionResult?alt=com.microsoft.cognitiveservices.speech.RecognitionResult&text=RecognitionResult" data-throw-if-not-resolved="False"/> inheritedMembers: - co...
54.75
192
0.850076
c864c7fd1c63d49cae3bea2954bf64c270994619
109
yaml
YAML
cli/internal/metadataobject/network/testdata/metadata/network.yaml
eazyfin/graphql-engine
72cc73826b37bfb05bde505fe21f8a60201855cb
[ "Apache-2.0", "MIT" ]
27,416
2018-07-10T09:22:08.000Z
2022-03-31T18:26:49.000Z
cli/internal/metadataobject/network/testdata/metadata/network.yaml
eazyfin/graphql-engine
72cc73826b37bfb05bde505fe21f8a60201855cb
[ "Apache-2.0", "MIT" ]
7,682
2018-07-10T08:31:19.000Z
2022-03-31T18:07:44.000Z
cli/internal/metadataobject/network/testdata/metadata/network.yaml
eazyfin/graphql-engine
72cc73826b37bfb05bde505fe21f8a60201855cb
[ "Apache-2.0", "MIT" ]
2,753
2018-07-10T09:21:30.000Z
2022-03-31T16:00:06.000Z
tls_allowlist: - certtest.dev.hasura.io - host: certtest.dev.hasura.io port: 443 permit: - self-signed
15.571429
30
0.715596
cc8b75ff92f4cf1bed5dad7609a0e757498ba32d
29
yaml
YAML
src/test/resources/parts/parameters/param.yaml
Mattlk13/gocd-yaml-config-plugin
b70892b4f6755ab802c4d796f7698af5689833aa
[ "Apache-2.0" ]
208
2016-07-16T21:49:05.000Z
2022-03-24T12:35:27.000Z
src/test/resources/parts/parameters/param.yaml
Mattlk13/gocd-yaml-config-plugin
b70892b4f6755ab802c4d796f7698af5689833aa
[ "Apache-2.0" ]
128
2016-07-21T17:12:36.000Z
2022-01-12T16:05:50.000Z
src/test/resources/parts/parameters/param.yaml
adnovum/gocd-yaml-config-plugin
230dde24260a0539fc759e955912978d861f444c
[ "Apache-2.0" ]
102
2016-08-05T23:33:40.000Z
2022-03-24T10:51:15.000Z
parameters: param1: value1
9.666667
16
0.758621
6d89307cb859e175bc11e4f226c98e066a76e18d
472
yml
YAML
.rubocop.yml
insigniaapple/benchmarks
dc028f120290f6e22943f4cc7adf8e85755d77d2
[ "MIT" ]
null
null
null
.rubocop.yml
insigniaapple/benchmarks
dc028f120290f6e22943f4cc7adf8e85755d77d2
[ "MIT" ]
null
null
null
.rubocop.yml
insigniaapple/benchmarks
dc028f120290f6e22943f4cc7adf8e85755d77d2
[ "MIT" ]
null
null
null
Style/RescueModifier: Enabled: false Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true Metrics/MethodLength: Max: 17 Metrics/CyclomaticComplexity: Max: 11 S...
13.111111
29
0.773305
05e91df9debf4ec8568ba04ee2305d96eee8dbe7
1,921
yml
YAML
2020-09-01-hybrid/docs-ref-autogen/netappfiles.yml
forestfhb/azure-docs-cli
a7a8cbf79dbec095be6f6bb294e1f3070633579c
[ "CC-BY-4.0", "MIT" ]
null
null
null
2020-09-01-hybrid/docs-ref-autogen/netappfiles.yml
forestfhb/azure-docs-cli
a7a8cbf79dbec095be6f6bb294e1f3070633579c
[ "CC-BY-4.0", "MIT" ]
null
null
null
2020-09-01-hybrid/docs-ref-autogen/netappfiles.yml
forestfhb/azure-docs-cli
a7a8cbf79dbec095be6f6bb294e1f3070633579c
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:AzureCLIGroup uid: az_netappfiles name: az netappfiles extensionInformation: >- > [!Note] > This reference is part of the **netappfiles-preview** extension for the Azure CLI (version 2.0.56 or higher). The extension will automatically install the first time you run an **az netappfiles** command. [L...
35.574074
316
0.80531
7a93e6dcae7358c85e9a0206d600cdb36d2e8249
771
yml
YAML
.github/workflows/on-commit.yml
klismark/graphql-schema-registry
70196d50f2b629326ffaf850246f965281b46459
[ "MIT" ]
null
null
null
.github/workflows/on-commit.yml
klismark/graphql-schema-registry
70196d50f2b629326ffaf850246f965281b46459
[ "MIT" ]
null
null
null
.github/workflows/on-commit.yml
klismark/graphql-schema-registry
70196d50f2b629326ffaf850246f965281b46459
[ "MIT" ]
null
null
null
name: On Commit on: pull_request_target: branches: - master jobs: test: timeout-minutes: 10 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 ref: ${{ github.head_ref }} - name: Read .nvmrc run: echo ::set-output na...
21.416667
77
0.526589
756e9be3e1430278f9cbcf16c6af0dfe19a3059c
264
yml
YAML
best_model/results/00002396.yml
abugler/SMLFinalProject
d89bbe959ca35ecee53660ac3b88fedb1d1df4d9
[ "MIT" ]
null
null
null
best_model/results/00002396.yml
abugler/SMLFinalProject
d89bbe959ca35ecee53660ac3b88fedb1d1df4d9
[ "MIT" ]
null
null
null
best_model/results/00002396.yml
abugler/SMLFinalProject
d89bbe959ca35ecee53660ac3b88fedb1d1df4d9
[ "MIT" ]
null
null
null
- drums+bass+other: SAR: - -0.008901553816519117 SDR: - -0.3318205964566161 SIR: - 11.115545079737139 permutation: - 0 - 1 vocals: SAR: - 14.036943809676748 SDR: - 13.72687851985084 SIR: - 25.344300415278322
14.666667
27
0.583333
1b8e61bfb41170d7e762186c8bec73f64923ddd4
1,305
yaml
YAML
test/testinput/reference/GnssroBnd_gfs.yaml
fmahebert/ufo
2af9b91433553ca473c72fcd131400a01c3aabdb
[ "Apache-2.0" ]
4
2020-12-04T08:26:06.000Z
2021-11-20T01:18:47.000Z
test/testinput/reference/GnssroBnd_gfs.yaml
fmahebert/ufo
2af9b91433553ca473c72fcd131400a01c3aabdb
[ "Apache-2.0" ]
21
2020-10-30T08:57:16.000Z
2021-05-17T15:11:20.000Z
test/testinput/reference/GnssroBnd_gfs.yaml
fmahebert/ufo
2af9b91433553ca473c72fcd131400a01c3aabdb
[ "Apache-2.0" ]
31
2021-06-24T18:07:53.000Z
2021-10-08T15:40:39.000Z
window begin: 2020-06-30T21:00:00Z window end: 2020-07-01T03:00:00Z observations: - obs operator: name: GnssroBndNBAM obs options: use_compress: 1 sr_steps: 2 vertlayer: full super_ref_qc: NBAM obs space: name: GnssroBnd obsdatain: obsfile: ${obsdir}/gnssro_obs_202007010...
24.622642
66
0.664368
3e3e35f69200daa92df59d2a86ee4396f4eba23b
151
yml
YAML
modules/avoindata-servicemessage/avoindata_servicemessage.info.yml
vrk-kpa/opendata-drupal
1149799c94cdf1f17a69e527115ce1cf61575516
[ "MIT" ]
16
2018-07-12T14:26:02.000Z
2022-02-24T12:10:00.000Z
modules/avoindata-drupal-servicemessage/avoindata_servicemessage.info.yml
vrk-kpa/opendata
19af00e61b6cab446c66aa22888cf3cd55dca3ce
[ "MIT" ]
751
2017-09-28T07:47:50.000Z
2022-03-31T12:08:25.000Z
modules/avoindata-servicemessage/avoindata_servicemessage.info.yml
vrk-kpa/opendata-drupal
1149799c94cdf1f17a69e527115ce1cf61575516
[ "MIT" ]
6
2017-10-31T07:47:07.000Z
2021-10-06T07:09:07.000Z
name: Avoindata Servicemessage type: module description: Creates servicemessage component package: Custom core: 8.x core_version_requirement: ^8 || ^9
21.571429
45
0.81457
f29dad5b0306ea0f645b806518f259581c571500
1,131
yaml
YAML
examples/vcloud-launch/multiple_vapps_simple.yaml
alphagov/vcloud-launcher
1ea76c4ecf1298c375b184508638726e0dbacd4d
[ "MIT" ]
null
null
null
examples/vcloud-launch/multiple_vapps_simple.yaml
alphagov/vcloud-launcher
1ea76c4ecf1298c375b184508638726e0dbacd4d
[ "MIT" ]
null
null
null
examples/vcloud-launch/multiple_vapps_simple.yaml
alphagov/vcloud-launcher
1ea76c4ecf1298c375b184508638726e0dbacd4d
[ "MIT" ]
2
2019-08-29T11:54:17.000Z
2021-04-10T19:55:52.000Z
# Multiple vApps can be defined. Running vcloud-launch will only instantiate # vApps that do not already exist, so it is possible to add additional vApps # to this configuration, and rerun the tool to add the new vApps. # # There is a lot of repetition however. YAML anchors can be used to # reduce this - see yaml_anch...
24.586957
76
0.688771
4776e7d04373afe9e8c3b512e4760373995a066f
710
yml
YAML
.travis.yml
spnkr/sugarcube
5b5bfc10032dcc25a6d2e48ce004686f3b6095ca
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
.travis.yml
spnkr/sugarcube
5b5bfc10032dcc25a6d2e48ce004686f3b6095ca
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
.travis.yml
spnkr/sugarcube
5b5bfc10032dcc25a6d2e48ce004686f3b6095ca
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
language: objective-c matrix: include: - os: osx osx_image: xcode9.1 - os: osx osx_image: xcode8.3 cache: bundler: true cocoapods: true directories: [] branches: only: - master before_install: - brew update - brew outdated xctool || brew upgrade xctool - sudo motion update - (m...
24.482759
61
0.692958
76d3eee278a4e3187266dad57a826c2584e1b437
723
yml
YAML
.travis.yml
diggyk/hoppler
6d784e94803bef4470c822fec645596f4bb9d0e6
[ "Apache-2.0", "MIT" ]
null
null
null
.travis.yml
diggyk/hoppler
6d784e94803bef4470c822fec645596f4bb9d0e6
[ "Apache-2.0", "MIT" ]
null
null
null
.travis.yml
diggyk/hoppler
6d784e94803bef4470c822fec645596f4bb9d0e6
[ "Apache-2.0", "MIT" ]
null
null
null
sudo: false language: rust # This project uses Rocket and so only builds # on nightly currently. :( rust: # Pin a version we know is good so that # we don't rely on nightly being functional - nightly-2017-03-16 - nightly matrix: allow_failures: - rust: nightly # Load travis-cargo before_script: - |...
18.075
76
0.659751
cbc4f01d84c78448dbd085563b49d794ffe88d11
479
yaml
YAML
configs/neurips/iht_imagenet_resnet50_insta_cosinelr_ep100_ftdense.yaml
IST-DASLab/ACDC
ac53210b6adc1f2506ff909de08172ed9cad25d5
[ "Apache-2.0" ]
6
2021-11-26T01:21:03.000Z
2022-01-10T15:41:50.000Z
configs/neurips/iht_imagenet_resnet50_insta_cosinelr_ep100_ftdense.yaml
IST-DASLab/ACDC
ac53210b6adc1f2506ff909de08172ed9cad25d5
[ "Apache-2.0" ]
1
2021-11-28T10:51:08.000Z
2021-11-30T01:30:29.000Z
configs/neurips/iht_imagenet_resnet50_insta_cosinelr_ep100_ftdense.yaml
IST-DASLab/ACDC
ac53210b6adc1f2506ff909de08172ed9cad25d5
[ "Apache-2.0" ]
1
2021-12-21T13:25:43.000Z
2021-12-21T13:25:43.000Z
# Imagenet + RESNET50 with this config # use the hyperparameters from here: https://github.com/adityakusupati/STR/blob/master/configs/largescale/resnet50-gmp.yaml trainers: # use this trainer name unless you want KD or other custom thing default_trainer: optimizer: class: SGD lr: 0.256 moment...
25.210526
123
0.688935
02293334a2a0cab63cabbf502df74126e9c5b1a1
542
yml
YAML
src/AppBundle/Resources/config/doctrine/SensorType.orm.yml
dlittig/sensony
bb0ab35a3ac7506d0d5c0750cf0ba9af413109e7
[ "MIT" ]
null
null
null
src/AppBundle/Resources/config/doctrine/SensorType.orm.yml
dlittig/sensony
bb0ab35a3ac7506d0d5c0750cf0ba9af413109e7
[ "MIT" ]
null
null
null
src/AppBundle/Resources/config/doctrine/SensorType.orm.yml
dlittig/sensony
bb0ab35a3ac7506d0d5c0750cf0ba9af413109e7
[ "MIT" ]
null
null
null
AppBundle\Entity\SensorType: type: entity repositoryClass: AppBundle\Repository\SensorTypeRepository table: sensor_type id: id: type: integer id: true generator: strategy: AUTO fields: name: type: string nu...
21.68
62
0.49631
409668f7a4dea2073e5e8edeecac843a6f86b6ae
483
yaml
YAML
priv/games/aber/domains/aber/areas/village/scenes/road2.yaml
jgsmith/militerm
c4252d0a93f5620b90750ac2b61baf282e9ef7eb
[ "Apache-2.0" ]
6
2017-06-16T10:26:35.000Z
2021-04-07T15:01:00.000Z
priv/games/aber/domains/aber/areas/village/scenes/road2.yaml
jgsmith/militerm
c4252d0a93f5620b90750ac2b61baf282e9ef7eb
[ "Apache-2.0" ]
2
2020-04-14T02:17:46.000Z
2021-03-10T11:09:05.000Z
priv/games/aber/domains/aber/areas/village/scenes/road2.yaml
jgsmith/militerm
c4252d0a93f5620b90750ac2b61baf282e9ef7eb
[ "Apache-2.0" ]
null
null
null
detail: default: exits: east: target: "scene:aber:village:shore" north: target: "scene:aber:village:road3" south: target: "scene:aber:village:inn_yard" west: target: "scene:aber:village:road1" short: Village Road sight: > You are following the ...
26.833333
106
0.63354
3deb6a8fa9006a16b4df5868524414a809131272
98
yml
YAML
_data/education.yml
ngocphuong792/merge-conflicts
7a2c1fc47e95b1c14e781c56597f240383c19fa4
[ "MIT" ]
null
null
null
_data/education.yml
ngocphuong792/merge-conflicts
7a2c1fc47e95b1c14e781c56597f240383c19fa4
[ "MIT" ]
4
2021-08-12T04:21:58.000Z
2021-08-12T04:41:55.000Z
_data/education.yml
ngocphuong792/merge-conflicts
7a2c1fc47e95b1c14e781c56597f240383c19fa4
[ "MIT" ]
null
null
null
# Degree - degree: bachelor uni: Ha Noi University year: June, 2022 # awards: # summary:
12.25
24
0.642857
7ff887eecaa0cd9f56e230040c317250faa871b6
386
yml
YAML
docs-ref-autogen/@azure/arm-storsimple1200series/DevicesBeginPatchResponse.yml
ellismg/azure-docs-sdk-node
c36a2584fe9e23a0de152d3cfa79dcd130f85353
[ "CC-BY-4.0", "MIT" ]
59
2017-07-07T17:57:53.000Z
2022-03-25T16:36:13.000Z
docs-ref-autogen/@azure/arm-storsimple1200series/DevicesBeginPatchResponse.yml
ellismg/azure-docs-sdk-node
c36a2584fe9e23a0de152d3cfa79dcd130f85353
[ "CC-BY-4.0", "MIT" ]
1,322
2017-06-20T20:51:24.000Z
2022-03-29T21:20:34.000Z
docs-ref-autogen/@azure/arm-storsimple1200series/DevicesBeginPatchResponse.yml
ellismg/azure-docs-sdk-node
c36a2584fe9e23a0de152d3cfa79dcd130f85353
[ "CC-BY-4.0", "MIT" ]
159
2017-06-21T00:35:28.000Z
2022-03-28T23:37:18.000Z
### YamlMime:TSTypeAlias name: DevicesBeginPatchResponse uid: '@azure/arm-storsimple1200series.DevicesBeginPatchResponse' package: '@azure/arm-storsimple1200series' summary: Contains response data for the beginPatch operation. fullName: DevicesBeginPatchResponse remarks: '' isPreview: false isDeprecated: false syntax: ...
35.090909
73
0.823834
e6776f10719cab99961bbf29a240b0b38b6f759d
532
yaml
YAML
contracts/0x253137971b86074021334fb5b7e03ebf2545ead3-1/info.yaml
fanatid/ethereum-verified-contracts
2a97deb6c6511e479888feccad68d25bf52dcbfb
[ "MIT" ]
13
2018-06-28T20:23:05.000Z
2021-11-22T06:38:35.000Z
contracts/0x253137971b86074021334fb5b7e03ebf2545ead3-1/info.yaml
fanatid/ethereum-verified-contracts
2a97deb6c6511e479888feccad68d25bf52dcbfb
[ "MIT" ]
13
2018-06-28T18:11:27.000Z
2018-06-29T22:13:19.000Z
contracts/0x253137971b86074021334fb5b7e03ebf2545ead3-1/info.yaml
fanatid/ethereum-verified-contracts
2a97deb6c6511e479888feccad68d25bf52dcbfb
[ "MIT" ]
4
2019-08-07T09:44:37.000Z
2022-03-20T16:21:09.000Z
name: Wallet entrypoint: Wallet.sol compiler: 0.3.1-nightly.2016.4.12+commit.3ad5e82 optimise: 200 network: foundation txid: '0x6c418e76e8f634a1450234237a8b2b82ad1e7c552bcef31e8d3feddfe9ad5f34' address: '0x253137971b86074021334fb5b7e03ebf2545ead3' constructorArguments: >- 000000000000000000000000000000000000000000000...
53.2
258
0.921053
68b62223958459fb4f66c7d492a7b8fcd7b5936d
1,931
yaml
YAML
spec/base.yaml
Lee0701/mobileapps
e748147009f25b49c246724ce726755090ca16fa
[ "Apache-2.0" ]
8
2015-04-13T22:05:54.000Z
2019-12-01T00:59:35.000Z
spec/base.yaml
Lee0701/mobileapps
e748147009f25b49c246724ce726755090ca16fa
[ "Apache-2.0" ]
2
2020-04-17T19:09:02.000Z
2020-06-26T18:32:40.000Z
spec/base.yaml
Lee0701/mobileapps
e748147009f25b49c246724ce726755090ca16fa
[ "Apache-2.0" ]
12
2015-09-22T14:34:40.000Z
2019-10-17T15:47:35.000Z
openapi: 3.0.1 info: version: 0.3.0 title: WMF MobileApps service description: | (aka Mobile Content Service and Page Content Service). A collection of REST API services supporting Wikimedia Foundation (WMF) Readers products. https://www.mediawiki.org/wiki/Wikimedia_Apps/Team/RESTBase_services_for_ap...
25.407895
93
0.579492
73003eac664146978ad462f966de405f195fd278
557
yaml
YAML
home-ingress/overlays/prod/assistant/ingress.yaml
francisco-com-au/platform-apps
05592f414b5a5e80eaaed4d58ecb84a03467411e
[ "MIT" ]
null
null
null
home-ingress/overlays/prod/assistant/ingress.yaml
francisco-com-au/platform-apps
05592f414b5a5e80eaaed4d58ecb84a03467411e
[ "MIT" ]
null
null
null
home-ingress/overlays/prod/assistant/ingress.yaml
francisco-com-au/platform-apps
05592f414b5a5e80eaaed4d58ecb84a03467411e
[ "MIT" ]
null
null
null
--- kind: Ingress apiVersion: networking.k8s.io/v1 metadata: name: assistant namespace: home-ingress annotations: nginx.ingress.kubernetes.io/backend-protocol: http # ingress-nginx spec: ingressClassName: nginx tls: - hosts: - assistant.francisco.com.au secretName: assistant-tls rules: - h...
21.423077
70
0.579892
80b2f292e752f0cb9f4f3cf5b6f57b8d08784697
14,215
yaml
YAML
sdk/keyvault/azure-keyvault-keys/tests/recordings/test_crypto_client.test_ec_verify_local.yaml
vbarbaresi/azure-sdk-for-python
397ba46c51d001ff89c66b170f5576cf8f49c05f
[ "MIT" ]
8
2021-01-13T23:44:08.000Z
2021-03-17T10:13:36.000Z
sdk/keyvault/azure-keyvault-keys/tests/recordings/test_crypto_client.test_ec_verify_local.yaml
vbarbaresi/azure-sdk-for-python
397ba46c51d001ff89c66b170f5576cf8f49c05f
[ "MIT" ]
2
2021-11-03T06:10:36.000Z
2021-12-01T06:29:39.000Z
sdk/keyvault/azure-keyvault-keys/tests/recordings/test_crypto_client.test_ec_verify_local.yaml
vbarbaresi/azure-sdk-for-python
397ba46c51d001ff89c66b170f5576cf8f49c05f
[ "MIT" ]
2
2020-05-21T22:51:22.000Z
2020-05-26T20:53:01.000Z
interactions: - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate Connection: - keep-alive Content-Length: - '0' Content-Type: - application/json User-Agent: - azsdk-python-keyvault-keys/4.2.0b2 Python...
31.105033
497
0.62624
4466abac4521ca4124bc083c9160cae91a69a388
1,855
yml
YAML
answers/lab03/create_users.yml
lindison/playbooks_ansible
a91c2dddf81dcc901adb72a275b2c380aada8553
[ "MIT" ]
null
null
null
answers/lab03/create_users.yml
lindison/playbooks_ansible
a91c2dddf81dcc901adb72a275b2c380aada8553
[ "MIT" ]
null
null
null
answers/lab03/create_users.yml
lindison/playbooks_ansible
a91c2dddf81dcc901adb72a275b2c380aada8553
[ "MIT" ]
null
null
null
--- # Create users on remote system - hosts: dev remote_user: ubuntu connection: ssh become: yes become_method: sudo vars: tasks: - name: Create developers groups group: name=developers state=present - name: Create users from list user: name={{ item }} group=developers shell=/bin/bash ...
26.126761
69
0.66469
a737db790dcb790e440e42137ad25c308c2decfe
69
yml
YAML
.prettierrc.yml
Jokinen/create-from-blueprint
c6ddc2da743bc0d8005db70411f23bc885f08bb3
[ "MIT" ]
null
null
null
.prettierrc.yml
Jokinen/create-from-blueprint
c6ddc2da743bc0d8005db70411f23bc885f08bb3
[ "MIT" ]
null
null
null
.prettierrc.yml
Jokinen/create-from-blueprint
c6ddc2da743bc0d8005db70411f23bc885f08bb3
[ "MIT" ]
null
null
null
semi: false singleQuote: true trailingComma: es5 arrowParens: always
13.8
19
0.826087
3c0fd904f8e6f872bf3c2c7e58d9c305e443a65e
587
yml
YAML
ansible/roles/sf-kibana/defaults/main.yml
devbox-tools/sfc
0a5a9c3db165b35506f84d4c2dbfc1dace3fcea1
[ "Apache-2.0" ]
1
2019-02-26T13:25:17.000Z
2019-02-26T13:25:17.000Z
ansible/roles/sf-kibana/defaults/main.yml
devbox-tools/sfc
0a5a9c3db165b35506f84d4c2dbfc1dace3fcea1
[ "Apache-2.0" ]
null
null
null
ansible/roles/sf-kibana/defaults/main.yml
devbox-tools/sfc
0a5a9c3db165b35506f84d4c2dbfc1dace3fcea1
[ "Apache-2.0" ]
null
null
null
--- role_actions: - install - setup - disable role_package: kibana kibana_repo_name: kibana kibana_repo_desc: Kibana repository kibana_repo_url: https://packages.elastic.co/kibana/4.5/centos kibana_repo_gpgkey: http://packages.elastic.co/GPG-KEY-elasticsearch kibana_repo_gpgcheck: 1 kibana_topmenu_patch: | f...
26.681818
68
0.76661
150a84226418bb86c8ea59b94c4dd3a4e064192b
785
yml
YAML
appveyor.yml
nschonni/libsass-python
94acfb048654d757dea7ae24c624abd881c79e5f
[ "MIT" ]
null
null
null
appveyor.yml
nschonni/libsass-python
94acfb048654d757dea7ae24c624abd881c79e5f
[ "MIT" ]
null
null
null
appveyor.yml
nschonni/libsass-python
94acfb048654d757dea7ae24c624abd881c79e5f
[ "MIT" ]
null
null
null
environment: matrix: - PYTHON: 'C:\Python27' - PYTHON: 'C:\Python27-x64' - PYTHON: 'C:\Python34' - PYTHON: 'C:\Python34-x64' - PYTHON: 'C:\Python35' - PYTHON: 'C:\Python35-x64' - PYTHON: 'C:\Python36' - PYTHON: 'C:\Python36-x64' matrix: fast_finish: true init: - ps: ls C:/Python* - 'SET PATH=%PYTHON...
25.322581
78
0.689172
7df59b1fad6b9ec2241726cae42671ffb975fdd1
492
yaml
YAML
smb-csi/pod-smb.yaml
hobovirtual/tkgi-demo
c23de68df983ae9d2adfe898e9f31d6e4f3a1053
[ "MIT" ]
null
null
null
smb-csi/pod-smb.yaml
hobovirtual/tkgi-demo
c23de68df983ae9d2adfe898e9f31d6e4f3a1053
[ "MIT" ]
null
null
null
smb-csi/pod-smb.yaml
hobovirtual/tkgi-demo
c23de68df983ae9d2adfe898e9f31d6e4f3a1053
[ "MIT" ]
null
null
null
--- apiVersion: v1 kind: Secret metadata: name: smbcreds type: Opaque data: username: [base64 username] password: [base64 password] --- apiVersion: v1 kind: Pod metadata: name: pod-smb spec: volumes: - name: pv-smb persistentVolumeClaim: claimName: pvc-smb containers: - name: pod-smb ...
17.571429
42
0.617886
087e7ec531ffbb12ff0674e3fab007a114866149
2,202
yaml
YAML
_data/anx.yaml
api-network/organizations
a6c87f20aa4b44dee7a48d52506e25cf8e6556da
[ "Apache-2.0" ]
4
2021-02-19T03:02:53.000Z
2022-03-23T07:51:17.000Z
_data/anx.yaml
api-network/organizations
a6c87f20aa4b44dee7a48d52506e25cf8e6556da
[ "Apache-2.0" ]
null
null
null
_data/anx.yaml
api-network/organizations
a6c87f20aa4b44dee7a48d52506e25cf8e6556da
[ "Apache-2.0" ]
3
2021-02-19T03:02:59.000Z
2021-10-03T22:25:23.000Z
--- name: ANX description: "" image: "" created: "2021-02-04" modified: "2021-02-04" specificationVersion: "0.14" x-rank: "7" x-alexaRank: "3487867" url: https://raw.githubusercontent.com/api-network/organizations/main/anx.yaml tags: - Products And Tools apis: [] x-common: - type: x-open-source url: https://business...
32.382353
78
0.744777
b7475e7c1e440ce50bbf723c29b543e0420745a3
248
yaml
YAML
contracts/0x57d90b64a1a57749b0f932f1a3395792e12e7055-1/info.yaml
fanatid/ethereum-verified-contracts
2a97deb6c6511e479888feccad68d25bf52dcbfb
[ "MIT" ]
13
2018-06-28T20:23:05.000Z
2021-11-22T06:38:35.000Z
contracts/0x57d90b64a1a57749b0f932f1a3395792e12e7055-1/info.yaml
fanatid/ethereum-verified-contracts
2a97deb6c6511e479888feccad68d25bf52dcbfb
[ "MIT" ]
13
2018-06-28T18:11:27.000Z
2018-06-29T22:13:19.000Z
contracts/0x57d90b64a1a57749b0f932f1a3395792e12e7055-1/info.yaml
fanatid/ethereum-verified-contracts
2a97deb6c6511e479888feccad68d25bf52dcbfb
[ "MIT" ]
4
2019-08-07T09:44:37.000Z
2022-03-20T16:21:09.000Z
name: Elcoin entrypoint: Elcoin.sol compiler: 0.3.2-nightly.2016.5.13+commit.4b445b8 optimise: 200 network: foundation txid: '0x36b5bc1e05b6f809faf8d55ac6ee2b92a58099bfa591978ba6e463c17c3f26f1' address: '0x57d90b64a1a57749b0f932f1a3395792e12e7055'
31
74
0.862903
b7e0f98287781eafa4bde789fa1835615fb68438
1,725
yml
YAML
vega/config/datasets/cifar100.yml
qixiuai/vega
3e6588ea4aedb03e3594a549a97ffdb86adb88d1
[ "MIT" ]
null
null
null
vega/config/datasets/cifar100.yml
qixiuai/vega
3e6588ea4aedb03e3594a549a97ffdb86adb88d1
[ "MIT" ]
null
null
null
vega/config/datasets/cifar100.yml
qixiuai/vega
3e6588ea4aedb03e3594a549a97ffdb86adb88d1
[ "MIT" ]
null
null
null
Cifar100: n_class: 100 train: data_path: ~ batch_size: 256 num_workers: 4 shuffle: false distributed: false download: false imgs_per_gpu: 1 train_portion: 0.5 pin_memory: True drop_last: True transforms: - type: RandomCrop ...
23.958333
40
0.43942
39c4fdb21a11a423a0e4071cb9352803537bcdb9
12,745
yml
YAML
preview/docs-ref-autogen/com.azure.resourcemanager.sql.models.InstancePoolVcoresCapability.yml
PatrickFarley/azure-docs-sdk-java
7d34dc34719d59ec37fb9af72ea30c9ad58de543
[ "CC-BY-4.0", "MIT" ]
null
null
null
preview/docs-ref-autogen/com.azure.resourcemanager.sql.models.InstancePoolVcoresCapability.yml
PatrickFarley/azure-docs-sdk-java
7d34dc34719d59ec37fb9af72ea30c9ad58de543
[ "CC-BY-4.0", "MIT" ]
null
null
null
preview/docs-ref-autogen/com.azure.resourcemanager.sql.models.InstancePoolVcoresCapability.yml
PatrickFarley/azure-docs-sdk-java
7d34dc34719d59ec37fb9af72ea30c9ad58de543
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:ManagedReference items: - uid: com.azure.resourcemanager.sql.models.InstancePoolVcoresCapability id: InstancePoolVcoresCapability artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.0.0-beta.5 parent: com.azure.resourcemanager.sql.models children: - com.azure.resourcemanager.sql.model...
44.876761
108
0.798902
2e4eed25388633e3f256aeaaa027edfa9c254b66
223
yml
YAML
src/data/seasons/1962/races/06-germany/race.yml
F1DB/f1db
5a4fb148e6baf50443758086924922ce5d108916
[ "CC-BY-4.0" ]
9
2021-11-29T07:57:56.000Z
2022-03-16T21:08:58.000Z
src/data/seasons/1962/races/06-germany/race.yml
F1DB/f1db
5a4fb148e6baf50443758086924922ce5d108916
[ "CC-BY-4.0" ]
1
2021-12-31T09:24:54.000Z
2021-12-31T10:36:13.000Z
src/data/seasons/1962/races/06-germany/race.yml
F1DB/f1db
5a4fb148e6baf50443758086924922ce5d108916
[ "CC-BY-4.0" ]
1
2022-01-02T21:58:05.000Z
2022-01-02T21:58:05.000Z
id: 108 round: 6 date: 1962-08-05 grandPrixId: germany officialName: Grosser Preis von Deutschland 1962 qualifyingFormat: TWO_SESSION circuitId: nurburgring circuitType: ROAD courseLength: 22.810 laps: 15 distance: 342.150
18.583333
48
0.816143
0e1db169c8a47d28b943359ccb040b7144dca067
5,672
yml
YAML
.github/workflows/publish.yml
grilhami/PyDP
615eec5793404bdec79db69de54cf641455eaf3e
[ "Apache-2.0" ]
null
null
null
.github/workflows/publish.yml
grilhami/PyDP
615eec5793404bdec79db69de54cf641455eaf3e
[ "Apache-2.0" ]
null
null
null
.github/workflows/publish.yml
grilhami/PyDP
615eec5793404bdec79db69de54cf641455eaf3e
[ "Apache-2.0" ]
null
null
null
name: Publish PyDP on: release: types: [published] jobs: deploy: strategy: fail-fast: false max-parallel: 12 matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.6, 3.7, 3.8, 3.9] runs-on: ${{ matrix.os }} steps: - uses: actions/chec...
34.168675
187
0.559415
a03b9bc6bec84e9c232414bd8cba64ea3110b37c
388
yml
YAML
postgres/docker-compose.yml
aliiae/data-engineering
96ee73a52de9504fc7e9eda748c90e0966c4fa03
[ "MIT" ]
null
null
null
postgres/docker-compose.yml
aliiae/data-engineering
96ee73a52de9504fc7e9eda748c90e0966c4fa03
[ "MIT" ]
null
null
null
postgres/docker-compose.yml
aliiae/data-engineering
96ee73a52de9504fc7e9eda748c90e0966c4fa03
[ "MIT" ]
null
null
null
version: '3' services: db: image: postgres ports: - "5432:5432" expose: - 5432 environment: - POSTGRES_DB=studentdb - POSTGRES_DATABASE=studentdb - POSTGRES_USER=student - POSTGRES_PASSWORD=student - POSTGRES_HOST=127.0.0.1 - POSTGRES_PORT=5432 volu...
19.4
42
0.613402
ac35f4df903569603d11950cb1087f97b8778cb0
30
yaml
YAML
data/modules/peddy/issue_1024/multiqc_config.yaml
jfy133/MultiQC_TestData
385b76a32a4896aa13b6c8ebc2ddc4423988761d
[ "MIT" ]
17
2017-11-10T02:19:38.000Z
2022-03-25T09:14:59.000Z
data/modules/peddy/issue_1024/multiqc_config.yaml
jfy133/MultiQC_TestData
385b76a32a4896aa13b6c8ebc2ddc4423988761d
[ "MIT" ]
117
2016-02-17T08:52:59.000Z
2021-12-19T06:00:34.000Z
data/modules/peddy/issue_1024/multiqc_config.yaml
jfy133/MultiQC_TestData
385b76a32a4896aa13b6c8ebc2ddc4423988761d
[ "MIT" ]
136
2016-02-17T08:13:13.000Z
2022-02-15T12:35:46.000Z
fn_clean_exts: - '_bcbio'
10
14
0.633333
1719f014edb235085140a7279872b7f30cfb2196
127
yaml
YAML
tests/minimal/altair/ssz_static/SignedBeaconBlock/ssz_random_chaos/case_2/roots.yaml
LaudateCorpus1/consensus-spec-tests
f31005b94c3bdc846ae36532093030ef0076cd4f
[ "MIT" ]
null
null
null
tests/minimal/altair/ssz_static/SignedBeaconBlock/ssz_random_chaos/case_2/roots.yaml
LaudateCorpus1/consensus-spec-tests
f31005b94c3bdc846ae36532093030ef0076cd4f
[ "MIT" ]
1
2021-09-12T07:30:23.000Z
2021-09-12T07:30:23.000Z
tests/minimal/altair/ssz_static/SignedBeaconBlock/ssz_random_chaos/case_2/roots.yaml
LaudateCorpus1/consensus-spec-tests
f31005b94c3bdc846ae36532093030ef0076cd4f
[ "MIT" ]
null
null
null
version https://git-lfs.github.com/spec/v1 oid sha256:4d637940b7f4ab5f1c983b3c6707cdf5c0af32f59fb482146873705b117651ab size 77
31.75
75
0.88189
9ff930f1ab0f8453fa556082ca654d034f0f7b8c
617
yml
YAML
docs-ref-autogen/azure-mgmt-kusto/azure.mgmt.kusto.models.check_name_result_py3.yml
john-par/azure-docs-sdk-python
45eb90e21ff971ddb7135cb950da5751929f4b09
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/azure-mgmt-kusto/azure.mgmt.kusto.models.check_name_result_py3.yml
john-par/azure-docs-sdk-python
45eb90e21ff971ddb7135cb950da5751929f4b09
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/azure-mgmt-kusto/azure.mgmt.kusto.models.check_name_result_py3.yml
john-par/azure-docs-sdk-python
45eb90e21ff971ddb7135cb950da5751929f4b09
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:UniversalReference api_name: [] items: - children: - azure.mgmt.kusto.models.check_name_result_py3.CheckNameResult fullName: azure.mgmt.kusto.models.check_name_result_py3 langs: - python module: azure.mgmt.kusto.models.check_name_result_py3 name: check_name_result_py3 type: module uid: azur...
32.473684
73
0.815235
b0b062d3650f5dd15399618839e179b015f9ddd5
1,051
yaml
YAML
reports/stages/manhattan.ci.chef.co/job/harmony-build/architecture=sun4v-platform=solaris-10-project=harmony-role=builder/242.yaml
chef-boneyard/jenkins_pipeline_report
c74f6df8b5658c3a341f11ac244efee8ab63ec21
[ "Apache-2.0" ]
null
null
null
reports/stages/manhattan.ci.chef.co/job/harmony-build/architecture=sun4v-platform=solaris-10-project=harmony-role=builder/242.yaml
chef-boneyard/jenkins_pipeline_report
c74f6df8b5658c3a341f11ac244efee8ab63ec21
[ "Apache-2.0" ]
null
null
null
reports/stages/manhattan.ci.chef.co/job/harmony-build/architecture=sun4v-platform=solaris-10-project=harmony-role=builder/242.yaml
chef-boneyard/jenkins_pipeline_report
c74f6df8b5658c3a341f11ac244efee8ab63ec21
[ "Apache-2.0" ]
2
2021-06-27T16:09:19.000Z
2021-08-29T14:08:44.000Z
--- result: SUCCESS timestamp: 2016-06-10 08:36:11 UTC url: http://manhattan.ci.chef.co/job/harmony-build/architecture=sun4v,platform=solaris-10,project=harmony,role=builder/242/ trigger_url: http://manhattan.ci.chef.co/job/harmony-trigger-nightly-master/186/ duration: 32m16s steps: total: 32m16s before (setup time...
23.886364
123
0.614653
284b8ee778dcbfe35fd97e4073050a42c60f6468
137
yaml
YAML
src/gedml/config/param/optimizers/AdamW_losses.yaml
wangck20/GeDML
1f76ac2094d7b88be7fd4eb6145e5586e547b9ca
[ "MIT" ]
null
null
null
src/gedml/config/param/optimizers/AdamW_losses.yaml
wangck20/GeDML
1f76ac2094d7b88be7fd4eb6145e5586e547b9ca
[ "MIT" ]
null
null
null
src/gedml/config/param/optimizers/AdamW_losses.yaml
wangck20/GeDML
1f76ac2094d7b88be7fd4eb6145e5586e547b9ca
[ "MIT" ]
null
null
null
AdamW: params: params: - ~~_SEARCH_WITH_TARGET_NAME_ - losses - default lr: 0.00001 weight_decay: 0.0001
17.125
35
0.583942
0d9b538fcd0f96fd420cba148da3189ce651ce04
996
yaml
YAML
tests/unit_test_data/_object_load_1.yaml
eng-tools/sfsimodels
4771f7693c7ed30c05e82e41401c7d141e02dcf9
[ "MIT" ]
4
2017-12-16T10:17:13.000Z
2020-10-13T05:04:19.000Z
tests/unit_test_data/_object_load_1.yaml
eng-tools/sfsimodels
4771f7693c7ed30c05e82e41401c7d141e02dcf9
[ "MIT" ]
1
2021-05-19T05:33:43.000Z
2021-05-19T05:33:43.000Z
tests/unit_test_data/_object_load_1.yaml
eng-tools/sfsimodels
4771f7693c7ed30c05e82e41401c7d141e02dcf9
[ "MIT" ]
2
2020-11-07T04:46:55.000Z
2021-07-29T07:07:44.000Z
name: deng experiment LJD03 __units__: "N, kg, m, s" __version__: "0.4.11" __doi__: "10.1002/eqe.1181" Structures: - _id: 0 name: "Small footing SDOF" h_eff: 12.1 # m mass_eff: 553000 # kg t_eff: 1.2 # s mass_ratio: 1.0 Foundations: # lengths are in metres, mass in kg - _id: 0 name: ...
20.326531
39
0.578313
ea3d7775fa373a5165fcf247ebe4b3042a9f12a9
407
yml
YAML
server/plugins/Essentials/userdata/diamond_good_boy.yml
c0710204/docker-minecraft
ff2368f6cd91429e9d06732236b392cfd8f26585
[ "MIT" ]
null
null
null
server/plugins/Essentials/userdata/diamond_good_boy.yml
c0710204/docker-minecraft
ff2368f6cd91429e9d06732236b392cfd8f26585
[ "MIT" ]
1
2016-09-02T19:23:11.000Z
2016-09-02T19:23:11.000Z
server/plugins/Essentials/userdata/diamond_good_boy.yml
c0710204/docker-minecraft
ff2368f6cd91429e9d06732236b392cfd8f26585
[ "MIT" ]
null
null
null
socialspy: false timestamps: login: 1410579777333 lastteleport: 1410428677252 logout: 1410579869776 ipAddress: 183.14.251.149 lastlocation: world: world x: 108.30000001192093 y: 11.0 z: -196.93990963445728 yaw: 1.3426514 pitch: 25.649895 afk: false logoutlocation: world: world x: 239.9795497488036...
17.695652
29
0.724816
bfdabc9f7d94d7b61b974350cc9526f48473d85e
734
yml
YAML
docs-ref-autogen/azure-cognitiveservices-language-luis/azure.cognitiveservices.language.luis.authoring.models.entity_role.yml
rloutlaw/azure-docs-sdk-python
d755ebe626be0da867cb3c0406ee596dd678ed62
[ "CC-BY-4.0", "MIT" ]
1
2022-03-22T15:02:41.000Z
2022-03-22T15:02:41.000Z
docs-ref-autogen/azure-cognitiveservices-language-luis/azure.cognitiveservices.language.luis.authoring.models.entity_role.yml
rloutlaw/azure-docs-sdk-python
d755ebe626be0da867cb3c0406ee596dd678ed62
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/azure-cognitiveservices-language-luis/azure.cognitiveservices.language.luis.authoring.models.entity_role.yml
rloutlaw/azure-docs-sdk-python
d755ebe626be0da867cb3c0406ee596dd678ed62
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:UniversalReference api_name: [] items: - children: - azure.cognitiveservices.language.luis.authoring.models.entity_role.EntityRole fullName: azure.cognitiveservices.language.luis.authoring.models.entity_role langs: - python module: azure.cognitiveservices.language.luis.authoring.models.entity_rol...
38.631579
89
0.825613
aa95b717d4a07a532fadd29869f79f931a286942
1,330
yml
YAML
roles/common/basefs_wrapper.yml
yongxinL/homevault-imagebuilder
687dbd893636c3dbba93983276b6c55f225482a9
[ "Apache-2.0" ]
null
null
null
roles/common/basefs_wrapper.yml
yongxinL/homevault-imagebuilder
687dbd893636c3dbba93983276b6c55f225482a9
[ "Apache-2.0" ]
null
null
null
roles/common/basefs_wrapper.yml
yongxinL/homevault-imagebuilder
687dbd893636c3dbba93983276b6c55f225482a9
[ "Apache-2.0" ]
null
null
null
# ============================================================================= # # - Copyright (C) 2016 George Li <yongxinl@outlook.com> # # - This is part of HomeVault imagebuilder project. # - This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied w...
27.708333
79
0.563158
c927c4a4d8a75f1228cb876a2afe6580f9fd4a91
159
yaml
YAML
_data/ex_some_file_set_ff_unix_fileencoding_utf_8_x.yaml
HugoWen/commandlinefu.cn
d9fbe1029e1c3e0b9016fa63a4a805445a88ef42
[ "Unlicense" ]
161
2015-01-01T15:31:22.000Z
2022-01-07T20:52:48.000Z
_data/ex_some_file_set_ff_unix_fileencoding_utf_8_x.yaml
HugoWen/commandlinefu.cn
d9fbe1029e1c3e0b9016fa63a4a805445a88ef42
[ "Unlicense" ]
10
2015-01-04T15:59:44.000Z
2017-05-21T19:22:02.000Z
_data/ex_some_file_set_ff_unix_fileencoding_utf_8_x.yaml
HugoWen/commandlinefu.cn
d9fbe1029e1c3e0b9016fa63a4a805445a88ef42
[ "Unlicense" ]
52
2015-01-05T10:07:54.000Z
2021-09-10T04:27:59.000Z
commandlinefu_id: 1029 translator: weibo: Spacewander__罗泽轩 command: |- ex some_file "+set ff=unix fileencoding=utf-8" "+x" summary: |- 转换文件类型为Unix utf-8
19.875
53
0.735849
2373cfc38e351d3ea0b31115ebee69c9c6283bc6
44,554
yml
YAML
spec/support/fixtures/vcr_cassettes/https_/developer_apple_com/documentation/appstoreconnectapi/userresponse.yml
kyledecot/apple_peeler
084de04ab53eab54243da24a961998db3f30089c
[ "MIT" ]
null
null
null
spec/support/fixtures/vcr_cassettes/https_/developer_apple_com/documentation/appstoreconnectapi/userresponse.yml
kyledecot/apple_peeler
084de04ab53eab54243da24a961998db3f30089c
[ "MIT" ]
null
null
null
spec/support/fixtures/vcr_cassettes/https_/developer_apple_com/documentation/appstoreconnectapi/userresponse.yml
kyledecot/apple_peeler
084de04ab53eab54243da24a961998db3f30089c
[ "MIT" ]
null
null
null
--- http_interactions: - request: method: get uri: https://developer.apple.com/documentation/appstoreconnectapi/userresponse body: encoding: US-ASCII string: '' headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" User-Agent: ...
781.649123
43,252
0.979979
8311844ce1d27dcaf7f70206308c81a9a716e3af
85
yml
YAML
changelogs/unreleased/nicolasdular-fix-graphql-storage-type.yml
gitgov-dev/gitgov_rails
a898b6057ecf9ab635c45217568d44eab5c32ec0
[ "MIT" ]
1
2020-03-16T07:11:17.000Z
2020-03-16T07:11:17.000Z
changelogs/unreleased/nicolasdular-fix-graphql-storage-type.yml
gitgov-dev/gitgov_rails
a898b6057ecf9ab635c45217568d44eab5c32ec0
[ "MIT" ]
1
2020-03-16T07:18:00.000Z
2020-03-16T07:18:00.000Z
changelogs/unreleased/nicolasdular-fix-graphql-storage-type.yml
hwangzc/gitlabhq
5de7e7c72a59f8a99c71ec33948a53a64f73d075
[ "MIT" ]
3
2020-11-04T05:28:36.000Z
2020-11-06T04:49:03.000Z
--- title: Use FLOAT_TYPE for storage limit merge_request: 35559 author: type: fixed
14.166667
39
0.776471
3baf24e9b21c6c170d80fe497598462b54dae5fc
363
yml
YAML
src/app/routes/data/slash/resources/messageAttachments/javascript/intermediate/rithmschool.yml
mndominguez/greetbot
a4a862fd8e6607956b39be57534c5ae5b6165f07
[ "MIT" ]
11
2018-02-24T17:46:23.000Z
2018-10-02T03:28:02.000Z
src/app/routes/data/slash/resources/messageAttachments/javascript/intermediate/rithmschool.yml
mndominguez/greetbot
a4a862fd8e6607956b39be57534c5ae5b6165f07
[ "MIT" ]
63
2018-02-11T19:31:41.000Z
2019-10-31T02:12:58.000Z
src/app/routes/data/slash/resources/messageAttachments/javascript/intermediate/rithmschool.yml
mndominguez/greetbot
a4a862fd8e6607956b39be57534c5ae5b6165f07
[ "MIT" ]
20
2018-02-11T13:21:26.000Z
2019-01-01T21:37:17.000Z
resource-number: 4 language: 'javascript' level: 'intermediate' media-cost: "$0" media-cost-desc: "FREE" media-type: "class" media-icon: ":school_satchel:" media-link: "<https://www.rithmschool.com/courses/intermediate-javascript|Rithm School Intermediate JS>" media-desc: "_Rithm School is a Bootcamp Located in San Fra...
33
104
0.76584
1c752f10e1fbd2ea7dd9fc7561eedda7c0e4d0f1
1,299
yaml
YAML
tests/integrational/fixtures/native_sync/file_upload/list_files.yaml
natekspencer/pubnub-python
453ba34104b4067077546d5d9ba3b206559494d1
[ "MIT" ]
146
2015-01-05T03:14:53.000Z
2022-03-16T16:51:52.000Z
tests/integrational/fixtures/native_sync/file_upload/list_files.yaml
natekspencer/pubnub-python
453ba34104b4067077546d5d9ba3b206559494d1
[ "MIT" ]
48
2015-01-15T15:27:41.000Z
2022-03-21T14:17:05.000Z
tests/integrational/fixtures/native_sync/file_upload/list_files.yaml
natekspencer/pubnub-python
453ba34104b4067077546d5d9ba3b206559494d1
[ "MIT" ]
128
2015-01-05T03:40:59.000Z
2022-03-02T20:50:58.000Z
interactions: - request: body: null headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate Connection: - keep-alive User-Agent: - PubNub-Python/4.5.4 method: GET uri: https://ps.pndsn.com/v1/files/sub-c-mock-key/channels/files_native_sync_ch/files?uuid=...
30.928571
117
0.69592
e066a0c6fc05b78ae200dbaa7c78314f9f15dae7
4,616
yml
YAML
docs-ref-autogen/com.microsoft.azure.batch.protocol.models.JobReleaseTaskState.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
docs-ref-autogen/com.microsoft.azure.batch.protocol.models.JobReleaseTaskState.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.microsoft.azure.batch.protocol.models.JobReleaseTaskState.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaEnum uid: "com.microsoft.azure.batch.protocol.models.JobReleaseTaskState" fullName: "com.microsoft.azure.batch.protocol.models.JobReleaseTaskState" name: "JobReleaseTaskState" nameWithType: "JobReleaseTaskState" summary: "Defines values for JobReleaseTaskState." inheritances: - "<xref href=\"java.lang....
56.987654
221
0.765381
e7e2a0515601b373a74a4e9d99e3cddf7229d329
798
yml
YAML
data/nh/legislature/Gary-Merchant-78078880-ab6f-4f87-b095-8b85c31f1780.yml
putorti/people
9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc
[ "CC0-1.0" ]
58
2018-10-18T22:50:29.000Z
2022-03-01T21:03:44.000Z
data/nh/legislature/Gary-Merchant-78078880-ab6f-4f87-b095-8b85c31f1780.yml
putorti/people
9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc
[ "CC0-1.0" ]
350
2018-09-28T18:51:08.000Z
2022-03-21T19:03:57.000Z
data/nh/legislature/Gary-Merchant-78078880-ab6f-4f87-b095-8b85c31f1780.yml
putorti/people
9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc
[ "CC0-1.0" ]
74
2018-10-06T16:52:56.000Z
2022-02-11T15:45:20.000Z
id: ocd-person/78078880-ab6f-4f87-b095-8b85c31f1780 name: Gary Merchant given_name: Gary family_name: Merchant email: merchant4nhhouse@gmail.com party: - name: Democratic roles: - type: lower jurisdiction: ocd-jurisdiction/country:us/state:nh/government district: Sullivan 4 links: - url: http://www.gencourt.state.n...
29.555556
78
0.770677
78b22bd6281a475b5b91633111a308bb5056155e
122
yaml
YAML
config/150-serviceaccount.yaml
IBM/iter8-in-tekton-canary-release
f9260dd588de413b57459c00844e886ef42a842a
[ "Apache-2.0" ]
1
2020-07-08T16:00:25.000Z
2020-07-08T16:00:25.000Z
config/150-serviceaccount.yaml
IBM/iter8-in-tekton-canary-release
f9260dd588de413b57459c00844e886ef42a842a
[ "Apache-2.0" ]
null
null
null
config/150-serviceaccount.yaml
IBM/iter8-in-tekton-canary-release
f9260dd588de413b57459c00844e886ef42a842a
[ "Apache-2.0" ]
1
2020-06-29T15:30:54.000Z
2020-06-29T15:30:54.000Z
apiVersion: v1 kind: ServiceAccount metadata: name: demo namespace: tekton-pipelines secrets: - name: secret-github
15.25
29
0.762295
03086e918043e6f1a762b441a8cbee9dd0101071
82
yml
YAML
.travis.db.yml
ivangretsky/Migrations
43248f025a1fe357726ada14898c916bce0e32d9
[ "MIT" ]
null
null
null
.travis.db.yml
ivangretsky/Migrations
43248f025a1fe357726ada14898c916bce0e32d9
[ "MIT" ]
null
null
null
.travis.db.yml
ivangretsky/Migrations
43248f025a1fe357726ada14898c916bce0e32d9
[ "MIT" ]
null
null
null
db: host: "127.0.0.1" port: 3306 user: "root" pass: "" name: pw_conveyor
13.666667
19
0.573171
4e1a1fe6d020275b49de8fdba2213070a12aa716
226
yml
YAML
polaris-icons/icons/ProductsMinor.yml
FLCN-16/polaris-react
866ae314cba596af78cef2e32bec929c20b65048
[ "MIT" ]
null
null
null
polaris-icons/icons/ProductsMinor.yml
FLCN-16/polaris-react
866ae314cba596af78cef2e32bec929c20b65048
[ "MIT" ]
null
null
null
polaris-icons/icons/ProductsMinor.yml
FLCN-16/polaris-react
866ae314cba596af78cef2e32bec929c20b65048
[ "MIT" ]
null
null
null
name: products set: minor description: Used to represent products or a price tag. keywords: - tag - products - price authors: - Adam Whitcroft version: 1 date_added: 2022-01-17 date_modified: 2022-01-17 exclusive_use:
16.142857
55
0.747788
f617c0f29a5178934c1484b4de73d7a7026f3721
575
yml
YAML
aws-graphity/serverless.yml
wan2land/serverless-templates
e082e66b79b5ee0ac68a9ed7a843c3c38a839e84
[ "MIT" ]
1
2019-11-28T05:16:10.000Z
2019-11-28T05:16:10.000Z
aws-graphity/serverless.yml
corgidisco/serverless-templates
e082e66b79b5ee0ac68a9ed7a843c3c38a839e84
[ "MIT" ]
null
null
null
aws-graphity/serverless.yml
corgidisco/serverless-templates
e082e66b79b5ee0ac68a9ed7a843c3c38a839e84
[ "MIT" ]
1
2019-11-28T05:16:28.000Z
2019-11-28T05:16:28.000Z
service: name: aws-nodejs-typescript plugins: - serverless-webpack - serverless-offline provider: name: aws stage: ${opt:stage, 'dev'} runtime: nodejs8.10 region: ${env:AWS_DEFAULT_REGION, 'us-east-1'} environment: NODE_ENV: ${file(.env.${self:provider.stage}.yml):NODE_ENV} custom: webpack: ...
17.424242
63
0.617391
6ba86ad0a536f3e44dbd5f57206f883b546fd37d
572
yml
YAML
data/fl/retired/Grimsley-e5bded57-a382-4ff4-91c2-79cc118cea72.yml
putorti/people
9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc
[ "CC0-1.0" ]
58
2018-10-18T22:50:29.000Z
2022-03-01T21:03:44.000Z
data/fl/retired/Grimsley-e5bded57-a382-4ff4-91c2-79cc118cea72.yml
putorti/people
9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc
[ "CC0-1.0" ]
350
2018-09-28T18:51:08.000Z
2022-03-21T19:03:57.000Z
data/fl/retired/Grimsley-e5bded57-a382-4ff4-91c2-79cc118cea72.yml
putorti/people
9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc
[ "CC0-1.0" ]
74
2018-10-06T16:52:56.000Z
2022-02-11T15:45:20.000Z
id: ocd-person/e5bded57-a382-4ff4-91c2-79cc118cea72 name: Grimsley family_name: Grimsley image: http://www.flsenate.gov/PublishedContent/Senators/2014-2016/Photos/s21_5099.jpg party: - name: Republican roles: - start_date: '2013-01-01' end_date: '2014-12-31' type: upper jurisdiction: ocd-jurisdiction/country:us/s...
27.238095
86
0.769231
d46cf76e90f40fa5f073504eee4e09adc5faa6a4
1,488
yml
YAML
preview/docs-ref-autogen/com.azure.resourcemanager.storagecache.models.Cache.flush.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
preview/docs-ref-autogen/com.azure.resourcemanager.storagecache.models.Cache.flush.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
preview/docs-ref-autogen/com.azure.resourcemanager.storagecache.models.Cache.flush.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaMember uid: "com.azure.resourcemanager.storagecache.models.Cache.flush*" fullName: "com.azure.resourcemanager.storagecache.models.Cache.flush" name: "flush" nameWithType: "Cache.flush" members: - uid: "com.azure.resourcemanager.storagecache.models.Cache.flush()" fullName: "com.azure.resourcemanager.s...
55.111111
156
0.767473
f9a5ab09a37cafe59a546faa838f3f46f100b079
227
yaml
YAML
vendor/k8s.io/kubernetes/test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/gce.yaml
BinaryTreeNode/KDS
6220475814b42733c86ac0005e8548bb9a481c75
[ "Apache-2.0" ]
1
2020-07-02T14:53:18.000Z
2020-07-02T14:53:18.000Z
vendor/k8s.io/kubernetes/test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/gce.yaml
BinaryTreeNode/KDS
6220475814b42733c86ac0005e8548bb9a481c75
[ "Apache-2.0" ]
null
null
null
vendor/k8s.io/kubernetes/test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/gce.yaml
BinaryTreeNode/KDS
6220475814b42733c86ac0005e8548bb9a481c75
[ "Apache-2.0" ]
null
null
null
kind: PersistentVolume apiVersion: v1 metadata: name: pv0003 spec: capacity: storage: 10Gi accessModes: - ReadWriteOnce - ReadOnlyMany gcePersistentDisk: pdName: "abc123" fsType: "ext4"
16.214286
23
0.651982
e4d7e1a45afb392a49129890c75cdd2e7734ad68
251
yml
YAML
src/Bundle/Admin/Resources/config/routing/search.yml
tolotrasmile/sekoliko
2ea7fc9c3d176c25c3703041809e94b0ada43dca
[ "MIT" ]
null
null
null
src/Bundle/Admin/Resources/config/routing/search.yml
tolotrasmile/sekoliko
2ea7fc9c3d176c25c3703041809e94b0ada43dca
[ "MIT" ]
null
null
null
src/Bundle/Admin/Resources/config/routing/search.yml
tolotrasmile/sekoliko
2ea7fc9c3d176c25c3703041809e94b0ada43dca
[ "MIT" ]
null
null
null
user_search: path: / defaults: { _controller: "AdminBundle:SkRecherche:search" } methods: [GET, POST] search_details: path: /{id}/show defaults: { _controller: "AdminBundle:SkRecherche:details" } methods: [GET, POST]
27.888889
64
0.645418
901fac686d6b94fb773b85af35080110239f94bf
58
yml
YAML
.github/codecov.yml
blagodarin/seir
fec45228d161dabb8bb4aaa23c64ea218b84e8fd
[ "Apache-2.0" ]
null
null
null
.github/codecov.yml
blagodarin/seir
fec45228d161dabb8bb4aaa23c64ea218b84e8fd
[ "Apache-2.0" ]
null
null
null
.github/codecov.yml
blagodarin/seir
fec45228d161dabb8bb4aaa23c64ea218b84e8fd
[ "Apache-2.0" ]
null
null
null
coverage: precision: 2 range: "40...80" round: down
11.6
18
0.62069
29a4adbcde308002c697da9b3f8eaf286d5660d6
1,220
yml
YAML
lib/generators/enju_trunk/install/templates/db/fixtures/libraries.yml
MiraitSystems/enju_trunk
05ec8eb2d8c8e76ec33269925aac97b78c1431ca
[ "MIT" ]
null
null
null
lib/generators/enju_trunk/install/templates/db/fixtures/libraries.yml
MiraitSystems/enju_trunk
05ec8eb2d8c8e76ec33269925aac97b78c1431ca
[ "MIT" ]
null
null
null
lib/generators/enju_trunk/install/templates/db/fixtures/libraries.yml
MiraitSystems/enju_trunk
05ec8eb2d8c8e76ec33269925aac97b78c1431ca
[ "MIT" ]
1
2018-12-12T08:57:51.000Z
2018-12-12T08:57:51.000Z
--- library_00001: name: gotanda short_display_name: gotanda display_name: "ja:五反田中央図書館\r\nen:Gotanda Library" fax_number: telephone_number_1: telephone_number_2: id: 1 region: somewhere library_group_id: 1 agent_id: 2 call_number_delimiter: "|" position: 1 nacsis_location_code: '@' library_00...
21.034483
51
0.745902
ddb7384ffae414e72746bb545c139e119125f933
609
yml
YAML
lessons/12-metrics/model/measurements-raw.yml
dimajix/flowman-tutorial
c7026fcf1c65dbb408bf4c9a0788f2bd790d087e
[ "Apache-2.0" ]
null
null
null
lessons/12-metrics/model/measurements-raw.yml
dimajix/flowman-tutorial
c7026fcf1c65dbb408bf4c9a0788f2bd790d087e
[ "Apache-2.0" ]
null
null
null
lessons/12-metrics/model/measurements-raw.yml
dimajix/flowman-tutorial
c7026fcf1c65dbb408bf4c9a0788f2bd790d087e
[ "Apache-2.0" ]
null
null
null
relations: measurements_raw: kind: file format: text location: "s3a://dimajix-training/data/weather/" # Define the pattern to be used for partitions pattern: "${year}" # Define data partitions. Each year is stored in a separate sub directory partitions: - name: year type: int...
29
77
0.632184
dd4079545baee5cb2d14fce9f660d47af7b3bff4
1,276
yml
YAML
.github/labels.yml
frankier/wcmatch
1fb43e1812b7a56043f8fa2a226b4fd6135fd4b2
[ "MIT" ]
null
null
null
.github/labels.yml
frankier/wcmatch
1fb43e1812b7a56043f8fa2a226b4fd6135fd4b2
[ "MIT" ]
null
null
null
.github/labels.yml
frankier/wcmatch
1fb43e1812b7a56043f8fa2a226b4fd6135fd4b2
[ "MIT" ]
null
null
null
template: 'facelessuser:master-labels:labels.yml:master' # Wildcard labels brace_expansion: true extended_glob: true rules: - labels: ['C: infrastructure'] patterns: ['*|{tools,requirements,.github}/**|-*.md'] - labels: ['C: source'] patterns: ['wcmatch/**'] - labels: ['C: tests'] patterns: ['tes...
20.253968
57
0.621473
8adffc4bc33ab1ccc6e414598ad0af6b4b37e46f
1,129
yml
YAML
.github/workflows/lint-pr.yml
KennethBWSong/TeamsFx
4e272dad78ab17a64154dca89299fc45f74f62fb
[ "MIT" ]
null
null
null
.github/workflows/lint-pr.yml
KennethBWSong/TeamsFx
4e272dad78ab17a64154dca89299fc45f74f62fb
[ "MIT" ]
null
null
null
.github/workflows/lint-pr.yml
KennethBWSong/TeamsFx
4e272dad78ab17a64154dca89299fc45f74f62fb
[ "MIT" ]
null
null
null
name: "Lint PR" on: pull_request: types: - opened - edited - synchronize jobs: pr-title: runs-on: ubuntu-latest steps: # Please look up the latest version from # https://github.com/amannn/action-semantic-pull-request/releases - uses: amannn/action-semantic-pull-requ...
24.543478
85
0.574845
c19c465661cd77559397bb5fde8b44ebcb2d40d0
2,645
yml
YAML
_data/navigation/nl_NL.yml
Plailect/plailect.github.io
e39f2c26cb415d194ed52f8f68f964c633ac642f
[ "MIT" ]
1,040
2016-03-05T21:50:19.000Z
2018-02-04T20:39:35.000Z
_data/navigation/nl_NL.yml
Plailect/plailect.github.io
e39f2c26cb415d194ed52f8f68f964c633ac642f
[ "MIT" ]
1,174
2016-03-06T02:08:36.000Z
2018-02-02T22:48:08.000Z
_data/navigation/nl_NL.yml
Plailect/plailect.github.io
e39f2c26cb415d194ed52f8f68f964c633ac642f
[ "MIT" ]
552
2016-03-06T02:32:36.000Z
2018-01-25T20:16:51.000Z
--- main: - title: Home url: / - title: Veelgestelde vragen (FAQ) url: faq - title: Probleemoplossing url: troubleshooting - title: Controleren op CFW url: checking-for-cfw - title: Het gebruiken van GodMode9 url: godmode9-usage - title: Bijdragen url: c...
23
124
0.658223
4b5a0b1263e63f84ed8d8bcb9909d0be21ef9b9e
1,280
yml
YAML
.github/workflows/build.yml
Ruinerwarrior/TextEditor
b07f0d45a882f43d67c23e40ffc55937e2b9cbbb
[ "MIT" ]
null
null
null
.github/workflows/build.yml
Ruinerwarrior/TextEditor
b07f0d45a882f43d67c23e40ffc55937e2b9cbbb
[ "MIT" ]
null
null
null
.github/workflows/build.yml
Ruinerwarrior/TextEditor
b07f0d45a882f43d67c23e40ffc55937e2b9cbbb
[ "MIT" ]
null
null
null
name: build on: push: branches: [ main ] pull_request: branches: [ main ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [macos-latest, ubuntu-latest, windows-lates...
33.684211
150
0.65625
27e1c9bb813187469d94f587c2da58632ba21c8d
933
yaml
YAML
helm/mastery-egress-voucher-consumer/env/mm100/mm100test.yaml
mounika-basetty/mastery-egress-invoice-consumer
e12da0783fcb281516822cd1bcba9616848567a4
[ "BSD-3-Clause" ]
null
null
null
helm/mastery-egress-voucher-consumer/env/mm100/mm100test.yaml
mounika-basetty/mastery-egress-invoice-consumer
e12da0783fcb281516822cd1bcba9616848567a4
[ "BSD-3-Clause" ]
null
null
null
helm/mastery-egress-voucher-consumer/env/mm100/mm100test.yaml
mounika-basetty/mastery-egress-invoice-consumer
e12da0783fcb281516822cd1bcba9616848567a4
[ "BSD-3-Clause" ]
null
null
null
replicaCount: 2 namespace: mm100-test-mastery-egress kafkaNamespace: mm100-test-kafka image: pullPolicy: IfNotPresent service: environment: 'mm100-test' kafka: brokers: 'mastery-kafka-bootstrap.mm100-test-kafka.svc:9092' registryEndpoint: 'http://mastery-schemaregistry.mm100-test-kafka.s...
31.1
137
0.695606
5a192157d742d484aa444af312931642752b00e4
1,785
yml
YAML
threads/3334493/posts/59840285.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
threads/3334493/posts/59840285.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
threads/3334493/posts/59840285.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
url: showpost.php?p=59840285&postcount=3262 id: 59840285 tid: 3334493 num: 3262 datetime: 2013-07-19T04:35:00.000Z user: img: null name: Hell.LjghT title: K.I.A joinDate: 2012-11-30T16:00:00.000Z posts: 13 id: '1156121' 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 ...
93.947368
1,177
0.644258
5add85dc8e5b9b3bf42ba56960f939a1c961b2ac
663
yml
YAML
src/main/resources/application.yml
feiniaojin/naaf-generator
c6f341ffb56cfaf609c4f0eaee7e149562ff474a
[ "MIT" ]
5
2021-11-08T12:29:34.000Z
2021-12-11T04:58:57.000Z
src/main/resources/application.yml
feiniaojin/naaf-generator
c6f341ffb56cfaf609c4f0eaee7e149562ff474a
[ "MIT" ]
null
null
null
src/main/resources/application.yml
feiniaojin/naaf-generator
c6f341ffb56cfaf609c4f0eaee7e149562ff474a
[ "MIT" ]
1
2021-12-03T12:56:33.000Z
2021-12-03T12:56:33.000Z
spring: jackson: time-zone: GMT+8 date-format: yyyy-MM-dd HH:mm:ss resources: static-locations: classpath:/static/,classpath:/views/ datasource: url: jdbc:mysql://localhost:3306/naaf_console username: root password: 1234 driver-class-name: com.mysql.cj.jdbc.Driver type: com.zaxxer....
28.826087
60
0.698341
456dc6c5240b8e33a76885c5e3dfd103ad07cf3f
2,516
yml
YAML
.ado/templates/build-rnw.yml
jackerghan/react-native-windows
009e922f8acf1079d0f71e04b9cf0435d8fe411b
[ "MIT" ]
null
null
null
.ado/templates/build-rnw.yml
jackerghan/react-native-windows
009e922f8acf1079d0f71e04b9cf0435d8fe411b
[ "MIT" ]
null
null
null
.ado/templates/build-rnw.yml
jackerghan/react-native-windows
009e922f8acf1079d0f71e04b9cf0435d8fe411b
[ "MIT" ]
null
null
null
# Steps template for building any React Native Windows variant. parameters: debug: false # NuGet & MSBuild project: msbuildVersion: $(MSBuildVersion) msBuildArchitecture: $(MSBuildArchitecture) preferredToolArchitecture: $(MSBuildPreferredToolArchitecture) platformToolset: $(MSBuildPlatformToolset) ms...
35.43662
96
0.711844
14353bdea6a43d7f030cf7c71b4e4b3bdb42b20a
1,312
yaml
YAML
vulns/ansible/PYSEC-2020-205.yaml
westonsteimel/pypa-advisory-db
1455ed03f6f47d01b389570d0723e5becc199a7d
[ "CC-BY-4.0" ]
104
2021-06-02T03:37:05.000Z
2022-02-17T21:08:28.000Z
vulns/ansible/PYSEC-2020-205.yaml
westonsteimel/pypa-advisory-db
1455ed03f6f47d01b389570d0723e5becc199a7d
[ "CC-BY-4.0" ]
20
2021-06-04T06:38:58.000Z
2022-02-22T22:21:41.000Z
vulns/ansible/PYSEC-2020-205.yaml
westonsteimel/pypa-advisory-db
1455ed03f6f47d01b389570d0723e5becc199a7d
[ "CC-BY-4.0" ]
11
2021-06-10T07:00:45.000Z
2022-01-05T09:28:17.000Z
id: PYSEC-2020-205 details: Multiple argument injection vulnerabilities in Ansible before 1.6.7 allow remote attackers to execute arbitrary code by leveraging access to an Ansible managed host and providing a crafted fact, as demonstrated by a fact with (1) a trailing " src=" clause, (2) a trailing " temp=" claus...
21.16129
89
0.623476
f111019e40e3e755353ab77c46ee33b57f6d34db
59
yml
YAML
tasks/stop.yml
samitpatel/ansible-kafka
b335172f97a0a8553f6ffb9c11215e9c84bc42c2
[ "MIT" ]
2
2017-11-24T10:29:53.000Z
2020-10-08T13:13:29.000Z
tasks/stop.yml
samitpatel/ansible-kafka
b335172f97a0a8553f6ffb9c11215e9c84bc42c2
[ "MIT" ]
null
null
null
tasks/stop.yml
samitpatel/ansible-kafka
b335172f97a0a8553f6ffb9c11215e9c84bc42c2
[ "MIT" ]
3
2018-06-26T17:46:23.000Z
2021-10-19T08:47:16.000Z
--- - name: stop kafka service: name=kafka state=stopped
14.75
35
0.694915
cd4d129ab6796ecd288a8433c298710e06442d4b
687
yaml
YAML
.github/workflows/pr-auto-approve.yaml
sounisi5011/npm-packages
cb29f8a54ef76e5758e4633a6bfb34be7a572be0
[ "MIT" ]
3
2021-05-18T23:39:34.000Z
2021-05-21T01:02:20.000Z
.github/workflows/pr-auto-approve.yaml
sounisi5011/npm-packages
cb29f8a54ef76e5758e4633a6bfb34be7a572be0
[ "MIT" ]
352
2021-03-13T21:38:09.000Z
2022-03-26T12:11:49.000Z
.github/workflows/pr-auto-approve.yaml
sounisi5011/npm-packages
cb29f8a54ef76e5758e4633a6bfb34be7a572be0
[ "MIT" ]
null
null
null
name: Auto Approve on: pull_request: types: - opened - reopened - synchronize - ready_for_review jobs: approve: # see https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#needs-context # see https://stackoverflow.com/a/67532120/4907315 ...
28.625
117
0.633188
a8168a522d6a7eeb19b7f79ac7925d5061a1a8cf
653
yaml
YAML
applications/nginxwithvolume.yaml
huaweicloud/openshift-ansible
4fe2bd3aacc7396753e07cf01de2a818b67bce5f
[ "Apache-2.0" ]
1
2018-11-14T01:47:19.000Z
2018-11-14T01:47:19.000Z
applications/nginxwithvolume.yaml
huaweicloud/openshift-ansible
4fe2bd3aacc7396753e07cf01de2a818b67bce5f
[ "Apache-2.0" ]
null
null
null
applications/nginxwithvolume.yaml
huaweicloud/openshift-ansible
4fe2bd3aacc7396753e07cf01de2a818b67bce5f
[ "Apache-2.0" ]
4
2018-07-30T02:40:11.000Z
2019-11-12T06:59:02.000Z
kind: StorageClass apiVersion: storage.k8s.io/v1 metadata: name: gold provisioner: kubernetes.io/cinder --- kind: PersistentVolumeClaim apiVersion: v1 metadata: name: myclaim spec: accessModes: - ReadWriteOnce resources: requests: storage: 10Gi storageClassName: gold --- apiVersion: v1 kind: Pod...
17.184211
44
0.640123
b59f9781c21613024cf4848d3743e24014922e94
1,542
yml
YAML
docs-ref-autogen/com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
docs-ref-autogen/com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaType uid: "com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup" fullName: "com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup" name: "NetworkSecurityRule.UpdateStages.WithDestinationAddr...
90.705882
273
0.872892
9ce46f46726669299d09cf58eefcc09e0bb82657
737
yaml
YAML
sensor/upcoming_media.yaml
orcema/home-assistant-config-fr
32f454632572004f5e56d34a373831043c33b18c
[ "Apache-2.0" ]
302
2019-01-05T13:47:16.000Z
2022-03-31T15:02:54.000Z
sensor/upcoming_media.yaml
chpego/home-assistant-config-fr
16fc98b08365308f4fa53ca4156522db43bb7f2c
[ "Apache-2.0" ]
7
2019-04-24T10:38:26.000Z
2021-06-10T07:20:22.000Z
sensor/upcoming_media.yaml
chpego/home-assistant-config-fr
16fc98b08365308f4fa53ca4156522db43bb7f2c
[ "Apache-2.0" ]
67
2019-06-13T11:41:21.000Z
2022-03-21T12:20:15.000Z
############################################################ ## ## ## SONARR ## ## ## #########################################################...
24.566667
63
0.398915