code stringlengths 38 801k | repo_path stringlengths 6 263 |
|---|---|
name: Unit Tests
on:
push:
branches: "**"
tags-ignore: "**"
# This refers to pull_request events running in the target (base) repo
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows#pull_request_target
# By default runs on these activity types only: opened, synchronize, reopen... | .github/workflows/buildkite_unit_tests.yml |
---
- name: Ensure group "greenlight" exists
group:
name: greenlight
state: present
- name: Ensure user greenlight exists
user:
name: greenlight
shell: /bin/bash
password: '!'
update_password: on_create
groups: greenlight
state: present
- name: Checkout greenlight repository
git:... | roles/greenlight/tasks/main.yml |
name: runtime-k210
on: [push, pull_request]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04]
steps:
- uses: actions/checkout@v2
- uses: seanmiddleditch/gha-setup-ninja@master
- name: Download K210 Toolchains
... | .github/workflows/runtime-k210.yml |
AWSTemplateFormatVersion: '2010-09-09'
Description: Deploy a service on AWS Fargate, hosted in two public subnets and accessible via a public load balancer.
Derived from a template at https://github.com/nathanpeck/aws-cloudformation-fargate.
Parameters:
StackName:
Type: String
Description: The name of the n... | aws/cloudformation/ecs-zero-downtime-deployment/task.yml |
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
api-approved.openshift.io: https://github.com/openshift/api/pull/470
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.open... | vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_project.crd.yaml |
filters:
active_record_all: !ruby/regexp /.*(SELECT|UPDATE|INSERT|DELETE|ALTER|SAVEPOINT|TRUNCATE|BEGIN|COMMIT|ROLLBACK|information_schema).*/
active_record_alter: !ruby/regexp /.*ALTER.*/
active_record_tx: !ruby/regexp /.*(BEGIN|COMMIT|ROLLBACK|SAVEPOINT).*/
active_record_delete: !ruby/regexp /.*DELETE.*/
ac... | config/logging_filters.yml |
title: 'Rinnovo della Microsoft 365 Certified: Teams Administrator Associate'
metadata:
title: 'Rinnovo della Microsoft 365 Certified: Teams Administrator Associate'
description: 'Se possiedi questa certificazione che scadrà tra sei mesi, allora sei idoneo al suo rinnovo.'
uid: renewal.m365-teams-administrator-asso... | learn-certs-pr/m365-teams-administrator-associate/renew/index.yml |
version: '2.1'
services:
zookeeper:
image: wurstmeister/zookeeper
ports:
- "2181:2181"
kafka:
image: wurstmeister/kafka:2.12-2.4.1
ports:
- "9092:9092"
environment:
# Set the max.message.bytes of the kafka broker to 11MiB.
KAFKA_MESSAGE_MAX_BYTES: 11534336
KAFKA_R... | deployments/ticdc/docker-compose/docker-compose-kafka-integration.yml |
title: Microsoft 365 기초
metadata:
title: '과정 MS-900T01-A: Microsoft 365 Fundamentals'
description: '과정 MS-900T01-A: Microsoft 365 Fundamentals'
uid: course.ms-900t01
courseNumber: 'MS-900T01-A'
hoursToComplete: 24
iconUrl: /media/learn/certification/course.svg
skillsGained:
- skill: 다양한 클라우드 서비스 모델 차별화
- skill: Mic... | learn-certs-pr/courses/ms-900t01.yml |
---
# defaults file for raw
#raw_name: raw
#raw_directory: /opt
#raw_version: 8
#raw_user: raw
#raw_group: raw
#raw_interfaces:
# - address: 127.0.0.1
#raw_server:
# - name: server.example.com
# options:
# - buffer
#raw_service_state: started
#raw_service_enabled: yes
_raw_requirements:
default:
-... | defaults/main.yml |
pl:
button_save_as: "Zapisz raport jako..."
comments: "Komentarz"
cost_reports_title: "Raporty kosztów"
label_cost_report: "Raport kosztów"
description_drill_down: "Pokaż szczegóły"
description_filter_selection: "Wybór"
description_multi_select: "Pokaż multiselect"
description_remove_filter: "Usuń filtr... | modules/reporting/config/locales/crowdin/pl.yml |
---
# (c) <NAME> <<EMAIL>>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, s... | vars/centos-7.yml |
---
- name: Create deployment directory.
import_tasks: directory.yml
- name: Deploy the code.
import_tasks: deploy.yml
- name: Cleanup on deployment failure.
file: path={{ laravel_root_dir }}/releases/{{ release_version.stdout }} state=absent
when: deployed is failed
- name: Check if processing needs to cont... | tasks/main.yml |
uid: keyvault.verify.verify
name: verify
service: Key Vault
groupName: verify
apiVersion: 2016-10-01
summary: "Verifies a signature using a specified key. \nThe VERIFY operation is applicable to symmetric keys stored in Azure Key Vault. VERIFY is not strictly necessary for asymmetric keys stored in Azure Key Vault sin... | docs-ref-autogen/keyvault/verify/verify.yml |
name: Planetary Computer APIs CI/CD
on:
push:
branches: [main]
tags: ["*"]
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run cibuild
run: ./scripts/cibuild
- name: Get image tag
id: get_image_tag
run:
... | .github/workflows/cicd.yml |
{{- $lrlist := .Values.hyperParamValues.learning_rate -}}
{{- $batchsizelist := .Values.hyperParamValues.train_batch_size -}}
{{- $image := .Values.image -}}
{{- $useGPU := .Values.useGPU -}}
{{- $useVirtualNode := .Values.useVirtualNode -}}
{{- $chartname := .Chart.Name -}}
{{- $chartversion := .Chart.Version -}}
# t... | hyperparameter/chart/templates/tfjob.yaml |
{% set version = '1.0' %}
package:
name: r-mgsz
version: {{ version|replace("-", "_") }}
source:
url:
- {{ cran_mirror }}/src/contrib/mGSZ_{{ version }}.tar.gz
- {{ cran_mirror }}/src/contrib/Archive/mGSZ/mGSZ_{{ version }}.tar.gz
sha256: f0978d2c6468c26399432f1f49aca1c04189322ef76f3d539f080a584e44892... | recipes/r-mgsz/meta.yaml |
uid: azure.mgmt.datamigration.models.MigrateSqlServerSqlMISyncTaskOutputMigrationLevel
name: MigrateSqlServerSqlMISyncTaskOutputMigrationLevel
fullName: azure.mgmt.datamigration.models.MigrateSqlServerSqlMISyncTaskOutputMigrationLevel
module: azure.mgmt.datamigration.models
inheritances:
- azure.mgmt.datamigration.mode... | docs-ref-autogen/azure-mgmt-datamigration/azure.mgmt.datamigration.models.MigrateSqlServerSqlMISyncTaskOutputMigrationLevel.yml |
array_relationships:
- name: pokemonV2PokemonevolutionsByPartyTypeId
using:
foreign_key_constraint_on:
column: party_type_id
table:
name: pokemon_v2_pokemonevolution
schema: public
- name: pokemonV2TypeefficaciesByTargetTypeId
using:
foreign_key_constraint_on:
column: targe... | graphql/metadata/databases/default/tables/public_pokemon_v2_type.yaml |
spring:
profiles:
active: dev
application:
name: jis-platform-project
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
default-property-inclusion: non_null
datasource:
name: jusspmsDataSource
url: jdbc:mysql://192.168.7.38:3306/jis-platform... | jis-config/jis-platform-project-dev.yml |
resource_registry:
OS::TripleO::Services::Collectd: ../docker/services/metrics/collectd.yaml
# parameter_defaults:
#
################
#### Basic Collectd configuration
################
#
## These are the default plugins used by collectd
#
# CollectdDefaultPlugins:
# - disk
# - interface
# - load
# ... | environments/collectd-environment.yaml |
---
repo: aquasecurity/trivy
labels:
# kind
- name: kind/api-change
color: e11d21
description: Categorizes issue or PR as related to adding, removing, or otherwise changing an API
- name: kind/bug
color: e11d21
from: bug
description: Categorizes issue or PR as related to a bug.
- name: kind/cleanup
color: ... | misc/triage/labels.yaml |
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
labels:
role: alert-rules
name: prometheus-custom-rules-hmpps-workload
namespace: hmpps-workload-prod
spec:
groups:
- name: application-rules
rules:
- alert: SQS-oldest-message
annotations:
message: SQS - manage-a-se... | namespaces/live-1.cloud-platform.service.justice.gov.uk/hmpps-workload-prod/06-prometheus-sqs.yaml |
---
authority:
default_aia:
issuer_url: http://localhost:7880/v1/certs/${ISSUER_ID}.crt
crl_url: http://localhost:7880/v1/crl/${ISSUER_ID}.crl
ocsp_url: http://localhost:7880/v1/ocsp
# value in 72h format for duration of CRL next update time
crl_expiry: 12h
# value in 8h format for duration o... | etc/dev/ca-config.dev.yaml |
name: Java CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
name: Package and run all tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Init Coveralls
shell: bash
run: |
COVERALLS_TOKEN=${{ secrets... | .github/workflows/main.yml |
items:
- uid: botbuilder-dialogs.DialogMemoryScope
name: DialogMemoryScope
fullName: DialogMemoryScope
children:
- botbuilder-dialogs.DialogMemoryScope.delete
- botbuilder-dialogs.DialogMemoryScope.constructor
- botbuilder-dialogs.DialogMemoryScope.getMemory
- botbuilder-dialogs.Di... | botbuilder-typescript/docs-ref-autogen/botbuilder-dialogs/DialogMemoryScope.yml |
name: fsl
alert: FSL is non-free. If you are considering commercial use of FSL, please consult the relevant license(s).
binaries:
arguments:
required:
- version
optional:
install_path: /opt/fsl-{{ self.version }}
exclude_paths: ""
urls:
"6.0.4": https://fsl.fmrib.ox.ac.uk/fsldownloads/f... | neurodocker/templates/fsl.yaml |
version: "3"
services:
nacos:
image: nacos/nacos-server:1.1.4
ports:
- "8848:8848"
environment:
MODE: standalone
restart: always
sentinel:
image: bladex/sentinel-dashboard:1.7.1
ports:
- "8858:8858"
restart: always
seata:
image: seataio/seata-server:1.0.0
... | docker-compose.yml |
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
# Site settings
ti... | _config.yml |
---
- name: Check for specific TLS cert file
when: zend_tls_cert_path | bool
stat:
path: "{{ zend_tls_cert_path }}"
register: tls_cert_file_reg
- name: Check for specific TLS key file
when: zend_tls_key_path | bool
stat:
path: "{{ zend_tls_key_path }}"
register: tls_key_file_reg
- name: Check for ... | tasks/certificate.yml |
sidebar:
about: True # set to False or comment line if you want to remove the "how to use?" in the sidebar
education: True # set to False if you want education in main section instead of in sidebar
# Profile information
name: <NAME>
tagline: Simulation Engineer
avatar: profile.png #place a 10... | _data/data.yml |
name: TextureDecoderNative
on:
push:
branches: [ cross ]
pull_request:
branches: [ cross ]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
defaults:
run:
working-directory: Texture2DDecoderNative
jobs:
build:
# The CMake configure and... | .github/workflows/texture-decoder.yml |
name: PromptDTOQna
uid: '@azure/cognitiveservices-qnamaker-runtime.PromptDTOQna'
package: '@azure/cognitiveservices-qnamaker-runtime'
summary: QnADTO - Either QnaId or QnADTO needs to be present in a PromptDTO object
fullName: PromptDTOQna
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
-... | docs-ref-autogen/@azure/cognitiveservices-qnamaker-runtime/PromptDTOQna.yml |
name: Plan
uid: '@azure/arm-mixedreality.Plan'
package: '@azure/arm-mixedreality'
summary: Plan for the resource.
fullName: Plan
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: name
uid: '@azure/arm-mixedreality.Plan.name'
package: '@azure/arm-mixedreality'
summary: A ... | docs-ref-autogen/@azure/arm-mixedreality/Plan.yml |
name: cgroup2
on:
push:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
build:
name: "Build"
runs-on: ubuntu-20.04
timeout-minutes: 40
steps:
- name: "Checkout"
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: "Make"
... | .github/workflows/cgroup2.yaml |
cluster_name: Test Cluster
num_tokens: 256
hinted_handoff_enabled: true
max_hint_window_in_ms: 10800000
hinted_handoff_throttle_in_kb: 1024
max_hints_delivery_threads: 2
hints_flush_period_in_ms: 10000
max_hints_file_size_in_mb: 128
batchlog_replay_throttle_in_kb: 1024
authenticator: AllowAllAuthenticator
authorizer: A... | cassandra-3.0/src/test/resources/first.yaml |
ans\schemes\CtElegibilidadeVerificaType:
properties:
dadosPrestador:
expose: true
access_type: public_method
serialized_name: dadosPrestador
xml_element:
namespace: 'http://www.ans.gov.br/padroes/tiss/schemas'
accessor:
... | soap/metadata/ans/schemes/CtElegibilidadeVerificaType.yml |
imports:
- { resource: "transformers.yml" }
- { resource: "preprocessors.yml" }
parameters:
graphql.contexts:
- Ynlo\GraphQLBundle\Behat\Context\AssertContext
- Ynlo\GraphQLBundle\Behat\Context\DatabaseContext
- Ynlo\GraphQLBundle\Behat\Context\DoctrineContext
- Ynlo\GraphQL... | src/Behat/Resources/config/services.yml |
---
# Name of this ElasticSearch instance.
elasticsearch_name: elasticsearch
# Cluster name identifies your cluster for auto-discovery. If you're running
# multiple clusters on the same network, make sure you're using unique names.
elasticsearch_cluster_name: elasticsearch
# Node names are generated dynamically on st... | defaults/main.yml |
apiVersion: apps/v1
kind: StatefulSet
metadata:
labels:
jenkins: slave
jenkins/label: static-golang
name: static-golang-arm64
namespace: ci
spec:
replicas: 1
selector:
matchLabels:
app: static-golang
serviceName: static-golang
template:
metadata:
labels:
app: static-gol... | jenkins/kube-jenkins-dind-agent/kubernetes/static-golang-statefulset-arm64.yml |
_id: 46732f00-b7dd-11e9-8b2d-439f5113ecff
message: >-
However, zen.qquc.zacharythomas.github.io.vmd.yp distension, aids uncommon:
[URL=http://pccarebusiness.com/propranolol/ - propranolol[/URL -
[URL=http://tofupost.com/cheap-viagra/ - viagra.com[/URL -
[URL=http://earthbeours.com/buy-prednisone/ - prednisone... | _data/comments/elasticsearch-restore/comment-1565049661835.yml |
---
# Tuya Converted wallplug, not in use yet.
esphome:
name: esp13
platform: ESP8266
board: esp8285
# WiFi connection
wifi:
ssid: !secret wifi_not_ssid
password: !secret wifi_not_password
# Enable logging
logger:
# Enable Home Assistant API
api:
password: !secret <PASSWORD>api_password
# Enable over-th... | config/esphome/esp13.yaml |
---
- hosts: adop
gather_facts: false
tasks:
- name: Lunch ADOP installation, STEP 1, extending file systems...
become: true
shell: |
lvresize -L +9G --resizefs /dev/mapper/vg--system-lv--root
lvresize -L +4G --resizefs /dev/mapper/vg--system-lv--var
- name: Lunch ADOP installation, STEP ... | Install_ADOP_on_ADOP1_Server_AllSteps.yml |
---
puppet_enterprise::profile::master::check_for_updates: false
# flag for enabling general sensu monitoring for the node
profile::platform::baseline::enable_monitoring: false
# flag for enabling webserver monitoring via sensu
profile::app::sample_website::linux::enable_monitoring: false
profile::app::sample_website... | data/common.yaml |
---
- name: Format 'acpr_pull_secret' variable
no_log: true
set_fact:
acpr_pull_secret: "{{ acpr_pull_secret | default({}) }}"
- name: Append all container registries to 'registries' variable
no_log: true
set_fact:
registries: "{{ registries | default([]) + [item.value.host] }}"
loop: "{{ lookup('dic... | avaloq-acpr/src/ansible/roles/avaloq.acpr-ocp4-configure-cluster/tasks/container_registry.yml |
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: tungsten-controller-webui
namespace: {{ .TF_NAMESPACE }}
labels:
app: tungsten-controller-webui
spec:
selector:
matchLabels:
app: tungsten-controller-webui
template:
metadata:
labels:
app: tungsten-controller-webui
spec:
... | bindata/tungsten/webui/017-daemonset-tungsten-controller-webui.yaml |
title: A Load Balancer dokumentációja
summary: Ismerje meg az Azure Load Balancer használatát. A rövid útmutatók, oktatóanyagok és egyéb dokumentumok bemutatják, hogyan helyezhet üzembe egy terheléselosztót és hogyan oszthatja el a virtuális gépek és felhőalapú erőforrások, illetve a helyszínek közötti virtuális hálóza... | articles/load-balancer/index.yml |
swagger: '2.0'
info:
description: API for the metadata validation service.
version: 1.0.0
title: Metadata Validation API
contact:
email: <EMAIL>
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
tags:
- name: validation
description: Metadata validation operations
... | swagger/swagger.yaml |
name: release
on:
push:
tags:
- "v[0-9]+.[1-9]+.[0-9]*"
jobs:
release:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v1
- run: |
export SUFFIX=" (Codename: '$(cat CODENAME)')"
echo "RELEASE_NAME_SUFFIX=$SUFFIX" >> $GITHUB_ENV
- nam... | .github/workflows/publish_release.yml |
header:
particle_object: 'MULTIPLE'
particle_type: 'MULTIPLE'
data:
- _index: 1
particle_object: FlortDjCsppMetadataRecoveredDataParticle
particle_type: flort_dj_cspp_metadata_recovered
internal_timestamp: 3606762499.950000
last_character_controller_id: '1'
day_of_year_number: 107
frac... | mi/dataset/driver/flort_dj/cspp/resource/BAD_recovered.yml |
name: Checks
on: [push, pull_request]
jobs:
unix:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
env:
PYTHONPATH: /usr/local/lib/python2.7:/usr/local/lib/python2.7/dist-packages:/usr/local/lib/python2.7/site-packages
... | .github/workflows/MediaConch_Checks.yml |
systems:
- darwin/amd64
- linux/amd64
dependencies:
action-doc:
template: action-doc#action-doc
vars:
version: 0.4.0
octo:
template: origin#octo
vars:
version: 0.23.0
semver:
url: https://github.com/fsaintjacques/semver-tool/archive/{{.version}}.tar.gz
archive_path: ./semver-to... | bindown.yml |
---
# stage3 & base system installation
# https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Stage
# https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Base
- name: Copy Over Stage Retrieval Script
template:
src: get_stage.sh
dest: /mnt/gentoo/
mode: 0755
- name: Download Stage3 Tarball
co... | roles/stage3/tasks/main.yml |
title: "Register to vote"
preamble: >
<p>Register to vote to get on the electoral register, or to change your details.</p>
<p>You need to be on the electoral register to vote in elections or referendums.</p>
faqs:
- question: Related content
answer: >
<a href="https://www.registertovote.service.gov.uk/... | config/machine_readable/register-to-vote.yml |
enabled: True
cluster:
# Keep all daily up to X days back, last snapshot in a week X weeks back, last snapshot in a month X months back...
prune:
keepDaily: 30
keepWeekly: 24
keepMonthly: 60
keepYearly: 10
# Rsync options
rsync:
verbose: True
# Source server connection details
source:
location: local # l... | mreschke/serverbackups/templates/defaults.yml |
image: registry.gitlab.com/fudaa/fudaa-scripts:latest
include:
template: Dependency-Scanning.gitlab-ci.yml
variables:
# This will supress any download for dependencies and plugins or upload messages which would clutter the console log.
# `showDateTime` will show the passed time in milliseconds. You need to spec... | submissions/reusable/paper310/cd-linter-artifacts/cd-smell-occurrences/linter_configfiles/fudaa__fudaa-crue/.gitlab-ci.yml |
name: SpatialDataSetStats
uid: azure-maps-spatial-io.atlas.SpatialDataSetStats
package: azure-maps-spatial-io
summary: Statistics about the content and processing time of a XML feed.
fullName: SpatialDataSetStats
isPreview: false
isDeprecated: false
type: interface
properties:
- name: numCharacters
uid: azure-map... | docs-ref-autogen/azure-maps-spatial-io/atlas.SpatialDataSetStats.yml |
- episode: 9
title: "Black Holes - Is there one inside you right now?"
description: "What is a black hole, where do they come from, and how might then end up destroying Earth?"
img: "/static/img/podcast/thumb_blackhole.jpg"
link: "https://samuelreay.podbean.com/e/black-holes-is-there-one-inside-you-right-now/"
... | _data/podcasts.yml |
version: '2.4.{build}'
# branches to build
branches:
# whitelist
only:
- master
image:
#- Visual Studio 2015
- Visual Studio 2017
environment:
matrix:
# Win32/x64/Debug
- platform: x64
configuration: Debug
cmake_args:
# Win32/x64/Release
- platform: x64
configurati... | appveyor.yml |
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: {{ include "babylon-lab-ui-manager.name" . }}
annotations:
description: >-
Access read cluster resources for babylon lab-ui-manager
labels:
{{- include "babylon-lab-ui-manager.labels" . | nindent 4 }}
rules:
- apiGroups:
- ... | lab-ui-manager/helm/templates/rbac.yaml |
---
- name: send nginx config to kvm host
copy:
src: "{{ files.base }}/conf/nginx.conf"
dest: /etc/nginx/nginx.conf
selevel: s0
serole: object_r
setype: httpd_config_t
seuser: system_u
- name: make nginx ipxe dir
file:
path: /usr/share/nginx/html/ipxe
state: directory
recurse: ... | tasks/kvm_host/setup-nginx.yml |
'Old Testament':
- { book: { name: Genesis, chapters: 50 } }
- { book: { name: Exodus, chapters: 40 } }
- { book: { name: Numbers, chapters: 36 } }
- { book: { name: Deuteronomy, chapters: 34 } }
- { book: { name: Joshua, chapters: 24 } }
- { book: { name: Judges, chapters: 21 } }
- { book: { name: Ruth, ... | user/plugins/bibleref/data/book_chapters.yaml |
- name: "Zürich"
url: https://data.stadt-zuerich.ch/dataset?q=&tags=3d-stadtmodell
json: Zurich_Building_LoD2_V10.json
json-size: 292.9
gml: Zurich_Building_LoD2_V10.gml
gml-size: 3030
# textures: none
validity: 76% buildings valid
details: "Buildings in LoD2"
- name: "<NAME>"
url: https://denhaag.... | _data/datasets.yml |
name: Continuous integration tests
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
max-parallel: 4
matrix:
# should match python in runtime.txt
python-version: [3.9.8]
services:
postgres:
# image should match heroku and/or docker-compose.yaml
im... | .github/workflows/tests.yml |
---
network_isolation: true
network_isolation_type: single-nic-vlans # multiple-nics, bond-with-vlans, public-bond
network_environment_file: network-environment.yaml.j2
external_network_cidr: 192.168.23.0/24
undercloud_external_network_cidr: >-
{%- if overcloud_ipv6|bool %}2001:db8:fd00:1000::/64{% else %}10.0.0.1... | roles/overcloud-prep-config/defaults/main.yml |
parameters:
ongr_project.sql_relations.simple_trigger.class: ONGR\ConnectionsBundle\Sync\Extractor\Relation\SimpleSqlRelation
ongr_project.sql_relations.composed_trigger.class: ONGR\ConnectionsBundle\Sync\Extractor\Relation\ComposedSqlRelation
ongr_project.sql_relations.related_table.class: ONGR\Connections... | Tests/app/config/injection_test.yml |
---
#
# edX Configuration
#
# github: https://github.com/edx/configuration
# wiki: https://github.com/edx/configuration/wiki
# code style: https://github.com/edx/configuration/wiki/Ansible-Coding-Conventions
# license: https://github.com/edx/configuration/blob/master/LICENSE.TXT
#
#
# Vars for role analyti... | repo-github/ovnicraft@evex-configuration/playbooks/roles/analytics/defaults/main.yml |
version: 2.1
# Orbs are reusable packages of CircleCI configuration that you may share across projects, enabling you to create encapsulated, parameterized commands, jobs, and executors that can be used across multiple projects.
orbs:
android: circleci/android@1.0.3
jobs:
# Below is the definition of your job to b... | .circleci/config.yml |
abstract: 'Model-based reinforcement learning (MBRL) is widely seen as having the
potential to be significantly more sample efficient than model-free RL. However,
research in model-based RL has not been very standardized. It is fairly common for
authors to experiment with self-designed environments, and there are... | bookshelf/papers/30bc1ec848dd999d2882c8028c3c03fc-wang-tingwu-and-bao/info.yaml |
uid: "com.azure.storage.blob.specialized.BlobClientBase.setTagsWithResponse*"
fullName: "com.azure.storage.blob.specialized.BlobClientBase.setTagsWithResponse"
name: "setTagsWithResponse"
nameWithType: "BlobClientBase.setTagsWithResponse"
members:
- uid: "com.azure.storage.blob.specialized.BlobClientBase.setTagsWithRes... | storage-java/storagev12/_javadocs/com.azure.storage.blob.specialized.BlobClientBase.setTagsWithResponse.yml |
name: CI
on:
push:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
# SETUP
- uses: actions/checkout@v2
- name: Cache PureScript dependencies
uses: actions/cache@v2
with:
key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dha... | .github/workflows/ci.yml |
---
root: true
rules:
class-methods-use-this: 0
# Allow functions with name starting with capital letter for HOC
import/no-named-as-default-member: 0
import/no-named-as-default: 0
eslint-comments/no-unused-disable: 2
eslint-comments/no-unused-enable: 2
prettier/prettier: 2
# Turn this off because eslint... | vscode_extension/.eslintrc.yaml |
---
name: Build and publish golang image
on:
# Run every day at 5AM UTC
schedule:
- cron: '0 5 * * *'
env:
QUAY_ORG: projectquay
QUAY_REPO: golang
QUAY_USER: projectquay+claircore_github
jobs:
golang-image:
name: Build and publish golang image
runs-on: 'ubuntu-latest'
strategy:
fail... | .github/workflows/golang-image.yml |
title: Solace JMS API
summary: These tutorials get you up to speed sending and receiving messages with Solace technology.
baseurl: "/solace-samples-jms" # the subpath of your site, e.g. /solace-samples-java
repository: https://github.com/SolaceSamples/solace-samples-jms
# Also see _includes/intro.html to customize the... | _config.yml |
convergence_ionic:
defaults:
units: eV
schemaId: properties-directory-workflow-convergence-ionic
isMonitor: true
convergence_electronic:
defaults:
units: eV
schemaId: properties-directory-workflow-convergence-electronic
isMonitor: true
# SCALAR
pressure:
defaults:
units: kbar
schemaId: pro... | manifest/properties.yaml |
apiVersion: batch/v1
kind: Job
metadata:
name: snowplow-enrich
spec:
backoffLimit: 3
ttlSecondsAfterFinished: 180
template:
metadata:
labels:
app: enrich
component: enrich
spec:
restartPolicy: OnFailure
containers:
- image: snowplow/beam-enrich:1.2.3
i... | k8s/enrich/job.yaml |
version: 2.1
orbs:
codacy: codacy/base@0.3.8
references:
circleci_job: &circleci_job
docker:
- image: circleci/circleci-cli:0.1.5879
working_directory: ~/workdir
jobs:
pack_and_validate:
<<: *circleci_job
steps:
- attach_workspace:
at: ~/
- run:
name: Pack o... | .circleci/config.yml |
title: 東京節約チャンネル
email: <EMAIL>
description: >- # this means to ignore newlines until "baseurl:"
分享在东京生活的省钱技巧
# baseurl: "" # the subpath of your site, e.g. /blog
# url: "https://www.izyc.me" # the base hostname & protocol for your site, e.g. http://example.com
# twitter_username: yussica0309
# github_username: yus... | _config.yml |
homepage: http://www.haskell.org/haskellwiki/ThreadScope
changelog-type: ''
hash: 16229d956bb4a39d56f6b4c23663d950ebb6d58023949fbf50cd776f79bf0610
test-bench-deps: {}
maintainer: <NAME> <<EMAIL>>
synopsis: A graphical tool for profiling parallel Haskell programs.
changelog: ''
basic-deps:
pango: <0.14
bytestring: <... | packages/th/threadscope.yaml |
title: Administering Relational Databases on Microsoft Azure
metadata:
title: 'DP-300: Administering Relational Databases on Microsoft Azure'
description: 'DP-300: Administering Relational Databases on Microsoft Azure'
uid: exam.dp-300
displayName: DP-300
summary: |-
<div><font color='red'><strong>該考試內容將在2021年9月2... | learn-certs-pr/exams/dp-300.yml |
- block:
- set_fact:
access_key: "{{ aws_access_key | default(lookup('env','AWS_ACCESS_KEY_ID'), true) }}"
secret_key: "{{ aws_secret_key | default(lookup('env','AWS_SECRET_ACCESS_KEY'), true) }}"
stack_name: "{{ aws_server_name | replace('.', '-') }}"
- name: Locate official AMI for re... | roles/cloud-ec2/tasks/main.yml |
homepage: ''
changelog-type: markdown
hash: 2585a6e430e74c2e7769841ab1b08dd42926a5d53fba3ec34046958967b91f3e
test-bench-deps:
base: ! '>=4.7 && <5'
hspec: -any
clock: ! '>=0.7 && <0.9'
ttl-hashtables: -any
data-default: ! '>=0.5 && <0.8'
containers: ! '>=0.5.6 && <0.7'
hashtables: ! '>=1.2 && <1.3'
mtl:... | packages/tt/ttl-hashtables.yaml |
- description: Add a computed field get_articles to author table
url: /v1/query
status: 200
query:
type: add_computed_field
args:
table: author
name: get_articles
definition:
function: fetch_articles
table_argument: author_row
response:
message: success
- descripti... | server/tests-py/queries/v1/computed_fields/create_permissions.yaml |
name: Build release
on:
push:
tags:
- '[0-9]+\.[0-9]+\.[0-9]+'
jobs:
publish-to-github-linux:
name: Publish release Linux
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Cache
uses: actions/cache@v2
with:
path: |
... | .github/workflows/build.yml |
name: "Main"
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
name: Test on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: /usr/bin/Xvfb :99 -sc... | .github/workflows/main.yml |
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
org.edgexfoundry.service: {{.Values.edgex.app.system}}
name: {{.Values.edgex.app.system}}
spec:
replicas: {{.Values.edgex.replicas.system}}
selector:
matchLabels:
org.edgexfoundry.service: {{.Values.edgex.app.system}}
strategy:
type: Rec... | deployment/helm/templates/edgex-system/edgex-sys-mgmt-agent-deployment.yaml |
name: Test the app
on:
push:
branches: '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: shivammathur/setup-php@b7d1d9c9a92d8d8463ce36d7f60da34d461724f8
with:
php-version: '8.0'
- uses: actions/checkout@v2
- name: Install Google Chrome
run: |
c... | .github/workflows/test.yml |
drivers:
oracle:
path: jars/ojdbc6-11.2.0.3.jar
class: oracle.jdbc.driver.OracleDriver
sqlserver:
path: jars/jtds-1.3.1.jar
class: net.sourceforge.jtds.jdbc.Driver
postgresql:
path: jars/postgresql-9.4.1207.jre7.jar
class: org.postgresql.Driver
mysql:
path: jars/mysql-connector-java-... | xutil/database/templates/profile.yaml |
interactions:
- request:
body: null
headers:
Accept: [application/json]
Content-Length: ['0']
Content-Type: [application/json; charset=utf-8]
User-Agent: [azsdk-python-keyvault-secrets/4.0.0b5 Python/3.6.6 (Windows-10-10.0.18362-SP0)]
method: PUT
uri: https://vault458ad70cc742c90... | sdk/keyvault/azure-keyvault-secrets/tests/recordings/test_secrets_async.test_logging_enabled.yaml |
name: CI
on:
push:
branches: [ master, develop, staging, trying ]
pull_request:
branches: [ master ]
defaults:
run:
shell: bash
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -D warnings
RUST_BACKTRACE: full
jobs:
rustfmt:
name: Checks / Format
runs-on: ubuntu-latest
steps:
- uses:... | .github/workflows/ci.yaml |
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "ethlogger.fullname" . }}
labels:
{{- include "ethlogger.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
selector:
matchLabels:
{{- include "ethlogger.selectorLabels" . | nindent 6 }}
template:
metadata:
... | examples/helm/ethlogger/templates/deployment.yaml |
# version format
version: 1.3.351.{build}-{branch}
# branches to build
branches:
# blacklist
except:
- gh-pages
#---------------------------------#
# environment configuration #
#---------------------------------#
# Build worker image (VM template)
image: Visual Studio 2017
# scripts that are called... | UANETStandardCNC/appveyor.yml |
site_name: Crowdsec/v0
nav:
- Home: index.md
- Getting Started:
- Concepts & Glossary : getting_started/concepts.md
- Install Crowdsec : getting_started/installation.md
- Crowdsec Tour: getting_started/crowdsec-tour.md
- Guide:
- Overview: guide/crowdsec/overview.md
- Acquisition: guide/crowds... | docs/v0.3.X/mkdocs.yml |
version: genecontainer_0_1
inputs:
sub-folder:
default: sample-x
description: 输出文件在hostpath卷中的路径
type: string
result:
default: test-result.txt
description: 输出文件的地址
type: string
output:
default: result
description: 输出文件的路径
type: string
samplemountpath:
default: /sample
... | example/simple-sample/simple-sample.yaml |
title: Welcome to SouthCanStrength
description: Home of the Strength Athlete
email: <EMAIL>
contactPageTitle: Coaching Enquiries
contactPageDescrption: Athlete Bio
# NOTE: The Logo and Background image are defined in the all.sass document.
menu:
- {name: About Us, url: 'https://shehanat.github.io/southCanStrengt... | _data/settings.yml |
title: .NET Core-Dokumentation
summary: Hier erfahren Sie mehr über .NET Core, das universelle Open-Source-Framework für die Entwicklung plattformübergreifender Apps.
metadata:
title: .NET Core-Dokumentation
description: .NET Core ist eine universelle Open-Source-Plattform für die Entwicklung plattformübergreif... | docs/core/index.yml |
---
- name: setup
cs_region:
id: 2
state: absent
register: region
- name: verify setup
assert:
that:
- region is successful
- name: test fail if missing params
cs_region:
register: region
ignore_errors: true
- name: verify results of fail if missing name
assert:
that:
- region is ... | test/integration/targets/cs_region/tasks/main.yml |
definitions:
user.CreateRequest:
properties:
password:
type: string
username:
type: string
type: object
user.CreateResponse:
properties:
username:
type: string
type: object
web.APIError:
properties:
errorCode:
type: integer
errorMes... | docs/swagger.yaml |
title: Documentation du débogueur Visual Studio
summary: Le débogueur Visual Studio vous permet d’observer le comportement de votre programme au moment de l’exécution et de déterminer détecter les problèmes.
metadata:
title: Débogage dans Visual Studio
description: Découvrez comment utiliser Visual Studio pour ... | docs/debugger/index.yml |
items:
- uid: com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topic.DefinitionStages.WithSku
id: WithSku
artifact: com.microsoft.azure.eventgrid.v2020_04_01_preview:azure-mgmt-eventgrid:1.0.0-beta-3
parent: com.microsoft.azure.management.eventgrid.v2020_04_01_preview
children:
- com.microsoft.azu... | docs-ref-autogen/com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topic.DefinitionStages.WithSku.yml |