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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7ad72b2f5eccaeba8c5ae7ed0695127ad3c8b98f | 1,438 | yaml | YAML | recipe/meta.yaml | regro-cf-autotick-bot/mdsynthesis-feedstock | f088c20734a705d96b8150bbd8e64d2c12dd7af2 | [
"BSD-3-Clause"
] | null | null | null | recipe/meta.yaml | regro-cf-autotick-bot/mdsynthesis-feedstock | f088c20734a705d96b8150bbd8e64d2c12dd7af2 | [
"BSD-3-Clause"
] | 6 | 2018-02-01T08:23:11.000Z | 2021-06-10T18:16:22.000Z | recipe/meta.yaml | regro-cf-autotick-bot/mdsynthesis-feedstock | f088c20734a705d96b8150bbd8e64d2c12dd7af2 | [
"BSD-3-Clause"
] | 3 | 2017-04-07T08:25:23.000Z | 2019-12-04T15:25:21.000Z | {% set name = "mdsynthesis" %}
{% set version = "0.6.1" %}
{% set sha256 = "95f48f9e2fd5dbd031b08de87ab682921895b336a855807ef95cdd876315cdc2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256 }}
build:
number: 2
skip: True # [win]
script: python -m pip install --no-deps --ignore-installed .
requirements:
build:
- python
- pip
- setuptools
run:
- python
- datreant <=1.0.0
- datreant.core
- datreant.data
- mdanalysis >=0.17.0
test:
imports:
- mdsynthesis
about:
home: https://mdsynthesis.readthedocs.io/en/master/
license: GPL-2.0
license_family: GPL
license_file: '{{ environ["RECIPE_DIR"] }}/LICENSE.txt'
summary: 'a persistence engine for molecular dynamics data'
description: |
As computing power increases, it is now possible to produce hundreds of molecular
dynamics simulation trajectories that vary widely in length, system size, composition,
starting conditions, and other parameters. Managing this complexity in ways that allow
use of the data to answer scientific questions has itself become a bottleneck.
MDSynthesis is an answer to this problem.
dev_url: https://github.com/datreant/MDSynthesis
extra:
recipe-maintainers:
- kain88-de
- orbeckst
| 27.132075 | 95 | 0.678025 |
7595457f21b700b5bce29dffc0659cdcbeaed9a3 | 680 | yml | YAML | ansible-void/roles/base/tasks/post-install.yml | charlesvdv/dotfiles | b55245257b0c790cb69678d6189e6c7607febfbf | [
"MIT"
] | 3 | 2017-05-02T13:32:34.000Z | 2017-11-18T16:38:19.000Z | ansible-void/roles/base/tasks/post-install.yml | charlesvdv/dotfiles | b55245257b0c790cb69678d6189e6c7607febfbf | [
"MIT"
] | null | null | null | ansible-void/roles/base/tasks/post-install.yml | charlesvdv/dotfiles | b55245257b0c790cb69678d6189e6c7607febfbf | [
"MIT"
] | null | null | null | # Steps described in the post install wiki from void linux
# https://wiki.voidlinux.org/Post_Installation
- name: install non-free repo
xbps: name=void-repo-nonfree
- name: install linux firmware
xbps: name=linux-firmware,linux-firmware-network
- name: install openntp
xbps: name=openntpd
- name: enable openntp service
runit:
name: openntpd
enabled: yes
state: started
- name: disable useless mdadm
runit:
name: mdadm
enabled: no
- name: disable sshd
runit:
name: sshd
enabled: no
- name: setup {{ username }} user
user:
name: "{{ username }}"
groups: wheel,users,audio,video,cdrom,input,storage
generate_ssh_key: yes
| 20 | 58 | 0.697059 |
cabf7fe3647b6be2d73b72fedde292e8cadaa0ca | 573 | yaml | YAML | config/entities/binary_sensors/move_in_house.yaml | fireman1206/home-assistant-config | 31fc1c21af4338d865361d189a1dda9fe01f04c9 | [
"MIT"
] | 28 | 2019-06-17T14:08:00.000Z | 2021-12-19T16:55:52.000Z | config/entities/binary_sensors/move_in_house.yaml | oncleben31/home-assistant-conf | 31fc1c21af4338d865361d189a1dda9fe01f04c9 | [
"MIT"
] | 32 | 2019-12-20T09:07:49.000Z | 2022-01-17T06:20:14.000Z | config/entities/binary_sensors/move_in_house.yaml | fireman1206/home-assistant-config | 31fc1c21af4338d865361d189a1dda9fe01f04c9 | [
"MIT"
] | 16 | 2019-08-07T15:42:31.000Z | 2022-02-24T20:59:07.000Z | ---
# This binary motion sensor, allow to track if any of the sensors of the house
# detect a movement.
# Currently only one motion sensor live in the house.
#
# https://www.home-assistant.io/components/binary_sensor.template/
#
platform: template
sensors:
motion_house_meta:
friendly_name: "Mouvement dans la maison"
device_class: motion
value_template: >-
{%- if is_state("binary_sensor.motion_sensor_livingroom", "on") or
is_state("binary_sensor.presence_sous_sol ", "on")
-%}
True
{%- else -%}
False
{%- endif %}
| 27.285714 | 78 | 0.675393 |
954afeb7f0c6d4faaa0652ebc0259e5f08b0fdd7 | 4,987 | yml | YAML | docs-ref-autogen/azure-arm-mysql/LocationBasedPerformanceTier.yml | diberry/azure-docs-sdk-node | e4cdecc184ee9c04c6acf267b5320db907c697be | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-06-11T09:22:46.000Z | 2021-06-11T09:22:46.000Z | docs-ref-autogen/azure-arm-mysql/LocationBasedPerformanceTier.yml | diberry/azure-docs-sdk-node | e4cdecc184ee9c04c6acf267b5320db907c697be | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/azure-arm-mysql/LocationBasedPerformanceTier.yml | diberry/azure-docs-sdk-node | e4cdecc184ee9c04c6acf267b5320db907c697be | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ### YamlMime:UniversalReference
items:
- uid: azure-arm-mysql.LocationBasedPerformanceTier
name: LocationBasedPerformanceTier
fullName: LocationBasedPerformanceTier
children:
- azure-arm-mysql.LocationBasedPerformanceTier.list
- azure-arm-mysql.LocationBasedPerformanceTier.list_2
- azure-arm-mysql.LocationBasedPerformanceTier.list_1
- >-
azure-arm-mysql.LocationBasedPerformanceTier.listWithHttpOperationResponse
langs:
- typeScript
type: interface
summary: ''
package: azure-arm-mysql
- uid: azure-arm-mysql.LocationBasedPerformanceTier.list
name: 'list(string, Object)'
children: []
type: method
langs:
- typeScript
summary: |-
List all the performance tiers at specified location in a given
subscription.
syntax:
content: 'function list(locationName: string, options?: Object)'
parameters:
- id: locationName
type:
- string
description: |
The name of the location.
- id: options
type:
- Object
description: ''
optional: true
return:
type:
- Promise<azure-arm-mysql.PerformanceTierListResult>
package: azure-arm-mysql
- uid: azure-arm-mysql.LocationBasedPerformanceTier.list_2
name: 'list(string, Object, ServiceCallback<PerformanceTierListResult>)'
children: []
type: method
langs:
- typeScript
summary: |-
List all the performance tiers at specified location in a given
subscription.
syntax:
content: >-
function list(locationName: string, options: Object, callback:
ServiceCallback<PerformanceTierListResult>)
parameters:
- id: locationName
type:
- string
description: ''
- id: options
type:
- Object
description: ''
- id: callback
type:
- ServiceCallback<azure-arm-mysql.PerformanceTierListResult>
description: ''
return:
type:
- Promise<azure-arm-mysql.PerformanceTierListResult>
package: azure-arm-mysql
- uid: azure-arm-mysql.LocationBasedPerformanceTier.list_1
name: 'list(string, ServiceCallback<PerformanceTierListResult>)'
children: []
type: method
langs:
- typeScript
summary: |-
List all the performance tiers at specified location in a given
subscription.
syntax:
content: >-
function list(locationName: string, callback:
ServiceCallback<PerformanceTierListResult>)
parameters:
- id: locationName
type:
- string
description: ''
- id: callback
type:
- ServiceCallback<azure-arm-mysql.PerformanceTierListResult>
description: ''
return:
type:
- Promise<azure-arm-mysql.PerformanceTierListResult>
package: azure-arm-mysql
- uid: azure-arm-mysql.LocationBasedPerformanceTier.listWithHttpOperationResponse
name: 'listWithHttpOperationResponse(string, Object)'
children: []
type: method
langs:
- typeScript
summary: |-
List all the performance tiers at specified location in a given
subscription.
syntax:
content: >-
function listWithHttpOperationResponse(locationName: string, options?:
Object)
parameters:
- id: locationName
type:
- string
description: |
The name of the location.
- id: options
type:
- Object
description: ''
optional: true
return:
type:
- >-
Promise<HttpOperationResponse<azure-arm-mysql.PerformanceTierListResult>>
package: azure-arm-mysql
references:
- uid: Promise<azure-arm-mysql.PerformanceTierListResult>
name: PerformanceTierListResult>
spec.typeScript:
- name: Promise<
fullName: Promise<
- name: PerformanceTierListResult
fullName: PerformanceTierListResult
uid: azure-arm-mysql.PerformanceTierListResult
- name: '>'
fullName: '>'
- uid: ServiceCallback<azure-arm-mysql.PerformanceTierListResult>
name: PerformanceTierListResult>
spec.typeScript:
- name: ServiceCallback<
fullName: ServiceCallback<
- name: PerformanceTierListResult
fullName: PerformanceTierListResult
uid: azure-arm-mysql.PerformanceTierListResult
- name: '>'
fullName: '>'
- uid: Promise<HttpOperationResponse<azure-arm-mysql.PerformanceTierListResult>>
name: PerformanceTierListResult>>
spec.typeScript:
- name: Promise<HttpOperationResponse<
fullName: Promise<HttpOperationResponse<
- name: PerformanceTierListResult
fullName: PerformanceTierListResult
uid: azure-arm-mysql.PerformanceTierListResult
- name: '>>'
fullName: '>>'
| 31.36478 | 85 | 0.635853 |
a6c67bbc5acd9dfa98cd82768b81b38a3a0a1fc2 | 767 | yml | YAML | vendor/Image-ExifTool-11.80/META.yml | zealot128-os/mini_exiftool_vendored | 433b686f16a2ca3fcbbb9770922f842cfd2df5b7 | [
"MIT"
] | 1 | 2020-01-27T18:05:11.000Z | 2020-01-27T18:05:11.000Z | vendor/Image-ExifTool-11.80/META.yml | zealot128-os/mini_exiftool_vendored | 433b686f16a2ca3fcbbb9770922f842cfd2df5b7 | [
"MIT"
] | 15 | 2019-06-12T22:35:58.000Z | 2020-01-10T22:40:47.000Z | vendor/Image-ExifTool-11.80/META.yml | zealot128-os/mini_exiftool_vendored | 433b686f16a2ca3fcbbb9770922f842cfd2df5b7 | [
"MIT"
] | 3 | 2019-05-23T09:46:31.000Z | 2020-05-11T21:03:20.000Z | ---
abstract: 'Read and write meta information'
author:
- 'Phil Harvey (philharvey66 at gmail.com)'
build_requires:
ExtUtils::MakeMaker: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Image-ExifTool
no_index:
directory:
- t
- inc
recommends:
Archive::Zip: '0'
Compress::Zlib: '0'
Digest::MD5: '0'
Digest::SHA: '0'
IO::Compress::RawDeflate: '0'
IO::Uncompress::RawInflate: '0'
POSIX::strptime: '0'
Time::HiRes: '0'
requires:
perl: '5.004'
version: '11.80'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
| 23.242424 | 88 | 0.696219 |
19b67043610caf212b771b7a07ae6d1c28e6f64b | 25 | yml | YAML | roles/dummy-hosts/defaults/main.yml | itga/mip-microservices-infrastructure | 61ca72813578dee1c571f3211c0bd7f5b31fd4e0 | [
"Apache-2.0"
] | null | null | null | roles/dummy-hosts/defaults/main.yml | itga/mip-microservices-infrastructure | 61ca72813578dee1c571f3211c0bd7f5b31fd4e0 | [
"Apache-2.0"
] | 1 | 2021-03-26T00:34:32.000Z | 2021-03-26T00:34:32.000Z | roles/dummy-hosts/defaults/main.yml | itga/mip-microservices-infrastructure | 61ca72813578dee1c571f3211c0bd7f5b31fd4e0 | [
"Apache-2.0"
] | null | null | null | ---
dummy_dns_items: []
| 6.25 | 19 | 0.6 |
d389752ec1138a3449ebcfa57740674c30571f22 | 721 | yml | YAML | .rubocop_todo.yml | tomchipchase/rubycritic | 14ca21fdae94616250610452917c5d2a707337f0 | [
"MIT"
] | 1 | 2019-10-15T18:42:46.000Z | 2019-10-15T18:42:46.000Z | .rubocop_todo.yml | tomchipchase/rubycritic | 14ca21fdae94616250610452917c5d2a707337f0 | [
"MIT"
] | null | null | null | .rubocop_todo.yml | tomchipchase/rubycritic | 14ca21fdae94616250610452917c5d2a707337f0 | [
"MIT"
] | null | null | null | # This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 500`
# on 2019-10-13 13:43:46 -0400 using RuboCop version 0.65.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 2
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
Max: 12
# Offense count: 1
Style/ClassVars:
Exclude:
- 'lib/rubycritic/source_control_systems/base.rb'
# Offense count: 1
Style/MethodMissingSuper:
Exclude:
- 'lib/rubycritic/configuration.rb'
| 31.347826 | 67 | 0.758669 |
cbc368068adbd7c05257fdb97256aaaea0c6d04b | 110 | yaml | YAML | swagger/src/definitions/index.yaml | essuraj/node-ts-api-starter-v2 | 715e79d59e5e23ffcb28f7a5a5ccffc36192d40f | [
"MIT"
] | 7 | 2019-07-20T13:44:03.000Z | 2021-02-23T19:06:56.000Z | swagger/src/definitions/index.yaml | essuraj/node-ts-api-starter-v2 | 715e79d59e5e23ffcb28f7a5a5ccffc36192d40f | [
"MIT"
] | null | null | null | swagger/src/definitions/index.yaml | essuraj/node-ts-api-starter-v2 | 715e79d59e5e23ffcb28f7a5a5ccffc36192d40f | [
"MIT"
] | 5 | 2018-10-16T12:45:31.000Z | 2021-01-10T02:45:32.000Z | StandardResponse:
$ref: common.yaml#/standardResponse
RegisterBody:
$ref: account.yaml#/registerBody
| 18.333333 | 39 | 0.754545 |
a9394e929c60a4d6fcaa953beee65af70f9b6320 | 472 | yml | YAML | component_manifest.yml | simcesplatform/LogWriter | 4f1e04a59cbff10886a6d54b241745cd5b24e6e0 | [
"MIT"
] | null | null | null | component_manifest.yml | simcesplatform/LogWriter | 4f1e04a59cbff10886a6d54b241745cd5b24e6e0 | [
"MIT"
] | null | null | null | component_manifest.yml | simcesplatform/LogWriter | 4f1e04a59cbff10886a6d54b241745cd5b24e6e0 | [
"MIT"
] | null | null | null | # The component manifest file for the Log Writer component
Name: LogWriter
Type: platform
Description: "Log Writer component for the SimCES simulation platform"
DockerImage: ghcr.io/simcesplatform/logwriter
Attributes:
MessageBufferMaxDocumentCount:
Environment: MESSAGE_BUFFER_MAX_DOCUMENTS
Optional: true
Default: 20
MessageBufferMaxInterval:
Environment: MESSAGE_BUFFER_MAX_INTERVAL
Optional: true
Default: 10.0
| 29.5 | 70 | 0.752119 |
a9dc354506ec27673ad2f785066de6e9891b5adf | 1,754 | yml | YAML | azure-pipelines.yml | arootbeer/SmartEnum | 02ba654ec18397314e7804f3bca3674cd742e370 | [
"MIT"
] | 1 | 2019-06-23T22:44:55.000Z | 2019-06-23T22:44:55.000Z | azure-pipelines.yml | arootbeer/SmartEnum | 02ba654ec18397314e7804f3bca3674cd742e370 | [
"MIT"
] | null | null | null | azure-pipelines.yml | arootbeer/SmartEnum | 02ba654ec18397314e7804f3bca3674cd742e370 | [
"MIT"
] | 2 | 2020-03-28T18:05:13.000Z | 2021-06-05T01:21:22.000Z | trigger:
branches:
include:
- master
- refs/tags/*
pr:
- master
pool:
vmImage: 'VS2017-Win2016'
variables:
BuildConfiguration: 'Release'
steps:
# .NET Core SDK/Runtime Installer
# Acquires a specific version of the .NET Core SDK from the internet or the local cache and adds it to the PATH. Use this task to change the version of .NET Core used in subsequent tasks.
#- task: DotNetCoreInstaller@0
# inputs:
# packageType: 'sdk' # Options: runtime, sdk
# version: '2.2.105'
#
#- task: DotNetCoreCLI@2
# displayName: Restore
# inputs:
# command: restore
# projects: '**/*.csproj'
#
- script: dotnet --version
displayName: Show dotnet version
- task: DotNetCoreCLI@2
displayName: Build SmartEnum
inputs:
projects: '**/SmartEnum.csproj'
arguments: '--configuration $(BuildConfiguration) --output $(Build.ArtifactStagingDirectory)'
- task: DotNetCoreCLI@2
displayName: Build SmartEnum UnitTests
inputs:
projects: '**/SmartEnum.UnitTests.csproj'
arguments: '--configuration $(BuildConfiguration)'
- task: DotNetCoreCLI@2
displayName: Test
inputs:
command: test
projects: '**/SmartEnum.UnitTests.csproj'
arguments: '--configuration $(BuildConfiguration) --no-build --no-restore'
- task: CopyFiles@2
displayName: 'Copy Files'
inputs:
SourceFolder: '$(Build.ArtifactStagingDirectory)'
Contents: '**\*.nupkg'
TargetFolder: '$(Build.ArtifactStagingDirectory)\Package'
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
- task: PublishBuildArtifacts@1
displayName: 'Publish Artifact'
inputs:
PathtoPublish: '$(Build.ArtifactStagingDirectory)\Package'
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
| 27.40625 | 187 | 0.707526 |
4013749348e5047b416355d69f636d03490201f3 | 526 | yml | YAML | src/EventBundle/Resources/config/services.yml | Tom32i/symfony-event-demo | ab73c0e06e92852973add5ecce104be87eba8923 | [
"MIT"
] | null | null | null | src/EventBundle/Resources/config/services.yml | Tom32i/symfony-event-demo | ab73c0e06e92852973add5ecce104be87eba8923 | [
"MIT"
] | null | null | null | src/EventBundle/Resources/config/services.yml | Tom32i/symfony-event-demo | ab73c0e06e92852973add5ecce104be87eba8923 | [
"MIT"
] | null | null | null | services:
# Delayed Event Dispatcher
delayed_event_dispatcher:
class: EventBundle\Event\Dispatcher\DelayedEventDispatcher
arguments:
- "@event_dispatcher"
tags:
- { name: kernel.event_subscriber }
# Doctrine Event Subscriber
doctrine_event_subscriber:
class: EventBundle\Event\Subscriber\DoctrineSubscriber
arguments:
- "@delayed_event_dispatcher"
tags:
- { name: doctrine.event_subscriber, connection: default }
| 30.941176 | 70 | 0.648289 |
dc1b9bc4f3b612b4a47008939eb317c538883f0a | 1,795 | yaml | YAML | data/snmp/mibs/RADIUS-ACC-SERVER-MIB.yaml | madhavarao-yejarla/VoIP | 3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e | [
"Apache-2.0",
"BSD-3-Clause"
] | 35 | 2015-08-08T07:23:38.000Z | 2021-04-07T18:00:44.000Z | data/snmp/mibs/RADIUS-ACC-SERVER-MIB.yaml | madhavarao-yejarla/VoIP | 3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e | [
"Apache-2.0",
"BSD-3-Clause"
] | 1 | 2019-02-12T12:13:53.000Z | 2019-02-12T12:13:53.000Z | data/snmp/mibs/RADIUS-ACC-SERVER-MIB.yaml | fozavci/metasploit-framework-with-viproy | 3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e | [
"Apache-2.0",
"BSD-3-Clause"
] | 23 | 2015-08-11T05:07:47.000Z | 2020-11-06T03:55:10.000Z | ---
radiusAccounting: 1.3.6.1.2.1.67.2
radiusAccServIdent: 1.3.6.1.2.1.67.2.1.1.1.1
radiusAccServMIB: 1.3.6.1.2.1.67.2.1
radiusAccServDupRequests: 1.3.6.1.2.1.67.2.1.1.1.14.1.6
radiusAccServMIBCompliances: 1.3.6.1.2.1.67.2.1.2.1
radiusMIB: 1.3.6.1.2.1.67
radiusAccClientEntry: 1.3.6.1.2.1.67.2.1.1.1.14.1
radiusAccServRequests: 1.3.6.1.2.1.67.2.1.1.1.14.1.5
radiusAccServResponses: 1.3.6.1.2.1.67.2.1.1.1.14.1.7
radiusAccServUnknownTypes: 1.3.6.1.2.1.67.2.1.1.1.14.1.11
radiusAccServMIBConformance: 1.3.6.1.2.1.67.2.1.2
radiusAccServTotalUnknownTypes: 1.3.6.1.2.1.67.2.1.1.1.13
radiusAccServMIBGroups: 1.3.6.1.2.1.67.2.1.2.2
radiusAccServTotalDupRequests: 1.3.6.1.2.1.67.2.1.1.1.7
radiusAccServTotalMalformedRequests: 1.3.6.1.2.1.67.2.1.1.1.9
radiusAccClientAddress: 1.3.6.1.2.1.67.2.1.1.1.14.1.2
radiusAccServBadAuthenticators: 1.3.6.1.2.1.67.2.1.1.1.14.1.8
radiusAccServ: 1.3.6.1.2.1.67.2.1.1.1
radiusAccServResetTime: 1.3.6.1.2.1.67.2.1.1.1.3
radiusAccServUpTime: 1.3.6.1.2.1.67.2.1.1.1.2
radiusAccServTotalNoRecords: 1.3.6.1.2.1.67.2.1.1.1.12
radiusAccClientIndex: 1.3.6.1.2.1.67.2.1.1.1.14.1.1
radiusAccServTotalRequests: 1.3.6.1.2.1.67.2.1.1.1.5
radiusAccServMIBObjects: 1.3.6.1.2.1.67.2.1.1
radiusAccServConfigReset: 1.3.6.1.2.1.67.2.1.1.1.4
radiusAccServTotalResponses: 1.3.6.1.2.1.67.2.1.1.1.8
radiusAccServPacketsDropped: 1.3.6.1.2.1.67.2.1.1.1.14.1.4
radiusAccServMalformedRequests: 1.3.6.1.2.1.67.2.1.1.1.14.1.9
radiusAccServTotalPacketsDropped: 1.3.6.1.2.1.67.2.1.1.1.11
radiusAccClientTable: 1.3.6.1.2.1.67.2.1.1.1.14
radiusAccServTotalInvalidRequests: 1.3.6.1.2.1.67.2.1.1.1.6
radiusAccServTotalBadAuthenticators: 1.3.6.1.2.1.67.2.1.1.1.10
radiusAccClientID: 1.3.6.1.2.1.67.2.1.1.1.14.1.3
radiusAccServNoRecords: 1.3.6.1.2.1.67.2.1.1.1.14.1.10
| 49.861111 | 63 | 0.710306 |
fc4de328ca2f2fb808c77ab5874120107cd5c2af | 702 | yaml | YAML | atomics/T1138/T1138.yaml | altr-ego/atomic-red-team | 06c9ba6ff1fbdffd2e90c1381d0ea0431de052a2 | [
"MIT"
] | 4 | 2020-02-11T04:02:21.000Z | 2020-02-11T23:12:26.000Z | atomics/T1138/T1138.yaml | altr-ego/atomic-red-team | 06c9ba6ff1fbdffd2e90c1381d0ea0431de052a2 | [
"MIT"
] | 2 | 2021-05-20T10:22:21.000Z | 2021-09-27T23:21:40.000Z | atomics/T1138/T1138.yaml | altr-ego/atomic-red-team | 06c9ba6ff1fbdffd2e90c1381d0ea0431de052a2 | [
"MIT"
] | 1 | 2020-12-05T16:03:45.000Z | 2020-12-05T16:03:45.000Z | ---
attack_technique: T1138
display_name: Application Shimming
atomic_tests:
- name: Application Shim Installation
description: |
To test injecting DLL into a custom application
you need to copy AtomicShim.dll Into C:\Tools
As well as Compile the custom app.
We believe observing the shim install is a good
place to start.
supported_platforms:
- windows
input_arguments:
file_path:
description: Path to the shim databaase file
type: String
default: C:\AtomicRedTeam\atomics\T1138\src\AtomicShimx86.sdb
executor:
name: command_prompt
elevation_required: true
command: |
sdbinst.exe #{file_path}
sdbinst.exe -u #{file_path}
| 26 | 67 | 0.716524 |
544d56c057fd992a61ae097ef0db42e5276e12a0 | 481 | yml | YAML | data/homecoming/enhancements/crafted/Red_Fortune/Red_Fortune_EndRdx.yml | patrickhuber/city-of-info | 1045e064f5146935551d77917f193fbe0cd53cbd | [
"MIT"
] | null | null | null | data/homecoming/enhancements/crafted/Red_Fortune/Red_Fortune_EndRdx.yml | patrickhuber/city-of-info | 1045e064f5146935551d77917f193fbe0cd53cbd | [
"MIT"
] | null | null | null | data/homecoming/enhancements/crafted/Red_Fortune/Red_Fortune_EndRdx.yml | patrickhuber/city-of-info | 1045e064f5146935551d77917f193fbe0cd53cbd | [
"MIT"
] | null | null | null | index: 271
name: Endurance
short_name: EndRdx
description: ''
type_id: 4
sub_type_id: 0
class_ids: []
enhancement_set_id: 43
enhancement_set_name: Red_Fortune
image: sRedFortune.png
effect_chance: 1
level_min: 24
level_max: 52
unique: false
mutually_exclusive_id: 0
buff_mode: 0
effects:
- mode: 0
buff_mode: 0
id: 4
sub_id: -1
schedule: 0
multiplier: 1
effect:
unique_identifier: Crafted_Red_Fortune_F
recipe: Red_Fortune_F
superior: false
| 17.178571 | 41 | 0.735967 |
5c706be1cd848e97533d65cb6c73cc2eb18fb1ce | 325 | yaml | YAML | html/queries/FA2.9/next_allocated_block_hint.query.yaml | tlewis-ps/swagger | 9ceac713e5a3733d2963a6cd948e3c8956b43de7 | [
"Apache-2.0"
] | 9 | 2018-05-21T15:41:54.000Z | 2021-03-05T21:09:03.000Z | html/queries/FA2.9/next_allocated_block_hint.query.yaml | tlewis-ps/swagger | 9ceac713e5a3733d2963a6cd948e3c8956b43de7 | [
"Apache-2.0"
] | 3 | 2020-10-22T17:32:13.000Z | 2022-03-02T01:22:51.000Z | html/queries/FA2.9/next_allocated_block_hint.query.yaml | tlewis-ps/swagger | 9ceac713e5a3733d2963a6cd948e3c8956b43de7 | [
"Apache-2.0"
] | 6 | 2018-06-05T18:35:49.000Z | 2021-11-11T22:31:40.000Z | description: If set to `true`, appends offset of the next allocated block in bytes
for the volume specified in `names` or `ids` to the output `items`. `base_name`
or `base_id` must not be specified if this is set to `true`. If not specified, defaults
to `false`.
in: query
name: next_allocated_block_hint
type: boolean
| 40.625 | 89 | 0.747692 |
983706a9cbe4bf233f95d546e9565abbd63cc602 | 82 | yaml | YAML | PartSongSet/Sets/2016-09-16 Set.yaml | jcksnvllxr80/MidiController | de6d3c983cd27408e88a744a0a4d3c887efa3d54 | [
"MIT"
] | null | null | null | PartSongSet/Sets/2016-09-16 Set.yaml | jcksnvllxr80/MidiController | de6d3c983cd27408e88a744a0a4d3c887efa3d54 | [
"MIT"
] | null | null | null | PartSongSet/Sets/2016-09-16 Set.yaml | jcksnvllxr80/MidiController | de6d3c983cd27408e88a744a0a4d3c887efa3d54 | [
"MIT"
] | null | null | null | name: 2016-09-16 Set
songs:
- Victory - Rhythm
- Here As In Heaven - Lead | 20.5 | 30 | 0.621951 |
9e98c3e6d66ea93f7e2696351a52d82a7afd0cd9 | 239 | yml | YAML | test/fixtures/mappings.yml | OSC/ood_shiny_admin | b3deb3a5efa56accb814e2777189d4695eaa9552 | [
"MIT"
] | null | null | null | test/fixtures/mappings.yml | OSC/ood_shiny_admin | b3deb3a5efa56accb814e2777189d4695eaa9552 | [
"MIT"
] | 36 | 2018-07-09T21:01:26.000Z | 2022-02-26T04:02:37.000Z | test/fixtures/mappings.yml | OSC/ood_shiny_admin | b3deb3a5efa56accb814e2777189d4695eaa9552 | [
"MIT"
] | 2 | 2018-07-10T18:01:55.000Z | 2019-08-29T18:41:58.000Z | # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
user: mrodgers
app: app_01
dataset: ds_01
extensions: MyText
two:
user: mrodgers
app: app_01
dataset: ds_00
extensions: MyText
| 17.071429 | 88 | 0.740586 |
17b82e531c260278cb3e223d3f8c612e604dda47 | 492 | yml | YAML | app/config/fos_rest.yml | anithaly/Symfony2ExampleApp | 262f72d885c675449e9d19fb29521fa32dfc12cf | [
"MIT",
"Unlicense"
] | null | null | null | app/config/fos_rest.yml | anithaly/Symfony2ExampleApp | 262f72d885c675449e9d19fb29521fa32dfc12cf | [
"MIT",
"Unlicense"
] | null | null | null | app/config/fos_rest.yml | anithaly/Symfony2ExampleApp | 262f72d885c675449e9d19fb29521fa32dfc12cf | [
"MIT",
"Unlicense"
] | null | null | null | fos_rest:
param_fetcher_listener: true
view:
view_response_listener: 'force'
formats:
xml: true
json: true
templating_formats:
html: true
failed_validation: HTTP_BAD_REQUEST
body_listener: true
# format_listener: true
format_listener:
rules:
- { path: ^/, priorities: [ html, json, xml ], fallback_format: ~, prefer_extension: true }
routing_loader:
default_format: json
| 27.333333 | 103 | 0.597561 |
722d9df434284a6868e9f8bdad5883224b0d2ae4 | 1,208 | yml | YAML | .travis.yml | rumd3x/dns-updater | 075f32b9e028300d7de9b10e3139d260b13a801d | [
"MIT"
] | 6 | 2019-03-20T13:02:19.000Z | 2020-06-28T02:17:29.000Z | .travis.yml | rumd3x/cptm-alerts | 9ad4dcd660062692849d2b2db91328987657d54a | [
"MIT"
] | null | null | null | .travis.yml | rumd3x/cptm-alerts | 9ad4dcd660062692849d2b2db91328987657d54a | [
"MIT"
] | null | null | null | language: php
php:
- 7.2
- 7.3
before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
- composer dump-autoload
script:
- ./vendor/bin/phpunit
notifications:
slack:
rooms:
- secure: jhk7/SsA7PrhS0nPzo695buSAUkZrBqGIwYJTpKUioPG34sBcUICNj6hbaJdvpgvNTRaH5HNHmLB7fkC/BphbIey8SLiQgUzECmJRAMbzU2nqpmZxPNHD3Qdu/hEMS0vucaVlWsyhTcRotc91Tt4sSnXEl0HdXGxdsNo8vZZl8sInrs5Sv86PpYNmpyFJm2Hnk1J3qZVlm3J01B3M+J2wBRXfEwlIVvYW7BbbEvUhqiWNtc4/uPrKQKVvk3U00zRdSrWUAYFJWkvLGh4u/yfCuoenI/CNMFiuGjonQ+YYyi4azsGBWY9FpXJNmdW3PZbItgKd+zyVPgySc4jPcOQ3h9mvfcR4b1A+O2DEnsUyKdFsizD9iYv3QGK6YaiJPxBn+ymIykbJkTygGjj4JpLxcuZJpjTyQJilD/NxFfOAjhpPUBYnVa08c7WaejewHbuAn1SedpORLMDsmWHhvFqNCGmIIlT9YWXn6cXVjRJz6aXQFYITBhuu4WTEOFawMhlUYVmTzyAnZtw027fG6arUCvfLc8PC9uBt1avNh+rV+sdcuxwbqX1uj4hz5kMIt+f5Nbrl9IVSIYvMxYNLGC8Y/JyDVWlSOMPErNfoXpfm9KPV55YwuhSZKz2XiijMxGHZpv25Y0u1pqKPTvZNb/fmroHvuQv+J4rdTzEQ6I3sgk=
on_success: change
on_failure: change
template:
- "Repo `%{repository_slug}` *%{result}* build (<%{build_url}|#%{build_number}>) for commit (<%{compare_url}|%{commit}>) on branch `%{branch}`."
- "Execution time: *%{duration}*"
- "Message: %{message}"
| 57.52381 | 700 | 0.822848 |
ac8c4ea96b532dbf824209896518c5facd3c5196 | 2,000 | yml | YAML | .travis.yml | katmratliff/pymt_rafem | 23508d102e009a4d7bd5ac90fe22f217f7934c1a | [
"MIT"
] | null | null | null | .travis.yml | katmratliff/pymt_rafem | 23508d102e009a4d7bd5ac90fe22f217f7934c1a | [
"MIT"
] | null | null | null | .travis.yml | katmratliff/pymt_rafem | 23508d102e009a4d7bd5ac90fe22f217f7934c1a | [
"MIT"
] | 1 | 2019-11-13T11:51:29.000Z | 2019-11-13T11:51:29.000Z | language: generic
os:
- linux
- osx
env:
matrix:
- CONDA_ENV=3.7
- CONDA_ENV=3.6
sudo: false
jobs:
include:
- stage: deploy
if: tag =~ v.*$
script: skip
os: linux
deploy:
on:
all_branches: true
provider: pypi
user: mcflugen
password:
secure: LG2bKxohg/kEOxLzFtAhCGMo8US9nIWBOXSGiCDR1zXA+JGv6QsrBy6xKKaNTF9Nb2fOkWJQQZfQNCz+V6P3f3MrqfLNRayfVjt+SmMhPIDfNeeMn1ZPDCcif+ugRqINyJk2c+dbwgqluRteqDMeoKW1PKrLzvpMWBn3V8+z9FQJ6PvlkyynoZAE1RCY/1YGjpo50xhPd5g0ucgeLbGnrvvxtZDvu/BmE/YJ3RAYFU5uK3BQLOBStWd35zi3gou4sf321c9cMLdwLVqs+fTeoElbsLADptGKYrVKwAeDgp22bGeBgpLaps/w0dcwpY2Cgnj/1fT3qx0kwU30Yu5V9BCSjdpvxjDYjm+4pKwXN+inbV68XqXcMxQ1s4B7RRkikdsJod03ruFylL+MvoVR7mfqTEd5d5TT83sgtKv7qX/1pUxk2Y+VtgItMqjhZz6PK0nB4APbLfgy+OmCwPdGaD2d0flL2t8T7XEKVGsu2sLgYOPaWzoPuBEsujDh3s6VeNtti8BiWflezEPj7SNCsqCfFZN6RnNHv6hoZEVQ79TsAdrjyPJTCZtXqLL9Yfflu5ZNojF8Mf8krp1QioASGgnNYTkB8Xsn6S9tV5vHf7lGNWbGlIxlWH5XLqkmBITY7UoGUOYaI7fhk9n7sxZ2tsVGKdH66fpqW9f/oSrdwp8=
before_install:
- |
if [[ $TRAVIS_OS_NAME == "osx" ]]; then
brew remove --force $(brew list)
brew cleanup -s
rm -rf $(brew --cache)
fi
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
curl https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh > $HOME/miniconda.sh
else
curl https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh > $HOME/miniconda.sh
fi
- bash $HOME/miniconda.sh -b -p $HOME/anaconda
- export PATH="$HOME/anaconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda create -n test_env python=$CONDA_ENV
- source activate test_env
install:
- pip install bmi-tester model_metadata standard_names pytest
- pip install . -r requirements.txt
script:
- python -c 'import pymt_rafem'
- |
config_file=$(mmd-stage pymt_rafem/data/Rafem . > MANIFEST && mmd-query pymt_rafem/data/Rafem --var=run.config_file.path)
bmi-test pymt_rafem.bmi:Rafem --config-file=$config_file --manifest=MANIFEST --root-dir=. -v
| 40 | 700 | 0.775 |
081c01f376f24d5da7b92cb976a470a8567da077 | 1,477 | yml | YAML | legacy/docs-ref-autogen/com.microsoft.azure.management.network.LoadBalancerHttpProbe.UpdateDefinition.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.network.LoadBalancerHttpProbe.UpdateDefinition.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | legacy/docs-ref-autogen/com.microsoft.azure.management.network.LoadBalancerHttpProbe.UpdateDefinition.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:JavaType
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model.Attachable.InUpdate.attach()
- com.microsoft.azure.management.network.LoadBalancerHttpProbe.UpdateDefinitionStages.WithIntervalInSeconds.withIntervalInSeconds(int)
- com.microsoft.azure.management.network.LoadBalancerHttpProbe.UpdateDefinitionStages.WithNumberOfProbes.withNumberOfProbes(int)
- com.microsoft.azure.management.network.LoadBalancerHttpProbe.UpdateDefinitionStages.WithPort.withPort(int)
- com.microsoft.azure.management.network.LoadBalancerHttpProbe.UpdateDefinitionStages.WithRequestPath.withRequestPath(String)
nameWithType: LoadBalancerHttpProbe.UpdateDefinition<ParentT>
syntax: public interface UpdateDefinition<ParentT> extends LoadBalancerHttpProbe.UpdateDefinitionStages.Blank<ParentT>,LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach<ParentT>,LoadBalancerHttpProbe.UpdateDefinitionStages.WithRequestPath<ParentT>
type: interface
typeParameters:
- description: <p>the stage of the parent definition to return to after attaching this definition </p>
name: ParentT
uid: com.microsoft.azure.management.network.LoadBalancerHttpProbe.UpdateDefinition
fullName: com.microsoft.azure.management.network.LoadBalancerHttpProbe.UpdateDefinition<ParentT>
name: LoadBalancerHttpProbe.UpdateDefinition<ParentT>
package: com.microsoft.azure.management.network
summary: <p>The entirety of a probe definition as part of a load balancer update. </p>
metadata: {}
| 73.85 | 253 | 0.867299 |
b7b0da1eb6c466539241a41413c6ff70459d8b54 | 1,445 | yaml | YAML | etcd/values.yaml | rb560u/helm | cee8dc18881315f227d6b54e06e961b72a5a9a3d | [
"Apache-2.0"
] | null | null | null | etcd/values.yaml | rb560u/helm | cee8dc18881315f227d6b54e06e961b72a5a9a3d | [
"Apache-2.0"
] | null | null | null | etcd/values.yaml | rb560u/helm | cee8dc18881315f227d6b54e06e961b72a5a9a3d | [
"Apache-2.0"
] | null | null | null | # Copyright 2017 The Openstack-Helm Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Default values for etcd.
# This is a YAML-formatted file.
# Declare name/value pairs to be passed into your templates.
# name: value
images:
tags:
etcd: 'gcr.io/google_containers/etcd-amd64:2.2.5'
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.2.1
pull_policy: IfNotPresent
labels:
node_selector_key: openstack-control-plane
node_selector_value: enabled
network:
host: etcd
port: 2379
dependencies:
etcd:
jobs: null
pod:
affinity:
anti:
type:
default: preferredDuringSchedulingIgnoredDuringExecution
topologyKey:
default: kubernetes.io/hostname
replicas:
etcd: 1
lifecycle:
upgrades:
deployments:
pod_replacement_strategy: RollingUpdate
revision_history: 3
rolling_update:
max_surge: 3
max_unavailable: 1
| 26.272727 | 74 | 0.717647 |
0057d517d5271fadeb774ce0fa8f285765e932a4 | 618 | yml | YAML | example/lattices/rainbow_stripe_lattice_rectangular_pmg.yml | tysonmcnulty/creating-symmetry | 68a14f1873c9ea1a25b8c0f44531a870f96b5bd1 | [
"MIT"
] | null | null | null | example/lattices/rainbow_stripe_lattice_rectangular_pmg.yml | tysonmcnulty/creating-symmetry | 68a14f1873c9ea1a25b8c0f44531a870f96b5bd1 | [
"MIT"
] | null | null | null | example/lattices/rainbow_stripe_lattice_rectangular_pmg.yml | tysonmcnulty/creating-symmetry | 68a14f1873c9ea1a25b8c0f44531a870f96b5bd1 | [
"MIT"
] | null | null | null | sample_source_filename: example/rainbow_stripe.png
output_filename: example/lattices/rainbow_stripe_lattice_rectangular_pmg.png
output_size:
width: 198
height: 198
sample_space:
minx: -50e-2
maxx: 50e-2
miny: -50e-2
maxy: 50e-2
color_value_space:
minx: -30e-1
maxx: 30e-1
miny: -12e0
maxy: 8e0
lattice_pattern:
lattice_type: rectangular
lattice_size:
width: 0
height: 1.5
multiplier:
real: 1.0
imaginary: 0
wave_packets:
-
multiplier:
real: 1
imaginary: 1e0
terms:
-
power_n: 2
power_m: -5
desired_symmetry: pmg
| 18.176471 | 76 | 0.656958 |
18f909bd1586d26f37c32c7388ed0544910f72d6 | 232 | yml | YAML | history/eris-eris-co-in.yml | Sandip-XDS/upptime | d176605e4811d06fba68e130f627c65d1c94eec9 | [
"MIT"
] | null | null | null | history/eris-eris-co-in.yml | Sandip-XDS/upptime | d176605e4811d06fba68e130f627c65d1c94eec9 | [
"MIT"
] | 138 | 2021-08-22T17:02:31.000Z | 2022-03-28T14:41:37.000Z | history/eris-eris-co-in.yml | Sandip-XDS/upptime | d176605e4811d06fba68e130f627c65d1c94eec9 | [
"MIT"
] | null | null | null | url: https://eris.co.in
status: up
code: 200
responseTime: 1428
lastUpdated: 2022-01-21T23:12:38.802Z
startTime: Thu May 06 2021 02:18:34 GMT+0000 (Coordinated Universal Time)
generator: Upptime <https://github.com/upptime/upptime>
| 29 | 73 | 0.771552 |
9ba9183c2aeddeed5261cbe1015bec6fa57fa3d5 | 1,230 | yml | YAML | .travis.yml | acacode/kanal | 5c38503290d0d3e8fb794057f35c1c5777f08faf | [
"MIT"
] | null | null | null | .travis.yml | acacode/kanal | 5c38503290d0d3e8fb794057f35c1c5777f08faf | [
"MIT"
] | null | null | null | .travis.yml | acacode/kanal | 5c38503290d0d3e8fb794057f35c1c5777f08faf | [
"MIT"
] | null | null | null | language: node_js
node_js:
- "node"
cache:
yarn: true
directories:
- "node_modules"
before_install:
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
- export PACKAGE_VERSION=$(node -p "require('./package.json').version")
- export NPM_REMOTE_VERSION=$(npm view kanal version)
- export PACKAGE_NAME=$(node -p "require('./package.json').name")
install:
- yarn
script:
- yarn lint
- yarn build
after_success:
- ls -l
- git remote rm origin
- git remote add origin https://js2me:${GITHUB_TOKEN}@github.com/acacode/kanal.git
- git remote set-url origin https://js2me:${GITHUB_TOKEN}@github.com/acacode/kanal.git
- git fetch -p
- git fetch
- git symbolic-ref HEAD refs/heads/${TRAVIS_BRANCH}
- git symbolic-ref HEAD
- git remote show origin
- git status
- if [ ${TRAVIS_BRANCH} = "master" ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ];then
git add dist && git commit -m "build release ${PACKAGE_VERSION} [ci skip]";
git push --set-upstream origin ${TRAVIS_BRANCH};
yarn git-release ${PACKAGE_VERSION};
npm publish;
rm -rf dist;
git add dist && git commit -m "remove dist folder [ci skip]";
git push --set-upstream origin ${TRAVIS_BRANCH};
fi
| 31.538462 | 88 | 0.672358 |
d6bf9800356b14d999c731c4928f8e5c43510f70 | 471 | yml | YAML | packages/nouns/lib/__fixtures__/031118_ventilacija.yml | medzuslovjansky/standard | 433f01da93e10f7f9c04750f94de4bda7a07c42f | [
"MIT"
] | 1 | 2020-10-12T06:25:33.000Z | 2020-10-12T06:25:33.000Z | packages/nouns/lib/__fixtures__/031118_ventilacija.yml | medzuslovjansky/standard | 433f01da93e10f7f9c04750f94de4bda7a07c42f | [
"MIT"
] | null | null | null | packages/nouns/lib/__fixtures__/031118_ventilacija.yml | medzuslovjansky/standard | 433f01da93e10f7f9c04750f94de4bda7a07c42f | [
"MIT"
] | null | null | null | ---
id: "31118"
word: "ventilacija"
meta:
gender: "feminine"
declensions:
singular:
nom: "ventilacija"
acc: "ventilacijų"
gen: "ventilacije"
loc: "ventilaciji"
dat: "ventilaciji"
ins: "ventilacijejų"
voc: "ventilacijo"
plural:
nom: "ventilacije"
acc: "ventilacije"
gen: "ventilacij"
loc: "ventilacijah"
dat: "ventilacijam"
ins: "ventilacijami"
voc: "ventilacije"
| 20.478261 | 26 | 0.564756 |
f0f7892b94ae5c45be464d7c79df357daac14c29 | 155 | yml | YAML | roles/software/tasks/create_openrc.yml | zhaozhilong1993/demon | 9b5ccac3dc119d1a6c60fe202e52f9f42ab9f0e7 | [
"Apache-2.0"
] | null | null | null | roles/software/tasks/create_openrc.yml | zhaozhilong1993/demon | 9b5ccac3dc119d1a6c60fe202e52f9f42ab9f0e7 | [
"Apache-2.0"
] | null | null | null | roles/software/tasks/create_openrc.yml | zhaozhilong1993/demon | 9b5ccac3dc119d1a6c60fe202e52f9f42ab9f0e7 | [
"Apache-2.0"
] | 1 | 2021-06-06T01:42:50.000Z | 2021-06-06T01:42:50.000Z | ---
- name: Create a file of file and move to remote server
template: src=openrc dest=/root/openrc mode=755 owner=root
when: method == 'create_openrc'
| 31 | 60 | 0.722581 |
4638b37432e04b32570786b13f1c51eef9ba5481 | 284 | yml | YAML | botbuilder-typescript/docs-ref-autogen/botbuilder-dialogs-adaptive/NumberProperty.yml | TheBluLion/botbuilder-docs-sdk-typescript | eea94d1045f8381292b557a24ad504ad5b50f0c8 | [
"CC-BY-4.0",
"MIT"
] | 4 | 2019-08-29T12:35:43.000Z | 2021-01-06T07:34:35.000Z | botbuilder-typescript/docs-ref-autogen/botbuilder-dialogs-adaptive/NumberProperty.yml | TheBluLion/botbuilder-docs-sdk-typescript | eea94d1045f8381292b557a24ad504ad5b50f0c8 | [
"CC-BY-4.0",
"MIT"
] | 53 | 2018-05-03T16:10:33.000Z | 2022-03-03T01:53:02.000Z | botbuilder-typescript/docs-ref-autogen/botbuilder-dialogs-adaptive/NumberProperty.yml | TheBluLion/botbuilder-docs-sdk-typescript | eea94d1045f8381292b557a24ad504ad5b50f0c8 | [
"CC-BY-4.0",
"MIT"
] | 11 | 2018-09-21T17:07:24.000Z | 2022-03-18T07:12:57.000Z | ### YamlMime:TSTypeAlias
name: NumberProperty
uid: botbuilder-dialogs-adaptive.NumberProperty
package: botbuilder-dialogs-adaptive
summary: ''
fullName: NumberProperty
remarks: ''
isPreview: false
isDeprecated: false
syntax: type NumberProperty = number | NumberExpression | Property
| 25.818182 | 66 | 0.816901 |
6028afa3fcc2bf1538057e6da5f3b42a417044b1 | 855 | yaml | YAML | manifests/t/TimKosse/FileZillaClient/3.50.0/TimKosse.FilezillaClient.yaml | rudyooms84/winget-pkgs | e2b2ee16272947e6caa266162113b1ed3b09fc70 | [
"MIT"
] | 8 | 2021-05-26T18:33:24.000Z | 2022-03-16T07:03:31.000Z | manifests/t/TimKosse/FileZillaClient/3.50.0/TimKosse.FilezillaClient.yaml | rudyooms84/winget-pkgs | e2b2ee16272947e6caa266162113b1ed3b09fc70 | [
"MIT"
] | 973 | 2021-05-26T17:14:45.000Z | 2022-03-28T22:34:12.000Z | manifests/t/TimKosse/FileZillaClient/3.50.0/TimKosse.FilezillaClient.yaml | rudyooms84/winget-pkgs | e2b2ee16272947e6caa266162113b1ed3b09fc70 | [
"MIT"
] | 12 | 2021-06-14T11:33:23.000Z | 2022-03-08T06:06:00.000Z | PackageIdentifier: TimKosse.FilezillaClient
Publisher: FileZilla Project
PackageName: FileZilla
Author: TimKosse
ShortDescription: Fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface.
Moniker: filezilla
Tags:
- filezilla
- cross-platform
- foss
- ftp
- admin
PackageUrl: https://filezilla-project.org/
License: GPL 2.0 or later
LicenseUrl: https://filezilla-project.org/license.php
MinimumOSVersion: 10.0.0.0
PackageVersion: 3.50.0
InstallerType: nullsoft
Installers:
- Architecture: x64
InstallerUrl: https://download.filezilla-project.org/client/FileZilla_3.50.0_win64-setup.exe
InstallerSha256: 0a56bd46b84394bda98f7fa3a3e38c358bec39d10d79e6f29096134b90c38497
Scope: machine
InstallerLocale: en-US
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0
| 30.535714 | 148 | 0.822222 |
0309f26916e1cf77d6f2cef0e189deb88b352b4f | 1,140 | yaml | YAML | default/unifi/unifi.yaml | billimek/k3s-gitops | fdb3fff07f81167c8a779d97b3504a9745e92b4f | [
"Apache-2.0"
] | 6 | 2019-09-11T01:17:07.000Z | 2020-04-28T21:21:04.000Z | default/unifi/unifi.yaml | billimek/k3s-gitops | fdb3fff07f81167c8a779d97b3504a9745e92b4f | [
"Apache-2.0"
] | 1 | 2019-09-09T11:35:22.000Z | 2019-09-09T11:35:22.000Z | default/unifi/unifi.yaml | billimek/k3s-gitops | fdb3fff07f81167c8a779d97b3504a9745e92b4f | [
"Apache-2.0"
] | 1 | 2020-07-29T01:07:04.000Z | 2020-07-29T01:07:04.000Z | ---
apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
metadata:
name: unifi
namespace: default
annotations:
fluxcd.io/ignore: false
fluxcd.io/automated: "true"
fluxcd.io/tag.chart-image: 'regexp:^(5\.[0-9][0-9]\.[0-9]+)$'
spec:
releaseName: unifi
rollback:
enable: true
chart:
repository: https://kubernetes-charts.storage.googleapis.com/
name: unifi
version: 0.4.2
values:
image:
repository: jacobalberty/unifi
tag: 5.11.50
persistence:
enabled: true
size: 20Gi
storageClass: rook-ceph-block
timezone: "America/New_York"
runAsRoot: false
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
controllerService:
type: LoadBalancer
loadBalancerIP: 10.2.0.156
stunService:
type: LoadBalancer
loadBalancerIP: 10.2.0.157
discoveryService:
type: LoadBalancer
loadBalancerIP: 10.2.0.158
podAnnotations:
backup.velero.io/backup-volumes: unifi-data
valueFileSecrets:
- name: "unifi-helm-values"
| 24.255319 | 65 | 0.657895 |
f78ec3914049ef577c4d8e00ac84f48a3ae4e8fd | 804 | yml | YAML | _data/language.yml | NPalopoli/carpentries.org | 6e87bc1267e16a12044fe5d8cb7fcf8862f0c9fd | [
"MIT"
] | null | null | null | _data/language.yml | NPalopoli/carpentries.org | 6e87bc1267e16a12044fe5d8cb7fcf8862f0c9fd | [
"MIT"
] | null | null | null | _data/language.yml | NPalopoli/carpentries.org | 6e87bc1267e16a12044fe5d8cb7fcf8862f0c9fd | [
"MIT"
] | null | null | null | info_website: "About The Carpentries"
archive: "Archive"
blog_archive: "Blog Archive"
blog: "Blog"
comments_headline: "Dialogue & Discussion"
more: "More ›"
more_articles: "More Posts"
navigation_title: "Navigation"
new_blog_entries: "New Blog Posts"
next: "Next"
next_posts: "Next Posts"
previous: "Previous"
previous_posts: "Previous Posts"
read: "Read"
read_more: "Read More ›"
if_you_are_not_redirected_automatically: "If you are not redirected automatically,"
click_here: "click here"
next_post_in: "Next Post in"
previous_post_in: "Previous Post in"
breadcrumb_start: "Home"
edit: "Edit"
this_content_is_open_source: "This content is open source."
help_improve_it: "Help improve it"
enter_search_term: "Enter search term and hit enter"
upcoming_workshops: "Upcoming Carpentries Workshops"
| 30.923077 | 83 | 0.791045 |
4356c29d2ece600ae821f5a64dd389c93e4a769c | 4,881 | yml | YAML | linux_os/guide/services/ntp/chronyd_or_ntpd_set_maxpoll/rule.yml | mrogers950/cac-content-fork | 3a645848e0fa2994bc6d43736cb8fdd057ecb2d6 | [
"BSD-3-Clause"
] | null | null | null | linux_os/guide/services/ntp/chronyd_or_ntpd_set_maxpoll/rule.yml | mrogers950/cac-content-fork | 3a645848e0fa2994bc6d43736cb8fdd057ecb2d6 | [
"BSD-3-Clause"
] | null | null | null | linux_os/guide/services/ntp/chronyd_or_ntpd_set_maxpoll/rule.yml | mrogers950/cac-content-fork | 3a645848e0fa2994bc6d43736cb8fdd057ecb2d6 | [
"BSD-3-Clause"
] | null | null | null | documentation_complete: true
prodtype: fedora,ol7,ol8,rhcos4,rhel7,rhel8,rhel9,rhv4,sle12,sle15,ubuntu2004,wrlinux1019
title: 'Configure Time Service Maxpoll Interval'
description: |-
The <tt>maxpoll</tt> should be configured to
{{{ xccdf_value("var_time_service_set_maxpoll") }}} in <tt>/etc/ntp.conf</tt> or
<tt>{{{ chrony_conf_path }}}</tt> to continuously poll time servers. To configure
<tt>maxpoll</tt> in <tt>/etc/ntp.conf</tt> or <tt>{{{ chrony_conf_path }}}</tt>
add the following after each `server`, `pool` or `peer` entry:
<pre>maxpoll {{{ xccdf_value("var_time_service_set_maxpoll") }}}</pre>
to <pre>server</pre> directives. If using chrony any <pre>pool</pre> directives
should be configured too.
If no <tt>server</tt> or <tt>pool</tt> directives are configured, the rule evaluates
to pass.
{{% if product == "rhcos4" %}}
<p>
Note that if the remediation shipping with this content is being used, the
<b>MachineConfig</b> shipped does not include reference NTP servers to point
to. It is up to the admin to set these which will vary depending on the
cluster's requirements.
</p>
<p>
The aforementioned remediation does include the directory <tt>/etc/chrony.d</tt>
which would allow the creation of configuration files to set these servers.
</p>
If we'd like to set a configuration like the following:linux_os/guide/services/ntp/chronyd_or_ntpd_set_maxpoll/rule.yml
<pre>
pool 2.rhel.pool.ntp.org iburst
server 0.rhel.pool.ntp.org minpoll 4 maxpoll 10
server 1.rhel.pool.ntp.org minpoll 4 maxpoll 10
server 2.rhel.pool.ntp.org minpoll 4 maxpoll 10
server 3.rhel.pool.ntp.org minpoll 4 maxpoll 10
</pre>
This could be done with to the following manifest:
<pre>
apiVersion: machineconfiguration.openshift.io/v1
kind: MachineConfig
metadata:
labels:
machineconfiguration.openshift.io/role: master
name: 75-master-chrony-servers
spec:
config:
ignition:
version: 3.1.0
storage:
files:
- contents:
source: data:,pool%202.rhel.pool.ntp.org%20iburst%0A%0Aserver%200.rhel.pool.ntp.org%20minpoll%204%20maxpoll%2010%0Aserver%201.rhel.pool.ntp.org%20minpoll%204%20maxpoll%2010%0Aserver%202.rhel.pool.ntp.org%20minpoll%204%20maxpoll%2010%0Aserver%203.rhel.pool.ntp.org%20minpoll%204%20maxpoll%2010
mode: 0600
path: /etc/chrony.d/10-rhel-pool-and-servers.conf
overwrite: true
</pre>
Note that this needs to be done for each <pre>MachineConfigPool</pre>
{{% endif %}}
rationale: |-
Inaccurate time stamps make it more difficult to correlate
events and can lead to an inaccurate analysis. Determining the correct
time a particular event occurred on a system is critical when conducting
forensic analysis and investigating system events. Sources outside the
configured acceptable allowance (drift) may be inaccurate.
severity: medium
platforms:
- ntp or chrony
identifiers:
cce@rhcos4: CCE-82684-2
cce@rhel7: CCE-80439-3
cce@rhel8: CCE-84059-5
cce@rhel9: CCE-88648-1
cce@sle12: CCE-83124-8
cce@sle15: CCE-83287-3
references:
cis-csc: 1,14,15,16,3,5,6
cobit5: APO11.04,BAI03.05,DSS05.04,DSS05.07,MEA02.01
disa: CCI-001891,CCI-002046
isa-62443-2009: 4.3.3.3.9,4.3.3.5.8,4.3.4.4.7,4.4.2.1,4.4.2.2,4.4.2.4
isa-62443-2013: 'SR 2.10,SR 2.11,SR 2.12,SR 2.8,SR 2.9'
iso27001-2013: A.12.4.1,A.12.4.2,A.12.4.3,A.12.4.4,A.12.7.1
nist: CM-6(a),AU-8(1)(b),AU-12(1)
nist-csf: PR.PT-1
nist@sle12: AU-8(1)(a),AU-8(1)(b)
srg: SRG-OS-000355-GPOS-00143,SRG-OS-000356-GPOS-00144,SRG-OS-000359-GPOS-00146
stigid@ol7: OL07-00-040500
stigid@ol8: OL08-00-030740
stigid@rhel7: RHEL-07-040500
stigid@rhel8: RHEL-08-030740
stigid@sle12: SLES-12-030300
stigid@sle15: SLES-15-010400
stigid@ubuntu2004: UBTU-20-010435
ocil_clause: 'maxpoll does not exist or maxpoll has not been set to the expected value of {{{ xccdf_value("var_time_service_set_maxpoll") }}}'
ocil: |-
Verify {{{ full_name }}} is securely comparing internal information system clocks at a regular interval with an NTP server with the following commands:
To verify that <tt>maxpoll</tt> has been set properly, perform the following:
<pre>$ sudo grep maxpoll /etc/ntp.conf {{{ chrony_conf_path }}}</pre>
The output should return:
<pre>maxpoll {{{ xccdf_value("var_time_service_set_maxpoll") }}}</pre>.
fixtext: |-
Configure {{{ full_name }}} to securely compare internal information system clocks at a regular interval with an NTP server by adding/modifying the following line in the {{{ chrony_conf_path }}} file.
server [ntp.server.name] iburst maxpoll {{{ xccdf_value("var_time_service_set_maxpoll") }}}
| 41.016807 | 306 | 0.69412 |
4e797b79f350b8436c04a640d7fab20f2e81916e | 2,567 | yml | YAML | landing/Archive/tokens/legacy/color-default.yml | foundations-dev/shipwright | 8a6010a33f54ab6a135a82731064e4c16eaec75c | [
"MIT"
] | null | null | null | landing/Archive/tokens/legacy/color-default.yml | foundations-dev/shipwright | 8a6010a33f54ab6a135a82731064e4c16eaec75c | [
"MIT"
] | 1 | 2019-12-04T02:54:47.000Z | 2019-12-04T03:31:20.000Z | landing/Archive/tokens/legacy/color-default.yml | foundations-dev/shipwright | 8a6010a33f54ab6a135a82731064e4c16eaec75c | [
"MIT"
] | 1 | 2019-12-04T23:52:25.000Z | 2019-12-04T23:52:25.000Z | # # These color tokens that came with Vue Design System
# # COLOR TOKENS
# # Use these tokens to set a color.
# # For reference, see http://hslpicker.com/
# #
# # To make things a little simpler for your team,
# # utilize both global & local tokens for colors.
# #
# # "color" is removed from the beginning of the string
# aliases:
# vermilion:
# value: "7, 83%"
# ucla_gold:
# value: "43, 100%"
# bleu_de_france:
# value: "210, 86%"
# oxford_blue:
# value: "210, 100%"
# rich_black:
# value: "#001123"
# white:
# value: "#fff"
# props:
# color_vermilion_darker:
# value: "hsla({!vermilion}, 33%, 1)"
# category: color_group_1
# color_vermilion_dark:
# value: "hsla({!vermilion}, 43%, 1)"
# category: color_group_1
# color_vermilion:
# value: "hsla({!vermilion}, 53%, 1)"
# category: color_group_1
# color_vermilion_light:
# value: "hsla({!vermilion}, 63%, 1)"
# category: color_group_1
# color_vermilion_lighter:
# value: "hsla({!vermilion}, 75%, 1)"
# category: color_group_1
# color_ucla_gold_darker:
# value: "hsla({!ucla_gold}, 35%, 1)"
# category: color_group_2
# color_ucla_gold_dark:
# value: "hsla({!ucla_gold}, 45%, 1)"
# category: color_group_2
# color_ucla_gold:
# value: "hsla({!ucla_gold}, 52%, 1)"
# category: color_group_2
# color_ucla_gold_light:
# value: "hsla({!ucla_gold}, 65%, 1)"
# category: color_group_2
# color_ucla_gold_lighter:
# value: "hsla({!ucla_gold}, 75%, 1)"
# category: color_group_2
# color_bleu_de_france_darker:
# value: "hsla({!bleu_de_france}, 34%, 1)"
# category: color_group_3
# color_bleu_de_france_dark:
# value: "hsla({!bleu_de_france}, 44%, 1)"
# category: color_group_3
# color_bleu_de_france:
# value: "hsla({!bleu_de_france}, 54%, 1)"
# category: color_group_3
# color_bleu_de_france_light:
# value: "hsla({!bleu_de_france}, 64%, 1)"
# category: color_group_3
# color_bleu_de_france_lighter:
# value: "hsla({!bleu_de_france}, 74%, 1)"
# category: color_group_3
# color_oxford_blue:
# value: "hsla({!oxford_blue}, 15%, 1)"
# category: color_group_4
# color_rich_black:
# value: "{!rich_black}"
# category: color_group_4
# color_white:
# value: "{!white}"
# category: color_group_4
# color_silver:
# value: "hsla(210, 8%, 53%, 1)"
# category: color_group_4
# color_cloud:
# value: "hsla(210, 83%, 95%, 1)"
# category: color_group_4
# global:
# type: color
# category: color
| 27.602151 | 55 | 0.629918 |
f60dd3e7ac0bb9d068270ea5bdfbf57d10daf577 | 1,283 | yml | YAML | BASE/.vsts/linux-build.yml | dseefeld/ApplicationInsights-dotnet | 93577d8396a17699e2180e258613ae015c6a7a73 | [
"MIT"
] | 1 | 2021-07-06T14:14:09.000Z | 2021-07-06T14:14:09.000Z | BASE/.vsts/linux-build.yml | QPC-database/ApplicationInsights-dotnet | 7c6589e2c5799edae5ffc30991b54364b2756835 | [
"MIT"
] | 10 | 2021-08-19T04:29:30.000Z | 2022-03-28T04:25:22.000Z | BASE/.vsts/linux-build.yml | QPC-database/ApplicationInsights-dotnet | 7c6589e2c5799edae5ffc30991b54364b2756835 | [
"MIT"
] | null | null | null | pool:
vmImage: 'ubuntu-latest'
strategy:
matrix:
#netcoreapp2_1:
# framework: netcoreapp2.1
netcoreapp3_1:
framework: netcoreapp3.1
net5_0:
framework: net5.0
maxParallel: 2
steps:
- task: UseDotNet@2
displayName: install dotnet core 2.1
inputs:
version: 2.1.x
- task: UseDotNet@2
displayName: install dotnet core 3.1
inputs:
version: 3.1.x
- task: UseDotNet@2
displayName: install dotnet 5.0
inputs:
version: '5.0.x'
- task: DotNetCoreCLI@2
displayName: DotNetCoreCLI - Restore Solution
inputs:
command: "restore"
projects: "BASE/*.sln"
- task: DotNetCoreCLI@2
displayName: DotNetCoreCLI - Build Solution
inputs:
command: "build"
projects: "BASE/*.sln"
arguments: "--configuration Release --no-restore"
- task: DotNetCoreCLI@2
displayName: DotNetCoreCLI - Test $(framework)
inputs:
command: "test"
projects: "BASE/Test/**/*.Tests.csproj"
arguments: "--configuration Release --framework $(framework) --no-build -l trx --filter TestCategory!=WindowsOnly"
## Publish Test results
- task: PublishTestResults@2
condition: always()
inputs:
testRunner: "VSTest"
testResultsFiles: "**/*.trx"
failTaskOnFailedTests: true
| 21.745763 | 118 | 0.657833 |
f66a76aa92c01eaab4aed19813384f8cfc35827c | 2,433 | yaml | YAML | data/ANALYTICS_STANDARD_REPORTS/ANALYTICS_REPORT_all-course-report-IDV-enrollment.yaml | mitodl/xanalytics | 8cb7c373eb054bad741a9e567c0c8cbbc6ab08cf | [
"MIT"
] | 8 | 2015-03-05T21:09:40.000Z | 2020-02-03T09:15:09.000Z | data/ANALYTICS_STANDARD_REPORTS/ANALYTICS_REPORT_all-course-report-IDV-enrollment.yaml | mitodl/xanalytics | 8cb7c373eb054bad741a9e567c0c8cbbc6ab08cf | [
"MIT"
] | 1 | 2015-09-24T18:43:27.000Z | 2015-10-01T18:11:20.000Z | data/ANALYTICS_STANDARD_REPORTS/ANALYTICS_REPORT_all-course-report-IDV-enrollment.yaml | mitodl/xanalytics | 8cb7c373eb054bad741a9e567c0c8cbbc6ab08cf | [
"MIT"
] | 6 | 2015-04-23T16:47:34.000Z | 2017-10-13T19:11:53.000Z | - "author": |-
None
"date": |-
2015-03-20 16:15:49.748407
"depends_on": |-
None
"description": "ID Verified Enrollment Report - across all courses\r\n"
"group_tags":
- !!python/unicode ""
"html": |-
<html>
<head>
<title>All Course Report: ID Verified Enrollment</title>
{% include 'all_head.html' %}
</head>
<body role="document">
{% include 'navbar_standard.html' %}
<div class="container theme-showcase" role="main" data-spy="scroll" data-target="#navbar">
<h1>All Course Report: ID Verified Enrollment</h1>
{% if 1 %}<div><font color="red">{{msg}}</font></div>{% endif %}
These plots show ID verified enrollment for all courses.
{% set nlist = course_listings.data_by_key|length %}
{% set nstep = 5 %}
{% set page = parameter_values.get('start', 0)|int %}
{% set offset = page * nstep %}
{% set npages = nlist / nstep | round(0, 'ceil') %}
There are {{ nlist }} courses listed.
Showing page {{page}} of {{npages}} of the listings.
{% set toshow = course_listings.data_by_key.keys()[offset:offset+nstep] %}
{% autoescape off %}
{% for course_id in toshow %}
<hr width="100%"/>
<h3>Course {{course_id}}</h3>
{{custom_report.embed.parameter.course_id[course_id]["IDV_enrollment_by_course"]}}
{% endfor %}
{% endautoescape %}
{% if (page > 0) %}
<button id="prev">Previous Page</button>
{% endif %}
{% if (page+nstep < nlist) %} {# ></nlist> #}
<button id="next">Next Page</button>
{% endif %}
</div>
</body>
</html>
"icon": |-
None
"javascript": |
// the_url = window.location.href;
the_url = location.protocol + '//' + location.host + location.pathname;
curpage = {{page}};
$('#next').click(function(){
window.location.href = the_url + "?start=" + (curpage+1);
});
$('#prev').click(function(){
window.location.href = the_url + "?start=" + (curpage-1);
});
"meta_info":
!!python/unicode "is_page": !!bool |-
true
!!python/unicode "need_listings": !!bool |-
true
"name": |-
all-course-report-IDV-enrollment
"sql": ""
"table_name": |-
None
"title": |-
All Course Report - IDV Enrollment
| 28.623529 | 99 | 0.536786 |
dda0463a35852b0d60056ff3264044590a5ebe68 | 2,493 | yml | YAML | tasks/certificate_authority.yml | galopez84/cp-ansible-6.0.0-middlewarev2 | f181c13af03b29b2e65e1d8ba7b69138ca14e9de | [
"Apache-2.0"
] | null | null | null | tasks/certificate_authority.yml | galopez84/cp-ansible-6.0.0-middlewarev2 | f181c13af03b29b2e65e1d8ba7b69138ca14e9de | [
"Apache-2.0"
] | null | null | null | tasks/certificate_authority.yml | galopez84/cp-ansible-6.0.0-middlewarev2 | f181c13af03b29b2e65e1d8ba7b69138ca14e9de | [
"Apache-2.0"
] | 1 | 2021-12-11T08:51:48.000Z | 2021-12-11T08:51:48.000Z | ---
- import_role:
name: confluent.variables
- name: Gather OS Facts
setup:
filter: ansible_os_family
gather_subset:
- '!all'
- name: Install OpenSSL and Rsync - RedHat
yum:
name: "{{item}}"
state: present
loop:
- openssl
- rsync
when: ansible_os_family == "RedHat"
- name: Install OpenSSL and Rsync - Debian
apt:
name: "{{item}}"
state: present
loop:
- openssl
- rsync
when: ansible_os_family == "Debian"
- name: Create SSL Certificate Generation Directory
file:
path: "{{ confluent_ssl }}/private/generation"
state: directory
mode: 0755
- name: Create Certificate Authority
shell: |
openssl req -new -x509 \
-keyout "{{ confluent_ssl }}/private/generation/{{ssl_self_signed_ca_key_filename}}" \
-out "{{ confluent_ssl }}/private/generation/{{ssl_self_signed_ca_cert_filename}}" \
-days 365 \
-subj '/CN=ca1.test.confluent.io/OU=TEST/O=CONFLUENT/L=PaloAlto/S=Ca/C=US' \
-passin pass:{{ssl_self_signed_ca_password}} -passout pass:{{ssl_self_signed_ca_password}}
when: >
self_signed|bool and regenerate_ca|bool and
(zookeeper_ssl_enabled|bool or
kafka_broker_listeners | ssl_required(ssl_enabled) or
kafka_broker_rest_ssl_enabled|bool or
schema_registry_ssl_enabled|bool or
kafka_rest_ssl_enabled|bool or
kafka_connect_ssl_enabled|bool or
ksql_ssl_enabled|bool or
control_center_ssl_enabled|bool)
- name: Create MDS Private key
shell: |
openssl genrsa \
-out "{{ confluent_ssl }}/private/generation/{{token_services_private_pem_file|basename}}" 2048
when: create_mds_certs|bool
- name: Extract MDS Public key
shell: |
openssl rsa \
-in "{{ confluent_ssl }}/private/generation/{{token_services_private_pem_file|basename}}" \
-outform PEM -pubout \
-out "{{ confluent_ssl }}/private/generation/{{token_services_public_pem_file|basename}}"
when: create_mds_certs|bool
- name: "Copy Certificate Files Back to Ansible Host"
fetch:
src: "{{ confluent_ssl }}/private/generation/{{item}}"
dest: "generated_ssl_files/"
flat: true
fail_on_missing: false
loop:
- "{{ssl_self_signed_ca_key_filename}}"
- "{{ssl_self_signed_ca_cert_filename}}"
- "{{token_services_private_pem_file|basename}}"
- "{{token_services_public_pem_file|basename}}"
- name: Delete SSL Certificate Generation Directory
file:
path: "{{ confluent_ssl }}/private/generation"
state: absent
| 29.678571 | 101 | 0.697954 |
99686dec998ca5615ec3d6957a3cc54a0764df02 | 489 | yml | YAML | _data/projects/boran-docker-drupal.yml | pauloamgomes/drupaltools.github.io | 4154083d2aeaa1fbd77dbf2dca6efeaeaf9bee16 | [
"MIT"
] | 48 | 2017-02-07T18:38:02.000Z | 2021-11-23T11:48:00.000Z | _data/projects/boran-docker-drupal.yml | pauloamgomes/drupaltools.github.io | 4154083d2aeaa1fbd77dbf2dca6efeaeaf9bee16 | [
"MIT"
] | 9 | 2017-03-22T18:33:14.000Z | 2022-01-15T22:31:54.000Z | _data/projects/boran-docker-drupal.yml | pauloamgomes/drupaltools.github.io | 4154083d2aeaa1fbd77dbf2dca6efeaeaf9bee16 | [
"MIT"
] | 14 | 2017-02-24T09:10:14.000Z | 2021-11-23T11:48:02.000Z | name: Boran docker-drupal
year_created: 2014
source: https://github.com/Boran/docker-drupal
homepage: https://github.com/Boran/docker-drupal
docs:
logo:
description: "Completely automated Drupal install, with lots of flexibility!
Creates a Docker container for Drupal 7 or 8, using Linux (Ubuntu 14.04), Apache and MySQL."
requires:
- docker
drupal_versions:
- 6
- 7
- 8
category:
- development
- docker
- debug
similar:
- drupal8-sprint-box
- 4alldigital-dockerdrupal
| 20.375 | 92 | 0.742331 |
8a1a4ce7cfc8f7df3b455fd9cf2af140edeb2858 | 517 | yml | YAML | _comments/2005-12-27-blogmarks-encore-mieux-integre-a-google-avec-blogmarksingoogle-0-3_2005-12-28-085937.yml | fossabot/nicolas-hoizey.com | ea086385c93ba89afb84e5c67416f91345d64610 | [
"MIT"
] | null | null | null | _comments/2005-12-27-blogmarks-encore-mieux-integre-a-google-avec-blogmarksingoogle-0-3_2005-12-28-085937.yml | fossabot/nicolas-hoizey.com | ea086385c93ba89afb84e5c67416f91345d64610 | [
"MIT"
] | null | null | null | _comments/2005-12-27-blogmarks-encore-mieux-integre-a-google-avec-blogmarksingoogle-0-3_2005-12-28-085937.yml | fossabot/nicolas-hoizey.com | ea086385c93ba89afb84e5c67416f91345d64610 | [
"MIT"
] | null | null | null | ---
id: comment-2867805595
date: '2005-12-28 08:59:37 +0000'
updated: '2005-12-28 08:59:37 +0000'
post_id: "/2005/12/blogmarks-encore-mieux-integre-a-google-avec-blogmarksingoogle-0-3"
author:
url:
email:
image: no-avatar.png
name: NiCoS
content: "<p>Manque juste un petit lien vers le <a href='http://userscripts.org/scripts/show/2243'>dépot du script</a> pour mettre à
jour, sinon rien à redire sur l'article.</p> <p>PS : au fait,
pourquoi n'as-tu plus tes jolies urls au format "blog" ?</p>" | 39.769231 | 132 | 0.704062 |
8a1fe9d86511c3d9193eccb8cec2b1583f024e06 | 1,122 | yml | YAML | .eslintrc.yml | isso0424/isso0424.github.io | 7ee5f41b2c84169c512827b36ec01709e074eb76 | [
"MIT"
] | 2 | 2020-08-10T00:40:18.000Z | 2020-08-10T04:22:22.000Z | .eslintrc.yml | isso0424/isso0424.github.io | 7ee5f41b2c84169c512827b36ec01709e074eb76 | [
"MIT"
] | 15 | 2020-03-12T13:03:53.000Z | 2020-12-24T00:34:29.000Z | .eslintrc.yml | isso0424/isso0424.github.io | 7ee5f41b2c84169c512827b36ec01709e074eb76 | [
"MIT"
] | 1 | 2020-03-12T12:30:27.000Z | 2020-03-12T12:30:27.000Z | env:
browser: true
es2021: true
extends:
- "eslint:recommended"
- "plugin:react/recommended"
- "plugin:@typescript-eslint/recommended"
- "plugin:prettier/recommended"
- "prettier/@typescript-eslint"
- "prettier/react"
- "prettier/prettier"
- airbnb
parser: '@typescript-eslint/parser'
parserOptions:
ecmaFeatures:
jsx: true
ecmaVersion: 12
sourceType: module
plugins:
- react
- '@typescript-eslint'
rules:
quotes: 0
no-use-before-define: 0
'@typescript-eslint/no-use-before-define':
- error
'import/extensions':
- error
- ignorePackages
- {
js: 'never',
jsx: 'never',
ts: 'never',
tsx: 'never',
}
'react/jsx-filename-extension':
- 'error'
- extensions:
- .jsx
- .tsx
'react/jsx-indent': off
'react/jsx-one-expression-per-line': off
'react/require-default-props': off
'import/prefer-default-export': off
'operator-linebreak': off
'object-curly-newline': off
settings:
import/resolver:
node:
extensions:
- .js
- .jsx
- .json
- .ts
- .tsx
| 19.684211 | 44 | 0.603387 |
450dea96a0a7f5ae1726991ea491fc0895c539d1 | 563 | yml | YAML | tasks/main.yml | johanneskastl/ansible-role-install_rke2 | 59e186e466defe2ecdfaa2241a516a32f4dfbb4a | [
"BSD-3-Clause"
] | null | null | null | tasks/main.yml | johanneskastl/ansible-role-install_rke2 | 59e186e466defe2ecdfaa2241a516a32f4dfbb4a | [
"BSD-3-Clause"
] | null | null | null | tasks/main.yml | johanneskastl/ansible-role-install_rke2 | 59e186e466defe2ecdfaa2241a516a32f4dfbb4a | [
"BSD-3-Clause"
] | null | null | null | ---
# install_rke2/tasks/main.yml
- name: 'Run set_facts.yml'
include_tasks: 'set_facts.yml'
- name: 'Run binary.yml'
include_tasks: 'binary.yml'
- name: 'Run configuration.yml'
include_tasks: 'configuration.yml'
- name: 'Run scripts.yml'
include_tasks: 'scripts.yml'
- name: 'Run service.yml'
include_tasks: 'service.yml'
- name: 'Run kubeconfig.yml'
include_tasks: 'kubeconfig.yml'
when: 'rke2_node_type == "server"'
- name: 'Run token.yml'
include_tasks: 'token.yml'
when:
- 'rke2_node_type == "server"'
- 'fetch_token | bool'
| 20.107143 | 36 | 0.680284 |
4be1727c8cccb5751e8b6f3f2839ec0e06fa6fcc | 320 | yaml | YAML | helm/backup/templates/configmap.yaml | sr-2020/sr-2020-db | 1a7dcb5153fcf7fca471655c3a853e2faefe4ad8 | [
"Apache-2.0"
] | null | null | null | helm/backup/templates/configmap.yaml | sr-2020/sr-2020-db | 1a7dcb5153fcf7fca471655c3a853e2faefe4ad8 | [
"Apache-2.0"
] | 3 | 2020-11-15T10:53:20.000Z | 2021-06-19T02:38:54.000Z | helm/backup/templates/configmap.yaml | sr-2020/sr-2020-db | 1a7dcb5153fcf7fca471655c3a853e2faefe4ad8 | [
"Apache-2.0"
] | null | null | null | apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-configmap
data:
PGHOST: {{ .Values.postgres.host | quote }}
PGPORT: {{ .Values.postgres.port | quote }}
APP_PORT: {{ .Values.app.port | quote }}
APP_CATALOG: {{ .Values.app.catalog | quote }}
AWS_REGION: {{ .Values.app.aws.region | quote }}
| 29.090909 | 50 | 0.65625 |
d7ea1f1c666c3a8a24d80d37850763be9413108c | 1,097 | yml | YAML | datasets/attack_techniques/T1546.003/atomic_red_team/atomic_red_team.yml | kirtankhatana-crest/attack_data | 4b75d21a35ab0b7b467719130370607a30e7337b | [
"Apache-2.0"
] | 256 | 2020-09-28T03:56:44.000Z | 2022-03-31T15:51:34.000Z | datasets/attack_techniques/T1546.003/atomic_red_team/atomic_red_team.yml | kirtankhatana-crest/attack_data | 4b75d21a35ab0b7b467719130370607a30e7337b | [
"Apache-2.0"
] | 142 | 2020-10-27T23:20:45.000Z | 2022-03-16T13:08:05.000Z | datasets/attack_techniques/T1546.003/atomic_red_team/atomic_red_team.yml | kirtankhatana-crest/attack_data | 4b75d21a35ab0b7b467719130370607a30e7337b | [
"Apache-2.0"
] | 35 | 2020-10-12T13:55:52.000Z | 2022-03-22T18:46:04.000Z | author: Automated Attack Data Service
id: cc9b262c-efc9-11eb-926b-550bf0943fbb
date: '2020-12-08'
description: 'Atomic Test Results: Return value unclear for test T1546.003-1 Persistence
via WMI Event Subscription '
environment: attack_range
dataset:
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1546.003/atomic_red_team/windows-security.log
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1546.003/atomic_red_team/windows-powershell.log
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1546.003/atomic_red_team/windows-sysmon.log
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1546.003/atomic_red_team/windows-system.log
sourcetypes:
- XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
- WinEventLog:Microsoft-Windows-PowerShell/Operational
- WinEventLog:System
- WinEventLog:Security
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1546.003/T1546.003.md
| 57.736842 | 145 | 0.841386 |
6f53766b0c7b33e61a73cdbcf9b12d6beeb41c01 | 168 | yml | YAML | src/TFE/LibrairieBundle/Resources/config/routing_admin_auteur-recompense.yml | durandludovic/tfe | 0c0f7c1143bdd55d7761a3d0a2d020069b0864b1 | [
"MIT"
] | 1 | 2017-02-10T02:51:34.000Z | 2017-02-10T02:51:34.000Z | src/TFE/LibrairieBundle/Resources/config/routing_admin_auteur-recompense.yml | durandludovic/tfe | 0c0f7c1143bdd55d7761a3d0a2d020069b0864b1 | [
"MIT"
] | null | null | null | src/TFE/LibrairieBundle/Resources/config/routing_admin_auteur-recompense.yml | durandludovic/tfe | 0c0f7c1143bdd55d7761a3d0a2d020069b0864b1 | [
"MIT"
] | 1 | 2015-06-19T08:57:02.000Z | 2015-06-19T08:57:02.000Z | # chemin: /admin/auteur-recompense
admin_auteur_recompense_ajouter:
path: /add
defaults: { _controller: TFELibrairieBundle:AdminAuteurRecompense:ajouter }
| 28 | 79 | 0.77381 |
efae95cf6906282811f9185a0b60cdb17520b6cb | 1,715 | yaml | YAML | _data/imperx-inc-.yaml | api-network/organizations | a6c87f20aa4b44dee7a48d52506e25cf8e6556da | [
"Apache-2.0"
] | 4 | 2021-02-19T03:02:53.000Z | 2022-03-23T07:51:17.000Z | _data/imperx-inc-.yaml | api-network/organizations | a6c87f20aa4b44dee7a48d52506e25cf8e6556da | [
"Apache-2.0"
] | null | null | null | _data/imperx-inc-.yaml | api-network/organizations | a6c87f20aa4b44dee7a48d52506e25cf8e6556da | [
"Apache-2.0"
] | 3 | 2021-02-19T03:02:59.000Z | 2021-10-03T22:25:23.000Z | ---
name: Imperx Inc.
description: 'Industrial Cameras & Frame Grabbers For Manufacturing Applications:
Machine Vision, Line Scan, Medical, Aerial, Robotics, HD-SDI & Transportation'
image: ""
created: "2021-02-04"
modified: "2021-02-04"
specificationVersion: "0.14"
x-rank: "7"
x-alexaRank: "825606"
url: https://raw.githubusercontent.com/api-network/organizations/main/imperx-inc-.yaml
tags:
- Cards And Peripherals
apis: []
x-common:
- type: x-website
url: http://www.imperx.com
- type: x-about
url: https://www.imperx.com/about-us/
- type: x-about
url: https://www.imperx.com/about-us/management-team/
- type: x-about
url: https://www.imperx.com/about-us/map-to-office/
- type: x-careers
url: https://www.imperx.com/careers/
- type: x-contact
url: https://www.imperx.com/about-us/contact/
- type: x-events
url: https://www.imperx.com/events/
- type: x-facebook
url: https://www.facebook.com/IMPERXInc/
- type: x-feed
url: https://www.imperx.com/feed/
- type: x-linkedin
url: https://www.linkedin.com/in/imperx-industrial-cameras/
- type: x-news
url: https://www.imperx.com/latest-news/
- type: x-news
url: https://www.imperx.com/newsletter/
- type: x-press
url: https://www.imperx.com/coaxpress-cameras/
- type: x-support
url: https://www.imperx.com/support/
- type: x-support
url: https://www.imperx.com/support/technical-support/
- type: x-support
url: https://www.imperx.com/support/legacy-products/
- type: x-twitter
url: https://twitter.com/IMPERXInc
- type: x-website
url: https://www.imperx.com
- type: x-white-papers
url: https://www.imperx.com/white-papers/
include: []
maintainers:
- FN: Kin Lane
x-twitter: apievangelist
email: info@apievangelist.com
--- | 29.067797 | 86 | 0.709621 |
a344fba05efb5c1c4fa734149eb59f3d8230ba00 | 3,204 | yml | YAML | solutions/azure-hub-spoke/azurepipeline.yml | vnextcoder/samples-1 | a05c4e96f4821e45976bc6e698e2538d92be6fee | [
"MIT"
] | null | null | null | solutions/azure-hub-spoke/azurepipeline.yml | vnextcoder/samples-1 | a05c4e96f4821e45976bc6e698e2538d92be6fee | [
"MIT"
] | 2 | 2022-02-14T22:25:22.000Z | 2022-02-27T21:57:33.000Z | solutions/azure-hub-spoke/azurepipeline.yml | spUK2020/samples | 5c320ecfd43e61ae9f0d4739419f6c395c273189 | [
"MIT"
] | null | null | null | variables:
- name: serviceConnection
value: azure-service-connection-mg
- name: resource-group
value: hub-spoke-$(Build.BuildId)
- name: location
value: eastus
- name: template-location
value: '/solutions/azure-hub-spoke/*'
- name: template-name
value: 'azuredeploy.json'
- name: ttk-skip-test
value: 'DependsOn-Best-Practices,Template-Should-Not-Contain-Blanks,apiVersions-Should-Be-Recent'
trigger:
branches:
include:
- master
paths:
include:
- /solutions/azure-hub-spoke/*
pr:
branches:
include:
- master
paths:
include:
- /solutions/azure-hub-spoke/*
stages:
# Run ARM TTK and publish test results (Windows only)
- stage: armTemplateToolkit
jobs:
- job: armttk
pool:
vmImage: 'windows-latest'
continueOnError: false
timeoutInMinutes: 20
steps:
- task: RunARMTTKTests@1
inputs:
templatelocation: '$(System.DefaultWorkingDirectory)$(template-location)'
resultLocation: '$(System.DefaultWorkingDirectory)'
skipTests: $(ttk-skip-test)
- task: PublishTestResults@2
inputs:
testResultsFormat: 'NUnit'
testResultsFiles: '$(System.DefaultWorkingDirectory)\*-armttk.xml'
condition: always()
# Deploy template
- stage: validateAndDeploy
dependsOn: []
jobs:
- job: arm
pool: Hosted Ubuntu 1604
continueOnError: false
steps:
- task: AzureCLI@2
displayName: Create resource group
inputs:
azureSubscription: $(serviceConnection)
scriptType: 'bash'
scriptLocation: 'inlineScript'
inlineScript: 'az group create --name $(resource-group) --location $(location)'
- task: AzureCLI@2
displayName: Validate template (validation api)
inputs:
azureSubscription: $(serviceConnection)
scriptType: 'bash'
scriptLocation: 'inlineScript'
inlineScript: |
az deployment group validate --resource-group $(resource-group) --template-file $(System.DefaultWorkingDirectory)$(template-location)$(template-name) --parameters adminPassword=$(vmPassword) linuxVMCount=1 windowsVMCount=1 deployVpnGateway=true
- task: AzureCLI@2
displayName: Deploy template
inputs:
azureSubscription: $(serviceConnection)
scriptType: 'bash'
scriptLocation: 'inlineScript'
inlineScript: |
az deployment group create --resource-group $(resource-group) --template-file $(System.DefaultWorkingDirectory)$(template-location)$(template-name) --parameters adminPassword=$(vmPassword) linuxVMCount=1 windowsVMCount=1 deployVpnGateway=true
# Clean up deployment
- stage: cleanupResourceGroupBasic
dependsOn: validateAndDeploy
condition: always()
jobs:
- job: deleteResourceGroup
pool: Hosted Ubuntu 1604
continueOnError: false
timeoutInMinutes: 20
steps:
- task: AzureCLI@2
displayName: Delete resource group
inputs:
azureSubscription: $(serviceConnection)
scriptType: 'bash'
scriptLocation: 'inlineScript'
inlineScript: 'az group delete --resource-group $(resource-group) --yes --no-wait' | 28.353982 | 253 | 0.673533 |
7e9a4870695422ac55bc1736fec22cab3be0e65c | 6,566 | yaml | YAML | design/v4/guaranteedadgroupad/GuaranteedAdGroupAd.yaml | yahoojp-marketing/ads-display-api-documents | 93fa339d88c768e0a3556e4517096c7d10285ad6 | [
"MIT"
] | 6 | 2019-11-13T14:40:15.000Z | 2021-07-27T18:24:54.000Z | design/v4/guaranteedadgroupad/GuaranteedAdGroupAd.yaml | yahoojp-marketing/ads-display-api-documents | 93fa339d88c768e0a3556e4517096c7d10285ad6 | [
"MIT"
] | null | null | null | design/v4/guaranteedadgroupad/GuaranteedAdGroupAd.yaml | yahoojp-marketing/ads-display-api-documents | 93fa339d88c768e0a3556e4517096c7d10285ad6 | [
"MIT"
] | 4 | 2020-08-11T10:50:08.000Z | 2021-04-15T11:14:32.000Z | GuaranteedAdGroupAd:
type: object
nullable: true
properties:
accountId:
type: integer
nullable: true
format: int64
description: |
<div lang="ja">
アカウントIDです。<br>
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
</div>
<div lang="en">
Account ID.<br>
Although this field will be returned in the response, it will be ignored on input.
</div>
ad:
$ref: 'GuaranteedAdGroupAdServiceAd.yaml#/GuaranteedAdGroupAdServiceAd'
adGroupId:
type: integer
nullable: true
format: int64
description: |
<div lang="ja">
広告グループIDです。<br>
このフィールドは、リクエストの場合は必須です。
</div>
<div lang="en">
Ad group ID.<br>
This field is required in requests.
</div>
adGroupName:
type: string
nullable: true
description: |
<div lang="ja">
広告グループ名です。<br>
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
</div>
<div lang="en">
Ad group name.<br>
Although this field will be returned in the response, it will be ignored on input.
</div>
adId:
type: integer
nullable: true
format: int64
description: |
<div lang="ja">
広告IDです。<br>
このフィールドは、SET時は必須となり、ADD時は省略可能となります。
</div>
<div lang="en">
Ad ID.<br>
This field is required in SET operation, and will be optional in ADD operation.
</div>
adName:
type: string
nullable: true
description: |
<div lang="ja">
広告名です。<br>
このフィールドは、ADD時は必須となり、SET時は省略可能となります。
</div>
<div lang="en">
Ad name.<br>
This field is required in ADD operation, and will be optional in SET operation.
</div>
adStyle:
$ref: 'GuaranteedAdGroupAdServiceAdStyle.yaml#/GuaranteedAdGroupAdServiceAdStyle'
approvalStatus:
$ref: 'GuaranteedAdGroupAdServiceApprovalStatus.yaml#/GuaranteedAdGroupAdServiceApprovalStatus'
campaignId:
type: integer
nullable: true
format: int64
description: |
<div lang="ja">
キャンペーンIDです。<br>
このフィールドは、リクエストの場合は必須です。
</div>
<div lang="en">
Campaign ID.<br>
This field is required in requests.
</div>
campaignName:
type: string
nullable: true
description: |
<div lang="ja">
キャンペーン名です。<br>
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
</div>
<div lang="en">
Campaign name.<br>
Although this field will be returned in the response, it will be ignored on input.
</div>
disapprovalReasonCodes:
type: array
nullable: true
items:
type: string
nullable: true
description: |
<div lang="ja">
掲載拒否の理由です。<br>
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
</div>
<div lang="en">
Reject reason on editorial review.<br>
Although this field will be returned in the response, it will be ignored on input.
</div>
disapprovalReasonDescription:
type: string
nullable: true
description: |
<div lang="ja">
掲載拒否の理由詳細です。<br>
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
</div>
<div lang="en">
Reject reason details on editorial review.<br>
Although this field will be returned in the response, it will be ignored on input.
</div>
impressionBeaconUrls:
type: array
nullable: true
items:
type: string
nullable: true
description: |
<div lang="ja">
インプレッションビーコンURLです。<br>
</div>
<div lang="en">
Impression beacon URL.<br>
</div>
isRemoveImpressionBeaconUrls:
$ref: 'GuaranteedAdGroupAdServiceIsRemoveFlg.yaml#/GuaranteedAdGroupAdServiceIsRemoveFlg'
labels:
type: array
nullable: true
items:
$ref: 'GuaranteedAdGroupAdServiceLabel.yaml#/GuaranteedAdGroupAdServiceLabel'
mediaId:
type: integer
nullable: true
format: int64
description: |
<div lang="ja">
メディアIDです。<br>
</div>
<div lang="en">
Media ID.<br>
</div>
thirdPartyTrackingScriptUrl:
type: string
nullable: true
description: |
<div lang="ja">
第三者計測スクリプトURLです。<br>
</div>
<div lang="en">
Third party tracking script URL.<br>
</div>
isRemoveBeaconUrls:
$ref: 'GuaranteedAdGroupAdServiceIsRemoveFlg.yaml#/GuaranteedAdGroupAdServiceIsRemoveFlg'
isRemoveThirdPartyTrackingScriptUrl:
$ref: 'GuaranteedAdGroupAdServiceIsRemoveFlg.yaml#/GuaranteedAdGroupAdServiceIsRemoveFlg'
thirdPartyTrackingVendor:
type: string
nullable: true
description: |
<div lang="ja">
第三者計測ベンダー(ReadOnly)です。<br>
thirdPartyTrackingScriptUrlのドメインに基づく第三者計測ベンダーが設定されます。<br>
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
</div>
<div lang="en">
Third party tracking vendor (Read only).<br>
Third party tracking vendor based on domain of thirdPartyTrackingScriptUrl is set.<br>
Although this field will be returned in the response, it will be ignored on input.
</div>
userStatus:
$ref: 'GuaranteedAdGroupAdServiceUserStatus.yaml#/GuaranteedAdGroupAdServiceUserStatus'
landingPageStatus:
$ref: 'GuaranteedAdGroupAdLandingPageStatus.yaml#/GuaranteedAdGroupAdLandingPageStatus'
preApprovalId:
type: string
nullable: true
description: |
<div lang="ja">
事前承認ID(数字のみ)です。<br>
</div>
<div lang="en">
Pre-approval ID (Only number).<br>
</div>
landingPageUpdateScheduledTime:
type: string
nullable: true
description: |
<div lang="ja">
リンク先更新予定日時です。<br>
※フォーマット:yyyyMMddHHmm<br>
※landingPageStatusがSPECIFIED_UPDATE_SCHEDULED_TIMEの場合は必須です。
</div>
<div lang="en">
The scheduled update date and time for the landing page.<br>
*format: yyyyMMddHHmm<br>
∗If landingPageStatus is SPECIFIED_UPDATE_SCHEDULED_TIME, this field is required.
</div>
title: GuaranteedAdGroupAd
description: |
<div lang="ja">GuaranteedAdGroupAdオブジェクトは、予約型の広告の情報を格納するコンテナです。</div>
<div lang="en">The GuaranteedAdGroupAd object is a container for storing ad information of guaranteed campaign.</div>
| 30.258065 | 121 | 0.610113 |
3abb1d45252988f8afc4db8e57ab4e595b4e8f68 | 1,424 | yml | YAML | dev/tasks/homebrew-formulae/github.macos.yml | davisusanibar/arrow | 07ac9fd86c6225f493943e4ab0ff35b0fdbfb2ae | [
"CC-BY-3.0",
"Apache-2.0",
"CC0-1.0",
"MIT"
] | 1 | 2021-12-03T13:50:32.000Z | 2021-12-03T13:50:32.000Z | dev/tasks/homebrew-formulae/github.macos.yml | davisusanibar/arrow | 07ac9fd86c6225f493943e4ab0ff35b0fdbfb2ae | [
"CC-BY-3.0",
"Apache-2.0",
"CC0-1.0",
"MIT"
] | 3 | 2022-02-09T03:24:57.000Z | 2022-02-14T22:26:27.000Z | dev/tasks/homebrew-formulae/github.macos.yml | davisusanibar/arrow | 07ac9fd86c6225f493943e4ab0ff35b0fdbfb2ae | [
"CC-BY-3.0",
"Apache-2.0",
"CC0-1.0",
"MIT"
] | null | null | null | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
{% import 'macros.jinja' as macros with context %}
{{ macros.github_header() }}
jobs:
homebrew:
name: "Homebrew"
runs-on: macOS-latest
steps:
{{ macros.github_checkout_arrow()|indent }}
{{ macros.configure_homebrew_arrow(formula)|indent }}
- name: Test formula
run: |
brew install -v --HEAD apache-arrow
brew test apache-arrow
brew audit --strict apache-arrow
if [ -f ${ARROW_GLIB_FORMULA} ]; then
brew install -v --HEAD apache-arrow-glib
brew test apache-arrow-glib
brew audit --strict apache-arrow-glib
fi
| 34.731707 | 62 | 0.691713 |
34ef0a7ea9b7ad87c44aa1872d2d7c9914d3e59c | 258 | yml | YAML | .goreleaser.yml | naoya-ma/u-method | d1e9c32d7a41ea260b0b556e93e51b2d0cd39464 | [
"Apache-2.0"
] | null | null | null | .goreleaser.yml | naoya-ma/u-method | d1e9c32d7a41ea260b0b556e93e51b2d0cd39464 | [
"Apache-2.0"
] | null | null | null | .goreleaser.yml | naoya-ma/u-method | d1e9c32d7a41ea260b0b556e93e51b2d0cd39464 | [
"Apache-2.0"
] | null | null | null | project_name: u-method
archives:
-
format: zip
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
files:
- 10.commons
- 20.plan
- 30.operation
- 90.tutorial
- A0.setup
- LICENSE
- README.md | 19.846154 | 75 | 0.53876 |
0589c215c5c006ec273535cf4e241f4c980b7700 | 3,817 | yml | YAML | .github/workflows/ci_push.yml | limenutt/astrobee | 9241e67e6692810d6e275abb3165b6d02f4ca5ef | [
"Apache-2.0"
] | 629 | 2017-08-31T23:09:00.000Z | 2022-03-30T11:55:40.000Z | .github/workflows/ci_push.yml | limenutt/astrobee | 9241e67e6692810d6e275abb3165b6d02f4ca5ef | [
"Apache-2.0"
] | 269 | 2018-05-05T12:31:16.000Z | 2022-03-30T22:04:11.000Z | .github/workflows/ci_push.yml | limenutt/astrobee | 9241e67e6692810d6e275abb3165b6d02f4ca5ef | [
"Apache-2.0"
] | 248 | 2017-08-31T23:20:56.000Z | 2022-03-30T22:29:16.000Z | name: Build, test and push packages CI
on:
push:
branches: [ 'develop' ]
jobs:
build-xenial:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Checkout submodule
run: git submodule update --init --depth 1 description/media
- name: Build code for Ubuntu 16
run: docker build . -f ./scripts/docker/astrobee.Dockerfile
--build-arg UBUNTU_VERSION=16.04
--build-arg ROS_VERSION=kinetic
--build-arg PYTHON=''
--build-arg REMOTE=ghcr.io/nasa
-t ghcr.io/${{ github.repository_owner }}/astrobee:latest-ubuntu16.04
- name: Test code
run: docker build . -f ./scripts/docker/test_astrobee.Dockerfile
--build-arg UBUNTU_VERSION=16.04
--build-arg REMOTE=ghcr.io/${{ github.repository_owner }}
-t astrobee:test-ubuntu16.04
- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
- name: Push Docker image
run: |
if [ "${{ github.repository_owner }}" = "nasa" ]; then docker push ghcr.io/${{ github.repository_owner }}/astrobee:latest-ubuntu16.04; fi;
build-bionic:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Checkout submodule
run: git submodule update --init --depth 1 description/media
- name: Build code for Ubuntu 18
run: docker build . -f ./scripts/docker/astrobee.Dockerfile
--build-arg UBUNTU_VERSION=18.04
--build-arg ROS_VERSION=melodic
--build-arg PYTHON=3
--build-arg REMOTE=ghcr.io/nasa
-t ghcr.io/${{ github.repository_owner }}/astrobee:latest-ubuntu18.04
- name: Test code
run: docker build . -f ./scripts/docker/test_astrobee.Dockerfile
--build-arg UBUNTU_VERSION=18.04
--build-arg REMOTE=ghcr.io/${{ github.repository_owner }}
-t astrobee:test-ubuntu18.04
- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
- name: Push Docker image
run: |
if [ "${{ github.repository_owner }}" = "nasa" ]; then docker push ghcr.io/${{ github.repository_owner }}/astrobee:latest-ubuntu18.04; fi;
build-focal:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Checkout submodule
run: git submodule update --init --depth 1 description/media
- name: Build code for Ubuntu 20
run: docker build . -f ./scripts/docker/astrobee.Dockerfile
--build-arg UBUNTU_VERSION=20.04
--build-arg ROS_VERSION=noetic
--build-arg PYTHON=3
--build-arg REMOTE=ghcr.io/nasa
-t ghcr.io/${{ github.repository_owner }}/astrobee:latest-ubuntu20.04
- name: Test code
run: docker build . -f ./scripts/docker/test_astrobee.Dockerfile
--build-arg UBUNTU_VERSION=20.04
--build-arg REMOTE=ghcr.io/${{ github.repository_owner }}
-t astrobee:test-ubuntu20.0
- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
- name: Push Docker image
run: |
if [ "${{ github.repository_owner }}" = "nasa" ]; then docker push ghcr.io/${{ github.repository_owner }}/astrobee:latest-ubuntu20.04; fi;
| 37.792079 | 146 | 0.567461 |
f10546cb291fe71f4f12d33651924f4ba604cebe | 1,419 | yml | YAML | roles/java/tasks/bundles.yml | c2platform/ansible-collection-core | 40c4e86349cda170c406c9af2b74d7760dcf5c86 | [
"MIT"
] | null | null | null | roles/java/tasks/bundles.yml | c2platform/ansible-collection-core | 40c4e86349cda170c406c9af2b74d7760dcf5c86 | [
"MIT"
] | null | null | null | roles/java/tasks/bundles.yml | c2platform/ansible-collection-core | 40c4e86349cda170c406c9af2b74d7760dcf5c86 | [
"MIT"
] | null | null | null | ---
- name: Bundle facts
set_fact:
jdk: "{{ java_versions[bundle_java_version] }}"
- name: Download bundle
get_url:
url: "{{ item['url'] }}"
checksum: "{{ item['checksum']|default(omit) }}"
dest: "/var/tmp/bundle-cert-{{ bundle_java_version }}-{{ item['url']|checksum }}"
validate_certs: no
with_items: "{{ java_versions[bundle_java_version]['bundles'] }}"
register: bundles_download
- block:
- name: "Remove bundles"
java_cert:
cert_alias: "{{ item['alias'] }}"
cert_path: "/var/tmp/bundle-cert-{{ bundle_java_version }}-{{ item['url']|checksum }}"
keystore_path: "{{ jdk['keystore'] }}"
keystore_pass: "{{ jdk['keystore_pass']|default('changeit') }}"
executable: "{{ jdk['keytool'] }}"
state: absent
with_items: "{{ java_versions[bundle_java_version]['bundles'] }}"
ignore_errors: yes
notify: "{{ jdk['notify']|default(omit) }}"
- name: "Import bundles"
java_cert:
cert_alias: "{{ item['alias'] }}"
cert_path: "/var/tmp/bundle-cert-{{ bundle_java_version }}-{{ item['url']|checksum }}"
keystore_path: "{{ jdk['keystore'] }}"
keystore_pass: "{{ jdk['keystore_pass']|default('changeit') }}"
executable: "{{ jdk['keytool'] }}"
state: present
with_items: "{{ java_versions[bundle_java_version]['bundles'] }}"
notify: "{{ jdk['notify']|default(omit) }}"
when: bundles_download.changed
| 36.384615 | 92 | 0.614517 |
b5c989bd6c7584a7f3a16a1e7ec25b5de242c7f1 | 559 | yml | YAML | admin/pipelines/cargo-steps.yml | triptec/hyper-rustls | 22ca0a44e924698ca4773adc2a16c52a2a9cc460 | [
"Apache-2.0",
"MIT"
] | 3 | 2020-08-02T04:46:18.000Z | 2020-08-07T10:10:53.000Z | admin/pipelines/cargo-steps.yml | triptec/hyper-rustls | 22ca0a44e924698ca4773adc2a16c52a2a9cc460 | [
"Apache-2.0",
"MIT"
] | 16 | 2020-09-04T19:01:11.000Z | 2021-05-28T03:23:09.000Z | admin/pipelines/cargo-steps.yml | triptec/hyper-rustls | 22ca0a44e924698ca4773adc2a16c52a2a9cc460 | [
"Apache-2.0",
"MIT"
] | 1 | 2020-08-07T10:11:49.000Z | 2020-08-07T10:11:49.000Z | steps:
- script: cargo build
displayName: "cargo build (debug; default features)"
- script: cargo test
displayName: "cargo test (debug; default features)"
env: { "RUST_BACKTRACE": "1" }
- script: cargo test --all-features
displayName: "cargo test (debug; all features)"
env: { "RUST_BACKTRACE": "1" }
- script: cargo test --no-default-features
displayName: "cargo build (debug; no default features)"
env: { "RUST_BACKTRACE": "1" }
- script: cargo test --release --no-run
displayName: "cargo test (release; no run)"
| 32.882353 | 59 | 0.65653 |
bd4711e06620f706b8c6d0528625ba107ee2989d | 237 | yml | YAML | handlers/main.yml | wilmardo/ansible-role-domoticz | d82ac2ef13a372e99e225aa0f1c40d8b208550c9 | [
"BSD-3-Clause-Clear"
] | 4 | 2017-12-19T18:37:37.000Z | 2021-08-24T20:19:49.000Z | handlers/main.yml | kernt/ansible-role-domoticz | d82ac2ef13a372e99e225aa0f1c40d8b208550c9 | [
"BSD-3-Clause-Clear"
] | null | null | null | handlers/main.yml | kernt/ansible-role-domoticz | d82ac2ef13a372e99e225aa0f1c40d8b208550c9 | [
"BSD-3-Clause-Clear"
] | 3 | 2018-01-13T18:53:00.000Z | 2022-01-02T12:06:48.000Z | ---
- name: restart domoticz
service:
name: domoticz
state: restarted
- name: make zwave
command: make
args:
chdir: "{{ domoticz_download_dir }}/open-zwave"
creates: "{{ domoticz_download_dir }}/open-zwave/MinOZW"
| 19.75 | 60 | 0.666667 |
6e3b118e19a13296e26142e868f7ed70ccbf5ad0 | 79,010 | yml | YAML | 20050719/180981.fec.yml | Moham22/federal-election-commission-aggregation-2005 | 6a02eaa5799b7df758dd385d6bdd593f3395085a | [
"Unlicense"
] | null | null | null | 20050719/180981.fec.yml | Moham22/federal-election-commission-aggregation-2005 | 6a02eaa5799b7df758dd385d6bdd593f3395085a | [
"Unlicense"
] | null | null | null | 20050719/180981.fec.yml | Moham22/federal-election-commission-aggregation-2005 | 6a02eaa5799b7df758dd385d6bdd593f3395085a | [
"Unlicense"
] | 1 | 2021-02-13T12:16:42.000Z | 2021-02-13T12:16:42.000Z | countraw: 28
countrows: 26
filename: 180981.fec
header: {}
rows:
- input: F3XN,C00199802,ENGLISH LANGUAGE POLITICAL ACTION COMMITTEE,PO BOX 2222,WHITE
FLINT STATION,KENSINGTON,MD,20891,,X,MY,,,,20050101,20050630,66845.08,9831.84,76676.92,36188.82,40488.10,0.00,0.00,730.00,5776.62,6506.62,0.00,0.00,6506.62,0.00,0.00,0.00,189.21,0.00,3136.01,0.00,9831.84,9831.84,0.00,0.00,36188.82,36188.82,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,36188.82,36188.82,6506.62,0.00,6506.62,36188.82,189.21,35999.61,66845.08,2005,9831.84,76676.92,36188.82,40488.10,730.00,5776.62,6506.62,0.00,0.00,6506.62,0.00,0.00,0.00,189.21,0.00,3136.01,0.00,9831.84,9831.84,0.00,0.00,36188.82,36188.82,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,36188.82,36188.82,6506.62,0.00,6506.62,36188.82,189.21,35999.61,Zall^Barnaby^^Esq.,20050719,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00
record: <fec.version.v5_2.F3X.Records instance at 0xbdb83b0>
result:
- name: FORM TYPE
number: '1'
value: F3XN
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: COMMITTEE NAME
number: '3'
value: ENGLISH LANGUAGE POLITICAL ACTION COMMITTEE
- name: STREET 1
number: '4'
value: PO BOX 2222
- name: STREET 2
number: '5'
value: WHITE FLINT STATION
- name: CITY
number: '6'
value: KENSINGTON
- name: STATE
number: '7'
value: MD
- name: ZIP
number: '8'
value: '20891'
- name: CHG OF ADDRESS
number: '9'
value: ''
- name: QUALIFIED CMTE
number: '10'
value: X
- name: RPTCODE
number: '11'
value: MY
- name: RPTPGI
number: '12'
value: ''
- name: Of Election
number: 13-
value: ''
- name: STATE (Of Election)
number: '14'
value: ''
- name: Coverage From
number: 15-
value: '20050101'
- name: Coverage To
number: 16-
value: '20050630'
- name: Cash on Hand beginning
number: 17-6(b)
value: '66845.08'
- name: Total Receipts
number: 18-6(c)
value: '9831.84'
- name: Subtotal
number: 19-6(d)
value: '76676.92'
- name: Total Disbursements
number: 20-7.
value: '36188.82'
- name: Cash on Hand at Close
number: 21-8.
value: '40488.10'
- name: Debts to
number: 22-9.
value: '0.00'
- name: Debts by
number: 23-10.
value: '0.00'
- name: Itemized
number: 24-11(a)i
value: '730.00'
- name: Unitemized
number: 25-11(a)ii
value: '5776.62'
- name: Total
number: 26-11(a)iii
value: '6506.62'
- 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: '6506.62'
- 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: '189.21'
- name: Refunds of Federal Contributions
number: 34-16.
value: '0.00'
- name: Other Federal Receipts (dividends)
number: 35-17.
value: '3136.01'
- name: Transfers from Nonfederal Account (H3)
number: 36-18(a)
value: '0.00'
- name: Total Receipts
number: 37-19.
value: '9831.84'
- name: Total Federal Receipts
number: 38-20.
value: '9831.84'
- 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: '36188.82'
- name: Total Operating Expenditures
number: 42-21(c)
value: '36188.82'
- 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 Expend 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-31.
value: '36188.82'
- name: Total Federal Disbursements
number: 55-32.
value: '36188.82'
- name: Total Contributions
number: 56-33.
value: '6506.62'
- name: Total Contribution Refunds
number: 57-34.
value: '0.00'
- name: Net Contributions
number: 58-35.
value: '6506.62'
- name: Total Federal Operating Expenditures
number: 59-36.
value: '36188.82'
- name: Offsets to Operating Expenditures
number: 60-37.
value: '189.21'
- name: Net Operating Expenditures
number: 61-38.
value: '35999.61'
- name: Cash on Hand Jan 1, 19
number: 62-6(a)
value: '66845.08'
- name: Year for Above
number: '63'
value: '2005'
- name: Total Receipts
number: 64-6(c)
value: '9831.84'
- name: Subtotal
number: 65-6(d)
value: '76676.92'
- name: Total disbursements
number: 66-7.
value: '36188.82'
- name: Cash on Hand Close
number: 67-8.
value: '40488.10'
- name: Itemized
number: 68-11(a)i
value: '730.00'
- name: Unitemized
number: 69-11(a)ii
value: '5776.62'
- name: Total
number: 70-11(a)iii
value: '6506.62'
- 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: '6506.62'
- 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: '189.21'
- name: Refunds of Federal Contributions
number: 78-16.
value: '0.00'
- name: Other Federal Receipts (dividends)
number: 79-17.
value: '3136.01'
- name: Transfers from Nonfederal Account (H3)
number: 80-18(a)
value: '0.00'
- name: Total Receipts
number: 81-19.
value: '9831.84'
- name: Total Federal Receipts
number: 82-20.
value: '9831.84'
- 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: '36188.82'
- name: Total operating Expenditures
number: 86-21(c)
value: '36188.82'
- 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 Expend 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-31.
value: '36188.82'
- name: Total Federal Disbursements
number: 99-32.
value: '36188.82'
- name: Total Contributions
number: 100-33.
value: '6506.62'
- name: Total Contribution Refunds
number: 101-34.
value: '0.00'
- name: Net contributions
number: 102-35.
value: '6506.62'
- name: Total Federal Operating Expenditures
number: 103-36.
value: '36188.82'
- name: Offsets to Operating Expenditures
number: 104-37.
value: '189.21'
- name: Net Operating Expenditures
number: 105-38.
value: '35999.61'
- name: NAME/TREASURER (as signed)
number: '106'
value: Zall^Barnaby^^Esq.
- name: Signed
number: 107-
value: '20050719'
- name: Transfers from Non-Federal (Levin - H5)
number: 108-18(b)
value: '0.00'
- name: Total Non-Federal Transfers (18a+18b)
number: 109-18(c)
value: '0.00'
- name: Shared Federal Activity (H6) Fed Share
number: 110-30(a)i
value: '0.00'
- name: Shared Federal Activity (H6) Non-Fed
number: 111-30(a)ii
value: '0.00'
- name: Non-Allocable 100% Fed Election Activity
number: 112-30(b)
value: '0.00'
- name: Total Federal Election Activity
number: 113-30(c)
value: '0.00'
- name: Transfers from Non-Federal (Levin - H5)
number: 114-18(b)
value: '0.00'
- name: Total Non-Federal Transfers (18a+18b)
number: 115-18(c)
value: '0.00'
- name: Shared Federal Activity (H6) Fed Share
number: 116-30(a)i
value: '0.00'
- name: Shared Federal Activity (H6) Non-Fed
number: 117-30(a)ii
value: '0.00'
- name: Non-Allocable 100% Fed Election Activity
number: 118-30(b)
value: '0.00'
- name: Total Federal Election Activity
number: 119-30(c)
value: '0.00'
- attempt:
- name: REC TYPE
number: '1'
value: TEXT
- name: FORM TYPE
number: '2'
value: F3XN
- name: BACK REF TRAN ID
number: '3'
value: ''
- name: TEXT4000
number: '4'
value: 'Notes: 1) As in prior years'
- name: AMENDED CD
number: '5'
value: ' a) the Committee satisfies the FEC''s ''best efforts'' requirements by
notifying donors of the requirements for providing identifying information and
by making at least one followup contact when the required information is not
provided; and b) the Committee has relatively limited administrative costs because
it is a largely-volunteer organization'
- value: ' and all administrative expenditures are reported. 2) Unless otherwise
stated'
- value: ' all expenditures are for Committee operations and do not represent any
political activity'
- value: ' any deviation from fair market prices or rates'
- value: ' or any subsidy or offset to or from any other entity. 3) All mailing
list rentals are made at the same fair market price'
- value: ' and are thus at the usual and normal price.'
expected_count: 5
input: 'TEXT,F3XN,,"Notes: 1) As in prior years, a) the Committee satisfies the
FEC''s ''best efforts'' requirements by notifying donors of the requirements for
providing identifying information and by making at least one followup contact
when the required information is not provided; and b) the Committee has relatively
limited administrative costs because it is a largely-volunteer organization, and
all administrative expenditures are reported. 2) Unless otherwise stated, all
expenditures are for Committee operations and do not represent any political activity,
any deviation from fair market prices or rates, or any subsidy or offset to or
from any other entity. 3) All mailing list rentals are made at the same fair market
price, and are thus at the usual and normal price."'
input_count: 10
record: <fec.version.v5_2.TEXT.Records instance at 0x1dcdd88>
result: []
- input: SA11A1,C00199802,IND,,1310 Aldridge St,,Commerce,TX,75428,G2006,,,,225.00,20050210,225.00,15,,,,,,,,,,,,,,,,,SA11A1.49831,,,,,,Branom,Geraldine,,Miss,
record: <fec.version.v5_2.SA.Records instance at 0xbdb83b0>
result:
- name: FORM TYPE
number: '1'
value: SA11A1
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: IND
- name: CONTRIBUTOR NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 1310 Aldridge St
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Commerce
- name: STATE
number: '8'
value: TX
- name: ZIP
number: '9'
value: '75428'
- name: ITEM ELECT CD
number: '10'
value: G2006
- name: ITEM ELECT OTHER
number: '11'
value: ''
- name: INDEMP
number: '12'
value: ''
- name: INDOCC
number: '13'
value: ''
- name: AGGREGATE AMT Y-T-D
number: '14'
value: '225.00'
- name: DATE RECEIVED
number: '15'
value: '20050210'
- name: AMOUNT RECEIVED
number: '16'
value: '225.00'
- name: TRANS CODE
number: '17'
value: '15'
- name: TRANS DESCRIP
number: '18'
value: ''
- 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: CONDUIT NAME
number: '25'
value: ''
- name: CONDUIT STREET1
number: '26'
value: ''
- name: CONDUIT STREET2
number: '27'
value: ''
- name: CONDUIT CITY
number: '28'
value: ''
- name: CONDUIT STATE
number: '29'
value: ''
- name: CONDUIT ZIP
number: '30'
value: ''
- name: MEMO CODE
number: '31'
value: ''
- name: MEMO TEXT
number: '32'
value: ''
- name: AMENDED CD
number: '33'
value: ''
- name: TRAN ID
number: '34'
value: SA11A1.49831
- name: BACK REF TRAN ID
number: '35'
value: ''
- name: BACK REF SCHED NAME
number: '36'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '37'
value: ''
- name: INCREASED LIMIT
number: '38'
value: ''
- name: CONTRIB ORGANIZATION NAME
number: '39'
value: ''
- name: CONTRIBUTOR LAST NAME
number: '40'
value: Branom
- name: CONTRIBUTOR FIRST NAME
number: '41'
value: Geraldine
- name: CONTRIBUTOR MIDDLE NAME
number: '42'
value: ''
- name: CONTRIBUTOR PREFIX
number: '43'
value: Miss
- name: CONTRIBUTOR SUFFIX
number: '44'
value: ''
- input: SA11A1,C00199802,IND,,1101 N Oak,,Nevada,MO,64772,G2006,,,,255.00,20050121,255.00,15,,,,,,,,,,,,,,,,,SA11A1.49886,,,,,,Haggans,Wes,,Mr.,
record: <fec.version.v5_2.SA.Records instance at 0x1dcdd88>
result:
- name: FORM TYPE
number: '1'
value: SA11A1
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: IND
- name: CONTRIBUTOR NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 1101 N Oak
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Nevada
- name: STATE
number: '8'
value: MO
- name: ZIP
number: '9'
value: '64772'
- name: ITEM ELECT CD
number: '10'
value: G2006
- name: ITEM ELECT OTHER
number: '11'
value: ''
- name: INDEMP
number: '12'
value: ''
- name: INDOCC
number: '13'
value: ''
- name: AGGREGATE AMT Y-T-D
number: '14'
value: '255.00'
- name: DATE RECEIVED
number: '15'
value: '20050121'
- name: AMOUNT RECEIVED
number: '16'
value: '255.00'
- name: TRANS CODE
number: '17'
value: '15'
- name: TRANS DESCRIP
number: '18'
value: ''
- 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: CONDUIT NAME
number: '25'
value: ''
- name: CONDUIT STREET1
number: '26'
value: ''
- name: CONDUIT STREET2
number: '27'
value: ''
- name: CONDUIT CITY
number: '28'
value: ''
- name: CONDUIT STATE
number: '29'
value: ''
- name: CONDUIT ZIP
number: '30'
value: ''
- name: MEMO CODE
number: '31'
value: ''
- name: MEMO TEXT
number: '32'
value: ''
- name: AMENDED CD
number: '33'
value: ''
- name: TRAN ID
number: '34'
value: SA11A1.49886
- name: BACK REF TRAN ID
number: '35'
value: ''
- name: BACK REF SCHED NAME
number: '36'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '37'
value: ''
- name: INCREASED LIMIT
number: '38'
value: ''
- name: CONTRIB ORGANIZATION NAME
number: '39'
value: ''
- name: CONTRIBUTOR LAST NAME
number: '40'
value: Haggans
- name: CONTRIBUTOR FIRST NAME
number: '41'
value: Wes
- name: CONTRIBUTOR MIDDLE NAME
number: '42'
value: ''
- name: CONTRIBUTOR PREFIX
number: '43'
value: Mr.
- name: CONTRIBUTOR SUFFIX
number: '44'
value: ''
- input: SA11A1,C00199802,IND,,4461 Stack Blvd Apt E130,,Melbourne,FL,32901,G2006,,,Retired,250.00,20050210,250.00,15,,,,,,,,,,,,,,,,,SA11A1.49994,,,,,,White,Mary,,Ms,
record: <fec.version.v5_2.SA.Records instance at 0xbdb83b0>
result:
- name: FORM TYPE
number: '1'
value: SA11A1
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: IND
- name: CONTRIBUTOR NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 4461 Stack Blvd Apt E130
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Melbourne
- name: STATE
number: '8'
value: FL
- name: ZIP
number: '9'
value: '32901'
- name: ITEM ELECT CD
number: '10'
value: G2006
- name: ITEM ELECT OTHER
number: '11'
value: ''
- name: INDEMP
number: '12'
value: ''
- name: INDOCC
number: '13'
value: Retired
- name: AGGREGATE AMT Y-T-D
number: '14'
value: '250.00'
- name: DATE RECEIVED
number: '15'
value: '20050210'
- name: AMOUNT RECEIVED
number: '16'
value: '250.00'
- name: TRANS CODE
number: '17'
value: '15'
- name: TRANS DESCRIP
number: '18'
value: ''
- 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: CONDUIT NAME
number: '25'
value: ''
- name: CONDUIT STREET1
number: '26'
value: ''
- name: CONDUIT STREET2
number: '27'
value: ''
- name: CONDUIT CITY
number: '28'
value: ''
- name: CONDUIT STATE
number: '29'
value: ''
- name: CONDUIT ZIP
number: '30'
value: ''
- name: MEMO CODE
number: '31'
value: ''
- name: MEMO TEXT
number: '32'
value: ''
- name: AMENDED CD
number: '33'
value: ''
- name: TRAN ID
number: '34'
value: SA11A1.49994
- name: BACK REF TRAN ID
number: '35'
value: ''
- name: BACK REF SCHED NAME
number: '36'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '37'
value: ''
- name: INCREASED LIMIT
number: '38'
value: ''
- name: CONTRIB ORGANIZATION NAME
number: '39'
value: ''
- name: CONTRIBUTOR LAST NAME
number: '40'
value: White
- name: CONTRIBUTOR FIRST NAME
number: '41'
value: Mary
- name: CONTRIBUTOR MIDDLE NAME
number: '42'
value: ''
- name: CONTRIBUTOR PREFIX
number: '43'
value: Ms
- name: CONTRIBUTOR SUFFIX
number: '44'
value: ''
- input: SA17,C00199802,ORG,,P.O. Box 2518,,Houston,TX,772522518,,,,,357.88,20050630,357.88,,Interest,,,,,,,,,,,,,,,,SA17.50039,,,,,Bank
of America,,,,,
record: <fec.version.v5_2.SA.Records instance at 0x1dcdd88>
result:
- name: FORM TYPE
number: '1'
value: SA17
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: ORG
- name: CONTRIBUTOR NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: P.O. Box 2518
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Houston
- name: STATE
number: '8'
value: TX
- name: ZIP
number: '9'
value: '772522518'
- name: ITEM ELECT CD
number: '10'
value: ''
- name: ITEM ELECT OTHER
number: '11'
value: ''
- name: INDEMP
number: '12'
value: ''
- name: INDOCC
number: '13'
value: ''
- name: AGGREGATE AMT Y-T-D
number: '14'
value: '357.88'
- name: DATE RECEIVED
number: '15'
value: '20050630'
- name: AMOUNT RECEIVED
number: '16'
value: '357.88'
- name: TRANS CODE
number: '17'
value: ''
- name: TRANS DESCRIP
number: '18'
value: Interest
- 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: CONDUIT NAME
number: '25'
value: ''
- name: CONDUIT STREET1
number: '26'
value: ''
- name: CONDUIT STREET2
number: '27'
value: ''
- name: CONDUIT CITY
number: '28'
value: ''
- name: CONDUIT STATE
number: '29'
value: ''
- name: CONDUIT ZIP
number: '30'
value: ''
- name: MEMO CODE
number: '31'
value: ''
- name: MEMO TEXT
number: '32'
value: ''
- name: AMENDED CD
number: '33'
value: ''
- name: TRAN ID
number: '34'
value: SA17.50039
- name: BACK REF TRAN ID
number: '35'
value: ''
- name: BACK REF SCHED NAME
number: '36'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '37'
value: ''
- name: INCREASED LIMIT
number: '38'
value: ''
- name: CONTRIB ORGANIZATION NAME
number: '39'
value: Bank of America
- name: CONTRIBUTOR LAST NAME
number: '40'
value: ''
- name: CONTRIBUTOR FIRST NAME
number: '41'
value: ''
- name: CONTRIBUTOR MIDDLE NAME
number: '42'
value: ''
- name: CONTRIBUTOR PREFIX
number: '43'
value: ''
- name: CONTRIBUTOR SUFFIX
number: '44'
value: ''
- input: SA17,C00199802,ORG,,13156 Piedmont Vista Dr.,,Haymarket,VA,20169,,,,,460.00,20050401,460.00,,Mailing
list rental,,,,,,,,,,,,,,,,SA17.50026,,,,,McDanneld Marketing Inc.,,,,,
record: <fec.version.v5_2.SA.Records instance at 0xbdb83b0>
result:
- name: FORM TYPE
number: '1'
value: SA17
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: ORG
- name: CONTRIBUTOR NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 13156 Piedmont Vista Dr.
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Haymarket
- name: STATE
number: '8'
value: VA
- name: ZIP
number: '9'
value: '20169'
- name: ITEM ELECT CD
number: '10'
value: ''
- name: ITEM ELECT OTHER
number: '11'
value: ''
- name: INDEMP
number: '12'
value: ''
- name: INDOCC
number: '13'
value: ''
- name: AGGREGATE AMT Y-T-D
number: '14'
value: '460.00'
- name: DATE RECEIVED
number: '15'
value: '20050401'
- name: AMOUNT RECEIVED
number: '16'
value: '460.00'
- name: TRANS CODE
number: '17'
value: ''
- name: TRANS DESCRIP
number: '18'
value: Mailing list rental
- 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: CONDUIT NAME
number: '25'
value: ''
- name: CONDUIT STREET1
number: '26'
value: ''
- name: CONDUIT STREET2
number: '27'
value: ''
- name: CONDUIT CITY
number: '28'
value: ''
- name: CONDUIT STATE
number: '29'
value: ''
- name: CONDUIT ZIP
number: '30'
value: ''
- name: MEMO CODE
number: '31'
value: ''
- name: MEMO TEXT
number: '32'
value: ''
- name: AMENDED CD
number: '33'
value: ''
- name: TRAN ID
number: '34'
value: SA17.50026
- name: BACK REF TRAN ID
number: '35'
value: ''
- name: BACK REF SCHED NAME
number: '36'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '37'
value: ''
- name: INCREASED LIMIT
number: '38'
value: ''
- name: CONTRIB ORGANIZATION NAME
number: '39'
value: McDanneld Marketing Inc.
- name: CONTRIBUTOR LAST NAME
number: '40'
value: ''
- name: CONTRIBUTOR FIRST NAME
number: '41'
value: ''
- name: CONTRIBUTOR MIDDLE NAME
number: '42'
value: ''
- name: CONTRIBUTOR PREFIX
number: '43'
value: ''
- name: CONTRIBUTOR SUFFIX
number: '44'
value: ''
- attempt:
- name: FORM TYPE
number: '1'
value: SA17
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: ORG
- name: CONTRIBUTOR NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 1420 Spring Hill Rd.
- name: STREET 2
number: '6'
value: ' Suite 490'
- name: CITY
number: '7'
value: ''
- name: STATE
number: '8'
value: McLean
- name: ZIP
number: '9'
value: VA
- name: ITEM ELECT CD
number: '10'
value: '22102'
- name: ITEM ELECT OTHER
number: '11'
value: ''
- name: INDEMP
number: '12'
value: ''
- name: INDOCC
number: '13'
value: ''
- name: AGGREGATE AMT Y-T-D
number: '14'
value: ''
- name: DATE RECEIVED
number: '15'
value: '1265.42'
- name: AMOUNT RECEIVED
number: '16'
value: '20050502'
- name: TRANS CODE
number: '17'
value: '1265.42'
- name: TRANS DESCRIP
number: '18'
value: ''
- name: FEC COMMITTEE ID NUMBER
number: '19'
value: Mailing list rental
- name: FEC CANDIDATE ID NUMBER
number: '20'
value: ''
- name: CANDIDATE NAME
number: '21'
value: ''
- name: CAN/OFFICE
number: '22'
value: ''
- name: CAN/STATE
number: '23'
value: ''
- name: CAN/DIST
number: '24'
value: ''
- name: CONDUIT NAME
number: '25'
value: ''
- name: CONDUIT STREET1
number: '26'
value: ''
- name: CONDUIT STREET2
number: '27'
value: ''
- name: CONDUIT CITY
number: '28'
value: ''
- name: CONDUIT STATE
number: '29'
value: ''
- name: CONDUIT ZIP
number: '30'
value: ''
- name: MEMO CODE
number: '31'
value: ''
- name: MEMO TEXT
number: '32'
value: ''
- name: AMENDED CD
number: '33'
value: ''
- name: TRAN ID
number: '34'
value: ''
- name: BACK REF TRAN ID
number: '35'
value: SA17.50036
- name: BACK REF SCHED NAME
number: '36'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '37'
value: ''
- name: INCREASED LIMIT
number: '38'
value: ''
- name: CONTRIB ORGANIZATION NAME
number: '39'
value: ''
- name: CONTRIBUTOR LAST NAME
number: '40'
value: Omega List Co.
- name: CONTRIBUTOR FIRST NAME
number: '41'
value: ''
- name: CONTRIBUTOR MIDDLE NAME
number: '42'
value: ''
- name: CONTRIBUTOR PREFIX
number: '43'
value: ''
- name: CONTRIBUTOR SUFFIX
number: '44'
value: ''
- value: ''
expected_count: 44
input: SA17,C00199802,ORG,,"1420 Spring Hill Rd., Suite 490",,McLean,VA,22102,,,,,1265.42,20050502,1265.42,,Mailing
list rental,,,,,,,,,,,,,,,,SA17.50036,,,,,Omega List Co.,,,,,
input_count: 45
record: <fec.version.v5_2.SA.Records instance at 0x1dcdd88>
result: []
- attempt:
- name: FORM TYPE
number: '1'
value: SA17
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: ORG
- name: CONTRIBUTOR NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 1420 Spring Hill Rd.
- name: STREET 2
number: '6'
value: ' Suite 490'
- name: CITY
number: '7'
value: ''
- name: STATE
number: '8'
value: McLean
- name: ZIP
number: '9'
value: VA
- name: ITEM ELECT CD
number: '10'
value: '22102'
- name: ITEM ELECT OTHER
number: '11'
value: ''
- name: INDEMP
number: '12'
value: ''
- name: INDOCC
number: '13'
value: ''
- name: AGGREGATE AMT Y-T-D
number: '14'
value: ''
- name: DATE RECEIVED
number: '15'
value: '1398.13'
- name: AMOUNT RECEIVED
number: '16'
value: '20050603'
- name: TRANS CODE
number: '17'
value: '132.71'
- name: TRANS DESCRIP
number: '18'
value: ''
- name: FEC COMMITTEE ID NUMBER
number: '19'
value: List Rental Income
- name: FEC CANDIDATE ID NUMBER
number: '20'
value: ''
- name: CANDIDATE NAME
number: '21'
value: ''
- name: CAN/OFFICE
number: '22'
value: ''
- name: CAN/STATE
number: '23'
value: ''
- name: CAN/DIST
number: '24'
value: ''
- name: CONDUIT NAME
number: '25'
value: ''
- name: CONDUIT STREET1
number: '26'
value: ''
- name: CONDUIT STREET2
number: '27'
value: ''
- name: CONDUIT CITY
number: '28'
value: ''
- name: CONDUIT STATE
number: '29'
value: ''
- name: CONDUIT ZIP
number: '30'
value: ''
- name: MEMO CODE
number: '31'
value: ''
- name: MEMO TEXT
number: '32'
value: ''
- name: AMENDED CD
number: '33'
value: ''
- name: TRAN ID
number: '34'
value: ''
- name: BACK REF TRAN ID
number: '35'
value: SA17.50035
- name: BACK REF SCHED NAME
number: '36'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '37'
value: ''
- name: INCREASED LIMIT
number: '38'
value: ''
- name: CONTRIB ORGANIZATION NAME
number: '39'
value: ''
- name: CONTRIBUTOR LAST NAME
number: '40'
value: Omega List Co.
- name: CONTRIBUTOR FIRST NAME
number: '41'
value: ''
- name: CONTRIBUTOR MIDDLE NAME
number: '42'
value: ''
- name: CONTRIBUTOR PREFIX
number: '43'
value: ''
- name: CONTRIBUTOR SUFFIX
number: '44'
value: ''
- value: ''
expected_count: 44
input: SA17,C00199802,ORG,,"1420 Spring Hill Rd., Suite 490",,McLean,VA,22102,,,,,1398.13,20050603,132.71,,List
Rental Income,,,,,,,,,,,,,,,,SA17.50035,,,,,Omega List Co.,,,,,
input_count: 45
record: <fec.version.v5_2.SA.Records instance at 0xbdb83b0>
result: []
- input: SA17,C00199802,ORG,,11150 Sunset Hills Rd.,Suite 305,Reston,VA,20190,,,,,920.00,20050205,920.00,,Mailing
list rental,,,,,,,,,,,,,,,,SA17.50008,,,,,Potomac List Company,,,,,
record: <fec.version.v5_2.SA.Records instance at 0x1dcdd88>
result:
- name: FORM TYPE
number: '1'
value: SA17
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: ORG
- name: CONTRIBUTOR NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 11150 Sunset Hills Rd.
- name: STREET 2
number: '6'
value: Suite 305
- name: CITY
number: '7'
value: Reston
- name: STATE
number: '8'
value: VA
- name: ZIP
number: '9'
value: '20190'
- name: ITEM ELECT CD
number: '10'
value: ''
- name: ITEM ELECT OTHER
number: '11'
value: ''
- name: INDEMP
number: '12'
value: ''
- name: INDOCC
number: '13'
value: ''
- name: AGGREGATE AMT Y-T-D
number: '14'
value: '920.00'
- name: DATE RECEIVED
number: '15'
value: '20050205'
- name: AMOUNT RECEIVED
number: '16'
value: '920.00'
- name: TRANS CODE
number: '17'
value: ''
- name: TRANS DESCRIP
number: '18'
value: Mailing list rental
- 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: CONDUIT NAME
number: '25'
value: ''
- name: CONDUIT STREET1
number: '26'
value: ''
- name: CONDUIT STREET2
number: '27'
value: ''
- name: CONDUIT CITY
number: '28'
value: ''
- name: CONDUIT STATE
number: '29'
value: ''
- name: CONDUIT ZIP
number: '30'
value: ''
- name: MEMO CODE
number: '31'
value: ''
- name: MEMO TEXT
number: '32'
value: ''
- name: AMENDED CD
number: '33'
value: ''
- name: TRAN ID
number: '34'
value: SA17.50008
- name: BACK REF TRAN ID
number: '35'
value: ''
- name: BACK REF SCHED NAME
number: '36'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '37'
value: ''
- name: INCREASED LIMIT
number: '38'
value: ''
- name: CONTRIB ORGANIZATION NAME
number: '39'
value: Potomac List Company
- name: CONTRIBUTOR LAST NAME
number: '40'
value: ''
- name: CONTRIBUTOR FIRST NAME
number: '41'
value: ''
- name: CONTRIBUTOR MIDDLE NAME
number: '42'
value: ''
- name: CONTRIBUTOR PREFIX
number: '43'
value: ''
- name: CONTRIBUTOR SUFFIX
number: '44'
value: ''
- input: SB21B,C00199802,ORG,,7400 Lockport Pl.,,Lorton,VA,22079,,Mailing services,,,20050125,400.00,,,,,,,,,,,,,,,,SB21B.50006,,,,,,,ABR
Mailing Services,,,,,
record: <fec.version.v5_2.SB.Records instance at 0xbdb83b0>
result:
- name: FORM TYPE
number: '1'
value: SB21B
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: ORG
- name: RECIPIENT NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 7400 Lockport Pl.
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Lorton
- name: STATE
number: '8'
value: VA
- name: ZIP
number: '9'
value: '22079'
- name: TRANS Purpose CODE
number: '10'
value: ''
- name: TRANS Purpose DESCRIP
number: '11'
value: Mailing services
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20050125'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '400.00'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: ''
- 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: ''
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: SB21B.50006
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '34'
value: ''
- name: REFUND OR DISPOSAL OF EXCESS
number: '35'
value: ''
- name: CATEGORY CODE
number: '36'
value: ''
- name: COMMUNICATION DATE
number: '37'
value: ''
- name: RECIPIENT ORGANIZATION NAME
number: '38'
value: ABR Mailing Services
- name: RECIPIENT LAST NAME
number: '39'
value: ''
- name: RECIPIENT FIRST NAME
number: '40'
value: ''
- name: RECIPIENT MIDDLE NAME
number: '41'
value: ''
- name: RECIPIENT PREFIX
number: '42'
value: ''
- name: RECIPIENT SUFFIX
number: '43'
value: ''
- input: SB21B,C00199802,ORG,,7400 Lockport Pl.,,Lorton,VA,22079,,Mailing Services,,,20050603,811.15,,,,,,,,,,,,,,,,SB21B.50033,,,,,,,ABR
Mailing Services,,,,,
record: <fec.version.v5_2.SB.Records instance at 0x1dcdd88>
result:
- name: FORM TYPE
number: '1'
value: SB21B
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: ORG
- name: RECIPIENT NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 7400 Lockport Pl.
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Lorton
- name: STATE
number: '8'
value: VA
- name: ZIP
number: '9'
value: '22079'
- name: TRANS Purpose CODE
number: '10'
value: ''
- name: TRANS Purpose DESCRIP
number: '11'
value: Mailing Services
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20050603'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '811.15'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: ''
- 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: ''
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: SB21B.50033
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '34'
value: ''
- name: REFUND OR DISPOSAL OF EXCESS
number: '35'
value: ''
- name: CATEGORY CODE
number: '36'
value: ''
- name: COMMUNICATION DATE
number: '37'
value: ''
- name: RECIPIENT ORGANIZATION NAME
number: '38'
value: ABR Mailing Services
- name: RECIPIENT LAST NAME
number: '39'
value: ''
- name: RECIPIENT FIRST NAME
number: '40'
value: ''
- name: RECIPIENT MIDDLE NAME
number: '41'
value: ''
- name: RECIPIENT PREFIX
number: '42'
value: ''
- name: RECIPIENT SUFFIX
number: '43'
value: ''
- input: SB21B,C00199802,ORG,,P.O. Box 2518,,Houston,TX,772522518,,Taxes,,,20050302,2587.00,,,,,,,,,,,,,,,,SB21B.50018,,,,,,,Bank
of America,,,,,
record: <fec.version.v5_2.SB.Records instance at 0xbdb83b0>
result:
- name: FORM TYPE
number: '1'
value: SB21B
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: ORG
- name: RECIPIENT NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: P.O. Box 2518
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Houston
- name: STATE
number: '8'
value: TX
- name: ZIP
number: '9'
value: '772522518'
- name: TRANS Purpose CODE
number: '10'
value: ''
- name: TRANS Purpose DESCRIP
number: '11'
value: Taxes
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20050302'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '2587.00'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: ''
- 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: ''
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: SB21B.50018
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '34'
value: ''
- name: REFUND OR DISPOSAL OF EXCESS
number: '35'
value: ''
- name: CATEGORY CODE
number: '36'
value: ''
- name: COMMUNICATION DATE
number: '37'
value: ''
- name: RECIPIENT ORGANIZATION NAME
number: '38'
value: Bank of America
- name: RECIPIENT LAST NAME
number: '39'
value: ''
- name: RECIPIENT FIRST NAME
number: '40'
value: ''
- name: RECIPIENT MIDDLE NAME
number: '41'
value: ''
- name: RECIPIENT PREFIX
number: '42'
value: ''
- name: RECIPIENT SUFFIX
number: '43'
value: ''
- input: SB21B,C00199802,ORG,,P.O. Box 2518,,Houston,TX,772522518,,Bank service fee,,,20050331,5.04,,,,,,,,,,,,,,,,SB21B.50027,,,,,,,Bank
of America,,,,,
record: <fec.version.v5_2.SB.Records instance at 0x1dcdd88>
result:
- name: FORM TYPE
number: '1'
value: SB21B
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: ORG
- name: RECIPIENT NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: P.O. Box 2518
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Houston
- name: STATE
number: '8'
value: TX
- name: ZIP
number: '9'
value: '772522518'
- name: TRANS Purpose CODE
number: '10'
value: ''
- name: TRANS Purpose DESCRIP
number: '11'
value: Bank service fee
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20050331'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '5.04'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: ''
- 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: ''
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: SB21B.50027
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '34'
value: ''
- name: REFUND OR DISPOSAL OF EXCESS
number: '35'
value: ''
- name: CATEGORY CODE
number: '36'
value: ''
- name: COMMUNICATION DATE
number: '37'
value: ''
- name: RECIPIENT ORGANIZATION NAME
number: '38'
value: Bank of America
- name: RECIPIENT LAST NAME
number: '39'
value: ''
- name: RECIPIENT FIRST NAME
number: '40'
value: ''
- name: RECIPIENT MIDDLE NAME
number: '41'
value: ''
- name: RECIPIENT PREFIX
number: '42'
value: ''
- name: RECIPIENT SUFFIX
number: '43'
value: ''
- input: SB21B,C00199802,ORG,,P.O. Box 556,,Washington,DC,20044,,Taxes,,,20050302,489.00,,,,,,,,,,,,,,,,SB21B.50017,,,,,,,D.C.
Treasurer,,,,,
record: <fec.version.v5_2.SB.Records instance at 0xbdb83b0>
result:
- name: FORM TYPE
number: '1'
value: SB21B
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: ORG
- name: RECIPIENT NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: P.O. Box 556
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Washington
- name: STATE
number: '8'
value: DC
- name: ZIP
number: '9'
value: '20044'
- name: TRANS Purpose CODE
number: '10'
value: ''
- name: TRANS Purpose DESCRIP
number: '11'
value: Taxes
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20050302'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '489.00'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: ''
- 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: ''
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: SB21B.50017
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '34'
value: ''
- name: REFUND OR DISPOSAL OF EXCESS
number: '35'
value: ''
- name: CATEGORY CODE
number: '36'
value: ''
- name: COMMUNICATION DATE
number: '37'
value: ''
- name: RECIPIENT ORGANIZATION NAME
number: '38'
value: D.C. Treasurer
- name: RECIPIENT LAST NAME
number: '39'
value: ''
- name: RECIPIENT FIRST NAME
number: '40'
value: ''
- name: RECIPIENT MIDDLE NAME
number: '41'
value: ''
- name: RECIPIENT PREFIX
number: '42'
value: ''
- name: RECIPIENT SUFFIX
number: '43'
value: ''
- input: SB21B,C00199802,ORG,,7351-B Lockport Pl.,,Lorton,VA,22079,,Printing services,,,20050216,387.46,,,,,,,,,,,,,,,,SB21B.50015,,,,,,,Heritage
Printing,,,,,
record: <fec.version.v5_2.SB.Records instance at 0x1dcdd88>
result:
- name: FORM TYPE
number: '1'
value: SB21B
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: ORG
- name: RECIPIENT NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 7351-B Lockport Pl.
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Lorton
- name: STATE
number: '8'
value: VA
- name: ZIP
number: '9'
value: '22079'
- name: TRANS Purpose CODE
number: '10'
value: ''
- name: TRANS Purpose DESCRIP
number: '11'
value: Printing services
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20050216'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '387.46'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: ''
- 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: ''
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: SB21B.50015
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '34'
value: ''
- name: REFUND OR DISPOSAL OF EXCESS
number: '35'
value: ''
- name: CATEGORY CODE
number: '36'
value: ''
- name: COMMUNICATION DATE
number: '37'
value: ''
- name: RECIPIENT ORGANIZATION NAME
number: '38'
value: Heritage Printing
- name: RECIPIENT LAST NAME
number: '39'
value: ''
- name: RECIPIENT FIRST NAME
number: '40'
value: ''
- name: RECIPIENT MIDDLE NAME
number: '41'
value: ''
- name: RECIPIENT PREFIX
number: '42'
value: ''
- name: RECIPIENT SUFFIX
number: '43'
value: ''
- input: SB21B,C00199802,ORG,,1095 Avenue of Americas,,New York,NY,10036,,Telephone,,,20050601,67.40,,,,,,,,,,,,,,,,SB21B.50031,,,,,,,Verizon,,,,,
record: <fec.version.v5_2.SB.Records instance at 0xbdb83b0>
result:
- name: FORM TYPE
number: '1'
value: SB21B
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: ORG
- name: RECIPIENT NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 1095 Avenue of Americas
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: New York
- name: STATE
number: '8'
value: NY
- name: ZIP
number: '9'
value: '10036'
- name: TRANS Purpose CODE
number: '10'
value: ''
- name: TRANS Purpose DESCRIP
number: '11'
value: Telephone
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20050601'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '67.40'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: ''
- 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: ''
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: SB21B.50031
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '34'
value: ''
- name: REFUND OR DISPOSAL OF EXCESS
number: '35'
value: ''
- name: CATEGORY CODE
number: '36'
value: ''
- name: COMMUNICATION DATE
number: '37'
value: ''
- name: RECIPIENT ORGANIZATION NAME
number: '38'
value: Verizon
- name: RECIPIENT LAST NAME
number: '39'
value: ''
- name: RECIPIENT FIRST NAME
number: '40'
value: ''
- name: RECIPIENT MIDDLE NAME
number: '41'
value: ''
- name: RECIPIENT PREFIX
number: '42'
value: ''
- name: RECIPIENT SUFFIX
number: '43'
value: ''
- input: SB21B,C00199802,ORG,,1095 Avenue of Americas,,New York,NY,10036,,Telephone,,,20050630,33.92,,,,,,,,,,,,,,,,SB21B.50038,,,,,,,Verizon,,,,,
record: <fec.version.v5_2.SB.Records instance at 0x1dcdd88>
result:
- name: FORM TYPE
number: '1'
value: SB21B
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: ORG
- name: RECIPIENT NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 1095 Avenue of Americas
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: New York
- name: STATE
number: '8'
value: NY
- name: ZIP
number: '9'
value: '10036'
- name: TRANS Purpose CODE
number: '10'
value: ''
- name: TRANS Purpose DESCRIP
number: '11'
value: Telephone
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20050630'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '33.92'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: ''
- 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: ''
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: SB21B.50038
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '34'
value: ''
- name: REFUND OR DISPOSAL OF EXCESS
number: '35'
value: ''
- name: CATEGORY CODE
number: '36'
value: ''
- name: COMMUNICATION DATE
number: '37'
value: ''
- name: RECIPIENT ORGANIZATION NAME
number: '38'
value: Verizon
- name: RECIPIENT LAST NAME
number: '39'
value: ''
- name: RECIPIENT FIRST NAME
number: '40'
value: ''
- name: RECIPIENT MIDDLE NAME
number: '41'
value: ''
- name: RECIPIENT PREFIX
number: '42'
value: ''
- name: RECIPIENT SUFFIX
number: '43'
value: ''
- attempt:
- name: FORM TYPE
number: '1'
value: SB21B
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: ORG
- name: RECIPIENT NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 11300 Rockville Pike
- name: STREET 2
number: '6'
value: Suite 1200
- name: CITY
number: '7'
value: Rockville
- name: STATE
number: '8'
value: MD
- name: ZIP
number: '9'
value: '20852'
- name: TRANS Purpose CODE
number: '10'
value: ''
- name: TRANS Purpose DESCRIP
number: '11'
value: Legal Services retainer (first payment)
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20050208'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '10000.00'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: ''
- 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: ''
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: SB21B.50010
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '34'
value: ''
- name: REFUND OR DISPOSAL OF EXCESS
number: '35'
value: ''
- name: CATEGORY CODE
number: '36'
value: ''
- name: COMMUNICATION DATE
number: '37'
value: ''
- name: RECIPIENT ORGANIZATION NAME
number: '38'
value: Weinberg & Jacobs
- name: RECIPIENT LAST NAME
number: '39'
value: ' LLP'
- name: RECIPIENT FIRST NAME
number: '40'
value: ''
- name: RECIPIENT MIDDLE NAME
number: '41'
value: ''
- name: RECIPIENT PREFIX
number: '42'
value: ''
- name: RECIPIENT SUFFIX
number: '43'
value: ''
- value: ''
expected_count: 43
input: SB21B,C00199802,ORG,,11300 Rockville Pike,Suite 1200,Rockville,MD,20852,,Legal
Services retainer (first payment),,,20050208,10000.00,,,,,,,,,,,,,,,,SB21B.50010,,,,,,,"Weinberg
& Jacobs, LLP",,,,,
input_count: 44
record: <fec.version.v5_2.SB.Records instance at 0xbdb83b0>
result: []
- input: SB21B,C00199802,IND,,177 Elsie Dr.,,Kearneysville,WV,25430,,Management services,,,20050105,3037.00,,,,,,,,,,,,,,,,SB21B.50004,,,,,,,,Workings,Steve,,,
record: <fec.version.v5_2.SB.Records instance at 0x1dcdd88>
result:
- name: FORM TYPE
number: '1'
value: SB21B
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: IND
- name: RECIPIENT NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 177 Elsie Dr.
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Kearneysville
- name: STATE
number: '8'
value: WV
- name: ZIP
number: '9'
value: '25430'
- name: TRANS Purpose CODE
number: '10'
value: ''
- name: TRANS Purpose DESCRIP
number: '11'
value: Management services
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20050105'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '3037.00'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: ''
- 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: ''
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: SB21B.50004
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '34'
value: ''
- name: REFUND OR DISPOSAL OF EXCESS
number: '35'
value: ''
- name: CATEGORY CODE
number: '36'
value: ''
- name: COMMUNICATION DATE
number: '37'
value: ''
- name: RECIPIENT ORGANIZATION NAME
number: '38'
value: ''
- name: RECIPIENT LAST NAME
number: '39'
value: Workings
- name: RECIPIENT FIRST NAME
number: '40'
value: Steve
- name: RECIPIENT MIDDLE NAME
number: '41'
value: ''
- name: RECIPIENT PREFIX
number: '42'
value: ''
- name: RECIPIENT SUFFIX
number: '43'
value: ''
- input: SB21B,C00199802,IND,,177 Elsie Dr.,,Kearneysville,WV,25430,,Management services,,,20050130,3000.00,,,,,,,,,,,,,,,,SB21B.50007,,,,,,,,Workings,Steve,,,
record: <fec.version.v5_2.SB.Records instance at 0xbdb83b0>
result:
- name: FORM TYPE
number: '1'
value: SB21B
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: IND
- name: RECIPIENT NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 177 Elsie Dr.
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Kearneysville
- name: STATE
number: '8'
value: WV
- name: ZIP
number: '9'
value: '25430'
- name: TRANS Purpose CODE
number: '10'
value: ''
- name: TRANS Purpose DESCRIP
number: '11'
value: Management services
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20050130'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '3000.00'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: ''
- 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: ''
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: SB21B.50007
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '34'
value: ''
- name: REFUND OR DISPOSAL OF EXCESS
number: '35'
value: ''
- name: CATEGORY CODE
number: '36'
value: ''
- name: COMMUNICATION DATE
number: '37'
value: ''
- name: RECIPIENT ORGANIZATION NAME
number: '38'
value: ''
- name: RECIPIENT LAST NAME
number: '39'
value: Workings
- name: RECIPIENT FIRST NAME
number: '40'
value: Steve
- name: RECIPIENT MIDDLE NAME
number: '41'
value: ''
- name: RECIPIENT PREFIX
number: '42'
value: ''
- name: RECIPIENT SUFFIX
number: '43'
value: ''
- input: SB21B,C00199802,IND,,177 Elsie Dr.,,Kearneysville,WV,25430,,Management Services,,,20050301,3197.64,,,,,,,,,,,,,,,,SB21B.50016,,,,,,,,Workings,Steve,,,
record: <fec.version.v5_2.SB.Records instance at 0x1dcdd88>
result:
- name: FORM TYPE
number: '1'
value: SB21B
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: IND
- name: RECIPIENT NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 177 Elsie Dr.
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Kearneysville
- name: STATE
number: '8'
value: WV
- name: ZIP
number: '9'
value: '25430'
- name: TRANS Purpose CODE
number: '10'
value: ''
- name: TRANS Purpose DESCRIP
number: '11'
value: Management Services
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20050301'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '3197.64'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: ''
- 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: ''
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: SB21B.50016
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '34'
value: ''
- name: REFUND OR DISPOSAL OF EXCESS
number: '35'
value: ''
- name: CATEGORY CODE
number: '36'
value: ''
- name: COMMUNICATION DATE
number: '37'
value: ''
- name: RECIPIENT ORGANIZATION NAME
number: '38'
value: ''
- name: RECIPIENT LAST NAME
number: '39'
value: Workings
- name: RECIPIENT FIRST NAME
number: '40'
value: Steve
- name: RECIPIENT MIDDLE NAME
number: '41'
value: ''
- name: RECIPIENT PREFIX
number: '42'
value: ''
- name: RECIPIENT SUFFIX
number: '43'
value: ''
- input: SB21B,C00199802,IND,,177 Elsie Dr.,,Kearneysville,WV,25430,,Management Services,,,20050401,3000.00,,,,,,,,,,,,,,,,SB21B.50020,,,,,,,,Workings,Steve,,,
record: <fec.version.v5_2.SB.Records instance at 0xbdb83b0>
result:
- name: FORM TYPE
number: '1'
value: SB21B
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: IND
- name: RECIPIENT NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 177 Elsie Dr.
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Kearneysville
- name: STATE
number: '8'
value: WV
- name: ZIP
number: '9'
value: '25430'
- name: TRANS Purpose CODE
number: '10'
value: ''
- name: TRANS Purpose DESCRIP
number: '11'
value: Management Services
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20050401'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '3000.00'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: ''
- 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: ''
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: SB21B.50020
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '34'
value: ''
- name: REFUND OR DISPOSAL OF EXCESS
number: '35'
value: ''
- name: CATEGORY CODE
number: '36'
value: ''
- name: COMMUNICATION DATE
number: '37'
value: ''
- name: RECIPIENT ORGANIZATION NAME
number: '38'
value: ''
- name: RECIPIENT LAST NAME
number: '39'
value: Workings
- name: RECIPIENT FIRST NAME
number: '40'
value: Steve
- name: RECIPIENT MIDDLE NAME
number: '41'
value: ''
- name: RECIPIENT PREFIX
number: '42'
value: ''
- name: RECIPIENT SUFFIX
number: '43'
value: ''
- input: SB21B,C00199802,IND,,177 Elsie Dr.,,Kearneysville,WV,25430,,Management services,,,20050428,3000.00,,,,,,,,,,,,,,,,SB21B.50029,,,,,,,,Workings,Steve,,,
record: <fec.version.v5_2.SB.Records instance at 0x1dcdd88>
result:
- name: FORM TYPE
number: '1'
value: SB21B
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: IND
- name: RECIPIENT NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 177 Elsie Dr.
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Kearneysville
- name: STATE
number: '8'
value: WV
- name: ZIP
number: '9'
value: '25430'
- name: TRANS Purpose CODE
number: '10'
value: ''
- name: TRANS Purpose DESCRIP
number: '11'
value: Management services
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20050428'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '3000.00'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: ''
- 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: ''
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: SB21B.50029
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '34'
value: ''
- name: REFUND OR DISPOSAL OF EXCESS
number: '35'
value: ''
- name: CATEGORY CODE
number: '36'
value: ''
- name: COMMUNICATION DATE
number: '37'
value: ''
- name: RECIPIENT ORGANIZATION NAME
number: '38'
value: ''
- name: RECIPIENT LAST NAME
number: '39'
value: Workings
- name: RECIPIENT FIRST NAME
number: '40'
value: Steve
- name: RECIPIENT MIDDLE NAME
number: '41'
value: ''
- name: RECIPIENT PREFIX
number: '42'
value: ''
- name: RECIPIENT SUFFIX
number: '43'
value: ''
- input: SB21B,C00199802,IND,,177 Elsie Dr.,,Kearneysville,WV,25430,,Management Services,,,20050603,3000.00,,,,,,,,,,,,,,,,SB21B.50034,,,,,,,,Workings,Steve,,,
record: <fec.version.v5_2.SB.Records instance at 0xbdb83b0>
result:
- name: FORM TYPE
number: '1'
value: SB21B
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: IND
- name: RECIPIENT NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 177 Elsie Dr.
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Kearneysville
- name: STATE
number: '8'
value: WV
- name: ZIP
number: '9'
value: '25430'
- name: TRANS Purpose CODE
number: '10'
value: ''
- name: TRANS Purpose DESCRIP
number: '11'
value: Management Services
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20050603'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '3000.00'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: ''
- 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: ''
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: SB21B.50034
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '34'
value: ''
- name: REFUND OR DISPOSAL OF EXCESS
number: '35'
value: ''
- name: CATEGORY CODE
number: '36'
value: ''
- name: COMMUNICATION DATE
number: '37'
value: ''
- name: RECIPIENT ORGANIZATION NAME
number: '38'
value: ''
- name: RECIPIENT LAST NAME
number: '39'
value: Workings
- name: RECIPIENT FIRST NAME
number: '40'
value: Steve
- name: RECIPIENT MIDDLE NAME
number: '41'
value: ''
- name: RECIPIENT PREFIX
number: '42'
value: ''
- name: RECIPIENT SUFFIX
number: '43'
value: ''
- input: SB21B,C00199802,IND,,177 Elsie Dr.,,Kearneysville,WV,25430,,Management services,,,20050630,3000.00,,,,,,,,,,,,,,,,SB21B.50037,,,,,,,,Workings,Steve,,,
record: <fec.version.v5_2.SB.Records instance at 0x1dcdd88>
result:
- name: FORM TYPE
number: '1'
value: SB21B
- name: FILER FEC CMTE ID
number: '2'
value: C00199802
- name: ENTITY TYPE
number: '3'
value: IND
- name: RECIPIENT NAME
number: '4'
value: ''
- name: STREET 1
number: '5'
value: 177 Elsie Dr.
- name: STREET 2
number: '6'
value: ''
- name: CITY
number: '7'
value: Kearneysville
- name: STATE
number: '8'
value: WV
- name: ZIP
number: '9'
value: '25430'
- name: TRANS Purpose CODE
number: '10'
value: ''
- name: TRANS Purpose DESCRIP
number: '11'
value: Management services
- name: ITEM ELECT CD
number: '12'
value: ''
- name: ITEM ELECT OTHER
number: '13'
value: ''
- name: DATE OF EXPENDITURE
number: '14'
value: '20050630'
- name: AMOUNT OF EXPENDITURE
number: '15'
value: '3000.00'
- name: FEC COMMITTEE ID NUMBER
number: '16'
value: ''
- 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: ''
- name: AMENDED CD
number: '30'
value: ''
- name: TRAN ID
number: '31'
value: SB21B.50037
- name: BACK REF TRAN ID
number: '32'
value: ''
- name: BACK REF SCHED NAME
number: '33'
value: ''
- name: Reference to SI or SL system code that identifies the Account
number: '34'
value: ''
- name: REFUND OR DISPOSAL OF EXCESS
number: '35'
value: ''
- name: CATEGORY CODE
number: '36'
value: ''
- name: COMMUNICATION DATE
number: '37'
value: ''
- name: RECIPIENT ORGANIZATION NAME
number: '38'
value: ''
- name: RECIPIENT LAST NAME
number: '39'
value: Workings
- name: RECIPIENT FIRST NAME
number: '40'
value: Steve
- name: RECIPIENT MIDDLE NAME
number: '41'
value: ''
- name: RECIPIENT PREFIX
number: '42'
value: ''
- name: RECIPIENT SUFFIX
number: '43'
value: ''
sourceurl: !!python/unicode 20050719
type: single
| 21.777839 | 743 | 0.574358 |
3580d87bd6fb35305fab1d1b327279afb6a56f7e | 192 | yml | YAML | config/dm_defaults.yml | JMT-SA/crossbeams-dataminer_portal | 4e9c32a4760e540fc7362fe4e4e95d32fd8f235c | [
"MIT"
] | null | null | null | config/dm_defaults.yml | JMT-SA/crossbeams-dataminer_portal | 4e9c32a4760e540fc7362fe4e4e95d32fd8f235c | [
"MIT"
] | null | null | null | config/dm_defaults.yml | JMT-SA/crossbeams-dataminer_portal | 4e9c32a4760e540fc7362fe4e4e95d32fd8f235c | [
"MIT"
] | null | null | null | appname: Sinatra TEST development
database:
name: exporter
user: postgres
password: postgres
dm_reports_location: dm_yml_reports
dm_js_location: javascripts
dm_css_location: stylesheets
| 21.333333 | 35 | 0.838542 |
7148ecff73fb7e7f449cadcb6b0ee77344b58295 | 6,499 | yaml | YAML | packages/exterior.yaml | mikeodr/Home-AssistantConfig | b0f8096b6baaec4aa2076a1d83a4b1862d3988ed | [
"MIT"
] | 1 | 2021-04-21T20:21:35.000Z | 2021-04-21T20:21:35.000Z | packages/exterior.yaml | mikeodr/Home-AssistantConfig | b0f8096b6baaec4aa2076a1d83a4b1862d3988ed | [
"MIT"
] | null | null | null | packages/exterior.yaml | mikeodr/Home-AssistantConfig | b0f8096b6baaec4aa2076a1d83a4b1862d3988ed | [
"MIT"
] | 1 | 2021-05-05T18:09:49.000Z | 2021-05-05T18:09:49.000Z | homeassistant:
customize:
binary_sensor.front_door:
device_class: door
alert:
garage_open:
name: Garage Door left open
done_message: "clear_notification"
entity_id: cover.garage
state: "open"
can_acknowledge: true
repeat: 15
skip_first: true
data:
uri: /lovelace/leak-sensors
tag: "garage-open-alert"
actions:
- action: "CLOSE_GARAGE"
title: "Close Garage"
activationMode: "background"
authenticationRequired: true
destructive: false
behavior: "default"
- action: "ACK_GARAGE"
title: "Acknowledge Garage"
activationMode: "background"
authenticationRequired: true
destructive: true
behavior: "default"
notifiers:
- mobile_app_michaels_iphone
automation:
- alias: Exterior Lights on Evenings
id: exterior_lights_on_evenings
trigger:
platform: sun
event: sunset
action:
service: homeassistant.turn_on
entity_id: group.exterior_lights
- alias: Exterior Lights off Night, or sunrise
id: exterior_lights_off_overnight
trigger:
- platform: time
at: "23:30:00"
- platform: sun
event: sunrise
action:
- service: homeassistant.turn_off
entity_id: group.exterior_lights
- alias: Keep Exterior Lights off overnight if turned on outside normal hours
id: exterior_lights_off_outside_normal_hours
trigger:
- platform: state
entity_id: group.exterior_lights
to: "on"
for:
hours: 1
condition:
- condition: and
conditions:
- condition: time
after: "23:30:00"
before: "10:00:00" # Time condition to span midnight reset
- condition: sun
before: sunrise
action:
- service: homeassistant.turn_off
entity_id: group.exterior_lights
- alias: Keep Exterior Lights off during daylight
id: exterior_lights_off_daylight
trigger:
platform: state
entity_id: group.exterior_lights
to: "on"
for:
minutes: 30
condition:
- condition: state
entity_id: sun.sun
state: "above_horizon"
action:
- service: homeassistant.turn_off
entity_id: group.exterior_lights
- alias: Sync Exterior Lights
id: exterior_sync_exterior_lights
trigger:
platform: state
to: "on"
entity_id:
# If the front porch goes on/off update the rest
# of the group
- switch.front_porch
action:
service: >
homeassistant.turn_on
entity_id: group.exterior_lights
- alias: Turn on external lights, multiple triggers
id: exterior_exterior_lights_on_triggers
trigger:
- platform: state
entity_id: cover.garage
to: "open"
- platform: state
entity_id:
- lock.front_door
- lock.side_door
to: "unlocked"
- platform: zone
entity_id:
- person.mike
- person.tiff
zone: zone.home
event: enter
condition:
- condition: state
entity_id: sun.sun
state: "below_horizon"
action:
- service: homeassistant.turn_on
entity_id: group.exterior_lights
- alias: Close Garage Door Alert
id: exterior_close_garage_alert
trigger:
platform: event
event_type: mobile_app_notification_action
event_data:
action: "CLOSE_GARAGE"
action:
service: cover.close_cover
entity_id: cover.garage
- alias: Acknowledge Garage Door Alert
id: exterior_ack_garage_alert
trigger:
platform: event
event_type: mobile_app_notification_action
event_data:
action: "ACK_GARAGE"
action:
service: homeassistant.turn_off
entity_id: alert.garage_open
- alias: Prompt open when returning home from walk
id: exterior_prompt_open_walk
trigger:
platform: zone
entity_id: person.mike
zone: zone.home
event: enter
condition:
- condition: state
entity_id: sensor.michaels_iphone_activity
state: "Walking"
action:
- variables:
action_lock: "{{ 'LOCK_' ~ context.id }}"
action_garage: "{{ 'GARAGE_' ~ context.id }}"
action_both: "{{ 'BOTH_' ~ context.id }}"
- service: notify.mobile_app_michaels_iphone
data:
message: "Open the house?"
data:
actions:
- action: "{{ action_both }}"
title: "Open Everything"
activationMode: "background"
authenticationRequired: true
destructive: true
behavior: "default"
- action: "{{ action_lock }}"
title: "Unlock Doors"
activationMode: "background"
authenticationRequired: true
destructive: true
behavior: "default"
- action: "{{ action_garage }}"
title: "Open Garage"
activationMode: "background"
authenticationRequired: true
destructive: true
behavior: "default"
- wait_for_trigger:
- platform: event
event_type: mobile_app_notification_action
event_data:
action: "{{ action_both }}"
- platform: event
event_type: mobile_app_notification_action
event_data:
action: "{{ action_lock }}"
- platform: event
event_type: mobile_app_notification_action
event_data:
action: "{{ action_garage }}"
continue_on_timeout: false
timeout:
minutes: 10
- choose:
- conditions: "{{ wait.trigger.event.data.action == action_both }}"
sequence:
- service: lock.unlock
entity_id:
- lock.front_door
- lock.side_door
- service: cover.open_cover
entity_id: cover.garage
- conditions: "{{ wait.trigger.event.data.action == action_garage }}"
sequence:
- service: cover.open_cover
entity_id: cover.garage
- conditions: "{{ wait.trigger.event.data.action == action_lock }}"
sequence:
- service: lock.unlock
entity_id:
- lock.front_door
- lock.side_door
| 28.756637 | 79 | 0.58609 |
c4dcfe025eff515523c59f6ca0105a7c443951bf | 1,211 | yml | YAML | legacy/docs-ref-autogen/com.microsoft.azure.cognitiveservices.vision.customvision.training.models.ProjectSettings.classificationType.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 | docs-ref-autogen/com.microsoft.azure.cognitiveservices.vision.customvision.training.models.ProjectSettings.classificationType.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/com.microsoft.azure.cognitiveservices.vision.customvision.training.models.ProjectSettings.classificationType.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: ProjectSettings.classificationType
type: method
members:
- fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.ProjectSettings.classificationType()
name: classificationType()
nameWithType: ProjectSettings.classificationType()
returns:
description: <p>the classificationType value </p>
type: <xref href="com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Classifier?alt=com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Classifier&text=Classifier" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the classificationType value.</p>
<p></p>
syntax: public Classifier classificationType()
uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.ProjectSettings.classificationType()
uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.ProjectSettings.classificationType*
fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.ProjectSettings.classificationType
name: classificationType()
package: com.microsoft.azure.cognitiveservices.vision.customvision.training.models
metadata: {}
| 55.045455 | 249 | 0.827415 |
768b8126e7a96b957f983450dd012d23dea3f71d | 1,305 | yaml | YAML | .pre-commit-config.yaml | hasansalimkanmaz/enrichments | 64810afba990bbf77c136e35475cab2a8b5ca4e7 | [
"MIT"
] | 3 | 2021-07-08T12:14:38.000Z | 2021-12-22T10:12:40.000Z | .pre-commit-config.yaml | hasansalimkanmaz/enrichments | 64810afba990bbf77c136e35475cab2a8b5ca4e7 | [
"MIT"
] | null | null | null | .pre-commit-config.yaml | hasansalimkanmaz/enrichments | 64810afba990bbf77c136e35475cab2a8b5ca4e7 | [
"MIT"
] | 2 | 2021-07-08T12:14:21.000Z | 2021-10-04T12:41:28.000Z | exclude: ^(blib2to3/|profiling/|tests/data/)
default_language_version:
python: python3.8
repos:
- repo: local
hooks:
- id: isort
name: isort
description: 'isort will sort python imports in a way that makes sense'
entry: isort
language: system
types: [python]
stages: [commit]
args: # taken to comply with black
- -rc
- --lines=120
- --use-parentheses
- --trailing-comma
- --multi-line=3
- id: black
name: black
description: 'black will standardize code style in all project files in-place'
language: system
entry: black
types: [python]
stages: [commit]
args:
- --line-length=120
- id: flake8
name: flake8
description: 'flake8 is a command-line utility for enforcing style consistency across Python projects'
language: system
entry: flake8
types: [python]
stages: [commit]
- id: mypy
name: mypy
description: 'Mypy is an optional static type checker for Python'
language: system
entry: mypy
types: [python]
stages: [commit]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
hooks:
- id: check-added-large-files
args: ['--maxkb=150']
| 24.622642 | 108 | 0.596935 |
d305eeab298438067da505dafb32f774e166ce4c | 308 | yml | YAML | molecule/default/molecule.yml | viasite-ansible/ansible-role-influxdb | 23fd4ea0d9bd7274451d294e6cc5a876c0d2bac5 | [
"MIT"
] | 1 | 2018-01-04T08:55:07.000Z | 2018-01-04T08:55:07.000Z | molecule/default/molecule.yml | viasite-ansible/ansible-role-influxdb | 23fd4ea0d9bd7274451d294e6cc5a876c0d2bac5 | [
"MIT"
] | null | null | null | molecule/default/molecule.yml | viasite-ansible/ansible-role-influxdb | 23fd4ea0d9bd7274451d294e6cc5a876c0d2bac5 | [
"MIT"
] | null | null | null | ---
driver:
name: docker
platforms:
- name: ansible-role-influxdb-ubuntu-1404
image: ubuntu:14.04
- name: ansible-role-influxdb-ubuntu-1604
image: ubuntu:16.04
- name: ansible-role-influxdb-centos-7
image: centos:7
lint:
name: yamllint
enabled: False
provisioner:
name: ansible
| 15.4 | 43 | 0.691558 |
40da68ba38ea6d17b4425a463f18b2250e692aed | 158 | yaml | YAML | .jazzy.yaml | rolandhordos/LittleBlueTooth | d1776430ad3b3271a19d2fd3e3e8d43d4bd0c640 | [
"MIT"
] | 71 | 2020-07-14T17:25:41.000Z | 2022-03-24T01:16:12.000Z | .jazzy.yaml | rolandhordos/LittleBlueTooth | d1776430ad3b3271a19d2fd3e3e8d43d4bd0c640 | [
"MIT"
] | 19 | 2020-08-03T19:46:28.000Z | 2021-12-25T16:57:39.000Z | .jazzy.yaml | rolandhordos/LittleBlueTooth | d1776430ad3b3271a19d2fd3e3e8d43d4bd0c640 | [
"MIT"
] | 13 | 2020-07-19T01:05:28.000Z | 2022-03-24T08:31:32.000Z | author_url: https://www.facebook.com/CloudInTouchLabs
author: Andrea Finollo
github_url: https://github.com/DrAma999
theme: fullwidth
module: LittleBlueTooth
| 26.333333 | 53 | 0.829114 |
3d77c5da0e83554bf130771f243e462f55282629 | 61 | yml | YAML | Resources/translations/pagination.pt.yml | fotomerchant/MopaBootstrapBundle | bb37c77ee066be5ed9db9c641e949eb71c2f37a3 | [
"MIT"
] | 183 | 2015-01-10T05:31:28.000Z | 2021-12-20T00:48:11.000Z | Resources/translations/pagination.pt.yml | fotomerchant/MopaBootstrapBundle | bb37c77ee066be5ed9db9c641e949eb71c2f37a3 | [
"MIT"
] | 275 | 2015-01-01T17:47:18.000Z | 2021-05-18T02:13:23.000Z | Resources/translations/pagination.pt.yml | fotomerchant/MopaBootstrapBundle | bb37c77ee066be5ed9db9c641e949eb71c2f37a3 | [
"MIT"
] | 170 | 2015-01-02T14:28:51.000Z | 2022-03-25T01:56:47.000Z | Next: Próximo
Previous: Anterior
«: «
»: »
| 12.2 | 18 | 0.442623 |
2101352d2025134df91f37fd41e381bc8102fdca | 1,354 | yml | YAML | docs-ref-autogen/com.azure.resourcemanager.resources.fluentcore.dag.TaskGroup.dependsOn.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 | docs-ref-autogen/com.azure.resourcemanager.resources.fluentcore.dag.TaskGroup.dependsOn.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/com.azure.resourcemanager.resources.fluentcore.dag.TaskGroup.dependsOn.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.resourcemanager.resources.fluentcore.dag.TaskGroup.dependsOn*"
fullName: "com.azure.resourcemanager.resources.fluentcore.dag.TaskGroup.dependsOn"
name: "dependsOn"
nameWithType: "TaskGroup.dependsOn"
members:
- uid: "com.azure.resourcemanager.resources.fluentcore.dag.TaskGroup.dependsOn(com.azure.resourcemanager.resources.fluentcore.dag.TaskGroup)"
fullName: "com.azure.resourcemanager.resources.fluentcore.dag.TaskGroup.dependsOn(TaskGroup taskGroup)"
name: "dependsOn(TaskGroup taskGroup)"
nameWithType: "TaskGroup.dependsOn(TaskGroup taskGroup)"
summary: "Checks this TaskGroup depends on the given TaskGroup."
parameters:
- description: "the TaskGroup to check"
name: "taskGroup"
type: "<xref href=\"com.azure.resourcemanager.resources.fluentcore.dag.TaskGroup?alt=com.azure.resourcemanager.resources.fluentcore.dag.TaskGroup&text=TaskGroup\" data-throw-if-not-resolved=\"False\" />"
syntax: "public boolean dependsOn(TaskGroup taskGroup)"
returns:
description: "true if TaskGroup is depends on the given TaskGroup"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
type: "method"
metadata: {}
package: "com.azure.resourcemanager.resources.fluentcore.dag"
artifact: com.azure.resourcemanager:azure-resourcemanager-resources:2.2.0
| 56.416667 | 207 | 0.788774 |
41bc17c7482efb2d107a42bc91a40e9caba32f39 | 1,060 | yml | YAML | src/cron_functions/sam.yml | sinofseven/fukuoka-de-longi-bot-cloud | 108bce5868320e731d93dcd2d6f1f48782ed006a | [
"MIT"
] | null | null | null | src/cron_functions/sam.yml | sinofseven/fukuoka-de-longi-bot-cloud | 108bce5868320e731d93dcd2d6f1f48782ed006a | [
"MIT"
] | null | null | null | src/cron_functions/sam.yml | sinofseven/fukuoka-de-longi-bot-cloud | 108bce5868320e731d93dcd2d6f1f48782ed006a | [
"MIT"
] | null | null | null | Transform: AWS::Serverless-2016-10-31
Parameters:
Env:
Type: String
LoggerLayerArn:
Type: String
AlertSnsTopicArn:
Type: String
ShowMakeTimesSnsTopicArn:
Type: String
Globals:
Function:
Handler: index.handler
Runtime: python3.7
Timeout: 150
MemorySize: 256
AutoPublishAlias: !Ref Env
Layers:
- !Ref LoggerLayerArn
Resources:
MonthlyShowUserMakeFunction:
Type: AWS::Serverless::Function
Properties:
CodeUri: monthly_show_user_make
Policies:
- arn:aws:iam::aws:policy/AmazonSNSFullAccess
Environment:
Variables:
TARGET_TOPIC_ARN: !Ref ShowMakeTimesSnsTopicArn
Events:
Monthly:
Type: Schedule
Properties:
Enabled: true
Schedule: cron(30 2 1 * ? *)
MonthlyShowUserMakeLogStack:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: ../log_group.yml
Parameters:
FunctionName: !Ref MonthlyShowUserMakeFunction
AlartSnsTopicArn: !Ref AlertSnsTopicArn
| 21.632653 | 57 | 0.657547 |
1efde9d07b379c2e71460b646689a3347103d3a4 | 563 | yml | YAML | .github/outside_workflows/CreateNB.yml | ptn111/Examples.jl | 8dbe467eb7920a4831e5fb197fb5fce04e22a72e | [
"BSD-3-Clause"
] | null | null | null | .github/outside_workflows/CreateNB.yml | ptn111/Examples.jl | 8dbe467eb7920a4831e5fb197fb5fce04e22a72e | [
"BSD-3-Clause"
] | null | null | null | .github/outside_workflows/CreateNB.yml | ptn111/Examples.jl | 8dbe467eb7920a4831e5fb197fb5fce04e22a72e | [
"BSD-3-Clause"
] | null | null | null | name: Create Jupyter Notebook
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.6']
julia-arch: [x64]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: "Set up Julia"
uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
- name: "Run Julia Command"
run: julia -e 'println("Hello, World! from PTN")'
shell: bash | 24.478261 | 57 | 0.53286 |
06d0059166c3fa59fc201e729e0f39c287096152 | 153 | yml | YAML | demo_build/monitoring/arista-eos-exporter/config.yml | Vista-Technology/yanq | 9025219cd3b4c527b2b701b200cbf97e2d768c29 | [
"CC0-1.0"
] | 1 | 2022-01-27T14:29:49.000Z | 2022-01-27T14:29:49.000Z | demo_build/monitoring/arista-eos-exporter/config.yml | Vista-Technology/yanq | 9025219cd3b4c527b2b701b200cbf97e2d768c29 | [
"CC0-1.0"
] | null | null | null | demo_build/monitoring/arista-eos-exporter/config.yml | Vista-Technology/yanq | 9025219cd3b4c527b2b701b200cbf97e2d768c29 | [
"CC0-1.0"
] | null | null | null | listen_port: 9201
username: 'arista'
password: 'arista'
protocol: 'https'
loglevel: INFO
timeout: 20
job: 'arista2'
disable_certificate_validation: true
| 17 | 36 | 0.79085 |
966cec3a24feff92137d3bde0f9441c07acb2cb6 | 1,222 | yaml | YAML | pkg/commands/build/testdata/testcase-base-only/expected.yaml | tomaszkiewicz/kustomize | 8a8331bf570d9f965ee59be8f47efeb15566cdf7 | [
"Apache-2.0"
] | 13 | 2019-09-13T10:03:10.000Z | 2022-02-02T12:54:21.000Z | pkg/commands/build/testdata/testcase-base-only/expected.yaml | tomaszkiewicz/kustomize | 8a8331bf570d9f965ee59be8f47efeb15566cdf7 | [
"Apache-2.0"
] | 1 | 2021-09-02T15:13:52.000Z | 2021-09-02T15:13:52.000Z | pkg/commands/build/testdata/testcase-base-only/expected.yaml | tomaszkiewicz/kustomize | 8a8331bf570d9f965ee59be8f47efeb15566cdf7 | [
"Apache-2.0"
] | 12 | 2019-09-13T17:52:37.000Z | 2021-12-23T07:59:45.000Z | apiVersion: v1
kind: Service
metadata:
annotations:
note: This is a test annotation
labels:
app: mynginx
org: example.com
team: foo
name: team-foo-nginx
spec:
ports:
- port: 80
selector:
app: mynginx
org: example.com
team: foo
---
apiVersion: apps/v1beta2
kind: Deployment
metadata:
annotations:
note: This is a test annotation
labels:
app: mynginx
org: example.com
team: foo
name: team-foo-nginx
spec:
selector:
matchLabels:
app: mynginx
org: example.com
team: foo
template:
metadata:
annotations:
note: This is a test annotation
labels:
app: mynginx
org: example.com
team: foo
spec:
containers:
- image: nginx
name: nginx
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
annotations:
note: This is a test annotation
labels:
app: mynginx
org: example.com
team: foo
name: team-foo-nginx
spec:
ingress:
- from:
- podSelector:
matchLabels:
app: mynginx
org: example.com
team: foo
podSelector:
matchExpressions:
- key: app
operator: In
values:
- test
| 16.972222 | 39 | 0.60311 |
9e9575d46af12effe6975dfef81ab7bb436f2749 | 1,453 | yml | YAML | Taskfile.yml | ADRFranklin/pawn-templates | 3587ca3688dbe06322953af1051679598a01fc59 | [
"MIT"
] | 8 | 2019-09-23T14:18:52.000Z | 2019-10-03T14:42:59.000Z | Taskfile.yml | ADRFranklin/pawn-templates | 3587ca3688dbe06322953af1051679598a01fc59 | [
"MIT"
] | null | null | null | Taskfile.yml | ADRFranklin/pawn-templates | 3587ca3688dbe06322953af1051679598a01fc59 | [
"MIT"
] | null | null | null | # https://taskfile.dev
version: "2"
tasks:
prepare:
cmds:
- cd test && sampctl server ensure
- sampctl package ensure
toolchain-win32:
cmds:
- rustup default stable-i686-pc-windows-msvc
build-win32-release:
deps: [toolchain-win32]
cmds:
- cargo +stable-i686-pc-windows-msvc build --release
- cp target/release/pawn_templates.dll test/plugins/templates.dll
build-win32-debug:
deps: [toolchain-win32]
cmds:
- cargo +stable-i686-pc-windows-msvc build
- cp target/debug/pawn_templates.dll test/plugins/templates.dll
toolchain-linux:
cmds:
- rustup default stable-i686-unknown-linux-gnu
build-linux-release:
deps: [toolchain-linux]
cmds:
- cargo +stable-i686-unknown-linux-gnu build --release
- cp target/release/libpawn_templates.so test/plugins/templates.so
build-linux-debug:
deps: [toolchain-linux]
cmds:
- cargo +stable-i686-unknown-linux-gnu build
- cp target/debug/libpawn_templates.so test/plugins/templates.so
test-native:
cmds:
- sampctl package build
- cd test && sampctl server run
test-container:
cmds:
- sampctl package build
- cd test && sampctl server run --container
build-container:
cmds:
- rm -rf build
- docker build -t southclaws/templates-build .
- docker run -v $(pwd)/test/plugins:/root/test/plugins southclaws/templates-build | 25.051724 | 87 | 0.662767 |
44c5cb341f0d232e07447b27c41c61e4a6d71d1b | 245 | yml | YAML | src/Site/PortfolioBundle/Resources/config/routing.yml | Bryan-Turek/Work-website | 8481bd9cb87cb33e9a31a05aa637f9dd6704b29e | [
"MIT"
] | 1 | 2019-06-29T19:47:42.000Z | 2019-06-29T19:47:42.000Z | src/Site/PortfolioBundle/Resources/config/routing.yml | Bryan-Turek/Work-website | 8481bd9cb87cb33e9a31a05aa637f9dd6704b29e | [
"MIT"
] | null | null | null | src/Site/PortfolioBundle/Resources/config/routing.yml | Bryan-Turek/Work-website | 8481bd9cb87cb33e9a31a05aa637f9dd6704b29e | [
"MIT"
] | null | null | null | # src/Acme/HelloBundle/Resources/config/routing.yml
staff:
pattern: /staff
defaults: { _controller: SitePortfolioBundle:Staff:index }
staff_member:
pattern: /staff/{name}
defaults: { _controller: SitePortfolioBundle:Staff:name} | 30.625 | 62 | 0.746939 |
6366d297c13d8c45a9df41d6704f8b5e83567a5c | 718 | yaml | YAML | manifests/m/Mattermost/MattermostDesktop/4.6.1/Mattermost.MattermostDesktop.yaml | rudyooms84/winget-pkgs | e2b2ee16272947e6caa266162113b1ed3b09fc70 | [
"MIT"
] | 5,998 | 2020-05-19T15:15:42.000Z | 2022-03-31T19:10:43.000Z | manifests/m/Mattermost/MattermostDesktop/4.6.1/Mattermost.MattermostDesktop.yaml | rudyooms84/winget-pkgs | e2b2ee16272947e6caa266162113b1ed3b09fc70 | [
"MIT"
] | 53,539 | 2020-05-19T14:56:15.000Z | 2022-03-31T23:51:50.000Z | manifests/m/Mattermost/MattermostDesktop/4.6.1/Mattermost.MattermostDesktop.yaml | rudyooms84/winget-pkgs | e2b2ee16272947e6caa266162113b1ed3b09fc70 | [
"MIT"
] | 4,317 | 2020-05-19T15:23:05.000Z | 2022-03-31T17:45:09.000Z | PackageIdentifier: Mattermost.MattermostDesktop
PackageVersion: 4.6.1
PackageName: Mattermost Desktop
Moniker: mattermost
Publisher: Mattermost
License: Copyright (c) 2016-present Mattermost, Inc.
LicenseUrl: https://github.com/mattermost/desktop/blob/master/LICENSE.txt
Tags:
- chat
- collaboration
- irc
- work
- teams
ShortDescription: Mattermost Desktop application for Windows
PackageUrl: https://mattermost.com/
Installers:
- Architecture: x64
InstallerUrl: https://releases.mattermost.com/desktop/4.6.1/mattermost-desktop-4.6.1-x64.msi
InstallerSha256: 526c57151d74a50693605e261508e9fdb40049cc1778b666cc9c8c1064de69f4
InstallerType: msi
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0
| 29.916667 | 94 | 0.824513 |
b76e58c54577150e873c988d5990f5f3d1c86247 | 585 | yml | YAML | frameworks/digital-outcomes-and-specialists-5/questions/briefs/participantsPerRound.yml | alphagov-mirror/digitalmarketplace-frameworks | 1c829ba74f5cbf5409450cf88ba5fc129b542d5c | [
"MIT"
] | 10 | 2016-07-25T22:16:17.000Z | 2020-09-25T07:10:23.000Z | frameworks/digital-outcomes-and-specialists-5/questions/briefs/participantsPerRound.yml | alphagov-mirror/digitalmarketplace-frameworks | 1c829ba74f5cbf5409450cf88ba5fc129b542d5c | [
"MIT"
] | 388 | 2015-09-21T16:10:27.000Z | 2021-07-30T15:18:04.000Z | frameworks/digital-outcomes-and-specialists-5/questions/briefs/participantsPerRound.yml | alphagov-mirror/digitalmarketplace-frameworks | 1c829ba74f5cbf5409450cf88ba5fc129b542d5c | [
"MIT"
] | 16 | 2015-11-13T10:02:27.000Z | 2021-04-10T20:13:25.000Z | name: Number of participants a round
question: Number of participants a round
question_advice: |
Include details of any spare participants in each round.
A spare participant is someone who will be there to stand in for any cancellations.
type: textbox_large
max_length_in_words: 100
depends:
- "on": "lot"
being:
- user-research-participants
validations:
-
name: answer_required
message: 'Enter details of the number of participants.'
-
name: under_100_words
message: 'Details must be 100 words or fewer.'
empty_message: Set number of participants
| 27.857143 | 85 | 0.748718 |
b7925dfce58d89b63be197a121814c889f3d3544 | 8,051 | yml | YAML | tests/fixtures/npn_pheno_classes_1.yml | cran/rnpn | 0b57f3dd0edf49dc68e31c934ed054eeb7a48e9b | [
"MIT"
] | 8 | 2015-02-20T18:50:28.000Z | 2022-03-04T11:11:01.000Z | tests/fixtures/npn_pheno_classes_1.yml | hulaba/rnpn | a7af853f5681df0a8eda7100e66192fc2569ff57 | [
"MIT"
] | 18 | 2016-03-17T15:47:09.000Z | 2022-02-16T12:41:23.000Z | tests/fixtures/npn_pheno_classes_1.yml | hulaba/rnpn | a7af853f5681df0a8eda7100e66192fc2569ff57 | [
"MIT"
] | 10 | 2015-01-22T15:21:59.000Z | 2022-03-04T11:11:03.000Z | http_interactions:
- request:
method: get
uri: https://www-dev.usanpn.org/npn_portal/phenophases/getPhenoClasses.json
body:
encoding: ''
string: ''
headers:
Accept: application/json, text/xml, application/xml, */*
response:
status:
status_code: 200
category: Success
reason: OK
message: 'Success: (200) OK'
headers:
date: Thu, 12 Nov 2020 23:03:23 GMT
server: Apache/2.4.7 (Ubuntu) SVN/1.8.8 PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f
x-powered-by: PHP/5.5.9-1ubuntu4.29
pragma: no-cache
cache-control: no-store, no-cache, max-age=0, must-revalidate
access-control-allow-origin: '*'
access-control-allow-headers: origin, x-requested-with, content-type
access-control-allow-methods: PUT, GET, POST, DELETE, OPTIONS
content-length: '6544'
content-type: application/json; charset=utf-8
body:
encoding: UTF-8
file: no
string: '[{"id":1,"name":"Initial shoot or leaf growth","description":"Initiation
of seasonal vegetative growth","sequence":10},{"id":2,"name":"Young leaves
or needles","description":"Presence of foliage still in process of maturing","sequence":20},{"id":3,"name":"Leaves
or needles","description":"Presence of live foliage","sequence":30},{"id":4,"name":"Colored
leaves or needles","description":"Senescent coloring of foliage","sequence":40},{"id":5,"name":"Falling
leaves or needles","description":"Dropping of foliage","sequence":50},{"id":6,"name":"Flowers
or pollen cones","description":"Presence of floral structures","sequence":60},{"id":7,"name":"Open
flowers or pollen cones","description":"Exposure of sexual reproductive organs","sequence":70},{"id":8,"name":"Pollen
release","description":"Release of pollen","sequence":80},{"id":9,"name":"End
of flowering","description":"Senescense of flowers","sequence":90},{"id":10,"name":"Fruits
or seed cones","description":"Presence of fruiting structures","sequence":100},{"id":11,"name":"Unripe
fruits or seed cones","description":"Presence of immature fruiting structures","sequence":110},{"id":12,"name":"Ripe
fruits or seed cones","description":"Presence of mature fruiting structures","sequence":120},{"id":13,"name":"Recent
fruit, cone or seed drop","description":"Dropping of mature fruits, cones
or seeds","sequence":130},{"id":62,"name":"Active individuals","description":"","sequence":10},{"id":63,"name":"Active
individuals in freshwater","description":"","sequence":20},{"id":64,"name":"Active
individuals in saltwater","description":"","sequence":30},{"id":65,"name":"Active
individuals in water","description":"","sequence":40},{"id":66,"name":"Active
individuals on land","description":"","sequence":50},{"id":67,"name":"Vocalizing","description":"","sequence":60},{"id":68,"name":"Feeding","description":"","sequence":70},{"id":69,"name":"Insect
consumption","description":"","sequence":80},{"id":70,"name":"Fruit\/seed
consumption","description":"","sequence":90},{"id":71,"name":"Flower visitation","description":"","sequence":100},{"id":72,"name":"Nut
gathering","description":"","sequence":110},{"id":73,"name":"Cone cutting","description":"","sequence":120},{"id":74,"name":"Larvae
feeding","description":"","sequence":130},{"id":75,"name":"Caterpillars feeding","description":"","sequence":140},{"id":76,"name":"Nymphs
feeding","description":"","sequence":150},{"id":77,"name":"Courtship","description":"","sequence":160},{"id":78,"name":"Courtship
calling","description":"","sequence":170},{"id":79,"name":"Vocalizing at breeding
site","description":"","sequence":180},{"id":80,"name":"Male adults","description":"","sequence":190},{"id":81,"name":"Winged
adults","description":"","sequence":200},{"id":82,"name":"Mating","description":"","sequence":210},{"id":83,"name":"Territorial
behavior","description":"","sequence":220},{"id":84,"name":"Singing individuals","description":"","sequence":230},{"id":85,"name":"Male
combat","description":"","sequence":240},{"id":86,"name":"Nest building","description":"","sequence":250},{"id":87,"name":"Nesting","description":"","sequence":260},{"id":88,"name":"Spermatophores","description":"","sequence":270},{"id":89,"name":"Spawning","description":"","sequence":280},{"id":90,"name":"Eggs","description":"","sequence":290},{"id":91,"name":"Recent
egg laying","description":"","sequence":300},{"id":92,"name":"Well-developed
embryos","description":"","sequence":310},{"id":93,"name":"Drone cells","description":"","sequence":320},{"id":94,"name":"Occupied
nest","description":"","sequence":330},{"id":95,"name":"Nest provisioning","description":"","sequence":340},{"id":96,"name":"Pregnant
females","description":"","sequence":350},{"id":97,"name":"Recent birth","description":"","sequence":360},{"id":98,"name":"Active
juveniles","description":"","sequence":370},{"id":99,"name":"Nestlings","description":"","sequence":380},{"id":100,"name":"Downy
young","description":"","sequence":390},{"id":101,"name":"Partially-fledged
young","description":"","sequence":400},{"id":102,"name":"Fledged young","description":"","sequence":410},{"id":103,"name":"Fry
in water","description":"","sequence":420},{"id":104,"name":"Larvae in water","description":"","sequence":430},{"id":105,"name":"Metamorphosing
larvae in water","description":"","sequence":440},{"id":106,"name":"Metamorphosing
individuals on land","description":"","sequence":450},{"id":107,"name":"Hatchling
emergence","description":"","sequence":460},{"id":108,"name":"Active larvae","description":"","sequence":470},{"id":109,"name":"Active
caterpillars","description":"","sequence":480},{"id":110,"name":"Caterpillars
in tent","description":"","sequence":490},{"id":111,"name":"Active nymphs","description":"","sequence":500},{"id":112,"name":"Active
crawlers","description":"","sequence":510},{"id":113,"name":"Post-dormant
nymphs","description":"","sequence":520},{"id":114,"name":"Active subadults","description":"","sequence":530},{"id":115,"name":"Pupae","description":"","sequence":540},{"id":116,"name":"Recently
emerged adults","description":"","sequence":550},{"id":117,"name":"Cast-off
skins","description":"","sequence":560},{"id":118,"name":"Nonbreeding plumage","description":"","sequence":570},{"id":119,"name":"Breeding
plumage","description":"","sequence":580},{"id":120,"name":"Antler growth","description":"","sequence":590},{"id":121,"name":"Antler
loss","description":"","sequence":600},{"id":122,"name":"Antlers at full size","description":"","sequence":610},{"id":123,"name":"Summer
coat","description":"","sequence":620},{"id":124,"name":"Winter coat","description":"","sequence":630},{"id":125,"name":"Migrating
adults","description":"","sequence":640},{"id":126,"name":"Adults migrating
upstream","description":"","sequence":650},{"id":127,"name":"Adults migrating
downstream","description":"","sequence":660},{"id":128,"name":"Juveniles moving
upstream","description":"","sequence":670},{"id":129,"name":"Inactive nymphs","description":"","sequence":680},{"id":130,"name":"Dead
individuals","description":"","sequence":690},{"id":131,"name":"Dead nestlings
or fledglings","description":"","sequence":700},{"id":132,"name":"Dead larvae","description":"","sequence":710},{"id":133,"name":"Dead
caterpillars","description":"","sequence":720},{"id":134,"name":"Dead nymphs","description":"","sequence":730},{"id":135,"name":"Baited
or captured individuals","description":"","sequence":740},{"id":136,"name":"Egg
laying","description":"","sequence":285}]'
recorded_at: 2020-11-12 23:03:11 GMT
recorded_with: vcr/0.5.4, webmockr/0.7.0
| 89.455556 | 378 | 0.632344 |
0031216741fa38cb7bd755354fc9dfe355bd2ba1 | 1,552 | yml | YAML | docs/docs-ref-autogen/excel/excel.dataconnectioncollection.yml | angelwen08/office-js-docs-reference | c756fff790592977e1323600e64ccb1db1c7ac77 | [
"MIT"
] | null | null | null | docs/docs-ref-autogen/excel/excel.dataconnectioncollection.yml | angelwen08/office-js-docs-reference | c756fff790592977e1323600e64ccb1db1c7ac77 | [
"MIT"
] | null | null | null | docs/docs-ref-autogen/excel/excel.dataconnectioncollection.yml | angelwen08/office-js-docs-reference | c756fff790592977e1323600e64ccb1db1c7ac77 | [
"MIT"
] | null | null | null | ### YamlMime:UniversalReference
items:
- uid: excel.Excel.DataConnectionCollection
summary: |-
Represents a collection of all the Data Connections that are part of the workbook or worksheet.
\[ [API set: ExcelApi 1.7](/office/dev/add-ins/reference/requirement-sets/excel-api-requirement-sets) \]
name: Excel.DataConnectionCollection
fullName: excel.Excel.DataConnectionCollection
langs:
- typeScript
type: class
extends:
- OfficeExtension.ClientObject
package: excel
children:
- excel.Excel.DataConnectionCollection.refreshAll
- excel.Excel.DataConnectionCollection.toJSON
- uid: excel.Excel.DataConnectionCollection.refreshAll
summary: |-
Refreshes all the Data Connections in the collection.
\[ [API set: ExcelApi 1.7](/office/dev/add-ins/reference/requirement-sets/excel-api-requirement-sets) \]
name: refreshAll()
fullName: excel.Excel.DataConnectionCollection.refreshAll
langs:
- typeScript
type: method
syntax:
content: 'refreshAll(): void;'
return:
type:
- void
description: ''
- uid: excel.Excel.DataConnectionCollection.toJSON
name: toJSON()
fullName: excel.Excel.DataConnectionCollection.toJSON
langs:
- typeScript
type: method
syntax:
content: 'toJSON:'
return:
type:
- |-
{
[key: string]: string;
}
description: ''
| 31.04 | 111 | 0.625 |
1c4033c3881c795726e2bb1304c825e15da79c07 | 1,234 | yml | YAML | src/server_data/569531672530255887.yml | kcomain/TWOWBot-Hacked | 8f5ad8908c6619c475ac03f08b53a4c48007c3ea | [
"MIT"
] | 1 | 2019-02-18T08:43:06.000Z | 2019-02-18T08:43:06.000Z | src/server_data/569531672530255887.yml | kcomain/TWOWBot-Hacked | 8f5ad8908c6619c475ac03f08b53a4c48007c3ea | [
"MIT"
] | 2 | 2019-02-18T08:38:23.000Z | 2019-05-15T04:09:27.000Z | src/server_data/569531672530255887.yml | kcomain/TWOWBot-Hacked | 8f5ad8908c6619c475ac03f08b53a4c48007c3ea | [
"MIT"
] | null | null | null | blacklist: []
canqueue: false
elim: 20%
hosttimer: null
owner: 434585742187167745
queue: []
queuetimer: {prompt: null, results: null, voting: null}
round: 1
season: 1
seasons:
season-1:
rounds:
round-1:
alive: [397029587965575170, 336681612261720076, 437112438182379520, 397273885701177347]
prompt: !!binary |
V2hhdCB3aWxsIHlvdSBkbyBpZiB5b3UncmUgaW4gYW4gZW1lcmdlbmN5IHNpdHVhdGlvbj8=
responses:
336681612261720076: !!binary |
anVtcCBvZmYgYSBjbGlmZiwgc28gaXQgY2FuIGVuZCBxdWlja2x5LiBlYXN5
397029587965575170: !!binary |
YSBwaWVjZSBvZiBwYXBlcg==
397273885701177347: !!binary |
YWdhaW4/
437112438182379520: !!binary |
V2VsbCwgSeKAmW0gdG9vIGR1bWIgdG8gbm90aWNlIHRoYXQgSeKAmW0gaW4gb25lLg==
restimer: null
slides:
397273885701177347: [397029587965575170, 336681612261720076, 437112438182379520]
votes:
- vote: [397273885701177347, 336681612261720076, 437112438182379520]
voter: 397029587965575170
- vote: [437112438182379520, 336681612261720076, 397273885701177347]
voter: 397029587965575170
votetimer: null
voting: true
words: 10
| 33.351351 | 95 | 0.693679 |
9f8b849960aede5b705695ea48e253adfc9a7bab | 487 | yaml | YAML | cloudbuild.yaml | finsyn/blankningsregistret | a2574df828f82995d0e19bf43c3b43ec19d47229 | [
"MIT"
] | null | null | null | cloudbuild.yaml | finsyn/blankningsregistret | a2574df828f82995d0e19bf43c3b43ec19d47229 | [
"MIT"
] | null | null | null | cloudbuild.yaml | finsyn/blankningsregistret | a2574df828f82995d0e19bf43c3b43ec19d47229 | [
"MIT"
] | null | null | null | steps:
# Install
- name: 'gcr.io/cloud-builders/npm'
args: [
'install'
]
# Fetch mocks for tests
- name: 'gcr.io/cloud-builders/gsutil'
args: [
'cp', 'gs://mocks/blankningsregistret/*', 'mock/'
]
# Test
- name: 'gcr.io/cloud-builders/npm'
args: [
'test'
]
# Pack
- name: 'gcr.io/cloud-builders/npm'
args: [
'pack'
]
# Publish to google cloud storage
- name: 'gcr.io/cloud-builders/gsutil'
args: [
'cp', '*.tgz', 'gs://insikt-npm/'
]
images: []
| 17.392857 | 53 | 0.585216 |
b003ce51d797e03dde61677e985df26bacae769c | 517 | yaml | YAML | manifests/brigade-k8s-gateway-rbac.yaml | uzxmx/cert-manager-box | 9ca704920960ba19e7c30ddc989893652deb3b53 | [
"MIT"
] | 2 | 2020-03-14T10:44:34.000Z | 2020-09-20T05:32:39.000Z | manifests/brigade-k8s-gateway-rbac.yaml | uzxmx/cert-manager-box | 9ca704920960ba19e7c30ddc989893652deb3b53 | [
"MIT"
] | null | null | null | manifests/brigade-k8s-gateway-rbac.yaml | uzxmx/cert-manager-box | 9ca704920960ba19e7c30ddc989893652deb3b53 | [
"MIT"
] | 1 | 2020-05-09T17:20:35.000Z | 2020-05-09T17:20:35.000Z | apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: brigade-k8s-gateway-event-reader
rules:
- apiGroups: [""]
resources: ["events"]
verbs: ["get", "watch", "list"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: brigade-k8s-gateway-event-reader-role-binding
subjects:
- kind: ServiceAccount
name: brigade-k8s-gateway-brigade-k8s-gateway
namespace: brigade
roleRef:
kind: Role
name: brigade-k8s-gateway-event-reader
apiGroup: rbac.authorization.k8s.io
| 22.478261 | 53 | 0.744681 |
b0a329af15488a9e1f7420831e90624956fa25c8 | 485 | yml | YAML | reference-docs/storage/storage-queue/azure-storage-queue/latest-stable/ServiceListQueuesSegmentResponse.yml | MicrosoftDocs/azure-sdk-docs-demo | 615e7bc6bce0ea44da2912eed6ef54fd0db8d775 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | reference-docs/storage/storage-queue/azure-storage-queue/latest-stable/ServiceListQueuesSegmentResponse.yml | MicrosoftDocs/azure-sdk-docs-demo | 615e7bc6bce0ea44da2912eed6ef54fd0db8d775 | [
"CC-BY-4.0",
"MIT"
] | 5 | 2021-02-04T17:24:50.000Z | 2021-09-11T05:42:47.000Z | reference-docs/storage/storage-queue/azure-storage-queue/latest-stable/ServiceListQueuesSegmentResponse.yml | MicrosoftDocs/azure-sdk-docs-demo | 615e7bc6bce0ea44da2912eed6ef54fd0db8d775 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ### YamlMime:TSTypeAlias
name: ServiceListQueuesSegmentResponse
uid: '@azure/storage-queue.ServiceListQueuesSegmentResponse|latest-stable'
package: '@azure/storage-queue|latest-stable'
summary: Contains response data for the listQueuesSegment operation.
fullName: ServiceListQueuesSegmentResponse
remarks: ''
isPreview: false
isDeprecated: false
syntax: >-
type ServiceListQueuesSegmentResponse = ServiceListQueuesSegmentHeaders &
ListQueuesSegmentResponse & { _response: Object }
| 37.307692 | 75 | 0.835052 |
abd332ada975d1d91b06fee6ca02cacbc83a4818 | 537 | yml | YAML | .travis.yml | e9t/koshort | 14fbb4833ef71b17ebfdd73df4d79ad38b5db51a | [
"CNRI-Python"
] | 68 | 2018-04-24T08:34:03.000Z | 2021-11-08T13:01:07.000Z | .travis.yml | BbChip0103/koshort | e8754e561a743e2954a87fdaeba27c4b32d6e9f9 | [
"CNRI-Python"
] | 6 | 2018-05-23T04:04:49.000Z | 2020-03-03T01:44:07.000Z | .travis.yml | BbChip0103/koshort | e8754e561a743e2954a87fdaeba27c4b32d6e9f9 | [
"CNRI-Python"
] | 9 | 2018-05-21T07:46:23.000Z | 2018-10-09T01:46:02.000Z | language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# - "3.7-dev" -- 3.7 support is unavailable until tweepy issue get closed.
before_install:
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements.txt; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements.txt; fi
- pip install coveralls
- pip install pytest-cov
install:
- python setup.py -q install
after_success:
- coveralls
script:
- coverage run --source=koshort -m py.test tests
| 22.375 | 85 | 0.625698 |
abef21ba91eb75cfa261b02ff7f90c4a5f5981d9 | 780 | yml | YAML | resources/collation/tailoring/hr.yml | LOUISINTERNET/twitter-cldr-rb | 5f645996141b943812b8b5fdcff9d2d62a944862 | [
"Apache-2.0"
] | 271 | 2015-01-07T21:57:41.000Z | 2022-03-15T15:55:19.000Z | resources/collation/tailoring/hr.yml | LOUISINTERNET/twitter-cldr-rb | 5f645996141b943812b8b5fdcff9d2d62a944862 | [
"Apache-2.0"
] | 104 | 2015-01-05T17:03:05.000Z | 2022-02-24T21:43:18.000Z | resources/collation/tailoring/hr.yml | LOUISINTERNET/twitter-cldr-rb | 5f645996141b943812b8b5fdcff9d2d62a944862 | [
"Apache-2.0"
] | 53 | 2015-02-18T17:58:24.000Z | 2022-03-31T07:28:46.000Z | ---
:collator_options: {}
:tailored_table: |-
0063 030C; [2C04, 5, 5]
0043 030C; [2C04, 5, 86]
0063 0301; [2C05, 5, 5]
0043 0301; [2C05, 5, 86]
0064 007A 030C; [2E04, 5, 5]
01C6; [2E04, 5, 6]
0044 007A 030C; [2E04, 5, 47]
01C5; [2E04, 5, 88]
0044 005A 030C; [2E04, 5, 89]
01C4; [2E04, 5, 8A]
0111; [2E05, 5, 5]
0110; [2E05, 5, 86]
006C 006A; [3E04, 5, 5]
01C9; [3E04, 5, 6]
004C 006A; [3E04, 5, 47]
01C8; [3E04, 5, 88]
004C 004A; [3E04, 5, 89]
01C7; [3E04, 5, 8A]
006E 006A; [4204, 5, 5]
01CC; [4204, 5, 6]
004E 006A; [4204, 5, 47]
01CB; [4204, 5, 88]
004E 004A; [4204, 5, 89]
01CA; [4204, 5, 8A]
0073 030C; [4C04, 5, 5]
0053 030C; [4C04, 5, 86]
007A 030C; [5A04, 5, 5]
005A 030C; [5A04, 5, 86]
:suppressed_contractions: ''
| 23.636364 | 31 | 0.551282 |
22c58f4f1892f623856b4d124034f401bc0547fa | 72 | yml | YAML | instrumentation/scala-2.13.0/src/test/resources/scala_futures_as_segments.yml | jeffalder/newrelic-java-agent | 7014eef86bffca1e562d2f573c5431607522f215 | [
"Apache-2.0"
] | 119 | 2020-08-15T21:38:07.000Z | 2022-03-25T12:07:11.000Z | instrumentation/scala-2.13.0/src/test/resources/scala_futures_as_segments.yml | jeffalder/newrelic-java-agent | 7014eef86bffca1e562d2f573c5431607522f215 | [
"Apache-2.0"
] | 468 | 2020-08-07T17:56:39.000Z | 2022-03-31T17:33:45.000Z | instrumentation/scala-2.13.0/src/test/resources/scala_futures_as_segments.yml | jeffalder/newrelic-java-agent | 7014eef86bffca1e562d2f573c5431607522f215 | [
"Apache-2.0"
] | 91 | 2020-08-11T14:23:08.000Z | 2022-03-31T17:28:18.000Z | common: &default_settings
scala_futures_as_segments:
enabled: true | 24 | 28 | 0.805556 |
2336c8bdb68b798c2e838a77b0fb7b1646500ea2 | 152 | yml | YAML | config.yml | bruor/zabbix-rabbitmq-plugin | 6eb1f250cd13766a4571fc893840dfaddc18b15e | [
"Unlicense"
] | 6 | 2017-02-21T21:22:09.000Z | 2022-01-11T18:18:04.000Z | config.yml | bruor/zabbix-rabbitmq-plugin | 6eb1f250cd13766a4571fc893840dfaddc18b15e | [
"Unlicense"
] | 2 | 2019-05-30T18:40:46.000Z | 2022-03-17T11:49:13.000Z | config.yml | bruor/zabbix-rabbitmq-plugin | 6eb1f250cd13766a4571fc893840dfaddc18b15e | [
"Unlicense"
] | 6 | 2019-01-18T11:31:02.000Z | 2021-02-01T07:25:27.000Z | hosts:
#myhost:
# username: myuser
# password: mypass
defaults:
username: bernie
password: itsjustbernie!
port: 15672
ttl: 45
| 12.666667 | 28 | 0.631579 |
3b86b0c4a7b2f6bcda46bd9108549d679c6d7f23 | 653 | yaml | YAML | rsp2/tests/resources/simple-relax-optimize-22.yaml | colin-daniels/agnr-ml | fc936cb8b6a68c37dfaf64c74796e0cf795c1bb8 | [
"MIT"
] | null | null | null | rsp2/tests/resources/simple-relax-optimize-22.yaml | colin-daniels/agnr-ml | fc936cb8b6a68c37dfaf64c74796e0cf795c1bb8 | [
"MIT"
] | null | null | null | rsp2/tests/resources/simple-relax-optimize-22.yaml | colin-daniels/agnr-ml | fc936cb8b6a68c37dfaf64c74796e0cf795c1bb8 | [
"MIT"
] | null | null | null | # NOTE: apply this after defaults.yaml
potential:
- kc-z-new:
cutoff: 14
cutoff-length: 0 # simulate lammps' quirks
- rebo-nonreactive:
params: lammps
cg:
stop-condition:
any:
- value-delta:
rel-greater-than: 0
steps-ago: 10
- iterations: 1000 # increase max number of iterations
scale-ranges:
scalables:
# make the lattice parameter incorrect
- parameter:
axis-mask: [1, 1, 0]
value: 0.95
# enable full optimization of 2x2 submatrix
lattice-relax-22: {}
phonons:
eigensolver:
dense: {}
bond-radius: 1.8
lammps:
processor-axis-mask: [true, true, false]
| 18.657143 | 60 | 0.627871 |
1cd7d718c7254d38748d4c8882165b6cdb20c7f1 | 560 | yml | YAML | config.yml | kadenscott/EntityMeta | 8af9d006ebcd497d077bc28e0857acb7f0d0022f | [
"MIT"
] | null | null | null | config.yml | kadenscott/EntityMeta | 8af9d006ebcd497d077bc28e0857acb7f0d0022f | [
"MIT"
] | null | null | null | config.yml | kadenscott/EntityMeta | 8af9d006ebcd497d077bc28e0857acb7f0d0022f | [
"MIT"
] | 2 | 2020-12-15T10:04:20.000Z | 2021-08-10T21:47:33.000Z | debug:
config: false
expiry: false
# Set the cache size to several times the maximum expected number of entities
# in existence at any instant, to account for churn of mobs.
cache-size: 10000
# The time in seconds that entity metadata is held in the cache after it is
# last accessed (read or written).
# * If you set this too low, entity metadata will be reparsed from tags
# frequently resulting in more CPU load and GC churn.
# * If you set this too high, metadata of invalid (removed) entities will
# not be removed promptly.
cache-seconds: 400 | 37.333333 | 77 | 0.75 |
f009739ee4211b2073535ec963e38c54173f9195 | 1,817 | yml | YAML | preview/docs-ref-autogen/com.azure.resourcemanager.netapp.models.Volume.DefinitionStages.WithProtocolTypes.withProtocolTypes.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.resourcemanager.netapp.models.Volume.DefinitionStages.WithProtocolTypes.withProtocolTypes.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | preview/docs-ref-autogen/com.azure.resourcemanager.netapp.models.Volume.DefinitionStages.WithProtocolTypes.withProtocolTypes.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.resourcemanager.netapp.models.Volume.DefinitionStages.WithProtocolTypes.withProtocolTypes*"
fullName: "com.azure.resourcemanager.netapp.models.Volume.DefinitionStages.WithProtocolTypes.withProtocolTypes"
name: "withProtocolTypes"
nameWithType: "Volume.DefinitionStages.WithProtocolTypes.withProtocolTypes"
members:
- uid: "com.azure.resourcemanager.netapp.models.Volume.DefinitionStages.WithProtocolTypes.withProtocolTypes(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.netapp.models.Volume.DefinitionStages.WithProtocolTypes.withProtocolTypes(List<String> protocolTypes)"
name: "withProtocolTypes(List<String> protocolTypes)"
nameWithType: "Volume.DefinitionStages.WithProtocolTypes.withProtocolTypes(List<String> protocolTypes)"
summary: "Specifies the protocolTypes property: Set of protocol types, default NFSv3, CIFS fro SMB protocol."
parameters:
- description: "Set of protocol types, default NFSv3, CIFS fro SMB protocol."
name: "protocolTypes"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
syntax: "public abstract Volume.DefinitionStages.WithCreate withProtocolTypes(List<String> protocolTypes)"
returns:
description: "the next definition stage."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.Volume.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.netapp.models.Volume.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
type: "method"
metadata: {}
package: "com.azure.resourcemanager.netapp.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.0.0-beta.2
| 75.708333 | 236 | 0.802972 |
f073e94e322b6bb81107235c9729fb4e757dd799 | 296 | yml | YAML | config/feature_flags/development/ci_pending_builds_maintain_ci_minutes_data.yml | Testiduk/gitlabhq | 2d4f258f067f55894862e47ec32bbc54649d4741 | [
"MIT"
] | 1 | 2018-03-22T12:17:26.000Z | 2018-03-22T12:17:26.000Z | config/feature_flags/development/ci_pending_builds_maintain_ci_minutes_data.yml | Testiduk/gitlabhq | 2d4f258f067f55894862e47ec32bbc54649d4741 | [
"MIT"
] | 818 | 2016-07-12T01:02:16.000Z | 2022-03-31T23:54:44.000Z | config/feature_flags/development/ci_pending_builds_maintain_ci_minutes_data.yml | Acidburn0zzz/gitlabhq | 74015980b5259072bbf27b432b9b08fda9d27945 | [
"MIT"
] | 2 | 2016-05-14T14:31:46.000Z | 2018-10-31T03:51:03.000Z | ---
name: ci_pending_builds_maintain_ci_minutes_data
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/64443
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/338149
milestone: '14.2'
type: development
group: group::pipeline execution
default_enabled: false
| 32.888889 | 78 | 0.820946 |
7846c131a1b50e1422834d928e7016550040da6a | 2,165 | yaml | YAML | examples/25_rnng_seq2tree.yaml | philip30/xnmt | b5e6985d3bedfac102312cab030a60594bc17baf | [
"Apache-2.0"
] | null | null | null | examples/25_rnng_seq2tree.yaml | philip30/xnmt | b5e6985d3bedfac102312cab030a60594bc17baf | [
"Apache-2.0"
] | null | null | null | examples/25_rnng_seq2tree.yaml | philip30/xnmt | b5e6985d3bedfac102312cab030a60594bc17baf | [
"Apache-2.0"
] | 1 | 2019-08-08T08:10:56.000Z | 2019-08-08T08:10:56.000Z | string2dep: !Experiment
exp_global: !ExpGlobal
model_file: '{EXP_DIR}/models/{EXP}.mod'
log_file: '{EXP_DIR}/logs/{EXP}.log'
default_layer_dim: 256
dropout: 0.3
# model architecture
model: !TreeTranslator
src_reader: !PlainTextReader
vocab: !Vocab {vocab_file: examples/data/head.ja.vocab}
trg_reader: !CoNLLToRNNGActionsReader
surface_vocab: !Vocab
vocab_file: examples/data/head.en.vocab
edg_vocab: !Vocab
vocab_file: examples/data/parse/head.en.edge_vocab
nt_vocab: !Vocab
vocab_file: examples/data/parse/head.en.node_vocab
encoder: !BiLSTMSeqTransducer {}
decoder: !RNNGDecoder
rnn: !UniLSTMSeqTransducer
decoder_input_feeding: false
bridge: !CopyBridge {}
term_embedder: !LookupEmbedder
vocab: !Ref {path: model.trg_reader.surface_vocab}
is_dense: True
term_scorer: !Softmax
vocab: !Ref {path: model.trg_reader.surface_vocab}
output_projector: !Ref {path: model.decoder.term_embedder}
head_composer: !DyerHeadComposer
fwd_combinator: !UniLSTMSeqTransducer
decoder_input_feeding: false
bwd_combinator: !UniLSTMSeqTransducer
decoder_input_feeding: false
shift_from_enc: False
# training parameters
train: !SimpleTrainingRegimen
batcher: !SrcBatcher
batch_size: 1
trainer: !AdamTrainer {}
run_for_epochs: 20
src_file: examples/data/head.ja
trg_file: examples/data/parse/head.en.conll
dev_tasks:
- !LossEvalTask
src_file: examples/data/head.ja
ref_file: examples/data/parse/head.en.conll
# final evaluation
evaluate:
- !DecodingEvalTask
src_file: examples/data/head.ja
hyp_file: examples/output/{EXP}.deptree.hyp
inference: !AutoRegressiveInference
search_strategy: !GreedySearch {}
- !AccuracyEvalTask
src_file: examples/data/head.ja
hyp_file: examples/output/{EXP}.en.hyp
ref_file: examples/data/head.en
inference: !AutoRegressiveInference
search_strategy: !GreedySearch {}
post_process: !DependencyLeavesOutputProcessor {}
| 35.491803 | 66 | 0.690993 |
601b98a00d51762111b963050dae065a36c97217 | 1,459 | yaml | YAML | user/plugins/markdown-notices/blueprints.yaml | maikw/maikw.github.io | 4421ca31f1977e6b6f566acea2e0c8239736e3f4 | [
"MIT"
] | 34 | 2015-12-23T07:40:25.000Z | 2022-01-12T08:23:50.000Z | user/plugins/markdown-notices/blueprints.yaml | maikw/maikw.github.io | 4421ca31f1977e6b6f566acea2e0c8239736e3f4 | [
"MIT"
] | 92 | 2019-02-21T09:23:34.000Z | 2022-03-14T07:23:54.000Z | user/plugins/markdown-notices/blueprints.yaml | maikw/maikw.github.io | 4421ca31f1977e6b6f566acea2e0c8239736e3f4 | [
"MIT"
] | 31 | 2016-02-02T04:40:29.000Z | 2021-05-05T21:21:08.000Z | name: 'Markdown Notices'
type: plugin
slug: markdown-notices
version: 1.1.0
description: 'Adds the ability to render notices blocks in Markdown'
icon: asterisk
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-markdown-notices
license: MIT
dependencies:
- { name: grav, version: '>=1.6.0' }
form:
validation: strict
fields:
enabled:
type: toggle
label: PLUGIN_ADMIN.PLUGIN_STATUS
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
built_in_css:
type: toggle
label: PLUGIN_MARKDOWN_NOTICES.USE_BUILT_IN_CSS
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
base_classes:
type: selectize
label: PLUGIN_MARKDOWN_NOTICES.BASE_CLASSES
size: large
placeholder: PLUGIN_MARKDOWN_NOTICES.BASE_CLASSES_PLACEHOLDER
help: PLUGIN_MARKDOWN_NOTICES.BASE_CLASSES_HELP
classes: fancy
validate:
type: string
level_classes:
type: selectize
label: PLUGIN_MARKDOWN_NOTICES.LEVEL_CLASSES
size: large
placeholder: PLUGIN_MARKDOWN_NOTICES.LEVEL_CLASSES_PLACEHOLDER
help: PLUGIN_MARKDOWN_NOTICES.LEVEL_CLASSES_HELP
classes: fancy
validate:
type: commalist
| 24.316667 | 68 | 0.682659 |
885483a02e6388e939a8ec9e3cb44488f2cc6c64 | 117 | yml | YAML | artifacts/paramtools/pip_check.yml | regro/pip_checking | 8ea659c847e0b7b5bfa36ddccbdd200013524a11 | [
"BSD-3-Clause"
] | null | null | null | artifacts/paramtools/pip_check.yml | regro/pip_checking | 8ea659c847e0b7b5bfa36ddccbdd200013524a11 | [
"BSD-3-Clause"
] | null | null | null | artifacts/paramtools/pip_check.yml | regro/pip_checking | 8ea659c847e0b7b5bfa36ddccbdd200013524a11 | [
"BSD-3-Clause"
] | null | null | null | pkg: paramtools
build: paramtools-0.5.1-py_0
install: paramtools==0.5.1
pip_check: "No broken requirements found.\n"
| 23.4 | 44 | 0.769231 |
a159baa60c7c3b9f1dbaab065215f4e69757796c | 72,782 | yaml | YAML | config/crd/bases/opensearch.opni.io_opensearchclusters.yaml | rancher-sandbox/opni-opensearch-operator | 1e42dec2edb78c16141ada61c528552a7a58fc1c | [
"Apache-2.0"
] | 19 | 2021-12-13T21:07:12.000Z | 2022-02-25T21:42:15.000Z | config/crd/bases/opensearch.opni.io_opensearchclusters.yaml | rancher-sandbox/opni-opensearch-operator | 1e42dec2edb78c16141ada61c528552a7a58fc1c | [
"Apache-2.0"
] | null | null | null | config/crd/bases/opensearch.opni.io_opensearchclusters.yaml | rancher-sandbox/opni-opensearch-operator | 1e42dec2edb78c16141ada61c528552a7a58fc1c | [
"Apache-2.0"
] | 3 | 2021-12-22T09:35:05.000Z | 2022-01-19T07:34:13.000Z |
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.5.0
creationTimestamp: null
name: opensearchclusters.opensearch.opni.io
spec:
group: opensearch.opni.io
names:
kind: OpensearchCluster
listKind: OpensearchClusterList
plural: opensearchclusters
singular: opensearchcluster
scope: Namespaced
versions:
- name: v1beta1
schema:
openAPIV3Schema:
properties:
apiVersion:
type: string
kind:
type: string
metadata:
type: object
spec:
properties:
adminPasswordFrom:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
authConfigSecret:
properties:
name:
type: string
type: object
client:
properties:
affinity:
properties:
nodeAffinity:
properties:
preferredDuringSchedulingIgnoredDuringExecution:
items:
properties:
preference:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchFields:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
type: object
weight:
format: int32
type: integer
required:
- preference
- weight
type: object
type: array
requiredDuringSchedulingIgnoredDuringExecution:
properties:
nodeSelectorTerms:
items:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchFields:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
type: object
type: array
required:
- nodeSelectorTerms
type: object
type: object
podAffinity:
properties:
preferredDuringSchedulingIgnoredDuringExecution:
items:
properties:
podAffinityTerm:
properties:
labelSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaceSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaces:
items:
type: string
type: array
topologyKey:
type: string
required:
- topologyKey
type: object
weight:
format: int32
type: integer
required:
- podAffinityTerm
- weight
type: object
type: array
requiredDuringSchedulingIgnoredDuringExecution:
items:
properties:
labelSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaceSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaces:
items:
type: string
type: array
topologyKey:
type: string
required:
- topologyKey
type: object
type: array
type: object
podAntiAffinity:
properties:
preferredDuringSchedulingIgnoredDuringExecution:
items:
properties:
podAffinityTerm:
properties:
labelSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaceSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaces:
items:
type: string
type: array
topologyKey:
type: string
required:
- topologyKey
type: object
weight:
format: int32
type: integer
required:
- podAffinityTerm
- weight
type: object
type: array
requiredDuringSchedulingIgnoredDuringExecution:
items:
properties:
labelSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaceSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaces:
items:
type: string
type: array
topologyKey:
type: string
required:
- topologyKey
type: object
type: array
type: object
type: object
extraEnvVars:
items:
properties:
name:
type: string
value:
type: string
valueFrom:
properties:
configMapKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
fieldRef:
properties:
apiVersion:
type: string
fieldPath:
type: string
required:
- fieldPath
type: object
resourceFieldRef:
properties:
containerName:
type: string
divisor:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
resource:
type: string
required:
- resource
type: object
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
required:
- name
type: object
type: array
nodeSelector:
additionalProperties:
type: string
type: object
persistence:
properties:
accessModes:
items:
type: string
type: array
enabled:
type: boolean
request:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
storageClass:
type: string
type: object
replicas:
format: int32
type: integer
resources:
properties:
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
type: object
type: object
tolerations:
items:
properties:
effect:
type: string
key:
type: string
operator:
type: string
tolerationSeconds:
format: int64
type: integer
value:
type: string
type: object
type: array
type: object
configSecret:
properties:
name:
type: string
type: object
data:
properties:
affinity:
properties:
nodeAffinity:
properties:
preferredDuringSchedulingIgnoredDuringExecution:
items:
properties:
preference:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchFields:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
type: object
weight:
format: int32
type: integer
required:
- preference
- weight
type: object
type: array
requiredDuringSchedulingIgnoredDuringExecution:
properties:
nodeSelectorTerms:
items:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchFields:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
type: object
type: array
required:
- nodeSelectorTerms
type: object
type: object
podAffinity:
properties:
preferredDuringSchedulingIgnoredDuringExecution:
items:
properties:
podAffinityTerm:
properties:
labelSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaceSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaces:
items:
type: string
type: array
topologyKey:
type: string
required:
- topologyKey
type: object
weight:
format: int32
type: integer
required:
- podAffinityTerm
- weight
type: object
type: array
requiredDuringSchedulingIgnoredDuringExecution:
items:
properties:
labelSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaceSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaces:
items:
type: string
type: array
topologyKey:
type: string
required:
- topologyKey
type: object
type: array
type: object
podAntiAffinity:
properties:
preferredDuringSchedulingIgnoredDuringExecution:
items:
properties:
podAffinityTerm:
properties:
labelSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaceSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaces:
items:
type: string
type: array
topologyKey:
type: string
required:
- topologyKey
type: object
weight:
format: int32
type: integer
required:
- podAffinityTerm
- weight
type: object
type: array
requiredDuringSchedulingIgnoredDuringExecution:
items:
properties:
labelSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaceSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaces:
items:
type: string
type: array
topologyKey:
type: string
required:
- topologyKey
type: object
type: array
type: object
type: object
extraEnvVars:
items:
properties:
name:
type: string
value:
type: string
valueFrom:
properties:
configMapKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
fieldRef:
properties:
apiVersion:
type: string
fieldPath:
type: string
required:
- fieldPath
type: object
resourceFieldRef:
properties:
containerName:
type: string
divisor:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
resource:
type: string
required:
- resource
type: object
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
required:
- name
type: object
type: array
nodeSelector:
additionalProperties:
type: string
type: object
persistence:
properties:
accessModes:
items:
type: string
type: array
enabled:
type: boolean
request:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
storageClass:
type: string
type: object
replicas:
format: int32
type: integer
resources:
properties:
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
type: object
type: object
tolerations:
items:
properties:
effect:
type: string
key:
type: string
operator:
type: string
tolerationSeconds:
format: int64
type: integer
value:
type: string
type: object
type: array
type: object
defaultRepo:
type: string
globalNodeSelector:
additionalProperties:
type: string
type: object
globalTolerations:
items:
properties:
effect:
type: string
key:
type: string
operator:
type: string
tolerationSeconds:
format: int64
type: integer
value:
type: string
type: object
type: array
image:
properties:
image:
type: string
imagePullPolicy:
type: string
imagePullSecrets:
items:
properties:
name:
type: string
type: object
type: array
type: object
master:
properties:
affinity:
properties:
nodeAffinity:
properties:
preferredDuringSchedulingIgnoredDuringExecution:
items:
properties:
preference:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchFields:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
type: object
weight:
format: int32
type: integer
required:
- preference
- weight
type: object
type: array
requiredDuringSchedulingIgnoredDuringExecution:
properties:
nodeSelectorTerms:
items:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchFields:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
type: object
type: array
required:
- nodeSelectorTerms
type: object
type: object
podAffinity:
properties:
preferredDuringSchedulingIgnoredDuringExecution:
items:
properties:
podAffinityTerm:
properties:
labelSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaceSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaces:
items:
type: string
type: array
topologyKey:
type: string
required:
- topologyKey
type: object
weight:
format: int32
type: integer
required:
- podAffinityTerm
- weight
type: object
type: array
requiredDuringSchedulingIgnoredDuringExecution:
items:
properties:
labelSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaceSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaces:
items:
type: string
type: array
topologyKey:
type: string
required:
- topologyKey
type: object
type: array
type: object
podAntiAffinity:
properties:
preferredDuringSchedulingIgnoredDuringExecution:
items:
properties:
podAffinityTerm:
properties:
labelSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaceSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaces:
items:
type: string
type: array
topologyKey:
type: string
required:
- topologyKey
type: object
weight:
format: int32
type: integer
required:
- podAffinityTerm
- weight
type: object
type: array
requiredDuringSchedulingIgnoredDuringExecution:
items:
properties:
labelSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaceSelector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
namespaces:
items:
type: string
type: array
topologyKey:
type: string
required:
- topologyKey
type: object
type: array
type: object
type: object
extraEnvVars:
items:
properties:
name:
type: string
value:
type: string
valueFrom:
properties:
configMapKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
fieldRef:
properties:
apiVersion:
type: string
fieldPath:
type: string
required:
- fieldPath
type: object
resourceFieldRef:
properties:
containerName:
type: string
divisor:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
resource:
type: string
required:
- resource
type: object
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
required:
- name
type: object
type: array
nodeSelector:
additionalProperties:
type: string
type: object
persistence:
properties:
accessModes:
items:
type: string
type: array
enabled:
type: boolean
request:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
storageClass:
type: string
type: object
replicas:
format: int32
type: integer
resources:
properties:
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
type: object
type: object
tolerations:
items:
properties:
effect:
type: string
key:
type: string
operator:
type: string
tolerationSeconds:
format: int64
type: integer
value:
type: string
type: object
type: array
type: object
version:
type: string
required:
- version
type: object
status:
properties:
auth:
properties:
elasticsearchAuthSecretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
generateOpensearchHash:
type: boolean
type: object
conditions:
items:
type: string
type: array
initialized:
type: boolean
opensearchState:
type: string
version:
type: string
type: object
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
| 46.62524 | 156 | 0.216345 |
a1c11272e56326f5289ebe027488f7604a8429b4 | 92 | yml | YAML | src/sr/2018-01/04/info.yml | PrJared/sabbath-school-lessons | 94a27f5bcba987a11a698e5e0d4279b81a68bc9a | [
"MIT"
] | 68 | 2016-10-30T23:17:56.000Z | 2022-03-27T11:58:16.000Z | src/sr/2018-01/04/info.yml | PrJared/sabbath-school-lessons | 94a27f5bcba987a11a698e5e0d4279b81a68bc9a | [
"MIT"
] | 367 | 2016-10-21T03:50:22.000Z | 2022-03-28T23:35:25.000Z | src/sr/2018-01/04/info.yml | OsArts/Bible-study | cfcefde42e21795e217d192a8b7a703ebb7a6c01 | [
"MIT"
] | 109 | 2016-08-02T14:32:13.000Z | 2022-03-31T10:18:41.000Z | ---
title: "Izbeći puteve ovoga sveta"
start_date: "20/01/2018"
end_date: "26/01/2018" | 23 | 36 | 0.663043 |
6b47c83d3298824e00b0c5f22d26deb85321f8ee | 1,355 | yaml | YAML | resolwe/permissions/fixtures/data.yaml | plojyon/resolwe | 1bee6f0860fdd087534adf1680e9350d79ab97cf | [
"Apache-2.0"
] | null | null | null | resolwe/permissions/fixtures/data.yaml | plojyon/resolwe | 1bee6f0860fdd087534adf1680e9350d79ab97cf | [
"Apache-2.0"
] | null | null | null | resolwe/permissions/fixtures/data.yaml | plojyon/resolwe | 1bee6f0860fdd087534adf1680e9350d79ab97cf | [
"Apache-2.0"
] | null | null | null | ---
- model: storage.FileStorage
fields:
id: 1
created: 2020-01-01T09:00:00.000+0000
- model: storage.StorageLocation
fields:
id: 1
url: '1'
file_storage: 1
last_update: 2020-01-01 11:11:11
connector_name: 'local'
- model: flow.data
pk: 1
fields:
contributor: 1
created: 2015-01-01T09:00:00.000+0000
finished: 2015-01-01T09:00:00.000+0000
modified: 2015-01-01T09:00:00.000+0000
name: 'Test data'
slug: 'test_data'
checksum: 05bc76611c382a88817389019679f35cdb32ac65fe6662210805b588c30f71e6
started: 2015-01-01T09:00:00.000+0000
status: OK
process: 1
version: 0.0.0
size: 42
location: 1
- model: storage.FileStorage
fields:
id: 2
created: 2020-01-01T09:00:00.000+0000
- model: storage.StorageLocation
fields:
id: 2
url: '2'
file_storage: 2
last_update: 2020-01-01 11:11:11
connector_name: 'local'
- model: flow.data
pk: 2
fields:
contributor: 1
created: 2015-01-01T10:00:00.000+0000
finished: 2015-01-01T10:00:00.000+0000
modified: 2015-01-01T10:00:00.000+0000
name: 'Test data 2'
slug: 'test_data_2'
checksum: 05bc76611c382a88817389019679f35cdb32ac65fe6662210805b588c30f71e6
started: 2015-01-01T09:00:00.000+0000
status: OK
process: 1
version: 0.0.0
size: 42
location: 2
| 20.846154 | 78 | 0.663469 |
f92ca241012fecfc0811dfe3c9aa61173e17f1cb | 37,021 | yaml | YAML | knative-operator/deploy/resources/knativekafka/channel/1-channel-consolidated.yaml | cardil/serverless-operator | 995668a31e200d5e7eebad0e734e027d220309c7 | [
"Apache-2.0"
] | null | null | null | knative-operator/deploy/resources/knativekafka/channel/1-channel-consolidated.yaml | cardil/serverless-operator | 995668a31e200d5e7eebad0e734e027d220309c7 | [
"Apache-2.0"
] | null | null | null | knative-operator/deploy/resources/knativekafka/channel/1-channel-consolidated.yaml | cardil/serverless-operator | 995668a31e200d5e7eebad0e734e027d220309c7 | [
"Apache-2.0"
] | null | null | null | # Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: kafka-addressable-resolver
labels:
kafka.eventing.knative.dev/release: "v0.26.0"
duck.knative.dev/addressable: "true"
# Do not use this role directly. These rules will be added to the "addressable-resolver" role.
rules:
- apiGroups:
- messaging.knative.dev
resources:
- kafkachannels
- kafkachannels/status
verbs:
- get
- list
- watch
---
# Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: kafka-channelable-manipulator
labels:
kafka.eventing.knative.dev/release: "v0.26.0"
duck.knative.dev/channelable: "true"
# Do not use this role directly. These rules will be added to the "channelable-manipulator" role.
rules:
- apiGroups:
- messaging.knative.dev
resources:
- kafkachannels
- kafkachannels/status
verbs:
- create
- get
- list
- watch
- update
- patch
---
# Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: kafka-ch-controller
labels:
kafka.eventing.knative.dev/release: "v0.26.0"
rules:
- apiGroups:
- messaging.knative.dev
resources:
- kafkachannels
- kafkachannels/status
verbs:
- get
- list
- watch
- update
- patch
- apiGroups:
- messaging.knative.dev
resources:
- kafkachannels/finalizers
verbs:
- update
- apiGroups:
- "" # Core API group.
resources:
- configmaps
- secrets
verbs:
- get
- list
- watch
- create
- apiGroups:
- "" # Core API group.
resources:
- services
- serviceaccounts
verbs: &everything
- get
- list
- watch
- create
- patch
- update
- apiGroups:
- "" # Core API Group.
resources:
- configmaps
resourceNames:
- kafka-ch-dispatcher
verbs:
- update
- apiGroups:
- "" # Core API Group.
resources:
- events
verbs:
- create
- patch
- update
- apiGroups:
- "" # Core API group.
resources:
- endpoints
- pods
verbs:
- get
- list
- watch
- apiGroups:
- apps
resources:
- deployments
- deployments/status
verbs:
- get
- list
- watch
- create
- patch
- update
- delete
- apiGroups:
- rbac.authorization.k8s.io
resources:
- rolebindings
verbs: *everything
- apiGroups:
- "coordination.k8s.io"
resources:
- leases
verbs: *everything
---
# Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: v1
kind: ServiceAccount
metadata:
name: kafka-ch-controller
namespace: knative-eventing
labels:
kafka.eventing.knative.dev/release: "v0.26.0"
---
# Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: kafka-ch-dispatcher
labels:
kafka.eventing.knative.dev/release: "v0.26.0"
rules:
- apiGroups:
- messaging.knative.dev
resources:
- kafkachannels
verbs:
- get
- list
- watch
- patch
- apiGroups:
- messaging.knative.dev
resources:
- kafkachannels/status
verbs:
- get
- update
- patch
- apiGroups:
- "" # Core API group.
resources:
- events
verbs:
- create
- patch
- update
- apiGroups:
- messaging.knative.dev
resources:
- kafkachannels
verbs:
- get
- list
- watch
- patch
- apiGroups:
- ""
resources:
- configmaps
- secrets
verbs:
- get
- list
- watch
- apiGroups:
- "" # Core API Group.
resources:
- events
verbs:
- create
- patch
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- get
- list
- watch
- create
- patch
- update
---
# Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: v1
kind: ServiceAccount
metadata:
name: kafka-ch-dispatcher
namespace: knative-eventing
labels:
kafka.eventing.knative.dev/release: "v0.26.0"
---
# Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: kafka-webhook
labels:
kafka.eventing.knative.dev/release: "v0.26.0"
rules:
# For watching logging configuration and getting certs.
- apiGroups:
- ""
resources:
- "configmaps"
verbs:
- "get"
- "list"
- "watch"
# For manipulating certs into secrets.
- apiGroups:
- ""
resources:
- "secrets"
verbs:
- "get"
- "create"
- "list"
- "watch"
- "update"
# For getting our Deployment so we can decorate with ownerref.
- apiGroups:
- "apps"
resources:
- "deployments"
verbs:
- "get"
# For acquiring namespace for the owner reference of the webhook
- apiGroups:
- ""
resources:
- "namespaces"
verbs:
- "get"
# finalizers are needed for the owner reference of the webhook
- apiGroups:
- ""
resources:
- "namespaces/finalizers"
verbs:
- "update"
- apiGroups:
- "apps"
resources:
- "deployments/finalizers"
verbs:
- update
# For actually registering our webhook.
- apiGroups:
- "admissionregistration.k8s.io"
resources:
- "mutatingwebhookconfigurations"
- "validatingwebhookconfigurations"
verbs: &everything
- "get"
- "list"
- "create"
- "update"
- "delete"
- "patch"
- "watch"
# Our own resources and statuses we care about.
- apiGroups:
- "messaging.knative.dev"
resources:
- "kafkachannels"
- "kafkachannels/status"
verbs:
- "get"
- "list"
- "watch"
# Support ResetOffset If Enabled
- apiGroups:
- "kafka.eventing.knative.dev"
resources:
- "resetoffsets"
- "resetoffsets/status"
verbs:
- "get"
- "list"
- "watch"
# For leader election
- apiGroups:
- "coordination.k8s.io"
resources:
- "leases"
verbs: *everything
# Necessary for conversion webhook. These are copied from the serving
# TODO: Do we really need all these permissions?
- apiGroups:
- "apiextensions.k8s.io"
resources:
- "customresourcedefinitions"
verbs:
- "get"
- "list"
- "create"
- "update"
- "delete"
- "patch"
- "watch"
---
# Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: v1
kind: ServiceAccount
metadata:
name: kafka-webhook
namespace: knative-eventing
labels:
kafka.eventing.knative.dev/release: "v0.26.0"
---
# Copyright 2019 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: kafka-ch-controller
labels:
kafka.eventing.knative.dev/release: "v0.26.0"
subjects:
- kind: ServiceAccount
name: kafka-ch-controller
namespace: knative-eventing
roleRef:
kind: ClusterRole
name: kafka-ch-controller
apiGroup: rbac.authorization.k8s.io
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: kafka-ch-dispatcher
labels:
kafka.eventing.knative.dev/release: "v0.26.0"
subjects:
- kind: ServiceAccount
name: kafka-ch-dispatcher
namespace: knative-eventing
roleRef:
kind: ClusterRole
name: kafka-ch-dispatcher
apiGroup: rbac.authorization.k8s.io
---
# Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: kafka-webhook
labels:
kafka.eventing.knative.dev/release: "v0.26.0"
subjects:
- kind: ServiceAccount
name: kafka-webhook
namespace: knative-eventing
roleRef:
kind: ClusterRole
name: kafka-webhook
apiGroup: rbac.authorization.k8s.io
---
# Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: kafkachannels.messaging.knative.dev
labels:
kafka.eventing.knative.dev/release: "v0.26.0"
knative.dev/crd-install: "true"
messaging.knative.dev/subscribable: "true"
duck.knative.dev/addressable: "true"
spec:
group: messaging.knative.dev
versions:
- name: v1beta1
served: true
storage: true
subresources:
status: {}
schema:
openAPIV3Schema:
description: 'KafkaChannel is a resource representing a Channel that is backed by a topic of an Apache Kafka cluster.'
type: object
properties:
spec:
description: Spec defines the desired state of the Channel.
type: object
properties:
numPartitions:
description: NumPartitions is the number of partitions of a Kafka topic. By default, it is set to 1.
type: integer
format: int32
default: 1
replicationFactor:
description: ReplicationFactor is the replication factor of a Kafka topic. By default, it is set to 1.
type: integer
maximum: 32767
default: 1
retentionDuration:
description: RetentionDuration is the retention time for events in a Kafka Topic represented as an ISO-8601 Duration. By default it is set to 168 hours, which is the precise form of 7 days.
type: string
delivery:
description: DeliverySpec contains the default delivery spec for each subscription to this Channelable. Each subscription delivery spec, if any, overrides this global delivery spec.
type: object
properties:
backoffDelay:
description: 'BackoffDelay is the delay before retrying. More information on Duration format: - https://www.iso.org/iso-8601-date-and-time-format.html - https://en.wikipedia.org/wiki/ISO_8601 For linear policy, backoff delay is backoffDelay*<numberOfRetries>. For exponential policy, backoff delay is backoffDelay*2^<numberOfRetries>.'
type: string
backoffPolicy:
description: BackoffPolicy is the retry backoff policy (linear, exponential).
type: string
deadLetterSink:
description: DeadLetterSink is the sink receiving event that could not be sent to a destination.
type: object
properties:
ref:
description: Ref points to an Addressable.
type: object
properties:
apiVersion:
description: API version of the referent.
type: string
kind:
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
type: string
namespace:
description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ This is optional field, it gets defaulted to the object holding it if left out.'
type: string
uri:
description: URI can be an absolute URL(non-empty scheme and non-empty host) pointing to the target or a relative URI. Relative URIs will be resolved using the base URI retrieved from Ref.
type: string
retry:
description: Retry is the minimum number of retries the sender should attempt when sending an event before moving it to the dead letter sink.
type: integer
format: int32
subscribers:
description: This is the list of subscriptions for this subscribable.
type: array
items:
type: object
properties:
delivery:
description: DeliverySpec contains options controlling the event delivery
type: object
properties:
backoffDelay:
description: 'BackoffDelay is the delay before retrying. More information on Duration format: - https://www.iso.org/iso-8601-date-and-time-format.html - https://en.wikipedia.org/wiki/ISO_8601 For linear policy, backoff delay is backoffDelay*<numberOfRetries>. For exponential policy, backoff delay is backoffDelay*2^<numberOfRetries>.'
type: string
backoffPolicy:
description: BackoffPolicy is the retry backoff policy (linear, exponential).
type: string
deadLetterSink:
description: DeadLetterSink is the sink receiving event that could not be sent to a destination.
type: object
properties:
ref:
description: Ref points to an Addressable.
type: object
properties:
apiVersion:
description: API version of the referent.
type: string
kind:
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
type: string
namespace:
description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ This is optional field, it gets defaulted to the object holding it if left out.'
type: string
uri:
description: URI can be an absolute URL(non-empty scheme and non-empty host) pointing to the target or a relative URI. Relative URIs will be resolved using the base URI retrieved from Ref.
type: string
retry:
description: Retry is the minimum number of retries the sender should attempt when sending an event before moving it to the dead letter sink.
type: integer
format: int32
generation:
description: Generation of the origin of the subscriber with uid:UID.
type: integer
format: int64
replyUri:
description: ReplyURI is the endpoint for the reply
type: string
subscriberUri:
description: SubscriberURI is the endpoint for the subscriber
type: string
uid:
description: UID is used to understand the origin of the subscriber.
type: string
status:
description: Status represents the current state of the KafkaChannel. This data may be out of date.
type: object
properties:
address:
type: object
required:
- url
properties:
url:
type: string
annotations:
description: Annotations is additional Status fields for the Resource to save some additional State as well as convey more information to the user. This is roughly akin to Annotations on any k8s resource, just the reconciler conveying richer information outwards.
type: object
x-kubernetes-preserve-unknown-fields: true
conditions:
description: Conditions the latest available observations of a resource's current state.
type: array
items:
type: object
required:
- type
- status
properties:
lastTransitionTime:
description: LastTransitionTime is the last time the condition transitioned from one status to another. We use VolatileTime in place of metav1.Time to exclude this from creating equality.Semantic differences (all other things held constant).
type: string
message:
description: A human readable message indicating details about the transition.
type: string
reason:
description: The reason for the condition's last transition.
type: string
severity:
description: Severity with which to treat failures of this type of condition. When this is not specified, it defaults to Error.
type: string
status:
description: Status of the condition, one of True, False, Unknown.
type: string
type:
description: Type of condition.
type: string
deadLetterChannel:
description: DeadLetterChannel is a KReference and is set by the channel when it supports native error handling via a channel Failed messages are delivered here.
type: object
properties:
apiVersion:
description: API version of the referent.
type: string
kind:
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
type: string
namespace:
description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ This is optional field, it gets defaulted to the object holding it if left out.'
type: string
observedGeneration:
description: ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.
type: integer
format: int64
subscribers:
description: This is the list of subscription's statuses for this channel.
type: array
items:
type: object
properties:
message:
description: A human readable message indicating details of Ready status.
type: string
observedGeneration:
description: Generation of the origin of the subscriber with uid:UID.
type: integer
format: int64
ready:
description: Status of the subscriber.
type: string
uid:
description: UID is used to understand the origin of the subscriber.
type: string
additionalPrinterColumns:
- name: Ready
type: string
jsonPath: ".status.conditions[?(@.type==\"Ready\")].status"
- name: Reason
type: string
jsonPath: ".status.conditions[?(@.type==\"Ready\")].reason"
- name: URL
type: string
jsonPath: .status.address.url
- name: Age
type: date
jsonPath: .metadata.creationTimestamp
names:
kind: KafkaChannel
plural: kafkachannels
singular: kafkachannel
categories:
- all
- knative
- messaging
- channel
shortNames:
- kc
scope: Namespaced
conversion:
strategy: Webhook
webhook:
conversionReviewVersions: ["v1", "v1beta1"]
clientConfig:
service:
name: kafka-webhook
namespace: knative-eventing
---
# Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: v1
data:
version: 1.0.0
# eventing-kafka.kafka.brokers: Replace this with the URLs for your kafka cluster,
# which is in the format of my-cluster-kafka-bootstrap.my-kafka-namespace:9092.
# eventing-kafka.kafka.authSecretName: name-of-your-secret-for-kafka-auth
# eventing-kafka.kafka.authSecretNamespace: namespace-of-your-secret-for-kafka-auth
eventing-kafka: |
kafka:
brokers: REPLACE_WITH_CLUSTER_URL
kind: ConfigMap
metadata:
name: config-kafka
namespace: knative-eventing
---
# Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: v1
kind: Service
metadata:
name: kafka-webhook
namespace: knative-eventing
labels:
kafka.eventing.knative.dev/release: "v0.26.0"
role: kafka-webhook
spec:
ports:
- name: https-webhook
port: 443
targetPort: 8443
selector:
role: kafka-webhook
---
# Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: apps/v1
kind: Deployment
metadata:
name: kafka-ch-controller
namespace: knative-eventing
labels:
messaging.knative.dev/channel: kafka-channel
messaging.knative.dev/role: controller
kafka.eventing.knative.dev/release: "v0.26.0"
spec:
replicas: 1
selector:
matchLabels: &labels
messaging.knative.dev/channel: kafka-channel
messaging.knative.dev/role: controller
template:
metadata:
labels: *labels
spec:
serviceAccountName: kafka-ch-controller
containers:
- name: controller
image: TO_BE_REPLACED
env:
- name: CONFIG_LOGGING_NAME
value: config-logging
- name: METRICS_DOMAIN
value: knative.dev/eventing
- name: SYSTEM_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: CONFIG_LEADERELECTION_NAME
value: config-leader-election
- name: DISPATCHER_IMAGE
value: TO_BE_REPLACED
# service account used in the dispatcher
- name: SERVICE_ACCOUNT
value: kafka-ch-dispatcher
ports:
- containerPort: 9090
name: metrics
volumeMounts:
- name: config-logging
mountPath: /etc/config-logging
volumes:
- name: config-logging
configMap:
name: config-logging
---
# Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: admissionregistration.k8s.io/v1
kind: MutatingWebhookConfiguration
metadata:
name: defaulting.webhook.kafka.messaging.knative.dev
labels:
kafka.eventing.knative.dev/release: "v0.26.0"
webhooks:
- admissionReviewVersions: ["v1", "v1beta1"]
clientConfig:
service:
name: kafka-webhook
namespace: knative-eventing
sideEffects: None
failurePolicy: Fail
name: defaulting.webhook.kafka.messaging.knative.dev
---
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
metadata:
name: validation.webhook.kafka.messaging.knative.dev
labels:
kafka.eventing.knative.dev/release: "v0.26.0"
webhooks:
- admissionReviewVersions: ["v1", "v1beta1"]
clientConfig:
service:
name: kafka-webhook
namespace: knative-eventing
sideEffects: None
failurePolicy: Fail
name: validation.webhook.kafka.messaging.knative.dev
---
# Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: apps/v1
kind: Deployment
metadata:
name: kafka-webhook
namespace: knative-eventing
labels:
kafka.eventing.knative.dev/release: "v0.26.0"
spec:
replicas: 1
selector:
matchLabels: &labels
app: kafka-webhook
role: kafka-webhook
template:
metadata:
annotations:
sidecar.istio.io/inject: "false"
labels: *labels
spec:
serviceAccountName: kafka-webhook
containers:
- name: kafka-webhook
terminationMessagePolicy: FallbackToLogsOnError
image: TO_BE_REPLACED
env:
- name: SYSTEM_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: CONFIG_LOGGING_NAME
value: config-logging
- name: METRICS_DOMAIN
value: knative.dev/eventing
- name: WEBHOOK_NAME
value: kafka-webhook
- name: WEBHOOK_PORT
value: "8443"
ports:
- name: https-webhook
containerPort: 8443
- name: metrics
containerPort: 9090
- name: profiling
containerPort: 8008
resources:
requests:
cpu: 100m
memory: 50Mi
limits:
cpu: 200m
memory: 1024Mi
readinessProbe: &probe
periodSeconds: 1
httpGet:
scheme: HTTPS
port: 8443
httpHeaders:
- name: k-kubelet-probe
value: "webhook"
livenessProbe:
!!merge <<: *probe
initialDelaySeconds: 20
# Our webhook should gracefully terminate by lame ducking first, set this to a sufficiently
# high value that we respect whatever value it has configured for the lame duck grace period.
terminationGracePeriodSeconds: 300
---
# Webhook PDB.
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: kafka-webhook
namespace: knative-eventing
labels:
eventing.knative.dev/release: devel
spec:
minAvailable: 0
selector:
matchLabels:
app: kafka-webhook
---
# Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: v1
kind: Secret
metadata:
name: messaging-webhook-certs
namespace: knative-eventing
labels:
kafka.eventing.knative.dev/release: "v0.26.0"
# The data is populated at install time.
---
| 33.870997 | 364 | 0.619648 |
f9abb38c06ae8e776b12769c1ed0a9910203e18d | 1,300 | yml | YAML | python/elasticmq/serverless.local.yml | otaviocrtx/aws-sqs-examples | 47bbb6da0c76d30960188f811243cbb017e58c65 | [
"MIT"
] | null | null | null | python/elasticmq/serverless.local.yml | otaviocrtx/aws-sqs-examples | 47bbb6da0c76d30960188f811243cbb017e58c65 | [
"MIT"
] | null | null | null | python/elasticmq/serverless.local.yml | otaviocrtx/aws-sqs-examples | 47bbb6da0c76d30960188f811243cbb017e58c65 | [
"MIT"
] | null | null | null | service: aws-offline-sqs
frameworkVersion: '2'
plugins:
- serverless-offline-sqs
- serverless-offline
provider:
name: aws
region: sa-east-1
runtime: python3.8
lambdaHashingVersion: '20201221'
stage: dev
functions:
producer:
handler: ./elasticmq/setup.producer
name: ${sls:stage}-offline-producer-lambda
events:
- http:
method: post
path: produce
environments:
QUEUE_URL:
Ref: workerQueue
consumer:
handler: ./elasticmq/setup.consumer
name: ${sls:stage}-offline-consumer-lambda
events:
- sqs:
arn:
Fn::GetAtt:
- workerQueue
- Arn
# resources:
# Resources:
# workerQueue:
# Type: AWS::SQS::Queue
# Properties:
# QueueName: workerQueue
# RedrivePolicy:
# deadLetterTargetArn:
# Fn::GetAtt:
# - workerDLQ
# - Arn
# maxReceiveCount: 5
# workerDLQ:
# Type: AWS::SQS::Queue
# Properties:
# QueueName: workerDLQ
custom:
serverless-offline-sqs:
autoCreate: true
endpoint: http://0.0.0.0:9324
# region: ${self:provider.region}
accessKeyId: local
secretAccessKey: local
# skipCacheInvalidation: false | 20.634921 | 46 | 0.576154 |
ddb42b8bb3d4bc0c50d9fa1864d60f80fc5ea281 | 3,042 | yml | YAML | articles/dev-spaces/toc.yml | FernandaOchoa/azure-docs.es-es | be97939ec75bbf148375cc2036b825efecb8a490 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/dev-spaces/toc.yml | FernandaOchoa/azure-docs.es-es | be97939ec75bbf148375cc2036b825efecb8a490 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | articles/dev-spaces/toc.yml | FernandaOchoa/azure-docs.es-es | be97939ec75bbf148375cc2036b825efecb8a490 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | - name: Azure Dev Spaces
href: ./index.yml
items:
- name: Información general
items:
- name: ¿Qué es Azure Dev Spaces?
href: about.md
- name: Tutoriales
items:
- name: Introducción a Visual Studio
href: get-started-netcore-visualstudio.md
- name: Conceptos
items:
- name: Migración a Bridge to Kubernetes
href: migrate-to-bridge-to-kubernetes.md
- name: Funcionamiento de Dev Spaces
items:
- name: Información general
href: how-dev-spaces-works.md
- name: Configuración de un clúster
href: how-dev-spaces-works-cluster-setup.md
- name: Preparación de un proyecto
href: how-dev-spaces-works-prep.md
- name: Ejecución de código
href: how-dev-spaces-works-up.md
- name: Enrutamiento entre espacios de desarrollo
href: how-dev-spaces-works-routing.md
- name: Depuración remota
href: how-dev-spaces-works-remote-debugging.md
- name: Funcionamiento de VS Code con Dev Spaces
href: how-vs-code-works-with-dev-spaces.md
- name: Configuración de red en las distintas topologías de red
href: configure-networking.md
- name: Procedimientos
items:
- name: Instalación de Azure Dev Spaces
href: how-to/install-dev-spaces.md
- name: Creación de un clúster de Kubernetes mediante Azure Cloud Shell
href: how-to/create-cluster-cloud-shell.md
- name: Administración de secretos
href: how-to/manage-secrets.md
- name: Uso de una fuente NuGet personalizada
href: how-to/use-custom-nuget-feed.md
- name: Uso de un repositorio privado de Helm
href: how-to/use-private-helm-repo.md
- name: Uso de kubectl con Azure Dev Spaces
href: how-to/use-kubectl-with-azure-dev-spaces.md
- name: Actualización de las herramientas de Azure Dev Spaces
href: how-to/upgrade-tools.md
- name: Uso de CI/CD con Azure Dev Spaces
href: how-to/setup-cicd.md
- name: Uso de acciones de GitHub con Azure Dev Spaces (versión preliminar)
href: how-to/github-actions.md
- name: Uso del complemento de Azure Dev Spaces para Jenkins
href: /azure/developer/jenkins/azure-dev-spaces-and-aks
- name: Continuidad empresarial y recuperación ante desastres para Azure Dev Spaces
href: how-to/dev-spaces-business-continuity.md
- name: Interacción con contenedores de Windows
href: how-to/run-dev-spaces-windows-containers.md
- name: Uso de traefik para la entrada personalizada y HTTPS
href: how-to/ingress-https-traefik.md
- name: Uso de NGINX para la entrada personalizada y HTTPS
href: how-to/ingress-https-nginx.md
- name: Solución de problemas
href: troubleshooting.md
- name: Preguntas más frecuentes
href: faq.md | 45.402985 | 91 | 0.63215 |
50cc97847fe49d37e821aff55cf87f90e654d443 | 1,008 | yml | YAML | .circleci/config.yml | farzadab/django-saml2-pro-auth | c082a2c4d3c2562a32b501f7f90301e7c0c2dc1f | [
"MIT"
] | null | null | null | .circleci/config.yml | farzadab/django-saml2-pro-auth | c082a2c4d3c2562a32b501f7f90301e7c0c2dc1f | [
"MIT"
] | null | null | null | .circleci/config.yml | farzadab/django-saml2-pro-auth | c082a2c4d3c2562a32b501f7f90301e7c0c2dc1f | [
"MIT"
] | null | null | null | version: 2
jobs:
testpy2:
docker:
- image: nousdefions/tox:1.0
working_directory: ~/repo
steps:
- checkout
- run:
name: 2.7 Tests
command: |
tox -e py27-18,py27-110,py27-111
testpy34:
docker:
- image: nousdefions/tox:1.0
working_directory: ~/repo
steps:
- checkout
- run:
name: 3.4 Tests
command: |
tox -e py34-18,py34-110,py34-111
testpy35:
docker:
- image: nousdefions/tox:1.0
working_directory: ~/repo
steps:
- checkout
- run:
name: 3.5 Tests
command: |
tox -e py35-18,py35-110,py35-111
testpy36:
docker:
- image: nousdefions/tox:1.0
working_directory: ~/repo
steps:
- checkout
- run:
name: 3.6 Tests
command: |
tox -e py36-111
workflows:
version: 2
test_pys:
jobs:
- testpy2
- testpy34
- testpy35
- testpy36
| 18.327273 | 44 | 0.509921 |
8af12f0559b84586c78d3986ba8cd5ae51509985 | 988 | yml | YAML | src/map.jm.yml | arvinxx/user-journal-map-template | 632a97041f2960bf4218fa67f4f7479b2d512348 | [
"MIT"
] | 1 | 2021-12-28T10:06:08.000Z | 2021-12-28T10:06:08.000Z | src/map.jm.yml | arvinxx/user-journey-map-template | 632a97041f2960bf4218fa67f4f7479b2d512348 | [
"MIT"
] | 17 | 2021-05-04T11:07:10.000Z | 2022-03-16T11:12:16.000Z | src/map.jm.yml | arvinxx/user-journey-map-template | 632a97041f2960bf4218fa67f4f7479b2d512348 | [
"MIT"
] | null | null | null | # 阶段步骤
stages:
- name: 计划租车
actions:
- name: 找租车平台
emotion: -1
- name: 对比不同平台
emotion: -2
- name: 确定平台
emotion: 0
- name: 租车
actions:
- name: 选择租车日期
emotion: -1
- name: 与同伴讨论车型
emotion: -1
- name: 选择租车类型
emotion: 0
- name: 支付费用
emotion: 1
- name: 提车
actions:
- name: 打车去提车点
emotion: 2
- name: 确认提车时间和地点
emotion: 2
- name: 确认车况
emotion: 1
- name: 确认还车注意事项
emotion: 1
- name: 取车离开
emotion: 2
- name: 游玩
actions:
- name: 返回接同伴
emotion: 2
- name: 开车游玩一天
emotion: 0
- name: 车出了问题
emotion: -2
- name: 打电话给客服
emotion: -1
- name: 处理车况
emotion: 0
- name: 还车
actions:
- name: 加油站加油
emotion: -1
- name: 确认使用车况
emotion: 0
- name: 完成车辆交接
emotion: 1
- name: 打车返回
emotion: 0
| 16.745763 | 23 | 0.450405 |
580450142e8b77bdb2613e24d47b5c87e2ac9b07 | 2,485 | yaml | YAML | ui/narrative/methods/import_expression_tsv_file/display.yaml | realmarcin/FeatureValues | be62b2e91a0d7ccfde48397e3a79a650a8e42d39 | [
"MIT"
] | null | null | null | ui/narrative/methods/import_expression_tsv_file/display.yaml | realmarcin/FeatureValues | be62b2e91a0d7ccfde48397e3a79a650a8e42d39 | [
"MIT"
] | 4 | 2020-02-12T20:08:19.000Z | 2021-03-30T20:54:42.000Z | ui/narrative/methods/import_expression_tsv_file/display.yaml | realmarcin/FeatureValues | be62b2e91a0d7ccfde48397e3a79a650a8e42d39 | [
"MIT"
] | 14 | 2016-11-01T23:28:28.000Z | 2020-05-06T18:07:21.000Z | name : EXPRESSION MATRIX FROM TSV FILE
subtitle : none
tooltip : Upload an expression data matrix from a TSV file.
screenshots :
[]
icon: kb_expr-yellow.png
method-suggestions :
related :
[]
next :
[]
parameters :
expressionFile :
ui-name : Expression Data TSV File
short-hint : File with expression data in TSV format with Features in rows and Conditions in columns
long-hint : The filename should end with ".tsv"
outputObject :
ui-name : Expression Data Matrix Name
short-hint : Provide the name for the Expression Matrix object that will be created by this upload
genomeObject :
ui-name : Genome
short-hint : Select the Genome that contains features referenced by the Expression Matrix
long-hint : Feature IDs as listed in the first column will be matched against feature ids or aliases of the Genome
fillMissingValues :
ui-name : Impute missing values?
short-hint : Check this box to fill any missing values in the data
dataType :
ui-name : Value Type
short-hint : Indicate if the numbers are absolute expression levels, ratios, or log-ratios
dataScale :
ui-name : Value Scaling Factor
short-hint : If the data was rescaled by a constant factor, indicate that here
description : |
<p>This uploader enables you to upload a gene expression data matrix in TSV (Tab-Separated Values) format.</p><br>
<p> The .tsv file is a tab-delimited text file, with genes down the rows and sample/observations across the columns (see <a href="http://kbase.us/data-upload-download-guide/expression-matrix/"" target="_blank">http://kbase.us/data-upload-download-guide/expression-matrix/</a> for more information). Make sure the first label in the first column
is "gene-id" followed by tab-delimited labels for samples. Each row (gene) should have an identifier (in green) that always goes in the first column. Each column
(sample) should have a label (in blue) that is always in the first row. The remaining cells in the table contain expression values for the appropriate gene and sample.
Be sure to exclude gene features for which all expressions are missing or are the same for all the conditions/samples. See the
<a href="http://kbase.us/data-upload-download-guide/" target="_blank">Data Upload and Download Guide</a> for more information about formatting your expression data file.</p>
| 49.7 | 349 | 0.715091 |
4b9f9ad7ec9750820f568506823682e49d4a4082 | 1,101 | yml | YAML | .travis.yml | douglaskastle/blender-fake-addon | 65a4b1652f835f7c425abb57fc025a4753326872 | [
"MIT"
] | 6 | 2019-01-12T15:39:06.000Z | 2020-03-22T19:24:25.000Z | .travis.yml | nangtani/blender-fake-addon | 65a4b1652f835f7c425abb57fc025a4753326872 | [
"MIT"
] | 8 | 2019-05-03T15:51:27.000Z | 2020-03-20T13:49:06.000Z | .travis.yml | douglaskastle/blender-fake-addon | 65a4b1652f835f7c425abb57fc025a4753326872 | [
"MIT"
] | 3 | 2019-05-17T09:37:00.000Z | 2020-03-02T11:41:51.000Z | dist: xenial
os:
- linux
# - osx
# - windows
env:
global:
- BLENDER_CACHE=$HOME/.cache/blender
- BL_ADDON=fake_addon
matrix:
- BLENDER_VERSION="2.92"
- BLENDER_VERSION="2.91"
- BLENDER_VERSION="2.90"
- BLENDER_VERSION="2.83"
- BLENDER_VERSION="2.82"
- BLENDER_VERSION="2.81"
- BLENDER_VERSION="2.80"
- BLENDER_VERSION="2.79"
language: python
python:
- 3.7
cache:
apt: true
directories:
- $HOME/.cache/pip
- ${BLENDER_CACHE}
addons:
apt:
packages:
- blender
before_install:
- mkdir -p ${BLENDER_CACHE}
- ls ${BLENDER_CACHE}
install:
- cd $TRAVIS_BUILD_DIR
- python3 --version
- pip install -r blender_requirements.txt
- pip list
script:
- cd ${TRAVIS_BUILD_DIR}
#- make flake8
- python3 ${TRAVIS_BUILD_DIR}/scripts/test_addon.py ${BL_ADDON} ${BLENDER_VERSION}
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
email:
on_success: change
on_failure: always
| 18.661017 | 86 | 0.584923 |
f3f0de2f7ded5b74c0d72227794c3c1ede837bdf | 10,635 | yml | YAML | docs-ref-autogen/com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.yml | dominicbetts/azure-docs-sdk-java | 057697a9aaa568212eae6fe51917e0063c5c502e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.yml | dominicbetts/azure-docs-sdk-java | 057697a9aaa568212eae6fe51917e0063c5c502e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.yml | dominicbetts/azure-docs-sdk-java | 057697a9aaa568212eae6fe51917e0063c5c502e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ### YamlMime:ManagedReference
items:
- uid: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations
id: DeviceOperations
artifact: com.microsoft.azure.sdk.iot:iot-service-client:1.24.0
parent: com.microsoft.azure.sdk.iot.service.devicetwin
children:
- com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.DeviceOperations()
- com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.request(com.microsoft.azure.sdk.iot.service.IotHubConnectionString,java.net.URL,com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod,byte[],java.lang.String,long)
- com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.setHeaders(java.util.Map<java.lang.String,java.lang.String>)
langs:
- java
name: DeviceOperations
nameWithType: DeviceOperations
fullName: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations
type: Class
package: com.microsoft.azure.sdk.iot.service.devicetwin
summary: Set of common operations for Twin and Method.
syntax:
content: public class DeviceOperations
inheritance:
- java.lang.Object
inheritedMembers:
- java.lang.Object.clone()
- java.lang.Object.equals(java.lang.Object)
- java.lang.Object.finalize()
- java.lang.Object.getClass()
- java.lang.Object.hashCode()
- java.lang.Object.notify()
- java.lang.Object.notifyAll()
- java.lang.Object.toString()
- java.lang.Object.wait()
- java.lang.Object.wait(long)
- java.lang.Object.wait(long,int)
- uid: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.DeviceOperations()
id: DeviceOperations()
artifact: com.microsoft.azure.sdk.iot:iot-service-client:1.24.0
parent: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations
langs:
- java
name: DeviceOperations()
nameWithType: DeviceOperations.DeviceOperations()
fullName: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.DeviceOperations()
overload: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.DeviceOperations*
type: Constructor
package: com.microsoft.azure.sdk.iot.service.devicetwin
syntax:
content: public DeviceOperations()
- uid: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.request(com.microsoft.azure.sdk.iot.service.IotHubConnectionString,java.net.URL,com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod,byte[],java.lang.String,long)
id: request(com.microsoft.azure.sdk.iot.service.IotHubConnectionString,java.net.URL,com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod,byte[],java.lang.String,long)
artifact: com.microsoft.azure.sdk.iot:iot-service-client:1.24.0
parent: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations
langs:
- java
name: request(IotHubConnectionString iotHubConnectionString, URL url, HttpMethod method, byte[] payload, String requestId, long timeoutInMs)
nameWithType: DeviceOperations.request(IotHubConnectionString iotHubConnectionString, URL url, HttpMethod method, byte[] payload, String requestId, long timeoutInMs)
fullName: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.request(IotHubConnectionString iotHubConnectionString, URL url, HttpMethod method, byte[] payload, String requestId, long timeoutInMs)
overload: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.request*
type: Method
package: com.microsoft.azure.sdk.iot.service.devicetwin
summary: Send a http request to the IoTHub using the Twin/Method standard, and return its response.
syntax:
content: public static HttpResponse request(IotHubConnectionString iotHubConnectionString, URL url, HttpMethod method, byte[] payload, String requestId, long timeoutInMs)
parameters:
- id: iotHubConnectionString
type: com.microsoft.azure.sdk.iot.service.IotHubConnectionString
description: is the connection string for the IoTHub
- id: url
type: java.net.URL
description: is the Twin URL for the device ID.
- id: method
type: com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod
description: is the HTTP method (GET, POST, DELETE, PATCH, PUT).
- id: payload
type: byte[]
description: is the array of bytes that contains the payload.
- id: requestId
type: java.lang.String
description: is an unique number that identify the request.
- id: timeoutInMs
type: long
description: is timeout in milliseconds.
return:
type: com.microsoft.azure.sdk.iot.service.transport.http.HttpResponse
description: the result of the request.
exceptions:
- type: java.io.IOException
description: This exception is thrown if the response verification failed
- type: com.microsoft.azure.sdk.iot.service.exceptions.IotHubException
description: This exception is thrown if the response verification failed
- type: java.lang.IllegalArgumentException
description: This exception is thrown if the response verification failed
- uid: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.setHeaders(java.util.Map<java.lang.String,java.lang.String>)
id: setHeaders(java.util.Map<java.lang.String,java.lang.String>)
artifact: com.microsoft.azure.sdk.iot:iot-service-client:1.24.0
parent: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations
langs:
- java
name: setHeaders(Map<String,String> httpHeaders)
nameWithType: DeviceOperations.setHeaders(Map<String,String> httpHeaders)
fullName: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.setHeaders(Map<String,String> httpHeaders)
overload: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.setHeaders*
type: Method
package: com.microsoft.azure.sdk.iot.service.devicetwin
summary: Sets headers to be used on next HTTP request
syntax:
content: public static void setHeaders(Map<String,String> httpHeaders)
parameters:
- id: httpHeaders
type: java.util.Map<java.lang.String,java.lang.String>
description: non null and non empty custom headers
exceptions:
- type: java.lang.IllegalArgumentException
description: This exception is thrown if headers were null or empty
references:
- uid: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.DeviceOperations*
name: DeviceOperations
nameWithType: DeviceOperations.DeviceOperations
fullName: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.DeviceOperations
package: com.microsoft.azure.sdk.iot.service.devicetwin
- uid: java.io.IOException
spec.java:
- uid: java.io.IOException
name: IOException
fullName: java.io.IOException
- uid: com.microsoft.azure.sdk.iot.service.exceptions.IotHubException
name: IotHubException
nameWithType: IotHubException
fullName: com.microsoft.azure.sdk.iot.service.exceptions.IotHubException
- uid: java.lang.IllegalArgumentException
spec.java:
- uid: java.lang.IllegalArgumentException
name: IllegalArgumentException
fullName: java.lang.IllegalArgumentException
- uid: com.microsoft.azure.sdk.iot.service.IotHubConnectionString
name: IotHubConnectionString
nameWithType: IotHubConnectionString
fullName: com.microsoft.azure.sdk.iot.service.IotHubConnectionString
- uid: java.net.URL
spec.java:
- uid: java.net.URL
name: URL
fullName: java.net.URL
- uid: com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod
name: HttpMethod
nameWithType: HttpMethod
fullName: com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod
- uid: byte[]
spec.java:
- uid: byte
name: byte
fullName: byte
- name: '[]'
fullName: '[]'
- uid: java.lang.String
spec.java:
- uid: java.lang.String
name: String
fullName: java.lang.String
- uid: long
spec.java:
- uid: long
name: long
fullName: long
- uid: com.microsoft.azure.sdk.iot.service.transport.http.HttpResponse
name: HttpResponse
nameWithType: HttpResponse
fullName: com.microsoft.azure.sdk.iot.service.transport.http.HttpResponse
- uid: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.request*
name: request
nameWithType: DeviceOperations.request
fullName: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.request
package: com.microsoft.azure.sdk.iot.service.devicetwin
- uid: java.util.Map<java.lang.String,java.lang.String>
spec.java:
- uid: java.util.Map
name: Map
fullName: java.util.Map
- name: <
fullName: <
- uid: java.lang.String
name: String
fullName: java.lang.String
- name: ','
fullName: ','
- uid: java.lang.String
name: String
fullName: java.lang.String
- name: '>'
fullName: '>'
- uid: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.setHeaders*
name: setHeaders
nameWithType: DeviceOperations.setHeaders
fullName: com.microsoft.azure.sdk.iot.service.devicetwin.DeviceOperations.setHeaders
package: com.microsoft.azure.sdk.iot.service.devicetwin
- uid: java.lang.Object.notify()
name: Object.notify()
nameWithType: Object.notify()
fullName: java.lang.Object.notify()
- uid: java.lang.Object.wait()
name: Object.wait()
nameWithType: Object.wait()
fullName: java.lang.Object.wait()
- uid: java.lang.Object.finalize()
name: Object.finalize()
nameWithType: Object.finalize()
fullName: java.lang.Object.finalize()
- uid: java.lang.Object.clone()
name: Object.clone()
nameWithType: Object.clone()
fullName: java.lang.Object.clone()
- uid: java.lang.Object.notifyAll()
name: Object.notifyAll()
nameWithType: Object.notifyAll()
fullName: java.lang.Object.notifyAll()
- uid: java.lang.Object.equals(java.lang.Object)
name: Object.equals(Object)
nameWithType: Object.equals(Object)
fullName: java.lang.Object.equals(java.lang.Object)
- uid: java.lang.Object.getClass()
name: Object.getClass()
nameWithType: Object.getClass()
fullName: java.lang.Object.getClass()
- uid: java.lang.Object.wait(long)
name: Object.wait(long)
nameWithType: Object.wait(long)
fullName: java.lang.Object.wait(long)
- uid: java.lang.Object.hashCode()
name: Object.hashCode()
nameWithType: Object.hashCode()
fullName: java.lang.Object.hashCode()
- uid: java.lang.Object.wait(long,int)
name: Object.wait(long,int)
nameWithType: Object.wait(long,int)
fullName: java.lang.Object.wait(long,int)
- uid: java.lang.Object.toString()
name: Object.toString()
nameWithType: Object.toString()
fullName: java.lang.Object.toString()
- uid: java.util.Map
name: Map
nameWithType: Map
fullName: java.util.Map
- uid: java.lang.String,java.lang.String
name: String,String
nameWithType: String,String
fullName: java.lang.String,java.lang.String
| 42.883065 | 242 | 0.765867 |
cc9e9c414752a035f6074ac3e85260fe42dd3408 | 287 | yaml | YAML | config/develop/bridgeserver2-https-redirect.yaml | kss39/BridgeServer2-infra | bb6b0e19fc79980796a0a34c5eda3788114fb120 | [
"Apache-2.0"
] | null | null | null | config/develop/bridgeserver2-https-redirect.yaml | kss39/BridgeServer2-infra | bb6b0e19fc79980796a0a34c5eda3788114fb120 | [
"Apache-2.0"
] | null | null | null | config/develop/bridgeserver2-https-redirect.yaml | kss39/BridgeServer2-infra | bb6b0e19fc79980796a0a34c5eda3788114fb120 | [
"Apache-2.0"
] | null | null | null | template_path: bridgeserver2-https-redirect.yaml
stack_name: bridgeserver2-https-redirect-develop
depedencies:
- develop/bridgeserver2.yaml
parameters:
LoadBalancerArn: "arn:aws:elasticloadbalancing:us-east-1:649232250620:loadbalancer/app/awseb-AWSEB-10R081Z8BDQYB/dbd3eb5feb13b1e0"
| 41 | 132 | 0.853659 |
ccc2ee77ca3061f8e7a8b3ac8dca2375d2fa1b0a | 2,567 | yaml | YAML | Documentation/devicetree/bindings/sound/nvidia,tegra-audio-max98090.yaml | Sunrisepeak/Linux2.6-Reading | c25102a494a37f9f30a27ca2cd4a1a412bffc80f | [
"MIT"
] | 44 | 2022-03-16T08:32:31.000Z | 2022-03-31T16:02:35.000Z | Documentation/devicetree/bindings/sound/nvidia,tegra-audio-max98090.yaml | Sunrisepeak/Linux2.6-Reading | c25102a494a37f9f30a27ca2cd4a1a412bffc80f | [
"MIT"
] | 1 | 2022-03-29T02:30:28.000Z | 2022-03-30T03:40:46.000Z | Documentation/devicetree/bindings/sound/nvidia,tegra-audio-max98090.yaml | Sunrisepeak/Linux2.6-Reading | c25102a494a37f9f30a27ca2cd4a1a412bffc80f | [
"MIT"
] | 18 | 2022-03-19T04:41:04.000Z | 2022-03-31T03:32:12.000Z | # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/sound/nvidia,tegra-audio-max98090.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: NVIDIA Tegra audio complex with MAX98090 CODEC
maintainers:
- Jon Hunter <jonathanh@nvidia.com>
- Thierry Reding <thierry.reding@gmail.com>
allOf:
- $ref: nvidia,tegra-audio-common.yaml#
properties:
compatible:
oneOf:
- items:
- pattern: '^[a-z0-9]+,tegra-audio-max98090(-[a-z0-9]+)+$'
- const: nvidia,tegra-audio-max98090
- items:
- enum:
- nvidia,tegra-audio-max98090-nyan-big
- nvidia,tegra-audio-max98090-nyan-blaze
- const: nvidia,tegra-audio-max98090-nyan
- const: nvidia,tegra-audio-max98090
nvidia,audio-routing:
$ref: /schemas/types.yaml#/definitions/non-unique-string-array
description: |
A list of the connections between audio components.
Each entry is a pair of strings, the first being the connection's sink,
the second being the connection's source. Valid names for sources and
sinks are the pins (documented in the binding document),
and the jacks on the board.
minItems: 2
items:
enum:
# Board Connectors
- "Headphones"
- "Speakers"
- "Mic Jack"
- "Int Mic"
# CODEC Pins
- MIC1
- MIC2
- DMICL
- DMICR
- IN1
- IN2
- IN3
- IN4
- IN5
- IN6
- IN12
- IN34
- IN56
- HPL
- HPR
- SPKL
- SPKR
- RCVL
- RCVR
- MICBIAS
required:
- nvidia,i2s-controller
unevaluatedProperties: false
examples:
- |
#include <dt-bindings/clock/tegra124-car.h>
sound {
compatible = "nvidia,tegra-audio-max98090-venice2",
"nvidia,tegra-audio-max98090";
nvidia,model = "NVIDIA Tegra Venice2";
nvidia,audio-routing =
"Headphones", "HPR",
"Headphones", "HPL",
"Speakers", "SPKR",
"Speakers", "SPKL",
"Mic Jack", "MICBIAS",
"IN34", "Mic Jack";
nvidia,i2s-controller = <&tegra_i2s1>;
nvidia,audio-codec = <&acodec>;
clocks = <&tegra_car TEGRA124_CLK_PLL_A>,
<&tegra_car TEGRA124_CLK_PLL_A_OUT0>,
<&tegra_car TEGRA124_CLK_EXTERN1>;
clock-names = "pll_a", "pll_a_out0", "mclk";
};
| 26.193878 | 77 | 0.560577 |
6f2346860a2d386caae65146c438cc1c8f7a5780 | 710 | yml | YAML | .github/workflows/main.yml | WangNingkai/ServerChan-Push | 6be8aedc2a9d7b95a7114a24ae80258095b13b00 | [
"MIT"
] | 29 | 2020-08-11T01:10:02.000Z | 2022-02-27T15:08:49.000Z | .github/workflows/main.yml | edu-hui/ServerChan-Push | 6be8aedc2a9d7b95a7114a24ae80258095b13b00 | [
"MIT"
] | null | null | null | .github/workflows/main.yml | edu-hui/ServerChan-Push | 6be8aedc2a9d7b95a7114a24ae80258095b13b00 | [
"MIT"
] | 25 | 2020-08-12T09:23:02.000Z | 2022-02-07T02:45:46.000Z | name: 'ServerChan Push News'
on:
schedule:
- cron: '0 */6 * * *'
env:
TZ: Asia/Shanghai
jobs:
ServerChan-Push-News:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: 'Set up Python'
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: 'Install dependencies'
run: python -m pip install --upgrade pip
- name: 'Install requirements'
run: pip install -r ./requirements.txt
- name: 'Working'
env:
SECRET: ${{ secrets.SECRET }}
timeout-minutes: 350
run: |
echo SECRET=$SECRET > .env
python main.py
rm -f .env
| 22.1875 | 48 | 0.543662 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.