code stringlengths 38 801k | repo_path stringlengths 6 263 |
|---|---|
items:
- uid: '@azure/arm-mysql.Configuration'
name: Configuration
fullName: Configuration
children:
- '@azure/arm-mysql.Configuration.allowedValues'
- '@azure/arm-mysql.Configuration.dataType'
- '@azure/arm-mysql.Configuration.defaultValue'
- '@azure/arm-mysql.Configuration.descri... | docs-ref-autogen/@azure/arm-mysql/Configuration.yml |
require:
- rubocop-rspec
- rubocop-performance
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
TargetRubyVersion: 2.5
Metrics/ClassLength:
Max: 150
Metrics/MethodLength:
Max: 15
Metrics/BlockLength:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
Metrics/PerceivedComplexi... | .rubocop.yml |
Bot:
bot_name: the digital assistant for Northern Trail Information Center
text_bot: false
Task:
positive:
description: polarity
samples:
- 'Yes'
- Sure
- correct
- No problem
- that's right
- 'yes please'
negative:
description: polarity
samples:
- 'No'... | test_files/test_task_tree_AND1.yaml |
{{ range $i := until 3 }}
# A service that matches one pod (managed by the below statefulset with replicas = 1) to provide a stable ip.
# Once the etcd cluster has been created don't delete/recreate these services since
# their ip will change and the etcd peer list will contain the old one causing a
# cluster to become... | old/templates/etcd.yaml |
# Offense count: 3
# Configuration parameters: Include.
# Include: **/*.gemfile, **/Gemfile, **/gems.rb
Bundler/DuplicatedGem:
Exclude:
- 'Gemfile'
# Offense count: 4
# Configuration parameters: IgnoredMethods.
Metrics/AbcSize:
Max: 24
# Offense count: 11
# Configuration parameters: CountComments, ExcludedMe... | .rubocop_todo.yml |
- hosts: all
gather_facts: no
vars_files:
- vars/docker_registry.yml
tasks:
- name: Gathering minigraph facts about the device
minigraph_facts: host={{ inventory_hostname }}
tags: always
- name: Set sonic_hwsku fact
set_fact:
sonic_hwsku: "{{minigraph_hwsku}}"
tags: ... | ansible/swap_syncd.yml |
l_english:
bm_1066_hastings:0 "The Fate of England"
bm_1066_hastings_desc:2 "When the childless King Edward the Confessor died it plunged England into a succession crisis unlike any that had come before.\n\nThree men attempted to secure the throne for themselves: <NAME>, <NAME>, and <NAME>, while Svend and Malcolm s... | project/ck3/base_game/localization/english/bookmark/bookmark_hastings_1066_l_english.yml |
homepage: https://github.com/zmthy/http-media
changelog-type: markdown
hash: ec713a112426791b5bb0f03400a8132ac6cdd577891583718fa27058c78bb453
test-bench-deps:
bytestring: ! '>=0.10 && <0.11'
test-framework: ! '>=0.8 && <0.9'
case-insensitive: ! '>=1.0 && <1.3'
base: ! '>=4.7 && <4.12'
test-framework-quickchec... | packages/ht/http-media.yaml |
uuid: 7c789db1-7d5b-4a70-a9b6-0af89799d117
langcode: en
status: true
dependencies:
config:
- field.storage.paragraph.field_section_widgets
- paragraphs.paragraphs_type.accordion_group
- paragraphs.paragraphs_type.basic_page_section
- paragraphs.paragraphs_type.form
- paragraphs.paragraphs_type.hor... | config/field.field.paragraph.basic_page_section.field_section_widgets.yml |
# Reaper for Apache Cassandra Configuration Example.
# See a bit more complete example in:
# src/server/src/test/resources/cassandra-reaper.yaml
segmentCountPerNode: 64
repairParallelism: DATACENTER_AWARE
repairIntensity: 0.9
scheduleDaysBetween: 7
repairRunThreadCount: 15
hangingRepairTimeoutMins: 30
storageType: cas... | src/packaging/resource/cassandra-reaper-cassandra-ssl.yaml |
- name: Azure HPC Önbelleği belgeleri
href: index.yml
- name: Genel Bakış
items:
- name: Azure HPC Önbelleği nedir?
href: hpc-cache-overview.md
- name: Kavramlar
items:
- name: Toplanan ad alanını planlama
href: hpc-cache-namespace.md
- name: Önbellek kullanım modellerini anlama
href... | articles/hpc-cache/toc.yml |
---
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
labels:
prometheus: k8s
role: alert-rules
name: prometheus-ceph-rules
namespace: "{{ cluster_namespace | default('openshift-storage') }}"
spec:
{% raw %}
groups:
- name: ceph.rules
rules:
- expr: |
kube_node_status... | templates/ocs-deployment/prometheus-rules.yaml |
---
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may no... | ansible/roles/elasticsearch/tasks/main.yml |
version: 2
## Definitions
install_helm_cli: &install_helm_cli
run: |
wget https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz
tar zxf helm-v${HELM_VERSION}-linux-amd64.tar.gz
sudo mv linux-amd64/helm /usr/local/bin/
install_kubectl: &install_kubectl
run: |
curl -LO https://storage.googleap... | .circleci/config.yml |
env:
- CC_TEST_REPORTER_ID=e083bbca36e1d6b16edc697990addceca6a4393bf2314ac0330cc2c277f3272e
jobs:
include:
- stage: "JavaScript"
name: "npm packages and React apps"
os: linux
language: node_js
before_install:
# Use recent Yarn
- curl -o- -L https://yarnpkg.com/install.sh... | .travis.yml |
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: >
sam-java-restapi-s3
Sample SAM Template for sam-java-restapi-s3
Globals:
Function:
Timeout: 20
Resources:
QuotesBucket:
Type: AWS::S3::Bucket
CreateQuoteFunction:
Type: AWS::Serverless::Function
Pro... | template.yaml |
metadata:
annotations:
ci.openshift.io/job-spec: ""
creationTimestamp: null
labels:
OPENSHIFT_CI: "true"
build-id: buildId
ci.openshift.io/refs.branch: master
ci.openshift.io/refs.org: org
ci.openshift.io/refs.repo: repo
created-by-ci: "true"
creates: src
job: job
prow.k8s.... | pkg/steps/testdata/zz_fixture_TestCreateBuild_with_a_pull_secret.yaml |
- name: Documentazione su Azure Advisor
href: index.yml
- name: Panoramica
items:
- name: Cos'è Azure Advisor?
href: advisor-overview.md
- name: Avvi rapidi
items:
- name: Configurare gli avvisi per le nuove raccomandazioni
items:
- name: Portale di Azure
href: advisor-alerts... | articles/advisor/toc.yml |
version: "3.9" # optional since v1.27.0
services:
postgres_rest:
image: postgrest/postgrest
ports:
- "3000:3000"
environment:
PGRST_DB_URI: postgres://octowink_auth_admin:root@postgres:5432/postgres
PGRST_DB_SCHEMA: auth
PGRST_DB_ANON_ROLE: octowink_auth_admin #In production this ... | docker-compose.yml |
items:
- uid: azure-arm-automation.JobScheduleCreateParameters
name: JobScheduleCreateParameters
fullName: JobScheduleCreateParameters
children:
- azure-arm-automation.JobScheduleCreateParameters.parameters
- azure-arm-automation.JobScheduleCreateParameters.runbook
- azure-arm-automation... | docs-ref-autogen/azure-arm-automation/JobScheduleCreateParameters.yml |
apiVersion: v1
kind: ConfigMap
metadata:
name: supported-accelerators
namespace: "{{ .SRIOV_FEC_NAMESPACE }}"
immutable: false
data:
accelerators.json: |
{
"VendorID": {
"8086": "Intel Corporation",
"1172": "Altera Corporation"
},
"Class": "12",
"SubClass": "00",
... | sriov-fec/assets/100-labeler.yaml |
- hosts: testhost
gather_facts: no
tasks:
- name: get PATH from target
command: echo $PATH
register: target_path
- hosts: testhost
vars:
- test1:
key1: val1
environment:
PATH: '{{ansible_env.PATH + ":/lola"}}'
lola: 'ido'
tasks:
- name: ensure special case with ansible... | ansible-devel/test/integration/targets/environment/test_environment.yml |
homeassistant:
name: Loetzer Home
latitude: !secret homeassistant_latitude
longitude: !secret homeassistant_longitude
elevation: !secret homeassistant_elevation
unit_system: metric
time_zone: Europe/London
customize: !include customize.yaml
# packages: !include_dir_named packages
auth_providers:
- t... | configuration.yaml |
borealis_bootstrap:
hosts:
bootstrap1:
ansible_host: 192.168.127.12
http_tls_enabled: true
http_tls_key_file: "/home/ubuntu/ssl/privkey.pem"
http_tls_cert_file: "/home/ubuntu/ssl/fullchain.pem"
vars:
ansible_connection: ssh
ansible_user: ubuntu
network_id: "cascade... | scripts/ansible/cascade-inventory.yml |
image: registry.systeer.com/base/mariadb:10.4.16
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
imagePullPolicy: IfNotPresent
## Use password authentication
usePassword: true
## Redis password
## Defaults to a random 10-character alphanumeric string if not set... | addons/mariadb-0.0.2/chart/maridb/values.yaml |
Name: Digital Earth Africa Sentinel-1 Radiometrically Terrain Corrected
Description: |
DE Africa’s Sentinel-1 backscatter product is developed to be compliant with the CEOS Analysis Ready Data for Land (CARD4L) specifications.
The Sentinel-1 mission, composed of a constellation of two C-band Synthetic Aperture Rada... | datasets/deafrica-sentinel-1.yaml |
name: Count Patches
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
env:
TAG_COMMIT: 781ea3f..
BRANCH_NAME: patch_update
jobs:
patch-count:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Get latest... | .github/workflows/patch_updater.yml |
%YAML 1.2
---
$id: http://devicetree.org/schemas/sound/allwinner,sun4i-a10-i2s.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Allwinner A10 I2S Controller Device Tree Bindings
maintainers:
- <NAME> <<EMAIL>>
- <NAME> <<EMAIL>>
properties:
"#sound-dai-cells":
const: 0
compatible:
... | Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-i2s.yaml |
- name: Documentation sur les identités d’appareil
href: index.yml
- name: Vue d’ensemble
items:
- name: "Qu’est-ce qu’une identité d’appareil\_?"
href: overview.md
- name: Qu’est-ce qu’Enterprise State Roaming ?
href: enterprise-state-roaming-overview.md
- name: Tutoriels
expanded: false
it... | articles/active-directory/devices/TOC.yml |
global:
scrape_interval: 60s # By default, scrape targets every 15 seconds.
rule_files:
- /etc/prometheus/rules.yml
- /etc/prometheus/alerts.yml
# A scrape configuration containing exactly one endpoint to scrape:
# Here it's Prometheus itself.
scrape_configs:
# The job name is added as a label `job=<job_n... | prometheus/prometheus/prometheus.yml |
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "fullname" . }}
labels:
app: {{ template "name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
spec:
selector:
matchLabels:
app: {{ template "name" . }... | resources/core/charts/etcd-operator/templates/deployment.yaml |
uid: "com.azure.resourcemanager.network.fluent.VirtualRoutersClient.createOrUpdateAsync*"
fullName: "com.azure.resourcemanager.network.fluent.VirtualRoutersClient.createOrUpdateAsync"
name: "createOrUpdateAsync"
nameWithType: "VirtualRoutersClient.createOrUpdateAsync"
members:
- uid: "com.azure.resourcemanager.network.... | docs-ref-autogen/com.azure.resourcemanager.network.fluent.VirtualRoutersClient.createOrUpdateAsync.yml |
kind: Secret
ansible_user: ENC[AES256_GCM,data:Ic+xkTKn4KTY,iv:X+7Olhcvu90QyYtzWz2HsOFqaaRpiF2CZJByFLmsb/Y=,tag:mgfiHptY8EVVS1YaJEmAMw==,type:str]
ansible_become_pass: ENC[AES256_GCM,data:TwVKc0277aBzN3FfsN4=,iv:4OrsHr0LT9Q36A1AHv8/5Dz2HNCRJBAZN0O+BDnsdAQ=,tag:g1ykocRYEiz87JwbeWnDjQ==,type:str]
sops:
kms: []
gc... | provision/ansible/inventory/host_vars/k8s-0.sops.yml |
---
- hosts: all
tasks:
- name: hello world
command: echo hello
register: hello
failed_when: "'hello' not in hello.stdout"
changed_when: "hello is not succeeded"
- name: wait for services to become available
wait_for:
port: '{{ item }}'
timeout: 30
with_ite... | ansible/roles/supysonic/molecule/combination-munin/verify.yml |
micronaut:
application:
name: akhq
io:
watch:
paths: src/main
restart: false # enabled dev server with env vars MICRONAUT_IO_WATCH_RESTART=true
server:
thread-selection: AUTO
router:
static-resources:
react:
paths: classpath:ui
mapping: "/ui/**"
static:
... | src/main/resources/application.yml |
{%- set hasSubscribe = false -%}
{%- set hasPublish = false -%}
{%- for channelName, channel in asyncapi.channels() -%}
{%- if channel.hasPublish() -%}
{%- set hasPublish = true -%}
{%- endif -%}
{%- if channel.hasSubscribe() -%}
{%- set hasSubscribe = true -%}
{%- endif -%}
{%- endfor -... | template/src/main/resources/application.yml |
apiVersion: v1
kind: Service
metadata:
labels:
app: gold-{{.INSTANCE_ID}}-diffcalculator
name: gold-{{.INSTANCE_ID}}-diffcalculator
spec:
ports:
- name: metrics
port: 20000
selector:
app: gold-{{.INSTANCE_ID}}-diffcalculator
type: NodePort
---
apiVersion: apps/v1
kind: Deployment
metadata:
... | golden/k8s-config-templates/gold-diffcalculator-template.yaml |
version: "3.7"
services:
test:
environment:
- SAUCE_USERNAME=${SAUCE_USERNAME}
- SAUCE_PASSWORD=${<PASSWORD>}
- TEST_SET=${TEST_SET}
- TEST_TYPE=${TEST_TYPE}
- JOB_NAME=${JOB_NAME}
- SAUCE_TUNNEL_ID=${SAUCE_IDENTIFIER}
- SAUCE_TUNNEL_PARENT=none
- UI_TEST_HEADLESS=... | docker-compose-ci.yml |
version: 1
ATT&CK version: 8.2
creation date: 03/12/2021
name: Advanced Threat Protection for Azure SQL Database
contact: <EMAIL>
organization: Center for Threat Informed Defense (CTID)
platform: Azure
tags:
- Azure Defender
- Azure Defender for SQL
- Azure Security Center
- Azure Security Center Recommendation... | mappings/Azure/ATPForAzureSQLDatabase.yaml |
name: CI Build
on:
push:
pull_request:
types: [opened, reopened]
jobs:
thorough_check:
name: Thorough code check / python-3.8 / ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
... | .github/workflows/CI_build.yml |
- name: Dokumentace k technologii IoT Plug and Play
href: index.yml
- name: Přehled
items:
- name: Co je IoT Plug and Play?
href: overview-iot-plug-and-play.md
- name: Co je v aktuální verzi
href: overview-iot-plug-and-play-current-release.md
- name: Rychlé starty
expanded: true
items:
-... | articles/iot-pnp/TOC.yml |
title: Uspořádání a úpravy kódu v Visual Studio
summary: Seznamte se s prací s projekty kódu, používáním funkcí editoru kódu a udržováním konzistentního stylu kódu.
metadata:
title: Funkce editoru kódu
description: Přečtěte si o funkcích pro úpravu kódu v Visual Studio.
ms.prod: visual-studio-windows
ms.t... | docs/ide/index-writing-code.yml |
version: '3'
networks:
laravel:
services:
orion:
build:
context: ./docker/nginx
args:
- UID=${UID:-1000}
- GID=${GID:-1000}
ports:
- 8000:80
volumes:
- ./src:/var/www/html:delegated
depends_on:
- mysql
- php
- redis
- mailhog
... | docker-compose.yml |
name: Push to dev
on:
push:
branches:
- dev
jobs:
linux:
name: Linux
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target:
- x86_64-unknown-linux-gnu
# no openssl in the base image
# - i686-unknown-linux-gnu
#
... | .github/workflows/dev.yaml |
homepage: http://adept.linux.kiev.ua:8080/repos/flow2dot
changelog-type: text
hash: 56437077a0184b74cbdb79cfeb8935b541d78b2843fd4add0f40f675c7c3fb3a
test-bench-deps: {}
maintainer: <NAME> <<EMAIL>>
synopsis: Library and binary to generate sequence/flow diagrams from plain text source
changelog: ! "tagged 0.7\n\n * Add... | packages/fl/flow2dot.yaml |
---
groups:
- name: mega-ci
jobs:
- minimal-docker-image
- golang-docker-image
- deployment-docker-image
- vagrant-docker-image
- mega-ci-unit-tests
resources:
- name: mega-ci-master
type: git
source:
uri: https://github.com/cloudfoundry/mega-ci
branch: master
- name: deployment-dockerfile
t... | pipelines/mega-ci.yml |
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{ include "assets.fullname" . }}
labels:
{{- include "assets.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
revisionHistoryLimit: 3
updateStrategy:
type: RollingUpdate
selector:
matchLabels:
{{- include "assets.se... | charts/assets/templates/statefulset.yaml |
homepage: https://github.com/bos/llvm
changelog-type: markdown
hash: 52a065f0e626b499cc11834f442db43d5cc3b168af156ed283fa272093bc1638
test-bench-deps: {}
maintainer: ! '<NAME> <<EMAIL>>,
<NAME> <<EMAIL>>'
synopsis: Bindings to the LLVM compiler toolkit.
changelog: ! "#ChangeLog\n\n##New in 3.2.0.2\n\n1. broken cabal... | packages/ll/llvm.yaml |
basic:
# experiment_name
exp: Breast_Fully_Supervised/pCR-classification
# whether use deterministic training
deterministic: true
# random seed
seed: 1337
# labeled data
labeled_num: 25
device: GPU
model:
name: unet_3D
in_channels: 3
out_channels: 1
class_num: 2
loss:
name:
optimizer:
lear... | code/configs/train_config.yaml |
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: k8-automation-serviceaccount
labels:
owner: atomist
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: Role
metadata:
name: k8-automation-role
labels:
owner: atomist
rules:
- apiGroups: [""]
resources: ["services"]
verbs: ["get", "li... | assets/kubectl/namespace-scoped.yaml |
georocket:
# The host GeoRocket should bind to
host: 127.0.0.1
# The TCP port GeoRocket should listen on
port: 63020
# Configuration for the HTTP interface
http:
compress: true
ssl: false
certPath: georocket.crt
keyPath: georocket.key
alpn: false
# Cross-Origin Resource Sharing (C... | georocket-server/conf/georocketd.yaml |
---
# NOTE: raw install is required to support cloud images which do not have python installed
- name: "install python2 and python-simplejson"
become: true
raw: "yum install -y python python-simplejson || (apt-get update && apt-get install -y python2.7 python-simplejson)"
- name: gather facts
setup:
- name: get... | ansible/roles/baremetal/tasks/pre-install.yml |
uid: azure.mgmt.deploymentmanager.aio.AzureDeploymentManager
name: AzureDeploymentManager
fullName: azure.mgmt.deploymentmanager.aio.AzureDeploymentManager
module: azure.mgmt.deploymentmanager.aio
inheritances:
- builtins.object
summary: REST APIs for orchestrating deployments using the Azure Deployment Manager
(ADM)... | docs-ref-autogen/azure-mgmt-deploymentmanager/azure.mgmt.deploymentmanager.aio.AzureDeploymentManager.yml |
apiVersion: tekton.dev/v1alpha1
kind: Condition
metadata:
name: exit-code-is-success
spec:
check:
args:
- if [ "$(params.exit-code)" = "0" ]; then exit 0; else exit 1 ; fi
command:
- bash
- -c
image: bitsofinfo/cicd-toolbox:3.0.5
params:
- name: exit-code
---
apiVersion: tekton.dev/v1a... | examples/tekton/pipelines/common/conditions/conditions.yaml |
- release_tracks: [ALPHA]
help_text:
brief: Create an Allocation Policy.
description: Create a Cloud Game Server Allocation Policy.
request:
collection: gameservices.projects.locations.allocationPolicies
modify_request_hooks:
- googlecloudsdk.command_lib.game.servers.allocation_policies.utils:... | mac/google-cloud-sdk/lib/surface/game/servers/allocation_policies/create.yaml |
name: Release
on:
push:
branches:
- release
jobs:
changelog:
name: Generate Changelog
runs-on: ubuntu-latest
outputs:
tag: ${{ steps.changelog.outputs.tag }}
skipped: ${{ steps.changelog.outputs.skipped }}
clean_changelog: ${{ steps.changelog.outputs.clean_changelog }}
... | .github/workflows/release.yml |
{{- include "common.values.setup" . -}}
{{- if .Values.importer.enabled -}}
{{- range .Values.importer.specs }}
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ printf "%s-%s-importer" (include "common.names.fullname" $) ( .importerName ) | quote }}
labels:
{{- include "common.labels" $ | nindent 4 }... | charts/stable/firefly-iii/templates/importer.yaml |
---
DT.png: DT-0d65ac4416b2901fe03f377c96c83dd7.png
EC_Harris_logo - Copy.gif: EC_Harris_logo - Copy-04f3f3f2374069dc1b0da26b422b2f1d.gif
EC_Harris_logo.gif: EC_Harris_logo-04f3f3f2374069dc1b0da26b422b2f1d.gif
add_file-32.png: add_file-32-e3e20a8c4ccefc055244c157f54e2731.png
add_property-32.png: add_property-32-7aa8a20... | public/assets/manifest.yml |
- name: Overzicht
items:
- name: VM's voor Windows SQL Server
href: ../sql/virtual-machines-windows-sql-server-iaas-overview.md?toc=%2fazure%2fvirtual-machines%2fwindows%2fsqlclassic%2ftoc.json
- name: Prijzen
href: 'https://azure.microsoft.com/pricing/details/virtual-machines/windows/'
- name... | articles/virtual-machines/windows/sqlclassic/TOC.yml |
shops:
no_wand: "&cYou must be holding a wand!"
no_template: "&cYou may not learn with that $wand&c."
no_path: "&cYou may not learn here."
no_class: "&cYou must be a $class"
no_required_path: "&cYou must be at least $path&r!"
no_path_exact: "&cYou must be at $path&r!"
no_path_end: "&cYou must be ready to ... | Magic/src/main/resources/defaults/messages/shops.yml |
!GMM
det:
- null
- null
- null
invsigma:
- !!python/object/apply:numpy.core.multiarray._reconstruct
args:
- &id001 !!python/name:numpy.ndarray ''
- !!python/tuple
- 0
- b
state: !!python/tuple
- 1
- !!python/tuple
- 9
- 9
- &id002 !!python/object/apply:numpy.dtype
args:
- f8
- 0
... | ctp_tom/data/tom/feature_models/pickup_gmm.yml |
apiVersion: batch/v1
kind: Job
metadata:
labels:
run: rcu
{{- include "soa-suite.labels" . | nindent 4 }}
name: {{ .Values.domain.domainName }}-rcu-create
annotations:
# This is what defines this resource as a hook. Without this line, the
# job is considered part of the release.
"helm.sh/hook"... | soa-suite/templates/rcu.create.Job.yaml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-16 18:08"
game: "Unreal Tournament"
name: "AS-Riverbed]["
author: "Grz"
description: "None"
releaseDate: "2000-05"
attachments:
- type: "IMAGE"
name: "AS-Riverbed][_shot_1.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/A... | content/Unreal Tournament/Maps/Assault/R/2/6/c3d3fb/as-riverbed_[26c3d3fb].yml |
swagger: "2.0"
info:
title: The goakit example upstream service
description: Fetcher is a service that makes GET requests to arbitrary URLs and
stores the results in the downstream 'archiver' service.
version: ""
host: localhost:80
consumes:
- application/json
- application/xml
- application/gob
produces:
- a... | goakit/examples/fetcher/fetcher/gen/http/openapi.yaml |
agent:
# Docket image agent example
label: my_label
customWorkspace: path_to_workspace
dockerImage: maven:3-alpine
args: -v /tmp:/tmp
# tools needs to be defined in the tool configuration
tools:
maven : maven_3.0.1
jdk : jdk8
configuration:
# Push PR changes to the target branch if the build wi... | jen2.yaml |
mixing: 0
break_delay: 250
over_voltage_limit: 30.0
over_voltage_hysteresis: 5.0
under_voltage_limit: 5.0
pwm_frequency: 16.0
# Definition motors
joint: [left_joint, right_joint]
#Definition input and output
InOut:
analog:
'1': {conversion: 0, conversion_polarity: 0, input_deadband: 5, input_motor_one: 0,
... | panther_bringup/config/motors.yaml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2019-05-11 22:39"
game: "Unreal Tournament 2004"
name: "ONS-Bittersands"
author: "Brian (brianXm) McDonough"
description: "This island is sucking the life out of me. Fighting on the beaches of\
\ this island saps my strength and diminishes my will to fight and survive. I los... | content/Unreal Tournament 2004/Maps/Onslaught/B/2/8/695509/ons-bittersands_[28695509].yml |
category: "layers"
name: "sys-fs"
version: 0.5+38
labels:
emerge.jobs: "1"
emerge.packages: >-
net-libs/neon sys-apps/gptfdisk sys-apps/tcp-wrappers sys-fs/btrfs-progs sys-fs/compsize sys-fs/dmraid sys-fs/dosfstools sys-fs/duperemove sys-fs/mtools sys-fs/multipath-tools sys-fs/ntfs3g net-fs/samba sys-fs/f2fs-to... | packages/layers/sys-fs/definition.yaml |
{{- if .Values.linux.enabled}}
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: {{ template "sscdpa.fullname" . }}
namespace: {{ .Release.Namespace }}
{{ include "sscdpa.labels" . | indent 2 }}
spec:
updateStrategy:
{{ toYaml .Values.linux.updateStrategy | indent 4 }}
selector:
matchLabels:
app: {{... | manifest_staging/charts/csi-secrets-store-provider-azure/templates/provider-azure-installer.yaml |
ProductsTranches:
ProductsTranches_1:
quantity: '1'
setupfee: '0.00'
price: '20.00'
Products: Products_1
BillingCycle: BillingCycle_1
measurement: month(s)
selected: false
ProductsTranches_2:
quantity: '1'
setupfee: '0.00'
price: '10.00'
Products: Products_1
BillingCy... | application/configs/data/fixtures/ProductsTranches.yml |
on:
push:
branches:
- master
pull_request:
branches:
- master
name: booklet
jobs:
bookdown:
name: build-bookdown
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
RENV_PATHS_ROOT: ~/.local/share/renv
steps:
- name: Checkout repo
us... | .github/workflows/bookdown.yml |
workflows:
version: 2
backend_build:
jobs:
- rspec
- spellcheck
version: 2
jobs:
rspec:
docker:
- image: cimg/ruby:2.6.6-node
environment:
PGHOST: 127.0.0.1
PGUSER: ubuntu
RAILS_ENV: test
- image: camptocamp/postgres:9.6
environment:
... | .circleci/config.yml |
api_name: []
items:
- children: []
class: azure.mgmt.datafactory.models.CustomActivityReferenceObject
fullName: azure.mgmt.datafactory.models.CustomActivityReferenceObject
inheritance:
- inheritance:
- type: builtins.object
type: msrest.serialization.Model
langs:
- python
module: azure.mgmt.datafa... | docs-ref-autogen/azure-mgmt-datafactory/azure.mgmt.datafactory.models.CustomActivityReferenceObject.yml |
- hosts: localhost
vars:
org: konveyor
repos:
- mig-operator
- mig-controller
- mig-ui
- must-gather
- hook-runner
- openshift-velero-plugin
- distribution
- mig-log-reader
konveyor_repos:
- velero
- velero-plugin-for-gcp
- velero-plugin-for-aws
- velero-plu... | deploy/sprint-build.yml |
menu:
Home: /
Archives: /archives
## you can create `tags` and `categories` folders in `../source`.
## And create a `index.md` file in each of them.
## set `front-matter`as
## layout: tags (or categories)
## title: tags (or categories)
## ---
#### Widgets
widgets:
- category
- tag
- rss
## provide six widgets:cat... | _config.yml |
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true
intents:
- greet
- headset
- affirm
- network_issue
- my_name_is
- thanks
- facing_issue
- guide_me
- goodbye
- deny
- mood_great
- mood_unhappy
- bot_challenge
- have_to_do
- number
entities:
- HELP
- BRAND
- NAME
- NETWORK
- num
slo... | domain.yml |
version: '2'
services:
zookeeper:
hostname: localhost
container_name: zookeeper
image: confluentinc/cp-zookeeper:5.3.2
network_mode: host
ports:
- 2181:2181
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000
ZOOKEEPER_ADMIN_ENABLE_SERVER: "false"
res... | docker-compose.yaml |
backend:
name: git-gateway
branch: master
publish_mode: editorial_workflow
media_folder: 'static/images/uploads' # Media files will be stored in the repo under static/images/uploads
public_folder: '/images/uploads' # The src attribute for uploaded media will begin with /images/uploads
collections:
- name: 'met... | static/admin/config.yml |
apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: git-apiserver
namespace: ${GIT_APISERVER_NAMESPACE}
labels:
app: git-apiserver
spec:
replicas: 1
selector:
matchLabels:
app: git-apiserver
template:
metadata:
labels:
app: git-apiserver
annotations:
sched... | hack/deploy/operator.yaml |
indexes:
- kind: TestCycleUser
properties:
- name: user
- name: cycle_id
direction: desc
- kind: CrawlState
properties:
- name: project_name
- name: provider
- name: last_modified
direction: desc
- kind: Result
properties:
- name: user
- name: created
direction: desc
- kind: UrlBug... | server/index.yaml |
uid: "com.microsoft.azure.sdk.iot.provisioning.service.RegistrationStatusManager.get*"
fullName: "com.microsoft.azure.sdk.iot.provisioning.service.RegistrationStatusManager.get"
name: "get"
nameWithType: "RegistrationStatusManager.get"
members:
- uid: "com.microsoft.azure.sdk.iot.provisioning.service.RegistrationStatus... | preview/docs-ref-autogen/com.microsoft.azure.sdk.iot.provisioning.service.RegistrationStatusManager.get.yml |
e2eTest: &e2eTest
machine: true
working_directory: /home/circleci/.go_workspace/src/github.com/giantswarm/kubernetes-node-exporter
steps:
- checkout
- attach_workspace:
at: .
- run:
name: Get e2ectl binary
command: |
wget -q $(curl -sS https://api.github.com/r... | .circleci/config.yml |
AI:
vision_flipping_filter_enabled:
type: "bool"
default: true
description: Ignores frames if our goalie appears in the opponent defense area
run_ai:
type: "bool"
default: true
description: >-
Selecting will allow HL and Navigator to run, unselecting will
stop new decisions f... | src/software/util/parameter/config/ai_control.yaml |
AWSTemplateFormatVersion: '2010-09-09'
Description: 'AWS CloudFormation templates to create SageMaker notebook.'
Parameters:
NotebookInstanceName:
AllowedPattern: '[A-Za-z0-9-]{1,63}'
ConstraintDescription: Must be unique within your account in an AWS Region.
Maximum of 63 alphanumeric characters. Can ... | templates/sagemaker.yaml |
parameters:
- name: PackageName
type: string
default: ""
- name: ServiceDirectory
type: string
default: ""
- name: EnvVars
type: object
default: {}
- name: MaxParallel
type: number
default: 0
- name: TimeoutInMinutes
type: number
default: 0
- name: PublishCodeCoverage... | eng/pipelines/templates/stages/archetype-sdk-tests.yml |
AWSTemplateFormatVersion: "2010-09-09"
Description: EC2 Micro EKS Hub (workstation)
Parameters:
InstanceTypeParameter:
Type: String
Default: t2.micro
AllowedValues:
- t2.micro
- m1.small
- m1.large
VpcId:
Type: String
Default: vpc-0e4064617644c2272 ... | env/ec2_workstation.yaml |
name: label-studio:docker
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
dm2branch:
description: 'dm2 branch'
required: true
default: 'master'
editorbranch:
description: 'editor branch'
... | .github/workflows/build.yml |
# Copyright (c) 2017 GiveMeAllYourCats
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the 'Software'), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, d... | addons/cats-blender-plugin-0-19-0/.travis.yml |
--- !<SKIN>
contentType: "SKIN"
firstIndex: "2018-12-26 03:50"
game: "Unreal Tournament"
name: "Unreality.org"
author: "SEIFER"
description: "None"
releaseDate: "2000-04"
attachments:
- type: "IMAGE"
name: "Unreality.org_shot_12.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/... | content/Unreal Tournament/Skins/U/0/0/e58609/unrealityorg_[00e58609].yml |
name: dotnet-agent-installer
displayName: .NET Agent Installer
description: New Relic install recipe for .NET application on Windows
repository: https://github.com/newrelic/newrelic-dotnet-agent
installTargets:
- type: application
os: windows
keywords:
- Apm
- .NET
- dotnet
- aspnet
- core
processMa... | recipes/newrelic/apm/dotNet/windows/net-install.yml |
---
# defaults file for zabbix-agent
zabbix_version: 3.4
zabbix_repo: zabbix
zabbix_agent_packages:
- zabbix-agent
- zabbix-sender
- zabbix-get
zabbix_agent_package_state: present
zabbix_agent_server:
zabbix_agent_serveractive:
zabbix_selinux: False
zabbix_repo_yum:
- name: zabbix
description: Zabbix Off... | defaults/main.yml |
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: default
name: micro-registry-latest
labels:
micro: runtime
name: registry
version: latest
annotations:
name: "registry"
version: "latest"
source: "github.com/micro/micro"
owner: "micro"
group: "micro"
spec:
replicas: 1
... | cmd/platform/kubernetes/service/registry.yaml |
apiVersion: v1
kind: Secret
metadata:
name: minio-credentials
namespace: longhorn-system
stringData:
AWS_ACCESS_KEY_ID: ENC[AES256_GCM,data:QsO2VA6d09CythzEwlKoDUdTI4FuqVkX,iv:<KEY>A=,tag:ymkzQyeSQq1FL5QDo0HwyA==,type:str]
AWS_SECRET_ACCESS_KEY: ENC[AES256_GCM,data:VIsNNff++k2fh6LRsajtumo9BrDVVWxD6v1nSo... | kubernetes/early/longhorn/secret.sops.yaml |
name: Processes created by netsh
id: b89919ed-fe5f-492c-b139-95dbb162041e
version: 4
date: '2020-07-21'
description: This search looks for processes launching netsh.exe to execute various
commands via the netsh command-line utility. Netsh.exe is a command-line scripting
utility that allows you to, either locally or... | detections/processes_created_by_netsh.yml |
---
ID: "e3bff71b-2e1e-4dc4-ba01-7746f621cdaa"
Parent: "a608590e-6b4d-4bd0-bebe-9753037072cc"
Template: "dd22f1b3-bd87-4db2-9e7d-f7a496888d43"
Path: /sitecore/system/Modules/PowerShell/Script Library/Content Reports/Reports/Solution Audit/Assign icons to templates
DB: master
SharedFields:
- ID: "06d5295c-ed2f-4a54-9bf... | Cognifide.PowerShell/Data/Serialization/Scripts/Script Library/Script Library/Content Reports/Reports/Solution Audit/Assign icons to templates.yml |
name: Build and publish docker image
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
env:
image_name: chunk-search-rs
steps:
- name: Checkout code
uses: actions/checkout@master
with:
submodules: recursive
fetch-depth: '0'
... | .github/workflows/build-and-publish.yml |
name: Continuous Integration
on:
push:
branches:
- '*'
tags:
- '*'
jobs:
build:
name: Continuous Integration
runs-on: ubuntu-20.04
strategy:
matrix:
ruby: [ "2.7", "3.0" ]
container:
image: ruby:${{ matrix.ruby }}-alpine
steps:
- uses: actions/c... | .github/workflows/ci.yml |
SDG_GOAL: >-
global_goals.13-title
SDG_TARGET: >-
global_targets.13-2-title
SDG_INDICATOR: >-
Compra de energía verde certificada (MW) por cada 100 habitantes
SDG_SERIES_DESCR: >-
META_LAST_UPDATE: >-
SDG_RELATED_INDICATORS: >-
SDG_CUSTODIAN_AGENCIES: >-
CONTACT_ORGANISATION: >-
CONTACT_NAME... | meta/es/13-2-9.yml |
---
http_interactions:
- request:
method: get
uri: https://eu.api.blizzard.com/data/wow/reputation-tiers/2?namespace=static-eu&locale=en_gb
body:
encoding: US-ASCII
string: ''
headers:
User-Agent:
- Typhoeus - https://github.com/typhoeus/typhoeus
Authorization:
- Bear... | spec/vcr_cassettes/wow_reputation_tier_multiple.yml |
api_name: []
items:
- children: []
class: azure.mgmt.compute.v2019_03_01.models.VirtualMachineExtensionUpdate
fullName: azure.mgmt.compute.v2019_03_01.models.VirtualMachineExtensionUpdate
inheritance:
- inheritance:
- inheritance:
- type: builtins.object
type: msrest.serialization.Model
type... | preview/docs-ref-autogen/azure-mgmt-compute/azure.mgmt.compute.v2019_03_01.models.VirtualMachineExtensionUpdate.yml |