doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
5ec38ecc-1bbe-4a68-94a0-a1472a183147 | {
"language": "YAML"
} | ```yaml
%YAML 1.0
---
accounts:
generic:
desc: generic user account
default:
requires:
- cn
- givenName
- sn
- uidNumber
- userPassword
- homeDirectory
- uid
objectClass:
- top
- inetOrgPerson
- posixAccount
- shadowAccount
pa... | ```yaml
%YAML 1.0
---
accounts:
generic:
desc: generic user account
default:
requires:
- cn
- givenName
- sn
- uidNumber
- userPassword
- homeDirectory
- uid
objectClass:
- top
- inetOrgPerson
- posixAccount
- shadowAccount
pa... |
f1f9b2e7-9e4a-4be1-89a9-fab56352329a | {
"language": "YAML"
} | ```yaml
---
title: Puppetizing Infrastructure
domain_name: puppetlabs.vm
master_template_id: 808573
master_name: master
master_ports:
- 22
- 80
- 443
- 9090
- 8088
student_template_id: 370665
student_vm_id:
- 2658740
student_ports:
- 80
students:
- instructor
```
Use "windows" in the names of the windo... | ```yaml
---
title: Puppetizing Infrastructure
domain_name: puppetlabs.vm
master_template_id: 808573
master_name: master
master_ports:
- 22
- 80
- 443
- 9090
- 8088
student_template_id: 370665
student_vm_id:
- 2658740
student_ports:
- 80
students:
- instructor-windows
- alice-windows
- bob-windows
`... |
d6a9a6dc-644e-4697-a446-8c607a55ace3 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: markdown
hash: 7e5484e12cea2e2e7d67ba0af756e2f4f27329c2d1b0513f31d1ec3610f230e3
test-bench-deps: {}
maintainer: leegbestand@gmail.com
synopsis: A generic exploring interpreter for exploratory programming
changelog: "# Revision history for exploring-interpreters \n\n## 0.2.0.0 -- 202... | ```yaml
homepage: ''
changelog-type: markdown
hash: b95e0ec5b404325689ee4ad0825d563c77e5570703f57986dd27c2bed9fb6544
test-bench-deps: {}
maintainer: leegbestand@gmail.com
synopsis: A generic exploring interpreter for exploratory programming
changelog: "# Revision history for exploring-interpreters \n\n## 0.2.0.0 -- 202... |
44db3c50-64cd-4aea-a787-47c8e47af0f9 | {
"language": "YAML"
} | ```yaml
{% set name = "RESTinstance" %}
{% set version = "1.0.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: c241e44e51c7a793c7c5ca0476caac2b703cc78da8041ab05ded965ce49bc187
build:
no... | ```yaml
{% set name = "RESTinstance" %}
{% set version = "1.0.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: c241e44e51c7a793c7c5ca0476caac2b703cc78da8041ab05ded965ce49bc187
build:
no... |
6f03e260-4dc6-4646-a418-9177cad1962e | {
"language": "YAML"
} | ```yaml
images:
ubuntu:
# Pinning to image to as part of https://github.com/kubernetes/kubernetes/issues/105381
# TODO: Remove this pin, and switch back to image_family
image: ubuntu-gke-2004-1-20-v20210928
# image_family: pipeline-1-20
project: ubuntu-os-gke-cloud
metadata: "user-data</worksp... | ```yaml
images:
ubuntu:
image_family: pipeline-1-20
project: ubuntu-os-gke-cloud
metadata: "user-data</workspace/test-infra/jobs/e2e_node/containerd/init.yaml,cni-template</workspace/test-infra/jobs/e2e_node/containerd/cni.template,containerd-config</workspace/test-infra/jobs/e2e_node/containerd/config.to... |
18273a30-c497-4778-9d33-39c4def29224 | {
"language": "YAML"
} | ```yaml
---
# GitLab does not provide packages for Ubuntu Precise
gitlab_runner__apt_repo: 'https://packages.gitlab.com/runner/gitlab-ci-multi-runner/ubuntu/ trusty main'
```
Use correct APT repository string | ```yaml
---
# GitLab does not provide packages for Ubuntu Precise
gitlab_runner__apt_repo: 'deb https://packages.gitlab.com/runner/gitlab-ci-multi-runner/ubuntu/ trusty main'
``` |
a55db47b-69ce-4603-84a5-c8856063c220 | {
"language": "YAML"
} | ```yaml
---
applications:
- name: discovery-multi
memory: 4GB
instances: 2
buildpack: java_buildpack
health-check-type: http
health-check-http-endpoint: /records
path: ../../openregister-java.jar
domains:
- discovery.openregister.org
hosts:
- address
- allergen
- approved-meat-establishm... | ```yaml
---
applications:
- name: discovery-multi
memory: 4GB
instances: 2
buildpack: java_buildpack
health-check-type: http
health-check-http-endpoint: /records
path: ../../openregister-java.jar
domains:
- discovery.openregister.org
hosts:
- address
- allergen
- approved-meat-establishm... |
3f4b115a-7fca-42b6-8ea6-f0ec9875e8a9 | {
"language": "YAML"
} | ```yaml
################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licen... | ```yaml
################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licen... |
fd821fe4-c3cb-4f5e-9c7b-7d8917b6e811 | {
"language": "YAML"
} | ```yaml
name: test_env
channels:
- conda-forge
- defaults
dependencies:
- python=3.6
- arm_pyart
- numpy
- cython
- cartopy
- distributed
- coincbc
- scikit-fuzzy
- pytest
- dask
- distributed
- wradlib
- pip:
- git+https://github.com/CSU-Radarmet/CSU_RadarTools.git
```
Add requests m... | ```yaml
name: test_env
channels:
- conda-forge
- defaults
dependencies:
- python=3.6
- arm_pyart
- numpy
- cython
- cartopy
- distributed
- coincbc
- scikit-fuzzy
- pytest
- dask
- distributed
- wradlib
- pip:
- git+https://github.com/CSU-Radarmet/CSU_RadarTools.git
- requests
``` |
948d5ac6-931a-422e-9665-9e12d968a87d | {
"language": "YAML"
} | ```yaml
---
# Sends anonymous stats if the user is ok with it
- name: ANSISTRANO | Send anonymous stats
uri:
url: http://ansistrano.com/deploy
method: POST
timeout: 5
body: "deploy_via={{ ansistrano_deploy_via | default('rsync') }}&version={{ ansible_version.string }}"
HEADER_Content-Type: "applic... | ```yaml
---
# Sends anonymous stats if the user is ok with it
- name: ANSISTRANO | Send anonymous stats
uri:
url: http://ansistrano.com/deploy
method: POST
timeout: 5
body: "deploy_via={{ ansistrano_deploy_via | default('rsync') }}&version={{ ansible_version.string }}"
HEADER_Content-Type: "applic... |
f01e8b7a-810d-4287-a7f4-f19b75c9ece0 | {
"language": "YAML"
} | ```yaml
- name: 'make sure postgres dependencies are installed'
yum: name=python-psycopg2 state=installed
when: ansible_os_family == "RedHat"
- name: 'create artifactory database user in postgres'
become_user: postgres
postgresql_user: db=artifactory name='{{artifactory_username}}' password='{{artifactory_pas... | ```yaml
- name: 'make sure postgres dependencies are installed'
package: name=python-psycopg2 state=installed
when: ansible_os_family == "RedHat" or ansible_os_family == "Debian"
- name: 'create artifactory database user in postgres'
become_user: postgres
postgresql_user: db=artifactory name='{{artifactory_us... |
058e691a-101a-4840-819b-04fc6b20cff2 | {
"language": "YAML"
} | ```yaml
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ '**' ]
pull_request:
branches... | ```yaml
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ '**' ]
pull_request:
branches... |
74d09bd5-c0eb-4010-9b98-d1c013bab75a | {
"language": "YAML"
} | ```yaml
---
url:
gateway_url: "http://%{hiera('fqdn')}"
redmine_url: "http://redmine.%{hiera('fqdn')}:8083/redmine/"
api_redmine_url: "http://api-redmine.%{hiera('fqdn')}:8083/redmine/"
jenkins_url: "http://jenkins.%{hiera('fqdn')}:8081/jenkins/"
# jenkins-job update needs this else it fails with
# "jenkins... | ```yaml
---
url:
gateway_url: "http://%{hiera('fqdn')}/"
redmine_url: "http://redmine.%{hiera('fqdn')}:8083/redmine/"
api_redmine_url: "http://api-redmine.%{hiera('fqdn')}:8083/redmine/"
jenkins_url: "http://jenkins.%{hiera('fqdn')}:8081/jenkins/"
# jenkins-job update needs this else it fails with
# "jenkin... |
a769e977-175d-4d0e-948a-9a946ae3b016 | {
"language": "YAML"
} | ```yaml
homepage: &homepage https://qvl.io/promplot
description: &description Create plots from Prometheus metrics and send them to you
build:
goos:
- windows
- darwin
- linux
archive:
format_overrides:
- goos: windows
format: zip
replacements:
darwin: MacOS
brew:
github:
owner: qv... | ```yaml
homepage: &homepage https://qvl.io/promplot
description: &description Create plots from Prometheus metrics and send them to you
build:
goos:
- windows
- darwin
- linux
archive:
format_overrides:
- goos: windows
format: zip
replacements:
darwin: mac
brew:
github:
owner: qvl
... |
53e5e1cf-f0a6-4683-b6cd-3aa3e6d12d76 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 98ce42eba9825c7bdd2661e91c97b6c7cbeb75f3bf47867637343d27d7c0e175
test-bench-deps: {}
maintainer: <work.a.mulik@gmail.com>
synopsis: Fake monadic records library
changelog: ''
basic-deps:
base: '>=4.9 && <5'
all-versions:
- '0.1'
author: Andrey Mulik
latest: '0.1'
descript... | ```yaml
homepage: ''
changelog-type: ''
hash: 120bf8eeeb9a6e99409c4b4153b6e0ce44e981f1d5bde604f4c0e132bf8b0611
test-bench-deps: {}
maintainer: <work.a.mulik@gmail.com>
synopsis: Fields for Monadic Records library
changelog: ''
basic-deps:
base: '>=4.9 && <5'
all-versions:
- '0.1'
- '0.2'
author: Andrey Mulik
latest: ... |
68b24719-aac1-40f3-853e-700df8ea7e5e | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/scrive/log
changelog-type: ''
hash: 7171f160bd7a7d889d32d03bc1b0e2cebd9437cd77c861d70b4a45aa02f1791e
test-bench-deps: {}
maintainer: andrzej@scrive.com
synopsis: Structured logging solution with multiple backends
changelog: ''
basic-deps:
exceptions: ! '>=0.6'
bytestring: -any
... | ```yaml
homepage: https://github.com/scrive/log
changelog-type: ''
hash: cc520b3194f0e6d8831e004cf7d75a5d6c42fa7992b9d3f3b34f650284baebb1
test-bench-deps: {}
maintainer: andrzej@scrive.com
synopsis: Structured logging solution with multiple backends
changelog: ''
basic-deps:
exceptions: ! '>=0.6'
bytestring: -any
... |
5b061a6d-6529-434f-bb84-34052a9825e8 | {
"language": "YAML"
} | ```yaml
Categories:
- Connectivity
License: Unlicense
AuthorName: deadlockz
SourceCode: https://github.com/no-go/NotifyRelay
IssueTracker: https://github.com/no-go/NotifyRelay/issues
Changelog: https://github.com/no-go/NotifyRelay/releases
AutoName: Notify2Jabber
Description: |
Sometimes a new giant smartphone i... | ```yaml
Categories:
- Connectivity
License: Unlicense
AuthorName: deadlockz
SourceCode: https://github.com/no-go/NotifyRelay
IssueTracker: https://github.com/no-go/NotifyRelay/issues
Changelog: https://github.com/no-go/NotifyRelay/releases
AutoName: Notify2Jabber
Description: |
Sometimes a new giant smartphone i... |
ea095ee3-0ece-4407-aca7-81f6be627253 | {
"language": "YAML"
} | ```yaml
---
# Perform rsync deployment
- name: ANSISTRANO | Ensure current folder is a directory
file:
state: directory
path: "{{ ansistrano_deploy_to }}/{{ ansistrano_current_dir }}"
- name: ANSISTRANO | Sync release to new current path
synchronize:
src: "{{ ansistrano_release_path.stdout }}/"
des... | ```yaml
---
- name: ANSISTRANO | Setup .rsync-filter with shared-folders
lineinfile:
dest: "{{ ansistrano_release_path.stdout }}/.rsync-filter"
line: "- /{{ item }}"
create: yes
with_items: "{{ ansistrano_shared_paths }}"
# Perform rsync deployment
- name: ANSISTRANO | Ensure current folder is a direc... |
fcdced1d-dd84-4bf0-8fb8-344275af796f | {
"language": "YAML"
} | ```yaml
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequent... | ```yaml
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequent... |
952ebc91-895b-4cf9-9313-6696ef75f6ce | {
"language": "YAML"
} | ```yaml
name: Update Documentation
on:
push:
branches:
- develop
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Set up Python
uses: actions/setup-python@v2
- name: Install depend... | ```yaml
name: Update Documentation
on:
push:
branches:
- develop
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Set up Python
uses: actions/setup-python@v2
with:
python-versio... |
9f3d5ab0-3c22-4b9c-b96a-99886cf7adf4 | {
"language": "YAML"
} | ```yaml
---
blurb: "Write a class `DNA` that takes a DNA string and tells us how many times each nucleotide occurs in the string."
source: "The Calculating DNA Nucleotides_problem at Rosalind"
source_url: "http://rosalind.info/problems/dna/"
```
Remove implementation details from problem description. | ```yaml
---
blurb: "Given a DNA string, compute how many times each nucleotide occurs in the string."
source: "The Calculating DNA Nucleotides_problem at Rosalind"
source_url: "http://rosalind.info/problems/dna/"
``` |
b249c46f-05d5-4029-b6f0-e000b4f5afbe | {
"language": "YAML"
} | ```yaml
Categories:
- Phone & SMS
License: GPL-3.0-or-later
AuthorName: Miles Krell
AuthorWebSite: https://mileskrell.com
SourceCode: https://github.com/mileskrell/text-torch
IssueTracker: https://github.com/mileskrell/text-torch/issues
AutoName: Text Torch
RepoType: git
Repo: https://github.com/mileskrell/text-tor... | ```yaml
Categories:
- Phone & SMS
License: GPL-3.0-or-later
AuthorName: Miles Krell
AuthorWebSite: https://mileskrell.com
SourceCode: https://github.com/mileskrell/text-torch
IssueTracker: https://github.com/mileskrell/text-torch/issues
AutoName: Text Torch
RepoType: git
Repo: https://github.com/mileskrell/text-tor... |
001ad854-f7ff-4378-b8b9-69867973b92e | {
"language": "YAML"
} | ```yaml
- job:
name: tox-jjb
run: playbooks/tox-jjb-run.yml
- project:
check:
jobs:
- tox-jjb
- tox-py27: &py27
pre-run: playbooks/pre-run-docker.yml
success-url: "tox/reports.html"
failure-url: "tox/reports.html"
- tox-py36: &py36
... | ```yaml
- job:
name: tox-jjb
run: playbooks/tox-jjb-run.yml
- project:
check:
jobs:
- tox-jjb
- tox-py27: &py27
pre-run: playbooks/pre-run-docker.yml
success-url: "tox/reports.html"
failure-url: "tox/reports.html"
files:
- ^... |
ef994133-2737-43fd-9d29-dd199bc051a2 | {
"language": "YAML"
} | ```yaml
pki_dir: files/pki/
cfssl_endpoint: https://diginotar.wuvt.vt.edu:8888
cfssl_endpoint_ca: files/cfssl_ca.pem
cfssl_request:
CN: kubelet
key:
algo: rsa
size: 4096
hosts: "{{ cfssl_hosts }}"
etcd_endpoints: https://192.168.0.157:2379,https://192.168.0.159:2379,https://192.168.0.237:2379,https://192... | ```yaml
pki_dir: files/pki/
cfssl_endpoint: https://diginotar.wuvt.vt.edu:8888
cfssl_endpoint_ca: files/cfssl_ca.pem
cfssl_request:
CN: kubelet
key:
algo: rsa
size: 4096
hosts: "{{ cfssl_hosts }}"
etcd_endpoints: https://0.etcd.wuvt.vt.edu:2379,https://1.etcd.wuvt.vt.edu:2379,https://2.etcd.wuvt.vt.edu:2... |
a0d07f6c-2e15-4e16-8489-53b693f70bdc | {
"language": "YAML"
} | ```yaml
version: '2.1'
services:
agent:
image: golang:1.10
working_dir: /go/src/github.com/buildkite/agent
volumes:
- ../:/go/src/github.com/buildkite/agent:cached
environment:
- BUILDKITE_BUILD_NUMBER
- BUILDKITE_JOB_ID
- "BUILDKITE_AGENT_TAGS=queue=default"
- "BUILDKIT... | ```yaml
version: '2.1'
services:
agent:
image: golang:1.11
working_dir: /code
volumes:
- ../:/code:cached
environment:
- BUILDKITE_BUILD_NUMBER
- BUILDKITE_JOB_ID
- "BUILDKITE_AGENT_TAGS=queue=default"
- "BUILDKITE_BUILD_PATH=/buildkite"
``` |
3fb2e60a-b3c4-4d8f-8509-9f1bf2b4ee4c | {
"language": "YAML"
} | ```yaml
name: No Assertions
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
ndebug:
name: No Assertions
uses: steinwurf/nodebug-action/.github/wor... | ```yaml
name: No Assertions
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
ndebug:
name: No Assertions
uses: steinwurf/nodebug-action/.github/wor... |
60346906-26e2-4025-95bb-b86707fa666e | {
"language": "YAML"
} | ```yaml
name: "Automated releases"
on:
pull_request_review:
schedule:
# "At 00:00 on Sunday" (https://crontab.guru/once-a-week)
- cron: "0 0 * * 0"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: simple-icons/release-action@master
with:
repo-token: "${{ secrets.GITHUB_TOKEN... | ```yaml
name: "Automated releases"
on:
pull_request_review:
types: [submitted]
schedule:
# "At 00:00 on Sunday" (https://crontab.guru/once-a-week)
- cron: "0 0 * * 0"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: simple-icons/release-action@master
with:
repo-token: "$... |
0cef7cdc-6e58-41a3-a1c0-1d34d4e344b9 | {
"language": "YAML"
} | ```yaml
name: Publish and Release
on:
push:
branches:
- main
paths:
- package.json
env:
NODE_VERSION: 14
cache-version: v1
jobs:
release:
runs-on: ubuntu-latest
name: Publish and Release
steps:
- name: Setup Node
uses: actions/setup-node@v2
with:
... | ```yaml
name: Publish and Release
on:
push:
branches:
- main
paths:
- package.json
env:
NODE_VERSION: 14
cache-version: v1
jobs:
release:
runs-on: ubuntu-latest
name: Publish and Release
steps:
- name: Setup Node
uses: actions/setup-node@v2
with:
... |
c8641f97-779b-40a8-96bf-48f44a1e0f6e | {
"language": "YAML"
} | ```yaml
name: 'install-mvnd'
description: 'Install the maven daemon'
inputs:
version:
description: 'The version of the maven daemon to install'
required: true
default: '0.7.1'
outputs:
mvnd-dir:
description: "The directory where the command mvnd is located"
value: ${{ steps.mvnd-location.outputs... | ```yaml
name: 'install-mvnd'
description: 'Install the maven daemon'
inputs:
version:
description: 'The version of the maven daemon to install'
required: true
default: '0.7.1'
outputs:
mvnd-dir:
description: "The directory where the command mvnd is located"
value: ${{ steps.mvnd-location.outputs... |
bb2f50da-5b71-47f3-9181-981be13885f2 | {
"language": "YAML"
} | ```yaml
name: Issues - Exceptions
on:
schedule:
- cron: '0 19 * * *'
workflow_dispatch:
jobs:
report:
name: 'Analyze and report exceptions'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: azure/login@v1
with:
creds: ${{ secrets.AZURE... | ```yaml
name: Issues - Exceptions
on:
schedule:
- cron: '0 19 * * *'
workflow_dispatch:
jobs:
report:
name: 'Analyze and report exceptions'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: azure/login@v1
with:
creds: ${{ secrets.AZURE... |
ff426baa-c977-49f7-85d8-79ce64a84c87 | {
"language": "YAML"
} | ```yaml
channels:
- conda-forge
- bioconda
- r
dependencies:
- rpy2
- r-rmarkdown=1.6
- pandoc
- r-plotly
- bioconductor-phyloseq
```
Add ampvis to conda requirements | ```yaml
channels:
- conda-forge
- bioconda
- r
dependencies:
- rpy2
- r-rmarkdown=1.6
- pandoc
- r-plotly
- bioconductor-phyloseq
- r-ampvis
``` |
da0c9eb2-4d79-4ad3-9be1-db23146e3ee3 | {
"language": "YAML"
} | ```yaml
---
- name: Install vim
become: true
apt:
name: vim-nox
state: installed
- name: Create directories for backup and temporary files
file:
path: "~/.vim/{{ item }}"
state: directory
with_items:
- tmp
- backup
- autoload
- colors
- name: Install solarized colorscheme
get... | ```yaml
---
- name: Install vim
become: true
apt:
name: vim-nox
state: installed
- name: Set vim as default editor
become: true
command: update-alternatives --set editor /usr/bin/vim.nox # TODO only on debian
- name: Create directories for backup and temporary files
file:
path: "~/.vim/{{ item }... |
73f8ee93-402f-4585-a412-701104838a5e | {
"language": "YAML"
} | ```yaml
name: User Agent Detection
description:
projects:
- active_device
- agent_orange
- browser
- browsernizer
- divining_rod
- is_it_mobile
- mobvious
- mobylette
- rack-useragent-filter
- user-agent
- user_agent_parser
- useragent
```
Add device_detector to User Agent Detection | ```yaml
name: User Agent Detection
description:
projects:
- active_device
- agent_orange
- browser
- browsernizer
- device_detector
- divining_rod
- is_it_mobile
- mobvious
- mobylette
- rack-useragent-filter
- user-agent
- user_agent_parser
- useragent
``` |
53ff6158-c9b2-4d22-8f62-689ace3c3cd6 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 55da8521b219d66aefa0748d8ac631c53a1965ed9886cec2bb131ee0492c4262
test-bench-deps:
bytestring: -any
base: -any
time: -any
filepath: -any
process: -any
cci: -any
containers: -any
binary: -any
mtl: -any
cmdargs: <0.11
random: -any
pretty: -any
maintaine... | ```yaml
homepage: ''
changelog-type: ''
hash: 9604037de386ebd1b75401d8abc3139e34d803af3bdc0ab5a2efd6b816034087
test-bench-deps:
bytestring: -any
base: -any
time: -any
filepath: -any
process: -any
cci: -any
containers: -any
binary: -any
mtl: -any
cmdargs: <0.11
random: -any
pretty: -any
maintaine... |
17f032b5-01e3-40c0-80f5-46dd398678f2 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/argiopetech/irt
changelog-type: ''
hash: 0772f9756fc255b3c26f3cec2f0a82dad55ce19e46099d10706c83e8de672c58
test-bench-deps: {}
maintainer: elliot.robinson@argiopetech.com
synopsis: A Haskell library providing Item Response Theory functions for use in computerized
adaptive testing
c... | ```yaml
homepage: https://github.com/argiopetech/irt
changelog-type: ''
hash: 8ffb124d8cdea478b68522b0e459bf79c147d5fd7c993ede086c7a8118fd54af
test-bench-deps: {}
maintainer: elliot.robinson@argiopetech.com
synopsis: Item Response Theory functions for use in computerized adaptive testing
changelog: ''
basic-deps:
bas... |
34cacf02-56d4-4bda-96ef-b94d35339b6e | {
"language": "YAML"
} | ```yaml
################################################
## Packages / Notify
################################################
homeassistant:
customize:
################################################
## Node Anchors
################################################
package.node_anchors:
custo... | ```yaml
################################################
## Packages / Notify
################################################
homeassistant:
customize:
################################################
## Node Anchors
################################################
package.node_anchors:
custo... |
0b3a45ec-8b20-4338-99a4-3d2e076d8f90 | {
"language": "YAML"
} | ```yaml
# Copyright 2017 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable ... | ```yaml
# Copyright 2017 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable ... |
595499ed-537f-498f-bfda-b6b4d57c4325 | {
"language": "YAML"
} | ```yaml
govuk_env_sync::tasks:
"pull_signon_production_daily":
ensure: "present"
hour: "0"
minute: "0"
action: "pull"
dbms: "mysql"
storagebackend: "s3"
database: "signon_production"
database_hostname: "signon-mysql"
temppath: "/tmp/signon_production"
url: "govuk-production-dat... | ```yaml
govuk_env_sync::tasks:
"pull_signon_production_daily":
ensure: "present"
hour: "0"
minute: "0"
action: "pull"
dbms: "mysql"
storagebackend: "s3"
database: "signon_production"
database_hostname: "signon-mysql"
temppath: "/tmp/signon_production"
url: "govuk-production-dat... |
b95408a7-b307-4590-8906-11a5b04c224d | {
"language": "YAML"
} | ```yaml
name: Check pre-commit rules
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
pre_commit_check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fetch head and base refs
# This is necessary for pre-commit to check the ch... | ```yaml
name: Check pre-commit rules
on:
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
pre_commit_check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fetch head and base refs
# This is necessary... |
a5762dff-09f2-4893-a147-322ba08fdbf8 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/metrix-ai/acquire
changelog-type: ''
hash: e5bdf58c8af77ce8167f98038096b285ad5769585e4615c8114e58c083571119
test-bench-deps: {}
maintainer: Metrix.AI Tech Team <tech@metrix.ai>
synopsis: Abstraction over management of resources
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
tra... | ```yaml
homepage: https://github.com/metrix-ai/acquire
changelog-type: ''
hash: f86cb22c1b2fedd3102a2f65820142ad517f1951b3ca5a2e3b18476b4ace119d
test-bench-deps: {}
maintainer: Metrix.AI Tech Team <tech@metrix.ai>
synopsis: Abstraction over management of resources
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
tra... |
ab174181-734f-4ad6-8266-7158ea7c7224 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/andrewthad/country#readme
changelog-type: ''
hash: 07e94856e3d5351e2297be0c6cf94c0f507f2a8e4a97b1392f121f54bb2a732f
test-bench-deps:
base: -any
country: -any
maintainer: andrew.thaddeus@gmail.com
synopsis: Country data type and functions
changelog: ''
basic-deps:
bytestring: !... | ```yaml
homepage: https://github.com/andrewthad/country#readme
changelog-type: ''
hash: 826813927d5c85d423e61de9260a34cc42e44ddbc620b2dd53e0e251dc4d1877
test-bench-deps:
base: -any
country: -any
maintainer: andrew.thaddeus@gmail.com
synopsis: Country data type and functions
changelog: ''
basic-deps:
bytestring: !... |
6127cdc4-cccc-4974-8235-20faaf914ff3 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 74cd87692a90492171802f25c034ef047f0b68aaa1b53303d4e50ce3ec30e98a
test-bench-deps: {}
maintainer: none
synopsis: A Haskell library for writing FastCGI programs
changelog: ''
basic-deps:
bytestring: ! '>=0.9.1.5'
base: ! '>=4 && <5'
cgi: ! '>=3000.0.0'
all-versions:
- 3... | ```yaml
homepage: ''
changelog-type: ''
hash: c83b3c14b176c739e3b1f5ba67c9e63c3fb7fbc1f2c41c65aeab2ee12ba4db4d
test-bench-deps: {}
maintainer: Krasimir Angelov <kr.angelov@gmail.com>
synopsis: A Haskell library for writing FastCGI programs
changelog: ''
basic-deps:
bytestring: ! '>=0.9.1.5'
base: ! '>=4 && <5'
cg... |
3225f39e-f1ae-494f-a417-1546fe053d22 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/kelemzol/watch
changelog-type: markdown
hash: b55d5d8868940aeeec3de520bdc5be346088d08817ae2807efac3fdc0f2f1392
test-bench-deps: {}
maintainer: '-'
synopsis: File System watching tool with cli and slave functionalities.
changelog: ! "# Revision history for fswatch\r\n\r\n## 0.1.0.0 ... | ```yaml
homepage: https://github.com/kelemzol/watch
changelog-type: markdown
hash: abc4dda0b761f90a4e5e04b07409ab5bf43db405b882ad55ccbe72a734ff0436
test-bench-deps: {}
maintainer: '-'
synopsis: File System watching tool with cli and slave functionalities.
changelog: ! "# Revision history for fswatch\r\n\r\n## 0.1.0.0 ... |
ff3a630c-ef7c-4f72-a1ee-d31fd507b5b3 | {
"language": "YAML"
} | ```yaml
---
- name: fetch securedrop source ths
fetch: src=/var/lib/tor/services/source/hostname dest=./app-source-ths flat=yes
- name: fetch securedrop document aths
fetch: src=/var/lib/tor/services/source/hostname dest=./app-document-aths flat=yes
- name: fetch securedrop ssh aths
fetch: src=/var/lib/tor/serv... | ```yaml
---
- name: fetch securedrop source ths
fetch: src=/var/lib/tor/services/source/hostname dest=./app-source-ths flat=yes
- name: fetch securedrop document aths
fetch: src=/var/lib/tor/services/document/hostname dest=./app-document-aths flat=yes
- name: fetch securedrop ssh aths
fetch: src=/var/lib/tor/se... |
f1e5291f-d1d4-468f-98c8-3f61cd38a813 | {
"language": "YAML"
} | ```yaml
# Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#... | ```yaml
# Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#... |
22094baf-41dd-4b04-808a-a984c7d37a50 | {
"language": "YAML"
} | ```yaml
obstacle_range: 5.0
raytrace_range: 10.0
# footprint for KIT-C5 new model
# footprint: [[0.00, -0.25], [0.00, 0.25], [-0.60, 0.25], [-0.60, -0.25]]
inflation_radius: 0.25
cost_scaling_factor: 5.0
rigin_z: 0.0
z_resolution: 0.02
z_voxels: 0.02
publish_voxel_map: false
observation_sources: velodyne_sensor
velo... | ```yaml
obstacle_range: 5.0
raytrace_range: 10.0
# footprint for KIT-C5 new model
# footprint: [[0.00, -0.25], [0.00, 0.25], [-0.60, 0.25], [-0.60, -0.25]]
inflation_radius: 0.25
cost_scaling_factor: 5.0
origin_z: 0.0
z_resolution: 0.02
z_voxels: 0.02
publish_voxel_map: false
observation_sources: velodyne_sensor
vel... |
85d5cf90-fd10-40d8-9e1f-f99824ca6c37 | {
"language": "YAML"
} | ```yaml
name: CombatTagReloaded
version: 6.2.0
authors: [cheddar262, Techcable]
depend: [Citizens]
main: com.trc202.CombatTag.CombatTag
dev-url: http://dev.bukkit.org/server-mods/combat-tag
commands:
CombatTag:
description: Shows the current remaining time in a tag
aliases: ct
usage: /ct```
Cha... | ```yaml
name: CombatTagReloaded
version: 6.2.0
authors: [cheddar262, Techcable]
softdepend: [Citizens]
main: com.trc202.CombatTag.CombatTag
dev-url: http://dev.bukkit.org/server-mods/combat-tag
commands:
CombatTag:
description: Shows the current remaining time in a tag
aliases: ct
usage: /ct``` |
b67cc8db-5beb-46ed-bfb4-2eca2fc9a4df | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 85fbc67b53c1ef47f020a69051e6a29b27481698fe802cd2ed8ab0108aa69a38
test-bench-deps: {}
maintainer: 78emil@gmail.com
synopsis: Render trees as foldable HTML and Unicode art
changelog: ''
basic-deps:
base: <5
containers: -any
mtl: -any
all-versions:
- '0.1'
- '0.2'
- '0.3... | ```yaml
homepage: ''
changelog-type: ''
hash: a32b16fdbe24ad21cb6679c2a925bcc7715ae5c5db0ae6b633e35e28e2fefd98
test-bench-deps: {}
maintainer: 78emil@gmail.com
synopsis: Render trees as foldable HTML and Unicode art
changelog: ''
basic-deps:
base: <5
containers: -any
mtl: -any
all-versions:
- '0.1'
- '0.2'
- '0.3... |
3feaf2c4-e0fe-4e02-a4c8-1a1ea8bd96ce | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/pierric/tuple-ops
changelog-type: ''
hash: d060282c3745d68d006c0dcd6f92a65f21cad11723c1936203e02fb0f8cfb485
test-bench-deps: {}
maintainer: Jiasen Wu <jiasenwu@hotmail.com>
synopsis: various operations on n-ary tuples via GHC.Generics
changelog: ''
basic-deps:
type-combinators: ==... | ```yaml
homepage: https://github.com/pierric/tuple-ops
changelog-type: ''
hash: b979293dc2f7cf78cbdcaa27d374f5b26aafba36c002a7d44398d22bc9b519a0
test-bench-deps: {}
maintainer: Jiasen Wu <jiasenwu@hotmail.com>
synopsis: various operations on n-ary tuples via GHC.Generics
changelog: ''
basic-deps:
type-combinators: ==... |
450df38c-6451-4efa-b61e-53ea9856b38a | {
"language": "YAML"
} | ```yaml
Categories:
- Internet
License: AGPL-3.0-only
WebSite: https://sr.ht/~emersion/goguma
SourceCode: https://git.sr.ht/~emersion/goguma
IssueTracker: https://todo.sr.ht/~emersion/goguma
AutoName: Goguma
RepoType: git
Repo: https://git.sr.ht/~emersion/goguma
Builds:
- versionName: 0.1.0
versionCode: 1
... | ```yaml
Categories:
- Internet
License: AGPL-3.0-only
WebSite: https://sr.ht/~emersion/goguma
SourceCode: https://git.sr.ht/~emersion/goguma
IssueTracker: https://todo.sr.ht/~emersion/goguma
AutoName: Goguma
RepoType: git
Repo: https://git.sr.ht/~emersion/goguma
Builds:
- versionName: 0.1.0
versionCode: 1
... |
0c7ab0f4-7073-4032-b5c5-f4e390069b02 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/jtdaugherty/word-wrap/
changelog-type: markdown
hash: eac3af18691daaaa8c7c72a19753a5c8aa863824bf2e927bb52e181d05294d1a
test-bench-deps:
base: <5
hspec: ! '>=2.4'
word-wrap: -any
maintainer: cygnus@foobox.com
synopsis: A library for word-wrapping
changelog: ! "\n0.1.1\n=====\n\... | ```yaml
homepage: https://github.com/jtdaugherty/word-wrap/
changelog-type: markdown
hash: 894162c5d5132bf302583c10e6befffab9a4766abbee74715823b6cca439e6af
test-bench-deps:
base: <5
hspec: ! '>=2.4'
word-wrap: -any
maintainer: cygnus@foobox.com
synopsis: A library for word-wrapping
changelog: ! "\n0.1.2\n=====\n\... |
2c247afa-cdcd-4910-97d4-d20315e422a1 | {
"language": "YAML"
} | ```yaml
---
- hosts: localhost
roles:
# Enable or disable to suit your needs
# This role automatically send logs to central server each time the device gets an Internet connection
- logs
- mongodb
- role: mook
mook_name: bsfcampus
- role: mook
mook_name: koombookedu
... | ```yaml
---
- hosts: localhost
roles:
# Enable or disable to suit your needs
# This role automatically send logs to central server each time the device gets an Internet connection
- logs
- mongodb
- role: mook
mook_name: bsfcampus
- role: mook
mook_name: koombookedu
... |
53dc1ba1-f7c4-487b-b277-440ab7f27f81 | {
"language": "YAML"
} | ```yaml
package:
name: ndcube
version: "0.1.dev273"
source:
fn: ndcube-0.1.dev273.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
md5: 36a200f32aa1ec697e1f0f0b8e6d4391
build:
script: python setup.py install --offline --no-git --single-version-externally... | ```yaml
{% set name = "ndcube" %}
{% set version = "0.1.dev273" %}
{% set md5 = "36a200f32aa1ec697e1f0f0b8e6d4391" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz... |
d44cf51c-501a-47fa-b465-c8a8007b9ce7 | {
"language": "YAML"
} | ```yaml
Categories:
- Science & Education
License: GPL-3.0-or-later
SourceCode: https://github.com/tengel/GeologicalTimescale
AutoName: Geological Timescale
RepoType: git
Repo: https://github.com/tengel/GeologicalTimescale.git
Builds:
- versionName: 0.4.1
versionCode: 6
commit: fdroid-0.4.1
subdir: a... | ```yaml
Categories:
- Science & Education
License: GPL-3.0-or-later
SourceCode: https://github.com/tengel/GeologicalTimescale
AutoName: Geological Timescale
RepoType: git
Repo: https://github.com/tengel/GeologicalTimescale.git
Builds:
- versionName: 0.4.1
versionCode: 6
commit: fdroid-0.4.1
subdir: a... |
c261e286-1cba-4d34-b492-b0ba1b168608 | {
"language": "YAML"
} | ```yaml
service: serverless-lambda-typescript-example
provider:
name: aws
runtime: nodejs6.10
stage: demo
region: us-east-1
plugins:
- serverless-plugin-typescript
- serverless-offline
package:
include:
src/**
exclude:
- node_modules/**/*
- src/**/*.ts
functions:
getCity:
handler... | ```yaml
service: serverless-lambda-typescript-example
provider:
name: aws
runtime: nodejs6.10
stage: demo
region: us-east-1
plugins:
- serverless-plugin-typescript
- serverless-offline
package:
include:
src/**/!(*.spec).js
exclude:
- node_modules/**/*
functions:
getCity:
handler: src/c... |
dbe04022-240a-4f42-865b-ffdf15a9067e | {
"language": "YAML"
} | ```yaml
projects:
- id: 9301
sources:
- dir: "src/main/resources/org/zaproxy/zap/resources"
outputDir: "src/main/dist/lang"
crowdinPath:
dir: "/core"
filename: "%file_pathname%"
exportPattern:
dir: "/zaproxy/core"
filename: "%file_name%_%locale... | ```yaml
projects:
- id: 9301
sources:
- dir: "src/main/resources/org/zaproxy/zap/resources"
outputDir: "src/main/dist/lang"
crowdinPath:
dir: "/core"
filename: "%file_pathname%"
exportPattern:
dir: "/zaproxy/core"
filename: "%file_name%_%locale... |
afc46f62-fe90-48c4-8b10-fc8bf87d0c77 | {
"language": "YAML"
} | ```yaml
image: freebsd/latest
packages;
- cmake
sources:
- https://github.com/donmccaughey/fiends_and_fortune
tasks:
- setup: |
cd fiends_and_fortune
cmake -S . -B tmp
- build: |
cd fiends_and_fortune
cmake --build tmp --target all
cd tmp
ctest --output-on... | ```yaml
image: freebsd/latest
packages:
- cmake
sources:
- https://github.com/donmccaughey/fiends_and_fortune
tasks:
- setup: |
cd fiends_and_fortune
cmake -S . -B tmp
- build: |
cd fiends_and_fortune
cmake --build tmp --target all
cd tmp
ctest --output-on... |
a7acced5-8183-4423-92be-210ea668bfc8 | {
"language": "YAML"
} | ```yaml
name: C/C++ CI
on: [push]
jobs:
build-on-gcc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Create build directory
run: mkdir -p build
- name: Run CMake
working-directory: build
env:
CXX: /usr/bin/gcc
CC: /usr/bin/gcc
run: c... | ```yaml
name: C/C++ CI
on: [push]
jobs:
build-on-gcc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Create build directory
run: mkdir -p build
- name: Run CMake
working-directory: build
env:
CXX: /usr/bin/g++
CC: /usr/bin/gcc
run: c... |
70fec375-1e14-4c42-9b02-b49f8c445776 | {
"language": "YAML"
} | ```yaml
name: Node CI
on: [push, "pull_request"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-ver... | ```yaml
name: Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-versi... |
5e50073e-70b2-4f16-9212-5ac63e66f9d9 | {
"language": "YAML"
} | ```yaml
name: Build/Deploy
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ["3.5"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matri... | ```yaml
name: Build/Deploy
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ["3.5", "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
wit... |
3a2c8976-9b14-4217-bcf6-0eea0b162172 | {
"language": "YAML"
} | ```yaml
name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules... | ```yaml
name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules... |
2d02c496-8092-4329-8e0e-52cd539b6d9c | {
"language": "YAML"
} | ```yaml
name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules... | ```yaml
name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules... |
9f7c0592-1160-474c-9dcb-e03bea9b5174 | {
"language": "YAML"
} | ```yaml
name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Packages
run: sudo apt-get install build-essential yasm libavutil-dev libavcodec-de... | ```yaml
name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Packages
run: sudo apt-get install build-essential yasm libavutil-dev libavcodec-de... |
85ad6e5b-a0fe-4fff-82f6-f9958abe7e1a | {
"language": "YAML"
} | ```yaml
# Use Docker file from https://hub.docker.com/r/runmymind/docker-android-sdk
# Build debug version of the SDK, from the develop branch and the features branches
steps:
- label: "Assemble Debug version"
command: "./gradlew clean lintRelease test assembleDebug assembleAndroidTest --stacktrace"
artifac... | ```yaml
# Use Docker file from https://hub.docker.com/r/runmymind/docker-android-sdk
# Build debug version of the SDK, from the develop branch and the features branches
steps:
- label: "Assemble Debug version"
agents:
# We use a medium sized instance instead of the normal small ones because
# gradle bui... |
6a2b5b43-d460-49c4-bc5c-a76bfed21176 | {
"language": "YAML"
} | ```yaml
---
classes:
- apache
- pflogsumm
- ssl::name::wildcard_apache_org
postfix::server::postscreen: 'true'
postfix::server::relay_domains: 'apache.org,incubator.apache.org,apachecon.com,apachecon.eu,subversion.com,subversion.net,subversion.org'
```
Add athena as the relayhost for this MX, so we can test a... | ```yaml
---
classes:
- apache
- pflogsumm
- ssl::name::wildcard_apache_org
postfix::server::postscreen: 'true'
postfix::server::relay_domains: 'apache.org,incubator.apache.org,apachecon.com,apachecon.eu,subversion.com,subversion.net,subversion.org'
## It should be noted that this is a temporary value, that mea... |
d707a9d7-ccbe-4e1e-ab68-80aee24e977e | {
"language": "YAML"
} | ```yaml
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: debug-statements
- repo: https://github.com/ambv/black
rev: 18.9b0
hooks:
- id: black
language_version: ... | ```yaml
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: debug-statements
- repo: https://github.com/ambv/black
rev: 18.9b0
hooks:
- id: black
language_version: ... |
212d4a3e-230d-46c3-af4b-01060110100e | {
"language": "YAML"
} | ```yaml
repos:
- repo: https://github.com/homebysix/pre-commit-macadmin
rev: v1.6.2
hooks:
- id: check-autopkg-recipes
args: ['--recipe-prefix', 'com.github.homebysix.']
exclude: Kitematic
- id: forbid-autopkg-overrides
- id: forbid-autopkg-trust-info
- repo: https://github.com/ambv/black
rev: 19.10... | ```yaml
repos:
- repo: https://github.com/homebysix/pre-commit-macadmin
rev: v1.8.0
hooks:
- id: check-autopkg-recipes
args: ['--recipe-prefix=com.github.homebysix.', '--ignore-min-vers-before=1.4.1', '--']
exclude: Kitematic
- id: forbid-autopkg-overrides
- id: forbid-autopkg-trust-info
- repo: https... |
513a14ee-0fbd-444a-8752-6077290cf4f2 | {
"language": "YAML"
} | ```yaml
exclude: '^(data|prebuilt)'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.3.0
hooks:
- id: end-of-file-fixer
- repo: https://github.com/asottile/pyupgrade
rev: v1.2.0
hooks:
- id: pyupgrade
```
Check for merge conflict markers | ```yaml
exclude: '^(data|prebuilt)'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.3.0
hooks:
- id: end-of-file-fixer
- id: check-merge-conflict
- repo: https://github.com/asottile/pyupgrade
rev: v1.2.0
hooks:
- id: pyupgrade
``` |
6472decd-2d56-42a1-b4ab-bfb1b19a21c8 | {
"language": "YAML"
} | ```yaml
{% set version = "2.1.2" %}
package:
name: bob.core
version: {{ version }}
source:
fn: bob.core-{{ version }}.zip
url: https://pypi.python.org/packages/source/b/bob.core/bob.core-{{ version }}.zip
md5: 26c12e1384944ff3873b08409609d151
build:
number: 0
skip: true # [win]
requirements:
build:... | ```yaml
{% set version = "2.1.2" %}
package:
name: bob.core
version: {{ version }}
source:
fn: bob.core-{{ version }}.zip
url: https://pypi.python.org/packages/source/b/bob.core/bob.core-{{ version }}.zip
md5: 26c12e1384944ff3873b08409609d151
build:
number: 0
skip: true # [win]
detect_binary_files_w... |
4f2bbbfa-f66c-4ac2-b8a2-95fb0b2794bb | {
"language": "YAML"
} | ```yaml
package:
name: pypandoc
version: 1.1.0
source:
git_url: https://github.com/bebraw/pypandoc.git
git_tag: v1.1.0
requirements:
build:
- python
- setuptools
run:
- python
test:
imports:
- pypandoc
about:
home: https://github.com/bebraw/pypandoc
license: MIT
summary: 'Thin... | ```yaml
package:
name: pypandoc
version: 1.1.0
source:
git_url: https://github.com/janschulz/pypandoc.git
git_tag: upload_tests
requirements:
build:
- python
- setuptools
run:
- python
test:
imports:
- pypandoc
about:
home: https://github.com/bebraw/pypandoc
license: MIT
summa... |
ed6b5368-b17a-4f19-9d8f-8a35ba48f907 | {
"language": "YAML"
} | ```yaml
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v1.11.0
hooks:
- id: pyupgrade
exclude: docopt.py
- repo: https://github.com/ambv/black
rev: 18.9b0
hooks:
- id: black
language_version: python3.6
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
hooks:
- id: f... | ```yaml
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v1.11.0
hooks:
- id: pyupgrade
exclude: docopt.py
- repo: https://github.com/ambv/black
rev: 18.9b0
hooks:
- id: black
language_version: python3.6
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.4
hooks:
- id: flake8
- repo: ht... |
5377505f-266e-4b76-a5c8-7412aba423db | {
"language": "YAML"
} | ```yaml
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.2
hooks:
- id: pyupgrade
args: ["--py36-plus"]
- repo: https://github.com/python/black
rev: 20.8b1
hooks:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
hooks:
- id: flake8
addi... | ```yaml
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.2
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/python/black
rev: 20.8b1
hooks:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
hooks:
- id: flake8
additi... |
bad24b3a-0b18-4669-a2fe-355bffb04fd2 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/chessai/constrictor.git
changelog-type: markdown
hash: 90dce99d5d20e25505ba0c604592ecd5af2d447f65119a10796e599c13eee6df
test-bench-deps: {}
maintainer: chessai1996@gmail.com
synopsis: strict versions of many things in base
changelog: ! '# Revision history for constrictor
## 0.1.... | ```yaml
homepage: https://github.com/chessai/constrictor.git
changelog-type: markdown
hash: e60a86841e225a982a3029f0a403a2b1fadb65ece09d3218f393f1ee63cf686c
test-bench-deps: {}
maintainer: chessai1996@gmail.com
synopsis: strict versions of many things in base
changelog: ! '# Revision history for constrictor
## 0.1.... |
715b7db4-6ec1-4221-8002-4ac5eb738f48 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/lucasdicioccio/etcd-grpc#readme
changelog-type: markdown
hash: fca49469fe1758400816cedf7a5385977fed389b48cdfce9d10e2e9072b441cd
test-bench-deps: {}
maintainer: lucas@dicioccio.fr
synopsis: gRPC client for etcd
changelog: ! '# Changelog for grpc-etcd-client
## Unreleased changes
... | ```yaml
homepage: https://github.com/lucasdicioccio/etcd-grpc#readme
changelog-type: markdown
hash: 383c9ca9adc06dcb1a5543755d65a168e0619f6507b168be77a2ada1831e5eaf
test-bench-deps: {}
maintainer: lucas@dicioccio.fr
synopsis: gRPC client for etcd
changelog: ! '# Changelog for grpc-etcd-client
## Unreleased changes
... |
22b3c4af-87cf-4507-aa7c-592d8e5f9cf9 | {
"language": "YAML"
} | ```yaml
---
sites:
wordpress-default:
repo: https://github.com/Varying-Vagrant-Vagrants/vvv-wordpress-default.git
vm_dir: '/srv/www/wordpress-default-provisioner'
wordpress-develop:
repo: https://github.com/Varying-Vagrant-Vagrants/vvv-wordpress-develop.git
vm_dir: '/srv/www/wordpress-develop-provis... | ```yaml
---
sites:
wordpress-default:
repo: https://github.com/Varying-Vagrant-Vagrants/vvv-wordpress-default.git
vm_dir: '/srv/www/wordpress-default-provisioner'
wordpress-develop:
repo: https://github.com/Varying-Vagrant-Vagrants/vvv-wordpress-develop.git
vm_dir: '/srv/www/wordpress-develop-provis... |
832c4664-075d-4fe4-8eb0-faff1b8a74c5 | {
"language": "YAML"
} | ```yaml
pylint:
options:
dummy-variables-rgx: _
pyflakes:
run: false
```
Allow more complex functions in Landscape | ```yaml
pylint:
options:
dummy-variables-rgx: _
max-branchs: 30
pyflakes:
run: false
``` |
37acf064-729a-4bac-ae2e-24f0c889542d | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 4d6c3e24bece65fae01d27f8b7959c4a2ee84c502d52852040348681374d7253
test-bench-deps: {}
maintainer: bss@iguanasuicide.net
synopsis: Bindings for Cryptsy cryptocurrency exchange API.
changelog: ''
basic-deps:
http-client: ==0.2.*
either: ! '>=4.0 && <4.4'
bytestring: ==0.... | ```yaml
homepage: ''
changelog-type: ''
hash: 3fbad883e1f3f32764c8c25b2a2a90130a9bcbbe29cfdc7f7a28d7eb1b98ea48
test-bench-deps: {}
maintainer: '[none]'
synopsis: Bindings for Cryptsy cryptocurrency exchange API.
changelog: ''
basic-deps:
http-client: ==0.2.*
either: '>=4.0 && <4.4'
bytestring: ==0.10.*
base: '>... |
7795d278-9b6f-46cd-a938-9d6edc928a98 | {
"language": "YAML"
} | ```yaml
# ~/.tmuxinator/phoenix_and_elm.yml
name: phoenix_and_elm
root: ~/elixir/phoenix_and_elm
# Runs before everything. Use it to start daemons etc.
on_project_first_start:
- mix deps.get
- mix compile --force
# - open --background http://localhost:3000
- open --background http://localhost:4000
# Grip
... | ```yaml
# ~/.tmuxinator/phoenix_and_elm.yml
name: phoenix_and_elm
root: ~/elixir/phoenix_and_elm
# Runs before everything. Use it to start daemons etc.
on_project_first_start:
- mix deps.get
- mix compile --force
# - open --background http://localhost:3000
- open --background http://localhost:4000
# Grip
... |
4728ea1d-0328-4b05-a9dd-1487750dbe49 | {
"language": "YAML"
} | ```yaml
name: Build Cop
on:
schedule:
- cron: "*/5 * * * *"
# - cron: 0 11 * * MON-FRI
jobs:
stuff:
runs-on: ubuntu-latest
steps:
- id: assigned
uses: lee-dohm/last-assigned@v1
with:
query: 'label:build-cop-rotation'
token: ${{ secrets.SPINNAKERBOT_GHA_BUILD_COP_T... | ```yaml
name: Build Cop
on:
schedule:
- cron: "*/5 * * * *"
# - cron: 0 11 * * MON-FRI
jobs:
stuff:
runs-on: ubuntu-latest
steps:
- id: assigned
uses: lee-dohm/last-assigned@master
with:
query: 'label:build-cop-rotation'
token: ${{ secrets.SPINNAKERBOT_GHA_BUILD_C... |
8bae14d3-bab5-456c-9269-d5a289953d3c | {
"language": "YAML"
} | ```yaml
name: Close Stale Issues
# Controls when the action will be run
on:
schedule:
- cron: "* * * * *"
jobs:
cleanup:
runs-on: ubuntu-latest
name: Close stale issues
steps:
- uses: actions/stale@v4.0.0
with:
stale-issue-message: It looks like this issue has not been acti... | ```yaml
name: Close Stale Issues
# Controls when the action will be run
on:
schedule:
- cron: "0 0 * * *"
jobs:
cleanup:
runs-on: ubuntu-latest
name: Close stale issues
steps:
- uses: actions/stale@v4.0.0
with:
stale-issue-message: It looks like this issue has not been acti... |
1f4b3fab-b9f3-4ea2-9d8c-60ace3538aba | {
"language": "YAML"
} | ```yaml
box: wercker/php
build:
steps:
- script:
name: Update apt
code: sudo apt-get update
- script:
name: install GraphViz
code: sudo apt-get install graphviz php5-xsl
- script:
name: install dependencies
code: composer install --no-interaction
- scrip... | ```yaml
box: wercker/php
build:
steps:
- script:
name: set timezone in PHP
code: echo 'date.timezone = "Europe/Amsterdam"' >> $HOME/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- script:
name: Update apt
code: sudo apt-get update
- script:
name: install Graph... |
7760a8b8-021e-4f69-b6ce-c3195782c644 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/ocramz/jpl-horizons-api
changelog-type: ''
hash: ad79508f87aee7d913228b83c82271344ef51b4b0899269cb0eae769be384c55
test-bench-deps: {}
maintainer: ocramz
synopsis: Ephemerides for solar system objects from the JPL Horizons service
changelog: ''
basic-deps:
bytestring: -any
base: ... | ```yaml
homepage: https://github.com/ocramz/jpl-horizons-api
changelog-type: ''
hash: 36b61860b1fc5f641d97a42c11134a8a174aa27f59ae2c7bb4b1f0bc16025714
test-bench-deps: {}
maintainer: example@example.com
synopsis: Ephemerides for solar system objects from the JPL Horizons service
changelog: ''
basic-deps:
bytestring: ... |
c6dc9b4a-b7fc-48cd-888b-93bbe99453f6 | {
"language": "YAML"
} | ```yaml
name: Documentation Deployment
on: push
jobs:
grav:
name: Deploy Grav
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: SCP to documentation server
uses: appleboy/scp-action@v0.0.1
env:
USERNAME: ${{ secrets.DOCUMENTATION_SSH_USERNAME }}
... | ```yaml
name: Documentation Deployment
on: push
jobs:
grav:
name: Deploy Grav
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: SCP to documentation server
uses: appleboy/scp-action@v0.0.1
env:
USERNAME: ${{ secrets.DOCUMENTATION_SSH_USERNAME }}
... |
d8e44540-43f6-439a-81fd-d7e9dbc31ec2 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/metrix-ai/primitive-extras
changelog-type: ''
hash: 0fcd60edb662a081bd9e94395329cb58df89e798ef1c4722e049a0fe2edbe1c0
test-bench-deps: {}
maintainer: Metrix Ninjas <ninjas@metrix.ai>
synopsis: Extras for the "primitive" library
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
defe... | ```yaml
homepage: https://github.com/metrix-ai/primitive-extras
changelog-type: ''
hash: 9c0d3317df83602ac03069868e78efb9e48001f0315a2381c8c66835d6904190
test-bench-deps: {}
maintainer: Metrix Ninjas <ninjas@metrix.ai>
synopsis: Extras for the "primitive" library
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
defe... |
8ae54e5a-d85a-48c5-95f1-152330707e7b | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/kylcarte/type-combinators
changelog-type: ''
hash: fe1f2af500a8989abaa4645ec6f52c0aaedef6482694360dd0f94fce064ab21b
test-bench-deps: {}
maintainer: kylcarte@gmail.com
synopsis: A collection of data types for type-level programming
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
... | ```yaml
homepage: https://github.com/kylcarte/type-combinators
changelog-type: ''
hash: fba30d80af1e5dafe489bac106b008f781fc45f35c35e97be4e3ffbbff0812ed
test-bench-deps: {}
maintainer: kylcarte@gmail.com
synopsis: A collection of data types for type-level programming
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
... |
45da9558-312a-4950-85ae-ee79abb19fc1 | {
"language": "YAML"
} | ```yaml
---
glance::api::known_stores:
- glance.store.rbd.Store
- glance.store.http.Store
```
Add ceph client to image role in test01 | ```yaml
---
profile::openstack::image::manage_rbd: true
glance::api::known_stores:
- glance.store.rbd.Store
- glance.store.http.Store
``` |
97c37cbf-51f4-45d8-b573-b1303bba650c | {
"language": "YAML"
} | ```yaml
version: 1
builder:
configs:
- platform: ios
scheme: SwiftProtobuf
- platform: tvos
scheme: SwiftProtobuf
- platform: watchos
scheme: SwiftProtobuf
```
Add documentation targets to SPI config. | ```yaml
version: 1
builder:
configs:
- platform: ios
documentation_targets: [SwiftProtobuf]
scheme: SwiftProtobuf
- platform: tvos
scheme: SwiftProtobuf
- platform: watchos
scheme: SwiftProtobuf
``` |
67b22157-d20f-481a-b7dd-dbad65884a40 | {
"language": "YAML"
} | ```yaml
- job:
name: pkgdeb-build-auto-backports
node: debian-jessie
wrappers:
- build-timeout:
timeout: 90
- timestamps
builders:
- gerrit-git-prep
- shell: |
#!/bin/bash
set -x
set -e
sudo cp /etc/apt/sources.list.available.d/de... | ```yaml
- job:
name: pkgdeb-build-auto-backports
node: debian-jessie
wrappers:
- build-timeout:
timeout: 120
- timestamps
builders:
- gerrit-git-prep
- shell: |
#!/bin/bash
set -x
set -e
sudo cp /etc/apt/sources.list.available.d/d... |
4aa20276-6b6b-4af0-8bf0-c176a7eaef67 | {
"language": "YAML"
} | ```yaml
---
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
node: [ '13', '14', '15', '16' ]
name: node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
no... | ```yaml
---
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
node: [ '13', '14', '15', '16' ]
name: node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
no... |
9e1822f5-82b5-4d97-9b63-b04256843d92 | {
"language": "YAML"
} | ```yaml
-
Base:
-
name: Design of Shrine
path: design.md
-
name: Retrieving Uploads
path: retrieving_uploads.md
-
name: Using Attacher
path: attacher.md
Features:
-
name: Direct Uploads to S3
path: direct_s3.md
-
name: Extracting Metadata
... | ```yaml
-
Base:
-
name: Design of Shrine
path: design.md
-
name: Retrieving Uploads
path: retrieving_uploads.md
-
name: Using Attacher
path: attacher.md
Features:
-
name: Direct Uploads to S3
path: direct_s3.md
-
name: Extracting Metadata
... |
0a54a387-df71-4c01-bd99-abdb4a96d893 | {
"language": "YAML"
} | ```yaml
---
# Meta handler to bounce tor service sanely. If the SSH connection
# for the remote host is over Tor (i.e. host ends in `.onion`), then
# bounce the tor service via fire-and-forget, wait, then reestablish
# the connection after polling for the service to come back up.
# Registering a concise variable for u... | ```yaml
---
- name: restart tor
shell: sleep 5 && service tor restart
async: 3000
poll: 0
# It's critical that we eliminate existing SSH connections, otherwise Ansible
# will try to reuse the stale ControlPersist files, which no longer have an
# active socket, causing a connection timeout, and halting executio... |
51a42937-f7fb-46b2-abde-86cba1a266b7 | {
"language": "YAML"
} | ```yaml
Categories:
- Connectivity
- System
License: Apache-2.0
AuthorName: UnifiedPush
WebSite: https://unifiedpush.org/
SourceCode: https://github.com/UnifiedPush/android-example
IssueTracker: https://github.com/UnifiedPush/android-example/issues
Changelog: https://github.com/UnifiedPush/android-example/releases
... | ```yaml
Categories:
- Connectivity
- System
License: Apache-2.0
AuthorName: UnifiedPush
WebSite: https://unifiedpush.org/
SourceCode: https://github.com/UnifiedPush/android-example
IssueTracker: https://github.com/UnifiedPush/android-example/issues
Changelog: https://github.com/UnifiedPush/android-example/releases
... |
d131e767-d2ef-47eb-b04f-cb7373876657 | {
"language": "YAML"
} | ```yaml
---
project-name: chef-server
config: omnibus/omnibus.rb
install-dir: /opt/opscode
test-path: omnibus/omnibus-test.sh
fips-platforms:
- el-*-x86_64
builder-to-testers-map:
el-6-x86_64:
- el-6-x86_64
el-7-x86_64:
- el-7-x86_64
- el-8-x86_64
sles-12-x86_64:
- sles-12-x86_64
ubuntu-16.04-... | ```yaml
---
project-name: chef-server
config: omnibus/omnibus.rb
install-dir: /opt/opscode
test-path: omnibus/omnibus-test.sh
fips-platforms:
- el-*-x86_64
builder-to-testers-map:
el-6-x86_64:
- el-6-x86_64
el-7-x86_64:
- el-7-x86_64
- el-8-x86_64
sles-12-x86_64:
- sles-12-x86_64
- sles-15-x... |
2c2a511b-b6e6-4913-a1bf-26219d04fecd | {
"language": "YAML"
} | ```yaml
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.o... | ```yaml
# This workflow will install Python dependencies, run tests and lint with a
# variety of Python versions
#
# For more information see:
# https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ ma... |
dda098d5-c33c-40e2-83df-e6e9cac96890 | {
"language": "YAML"
} | ```yaml
name: Valgrind
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/... | ```yaml
name: Valgrind
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/... |
95ccc44a-48db-4c76-bce0-5392dd11ee75 | {
"language": "YAML"
} | ```yaml
services :
nginx_proxy :
build :
context : ../docker-azuracast-nginx-proxy
volumes :
- ./util/local_ssl:/etc/nginx/certs
- /var/run/docker.sock:/tmp/docker.sock:ro
nginx_proxy_letsencrypt :
build :
context : ../docker-azuracast-nginx-proxy-letsencrypt
volumes :
... | ```yaml
services :
nginx_proxy :
build :
context : ../docker-azuracast-nginx-proxy
volumes :
- ./util/local_ssl:/etc/nginx/certs
- /var/run/docker.sock:/tmp/docker.sock:ro
nginx_proxy_letsencrypt :
build :
context : ../docker-azuracast-nginx-proxy-letsencrypt
volumes :
... |
ebf9a5d2-8862-48f2-8e40-a98b69d7cf14 | {
"language": "YAML"
} | ```yaml
# Deploy to appengine on release
name: App Engine
on:
release:
types: [created]
push:
jobs:
app-engine:
name: Deploy to App Engine
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Copy UI folder and update requirements
run: |
cp -r docs... | ```yaml
# Deploy to appengine on release
name: App Engine
on:
release:
types: [created]
jobs:
app-engine:
name: Deploy to App Engine
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Copy UI folder and update requirements
run: |
cp -r docs/ui app_e... |
32bc6e58-f10c-4468-a81c-c747bb0961f4 | {
"language": "YAML"
} | ```yaml
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Auto-format master with Google Java Format
on:
push:
branches: [ master ]
jobs:
formatting:
runs-on: ubuntu-lat... | ```yaml
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Auto-format master with Google Java Format
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jo... |
a2ef370e-c401-4893-afee-7a0e4045223e | {
"language": "YAML"
} | ```yaml
- include_vars:
file: "{{ templates_list_file}}"
name: current_file
- name: find the template file or corresponding j2 template
find:
path: "{{ item| dirname }}"
pattern: "{{ item|basename|splitext|first }}\\.(?:yaml|j2\\.yaml)$"
use_regex: yes
with_items: "{{ current_file.tri... | ```yaml
- include_vars:
file: "{{ templates_list_file}}"
name: current_file
- name: find the template file or corresponding j2 template
find:
path: "{{ item| dirname }}"
pattern: "{{ item|basename|splitext|first }}\\.(?:yaml|j2\\.yaml)$"
use_regex: yes
with_items: "{{ current_file.tri... |
ddf89f89-2e0a-450d-a69b-0f0d49d39e2d | {
"language": "YAML"
} | ```yaml
---
- name: Installing Uchiwa.
sudo: yes
yum: name=uchiwa state=present
- name: Enable Uchiwa.
sudo: yes
service: name=uchiwa enabled=yes state=started
- name: Disable SELinux
sudo: yes
service: enabled=no name=selinux state=stopped
notify: restart uchiwa
- name: ensure python-selinux is in... | ```yaml
---
- name: Installing Uchiwa.
sudo: yes
yum: name=uchiwa state=present
- name: Enable Uchiwa.
sudo: yes
service: name=uchiwa enabled=yes state=started
- name: Disable SELinux
sudo: yes
service: enabled=no name=selinux state=stopped
notify: restart uchiwa
- name: ensure python-selinux is in... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.