code stringlengths 38 801k | repo_path stringlengths 6 263 |
|---|---|
--- !<SKIN>
contentType: "SKIN"
firstIndex: "2018-12-25 23:16"
game: "Unreal Tournament"
name: "Crow"
author: "Tomgilki"
description: "None"
releaseDate: "2000-01"
attachments:
- type: "IMAGE"
name: "Crow_shot_1.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Skins/C/Crow_shot... | content/Unreal Tournament/Skins/C/8/7/51f471/crow_[8751f471].yml |
---
- name: Ensure NGINX main directory exists
file:
path: "{{ nginx_app_protect_conf_template.out_file_location }}"
state: directory
mode: 0755
when: nginx_app_protect_security_policy_template_enable | bool
or nginx_app_protect_log_policy_template_enable | bool
or nginx_app_protect_conf... | tasks/config/configure-app-protect.yml |
title: Javascript functional programming
tagline: An adventure into functional javascript and functional methods
description: A longer description for your Learning Lab course, displayed on the course's landing page
# Repository setup
# The following section template information for the repository
# This will be used ... | config.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-16 18:26"
variationOf: "7514f3f3910f7760c2131cc4f268a9167af04129"
game: "Unreal Tournament"
name: "CTF-JellyGoose"
author: "Chad \"GreyTiger\" Barnett"
description: "None"
releaseDate: "2000-08"
attachments:
- type: "IMAGE"
name: "ctf-jellygoose_shot_5c09fd61_1.png"
... | content/Unreal Tournament/Maps/Capture The Flag/J/5/c/09fd61/ctf-jellygoose_[5c09fd61].yml |
---
- hosts: all
vars:
- sift_docker: false
- sift_include_volplugins: false
- sift_do_x11: false
## travis: 'No space left on device' with ffate_testing
- ffate_testing: false
- ffate_nist_nsrl_archive: ''
- jenkins_admin_username: adminffate
- jenkins_admin_password: <PASSWORD>
- je... | test/integration/default/default.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-16 17:50"
game: "Unreal"
name: "dm_enterthematrix"
author: "dik<KoR> * special thanks to J[IP] *"
description: "We're In ... Watch out for Agent Smith"
releaseDate: "2004-01"
attachments: []
originalFilename: "dm_enterthematrix[IP].zip"
hash: "4861c41cb3c75ffd83b... | content/Unreal/Maps/DeathMatch/E/4/8/61c41c/dm_enterthematrix_[4861c41c].yml |
uid: management.azure.com.iot-dps.iotdpsresource.checkprovisioningservicenameavailability
name: Check Provisioning Service Name Availability
service: IoT Hub Device Provisioning Service
groupName: Iot Dps Resource
apiVersion: 2017-11-15
summary: "Check if a provisioning service name is available. \nCheck if a provisio... | docs-ref-autogen/iot-dps/IotDpsResource/CheckProvisioningServiceNameAvailability.yml |
paths:
/affiliations:
get:
summary: Retrieves multiple Affiliations.
tags:
- Affiliations
produces:
- application/json
description: Return all Affiliations for the given Organization or User.
parameters:
- name: organization
in: query
descr... | src/back-end/docs/affiliation.yaml |
---
- name: '[OCP4-AUTO-INSTALL] Deploy an Openshift4 cluster'
hosts: localhost
connection: local
vars_files:
- vars/vars.yml
- vault/vault.yml
tasks:
- name: '[OCP4-AUTO-INSTALL][PREREQS] Prerequisites for the installation'
include_role:
name: "{{ item }}"
loop:
- common... | deploy_all.yml |
---
- name: "Getting VPC id... "
ec2_vpc_net_facts:
region: "{{ region }}"
filters:
"tag:Name": "{{ vpc_name }}"
register: vpc
- name: "Getting subnets id"
ec2_vpc_subnet_facts:
region: "{{ region }}"
filters:
vpc-id: "{{ vpc.vpcs[0].vpc_id }}"
register: subnet
- name: "Getting SGr... | tasks/aws-rds.yml |
sylius_backend_product_index:
pattern: /
methods: [GET]
defaults:
_controller: sylius.controller.product:indexAction
_sylius:
template: SyliusWebBundle:Backend/Product:index.html.twig
method: createFilterPaginator
arguments: [$criteria, $sorting, $deleted... | src/Sylius/Bundle/WebBundle/Resources/config/routing/backend/product.yml |
models:
- name: face-reidentification-retail-0095
launchers:
- framework: dlsdk
tags:
- FP32
device: CPU
model: Retail/object_reidentification/face/mobilenet_based/dldt/FP32/face-reidentification-retail-0095.xml
weights: Retail/object_reidentification/face/mobile... | tools/accuracy_checker/configs/face-reidentification-retail-0095.yml |
replicaCount: 1
image:
repository: registry.cn-hangzhou.aliyuncs.com/choerodon-agile/knowledgebase-service
pullPolicy: Always
preJob:
timeout: 300
image: registry.cn-hangzhou.aliyuncs.com/choerodon-tools/dbtool:0.6.4
preConfig:
enabled: true
configFile: application.yml
configType: k8s
regis... | charts/knowledgebase-service/values.yaml |
- name: Linux s Visual Studio C++ (dokumentace)
href: ../linux/index.yml
- name: 'Stažení, instalace a nastavení úloh pro vývoj pro Linux'
href: ../linux/download-install-and-setup-the-linux-development-workload.md
- name: Připojení ke vzdálenému počítači s Linuxem
expanded: true
items:
- name: Připojení ke... | docs/linux/toc.yml |
on:
push:
branches:
- master
pull_request:
branches:
- master
name: master
jobs:
linux:
name: Build Linux
container:
image: ubuntu:xenial
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Install dependencies
... | .github/workflows/master.yml |
- name: Check if custom password is specified for root user
debug:
msg: >
WARNING DETECTED !!! the password for mysql root user is empty.
Please set a password with a variable mysql_root_password on defaults/main.yml
te secure the root user.
when: not mysql_root_password
- name: Check if mysq... | roles/mariadb/tasks/mysql_secure.yml |
---
#- hosts: collector
# sudo: yes
# tasks:
- name: "enable supervisor analytics"
file:
path: "/etc/init/supervisor-analytics.override"
state: "absent"
- name: "redis-setup"
include: -redis-setup.yml
- name: "node-common"
include: -node-common.yml
- name: "fix up contrail collector config"
tem... | ansible/roles/open-contrail/tasks/provision/provision-collector.yml |
server:
port: 8097
spring:
application:
name: javayh-nacos-zuul
profiles:
active: zuul
cloud:
nacos:
discovery:
server-addr: 127.0.0.1:8848
cluster-name: javayh-nacos
config:
group: javayh
server-addr: 127.0.0.1:8848
prefix: javayh-nacos-provider
... | javayh-nacos-zuul/src/main/resources/bootstrap.yml |
# Set up to run the Java build script per the Travis CI documentation
language: java
# Configure the build to using the minimum and the latest stable Oracle JDKs and Open JDKs
# Consider adding openjdk-ea and/or oraclejdk-ea to test early access JDKs
jdk:
- openjdk11
- oraclejdk11
before_cache:
- rm -f $HOME/... | .travis.yml |
{{- if .Values.nautobot.autoscaling.enabled }}
---
apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "common.names.fullname" . }}
labels:
app.kubernetes.io/component: nautobot
{{- if .Values.commonLabels }}
{{- include "common.tplvalues.render" ( dict "value" .Valu... | charts/nautobot/templates/hpa.yaml |
---
- name: Update apt cache if needed.
apt:
update_cache: yes
cache_valid_time: 3600
- name: "Install Apache."
apt:
name: "{{ item }}"
state: present
with_items:
- apache2
- apache2-bin
- apache2-data
- apache2-utils
- apachetop
- name: Enable Apache headers module.
apach... | roles/lamp/tasks/main.yml |
documentType: LandingData
title: Azure VPN Gateway Belgeleri
metadata:
document_id: null
title: 'VPN Gateway Belgeleri - Öğreticiler, API başvuruları | Microsoft Docs'
meta.description: 'Learn how to configure, create, and manage an Azure VPN gateway. Create encrypted cross-premises connections to your virtual ne... | articles/vpn-gateway/index.yml |
name: Python Performance
on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- 'binding/python/test_cobra_perf.py'
- 'lib/beaglebone/**'
- 'lib/jetson/**'
- 'lib/linux/**'
- 'lib/mac/**'
- 'lib/raspberry-pi/**'
- 'lib/windows/**'
- 'res/**'
pull_request:... | .github/workflows/python-perf.yml |
name: production deployment
on:
push:
branches:
- master
env:
WEB_IMAGE: ghcr.io/$GITHUB_REPOSITORY/web
NGINX_IMAGE: ghcr.io/$GITHUB_REPOSITORY/nginx
jobs:
deploy:
name: Deploy to Prod server
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v1
... | .github/workflows/prod.yml |
mycp_list_payments_pending_ownership:
pattern: /list/{items_per_page}/{filter_number}/{filter_code}/{filter_method}/{filter_payment_date_from}/{filter_payment_date_to}
defaults: { _controller: mycpBundle:BackendPendingPayOwn:list, items_per_page: 100,filter_number:'',filter_code:'',filter_method:'', filter_pay... | src/MyCp/mycpBundle/Resources/config/routingBackendPaymentPendingOwnership.yml |
career:
- company: Simtech Group
website: https://simtech.ru/
time: 2013-2015
description: |
Работал офисным сисадмином: заказывал оборудование, устанавливал ОС и конфигурировал ПО, ремонтировал оргтехнику и отвечал на вопросы пользователей.
Поддерживал и развивал серверный парк для коммерчес... | data/career.yaml |
name: Continuous Integration
on: push
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
env:
MIX_ENV: "test"
services:
postgres:
image: postgres:13
ports:
- 5432:5432
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: <PASSWORD>
... | .github/workflows/ci.yml |
---
- hosts: localhost
connection: local
gather_facts: True
tasks:
- name: Install needed pip depencies
pip:
name: "{{ item.name }}"
version: "{{ item.version }}"
loop:
- { name: 'azure', version: '3.0.0' }
- { name: 'ansible[azure]', version: '2.5.3' }
become... | Ansible/inventory/init.yml |
---
- name: Create group for Grafana
group:
name: "{{ grafana_user_group }}"
system: true
state: present
register: grafana_group_info
- name: Create user for Grafana
user:
name: "{{ grafana_user_name }}"
group: "{{ grafana_user_group }}"
system: true
state: present
register: grafana... | infrastructure/modules/ansible/roles/grafana/tasks/main.yml |
uid: "com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesResource"
fullName: "com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesResource"
name: "SqlDatabaseGetPropertiesResource"
nameWithType: "SqlDatabaseGetPropertiesResource"
summary: "The SqlDatabaseGetPropertiesResource model."
inheritanc... | docs-ref-autogen/com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesResource.yml |
parameters:
- name: azureSubscription
type: string
default: $(azureSubscription)
- name: spUsername
type: string
- name: spPassword
type: string
- name: registry
type: string
default: $(registry)
- name: repository
type: string
default: $(repository)
- name: repositoryPrefix
type: string
default: ch... | templates/steps-helm-upgrade-v2.yml |
---
# This is an example playbook to execute Ansible tests.
- name: Verify
hosts: all
gather_facts: false
vars:
root_password: <PASSWORD>
auth_token: <PASSWORD>
auth_config_content: |
UZTNWKEH5M3QTBMUBI34VWUB2Y
" RATE_LIMIT 3 30
" WINDOW_SIZE 17
" DISALLOW_REUSE
... | molecule/default/verify.yml |
suite: test initContainers
templates:
- templates/controlplane/daemonset.yaml
- templates/controlplane/configmap.yaml
- templates/kubelet/daemonset.yaml
- templates/kubelet/configmap.yaml
- templates/kubelet/integrations-configmap.yaml
- templates/ksm/deployment.yaml
- templates/ksm/configmap.yaml
- tem... | charts/newrelic-infrastructure-v3/tests/initContainers_test.yaml |
layout: sidebar
style: light
plugins:
- jekyll-octicons
- jekyll-github-metadata
- jemoji
permalink: /:year/:month/:day/:title/
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "posts"
values:
layout: "post"
projects:
sort_by: pushed
#sort... | _config.yml |
name: ExcelScript.PivotLabelFilter
uid: 'ExcelScript!ExcelScript.PivotLabelFilter:interface'
package: ExcelScript!
fullName: ExcelScript.PivotLabelFilter
summary: Modelo configurável para um filtro de rótulo a ser aplicado a um PivotField. O `condition` define quais critérios precisam ser definidos para que o filtro fu... | docs/docs-ref-autogen/excel/excelscript/excelscript.pivotlabelfilter.yml |
List Mode: Blacklist
# Item Types: Item types that will or will not be stacked to 64 based on the list mode above
Item Types:
- Example Item
# Item Amounts: Set the amount of items that an item of that type can hold.
Item Amounts:
Example Item: 64
# Default Max Amount: Set the default max amount for ALL items in... | src/main/resources/config.yml |
---
- debug:
var: params
verbosity: 0
- set_fact:
db_project: "{{ project }}"
when: params.db_project is undefined
- set_fact:
db_project: "{{ params.db_project }}"
when: params.db_project is defined
- name: Read the database pod list
shell: "oc get pods --selector name=postgresql -o json -n {... | src/boost/openshift/actions/boostcd.create_postgres_db/tasks/main.yml |
name: Pipeline
on:
push:
tags: '*'
jobs:
release:
runs-on: windows-latest
env:
SigningCertificate: ParquetViewer_StoreKey.pfx
Solution_Path: src\ParquetViewer.sln
UWP_Project_Path: src\ParquetViewer\ParquetViewer.csproj
UWP_Project_Directory: .\src\ParquetViewer
steps:
... | .github/workflows/pipeline.yml |
---
- name: Ensure clone target exists
file:
recurse: true
state: directory
dest: "{{ cadd_rest_api_server_install_path }}/../cadd-scripts/{{ cadd_rest_api_server_cadd_scripts_version }}"
- name: Clone CADD-scripts
git:
repo: 'https://github.com/kircherlab/CADD-scripts.git'
dest: "{{ cadd_rest... | tasks/cadd_scripts.yml |
---
- name: install ansible openssl bindings
apt:
name: "{{ lin_use_python2 |bool |ternary(packages_pythons, packages_python3) }}"
state: present
vars:
packages_pythons: python3-openssl,python3-pip,python-openssl,python-pip
packages_python3: python3-openssl,python3-pip
- block:
- name: verify v... | tasks/ssl-selfsigned.yml |
---
- CreateTable: t(c1 INT, c2 BIGINT, c3 CHAR(32), c4 VARCHAR(10) FOR BIT DATA, c5 DECIMAL(10,5), c6 BLOB)
# 3-arg
---
- Statement: SELECT COLUMN_TYPE_STRING(CURRENT_SCHEMA, 't', 'c1')
- output: [ ['INT'] ]
---
- Statement: SELECT COLUMN_TYPE_STRING(CURRENT_SCHEMA, 't', 'c2')
- output: [ ['BIGINT'] ]
---
- Statement... | fdb-sql-layer-test-yaml/src/test/resources/com/foundationdb/sql/test/yaml/functional/test-column-type-string.yaml |
---
banner:
title: 'Trouvez votre formation,<br> selon vos besoins,<br> selon vos envies '
about:
enable: true
content: Trouvez votre façon de vous former. A votre rythme, selon vos disponibilités,
devant votre mobile ou votre ordinateur, seul ou accompagné, en formation initiale
et continue.
button:
... | exampleSite/data/homepage.yml |
openapi: 3.0.0
info:
version: 1.0.0
title: OAuth2 Refresh Token Management
description: OAuth2 refresh token management microservices endpoints.
contact:
email: <EMAIL>
license:
name: Apache 2.0
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
paths:
/oauth2/refresh_token:
get:
d... | light-oauth2/test-cloud/light-oauth2/mysql/config/oauth2-refresh-token/openapi.yaml |
location: Indonesia, West Borneo
menu:
About: /about #you need to create "about" page first
Friends: /friends
# Default post title
default_post_title: Untitled #default post title will automatically show if you forgot to write the title of your post
# Default post cover index page
default_cover_index: "/img/sei... | _config.yml |
homeassistant:
name: Home
latitude: !secret homeassistant_latitude
longitude: !secret homeassistant_longitude
elevation: !secret homeassistant_elevation
unit_system: metric
time_zone: Europe/London
customize: !include_dir_merge_named customize
#customize_domain:
# automation:
# initial_state: 'o... | config/configuration.yaml |
name: tsbt
version: '1.3.8'
base: core18
summary: nodejs application to access bluetooth tsbt tags
description: |
tsbt reader and usbutils
grade: devel
confinement: strict
parts:
tsbt:
plugin: nodejs
build-packages: [npm, python]
source: .
stage-snaps:
- bluez
- pi-bluetooth
... | snapcraft.yaml |
name: 'Test Azure Spring Cloud'
description: 'Deploy applications to Azure Spring Cloud and manage deployments.'
inputs:
azure-subscription:
description: 'Select the Azure Resource Manager subscription for the deployment.'
required: true
resource-group-name:
description: 'Select the Azure Resource Grou... | action.yml |
jobs:
- template: '../steps/system_test_general.yaml'
parameters:
name: 'feature_gates_regression_kafka'
display_name: 'feature-gates-regression-bundle I. - kafka + oauth'
test_case: 'kafka/**/*ST,!kafka/dynamicconfiguration/**/*ST,security/oauth/**/*ST'
groups: 'regression'
cluster_... | .azure/templates/jobs/feature_gates_regression_jobs.yaml |
name: Nightly CI/CD
on:
schedule:
# minute 0, hour 2 UTC which is 6pm in PST (5pm PDT), any day of month, any month, any day of the week
# if we want to support only Mon - Fri we need to change the check how we look for new changes. Currently we
# check for any new changes in the last 24 hours regardless... | .github/workflows/nightly-ci.yml |
admin:
access_log_path: /tmp/admin_access.log
address: {socket_address: {address: 0.0.0.0, port_value: 9901}}
static_resources:
listeners:
- name: frontend_proxy
address: {socket_address: {address: 0.0.0.0, port_value: 57314}}
filter_chains:
- filters:
- name: envoy.http_connection_manager
... | misc/envoy/frontend/envoy.yaml |
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
name: monitor-metallb-speaker
name: monitor-metallb-speaker
namespace: '{{.NameSpace}}'
spec:
endpoints:
- interval: 30s
port: speaker-metrics
bearerTokenFile: "/var/run/secrets/kubernetes.io/serviceaccount/token"
... | bindata/deployment/frr/service-monitors.yaml |
trigger:
- master
# using ubuntu latest vmImage
pool:
vmImage: 'ubuntu-latest'
pr: 'none'
stages:
- stage:
jobs:
- job: 'build'
steps:
- task: SonarCloudPrepare@1
inputs:
SonarCloud: 'sulavAryalpipeLineDemo'
organization: '042020-dotnet-uta'
... | azure-pipelines.yml |
---
spec_name: 'template'
spec_version: '2022-03-17'
# -------------------------------------------------
# - Submission scripts -
# -------------------------------------------------
# All run script templates will be pre-formatted with these parameters.
script_global_settings: {
... | slurmhelper/specs/template_2022-03-17.yml |
- name: Install support software
apt: name={{ item }}
with_items:
- git
- sqlite3
- imagemagick
- name: Install web server
apt: name={{item}}
with_items:
- apache2
- libapache2-mod-passenger
- libapache2-mod-xsendfile
- name: Stop web server
service: name=apache2 state=stopped
- nam... | roles/wcc/tasks/main.yml |
_id: 2d0291e0-9a38-11e9-96b3-ab4686ae2525
message: >-
Familial gdu.aydp.hashtafak.github.io.pun.kz phacoemulsion bileaflet
[URL=http://allwallsmn.com/amoxicillin-500-mg/]amoxicillin online[/URL]
[URL=http://heavenlyhappyhour.com/glucophage/]glucophage[/URL]
[URL=http://disclosenews.com/fildena/]fildena[/URL]
... | _data/comments/dear-diary/comment-1561790167802.yml |
---
# The hostname of this host.
clean_hostname: "{{ clean_hostname | splitext | first | lower }}"
# The cluster name, e.g. "my-happy-cluster". Set in inventory.
k8s_cluster: null
# The cluster role ('master' or 'node'). Set in inventory.
k8s_role: null
# All K8s hosts, regardless of role or cluster.
k8s_hosts: []
#... | roles/hellholt.pve_k8s/defaults/main.yaml |
name: create-release
on:
workflow_dispatch:
inputs:
version:
description: 'The Version'
required: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set Version in Cargo
run: |
sed -i ':a;N;$!ba;s/name = "cqlsh"\nversion = "[... | .github/workflows/create-release.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-17 03:08"
game: "Unreal Tournament"
name: "DM-]NBK[-ImmortalsTown"
author: "-]NBK[-^NiX*"
description: "None"
releaseDate: "2014-01"
attachments: []
originalFilename: "DM-]NBK[-ImmortalsTown.zip"
hash: "121ce4f29f5fa892a6793399d62a519c5207c624"
fileSize: 58458036
files... | content/Unreal Tournament/Maps/DeathMatch/N/1/2/1ce4f2/dm-nbk-immortalstown_[121ce4f2].yml |
version: 2.1
executors:
default-jvm:
working_directory: ~/repo/maybe
docker:
- image: circleci/openjdk:15-jdk-buster
environment:
JVM_OPTS: -Xmx4096m
TERM: dumb
commands:
setup:
description: "Setup the environment to run tasks on CI"
steps:
- checkout:
... | .circleci/config.yml |
---
- type: replace
path: /releases/-
value:
name: jumpbox
version: latest
- type: replace
path: /releases/name=routing?
value:
name: routing
version: latest
- type: replace
path: /instance_groups/-
value:
name: kafka
instances: 3
jobs:
- name: jumpbox #just to mark instan... | master-depls/metabase/template/70-enable-bi-cdc-event-infra/3-kafka-bi-operators.yml |
name: Application Benchmarks Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
# run every day at 1AM
- cron: '0 1 * * *'
concurrency:
group: ${{ github.repository }}-${{ github.ref }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
Checks:
r... | .github/workflows/main.yml |
name: Stagging
on:
push:
branches: [ main ]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name : Send Slack Notification (Start)
uses: act10ns/slack@v1
with:
status: ${{ job.status }}
channel: '#crime-map... | .github/workflows/stagging.yml |
l_german:
embassies_perk_modifier:0 "Botschaften"
embassies_perk_modifier_desc:0 "Dieser Charakter profitiert von Botschaften, die an fremden Höfen eingerichtet wurden."
confidants_perk_modifier:0 "Vertraute"
confidants_perk_modifier_desc:0 "Dieser Charakter hat immer jemanden, an den er sich wenden kann, wenn di... | project/ck3/base_game/localization/german/modifiers/perk_modifiers_l_german.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-20 11:25"
game: "Unreal Tournament 2004"
name: "dm-verticalfactory2"
author: "Danilo 'Dan' <NAME>"
description: "Liandri Corp. has bought a strange factory in an unknown location. The\
\ central area has more than three floors so, be carefull to not fall, you could\
... | content/Unreal Tournament 2004/Maps/DeathMatch/V/3/5/828bad/dm-verticalfactory2_[35828bad].yml |
items:
- uid: com.microsoft.store.partnercenter.devicesdeployment.IBatchJobStatus
id: IBatchJobStatus
artifact: com.microsoft.store:partnercenter:1.15.3
parent: com.microsoft.store.partnercenter.devicesdeployment
children:
- com.microsoft.store.partnercenter.devicesdeployment.IBatchJobStatus.get()
langs:
... | docs-ref-autogen/com.microsoft.store.partnercenter.devicesdeployment.IBatchJobStatus.yml |
pmid: '27386852'
categories:
- name: Symptoms
enabled: true
- name: Diagnosis
enabled: true
- name: Genetics
enabled: true
- name: Physiopathology
enabled: true
- name: Biochemistry
enabled: false
title: >-
Nonrecurrent PMP22-RAI1 contiguous gene deletions arise from replication-based
... | src/data/citations/27386852.yml |
# The English language => Just for example all the keywords
"en":
name: English
native: English
describe:
it:
its:
pending:
subject:
shared_examples_for:
share_as:
it_should_behave_like:
should:
should_not:
before:
after:
hooks:
each:
all:
suite:
matchers:
be:
true_w... | lib/spec-i18n/languages.yml |
---
- name: "Check if {{ cluster_name }} already exists"
docker_container_info:
name: "{{ cluster_name + '-control-plane' }}"
register: cluster_check_result
- name: Create KinD Config
template:
dest: "{{ kind_home_dir + '/' + cluster_name + '/' + kind_cluster_config }}"
src: 'kind-cluster-config.yml.... | tasks/kind_create.yml |
name: CI
on:
push:
pull_request:
schedule:
# Weekly, at 5:30 AM on Sunday (somewhat randomly chosen).
- cron: '30 5 * * 0'
workflow_dispatch:
jobs:
build:
strategy:
matrix:
platform: [x86_64, i386]
runs-on: windows-latest
name: 'Build: ${{ matrix.platform }}'
defaults:
... | .github/workflows/ci.yml |
gallery:
- url: https://500px.com/photo/1029425635/adelantos-de-primavera-by-cesar-ordonez
image_path: https://drscdn.500px.org/photo/1029425635/m%3D900/v2?sig=af0eaa062ae6a0a618368dd92fb2446a19a944c0a242dc5e0104e644b9cd954d
alt: "Adelantos de primavera by <NAME> on 500px.com"
title: "Adelantos de primave... | _data/gallery.yml |
Token Env Var: SEU TOKEN AQUI
# Prefixo de comando para todos os comandos.
Prefix: '+'
# O ID do canal para o qual o bot enviará mensagens.
Log Channel: ID DO CANAL ONDE O BOT MANDA QUE ESTÁ QUEBRADO (INT)
# O ID do usuário do qual deseja fazer ping pelo comando Broken.
Broken User ID: log-server
# Define o status ... | Config.yml |
amazon_cloudfront:
- description: >-
Le pourcentage de toutes les requêtes pour lesquelles le code d'état HTTP
est 4xx.
integration: amazon_cloudfront
interval: '60'
metric_name: aws.cloudfront.4xx_error_rate
metric_type: gauge
orientation: '-1'
per_unit_name: ''
short_name: 4x... | data/integrations/amazon_cloudfront.fr.yaml |
SDG_GOAL: >-
Goal 16. Promote the emergence of peaceful and inclusive societies for sustainable development, ensure access to justice for all and build, at all levels, effective, accountable and inclusive institutions
SDG_TARGET: >-
16.1 Significantly reduce all forms of violence and associated death rates everywhe... | translations/en/16-1-1.yml |
uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMessageRuleActions.withForwardAsAttachmentTo*"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMessageRuleActions.withForwardAsAttachmentTo"
name: "withForwardAsAttachmentTo"
nameWithType: "MicrosoftGraphMessageRule... | docs-ref-autogen/com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMessageRuleActions.withForwardAsAttachmentTo.yml |
version: '3'
services:
redis:
restart: always
container_name: redis
hostname: 'redis'
image: redis:4.0-alpine
command:
- --loglevel warning
volumes:
- /srv/gitlab/redis:/var/lib/redis:Z
postgresql:
restart: always
container_name: postgresql
hostname: 'postgresql'
... | docker-compose.yml |
title: Azure IoT Hub Belgeleri
metadata:
title: Azure IoT Hub Belgeleri
description: Azure IoT Hub’ı kullanarak milyarlarca Nesnelerin İnterneti varlığına bağlanma, bunları izleme ve denetleme hakkında bilgi edinin.
services: iot-hub
ms.service: iot-hub
ms.topic: landing-page
author: robinsh
ms.author: ro... | articles/iot-hub/index.yml |
service id: fff
endpoint id: ffff
endpoint name: fake
pre-processor configuration:
synchronicity: request-response
elements: +requestHeaders,messageId,packageKey
endpoint uri: https://api-unitttest.airfranceklm.com/
origin uri: https://docker.kml/backend/url
dropped headers:
- C
- D
added headers:
E: F
... | sidecar/adapter-core/src/test/resources/com/airfranceklm/amt/sidecar/base-test.yml |
sidebar:
about: false # 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: Full Stack Developer
avatar: profile.png #place a ... | _data/cv.yml |
_id: 6804ae70-3e04-11ea-9c07-251cc9b0efee
message: >-
Trying lwr.mpge.hashtafak.github.io.vun.ba evaluation
[URL=http://onlineroyal-casino.top/#no-deposit-online-casinos]foxwoods
casino[/URL] [URL=http://casinousgambling.space/#gambling]gambling
system[/URL]
[URL=http://scoutcampreviews.com/extra-super-avana/... | _data/comments/dear-diary/comment-1579799923705.yml |
nameWithType: RegistryDockerTaskStep.UpdateStages.OverridingArgumentUpdate.withOverridingArgument
type: method
members:
- fullName: com.microsoft.azure.management.containerregistry.RegistryDockerTaskStep.UpdateStages.OverridingArgumentUpdate.withOverridingArgument(String name, OverridingArgument overridingArgument)
n... | legacy/docs-ref-autogen/com.microsoft.azure.management.containerregistry.RegistryDockerTaskStep.UpdateStages.OverridingArgumentUpdate.withOverridingArgument.yml |
director_uuid: XXXXXXX #STACK_LEVEL
instance_groups:
- azs:
- z1
instances: 3
jobs:
- name: mms-automation-agent
properties:
mms-automation-agent:
indexed_consul_services:
mms-automation-agent:
name: {{.Guid}}
mmsApiKey: {{.BoshParam "mms-api-key"}} # SERVICE-INST... | broker/src/test/resources/bosh/template_mongodbent_v5.yml |
cuda: 0
execution: 3
evolution:
max_generations: 100
train_best_generations: 50
elitism: 0.0
tournament_size: 2
max_layers: 5
sequential_layers: false
add_layer_prob: 0.3
rm_layer_prob: 0.1
gene_mutation_prob: 0.1
mutate_gan_type_prob: 0
crossover_rate: 0.0
freeze_when_change: false
control_nu... | conf/config.yaml |
---
AWSTemplateFormatVersion: 2010-09-09
Description: Architecture to experiment with AWS Advanced Networking Certification Sample Question 2
Metadata:
Author:
Description: <NAME> (<EMAIL>)
License:
Use as you wish. No warranty offered - this is just being used to experiment with AWS.
Question:
... | advanced-networking/aws-sample-questions/sample-question-2/aws-sample-question-2-03-bastion.yaml |
uid: api.kaiza.la.v1.kaizala.microsoft.com.groupmanagementapis.getsubscribers
name: Get Subscribers
service: Kaizala
groupName: Group Management APIs
apiVersion: "1.0"
summary: "Obtenir les abonnés d’un groupe public \nCette API récupère la liste des abonnés d’un groupe public géré"
consumes:
- application/json... | docs-ref-autogen/kaizala.microsoft.com/Group-Management-APIs/Get-Subscribers.yml |
version: '3.4'
# all common shared environment variables defined here:
x-common-env-variables: &common-variables
EDGEX_SECURITY_SECRET_STORE: "false"
Registry_Host: edgex-core-consul
Clients_CoreData_Host: edgex-core-data
Clients_Data_Host: edgex-core-data # For device Services
Clients_Notifications_Host: e... | loss-detection-app/docker-compose.loss-detection.yml |
---
frAtmIwfConnAtm2FrLastChange: 1.3.6.1.2.1.86.1.2.1.10
frAtmIwfConnSarTimeOuts: 1.3.6.1.2.1.86.1.2.1.19
frAtmIwfConnectionDescriptor: 1.3.6.1.2.1.86.1.2.1.13
frAtmIwfConnOverSizedSDUs: 1.3.6.1.2.1.86.1.2.1.17
frAtmIwfConnEncapsulationMappingMode: 1.3.6.1.2.1.86.1.4.1.6
frAtmIwfVclCrossConnectIdentifier: 1.3.6.1.2.1... | data/snmp/mibs/FR-ATM-PVC-SERVICE-IWF-MIB.yaml |
version: '3'
services:
client:
hostname: client
image: jiscmoonshot/client
cap_add:
- IPC_LOCK
volumes:
- ./config/user_credentials.xml:/config/user_credentials.xml
- /tmp/.X11-unix/X0:/tmp/.X11-unix/X0
build:
context: .
dockerfile: Dockerfile.client
sshserver:
... | docker-compose.yml |
version: "3.8"
# environment variable PWD is assumed to be grapl root directory
services:
grapl-rust-node-identifier-integration-tests:
image: grapl/grapl-node-identifier-test:${TAG:-latest}
build:
context: ${PWD}/src/rust
target: build-test-integration
args:
- PROFILE=debug
c... | test/docker-compose.integration-tests.yml |
author: mporter
description: An electro-mechcanical binary clock
version: 0.1.0
libs_version: ${mos.version}
modules_version: ${mos.version}
mongoose_os_version: ${mos.version}
# Optional. List of tags for online search.
tags:
- c
# List of files / directories with C sources. No slashes at the end of dir names.
so... | mos.yml |
security:
encoders:
AppBundle\Entity\User:
algorithm: md5
encode_as_base64: false
iterations: 0
# https://symfony.com/doc/current/security.html#b-configuring-how-users-are-loaded
providers:
in_memory:
memory: ~
medical_db:
... | app/config/security.yml |
name: eggnog
description: Functional annotation of proteins using orthologous groups and phylogenies
icon: false
tags:
- annotation
- fasta
- prokaryote
modules:
- eggnog_download
- eggnog_mapper
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g... | subworkflows/local/eggnog/meta.yml |
name: DevTools
on:
push:
branches: [master]
pull_request: # run on all PRs, not just PRs to a particular branch
jobs:
integration:
runs-on: macos-latest # while macbots are much slower, linux reliably crashes running this
steps:
- name: Set $DEPOT_TOOLS_PATH
run: echo "DEPOT_TOOLS_PATH=$G... | .github/workflows/devtools.yml |
admin.order.index:
path: /admin/order/index
defaults:
_controller: 'order.controller.admin:indexAction'
options:
require_admin_permission: order.index
admin.order.grid:
path: /admin/order/grid
defaults:
_controller: 'order.controller.admin:gridAction'
options:
exp... | src/WellCommerce/Bundle/OrderBundle/Resources/config/routing.yml |
version: 2
jobs:
cypress/build:
resource_class: xlarge
docker:
- image: cypress/base:14.16.0
steps:
- checkout
- restore_cache:
keys:
- cache-{{ .Branch }}-{{ checksum "package.json" }}
- run:
name: Npm CI
command: npm ci && npm rebuild node-sass && npx brow... | .circleci/config.yml |
swagger: "2.0"
info:
version: "0.0.1"
title: Movie DB
# during dev, should point to your local machine
host: localhost:8081
# basePath prefixes all resource paths
basePath: /
#
schemes:
# tip: remove http to make production-grade
- http
- https
# format of bodies a client can send (Content-Type)
consumes:
... | SWG_NodeJS02/swagger-integration/api/swagger/swagger.yaml |
name: Build
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
image_job:
name: Create Docker Image
runs-on: ubuntu-latest
# ... | .github/workflows/vsce-build-publish.yml |
version: "3"
# All available services
services:
# Computation
jupyter:
container_name: "ds-flow_jupyter"
restart: "always"
build: services/jupyter
env_file:
- ./config/jupyter.env
- ./config/minio.env
- ./config/shared_database.env
volumes:
- ./shared/notebooks/:/home/j... | docker-compose.yml |
---
- name: Core Plugins | KubeGems Agent
community.kubernetes.k8s:
state: present
definition: "{{ lookup('template', item) | from_yaml }}"
with_items:
- kubegems/agent/issuer.yaml
- kubegems/agent/certification.yaml
- kubegems/agent/sa.yaml
- kubegems/agent/clusterrole.yaml
- kubegems/... | roles/installer/tasks/core-plugins/kubegems-local.yaml |
info:
title: Stencil server
version: 0.1.0
produces:
- application/json
consumes:
- application/json
paths:
/ping:
get:
summary: service health check
operationId: ping
responses:
"200":
description: "returns pong message"
/v1/namespaces/{namespace}/descriptors:
po... | server/swagger.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-20 13:38"
game: "Unreal Tournament 2004"
name: "CTF-Skydive"
author: "-=B0$s=-"
description: "Can you lead your team to victory? or trow them thousands of feet down\
\ to there deaths? Welcome to the skydive arena!, At the top of these skyscrapers\
\ liandri found ... | content/Unreal Tournament 2004/Maps/Capture The Flag/S/a/6/3ff033/ctf-skydive_[a63ff033].yml |