code stringlengths 38 801k | repo_path stringlengths 6 263 |
|---|---|
repository: #SamuelChan123/SamuelChan123.github.io
favicon: ../images/favicon.ico
# Personal info
name: <NAME>
title: Software Engineer
email: <EMAIL>
phone: (410) 428-2378
# website: SamuelChan123.github.io
darkmode: never
# Social links
github_username: SamuelChan123
linkedin_username: samuelpchan
# Additional ic... | _config.yml |
version: 2.1
jobs:
build:
docker:
- image: cimg/openjdk:11.0-browsers
steps:
- checkout
- run:
command: mvn clean verify
- when:
condition:
equal: [main, << pipeline.git.branch >>]
steps:
- run:
name: Sonar Analysis... | .circleci/config.yml |
nameWithType: UpdateOperationUtility.appendReplacePropertyOperation
type: method
members:
- fullName: com.microsoft.azure.sdk.iot.service.digitaltwin.UpdateOperationUtility.appendReplacePropertyOperation(String path, Object value)
name: appendReplacePropertyOperation(String path, Object value)
nameWithType: UpdateO... | legacy/docs-ref-autogen/com.microsoft.azure.sdk.iot.service.digitaltwin.UpdateOperationUtility.appendReplacePropertyOperation.yml |
eureka:
client:
enabled: false
instance:
appname: podiumGateway
instanceId: podiumGateway:${spring.application.instance_id:${random.value}}
info:
project:
version: #project.version#
management:
server:
servlet:
context-path: /management
ribbon:
eurek... | podium-gateway/src/test/resources/config/application.yml |
AWSTemplateFormatVersion: 2010-09-09
Description: Stack to create Service Foundation for Education Data Analytics
Parameters:
BucketNameData:
Description: The S3 bucket name to upload edu data
Type: String
Default: edu-bucket
EducationDatabaseName:
Description: Name of the database for Education tab... | templates/EduLabCFN.yaml |
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kredik-config
namespace: kredik-shaw
data:
config: |
---
port: 8090
prometheusPort: 9090
configFileName: ".config.yaml"
commentPrefix: "kredik"
webhookSecrets:
SecretsEnvConfig:
prefix: "KREDIK_WEBHOOK"
organizations:
... | configs/deployment.yaml |
name: Release Application
on:
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
concurrency:
group: sociable-weaver-app
cancel-in-progress: false
jobs:
build:
name: Build and Publish application
runs-on: ubuntu-latest
steps:
- name: Check out code
uses:... | .github/workflows/release.yml |
name: UserReportedConcern
uid: azure-devops-extension-api.UserReportedConcern
package: azure-devops-extension-api
summary: ''
fullName: UserReportedConcern
isPreview: false
isDeprecated: false
type: interface
properties:
- name: category
uid: azure-devops-extension-api.UserReportedConcern.category
package: az... | docs-ref-autogen/azure-devops-extension-api/UserReportedConcern.yml |
replicaCount: 1
secrets:
enabled: false
image:
repository: infoblox/db-controller
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: ""
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be create... | helm/db-controller/values.yaml |
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.1
creationTimestamp: null
name: users.rocketbelt.hextech.com
spec:
group: rocketbelt.hextech.com
names:
kind: User
listKind: UserList
plural: users
sing... | config/crd/bases/rocketbelt.hextech.com_users.yaml |
---
- hosts: hadoop-slave1
gather_facts: yes
remote_user: root
vars:
install_directory_cache: /home/vagrant/install
hadoop_home: /opt/hadoop
tasks:
- name: change machine hostname
hostname: name=hadoop-slave1
- name: Generate /etc/hosts file
template: src=hadoop-slave/hosts.j2 de... | provisioning/playbook-hadoop-slave.yml |
# NB! Set your site's url, otherwise stuff will break :)
url: "http://yiown.com"
# If you're hosting your site at a Project repository on GitHub pages
# (https://yourusername.github.io/repository-name)
# and NOT your user repository (https://yourusername.github.io)
# then add in the baseurl here, like this: "/reposi... | _config.yml |
input:
- "1" # project = default
- "1" # select account
- "1" # os = Linux
- "vm-@@{calm_unique_hash}@@-@@{calm_array_index}@@" # VM name
- "1" # resource group = calmrg
- "n" # Want Availability set
- "5" # Location = East US 2
- "11" # Hardware Profile = Standard_D1_v2
- "n" # Want secrets
- "echo 'Sa... | tests/cli/provider_plugins/azure/spec_having_nics.yaml |
services:
dibs.module:
synthetic: true
dibs.adapter.configuration:
class: 'Invertus\DibsEasy\Adapter\ConfigurationAdapter'
dibs.adapter.language:
class: 'Invertus\DibsEasy\Adapter\LanguageAdapter'
dibs.adapter.tab:
class: 'Invertus\DibsEasy\Adapter\TabAdapter'
dib... | config/services.yml |
- name:
detail: Joint PhD at UdG-UBFC
i18n: phd
desc:
detail: In November 2016, I graduated from a joint PhD from the Universitat de Girona and the Universite de Bourgogne France-Comte. My thesis was entitled "Computer-Aided Diagnosis for Prostate Cancer using Multi-Parametric Magnetic Resonance Imaging".... | _data/careers.yml |
---
# s3, git, time, github-release, registry-image,
# pool - serialize access to external systems
# git - can also push
resources:
- name: citadel-image
type: docker-image
source:
repository: gcr.io/istio-release/citadel
tag: release-1.1-latest-daily
- name: istio-installer
type: git
... | .concourse/concourse.yaml |
---
- slug: mappability-bcm
name: Mappability
requirements:
expression-engine: jinja
data_name: "Mappability ({{genome.fasta.file|basename|default('?')}}, length {{length}})"
version: 1.0.10
type: data:mappability:bcm
category: analyses
persistence: CACHED
description: >
Compute genome mappabil... | resolwe_bio/processes/expression/mappability.yml |
overview: |-
Compose data with object schema.
operation: compose
tests:
- name: object boolean schema
desc: Boolean data has to pass "object boolean" schema.
schema: 'object {b boolean}'
data: 'b true'
expected: 'object {b {literal true}}'
- name: object number schema
desc: Number data has to... | tests/compose-object.yml |
- position: 1
driverNumber: 6
driverId: nico-rosberg
constructorId: mercedes
engineManufacturerId: mercedes
tyreManufacturerId: pirelli
time: "1:33.995"
gap:
interval:
laps: 19
- position: 2
driverNumber: 44
driverId: lewis-hamilton
constructorId: mercedes
engineManufacturerId: mercedes
tyre... | src/data/seasons/2015/races/14-japan/free-practice-3-results.yml |
name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build and Test Solution
runs-on: ubuntu-latest
outputs:
semVer: ${{ steps.gitversion.outputs.semVer }}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fe... | .github/workflows/dotnet.yml |
---
- name: Ensure nginx is installed (first time)
become: true
apt:
pkg: nginx
state: present
when: "'nginx' in role_names"
- name: Attempt to install certbot from APT
become: true
ignore_errors: true
apt:
pkg: certbot
state: present
- name: "Detect if certbot wa... | ansible/roles/letsencrypt/tasks/main.yml |
apiVersion: redhatcop.redhat.io/v1alpha1
kind: UserConfig
metadata:
name: kubeflow-user
spec:
providerName: Local Password
#name: {{ index (lookup "user.openshift.io/v1" "Identity" "" (index .Identities 0)).Extra "email" }}
templates:
- objectTemplate: |
apiVersion: kubeflow.org/v1beta1
kind: Prof... | overlays/openshift/onboarding/kubeflow-profile-creation.yaml |
uid: "com.microsoft.azure.management.eventhub.EventHubAuthorizationRules.getByNameAsync*"
fullName: "com.microsoft.azure.management.eventhub.EventHubAuthorizationRules.getByNameAsync"
name: "getByNameAsync"
nameWithType: "EventHubAuthorizationRules.getByNameAsync"
members:
- uid: "com.microsoft.azure.management.eventhu... | docs-ref-autogen/com.microsoft.azure.management.eventhub.EventHubAuthorizationRules.getByNameAsync.yml |
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose convert
kompose.version: 1.16.0 (0c01309)
creationTimestamp: null
labels:
io.kompose.service: phpfpm
name: phpfpm
spec:
replicas: 1
strategy:
type: Recreate
template:
metadata:
creationTim... | kubernetes/07_phpfpm-deployment.yaml |
---
# Source: olm/templates/0000_30_13-packageserver.csv.yaml
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
name: packageserver.v8.0.0
namespace: olm
spec:
displayName: Package Server
description: Represents an Operator package that is available from a given CatalogSource which... | deploy/upstream/manifests/0.8.0/0000_30_13-packageserver.csv.yaml |
aodh_container_db_password: <PASSWORD>
aodh_rabbitmq_password: <PASSWORD>
aodh_service_password: <PASSWORD>
ceilometer_container_db_password: <PASSWORD>
ceilometer_rabbitmq_password: <PASSWORD>
ceilometer_service_password: <PASSWORD>
ceilometer_telemetry_secret: 30a22c3dfb7a8e50b18f763da2668b8dd7650dc19e8177cf
cinder_c... | openstack_deploy/user_secrets.yml |
get:
summary: Error Codes
description: >-
The OSF API uses conventional HTTP response codes to indicate the success or failure of an API request.
In general, codes in the `2xx` range indicate success,
codes in the `4xx` range indicate an error that failed given the information provided
(e.g., a re... | swagger-spec/introduction/error_codes.yaml |
---
- hosts: all
tasks:
- name: yum update
become: yes
yum:
name: '*'
state: latest
- name: install development tools
become: yes
yum:
name: '@Development tools'
state: present
- name: install yum-utils
become: yes
yum:
name: yu... | provision/vagrant.yml |
---
test_name: Check OPTIONS
includes:
- !include common.yaml
stages:
- name: Run OPTIONS on login endpoint
request:
url: "{host}/login"
method: OPTIONS
headers:
content-type: application/json
response:
status_code: 200
headers:
content-type: text/html; chars... | example/cookies/test_server.tavern.yaml |
{{- if .Values.downloader.enabled -}}
apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }}
kind: Deployment
metadata:
name: {{ include "common.names.fullname" . }}-downloader
namespace: {{ .Release.Namespace }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
app.kubernetes.io/... | src/backend/booster/helm/charts/bktbs/templates/downloader/deployment.yaml |
---
result: SUCCESS
url: http://wilson.ci.chef.co/job/supermarket-trigger-nightly-master/21/
timestamp: 2015-12-30 09:12:00 UTC
duration: 47m50s
active_duration: 47m27s
parameters: {}
change:
git_remote: <EMAIL>:chef/supermarket.git
git_commit: <PASSWORD>
project: supermarket
version: 2.2.2+20151230091212.git.5... | reports/wilson.ci.chef.co/job/supermarket-trigger-nightly-master/21.yaml |
items:
- uid: com.microsoft.azure.management.kusto.v2018_09_07_preview.EventHubConnection.DefinitionStages.WithTableName
id: WithTableName
parent: com.microsoft.azure.management.kusto.v2018_09_07_preview
children:
- com.microsoft.azure.management.kusto.v2018_09_07_preview.EventHubConnection.DefinitionStages.Wit... | docs-ref-autogen/com.microsoft.azure.management.kusto.v2018_09_07_preview.EventHubConnection.DefinitionStages.WithTableName.yml |
version: '3'
# services
services:
# guacd
guacd:
container_name: mistborn_production_guacd
image: guacamole/guacd
networks:
guacnetwork:
restart: unless-stopped
volumes:
- ../../mistborn_volumes/extra/guacamole/drive:/drive:rw
- ../../mistborn_volumes/extra/guacamole/record:/recor... | extra/guacamole.yml |
api:
deployment:
env:
app_env: dev
cors_origins: https://dev.example.com,https://media-dev.example.com
jwt_issuer: dev.example.com
public_url: https://dev.example.com
xenv:
- name: DB_AES_SECRET
valueFrom:
secretKeyRef:
name: example-db-aes-secret
... | example/values-dev.yaml |
filetype: ino
detect:
filename: "\\.?ino$"
rules:
- identifier: "\\b[A-Z_][0-9A-Z_]+\\b"
##
- type: "\\b((s?size)|((u_?)?int(8|16|32|64|ptr)))_t\\b"
## Constants
- constant: "(?i)\\b(HIGH|LOW|INPUT|OUTPUT)\\b"
## Serial Print
- constant: "(?i)\\b(DEC|BIN|HEX|OCT|BYTE)\\b"
... | runtime/syntax/arduino.yaml |
language: java
#
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
#
# install maven
before_install:
- if [[ $SHIPPABLE_JDK_VERSION == "openjdk7" ]] ; then export JAVA_HOME="/usr/lib/jvm/java-7-openjdk-amd64"; export PATH="$PATH:/usr/lib/jvm/java-7-openjdk-amd64/bin"; export java_path="/usr/lib/jvm/java-7-openjdk-amd64... | shippable.yml |
env:
global:
- REPO_DIR=checkout
- PLAT=x86_64
- UNICODE_WIDTH=32
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
- secure: rCbM0yph0EQmyVI1zMWjIRQ4Fgx2UQtyop6nmn+BiWalRy3wbuXIiUrAD8z6Ev/OLDYp2iaNuDy2YQ38MQyrjAQxnGBBSwwx0CSt/GGLCeqtDwlLPsO2uTC0ZxO9cc3+A1UP2SrEQRdEne1lfBvL5+gwcjvtXfPAXnXkuMpVKRMTaKj9iVmssmt79zu... | .travis.yml |
---
- name: check whether {{ spark_event_log_dir_base }} directory exists in HDFS
command: hadoop fs -test -e {{ spark_event_log_dir_base }}
register: check_existence_of_spark_event_log_dir_base_directory
ignore_errors: yes
- name: check whether {{ spark_event_log_dir }} directory exists in HDFS
command: hadoo... | ansible/roles/spark/tasks/main.yml |
---
- name: Login to Cluster A
shell: oc config use-context {{ migrator_vars.cluster_a.context }}
- name: Create Cluster B service account token secret in Cluster A
shell: oc apply -f {{ CLUSTER_B_SA_SECRET }} -n {{ migrator_vars.cluster_a.namespace }}
- name: Delete Temp Secret file
ansible.builtin.file:
... | ops/tasks/deploy_cluster_a_migrator.yml |
# 1) interpreter_python configuration parameter says:
#
# Path to the Python interpreter to be used for module execution on
# remote targets
#
# See how to choose a python interpreter for Ansible playbook?
#
# 2) Ansible will tell what Python is used on master
#
# $ ansible --version
# ansible 2.9.2
# config fil... | examples/example-155/test2.yml |
storageClasses:
default:
name: standard
shared:
name: shared-storage
gitGC:
schedule: "*/15 * * * *"
resources:
requests:
cpu: 50m
memory: 100Mi
limits:
cpu: 50m
memory: 100Mi
logging:
persistence:
enabled: false
gerritMaster:
resources:
requests:
... | supplements/gerrit-master.minikube.values.yaml |
---
name: PR
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.17.x
- name: golangci-lint
uses: golangci/gola... | .github/workflows/pr.yml |
version: '3.5'
services:
postgres:
image: postgres
container_name: dank_postgres
environment:
POSTGRES_USER: ${POSTGRES_USER:-postgres}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-<PASSWORD>}
PGDATA: /data/postgres
volumes:
- dankdata_postgres:/data/postgres
ports:
- "5... | docker-compose.yml |
- name: Create infrastructure
hosts: localhost
connection: local
tags: infrastructure
tasks:
#
# Basic openstack infrastructure
#
- name: Basic | Add public key
os_keypair:
state: present
name: "{{ os_ssh_key_name }}"
public_key: ssh-rsa <KEY>
#
# Create security group to handle a... | delivery/deploy/playbook_00_infrastructure.yml |
version: 2 # use CircleCI 2.0
jobs: # A basic unit of work in a run
build: # runs not using Workflows must have a `build` job as entry point
# directory where steps are run
working_directory: ~/taibif-code
docker: # run the steps with Docker
# CircleCI Python images available at: https://hub.docker... | .circleci/config.yml |
---
# vim: set et ts=2 sw=2:
- name: Set up GnuPG config directory
file:
state: directory
path: "{{ ansible_env.HOME }}/.gnupg"
- name: Default GnuPG agent config
blockinfile:
block: |
enable-ssh-support
keep-display
create: true
marker: "# {mark} Ansible block - Default GnuPG agent ... | ansible/roles/gpg/tasks/main.yml |
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
run: experiment-deployment
name: experiment-deployment
spec:
replicas: 1
selector:
matchLabels:
run: experiment-deployment
template:
metadata:
labels:
run: experiment-deployment
spec:
containers:
- image: k8... | predictive-horizontal-pod-autoscaler/long/phpa.yaml |
_id: 2758e7d0-a63b-11e9-9f8e-a7936c694f39
message: >-
Old fbf.ehpj.zacharythomas.github.io.ovi.yi combined, controlling coeliac
[URL=http://thefashionhob.com/generic-cialis-lowest-price/ -
www.cialis.com[/URL - [URL=http://thegrizzlygrowler.com/amoxicillin/ -
amoxicillin[/URL - [URL=http://livetvchannels.org/... | _data/comments/elasticsearch-restore/comment-1563110860737.yml |
version: "3"
networks:
app-tier:
driver: bridge
volumes:
mongodb_data:
driver: local
services:
app:
build:
context: .
dockerfile: ./Dockerfile
image: microservice-matchmaking
environment:
- SPOTTER_AMQP_USERNAME=user
- SPOTTER_AMQP_PASSWORD=password
- SPOTTER_... | docker-compose.dev.yml |
---
- name: Remove node_exporter daemon set
oc_obj:
state: absent
name: "prometheus-node-exporter"
namespace: "{{ openshift_prometheus_namespace }}"
kind: daemonset
- name: Remove node_exporter services
oc_service:
state: absent
name: "prometheus-node-exporter"
namespace: "{{ openshift... | roles/openshift_prometheus/tasks/uninstall_prometheus.yaml |
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: {{ template "fullname" . }}-web
labels:
app: {{ template "fullname" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
spec:
replicas: {{ .Values.we... | deployment/helm/forked-charts/sentry/templates/web-deployment.yaml |
server:
# Authorization HTTP header requires to enlarge max header size.
max-http-header-size: 65000
port: 11324
ledgers.url: http://localhost:${server.port}
spring:
application.name: ledgers
datasource:
username: ${db.user}
password: <PASSWORD>}
url: ${db.url}
jpa:
show-sql: false
gene... | ledgers-middleware/ledgers-middleware-rest-client/src/test/resources/application.yml |
name: CI
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the development branch
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
... | .github/workflows/text.yml |
image: maven:3.3.9-jdk-8-alpine
variables:
MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode"
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
cache:
paths:
- .m2/repository/
- target/
before_script:
- apk add --update openssh-client bash openssl rsync gettext tzdata
- eval $(ssh-agent -s)
- echo ... | .gitlab-ci.yml |
objects:
- refused_person: Individual
- submitter: Individual
- sender: Individual
---
mandatory: True
event: welcome_screen
question: "Welcome to FLN3 reporting app"
subquestion: |
Welcome to FLN3. We have designed this app to make reporting assistance animal accomodations refusals quick and easy.
**Disclaime... | docassemble/LLAW33012021S2FLN3/data/questions/FLN3_main.yml |
---
- job:
name: osd-ocp4-testing-nightly-trigger
project-type: pipeline
description: "Nightly trigger for osd ocp4 testing"
sandbox: false
concurrent: false
triggers:
- timed: "H(0-10) H(3-4) * * *"
properties:
- build-discarder:
num-to-keep: 56
- inject:
... | jobs/integr8ly/ocp4/nightly/osd-ocp4-testing-nightly-trigger.yaml |
---
# Edgecore DeviceManager
# Copyright 2020-2021 Edgecore Networks, Inc.
#
# 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... | helm-charts/storage/rook-cluster/templates/00_rook_rbac.yaml |
dataset: agaricus_lepiota
description: None yet. See our contributing guide to help us add one.
source: None yet. See our contributing guide to help us add one.
publication: None yet. See our contributing guide to help us add one.
task: classification
keywords:
-
-
target:
type: categorical
description: None ye... | datasets/agaricus_lepiota/metadata.yaml |
apiVersion: v1
kind: ConfigMap
metadata:
name: benchmark-rbd
namespace: rook-ceph
labels:
app: fio-benchmark
data:
config.fio: |
[global]
size=${FIO_FILESIZE}
ioengine=${FIO_IOENGINE}
iodepth=${FIO_IODEPTH}
invalidate=1
direct=${FIO_DIRECT}
numjobs=${FIO_PARALLELISM}
group_re... | manifests/rbd-bench-deployment.yaml |
apiVersion: policy.open-cluster-management.io/v1
kind: Policy
metadata:
name: prom-conf-policy
namespace: open-cluster-management-addon-observability
annotations:
policy.open-cluster-management.io/standards: CM-2 Baseline Configuration
policy.open-cluster-management.io/categories: NIST SP 800-53
polic... | cluster-bootstrap/prometheus-config/base/aap-prom-conf-policy.yaml |
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: blocky
namespace: networking
spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://k8s-at-home.com/charts/
chart: blocky
version: 10.3.0
sourceRef:
kind: HelmRepository
name: k8... | cluster/apps/networking/blocky/helm-release.yaml |
name: "CI/CD gitflow: open pre-release PR"
on:
pull_request:
branches:
- develop
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
process-pr-open:
name: Process New Pull Request
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
with... | .github/workflows/develop-pr-open.yml |
on:
push:
branches: [ none ]
env:
AZURE_WEBAPP_NAME: virtual-clinic # set this to your application's name
AZURE_WEBAPP_PACKAGE_PATH: './VirtualClinicFrontEnd' # set this to the path to your web app project, defaults to the repository root
NODE_VERSION: '10.0.x' # set this to the ... | .github/workflows/azure-frontend.yml |
---
# Copyright 2015 <NAME>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wri... | playbooks/roles/spark/tasks/main.yml |
---
##########################################################
# ansible
ansible_host: 192.168.40.5
##########################################################
# generic
console_interface: "{{ ansible_local.testbed_network_devices.management }}"
management_interface: "{{ ansible_local.testbed_network_devices.internal... | inventory/host_vars/testbed-manager.osism.local.yml |
title: Maszyny wirtualne z systemem Windows na platformie Azure
summary: Dokumentacja dotycząca tworzenia maszyn wirtualnych z systemem Windows na platformie Azure oraz zarządzania nimi.
metadata:
title: Maszyny wirtualne z systemem Windows na platformie Azure
description: Dokumentacja dotycząca tworzenia maszyn wi... | articles/virtual-machines/windows/index.yml |
- hosts: RadioRaspi
gather_facts: yes
tasks:
# -------------------------------------------------- install packages
- name: Only run "update_cache=yes" if the last one is more than 3600 seconds ago
apt:
update_cache: yes
cache_valid_time: 3600
become: yes
- name: Install some ... | ansible_install.yml |
- name: packages
become: true
apt:
name: "{{ item }}"
state: present
update_cache: yes
with_items:
- apt-transport-https
- ca-certificates
- curl
- software-properties-common
tags:
- docker
- name: docker key
become: true
apt_key:
url: https://download.docker.com/linux/u... | roles/mattermost/tasks/main.yml |
name: webapi
services:
- name: webapp
project: Portal/Portal/Portal.csproj
bindings:
- protocol: https
port: 5010
- name: webapi
project: AppService/WebApi/WebApi.csproj
bindings:
- protocol: https
port: 5020
- name: worker
project: Worker/Worker/Worker.csproj
bindings:
- pr... | tye.yaml |
---
title: |-
Send Google Chat message
summary: |
Send a Google Chat message to a room.
description: |
Send a Google Chat message to a room.
You have to register an **Incoming WebHook** for your room:
- Go to the room to which you want to add a bot.
- From the menu at the top of the page, select Config... | step.yml |
---
# ----
# Secure/create directories in ~/.ssh/
# ----
- name: Securing directories in ~/.ssh/
file:
path: "{{ item }}"
state: directory
mode: 0700
owner: "{{ ansible_facts['user_uid'] }}"
group: "{{ ansible_facts['user_gid'] }}"
loop:
- ~/.ssh
- ~/.ssh/services
- ~/.ssh/sockets
#... | roles/common/tasks/dot_ssh.yaml |
- Fixed an issue that allowed Invite notifications to show during a game.
- Fixed an issue that failed to award a Protection Score Event when taking a hit while the Killer is carrying a Survivor.
- Fixed an issue that caused all players to be kicked out of the trial when a Killer attempted to pick up a Survivor while t... | src/data/patches/3.7.0/fixes.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2021-04-17 13:13"
game: "Unreal Tournament"
name: "MH-MHF-Zenith_Core"
author: "Unknown"
description: "Destroy Zenith's Core"
releaseDate: "2021-04"
attachments:
- type: "IMAGE"
name: "mh-mhf-zenith_core_shot_71abdedc_1.png"
url: "https://f002.backblazeb2.com/file/unreal-a... | content/Unreal Tournament/Maps/Monster Hunt/M/7/1/abdedc/mh-mhf-zenith_core_[71abdedc].yml |
---
- name: Converge
hosts: localhost
become: true
vars:
aem_port: "4502"
aem_username: "admin"
aem_password: "<PASSWORD>"
debug_hide: false
pre_tasks:
- name: get docker host ip
become: true
shell: |
set -o pipefail
/sbin/ip route | awk '/default/ { print $3 }'... | src/main/resources/archetype-resources/automation-test.yml |
nameWithType: TelemetryClient.trackException
type: method
members:
- fullName: com.microsoft.applicationinsights.TelemetryClient.trackException(Exception exception)
name: trackException(Exception exception)
nameWithType: TelemetryClient.trackException(Exception exception)
parameters:
- description: <p>The excep... | legacy/docs-ref-autogen/com.microsoft.applicationinsights.TelemetryClient.trackException.yml |
site_name: AirSim中文文档
repo_url: https://github.com/FrendoWu/AirSim-docs-zh
docs_dir: documents
site_dir: docs
theme: readthedocs
extra:
version: 1.2.1
nav:
- "主页": 'README.md'
- "搭建AirSim":
- "下载场景文件": 'use_precompiled.md'
- "在Windows上构建": 'build_windows.md'
- "在Linux上构建": 'build_linux.md'
... | mkdocs.yml |
name: Build app
on: [pull_request, push]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
- name: Grant execute permission for Gradle wrapper
run: chmod +x gradlew
- name: Lint
run: ./gradlew lintDebug
uni... | .github/workflows/build.yml |
homepage: https://github.com/urbanslug/wai-devel
changelog-type: markdown
hash: e5ae764af42931b23dcc2887d5a3ac5380b9ab67052f2af512d0dc6dbd5624c6
test-bench-deps:
wai-devel: -any
stm: -any
base: -any
hspec: ! '>=2.1 && <3.0'
maintainer: <EMAIL>
synopsis: A web server for the development of WAI compliant web appl... | packages/wa/wai-devel.yaml |
---
# Homepage configuration
# See https://fontawesome.com/icons for icons options
title: "Brickyard"
subtitle: "Service Directory"
logo: "assets/logo.png"
# icon: "fas fa-skull-crossbones" # Optional icon
footer: "Update this page on <a href=\"https://github.com/tpaulus/homer\">GitHub</a>."
# Optional message
messag... | config.yml |
items:
- uid: com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingLocator.DefinitionStages.WithStreamingLocatorId
id: WithStreamingLocatorId
artifact: com.microsoft.azure.mediaservices.v2018_07_01:azure-mgmt-media:1.0.0-beta-5
parent: com.microsoft.azure.management.mediaservices.v2018_07_01
childr... | docs-ref-autogen/com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingLocator.DefinitionStages.WithStreamingLocatorId.yml |
parameters:
_param:
salt_control_size_image_layout_default:
root:
size: '30%VG'
home:
size: '1G'
var_log:
size: '11%VG'
var_log_audit:
size: '5G'
var_tmp:
size: '11%VG'
tmp:
size: '5G'
salt_control_size_image_layout_ceph_mon: ... | mcp/reclass/classes/system/defaults/salt/init.yml |
_id: 4c323ee0-a842-11e9-8236-4f33e53728f8
message: >-
No wbt.qbhv.zacharythomas.github.io.uym.ql dehydrated up:
[URL=http://thegrizzlygrowler.com/viagra-online/ - viagra[/URL -
[URL=http://yfslink.org/nolvadex/ - tamoxifen and vaginal discharge[/URL -
[URL=http://iowansforsafeaccess.org/retin-a/ - 1% tretinoi... | _data/comments/elasticsearch-restore/comment-1563333831389.yml |
# ARM NEON
- name: xnn_f32_vmul_minmax_ukernel__neon_x4
init: xnn_init_f32_minmax_scalar_params
- name: xnn_f32_vmul_minmax_ukernel__neon_x8
init: xnn_init_f32_minmax_scalar_params
# x86 SSE
- name: xnn_f32_vmul_minmax_ukernel__sse_x4
init: xnn_init_f32_minmax_sse_params
- name: xnn_f32_vmul_minmax_ukernel__sse_... | test/f32-vmul-minmax.yaml |
title: Documentation F#
summary: 'Découvrez comment écrire une application à l’aide du langage de programmation F # sur .NET.'
metadata:
title: 'Documents F #-prise en main, didacticiels, référence.'
description: 'Découvrez la programmation F #-pour les développeurs qui débutent en F # et les développeurs F #/.... | docs/fsharp/index.yml |
- position: 1
driverNumber: 44
driverId: lewis-hamilton
constructorId: mercedes
engineManufacturerId: mercedes
tyreManufacturerId: pirelli
time: "1:40.691"
gap:
interval:
laps: 19
- position: 2
driverNumber: 7
driverId: kimi-raikkonen
constructorId: ferrari
engineManufacturerId: ferrari
tyre... | src/data/seasons/2014/races/02-malaysia/free-practice-1-results.yml |
title: "Giorgos Katsiampas Resume"
description: "Find out informations about me, education, experience, projects, technologies involved and more!"
# Build settings
markdown: kramdown
sass:
sass_dir: _sass
style: compressed
# Resume settings
resume_avatar: "true"
resume_name: "<... | _config.yml |
items:
- uid: azure-devops-extension-api.Rule
name: Rule
fullName: Rule
children:
- azure-devops-extension-api.Rule.clauses
- azure-devops-extension-api.Rule.filter
- azure-devops-extension-api.Rule.isEnabled
- azure-devops-extension-api.Rule.name
- azure-devops-extension-api... | docs-ref-autogen/azure-devops-extension-api/Rule.yml |
---
apiVersion: tekton.dev/v1beta1
kind: Task
metadata:
name: inspect-git-content
spec:
workspaces:
- name: workspace
mountPath: /artifacts
steps:
- name: inspect-git-content
image: ibmcom/pipeline-base-image:2.6
env:
# - name: REPOSITORY
# value: $(params.repository)
... | chaincode/task-inspect-git-content.yaml |
---
name: "❔ How to do ...?"
description: How do I do X or Y with the Devilbox?
title: "[Howto]: "
labels: ["question", "Community help wanted"]
assignees: []
body:
- type: markdown
attributes:
value: |
If this is a generic question, please consider using the [Devilbox forum](https://devilbox.disc... | .github/ISSUE_TEMPLATE/howto.yml |
---
- name: install | Checking For Previous Install Of HashiCorp Vault
stat:
path: "{{ hashi_vault_install_dir }}/vault"
register: "_hashi_vault_install"
check_mode: no
tags:
- 'hashi_vault_show_version'
- name: install | Capturing HashiCorp Vault Installed Version (If Installed)
shell: "{{ hashi_vau... | ansible-hashi-vault/tasks/install.yml |
parameters:
gestor_solicitudes.class: SisGG\FinalBundle\Model\GestorSolicitudes
gestor_mensajes.class: SisGG\FinalBundle\Model\GestorMensajes
gestor_pedidos.class: SisGG\FinalBundle\Model\GestorPedidos
gestor_autenticacion.class: SisGG\FinalBundle\Autenticacion\GestorAutenticaci... | src/SisGG/FinalBundle/Resources/config/services.yml |
---
- name: Wait for Marathon
include: ../../marathon-app/tasks/wait-for-marathon.yml
vars:
uri: "{{ internal_marathon_url }}"
tags:
- launch
- name: Remove old Airflow database using Marathon
marathon_app:
uri: "{{ internal_marathon_url }}"
id: "{{ airflow_db_marathon_id }}"
state: "absen... | roles/airflow-database/tasks/main.yml |
_:
pretty_name: "WikIR"
desc: '
<p>
A suite of IR benchmarks in multiple languages built from Wikipeida.
</p>
<ul>
<li><a href="https://www.aclweb.org/anthology/2020.lrec-1.237.pdf">WikIR Paper</a></li>
<li><a href="http://ceur-ws.org/Vol-2621/CIRCLE20_22.pdf">MLWikIR Paper</a></li>
<li><a href="https://github.com/... | ir_datasets/docs/wikir.yaml |
name: Statistical Aggregate Functions
description: |-
統計集計関数
https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-and-operators
data:
- label: CORR(X1, X2)
body: CORR(${1:X1}, ${2:X2})
documentation: |-
CORR(X1, X2) [OVER (...)]
#### Description
一連の数値ペアのピアソン相関... | snippets/functions/statistical-aggregate-functions.yaml |
version: '2'
services:
community-metrics:
image: registry.gitlab.com/cjjcastro/2019-1-hubcare-api/community_metrics:stable
environment:
PORT: '8002'
stdin_open: true
tty: true
ports:
- 8002:8002/tcp
labels:
rap.le_host: community.hubcare.ml
io.rancher.container.pull_image... | docker-compose.deploy.yml |
parameters:
- name: envId
type: string
- name: enableSelfHostedAgentLogic
type: boolean
- name: applicationName
type: string
- name: msixVersion
type: string
- name: msixImageFileName
type: string
- name: msixAppAttachUNCServer
type: string
- name: msixAppAttachShareName
type: string
- name: msixAzureVMLo... | .pipelines/templates/CD-msix-stage.yaml |
swagger: #接口注解文档
basepackage: com.billow.zuul.api #必须要有 GetMapping,PostMapping...
service:
name: ${spring.application.name} #api名称
version: 1.0
description: 警告:此API仅用于测试,禁止任何商业用途,否则一切后果自行承担!!! #api描述
contact:
developer: billow #api开发者
url: https://github.com/Xiao-Y/learn
email: <EM... | learn-cloud-zuul/src/main/resources/application.yml |
# Put parameters here that don't need to change on each machine where the app is deployed
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
parameters:
# Mailer settings
mailer.from: "%env(APP_MAIL_FROM)%"
mailer.send_single_mails: "%env(SEND_SINGLE_MAIL... | config/services.yaml |
name: Build & Publish to Docker Hub
on:
workflow_call:
inputs:
base_version:
description: 'Base version (latest or develop)'
required: true
type: string
info_version:
description: 'Informational version number (e.g. 0.3.7-alpha)'
required: true
type: st... | .github/workflows/docker.yml |
name: docker-build
on:
workflow_call:
inputs:
image_name:
required: true
type: string
secrets:
docker_hub_username:
required: true
docker_hub_token:
required: true
jobs:
build:
name: docker-build
runs-on: ubuntu-latest
env:
IMAGE_NAME: ${... | .github/workflows/docker-build.yaml |