code stringlengths 38 801k | repo_path stringlengths 6 263 |
|---|---|
# Pipeline that publishes AML Pipeline for model training
trigger:
- none
pr:
branches:
include:
- main
- develop
paths:
exclude:
- '*.md'
variables:
- template: ../configuration/configuration-aml.variables.yml
- ${{ if eq(variables['Build.SourceBranchName'], 'main') }}:
# 'main' branch:... | azure-pipelines/PIPELINE-2-batchinference.yml |
api_name: []
items:
- children: []
class: azure.mgmt.consumption.models.reservation_summary_py3.ReservationSummary
fullName: azure.mgmt.consumption.models.reservation_summary_py3.ReservationSummary
inheritance:
- inheritance:
- inheritance:
- type: builtins.object
type: msrest.serialization.Mode... | docs-ref-autogen/azure-mgmt-consumption/azure.mgmt.consumption.models.reservation_summary_py3.ReservationSummary.yml |
name: Pull-Request-Test
on:
push:
branches-ignore:
- 'master'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Caching dependencies
uses: actions/cache@v1
with:
path: ~/.m2
key: ${{ runner.os }}-PR-${{ hashFiles('*... | .github/workflows/pull-request.yaml |
language: python
cache:
directories:
- $HOME/.cache/pip
matrix:
fast_finish: true
include:
- python: "3.6"
os: linux
dist: trusty
env: TOXENV=py36
- python: "3.7"
os: linux
dist: xenial
env: TOXENV=py37
- python: "... | .travis.yml |
---
default: &default
send_activation_mail: true
trust_basic_auth: false
disable_registration: false
can_change_password: true
can_disable_account: true
can_use_yubikey: true
create_auth_ondemand:
enabled: false
default_mail_domain: example.com
random_password: <PASSWORD>
name: masq
host: ... | test/dummy/config/masq.yml |
en:
csv_upload_user_duplicate: "Detected duplicate user name: %{user_name}"
csv:
bad_cell: "Error: the csv contains the following invalid cells: %{bad_cells}"
duplicate_group_name: "Error: The following groups appear multiple times in the csv file: %{group_names}"
duplicate_repo_name: "Error:... | config/locales/en.yml |
- block:
- name: Get "crm_stats_ipv4_neighbor_used" counter value
command: docker exec -i database redis-cli -n 2 HGET CRM:STATS crm_stats_ipv4_neighbor_used
register: out
- set_fact: crm_stats_ipv4_neighbor_used={{out.stdout}}
- name: Get "crm_stats_ipv4_neighbor_available" counter value
... | ansible/roles/test/tasks/crm/crm_test_ipv4_neighbor.yml |
topnav:
- title: Topnav
items:
- title: About
url: /about
#Topnav dropdowns
topnav_dropdowns:
- title: Topnav dropdowns
folders:
- title: Architecture
folderitems:
- title: Architecture Overview
url: /ows_architecture.html
- title: Product 1
url: /p1_l... | _data/topnav.yml |
version: "3"
services:
graphcool-db:
image: mysql:5.7
networks:
- graphcool
restart: on-failure
command: mysqld --max-connections=1000 --sql-mode="ALLOW_INVALID_DATES,ANSI_QUOTES,ERROR_FOR_DIVISION_BY_ZERO,HIGH_NOT_PRECEDENCE,IGNORE_SPACE,NO_AUTO_CREATE_USER,NO_AUTO_VALUE_ON_ZERO,NO_BACKSLASH_ES... | cli/packages/prisma-cli-core/src/commands/local/docker/framework-docker-compose.yml |
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "app-hsmocsp.fullname" . }}
namespace: {{ .Release.Namespace }}
labels: {{ include "app-hsmocsp.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
selector:
matchLabels:
app.kubernetes.io/name: {{ include "app-hsmocsp.n... | templates/deployment.yaml |
---
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: An AWS Serverless Application that uses the ASP.NET Core framework running
in Amazon Lambda.
Parameters:
ShouldCreateBucket:
Type: String
AllowedValues:
- 'true'
- 'false'
Description: If true then the ... | LambdaVPC/lambdavpc.yml |
service: low-ceremony-postgrest
frameworkVersion: '2'
variablesResolutionMode: 20210326
provider:
name: aws
runtime: nodejs12.x
lambdaHashingVersion: 20201221
region: ${env:AWS_REGION, 'ap-southeast-2'}
stage: ${opt:stage, env:STAGE, 'dev'}
httpApi:
payload: '2.0'
iamRoleStatements:
- Effect: Al... | serverless.yml |
---
en:
bovem:
configuration:
using: "Using configuration file %s."
invalid: "Config file %s is not valid."
not_found: "Config file %s is not existing or not readable."
console:
prompt: "Please insert a value"
unknown_reply: "Sorry, your reply was not understood. Please try agai... | locales/en.yml |
os: osx
osx_image: xcode12.3
language: objective-c
env:
global:
- OPENSSL="1.1.1i" # https://www.openssl.org/source/
- LIBCURL="7.74.0" # https://curl.haxx.se/download.html
- NGHTTP2="1.42.0" # https://nghttp2.org/
- EXAMPLE="example/iOS Test App"
- PATH=/Users/travis/Library/Python/3.9/bin:$PATH... | .travis.yml |
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: cloneconfigurations.zadara.com
spec:
additionalPrinterColumns:
- JSONPath: .status.state
name: State
type: string
- JSONPath: .spec.appSnapshot.name
description: Name of ApplicationSnapshot to clone
name: Sna... | upstream-community-operators/zoperator/0.3.6/zadara.com_cloneconfigurations_crd.yaml |
# Example of a timeline entry
# - title: airbnb
# title-url: https://example.com/
# date: Sep 2019 - Present
# subtitle: Fullstack Developer
# tags:
# - tag: React
# - tag: Javascript
# - tag: Ruby
# - tag: Rails
# timeline-side: right
- title: Beginning with C++
title-url: /cpp-ch1-learni... | _data/cpp_studyline.yml |
[
{
"Description": "",
"MonitTemplate": {
"DstPathEnd": "monit",
"Path": "/mnt/tmp/tar-CmdExtractor720159206/monit",
"SrcPathEnd": "monit"
},
"Name": "smoke-tests",
"Packages": [
{
"Name": "go"
},
{
"Name": "cf-cli"
},
{
"Name... | github.com/cloudfoundry-community/rabbitmq-smoke-tests-boshrelease/rabbitmq-smoke-tests-2/jobs.v1.yml |
groups:
- name: main
jobs:
- deploy-app
- load-tests
- push-to-prod
- promote-new-version
resources:
- name: PivotalDevOpsTutorial
type: git
source:
branch: master
uri: https://github.com/LucasHocker/PCFTest.git
- name: PCF-Stage
type: cf
source:
api: {{pcf-stage-api}}
organization: {... | ci/01-pipeline.yml |
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose convert -f Compose/docker-compose.yaml --volumes configMap
kompose.version: 1.21.0 ()
creationTimestamp: null
labels:
io.kompose.service: pingdatasync
name: pingdatasync
spec:
replicas: 1
selector:
matchLabels:
... | Customer360/deployment/K8s/pingdatasync-deployment.yaml |
site_name: TYPHOON
repo_name: typhoon-orchestrator
repo_url: https://github.com/typhoon-data-org/typhoon-orchestrator
edit_uri: ""
theme:
name: 'material'
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
palette:
scheme: typhoon
logo: 'img/typhoon_fla... | mkdocs.yml |
# The version of this inputs file. Do not modify.
version: create-domain-on-aks-inputs-v1
#
# Parameters that must be changed from these values!
#
# The service principal is used to login to azure and create an azure kubernetes cluster.
# If you don't have a service principal, please follow README.md
# Application i... | kubernetes/samples/scripts/create-weblogic-domain-on-azure-kubernetes-service/create-domain-on-aks-inputs.yaml |
before_install:
- sudo rm -f /etc/mavenrc
- export M2_HOME=/usr/local/maven
- export MAVEN_OPTS="-Dmaven.repo.local=$HOME/.m2/repository -Xms1024m -Xmx3072m"
install: true
jdk:
- oraclejdk8
language: java
sudo: false
env:
global:
- secure: "<KEY> #Dockerhub email
- secure: "<KEY> #Dockerhub user
- secur... | spec/fixtures/configs/ha/hashmapinc:Tempus.yml |
name: "New release"
on:
workflow_dispatch:
inputs:
version:
description: 'The version you want to release.'
required: true
jobs:
draft-new-release:
name: "Draft a new release"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth:... | kaliber5/setup-pack/1.0/.github/workflows/gitflow-new-release.yml |
AWSTemplateFormatVersion: "2010-09-09"
Description:
Defines a application stack for a static WWW server deployment.
Parameters:
NetworkStackName:
Description: "Name of an active CloudFormation stack that contains the networking resources, such as the subnet and security group, that will be used in this stack.... | application-stack.yaml |
items:
- uid: com.microsoft.azure.sdk.iot.device.auth.SignatureProvider
id: SignatureProvider
artifact: com.microsoft.azure.sdk.iot:iot-device-client-preview:1.2.0
parent: com.microsoft.azure.sdk.iot.device.auth
children:
- com.microsoft.azure.sdk.iot.device.auth.SignatureProvider.sign(java.lang.String,java.l... | preview/docs-ref-autogen/com.microsoft.azure.sdk.iot.device.auth.SignatureProvider.yml |
title: Documentation sur Azure Security Center
summary: Azure Security Center fournit des fonctionnalités unifiées de gestion de la sécurité et de protection avancée contre les menaces sur l’ensemble des charges de travail cloud hybrides.
metadata:
title: Documentation sur Azure Security Center
description: Découvr... | articles/security-center/index.yml |
---
apiVersion: v1
kind: Namespace
metadata:
name: kuma-demo
annotations:
kuma.io/sidecar-injection: enabled
---
apiVersion: v1
kind: ConfigMap
metadata:
name: demo-app-config
namespace: kuma-demo
data:
kong.yml: |
_format_version: "1.1"
services:
- name: mockbin.org
url: http://mockbi... | tools/e2e/examples/minikube/kuma-demo/kuma-demo.yaml |
name: AcsRecordingFileStatusUpdatedEventData
uid: '@azure/eventgrid.AcsRecordingFileStatusUpdatedEventData'
package: '@azure/eventgrid'
summary: >-
Schema of the Data property of an EventGridEvent for an
Microsoft.Communication.RecordingFileStatusUpdated event.
fullName: AcsRecordingFileStatusUpdatedEventData
remar... | docs-ref-autogen/@azure/eventgrid/AcsRecordingFileStatusUpdatedEventData.yml |
uid: "com.azure.cosmos.CosmosBulkItemResponse"
fullName: "com.azure.cosmos.CosmosBulkItemResponse"
name: "CosmosBulkItemResponse"
nameWithType: "CosmosBulkItemResponse"
summary: "Response of a <xref uid=\"com.azure.cosmos.CosmosItemOperation\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosItemOperation\"... | docs-ref-autogen/com.azure.cosmos.CosmosBulkItemResponse.yml |
---
# OpenJDK install
- name: install JRE packages for CentOS
yum:
name: "java-1.{{ java_version }}.0-openjdk-headless"
state: latest
update_cache: yes
when: ansible_distribution == "CentOS" and java_distro == "openjdk" and java_platform == "jre"
tags:
- java
- bootstrap
- name: install JDK p... | tasks/openjdk.yml |
transport : mpi
group : nemo
serverCount : 3
clientCount : 5
activeFields : [ 14d, 17d, 20d, 26d, 28d, cdn10, empmr, erp, hbp, hc26c, hc300, hc700, hcbtm, hst, iceconc_cat, ice_cover, ice_cover, icesalt, icesalt_cat, icetemp, icethic, icethick_cat, icettop, icevolu, iicevelur, iicevelvr, iocestrur, iocestrvr, lat_T, l... | tests/server/configs/nemo-standard-output.yaml |
items:
- uid: com.microsoft.azure.management.compute._snapshot._definition_stages._with_sku
id: _with_sku
parent: com.microsoft.azure.management.compute
children:
- com.microsoft.azure.management.compute._snapshot._definition_stages._with_sku.withSku(DiskSkuTypes)
href: com.microsoft.azure.management.compute.... | docs-ref-autogen/com.microsoft.azure.management.compute._snapshot._definition_stages._with_sku.yml |
version: "3.8"
services:
localstack:
image: localstack/localstack@sha256:7c6635493185d25165979995fb073fd789c72b6d8b17ef3a70b798d55576732f
ports:
- "4566:4566"
environment:
- HOSTNAME_EXTERNAL=localstack
- SERVICES=s3,secretsmanager
- DEBUG=1
- DATA_DIR=/tmp/localstack/data
... | docker-compose.yml |
id: ocd-organization/b6bf4da1-c66c-4e85-9fbc-b8effe906a35
name: Veterans Affairs
jurisdiction: ocd-jurisdiction/country:us/state:de/government
parent: lower
classification: committee
links: []
sources:
- url: http://legis.delaware.gov/CommitteeDetail?committeeId=475
- url: http://legis.delaware.gov/json/Committees/GetC... | data/de/organizations/Veterans-Affairs-b6bf4da1-c66c-4e85-9fbc-b8effe906a35.yml |
title: Dokumentacja usługi API Management
summary: Dowiedz się, jak usługa API Management umożliwia bezpieczne publikowanie interfejsów API w skali do deweloperów zewnętrznych, deweloperów będących partnerami i deweloperów będących pracownikami. Zawiera opis sposobu tworzenia nowoczesnych bram interfejsów API dla istni... | articles/api-management/index.yml |
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:9.3.0
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circ... | .circleci/config.yml |
apiVersion: v1
kind: Pod
metadata:
name: {{ include "vives.fullname" . }}
spec:
containers:
- name: test
image: {{ .Values.image.repository }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: INFLUX_SERVER
valueFrom:
secretKeyRef:
name: flask-pod-secret
... | templates/deployment.yaml |
name: Integration tests
on: [ push, pull_request ]
jobs:
integration:
name: Integration tests
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '7.2', '7.3', '7.4', '8.0' ]
fail-fast: false
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.0
... | out/PrestaShop/PrestaShop/.github_workflows_integration.yml |
name: Release
on:
workflow_dispatch:
pull_request_target:
branches:
- master
- develop
types:
- closed
jobs:
release:
runs-on: ubuntu-latest
if: github.event_name == 'workflow_dispatch' || github.event.pull_request.merged
outputs:
version: ${{ steps.tag_version.outpu... | .github/workflows/release.yml |
---
open_source: true
repository_link: "https://github.com/doecode/doecode/"
accessibility: "OS"
software_type: "S"
developers:
- email: ""
orcid: ""
first_name: "Josh"
last_name: "Nelson"
middle_name: ""
affiliations:
- "U.S. Department of Energy Office of Scientific and Technical Information"
- email: ""
... | doecode.yml |
---
GRAV:
FRONTMATTER_ERROR_PAGE: "---Titolo: %1$s---# Errore: Frontmatter non valido: '%2$s' * *%3$s * * ' '%4$s ' '"
INFLECTOR_PLURALS:
'/(quiz)$/i': '\1'
'/^(ox)$/i': '\1en'
'/([m|l])ouse$/i': '\1ice'
'/(matr|vert|ind)ix|ex$/i': '\1ices'
'/(x|ch|ss|sh)$/i': '\1es'
'/([^aeiouy]|qu)ies$/i':... | system/languages/it.yaml |
version: '3.6'
services:
server:
restart: always
image: 127.0.0.1:5000/kkserver:kk_ver
build:
context: server
target: server
environment:
- KRAKEN_REDIS_ADDR
- KRAKEN_DB_URL
- KRAKEN_CLICKHOUSE_PORT
- KRAKEN_CLICKHOUSE_ADDR
- KRAKEN_CLICKHOUSE_URL
- KRA... | docker-compose.yaml |
run:
# default concurrency is a available CPU number
concurrency: 4
# timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 5m
# by default isn't set. If set we pass it to "go list -mod={option}". From "go help modules":
# If invoked with -mod=readonly, the go command is disallowed from the implicit
... | .golangci.yaml |
$schema: http://json-schema.org/draft-07/schema#
title: Demes graph
type: object
additionalProperties: false
properties:
description:
type: ["string", "null"]
doi:
type: array
items:
type: string
default: []
time_units:
type: string
# TODO: shouldn't this be an enum?
generation_t... | demes-specification.yaml |
---
- name: "OCI Cloud Controller | Credentials Check | oci_private_key"
fail:
msg: "oci_private_key is missing"
when:
- not oci_use_instance_principals
- oci_private_key is not defined or not oci_private_key
- name: "OCI Cloud Controller | Credentials Check | oci_region_id"
fail:
msg: "oci_regi... | roles/kubernetes-apps/cloud_controller/oci/tasks/credentials-check.yml |
name: NodeRemoveParameter
uid: '@azure/batch.NodeRemoveParameter'
package: '@azure/batch'
summary: An interface representing NodeRemoveParameter.
fullName: NodeRemoveParameter
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: nodeDeallocationOption
uid: '@azure/batch.NodeRemoveP... | docs-ref-autogen/@azure/batch/NodeRemoveParameter.yml |
name: CI/CD
on: push
env:
ORGANIZATION: ${{ github.repository_owner }}
PROJECT: ${{ github.event.repository.name }}
IMAGE: ${{ github.repository_owner }}/${{ github.event.repository.name }}
CANDIDATE: rc
JAVA: 1.15
jobs:
Build:
runs-on: ubuntu-latest
outputs:
version-final: ${{ env.FINAL }}
... | .github/workflows/cicd.yaml |
name: "🐛 Bug Report"
description: "If something isn't working as expected 🤔."
labels: ["bug"]
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I hav... | .github/ISSUE_TEMPLATE/bug_report.yml |
name: Trojan-go
on:
workflow_dispatch:
push:
paths:
- '.github/workflows/trojan-go.yml'
- 'trojan-go/Makefile'
env:
SDK_NAME: openwrt-sdk-armvirt-64_gcc-8.4.0_musl.Linux-x86_64
TZ: Asia/Shanghai
jobs:
build:
runs-on: ubuntu-18.04
env:
PACKAGE_NAME: trojan-go
... | .github/workflows/trojan-go.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-17 19:48"
game: "Unreal Tournament"
name: "CTF-Darkvision"
author: "Darkvision"
description: "None"
releaseDate: "2003-07"
attachments:
- type: "IMAGE"
name: "CTF-Darkvision_shot_1.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tourname... | content/Unreal Tournament/Maps/Capture The Flag/D/8/d/8c5110/ctf-darkvision_[8d8c5110].yml |
imports:
- { resource: parameters.yml }
- { resource: security.yml }
- { resource: fosUser.yml }
- { resource: stofDoctExt.yml }
- { resource: sonataAdmin.yml }
- { resource: sonataMedia.yml }
- { resource: sizanniaTranslation.yml }
- { resource: knpPaginator.yml }
- { resource: jms... | app/config/config.yml |
id: ocd-organization/c11264d3-47b4-499b-994a-e367a4209031
name: Approp-Elementary & Secondary Educ
jurisdiction: ocd-jurisdiction/country:us/state:il/government
parent: lower
classification: committee
links: []
sources:
- url: http://ilga.gov/house/committees/members.asp?CommitteeID=1891&GA=100
memberships:
- id: ocd-p... | data/il/organizations/Approp-Elementary--Secondary-Educ-c11264d3-47b4-499b-994a-e367a4209031.yml |
- name: Create host folders for rsyslog configs and normalization rules
file:
path: "{{ host_container_root }}/{{ item }}"
state: directory
mode: 0750
loop:
- "{{ logserver.name }}"
- "{{ logserver.name }}/config.d"
- "{{ logserver.name }}/lognorm"
- name: pull custom rsyslog image
docker... | ansible/roles/deploy_event_collector/tasks/rsyslog.yml |
trigger:
- "*"
resources:
- repo: self
parameters:
- name: TAGInput
default: 'dev-$(Build.BuildId)'
- name: BaseBranch
default: 'master'
variables:
- group: publish-keys
- name : TAGVar
value: '${{parameters.TAGInput}}'
stages:
- stage: LocalIntegrationTestHtcMock
displayName: Local Integration Te... | cicd/azure/pipeline-manual.yml |
title: 'Microsoft Certified: Azure Database Administrator Associate'
metadata:
title: 'Microsoft Certified: Azure Database Administrator Associate'
description: 'Le Azure Database Administrator met en œuvre et gère les aspects opérationnels des solutions de plateformes de données natives au cloud et hybrides, repos... | learn-certs-pr/azure-database-administrator-associate/index.yml |
type: code
files:
- name: src/Main.java
visible: true
text: "import java.util.Scanner; \n\n/** Product - Robot */\nabstract class Robot\
\ {\n\n public abstract String getName();\n public abstract String getDescription();\n\
\ public abstract int getPower();\n\n @Override\n public String toSt... | Problems (51)/Robot factory/task-info.yaml |
matrix:
include:
- name: OpenJDK8
language: java
jdk: openjdk8
cache:
timeout: 1000
directories:
- $HOME/.m2
before_cache:
- rm -rf $HOME/.m2/repository/com/sap/research/security/vulas/
install:
- "echo 'Skipping install stage, dependencies wil... | .travis.yml |
# IMPORTANT: The Kubernetes cluster name
# https://docs.newrelic.com/docs/kubernetes-monitoring-integration
# cluster: ""
# kubeStateMetricsUrl - if provided, the discovery process for kube-state-metrics endpoint won't be triggered
# Only HTTP is accepted. This is an example value: http://172.17.0.3:8080
# kubeStateM... | stable/newrelic-infrastructure/values.yaml |
language: cpp
matrix:
include:
- os: linux
env: BUILD_TYPE=linux
sudo: required
compiler: gcc-7
addons:
apt:
config:
retries: true
update: true
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
... | .travis.yml |
nameOverride:
replicaCount: 1
serviceAccount:
# name defines optionally another name than the default name for the service account
name: ""
annotations: ""
clusterRole:
# name defines optionally another name than the default name for the cluster role
name: ""
podSecurityContext:
bebSecret:
nameSuffix: "... | resources/eventing/charts/controller/values.yaml |
version: '3'
services:
db:
image: mysql:5.7
ports:
- "127.0.0.1:3306:3306"
environment:
- MYSQL_ROOT_PASSWORD=<PASSWORD>
- MYSQL_DATABASE=cinq
- MYSQL_USER=cinq
- MYSQL_PASSWORD=<PASSWORD>
volumes:
- "./database:/var/lib/mysql"
nginx:
build:
context: ./... | docker/docker-compose.yml |
name: build-and-test-differential
on:
pull_request:
jobs:
build-and-test-differential:
runs-on: ubuntu-latest
container: ghcr.io/autowarefoundation/autoware-universe:latest
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.9.1
- name: Check out repository
... | .github/workflows/build-and-test-differential.yaml |
name : ChaeyeonSeo
id : ChaeyeonSeo
realnameEN : <NAME>
realnameKR : 서채연
teamwork:
- desc : "Make an Overview of the project and post"
linked : "static page post(Korean)"
link : https://20-1-skku-oss.github.io/2020-1-OSS-2/2020/05/24/Project-Introduction.html
- desc : "Write READ... | docs/_data/works/ChaeyeonSeo.yml |
apiVersion: v1
kind: Pod
metadata:
name: dev-box
namespace: alchemist-processor
labels:
app: dev-box
annotations:
iam.amazonaws.com/role: svc-sandbox-alchemist
spec:
containers:
- name: dev-box
image: opendatacube/datacube-alchemist:latest
args: ["/usr/bin/env", "sleep", "60000"]
resour... | dev/services/aws/S2_wofs/dev-box.yaml |
backend:
name: github
repo: Rychillie/rychillie
media_folder: static/images
public_folder: /images
publish_mode: editorial_workflow
collections:
- name: posts # Used in routes, e.g. /admin/collections/blog
label: posts # Used in the UI
folder: content/blog # The path to the folder where the documents ar... | static/admin/config.yml |
name: SecretProperties
uid: '@azure/arm-keyvault.SecretProperties'
package: '@azure/arm-keyvault'
summary: Properties of the secret
fullName: SecretProperties
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: attributes
uid: '@azure/arm-keyvault.SecretProperties.attributes'
... | preview-packages/docs-ref-autogen/@azure/arm-keyvault/SecretProperties.yml |
---
ad: Andorra
ae: United Arab Emirates
af: Afghanistan
ag: Antigua and Barbuda
ai: Anguilla
al: Albania
am: Armenia
an: Netherlands Antilles
ao: Angola
aq: Antarctica
ar: Argentina
as: American Samoa
at: Austria
au: Australia
aw: Aruba
az: Azerbaijan
ba: Bosnia and Herzegovina
bb: Barbados
bd: Bangladesh
be: Belgium... | country_names.yml |
items:
- uid: com.microsoft.azure.management.compute._virtual_hard_disk
id: _virtual_hard_disk
parent: com.microsoft.azure.management.compute
children:
- com.microsoft.azure.management.compute._virtual_hard_disk.uri()
- com.microsoft.azure.management.compute._virtual_hard_disk.withUri(String)
href: com.micr... | docs-ref-autogen/com.microsoft.azure.management.compute._virtual_hard_disk.yml |
{
'version': 0,
'case-sensitive': 'false',
'roots': [
{
'type': 'directory',
'name': "/Users/whitneyfoster/Dev/WFEventHubClient/Build/Products/Debug-iphonesimulator/Pods_WFEventHubClient.framework/Headers",
'contents': [
{
'type': 'file',
'name': "Pods-WFEventHubC... | Build/Intermediates/Pods.build/all-product-headers.yaml |
env:
CIRRUS_CLONE_DEPTH: 50
ELIXIR_ASSERT_TIMEOUT: 2000
ELIXIRC_OPTS: "--warnings-as-errors"
ERLC_OPTS: "+warnings_as_errors"
LANG: C.UTF-8
test_template: &DEFAULT_TEST_SETTINGS
# don't cancel the task execution if it's master or a release branch
auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_B... | .cirrus.yml |
environment:
GIT_DAEMON_PATH: "C:\\Program Files\\Git\\mingw64\\libexec\\git-core"
CYGWIN_GIT_PATH: "C:\\cygwin\\bin;%GIT_DAEMON_PATH%"
CYGWIN64_GIT_PATH: "C:\\cygwin64\\bin;%GIT_DAEMON_PATH%"
matrix:
## MINGW
#
- PYTHON: "C:\\Python26"
PYTHON_VERSION: "2.6"
GI... | .appveyor.yml |
description: >-
An image retrieval model based on Mobilenet v2 as a backbone. The model produces
l2-normalized embeddings with dimension equals to 256.
task_type: object_attributes
files:
- name: FP32/image-retrieval-0001.xml
size: 142478
sha256: 5337d8eca6c72b19889914370f1b03ae61a5eb7482e16d058d51925fa3... | models/intel/image-retrieval-0001/model.yml |
steps:
# Pull down the latest versions of each Docker image, so the build is faster.
- id: 'api.pull'
name: 'gcr.io/cloud-builders/docker'
entrypoint: '/bin/bash'
args: [
'-c',
'docker pull gcr.io/$PROJECT_ID/$REPO_NAME-api:latest || exit 0'
]
waitFor: [ '-' ]
- id: 'ui-build.pull'
name: 'gcr.io/clo... | .skiff/cloudbuild-deploy.yaml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-19 12:42"
variationOf: "95c1661c461864049374e3b260a1dda3edf6d013"
game: "Unreal Tournament"
name: "DM-!BS_4bbidenCity"
author: "*BS*Striker & *BS*SlurrySauce"
description: "None"
releaseDate: "2010-09"
attachments:
- type: "IMAGE"
name: "dm-bs_4bbidencity_shot_ab5c56... | content/Unreal Tournament/Maps/DeathMatch/B/a/b/5c5669/dm-bs_4bbidencity_[ab5c5669].yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-16 19:45"
game: "Unreal Tournament"
name: "DM-Triton][se"
author: "Jeremy'SureShot'Whiting"
description: "My First Map'Finished 5/8/07, se done 5/17/07' <EMAIL>"
releaseDate: "2007-05"
attachments:
- type: "IMAGE"
name: "DM-Triton][se_shot_2.png"
url: "https://f002... | content/Unreal Tournament/Maps/DeathMatch/T/c/9/d7ba3f/dm-tritonse_[c9d7ba3f].yml |
ms.openlocfilehash: 6724c15c7cb4bf9f8f758296015a026d1d2563b8
ms.sourcegitcommit: 9eaf634d59f7369bec5a2e311806d4a149e9f425
ms.translationtype: HT
ms.contentlocale: fr-FR
ms.lasthandoff: 10/05/2018
ms.locfileid: "48801821"
documentType: LandingData
title: Documentation Privileged Identity Management
metadata:
... | articles/active-directory/privileged-identity-management/index.yml |
version: 2
jobs:
test:
docker:
- image: circleci/elixir:1.9.2-node-browsers-legacy # NOTE: keep in sync with elixir_buildpack.conf
environment:
MIX_ENV: test
POSTGRES_USER: postgres
- image: circleci/postgres:11.5-alpine
environment:
POSTGRES_USER: postgre... | .circleci/config.yml |
comment:
# header: "Please note the following requirement:"
footer: "\
---\n\n
> 	 	 	 	 Be sure to [join the community](http://slack.layer5.io), if you haven't yet and please leave a :star: [star on the project](../stargazers) :smile:
"
labels:
- name: issue... | .github/label-commenter-config.yml |
- date: 18 Oct 2021
headline: <a href="https://www.youtube.com/watch?v=AuntPLRKZI8&feature=youtu.be">New video with tour of LSUMNS</a> coutesy of <NAME> and the <a href="https://twitter.com/hashtag/BlackInNHMs?src=hashtag_click">Black in Natural History Museums Twitter campaign</a>.
- date: 23 Sep 2021
headline:... | _data/news.yml |
site_name: AutoDispose
repo_name: AutoDispose
repo_url: https://github.com/uber/AutoDispose
site_description: "Automatic binding+disposal of RxJava 2 streams."
site_author: Uber Technologies
remote_branch: gh-pages
copyright: 'Copyright © 2019 Uber Technologies'
theme:
name: 'material'
favicon: images/uber_o... | mkdocs.yml |
nameWithType: Catalogs.listTablesByDatabaseNextWithServiceResponseAsync
type: method
members:
- fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseNextWithServiceResponseAsync(final String nextPageLink)
name: listTablesByDatabaseNextWithServiceResponseAsync(final String nextPageL... | legacy/docs-ref-autogen/com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseNextWithServiceResponseAsync.yml |
- name: Prepare random number
set_fact:
set_name: "des{{ resource_group | hash('md5') | truncate(22, True, '') }}"
rpfx: "{{ resource_group | hash('md5') | truncate(7, True, '') }}{{ 1000 | random }}"
tenant_id: "{{ azure_tenant }}"
run_once: yes
- name: lookup service principal object id
set_fact:
... | venv/lib/python3.6/site-packages/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_diskencryptionset/tasks/main.yml |
items:
- uid: azure-servicefabric.ServiceEvent
name: ServiceEvent
fullName: ServiceEvent
children:
- azure-servicefabric.ServiceEvent.category
- azure-servicefabric.ServiceEvent.eventInstanceId
- azure-servicefabric.ServiceEvent.hasCorrelatedEvents
- azure-servicefabric.ServiceEven... | docs-ref-autogen/azure-servicefabric/ServiceEvent.yml |
interactions:
- request:
body: null
headers:
Accept:
- application/json
Content-Type:
- application/json; serialization=Avro
User-Agent:
- azsdk-python-azureschemaregistry/1.0.0 Python/3.9.0 (Windows-10-10.0.22000-SP0)
method: POST
uri: https://fake_resource.servicebu... | sdk/schemaregistry/azure-schemaregistry/tests/async_tests/recordings/test_schema_registry_async.test_get_schema_properties_errors.yaml |
name: Confluent Common Build
on:
workflow_run:
workflows: ["Confluent Kafka Build"]
types:
- completed
workflow_dispatch:
jobs:
build:
strategy:
matrix:
build: ["7.1.0"]
fail-fast: false
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Setu... | .github/workflows/confluent-common-build.yml |
imports:
- { resource: parameters.yml }
- { resource: security.yml }
- { resource: services.yml }
fos_user:
db_driver: orm
firewall_name: main
user_class: Symfony\Bundle\UserBundle\Entity\User
group:
group_class: Symfony\Bundle\UserBundle\Entity\Group
registration:
... | app/config/config.yml |
name: Check the tests pass
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Install and build and test
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Setup Python 2.7
uses: actions/setup-python@v2
w... | .github/workflows/test.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-16 18:47"
game: "Unreal Tournament"
name: "DM-1on1-Silent"
author: "Daniel \"KaMi\" Díaz"
description: "None"
releaseDate: "2003-05"
attachments:
- type: "IMAGE"
name: "DM-1on1-Silent_shot_1.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%... | content/Unreal Tournament/Maps/1 on 1/S/3/d/867f23/dm-1on1-silent_[3d867f23].yml |
- name: Set input params for az_network_dns_record_set_cname_create
set_fact:
az_network_dns_record_set_cname_create:
input:
### Required parameter. The name of the record set, relative to the name of the zone. ###
'name': "{{ item['name'] | default('') }}"
### Required p... | az-wrappers/az-network-dns-record-set-cname-create.yml |
version: "3.7"
services:
postgres:
image: "postgres:11"
ports:
- "${POSTGRES_HOST_PORT:-5432}:5432"
environment:
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_DB: ${POSTGRES_DB}
volumes:
- ${POSTGRES_DATA_PATH}:/var/lib/postgresql/data
... | src/prefect/cli/docker-compose.yml |
apiVersion: "weblogic.oracle/v1"
kind: Domain
metadata:
name: %DOMAIN_UID%
namespace: %NAMESPACE%
labels:
weblogic.resourceVersion: domain-v1
weblogic.domainUID: %DOMAIN_UID%
weblogic.domainName: %DOMAIN_NAME%
spec:
# The domainUID must be unique across the entire Kubernetes Cluster. Each WebLogic... | kubernetes/internal/domain-custom-resource-template.yaml |
---
- name: ensure ca-certificates installed
become: yes
apt:
name: ca-certificates
state: present
- name: add unison ppa
become: yes
apt_repository:
repo: 'ppa:john-freeman/unison'
codename: '{{ ansible_distribution_release }}'
- name: install unison
become: yes
apt:
name: unison
... | tasks/main.yml |
apiVersion: v1
kind: Secret
metadata:
name: chore-score-bot
namespace: chore-score-bot
type: Opaque
data:
MONGODB_URI: ENC[AES256_GCM,data:tUYN4bfaFM6o3yj9hyQUdvRsAN/AGVZBXQtYSvmhPHyTxqN4oMXfqYuRce418eVaNCP1i1033459Y8RxnHuH7kUcXYOyW+KR+jhfd7PttD1IP3Cqt1QkLifF/eUjWBXMmoGDsJzDRgde8opRWr0anjDyn7SdpZzOgGtRiVY9T... | kubernetes/secrets/apps/chore-score-bot.yaml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-16 19:18"
game: "Unreal Tournament"
name: "DM- Japan"
author: "Tom_2024"
description: "None"
releaseDate: "2001-03"
attachments:
- type: "IMAGE"
name: "DM-_Japan_shot_1.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/Deat... | content/Unreal Tournament/Maps/DeathMatch/J/2/1/0c59b8/dm-japan_[210c59b8].yml |
- name: Business Applications Content Experience Team
items:
- name: Contributors guide for Docs
items:
- name: Contributors guide for PMs/Devs
href: contributors-guide.md
- name: Get started
href: get-started.md
- name: Work directly in our repos
items:
- name: Overview
... | topics/toc.yml |
name: "Prepare Deployment Branch"
on:
schedule:
# At 16:00 on Monday and Wednesday (https://crontab.guru/#0_16_*_*_1,3)
# GitHub actions run in UTC (and EDT is UTC-4)
- cron: "0 16 * * 1,3"
jobs:
prepare_branch:
name: "Prepare the deployment branch and file a PR"
runs-on: ubuntu-latest
ste... | .github/workflows/prepare_deployment_branch.yaml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-17 08:59"
game: "Unreal Tournament"
name: "CTF-BT-(bar)CoretFacility_v5"
author: "|3arcode"
description: "Welcome to (bar)CoretFacility. Enjoy your stay."
releaseDate: "2008-02"
attachments:
- type: "IMAGE"
name: "CTF-BT-(bar)CoretFacility_v5_shot_1.png"
url: "http... | content/Unreal Tournament/Maps/BunnyTrack/B/7/0/0c5af1/ctf-bt-barcoretfacility_v5_[700c5af1].yml |
summary: |-
Get key credentials for a service principal.
module: AzureADPreview
notes: ""
links:
- text: Get-AzureADServicePrincipal
href: ./Get-AzureADServicePrincipal.yml
- text: New-AzureADServicePrincipalKeyCredential
href: ./New-AzureADServicePrincipalKeyCredential.yml
- text: Remove-AzureADServicePrincipalK... | azureadps-2.0-preview/AzureAD/Get-AzureADServicePrincipalKeyCredential.yml |
general:
task:
local_base_path: /efs-hn/cache/local/
backup_base_path: s3://automl-hn1/vega/back_up/
model_zoo:
model_zoo_path: /efs-hn/cache/model_zoo/
local_path: ~
Trainer:
output_model_path: s3://automl-hn1/vega/model_output/
avazu:
train:
data_path: /efs-hn... | built-in/TensorFlow/Official/cv/image_classification/ResnetVariant_for_TensorFlow/automl/roma/config/hn1_y.yml |
hyperskill_project:
id: 133
ide_files: https://stepik.org/media/attachments/lesson/420385/additional_files.json
is_template_based: false
use_ide: true
update_date: Sat, 05 Mar 2022 03:18:09 UTC
stages:
- id: 709
step: 11105
is_completed: true
- id: 710
step: 11106
is_completed: true
- id: 711
step: 11... | course-remote-info.yaml |