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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
28708c43b15619c1c4f9237448fd47ead13ef0a5 | 3,183 | yaml | YAML | .github/workflows/ct-lint.yaml | Cr4zyNp/HelmAulaJack | a0cba55fad7bcc079aa45b7ea1cb0cf6187759c8 | [
"Apache-2.0"
] | 13 | 2020-02-29T03:32:50.000Z | 2022-03-17T11:14:43.000Z | .github/workflows/ct-lint.yaml | Cr4zyNp/HelmAulaJack | a0cba55fad7bcc079aa45b7ea1cb0cf6187759c8 | [
"Apache-2.0"
] | 42 | 2020-04-08T04:46:50.000Z | 2021-11-16T06:51:43.000Z | .github/workflows/ct-lint.yaml | Cr4zyNp/HelmAulaJack | a0cba55fad7bcc079aa45b7ea1cb0cf6187759c8 | [
"Apache-2.0"
] | 60 | 2020-04-02T10:59:37.000Z | 2022-02-15T16:47:06.000Z | name: Lint and Test Charts
on:
pull_request:
branches:
- master
jobs:
lint-test:
runs-on: ubuntu-latest
env:
remote_url: https://github.com/rancher/helm3-charts.git
# Chart-testing parameters
ct_remote: rancher-helm3-charts
ct_target_branch: master
ct_debug: false
ct_print_config: true
ct_validate_maintainers: false
ct_check_version_increment: false
ct_namespace: default
ct_chart_dirs: $(find charts -type d -mindepth 1 -maxdepth 1 | paste -sd ',')
ct_chart_repos: "\
stable=https://charts.helm.sh/stable,\
incubator=https://charts.helm.sh/incubator"
steps:
- name: Checkout
uses: actions/checkout@v2
with:
# chart-testing requires a full clone
fetch-depth: 0
- name: Set up Rancher remote
run: >
git remote add ${{ env.ct_remote }} ${{ env.remote_url }}
--fetch
--track ${{ env.ct_target_branch }}
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.0.1
- name: Run chart-testing [ct list-changed]
id: list-changed
run: >
changed=$(
ct list-changed
--remote ${{ env.ct_remote }}
--target-branch ${{ env.ct_target_branch }}
--chart-dirs ${{ env.ct_chart_dirs }}
)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
else
echo "No chart changes detected, skipping tests."
fi
- name: Run chart-testing [ct lint]
if: steps.list-changed.outputs.changed == 'true'
run: >
ct lint
--remote ${{ env.ct_remote }}
--target-branch ${{ env.ct_target_branch }}
--debug=${{ env.ct_debug }}
--print-config=${{ env.ct_print_config }}
--validate-maintainers=${{ env.ct_validate_maintainers }}
--check-version-increment=${{ env.ct_check_version_increment }}
--chart-repos ${{ env.ct_chart_repos }}
--chart-dirs ${{ env.ct_chart_dirs }}
# These steps create a Kind cluster and runs ct install in it. Since some charts require specific user provided
# configurations before installation, errors will be logged and the workflow will continue without failures
- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
uses: helm/kind-action@v1.0.0
- name: Run chart-testing [ct install]
if: steps.list-changed.outputs.changed == 'true'
continue-on-error: true
run: >
ct install
--namespace ${{ env.ct_namespace }}
--remote ${{ env.ct_remote }}
--target-branch ${{ env.ct_target_branch }}
--print-config=${{ env.ct_print_config }}
--debug=${{ env.ct_debug }}
--chart-repos ${{ env.ct_chart_repos }}
--chart-dirs ${{ env.ct_chart_dirs }}
| 33.15625 | 117 | 0.5765 |
0d637a1bd18678a7d195fefc63799effdd3f5d27 | 905 | yaml | YAML | spec/fixtures/historical_monthly_datapoint.yaml | Natellus/dtn | ec1892f77d868c42cccd09a94951e4b986506365 | [
"MIT"
] | 16 | 2021-07-21T07:23:22.000Z | 2021-07-26T12:33:36.000Z | spec/fixtures/historical_monthly_datapoint.yaml | Natellus/dtn | ec1892f77d868c42cccd09a94951e4b986506365 | [
"MIT"
] | null | null | null | spec/fixtures/historical_monthly_datapoint.yaml | Natellus/dtn | ec1892f77d868c42cccd09a94951e4b986506365 | [
"MIT"
] | 2 | 2021-07-20T17:55:45.000Z | 2021-07-23T13:57:55.000Z | ---
:reads:
- "1,2020-09-30 17:36:13,137.9800,103.1000,132.7600,115.8100,3886793083,0,\r\n"
- "1,2020-10-30 17:36:13,125.3900,107.7200,117.6400,108.8600,2895317580,0,\r\n"
- "1,2020-11-30 17:36:13,121.9900,107.3200,109.1100,119.0500,2123372382,0,\r\n"
- "1,2020-12-31 17:36:13,138.7890,120.0100,121.0100,132.6900,2323295253,0,\r\n"
- "1,2021-01-29 17:36:13,145.0900,126.3820,133.5200,131.9600,2240876988,0,\r\n"
- "1,2021-02-26 17:36:13,137.8770,118.3900,133.7500,121.2600,1834022593,0,\r\n"
- "1,2021-03-31 17:36:13,128.7200,116.2100,123.7500,122.1500,2650845211,0,\r\n"
- "1,2021-04-30 17:36:13,137.0700,122.4900,123.6600,131.4600,1889956694,0,\r\n"
- "1,2021-05-28 17:36:13,134.0700,122.2500,132.0400,124.6100,1711935110,0,\r\n"
- "1,2021-06-10 17:36:13,128.4600,123.1300,125.0800,126.1100,551840175,0,\r\n"
- "1,!ENDMSG!,\r\n"
:writes:
- "S,SET CLIENT NAME,2rT3AAqM55\r\n"
- "HMX,AAPL,10,1,1,500\r\n"
| 53.235294 | 79 | 0.686188 |
0da314a20c13e670fb754a78a13105086e6eee8c | 545 | yml | YAML | _config.yml | yani82/yani82.github.io | 077f87d5d2e726ab978ba4074b95e13445d09105 | [
"MIT"
] | null | null | null | _config.yml | yani82/yani82.github.io | 077f87d5d2e726ab978ba4074b95e13445d09105 | [
"MIT"
] | null | null | null | _config.yml | yani82/yani82.github.io | 077f87d5d2e726ab978ba4074b95e13445d09105 | [
"MIT"
] | null | null | null | # Site settings
author: Yani Asari
title: Coding Calling
header-img: img/home-bg.png
email: yani.iman1@gmail.com
copyright_name: Yani Asari
description: > # this means to ignore newlines until "baseurl:"
A day in the life of a coding newb
baseurl: "" # the subpath of your site, e.g. /blog
twitter_username: yi_tweets
github_username: yani82
# Build settings
markdown: kramdown
highlighter: rouge
permalink: pretty
paginate: 5
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
gems: [jekyll-paginate, jekyll-feed]
| 25.952381 | 74 | 0.759633 |
18817bf0b5d7e7fc6ec0e3cca5d36287ce0a20b9 | 37 | yaml | YAML | site-ops.yaml | mmoo97/CRI_XCBC | dd1dba16be41d51663a7f0507226c003b8b36511 | [
"MIT"
] | 2 | 2019-06-04T19:22:44.000Z | 2019-11-18T18:55:46.000Z | site-ops.yaml | mmoo97/CRI_XCBC | dd1dba16be41d51663a7f0507226c003b8b36511 | [
"MIT"
] | 120 | 2018-09-20T01:05:40.000Z | 2022-03-25T13:42:48.000Z | site-ops.yaml | mmoo97/CRI_XCBC | dd1dba16be41d51663a7f0507226c003b8b36511 | [
"MIT"
] | 14 | 2018-10-02T17:12:58.000Z | 2020-03-30T15:26:56.000Z | ---
- import_playbook: ohpc-ops.yaml
| 12.333333 | 32 | 0.702703 |
46b05f5f6b2079f87668c8c54a1a266039157aa8 | 2,372 | yml | YAML | threads/3334493/posts/62420892.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/3334493/posts/62420892.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/3334493/posts/62420892.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | url: showpost.php?p=62420892&postcount=5668
id: 62420892
tid: 3334493
num: 5668
datetime: 2013-10-17T12:45:00.000Z
user:
img: customavatars/avatar1238371_1.gif
name: phuc_tho4
title: Senior Member
joinDate: 2013-04-30T16:00:00.000Z
posts: 1985
id: '1238371'
title: >-
Re: post 1 tấm ảnh về Cô gái mà bạn cho là xinh nhất mà bạn từng gặp trong
đời?!
content:
html: "\r\n\t\t\t\r\n\t\t\t<img src=\"https://fbcdn-profile-a.akamaihd.net/hprofile-ak-prn2/c44.44.552.552/s160x160/1185299_1397232280504788_456100672_n.jpg\" border=\"0\" alt=\"\"><br>\r\n<img src=\"https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-prn2/q71/1186111_1401404420077492_880476472_n.jpg\" border=\"0\" alt=\"\"><br>\r\n<img src=\"https://fbcdn-sphotos-a-a.akamaihd.net/hphotos-ak-ash4/q71/s720x720/1012719_1394674840750450_565831937_n.jpg\" border=\"0\" alt=\"\"><br>\r\n<img src=\"https://fbcdn-sphotos-a-a.akamaihd.net/hphotos-ak-prn2/q71/s720x720/1185544_1406537886230812_1058290205_n.jpg\" border=\"0\" alt=\"\"><br>\r\n<img src=\"https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-frc1/998873_1395492864001981_1226180962_n.jpg\" border=\"0\" alt=\"\"><br>\r\n<img src=\"https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-prn1/q71/s720x720/1012011_1407036106180990_1675701897_n.jpg\" border=\"0\" alt=\"\"><br>\r\n<img src=\"https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-prn2/q77/s720x720/1240114_1409766202574647_1623271656_n.jpg\" border=\"0\" alt=\"\"><br>\r\n<img src=\"https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-frc1/q71/s720x720/577913_1409316465952954_1520927002_n.jpg\" border=\"0\" alt=\"\"><br>\r\n<img src=\"https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-ash3/q71/s720x720/1239586_1409218029296131_633456686_n.jpg\" border=\"0\" alt=\"\"><br>\r\n<img src=\"https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-ash3/q71/1175247_1408463132704954_361373950_n.jpg\" border=\"0\" alt=\"\"><br>\r\n<img src=\"https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-ash3/q75/s720x720/1234690_1406538119564122_6164461_n.jpg\" border=\"0\" alt=\"\"><br>\r\n<img src=\"https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-prn1/q80/s720x720/994903_1403915066493094_106865257_n.jpg\" border=\"0\" alt=\"\"><br>\r\n<img src=\"https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-ash4/q71/s720x720/1000871_1395838723967395_1622495072_n.jpg\" border=\"0\" alt=\"\">\r\n\t\t"
text: ''
| 124.842105 | 1,986 | 0.734401 |
c94b0d0892a696e06df873e83dfd8b80117c3761 | 3,735 | yml | YAML | content/Unreal Tournament/Maps/DeathMatch/I/e/d/38c647/dm-imaginarylinearc_[ed38c647].yml | acrinym/unreal-archive-data | ac9f151af3b401c10970839e7c5eb594e181e74a | [
"Unlicense"
] | null | null | null | content/Unreal Tournament/Maps/DeathMatch/I/e/d/38c647/dm-imaginarylinearc_[ed38c647].yml | acrinym/unreal-archive-data | ac9f151af3b401c10970839e7c5eb594e181e74a | [
"Unlicense"
] | null | null | null | content/Unreal Tournament/Maps/DeathMatch/I/e/d/38c647/dm-imaginarylinearc_[ed38c647].yml | acrinym/unreal-archive-data | ac9f151af3b401c10970839e7c5eb594e181e74a | [
"Unlicense"
] | null | null | null | --- !<MAP>
contentType: "MAP"
firstIndex: "2021-12-26 18:07"
game: "Unreal Tournament"
name: "DM-Imaginary[LineARC]"
author: "[LineARC]"
description: "Destroy Sironex"
releaseDate: "2021-12"
attachments:
- type: "IMAGE"
name: "dm-imaginarylinearc_shot_ed38c647_8.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/DeathMatch/I/e/d/38c647/dm-imaginarylinearc_shot_ed38c647_8.png"
- type: "IMAGE"
name: "dm-imaginarylinearc_shot_ed38c647_2.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/DeathMatch/I/e/d/38c647/dm-imaginarylinearc_shot_ed38c647_2.png"
- type: "IMAGE"
name: "dm-imaginarylinearc_shot_ed38c647_7.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/DeathMatch/I/e/d/38c647/dm-imaginarylinearc_shot_ed38c647_7.png"
- type: "IMAGE"
name: "dm-imaginarylinearc_shot_ed38c647_1.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/DeathMatch/I/e/d/38c647/dm-imaginarylinearc_shot_ed38c647_1.png"
- type: "IMAGE"
name: "dm-imaginarylinearc_shot_ed38c647_5.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/DeathMatch/I/e/d/38c647/dm-imaginarylinearc_shot_ed38c647_5.png"
- type: "IMAGE"
name: "dm-imaginarylinearc_shot_ed38c647_11.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/DeathMatch/I/e/d/38c647/dm-imaginarylinearc_shot_ed38c647_11.png"
- type: "IMAGE"
name: "dm-imaginarylinearc_shot_ed38c647_4.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/DeathMatch/I/e/d/38c647/dm-imaginarylinearc_shot_ed38c647_4.png"
- type: "IMAGE"
name: "dm-imaginarylinearc_shot_ed38c647_9.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/DeathMatch/I/e/d/38c647/dm-imaginarylinearc_shot_ed38c647_9.png"
- type: "IMAGE"
name: "dm-imaginarylinearc_shot_ed38c647_3.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/DeathMatch/I/e/d/38c647/dm-imaginarylinearc_shot_ed38c647_3.png"
- type: "IMAGE"
name: "dm-imaginarylinearc_shot_ed38c647_6.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/DeathMatch/I/e/d/38c647/dm-imaginarylinearc_shot_ed38c647_6.png"
- type: "IMAGE"
name: "dm-imaginarylinearc_shot_ed38c647_10.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/DeathMatch/I/e/d/38c647/dm-imaginarylinearc_shot_ed38c647_10.png"
originalFilename: "DM-Imaginary[LineARC].rar"
hash: "ed38c647286ced353c65841f79f4096f486d7577"
fileSize: 32710465
files:
- name: "INF_Decorations.u"
fileSize: 12152435
hash: "ac563b800438e9ffa6dff5d3ced0d2b0c566de83"
- name: "DM-Imaginary[LineARC].unr"
fileSize: 5170010
hash: "51e29c99768cbb51771cedcecbb84828c77930d9"
- name: "FireEng.utx"
fileSize: 97702
hash: "b493fcc5aa0c613603f1ee1399f341b217be4985"
- name: "RemidasSkyBox.utx"
fileSize: 6362135
hash: "15171ee840134d510058985f0f7dc312119aef68"
otherFiles: 10
dependencies:
DM-Imaginary[LineARC].unr:
- status: "MISSING"
name: "Harmony"
- status: "MISSING"
name: "MonsterHunt"
- status: "MISSING"
name: "TorusTextures"
- status: "OK"
name: "INF_Decorations"
- status: "OK"
name: "RemidasSkyBox"
downloads:
- url: "https://f002.backblazeb2.com/file/unreal-archive-files/Unreal%20Tournament/Maps/DeathMatch/I/e/d/38c647/DM-Imaginary%5BLineARC%5D.rar"
main: true
repack: false
state: "OK"
deleted: false
gametype: "DeathMatch"
title: "Sironex"
playerCount: "12-16"
themes:
Natural: 1.0
bots: true
| 44.464286 | 154 | 0.782329 |
238c4c5f998c848c7c5fe9ea2875e96bf90c2d8b | 500 | yml | YAML | buildspec.yml | yunusd/ar-clone-api | f7706f682d7d7183702a6c60017aa902a3ceca73 | [
"CC0-1.0"
] | null | null | null | buildspec.yml | yunusd/ar-clone-api | f7706f682d7d7183702a6c60017aa902a3ceca73 | [
"CC0-1.0"
] | null | null | null | buildspec.yml | yunusd/ar-clone-api | f7706f682d7d7183702a6c60017aa902a3ceca73 | [
"CC0-1.0"
] | null | null | null | version: 0.1
phases:
pre_build:
commands:
- echo prebuild first step CloudWatch Logs Created
- echo Installing source NPM dependencies...
- npm install
build:
commands:
- echo Build started on `date`
- echo Compiling the dist folder
- npm run-script start
post_build:
commands:
- echo Build completed on `date`
# Include only the files required for your application to 1run.
artifacts:
files:
- '**/*'
base-directory: build_output
| 23.809524 | 64 | 0.658 |
3b5cdb1377a2d3a7f3e1542fb6bb6f353c4e69a4 | 127 | yaml | YAML | manifests/p/PointPlanck/FileBot/4.9.3/PointPlanck.FileBot.yaml | rudyooms84/winget-pkgs | e2b2ee16272947e6caa266162113b1ed3b09fc70 | [
"MIT"
] | 5,998 | 2020-05-19T15:15:42.000Z | 2022-03-31T19:10:43.000Z | manifests/p/PointPlanck/FileBot/4.9.3/PointPlanck.FileBot.yaml | rudyooms84/winget-pkgs | e2b2ee16272947e6caa266162113b1ed3b09fc70 | [
"MIT"
] | 53,539 | 2020-05-19T14:56:15.000Z | 2022-03-31T23:51:50.000Z | manifests/p/PointPlanck/FileBot/4.9.3/PointPlanck.FileBot.yaml | rudyooms84/winget-pkgs | e2b2ee16272947e6caa266162113b1ed3b09fc70 | [
"MIT"
] | 4,317 | 2020-05-19T15:23:05.000Z | 2022-03-31T17:45:09.000Z | PackageIdentifier: PointPlanck.FileBot
PackageVersion: 4.9.3
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.0.0
| 21.166667 | 38 | 0.834646 |
fa76ec304869ae86cae6270171182b38dae1edcc | 668 | yml | YAML | app/config/routing.yml | aalejandromr/telusProject | e02390819a0bea7cf7551f01e6d88025adade0d1 | [
"MIT"
] | null | null | null | app/config/routing.yml | aalejandromr/telusProject | e02390819a0bea7cf7551f01e6d88025adade0d1 | [
"MIT"
] | null | null | null | app/config/routing.yml | aalejandromr/telusProject | e02390819a0bea7cf7551f01e6d88025adade0d1 | [
"MIT"
] | null | null | null | telus_example_my:
resource: "@TelusExampleMyBundle/Resources/config/routing.yml"
prefix: /
app:
resource: "@AppBundle/Controller/"
type: annotation
fos_user:
resource: "@FOSUserBundle/Resources/config/routing/security.xml"
fos_user:
resource: "@FOSUserBundle/Resources/config/routing/profile.xml"
prefix: /profile
fos_user:
resource: "@FOSUserBundle/Resources/config/routing/registration.xml"
prefix: /register
fos_user:
resource: "@FOSUserBundle/Resources/config/routing/resetting.xml"
prefix: /resetting
fos_user:
resource: "@FOSUserBundle/Resources/config/routing/change_password.xml"
prefix: /profile | 25.692308 | 75 | 0.741018 |
f0ab6fda612810afb745f8c7b8ec3ba63c05d936 | 1,149 | yml | YAML | threads/2065093/posts/41095369.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/2065093/posts/41095369.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/2065093/posts/41095369.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | url: showpost.php?p=41095369&postcount=3528
id: 41095369
tid: 2065093
num: 3528
datetime: 2011-12-04T11:23:00.000Z
user:
img: customavatars/avatar343432_4.gif
name: anh2011
title: Đã tốn tiền
joinDate: 2010-01-31T16:00:00.000Z
posts: .nan
id: '343432'
title: 'Re: [From F17 With Love] - Thread Girl Xinh'
content:
html: "\r\n\t\t\t\r\n\t\t\tcó cái facebook, hay cái khỉ gì cũng được tổng hợp cái đống ảnh trong này ko nhỉ để còn dễ coi chứ cứ next page liên tục mệt quá , nhiều lúc đang xem hay thì lại thấy toàn cm<img src=\"/images/smilies/Off/canny.gif\" border=\"0\" alt=\"\" title=\"Canny\" class=\"inlineimg\"><img src=\"/images/smilies/Off/canny.gif\" border=\"0\" alt=\"\" title=\"Canny\" class=\"inlineimg\">\r\n\t\t"
text: >-
có cái facebook, hay cái khỉ gì cũng được tổng hợp cái đống ảnh trong này
ko nhỉ để còn dễ coi chứ cứ next page liên tục mệt quá , nhiều lúc đang xem
hay thì lại thấy toàn cm
| 57.45 | 623 | 0.659704 |
4f802971c2df27def4fa110373bfbb210fb09ec6 | 10,623 | yml | YAML | deploy/roles/airflow/tasks/main.yml | forchard-epi/demy | e0ca77d172df990af80a24c0b1f75821998dec33 | [
"BSD-3-Clause"
] | 1 | 2019-10-28T06:40:20.000Z | 2019-10-28T06:40:20.000Z | deploy/roles/airflow/tasks/main.yml | forchard-epi/demy | e0ca77d172df990af80a24c0b1f75821998dec33 | [
"BSD-3-Clause"
] | 3 | 2018-04-03T15:25:39.000Z | 2018-04-20T11:01:27.000Z | deploy/roles/airflow/tasks/main.yml | forchard/demy | e0ca77d172df990af80a24c0b1f75821998dec33 | [
"BSD-3-Clause"
] | 2 | 2019-03-26T12:23:57.000Z | 2019-04-10T10:15:28.000Z | ---
- name: airflow folders exists on nodes
tags: [airflow]
file:
path: "{{ item[0] }}"
owner: airflow
group: hadoop
state: directory
delegate_to: "{{ item[1] }}"
with_nested:
- ["{{ af_home }}", "{{ af_run }}", "{{ af_run }}/logs", "{{ af_run }}/scripts"]
- "{{ groups.nodes }} "
- name: necessary dependency packages
tags: [airflow, packages]
apt:
name: "{{ item }}"
default_release: "{{ ansible_distribution_release }}-backports"
update_cache: true
state: latest
with_items: [mariadb-server, libmariadbclient-dev, libkrb5-dev, python-dev, libsasl2-dev ]
- name: initial database setup
tags: [airflow]
shell:
cmd: |
mysql -u root -N <<-EOF
SELECT (SELECT sum(case when Host='localhost' and User='airflow' then 1 else 0 end)=0 FROM mysql.user) + (SELECT count(*)=0 FROM INFORMATION_SCHEMA.SCHEMATA WHERE SCHEMA_NAME = 'airflow') as tochange;
DELETE FROM mysql.user WHERE User='root' AND Host NOT IN ('localhost', '127.0.0.1', '::1');
DELETE FROM mysql.user WHERE User='';
DELETE FROM mysql.db WHERE Db='test' OR Db='test_%';
CREATE USER IF NOT EXISTS 'airflow'@'localhost' IDENTIFIED WITH unix_socket;
CREATE DATABASE IF NOT EXISTS airflow;
FLUSH PRIVILEGES;
EOF
args:
executable: /bin/bash
register: out
changed_when: out.stdout != '0'
- name: check if we need to move mysql database
tags: [airflow]
shell: |
mysql -u root -s -e "select @@datadir" | grep -v @@datadir
changed_when: false
register: mysqldatadir
- name: set move datadir variable
tags: [airflow]
set_fact:
move_database: "{{ mysqldatadir.stdout != af_database + '/'}}"
- name: stop maria db server if we need to move databases
tags: [airflow]
service:
name: mariadb
state: stopped
when: move_database
- name: Move database folder
tags: [airflow]
command: mv {{ mysqldatadir.stdout }} {{ af_database }}
when: move_database
- name: changing configuration file to use new folder
tags: [airflow]
lineinfile:
path: "/etc/mysql/my.cnf" #"/etc/mysql/mariadb.conf.d/50-server.cnf"
regexp: '^datadir'
line: "datadir = {{ af_database }}"
when: move_database
- name: start maria db server after database dir change
tags: [airflow]
service:
name: mariadb
state: started
when: move_database
- name: create pip requirement file for airflow
tags: [airflow]
copy:
dest: "{{ custom_libs }}/pip_requirements_airflow"
content: |
apache-airflow[mysql,crypto,devel_hadoop,devel,async,hdfs]=={{ af_version }}
sshtunnel
- name: install python packages
tags: [airflow]
pip:
requirements: "{{ custom_libs }}/pip_requirements_airflow"
executable: "{{ pip }}"
environment:
TMPDIR: "{{ tmp_dir }}"
AIRFLOW_HOME: "{{ af_home }}"
SLUGIFY_USES_TEXT_UNIDECODE: "yes"
notify: [restart airflow webserver, restart airflow scheduler]
- name: check airflow access to dabatase
tags: [airflow]
shell: |
mysql -u root -s -e "show grants for airflow@localhost" | grep -v Grants | grep "ALL PRIVILEGES ON" | grep airflow
register: db_access
changed_when: false
failed_when: db_access.rc==2
- name: define if acces are to be granted
tags: [airflow]
set_fact:
grant_rights: "{{ db_access.stdout | length == 0 }}"
- name: grant access to database on use airflow if necessary
tags: [airflow]
shell:
cmd: |
mysql -u root -N <<-EOF
GRANT ALL PRIVILEGES on airflow.* to 'airflow'@'localhost';
FLUSH PRIVILEGES;
EOF
args:
executable: /bin/bash
register: out
when: grant_rights
#- name: remove sample dags
# tags: [airflow]
# file:
# state: absent
# path: "{{ python_home }}/lib/python{{ python_ver[:-2]}}/site-packages/airflow/example_dags"
- name: set mysql explicit defaults for timestamp
tags: [airflow]
lineinfile:
path: "/etc/mysql/my.cnf" #"/etc/mysql/mariadb.conf.d/50-server.cnf"
regexp: '^explicit_defaults_for_timestamp'
insertafter: '^\[mysqld\]'
line: 'explicit_defaults_for_timestamp = 1'
register: out
- name: restart maria db server if configuration was changed
tags: [airflow]
service:
name: mariadb
state: restarted
when: out.changed
- name: initialize database
tags: [airflow]
command: "{{ python_home}}/bin/airflow initdb"
args:
creates: "{{ af_home }}/airflow.cfg"
register: out
failed_when: '"Exception" in out.stderr | default("ok") or "Exception" in out.stdout | default("ok")'
environment:
AIRFLOW__CORE__SQL_ALCHEMY_CONN: "mysql://localhost/airflow"
AIRFLOW_HOME: "{{ af_home }}"
- name: get ip to use
tags: [airflow]
shell: "ip addr list | grep \"{{ front_network }}\\|{{ back_network }}\" | grep \"inet \" | awk {'print $2'} | awk -F \"/\" {'print $1'}"
register: app_ip
changed_when: false
- tags: [airflow]
set_fact:
app_ip: "{{ app_ip.stdout }}"
- name: setting airflow configuration
tags: [airflow]
lineinfile:
path: "{{ af_home }}/airflow.cfg"
regexp: "{{ item.regexp }}"
insertafter: "^\\[{{ item.section }}\\]"
line: "{{ item.line }}"
state: "{{ item.state }}"
with_items:
- {section: "core", regexp: "^airflow_home", line: "airflow_home = {{ af_home }}", state: "present" }
- {section: "core", regexp: "^executor", line: "executor = LocalExecutor", state: "present" }
- {section: "core", regexp: "^default_timezone", line: "default_timezone = {{ af_timezone }}" , state: "present" }
- {section: "core", regexp: "^dags_folder", line: "dags_folder = {{ af_run }}/dags", state: "present" }
- {section: "core", regexp: "^base_log_folder", line: "base_log_folder = {{ af_run }}/logs", state: "present" }
- {section: "core", regexp: "^sql_alchemy_conn", line: "sql_alchemy_conn = mysql://localhost/airflow", state: "present" }
- {section: "core", regexp: "^parallelism", line: "parallelism = {{ af_max_active_tasks }}", state: "present" }
- {section: "core", regexp: "^dag_concurrency", line: "dag_concurrency = {{ af_max_active_tasks }}", state: "present" }
- {section: "core", regexp: "^max_active_runs_per_dag", line: "max_active_runs_per_dag = {{ af_max_active_tasks }}", state: "present" }
- {section: "core", regexp: "^load_examples", line: "load_examples = false", state: "present" }
- {section: "core", regexp: "^plugins_folder", line: "plugins_folder = {{ af_home }}/plugins", state: "present" }
- {section: "webserver", regexp: "^base_url", line: "base_url = https://{{ app_ip }}:{{ af_port }}", state: "present" }
- {section: "webserver", regexp: "^web_server_host", line: "web_server_host = {{ app_ip }}", state: "present" }
- {section: "webserver", regexp: "^web_server_port", line: "web_server_port = {{ af_port }}", state: "present" }
- {section: "webserver", regexp: "^web_server_ssl_cert", line: "web_server_ssl_cert = {{ af_ssl_cert }}", state: "present" }
- {section: "webserver", regexp: "^web_server_ssl_key", line: "web_server_ssl_key = {{ af_ssl_key }}", state: "present" }
- {section: "webserver", regexp: "^access_logfile", line: "access_logfile = {{ af_run }}/logs/web_access.log", state: "present" }
- {section: "webserver", regexp: "^error_logfile", line: "error_logfile = {{ af_run }}/logs/web_access.log", state: "present" }
- {section: "smtp", regexp: "^smtp_host", line: "smtp_host = {{ smtp_host }}", state: "present" }
- {section: "smtp", regexp: "^smtp_port", line: "smtp_port = {{ smtp_port }}", state: "present" }
- {section: "smtp", regexp: "^smtp_starttls", line: "smtp_starttls = {{ smtp_starttls }}", state: "present" }
- {section: "smtp", regexp: "^smtp_ssl", line: "smtp_ssl = {{ smtp_ssl }}", state: "present" }
- {section: "smtp", regexp: "^smtp_user", line: "smtp_user = {{ smtp_user }}", state: "{{ 'present' if smtp_user!='' else 'absent' }}" }
- {section: "smtp", regexp: "^smtp_password", line: "smtp_password = {{ smtp_password }}", state: "{{ 'present' if smtp_password!='' else 'absent' }}" }
- {section: "smtp", regexp: "^smtp_mail_from", line: "smtp_mail_from = {{ af_mailfrom }}", state: "present" }
- {section: "scheduler", regexp: "^child_process_log_directory", line: "child_process_log_directory = {{ af_run }}/logs/scheduler", state: "present" }
- {section: "scheduler", regexp: "^max_threads", line: "max_threads = {{ af_max_threads }}", state: "present" }
notify: [restart airflow webserver, restart airflow scheduler]
- name: copying the environment variables file
tags: [airflow]
template:
src: templates/environment.j2
dest: "{{ af_home }}/environment"
owner: airflow
group: hadoop
notify: [restart airflow webserver, restart airflow scheduler]
- name: airflow web server installed
tags: [airflow, all_up, airflow_up]
template:
src: templates/airflow-webserver.service.j2
dest: /lib/systemd/system/airflow-webserver.service
owner: root
group: root
register: out
notify: restart airflow webserver
- name: reload systemctl if needed
tags: [airflow, all_up, airflow_up]
command: systemctl daemon-reload
when: out.changed
- name: airflow scheduler installed
tags: [airflow, all_up, airflow_up]
template:
src: templates/airflow-scheduler.service.j2
dest: /lib/systemd/system/airflow-scheduler.service
owner: root
group: root
register: out
notify: restart airflow scheduler
- name: reload systemctl if needed
tags: [airflow, all_up, airflow_up]
command: systemctl daemon-reload
when: out.changed
- name: airflow web server is running
tags: [airflow, all_up, airflow_up]
service:
name: airflow-webserver
state: started
- name: airflow scheduler is running
tags: [airflow, all_up, airflow_up]
service:
name: airflow-scheduler
state: started
- name: push default dags
tags: [airflow, airflow_dags, xxx]
template:
src: "templates/dags/{{ item }}.j2"
dest: "{{ af_run }}/dags/{{ item }}.py"
owner: airflow
group: hadoop
with_items:
- ["admin-clean-logs"]
- name: copy templated scripts for root
tags: [airflow, airflow_dags, xxx]
template:
src: "templates/bash/{{ item[0] }}.j2"
dest: "{{ af_run }}/scripts/{{ item[0] }}.sh"
mode: "u=rx,g=r,o=r"
owner: root
group: root
delegate_to: "{{ item[1] }}"
with_nested:
- ["bash-admin-clean-logs"]
- "{{ groups.nodes }}"
- name: give airflow right to delete log files
tags: [airflow, airflow_dags, xxx]
template:
src: templates/airflow-sudo.j2
dest: /etc/sudoers.d/airflow_clean
mode: "u=r,g=r,o="
validate: visudo -cf %s
delegate_to: "{{ item }}"
with_items:
- "{{ groups.nodes }}"
| 40.701149 | 206 | 0.660077 |
e5a043b9b69db9620bcabd62c49f7b1c85322a47 | 1,134 | yml | YAML | .travis.yml | tsukurite/minify-image | e8000a2d3a553807f712bee6ca9a7803682926f1 | [
"MIT"
] | 1 | 2015-10-14T00:53:40.000Z | 2015-10-14T00:53:40.000Z | .travis.yml | tsukurite/minify-image | e8000a2d3a553807f712bee6ca9a7803682926f1 | [
"MIT"
] | 5 | 2015-06-24T17:02:31.000Z | 2017-07-30T16:59:09.000Z | .travis.yml | tsukurite/minify-image | e8000a2d3a553807f712bee6ca9a7803682926f1 | [
"MIT"
] | null | null | null | language: node_js
node_js:
- "iojs"
sudo: false
cache:
directories:
- node_modules
notifications:
email: false
before_deploy:
- npm run release-travis
deploy:
provider: releases
all_braches: true
skip_cleanup: true
api_key:
secure: OfUZkFsmeZzgIV+L3/B787TnhW+Wqxf8Sk/hsZ1oU4MGfE1M/RZWHLWJuRRJESwshivCaMbCJ7iqtE6MQEBZmjHX95HWm3TLeEqf5TL1uOEkH6tonlFhvblYPthfCJIOJ/E19dCjX8ePfpuL7AqtzVzY4pgtbT8yOe7BM+SpW7OMKuESFsHjJcIR21kbBADvR/prwqqMjCwhldlyKDyqxV1I2/3fURt61tL9RPJH83T6BkkETMa72SLvDTwLoM12EaUWUEnmUA8c9a8O6yOLSRNjbyVZfD9E/p9EZMpIwDq14hsS9fbn5KdsmOBS7mjBQzNcDdKUwc7GGhmLfwSgOiz/4BRFYNMwPZPGuWLRUjc+8O75Ell52n5HHHcyF4Q1qHvgPFPhgCXKKbK9/ocgOjeSgtW/Um3kJGbjD79NkS+yOSq95U5BBNd5B53SWtfp7zBpMJVVETBg1c/8nfwGwqxcD3lSlCwdI7leDeNMfEskJhj1JnwiUpIiWqW+47uAjKJjrtQp9D1omBStiu/DQnrd51X5p/Zw91xQRZVSWwEnHfY7kJKi64zQpUYhJSrFexHy5zPRhqwyqLYv2hXASbN+UOEcg0u0/Y8KeNmYrLwplqK4MNwlsSVAnaaOqjO/hZKfEEaIBJB/BQ8GTA8Q4qyJ6ldlNLS1cgiCD93Brd0=
file:
- releases/minify-image-win-x86_64.zip
- releases/minify-image-osx-x86_64.zip
- releases/minify-image-linux-x86_64.zip
on:
repo: tsukurite/minify-image
tags: true
| 45.36 | 696 | 0.861552 |
53fedff08bb9bbe84841fd82ecd2b511fe7dc4e0 | 1,149 | yaml | YAML | 28.UERANSIM/config/free5gc-ue.yaml | yongs2/docker-exercise | 9dc77f20768f62575c62881e90b92be86029a262 | [
"MIT"
] | null | null | null | 28.UERANSIM/config/free5gc-ue.yaml | yongs2/docker-exercise | 9dc77f20768f62575c62881e90b92be86029a262 | [
"MIT"
] | null | null | null | 28.UERANSIM/config/free5gc-ue.yaml | yongs2/docker-exercise | 9dc77f20768f62575c62881e90b92be86029a262 | [
"MIT"
] | null | null | null | # IMSI number of the UE. IMSI = [MCC|MNC|MSISDN] (In total 15 or 16 digits)
supi: 'imsi-208930000000003'
# Mobile Country Code value
mcc: '208'
# Mobile Network Code value (2 or 3 digits)
mnc: '93'
# Permanent subscription key
key: '8baf473f2f8fd09487cccbd7097c6862'
# Operator code (OP or OPC) of the UE
op: '8e27b6af0e692e750f32667a3b14605d'
# This value specifies the OP type and it can be either 'OP' or 'OPC'
opType: 'OP'
# Authentication Management Field (AMF) value
amf: '8000'
# IMEI number of the device. It is used if no SUPI is provided
imei: '356938035643803'
# IMEISV number of the device. It is used if no SUPI and IMEI is provided
imeiSv: '4370816125816151'
# List of gNB IP addresses for Radio Link Simulation
gnbSearchList:
- 10.100.200.16 # local IP Address
# Initial PDU sessions to be established
sessions:
- type: 'IPv4'
apn: 'internet'
slice:
sst: 0x01
sd: 0x010203
# List of requested S-NSSAIs by this UE
slices:
- sst: 0x01
sd: 0x010203
# Supported encryption and integrity algorithms by this UE
integrity:
IA1: true
IA2: true
IA3: true
ciphering:
EA1: true
EA2: true
EA3: true
| 24.446809 | 75 | 0.720627 |
8ad37f88a596e2956c3a855e6cea3b8534ec3fac | 1,874 | yml | YAML | content/Unreal Tournament/Maps/DeathMatch/I/e/8/f582d4/dm-ifc-office_[e8f582d4].yml | acrinym/unreal-archive-data | ac9f151af3b401c10970839e7c5eb594e181e74a | [
"Unlicense"
] | 20 | 2019-02-05T15:09:30.000Z | 2022-03-06T02:04:19.000Z | content/Unreal Tournament/Maps/DeathMatch/I/e/8/f582d4/dm-ifc-office_[e8f582d4].yml | acrinym/unreal-archive-data | ac9f151af3b401c10970839e7c5eb594e181e74a | [
"Unlicense"
] | 496 | 2019-02-17T20:07:27.000Z | 2022-03-28T10:35:41.000Z | content/Unreal Tournament/Maps/DeathMatch/I/e/8/f582d4/dm-ifc-office_[e8f582d4].yml | acrinym/unreal-archive-data | ac9f151af3b401c10970839e7c5eb594e181e74a | [
"Unlicense"
] | 15 | 2019-02-02T14:06:44.000Z | 2022-02-24T22:40:18.000Z | --- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-17 23:57"
game: "Unreal Tournament"
name: "DM-[IFC] Office"
author: "Andy \"[IFC]Serialkilla\" Piazza"
description: "Visit UTGMC.com/Blaze"
releaseDate: "2001-11"
attachments:
- type: "IMAGE"
name: "dm-ifc-office_shot_e8f582d4_1.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/DeathMatch/I/e/8/f582d4/dm-ifc-office_shot_e8f582d4_1.png"
originalFilename: "DM-[IFC] Office.zip"
hash: "e8f582d483a4a4ca63adaad08b01238a2a9bbb16"
fileSize: 1538945
files:
- name: "DM-[IFC] Office.unr"
fileSize: 3653074
hash: "365d0cec62262a49a2fa998c08f28c1b5897458e"
otherFiles: 1
dependencies: {}
downloads:
- url: "http://www.ut-files.com/index.php?dir=Maps/GMC/&file=DM-%5BIFC%5D%20Office.zip"
main: false
repack: false
state: "OK"
- url: "https://f002.backblazeb2.com/file/unreal-archive-files/Unreal%20Tournament/Maps/DeathMatch/I/DM-%5BIFC%5D%20Office.zip"
main: true
repack: false
state: "OK"
- url: "http://medor.no-ip.org/index.php?dir=Maps/DeathMatch&file=DM-%5BIFC%5D+Office.zip"
main: false
repack: false
state: "OK"
- url: "http://medor.no-ip.org/index.php?dir=Maps/GMC&file=DM-%5BIFC%5D+Office.zip"
main: false
repack: false
state: "OK"
- url: "http://fpsnetwork.com/downloads/index.php?path=ut99%2Fmaps/"
main: false
repack: false
state: "OK"
- url: "https://files.vohzd.com/unrealarchive/Unreal%20Tournament/Maps/DeathMatch/I/e/8/f582d4/DM-%255BIFC%255D%2520Office.zip"
main: false
repack: false
state: "OK"
- url: "https://unreal-archive-files.eu-central-1.linodeobjects.com/Unreal%20Tournament/Maps/DeathMatch/I/e/8/f582d4/DM-%255BIFC%255D%2520Office.zip"
main: false
repack: false
state: "OK"
deleted: false
gametype: "DeathMatch"
title: "DM-[IFC] Office"
playerCount: "10-12"
themes:
Natural: 0.9
Skaarj Tech: 0.1
bots: true
| 31.762712 | 149 | 0.731057 |
d9694353b90a448d230e5944f768a9cbbf5f2cb3 | 56 | yml | YAML | .github/FUNDING.yml | ryayoung/vim-comments-and-headers | 71185b0c0ba1339178af692ad5956379cfc5c801 | [
"MIT"
] | null | null | null | .github/FUNDING.yml | ryayoung/vim-comments-and-headers | 71185b0c0ba1339178af692ad5956379cfc5c801 | [
"MIT"
] | null | null | null | .github/FUNDING.yml | ryayoung/vim-comments-and-headers | 71185b0c0ba1339178af692ad5956379cfc5c801 | [
"MIT"
] | null | null | null | github: ryayoung
custom: ["https://paypal.me/ryayoung"]
| 18.666667 | 38 | 0.732143 |
8a0ebe3f0e021a8f8e2fb9eef1a1289fb0182036 | 1,222 | yml | YAML | .github/workflows/lit-test.yml | spcl/mlir-dace | 6483ee182ed215b7cea499e6e2618ad539986ade | [
"BSD-3-Clause"
] | 16 | 2021-09-30T22:37:40.000Z | 2022-01-12T00:38:53.000Z | .github/workflows/lit-test.yml | spcl/mlir-dace | 6483ee182ed215b7cea499e6e2618ad539986ade | [
"BSD-3-Clause"
] | null | null | null | .github/workflows/lit-test.yml | spcl/mlir-dace | 6483ee182ed215b7cea499e6e2618ad539986ade | [
"BSD-3-Clause"
] | 1 | 2022-01-07T16:49:15.000Z | 2022-01-07T16:49:15.000Z | name: LIT Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
check-sdir-opt:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: recursive
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install ninja-build
- name: Load MLIR cache
id: mlir-cache
uses: actions/cache@v2
with:
path: llvm-project/build
key: ${{ runner.os }}-mlir-commit
# TODO: Prevent building in multiple workflows
- name: Build MLIR
if: steps.mlir-cache.outputs.cache-hit != 'true'
run: |
mkdir llvm-project/build
cd llvm-project/build
cmake -G Ninja ../llvm -DLLVM_ENABLE_PROJECTS=mlir -DLLVM_TARGETS_TO_BUILD="host" -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON
ninja
- name: Build & Test
run: |
mkdir build
cd build
cmake -G Ninja .. -DMLIR_DIR=${{github.workspace}}/llvm-project/build/lib/cmake/mlir -DLLVM_EXTERNAL_LIT=${{github.workspace}}/llvm-project/build/bin/llvm-lit
ninja check-sdir-opt
| 24.938776 | 166 | 0.61784 |
4bff8f33e98dfed5fb09a499a2bb65315bfc8db1 | 4,410 | yml | YAML | docs/linux/new-to-linux-learning-resources.yml | luis-cazares-sql/sql-docs.es-es | 6ec4a5eef65cee8f0e495083de92176be1d92819 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/linux/new-to-linux-learning-resources.yml | luis-cazares-sql/sql-docs.es-es | 6ec4a5eef65cee8f0e495083de92176be1d92819 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs/linux/new-to-linux-learning-resources.yml | luis-cazares-sql/sql-docs.es-es | 6ec4a5eef65cee8f0e495083de92176be1d92819 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ### YamlMime:Landing
title: 'Nuevos usuarios de Linux: Recursos de aprendizaje'
summary: Tutoriales, inicios rápidos y otros recursos educativos diseñados para enseñar a trabajar con SQL Server en Linux a los usuarios familiarizados con SQL Server, pero sin experiencia en Linux.
metadata:
title: 'Nuevos usuarios de Linux: Recursos de aprendizaje'
description: Colección de recursos pensada para enseñar a usar SQL Server en Linux a los nuevos usuarios de Linux.
ms.prod: sql
ms.topic: landing-page
author: MashaMSFT
ms.author: mathoma
ms.date: 07/25/2020
ms.openlocfilehash: f78daf1c47974a7b4799e7b6ef42ae27cce3d4b2
ms.sourcegitcommit: a9e982e30e458866fcd64374e3458516182d604c
ms.translationtype: HT
ms.contentlocale: es-ES
ms.lasthandoff: 01/11/2021
ms.locfileid: "98100619"
landingContent:
- title: 'Módulo 1: introducción a SQL Server en Linux'
linkLists:
- linkListType: learn
links:
- text: Introducción a Linux
url: new-to-linux-resources.md
- text: 'Obtenga información sobre: SQL Server en Linux'
url: /learn/modules/introduction-sql-server-linux/
- text: 'Channel 9: Procedimiento para ejecutar SQL Server en Linux (opcional)'
url: https://channel9.msdn.com/Shows/Data-Exposed/SQL-Server-on-Linux-The-HOW?term=sql%20server%20on%20Linux&lang-en=true
- text: 'Channel 9: SQL Server en Linux (opcional)'
url: https://channel9.msdn.com/events/Connect/2016/101?term=sql%20server%20on%20Linux&lang-en=true
- title: 'Módulo 2: planificación de SQL Server en Linux'
linkLists:
- linkListType: learn
links:
- text: Ediciones y componentes
url: sql-server-linux-editions-and-components-2019.md
- text: Plataformas compatibles
url: sql-server-linux-release-notes-2019.md
- text: Preguntas más frecuentes
url: sql-server-linux-faq.md
- title: 'Módulo 3: instalación, implementación y conexión'
linkLists:
- linkListType: learn
links:
- text: Redhat
url: quickstart-install-connect-red-hat.md
- text: SUSE
url: quickstart-install-connect-suse.md
- text: Ubuntu
url: quickstart-install-connect-ubuntu.md
- text: Contenedor
url: quickstart-install-connect-docker.md
- text: Información general de las herramientas
url: ../tools/overview-sql-tools.md
- text: Azure Data Studio (herramienta)
url: ../azure-data-studio/what-is-azure-data-studio.md
- text: 'Channel 9: Herramientas de SQL multiplataforma (opcional)'
url: https://channel9.msdn.com/events/Connect/2016/173?term=SQL%20on%20linux&lang-en=true
- title: 'Módulo 4: configuración de SQL Server en Linux'
linkLists:
- linkListType: learn
links:
- text: Cambio del puerto predeterminado
url: sql-server-linux-configure-mssql-conf.md#tcpport
- text: Cambio de las rutas de acceso predeterminadas
url: sql-server-linux-configure-mssql-conf.md#datadir
- text: Establecimiento de marcas de seguimiento
url: sql-server-linux-configure-mssql-conf.md#traceflags
- text: Unión al dominio
url: sql-server-linux-active-directory-authentication.md
- text: Carga de datos de muestra
url: ../samples/adventureworks-install-configure.md
- text: Migrate
url: sql-server-linux-migrate-restore-database.md
- title: 'Módulo 5: configuración de la continuidad empresarial'
linkLists:
- linkListType: learn
links:
- text: Opciones de continuidad empresarial
url: sql-server-linux-business-continuity-dr.md
- text: Implementación de un clúster de Pacemaker
url: sql-server-linux-deploy-pacemaker-cluster.md
- text: Configurar grupo de disponibilidad
url: sql-server-linux-create-availability-group.md
- title: 'Módulo 6: supervisión y ajuste'
linkLists:
- linkListType: learn
links:
- text: Panel de rendimiento
url: https://www.youtube.com/watch?v=cVdfhBVmeig
- text: Almacén de consultas
url: ../relational-databases/performance/monitoring-performance-by-using-the-query-store.md
- text: DMV
url: ../relational-databases/system-dynamic-management-views/system-dynamic-management-views.md
- text: 'Recursos de aprendizaje adicionales: características de rendimiento de SQL Server en Linux'
url: sql-server-linux-performance-get-started.md
| 45.463918 | 200 | 0.714286 |
5ac1325aff3dea1705fa0672b941d550faee4683 | 111 | yml | YAML | roles/tests/molecule/ruby/converge.yml | DamienBitrise/osx-box-bootstrap | 0a762b2445d137fd726c1ada6466554f629b03d3 | [
"MIT"
] | 1 | 2019-12-25T09:15:57.000Z | 2019-12-25T09:15:57.000Z | roles/tests/molecule/ruby/converge.yml | DamienBitrise/osx-box-bootstrap | 0a762b2445d137fd726c1ada6466554f629b03d3 | [
"MIT"
] | 1 | 2021-09-23T23:38:07.000Z | 2021-09-23T23:38:07.000Z | molecule/default/converge.yml | rosstimson/tdd-ansible-ruby-role | 881d522e8915b9cab3f4ce2f973c2d20dea16ea5 | [
"ISC"
] | null | null | null | ---
- name: Converge
hosts: all
tasks:
- name: "Include ruby"
include_role:
name: "ruby"
| 13.875 | 26 | 0.540541 |
6f8c80aa2e005e7f962a9a473012ecc0ba4463a1 | 658 | yaml | YAML | recipes/mixcr/meta.yaml | hepcat72/bioconda-recipes | 8c6b6fa982e08a90c662f6ffe7ffb5fd0b5298a5 | [
"MIT"
] | null | null | null | recipes/mixcr/meta.yaml | hepcat72/bioconda-recipes | 8c6b6fa982e08a90c662f6ffe7ffb5fd0b5298a5 | [
"MIT"
] | null | null | null | recipes/mixcr/meta.yaml | hepcat72/bioconda-recipes | 8c6b6fa982e08a90c662f6ffe7ffb5fd0b5298a5 | [
"MIT"
] | null | null | null | {% set version = "3.0.12" %}
build:
number: 0
noarch: generic
package:
name: mixcr
version: {{ version }}
source:
url: https://github.com/milaboratory/mixcr/releases/download/v{{ version }}/mixcr-{{ version }}.zip
sha256: 5492a18425e739b3b5024b7284abe136a49f4691600f58bf2aa35be808279904
requirements:
run:
- openjdk >=11
test:
commands:
- java -version
- mixcr
about:
home: https://github.com/milaboratory/mixcr
license: https://github.com/milaboratory/mixcr/blob/develop/LICENSE
summary: >
MiXCR is a universal software for fast and accurate analysis of
raw T- or B- cell receptor repertoire sequencing data.
| 21.933333 | 101 | 0.712766 |
6fd0e08dd4ceac2806143f9fc55032cb3f3e020f | 870 | yml | YAML | .github/workflows/pylint.yml | dicksnel/quality-time | 4c04f8852aa97175f2bca2b5c5391b3e09b657af | [
"Apache-2.0"
] | 1 | 2021-02-22T07:53:36.000Z | 2021-02-22T07:53:36.000Z | .github/workflows/pylint.yml | greckko/quality-time | f5f0b86505b49adf1b5f3b6bf61cbe33d78d3dca | [
"Apache-2.0"
] | 338 | 2020-10-29T04:28:09.000Z | 2022-02-22T04:09:33.000Z | .github/workflows/pylint.yml | dicksnel/quality-time | 4c04f8852aa97175f2bca2b5c5391b3e09b657af | [
"Apache-2.0"
] | 1 | 2022-01-06T04:07:03.000Z | 2022-01-06T04:07:03.000Z | name: Pylint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8.0'
- name: Install prerequisites
run: |
sudo apt-get install libxml2-dev libxslt-dev python-dev
python -m pip install --upgrade pip
python -m pip install wheel
- name: Collector
run: |
cd components/collector
pip install -r requirements.txt -r requirements-dev.txt
pylint src tests
- name: Server
run: |
cd components/server
pip install -r requirements.txt -r requirements-dev.txt
pylint src tests
- name: Notifier
run: |
cd components/notifier
pip install -r requirements.txt -r requirements-dev.txt
pylint src tests
| 24.166667 | 63 | 0.609195 |
3adc50ed65728ced2520601d6655ac203269f80e | 1,763 | yml | YAML | .github/workflows/test.yml | cfbender/npm-check-updates | e153ab2a264df2a9b3d1f4e09bdf77ce6a380470 | [
"Apache-2.0"
] | null | null | null | .github/workflows/test.yml | cfbender/npm-check-updates | e153ab2a264df2a9b3d1f4e09bdf77ce6a380470 | [
"Apache-2.0"
] | null | null | null | .github/workflows/test.yml | cfbender/npm-check-updates | e153ab2a264df2a9b3d1f4e09bdf77ce6a380470 | [
"Apache-2.0"
] | null | null | null | name: Tests
on:
push:
branches:
- main
- "!dependabot/**"
pull_request:
branches:
- "**"
env:
FORCE_COLOR: 2
NODE_COV: 14
jobs:
run:
name: Node ${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node: [12, 14, 16]
os: [ubuntu-latest, windows-latest]
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: Get npm cache directory
id: npm-cache
run: |
echo "::set-output name=dir::$(npm config get cache)"
- uses: actions/cache@v2
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
${{ runner.os }}-node-v${{ matrix.node }}-
- name: Install npm dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run tests
run: npm run test
if: "!(startsWith(matrix.os, 'ubuntu') && matrix.node == env.NODE_COV)"
- name: Run tests with coverage
run: npm run nyc -- npm run test
if: startsWith(matrix.os, 'ubuntu') && matrix.node == env.NODE_COV
- name: Run Coveralls
uses: coverallsapp/github-action@v1.1.2
if: startsWith(matrix.os, 'ubuntu') && matrix.node == env.NODE_COV
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
| 26.313433 | 127 | 0.537153 |
059a6306c2ad1cab5fac35fe868723171905b698 | 126 | yml | YAML | roles/desktop-office/defaults/main.yml | ejsmit/ansible-deploy | 0e243d5dbe5aa666f22f27ead64ee9ef838dfb32 | [
"MIT"
] | null | null | null | roles/desktop-office/defaults/main.yml | ejsmit/ansible-deploy | 0e243d5dbe5aa666f22f27ead64ee9ef838dfb32 | [
"MIT"
] | 8 | 2017-09-28T09:49:40.000Z | 2020-12-20T23:43:12.000Z | roles/desktop-office/defaults/main.yml | ejsmit/ansible-deploy | 0e243d5dbe5aa666f22f27ead64ee9ef838dfb32 | [
"MIT"
] | null | null | null | ---
desktop_office_packages:
- thunderbird
- firefox
- microsoft-edge-stable
- libreoffice
- qownnotes
- kmymoney | 14 | 25 | 0.698413 |
d0296840d3276ccb57c534d7644d509e0ce04ea4 | 201 | yml | YAML | roles/cs.aws-security-group/defaults/main.yml | jtomaszewski/ansible-infrastructure | 8658f9d1ca68cb99a1c4691dfc15cc71e8a1ddb2 | [
"MIT"
] | null | null | null | roles/cs.aws-security-group/defaults/main.yml | jtomaszewski/ansible-infrastructure | 8658f9d1ca68cb99a1c4691dfc15cc71e8a1ddb2 | [
"MIT"
] | null | null | null | roles/cs.aws-security-group/defaults/main.yml | jtomaszewski/ansible-infrastructure | 8658f9d1ca68cb99a1c4691dfc15cc71e8a1ddb2 | [
"MIT"
] | null | null | null |
aws_security_group_rds_create: no
aws_security_group_redis_create: no
aws_security_group_elasticsearch_create: no
aws_security_group_name_prefix: mageops
aws_security_group_persistant_extra_rules: []
| 28.714286 | 45 | 0.910448 |
bd3a50310596b9859859a8acd78b032e034516bf | 788 | yml | YAML | .gitlab-ci.yml | albsch/scraper | 21064c1b63508096a912ccba0b784bc3887c71b7 | [
"MIT"
] | 2 | 2021-11-16T21:13:03.000Z | 2022-01-04T13:05:59.000Z | .gitlab-ci.yml | albsch/scraper | 21064c1b63508096a912ccba0b784bc3887c71b7 | [
"MIT"
] | null | null | null | .gitlab-ci.yml | albsch/scraper | 21064c1b63508096a912ccba0b784bc3887c71b7 | [
"MIT"
] | 2 | 2022-02-18T16:49:34.000Z | 2022-02-23T09:40:29.000Z | image: adoptopenjdk/openjdk13:x86_64-ubi-minimal-jdk-13.0.2_8
stages:
- build
- test
- coverage
- install
- run
before_script:
- java -version
- export GRADLE_USER_HOME=`pwd`/.gradle
cache:
paths:
- .gradle/wrapper
- .gradle/caches
build:
stage: build
script:
- ./gradlew assemble
test:
stage: test
script:
- ./gradlew check -i
coverage:
stage: coverage
script:
- ./gradlew codeCoverageReport
- awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/",instructions, "instructions covered"; print 100*covered/instructions, "%covered" }' build/reports/jacoco/codeCoverageReport/codeCoverageReport.csv
install:
stage: install
script:
- ./gradlew build
run:
stage: run
script:
- ./gradlew run
| 17.511111 | 231 | 0.661168 |
bb0f34d9626776f1bc1286e7a77805c356b786d4 | 155 | yml | YAML | .travis.yml | mikemaccana/hydrate | 99e26f4e42dcbf6944fca0226b3e427d9ea86479 | [
"Apache-2.0"
] | null | null | null | .travis.yml | mikemaccana/hydrate | 99e26f4e42dcbf6944fca0226b3e427d9ea86479 | [
"Apache-2.0"
] | null | null | null | .travis.yml | mikemaccana/hydrate | 99e26f4e42dcbf6944fca0226b3e427d9ea86479 | [
"Apache-2.0"
] | null | null | null | language: python
python: "3.6"
node_js: "lts/*"
before_install:
- npm i -g npm@latest
install:
- npm i
script:
- npm test
after_success: npx codecov
| 14.090909 | 26 | 0.690323 |
b90dcd951f67f4a59e8aaef2118171e6f09c918e | 41 | yml | YAML | node_modules/tiny-types/.mocharc.yml | MA87604/ClientMI | ea08185117a2a88b859e4d672aa721124feebc99 | [
"BSD-3-Clause"
] | 100 | 2018-02-12T21:44:13.000Z | 2022-03-22T22:21:54.000Z | node_modules/tiny-types/.mocharc.yml | MA87604/ClientMI | ea08185117a2a88b859e4d672aa721124feebc99 | [
"BSD-3-Clause"
] | 378 | 2018-03-07T22:35:46.000Z | 2022-01-20T21:22:07.000Z | node_modules/tiny-types/.mocharc.yml | MA87604/ClientMI | ea08185117a2a88b859e4d672aa721124feebc99 | [
"BSD-3-Clause"
] | 8 | 2018-03-05T15:25:12.000Z | 2020-04-02T09:14:41.000Z | require: ts-node/register
reporter: spec
| 13.666667 | 25 | 0.804878 |
139df51a6ebc91adb795d4e3663792ad60b1e9a6 | 316 | yml | YAML | docker-compose.yml | PortalMedia/scribeAPI | 5cc2917fdc8aed912d6bd2fe9d647b8cdd192d1b | [
"MIT"
] | 88 | 2015-02-05T17:34:53.000Z | 2021-11-15T12:28:27.000Z | docker-compose.yml | PortalMedia/scribeAPI | 5cc2917fdc8aed912d6bd2fe9d647b8cdd192d1b | [
"MIT"
] | 353 | 2015-01-16T16:16:35.000Z | 2019-03-25T10:28:39.000Z | docker-compose.yml | PortalMedia/scribeAPI | 5cc2917fdc8aed912d6bd2fe9d647b8cdd192d1b | [
"MIT"
] | 27 | 2015-02-16T14:49:14.000Z | 2020-10-13T14:42:21.000Z | mongodb:
image: mongo:2.4
anzac:
build: .
links:
- mongodb:mongodb
command: anzac
ports:
- 3000:80
whale_tales:
build: .
links:
- mongodb:mongodb
command: whale_tales
ports:
- 3000:80
emigrant:
build: .
links:
- mongodb:mongodb
command: emigrant
ports:
- 3000:80
| 11.703704 | 22 | 0.610759 |
c4b4d59b42288f60f53115a1d9bd947b6eb35f1a | 618 | yml | YAML | .github/workflows/github-pipeline.yml | atlassian-labs/observe | dd5478c6305a96160f10303abb259e19273a5f8f | [
"Apache-2.0"
] | 2 | 2020-11-21T04:25:40.000Z | 2022-02-13T23:04:14.000Z | .github/workflows/github-pipeline.yml | atlassian-labs/observe | dd5478c6305a96160f10303abb259e19273a5f8f | [
"Apache-2.0"
] | 8 | 2020-11-19T06:56:56.000Z | 2021-04-12T17:43:18.000Z | .github/workflows/github-pipeline.yml | atlassian-labs/observe | dd5478c6305a96160f10303abb259e19273a5f8f | [
"Apache-2.0"
] | 1 | 2022-03-01T18:54:02.000Z | 2022-03-01T18:54:02.000Z | name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.x']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install
uses: ./.github/actions/install
- name: Lint
uses: ./.github/actions/lint
- name: Unit Test
uses: ./.github/actions/unit-test
- name: Upload Coverage (codecov.io)
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
| 22.888889 | 54 | 0.588997 |
a6b187b30598412a7de5fc2551687a642df1316d | 2,576 | yaml | YAML | Frameworks/ZappApple/.jazzy.yaml | alexzchut/AppleApplicasterFrameworks | e4cae991b889ea4c1fc9fa49ec947c63ace8aff1 | [
"Apache-2.0"
] | null | null | null | Frameworks/ZappApple/.jazzy.yaml | alexzchut/AppleApplicasterFrameworks | e4cae991b889ea4c1fc9fa49ec947c63ace8aff1 | [
"Apache-2.0"
] | null | null | null | Frameworks/ZappApple/.jazzy.yaml | alexzchut/AppleApplicasterFrameworks | e4cae991b889ea4c1fc9fa49ec947c63ace8aff1 | [
"Apache-2.0"
] | null | null | null | module: ZappApple
module_version: 0.7.10
author: "Applicaster ltd."
copyright: "© 2019 [Applicaster ltd.](https://www.applicaster.com) under [Appache 2.0](https://github.com/applicaster/AppleApplicasterFrameworks/blob/master/LICENSE)."
author_url: https://www.applicaster.com
github_url: https://github.com/applicaster/AppleApplicasterFrameworks/tree/master/Frameworks/ZappCore
xcodebuild_arguments: ["-scheme", "ZappApple"]
output: "../../docs/ZappApple"
clean: true
min_acl: "private"
sdk: [iphone, appletv]
theme: jony
custom_categories:
- name: Zapp Root Controller
children:
- SplashViewController
- RootController
- AppDelegateProtocol
- name: Plugins
children:
- PluginsManager
- AnalyticsManager
- CrashlogsPluginsManager
- PlayerDependantPluginsManager
- name: AppLoading
children:
- DataManager
- LoadingManager
- LoadingLoaderTypes
- LoadingStateTypes
- MsAppCenterDistributionHandler
- kMSAppCenterCheckForUpdatesNotification
- ZappStyles
- name: Analytics
children:
- AnalyticManagerPreparationCompletion
- ProviderSendAnalyticsCompletion
- name: CacheHelper
children:
- APCachedModel
- APCacheHelper
- APCacheManager
- APFile
- APFileLoadingCompletion
- JsonSerializableProtocol
- name: FeaturesCustomization
children:
- FeaturesCusimizationConsts
- FeaturesCustomization
- name: Keychain
children:
- HTTPStatusCode
- name: Keys
children:
- CoreAnalyticsKeys
- AssetsKeys
- name: Reachability
children:
- ReachabilityManager
- ReachabilityManagerDelegate
- name: StateMachine
children:
- LoadingStateMachineDataSource
- LoadingStateMachineDelegate
- LoadingState
- LoadingStateMachine
- stateMachineLogCategory
- StateCallBack
- StateHandler
- name: Storages
children:
- LocalStorage
- SessionStorage
- StorageHelper
- StorageInitialization
- ZappStorageKeys
- ZappStorageProtocol
- zappLocalStorageName
- name: Styles
children:
- CoreStylesKeys
- StylesHelper
- name: UniversalSearch
children:
- SpotlightSubscription
- name: UserInterfaceLayerManager
children:
- UserInterfaceLayerManager
- name: Categories
children:
- AVPlayer
- AVURLAsset
- String
- HTTPURLResponse
- UIApplication
- UIColor
- UIView
- UIViewController
| 22.206897 | 167 | 0.679348 |
dc50f2f7dfaa153587f8e99f7610657703e082c6 | 378 | yml | YAML | _data/steering-committee.yml | ashtonmv/pyiron_beta_site | db95e1725ed39549f4fbb48cdbf557e137369c53 | [
"BSD-3-Clause"
] | 2 | 2020-09-21T13:49:10.000Z | 2021-03-12T10:00:39.000Z | _data/steering-committee.yml | ashtonmv/callysto | c697e38be5f1c8647a7b7353c7340655cf16e522 | [
"BSD-3-Clause"
] | 52 | 2020-08-07T11:49:59.000Z | 2021-06-01T06:40:35.000Z | _data/steering-committee.yml | ashtonmv/callysto | c697e38be5f1c8647a7b7353c7340655cf16e522 | [
"BSD-3-Clause"
] | 3 | 2020-08-27T04:44:06.000Z | 2020-09-22T08:41:29.000Z | # Members of pyiron's steering committee
-
name: Mira Todorova
institution: MPIE
-
name: Christoph Freysoldt
institution: MPIE
-
name: Tilmann Hickel
institution: MPIE
-
name: Blazej Grabowski
institution: Uni-Stuttgart
-
name: Ralf Drautz
institution: ICAMS
-
name: Thomas Hammerschmidt
institution: ICAMS
-
name: Yury Lysogorskiy
institution: ICAMS | 17.181818 | 40 | 0.738095 |
0d101d73cd94c6058c0d7ac94041098fb31befd4 | 55 | yml | YAML | tests/licensedcode/data/licenses/python_and_python_and_python_and_python_and_other.txt.yml | adityaviki/scancode-toolkit | f520887b18c0b36f7bec4c9c72ec2d04ea2d65c9 | [
"Apache-2.0",
"CC0-1.0"
] | null | null | null | tests/licensedcode/data/licenses/python_and_python_and_python_and_python_and_other.txt.yml | adityaviki/scancode-toolkit | f520887b18c0b36f7bec4c9c72ec2d04ea2d65c9 | [
"Apache-2.0",
"CC0-1.0"
] | null | null | null | tests/licensedcode/data/licenses/python_and_python_and_python_and_python_and_other.txt.yml | adityaviki/scancode-toolkit | f520887b18c0b36f7bec4c9c72ec2d04ea2d65c9 | [
"Apache-2.0",
"CC0-1.0"
] | null | null | null | license_expressions:
- python
- python
- python
| 9.166667 | 20 | 0.672727 |
32b7cb5b98b2797cfcbc6cc43d44191f3cb9c9d7 | 4,238 | yml | YAML | schema/common/validation/configuration/kafka.yml | sbbroot/epiphany | 3518244bd2078cf07fa7ff5b021c4cf168c3bd83 | [
"Apache-2.0"
] | 130 | 2019-01-08T19:03:56.000Z | 2022-03-11T14:13:37.000Z | schema/common/validation/configuration/kafka.yml | sbbroot/epiphany | 3518244bd2078cf07fa7ff5b021c4cf168c3bd83 | [
"Apache-2.0"
] | 1,925 | 2019-01-09T08:33:44.000Z | 2022-03-31T14:37:13.000Z | schema/common/validation/configuration/kafka.yml | sbbroot/epiphany | 3518244bd2078cf07fa7ff5b021c4cf168c3bd83 | [
"Apache-2.0"
] | 166 | 2019-01-08T16:03:37.000Z | 2022-01-09T13:56:33.000Z | "$id": "#/specification"
title: "Kafka specification schema"
description: "Kafka specification schema"
type: object
properties:
kafka_var:
type: object
properties:
enabled:
type: boolean
admin:
type: string
admin_pwd:
type: string
javax_net_debug:
type: string
security:
type: object
properties:
ssl:
type: object
properties:
enabled:
type: boolean
port:
type: integer
server:
type: object
properties:
local_cert_download_path:
type: string
keystore_location:
type: string
truststore_location:
type: string
cert_validity:
type: integer
passwords:
type: object
properties:
keystore:
type: string
truststore:
type: string
key:
type: string
endpoint_identification_algorithm:
type: string
client_auth:
type: string
encrypt_at_rest:
type: boolean
inter_broker_protocol:
type: string
authorization:
type: object
properties:
enabled:
type: boolean
authorizer_class_name:
type: string
allow_everyone_if_no_acl_found:
type: boolean
super_users:
type: array
items:
type: string
users:
type: array
items:
type: object
properties:
name:
type: string
topic:
type: string
authentication:
type: object
properties:
enabled:
type: boolean
authentication_method:
type: string
sasl_mechanism_inter_broker_protocol:
type: 'null'
sasl_enabled_mechanisms:
type: string
sha:
type: string
port:
type: integer
min_insync_replicas:
type: integer
default_replication_factor:
type: integer
offsets_topic_replication_factor:
type: integer
num_recovery_threads_per_data_dir:
type: integer
num_replica_fetchers:
type: integer
replica_fetch_max_bytes:
type: integer
replica_socket_receive_buffer_bytes:
type: integer
partitions:
type: integer
log_retention_hours:
type: integer
log_retention_bytes:
type: integer
offset_retention_minutes:
type: integer
heap_opts:
type: string
opts:
type: string
jmx_opts:
type: 'null'
max_incremental_fetch_session_cache_slots:
type: integer
controlled_shutdown_enable:
type: boolean
group:
type: string
user:
type: string
conf_dir:
type: string
data_dir:
type: string
log_dir:
type: string
socket_settings:
type: object
properties:
network_threads:
type: integer
io_threads:
type: integer
send_buffer_bytes:
type: integer
receive_buffer_bytes:
type: integer
request_max_bytes:
type: integer
zookeeper_set_acl:
type: boolean
zookeeper_hosts:
type: string
jmx_exporter_user:
type: string
jmx_exporter_group:
type: string
prometheus_jmx_exporter_web_listen_port:
type: integer
prometheus_jmx_config:
type: string
prometheus_config_dir:
type: string
prometheus_kafka_jmx_file_sd_labels:
type: object
properties:
job:
type: string
| 25.53012 | 51 | 0.495989 |
c3b8edc310b900829ef04152ac7b72e62398da71 | 6,008 | yml | YAML | MISC/L3out.yml | johnwelby1965/automation_workshop | 3686e4b89dbdccce5bf90ac112c9a7fc863e04c1 | [
"Unlicense"
] | null | null | null | MISC/L3out.yml | johnwelby1965/automation_workshop | 3686e4b89dbdccce5bf90ac112c9a7fc863e04c1 | [
"Unlicense"
] | null | null | null | MISC/L3out.yml | johnwelby1965/automation_workshop | 3686e4b89dbdccce5bf90ac112c9a7fc863e04c1 | [
"Unlicense"
] | null | null | null | ---
- name: Push a basi tenant with stuff for video
hosts: apic
connection: local
gather_facts: False
vars:
aci_login: &aci_login
hostname: '{{ apic_host }}'
username: '{{ apic_username }}'
password: '{{ apic_password }}'
# private_key: '{{ apic_private_key }}'
use_proxy: '{{ apic_use_proxy }}'
validate_certs: '{{ apic_validate_certs }}'
vars_prompt:
- name: "tenant"
prompt: "Which tenant do we want this L3Out to live?"
private: no
tasks:
- name: Let's make sure that tenant exists
aci_tenant:
<<: *aci_login
state: "present"
tenant: "{{ tenant }}"
descr: "Tenant created by Ansible for Video"
tags: tenant, vrf, bd, filter, contract, app, epg
- name: Create an L3Out Object
aci_l3out:
<<: *aci_login
state: "present"
tenant: "{{ tenant }}"
name: ASA_INTERNET_WEST
domain: ASA_L3_OUT_WEST
vrf: V1
l3protocol: eigrp
asn: 100
route_control: export
tags: l3out
- name: Push L3Out config to object
aci_rest:
<<: *aci_login
method: post
path: /api/mo/uni.json
content:
{
"l3extOut": {
"attributes": {
"annotation": "",
"dn": "uni/tn-{{ tenant }}/out-ASA_INTERNET_WEST",
"enforceRtctrl": "export",
"name": "ASA_INTERNET_WEST",
"targetDscp": "unspecified"
},
"children": [
{
"l3extRsL3DomAtt": {
"attributes": {
"annotation": "",
"tDn": "uni/l3dom-ASA_L3_OUT_WEST"
}
}
},
{
"l3extRsEctx": {
"attributes": {
"annotation": "",
"tnFvCtxName": "V1"
}
}
},
{
"l3extLNodeP": {
"attributes": {
"annotation": "",
"configIssues": "",
"name": "ASA_INTERNET_WEST_nodeProfile",
"tag": "yellow-green",
"targetDscp": "unspecified"
},
"children": [
{
"l3extRsNodeL3OutAtt": {
"attributes": {
"annotation": "",
"configIssues": "",
"rtrId": "51.1.1.1",
"rtrIdLoopBack": "yes",
"tDn": "topology/pod-1/node-101"
}
}
},
{
"l3extLIfP": {
"attributes": {
"annotation": "",
"name": "ASA_INTERNET_WEST_interfaceProfile",
"prio": "unspecified",
"tag": "yellow-green"
},
"children": [
{
"l3extRsPathL3OutAtt": {
"attributes": {
"addr": "5.5.5.2/24",
"annotation": "",
"autostate": "disabled",
"encap": "unknown",
"encapScope": "local",
"ifInstT": "l3-port",
"ipv6Dad": "enabled",
"llAddr": "::",
"mac": "00:22:BD:F8:19:FF",
"mode": "regular",
"mtu": "inherit",
"tDn": "topology/pod-1/paths-101/pathep-[eth1/19]",
"targetDscp": "unspecified"
}
}
},
{
"eigrpIfP": {
"attributes": {
"name": ""
},
"children": [
{
"eigrpRsIfPol": {
"attributes": {
"annotation": "",
"tnEigrpIfPolName": "default"
}
}
}
]
}
}
]
}
}
]
}
},
{
"l3extInstP": {
"attributes": {
"annotation": "",
"exceptionTag": "",
"floodOnEncap": "disabled",
"matchT": "AtleastOne",
"name": "EXT_INET_WEST",
"prefGrMemb": "exclude",
"prio": "unspecified",
"targetDscp": "unspecified"
},
"children": [
{
"fvRsProv": {
"attributes": {
"annotation": "",
"intent": "install",
"matchT": "AtleastOne",
"prio": "unspecified",
"tnVzBrCPName": "default"
}
}
},
{
"l3extSubnet": {
"attributes": {
"aggregate": "",
"annotation": "",
"ip": "0.0.0.0/0",
"name": "ALL_NETS_WEST",
"nameAlias": "",
"scope": "import-security"
}
}
}
]
}
},
{
"eigrpExtP": {
"attributes": {
"annotation": "",
"asn": "100"
}
}
}
]
}
}
| 30.497462 | 79 | 0.321738 |
0a94709fef94e20ebaf6534fff06e0aa3c7c022b | 231 | yml | YAML | .travis.yml | papermill/mill | 7e3b6d52c96297d793624847b7d80ab2351602d7 | [
"MIT"
] | null | null | null | .travis.yml | papermill/mill | 7e3b6d52c96297d793624847b7d80ab2351602d7 | [
"MIT"
] | 1 | 2015-06-18T23:39:12.000Z | 2015-06-18T23:39:12.000Z | .travis.yml | papermill/mill | 7e3b6d52c96297d793624847b7d80ab2351602d7 | [
"MIT"
] | null | null | null | language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq pandoc texlive texlive-xetex
notifications:
email:
- "1@178.is"
irc: "chat.freenode.net#KTE"
| 17.769231 | 56 | 0.65368 |
7f1b24e7b88af9b0bcb59f5df3aca0648a48c2e5 | 296 | yml | YAML | myalpine/docker-compose.yml | charyveer75/docker_examples | 24cb38147bb63230d8fc9bf1cae79c715455f082 | [
"MIT"
] | 17 | 2018-09-06T14:56:56.000Z | 2021-11-11T19:34:26.000Z | myalpine/docker-compose.yml | learndocker/docker_examples | 24cb38147bb63230d8fc9bf1cae79c715455f082 | [
"MIT"
] | null | null | null | myalpine/docker-compose.yml | learndocker/docker_examples | 24cb38147bb63230d8fc9bf1cae79c715455f082 | [
"MIT"
] | 17 | 2019-07-30T01:16:15.000Z | 2022-02-26T18:51:26.000Z | version: "3.3"
services:
bash:
image: jfahrer/myalpine:bash
build:
context: .
cache_from:
- jfahrer/myalpine:bash
zsh:
image: jfahrer/myalpine:zsh
build:
context: .
args:
- MYSHELL=zsh
cache_from:
- jfahrer/myalpine:zsh
| 15.578947 | 32 | 0.560811 |
fc30af25af03b546c3b2ef2167f0854394129ba3 | 35 | yml | YAML | .github/FUNDING.yml | YunaService/SmartHome | 4f7bce9f7cf28a1eb82574cc1225d4f4aa7051a8 | [
"MIT"
] | 1 | 2019-10-14T18:53:31.000Z | 2019-10-14T18:53:31.000Z | .github/FUNDING.yml | FrederikHeinrich/smarthome | 4f7bce9f7cf28a1eb82574cc1225d4f4aa7051a8 | [
"MIT"
] | null | null | null | .github/FUNDING.yml | FrederikHeinrich/smarthome | 4f7bce9f7cf28a1eb82574cc1225d4f4aa7051a8 | [
"MIT"
] | null | null | null |
patreon: Freddi_xyz
ko_fi: Freddi
| 8.75 | 19 | 0.8 |
731f59bf659097dcdf3c23325abec0a73b1e7f4b | 265 | yml | YAML | archive/roles/cicd-common/defaults/main.yml | jtudelag/casl-ansible | a114e7baf207e9ac937c6e882b244952b13f6ef8 | [
"Apache-2.0"
] | 137 | 2016-10-26T23:01:24.000Z | 2022-03-19T19:37:49.000Z | archive/roles/cicd-common/defaults/main.yml | jtudelag/casl-ansible | a114e7baf207e9ac937c6e882b244952b13f6ef8 | [
"Apache-2.0"
] | 272 | 2016-10-12T19:56:42.000Z | 2020-08-27T19:52:59.000Z | archive/roles/cicd-common/defaults/main.yml | jtudelag/casl-ansible | a114e7baf207e9ac937c6e882b244952b13f6ef8 | [
"Apache-2.0"
] | 116 | 2016-10-12T19:30:24.000Z | 2021-07-12T12:53:06.000Z | ---
default_cicd_storage_disk_volume: "/dev/vdb"
default_cicd_openstack_security_groups: "CI-CD"
default_cicd_openstack_flavor_name: "m1.medium"
default_cicd_openstack_image_name: "ose3_1-base"
default_cicd_openstack_storage_size: 10
default_cicd_instance_count: 1 | 33.125 | 48 | 0.867925 |
96f8c070b4b02f84911e68cd7c8e1cb5fe2d9144 | 1,229 | yaml | YAML | apps/K8sDashboard.yaml | gandazgul/k8s-infrastructure | 00810e28727634757ed6884d3e641d1f5f3a58d5 | [
"MIT"
] | 28 | 2019-02-19T14:16:04.000Z | 2022-03-29T22:19:57.000Z | apps/K8sDashboard.yaml | gandazgul/k8s-infrastructure | 00810e28727634757ed6884d3e641d1f5f3a58d5 | [
"MIT"
] | 3 | 2019-02-19T15:46:04.000Z | 2021-09-23T05:05:16.000Z | apps/K8sDashboard.yaml | gandazgul/k8s-infrastructure | 00810e28727634757ed6884d3e641d1f5f3a58d5 | [
"MIT"
] | 2 | 2019-12-13T11:10:24.000Z | 2021-06-15T01:13:27.000Z | apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: k8s-dashboard
namespace: kube-system
spec:
chart:
spec:
chart: kubernetes-dashboard
version: 4.0.3
sourceRef:
kind: HelmRepository
name: kubernetes-dashboard
namespace: flux-system
dependsOn:
- name: sealed-secrets-controller
interval: 1h0m0s
values:
fullnameOverride: kubernetes-dashboard
extraArgs: [
--enable-skip-login,
--enable-insecure-login,
--auto-generate-certificates
]
ingress:
enabled: true
hosts:
- dashboard.${INGRESS_INTERNAL_NAME}
tls:
- hosts:
- dashboard.${INGRESS_INTERNAL_NAME}
secretName: dashboard-k8s-cert
annotations:
kubernetes.io/ingress.class: "nginx"
cert-manager.io/cluster-issuer: "ca-issuer"
---
# make the dashboard ServiceAccount an admin
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: kubernetes-dashboard-admin
namespace: kube-system
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: kubernetes-dashboard
namespace: kube-system
| 24.098039 | 51 | 0.685924 |
983603ab728cf1a536e4f8f38b4df53bd8084db7 | 262 | yaml | YAML | tests/messages.yaml | magicmatatjahu/bundler | 9d1208c0ed51fda42e3c21030d7f5be547c3432f | [
"Apache-2.0"
] | 8 | 2021-12-28T09:25:04.000Z | 2022-03-09T13:00:57.000Z | tests/messages.yaml | magicmatatjahu/bundler | 9d1208c0ed51fda42e3c21030d7f5be547c3432f | [
"Apache-2.0"
] | 24 | 2021-12-28T03:35:42.000Z | 2022-03-29T05:46:25.000Z | tests/messages.yaml | magicmatatjahu/bundler | 9d1208c0ed51fda42e3c21030d7f5be547c3432f | [
"Apache-2.0"
] | 4 | 2021-12-28T04:02:04.000Z | 2022-03-18T19:24:46.000Z | messages:
UserSignedUp:
payload:
type: object
properties:
displayName:
type: string
description: Name of the user
email:
type: string
format: email
description: Email of the user | 21.833333 | 40 | 0.545802 |
0f7f6123b2a329545723c4503d054423292fa734 | 745 | yml | YAML | docs-ref-autogen/azure-mgmt-logic/azure.mgmt.logic.operations.workflow_versions_operations.yml | v-xuto/azure-docs-sdk-python | 0f01e3dddce7e183ce8e76f3db4489150b6f8810 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/azure-mgmt-logic/azure.mgmt.logic.operations.workflow_versions_operations.yml | v-xuto/azure-docs-sdk-python | 0f01e3dddce7e183ce8e76f3db4489150b6f8810 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/azure-mgmt-logic/azure.mgmt.logic.operations.workflow_versions_operations.yml | v-xuto/azure-docs-sdk-python | 0f01e3dddce7e183ce8e76f3db4489150b6f8810 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-08-02T14:04:46.000Z | 2021-08-02T14:04:46.000Z | ### YamlMime:UniversalReference
api_name: []
items:
- children:
- azure.mgmt.logic.operations.workflow_versions_operations.WorkflowVersionsOperations
fullName: azure.mgmt.logic.operations.workflow_versions_operations
langs:
- python
module: azure.mgmt.logic.operations.workflow_versions_operations
name: workflow_versions_operations
type: module
uid: azure.mgmt.logic.operations.workflow_versions_operations
references:
- fullName: azure.mgmt.logic.operations.workflow_versions_operations.WorkflowVersionsOperations
isExternal: false
name: WorkflowVersionsOperations
parent: azure.mgmt.logic.operations.workflow_versions_operations
uid: azure.mgmt.logic.operations.workflow_versions_operations.WorkflowVersionsOperations
| 39.210526 | 95 | 0.84698 |
ba64e85cbdb123ea05602a1f90efcd2fa7d59957 | 886 | yaml | YAML | k8s/Deno-proxy.yaml | DiFronzo/deno-toolforge | d4cbd9bac2d4cdf348e96c05f280d637fe730bcd | [
"MIT"
] | 1 | 2021-05-24T13:26:12.000Z | 2021-05-24T13:26:12.000Z | k8s/Deno-proxy.yaml | DiFronzo/deno-toolforge | d4cbd9bac2d4cdf348e96c05f280d637fe730bcd | [
"MIT"
] | null | null | null | k8s/Deno-proxy.yaml | DiFronzo/deno-toolforge | d4cbd9bac2d4cdf348e96c05f280d637fe730bcd | [
"MIT"
] | null | null | null | ---
# Service object for routing requests to deno.land
apiVersion: v1
kind: Service
metadata:
name: deno
namespace: tool-deno
spec:
type: ExternalName
externalName: cdn.deno.land
...
---
# Ingress object for routing requests to deno.land
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: proxy-deno
namespace: tool-deno
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/rewrite-target: /$2
nginx.ingress.kubernetes.io/upstream-vhost: cdn.deno.land
nginx.ingress.kubernetes.io/backend-protocol: https
nginx.ingress.kubernetes.io/server-snippet: |
proxy_ssl_name cdn.deno.land;
proxy_ssl_server_name on;
spec:
rules:
- host: deno.toolforge.org
http:
paths:
- backend:
serviceName: deno
servicePort: 443
path: /deno(/|$)(.*)
...
| 23.945946 | 61 | 0.676072 |
36fe960a538190213d740c3c3ea11b9807a291c2 | 379 | yaml | YAML | src/main/resources/ae-universe/[l]/[la]/LaTeX-Project-Public-License-1.1.yaml | org-metaeffekt/metaeffekt-universe | 0160458592609897597bd094a2e2be1e446ca8b6 | [
"CC-BY-4.0"
] | 7 | 2021-11-30T12:52:56.000Z | 2022-02-06T06:17:46.000Z | src/main/resources/ae-universe/[l]/[la]/LaTeX-Project-Public-License-1.1.yaml | org-metaeffekt/metaeffekt-universe | 0160458592609897597bd094a2e2be1e446ca8b6 | [
"CC-BY-4.0"
] | 2 | 2021-12-02T14:30:29.000Z | 2021-12-20T07:22:27.000Z | src/main/resources/ae-universe/[l]/[la]/LaTeX-Project-Public-License-1.1.yaml | org-metaeffekt/metaeffekt-universe | 0160458592609897597bd094a2e2be1e446ca8b6 | [
"CC-BY-4.0"
] | 2 | 2021-11-30T12:53:00.000Z | 2021-12-15T21:09:36.000Z | # Generated content
# SPDX-License-Identifier: CC-BY-4.0
# SPDX-FileCopyrightText: Copyright © metaeffekt GmbH 2022. All rights reserved.
canonicalName: "LaTeX Project Public License 1.1"
category: "LPPL"
spdxIdentifier: "LPPL-1.1"
alternativeNames:
- "LPPL 1.1"
- "LPPL-1.1"
- "LPPL Version 1.1"
- "LaTeX Project Public License 1.1"
otherIds:
- "scancode:lppl-1.1"
| 23.6875 | 80 | 0.712401 |
57872ee5f110dec94ced18b89a2d2acc6804a282 | 329 | yml | YAML | controller/etc/etcd/etcd.conf.yml | OGtrilliams/doggo | c10067c1e6e1055132ad976f1472fb5494ada14b | [
"Apache-2.0"
] | null | null | null | controller/etc/etcd/etcd.conf.yml | OGtrilliams/doggo | c10067c1e6e1055132ad976f1472fb5494ada14b | [
"Apache-2.0"
] | null | null | null | controller/etc/etcd/etcd.conf.yml | OGtrilliams/doggo | c10067c1e6e1055132ad976f1472fb5494ada14b | [
"Apache-2.0"
] | null | null | null | name: controller
data-dir: /var/lib/etcd
initial-cluster-state: 'new'
initial-cluster-token: 'etcd-cluster-01'
initial-cluster: controller=http://0.0.0.0:2380
initial-advertise-peer-urls: http://0.0.0.0:2380
advertise-client:urls: http://0.0.0.0:2379
listen-peer-urls: http://0.0.0.0:2380
listen-client-urls: http://0.0.0.0:2379
| 32.9 | 48 | 0.735562 |
acc401549026c340be28eea0fa41d190d5cf32f2 | 186 | yaml | YAML | main/monitoring/grafana/templates/grafana-secret.yaml | rogerrum/k8s-gitops | 86ae0e6a5e9f474ef3ad049c773c13370debe011 | [
"Apache-2.0"
] | 7 | 2021-12-26T01:13:04.000Z | 2022-03-23T18:14:58.000Z | main/monitoring/grafana/templates/grafana-secret.yaml | rogerrum/k8s-gitops | 86ae0e6a5e9f474ef3ad049c773c13370debe011 | [
"Apache-2.0"
] | 253 | 2021-12-21T21:41:26.000Z | 2022-03-31T15:06:15.000Z | main/monitoring/grafana/templates/grafana-secret.yaml | rogerrum/k8s-gitops | 86ae0e6a5e9f474ef3ad049c773c13370debe011 | [
"Apache-2.0"
] | 2 | 2022-01-29T05:24:01.000Z | 2022-03-08T17:29:51.000Z | apiVersion: ricoberger.de/v1alpha1
kind: VaultSecret
metadata:
name: grafana-secret
namespace: monitoring
spec:
path: secrets/main/monitoring/grafana/grafana-secret
type: Opaque
| 20.666667 | 54 | 0.795699 |
63d00ac6218f1b8a3bb0a7e00ee03eaf05560967 | 458 | yaml | YAML | challenges/CGC_Hangman_Game/poller/for-release/state-graph.yaml | pingjuiliao/cb-multios | 64ededd0b87030eda7c40c4388a4ad8283712d8e | [
"MIT"
] | 473 | 2016-08-01T12:48:16.000Z | 2022-03-09T18:13:14.000Z | challenges/CGC_Hangman_Game/poller/for-release/state-graph.yaml | pingjuiliao/cb-multios | 64ededd0b87030eda7c40c4388a4ad8283712d8e | [
"MIT"
] | 71 | 2016-08-01T03:33:44.000Z | 2022-03-09T18:37:04.000Z | challenges/CGC_Hangman_Game/poller/for-release/state-graph.yaml | pingjuiliao/cb-multios | 64ededd0b87030eda7c40c4388a4ad8283712d8e | [
"MIT"
] | 121 | 2016-08-01T04:07:53.000Z | 2022-03-07T11:08:09.000Z | ---
nodes:
- name: start
- name: good_password
- name: bad_password
- name: play_game
- name: play_again
continue: .95
- name: play_again_yes
- name: play_again_no
- name: play_again_bad_answer
edges:
- start: good_password
- start: bad_password
weight: .01
after: .1
- good_password: play_game
- play_game: play_again
- play_again: play_again_yes
- play_again: play_again_no
- play_again: play_again_bad_answer
after: .9
- play_again_yes: play_game
| 19.083333 | 35 | 0.755459 |
844a340f47773e6c9ac2e350899d8d9a2839e2b6 | 53,637 | yml | YAML | 20030219/76716.fec.yml | h4ck3rm1k3/federal-election-commission-aggregation-2003 | 26ee0c2825018743d4201a3941f16477fb57bbba | [
"Unlicense"
] | 1 | 2019-04-27T20:14:48.000Z | 2019-04-27T20:14:48.000Z | 20030219/76716.fec.yml | h4ck3rm1k3/federal-election-commission-aggregation-2003 | 26ee0c2825018743d4201a3941f16477fb57bbba | [
"Unlicense"
] | null | null | null | 20030219/76716.fec.yml | h4ck3rm1k3/federal-election-commission-aggregation-2003 | 26ee0c2825018743d4201a3941f16477fb57bbba | [
"Unlicense"
] | null | null | null | countraw: 25
countrows: 23
filename: 76716.fec
header: {}
rows:
- input: '"F3XN","C00266759","Natural Law Party of the United States","PO Box 1900","","Fairfield","IA","52556 ","
","","M2","", ,"IA",20030101,20030131,1702.53,4743.00,6445.53,4143.02,2302.51,0.00,69368.63,0.00,4728.00,4728.00,0.00,0.00,4728.00,0.00,0.00,0.00,15.00,0.00,0.00,0.00,4743.00,4743.00,0.00,0.00,4143.02,4143.02,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,4143.02,4143.02,4728.00,0.00,4728.00,4143.02,15.00,4128.02,1702.53,2003,4743.00,6445.53,4143.02,2302.51,0.00,4728.00,4728.00,0.00,0.00,4728.00,0.00,0.00,0.00,15.00,0.00,0.00,0.00,4743.00,4743.00,0.00,0.00,4143.02,4143.02,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,4143.02,4143.02,4728.00,0.00,4728.00,4143.02,15.00,4128.02,"Richard
Burmeister",20030219'
record: <fec.version.v3.F3X.Records instance at 0x1b823b0>
result:
- name: FORM TYPE
number: '1'
value: F3XN
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: COMMITTEE NAME
number: '3'
value: Natural Law Party of the United States
- name: STREET 1
number: '4'
value: PO Box 1900
- name: STREET 2
number: '5'
value: ''
- name: CITY
number: '6'
value: Fairfield
- name: STATE
number: '7'
value: IA
- name: ZIP
number: '8'
value: '52556 '
- name: CHG OF ADDRESS
number: '9'
value: ' '
- name: QUALIFIED CMTE
number: '10'
value: ''
- name: RPTCODE
number: '11'
value: M2
- name: RPTPGI
number: '12'
value: ''
- name: Of Election
number: 13-
value: ' '
- name: STATE (Of Election)
number: '14'
value: IA
- name: Coverage From
number: 15-
value: '20030101'
- name: Coverage To
number: 16-
value: '20030131'
- name: Cash on Hand beginning
number: 17-6(b)
value: '1702.53'
- name: Total Receipts
number: 18-6(c)
value: '4743.00'
- name: Subtotal
number: 19-6(d)
value: '6445.53'
- name: Total Disbursements
number: 20-7.
value: '4143.02'
- name: Cash on Hand at Close
number: 21-8.
value: '2302.51'
- name: Debts to
number: 22-9.
value: '0.00'
- name: Debts by
number: 23-10.
value: '69368.63'
- name: Itemized
number: 24-11(a)i
value: '0.00'
- name: Unitemized
number: 25-11(a)ii
value: '4728.00'
- name: Total
number: 26-11(a)iii
value: '4728.00'
- name: Political Party Committees
number: 27-11(b)
value: '0.00'
- name: Other Political Committees (PACs)
number: 28-11(c)
value: '0.00'
- name: Total Contributions
number: 29-11(d)
value: '4728.00'
- name: Transfers from Affiliated/Other Party Committees
number: 30-12.
value: '0.00'
- name: All Loans Received
number: 31-13.
value: '0.00'
- name: Loan Repayments Received
number: 32-14.
value: '0.00'
- name: Offsets to Operating Expenditures (refunds ...)
number: 33-15.
value: '15.00'
- name: Refunds of Federal Contributions
number: 34-16.
value: '0.00'
- name: Other Federal Receipts (dividends)
number: 35-17.
value: '0.00'
- name: Transfers from Nonfederal Account
number: 36-18.
value: '0.00'
- name: Total Receipts
number: 37-19.
value: '4743.00'
- name: Total Federal Receipts
number: 38-20.
value: '4743.00'
- name: Federal Share
number: 39-21(a)i
value: '0.00'
- name: Non-Federal Share
number: 40-21(a)ii
value: '0.00'
- name: Other Federal Operating Expenditures
number: 41-21(b)
value: '4143.02'
- name: Total Operating Expenditures
number: 42-21(c)
value: '4143.02'
- name: Transfers to Affiliated/Other Party Committees
number: 43-22.
value: '0.00'
- name: Contributions to Federal Candidates/Committees
number: 44-23.
value: '0.00'
- name: Independent Expenditures
number: 45-24.
value: '0.00'
- name: Coordinated Expenditures made by Party Committees
number: 46-25.
value: '0.00'
- name: Loan Repayments
number: 47-26.
value: '0.00'
- name: Loans Made
number: 48-27.
value: '0.00'
- name: Individuals/Persons
number: 49-28(a)
value: '0.00'
- name: Political Party Committees
number: 50-28(b)
value: '0.00'
- name: Other Political Committees
number: 51-28(c)
value: '0.00'
- name: Total Contributions Refunds
number: 52-28(d)
value: '0.00'
- name: Other Disbursements
number: 53-29.
value: '0.00'
- name: Total Disbursements
number: 54-30.
value: '4143.02'
- name: Total Federal Disbursements
number: 55-31.
value: '4143.02'
- name: Total Contributions
number: 56-32.
value: '4728.00'
- name: Total Contribution Refunds
number: 57-33.
value: '0.00'
- name: Net Contributions
number: 58-34.
value: '4728.00'
- name: Total Federal Operating Expenditures
number: 59-35.
value: '4143.02'
- name: Offsets to Operating Expenditures
number: 60-36.
value: '15.00'
- name: Net Operating Expenditures
number: 61-37.
value: '4128.02'
- name: Cash on Hand Jan 1, 19
number: 62-6(a)
value: '1702.53'
- name: Year for Above
number: '63'
value: '2003'
- name: Total Receipts
number: 64-6(c)
value: '4743.00'
- name: Subtotal
number: 65-6(d)
value: '6445.53'
- name: Total disbursements
number: 66-7.
value: '4143.02'
- name: Cash on Hand Close
number: 67-8.
value: '2302.51'
- name: Itemized
number: 68-11(a)i
value: '0.00'
- name: Unitemized
number: 69-11(a)ii
value: '4728.00'
- name: Total
number: 70-11(a)iii
value: '4728.00'
- name: Political Party committees
number: 71-11(b)
value: '0.00'
- name: Other Political Committees (PACs)
number: 72-11(c)
value: '0.00'
- name: Total Contributions
number: 73-11(d)
value: '4728.00'
- name: Transfers from Affiliated/Other Party Committees
number: 74-12.
value: '0.00'
- name: All Loans Received
number: 75-13.
value: '0.00'
- name: Loan Repayments Received
number: 76-14.
value: '0.00'
- name: Offsets to Operating Expenditures (refunds)
number: 77-15.
value: '15.00'
- name: Refunds of Federal Contributions
number: 78-16.
value: '0.00'
- name: Other Federal Receipts (dividends)
number: 79-17.
value: '0.00'
- name: Transfers from Nonfederal Account
number: 80-18.
value: '0.00'
- name: Total Receipts
number: 81-19.
value: '4743.00'
- name: Total Federal Receipts
number: 82-20.
value: '4743.00'
- name: Federal Share
number: 83-21(a)i
value: '0.00'
- name: Non-Federal Share
number: 84-21(a)ii
value: '0.00'
- name: Other Federal Operating Expenditures
number: 85-21(b)
value: '4143.02'
- name: Total operating Expenditures
number: 86-21(c)
value: '4143.02'
- name: Transfers to Affiliated/Other Party Committees
number: 87-22.
value: '0.00'
- name: Contributions to Federal Candidates/Committees
number: 88-23.
value: '0.00'
- name: Independent Expenditures
number: 89-24.
value: '0.00'
- name: Coordinated Expenditures made by Party Committees
number: 90-25.
value: '0.00'
- name: Loan Repayments Made
number: 91-26.
value: '0.00'
- name: Loans Made
number: 92-27.
value: '0.00'
- name: Individuals/Persons
number: 93-28(a)
value: '0.00'
- name: Political Party Committees
number: 94-28(b)
value: '0.00'
- name: Other Political Committees
number: 95-28(c)
value: '0.00'
- name: Total contributions Refunds
number: 96-28(d)
value: '0.00'
- name: Other Disbursements
number: 97-29.
value: '0.00'
- name: Total Disbursements
number: 98-30.
value: '4143.02'
- name: Total Federal Disbursements
number: 99-31.
value: '4143.02'
- name: Total Contributions
number: 100-32.
value: '4728.00'
- name: Total Contribution Refunds
number: 101-33.
value: '0.00'
- name: Net contributions
number: 102-34.
value: '4728.00'
- name: Total Federal Operating Expenditures
number: 103-35.
value: '4143.02'
- name: Offsets to Operating Expenditures
number: 104-36.
value: '15.00'
- name: Net Operating Expenditures
number: 105-37.
value: '4128.02'
- name: NAME/TREASURER (as signed)
number: '106'
value: Richard Burmeister
- name: Signed
number: 107-
value: '20030219'
- attempt:
- name: FORM TYPE
number: '1'
value: SB21b
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: ''
- name: RECIPIENT NAME
number: '4'
value: Access One
- name: STREET 1
number: '5'
value: ' Inc.'
- name: STREET 2
number: '6'
value: 125 N Halsted St
- name: CITY
number: '7'
value: ''
- name: STATE
number: '8'
value: Chicago
- name: ZIP
number: '9'
value: IL
- name: TRANS CODE
number: '10'
value: '606612101'
- name: TRANS DESCRIP
number: '11'
value: ''
- name: ITEM ELECT CD
number: '12'
value: telephone
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: ''
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '20030117'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: '201.14'
- name: FEC CANDIDATE ID NUMBER
number: '17'
value: C00266759
- 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: telephone
- name: TRAN ID
number: '31'
value: ''
- name: BACK REF TRAN ID
number: '32'
value: 0131200322E9702
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: NAT Committee NON-FED ACCT
number: '34'
value: ''
- value: ''
expected_count: 34
input: '"SB21b","C00266759","","Access One, Inc.","125 N Halsted St","","Chicago","IL","606612101","","telephone","","",20030117,201.14,"C00266759","","","","",,"","","","","","","","telephone","","0131200322E9702","","",""'
input_count: 35
record: <fec.version.v3.SB.Records instance at 0x1b82128>
result: []
- attempt:
- name: FORM TYPE
number: '1'
value: SB21b
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: IND
- name: RECIPIENT NAME
number: '4'
value: Barnard^Valerie
- name: STREET 1
number: '5'
value: 2000 N. Court
- name: STREET 2
number: '6'
value: ' #16D'
- name: CITY
number: '7'
value: ''
- name: STATE
number: '8'
value: Fairfield
- name: ZIP
number: '9'
value: IA
- name: TRANS CODE
number: '10'
value: '52556 '
- name: TRANS DESCRIP
number: '11'
value: ''
- name: ITEM ELECT CD
number: '12'
value: salary
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: ''
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '20030103'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: '1039.65'
- name: FEC CANDIDATE ID NUMBER
number: '17'
value: C00266759
- 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: salary
- name: TRAN ID
number: '31'
value: ''
- name: BACK REF TRAN ID
number: '32'
value: 0131200322E9688
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: NAT Committee NON-FED ACCT
number: '34'
value: ''
- value: ''
expected_count: 34
input: '"SB21b","C00266759","IND","Barnard^Valerie","2000 N. Court, #16D","","Fairfield","IA","52556 ","","salary","","",20030103,1039.65,"C00266759","","","","",,"","","","","","","","salary","","0131200322E9688","","",""'
input_count: 35
record: <fec.version.v3.SB.Records instance at 0x1b823b0>
result: []
- input: '"SB21b","C00266759","IND","Burmeister^Richard A.","1120 E Madison Ave","","Fairfield","IA","525563761","","salary","","",20030103,455.63,"C00266759","","","","",,"","","","","","","","salary","","0131200322E9689","","",""'
record: <fec.version.v3.SB.Records instance at 0x1b82128>
result:
- name: FORM TYPE
number: '1'
value: SB21b
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: IND
- name: RECIPIENT NAME
number: '4'
value: Burmeister^Richard A.
- name: STREET 1
number: '5'
value: 1120 E Madison Ave
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Fairfield
- name: STATE
number: '8'
value: IA
- name: ZIP
number: '9'
value: '525563761'
- name: TRANS CODE
number: '10'
value: ''
- name: TRANS DESCRIP
number: '11'
value: salary
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20030103'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '455.63'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: C00266759
- 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: salary
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: 0131200322E9689
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: NAT Committee NON-FED ACCT
number: '34'
value: ''
- input: '"SB21b","C00266759","IND","Geer^Gerald T.","1000 N 4th St Bldg 106","","Fairfield","IA","525570001","","salary","","",20030103,686.78,"C00266759","","","","",,"","","","","","","","salary","","0131200322E9690","","",""'
record: <fec.version.v3.SB.Records instance at 0x1b823b0>
result:
- name: FORM TYPE
number: '1'
value: SB21b
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: IND
- name: RECIPIENT NAME
number: '4'
value: Geer^Gerald T.
- name: STREET 1
number: '5'
value: 1000 N 4th St Bldg 106
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Fairfield
- name: STATE
number: '8'
value: IA
- name: ZIP
number: '9'
value: '525570001'
- name: TRANS CODE
number: '10'
value: ''
- name: TRANS DESCRIP
number: '11'
value: salary
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20030103'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '686.78'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: C00266759
- 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: salary
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: 0131200322E9690
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: NAT Committee NON-FED ACCT
number: '34'
value: ''
- input: '"SB21b","C00266759","","Iowa Workforce Development","1000 E Grand Ave","","Des
Moines","IA","503191007","","payroll taxes","","",20030120,544.31,"C00266759","","","","",,"","","","","","","","payroll
taxes","","021920032E9731","","",""'
record: <fec.version.v3.SB.Records instance at 0x1b85128>
result:
- name: FORM TYPE
number: '1'
value: SB21b
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: ''
- name: RECIPIENT NAME
number: '4'
value: Iowa Workforce Development
- name: STREET 1
number: '5'
value: 1000 E Grand Ave
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Des Moines
- name: STATE
number: '8'
value: IA
- name: ZIP
number: '9'
value: '503191007'
- name: TRANS CODE
number: '10'
value: ''
- name: TRANS DESCRIP
number: '11'
value: payroll taxes
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20030120'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '544.31'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: C00266759
- 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: payroll taxes
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: 021920032E9731
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: NAT Committee NON-FED ACCT
number: '34'
value: ''
- input: '"SB21b","C00266759","","Internal Revenue Service","","","Kansas City","MO","64999 ","","payroll
taxes","","",20030106,461.47,"C00266759","","","","",,"","","","","","","","payroll
taxes","","0131200322E9691","","",""'
record: <fec.version.v3.SB.Records instance at 0x1b82128>
result:
- name: FORM TYPE
number: '1'
value: SB21b
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: ''
- name: RECIPIENT NAME
number: '4'
value: Internal Revenue Service
- name: STREET 1
number: '5'
value: ''
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Kansas City
- name: STATE
number: '8'
value: MO
- name: ZIP
number: '9'
value: '64999 '
- name: TRANS CODE
number: '10'
value: ''
- name: TRANS DESCRIP
number: '11'
value: payroll taxes
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20030106'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '461.47'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: C00266759
- 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: payroll taxes
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: 0131200322E9691
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: NAT Committee NON-FED ACCT
number: '34'
value: ''
- input: '"SB21b","C00266759","","Internal Revenue Service","","","Kansas City","MO","64999 ","","payroll
taxes","","",20030127,22.81,"C00266759","","","","",,"","","","","","","","payroll
taxes","","0131200322E9705","","",""'
record: <fec.version.v3.SB.Records instance at 0x1b823b0>
result:
- name: FORM TYPE
number: '1'
value: SB21b
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: ''
- name: RECIPIENT NAME
number: '4'
value: Internal Revenue Service
- name: STREET 1
number: '5'
value: ''
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Kansas City
- name: STATE
number: '8'
value: MO
- name: ZIP
number: '9'
value: '64999 '
- name: TRANS CODE
number: '10'
value: ''
- name: TRANS DESCRIP
number: '11'
value: payroll taxes
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20030127'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '22.81'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: C00266759
- 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: payroll taxes
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: 0131200322E9705
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: NAT Committee NON-FED ACCT
number: '34'
value: ''
- input: '"SB21b","C00266759","IND","Norton^Lincoln Akin","48 Spring Valley Rd","","Morristown","NJ","079607011","","rent","","",20030117,250.00,"C00266759","","","","",,"","","","","","","","rent","","0131200322E9699","","",""'
record: <fec.version.v3.SB.Records instance at 0x1b82128>
result:
- name: FORM TYPE
number: '1'
value: SB21b
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: IND
- name: RECIPIENT NAME
number: '4'
value: Norton^Lincoln Akin
- name: STREET 1
number: '5'
value: 48 Spring Valley Rd
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Morristown
- name: STATE
number: '8'
value: NJ
- name: ZIP
number: '9'
value: 079607011
- name: TRANS CODE
number: '10'
value: ''
- name: TRANS DESCRIP
number: '11'
value: rent
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20030117'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '250.00'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: C00266759
- 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: rent
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: 0131200322E9699
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: NAT Committee NON-FED ACCT
number: '34'
value: ''
- input: '"SC/10","C00266759","","Thomas Elijah Stanley","403 Silverlakes Dr","","Fairfield","IA","52556 ","","",10000.00,1000.00,9000.00,20010105,"20010105",".0000","N","","","","","",,"","NLP0212C101"'
record: <fec.version.v3.SC.Records instance at 0x1b823b0>
result:
- name: FORM TYPE
number: '1'
value: SC/10
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: ''
- name: NAME (Loan Source)
number: '4'
value: Thomas Elijah Stanley
- name: STREET 1
number: '5'
value: 403 Silverlakes Dr
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Fairfield
- name: STATE
number: '8'
value: IA
- name: ZIP
number: '9'
value: '52556 '
- name: ELECTION
number: '10'
value: ''
- name: ELECTION DESCRIPTION
number: '11'
value: ''
- name: ORIG. AMT OF LOAN
number: '12'
value: '10000.00'
- name: PAYMENT TO DATE
number: '13'
value: '1000.00'
- name: LOAN BALANCE
number: '14'
value: '9000.00'
- name: Incurred
number: 15-
value: '20010105'
- name: DUE DATE TERMS
number: '16'
value: '20010105'
- name: PCT RATE TERMS
number: '17'
value: '.0000'
- name: SECURED YESNO
number: '18'
value: N
- name: FEC COMMITTEE ID NUMBER
number: '19'
value: ''
- 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: AMENDED CD
number: '25'
value: ''
- name: TRAN ID
number: '26'
value: NLP0212C101
- input: '"SC/10","C00266759","","Shelley L Gratzon","1930 Cherry Tree Ln","","Fairfield","IA","52556 ","","",7000.00,0.00,7000.00,19961210,"19970310",".0000","N","","","","","",,"","NLP0212C102"'
record: <fec.version.v3.SC.Records instance at 0x1b82128>
result:
- name: FORM TYPE
number: '1'
value: SC/10
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: ''
- name: NAME (Loan Source)
number: '4'
value: Shelley L Gratzon
- name: STREET 1
number: '5'
value: 1930 Cherry Tree Ln
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Fairfield
- name: STATE
number: '8'
value: IA
- name: ZIP
number: '9'
value: '52556 '
- name: ELECTION
number: '10'
value: ''
- name: ELECTION DESCRIPTION
number: '11'
value: ''
- name: ORIG. AMT OF LOAN
number: '12'
value: '7000.00'
- name: PAYMENT TO DATE
number: '13'
value: '0.00'
- name: LOAN BALANCE
number: '14'
value: '7000.00'
- name: Incurred
number: 15-
value: '19961210'
- name: DUE DATE TERMS
number: '16'
value: '19970310'
- name: PCT RATE TERMS
number: '17'
value: '.0000'
- name: SECURED YESNO
number: '18'
value: N
- name: FEC COMMITTEE ID NUMBER
number: '19'
value: ''
- 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: AMENDED CD
number: '25'
value: ''
- name: TRAN ID
number: '26'
value: NLP0212C102
- input: '"SC/10","C00266759","","Sheila E Ross","902 E Burlington Ave","","Fairfield","IA","52556 ","","",20000.00,15000.00,5000.00,19951201,"19960930",".0000","N","","","","","",,"","NLP0212C103"'
record: <fec.version.v3.SC.Records instance at 0x1b823b0>
result:
- name: FORM TYPE
number: '1'
value: SC/10
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: ''
- name: NAME (Loan Source)
number: '4'
value: Sheila E Ross
- name: STREET 1
number: '5'
value: 902 E Burlington Ave
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Fairfield
- name: STATE
number: '8'
value: IA
- name: ZIP
number: '9'
value: '52556 '
- name: ELECTION
number: '10'
value: ''
- name: ELECTION DESCRIPTION
number: '11'
value: ''
- name: ORIG. AMT OF LOAN
number: '12'
value: '20000.00'
- name: PAYMENT TO DATE
number: '13'
value: '15000.00'
- name: LOAN BALANCE
number: '14'
value: '5000.00'
- name: Incurred
number: 15-
value: '19951201'
- name: DUE DATE TERMS
number: '16'
value: '19960930'
- name: PCT RATE TERMS
number: '17'
value: '.0000'
- name: SECURED YESNO
number: '18'
value: N
- name: FEC COMMITTEE ID NUMBER
number: '19'
value: ''
- 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: AMENDED CD
number: '25'
value: ''
- name: TRAN ID
number: '26'
value: NLP0212C103
- input: '"SC/10","C00266759","","Margaret C Sharp","805 Grand Park Dr","","Fairfield","IA","52556 ","","",15000.00,0.00,15000.00,19930106,"20001115",".0000","N","","","","","",,"","NLP0212C104"'
record: <fec.version.v3.SC.Records instance at 0x1b82128>
result:
- name: FORM TYPE
number: '1'
value: SC/10
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: ''
- name: NAME (Loan Source)
number: '4'
value: Margaret C Sharp
- name: STREET 1
number: '5'
value: 805 Grand Park Dr
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Fairfield
- name: STATE
number: '8'
value: IA
- name: ZIP
number: '9'
value: '52556 '
- name: ELECTION
number: '10'
value: ''
- name: ELECTION DESCRIPTION
number: '11'
value: ''
- name: ORIG. AMT OF LOAN
number: '12'
value: '15000.00'
- name: PAYMENT TO DATE
number: '13'
value: '0.00'
- name: LOAN BALANCE
number: '14'
value: '15000.00'
- name: Incurred
number: 15-
value: '19930106'
- name: DUE DATE TERMS
number: '16'
value: '20001115'
- name: PCT RATE TERMS
number: '17'
value: '.0000'
- name: SECURED YESNO
number: '18'
value: N
- name: FEC COMMITTEE ID NUMBER
number: '19'
value: ''
- 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: AMENDED CD
number: '25'
value: ''
- name: TRAN ID
number: '26'
value: NLP0212C104
- input: '"SD10","C00266759","IND","Judith Barath-Black","280 Candy Ln","","Santa
Cruz","CA","950609673","reimb travel",2483.33,0.00,0.00,2483.33,"","","","","","","","","","","","","N","LS1207200014E8083"'
record: <fec.version.v3.SD.Records instance at 0x1b823b0>
result:
- name: FORM TYPE
number: '1'
value: SD10
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: IND
- name: NAME (Debtor/Creditor)
number: '4'
value: Judith Barath-Black
- name: STREET 1
number: '5'
value: 280 Candy Ln
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Santa Cruz
- name: STATE
number: '8'
value: CA
- name: ZIP
number: '9'
value: '950609673'
- name: NATURE/PURPOSE DEBT DESCRIPTION
number: '10'
value: reimb travel
- name: BEGINNING BALANCE
number: '11'
value: '2483.33'
- name: INCURRED THIS PERIOD
number: '12'
value: '0.00'
- name: PAYMENT THIS PERIOD
number: '13'
value: '0.00'
- name: BALANCE AT CLOSE
number: '14'
value: '2483.33'
- name: FEC COMMITTEE ID NUMBER
number: '15'
value: ''
- name: FEC CANDIDATE ID NUMBER
number: '16'
value: ''
- name: CANDIDATE NAME
number: '17'
value: ''
- name: CAN/OFFICE
number: '18'
value: ''
- name: CAN/STATE
number: '19'
value: ''
- name: CAN/DIST
number: '20'
value: ''
- name: CONDUIT NAME
number: '21'
value: ''
- name: CONDUIT STREET 1
number: '22'
value: ''
- name: CONDUIT STREET 2
number: '23'
value: ''
- name: CONDUIT CITY
number: '24'
value: ''
- name: CONDUIT STATE
number: '25'
value: ''
- name: CONDUIT ZIP
number: '26'
value: ''
- name: AMENDED CD
number: '27'
value: N
- name: TRAN ID
number: '28'
value: LS1207200014E8083
- input: '"SD10","C00266759","IND","Lawrence S. Geeslin","639 Whispering Hills Rd
Ste 316","","Boone","NC","286075559","fundraising commission",1331.77,0.00,0.00,1331.77,"","","","","","","","","","","","","N","LS0620200035E5197"'
record: <fec.version.v3.SD.Records instance at 0x1b857e8>
result:
- name: FORM TYPE
number: '1'
value: SD10
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: IND
- name: NAME (Debtor/Creditor)
number: '4'
value: Lawrence S. Geeslin
- name: STREET 1
number: '5'
value: 639 Whispering Hills Rd Ste 316
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Boone
- name: STATE
number: '8'
value: NC
- name: ZIP
number: '9'
value: '286075559'
- name: NATURE/PURPOSE DEBT DESCRIPTION
number: '10'
value: fundraising commission
- name: BEGINNING BALANCE
number: '11'
value: '1331.77'
- name: INCURRED THIS PERIOD
number: '12'
value: '0.00'
- name: PAYMENT THIS PERIOD
number: '13'
value: '0.00'
- name: BALANCE AT CLOSE
number: '14'
value: '1331.77'
- name: FEC COMMITTEE ID NUMBER
number: '15'
value: ''
- name: FEC CANDIDATE ID NUMBER
number: '16'
value: ''
- name: CANDIDATE NAME
number: '17'
value: ''
- name: CAN/OFFICE
number: '18'
value: ''
- name: CAN/STATE
number: '19'
value: ''
- name: CAN/DIST
number: '20'
value: ''
- name: CONDUIT NAME
number: '21'
value: ''
- name: CONDUIT STREET 1
number: '22'
value: ''
- name: CONDUIT STREET 2
number: '23'
value: ''
- name: CONDUIT CITY
number: '24'
value: ''
- name: CONDUIT STATE
number: '25'
value: ''
- name: CONDUIT ZIP
number: '26'
value: ''
- name: AMENDED CD
number: '27'
value: N
- name: TRAN ID
number: '28'
value: LS0620200035E5197
- input: '"SD10","C00266759","","George C. Harris","332 S 1400 E Frnt","University
Of Utah College Of Law ","Salt Lake City","UT","841120300","legal services",1000.00,0.00,0.00,1000.00,"","","","","","","","","","","","","N","LS1207200014E8086"'
record: <fec.version.v3.SD.Records instance at 0x1b823b0>
result:
- name: FORM TYPE
number: '1'
value: SD10
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: ''
- name: NAME (Debtor/Creditor)
number: '4'
value: George C. Harris
- name: STREET 1
number: '5'
value: 332 S 1400 E Frnt
- name: STREET 2
number: '6'
value: 'University Of Utah College Of Law '
- name: CITY
number: '7'
value: Salt Lake City
- name: STATE
number: '8'
value: UT
- name: ZIP
number: '9'
value: '841120300'
- name: NATURE/PURPOSE DEBT DESCRIPTION
number: '10'
value: legal services
- name: BEGINNING BALANCE
number: '11'
value: '1000.00'
- name: INCURRED THIS PERIOD
number: '12'
value: '0.00'
- name: PAYMENT THIS PERIOD
number: '13'
value: '0.00'
- name: BALANCE AT CLOSE
number: '14'
value: '1000.00'
- name: FEC COMMITTEE ID NUMBER
number: '15'
value: ''
- name: FEC CANDIDATE ID NUMBER
number: '16'
value: ''
- name: CANDIDATE NAME
number: '17'
value: ''
- name: CAN/OFFICE
number: '18'
value: ''
- name: CAN/STATE
number: '19'
value: ''
- name: CAN/DIST
number: '20'
value: ''
- name: CONDUIT NAME
number: '21'
value: ''
- name: CONDUIT STREET 1
number: '22'
value: ''
- name: CONDUIT STREET 2
number: '23'
value: ''
- name: CONDUIT CITY
number: '24'
value: ''
- name: CONDUIT STATE
number: '25'
value: ''
- name: CONDUIT ZIP
number: '26'
value: ''
- name: AMENDED CD
number: '27'
value: N
- name: TRAN ID
number: '28'
value: LS1207200014E8086
- input: '"SD10","C00266759","","Maharishi University of Management Pre","1000 N 4th
St","MUM DB-1098 ","Fairfield","IA","525570001","printing",16525.00,0.00,0.00,16525.00,"","","","","","","","","","","","","N","LS072520003E5918"'
record: <fec.version.v3.SD.Records instance at 0x1b857e8>
result:
- name: FORM TYPE
number: '1'
value: SD10
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: ''
- name: NAME (Debtor/Creditor)
number: '4'
value: Maharishi University of Management Pre
- name: STREET 1
number: '5'
value: 1000 N 4th St
- name: STREET 2
number: '6'
value: 'MUM DB-1098 '
- name: CITY
number: '7'
value: Fairfield
- name: STATE
number: '8'
value: IA
- name: ZIP
number: '9'
value: '525570001'
- name: NATURE/PURPOSE DEBT DESCRIPTION
number: '10'
value: printing
- name: BEGINNING BALANCE
number: '11'
value: '16525.00'
- name: INCURRED THIS PERIOD
number: '12'
value: '0.00'
- name: PAYMENT THIS PERIOD
number: '13'
value: '0.00'
- name: BALANCE AT CLOSE
number: '14'
value: '16525.00'
- name: FEC COMMITTEE ID NUMBER
number: '15'
value: ''
- name: FEC CANDIDATE ID NUMBER
number: '16'
value: ''
- name: CANDIDATE NAME
number: '17'
value: ''
- name: CAN/OFFICE
number: '18'
value: ''
- name: CAN/STATE
number: '19'
value: ''
- name: CAN/DIST
number: '20'
value: ''
- name: CONDUIT NAME
number: '21'
value: ''
- name: CONDUIT STREET 1
number: '22'
value: ''
- name: CONDUIT STREET 2
number: '23'
value: ''
- name: CONDUIT CITY
number: '24'
value: ''
- name: CONDUIT STATE
number: '25'
value: ''
- name: CONDUIT ZIP
number: '26'
value: ''
- name: AMENDED CD
number: '27'
value: N
- name: TRAN ID
number: '28'
value: LS072520003E5918
- attempt:
- name: FORM TYPE
number: '1'
value: SD10
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: ''
- name: NAME (Debtor/Creditor)
number: '4'
value: Porter
- name: STREET 1
number: '5'
value: ' Wright'
- name: STREET 2
number: '6'
value: ' Morris'
- name: CITY
number: '7'
value: ' & Arthur'
- name: STATE
number: '8'
value: 1667 K St NW Ste 1100
- name: ZIP
number: '9'
value: ''
- name: NATURE/PURPOSE DEBT DESCRIPTION
number: '10'
value: Washington
- name: BEGINNING BALANCE
number: '11'
value: DC
- name: INCURRED THIS PERIOD
number: '12'
value: '200061660'
- name: PAYMENT THIS PERIOD
number: '13'
value: legal costs
- name: BALANCE AT CLOSE
number: '14'
value: '2573.60'
- name: FEC COMMITTEE ID NUMBER
number: '15'
value: '0.00'
- name: FEC CANDIDATE ID NUMBER
number: '16'
value: '0.00'
- name: CANDIDATE NAME
number: '17'
value: '2573.60'
- name: CAN/OFFICE
number: '18'
value: ''
- name: CAN/STATE
number: '19'
value: ''
- name: CAN/DIST
number: '20'
value: ''
- name: CONDUIT NAME
number: '21'
value: ''
- name: CONDUIT STREET 1
number: '22'
value: ''
- name: CONDUIT STREET 2
number: '23'
value: ''
- name: CONDUIT CITY
number: '24'
value: ''
- name: CONDUIT STATE
number: '25'
value: ''
- name: CONDUIT ZIP
number: '26'
value: ''
- name: AMENDED CD
number: '27'
value: ''
- name: TRAN ID
number: '28'
value: ''
- value: ''
- value: N
- value: LS082920019E8901
expected_count: 28
input: '"SD10","C00266759","","Porter, Wright, Morris, & Arthur","1667 K St NW Ste
1100","","Washington","DC","200061660","legal costs",2573.60,0.00,0.00,2573.60,"","","","","","","","","","","","","N","LS082920019E8901"'
input_count: 31
record: <fec.version.v3.SD.Records instance at 0x1b823b0>
result: []
- input: '"SD10","C00266759","IND","Gary Sinawski","250 W 57th St Ste 317","","New
York","NY","101070399","legal services",3128.65,0.00,0.00,3128.65,"","","","","","","","","","","","","N","LS1207200014E8089"'
record: <fec.version.v3.SD.Records instance at 0x1b857e8>
result:
- name: FORM TYPE
number: '1'
value: SD10
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: IND
- name: NAME (Debtor/Creditor)
number: '4'
value: Gary Sinawski
- name: STREET 1
number: '5'
value: 250 W 57th St Ste 317
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: New York
- name: STATE
number: '8'
value: NY
- name: ZIP
number: '9'
value: '101070399'
- name: NATURE/PURPOSE DEBT DESCRIPTION
number: '10'
value: legal services
- name: BEGINNING BALANCE
number: '11'
value: '3128.65'
- name: INCURRED THIS PERIOD
number: '12'
value: '0.00'
- name: PAYMENT THIS PERIOD
number: '13'
value: '0.00'
- name: BALANCE AT CLOSE
number: '14'
value: '3128.65'
- name: FEC COMMITTEE ID NUMBER
number: '15'
value: ''
- name: FEC CANDIDATE ID NUMBER
number: '16'
value: ''
- name: CANDIDATE NAME
number: '17'
value: ''
- name: CAN/OFFICE
number: '18'
value: ''
- name: CAN/STATE
number: '19'
value: ''
- name: CAN/DIST
number: '20'
value: ''
- name: CONDUIT NAME
number: '21'
value: ''
- name: CONDUIT STREET 1
number: '22'
value: ''
- name: CONDUIT STREET 2
number: '23'
value: ''
- name: CONDUIT CITY
number: '24'
value: ''
- name: CONDUIT STATE
number: '25'
value: ''
- name: CONDUIT ZIP
number: '26'
value: ''
- name: AMENDED CD
number: '27'
value: N
- name: TRAN ID
number: '28'
value: LS1207200014E8089
- input: '"SD10","C00266759","IND","Jana Brynne Sissom","3500 Gentry Rd","","Irving","TX","750624505","signature
gathering",1005.00,0.00,0.00,1005.00,"","","","","","","","","","","","","N","LS1207200014E8090"'
record: <fec.version.v3.SD.Records instance at 0x1b823b0>
result:
- name: FORM TYPE
number: '1'
value: SD10
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: IND
- name: NAME (Debtor/Creditor)
number: '4'
value: Jana Brynne Sissom
- name: STREET 1
number: '5'
value: 3500 Gentry Rd
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Irving
- name: STATE
number: '8'
value: TX
- name: ZIP
number: '9'
value: '750624505'
- name: NATURE/PURPOSE DEBT DESCRIPTION
number: '10'
value: signature gathering
- name: BEGINNING BALANCE
number: '11'
value: '1005.00'
- name: INCURRED THIS PERIOD
number: '12'
value: '0.00'
- name: PAYMENT THIS PERIOD
number: '13'
value: '0.00'
- name: BALANCE AT CLOSE
number: '14'
value: '1005.00'
- name: FEC COMMITTEE ID NUMBER
number: '15'
value: ''
- name: FEC CANDIDATE ID NUMBER
number: '16'
value: ''
- name: CANDIDATE NAME
number: '17'
value: ''
- name: CAN/OFFICE
number: '18'
value: ''
- name: CAN/STATE
number: '19'
value: ''
- name: CAN/DIST
number: '20'
value: ''
- name: CONDUIT NAME
number: '21'
value: ''
- name: CONDUIT STREET 1
number: '22'
value: ''
- name: CONDUIT STREET 2
number: '23'
value: ''
- name: CONDUIT CITY
number: '24'
value: ''
- name: CONDUIT STATE
number: '25'
value: ''
- name: CONDUIT ZIP
number: '26'
value: ''
- name: AMENDED CD
number: '27'
value: N
- name: TRAN ID
number: '28'
value: LS1207200014E8090
- input: '"SD10","C00266759","IND","Kenneth R. Woodward","204 Wilson Blvd","","Fairfield","IA","525562014","computer
consulting",1120.00,0.00,0.00,1120.00,"","","","","","","","","","","","","N","LS1015200212E9589"'
record: <fec.version.v3.SD.Records instance at 0x1b857e8>
result:
- name: FORM TYPE
number: '1'
value: SD10
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: IND
- name: NAME (Debtor/Creditor)
number: '4'
value: Kenneth R. Woodward
- name: STREET 1
number: '5'
value: 204 Wilson Blvd
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Fairfield
- name: STATE
number: '8'
value: IA
- name: ZIP
number: '9'
value: '525562014'
- name: NATURE/PURPOSE DEBT DESCRIPTION
number: '10'
value: computer consulting
- name: BEGINNING BALANCE
number: '11'
value: '1120.00'
- name: INCURRED THIS PERIOD
number: '12'
value: '0.00'
- name: PAYMENT THIS PERIOD
number: '13'
value: '0.00'
- name: BALANCE AT CLOSE
number: '14'
value: '1120.00'
- name: FEC COMMITTEE ID NUMBER
number: '15'
value: ''
- name: FEC CANDIDATE ID NUMBER
number: '16'
value: ''
- name: CANDIDATE NAME
number: '17'
value: ''
- name: CAN/OFFICE
number: '18'
value: ''
- name: CAN/STATE
number: '19'
value: ''
- name: CAN/DIST
number: '20'
value: ''
- name: CONDUIT NAME
number: '21'
value: ''
- name: CONDUIT STREET 1
number: '22'
value: ''
- name: CONDUIT STREET 2
number: '23'
value: ''
- name: CONDUIT CITY
number: '24'
value: ''
- name: CONDUIT STATE
number: '25'
value: ''
- name: CONDUIT ZIP
number: '26'
value: ''
- name: AMENDED CD
number: '27'
value: N
- name: TRAN ID
number: '28'
value: LS1015200212E9589
- attempt:
- name: FORM TYPE
number: '1'
value: SD10
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: ''
- name: NAME (Debtor/Creditor)
number: '4'
value: Data Preparation
- name: STREET 1
number: '5'
value: ' Inc.'
- name: STREET 2
number: '6'
value: 5415 Maple Avenue
- name: CITY
number: '7'
value: ' Suite 202'
- name: STATE
number: '8'
value: ''
- name: ZIP
number: '9'
value: Dallas
- name: NATURE/PURPOSE DEBT DESCRIPTION
number: '10'
value: TX
- name: BEGINNING BALANCE
number: '11'
value: '75235 '
- name: INCURRED THIS PERIOD
number: '12'
value: direct mail service
- name: PAYMENT THIS PERIOD
number: '13'
value: '1270.70'
- name: BALANCE AT CLOSE
number: '14'
value: '0.00'
- name: FEC COMMITTEE ID NUMBER
number: '15'
value: '0.00'
- name: FEC CANDIDATE ID NUMBER
number: '16'
value: '1270.70'
- name: CANDIDATE NAME
number: '17'
value: ''
- name: CAN/OFFICE
number: '18'
value: ''
- name: CAN/STATE
number: '19'
value: ''
- name: CAN/DIST
number: '20'
value: ''
- name: CONDUIT NAME
number: '21'
value: ''
- name: CONDUIT STREET 1
number: '22'
value: ''
- name: CONDUIT STREET 2
number: '23'
value: ''
- name: CONDUIT CITY
number: '24'
value: ''
- name: CONDUIT STATE
number: '25'
value: ''
- name: CONDUIT ZIP
number: '26'
value: ''
- name: AMENDED CD
number: '27'
value: ''
- name: TRAN ID
number: '28'
value: ''
- value: N
- value: LS1207200014E8084
expected_count: 28
input: '"SD10","C00266759","","Data Preparation, Inc.","5415 Maple Avenue, Suite
202","","Dallas","TX","75235 ","direct mail service",1270.70,0.00,0.00,1270.70,"","","","","","","","","","","","","N","LS1207200014E8084"'
input_count: 30
record: <fec.version.v3.SD.Records instance at 0x1b823b0>
result: []
- input: '"SD10","C00266759","IND","James E. Keersemaker","12723 Avon Rd","","Sainte
Genevieve","MO","636709007","signature gathering",2930.58,0.00,0.00,2930.58,"","","","","","","","","","","","","","LS0128200254E9220"'
record: <fec.version.v3.SD.Records instance at 0x1b857e8>
result:
- name: FORM TYPE
number: '1'
value: SD10
- name: FILER FEC CMTE ID
number: '2'
value: C00266759
- name: ENTITY TYPE
number: '3'
value: IND
- name: NAME (Debtor/Creditor)
number: '4'
value: James E. Keersemaker
- name: STREET 1
number: '5'
value: 12723 Avon Rd
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Sainte Genevieve
- name: STATE
number: '8'
value: MO
- name: ZIP
number: '9'
value: '636709007'
- name: NATURE/PURPOSE DEBT DESCRIPTION
number: '10'
value: signature gathering
- name: BEGINNING BALANCE
number: '11'
value: '2930.58'
- name: INCURRED THIS PERIOD
number: '12'
value: '0.00'
- name: PAYMENT THIS PERIOD
number: '13'
value: '0.00'
- name: BALANCE AT CLOSE
number: '14'
value: '2930.58'
- name: FEC COMMITTEE ID NUMBER
number: '15'
value: ''
- name: FEC CANDIDATE ID NUMBER
number: '16'
value: ''
- name: CANDIDATE NAME
number: '17'
value: ''
- name: CAN/OFFICE
number: '18'
value: ''
- name: CAN/STATE
number: '19'
value: ''
- name: CAN/DIST
number: '20'
value: ''
- name: CONDUIT NAME
number: '21'
value: ''
- name: CONDUIT STREET 1
number: '22'
value: ''
- name: CONDUIT STREET 2
number: '23'
value: ''
- name: CONDUIT CITY
number: '24'
value: ''
- name: CONDUIT STATE
number: '25'
value: ''
- name: CONDUIT ZIP
number: '26'
value: ''
- name: AMENDED CD
number: '27'
value: ''
- name: TRAN ID
number: '28'
value: LS0128200254E9220
sourceurl: !!python/unicode 20030219
type: single
| 22.320849 | 618 | 0.565785 |
12e23c702c29bd05b90b8f56855f0c61e320e258 | 297 | yml | YAML | roles/kubernetes/worker/tasks/main.yml | j-griffith/kube-deploy | ab7c6934878ace6fb1d82d9354583f7b0db096e2 | [
"Apache-2.0"
] | 2 | 2020-03-12T12:31:37.000Z | 2022-03-06T23:28:50.000Z | roles/kubernetes/worker/tasks/main.yml | j-griffith/kube-deploy | ab7c6934878ace6fb1d82d9354583f7b0db096e2 | [
"Apache-2.0"
] | null | null | null | roles/kubernetes/worker/tasks/main.yml | j-griffith/kube-deploy | ab7c6934878ace6fb1d82d9354583f7b0db096e2 | [
"Apache-2.0"
] | null | null | null | - name: Copy the join command to remote host
copy: src=/tmp/join_command.sh dest=/tmp/join-command.sh mode=0777
become: true
- name: Reset kubeadm just to be safe
command: kubeadm reset -f
become: true
- name: Join the node to k8s cluster
command: sh /tmp/join-command.sh
become: true
| 29.7 | 68 | 0.727273 |
593ee949079de30497a32689d3aa081348ef96d2 | 1,177 | yml | YAML | static/admin/config.yml | rakeshtembhurne/gatsby-casper-two | fd9c70eb56f38372c22bb4cc5179d3604ae6542d | [
"MIT"
] | null | null | null | static/admin/config.yml | rakeshtembhurne/gatsby-casper-two | fd9c70eb56f38372c22bb4cc5179d3604ae6542d | [
"MIT"
] | null | null | null | static/admin/config.yml | rakeshtembhurne/gatsby-casper-two | fd9c70eb56f38372c22bb4cc5179d3604ae6542d | [
"MIT"
] | null | null | null | backend:
name: git-gateway
repo: rakeshtembhurne/gatsby-casper-two #replace with your username/repo
branch: master
publish_mode: editorial_workflow
media_folder: "/img"
# media_folder: static/img
public_folder: "img"
collections:
- name: blog
label: Blog
folder: src/content
create: true
slug: "{{slug}}"
fields:
- { name: title, label: Title }
- { name: image, label: image, widget: image }
- { name: author, label: author }
- { name: slug, label: slug }
- { name: date, label: Date, widget: date }
- { name: date_updated, label: date_updated, widget: date }
- { name: tags, label: tags, widget: "hidden" }
- { label: Draft, name: draft, widget: boolean, default: true}
- { name: body, label: Body, widget: markdown }
- name: "pages"
label: "Pages"
files:
- file: "src/pages/about/index.md"
label: "About"
name: "about"
fields:
- {label: "Template Key", name: "templateKey", widget: "hidden", default: "about-page"}
- {label: "Title", name: "title", widget: "string"}
- {label: "Body", name: "body", widget: "markdown"}
| 30.179487 | 97 | 0.593033 |
b070789bb8486117ad9e6d9ddde6171b7e7f2a3d | 112 | yml | YAML | .travis.yml | aleak/apartment | 363d138116d2e99cc65ad14c335bd16da29aa7ed | [
"MIT"
] | null | null | null | .travis.yml | aleak/apartment | 363d138116d2e99cc65ad14c335bd16da29aa7ed | [
"MIT"
] | 2 | 2017-11-21T23:41:09.000Z | 2018-09-21T00:32:19.000Z | .travis.yml | aleak/apartment | 363d138116d2e99cc65ad14c335bd16da29aa7ed | [
"MIT"
] | 1 | 2017-01-27T00:45:23.000Z | 2017-01-27T00:45:23.000Z | language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-19mode-1.7.4
bundler_args: --without local --verbose | 16 | 39 | 0.616071 |
b3daace9f94dce89e22cb80da32937332cfc779c | 2,957 | yaml | YAML | members/W000797.yaml | jonocodes/contact-congress | 2372cb202c13380d72c4dcf8e7f1689682824264 | [
"CC0-1.0"
] | 1 | 2018-04-23T11:52:53.000Z | 2018-04-23T11:52:53.000Z | members/W000797.yaml | bigjust/contact-congress | e9b15c5b9ed544f26bcdb0fa3d4063c5d0575a4b | [
"CC0-1.0"
] | null | null | null | members/W000797.yaml | bigjust/contact-congress | e9b15c5b9ed544f26bcdb0fa3d4063c5d0575a4b | [
"CC0-1.0"
] | null | null | null | bioguide: W000797
contact_form:
method: post
action: "https://wassermanschultz.house.gov//htbin/formproc_za.pl?/wassermanschultz/zip-auth.txt&form=/wassermanschultz/contact/email-me-zip-authenticated.shtml&nobase"
steps:
- visit: "http://wassermanschultz.house.gov/contact/email-me.shtml"
- fill_in:
- name: zip5
selector: "#zip5"
value: $ADDRESS_ZIP5
required: true
- name: zip4
selector: "#zip4"
value: $ADDRESS_ZIP4
required: true
- click_on:
- value: Go To Next Step
selector: "#Submit"
- find:
- selector: "form.validate.wsbform[name='contactForm']"
- fill_in:
- name: required-prefix
selector: "#required-prefix"
value: $NAME_PREFIX
required: true
- name: required-first
selector: "#required-first"
value: $NAME_FIRST
required: true
- name: required-last
selector: "#required-last"
value: $NAME_LAST
required: true
- name: required-address
selector: "#required-address"
value: $ADDRESS_STREET
required: true
- name: address2
selector: "#address2"
value: $ADDRESS_STREET_2
required: false
- name: required-city
selector: "#required-city"
value: $ADDRESS_CITY
required: true
- name: required-valid-email
selector: "#required-valid-email"
value: $EMAIL
required: true
- name: required-phone
selector: "#required-phone"
value: $PHONE
required: true
- name: required-message
selector: "#required-message"
value: $MESSAGE
required: true
- select:
- name: required-issue
selector: "#required-issue"
value: $TOPIC
required: true
options:
Agriculture: AG
Animal Welfare: AN
Arts: ART
Budget: BUD
Consumer Protection: CP
Defense and Military: DEF
Economy/Jobs: ECON
Education: ED
Energy: EN
Environment: ENV
Foreign Affairs: FR
Gun Laws: GL
Help with a Federal Agency: CW
Health Care: HC
Housing: HUD
Hurricanes/FEMA: FEMA-HURR
Immigration: IM
Israel: ISR
Judiciary/Civil Rights: JUD
Labor: LAB
LGBT: LGBT
Seniors/Social Security/Medicare: SN
Taxes: TAX
Technology/Telecom: TECH
Veterans: VET
"Women's Issues": WOM
Other: OT
- click_on:
- value: Send Email
selector: "#submit"
success:
headers:
status: 200
body:
contains: "The following information has been submitted:"
| 29.868687 | 170 | 0.536016 |
2b1a7874a9f3ada25b53db672569fb796c27509f | 935 | yml | YAML | src/Foundation/Macaw/serialization/AMP/Templates/AMP/Blog Page/__Standard Values.yml | GaryWenneker/Gary.Sitecore.AMP | 3e2156e93ca578784919ed84b4e6676490f3d3ef | [
"Apache-2.0"
] | 2 | 2018-10-31T08:15:34.000Z | 2019-01-08T15:50:21.000Z | src/Foundation/Macaw/serialization/AMP/Templates/AMP/Blog Page/__Standard Values.yml | GaryWenneker/Gary.Sitecore.AMP | 3e2156e93ca578784919ed84b4e6676490f3d3ef | [
"Apache-2.0"
] | null | null | null | src/Foundation/Macaw/serialization/AMP/Templates/AMP/Blog Page/__Standard Values.yml | GaryWenneker/Gary.Sitecore.AMP | 3e2156e93ca578784919ed84b4e6676490f3d3ef | [
"Apache-2.0"
] | null | null | null | ---
ID: "3689cea0-56f8-41c7-9c33-5d0f734560fd"
Parent: "23782417-dd24-412d-a203-3013390e8390"
Template: "23782417-dd24-412d-a203-3013390e8390"
Path: /sitecore/templates/Projects/AMP/Blog Page/__Standard Values
DB: master
SharedFields:
- ID: "06d5295c-ed2f-4a54-9bf2-26228d113318"
Hint: __Icon
Value: Applications/32x32/text_rich_colored.png
Languages:
- Language: en
Versions:
- Version: 1
Fields:
- ID: "04bf00db-f5fb-41f7-8ab7-22408372a981"
Hint: __Final Renderings
Type: Layout
Value: |
<r xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<d
id="{FE5D7FDF-89C0-4D99-9AA3-B5FBD009C9F3}"
l="{5CE9E7CC-FC7B-4526-BE82-12461637EF69}" />
</r>
- ID: "25bed78c-4957-4165-998a-ca1b52f67497"
Hint: __Created
Value: 20180227T100603Z
- ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f"
Hint: __Created by
Value: |
sitecore\admin
| 29.21875 | 66 | 0.66631 |
d670a3730332fa20db0e59d34b82dfd361d1b0b1 | 991 | yml | YAML | legacy/docs-ref-autogen/com.microsoft.azure.management.sql.TargetDatabaseEditions.DATA_WAREHOUSE.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 5 | 2021-08-20T15:24:19.000Z | 2022-02-20T17:06:14.000Z | legacy/docs-ref-autogen/com.microsoft.azure.management.sql.TargetDatabaseEditions.DATA_WAREHOUSE.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | legacy/docs-ref-autogen/com.microsoft.azure.management.sql.TargetDatabaseEditions.DATA_WAREHOUSE.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-08-20T15:24:21.000Z | 2021-08-20T15:24:21.000Z | ### YamlMime:JavaMember
nameWithType: TargetDatabaseEditions.DATA_WAREHOUSE
type: field
members:
- fullName: com.microsoft.azure.management.sql.TargetDatabaseEditions.DATA_WAREHOUSE
name: DATA_WAREHOUSE
nameWithType: TargetDatabaseEditions.DATA_WAREHOUSE
returns:
type: final <xref href="com.microsoft.azure.management.sql.TargetDatabaseEditions?alt=com.microsoft.azure.management.sql.TargetDatabaseEditions&text=TargetDatabaseEditions" data-throw-if-not-resolved="False"/>
summary: <p>Static value DataWarehouse for TargetDatabaseEditions. </p>
syntax: public static final TargetDatabaseEditions DATA_WAREHOUSE= new TargetDatabaseEditions("DataWarehouse")
uid: com.microsoft.azure.management.sql.TargetDatabaseEditions.DATA_WAREHOUSE
uid: com.microsoft.azure.management.sql.TargetDatabaseEditions.DATA_WAREHOUSE*
fullName: com.microsoft.azure.management.sql.TargetDatabaseEditions.DATA_WAREHOUSE
name: DATA_WAREHOUSE
package: com.microsoft.azure.management.sql
metadata: {}
| 55.055556 | 213 | 0.843592 |
9d3d11bba60a3afb19239a55bcaf0ce29d35309f | 186 | yml | YAML | micro-core/src/test/resources/application-test.yml | luutqf/sample-boot-micro | 0f888fed91cb02fc333ff1a8d8775090806518ff | [
"MIT"
] | 113 | 2015-08-26T11:58:48.000Z | 2022-03-27T00:15:22.000Z | micro-core/src/test/resources/application-test.yml | WeiyangGao/sample-boot-micro | ac6170646f9441f39092bbf939949b92cdd52db1 | [
"MIT"
] | 5 | 2015-09-01T02:43:45.000Z | 2017-08-17T08:16:27.000Z | micro-core/src/test/resources/application-test.yml | WeiyangGao/sample-boot-micro | ac6170646f9441f39092bbf939949b92cdd52db1 | [
"MIT"
] | 44 | 2015-11-11T01:37:23.000Z | 2022-03-27T14:50:49.000Z | ---
spring:
profiles: test
logging.config: classpath:logback.xml
extension:
datasource:
default.jpa.show-sql: true
system.jpa.show-sql: true
security.auth.enabled: false
| 15.5 | 37 | 0.72043 |
e7a1637e5111473a08db4b99b867ccc1a3a27d39 | 455 | yml | YAML | molecule/default/molecule.yml | michaeloa/ansible-role-artifactory | 72cc86c0e12ebc2610372dabfc44912e3d619812 | [
"Apache-2.0"
] | null | null | null | molecule/default/molecule.yml | michaeloa/ansible-role-artifactory | 72cc86c0e12ebc2610372dabfc44912e3d619812 | [
"Apache-2.0"
] | null | null | null | molecule/default/molecule.yml | michaeloa/ansible-role-artifactory | 72cc86c0e12ebc2610372dabfc44912e3d619812 | [
"Apache-2.0"
] | null | null | null | ---
dependency:
name: galaxy
options:
role-file: requirements.yml
lint:
name: yamllint
driver:
name: docker
platforms:
- name: "${image:-default}-${TOX_ENVNAME:-default}"
image: "${namespace}${image:-docker-fedora-systemd}:${tag:-latest}"
command: sh -c "while true ; do sleep 30 ; done"
pre_build_image: yes
provisioner:
name: ansible
playbooks:
prepare: prepare.yml
converge: playbook.yml
scenario:
name: default
| 20.681818 | 71 | 0.676923 |
4ef4d835c40963b29b9cdb923e3c5d4991e466ab | 160 | yml | YAML | roles/domainname/tasks/main.yml | GovStackWorkingGroup/IM_Demo_InstallingScripts | f73ec9d2038bc84ced13aff58411576986a6aa12 | [
"MIT"
] | 2 | 2022-02-08T11:35:01.000Z | 2022-03-11T12:57:55.000Z | roles/domainname/tasks/main.yml | mcarlson/IM_Demo_InstallingScripts | f91a406005a7d82c685f069d1c71b37841f7492f | [
"MIT"
] | 1 | 2022-02-14T10:50:29.000Z | 2022-02-14T10:50:29.000Z | roles/domainname/tasks/main.yml | mcarlson/IM_Demo_InstallingScripts | f91a406005a7d82c685f069d1c71b37841f7492f | [
"MIT"
] | 1 | 2022-02-01T10:42:21.000Z | 2022-02-01T10:42:21.000Z | ---
- name: Insert domain name
replace:
path: /etc/hosts
regexp: (\s){{ inventory_hostname_short }}([ \t])
replace: \1{{ inventory_hostname }}\2
| 20 | 53 | 0.6125 |
f63ee2bf9f8fbe990328018f1775ceb3b7ad243a | 169 | yml | YAML | recipes/opentdf-client/all/conandata.yml | fdefelici/conan-center-index | 53fc5a73eb9b6f0cdf2cfdfb7541222dfebfb404 | [
"MIT"
] | null | null | null | recipes/opentdf-client/all/conandata.yml | fdefelici/conan-center-index | 53fc5a73eb9b6f0cdf2cfdfb7541222dfebfb404 | [
"MIT"
] | null | null | null | recipes/opentdf-client/all/conandata.yml | fdefelici/conan-center-index | 53fc5a73eb9b6f0cdf2cfdfb7541222dfebfb404 | [
"MIT"
] | null | null | null | sources:
"0.6.1":
url: "https://github.com/opentdf/client-cpp/archive/0.6.1.tar.gz"
sha256: "4f4017efad3ef013822c92673f89fcef7f6553f5c78cee930e382a09adad0f23"
| 33.8 | 78 | 0.757396 |
d47e3eee9cd68685536085a4033d2e6d129b3b19 | 1,134 | yaml | YAML | stable/fdi-dotstatsuite/templates/hpa/fdistableckan.yaml | menmarc/charts | 1d00cfd9e21a2baed90b504b6ae0ca656c874330 | [
"MIT"
] | null | null | null | stable/fdi-dotstatsuite/templates/hpa/fdistableckan.yaml | menmarc/charts | 1d00cfd9e21a2baed90b504b6ae0ca656c874330 | [
"MIT"
] | 1 | 2021-06-24T02:26:34.000Z | 2021-06-25T12:49:33.000Z | stable/fdi-dotstatsuite/templates/hpa/fdistableckan.yaml | menmarc/charts | 1d00cfd9e21a2baed90b504b6ae0ca656c874330 | [
"MIT"
] | null | null | null | {{- if .Values.fdiStableCcei.enabled -}}
{{- if .Values.fdiStableCcei.autoscaling.enabled }}
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "fdi-dotstatsuite.fullname" . }}-fdi-stable-ccei
labels:
{{- include "fdi-dotstatsuite.labels" . | nindent 4 }}-fdi-stable-ccei
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: {{ include "fdi-dotstatsuite.fullname" . }}-fdi-stable-ccei
minReplicas: {{ .Values.fdiStableCcei.autoscaling.minReplicas }}
maxReplicas: {{ .Values.fdiStableCcei.autoscaling.maxReplicas }}
metrics:
{{- if .Values.fdiStableCcei.autoscaling.targetCPUUtilizationPercentage }}
- type: Resource
resource:
name: cpu
targetAverageUtilization: {{ .Values.fdiStableCcei.autoscaling.targetCPUUtilizationPercentage }}
{{- end }}
{{- if .Values.fdiStableCcei.autoscaling.targetMemoryUtilizationPercentage }}
- type: Resource
resource:
name: memory
targetAverageUtilization: {{ .Values.fdiStableCcei.autoscaling.targetMemoryUtilizationPercentage }}
{{- end }}
{{- end }}
{{- end -}}
| 36.580645 | 107 | 0.709877 |
8a706c4563ba1e0c0c21ef20834d5253ff6d0934 | 245 | yaml | YAML | config/automations/areas/bathroom/lights_off.yaml | jes1417/home-assistant-config | 787dfb7a398db22df8c438fff752a55f70d6d22f | [
"MIT"
] | 2 | 2021-08-14T21:53:37.000Z | 2022-03-27T08:48:33.000Z | config/automations/areas/bathroom/lights_off.yaml | TheGroundZero/home-assistant-config | a963e1cb3e2acf7beda2b466b334218ac27ee42f | [
"MIT"
] | null | null | null | config/automations/areas/bathroom/lights_off.yaml | TheGroundZero/home-assistant-config | a963e1cb3e2acf7beda2b466b334218ac27ee42f | [
"MIT"
] | null | null | null | ---
alias: Bathroom Lights Off
description: >-
Turn lights off in our bathroom when the alarm is armed.
id: c50e3d67-c377-40e6-aefa-9ea679efa603
use_blueprint:
path: alarm_armed_lights_off.yaml
input:
lights:
area_id: bathroom
| 18.846154 | 58 | 0.738776 |
d9196556ff19a436e0345a04b389836fe451700e | 152 | yml | YAML | .travis.yml | projectjellyfish/jellyfish_manageiq | 020aa02d46cf902ad2599fa89e2e53789b479c5b | [
"Apache-2.0"
] | null | null | null | .travis.yml | projectjellyfish/jellyfish_manageiq | 020aa02d46cf902ad2599fa89e2e53789b479c5b | [
"Apache-2.0"
] | 2 | 2015-05-18T14:07:15.000Z | 2015-05-18T14:08:18.000Z | .travis.yml | projectjellyfish/jellyfish_manageiq | 020aa02d46cf902ad2599fa89e2e53789b479c5b | [
"Apache-2.0"
] | 1 | 2019-05-01T17:26:04.000Z | 2019-05-01T17:26:04.000Z | ---
branches:
only:
- master
cache: bundler
install: bundle install
notifications:
email: false
rvm: 2.2.1
script: bundle exec rake
sudo: false
| 12.666667 | 24 | 0.710526 |
d96249fe1f8574f0cf481ed840f6264cd86dade4 | 284 | yml | YAML | .travis.yml | rlan/pyml | 7d2d411fed6f716db5ad3d904a08951941467dfd | [
"MIT"
] | null | null | null | .travis.yml | rlan/pyml | 7d2d411fed6f716db5ad3d904a08951941467dfd | [
"MIT"
] | 9 | 2018-06-29T00:50:34.000Z | 2018-12-27T00:39:19.000Z | .travis.yml | rlan/pyml | 7d2d411fed6f716db5ad3d904a08951941467dfd | [
"MIT"
] | null | null | null | language: python
dist: xenial
matrix:
include:
- python: "2.7"
- python: "3.5"
- python: "3.6"
- python: "3.7"
install:
- pip install -e .
script:
- python pyml/BoundingBox.py
- python pyml/Patience.py
- python pyml/RunningMean.py
- python pyml/RunningVariance.py
| 17.75 | 34 | 0.65493 |
ae4fdebaa371bb29da5862ce1c55c09e386077ec | 1,305 | yaml | YAML | cves/2018/CVE-2018-17431.yaml | ronfury/nuclei-templates | e469e6eb1e1156294c2cdab5b558be29976055b8 | [
"MIT"
] | null | null | null | cves/2018/CVE-2018-17431.yaml | ronfury/nuclei-templates | e469e6eb1e1156294c2cdab5b558be29976055b8 | [
"MIT"
] | null | null | null | cves/2018/CVE-2018-17431.yaml | ronfury/nuclei-templates | e469e6eb1e1156294c2cdab5b558be29976055b8 | [
"MIT"
] | null | null | null | id: CVE-2018-17431
info:
name: Comodo Unified Threat Management Web Console - Remote Code Execution
author: dwisiswant0
severity: critical
description: Comodo Firewall & Central Manager (UTM) All Release before 2.7.0 & 1.5.0 are susceptible to a web shell based remote code execution vulnerability.
reference:
- https://www.exploit-db.com/exploits/48825
- https://secure.comodo.com/home/purchase.php?pid=106&license=try&track=9276&af=9276
- https://nvd.nist.gov/vuln/detail/CVE-2018-17431
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2018-17431
cwe-id: CWE-287
tags: cve,cve2018,comodo,rce
requests:
- raw:
- |
GET /manage/webshell/u?s=5&w=218&h=15&k=%73%65%72%76%69%63%65%0a%73%73%68%0a%64%69%73%61%62%6c%65%0a&l=62&_=5621298674064 HTTP/1.1
Host: {{Hostname}}
Connection: close
- | # to triggering RCE
GET /manage/webshell/u?s=5&w=218&h=15&k=%0a&l=62&_=5621298674064 HTTP/1.1
Host: {{Hostname}}
Connection: close
matchers-condition: and
matchers:
- type: word
words:
- "Configuration has been altered"
part: body
- type: status
status:
- 200
# Enhanced by mp on 2022/05/13
| 31.071429 | 161 | 0.642146 |
efb87c24526247a47037319f3bbb37bedf808253 | 284 | yml | YAML | .travis.yml | Atul9/go-vcloud-director | f92ab532b5885330710ec84ead2f658edac43c44 | [
"Apache-2.0"
] | null | null | null | .travis.yml | Atul9/go-vcloud-director | f92ab532b5885330710ec84ead2f658edac43c44 | [
"Apache-2.0"
] | null | null | null | .travis.yml | Atul9/go-vcloud-director | f92ab532b5885330710ec84ead2f658edac43c44 | [
"Apache-2.0"
] | null | null | null | language: go
sudo: false
install: false
before_install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go get gopkg.in/check.v1
- go get gopkg.in/yaml.v2
script:
- make
after_success:
- echo "Build Successful!"
after_failure:
- echo "Build Failed!"
| 14.947368 | 37 | 0.732394 |
564cadd4d7557a01074b3139ec6f1fe32cba8e1b | 1,328 | yaml | YAML | configs/BorderDet/asuvid_R_50_BorderDet.yaml | lingyunwu14/STFT | 1af5d26c1d27388ef8b143b1de5713d5da8eb787 | [
"BSD-2-Clause"
] | 22 | 2021-07-09T12:42:33.000Z | 2022-03-31T08:36:39.000Z | configs/BorderDet/asuvid_R_50_BorderDet.yaml | lingyunwu14/STFT | 1af5d26c1d27388ef8b143b1de5713d5da8eb787 | [
"BSD-2-Clause"
] | 1 | 2021-10-05T06:19:13.000Z | 2021-11-12T09:12:48.000Z | configs/BorderDet/asuvid_R_50_BorderDet.yaml | lingyunwu14/STFT | 1af5d26c1d27388ef8b143b1de5713d5da8eb787 | [
"BSD-2-Clause"
] | 3 | 2021-07-09T12:42:55.000Z | 2022-03-31T08:36:40.000Z | MODEL:
VID:
ENABLE: False
METHOD: "cvc_image"
META_ARCHITECTURE: "GeneralizedRCNN"
WEIGHT: "catalog://ImageNetPretrained/MSRA/R-50"
RPN_ONLY: True
BORDER_ON: True
BACKBONE:
CONV_BODY: "R-50-FPN-RETINANET"
RESNETS:
BACKBONE_OUT_CHANNELS: 256
STAGE_WITH_DCN: (False, True, True, True)
WITH_MODULATED_DCN: False
DEFORMABLE_GROUPS: 1
STAGE_WITH_GCB: (False, True, True, True)
RETINANET:
USE_C5: False
FCOS:
NUM_CLASSES: 2
FPN_STRIDES: [8, 16, 32, 64, 128]
INFERENCE_TH: 0.05
NMS_TH: 0.6
PRE_NMS_TOP_N: 1000
NORM_REG_TARGETS: True
CENTERNESS_ON_REG: True
CENTER_SAMPLING_RADIUS: 1.5
IOU_LOSS_TYPE: "giou"
BORDER:
IOU_THRESH: 0.6
BBOX_STD: [0.5, 0.5, 0.5, 0.5]
DATASETS:
TRAIN: ("ASUVideo_train_videos",)
TEST: ("ASUVideo_val_videos",) #2098 frames, subdir in ['4','24','68','70']
INPUT:
MIN_SIZE_TRAIN: (800,)
MAX_SIZE_TRAIN: 1333
MIN_SIZE_TEST: 800
MAX_SIZE_TEST: 1333
DATALOADER:
SIZE_DIVISIBILITY: 32
SOLVER:
BASE_LR: 0.0005
WEIGHT_DECAY: 0.0001
IMS_PER_BATCH: 4
WARMUP_METHOD: "linear"
WARMUP_ITERS: 500
CHECKPOINT_PERIOD: 125
TEST_PERIOD: 125
MAX_ITER: 6000
LR_TYPE: "step"
GAMMA: 0.5
STEPS: (4000, 5000, 5500)
TEST:
IMS_PER_BATCH: 16
DETECTIONS_PER_IMG: 300
DATALOADER:
NUM_WORKERS: 4
| 22.508475 | 77 | 0.691265 |
7d6c71329599c8289b0430c6f967110f1eca777f | 102 | yml | YAML | .stickler.yml | chauhankaranraj/prometheus-api-client-python | 5c09c7f3d5b9b2f16dc3aa19c84e9a45c6e23327 | [
"MIT"
] | 118 | 2019-03-31T14:43:25.000Z | 2022-03-20T02:35:42.000Z | .stickler.yml | chauhankaranraj/prometheus-api-client-python | 5c09c7f3d5b9b2f16dc3aa19c84e9a45c6e23327 | [
"MIT"
] | 225 | 2019-03-22T19:31:51.000Z | 2022-03-29T15:38:20.000Z | .stickler.yml | chauhankaranraj/prometheus-api-client-python | 5c09c7f3d5b9b2f16dc3aa19c84e9a45c6e23327 | [
"MIT"
] | 67 | 2019-03-21T19:00:52.000Z | 2022-03-31T12:01:14.000Z | ---
linters:
black:
config: ./pyproject.toml
fixer: true
fixers:
enable: true
| 12.75 | 32 | 0.54902 |
d7a5e003cc0208053436fdb3c3690538a08bef41 | 472 | yml | YAML | docker-compose.production.yml | mleger45/turnex | 2b805c3681fe6ce3ddad403270c09ac9900fbe7d | [
"MIT"
] | null | null | null | docker-compose.production.yml | mleger45/turnex | 2b805c3681fe6ce3ddad403270c09ac9900fbe7d | [
"MIT"
] | 1 | 2021-04-12T05:14:28.000Z | 2021-04-12T05:14:28.000Z | docker-compose.production.yml | mleger45/turnex | 2b805c3681fe6ce3ddad403270c09ac9900fbe7d | [
"MIT"
] | null | null | null | version: '2'
services:
interfaceserver:
extends:
file: docker-compose.base.yml
service: interfaceserver
depends_on:
- database
- redis
workerserver:
extends:
file: docker-compose.base.yml
service: workerserver
depends_on:
- database
- redis
database:
extends:
file: docker-compose.base.yml
service: database
redis:
extends:
file: docker-compose.base.yml
service: redis | 19.666667 | 35 | 0.622881 |
1448e87cf6fa2fcbef5b9b0a0317141942df1c8e | 67 | yml | YAML | playbooks/roles/node_exporter/vars/1.0-Amazon.yml | sophoah/ansible | 62874be0a602a5ffed9bd59f5d0281629dfca988 | [
"MIT"
] | 4 | 2020-08-20T10:24:11.000Z | 2021-12-05T16:37:31.000Z | playbooks/roles/node_exporter/vars/1.0-Amazon.yml | sophoah/ansible | 62874be0a602a5ffed9bd59f5d0281629dfca988 | [
"MIT"
] | 4 | 2020-07-11T04:29:39.000Z | 2020-11-26T13:50:11.000Z | playbooks/roles/node_exporter/vars/1.0-Amazon.yml | sophoah/ansible | 62874be0a602a5ffed9bd59f5d0281629dfca988 | [
"MIT"
] | 8 | 2020-06-27T10:48:53.000Z | 2022-01-25T07:42:51.000Z | ---
USER:
user: ec2-user
group: ec2-user
home: /home/ec2-user | 13.4 | 22 | 0.626866 |
05dfc76ec3410d0dc99f9a6ab6fbf722b891c4e2 | 2,530 | yml | YAML | articles/aks/index.yml | CosmoHuang/azure-docs.zh-cn | f4707b0ff0677024bab25636b163d1e3d8bed3e8 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/aks/index.yml | CosmoHuang/azure-docs.zh-cn | f4707b0ff0677024bab25636b163d1e3d8bed3e8 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/aks/index.yml | CosmoHuang/azure-docs.zh-cn | f4707b0ff0677024bab25636b163d1e3d8bed3e8 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ### YamlMime:YamlDocument
documentType: LandingData
title: Azure Kubernetes 服务 (AKS)
metadata:
document_id:
title: Azure Kubernetes 服务 (AKS) 文档 - 教程和 API 参考 | Microsoft Docs
meta.description: AKS allows you to quickly deploy a production ready Kubernetes cluster in Azure. Learn how to use AKS with these quickstarts, tutorials, and samples.
services: container-service
author: carolz
manager: carolz
ms.service: container-service
ms.tgt_pltfrm: na
ms.devlang: na
ms.topic: landing-page
ms.date: 07-21-2017
ms.author: carolz
ms.openlocfilehash: b67814bc2dd622758ade1fc76f1fade99f718bd6
ms.sourcegitcommit: e221d1a2e0fb245610a6dd886e7e74c362f06467
ms.translationtype: HT
ms.contentlocale: zh-CN
ms.lasthandoff: 05/07/2018
abstract:
description: Azure Kubernetes 服务 (AKS) 管理托管的 Kubernetes 环境,使用户无需具备容器业务流程专业知识即可快速、轻松地部署和管理容器化的应用程序。 它还通过按需预配、升级和缩放资源,消除了正在进行的操作和维护的负担,而无需使应用程序脱机。<div class="IMPORTANT alert"><p>重要说明</p><p>Azure Kubernetes 服务 (AKS) 目前为<strong>预览版</strong>。 需同意<a href="https://azure.microsoft.com/support/legal/preview-supplemental-terms/">补充使用条款</a>才可使用预览版。 在正式版推出之前,此功能的某些方面可能会有所更改。</p></div>
sections:
- title: 5 分钟快速入门
items:
- type: paragraph
text: 了解如何部署 AKS 群集:
- type: list
style: icon48
items:
- image:
src: /azure/media/index/ContainerService.svg
text: 创建 AKS 群集
href: /azure/aks/kubernetes-walkthrough
- title: 分步教程
items:
- type: paragraph
text: 了解如何在 AKS 群集上部署、管理和更新应用程序。
- type: list
style: ordered
items:
- html: <a href="/azure/aks/tutorial-kubernetes-prepare-app">从应用程序创建容器映像</a>
- html: <a href="/azure/aks/tutorial-kubernetes-prepare-acr">将容器映像上传到 Azure 容器注册表</a>
- html: <a href="/azure/aks/tutorial-kubernetes-deploy-cluster">部署 AKS 群集</a>
- html: <a href="/azure/aks/tutorial-kubernetes-deploy-application">在 Kubernetes 中运行容器映像</a>
- html: <a href="/azure/aks/tutorial-kubernetes-scale">缩放应用程序和 Kubernetes 基础结构</a>
- html: <a href="/azure/aks/tutorial-kubernetes-app-update">更新 Kubernetes 中运行的应用程序</a>
- html: <a href="/azure/aks/tutorial-kubernetes-monitor">使用 Log Analytics 监视 Kubernetes</a>
- html: <a href="/azure/aks/tutorial-kubernetes-upgrade-cluster">升级 AKS 群集</a>
- title: 引用
items:
- type: list
style: cards
className: cardsD
items:
- title: 命令行
html: <p><a href="/cli/azure/aks">Azure CLI</a></p>
- title: REST
html: <p><a href="/rest/api/aks">REST API</a></p>
| 41.47541 | 378 | 0.698419 |
f1f1281be5840bdbfec74be0d223f5dee967462a | 127 | yaml | YAML | tests/minimal/phase1/ssz_static/CustodyKeyReveal/ssz_one/case_26/roots.yaml | vapory-testing/vap2.0-spec-tests | b4283b90ecb9178d011863f4fb14efefce53d82f | [
"MIT"
] | 1 | 2021-11-20T20:19:46.000Z | 2021-11-20T20:19:46.000Z | tests/minimal/phase1/ssz_static/CustodyKeyReveal/ssz_one/case_26/roots.yaml | vapory-testing/vap2.0-spec-tests | b4283b90ecb9178d011863f4fb14efefce53d82f | [
"MIT"
] | null | null | null | tests/minimal/phase1/ssz_static/CustodyKeyReveal/ssz_one/case_26/roots.yaml | vapory-testing/vap2.0-spec-tests | b4283b90ecb9178d011863f4fb14efefce53d82f | [
"MIT"
] | null | null | null | version https://git-lfs.github.com/spec/v1
oid sha256:d512595d184cef777f654efb7d16b5b0a31d726eaa788a8e334e77d8670979b8
size 77
| 31.75 | 75 | 0.88189 |
7b6a1b978cfd5cb2aff4a7ffa32f5d54b9662b30 | 492 | yaml | YAML | podidentity-azureidentity.yaml | mormond/azure-managed-app-aks-managed-identity | 46cb74c7d51871242dd85f0de7aead32328cfe87 | [
"MIT"
] | 5 | 2020-10-23T15:08:54.000Z | 2022-03-11T23:31:38.000Z | podidentity-azureidentity.yaml | mormond/azure-managed-app-aks-managed-identity | 46cb74c7d51871242dd85f0de7aead32328cfe87 | [
"MIT"
] | 1 | 2021-12-13T14:34:00.000Z | 2021-12-20T19:32:28.000Z | podidentity-azureidentity.yaml | mormond/azure-managed-app-aks-managed-identity | 46cb74c7d51871242dd85f0de7aead32328cfe87 | [
"MIT"
] | 2 | 2021-11-22T17:17:06.000Z | 2022-02-23T11:46:52.000Z | apiVersion: "aadpodidentity.k8s.io/v1"
kind: AzureIdentity
metadata:
name: avama2mi1
spec:
type: 0
resourceID: /subscriptions/c9c8ae57-acdb-48a9-99f8-d57704f18dee/resourcegroups/avama2-mrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/avama2mi1
clientID: 987c244a-0cf6-4735-a29e-c2e2fa645763
---
apiVersion: "aadpodidentity.k8s.io/v1"
kind: AzureIdentityBinding
metadata:
name: avama2mi1-binding
spec:
azureIdentity: avama2mi1
selector: avama2mi1
| 27.333333 | 161 | 0.784553 |
cd50ba99dab9477a163308c43a6171b2b1c6f69e | 556 | yml | YAML | upload-dir/action.yml | Petkr/PParchdocker | 91334c62b8994e7aeaf437fbe639524c334b40e7 | [
"MIT"
] | null | null | null | upload-dir/action.yml | Petkr/PParchdocker | 91334c62b8994e7aeaf437fbe639524c334b40e7 | [
"MIT"
] | null | null | null | upload-dir/action.yml | Petkr/PParchdocker | 91334c62b8994e7aeaf437fbe639524c334b40e7 | [
"MIT"
] | null | null | null | name: Upload directory
inputs:
name:
description: Artifact name.
required: true
path:
description: Directory path.
required: true
runs:
using: composite
steps:
- uses: Petkr/PPactions/run@v1
with:
command: mkdir ${{ inputs.path }} 2> /dev/null || true; tar -cf ${{ inputs.name }}.tar ${{ inputs.path }}
- uses: actions/upload-artifact@v2
with:
name: ${{ inputs.name }}
path: ${{ inputs.name }}.tar
- uses: Petkr/PPactions/run@v1
with:
command: rm ${{ inputs.name }}.tar
| 25.272727 | 113 | 0.588129 |
cd72df7642ff7ad7dd092704bd4fbe0f97b90c8a | 5,016 | yml | YAML | .travis.yml | anthrotype/obp-zopfli | 83d047ed6743b2d1f81c68529571cc3a9f811365 | [
"Apache-2.0"
] | null | null | null | .travis.yml | anthrotype/obp-zopfli | 83d047ed6743b2d1f81c68529571cc3a9f811365 | [
"Apache-2.0"
] | null | null | null | .travis.yml | anthrotype/obp-zopfli | 83d047ed6743b2d1f81c68529571cc3a9f811365 | [
"Apache-2.0"
] | null | null | null | env:
global:
# directory containing the project source
- REPO_DIR=.
# pip dependencies to _build_ project
- BUILD_DEPENDS=
# pip dependencies to _test_ project
- TEST_DEPENDS="tox"
- PLAT=x86_64
- UNICODE_WIDTH=32
language: python
# The travis Python version is unrelated to the version we build and test
# with. This is set with the MB_PYTHON_VERSION variable.
python: 3.5
sudo: required
dist: trusty
services: docker
matrix:
exclude:
# Exclude the default Python 3.5 build
- python: 3.5
include:
# PyPy is not supported yet by multibuild and the manylinux1 container,
# thus we install PyPy ourselves and run the tests, but don't upload any
# wheel to Github/PyPy, as they won't be portable across distros.
# We use pyenv to install the current pypy, as Travis version is outdated
- os: linux
env:
- PYPY_VERSION=5.6.0
- TOXENV=pypy
- SKIP_DEPLOY=true
- os: linux
env: MB_PYTHON_VERSION=2.7
- os: linux
env:
- MB_PYTHON_VERSION=2.7
- UNICODE_WIDTH=16
- os: linux
env:
- MB_PYTHON_VERSION=2.7
- PLAT=i686
- os: linux
env:
- MB_PYTHON_VERSION=2.7
- PLAT=i686
- UNICODE_WIDTH=16
- os: linux
env:
- MB_PYTHON_VERSION=3.5
- os: linux
env:
- MB_PYTHON_VERSION=3.5
- PLAT=i686
- os: linux
env:
- MB_PYTHON_VERSION=3.6
- BUILD_SDIST=true
- os: linux
env:
- MB_PYTHON_VERSION=3.6
- PLAT=i686
- os: osx
language: generic
env:
- MB_PYTHON_VERSION=2.7
- os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.5
- os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.6
before_install:
- >-
if [ -n "$MB_PYTHON_VERSION" ]; then
source multibuild/common_utils.sh;
source multibuild/travis_steps.sh;
before_install;
elif [ -n "$PYPY_VERSION" ]; then
deactivate
export PYENV_ROOT="$(pwd)/.pyenv";
git clone --depth 1 https://github.com/yyuu/pyenv.git "$PYENV_ROOT"
export PATH="$PYENV_ROOT/bin:$PATH";
eval "$(pyenv init -)";
pyenv install pypy-$PYPY_VERSION;
pyenv global pypy-$PYPY_VERSION;
pyenv rehash;
pypy --version;
pip install $TEST_DEPENDS;
fi
install:
- if [ -n "$MB_PYTHON_VERSION" ]; then build_wheel $REPO_DIR $PLAT; fi
script:
- >-
if [ -n "$MB_PYTHON_VERSION" ]; then
install_run $PLAT;
else
tox;
fi
after_success:
# if tagged commit, create the source distribution for the deploy stage, and
# copy the wheel to dist/ where we can upload both in one go to PyPI/Github
- >-
if [ -n "$TRAVIS_TAG" ] && [ "$SKIP_DEPLOY" != true ]; then
if [ "$BUILD_SDIST" == true ]; then
pip install --upgrade setuptools;
python setup.py sdist;
fi;
mkdir -p dist;
cp wheelhouse/*.whl dist;
fi
# deploy:
# # Deploy on tags to GitHub Releases
# - provider: releases
# api_key:
# secure: DjEjgnbxchBCUB2DFH0jtSee7v3vCmWXCkQrkYyULAlZkEKcLDRVRZoDg1BW/q2aCuAz8vnG4lgVbOwWhT8JTSVtbuVnT2W2chwSmBAyhtC3QVxdMQdIEVjJvU3Ci6QnBQiP9ibi4vjua8ORjWD/CoNm5v/ME0NJjeidDhPJdAg3HAvj6JnocI5alL4LTrmoDRL9ghuAw23uHFcGZ89QOF6cEs5vlD4EJ+zIMssyR3kQsY6bi96tQuo4vpfo+Gd+ygT5k5RrWkuj5Fm7A5yq0wkgxsLdbuwlFtnFl/yahG8c2bWy5iwkEcvPlsaHs9+nwR+hFzqeGDUPyNPHYTPNVyirDk+MNoXYoC08VkzUK3HNC3N/MmZxebG/aEqK0CfJopVzHdlgMQ7Tm00fYzrhazlijrRmttU5oOnuF1glUnScaR0y7zsv3oNg/4z043BbAVclcQvvVu8Fw9aNIjusYHo1MLBN+nHbZBjkIUvSlYoj7E/2kDPsIFt8E8On15a/SIrmXj1DfURnHOYeBhl059h+TTpo2aq4KAn5DnpAcwZHcxgIKdeIriCC6GCYhq3yuGNzusuCxOeEAKU8XijgST2BB2Z93OiDAPNhTJ4SjzvRYTvS15wBGviVhWmbElZlqTZFPaOP8kI+JPnYaNvzdIKBaj5EG1z3ym8XjpTkqLc=
# file_glob: true
# file: "dist/*"
# skip_cleanup: true
# on:
# repo: anthrotype/obp-zopfli
# tags: true
# condition: $SKIP_DEPLOY != true
# # Deploy on tags to PyPI
# - provider: pypi
# server: https://upload.pypi.org/legacy/
# on:
# repo: anthrotype/obp-zopfli
# tags: true
# condition: $SKIP_DEPLOY != true
# user: anthrotype
# password:
# secure: O7n0blUsuJRHOVMRnIntntwQfpwvrUdDJOYU6MThNAP7VmoZCClHcrRa72zYy/rloEfvLoftdqRgWMvany5rETfb5l//zlKlRxYUnE8UMrRm/b6Q10OWH1PDuLDZ7o1Q97gFaECfoW8s1fygKF41RxiwBlFM9JdWgIaT3S5PNKO16sj50oFs6/Xd4MOeYhVPwj3SBL7Rn0cs2cLXvcUfMiWJ0czl90p9vQpjr5y9OzG87/kSr5Xo7CxoSJg0OHoQNPoGAAuSE6e/Lsg9fVSmqmYcYS/YsCuWb/3UiWrW34JPh5IasK8N0FBJ18j4KPDI5hywKiF8aqSFcvC0QvpBcnx/gSQtOObmnayHnyaJhfnJUcBB2kF0FSO+x4dZqiqtoy08IuIJMiYAgxFtVXXiIGFS4esFaJLQq4n4KhpXXEVn4LWpiBTt5oAvinygttMO/BlirPaaSmgYOf0tZwzQZiv79i6Q+ag6Y5/njYLfZKi23I9YC8qtZUpBoaSpgGeUki1KAChM7EaU/sFQEAEdGSxCIjPzZtE32FokIugZe/q/ov5hINLpy9W0Cb9M7Ma7EqAFFR8VabY6cYupJgDsSwcIgNQZD2CgXe2J83XmNMvkbULuRtGktiXNtNp6eL1OTYLvb/fS+Dp9Nw0VNuBNJFcbHCVN1h0+yfA9mAFTYSI=
# skip_cleanup: true
# distributions: pass
| 34.833333 | 700 | 0.694976 |
6e2438a7ae3c29905eca3a208efe7d46b522ed38 | 78 | yml | YAML | examples/c_program/build.yml | chasinglogic/bs | ea91630d9050e261e8f3f3f29c0c5af43725bc6e | [
"Apache-2.0"
] | 1 | 2020-02-13T17:46:51.000Z | 2020-02-13T17:46:51.000Z | examples/c_program/build.yml | chasinglogic/bs | ea91630d9050e261e8f3f3f29c0c5af43725bc6e | [
"Apache-2.0"
] | null | null | null | examples/c_program/build.yml | chasinglogic/bs | ea91630d9050e261e8f3f3f29c0c5af43725bc6e | [
"Apache-2.0"
] | null | null | null | ---
builds:
- CC:
target: hello_world
sources:
- main.c
| 11.142857 | 25 | 0.474359 |
9c1f0c699dfd0fb4afe5edd38de22ff96d47c0d4 | 1,364 | yml | YAML | site.yml | pbalogh-sa/ansibleCVSworkflow | d9e1217e83166d8c643fe369ae7d789b96dc10e8 | [
"MIT"
] | null | null | null | site.yml | pbalogh-sa/ansibleCVSworkflow | d9e1217e83166d8c643fe369ae7d789b96dc10e8 | [
"MIT"
] | null | null | null | site.yml | pbalogh-sa/ansibleCVSworkflow | d9e1217e83166d8c643fe369ae7d789b96dc10e8 | [
"MIT"
] | null | null | null | ---
- hosts: '{{ servers }}'
gather_facts: no
remote_user: root
tasks:
- slurp: src={{ destination }}/CVS/Repository
register: repo
- set_fact: customrepo='{{ repo.content | b64decode | regex_replace('\n', '') }}'
- debug: msg='CVS Repositry {{ customrepo }}'
- name: CVS localupdate
local_action: shell chdir={{ cvsdir }}/{{ customrepo }} cvs -q update {{ file }}
ignore_errors: yes
tags:
- cvslocalupdate
- local_action: stat path='{{ cvsdir }}/{{ customrepo }}/{{ file }}'
register: file_stat
- name: copy file to local cvsdir
local_action: copy src={{ file }} dest={{ cvsdir }}/{{ customrepo }}
- name: add file to cvs
local_action: shell chdir={{ cvsdir }}/{{ customrepo }} cvs add {{ filename }}
ignore_errors: yes
when: file_stat.stat.exists == False
tags:
- cvscommit
- name: CVS commit
local_action: shell chdir={{ cvsdir }}/{{ customrepo }} cvs -q commit -m "Ansible commit" {{ file }}
tags:
- cvscommit
- name: etc cvs update on remote
shell: chdir={{ destination }} cvs -q update {{ file }}
tags:
- cvsupdate
- name: run command on remote
shell: '{{ command }}'
register: output
when: command is defined
- debug: var=output.stdout_lines
when: command is defined
| 34.974359 | 106 | 0.589443 |
ca6c526f39f50002cdf1fca7a7b11394d48e6353 | 87 | yml | YAML | .atom-build.yml | kennedyoliveira/sakila-db-docker | b3dd8382e3ca5a1cd0d5aaff8191503a712011cc | [
"MIT"
] | 4 | 2018-08-15T15:02:03.000Z | 2019-11-23T00:54:35.000Z | .atom-build.yml | kennedyoliveira/sakila-db-docker | b3dd8382e3ca5a1cd0d5aaff8191503a712011cc | [
"MIT"
] | null | null | null | .atom-build.yml | kennedyoliveira/sakila-db-docker | b3dd8382e3ca5a1cd0d5aaff8191503a712011cc | [
"MIT"
] | null | null | null | cmd: "docker build -t kennedyoliveira/sakila-db ."
name: "Build Docker Image"
sh: true
| 21.75 | 50 | 0.735632 |
b99ca29d8cba4b07181eaa298f68bbca609330be | 3,974 | yml | YAML | metadata/Sobject.ContentWorkspaceMemberType.yml | goetas-webservices/salesforce-enterprise-client | da9b0d4a242e28c0059d1d0226a160d2821ff52b | [
"MIT"
] | 5 | 2018-11-15T11:18:04.000Z | 2020-09-23T05:49:16.000Z | metadata/Sobject.ContentWorkspaceMemberType.yml | goetas-webservices/salesforce-enterprise-client | da9b0d4a242e28c0059d1d0226a160d2821ff52b | [
"MIT"
] | null | null | null | metadata/Sobject.ContentWorkspaceMemberType.yml | goetas-webservices/salesforce-enterprise-client | da9b0d4a242e28c0059d1d0226a160d2821ff52b | [
"MIT"
] | 1 | 2021-09-04T23:45:38.000Z | 2021-09-04T23:45:38.000Z | GoetasWebservices\Client\SalesforceEnterprise\Sobject\ContentWorkspaceMemberType:
properties:
contentWorkspace:
expose: true
access_type: public_method
serialized_name: ContentWorkspace
xml_element:
namespace: 'urn:sobject.enterprise.soap.sforce.com'
accessor:
getter: getContentWorkspace
setter: setContentWorkspace
type: GoetasWebservices\Client\SalesforceEnterprise\Sobject\ContentWorkspaceType
contentWorkspaceId:
expose: true
access_type: public_method
serialized_name: ContentWorkspaceId
xml_element:
namespace: 'urn:sobject.enterprise.soap.sforce.com'
accessor:
getter: getContentWorkspaceId
setter: setContentWorkspaceId
type: string
contentWorkspacePermission:
expose: true
access_type: public_method
serialized_name: ContentWorkspacePermission
xml_element:
namespace: 'urn:sobject.enterprise.soap.sforce.com'
accessor:
getter: getContentWorkspacePermission
setter: setContentWorkspacePermission
type: GoetasWebservices\Client\SalesforceEnterprise\Sobject\ContentWorkspacePermissionType
contentWorkspacePermissionId:
expose: true
access_type: public_method
serialized_name: ContentWorkspacePermissionId
xml_element:
namespace: 'urn:sobject.enterprise.soap.sforce.com'
accessor:
getter: getContentWorkspacePermissionId
setter: setContentWorkspacePermissionId
type: string
createdBy:
expose: true
access_type: public_method
serialized_name: CreatedBy
xml_element:
namespace: 'urn:sobject.enterprise.soap.sforce.com'
accessor:
getter: getCreatedBy
setter: setCreatedBy
type: GoetasWebservices\Client\SalesforceEnterprise\Sobject\UserType
createdById:
expose: true
access_type: public_method
serialized_name: CreatedById
xml_element:
namespace: 'urn:sobject.enterprise.soap.sforce.com'
accessor:
getter: getCreatedById
setter: setCreatedById
type: string
createdDate:
expose: true
access_type: public_method
serialized_name: CreatedDate
xml_element:
namespace: 'urn:sobject.enterprise.soap.sforce.com'
accessor:
getter: getCreatedDate
setter: setCreatedDate
type: GoetasWebservices\Xsd\XsdToPhp\XMLSchema\DateTime
member:
expose: true
access_type: public_method
serialized_name: Member
xml_element:
namespace: 'urn:sobject.enterprise.soap.sforce.com'
accessor:
getter: getMember
setter: setMember
type: GoetasWebservices\Client\SalesforceEnterprise\Sobject\SObjectType
memberId:
expose: true
access_type: public_method
serialized_name: MemberId
xml_element:
namespace: 'urn:sobject.enterprise.soap.sforce.com'
accessor:
getter: getMemberId
setter: setMemberId
type: string
memberType:
expose: true
access_type: public_method
serialized_name: MemberType
xml_element:
namespace: 'urn:sobject.enterprise.soap.sforce.com'
accessor:
getter: getMemberType
setter: setMemberType
type: string
| 38.582524 | 102 | 0.584298 |
d113ea9e021af808e4aeda05ac5265b1fc149fa5 | 864 | yaml | YAML | reana-serial.yaml | dprelipcean/reana-demo-cms-docker-guide | 53f5b3d54d4c5a41aa4175bdefc3fa925486d9dd | [
"MIT"
] | null | null | null | reana-serial.yaml | dprelipcean/reana-demo-cms-docker-guide | 53f5b3d54d4c5a41aa4175bdefc3fa925486d9dd | [
"MIT"
] | null | null | null | reana-serial.yaml | dprelipcean/reana-demo-cms-docker-guide | 53f5b3d54d4c5a41aa4175bdefc3fa925486d9dd | [
"MIT"
] | null | null | null | version: 0.5.0
inputs:
<<<<<<< HEAD
files:
- entrypoint.sh
=======
>>>>>>> 7d3bd84... Workflow working
parameters:
repo: DimuonSpectrum2011
workflow:
type: serial
specification:
steps:
- environment: 'cmsopendata/cmssw_5_3_32'
commands:
<<<<<<< HEAD
- bash entrypoint.sh
- mkdir WorkDir && cd ./WorkDir && git clone git://github.com/cms-opendata-analyses/${repo}.git && cd ./${repo} ;\
- scram b ;\
- cmsRun demoanalyzer_cfg.py
=======
- source /opt/cms/cmsset_default.sh && scramv1 project CMSSW CMSSW_5_3_32 && cd CMSSW_5_3_32/src && eval `scramv1 runtime -sh` && mkdir WorkDir && cd ./WorkDir && git clone git://github.com/cms-opendata-analyses/${repo}.git && cd ./${repo} && scram b && cmsRun demoanalyzer_cfg.py
>>>>>>> 7d3bd84... Workflow working
outputs:
files:
- DoubleMu.root | 33.230769 | 288 | 0.621528 |
f4ab023b9c66252b209014119d2d29fcb47179f7 | 418 | yml | YAML | tasks/config.yml | kmonticolo/smokeping.openbsd.ansible | 95440d5ee4c7f939a9c9dbf483ab7c8716e21022 | [
"BSD-3-Clause"
] | 1 | 2019-06-20T14:03:40.000Z | 2019-06-20T14:03:40.000Z | tasks/config.yml | kmonticolo/smokeping.openbsd.ansible | 95440d5ee4c7f939a9c9dbf483ab7c8716e21022 | [
"BSD-3-Clause"
] | null | null | null | tasks/config.yml | kmonticolo/smokeping.openbsd.ansible | 95440d5ee4c7f939a9c9dbf483ab7c8716e21022 | [
"BSD-3-Clause"
] | null | null | null | ---
# tasks file for ansible-smokeping
- name: Download smokeping config
get_url:
url: https://raw.githubusercontent.com/kmonticolo/nas.dom/master/smokeping/config
dest: /etc/smokeping/config
mode: 0644
force: yes
- name: Download nginx config
get_url:
url: https://raw.githubusercontent.com/kmonticolo/nas.dom/master/nginx.conf
dest: /etc/nginx/nginx.conf
mode: 0640
force: yes
| 24.588235 | 85 | 0.710526 |
76d4edf2fe0b8fbf2b23d00ffd84a9b84f80f7fe | 1,010 | yml | YAML | preview/docs-ref-autogen/com.azure.cosmos.implementation.directconnectivity.TimeoutHelper.throwTimeoutIfElapsed.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 5 | 2021-08-20T15:24:19.000Z | 2022-02-20T17:06:14.000Z | preview/docs-ref-autogen/com.azure.cosmos.implementation.directconnectivity.TimeoutHelper.throwTimeoutIfElapsed.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | preview/docs-ref-autogen/com.azure.cosmos.implementation.directconnectivity.TimeoutHelper.throwTimeoutIfElapsed.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-08-20T15:24:21.000Z | 2021-08-20T15:24:21.000Z | ### YamlMime:JavaMember
uid: "com.azure.cosmos.implementation.directconnectivity.TimeoutHelper.throwTimeoutIfElapsed*"
fullName: "com.azure.cosmos.implementation.directconnectivity.TimeoutHelper.throwTimeoutIfElapsed"
name: "throwTimeoutIfElapsed"
nameWithType: "TimeoutHelper.throwTimeoutIfElapsed"
members:
- uid: "com.azure.cosmos.implementation.directconnectivity.TimeoutHelper.throwTimeoutIfElapsed()"
fullName: "com.azure.cosmos.implementation.directconnectivity.TimeoutHelper.throwTimeoutIfElapsed()"
name: "throwTimeoutIfElapsed()"
nameWithType: "TimeoutHelper.throwTimeoutIfElapsed()"
syntax: "public void throwTimeoutIfElapsed()"
exceptions:
- type: "<xref href=\"com.azure.cosmos.implementation.RequestTimeoutException?alt=com.azure.cosmos.implementation.RequestTimeoutException&text=RequestTimeoutException\" data-throw-if-not-resolved=\"False\" />"
type: "method"
metadata: {}
package: "com.azure.cosmos.implementation.directconnectivity"
artifact: com.azure:azure-cosmos:4.4.0-beta.1
| 56.111111 | 211 | 0.824752 |
19e816163583f7cf8e6811bca2cde3d53a88e42c | 95 | yml | YAML | metadata.yml | sifive/salt-formula-mongodb | daf27ef3d7f0d8c5c4276d49c60b4e9c07175f15 | [
"Apache-2.0"
] | 4 | 2018-05-07T08:08:44.000Z | 2021-07-01T09:15:19.000Z | metadata.yml | sifive/salt-formula-mongodb | daf27ef3d7f0d8c5c4276d49c60b4e9c07175f15 | [
"Apache-2.0"
] | 4 | 2017-04-04T15:20:09.000Z | 2018-06-27T21:07:12.000Z | metadata.yml | sifive/salt-formula-mongodb | daf27ef3d7f0d8c5c4276d49c60b4e9c07175f15 | [
"Apache-2.0"
] | 20 | 2017-04-04T15:16:07.000Z | 2021-12-24T17:03:56.000Z | name: "mongodb"
version: "0.2"
source: "https://github.com/salt-formulas/salt-formula-mongodb"
| 23.75 | 63 | 0.736842 |
702f590cf96b96be29b5eeced455a035b114d7cf | 231 | yaml | YAML | .travis.yaml | MyUnisoft/HTML-PDF | 3a913d5e993c2632bb13724f672be4d26259f657 | [
"MIT"
] | null | null | null | .travis.yaml | MyUnisoft/HTML-PDF | 3a913d5e993c2632bb13724f672be4d26259f657 | [
"MIT"
] | null | null | null | .travis.yaml | MyUnisoft/HTML-PDF | 3a913d5e993c2632bb13724f672be4d26259f657 | [
"MIT"
] | null | null | null | os:
- 'linux'
dist: trusty
language: node_js
node_js:
- '14.16.0'
cache:
directories:
- ./node_modules
before_install:
- npm install -g npm@6.14.11
install:
- npm install
script:
- npm run build
- npm run test
| 11.55 | 30 | 0.645022 |
813ab87fa808b6983ac08b102a831504cbb0651a | 556 | yml | YAML | .circleci/config.yml | smolcert/smolcert-rust | e2a0ab7280800f5859969556fc945a6843423df2 | [
"MIT"
] | null | null | null | .circleci/config.yml | smolcert/smolcert-rust | e2a0ab7280800f5859969556fc945a6843423df2 | [
"MIT"
] | null | null | null | .circleci/config.yml | smolcert/smolcert-rust | e2a0ab7280800f5859969556fc945a6843423df2 | [
"MIT"
] | null | null | null | version: 2.1
jobs:
unit-test-rust:
docker:
- image: rust:1
steps:
- checkout
- run:
name: Version information
command: rustc --version; cargo --version; rustup --version
- run:
name: Calculate dependencies
command: cargo generate-lockfile
- run:
name: Build all targets
command: cargo build --all --all-targets
- run:
name: Run all tests
command: cargo test --all
workflows:
version: 2
test:
jobs:
- unit-test-rust | 21.384615 | 69 | 0.548561 |
2a1ee025f018faa57f992102bca69bd91c2cb150 | 526 | yaml | YAML | ros/src/computing/planning/motion/packages/waypoint_maker/interface.yaml | mktk1117/Autoware | 41f0980327a9994a44db3356935306d0aa1d73a4 | [
"BSD-3-Clause"
] | 6 | 2017-02-18T06:41:11.000Z | 2021-01-07T17:26:52.000Z | ros/src/computing/planning/motion/packages/waypoint_maker/interface.yaml | JinDaping/Autoware | 41f0980327a9994a44db3356935306d0aa1d73a4 | [
"BSD-3-Clause"
] | null | null | null | ros/src/computing/planning/motion/packages/waypoint_maker/interface.yaml | JinDaping/Autoware | 41f0980327a9994a44db3356935306d0aa1d73a4 | [
"BSD-3-Clause"
] | 3 | 2019-07-15T00:45:32.000Z | 2022-03-26T10:43:06.000Z | - name: waypoint_clicker
publish: [/waypoint_guide]
subscribe: [/clicked_point, /vector_map_info/point_class, /vector_map_info/lane,
/vector_map_info/node]
- name: waypoint_loader
publish: [/lane_waypoint_array]
- name: waypoint_marker_publisher
publish: [/lane_waypoint_mark]
subscribe: [/traffic_light, /lane_waypoints_array, /traffic_waypoints_array, /temporal_waypoints,
/closest_waypoint]
- name: waypoint_saver
publish: [/waypoint_saver_mark]
subscribe: [/current_pose, /can_info, /estimate_twist]
| 37.571429 | 99 | 0.78327 |
e6c5bd268a9f45a4753b62c3163d5357365c85b1 | 65 | yml | YAML | repo2docker/buildpacks/conda/environment.py-2.7.yml | matthewfeickert/repo2docker | befb958ed7e495cbcca90eeec052312de7d0d400 | [
"BSD-3-Clause"
] | 1 | 2018-06-08T08:58:59.000Z | 2018-06-08T08:58:59.000Z | repo2docker/buildpacks/conda/environment.py-2.7.yml | matthewfeickert/repo2docker | befb958ed7e495cbcca90eeec052312de7d0d400 | [
"BSD-3-Clause"
] | 1 | 2018-10-05T13:46:48.000Z | 2018-10-05T13:46:48.000Z | repo2docker/buildpacks/conda/environment.py-2.7.yml | matthewfeickert/repo2docker | befb958ed7e495cbcca90eeec052312de7d0d400 | [
"BSD-3-Clause"
] | 2 | 2018-10-05T13:34:10.000Z | 2019-01-23T16:13:39.000Z | dependencies:
- python=2.7.*
- ipykernel==4.8.2
- tornado==4.5.3
| 13 | 18 | 0.646154 |
8b8b64cba08ba5bd2447526de1f75134e140f724 | 989 | yml | YAML | appveyor.yml | ncorgan/cpp-callable-to-funcptr | fafc8bf4beba3f9398ba5e62a193b8636560a9c3 | [
"MIT"
] | 1 | 2019-09-13T08:25:03.000Z | 2019-09-13T08:25:03.000Z | appveyor.yml | ncorgan/cpp-callable-to-funcptr | fafc8bf4beba3f9398ba5e62a193b8636560a9c3 | [
"MIT"
] | null | null | null | appveyor.yml | ncorgan/cpp-callable-to-funcptr | fafc8bf4beba3f9398ba5e62a193b8636560a9c3 | [
"MIT"
] | null | null | null | # This file is auto-generated by tools/generate-appveyor-yaml.py.
build_script:
- mkdir build
- cd build
- cmake -G "%GENERATOR_NAME%" -DCMAKE_BUILD_TYPE=Release -DBOOST_ROOT=C:/Libraries/boost_%BOOST_VERSION% -DMANUALLY_SET_STANDARD_FLAGS=ON ..
- cmake --build . --config "Release"
- ctest --output-on-failure
configuration: Release
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
BOOST_VERSION: '1_69_0'
GENERATOR_NAME: Visual Studio 15 2017
STD: c++17
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
BOOST_VERSION: '1_69_0'
GENERATOR_NAME: Visual Studio 15 2017 Win64
STD: c++17
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
BOOST_VERSION: '1_69_0'
GENERATOR_NAME: Visual Studio 15 2017
STD: c++latest
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
BOOST_VERSION: '1_69_0'
GENERATOR_NAME: Visual Studio 15 2017 Win64
STD: c++latest
install: git submodule update --init --recursive
platform: x64
| 32.966667 | 140 | 0.750253 |
e3311ed1601f8dda8e54fceaeb27464290ea82eb | 1,286 | yml | YAML | .github/workflows/tests.yml | agilepathway/available-pets-consumer-contract | 749fd7753758de68d10d387429eee658c5157811 | [
"MIT"
] | null | null | null | .github/workflows/tests.yml | agilepathway/available-pets-consumer-contract | 749fd7753758de68d10d387429eee658c5157811 | [
"MIT"
] | null | null | null | .github/workflows/tests.yml | agilepathway/available-pets-consumer-contract | 749fd7753758de68d10d387429eee658c5157811 | [
"MIT"
] | null | null | null | ---
name: Gauge specs
on: # yamllint disable-line rule:truthy
# Run the tests on every push, and also at 3am every night
push:
schedule:
- cron: '0 3 * * *' # * is a special character in YAML so you have to quote this string
jobs:
tests:
name: Mock server
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2.3.4
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: '12'
- name: Install Gauge
uses: getgauge/setup-gauge@master
with:
gauge-plugins: python, html-report
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install Prism
run: npm install -g @stoplight/prism-cli
- name: Start Prism in mock mode
run: prism mock openapi.yaml &
- name: Run Gauge specs against mock OpenAPI server
run: gauge run specs
- name: Upload Gauge test report
uses: actions/upload-artifact@v2
with:
name: gauge-html-report
path: reports/html-report/
| 24.730769 | 92 | 0.591757 |
e34b023c68bb93cc050646b4c056c3707ea9be17 | 336 | yml | YAML | .github/workflows/Style.yml | lcharette/Laravel-Auth-API | ab9b0f9aa9c9546024e3c957fbdaad4c451b1b67 | [
"MIT"
] | null | null | null | .github/workflows/Style.yml | lcharette/Laravel-Auth-API | ab9b0f9aa9c9546024e3c957fbdaad4c451b1b67 | [
"MIT"
] | null | null | null | .github/workflows/Style.yml | lcharette/Laravel-Auth-API | ab9b0f9aa9c9546024e3c957fbdaad4c451b1b67 | [
"MIT"
] | null | null | null | name: Style CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --config=.php_cs --diff --dry-run
| 17.684211 | 47 | 0.574405 |
97dc38c76b60372d27e1733b53e2e9c7692925dc | 676 | yml | YAML | _data/comments/hamlet-monologue/comment-1579157182014.yml | hashtafak/hashtafak.github.io | 73536a9c9a4e4afdf9bce931cd3d9c9417583dc8 | [
"MIT"
] | null | null | null | _data/comments/hamlet-monologue/comment-1579157182014.yml | hashtafak/hashtafak.github.io | 73536a9c9a4e4afdf9bce931cd3d9c9417583dc8 | [
"MIT"
] | null | null | null | _data/comments/hamlet-monologue/comment-1579157182014.yml | hashtafak/hashtafak.github.io | 73536a9c9a4e4afdf9bce931cd3d9c9417583dc8 | [
"MIT"
] | null | null | null | _id: e81f8370-382b-11ea-93a9-1967bcffd284
message: "Greetings from Florida! I'm bored to tears at work so I decided to check out your blog on my iphone \r\nduring lunch break. I really like the information you present here and \r\ncan't wait to take a look when I get home. I'm amazed at how quick your blog loaded on my phone ..\r\nI'm not even using WIFI, just 3G .. Anyhow, good blog!"
name: Madelaine
email: 27bad4da6ed7b1c1051bf170cbfd183e
url: >-
http://cirugiagenital.com.mx/2020/01/15/%ec%83%81%ed%95%9c%ec%a0%9c%eb%ac%bc%eb%9f%89%ec%9d%b4%ef%bb%bf%ec%84%9c%ec%9a%b8%ec%b6%9c%ec%9e%a5%eb%a7%8c%eb%82%a8%ec%a0%81%eb%8b%a4/
hidden: ''
date: '2020-01-16T06:46:22.014Z'
| 75.111111 | 346 | 0.735207 |
1e1b9e8cb5aa25a7129673b335ff7925daa25b9a | 183 | yml | YAML | playbooks/kerberos/vars.yml | dbist/ansible-roles | 81ce44d259fe1badc39326b11fabecb3448705f5 | [
"Apache-2.0"
] | null | null | null | playbooks/kerberos/vars.yml | dbist/ansible-roles | 81ce44d259fe1badc39326b11fabecb3448705f5 | [
"Apache-2.0"
] | 10 | 2020-05-01T12:10:33.000Z | 2022-03-02T16:05:47.000Z | playbooks/kerberos/vars.yml | dbist/ansible-roles | 81ce44d259fe1badc39326b11fabecb3448705f5 | [
"Apache-2.0"
] | null | null | null | ---
# Variables file 'vars.yml' for aervits.kerberos-server playbook
# this is meant to be overridden at playbook level
kerberos-server-hostname: krb.example.com
packages:
- wget
| 20.333333 | 64 | 0.759563 |
ee62b8680ad3cd4aa1aa6bbdc8fec6c0ec180d40 | 305 | yaml | YAML | scripts/driverkit/config/423235173187cd4629f1e1fd6409a013a9a3fb84/amazonlinux2_5.4.129-62.227.amzn2.x86_64_1.yaml | riddopic/sysdig | 1407cbe0ffcb6824927160737e35741682a9ca44 | [
"Apache-2.0"
] | null | null | null | scripts/driverkit/config/423235173187cd4629f1e1fd6409a013a9a3fb84/amazonlinux2_5.4.129-62.227.amzn2.x86_64_1.yaml | riddopic/sysdig | 1407cbe0ffcb6824927160737e35741682a9ca44 | [
"Apache-2.0"
] | null | null | null | scripts/driverkit/config/423235173187cd4629f1e1fd6409a013a9a3fb84/amazonlinux2_5.4.129-62.227.amzn2.x86_64_1.yaml | riddopic/sysdig | 1407cbe0ffcb6824927160737e35741682a9ca44 | [
"Apache-2.0"
] | null | null | null | kernelversion: 1
kernelrelease: 5.4.129-62.227.amzn2.x86_64
target: amazonlinux2
output:
module: output/423235173187cd4629f1e1fd6409a013a9a3fb84/scap_amazonlinux2_5.4.129-62.227.amzn2.x86_64_1.ko
probe: output/423235173187cd4629f1e1fd6409a013a9a3fb84/scap_amazonlinux2_5.4.129-62.227.amzn2.x86_64_1.o
| 43.571429 | 108 | 0.852459 |
61879dfce36182556e7f0c803ff1cc8ede279fe9 | 943 | yml | YAML | legacy/docs-ref-autogen/com.microsoft.azure.eventprocessorhost.ExceptionReceivedEventArgs.getHostname.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 5 | 2021-08-20T15:24:19.000Z | 2022-02-20T17:06:14.000Z | legacy/docs-ref-autogen/com.microsoft.azure.eventprocessorhost.ExceptionReceivedEventArgs.getHostname.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | legacy/docs-ref-autogen/com.microsoft.azure.eventprocessorhost.ExceptionReceivedEventArgs.getHostname.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-08-20T15:24:21.000Z | 2021-08-20T15:24:21.000Z | ### YamlMime:JavaMember
nameWithType: ExceptionReceivedEventArgs.getHostname
type: method
members:
- fullName: com.microsoft.azure.eventprocessorhost.ExceptionReceivedEventArgs.getHostname()
name: getHostname()
nameWithType: ExceptionReceivedEventArgs.getHostname()
returns:
description: <p>The name of the host that experienced the exception. </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Allows distinguishing the error source if multiple hosts in a single process.</p>
<p></p>
syntax: public String getHostname()
uid: com.microsoft.azure.eventprocessorhost.ExceptionReceivedEventArgs.getHostname()
uid: com.microsoft.azure.eventprocessorhost.ExceptionReceivedEventArgs.getHostname*
fullName: com.microsoft.azure.eventprocessorhost.ExceptionReceivedEventArgs.getHostname
name: getHostname()
package: com.microsoft.azure.eventprocessorhost
metadata: {}
| 42.863636 | 91 | 0.800636 |
803b499bdadfacfde0617045145b7d59be37d796 | 1,012 | yaml | YAML | charts/flux2/templates/podmonitor.yaml | dwerder/helm-charts | 2002424bd689753c05b37dd3d043ace93cb4bb50 | [
"Apache-2.0"
] | 36 | 2021-11-04T08:11:24.000Z | 2022-03-10T19:35:29.000Z | charts/flux2/templates/podmonitor.yaml | dwerder/helm-charts | 2002424bd689753c05b37dd3d043ace93cb4bb50 | [
"Apache-2.0"
] | 66 | 2021-11-02T10:00:04.000Z | 2022-03-22T07:53:16.000Z | charts/flux2/templates/podmonitor.yaml | dwerder/helm-charts | 2002424bd689753c05b37dd3d043ace93cb4bb50 | [
"Apache-2.0"
] | 26 | 2021-11-01T10:41:37.000Z | 2022-03-28T07:12:39.000Z | {{ if .Values.prometheus.podMonitor.create }}
apiVersion: monitoring.coreos.com/v1
kind: PodMonitor
metadata:
name: {{ .Release.Name }}
labels:
app.kubernetes.io/instance: {{ .Release.Namespace | quote }}
app.kubernetes.io/managed-by: {{ .Release.Service | quote }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
app.kubernetes.io/part-of: flux
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
{{- range $key, $value := .Values.prometheus.podMonitor.additionalLabels }}
{{ $key }}: {{ $value | quote }}
{{- end }}
spec:
namespaceSelector:
matchNames:
- {{ .Release.Namespace }}
selector:
matchExpressions:
- key: app
operator: In
values:
- helm-controller
- source-controller
- kustomize-controller
- notification-controller
- image-automation-controller
- image-reflector-controller
podMetricsEndpoints:
- port: http-prom
{{- end }}
| 30.666667 | 79 | 0.612648 |
55ffeeddad817de98e60fa9d461aebd9f5c4103d | 6,489 | yml | YAML | .github/workflows/blank.yml | GridTechs/ERC20 | c5926964295413890c2518189d5203c9b227ca55 | [
"MIT"
] | null | null | null | .github/workflows/blank.yml | GridTechs/ERC20 | c5926964295413890c2518189d5203c9b227ca55 | [
"MIT"
] | 2 | 2020-08-30T23:24:31.000Z | 2020-10-20T03:42:54.000Z | .github/workflows/blank.yml | GridTechs/ERC20 | c5926964295413890c2518189d5203c9b227ca55 | [
"MIT"
] | null | null | null | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a one-line script
run: echo Hello, world!
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
{
"currentVersion" : 10.7,
"id" : 0,
"name" : "CountyBoundary_CEC",
"type" : "Feature Layer",
"serviceItemId" : "db9fef8d6ff84446b2ae595ce9776c5c",
"displayField" : "NAME",
"description" : "This county boundary is generated with Tiger Line county boundary with ESRI zipcode for the detailed coastline.",
"copyrightText" : "US Census Bereau and ESRI.",
"defaultVisibility" : true,
"editingInfo" : {
"lastEditDate" : 1577206698615
},
"relationships" : [],
"isDataVersioned" : false,
"supportsAppend" : true,
"supportsCalculate" : true,
"supportsASyncCalculate" : true,
"supportsTruncate" : true,
"supportsAttachmentsByUploadId" : true,
"supportsAttachmentsResizing" : true,
"supportsRollbackOnFailureParameter" : true,
"supportsStatistics" : true,
"supportsExceedsLimitStatistics" : true,
"supportsAdvancedQueries" : true,
"supportsValidateSql" : true,
"supportsCoordinatesQuantization" : true,
"supportsFieldDescriptionProperty" : true,
"supportsQuantizationEditMode" : true,
"supportsApplyEditsWithGlobalIds" : false,
"supportsMultiScaleGeometry" : true,
"supportsReturningQueryGeometry" : true,
"hasGeometryProperties" : true,
"geometryProperties" :
{
"shapeAreaFieldName" : "Shape__Area",
"shapeLengthFieldName" : "Shape__Length",
"units" : "esriMeters"
},
"advancedQueryCapabilities" : {
"supportsPagination" : true,
"supportsPaginationOnAggregatedQueries" : true,
"supportsQueryRelatedPagination" : true,
"supportsQueryWithDistance" : true,
"supportsReturningQueryExtent" : true,
"supportsStatistics" : true,
"supportsOrderBy" : true,
"supportsDistinct" : true,
"supportsQueryWithResultType" : true,
"supportsSqlExpression" : true,
"supportsAdvancedQueryRelated" : true,
"supportsCountDistinct" : true,
"supportsPercentileStatistics" : true,
"supportsLod" : true,
"supportsQueryWithLodSR" : false,
"supportedLodTypes" : [
"geohash"
],
"supportsReturningGeometryCentroid" : true,
"supportsReturningGeometryProperties" : true,
"supportsQueryWithDatumTransformation" : true,
"supportsHavingClause" : true,
"supportsOutFieldSQLExpression" : true,
"supportsMaxRecordCountFactor" : true,
"supportsTopFeaturesQuery" : true,
"supportsDisjointSpatialRel" : true,
"supportsQueryWithCacheHint" : true
},
"useStandardizedQueries" : true,
"geometryType" : "esriGeometryPolygon",
"minScale" : 5074061,
"maxScale" : 0,
"extent" : {
"xmin" : -13849832.560508508,
"ymin" : 3833632.9542530929,
"xmax" : -12705028.292081185,
"ymax" : 5162405.1510778815,
"spatialReference" : {
"wkid" : 102100,
"latestWkid" : 3857
}
},
"drawingInfo":{"renderer":{"type":"simple","label":"","description":"","symbol":{"color":[128,128,128,0],"outline":{"color":[128,128,128,255],"width":2,"type":"esriSLS","style":"esriSLSSolid"},"type":"esriSFS","style":"esriSFSSolid"}},"transparency":0},
"allowGeometryUpdates" : true,
"hasAttachments" : false,
"htmlPopupType" : "esriServerHTMLPopupTypeAsHTMLText",
"hasM" : false,
"hasZ" : false,
"objectIdField" : "OBJECTID",
"uniqueIdField" :
{
"name" : "OBJECTID",
"isSystemMaintained" : true
},
"globalIdField" : "",
"typeIdField" : "",
"fields" : [
{
"name" : "OBJECTID",
"type" : "esriFieldTypeOID",
"alias" : "OBJECTID",
"sqlType" : "sqlTypeOther",
"nullable" : false,
"editable" : false,
"domain" : null,
"defaultValue" : null
},
{
"name" : "COUNTYFP",
"type" : "esriFieldTypeString",
"alias" : "County FIPS",
"sqlType" : "sqlTypeOther",
"length" : 3,
"nullable" : true,
"editable" : true,
"domain" : null,
"defaultValue" : null
},
{
"name" : "NAME",
"type" : "esriFieldTypeString",
"alias" : "Name",
"sqlType" : "sqlTypeOther",
"length" : 100,
"nullable" : true,
"editable" : true,
"domain" : null,
"defaultValue" : null
},
{
"name" : "Shape__Area",
"type" : "esriFieldTypeDouble",
"alias" : "Shape__Area",
"sqlType" : "sqlTypeDouble",
"nullable" : true,
"editable" : false,
"domain" : null,
"defaultValue" : null
},
{
"name" : "Shape__Length",
"type" : "esriFieldTypeDouble",
"alias" : "Shape__Length",
"sqlType" : "sqlTypeDouble",
"nullable" : true,
"editable" : false,
"domain" : null,
"defaultValue" : null
}
],
"indexes" : [
{
"name" : "PK__COUNTYBO__F4B70D85945BADB6",
"fields" : "OBJECTID",
"isAscending" : true,
"isUnique" : true,
"description" : ""
},
{
"name" : "user_28775.COUNTYBOUNDARY_CEC_2014_COUNTYBOUNDARY_CEC2_Shape_sidx",
"fields" : "Shape",
"isAscending" : true,
"isUnique" : false,
"description" : ""
},
{
"name" : "I10NAME",
"fields" : "NAME",
"isAscending" : true,
"isUnique" : false,
"description" : ""
},
{
"name" : "Shape__Area_Index",
"fields" : "Shape__Area",
"isAscending" : true,
"isUnique" : false,
"description" : ""
},
{
"name" : "Shape__Length_Index",
"fields" : "Shape__Length",
"isAscending" : true,
"isUnique" : false,
"description" : ""
}
],
"types" : [],
"templates" : [
{
"name" : "CountyBoundary_CEC",
"description" : "",
"drawingTool" : "esriFeatureEditToolPolygon",
"prototype" : {
"attributes" : {
"NAME" : null,
"COUNTYFP" : null
}
}
}
],
"supportedQueryFormats" : "JSON, geoJSON, PBF",
"hasStaticData" : false,
"maxRecordCount" : 1000,
"standardMaxRecordCount" : 4000,
"standardMaxRecordCountNoGeometry" : 32000,
"tileMaxRecordCount" : 4000,
"maxRecordCountFactor" : 1,
"capabilities" : "Query"
}
| 28.460526 | 256 | 0.591154 |
c692a53973bdc68178c5d0b3d1b4a9c6fe786fc1 | 658 | yaml | YAML | Chart/sqlbee/templates/service.yaml | connctd/sqlbee | 24d89213468a5b301602b46a121044d2d1f1a99c | [
"MIT"
] | 6 | 2019-02-11T09:44:35.000Z | 2022-03-21T08:34:09.000Z | Chart/sqlbee/templates/service.yaml | connctd/sqlbee | 24d89213468a5b301602b46a121044d2d1f1a99c | [
"MIT"
] | 3 | 2020-01-24T10:57:39.000Z | 2022-01-12T13:37:44.000Z | Chart/sqlbee/templates/service.yaml | connctd/sqlbee | 24d89213468a5b301602b46a121044d2d1f1a99c | [
"MIT"
] | null | null | null | apiVersion: v1
kind: Service
metadata:
name: {{ .Values.service.name }}
namespace: {{ .Release.Namespace }}
labels:
app: sqlbee
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
app.kubernetes.io/name: {{ template "sqlbee.name" . }}
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
spec:
ports:
- port: 443
targetPort: 443
selector:
app: sqlbee
svc: sqlbee-injector | 29.909091 | 75 | 0.618541 |
84da406920f1900f9b8b664dd3cef163a6883ee7 | 691 | yml | YAML | config-yml/image.style.5503_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.5503_composite_crop_72dpi.yml | unb-libraries/composites.lib.unb.ca | 1ce0ca585296e765d58e586172f68d97c4a42708 | [
"MIT"
] | null | null | null | config-yml/image.style.5503_composite_crop_72dpi.yml | unb-libraries/composites.lib.unb.ca | 1ce0ca585296e765d58e586172f68d97c4a42708 | [
"MIT"
] | null | null | null | uuid: fe5166a0-d338-4079-95ce-0a0adb4e0df9
langcode: en
status: true
dependencies: { }
name: 5503_composite_crop_72dpi
label: 5503_composite_crop_72dpi
effects:
7e9f6035-a454-4a1d-9b81-8c1fd94e5eec:
uuid: 7e9f6035-a454-4a1d-9b81-8c1fd94e5eec
id: image_crop
weight: 0
data:
width: 130
height: 202
anchor: 93-352
d40cb377-f08f-4691-b1b9-46a3debb3312:
uuid: d40cb377-f08f-4691-b1b9-46a3debb3312
id: image_scale
weight: 0
data:
width: 400
upscale: true
height: null
2c0a1210-cd9f-43be-96d2-5662d29c3bef:
uuid: 2c0a1210-cd9f-43be-96d2-5662d29c3bef
id: image_convert
weight: 100
data:
extension: jpg
| 23.033333 | 46 | 0.69754 |
c0e36f7fb08e6b5752b5eb4b6cbf3b6a21468cff | 476 | yml | YAML | data/l10n.yml | UB-Heidelberg/heiper | 57a5022021bb6d891fcc43d0d3677d78d1c0b331 | [
"MIT"
] | 2 | 2018-04-01T14:38:22.000Z | 2018-04-03T08:27:51.000Z | data/l10n.yml | kba/heiper | 98f3ea17f5ea5c1883cc9c89bbc5898742fec7e1 | [
"MIT"
] | 18 | 2020-09-15T08:45:15.000Z | 2022-02-15T09:59:42.000Z | data/l10n.yml | UB-Heidelberg/heiper | 57a5022021bb6d891fcc43d0d3677d78d1c0b331 | [
"MIT"
] | null | null | null | eng:
monograph: 'Monograph'
periodical: 'Periodical'
multivolume_work: 'Multivolume work'
manuscript: 'Manuscript'
charter: 'Charter'
issue: 'Issue'
article: 'Article'
ger:
monograph: 'Monographie'
periodical: 'Periodikum'
multivolume_work: 'Mehrbändiges Werk'
manuscript: 'Handschrift'
charter: 'Urkunde'
issue: 'Zeitschriftenheft'
article: 'Artikel'
| 28 | 39 | 0.579832 |
b1ef1b9284c3d2e0079eb1b33d2ac00151591c28 | 930 | yml | YAML | docs-ref-autogen/azure-cognitiveservices-language-luis/azure.cognitiveservices.language.luis.authoring.models.application_update_object_py3.yml | rloutlaw/azure-docs-sdk-python | d755ebe626be0da867cb3c0406ee596dd678ed62 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2022-03-22T15:02:41.000Z | 2022-03-22T15:02:41.000Z | docs-ref-autogen/azure-cognitiveservices-language-luis/azure.cognitiveservices.language.luis.authoring.models.application_update_object_py3.yml | rloutlaw/azure-docs-sdk-python | d755ebe626be0da867cb3c0406ee596dd678ed62 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/azure-cognitiveservices-language-luis/azure.cognitiveservices.language.luis.authoring.models.application_update_object_py3.yml | rloutlaw/azure-docs-sdk-python | d755ebe626be0da867cb3c0406ee596dd678ed62 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ### YamlMime:UniversalReference
api_name: []
items:
- children:
- azure.cognitiveservices.language.luis.authoring.models.application_update_object_py3.ApplicationUpdateObject
fullName: azure.cognitiveservices.language.luis.authoring.models.application_update_object_py3
langs:
- python
module: azure.cognitiveservices.language.luis.authoring.models.application_update_object_py3
name: application_update_object_py3
type: module
uid: azure.cognitiveservices.language.luis.authoring.models.application_update_object_py3
references:
- fullName: azure.cognitiveservices.language.luis.authoring.models.application_update_object_py3.ApplicationUpdateObject
isExternal: false
name: ApplicationUpdateObject
parent: azure.cognitiveservices.language.luis.authoring.models.application_update_object_py3
uid: azure.cognitiveservices.language.luis.authoring.models.application_update_object_py3.ApplicationUpdateObject
| 48.947368 | 120 | 0.862366 |
4aa8e5e253ec0359842ae76c1c81fe6eeeab0339 | 4,653 | yaml | YAML | server/tests-py/queries/remote_schemas/permissions/inheritance/setup.yaml | gh-oss-contributor/graphql-engine-1 | f3de8f4e6572e47db83ca947629ba48988c03b7e | [
"Apache-2.0",
"MIT"
] | 27,416 | 2018-07-10T09:22:08.000Z | 2022-03-31T18:26:49.000Z | server/tests-py/queries/remote_schemas/permissions/inheritance/setup.yaml | gh-oss-contributor/graphql-engine-1 | f3de8f4e6572e47db83ca947629ba48988c03b7e | [
"Apache-2.0",
"MIT"
] | 7,682 | 2018-07-10T08:31:19.000Z | 2022-03-31T18:07:44.000Z | server/tests-py/queries/remote_schemas/permissions/inheritance/setup.yaml | gh-oss-contributor/graphql-engine-1 | f3de8f4e6572e47db83ca947629ba48988c03b7e | [
"Apache-2.0",
"MIT"
] | 2,753 | 2018-07-10T09:21:30.000Z | 2022-03-31T16:00:06.000Z | type: bulk
args:
- type: add_remote_schema
args:
name: my-remote-schema
definition:
url: http://localhost:4020
forward_client_headers: false
- type: pg_track_table
args:
table: authors
- type: pg_create_select_permission
args:
table: authors
role: role3
permission:
columns: "*"
filter:
id: X-Hasura-Author-Id
- type: add_remote_schema_permissions
args:
remote_schema: my-remote-schema
role: role1
definition:
schema: |
type User {
user_id: Int
userMessages(whered: MessageWhereInpObj): [Message]
gimmeText(text: String): String
}
interface Communication {
id: Int!
msg: String!
}
type Message implements Communication {
id: Int!
name: String!
msg: String!
errorMsg: String
}
input MessageWhereInpObj {
id: IntCompareObj
name: StringCompareObj
}
input IntCompareObj {
eq : Int
gt : Int
lt : Int
}
input StringCompareObj {
eq : String
}
type Query {
hello: String
messages(where: MessageWhereInpObj @preset(value: {id: {eq: 1}})): [Message]
user(user_id: Int! @preset(value: "x-hasura-user-id")): User
users(user_ids: [Int]!): [User]
message(id: Int!) : Message
communications(id: Int): [Communication]
}
schema {
query: Query
}
- type: add_remote_schema_permissions
args:
remote_schema: my-remote-schema
role: role2
definition:
# same permission as role1, some types and fields
# are arranged differently
schema: |
schema {
query: Query
}
interface Communication {
id: Int!
msg: String!
}
type User {
user_id: Int
userMessages(whered: MessageWhereInpObj): [Message]
gimmeText(text: String): String
}
input MessageWhereInpObj {
id: IntCompareObj
name: StringCompareObj
}
type Message implements Communication {
id: Int!
name: String!
msg: String!
errorMsg: String
}
input IntCompareObj {
eq : Int
gt : Int
lt : Int
}
input StringCompareObj {
eq : String
}
type Query {
messages(where: MessageWhereInpObj @preset(value: {id: {eq: 1}})): [Message]
users(user_ids: [Int]!): [User]
message(id: Int!) : Message
user(user_id: Int! @preset(value: "x-hasura-user-id")): User
communications(id: Int): [Communication]
hello: String
}
- type: add_inherited_role
args:
role_name: inherited_role1
role_set:
- role1
- role2
- role3
- type: add_remote_schema_permissions
args:
remote_schema: my-remote-schema
role: role4
definition:
schema: |
interface Communication {
id: Int!
msg: String!
}
type Message implements Communication {
id: Int!
name: String!
msg: String!
errorMsg: String
}
input MessageWhereInpObj {
id: IntCompareObj
name: StringCompareObj
}
input IntCompareObj {
eq : Int
gt : Int
lt : Int
}
input StringCompareObj {
eq : String
}
type Query {
messages(where: MessageWhereInpObj @preset(value: {id: {eq: 1}})): [Message]
}
schema {
query: Query
}
# preset of the `where` argument of the `messages` field is different from role3
- type: add_remote_schema_permissions
args:
remote_schema: my-remote-schema
role: role5
definition:
schema: |
interface Communication {
id: Int!
msg: String!
}
type Message implements Communication {
id: Int!
name: String!
msg: String!
errorMsg: String
}
input MessageWhereInpObj {
id: IntCompareObj
name: StringCompareObj
}
input IntCompareObj {
eq : Int
gt : Int
lt : Int
}
input StringCompareObj {
eq : String
}
type Query {
messages(where: MessageWhereInpObj @preset(value: {id: {eq: 2}})): [Message]
}
schema {
query: Query
}
- type: add_inherited_role
args:
role_name: inherited_role2
role_set:
- role4
- role5
| 20.497797 | 85 | 0.539437 |
0cba05da31b817ab2ec005451b963761889396b0 | 1,383 | yml | YAML | config-server/src/main/resources/bootstrap.yml | soldiers1989/market5 | 5324f3155950328ec6a757c379348792166444d8 | [
"Apache-2.0"
] | 2 | 2018-07-12T02:16:09.000Z | 2018-09-08T12:55:12.000Z | config-server/src/main/resources/bootstrap.yml | sloppy2017/market5 | 5324f3155950328ec6a757c379348792166444d8 | [
"Apache-2.0"
] | null | null | null | config-server/src/main/resources/bootstrap.yml | sloppy2017/market5 | 5324f3155950328ec6a757c379348792166444d8 | [
"Apache-2.0"
] | 3 | 2018-08-13T08:34:20.000Z | 2018-10-09T19:19:30.000Z | server:
port: 8888
spring:
application:
name: config-server
cloud:
config:
server:
git:
uri: http://gitlab.czb365.com/jianghongyan/config-repo.git
searchPaths: /config-repo/**
username: jianghongyan
password: a3135798
default-label: master
uri: http://${spring.application.name}
discovery:
service-id: ${spring.application.name}
profiles:
active: dev
#logging 配置
logging:
config: classpath:logback.xml
level:
org.springframework.web: debug
com.unis: debug
---
spring:
profiles: dev,default
eureka:
instance:
preferIpAddress: true
leaseRenewalIntervalInSeconds: 10
ip-address: 192.168.1.136
client:
registerWithEureka: true
fetchRegistry: true
serviceUrl:
defaultZone: http://peer:8084/eureka/
---
spring:
profiles: release
eureka:
instance:
preferIpAddress: true
leaseRenewalIntervalInSeconds: 10
ip-address: 192.168.1.136
client:
registerWithEureka: true
fetchRegistry: true
serviceUrl:
defaultZone: http://peer1:8081/eureka/
---
spring:
profiles: prod
eureka:
instance:
preferIpAddress: true
leaseRenewalIntervalInSeconds: 10
ip-address: 192.168.1.136
client:
registerWithEureka: true
fetchRegistry: true
serviceUrl:
defaultZone: http://peer:8084/eureka/
| 20.641791 | 68 | 0.666667 |
2e666f933b573ded8c47395aad15458b21e5c520 | 766 | yaml | YAML | kubernetes/deployment.yaml | marcportabellaclotet-mt/cniep | 254a50d2c5e5eeeef3f55f9316d503dec0203a02 | [
"MIT"
] | null | null | null | kubernetes/deployment.yaml | marcportabellaclotet-mt/cniep | 254a50d2c5e5eeeef3f55f9316d503dec0203a02 | [
"MIT"
] | null | null | null | kubernetes/deployment.yaml | marcportabellaclotet-mt/cniep | 254a50d2c5e5eeeef3f55f9316d503dec0203a02 | [
"MIT"
] | null | null | null | apiVersion: apps/v1
kind: Deployment
metadata:
name: cniep
spec:
replicas: 1
selector:
matchLabels:
app: cniep
template:
metadata:
labels:
app: cniep
spec:
serviceAccount: cniep
serviceAccountName: cniep
containers:
- image: marcportabellaclotet/cniep:latest
imagePullPolicy: Always
name: cniep
env:
# If you are using AWS S3 to sync templates
#- name: AWS_DEFAULT_REGION
# value: xxxxxx
#- name: AWS_ACCESS_KEY_ID
# value: xxxxxx
#- name: AWS_SECRET_ACCESS_KEY
# value: xxxxxx (can use k8s secrets to store the value)
ports:
- containerPort: 8082
protocol: TCP
resources:
| 22.529412 | 65 | 0.586162 |
f5401c939d1edbe7451ae36b35a0092608ccc0bc | 162 | yaml | YAML | mason/test/support/configs/valid_config_1.yaml | kyprifog/mason | bf45672124ef841bc16216c293034f4ccc506621 | [
"Apache-2.0"
] | 4 | 2021-04-12T17:49:34.000Z | 2022-01-23T19:54:29.000Z | mason/test/support/configs/valid_config_1.yaml | kyprifog/mason | bf45672124ef841bc16216c293034f4ccc506621 | [
"Apache-2.0"
] | 24 | 2021-04-30T18:40:25.000Z | 2021-05-12T20:52:06.000Z | mason/test/support/configs/valid_config_1.yaml | kyprifog/mason | bf45672124ef841bc16216c293034f4ccc506621 | [
"Apache-2.0"
] | 3 | 2021-04-12T19:40:43.000Z | 2021-09-07T21:56:36.000Z | type: config
id: "6"
storage_clients:
- "s3"
clients:
s3:
configuration:
aws_region: "us-west-2"
secret_key: "test"
access_key: "test"
| 14.727273 | 29 | 0.598765 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.