hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
a0ee24c4b392f3929453ecfa01165a9525067948
1,906
yml
YAML
.travis.yml
ank91/codeception-travis-ci-example
26ae8ceb213df507d7238f258a94b60f8077d00f
[ "MIT" ]
10
2017-03-03T12:41:53.000Z
2020-10-11T16:23:17.000Z
.travis.yml
ank91/codeception-travis-ci-example
26ae8ceb213df507d7238f258a94b60f8077d00f
[ "MIT" ]
null
null
null
.travis.yml
ank91/codeception-travis-ci-example
26ae8ceb213df507d7238f258a94b60f8077d00f
[ "MIT" ]
5
2016-09-27T09:46:53.000Z
2018-04-03T08:03:42.000Z
# Config file for https://travis-ci.org/ # Validate this file here - http://lint.travis-ci.org/ # Tell Travis CI we are using PHP language: php # The platforms you wants to test on dist: trusty os: - linux # Install google chrome latest stable addons: apt: packages: - google-chrome-stable # git configs git: depth: 1 # Define the php versions against we want to test our code php: - 5.6 - 7.0 matrix: fast_finish: true allow_failures: - php: 7.0 # We don't want to run linux commands as super user # false means Travis will run this in a container sudo: false # Disable x-debug to speed up things before_install: phpenv config-rm xdebug.ini # Install packages those will be required during build install: - composer install --no-interaction # Prepare test environment before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 # give xvfb some time to start - echo "Download selenium-server-standalone jar file" - wget -c -nc --retry-connrefused --tries=0 https://goo.gl/s4o9Vx -O selenium-server-standalone.jar - echo "Download chrome driver and unzip it" - wget -c -nc --retry-connrefused --tries=0 http://chromedriver.storage.googleapis.com/2.31/chromedriver_linux64.zip - unzip -o -q chromedriver_linux64.zip - echo "Run selenium server - background process" - nohup bash -c "java -jar selenium-server-standalone.jar &" && sleep 1; cat nohup.out - ls -al - echo "Run php in-built server - background process" - nohup bash -c "php -S localhost:8000 2>&1 -t app &" && sleep 1; cat nohup.out # Run main commands script: - composer test #after_script: #after_success: #after_failure: # Tell Travis CI to monitor only 'master' branch branches: only: master # Cache folder, you can delete cache from Travis CI web interface cache: directories: - vendor - $HOME/.composer/cache
22.690476
118
0.703043
18a4d5e1249ee5641b84f8e5d74b52afbab6fd8f
226
yml
YAML
_data/authors.yml
nitanshu/nitanshu.github.io
5bb0d3e5d070eb81f54859b9a480a5bcc5efd5b7
[ "MIT" ]
1
2017-06-05T06:41:41.000Z
2017-06-05T06:41:41.000Z
_data/authors.yml
nitanshu/nitanshu.github.io
5bb0d3e5d070eb81f54859b9a480a5bcc5efd5b7
[ "MIT" ]
null
null
null
_data/authors.yml
nitanshu/nitanshu.github.io
5bb0d3e5d070eb81f54859b9a480a5bcc5efd5b7
[ "MIT" ]
null
null
null
# Authors nitanshu_verma: name: Nitanshu Verma email: nitanshu1991@gmail.com bio: "Like to share development rather development for own" avatar: bio-photo-2.jpg twitter: nitanshuverma1 google: plus: nitanshu
18.833333
61
0.743363
8cbb58fb33da1ad762fe2ebc5c4e8cbaad84775d
2,747
yml
YAML
conf/roles/create-app-deployer/tasks/main.yml
William-Yeh/server-config-template
a135d239c8d9c2a4cd62c5dd44c9a815057363b2
[ "Apache-2.0" ]
4
2016-01-02T19:13:05.000Z
2017-08-11T07:59:05.000Z
conf/roles/create-app-deployer/tasks/main.yml
William-Yeh/server-config-template
a135d239c8d9c2a4cd62c5dd44c9a815057363b2
[ "Apache-2.0" ]
null
null
null
conf/roles/create-app-deployer/tasks/main.yml
William-Yeh/server-config-template
a135d239c8d9c2a4cd62c5dd44c9a815057363b2
[ "Apache-2.0" ]
3
2015-10-12T06:51:30.000Z
2019-11-07T21:12:19.000Z
--- # file: roles/create-app-deployer/tasks/main.yml # Configure app deployer: account, home directory, permissions. # # # Required pamameter: # # - APP_DEPLOYER: the account of app deployer # - APP_DEPLOYER_PASSWORD: the password of app deployer # # For security reason, the parameter isn't hard-coded into SCM; # please specify it manually, e.g., typical command line usage: # # [Case 1] invoked as root: # # % ansible-playbook \ # -i [INVENTORY_FILENAME] \ # -e "APP_DEPLOYER=XXX APP_DEPLOYER_PASSWORD=YYY" \ # -u root -k -vvv ZZZ.yml # # [Case 2] invoked as wheel user (without sudo password): # # % ansible-playbook \ # -i [INVENTORY_FILENAME] \ # -e "APP_DEPLOYER=XXX APP_DEPLOYER_PASSWORD=YYY" \ # -u WWW -k -vvv ZZZ.yml # # [Case 3] invoked as wheel user (with sudo password): # # % ansible-playbook \ # -i [INVENTORY_FILENAME] \ # -e "APP_DEPLOYER=XXX APP_DEPLOYER_PASSWORD=YYY" \ # -u WWW -k --ask-sudo-pass -vvv ZZZ.yml # # - name: precondition - APP_DEPLOYER fail: msg="ERROR - required variable 'APP_DEPLOYER' missing." when: APP_DEPLOYER is not defined - name: precondition - APP_DEPLOYER_PASSWORD fail: msg="ERROR - required variable 'APP_DEPLOYER_PASSWORD' missing." when: APP_DEPLOYER_PASSWORD is not defined - name: Create "wheel" group, if necessary sudo: True group: name=wheel system=yes state=present - name: Create account for app deployer, if necessary sudo: True user: name=$APP_DEPLOYER group=wheel createhome=yes shell=/bin/zsh comment="app deployer" state=present - name: Change password sudo: True action: shell echo "$APP_DEPLOYER:$APP_DEPLOYER_PASSWORD" | chpasswd - name: Grant "x" permission for directory sudo: True command: /bin/chmod a+x "/home/$APP_DEPLOYER" - name: get oh-my-zsh sudo: True # shell: cd /home/$APP_DEPLOYER ; curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh script: ../files/install-oh-my-zsh.sh $APP_DEPLOYER /home/$APP_DEPLOYER - name: add convenient aliases sudo: True action: copy src=../files/.aliases dest=/home/$APP_DEPLOYER owner=$APP_DEPLOYER group=wheel mode=0644 - name: load .aliases into ZSH sudo: True lineinfile: dest=/home/$APP_DEPLOYER/.zshrc insertafter=EOF state=present regexp='' line='$item' with_items: - 'source $HOME/.aliases # convenient alias; @see http://askubuntu.com/questions/31216/setting-up-aliases-in-zsh' - name: Final sudoers file check sudo: True action: copy src=../files/sudoers-app-deploy dest=/etc/sudoers.d/app-deploy validate='visudo -c -f %s' backup=yes owner=root group=root mode=0440
31.94186
152
0.681835
ea7b48308cf05e3784eaa65caf11ef7fae0522b4
1,913
yml
YAML
roles/rhv_host_ssh_keys/tasks/main.yml
myllynen/rhv-automation-tools
21c6919cd5872ef3e67ef7a152f829bb943ad704
[ "Linux-OpenIB" ]
2
2021-01-22T07:37:43.000Z
2021-01-22T08:23:25.000Z
roles/rhv_host_ssh_keys/tasks/main.yml
myllynen/rhv-automation-tools
21c6919cd5872ef3e67ef7a152f829bb943ad704
[ "Linux-OpenIB" ]
null
null
null
roles/rhv_host_ssh_keys/tasks/main.yml
myllynen/rhv-automation-tools
21c6919cd5872ef3e67ef7a152f829bb943ad704
[ "Linux-OpenIB" ]
null
null
null
--- - name: Remove locally generated SSH key file: path: "{{ item }}" state: absent force: yes delegate_to: localhost run_once: true loop: - /tmp/rhv-ssh-key - /tmp/rhv-ssh-key.pub - name: Check SSH key setup stat: path: /root/.ssh/id_rsa register: host_ssh_key when: inventory_hostname == groups.rhv_hosts | sort | first - name: Setup RHV Host SSH block: - name: Ensure /root/.ssh directory exists file: path: /root/.ssh state: directory mode: 0700 owner: root group: root - name: Allow RHV Host access with local user's SSH key copy: src: ~/.ssh/id_rsa.pub dest: /root/.ssh/authorized_keys mode: 0600 owner: root group: root - name: Generate RHV Host SSH key locally command: ssh-keygen -b 4096 -C root@rhvh -N '' -f /tmp/rhv-ssh-key delegate_to: localhost run_once: true - name: Install RHV Host private SSH key copy: src: /tmp/rhv-ssh-key dest: /root/.ssh/id_rsa mode: 0600 owner: root group: root - name: Install RHV Host public SSH key copy: src: /tmp/rhv-ssh-key.pub dest: /root/.ssh/id_rsa.pub mode: 0644 owner: root group: root - name: Allow RHV Host access with RHV Host SSH key authorized_key: user: root state: present key: "{{ lookup('file', '/tmp/rhv-ssh-key.pub') }}" always: - name: Remove locally generated SSH key file: path: "{{ item }}" state: absent force: yes delegate_to: localhost run_once: true loop: - /tmp/rhv-ssh-key - /tmp/rhv-ssh-key.pub when: host_ssh_key is not skipped and not host_ssh_key.stat.exists - name: Verify RHV Host SSH connectivity across all RHV Hosts command: ssh -i /root/.ssh/id_rsa -o StrictHostKeyChecking=no {{ item }} /bin/true loop: "{{ groups.rhv_hosts }}" changed_when: false
23.329268
84
0.621537
d862e1e8fb55a44e84f1981d4ccba3b1d29270ec
1,611
yml
YAML
docs/example-workflows/first-responder.yml
ftos-forks/issue-bot
65bb8a8df1a07f0fafc7d5b9fac26191f027ac9a
[ "MIT" ]
40
2020-03-05T12:38:46.000Z
2022-03-04T03:34:19.000Z
docs/example-workflows/first-responder.yml
ftos-forks/issue-bot
65bb8a8df1a07f0fafc7d5b9fac26191f027ac9a
[ "MIT" ]
22
2020-07-06T18:28:31.000Z
2022-02-21T18:47:26.000Z
docs/example-workflows/first-responder.yml
ftos-forks/issue-bot
65bb8a8df1a07f0fafc7d5b9fac26191f027ac9a
[ "MIT" ]
16
2020-03-23T22:37:50.000Z
2022-03-01T09:30:50.000Z
# # First responder duty, powered by imjohnbo/issue-bot # name: First Responder on: schedule: # First of every month – https://crontab.guru - cron: 0 0 1 * * jobs: first_responder: name: New responder duty runs-on: ubuntu-latest steps: - new: Get template uses: imjohnbo/extract-issue-template-fields@v0.0.1 id: extract with: path: .github/ISSUE_TEMPLATE/first_responder.md # assignees, labels, and title defined in issue template header env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Generates and pins new first responder issue, closes previous, writes linking comments, assigns to next person in line, adds to organization project number 550, column name "Duties", milestone number 10 - name: New first responder issue uses: imjohnbo/issue-bot@v3 with: token: ${{ secrets.PAT }} # Built in GITHUB_TOKEN permissions are too restrictive, so a personal access token is used here assignees: ${{ steps.extract.outputs.assignees }} labels: ${{ steps.extract.outputs.labels }} title: ${{ steps.extract.outputs.title }} body: ${{ steps.extract.outputs.body }} project-type: organization project: 550 # The project-number from organization project https://github.com/orgs/org/projects/project-number column: Duties milestone: 10 # The milestone-number from https://github.com/owner/repo/milestone/milestone-number pinned: true close-previous: true linked-comments: true rotate-assignees: true # Picks next assignee in list
40.275
208
0.680323
d69dd71cc4986e9713b3ed3b1cd540fc702784ea
92
yml
YAML
src/main/resources/application.yml
mirsery/bilibi-calendar
e8f5a71530fc964c9c38733e0a8a6c5d0f3e56f0
[ "Apache-2.0" ]
null
null
null
src/main/resources/application.yml
mirsery/bilibi-calendar
e8f5a71530fc964c9c38733e0a8a6c5d0f3e56f0
[ "Apache-2.0" ]
null
null
null
src/main/resources/application.yml
mirsery/bilibi-calendar
e8f5a71530fc964c9c38733e0a8a6c5d0f3e56f0
[ "Apache-2.0" ]
null
null
null
server: port: 8080 maxHttpHeaderSize: 10240000 tomcat: maxHttpHeaderSize: 10240000
18.4
31
0.76087
fa0f497a9033dedbec1e91de685bbc8751dea1be
181
yml
YAML
.gitpod.yml
sgratzl/www-covidcast-classic
910a11379c47a45f9c72677d3b555faa5f6fe994
[ "MIT" ]
11
2020-09-25T18:40:43.000Z
2021-09-03T12:55:18.000Z
.gitpod.yml
cmu-delphi/www-covidcast
457dd84fb6aacd8a0ed905da53a917bd9501fab3
[ "MIT" ]
716
2020-09-25T21:07:28.000Z
2022-03-31T11:37:11.000Z
.gitpod.yml
sgratzl/www-covidcast-classic
910a11379c47a45f9c72677d3b555faa5f6fe994
[ "MIT" ]
5
2019-08-18T23:19:27.000Z
2021-03-16T16:26:56.000Z
tasks: - init: npm install command: npm start ports: - port: 8080 vscode: extensions: - dbaeumer.vscode-eslint - esbenp.prettier-vscode - svelte.svelte-vscode
16.454545
28
0.668508
78fe634e37bbae472b6f5e628d71eef7a6f6d991
1,103
yml
YAML
.travis.yml
griviala/django-polymorphic-tree
12b95265d6d098bd7e708deba2a82e1bc754be48
[ "Apache-2.0" ]
13
2021-05-12T09:57:17.000Z
2021-12-27T06:46:26.000Z
.travis.yml
griviala/django-polymorphic-tree
12b95265d6d098bd7e708deba2a82e1bc754be48
[ "Apache-2.0" ]
null
null
null
.travis.yml
griviala/django-polymorphic-tree
12b95265d6d098bd7e708deba2a82e1bc754be48
[ "Apache-2.0" ]
1
2021-03-10T10:38:02.000Z
2021-03-10T10:38:02.000Z
sudo: false language: python python: - '2.7' - '3.5' - '3.6' env: - PACKAGES="django>=1.10,<1.11 django-polymorphic<2.0" - PACKAGES="django>=1.11,<1.12" - PACKAGES="django>=2.0,<2.1" - PACKAGES="django>=2.1,<2.2" - PACKAGES="django>=3.0,<3.1" matrix: exclude: - python: '2.7' env: PACKAGES="django>=2.0,<2.1" - python: '2.7' env: PACKAGES="django>=2.1,<2.2" - python: '2.7' env: PACKAGES="django>=2.2,<2.3" - python: '2.7' env: PACKAGES="django>=3.0,<3.1" - python: '3.5' env: PACKAGES="django>=3.0,<3.1" before_install: - pip install codecov install: - pip install -U pip wheel - pip install $PACKAGES -e . script: - coverage run --source=polymorphic_tree runtests.py after_success: - codecov branches: only: - master notifications: email: recipients: - travis@edoburu.nl on_success: never on_failure: always slack: secure: WWNa4MHf50AOybB+XW9UKXCk/9Q8r++Jc4xTdEib43rj4odH9wxIaTRrzAbbpo3EO2gYuLgq6mMbaIZPD5l2UmgSnyuIbeYAAKIQblT+8XMamtXwnSS5j9vfBXYdj54rTlh+jKwEMW/JiQKl+SQpfQ2v1NMvYO63m89Ev9vXvcU= on_success: never on_failure: always
23.468085
184
0.68087
03471fd4c04fb9c6c4005b28b9478da4508fc52a
4,049
yaml
YAML
reports/stages/manhattan.ci.chef.co/job/chef-build/51.yaml
chef-boneyard/jenkins_pipeline_report
c74f6df8b5658c3a341f11ac244efee8ab63ec21
[ "Apache-2.0" ]
null
null
null
reports/stages/manhattan.ci.chef.co/job/chef-build/51.yaml
chef-boneyard/jenkins_pipeline_report
c74f6df8b5658c3a341f11ac244efee8ab63ec21
[ "Apache-2.0" ]
null
null
null
reports/stages/manhattan.ci.chef.co/job/chef-build/51.yaml
chef-boneyard/jenkins_pipeline_report
c74f6df8b5658c3a341f11ac244efee8ab63ec21
[ "Apache-2.0" ]
2
2021-06-27T16:09:19.000Z
2021-08-29T14:08:44.000Z
--- result: ABORTED failure_category: code failure_cause: 'Project chef: solaris-10-sun4v' timestamp: 2016-06-01 23:00:58 UTC url: http://manhattan.ci.chef.co/job/chef-build/51/ trigger_url: http://manhattan.ci.chef.co/job/chef-trigger-release/20/ duration: 59m59s runs: solaris-10-sun4v: result: FAILURE failure_category: code failure_cause: Project chef failed_in: step: Project chef url: http://manhattan.ci.chef.co/job/chef-build/architecture=sun4v,platform=solaris-10,project=chef,role=builder/51/ duration: 59m34s debian-6-i386: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=i386,platform=debian-6,project=chef,role=builder/51/ duration: 5m56s el-5-i386: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=i386,platform=el-5,project=chef,role=builder/51/ duration: 6m38s el-6-i386: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=i386,platform=el-6,project=chef,role=builder/51/ duration: 7m5s freebsd-10-i386: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=i386,platform=freebsd-10,project=chef,role=builder/51/ duration: 6m2s freebsd-9-i386: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=i386,platform=freebsd-9,project=chef,role=builder/51/ duration: 6m54s ubuntu-10.04-i386: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=i386,platform=ubuntu-10.04,project=chef,role=builder/51/ duration: 6m12s windows-2008r2-i386: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=i386,platform=windows-2008r2,project=chef,role=builder/51/ duration: 10m33s solaris-10-i86pc: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=i86pc,platform=solaris-10,project=chef,role=builder/51/ duration: 7m47s aix-6.1-powerpc: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=powerpc,platform=aix-6.1,project=chef,role=builder/51/ duration: 17m39s debian-6: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=x86_64,platform=debian-6,project=chef,role=builder/51/ duration: 8m34s el-5: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=x86_64,platform=el-5,project=chef,role=builder/51/ duration: 8m50s el-6: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=x86_64,platform=el-6,project=chef,role=builder/51/ duration: 9m26s el-7: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=x86_64,platform=el-7,project=chef,role=builder/51/ duration: 7m18s freebsd-10: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=x86_64,platform=freebsd-10,project=chef,role=builder/51/ duration: 8m49s freebsd-9: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=x86_64,platform=freebsd-9,project=chef,role=builder/51/ duration: 9m55s ios_xr-6: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=x86_64,platform=ios_xr-6,project=chef,role=builder/51/ duration: 5m18s mac_os_x-10.9: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=x86_64,platform=mac_os_x-10.9,project=chef,role=builder/51/ duration: 4m13s nexus-7: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=x86_64,platform=nexus-7,project=chef,role=builder/51/ duration: 5m50s ubuntu-10.04: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=x86_64,platform=ubuntu-10.04,project=chef,role=builder/51/ duration: 8m2s windows-2008r2: result: SUCCESS url: http://manhattan.ci.chef.co/job/chef-build/architecture=x86_64,platform=windows-2008r2,project=chef,role=builder/51/ duration: 14m32s
41.316327
125
0.733761
a3ba33c093349165914e8703c35effc10410e4cf
549
yaml
YAML
.docker/node/compose.yaml
scola84/lib
62d2cf8454c567ee92c7a14dc721a06be7339d08
[ "MIT" ]
1
2021-04-02T16:29:37.000Z
2021-04-02T16:29:37.000Z
.docker/node/compose.yaml
scola84/lib
62d2cf8454c567ee92c7a14dc721a06be7339d08
[ "MIT" ]
8
2020-11-24T21:26:41.000Z
2021-01-07T10:26:17.000Z
.docker/node/compose.yaml
scola84/lib
62d2cf8454c567ee92c7a14dc721a06be7339d08
[ "MIT" ]
null
null
null
version: "3" services: node: command: > sh -c " yarn install --frozen-lockfile --ignore-optional --production && yarn run exec " depends_on: - redis env_file: $PWD/.env extra_hosts: - "host.docker.internal:host-gateway" image: "node:14" networks: - scola ports: - "9229:9229" volumes: - $PWD/dist/server:/usr/src/app/dist/server - $PWD/package.json:/usr/src/app/package.json - $PWD/yarn.lock:/usr/src/app/yarn.lock working_dir: /usr/src/app
22.875
72
0.577413
d4240ec208f27f1f2c9eea58cb729c86c28ee967
951
yaml
YAML
openssl/roles/self_signed_cert/defaults/main.yaml
nrser/nansi.collections
94abc6bceda6fcbb2f46117c0b3df105c87a7736
[ "BSD-3-Clause" ]
null
null
null
openssl/roles/self_signed_cert/defaults/main.yaml
nrser/nansi.collections
94abc6bceda6fcbb2f46117c0b3df105c87a7736
[ "BSD-3-Clause" ]
null
null
null
openssl/roles/self_signed_cert/defaults/main.yaml
nrser/nansi.collections
94abc6bceda6fcbb2f46117c0b3df105c87a7736
[ "BSD-3-Clause" ]
null
null
null
openssl_sscrt_name: "{{ openssl_sscrt_common_name }}" openssl_sscrt_crt_dest: "{{ openssl_sscrt_dest }}/{{ openssl_sscrt_name }}.crt" openssl_sscrt_key_dest: "{{ openssl_sscrt_dest }}/{{ openssl_sscrt_name }}.key" openssl_sscrt_config_path: "{{ openssl_sscrt_dest }}/{{ openssl_sscrt_name }}.conf" openssl_sscrt_default_bits: 4096 openssl_sscrt_default_md: sha512 openssl_sscrt_default_keyfile: "{{ openssl_sscrt_key_dest }}" openssl_sscrt_prompt: false openssl_sscrt_encrypt_key: false openssl_sscrt_country_name: CN openssl_sscrt_state_or_province_name: Fujian openssl_sscrt_locality_name: Xiamen openssl_sscrt_postal_code: null openssl_sscrt_street_address: null openssl_sscrt_organization_name: null openssl_sscrt_organization_unit_name: null openssl_sscrt_email_address: "webmaster@{{ openssl_sscrt_common_name }}" openssl_sscrt_domains: "{{ openssl_sscrt_common_name }}" openssl_sscrt_days: 3650 # ~10 years openssl_sscrt_newkey: rsa:4096
36.576923
83
0.839117
e5e13b4e8b14444701ea8202cc6db6f80ce71538
1,979
yaml
YAML
pubspec.yaml
cyrilcolinet/dashtech-mobile
e193025307f2a51447435fdc0a401345f155d260
[ "Apache-2.0" ]
null
null
null
pubspec.yaml
cyrilcolinet/dashtech-mobile
e193025307f2a51447435fdc0a401345f155d260
[ "Apache-2.0" ]
null
null
null
pubspec.yaml
cyrilcolinet/dashtech-mobile
e193025307f2a51447435fdc0a401345f155d260
[ "Apache-2.0" ]
2
2021-08-31T17:32:54.000Z
2022-03-30T12:14:38.000Z
name: dashtech description: A new Flutter project. publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 2.1.17+37 environment: sdk: ">=2.12.0 <3.0.0" dependencies: flutter: sdk: flutter # Getx related packages get: ^4.1.4 get_storage: ^2.0.2 # Ui @ Fxs flutter_svg: ^1.0.0 animate_do: ^2.0.0 lottie: ^1.0.1 pull_to_refresh: ^2.0.0 syncfusion_flutter_calendar: ^19.2.46 cached_network_image: ^3.0.0 shimmer: ^2.0.0 line_icons: ^2.0.1 animated_bottom_navigation_bar: ^0.3.2 expandable: ^5.0.1 flutter_slidable: ^1.1.0 fab_circular_menu: ^1.0.2 # Networking gql_http_link: ^0.4.0 gql_transform_link: ^0.2.0 gql_error_link: ^0.2.0 artemis: ^7.1.0-beta.0 #ferry: ^0.10.3 #ferry_hive_store: ^0.4.3 #hive: ^2.0.4 #hive_flutter: ^1.1.0 jwt_decoder: ^2.0.1 # Utils carousel_slider: ^4.0.0 animated_text_kit: ^4.2.1 flutter_form_builder: ^7.0.0 form_builder_validators: ^7.2.0 flutter_hooks: ^0.18.0 package_info: ^2.0.2 enum_to_string: ^2.0.1 flutter_dotenv: ^5.0.0 dartz: ^0.10.0-nullsafety.2 flutter_nfc_kit: ^3.2.0 flutter_inappwebview: ^5.3.2 device_info: ^2.0.2 basic_utils: ^3.3.3 # Firebase firebase_core: ^1.3.0 firebase_messaging: ^11.2.4 gql: ^0.13.0 intl: ^0.17.0 dev_dependencies: flutter_test: sdk: flutter build_runner: ^2.0.5 freezed: ^1.1.0 json_serializable: ^6.1.3 equatable: ^2.0.3 #ferry_generator: ^0.4.3 #gql_build: ^0.2.0 #gql_code_builder: ^0.2.0 flutter: uses-material-design: true assets: - assets/animations/ - assets/svg/ - assets/img/ - .env.dev - .env.prod fonts: - family: CustomIcons fonts: - asset: assets/fonts/CustomIcons.ttf - family: Avenir fonts: - asset: assets/fonts/Avenir.otf - family: Futura fonts: - asset: assets/fonts/Futura.ttf - family: Somatic fonts: - asset: assets/fonts/Somatic.otf
20.614583
71
0.647297
f9e0afd43dc1e8d5a597a11d64e765919c756b40
823
yaml
YAML
cves/2007/CVE-2007-4504.yaml
gano3s/nuclei-templates
9c63e55d28f8893ae7f9f7f36a219a496cbbba02
[ "MIT" ]
3,604
2020-04-04T19:55:02.000Z
2022-03-31T23:37:30.000Z
cves/2007/CVE-2007-4504.yaml
gano3s/nuclei-templates
9c63e55d28f8893ae7f9f7f36a219a496cbbba02
[ "MIT" ]
1,953
2020-04-05T16:43:22.000Z
2022-03-31T17:34:55.000Z
cves/2007/CVE-2007-4504.yaml
gano3s/nuclei-templates
9c63e55d28f8893ae7f9f7f36a219a496cbbba02
[ "MIT" ]
1,406
2020-04-05T10:09:24.000Z
2022-03-31T18:51:20.000Z
id: CVE-2007-4504 info: name: Joomla! Component RSfiles 1.0.2 - 'path' File Download author: daffainfo severity: high description: Directory traversal vulnerability in index.php in the RSfiles component (com_rsfiles) 1.0.2 and earlier for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the path parameter in a files.display action. reference: - https://www.exploit-db.com/exploits/4307 - https://www.cvedetails.com/cve/CVE-2007-4504 tags: cve,cve2007,joomla,lfi requests: - method: GET path: - "{{BaseURL}}/index.php?option=com_rsfiles&task=files.display&path=../../../../../../../../../etc/passwd" matchers-condition: and matchers: - type: regex regex: - "root:.*:0:0" - type: status status: - 200
29.392857
246
0.647631
90fddf8f784eb4a20ea2cc45f211e1eaefad21ec
150
yaml
YAML
data/mois.yaml
jksntn/megapiksel-blog
05375fe42edd3735b71c8581f3116754f882f8c8
[ "MIT" ]
null
null
null
data/mois.yaml
jksntn/megapiksel-blog
05375fe42edd3735b71c8581f3116754f882f8c8
[ "MIT" ]
null
null
null
data/mois.yaml
jksntn/megapiksel-blog
05375fe42edd3735b71c8581f3116754f882f8c8
[ "MIT" ]
null
null
null
1: "januari" 2: "februari" 3: "maret" 4: "april" 5: "mei" 6: "juni" 7: "juli" 8: "agustus" 9: "september" 10: "oktober" 11: "november" 12: "desember"
11.538462
14
0.6
dda60bb5ddad2b005e0a9374dedfff42254f3429
1,506
yml
YAML
provisioning/roles/geerlingguy.php-versions/tasks/setup-Debian.yml
joel-travieso/drupal-vm
6ce8f3ff31fffea9ebd465f6b49562d71c1a953e
[ "MIT" ]
2
2020-01-27T16:22:47.000Z
2021-12-23T20:01:12.000Z
provisioning/roles/geerlingguy.php-versions/tasks/setup-Debian.yml
joel-travieso/drupal-vm
6ce8f3ff31fffea9ebd465f6b49562d71c1a953e
[ "MIT" ]
7
2019-08-07T19:06:58.000Z
2020-08-14T14:38:10.000Z
provisioning/roles/geerlingguy.php-versions/tasks/setup-Debian.yml
joel-travieso/drupal-vm
6ce8f3ff31fffea9ebd465f6b49562d71c1a953e
[ "MIT" ]
10
2015-10-10T14:45:30.000Z
2018-07-04T22:56:00.000Z
--- - name: Set the correct opcache filename (Ubuntu/Debian). set_fact: php_opcache_conf_filename: "10-opcache.ini" - name: Add repository for PHP versions (Ubuntu). apt_repository: repo='ppa:ondrej/php' when: ansible_distribution == "Ubuntu" # Debian-specific tasks. - name: Add dependencies for PHP versions (Debian). apt: name: - apt-transport-https - ca-certificates state: present when: ansible_distribution == "Debian" - name: Add Ondrej Sury's apt key (Debian). apt_key: url: https://packages.sury.org/php/apt.gpg state: present when: ansible_distribution == "Debian" - name: Add Ondrej Sury's repo (Debian). apt_repository: repo: "deb https://packages.sury.org/php/ {{ ansible_distribution_release }} main" state: present register: php_ondrej_debian_repo when: ansible_distribution == "Debian" - name: Update apt caches after repo is added (Debian). apt: update_cache=true when: - php_ondrej_debian_repo.changed - ansible_distribution == "Debian" tags: ['skip_ansible_lint'] - name: Purge PHP version packages (besides the currently chosen php_version). apt: name: "{{ php_versions_debian | reject('search', 'php' ~ php_version) | list }}" state: absent purge: true force: true register: php_version_purge - name: Also purge php-common package if any versions were just purged. apt: name: php-common state: absent purge: true force: true when: php_version_purge.changed | bool
27.888889
86
0.701859
dd32c604de160115131e1e85df53854332f39efa
539
yml
YAML
1.4.1/src/Feature/DataExchange.News/serialization/DEF.Tenant.RESTful.News/Data Exchange Tenant for News API/Tenant Settings/RESTful/Parameters/Sources.yml
waughn/data-exchange-restful-provider
32dc33d74feffac4949b3f538a1eaea7afc80fc3
[ "MIT" ]
6
2017-12-27T21:40:54.000Z
2021-06-14T14:47:57.000Z
1.4.1/src/Feature/DataExchange.News/serialization/DEF.Tenant.RESTful.News/Data Exchange Tenant for News API/Tenant Settings/RESTful/Parameters/Sources.yml
waughn/data-exchange-restful-provider
32dc33d74feffac4949b3f538a1eaea7afc80fc3
[ "MIT" ]
2
2017-12-30T17:11:46.000Z
2020-12-12T03:31:47.000Z
1.4.1/src/Feature/DataExchange.News/serialization/DEF.Tenant.RESTful.News/Data Exchange Tenant for News API/Tenant Settings/RESTful/Parameters/Sources.yml
waughn/data-exchange-restful-provider
32dc33d74feffac4949b3f538a1eaea7afc80fc3
[ "MIT" ]
4
2019-05-14T12:29:12.000Z
2021-04-12T04:38:49.000Z
--- ID: "f01f5cff-1e6b-4d5a-8591-c0c4014d70eb" Parent: "91ad3f9a-5187-4ea0-a90d-8bf77b9ecba9" Template: "0a115ece-ebce-407b-b0ed-9b0d017ebb5c" Path: /sitecore/system/Data Exchange/Data Exchange Tenant for News API/Tenant Settings/RESTful/Parameters/Sources DB: master SharedFields: - ID: "ca5dcd55-e1ed-4406-abbd-1892a2b70afc" Hint: Parameter Token Value: "{sources}" Languages: - Language: en Versions: - Version: 1 Fields: - ID: "25bed78c-4957-4165-998a-ca1b52f67497" Hint: __Created Value: 20171124T081629Z
28.368421
113
0.74397
8aecef44fe2b870019967fbe7dec079d4289692c
190
yaml
YAML
oro-flex/phpunit-bundle/4.2/config/packages/test/oro_phpunit.yaml
oro-flex/recipes
8bd2782777cf16122a51a7a8902812f78589d533
[ "MIT" ]
null
null
null
oro-flex/phpunit-bundle/4.2/config/packages/test/oro_phpunit.yaml
oro-flex/recipes
8bd2782777cf16122a51a7a8902812f78589d533
[ "MIT" ]
null
null
null
oro-flex/phpunit-bundle/4.2/config/packages/test/oro_phpunit.yaml
oro-flex/recipes
8bd2782777cf16122a51a7a8902812f78589d533
[ "MIT" ]
null
null
null
# @see \Oro\Component\Testing\Doctrine\PersistentConnection::getConnectionId doctrine: dbal: connections: default: options: { ConnectionId: default }
27.142857
76
0.636842
823d0068972ea2552e8b4fdfd117baea28aae983
9,325
yml
YAML
hugo/data/index.yml
MOTSS-Forum/off-wechat
5086b9c8b17fcf512ff436d5457358ec82c79dea
[ "Unlicense" ]
null
null
null
hugo/data/index.yml
MOTSS-Forum/off-wechat
5086b9c8b17fcf512ff436d5457358ec82c79dea
[ "Unlicense" ]
null
null
null
hugo/data/index.yml
MOTSS-Forum/off-wechat
5086b9c8b17fcf512ff436d5457358ec82c79dea
[ "Unlicense" ]
null
null
null
site_title: Archive items: - owner: '酷儿论坛' author: '多元×健康×平等=' title: '打破沉默,继续前行 | 517酷儿论坛特别企划' description: '骄傲满身,勇气十足,彩虹一生。' date: '2020-05-17' path: 'AtRS8wdHw8.html' - owner: '' author: '' title: '' description: '' date: '' path: 'i4x_f44YJh.html' - owner: '酷儿论坛' author: '多元×健康×平等=' title: '社群声援 | 跨性别平等就业权第一案开庭' description: '跨性别平等就业权第一案开庭,论坛小伙伴带来亲历分享!' date: '2019-12-13' path: '~5BQCEJbZK.html' - owner: '酷儿论坛' author: '多元×健康×平等=' title: '新年趴第一弹' description: '我宣布,2019 年酷儿论坛新年趴来了!' date: '2019-12-01' path: '1AIukRYi2k.html' - owner: '酷儿论坛' author: '奥利弗' title: '“改变”,从现在开始 — #同性婚姻法典化# 城西彩虹信箱' description: '让我们一同改变婚姻法!' date: '2019-11-22' path: 'uTnoZq1Xto.html' - owner: '酷儿论坛' author: '酷儿论坛' title: '大学生性教育与性骚扰现状调研' description: '[转发] 本研究旨在匿名调研高校学生的性教育现状,以及您在性骚扰方面的态度与认知。' date: '2019-11-22' path: 'blIHc9SnuB.html' - owner: '酷儿论坛' author: '多元×健康×平等=' title: '冒刺影院 | 《丹麦女孩》' description: '根据世界上首位变性人士生平改编的《丹麦女孩》讲述了一段跨越性别和性向的爱情,一位最早接受性别重置手术的丹麦画家与妻子的传奇故事。' date: '2019-11-20' path: 'b4ooSR8YHx.html' - owner: '酷儿论坛' author: '多元×健康×平等=' title: '自由选择性别的社会是什么样?|MOTSS 读书分享会 No.6' description: '《黑暗的左手》读书会本周日将再次在线上举办一次~\x0a欢迎感兴趣但错过的同学们来参加~' date: '2019-11-15' path: 'XcAqUNq43k.html' - owner: '酷儿论坛' author: 'C2H4' title: '下沙午餐会 | 酷儿是如何成为酷儿的' description: '一次非正式非严肃活动,既然大家都要吃午饭,就顺便一起聊聊天吧~' date: '2019-11-11' path: 'cQ1137F2uT.html' - owner: '酷儿论坛' author: '' title: 'PrEP | HIV 还能这么防' description: 'We are on PrEP.' date: '2019-11-09' path: 'Cq~aA0wPlb.html' - owner: '酷儿论坛' author: '多元×健康×平等&nbsp;=' title: '酷儿论坛志愿者招新持续进行中!' description: '酷儿论坛志愿者招新持续进行中!截止日期 10.16!' date: '2019-10-10' path: 'bf~29A9CqJ.html' - owner: '酷儿论坛' author: '酷儿瓜瓜' title: '结果发布:杭州高校性少数学生生存状况调查' description: '历时一年,酷儿论坛的好伙伴阿园和 ta 的研究团队终终终于完成了 ta 们的调查!和瓜瓜一起来看看 ta 们都有什么有趣的发现吧!' date: '2019-10-07' path: 'A8dGZPQYXd.html' - owner: '酷儿论坛' author: '酷儿论坛翻译组' title: '同声传译 | 既往不咎?“向同性恋道歉”中的历史(下)——克利佩特的历史与故事' description: '既往不咎?“向同性恋道歉”中的同性恋民族主义、霸权主义与历史(四)' date: '2019-10-05' path: 'gQqHnT4IEO.html' - owner: '酷儿论坛' author: '多元×健康×平等&nbsp;=' title: '冒刺影院 | 先锋女性作家们的爱情传记:薇塔和弗吉尼亚' description: '弗吉尼亚·伍尔夫(Virginia Woolf)是世界上最著名的作家之一,是文学现代主义和女权主义的先驱。' date: '2019-10-02' path: 'yBUoTMEj3m.html' - owner: '酷儿论坛' author: '多元×健康×平等&nbsp;=' title: '酷儿论坛2019年上半年发展简报' description: '酷儿论坛2019年上半年发展简报' date: '2019-10-01' path: 'dcsbf8i7zt.html' - owner: '酷儿论坛' author: '' title: '酷儿论坛 2019 秋季志愿者纳新全面启动' description: '点击加入酷儿!' date: '2019-09-26' path: 'gtwiEe6dGz.html' - owner: '酷儿论坛' author: '酷儿论坛翻译组' title: '同声传译 | 既往不咎?“向同性恋道歉”中的历史(上)——被抹除的历史' description: '既往不咎?“向同性恋道歉”中的同性恋民族主义、霸权主义与历史(三)' date: '2019-09-24' path: 'oNGMwvnSba.html' - owner: '酷儿论坛' author: '酷儿论坛翻译组' title: '同声传译 | 既往不咎?“向同性恋道歉”中的霸权主义' description: '既往不咎?“向同性恋道歉”中的同性恋民族主义、霸权主义与历史(二)' date: '2019-09-22' path: 'Fne2RXKVu3.html' - owner: '酷儿论坛' author: '多元×健康×平等=' title: '自由选择性别的社会是什么样?|读书分享会 No.5' description: '自由选择性别的社会是什么样?' date: '2019-09-18' path: 'H6eQalN_jz.html' - owner: '酷儿论坛' author: '酷儿论坛翻译组' title: '同声传译 | 既往不咎?“向同性恋道歉”中的同性恋民族主义' description: '既往不咎?“向同性恋道歉”中的同性恋民族主义、霸权主义与历史(一)' date: '2019-09-17' path: 'YI5yT0p0jf.html' - owner: '酷儿论坛' author: '多元×健康×平等=' title: '访员招募 | 杭州高校大学生性健康相关行为和知识调查' description: '本次调查的目的旨在了解杭州高校大学生对于HIV/AIDS和性传播疾病的知识,以及性健康方面的行为和习惯,为相关部门的艾滋病防治提供数据参考。' date: '2019-08-26' path: 'ARCaMCc38x.html' - owner: '酷儿论坛' author: '多元×健康×平等=' title: '《黑箱》,光与改变' description: '7月17日,《黑箱》的作者,日本#Metoo的代表人物之一,伊藤诗织来到了杭州。' date: '2019-08-12' path: 'C91s7N9LgU.html' - owner: '酷儿论坛' author: '多元×健康×平等=' title: '冒刺影院 | 《爱你,西蒙》' description: '本周电影:《爱你,西蒙》剧情简介每个人都值得拥有一个伟大的爱情故事。' date: '2019-07-25' path: '6qMHM6B9jI.html' - owner: '酷儿论坛' author: '多元×健康×平等=' title: '酷儿论坛POPI提问箱丨第一期精选Q&amp;A' description: '过去的一周我们收到了许多非常有意义的提问~在这里整理了一些具有普适性的QNA和大家分享。' date: '2020-05-19' path: '6A6t8x_0Oe.html' - owner: '酷儿论坛' author: '' title: '517 | 在杭州遇见彩虹' description: '5/17国际不再恐同恐跨日,杭州线下活动推荐。' date: '2020-05-16' path: '9bTtMtg~42.html' - owner: '酷儿论坛' author: '多元×健康×平等=' title: '见怪不怪,重新出柜 茶话会 | 517特别活动日' description: '见怪不怪,重新出柜。' date: '2020-05-15' path: 'mzgFK0_Ocv.html' - owner: '酷儿论坛' author: '多元×健康×平等=' title: '永不消失的彩虹 手工坊 | 517特别活动日' description: '带上骄傲,编织彩虹。' date: '2020-05-15' path: '0dvLp6J32P.html' - owner: '酷儿论坛' author: '多元×健康×平等=' title: '冒刺桌游 No.159 | 517特别活动日' description: '开怀大笑,分享骄傲。' date: '2020-05-15' path: 'DB6lIZWxx7.html' - owner: '酷儿论坛' author: '多元×健康×平等=' title: 'Nanette 观影会 | 517特别活动日' description: 'Hannah Gadsby: Nanette' date: '2020-05-15' path: '7SZZwKtxf3.html' - owner: '酷儿论坛' author: '多元×健康×平等=' title: 'Podcast#0 | 烧女图:神话、篝火、历史地表下的女性经验' description: '瓜瓜播客第0期开播啦~' date: '2020-05-12' path: '1BI5p_i4kv.html' - owner: '酷儿论坛' author: '多元×健康×平等=' title: '酷儿论坛POPI提问箱开业啦' description: '快来向瓜瓜提问吧~' date: '2020-05-10' path: 'RRKRlHEFER.html' - owner: '酷儿论坛' author: '多元×健康×平等=' title: '暮春踏青 | 酷儿自然课' description: '抓住春天的尾巴,一起踏青。' date: '2020-05-08' path: 'lL_psCSjRp.html' - owner: '酷儿论坛' author: '酷儿论坛翻译组' title: '同声传译 | 游走在手术刀的边缘——《女性的面孔》书评翻译' description: '就像在手术刀的边缘上行走一样。Plemons的作品灵巧地在这一边缘位置游走,深刻地解释了FFS背后的多种逻辑。他的书对性别研究界和医学界都是一个重要的补充。' date: '2020-03-29' path: 'QWDiW8UrAa.html' - owner: '酷儿论坛' author: '' title: '来谈谈面部女性化手术 | MOTSS 线上读书讨论会 x 跨性别现身日特别期' description: 'The Look of a Woman:Facial Feminization Surgery and the Aims of Trans- Medicine' date: '2020-03-26' path: '~Gl1Kvk5kG.html' - owner: '酷儿论坛' author: '' title: 'Transamerica | MOTSS 线上观影会 x 跨性别现身日特别期' description: '现身日,一起穿越美国。' date: '2020-03-26' path: 'JduI1Ofs7e.html' - owner: '酷儿论坛' author: '' title: '回顾 | 阴道,我说出来了' description: '听听小伙伴怎么说。' date: '2020-03-24' path: 'j4Ms5BvmGa.html' - owner: '酷儿论坛' author: '酷儿论坛翻译组' title: '同声传译 | “同性恋基因科学”的科学性·续篇' description: '在第二部分中,Lockhart 将会对 Ganna 等人的研究方法、测量标准以及理论基础提出质疑,敬请关注后续推送!' date: '2020-03-21' path: 'OmYIWJyPdc.html' - owner: '酷儿论坛' author: '酷儿论坛翻译组' title: '同声传译 | “同性恋基因科学”的科学性' description: '2019年夏末,一篇名为《研究了48万人之后,他们发现“同性恋基因并不存在”》的推文引爆了瓜瓜的朋友圈,简直堪称9月最火爆论文之一。' date: '2020-03-21' path: 'jcZiqGc2FN.html' - owner: '酷儿论坛' author: '' title: '共创改变 | 酷儿论坛2020年春季定向招新' description: '加入我们,参与改变!' date: '2020-03-16' path: '50T7ahA1PN.html' - owner: '酷儿论坛' author: '' title: '观众招募 | 让我听到你' description: '我们也想要说出“阴道”,我们可以有我们的“阴道说”。' date: '2020-03-08' path: 'nlI0nOqhdj.html' - owner: '酷儿论坛' author: '' title: '敬 所有的妳' description: '妇女节将至,献给勇敢的妳。\x0a愿妳充满她们为我们呐喊的勇气。' date: '2020-03-07' path: '4BznNtKLBa.html' - owner: '酷儿论坛' author: '' title: '寻找国家中的妇女 | MOTSS线上读书讨论会 NO.4' description: '这是一部社会主义国家女权主义者的奋斗史。' date: '2020-02-14' path: 'ZT9eWqd1EH.html' - owner: '酷儿论坛' author: '' title: '如何理解同志行动的内部分歧?|MOTSS 线上读书讨论会 No.3' description: '因疫情而被困在家里的朋友们,不如趁此机会来阅读和交流叭!' date: '2020-01-29' path: '2~93SlvqjF.html' - owner: '酷儿论坛' author: '多元×健康×平等' title: '鼠年快乐~' description: '本文为酷儿论坛新任站长阿欣于2019年12月28日在2020新年筹款派对上的致辞。祝大家幸福平安,鼠年快乐​!' date: '2020-01-24' path: 'Rk7UgU_Es~.html' - owner: '酷儿论坛' author: '多元×健康平等' title: '新年趴总结~' description: '新年趴体回顾~ (另外,大家一定做好防护措施啊,病毒肆虐,平安是福!)' date: '2020-01-23' path: 'ja7dR6UBqE.html' - owner: '酷儿论坛' author: '酷儿论坛翻译组' title: '同声传译 | 性别的多层模型—非二元性别的生物学基础' description: '为什么性别不是二元的?复杂性不只是文化上的,也是生物学上的。' date: '2020-01-11' path: 'y93cF5vM_9.html' - owner: '酷儿论坛' author: '多元×健康×平等=' title: '瓜瓜茶话会 | 同性婚姻平权讨论中的分裂与共谋' description: '同性恋婚姻合法化的下一步,是否是实现代孕合法化?最近,微博上部分女权主义者和拉拉博主就这一问题展开了广泛而激烈的讨论。' date: '2019-12-30' path: '7_5TFDi87W.html' - owner: '酷儿论坛' author: '多元×健康×平等=' title: '同声传译 | 同志失马,焉知非福—《异议的红利》书评节译' description: '翻译组为有意愿参与读书会的伙伴们节译了一篇书评。在本次节译的书评中,来自弗罗里达大学的作者Broad为读者凝练了《异议的红利》一书的核心观点、章节架构与读者兴趣。' date: '2019-12-28' path: 'aNtJj7RI_j.html' - owner: '' author: '' title: '酷儿论坛祝你新年快乐!感谢有你!就在今晚(28号),瓜瓜诚邀你参加酷儿论坛年终筹款派对。今夜,让我们一起在彩虹的光芒下欢庆属于酷儿的2020吧!扫描二维码报名新年趴!' description: '酷儿论坛祝你新年快乐!感谢有你!就在今晚(28号),瓜瓜诚邀你参加酷儿论坛年终筹款派对。今夜,让我们一起在彩虹的光芒下欢庆属于酷儿的2020吧!扫描二维码报名新年趴!' date: '' path: 'EysNymF8OT.html' - owner: '酷儿论坛' author: '酷儿瓜瓜' title: '如何理解同志行动的内部分歧?|MOTSS 读书分享会 No.7' description: '作者Amin Ghaziani是加拿大英属哥伦比亚大学社会学系的教授,在美国西北大学取得博士学位。除了本研究以外,他还做过美国同志社区(gayborhood)的民族志。他对文化社会学、城市空间研究也有涉猎。' date: '2019-12-25' path: 'CNFsyiUzkm.html' - owner: '酷儿论坛' author: '酷儿瓜瓜' title: '新年趴 | 快来与瓜瓜一起迎接2020' description: '新年趴第二弹,快来与瓜瓜一起迎接 2020!' date: '2019-12-21' path: 'fHW1F~QvF8.html' - owner: '酷儿论坛' author: '多元x健康x平等=' title: '《公开》:我们都讨论了些什么' description: '11月3日晚上,我们欢聚在杭州同志中心,一起讨论了《公开》这本书。' date: '2018-11-11' path: 'RPjFoHE4Gy.html' - owner: '酷儿论坛' author: '酷儿论坛' title: '新生同志问题指南 | Queer As Freshman' description: '欢迎各位新生,尤其是作为性少数的你。' date: '2018-09-22' path: 'PEWWHW_HyY.html' - owner: '酷儿论坛' author: '多元×健康×平等&nbsp;=' title: '冒刺影院 | 先锋女性作家们的爱情传记:薇塔和弗吉尼亚' description: '弗吉尼亚·伍尔夫(Virginia Woolf)是世界上最著名的作家之一,是文学现代主义和女权主义的先驱。' date: '2019-10-02' path: 'ZRr5BPVawi.html' - owner: '酷儿论坛' author: '你们的镇镇' title: '新闻线索 | 上诉!杭州跨性别马女士案二审即将开庭' description: '完成性别重置手术后突遭公司辞退,跨性别者小马于去年8月提起国内首例跨性别平等就业权诉讼,请求被告公开道歉并支' date: '2020-05-25' path: 'QGoBv1c~6w.html'
28.003003
120
0.677319
8a5308743813ef83d7e43c7de200e094676741af
3,520
yaml
YAML
kubernetes/cray-dns-powerdns/values.yaml
Cray-HPE/cray-dns-powerdns
fd38cdc341e0638051c731b4371071ec8be418c8
[ "MIT" ]
null
null
null
kubernetes/cray-dns-powerdns/values.yaml
Cray-HPE/cray-dns-powerdns
fd38cdc341e0638051c731b4371071ec8be418c8
[ "MIT" ]
1
2021-11-24T00:37:21.000Z
2021-11-24T00:37:21.000Z
kubernetes/cray-dns-powerdns/values.yaml
Cray-HPE/cray-dns-powerdns
fd38cdc341e0638051c731b4371071ec8be418c8
[ "MIT" ]
null
null
null
# Please refer to https://stash.us.cray.com/projects/CLOUD/repos/cray-charts/browse/stable/cray-service/values.yaml?at=refs%2Fheads%2Fmaster # for more info on values you can set/override # Note that cray-service.containers[*].image and cray-service.initContainers[*].image map values are one of the only structures that # differ from the standard kubernetes container spec: # image: # repository: "" # tag: "" (default = "latest") # pullPolicy: "" (default = "IfNotPresent") cray-service: type: Deployment nameOverride: cray-dns-powerdns fullnameOverride: cray-dns-powerdns podAnnotations: traffic.sidecar.istio.io/excludeOutboundPorts: "5053" priorityClassName: csm-high-priority-service containers: cray-dns-powerdns: name: cray-dns-powerdns securityContext: runAsUser: 100 runAsGroup: 101 runAsNonRoot: true image: repository: artifactory.algol60.net/csm-docker/stable/cray-dns-powerdns pullPolicy: IfNotPresent command: - sh - -c - /bin/powerdns env: - name: AUTOCONF value: postgres - name: PGSQL_HOST value: cray-dns-powerdns-postgres - name: PGSQL_PORT value: "5432" - name: PGSQL_USER valueFrom: secretKeyRef: name: pdnsuser.cray-dns-powerdns-postgres.credentials key: username - name: PGSQL_PASS valueFrom: secretKeyRef: name: pdnsuser.cray-dns-powerdns-postgres.credentials key: password - name: PGSQL_DB value: pdns - name: PGSQL_DNSSEC value: "yes" - name: API_KEY valueFrom: secretKeyRef: name: cray-powerdns-credentials key: pdns_api_key ports: - name: pdns-server-udp containerPort: 50533 protocol: UDP - name: pdns-server-tcp containerPort: 50533 protocol: TCP - name: pdns-api-tcp containerPort: 8081 protocol: TCP livenessProbe: tcpSocket: port: 5053 initialDelaySeconds: 5 periodSeconds: 3 readinessProbe: tcpSocket: port: 5053 initialDelaySeconds: 5 periodSeconds: 3 volumeMounts: - name: pdns-config mountPath: /etc/pdns/pdns.conf subPath: pdns.conf readOnly: true - name: pdns-config mountPath: /etc/pdns/conf.d/00-api.conf subPath: 00-api.conf readOnly: true - name: pdns-config mountPath: /etc/pdns/conf.d/02-zone_transfer.conf subPath: 02-zone_transfer.conf readOnly: true sqlCluster: enabled: true users: pdnsuser: [] databases: pdns: pdnsuser volumeSize: 10Gi service: # service definitions for this chart defined manually enabled: false volumes: - name: pdns-config configMap: name: cray-dns-powerdns service: nmn: type: LoadBalancer loadBalancerIP: 10.92.100.85 network: node-management externalTrafficPolicy: Cluster hmn: type: LoadBalancer loadBalancerIP: 10.94.100.85 network: hardware-management externalTrafficPolicy: Cluster cmn: type: LoadBalancer network: customer-management-static externalTrafficPolicy: Cluster global: chart: name: cray-dns-powerdns version: 0.2.5 appVersion: 0.2.5
28.617886
140
0.613636
7e3b1b5edd04528580ded4877a892f88e62fe68f
1,327
yaml
YAML
src/content/research/projects/nc-pfas.yaml
RENCI/renci-website
619bafc2686b70b248d77322db267b771316e48a
[ "MIT" ]
null
null
null
src/content/research/projects/nc-pfas.yaml
RENCI/renci-website
619bafc2686b70b248d77322db267b771316e48a
[ "MIT" ]
36
2021-04-20T13:13:22.000Z
2022-03-16T04:10:20.000Z
src/content/research/projects/nc-pfas.yaml
RENCI/renci-website
619bafc2686b70b248d77322db267b771316e48a
[ "MIT" ]
3
2020-12-18T19:09:50.000Z
2021-03-18T17:54:11.000Z
id: nc-pfas name: NC PFAS Testing Network Data Science Team description: > RENCI co-leads the data science team for the North Carolina Per and Polyfluoroalkyl Substances Testing (PFAST) Network. The NC PFAST Network is an effort to establish a baseline assessment of PFOA contamination of public drinking water supplies in North Carolina, to better understand the environmental and health effects of these contaminants, and to evaluate PFOA remediation technologies. The data science team is charged with developing the means to manage and make publicly available project data. featuredImage: nc-pfas.jpg renciRole: !markdown | Per and polyfluoroalkyl (PFOAs) substances are chemicals with applications such as the production of non-stick surfaces and fire suppression foams. After these chemicals were found in North Carolina’s Cape Fear River, the NC General Assembly allocated funds to create a research network focused on identifying PFAS in air and water across the state, understanding its potential health impacts, and informing remediation and risk communication. RENCI co-leads the project’s data science team. members: - id: chris-lenhardt role: Co-Lead - id: james-mcmanus - id: patrick-patton - id: lisa-stillwell role: Co-Lead partners: - ncsu-geospatial funding: - nc-general-assembly
63.190476
504
0.797287
85d37a3e58ba4afc915899a722fa31c892df458a
123
yml
YAML
20051219/193967.fec.yml
Moham22/federal-election-commission-aggregation-2005
6a02eaa5799b7df758dd385d6bdd593f3395085a
[ "Unlicense" ]
null
null
null
20051219/193967.fec.yml
Moham22/federal-election-commission-aggregation-2005
6a02eaa5799b7df758dd385d6bdd593f3395085a
[ "Unlicense" ]
null
null
null
20051219/193967.fec.yml
Moham22/federal-election-commission-aggregation-2005
6a02eaa5799b7df758dd385d6bdd593f3395085a
[ "Unlicense" ]
1
2021-02-13T12:16:42.000Z
2021-02-13T12:16:42.000Z
chunks: 2 countraw: 3228 countrows: 3226 filename: 193967.fec header: {} sourceurl: !!python/unicode 20051219 type: header
15.375
36
0.772358
cc39807acde9679399b888f9cc303265f69e1455
2,889
yml
YAML
venv/lib/python3.6/site-packages/ansible_collections/community/hashi_vault/tests/integration/targets/auth_token/tasks/token_test_target.yml
usegalaxy-no/usegalaxy
75dad095769fe918eb39677f2c887e681a747f3a
[ "MIT" ]
1
2020-01-22T13:11:23.000Z
2020-01-22T13:11:23.000Z
venv/lib/python3.6/site-packages/ansible_collections/community/hashi_vault/tests/integration/targets/auth_token/tasks/token_test_target.yml
usegalaxy-no/usegalaxy
75dad095769fe918eb39677f2c887e681a747f3a
[ "MIT" ]
12
2020-02-21T07:24:52.000Z
2020-04-14T09:54:32.000Z
venv/lib/python3.6/site-packages/ansible_collections/community/hashi_vault/tests/integration/targets/auth_token/tasks/token_test_target.yml
usegalaxy-no/usegalaxy
75dad095769fe918eb39677f2c887e681a747f3a
[ "MIT" ]
null
null
null
- name: Test token with no default policy (missing lookup-self) vars: user_token: '{{ user_token_no_default_policy_cmd.result.auth.client_token }}' secret: "{{ vault_kv2_path ~ '/secret1' }}" expected_secret_value: foo1 module_defaults: vault_test_auth: url: '{{ ansible_hashi_vault_url }}' token: '{{ user_token }}' block: - name: Authenticate with a 'no default policy' token (failure expected) register: response vault_test_auth: want_exception: true - assert: that: - response.inner is failed - response.msg is search('Invalid Vault Token') - name: Authenticate with 'no default policy' token - with no validation register: response vault_test_auth: token_validate: false - assert: that: response.login.auth.client_token == user_token # if we could lookup-self, we'd be able to inspect the policies on this token, # but since we can't, let's use the token to retrieve a secret we expect it to have access to. # TODO: consider that we can use the root token we have access to in CI to lookup this token. - name: Check that the token is usable vault_ci_read: url: '{{ ansible_hashi_vault_url }}' token: '{{ response.login.auth.client_token }}' path: '{{ secret }}' register: secret_data - assert: that: secret_data.result.data.data.value == expected_secret_value - name: Authenticate with an invalid token - with no validation register: response vault_test_auth: token: fake token_validate: false - assert: that: response.login.auth.client_token == 'fake' - name: Try to use the invalid token vault_ci_read: url: '{{ ansible_hashi_vault_url }}' token: '{{ response.login.auth.client_token }}' path: '{{ secret }}' register: secret_data ignore_errors: yes - assert: that: - secret_data is failed - secret_data.msg is search('permission denied') - name: Normal token tests vars: user_token: '{{ user_token_cmd.result.auth.client_token }}' expected_policy: test-policy module_defaults: vault_test_auth: url: '{{ ansible_hashi_vault_url }}' block: - name: Authenticate with a token register: response vault_test_auth: token: '{{ user_token }}' - assert: that: - response.login.auth.client_token == user_token - expected_policy in response.login.data.policies - expected_policy in response.login.auth.policies - name: Authenticate with an invalid token register: response vault_test_auth: token: fake want_exception: true - assert: that: - response.inner is failed - response.msg is search('Invalid Vault Token')
31.064516
98
0.639668
6d036bf83ee1e704bb518c0a1d362fb3f78653f6
150
yaml
YAML
resources/application-connector/charts/central-application-gateway/profile-evaluation.yaml
mmitoraj/kyma
10ae3a8acf7d57a329efa605890d11f9a9b40991
[ "Apache-2.0" ]
1,351
2018-07-04T06:14:20.000Z
2022-03-31T16:28:47.000Z
resources/application-connector/charts/central-application-gateway/profile-evaluation.yaml
mmitoraj/kyma
10ae3a8acf7d57a329efa605890d11f9a9b40991
[ "Apache-2.0" ]
11,211
2018-07-24T22:47:33.000Z
2022-03-31T19:29:15.000Z
resources/application-connector/charts/central-application-gateway/profile-evaluation.yaml
mmitoraj/kyma
10ae3a8acf7d57a329efa605890d11f9a9b40991
[ "Apache-2.0" ]
481
2018-07-24T14:13:41.000Z
2022-03-31T15:55:46.000Z
deployment: resources: limits: cpu: 100m memory: 128Mi requests: cpu: 50m memory: 64Mi autoscaling: enable: false
13.636364
19
0.593333
454bebd8482f8ed388683fe76dce9961a6ade98f
262
yml
YAML
_data/menus.yml
casiopa/casiopa.github.io
d61ec18333a5318f76ef18d9bac1fa0fc20520a9
[ "MIT" ]
null
null
null
_data/menus.yml
casiopa/casiopa.github.io
d61ec18333a5318f76ef18d9bac1fa0fc20520a9
[ "MIT" ]
null
null
null
_data/menus.yml
casiopa/casiopa.github.io
d61ec18333a5318f76ef18d9bac1fa0fc20520a9
[ "MIT" ]
null
null
null
# Top Menu topmenu: - title: Portfolio url: "" - title: Categories url: "categories/" - title: About me url: "about/" # Footer Menu footermenu: - title: Portfolio url: "" - title: Categories url: "categories/" - title: About me url: "about/"
10.48
20
0.625954
bd92282cae86a8025899f39afac67d3b9e533c17
1,359
yaml
YAML
deploy/charts/openebs-monitoring/rules/cStor/cstor-pool-rules.yaml
mayadata-io/monitoring
ec6eaceeea6116727ddcfe0de94fcbd6fb25b80d
[ "Apache-2.0" ]
null
null
null
deploy/charts/openebs-monitoring/rules/cStor/cstor-pool-rules.yaml
mayadata-io/monitoring
ec6eaceeea6116727ddcfe0de94fcbd6fb25b80d
[ "Apache-2.0" ]
null
null
null
deploy/charts/openebs-monitoring/rules/cStor/cstor-pool-rules.yaml
mayadata-io/monitoring
ec6eaceeea6116727ddcfe0de94fcbd6fb25b80d
[ "Apache-2.0" ]
null
null
null
groups: - name: openebs-cStor-pool rules: - alert: PoolCapacityLow annotations: componentType: "pool" cstorPool: "{{ $labels.cstor_pool }}" storageClassClaim: "{{ $labels.storage_pool_claim }}" description: |- OpenEBS Pool {{ $labels.cstor_pool }} use more than 80% of his capacity summary: 'cStor pool ''{{$labels.cstor_pool}}'' created for pool claim ''{{$labels.storage_pool_claim}}'' has {{ with printf "openebs_free_pool_capacity{cstor_pool=''%s'',instance=''%s'',job=''%s'',kubernetes_pod_name=''%s'',slave=''%s'',storage_pool_claim=''%s''}/(1024*1024*1024)" $labels.cstor_pool $labels.instance $labels.job $labels.kubernetes_pod_name $labels.slave $labels.storage_pool_claim | query }} {{ . | first | value }} {{ end }}GB space remaining out of {{ with printf "openebs_pool_size{cstor_pool=''%s'',instance=''%s'',job=''%s'',kubernetes_pod_name=''%s'',slave=''%s'',storage_pool_claim=''%s''}/(1024*1024*1024)" $labels.cstor_pool $labels.instance $labels.job $labels.kubernetes_pod_name $labels.slave $labels.storage_pool_claim | query }} {{ . | first | value }} {{ end }} GB. You have already consumed {{ $value }} percent of total capacity' expr: |- openebs_used_pool_capacity_percent > 80 for: 2m labels: severity: "warning"
79.941176
875
0.650478
7a85a9ae388000dc0d257e72036b76653846c838
61
yaml
YAML
packages/object-selector/test/fixtures/wrong.yaml
noahdietz/repo-automation-bots
d95248461e1b99251194f24c018d25490bdc841e
[ "Apache-2.0" ]
307
2019-07-01T20:54:34.000Z
2022-03-30T05:54:18.000Z
packages/object-selector/test/fixtures/wrong.yaml
codedfiles/repo-automation-bots
097dc924720787f945f4f94dab58c9a9c13998d7
[ "Apache-2.0" ]
1,771
2019-07-17T17:35:14.000Z
2022-03-31T21:26:48.000Z
packages/object-selector/test/fixtures/wrong.yaml
codedfiles/repo-automation-bots
097dc924720787f945f4f94dab58c9a9c13998d7
[ "Apache-2.0" ]
84
2019-07-19T23:21:26.000Z
2022-03-14T22:26:17.000Z
# This should be a list of selectors. ["name", "eq", "test"]
20.333333
37
0.622951
6e05e14a386c60495086310513fc57f7426d958b
336
yml
YAML
template.yml
pashamakhilkumarreddy/aws-codepipeline-demo
5ecd8d50064edc589e3e80ea11b7735215eac757
[ "MIT" ]
null
null
null
template.yml
pashamakhilkumarreddy/aws-codepipeline-demo
5ecd8d50064edc589e3e80ea11b7735215eac757
[ "MIT" ]
null
null
null
template.yml
pashamakhilkumarreddy/aws-codepipeline-demo
5ecd8d50064edc589e3e80ea11b7735215eac757
[ "MIT" ]
null
null
null
AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Description: Output simple sentence. Resources: TimeFunction: Type: AWS::Serverless::Function Runtime: python3.8 CodeUri: ./ Events: MyTimeApi: Type: Api Properties: Path: /test-pipeline Method: GET
22.4
38
0.64881
6e3eb93e64fa6fee775622b102922ca7488fe135
666
yml
YAML
.github/workflows/terraform_fmt.yml
provose/provose
adde8fa1ba46917cb885114badf98e23a372fff0
[ "MIT" ]
23
2020-06-20T19:29:39.000Z
2022-03-14T15:53:32.000Z
.github/workflows/terraform_fmt.yml
provose/provose
adde8fa1ba46917cb885114badf98e23a372fff0
[ "MIT" ]
4
2020-06-23T02:44:59.000Z
2020-11-24T02:49:22.000Z
.github/workflows/terraform_fmt.yml
provose/provose
adde8fa1ba46917cb885114badf98e23a372fff0
[ "MIT" ]
4
2020-06-22T21:05:04.000Z
2021-07-26T22:29:41.000Z
name: "Terraform fmt check" # Triggers the workflow on all pushes on: [push] jobs: terraform_fmt: runs-on: ubuntu-latest steps: # Checkout the repository to the GitHub Actions runner - name: Checkout uses: actions/checkout@v2 # Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token - name: Setup Terraform uses: hashicorp/setup-terraform@v1 with: terraform_version: 0.13.5 # Checks that all Terraform configuration files adhere to a canonical format - name: Terraform Format run: terraform fmt -check -recursive
26.64
139
0.707207
b30a13eb13f224beff27ef4f4ffc427719b23003
1,637
yml
YAML
docker-compose.override.yml
blogsley/blogsley-graphile
cd9bd4025f73a24f7c4f4326ba40648e538ba36d
[ "MIT" ]
1
2022-02-11T19:26:38.000Z
2022-02-11T19:26:38.000Z
docker-compose.override.yml
blogsley/blogsley-graphile
cd9bd4025f73a24f7c4f4326ba40648e538ba36d
[ "MIT" ]
null
null
null
docker-compose.override.yml
blogsley/blogsley-graphile
cd9bd4025f73a24f7c4f4326ba40648e538ba36d
[ "MIT" ]
null
null
null
services: # Django web: depends_on: - s3 env_file: ./config/.dev.env environment: AWS_S3_ENDPOINT_URL: http://${DOCKER_GATEWAY_HOST:-host.docker.internal}:9000 labels: - "traefik.http.routers.web.rule=Host(`graphql.${BLOGSLEY_DOMAIN}`)" # Traffic traefik: ports: - "8888:80" - "8080:8080" # Storage s3: image: bitnami/minio:latest ports: - 9000:9000 - 9001:9001 volumes: - s3:/data env_file: ./config/.dev.env hostname: s3.${BLOGSLEY_DOMAIN} labels: - "traefik.enable=true" - "traefik.http.routers.s3.rule=Host(`s3.${BLOGSLEY_DOMAIN}`)" - "traefik.http.routers.s3.entrypoints=web" # Database Admin dbadmin: image: dpage/pgadmin4:latest depends_on: - db ports: - "4444:80" env_file: ./config/.dev.env hostname: dbadmin.${BLOGSLEY_DOMAIN} labels: - "traefik.enable=true" - "traefik.http.routers.dbadmin.rule=Host(`dbadmin.${BLOGSLEY_DOMAIN}`)" - "traefik.http.routers.dbadmin.entrypoints=web" volumes: - dbadmin:/var/lib/pgadmin4/storage networks: - blogsley # Mail maildev: image: maildev/maildev:latest ports: - "1080:1080" - "1025:1025" env_file: ./config/.dev.env hostname: maildev.${BLOGSLEY_DOMAIN} labels: - "traefik.enable=true" - "traefik.http.routers.maildev.rule=Host(`maildev.${BLOGSLEY_DOMAIN}`)" - "traefik.http.routers.maildev.entrypoints=web" volumes: - maildev:/var/lib/maildev networks: - blogsley volumes: s3: dbadmin: maildev:
21.826667
83
0.612095
75581f02e9f3997f6ac165b3713d31708d5260fd
2,481
yml
YAML
packages/oauth2-client/malagu.yml
wulinsheng123/malagu
630e131c578fe5f7bf7a6350d1060c931d003168
[ "MIT" ]
395
2020-06-07T14:44:45.000Z
2022-03-24T09:59:31.000Z
packages/oauth2-client/malagu.yml
wulinsheng123/malagu
630e131c578fe5f7bf7a6350d1060c931d003168
[ "MIT" ]
61
2020-08-28T02:26:02.000Z
2022-03-11T08:30:23.000Z
packages/oauth2-client/malagu.yml
wulinsheng123/malagu
630e131c578fe5f7bf7a6350d1060c931d003168
[ "MIT" ]
65
2020-06-07T15:54:49.000Z
2022-03-21T03:08:45.000Z
backend: malagu: oauth2: client: clockSkew: 60000 # 60s redirectLoginPath: /login/oauth2/code/* authorizationRequestBaseUri: /oauth2/authorization defaultRedirectUri: ${malagu.server.endpoint}${malagu.server.path}{action}/oauth2/code/{registrationId} registrationTemplates: google: scopes: [ openid, profile, email ] redirectUri: ${malagu.oauth2.client.defaultRedirectUri} authorizationGrantType: authorization_code clientAuthenticationMethod: basic clientName: Google github: scopes: [ read:user ] redirectUri: ${malagu.oauth2.client.defaultRedirectUri} authorizationGrantType: authorization_code clientAuthenticationMethod: basic clientName: GitHub facebook: scopes: [ public_profile, email ] redirectUri: ${malagu.oauth2.client.defaultRedirectUri} authorizationGrantType: authorization_code clientAuthenticationMethod: post clientName: Facebook okta: scopes: [ openid, profile, email ] redirectUri: ${malagu.oauth2.client.defaultRedirectUri} authorizationGrantType: authorization_code clientAuthenticationMethod: basic clientName: Facebook providerTemplates: google: authorizationUri: https://accounts.google.com/o/oauth2/v2/auth tokenUri: https://www.googleapis.com/oauth2/v4/token userInfoEndpoint: uri: https://www.googleapis.com/oauth2/v3/userinfo userNameAttributeName: sub jwkSetUri: https://www.googleapis.com/oauth2/v3/certs issuerUri: https://accounts.google.com github: authorizationUri: https://github.com/login/oauth/authorize tokenUri: https://github.com/login/oauth/access_token userInfoEndpoint: uri: https://api.github.com/user userNameAttributeName: id facebook: authorizationUri: https://www.facebook.com/v2.8/dialog/oauth tokenUri: https://graph.facebook.com/v2.8/oauth/access_token userInfoEndpoint: uri: https://graph.facebook.com/me?fields=id,name,email userNameAttributeName: id okta: userInfoEndpoint: userNameAttributeName: sub
43.526316
111
0.620314
ec5709f5477266410bf7e943cc23a4a7539b2c17
899
yaml
YAML
releasenotes/notes/session-engine-bc6305bfb74a9beb.yaml
stackhpc/horizon
0899f67657e0be62dd9e6be327c63bccb4607dc6
[ "Apache-2.0" ]
930
2015-01-04T08:06:03.000Z
2022-03-13T18:47:13.000Z
releasenotes/notes/session-engine-bc6305bfb74a9beb.yaml
stackhpc/horizon
0899f67657e0be62dd9e6be327c63bccb4607dc6
[ "Apache-2.0" ]
26
2015-02-23T16:37:31.000Z
2020-07-02T08:37:41.000Z
releasenotes/notes/session-engine-bc6305bfb74a9beb.yaml
stackhpc/horizon
0899f67657e0be62dd9e6be327c63bccb4607dc6
[ "Apache-2.0" ]
1,040
2015-01-01T18:48:28.000Z
2022-03-19T08:35:18.000Z
--- upgrade: - | The default value of ``SESSION_ENGINE`` is changed to ``django.contrib.sessions.backends.cache`` so that a cache-based session backend is used. The default cache back-end is set to the memcached backend ``django.core.cache.backends.memcached.MemcachedCache`` from the local-memory backend considering multi-process web server deployments. They are settings which horizon recommends for a long time but we have not use them by default. If your deployment uses the signed-cookies as a session engine, ensure that ``SESSION_ENGINE`` is configured to ``django.contrib.sessions.backends.signed_cookies`` before upgrading horizon to Stein release. If your deployment uses the cached session engine and your cache backend depends on horizon default setting, ensure to ``CACHES`` setting to use the local-memory backend.
39.086957
67
0.740823
a8ba36f5455f2741fef8860d50ba9bfc57f75be8
25,168
yaml
YAML
openapi/FOSSology REST API 1.0.3.yaml
tngraf/FOSSology.REST.dotnet
029f2b5ac0ea97b459ba77bdc333798cce112b61
[ "MIT" ]
5
2019-11-26T00:49:33.000Z
2022-03-12T08:50:57.000Z
openapi/FOSSology REST API 1.0.3.yaml
tngraf/FOSSology.REST.dotnet
029f2b5ac0ea97b459ba77bdc333798cce112b61
[ "MIT" ]
1
2020-06-15T13:51:05.000Z
2020-06-28T07:16:38.000Z
openapi/FOSSology REST API 1.0.3.yaml
tngraf/FOSSology.REST.dotnet
029f2b5ac0ea97b459ba77bdc333798cce112b61
[ "MIT" ]
1
2019-11-24T10:50:51.000Z
2019-11-24T10:50:51.000Z
openapi: 3.0.0 info: title: FOSSology API description: Automate your fossology instance using REST API version: 1.0.3 servers: - url: 'http://localhost/repo/api/v1' description: Localhost instance security: - bearerAuth: [] paths: /auth: get: deprecated: true security: [] summary: 'Get a login session registered (deprecated, use /tokens)' description: | Get a login session registered using the username and password parameters: - name: username required: true description: Username of the login user in: query schema: type: string - name: password required: true description: Password of the user trying to login in: query schema: type: string responses: '299': description: Resource is deprecated. Use /tokens content: application/json: schema: type: object properties: header: type: string example: header: 'authorization: Basic Zm9zc3k6Zm9zc3k=' '404': description: UserName or password incorrect content: application/json: schema: $ref: '#/components/schemas/Info' default: $ref: '#/components/responses/defaultResponse' /tokens: post: security: [] summary: Generate a new token description: | Generate a new token to access REST API requestBody: description: Required details for generating new token required: true content: application/json: schema: $ref: '#/components/schemas/TokenRequest' application/x-www-form-urlencoded: schema: $ref: '#/components/schemas/TokenRequest' responses: '201': description: Token generated content: application/json: schema: type: object properties: header: type: string example: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJsb2NhbGhvc3QiLCJhdWQiOiJsb2NhbGhvc3QiLCJleHAiOjE1NTEyOTIyMDAsIm5iZiI6MTU1MTIwNTgwMCwianRpIjoiTmk0eiIsInNjb3BlIjoicmVhZCJ9.71D6xTD2QE45t9AVCwbrQwSSae5lC4yzKCMpZWXoC2Q '404': description: UserName or password incorrect content: application/json: schema: $ref: '#/components/schemas/Info' default: $ref: '#/components/responses/defaultResponse' '/uploads/{id}': parameters: - name: id required: true description: Id of the upload in: path schema: type: integer get: tags: - Upload - Organize summary: Get single upload by id description: Returns a single upload responses: '200': description: Get upload content: application/json: schema: $ref: '#/components/schemas/Upload' default: $ref: '#/components/responses/defaultResponse' delete: tags: - Upload - Organize summary: Delete upload by id responses: '202': description: Upload will be deleted content: application/json: schema: $ref: '#/components/schemas/Info' default: $ref: '#/components/responses/defaultResponse' patch: tags: - Upload - Organize description: Move upload from one folder to other parameters: - name: folderId description: 'Folder Id, where upload should be moved to' in: header required: true schema: type: integer responses: '202': description: Upload will be moved content: application/json: schema: $ref: '#/components/schemas/Info' default: $ref: '#/components/responses/defaultResponse' put: tags: - Upload - Organize description: Can be used to copy uploads parameters: - name: folderId description: 'Folder Id, where upload should be copied to' in: header required: true schema: type: integer responses: '202': description: Upload will be copied content: application/json: schema: $ref: '#/components/schemas/Info' default: $ref: '#/components/responses/defaultResponse' /uploads: get: tags: - Upload summary: Uploads description: | The uploads endpoint returns all uploads responses: '200': description: An array of uploads content: application/json: schema: type: array items: $ref: '#/components/schemas/Upload' default: $ref: '#/components/responses/defaultResponse' post: tags: - Upload summary: Post new upload to FOSSology description: | Endpoint to create a new upload in FOSSology requestBody: content: multipart/form-data: schema: type: object properties: fileInput: type: string format: binary parameters: - name: folderId description: 'Folder Id, where upload should be created' in: header required: true schema: type: integer - name: uploadDescription description: Visible description of the file in: header required: false schema: type: string - name: public description: The access level to the upload in: header required: false schema: type: string enum: - private - protected - public default: protected responses: '201': description: Upload is created content: application/json: schema: $ref: '#/components/schemas/Info' default: $ref: '#/components/responses/defaultResponse' /search: get: tags: - Search description: Search the FOSSology for a specific file parameters: - name: searchType required: false description: Limit search to in: header schema: type: string enum: - directory - containers - allfiles default: allfiles - name: filename description: 'Filename to find, can contain % as wild-card' required: false in: header schema: type: string - name: tag description: Tag to find required: false in: header schema: type: string - name: filesizemin description: Min filesize in bytes required: false in: header schema: type: integer minimum: 0 - name: filesizemax description: Max filesize in bytes required: false in: header schema: type: integer minimum: 0 - name: license description: License search filter required: false in: header schema: type: string - name: copyright description: Copyright search filter required: false in: header schema: type: string responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/SearchResults' default: $ref: '#/components/responses/defaultResponse' /users: get: tags: - User - Admin description: Get the registered users responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/User' default: $ref: '#/components/responses/defaultResponse' '/users/{id}': parameters: - name: id required: true in: path schema: type: integer get: tags: - User - Admin summary: Get user by id responses: '200': description: User with the given id content: application/json: schema: $ref: '#/components/schemas/User' default: $ref: '#/components/responses/defaultResponse' delete: tags: - User - Admin summary: Delete user by id responses: '202': description: User will be deleted content: application/json: schema: $ref: '#/components/schemas/Info' default: $ref: '#/components/responses/defaultResponse' /jobs: get: tags: - Job summary: Gets all jobs description: Returns all jobs with their status parameters: - name: limit required: false schema: type: integer minimum: 1 in: header - name: page required: false schema: type: integer minimum: 1 in: header - name: upload required: false schema: type: integer in: query description: Return jobs for the given upload id only responses: '200': description: OK headers: X-Total-Pages: description: Total number of pages which can be generated based on limit schema: type: integer content: application/json: schema: type: array items: $ref: '#/components/schemas/Job' default: $ref: '#/components/responses/defaultResponse' post: tags: - Job summary: Schedule an Analysis description: Schedule an Analysis of an existing upload parameters: - name: folderId in: header required: true schema: type: integer - name: uploadId in: header required: true schema: type: integer requestBody: description: Agents to be scheduled with the job required: true content: application/json: schema: $ref: '#/components/schemas/ScanOptions' responses: '201': description: Job Scheduled with job id in message content: application/json: schema: $ref: '#/components/schemas/Info' default: $ref: '#/components/responses/defaultResponse' '/jobs/{id}': parameters: - name: id required: true description: Id of the job in: path schema: type: integer get: tags: - Job summary: Gets single job by id description: Returns job with the status responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Job' default: $ref: '#/components/responses/defaultResponse' /folders: get: tags: - Organize - Folders summary: Get the list of accessible folders responses: '200': description: List of folders content: application/json: schema: type: array items: $ref: '#/components/schemas/Folder' default: $ref: '#/components/responses/defaultResponse' post: tags: - Organize - Folders summary: Create a new folder parameters: - name: parentFolder in: header required: true description: Parent folder for the new folder schema: type: integer - name: folderName in: header required: true description: Name of the new folder schema: type: string - name: folderDescription in: header required: false description: Description of the new folder schema: type: string responses: '200': description: Folder with the same name already exists under the same parent content: application/json: schema: $ref: '#/components/schemas/Info' '201': description: Folder is created with new folder id in message content: application/json: schema: $ref: '#/components/schemas/Info' default: $ref: '#/components/responses/defaultResponse' '/folders/{id}': parameters: - name: id in: path required: true description: ID of the folder schema: type: integer get: tags: - Organize - Folders summary: Get a single folder details responses: '200': description: Details of the required folder content: application/json: schema: $ref: '#/components/schemas/Folder' default: $ref: '#/components/responses/defaultResponse' delete: tags: - Organize - Folders summary: Delete a folder responses: '202': description: Folder scheduled to be deleted content: application/json: schema: $ref: '#/components/schemas/Info' default: $ref: '#/components/responses/defaultResponse' patch: tags: - Organize - Folders parameters: - name: name in: header required: false description: New name of the folder schema: type: string - name: description in: header required: false description: New description of the folder schema: type: string summary: Edit a folder's description responses: '200': description: Folder is updated content: application/json: schema: $ref: '#/components/schemas/Info' default: $ref: '#/components/responses/defaultResponse' put: tags: - Organize - Folders parameters: - name: parent in: header required: true description: New parent folder id schema: type: integer - name: action in: header required: true description: Action to be performed schema: type: string enum: - copy - move summary: Copy/Move a folder responses: '202': description: Folder will be copied/moved content: application/json: schema: $ref: '#/components/schemas/Info' default: $ref: '#/components/responses/defaultResponse' /report: get: tags: - Job - Report summary: Get the reports for a given upload parameters: - name: uploadId in: header required: true description: Id of the upload to generate the report for schema: type: integer - name: reportFormat in: header required: true description: Which report to be genereated schema: type: string enum: - dep5 - spdx2 - spdx2tv - readmeoss - unifiedreport responses: '201': description: Report generation is scheduled. Link to download report will be in message content: application/json: schema: $ref: '#/components/schemas/Info' default: $ref: '#/components/responses/defaultResponse' '/report/{id}': parameters: - name: id in: path required: true description: Id the report to download schema: type: integer get: tags: - Job - Report summary: Download the report responses: '200': description: Required report content: text/plain: schema: type: string format: binary application/zip: schema: type: string format: binary '503': description: Report is not ready yet. Check 'Retry-After' header. headers: Retry-After: description: Retry the request after this many seconds schema: type: integer example: 10 content: application/json: schema: $ref: '#/components/schemas/Info' default: $ref: '#/components/responses/defaultResponse' components: securitySchemes: bearerAuth: type: http scheme: bearer bearerFormat: JWT schemas: SearchResults: type: object properties: upload: $ref: '#/components/schemas/Upload' uploadTreeId: type: integer description: Upload tree ID filename: type: string description: Filename of the treeItem LicenseDecider: type: object properties: nomos_monk: type: boolean description: Scanners matches if all Nomos findings are within the Monk findings. bulk_reused: type: boolean description: Bulk phrases from reused packages. new_scanner: type: boolean description: 'New scanner results, i.e., decisions were marked as work in progress if new scanner finds additional licenses.' ScanOptions: type: object properties: analysis: $ref: '#/components/schemas/Analysis' decider: $ref: '#/components/schemas/LicenseDecider' reuse: $ref: '#/components/schemas/Reuser' Upload: type: object properties: folderid: type: integer description: 'The folder id, where the upload is located' foldername: type: string description: The name of the folder where the upload is located id: type: integer description: Upload id of the upload. description: type: string description: Description of the upload. uploadname: type: string description: Display name of the upload. uploaddate: type: string description: 'Date, when the file was uploaded.' filesize: type: integer description: Filesize in Bytes. Job: type: object properties: id: type: integer description: ID of the job name: type: string description: Name of the job queueDate: type: string description: When the job was queued uploadId: type: integer description: Upload for which the job was scheduled userId: type: integer description: User who scheduled the job groupId: type: integer description: Group under which the job was scheduled eta: type: integer description: ETA of job to finish in seconds status: type: string enum: - Completed - Failed - Queued - Processing description: Denotes the current status of the job in the queue Info: type: object properties: code: type: integer description: HTTP status code example: 200 message: type: string description: Message in the info type: type: string enum: - INFO - ERROR description: Denotes if info was created on error User: type: object properties: id: type: integer description: ID of the user name: type: string description: Unique username description: type: string description: Description of the user email: type: string description: 'Email of the user, needs to be unique and is required' accessLevel: type: string enum: - none - read_only - read_write - admin rootFolderId: type: number format: int description: root folder id of the user emailNotification: type: boolean description: enable email notification when upload scan completes agents: $ref: '#/components/schemas/Analysis' Analysis: type: object properties: bucket: type: boolean description: Should bucket analysis be run on this upload copyright_email_author: type: boolean description: Should Copyright/Email/URL/Author Analysis be run on this upload. ecc: type: boolean description: Should ECC Analysis be run on this upload. keyword: type: boolean description: Should keyword Analysis be run on this upload. mime: type: boolean description: Should MIME Analysis be run on this upload. monk: type: boolean description: Should Monk Analysis be run on this upload. nomos: type: boolean description: Should Nomos Analysis be run on this upload. ojo: type: boolean description: Should OJO Analysis be run on this upload. package: type: boolean description: Should Package Analysis be run on this upload. Reuser: type: object properties: reuse_upload: type: integer description: The UploadID to reuse. reuse_group: type: integer description: The group of the reused upload reuse_main: type: boolean description: Scanners matches if all Nomos findings are within the Monk findings. reuse_enhanced: type: boolean description: Bulk phrases from reused packages. required: - reuse_uplod - reuse_group Folder: type: object properties: id: type: integer description: Id of the folder. name: type: string description: Name of the folder. description: type: string description: Description of the folder. parent: type: integer description: 'Id of the parent folder (if any, null otherwise).' TokenRequest: type: object properties: username: type: string description: Username of the login user. password: type: string format: password description: Password of the user trying to login. token_name: type: string maxLength: 40 description: Friendly name of the token token_scope: type: string enum: - read - write description: The scope of the token. token_expire: type: string format: date description: Date when the token must expire (default max 30 days). required: - username - password - token_name - token_scope - token_expire responses: defaultResponse: description: Some error occured. Check the "message" content: application/json: schema: $ref: '#/components/schemas/Info'
27.657143
251
0.519032
9574f6aec72a05641b5a4be375f7a93733de638c
86
yml
YAML
src/Bundle/PageBundle/Resources/config/system/navigation.yml
egig/hymn
89eb7e599254316255b5d5cfdf5b57a19b67e7c0
[ "MIT" ]
null
null
null
src/Bundle/PageBundle/Resources/config/system/navigation.yml
egig/hymn
89eb7e599254316255b5d5cfdf5b57a19b67e7c0
[ "MIT" ]
null
null
null
src/Bundle/PageBundle/Resources/config/system/navigation.yml
egig/hymn
89eb7e599254316255b5d5cfdf5b57a19b67e7c0
[ "MIT" ]
null
null
null
core: navigation: page: label: Page route: dt_page
17.2
26
0.453488
0d3a72b6072b38798a587f3c3f7db83f874f00f8
558
yaml
YAML
.github/workflows/ngsa-autogitops.yaml
bartr/edge-gitops
0a765afdc04579f4e1f0eb5cc1a523c5363bbd1f
[ "MIT" ]
null
null
null
.github/workflows/ngsa-autogitops.yaml
bartr/edge-gitops
0a765afdc04579f4e1f0eb5cc1a523c5363bbd1f
[ "MIT" ]
null
null
null
.github/workflows/ngsa-autogitops.yaml
bartr/edge-gitops
0a765afdc04579f4e1f0eb5cc1a523c5363bbd1f
[ "MIT" ]
null
null
null
name: GitOps Deploy on: push: branches: - main paths: - 'Dockerfile' - '.github/workflows/ngsa-autogitops.yaml' - 'autogitops/**' jobs: build: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - name: Docker pull run: | docker pull ghcr.io/bartr/autogitops - name: GitOps Deploy run: | docker run \ --name ago \ --rm \ -v $(pwd)/autogitops:/ago/autogitops \ ghcr.io/bartr/autogitops -r /bartr/edge-gitops -p ${{ secrets.GHCR_PAT }}
16.411765
81
0.551971
986b4ad3085230b55f3d760dcf5bbdc7265125c8
136
yaml
YAML
resources/en/stories/test-search-for.story/steps/step-PCZ/step.yaml
sangmokh/van.memory
3970b05c5a63e7710a8a03f9ff5757405308dd1f
[ "Apache-2.0" ]
6
2019-08-18T17:04:11.000Z
2021-04-23T09:52:04.000Z
resources/en/stories/test-search-for.story/steps/step-PCZ/step.yaml
sangmokh/van.memory
3970b05c5a63e7710a8a03f9ff5757405308dd1f
[ "Apache-2.0" ]
1
2019-08-07T17:11:07.000Z
2019-08-07T17:11:07.000Z
resources/en/stories/test-search-for.story/steps/step-PCZ/step.yaml
sangmokh/van.memory
3970b05c5a63e7710a8a03f9ff5757405308dd1f
[ "Apache-2.0" ]
1
2021-05-25T00:17:25.000Z
2021-05-25T00:17:25.000Z
data: nl: search for my parking space screenshot: screenshot-2020-05-15T17-14-58.271Z-bixby-mobile-en-US-device-note.png type: intent
27.2
82
0.779412
c525ce57891caa7ff2716bfeef63c13e30b7996c
6,886
yaml
YAML
spec-files/parties.yaml
jrjrscottm/party-management.planning
2822948f7ba84aeff45b3ea5fd620150e84613f3
[ "Apache-2.0" ]
null
null
null
spec-files/parties.yaml
jrjrscottm/party-management.planning
2822948f7ba84aeff45b3ea5fd620150e84613f3
[ "Apache-2.0" ]
null
null
null
spec-files/parties.yaml
jrjrscottm/party-management.planning
2822948f7ba84aeff45b3ea5fd620150e84613f3
[ "Apache-2.0" ]
null
null
null
swagger: '2.0' info: title: Parties API description: Party Management version: "1.0.0" host: api.jrjrnetworks.com schemes: - https securityDefinitions: api_authorization: type: oauth2 description: jrjr oauth authorizationUrl: http://localhost:5000/connect/authorize tokenUrl: http://localhost:5000/connect/token flow: accessCode scopes: profile: Read user profile information openid: Authenticate with OpenID basePath: /v1 produces: - application/json paths: /hosts: get: summary: Hosts description: | The Hosts endpoint returns host information for previously hosted parties. tags: - Hosts security: - api_authorization: - profile - openid responses: 200: description: An array of Hosts schema: type: array items: $ref: '#/definitions/Host' /hosts/{host_id}/parties: get: summary: Get host parties description: | Get the previous and future parties registered for this host. tags: - Hosts security: - api_authorization: - profile - openid parameters: - name: host_id type: string required: true in: path responses: 200: description: An array of Parties schema: type: array items: $ref: '#/definitions/Party' /parties: get: summary: Parties description: | The Parties endpoint returns information about the *Consultant* parties that have been created. They can include past or future parties. tags: - Parties security: - api_authorization: - profile - openid responses: 200: description: An array of parties schema: type: array items: $ref: '#/definitions/Party' post: summary: Create a party tags: - Parties security: - api_authorization: - profile - openid parameters: - name: party in: body description: Add a new party required: true schema: $ref: '#/definitions/CreatePartyCommand' responses: 201: headers: Location: description: the URL of the created party type: string description: Party Created /parties/{id}: get: summary: Get a single party description: | The Parties endpoint returns information about the *Consultant* parties that have been created. They can include past or future parties. tags: - Parties security: - api_authorization: - profile - openid parameters: - name: id in: path required: true type: string responses: 200: description: An array of parties schema: $ref: '#/definitions/Party' /parties/{id}/invites: get: summary: Get the invites for the party description: | pretty much that and more tags: - Invites security: - api_authorization: - profile - openid parameters: - name: id in: path required: true type: string responses: 200: description: An array of invites schema: type: array items: $ref: '#/definitions/Invite' post: summary: Invite a person description: Invite someone to the party tags: - Invites security: - api_authorization: - profile - openid parameters: - name: id in: path required: true type: string - name: invite in: body required: true schema: $ref: '#/definitions/CreatePartyInvite' responses: 200: description: Invite added schema: $ref: '#/definitions/Invite' 400: description: 'Error' schema: $ref: 'spec-files/common/responses.yaml#/definitions/ErrorResponse' definitions: CreatePartyCommand: type: object properties: name: type: string description: Party name assigned by the Consultant. host: $ref: '#/definitions/Host' party_date: type: string format: date-time description: Date the party is scheduled to take place. invites: type: array items: $ref: '#/definitions/CreatePartyInvite' CreatePartyInvite: type: object properties: first_name: type: string description: First name of the invited person last_name: type: string description: Last name of the invited person email: type: string description: Email address of the invited person guest_id: type: string description: Unique identifier for the guest. Only present if they've attended other parties. Contact: type: object properties: first_name: type: string description: The person's first name last_name: type: string description: The person's last name email: type: string description: The person's email address phone_number: type: string description: The person's phone number address: $ref: 'spec-files/common/entities.yaml#/definitions/Address' Host: allOf: - $ref: '#/definitions/Contact' properties: host_id: type: string description: Unique identifer representing the part host Invite: type: object properties: invite_id: type: string description: Unique identifier representing the invite for this contact/party combination guest_id: type: string description: Unique identifier for the guest who has attended a previous party. rsvp_status: type: string description: The status of the invite Party: type: object properties: party_id: type: string description: Unique identifier representing a specific party. name: type: string description: The party name assigned by the Consultant. party_date: type: string format: date-time description: The date the party is scheduled to take place. party_created_date: type: string format: date-time description: The date the party was initially created. invites: type: array items: $ref: '#/definitions/Invite'
25.316176
101
0.566802
d1a78e1beba3faa74bb0c5d082cfe9cb2c599480
1,914
yml
YAML
scripts/config.default.yml
zackpayton/atomic-threat-coverage
68a7fdfcea6213e87a92103efb1dd7a61f8b6a8d
[ "Apache-2.0" ]
1
2019-07-22T09:03:45.000Z
2019-07-22T09:03:45.000Z
scripts/config.default.yml
awesome-attack/atomic-threat-coverage
473a4ec98e87cd083d8338c68c0097026c725d10
[ "Apache-2.0" ]
null
null
null
scripts/config.default.yml
awesome-attack/atomic-threat-coverage
473a4ec98e87cd083d8338c68c0097026c725d10
[ "Apache-2.0" ]
null
null
null
# Project supplied default configuration. Add a new configuration file 'config.yml' where you can overwrite any settings depicted below. # config.yml is not tracked by the version management system, while config.default.yml is. confluence_space_name: "ATC" # SPACE KEY. GO TO: SPACE TOOLS -> Overview -> Space Details -> Key confluence_space_home_page_name: 'ATC Home' # SPACE HOME. GO TO: SPACE TOOLS -> Overview -> Space Details -> Home page confluence_name_of_root_directory: 'Atomic Threat Coverage' md_name_of_root_directory: '../Atomic_Threat_Coverage' detection_rules_directories: - '../detection_rules/sigma/rules/windows/builtin' - '../detection_rules/sigma/rules/windows/malware' - '../detection_rules/sigma/rules/windows/other' - '../detection_rules/sigma/rules/windows/powershell' - '../detection_rules/sigma/rules/windows/process_creation' - '../detection_rules/sigma/rules/windows/sysmon' triggers_directory: '../triggers/atomic-red-team/atomics' exported_analytics_directory: '../analytics/generated' confluence_rest_api_url: 'https://atomicthreatcoverage.atlassian.net/wiki/rest/api/' # to get sample viewpage url go to 'Page Information' for any page from your confluence # you will be redirected to sth like https://atomicthreatcoverage.atlassian.net/wiki/pages/viewinfo.action?pageId=115606439 # change viewinfo to viewpage and delete number from the end # you should get sth like https://atomicthreatcoverage.atlassian.net/wiki/pages/viewpage.action?pageId= confluence_viewpage_url: 'https://atomicthreatcoverage.atlassian.net/wiki/pages/viewpage.action?pageId=' sigmac_path: '../detection_rules/sigma/tools/sigmac' detection_queries: 'es-qs,xpack-watcher,graylog,splunk,logpoint,grep' customers_directory: '../customers' response_playbooks_dir: '../response_playbooks' response_actions_dir: '../response_actions' thehive_templates_dir: '../analytics/generated/thehive_templates'
68.357143
137
0.799373
bce0f132e53568005412cc9b17c8c13e96f3006e
215
yml
YAML
nonstandard/st_project_settings.yml
rht/r2dii.climate.stress.test
fb59019782af482573fd1acdb19221b8844b1190
[ "MIT" ]
13
2021-07-24T13:57:53.000Z
2022-02-16T09:28:34.000Z
nonstandard/st_project_settings.yml
rht/r2dii.climate.stress.test
fb59019782af482573fd1acdb19221b8844b1190
[ "MIT" ]
147
2021-06-01T13:52:39.000Z
2022-03-30T08:54:13.000Z
nonstandard/st_project_settings.yml
rht/r2dii.climate.stress.test
fb59019782af482573fd1acdb19221b8844b1190
[ "MIT" ]
2
2021-07-28T11:46:20.000Z
2021-11-24T07:56:02.000Z
default: project_name: ST_TESTING project_internal: twodii_internal: TRUE project_location_ext: ~/path/to/project price_data_version: 2021Q1 calculation_level: company company_exclusion: TRUE
15.357143
43
0.772093
570ab9fdf2fce7e1801d57c9ebc5897ad445f55f
517
yml
YAML
ansible/roles/python/tasks/debian.yml
noelbundick/devbox
1880c0fdd1bf4b4c291ec5c546ac38d13e6b255c
[ "MIT" ]
8
2017-12-13T00:29:10.000Z
2020-01-14T11:04:37.000Z
ansible/roles/python/tasks/debian.yml
noelbundick/devbox
1880c0fdd1bf4b4c291ec5c546ac38d13e6b255c
[ "MIT" ]
null
null
null
ansible/roles/python/tasks/debian.yml
noelbundick/devbox
1880c0fdd1bf4b4c291ec5c546ac38d13e6b255c
[ "MIT" ]
3
2017-12-14T00:04:01.000Z
2018-11-06T18:15:02.000Z
- name: Install Python build tools become: true apt: name: - build-essential - libssl-dev - zlib1g-dev - libbz2-dev - libreadline-dev - libsqlite3-dev - wget - curl - llvm - libncurses5-dev - libncursesw5-dev - xz-utils - tk-dev - libffi-dev - liblzma-dev - python-openssl - git - name: Check for pyenv stat: path: ~/.pyenv register: pyenv - name: Install pyenv when: not pyenv.stat.exists shell: curl https://pyenv.run | bash
16.677419
38
0.59381
d294ecdcc5c0480df08436c6a1ded70790048ca4
710
yml
YAML
.github/workflows/node.js.yml
jonathanong/redis-session-sets
cb7335ae44bd3114cd040b07e41e7b70789ccb42
[ "MIT" ]
19
2016-03-02T00:50:27.000Z
2021-10-30T18:32:40.000Z
.github/workflows/node.js.yml
jonathanong/redis-session-sets
cb7335ae44bd3114cd040b07e41e7b70789ccb42
[ "MIT" ]
75
2017-04-30T20:08:17.000Z
2022-03-31T18:03:00.000Z
.github/workflows/node.js.yml
jonathanong/redis-session-sets
cb7335ae44bd3114cd040b07e41e7b70789ccb42
[ "MIT" ]
3
2017-05-01T11:41:56.000Z
2020-12-17T11:43:16.000Z
name: Node.js CI on: push: branches: master pull_request: branches: master jobs: build: runs-on: ubuntu-latest services: redis: image: redis:latest ports: - 6379:6379 options: --entrypoint redis-server strategy: matrix: node-version: [12.x, 14.x, 16.x] env: CI: true CODECOV_TOKEN: 9ae1a75d-f93d-4c13-a25e-ca316d6bdc4e steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm run eslint - run: npm test -- --coverage - run: npx codecov
18.205128
57
0.573239
6a8ff293906e1e3761936a122efea99fd15bf2d1
5,353
yml
YAML
.github/workflows/cd-aws-ecs-wf.yml
GoF-NUS-ISS/travel-plan-api
0e19a35551ac4e17cd32a341f65fc5906d9c7570
[ "Apache-2.0" ]
null
null
null
.github/workflows/cd-aws-ecs-wf.yml
GoF-NUS-ISS/travel-plan-api
0e19a35551ac4e17cd32a341f65fc5906d9c7570
[ "Apache-2.0" ]
20
2020-09-14T11:39:28.000Z
2020-10-16T15:26:15.000Z
.github/workflows/cd-aws-ecs-wf.yml
GoF-NUS-ISS/travel-plan-api
0e19a35551ac4e17cd32a341f65fc5906d9c7570
[ "Apache-2.0" ]
null
null
null
on: push: branches: [ master ] name: Deploy to Amazon ECS jobs: deploy: name: Deploy runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 # START-Build the project and deploy the Image using Maven JIT - name: Set up JDK 11 uses: actions/setup-java@v1 with: java-version: 11 - name: Cache SonarCloud packages uses: actions/cache@v1 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache Maven packages uses: actions/cache@v1 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - name: Build with Maven for PUSH if: ${{ github.event_name == 'push' }} env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} docker_hub_user_name: ${{ secrets.DOCKER_HUB_USER_NAME }} docker_hub_password: ${{ secrets.DOCKER_HUB_REPO_SECRET_KEY }} run: mvn -f microservicecloud/pom.xml clean install -Psonar org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Pstaging -Djib.to.auth.username=333743 -Djib.to.auth.password=$docker_hub_password # END-Build the project and deploy the Image using Maven JIT - name: Configure AWS credentials if: ${{ github.event_name == 'push' }} uses: aws-actions/configure-aws-credentials@v1 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-east-1 - name: Echo tag name from git sha run: echo ${{ github.sha }} # Below steps are to dynamically replace image tag in the task definition # Task definttion is a json file place at the root of the repo. # It contains info on containers, similar to Docker compose file - name: Fill in the new image ID in the Amazon ECS task definition for travel-plan-api if: ${{ github.event_name == 'push' }} id: task-def-travel-plan-api uses: aws-actions/amazon-ecs-render-task-definition@v1 with: task-definition: task-definition.json container-name: travel-plan-api image: docker.io/gofnusiss/travel-plan-api:${{ github.sha }} - name: Fill in the new image ID in the Amazon ECS task definition for Eureka if: ${{ github.event_name == 'push' }} id: task-def-eureka uses: aws-actions/amazon-ecs-render-task-definition@v1 with: task-definition: ${{ steps.task-def-travel-plan-api.outputs.task-definition }} container-name: travel-plan-eureka-api image: docker.io/gofnusiss/travel-plan-eureka-api:${{ github.sha }} - name: Fill in the new image ID in the Amazon ECS task definition for Zuul if: ${{ github.event_name == 'push' }} id: task-def-zuul uses: aws-actions/amazon-ecs-render-task-definition@v1 with: task-definition: ${{ steps.task-def-eureka.outputs.task-definition }} container-name: travel-plan-zuul-api image: docker.io/gofnusiss/travel-plan-zuul-api:${{ github.sha }} # Main Deployment happens at this step, only be triggered at Push event on Master Branch - name: Deploy Amazon ECS task definition if: ${{ github.event_name == 'push' }} uses: aws-actions/amazon-ecs-deploy-task-definition@v1 with: task-definition: ${{ steps.task-def-zuul.outputs.task-definition }} service: travel-plan-api-service cluster: travel-plan-app-env-prod wait-for-service-stability: true - name: Echo task def file run: echo ${{ steps.task-def-final.outputs.task-definition }} ############################END OF FILE##################################### # image: ${{ steps.build-image.outputs.image }} #on: # release: # types: [created] # - name: Login to Amazon ECR # id: login-ecr # uses: aws-actions/amazon-ecr-login@v1 # # - name: Build, tag, and push image to Amazon ECR # id: build-image # env: # ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} # ECR_REPOSITORY: gofnusiss/travel-plan-ui # IMAGE_TAG: ${{ github.sha }} # run: | # # Build a docker container and # # push it to ECR so that it can # # be deployed to ECS. # docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG . # docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG # echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" # - name: Read .env file containing tag name # id: read-generated-image-tag-name # uses: juliangruber/read-file-action@v1 # with: # path: ./microservicecloud/.env # - name: Echo tag name from .env # run: echo ${{ steps.read-generated-image-tag-name.outputs.content }}
39.651852
206
0.579115
107eda58315aafc7a323ccf2fba860fad4f9d3d8
37
yml
YAML
ansible/roles/db2_fyrevm/tasks/main.yml
xcliu-ca/community-automation
20d3d449906958447b74b2e435c2ccee9ee57a99
[ "Apache-2.0" ]
20
2020-09-01T16:49:29.000Z
2022-03-07T20:32:48.000Z
ansible/roles/db2_fyrevm/tasks/main.yml
xcliu-ca/community-automation
20d3d449906958447b74b2e435c2ccee9ee57a99
[ "Apache-2.0" ]
99
2020-09-01T17:58:04.000Z
2022-03-31T14:04:15.000Z
ansible/roles/db2_fyrevm/tasks/main.yml
xcliu-ca/community-automation
20d3d449906958447b74b2e435c2ccee9ee57a99
[ "Apache-2.0" ]
69
2020-09-01T17:19:07.000Z
2022-03-28T10:04:26.000Z
--- - include_tasks: db2_fyrevm.yml
9.25
31
0.702703
baf829dd0e372110f5037a7f9a50ff141b2d35dd
315
yaml
YAML
charts/loki-simple-scalable/ci/persistence-values.yaml
irizzant/helm-charts-1
cf2c3ea0a45b0ba627a95581fc43a509211a9f03
[ "Apache-2.0" ]
644
2020-09-04T04:51:42.000Z
2022-03-31T13:26:15.000Z
charts/loki-simple-scalable/ci/persistence-values.yaml
irizzant/helm-charts-1
cf2c3ea0a45b0ba627a95581fc43a509211a9f03
[ "Apache-2.0" ]
801
2020-09-04T04:19:35.000Z
2022-03-31T23:26:17.000Z
charts/loki-simple-scalable/ci/persistence-values.yaml
irizzant/helm-charts-1
cf2c3ea0a45b0ba627a95581fc43a509211a9f03
[ "Apache-2.0" ]
1,156
2020-09-04T08:04:31.000Z
2022-03-31T14:50:07.000Z
read: persistence: enabled: true size: 100Mi write: persistence: enabled: true size: 100Mi gateway: nginxConfig: httpSnippet: |- client_max_body_size 100M; serverSnippet: |- client_max_body_size 100M; basicAuth: enabled: true username: user password: pass
14.318182
32
0.650794
5ee6b1d13c347f68409f15b1b7feafffc04bfe45
799
yml
YAML
.github/workflows/ci.yml
sRect/2019-nCov-web
4ecfbb2b1308a53db9e01e69d2d020e204946988
[ "MIT" ]
1
2020-12-22T09:57:38.000Z
2020-12-22T09:57:38.000Z
.github/workflows/ci.yml
sRect/2019-nCov-web
4ecfbb2b1308a53db9e01e69d2d020e204946988
[ "MIT" ]
null
null
null
.github/workflows/ci.yml
sRect/2019-nCov-web
4ecfbb2b1308a53db9e01e69d2d020e204946988
[ "MIT" ]
null
null
null
# https://github.com/marketplace/actions/deploy-to-github-pages name: 2019-nCov-web # on: [push, pull_request] on: push: branches: - master jobs: build-and-deploy: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ uses: actions/checkout@master - name: yarn uses: borales/actions-yarn@v2.0.0 - name: Install and Build 🔧 # run: | # yarn install # yarn run build run: | install build - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@releases/v3 with: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to. FOLDER: build # The folder the action should deploy.
24.96875
68
0.566959
179cc0ed061d538760190c48c7b2a389a73aa940
4,603
yml
YAML
tests/roles/test_aos_asn_pool/tasks/main.yml
Apstra/aos-ansible
020827c8f43761f35855f1debbce09ea06ae85d9
[ "Apache-2.0" ]
9
2016-11-07T21:09:52.000Z
2021-09-05T10:29:58.000Z
tests/roles/test_aos_asn_pool/tasks/main.yml
Apstra/aos-ansible
020827c8f43761f35855f1debbce09ea06ae85d9
[ "Apache-2.0" ]
12
2016-11-07T14:25:19.000Z
2021-09-23T23:23:24.000Z
tests/roles/test_aos_asn_pool/tasks/main.yml
Apstra/aos-ansible
020827c8f43761f35855f1debbce09ea06ae85d9
[ "Apache-2.0" ]
7
2016-11-07T14:20:00.000Z
2021-01-31T05:28:27.000Z
- set_fact: asn_pool1: first: 100 last: 199 asn_pool2: first: 200 last: 299 asn_pool3: first: 300 last: 399 - name: Create a session with the AOS-server local_action: module: aos_login server: "{{ ansible_ssh_host }}" user: "{{ ansible_ssh_user }}" passwd: "{{ ansible_ssh_pass }}" port: 443 run_once: true - name: test_create_new_asn_pool_invalid_type local_action: module: aos_asn_pool session: "{{ aos_session }}" name: "my-asn-pool" ranges: - [ 100, 'test1' ] state: present register: asnpool ignore_errors: True - name: check_test_create_new_asn_pool_invalid_type assert: that: - asnpool|failed - "'Invalid range: Expected integer values' in asnpool.msg" - name: test_create_new_asn_pool_invalid_extra local_action: module: aos_asn_pool session: "{{ aos_session }}" name: "my-asn-pool" ranges: - [ 100, 199, 205 ] state: present register: asnpool ignore_errors: True - name: check_test_create_new_asn_pool_invalid_extra assert: that: - asnpool|failed - "'Invalid range: must be a list of 2 members' in asnpool.msg" - name: test_create_new_asn_pool_invalid_order local_action: module: aos_asn_pool session: "{{ aos_session }}" name: "my-asn-pool" ranges: - [ 199, 100 ] state: present register: asnpool ignore_errors: True - name: check_test_create_new_asn_pool_invalid_order assert: that: - asnpool|failed - "'Invalid range: 2nd element must be bigger than 1st' in asnpool.msg" - name: test_create_new_empty_asn_pool local_action: module: aos_asn_pool session: "{{ aos_session }}" name: "my-blank-asn-pool" state: present register: asnpool - name: check_test_create_new_blank_asn_pool assert: that: - asnpool|success - asnpool|changed - asnpool.id == "my-blank-asn-pool" - asnpool.name == "my-blank-asn-pool" - asnpool.value.ranges == [] - name: test_create_empty_asn_pool_exists local_action: module: aos_asn_pool session: "{{ aos_session }}" name: "my-blank-asn-pool" state: present register: asnpool - name: check_test_create_new_blank_asn_pool_exists assert: that: - asnpool|success - asnpool.changed == false - asnpool.id == "my-blank-asn-pool" - asnpool.name == "my-blank-asn-pool" - asnpool.value.ranges == [] - name: test_create_new_asn_pool local_action: module: aos_asn_pool session: "{{ aos_session }}" name: "my-asn-pool" ranges: - [ 100, 199 ] state: present register: asnpool - name: check_test_create_new_asn_pool assert: that: - asnpool|success - asnpool|changed - asnpool.id == "my-asn-pool" - asnpool.name == "my-asn-pool" - asnpool.value.ranges == [asn_pool1] - name: test_update_asn_pool_by_name local_action: module: aos_asn_pool session: "{{ aos_session }}" name: "{{ asnpool.name }}" ranges: - [ 200, 299 ] state: present register: asnpool - name: check_test_update_asn_pool_by_name assert: that: - asnpool|success - asnpool|changed - asnpool.id == "my-asn-pool" - asnpool.name == "my-asn-pool" - asnpool.value.ranges == asn_pool_range vars: asn_pool_range: - "{{asn_pool2}}" - "{{asn_pool1}}" - name: test_update_asn_pool_by_id local_action: module: aos_asn_pool session: "{{ aos_session }}" id: "{{ asnpool.id }}" ranges: - [ 300, 399 ] state: present register: asnpool - name: check_test_update_asn_pool_by_id assert: that: - asnpool|success - asnpool|changed - asnpool.id == "my-asn-pool" - asnpool.value.ranges == asn_pool_range vars: asn_pool_range: - "{{asn_pool3}}" - "{{asn_pool1}}" - "{{asn_pool2}}" - name: test_delete_asn_pool local_action: module: aos_asn_pool session: "{{ aos_session }}" id: "{{ asnpool.id }}" state: absent register: asnpool - name: check_test_delete_asn_pool assert: that: - asnpool|success - asnpool|changed - asnpool.id == "my-asn-pool" - asnpool.name == "my-asn-pool"
24.614973
79
0.588746
9302d799ab3b69ce3d126d23fdd7884c3e05ca3d
55
yml
YAML
spec/fixtures/docs/customizing-the-build/028.yml
cucucuck/11
8a014995b31540cac56f4652096567e800b0cc71
[ "MIT" ]
112
2016-11-17T17:19:56.000Z
2022-03-29T06:31:23.000Z
spec/fixtures/docs/customizing-the-build/028.yml
cucucuck/11
8a014995b31540cac56f4652096567e800b0cc71
[ "MIT" ]
95
2017-08-03T09:41:17.000Z
2022-03-30T22:30:30.000Z
spec/fixtures/docs/customizing-the-build/028.yml
cucucuck/11
8a014995b31540cac56f4652096567e800b0cc71
[ "MIT" ]
84
2017-06-05T09:34:02.000Z
2022-03-29T06:31:56.000Z
addons: hosts: - travis.test - joshkalderimis.com
13.75
22
0.690909
f2c941ae2e00848e5800cd3c751a0f32c78c7beb
579
yaml
YAML
chart/todo/values.yaml
andresmgot/redisdemo
b5bc97ff2ac2f0e8f80233211b31fd46ed1bef83
[ "Apache-2.0" ]
null
null
null
chart/todo/values.yaml
andresmgot/redisdemo
b5bc97ff2ac2f0e8f80233211b31fd46ed1bef83
[ "Apache-2.0" ]
null
null
null
chart/todo/values.yaml
andresmgot/redisdemo
b5bc97ff2ac2f0e8f80233211b31fd46ed1bef83
[ "Apache-2.0" ]
null
null
null
image: registry: docker.io repository: bitnami/node tag: 8-prod pullPolicy: Always repository: https://github.com/bitnami-labs/redisdemo.git revision: master ingress: host: 192.168.99.100.nip.io redis: # Whether to enable in-cluster redis, use Azure Redis Cache if disabled enabled: true cluster: enabled: true slaveCount: 1 ## All of these values are only used when redis.enabled is set to false azure: # The Azure region in which to deploy Azure Redis Cache location: eastus # The plan to request for Azure Redis Cache servicePlan: standard
22.269231
73
0.737478
37c4bac7f35892d1df09fcf293a2a522eb59d536
243
yaml
YAML
gms-common/java/gms/shared/mechanisms/configuration/src/test/resources/gms/shared/mechanisms/configuration/component-reference-example/global.filters/filter4-8.yaml
SNL-GMS/GMS-PI7-OPEN
4c5f2a33a45566b12897bcdc129609c9e6b95442
[ "BSD-3-Clause" ]
5
2020-01-20T14:53:11.000Z
2021-11-30T23:01:08.000Z
gms-common/java/gms/shared/mechanisms/configuration/src/test/resources/gms/shared/mechanisms/configuration/component-reference-example/global.filters/filter4-8.yaml
SNL-GMS/GMS-PI7-OPEN
4c5f2a33a45566b12897bcdc129609c9e6b95442
[ "BSD-3-Clause" ]
7
2019-12-30T06:08:08.000Z
2022-03-02T06:38:09.000Z
gms-common/java/gms/shared/mechanisms/configuration/src/test/resources/gms/shared/mechanisms/configuration/component-reference-example/global.filters/filter4-8.yaml
SNL-GMS/GMS-PI7-OPEN
4c5f2a33a45566b12897bcdc129609c9e6b95442
[ "BSD-3-Clause" ]
1
2019-12-10T19:37:03.000Z
2019-12-10T19:37:03.000Z
name: "filter4-8" constraints: - constraintType: "STRING" criterion: "name" operator: type: "EQ" negated: false value: - "filter4-8" parameters: min_freq_hz: 4 max_freq_hz: 8 order: 3 name: "butterworth"
17.357143
28
0.617284
496d216047f42e1fda915a8c131c53ed27608dbc
29,602
yml
YAML
docs/_static/data/signal/H12/BFM/3/1/report.yml
malariagen/agam-selection-atlas
6150b47b4ec15558193912ef2612aaae48567c58
[ "MIT" ]
3
2018-03-02T14:53:48.000Z
2019-12-25T23:46:59.000Z
docs/_static/data/signal/H12/BFM/3/1/report.yml
malariagen/agam-selection-atlas
6150b47b4ec15558193912ef2612aaae48567c58
[ "MIT" ]
23
2017-12-19T23:47:53.000Z
2020-09-01T20:48:56.000Z
docs/_static/data/signal/H12/BFM/3/1/report.yml
malariagen/agam-selection-atlas
6150b47b4ec15558193912ef2612aaae48567c58
[ "MIT" ]
1
2019-08-22T21:40:19.000Z
2019-08-22T21:40:19.000Z
best_fit: - 0.017922196374550208 - 0.017922196881156142 - 0.0179221974349296 - 0.01792219804026212 - 0.0179221987019541 - 0.01792219942525289 - 0.01792220021589439 - 0.017922201080148536 - 0.017922202024869036 - 0.017922203057547707 - 0.017922204186373886 - 0.01792220676910948 - 0.01792220824350049 - 0.01792220985516462 - 0.017922211616882688 - 0.01792221354262545 - 0.017922215647664427 - 0.017922217948692983 - 0.017922220463958725 - 0.01792222321340819 - 0.017922226218845056 - 0.017922229504103014 - 0.017922233095234802 - 0.01792223702071879 - 0.017922241311684822 - 0.017922246002161097 - 0.017922251129344004 - 0.017922256733893093 - 0.017922262860253533 - 0.01792228487907304 - 0.01792229362588947 - 0.017922313638460526 - 0.01792232506291872 - 0.017922337551050698 - 0.01792235120188976 - 0.01792236612368972 - 0.017922382434783342 - 0.017922400264520764 - 0.017922419754295264 - 0.017922441058664536 - 0.017922464346576364 - 0.017922489802708406 - 0.01792251762893273 - 0.017922548045916697 - 0.01792258129487289 - 0.017922617639471984 - 0.017922657367933706 - 0.01792270079531246 - 0.017922748265995797 - 0.017922800156435444 - 0.017922856878132654 - 0.017922918880901497 - 0.017922986656435963 - 0.01792306074220919 - 0.01792314172573574 - 0.017923230249230693 - 0.01792332701470254 - 0.017923432789520258 - 0.017923548412498675 - 0.01792367480055045 - 0.017923812955957356 - 0.017923963974318582 - 0.017924129053239042 - 0.01792430950182661 - 0.017924506751073606 - 0.017924722365204836 - 0.0179249580540822 - 0.017925215686764237 - 0.01792549730632811 - 0.01792580514607162 - 0.017926141647223663 - 0.01792650947830368 - 0.017926911556283526 - 0.017927351069719603 - 0.01792783150403875 - 0.017928356669178355 - 0.017928930729799893 - 0.017929558238315494 - 0.01793024417098946 - 0.017930993967401016 - 0.017931813573581208 - 0.0179327094891661 - 0.01793368881894015 - 0.017934759329178512 - 0.017935929509235126 - 0.01793720863886493 - 0.017938606861814116 - 0.01794013526626202 - 0.017941805972752512 - 0.01794363223031229 - 0.017945628521518212 - 0.017947810677346947 - 0.017950196002717692 - 0.01795280341372354 - 0.01795565358763977 - 0.017958769126898647 - 0.017962174738331112 - 0.01796589742909672 - 0.017969966720855685 - 0.017974414883881348 - 0.01797927719296973 - 0.017984592207175496 - 0.017990402075592746 - 0.017996752871605504 - 0.018003694958258612 - 0.01801128338764643 - 0.01801957833748663 - 0.018028645588341195 - 0.01803855704526901 - 0.01804939130804697 - 0.018061234294481428 - 0.018074179921753097 - 0.0180883308511985 - 0.01810379930243432 - 0.018120707943280707 - 0.01813919086254091 - 0.01815939463335152 - 0.018181479475535858 - 0.018205620526178305 - 0.018232009228495334 - 0.018260854850017393 - 0.018292386142121017 - 0.01832685315407164 - 0.018364529215962804 - 0.01840571310627683 - 0.018450731421256184 - 0.018499941164875033 - 0.018553732579950064 - 0.018612532242841744 - 0.01867680644628764 - 0.01874706489719432 - 0.018823864758712033 - 0.018907815068646628 - 0.018999581569247533 - 0.019099891986672984 - 0.01920954180199971 - 0.01932940055954221 - 0.01946041876250795 - 0.01960363541067222 - 0.019760186239848015 - 0.019931312728491413 - 0.02011837194286667 - 0.020322847298845044 - 0.020546360325680538 - 0.020790683525051555 - 0.02105775442734319 - 0.021349690956639182 - 0.02166880822627092 - 0.02201763689811542 - 0.022398943251235134 - 0.022815751119007736 - 0.023271365868711636 - 0.02376940061372993 - 0.024313804866240706 - 0.024908895857615073 - 0.02555939277489975 - 0.02627045418488616 - 0.027047718942546168 - 0.02789735090824632 - 0.028826087828356717 - 0.029841294766887252 - 0.03095102251187454 - 0.03216407141969338 - 0.03349006120359063 - 0.034939507219878096 - 0.03652390385674871 - 0.03825581568700556 - 0.04014897710756252 - 0.04221840125587709 - 0.04448049906704399 - 0.046953209415695155 - 0.04965614137475687 - 0.05261072971920347 - 0.05584040490798255 - 0.05937077889210146 - 0.06322984822236909 - 0.06744821606747683 - 0.07205933490306535 - 0.07709977179634821 - 0.08260949839005123 - 0.08863220788529633 - 0.09521566153716558 - 0.10241206741072281 - 0.11027849440110113 - 0.1188773248009163 - 0.12827674900395333 - 0.13855130626822235 - 0.14978247582673995 - 0.16205932303365922 - 0.1754792056698122 - 0.19014854600880576 - 0.20618367476630367 - 0.22371175362517734 - 0.2428717836523285 - 0.26381570760412454 - 0.2867096148619429 - 0.277539438211384 - 0.2394972457447178 - 0.20702944566855722 - 0.17931921201918957 - 0.15566940984283753 - 0.13548505665195956 - 0.11825835383659818 - 0.1035559114505376 - 0.09100784497302954 - 0.08029846974206488 - 0.07115835894944375 - 0.06335756539242647 - 0.05669983645457501 - 0.05101767677608543 - 0.04616813440011239 - 0.04202920438281835 - 0.03849675938905325 - 0.03548193005349131 - 0.032908869202265684 - 0.030712843687316943 - 0.028838605827761963 - 0.02723900348695253 - 0.025873793817497572 - 0.024708630830407797 - 0.023714201317594597 - 0.022865487389233514 - 0.022141137072883427 - 0.021522927139873766 - 0.020995304644728617 - 0.02054499564366176 - 0.020160671248269844 - 0.019832662612991797 - 0.019552717685979677 - 0.01931379360371157 - 0.019109879506403474 - 0.018935845316604576 - 0.01878731267654293 - 0.01866054479725912 - 0.01855235244834884 - 0.0184600137232013 - 0.01838120556118475 - 0.018313945304012005 - 0.018256540815959184 - 0.01799075150359843 - 0.017980705197208315 - 0.017972130994560458 - 0.01792855719213433 - 0.017927624332527335 - 0.01792682816655332 - 0.017926148664242973 - 0.017925568730655206 - 0.017925073775802075 - 0.01792465134759339 - 0.017924290818566627 - 0.017923983118520868 - 0.01792372050632842 - 0.017923496375183263 - 0.0179233050863868 - 0.017923141827489303 - 0.017923002491218157 - 0.017922883572146945 - 0.017922782078505835 - 0.01792269545691452 - 0.017922621528144205 - 0.0179225584322925 - 0.017922504581991926 - 0.01792245862247488 - 0.01792241939749035 - 0.017922385920214907 - 0.01792235734842617 - 0.017922332963314157 - 0.017922312151397432 - 0.01792229438908912 - 0.017922279229524496 - 0.017922266291318743 - 0.01792225524897206 - 0.017922245824680737 - 0.017922237781348143 - 0.01792223091661986 - 0.01792222505779283 - 0.017922220057470496 - 0.017922215789854583 - 0.017922212147580274 - 0.017922209039015116 - 0.017922206385953723 - 0.017922204121650295 - 0.01792220218913941 - 0.017922200539802896 - 0.017922199132146696 - 0.017922197930756945 - 0.01792219690540904 - 0.01792219603030725 - 0.017922195283435735 - 0.017922194646004676 - 0.01792219410197756 - 0.01792219363766774 - 0.017922193241394088 - 0.017922192903187147 - 0.01792219261453829 - 0.017922192368185676 - 0.017922192157931567 - 0.01792219197848638 - 0.017922191825335623 - 0.01792219169462633 - 0.01792219158307011 - 0.017922191487860426 - 0.017922191406601992 - 0.01792219133725051 - 0.017922191278061224 - 0.017922191227545053 - 0.01792219118443111 - 0.017922191147634735 - 0.017922191116230196 - 0.017922191089427424 - 0.017922191047028763 - 0.017922191030366203 - 0.01792219101614524 - 0.0179221910040081 - 0.017922190993649438 - 0.01792219098480865 - 0.01792219097726332 - 0.01792219097082362 - 0.01792219096532754 - 0.01792219096063681 - 0.017922190956633426 - 0.01792219095321666 - 0.01792219095030056 - 0.017922190947811764 - 0.017922190945687654 - 0.017922190943874795 - 0.017922190942327578 - 0.017922190941007075 - 0.01792219093988007 - 0.017922190938918205 - 0.017922190938097285 - 0.017922190937396658 - 0.017922190936798692 - 0.017922190936288347 - 0.017922190935852785 - 0.017922190935481048 - 0.01792219093516378 - 0.017922190934893004 - 0.017922190934464666 - 0.017922190934296332 - 0.017922190934152663 - 0.01792219093403005 - 0.0179221909339254 - 0.017922190933836082 - 0.017922190933759855 - 0.0179221909336948 - 0.017922190933639275 - 0.017922190933591885 - 0.017922190933551442 - 0.017922190933516925 - 0.017922190933487462 - 0.01792219093346232 - 0.01792219093344086 - 0.017922190933422545 - 0.017922190933406915 - 0.017922190933393575 - 0.01792219093338219 - 0.01792219093337247 - 0.01792219093336418 - 0.0179221909333571 - 0.01792219093335106 - 0.0179221909333459 chromosome: '3' delta_aic: 747.17431640625 delta_aic_left: 481.6705627441406 delta_aic_right: 300.2926025390625 epicenter: 28600000 epicenter_coord: 28600000 epicenter_seqid: 3R fit_reports: 'null': "[[Model]]\n Model(constant)\n[[Fit Statistics]]\n # function evals\ \ = 7\n # data points = 361\n # variables = 1\n chi-square\ \ = 0.646\n reduced chi-square = 0.002\n Akaike info crit = -2281.572\n\ \ Bayesian info crit = -2277.683\n[[Variables]]\n c: 0.03084968 +/- 0.002229\ \ (7.23%) (init= 0.03)\n" peak: "[[Model]]\n Model(skewed_exponential_peak)\n[[Fit Statistics]]\n #\ \ function evals = 43\n # data points = 362\n # variables \ \ = 4\n chi-square = 0.082\n reduced chi-square = 0.000\n Akaike\ \ info crit = -3028.746\n Bayesian info crit = -3013.179\n[[Variables]]\n\ \ center: 0 (fixed)\n amplitude: 0.28102171 +/- 0.007274 (2.59%)\ \ (init= 0.5)\n decay: 0.33679735 +/- 0.013274 (3.94%) (init= 0.5)\n\ \ skew: 0.41588151 +/- 0.038724 (9.31%) (init= 0)\n baseline: \ \ 0.01792219 +/- 0.000887 (4.95%) (init= 0.03)\n ceiling: 1 (fixed)\n \ \ floor: 0 (fixed)\n[[Correlations]] (unreported correlations are < 0.100)\n\ \ C(amplitude, decay) = -0.659 \n C(decay, baseline) \ \ = -0.320 \n C(decay, skew) = -0.191 \n" focal_population: id: BFM label: Burkina Faso *An. coluzzii* focus_end: 28620000 focus_end_coord: 28620000 focus_end_seqid: 3R focus_start: 28560000 focus_start_coord: 28560000 focus_start_seqid: 3R gpos: - 49.220000007255635 - 49.26000000729675 - 49.30000000733787 - 49.34000000737899 - 49.38000000742011 - 49.420000007461226 - 49.460000007502344 - 49.50000000754346 - 49.54000000758458 - 49.5800000076257 - 49.62000000766682 - 49.700000007749054 - 49.74000000779017 - 49.78000000783129 - 49.82000000787241 - 49.86000000791353 - 49.900000007954645 - 49.940000007995764 - 49.98000000803688 - 50.020000008078 - 50.06000000811912 - 50.10000000816024 - 50.140000008201355 - 50.18000000824247 - 50.22000000828359 - 50.26000000832471 - 50.30000000836583 - 50.340000008406946 - 50.380000008448064 - 50.50000000857142 - 50.54000000861254 - 50.620000008694774 - 50.66000000873589 - 50.70000000877701 - 50.74000000881813 - 50.78000000885925 - 50.820000008900365 - 50.86000000894148 - 50.9000000089826 - 50.94000000902372 - 50.98000000906484 - 51.02000000910596 - 51.060000009147075 - 51.10000000918819 - 51.14000000922931 - 51.18000000927043 - 51.22000000931155 - 51.260000009352666 - 51.300000009393784 - 51.3400000094349 - 51.38000000947602 - 51.42000000951714 - 51.46000000955826 - 51.500000009599376 - 51.540000009640494 - 51.58000000968161 - 51.62000000972273 - 51.66000000976385 - 51.70000000980497 - 51.740000009846085 - 51.7800000098872 - 51.82000000992832 - 51.86000000996944 - 51.90000001001056 - 51.940000010051676 - 51.980000010092795 - 52.02000001013391 - 52.06000001017503 - 52.10000001021615 - 52.14000001025727 - 52.180000010298386 - 52.220000010339504 - 52.26000001038062 - 52.30000001042174 - 52.34000001046286 - 52.38000001050398 - 52.420000010545095 - 52.460000010586214 - 52.50000001062733 - 52.54000001066845 - 52.58000001070957 - 52.62000001075069 - 52.660000010791805 - 52.70000001083292 - 52.74000001087404 - 52.78000001091516 - 52.82000001095628 - 52.860000010997396 - 52.900000011038514 - 52.94000001107963 - 52.98000001112075 - 53.02000001116187 - 53.06000001120299 - 53.100000011244106 - 53.140000011285224 - 53.18000001132634 - 53.22000001136746 - 53.26000001140858 - 53.3000000114497 - 53.340000011490815 - 53.38000001153193 - 53.42000001157305 - 53.46000001161417 - 53.50000001165529 - 53.54000001169641 - 53.580000011737525 - 53.62000001177864 - 53.66000001181976 - 53.70000001186088 - 53.740000011902 - 53.780000011943116 - 53.820000011984234 - 53.86000001202535 - 53.90000001206647 - 53.94000001210759 - 53.98000001214871 - 54.020000012189826 - 54.060000012230944 - 54.10000001227206 - 54.14000001231318 - 54.1800000123543 - 54.22000001239542 - 54.260000012436535 - 54.30000001247765 - 54.34000001251877 - 54.38000001255989 - 54.42000001260101 - 54.460000012642126 - 54.500000012683245 - 54.54000001272436 - 54.58000001276548 - 54.6200000128066 - 54.66000001284772 - 54.700000012888836 - 54.740000012929954 - 54.78000001297107 - 54.82000001301219 - 54.86000001305331 - 54.90000001309443 - 54.940000013135545 - 54.980000013176664 - 55.02000001321778 - 55.0600000132589 - 55.10000001330002 - 55.14000001334114 - 55.180000013382255 - 55.22000001342337 - 55.26000001346449 - 55.30000001350561 - 55.34000001354673 - 55.380000013587846 - 55.420000013628965 - 55.46000001367008 - 55.5000000137112 - 55.54000001375232 - 55.58000001379344 - 55.620000013834556 - 55.660000013875674 - 55.70000001391679 - 55.74000001395791 - 55.78000001399903 - 55.82000001404015 - 55.860000014081265 - 55.900000014122384 - 55.9400000141635 - 55.98000001420462 - 56.02000001424574 - 56.06000001428686 - 56.100000014327975 - 56.14000001436909 - 56.18000001441021 - 56.22000001445133 - 56.26000001449245 - 56.300000014533566 - 56.340000014574684 - 56.3800000146158 - 56.42000001465692 - 56.46000001469804 - 56.50000001473916 - 56.540000014780276 - 56.580000014821394 - 56.62000001486251 - 56.66000001490363 - 56.70000001494475 - 56.74000001498587 - 56.780000015026985 - 56.8200000150681 - 56.86000001510922 - 56.90000001515034 - 56.94000001519146 - 56.98000001523258 - 57.020000015273695 - 57.06000001531481 - 57.10000001535593 - 57.14000001539705 - 57.18000001543817 - 57.220000015479286 - 57.260000015520404 - 57.30000001556152 - 57.34000001560264 - 57.38000001564376 - 57.42000001568488 - 57.460000015725996 - 57.500000015767114 - 57.54000001580823 - 57.58000001584935 - 57.62000001589047 - 57.66000001593159 - 57.700000015972705 - 57.74000001601382 - 57.78000001605494 - 57.82000001609606 - 57.86000001613718 - 57.900000016178296 - 57.940000016219415 - 57.98000001626053 - 58.02000001630165 - 58.06000001634277 - 58.10000001638389 - 58.140000016425006 - 58.180000016466124 - 58.22000001650724 - 58.26000001654836 - 58.30000001658948 - 58.3400000166306 - 58.380000016671715 - 58.420000016712834 - 58.46000001675395 - 58.50000001679507 - 58.54000001683619 - 58.58000001687731 - 58.620000016918425 - 58.66000001695954 - 58.70000001700066 - 58.74000001704178 - 58.7800000170829 - 58.820000017124016 - 58.860000017165135 - 58.90000001720625 - 59.300000017617435 - 59.340000017658554 - 59.38000001769967 - 59.90000001823421 - 59.94000001827533 - 59.980000018316446 - 60.020000018357564 - 60.06000001839868 - 60.1000000184398 - 60.14000001848092 - 60.18000001852204 - 60.220000018563155 - 60.26000001860427 - 60.30000001864539 - 60.34000001868651 - 60.38000001872763 - 60.42000001876875 - 60.460000018809865 - 60.50000001885098 - 60.5400000188921 - 60.58000001893322 - 60.62000001897434 - 60.660000019015456 - 60.700000019056574 - 60.74000001909769 - 60.78000001913881 - 60.82000001917993 - 60.86000001922105 - 60.900000019262166 - 60.940000019303284 - 60.9800000193444 - 61.02000001938552 - 61.06000001942664 - 61.10000001946776 - 61.140000019508875 - 61.18000001954999 - 61.22000001959111 - 61.26000001963223 - 61.30000001967335 - 61.340000019714466 - 61.380000019755585 - 61.4200000197967 - 61.46000001983782 - 61.50000001987894 - 61.54000001992006 - 61.580000019961176 - 61.620000020002294 - 61.66000002004341 - 61.70000002008453 - 61.74000002012565 - 61.78000002016677 - 61.820000020207885 - 61.860000020249004 - 61.90000002029012 - 61.94000002033124 - 61.98000002037236 - 62.02000002041348 - 62.060000020454595 - 62.10000002049571 - 62.14000002053683 - 62.18000002057795 - 62.22000002061907 - 62.260000020660186 - 62.300000020701304 - 62.34000002074242 - 62.38000002078354 - 62.42000002082466 - 62.46000002086578 - 62.500000020906896 - 62.540000020948014 - 62.58000002098913 - 62.66000002107137 - 62.70000002111249 - 62.740000021153605 - 62.780000021194724 - 62.82000002123584 - 62.86000002127696 - 62.90000002131808 - 62.9400000213592 - 62.980000021400315 - 63.02000002144143 - 63.06000002148255 - 63.10000002152367 - 63.14000002156479 - 63.180000021605906 - 63.220000021647024 - 63.26000002168814 - 63.30000002172926 - 63.34000002177038 - 63.3800000218115 - 63.420000021852616 - 63.460000021893734 - 63.50000002193485 - 63.54000002197597 - 63.58000002201709 - 63.62000002205821 - 63.660000022099325 - 63.70000002214044 - 63.74000002218156 - 63.8200000222638 - 63.86000002230492 - 63.900000022346035 - 63.94000002238715 - 63.98000002242827 - 64.02000002239834 - 64.06000002229734 - 64.10000002219635 - 64.14000002209536 - 64.18000002199437 - 64.22000002189338 - 64.2600000217924 - 64.3000000216914 - 64.34000002159041 - 64.38000002148942 - 64.42000002138843 - 64.46000002128744 - 64.50000002118645 - 64.54000002108546 - 64.58000002098447 - 64.62000002088348 - 64.66000002078249 - 64.7000000206815 - 64.74000002058051 max_percentile: 0.9795645190076745 max_value: 0.2768325981936568 peak_end: 28800000 peak_end_coord: 28800000 peak_end_seqid: 3R peak_start: 28220001 peak_start_coord: 28220001 peak_start_seqid: 3R pop_key: BFM pos: - 24610000 - 24630000 - 24650000 - 24670000 - 24690000 - 24710000 - 24730000 - 24750000 - 24770000 - 24790000 - 24810000 - 24850000 - 24870000 - 24890000 - 24910000 - 24930000 - 24950000 - 24970000 - 24990000 - 25010000 - 25030000 - 25050000 - 25070000 - 25090000 - 25110000 - 25130000 - 25150000 - 25170000 - 25190000 - 25250000 - 25270000 - 25310000 - 25330000 - 25350000 - 25370000 - 25390000 - 25410000 - 25430000 - 25450000 - 25470000 - 25490000 - 25510000 - 25530000 - 25550000 - 25570000 - 25590000 - 25610000 - 25630000 - 25650000 - 25670000 - 25690000 - 25710000 - 25730000 - 25750000 - 25770000 - 25790000 - 25810000 - 25830000 - 25850000 - 25870000 - 25890000 - 25910000 - 25930000 - 25950000 - 25970000 - 25990000 - 26010000 - 26030000 - 26050000 - 26070000 - 26090000 - 26110000 - 26130000 - 26150000 - 26170000 - 26190000 - 26210000 - 26230000 - 26250000 - 26270000 - 26290000 - 26310000 - 26330000 - 26350000 - 26370000 - 26390000 - 26410000 - 26430000 - 26450000 - 26470000 - 26490000 - 26510000 - 26530000 - 26550000 - 26570000 - 26590000 - 26610000 - 26630000 - 26650000 - 26670000 - 26690000 - 26710000 - 26730000 - 26750000 - 26770000 - 26790000 - 26810000 - 26830000 - 26850000 - 26870000 - 26890000 - 26910000 - 26930000 - 26950000 - 26970000 - 26990000 - 27010000 - 27030000 - 27050000 - 27070000 - 27090000 - 27110000 - 27130000 - 27150000 - 27170000 - 27190000 - 27210000 - 27230000 - 27250000 - 27270000 - 27290000 - 27310000 - 27330000 - 27350000 - 27370000 - 27390000 - 27410000 - 27430000 - 27450000 - 27470000 - 27490000 - 27510000 - 27530000 - 27550000 - 27570000 - 27590000 - 27610000 - 27630000 - 27650000 - 27670000 - 27690000 - 27710000 - 27730000 - 27750000 - 27770000 - 27790000 - 27810000 - 27830000 - 27850000 - 27870000 - 27890000 - 27910000 - 27930000 - 27950000 - 27970000 - 27990000 - 28010000 - 28030000 - 28050000 - 28070000 - 28090000 - 28110000 - 28130000 - 28150000 - 28170000 - 28190000 - 28210000 - 28230000 - 28250000 - 28270000 - 28290000 - 28310000 - 28330000 - 28350000 - 28370000 - 28390000 - 28410000 - 28430000 - 28450000 - 28470000 - 28490000 - 28510000 - 28530000 - 28550000 - 28570000 - 28590000 - 28610000 - 28630000 - 28650000 - 28670000 - 28690000 - 28710000 - 28730000 - 28750000 - 28770000 - 28790000 - 28810000 - 28830000 - 28850000 - 28870000 - 28890000 - 28910000 - 28930000 - 28950000 - 28970000 - 28990000 - 29010000 - 29030000 - 29050000 - 29070000 - 29090000 - 29110000 - 29130000 - 29150000 - 29170000 - 29190000 - 29210000 - 29230000 - 29250000 - 29270000 - 29290000 - 29310000 - 29330000 - 29350000 - 29370000 - 29390000 - 29410000 - 29430000 - 29450000 - 29650000 - 29670000 - 29690000 - 29950000 - 29970000 - 29990000 - 30010000 - 30030000 - 30050000 - 30070000 - 30090000 - 30110000 - 30130000 - 30150000 - 30170000 - 30190000 - 30210000 - 30230000 - 30250000 - 30270000 - 30290000 - 30310000 - 30330000 - 30350000 - 30370000 - 30390000 - 30410000 - 30430000 - 30450000 - 30470000 - 30490000 - 30510000 - 30530000 - 30550000 - 30570000 - 30590000 - 30610000 - 30630000 - 30650000 - 30670000 - 30690000 - 30710000 - 30730000 - 30750000 - 30770000 - 30790000 - 30810000 - 30830000 - 30850000 - 30870000 - 30890000 - 30910000 - 30930000 - 30950000 - 30970000 - 30990000 - 31010000 - 31030000 - 31050000 - 31070000 - 31090000 - 31110000 - 31130000 - 31150000 - 31170000 - 31190000 - 31210000 - 31230000 - 31250000 - 31270000 - 31290000 - 31330000 - 31350000 - 31370000 - 31390000 - 31410000 - 31430000 - 31450000 - 31470000 - 31490000 - 31510000 - 31530000 - 31550000 - 31570000 - 31590000 - 31610000 - 31630000 - 31650000 - 31670000 - 31690000 - 31710000 - 31730000 - 31750000 - 31770000 - 31790000 - 31810000 - 31830000 - 31850000 - 31870000 - 31910000 - 31930000 - 31950000 - 31970000 - 31990000 - 32010000 - 32030000 - 32050000 - 32070000 - 32090000 - 32110000 - 32130000 - 32150000 - 32170000 - 32190000 - 32210000 - 32230000 - 32250000 - 32270000 - 32290000 - 32310000 - 32330000 - 32350000 - 32370000 rank: 1 reference_population: null statistic: id: H12 label: H12 uid: H12/BFM/3/1 values: - 0.014072673808023527 - 0.015227893299726947 - 0.01470279353077085 - 0.012707414408737659 - 0.00945179584120983 - 0.011342155009451795 - 0.013547574039067426 - 0.022684310018903597 - 0.02236925015752993 - 0.022369250157529927 - 0.009766855702583491 - 0.010081915563957152 - 0.011447174963243016 - 0.01470279353077085 - 0.009136735979836169 - 0.008821676118462508 - 0.00955681579500105 - 0.011027095148078135 - 0.014177693761814747 - 0.013967653854232306 - 0.027620247847090957 - 0.03161100609115733 - 0.04190296156269692 - 0.048729258559126236 - 0.02720016803192607 - 0.031821045998739764 - 0.01816845200588112 - 0.011342155009451795 - 0.009451795841209832 - 0.015122873345935732 - 0.010081915563957152 - 0.012287334593572778 - 0.00966183574879227 - 0.06679269061121614 - 0.10102919554715398 - 0.01050199537912203 - 0.010081915563957152 - 0.013862633900441082 - 0.0129174543163201 - 0.010186935517748371 - 0.010922075194286916 - 0.015437933207309388 - 0.015963032976265494 - 0.0118672547784079 - 0.010817055240495695 - 0.028670447385003156 - 0.018483511867254776 - 0.015437933207309391 - 0.013652593992858642 - 0.012287334593572778 - 0.0118672547784079 - 0.017958412098298678 - 0.016278092837639153 - 0.0872715816005041 - 0.01249737450115522 - 0.014912833438353285 - 0.014597773576979629 - 0.027830287754673392 - 0.033501365259399285 - 0.03297626549044319 - 0.013442554085276205 - 0.013757613946649865 - 0.01900861163621088 - 0.03192606595253098 - 0.01764335223692502 - 0.0191136315900021 - 0.013652593992858642 - 0.013127494223902542 - 0.009346775887418607 - 0.015122873345935728 - 0.015963032976265494 - 0.03486662465868515 - 0.015122873345935725 - 0.010712035286704476 - 0.01144717496324302 - 0.012707414408737662 - 0.018798571728628442 - 0.012602394454946441 - 0.016593152699012813 - 0.014072673808023524 - 0.011237135055660577 - 0.016173072883847932 - 0.014072673808023524 - 0.016383112791430367 - 0.013967653854232306 - 0.014492753623188413 - 0.014807813484562069 - 0.04484352026885107 - 0.01281243436252888 - 0.009241755933627388 - 0.011867254778407898 - 0.015017853392144509 - 0.019008611636210884 - 0.02362948960302457 - 0.03812224322621298 - 0.013652593992858649 - 0.03129594622978366 - 0.013127494223902542 - 0.014597773576979629 - 0.015542953161100612 - 0.016698172652804037 - 0.01176223482461668 - 0.020373871035496743 - 0.015437933207309391 - 0.017013232514177697 - 0.015227893299726947 - 0.017118252467968914 - 0.013547574039067426 - 0.017013232514177697 - 0.012182314639781556 - 0.03276622558286075 - 0.023839529510607017 - 0.016383112791430367 - 0.023314429741650912 - 0.022999369880277253 - 0.013547574039067423 - 0.02121403066582651 - 0.014807813484562069 - 0.029300567107750475 - 0.01596303297626549 - 0.018588531821046 - 0.01701323251417769 - 0.01942869145137576 - 0.010712035286704473 - 0.03854232304137786 - 0.01921865154379333 - 0.02604494854022264 - 0.018168452005881124 - 0.04263810123923545 - 0.018483511867254783 - 0.02467968914093678 - 0.014912833438353288 - 0.018903591682419663 - 0.017013232514177697 - 0.011972274732199115 - 0.01669817265280403 - 0.010712035286704478 - 0.014177693761814743 - 0.023839529510607013 - 0.01176223482461668 - 0.01302247427011132 - 0.015017853392144509 - 0.017853392144507457 - 0.016908212560386472 - 0.013442554085276205 - 0.013547574039067426 - 0.01144717496324302 - 0.014177693761814743 - 0.010712035286704473 - 0.009661835748792272 - 0.010712035286704473 - 0.010396975425330813 - 0.011132115101869356 - 0.011237135055660577 - 0.009241755933627388 - 0.01228733459357278 - 0.01302247427011132 - 0.010396975425330813 - 0.013337534131484984 - 0.013337534131484984 - 0.017328292375551356 - 0.01575299306868305 - 0.017328292375551356 - 0.01144717496324302 - 0.010922075194286916 - 0.01249737450115522 - 0.013757613946649865 - 0.015017853392144509 - 0.02572988867884898 - 0.03497164461247637 - 0.039907582440663725 - 0.039802562486872514 - 0.04935937828187355 - 0.061856752783028775 - 0.06059651333753414 - 0.07151858853182105 - 0.09115731989077926 - 0.09997899600924176 - 0.08233564377231674 - 0.1125813904641882 - 0.10281453476160472 - 0.1260239445494644 - 0.12129804662885947 - 0.14167191766435625 - 0.13201008191556393 - 0.12129804662885944 - 0.12350346565847513 - 0.13011972274732198 - 0.1513337534131485 - 0.15521949170342364 - 0.1836798991808444 - 0.2320940978785969 - 0.2443814324721697 - 0.25183784919134633 - 0.26023944549464395 - 0.2587691661415669 - 0.2768325981936568 - 0.26202478470909474 - 0.2485822306238185 - 0.17643352236925014 - 0.1116362108800672 - 0.08601134215500944 - 0.08391094307918504 - 0.08716656164671288 - 0.07939508506616255 - 0.11384162990968286 - 0.0536651963873136 - 0.05786599453896241 - 0.0568157950010502 - 0.06101659315269903 - 0.05713085486242386 - 0.05314009661835749 - 0.05282503675698382 - 0.054610375971434574 - 0.05440033606385213 - 0.052089897080445285 - 0.048939298466708685 - 0.04862423860533502 - 0.043478260869565216 - 0.03959252257929007 - 0.03476160470489393 - 0.0294055870615417 - 0.03161100609115732 - 0.03917244276412518 - 0.03864734299516908 - 0.04358328082335644 - 0.0547153959252258 - 0.03801722327242176 - 0.040222642302037384 - 0.03171602604494854 - 0.05250997689561017 - 0.02488972904851922 - 0.031505986137366104 - 0.04379332073093888 - 0.023839529510607013 - 0.03780718336483932 - 0.04925435832808234 - 0.017433312329342573 - 0.012287334593572778 - 0.007876496534341523 - 0.007876496534341523 - 0.00892669607225373 - 0.00892669607225373 - 0.01816845200588112 - 0.028145347616047044 - 0.019008611636210884 - 0.013442554085276202 - 0.01249737450115522 - 0.014387733669397185 - 0.011237135055660577 - 0.011132115101869358 - 0.02289434992648604 - 0.014912833438353288 - 0.01921865154379333 - 0.012287334593572782 - 0.03318630539802563 - 0.04809913883637892 - 0.019953791220331862 - 0.027620247847090947 - 0.015542953161100612 - 0.022999369880277253 - 0.023629489603024575 - 0.026360008401596302 - 0.028880487292585594 - 0.017118252467968914 - 0.014177693761814747 - 0.017958412098298678 - 0.013547574039067423 - 0.010081915563957152 - 0.012182314639781559 - 0.012077294685990341 - 0.01228733459357278 - 0.009871875656374714 - 0.009241755933627388 - 0.010712035286704473 - 0.015017853392144509 - 0.017223272421760142 - 0.011027095148078135 - 0.01669817265280403 - 0.010922075194286916 - 0.014072673808023527 - 0.011342155009451795 - 0.012182314639781559 - 0.011132115101869356 - 0.009871875656374714 - 0.008716656164671287 - 0.00987187565637471 - 0.009766855702583491 - 0.009031716026044946 - 0.008296576349506406 - 0.008401596303297627 - 0.009136735979836169 - 0.010712035286704473 - 0.012077294685990341 - 0.014177693761814743 - 0.01249737450115522 - 0.011027095148078135 - 0.009766855702583491 - 0.015332913253518168 - 0.011132115101869356 - 0.012707414408737659 - 0.010396975425330815 - 0.009031716026044946 - 0.008401596303297627 - 0.011237135055660577 - 0.009346775887418607 - 0.010712035286704473 - 0.010081915563957152 - 0.01281243436252888 - 0.008191556395715184 - 0.008086536441923966 - 0.012392354547364 - 0.010081915563957152 - 0.012707414408737662 - 0.00955681579500105 - 0.010712035286704473 - 0.010396975425330813 - 0.009136735979836169 - 0.009766855702583491 - 0.012602394454946441 - 0.008296576349506406 - 0.013547574039067423 - 0.00966183574879227 - 0.008821676118462508 - 0.00892669607225373 - 0.010081915563957152 - 0.014702793530770846 - 0.016593152699012813 - 0.03077084646082756 - 0.011027095148078135 - 0.014282713715605962 - 0.01281243436252888 - 0.016488132745221595 - 0.01050199537912203 - 0.031821045998739764 - 0.015017853392144509 - 0.007981516488132744 - 0.012707414408737659 - 0.00892669607225373 - 0.010291955471539592 - 0.00945179584120983 - 0.015647973114891828 - 0.011132115101869358 - 0.014177693761814747 - 0.08160050409577818 - 0.05356017643352237 - 0.02068893089687041 - 0.019323671497584544 - 0.01165721487082546 - 0.009136735979836169 - 0.007351396765385423 - 0.007351396765385423 - 0.007561436672967862 - 0.007981516488132744 - 0.009241755933627388 - 0.01722327242176013 - 0.01921865154379333 - 0.016593152699012813 - 0.012182314639781556 - 0.11846250787649655 - 0.06742281033396345 - 0.011132115101869356
19.721519
92
0.790588
88b86f1664d7444b9e635af21f17806eadf285ba
262
yml
YAML
src/main/resources/Tweaks/Mobs/bedrock_wither_health.yml
mistermsk/MineTweaks
1178fff855aab2ec80fbfe479d9b53ae3428677f
[ "MIT" ]
null
null
null
src/main/resources/Tweaks/Mobs/bedrock_wither_health.yml
mistermsk/MineTweaks
1178fff855aab2ec80fbfe479d9b53ae3428677f
[ "MIT" ]
6
2021-11-19T09:32:04.000Z
2022-03-26T03:57:53.000Z
src/main/resources/Tweaks/Mobs/bedrock_wither_health.yml
mistermsk/MineTweaks
1178fff855aab2ec80fbfe479d9b53ae3428677f
[ "MIT" ]
4
2021-12-06T16:57:40.000Z
2022-02-12T10:25:55.000Z
# Enable or disable this tweak. enabled: false # Display name, seen in-game display-name: "Bedrock Wither Health" # Description, seen in-game description: "Sets the wither's health to 600 (instead of 300) to match bedrock edition." # Category category: "Mobs"
23.818182
89
0.751908
88f489f5900eb06e27c004bb392188fd5efde759
1,776
yml
YAML
docs-ref-autogen/@azure/arm-monitor/AzNsActionGroup.yml
MicrosoftDocs/azure-docs-sdk-node.pt-BR
5e3d05c262cc3842b08f3cce4c1b23dcdb985071
[ "CC-BY-4.0", "MIT" ]
3
2017-08-28T07:38:16.000Z
2021-04-20T21:12:49.000Z
docs-ref-autogen/@azure/arm-monitor/AzNsActionGroup.yml
MicrosoftDocs/azure-docs-sdk-node.pt-BR
5e3d05c262cc3842b08f3cce4c1b23dcdb985071
[ "CC-BY-4.0", "MIT" ]
1
2018-01-17T16:49:37.000Z
2018-01-17T16:49:37.000Z
docs-ref-autogen/@azure/arm-monitor/AzNsActionGroup.yml
MicrosoftDocs/azure-docs-sdk-node.pt-BR
5e3d05c262cc3842b08f3cce4c1b23dcdb985071
[ "CC-BY-4.0", "MIT" ]
2
2019-10-13T20:23:44.000Z
2021-11-18T12:06:21.000Z
### YamlMime:UniversalReference items: - uid: '@azure/arm-monitor.AzNsActionGroup' name: AzNsActionGroup fullName: AzNsActionGroup children: - '@azure/arm-monitor.AzNsActionGroup.actionGroup' - '@azure/arm-monitor.AzNsActionGroup.customWebhookPayload' - '@azure/arm-monitor.AzNsActionGroup.emailSubject' langs: - typeScript type: interface summary: Grupo de ações do Azure package: '@azure/arm-monitor' - uid: '@azure/arm-monitor.AzNsActionGroup.actionGroup' name: actionGroup fullName: actionGroup children: [] langs: - typeScript type: property summary: Referência do grupo de ação do Azure. optional: true syntax: content: 'actionGroup?: string[]' return: type: - 'string[]' package: '@azure/arm-monitor' - uid: '@azure/arm-monitor.AzNsActionGroup.customWebhookPayload' name: customWebhookPayload fullName: customWebhookPayload children: [] langs: - typeScript type: property summary: Carga personalizada a ser enviada para todos os URI do webhook no grupo de ações do Azure optional: true syntax: content: 'customWebhookPayload?: undefined | string' return: type: - undefined | string package: '@azure/arm-monitor' - uid: '@azure/arm-monitor.AzNsActionGroup.emailSubject' name: emailSubject fullName: emailSubject children: [] langs: - typeScript type: property summary: Substituição de entidade personalizado para todas as ids de email no grupo de ações do Azure optional: true syntax: content: 'emailSubject?: undefined | string' return: type: - undefined | string package: '@azure/arm-monitor'
30.101695
105
0.663851
1807fb28af69a31d74a32c541e9d46bf674fea04
94
yml
YAML
antora-ui-hop/docs/antora.yml
sramazzina/incubator-hop-website
e2536db32d5e7463e0114549be01c1fc539f49f6
[ "Apache-2.0" ]
58
2020-10-31T04:28:34.000Z
2022-03-25T06:42:19.000Z
antora-ui-hop/docs/antora.yml
sramazzina/incubator-hop-website
e2536db32d5e7463e0114549be01c1fc539f49f6
[ "Apache-2.0" ]
99
2021-01-28T10:57:27.000Z
2022-03-29T16:19:19.000Z
antora-ui-hop/docs/antora.yml
sramazzina/incubator-hop-website
e2536db32d5e7463e0114549be01c1fc539f49f6
[ "Apache-2.0" ]
18
2020-10-14T11:20:25.000Z
2021-11-06T23:40:38.000Z
name: antora-ui-default title: Antora Default UI version: master nav: - modules/ROOT/nav.adoc
15.666667
24
0.776596
c907d0e1802983b200b571cf93dfba91d4949b66
605
yaml
YAML
onpremise-cloud/resources/http-server.yaml
fgiorgetti/skupper-performance
f71361083f258970d1cbca0d64e77e891dbbd4fb
[ "Apache-2.0" ]
1
2022-03-11T12:52:03.000Z
2022-03-11T12:52:03.000Z
onpremise-cloud/resources/http-server.yaml
fgiorgetti/skupper-performance
f71361083f258970d1cbca0d64e77e891dbbd4fb
[ "Apache-2.0" ]
2
2021-11-05T18:43:19.000Z
2021-11-10T18:14:31.000Z
onpremise-cloud/resources/http-server.yaml
fgiorgetti/skupper-performance
f71361083f258970d1cbca0d64e77e891dbbd4fb
[ "Apache-2.0" ]
1
2021-10-20T12:33:20.000Z
2021-10-20T12:33:20.000Z
apiVersion: apps/v1 kind: Deployment metadata: labels: app: http-server name: http-server spec: replicas: 1 selector: matchLabels: app: http-server template: metadata: labels: app: http-server spec: containers: - image: nginxinc/nginx-unprivileged:stable-alpine imagePullPolicy: IfNotPresent name: http-server ports: - containerPort: 8080 name: web protocol: TCP terminationMessagePath: /dev/termination-log terminationMessagePolicy: File terminationGracePeriodSeconds: 30
21.607143
56
0.638017
c92a1a126655a3cb60a2ed23302e2629998169a0
192
yml
YAML
src/licensedcode/data/rules/mit_and_cc-by-sa-4.0_1.yml
s4-2/scancode-toolkit
8931b42e2630b94d0cabc834dfb3c16f01f82321
[ "Apache-2.0", "CC-BY-4.0" ]
1,511
2015-07-01T15:29:03.000Z
2022-03-30T13:40:05.000Z
src/licensedcode/data/rules/mit_and_cc-by-sa-4.0_1.yml
s4-2/scancode-toolkit
8931b42e2630b94d0cabc834dfb3c16f01f82321
[ "Apache-2.0", "CC-BY-4.0" ]
2,695
2015-07-01T16:01:35.000Z
2022-03-31T19:17:44.000Z
src/licensedcode/data/rules/mit_and_cc-by-sa-4.0_1.yml
s4-2/scancode-toolkit
8931b42e2630b94d0cabc834dfb3c16f01f82321
[ "Apache-2.0", "CC-BY-4.0" ]
540
2015-07-01T15:08:19.000Z
2022-03-31T12:13:11.000Z
license_expression: mit AND cc-by-sa-4.0 is_license_reference: yes relevance: 100 notes: stackoverflow.com is not MIT-licensed ignorable_urls: - https://stackoverflow.com/a/2031935/450127
27.428571
48
0.796875
e8ffea5c2f9b65fdfb659528bdbafd55763e35d5
936
yml
YAML
vm_deployment_scripts/vms_info.yml
Canadensys/cloud-compute-canada
312b13171979a161807a50cc826b1fc59593610e
[ "MIT" ]
null
null
null
vm_deployment_scripts/vms_info.yml
Canadensys/cloud-compute-canada
312b13171979a161807a50cc826b1fc59593610e
[ "MIT" ]
null
null
null
vm_deployment_scripts/vms_info.yml
Canadensys/cloud-compute-canada
312b13171979a161807a50cc826b1fc59593610e
[ "MIT" ]
null
null
null
ip-local: IP image: IMAGE network: NETWORK network-id: NETWORK-ID subnet-id: SUBNET-ID auth_url: 'AUTH_URL' project_name: 'PROJECT_NAME' tenant_name: 'TENANT_NAME' tenant_id: 'TENANT_ID' region_name: 'REGION_NAME' vms: vm-0: ip: END_OF_IP desc: VM_WITH_FLOATING_IP size: VM_SIZE flavor: VM_FLAVOR security-group: SECURITY_GROUP floating-ip: FLOATING_IP_ASSOCIATE vm-1: ip: 1 desc: VM_WITH_VOLUME size: 25 flavor: VM_FLAVOR security-group: SECURITY_GROUP mounted-volume: SOLELY_VOLUME mounted-volume-name: /dev/sdc vm-002: ip: 2 desc: SIMPLE_VM size: 25 flavor: VM_FLAVOR security-group: SECURITY_GROUP SOLELY_VOLUME: ip: desc: FILES size : 15000 flavor: security-group: etc.
22.285714
42
0.574786
f05a9a84adf148d84bb4b7944eb0ace80aa96abb
4,198
yml
YAML
config/locales/devise.fr.yml
lanets/volops
b5d7e5c572316f8d8b2541b1733ab76d0d8b0b00
[ "MIT" ]
1
2018-08-06T14:39:08.000Z
2018-08-06T14:39:08.000Z
config/locales/devise.fr.yml
lanets/volops
b5d7e5c572316f8d8b2541b1733ab76d0d8b0b00
[ "MIT" ]
12
2018-08-06T16:36:41.000Z
2018-12-23T21:53:21.000Z
config/locales/devise.fr.yml
lanets/Volops
b5d7e5c572316f8d8b2541b1733ab76d0d8b0b00
[ "MIT" ]
null
null
null
# Additional translations at https://github.com/plataformatec/devise/wiki/I18n en: devise: confirmations: confirmed: "Votre adresse courriel a été confirmé." send_instructions: "Vous recevrez via courriel les instructions pour confirmer votre courriel d'ici quelques minutes." send_paranoid_instructions: "Si votre adresse courriel exist dans notre base de données, vous recevrez un courriel avec les instructions pour confirmer votre courriel d'ici quelques minutes." failure: already_authenticated: "Vous êtes déjà connéctés." inactive: "Votre compte n'est pas encore activé." invalid: "Invalide %{authentication_keys} ou password." locked: "Votre compte est bloqué." last_attempt: "Il vous reste une dernière tentative avant de barrer votre compte." not_found_in_database: "Invalide %{authentication_keys} ou password." timeout: "Votre session est expiré. Veuillez vous connecter à nouveau." unauthenticated: "Vous devez vous enregistrer ou connecter avant de continuer." unconfirmed: "Vous devez confirmer votre courriel avant de commencer." mailer: confirmation_instructions: subject: "Instructions de confirmations" reset_password_instructions: subject: "Instructions de réinitialisation de mot de passe" unlock_instructions: subject: "Unlock instructions" email_changed: subject: "Email Changed" password_change: subject: "Password Changed" omniauth_callbacks: failure: 'Could not authenticate you from %{kind} because "%{reason}".' success: "Successfully authenticated from %{kind} account." passwords: no_token: "You can't access this page without coming from a password reset email. If you do come from a password reset email, please make sure you used the full URL provided." send_instructions: "You will receive an email with instructions on how to reset your password in a few minutes." send_paranoid_instructions: "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes." updated: "Your password has been changed successfully. You are now signed in." updated_not_active: "Your password has been changed successfully." registrations: destroyed: "Bye! Your account has been successfully cancelled. We hope to see you again soon." signed_up: "Bienvenue! Vous vous êtes enregistré avec succès." signed_up_but_inactive: "You have signed up successfully. However, we could not sign you in because your account is not yet activated." signed_up_but_locked: "You have signed up successfully. However, we could not sign you in because your account is locked." signed_up_but_unconfirmed: "A message with a confirmation link has been sent to your email address. Please follow the link to activate your account." update_needs_confirmation: "You updated your account successfully, but we need to verify your new email address. Please check your email and follow the confirm link to confirm your new email address." updated: "Your account has been updated successfully." sessions: signed_in: "Connexion avec succès." signed_out: "Déconnexion avec succès." already_signed_out: "Déconnexion avec succès." unlocks: send_instructions: "You will receive an email with instructions for how to unlock your account in a few minutes." send_paranoid_instructions: "If your account exists, you will receive an email with instructions for how to unlock it in a few minutes." unlocked: "Your account has been unlocked successfully. Please sign in to continue." errors: messages: already_confirmed: "was already confirmed, please try signing in" confirmation_period_expired: "needs to be confirmed within %{period}, please request a new one" expired: "has expired, please request a new one" not_found: "not found" not_locked: "was not locked" not_saved: one: "1 error prohibited this %{resource} from being saved:" other: "%{count} errors prohibited this %{resource} from being saved:"
64.584615
206
0.737256
f733d457207f94d8b662cdeb81770b4d1028f5af
182
yaml
YAML
test.yaml
CodyScottJohnson/backstage
bef332266d10e82f91fc70073221026182cd7e6f
[ "Apache-2.0" ]
null
null
null
test.yaml
CodyScottJohnson/backstage
bef332266d10e82f91fc70073221026182cd7e6f
[ "Apache-2.0" ]
null
null
null
test.yaml
CodyScottJohnson/backstage
bef332266d10e82f91fc70073221026182cd7e6f
[ "Apache-2.0" ]
null
null
null
apiVersion: backstage.io/v1alpha1 kind: Component metadata: name: dashboard description: Example Tableau Dashboard spec: type: service lifecycle: development owner: codysj
18.2
40
0.785714
43167d0c81a4ce4b57d3237994055a96a5b281f2
5,185
yml
YAML
docs-ref-autogen/azure-mgmt-billing/azure.mgmt.billing.models.invoice.yml
azure-sdk/azure-docs-sdk-python
52daeda04a5bcdd19006f0b8b416704636d5806a
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/azure-mgmt-billing/azure.mgmt.billing.models.invoice.yml
azure-sdk/azure-docs-sdk-python
52daeda04a5bcdd19006f0b8b416704636d5806a
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/azure-mgmt-billing/azure.mgmt.billing.models.invoice.yml
azure-sdk/azure-docs-sdk-python
52daeda04a5bcdd19006f0b8b416704636d5806a
[ "CC-BY-4.0", "MIT" ]
1
2021-03-03T14:16:59.000Z
2021-03-03T14:16:59.000Z
### YamlMime:PythonClass uid: azure.mgmt.billing.models.Invoice name: Invoice fullName: azure.mgmt.billing.models.Invoice module: azure.mgmt.billing.models inheritances: - azure.mgmt.billing.models._models_py3.Resource summary: 'An invoice. Variables are only populated by the server, and will be ignored when sending a request.' constructor: syntax: Invoice(**kwargs) -> None variables: - description: Resource Id. name: id types: - <xref:str> - description: Resource name. name: name types: - <xref:str> - description: Resource type. name: type types: - <xref:str> - description: The due date for the invoice. name: due_date types: - <xref:datetime> - description: The date when the invoice was generated. name: invoice_date types: - <xref:datetime> - description: 'The current status of the invoice. Possible values include: ''Due'', ''OverDue'', ''Paid'', ''Void''' name: status types: - <xref:str> - <xref:azure.mgmt.billing.models.InvoiceStatus> - description: The amount due as of now. name: amount_due types: - <xref:azure.mgmt.billing.models.Amount> - description: 'The amount of Azure prepayment applied to the charges. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.' name: azure_prepayment_applied types: - <xref:azure.mgmt.billing.models.Amount> - description: The total charges for the invoice billing period. name: billed_amount types: - <xref:azure.mgmt.billing.models.Amount> - description: 'The total refund for returns and cancellations during the invoice billing period. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.' name: credit_amount types: - <xref:azure.mgmt.billing.models.Amount> - description: 'The amount of free Azure credits applied to the charges. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.' name: free_azure_credit_applied types: - <xref:azure.mgmt.billing.models.Amount> - description: 'The pre-tax amount due. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.' name: sub_total types: - <xref:azure.mgmt.billing.models.Amount> - description: 'The amount of tax charged for the billing period. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.' name: tax_amount types: - <xref:azure.mgmt.billing.models.Amount> - description: 'The amount due when the invoice was generated. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.' name: total_amount types: - <xref:azure.mgmt.billing.models.Amount> - description: 'The start date of the billing period for which the invoice is generated.' name: invoice_period_start_date types: - <xref:datetime> - description: 'The end date of the billing period for which the invoice is generated.' name: invoice_period_end_date types: - <xref:datetime> - description: 'Invoice type. Possible values include: ''AzureService'', ''AzureMarketplace'', ''AzureSupport''' name: invoice_type types: - <xref:str> - <xref:azure.mgmt.billing.models.InvoiceType> - description: 'Specifies if the invoice is generated as part of monthly invoicing cycle or not. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.' name: is_monthly_invoice types: - <xref:bool> - description: 'The ID of the billing profile for which the invoice is generated.' name: billing_profile_id types: - <xref:str> - description: 'The name of the billing profile for which the invoice is generated.' name: billing_profile_display_name types: - <xref:str> - description: 'An optional purchase order number for the invoice.' name: purchase_order_number types: - <xref:str> - description: 'List of documents available to download such as invoice and tax receipt.' name: documents types: - <xref:list>[<xref:azure.mgmt.billing.models.Document>] - description: List of payments. name: payments types: - <xref:list>[<xref:azure.mgmt.billing.models.PaymentProperties>] - description: Rebill details for an invoice. name: rebill_details types: - <xref:dict>[<xref:str,azure.mgmt.billing.models.RebillDetails>] - description: 'The type of the document. Possible values include: ''Invoice'', ''CreditNote''' name: document_type types: - <xref:str> - <xref:azure.mgmt.billing.models.InvoiceDocumentType> - description: 'The Id of the active invoice which is originally billed after this invoice was voided. This field is applicable to the void invoices only.' name: billed_document_id types: - <xref:str> - description: 'The Id of the invoice which got voided and this credit note was issued as a result. This field is applicable to the credit notes only.' name: credit_for_document_id types: - <xref:str> - description: 'The ID of the subscription for which the invoice is generated.' name: subscription_id types: - <xref:str>
27.876344
78
0.732498
f9bf24f2186317105248573cb300226ae167efc6
157
yml
YAML
Chapter03/linux-apache2-php_fpm/vars/main.yml
hca-krafty/Security-Automation-with-Ansible-2
0b5d013a41465b8ce6078672c7cebb93d0328c36
[ "MIT" ]
65
2017-12-22T10:36:47.000Z
2022-03-21T11:25:13.000Z
Chapter03/linux-apache2-php_fpm/vars/main.yml
bkovalev/Security-Automation-with-Ansible-2
19bbfdaee7e8986d1ab2f1a6bdb856e57e4f8b1c
[ "MIT" ]
3
2018-02-08T20:01:54.000Z
2020-10-28T21:32:28.000Z
Chapter03/linux-apache2-php_fpm/vars/main.yml
bkovalev/Security-Automation-with-Ansible-2
19bbfdaee7e8986d1ab2f1a6bdb856e57e4f8b1c
[ "MIT" ]
40
2018-01-04T05:17:15.000Z
2022-03-22T12:03:58.000Z
# vars file for linux-apache2-php_fpm server_domain_name_or_ip: "127.0.0.1" website_root_directory: "/var/www/html" server_admin_email: "webmaster@localhost"
39.25
41
0.815287
dd6c00c5704542bc9f592b545d40da42f49a66df
2,161
yaml
YAML
tests/test_resources/compiled/monitoring-prd/prometheus/templates/server-deployment.yaml
Jean-Daniel/kapitan
7737f0e7b3f6e752d0ec46020d7ccb6d4fe1fc89
[ "Apache-2.0" ]
1,413
2017-10-10T15:03:43.000Z
2021-01-25T14:10:02.000Z
tests/test_resources/compiled/monitoring-prd/prometheus/templates/server-deployment.yaml
Jean-Daniel/kapitan
7737f0e7b3f6e752d0ec46020d7ccb6d4fe1fc89
[ "Apache-2.0" ]
354
2017-10-10T15:39:09.000Z
2021-01-25T14:37:10.000Z
tests/test_resources/compiled/monitoring-prd/prometheus/templates/server-deployment.yaml
vshn/kapitan
6be4ee2bd0273c998f51e4930a8a8ce163ecfedc
[ "Apache-2.0" ]
159
2017-10-10T15:30:30.000Z
2021-01-11T20:06:45.000Z
apiVersion: apps/v1 kind: Deployment metadata: labels: app: prometheus chart: prometheus-11.3.0 component: prd-server heritage: Tiller release: prometheus name: prometheus-prd-server namespace: infra-prometheus spec: replicas: 1 selector: matchLabels: app: prometheus component: prd-server release: prometheus template: metadata: labels: app: prometheus chart: prometheus-11.3.0 component: prd-server heritage: Tiller release: prometheus spec: containers: - args: - --storage.tsdb.retention.time=15d - --config.file=/etc/config/prometheus.yml - --storage.tsdb.path=/data - --web.console.libraries=/etc/prometheus/console_libraries - --web.console.templates=/etc/prometheus/consoles - --web.enable-lifecycle image: prom/prometheus:v2.18.1 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3 httpGet: path: /-/healthy port: 9090 initialDelaySeconds: 30 successThreshold: 1 timeoutSeconds: 30 name: prometheus-prd-server ports: - containerPort: 9090 readinessProbe: failureThreshold: 3 httpGet: path: /-/ready port: 9090 initialDelaySeconds: 30 successThreshold: 1 timeoutSeconds: 30 resources: {} volumeMounts: - mountPath: /etc/config name: config-volume - mountPath: /data name: storage-volume subPath: '' securityContext: fsGroup: 65534 runAsGroup: 65534 runAsNonRoot: true runAsUser: 65534 serviceAccountName: default terminationGracePeriodSeconds: 300 volumes: - configMap: name: prometheus-prd-server name: config-volume - name: storage-volume persistentVolumeClaim: claimName: prometheus-prd-server
27.705128
71
0.56224
fb3ecce802dcb571f675cfde69370bfd00674679
581
yml
YAML
_data/comments/tcp-ip/comment-1609270592338.yml
kevinsblog/kevinsblog.github.io
f55f64c21869d8897de7bf1e72fa56bd930bff37
[ "MIT" ]
1
2019-06-12T12:14:56.000Z
2019-06-12T12:14:56.000Z
_data/comments/tcp-ip/comment-1609270592338.yml
kevinsblog/kevinsblog.github.io
f55f64c21869d8897de7bf1e72fa56bd930bff37
[ "MIT" ]
null
null
null
_data/comments/tcp-ip/comment-1609270592338.yml
kevinsblog/kevinsblog.github.io
f55f64c21869d8897de7bf1e72fa56bd930bff37
[ "MIT" ]
null
null
null
_id: 2764f490-4a0d-11eb-884e-4502385faf60 message: "Sweet blog! I found it while searching on Yahoo News.\r\nDo you have any tips on how to get listed in Yahoo News?\r\n\r\nI've been trying for a while but I never seem to get there!\r\nMany thanks" name: Roxie email: 448b7d654c382d1ff57884d8cd4697bb url: >- https://walker123.jojobet132.com/%eb%8c%80%eb%b6%80%eb%b6%84%ec%9d%98-%ec%82%ac%eb%9e%8c%eb%93%a4%ec%9d%80-expressing%ec%97%90-%eb%8c%80%ed%95%b4-slot-machines-%ea%b7%b8%eb%a6%ac%ea%b3%a0-%eb%8b%b9%ec%8b%a0%ec%9d%b4%ed%95%b4/ hidden: '' date: '2020-12-29T19:36:32.338Z'
64.555556
227
0.731497
53c0054f7868a3ad422cca4cc0594c11797254b6
129
yaml
YAML
dist/app-linkerd/database/hpa.patch.yaml
jmistx/gitops-app-distribution
1e742c9441295cc26c941c25c51a1a96aae3de62
[ "Apache-2.0" ]
17
2019-10-06T22:30:52.000Z
2021-11-02T08:41:51.000Z
dist/app-linkerd/database/hpa.patch.yaml
jmistx/gitops-app-distribution
1e742c9441295cc26c941c25c51a1a96aae3de62
[ "Apache-2.0" ]
null
null
null
dist/app-linkerd/database/hpa.patch.yaml
jmistx/gitops-app-distribution
1e742c9441295cc26c941c25c51a1a96aae3de62
[ "Apache-2.0" ]
4
2019-10-03T02:27:06.000Z
2020-04-13T13:24:36.000Z
apiVersion: autoscaling/v2beta1 kind: HorizontalPodAutoscaler metadata: name: database spec: minReplicas: 1 maxReplicas: 3
16.125
31
0.79845
f306abd4975301d38545ee9bf7cf49661ac4ffcd
481
yml
YAML
threads/2065093/posts/47484937.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
threads/2065093/posts/47484937.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
threads/2065093/posts/47484937.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
url: showpost.php?p=47484937&postcount=11724 id: 47484937 tid: 2065093 num: 11724 datetime: 2012-06-28T12:46:00.000Z user: img: customavatars/avatar1032709_1.gif name: bnn89 title: Senior Member joinDate: 2012-05-31T16:00:00.000Z posts: 117 id: '1032709' title: 'Re: [NEW RULE][From F17 With Love] - Thread Girl Xinh' content: html: "\r\n\t\t\t\r\n\t\t\tph&#x1EB7;c! c&#xF4; gi&#xE1;o mang &#xE1;o m&#xF3;ng qu&#xE9;!\r\n\t\t" text: phặc! cô giáo mang áo móng qué!
28.294118
101
0.690229
c86e495769722d6177a1188bac36a13d8b537ce7
7,544
yaml
YAML
hidden_costs_generator/object_files_lt13/lt13_88doughnuts_variant00.yaml
sarah-keren/ROB-IS
27b43d68e83ae3af4ff21cff9376642f7f1c6065
[ "BSD-2-Clause" ]
1
2021-12-29T08:15:01.000Z
2021-12-29T08:15:01.000Z
hidden_costs_generator/object_files_lt13/lt13_88doughnuts_variant00.yaml
sarah-keren/ROB-IS
27b43d68e83ae3af4ff21cff9376642f7f1c6065
[ "BSD-2-Clause" ]
null
null
null
hidden_costs_generator/object_files_lt13/lt13_88doughnuts_variant00.yaml
sarah-keren/ROB-IS
27b43d68e83ae3af4ff21cff9376642f7f1c6065
[ "BSD-2-Clause" ]
null
null
null
bananas: [] doughnuts: - name: dougnut_1 radius: 1.3 std_dev: 0.3 type: doughnut x: 5.7 y: 22.85 - name: dougnut_2 radius: 1.3 std_dev: 0.3 type: doughnut x: 19.25 y: 14.8 - name: dougnut_3 radius: 1.3 std_dev: 0.3 type: doughnut x: 21.25 y: 19.0 - name: dougnut_4 radius: 1.3 std_dev: 0.3 type: doughnut x: 7.1 y: 31.45 - name: dougnut_5 radius: 1.3 std_dev: 0.3 type: doughnut x: 25.8 y: 34.95 - name: dougnut_6 radius: 1.3 std_dev: 0.3 type: doughnut x: 23.45 y: 22.9 - name: dougnut_7 radius: 1.3 std_dev: 0.3 type: doughnut x: 20.95 y: 29.25 - name: dougnut_8 radius: 1.3 std_dev: 0.3 type: doughnut x: 10.8 y: 14.05 - name: dougnut_9 radius: 1.3 std_dev: 0.3 type: doughnut x: 18.9 y: 14.2 - name: dougnut_10 radius: 1.3 std_dev: 0.3 type: doughnut x: 24.8 y: 21.95 - name: dougnut_11 radius: 1.3 std_dev: 0.3 type: doughnut x: 6.95 y: 23.0 - name: dougnut_12 radius: 1.3 std_dev: 0.3 type: doughnut x: 3.05 y: 22.6 - name: dougnut_13 radius: 1.3 std_dev: 0.3 type: doughnut x: 4.8 y: 39.25 - name: dougnut_14 radius: 1.3 std_dev: 0.3 type: doughnut x: 26.15 y: 25.3 - name: dougnut_15 radius: 1.3 std_dev: 0.3 type: doughnut x: 25.5 y: 19.85 - name: dougnut_16 radius: 1.3 std_dev: 0.3 type: doughnut x: 18.85 y: 18.1 - name: dougnut_17 radius: 1.3 std_dev: 0.3 type: doughnut x: 25.1 y: 32.9 - name: dougnut_18 radius: 1.3 std_dev: 0.3 type: doughnut x: 20.05 y: 35.2 - name: dougnut_19 radius: 1.3 std_dev: 0.3 type: doughnut x: 21.5 y: 19.45 - name: dougnut_20 radius: 1.3 std_dev: 0.3 type: doughnut x: 2.2 y: 30.45 - name: dougnut_21 radius: 1.3 std_dev: 0.3 type: doughnut x: 22.55 y: 46.85 - name: dougnut_22 radius: 1.3 std_dev: 0.3 type: doughnut x: 25.35 y: 22.2 - name: dougnut_23 radius: 1.3 std_dev: 0.3 type: doughnut x: 20.3 y: 41.4 - name: dougnut_24 radius: 1.3 std_dev: 0.3 type: doughnut x: 3.3 y: 27.5 - name: dougnut_25 radius: 1.3 std_dev: 0.3 type: doughnut x: 23.3 y: 37.55 - name: dougnut_26 radius: 1.3 std_dev: 0.3 type: doughnut x: 22.35 y: 33.2 - name: dougnut_27 radius: 1.3 std_dev: 0.3 type: doughnut x: 6.7 y: 18.75 - name: dougnut_28 radius: 1.3 std_dev: 0.3 type: doughnut x: 19.85 y: 28.4 - name: dougnut_29 radius: 1.3 std_dev: 0.3 type: doughnut x: 22.4 y: 15.15 - name: dougnut_30 radius: 1.3 std_dev: 0.3 type: doughnut x: 25.2 y: 37.6 - name: dougnut_31 radius: 1.3 std_dev: 0.3 type: doughnut x: 4.9 y: 17.55 - name: dougnut_32 radius: 1.3 std_dev: 0.3 type: doughnut x: 12.3 y: 37.5 - name: dougnut_33 radius: 1.3 std_dev: 0.3 type: doughnut x: 13.35 y: 35.4 - name: dougnut_34 radius: 1.3 std_dev: 0.3 type: doughnut x: 7.8 y: 29.7 - name: dougnut_35 radius: 1.3 std_dev: 0.3 type: doughnut x: 26.9 y: 20.9 - name: dougnut_36 radius: 1.3 std_dev: 0.3 type: doughnut x: 24.1 y: 18.8 - name: dougnut_37 radius: 1.3 std_dev: 0.3 type: doughnut x: 20.6 y: 48.3 - name: dougnut_38 radius: 1.3 std_dev: 0.3 type: doughnut x: 21.05 y: 30.3 - name: dougnut_39 radius: 1.3 std_dev: 0.3 type: doughnut x: 9.6 y: 48.45 - name: dougnut_40 radius: 1.3 std_dev: 0.3 type: doughnut x: 13.55 y: 36.9 - name: dougnut_41 radius: 1.3 std_dev: 0.3 type: doughnut x: 6.25 y: 22.45 - name: dougnut_42 radius: 1.3 std_dev: 0.3 type: doughnut x: 24.3 y: 27.95 - name: dougnut_43 radius: 1.3 std_dev: 0.3 type: doughnut x: 8.55 y: 29.65 - name: dougnut_44 radius: 1.3 std_dev: 0.3 type: doughnut x: 23.95 y: 21.95 - name: dougnut_45 radius: 1.3 std_dev: 0.3 type: doughnut x: 7.9 y: 17.4 - name: dougnut_46 radius: 1.3 std_dev: 0.3 type: doughnut x: 26.2 y: 14.4 - name: dougnut_47 radius: 1.3 std_dev: 0.3 type: doughnut x: 20.1 y: 30.95 - name: dougnut_48 radius: 1.3 std_dev: 0.3 type: doughnut x: 25.05 y: 22.35 - name: dougnut_49 radius: 1.3 std_dev: 0.3 type: doughnut x: 2.8 y: 46.1 - name: dougnut_50 radius: 1.3 std_dev: 0.3 type: doughnut x: 8.5 y: 22.85 - name: dougnut_51 radius: 1.3 std_dev: 0.3 type: doughnut x: 23.3 y: 38.55 - name: dougnut_52 radius: 1.3 std_dev: 0.3 type: doughnut x: 13.6 y: 35.1 - name: dougnut_53 radius: 1.3 std_dev: 0.3 type: doughnut x: 22.5 y: 24.9 - name: dougnut_54 radius: 1.3 std_dev: 0.3 type: doughnut x: 5.05 y: 17.5 - name: dougnut_55 radius: 1.3 std_dev: 0.3 type: doughnut x: 14.35 y: 36.15 - name: dougnut_56 radius: 1.3 std_dev: 0.3 type: doughnut x: 21.95 y: 45.55 - name: dougnut_57 radius: 1.3 std_dev: 0.3 type: doughnut x: 8.95 y: 13.4 - name: dougnut_58 radius: 1.3 std_dev: 0.3 type: doughnut x: 22.15 y: 23.65 - name: dougnut_59 radius: 1.3 std_dev: 0.3 type: doughnut x: 0.95 y: 24.65 - name: dougnut_60 radius: 1.3 std_dev: 0.3 type: doughnut x: 14.8 y: 36.3 - name: dougnut_61 radius: 1.3 std_dev: 0.3 type: doughnut x: 18.55 y: 21.05 - name: dougnut_62 radius: 1.3 std_dev: 0.3 type: doughnut x: 5.3 y: 37.2 - name: dougnut_63 radius: 1.3 std_dev: 0.3 type: doughnut x: 1.1 y: 24.95 - name: dougnut_64 radius: 1.3 std_dev: 0.3 type: doughnut x: 1.15 y: 18.3 - name: dougnut_65 radius: 1.3 std_dev: 0.3 type: doughnut x: 24.3 y: 14.4 - name: dougnut_66 radius: 1.3 std_dev: 0.3 type: doughnut x: 20.6 y: 31.45 - name: dougnut_67 radius: 1.3 std_dev: 0.3 type: doughnut x: 23.9 y: 45.1 - name: dougnut_68 radius: 1.3 std_dev: 0.3 type: doughnut x: 3.45 y: 38.8 - name: dougnut_69 radius: 1.3 std_dev: 0.3 type: doughnut x: 17.75 y: 16.35 - name: dougnut_70 radius: 1.3 std_dev: 0.3 type: doughnut x: 6.2 y: 26.5 - name: dougnut_71 radius: 1.3 std_dev: 0.3 type: doughnut x: 26.1 y: 27.8 - name: dougnut_72 radius: 1.3 std_dev: 0.3 type: doughnut x: 3.3 y: 22.1 - name: dougnut_73 radius: 1.3 std_dev: 0.3 type: doughnut x: 9.5 y: 45.0 - name: dougnut_74 radius: 1.3 std_dev: 0.3 type: doughnut x: 21.45 y: 23.85 - name: dougnut_75 radius: 1.3 std_dev: 0.3 type: doughnut x: 26.6 y: 26.8 - name: dougnut_76 radius: 1.3 std_dev: 0.3 type: doughnut x: 6.75 y: 19.15 - name: dougnut_77 radius: 1.3 std_dev: 0.3 type: doughnut x: 6.3 y: 29.85 - name: dougnut_78 radius: 1.3 std_dev: 0.3 type: doughnut x: 15.9 y: 45.65 - name: dougnut_79 radius: 1.3 std_dev: 0.3 type: doughnut x: 2.7 y: 31.65 - name: dougnut_80 radius: 1.3 std_dev: 0.3 type: doughnut x: 9.2 y: 35.2 - name: dougnut_81 radius: 1.3 std_dev: 0.3 type: doughnut x: 17.05 y: 36.05 - name: dougnut_82 radius: 1.3 std_dev: 0.3 type: doughnut x: 3.4 y: 40.4 - name: dougnut_83 radius: 1.3 std_dev: 0.3 type: doughnut x: 9.85 y: 36.2 - name: dougnut_84 radius: 1.3 std_dev: 0.3 type: doughnut x: 6.0 y: 22.2 - name: dougnut_85 radius: 1.3 std_dev: 0.3 type: doughnut x: 9.3 y: 39.8 - name: dougnut_86 radius: 1.3 std_dev: 0.3 type: doughnut x: 8.6 y: 12.6 - name: dougnut_87 radius: 1.3 std_dev: 0.3 type: doughnut x: 6.0 y: 26.95 - name: dougnut_88 radius: 1.3 std_dev: 0.3 type: doughnut x: 18.45 y: 12.75 hppits: []
14.180451
18
0.601803
ae8097083322c6fbc2ad463dd54fd0ace282adcf
71,236
yml
YAML
yogscasteurorumble/localisation/equip_air_l_spanish.yml
DarthLlama/YogsEuroRumble
23903214fb1d528b590e40846864d6743bcbbf9f
[ "MIT" ]
null
null
null
yogscasteurorumble/localisation/equip_air_l_spanish.yml
DarthLlama/YogsEuroRumble
23903214fb1d528b590e40846864d6743bcbbf9f
[ "MIT" ]
null
null
null
yogscasteurorumble/localisation/equip_air_l_spanish.yml
DarthLlama/YogsEuroRumble
23903214fb1d528b590e40846864d6743bcbbf9f
[ "MIT" ]
null
null
null
l_spanish: fighter:0 "Caza" cv_fighter:0 "Caza" jet_fighter:0 "Caza" cas:1 "Apoyo" cv_cas:1 "Apoyo" nav_bomber:0 "Bombardero Naval" cv_nav_bomber:0 "Bombardero Naval" tac_bomber:0 "Bombardero Táctico" jet_tac_bomber:1 "Bombardero táctico a reacción" heavy_fighter:0 "Caza pesado" strat_bomber:0 "Bombardero Estratégico" jet_strat_bomber:1 "Bombardero estratégico a reacción" transport_plane:0 "Transporte" guided_missile:0 "Cohete" fighter_equipment:0 "Caza" cv_fighter_equipment:0 "Caza" strat_bomber_equipment:0 "Bombardero Estratégico" fighter_equipment_0:0 "Caza de la Gran guerra" fighter_equipment_0_short:0 "Caza" fighter_equipment_0_desc:0 "Aunque los cazas pasaron por sufrieron muchos cambios durante la Gran Guerra y desde entonces, el diseño del biplano se está volviendo obsoleto. Debemos comenzar a traspasar los avances tecnológicos civiles a aplicaciones militares." fighter_equipment_1:0 "Caza I" fighter_equipment_1_short:0 "Caza I" fighter_equipment_1_desc:0 "Los armazones ligeros fueron revolucionarios con la introducción de motores radiales, los diseños monoplano y la construcción de revestimientos totalmente metálicos. Este diseño es nuestro intento de crear nuestro primer caza de combate moderno." fighter_equipment_2:0 "Caza II" fighter_equipment_2_short:0 "Caza II" fighter_equipment_2_desc:0 "El ritmo de los avances de combate es asombroso, y como tal, debemos seguir incorporando tecnología así como mejorando los conceptos existentes. Nuestro nuevo diseño de caza debe ser capaz de alta velocidad, alto rendimiento en altitud y el mayor alcance posible. Además, debe estar muy bien armado." fighter_equipment_3:0 "Caza III" fighter_equipment_3_short:0 "Caza III" fighter_equipment_3_desc:0 "Mientras nuestras anteriores generaciones de cazas de combate han resultado dignas, hay que tomar cualquier ventaja posible de un mejor diseño. Este avión será la cumbre del caza de motor de pistones, que tendrá una potencia excelente, gran agilidad, armamento mortífero y gran alcance." heavy_fighter_equipment:0 "Caza pesado" heavy_fighter_equipment_1:0 "Caza pesado I" heavy_fighter_equipment_1_short:0 "Caza pesado I" heavy_fighter_equipment_1_desc:0 "Nuestra fuerza de bombarderos necesita escolta contra los cazas enemigos hasta sus objetivos y la vuelta. Con el fin de proporcionar esta escolta, debemos diseñar cazas de combate con alcance de bombardero. Por necesidad estos aviones son más grandes, más lentos y menos ágiles que los cazas ligeros, aunque pueden llevar un armamento significativo." heavy_fighter_equipment_2:0 "Caza pesado II" heavy_fighter_equipment_2_short:0 "Caza pesado II" heavy_fighter_equipment_2_desc:0 "La guerra nos ha enseñado que nuestro diseño del caza pesado es vulnerable a cazas más ágiles, pero bastante bueno interceptando bombarderos enemigos debido a su armamento pesado. Este siguiente diseño se centrará en una mayor capacidad de ataque contra los aparatos enemigos e incluso objetivos terrestres. También se mejorará su velocidad y alcance." heavy_fighter_equipment_3:0 "Caza pesado III" heavy_fighter_equipment_3_short:0 "Caza pesado III" heavy_fighter_equipment_3_desc:0 "A pesar de que nuestra fuerza de cazas pesados ha demostrado aptitud en diferentes funciones, debemos considerar un nuevo diseño que realzará su capacidad en relación con los cazas enemigos, así como le permita seguir interceptando bombarderos enemigos cada vez más rápidos y mejor defendidos.." strat_bomber_equipment_1:0 "Bombardero estratégico I" strat_bomber_equipment_1_short:0 "Bombardero estratégico I" strat_bomber_equipment_1_desc:0 "Las experiencias de la Gran Guerra y estudios desde entonces muestran que el bombardeo de los objetivos militares y las principales ciudades del enemigo ganarán la próxima guerra. Al menos, debemos tener un bombardero capaz de ofrecer tal destrucción. Tendrá que volar alto, con buena velocidad y llevar una gran carga útil. Esto requerirá una estructura grande con varios motores. También tendrá cierta capacidad defensiva." strat_bomber_equipment_2:0 "Bombardero estratégico II" strat_bomber_equipment_2_short:0 "Bombardero estratégico II" strat_bomber_equipment_2_desc:0 "El bombardeo ha demostrado tener buen efecto sobre la capacidad del enemigo para hacer la guerra. Más armamento defensivo, aumento en la velocidad permitirán un nuevo diseño que evite su destrucción, al mismo tiempo que aumentamos la capacidad de carga y alcance que lo hagan más eficaz. " strat_bomber_equipment_3:0 "Bombardero estratégico III" strat_bomber_equipment_3_short:0 "Bombardero estratégico III" strat_bomber_equipment_3_desc:0 "Para evitar pérdidas ante cazas enemigos y fuego desde tierra, nuestro siguiente diseño volará a gran altitud . Será mayor para llevar tanto una carga enorme y como más combustible, para aumentar el alcance. " jet_strat_bomber_equipment_1:0 "Bombardero estratégico a reacción I" jet_strat_bomber_equipment_1_short:0 "Bombardero estratégico a reacción I" jet_strat_bomber_equipment_1_desc:0 "Múltiples motores a reacción permiten nuevos diseños con una velocidad sin precedentes mientras mantienen una gran carga útil y largo alcance. Estos aviones se construyen para una nueva era de cañones de destrucción masiva. " tac_bomber_equipment:0 "Bombardero táctico" tac_bomber_equipment_0:0 "Bombardero táctico I" tac_bomber_equipment_0_short:0 "Bombardero táctico I" tac_bomber_equipment_0_desc:0 "Está muy extendida la idea de que la siguiente guerra se ganará solo por bombardear al enemigo hasta la extinción. Es imperativo que comenzamos a diseñar nuestro propio avión bombardero capaz de llevar cargas pesadas a una velocidad adecuada. " tac_bomber_equipment_1:0 "Bombardero táctico II" tac_bomber_equipment_1_short:0 "Bombardero táctico II" tac_bomber_equipment_1_desc:0 "Los bombarderos medianos necesitan ser versátiles y rápido, capaz de cumplir una serie de funciones. Un diseño bimotor, que sea relativamente ligero, podrá ser de utilidad durante muchos años." tac_bomber_equipment_2:0 "Bombardero táctico III" tac_bomber_equipment_2_short:0 "Bombardero táctico III" tac_bomber_equipment_2_desc:0 "Los diseños más pesados de bombarderos tácticos pueden ampliar el alcance, la carga útil y la velocidad manteniendo la capacidad de los aviones de realizar una amplia variedad de misiones. " tac_bomber_equipment_3:0 "Bombardero táctico IV" tac_bomber_equipment_3_short:0 "Bombardero táctico IV" tac_bomber_equipment_3_desc:0 "Aprovechando parte de los avances de los cazas de combate, formas y materiales no convencionales pueden dar nuevos diseños de algunos de los bimotores más rápidos y de mejor rendimiento jamás construidos. " transport_plane_equipment:0 "Avión de transporte" transport_plane_equipment_1:0 "Avión de transporte I" transport_plane_equipment_1_short:0 "Avión de transporte I" transport_plane_equipment_1_desc:0 "§LAviones utilizados para el transporte de tropas en misiones paracaidistas.§!" nav_bomber_equipment:0 "Bombardero naval" cv_nav_bomber_equipment:0 "Bombardero naval" nav_bomber_equipment_1:0 "Bombardero naval I" nav_bomber_equipment_1_short:0 "NAV I" nav_bomber_equipment_1_desc:0 "La aviación naval será esencial en la década próxima para oponerse a los nuevos desarrollos en la guerra naval, como por ejemplo, la importancia aumentada de submarinos. Hidroaviones con capacidad de actuar como bombarderos en picado y vehículos de reconocimiento nos serán útiles " nav_bomber_equipment_2:0 "Bombardero naval II" nav_bomber_equipment_2_short:0 "NAV II" nav_bomber_equipment_2_desc:0 "Nueva tecnología de motores y diseños aerodinámicamente refinados , aumentarán significativamente la velocidad y la capacidad de ataque en picado de los aviones navales. " nav_bomber_equipment_3:0 "Bombardero naval III" nav_bomber_equipment_3_short:0 "NAV III" nav_bomber_equipment_3_desc:0 "Diseños totalmente de metal y potentes frenos neumáticos permitirán una aeronáutica naval más compleja. Sin embargo, los aviones del futuro exigirán una tripulación mayor para operar estos sistemas avanzados. " CAS_equipment:0 "Apoyo Aéreo Cercano" cv_CAS_equipment:0 "Apoyo Aéreo Cercano" CAS_equipment_1:0 "Apoyo Aéreo Cercano I" CAS_equipment_1_short:0 "ACC I" CAS_equipment_1_desc:0 "Nuestra doctrina AAC requiere un aparato capaz de ataque a superficie de precisión. Mientras que estos aviones llevan una carga menor en comparación con nuestros bombarderos tácticos mayores, son capaces de aprovechar para atacar y destruir pequeños blancos de oportunidad ametrallando y bombardeando en picado." CAS_equipment_2:0 "Apoyo Aéreo Cercano II" CAS_equipment_2_short:0 "AAC II" CAS_equipment_2_desc:0 "Las primeras experiencias de la guerra han demostrado que se necesita mayor velocidad, blindaje y maniobrabilidad para supervivencia de avión AAC contra los cazas enemigos y el fuego desde tierra. Esta nueva generación de aviones de ataque terrestre también utilizará bombas mayores, cañones y ametralladoras para causar el mayor daño a sus objetivos." CAS_equipment_3:0 "Apoyo Aéreo Cercano III" CAS_equipment_3_short:0 "AAC III" CAS_equipment_3_desc:0 "La capacidad en aumento del AA del blanco y los interceptores enemigos requieren mayor evolución de nuestros aviones AAC. El nuevo diseño incorpora una mayor potencia del motor, mejoras de armazón del avión para una mayor capacidad de picado, protección, así como cargas aún mayores." jet_fighter_equipment_1:0 "Caza a reacción I" jet_fighter_equipment_1_short:0 "Caza reactor I" jet_fighter_equipment_1_desc:0 "Anteriores aumentos de velocidad son insignificantes en comparación con la introducción de los primeros cazas a reacción. Aunque todavía tenemos que aprender la mejor manera posible construir aviones para estos motores, los cazas normales no pueden competir." jet_fighter_equipment_2:0 "Caza a reacción II" jet_fighter_equipment_2_short:0 "Caza reactor II" jet_fighter_equipment_2_desc:0 "Nuevos diseños de ala en flecha y opciones de materiales más ligeros nos permitirán ampliar el alcance y la velocidad de los revolucionarios cazas a reacción aún más." jet_tac_bomber_equipment_1:0 "Bombardero táctico a reacción I" jet_tac_bomber_equipment_1_short:0 "Bombardero táctico reactor I" jet_tac_bomber_equipment_1_desc:0 "La llegada de cazas a reacción requieren bombarderos que puedan superar o al menos igualar su velocidad. La primera generación de bombarderos medios y cazabombarderos equipados con motores de reacción cumplirán esta función." jet_tac_bomber_equipment_2:0 "Bombardero táctico a reacción II" jet_tac_bomber_equipment_2_short:0 "Bombardero táctico reactor II" jet_tac_bomber_equipment_2_desc:0 "No contentos con la velocidad, los futuros bombarderos de reacción conseguirán récords de altitud y alcance, entrega de cargas útil y realizar misiones de reconocimiento intercontinentales." cv_nav_bomber_equipment_1:0 "Bombardero naval de portaaviones I" cv_nav_bomber_equipment_1_short:0 "Bombardero de portaaviones I" cv_nav_bomber_equipment_1_desc:0 "Un bombardero naval primitivo modificado para despegar y aterrizar de portaaviones." cv_nav_bomber_equipment_2:0 "Bombardero naval de portaaviones II" cv_nav_bomber_equipment_2_short:0 "Bombardero portaaviones II" cv_nav_bomber_equipment_2_desc:0 "Un bombardero naval modificado para despegar y aterrizar de portaaviones" cv_nav_bomber_equipment_3:0 "Bombardero naval de portaaviones III" cv_nav_bomber_equipment_3_short:0 "Bombardero portaaviones III" cv_nav_bomber_equipment_3_desc:0 "Un bombardero naval avanzado modificado para despegar y aterrizar de portaaviones." cv_CAS_equipment_1:0 "AAC Portaaviones I" cv_CAS_equipment_1_short:0 "AAC Portaaviones I" cv_CAS_equipment_1_desc:0 "Un primer avión de apoyo aéreo cercano modificado para despegar y aterrizar de portaaviones." cv_CAS_equipment_2:0 "AAC Portaaviones I" cv_CAS_equipment_2_short:0 "AAC Portaaviones II" cv_CAS_equipment_2_desc:0 "Un avión del apoyo aéreo cercano mejorado modificado para despegar y aterrizar de portaaviones." cv_CAS_equipment_3:0 "AAC Portaaviones III" cv_CAS_equipment_3_short:0 "AAC Portaaviones III" cv_CAS_equipment_3_desc:0 "Un mejor apoyo aéreo cercano avión modificado para lanzar desde tierra y en portaaviones." cv_fighter_equipment_0:0 "Caza de portaaviones." cv_fighter_equipment_0_short:0 "Caza de portaaviones." cv_fighter_equipment_0_desc:0 "Un primer caza modificado para despegar y aterrizar de portaaviones." cv_fighter_equipment_1:0 "Caza de portaaviones I" cv_fighter_equipment_1_short:0 "Caza de portaaviones I" cv_fighter_equipment_1_desc:0 "Un primer caza modificado para despegar y aterrizar de portaaviones." cv_fighter_equipment_2:0 "Caza de portaaviones II" cv_fighter_equipment_2_short:0 "Caza de portaaviones II" cv_fighter_equipment_2_desc:0 "Un caza mejorado modificado para despegar y aterrizar de portaaviones." cv_fighter_equipment_3:0 "Caza de portaaviones III" cv_fighter_equipment_3_short:0 "Caza de portaaviones III" cv_fighter_equipment_3_desc:0 "Un caza avanzado modificado para despegar y aterrizar de portaaviones." rocket_interceptor_equipment_1:0 "Interceptor cohete I" rocket_interceptor_equipment_1_desc:0 "Interceptor experimental de corto alcance impulsado por un motor cohete químico poco fiable." rocket_interceptor_equipment_1_short:0 "Interceptor cohete I" rocket_interceptor_equipment_2:0 "Interceptor cohete II" rocket_interceptor_equipment_2_desc:0 "Interceptor de corto alcance impulsado por un motor cohete químico ligeramente más fiable." rocket_interceptor_equipment_2_short:0 "Interceptor cohete II" rocket_interceptor_equipment_3:0 "Interceptor cohete III" rocket_interceptor_equipment_3_desc:0 "Por fin hemos solucionado la mayoría de los problemas con los motores cohete y el Interceptor cohete es ahora un defensor de instalaciones de corta distancia." rocket_interceptor_equipment_3_short:0 "Interceptor cohete III" rocket_suicide_equipment_1:0 "Aparato de ataque suicida" rocket_suicide_equipment_1_short:0 "Aparato suicida" rocket_suicide_equipment_1_desc:0 "Prepárate para un viaje motivo." JAP_rocket_suicide_equipment_1:0 "Yokosuka MXY7 Ohka (flor de cerezo)" JAP_rocket_suicide_equipment_1_short:0 "Ohka(flor de cerezo)" JAP_rocket_suicide_equipment_1_desc:0 "El Yokosuka MXY-7 Ohka fue un avión cohete pilotado construido exprofeso para el ataque kamikaze antibarcos, empleado por Japón hacia final de la Segunda Guerra Mundial." GER_fighter_equipment_0:0 "Heinkel 51" GER_fighter_equipment_0_short:0 "He 51" GER_fighter_equipment_1:0 "Messerschmitt Bf 109 (Bayerische Flugzeugwerke)" GER_fighter_equipment_1_short:0 "Bf 109" GER_fighter_equipment_2:0 "Focke-Wulf Fw 190" GER_fighter_equipment_2_short:0 "Fw 190" GER_fighter_equipment_3:0 "Focke-Wulf Ta 152" GER_fighter_equipment_3_short:0 "Ta 152" GER_heavy_fighter_equipment_1:0 "Messerschmitt Bf 110" GER_heavy_fighter_equipment_1_short:0 "Bf 110" GER_heavy_fighter_equipment_2:0 "Messerschmitt Me 410 \\'Hornisse\\'" GER_heavy_fighter_equipment_2_short:0 "Me 410 \\'Hornisse\\'" GER_heavy_fighter_equipment_3:0 "Junkers Ju 388" GER_heavy_fighter_equipment_3_short:0 "Ju 388" GER_strat_bomber_equipment_1:0 "Dornier Do 19" GER_strat_bomber_equipment_1_short:0 "Do 19" GER_strat_bomber_equipment_2:0 "Heinkel 177 Greif (grifo)" GER_strat_bomber_equipment_2_short:0 "He 177 Greif (grifo)" GER_strat_bomber_equipment_3:0 "Focke-Wulf Ta 400" GER_strat_bomber_equipment_3_short:0 "Ta 400" GER_jet_fighter_equipment_1:0 "Messerschmitt Me 262, alias \\'Schwalbe\\' (golondrina)" GER_jet_fighter_equipment_1_short:0 "Me 262, alias \\'Schwalbe\\' (golondrina)" GER_jet_fighter_equipment_2:0 "Horten Ho 229 A-0" GER_jet_fighter_equipment_2_short:0 "Ho 229" GER_jet_strat_bomber_equipment_1:0 "Horten H.XVIII" GER_jet_strat_bomber_equipment_1_short:0 "H.XVIII" GER_jet_strat_bomber_equipment_1_desc:0 "El diseño del ala experimental es el futuro de bombarderos sigilosos. Combinado con un alcance intercontinental, este bombardero puede atacar incluso a nuestros enemigos más lejanos antes de que sean capaces de responder." GER_tac_bomber_equipment_0:0 "Dornier Do 23" GER_tac_bomber_equipment_0_short:0 "Do 23" GER_tac_bomber_equipment_1:0 "Heinkel He 111" GER_tac_bomber_equipment_1_short:0 "He 111" GER_tac_bomber_equipment_2:0 "Junkers Ju 88 A" GER_tac_bomber_equipment_2_short:0 "Ju 88 A" GER_tac_bomber_equipment_3:0 "Junkers Ju 188" GER_tac_bomber_equipment_3_short:0 "Ju 188" GER_jet_tac_bomber_equipment_1:0 "HenschHs 132" GER_jet_tac_bomber_equipment_1_short:0 "Hs 132" GER_jet_tac_bomber_equipment_2:0 "Arado Ar 234 \\'Blitz\\'" GER_jet_tac_bomber_equipment_2_short:0 "Arado Ar 234 \\'Blitz\\'" GER_nav_bomber_equipment_1:0 "Dornier Do 22" GER_nav_bomber_equipment_1_short:0 "Do 22" GER_nav_bomber_equipment_2:0 "Arado Ar 196" GER_nav_bomber_equipment_2_short:0 "Ar 196" GER_nav_bomber_equipment_3:0 "Focke-Wulf Fw 300" GER_nav_bomber_equipment_3_short:0 "Fw 300" GER_CAS_equipment_1:0 "Junkers Ju 87 \\'Stuka\\’" GER_CAS_equipment_1_short:0 "Ju 87" GER_CAS_equipment_2:0 "Junkers Ju 87 G \\'Kanonenvogel\\'" GER_CAS_equipment_2_short:0 "Ju 87 G \\'Kanonenvogel\\’" GER_CAS_equipment_3:0 "Junkers Ju 187" GER_CAS_equipment_3_short:0 "Ju 187" GER_rocket_interceptor_equipment_1:0 "Messerschmitt Me 163 \\'Komet\\’" GER_rocket_interceptor_equipment_1_short:0 "Me 163 \\'Komet\\’" GER_rocket_interceptor_equipment_2:0 "Fliegende Panzerfaust" GER_rocket_interceptor_equipment_2_short:0 "FPF" GER_rocket_interceptor_equipment_3:0 "Focke-Wulf Volksjäger" GER_rocket_interceptor_equipment_3_short:0 "Fw VJ" GER_cv_nav_bomber_equipment_1:0 "Fieseler Fi 167" GER_cv_nav_bomber_equipment_1_short:0 "Fi 167" GER_cv_nav_bomber_equipment_2:0 "Arado Ar 195" GER_cv_nav_bomber_equipment_2_short:0 "Ar 195" GER_cv_nav_bomber_equipment_3:0 "Arado Ar 215" GER_cv_nav_bomber_equipment_3_short:0 "Ar 215" GER_cv_CAS_equipment_1:0 "Junkers Ju 87 C \\'Stuka\\’" GER_cv_CAS_equipment_1_short:0 "Ju 87 C \\'Stuka\\’" GER_cv_CAS_equipment_2:0 "Junkers Ju 88 C" GER_cv_CAS_equipment_2_short:0 "Ju 88 C" GER_cv_CAS_equipment_3:0 "Junkers Ju 187 C" GER_cv_CAS_equipment_3_short:0 "Ju 187 C" GER_cv_fighter_equipment_0:0 "Arado Ar 168" GER_cv_fighter_equipment_0_short:0 "Ar 168" GER_cv_fighter_equipment_1:0 "Arado Ar 197" GER_cv_fighter_equipment_1_short:0 "Ar 197" GER_cv_fighter_equipment_2:0 "Messerschmitt Bf 109 T" GER_cv_fighter_equipment_2_short:0 "Bf 109 T" GER_cv_fighter_equipment_3:0 "Blohm & Voss BV 155" GER_cv_fighter_equipment_3_short:0 "BV 155" ENG_fighter_equipment_0:0 "Gloster Gladiator" ENG_fighter_equipment_0_short:0 "Gladiator" ENG_fighter_equipment_1:0 "Hawker Hurricane" ENG_fighter_equipment_1_short:0 "Hurricane" ENG_fighter_equipment_2:0 "Supermarine Spitfire" ENG_fighter_equipment_2_short:0 "Spitfire" ENG_fighter_equipment_3:0 "Supermarine Spiteful" ENG_fighter_equipment_3_short:0 "Spiteful" ENG_heavy_fighter_equipment_1:0 "Bristol Blenheim" ENG_heavy_fighter_equipment_1_short:0 "Blenheim" ENG_heavy_fighter_equipment_2:0 "Bristol Beaufighter" ENG_heavy_fighter_equipment_2_short:0 "Beaufighter" ENG_heavy_fighter_equipment_3:0 "de Havilland Mosquito" ENG_heavy_fighter_equipment_3_short:0 "Mosquito FB" ENG_strat_bomber_equipment_1:0 "Handley Page Halifax" ENG_strat_bomber_equipment_1_short:0 "Halifax" ENG_strat_bomber_equipment_2:0 "Avro Lancaster" ENG_strat_bomber_equipment_2_short:0 "Lancaster" ENG_strat_bomber_equipment_3:0 "Avro Lincoln" ENG_strat_bomber_equipment_3_short:0 "Lincoln" ENG_jet_fighter_equipment_1:0 "Gloster Meteor" ENG_jet_fighter_equipment_1_short:0 "Meteor" ENG_jet_fighter_equipment_2:0 "de Havilland Vampire" ENG_jet_fighter_equipment_2_short:0 "Vampire" ENG_jet_strat_bomber_equipment_1:0 "Vickers Valiant" ENG_jet_strat_bomber_equipment_1_short:0 "Valiant" ENG_tac_bomber_equipment_0:0 "Armstrong Whitworth Whitley" ENG_tac_bomber_equipment_0_short:0 "Whitley" ENG_tac_bomber_equipment_1:0 "Vickers Wellington" ENG_tac_bomber_equipment_1_short:0 "Wellington" ENG_tac_bomber_equipment_2:0 "Bristol Beaufort" ENG_tac_bomber_equipment_2_short:0 "Beaufort" ENG_tac_bomber_equipment_3:0 "de Havilland Mosquito B" ENG_tac_bomber_equipment_3_short:0 "Mosquito B" ENG_jet_tac_bomber_equipment_1:0 "de Havilland Venom" ENG_jet_tac_bomber_equipment_1_short:0 "Venom" ENG_jet_tac_bomber_equipment_2:0 "English Electric Canberra" ENG_jet_tac_bomber_equipment_2_short:0 "Canberra" ENG_nav_bomber_equipment_1:0 "Fairey Swordfish" ENG_nav_bomber_equipment_1_short:0 "Swordfish" ENG_nav_bomber_equipment_2:0 "Fairey Albacore" ENG_nav_bomber_equipment_2_short:0 "Albacore" ENG_nav_bomber_equipment_3:0 "Fairey Barracuda" ENG_nav_bomber_equipment_3_short:0 "Barracuda" ENG_CAS_equipment_1:0 "Hawker Hector" ENG_CAS_equipment_1_short:0 "Hector" ENG_CAS_equipment_2:0 "Hawker Typhoon" ENG_CAS_equipment_2_short:0 "Typhoon" ENG_CAS_equipment_3:0 "Hawker Tempest" ENG_CAS_equipment_3_short:0 "Tempest" ENG_cv_nav_bomber_equipment_1:0 "Blackburn Shark" ENG_cv_nav_bomber_equipment_1_short:0 "Shark" ENG_cv_nav_bomber_equipment_2:0 "Blackburn Roc" ENG_cv_nav_bomber_equipment_2_short:0 "Roc" ENG_cv_nav_bomber_equipment_3:0 "Blackburn Firebrand" ENG_cv_nav_bomber_equipment_3_short:0 "Firebrand" ENG_cv_CAS_equipment_1:0 "Hawker Osprey" ENG_cv_CAS_equipment_1_short:0 "Osprey" ENG_cv_CAS_equipment_2:0 "Blackburn Skua" ENG_cv_CAS_equipment_2_short:0 "Skua" ENG_cv_CAS_equipment_3:0 "Hawker Sea Fury" ENG_cv_CAS_equipment_3_short:0 "Sea Fury" ENG_cv_fighter_equipment_0:0 "Hawker Nimrod" ENG_cv_fighter_equipment_0_short:0 "Nimrod" ENG_cv_fighter_equipment_1:0 "Gloster Sea Gladiator" ENG_cv_fighter_equipment_1_short:0 "Sea Gladiator" ENG_cv_fighter_equipment_2:0 "Fairey Fulmar" ENG_cv_fighter_equipment_2_short:0 "Fulmar" ENG_cv_fighter_equipment_3:0 "Fairey Firefly" ENG_cv_fighter_equipment_3_short:0 "Firefly" USA_fighter_equipment_0:0 "Curtiss P-1 Hawk" USA_fighter_equipment_0_short:0 "P-1 Hawk" USA_fighter_equipment_1:0 "Curtiss P-40 Warhawk" USA_fighter_equipment_1_short:0 "P-40 Warhawk" USA_fighter_equipment_2:0 "Bell P-39 Airacobra" USA_fighter_equipment_2_short:0 "P-39 Airacobra" USA_fighter_equipment_3:0 "North American P-51 Mustang" USA_fighter_equipment_3_short:0 "P-51 Mustang" USA_heavy_fighter_equipment_1:0 "Lockheed P-38 Lightning" USA_heavy_fighter_equipment_1_short:0 "P-38 Lightning" USA_heavy_fighter_equipment_2:0 "Republic P-47 Thunderbolt" USA_heavy_fighter_equipment_2_short:0 "P-47 Thunderbolt" USA_heavy_fighter_equipment_3:0 "Lockheed XP-58 Chain Lightning" USA_heavy_fighter_equipment_3_short:0 "XP-58 Chain Lightning" USA_strat_bomber_equipment_1:0 "Boeing B-17 Flying Fortress" USA_strat_bomber_equipment_1_short:0 "B-17 Flying Fortress" USA_strat_bomber_equipment_2:0 "Consolidated B-24 Liberator" USA_strat_bomber_equipment_2_short:0 "B-24 Liberator" USA_strat_bomber_equipment_3:0 "Boeing B-29 Superfortress" USA_strat_bomber_equipment_3_short:0 "B-29 Superfortress" USA_jet_fighter_equipment_1:0 "P-80 Shooting star" USA_jet_fighter_equipment_1_short:0 "P-80 Shooting star" USA_jet_fighter_equipment_2:0 "North American F-86 Sabre" USA_jet_fighter_equipment_2_short:0 "F-86 Sabre" USA_jet_strat_bomber_equipment_1:0 "North American B-45 Tornado" USA_jet_strat_bomber_equipment_1_short:0 "B-45 Tornado" USA_tac_bomber_equipment_0:0 "Douglas B-18 Bolo" USA_tac_bomber_equipment_0_short:0 "B-18 Bolo" USA_tac_bomber_equipment_1:0 "Douglas B-23 Dragon" USA_tac_bomber_equipment_1_short:0 "B-23 Dragon" USA_tac_bomber_equipment_2:0 "North American B-25 Mitchell" USA_tac_bomber_equipment_2_short:0 "B-25 Mitchell" USA_tac_bomber_equipment_3:0 "North American XB-28 Dragon" USA_tac_bomber_equipment_3_short:0 "XB-28 Dragon" USA_jet_tac_bomber_equipment_2:0 "Martin XB-51" USA_jet_tac_bomber_equipment_2_short:0 "XB-51" USA_cv_nav_bomber_equipment_1:0 "TBD Devastator" USA_cv_nav_bomber_equipment_1_short:0 "TBD Devastator" USA_nav_bomber_equipment_2:0 "Grumman TBF Avenger" USA_nav_bomber_equipment_2_short:0 "TBF Avenger" USA_nav_bomber_equipment_3:0 "Douglas BTD Destroyer" USA_nav_bomber_equipment_3_short:0 "BTD Destroyer" USA_cv_CAS_equipment_1:0 "Northrop BT" USA_cv_CAS_equipment_1_short:0 "Northrop BT" USA_CAS_equipment_2:0 "Douglas SBD Dauntless" USA_CAS_equipment_2_short:0 "SBD Dauntless" USA_CAS_equipment_3:0 "Curtiss SB2C Helldiver" USA_CAS_equipment_3_short:0 "SB2C Helldiver" USA_nav_bomber_equipment_1:0 "Douglas XTBD-1" USA_nav_bomber_equipment_1_short:0 "XTBD-1" USA_cv_nav_bomber_equipment_2:0 "Grumman TBF Avenger" USA_cv_nav_bomber_equipment_2_short:0 "TBF Avenger" USA_cv_nav_bomber_equipment_3:0 "TBY Sea Wolf consolidado" USA_cv_nav_bomber_equipment_3_short:0 "TBY Sea Wolf" USA_CAS_equipment_1:0 "Northrop A-17" USA_CAS_equipment_1_short:0 "A-17" USA_cv_CAS_equipment_2:0 "Douglas SBD-2 Dauntless" USA_cv_CAS_equipment_2_short:0 "SBD-2 Dauntless" USA_cv_CAS_equipment_3:0 "Curtiss SB2C-1s Helldiver" USA_cv_CAS_equipment_3_short:0 "SB2C-1s Helldiver" USA_cv_fighter_equipment_0:0 "Grumman FF \\'Fifi\\'" USA_cv_fighter_equipment_0_short:0 "FF \\'Fifi\\'" USA_cv_fighter_equipment_1:0 "Grumman F3F" USA_cv_fighter_equipment_1_short:0 "F3F" USA_cv_fighter_equipment_2:0 "Grumman F4F Wildcat" USA_cv_fighter_equipment_2_short:0 "F4F Wildcat" USA_cv_fighter_equipment_3:0 "Grumman F6F Hellcat" USA_cv_fighter_equipment_3_short:0 "F6F Hellcat" SOV_fighter_equipment_0:0 "Polikarpov I-15" SOV_fighter_equipment_0_short:0 "I-15" SOV_fighter_equipment_1:0 "Polikarpov I-16" SOV_fighter_equipment_1_short:0 "I-16" SOV_fighter_equipment_2:0 "Lavochkin-Gorbunov-Gudkov LaGG-3" SOV_fighter_equipment_2_short:0 "LaGG-3" SOV_fighter_equipment_3:0 "Yakolev Yak-3" SOV_fighter_equipment_3_short:0 "Yak-3" SOV_heavy_fighter_equipment_1:0 "Petlyakov Pe-2" SOV_heavy_fighter_equipment_1_short:0 "Pe-2" SOV_heavy_fighter_equipment_2:0 "Petlyakov Pe-3" SOV_heavy_fighter_equipment_2_short:0 "Pe-3" SOV_heavy_fighter_equipment_3:0 "Tupolev Tu-2" SOV_heavy_fighter_equipment_3_short:0 "Tu-2" SOV_strat_bomber_equipment_1:0 "Petlyakov Pe-8" SOV_strat_bomber_equipment_1_short:0 "Pe-8" SOV_strat_bomber_equipment_2:0 "Petlyakov Pe-10" SOV_strat_bomber_equipment_2_short:0 "Pe-10" SOV_strat_bomber_equipment_3:0 "Tupolev Tu-4" SOV_strat_bomber_equipment_3_short:0 "Tu-4" SOV_jet_fighter_equipment_1:0 "Mikoyan-Guerevich MiG-9" SOV_jet_fighter_equipment_1_short:0 "MiG-9" SOV_jet_fighter_equipment_2:0 "Mikoyan-Guerevich MiG-15" SOV_jet_fighter_equipment_2_short:0 "MiG-15" SOV_jet_strat_bomber_equipment_1:0 "Myasishchev M-4" SOV_jet_strat_bomber_equipment_1_short:0 "M-4" SOV_tac_bomber_equipment_0:0 "Ilyushin DB-3" SOV_tac_bomber_equipment_0_short:0 "DB-3" SOV_tac_bomber_equipment_1:0 "Tupolev SB-2M" SOV_tac_bomber_equipment_1_short:0 "SB-2M" SOV_tac_bomber_equipment_2:0 "Tupolev Tu-2" SOV_tac_bomber_equipment_2_short:0 "Tu-2" SOV_tac_bomber_equipment_3:0 "Tupolev Tu-8" SOV_tac_bomber_equipment_3_short:0 "Tu-8" SOV_jet_tac_bomber_equipment_1:0 "Ilyushin Il-28" SOV_jet_tac_bomber_equipment_1_short:0 "Il-28" SOV_jet_tac_bomber_equipment_2:0 "Tupolev Tu-16" SOV_jet_tac_bomber_equipment_2_short:0 "Tu-16" SOV_nav_bomber_equipment_1:0 "Ilyushin Il-4" SOV_nav_bomber_equipment_1_short:0 "Il-4" SOV_nav_bomber_equipment_2:0 "Tupolev ANT-62T" SOV_nav_bomber_equipment_2_short:0 "ANT-62T" SOV_nav_bomber_equipment_3:0 "Ilyushin Il-6" SOV_nav_bomber_equipment_3_short:0 "Il-6" SOV_CAS_equipment_1:0 "Kochyerigin LBSh" SOV_CAS_equipment_1_short:0 "LBSh" SOV_CAS_equipment_2:0 "Ilyushin IL-2 Sturmovik" SOV_CAS_equipment_2_short:0 "IL-2 Sturmovik" SOV_CAS_equipment_3:0 "Ilyushin IL-10" SOV_CAS_equipment_3_short:0 "IL-10" SOV_cv_nav_bomber_equipment_1:0 "Ilyushin Palubniy Il-4" SOV_cv_nav_bomber_equipment_1_short:0 "PIl-4" SOV_cv_nav_bomber_equipment_2:0 "Tupolev Palubniy ANT-62T" SOV_cv_nav_bomber_equipment_2_short:0 "PANT-62T" SOV_cv_nav_bomber_equipment_3:0 "Ilyushin Palubniy Il-6" SOV_cv_nav_bomber_equipment_3_short:0 "PIl-6" SOV_cv_CAS_equipment_1:0 "Tumansky Palubniy M-88" SOV_cv_CAS_equipment_1_short:0 "PM-88" SOV_cv_CAS_equipment_2:0 "Ilyushin Il-2T" SOV_cv_CAS_equipment_2_short:0 "Il-2T" SOV_cv_CAS_equipment_3:0 "Ilyushin IL-10T" SOV_cv_CAS_equipment_3_short:0 "IL-10T" SOV_cv_fighter_equipment_0:0 "Polikarpov I-15UD" SOV_cv_fighter_equipment_0_short:0 "I-15UD" SOV_cv_fighter_equipment_1:0 "Polikarpov I-153" SOV_cv_fighter_equipment_1_short:0 "I-153" SOV_cv_fighter_equipment_2:0 "Yakovlev Yak-1M" SOV_cv_fighter_equipment_2_short:0 "Yak-1M" SOV_cv_fighter_equipment_3:0 "Yakovlev Yak-9T" SOV_cv_fighter_equipment_3_short:0 "Yak-9T" JAP_fighter_equipment_0:0 "Caza del Ejército Nakajima Tipo 91" JAP_fighter_equipment_0_short:0 "Tipo 91" JAP_fighter_equipment_1:0 "Nakajima Ki-27" JAP_fighter_equipment_1_short:0 "Ki-27" JAP_fighter_equipment_2:0 "Nakajima Ki-43 Hayabusa" JAP_fighter_equipment_2_short:0 "Ki-43 Hayabusa" JAP_fighter_equipment_3:0 "Nakajima Ki-84 Hayate" JAP_fighter_equipment_3_short:0 "Ki-84 Hayate" JAP_heavy_fighter_equipment_1:0 "Kawasaki Ki-38" JAP_heavy_fighter_equipment_1_short:0 "Ki-38" JAP_heavy_fighter_equipment_2:0 "Kawasaki Ki-45 Toryu" JAP_heavy_fighter_equipment_2_short:0 "Ki-45 Toryu" JAP_heavy_fighter_equipment_3:0 "Kawasaki Ki-102" JAP_heavy_fighter_equipment_3_short:0 "Ki-102" JAP_strat_bomber_equipment_1:0 "Mitsubishi Ki-20" JAP_strat_bomber_equipment_1_short:0 "Ki-20" JAP_strat_bomber_equipment_2:0 "Nakajima Ki-49 Donryu" JAP_strat_bomber_equipment_2_short:0 "Ki-49 Donryu" JAP_strat_bomber_equipment_3:0 "Nakajima G8N Renzan" JAP_strat_bomber_equipment_3_short:0 "G8N Renzan" JAP_jet_fighter_equipment_1:0 "Nakajima Kikka" JAP_jet_fighter_equipment_1_short:0 "Kikka" JAP_jet_fighter_equipment_2:0 "Kyushu J7W Shinden-Kai" JAP_jet_fighter_equipment_2_short:0 "J7W Shinden-Kai" JAP_tac_bomber_equipment_0:0 "Mitsubishi G3M Rikko" JAP_tac_bomber_equipment_0_short:0 "G3M Rikko" JAP_tac_bomber_equipment_1:0 "Mitsubishi Ki-21" JAP_tac_bomber_equipment_1_short:0 "Ki-21" JAP_tac_bomber_equipment_2:0 "Mitsubishi G4M" JAP_tac_bomber_equipment_2_short:0 "G4M" JAP_tac_bomber_equipment_3:0 "Yokosuka P1Y Ginga" JAP_tac_bomber_equipment_3_short:0 "P1Y Ginga" JAP_cv_nav_bomber_equipment_1:0 "Nakajima B5N" JAP_cv_nav_bomber_equipment_1_short:0 "B5N" JAP_nav_bomber_equipment_2:0 "Nakajima A6M2-N" JAP_nav_bomber_equipment_2_short:0 "A6M2-N" JAP_cv_nav_bomber_equipment_3:0 "Aichi B7A" JAP_nav_bomber_equipment_3:0 "Aichi M6A" JAP_cv_nav_bomber_equipment_3_short:0 "B7A" JAP_nav_bomber_equipment_3_short:0 "M6A" JAP_CAS_equipment_1:0 "Kawasaki Ki-32" JAP_CAS_equipment_1_short:0 "Ki-32" JAP_CAS_equipment_2:0 "Mitsubishi Ki-51" JAP_CAS_equipment_2_short:0 "Ki-51" JAP_CAS_equipment_3:0 "Kawasaki Ki-66" JAP_CAS_equipment_3_short:0 "Ki-66" JAP_nav_bomber_equipment_1:0 "G3M1 Model 11" JAP_nav_bomber_equipment_1_short:0 "G3M1" JAP_cv_nav_bomber_equipment_2:0 "Nakajima B6N" JAP_cv_nav_bomber_equipment_2_short:0 "B6N" JAP_cv_CAS_equipment_1:0 "Aichi D1A2" JAP_cv_CAS_equipment_1_short:0 "D1A2" JAP_cv_CAS_equipment_2:0 "Aichi D3A" JAP_cv_CAS_equipment_2_short:0 "D3A" JAP_cv_CAS_equipment_3:0 "Yokosuka D4Y Suisei" JAP_cv_CAS_equipment_3_short:0 "D4Y Suisei" JAP_cv_fighter_equipment_0:0 "Nakajima A4N" JAP_cv_fighter_equipment_0_short:0 "A4N" JAP_cv_fighter_equipment_1:0 "Mitsubishi A5M" JAP_cv_fighter_equipment_1_short:0 "A5M" JAP_cv_fighter_equipment_2:0 "Mitsubishi A6M Zero-sen" JAP_cv_fighter_equipment_2_short:0 "A6M Zero-sen" JAP_cv_fighter_equipment_3:0 "Mitsubishi A7M Reppu" JAP_cv_fighter_equipment_3_short:0 "A7M Reppu" ITA_CAS_equipment_1:0 "Breda Ba.65" ITA_CAS_equipment_1_short:0 "Ba.65" ITA_CAS_equipment_2:0 "Breda Ba.88 Lince" ITA_CAS_equipment_2_short:0 "Ba.88 Lince" ITA_CAS_equipment_3:0 "Breda Ba.201" ITA_CAS_equipment_3_short:0 "Ba.201" ITA_heavy_fighter_equipment_1:0 "IMAM Ro.57" ITA_heavy_fighter_equipment_1_short:0 "Ro.57" ITA_heavy_fighter_equipment_2:0 "IMAM Ro.58" ITA_heavy_fighter_equipment_2_short:0 "Ro.58" ITA_heavy_fighter_equipment_3:0 "Savoia-Marchetti SM.92" ITA_heavy_fighter_equipment_3_short:0 "SM.92" ITA_fighter_equipment_0:0 "Fiat CR.32" ITA_fighter_equipment_0_short:0 "CR.32" ITA_fighter_equipment_1:0 "Macchi C.200 Saetta" ITA_fighter_equipment_1_short:0 "C.200 Saetta" ITA_fighter_equipment_2:0 "Macchi C.202 Folgore" ITA_fighter_equipment_2_short:0 "C.202 Folgore" ITA_fighter_equipment_3:0 "Fiat G.55 Centauro" ITA_fighter_equipment_3_short:0 "G.55 Centauro" ITA_jet_fighter_equipment_1:0 "Reggiane Re.2007" ITA_jet_fighter_equipment_1_short:0 "Re.2007" ITA_jet_fighter_equipment_2:0 "Reggiane Re.2008" ITA_jet_fighter_equipment_2_short:0 "Re.2008" ITA_nav_bomber_equipment_1:0 "Savoia-Marchetti SM.79 Sparviero" ITA_nav_bomber_equipment_1_short:0 "SM.79 Sparviero" ITA_nav_bomber_equipment_2:0 "Savoia-Marchetti SM.84" ITA_nav_bomber_equipment_2_short:0 "SM.84" ITA_nav_bomber_equipment_3:0 "Savoia-Marchetti SM.89" ITA_nav_bomber_equipment_3_short:0 "SM.89" ITA_strat_bomber_equipment_1:0 "Piaggio P.50" ITA_strat_bomber_equipment_1_short:0 "P.50" ITA_strat_bomber_equipment_2:0 "Piaggio P.108" ITA_strat_bomber_equipment_2_short:0 "P.108" ITA_strat_bomber_equipment_3:0 "Piaggio P.133" ITA_strat_bomber_equipment_3_short:0 "P.133" ITA_tac_bomber_equipment_0:0 "Caproni Ca.101" ITA_tac_bomber_equipment_0_short:0 "Ca.101" ITA_tac_bomber_equipment_1:0 "Fiat BR.20 Cicogna" ITA_tac_bomber_equipment_1_short:0 "BR.20 Cicogna" ITA_tac_bomber_equipment_2:0 "Cant Z.1007bis Alcione" ITA_tac_bomber_equipment_2_short:0 "Z.1007bis Alcione" ITA_tac_bomber_equipment_3:0 "Cant Z.1018 Leone" ITA_tac_bomber_equipment_3_short:0 "Z.1018 Leone" ITA_cv_nav_bomber_equipment_1:0 "Savoia-Marchetti SM.79-II Sparviero" ITA_cv_nav_bomber_equipment_1_short:0 "SM.79-II Sparviero" ITA_cv_nav_bomber_equipment_2:0 "Savoia-Marchetti SM.84-II" ITA_cv_nav_bomber_equipment_2_short:0 "SM.84-II" ITA_cv_nav_bomber_equipment_3:0 "Savoia-Marchetti SM.89-II" ITA_cv_nav_bomber_equipment_3_short:0 "SM.89-II" ITA_cv_CAS_equipment_1:0 "Breda Ba.65bis" ITA_cv_CAS_equipment_1_short:0 "Ba.65bis" ITA_cv_CAS_equipment_2:0 "Reggiane Re.2001G/H Falco II" ITA_cv_CAS_equipment_2_short:0 "Re.2001G/H Falco II" ITA_cv_CAS_equipment_3:0 "Breda Ba.201bis" ITA_cv_CAS_equipment_3_short:0 "Ba.201bis" ITA_cv_fighter_equipment_0:0 "Fiat ICR.32" ITA_cv_fighter_equipment_0_short:0 "ICR.32" ITA_cv_fighter_equipment_1:0 "Macchi IC.200" ITA_cv_fighter_equipment_1_short:0 "IC.200" ITA_cv_fighter_equipment_2:0 "Macchi IC.202" ITA_cv_fighter_equipment_2_short:0 "IC.202" ITA_cv_fighter_equipment_3:0 "Fiat G.55S Centauro" ITA_cv_fighter_equipment_3_short:0 "G.55S Centauro" FRA_CAS_equipment_1:0 "Breguet Br.693" FRA_CAS_equipment_1_short:0 "Br.693" FRA_CAS_equipment_2:0 "Loire-Nieuport LN.401" FRA_CAS_equipment_2_short:0 "LN.401" FRA_CAS_equipment_3:0 "Nord 1500 Noréclair" FRA_CAS_equipment_3_short:0 "Noréclair" FRA_heavy_fighter_equipment_1:0 "Potez 630" FRA_heavy_fighter_equipment_1_short:0 "Potez 630" FRA_heavy_fighter_equipment_2:0 "Breguet 690" FRA_heavy_fighter_equipment_2_short:0 "Bre 690" FRA_heavy_fighter_equipment_3:0 "Breguet 700 C2" FRA_heavy_fighter_equipment_3_short:0 "Bre 700 C2" FRA_fighter_equipment_0:0 "Nieuport-Delage NiD 62" FRA_fighter_equipment_0_short:0 "NiD 62" FRA_fighter_equipment_1:0 "Morane-Saulnier M.S.406" FRA_fighter_equipment_1_short:0 "M.S.406" FRA_fighter_equipment_2:0 "Dewoitine D.520" FRA_fighter_equipment_2_short:0 "D.520" FRA_fighter_equipment_3:0 "Bloch MB.157" FRA_fighter_equipment_3_short:0 "MB.157" FRA_jet_fighter_equipment_1:0 "Dassault Ouragan" FRA_jet_fighter_equipment_1_short:0 "Ouragan" FRA_nav_bomber_equipment_1:0 "Latécoère 298" FRA_nav_bomber_equipment_1_short:0 "Laté 298" FRA_nav_bomber_equipment_2:0 "SNCAO CAO.600" FRA_nav_bomber_equipment_2_short:0 "CAO.600" FRA_nav_bomber_equipment_3:0 "Dewoitine D.750" FRA_nav_bomber_equipment_3_short:0 "D.750" FRA_strat_bomber_equipment_1:0 "Farman F.223" FRA_strat_bomber_equipment_1_short:0 "F.223" FRA_strat_bomber_equipment_2:0 "Bloch MB.162" FRA_strat_bomber_equipment_2_short:0 "MB.162" FRA_strat_bomber_equipment_3:0 "Breguet 482" FRA_strat_bomber_equipment_3_short:0 "Bre 482" FRA_tac_bomber_equipment_0:0 "Bloch MB.200" FRA_tac_bomber_equipment_0_short:0 "MB.200" FRA_tac_bomber_equipment_1:0 "Amiot 143" FRA_tac_bomber_equipment_1_short:0 "Amiot 143" FRA_tac_bomber_equipment_2:0 "Lioré-et-Olivier LeO 451" FRA_tac_bomber_equipment_2_short:0 "LeO 451" FRA_tac_bomber_equipment_3:0 "Bloch MB.174" FRA_tac_bomber_equipment_3_short:0 "MB.174" FRA_cv_nav_bomber_equipment_1:0 "Latécoère 298B" FRA_cv_nav_bomber_equipment_1_short:0 "Laté 298B" FRA_cv_nav_bomber_equipment_2:0 "Latécoère 312C" FRA_cv_nav_bomber_equipment_2_short:0 "Laté 312C" FRA_cv_nav_bomber_equipment_3:0 "Dewoitine D.750P" FRA_cv_nav_bomber_equipment_3_short:0 "D.750P" FRA_cv_CAS_equipment_1:0 "Nieuport Ni.140" FRA_cv_CAS_equipment_1_short:0 "Ni.140" FRA_cv_CAS_equipment_2:0 "Loiré-Nieuport LN.401" FRA_cv_CAS_equipment_2_short:0 "LN.401" FRA_cv_CAS_equipment_3:0 "SNAACO SO.8000 Narval" FRA_cv_CAS_equipment_3_short:0 "SO.8000 Narval" FRA_cv_fighter_equipment_0:0 "Dewoitine D.376" FRA_cv_fighter_equipment_0_short:0 "D.376" FRA_cv_fighter_equipment_1:0 "Dewoitine D.510" FRA_cv_fighter_equipment_1_short:0 "D.510" FRA_cv_fighter_equipment_2:0 "Dewoitine D.790" FRA_cv_fighter_equipment_2_short:0 "D.790" FRA_cv_fighter_equipment_3:0 "Dewoitine D.525" FRA_cv_fighter_equipment_3_short:0 "D.525" fighter_equipment_desc:0 "Los cazas son rápidos y ágiles y pueden hacer muchos trabajos. Todo, desde luchar por la superioridad aérea, proteger a tus bombarderos e interceptar bombarderos enemigos." cv_fighter_equipment_desc:0 "Los cazas son rápidos y ágiles y pueden hacer muchos trabajos. Todo, desde luchar por la superioridad aérea, proteger a tus bombarderos e interceptar bombarderos enemigos." jet_fighter_equipment_desc:0 "Los cazas son rápidos y ágiles y pueden hacer muchos trabajos. Todo, desde luchar por la superioridad aérea, proteger a tus bombarderos e interceptar bombarderos enemigos." CAS_equipment_desc:0 "Los aviones de Apoyo aéreo cercanos están diseñados para proporcionar apoyo en combates de la tierra." cv_CAS_equipment_desc:0 "Los aviones de Apoyo aéreo cercanos están diseñados para proporcionar apoyo en combates de la tierra." nav_bomber_equipment_desc:0 "Los Bombarderos navales son capaces de realizar ataques contra barcos enemigas." cv_nav_bomber_equipment_desc:0 "Los Bombarderos navales son capaces de realizar ataques contra barcos enemigas." tac_bomber_equipment_desc:0 "Los Bombarderos tácticos son bombarderos más pequeños y rápidos que pueden ayudar a las tropas terrestres y bombardear edificios enemigos." jet_tac_bomber_equipment_desc:0 "Los Bombarderos tácticos son bombarderos más pequeños y rápidos que pueden ayudar a las tropas terrestres y bombardear edificios enemigos." heavy_fighter_equipment_desc:0 "Los cazas pesados tienen largo alcance y armas potentes, así que son buenos tanto para proteger bombarderos a su alcance como para interceptar bombarderos enemigos. Sin embargo, su agilidad significa que lo pasarán mal contra los cazas regulares." strat_bomber_equipment_desc:0 "Los Bombarderos estratégicos atacan edificios e infraestructuras enemigas, privándoles de la preciosa industria." jet_strat_bomber_equipment_desc:0 "Los Bombarderos estratégicos atacan edificios e infraestructuras enemigas, privándoles de la preciosa industria." transport_plane_equipment_desc:0 "Lleva paracaidistas a su destino." rocket_interceptor_equipment_desc:0 "Interceptor de corto alcance propulsado por un motor cohete químico." jet_fighter_equipment:0 "Caza a reacción" jet_tac_bomber_equipment:1 "Bombardero táctico a reacción" jet_strat_bomber_equipment:1 "Bombardero estratégico a reacción" rocket_interceptor_equipment:0 "Interceptor a cohetes" AST_fighter_equipment_1:0 "CAC CA-12 Boomerang" AST_fighter_equipment_1_short:0 "CA-12" AST_fighter_equipment_2:0 "CAC Mustang" AST_fighter_equipment_2_short:0 "CA-17" AST_fighter_equipment_3:0 "CAC CA-15 Kangaroo" AST_fighter_equipment_3_short:0 "CA-15" AST_CAS_equipment_1:0 "CAC Wirraway" AST_CAS_equipment_1_short:0 "CA-1" AST_CAS_equipment_2:0 "CAC Woomera" AST_CAS_equipment_2_short:0 "CA-11" AST_CAS_equipment_3:0 "Bristol Beaufighter" AST_CAS_equipment_3_short:0 "Beaufighter" AST_jet_fighter_equipment_2:0 "CAC Sabre" AST_jet_fighter_equipment_2_short:0 "CAC Sabre" ARG_heavy_fighter_equipment_3:0 "I.Ae 30 Nancu P1" ARG_heavy_fighter_equipment_3_short:0 "Nancu P1" ARG_fighter_equipment_0:0 "FMA D.21" ARG_fighter_equipment_0_short:0 "D.21" ARG_fighter_equipment_2:0 "FMA Hawk 75O" ARG_fighter_equipment_2_short:0 "Hawk 75O" ARG_CAS_equipment_2:0 "I.Ae 22 DL" ARG_CAS_equipment_2_short:0 "I.Ae 22 DL" ARG_CAS_equipment_3:0 "I.Ae 30 Nancu P2" ARG_CAS_equipment_3_short:0 "Nancu P2" ARG_tac_bomber_equipment_0:0 "FMA AeMB.1" ARG_tac_bomber_equipment_0_short:0 "FMA AeMB.1" ARG_tac_bomber_equipment_1:0 "FMA AeMB.2" ARG_tac_bomber_equipment_1_short:0 "FMA AeMB.2" ARG_tac_bomber_equipment_3:0 "I.Ae 24 Calquin" ARG_tac_bomber_equipment_3_short:0 "Calquin" ARG_jet_fighter_equipment_1:0 "FMA I.Ae. 27 Pulqui I" ARG_jet_fighter_equipment_1_short:0 "Pulqui I" ARG_jet_fighter_equipment_2:0 "FMA IAe 33 Pulqui II" ARG_jet_fighter_equipment_2_short:0 "Pulqui II" BEL_fighter_equipment_0:0 "Avions Fairey Firefly" BEL_fighter_equipment_0_short:0 "Av-F. Firefly" BEL_fighter_equipment_1:0 "Avions Fairey Fantôme" BEL_fighter_equipment_1_short:0 "Fantôme" BEL_fighter_equipment_2:0 "Renard R.36" BEL_fighter_equipment_2_short:0 "R.36" BEL_CAS_equipment_1:0 "Avions Fairey Battle" BEL_CAS_equipment_1_short:0 "Battle" BEL_CAS_equipment_2:0 "SABCA S.47" BEL_CAS_equipment_2_short:0 "S.47" BEL_tac_bomber_equipment_1:0 "LACAB GR.8" BEL_tac_bomber_equipment_1_short:0 "GR.8" BEL_tac_bomber_equipment_2:0 "Renard-PZL 37" BEL_tac_bomber_equipment_2_short:0 "R-PZL 37" BEL_jet_fighter_equipment_2:0 "SABCA Hunter" BEL_jet_fighter_equipment_2_short:0 "Hunter" CAN_jet_fighter_equipment_1:0 "De Havilland Vampire" CAN_jet_fighter_equipment_1_short:0 "Vampire" CAN_jet_fighter_equipment_2:0 "CL 100 Canuck" CAN_jet_fighter_equipment_2_short:0 "CL 100 Canuck" #Czech CZE_CAS_equipment_1:0 "Aero Vodochody A.101" CZE_CAS_equipment_1_short:0 "Aero A.101" CZE_CAS_equipment_2:0 "Letov S-528" CZE_CAS_equipment_2_short:0 "S-528" CZE_CAS_equipment_3:0 "Letov S-615" CZE_CAS_equipment_3_short:0 "S-615" CZE_fighter_equipment_0:0 "Avia B-34.1" CZE_fighter_equipment_0_short:0 "Avia B-34.1" CZE_fighter_equipment_1:0 "Avia B-534.1" CZE_fighter_equipment_1_short:0 "Avia B-534.1" CZE_fighter_equipment_2:0 "Avia B-135" CZE_fighter_equipment_2_short:0 "Avia B-135" CZE_fighter_equipment_3:0 "Avia S-199" CZE_fighter_equipment_3_short:0 "Avia S-199" CZE_heavy_fighter_equipment_1:0 "Avia B-734.2" CZE_heavy_fighter_equipment_1_short:0 "Avia B-734.2" CZE_heavy_fighter_equipment_2:0 "Avia B-137" CZE_heavy_fighter_equipment_2_short:0 "Avia B-137" CZE_heavy_fighter_equipment_3:0 "Aero A.300 Stihacka" CZE_heavy_fighter_equipment_3_short:0 "A.300 Stihacka" CZE_tac_bomber_equipment_0:0 "Aero Vodochody A.100" CZE_tac_bomber_equipment_0_short:0 "Aero A.100" CZE_tac_bomber_equipment_1:0 "Aero Vodochody A.304" CZE_tac_bomber_equipment_1_short:0 "Aero A.304" CZE_tac_bomber_equipment_2:0 "Letov Š-50" CZE_tac_bomber_equipment_2_short:0 "Letov Š-50" CZE_tac_bomber_equipment_3:0 "Aero Vodochody A.300" CZE_tac_bomber_equipment_3_short:0 "Aero A.300" CZE_strat_bomber_equipment_1:0 "Aero Vodochody C.301" CZE_strat_bomber_equipment_1_short:0 "Aero C.301" CZE_strat_bomber_equipment_2:0 "Aero Vodochody C.508" CZE_strat_bomber_equipment_2_short:0 "Aero C.508" CZE_strat_bomber_equipment_3:0 "Aero Vodochody A.711" CZE_strat_bomber_equipment_3_short:0 "Aero A.711" CZE_nav_bomber_equipment_1:0 "Letov S-502" CZE_nav_bomber_equipment_1_short:0 "Letov S-502" CZE_nav_bomber_equipment_2:0 "Letov S-655" CZE_nav_bomber_equipment_2_short:0 "Letov S-655" CZE_nav_bomber_equipment_3:0 "Avia A-298" CZE_nav_bomber_equipment_3_short:0 "Avia A-298" CZE_jet_fighter_equipment_1:0 "Avia S-92" CZE_jet_fighter_equipment_1_short:0 "S-92" ROM_CAS_equipment_1:0 "IAR 37" ROM_CAS_equipment_1_short:0 "IAR 37" ROM_CAS_equipment_3:0 "IAR 471" ROM_CAS_equipment_3_short:0 "IAR 471" ROM_fighter_equipment_0:0 "IAR 12" ROM_fighter_equipment_0_short:0 "IAR 12" ROM_fighter_equipment_1:0 "IAR 14" ROM_fighter_equipment_1_short:0 "IAR 14" ROM_fighter_equipment_2:0 "IAR 80" ROM_fighter_equipment_2_short:0 "IAR 80" ROM_fighter_equipment_3:0 "IAR 109G" ROM_fighter_equipment_3_short:0 "IAR 109G" ROM_tac_bomber_equipment_0:0 "IAR Potez 25TOE" ROM_tac_bomber_equipment_0_short:0 "IAR Potez 25TOE" ROM_tac_bomber_equipment_1:0 "IAR PZL 37 Łoś" ROM_tac_bomber_equipment_1_short:0 "IAR PZL.37" ROM_tac_bomber_equipment_2:0 "Potez 633" ROM_tac_bomber_equipment_2_short:0 "Potez 633" ROM_tac_bomber_equipment_3:0 "IAR 79" ROM_tac_bomber_equipment_3_short:0 "IAR 79" ROM_nav_bomber_equipment_1:0 "Savoia-Marchetti S.55" ROM_nav_bomber_equipment_1_short:0 "SM.S.55" ROM_nav_bomber_equipment_2:0 "Heinkel He.114B" ROM_nav_bomber_equipment_2_short:0 "He.114B" HOL_heavy_fighter_equipment_1:0 "Fokker G.1 Mercury" HOL_heavy_fighter_equipment_1_short:0 "Fokker G.1M" HOL_heavy_fighter_equipment_2:0 "Fokker G.1 Wasp" HOL_heavy_fighter_equipment_2_short:0 "Fokker G.1W" HOL_fighter_equipment_0:0 "Fokker D.XVII" HOL_fighter_equipment_0_short:0 "Fokker D.XVII" HOL_fighter_equipment_1:0 "Fokker D.XXI" HOL_fighter_equipment_1_short:0 "Fokker D.XXI" HOL_fighter_equipment_2:0 "Koolhoven F.K.58" HOL_fighter_equipment_2_short:0 "F.K. 58" HOL_nav_bomber_equipment_1:0 "Fokker T.IVa" HOL_nav_bomber_equipment_1_short:0 "Fokker T.IVa" HOL_nav_bomber_equipment_2:0 "Fokker T.VIII" HOL_nav_bomber_equipment_2_short:0 "Fokker T.VIII" HOL_tac_bomber_equipment_0:0 "Fokker C.V D/E" HOL_tac_bomber_equipment_0_short:0 "Fokker C.V D/E" HOL_tac_bomber_equipment_1:0 "Fokker T.V" HOL_tac_bomber_equipment_1_short:0 "Fokker T.V" HOL_tac_bomber_equipment_2:0 "Fokker T.IX" HOL_tac_bomber_equipment_2_short:0 "Fokker T.IX" FIN_fighter_equipment_0:0 "Gloster Kukko" FIN_fighter_equipment_0_short:0 "Kukko" FIN_fighter_equipment_1:0 "VL Myrsky" FIN_fighter_equipment_1_short:0 "VL Myrsky" FIN_fighter_equipment_2:0 "VL Humu" FIN_fighter_equipment_2_short:0 "VL Humu" FIN_fighter_equipment_3:0 "VL Pyörremyrsky" FIN_fighter_equipment_3_short:0 "VL Pyörremyrsky" FIN_nav_bomber_equipment_1:0 "VL Kotka" FIN_nav_bomber_equipment_1_short:0 "VL Kotka" FIN_CAS_equipment_1:0 "Fokker-VL C.X" FIN_CAS_equipment_1_short:0 "Fokker-VL C.X" FIN_tac_bomber_equipment_1:0 "Bristol-VL Blenheim" FIN_tac_bomber_equipment_1_short:0 "Blenheim" NOR_fighter_equipment_0:0 "F.F. 7 Hauk" NOR_fighter_equipment_0_short:0 "Hauk" NOR_nav_bomber_equipment_1:0 "M.F. 11" NOR_nav_bomber_equipment_1_short:0 "M.F. 11" NOR_tac_bomber_equipment_0:0 "Kjeller-Fokker C.V" NOR_tac_bomber_equipment_0_short:0 "Kj.-F. C.V" HUN_heavy_fighter_equipment_2:0 "DRR Me 210Ca-1" HUN_heavy_fighter_equipment_2_short:0 "Me 210Ca-1" HUN_CAS_equipment_1:1 "Weiss WM-16 Budapest" HUN_CAS_equipment_1_short:0 "WM-16" HUN_fighter_equipment_0:0 "AVIS III" HUN_fighter_equipment_0_short:0 "AVIS III" HUN_fighter_equipment_2:1 "MÁVAG Héja" HUN_fighter_equipment_2_short:1 "Héja" HUN_fighter_equipment_3:0 "MÁVAG Héja II" HUN_fighter_equipment_3_short:0 "Héja II" SPA_fighter_equipment_2:0 "Hispano Aviación HA-1112" SPA_fighter_equipment_2_short:0 "HA-1112" SWE_CAS_equipment_1:0 "SAAB Northrop A-17 8A-1" SWE_CAS_equipment_1_short:0 "SAAB A-17 8A-1" SWE_CAS_equipment_2:0 "SAAB B17" SWE_CAS_equipment_2_short:0 "SAAB B17" SWE_CAS_equipment_3:0 "SAAB B18B" SWE_CAS_equipment_3_short:0 "SAAB B18B" SWE_cv_CAS_equipment_1:0 "ASJA Hawker Osprey" SWE_cv_CAS_equipment_1_short:0 "ASJA Osprey" SWE_tac_bomber_equipment_0:0 "CVM Fokker C.V S/J-3" SWE_tac_bomber_equipment_0_short:0 "CVM S/J-3" SWE_tac_bomber_equipment_1:0 "SAAB Ju-86K" SWE_tac_bomber_equipment_1_short:0 "Ju-86K" SWE_tac_bomber_equipment_2:0 "SAAB B18A" SWE_tac_bomber_equipment_2_short:0 "SAAB B18A" SWE_nav_bomber_equipment_1:0 "Saab T18" SWE_nav_bomber_equipment_1_short:0 "Saab T18" SWE_jet_fighter_equipment_1:0 "SAAB 21R" SWE_jet_fighter_equipment_1_short:0 "SAAB 21R" SWE_jet_fighter_equipment_2:0 "SAAB 32 Lansen" SWE_jet_fighter_equipment_2_short:0 "SAAB 32" SWE_fighter_equipment_0:0 "ASJA SA-14 Jaktfalken" SWE_fighter_equipment_0_short:0 "ASJA SA-14" SWE_fighter_equipment_1:0 "Seversky P-35 J9" SWE_fighter_equipment_1_short:0 "P-35 J9" SWE_fighter_equipment_2:0 "Reggiane Re.2000 J12" SWE_fighter_equipment_2_short:0 "Re. 2000 J12" SWE_fighter_equipment_3:0 "SAAB J21" SWE_fighter_equipment_3_short:0 "SAAB J21" SWI_tac_bomber_equipment_0:0 "K+W Thun Fokker C.V.-E" SWI_tac_bomber_equipment_0_short:0 "K+W C.V.-E" TUR_fighter_equipment_0:0 "TamTAS Hawk" TUR_fighter_equipment_0_short:0 "TamTAS Hawk" TUR_fighter_equipment_1:0 "TamTAS Hurricane" TUR_fighter_equipment_1_short:0 "TamTAS Hurricane" TUR_fighter_equipment_2:0 "THK Fw 190" TUR_fighter_equipment_2_short:0 "THK Fw 190" TUR_fighter_equipment_3:0 "THK P47" TUR_fighter_equipment_3_short:0 "THK P47" TUR_tac_bomber_equipment_0:0 "TamTAS Ju A-20" TUR_tac_bomber_equipment_0_short:0 "A-20" TUR_tac_bomber_equipment_1:0 "TamTAS Blenheim" TUR_tac_bomber_equipment_1_short:0 "TamTAS Blenheim" TUR_tac_bomber_equipment_2:0 "THK Baltimore" TUR_tac_bomber_equipment_2_short:0 "THK Baltimore" TUR_tac_bomber_equipment_3:0 "THK Invader" TUR_tac_bomber_equipment_3_short:0 "THK Invader" CHI_fighter_equipment_0:0 "Liuchow Kwangsi Tipo 3" CHI_fighter_equipment_0_short:0 "Tipo 3" CHI_fighter_equipment_1:0 "CAMCO P40" CHI_fighter_equipment_1_short:0 "P40" CHI_fighter_equipment_2:0 "Chu X-P0" CHI_fighter_equipment_2_short:0 "X-P0" CHI_CAS_equipment_1:0 "CAMCO Vultee V-11" CHI_CAS_equipment_1_short:0 "Vultee V-11" YUG_fighter_equipment_0:0 "Avia-Ikarus BH-33" YUG_fighter_equipment_0_short:0 "BH-33" YUG_fighter_equipment_1:0 "Ikarus IK-2" YUG_fighter_equipment_1_short:0 "IK-2" YUG_fighter_equipment_2:0 "Rogozarski IK-3" YUG_fighter_equipment_2_short:0 "IK-3" YUG_fighter_equipment_3:0 "Ikarus S-49" YUG_fighter_equipment_3_short:0 "S-49" YUG_heavy_fighter_equipment_1:0 "Rogozarski IK-5" YUG_heavy_fighter_equipment_1_short:0 "IK-5" YUG_heavy_fighter_equipment_2:0 "Rogozarski R-313" YUG_heavy_fighter_equipment_2_short:0 "R-313" YUG_CAS_equipment_1:1 "Rogozarski R-100" YUG_CAS_equipment_1_short:0 "R-100" YUG_tac_bomber_equipment_0:0 "DFA-Breguet Br. 19 A2" YUG_tac_bomber_equipment_0_short:0 "Br. 19 A2" YUG_tac_bomber_equipment_1:0 "DFA-Dornier Do-17Ka " YUG_tac_bomber_equipment_1_short:0 "Do-17 Ka" YUG_tac_bomber_equipment_2:0 "DFA-Bristol Blenheim" YUG_tac_bomber_equipment_2_short:0 "Blenheim" YUG_nav_bomber_equipment_1:0 "Rogozarski SIM-XIV-H" YUG_nav_bomber_equipment_1_short:0 "SIM-XIV-H" RAJ_fighter_equipment_0:0 "Hawker Demon" RAJ_fighter_equipment_0_short:0 "Demon" RAJ_cv_fighter_equipment_0:0 "Hawker Osprey" RAJ_cv_fighter_equipment_0_short:0 "Osprey" CAN_fighter_equipment_0:0 "Gloster Gladiator" AST_fighter_equipment_0:0 "Gloster Gladiator" NZL_fighter_equipment_0:0 "Gloster Gladiator" SAF_fighter_equipment_0:0 "Gloster Gladiator" CAN_fighter_equipment_0_short:0 "Gladiator" AST_fighter_equipment_0_short:0 "Gladiator" NZL_fighter_equipment_0_short:0 "Gladiator" SAF_fighter_equipment_0_short:0 "Gladiator" CAN_fighter_equipment_1:0 "Hawker Hurricane" NZL_fighter_equipment_1:0 "Hawker Hurricane" SAF_fighter_equipment_1:0 "Hawker Hurricane" CAN_fighter_equipment_1_short:0 "Hurricane" NZL_fighter_equipment_1_short:0 "Hurricane" SAF_fighter_equipment_1_short:0 "Hurricane" CAN_fighter_equipment_2:0 "Supermarine Spitfire" NZL_fighter_equipment_2:0 "Supermarine Spitfire" SAF_fighter_equipment_2:0 "Supermarine Spitfire" RAJ_fighter_equipment_2:0 "Supermarine Spitfire" CAN_fighter_equipment_2_short:0 "Spitfire" NZL_fighter_equipment_2_short:0 "Spitfire" SAF_fighter_equipment_2_short:0 "Spitfire" RAJ_fighter_equipment_2_short:0 "Spitfire" CAN_fighter_equipment_3:0 "Supermarine Spiteful" NZL_fighter_equipment_3:0 "Supermarine Spiteful" SAF_fighter_equipment_3:0 "Supermarine Spiteful" RAJ_fighter_equipment_3:0 "Supermarine Spiteful" CAN_fighter_equipment_3_short:0 "Spiteful" NZL_fighter_equipment_3_short:0 "Spiteful" SAF_fighter_equipment_3_short:0 "Spiteful" RAJ_fighter_equipment_3_short:0 "Spiteful" CAN_heavy_fighter_equipment_1:0 "Bristol Blenheim" AST_heavy_fighter_equipment_1:0 "Bristol Blenheim" NZL_heavy_fighter_equipment_1:0 "Bristol Blenheim" SAF_heavy_fighter_equipment_1:0 "Bristol Blenheim" RAJ_heavy_fighter_equipment_1:0 "Bristol Blenheim" CAN_heavy_fighter_equipment_1_short:0 "Blenheim" AST_heavy_fighter_equipment_1_short:0 "Blenheim" NZL_heavy_fighter_equipment_1_short:0 "Blenheim" SAF_heavy_fighter_equipment_1_short:0 "Blenheim" RAJ_heavy_fighter_equipment_1_short:0 "Blenheim" CAN_heavy_fighter_equipment_2:0 "Bristol Beaufighter" AST_heavy_fighter_equipment_2:0 "Bristol Beaufighter" NZL_heavy_fighter_equipment_2:0 "Bristol Beaufighter" SAF_heavy_fighter_equipment_2:0 "Bristol Beaufighter" RAJ_heavy_fighter_equipment_2:0 "Bristol Beaufighter" CAN_heavy_fighter_equipment_2_short:0 "Beaufighter" AST_heavy_fighter_equipment_2_short:0 "Beaufighter" NZL_heavy_fighter_equipment_2_short:0 "Beaufighter" SAF_heavy_fighter_equipment_2_short:0 "Beaufighter" RAJ_heavy_fighter_equipment_2_short:0 "Beaufighter" CAN_heavy_fighter_equipment_3:0 "de Havilland Mosquito FB" AST_heavy_fighter_equipment_3:0 "de Havilland Mosquito FB" NZL_heavy_fighter_equipment_3:0 "de Havilland Mosquito FB" SAF_heavy_fighter_equipment_3:0 "de Havilland Mosquito FB" RAJ_heavy_fighter_equipment_3:0 "de Havilland Mosquito FB" CAN_heavy_fighter_equipment_3_short:0 "Mosquito FB" AST_heavy_fighter_equipment_3_short:0 "Mosquito FB" NZL_heavy_fighter_equipment_3_short:0 "Mosquito FB" SAF_heavy_fighter_equipment_3_short:0 "Mosquito FB" RAJ_heavy_fighter_equipment_3_short:0 "Mosquito FB" CAN_strat_bomber_equipment_1:0 "Handley Page Halifax" AST_strat_bomber_equipment_1:0 "Handley Page Halifax" NZL_strat_bomber_equipment_1:0 "Handley Page Halifax" SAF_strat_bomber_equipment_1:0 "Handley Page Halifax" RAJ_strat_bomber_equipment_1:0 "Handley Page Halifax" CAN_strat_bomber_equipment_1_short:0 "Halifax" AST_strat_bomber_equipment_1_short:0 "Halifax" NZL_strat_bomber_equipment_1_short:0 "Halifax" SAF_strat_bomber_equipment_1_short:0 "Halifax" RAJ_strat_bomber_equipment_1_short:0 "Halifax" CAN_strat_bomber_equipment_2:0 "Avro Lancaster" AST_strat_bomber_equipment_2:0 "Avro Lancaster" NZL_strat_bomber_equipment_2:0 "Avro Lancaster" SAF_strat_bomber_equipment_2:0 "Avro Lancaster" RAJ_strat_bomber_equipment_2:0 "Avro Lancaster" CAN_strat_bomber_equipment_2_short:0 "Lancaster" AST_strat_bomber_equipment_2_short:0 "Lancaster" NZL_strat_bomber_equipment_2_short:0 "Lancaster" SAF_strat_bomber_equipment_2_short:0 "Lancaster" RAJ_strat_bomber_equipment_2_short:0 "Lancaster" CAN_strat_bomber_equipment_3:0 "Avro Lincoln" AST_strat_bomber_equipment_3:0 "Avro Lincoln" NZL_strat_bomber_equipment_3:0 "Avro Lincoln" SAF_strat_bomber_equipment_3:0 "Avro Lincoln" RAJ_strat_bomber_equipment_3:0 "Avro Lincoln" CAN_strat_bomber_equipment_3_short:0 "Lincoln" AST_strat_bomber_equipment_3_short:0 "Lincoln" NZL_strat_bomber_equipment_3_short:0 "Lincoln" SAF_strat_bomber_equipment_3_short:0 "Lincoln" RAJ_strat_bomber_equipment_3_short:0 "Lincoln" AST_jet_fighter_equipment_1:0 "Gloster Meteor" NZL_jet_fighter_equipment_1:0 "Gloster Meteor" SAF_jet_fighter_equipment_1:0 "Gloster Meteor" RAJ_jet_fighter_equipment_1:0 "Gloster Meteor" AST_jet_fighter_equipment_1_short:0 "Meteor" NZL_jet_fighter_equipment_1_short:0 "Meteor" SAF_jet_fighter_equipment_1_short:0 "Meteor" RAJ_jet_fighter_equipment_1_short:0 "Meteor" NZL_jet_fighter_equipment_2:0 "de Havilland Vampire" SAF_jet_fighter_equipment_2:0 "de Havilland Vampire" RAJ_jet_fighter_equipment_2:0 "de Havilland Vampire" NZL_jet_fighter_equipment_2_short:0 "Vampire" SAF_jet_fighter_equipment_2_short:0 "Vampire" RAJ_jet_fighter_equipment_2_short:0 "Vampire" CAN_jet_strat_bomber_equipment_1:0 "Vickers Valiant" AST_jet_strat_bomber_equipment_1:0 "Vickers Valiant" NZL_jet_strat_bomber_equipment_1:0 "Vickers Valiant" SAF_jet_strat_bomber_equipment_1:0 "Vickers Valiant" RAJ_jet_strat_bomber_equipment_1:0 "Vickers Valiant" CAN_jet_strat_bomber_equipment_1_short:0 "Valiant" AST_jet_strat_bomber_equipment_1_short:0 "Valiant" NZL_jet_strat_bomber_equipment_1_short:0 "Valiant" SAF_jet_strat_bomber_equipment_1_short:0 "Valiant" RAJ_jet_strat_bomber_equipment_1_short:0 "Valiant" CAN_tac_bomber_equipment_0:0 "Armstrong Whitworth Whitley" AST_tac_bomber_equipment_0:0 "Armstrong Whitworth Whitley" NZL_tac_bomber_equipment_0:0 "Armstrong Whitworth Whitley" SAF_tac_bomber_equipment_0:0 "Armstrong Whitworth Whitley" RAJ_tac_bomber_equipment_0:0 "Armstrong Whitworth Whitley" CAN_tac_bomber_equipment_0_short:0 "Whitley" AST_tac_bomber_equipment_0_short:0 "Whitley" NZL_tac_bomber_equipment_0_short:0 "Whitley" SAF_tac_bomber_equipment_0_short:0 "Whitley" RAJ_tac_bomber_equipment_0_short:0 "Whitley" CAN_tac_bomber_equipment_1:0 "Vickers Wellington" AST_tac_bomber_equipment_1:0 "Vickers Wellington" NZL_tac_bomber_equipment_1:0 "Vickers Wellington" SAF_tac_bomber_equipment_1:0 "Vickers Wellington" RAJ_tac_bomber_equipment_1:0 "Vickers Wellington" CAN_tac_bomber_equipment_1_short:0 "Wellington" AST_tac_bomber_equipment_1_short:0 "Wellington" NZL_tac_bomber_equipment_1_short:0 "Wellington" SAF_tac_bomber_equipment_1_short:0 "Wellington" RAJ_tac_bomber_equipment_1_short:0 "Wellington" CAN_tac_bomber_equipment_2:0 "Bristol Beaufort" AST_tac_bomber_equipment_2:0 "Bristol Beaufort" NZL_tac_bomber_equipment_2:0 "Bristol Beaufort" SAF_tac_bomber_equipment_2:0 "Bristol Beaufort" RAJ_tac_bomber_equipment_2:0 "Bristol Beaufort" CAN_tac_bomber_equipment_2_short:0 "Beaufort" AST_tac_bomber_equipment_2_short:0 "Beaufort" NZL_tac_bomber_equipment_2_short:0 "Beaufort" SAF_tac_bomber_equipment_2_short:0 "Beaufort" RAJ_tac_bomber_equipment_2_short:0 "Beaufort" CAN_tac_bomber_equipment_3:0 "de Havilland Mosquito B" AST_tac_bomber_equipment_3:0 "de Havilland Mosquito B" NZL_tac_bomber_equipment_3:0 "de Havilland Mosquito B" SAF_tac_bomber_equipment_3:0 "de Havilland Mosquito B" RAJ_tac_bomber_equipment_3:0 "de Havilland Mosquito B" CAN_tac_bomber_equipment_3_short:0 "Mosquito B" AST_tac_bomber_equipment_3_short:0 "Mosquito B" NZL_tac_bomber_equipment_3_short:0 "Mosquito B" SAF_tac_bomber_equipment_3_short:0 "Mosquito B" RAJ_tac_bomber_equipment_3_short:0 "Mosquito B" CAN_jet_tac_bomber_equipment_1:0 "de Havilland Venom" AST_jet_tac_bomber_equipment_1:0 "de Havilland Venom" NZL_jet_tac_bomber_equipment_1:0 "de Havilland Venom" SAF_jet_tac_bomber_equipment_1:0 "de Havilland Venom" RAJ_jet_tac_bomber_equipment_1:0 "de Havilland Venom" CAN_jet_tac_bomber_equipment_1_short:0 "Venom" AST_jet_tac_bomber_equipment_1_short:0 "Venom" NZL_jet_tac_bomber_equipment_1_short:0 "Venom" SAF_jet_tac_bomber_equipment_1_short:0 "Venom" RAJ_jet_tac_bomber_equipment_1_short:0 "Venom" CAN_jet_tac_bomber_equipment_2:0 "English Electric Canberra" AST_jet_tac_bomber_equipment_2:0 "English Electric Canberra" NZL_jet_tac_bomber_equipment_2:0 "English Electric Canberra" SAF_jet_tac_bomber_equipment_2:0 "English Electric Canberra" RAJ_jet_tac_bomber_equipment_2:0 "English Electric Canberra" CAN_jet_tac_bomber_equipment_2_short:0 "Canberra" AST_jet_tac_bomber_equipment_2_short:0 "Canberra" NZL_jet_tac_bomber_equipment_2_short:0 "Canberra" SAF_jet_tac_bomber_equipment_2_short:0 "Canberra" RAJ_jet_tac_bomber_equipment_2_short:0 "Canberra" CAN_nav_bomber_equipment_1:0 "Fairey Swordfish" AST_nav_bomber_equipment_1:0 "Fairey Swordfish" NZL_nav_bomber_equipment_1:0 "Fairey Swordfish" SAF_nav_bomber_equipment_1:0 "Fairey Swordfish" RAJ_nav_bomber_equipment_1:0 "Fairey Swordfish" CAN_nav_bomber_equipment_1_short:0 "Swordfish" AST_nav_bomber_equipment_1_short:0 "Swordfish" NZL_nav_bomber_equipment_1_short:0 "Swordfish" SAF_nav_bomber_equipment_1_short:0 "Swordfish" RAJ_nav_bomber_equipment_1_short:0 "Swordfish" CAN_nav_bomber_equipment_2:0 "Fairey Albacore" AST_nav_bomber_equipment_2:0 "Fairey Albacore" NZL_nav_bomber_equipment_2:0 "Fairey Albacore" SAF_nav_bomber_equipment_2:0 "Fairey Albacore" RAJ_nav_bomber_equipment_2:0 "Fairey Albacore" CAN_nav_bomber_equipment_2_short:0 "Albacore" AST_nav_bomber_equipment_2_short:0 "Albacore" NZL_nav_bomber_equipment_2_short:0 "Albacore" SAF_nav_bomber_equipment_2_short:0 "Albacore" RAJ_nav_bomber_equipment_2_short:0 "Albacore" CAN_nav_bomber_equipment_3:0 "Fairey Barracuda" AST_nav_bomber_equipment_3:0 "Fairey Barracuda" NZL_nav_bomber_equipment_3:0 "Fairey Barracuda" SAF_nav_bomber_equipment_3:0 "Fairey Barracuda" RAJ_nav_bomber_equipment_3:0 "Fairey Barracuda" CAN_nav_bomber_equipment_3_short:0 "Barracuda" AST_nav_bomber_equipment_3_short:0 "Barracuda" NZL_nav_bomber_equipment_3_short:0 "Barracuda" SAF_nav_bomber_equipment_3_short:0 "Barracuda" RAJ_nav_bomber_equipment_3_short:0 "Barracuda" CAN_CAS_equipment_1:0 "Hawker Hector" NZL_CAS_equipment_1:0 "Hawker Hector" SAF_CAS_equipment_1:0 "Hawker Hector" RAJ_CAS_equipment_1:0 "Hawker Hector" CAN_CAS_equipment_1_short:0 "Hector" NZL_CAS_equipment_1_short:0 "Hector" SAF_CAS_equipment_1_short:0 "Hector" RAJ_CAS_equipment_1_short:0 "Hector" CAN_CAS_equipment_2:0 "Hawker Typhoon" NZL_CAS_equipment_2:0 "Hawker Typhoon" SAF_CAS_equipment_2:0 "Hawker Typhoon" RAJ_CAS_equipment_2:0 "Hawker Typhoon" CAN_CAS_equipment_2_short:0 "Typhoon" NZL_CAS_equipment_2_short:0 "Typhoon" SAF_CAS_equipment_2_short:0 "Typhoon" RAJ_CAS_equipment_2_short:0 "Typhoon" CAN_CAS_equipment_3:0 "Hawker Tempest" NZL_CAS_equipment_3:0 "Hawker Tempest" SAF_CAS_equipment_3:0 "Hawker Tempest" RAJ_CAS_equipment_3:0 "Hawker Tempest" CAN_CAS_equipment_3_short:0 "Tempest" NZL_CAS_equipment_3_short:0 "Tempest" SAF_CAS_equipment_3_short:0 "Tempest" RAJ_CAS_equipment_3_short:0 "Tempest" CAN_cv_nav_bomber_equipment_1:0 "Blackburn Shark" AST_cv_nav_bomber_equipment_1:0 "Blackburn Shark" NZL_cv_nav_bomber_equipment_1:0 "Blackburn Shark" SAF_cv_nav_bomber_equipment_1:0 "Blackburn Shark" RAJ_cv_nav_bomber_equipment_1:0 "Blackburn Shark" CAN_cv_nav_bomber_equipment_1_short:0 "Shark" AST_cv_nav_bomber_equipment_1_short:0 "Shark" NZL_cv_nav_bomber_equipment_1_short:0 "Shark" SAF_cv_nav_bomber_equipment_1_short:0 "Shark" RAJ_cv_nav_bomber_equipment_1_short:0 "Shark" CAN_cv_nav_bomber_equipment_2:0 "Blackburn Roc" AST_cv_nav_bomber_equipment_2:0 "Blackburn Roc" NZL_cv_nav_bomber_equipment_2:0 "Blackburn Roc" SAF_cv_nav_bomber_equipment_2:0 "Blackburn Roc" RAJ_cv_nav_bomber_equipment_2:0 "Blackburn Roc" CAN_cv_nav_bomber_equipment_2_short:0 "Roc" AST_cv_nav_bomber_equipment_2_short:0 "Roc" NZL_cv_nav_bomber_equipment_2_short:0 "Roc" SAF_cv_nav_bomber_equipment_2_short:0 "Roc" RAJ_cv_nav_bomber_equipment_2_short:0 "Roc" CAN_cv_nav_bomber_equipment_3:0 "Blackburn Firebrand" AST_cv_nav_bomber_equipment_3:0 "Blackburn Firebrand" NZL_cv_nav_bomber_equipment_3:0 "Blackburn Firebrand" SAF_cv_nav_bomber_equipment_3:0 "Blackburn Firebrand" RAJ_cv_nav_bomber_equipment_3:0 "Blackburn Firebrand" CAN_cv_nav_bomber_equipment_3_short:0 "Firebrand" AST_cv_nav_bomber_equipment_3_short:0 "Firebrand" NZL_cv_nav_bomber_equipment_3_short:0 "Firebrand" SAF_cv_nav_bomber_equipment_3_short:0 "Firebrand" RAJ_cv_nav_bomber_equipment_3_short:0 "Firebrand" CAN_cv_CAS_equipment_1:0 "Hawker Osprey" AST_cv_CAS_equipment_1:0 "Hawker Osprey" NZL_cv_CAS_equipment_1:0 "Hawker Osprey" SAF_cv_CAS_equipment_1:0 "Hawker Osprey" RAJ_cv_CAS_equipment_1:0 "Hawker Osprey" CAN_cv_CAS_equipment_1_short:0 "Osprey" AST_cv_CAS_equipment_1_short:0 "Osprey" NZL_cv_CAS_equipment_1_short:0 "Osprey" SAF_cv_CAS_equipment_1_short:0 "Osprey" RAJ_cv_CAS_equipment_1_short:0 "Osprey" CAN_cv_CAS_equipment_2:0 "Blackburn Skua" AST_cv_CAS_equipment_2:0 "Blackburn Skua" NZL_cv_CAS_equipment_2:0 "Blackburn Skua" SAF_cv_CAS_equipment_2:0 "Blackburn Skua" RAJ_cv_CAS_equipment_2:0 "Blackburn Skua" CAN_cv_CAS_equipment_2_short:0 "Skua" AST_cv_CAS_equipment_2_short:0 "Skua" NZL_cv_CAS_equipment_2_short:0 "Skua" SAF_cv_CAS_equipment_2_short:0 "Skua" RAJ_cv_CAS_equipment_2_short:0 "Skua" CAN_cv_CAS_equipment_3:0 "Hawker Sea Fury" AST_cv_CAS_equipment_3:0 "Hawker Sea Fury" NZL_cv_CAS_equipment_3:0 "Hawker Sea Fury" SAF_cv_CAS_equipment_3:0 "Hawker Sea Fury" RAJ_cv_CAS_equipment_3:0 "Hawker Sea Fury" CAN_cv_CAS_equipment_3_short:0 "Sea Fury" AST_cv_CAS_equipment_3_short:0 "Sea Fury" NZL_cv_CAS_equipment_3_short:0 "Sea Fury" SAF_cv_CAS_equipment_3_short:0 "Sea Fury" RAJ_cv_CAS_equipment_3_short:0 "Sea Fury" CAN_cv_fighter_equipment_0:0 "Hawker Nimrod" AST_cv_fighter_equipment_0:0 "Hawker Nimrod" NZL_cv_fighter_equipment_0:0 "Hawker Nimrod" SAF_cv_fighter_equipment_0:0 "Hawker Nimrod" CAN_cv_fighter_equipment_0_short:0 "Nimrod" AST_cv_fighter_equipment_0_short:0 "Nimrod" NZL_cv_fighter_equipment_0_short:0 "Nimrod" SAF_cv_fighter_equipment_0_short:0 "Nimrod" CAN_cv_fighter_equipment_1:0 "Gloster Sea Gladiator" AST_cv_fighter_equipment_1:0 "Gloster Sea Gladiator" NZL_cv_fighter_equipment_1:0 "Gloster Sea Gladiator" SAF_cv_fighter_equipment_1:0 "Gloster Sea Gladiator" RAJ_cv_fighter_equipment_1:0 "Gloster Sea Gladiator" CAN_cv_fighter_equipment_1_short:0 "Sea Gladiator" AST_cv_fighter_equipment_1_short:0 "Sea Gladiator" NZL_cv_fighter_equipment_1_short:0 "Sea Gladiator" SAF_cv_fighter_equipment_1_short:0 "Sea Gladiator" RAJ_cv_fighter_equipment_1_short:0 "Sea Gladiator" CAN_cv_fighter_equipment_2:0 "Fairey Fulmar" AST_cv_fighter_equipment_2:0 "Fairey Fulmar" NZL_cv_fighter_equipment_2:0 "Fairey Fulmar" SAF_cv_fighter_equipment_2:0 "Fairey Fulmar" RAJ_cv_fighter_equipment_2:0 "Fairey Fulmar" CAN_cv_fighter_equipment_2_short:0 "Fulmar" AST_cv_fighter_equipment_2_short:0 "Fulmar" NZL_cv_fighter_equipment_2_short:0 "Fulmar" SAF_cv_fighter_equipment_2_short:0 "Fulmar" RAJ_cv_fighter_equipment_2_short:0 "Fulmar" CAN_cv_fighter_equipment_3:0 "Fairey Firefly" AST_cv_fighter_equipment_3:0 "Fairey Firefly" NZL_cv_fighter_equipment_3:0 "Fairey Firefly" SAF_cv_fighter_equipment_3:0 "Fairey Firefly" RAJ_cv_fighter_equipment_3:0 "Fairey Firefly" CAN_cv_fighter_equipment_3_short:0 "Firefly" AST_cv_fighter_equipment_3_short:0 "Firefly" NZL_cv_fighter_equipment_3_short:0 "Firefly" SAF_cv_fighter_equipment_3_short:0 "Firefly" RAJ_cv_fighter_equipment_3_short:0 "Firefly" GER_transport_plane_equipment_1:0 "Ju 52" USA_transport_plane_equipment_1:0 "DC-3" JAP_transport_plane_equipment_1:0 "Ki-56" SOV_transport_plane_equipment_1:0 "Li-2" FRA_transport_plane_equipment_1:0 "MB. 220" SWE_transport_plane_equipment_1:0 "Trp2" RAJ_fighter_equipment_1:0 "Hawker Hart" RAJ_fighter_equipment_1_short:0 "Demon" BUL_CAS_equipment_1:0 "DAR 10" BUL_CAS_equipment_1_short:0 "DAR 10" BUL_CAS_equipment_2:0 "KB-11 Fazan" BUL_CAS_equipment_2_short:0 "KB-11" ROM_CAS_equipment_2:0 "IAR 81" ROM_CAS_equipment_2_short:0 "IAR 81" HUN_heavy_fighter_equipment_3:1 "RMI-8 X/V" HUN_heavy_fighter_equipment_3_short:1 "RMI-8 X/V" HUN_CAS_equipment_2:0 "Weiss WM-21 Sólyom" HUN_CAS_equipment_2_short:0 "WM-21" HUN_CAS_equipment_3:0 "RMI-3 Z/G" HUN_CAS_equipment_3_short:0 "RMI-3 Z/G" HUN_fighter_equipment_1:0 "Weiss WM-23 Ezustnyil" HUN_fighter_equipment_1_short:0 "WM-23" SWI_fighter_equipment_0:0 "Dewoitine D.27" SWI_fighter_equipment_0_short:0 "D.27" YUG_heavy_fighter_equipment_3:0 "Nenadovic-Mitrovic" YUG_heavy_fighter_equipment_3_short:0 "NEMI" YUG_CAS_equipment_2:0 "Ikarus Orkan" YUG_CAS_equipment_2_short:0 "Ikarus Orkan" YUG_tac_bomber_equipment_3:0 "Zmaj R-1" YUG_tac_bomber_equipment_3_short:0 "R-1" ENG_transport_plane_equipment_1:0 "Bristol Bombay" ITA_transport_plane_equipment_1:0 "Caproni Ca.133" ROM_heavy_fighter_equipment_1:0 "IAR 214" ROM_heavy_fighter_equipment_1_short:0 "IAR 214" ROM_heavy_fighter_equipment_2:0 "IAR 380" ROM_heavy_fighter_equipment_2_short:0 "IAR 380" ROM_heavy_fighter_equipment_3:0 "IAR 410" ROM_heavy_fighter_equipment_3_short:0 "IAR 410" ROM_strat_bomber_equipment_0:0 "IAR 528" ROM_strat_bomber_equipment_0_short:0 "IAR 528" ROM_strat_bomber_equipment_1:0 "IAR 679" ROM_strat_bomber_equipment_1_short:0 "IAR 679" ROM_strat_bomber_equipment_2:0 "IAR 765" ROM_strat_bomber_equipment_2_short:0 "IAR 765" ROM_strat_bomber_equipment_3:0 "IAR 979" ROM_strat_bomber_equipment_3_short:0 "IAR 979" ROM_nav_bomber_equipment_3:0 "IAR 117" ROM_nav_bomber_equipment_3_short:0 "IAR 117" HUN_heavy_fighter_equipment_1:0 "RMI-3 X/V" HUN_heavy_fighter_equipment_1_short:0 "RMI-3 X/V" HUN_strat_bomber_equipment_1:0 "RMI-5 X/G" HUN_strat_bomber_equipment_1_short:0 "RMI-5" HUN_strat_bomber_equipment_2:0 "RMI-12 Z/G" HUN_strat_bomber_equipment_2_short:0 "RMI-12" HUN_strat_bomber_equipment_3:0 "RMI-15 X/U" HUN_strat_bomber_equipment_3_short:0 "RMI-15" HUN_nav_bomber_equipment_1:0 "RMI-1 X/G" HUN_nav_bomber_equipment_1_short:0 "RMI-1" HUN_nav_bomber_equipment_2:0 "MÁVAG Sas" HUN_nav_bomber_equipment_2_short:0 "Sas" HUN_nav_bomber_equipment_3:0 "MÁVAG Holló" HUN_nav_bomber_equipment_3_short:0 "Holló" HUN_tac_bomber_equipment_0:0 "WM-35" HUN_tac_bomber_equipment_0_short:0 "WM-35" HUN_tac_bomber_equipment_1:0 "WM-37" HUN_tac_bomber_equipment_1_short:0 "WM-37" HUN_tac_bomber_equipment_2:0 "RMI-13 X/H" HUN_tac_bomber_equipment_2_short:0 "RMI-13" HUN_tac_bomber_equipment_3:0 "RMI-16 Z/H" HUN_tac_bomber_equipment_3_short:0 "RMI-16" suicide_craft_equipment:0 "Nave suicida" suicide_craft_equipment_desc:0 "Bomba tripulada de corto alcance, propulsada por un cohete químico." YUG_CAS_equipment_3:0 "Ikarus Tajfun" YUG_CAS_equipment_3_short:0 "Ikarus Tajfun" YUG_strat_bomber_equipment_0:0 "Rogozarski R-401" YUG_strat_bomber_equipment_0_short:0 "R-401" YUG_strat_bomber_equipment_1:0 "Zmaj Q-12" YUG_strat_bomber_equipment_1_short:0 "Zmaj Q-12" YUG_strat_bomber_equipment_2:0 "Rogozarski R-522" YUG_strat_bomber_equipment_2_short:0 "R-522" YUG_strat_bomber_equipment_3:0 "Zmaj T-155" YUG_strat_bomber_equipment_3_short:0 "T-155" YUG_nav_bomber_equipment_2:0 "Rogozarski SIM-XIX-V" YUG_nav_bomber_equipment_2_short:0 "SIM-XIX-V" YUG_nav_bomber_equipment_3:0 "Ikarus IK-19" YUG_nav_bomber_equipment_3_short:0 "IK-19"
54.254379
459
0.840628
ae8a557b406b212bf72f9c2e4f02e6916e37bc39
2,828
yaml
YAML
chart/inlets-operator/templates/deployment.yaml
digitalsanctum/inlets-operator
e98e62966fd1f27cb0d49e43a5b84515c5fcdbf7
[ "MIT" ]
null
null
null
chart/inlets-operator/templates/deployment.yaml
digitalsanctum/inlets-operator
e98e62966fd1f27cb0d49e43a5b84515c5fcdbf7
[ "MIT" ]
null
null
null
chart/inlets-operator/templates/deployment.yaml
digitalsanctum/inlets-operator
e98e62966fd1f27cb0d49e43a5b84515c5fcdbf7
[ "MIT" ]
null
null
null
apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "inlets-operator.fullname" . }} namespace: {{ .Release.Namespace }} labels: {{ include "inlets-operator.labels" . | indent 4 }} spec: replicas: {{ .Values.replicaCount }} selector: matchLabels: app.kubernetes.io/name: {{ include "inlets-operator.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} template: metadata: labels: app.kubernetes.io/name: {{ include "inlets-operator.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} annotations: prometheus.io.scrape: "false" spec: serviceAccountName: inlets-operator containers: - name: {{ .Chart.Name }} image: "{{ .Values.image }}" imagePullPolicy: {{ .Values.pullPolicy }} command: - ./inlets-operator {{- if .Values.annotatedOnly }} - "-annotated-only" {{- end }} - "-provider={{.Values.provider}}" - "-zone={{.Values.zone}}" - "-region={{.Values.region}}" - "-access-key-file={{.Values.accessKeyFile}}" - "-license={{.Values.inletsProLicense}}" - "-project-id={{.Values.projectID}}" {{- if .Values.vpcId }} - "-vpc-id={{.Values.vpcId}}" {{- end }} {{- if .Values.subnetId }} - "-subnet-id={{.Values.subnetId}}" {{- end }} {{- if .Values.organizationID }} - "-organization-id={{.Values.organizationID}}" {{- end }} {{- if .Values.proClientImage }} - "-pro-client-image={{.Values.proClientImage}}" {{- end }} {{- if .Values.secretKeyFile }} - "-secret-key-file=/var/secrets/inlets/secret/inlets-secret-key" {{- end }} resources: {{- toYaml .Values.resources | nindent 12 }} env: - name: client_image value: "{{.Values.clientImage}}" volumeMounts: - mountPath: /var/secrets/inlets/ name: inlets-access-key readOnly: true {{- if .Values.secretKeyFile }} - mountPath: /var/secrets/inlets/secret/ name: inlets-secret-key readOnly: true {{- end }} volumes: - name: inlets-access-key secret: defaultMode: 420 secretName: inlets-access-key {{- if .Values.secretKeyFile }} - name: inlets-secret-key secret: defaultMode: 420 secretName: inlets-secret-key {{- end }} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.affinity }} affinity: {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.tolerations }} tolerations: {{- toYaml . | nindent 8 }} {{- end }}
31.422222
73
0.530764
059f5d50ab8673e8e471032fdb5302939249be6b
121
yml
YAML
.scrutinizer.yml
aabuinc/pyqiwi
34bb4c96f4952bdca8d786b8b88e6cc4bb1f7303
[ "MIT" ]
46
2017-11-08T19:49:54.000Z
2022-03-27T17:09:38.000Z
.scrutinizer.yml
aabuinc/pyqiwi
34bb4c96f4952bdca8d786b8b88e6cc4bb1f7303
[ "MIT" ]
23
2018-02-14T12:56:32.000Z
2021-03-15T19:55:39.000Z
.scrutinizer.yml
aabuinc/pyqiwi
34bb4c96f4952bdca8d786b8b88e6cc4bb1f7303
[ "MIT" ]
41
2017-09-05T15:08:35.000Z
2022-03-27T17:09:46.000Z
checks: python: code_rating: true duplicate_code: true build: environment: python: 3.6.0
15.125
28
0.578512
7ba0a6525c764b25e74450a66bf734c4fae62028
27
yaml
YAML
themes/vreedom18-bingo/version.yaml
Abidkhan1/october_cms
8d5e92cbbbbe194858d5704c94bfeece36720ba7
[ "RSA-MD" ]
1
2018-11-28T21:54:22.000Z
2018-11-28T21:54:22.000Z
themes/codearx-demo/version.yaml
aranab/codearx-october-cms
22503811402e3406afd4bad30a84d59e98ff0c33
[ "MIT" ]
null
null
null
themes/codearx-demo/version.yaml
aranab/codearx-october-cms
22503811402e3406afd4bad30a84d59e98ff0c33
[ "MIT" ]
1
2021-06-15T19:47:38.000Z
2021-06-15T19:47:38.000Z
1.0.0: Theme initialization
27
27
0.814815
f1f8a0d3e6c46b08e9194e056564045c91095287
1,235
yaml
YAML
blueprints.yaml
trilbymedia/grav-plugin-slack-invite
6eb46619f005267649b715e6cc9230dfcbec4731
[ "MIT" ]
3
2017-09-14T00:01:38.000Z
2017-10-02T06:30:39.000Z
blueprints.yaml
trilbymedia/grav-plugin-slack-invite
6eb46619f005267649b715e6cc9230dfcbec4731
[ "MIT" ]
4
2017-04-11T19:27:55.000Z
2022-01-16T10:37:41.000Z
blueprints.yaml
trilbymedia/grav-plugin-slack-invite
6eb46619f005267649b715e6cc9230dfcbec4731
[ "MIT" ]
null
null
null
name: Slack Invite version: 1.0.0 description: Easily invite users to Slack icon: slack author: name: Trilby Media email: devs@trilby.media homepage: https://github.com/trilbymedia/grav-plugin-slack-invite demo: https://getgrav.org/slack keywords: grav, plugin, slack, chat, invite bugs: https://github.com/trilbymedia/grav-plugin-slack-invite/issues docs: https://github.com/trilbymedia/grav-plugin-slack-invite/blob/develop/README.md license: MIT dependencies: - { name: form, version: '~2.0' } form: validation: strict fields: enabled: type: toggle label: Plugin status highlight: 1 default: 0 options: 1: Enabled 0: Disabled validate: type: bool cache_timeout: type: text size: small label: Cache Timeout append: seconds help: Cache timeout for the user counts in seconds validate: type: number min: 1 slack_token: type: text size: x-large label: Slack Token help: You must generate a token from the Slack API site blacklist: type: selectize size: large label: Blacklist classes: fancy validate: type: commalist
23.301887
84
0.641296
6e0e7738844a104ab58909c0fb0c86e6d4f49804
52,495
yml
YAML
20030917/95352.fec.yml
h4ck3rm1k3/federal-election-commission-aggregation-2003
26ee0c2825018743d4201a3941f16477fb57bbba
[ "Unlicense" ]
1
2019-04-27T20:14:48.000Z
2019-04-27T20:14:48.000Z
20030917/95352.fec.yml
h4ck3rm1k3/federal-election-commission-aggregation-2003
26ee0c2825018743d4201a3941f16477fb57bbba
[ "Unlicense" ]
null
null
null
20030917/95352.fec.yml
h4ck3rm1k3/federal-election-commission-aggregation-2003
26ee0c2825018743d4201a3941f16477fb57bbba
[ "Unlicense" ]
null
null
null
countraw: 20 countrows: 18 filename: 95352.fec header: {} rows: - input: '"F3A","C00254441","Fattah For Congress","7478 Rhoads Styreet","","Philadelphia","PA","19151 "," ","PA",2,"YE","G ", ,"","","X","","",20021125,20021231,850.00,0.00,850.00,18387.37,0.00,18387.37,90809.15,0.00,0.00,250.00,100.00,350.00,0.00,500.00,0.00,850.00,0.00,0.00,0.00,0.00,0.00,0.00,850.00,18387.37,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,18387.37,108346.52,850.00,109196.52,18387.37,90809.15,367114.53,0.00,367114.53,224373.72,481.79,223891.93,,,168648.53,650.00,197816.00,0.00,367114.53,0.00,0.00,0.00,0.00,481.79,0.00,367596.32,224373.72,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,100740.00,325113.72,"Jeanice M. Salter",20030917,"H4PA02055","Chaka Fattah","D31",0.00,0.00,0.00,0.00,0.00,0.00' record: <fec.version.v5_0.F3.Records instance at 0x405dbd8> result: - name: FORM TYPE number: '1' value: F3A - name: FILER FEC CMTE ID number: '2' value: C00254441 - name: COMMITTEE NAME number: '3' value: Fattah For Congress - name: STREET 1 number: '4' value: 7478 Rhoads Styreet - name: STREET 2 number: '5' value: '' - name: CITY number: '6' value: Philadelphia - name: STATE number: '7' value: PA - name: ZIP number: '8' value: '19151 ' - name: CHG OF ADDRESS number: '9' value: ' ' - name: ELECTION STATE number: '10' value: PA - name: ELECTION DISTRICT number: '11' value: '2' - name: RPTCODE number: '12' value: YE - name: RPTPGI number: '13' value: 'G ' - name: Of Election number: 14- value: ' ' - name: STATE (Of Election) number: '15' value: '' - name: PRIMARY ELECTION number: '16' value: '' - name: GENERAL ELECTION number: '17' value: X - name: SPECIAL ELECTION number: '18' value: '' - name: RUNOFF ELECTION number: '19' value: '' - name: Coverage From number: 20- value: '20021125' - name: Coverage To number: 21- value: '20021231' - name: Total Contributions (NO Loans) number: 22-(6a) value: '850.00' - name: Total Contribution Refunds number: 23-(6b) value: '0.00' - name: Net Contributions number: 24-(6c) value: '850.00' - name: Total Operating Expenditures number: 25-(7a) value: '18387.37' - name: Total Offset to Operating Expenditures number: 26-(7b) value: '0.00' - name: NET Operating Expenditures. number: 27-(7c) value: '18387.37' - name: CASH ON HAND AT CLOSE ... number: 28-8. value: '90809.15' - name: DEBTS TO ( Totals from SCH C and/or D) number: 29-9. value: '0.00' - name: DEBTS BY (Totals from SCH C and/or D) number: 30-10. value: '0.00' - name: Individuals Itemized number: 31-11(a i.) value: '250.00' - name: Individuals Unitemized number: 32-11(a.ii) value: '100.00' - name: Individual Contribution Total number: 33-11(a.iii) value: '350.00' - name: Political Party Committees number: 34-11(b) value: '0.00' - name: Other Political Committees number: 35-11(c) value: '500.00' - name: The Candidate number: 36-11(d) value: '0.00' - name: Total Contributions number: 37-11(e) value: '850.00' - name: Transfers From Other Authorized Committees number: 38-12. value: '0.00' - name: Loans made or guarn. by the Candidate number: 39-13(a) value: '0.00' - name: All Other Loans number: 40-13(b) value: '0.00' - name: Total Loans number: 41-13(c) value: '0.00' - name: Offsets to Operating Expenditures number: 42-14. value: '0.00' - name: Other Receipts number: 43-15. value: '0.00' - name: Total Receipts number: 44-16. value: '850.00' - name: Operating Expenditures number: 45-17. value: '18387.37' - name: Transfers to Other Authorized Committees number: 46-18. value: '0.00' - name: Of Loans made or guar. by the Cand. number: 47-19(a) value: '0.00' - name: Loan Repayments, All Other Loans number: 48-19(b) value: '0.00' - name: Total Loan Repayments number: 49-19(c) value: '0.00' - name: Refund/Individuals Other than Political Committees number: 50-20(a) value: '0.00' - name: Refund/Political Party Committees number: 51-20(b) value: '0.00' - name: Refund/Other Political Committees number: 52-20(c) value: '0.00' - name: Total Contribution Refunds number: 53-20(d) value: '0.00' - name: Other Disbursements number: 54-21. value: '0.00' - name: Total Disbursements number: 55-22. value: '18387.37' - name: Cash Beginning Reporting Period number: 56-23. value: '108346.52' - name: Total Receipts this Period number: 57-24. value: '850.00' - name: SubTotal number: 58-25. value: '109196.52' - name: Total Disbursements this Period number: 59-26. value: '18387.37' - name: Cash on hand at Close Period number: 60-27. value: '90809.15' - name: Total Contributions (No Loans) number: 61-(6a) value: '367114.53' - name: Total Contribution Refunds number: 62-(6b) value: '0.00' - name: Net Contributions number: 63-(6c) value: '367114.53' - name: Total Operating Expenditures number: 64-(7a) value: '224373.72' - name: Total Offsets to Operating Expenditures number: 65-(7b) value: '481.79' - name: NET Operating Expenditures. number: 66-(7c) value: '223891.93' - name: Individuals Itemized number: 67-11(a.i) value: '' - name: Individuals Unitemized number: 68-11(a.ii) value: '' - name: Individuals Total number: 69-11(a.iii) value: '168648.53' - name: Political Party Committees number: 70-11(b) value: '650.00' - name: All Other Political Committees (PACS) number: 71-11(c) value: '197816.00' - name: The Candidate number: 72-11(d) value: '0.00' - name: Total Contributions number: 73-11(e) value: '367114.53' - name: Transfers From Other AUTH Committees number: 74-12. value: '0.00' - name: Loans made or guarn. by the Candidate number: 75-13(a) value: '0.00' - name: All Other Loans number: 76-13(b) value: '0.00' - name: Total Loans number: 77-13(c) value: '0.00' - name: Offsets to Operating Expenditures number: 78-14. value: '481.79' - name: Other Receipts number: 79-15. value: '0.00' - name: Total Receipts number: 80-16. value: '367596.32' - name: Operating Expenditures number: 81-17 value: '224373.72' - name: Transfers To Other AUTH Committees number: 82-18. value: '0.00' - name: Loan Repayment By Candidate number: 83-19(a) value: '0.00' - name: Loan Repayments, ALL Other Loans number: 84-19(b) value: '0.00' - name: Total Loan Repayments number: 85-19(c) value: '0.00' - name: Refund/Individuals Other than Political Committees number: 86-20(a) value: '0.00' - name: Refund, Political Party Committees number: 87-20(b) value: '0.00' - name: Refund, Other Political Committees number: 88-20(c) value: '0.00' - name: Total Contributions Refunds number: 89-20(d) value: '0.00' - name: Other Disbursements number: 90-21. value: '100740.00' - name: Total Disbursements number: 91-22. value: '325113.72' - name: NAME/TREASURER (as signed) number: '92' value: Jeanice M. Salter - name: Signed number: 93- value: '20030917' - name: FEC CANDIDATE ID NUMBER number: '94' value: H4PA02055 - name: CANDIDATE NAME number: '95' value: Chaka Fattah - name: F3Z-1 REPORT TYPE (F3Z-1 RPTCODE) number: '96' value: D31 - name: GROSS RECEIPTS OF AUTHORIZED COMMITTEES (PRIMARY) number: 97-1. value: '0.00' - name: AGGREGATE AMT OF CONTRIBUTIONS FROM PERSONAL FUNDS (PRIMARY) number: 98-2. value: '0.00' - name: PRIMARY number: 99-3. GROSS RECEIPTS - MINUS PERSONAL CONTRIBUTIONS FROM CANDI value: '0.00' - name: GROSS RECEIPTS OF AUTHORIZED COMMITTEES (GENERAL) number: 100-1. value: '0.00' - name: AGGREGATE AMT OF CONTRIBUTIONS FROM PERSONAL FUNDS (GENERAL) number: 101-2. value: '0.00' - name: GENERAL number: 102-3. GROSS RECEIPTS - MINUS PERSONAL CONTRIBUTIONS FROM CANDI value: '0.00' - attempt: - name: FORM TYPE number: '1' value: SA11C - name: FILER FEC CMTE ID number: '2' value: C00254441 - name: ENTITY TYPE number: '3' value: PAC - name: CONTRIBUTOR NAME number: '4' value: Dupont Good Government Fund - name: STREET 1 number: '5' value: 601 Pennsylvania Avenue - name: STREET 2 number: '6' value: ' NW' - name: CITY number: '7' value: Suite 325 - name: STATE number: '8' value: ' North Building ' - name: ZIP number: '9' value: Washington - name: ITEM ELECT CD number: '10' value: DC - name: ITEM ELECT OTHER number: '11' value: '20004 ' - name: INDEMP number: '12' value: 'G ' - name: INDOCC number: '13' value: '' - name: AGGREGATE AMT Y-T-D number: '14' value: '' - name: DATE RECEIVED number: '15' value: '' - name: AMOUNT RECEIVED number: '16' value: '500.00' - name: TRANS CODE number: '17' value: '20021230' - name: TRANS DESCRIP number: '18' value: '500.00' - name: FEC COMMITTEE ID NUMBER number: '19' value: 18K - name: FEC CANDIDATE ID NUMBER number: '20' value: Receipt - name: CANDIDATE NAME number: '21' value: '' - name: CAN/OFFICE number: '22' value: '' - name: CAN/STATE number: '23' value: '' - name: CAN/DIST number: '24' value: '' - name: CONDUIT NAME number: '25' value: '' - name: CONDUIT STREET1 number: '26' value: '' - name: CONDUIT STREET2 number: '27' value: '' - name: CONDUIT CITY number: '28' value: '' - name: CONDUIT STATE number: '29' value: '' - name: CONDUIT ZIP number: '30' value: '' - name: MEMO CODE number: '31' value: '' - name: MEMO TEXT number: '32' value: '' - name: AMENDED CD number: '33' value: '' - name: TRAN ID number: '34' value: '' - name: BACK REF TRAN ID number: '35' value: '' - name: BACK REF SCHED NAME number: '36' value: 0715200338C2242 - name: Reference to SI or SL system code that identifies the Account number: '37' value: '' - name: INCREASED LIMIT number: '38' value: '' - value: '' - value: '' expected_count: 38 input: '"SA11C","C00254441","PAC","Dupont Good Government Fund","601 Pennsylvania Avenue, NW","Suite 325, North Building ","Washington","DC","20004 ","G ","","","",500.00,20021230,500.00,"18K","Receipt","","","","","",,"","","","","","","","","","0715200338C2242","","","",""' input_count: 40 record: <fec.version.v5_0.SA.Records instance at 0x405dd88> result: [] - attempt: - name: FORM TYPE number: '1' value: SA11A1 - name: FILER FEC CMTE ID number: '2' value: C00254441 - name: ENTITY TYPE number: '3' value: IND - name: CONTRIBUTOR NAME number: '4' value: Schnell^Joanne & Paul - name: STREET 1 number: '5' value: 4 Times Square - name: STREET 2 number: '6' value: '' - name: CITY number: '7' value: New York - name: STATE number: '8' value: NY - name: ZIP number: '9' value: '10036 ' - name: ITEM ELECT CD number: '10' value: 'G ' - name: ITEM ELECT OTHER number: '11' value: '' - name: INDEMP number: '12' value: Skadden - name: INDOCC number: '13' value: ' Arps' - name: AGGREGATE AMT Y-T-D number: '14' value: LAWYER - name: DATE RECEIVED number: '15' value: '250.00' - name: AMOUNT RECEIVED number: '16' value: '20021215' - name: TRANS CODE number: '17' value: '250.00' - name: TRANS DESCRIP number: '18' value: '15' - name: FEC COMMITTEE ID NUMBER number: '19' value: Receipt - name: FEC CANDIDATE ID NUMBER number: '20' value: '' - name: CANDIDATE NAME number: '21' value: '' - name: CAN/OFFICE number: '22' value: '' - name: CAN/STATE number: '23' value: '' - name: CAN/DIST number: '24' value: '' - name: CONDUIT NAME number: '25' value: '' - name: CONDUIT STREET1 number: '26' value: '' - name: CONDUIT STREET2 number: '27' value: '' - name: CONDUIT CITY number: '28' value: '' - name: CONDUIT STATE number: '29' value: '' - name: CONDUIT ZIP number: '30' value: '' - name: MEMO CODE number: '31' value: '' - name: MEMO TEXT number: '32' value: '' - name: AMENDED CD number: '33' value: '' - name: TRAN ID number: '34' value: '' - name: BACK REF TRAN ID number: '35' value: 0415200329C2220 - name: BACK REF SCHED NAME number: '36' value: '' - name: Reference to SI or SL system code that identifies the Account number: '37' value: '' - name: INCREASED LIMIT number: '38' value: '' - value: '' expected_count: 38 input: '"SA11A1","C00254441","IND","Schnell^Joanne & Paul","4 Times Square","","New York","NY","10036 ","G ","","Skadden, Arps","LAWYER",250.00,20021215,250.00,"15","Receipt","","","","","",,"","","","","","","","","","0415200329C2220","","","",""' input_count: 39 record: <fec.version.v5_0.SA.Records instance at 0x405d5a8> result: [] - attempt: - name: FORM TYPE number: '1' value: SB17 - name: FILER FEC CMTE ID number: '2' value: C00254441 - name: ENTITY TYPE number: '3' value: IND - name: RECIPIENT NAME number: '4' value: ^Verizon - name: STREET 1 number: '5' value: '' - name: STREET 2 number: '6' value: '' - name: CITY number: '7' value: '' - name: STATE number: '8' value: ' ' - name: ZIP number: '9' value: ' ' - name: TRANS Purpose CODE number: '10' value: '' - name: TRANS Purpose DESCRIP number: '11' value: SPORT TICKETS - name: ITEM ELECT CD number: '12' value: '' - name: ITEM ELECT OTHER number: '13' value: '' - name: DATE OF EXPENDITURE number: '14' value: '20021202' - name: AMOUNT OF EXPENDITURE number: '15' value: '380.00' - name: FEC COMMITTEE ID NUMBER number: '16' value: C00254441 - name: FEC CANDIDATE ID NUMBER number: '17' value: '' - name: CANDIDATE NAME number: '18' value: '' - name: CAN/OFFICE number: '19' value: '' - name: CAN/STATE number: '20' value: '' - name: CAN/DIST number: '21' value: '' - name: CONDUIT NAME number: '22' value: '' - name: CONDUIT STREET 1 number: '23' value: '' - name: CONDUIT STREET 2 number: '24' value: '' - name: CONDUIT CITY number: '25' value: '' - name: CONDUIT STATE number: '26' value: '' - name: CONDUIT ZIP number: '27' value: '' - name: MEMO CODE number: '28' value: '' - name: MEMO TEXT number: '29' value: SPORT TICKETS - name: AMENDED CD number: '30' value: '' - name: TRAN ID number: '31' value: 0202200357E1029 - name: BACK REF TRAN ID number: '32' value: '' - name: BACK REF SCHED NAME number: '33' value: '' - name: Reference to SI or SL system code that identifies the Account number: '34' value: '' - name: REFUND OR DISPOSAL OF EXCESS number: '35' value: '' - name: CATEGORY CODE number: '36' value: '' - name: COMMUNICATION DATE number: '37' value: NO VALUE! expected_count: 37 input: '"SB17","C00254441","IND","^Verizon","","",""," "," ","","SPORT TICKETS","","",20021202,380.00,"C00254441","","","","",,"","","","","","","","SPORT TICKETS","","0202200357E1029","","","","",""' input_count: 36 record: <fec.version.v5_0.SB.Records instance at 0x405dd88> result: [] - attempt: - name: FORM TYPE number: '1' value: SB17 - name: FILER FEC CMTE ID number: '2' value: C00254441 - name: ENTITY TYPE number: '3' value: IND - name: RECIPIENT NAME number: '4' value: Anderson Lee^Michelle - name: STREET 1 number: '5' value: 2 Hickory Ridge Drive - name: STREET 2 number: '6' value: '' - name: CITY number: '7' value: Fredericksburg - name: STATE number: '8' value: VA - name: ZIP number: '9' value: '22405 ' - name: TRANS Purpose CODE number: '10' value: '' - name: TRANS Purpose DESCRIP number: '11' value: FUNDRAISING CONSULTANT - name: ITEM ELECT CD number: '12' value: '' - name: ITEM ELECT OTHER number: '13' value: '' - name: DATE OF EXPENDITURE number: '14' value: '20021129' - name: AMOUNT OF EXPENDITURE number: '15' value: '1000.00' - name: FEC COMMITTEE ID NUMBER number: '16' value: C00254441 - name: FEC CANDIDATE ID NUMBER number: '17' value: '' - name: CANDIDATE NAME number: '18' value: '' - name: CAN/OFFICE number: '19' value: '' - name: CAN/STATE number: '20' value: '' - name: CAN/DIST number: '21' value: '' - name: CONDUIT NAME number: '22' value: '' - name: CONDUIT STREET 1 number: '23' value: '' - name: CONDUIT STREET 2 number: '24' value: '' - name: CONDUIT CITY number: '25' value: '' - name: CONDUIT STATE number: '26' value: '' - name: CONDUIT ZIP number: '27' value: '' - name: MEMO CODE number: '28' value: '' - name: MEMO TEXT number: '29' value: FUNDRAISING CONSULTANT - name: AMENDED CD number: '30' value: '' - name: TRAN ID number: '31' value: 0202200357E1018 - name: BACK REF TRAN ID number: '32' value: '' - name: BACK REF SCHED NAME number: '33' value: '' - name: Reference to SI or SL system code that identifies the Account number: '34' value: '' - name: REFUND OR DISPOSAL OF EXCESS number: '35' value: '' - name: CATEGORY CODE number: '36' value: '' - name: COMMUNICATION DATE number: '37' value: NO VALUE! expected_count: 37 input: '"SB17","C00254441","IND","Anderson Lee^Michelle","2 Hickory Ridge Drive","","Fredericksburg","VA","22405 ","","FUNDRAISING CONSULTANT","","",20021129,1000.00,"C00254441","","","","",,"","","","","","","","FUNDRAISING CONSULTANT","","0202200357E1018","","","","",""' input_count: 36 record: <fec.version.v5_0.SB.Records instance at 0x405d5a8> result: [] - attempt: - name: FORM TYPE number: '1' value: SB17 - name: FILER FEC CMTE ID number: '2' value: C00254441 - name: ENTITY TYPE number: '3' value: IND - name: RECIPIENT NAME number: '4' value: Anderson Lee^Michelle - name: STREET 1 number: '5' value: 2 Hickory Ridge Drive - name: STREET 2 number: '6' value: '' - name: CITY number: '7' value: Fredericksburg - name: STATE number: '8' value: VA - name: ZIP number: '9' value: '22405 ' - name: TRANS Purpose CODE number: '10' value: '' - name: TRANS Purpose DESCRIP number: '11' value: FUNDRAISING CONSULTANT - name: ITEM ELECT CD number: '12' value: '' - name: ITEM ELECT OTHER number: '13' value: '' - name: DATE OF EXPENDITURE number: '14' value: '20021231' - name: AMOUNT OF EXPENDITURE number: '15' value: '1000.00' - name: FEC COMMITTEE ID NUMBER number: '16' value: C00254441 - name: FEC CANDIDATE ID NUMBER number: '17' value: '' - name: CANDIDATE NAME number: '18' value: '' - name: CAN/OFFICE number: '19' value: '' - name: CAN/STATE number: '20' value: '' - name: CAN/DIST number: '21' value: '' - name: CONDUIT NAME number: '22' value: '' - name: CONDUIT STREET 1 number: '23' value: '' - name: CONDUIT STREET 2 number: '24' value: '' - name: CONDUIT CITY number: '25' value: '' - name: CONDUIT STATE number: '26' value: '' - name: CONDUIT ZIP number: '27' value: '' - name: MEMO CODE number: '28' value: '' - name: MEMO TEXT number: '29' value: FUNDRAISING CONSULTANT - name: AMENDED CD number: '30' value: '' - name: TRAN ID number: '31' value: 0202200357E1019 - name: BACK REF TRAN ID number: '32' value: '' - name: BACK REF SCHED NAME number: '33' value: '' - name: Reference to SI or SL system code that identifies the Account number: '34' value: '' - name: REFUND OR DISPOSAL OF EXCESS number: '35' value: '' - name: CATEGORY CODE number: '36' value: '' - name: COMMUNICATION DATE number: '37' value: NO VALUE! expected_count: 37 input: '"SB17","C00254441","IND","Anderson Lee^Michelle","2 Hickory Ridge Drive","","Fredericksburg","VA","22405 ","","FUNDRAISING CONSULTANT","","",20021231,1000.00,"C00254441","","","","",,"","","","","","","","FUNDRAISING CONSULTANT","","0202200357E1019","","","","",""' input_count: 36 record: <fec.version.v5_0.SB.Records instance at 0x405dd88> result: [] - attempt: - name: FORM TYPE number: '1' value: SB17 - name: FILER FEC CMTE ID number: '2' value: C00254441 - name: ENTITY TYPE number: '3' value: IND - name: RECIPIENT NAME number: '4' value: Blue^Zanzibar - name: STREET 1 number: '5' value: 200 South Broad St. - name: STREET 2 number: '6' value: '' - name: CITY number: '7' value: Philadelphia - name: STATE number: '8' value: PA - name: ZIP number: '9' value: '19102 ' - name: TRANS Purpose CODE number: '10' value: '' - name: TRANS Purpose DESCRIP number: '11' value: HOLIDAY EVENT - name: ITEM ELECT CD number: '12' value: '' - name: ITEM ELECT OTHER number: '13' value: '' - name: DATE OF EXPENDITURE number: '14' value: '20021220' - name: AMOUNT OF EXPENDITURE number: '15' value: '10000.00' - name: FEC COMMITTEE ID NUMBER number: '16' value: C00254441 - name: FEC CANDIDATE ID NUMBER number: '17' value: '' - name: CANDIDATE NAME number: '18' value: '' - name: CAN/OFFICE number: '19' value: '' - name: CAN/STATE number: '20' value: '' - name: CAN/DIST number: '21' value: '' - name: CONDUIT NAME number: '22' value: '' - name: CONDUIT STREET 1 number: '23' value: '' - name: CONDUIT STREET 2 number: '24' value: '' - name: CONDUIT CITY number: '25' value: '' - name: CONDUIT STATE number: '26' value: '' - name: CONDUIT ZIP number: '27' value: '' - name: MEMO CODE number: '28' value: '' - name: MEMO TEXT number: '29' value: HOLIDAY EVENT - name: AMENDED CD number: '30' value: '' - name: TRAN ID number: '31' value: 0202200357E1009 - name: BACK REF TRAN ID number: '32' value: '' - name: BACK REF SCHED NAME number: '33' value: '' - name: Reference to SI or SL system code that identifies the Account number: '34' value: '' - name: REFUND OR DISPOSAL OF EXCESS number: '35' value: '' - name: CATEGORY CODE number: '36' value: '' - name: COMMUNICATION DATE number: '37' value: NO VALUE! expected_count: 37 input: '"SB17","C00254441","IND","Blue^Zanzibar","200 South Broad St.","","Philadelphia","PA","19102 ","","HOLIDAY EVENT","","",20021220,10000.00,"C00254441","","","","",,"","","","","","","","HOLIDAY EVENT","","0202200357E1009","","","","",""' input_count: 36 record: <fec.version.v5_0.SB.Records instance at 0x405d5a8> result: [] - input: '"SB17","C00254441","IND","Consulting, LLC^J. Salter","7478 rhoads St.","","Philadelphia","PA","19151 ","","ACCOUNTING SERVICES","","",20021129,250.00,"C00254441","","","","",,"","","","","","","","ACCOUNTING SERVICES","","0202200357E1021","","","","",""' record: <fec.version.v5_0.SB.Records instance at 0x405dd88> result: - name: FORM TYPE number: '1' value: SB17 - name: FILER FEC CMTE ID number: '2' value: C00254441 - name: ENTITY TYPE number: '3' value: IND - name: RECIPIENT NAME number: '4' value: Consulting - name: STREET 1 number: '5' value: ' LLC^J. Salter' - name: STREET 2 number: '6' value: 7478 rhoads St. - name: CITY number: '7' value: '' - name: STATE number: '8' value: Philadelphia - name: ZIP number: '9' value: PA - name: TRANS Purpose CODE number: '10' value: '19151 ' - name: TRANS Purpose DESCRIP number: '11' value: '' - name: ITEM ELECT CD number: '12' value: ACCOUNTING SERVICES - name: ITEM ELECT OTHER number: '13' value: '' - name: DATE OF EXPENDITURE number: '14' value: '' - name: AMOUNT OF EXPENDITURE number: '15' value: '20021129' - name: FEC COMMITTEE ID NUMBER number: '16' value: '250.00' - name: FEC CANDIDATE ID NUMBER number: '17' value: C00254441 - name: CANDIDATE NAME number: '18' value: '' - name: CAN/OFFICE number: '19' value: '' - name: CAN/STATE number: '20' value: '' - name: CAN/DIST number: '21' value: '' - name: CONDUIT NAME number: '22' value: '' - name: CONDUIT STREET 1 number: '23' value: '' - name: CONDUIT STREET 2 number: '24' value: '' - name: CONDUIT CITY number: '25' value: '' - name: CONDUIT STATE number: '26' value: '' - name: CONDUIT ZIP number: '27' value: '' - name: MEMO CODE number: '28' value: '' - name: MEMO TEXT number: '29' value: '' - name: AMENDED CD number: '30' value: ACCOUNTING SERVICES - name: TRAN ID number: '31' value: '' - name: BACK REF TRAN ID number: '32' value: 0202200357E1021 - name: BACK REF SCHED NAME number: '33' value: '' - name: Reference to SI or SL system code that identifies the Account number: '34' value: '' - name: REFUND OR DISPOSAL OF EXCESS number: '35' value: '' - name: CATEGORY CODE number: '36' value: '' - name: COMMUNICATION DATE number: '37' value: '' - attempt: - name: FORM TYPE number: '1' value: SB17 - name: FILER FEC CMTE ID number: '2' value: C00254441 - name: ENTITY TYPE number: '3' value: IND - name: RECIPIENT NAME number: '4' value: Flower Shop^Paul Beals - name: STREET 1 number: '5' value: 7220 Ogontz Avenue - name: STREET 2 number: '6' value: '' - name: CITY number: '7' value: Philadelphia - name: STATE number: '8' value: PA - name: ZIP number: '9' value: '19138 ' - name: TRANS Purpose CODE number: '10' value: '' - name: TRANS Purpose DESCRIP number: '11' value: FLOWERS - name: ITEM ELECT CD number: '12' value: '' - name: ITEM ELECT OTHER number: '13' value: '' - name: DATE OF EXPENDITURE number: '14' value: '20021219' - name: AMOUNT OF EXPENDITURE number: '15' value: '449.45' - name: FEC COMMITTEE ID NUMBER number: '16' value: C00254441 - name: FEC CANDIDATE ID NUMBER number: '17' value: '' - name: CANDIDATE NAME number: '18' value: '' - name: CAN/OFFICE number: '19' value: '' - name: CAN/STATE number: '20' value: '' - name: CAN/DIST number: '21' value: '' - name: CONDUIT NAME number: '22' value: '' - name: CONDUIT STREET 1 number: '23' value: '' - name: CONDUIT STREET 2 number: '24' value: '' - name: CONDUIT CITY number: '25' value: '' - name: CONDUIT STATE number: '26' value: '' - name: CONDUIT ZIP number: '27' value: '' - name: MEMO CODE number: '28' value: '' - name: MEMO TEXT number: '29' value: FLOWERS - name: AMENDED CD number: '30' value: '' - name: TRAN ID number: '31' value: 0202200357E1008 - name: BACK REF TRAN ID number: '32' value: '' - name: BACK REF SCHED NAME number: '33' value: '' - name: Reference to SI or SL system code that identifies the Account number: '34' value: '' - name: REFUND OR DISPOSAL OF EXCESS number: '35' value: '' - name: CATEGORY CODE number: '36' value: '' - name: COMMUNICATION DATE number: '37' value: NO VALUE! expected_count: 37 input: '"SB17","C00254441","IND","Flower Shop^Paul Beals","7220 Ogontz Avenue","","Philadelphia","PA","19138 ","","FLOWERS","","",20021219,449.45,"C00254441","","","","",,"","","","","","","","FLOWERS","","0202200357E1008","","","","",""' input_count: 36 record: <fec.version.v5_0.SB.Records instance at 0x405d5a8> result: [] - input: '"SB17","C00254441","IND","Inc.^Paychex,","PO Box 965","","Southeastern","PA","19399 ","","PAYROLL SERVICE","","",20021210,52.13,"C00254441","","","","",,"","","","","","","","PAYROLL SERVICE","","0202200357E1006","","","","",""' record: <fec.version.v5_0.SB.Records instance at 0x405dd88> result: - name: FORM TYPE number: '1' value: SB17 - name: FILER FEC CMTE ID number: '2' value: C00254441 - name: ENTITY TYPE number: '3' value: IND - name: RECIPIENT NAME number: '4' value: Inc.^Paychex - name: STREET 1 number: '5' value: '' - name: STREET 2 number: '6' value: PO Box 965 - name: CITY number: '7' value: '' - name: STATE number: '8' value: Southeastern - name: ZIP number: '9' value: PA - name: TRANS Purpose CODE number: '10' value: '19399 ' - name: TRANS Purpose DESCRIP number: '11' value: '' - name: ITEM ELECT CD number: '12' value: PAYROLL SERVICE - name: ITEM ELECT OTHER number: '13' value: '' - name: DATE OF EXPENDITURE number: '14' value: '' - name: AMOUNT OF EXPENDITURE number: '15' value: '20021210' - name: FEC COMMITTEE ID NUMBER number: '16' value: '52.13' - name: FEC CANDIDATE ID NUMBER number: '17' value: C00254441 - name: CANDIDATE NAME number: '18' value: '' - name: CAN/OFFICE number: '19' value: '' - name: CAN/STATE number: '20' value: '' - name: CAN/DIST number: '21' value: '' - name: CONDUIT NAME number: '22' value: '' - name: CONDUIT STREET 1 number: '23' value: '' - name: CONDUIT STREET 2 number: '24' value: '' - name: CONDUIT CITY number: '25' value: '' - name: CONDUIT STATE number: '26' value: '' - name: CONDUIT ZIP number: '27' value: '' - name: MEMO CODE number: '28' value: '' - name: MEMO TEXT number: '29' value: '' - name: AMENDED CD number: '30' value: PAYROLL SERVICE - name: TRAN ID number: '31' value: '' - name: BACK REF TRAN ID number: '32' value: 0202200357E1006 - name: BACK REF SCHED NAME number: '33' value: '' - name: Reference to SI or SL system code that identifies the Account number: '34' value: '' - name: REFUND OR DISPOSAL OF EXCESS number: '35' value: '' - name: CATEGORY CODE number: '36' value: '' - name: COMMUNICATION DATE number: '37' value: '' - attempt: - name: FORM TYPE number: '1' value: SB17 - name: FILER FEC CMTE ID number: '2' value: C00254441 - name: ENTITY TYPE number: '3' value: IND - name: RECIPIENT NAME number: '4' value: McCain^Philecia M. - name: STREET 1 number: '5' value: '8802 Plmouth St. #5' - name: STREET 2 number: '6' value: '' - name: CITY number: '7' value: Silver Spring - name: STATE number: '8' value: MD - name: ZIP number: '9' value: '20901 ' - name: TRANS Purpose CODE number: '10' value: '' - name: TRANS Purpose DESCRIP number: '11' value: FUNDRAISING CONSULTANT - name: ITEM ELECT CD number: '12' value: '' - name: ITEM ELECT OTHER number: '13' value: '' - name: DATE OF EXPENDITURE number: '14' value: '20021130' - name: AMOUNT OF EXPENDITURE number: '15' value: '500.00' - name: FEC COMMITTEE ID NUMBER number: '16' value: C00254441 - name: FEC CANDIDATE ID NUMBER number: '17' value: '' - name: CANDIDATE NAME number: '18' value: '' - name: CAN/OFFICE number: '19' value: '' - name: CAN/STATE number: '20' value: '' - name: CAN/DIST number: '21' value: '' - name: CONDUIT NAME number: '22' value: '' - name: CONDUIT STREET 1 number: '23' value: '' - name: CONDUIT STREET 2 number: '24' value: '' - name: CONDUIT CITY number: '25' value: '' - name: CONDUIT STATE number: '26' value: '' - name: CONDUIT ZIP number: '27' value: '' - name: MEMO CODE number: '28' value: '' - name: MEMO TEXT number: '29' value: FUNDRAISING CONSULTANT - name: AMENDED CD number: '30' value: '' - name: TRAN ID number: '31' value: 0202200357E1027 - name: BACK REF TRAN ID number: '32' value: '' - name: BACK REF SCHED NAME number: '33' value: '' - name: Reference to SI or SL system code that identifies the Account number: '34' value: '' - name: REFUND OR DISPOSAL OF EXCESS number: '35' value: '' - name: CATEGORY CODE number: '36' value: '' - name: COMMUNICATION DATE number: '37' value: NO VALUE! expected_count: 37 input: '"SB17","C00254441","IND","McCain^Philecia M.","8802 Plmouth St. #5","","Silver Spring","MD","20901 ","","FUNDRAISING CONSULTANT","","",20021130,500.00,"C00254441","","","","",,"","","","","","","","FUNDRAISING CONSULTANT","","0202200357E1027","","","","",""' input_count: 36 record: <fec.version.v5_0.SB.Records instance at 0x405d5a8> result: [] - attempt: - name: FORM TYPE number: '1' value: SB17 - name: FILER FEC CMTE ID number: '2' value: C00254441 - name: ENTITY TYPE number: '3' value: IND - name: RECIPIENT NAME number: '4' value: McCain^Philecia M. - name: STREET 1 number: '5' value: '8802 Plmouth St. #5' - name: STREET 2 number: '6' value: '' - name: CITY number: '7' value: Silver Spring - name: STATE number: '8' value: MD - name: ZIP number: '9' value: '20901 ' - name: TRANS Purpose CODE number: '10' value: '' - name: TRANS Purpose DESCRIP number: '11' value: FUNDRAISING CONSULTANT - name: ITEM ELECT CD number: '12' value: '' - name: ITEM ELECT OTHER number: '13' value: '' - name: DATE OF EXPENDITURE number: '14' value: '20021230' - name: AMOUNT OF EXPENDITURE number: '15' value: '500.00' - name: FEC COMMITTEE ID NUMBER number: '16' value: C00254441 - name: FEC CANDIDATE ID NUMBER number: '17' value: '' - name: CANDIDATE NAME number: '18' value: '' - name: CAN/OFFICE number: '19' value: '' - name: CAN/STATE number: '20' value: '' - name: CAN/DIST number: '21' value: '' - name: CONDUIT NAME number: '22' value: '' - name: CONDUIT STREET 1 number: '23' value: '' - name: CONDUIT STREET 2 number: '24' value: '' - name: CONDUIT CITY number: '25' value: '' - name: CONDUIT STATE number: '26' value: '' - name: CONDUIT ZIP number: '27' value: '' - name: MEMO CODE number: '28' value: '' - name: MEMO TEXT number: '29' value: FUNDRAISING CONSULTANT - name: AMENDED CD number: '30' value: '' - name: TRAN ID number: '31' value: 0202200357E1028 - name: BACK REF TRAN ID number: '32' value: '' - name: BACK REF SCHED NAME number: '33' value: '' - name: Reference to SI or SL system code that identifies the Account number: '34' value: '' - name: REFUND OR DISPOSAL OF EXCESS number: '35' value: '' - name: CATEGORY CODE number: '36' value: '' - name: COMMUNICATION DATE number: '37' value: NO VALUE! expected_count: 37 input: '"SB17","C00254441","IND","McCain^Philecia M.","8802 Plmouth St. #5","","Silver Spring","MD","20901 ","","FUNDRAISING CONSULTANT","","",20021230,500.00,"C00254441","","","","",,"","","","","","","","FUNDRAISING CONSULTANT","","0202200357E1028","","","","",""' input_count: 36 record: <fec.version.v5_0.SB.Records instance at 0x405dd88> result: [] - input: '"SB17","C00254441","IND","Negro Women, Inc^Natl Council of","P.o. Box 14645","","Philadelphia","PA","19101 ","","ADVERTISING","","",20021219,355.00,"C00254441","","","","",,"","","","","","","","ADVERTISING","","0202200358E1061","","","","",""' record: <fec.version.v5_0.SB.Records instance at 0x405d5a8> result: - name: FORM TYPE number: '1' value: SB17 - name: FILER FEC CMTE ID number: '2' value: C00254441 - name: ENTITY TYPE number: '3' value: IND - name: RECIPIENT NAME number: '4' value: Negro Women - name: STREET 1 number: '5' value: ' Inc^Natl Council of' - name: STREET 2 number: '6' value: P.o. Box 14645 - name: CITY number: '7' value: '' - name: STATE number: '8' value: Philadelphia - name: ZIP number: '9' value: PA - name: TRANS Purpose CODE number: '10' value: '19101 ' - name: TRANS Purpose DESCRIP number: '11' value: '' - name: ITEM ELECT CD number: '12' value: ADVERTISING - name: ITEM ELECT OTHER number: '13' value: '' - name: DATE OF EXPENDITURE number: '14' value: '' - name: AMOUNT OF EXPENDITURE number: '15' value: '20021219' - name: FEC COMMITTEE ID NUMBER number: '16' value: '355.00' - name: FEC CANDIDATE ID NUMBER number: '17' value: C00254441 - name: CANDIDATE NAME number: '18' value: '' - name: CAN/OFFICE number: '19' value: '' - name: CAN/STATE number: '20' value: '' - name: CAN/DIST number: '21' value: '' - name: CONDUIT NAME number: '22' value: '' - name: CONDUIT STREET 1 number: '23' value: '' - name: CONDUIT STREET 2 number: '24' value: '' - name: CONDUIT CITY number: '25' value: '' - name: CONDUIT STATE number: '26' value: '' - name: CONDUIT ZIP number: '27' value: '' - name: MEMO CODE number: '28' value: '' - name: MEMO TEXT number: '29' value: '' - name: AMENDED CD number: '30' value: ADVERTISING - name: TRAN ID number: '31' value: '' - name: BACK REF TRAN ID number: '32' value: 0202200358E1061 - name: BACK REF SCHED NAME number: '33' value: '' - name: Reference to SI or SL system code that identifies the Account number: '34' value: '' - name: REFUND OR DISPOSAL OF EXCESS number: '35' value: '' - name: CATEGORY CODE number: '36' value: '' - name: COMMUNICATION DATE number: '37' value: '' - attempt: - name: FORM TYPE number: '1' value: SB17 - name: FILER FEC CMTE ID number: '2' value: C00254441 - name: ENTITY TYPE number: '3' value: IND - name: RECIPIENT NAME number: '4' value: Norville^Florence - name: STREET 1 number: '5' value: '' - name: STREET 2 number: '6' value: '' - name: CITY number: '7' value: '' - name: STATE number: '8' value: ' ' - name: ZIP number: '9' value: ' ' - name: TRANS Purpose CODE number: '10' value: '' - name: TRANS Purpose DESCRIP number: '11' value: BOOKKEEPING - name: ITEM ELECT CD number: '12' value: '' - name: ITEM ELECT OTHER number: '13' value: '' - name: DATE OF EXPENDITURE number: '14' value: '20021205' - name: AMOUNT OF EXPENDITURE number: '15' value: '227.25' - name: FEC COMMITTEE ID NUMBER number: '16' value: C00254441 - name: FEC CANDIDATE ID NUMBER number: '17' value: '' - name: CANDIDATE NAME number: '18' value: '' - name: CAN/OFFICE number: '19' value: '' - name: CAN/STATE number: '20' value: '' - name: CAN/DIST number: '21' value: '' - name: CONDUIT NAME number: '22' value: '' - name: CONDUIT STREET 1 number: '23' value: '' - name: CONDUIT STREET 2 number: '24' value: '' - name: CONDUIT CITY number: '25' value: '' - name: CONDUIT STATE number: '26' value: '' - name: CONDUIT ZIP number: '27' value: '' - name: MEMO CODE number: '28' value: '' - name: MEMO TEXT number: '29' value: BOOKKEEPING - name: AMENDED CD number: '30' value: '' - name: TRAN ID number: '31' value: 0202200358E1059 - name: BACK REF TRAN ID number: '32' value: '' - name: BACK REF SCHED NAME number: '33' value: '' - name: Reference to SI or SL system code that identifies the Account number: '34' value: '' - name: REFUND OR DISPOSAL OF EXCESS number: '35' value: '' - name: CATEGORY CODE number: '36' value: '' - name: COMMUNICATION DATE number: '37' value: NO VALUE! expected_count: 37 input: '"SB17","C00254441","IND","Norville^Florence","","",""," "," ","","BOOKKEEPING","","",20021205,227.25,"C00254441","","","","",,"","","","","","","","BOOKKEEPING","","0202200358E1059","","","","",""' input_count: 36 record: <fec.version.v5_0.SB.Records instance at 0x405dd88> result: [] - attempt: - name: FORM TYPE number: '1' value: SB17 - name: FILER FEC CMTE ID number: '2' value: C00254441 - name: ENTITY TYPE number: '3' value: IND - name: RECIPIENT NAME number: '4' value: Norville^Florence - name: STREET 1 number: '5' value: '' - name: STREET 2 number: '6' value: '' - name: CITY number: '7' value: '' - name: STATE number: '8' value: ' ' - name: ZIP number: '9' value: ' ' - name: TRANS Purpose CODE number: '10' value: '' - name: TRANS Purpose DESCRIP number: '11' value: BOOKKEEPING - name: ITEM ELECT CD number: '12' value: '' - name: ITEM ELECT OTHER number: '13' value: '' - name: DATE OF EXPENDITURE number: '14' value: '20021220' - name: AMOUNT OF EXPENDITURE number: '15' value: '381.25' - name: FEC COMMITTEE ID NUMBER number: '16' value: C00254441 - name: FEC CANDIDATE ID NUMBER number: '17' value: '' - name: CANDIDATE NAME number: '18' value: '' - name: CAN/OFFICE number: '19' value: '' - name: CAN/STATE number: '20' value: '' - name: CAN/DIST number: '21' value: '' - name: CONDUIT NAME number: '22' value: '' - name: CONDUIT STREET 1 number: '23' value: '' - name: CONDUIT STREET 2 number: '24' value: '' - name: CONDUIT CITY number: '25' value: '' - name: CONDUIT STATE number: '26' value: '' - name: CONDUIT ZIP number: '27' value: '' - name: MEMO CODE number: '28' value: '' - name: MEMO TEXT number: '29' value: BOOKKEEPING - name: AMENDED CD number: '30' value: '' - name: TRAN ID number: '31' value: 0202200358E1065 - name: BACK REF TRAN ID number: '32' value: '' - name: BACK REF SCHED NAME number: '33' value: '' - name: Reference to SI or SL system code that identifies the Account number: '34' value: '' - name: REFUND OR DISPOSAL OF EXCESS number: '35' value: '' - name: CATEGORY CODE number: '36' value: '' - name: COMMUNICATION DATE number: '37' value: NO VALUE! expected_count: 37 input: '"SB17","C00254441","IND","Norville^Florence","","",""," "," ","","BOOKKEEPING","","",20021220,381.25,"C00254441","","","","",,"","","","","","","","BOOKKEEPING","","0202200358E1065","","","","",""' input_count: 36 record: <fec.version.v5_0.SB.Records instance at 0x405d5a8> result: [] - attempt: - name: FORM TYPE number: '1' value: SB17 - name: FILER FEC CMTE ID number: '2' value: C00254441 - name: ENTITY TYPE number: '3' value: IND - name: RECIPIENT NAME number: '4' value: PA Acorn^PA Acorn - name: STREET 1 number: '5' value: '' - name: STREET 2 number: '6' value: '' - name: CITY number: '7' value: '' - name: STATE number: '8' value: ' ' - name: ZIP number: '9' value: ' ' - name: TRANS Purpose CODE number: '10' value: '' - name: TRANS Purpose DESCRIP number: '11' value: SUPPORT ACTIVITY - name: ITEM ELECT CD number: '12' value: '' - name: ITEM ELECT OTHER number: '13' value: '' - name: DATE OF EXPENDITURE number: '14' value: '20021219' - name: AMOUNT OF EXPENDITURE number: '15' value: '500.00' - name: FEC COMMITTEE ID NUMBER number: '16' value: C00254441 - name: FEC CANDIDATE ID NUMBER number: '17' value: '' - name: CANDIDATE NAME number: '18' value: '' - name: CAN/OFFICE number: '19' value: '' - name: CAN/STATE number: '20' value: '' - name: CAN/DIST number: '21' value: '' - name: CONDUIT NAME number: '22' value: '' - name: CONDUIT STREET 1 number: '23' value: '' - name: CONDUIT STREET 2 number: '24' value: '' - name: CONDUIT CITY number: '25' value: '' - name: CONDUIT STATE number: '26' value: '' - name: CONDUIT ZIP number: '27' value: '' - name: MEMO CODE number: '28' value: '' - name: MEMO TEXT number: '29' value: SUPPORT ACTIVITY - name: AMENDED CD number: '30' value: '' - name: TRAN ID number: '31' value: 0202200358E1062 - name: BACK REF TRAN ID number: '32' value: '' - name: BACK REF SCHED NAME number: '33' value: '' - name: Reference to SI or SL system code that identifies the Account number: '34' value: '' - name: REFUND OR DISPOSAL OF EXCESS number: '35' value: '' - name: CATEGORY CODE number: '36' value: '' - name: COMMUNICATION DATE number: '37' value: NO VALUE! expected_count: 37 input: '"SB17","C00254441","IND","PA Acorn^PA Acorn","","",""," "," ","","SUPPORT ACTIVITY","","",20021219,500.00,"C00254441","","","","",,"","","","","","","","SUPPORT ACTIVITY","","0202200358E1062","","","","",""' input_count: 36 record: <fec.version.v5_0.SB.Records instance at 0x405dd88> result: [] - attempt: - name: FORM TYPE number: '1' value: SB17 - name: FILER FEC CMTE ID number: '2' value: C00254441 - name: ENTITY TYPE number: '3' value: '' - name: RECIPIENT NAME number: '4' value: Aristotle Publishing - name: STREET 1 number: '5' value: 205 Pennsylvania Avenue - name: STREET 2 number: '6' value: '' - name: CITY number: '7' value: Washington - name: STATE number: '8' value: DC - name: ZIP number: '9' value: '20003 ' - name: TRANS Purpose CODE number: '10' value: '' - name: TRANS Purpose DESCRIP number: '11' value: SOFTWARE RENEWAL - name: ITEM ELECT CD number: '12' value: '' - name: ITEM ELECT OTHER number: '13' value: '' - name: DATE OF EXPENDITURE number: '14' value: '20021230' - name: AMOUNT OF EXPENDITURE number: '15' value: '2500.00' - name: FEC COMMITTEE ID NUMBER number: '16' value: C00254441 - name: FEC CANDIDATE ID NUMBER number: '17' value: '' - name: CANDIDATE NAME number: '18' value: '' - name: CAN/OFFICE number: '19' value: '' - name: CAN/STATE number: '20' value: '' - name: CAN/DIST number: '21' value: '' - name: CONDUIT NAME number: '22' value: '' - name: CONDUIT STREET 1 number: '23' value: '' - name: CONDUIT STREET 2 number: '24' value: '' - name: CONDUIT CITY number: '25' value: '' - name: CONDUIT STATE number: '26' value: '' - name: CONDUIT ZIP number: '27' value: '' - name: MEMO CODE number: '28' value: '' - name: MEMO TEXT number: '29' value: SOFTWARE RENEWAL - name: AMENDED CD number: '30' value: '' - name: TRAN ID number: '31' value: 0202200358E1063 - name: BACK REF TRAN ID number: '32' value: '' - name: BACK REF SCHED NAME number: '33' value: '' - name: Reference to SI or SL system code that identifies the Account number: '34' value: '' - name: REFUND OR DISPOSAL OF EXCESS number: '35' value: '' - name: CATEGORY CODE number: '36' value: '' - name: COMMUNICATION DATE number: '37' value: NO VALUE! expected_count: 37 input: '"SB17","C00254441","","Aristotle Publishing","205 Pennsylvania Avenue","","Washington","DC","20003 ","","SOFTWARE RENEWAL","","",20021230,2500.00,"C00254441","","","","",,"","","","","","","","SOFTWARE RENEWAL","","0202200358E1063","","","","",""' input_count: 36 record: <fec.version.v5_0.SB.Records instance at 0x405d5a8> result: [] - attempt: - name: FORM TYPE number: '1' value: SB17 - name: FILER FEC CMTE ID number: '2' value: C00254441 - name: ENTITY TYPE number: '3' value: IND - name: RECIPIENT NAME number: '4' value: Service^U.S. Postal - name: STREET 1 number: '5' value: 30th Market Street - name: STREET 2 number: '6' value: '' - name: CITY number: '7' value: Philadelphia - name: STATE number: '8' value: PA - name: ZIP number: '9' value: '19139 ' - name: TRANS Purpose CODE number: '10' value: '' - name: TRANS Purpose DESCRIP number: '11' value: EXPRESS MAIL - name: ITEM ELECT CD number: '12' value: '' - name: ITEM ELECT OTHER number: '13' value: '' - name: DATE OF EXPENDITURE number: '14' value: '20021230' - name: AMOUNT OF EXPENDITURE number: '15' value: '13.65' - name: FEC COMMITTEE ID NUMBER number: '16' value: C00254441 - name: FEC CANDIDATE ID NUMBER number: '17' value: '' - name: CANDIDATE NAME number: '18' value: '' - name: CAN/OFFICE number: '19' value: '' - name: CAN/STATE number: '20' value: '' - name: CAN/DIST number: '21' value: '' - name: CONDUIT NAME number: '22' value: '' - name: CONDUIT STREET 1 number: '23' value: '' - name: CONDUIT STREET 2 number: '24' value: '' - name: CONDUIT CITY number: '25' value: '' - name: CONDUIT STATE number: '26' value: '' - name: CONDUIT ZIP number: '27' value: '' - name: MEMO CODE number: '28' value: '' - name: MEMO TEXT number: '29' value: EXPRESS MAIL - name: AMENDED CD number: '30' value: '' - name: TRAN ID number: '31' value: 0202200357E1011 - name: BACK REF TRAN ID number: '32' value: '' - name: BACK REF SCHED NAME number: '33' value: '' - name: Reference to SI or SL system code that identifies the Account number: '34' value: '' - name: REFUND OR DISPOSAL OF EXCESS number: '35' value: '' - name: CATEGORY CODE number: '36' value: '' - name: COMMUNICATION DATE number: '37' value: NO VALUE! expected_count: 37 input: '"SB17","C00254441","IND","Service^U.S. Postal","30th Market Street","","Philadelphia","PA","19139 ","","EXPRESS MAIL","","",20021230,13.65,"C00254441","","","","",,"","","","","","","","EXPRESS MAIL","","0202200357E1011","","","","",""' input_count: 36 record: <fec.version.v5_0.SB.Records instance at 0x405dd88> result: [] sourceurl: !!python/unicode 20030917 type: single
22.520378
536
0.566816
b93deda0df1ae62970b51acb9beb7eda9b5286a9
1,167
yml
YAML
locale/fof-impersonate.yml
rob006/flarum-lang-xxish
297f71771ee8ba88ec3829c8299d53f6daed3f9d
[ "MIT" ]
7
2019-04-03T15:17:38.000Z
2021-03-04T01:16:35.000Z
locale/fof-impersonate.yml
rob006/flarum-lang-xxish
297f71771ee8ba88ec3829c8299d53f6daed3f9d
[ "MIT" ]
6
2020-05-14T12:20:12.000Z
2021-09-29T18:42:17.000Z
locale/fof-impersonate.yml
rob006/flarum-lang-xxish
297f71771ee8ba88ec3829c8299d53f6daed3f9d
[ "MIT" ]
7
2020-03-12T22:27:58.000Z
2021-06-15T06:53:17.000Z
# This file is automatically generated - do not edit it directly. # Use https://weblate.rob006.net/projects/flarum/fof-impersonate/pl/ for translation. # You can read more about the process at https://github.com/rob006-software/flarum-translations/wiki. fof-impersonate: admin: permissions: login: 'Logowanie na konta innych użytkowników' settings: no_settings_available: 'Żadne ustawienia nie są obecnie dostępne. Spróbuj zainstalować <code>fof/moderator-notes</code>.' require_reason: 'Wymuś podanie powodu przed przełączeniem się na innego użytkownika.' title: 'FoF Impersonate' forum: modal: impersonate_username: 'Zaloguj się jako {username}' label: 'Z wielką mocą wiąże się wielka odpowiedzialność. Kontynuując zalogujesz się na konto {username} i zostaniesz na nim aż do wylogowania.' placeholder_optional: 'Podaj powód przełączenia się na tego użytkownika (opcjonalne)' placeholder_required: 'Aby kontynuować, musisz podać powód przełączenia się na tego użytkownika' title: 'Zaloguj się jako inny użytkownik' user_controls: impersonate_button: 'Zaloguj się jako ten użytkownik'
53.045455
149
0.754927
a8ca8b8aa37f1f7c4d6102542f17bf9964887987
2,036
yaml
YAML
controllers/resource/testdata/ldap_expectedDeployment.yaml
cloudogu/k8s-dogu-operator
edb98ce9f52fff540d8f8c737453f8e834f1cd3a
[ "MIT" ]
null
null
null
controllers/resource/testdata/ldap_expectedDeployment.yaml
cloudogu/k8s-dogu-operator
edb98ce9f52fff540d8f8c737453f8e834f1cd3a
[ "MIT" ]
7
2022-03-02T13:46:10.000Z
2022-03-31T07:25:35.000Z
controllers/resource/testdata/ldap_expectedDeployment.yaml
cloudogu/k8s-dogu-operator
edb98ce9f52fff540d8f8c737453f8e834f1cd3a
[ "MIT" ]
1
2022-03-03T08:55:05.000Z
2022-03-03T08:55:05.000Z
metadata: creationTimestamp: null labels: dogu: ldap name: ldap ownerReferences: - apiVersion: k8s.cloudogu.com/v1 blockOwnerDeletion: true controller: true kind: Dogu name: ldap uid: "" spec: selector: matchLabels: dogu: ldap strategy: type: Recreate template: metadata: creationTimestamp: null labels: dogu: ldap spec: containers: - image: registry.cloudogu.com/official/ldap:2.4.48-4 imagePullPolicy: IfNotPresent name: ldap resources: { } volumeMounts: - mountPath: /etc/ces/node_master name: node-master-file readOnly: true subPath: node_master - mountPath: /private name: ldap-private readOnly: true - mountPath: /var/lib/openldap name: ldap-data subPath: db - mountPath: /etc/openldap/slapd.d name: ldap-data subPath: config livenessProbe: failureThreshold: 3 periodSeconds: 10 successThreshold: 1 tcpSocket: port: 389 timeoutSeconds: 1 startupProbe: exec: command: - bash - -c - '[[ $(doguctl state) == "ready" ]]' failureThreshold: 3 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 hostname: ldap imagePullSecrets: - name: k8s-dogu-operator-docker-registry securityContext: fsGroup: 101 fsGroupChangePolicy: OnRootMismatch volumes: - configMap: name: node-master-file name: node-master-file - name: ldap-private secret: defaultMode: 484 secretName: ldap-private - name: ldap-data persistentVolumeClaim: claimName: ldap status: { }
25.772152
61
0.517191
d0ceb6d87d4deb338687023dc1473e18ed6c32c8
101
yml
YAML
crowdin.yml
yueyinqiu/NWorldPermissions
548a4b2c27937201d9bde5292fe5e3d9e94fb6c5
[ "MIT" ]
1
2020-06-21T14:38:36.000Z
2020-06-21T14:38:36.000Z
crowdin.yml
yueyinqiu/NWorldPermissions
548a4b2c27937201d9bde5292fe5e3d9e94fb6c5
[ "MIT" ]
7
2020-06-20T14:07:45.000Z
2020-11-07T05:20:35.000Z
crowdin.yml
yueyinqiu/NWorldPermissions
548a4b2c27937201d9bde5292fe5e3d9e94fb6c5
[ "MIT" ]
null
null
null
files: - source: /NWorldPermissions/res/messages.yml translation: /translations/%language%.yml
25.25
47
0.752475
ad58b538c6aa5e22378b68bd4bac3225b5b6f67e
1,621
yml
YAML
src/Orchestra/BootStrap/UserBundle/Resources/config/routing.yml
dinamic/cmfOrchestra
9e9dd679ecdb65594e309aa2c1b6bf8ce2f611cd
[ "MIT" ]
1
2019-04-14T20:28:36.000Z
2019-04-14T20:28:36.000Z
src/Orchestra/BootStrap/UserBundle/Resources/config/routing.yml
dinamic/cmfOrchestra
9e9dd679ecdb65594e309aa2c1b6bf8ce2f611cd
[ "MIT" ]
null
null
null
src/Orchestra/BootStrap/UserBundle/Resources/config/routing.yml
dinamic/cmfOrchestra
9e9dd679ecdb65594e309aa2c1b6bf8ce2f611cd
[ "MIT" ]
null
null
null
# # import routes from a controller directory # annotation_user: resource: "@BootStrapUserBundle/Controller" type: annotation # # Import FOSUserBundle routing files # fos_user_group: resource: "@FOSUserBundle/Resources/config/routing/group.xml" prefix: /admin/group fos_user_security: resource: "@FOSUserBundle/Resources/config/routing/security.xml" fos_user_profile: resource: "@FOSUserBundle/Resources/config/routing/profile.xml" prefix: /user/profile fos_user_register: resource: "@FOSUserBundle/Resources/config/routing/registration.xml" prefix: /user/register fos_user_resetting: resource: "@FOSUserBundle/Resources/config/routing/resetting.xml" prefix: /user/resetting fos_user_change_password: resource: "@FOSUserBundle/Resources/config/routing/change_password.xml" prefix: /user/change-password # # BootStrapUserBundle routing extra of pi_routing database # fos_route_extra: resource: . type: extra # # BootStrapUserBundle routing url # unauthorized: pattern: /unauthorized defaults: { _controller: BootStrapUserBundle:Error:unauthorized } # # Import SonataAdminBundle routing files # BootStrapAdminBundle: resource: "@BootStrapAdminBundle/Resources/config/routing.yml" # # Import SonataPageBundle routing files # BootStrapMediaBundle: resource: "@BootStrapMediaBundle/Resources/config/routing.yml" # # Import SonataPageBundle routing files # BootStrapTranslatorBundle: resource: "@BootStrapTranslatorBundle/Resources/config/routing.yml"
24.938462
78
0.737199
7f546d7829d05ef4472afd2a5756571a9f85e65f
169
yml
YAML
.gitlab-ci.yml
renesas-rz/meta-renesas-ai-demos
f26ee3b72b78ec24b49419612843397bb7e317cd
[ "MIT" ]
1
2020-08-20T23:21:05.000Z
2020-08-20T23:21:05.000Z
.gitlab-ci.yml
renesas-rz/meta-renesas-ai-demos
f26ee3b72b78ec24b49419612843397bb7e317cd
[ "MIT" ]
null
null
null
.gitlab-ci.yml
renesas-rz/meta-renesas-ai-demos
f26ee3b72b78ec24b49419612843397bb7e317cd
[ "MIT" ]
2
2021-06-02T19:23:40.000Z
2022-02-16T20:15:16.000Z
include: - project: spl2/continuous-integration/ci-pipelines ref: master file: - /meta-renesas-ai-demos/main.yml - /meta-renesas-ai-demos/jobs.yml
24.142857
53
0.668639
8681dbe1c8779b41a10dc1cf2f89050714c2301f
1,513
yaml
YAML
src/tidhome/data/ti-dhome.yaml
kalemena/ti-dhome-flows
070b12c2807e58c00952c8db3933f3235d2b832a
[ "MIT" ]
null
null
null
src/tidhome/data/ti-dhome.yaml
kalemena/ti-dhome-flows
070b12c2807e58c00952c8db3933f3235d2b832a
[ "MIT" ]
null
null
null
src/tidhome/data/ti-dhome.yaml
kalemena/ti-dhome-flows
070b12c2807e58c00952c8db3933f3235d2b832a
[ "MIT" ]
null
null
null
sensors: iotpower: nodes: - id: 0 location: Home - id: 1 location: Bureau - id: 2 location: Cuisine~Lavage - id: 3 location: Celier~Lavage - id: 4 location: Aquarium - id: 5 location: Salon~TV - id: 6 location: Celier~Frigo - id: 7 location: Salon~Ambiance - id: 8 location: Freebox - id: 9 location: Spare enabled: false iotheaters: nodes: - id: 0 location: S.Jeux - id: 1 location: Bureau - id: 2 location: Ch.Léna - id: 3 location: Ch.Damien - id: 4 location: SdB.Haut - id: 5 location: Mezzanine - id: 6 location: Ch.Bas - id: 7 location: SdB.Bas enabled: false - id: 14 location: Salon - id: 15 location: Hall rfm868usb: nodes: - id: 10 location: Garage - id: 9 location: "Ch.Bas" - id: 30 location: "Ch.Bas.2" - id: 108 location: "SdB.Bas" enabled: false - id: 50 location: "Aquarium" - id: 33 location: "Hall" - id: 6 location: "Salon" - id: 51 location: "Ext-Potager" enabled: false - id: 49920 location: "Ext-Terrasse" enabled: false - id: 53 location: "Bureau" - id: 8 location: "Ch.Damien" - id: 5 location: "Ch.Jeux" - id: 7 location: "Mezanine" - id: 4 location: "Ch.Léna" - id: 12 location: "SdB.Haut"
18.45122
30
0.500991
c7c7a7429d309e7b7689575a7b4a85d27c437cd4
1,579
yml
YAML
dataset/gd/credits.yml
iamvukasin/flagnet
744c539a5d1fd05324aa67aa67391e0423e15a27
[ "MIT" ]
19
2018-10-06T16:49:07.000Z
2021-07-26T02:22:30.000Z
dataset/gd/credits.yml
iamvukasin/flagnet
744c539a5d1fd05324aa67aa67391e0423e15a27
[ "MIT" ]
1
2019-03-14T23:13:34.000Z
2019-03-14T23:13:34.000Z
dataset/gd/credits.yml
iamvukasin/flagnet
744c539a5d1fd05324aa67aa67391e0423e15a27
[ "MIT" ]
3
2021-10-04T17:30:03.000Z
2021-12-28T09:31:54.000Z
country: code: GD flag: 🇬🇩 name: Grenada photos: - author: Vukašin Manojlović download_url: https://raw.githubusercontent.com/iamvukasin/flagnet/master/dataset/gd/gd_00000.jpg downloader: url_image filename: gd_00000.jpg license: CC0 Public Domain url: https://iamvukasin.github.com/flagwaver - author: Vukašin Manojlović download_url: https://raw.githubusercontent.com/iamvukasin/flagnet/master/dataset/gd/gd_00001.jpg downloader: url_image filename: gd_00001.jpg license: CC0 Public Domain url: https://iamvukasin.github.com/flagwaver - author: Vukašin Manojlović download_url: https://raw.githubusercontent.com/iamvukasin/flagnet/master/dataset/gd/gd_00002.jpg downloader: url_image filename: gd_00002.jpg license: CC0 Public Domain url: https://iamvukasin.github.com/flagwaver - author: Vukašin Manojlović download_url: https://raw.githubusercontent.com/iamvukasin/flagnet/master/dataset/gd/gd_00003.jpg downloader: url_image filename: gd_00003.jpg license: CC0 Public Domain url: https://iamvukasin.github.com/flagwaver - author: Vukašin Manojlović download_url: https://raw.githubusercontent.com/iamvukasin/flagnet/master/dataset/gd/gd_00004.jpg downloader: url_image filename: gd_00004.jpg license: CC0 Public Domain url: https://iamvukasin.github.com/flagwaver - author: Vukašin Manojlović download_url: https://raw.githubusercontent.com/iamvukasin/flagnet/master/dataset/gd/gd_00005.jpg downloader: url_image filename: gd_00005.jpg license: CC0 Public Domain url: https://iamvukasin.github.com/flagwaver
37.595238
99
0.789107
fc731e9b5189cf528c020b1872249a06eb487370
64
yaml
YAML
tests/test_config_merging/config_cmdline_01.yaml
cailmdaley/snakemake
6a08f724d4045cf254613c10e881b57e31fa5f7d
[ "MIT" ]
1
2021-06-18T09:47:49.000Z
2021-06-18T09:47:49.000Z
tests/test_config_merging/config_cmdline_01.yaml
cailmdaley/snakemake
6a08f724d4045cf254613c10e881b57e31fa5f7d
[ "MIT" ]
null
null
null
tests/test_config_merging/config_cmdline_01.yaml
cailmdaley/snakemake
6a08f724d4045cf254613c10e881b57e31fa5f7d
[ "MIT" ]
null
null
null
block: foo: cfg01_foo bar: cfg01_bar baz: cfg01_baz
12.8
18
0.640625
da8423d750545033fbedb6e8973a685e7170f5c8
2,005
yaml
YAML
_data/corrigo-inc-.yaml
api-network/organizations
a6c87f20aa4b44dee7a48d52506e25cf8e6556da
[ "Apache-2.0" ]
4
2021-02-19T03:02:53.000Z
2022-03-23T07:51:17.000Z
_data/corrigo-inc-.yaml
api-network/organizations
a6c87f20aa4b44dee7a48d52506e25cf8e6556da
[ "Apache-2.0" ]
null
null
null
_data/corrigo-inc-.yaml
api-network/organizations
a6c87f20aa4b44dee7a48d52506e25cf8e6556da
[ "Apache-2.0" ]
3
2021-02-19T03:02:59.000Z
2021-10-03T22:25:23.000Z
--- name: Corrigo, Inc. description: "Corrigo\u2019s cutting-edge facilities management platform empowers more than 2.5M users to transform their facilities operations in 1.6M locations globally." image: "" created: "2021-02-04" modified: "2021-02-04" specificationVersion: "0.14" x-rank: "7" x-alexaRank: "219180" url: https://raw.githubusercontent.com/api-network/organizations/main/corrigo-inc-.yaml tags: - Property Management apis: [] x-common: - type: x-website url: http://www.corrigo.com - type: x-about url: https://www.corrigo.com/about-corrigo/ - type: x-about url: https://www.corrigo.com/about-corrigo/leadership/ - type: x-blog url: https://blog.corrigo.com - type: x-blog url: https://developer.corrigo.com/v9.1/blog - type: x-contact url: https://www.corrigo.com/contact-us/ - type: x-contact url: https://www.corrigo.com/contact-us - type: x-developer url: http://developer.corrigo.com - type: x-documentation url: https://securecontent.corrigo.com/docs/HelpCE94 - type: x-facebook url: https://www.facebook.com/corrigoinc/ - type: x-linkedin url: https://www.linkedin.com/company/corrigo-incorporated - type: x-login url: https://www.corrigo.com/login/ - type: x-login url: https://www.corrigo.com/login - type: x-partner url: https://www.corrigo.com/about-corrigo/partners/ - type: x-platform url: https://www.corrigo.com/the-platform/ - type: x-platform url: https://www.corrigo.com/the-platform/efficiency/ - type: x-platform url: https://www.corrigo.com/the-platform/intelligence/ - type: x-privacy url: https://www.corrigo.com/privacypolicy/ - type: x-support url: https://www.corrigo.com/support/ - type: x-support url: https://www.corrigo.com/support - type: x-terms-of-service url: https://www.corrigo.com/terms-conditions/ - type: x-twitter url: https://twitter.com/CorrigoInc - type: x-website url: https://www.corrigo.com include: [] maintainers: - FN: Kin Lane x-twitter: apievangelist email: info@apievangelist.com ---
29.485294
87
0.721696
68df0bee2971581a1bbe73ee36d88ea24e2ceb11
996
yml
YAML
.github/workflows/publish-docker.yml
chris124567/siad
c74df17c6e59ccfd7d3a2c9c353ff61406a919b9
[ "MIT" ]
1
2021-04-22T03:05:21.000Z
2021-04-22T03:05:21.000Z
.github/workflows/publish-docker.yml
chris124567/siad
c74df17c6e59ccfd7d3a2c9c353ff61406a919b9
[ "MIT" ]
null
null
null
.github/workflows/publish-docker.yml
chris124567/siad
c74df17c6e59ccfd7d3a2c9c353ff61406a919b9
[ "MIT" ]
null
null
null
name: Docker Publish # Controls when the action will run. on: # Triggers the workflow on new SemVer tags push: tags: - 'v[0-9]+.[0-9]+.[0-9]+' - 'v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+' jobs: docker: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: docker/setup-qemu-action@v1 - uses: docker/setup-buildx-action@v1 - uses: docker/login-action@v1 with: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - uses: crazy-max/ghaction-docker-meta@ae431178c17085afd420fdf7ca88b37bd32e3d7d name: generate tags id: meta with: images: ghcr.io/siafoundation/siad tags: | type=semver,pattern={{version}} - uses: docker/build-push-action@v2 with: context: . platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }}
27.666667
85
0.569277
519bedcc8f58186419d75cf9197cc5b07990d60c
692
yml
YAML
config-yml/image.style.3221_composite_crop_72dpi.yml
unb-libraries/composites.lib.unb.ca
1ce0ca585296e765d58e586172f68d97c4a42708
[ "MIT" ]
1
2021-03-05T02:06:12.000Z
2021-03-05T02:06:12.000Z
config-yml/image.style.3221_composite_crop_72dpi.yml
unb-libraries/composites.lib.unb.ca
1ce0ca585296e765d58e586172f68d97c4a42708
[ "MIT" ]
null
null
null
config-yml/image.style.3221_composite_crop_72dpi.yml
unb-libraries/composites.lib.unb.ca
1ce0ca585296e765d58e586172f68d97c4a42708
[ "MIT" ]
null
null
null
uuid: ee42cd21-ec89-4e88-8241-bb921f879943 langcode: en status: true dependencies: { } name: 3221_composite_crop_72dpi label: 3221_composite_crop_72dpi effects: 3e32ca33-82e2-4e57-aefa-9bd323089764: uuid: 3e32ca33-82e2-4e57-aefa-9bd323089764 id: image_crop weight: 0 data: width: 194 height: 288 anchor: 648-453 5b5e3ff3-8c6c-4a5a-a394-fb7a034d2cb0: uuid: 5b5e3ff3-8c6c-4a5a-a394-fb7a034d2cb0 id: image_scale weight: 0 data: width: 400 upscale: true height: null f499c385-4517-441f-93b3-5e5b943b7f99: uuid: f499c385-4517-441f-93b3-5e5b943b7f99 id: image_convert weight: 100 data: extension: jpg
23.066667
46
0.697977
1ead860632bd34fc9d2fd332f6028fc4da8f355b
1,528
yml
YAML
content/Unreal Tournament 2004/Maps/DeathMatch/B/7/d/613197/dm-beach_[7d613197].yml
acrinym/unreal-archive-data
ac9f151af3b401c10970839e7c5eb594e181e74a
[ "Unlicense" ]
20
2019-02-05T15:09:30.000Z
2022-03-06T02:04:19.000Z
content/Unreal Tournament 2004/Maps/DeathMatch/B/7/d/613197/dm-beach_[7d613197].yml
acrinym/unreal-archive-data
ac9f151af3b401c10970839e7c5eb594e181e74a
[ "Unlicense" ]
496
2019-02-17T20:07:27.000Z
2022-03-28T10:35:41.000Z
content/Unreal Tournament 2004/Maps/DeathMatch/B/7/d/613197/dm-beach_[7d613197].yml
acrinym/unreal-archive-data
ac9f151af3b401c10970839e7c5eb594e181e74a
[ "Unlicense" ]
15
2019-02-02T14:06:44.000Z
2022-02-24T22:40:18.000Z
--- !<MAP> contentType: "MAP" firstIndex: "2019-05-11 11:15" game: "Unreal Tournament 2004" name: "DM-BEACH" author: "Unknown" description: "None" releaseDate: "2003-04" attachments: - type: "IMAGE" name: "DM-BEACH_shot_1.png" url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament%202004/Maps/DeathMatch/B/DM-BEACH_shot_1.png" originalFilename: "dm-beach1.5.zip" hash: "7d613197fd61b7f2773199325ef8affce25ea5b3" fileSize: 2829508 files: - name: "DM-BEACH.ut2" fileSize: 1633002 hash: "5c8bab59a3934cef393a02ab3ed5c1752e630410" - name: "Hyde_DM-Forest_Mesh.usx" fileSize: 9163813 hash: "d92f5d1b02fb64f6f0eb5dc9de7fe56303ff8713" otherFiles: 1 dependencies: DM-BEACH.ut2: - status: "OK" name: "Hyde_DM-Forest_Mesh" downloads: - url: "http://www.unrealplayground.com/forums/downloads.php?do=file&id=1556" main: false repack: false state: "MISSING" - url: "https://f002.backblazeb2.com/file/unreal-archive-files/Unreal%20Tournament%202004/Maps/DeathMatch/B/dm-beach1.5.zip" main: true repack: false state: "OK" - url: "https://files.vohzd.com/unrealarchive/Unreal%20Tournament%202004/Maps/DeathMatch/B/7/d/613197/dm-beach1.5.zip" main: false repack: false state: "OK" - url: "https://unreal-archive-files.eu-central-1.linodeobjects.com/Unreal%20Tournament%202004/Maps/DeathMatch/B/7/d/613197/dm-beach1.5.zip" main: false repack: false state: "OK" deleted: false gametype: "DeathMatch" title: "DM-BEACH" playerCount: "Unknown" themes: Natural: 1.0 bots: true
29.384615
140
0.748037
e3edd31365d6c6ba8d78502379c676cebed10426
59
yml
YAML
Resources/config/oro/bundles.yml
oroinc/IngenicoBundle
68fe85a9a30e5a4d29ce02bc549567b96602df62
[ "MIT" ]
null
null
null
Resources/config/oro/bundles.yml
oroinc/IngenicoBundle
68fe85a9a30e5a4d29ce02bc549567b96602df62
[ "MIT" ]
1
2021-08-11T15:45:33.000Z
2021-08-17T18:25:40.000Z
Resources/config/oro/bundles.yml
oroinc/IngenicoBundle
68fe85a9a30e5a4d29ce02bc549567b96602df62
[ "MIT" ]
null
null
null
bundles: - Ingenico\Connect\OroCommerce\IngenicoBundle
19.666667
49
0.79661
d2a7bca76ab18285a7aa37d2983b129b63df76b8
124
yml
YAML
tests/confdb/profiles/Eltex/MES/spanning_tree1.yml
prorevizor/noc
37e44b8afc64318b10699c06a1138eee9e7d6a4e
[ "BSD-3-Clause" ]
84
2017-10-22T11:01:39.000Z
2022-02-27T03:43:48.000Z
tests/confdb/profiles/Eltex/MES/spanning_tree1.yml
prorevizor/noc
37e44b8afc64318b10699c06a1138eee9e7d6a4e
[ "BSD-3-Clause" ]
22
2017-12-11T07:21:56.000Z
2021-09-23T02:53:50.000Z
tests/confdb/profiles/Eltex/MES/spanning_tree1.yml
prorevizor/noc
37e44b8afc64318b10699c06a1138eee9e7d6a4e
[ "BSD-3-Clause" ]
23
2017-12-06T06:59:52.000Z
2022-02-24T00:02:25.000Z
config: | spanning-tree priority 8192 ! result: - ['protocols', 'spanning-tree', 'priority', 8192, {'replace': True}]
20.666667
71
0.645161
a511ad7490b1b77df9fb36094bb8d978407ad57f
175
yml
YAML
networks/remote/ansible/roles/unsafe_reset/tasks/main.yml
teragrid/dgrid
3746bc3dd5ab51af9571720df93f0d69e97f5bbb
[ "Apache-2.0" ]
1
2018-11-06T07:59:07.000Z
2018-11-06T07:59:07.000Z
networks/remote/ansible/roles/unsafe_reset/tasks/main.yml
teragrid/dgrid
3746bc3dd5ab51af9571720df93f0d69e97f5bbb
[ "Apache-2.0" ]
3
2018-10-11T12:03:40.000Z
2018-10-22T14:09:28.000Z
networks/remote/ansible/roles/unsafe_reset/tasks/main.yml
teragrid/teragrid
3746bc3dd5ab51af9571720df93f0d69e97f5bbb
[ "Apache-2.0" ]
null
null
null
- command: "{{service}} unsafe_reset_all {{ (service != 'teragrid') | ternary('node','') }} --home /home/{{service}}/.{{service}}" become_user: "{{service}}" become: yes
35
130
0.6
93e979892487e800e0d78828eab4c467508928f2
424
yaml
YAML
entities/rest/switchbot_meter.yaml
gasecki/Home-Assistant_Config
c3a73344278aee2585fc3cb927386edd9b0e9399
[ "MIT" ]
163
2020-08-01T12:19:46.000Z
2022-03-28T09:04:57.000Z
entities/rest/switchbot_meter.yaml
gasecki/Home-Assistant_Config
c3a73344278aee2585fc3cb927386edd9b0e9399
[ "MIT" ]
81
2020-08-04T00:28:46.000Z
2022-03-29T15:48:51.000Z
entities/rest/switchbot_meter.yaml
gasecki/Home-Assistant_Config
c3a73344278aee2585fc3cb927386edd9b0e9399
[ "MIT" ]
28
2020-08-02T12:02:24.000Z
2022-03-22T00:07:34.000Z
##### # SwitchBot Meter JSON # Almost all valeus (except Device ID) are pulled from JSON ##### resource: !secret sbot_meter method: GET scan_interval: 600 headers: Authorization: !secret sbot_api Content-Type: 'application/json' sensor: name: Switchbot Meter json value_template: '{{ value_json.body }}' json_attributes_path: "$.body" json_attributes: - deviceId - deviceType - humidity - temperature
18.434783
59
0.71934
442e356a6736817c1d16cb1d1c0e7e8e2bb5e3a6
854
yaml
YAML
{{cookiecutter.project_name}}/template.yaml
tencentyun/tcf-demo-python2.7-ckafka-scf-cos
fa413d38b0886f1b6069fee90a5872b87c0036d5
[ "Apache-2.0" ]
null
null
null
{{cookiecutter.project_name}}/template.yaml
tencentyun/tcf-demo-python2.7-ckafka-scf-cos
fa413d38b0886f1b6069fee90a5872b87c0036d5
[ "Apache-2.0" ]
null
null
null
{{cookiecutter.project_name}}/template.yaml
tencentyun/tcf-demo-python2.7-ckafka-scf-cos
fa413d38b0886f1b6069fee90a5872b87c0036d5
[ "Apache-2.0" ]
null
null
null
Resources: default: Type: TencentCloud::Serverless::Namespace ckafka_scf_cos: Type: TencentCloud::Serverless::Function Properties: CodeUri: ./ckafka_scf_cos Description: This demo will connect Ckafca and consume message automatically. The SCF will write each message to txt by each line. Then SCF will name this file by time and upload this txt to COS bucket Environment: Variables: ENV_FIRST: env1 ENV_SECOND: env2 Handler: Ckafka_SCF_COS.main_handler MemorySize: 128 {%- if cookiecutter.runtime == 'Python2.7' %} Runtime: Python2.7 {%- elif cookiecutter.runtime == 'Python3.6' %} Runtime: Python3.6 {%- else %} Runtime: Python3.6 {%- endif %} Timeout: 5 Globals: Function: Timeout: 10
31.62963
209
0.622951
de7f3b7ba9fa4c6ed85822d6db323f09f19d9f60
820
yml
YAML
data/models/pien.yml
quintel/keuzehulp
3d46f14cd2252f2c2567a0ab20dfacbc26ecca88
[ "MIT" ]
2
2016-10-06T13:29:25.000Z
2017-12-11T12:50:25.000Z
data/models/pien.yml
quintel/keuzehulp
3d46f14cd2252f2c2567a0ab20dfacbc26ecca88
[ "MIT" ]
20
2016-08-31T15:31:17.000Z
2022-03-30T22:32:53.000Z
data/models/pien.yml
quintel/keuzehulp
3d46f14cd2252f2c2567a0ab20dfacbc26ecca88
[ "MIT" ]
2
2017-12-11T13:25:43.000Z
2022-03-15T16:45:12.000Z
leaflet: https://www.netbeheernederland.nl/_upload/Files/Rekenmodellen_21_fef8a7b997.pdf name: pien duurzaamheid woningcorporaties properties: - woning_schaal - wijk_schaal - visie_fase - masterplan_fase - stedenbouwkundig_fase - inrichting_fase - capex_opex - co2_effecten - energievraag - energieproductie - zichtjaar - tussenjaren - tijdsresolutie_uitkomst_jaar - labelsprong_woning - ruimtelijke_weergave_2D - tabellen - grafieken - warmtepomp_groen - pv - per_jaar - nationaal_profielen - warmtepomp_vraag - bestaande_marktrollen - stakeholders - gereed_model - 0_tot_halve_mandag - 0_uur - 1_uur - zelfstandig_bedienbaar - bedienbaar_middels_expert - dienst/expertmodel - product - documentatie_over_model - voorbeeldcases - website_met_uitleg
21.025641
88
0.762195
422499567ddbd6c06bc5442415031b41f75621d0
199
yaml
YAML
0_original_texts/YiddishBranzhe/369.yaml
ephraimberkovitch/PrincetonNLPYiddish
eec3c7dbf859b08324c9eeeb169e05937e3ff44d
[ "MIT" ]
null
null
null
0_original_texts/YiddishBranzhe/369.yaml
ephraimberkovitch/PrincetonNLPYiddish
eec3c7dbf859b08324c9eeeb169e05937e3ff44d
[ "MIT" ]
1
2021-11-05T14:36:38.000Z
2021-11-05T14:36:38.000Z
0_original_texts/YiddishBranzhe/369.yaml
ephraimberkovitch/PrincetonNLPYiddish
eec3c7dbf859b08324c9eeeb169e05937e3ff44d
[ "MIT" ]
null
null
null
link: https://yiddishbranzhe.com/2018/11/01/%d7%93%d7%a2%d7%a8-%d7%9c%d7%90%d6%b7%d7%a0%d7%92%d7%a2%d7%a8-%d7%95%d7%95%d7%a2%d7%92-%d7%90%d6%b7%d7%94%d7%99%d7%99%d7%9d/ title: דער לאַנגער וועג אַהיים
99.5
168
0.688442
42270af1c40a4b9ab986ef5002a7766051e9181f
1,847
yml
YAML
docker-compose-old.yml
apereo-tesuto/tesuto
90ed26311b1baa15cd90d67bb55e7d4c613bdc53
[ "Apache-2.0" ]
4
2020-06-17T16:44:40.000Z
2020-08-20T18:36:40.000Z
docker-compose-old.yml
apereo-tesuto/tesuto
90ed26311b1baa15cd90d67bb55e7d4c613bdc53
[ "Apache-2.0" ]
1
2020-12-22T20:56:35.000Z
2020-12-22T20:56:35.000Z
docker-compose-old.yml
apereo-tesuto/tesuto
90ed26311b1baa15cd90d67bb55e7d4c613bdc53
[ "Apache-2.0" ]
1
2019-11-21T21:04:26.000Z
2019-11-21T21:04:26.000Z
# Docker build: # make build # Docker image tag # make tag TAG=2.1.0-SNAPSHOT # docker run --name tesuto-router --net=host -it --rm -p 8443:8443 docker.dev.ccctechcenter.org/tesuto-router:2.1.0-SNAPSHOT # Note that the container ID can be used if the image is not tagged. # docker run --name tesuto-ui --net=host -it --rm -p 8080:8080 -p 8444:8444 464a126691ec # docker run --name tesuto-ui --net=host -it --rm -p 8080:8080 -p 8444:8444 docker.dev.ccctechcenter.org/tesuto-ui:2.1.0-SNAPSHOT # docker run --name tesuto-placement --net=host -it --rm -p 8081:8081 -p 8445:8445 docker.dev.ccctechcenter.org/tesuto-placement:2.1.0-SNAPSHOT # docker run --name tesuto-rules --net=host -it --rm -v $HOME/.aws:/root/.aws -p 8086:8086 -p 8446:8446 docker.dev.ccctechcenter.org/tesuto-rules:2.1.0-SNAPSHOT tesuto-router: image: docker.dev.ccctechcenter.org/tesuto-router:2.1.0-SNAPSHOT container_name: tesuto-router ports: - 8443:8443 net: host tesuto-ui: image: docker.dev.ccctechcenter.org/tesuto-ui:2.1.0-SNAPSHOT container_name: tesuto-ui ports: - 8080:8080 - 8444:8444 # Uncomment to enable remote debugging and JVM inspection with JMX # - 10000:10000 # - 10001:10001 # - 1099:1099 net: host tesuto-placement: image: docker.dev.ccctechcenter.org/tesuto-placement:2.1.0-SNAPSHOT container_name: tesuto-placement ports: - 8081:8081 - 8445:8445 # Uncomment to enable remote debugging and JVM inspection with JMX # - 10000:10000 # - 10001:10001 # - 1099:1099 net: host tesuto-rules: image: docker.dev.ccctechcenter.org/tesuto-rules:2.1.0-SNAPSHOT container_name: tesuto-rules volumes: - ~/.aws:/root/.aws ports: - 8086:8086 - 8446:8446 # Uncomment to enable remote debugging and JVM inspection with JMX # - 10000:10000 # - 10001:10001 # - 1099:1099 net: host
32.982143
160
0.707634
3860449170580488fd478ecff3a18245854070e0
198
yml
YAML
openminted-service.yml
inab/openminted-service
8f2cf68403f051dc1dcb71f4ca98edaea861f73c
[ "MIT" ]
null
null
null
openminted-service.yml
inab/openminted-service
8f2cf68403f051dc1dcb71f4ca98edaea861f73c
[ "MIT" ]
20
2018-04-17T14:24:33.000Z
2018-05-09T14:02:02.000Z
openminted-service.yml
inab/openminted-service
8f2cf68403f051dc1dcb71f4ca98edaea861f73c
[ "MIT" ]
null
null
null
deployment_mode: local local: request_headers: "Host" reverse_proxy: "" protocol: "http" server: request_headers: "X-Forwarded-Host" reverse_proxy: "service/openminted" protocol: "http"
19.8
37
0.737374
b174622b63030a2b765a9e9fb7c98cf128997cdb
120
yml
YAML
docker-compose.test.yml
ropelive/rest
f01546c80a077ea3e9f8c863faca1e90722ee467
[ "MIT" ]
null
null
null
docker-compose.test.yml
ropelive/rest
f01546c80a077ea3e9f8c863faca1e90722ee467
[ "MIT" ]
1
2017-12-06T21:40:45.000Z
2017-12-06T21:40:45.000Z
docker-compose.test.yml
ropelive/rest
f01546c80a077ea3e9f8c863faca1e90722ee467
[ "MIT" ]
null
null
null
version: '2' services: base: build: . image: ropelive/rest tester: extends: base command: npm test
12
24
0.608333
591944a1218578fc35bd5560055137e04baefce1
1,249
yaml
YAML
manifests/3/360/360Chrome/X/21.0.1110.0/360.360Chrome.X.installer.yaml
A-i-Evolution-MHZ/winget-pkgs
07a182b07c96a99ec4d06d2a4d1019461ee56cf6
[ "MIT" ]
null
null
null
manifests/3/360/360Chrome/X/21.0.1110.0/360.360Chrome.X.installer.yaml
A-i-Evolution-MHZ/winget-pkgs
07a182b07c96a99ec4d06d2a4d1019461ee56cf6
[ "MIT" ]
null
null
null
manifests/3/360/360Chrome/X/21.0.1110.0/360.360Chrome.X.installer.yaml
A-i-Evolution-MHZ/winget-pkgs
07a182b07c96a99ec4d06d2a4d1019461ee56cf6
[ "MIT" ]
null
null
null
# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-4 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json PackageIdentifier: 360.360Chrome.X PackageVersion: 21.0.1110.0 MinimumOSVersion: 10.0.0.0 InstallerType: exe # Chromium Setup Scope: user InstallModes: - interactive - silent InstallerSwitches: Silent: --silent-install SilentWithProgress: --silent-install InstallLocation: --install-path="<INSTALLPATH>" Log: --enable-logging --verbose-logging --log-file="<LOGPATH>" Upgrade: --full-install-update InstallerSuccessCodes: - 1 ExpectedReturnCodes: - InstallerReturnCode: 405 ReturnResponse: installInProgress - InstallerReturnCode: 406 ReturnResponse: alreadyInstalled - InstallerReturnCode: 5042 ReturnResponse: cancelledByUser UpgradeBehavior: install Protocols: # - 360chromexurl - ftp - htmlfile - http - https FileExtensions: - crx - htm - html - mht - mhtm - mhtml - pdf - shtm - shtml - xht - xhtml ReleaseDate: 2022-05-31 Installers: - Architecture: x64 InstallerUrl: https://down.360safe.com/cse/360csex_21.0.1110.0.exe InstallerSha256: 9E28D52693D9017BC0EA8F63FA0F6EEB01399E2AC6CAD74B54DDBFC20CC598A5 ProductCode: 360ChromeX ManifestType: installer ManifestVersion: 1.1.0
23.12963
90
0.781425
268b4bcbe32a8cacc5ca151ef2b83029e91099f6
1,579
yml
YAML
demo/json/spec.yml
marco-souza/falsy
0dd6f792061ee833f308372f0204dea0ad9bf2d1
[ "MIT" ]
127
2017-01-05T14:55:50.000Z
2022-02-01T06:02:49.000Z
demo/json/spec.yml
marco-souza/falsy
0dd6f792061ee833f308372f0204dea0ad9bf2d1
[ "MIT" ]
9
2017-03-08T21:38:16.000Z
2022-02-01T06:44:09.000Z
demo/json/spec.yml
marco-souza/falsy
0dd6f792061ee833f308372f0204dea0ad9bf2d1
[ "MIT" ]
26
2017-01-12T08:56:15.000Z
2022-02-01T06:02:52.000Z
swagger: '2.0' info: title: FALSY SIMPLE DEMO API version: "0.1" consumes: - application/json produces: - text/html - application/json basePath: "/v1" paths: '/hello': get: tags: [GET] operationId: demo.simple.ops.hello.get_it summary: 测试get请求 parameters: - name: name in: query type: string default: 'john' responses: 200: description: Return response post: tags: [POST] operationId: demo.simple.ops.hello.post_it summary: 测试post请求 parameters: - name: name in: query type: string default: 'john' responses: 200: description: Return response delete: tags: [DELETE] operationId: demo.simple.ops.hello.delete_it summary: 测试delete请求 parameters: - name: name in: query type: string default: 'john' responses: 200: description: Return response put: tags: [PUT] operationId: demo.simple.ops.hello.put_it summary: 测试put请求 parameters: - name: name in: query type: string default: 'john' responses: 200: description: Return response patch: tags: [PATCH] operationId: demo.simple.ops.hello.patch_it summary: 测试patch请求 parameters: - name: name in: query type: string default: 'john' responses: 200: description: Return response
21.630137
50
0.540215
9aa072af6c3d8c8b8f56fc67ad89d8e528d55f48
562
yaml
YAML
tests/src/integration/managed-deployment/08-manifest-with-dependencies-on-whisk-system.yaml
lornajane/incubator-openwhisk-wskdeploy
abcee5d49eb84cf564d6e765653a693e7358e83d
[ "Apache-2.0" ]
1
2019-03-17T05:59:33.000Z
2019-03-17T05:59:33.000Z
tests/src/integration/managed-deployment/08-manifest-with-dependencies-on-whisk-system.yaml
lornajane/incubator-openwhisk-wskdeploy
abcee5d49eb84cf564d6e765653a693e7358e83d
[ "Apache-2.0" ]
null
null
null
tests/src/integration/managed-deployment/08-manifest-with-dependencies-on-whisk-system.yaml
lornajane/incubator-openwhisk-wskdeploy
abcee5d49eb84cf564d6e765653a693e7358e83d
[ "Apache-2.0" ]
null
null
null
# Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements; and to You under the Apache License, Version 2.0. project: name: MyManagedProjectWithWhiskSystemDependency packages: Extension3: dependencies: whiskUtility: location: /whisk.system/utils triggers: triggerInExtension3: rules: ruleInExtension3: trigger: triggerInExtension3 action: whiskUtility/sort
33.058824
80
0.594306
532f94a3a2020906626d2c9af52e4a93d2cd8de7
2,556
yml
YAML
data/0714.yml
constructicon/russian-data
830adfde5e305765a9159481a1e49d057734515d
[ "CC-BY-4.0" ]
null
null
null
data/0714.yml
constructicon/russian-data
830adfde5e305765a9159481a1e49d057734515d
[ "CC-BY-4.0" ]
18
2020-11-12T14:52:11.000Z
2022-01-22T16:54:48.000Z
data/0714.yml
constructicon/russian-data
830adfde5e305765a9159481a1e49d057734515d
[ "CC-BY-4.0" ]
null
null
null
--- record: 714 name: 'VP без оглядки' UD_name: 'VP без оглядки' illustration: 'Я бежал без оглядки.' cefr_level: B2 definitions: - russian: | Конструкция имеет прямое и переносное значение. В прямом значении, конструкция обозначает, что, [участник]Participant [движется]Action в одном направлении так быстро и стремительно, что не успевает оглядываться назад. В прямом значении, как правило, употребляется с глаголами движения (примеры 1, 2, 3). В переносном значении конструкция обозначает, что [участник]Participant совершает [действие]Action без сожаления и без сомнения, как если бы он не оглядывался на чужое мнение. В переносном значении употребляется с глаголами «жить», «любить», «говорить» и др. (примеры 4, 5). - norwegian: | Konstruksjonen har direkte og overført betydning. I direkte betydning betyr konstruksjonen at [en deltaker]Participant [beveger seg]Action i én retning så fort og målrettet at vedkommende ikke rekker å se seg tilbake. I direkte betydning brukes den som regel med et bevegelsesverb (eksempel 1, 2 og 3). I overført betydning betyr konstruksjonen at [deltakeren]Participant utfører [en handling]Action uten anger eller tvil, liksom uten å se seg rundt på hva andre måtte mene. I overført betydning brukes den med verbene "жить", "любить", "говорить" m.fl. (eksempel 4 og 5). examples: - | От страха [Миша]Participant захотел тотчас же [бежать]Action отсюда без оглядки. - | [Он]Participant готов был встать и [уйти]Action без оглядки, не сожалея ни о чем. - | [Она]Participant [неслась]Action по этой жизни без оглядки. - | В решающий момент [он]Participant [действовал]Action смело, без оглядки. - | Его историям [мы]Participant [верили]Action без оглядки, даже самым нелепым из них. morphology: - VP syntactic_type_of_construction: - Head and Modifier Construction syntactic_function_of_anchor: - Modifier syntactic_structure_of_anchor: - Prepositional Phrase part_of_speech_of_anchor: - Preposition - Noun semantic_roles: - Action - Participant intonation: - Not applicable usage_label: ~ dependency_structure: - '[root VP [obl [case без] оглядки]]' dependency_structure_of_illustration: - '[root [nsubj Я] бежал [obl [case без] оглядки].]' comment: | 'No comment yet' common_fillers: - бежать - идти - мчаться - нестись - говорить - верить - жить - любить references: - | No references semantic_types: - type: Degree of intensity subtypes: - type: Booster - type: Manner family: - | ""
38.727273
585
0.738263
4a291b9edf61987f5f5abb903416c810e7a5a208
311
yml
YAML
.reek.yml
contradictioned/dbms-joins
73349c6f1b4baebab27b94421f8cb74d1008d935
[ "MIT" ]
1
2021-02-05T03:23:01.000Z
2021-02-05T03:23:01.000Z
.reek.yml
contradictioned/dbms-joins
73349c6f1b4baebab27b94421f8cb74d1008d935
[ "MIT" ]
null
null
null
.reek.yml
contradictioned/dbms-joins
73349c6f1b4baebab27b94421f8cb74d1008d935
[ "MIT" ]
1
2021-02-05T03:23:04.000Z
2021-02-05T03:23:04.000Z
--- detectors: IrresponsibleModule: enabled: false TooManyStatements: enabled: true max_statements: 15 DuplicateMethodCall: enabled: false UncommunicativeVariableName: enabled: false UncommunicativeParameterName: enabled: false UtilityFunction: public_methods_only: true
19.4375
31
0.745981
3a1902494d5b446d3f002a17440c113b654aecd0
1,744
yml
YAML
roles/firewalld/tasks/main.yml
jorikseldeslachts/ansible-kubernetes-cluster
62299279180b5520ef8643e75d64d8512d13ad0b
[ "Apache-2.0" ]
3
2020-10-23T18:34:36.000Z
2022-03-30T21:48:52.000Z
roles/firewalld/tasks/main.yml
jorikseldeslachts/ansible-kubernetes-cluster
62299279180b5520ef8643e75d64d8512d13ad0b
[ "Apache-2.0" ]
null
null
null
roles/firewalld/tasks/main.yml
jorikseldeslachts/ansible-kubernetes-cluster
62299279180b5520ef8643e75d64d8512d13ad0b
[ "Apache-2.0" ]
null
null
null
--- - name: Make sure Firewalld is running for "firewall-cmd" command service: name: firewalld state: started enabled: yes # CNI requires masquerading - name: Enable IP masquerading command: "firewall-cmd --permanent --add-masquerade" register: result changed_when: - "'success' in result.stdout" # This module is required to enable transparent masquerading # and to facilitate Virtual Extensible LAN (VxLAN) traffic # for communication between Kubernetes pods across the cluster. - name: load netfilter probe modprobe: name: br_netfilter state: present # All nodes - name: Open common ports on all nodes firewalld: port: "{{ item }}" permanent: yes immediate: yes state: enabled with_items: "{{ master_node_ports }}" - name: Open on extra ports on masters firewalld: port: "{{ item }}" permanent: yes immediate: yes state: enabled with_items: - "{{ master_node_ports }}" - "{{ etcd_ports }}" when: inventory_hostname in groups['masters'] # Flannel CNI - name: Open Flannel CNI ports on the firewall firewalld: port: "{{ item }}" permanent: yes immediate: yes state: enabled with_items: "{{ cni_ports_flannel }}" when: k8s_cni_plugin |lower == "flannel" # Reload - name: Reload firewalld command: firewall-cmd --reload register: result changed_when: - "'success' in result.stdout" # Check / Debug - name: Check firewalld configuration shell: > firewall-cmd --list-all | egrep -i "interfaces|services| ports|masquerade" register: firewalld_output changed_when: no - name: Debug firewalld configuration debug: msg: - "Node group: {{ group_names }}" - "{{ firewalld_output.stdout_lines }}"
23.567568
65
0.681766
2e632894a4f263d060ef1f8a159d362ce134a80e
332
yml
YAML
examples/configs/fashion/four0123/eval/x2/real/opt2/noancilla/act_quant/300_loadop_s18000_usevalidstat.yml
zyh1999/pytorch-quantum
c00bd564a99001fee2fd6b30e5e34562ab981e28
[ "MIT" ]
98
2021-07-23T07:11:32.000Z
2021-12-19T14:04:58.000Z
examples/configs/fashion/four0123/eval/x2/real/opt2/noancilla/act_quant/300_loadop_s18000_usevalidstat.yml
zyh1999/pytorch-quantum
c00bd564a99001fee2fd6b30e5e34562ab981e28
[ "MIT" ]
2
2021-02-11T19:01:48.000Z
2021-04-04T20:29:57.000Z
examples/configs/fashion/four0123/eval/x2/real/opt2/noancilla/act_quant/300_loadop_s18000_usevalidstat.yml
zyh1999/pytorch-quantum
c00bd564a99001fee2fd6b30e5e34562ab981e28
[ "MIT" ]
12
2021-07-23T07:10:47.000Z
2021-12-16T23:44:44.000Z
dataset: n_test_samples: 300 ckpt: name: 'checkpoints/step-18000.pt' model: load_op_list: True pre_specified_mean: [[-0.0362, 0.0771, 0.0965, 0.1535], [-0.0362, 0.0771, 0.0965, 0.1535]] pre_specified_std: [[0.1230, 0.3233, 0.1835, 0.1584], [0.1230, 0.3233, 0.1835, 0.1584]]
20.75
58
0.572289
b6143f23b45561628864c3215be28d22706a059c
631
yml
YAML
api/prelude/microsoft.quantum.extensions.convert.tostringi.yml
bobatrance/quantum-docs-pr
745d4fbd46469f1821e1a32e851f59d8fb36a125
[ "CC-BY-4.0", "MIT" ]
null
null
null
api/prelude/microsoft.quantum.extensions.convert.tostringi.yml
bobatrance/quantum-docs-pr
745d4fbd46469f1821e1a32e851f59d8fb36a125
[ "CC-BY-4.0", "MIT" ]
null
null
null
api/prelude/microsoft.quantum.extensions.convert.tostringi.yml
bobatrance/quantum-docs-pr
745d4fbd46469f1821e1a32e851f59d8fb36a125
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:QSharpType uid: microsoft.quantum.extensions.convert.tostringi name: ToStringI type: function namespace: Microsoft.Quantum.Extensions.Convert summary: Converts a given integer number to an equivalent string representation. remarks: See [C# Convert.ToString](https://docs.microsoft.com/en-us/dotnet/api/system.convert.tostring?view=netframework-4.7.1#System_Convert_ToString_System_Int64_) for more details. syntax: 'function ToStringI (a : Int) : String' input: content: '(a : Int)' types: - name: a isPrimitive: true uid: Int output: content: String types: - isPrimitive: true uid: String ...
30.047619
183
0.755943