code stringlengths 38 801k | repo_path stringlengths 6 263 |
|---|---|
spring:
cloud:
loadbalancer:
ribbon:
enabled: false
gateway:
httpclient:
connect-timeout: 1000
response-timeout: 1s
routes:
- id: vets-service
uri: lb://vets-service
predicates:
- Path=/api/vet/**
filters:
... | spring-petclinic-api-gateway/src/main/resources/application.yml |
- name: Install chrony on bastion
yum:
name: chrony
state: present
- name: Open NTP port on firewall
ansible.posix.firewalld:
service: ntp
permanent: yes
immediate: yes
state: enabled
- name: Configure chrony to synchronize with ntp servers
ansible.builtin.lineinfile:
path: /... | playbooks/roles/ocp-config/tasks/chrony.yaml |
"AF_INET":
- "sys/socket.h"
- "private/windows_wrapper.h"
- "winsock2.h"
"AF_INET6":
- "sys/socket.h"
- "private/windows_wrapper.h"
- "winsock2.h"
"AF_UNIX": "sys/socket.h"
"BOOL":
- "windows.h"
- "private/windows_wrapper.h"
"clock": "time.h"
"clock_t": "sys/types.h"
"CLOCKS_PER_SEC": "time.h"
"close": ... | tools/check_headers/standard_library.yml |
---
# tasks file for image_upgrade_role
# Initialize job data
#- set_fact:
# job_ctx: "{{job_ctx|combine({'current_task_index':1, 'total_task_count':4, 'task_weightage_array':[5, 40, 45, 10] })}}"
- name: Read Image info
include_tasks: read_image_info.yml
- name: parse image uri to get container name
set_fact... | src/config/fabric-ansible/ansible-playbooks/roles/image_upgrade_role/tasks/main.yml |
name: Laravel
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
laravel-tests:
runs-on: ubuntu-latest
services:
mysql:
image: mysql:5.7
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: test_db
ports:
- 3306
... | .github/workflows/laravel.yml |
dist: trusty
language: python
sudo: required
fast_finish: true
matrix:
include:
- python: 2.7
env: NUMPY_VERSION=1.13.1 SCIPY_VERSION=0.19.1
- python: 3.6
env: NUMPY_VERSION=1.14 SCIPY_VERSION=1.0.0
cache:
directories:
- "$HOME/.cache/pip"
- "$HOME/miniconda"
timeout: 1000
env:
global:
- MINIC... | .travis.yml |
name: Snapshot Build
on:
push:
branches:
master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build_windows:
name: Build (Windows)
if: github.repository == 'cc65/cc65'
runs-on: windows-latest
steps:
- shell: bash
run: git co... | .github/workflows/snapshot-on-push-master.yml |
name: Tests
on:
push:
branches:
- main
- v*
pull_request:
branches:
- main
cmake-config:
name: CMake config check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check CMake 3.4
with:
cmake-version: "3.4"
uses: ./.github/actions... | .github/workflows/tests.yml |
version: 2.1
orbs:
python: circleci/python@1.4.0
jobs:
test-deploy:
executor: python/default
steps:
- add_ssh_keys:
# This is the writable deploy key in Github called "Write-Access Key for Publishing and Git Tagging"
# The keys are stored in LastPass under CircleCI
fing... | .circleci/config.yml |
name: Release
on:
schedule:
- cron: "*/20 * * * *"
workflow_dispatch:
inputs:
forceBuild:
description: "Force image build"
required: false
default: false
type: boolean
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
includ... | .github/workflows/main.yml |
name: ConfigCat CLI CI
on:
schedule:
- cron: '0 0 * * *'
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
produce-executables:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup dotnet
uses: actions... | .github/workflows/ci.yml |
name: Build for release and upload assets
on:
release:
types:
- created
jobs:
ubuntu-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Installing dependencies
run: |
sudo apt-get install -y libcurl4-openssl-dev
- name: Configure CMake
run... | .github/workflows/release.yml |
- name: windows官方系统
url: https://msdn.itellyou.cn/
src: www
- name: Unofficial Windows Binaries for Python Extension Packages
url: https://www.lfd.uci.edu/~gohlke/pythonlibs/
src: www
- name: The Missing Package Manager for macOS (or Linux)
url: https://brew.sh/
src: www
- name: 比较实惠的CSDN和PUDN的下载网站
ur... | _data/links.yml |
api_name: []
items:
- children:
- azure.keyvault.key_vault_id.KeyVaultIdentifier.base_id
- azure.keyvault.key_vault_id.KeyVaultIdentifier.id
- azure.keyvault.key_vault_id.KeyVaultIdentifier.version_none
class: azure.keyvault.key_vault_id.KeyVaultIdentifier
fullName: azure.keyvault.key_vault_id.KeyVaultIdentif... | docs-ref-autogen/azure-keyvault/azure.keyvault.key_vault_id.KeyVaultIdentifier.yml |
apiVersion: apps/v1
kind: Deployment
metadata:
name: svc-texture
labels:
name: "svc-texture"
keel.sh/policy: force
keel.sh/trigger: poll
annotations:
# keel.sh/pollSchedule: "@every 10m"
spec:
selector:
matchLabels:
app: svc-texture
replicas: 1
template:
metadata:
... | svc_texture_k8s.yaml |
en:
withdraw_channel:
bank:
key: Bank Transfer
title: Bank Transfer
intro: Bank transfer deposits, Recommend for large recharge
latency: 30 minutes
transfer: Manual
go: Withdraw
activerecord:
models:
withdraws/bank: Withdraw Bank
attributes:
withdraws/ban... | config/locales/withdraws/banks/en.yml |
name: Build Status
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php:
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1
composer_flag:
- --prefer-lowest
-
ex... | .github/workflows/test.yml |
version: 2.1
orbs:
rn: verypossible-labs/react-native@1.0.0
references:
# helper method to attach the workspace
# https://circleci.com/docs/2.0/configuration-reference#attachworkspace
attach_workspace: &attach_workspace
attach_workspace:
at: .
# helper param to persist to the workspace root
# ht... | examples/simple-build.yml |
name: Build & Package LottoChecker
description: Build & Package LottoChecker.
inputs:
artifacts-bucket:
description: SAM
required: true
runs:
using: "composite"
steps:
- run: echo ${{ github.event_name }}
shell: bash
# Build and package backend
- name: Build backend
shell: b... | .github/actions/build/action.yaml |
version: 2
jobs:
# This job builds the entire project and runs all unit tests (specifically the persistence tests) against H2 by
# setting the `spring.datasource.url` value. All Integration Tests are skipped.
build:
working_directory: ~/repo
docker:
# Primary container image where all commands run... | .circleci/config.yml |
- id: 2
name: "Revital"
surname: "Friedman"
company: "Hibob"
title: "Front end developer"
description: "I've always wanted to combine my love for advance technologies with my willing to help other girls in the Tech world.
I have volunteered as a mentor in the first ngGirls workshop, and there I found my way... | _data/team.yml |
items:
- uid: '@azure/arm-apimanagement.IssueUpdateContract'
name: IssueUpdateContract
fullName: IssueUpdateContract
children:
- '@azure/arm-apimanagement.IssueUpdateContract.apiId'
- '@azure/arm-apimanagement.IssueUpdateContract.createdDate'
- '@azure/arm-apimanagement.IssueUpdateContra... | docs-ref-autogen/@azure/arm-apimanagement/IssueUpdateContract.yml |
server:
port: 10035
max-http-header-size: 1024000
erupt-app:
# 登录几次出现验证码,值为0时表示一直需要登录验证码(1.6.1版本开始支持)
verifyCodeCount: 2
# 登录密码是否加密传输,特殊场景如:LADP登录可关闭该功能获取密码明文(1.6.8及以上版本支持)
pwdTransferEncrypt: true
erupt:
# 是否开启csrf防御
csrfInspect: true
# 开启redis方式存储session,默认false,开启后需在配置文件中添加redis配置
redisSession: t... | src/main/resources/application.yml |
Data: # <class 'TheLanguage.Lexer.Components.Phrase.Phrase.StandardLexResultData'>
Data: # <class 'TheLanguage.Lexer.Components.Phrase.Phrase.MultipleLexResultData'>
DataItems:
- # <class 'TheLanguage.Lexer.Components.Phrase.Phrase.StandardLexResultData'>
Data: # <class 'TheLanguage.Lexer.Compon... | src/TheLanguage/Lexer/Phrases/UnitTests/Results/DSL_UnitTest.TestEmbeddedPhrases.test_Match.results.yaml |
items:
- uid: '@azure/arm-mariadb.StorageProfile'
name: StorageProfile
fullName: StorageProfile
children:
- '@azure/arm-mariadb.StorageProfile.backupRetentionDays'
- '@azure/arm-mariadb.StorageProfile.geoRedundantBackup'
- '@azure/arm-mariadb.StorageProfile.storageAutogrow'
- '@azu... | docs-ref-autogen/@azure/arm-mariadb/StorageProfile.yml |
---
# Non-embedded cluster
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: cd4pe
namespace: '{{repl or (ConfigOption "namespace") Namespace}}'
annotations:
kots.io/exclude: '{{repl or (ConfigOptionEquals "enable_ingress" "1" | not) IsKurl }}'
kubernetes.io/ingress.allow-http: '{{repl C... | manifests/ingress.yaml |
backend:
name: git-gateway
branch: master
commit_messages:
create: 'Create {{collection}} “{{slug}}”'
update: 'Update {{collection}} “{{slug}}”'
delete: 'Delete {{collection}} “{{slug}}”'
uploadMedia: '[skip ci] Upload “{{path}}”'
deleteMedia: '[skip ci] Delete “{{path}}”'
media_folder: "stat... | static/admin/config.yml |
---
- hosts: localhost
gather_facts: no
pre_tasks:
- set_fact:
target_vm_tag: "{{'tag_Name_'+ cluster_tag + '_' + target +'_node_vms'}}"
when: new_cluster_color is not defined
- set_fact:
target_vm_tag: "{{'tag_Name_'+ cluster_tag + '_' + target +'_node_vms_'+ new_cluster_color}}"
... | ansible-playbooks/ansible-playbook-deploy-ocp-on-rhev/playbooks/rhev/scale/scale-down.yaml |
AllCops:
Include:
- 'lib/**/*'
Exclude:
- 'Rakefile'
- 'Guardfile'
- '**/*.erb'
- 'spec/*'
- 'spec/**/*'
- 'vendor/**/*'
- 'benchmarks/*'
- 'profile/*'
- 'tmp/*'
- '*.so'
DisplayCopNames: true
TargetRubyVersion: 2.3+
# Preferred codebase style -----------------------... | .rubocop.yml |
---
# Copyright (c) 2018, OpenNext SAS
#
# 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... | ansible/playbooks/slave-configure-network.yml |
documentType: LandingData
title: Azure Service Fabric Mesh Documentation
metadata:
title: Azure Service Fabric Mesh Documentation - Tutorials, API Reference | Microsoft Doc
meta.description: Azure Service Fabric Mesh is a fully managed service enabling developers to deploy containerized applications without managin... | articles/service-fabric-mesh/index.yml |
.review-docs:
extends:
- .default-retry
- .docs:rules:review-docs
image: ruby:2.6-alpine
stage: review
dependencies: []
variables:
# We're cloning the repo instead of downloading the script for now
# because some repos are private and CI_JOB_TOKEN cannot access files.
# See https://gitlab.... | .gitlab/ci/docs.gitlab-ci.yml |
---
- name: "5.1.1 | L1 | PATCH | Ensure cron daemon is enabled and running"
service:
name: crond
enabled: yes
state: started
when:
- rhel7cis_rule_5_1_1
tags:
- level1
- patch
- rule_5.1.1
- name: "5.1.2 | L1 | PATCH | Ensure permissions on /etc/crontab are configured"... | tasks/section_5/cis_5.1.x.yml |
steps:
- task: PowerShell@1
displayName: "Print Environment Variables"
inputs:
scriptType: "inlineScript"
inlineScript: |
Write-Host "##vso[build.updatebuildnumber]$env:FullVstsBuildNumber"
Get-ChildItem Env: | Sort-Object Name | Format-Table -Wrap -AutoSize
- task: PowerShell@1
displayName: ... | eng/pipelines/templates/Functional_Tests_On_Windows.yml |
AWSTemplateFormatVersion: '2010-09-09'
Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html
Parameters:
EventBusName:
Type: String
Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cf... | aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-us-west-2.yaml |
items:
- uid: com.microsoft.azure.management.batchai.BatchAIJob.DefinitionStages.WithNodeCount
id: WithNodeCount
artifact: com.microsoft.azure:azure-mgmt-batchai:1.33.1
parent: com.microsoft.azure.management.batchai
children:
- com.microsoft.azure.management.batchai.BatchAIJob.DefinitionStages.WithNodeCount.w... | docs-ref-autogen/com.microsoft.azure.management.batchai.BatchAIJob.DefinitionStages.WithNodeCount.yml |
name: release
on:
push:
tags:
- 'v*'
jobs:
build-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Kustomize
uses: fluxcd/pkg//actions/kustomize@main
- name: Prepare
id: prep
run: |
VERSION=sha-${GITHUB_SHA::8}
... | .github/workflows/release.yml |
name: CI
on:
push:
branches: [dev]
jobs:
deploy:
runs-on: macos-latest
strategy:
matrix:
node-version: [12.x]
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
... | .github/workflows/main.yml |
## Base images
### Fedora
.fedora33:
image: "kitware/cmb:ci-smtk-fedora33-20211111"
variables:
GIT_SUBMODULE_STRATEGY: recursive
CMAKE_CONFIGURATION: fedora33_plain
GIT_CLONE_PATH: $CI_BUILDS_DIR/gitlab-kitware-sciviz-ci
### Lint builds
.fedora33_tidy:
extends: .fedora33_paravi... | .gitlab/os-linux.yml |
language: node_js
os:
- linux
# - osx
matrix:
allow_failures:
- os: osx
node_js:
- '6'
- '7'
sudo: required
services:
- docker
compiler: clang
env:
global:
- secure: "<KEY>
- secure: "<KEY>
before_install:
# Fix a problem with apt-get failing later, see http://docs.travis-ci.com/user/inst... | .travis.yml |
uid: "com.azure.messaging.servicebus"
fullName: "com.azure.messaging.servicebus"
name: "com.azure.messaging.servicebus"
summary: "Package containing classes for creating <xref uid=\"com.azure.messaging.servicebus.ServiceBusSenderAsyncClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.messaging.se... | docs-ref-autogen/com.azure.messaging.servicebus.yml |
replicaCount: 1 # Deployment replica count - should not be modified
image:
repository: isindir/sops-secrets-operator # Operator image
tag: 0.0.10 # Operator image tag
pullPolicy: Always # Operator image pull policy
imagePullSecrets: [] # Secrets to pull image from private docker repository
nameOverride: ... | charts/sops-secrets-operator/values.yaml |
name: Publish Docs
env:
NUGET_API_KEY: ${{secrets.NUGET_API_KEY}}
on:
push:
branches:
- master
- feature
jobs:
publish-and-deploy:
runs-on: ubuntu-latest
if: github.repository_owner == 'ant-design-blazor'
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
... | .github/workflows/nightly-build.yml |
name: Update pull request review enforcement of protected branch
description: |
Protected branches are available in public repositories with GitHub Free, and in public and private repositories with GitHub Pro, GitHub Team, and GitHub Enterprise Cloud. For more information, see [GitHub's products](https://help.github.... | octions/repos/update-protected-branch-pull-request-review-enforcement/action.yml |
uid: "com.azure.spring.data.cosmos.repository.support.SimpleCosmosRepository.SimpleCosmosRepository*"
fullName: "com.azure.spring.data.cosmos.repository.support.SimpleCosmosRepository<T,ID>.SimpleCosmosRepository"
name: "SimpleCosmosRepository"
nameWithType: "SimpleCosmosRepository<T,ID>.SimpleCosmosRepository"
members... | docs-ref-autogen/com.azure.spring.data.cosmos.repository.support.SimpleCosmosRepository.SimpleCosmosRepository.yml |
---
- name: Create required dirs
loop:
- /etc/systemd/system/docker.service.d
- /etc/docker
file:
path: "{{ item }}"
state: directory
owner: root
group: root
mode: u=rwx,g=rx,o=rx
tags:
- docker
- name: Download repo key
when: docker_upstream_version
apt_key:
url: https://... | tasks/main.yml |
apiVersion: batch/v1
kind: Job
metadata:
name: {{ include "tfstater.fullname" . }}-migrate
labels:
{{- include "tfstater.labels" . | nindent 4 }}
annotations:
helm.sh/hook: post-install,pre-upgrade
helm.sh/hook-weight: "0"
helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
spec:
tem... | charts/tfstater/templates/hooks/job-migrations.yaml |
name: Jupyter Notebooks
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tutorials:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
env:
DEVITO_ARCH: "${{ matrix.comp... | .github/workflows/tutorials.yml |
packages:
all:
compiler: [gcc, intel, pgi, clang, xl, nag]
providers:
awk: [gawk]
blas: [netlib-lapack]
daal: [intel-daal]
elf: [elfutils]
golang: [gcc]
ipp: [intel-ipp]
java: [jdk]
lapack: [netlib-lapack]
mkl: [intel-mkl]
mpe: [mpe2]
# IBM Spe... | scripts/spack/configs/blueos_3_ppc64le_ib_p9/packages.yaml |
---
minecraft:entity:
format_version: 0.1
component_groups:
minecraft:silverfish_neutral:
minecraft:on_target_acquired:
event: minecraft:become_angry
target: self
minecraft:silverfish_angry:
minecraft:angry:
duration: -1
broadcastAnger: true
broadcastRan... | src/entities/silverfish.yaml |
sample_human_sex:
key: "sex"
raw_value: "Male"
string_validated_value: "Male"
sample: metadata_validation_sample_human_existing_metadata
metadata_field: sex
sample_human_nucleotide_type:
key: "nucleotide_type"
raw_value: "RNA"
string_validated_value: "RNA"
sample: metadata_validation_sample_human_ex... | test/fixtures/metadata.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2019-05-10 21:49"
game: "Unreal Tournament"
name: "DM-(AMLP)Devon"
author: "[AMLP]FluffyPower"
description: "None"
releaseDate: "2005-03"
attachments:
- type: "IMAGE"
name: "dm-amlpdevon_shot_2a3ee8f0_1.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unr... | content/Unreal Tournament/Maps/DeathMatch/A/2/a/3ee8f0/dm-amlpdevon_[2a3ee8f0].yml |
kubeEtcd:
enabled: false
# Disable kube-controller-manager and kube-scheduler monitoring. See https://github.com/cablespaghetti/k3s-monitoring/issues/2
kubeControllerManager:
enabled: false
kubeScheduler:
enabled: false
alertmanager:
config:
global:
smtp_from: <EMAIL>
smtp_smarthost: mailhog:1... | base/kube-prometheus-stack/kube-prometheus-stack-values.yaml |
---
swagger: '2.0'
info:
description: Api Documentation
version: '1.0'
title: Api Documentation
termsOfService: urn:tos
contact: {}
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0
host: localhost:8080
tags:
- name: diff-controller
description: Diff Controller
paths:
... | src/main/resources/static/swagger.yml |
# Build Pipeline: Continuous Integration
# Validates:
# - binaries can be built for all platforms and configurations
# - packages can be built for all platforms in the Release configuration
name: $(date:yyyyMMdd)$(rev:rr)
# Trigger every Sunday at 8am UTC (Sunday at midnight PST)
# See https://docs.microsoft.com/azu... | build/yaml/pipelines/codeanalysis.yaml |
- name: Prepare random number
set_fact:
rpfx: "{{ resource_group | hash('md5') | truncate(7, True, '') }}{{ 1000 | random }}"
run_once: yes
- name: Create a namespace
azure_rm_servicebus:
name: "ns{{ rpfx }}"
resource_group: "{{ resource_group }}"
register: namespace
- assert:
that:
... | tests/integration/targets/azure_rm_servicebus/tasks/main.yml |
apiVersion: v1
kind: Pod
metadata:
name: downward
namespace: chp08-set812
labels:
env: development
app: downward
spec:
containers:
- name: main
image: busybox
imagePullPolicy: IfNotPresent
command: ["sleep", "99999999"]
# These settings do not work for this container!
# resources:
# ... | chp08-pod-metadata/set812-ev-metadata/set812-1-downward-api-env.yaml |
---
- CreateTable: Master ( master_key_column bigint not null,
otherMaster bigint,
primary key (master_key_column),
foreign key (otherMaster) references Master (master_key_column))
---
- Statement: insert into master (master_key_column, otherMaster) values (24, 24);
---
- Statement: select * fr... | fdb-sql-layer-test-yaml/src/test/resources/com/foundationdb/sql/test/yaml/functional/test-foreign-key-self-reference.yaml |
---
# Copyright 2016, Comcast Corporation
#
# 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... | tests/test-install-rally.yml |
name: Msmpeng Application DLL Side Loading
id: 8bb3f280-dd9b-11eb-84d5-acde48001122
version: 1
date: '2021-07-05'
author: <NAME>, Splunk
type: TTP
datamodel:
- Endpoint
description: This search is to detect a suspicious creation of msmpeng.exe or mpsvc.dll
in non default windows defender folder. This technique was se... | detections/endpoint/msmpeng_application_dll_side_loading.yml |
---
Debian:
client_config: /etc/ldap.conf
client_pkg: ldap-utils
server_config: /etc/ldap/slapd.conf
server_pkg: slapd
user: openldap
group: openldap
slapd_include_dir: /etc/ldap/include
slapd_includes:
- /etc/ldap/schema/core.schema
- /etc/ldap/schema/cosine.schema
- /etc/ldap/schema/nis.sc... | openldap/osfamilymap.yaml |
variables:
PIP_CACHE_DIR: '$CI_PROJECT_DIR/.cache/pip'
cache:
paths:
- .cache/pip
- .tox
before_script:
- pip install tox
stages:
- build
- lint
- test
- build_packages
- deploy
# Test if static assets can be built successfully.
static:
before_script: []
image... | .gitlab-ci.yml |
author: Kurt#5846 and <NAME>#0511
config:
"options swap_delay=12 debug=true iteration=1000 duration=95 workers=30 mode=sl;\n\neula
char lvl=90/90 cons=0 talent=9,9,9; \neula add weapon=\"serpentspine\" refine=1
lvl=90/90 +params=[stacks=5];\neula add set=\"paleflame\" count=4;\neula add stats
hp=4780 atk=311 at... | db/Eula/bneurdsh.yaml |
---
# Copyright 2019 Red Hat, Inc.
# All Rights Reserved.
#
# 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 ... | tripleo_ansible/playbooks/cli-overcloud-delete.yaml |
namespace: alcide-advisor
image:
alcideAdvisor: alcide/advisor:stable # alcide/advisor:stable # For Vault secret support use alcidelabs/advisor:2.11.0-vault
pullPolicy: Always # IfNotPresent
# string meaning
# ------ -------
# @yearly Run once a year, "0 0 1 1 *".
# @annually (same as @yearly)
# @... | charts/alcide-advisor-cronjob/v2.1.0/values.yaml |
---
name: publish-to-git
description: 'Publish files to a git repository'
branding:
icon: 'git-commit'
color: 'blue'
inputs:
repository:
description: 'Destination repository (default: current repository)'
default: ''
branch:
description: 'Destination branch'
required: true
host:
descriptio... | action.yml |
---
# Copyright 2014, Rackspace US, Inc.
#
# 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 w... | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_ceilometer/tasks/ceilometer_post_install.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-20 10:09"
game: "Unreal Tournament 2004"
name: "DM-EgyptianArena][-rev1"
author: "Johan '<NAME>' Gregoire"
description: "Battle in this ancient Anubis temple. Built 2500 BC, this temple was\
\ originally a sacred temple used for worshiping. But soon it was seen as th... | content/Unreal Tournament 2004/Maps/DeathMatch/E/f/5/1f6e79/dm-egyptianarena-rev1_[f51f6e79].yml |
chat_integration:
chat_integration_enabled:
default: false
chat_integration_discourse_username:
default: system
type: username
chat_integration_delay_seconds:
default: 20
#######################################
########## SLACK SETTINGS #############
#######################################
chat... | config/settings.yml |
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the... | k8s/helm-chart/dynatrace-gcp-function/templates/active-gate-statefulset.yaml |
helmDefaults:
tillerless: true
tillerNamespace: platform
atomic: true
verify: false
wait: true
timeout: 900
recreatePods: true
force: true
repositories:
- name: incubator
url: "https://kubernetes-charts-incubator.storage.googleapis.com"
releases:
- name: database-kv-injection
namespace: database
... | wip/helmfile.db-init.yaml |
items:
- uid: '@azure/arm-cognitiveservices.Usage'
name: Usage
fullName: Usage
children:
- '@azure/arm-cognitiveservices.Usage.currentValue'
- '@azure/arm-cognitiveservices.Usage.limit'
- '@azure/arm-cognitiveservices.Usage.name'
- '@azure/arm-cognitiveservices.Usage.nextResetTime'... | docs-ref-autogen/@azure/arm-cognitiveservices/Usage.yml |
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: >
slack-music-controller
SAM Template the Slack Google Play music controller
# More info about Globals: https://github.com/awslabs/serverless-application-model/blob/master/docs/globals.rst
Globals:
Function:
T... | sam-app/template.yaml |
title: Outils de test dans Visual Studio
summary: Les outils de test de Visual Studio peuvent vous aider vous et votre équipe à développer et à maintenir du code avec des standards élevés d’excellence.
metadata:
title: Outils de test dans Visual Studio
description: Découvrez comment utiliser Visual Studio pour ... | docs/test/index.yml |
type: object
required:
- gatewayName
- acquirerName
- merchantCategoryCode
- websites
- acceptedCurrencies
- organizationId
discriminator: "gatewayName"
properties:
id:
description: The gateway identifier string
readOnly: true
allOf:
- $ref: "#/definitions/ResourceId"
status:
descr... | spec/definitions/GatewayAccount.yaml |
name: QuotaRequestStatus
uid: '@azure/arm-reservations.QuotaRequestStatus'
package: '@azure/arm-reservations'
summary: Interface representing a QuotaRequestStatus.
fullName: QuotaRequestStatus
remarks: ''
isPreview: false
isDeprecated: false
type: interface
methods:
- name: 'get(string, string, string, string, QuotaR... | docs-ref-autogen/@azure/arm-reservations/QuotaRequestStatus.yml |
name:
first: Fabio
middle:
last: Almeida
about: I'm curious, committed and perfectionist in my work. I like to automate tasks and strive for efficiency.
position: MSc. Computer Science
birth:
year: 1994
location: Portugal
experience:
- company: Metafora Notavel
position: Developer
description: Developi... | resume/data.yml |
version: "3.3"
services:
db:
image: postgres:9.6-alpine
restart: unless-stopped
stop_grace_period: 2m
stop_signal: SIGTERM
tty: true
environment:
POSTGRES_DB: mirror_node
POSTGRES_PASSWORD: <PASSWORD>
POSTGRES_USER: mirror_node
volumes:
- ./db:/var/lib/postgresql/da... | docker-compose.yml |
name: Python package
on:
# Always build installable package
push:
paths:
- "**"
- ".github/workflows/python-package.yml"
pull_request:
paths:
- "**"
- ".github/workflows/python-package.yml"
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubu... | .github/workflows/python-package.yml |
name: Build Images
on:
push:
branches: [ '*' ]
tags: [ '*' ]
env:
IMG_TAGS: ${{ github.ref_name }}
IMG_REGISTRY_HOST: quay.io
IMG_REGISTRY_ORG: kuadrant
MAIN_BRANCH_NAME: main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/che... | .github/workflows/build-images.yaml |
before_script:
- export DISTRO_CODENAME=`lsb_release -cs` && echo Using distro $DISTRO_CODENAME
- echo "deb http://apt.roboception.de/backports $(lsb_release -sc) main" > /etc/apt/sources.list.d/roboception-backports.list
- apt-get update -yq && apt-get install -y debhelper devscripts git sed tar curl dh-virtuale... | .gitlab-ci.yml |
name: Checks
on: [push, pull_request]
jobs:
depcheck:
runs-on: ubuntu-latest
env:
node: 16
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Use Node.js ${{ env.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ env.no... | .github/workflows/checks.yml |
---
http_interactions:
- request:
method: get
uri: https://api.travis-ci.com/repos/rails-private
body:
encoding: US-ASCII
string: ''
headers:
Accept:
- application/vnd.travis-ci.2+json
Authorization:
- token secret_token
response:
status:
code: 200
m... | spec/vcr/Capistrano_CI_Clients_TravisPro/_passed_/when_not_passed/.yml |
name: CI
on:
# Runs on Every Push
push:
# Runs on Pull Requests
pull_request:
workflow_dispatch:
jobs:
precheck:
timeout-minutes: 720
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docke... | .github/workflows/user_project_ci.yml |
---
name: distro_test
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
# Run the functional tests every 8 hours.
# This will help to identify faster if
# there is a CI failure related to a
# change in any dependency.
schedule:
- cron: '0 */8 * * *'
jobs:
build:
runs-on: ubuntu-latest
... | .github/workflows/distro_test.yml |
name: impe
version: 0.1.0.0
github: "githubuser/impe"
license: BSD3
author: "Author name here"
maintainer: "<EMAIL>"
copyright: "2021 Author name here"
extra-source-files:
- README.md
- ChangeLog.md
# Metadata used when publishing your package
# synopsis: Short description of your package
# category: ... | package.yaml |
---
- name: nova process checks
sensu_process_check: service={{ item }}
with_items:
- nova-cert
- nova-conductor
- nova-consoleauth
- nova-scheduler
notify: restart sensu-client
- name: nova-api process checks
sensu_process_check: service=nova-api warn_over=20 crit_over=30
notify: restart sen... | roles/nova-control/tasks/monitoring.yml |
uid: "com.microsoft.azure.documentdb.Index"
fullName: "com.microsoft.azure.documentdb.Index"
name: "Index"
nameWithType: "Index"
summary: "Represents the index of a collection in the Azure Cosmos DB database service."
inheritances:
- "<xref href=\"java.lang.Object\" data-throw-if-not-resolved=\"False\" />"
- "<xref hre... | docs-ref-autogen/com.microsoft.azure.documentdb.Index.yml |
- case: bind_awaitable_wrong_value
disable_cache: false
main: |
from returns.pointfree import bind_awaitable
from returns.future import Future
async def test(arg: str) -> int:
...
x: Future[float]
bind_awaitable(test)(x) # E: Argument 1 has incompatible type "Future[float]"; expected ... | typesafety/test_pointfree/test_bind_awaitable.yml |
---
- name: Quickly disable neutron router and dhcp interfaces
shell: |
for p in `ovs-vsctl show | egrep 'qr-|ha-|qg-|rfp-' | grep Interface | awk '{print $2}'`
do
# p will be having quotes. Eg. "hr-xxxx". So strip the quotes
p=`echo $p | sed -e 's/"//g'`
ovs-vsctl clear Interface $p externa... | migration/tripleo_environment/playbooks/roles/migration/tasks/cleanup-dataplane.yml |
{{- $fullName := include "pvc-exporter.fullname" . -}}
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ $fullName }}-pod-pvc-mapping
namespace: {{ .Release.Namespace | default .Values.namespace }}
labels:
app: {{ $fullName }}
com: {{ $fullName }}-pod-pvc-mapping
{{- with .Values.PodPvcMapping.dep... | charts/pvc-exporter/templates/pod-pvc-mapping-deployment.yaml |
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: detection
{{ include "artemis.labels" . | indent 4 }}
name: detection
{{- with .Values.services.detection }}
spec:
selector:
matchLabels:
app: detection
replicas: {{ .replicas | default 1 }}
strategy:
type: Recreate
template:
... | artemis-chart/templates/detection-deployment.yaml |
uid: "com.azure.cosmos.implementation.directconnectivity.SharedTransportClient.getOrCreateInstance*"
fullName: "com.azure.cosmos.implementation.directconnectivity.SharedTransportClient.getOrCreateInstance"
name: "getOrCreateInstance"
nameWithType: "SharedTransportClient.getOrCreateInstance"
members:
- uid: "com.azure.c... | preview/docs-ref-autogen/com.azure.cosmos.implementation.directconnectivity.SharedTransportClient.getOrCreateInstance.yml |
_id: 33388a70-2664-11ea-a8ea-6d340a4bbf3a
message: >-
Normally aep.xptt.hashtafak.github.io.hyn.vl saccus
[URL=http://jacksfarmradio.com/viagra-super-active/]viagra super active
online[/URL] [URL=http://scoverage.org/propecia-for-sale/]propecia buy
online[/URL] [URL=http://gormangreen.com/drug/priligy/]priligy[... | _data/comments/dear-diary/comment-1577202238875.yml |
api_name: []
items:
- children: []
class: azure.servicefabric.models.service_load_metric_description.ServiceLoadMetricDescription
fullName: azure.servicefabric.models.service_load_metric_description.ServiceLoadMetricDescription
inheritance:
- inheritance:
- type: builtins.object
type: msrest.serializati... | docs-ref-autogen/azure-servicefabric/azure.servicefabric.models.service_load_metric_description.ServiceLoadMetricDescription.yml |
name: BuildJS
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: Check out code
uses: actions/checkout@v1
- name: Install
run: npm ci
... | .github/workflows/buildjs.yml |
- name: Newark
id: ocd-jurisdiction/country:us/state:nj/place:newark/government
- name: Jersey City
id: ocd-jurisdiction/country:us/state:nj/place:jersey_city/government
- name: Paterson
id: ocd-jurisdiction/country:us/state:nj/place:paterson/government
- name: Elizabeth
id: ocd-jurisdiction/country:us/state:nj... | data/nj/municipalities.yml |
interactions:
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
User-Agent:
- python-requests/2.26.0
method: GET
uri: https://api.coingecko.com/api/v3/global
response:
body:
string: !!binar... | tests/gamestonk_terminal/cryptocurrency/overview/cassettes/test_pycoingecko_view/global_market_info.yaml |
diagram: # Diagram properties
backgroundColor: lightblue # Background color of the diagram (default: transparent; type: string; list of all available colors: https://graphviz.org/doc/info/colors.html#svg)
padding: 0.5 # Padding around the graph (default: 0.5; type: double)
layout: dot # Name of the layout algo... | templates/template3.yaml |
items:
- uid: Microsoft.EntityFrameworkCore.Internal.ICurrentDbContext
commentId: T:Microsoft.EntityFrameworkCore.Internal.ICurrentDbContext
id: ICurrentDbContext
parent: Microsoft.EntityFrameworkCore.Internal
children:
- Microsoft.EntityFrameworkCore.Internal.ICurrentDbContext.Context
langs:
- csharp
-... | api_ref/Microsoft.EntityFrameworkCore.Internal.ICurrentDbContext.yml |