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
c95e187499fd5170f8608c3d99191237380e12e4
471
yml
YAML
ubuntu.yml
fulhaq/dev-env
9b996c49686d6d0b9a64722321c297243d1e79f2
[ "MIT" ]
null
null
null
ubuntu.yml
fulhaq/dev-env
9b996c49686d6d0b9a64722321c297243d1e79f2
[ "MIT" ]
null
null
null
ubuntu.yml
fulhaq/dev-env
9b996c49686d6d0b9a64722321c297243d1e79f2
[ "MIT" ]
null
null
null
--- - hosts: all #roles: # - role: gcloud # gcloud_tmp_path: /tmp/install_gcloud # gcloud_archive_name: google-cloud-sdk-114.0.0-darwin-x86_64.tar.gz tasks: - include: copy-files.yml - include: apt.yml - include: deb-packages.yml - include: targz-apps.yml - include: git.yml - include: binaries.yml - include: docker.yml #- include: pip.yml # - include: sublime.yml - include: fish.yml #- include: customization.yml
24.789474
72
0.639066
9b49d597b2f5e56bc73ca573be3d4f901cc2de72
236
yaml
YAML
simple-k8s/client-service.yaml
pataraco/docker
502ba11ff12009d16731412cb89ee66f9e230256
[ "MIT" ]
null
null
null
simple-k8s/client-service.yaml
pataraco/docker
502ba11ff12009d16731412cb89ee66f9e230256
[ "MIT" ]
10
2019-11-27T01:37:34.000Z
2022-02-26T17:34:24.000Z
simple-k8s/client-service.yaml
pataraco/docker
502ba11ff12009d16731412cb89ee66f9e230256
[ "MIT" ]
null
null
null
apiVersion: v1 kind: Service metadata: name: fibo-client namespace: testing spec: type: NodePort ports: - port: 80 targetPort: 3000 # nodePort: 31515 # automatically assign a port selector: component: web
16.857143
54
0.673729
89ca9da24683c8f62ec451df4a0890a788d88904
324
yml
YAML
extras/roles/install-go/tasks/main.yml
davidsennin23/mtail
2eea3616ed406070ebe44111dfdd312226f637ab
[ "Apache-2.0" ]
null
null
null
extras/roles/install-go/tasks/main.yml
davidsennin23/mtail
2eea3616ed406070ebe44111dfdd312226f637ab
[ "Apache-2.0" ]
null
null
null
extras/roles/install-go/tasks/main.yml
davidsennin23/mtail
2eea3616ed406070ebe44111dfdd312226f637ab
[ "Apache-2.0" ]
null
null
null
- name: Check go installed stat: path: /usr/local/go/bin/go register: stat_go - name: Install go if not exists include: install-go.yml when: stat_go.stat.exists == False # - name: Set environment # environment: # PATH: "{{ lookup('env', 'PATH') }}:/usr/local/go/bin" # GOPATH: "{{ playbook_dir }}/go"
24.923077
59
0.635802
be4ae3c5ce96226d24da7f5dbb9c78e1a30f8eca
1,605
yml
YAML
reference-docs/api-management/azure-arm-apimanagement/stable/IdentityProviderList.yml
MicrosoftDocs/azure-sdk-docs-demo-2
080636441276afa13b3bfefa9cb5971f7f3ebcc3
[ "CC-BY-4.0", "MIT" ]
1
2022-02-27T20:08:19.000Z
2022-02-27T20:08:19.000Z
reference-docs/api-management/azure-arm-apimanagement/stable/IdentityProviderList.yml
MicrosoftDocs/azure-sdk-docs-demo-2
080636441276afa13b3bfefa9cb5971f7f3ebcc3
[ "CC-BY-4.0", "MIT" ]
null
null
null
reference-docs/api-management/azure-arm-apimanagement/stable/IdentityProviderList.yml
MicrosoftDocs/azure-sdk-docs-demo-2
080636441276afa13b3bfefa9cb5971f7f3ebcc3
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:TSType name: IdentityProviderList uid: '@azure/arm-apimanagement.IdentityProviderList|stable' package: '@azure/arm-apimanagement|stable' summary: List of all the Identity Providers configured on the service instance. fullName: IdentityProviderList remarks: '' isPreview: false isDeprecated: false type: interface properties: - name: count uid: '@azure/arm-apimanagement.IdentityProviderList.count|stable' package: '@azure/arm-apimanagement|stable' summary: Total record count number across all pages. fullName: count remarks: '' isPreview: false isDeprecated: false syntax: content: 'count?: undefined | number' return: description: '' type: undefined | number - name: nextLink uid: '@azure/arm-apimanagement.IdentityProviderList.nextLink|stable' package: '@azure/arm-apimanagement|stable' summary: Next page link if any. fullName: nextLink remarks: '' isPreview: false isDeprecated: false syntax: content: 'nextLink?: undefined | string' return: description: '' type: undefined | string - name: value uid: '@azure/arm-apimanagement.IdentityProviderList.value|stable' package: '@azure/arm-apimanagement|stable' summary: Identity Provider configuration values. fullName: value remarks: '' isPreview: false isDeprecated: false syntax: content: 'value?: IdentityProviderContract[]' return: description: '' type: >- <xref uid="@azure/arm-apimanagement.IdentityProviderContract|stable" />[]
30.283019
79
0.68785
e8f3e9a6171abaa8632da8074df8b769a8d6fdf5
188
yaml
YAML
docker-compose.yaml
smoothie/manual-certbot
6b3f43326edad625f213c68c6e3af3f7e7b7ffb2
[ "MIT" ]
null
null
null
docker-compose.yaml
smoothie/manual-certbot
6b3f43326edad625f213c68c6e3af3f7e7b7ffb2
[ "MIT" ]
null
null
null
docker-compose.yaml
smoothie/manual-certbot
6b3f43326edad625f213c68c6e3af3f7e7b7ffb2
[ "MIT" ]
null
null
null
version: '3.4' services: smoothie-certbot: container_name: smoothie-certbot-main build: context: . target: CERT_CREATION volumes: - .data:/var/certbot/app
17.090909
41
0.638298
3b2752e7309f9c85c35d3ba147af233d7e2265b5
197
yaml
YAML
helm/config.yaml
marceberhard/Kubernetes_advanced-webapp
9bfbd8dd88c346a43d2d23e702b8d070607a90ae
[ "MIT" ]
1
2020-12-09T17:45:43.000Z
2020-12-09T17:45:43.000Z
helm/config.yaml
marceberhard/Kubernetes_advanced-webapp
9bfbd8dd88c346a43d2d23e702b8d070607a90ae
[ "MIT" ]
null
null
null
helm/config.yaml
marceberhard/Kubernetes_advanced-webapp
9bfbd8dd88c346a43d2d23e702b8d070607a90ae
[ "MIT" ]
null
null
null
apiVersion: v1 kind: ConfigMap metadata: name: {{ .Values.db.config.name }} namespace: {{ .Values.db.namespace }} data: {{- range .Values.db.config.data }} {{ .key }}: {{ .value }} {{- end }}
21.888889
39
0.604061
e823170d348a2e23aa9f9c8a66d257a53e6c26fd
256
yml
YAML
meta/main.yml
rhops/ansible-postgresql-repo
0af1e282d0699b84507c27dd14601dab276dbd85
[ "Apache-2.0" ]
null
null
null
meta/main.yml
rhops/ansible-postgresql-repo
0af1e282d0699b84507c27dd14601dab276dbd85
[ "Apache-2.0" ]
null
null
null
meta/main.yml
rhops/ansible-postgresql-repo
0af1e282d0699b84507c27dd14601dab276dbd85
[ "Apache-2.0" ]
null
null
null
--- galaxy_info: author: Jeff Li description: Configure PostgreSQL upstream YUM repository license: MIT min_ansible_version: 2.3 platforms: - name: EL versions: - 7 categories: - database - postgresql dependencies: []
17.066667
59
0.660156
e07f6719d856a217a4182be24da8fac205f34889
187
yml
YAML
docker-compose.yml
juancolamendy/water-jug-riddle
a2bc6ef49e42ce61705f0c4e1bd6e934608f3753
[ "MIT" ]
null
null
null
docker-compose.yml
juancolamendy/water-jug-riddle
a2bc6ef49e42ce61705f0c4e1bd6e934608f3753
[ "MIT" ]
null
null
null
docker-compose.yml
juancolamendy/water-jug-riddle
a2bc6ef49e42ce61705f0c4e1bd6e934608f3753
[ "MIT" ]
null
null
null
version: "3.9" services: webapp: build: ./webapp ports: - "3000:3000" environment: API_HOST: apisvr apisvr: build: ./apisvr ports: - "3001:3001"
14.384615
22
0.545455
4f9f08a69cf21bdc74ae2a21b59ebe3666edb71e
748
yml
YAML
data/ri/retired/Joseph-A-Trillo-e91bc2fd-7e4b-449e-a623-f89610af2bd0.yml
putorti/people
9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc
[ "CC0-1.0" ]
58
2018-10-18T22:50:29.000Z
2022-03-01T21:03:44.000Z
data/ri/retired/Joseph-A-Trillo-e91bc2fd-7e4b-449e-a623-f89610af2bd0.yml
putorti/people
9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc
[ "CC0-1.0" ]
350
2018-09-28T18:51:08.000Z
2022-03-21T19:03:57.000Z
data/ri/retired/Joseph-A-Trillo-e91bc2fd-7e4b-449e-a623-f89610af2bd0.yml
putorti/people
9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc
[ "CC0-1.0" ]
74
2018-10-06T16:52:56.000Z
2022-02-11T15:45:20.000Z
id: ocd-person/e91bc2fd-7e4b-449e-a623-f89610af2bd0 name: Joseph A. Trillo given_name: Joseph A. family_name: Trillo image: https://lh6.googleusercontent.com/-w8BxpbZpnxc/TxncFqQq4AI/AAAAAAAAFU0/rExJsFqomF4/s500/DSC_4024.jpg party: - name: Republican roles: - start_date: '2012-01-01' end_date: '2017-12-31' type: lower jurisdiction: ocd-jurisdiction/country:us/state:ri/government district: '24' links: - url: http://www.rilin.state.ri.us/representatives/trillo other_identifiers: - scheme: legacy_openstates identifier: RIL000062 sources: - url: http://www.rilin.state.ri.us/representatives/default.aspx - url: http://webserver.rilin.state.ri.us/Email/RepEmailListDistrict.asp - url: http://www.rilin.state.ri.us/representatives/trillo
32.521739
107
0.782086
886565b7cba4ac36aad08bf0bb0a99ad85d52993
1,245
yml
YAML
.github/workflows/ci.yml
paoloboni/spray-json-derived-codecs
87dec820fb9237ec0d28819a576e5cfd1dc24951
[ "Apache-2.0" ]
6
2020-12-28T14:27:29.000Z
2022-02-16T08:44:21.000Z
.github/workflows/ci.yml
paoloboni/spray-json-derived-codecs
87dec820fb9237ec0d28819a576e5cfd1dc24951
[ "Apache-2.0" ]
19
2021-05-02T16:12:50.000Z
2022-02-06T14:31:41.000Z
.github/workflows/ci.yml
paoloboni/spray-json-derived-codecs
87dec820fb9237ec0d28819a576e5cfd1dc24951
[ "Apache-2.0" ]
null
null
null
--- name: CI on: pull_request: branches: [master] paths: - 'src/**' - 'project/**' - '**/*.sbt' push: branches: [master] paths: - 'src/**' - 'project/**' - '**/*.sbt' jobs: test: strategy: fail-fast: false matrix: java: - 8 - 11 scala: - 2.12.14 - 2.13.6 - 3.0.0 runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v1 - name: Setup uses: olafurpg/setup-scala@v10 with: java-version: "adopt@1.${{ matrix.java }}" - name: Cache SBT uses: actions/cache@v2 with: path: | ~/.ivy2/cache ~/.sbt key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }} - name: Build and test # run: sbt ++${{ matrix.scala }} scalafmtCheckAll scalafmtSbtCheck headerCheck test:headerCheck coverage test coverageReport run: sbt ++${{ matrix.scala }} scalafmtCheckAll scalafmtSbtCheck headerCheck test:headerCheck test shell: bash # - name: Upload coverage to Codecov # uses: codecov/codecov-action@v1 # with: # fail_ci_if_error: true
24.411765
131
0.506827
a113fc90e025019a7887551ae55746fbec0642c1
2,711
yml
YAML
.travis.yml
dwijnand/nanotest-strawman
170bc7df1eee590fc7ca553f4670bfc0a1977a5c
[ "Apache-2.0" ]
null
null
null
.travis.yml
dwijnand/nanotest-strawman
170bc7df1eee590fc7ca553f4670bfc0a1977a5c
[ "Apache-2.0" ]
null
null
null
.travis.yml
dwijnand/nanotest-strawman
170bc7df1eee590fc7ca553f4670bfc0a1977a5c
[ "Apache-2.0" ]
null
null
null
language: scala env: matrix: - ADOPTOPENJDK=8 - ADOPTOPENJDK=11 matrix: include: - scala: 2.11.12 sudo: required before_install: # SDKMAN instruction is repeated # adding $HOME/.sdkman to cache would create an empty directory, which interferes with the initial installation - "[[ -d $HOME/.sdkman/bin/ ]] || rm -rf $HOME/.sdkman/" - curl -sL https://get.sdkman.io | bash - echo sdkman_auto_answer=true > $HOME/.sdkman/etc/config - source "$HOME/.sdkman/bin/sdkman-init.sh" # Scala Native - curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x before_script: - sudo chmod +x /usr/local/bin/sbt script: - sbt ++${TRAVIS_SCALA_VERSION}! verifyNative/test - scala: 2.11.12 sudo: required before_install: # SDKMAN instruction is repeated # adding $HOME/.sdkman to cache would create an empty directory, which interferes with the initial installation - "[[ -d $HOME/.sdkman/bin/ ]] || rm -rf $HOME/.sdkman/" - curl -sL https://get.sdkman.io | bash - echo sdkman_auto_answer=true > $HOME/.sdkman/etc/config - source "$HOME/.sdkman/bin/sdkman-init.sh" # Scala Native - curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x before_script: - sudo chmod +x /usr/local/bin/sbt script: - sbt ++${TRAVIS_SCALA_VERSION}! verifyNative/test env: SCALANATIVE_VERSION="0.4.0-M2" before_install: # adding $HOME/.sdkman to cache would create an empty directory, which interferes with the initial installation - "[[ -d $HOME/.sdkman/bin/ ]] || rm -rf $HOME/.sdkman/" - curl -sL https://get.sdkman.io | bash - echo sdkman_auto_answer=true > $HOME/.sdkman/etc/config - source "$HOME/.sdkman/bin/sdkman-init.sh" install: - sdk install java $(sdk list java | grep -o "$ADOPTOPENJDK\.[0-9\.]*hs-adpt" | head -1) - unset JAVA_HOME - java -Xmx32m -version - javac -J-Xmx32m -version script: - sbt ++2.11.12! verifyJVM/test verifyJS/test - sbt ++2.12.10! verifyJVM/test verifyJS/test - sbt ++2.13.1! verifyJVM/test verifyJS/test - sbt ++0.19.0-RC1! verifyJVM/test before_cache: - du -h -d 1 $HOME/.ivy2/cache - du -h -d 2 $HOME/.sbt/ - find $HOME/.sbt -name "*.lock" -type f -delete - find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete - find $HOME/.ivy2/cache -name "*scalafix*.xml" -type f -delete - rm -rf $HOME/.ivy2/local cache: directories: - $HOME/.ivy2/cache - $HOME/.coursier - $HOME/.sbt - $HOME/.sdkman
36.146667
119
0.637403
103c07dd16588e2b1914b57bda9140de237265b8
410
yml
YAML
packages/nouns/lib/__fixtures__/034923_fartuh.yml
medzuslovjansky/standard
433f01da93e10f7f9c04750f94de4bda7a07c42f
[ "MIT" ]
1
2020-10-12T06:25:33.000Z
2020-10-12T06:25:33.000Z
packages/nouns/lib/__fixtures__/034923_fartuh.yml
medzuslovjansky/standard
433f01da93e10f7f9c04750f94de4bda7a07c42f
[ "MIT" ]
null
null
null
packages/nouns/lib/__fixtures__/034923_fartuh.yml
medzuslovjansky/standard
433f01da93e10f7f9c04750f94de4bda7a07c42f
[ "MIT" ]
null
null
null
--- id: "34923" word: "fartuh" meta: gender: "masculine" declensions: singular: nom: "fartuh" acc: "fartuh" gen: "fartuha" loc: "fartuhu" dat: "fartuhu" ins: "fartuhom" voc: "fartuše" plural: nom: "fartuhy" acc: "fartuhy" gen: "fartuhov" loc: "fartuhah" dat: "fartuham" ins: "fartuhami" voc: "fartuhy"
17.826087
23
0.5
6be41b95666d57c53f17a670ec8a9a84c43db1d6
2,777
yml
YAML
.gomarkdoc.yml
nwillc/genfuncs
6405d0d115ddf0170b886a880b54a2f514a4e3de
[ "ISC" ]
6
2021-12-20T04:34:46.000Z
2022-03-25T10:21:36.000Z
.gomarkdoc.yml
nwillc/genfuncs
6405d0d115ddf0170b886a880b54a2f514a4e3de
[ "ISC" ]
1
2021-12-22T20:27:49.000Z
2021-12-22T21:26:09.000Z
.gomarkdoc.yml
nwillc/genfuncs
6405d0d115ddf0170b886a880b54a2f514a4e3de
[ "ISC" ]
2
2021-12-20T05:21:40.000Z
2022-01-26T12:15:00.000Z
output: "README.md" embed: "." includeUnexported: "false" header: |+ [![License](https://img.shields.io/github/license/nwillc/genfuncs.svg)](https://tldrlegal.com/license/-isc-license) [![CI](https://github.com/nwillc/genfuncs/workflows/CI/badge.svg)](https://github.com/nwillc/genfuncs/actions/workflows/CI.yml) [![codecov.io](https://codecov.io/github/nwillc/genfuncs/coverage.svg?branch=master)](https://codecov.io/github/nwillc/genfuncs?branch=master) [![goreportcard.com](https://goreportcard.com/badge/github.com/nwillc/genfuncs)](https://goreportcard.com/report/github.com/nwillc/genfuncs) [![Reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/nwillc/genfuncs) [![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go) [![Releases](https://img.shields.io/github/tag/nwillc/genfuncs.svg)](https://github.com/nwillc/genfuncs/tags) # Genfuncs Genfuncs implements various functions utilizing Go's Generics to help avoid writing boilerplate code, in particular when working with containers like heap, list, map, queue, set, slice, etc. Many of the functions are based on Kotlin's Sequence and Map. Attempts were also made to introduce more polymorphism into Go's containers. This package, while very usable, is primarily a proof-of-concept since it is likely Go will provide similar before long. In fact, golang.org/x/exp/slices and golang.org/x/exp/maps offer some similar functions and I incorporate them here. ## Code Style The coding style is not always idiomatic, in particular: - All functions have named return values and those variable are used in the return statements. - Some places where the `range` build-in could be used instead use explicit indexing. Both of these, while less idiomatic, were done because they measurably improve performance. ## General notes: - A Map interface is provided to allow both Go's normal map and it's sync.Map to be used polymorphically. - The bias of these functions where appropriate is to be pure, without side effects, at the cost of copying data. - Examples are found in `*examples_test.go` files or projects like [gordle](https://github.com/nwillc/gordle). ## License The code is under the [ISC License](https://github.com/nwillc/genfuncs/blob/master/LICENSE.md). ## Requirements Build with Go 1.18+ ## Getting ```bash go get github.com/nwillc/genfuncs ``` # Packages - [genfuncs](<#genfuncs>) - [genfuncs/container](<#container>) - [genfuncs/container/gmaps](<#gmaps>) - [genfuncs/container/gslices](<#gslices>) repository: url: https://github.com/nwillc/genfuncs defaultBranch: master path: /
47.067797
144
0.739647
ef9bebce4a49006152104f62c4121bef00f322e6
112
yml
YAML
spec/fixtures/serializers/component_serializer/section_component_serializer/display_data.yml
UsmanAfzal/thorney
0abc8153bbebc07555fc8743fe6b27b3c69d7d3e
[ "Ruby" ]
1
2020-06-23T14:23:08.000Z
2020-06-23T14:23:08.000Z
spec/fixtures/serializers/component_serializer/section_component_serializer/display_data.yml
UsmanAfzal/thorney
0abc8153bbebc07555fc8743fe6b27b3c69d7d3e
[ "Ruby" ]
182
2018-06-14T10:55:33.000Z
2022-03-30T22:41:05.000Z
spec/fixtures/serializers/component_serializer/section_component_serializer/display_data.yml
UsmanAfzal/thorney
0abc8153bbebc07555fc8743fe6b27b3c69d7d3e
[ "Ruby" ]
11
2018-06-05T16:05:49.000Z
2019-09-26T14:22:18.000Z
--- name: section__section data: display: name: partials__display data: 123 components: - 1 - 2
11.2
27
0.633929
6d2adf5adbdd5d2c9e79cfb50b9d328aa6be2a16
862
yml
YAML
conda-forge.yml
conda-forge/librdmacm-devel-cos6-x86_64-feedstock
2684b4578ac36ee8d913df3f118412adfdb4af22
[ "BSD-3-Clause" ]
null
null
null
conda-forge.yml
conda-forge/librdmacm-devel-cos6-x86_64-feedstock
2684b4578ac36ee8d913df3f118412adfdb4af22
[ "BSD-3-Clause" ]
1
2020-07-18T11:26:05.000Z
2020-07-18T11:26:05.000Z
conda-forge.yml
conda-forge/librdmacm-devel-cos6-x86_64-feedstock
2684b4578ac36ee8d913df3f118412adfdb4af22
[ "BSD-3-Clause" ]
null
null
null
travis: secure: BINSTAR_TOKEN: a13O0ietUohb0tFBNpjDZ0/xdyqdAY5TzvwxHHZnH6ZhaJr+rguG9rDkzcMp7xv7RZpPtwc1eiXEGqxmbuYteyT38oug3fEHbV7ovAYWIFOj/yNrIcFQKoAbF2o+1RLPGwJCXt34oYAYh88JMg4dcqejk8Ny0s2UuWuQSXhBQYNm/xTik83Zs7JdH+oKh1oHjIppzXn+lVPempO/PmQtXx2NcerzYRc713+gYDPq03zeQ9HnjZ4rZ+pe8TiW+qlojFV5jTYmXRIGLGOTH5HPv3U3xTc8tQw2IAV4Wa1nsZo5PXFesDHeg2mSyAY365mXdb0n9BgJKp2zTafDjVdqw0VnqbTJ8f4IlN+aJjKRR9hseD9e//+nb7Qag+tqkJKQ7Fv5z0JFvfV3SJaRbKFM1kQePLxULQh1Ygyn68VhJ4eMmckMP1hH/rXVRdaUAyc3Bz3+Fwk5GXQXysGSXl9H8VzfDtlNZXP0yQGxxogabMomM7nUQdULRLqyoBTG78Cx4wW0tCQ11PfHB14lrj951rkcnqELgloiiqDTvgMB5G3Nl9TZZgevyyHjS41fxY2WEOAQtl/sWb14DPYOWnFYYZs+5BFco2dbLLk/d0x5BtG/4VVL2d2fGedm3eu3v4D//0RdeltLq10qN9qXnEoOvnk5EDBD9iEc+CR6AQPwXrE= appveyor: secure: BINSTAR_TOKEN: tumuXLL8PU75WMnRDemRy02ruEq2RpNxeK3dz0MjFssnosPm2v4EFjfNB4PTotA1 conda_forge_output_validation: true
107.75
703
0.936195
7e4e72ea729bd59d6cd4c98efca254778f5e195d
4,196
yml
YAML
.github/workflows/ci.yml
pdlfs/deltafs-proto
469116780443b9076c91bcb47b39b9cf59626dab
[ "Xnet", "X11" ]
1
2020-12-24T08:31:12.000Z
2020-12-24T08:31:12.000Z
.github/workflows/ci.yml
pdlfs/deltafs-proto
469116780443b9076c91bcb47b39b9cf59626dab
[ "Xnet", "X11" ]
null
null
null
.github/workflows/ci.yml
pdlfs/deltafs-proto
469116780443b9076c91bcb47b39b9cf59626dab
[ "Xnet", "X11" ]
1
2020-05-31T23:30:03.000Z
2020-05-31T23:30:03.000Z
# # ci.yml github actions continuous integration for deltafs # 23-May-2021 chuck@ece.cmu.edu # # workflow name. user defined string that displays on repo's action page. name: CI # workflow trigger. when to run? 'branches' limits scope to given branches. on: push: branches: - master pull_request: branches: - master # job(s) to run when workflow is triggered. jobs: # first (and only) job for this workflow: buildtest buildtest: # create a build matrix for this job. disable fail-fast so we # do not fail the whole job if one branch of the matrix fails. # you can use "include" to add branches to matrix and "exclude" # to prune branches you do not want to build. # XXX: putting lists in exclude doesn't work # e.g. exclude: # - compiler: [gcc-7, gcc-8] strategy: fail-fast: false matrix: build_type: [Debug, RelWithDebInfo] compiler: [gcc-9, gcc-10, clang-10, clang-11] os: [ubuntu-latest] # can add include / exclude below to refine the matrix # what os to run on (reference matrix above for this) runs-on: ${{ matrix.os }} # environment variables to provide to the job env: CI_BUILDTYPE: ${{ matrix.build_type }} CI_COMPILER: ${{ matrix.compiler }} # sequential set of steps (i.e. commands) for this job steps: # # dump out our currently selected environment and add CI_COMPBASE, # CI_CC, and CI_CXX to our environment using GITHUB_ENV. # - name: display selected environment config run: | echo "build=$CI_BUILDTYPE compiler=$CI_COMPILER" cicc=$CI_COMPILER cicompbase=`echo $cicc | sed -e 's/-.*//'` if [ "$cicompbase" = "gcc" ]; then cicxx=`echo $cicc | sed -e 's/^gcc/g++/'` elif [ "$cicompbase" = "clang" ]; then cicxx=`echo $cicc | sed -e 's/^clang/clang++/'` else echo "compbase error $cicompbase - unknown compiler basename" fi echo "CI_COMPBASE=$cicompbase" >> $GITHUB_ENV echo "CI_CC=$cicc" >> $GITHUB_ENV echo "CI_CXX=$cicxx" >> $GITHUB_ENV # # checkout our git tree # - name: github checkout source uses: actions/checkout@v2 # # set up environment using apt-get to install packages we need # but don't build ourselves. we need an MPI installed to # configure deltafs-umbrella, but we don't really use it here. # # note: clang includes C++, but g++ is its own package. # XXX: run did not like /bin/sh case statement (syntax err, quoting?) # - name: setup selected environment run: | sudo apt-get update sudo apt-get install -y $CI_COMPILER if [ "$CI_COMPBASE" = "gcc" ]; then sudo apt-get install -y $CI_CXX fi sudo apt-get install -y cmake sudo apt-get install -y mpich libmpich-dev sudo apt-get install -y librados-dev sudo apt-get install -y libsnappy-dev # # print out versions of some key programs (just for reference). # also print out all CI_* env vars. # - name: version check run: | cmake --version git --version printenv | egrep '^CI_' # # now we have everything we need, so we can configure our project # - name: configure project run: | mkdir b && cd b export CC=$CI_CC CXX=$CI_CXX cmake -DCMAKE_INSTALL_PREFIX=/tmp/deltafs-proto \ -DCMAKE_BUILD_TYPE="$CI_BUILDTYPE" \ -DPDLFS_SNAPPY=ON \ -DPDLFS_RADOS=ON \ -DDELTAFS_COMMON_INTREE=ON \ -DDELTAFS_MPI=ON \ -DBUILD_SHARED_LIBS=ON \ -DBUILD_TESTS=ON .. echo "cmake done" # # build project # - name: build project run: date && cd b && make && date # # run tests # - name: run tests run: date && cd b && ctest -VV --output-on-failure && date
31.548872
77
0.570067
052cc61869adeb866e95be6a88a2d17e6f9129f4
112
yml
YAML
src/main/resources/animals.jungle.example.com-cr.yml
mbauhardt/kubernetes-client-demo
a6ca0d0773ed1af5d88315de59c61282eeedf9e6
[ "Apache-2.0" ]
15
2020-06-08T02:28:05.000Z
2022-03-18T09:24:24.000Z
src/main/resources/animals.jungle.example.com-cr.yml
mbauhardt/kubernetes-client-demo
a6ca0d0773ed1af5d88315de59c61282eeedf9e6
[ "Apache-2.0" ]
2
2020-11-23T02:21:59.000Z
2021-03-19T07:21:55.000Z
src/main/resources/animals.jungle.example.com-cr.yml
mbauhardt/kubernetes-client-demo
a6ca0d0773ed1af5d88315de59c61282eeedf9e6
[ "Apache-2.0" ]
5
2019-05-03T08:24:40.000Z
2022-01-29T15:40:07.000Z
apiVersion: jungle.example.com/v1 kind: Animal metadata: name: walrus spec: image: my-awesome-walrus-image
14
33
0.758929
f10a9d792c4b1b23468ead3081c99e64e3faf028
1,379
yml
YAML
octions/checks/set-suites-preferences/action.yml
maxkomarychev/octions
d34f96efd680c244ec8b7ded06fafa984005d6fb
[ "MIT" ]
30
2019-12-19T22:19:50.000Z
2022-03-18T22:41:42.000Z
octions/checks/set-suites-preferences/action.yml
maxkomarychev/octions
d34f96efd680c244ec8b7ded06fafa984005d6fb
[ "MIT" ]
8
2020-03-15T23:43:30.000Z
2022-01-22T10:10:53.000Z
octions/checks/set-suites-preferences/action.yml
maxkomarychev/octions
d34f96efd680c244ec8b7ded06fafa984005d6fb
[ "MIT" ]
2
2020-02-18T14:49:25.000Z
2022-02-10T18:25:19.000Z
name: Update repository preferences for check suites description: | Changes the default automatic flow when creating check suites. By default, the CheckSuiteEvent is automatically created each time code is pushed to a repository. When you disable the automatic creation of check suites, you can manually [Create a check suite](https://developer.github.com/v3/checks/suites/#create-a-check-suite). You must have admin permissions in the repository to set preferences for check suites. inputs: token: description: | Token to authenticate the request required: true owner: description: | owner parameter required: false repo: description: | repo parameter required: false auto_trigger_checks: description: | Enables or disables automatic creation of CheckSuite events upon pushes to the repository. Enabled by default. See the [`auto_trigger_checks` object](https://developer.github.com/v3/checks/suites/#auto_trigger_checks-object) description for details. required: false file_output: description: | Path to store full output of the action required: false custom_outputs: description: | Custom outputs to create for step. This has to be YAML multiline string literal `custom_outputs: \|<newline> output_name:path.in.result` required: false runs: using: node12 main: index.js
39.4
417
0.748368
7b249a4f1471186dc1e9657404ebefbb65065846
257
yaml
YAML
pubspec.yaml
dart-bridge/container
f6dcd4fb0c1586e98970d660ee3e096d838a37b4
[ "MIT" ]
5
2015-11-11T15:12:50.000Z
2017-03-17T17:27:34.000Z
pubspec.yaml
dart-bridge/container
f6dcd4fb0c1586e98970d660ee3e096d838a37b4
[ "MIT" ]
null
null
null
pubspec.yaml
dart-bridge/container
f6dcd4fb0c1586e98970d660ee3e096d838a37b4
[ "MIT" ]
1
2018-08-11T17:44:07.000Z
2018-08-11T17:44:07.000Z
name: container version: 0.1.2 description: Inversion of Control-container author: Emil Persson <emil.n.persson@gmail.com> homepage: https://github.com/dart-bridge/container environment: sdk: ">=1.8.0 <2.0.0" dev_dependencies: test: any testcase: any
23.363636
50
0.750973
7af52c32fb44db83a7074a2583cc5511b80ef0ae
657
yaml
YAML
vulns/ndpi/OSV-2020-177.yaml
asraa/oss-fuzz-vulns
2626548a02f8ec5f2830e8700720815869ea24c5
[ "CC-BY-4.0" ]
null
null
null
vulns/ndpi/OSV-2020-177.yaml
asraa/oss-fuzz-vulns
2626548a02f8ec5f2830e8700720815869ea24c5
[ "CC-BY-4.0" ]
null
null
null
vulns/ndpi/OSV-2020-177.yaml
asraa/oss-fuzz-vulns
2626548a02f8ec5f2830e8700720815869ea24c5
[ "CC-BY-4.0" ]
null
null
null
id: OSV-2020-177 package: name: ndpi ecosystem: OSS-Fuzz summary: UNKNOWN in get_ndpi_flow_info6 details: | OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20747 Crash type: UNKNOWN Crash state: get_ndpi_flow_info6 packet_processing ndpi_workflow_process_packet severity: MEDIUM affects: ranges: - type: GIT repo: https://github.com/ntop/nDPI.git introduced: 812505b56bb4508bc42e1615d6425ad26444d3f8 fixed: 90e08b3568d8963a459cf06c4e67ff6fc99298e3 references: - https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20747 modified: '2021-03-09T04:49:05.431915Z' created: '2020-06-24T01:51:17.542041Z'
26.28
78
0.774734
b8fd0e07b0d3c7a8edff16dfc9798eb4720e29d3
128
yml
YAML
config/User.yml
bundyfx/vamp
23f563215d27006752ed3979265cd8bdb9a14c96
[ "MIT" ]
31
2016-07-06T10:45:25.000Z
2021-10-05T08:59:10.000Z
config/User.yml
bundyfx/vamp
23f563215d27006752ed3979265cd8bdb9a14c96
[ "MIT" ]
21
2016-07-04T07:19:42.000Z
2017-09-29T16:20:35.000Z
config/User.yml
bundyfx/vamp
23f563215d27006752ed3979265cd8bdb9a14c96
[ "MIT" ]
6
2016-11-28T21:08:27.000Z
2020-03-11T02:04:21.000Z
- User: ensure: present username: roflUser password: CoolPasswordBro1! ModuleName : PsDesiredStateConfiguration
21.333333
44
0.734375
c2499d6866fe8255d7cf72bd104b15d472f0ab6f
2,105
yaml
YAML
examples/kubernetes/deployments-should-succeed.yaml
knrt10/lockc
aef6d908078c9575d3334817850b0a8197fbd9ef
[ "Apache-2.0" ]
93
2021-07-19T18:40:39.000Z
2022-03-14T12:45:46.000Z
examples/kubernetes/deployments-should-succeed.yaml
knrt10/lockc
aef6d908078c9575d3334817850b0a8197fbd9ef
[ "Apache-2.0" ]
87
2021-07-19T07:01:29.000Z
2022-03-14T10:28:41.000Z
examples/kubernetes/deployments-should-succeed.yaml
knrt10/lockc
aef6d908078c9575d3334817850b0a8197fbd9ef
[ "Apache-2.0" ]
11
2021-07-26T00:15:22.000Z
2022-02-26T19:40:00.000Z
# Deployments which should run successfully as they should not violate policy # levels of their namespaces. --- apiVersion: apps/v1 kind: Deployment metadata: name: nginx-default-success namespace: default spec: selector: matchLabels: app: nginx-default-success replicas: 1 template: metadata: labels: app: nginx-default-success spec: containers: - name: nginx image: bitnami/nginx:1.21.4 ports: - containerPort: 80 --- apiVersion: apps/v1 kind: Deployment metadata: name: nginx-restricted-success namespace: restricted spec: selector: matchLabels: app: nginx-restricted-success replicas: 1 template: metadata: labels: app: nginx-restricted-success spec: securityContext: runAsUser: 101 seccompProfile: type: "RuntimeDefault" containers: - name: nginx image: bitnami/nginx:1.21.4 ports: - containerPort: 80 securityContext: allowPrivilegeEscalation: false runAsNonRoot: true capabilities: drop: ["ALL"] --- apiVersion: apps/v1 kind: Deployment metadata: name: nginx-baseline-success namespace: baseline spec: selector: matchLabels: app: nginx-baseline-success replicas: 1 template: metadata: labels: app: nginx-baseline-success spec: containers: - name: nginx image: bitnami/nginx:1.21.4 ports: - containerPort: 80 --- apiVersion: apps/v1 kind: Deployment metadata: name: bpf-privileged-success namespace: privileged spec: selector: matchLabels: app: bpf-privileged-success replicas: 1 template: metadata: labels: app: bpf-privileged-success spec: containers: - name: bpf image: busybox:latest command: ["sleep"] args: ["inf"] volumeMounts: - name: bpffs mountPath: /sys/fs/bpf volumes: - name: bpffs hostPath: path: /sys/fs/bpf type: Directory
20.240385
77
0.610451
c2c1a929603536ba456d2caa57f4d029a11604cd
2,612
yml
YAML
integrator/src/main/resources/application-dev.yml
szhengye/Biz-SIP-Cloud
6a1edd07074dbbf78f2bab2a7557f64c779bc2d3
[ "Apache-2.0" ]
3
2021-02-25T07:18:53.000Z
2021-11-03T09:51:34.000Z
integrator/src/main/resources/application-dev.yml
szhengye/Biz-SIP-Cloud
6a1edd07074dbbf78f2bab2a7557f64c779bc2d3
[ "Apache-2.0" ]
null
null
null
integrator/src/main/resources/application-dev.yml
szhengye/Biz-SIP-Cloud
6a1edd07074dbbf78f2bab2a7557f64c779bc2d3
[ "Apache-2.0" ]
1
2021-11-03T09:51:38.000Z
2021-11-03T09:51:38.000Z
server: port: 8888 spring: application: name: sip-integrator cloud: nacos: discovery: server-addr: 127.0.0.1:8848 datasource: url: jdbc:mysql://127.0.0.1/sip?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&useSSL=false username: root password: 123456 driver-class-name: com.mysql.cj.jdbc.Driver # redis: # host: ${BIZSIP_REDIS_HOST:test.bizmda.com} # port: ${BIZSIP_REDIS_PORT:6379} # database: ${BIZSIP_REDIS_DATABASE:0} # timeout: 5000 # password: #设置自己的密码 # jedis: # pool: # max-active: 50 # 如果赋值为-1,则表示不限制;如果pool已经分配了maxActive个jedis实例,则此时pool 的状态为exhausted(耗尽) # max-idle: 20 # 连接池中的最大空闲连接,默认值也是8。 # min-idle: 5 # 连接池中的最小空闲连接,默认值也是0。 # max-wait: 10000 # 等待可用连接的最大时间,单位毫秒,默认值为-1,表示永不超时。如果超过等待时间,则直接 抛出JedisConnectionException redis: redisson: enable: true ################### redis 单机版 start ########################## host: 127.0.0.1 port: 6379 timeout: 6000 database: 0 lettuce: pool: max-active: 10 # 连接池最大连接数(使用负值表示没有限制),如果赋值为-1,则表示不限制;如果pool已经分配了maxActive个jedis实例,则此时pool的状态为exhausted(耗尽) max-idle: 8 # 连接池中的最大空闲连接 ,默认值也是8 max-wait: 100 # # 等待可用连接的最大时间,单位毫秒,默认值为-1,表示永不超时。如果超过等待时间,则直接抛出JedisConnectionException min-idle: 2 # 连接池中的最小空闲连接 ,默认值也是0 shutdown-timeout: 100ms ################### redis 单机版 end ########################## # cluster: # nodes: 130.75.131.237:7000,130.75.131.238:7000,130.75.131.239:7000,130.75.131.237:7001,130.75.131.238:7001,130.75.131.239:7001 # #130.75.131.237:7000,130.75.131.238:7000,130.75.131.239:7000,130.75.131.237:7001,130.75.131.238:7001,130.75.131.239:7001 # #192.168.3.157:7000,192.168.3.158:7000,192.168.3.159:7000,192.168.3.157:7001,192.168.3.158:7001,192.168.3.159:7001 # timeout: 1000 # 连接超时时间(毫秒) # lettuce: # pool: # max-active: 10 # 连接池最大连接数(使用负值表示没有限制),如果赋值为-1,则表示不限制;如果pool已经分配了maxActive个jedis实例,则此时pool的状态为exhausted(耗尽) # max-idle: 8 # 连接池中的最大空闲连接 ,默认值也是8 # max-wait: 100 # # 等待可用连接的最大时间,单位毫秒,默认值为-1,表示永不超时。如果超过等待时间,则直接抛出JedisConnectionException # min-idle: 2 # 连接池中的最小空闲连接 ,默认值也是0 # shutdown-timeout: 100ms rabbitmq: virtual-host: / host: 127.0.0.1 port: 5672 username: springcloud password: springcloud listener: simple: concurrency: 5 max-concurrency: 15 prefetch: 10 bizsip: config-path: /var/bizsip/config logging: level: com.bizmda.bizsip: debug graceful: shutdown: enabled: true
32.65
135
0.635528
1b5e1fa1c0e35592eb2a8a1c80d6ef3e4baaa99a
781
yaml
YAML
k8s/app.yaml
anokun7/k8s-counter
8ca02c1ea68e9f541e923d0bcba9b89fcabde318
[ "Apache-2.0" ]
null
null
null
k8s/app.yaml
anokun7/k8s-counter
8ca02c1ea68e9f541e923d0bcba9b89fcabde318
[ "Apache-2.0" ]
null
null
null
k8s/app.yaml
anokun7/k8s-counter
8ca02c1ea68e9f541e923d0bcba9b89fcabde318
[ "Apache-2.0" ]
null
null
null
apiVersion: v1 kind: Service metadata: name: app labels: app: counter-demo spec: ports: - port: 8080 selector: app: counter-demo tier: app --- apiVersion: apps/v1 kind: Deployment metadata: name: app labels: app: counter-demo spec: revisionHistoryLimit: 3 replicas: 10 selector: matchLabels: app: counter-demo tier: app strategy: type: RollingUpdate template: metadata: labels: app: counter-demo tier: app spec: containers: - image: anoop/counter-demo:latest name: counter-demo env: - name: ENVIRONMENT value: Kubernetes - name: CONTEXT value: demo ports: - containerPort: 8080 name: counter-demo
16.978261
40
0.586428
3e1c2e18e77e922f3677805254da0e865bc96ada
172
yml
YAML
appveyor.yml
jgiacomini/LogsPlugin
24651a702c6c91263c1d2d538f778adedc893f40
[ "MIT" ]
3
2017-06-19T11:50:46.000Z
2017-11-08T23:45:07.000Z
appveyor.yml
jgiacomini/LogsPlugin
24651a702c6c91263c1d2d538f778adedc893f40
[ "MIT" ]
null
null
null
appveyor.yml
jgiacomini/LogsPlugin
24651a702c6c91263c1d2d538f778adedc893f40
[ "MIT" ]
null
null
null
version: 1.0.{build} image: Visual Studio 2017 configuration: Release platform: Any CPU before_build: - cmd: dotnet restore build: project: Logs.sln verbosity: minimal
17.2
25
0.767442
959b8637c71e0b73c1f0b926ea2b3b82315da761
141
yml
YAML
exercise2/subtask1.yml
Gunner1955/Class6
00a9caf67e91860ac58043a6825211238179d835
[ "Apache-2.0" ]
null
null
null
exercise2/subtask1.yml
Gunner1955/Class6
00a9caf67e91860ac58043a6825211238179d835
[ "Apache-2.0" ]
null
null
null
exercise2/subtask1.yml
Gunner1955/Class6
00a9caf67e91860ac58043a6825211238179d835
[ "Apache-2.0" ]
null
null
null
--- - name: Print out IP address debug: msg: "IP Addr: {{ item }}" loop: - 10.1.1.1 - 10.1.1.2 - 10.1.1.3 - 10.1.1.4
14.1
30
0.446809
c4cf6d4c174d8fe8aad0f04a0a27dc5cb3ea483a
104
yml
YAML
changelogs/unreleased/36017-move-analytics-out-of-more-in-top-navbar.yml
khoomelvin/gitlabhq
d513f3fb25d39ab74e1046fb8be94408b3c84414
[ "MIT" ]
null
null
null
changelogs/unreleased/36017-move-analytics-out-of-more-in-top-navbar.yml
khoomelvin/gitlabhq
d513f3fb25d39ab74e1046fb8be94408b3c84414
[ "MIT" ]
13
2020-12-31T09:11:19.000Z
2022-02-27T10:51:21.000Z
changelogs/unreleased/36017-move-analytics-out-of-more-in-top-navbar.yml
khoomelvin/gitlabhq
d513f3fb25d39ab74e1046fb8be94408b3c84414
[ "MIT" ]
null
null
null
--- title: Move instance statistics into analytics namespace merge_request: 21112 author: type: changed
17.333333
56
0.807692
76cc15899b0084d41a790a11385706e401580297
1,560
yml
YAML
.circleci/config.yml
fladi/mock
7a9cba1d47a6ef32ddb5e2b744c21c12eec3a2ab
[ "BSD-2-Clause" ]
554
2015-07-10T05:30:06.000Z
2022-03-23T14:04:14.000Z
.circleci/config.yml
fladi/mock
7a9cba1d47a6ef32ddb5e2b744c21c12eec3a2ab
[ "BSD-2-Clause" ]
294
2015-07-10T08:58:14.000Z
2021-12-19T12:41:47.000Z
.circleci/config.yml
fladi/mock
7a9cba1d47a6ef32ddb5e2b744c21c12eec3a2ab
[ "BSD-2-Clause" ]
132
2015-04-26T09:46:07.000Z
2022-02-28T16:43:26.000Z
version: 2.1 orbs: python: cjw296/python-ci@2 jobs: check-package: parameters: image: type: string python: type: string default: "python" docker: - image: << parameters.image >> steps: - python/check-package: package: "mock" test: - run: name: "Import package" command: << parameters.python >> -c "import mock" common: &common jobs: - python/pip-run-tests: matrix: parameters: image: - circleci/python:3.6 - circleci/python:3.7 - circleci/python:3.8 - circleci/python:3.9 - pypy:3.6 - python/coverage: name: coverage requires: - python/pip-run-tests - python/pip-docs: name: docs requires: - coverage - python/pip-setuptools-build-package: name: package requires: - docs filters: branches: only: master - check-package: matrix: parameters: image: - circleci/python:3.6 - circleci/python:3.9 requires: - package - python/release: name: release config: .carthorse.yml requires: - check-package workflows: push: <<: *common periodic: <<: *common triggers: - schedule: cron: "0 1 * * *" filters: branches: only: master
19.02439
63
0.471154
404aba5d137c1585fc2f1f6068419c7988afdc7b
1,006
yml
YAML
.travis.yml
mkrum/chessplotlib
716fdd7543e4eaa267e742fc3e101bdb0549349d
[ "MIT" ]
null
null
null
.travis.yml
mkrum/chessplotlib
716fdd7543e4eaa267e742fc3e101bdb0549349d
[ "MIT" ]
null
null
null
.travis.yml
mkrum/chessplotlib
716fdd7543e4eaa267e742fc3e101bdb0549349d
[ "MIT" ]
null
null
null
language: python python: - 3.8 env: PYPI_TOKEN: secure: FY5HUh3UW4B5gd6qYzK8BVZqIpYiEpIN1+F6SkgW1HOOvJxgAkGCGztH/s7H/cn6Q0wG+vKrv9ZZ5H63oENC/NtVln99NMBVUNNrDPe+0Jl+F54oxJGgB/9jTVo6oXLyVg/afBkHM/dYp9nfkm/htfp1PBTGr1gkBXyfCRP/2cb4hpSrIIPuzfpPbPPY4KNvZwb3bru4K4KfoOGwxudp7vn4aOx27wjOzOEUdVFtsBIBqXasMfVnp4m0KnKJjQiMIVjrcAcWmHn3h7SxzA9P0XbkFZdP6G33SIWQjfYjqXDEm/litP9Qfj/tqcID+QORcjrQan7lXuyF9qPoqvic1hWuKbrlUea/2gIAXs2Txfe5VQClR0zLnfrgJYdACTeNU4dmMdhMIMKsbnpA/bBEgOFcsUptl0vQ/VnV4pjmaxaZ913tWqgDfCafnm3VczIG/cGyUjIHK2LWn+i40WpSfw231Ayqzarp9I4bklZeaDNsya0tPXmW7uLAc5Dnh2lgvY+DDFvQ6VJDr4dorkOeMs55vkgg61lLWeIT7Hq93N8LCN1bcujoWWTIuX1h2Y16PBDs1Jq5xFbsgYXGwV2dhkYobTRsIjR6aYE+/EfISds6N9GMMxJSyLB/VP3cT676Xv3BcRK/EMB8+/kLwVEH0MNzphLL88vbjdytG7LNXiM= script: - pip install twine pytest - pip install -e . - pytest -s - python setup.py sdist bdist_wheel - twine check dist/* - if [ "$TRAVIS_BRANCH" = "main" ]; then twine upload --skip-existing dist/* -u __token__ -p $PYPI_TOKEN; fi
62.875
696
0.852883
407d1880b5802574f8209f548a3b10899aeb7202
291
yml
YAML
.rubocop.yml
jeton-th/bookstore-api
f4ad18233398ae6113ab8f94da408db3b57d0c99
[ "MIT" ]
2
2019-08-28T15:27:47.000Z
2019-10-07T12:53:35.000Z
.rubocop.yml
jeton-th/bookstore-api
f4ad18233398ae6113ab8f94da408db3b57d0c99
[ "MIT" ]
4
2019-08-14T10:11:30.000Z
2020-02-29T08:17:03.000Z
.rubocop.yml
jeton-th/bookstore-api
f4ad18233398ae6113ab8f94da408db3b57d0c99
[ "MIT" ]
1
2019-09-06T14:09:10.000Z
2019-09-06T14:09:10.000Z
Metrics/LineLength: Max: 120 Metrics/MethodLength: Max: 20 Metrics/ClassLength: Max: 1500 Metrics/BlockLength: Max: 300 AllCops: Exclude: - 'db/**/*.rb' - 'Gemfile' - 'Rakefile' - 'test/*' - 'config/*' - 'bin/*' Style/NumericLiterals: Enabled: false
12.125
22
0.597938
3ec0fd63a158be72316bfc416e1b0856ea561c08
223
yml
YAML
docs-ref-autogen/azure-mgmt-logic/azure.mgmt.logic.models.x12_message_filter.yml
mccoyp/azure-docs-sdk-python
c50bfeb886f28dc80264d915bc4fe4d3d076db1c
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/azure-mgmt-logic/azure.mgmt.logic.models.x12_message_filter.yml
mccoyp/azure-docs-sdk-python
c50bfeb886f28dc80264d915bc4fe4d3d076db1c
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/azure-mgmt-logic/azure.mgmt.logic.models.x12_message_filter.yml
mccoyp/azure-docs-sdk-python
c50bfeb886f28dc80264d915bc4fe4d3d076db1c
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:PythonModule uid: azure.mgmt.logic.models.x12_message_filter name: x12_message_filter fullName: azure.mgmt.logic.models.x12_message_filter classes: - azure.mgmt.logic.models.x12_message_filter.X12MessageFilter
31.857143
61
0.852018
4120e6dc178f1c388ecb68c6511afe5697897b50
1,277
yml
YAML
t/09_requests/s3-put-bucket-cors.request.test.yml
byterock/aws-sdk-perl
4efa43a06096b2b2edc3498a4224dd2652d07b41
[ "Apache-2.0" ]
null
null
null
t/09_requests/s3-put-bucket-cors.request.test.yml
byterock/aws-sdk-perl
4efa43a06096b2b2edc3498a4224dd2652d07b41
[ "Apache-2.0" ]
1
2021-05-26T19:13:58.000Z
2021-05-26T19:13:58.000Z
t/09_requests/s3-put-bucket-cors.request.test.yml
byterock/aws-sdk-perl
4efa43a06096b2b2edc3498a4224dd2652d07b41
[ "Apache-2.0" ]
null
null
null
--- call: PutBucketCors service: S3 tests: - expected: <CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><CORSRule><AllowedMethod>PUT</AllowedMethod><AllowedMethod>POST</AllowedMethod><AllowedMethod>DELETE,</AllowedMethod><AllowedOrigin>http://www.example.com</AllowedOrigin></CORSRule><CORSRule><AllowedMethod>PUT</AllowedMethod><AllowedMethod>POST</AllowedMethod><AllowedOrigin>http://www.aws.com</AllowedOrigin></CORSRule></CORSConfiguration> op: eq path: content - expected: oneoffpaws op: eq path: parameters key: Bucket - expected: http://www.aws.com op: eq path: parameters key: CORSConfiguration.CORSRules.CORSRule.2.AllowedOrigins.1 - expected: PUT op: eq path: parameters key: CORSConfiguration.CORSRules.CORSRule.1.AllowedMethods.1 - expected: POST op: eq path: parameters key: CORSConfiguration.CORSRules.CORSRule.2.AllowedMethods.2 - expected: POST op: eq path: parameters key: CORSConfiguration.CORSRules.CORSRule.1.AllowedMethods.2 - expected: PUT op: eq path: method - expected: https://s3.fake_region.amazonaws.com/oneoffpaws? path: url - expected: cors path: url - expected: /oneoffpaws? path: uri - expected: cors path: uri
32.74359
422
0.71574
a667ebe0f50cddf5c81bb54365c8196b2e7333b0
546
yaml
YAML
charts/loki-distributed/templates/gateway/secret-gateway.yaml
kubicgruenfeld/loki-helm-chart
027a0949f88418f56a375b1c1cf327116d6520e5
[ "Apache-2.0" ]
null
null
null
charts/loki-distributed/templates/gateway/secret-gateway.yaml
kubicgruenfeld/loki-helm-chart
027a0949f88418f56a375b1c1cf327116d6520e5
[ "Apache-2.0" ]
null
null
null
charts/loki-distributed/templates/gateway/secret-gateway.yaml
kubicgruenfeld/loki-helm-chart
027a0949f88418f56a375b1c1cf327116d6520e5
[ "Apache-2.0" ]
null
null
null
{{- with .Values.gateway.basicauth }} {{- if and .enabled (not .existingSecret) }} apiVersion: v1 kind: Secret metadata: name: {{ include "loki.gatewayFullname" $ }} labels: {{- include "loki.gatewayLabels" $ | nindent 4 }} stringData: {{- if $.Values.canary.enabled }} username: {{ .username }} password: {{ .password }} {{- end }} .htpasswd: | {{- htpasswd (required "'gateway.basicauth.username' is required" .username) (required "'gateway.basicauth.password' is required" .password) | nindent 4 }} {{- end }} {{- end }}
30.333333
159
0.639194
71a43ba0a2a1dda50b71b3e94c13626711d4429f
1,427
yml
YAML
content/Unreal Tournament 2004/Maps/Assault/R/5/0/56fdf8/as-racebordel-v1a_[5056fdf8].yml
acrinym/unreal-archive-data
ac9f151af3b401c10970839e7c5eb594e181e74a
[ "Unlicense" ]
20
2019-02-05T15:09:30.000Z
2022-03-06T02:04:19.000Z
content/Unreal Tournament 2004/Maps/Assault/R/5/0/56fdf8/as-racebordel-v1a_[5056fdf8].yml
acrinym/unreal-archive-data
ac9f151af3b401c10970839e7c5eb594e181e74a
[ "Unlicense" ]
496
2019-02-17T20:07:27.000Z
2022-03-28T10:35:41.000Z
content/Unreal Tournament 2004/Maps/Assault/R/5/0/56fdf8/as-racebordel-v1a_[5056fdf8].yml
acrinym/unreal-archive-data
ac9f151af3b401c10970839e7c5eb594e181e74a
[ "Unlicense" ]
15
2019-02-02T14:06:44.000Z
2022-02-24T22:40:18.000Z
--- !<MAP> contentType: "MAP" firstIndex: "2019-05-11 15:06" game: "Unreal Tournament 2004" name: "AS-Racebordel-v1a" author: "Unknown" description: "None" releaseDate: "2004-12" attachments: - type: "IMAGE" name: "AS-Racebordel-v1a_shot_1.png" url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament%202004/Maps/Assault/R/AS-Racebordel-v1a_shot_1.png" originalFilename: "as-racebordel-v1a.zip" hash: "5056fdf83950c45bb66d98a520a58c5c7b84fe82" fileSize: 622894 files: - name: "AS-Racebordel-v1a.ut2" fileSize: 3920923 hash: "d5827b108830c6f16eb36baceb45f5df497fc78a" otherFiles: 1 dependencies: {} downloads: - url: "http://www.unrealplayground.com/forums/downloads.php?do=file&id=3931" main: false repack: false state: "MISSING" - url: "https://f002.backblazeb2.com/file/unreal-archive-files/Unreal%20Tournament%202004/Maps/Assault/R/as-racebordel-v1a.zip" main: true repack: false state: "OK" - url: "https://files.vohzd.com/unrealarchive/Unreal%20Tournament%202004/Maps/Assault/R/5/0/56fdf8/as-racebordel-v1a.zip" main: false repack: false state: "OK" - url: "https://unreal-archive-files.eu-central-1.linodeobjects.com/Unreal%20Tournament%202004/Maps/Assault/R/5/0/56fdf8/as-racebordel-v1a.zip" main: false repack: false state: "OK" deleted: false gametype: "Assault" title: "AS-Racebordel-v1a" playerCount: "Unknown" themes: Tech: 0.9 Ancient: 0.1 bots: false
30.361702
143
0.752628
71a718d3d161049e4c06e2afb60c200d79524962
590
yml
YAML
environment.yml
medspacy/quickumls_data_building
42d3de245a2f16d69ece643102ae40cf9fb7e1cf
[ "MIT" ]
2
2020-12-17T23:00:00.000Z
2021-12-23T16:41:14.000Z
environment.yml
medspacy/quickumls_data_building
42d3de245a2f16d69ece643102ae40cf9fb7e1cf
[ "MIT" ]
null
null
null
environment.yml
medspacy/quickumls_data_building
42d3de245a2f16d69ece643102ae40cf9fb7e1cf
[ "MIT" ]
null
null
null
name: quickumls_data_building channels: - conda-forge - defaults dependencies: - python=3.7 - spacy # This is for leveldb (and QuickUMLS) - libiconv - python-leveldb - numpy>=1.8.2 - spacy>=1.6.0 - unidecode>=0.4.19 - nltk>=3.3 - nb_conda - pip - pip: # Recent quickumls_simstring still fails, so run these instead: # pip install git+https://github.com/burgersmoke/simstring.git # pip install --no-deps git+https://github.com/burgersmoke/quickumls.git@issue_60_spacy_entity_overlap #- quickumls_simstring>=1.1.5r1 - unqlite>=0.8.1
24.583333
108
0.672881
f20f733613787c37b99b396de9a85b5c9d661396
1,134
yaml
YAML
web/config/tests_config.yaml
ChristoferHuynh/web
a7b92e5c8c3a85c6ab8182571cc4186a50b67df6
[ "BSD-3-Clause" ]
null
null
null
web/config/tests_config.yaml
ChristoferHuynh/web
a7b92e5c8c3a85c6ab8182571cc4186a50b67df6
[ "BSD-3-Clause" ]
null
null
null
web/config/tests_config.yaml
ChristoferHuynh/web
a7b92e5c8c3a85c6ab8182571cc4186a50b67df6
[ "BSD-3-Clause" ]
null
null
null
RJParser: cron_at: path: /result/cron_at_info/ crontab: path: /result/crontab_info/ diskvolume: path: /result/diskvolume_info/ encrypted_disk: path: /result/encrypted_disk_info/ environment: path: /result/environment_info/ firewall: path: /result/firewall_info/ groups: path: /result/groups_info/ lastlog: path: /result/lastlog_info/ modprobe: path: /result/modprobe_info/ networkvolume: path: /result/networkvolume_info/ open_connections: path: /result/open_connections_info/ passwdpolicy: path: /result/passwdpolicy_info/ processes: path: /result/processes_info/ samba: path: /result/samba_info/ sshd: path: /result/sshd_info/ startup: path: /result/startup_info/ sudoers: path: /result/sudoers_info/ suid_files: path: /result/suid_files_info/ system: path: /result/system_info/ users: path: /result/users_info/ LynisParser: lynis: path: / UnixParser: unix: path: /
23.142857
44
0.608466
a934e0800c241a6d2768462d37f9d930464f0ae7
53
yml
YAML
.coveralls.yml
hackzilla/ticket-message
043950aa95f322cfaae145ce3c7781a4b0618a18
[ "MIT" ]
null
null
null
.coveralls.yml
hackzilla/ticket-message
043950aa95f322cfaae145ce3c7781a4b0618a18
[ "MIT" ]
null
null
null
.coveralls.yml
hackzilla/ticket-message
043950aa95f322cfaae145ce3c7781a4b0618a18
[ "MIT" ]
null
null
null
# single file coverage_clover: build/logs/clover.xml
17.666667
38
0.811321
4050daf959eaa33decd05b67cc9ffbcabd7d17ff
848
yml
YAML
docs-ref-autogen/com.azure.cosmos.BulkProcessingOptions.getMaxMicroBatchConcurrency.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.azure.cosmos.BulkProcessingOptions.getMaxMicroBatchConcurrency.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.azure.cosmos.BulkProcessingOptions.getMaxMicroBatchConcurrency.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.cosmos.BulkProcessingOptions.getMaxMicroBatchConcurrency*" fullName: "com.azure.cosmos.BulkProcessingOptions<TContext>.getMaxMicroBatchConcurrency" name: "getMaxMicroBatchConcurrency" nameWithType: "BulkProcessingOptions<TContext>.getMaxMicroBatchConcurrency" members: - uid: "com.azure.cosmos.BulkProcessingOptions.getMaxMicroBatchConcurrency()" fullName: "com.azure.cosmos.BulkProcessingOptions<TContext>.getMaxMicroBatchConcurrency()" name: "getMaxMicroBatchConcurrency()" nameWithType: "BulkProcessingOptions<TContext>.getMaxMicroBatchConcurrency()" syntax: "public int getMaxMicroBatchConcurrency()" returns: type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />" type: "method" metadata: {} package: "com.azure.cosmos" artifact: com.azure:azure-cosmos:4.13.0
47.111111
92
0.805425
1a306c100e8c835a4115ef117ecddeef19cd5b69
1,093
yml
YAML
azure-pipelines.yml
shainu/VsShowMissing
97e4464a355c5520843593e00b5779fdef1dcb74
[ "Apache-2.0" ]
null
null
null
azure-pipelines.yml
shainu/VsShowMissing
97e4464a355c5520843593e00b5779fdef1dcb74
[ "Apache-2.0" ]
null
null
null
azure-pipelines.yml
shainu/VsShowMissing
97e4464a355c5520843593e00b5779fdef1dcb74
[ "Apache-2.0" ]
null
null
null
# .NET Desktop # Build and run tests for .NET Desktop or Windows classic desktop solutions. # Add steps that publish symbols, save build artifacts, and more: # https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net pool: vmImage: 'VS2017-Win2016' trigger: branches: include: ['master'] variables: solution: '*.sln' buildPlatform: 'Any CPU' buildConfiguration: 'Release' steps: - task: NuGetCommand@2 inputs: restoreSolution: '$(solution)' - task: VSBuild@1 inputs: solution: '$(solution)' platform: '$(buildPlatform)' configuration: '$(buildConfiguration)' maximumCpuCount: true msbuildArgs: /p:DeployExtension=false /p:ZipPackageCompressionLevel=normal # Publish all needed files for the Release pipeline - task: CopyFiles@2 inputs: SourceFolder: '$(Build.SourcesDirectory)' Contents: | Overview.md build/** VS2019/**/*.vsix TargetFolder: '$(Build.ArtifactStagingDirectory)' - task: PublishPipelineArtifact@0 inputs: artifactName: 'drop' targetPath: '$(Build.ArtifactStagingDirectory)'
24.840909
78
0.709058
2a441f2725edcfa17f5c082a8d6131e3d436879a
322
yml
YAML
templates/inspec/tests/integration/configuration/mm-attributes.yml
naseemkullah/magic-modules
f7b68ad6cea0a1e6cf6167624c103835e359db56
[ "Apache-2.0" ]
null
null
null
templates/inspec/tests/integration/configuration/mm-attributes.yml
naseemkullah/magic-modules
f7b68ad6cea0a1e6cf6167624c103835e359db56
[ "Apache-2.0" ]
null
null
null
templates/inspec/tests/integration/configuration/mm-attributes.yml
naseemkullah/magic-modules
f7b68ad6cea0a1e6cf6167624c103835e359db56
[ "Apache-2.0" ]
null
null
null
ssl_policy: name: 'inspec-gcp-ssl-policy' min_tls_version: 'TLS_1_2' profile: 'CUSTOM' custom_feature: 'TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384' custom_feature2: 'TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384' topic: name: 'inspec-gcp-topic' subscription: name: 'inspec-gcp-subscription' ack_deadline_seconds: 20
26.833333
59
0.78882
e68938cb3b32d65eb32532a8994085a1fac0ce74
170
yml
YAML
etc/cluster.yml
snlansky/rke-vagrant
402b29e8eba48e9792fa2da39f7277afb241b449
[ "Apache-2.0" ]
null
null
null
etc/cluster.yml
snlansky/rke-vagrant
402b29e8eba48e9792fa2da39f7277afb241b449
[ "Apache-2.0" ]
null
null
null
etc/cluster.yml
snlansky/rke-vagrant
402b29e8eba48e9792fa2da39f7277afb241b449
[ "Apache-2.0" ]
null
null
null
--- nodes: - address: 172.20.166.141 user: snlan role: - controlplane - etcd - worker ssh_key_path: /home/snlan/.ssh/id_rsa
17
43
0.517647
68b76cddffaaf85b99a9caa93e3f0308cb3be3cb
720
yml
YAML
.travis.yml
utensil/utensil.github.io
f39e1fbdf237593d9b8482be98da7fa8375f8c4d
[ "MIT" ]
2
2016-05-13T12:19:26.000Z
2017-11-02T06:43:57.000Z
.travis.yml
utensil/utensil.github.io
f39e1fbdf237593d9b8482be98da7fa8375f8c4d
[ "MIT" ]
168
2015-12-29T15:58:34.000Z
2021-08-03T05:22:12.000Z
.travis.yml
utensil/utensil.github.io
f39e1fbdf237593d9b8482be98da7fa8375f8c4d
[ "MIT" ]
null
null
null
branches: only: - middleman language: ruby rvm: - 2.6 before_script: - script: - bash ./deploy/deploy.sh env: global: - GH_REPO="utensil/utensil.github.io" - secure: ZoAn2+wG4RD5/Q/2+4Sqoc3BYezl8f2uNktaPlqZhZv3NMrds3zxMytmVf9eIuJ+le6QbvpGHuu5a4Ut9K3pi3LaID2+PuAE1LThw1NUgqyw3wiAf6JK/z/azHpkcU97YxGeNIs19Rpx/vJFQQqucy1Aby69w0Te7DQ/1yNIL+8= - secure: grsK3djWrpvB6tl5l/nHXIxW7G8t2MV0MM8Hs/QpZxu4RBFN/8BzHhYWKFPAEuanhCbZSU0zXd1cSnnwfQV5Fpr5znDkSIbN3ChnUrr5txtq8XWetMk+tN1O8CshAb5pxTuRwJhaoK1Plc0MCFDzYvxOtH1rbtt2p4HHFaB/pkw= - secure: Tx59n2odhNPKBAm94dhq7yV8istVg8PQ560PnD01nOlksMT0bENN7UR7p3Yq3gZK9gJAA9OsYl4XSXb1d+gOc+fdNYm/bt09HqOqwuAgaBO/98mdGYCf5mESYhjhUM7MEqWBOHR1Jmi9Fm/S/6HXKjOQmCtHZuLV/FzWGBLmaRw=
42.352941
184
0.8625
9ec4e5bbaa52d52a60ee88300a761046ea1bd937
997
yaml
YAML
.github/workflows/unit-tests.yaml
hpcgroup/pipit
7283ee4f8be32f7fc7850ffbf752a13f35a2fd51
[ "MIT" ]
10
2022-01-21T21:51:27.000Z
2022-03-30T22:25:32.000Z
.github/workflows/unit-tests.yaml
hpcgroup/pipit
7283ee4f8be32f7fc7850ffbf752a13f35a2fd51
[ "MIT" ]
null
null
null
.github/workflows/unit-tests.yaml
hpcgroup/pipit
7283ee4f8be32f7fc7850ffbf752a13f35a2fd51
[ "MIT" ]
null
null
null
name: unit tests on: push: branches: [develop] pull_request: branches: [develop] jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, macos-latest] python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -m pip install --upgrade pip pip install flake8 pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Update black if: ${{ matrix.python-version == 3.9 }} run: | pip install --upgrade black - name: Lint and Format Check with flake8 and black if: ${{ matrix.python-version == 3.9 }} run: | black --diff --check . flake8
24.317073
78
0.542628
d3d6574d3c7b38050a2b01b4a7b6d299c502e87f
415
yml
YAML
.azure-templates/gradle_job.yml
jnhyperion/io.appium.settings
842853fc851dc916ce2a8cb8e35f4d8689a9632c
[ "Apache-2.0" ]
67
2015-03-23T08:25:16.000Z
2022-03-28T19:36:11.000Z
.azure-templates/gradle_job.yml
jnhyperion/io.appium.settings
842853fc851dc916ce2a8cb8e35f4d8689a9632c
[ "Apache-2.0" ]
53
2015-03-23T08:20:24.000Z
2022-03-18T07:47:45.000Z
.azure-templates/gradle_job.yml
jnhyperion/io.appium.settings
842853fc851dc916ce2a8cb8e35f4d8689a9632c
[ "Apache-2.0" ]
46
2015-01-23T08:37:24.000Z
2022-03-19T18:05:23.000Z
parameters: name: '' task: '' jdk: '' jobs: - job: ${{ parameters.name }} steps: - task: NodeTool@0 inputs: versionSpec: "$(DEFAULT_NODE_VERSION)" - script: npm install - task: Gradle@2 inputs: gradleWrapperFile: 'gradlew' javaHomeOption: 'JDKVersion' jdkVersionOption: "${{ parameters.jdk }}" jdkArchitectureOption: 'x64' tasks: "${{ parameters.task }}"
19.761905
47
0.60241
6a2ee4c398b39466346090be4b1e051f6cd94124
3,703
yaml
YAML
promptsource/templates/selqa/answer_selection_analysis/templates.yaml
Iwontbecreative/promptsource
bee6587e85dcd74727d730acdbe4b4cfdfb6897b
[ "Apache-2.0" ]
null
null
null
promptsource/templates/selqa/answer_selection_analysis/templates.yaml
Iwontbecreative/promptsource
bee6587e85dcd74727d730acdbe4b4cfdfb6897b
[ "Apache-2.0" ]
null
null
null
promptsource/templates/selqa/answer_selection_analysis/templates.yaml
Iwontbecreative/promptsource
bee6587e85dcd74727d730acdbe4b4cfdfb6897b
[ "Apache-2.0" ]
null
null
null
dataset: selqa subset: answer_selection_analysis templates: 39f5f57c-50b9-40b3-bb4f-3f0e4fec7776: !Template answer_choices: null answer_choices_key: null id: 39f5f57c-50b9-40b3-bb4f-3f0e4fec7776 jinja: '{% set rand_index = range(0,10)|choice %} He asked me "{{ question }}" Is he talking about {{ ["MUSIC", "TV","TRAVEL","ART","SPORT","COUNTRY","MOVIES","HISTORICAL EVENTS","SCIENCE","FOOD"][rand_index]|lower}}? ||| {% if topic == rand_index %}Yes{% else %}No{% endif %}' metadata: !TemplateMetadata _do_eval: false _do_train: false choices_in_prompt: null metrics: [] original_task: false name: is-he-talking-about reference: '' 5354e98d-8aa2-49d0-a50b-fc72a503d7d4: !Template answer_choices: null answer_choices_key: null id: 5354e98d-8aa2-49d0-a50b-fc72a503d7d4 jinja: '{% set rand_index = range(0,candidates|length)|choice %} Would it make sense to reply "{{ candidates[rand_index]|trim|trim(''.'') }}" to the question "{{ question }}"? ||| {% if rand_index in answers %}Yes{%else %}No{%endif%} ' metadata: !TemplateMetadata _do_eval: false _do_train: false choices_in_prompt: null metrics: [] original_task: false name: would-make-sense-qu-rand reference: '' 721463cf-bae4-4a22-bd19-7bdbb0777856: !Template answer_choices: null answer_choices_key: null id: 721463cf-bae4-4a22-bd19-7bdbb0777856 jinja: '{% set rand_index = range(0,10)|choice %}{% set rand_index = rand_index - 1 if rand_index == topic else rand_index %}{% set topics = ["MUSIC", "TV","TRAVEL","ART","SPORT","COUNTRY","MOVIES","HISTORICAL EVENTS","SCIENCE","FOOD"]%} What is the topic of the question "{{ question }}"? Is it {{ topics[rand_index]|lower}} or {{ topics[topic]|lower}}? ||| {{ topics[topic]|lower }}' metadata: !TemplateMetadata _do_eval: false _do_train: false choices_in_prompt: null metrics: [] original_task: false name: about-topic-vs-random reference: '' 9de0a553-63e7-4b67-a6c5-1a15ac0d5483: !Template answer_choices: null answer_choices_key: null id: 9de0a553-63e7-4b67-a6c5-1a15ac0d5483 jinja: 'Someone asked me "{{ question }}" I replied "{{ candidates[0] }} Does my answer make sense? ||| {% if 0 in answers %}Yes{%else %}No{%endif%} ' metadata: !TemplateMetadata _do_eval: false _do_train: false choices_in_prompt: null metrics: [] original_task: null name: make-sense-0 reference: '' c2be1297-cfce-48bd-9ef0-9f46fc898e84: !Template answer_choices: null answer_choices_key: null id: c2be1297-cfce-48bd-9ef0-9f46fc898e84 jinja: "{% set rand_val = range(0,candidates|length)|choice %}{% set rand_index\ \ = namespace(value=rand_val)%}\n{% for answer in answers|sort(reverse=True)%}\n\ \ {% if rand_index.value == answer %}\n {% set rand_index.value = rand_index.value\ \ - 1 %}\n{% endif %}\n{% endfor %}\n{% set response=\"2\" %}{% set real_fake_answers\ \ = [candidates[rand_index.value], candidates[answers[0]]] %}\n{% if range(0,2)|choice\ \ %}{% set response=\"1\" %}{% set real_fake_answers = [candidates[answers[0]],\ \ candidates[rand_index.value]] %}{% endif %}\nThe next question was \"{{ question\ \ }}\" Which is the correct answer? 1: \"{{ real_fake_answers|join('\" or 2:\ \ \"') }} ||| {{ response }}\n" metadata: !TemplateMetadata _do_eval: false _do_train: false choices_in_prompt: null metrics: [] original_task: false name: which-answer-1st-vs-random reference: ''
40.692308
135
0.639211
940aa7be0bea87a352f4258a290e18b2b18d7bcc
34
yaml
YAML
Task/Playing-cards/00META.yaml
LaudateCorpus1/RosettaCodeData
9ad63ea473a958506c041077f1d810c0c7c8c18d
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Playing-cards/00META.yaml
seanwallawalla-forks/RosettaCodeData
9ad63ea473a958506c041077f1d810c0c7c8c18d
[ "Info-ZIP" ]
null
null
null
Task/Playing-cards/00META.yaml
seanwallawalla-forks/RosettaCodeData
9ad63ea473a958506c041077f1d810c0c7c8c18d
[ "Info-ZIP" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
--- category: - Cards note: Games
6.8
11
0.647059
5eb50cd97afd19509f6faa28debceaf4ae8238e8
41
yml
YAML
ansible/roles/extra-cis-remediation/vars/main.yml
MadalinBorodi/devops-infra-demo
799b36438520dd851aaef8d8cc3ed1708561a45b
[ "MIT" ]
32
2017-08-22T16:28:45.000Z
2021-11-20T14:29:02.000Z
ansible/roles/extra-cis-remediation/vars/main.yml
MadalinBorodi/devops-infra-demo
799b36438520dd851aaef8d8cc3ed1708561a45b
[ "MIT" ]
33
2018-06-15T22:50:03.000Z
2020-06-02T17:33:24.000Z
ansible/roles/extra-cis-remediation/vars/main.yml
MadalinBorodi/devops-infra-demo
799b36438520dd851aaef8d8cc3ed1708561a45b
[ "MIT" ]
24
2017-04-06T20:36:06.000Z
2021-02-03T10:01:46.000Z
--- # vars file for extra-cis-remediation
20.5
37
0.731707
74d1ddb3c111ab51fb5c99325d278caadad50eb9
48
yml
YAML
.shopify-cli.yml
Techyon-721/ShopifyApp
45f4515316202b790473b9ba72ca8f386731f342
[ "MIT" ]
null
null
null
.shopify-cli.yml
Techyon-721/ShopifyApp
45f4515316202b790473b9ba72ca8f386731f342
[ "MIT" ]
null
null
null
.shopify-cli.yml
Techyon-721/ShopifyApp
45f4515316202b790473b9ba72ca8f386731f342
[ "MIT" ]
null
null
null
--- project_type: node organization_id: 1938825
12
24
0.791667
15dbedb6f81b132f925ba2c2889535efebd45231
212
yml
YAML
roles/obs/tasks/main.yml
petarvujovic98/personal-ansible
9ff1b4695cf3ff7e7b611233846b5b671e9005d8
[ "MIT" ]
null
null
null
roles/obs/tasks/main.yml
petarvujovic98/personal-ansible
9ff1b4695cf3ff7e7b611233846b5b671e9005d8
[ "MIT" ]
null
null
null
roles/obs/tasks/main.yml
petarvujovic98/personal-ansible
9ff1b4695cf3ff7e7b611233846b5b671e9005d8
[ "MIT" ]
null
null
null
- name: Install ffmpeg apt: name: ffmpeg - name: Add OBS repository apt_repository: repo: ppa:obsproject/obs-studio state: present mode: 0666 - name: Install OBS apt: name: obs-studio
15.142857
35
0.660377
c0fd0a011172b4db04acdcfd5021708ada1d417a
379
yaml
YAML
jenkins/jjb/views.yaml
vmware/vic-tools
1c69838bdc830035d7403a520d9d8d6492c2c28d
[ "Apache-2.0" ]
2
2020-02-19T20:43:22.000Z
2021-12-06T23:26:32.000Z
jenkins/jjb/views.yaml
vmware/vic-tools
1c69838bdc830035d7403a520d9d8d6492c2c28d
[ "Apache-2.0" ]
2
2018-07-31T10:14:35.000Z
2018-08-20T02:54:02.000Z
jenkins/jjb/views.yaml
vmware/vic-tools
1c69838bdc830035d7403a520d9d8d6492c2c28d
[ "Apache-2.0" ]
9
2018-07-30T17:41:11.000Z
2021-12-06T23:26:20.000Z
- view: name: 'Scenario' view-type: list description: 'VIC Scenario Tests runs nightly' job-name: - vic-1.4.3-scenario - vic-master-scenario - vic-product-1.4.3-scenario - vic-product-master-scenario columns: - status - weather - job - last-success - last-failure - last-duration - robot-list
21.055556
50
0.567282
8d489318194616c298cc4f9ebddfff1c15c8340f
134
yml
YAML
artifacts/esprima-python/pip_check.yml
regro/pip_checking
8ea659c847e0b7b5bfa36ddccbdd200013524a11
[ "BSD-3-Clause" ]
null
null
null
artifacts/esprima-python/pip_check.yml
regro/pip_checking
8ea659c847e0b7b5bfa36ddccbdd200013524a11
[ "BSD-3-Clause" ]
null
null
null
artifacts/esprima-python/pip_check.yml
regro/pip_checking
8ea659c847e0b7b5bfa36ddccbdd200013524a11
[ "BSD-3-Clause" ]
null
null
null
pkg: esprima-python build: esprima-python-4.0.1-py37_1000 install: esprima-python==4.0.1 pip_check: "No broken requirements found.\n"
26.8
44
0.776119
47ff434e770d2152ac9e4fa9531b870a5b687ca0
127
yml
YAML
documentation/antora.yml
redhat-scholars/debugging-guide
f369465a662b242669bd1587a4111cbc0d40e893
[ "Apache-2.0" ]
null
null
null
documentation/antora.yml
redhat-scholars/debugging-guide
f369465a662b242669bd1587a4111cbc0d40e893
[ "Apache-2.0" ]
null
null
null
documentation/antora.yml
redhat-scholars/debugging-guide
f369465a662b242669bd1587a4111cbc0d40e893
[ "Apache-2.0" ]
1
2021-12-20T15:21:51.000Z
2021-12-20T15:21:51.000Z
name: debugging title: OpenShift Debugging Workshop version: "5.0" nav: - modules/ROOT/nav.adoc start_page: ROOT:index.adoc
15.875
35
0.76378
b03eb173d4d0684dff24f9515f105158be7e38ee
1,782
yaml
YAML
.github/workflows/build-and-distribute.yaml
mwgr-testing/spring-boot-parent
4fe7080a713d399d5650a8cb86c839babce01686
[ "MIT" ]
null
null
null
.github/workflows/build-and-distribute.yaml
mwgr-testing/spring-boot-parent
4fe7080a713d399d5650a8cb86c839babce01686
[ "MIT" ]
1
2021-04-25T11:22:55.000Z
2021-04-25T11:31:57.000Z
.github/workflows/build-and-distribute.yaml
mwgr-testing/spring-boot-parent
4fe7080a713d399d5650a8cb86c839babce01686
[ "MIT" ]
null
null
null
name: Build and distribute on: push: branches: - develop - release/** workflow_dispatch: inputs: overrideMavenDistributionType: description: Override MAVEN_DISTRIBUTION_TYPE required: false env: GITHUB_TOKEN: ${{github.token}} GH_WORKFLOW_TOKEN: ${{secrets.GH_WORKFLOW_TOKEN}} MAVEN_OPTS: -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn MAVEN_DEFAULT_ARGS: --batch-mode --update-snapshots jobs: build-and-distribute-maven-package: if: github.event_name == 'workflow_dispatch' || !contains(github.event.head_commit.message, 'skip ci') runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v1 with: java-version: 11 server-id: maven-distribution server-username: MAVEN_DISTRIBUTION_USERNAME server-password: MAVEN_DISTRIBUTION_PASSWORD - uses: actions/cache@v2 with: path: ~/.m2/repository key: ${{runner.os}}-maven-${{hashFiles('**/pom.xml')}} - run: .github/workflows/scripts/build-and-distribute-maven-package.sh env: MAVEN_ADDITIONAL_ARGS: -Dbuilding OVERRIDE_MAVEN_DISTRIBUTION_TYPE: ${{github.event.inputs.overrideMavenDistributionType}} MAVEN_DISTRIBUTION_TYPE: ${{secrets.MAVEN_DISTRIBUTION_TYPE}} MAVEN_DISTRIBUTION_SNAPSHOTS_URL: ${{secrets.MAVEN_DISTRIBUTION_SNAPSHOTS_URL}} MAVEN_DISTRIBUTION_RELEASES_URL: ${{secrets.MAVEN_DISTRIBUTION_RELEASES_URL}} MAVEN_DISTRIBUTION_USERNAME: ${{secrets.MAVEN_DISTRIBUTION_USERNAME}} MAVEN_DISTRIBUTION_PASSWORD: ${{secrets.MAVEN_DISTRIBUTION_PASSWORD}}
43.463415
108
0.678451
ab4409864d6b966edcff0b0b64e76ca28e020d1d
1,062
yml
YAML
.github/workflows/android-pipeline.yml
alex-tiurin/espresso-page-object
927500c698a84f67e0c15e133db4f5b04ee82b1a
[ "Apache-2.0" ]
23
2019-09-23T14:31:23.000Z
2021-06-26T12:48:35.000Z
.github/workflows/android-pipeline.yml
alex-tiurin/espresso-page-object
927500c698a84f67e0c15e133db4f5b04ee82b1a
[ "Apache-2.0" ]
null
null
null
.github/workflows/android-pipeline.yml
alex-tiurin/espresso-page-object
927500c698a84f67e0c15e133db4f5b04ee82b1a
[ "Apache-2.0" ]
8
2019-09-17T10:11:51.000Z
2021-07-06T18:45:22.000Z
name: AndroidCI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: run_tests_on_api_27: runs-on: macos-latest steps: - name: checkout uses: actions/checkout@v2 - name: run ui tests uses: reactivecircus/android-emulator-runner@v2 with: api-level: 27 script: ./gradlew :app:connectedCheck --stacktrace profile: Nexus 6 run_tests_on_api_28: runs-on: macos-latest steps: - name: checkout uses: actions/checkout@v2 - name: run ui tests uses: reactivecircus/android-emulator-runner@v2 with: api-level: 28 script: ./gradlew :app:connectedCheck --stacktrace profile: Nexus 6 run_tests_on_api_29: runs-on: macos-latest steps: - name: checkout uses: actions/checkout@v2 - name: run ui tests uses: reactivecircus/android-emulator-runner@v2 with: api-level: 29 script: ./gradlew :app:connectedCheck --stacktrace profile: Nexus 6
21.673469
58
0.612994
ab766288b74d7d9c45e6fe0f8e28385ea28e7b62
1,163
yml
YAML
.github/workflows/maven.yml
safaci2000/social-rest-api
6366ed71a290cd8ab6d74b7fdfc3041edfa3124b
[ "MIT" ]
null
null
null
.github/workflows/maven.yml
safaci2000/social-rest-api
6366ed71a290cd8ab6d74b7fdfc3041edfa3124b
[ "MIT" ]
null
null
null
.github/workflows/maven.yml
safaci2000/social-rest-api
6366ed71a290cd8ab6d74b7fdfc3041edfa3124b
[ "MIT" ]
null
null
null
name: Java CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Bring up the database run: cp env.template .env && docker-compose up -d db - name: Apply SQL to database run: cd flyway; sed -i -e "s/192.168.99.102/$(hostname -I | awk '{print $1}')/" conf/flyway.conf ; cat conf/flyway.conf; docker run --rm -v $(pwd)/sql:/flyway/sql -v $(pwd)/conf:/flyway/conf flyway/flyway migrate - name: Fix DB config run: cd db-common; sed -i "s/192.168.99.102/$(hostname -I | awk '{print $1}')/" jooq_config.xml - name: Build with Maven run: mvn clean install --file pom.xml - name: Build docker image run: docker-compose build && docker images - name: Publish to Registry run: docker login docker.pkg.github.com --username $DOCKER_USERNAME --password $DOCKER_PASSWORD && docker push geekbeacon/social-api:latest env: DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
36.34375
220
0.627687
8eb859764d029b8deb6841e19ce26aacdb9a3cee
124
yml
YAML
roles/mullvad/tasks/windows.yml
vikekh/install
d30f0190f2ab86b0315df183456689c911b7e809
[ "MIT" ]
null
null
null
roles/mullvad/tasks/windows.yml
vikekh/install
d30f0190f2ab86b0315df183456689c911b7e809
[ "MIT" ]
null
null
null
roles/mullvad/tasks/windows.yml
vikekh/install
d30f0190f2ab86b0315df183456689c911b7e809
[ "MIT" ]
2
2020-08-08T07:54:52.000Z
2021-01-26T16:03:44.000Z
--- - name: "Install Mullvad VPN from WinGet" ansible.windows.win_command: "winget install --id=MullvadVPN.MullvadVPN -e"
31
77
0.741935
fe8243ba6954d1189796a205f89988e9000863f7
862
yml
YAML
docker-compose.yml
brean/roslibpy_bridge_test
16a5b9f9ea0e38829a1b2b01f9b6d5346b9a8904
[ "BSD-3-Clause" ]
1
2021-01-13T22:17:17.000Z
2021-01-13T22:17:17.000Z
docker-compose.yml
brean/roslibpy_bridge_test
16a5b9f9ea0e38829a1b2b01f9b6d5346b9a8904
[ "BSD-3-Clause" ]
null
null
null
docker-compose.yml
brean/roslibpy_bridge_test
16a5b9f9ea0e38829a1b2b01f9b6d5346b9a8904
[ "BSD-3-Clause" ]
null
null
null
version: '3.7' services: bridge: image: rosbridge tty: true build: context: ./bridge/ environment: ROS_SERVICE_HOST: "rosservice" ROS_SERVICE_PORT: 9191 ROS_ROBOT_HOST: "robot" ROS_ROBOT_PORT: 9190 command: ["python3", "-u", "main.py"] working_dir: /bridge volumes: - ./bridge:/bridge:z rosservice: image: rosmelodic tty: true build: context: ./ros/ args: ROS_DISTRO: melodic working_dir: /ros entrypoint: /entrypoint.bash ports: - "9191:9191" command: ["roslaunch", "custom_service", "service.launch", "--screen"] robot: image: rosmelodic # reuse from rosservice tty: true working_dir: /ros entrypoint: /entrypoint.bash ports: - "9190:9190" command: ["roslaunch", "my_robot", "robot.launch", "--screen"]
22.102564
74
0.603248
0c9f35d6fd297f923f5bad0812d5128a037b1e72
1,393
yaml
YAML
.stylelintrc.yaml
charleshtrenholm/narrative
054b52da816e4fd34bf376eef2bd79b241605714
[ "MIT" ]
13
2015-01-09T08:14:23.000Z
2020-10-03T14:55:28.000Z
.stylelintrc.yaml
charleshtrenholm/narrative
054b52da816e4fd34bf376eef2bd79b241605714
[ "MIT" ]
2,006
2015-01-04T01:18:31.000Z
2022-03-31T21:08:22.000Z
.stylelintrc.yaml
charleshtrenholm/narrative
054b52da816e4fd34bf376eef2bd79b241605714
[ "MIT" ]
78
2015-01-06T19:34:53.000Z
2020-11-04T20:37:14.000Z
extends: - stylelint-config-standard - stylelint-config-sass-guidelines plugins: - stylelint-color-format - stylelint-scss # - stylelint-no-indistinguishable-colors ignoreFiles: - kbase-extension/static/**/*.{less,scss,css} rules: color-named: never color-no-hex: true color-format/format: format: rgb color-function-notation: modern declaration-block-no-redundant-longhand-properties: true declaration-block-no-shorthand-property-overrides: true font-family-no-missing-generic-family-keyword: - true - ignoreFontFamilies: - FontAwesome - "Glyphicons Halflings" - kbase-icons function-url-quotes: never length-zero-no-unit: true max-nesting-depth: 10 no-descending-specificity: null # set to true to enable # plugin/stylelint-no-indistinguishable-colors: false selector-class-pattern: null selector-max-compound-selectors: 5 selector-max-class: 5 selector-max-id: 1 selector-no-qualifying-type: - true - ignore: - attribute - class shorthand-property-no-redundant-values: true unit-allowed-list: - [em, px, rem, "%"] - ignoreProperties: x: - background-image s: - transition deg: - background value-keyword-case: - lower - ignoreKeywords: [ /^\$/ ] - ignoreProperties: [ "/^font.*/", url ]
22.836066
58
0.656138
00369bcf492c14148a9cf150002000ef30b8cca9
45
yml
YAML
vars/Gentoo.yml
andrewrothstein/ansible-nettools
33300f746a1d9a158bb1be1aba2c94ec5a56e5d8
[ "MIT" ]
1
2018-02-10T17:51:53.000Z
2018-02-10T17:51:53.000Z
vars/Gentoo.yml
andrewrothstein/ansible-nettools
33300f746a1d9a158bb1be1aba2c94ec5a56e5d8
[ "MIT" ]
null
null
null
vars/Gentoo.yml
andrewrothstein/ansible-nettools
33300f746a1d9a158bb1be1aba2c94ec5a56e5d8
[ "MIT" ]
2
2017-03-10T18:44:53.000Z
2017-12-10T01:22:37.000Z
--- nettools_os_pkgs: - net-dns/bind-tools
11.25
22
0.688889
00852430a65b158e8d8acccd53a6cb86ce4c1692
89
yaml
YAML
microconfig-core/src/test/resources/repo/components/simple/application.yaml
ekuzmichev/microconfig
b35d0c4eda071521482732bd649082f7c945f786
[ "Apache-2.0" ]
256
2019-02-11T22:15:49.000Z
2022-03-05T15:25:43.000Z
microconfig-core/src/test/resources/repo/components/simple/application.yaml
ekuzmichev/microconfig
b35d0c4eda071521482732bd649082f7c945f786
[ "Apache-2.0" ]
38
2019-03-29T16:31:12.000Z
2021-08-18T17:25:46.000Z
microconfig-core/src/test/resources/repo/components/simple/application.yaml
ekuzmichev/microconfig
b35d0c4eda071521482732bd649082f7c945f786
[ "Apache-2.0" ]
16
2019-04-29T08:09:39.000Z
2022-02-02T04:45:48.000Z
k1: #{${simple@k2} *100} k2: ${simple@k3:1}3 k3: ${simple2@k2:3} k4: 4 k5: ${simple2@k1}
14.833333
24
0.573034
1f0302912bd8cb7b0a1f2b296f6c6ac99bc6c93e
13,692
yml
YAML
_data/data.yml
leandrocrescencio/leandrocrescencio.github.io
0df5bc5f4d91939b2b8c35813916d382cc8e7edb
[ "MIT" ]
null
null
null
_data/data.yml
leandrocrescencio/leandrocrescencio.github.io
0df5bc5f4d91939b2b8c35813916d382cc8e7edb
[ "MIT" ]
null
null
null
_data/data.yml
leandrocrescencio/leandrocrescencio.github.io
0df5bc5f4d91939b2b8c35813916d382cc8e7edb
[ "MIT" ]
null
null
null
bio: name: Leandro Crescencio title: QA Automation Engineer avatar: profile.jpg email: leandrocrescencio@gmail.com telephone: +34 666 022 346 website: leandrocrescencio.github.io/ linkedin: leandrocrescencio github: leandrocrescencio gitlab: twitter: crescemoreira facebook: leandrocrescencio calendly: leandrocrescencio skype: leandrocorey stackoverflow: summary: title: Profile description: | Quality Assurance Engineer working with Testing/Developing/Devops and Agile Methodologies. Professional with 8+ years of experience working with automated and manual testing, from specification to execution. Great knowledge about the main management tools, like Rational Quality Manager, Microsoft Test Manager and Team Foundation Server. Bug analytic reports and root cause analysis for metrics and team improvements. Ability to work onsite or remotely in global distributed team environments. Highly motivated and enthusiastic in the Agile/Scrum and Iterative software development process. Solid experience in teams from the financial sector. history: title: Experience roles: - position: Senior QA Engineer company: CIKLUM location: Malaga, Spain time: 11-2020 – Present description: | - Part of the Lottoland team (Lotteries Domain) - Working with self contained systems - Back-end automation for unit and integration tests - Test and Defect Project Management technologies: - name: Java - name: Selenium Webdriver - name: Grid - name: JUnit - name: GIT - name: Maven - name: TeamCity - name: Jira - name: Confluence - name: DataDog - name: Kafka - name: Postman - name: MongoDB - position: Senior QA Automation Engineer company: INTEGRITAS SOLUTIONS, INC location: Remote time: 11-2019 – 10-2020 description: | - Working remote along with teams from the US (TailWind and Periscope Holdings) - Responsible for developing automated test cases in Java using Cucumber, Selenium Webdriver, and Karate. - Back-end and UI test automation - Using Jenkins for continuous Integration (DigitalOcean + Docker) - Test and Defect Project Management. - Provide technical support to the team by including sharing knowledge on automation features. - Acting in security testing projects using OWASP (ZAP). technologies: - name: Cucumber - name: Java - name: Selenium Webdriver - name: Grid - name: Karate API - name: JUnit - name: GIT - name: BitBucket - name: Maven - name: AWS Console - name: Jenkis - name: Docker - name: Jira - name: Confluence - name: PostgreSQL - name: MySQL - name: Owasp ZAP - position: Senior QA Automation Engineer company: CODELINK US location: Remote time: 03-2019 – 10-2019 description: | - Working remote along teams from US (Digital Product Labs) and Australia (Tabcorp). - Specification of Plans, Scenarios, and Test Cases. Creation and execution of software tests for web applications developed in Angular JS and Groovy - Automation tests using Java and Selenium Webdriver. - Back-end and UI tests. - Test and Defect Project Management. technologies: - name: Java - name: Selenium Webdriver - name: MySQL - name: JavaMail Api - name: TestNG - name: GIT - name: Gradle - name: RestAssured - name: AWS Console - name: TeamCity achivements: | * Complete automation framework for the responsive channels from the product (Play4Purpose). - position: Senior Test Analyst company: DATUM TI location: Porto Alegre, Brazil time: 01-2019 - 03-2019 description: | - Acting as a Test Architect for the software projects inside the company. - Assisting in the definition of the strategy for test teams, implementation of testing tools and automation tools. Clients mostly from the financial sector. - Specification of Plans, Scenarios, and Test Cases. - Creation and execution of software tests. - Automation tests for SOA/Rest services, and UI automation. - Test and Defect Project Management. - Planning and estimation of demands. - Automation testing using Soap UI and RestAssured (for backend and integration) - Planning and execution of performance and load tests. technologies: - name: Java - name: Soap UI - name: RestAssured - name: Oracle - name: SQL Server - name: Selenium Webdriver - name: TestNG - name: JUnit - name: Maven - name: Jira - position: QA Automation Analyst company: DBSERVER location: Porto Alegre, Brazil time: 10-2016 – 01-2019 description: | - Outsourcing at: Bank Sicredi (Accounts Agile Team) - Agile Methods, SCRUM, LEAN, Kanban and all related ceremonies. - Specification of Plans, Scenarios, and Test Cases. Creation and execution of software tests for applications developed in Clipper and Java (Web and Services). - Automation tests for SOA/Rest services, and automation of functional tests for the financial core system and some WEB applications. - Test and Defect Project Management. - Planning and estimation of demands. - Automation testing in Java (for clipper applications). - Automation testing in Java plus Selenium (for web applications). - Maintenance for the RFT framework. - Automation testing using Soap UI and RestAssured (for backend and integration) technologies: - name: Java - name: Soap UI - name: RestAssured - name: Oracle - name: PL/SQL - name: Selenium Webdriver - name: TestNG - name: JUnit - name: Maven - name: Sikuli - name: AutoIT - name: GIT - name: ODI - name: RFT - name: VirtualBox - name: Subversion - name: RQM - name: RTC achivements: | * Complete automation framework for Clipper applications using Java (Sikuli + AutoIt) * Member of the DevOps team as automation coach for new teams. - position: QA Automation Analyst company: DBSERVER location: Porto Alegre, Brazil time: 11-2015 – 10-2016 description: | - Outsourcing at: Dell DFS (Dell Financial Services) - Risk Management - Credit and Fraud Team - Agile Methods, SCRUM, SAFe and all related ceremonies. - Specification of Plans, Scenarios and Test Cases. Creation and execution of software tests for applications developed in .Net, PL/SQL, Oracle, SOAP e REST. - Expertise with the Test Lead role, for some legislative projects. - Support UAT team for post-deployment issues. - Able to work to a high degree of details - Test and Defect Project Management. - Planning and estimation of demands. - Automation testing in C# (SOA services integration). - Maintenance into the Soap UI automation and migrate it to C#. technologies: - name: C# - name: Groovy - name: Soap UI - name: Oracle - name: SQL Server - name: Selenium Webdriver - name: JUnit - name: TOAD - name: TFS - name: MTM - name: Visual Studio - name: ADEPT - position: QA Analyst company: BANK AGIPLAN (AGIBANK) location: Porto Alegre, Brazil time: 11-2014 – 11-2015 description: | - Technical Test Team Leader. - Responsible for allocation the QA team members through the backlog tasks. - Planning, Design, specification, and execution of scenarios, testing plan and test cases for applications developed in GeneXus, .Net, SQL Server, PostgreSQL, SSiS/ETL, CSS, JavaScript, SOAP, Telecom projects (URA and AVAYA), Information Security and networks projects. - Test and Defect Project Management. - ITIL Change Management, experience at coordination the deliverables from QA team to production. - Successfully worked with the change management team to ensure all compliance documents, builds, artifacts, and sign-off are obtained before deployment. - Responsible for the first POC of automation testing with C# and Selenium to test web applications. - Responsible for the management and configuration of tests environments. technologies: - name: Postman - name: Soap UI - name: Oracle - name: SQL Server - name: C# - name: Selenium Webdriver - name: Visual Studio - name: Mantis - name: TestLink - position: Software Test Analyst company: DBSERVER location: Porto Alegre, Brazil time: 07-2013 – 11-2014 description: | - Outsourcing at: Bank Banrisul - Software Quality Implementation. - Test leader of the Financials Services and Core Banking team. - Responsible for allocation the QA team members through the backlog tasks. - Support the HR area in interviews and evaluation from candidates. - Test Project Management (Planning and Estimation) - Test Backlog management - Planning, specification, and execution of scenarios, testing plans and test cases. - Responsible for the management and configuration of tests environments (servers, ATM, TM, accounts, cards, others.) - Responsible for monitoring and maintaining quality and compliance target for software testing - Responsible for attending requirements meetings and support business user - Test data generation. technologies: - name: Mantis - name: TestLink - name: Sharepoint - name: Subversion - position: Development Analyst company: VIAFLOW location: Porto Alegre, Brazil time: 08-2011 – 07-2013 description: | - Software development of solutions with IBM Lotus Notes and Domino Software. - Software development focused on Java-web, using Java/JSP and Javascript. - User-Interfaces development and software modeling. - Development and maintenance of workflows applications using LotusScript and Visual Basic. - Business analysis to support vendor of IBM software such as IBM Content Collector, IBM eDiscovery Solutions, responsible for training and mentoring (knowledge transfer) to clients. - Internal process work, creation, and maintenance of commercial and administrative reports from the company (CRM, payroll, hours management, etc.) - Tester (designated developer) - Planning, Design, specification, and execution of scenarios, testing plan and test cases, Functional Testing, Usability Testing, Acceptance Testing, Interface and security tests. Automation testing (migration e-mails to the cloud). - Document / Artifact creation and maintenance (scenarios, test cases, plans, metrics, and estimates) using Quickr with SVN as the repository. - Elaboration of Defect Reports, Metric Reports, and Incidents Reports. technologies: - name: Java - name: Java EE - name: JSP - name: JavaScript - name: VBScript - name: LotusScript - name: Lotus Notes - name: Lotus Domino - name: DBMS - name: SQL Server - name: Subversion - name: CVS achivements: | * Certification - IBM Lotus Notes & Domino Technical Sales Professional v2 (2013) skills: testing: - name: Selenium WebDriver percentage: 98 - name: RestAssured percentage: 98 - name: Cucumber percentage: 98 - name: Soap UI percentage: 98 - name: Cypress.io percentage: 50 - name: Appium percentage: 50 languages: - name: Java percentage: 90 - name: C# percentage: 70 - name: Javascript percentage: 70 - name: Groovy percentage: 55 - name: Ruby percentage: 40 ci: - name: Jenkins percentage: 80 - name: TeamCity percentage: 70 database: - name: Oracle percentage: 90 - name: SQL Server percentage: 90 - name: MySql percentage: 90 - name: MongoDB percentage: 60 other: - name: Windows 10 - name: Linux Ubuntu - name: Gradle - name: Maven - name: JIRA - name: Scrum - name: SAFE awards: - name: ISTQB-CTFL description: | License 17-CTFL-06073-BR - name: Scrum Alliance CSM description: License 000635683 education: - degree: MSc in Computer Science name: University of Santa Maria time: 2009 - 2011 [Unfinished] - degree: BSc in Computer Science name: UNIFRA time: 2005 - 2008 languages: - name: Portuguese proficiency: Native - name: English proficiency: Professional interests: - name: Animals icon: fas fa-paw - name: Music icon: fas fa-drum - name: Cooking icon: fas fa-utensils - name: Beer icon: fas fa-beer organizations: - name: ISTQB link: https://www.istqb.org date: 2017 - name: Scrum Alliance link: https://www.scrumalliance.org/ date: 2017
37.615385
279
0.650599
690b98cd55e892005e466c20785a906afecf6c8d
1,093
yml
YAML
docker-compose.yml
villeheikkila/tko-aly-job-board
6fcaf97a5c8c08f9379352acfb62db2e759886e6
[ "MIT" ]
1
2022-01-11T17:42:00.000Z
2022-01-11T17:42:00.000Z
docker-compose.yml
villeheikkila/tko-aly-job-board
6fcaf97a5c8c08f9379352acfb62db2e759886e6
[ "MIT" ]
null
null
null
docker-compose.yml
villeheikkila/tko-aly-job-board
6fcaf97a5c8c08f9379352acfb62db2e759886e6
[ "MIT" ]
null
null
null
version: "3.7" services: strapi: image: node:latest ports: - 1337:1337 volumes: - ./strapi:/usr/local/app depends_on: - db restart: always working_dir: /usr/local/app entrypoint: "/bin/bash" command: '-c "if [ ! -d "node_modules" ]; then npm i; fi; npm run develop"' environment: POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}" POSTGRES_USER: "${POSTGRES_USER}" DATABASE_HOST: db db: image: postgres restart: always ports: - 5432:5432 volumes: - ./postgres:/var/lib/postgresql/data environment: POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}" POSTGRES_USER: "${POSTGRES_USER}" PGDATA: /var/lib/postgresql/data client: image: node:latest environment: STRAPI_API_TOKEN: "${STRAPI_API_TOKEN}" STRAPI_URI: "${STRAPI_URI}" ports: - 3000:3000 volumes: - ./client:/usr/local/app restart: always working_dir: /usr/local/app entrypoint: "/bin/bash" command: '-c "if [ ! -d "node_modules" ]; then npm i; fi; npm run develop"'
22.770833
79
0.606587
b6046e1d26886229b2ac4aeeba88f4f9089ff69f
108
yml
YAML
app/config/config_stage2_test.yml
Gregseanyoung/Nmotion
c4f3ffdde48c92a287663c901c943cd8ff0a4374
[ "MIT" ]
null
null
null
app/config/config_stage2_test.yml
Gregseanyoung/Nmotion
c4f3ffdde48c92a287663c901c943cd8ff0a4374
[ "MIT" ]
null
null
null
app/config/config_stage2_test.yml
Gregseanyoung/Nmotion
c4f3ffdde48c92a287663c901c943cd8ff0a4374
[ "MIT" ]
null
null
null
imports: - { resource: config_stage_test.yml } parameters: database_name: nmotion_stage2_test
18
42
0.712963
ebdfd853ada6fa03512039da9ffeb54b98460f1a
344
yml
YAML
.travis.yml
PHPExif/php-exif-common
993138910b2aea599fbb477bde559efcad7618b9
[ "MIT" ]
2
2017-12-17T17:36:43.000Z
2022-01-04T20:38:51.000Z
.travis.yml
PHPExif/php-exif-native
d128c2b6cfbf6c6d4f1d2979fd0a27cf7582a47e
[ "MIT" ]
17
2016-11-13T17:34:58.000Z
2018-03-28T18:49:37.000Z
.travis.yml
PHPExif/php-exif-common
993138910b2aea599fbb477bde559efcad7618b9
[ "MIT" ]
1
2016-10-06T18:26:16.000Z
2016-10-06T18:26:16.000Z
language: php matrix: fast_finish: true include: - php: 5.6 - php: 7.0 script: - mkdir -p build/logs - ./vendor/bin/phpunit - ./vendor/bin/phpcs --standard=PSR2 ./src/ before_script: - composer install --prefer-source after_success: - travis_retry php vendor/bin/coveralls -v before_install: - composer self-update
15.636364
45
0.680233
5f6c1d4e630188723d452348daa5a03a050a6356
117
yml
YAML
changelogs/unreleased/enable-ci_variables_api_filter_environment_scope-by-default.yml
C28NGO37/gitlabhq
f93be461801e85079cb761acf2aa0bc5f9942c51
[ "MIT" ]
2
2020-10-10T05:58:12.000Z
2020-10-10T09:30:57.000Z
changelogs/unreleased/enable-ci_variables_api_filter_environment_scope-by-default.yml
C28NGO37/gitlabhq
f93be461801e85079cb761acf2aa0bc5f9942c51
[ "MIT" ]
1
2020-10-15T14:41:12.000Z
2020-10-15T14:41:12.000Z
changelogs/unreleased/enable-ci_variables_api_filter_environment_scope-by-default.yml
C28NGO37/gitlabhq
f93be461801e85079cb761acf2aa0bc5f9942c51
[ "MIT" ]
null
null
null
--- title: Enable FF ci_variables_api_filter_environment_scope by default merge_request: 39209 author: type: changed
19.5
69
0.837607
fa73583a3f706c9448c303d46e4258c4fd746502
444
yml
YAML
action.yml
expororpranjic/aws-ssm-getparametersbypath-action
6444e6f448b5b0f3c3dc24cfde5b1b6e288446b6
[ "MIT" ]
1
2020-12-17T13:36:45.000Z
2020-12-17T13:36:45.000Z
action.yml
expororpranjic/aws-ssm-getparametersbypath-action
6444e6f448b5b0f3c3dc24cfde5b1b6e288446b6
[ "MIT" ]
null
null
null
action.yml
expororpranjic/aws-ssm-getparametersbypath-action
6444e6f448b5b0f3c3dc24cfde5b1b6e288446b6
[ "MIT" ]
null
null
null
name: 'aws-ssm-actions' description: 'GitHub Actions for AWS SSM' inputs: PATH: description: 'Set parameter path for params you want exported to env using ::set-env.' required: true EXPORT_PREFIX: description: 'Set prefix for the env export variable name. Default: SSM_PARAM_{VARIABLE_NAME}' required: true default: 'SSM_PARAM_' runs: using: 'node12' main: 'dist/index.js' branding: icon: 'lock' color: 'orange'
26.117647
98
0.709459
db1291d8b5cdde228f47906a04577d88e7cf1c60
613
yaml
YAML
Resources/config/routes/admin/security.yaml
enhavo/EnhavoUserBundle
49e6a8312b39725cc6fd3c1cbac18ab84d196366
[ "MIT" ]
79
2015-07-02T21:51:30.000Z
2022-03-26T17:25:19.000Z
Resources/config/routes/admin/security.yaml
enhavo/EnhavoUserBundle
49e6a8312b39725cc6fd3c1cbac18ab84d196366
[ "MIT" ]
193
2015-07-06T17:06:02.000Z
2022-01-12T20:02:36.000Z
Resources/config/routes/admin/security.yaml
enhavo/EnhavoUserBundle
49e6a8312b39725cc6fd3c1cbac18ab84d196366
[ "MIT" ]
34
2015-07-06T17:24:55.000Z
2021-11-30T09:37:48.000Z
enhavo_user_security_login: options: expose: true path: /login methods: [GET, POST] controller: Enhavo\Bundle\UserBundle\Controller\SecurityController::loginAction defaults: _config: admin enhavo_user_security_login_check: options: expose: true path: /login/check methods: [POST] controller: Enhavo\Bundle\UserBundle\Controller\SecurityController::checkAction enhavo_user_security_logout: options: expose: true path: /logout methods: [GET, POST] controller: Enhavo\Bundle\UserBundle\Controller\SecurityController::logoutAction
26.652174
84
0.721044
db36ac5dd34310d97e7059f7d8f6182d5efbd80f
830
yml
YAML
docs/docker/nginx-proxy/docker-compose.yml
cazier/recipes
cdf4c0d1bb7ff9e7b020ddb6d7da492682efccde
[ "MIT" ]
null
null
null
docs/docker/nginx-proxy/docker-compose.yml
cazier/recipes
cdf4c0d1bb7ff9e7b020ddb6d7da492682efccde
[ "MIT" ]
1
2020-04-11T09:47:20.000Z
2020-04-11T09:47:20.000Z
docs/docker/nginx-proxy/docker-compose.yml
mcejp/recipes
913d858473a1d44b2ced02e09fddfc4d320848b7
[ "MIT" ]
null
null
null
version: "3" services: db_recipes: restart: always image: postgres:11-alpine volumes: - ./postgresql:/var/lib/postgresql/data env_file: - ./.env networks: - default web_recipes: image: vabene1111/recipes restart: always env_file: - ./.env volumes: - ./staticfiles:/opt/recipes/staticfiles - ./mediafiles:/opt/recipes/mediafiles depends_on: - db_recipes networks: - default nginx_recipes: image: nginx:mainline-alpine restart: always env_file: - ./.env volumes: - ./nginx/conf.d:/etc/nginx/conf.d - ./staticfiles:/static - ./mediafiles:/media networks: - default - nginx-proxy networks: default: nginx-proxy: external: name: nginx-proxy
19.302326
46
0.577108
e76c70b786b374bc4352b19f14c530bbd84a52cb
3,387
yml
YAML
docs-ref-autogen/azure-devops-extension-api/UpdateTestRunRequest.yml
rloutlaw/azure-devops-docs-sdk-web
b7b6c713f534da7d2c8ee4b67eb52891f5fe6b69
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/azure-devops-extension-api/UpdateTestRunRequest.yml
rloutlaw/azure-devops-docs-sdk-web
b7b6c713f534da7d2c8ee4b67eb52891f5fe6b69
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/azure-devops-extension-api/UpdateTestRunRequest.yml
rloutlaw/azure-devops-docs-sdk-web
b7b6c713f534da7d2c8ee4b67eb52891f5fe6b69
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:UniversalReference items: - uid: azure-devops-extension-api.UpdateTestRunRequest name: UpdateTestRunRequest fullName: UpdateTestRunRequest children: - azure-devops-extension-api.UpdateTestRunRequest.attachmentsToAdd - azure-devops-extension-api.UpdateTestRunRequest.attachmentsToDelete - azure-devops-extension-api.UpdateTestRunRequest.projectName - azure-devops-extension-api.UpdateTestRunRequest.shouldHyderate - azure-devops-extension-api.UpdateTestRunRequest.testRun langs: - typeScript type: interface summary: '' package: azure-devops-extension-api - uid: azure-devops-extension-api.UpdateTestRunRequest.attachmentsToAdd name: attachmentsToAdd fullName: attachmentsToAdd children: [] langs: - typeScript type: property summary: '' syntax: content: 'attachmentsToAdd: TestResultAttachment[]' return: type: - 'azure-devops-extension-api.TestResultAttachment[]' package: azure-devops-extension-api - uid: azure-devops-extension-api.UpdateTestRunRequest.attachmentsToDelete name: attachmentsToDelete fullName: attachmentsToDelete children: [] langs: - typeScript type: property summary: '' syntax: content: 'attachmentsToDelete: TestResultAttachmentIdentity[]' return: type: - 'azure-devops-extension-api.TestResultAttachmentIdentity[]' package: azure-devops-extension-api - uid: azure-devops-extension-api.UpdateTestRunRequest.projectName name: projectName fullName: projectName children: [] langs: - typeScript type: property summary: '' syntax: content: 'projectName: string' return: type: - string package: azure-devops-extension-api - uid: azure-devops-extension-api.UpdateTestRunRequest.shouldHyderate name: shouldHyderate fullName: shouldHyderate children: [] langs: - typeScript type: property summary: '' syntax: content: 'shouldHyderate: boolean' return: type: - boolean package: azure-devops-extension-api - uid: azure-devops-extension-api.UpdateTestRunRequest.testRun name: testRun fullName: testRun children: [] langs: - typeScript type: property summary: '' syntax: content: 'testRun: LegacyTestRun' return: type: - azure-devops-extension-api.LegacyTestRun package: azure-devops-extension-api references: - uid: 'azure-devops-extension-api.TestResultAttachment[]' name: 'TestResultAttachment[]' spec.typeScript: - name: TestResultAttachment fullName: TestResultAttachment uid: azure-devops-extension-api.TestResultAttachment - name: '[]' fullName: '[]' - uid: 'azure-devops-extension-api.TestResultAttachmentIdentity[]' name: 'TestResultAttachmentIdentity[]' spec.typeScript: - name: TestResultAttachmentIdentity fullName: TestResultAttachmentIdentity uid: azure-devops-extension-api.TestResultAttachmentIdentity - name: '[]' fullName: '[]' - uid: azure-devops-extension-api.LegacyTestRun name: LegacyTestRun spec.typeScript: - name: LegacyTestRun fullName: LegacyTestRun uid: azure-devops-extension-api.LegacyTestRun
30.790909
76
0.684677
6035fd75d40eab797b8093828c3670bff3b7830f
1,791
yml
YAML
.circleci/config.yml
Ciampi10/resources.data.gov
120d42f166b98b31dca6ccaf276434d57e38ffc2
[ "CC0-1.0" ]
2
2020-05-17T13:54:41.000Z
2020-07-07T15:43:39.000Z
.circleci/config.yml
skylinebf25/resources.data.gov
111575d03bb82773ce8a5afeca4b83b309c59aef
[ "CC0-1.0" ]
5
2020-07-06T16:27:32.000Z
2020-07-07T03:12:43.000Z
.circleci/config.yml
skylinebf25/resources.data.gov
111575d03bb82773ce8a5afeca4b83b309c59aef
[ "CC0-1.0" ]
null
null
null
--- version: 2 jobs: build: docker: - image: circleci/ruby:2.6-node steps: - checkout - restore_cache: keys: - v2-node-{{ checksum "package-lock.json" }} - v2-node- - run: name: install node dependencies command: npm install - save_cache: key: v2-node-{{ checksum "package-lock.json" }} paths: - node_modules - restore_cache: keys: - v1-ruby-{{ checksum "Gemfile.lock" }} - v1-ruby- - run: name: install ruby dependencies command: bundle install --path vendor/bundle - save_cache: key: v1-ruby-{{ checksum "Gemfile.lock" }} paths: - vendor/bundle - run: name: build command: npm run build - run: name: test command: npm test qa: docker: - image: circleci/ruby:2.6-node steps: - checkout - restore_cache: keys: - v2-node-{{ checksum "package-lock.json" }} - v2-node- - restore_cache: keys: - v1-ruby-{{ checksum "Gemfile.lock" }} - v1-ruby- - run: name: install node dependencies command: npm install - run: name: install ruby dependencies command: bundle install --path vendor/bundle - run: name: build command: npm run build - run: name: qa command: npm run qa workflows: version: 2 commit: jobs: - build weekly: jobs: - qa triggers: - schedule: cron: "0 15 * * 1" filters: branches: only: - main
21.321429
57
0.470687
798a05bb3fa10fceee4a319d2728510320db5ee0
853
yml
YAML
data/nh/people/Charlotte-I-DiLorenzo-75a682ff-407d-4192-858d-9ce6a979c400.yml
joearasin/people
bb55cd3e6efddae6aaf3a90122fbf5df76e99a31
[ "CC0-1.0" ]
null
null
null
data/nh/people/Charlotte-I-DiLorenzo-75a682ff-407d-4192-858d-9ce6a979c400.yml
joearasin/people
bb55cd3e6efddae6aaf3a90122fbf5df76e99a31
[ "CC0-1.0" ]
null
null
null
data/nh/people/Charlotte-I-DiLorenzo-75a682ff-407d-4192-858d-9ce6a979c400.yml
joearasin/people
bb55cd3e6efddae6aaf3a90122fbf5df76e99a31
[ "CC0-1.0" ]
null
null
null
id: ocd-person/75a682ff-407d-4192-858d-9ce6a979c400 name: Charlotte I. DiLorenzo party: - name: Democratic roles: - district: Rockingham 17 jurisdiction: ocd-jurisdiction/country:us/state:nh/government type: lower contact_details: - email: Charlotte.DiLorenzo@leg.state.nh.us note: Capitol Office - address: '"193 South Main Street, Apt 6";Newmarket, NH 03857-1801' note: District Office voice: 603-659-2140 links: - url: http://www.gencourt.state.nh.us/downloads/Members.txt sources: - url: http://www.gencourt.state.nh.us/house/members/member.aspx?member=408612 - url: http://www.gencourt.state.nh.us/downloads/Members.txt image: http://www.gencourt.state.nh.us/house/images/memberpics/408612.jpg extras: first_name: Charlotte last_name: DiLorenzo middle_name: I. other_identifiers: - identifier: NHL001355 scheme: legacy_openstates
30.464286
78
0.772567
a1a8c696056085b86f63e990930475012697ff11
1,545
yaml
YAML
packages/blocks/blocksAntd/demo/examples/ConfirmModal.yaml
correiarmjoao/lowdefy
07286dfa8471e6ed293c33c7b37ab59003ccb5c6
[ "Apache-2.0" ]
1,527
2020-10-14T14:17:48.000Z
2022-03-31T21:01:11.000Z
packages/blocks/blocksAntd/demo/examples/ConfirmModal.yaml
13316090972/lowdefy
07286dfa8471e6ed293c33c7b37ab59003ccb5c6
[ "Apache-2.0" ]
843
2020-10-14T14:04:57.000Z
2022-03-17T19:21:34.000Z
packages/blocks/blocksAntd/demo/examples/ConfirmModal.yaml
13316090972/lowdefy
07286dfa8471e6ed293c33c7b37ab59003ccb5c6
[ "Apache-2.0" ]
80
2020-11-25T10:43:27.000Z
2022-03-28T04:34:35.000Z
# Popup werk nog nie - id: default type: ConfirmModal - id: 'properties.title' type: ConfirmModal properties: title: ConfirmModal block - id: 'properties.status: success' type: ConfirmModal properties: status: success - id: 'properties.status: error' type: ConfirmModal properties: status: error - id: 'properties.status: info' type: ConfirmModal properties: status: info - id: 'properties.status: warning' type: ConfirmModal properties: status: warning - id: 'properties.status: confirm' type: ConfirmModal properties: status: confirm - id: 'properties.centered: true' type: ConfirmModal properties: centered: true - id: 'properties.content' type: ConfirmModal properties: content: Content within the ConfirmModal - id: 'properties.icon: AndroidFilled' type: ConfirmModal properties: icon: AndroidFilled - id: 'properties.mask: false' type: ConfirmModal properties: mask: false - id: 'properties.maskClosable: true' type: ConfirmModal properties: maskClosable: true - id: 'properties.okText: Ok text' type: ConfirmModal properties: okText: Ok text - id: 'properties.cancelText: Cancel text' type: ConfirmModal properties: cancelText: Cancel text - id: 'properties.width: 550px' type: ConfirmModal properties: width: 550px - id: 'properties.zIndex: 1100' type: ConfirmModal properties: zIndex: 1100 - id: 'properties.title is html' type: ConfirmModal properties: title: '<div style="color:purple">Html Title</div>'
22.720588
55
0.709385
4e59cb9be7dbf84dca2e3d7569c8a7b5fec6c81b
2,276
yml
YAML
vendor/javiereguiluz/easyadmin-bundle/Tests/DependencyInjection/Compiler/fixtures/templates/overridden_by_entity/input/admin_002.yml
aymenmooc/pi
222311b90016ca6e083da924e008dda0751ad450
[ "MIT" ]
null
null
null
vendor/javiereguiluz/easyadmin-bundle/Tests/DependencyInjection/Compiler/fixtures/templates/overridden_by_entity/input/admin_002.yml
aymenmooc/pi
222311b90016ca6e083da924e008dda0751ad450
[ "MIT" ]
null
null
null
vendor/javiereguiluz/easyadmin-bundle/Tests/DependencyInjection/Compiler/fixtures/templates/overridden_by_entity/input/admin_002.yml
aymenmooc/pi
222311b90016ca6e083da924e008dda0751ad450
[ "MIT" ]
null
null
null
# TEST # in the filesystem there are some files that override the default templates # for the TestEntity entity, but templates are also overridden in the entity # configuration options (the latter should win) # CONFIGURATION easy_admin: entities: TestEntity: class: AppBundle\Entity\TestEntity templates: edit: 'custom_template/edit.html.twig' field_array: 'custom_template/field_array.html.twig' field_association: 'custom_template/field_association.html.twig' field_bigint: 'custom_template/field_bigint.html.twig' field_boolean: 'custom_template/field_boolean.html.twig' field_date: 'custom_template/field_date.html.twig' field_datetime: 'custom_template/field_datetime.html.twig' field_datetimetz: 'custom_template/field_datetimetz.html.twig' field_decimal: 'custom_template/field_decimal.html.twig' field_float: 'custom_template/field_float.html.twig' field_id: 'custom_template/field_id.html.twig' field_image: 'custom_template/field_image.html.twig' field_integer: 'custom_template/field_integer.html.twig' field_simple_array: 'custom_template/field_simple_array.html.twig' field_smallint: 'custom_template/field_smallint.html.twig' field_string: 'custom_template/field_string.html.twig' field_text: 'custom_template/field_text.html.twig' field_time: 'custom_template/field_time.html.twig' field_toggle: 'custom_template/field_toggle.html.twig' label_empty: 'custom_template/label_empty.html.twig' label_inaccessible: 'custom_template/label_inaccessible.html.twig' label_null: 'custom_template/label_null.html.twig' label_undefined: 'custom_template/label_undefined.html.twig' layout: 'custom_template/layout.html.twig' list: 'custom_template/list.html.twig' new: 'custom_template/new.html.twig' paginator: 'custom_template/paginator.html.twig' show: 'custom_template/show.html.twig'
56.9
82
0.663005
f642de3f62836c3a839524df3e2f1a4b26ff7f08
473
yml
YAML
_data/navigation.yml
House-Leo/acad-homepage.github.io
6aab555f77d241cd411dac2af41a1f78980babdd
[ "MIT" ]
null
null
null
_data/navigation.yml
House-Leo/acad-homepage.github.io
6aab555f77d241cd411dac2af41a1f78980babdd
[ "MIT" ]
null
null
null
_data/navigation.yml
House-Leo/acad-homepage.github.io
6aab555f77d241cd411dac2af41a1f78980babdd
[ "MIT" ]
null
null
null
# main links links main: - title: "About Me" url: "/#about-me" - title: "News" url: "/#-news" - title: "Publications" url: "/#-publications" - title: "Honors and Awards" url: "/#-honors-and-awards" - title: "Projects" url: "/#-projects" - title: "Educations" url: "/#-educations" - title: "Academic Services" url: "/#-academic-services" - title: "Cooperation and Communication" url: "/#-cooperation-and-communication"
18.192308
43
0.591966
d4011712aa36a5cdab83a5c0a3052ad96c2ecef3
5,586
yaml
YAML
mcp/scripts/pharos/labs/ericsson/virtual3.yaml
DOTXV/OPNFV-Stable-Iruya
ec1fae44b9b9c2063cdf46c7d5f0f965e7e50b43
[ "Apache-2.0" ]
null
null
null
mcp/scripts/pharos/labs/ericsson/virtual3.yaml
DOTXV/OPNFV-Stable-Iruya
ec1fae44b9b9c2063cdf46c7d5f0f965e7e50b43
[ "Apache-2.0" ]
null
null
null
mcp/scripts/pharos/labs/ericsson/virtual3.yaml
DOTXV/OPNFV-Stable-Iruya
ec1fae44b9b9c2063cdf46c7d5f0f965e7e50b43
[ "Apache-2.0" ]
null
null
null
############################################################################## # Copyright (c) 2018 Ericsson AB, Mirantis Inc., Enea AB and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --- ### ericsson-virtual3 POD descriptor file ### version: 1.0 details: pod_owner: Dianfeng Du contact: dianfeng.du@ericsson.com lab: Ericsson location: Rosersberg, Sweden type: production link: https://wiki.opnfv.org/display/pharos/Ericsson+Hosting ############################################################################## jumphost: name: ericsson-virtual3 node: &jumpparams type: baremetal vendor: HP model: ProLiant BL460c Gen8 arch: x86_64 cpus: 2 cpu_cflags: ivybridge cores: 10 memory: 64G disks: - name: 'disk1' disk_capacity: 800G disk_type: hdd disk_interface: scsi disk_rotation: &diskrotation 15000 os: ubuntu-16.04 remote_params: &remoteparas type: ipmi versions: - 1.0 - 2.0 user: > ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEw DQYJKoZIhvcNAQEBBQAEggEAW9xsuZIaMrtyFNX+kmgZ6G5TV2W/Yrnh0rB9 JC17tjEQSlHD9G1VaIqFWInlBf3AVZuLBE6DJBNK8nIxurR0AUAvs5+t9WZD RhNF9uEFFdX038gK56otTluDijjoIrwSOZvqPc/cZcxIuadlg01fuKNVmCT9 /mTeWgyRHryJ/OzuO4OON15U8Ed3ffvdphjs3IHbQlc6ylNWnr1BIvWPuPvH LtOSxmfivoBPpEHVwsJO92WoeNu3+mps4O+okUFI5ToyPGhUvfO1VdGEDrBg TgjLixsWrqA8RB1Nf1C2du1dIulv82IMlq0qHDJWy4AR+RSwRpOeeWb6O9W0 746e9TA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBD6rNLcW8y8NWcxgemu w/HAgBCFKurNj+4kAytFQ3CG29SM] pass: > ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEw DQYJKoZIhvcNAQEBBQAEggEADP87YPoTA+BhT6sgaAVJnpbbBrTCc16luuJw UvSCPTa54Qq3L/3Q0HVb1PJntVKM4ldU/YaFsczYCzTXFE/XcYVTMEbbIudX j8l71agdfGTlHn3fA2BQFAAz+GOuMV0eBwBpwiYAeQTd178c1/L7l8HNVEHY DUPN7xXXog7P/2UR1oo90JZDfB9bv4oirOma2YQUaGEiJZqvs1xAui0ZEYj0 OGfpDVP9k5nR7tL3J2nDxoOJOBiMpG6+4GpyyxckS3ZSUf7CuT+dAsMX96JS qzxdMMk12VEHCGf5udI744ARfXP0z0TZy9b1x4bHdO0Xwm5J4I/srX/U4TOX ylAlFTA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBAyLCfIpXiYn5L1aJBK oNJ8gBByECriHR0ou3/1J+aBXSYE] remote_management: <<: *remoteparas address: 172.16.1.24/24 mac_address: "A4:5D:36:FE:78:D0" interfaces: - name: 'nic1' speed: 10gb features: 'dpdk|sriov' address: 100.64.204.5/24 mac_address: "38:ea:a7:8f:07:0c" - name: 'nic2' speed: 10gb features: 'dpdk|sriov' mac_address: "38:ea:a7:8f:07:0d" - name: 'nic3' speed: 10gb features: 'dpdk|sriov' mac_address: "38:ea:a7:8e:16:c4" - name: 'nic4' speed: 10gb features: 'dpdk|sriov' mac_address: "38:ea:a7:8e:16:c5" - name: 'nic5' speed: 10gb features: 'dpdk|sriov' mac_address: "9C:B6:54:8A:F0:50" - name: 'nic6' speed: 10gb features: 'dpdk|sriov' mac_address: "9C:B6:54:8A:F0:54" ############################################################################## nodes: - name: node-1 node: &nodeparams <<: *jumpparams # Fuel overrides certain params (e.g. cpus, mem) based on node role later type: virtual vendor: libvirt model: virt cpus: 1 cores: 4 memory: 6G disks: &disks - name: 'disk1' disk_capacity: 100G disk_type: hdd disk_interface: scsi # virtio-scsi disk_rotation: *diskrotation remote_management: &remotemgmt type: libvirt user: changeme pass: changeme address: 'qemu:///system' interfaces: &interfaces - name: 'nic1' speed: 1gb features: 'dpdk|sriov' mac_address: "00:00:00:00:00:00" # MACs will be assigned by libvirt vlan: native - name: 'nic2' speed: 1gb features: 'dpdk|sriov' mac_address: "00:00:00:00:00:00" vlan: native - name: 'nic3' speed: 1gb features: 'dpdk|sriov' mac_address: "00:00:00:00:00:00" vlan: native - name: 'nic4' speed: 1gb features: 'dpdk|sriov' mac_address: "00:00:00:00:00:00" vlan: native ############################################################################ - name: node-2 node: *nodeparams disks: *disks remote_management: *remotemgmt interfaces: *interfaces ############################################################################ - name: node-3 node: *nodeparams disks: *disks remote_management: *remotemgmt interfaces: *interfaces ############################################################################ - name: node-4 node: *nodeparams disks: &compute_disks - name: 'disk1' disk_capacity: 100G disk_type: hdd disk_interface: scsi # virtio-scsi disk_rotation: *diskrotation - name: 'disk2' disk_capacity: 100G disk_type: hdd disk_interface: scsi # virtio-scsi disk_rotation: *diskrotation remote_management: *remotemgmt interfaces: *interfaces ############################################################################ - name: node-5 node: *nodeparams disks: *compute_disks remote_management: *remotemgmt interfaces: *interfaces
32.666667
79
0.595596
f9b76e2e386872855b8ff34381ee6d34d26ac9e7
2,250
yml
YAML
spec/vcr_cassettes/Quovo_Resources_User/_update/updates_the_user_s_name.yml
simplysafedividends/quovo-ruby
4baf0b3bf22a12ca2affef10a84e5f90a17c6dda
[ "MIT" ]
null
null
null
spec/vcr_cassettes/Quovo_Resources_User/_update/updates_the_user_s_name.yml
simplysafedividends/quovo-ruby
4baf0b3bf22a12ca2affef10a84e5f90a17c6dda
[ "MIT" ]
null
null
null
spec/vcr_cassettes/Quovo_Resources_User/_update/updates_the_user_s_name.yml
simplysafedividends/quovo-ruby
4baf0b3bf22a12ca2affef10a84e5f90a17c6dda
[ "MIT" ]
null
null
null
--- http_interactions: - request: method: post uri: https://api.quovo.com/v3/tokens?name=4e2ae9f6c217ee7db37e4fe5d696ec21 body: encoding: UTF-8 string: '' headers: Accept: - application/json Authorization: - "<HTTP_BASIC_AUTH_HEADER>" response: status: code: 201 message: CREATED headers: Date: - Tue, 11 Sep 2018 13:40:46 GMT Content-Type: - application/json Content-Length: - '210' Connection: - keep-alive Set-Cookie: - AWSALB=YUZvxF8sgYQSLrk6jmB3I6qBr4PGWoUvvAABzGYEiFTuTxd5lzhHZ6LxmWT7GlDRd5sPdA2rCDs5KSI5JhzE0SvRaFKrQcb7KmJ2HjN5kH6he6s/VXAKYpQmSKcj; Expires=Tue, 18 Sep 2018 13:40:44 GMT; Path=/ Server: - nginx Status: - 201 Created body: encoding: UTF-8 string: '{"access_token": {"token": "token", "expires": "2018-09-11T14:40:46Z", "name": "4e2ae9f6c217ee7db37e4fe5d696ec21", "created": "2018-09-11T13:40:49Z"}} ' http_version: recorded_at: Tue, 11 Sep 2018 13:40:47 GMT - request: method: put uri: https://api.quovo.com/v3/users/1 body: encoding: UTF-8 string: '{"name":"New Name"}' headers: Accept: - application/json Authorization: - Bearer token Content-Type: - application/json response: status: code: 200 message: OK headers: Date: - Tue, 11 Sep 2018 13:40:48 GMT Content-Type: - application/json Content-Length: - '108' Connection: - keep-alive Set-Cookie: - AWSALB=Yuk9wJaxgvO4TjIvBXK/UA51y0JQzILVXcuNpIeY9nko0l4tCfhq6+p/bzCZY6fh88hJqyiuI45gt4zWoc2tYlsN2Zep81mrus4MUrD1yEwlLnzqna9K/dLGSrEt; Expires=Tue, 18 Sep 2018 13:40:47 GMT; Path=/ Server: - nginx Status: - 200 OK Ratelimit-Limit: - '10000' Ratelimit-Remaining: - '9995' Ratelimit-Reset: - '1536676484' body: encoding: UTF-8 string: '{"user": {"username": null, "name": "New Name", "value": null, "id": 5985086, "email": "test@example.com"}} ' http_version: recorded_at: Tue, 11 Sep 2018 13:40:48 GMT recorded_with: VCR 4.0.0
24.725275
140
0.603111
e408ea1cfc08dc7c9e22560081d9a846ab3974a4
214
yaml
YAML
samples/appengine/app.yaml
joinsion/google-api-python-client
3f38789cd2f4721d13caf07a3a49ef52e1b11a22
[ "Apache-2.0" ]
3,469
2018-09-12T19:54:02.000Z
2022-03-31T17:53:12.000Z
samples/appengine/app.yaml
joinsion/google-api-python-client
3f38789cd2f4721d13caf07a3a49ef52e1b11a22
[ "Apache-2.0" ]
835
2018-09-12T10:40:13.000Z
2022-03-31T15:19:06.000Z
samples/appengine/app.yaml
joinsion/google-api-python-client
3f38789cd2f4721d13caf07a3a49ef52e1b11a22
[ "Apache-2.0" ]
1,329
2018-09-11T15:06:09.000Z
2022-03-31T17:53:04.000Z
application: app-id-goes-here version: 2 runtime: python27 threadsafe: true api_version: 1 handlers: - url: .* script: main.app libraries: - name: jinja2 version: "latest" - name: webapp2 version: "latest"
13.375
29
0.714953
d9f8eb5197acdebf550b480aaf989dbea8c2fded
328
yml
YAML
docker-compose.yml
LarsBuur/recommendationRaccoon
1114f588d910915afa7d75c9019e21d602dcc840
[ "MIT" ]
2
2020-10-18T19:41:44.000Z
2021-11-15T11:50:12.000Z
docker-compose.yml
johannb75/recommendationRaccoon
828354a34ba2ba0d89af21788af29aea11813ca8
[ "MIT" ]
2
2021-05-11T22:09:52.000Z
2022-01-22T14:04:23.000Z
docker-compose.yml
LarsBuur/recommendationRaccoon
1114f588d910915afa7d75c9019e21d602dcc840
[ "MIT" ]
null
null
null
version: '3.6' services: app: build: . command: sleep infinity volumes: - .:/app:cached - /app/node_modules - /app/dist ports: - 8080:8080 - 9229:9229 environment: PORT: 8080 RACCOON_REDIS_URL: redis depends_on: - redis redis: image: redis
14.909091
30
0.533537
4ba01c7c3f1209dace9ec5f25547b64154d73b0c
2,236
yml
YAML
.github/workflows/ci.yml
couchbaselabs/sync_gateway
550d4f89ec85319ae32eb5cf287f1d2e5ae6674b
[ "Linux-OpenIB" ]
null
null
null
.github/workflows/ci.yml
couchbaselabs/sync_gateway
550d4f89ec85319ae32eb5cf287f1d2e5ae6674b
[ "Linux-OpenIB" ]
1
2016-02-17T02:20:51.000Z
2016-02-17T02:44:35.000Z
.github/workflows/ci.yml
couchbaselabs/sync_gateway
550d4f89ec85319ae32eb5cf287f1d2e5ae6674b
[ "Linux-OpenIB" ]
null
null
null
# Copyright 2021-Present Couchbase, Inc. # # Use of this software is governed by the Business Source License included in # the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that # file, in accordance with the Business Source License, use of this software # will be governed by the Apache License, Version 2.0, included in the file # licenses/APL2.txt. name: ci on: push: branches: - 'master' - 'release/*' - 'CBG*' - 'ci-*' pull_request: branches: - 'master' - 'release/*' jobs: build: runs-on: ubuntu-latest steps: - uses: actions/setup-go@v2 with: go-version: 1.17.11 - uses: actions/checkout@v2 - name: gofmt run: | gofmt -d -e . | tee gofmt.out test -z "$(cat gofmt.out)" - name: vet run: go vet "./..." - name: go-build run: go build "./..." test: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [macos-latest, windows-latest, ubuntu-latest] env: GOPRIVATE: github.com/couchbaselabs MallocNanoZone: 0 steps: - uses: actions/setup-go@v2 with: go-version: 1.17.11 - uses: actions/checkout@v2 - name: Build run: go build -v "./..." - name: Run Tests run: go test -timeout=30m -count=1 -json -v "./..." | tee test.json | jq -s -jr 'sort_by(.Package,.Time) | .[].Output | select (. != null )' shell: bash - name: Annotate Failures if: always() uses: guyarb/golang-test-annotations@v0.5.1 with: test-results: test.json test-race: runs-on: ubuntu-latest env: GOPRIVATE: github.com/couchbaselabs steps: - uses: actions/setup-go@v2 with: go-version: 1.17.11 - uses: actions/checkout@v2 - name: Run Tests run: go test -race -timeout=30m -count=1 -json -v "./..." | tee test.json | jq -s -jr 'sort_by(.Package,.Time) | .[].Output | select (. != null )' shell: bash - name: Annotate Failures if: always() uses: guyarb/golang-test-annotations@v0.5.1 with: test-results: test.json
27.268293
154
0.560376
85506c0541f2e6c1998cf600ee09c1eb4c667775
75
yml
YAML
vars/main.yml
ho-ansible/nginx
105ddadbf6a1aecd680abbd6234db19fdbfd0466
[ "MIT" ]
null
null
null
vars/main.yml
ho-ansible/nginx
105ddadbf6a1aecd680abbd6234db19fdbfd0466
[ "MIT" ]
2
2018-03-09T01:41:50.000Z
2018-05-12T15:01:17.000Z
vars/main.yml
ho-ansible/nginx
105ddadbf6a1aecd680abbd6234db19fdbfd0466
[ "MIT" ]
null
null
null
--- nginx_url: http://nginx.org/keys/nginx_signing.key nginx_key: 7BD9BF62
18.75
50
0.773333
6d198a020926e6312014327376cb6065b24c1179
234
yml
YAML
data/images/money-adventure-20-note.yml
afeijoo/digitalgov.gov
117098d31802464d9696987980f4a400f3f6654c
[ "CC0-1.0" ]
1
2022-02-11T11:53:47.000Z
2022-02-11T11:53:47.000Z
data/images/money-adventure-20-note.yml
afeijoo/digitalgov.gov
117098d31802464d9696987980f4a400f3f6654c
[ "CC0-1.0" ]
1
2021-01-18T18:41:46.000Z
2021-01-18T18:41:46.000Z
data/images/money-adventure-20-note.yml
afeijoo/digitalgov.gov
117098d31802464d9696987980f4a400f3f6654c
[ "CC0-1.0" ]
null
null
null
date : 2019-03-05 11:41:09 -0400 uid : money-adventure-20-note width : 1667 height : 724 format : png credit : caption : alt : "Illustration of the Money Adventure App by the U.S. Currency Education Program."
26
92
0.653846
cd15183e3800c4f5c37d0d7db15c792624160e74
29
yaml
YAML
examples/patterns/multi-select/conf/config.yaml
sara-nl/hydra
8fd0d23d71cf528528ca5eda26e0c1f0c1e973d7
[ "MIT" ]
5,847
2019-10-03T04:20:44.000Z
2022-03-31T17:07:46.000Z
examples/patterns/multi-select/conf/config.yaml
sara-nl/hydra
8fd0d23d71cf528528ca5eda26e0c1f0c1e973d7
[ "MIT" ]
1,393
2019-10-04T01:03:38.000Z
2022-03-31T20:29:35.000Z
examples/patterns/multi-select/conf/config.yaml
sara-nl/hydra
8fd0d23d71cf528528ca5eda26e0c1f0c1e973d7
[ "MIT" ]
505
2019-10-03T19:41:42.000Z
2022-03-31T11:40:16.000Z
defaults: - server: apache
9.666667
18
0.689655
bd07691ae72177220f02c24f38ab409c771ba6e2
583
yml
YAML
.github/release-drafter.yml
johanmnext45/shape-form
78f8c8dcb7cb9398f7849810e7930d8cdbd859a2
[ "MIT" ]
312
2019-08-23T02:20:16.000Z
2022-01-21T12:29:23.000Z
.github/release-drafter.yml
takeshape/shape-form
78f8c8dcb7cb9398f7849810e7930d8cdbd859a2
[ "MIT" ]
7
2019-08-31T10:46:42.000Z
2022-02-26T16:56:05.000Z
.github/release-drafter.yml
johanmnext45/shape-form
78f8c8dcb7cb9398f7849810e7930d8cdbd859a2
[ "MIT" ]
6
2019-08-31T13:20:41.000Z
2022-01-23T08:50:09.000Z
name-template: "v$RESOLVED_VERSION" tag-template: "release-v$RESOLVED_VERSION" template: | $CHANGES version-resolver: major: labels: - "BREAKING" minor: labels: - "feature" patch: labels: - "bug" - "chore" categories: - title: Breaking labels: - "BREAKING" - title: New labels: - "feature" - title: Bug Fixes labels: - "bug" - title: Maintenance labels: - "chore" - title: Documentation labels: - "documentation" exclude-labels: - 'skip changelog' - 'skip release'
12.955556
42
0.567753
bb27a5c993417e5688f74659ab9976534e1491a3
1,038
yaml
YAML
platform-operator/config/samples/install-oci.yaml
mnemonic01/verrazzano
1bd738d3949957ba627c32634dd0cfb987755ebe
[ "UPL-1.0", "Apache-2.0", "CC-BY-4.0" ]
null
null
null
platform-operator/config/samples/install-oci.yaml
mnemonic01/verrazzano
1bd738d3949957ba627c32634dd0cfb987755ebe
[ "UPL-1.0", "Apache-2.0", "CC-BY-4.0" ]
null
null
null
platform-operator/config/samples/install-oci.yaml
mnemonic01/verrazzano
1bd738d3949957ba627c32634dd0cfb987755ebe
[ "UPL-1.0", "Apache-2.0", "CC-BY-4.0" ]
null
null
null
# Copyright (c) 2020, 2021, Oracle and/or its affiliates. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. # # This install resource installs the "prod" profile to install a full set of Verrazzano services # for production scenarios, using OCI DNS for name resolution of Verrazzano endpoints. # # Note that before you install verrazzano you need to run the create_oci_config_secret.sh in the # verrazzano/platform-operator/scripts/install directory to set up the ociConfigSecret below. # apiVersion: install.verrazzano.io/v1alpha1 kind: Verrazzano metadata: name: my-verrazzano spec: environmentName: env profile: prod components: certManager: certificate: acme: provider: letsEncrypt emailAddress: emailAddress@domain.com dns: oci: ociConfigSecret: oci dnsZoneCompartmentOCID: dnsZoneCompartmentOcid dnsZoneOCID: dnsZoneOcid dnsZoneName: my.dns.zone.name ingress: type: LoadBalancer
33.483871
104
0.736994
773407eac369041b034f558c0589d21a689b31f8
83
yml
YAML
playbook.yml
cjdaniel/ansible-role-ecs-agent
178d179ffe2e6ad203dce7306c035fee8a0ff369
[ "MIT" ]
null
null
null
playbook.yml
cjdaniel/ansible-role-ecs-agent
178d179ffe2e6ad203dce7306c035fee8a0ff369
[ "MIT" ]
null
null
null
playbook.yml
cjdaniel/ansible-role-ecs-agent
178d179ffe2e6ad203dce7306c035fee8a0ff369
[ "MIT" ]
null
null
null
--- - hosts: localhost remote_user: root roles: - ansible-ubuntu-ecs-agent
13.833333
30
0.662651
9c3a206e14fa10134bf822b9932f22f91afc8dbd
250
yml
YAML
servicefile.yml
shailendra14k/camel-twitter-shift
4e37b0a24c2b284850b12e2e4d953e3e652c3625
[ "Apache-2.0" ]
null
null
null
servicefile.yml
shailendra14k/camel-twitter-shift
4e37b0a24c2b284850b12e2e4d953e3e652c3625
[ "Apache-2.0" ]
null
null
null
servicefile.yml
shailendra14k/camel-twitter-shift
4e37b0a24c2b284850b12e2e4d953e3e652c3625
[ "Apache-2.0" ]
2
2019-12-03T18:07:43.000Z
2020-05-22T07:11:36.000Z
apiVersion: v1 kind: Service metadata: annotations: api.service.kubernetes.io/path: /undertowTest name: demo-service spec: selector: app: fuse74-camel-twitter ports: - name: undertow-port port: 9956 targetPort: 9956
16.666667
49
0.684
5bfbb3ccdc447767434e2ce847ac8b47e71f31cd
2,437
yaml
YAML
tasks/configure.yaml
bodsch/ansible-monit
91d11f29a26f563ed707d5c0faa34c4260c6d65a
[ "Apache-2.0" ]
null
null
null
tasks/configure.yaml
bodsch/ansible-monit
91d11f29a26f563ed707d5c0faa34c4260c6d65a
[ "Apache-2.0" ]
null
null
null
tasks/configure.yaml
bodsch/ansible-monit
91d11f29a26f563ed707d5c0faa34c4260c6d65a
[ "Apache-2.0" ]
null
null
null
--- - name: create includes folder file: path: "{{ monit_includes }}" state: directory mode: 0640 - name: create lib folder file: path: "{{ monit_lib_folder }}" state: directory mode: 0600 - name: create monitrc template: src: etc/monitrc.j2 dest: "{{ monitrc_conf }}" owner: root group: root mode: 0700 backup: true #validate: monit validate -c %s notify: - validate config - reload monit - name: create config for webinterface template: src: etc/monit.d/webinterface.j2 dest: "{{ monit_includes }}/webinterface" owner: root group: root mode: 0644 #validate: monit validate -c %s when: - monit_webinterface is defined - monit_webinterface.enabled is defined - monit_webinterface.enabled notify: - validate config - reload monit - name: create config for mail alerts template: src: etc/monit.d/mail.j2 dest: "{{ monit_includes }}/mail" owner: root group: root mode: 0644 #validate: monit validate -c %s when: - monit_mail is defined - monit_mail.enabled is defined - monit_mail.enabled notify: - validate config - reload monit - block: - name: create monit monitors template: src: etc/monit.d/monitor.j2 dest: "{{ monit_includes }}/{{ item.name }}" owner: root group: root mode: 0644 loop: "{{ monit_services }}" loop_control: label: "{{ item.name }}" notify: - validate config - reload monit - name: create facts for configured monitors template: src: "etc/facts.d/monit.facts.j2" dest: "/etc/ansible/facts.d/monit.fact" mode: 0755 - name: get latest system information setup: filter: "ansible_local" - name: get configured monitors command: | ls -1 {{ monit_includes }} register: monit_services_present changed_when: false - name: remove unused monitors file: path: "{{ monit_includes }}/{{ item }}" state: absent with_items: "{{ monit_services_present.stdout_lines | default([]) }}" when: - monit_service_delete_unlisted - item | basename not in ansible_local.monit.configured_services notify: - validate config - reload monit when: - monit_services is defined - monit_services | count > 0 ...
22.564815
75
0.608125
b9832a55ca607280b67a1e58b36cfbb44c72b676
95
yaml
YAML
data/mal.yaml
vickywane/countries
ddbc267a415fa26731716c70c26d1ed0305aa33a
[ "MIT" ]
1
2019-10-16T17:33:02.000Z
2019-10-16T17:33:02.000Z
data/mal.yaml
vickywane/countries
ddbc267a415fa26731716c70c26d1ed0305aa33a
[ "MIT" ]
24
2019-10-16T13:38:14.000Z
2021-09-02T00:37:18.000Z
data/mal.yaml
vickywane/countries
ddbc267a415fa26731716c70c26d1ed0305aa33a
[ "MIT" ]
17
2019-10-16T14:44:17.000Z
2019-10-20T02:05:27.000Z
name: Malawi official_name: The Republic of Malawi alpha2: ma alpha3: mal numeric: 454 flag: 🇲🇼
15.833333
37
0.768421
2bd834a2af8c11f2e466fea76884f407eb7228bc
543
yaml
YAML
cron.yaml
irhamdz/emasperak-API
ed3daf84b902765541c6ee162fef2e8f07e1c18e
[ "MIT" ]
1
2020-11-02T19:01:17.000Z
2020-11-02T19:01:17.000Z
cron.yaml
irhamdz/emasperak-API
ed3daf84b902765541c6ee162fef2e8f07e1c18e
[ "MIT" ]
1
2022-02-13T13:26:41.000Z
2022-02-13T13:26:41.000Z
cron.yaml
irhamdz/emasperak-API
ed3daf84b902765541c6ee162fef2e8f07e1c18e
[ "MIT" ]
null
null
null
cron: - description: "save emas data" url: /scrapeEmas schedule: every 30 mins target: api retry_parameters: min_backoff_seconds: 3 max_doublings: 3 - description: "save perak data" url: /scrapePerak schedule: every 30 mins target: api retry_parameters: min_backoff_seconds: 3 max_doublings: 3 - description: "save emas buyback data" url: /scrapeEmas/buyback schedule: every 30 mins target: api retry_parameters: min_backoff_seconds: 3 max_doublings: 3
23.608696
41
0.666667
4102ba00a10b25e238815803b4b33ea64520640f
55,100
yaml
YAML
shared/data/swagger/specs/mandrillapp.com/1.0/krakend/backends.yaml
roscopecoltran/grpc-toolbox-docker
e3df0875d45ed96a8009db768bc31a3f0064f3d2
[ "BSD-3-Clause" ]
null
null
null
shared/data/swagger/specs/mandrillapp.com/1.0/krakend/backends.yaml
roscopecoltran/grpc-toolbox-docker
e3df0875d45ed96a8009db768bc31a3f0064f3d2
[ "BSD-3-Clause" ]
null
null
null
shared/data/swagger/specs/mandrillapp.com/1.0/krakend/backends.yaml
roscopecoltran/grpc-toolbox-docker
e3df0875d45ed96a8009db768bc31a3f0064f3d2
[ "BSD-3-Clause" ]
null
null
null
backends: - group: mandrill-1-0 url_pattern: /api//exports/activity method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-exports-activity schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//exports/info method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-exports-info schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//exports/list method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-exports-list schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//exports/rejects method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-exports-rejects schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//exports/whitelist method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-exports-whitelist schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//inbound/add-domain method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-inbound-add-domain schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//inbound/add-route method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-inbound-add-route schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//inbound/check-domain method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-inbound-check-domain schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//inbound/delete-domain method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-inbound-delete-domain schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//inbound/delete-route method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-inbound-delete-route schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//inbound/domains method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-inbound-domains schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//inbound/routes method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-inbound-routes schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//inbound/send-raw method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-inbound-send-raw schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//inbound/update-route method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-inbound-update-route schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//ips/cancel-warmup method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-ips-cancel-warmup schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//ips/check-custom-dns method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-ips-check-custom-dns schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//ips/create-pool method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-ips-create-pool schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//ips/delete-pool method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-ips-delete-pool schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//ips/delete method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-ips-delete schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//ips/info method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-ips-info schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//ips/list-pools method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-ips-list-pools schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//ips/list method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-ips-list schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//ips/pool-info method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-ips-pool-info schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//ips/provision method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-ips-provision schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//ips/set-custom-dns method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-ips-set-custom-dns schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//ips/set-pool method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-ips-set-pool schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//ips/start-warmup method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-ips-start-warmup schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//messages/cancel-scheduled method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-messages-cancel-scheduled schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//messages/content method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-messages-content schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//messages/info method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-messages-info schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//messages/list-scheduled method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-messages-list-scheduled schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//messages/parse method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-messages-parse schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//messages/reschedule method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-messages-reschedule schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//messages/search-time-series method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-messages-search-time-series schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//messages/search method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-messages-search schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//messages/send-raw method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-messages-send-raw schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//messages/send-template method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-messages-send-template schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//messages/send method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-messages-send schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//metadata/add method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-metadata-add schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//metadata/delete method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-metadata-delete schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//metadata/list method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-metadata-list schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//metadata/update method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-metadata-update schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//rejects/add method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-rejects-add schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//rejects/delete method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-rejects-delete schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//rejects/list method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-rejects-list schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//senders/add-domain method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-senders-add-domain schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//senders/check-domain method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-senders-check-domain schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//senders/domains method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-senders-domains schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//senders/info method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-senders-info schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//senders/list method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-senders-list schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//senders/time-series method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-senders-time-series schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//senders/verify-domain method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-senders-verify-domain schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//subaccounts/add method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-subaccounts-add schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//subaccounts/delete method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-subaccounts-delete schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//subaccounts/info method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-subaccounts-info schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//subaccounts/list method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-subaccounts-list schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//subaccounts/pause method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-subaccounts-pause schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//subaccounts/resume method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-subaccounts-resume schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//subaccounts/update method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-subaccounts-update schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//tags/all-time-series method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-tags-all-time-series schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//tags/delete method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-tags-delete schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//tags/info method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-tags-info schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//tags/list method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-tags-list schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//tags/time-series method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-tags-time-series schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//templates/add method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-templates-add schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//templates/delete method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-templates-delete schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//templates/info method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-templates-info schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//templates/list method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-templates-list schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//templates/publish method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-templates-publish schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//templates/render method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-templates-render schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//templates/time-series method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-templates-time-series schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//templates/update method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-templates-update schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//urls/add-tracking-domain method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-urls-add-tracking-domain schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//urls/check-tracking-domain method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-urls-check-tracking-domain schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//urls/list method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-urls-list schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//urls/search method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-urls-search schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//urls/time-series method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-urls-time-series schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//urls/tracking-domains method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-urls-tracking-domains schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//users/info method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-users-info schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//users/ping method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-users-ping schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//users/ping2 method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-users-ping2 schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//users/senders method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-users-senders schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//webhooks/add method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-webhooks-add schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//webhooks/delete method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-webhooks-delete schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//webhooks/info method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-webhooks-info schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//webhooks/list method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-webhooks-list schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//webhooks/update method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-webhooks-update schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//whitelists/add method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-whitelists-add schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//whitelists/delete method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-whitelists-delete schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing - group: mandrill-1-0 url_pattern: /api//whitelists/list method: JSON host: - https://mandrillapp.com concurrent_calls: 1 extra_config: provider: mandrillapp.com description: | Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages. version: "1.0" slug: mandrill-1-0-api-whitelists-list schemes: - https hosts: - https://mandrillapp.com topics: - email - marketing
32.184579
245
0.709474
0457ebf560093bd1f1e0c20b2c89297e9fcbb706
37
yml
YAML
config/locales/ka/subtopics.yml
slowe/collections
48f2d9c51b1026ac91a331a056af46256918644c
[ "MIT" ]
null
null
null
config/locales/ka/subtopics.yml
slowe/collections
48f2d9c51b1026ac91a331a056af46256918644c
[ "MIT" ]
null
null
null
config/locales/ka/subtopics.yml
slowe/collections
48f2d9c51b1026ac91a331a056af46256918644c
[ "MIT" ]
null
null
null
--- ka: subtopics: get_latest:
7.4
15
0.567568
d0b51cbe6f4a61ec7c78a0415455f91ff37bc70e
709
yml
YAML
docs-ref-autogen/com.azure.resourcemanager.resources.fluentcore.arm.CountryPhoneCode.SERBIA.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.azure.resourcemanager.resources.fluentcore.arm.CountryPhoneCode.SERBIA.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.azure.resourcemanager.resources.fluentcore.arm.CountryPhoneCode.SERBIA.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.resources.fluentcore.arm.CountryPhoneCode.SERBIA*" fullName: "com.azure.resourcemanager.resources.fluentcore.arm.CountryPhoneCode.SERBIA" name: "SERBIA" nameWithType: "CountryPhoneCode.SERBIA" members: - uid: "com.azure.resourcemanager.resources.fluentcore.arm.CountryPhoneCode.SERBIA" fullName: "com.azure.resourcemanager.resources.fluentcore.arm.CountryPhoneCode.SERBIA" name: "SERBIA" nameWithType: "CountryPhoneCode.SERBIA" syntax: "public static final CountryPhoneCode SERBIA" type: "field" metadata: {} package: "com.azure.resourcemanager.resources.fluentcore.arm" artifact: com.azure.resourcemanager:azure-resourcemanager-resources:2.2.0
44.3125
88
0.818054
d0cb94ce1e9f4532b5a06abd5b93ffcd40e59c38
540
yaml
YAML
Configuration/NodeTypes.SeoMixin.yaml
mficzel/Shel.Neos.YoastSeo
a23a16ac1297043660b32ce0258c86859617028d
[ "MIT" ]
null
null
null
Configuration/NodeTypes.SeoMixin.yaml
mficzel/Shel.Neos.YoastSeo
a23a16ac1297043660b32ce0258c86859617028d
[ "MIT" ]
null
null
null
Configuration/NodeTypes.SeoMixin.yaml
mficzel/Shel.Neos.YoastSeo
a23a16ac1297043660b32ce0258c86859617028d
[ "MIT" ]
null
null
null
'Shel.Neos.YoastSeo:SeoMixin': abstract: true ui: inlineEditable: true properties: focusKeyword: type: string ui: inlineEditable: true aloha: placeholder: i18n title: ui: inlineEditable: true aloha: placeholder: i18n titleOverride: ui: reloadIfChanged: false inlineEditable: true aloha: placeholder: i18n metaDescription: ui: inlineEditable: true aloha: placeholder: i18n
19.285714
30
0.557407
d0d0655a355282f87287bc651a057c3440b51e09
93
yaml
YAML
samples/host_setup/vars.yaml
shollingsworth/pyquanda
9a8293c2beba3a19fa49f2f2402cae2edefd911e
[ "MIT" ]
1
2022-01-11T12:36:16.000Z
2022-01-11T12:36:16.000Z
samples/host_setup/vars.yaml
shollingsworth/pyquanda
9a8293c2beba3a19fa49f2f2402cae2edefd911e
[ "MIT" ]
11
2021-11-16T18:43:54.000Z
2022-03-23T18:46:39.000Z
samples/host_setup/vars.yaml
shollingsworth/pyquanda
9a8293c2beba3a19fa49f2f2402cae2edefd911e
[ "MIT" ]
null
null
null
--- restricted_commands: - /usr/bin/su - /usr/bin/bash - /usr/bin/sh - /usr/bin/less
13.285714
20
0.591398
401dca264ac7a614b574650dba17b1c6e046f1d5
648
yml
YAML
.github/workflows/docker-image.yml
binjie09/common-exporter
f98532810e0807459226a46c56af6f7dbbd8ffe7
[ "MIT" ]
1
2022-01-21T15:45:20.000Z
2022-01-21T15:45:20.000Z
.github/workflows/docker-image.yml
binjie09/common-exporter
f98532810e0807459226a46c56af6f7dbbd8ffe7
[ "MIT" ]
null
null
null
.github/workflows/docker-image.yml
binjie09/common-exporter
f98532810e0807459226a46c56af6f7dbbd8ffe7
[ "MIT" ]
null
null
null
name: Docker Image CI on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Docker Login uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 with: username: ${{secrets.DOCKER_USERNAME}} password: ${{secrets.DOCKER_PASSWORD}} dockerfile: Dockerfile tag_names: true - name: Build && Push uses: docker/build-push-action@v2.8.0 with: context: . file: ./Dockerfile push: true tags: | binjie09/mine-exporter:latest
20.25
72
0.601852
407b5de6d0f8a408f5131eb200d9c5cc688d1d78
115
yml
YAML
_people/sstent.yml
rszeto/rszeto.github.io
95cb1b833682fd9ab03e9a194c7bc98902d0b7c3
[ "MIT" ]
null
null
null
_people/sstent.yml
rszeto/rszeto.github.io
95cb1b833682fd9ab03e9a194c7bc98902d0b7c3
[ "MIT" ]
16
2017-05-06T21:39:40.000Z
2018-03-21T01:21:30.000Z
_people/sstent.yml
rszeto/rszeto.github.io
95cb1b833682fd9ab03e9a194c7bc98902d0b7c3
[ "MIT" ]
null
null
null
--- person_id: sstent title: Dr first_name: Simon last_name: Stent person_url: http://mi.eng.cam.ac.uk/~sais2/ ---
14.375
43
0.713043
662a0f8cd39a0f68fe776b8a88b44c04e5ebfb28
587
yaml
YAML
aws-appmesh-k8s/cluster.yaml
dalbhanj/appmesh-demo-k8s-farg8
7c0089f63c5bcf3945317e91e6a917753fba9a25
[ "Apache-2.0" ]
2
2019-09-18T22:50:49.000Z
2019-11-20T11:10:12.000Z
aws-appmesh-k8s/cluster.yaml
dalbhanj/appmesh-demo-k8s-farg8
7c0089f63c5bcf3945317e91e6a917753fba9a25
[ "Apache-2.0" ]
null
null
null
aws-appmesh-k8s/cluster.yaml
dalbhanj/appmesh-demo-k8s-farg8
7c0089f63c5bcf3945317e91e6a917753fba9a25
[ "Apache-2.0" ]
1
2019-09-20T03:29:44.000Z
2019-09-20T03:29:44.000Z
apiVersion: eksctl.io/v1alpha5 kind: ClusterConfig metadata: name: appmesh-demo region: us-west-2 vpc: id: "vpc-01916cdb9af0b13c5" subnets: private: us-west-2a: id: "subnet-02df6460ee653107b" us-west-2b: id: "subnet-09841b694c3192b5e" us-west-2c: id: "subnet-043609911265d0577" nodeGroups: - name: default instanceType: m5.large desiredCapacity: 2 privateNetworking: true iam: withAddonPolicies: albIngress: true autoScaler: true appMesh: true xRay: true
21.740741
56
0.614991
bc633b4029698580333f8f83723ee1b52295ec8b
1,982
yml
YAML
.github/workflows/deploy.yml
kesecode/rest-shield
52a2b0c8097c6e8263893008ed45585fb61b0827
[ "MIT" ]
null
null
null
.github/workflows/deploy.yml
kesecode/rest-shield
52a2b0c8097c6e8263893008ed45585fb61b0827
[ "MIT" ]
115
2021-02-11T23:29:36.000Z
2022-03-28T13:09:20.000Z
.github/workflows/deploy.yml
kesecode/rest-shield
52a2b0c8097c6e8263893008ed45585fb61b0827
[ "MIT" ]
null
null
null
name: Deploy on: push: branches: - main jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: - 10.x - 12.x # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ name: Build and Test steps: - name: Checkout uses: actions/checkout@v2 - name: Setup Node.js uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - name: Decrypt secrets run: | cd secrets; gpg --quiet --batch --yes --decrypt --passphrase="$SECRET_PASSPHRASE" \ --output firebase_config.tar firebase_config.tar.gpg tar xvf firebase_config.tar gpg --quiet --batch --yes --decrypt --passphrase="$SECRET_PASSPHRASE" \ --output firestore_key.tar firestore_key.tar.gpg tar xvf firestore_key.tar gpg --quiet --batch --yes --decrypt --passphrase="$SECRET_PASSPHRASE" \ --output secret_key.tar secret_key.tar.gpg tar xvf secret_key.tar gpg --quiet --batch --yes --decrypt --passphrase="$SECRET_PASSPHRASE" \ --output test_credentials.tar test_credentials.tar.gpg tar xvf test_credentials.tar env: SECRET_PASSPHRASE: ${{ secrets.SECRET_PASSPHRASE }} - run: npm ci name: Install via npm CI - run: npm run build --if-present name: Build - run: npm test; name: Test deploy: runs-on: ubuntu-latest needs: build steps: - name: Deploy rest-shield uses: appleboy/ssh-action@v0.1.4 with: host: ${{ secrets.HOST_ADDRESS }} username: ${{ secrets.SSH_USER }} key: ${{ secrets.SSH_KEY }} passphrase: ${{ secrets.SSH_PASSPHRASE }} script: | cd /opt/hosted-services/rest-shield/ git pull npm install pm2 restart /opt/hosted-services/rest-shield/server.ts --name rest-shield
29.147059
89
0.592836
5c0b721b4885f85c581e66f65096a93b510fd7a9
700
yaml
YAML
data/glossary/pod-security-policy.yaml
juneharton/website
740d14fdf21f2646892ea4301bbb838b7b6fd966
[ "CC-BY-4.0" ]
2
2018-06-19T11:15:33.000Z
2018-06-28T09:21:46.000Z
data/glossary/pod-security-policy.yaml
juneharton/website
740d14fdf21f2646892ea4301bbb838b7b6fd966
[ "CC-BY-4.0" ]
3
2020-12-23T04:47:48.000Z
2020-12-23T06:05:46.000Z
data/glossary/pod-security-policy.yaml
juneharton/website
740d14fdf21f2646892ea4301bbb838b7b6fd966
[ "CC-BY-4.0" ]
1
2022-02-22T08:38:56.000Z
2022-02-22T08:38:56.000Z
id: pod-security-policy name: Pod Security Policy full-link: /docs/concepts/policy/pod-security-policy/ related: - pod - container - sidecar - deployment - statefulset - security tags: - core-object - fundamental short-description: > Enables fine-grained authorization of {% glossary_tooltip term_id="pod" %} creation and updates. long-description: > A cluster-level resource that controls security sensitive aspects of the Pod specification. The `PodSecurityPolicy` objects define a set of conditions that a Pod must run with in order to be accepted into the system, as well as defaults for the related fields. Pod Security Policy control is implemented as an optional admission controller.
35
170
0.788571
cf01c34d854daf0e5f095dda102ef456ca81e3a3
1,868
yml
YAML
azure-pipelines.yml
sambit15k/springboot-demo
964913bddf2d7733f230facee03fb32b55d64cbf
[ "MIT" ]
null
null
null
azure-pipelines.yml
sambit15k/springboot-demo
964913bddf2d7733f230facee03fb32b55d64cbf
[ "MIT" ]
null
null
null
azure-pipelines.yml
sambit15k/springboot-demo
964913bddf2d7733f230facee03fb32b55d64cbf
[ "MIT" ]
null
null
null
trigger: - master pool: vmImage: 'ubuntu-latest' steps: - task: Docker@2 displayName: Login to Docker Hub inputs: command: login containerRegistry: azurecontainerconnection - task: CopyFiles@2 inputs: SourceFolder: '$(Agent.BuildDirectory)' Contents: '**' TargetFolder: '$(Build.ArtifactStagingDirectory)' - task: PublishBuildArtifacts@1 inputs: PathtoPublish: '$(Build.ArtifactStagingDirectory)' ArtifactName: 'drop' publishLocation: 'Container' - task: Maven@3 inputs: mavenPomFile: 'pom.xml' mavenOptions: '-Xmx3072m' javaHomeOption: 'JDKVersion' jdkVersionOption: '1.8' jdkArchitectureOption: 'x64' publishJUnitResults: false testResultsFiles: '**/surefire-reports/TEST-*.xml' goals: 'package -Dmaven.test.skip=true' - task: Docker@2 displayName: Build and Push inputs: command: buildAndPush repository: sambit15k/springdemo tags: latest # - task: Kubernetes@1 # inputs: # connectionType: 'Kubernetes Service Connection' # kubernetesServiceEndpoint: 'k8s' # namespace: 'default' # command: 'apply' # useConfigurationFile: true # configurationType: 'inline' # inline: | # steps: # - task: Kubernetes@0 # displayName: 'kubectl apply' # inputs: # kubernetesServiceConnection: k8s # namespace: default # command: apply # useConfigurationFile: true # configuration: '$(System.DefaultWorkingDirectory)/_sambit15k.springboot-demo/drop/s/spring-demo-deployment.yaml' # containerRegistryType: 'Container Registry' # dockerRegistryConnection: azurecontainerconnection # forceUpdate: false # secretType: 'dockerRegistry' # containerRegistryType: 'Azure Container Registry' # azureSubscriptionEndpointForSecrets: 'azureprinciple'
28.738462
124
0.683619