doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
63509807-b59f-4308-bd36-dead60b59ae8 | {
"language": "YAML"
} | ```yaml
global:
css:
theme:
build/css/main.css: {}
build/css/print.css: { media: print }
js:
build/js/bundle.js: { minified: true }
dependencies:
- core/jquery
- core/drupal
- core/drupalSettings
# External font from google fonts.
font.source-sans-pro:
remote: https://fonts.goog... | ```yaml
# Base CSS, Javascript and dependencies.
global:
css:
theme:
build/css/main.css: { minified: true }
build/css/print.css: { media: print }
js:
build/js/bundle.js: { minified: true }
dependencies:
- core/jquery
- core/drupal
- core/drupalSettings
# External font from google ... |
5032780f-0b98-4ec0-ace0-2d9e14e41659 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/danpalmer/yesod-auth-nopassword#readme
changelog-type: ''
hash: 45012764c5adc5473d0e8bfe04bbe3e3db6e7b5ed47a13cf2c08843bc5c9a9fd
test-bench-deps: {}
maintainer: dan@danpalmer.me
synopsis: A plugin for Yesod to provide email-only authentication.
changelog: ''
basic-deps:
yesod-core... | ```yaml
homepage: https://github.com/danpalmer/yesod-auth-nopassword#readme
changelog-type: ''
hash: 3d948e994727186482d450d55d61643d27d5895cd94a31fbe2895b39c49c3765
test-bench-deps: {}
maintainer: dan@danpalmer.me
synopsis: A plugin for Yesod to provide email-only authentication.
changelog: ''
basic-deps:
yesod-core... |
92ab0321-9930-4557-8194-36d71fbaf355 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/phadej/some
changelog-type: markdown
hash: 0edaac884738a2506d910cb06da8dc89c19459a42bd5f32f5cf87b8c2ee63c80
test-bench-deps: {}
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
synopsis: ! 'Existential type: Some'
changelog: |
# 1
- Split out of `dependent-sum`
- Have `GADT`, `... | ```yaml
homepage: https://github.com/phadej/some
changelog-type: markdown
hash: 1101a3a3f788e8a3c02f5823bb91c6abf1e4d57b95adf142fe7c1b40b7abf111
test-bench-deps: {}
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
synopsis: ! 'Existential type: Some'
changelog: |
# 1.0.0.1
- Fix issue with GHC#9585 https://gitlab.ha... |
74c4a113-83fa-46a8-8c00-aec95c44e40d | {
"language": "YAML"
} | ```yaml
homepage: https://bitbucket.org/robagar/haskell-tsne
changelog-type: ''
hash: d3687f96a0c0f9e5d1486fe33e0e9e0a5bf51fc3baf5d926ea896a4bd81eeaee
test-bench-deps:
tsne: -any
base: -any
hspec: -any
data-default: -any
maintainer: robagar@fastmail.net
synopsis: t-SNE
changelog: ''
basic-deps:
tsne: -any
b... | ```yaml
homepage: https://bitbucket.org/robagar/haskell-tsne
changelog-type: ''
hash: 95a9fcd9ba194018de15acdaa37c164ff20844dfeb3936fa58838a494b2645a7
test-bench-deps:
tsne: -any
base: -any
hspec: -any
data-default: -any
maintainer: robagar@fastmail.net
synopsis: t-SNE
changelog: ''
basic-deps:
tsne: -any
b... |
fb5d2a78-ad8b-49bc-ae79-f7f77f9e63a1 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 9746e10a63946b991a19f66efae4562c7ceea03a672e28e57a17c79b51190d1d
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Utilities
changelog: ''
basic-deps:
base: ! '>=4.9 && <4.12'
all-versions:
- '0.1.0.0'
- '0.1.1.0'
- '0.1.2.0'
- '0.1.2.1'
- '0.1.3.0'
- '0.1.4.0... | ```yaml
homepage: ''
changelog-type: ''
hash: fab2fa16b87dcd048f474ba34aef13b4f187a30ad8c4e980fc47ad0e8f8b1b6f
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Utilities
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
all-versions:
- '0.1.0.0'
- '0.1.1.0'
- '0.1.2.0'
- '0.1.2.1'
- '0.1.3.0'
- '0.1.4.0'
-... |
39b04bf2-cd58-4917-9f4b-632b681a1b46 | {
"language": "YAML"
} | ```yaml
---
driver:
name: ec2
aws_ssh_key_id: test-kitchen
security_group_ids: ["<%= ENV['AWS_SECURITY_GROUP_ID'] %>"]
region: "<%= ENV['AWS_REGION'] %>"
subnet_id: "<%= ENV['AWS_SUBNET_ID'] %>"
instance_type: t2.micro
transport:
ssh_key: test-kitchen.pem
platforms:
- name: rhel6.6
driver:
i... | ```yaml
---
driver:
name: ec2
aws_ssh_key_id: test-kitchen
security_group_ids: ["<%= ENV['AWS_SECURITY_GROUP_ID'] %>"]
region: "<%= ENV['AWS_REGION'] %>"
subnet_id: "<%= ENV['AWS_SUBNET_ID'] %>"
instance_type: t2.micro
transport:
ssh_key: test-kitchen.pem
username: ec2-user
platforms:
- name: rhel6.... |
75e6a667-1843-42d1-89e0-fc3430ea67b7 | {
"language": "YAML"
} | ```yaml
imports:
- { resource: config_dev.yml }
- { resource: "@SimplyTestableWorkerBundle/Resources/config/parameters_test.yml" }
- { resource: "@SimplyTestableWorkerBundle/Resources/config/services_test.yml" }
framework:
test: ~
session:
storage_id: session.storage.mock_file
web_... | ```yaml
imports:
- { resource: config_dev.yml }
- { resource: "@SimplyTestableWorkerBundle/Resources/config/parameters_test.yml" }
- { resource: "@SimplyTestableWorkerBundle/Resources/config/services_test.yml" }
framework:
test: ~
session:
storage_id: session.storage.mock_file
web_... |
ffac4770-0f68-45a4-b353-3c3c87f2905d | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 16b8e821f41304c7baa60d1036a6693caf2f7104e4983b4c7a000e2f3956b083
test-bench-deps:
base: '>=4 && <5'
hspec: -any
hexpat: '>=0.20 && <0.21'
hexpat-streamparser: ==0.1.2
maintainer: kristof@resonata.be
synopsis: ''
changelog: ''
basic-deps:
bytestring: '>=0.10 && <0.... | ```yaml
homepage: ''
changelog-type: ''
hash: 7752484375e8040b23eb80bfce7c335e44573b18958607374f56b7029af0824e
test-bench-deps:
base: '>=4 && <5'
hspec: -any
hexpat: '>=0.20 && <0.21'
hexpat-streamparser: ==0.1.3
maintainer: kristof@resonata.be
synopsis: ''
changelog: ''
basic-deps:
bytestring: '>=0.10 && <0.... |
145c52d8-9bcd-4ccf-bc76-f0c54b65505f | {
"language": "YAML"
} | ```yaml
---
solr_path: /usr/local/share/solr
solr_log_path: /var/log/solr
solr_user: solr
solr_group: solr
cache_path: /tmp/solr-cache
# Container folder for solr downloads
#solr_url: http://www.nic.funet.fi/pub/mirrors/apache.org/lucene/solr/
solr_url: ftp://ftp.funet.fi/pub/mirrors/apache.org/lucene/solr/
# Versi... | ```yaml
---
solr_path: /usr/local/share/solr
solr_log_path: /var/log/solr
solr_user: solr
solr_group: solr
cache_path: /tmp/solr-cache
# Container folder for solr downloads
#solr_url: http://www.nic.funet.fi/pub/mirrors/apache.org/lucene/solr/
solr_url: https://archive.apache.org/dist/lucene/solr/
# Version
solr_ve... |
14473b58-7130-4ea8-88a3-51faa1c07dd4 | {
"language": "YAML"
} | ```yaml
{% set name = "setuptools" %}
{% set version = "36.2.0" %}
package:
name: setuptools
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.zip
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.zip
sha256: 4c2bda3829c9dbbe9c2b33d89c4b1cb6d45813615ab8e248ad35... | ```yaml
{% set name = "setuptools" %}
{% set version = "36.2.2" %}
package:
name: setuptools
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.zip
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.zip
sha256: 38156edc9b9b21f8926821d3f994abf931a50c1a2a6a2bab4d19... |
2ea060a3-6397-4141-a4a3-7a0e8a28d444 | {
"language": "YAML"
} | ```yaml
steps:
- task: DownloadBuildArtifacts@0
inputs:
artifactName: imobiledevice-net
- script: |
unzip $SYSTEM_ARTIFACTSDIRECTORY/imobiledevice-net/iMobileDevice-net.*.nupkg -d $BUILD_SOURCESDIRECTORY/zip
ls -l $BUILD_SOURCESDIRECTORY/zip/runtimes/$RID/native
export LD_LIBRARY_PATH=$BUILD_SOURCESD... | ```yaml
steps:
- task: DownloadBuildArtifacts@0
inputs:
artifactName: imobiledevice-net
- script: |
unzip $SYSTEM_ARTIFACTSDIRECTORY/imobiledevice-net/iMobileDevice-net.*.nupkg -d $BUILD_SOURCESDIRECTORY/zip
ls -l $BUILD_SOURCESDIRECTORY/zip/runtimes/$RID/native
- script: |
chmod +x $BUILD_SOURCESDI... |
1b5c7d75-e0cf-4d04-b56e-97564d399cc0 | {
"language": "YAML"
} | ```yaml
---
- role: lean_delivery.java
version: 7.1.0
- name: "elastic.elasticsearch"
src: "https://github.com/elastic/ansible-elasticsearch.git"
version: master
```
Fix branch name in ES role dependency. | ```yaml
---
- role: lean_delivery.java
version: 7.1.0
- name: "elastic.elasticsearch"
src: "https://github.com/elastic/ansible-elasticsearch.git"
version: main
``` |
4154fde7-4781-473f-a4bb-cde1134b209f | {
"language": "YAML"
} | ```yaml
---
- name: Update apt
become: yes
apt: update_cache=yes
- name: Install sys Packages
become: yes
apt: pkg={{ item }} state=latest
with_items: "{{ sys_packages }}"
- name: Configure the timezone
become: yes
template: src=timezone.tpl dest=/etc/timezone
- name: More Configure the timezone
beco... | ```yaml
---
- name: Update apt
become: yes
apt: update_cache=yes
- name: Install sys Packages
become: yes
apt: pkg={{ item }} state=latest
with_items: "{{ sys_packages }}"
- name: Configure the timezone
become: yes
template: src=timezone.tpl dest=/etc/timezone
- name: More Configure the timezone
beco... |
4094b25e-65a4-49a1-aa14-1a706cefa79e | {
"language": "YAML"
} | ```yaml
---
- hosts: localhost
tasks:
- ec2:
wait: yes
wait_timeout: 300
assign_public_ip: yes
image: "{{ lookup('env', 'AWS_INSTANCE_AMI') }}"
key_name: "{{ lookup('env', 'AWS_KEY_NAME') }}"
instance_type: "{{ lookup('env'... | ```yaml
---
- hosts: localhost
tasks:
- ec2:
wait: yes
wait_timeout: 300
assign_public_ip: yes
image: "{{ lookup('env', 'AWS_INSTANCE_AMI') }}"
key_name: "{{ lookup('env', 'AWS_KEY_NAME') }}"
instance_type: "{{ lookup('env'... |
eff171a6-0ed2-4aea-a609-6dd197a2e2a8 | {
"language": "YAML"
} | ```yaml
name: CI Builds
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
java: [ '8', '11', '13', '15' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
w... | ```yaml
name: CI Builds
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
java: [ '8', '11', '16' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
w... |
480fe7e4-c8fb-4d67-83d5-0cd1ad8d3f1c | {
"language": "YAML"
} | ```yaml
name: Ubuntu
on: [push]
jobs:
build:
runs-on: ${{ matrix.operating-system }}
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7]
operating-system: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
... | ```yaml
name: Ubuntu
on: [push]
jobs:
build:
runs-on: ${{ matrix.operating-system }}
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7]
operating-system: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
... |
2b8b8aaf-3f6a-44cb-affb-b55720fd9363 | {
"language": "YAML"
} | ```yaml
name: Mahjong lib
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: '3.7'
- name... | ```yaml
name: Mahjong lib
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: '3.8'
- name... |
5bf90d4f-0229-4f17-b9dd-435ce48bd087 | {
"language": "YAML"
} | ```yaml
name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.4, 7.3, 7.2, 7.1, 7.0]
dependency-version: [prefer-lowest, prefer... | ```yaml
name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0, 7.4, 7.3, 7.2, 7.1]
dependency-version: [prefer-lowest, prefer... |
483bc657-3a65-4309-ad63-7681204b818a | {
"language": "YAML"
} | ```yaml
---
- name: Install
apt:
name: dnsmasq
state: present
- name: Configure DNS
lineinfile:
dest: "/etc/dnsmasq.conf"
line: "{{ item.key }}={{ item.value }}"
insertbefore: BOF
with_dict:
# https://github.com/nicolasff/docker-cassandra/issues/8#issuecomment-36922132
user: "{{ ansib... | ```yaml
---
- name: Install
apt:
name: dnsmasq
state: present
- name: Configure DNS
lineinfile:
dest: "/etc/dnsmasq.conf"
line: "{{ item.key }}={{ item.value }}"
regexp: "^{{ item.key | regex_escape }}="
insertbefore: BOF
with_dict:
# https://github.com/nicolasff/docker-cassandra/issu... |
06312fe7-3324-4e03-8730-701da2246046 | {
"language": "YAML"
} | ```yaml
---
mongodb::server::version: '2.0.8'
lv:
mongodb:
pv: '/dev/sdb1'
vg: 'backup'
data:
pv: '/dev/sdc1'
vg: 'mongodb'
mount:
/var/lib/mongodb:
disk: '/dev/mapper/mongodb-data'
govuk_lvm: 'data'
mountoptions: 'defaults'
/var/lib/automongodbackup:
disk: '/dev/mapper/backup... | ```yaml
---
lv:
mongodb:
pv: '/dev/sdb1'
vg: 'backup'
data:
pv: '/dev/sdc1'
vg: 'mongodb'
mount:
/var/lib/mongodb:
disk: '/dev/mapper/mongodb-data'
govuk_lvm: 'data'
mountoptions: 'defaults'
/var/lib/automongodbackup:
disk: '/dev/mapper/backup-mongodb'
govuk_lvm: 'mongodb'
... |
0df6327f-199a-45f5-8dd5-909f459fcc32 | {
"language": "YAML"
} | ```yaml
# Python package
# Create and test a Python package on multiple Python versions.
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
trigger:
- master
pool:
vmImage: 'windows-la... | ```yaml
# Python package
# Create and test a Python package on multiple Python versions.
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
- cron: "0 12 * * 0"
displayName: Weekly Sund... |
74b40dbe-5560-43dc-a7d4-4440f6374c38 | {
"language": "YAML"
} | ```yaml
# Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
- windows-arm-support
pool: Default
steps:
- task: NodeTool@0
inputs:
versionSpec: '12.x'
disp... | ```yaml
# Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
- windows-arm-support
pool: Default
steps:
- task: NodeTool@0
inputs:
versionSpec: '12.x... |
98570400-17b0-43cb-a78d-f279f42a7185 | {
"language": "YAML"
} | ```yaml
---
govuk_safe_to_reboot::can_reboot: 'no'
govuk_safe_to_reboot::reason: 'Single point of failure for any Postgres-writing apps'
govuk_postgresql::server::primary::slave_addresses:
live:
address: "%{hiera('postgresql_slave_addresses_live')}"
dr:
address: "%{hiera('postgresql_slave_addresses_dr')}"... | ```yaml
---
govuk_safe_to_reboot::can_reboot: 'no'
govuk_safe_to_reboot::reason: 'Single point of failure for any Postgres-writing apps'
govuk_postgresql::server::primary::slave_addresses:
live:
address: "%{hiera('postgresql_slave_addresses_live')}"
dr:
address: "%{hiera('postgresql_slave_addresses_dr')}"... |
1f962d4c-8200-4604-8295-434415c96423 | {
"language": "YAML"
} | ```yaml
apiVersion: v1
kind: Service
metadata:
name: mongodb
namespace: swosh
spec:
type: ClusterIP
ports:
- protocol: TCP
port: 27017
---
apiVersion: v1
kind: Endpoints
metadata:
name: mongodb
namespace: swosh
subsets:
- addresses:
- ip: 192.168.1.5
ports:
- port: 27017
---
apiV... | ```yaml
apiVersion: v1
kind: Service
metadata:
name: mongodb
namespace: swosh
spec:
type: ClusterIP
ports:
- protocol: TCP
port: 27017
---
apiVersion: v1
kind: Endpoints
metadata:
name: mongodb
namespace: swosh
subsets:
- addresses:
- ip: 172.16.16.10
ports:
- port: 27017
---
api... |
2dff9947-cd4f-4250-bacb-c067140b5d65 | {
"language": "YAML"
} | ```yaml
- job-template:
name: 'gate-dib-dsvm-functests-{node}'
node: '{node}'
builders:
- gerrit-git-prep
- shell: |
#!/bin/bash -eux
sudo apt-get install -y qemu-utils kpartx || sudo yum -y install qemu-img kpartx
git clone https://git.openstack.org/openstack/dib-... | ```yaml
- job-template:
name: 'gate-dib-dsvm-functests-{node}'
node: '{node}'
builders:
- gerrit-git-prep
- shell: |
#!/bin/bash -eux
git clone https://git.openstack.org/openstack/dib-utils ../dib-utils
export PATH=$PATH:$(pwd)/bin
export PATH=$PATH:$(pwd... |
236154ca-b2e1-461d-b7e4-872fae8fb679 | {
"language": "YAML"
} | ```yaml
src_files:
- lib/deps/jquery-1.8.js
- lib/deps/json2.js
- lib/deps/require.js
- lib/tetra.js
- lib/mod/require/client.js
- lib/mod/tmpl/client-micro-tmpl.js
- lib/tetra-view.js
- lib/tetra-controller.js
- lib/tetra-model.js
- spec/javascripts/specs/core/conf/viadeo-webapp.js
- spec/javascr... | ```yaml
src_files:
- lib/deps/jquery-1.8.js
- lib/deps/json2.js
- lib/deps/require.js
- lib/tetra.js
- lib/mod/require/client.js
- lib/mod/tmpl/client-micro-tmpl.js
- lib/tetra-view.js
- lib/tetra-controller.js
- lib/tetra-model.js
- spec/javascripts/specs/core/conf/viadeo-webapp.js
- spec/javascr... |
4bd45425-c1c8-4c74-a29a-7de183a6f263 | {
"language": "YAML"
} | ```yaml
matrix:
VERSION:
- "1.10"
- "1.10-dind"
- "1.9"
- "1.9-dind"
build:
image: armhfbuild/alpine:3.3
commands:
- sed -i 's/FROM alpine/FROM armhfbuild\/alpine/' $${VERSION/-//}/Dockerfile
- sed -i 's/FROM docker/FROM armhfbuild\/docker/' $${VERSION/-//}/Dockerfile
publish:
docker:
... | ```yaml
matrix:
VERSION:
- "1.10"
- "1.10-dind"
- "1.9"
- "1.9-dind"
build:
image: armhfbuild/alpine:3.3
commands:
- sed -i 's/FROM alpine/FROM armhfbuild\/alpine/' $${VERSION/-//}/Dockerfile
- sed -i 's/FROM docker/FROM armhfbuild\/docker/' $${VERSION/-//}/Dockerfile
publish:
docker_v... |
f508a1ca-e405-49d1-bec0-ec429ce08bb4 | {
"language": "YAML"
} | ```yaml
- project:
templates:
- check-requirements
- openstack-python3-yoga-jobs
- release-notes-jobs-python3
gate:
queue: os-win
```
Add Python3 zed unit tests | ```yaml
- project:
templates:
- check-requirements
- openstack-python3-zed-jobs
- release-notes-jobs-python3
gate:
queue: os-win
``` |
66b45428-ecc7-421f-9f47-5f438c3b7595 | {
"language": "YAML"
} | ```yaml
Categories:
- Multimedia
License: LGPL-3.0-only
AuthorName: The Community Media Toolkit
AuthorEmail: contact@digitaleconomytoolkit.org
AuthorWebSite: https://www.digitaleconomytoolkit.org/
SourceCode: https://github.com/communitymedia/mediaphone
IssueTracker: https://github.com/communitymedia/mediaphone/issue... | ```yaml
Categories:
- Multimedia
License: LGPL-3.0-only
AuthorName: The Community Media Toolkit
AuthorEmail: contact@digitaleconomytoolkit.org
AuthorWebSite: https://www.digitaleconomytoolkit.org/
SourceCode: https://github.com/communitymedia/mediaphone
IssueTracker: https://github.com/communitymedia/mediaphone/issue... |
7d60792c-661a-408f-9738-3cc38142e0a9 | {
"language": "YAML"
} | ```yaml
Categories:
- Internet
License: Apache-2.0
AuthorName: Stealthcopter
AuthorEmail: admin@stealthcopter.com
AuthorWebSite: https://www.stealthcopter.com/
SourceCode: https://github.com/stealthcopter/AndroidNetworkTools
IssueTracker: https://github.com/stealthcopter/AndroidNetworkTools/issues
AutoName: Network ... | ```yaml
Categories:
- Internet
License: Apache-2.0
AuthorName: Stealthcopter
AuthorEmail: admin@stealthcopter.com
AuthorWebSite: https://www.stealthcopter.com/
SourceCode: https://github.com/stealthcopter/AndroidNetworkTools
IssueTracker: https://github.com/stealthcopter/AndroidNetworkTools/issues
AutoName: Network ... |
a0adcb6b-ce5d-4ed5-9f04-f2057163a3f6 | {
"language": "YAML"
} | ```yaml
# Install Node.js using packages crafted by NodeSource
---
- name: Ensure the system can use the HTTPS transport for APT
stat:
path: /usr/lib/apt/methods/https
register: apt_https_transport
- name: Install HTTPS transport for APT
apt:
pkg: apt-transport-https
state: installed
when: not apt_... | ```yaml
# Install Node.js using packages crafted by NodeSource
---
- name: Ensure the system can use the HTTPS transport for APT
stat:
path: /usr/lib/apt/methods/https
register: apt_https_transport
- name: Install HTTPS transport for APT
apt:
pkg: apt-transport-https
state: installed
when: not apt_... |
003b2383-b550-4af7-ac5d-bb66356b98ea | {
"language": "YAML"
} | ```yaml
AntiFeatures:
- NonFreeDep
- NonFreeNet
Categories:
- Internet
- Phone & SMS
License: GPL-3.0-only
SourceCode: https://github.com/subhamtyagi/openinwa
IssueTracker: https://github.com/subhamtyagi/openinwa/issues
AutoName: Open In WhatsApp
Summary: Open Chat in WhatsApp
Description: |-
Open chat in ... | ```yaml
AntiFeatures:
- NonFreeDep
- NonFreeNet
Categories:
- Internet
- Phone & SMS
License: GPL-3.0-only
SourceCode: https://github.com/subhamtyagi/openinwa
IssueTracker: https://github.com/subhamtyagi/openinwa/issues
AutoName: Open In WhatsApp
Summary: Open Chat in WhatsApp
Description: |-
Open chat in ... |
594597c0-7cfd-44e4-ae69-0866baac604e | {
"language": "YAML"
} | ```yaml
gemfile: Gemfile
PreCommit:
BundleCheck:
enabled: true
ExecutePermissions:
enabled: true
exclude:
- 'bin/scss-lint'
HardTabs:
enabled: true
RuboCop:
enabled: true
command: ['bundle', 'exec', 'rubocop']
TrailingWhitespace:
enabled: true
TravisLint:
enabled:... | ```yaml
# Run Overcommit within a Bundler context using this repo's Gemfile
gemfile: Gemfile
PreCommit:
BundleCheck:
enabled: true
ExecutePermissions:
enabled: true
exclude:
- 'bin/scss-lint'
HardTabs:
enabled: true
RuboCop:
enabled: true
TrailingWhitespace:
enabled: true
... |
5fa3ba5c-82f8-466a-8b4d-a651764429ed | {
"language": "YAML"
} | ```yaml
---
- name : Install packages without specific configuration
apt :
name : "{{ item }}"
state : present
with_items : "{{ base_packages_simples_list }}"
```
Update repository packages list before run | ```yaml
---
- name : Install packages without specific configuration
apt :
name : "{{ item }}"
state : present
update_cache : True
with_items : "{{ base_packages_simples_list }}"
``` |
edaf17c6-d476-4b9c-8d28-40b24d22c244 | {
"language": "YAML"
} | ```yaml
homepage: http://github.com/khibino/haskell-product-isomorphic
changelog-type: ''
hash: cf3f79b71a9f0b19f7ae96981a76d605ea704757fbe96740a25d16d2519e2490
test-bench-deps:
base: <5
product-isomorphic: -any
template-haskell: -any
maintainer: ex8k.hibino@gmail.com
synopsis: Weaken applicative functor on produ... | ```yaml
homepage: http://github.com/khibino/haskell-product-isomorphic
changelog-type: ''
hash: 6a164d34fda7a0ff88a7a23949dd7ac4354d46eaeafa2e08573fc7d067e5edab
test-bench-deps:
base: <5
product-isomorphic: -any
template-haskell: -any
maintainer: ex8k.hibino@gmail.com
synopsis: Weaken applicative functor on produ... |
c5bca069-3233-4fd6-9f2f-a7a3b67f8215 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/nikita-volkov/hasql-dynamic-statements
changelog-type: ''
hash: 59725c6590066e354609788e40fb20746fc7b7c519c0eb0fa6862dad15579ccf
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Toolkit for constructing Hasql statements dynamically
changelog: ''
basi... | ```yaml
homepage: https://github.com/nikita-volkov/hasql-dynamic-statements
changelog-type: ''
hash: 451cfaad28537d415b850e015e61002340bbd3b8a0177402b99e369075d8fff3
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Toolkit for constructing Hasql statements dynamically
changelog: ''
basi... |
5e867ee6-1fa7-494f-984b-97c9c53ccc7d | {
"language": "YAML"
} | ```yaml
---
uaa_instances: 3
nats_instances: 3
diego_api_instances: 3
cell_instances: 36
router_instances: 24
api_instances: 6
doppler_instances: 21
log_api_instances: 12
scheduler_instances: 4
cc_worker_instances: 4
cc_hourly_rate_limit: 60000
cc_staging_timeout_in_seconds: 2700
cc_maximum_health_check_timeout_in_seco... | ```yaml
---
uaa_instances: 3
nats_instances: 3
diego_api_instances: 3
cell_instances: 36
router_instances: 24
api_instances: 8
doppler_instances: 48
log_api_instances: 24
scheduler_instances: 6
cc_worker_instances: 6
cc_hourly_rate_limit: 60000
cc_staging_timeout_in_seconds: 2700
cc_maximum_health_check_timeout_in_seco... |
2caebc0a-4c99-4634-b6e0-d3d6978fabb0 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 66882dd27939f47da7fff94873dd33c95a988a63f587421ca51a5be3183cdc0c
test-bench-deps:
tasty-smallcheck: ! '>=0.8'
alg: ! '>=0.2.6 && <0.3'
base: ! '>=4.11 && <5'
smallcheck: ! '>=1.1.4'
ival: -any
tasty: ! '>=1.0'
maintainer: strake888@gmail.com
synopsis: Intervals
... | ```yaml
homepage: ''
changelog-type: ''
hash: aaefbbf4737083660b11566cc61e18636fb96c8d43b97936e76ad13565d5fb41
test-bench-deps:
tasty-smallcheck: ! '>=0.8'
alg: ! '>=0.2.6 && <0.3'
base: ! '>=4.11 && <5'
smallcheck: ! '>=1.1.4'
ival: -any
tasty: ! '>=1.0'
maintainer: strake888@gmail.com
synopsis: Intervals
... |
2e348f0d-e1c3-4711-9c12-29b7de02b3d9 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/tonyday567/perf#readme
changelog-type: ''
hash: 33b7dbc36a506ed84602505a537dc07f4119be5f824fcfa0594a960b3aba39c6
test-bench-deps:
base: ! '>=4.7 && <5'
doctest: -any
protolude: -any
perf: -any
maintainer: tonyday567@gmail.com
synopsis: low-level performance statistics
change... | ```yaml
homepage: https://github.com/tonyday567/perf#readme
changelog-type: ''
hash: d4533707d5d685cd6d3bc60acc8ccddf02a49f0b87db4f4f1a55202c226f3702
test-bench-deps:
base: ! '>=4.7 && <5'
doctest: -any
protolude: -any
perf: -any
maintainer: tonyday567@gmail.com
synopsis: low-level performance statistics
change... |
5b94a14b-c4aa-4510-9feb-471e24988b3e | {
"language": "YAML"
} | ```yaml
homepage: localhost:9119
changelog-type: ''
hash: 5df66862701776f9297e42549d9911f873c2f9ca3924ecf9381df6db9ee6c55f
test-bench-deps: {}
maintainer: utkarsh.lath@gmail.com
synopsis: Personal Happstack Server Utils
changelog: ''
basic-deps:
regex-pcre: -any
MissingH: -any
friendly-time: -any
happstack-serv... | ```yaml
homepage: localhost:9119
changelog-type: ''
hash: 9ac71a43432f7539aaf83f527d702d338930e5cd8f76dbbeedb6b2ec219cd0e4
test-bench-deps: {}
maintainer: utkarsh.lath@gmail.com
synopsis: Personal Happstack Server Utils
changelog: ''
basic-deps:
regex-pcre: -any
MissingH: -any
friendly-time: -any
happstack-serv... |
114c830b-cb51-41e2-a672-d0e1e32358fe | {
"language": "YAML"
} | ```yaml
---
logo: images/opennebula-sunstone-v4.0.png
available_tabs:
- dashboard-tab
- system-tab
- users-tab
- groups-tab
- vdcs-tab
- acls-tab
- vresources-tab
- vms-tab
- templates-tab
- images-tab
- files-tab
- infra-tab
- clusters-tab
- hosts-tab
- datas... | ```yaml
---
logo: images/opennebula-sunstone-v4.0.png
available_tabs:
- dashboard-tab
- system-tab
- users-tab
- groups-tab
- vdcs-tab
- acls-tab
- vresources-tab
- vms-tab
- templates-tab
- images-tab
- files-tab
- infra-tab
- clusters-tab
- hosts-tab
- datas... |
a6b7dafb-3ef3-4e20-a15f-bd26815232a9 | {
"language": "YAML"
} | ```yaml
description: Chart for Redis
engine: gotpl
home: http://redis.io/
keywords:
- redis
- keyvalue
- database
maintainers:
- email: containers@bitnami.com
name: Bitnami
name: redis
sources:
- https://github.com/bitnami/bitnami-docker-redis
version: 1.1.0
```
Fix linter for redis chart | ```yaml
apiVersion: v1
description: Chart for Redis
engine: gotpl
home: http://redis.io/
keywords:
- redis
- keyvalue
- database
maintainers:
- email: containers@bitnami.com
name: Bitnami
name: redis
sources:
- https://github.com/bitnami/bitnami-docker-redis
version: 1.1.0
``` |
81f64593-d9bc-488a-aba0-c88e6b3757ef | {
"language": "YAML"
} | ```yaml
portal_url: "http://cbioportal:8080/"
selenium_hub_url: "http://hub:4444/wd/hub"
python_selenium_container: endtoend_python-selenium_1
screenshot:
names:
- patient_view_lgg_ucsf_2014_case_id_P04
- study_view_lgg_ucsf_2014
urls:
- case.do#/patient?studyId=lgg_ucsf_2014&caseId=P04
- study.do?c... | ```yaml
portal_url: "http://cbioportal:8080/"
selenium_hub_url: "http://hub:4444/wd/hub"
python_selenium_container: endtoend_python-selenium_1
screenshot:
names:
# - patient_view_lgg_ucsf_2014_case_id_P04
- study_view_lgg_ucsf_2014
urls:
# - case.do#/patient?studyId=lgg_ucsf_2014&caseId=P04
- study.... |
d873a7a4-fed8-4917-a3c2-275df1d8dd10 | {
"language": "YAML"
} | ```yaml
---
- name: Install Geospatial libraries
apt: pkg={{ item }} state=present
with_items:
- binutils=2.24-5ubuntu3
- libproj-dev=4.8.0-2ubuntu2
- gdal-bin=1.10.1+dfsg-5ubuntu1
- name: Install PostgreSQL client
apt: pkg=postgresql-client-{{ postgresql_version }}={{ postgresql_package_version }}
... | ```yaml
---
- name: Install Geospatial libraries
apt: pkg={{ item }} state=present
with_items:
- binutils=2.24-5ubuntu3
- libproj-dev=4.8.0-2ubuntu2
- gdal-bin=1.10.1+dfsg-5ubuntu1
- name: Install PostgreSQL client
apt: pkg=postgresql-client-{{ postgresql_version }}={{ postgresql_package_version }}
... |
84bc1fb4-1a61-469f-919b-5b9e861cb405 | {
"language": "YAML"
} | ```yaml
---
site: ukvi
whitehall_slug: uk-visas-and-immigration
host: www.ukba.homeoffice.gov.uk
redirection_date: 18th February 2014
tna_timestamp: 20130925160031
title: UK Visas and Immigration
homepage: https://www.gov.uk/government/organisations/uk-visas-and-immigration
aliases:
- bia.homeoffice.gov.uk
- ind.homeof... | ```yaml
---
site: ukvi
whitehall_slug: uk-visas-and-immigration
host: www.ukba.homeoffice.gov.uk
redirection_date: 25th February 2014
tna_timestamp: 20130925160031
title: UK Visas and Immigration
homepage: https://www.gov.uk/government/organisations/uk-visas-and-immigration
aliases:
- bia.homeoffice.gov.uk
- ind.homeof... |
d87228e9-1aae-49fc-bcd1-676dcbb2a117 | {
"language": "YAML"
} | ```yaml
default: &default
adapter: postgresql
encoding: utf8
host: localhost
port: 5432
pool: <%= ENV['DB_POOL'] || ENV['MAX_THREADS'] || 5 %>
timeout: 5000
development:
<<: *default
database: ohana_api_development
# Warning: The database defined as "test" will be erased and
# re-generated from your d... | ```yaml
default: &default
adapter: postgresql
encoding: utf8
host: localhost
port: 5432
pool: <%= ENV['DB_POOL'] || ENV['MAX_THREADS'] || 5 %>
url: <%= ENV['DATABASE_URL'] %>
timeout: 5000
development:
<<: *default
database: ohana_api_development
# Warning: The database defined as "test" will be era... |
42f3feee-f2cb-423d-be44-30d99f9df73e | {
"language": "YAML"
} | ```yaml
name: Build
on:
push:
branches: [ develop, master ]
pull_request:
branches: [ develop, master ]
jobs:
gradle:
strategy:
matrix:
jdk: [8, 11, 14]
experimental: [false]
include:
- jdk: 17
experimental: true
runs-on: ubuntu-latest
steps... | ```yaml
name: Build
on:
push:
branches: [ develop, master ]
pull_request:
branches: [ develop, master ]
jobs:
gradle:
strategy:
matrix:
jdk: [8, 11]
experimental: [false]
include:
- jdk: 17
experimental: true
runs-on: ubuntu-latest
steps:
... |
ee77bbbb-5f58-49f9-a6f9-3ede0aca2f8f | {
"language": "YAML"
} | ```yaml
name: "Stale issues"
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.UI_STALE_BOT }}
stale-issue-message: "This issue has been marked stale and will be closed soon wi... | ```yaml
name: "Stale issues"
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
stale-issue-message: "This issue has been marked stale and will be closed soon without further activity. To keep the issue open, ... |
d754e138-5650-47f7-b6cd-78492ad4cffe | {
"language": "YAML"
} | ```yaml
thirdparty:
- aimconsulting.com
- aplussearch.com
- avanitechsolutions.com
- axiustek.com
- bravotech.com
- brightonsearchgroup.com
- css-llc.net
- disys.com
- elevaterg.com
- encoress.com
- epro-consulting.com
- identified.com
- jinibot.com
- jobspringpartners.com
- jsgeeks.com
... | ```yaml
thirdparty:
- aimconsulting.com
- aplussearch.com
- avanitechsolutions.com
- axiustek.com
- boylstongroup.com
- bravotech.com
- brightonsearchgroup.com
- css-llc.net
- disys.com
- elevaterg.com
- encoress.com
- epro-consulting.com
- identified.com
- jinibot.com
- jobspringpartners.... |
b809456f-5ac9-4bab-aa20-ddb7ea5c7fc2 | {
"language": "YAML"
} | ```yaml
---
- hosts: clients
tasks:
- apt: upgrade=dist
- apt: name={{item}} update_cache=yes
with_items:
- atop
- git
- htop
- libffi-dev
- libssl-dev
- openjdk-8-jdk
- python-pip
- python-virtualenv
- python3.5-dev
- rpm2cpio
- apt: deb=http://pa... | ```yaml
---
- hosts: clients
tasks:
- apt: upgrade=dist
- apt: name={{item}} update_cache=yes
with_items:
- atop
- cpufrequtils
- git
- htop
- libffi-dev
- libssl-dev
- linux-tools-generic
- openjdk-8-jdk
- python-pip
- python-virtualenv
- pyth... |
823b9073-eace-4784-bb06-1ad10c38e00f | {
"language": "YAML"
} | ```yaml
homepage: https://gitlab.com/LukaHorvat/simple-effects
changelog-type: ''
hash: 5009ccaf4434fe88525d086fc281c1a1123d20c919718671af1dcc528ce24f5d
test-bench-deps:
simple-effects: -any
base: -any
interlude-l: -any
criterion: -any
lens: -any
mtl: -any
transformers: -any
maintainer: luka.horvat9@gmail... | ```yaml
homepage: https://gitlab.com/LukaHorvat/simple-effects
changelog-type: ''
hash: ed941ee721cb1424f10a1c7cfa8c6afd80e8940157347affd8d653e5b5f94f7a
test-bench-deps:
simple-effects: -any
base: -any
interlude-l: -any
criterion: -any
lens: -any
mtl: -any
transformers: -any
maintainer: luka.horvat9@gmail... |
0edf424e-6cd3-4f37-9281-e29ee2ac7caa | {
"language": "YAML"
} | ```yaml
---
docker_kernel_min_version: '3.10'
docker_version: 18.06
use_docker_engine: false
docker_versioned_pkg:
'latest': docker-ce
'18.03': docker-ce=18.03.1~ce-3-0~ubuntu
'18.06': docker-ce=18.06.1~ce~3-0~ubuntu
'stable': docker-ce=18.06.1~ce~3-0~ubuntu
'edge': docker-ce=18.06.1~ce~3-0~ubuntu
docker_pa... | ```yaml
---
docker_kernel_min_version: '3.10'
use_docker_engine: false
docker_versioned_pkg:
'latest': docker-ce
'17.03': docker-ce=17.03.2~ce-0~ubuntu-xenial
'18.03': docker-ce=18.03.1~ce-3-0~ubuntu
'18.06': docker-ce=18.06.1~ce~3-0~ubuntu
'stable': docker-ce=18.06.1~ce~3-0~ubuntu
'edge': docker-ce=18.06... |
38f4a74a-10dc-4dca-90d0-b9bf30196fcc | {
"language": "YAML"
} | ```yaml
#hfoss
name: Justin W. Flory
avatar: jwf9260@rit.edu
blog: https://blog.justinwflory.com
feed: https://blog.justinwflory.com/category/foss/feed/
email: jflory7@gmail.com
major: Networking and Systems Administration 2019
irc: jflory7
rit_dce: jwf9260
forges:
- https://github.com/jflory7
- https://fedoraproje... | ```yaml
#hfoss
name: Justin W. Flory
avatar: jwf9260@rit.edu
blog: https://blog.justinwflory.com
feed: https://blog.justinwflory.com/category/foss/feed/
email: jflory7@gmail.com
major: Networking and Systems Administration 2019
irc: jflory7
rit_dce: jwf9260
forges:
- https://github.com/jflory7
- https://fedoraproje... |
9cf74301-d22e-4adb-a157-3477c23619b5 | {
"language": "YAML"
} | ```yaml
name: "Build Stable on Schedule"
on:
schedule:
- cron: "0 0 * * 5"
jobs:
publish:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: stable
submodules: recursive
- name: Prepare
id: prep
run: |
... | ```yaml
name: "Build Stable on Schedule"
on:
schedule:
- cron: "0 0 * * 5"
jobs:
publish:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: stable
submodules: recursive
- name: Prepare tags
id: prep
uses: ... |
de85f10e-29e1-49c5-848a-742d7fb327eb | {
"language": "YAML"
} | ```yaml
tenets:
- name: context-first-arg
flows:
codelingo/docs:
title: Context as First Argument
body: |
Values of the context.Context type carry security credentials, tracing information,
deadlines, and cancellation signals across API and process boundaries. Go program... | ```yaml
tenets:
- name: context-first-arg
flows:
codelingo/docs:
title: Context as First Argument
body: |
Values of the context.Context type carry security credentials, tracing information,
deadlines, and cancellation signals across API and process boundaries. Go program... |
d3a612fb-06dc-43f0-a81c-f01a99872655 | {
"language": "YAML"
} | ```yaml
---
blurb: "Write a program that, given a string representing a matrix of numbers, can return the rows and columns of that matrix."
source: "Warmup to the `saddle-points` warmup."
source_url: "http://jumpstartlab.com"
```
Remove "write a program" from matrix exercise | ```yaml
---
blurb: "Given a string representing a matrix of numbers, return the rows and columns of that matrix."
source: "Warmup to the `saddle-points` warmup."
source_url: "http://jumpstartlab.com"
``` |
97fb5125-8450-433e-bead-a89200638784 | {
"language": "YAML"
} | ```yaml
---
platform: linux
image_resource: { type: docker-image, source: { repository: flintstonecf/ci } }
inputs:
- name: ci-tasks
- name: state
params:
- REPO_DIR: state-out
- FILENAME: metrics.csv
- COMMIT_MESSAGE: "Update metrics"
outputs:
- name: state-out
run:
path: ci-tasks/scripts/commit-metrics.sh
```
... | ```yaml
---
platform: linux
image_resource: { type: docker-image, source: { repository: flintstonecf/ci } }
inputs:
- name: ci-tasks
- name: state
params:
- REPO_DIR: state-out
- FILENAME: '*-metrics.csv'
- COMMIT_MESSAGE: "Update metrics"
outputs:
- name: state-out
run:
path: ci-tasks/scripts/commit-metrics.sh
... |
fc8fa6a5-af47-4fa0-bfcc-919186d88240 | {
"language": "YAML"
} | ```yaml
#
# Copyright 2015-2021 the original author or authors.
#
# 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 ... | ```yaml
#
# Copyright 2015-2021 the original author or authors.
#
# 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 ... |
a243da78-475e-4564-9f26-a604ad8ba950 | {
"language": "YAML"
} | ```yaml
#
# base-parent (https://github.com/hazendaz/base-parent)
#
# Copyright 2011-2020 Hazendaz.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of The Apache Software License,
# Version 2.0 which accompanies this distribution, and is available at
# https://w... | ```yaml
#
# base-parent (https://github.com/hazendaz/base-parent)
#
# Copyright 2011-2020 Hazendaz.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of The Apache Software License,
# Version 2.0 which accompanies this distribution, and is available at
# https://w... |
19be3011-6dfd-4977-a324-783ee0a531d3 | {
"language": "YAML"
} | ```yaml
name: CI
on: pull_request
jobs:
notebook_format:
name: Notebook format
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v1
- uses: actions/checkout@v2
- name: Fetch master branch
run: git fetch -u origin master:master
- name: Install tensorflow-docs
run: pyth... | ```yaml
# Pass/fail checks for continuous integration testing.
# Webhook events: Pull requests
name: CI
on:
pull_request:
paths:
- "site/en/**"
jobs:
nbfmt:
name: Notebook format
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v1
- uses: actions/checkout@v2
- name: Fetch ... |
199a161b-7555-4dcf-b40f-af8bcc7778e2 | {
"language": "YAML"
} | ```yaml
name: Testing package
on: [push, pull_request]
jobs:
run:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
php-versions: ['7.2', '7.3', '7.4']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.o... | ```yaml
name: Testing package
on: [push, pull_request]
jobs:
run:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, macOS-latest]
php-versions: ['7.2', '7.3', '7.4']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system ... |
fd7b4ce0-3661-4b98-88c3-72c6d112da27 | {
"language": "YAML"
} | ```yaml
name: Graphite0.9.12
image: ubuntu-14-04-x64
min_size: 1gb
config:
#cloud-config
users:
- name: install
groups: sudo
shell: /bin/bash
sudo: ['ALL=(ALL) NOPASSWD:ALL']
packages:
- git
runcmd:
- cd /home/install && git clone https://github.com/obfuscurity/synthesize.git && cd... | ```yaml
name: synthesize
image: ubuntu-14-04-x64
min_size: 512mb
config:
#cloud-config
users:
- name: install
groups: sudo
shell: /bin/bash
sudo: ['ALL=(ALL) NOPASSWD:ALL']
packages:
- git
runcmd:
- cd /home/install && git clone https://github.com/obfuscurity/synthesize.git && cd s... |
c05e78c4-e187-46cf-ab43-2fbed48fa384 | {
"language": "YAML"
} | ```yaml
---
site: bis_dti
whitehall_slug: department-for-business-innovation-skills
title: Department for Business, Innovation & Skills
redirection_date: 31st October 2014
homepage: https://www.gov.uk/government/organisations/department-for-business-innovation-skills
tna_timestamp: 20070603164510
host: www.dti.gov.... | ```yaml
---
site: bis_dti
whitehall_slug: department-for-business-innovation-skills
title: Department for Business, Innovation & Skills
redirection_date: 13th December 2012
homepage: https://www.gov.uk/government/organisations/department-for-business-innovation-skills
tna_timestamp: 20070603164510
host: www.dti.gov... |
d08ee255-f56a-4cbb-a6c7-c08405d02408 | {
"language": "YAML"
} | ```yaml
name: Add bugs to bugs project
on:
issues:
types:
- opened
pull_request_target:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1.... | ```yaml
name: Add bugs to bugs project
on:
issues:
types:
- opened
pull_request_target:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
if: github.repository == 'erlang/otp'
steps:
- name: Generate token
id: generate_token... |
81124339-3f5a-4c47-81c9-111fb0eebe39 | {
"language": "YAML"
} | ```yaml
agent:
build: .
volumes:
- ./:/go/src/github.com/buildkite/agent
```
Send the CODENAME ENV to the image. | ```yaml
agent:
build: .
volumes:
- ./:/go/src/github.com/buildkite/agent
environment:
- CODENAME
``` |
cd4cae51-d8bc-47f0-a18f-16ee8b0e4bf7 | {
"language": "YAML"
} | ```yaml
# file: webservers.yml
#
---
- hosts: web
roles:
- { role: apache, tags: apache }
- { role: php, tags: php }
tasks:
- name: Ensure static files for each Virtual Host are copied
copy:
src: "{{ inventory_dir }}/files/web/vhosts/{{ item.servername | urlsplit('hostname') }}/"
... | ```yaml
# file: webservers.yml
#
---
- hosts: web
roles:
- { role: apache, tags: apache }
- { role: php, tags: php }
tasks:
- name: Ensure static files for each Virtual Host are copied
copy:
src: "{{ inventory_dir }}/files/web/vhosts/{{ item.servername | urlsplit('hostname') }}/"
... |
5cbb5bc3-9eb4-422f-9d39-ab9be20bef99 | {
"language": "YAML"
} | ```yaml
---
- name: download
get_url: url=http://download-lb.utorrent.com/endpoint/btsync/os/linux-glibc23-{{ btsync_platform }}/track/stable dest=/tmp/btsync.tar.gz
register: download
- name: extract
command: tar xvzf /tmp/btsync.tar.gz -C /tmp
when: download | changed
- name: copy btsync to /usr/local/bin
... | ```yaml
---
- name: download
get_url: url=http://download-lb.utorrent.com/endpoint/btsync/os/linux-glibc23-{{ btsync_platform }}/track/stable dest=/tmp/btsync.tar.gz
register: download
- name: extract
command: tar xvzf /tmp/btsync.tar.gz -C /tmp
when: download | changed
- name: copy btsync to /usr/local/bin
... |
6eceb22c-345b-4323-8fbd-d6ba5795e07e | {
"language": "YAML"
} | ```yaml
---
# Tests executed from Travis
- hosts: all
roles:
- role: ansible-graphite
graphite_secret_key: testtest123
uwsgi_docker_hack: True
```
Remove unused old var, add ignore_systemd_reload. | ```yaml
---
# Tests executed from Travis
- hosts: all
roles:
- role: ansible-graphite
graphite_secret_key: testtest123
ignore_systemd_reload: True
``` |
be079fba-8836-41fd-a915-d226cf5693f6 | {
"language": "YAML"
} | ```yaml
---
name: PyFeeds CI
on: [push]
# Run tests against each supported version while docs and check-style are only
# considered on the latest supported version.
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python:
- version: 3.7
toxenv: py37
- vers... | ```yaml
---
name: PyFeeds CI
on: [push]
# Run tests against each supported version while docs and check-style are only
# considered on the latest supported version.
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python:
- version: "3.7"
toxenv: py37
- ve... |
1ee79bcf-5a0f-47e9-8319-b4d889e65e7a | {
"language": "YAML"
} | ```yaml
name: Deployment
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- run: export CHROME_BIN=chromium-browser
- run: export DISPLAY=:99.0
- run: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- run: sleep 5
- uses: actions/checkout@v1
- use... | ```yaml
name: Deployment
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- run: export CHROME_BIN=chromium-browser
- run: export DISPLAY=:99.0
- run: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- run: sleep 5
- uses: actions/checkout@v1
- use... |
1e137b45-3b06-44f8-9baf-d21d61786ee2 | {
"language": "YAML"
} | ```yaml
version: v1.0
name: Deploy to production
agent:
machine:
type: e1-standard-2
os_image: ubuntu2004
blocks:
- name: Docker
task:
jobs:
- name: Build, publish, deploy
commands:
- checkout
- echo $DOCKERHUB_PASSWORD | docker login --username "$DOCKERHU... | ```yaml
version: v1.0
name: Deploy to production
agent:
machine:
type: e1-standard-2
os_image: ubuntu2004
blocks:
- name: Docker
task:
jobs:
- name: Build, publish, deploy
commands:
- checkout
- echo $DOCKERHUB_PASSWORD | docker login --username "$DOCKERHU... |
272948a9-6c38-4e42-ae96-e83183b696bb | {
"language": "YAML"
} | ```yaml
project_name: platform
builds:
- goos:
- linux
- darwin
- windows
goarch:
- amd64
- 386
- arm
- arm64
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
- goos: windows
goarch: 386
main: ./cmd/fluxd/
ldflags: -s -w -X main.comm... | ```yaml
project_name: platform
builds:
- goos:
- linux
- darwin
- windows
goarch:
- amd64
- 386
- arm
- arm64
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
- goos: windows
goarch: 386
main: ./cmd/fluxd/
ldflags: -s -w -X main.comm... |
4f9faf4d-68b9-4a0e-93d5-5db4e40ed929 | {
"language": "YAML"
} | ```yaml
-
name: 'Asset directory paginate'
uriPattern: '{node}/documents-page/{--asset-directory-pagination.currentPage}.html'
defaults:
'@package': 'Neos.Neos'
'@controller': 'Frontend\Node'
'@action': 'show'
'@format': 'html'
'--asset-directory-pagination':
'@package': ''
'@subpa... | ```yaml
-
name: 'Asset directory paginate'
uriPattern: '{node}/documents-page/{--asset-directory-pagination.currentPage}.html'
defaults:
'@package': 'Neos.Neos'
'@controller': 'Frontend\Node'
'@action': 'show'
'@format': 'html'
'--asset-directory-pagination':
'@package': ''
'@subpa... |
9d3a2750-affc-47f9-a6a8-3a3ea985daa6 | {
"language": "YAML"
} | ```yaml
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel... | ```yaml
_extends: .github
``` |
f25e7a60-06be-4f1a-a17f-4c2efda2c1fa | {
"language": "YAML"
} | ```yaml
gzip: true
s3_id: <%= ENV["AWS_ACCESS_KEY_ID"] %>
s3_secter: <%= ENV["AWS_SECRET_ACCESS_KEY"] %>
s3_bucket: <%= ENV["S3_DEFAULT_BUCKET"] %>
```
Set dtd content type to application/xml-dtd | ```yaml
gzip: true
s3_id: <%= ENV["AWS_ACCESS_KEY_ID"] %>
s3_secter: <%= ENV["AWS_SECRET_ACCESS_KEY"] %>
s3_bucket: <%= ENV["S3_DEFAULT_BUCKET"] %>
content_type:
"*.dtd": application/xml-dtd
``` |
79d13a34-203b-4cc6-9130-4a837863221b | {
"language": "YAML"
} | ```yaml
name-template: '$NEXT_PATCH_VERSION'
tag-template: '$NEXT_PATCH_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'Type: Enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'Type: Bug / Error'
- title: '🧰 Maintenance'
label: 'Type: Other'
change-template: '- $TITLE (#$NUMBER) @$AUT... | ```yaml
name-template: '$NEXT_PATCH_VERSION'
tag-template: '$NEXT_PATCH_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'Type: Enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'Type: Bug / Error'
- title: '🧰 Maintenance'
label: 'Type: Other'
change-template: '- $TITLE (#$NUMBER) @$AUT... |
6fcc9c59-afb5-492a-ac15-63e3eaec13ca | {
"language": "YAML"
} | ```yaml
name: Build
on: [push, pull_request]
jobs:
build:
name: Node ${{ matrix.node_version }}
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [
10.x, # EOL: April 2021
12.x, # EOL: April 2022
]
steps:
- uses: actions/checkout@master
... | ```yaml
name: Build
on: [push, pull_request]
jobs:
build:
name: Node ${{ matrix.node_version }}
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [
10.x, # EOL: April 2021
12.x, # EOL: April 2022
]
steps:
- uses: actions/checkout@master
... |
3c061b55-9928-4ddc-9491-6888d3c4a57a | {
"language": "YAML"
} | ```yaml
name: Buils
on:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v1.4.4
- name: Setup Java JDK
uses: ... | ```yaml
name: Build
on:
push:
branches:
- '**'
tags:
- '*'
pull_request:
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v2... |
9db28c79-5d12-4797-9e5b-9b4491674e40 | {
"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: Java CI with Maven
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs... | ```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: Java CI with Maven
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs... |
804596ce-dfc4-45dc-ae76-c95802d64fbd | {
"language": "YAML"
} | ```yaml
name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.5, 2.6, 2.7, '3.0', jruby-9.2, jruby-9.3]
memcached-version: ['1.5.22']
steps:
- uses: actions/checkout@v2
- name: Install Memcached ${{ matrix.memcached-ver... | ```yaml
name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.5, 2.6, 2.7, '3.0', jruby-9.2, jruby-9.3]
memcached-version: ['1.5.22', '1.6.12']
steps:
- uses: actions/checkout@v2
- name: Install Memcached ${{ matrix.mem... |
33e4cb84-fa9c-4a87-a2e0-25a7dbfce184 | {
"language": "YAML"
} | ```yaml
name: Tests
on: [pull_request]
jobs:
phpunit:
name: PHP ${{ matrix.php }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['7.1', '7.2', '7.3', '7.4', '8.0']
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install PHP
... | ```yaml
name: Tests
on: [pull_request]
jobs:
phpunit:
name: PHP ${{ matrix.php }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['7.1', '7.2', '7.3', '7.4', '8.0']
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Install PHP
... |
e4117996-57b9-4e9b-bfa2-f4a8583d28f6 | {
"language": "YAML"
} | ```yaml
name: Publish Sample App
on:
release:
types: [created]
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: Build with Gradle
run: ./gradlew sample:assem... | ```yaml
name: Publish Sample App
on:
release:
types: [created]
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: Build with Gradle
run: ./gradlew :sample:asse... |
2a77af0b-23af-4d5c-b651-57ff8a26a237 | {
"language": "YAML"
} | ```yaml
name: Release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Get yar... | ```yaml
name: Release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Get yar... |
19276c13-6b3d-4a50-8e77-d24220d22363 | {
"language": "YAML"
} | ```yaml
project_name: prometheus-nginxlog-exporter
builds:
- env:
- CGO_ENABLED=0
- GO111MODULE=on
goos:
- linux
goarch:
- amd64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
... | ```yaml
project_name: prometheus-nginxlog-exporter
builds:
- env:
- CGO_ENABLED=0
- GO111MODULE=on
goos:
- linux
goarch:
- amd64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
... |
af8e0429-08af-4613-aba9-526a1beada45 | {
"language": "YAML"
} | ```yaml
builds:
- binary: minify
main: ./cmd/minify/
ldflags: -s -w -X main.Version={{.Version}} -X main.Commit={{.Commit}} -X main.Date={{.Date}}
env:
- CGO_ENABLED=0
- GO111MODULE=on
goos:
- linux
- windows
- darwin
- freebsd
... | ```yaml
builds:
- binary: minify
main: ./cmd/minify/
ldflags: -s -w -X main.Version={{.Version}} -X main.Commit={{.Commit}} -X main.Date={{.Date}}
env:
- CGO_ENABLED=0
- GO111MODULE=on
goos:
- linux
- windows
- darwin
- freebsd
... |
b38e4833-79de-4a4d-a61e-6f244f5c20ab | {
"language": "YAML"
} | ```yaml
---
- name: Starting horizon container
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"
image: "{{ horizon_image_full }}"
name: "horizon"
environment:
ENABLE_CLOUDKITTY: "{{ 'yes' if enable_cloudkitty | bool else 'no' }}"
ENABLE_IRONIC: "{{ ... | ```yaml
---
- name: Starting horizon container
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"
image: "{{ horizon_image_full }}"
name: "horizon"
environment:
ENABLE_CLOUDKITTY: "{{ 'yes' if enable_cloudkitty | bool else 'no' }}"
ENABLE_IRONIC: "{{ ... |
cd830bdb-8d19-42bd-924c-30b4b3ee69d0 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/Lupino/yuntan-common/tree/master/aeson-helper#readme
changelog-type: ''
hash: bca5efad4fc9ceea3d8eec1ada486276fe54845e72e1788b875074cba6aca619
test-bench-deps: {}
maintainer: lmjubuntu@gmail.com
synopsis: Aeson helper func
changelog: ''
basic-deps:
base: '>=4.7 && <5'
unordered-... | ```yaml
homepage: https://github.com/Lupino/yuntan-common/tree/master/aeson-helper#readme
changelog-type: ''
hash: 6c9fdb6aabc068fd37afd50557a2650ed96db10e265fdeeedfbbe15f1c1a429c
test-bench-deps: {}
maintainer: lmjubuntu@gmail.com
synopsis: Aeson helper func
changelog: ''
basic-deps:
base: '>=4.7 && <5'
text: -any... |
7ad77f0c-54f8-4a20-b451-fb7c8d6704e2 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/eliaslfox/language-elm#readme
changelog-type: ''
hash: fd05f5fd4e81642d1525c2f41cc0c9782c165d575f4f4ec100316e016f4732dc
test-bench-deps:
MissingH: -any
base: -any
HUnit: -any
language-elm: -any
pretty: -any
maintainer: eliaslfox@gmail.com
synopsis: Generate elm code
change... | ```yaml
homepage: https://github.com/eliaslfox/language-elm#readme
changelog-type: ''
hash: 8cf7b73dc2ed8b2c0946caa34811f3050d75fe260a4fdfefba46640ad4c68a47
test-bench-deps:
base: -any
HUnit: -any
language-elm: -any
pretty: -any
maintainer: eliaslfox@gmail.com
synopsis: Generate elm code
changelog: ''
basic-dep... |
f11dd79e-a6e5-42b5-bc2c-6ed25c308bcb | {
"language": "YAML"
} | ```yaml
trigger: none
pr: none
variables:
BASE_BRANCH: "master"
CACHE_S3_PREFIX: "stack-nightly"
CACHE_S3_VERSION: "v0.1.4"
S3_BUCKET: "fpco-public-cache"
AWS_REGION: "us-east-1"
jobs:
- template: ./.azure/azure-nightly-template-osx.yml
parameters:
name: macOS
vmImage: macOS-10.14
os: osx
- t... | ```yaml
trigger: none
pr: none
schedules:
- cron: "0 0 * * *"
displayName: Nightly build
branches:
include:
- master
- stable
variables:
BASE_BRANCH: "master"
CACHE_S3_PREFIX: "stack-nightly"
CACHE_S3_VERSION: "v0.1.4"
S3_BUCKET: "fpco-public-cache"
AWS_REGION: "us-east-1"
jobs:
- template:... |
fd546feb-085c-4830-b551-95c7cfff9bbf | {
"language": "YAML"
} | ```yaml
homepage: http://github.com/haskell-jp/unicode-show#readme
changelog-type: ''
hash: fbe71707a6a23ba9291913b23c71773efa6071e47008943ab86fcd43829d896b
test-bench-deps:
test-framework-hunit: -any
test-framework: -any
base: -any
test-framework-quickcheck2: -any
HUnit: -any
unicode-show: -any
QuickChec... | ```yaml
homepage: http://github.com/haskell-jp/unicode-show#readme
changelog-type: ''
hash: 6c480cc37ac152b4cc8725194cd22e27d80a943bf0076d19c8ad7272b2edc886
test-bench-deps:
base: -any
hspec: -any
unicode-show: -any
QuickCheck: -any
maintainer: whosekiteneverfly@gmail.com
synopsis: print and show in unicode
cha... |
7b2c8e07-f912-4ada-b16f-d23694520eb6 | {
"language": "YAML"
} | ```yaml
alice:
roles:
STUDY_COORDINATOR:
barbara:
roles:
STUDY_ADMIN:
carla:
roles:
SITE_COORDINATOR: ['IL036']
darlene:
roles:
SUBJECT_COORDINATOR: ['IL036']
erin:
roles:
SUBJECT_COORDINATOR: ['IL036', 'PA015']
frieda:
roles:
SITE_COORDINATOR: ['IL036']
gertrude:
roles:
SUBJEC... | ```yaml
alice:
roles:
STUDY_COORDINATOR:
barbara:
roles:
STUDY_ADMIN:
carla:
roles:
SITE_COORDINATOR: ['IL036']
darlene:
roles:
SUBJECT_COORDINATOR: ['IL036']
erin:
roles:
SUBJECT_COORDINATOR: ['IL036', 'PA015']
frieda:
roles:
SITE_COORDINATOR: ['MN026']
gertrude:
roles:
SUBJEC... |
88bd7a15-d09b-4421-bec6-3d75e60705bf | {
"language": "YAML"
} | ```yaml
- "company/all"
- "tech"
- "progress/2014"
- "progress/2013"
- "company/2014"
- "company/2013"```
Add 2015 company board to nav | ```yaml
- "company/all"
- "company/2015"
- "company/2014"
- "company/2013"
- "tech"
- "progress/2014"
- "progress/2013"
``` |
b6e089eb-2b71-4e78-b77b-30c737ffc5f3 | {
"language": "YAML"
} | ```yaml
---
- hosts: consul_servers
tasks:
- name: check port 8300 open between all consul servers
wait_for:
host: "{{ hostvars[item].ansible_default_ipv4.address }}"
port: 8300
with_items: groups['consul_servers']
- name: check port 8302 open between all consul servers
wait_for:
h... | ```yaml
---
- hosts: consul_servers
tasks:
- name: check port 8300 open between all consul servers
wait_for:
host: "{{ hostvars[item].ansible_default_ipv4.address }}"
port: 8300
with_items: groups['consul_servers']
- name: check port 8302 open between all consul servers
wait_for:
h... |
c66d6061-16f3-4968-ad53-7a11313e2536 | {
"language": "YAML"
} | ```yaml
# MINIMUM ANDROID VERSION ALLOWED
minimum_android_version_code: 2
#PENDING QUESTION TYPES: FRONT_PIcTURE, REAR_PICTURE
question_types: ['SELECT_ONE', 'SELECT_MULTIPLE', 'SELECT_ONE_WRITE_OTHER',
'SELECT_MULTIPLE_WRITE_OTHER', 'FREE_RESPONSE', 'SLIDER', 'DATE',
'RATING', 'TIME', 'LIST_OF_TEXT_B... | ```yaml
# MINIMUM ANDROID VERSION ALLOWED
minimum_android_version_code: 2
#PENDING QUESTION TYPES: FRONT_PIcTURE, REAR_PICTURE
question_types: ['SELECT_ONE', 'SELECT_MULTIPLE', 'SELECT_ONE_WRITE_OTHER',
'SELECT_MULTIPLE_WRITE_OTHER', 'FREE_RESPONSE', 'SLIDER', 'DATE',
'RATING', 'TIME', 'LIST_OF_TEXT_B... |
63331523-cd28-4264-971e-3e7b7af1dd15 | {
"language": "YAML"
} | ```yaml
---
site: phe_eolc_int
whitehall_slug: public-health-england
homepage: https://www.gov.uk/government/organisations/public-health-england
tna_timestamp: 20190501131812
host: www.endoflifecare-intelligence.org.uk
aliases:
- endoflifecare-intelligence.org.uk
```
Update endoflifecare-intelligence homepage to colle... | ```yaml
---
site: phe_eolc_int
whitehall_slug: public-health-england
homepage: https://www.gov.uk/government/collections/palliative-and-end-of-life-care
tna_timestamp: 20190501131812
host: www.endoflifecare-intelligence.org.uk
aliases:
- endoflifecare-intelligence.org.uk
``` |
7af51514-1036-4269-be68-b0e64cf6be4f | {
"language": "YAML"
} | ```yaml
AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: GPL-3.0-only
WebSite: https://gianlu.xyz/projects/Aria2App
SourceCode: https://github.com/devgianlu/Aria2App
IssueTracker: https://github.com/devgianlu/Aria2App/issues
Donate: https://www.paypal.me/devgianlu
LiberapayID: '1381702'
AutoName: Aria2Ap... | ```yaml
AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: GPL-3.0-only
WebSite: https://gianlu.xyz/projects/Aria2App
SourceCode: https://github.com/devgianlu/Aria2App
IssueTracker: https://github.com/devgianlu/Aria2App/issues
Donate: https://www.paypal.me/devgianlu
LiberapayID: '1381702'
AutoName: Aria2Ap... |
847e3d7a-26e0-4ef0-92fb-4e6f0b609833 | {
"language": "YAML"
} | ```yaml
version: '3.9'
services:
sut:
build:
context: .
dockerfile: ./Dockerfile
command: /workspace/run_tests.sh
```
Set docker compose yaml version to 3. | ```yaml
version: '3'
services:
sut:
build:
context: .
dockerfile: ./Dockerfile
command: /workspace/run_tests.sh
``` |
51237de2-860b-40e8-b534-8f13c897822f | {
"language": "YAML"
} | ```yaml
# Config file used for continuous deployment to Google Cloud Run.
steps:
# build the container image
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/security-crawl-maze', '.']
# push the container image to Container Registry
- name: 'gcr.io/cloud-builders/docker'
args: [... | ```yaml
# Config file used for continuous deployment to Google Cloud Run.
steps:
# build the container image
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/security-crawl-maze', '.']
# push the container image to Container Registry
- name: 'gcr.io/cloud-builders/docker'
args: [... |
330a94ed-6dc3-487a-a592-5afde4367b69 | {
"language": "YAML"
} | ```yaml
---
network::interfaces_hash:
'em1':
onboot: 'yes'
master: 'bond1'
slave: 'yes'
'em2':
onboot: 'yes'
master: 'bond1'
slave: 'yes'
'em3':
onboot: 'yes'
ipaddress: '172.16.0.103'
netmask: '255.255.248.0'
defroute: ... | ```yaml
---
network::interfaces_hash:
'em1':
onboot: 'yes'
devicetype: 'TeamPort'
team_master: 'team1'
team_port_cfg: '{ "prio" : 100 }'
'em2':
onboot: 'yes'
devicetype: 'TeamPort'
team_master: 'team1'
team_port_cfg: '{ "prio" : 100 }'
'em3':
onboot: ... |
1bcc75d5-6fac-4221-a767-a9112440213e | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/metrix-ai/optima
changelog-type: ''
hash: e20bb97943a4542127ac6112f02fddbed23247d28927ebc4cc771595774b8293
test-bench-deps:
rerebase: ==1.*
optima: -any
attoparsec-data: ==1.*
maintainer: Metrix.AI Tech Team <tech@metrix.ai>
synopsis: Simple command line interface arguments pa... | ```yaml
homepage: https://github.com/metrix-ai/optima
changelog-type: ''
hash: 2d5cce1c37f40b179f745ca44b0b22d33f836b22768a9283a3f011809cdd7704
test-bench-deps:
rerebase: ==1.*
optima: -any
attoparsec-data: ==1.*
maintainer: Metrix.AI Tech Team <tech@metrix.ai>
synopsis: Simple command line interface arguments pa... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.