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
1a9dc853a892481de588f38f7fae7a4ff4e21608
1,007
yml
YAML
config/requirejs.yml
prashaantt/motherandsriaurobindo-data
32565a2a475093a0cb1315384a6135d9a7dc17e7
[ "MIT" ]
null
null
null
config/requirejs.yml
prashaantt/motherandsriaurobindo-data
32565a2a475093a0cb1315384a6135d9a7dc17e7
[ "MIT" ]
null
null
null
config/requirejs.yml
prashaantt/motherandsriaurobindo-data
32565a2a475093a0cb1315384a6135d9a7dc17e7
[ "MIT" ]
null
null
null
paths: 'jquery': 'jquery/dist/jquery' 'jquery-ujs': 'jquery-ujs/src/rails' 'hogan': 'hogan/web/builds/3.0.2/hogan-3.0.2.amd' 'bootstrap': 'bootstrap-sass-official/assets/javascripts/bootstrap' 'bootstrap-growl': 'bootstrap.growl/dist/bootstrap-growl.min' 'jquery-touchswipe': 'jquery-touchswipe/jquery.touchSwipe' 'jquery.color': 'jquery-color/jquery.color' 'bootstrap-contextmenu': 'bootstrap-contextmenu/bootstrap-contextmenu' shim: bootstrap/dropdown: deps: - jquery exports: '$.fn.dropdown' bootstrap/tooltip: deps: - jquery exports: '$.fn.tooltip' bootstrap/collapse: deps: - jquery exports: '$.fn.collapse' bootstrap/transition: deps: - jquery exports: '$.fn.transition' bootstrap/modal: deps: - jquery exports: '$.fn.modal' bootstrap/tab: deps: - jquery exports: '$.fn.tab' jquery-touchswipe: deps: - jquery jquery.color: deps: - jquery bootstrap-growl: deps: - jquery
22.377778
72
0.652433
1af921ef4a502967ca3223919334240c9dd17394
669
yml
YAML
.github/workflows/ci.yml
status-im/nim-ethers
801bf19157fbc32aa8b0efb60de511c99b9d5523
[ "Apache-2.0", "MIT" ]
null
null
null
.github/workflows/ci.yml
status-im/nim-ethers
801bf19157fbc32aa8b0efb60de511c99b9d5523
[ "Apache-2.0", "MIT" ]
1
2022-01-27T23:42:01.000Z
2022-02-03T00:02:23.000Z
.github/workflows/ci.yml
status-im/nim-ethers
801bf19157fbc32aa8b0efb60de511c99b9d5523
[ "Apache-2.0", "MIT" ]
1
2022-01-27T02:14:05.000Z
2022-01-27T02:14:05.000Z
name: CI on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: matrix: nim: [1.2.16, 1.4.8, stable] steps: - name: Checkout uses: actions/checkout@v2 - name: Install Nim uses: iffy/install-nim@v3 with: version: ${{ matrix.nim }} - name: Install NodeJS uses: actions/setup-node@v2 with: node-version: '14' - name: Install test node working-directory: testnode run: npm install - name: Run test node working-directory: testnode run: npm start & - name: Build run: nimble install -y - name: Test run: nimble test -y
20.90625
36
0.571001
1eaee3b3fde7fcbae2dee3089195d34e29fbe3d4
3,370
yml
YAML
docker-compose.yml
laxmanvijay/QDM-QICore-Conversion
c13fb6bddbac435181701b2fcdc15a483838093e
[ "CC0-1.0" ]
null
null
null
docker-compose.yml
laxmanvijay/QDM-QICore-Conversion
c13fb6bddbac435181701b2fcdc15a483838093e
[ "CC0-1.0" ]
null
null
null
docker-compose.yml
laxmanvijay/QDM-QICore-Conversion
c13fb6bddbac435181701b2fcdc15a483838093e
[ "CC0-1.0" ]
null
null
null
version: '3.6' services: hapi-fhir-jpaserver: image: hapiproject/hapi:latest container_name: hapi-fhir-jpaserver restart: on-failure ports: - 6060:8080 extra_hosts: - "host.docker.internal:172.17.0.1" measure-authoring-tool: image: measure-authoring-tool container_name: MeasureAuthoringTool build: context: MeasureAuthoringTool dockerfile: Dockerfile restart: on-failure ports: - 8080:8080 depends_on: - mat-mysql extra_hosts: - "host.docker.internal:172.17.0.1" cql-elm-translation: image: cql-elm-translation container_name: cql-elm-translation build: context: cql-elm-translation dockerfile: Dockerfile environment: FHIR_SERVICES_URL: ${FHIR_SERVICES_URL} CQL_ELM_SWAGGER_URL: ${CQL_ELM_SWAGGER_URL} MAT_API_KEY: ${MAT_API_KEY} LOG_LEVEL: ${LOG_LEVEL} restart: on-failure ports: - 7070:7070 depends_on: - mat-mysql extra_hosts: - "host.docker.internal:172.17.0.1" mapping-services: image: mapping-services container_name: mapping-services build: context: mapping-services dockerfile: Dockerfile environment: GOOGLE_MAT_ATTRIBUTES_URL: ${GOOGLE_MAT_ATTRIBUTES_URL} GOOGLE_QDM_QI_CORE_MAPPING_URL: ${GOOGLE_QDM_QI_CORE_MAPPING_URL} GOOGLE_DATA_TYPES_URL: ${GOOGLE_DATA_TYPES_URL} GOOGLE_REQUIRED_MEASURE_FIELDS_URL: ${GOOGLE_REQUIRED_MEASURE_FIELDS_URL} GOOGLE_RESOURCE_DEFINITION_URL: ${GOOGLE_RESOURCE_DEFINITION_URL} MAPPING_SWAGGER_URL: ${MAPPING_SWAGGER_URL} MAT_API_KEY: ${MAT_API_KEY} LOG_LEVEL: ${LOG_LEVEL} restart: on-failure ports: - 9090:9090 depends_on: - mat-mysql extra_hosts: - "host.docker.internal:172.17.0.1" mat-fhir-services: image: mat-fhir-services container_name: mat-fhir-services build: context: mat-fhir-services dockerfile: Dockerfile args: ENV: ${ENV} environment: JAVA_TOOL_OPTIONS: ${JAVA_TOOL_OPTIONS} VSAC_TICKET_URL_BASE: ${VSAC_TICKET_URL_BASE} VSAC_URL_BASE: ${VSAC_URL_BASE} MAT_DB_URL: ${MAT_DB_URL} MAT_DB_PASS: ${MAT_DB_PASS} MAT_DB_USER: ${MAT_DB_USER} HAPI_FHIR_URL: ${HAPI_FHIR_URL} CQL_CONVERSION_URL: ${CQL_CONVERSION_URL} FHIR_SERVICES_URL: ${FHIR_SERVICES_URL} CODESYSTEM_SHEET_URL: ${CODESYSTEM_SHEET_URL} HAPI_FHIR_URL_PUBLIC: ${HAPI_FHIR_URL_PUBLIC} MAT_FHIR_SWAGGER_URL: ${MAT_FHIR_SWAGGER_URL} MAPPING_SERVICES_URL: ${MAPPING_SERVICES_URL} MAT_API_KEY: ${MAT_API_KEY} LOG_LEVEL: ${LOG_LEVEL} restart: on-failure ports: - 9080:9080 depends_on: - mat-mysql extra_hosts: - "host.docker.internal:172.17.0.1" mat-mysql: image: mat-mysql container_name: mat-mysql build: context: mysql dockerfile: Dockerfile restart: on-failure environment: MYSQL_ROOT_PASSWORD: adminadmin MYSQL_USER: admin MYSQL_PASSWORD: adminadmin MYSQL_ROOT_HOST: "%" MYSQL_DATABASE: MAT_APP_BLANK ports: - 3307:3306 healthcheck: test: mysqladmin ping -h 127.0.0.1 -u $$MYSQL_USER --password=$$MYSQL_PASSWORD volumes: - mysql-data-volume:/var/lib/mysql volumes: mysql-data-volume:
27.398374
84
0.678635
e3a21cf37cad17d6d478741e68c5d574f105d54a
1,314
yml
YAML
docs-ref-autogen/azure-devops-extension-api/ReleaseExpands.yml
kenanlv/azure-devops-docs-sdk-web
75707709c1b437270a403495573c57d47cf6131c
[ "CC-BY-4.0", "MIT" ]
6
2018-11-26T21:12:23.000Z
2022-03-24T10:48:04.000Z
docs-ref-autogen/azure-devops-extension-api/ReleaseExpands.yml
kenanlv/azure-devops-docs-sdk-web
75707709c1b437270a403495573c57d47cf6131c
[ "CC-BY-4.0", "MIT" ]
13
2019-01-25T00:36:31.000Z
2022-03-29T17:12:17.000Z
docs-ref-autogen/azure-devops-extension-api/ReleaseExpands.yml
kenanlv/azure-devops-docs-sdk-web
75707709c1b437270a403495573c57d47cf6131c
[ "CC-BY-4.0", "MIT" ]
5
2019-03-23T16:48:21.000Z
2021-11-05T08:51:03.000Z
### YamlMime:TSEnum name: ReleaseExpands uid: azure-devops-extension-api.ReleaseExpands package: azure-devops-extension-api summary: '' fullName: ReleaseExpands isPreview: false isDeprecated: false fields: - name: None uid: azure-devops-extension-api.ReleaseExpands.None package: azure-devops-extension-api summary: '' numericValue: 0 - name: Environments uid: azure-devops-extension-api.ReleaseExpands.Environments package: azure-devops-extension-api summary: '' numericValue: 2 - name: Artifacts uid: azure-devops-extension-api.ReleaseExpands.Artifacts package: azure-devops-extension-api summary: '' numericValue: 4 - name: Approvals uid: azure-devops-extension-api.ReleaseExpands.Approvals package: azure-devops-extension-api summary: '' numericValue: 8 - name: ManualInterventions uid: azure-devops-extension-api.ReleaseExpands.ManualInterventions package: azure-devops-extension-api summary: '' numericValue: 16 - name: Variables uid: azure-devops-extension-api.ReleaseExpands.Variables package: azure-devops-extension-api summary: '' numericValue: 32 - name: Tags uid: azure-devops-extension-api.ReleaseExpands.Tags package: azure-devops-extension-api summary: '' numericValue: 64
29.2
70
0.731355
91c673fac83cec24a1c58e5389c1d357af5c2865
2,236
yml
YAML
wish_dsl/vog/fatebringer.yml
steveklabnik/thought-leader-wishlist
e944eda667c491d7fefee8e272b7d7872a76abc0
[ "MIT" ]
1
2021-06-14T06:18:34.000Z
2021-06-14T06:18:34.000Z
wish_dsl/vog/fatebringer.yml
steveklabnik/thought-leader-wishlist
e944eda667c491d7fefee8e272b7d7872a76abc0
[ "MIT" ]
null
null
null
wish_dsl/vog/fatebringer.yml
steveklabnik/thought-leader-wishlist
e944eda667c491d7fefee8e272b7d7872a76abc0
[ "MIT" ]
1
2021-06-14T02:18:11.000Z
2021-06-14T02:18:11.000Z
name: Fatebringer item_id: 2171478765 lightgg: https://www.light.gg/db/items/2171478765/fatebringer/ slots: barrels: {t: 9, c: 2} magazines: {t: 7, c: 2} perks1: {t: 6, c: 1} perks2: {t: 6, c: 1} masterworks: {t: 4, c: 1} groups: - name: Fallout summary: > These rolls are based on [Fallout's review](https://www.youtube.com/watch?v=n2bLA3wkBBE). rolls: - &fpve name: PVE Roll - Fallout desc: > "Cut out all the bullcrap, you want Firefly. Make the room go boom and get those GD warmind cells". He also likes Frenzy but has a strong preference for Firefly. barrels: [] magazines: [Extended Mag] perks1: [Rewind Rounds, Explosive Payload, Thresh] perks2: [Firefly] masterworks: [Reload MW, Handling MW] - &fpvenomw name: PVE Roll - Fallout (- Masterworks) desc: > Fallout's PVE roll without masterworks. barrels: [] magazines: [Extended Mag] perks1: [Rewind Rounds, Explosive Payload, Thresh] perks2: [Firefly] masterworks: [] - &fpvp name: PVP Roll - Fallout desc: > "Activate Kill Clip and cut through people with no problem. You know you want to." barrels: [Hammer-Forged Rifling, Smallbore] magazines: [Accurized Rounds] perks1: [Killing Wind, Tunnel Vision, Explosive Payload] perks2: [Kill Clip] masterworks: [Range MW, Handling MW] - &fpvpnomw name: PVP Roll - Fallout desc: > Fallout's PVP roll without masterworks. barrels: [Hammer-Forged Rifling, Smallbore] magazines: [Accurized Rounds] perks1: [Killing Wind, Tunnel Vision, Explosive Payload] perks2: [Kill Clip] masterworks: [] - name: Jarv summary: > These rolls are based on [Jarv's review](https://www.youtube.com/watch?v=hSpiadRhJwM). rolls: - &pve name: PVE Roll - Jarv desc: > Solid perks, in any combination. barrels: [] magazines: [] perks1: [Rewind Rounds, Explosive Payload] perks2: [Frenzy, Firefly] masterworks: []
32.882353
171
0.586762
62435344db9ac2c6cbdc5f5e56abe343d20035c6
1,194
yaml
YAML
build-tools/automation/yaml-templates/use-dot-net.yaml
naricc/xamarin-android
307355f8d9bc9fc49f152e67efafd728c0ec0e2f
[ "MIT" ]
null
null
null
build-tools/automation/yaml-templates/use-dot-net.yaml
naricc/xamarin-android
307355f8d9bc9fc49f152e67efafd728c0ec0e2f
[ "MIT" ]
null
null
null
build-tools/automation/yaml-templates/use-dot-net.yaml
naricc/xamarin-android
307355f8d9bc9fc49f152e67efafd728c0ec0e2f
[ "MIT" ]
null
null
null
# This template enables installing master/nighly builds of .NET 5. # We can eventually switch back to the UseDotNet task. parameters: version: $(DotNetCoreVersion) steps: - powershell: | $ErrorActionPreference = 'Stop' $ProgressPreference = 'SilentlyContinue' Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile dotnet-install.ps1 & .\dotnet-install.ps1 -Version ${{ parameters.version }} -InstallDir "$env:ProgramFiles\dotnet\" -Verbose & dotnet --list-sdks displayName: install .NET Core ${{ parameters.version }} condition: and(succeeded(), eq(variables['agent.os'], 'Windows_NT')) - bash: > DOTNET_ROOT=~/.dotnet/ && PATH="$DOTNET_ROOT:$PATH" && curl -L https://dot.net/v1/dotnet-install.sh > dotnet-install.sh && sh dotnet-install.sh --version ${{ parameters.version }} --install-dir $DOTNET_ROOT --verbose && dotnet --list-sdks && echo "##vso[task.setvariable variable=DOTNET_ROOT]$DOTNET_ROOT" && echo "##vso[task.setvariable variable=PATH]$PATH" displayName: install .NET Core ${{ parameters.version }} condition: and(succeeded(), eq(variables['agent.os'], 'Darwin'))
42.642857
112
0.675042
628b107921d745d674c21d853baae1fd8d3fc781
1,019
yml
YAML
config/install/field.field.node.media_gallery.field_subtitle.yml
quyetthang122/sector-media-gallery
36635e1de924090e1bf9beefa978ee1f5419251d
[ "MIT" ]
null
null
null
config/install/field.field.node.media_gallery.field_subtitle.yml
quyetthang122/sector-media-gallery
36635e1de924090e1bf9beefa978ee1f5419251d
[ "MIT" ]
null
null
null
config/install/field.field.node.media_gallery.field_subtitle.yml
quyetthang122/sector-media-gallery
36635e1de924090e1bf9beefa978ee1f5419251d
[ "MIT" ]
null
null
null
langcode: en status: true dependencies: config: - field.storage.node.field_subtitle - node.type.media_gallery module: - better_formats - text third_party_settings: better_formats: allowed_formats_toggle: 1 allowed_formats: teaser_display_text: teaser_display_text basic_html: 0 restricted_basic_html: 0 full_html: 0 restricted_html: 0 raw_html: 0 default_order_toggle: 0 default_order_wrapper: formats: basic_html: weight: '-10' restricted_basic_html: weight: '-9' full_html: weight: '-8' restricted_html: weight: '-7' teaser_display_text: weight: '-6' raw_html: weight: '0' id: node.media_gallery.field_subtitle field_name: field_subtitle entity_type: node bundle: media_gallery label: Subtitle description: '' required: false translatable: true default_value: { } default_value_callback: '' settings: { } field_type: text_long
21.680851
46
0.658489
ba9911a1c3885b54f6d2474243cc7cf014e3dcef
213
yml
YAML
src/SAS/IRAD/UserInfoBundle/Resources/config/services.yml
sas-irad/penn-gmail
83b746a552157974a7466e166b96b40040ea2f34
[ "MIT" ]
null
null
null
src/SAS/IRAD/UserInfoBundle/Resources/config/services.yml
sas-irad/penn-gmail
83b746a552157974a7466e166b96b40040ea2f34
[ "MIT" ]
null
null
null
src/SAS/IRAD/UserInfoBundle/Resources/config/services.yml
sas-irad/penn-gmail
83b746a552157974a7466e166b96b40040ea2f34
[ "MIT" ]
null
null
null
parameters: # user_info.example.class: SAS\IRAD\UserInfoBundle\Example services: # user_info.example: # class: %user_info.example.class% # arguments: [@service_id, "plain_value", %parameter%]
26.625
61
0.694836
327d3392ec1c5582fbb1d859e3b75a84c4b5fa91
901
yml
YAML
preview/docs-ref-autogen/azure-mgmt-testbase/azure.mgmt.testbase.models.SubscriptionReceiverValue.yml
mbrightcpacket/azure-docs-sdk-python
27c698dbc13d8aa0971a9c68aeb92dbceb56ad44
[ "CC-BY-4.0", "MIT" ]
null
null
null
preview/docs-ref-autogen/azure-mgmt-testbase/azure.mgmt.testbase.models.SubscriptionReceiverValue.yml
mbrightcpacket/azure-docs-sdk-python
27c698dbc13d8aa0971a9c68aeb92dbceb56ad44
[ "CC-BY-4.0", "MIT" ]
null
null
null
preview/docs-ref-autogen/azure-mgmt-testbase/azure.mgmt.testbase.models.SubscriptionReceiverValue.yml
mbrightcpacket/azure-docs-sdk-python
27c698dbc13d8aa0971a9c68aeb92dbceb56ad44
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:PythonClass uid: azure.mgmt.testbase.models.SubscriptionReceiverValue name: SubscriptionReceiverValue fullName: azure.mgmt.testbase.models.SubscriptionReceiverValue module: azure.mgmt.testbase.models inheritances: - msrest.serialization.Model summary: The subscription role receiver value. constructor: syntax: 'SubscriptionReceiverValue(*, subscription_id: Optional[str] = None, subscription_name: Optional[str] = None, role: Optional[str] = None, **kwargs)' parameters: - name: subscription_id description: The subscription id of the notification receiver. isRequired: true types: - <xref:str> - name: subscription_name description: The subscription name of the notification receiver. isRequired: true types: - <xref:str> - name: role description: The role of the notification receiver. isRequired: true types: - <xref:str>
32.178571
97
0.749168
a2f5d8eeb2390ba99a24dbbbf645995ebaf52b9b
42
yml
YAML
.github/FUNDING.yml
dumpvn/CSharpExtensions
2954223f594409f60839aa22a81baa958be00b84
[ "MIT" ]
null
null
null
.github/FUNDING.yml
dumpvn/CSharpExtensions
2954223f594409f60839aa22a81baa958be00b84
[ "MIT" ]
null
null
null
.github/FUNDING.yml
dumpvn/CSharpExtensions
2954223f594409f60839aa22a81baa958be00b84
[ "MIT" ]
null
null
null
custom: https://www.paypal.me/phucnguyenv
21
41
0.785714
6576dd47f0ad86ba117f30e574ee4e80c350bf21
745
yaml
YAML
tools/metadata/geep-metadata.yaml
Barski-lab/workflows-datirium
f21b66e9f49625066bc70304ba0b5ff01fc9d5da
[ "Apache-2.0" ]
10
2018-02-20T13:10:54.000Z
2022-03-04T02:15:56.000Z
tools/metadata/geep-metadata.yaml
Barski-lab/workflows-datirium
f21b66e9f49625066bc70304ba0b5ff01fc9d5da
[ "Apache-2.0" ]
11
2019-03-11T19:14:00.000Z
2021-03-19T15:18:39.000Z
tools/metadata/geep-metadata.yaml
Barski-lab/workflows-datirium
f21b66e9f49625066bc70304ba0b5ff01fc9d5da
[ "Apache-2.0" ]
7
2018-12-10T17:31:24.000Z
2021-11-03T20:23:52.000Z
class: s:SoftwareSourceCode s:name: "geep" s:about: | Program to calculate RPKM values from BAM and annotation files. Results are grouped by isoform and gene names. s:url: https://github.com/Barski-lab/geep/blob/master/README.md s:codeRepository: https://github.com/Barski-lab/geep s:license: - https://opensource.org/licenses/MIT s:targetProduct: class: s:SoftwareApplication s:softwareVersion: "0.0.2" s:applicationCategory: "command line tool" s:programmingLanguage: "C++" s:discussionUrl: - https://github.com/Barski-lab/geep/issues s:creator: - class: s:Organization s:legalName: "Cincinnati Children's Hospital Medical Center" s:member: - class: s:Person s:name: "Michael Kotliar" s:description: "Main author"
25.689655
65
0.744966
59bcfa6e797e4748270859f04bfa606484851d42
876
yaml
YAML
actions/efs_create_mount_target.yaml
grepory/stackstorm-aws
777aa4a58f7d37e16bbcebca0e466ab2d78155e7
[ "Apache-2.0" ]
null
null
null
actions/efs_create_mount_target.yaml
grepory/stackstorm-aws
777aa4a58f7d37e16bbcebca0e466ab2d78155e7
[ "Apache-2.0" ]
null
null
null
actions/efs_create_mount_target.yaml
grepory/stackstorm-aws
777aa4a58f7d37e16bbcebca0e466ab2d78155e7
[ "Apache-2.0" ]
null
null
null
--- description: pack: aws enabled: true entry_point: run.py name: efs_create_mount_target runner_type: python-script parameters: action: default: create_mount_target immutable: true type: string cls: default: efs type: string headers: type: string module_path: default: boto3 immutable: true type: string FileSystemId: type: string description: "ID of the file system for which to create the mount target." required: true SubnetId: type: string description: "ID of the subnet to add the mount target in." required: true IpAddress: type: string description: "Valid IPv4 address within the address range of the specified subnet." SecurityGroups: type: array description: "Up to five VPC security group IDs, of the form sg-xxxxxxxx. These must be for the same VPC as subnet specified."
25.028571
130
0.708904
17b1fb2928d62a4107f1f82974fbaa2ab844986b
47,149
yml
YAML
dashboard/config/locales/short_instructions.sv-SE.yml
Edraak/code-dot-or
414d5a4ffefa1a02ab2406e4da2a894f73f73b11
[ "Apache-2.0" ]
null
null
null
dashboard/config/locales/short_instructions.sv-SE.yml
Edraak/code-dot-or
414d5a4ffefa1a02ab2406e4da2a894f73f73b11
[ "Apache-2.0" ]
null
null
null
dashboard/config/locales/short_instructions.sv-SE.yml
Edraak/code-dot-or
414d5a4ffefa1a02ab2406e4da2a894f73f73b11
[ "Apache-2.0" ]
null
null
null
--- sv-SE: data: short_instructions: 2-3 Artist 12: Placera Upprepa-blocket så att det skapar en cirkel som avslutar ögongloben. Om varje rörelse är en vridning åt höger med en grad, hur många vridningar behöver du för att göra cirkeln komplett? 180? 360? 500? 2-3 Artist 2 new: 'Detta hus har en halvfärdig vägg. Varje sida är 100, men den halvfärdiga väggen är bara 50. Komplettera väggen. ' 2-3 Artist 4: Hjälp mig att göra färdigt huset till katten. 2-3 Artist 9 NEW: Gör färdigt draken 2-3 Artist Free Play: Frispel! Rita vad du vill. 2-3 Artist Loops New 15: Rita något roligt. 2-3 Artist Nested Loops 10: Loopa den här koden 12 gånger för att slutföra mönstret. 2-3 Artist Nested Loops 12: Loopa den här koden 12 gånger för att göra klart lockarna. 2-3 Artist Nested Loops Free Play: Fri lek, rita något häftigt med kapslade slingor. 2-3 Bee Conditionals 9: Samla all nektar från varje blomma. 2-3 Bee Functions 3: Samla all nektar från varje blomma. 2-3 Bee Functions 6: Använd samma funktion för att samla nektar från de tre blommorna. 2-3 Bee Loops 1A: 'Hej, är jag ett bi. Kan du hjälpa mig att samla nektar från blommorna? ' 2-3 Bee Loops 2A: Kan du göra samma uppgift lättare med en loop? 2-3 Bee Loops 3A: Kan du använda en loop för att samla all nektar? 2-3 Maze 1: 'Kan du hjälpa mig att fånga den stygga grisen? Stapla ett par "framåt" block tillsammans och tryck på "Kör". ' 2-3 Maze 10: Led mig till den gröna elakheten! (Se upp för TNT) 2-3 Maze 2: Grisen rufsar min fjädrar. Hjälp mig komma till honom! 2-3 Maze 4: Led mig till den gröna elakheten! (Se upp för TNT) 2-3 Maze 6: Behåll lugnet och hjälpa mig att hitta den elaka grisen. Annars kanske jag blir arg! 2-3 Maze 7: Led mig till den gröna elakheten! (Se upp för TNT) 2-3 Maze 8: Få mig att grisen! 2-3 Maze 9: Led mig till den gröna elakheten! (Se upp för TNT) 2-3 Maze Loops 17: Få mig till Solrosen! 2-3 Maze Loops 20: Kan du lösa pusslet med så få block som möjligt? 2-3 Maze Loops Assessment 1: 'Bedömning: Få mig till Solrosen med bara 5 block! ' 4-5 Artist 3.5: Ok, försök lista ut vad som händer om du kör den här koden (eller tryck på "Kör" för att testa). Upprepa sedan det tillräckligt många gånger för att slutföra bilden. Färgerna kommer (troligen) vara olika varje gång. 4-5 Artist 4: Hur många grader är en cirkel? Upprepa blocken för att skapa en färgcirkel. 4-5 Artist Assessment 1: 'Uppgift: Använd en slinga för att rita den liksidiga triangeln. Varje sida är 300 pixlar.' 4-5 Artist Free Draw 1: Rita själv! Rita någonting du är inspirerad att skapa. 4-5 Artist Patterns 7: Låt oss modifiera koden från senaste pusslet för att göra detta mer komplexa mönster. Lägg märke till hur diamanterna nu överlappar varandra. Prova att ändra det första "bakåthoppet" från 100 till 50 (hälften så långt) - hur långt bör konstnären nu röra sig i det andra "bakåthoppet"? 4-5 Bee Debugging 10: Hitta felen och rätta dem. 4-5 Bee Debugging 11: Räknar denna rätt? 4-5 Bee Debugging 2: Hjälp biet att få nektarn och göra honung. 4-5 Bee Debugging 3: Hitta felen och rätta dem. 4-5 Bee Debugging 4: Dessa block funkar inte. Vad är mönstret? 4-5 Bee Debugging 5: Något är inte rätt här... 4-5 Bee Debugging 7: Funktionen saknar något... 4-5 Bee Debugging 9: Varför gör inte biet tillräckligt med honung? 4-5 Bee Debugging Assessment 1: 'Uppgift: Fixa koden.' 4-5 Bee Nested Loops 1: Använd en slinga för att samla ihop all nektar. 4-5 Bee Nested Loops 5: Samla all nektar genom att skapa en nästlad slinga. 4-5 Maze 1: Kära människa. Jag zombie. Måste... komma... till solros. 4-5 Maze 10: Kan du komma till Solrosen med endast fyra block? 4-5 Maze 11: Kan du komma till solrosen med bara sex block? 4-5 Maze 12: Ok, är detta är lite annorlunda. Kan du göra det med bara sex block? 4-5 Maze 2: Ta zombien till solrosen, men undvik de köttätande växterna! 4-5 Maze 3: Måste... ta mig till... solrosen. 4-5 Maze 5: Kan du lösa pusslet med så få block som möjligt? 4-5 Maze 6: Kan du lösa pusslet med så få block som möjligt? 4-5 Nested Loops 5: Repetera den givna koden för att skapa en väderkvarn. 4-5 Nested Loops 9: Rita tänderna i alligatorns mun! Course 4 Artist Binary 3: Kan du rita detta mönster genom att upprepa en tresiffrig binär sträng? Course 4 Artist Binary 4: Varje binärsträng representerar en rad i denna bild. Kan du arrangera om dem så att ett glatt ansikte ritas istället för ett ledset? Course 4 Artist Binary 5: Vilken 6-siffriga binära sträng upprepad 11 gånger kommer att rita denna bild? Course 4 Artist Binary 6: Vilken är den kortaste binära stäng som du kan upprepa för att rita denna bild? Course 4 Artist Binary 7: Slutför denna bild. Course 4 Artist Binary Free Play 2: 'Fri lek: Här är en tom duk du kan rita på. Ha så roligt!' Course 4 Artist Binary Free Play 2a: "Här är en större duk du kan rita på 16 x 16 pixlar!\\\r\n\\\r\nSe vad som händer när vi börjar bli kreativa med bitar?" Course 4 Artist Binary Free Play 2b: Klicka här för att se ledtrådar. Course 4 Artist Binary pre1: "Binärt är ett sätt att representera information med hjälp av endast två alternativ. Här kommer vi att använda alternativen \"av\" (företrädd av siffran 0) och \"på\" (företrädd av nummer 1). \\\r \\\r vi har försett dig med ett rutnät av \"pixlar\" som du kan gå igenom och göra mönster genom att aktivera bara vissa rutor. Kan du få konstnären att rita \"01010101\" i binärt i första raden?" Course 4 Artist For Loops 6a: Gör tre små ändringar i koden från den sista nivån för att få den här! Course 4 Bee Params 5: Låt oss börja från grunden - kan du skapa en ny funktion som kallas "få 5 nektar" med en riktningsparameter? Course 4 EC 1a: Inga regler. Inga ledtrådar. Bara utmaningen! Course 4 EC 1b: Inga regler. Inga ledtrådar. Bara utmaningen! Course 4 EC 2a: Inga regler. Inga ledtrådar. Bara utmaningen! Course 4 EC 2b: Inga regler. Inga ledtrådar. Bara utmaningen! Course 4 EC 2c: Inga regler. Inga ledtrådar. Bara utmaningen! Course 4 Maze 2: Undvik TNT! Course 4 Maze 3: 'Programmera arga fågeln att gå till grisen. ' Course 4 Maze 5: Kan du lösa pusslet med så få block som möjligt? Course 4 SCFL 1: Lösa detta pussel med minsta möjliga antal block. Course 4 SCFL 2: Lösa detta pussel med minsta möjliga antal block. Course 4 SCFL 3: Kan du lista ut hur du kan återskapa denna ritning? Course 4 SCFL 4: Kan du lista ut hur du kan återskapa denna ritning? Course 4 SCFL 6: Kan du lista ut hur du kan återskapa denna ritning med en enda slinga? Course 4 SCV 1: Klicka här för att se anvisningarna igen. Course 4 SCV 2: Klicka här för att se anvisningarna igen. Course 4 SCV 4: Lös detta pussel med minsta möjliga antal block. Course 4 SCV 5: Lös detta pussel med minsta möjliga antal block. Course 4 SCV 6: Klicka här för att se anvisningarna igen. CourseD_Dance_Party_01: Dra ett ”gör ett nytt”-block till arbetsytan och koppla det i ”setup”-blocket. CourseD_Dance_Party_02: Gör så att älgen startar en ny rörelse efter 4 åtgärder! CourseD_Dance_Party_03: Gör nu så att dansaren startar en ny rörelse efter 6 åtgärder! CourseD_Dance_Party_04: Lägg till en bakgrundseffekt i ditt program. CourseD_Dance_Party_05: Använda ett annat nytt block för att få dansaren att ändra rörelse efter 2 åtgärder. CourseD_Dance_Party_06: Skapa en bakgrundsdansare som kallas ”backup\_dancer1” för att dansa med katten. CourseD_Dance_Party_08: Kan du göra båda bakgrundsdansarna i samma storlek? CourseD_Dance_Party_09: Använd ”ange färgton”-blocket för att ändra en dansares färg. CourseD_Dance_Party_10: Gör så att också de övriga dansarna reagerar på musiken med ”börjar imitera”-blocket. CourseD_Dance_Party_11: "”Knapptryck uppåt”-blocket låter dig köra koden när du trycker på uppåtpilen. Försök att få dansaren att göra en snabb rörelse när du trycker uppåt." CourseD_Dance_Party_11_5: Använd ”bara ankor”-blocken för att göra så att ankorna dansar tillsammans. CourseD_Dance_Party_11b: Gör så att roboten ”faller” en gång när du trycker på högerpilen och ”reser sig” när du trycker på uppåtpilen. Genomför ”fall-ihop-res-upp” så fort du kan! CourseD_Dance_Party_12: Dags att svänga på höfterna! Skapa en egen dans att dela med dina vänner. CourseE_HOC 2018 Level_1: Skaffa en båt från kistan CourseE_HOC 2018 Level_10: Ta dig till ingången av detta havsmonument. CourseE_HOC 2018 Level_11: Bygg en kanal med prismarin inuti havsmonumentet. CourseE_HOC 2018 Level_2: Bege dig till slutet av bryggan. CourseE_HOC 2018 Level_3: Ta dig över det öppna havet till torsken. CourseE_HOC 2018 Level_4: Använd dig av en slinga för att ta dig till delfinen. CourseE_HOC 2018 Level_5: Utforska skeppsvraket för att nå kistan. CourseE_HOC 2018 Level_6: Navigera genom isen för att komma till laxen. CourseE_HOC 2018 Level_7a: Sök igenom dessa undervattensruiner efter en skattkista. CourseE_HOC 2018 Level_9b: Använd korallen som riktmärken för att nå skatten. Crack Random Substitution: Instruktioner Crack a Caesar Cipher: Instruktioner Dance_2019_01: Dra ett ”gör ett nytt”-block till arbetsytan och koppla det i ”setup”-blocket. Dance_2019_02: Få katten att göra ett dansrörelse när du trycker på en tangent. Dance_2019_03: 'Det är dags för en danstävling! Programmera varje dansare så att de rör sig när du trycker på olika tangenter. Välj ett favoritsteg för varje dansare eller ange ”(Random)” och få en överraskning! ' Dance_2019_04: Få din dansare att ta ett nytt danssteg efter den fjärde takten. Dance_2019_05: Gör nu så att dansaren startar en ny rörelse efter 6 åtgärder! Dance_2019_06: Skapa en grupp bakgrundsdansare runt den ledande dansaren i mitten. Dance_2019_07: Ändra storleken på gruppen med bakgrundsdansare. Dance_2019_08: Försök byta nyans på en av dina dansare (eller en hel grupp)! Dance_2019_09: Var kreativ med de nya blocken! Dance_2019_10: Dags att svänga på höfterna! Skapa en egen dans att dela med dina vänner. Dance_Party_01: Dra ett ”gör ett nytt”-block till arbetsytan och koppla det i ”setup”-blocket. Dance_Party_02: Gör så att älgen startar en ny rörelse efter 4 åtgärder! Dance_Party_03: Gör nu så att dansaren startar en ny rörelse efter 6 åtgärder! Dance_Party_04: Lägg till en bakgrundseffekt i ditt program. Dance_Party_05: Använda ett annat nytt block för att få dansaren att ändra rörelse efter 2 åtgärder. Dance_Party_06: Skapa en bakgrundsdansare som kallas ”backup\_dancer1” för att dansa med katten. Dance_Party_08: Kan du göra båda bakgrundsdansarna i samma storlek? Dance_Party_09: Använd ”ange färgton”-blocket för att ändra en dansares färg. Dance_Party_10: Gör så att också de övriga dansarna reagerar på musiken med ”börjar imitera”-blocket. Dance_Party_11: "”Knapptryck uppåt”-blocket låter dig köra koden när du trycker på uppåtpilen. Försök att få dansaren att göra en snabb rörelse när du trycker uppåt." Dance_Party_11_5: Använd ”bara ankor”-blocken för att göra så att ankorna dansar tillsammans. Dance_Party_11b: Gör så att roboten ”faller” en gång när du trycker på högerpilen och ”reser sig” när du trycker på uppåtpilen. Genomför ”fall-ihop-res-upp” så fort du kan! Dance_Party_12: Dags att svänga på höfterna! Skapa en egen dans att dela med dina vänner. Dance_Party_extras_alternate_2019: Fram och tillbaka (klicka på "More" för detaljer) Dance_Party_extras_battle: Dansbesättningar (Klicka på ”Mer” för mer information) Dance_Party_extras_battle_2019: Dansbesättningar (Klicka på ”Mer” för mer information) Dance_Party_extras_every_beat: Kvartalsanteckningar (Klicka på ”Mer” för mer information) Dance_Party_extras_every_beat_2019: Kvartalsanteckningar (Klicka på ”Mer” för mer information) Dance_Party_extras_layout: Låt oss få i Formation! (Klicka på ”Mer” för mer information) Dance_Party_extras_layout_2019: Låt oss få i Formation! (Klicka på ”Mer” för mer information) Dance_Party_extras_mixed_2019: Fler knappar (klicka "more" för detaljer) Dance_Party_extras_on_beat: Bas, Mid och diskant (Klicka på ”Mer” för mer information) Dance_Party_extras_on_beat_2019: Bas, Mid och diskant (Klicka på ”Mer” för mer information) Dance_Party_extras_speed: Snabba upp det, sakta ner det (Klicka på ”Mer” för mer information) Dance_Party_extras_speed_2019: Snabba upp det, sakta ner det (Klicka på ”Mer” för mer information) Dance_Party_extras_visible: Vart gick de? (Klicka på ”Mer” för mer information) Dance_Party_extras_visible_2019: Vart gick de? (Klicka på ”Mer” för mer information) Function intro Ryan: Använd "bygg bro"-funktionen två gånger för att skapa en väg till facklan. Function intro Ryan_2019: Använd "bygg bro"-funktionen två gånger för att skapa en väg till facklan. HOC 2018 Level_1: Skaffa en båt från kistan HOC 2018 Level_10: Ta dig till ingången av detta havsmonument. HOC 2018 Level_11: Bygg en kanal med prismarin inuti havsmonumentet. HOC 2018 Level_12: Designa din egen undervattensmiljö – det är helt upp till dig! HOC 2018 Level_2: Bege dig till slutet av bryggan. HOC 2018 Level_3: Ta dig över det öppna havet till torsken. HOC 2018 Level_4: Använd dig av en slinga för att ta dig till delfinen. HOC 2018 Level_5: Utforska skeppsvraket för att nå kistan. HOC 2018 Level_6: Navigera genom isen för att komma till laxen. HOC 2018 Level_7a: Sök igenom dessa undervattensruiner efter en skattkista. HOC 2018 Level_9b: Använd korallen som riktmärken för att nå skatten. Infinity_catch: Kan du göra så att Elsa ("spelkaraktär 2") kommer till Anna genom att använda piltangenterna? Infinity_finale: Skapa vad du vill och dela det! Infinity_move_collide: Hiro är "spelkaraktär 1". Flytta honom direkt till Baymax och spela upp ett ljud när rör vid varandra. Infinity_move_directions: Baymax är "spelkaraktär 2". Lägg till flyttablock och använd pelarna för att flytta Baymax. Gör så att han rör vid de andra karaktärerna. Infinity_move_right: Hiro är "spelkaraktär 1". Använd flyttablock för att flytta Hiro åt höger för att röra vid Baymax. Infinity_repeat: Använd blocket "upprepa för evigt" för att göra så att Anna flyttar upp och ned 400 pixlar. Infinity_say: Gör så att Anna säger "Hej där." genom att använda säg-blocket. Infinity_shoot: Baymax är "spelkaraktär 2". Gör så att Baymax slänger ett block mot Hiro. Infinity_shoot_directions: Hiro är "spelkaraktär 3". Gör så att Hiro kastar en projektil på var och en av spelkaraktärerna. Vänta en sekund mellan varje kast. Infinity_touch_score: Gör så att Anna får ett poäng när hon rör vid en snöflinga. Klicka sedan på "Kör" och styr henne att röra varje snöflinga en gång. K-1 Artist Loops 1: Rita denna linje genom att flytta österut 4 gånger. K-1 Artist Loops 2: Kan du rita samma linje med hjälp av en slinga? K-1 Artist Loops 3: Kan du upprepa dessa block för att rita 6 linje? K-1 Artist Loops 4: Kan en upprepning hjälpa oss att rita ovansidan av borgen? K-1 Artist Loops 5: Vad kan du upprepa 4 gånger för att rita dessa trappsteg? K-1 Artist Loops 7: Jag du avsluta detta mönster med två slingor? K-1 Artist Loops 8: Denna trappa har längre steg. K-1 Artist Loops 9: 'Uppgift: Använd en slinga för att rita trappstegen' K-1 Artist Loops Free Play: Frispel, rita något kul! K-1 Artist1 1: Rita foten på gubben med en linje K-1 Artist1 2: Rita morrhåren på katten med två linjer! K-1 Artist1 4: Rita linjer upp, över och ned för att färdigställa borgen! K-1 Artist1 5: Rita stjälken på blomman med två linjer! K-1 Artist1 6: Rita färdigt bilden med hopp-block! K-1 Artist1 9: Rita och hoppa för att skapa den streckade linjen K-1 Artist2 1: Rita en fyrkant under triangeln. K-1 Artist2 2: Hoppas och rita en kvadrat vid huset. K-1 Artist2 3: Rita en kvadrat ovanför den andra kvadraten K-1 Artist2 4: Rita en rektangel för att färdigställa bron. K-1 Artist2 5: Rita en rektangel för att färdigställa brostödet K-1 Artist2 6: Rita två kvadrater för att skapa en rektangel! K-1 Artist2 Assessment1: 'Uppgift: Rita en kvadrat vid den andra kvadraten.' K-1 Artist2 Free Draw: Rita vad som helst! K-1 Artist2_7: Rita en rektangel för att ge byrå den översta lådan! K-1 Bee 11: Hämta tre nektarn och gör sedan en honung K-1 Bee 13: Hämta tre nektarn och gör sedan en honung! K-1 Bee 15: Hämta två nektarn för att göra två honungar! K-1 Bee 4: Hämta två nektarn och gör sedan två honungar! K-1 Bee 5: Hämta tre nektarn och gör sedan tre honungar! K-1 Bee 6: Hämta två nektarn och gör sedan två honungar! K-1 Bee 7: Hämta tre nektarn och gör sedan två honungar! K-1 Bee 9: Hämta två nektarn och gör sedan två honungar! K-1 Bee Loops 1: Hämta nektarn för att tillverka honung! K-1 Bee Loops 10: Använd upprepningar för att hämta nektarn, honungen och för att flytta! K-1 Bee Loops 11: 'Uppgift: Använd upprepningar för att hämta nektarn och honungen!' K-1 Bee Loops 12: 'Uppgift: Använd upprepningar för att hämta nektarn, honungen och för att flytta!' K-1 Bee Loops 5: Använd loopar för att få nektar och honung! K-1 Maze 10: 'Gå runt TNT att få mig till grisen! ' K-1 Maze 2: Flytta mig åt öster för att få mig till grisen! K-1 Maze 3: Flytta mig söderut för att få mig att grisen! K-1 Maze 4: Flytta mig norrut för att få mig till grisen! K-1 Maze 5: Flytta mig åt öster för att få mig till grisen! K-1 Maze 6: Flytta en väg, sedan en annan att få mig att grisen! K-1 Maze 7: Flytta en väg, sedan en annan att få mig att grisen! K-1 Maze 8: Flytta en väg, sedan en annan att få mig att grisen! K-1 Maze 9: Flytta en väg, sedan en annan att få mig att grisen! K-1 Maze Loops 1: Få mig att grisen! K-1 Maze Loops 2: Använda upprepa blocket för att få mig att komma till grisen! K-1 artist 1 level 9: Rita detta med tre linjer K-1 maze debug 1: Ändra koden för att få mig till grisen! MC HOC 2016 Level 10: Det är dags att göra ditt eget Minecraft! Skapa varelser och få dem att göra det du vill. Ha det så kul! MC HOC 2016 Level 2-2: |- Kycklingen har fastnat. Placera `move` och `turn` block i blocket `when spawned`(när skapad) för att få dem att röra på sig. MC HOC 2016 Level 3: "Utmärkt, kycklingen är flyttad! Men sen fastnade den.\nI spel springer kycklingar hela tiden. Använd en `forever do` loop för att få kycklingarna att röra på sig.\\\r" MC HOC 2016 Level 4: Kycklingarna ser nu konstiga ut när alla flyttar sig på samma sätt. Spel använder slumpmässiga rörelser för att göra saker som ser ut som på riktigt. Gör så att kycklingarna vänder sig slumpmässigt ('turn random'. MC HOC 2016 Level 5: Dessa kor har gått vilse! Led dem till gräset med blocket 'move a step toward' ('flytta ett steg mot') i en 'forever do' loop. MC HOC 2016 Level 6: Nu göra du zombies. Använd 'spawn' blocket för att skapa 3 zombies när det blir natt. Få dem att flytta sig mot dig. Låt dem överleva tills morgonen kommer. MC HOC 2016 Level 8: Stigen till dina får är blockerad av en stenmur. Som tur är finns en Creeper här. Creepers exploderar när du har rört vid dem. Låt en Creeper spränga muren så att du kan komma till dina får! MC HOC 2016 New Drop: I Minecraft tappar får ull. Placera 'drop' (tappa) i blocket 'when used' (vid användning), fortsätt och låt fåren tappa en sak. MC HOC 2016 New Spawn: Nu kan du fylla världen med vad du vill! Placera ett 'spawn' block inuti 'when run' blocket för att skapa saker när spelet startar. MC HOC 2016 New Walk: Låt oss utforska vår värld! Flytta med pilarna, och tryck på mellanslagstangenten eller klicka på spelplanen för att använda objekt. Använd dörren för att komma in i huset. MC HOC 2016 SCORE LEVEL: Vissa spel summerar dina poäng. Spela tagg med dessa järn Golems och använd blocket 'add 1 to score' (Lägg 1 till Poäng) för att ge dig själv en poäng när du taggar dem. Nå fem Poäng för att vinna! MC HOC 2016 Village Test: Åh nej! Zombies har fångat dig inomhus! Koda Iron Golem för att jaga och attackera zombies! MC_HOC_2017_01_RETRY: 'Ta agenten till tryckplattan, tryck sedan på "Kör" och använd piltangenterna för att styra spelaren ut ur huset och ta kistan. ' MC_HOC_2017_01_RETRY_2019: 'Ta agenten till tryckplattan, tryck sedan på "Kör" och använd piltangenterna för att styra spelaren ut ur huset och ta kistan. ' MC_HOC_2017_02_Cole: 'Flytta agenten till tryckplattan så att {currentPlayerName} kan ta sig till kartan. ' MC_HOC_2017_02_Cole_2019: 'Flytta agenten till tryckplattan så att {currentPlayerName} kan ta sig till kartan. ' MC_HOC_2017_03_Cole: 'Koda agenten att öppna grinden. ' MC_HOC_2017_03_Cole_2019: 'Koda agenten att öppna grinden. ' MC_HOC_2017_04POINT5_RYAN: Ta agenten till tryckplattan. MC_HOC_2017_04POINT5_RYAN_2019: Ta agenten till tryckplattan. MC_HOC_2017_04_Cole: Ta agenten till tryckplattan. MC_HOC_2017_04_Cole_2019: Ta agenten till tryckplattan. MC_HOC_2017_05_Cole: Ta spelaren till spaden. MC_HOC_2017_05_Cole_2019: Ta spelaren till spaden. MC_HOC_2017_06_Cole: Fixa koden för att få agenten att bygga en bro över floden. MC_HOC_2017_06_Cole_2019: Fixa koden för att få agenten att bygga en bro över floden. MC_HOC_2017_07_Cole: Förstör isen och ta {currentPlayerName} till gruvvagnen. MC_HOC_2017_07_Cole_2019: Förstör isen och ta {currentPlayerName} till gruvvagnen. MC_HOC_2017_10_RETRY: Skapa en funktion som hjälper dig bygga gruvvagnen. MC_HOC_2017_10_RETRY_2019: Skapa en funktion som hjälper dig bygga gruvvagnen. MC_HOC_2017_Ali: Använd funktionerna för att ta dig över lavan. MC_HOC_2017_Ali_2019: Använd funktionerna för att ta dig över lavan. MC_HOC_2017_FP20x20: "**Spela fritt:** Dags att utforska på egen hand!" MC_HOC_2017_FP20x20_2019: "**Spela fritt:** Dags att utforska på egen hand!" NEW Course 4 Artist Functions 14: 'Fri spel tid! ' NEW Course 4 Artist Params 9: 'Klicka på "Redigera" för att fylla i funktionsdefinitionen för "Rita en kvadrat" och lägga till en parameter. Den bör ta en längdparameter, precis som triangeln. Den här gången ska du rita 3 rutor: 25, 50 och 75 pixel i längd, var och en är 100 pixlar isär.' NEW Course 4 Bee For Loops 1: Använd en loop (upprepa) för att samla nektar från varje blomma. NEW Course 4 Bee For Loops 8: "Du kan detta! Vad bör din ökning vara för att samla 3, 6, 9, 12, 15 nektar? \\\r Ledtråd: Vad behöver du lägga till varje nummer för att få numret efter det?" New Gumball Project: Skapa vad du vill och dela det! New Ice Age Project: Skapa vad du vill och dela det! New Infinity Project: Skapa vad du vill och dela det! New Minecraft Hero Project: "**Spela fritt:** Dags att utforska på egen hand!" Overworld Avoid Monsters: Att springa på en smygare är en dålig idé. Gå försiktigt förbi smygarna och nå tryggheten i ditt hem. Overworld Avoid Monsters_2019: Att springa på en smygare är en dålig idé. Gå försiktigt förbi smygarna och nå tryggheten i ditt hem. Overworld Chop Tree: Trä är en viktig resurs. Mycket kan tillverkas av det. Gå till trädet och använd kommandot "förstör block" för att hugga ned det. Overworld Chop Tree_2019: Trä är en viktig resurs. Mycket kan tillverkas av det. Gå till trädet och använd kommandot "förstör block" för att hugga ned det. Overworld Chop Trees: Vi måste bygga ett hus innan solen går ned. Hus kräver mycket träd. Hugg ned alla 3 träd. Overworld Chop Trees_2019: Vi måste bygga ett hus innan solen går ned. Hus kräver mycket träd. Hugg ned alla 3 träd. Overworld Free Play 20x20: Grattis! Du har klarat alla pussel! Bryt, bygg och skapa något unikt med allt du har lärt dig hittills. Overworld Free Play 20x20_2019: Grattis! Du har klarat alla pussel! Bryt, bygg och skapa något unikt med allt du har lärt dig hittills. Overworld House Frame Chosen: Bygg resten av ditt hus med valfritt material. Kommandot "Upprepa" kommer bra till hands. Overworld House Frame Chosen_2019: Bygg resten av ditt hus med valfritt material. Kommandot "Upprepa" kommer bra till hands. Overworld Move to Sheep: Lägg till ett till "gå framåt"-kommando för att komma till fåret. Overworld Move to Sheep_2019: Lägg till ett till "gå framåt"-kommando för att komma till fåret. Overworld Place Wall: Varje hus börjar med en vägg. Bygg den första delen av ditt hus genom att lägga "placera"- och "gå framåt"-kommandona i upprepningsloopen. Overworld Place Wall_2019: Varje hus börjar med en vägg. Bygg den första delen av ditt hus genom att lägga "placera"- och "gå framåt"-kommandona i upprepningsloopen. Overworld Plant Crops: Det är bra att planera framåt. Plantera grödor på båda sidor om vattnet så att du inte blir hungrig längre fram. Overworld Plant Crops_2019: Det är bra att planera framåt. Plantera grödor på båda sidor om vattnet så att du inte blir hungrig längre fram. Overworld Powered Minecart: Bra jobbat! Du har samlat många resurser och byggt ett blygsamt hem. Nu kan du lägga räls från kartans kant till din ytterdörr. Overworld Powered Minecart_2019: Bra jobbat! Du har samlat många resurser och byggt ett blygsamt hem. Nu kan du lägga räls från kartans kant till din ytterdörr. Overworld Shear Sheep: Dags för fårklippning! Använd kommandot "klipp" för att samla ull från båda får. Overworld Shear Sheep_2019: Dags för fårklippning! Använd kommandot "klipp" för att samla ull från båda får. Standalone_Artist_1: Välkommen till Artisten! Först och främst, låt oss försöka göra en enkel kvadrat med 'sväng höger'-blocket och 'gå framåt'-blocket. Varje sida ska vara 100 pixlar lång. Standalone_Artist_2: Rita denna diamant med 120 och 60 graders vinklar och 150 pixlar långa sidor. Standalone_Artist_3: Kan du rita denna hexagon med 100 pixlar långa sidor och 60 graders vinklar? Standalone_Artist_4: Nu har du fått ett nytt block att leka med, upprepa. Den upprepar en uppsättning kommandon. Vad händer om du upprepar dessa kommandon 6 gånger? Standalone_Artist_5: Hur många gånger behöver du upprepa denna diamant för att rita en blomma? Standalone_Artist_5.5: 'Lägg märke till hur vi förenklat diamant-koden genom att köra den i ett upprepa-block. Du kan upprepa hela sekvensen 12 gånger för att rita blomman. Tips: Du måste svänga 30 grader efter din diamant-loop så att du inte ritar över samma diamant.' Standalone_Artist_6: 'Upprepa den här hexagon-koden 6 gånger för att skapa dess utseende. Hur många grader måste du svänga varje gång? Tips: dividera antalet grader i en cirkel med antalet gånger du upprepar.' Standalone_Artist_7: 'En funktion är ett annat programmerings- verktyg som hjälper dig att undvika att upprepa dig själv. Denna funktion ritar en blomma, så du kan använda den varje gång du vill rita en blomma. Använd detta och det nya hoppa-blocket för att rita dessa blommor. Tips: Blommorna är 150 pixlar från varandra' Standalone_Artist_8: Här är en funktion som kallas "Rita en form" som vi har programmerat till att rita hexagoner. Kör koden för att se vad den gör och experimentera med funktionen för att se vad som händer. Kan du göra så att denna funktion ritar ett mönster av kvadrater, trianglar eller oktagoner? Standalone_Artist_9: Gå vidare nu och rita vilken bild du vill! Du har även en tom funktion som du kan göra vad du vill med! Underground Avoiding Lava: Lava döljer sig under några av de här blocken, och du måste täcka den innan du kan gå framåt. Ett "om"-kommando blir praktiskt här. Lägg till ett "gå framåt"-kommando på rätt plats för att bryta de här blocken. Underground Avoiding Lava_2019: Lava döljer sig under några av de här blocken, och du måste täcka den innan du kan gå framåt. Ett "om"-kommando blir praktiskt här. Lägg till ett "gå framåt"-kommando på rätt plats för att bryta de här blocken. Underground If Statements: Nu blir det svårare. Bryt 3 eldstenar utan att ramla ned i lavan. Använd ett "om"-kommando för att lägga kullersten över lava du hittar. Underground If Statements_2019: Nu blir det svårare. Bryt 3 eldstenar utan att ramla ned i lavan. Använd ett "om"-kommando för att lägga kullersten över lava du hittar. Underground Iron: Det är ingen bra idé att gå in i lava. Placera kullersten för att skapa en bro och bryt minst två av järnblocken. Underground Iron_2019: Det är ingen bra idé att gå in i lava. Placera kullersten för att skapa en bro och bryt minst två av järnblocken. Underground Mining Coal: Du hittar mer värdefulla resurser under marken, men det är mörkt där. Placera minst 2 facklor och bryt minst 2 kol. Underground Mining Coal_2019: Du hittar mer värdefulla resurser under marken, men det är mörkt där. Placera minst 2 facklor och bryt minst 2 kol. bounce_1: Lägg till ett block till den "när vänster pile" blocket och tryck på "Kör". Flytta paddeln med vänsterpilen för att nå målet. bounce_10: Det finns ett nytt mål längst upp.Lägg till "poäng" och "poäng motståndare" blocken till "när bollen i mål" och "när bollen missar paddel" blocken för att göra ett spel. Se hur många poäng du kan få innan dina motståndare får två poäng. bounce_11: Nu kan du koppla block till "när kör"block. Du måste lägga till det nya "starta ny boll" blocket på mer än ett ställe. Prova också att ändra scenen eller hastigheten på paddeln och bollen och se hur många poäng du kan få innan din motståndare får två poäng. bounce_12: Skapa ditt eget Studsa Spel. Du kan ändra alla bilder och regler. När du är klar, klicka på Slutför för att låta dina vänner prova ditt spel på sina telefoner. bounce_2: Lägg till ett block till "när höger pil" och "när vänster pilen" blocken. Flytta paddeln för att nå båda slutmålen. bounce_3: Prova nu något liknande med blocket "när pil upp". Flytta paddeln till slutmålet längst upp. bounce_4: Den här gången måste du lägga till fyra block. Flytta paddeln för att alla fyra slutmålen för att slutföra detta pussel. bounce_5: Vi kommer att skicka en flygande ner mot paddeln. Lägg till ett block till "när bollen träffar paddel" blocket att säkerställa att bollen når slutmålet. bounce_6: Nu är slutmålet längst upp. Du måste koppla block till båda "när bollen träffar" blocken för att lösa detta pussel. bounce_7: Lägg till block till vart och ett av "när" blocken. Studsa bollen tills det träffar slutmålet. course4_artist_fwp_challenge1: Prova att köra det här programmet och göra ändringar under tiden för att se vad som händer. Kan du lista ut hur det fungerar? (Eller ta bort det och ersätt det med någonting totalt annorlunda) courseA_maze_seq12: 'Fånga den där grisen! ' courseA_maze_seq12_2018: 'Fånga den där grisen! ' courseA_maze_seq12_2019: 'Fånga den där grisen! ' courseA_maze_seq2: Ändra koden för att få mig till grisen! courseB_maze_seq10_2018: Fixa buggarna för att hjälpa Scrat att ta sig till ekollonet. courseB_maze_seq10_2019: Fixa buggarna för att hjälpa Scrat att ta sig till ekollonet. courseC_PlayLab_events3: Kan du skriva ett program som får hunden Jorge (actor 2) att gå mot katten Olive? courseC_PlayLab_events3_2018: Kan du skriva ett program som får hunden Jorge (actor 2) att gå mot katten Olive? courseC_PlayLab_events3_2019: Kan du skriva ett program som får hunden Jorge (actor 2) att gå mot katten Olive? courseC_artist_prog5: 'Huset behöver ett tak! Rita en triangel. Tips: alla tre sidor är lika långa.' courseC_artist_prog5_2018: 'Huset behöver ett tak! Rita en triangel. Tips: alla tre sidor är lika långa.' courseC_artist_prog5_2019: 'Huset behöver ett tak! Rita en triangel. Tips: alla tre sidor är lika långa.' courseC_maze_debugging1: Fixa koden för att hjälpa Scrat att ta sig till ekollonet. courseC_maze_debugging1_2018: Fixa koden för att hjälpa Scrat att ta sig till ekollonet. courseC_maze_debugging1_2019: Fixa koden för att hjälpa Scrat att ta sig till ekollonet. courseD_artist_binary1: "Binärt är ett sätt att representera information med hjälp av endast två alternativ. Här kommer vi att använda alternativen \"av\" (företrädd av siffran 0) och \"på\" (företrädd av nummer 1). \\\r \\\r vi har försett dig med ett rutnät av \"pixlar\" som du kan gå igenom och göra mönster genom att aktivera bara vissa rutor. Kan du få konstnären att rita \"01010101\" i binärt i första raden?" courseD_artist_binary1_2018: "Binärt är ett sätt att representera information med hjälp av endast två alternativ. Här kommer vi att använda alternativen \"av\" (företrädd av siffran 0) och \"på\" (företrädd av nummer 1). \\\r \\\r vi har försett dig med ett rutnät av \"pixlar\" som du kan gå igenom och göra mönster genom att aktivera bara vissa rutor. Kan du få konstnären att rita \"01010101\" i binärt i första raden?" courseD_artist_binary1_2019: "Binärt är ett sätt att representera information med hjälp av endast två alternativ. Här kommer vi att använda alternativen \"av\" (företrädd av siffran 0) och \"på\" (företrädd av nummer 1). \\\r \\\r vi har försett dig med ett rutnät av \"pixlar\" som du kan gå igenom och göra mönster genom att aktivera bara vissa rutor. Kan du få konstnären att rita \"01010101\" i binärt i första raden?" courseD_artist_binary4: Kan du rita detta mönster genom att upprepa en tresiffrig binär sträng? courseD_artist_binary4_2018: Kan du rita detta mönster genom att upprepa en tresiffrig binär sträng? courseD_artist_binary4_2019: Kan du rita detta mönster genom att upprepa en tresiffrig binär sträng? courseD_artist_binary6: Vilken 6-siffriga binära sträng upprepad 11 gånger kommer att rita denna bild? courseD_artist_binary6_2018: Vilken 6-siffriga binära sträng upprepad 11 gånger kommer att rita denna bild? courseD_artist_binary6_2019: Vilken 6-siffriga binära sträng upprepad 11 gånger kommer att rita denna bild? courseD_artist_binary7: Vilken är den kortaste binära stäng som du kan upprepa för att rita denna bild? courseD_artist_binary7_2018: Vilken är den kortaste binära stäng som du kan upprepa för att rita denna bild? courseD_artist_binary7_2019: Vilken är den kortaste binära stäng som du kan upprepa för att rita denna bild? courseD_autorun_binary4_2019: Kan du rita detta mönster genom att upprepa en tresiffrig binär sträng? courseD_autorun_binary6_2019: Vilken 6-siffriga binära sträng upprepad 11 gånger kommer att rita denna bild? courseD_autorun_binary7_2019: Vilken är den kortaste binära stäng som du kan upprepa för att rita denna bild? courseD_bee_nestedLoops8: 'Samla all nektar från varje blomma och gör honung vid varje bivaxkaka. Använd en nästlad loop. ' courseD_bee_nestedLoops8_2018: 'Samla all nektar från varje blomma och gör honung vid varje bivaxkaka. Använd en nästlad loop. ' courseD_bee_nestedLoops8_2019: 'Samla all nektar från varje blomma och gör honung vid varje bivaxkaka. Använd en nästlad loop. ' courseD_maze_nestedLoops4: Få mig till Solrosen! courseD_maze_nestedLoops4_2018: Få mig till Solrosen! courseD_maze_nestedLoops4_2019: Få mig till Solrosen! courseD_maze_nestedLoops6: Få mig till Solrosen! courseD_maze_nestedLoops6_2018: Få mig till Solrosen! courseD_maze_nestedLoops6_2019: Få mig till Solrosen! courseE_artist_functions1: 'Hej. Jag zombie-konstnär. Mig älskar teckning! Hjälp mig att rita de kvadratiska glasögonen. Tips: bron mellan glasen är 25 pixlar kortare än längden på kvadraten.' courseE_artist_functions1_copy: 'Hej. Jag zombie-konstnär. Mig älskar teckning! Hjälp mig att rita de kvadratiska glasögonen. Tips: bron mellan glasen är 25 pixlar kortare än längden på kvadraten.' courseE_bee_concept1: 'Samla nektar från alla blommor. Använd en nästlad lopp. ' courseE_bee_concept1_2018: 'Samla nektar från alla blommor. Använd en nästlad lopp. ' courseE_bee_functions1: Samla all nektar från varje blomma. courseE_bee_functions3: Funktioner är block av kod som utför en uppgift. Använd funktionen "få 5" för att få 5 nektar i taget. Se till att använda en loop för att få ett perfekt antal block också. courseE_bee_functions4: Funktionen "flytta och få nektar" vänder biet, samlar nektar, och vänder sedan tillbaka biet till där det började. Använd funktionen för att samla all nektar. courseF_artist_for7: Gör tre små ändringar i koden från den sista nivån för att få den här! courseF_artist_for7_2018: Gör tre små ändringar i koden från den sista nivån för att få den här! courseF_artist_for7_2019: Gör tre små ändringar i koden från den sista nivån för att få den här! courseF_artist_for_challenge1: Kan du lista ut hur du kan återskapa denna ritning? courseF_artist_for_challenge1_2018: Kan du lista ut hur du kan återskapa denna ritning? courseF_artist_for_challenge1_2019: Kan du lista ut hur du kan återskapa denna ritning? courseF_artist_for_challenge2: Kan du lista ut hur du kan återskapa denna ritning med en enda slinga? courseF_artist_for_challenge2_2018: Kan du lista ut hur du kan återskapa denna ritning med en enda slinga? courseF_artist_for_challenge2_2019: Kan du lista ut hur du kan återskapa denna ritning med en enda slinga? courseF_bee_for8: "Du kan detta! Vad bör din ökning vara för att samla 3, 6, 9, 12, 15 nektar? \\\r Ledtråd: Vad behöver du lägga till varje nummer för att få numret efter det?" courseF_bee_for8_2018: "Du kan detta! Vad bör din ökning vara för att samla 3, 6, 9, 12, 15 nektar? \\\r Ledtråd: Vad behöver du lägga till varje nummer för att få numret efter det?" courseF_bee_for8_2019: "Du kan detta! Vad bör din ökning vara för att samla 3, 6, 9, 12, 15 nektar? \\\r Ledtråd: Vad behöver du lägga till varje nummer för att få numret efter det?" courseF_bee_for_challenge2: Lösa detta pussel med minsta möjliga antal block. courseF_bee_for_challenge2_2018: Lösa detta pussel med minsta möjliga antal block. courseF_bee_for_challenge2_2019: Lösa detta pussel med minsta möjliga antal block. courseF_bee_functions4: Funktionen "flytta och få nektar" vänder biet, samlar nektar, och vänder sedan tillbaka biet till där det började. Använd funktionen för att samla all nektar. flappy_1: Lägg till ett block på "när klicka" blocket och tryck på "Kör". Klicka eller tappa på skärmen för att flytta Flappy till målet. flappy_11: Skapa ditt eget Flappy spel. Du kan ändra all grafik och alla regler, även gravitationen. När du är klar, klicka på Slutför för att låta vänner prova ditt spel på sina telefoner. flappy_2: Nu har vi lagt till lite mark. Lägg till block till "när slog i marken" blocket. Koden måste säga "Avsluta spelet" när Flappy kraschar. flappy_3: '"När kör" blocket gör så att kod körs när spelet startar. Prova att ändra hastighet på nivån och flaxa till målet.' flappy_4: Flappy kommer att flyga genom hindren såvida du inte skriver kod så att han kraschar. Lägg till ett block till "när träffar ett hinder"blocket. Koden måste "Avsluta spelet" när Flappy kraschar in i den första uppsättningen rör. flappy_5: Låt oss lägga en resultattavla, och räkna poäng när Flappy flyger förbi ett hinder. Lägg till det till blocket "när passerar ett hinder", och ge sedan poäng när Flappy flaxar genom den första uppsättningen rör. flappy_6: Se om du fortfarande kan få poäng om du låter Flappy flaxa mer eller mindre. flappy_7: Prova nu att ändra scenen genom att fästa ett annat block till "när kör"blocket. flappy_8: Du kan ange grafik när som helst, inte bara när spelet startar. Prova att ange en 'slumpmässig scen' när andra händelser inträffar, exempelvis när Flappy passerar ett hinder. flappy_9: För att blanda ihop saker, i stället för att spelet slutar när du slår i ett hinder så prova att sätta tillbaks poänginställningen till 0. frozen circle: En cirkel är speciell. Kan du lista ut vad för siffra som ska användas istället för frågetecken för att rita en cirkel? frozen circle function: Använd det nya blocket "Skapa en cirkel" för att skapa 10 överlappande cirklar. Glöm inte att hoppa fram mellan cirklarna. frozen circle function in circle: Låt oss nu skapa 20 överlappande cirklar. Vrid 18 grader mellan varje cirkel. frozen circle function with parameter: Här är ett "Skapa cirkel"-block som kan skapa cirklar av olika storlekar. Kan du använda den för att skapa en liten cirkel med storleken 5 och en stor cirkel med storleken 10? frozen cross: Använd blocket "Upprepa" för att skapa ett plustecken. Har du märkt att Elsa kan gå både framåt och bakåt? frozen cross rotate: Prova nu att upprepa det 10 gånger. Hur många grader behöver du svänga mellan varje linje? frozen cross rotate dense: 'Låt oss upprepa det 90 gånger! Hur många gånger går 90 på 360? Tips: Det är en riktigt låg siffra.' frozen diamond: Använd en upprepning runt dessa block för att skapa ett parallellogram. Det är precis som en rektangel men har olika vinklar. Den här har vinklarna 60 grader och 120 graders istället för endast 90 graders vinkel. frozen diamond mini snowflake: Visste du att varenda snöflinga har en helt unik form? Låt oss skapa en ny snöflinga genom att använda "Upprepa"-blocket och göra ett parallellogram 4 gånger, och svänga höger 90 grader mellan varje parallellogram. frozen diamond snowflake: Nu provar vi att skapa en ny snöflinga genom att använda upprepa blocket för att göra 10 parallellogram och svänga höger med 36 grader mellan varje. frozen freeplay: Du har officiellt blivit en mästare! Skapa ett vinterlandskap. frozen line: Hej! Jag är Elsa av Arendal. Hjälp mig göra en rak linje. frozen perpendicular: Nu ska vi se om vi kan göra två linjer i 90 graders vinkel mot varandra. Du kommer att behöva använda blocken "Sväng" och "Gå". frozen snowflake branch: Prova att använda blocket "skapa en snöflinge-gren" för att skapa tre grenar, som blir början på en snöflinga. frozen snowflake full: Prova nu att upprepa det 8 gånger, så att det blir en vacker snöflinga! frozen snowflower: Enkla former kan kombineras och bli avancerade snömönster. Kan du gör ett mönster genom att upprepa 5 cirklar med storlek 5 och 5 cirklar med storlek 10? frozen square iterative: Vi verkar vara halvvägs med att göra en kvadrat. Låt oss sätta ihop 4 linjer så att det blir en kvadrat. frozen square loop: Hej, heter jag Anna av Arendal! Låt oss göra en kvadrat med blocket "Upprepa" för att använda färre block. Hur många gånger (???) bör "Upprepa"-blocket upprepa blocken inom sig för att göra en kvadrat? frozen square loop 3x: Låt oss göra tre kvadrater, och svänga efter varje kvadrat. Se till att svänga 120 grader före varje ny kvadrat. frozen square snowflake: Kan du skapa en snöflinga med "Upprepa"-blocket för att göra en fyrkant 10 gånger, och "Vända"-blocket för att vända 36 grader mellan varje fyrkant? grade5_artist_binary11: 'Fri lek: Här är en tom duk du kan rita på. Ha så roligt!' grade5_artist_binary4: Kan du rita detta mönster genom att upprepa en tresiffrig binär sträng? grade5_artist_binary5: Varje binärsträng representerar en rad i denna bild. Kan du arrangera om dem så att ett glatt ansikte ritas istället för ett ledset? grade5_artist_binary8: Slutför denna bild. grade5_artist_binary9: "Här är en större duk du kan rita på 16 x 16 pixlar!\\\r\n\\\r\nSe vad som händer när vi börjar bli kreativa med bitar?" k-1 maze 1: Kan du göra så att jag flyttar västerut till grisen?
67.163818
96
0.712613
aa306424992cce3e280a4602a42582ec4ca41cc3
14,632
yml
YAML
testdata/nodejs-hang/obj/api/protos.google.longrunning.listoperationsresponse.yml
dazuma/doc-templates
813f4445714b4140fc7fcebe0b92dc60dde24cd2
[ "Apache-2.0" ]
17
2020-05-08T07:19:19.000Z
2022-03-23T10:39:55.000Z
testdata/nodejs-hang/obj/api/protos.google.longrunning.listoperationsresponse.yml
dazuma/doc-templates
813f4445714b4140fc7fcebe0b92dc60dde24cd2
[ "Apache-2.0" ]
104
2020-05-29T08:41:28.000Z
2022-03-29T09:22:40.000Z
testdata/nodejs-hang/obj/api/protos.google.longrunning.listoperationsresponse.yml
dazuma/doc-templates
813f4445714b4140fc7fcebe0b92dc60dde24cd2
[ "Apache-2.0" ]
9
2020-05-15T07:48:58.000Z
2021-11-12T23:49:04.000Z
### YamlMime:UniversalReference items: - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse:class' summary: Represents a ListOperationsResponse. name: protos.google.longrunning.ListOperationsResponse fullName: protos.google.longrunning.ListOperationsResponse langs: - typeScript type: class implements: - '@google-cloud/dialogflow!google.longrunning.IListOperationsResponse:interface' package: '@google-cloud/dialogflow!' children: - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse:constructor(1)' - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.create:member(1)' - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.decode:member(1)' - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.decodeDelimited:member(1)' - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.encode:member(1)' - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.encodeDelimited:member(1)' - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.fromObject:member(1)' - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse#nextPageToken:member' - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse#operations:member' - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse#toJSON:member(1)' - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.toObject:member(1)' - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.verify:member(1)' - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse:constructor(1)' summary: Constructs a new ListOperationsResponse. name: (constructor)(properties) fullName: (constructor)(properties) langs: - typeScript type: constructor syntax: content: 'constructor(properties?: google.longrunning.IListOperationsResponse);' parameters: - id: properties description: Properties to set type: - '@google-cloud/dialogflow!google.longrunning.IListOperationsResponse:interface' - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.create:member(1)' summary: Creates a new ListOperationsResponse instance using the specified properties. name: create(properties) fullName: create(properties) langs: - typeScript type: method syntax: content: >- public static create(properties?: google.longrunning.IListOperationsResponse): google.longrunning.ListOperationsResponse; return: type: - '@google-cloud/dialogflow!google.longrunning.ListOperationsResponse:class' description: ListOperationsResponse instance parameters: - id: properties description: Properties to set type: - '@google-cloud/dialogflow!google.longrunning.IListOperationsResponse:interface' - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.decode:member(1)' summary: Decodes a ListOperationsResponse message from the specified reader or buffer. name: 'decode(reader, length)' fullName: 'decode(reader, length)' langs: - typeScript type: method syntax: content: >- public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.longrunning.ListOperationsResponse; return: type: - '@google-cloud/dialogflow!google.longrunning.ListOperationsResponse:class' description: ListOperationsResponse parameters: - id: reader description: Reader or buffer to decode from type: - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.decode~0:complex' - id: length description: Message length if known beforehand type: - number - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.decodeDelimited:member(1)' summary: 'Decodes a ListOperationsResponse message from the specified reader or buffer, length delimited.' name: decodeDelimited(reader) fullName: decodeDelimited(reader) langs: - typeScript type: method syntax: content: 'public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.longrunning.ListOperationsResponse;' return: type: - '@google-cloud/dialogflow!google.longrunning.ListOperationsResponse:class' description: ListOperationsResponse parameters: - id: reader description: Reader or buffer to decode from type: - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.decodeDelimited~0:complex' - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.encode:member(1)' summary: Encodes the specified ListOperationsResponse message. Does not implicitly messages. name: 'encode(message, writer)' fullName: 'encode(message, writer)' langs: - typeScript type: method syntax: content: >- public static encode(message: google.longrunning.IListOperationsResponse, writer?: $protobuf.Writer): $protobuf.Writer; return: type: - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.encode~0:complex' description: Writer parameters: - id: message description: ListOperationsResponse message or plain object to encode type: - '@google-cloud/dialogflow!google.longrunning.IListOperationsResponse:interface' - id: writer description: Writer to encode to type: - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.encode~1:complex' - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.encodeDelimited:member(1)' summary: 'Encodes the specified ListOperationsResponse message, length delimited. Does not implicitly messages.' name: 'encodeDelimited(message, writer)' fullName: 'encodeDelimited(message, writer)' langs: - typeScript type: method syntax: content: >- public static encodeDelimited(message: google.longrunning.IListOperationsResponse, writer?: $protobuf.Writer): $protobuf.Writer; return: type: - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.encodeDelimited~0:complex' description: Writer parameters: - id: message description: ListOperationsResponse message or plain object to encode type: - '@google-cloud/dialogflow!google.longrunning.IListOperationsResponse:interface' - id: writer description: Writer to encode to type: - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.encodeDelimited~1:complex' - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.fromObject:member(1)' summary: >- Creates a ListOperationsResponse message from a plain object. Also converts values to their respective internal types. name: fromObject(object) fullName: fromObject(object) langs: - typeScript type: method syntax: content: 'public static fromObject(object: { [k: string]: any }): google.longrunning.ListOperationsResponse;' return: type: - '@google-cloud/dialogflow!google.longrunning.ListOperationsResponse:class' description: ListOperationsResponse parameters: - id: object description: Plain object type: - '{ [k: string]: any }' - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse#nextPageToken:member' summary: ListOperationsResponse nextPageToken. name: nextPageToken fullName: nextPageToken langs: - typeScript type: property syntax: content: 'public nextPageToken: string;' return: type: - string - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse#operations:member' summary: ListOperationsResponse operations. name: operations fullName: operations langs: - typeScript type: property syntax: content: 'public operations: google.longrunning.IOperation[];' return: type: - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse#operations~0:complex' - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse#toJSON:member(1)' summary: Converts this ListOperationsResponse to JSON. name: toJSON() fullName: toJSON() langs: - typeScript type: method syntax: content: 'public toJSON(): { [k: string]: any };' return: type: - '{ [k: string]: any }' description: JSON object - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.toObject:member(1)' summary: Creates a plain object from a ListOperationsResponse message. Also converts values to other types if specified. name: 'toObject(message, options)' fullName: 'toObject(message, options)' langs: - typeScript type: method syntax: content: >- public static toObject(message: google.longrunning.ListOperationsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; return: type: - '{ [k: string]: any }' description: Plain object parameters: - id: message description: ListOperationsResponse type: - '@google-cloud/dialogflow!google.longrunning.ListOperationsResponse:class' - id: options description: Conversion options type: - '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.toObject~0:complex' - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.verify:member(1)' summary: Verifies a ListOperationsResponse message. name: verify(message) fullName: verify(message) langs: - typeScript type: method syntax: content: 'public static verify(message: { [k: string]: any }): (string|null);' return: type: - (string|null) description: '`null` if valid, otherwise the reason why it is not' parameters: - id: message description: Plain object to verify type: - '{ [k: string]: any }' references: - uid: '@google-cloud/dialogflow!google.longrunning.IListOperationsResponse:interface' name: IListOperationsResponse - uid: '@google-cloud/dialogflow!google.longrunning.ListOperationsResponse:class' name: google.longrunning.ListOperationsResponse - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.decode~0:complex' name: ($protobuf.Reader|Uint8Array) fullName: ($protobuf.Reader|Uint8Array) spec.typeScript: - name: ($protobuf. fullName: ($protobuf. - uid: 'protobufjs!Reader:class' name: Reader fullName: Reader - name: '|' fullName: '|' - uid: '!Uint8Array:interface' name: Uint8Array fullName: Uint8Array - name: ) fullName: ) - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.decodeDelimited~0:complex' name: ($protobuf.Reader|Uint8Array) fullName: ($protobuf.Reader|Uint8Array) spec.typeScript: - name: ($protobuf. fullName: ($protobuf. - uid: 'protobufjs!Reader:class' name: Reader fullName: Reader - name: '|' fullName: '|' - uid: '!Uint8Array:interface' name: Uint8Array fullName: Uint8Array - name: ) fullName: ) - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.encode~0:complex' name: $protobuf.Writer fullName: $protobuf.Writer spec.typeScript: - name: $protobuf. fullName: $protobuf. - uid: 'protobufjs!Writer:class' name: Writer fullName: Writer - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.encode~1:complex' name: $protobuf.Writer fullName: $protobuf.Writer spec.typeScript: - name: $protobuf. fullName: $protobuf. - uid: 'protobufjs!Writer:class' name: Writer fullName: Writer - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.encodeDelimited~0:complex' name: $protobuf.Writer fullName: $protobuf.Writer spec.typeScript: - name: $protobuf. fullName: $protobuf. - uid: 'protobufjs!Writer:class' name: Writer fullName: Writer - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.encodeDelimited~1:complex' name: $protobuf.Writer fullName: $protobuf.Writer spec.typeScript: - name: $protobuf. fullName: $protobuf. - uid: 'protobufjs!Writer:class' name: Writer fullName: Writer - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse#operations~0:complex' name: 'google.longrunning.IOperation[]' fullName: 'google.longrunning.IOperation[]' spec.typeScript: - uid: '@google-cloud/dialogflow!google.longrunning.IOperation:interface' name: google.longrunning.IOperation fullName: google.longrunning.IOperation - name: '[]' fullName: '[]' - uid: '@google-cloud/dialogflow!protos.google.longrunning.ListOperationsResponse.toObject~0:complex' name: $protobuf.IConversionOptions fullName: $protobuf.IConversionOptions spec.typeScript: - name: $protobuf. fullName: $protobuf. - uid: 'protobufjs!IConversionOptions:interface' name: IConversionOptions fullName: IConversionOptions
43.035294
130
0.674207
36a3c964047fc3bb461eece57874bf0e7b317268
497
yml
YAML
recipes/linux/retroarch-appimage.yml
MrHuu/libretro-super
e14200a2b4f942e2a681313041a4c3614e0eeecd
[ "MIT" ]
291
2015-01-06T03:22:58.000Z
2022-03-31T06:31:17.000Z
recipes/linux/retroarch-appimage.yml
MrHuu/libretro-super
e14200a2b4f942e2a681313041a4c3614e0eeecd
[ "MIT" ]
371
2015-01-01T21:25:42.000Z
2022-03-11T20:57:10.000Z
recipes/linux/retroarch-appimage.yml
MrHuu/libretro-super
e14200a2b4f942e2a681313041a4c3614e0eeecd
[ "MIT" ]
423
2015-01-02T23:32:22.000Z
2022-03-11T20:57:57.000Z
app: RetroArch ingredients: dist: xenial sources: - deb http://archive.ubuntu.com/ubuntu/ xenial main universe - deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted - deb http://us.archive.ubuntu.com/ubuntu/ xenial multiverse - deb http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse - deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted ppas: - libretro/testing script: - touch retroarch.png
31.0625
99
0.730382
4ded07c1caec17dbb270746b8bd01735e3f804ef
1,350
yml
YAML
preview/docs-ref-autogen/com.azure.cosmos.implementation.guava25.collect.SetMultimap.equals.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
preview/docs-ref-autogen/com.azure.cosmos.implementation.guava25.collect.SetMultimap.equals.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
preview/docs-ref-autogen/com.azure.cosmos.implementation.guava25.collect.SetMultimap.equals.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaMember uid: "com.azure.cosmos.implementation.guava25.collect.SetMultimap.equals*" fullName: "com.azure.cosmos.implementation.guava25.collect.SetMultimap<K,V>.equals" name: "equals" nameWithType: "SetMultimap<K,V>.equals" members: - uid: "com.azure.cosmos.implementation.guava25.collect.SetMultimap.equals(java.lang.Object)" fullName: "com.azure.cosmos.implementation.guava25.collect.SetMultimap<K,V>.equals(Object obj)" name: "equals(Object obj)" nameWithType: "SetMultimap<K,V>.equals(Object obj)" summary: "Compares the specified object to this multimap for equality.\n\nTwo `SetMultimap` instances are equal if, for each key, they contain the same values. Equality does not depend on the ordering of keys or values.\n\nAn empty `SetMultimap` is equal to any other empty `Multimap`, including an empty `ListMultimap`." overridden: "java.lang.Object.equals(java.lang.Object)" parameters: - name: "obj" type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />" syntax: "public abstract boolean equals(Object obj)" returns: type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />" type: "method" metadata: {} package: "com.azure.cosmos.implementation.guava25.collect" artifact: com.azure:azure-cosmos:4.4.0-beta.1
58.695652
323
0.757037
15e05201271b642950583c3817bc41064966ef75
919
yml
YAML
_data/comments/aspnet-mvc-and-the-managed-extensibility-framework--mef-/dsq-937490570.yml
warrantor/maartenba.github.io
fd0c52090ce300f35f9922995e70b974c506fd7f
[ "MIT" ]
7
2016-12-26T11:47:41.000Z
2021-01-16T13:18:02.000Z
_data/comments/aspnet-mvc-and-the-managed-extensibility-framework--mef-/dsq-937490570.yml
warrantor/maartenba.github.io
fd0c52090ce300f35f9922995e70b974c506fd7f
[ "MIT" ]
14
2016-11-16T08:57:40.000Z
2021-11-06T19:36:51.000Z
_data/comments/aspnet-mvc-and-the-managed-extensibility-framework--mef-/dsq-937490570.yml
warrantor/maartenba.github.io
fd0c52090ce300f35f9922995e70b974c506fd7f
[ "MIT" ]
27
2017-03-29T13:30:18.000Z
2022-03-18T15:47:54.000Z
id: dsq-937490570 date: 2009-11-20T04:55:16.0000000+01:00 name: Tom avatar: https://disqus.com/api/users/avatars/Tom.jpg message: <p>Thank you for the reply. I downloaded your example and it works. However, I noticed your view code does not actually display any data from the strongly typed model. I went to augment the view to display the DemoProperty element from MvcMefDemo.Plugins.Sample.Models.DemoModel. I was expecting to do this:</p><p>&lt;%= Model.DemoProperty %&gt;</p><p>but Model is not an option in Intellisense. I then put the code back like it was, recompiled, then copied new Views folder and generated DLLs from MvcMefDemo.Plugins.Sample/bin/debug to MvcMefDemo.Web/Plugins. I reloaded the Demo page in the browser and got :</p><p>Could not load 'System.Web.Mvc.ViewPage&lt;MvcMefDemo.Plugins.Sample.Models.DemoModel&gt;</p><p>So, I am not sure how to proceed. Any ideas? Thanks</p><p>Tom</p>
153.166667
797
0.763874
6314cf5420773afbafd192e1c3c061065fc76528
814
yml
YAML
.github/workflows/test.yml
tomoyamachi/licensed-ci
59cf91b687fc0f31fe42cdef6c6048ce8d7472db
[ "MIT" ]
2
2020-04-23T06:36:47.000Z
2022-01-24T19:57:10.000Z
.github/workflows/test.yml
andymckay/licensed-ci
596c1a5d73444ced97f24568d74369f96b29c7fb
[ "MIT" ]
null
null
null
.github/workflows/test.yml
andymckay/licensed-ci
596c1a5d73444ced97f24568d74369f96b29c7fb
[ "MIT" ]
null
null
null
name: "Test" on: push jobs: npm_test: runs-on: ubuntu-latest strategy: matrix: node: [ 10.x, 12.x ] steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: node-version: ${{ matrix.node }} - run: npm install - uses: jonabc/setup-licensed@v1 with: version: '2.x' - run: npm run test licensed_ci: runs-on: ubuntu-latest strategy: matrix: node: [ 10.x, 12.x ] steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: node-version: ${{ matrix.node }} - run: npm install --production - uses: jonabc/setup-licensed@v1 with: version: '2.x' - uses: ./ with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: push
19.853659
49
0.544226
63184529e2ab5f03bf7c799b6702709d18ce17cf
207
yaml
YAML
changelog/v0.18.44/status-write-jitter.yaml
gigantum/gloo
9026bf68e144a1518d9adf688da1f9910fed6008
[ "Apache-2.0" ]
3,506
2018-03-05T07:07:59.000Z
2022-03-31T08:38:09.000Z
changelog/v0.18.44/status-write-jitter.yaml
gigantum/gloo
9026bf68e144a1518d9adf688da1f9910fed6008
[ "Apache-2.0" ]
5,539
2018-03-05T19:33:01.000Z
2022-03-31T23:02:26.000Z
changelog/v0.18.44/status-write-jitter.yaml
gigantum/gloo
9026bf68e144a1518d9adf688da1f9910fed6008
[ "Apache-2.0" ]
387
2018-03-05T19:25:01.000Z
2022-03-25T21:19:49.000Z
changelog: - type: FIX description: Fix upstream status write status error from hybrid client, and generation hash mismatch. issueLink: https://github.com/solo-io/gloo/issues/1212 resolvesIssue: false
34.5
103
0.782609
6381008bafb4dd6475115581240a9a722765bfa0
236
yaml
YAML
discord/chart/grugconfig/commands/help.yaml
halworsen/grug
529c57843ed5945f192d9b5964c873de7772f80a
[ "MIT" ]
null
null
null
discord/chart/grugconfig/commands/help.yaml
halworsen/grug
529c57843ed5945f192d9b5964c873de7772f80a
[ "MIT" ]
null
null
null
discord/chart/grugconfig/commands/help.yaml
halworsen/grug
529c57843ed5945f192d9b5964c873de7772f80a
[ "MIT" ]
null
null
null
name: "Help" desc: "help {help|?} <commandname>\nGet help with commands" activators: - "help" - "?" plan: - action: GetCommandHelp args: - "!1" store: command_help - action: Reply args: - "!command_help"
16.857143
59
0.584746
de46a06317c8ceefa26565a7c526a42dc2a4472d
703
yml
YAML
src/CodeEmailMkt/Infrastructure/Persistence/Doctrine/ORM/CodeEmailMkt.Domain.Entity.Client.dcm.yml
chimerarocks/sb-codeedu
ac5d80aa95326c394d69f7718ec13db45df3bf88
[ "BSD-3-Clause" ]
null
null
null
src/CodeEmailMkt/Infrastructure/Persistence/Doctrine/ORM/CodeEmailMkt.Domain.Entity.Client.dcm.yml
chimerarocks/sb-codeedu
ac5d80aa95326c394d69f7718ec13db45df3bf88
[ "BSD-3-Clause" ]
null
null
null
src/CodeEmailMkt/Infrastructure/Persistence/Doctrine/ORM/CodeEmailMkt.Domain.Entity.Client.dcm.yml
chimerarocks/sb-codeedu
ac5d80aa95326c394d69f7718ec13db45df3bf88
[ "BSD-3-Clause" ]
null
null
null
#CodeEmailMkt.Domain.Entity.Client.dcm.yml CodeEmailMkt\Domain\Entity\Client: type: entity repositoryClass: CodeEmailMkt\Infrastructure\Persistence\Doctrine\Repository\ClientRepository table: clients id: id: type: integer generator: strategy: AUTO fields: name: type: string length: 255 nullable: true email: type: string length: 255 unique: true cpf: type: string length: 255 unique: true oneToMany: addresses: targetEntity: Address mappedBy: client cascade: ["persist", "merge"] manyToMany: tags: targetEntity: CodeEmailMkt\Domain\Entity\Tag mappedBy: clients
21.96875
95
0.647226
8d6e8267d26f6e7448ce4fc295e32f3d3017de22
608
yml
YAML
data/abilities/multiple/tacmulti-1102-AR01-1v00-200121075650.yml
IGchra/stockpile
61691cbb70f0732bb157b4edb4d6c203336e01a2
[ "Apache-2.0" ]
null
null
null
data/abilities/multiple/tacmulti-1102-AR01-1v00-200121075650.yml
IGchra/stockpile
61691cbb70f0732bb157b4edb4d6c203336e01a2
[ "Apache-2.0" ]
null
null
null
data/abilities/multiple/tacmulti-1102-AR01-1v00-200121075650.yml
IGchra/stockpile
61691cbb70f0732bb157b4edb4d6c203336e01a2
[ "Apache-2.0" ]
null
null
null
--- - id: tacmulti-1102-AR01-1v00-200121075650 name: Reach out to C2 Pointer URLs via powershell description: . Multiple download methods for files using powershell tactic: multiple technique: attack_id: T1102 name: Web Service platforms: windows: psh: command: | Invoke-WebRequest -Uri www.twitter.com $T1102 = (New-Object System.Net.WebClient).DownloadData("https://www.reddit.com/") $wc = New-Object System.Net.WebClient $T1102 = $wc.DownloadString("https://www.aol.com/") cleanup: | Clear-Variable T1102
30.4
92
0.641447
26b9bc1a0f9046cf66108171006c06e4382f00f1
46,058
yaml
YAML
crds/appengine.google.kubeform.com_standardappversions.yaml
kubeform/provider-google-api
1bd6be391aad58ad7a1ece897c75c1828f61192f
[ "Apache-2.0" ]
14
2021-04-02T20:16:23.000Z
2021-07-09T05:30:34.000Z
crds/appengine.google.kubeform.com_standardappversions.yaml
kubeform/provider-google-api
1bd6be391aad58ad7a1ece897c75c1828f61192f
[ "Apache-2.0" ]
1
2021-04-05T16:06:06.000Z
2021-04-05T16:06:06.000Z
crds/appengine.google.kubeform.com_standardappversions.yaml
kubeform/provider-google-api
1bd6be391aad58ad7a1ece897c75c1828f61192f
[ "Apache-2.0" ]
1
2022-01-07T18:01:31.000Z
2022-01-07T18:01:31.000Z
apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: creationTimestamp: null labels: app.kubernetes.io/name: google.kubeform.com app.kubernetes.io/part-of: kubeform.com name: standardappversions.appengine.google.kubeform.com spec: group: appengine.google.kubeform.com names: kind: StandardAppVersion listKind: StandardAppVersionList plural: standardappversions singular: standardappversion scope: Namespaced versions: - additionalPrinterColumns: - jsonPath: .status.phase name: Phase type: string name: v1alpha1 schema: openAPIV3Schema: properties: apiVersion: description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object spec: properties: backendRef: description: LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace. properties: name: description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?' type: string type: object providerRef: description: LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace. properties: name: description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?' type: string type: object resource: properties: automaticScaling: description: Automatic scaling is based on request rate, response latencies, and other application metrics. properties: maxConcurrentRequests: description: "Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance. \n Defaults to a runtime-specific value." format: int64 type: integer maxIdleInstances: description: Maximum number of idle instances that should be maintained for this version. format: int64 type: integer maxPendingLatency: description: 'Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it. A duration in seconds with up to nine fractional digits, terminated by ''s''. Example: "3.5s".' type: string minIdleInstances: description: Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a service. format: int64 type: integer minPendingLatency: description: 'Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it. A duration in seconds with up to nine fractional digits, terminated by ''s''. Example: "3.5s".' type: string standardSchedulerSettings: description: Scheduler settings for standard environment. properties: maxInstances: description: Maximum number of instances to run for this version. Set to zero to disable maxInstances configuration. format: int64 type: integer minInstances: description: Minimum number of instances to run for this version. Set to zero to disable minInstances configuration. format: int64 type: integer targetCPUUtilization: description: Target CPU utilization ratio to maintain when scaling. Should be a value in the range [0.50, 0.95], zero, or a negative value. format: double type: number targetThroughputUtilization: description: Target throughput utilization ratio to maintain when scaling. Should be a value in the range [0.50, 0.95], zero, or a negative value. format: double type: number type: object type: object basicScaling: description: Basic scaling creates instances when your application receives requests. Each instance will be shut down when the application becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity. properties: idleTimeout: description: 'Duration of time after the last request that an instance must wait before the instance is shut down. A duration in seconds with up to nine fractional digits, terminated by ''s''. Example: "3.5s". Defaults to 900s.' type: string maxInstances: description: Maximum number of instances to create for this version. Must be in the range [1.0, 200.0]. format: int64 type: integer required: - maxInstances type: object deleteServiceOnDestroy: type: boolean deployment: description: Code and application artifacts that make up this version. properties: files: description: Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call. items: properties: name: type: string sha1Sum: description: SHA1 checksum of the file type: string sourceURL: description: Source URL type: string required: - name - sourceURL type: object type: array zip: description: Zip File properties: filesCount: description: files count format: int64 type: integer sourceURL: description: Source URL type: string required: - sourceURL type: object type: object entrypoint: description: The entrypoint for the application. properties: shell: description: The format should be a shell command that can be fed to bash -c. type: string required: - shell type: object envVariables: additionalProperties: type: string description: Environment variables available to the application. type: object handlers: description: An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted. items: properties: authFailAction: description: 'Actions to take when the user is not logged in. Possible values: ["AUTH_FAIL_ACTION_REDIRECT", "AUTH_FAIL_ACTION_UNAUTHORIZED"]' type: string login: description: 'Methods to restrict access to a URL based on login status. Possible values: ["LOGIN_OPTIONAL", "LOGIN_ADMIN", "LOGIN_REQUIRED"]' type: string redirectHTTPResponseCode: description: '30x code to use when performing redirects for the secure field. Possible values: ["REDIRECT_HTTP_RESPONSE_CODE_301", "REDIRECT_HTTP_RESPONSE_CODE_302", "REDIRECT_HTTP_RESPONSE_CODE_303", "REDIRECT_HTTP_RESPONSE_CODE_307"]' type: string script: description: Executes a script to handle the requests that match this URL pattern. Only the auto value is supported for Node.js in the App Engine standard environment, for example "script:" "auto". properties: scriptPath: description: Path to the script from the application root directory. type: string required: - scriptPath type: object securityLevel: description: 'Security (HTTPS) enforcement for this URL. Possible values: ["SECURE_DEFAULT", "SECURE_NEVER", "SECURE_OPTIONAL", "SECURE_ALWAYS"]' type: string staticFiles: description: Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static file handlers describe which files in the application directory are static files, and which URLs serve them. properties: applicationReadable: description: Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas. type: boolean expiration: description: Time a static file served by this handler should be cached by web proxies and browsers. A duration in seconds with up to nine fractional digits, terminated by 's'. Example "3.5s". type: string httpHeaders: additionalProperties: type: string description: HTTP headers to use for all responses from these URLs. An object containing a list of "key:value" value pairs.". type: object mimeType: description: MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are derived from each file's filename extension. type: string path: description: Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern. type: string requireMatchingFile: description: Whether this handler should match the request if the file referenced by the handler does not exist. type: boolean uploadPathRegex: description: Regular expression that matches the file paths for all files that should be referenced by this handler. type: string type: object urlRegex: description: URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path. type: string type: object type: array id: type: string inboundServices: description: 'A list of the types of messages that this application is able to receive. Possible values: ["INBOUND_SERVICE_MAIL", "INBOUND_SERVICE_MAIL_BOUNCE", "INBOUND_SERVICE_XMPP_ERROR", "INBOUND_SERVICE_XMPP_MESSAGE", "INBOUND_SERVICE_XMPP_SUBSCRIBE", "INBOUND_SERVICE_XMPP_PRESENCE", "INBOUND_SERVICE_CHANNEL_PRESENCE", "INBOUND_SERVICE_WARMUP"]' items: type: string type: array instanceClass: description: 'Instance class that is used to run this version. Valid values are AutomaticScaling: F1, F2, F4, F4_1G BasicScaling or ManualScaling: B1, B2, B4, B4_1G, B8 Defaults to F1 for AutomaticScaling and B2 for ManualScaling and BasicScaling. If no scaling is specified, AutomaticScaling is chosen.' type: string libraries: description: Configuration for third-party Python runtime libraries that are required by the application. items: properties: name: description: Name of the library. Example "django". type: string version: description: Version of the library to select, or "latest". type: string type: object type: array manualScaling: description: A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. properties: instances: description: "Number of instances to assign to the service at the start. \n **Note:** When managing the number of instances at runtime through the App Engine Admin API or the (now deprecated) Python 2 Modules API set_num_instances() you must use 'lifecycle.ignore_changes = [\"manual_scaling\"[0].instances]' to prevent drift detection." format: int64 type: integer required: - instances type: object name: description: Full path to the Version resource in the API. Example, "v1". type: string noopOnDestroy: type: boolean project: type: string runtime: description: Desired runtime. Example python27. type: string runtimeAPIVersion: description: The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard//config/appref type: string service: description: AppEngine service resource type: string threadsafe: description: Whether multiple requests can be dispatched to this version at once. type: boolean timeouts: properties: create: description: A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. format: int64 type: integer default: description: A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. format: int64 type: integer delete: description: A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. format: int64 type: integer read: description: A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. format: int64 type: integer update: description: A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. format: int64 type: integer type: object versionID: description: Relative name of the version within the service. For example, 'v1'. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names,"default", "latest", and any name with the prefix "ah-". type: string vpcAccessConnector: description: Enables VPC connectivity for standard apps. properties: name: description: Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/us-central1/connectors/c1. type: string required: - name type: object required: - deployment - runtime - service type: object state: properties: automaticScaling: description: Automatic scaling is based on request rate, response latencies, and other application metrics. properties: maxConcurrentRequests: description: "Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance. \n Defaults to a runtime-specific value." format: int64 type: integer maxIdleInstances: description: Maximum number of idle instances that should be maintained for this version. format: int64 type: integer maxPendingLatency: description: 'Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it. A duration in seconds with up to nine fractional digits, terminated by ''s''. Example: "3.5s".' type: string minIdleInstances: description: Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a service. format: int64 type: integer minPendingLatency: description: 'Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it. A duration in seconds with up to nine fractional digits, terminated by ''s''. Example: "3.5s".' type: string standardSchedulerSettings: description: Scheduler settings for standard environment. properties: maxInstances: description: Maximum number of instances to run for this version. Set to zero to disable maxInstances configuration. format: int64 type: integer minInstances: description: Minimum number of instances to run for this version. Set to zero to disable minInstances configuration. format: int64 type: integer targetCPUUtilization: description: Target CPU utilization ratio to maintain when scaling. Should be a value in the range [0.50, 0.95], zero, or a negative value. format: double type: number targetThroughputUtilization: description: Target throughput utilization ratio to maintain when scaling. Should be a value in the range [0.50, 0.95], zero, or a negative value. format: double type: number type: object type: object basicScaling: description: Basic scaling creates instances when your application receives requests. Each instance will be shut down when the application becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity. properties: idleTimeout: description: 'Duration of time after the last request that an instance must wait before the instance is shut down. A duration in seconds with up to nine fractional digits, terminated by ''s''. Example: "3.5s". Defaults to 900s.' type: string maxInstances: description: Maximum number of instances to create for this version. Must be in the range [1.0, 200.0]. format: int64 type: integer required: - maxInstances type: object deleteServiceOnDestroy: type: boolean deployment: description: Code and application artifacts that make up this version. properties: files: description: Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call. items: properties: name: type: string sha1Sum: description: SHA1 checksum of the file type: string sourceURL: description: Source URL type: string required: - name - sourceURL type: object type: array zip: description: Zip File properties: filesCount: description: files count format: int64 type: integer sourceURL: description: Source URL type: string required: - sourceURL type: object type: object entrypoint: description: The entrypoint for the application. properties: shell: description: The format should be a shell command that can be fed to bash -c. type: string required: - shell type: object envVariables: additionalProperties: type: string description: Environment variables available to the application. type: object handlers: description: An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted. items: properties: authFailAction: description: 'Actions to take when the user is not logged in. Possible values: ["AUTH_FAIL_ACTION_REDIRECT", "AUTH_FAIL_ACTION_UNAUTHORIZED"]' type: string login: description: 'Methods to restrict access to a URL based on login status. Possible values: ["LOGIN_OPTIONAL", "LOGIN_ADMIN", "LOGIN_REQUIRED"]' type: string redirectHTTPResponseCode: description: '30x code to use when performing redirects for the secure field. Possible values: ["REDIRECT_HTTP_RESPONSE_CODE_301", "REDIRECT_HTTP_RESPONSE_CODE_302", "REDIRECT_HTTP_RESPONSE_CODE_303", "REDIRECT_HTTP_RESPONSE_CODE_307"]' type: string script: description: Executes a script to handle the requests that match this URL pattern. Only the auto value is supported for Node.js in the App Engine standard environment, for example "script:" "auto". properties: scriptPath: description: Path to the script from the application root directory. type: string required: - scriptPath type: object securityLevel: description: 'Security (HTTPS) enforcement for this URL. Possible values: ["SECURE_DEFAULT", "SECURE_NEVER", "SECURE_OPTIONAL", "SECURE_ALWAYS"]' type: string staticFiles: description: Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static file handlers describe which files in the application directory are static files, and which URLs serve them. properties: applicationReadable: description: Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas. type: boolean expiration: description: Time a static file served by this handler should be cached by web proxies and browsers. A duration in seconds with up to nine fractional digits, terminated by 's'. Example "3.5s". type: string httpHeaders: additionalProperties: type: string description: HTTP headers to use for all responses from these URLs. An object containing a list of "key:value" value pairs.". type: object mimeType: description: MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are derived from each file's filename extension. type: string path: description: Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern. type: string requireMatchingFile: description: Whether this handler should match the request if the file referenced by the handler does not exist. type: boolean uploadPathRegex: description: Regular expression that matches the file paths for all files that should be referenced by this handler. type: string type: object urlRegex: description: URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path. type: string type: object type: array id: type: string inboundServices: description: 'A list of the types of messages that this application is able to receive. Possible values: ["INBOUND_SERVICE_MAIL", "INBOUND_SERVICE_MAIL_BOUNCE", "INBOUND_SERVICE_XMPP_ERROR", "INBOUND_SERVICE_XMPP_MESSAGE", "INBOUND_SERVICE_XMPP_SUBSCRIBE", "INBOUND_SERVICE_XMPP_PRESENCE", "INBOUND_SERVICE_CHANNEL_PRESENCE", "INBOUND_SERVICE_WARMUP"]' items: type: string type: array instanceClass: description: 'Instance class that is used to run this version. Valid values are AutomaticScaling: F1, F2, F4, F4_1G BasicScaling or ManualScaling: B1, B2, B4, B4_1G, B8 Defaults to F1 for AutomaticScaling and B2 for ManualScaling and BasicScaling. If no scaling is specified, AutomaticScaling is chosen.' type: string libraries: description: Configuration for third-party Python runtime libraries that are required by the application. items: properties: name: description: Name of the library. Example "django". type: string version: description: Version of the library to select, or "latest". type: string type: object type: array manualScaling: description: A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. properties: instances: description: "Number of instances to assign to the service at the start. \n **Note:** When managing the number of instances at runtime through the App Engine Admin API or the (now deprecated) Python 2 Modules API set_num_instances() you must use 'lifecycle.ignore_changes = [\"manual_scaling\"[0].instances]' to prevent drift detection." format: int64 type: integer required: - instances type: object name: description: Full path to the Version resource in the API. Example, "v1". type: string noopOnDestroy: type: boolean project: type: string runtime: description: Desired runtime. Example python27. type: string runtimeAPIVersion: description: The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard//config/appref type: string service: description: AppEngine service resource type: string threadsafe: description: Whether multiple requests can be dispatched to this version at once. type: boolean timeouts: properties: create: description: A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. format: int64 type: integer default: description: A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. format: int64 type: integer delete: description: A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. format: int64 type: integer read: description: A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. format: int64 type: integer update: description: A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. format: int64 type: integer type: object versionID: description: Relative name of the version within the service. For example, 'v1'. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names,"default", "latest", and any name with the prefix "ah-". type: string vpcAccessConnector: description: Enables VPC connectivity for standard apps. properties: name: description: Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/us-central1/connectors/c1. type: string required: - name type: object required: - deployment - runtime - service type: object terminationPolicy: enum: - Delete - DoNotTerminate type: string updatePolicy: enum: - Destroy - DoNotDestroy type: string required: - providerRef - resource type: object status: properties: conditions: items: properties: lastTransitionTime: description: Last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. format: date-time type: string message: description: A human readable message indicating details about the transition. This field may be empty. type: string observedGeneration: description: If set, this represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance. format: int64 type: integer reason: description: The reason for the condition's last transition in CamelCase. The specific API may choose whether or not this field is considered a guaranteed API. This field may not be empty. type: string status: description: Status of the condition, one of True, False, Unknown. type: string type: description: Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be useful (see .node.status.conditions), the ability to deconflict is important. type: string required: - lastTransitionTime - message - reason - status - type type: object type: array observedGeneration: description: Resource generation, which is updated on mutation by the API Server. format: int64 type: integer phase: description: Status defines the set of statuses a resource can have. type: string type: object type: object served: true storage: true subresources: status: {}
53.30787
175
0.462895
9a194b64006864e8c436865959a6a9af0c779e97
663
yml
YAML
docker-compose.yml
beGateway/woocommerce-erip-payment-module
1ff80ea81833c0d6fbeefce00ce986f2de5b0089
[ "MIT" ]
1
2017-11-20T14:14:05.000Z
2017-11-20T14:14:05.000Z
docker-compose.yml
begateway/woocommerce-erip-payment-module
1ff80ea81833c0d6fbeefce00ce986f2de5b0089
[ "MIT" ]
null
null
null
docker-compose.yml
begateway/woocommerce-erip-payment-module
1ff80ea81833c0d6fbeefce00ce986f2de5b0089
[ "MIT" ]
null
null
null
version: '3.7' services: woocommerce: &woocommerce build: &build context: . args: version: "5.4.2" wc_version: "4.3.1" ports: - 80:80 depends_on: - mysql volumes: - /var/www/html - ./woocommerce-erip-payments:/var/www/html/wp-content/plugins/woocommerce-erip-payments - ./docker/src/languages:/var/www/html/wp-content/languages networks: - default environment: WORDPRESS_DB_PASSWORD: root WORDPRESS_DB_HOST: mysql mysql: image: mysql:5.6 networks: - default volumes: - /var/lib/mysql environment: MYSQL_ROOT_PASSWORD: root
20.71875
94
0.60181
49c7d9abd89e9de7c13f0ba1d7f853437c7b0199
912
yml
YAML
codefresh.yml
HopeUA/docker-base
bab1b16b6a2efcbef41c439089023bc353bee3fb
[ "MIT" ]
null
null
null
codefresh.yml
HopeUA/docker-base
bab1b16b6a2efcbef41c439089023bc353bee3fb
[ "MIT" ]
null
null
null
codefresh.yml
HopeUA/docker-base
bab1b16b6a2efcbef41c439089023bc353bee3fb
[ "MIT" ]
null
null
null
version: "1.0" steps: Build: title: Docker Image Build type: build image_name: hope/centos working_directory: ./ dockerfile: Dockerfile Test: title: Running Tests image: "${{Build}}" working_directory: IMAGE_WORK_DIR commands: - "echo -n 'CentOS release version: '" - "cat /etc/centos-release" - "date" on_success: metadata: set: - "${{Build.imageId}}": - CF_QUALITY: true on_fail: metadata: set: - "${{Build.imageId}}": - CF_QUALITY: false Push: title: Pushing to Docker Hub type: push candidate: "${{Build}}" tag: "${{CF_BRANCH}}" registry: dockerhub PushLatest: title: Pushing latest to Docker Hub type: push candidate: "${{Build}}" tag: latest registry: dockerhub when: branch: only: - "7"
19.404255
44
0.54386
49c919252f0d2f8f46d3093e19fec1a0bebc4286
11,108
yml
YAML
_data/external.yml
lbulgarelli/lbulgarelli.github.io
92d5ea9fd91010e84871d3089c56f0de11f25b0a
[ "MIT" ]
1
2021-06-01T09:20:07.000Z
2021-06-01T09:20:07.000Z
_data/external.yml
lbulgarelli/lbulgarelli.github.io
92d5ea9fd91010e84871d3089c56f0de11f25b0a
[ "MIT" ]
null
null
null
_data/external.yml
lbulgarelli/lbulgarelli.github.io
92d5ea9fd91010e84871d3089c56f0de11f25b0a
[ "MIT" ]
1
2020-09-08T22:00:29.000Z
2020-09-08T22:00:29.000Z
books: name: Books & Chapters limit: 4 list: - title: Building Electronic Health Record Databases for Research subtitle: Leveraging Data Science for Global Health year: 2018 authors: <strong>Lucas Bulgarelli</strong>, Antonio Nunez, Rodrigo Octavio Deliberato url: https://cetic.br/media/docs/publicacoes/2/tic_saude_2017_livro_eletronico.pdf image: /assets/images/global-health.jpg - title: "Leveraging Electronic Health Records: Secondary Analysis to Improve Patient Care" subtitle: Survey on the Use of Information and Communication Technologies in Brazilian Healthcare Facilities - ICT in Health year: 2017 authors: <strong>Lucas Bulgarelli</strong>, Rodrigo Octávio Deliberato, Ary Serpa Neto, David J Stone, Leo Anthony Celi url: https://cetic.br/media/docs/publicacoes/2/tic_saude_2017_livro_eletronico.pdf image: /assets/images/tic-2017.png media: name: Media limit: 4 list: - title: Engenharia de Machine Learning na saúde subtitle: Podcast (Portuguese), dados&saúde year: 2020 authors: <strong>Lucas Bulgarelli</strong> url: https://anchor.fm/dadosesaude/episodes/33-Engenharia-de-Machine-Learning-na-sade--com-Lucas-Bulgarelli-ekctsn image: /assets/images/podcast.jpg - title: Intercâmbio de Idiomas nas Melhores Universidades subtitle: Interview (Portuguese), Estudar Fora year: 2016 authors: <strong>Lucas Bulgarelli</strong> url: https://www.estudarfora.org.br/wp-content/uploads/2016/05/Ebook_IdiomasEmUniversidades.pdf image: /assets/images/estudar-fora.png - title: U.S. Student Exchange subtitle: Interview (Portuguese), Estudo no Exterior year: 2016 authors: <strong>Lucas Bulgarelli</strong> url: https://estudonoexterior.com/project/lucas-bulgarelli-lewis-clark-college image: /assets/images/estudonoexterior.png events: name: Events limit: 4 list: - title: "MIMIC: Beyond the ICU" subtitle: MIMIA'19 year: 2019 location: Shenzhen, China authors: <strong>Lucas Bulgarelli</strong> url: https://researcher.watson.ibm.com/researcher/view_group.php?id=10058 image: /assets/images/miccai-2019.jpg - title: MIT-Harvard Medical School Healthcare Innovation Bootcamp & Trek subtitle: Panelist year: 2019 location: Cambridge, MA, U.S. authors: <strong>Lucas Bulgarelli</strong> image: /assets/images/mit-bootcamp.png - title: "Big Data 360º" subtitle: II Artificial Intelligence in Healthcare Symposium and Datathon year: 2019 location: Sao Paulo, Brazil authors: <strong>Lucas Bulgarelli</strong> image: /assets/images/ii-hiae.jpeg - title: Building Eletronic Health Records Databases subtitle: Jornadas de Innovación en Salud Digital year: 2018 location: Buenos Aires, Argentina authors: <strong>Lucas Bulgarelli</strong>, Rodrigo Octávio Deliberato url: https://bigdata2018.wixsite.com/bigdatabigchallenges image: /assets/images/jisa.png - title: Datathon for Intensive Care - DAT-ICU subtitle: Mentor year: 2018 location: Paris, France authors: <strong>Lucas Bulgarelli</strong> uri: http://blogs.aphp.fr/dat-icu/ image: /assets/images/dat-icu.jpg - title: MIT-HIAE Datathon in Healthcare subtitle: Mentor year: 2017 location: Sao Paulo, Brazil authors: <strong>Lucas Bulgarelli</strong> url: https://www.einstein.br/pesquisa/ultimas-noticias/mit-hiae-datathon-in-healthcare image: /assets/images/i-hiae.jpg - title: Hacking Hackatons subtitle: Mentor year: 2016 location: Cambridge, MA, U.S. authors: <strong>Lucas Bulgarelli</strong> url: http://sana.mit.edu/node/201 image: /assets/images/sana.png courses: name: Courses limit: 4 list: - title: "HST.953: Collaborative Data Science in Medicine" subtitle: Faculty, Harvard-MIT Health Sciences & Technology year: 2019 url: https://criticaldata.mit.edu/blog/2019/08/06/hst-953-2019/ image: /assets/images/hst.svg - title: Collaborative Data Science for Healthcare subtitle: Organizer, MIT edX year: 2019 url: https://www.edx.org/course/collaborative-data-science-for-healthcare image: /assets/images/edx.png - title: Global Health Informatics to Improve Quality of Care subtitle: Organizer, MIT edX year: 2016 url: https://www.edx.org/course/global-health-informatics-to-improve-quality-of-ca image: /assets/images/edx.png articles: name: Articles limit: 4 list: - title: "Impact of sex on use of low tidal volume ventilation in invasively ventilated ICU patients—A mediation analysis using two observational cohorts" subtitle: PLoS ONE year: 2021 authors: Pien Swart, Rodrigo Octavio Deliberato, Alistair EW Johnson, Tom J Pollard, <strong>Lucas Bulgarelli</strong>, Paolo Pelosi, Marcelo Gama de Abreu, Marcus J Schultz, Ary Serpa Neto url: https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0253933 - title: "Effect of spontaneous breathing on ventilator-free days in critically ill patients-an analysis of patients in a large observational cohort" subtitle: Annals of Translational Medicine year: 2021 authors: Aline Mela Dos Reis, Thais Dias Midega, Rodrigo Octavio Deliberato, Alistair EW Johnson, <strong>Lucas Bulgarelli</strong>, Thiago Domingos Correa, Leo Anthony Celi, Paolo Pelosi, Marcelo Gama de Abreu, Marcus J Schultz, Ary Serpa Neto url: https://atm.amegroups.com/article/view/69149/html - title: "Identification of Acute Respiratory Distress Syndrome subphenotypes denovo using routine clinical data: a retrospective analysis of ARDS clinical trials" subtitle: medRxiv year: 2021 authors: Abhijit Duggal, Emily Van Ark, <strong>Lucas Bulgarelli</strong>, Matthew Siuba, Jeff Osborn, Deigo Rey, Fernando G Zampieri, Alexandre B Cavalcanti, Israel S Maia, Denise M Paisani, Ligia N Laranjeira, Ary Serpa Neto, Rodrigo Octavio Deliberato url: https://www.medrxiv.org/content/10.1101/2021.07.08.21260102v1.full.pdf - title: "1269: Acute Physiology and Chronic Health Evaluation IV in Septic Patients With and Without Cancer" subtitle: Critical Care Medicine year: 2021 authors: Larissa Neumann, <strong>Lucas Bulgarelli</strong>, Juan Alfonso Soler Barnes, Hamza Nabulsi, Tom Pollard, Marilyn Schallom, Leo Celi, Lama Nazer url: https://journals.lww.com/ccmjournal/Fulltext/2021/01001/1269__Acute_Physiology_and_Chronic_Health.1237.aspx - title: "Prediction on critically ill patients: The role of “big data”" subtitle: Journal of Critical Care year: 2020 authors: <strong>Lucas Bulgarelli</strong>, Rodrigo Octávio Deliberato, Alistair EW Johnson url: https://www.sciencedirect.com/science/article/pii/S0883944120306213 - title: Deidentification of free-text medical records using pre-trained bidirectional transformers subtitle: Proceedings of the ACM Conference on Health, Inference, and Learning year: 2020 authors: Alistair EW Johnson, <strong>Lucas Bulgarelli</strong>, Tom J Pollard url: https://dl.acm.org/doi/abs/10.1145/3368555.3384455 - title: "SEVERITAS: An externally validated mortality prediction for critically ill patients in low and middle-income countries" subtitle: International Journal of Medical Informatics year: 2019 authors: Rodrigo Octávio Deliberato, Guilherme Goto Escudero, <strong>Lucas Bulgarelli</strong>, Ary Serpa Neto, Stephanie Q Ko, Niklas Soderberg Campos, Berke Saat, Edson Amaro Júnior, Fabio Silva Lopes, Alistair EW Johnson url: https://www.sciencedirect.com/science/article/pii/S1386505619305131 - title: One Size Does Not Fit All-The Implications of Using Body Mass Index in Critical Care Outcomes Research Reply subtitle: Critical Care Medicine year: 2019 authors: <strong>Lucas Bulgarelli</strong>, Rodrigo Octavio Deliberato, David J Stone, Leo Anthony Celi, Alistair EW Johnson url: https://scholar.google.com/scholar?oi=bibs&cluster=7175555952777157906&btnI=1&hl=en - title: "Procalcitonin as a Diagnostic, Therapeutic, and Prognostic Tool: a Critical Review" subtitle: Current Treatment Options in Infectious Diseases year: 2019 authors: Fabrício Torres de Carvalho, Roberto Rabello Filho, <strong>Lucas Bulgarelli</strong>, Ary Serpa Neto, Rodrigo Octavio Deliberato url: https://url.springer.com/article/10.1007/s40506-019-0178-z - title: An evaluation of the influence of body mass index on severity scoring. subtitle: Critical Care Medicine year: 2019 authors: Rodrigo Octavio Deliberato, Ary Serpa Neto, Matthieu Komorowski, David J Stone, Stephanie Q Ko, <strong>Lucas Bulgarelli</strong>, Carolina Rodrigues Ponzoni, Renato Carneiro de Freitas Chaves, Leo Anthony Celi, Alistair EW Johnson url: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6336502/ - title: Assessing team effectiveness and affective learning in a datathon subtitle: International Journal of Medical Informatics year: 2018 authors: Felipe Maia de Toledo Piza, Leo Anthony Celi, Rodrigo Octavio Deliberato, <strong>Lucas Bulgarelli</strong>, Fabricio Rodrigues Torres de Carvalho, Roberto Rabello Filho, Miguel Angel Armengol de La Hoz, Jennifer Cohn Kesselheim url: https://www.sciencedirect.com/science/article/pii/S1386505618300054 - title: "Hacking Hackathons: Preparing the next generation for the multidisciplinary world of healthcare technology" subtitle: International Journal of Medical Informatics year: 2018 authors: Mataroria P Lyndon, Michael P Cassidy, Leo Anthony Celi, Luk Hendrik, Yoon Jeon Kim, Nicholas Gomez, Nathaniel Baum, <strong>Lucas Bulgarelli</strong>, Kenneth E Paik, Alon Dagan url: https://www.sciencedirect.com/science/article/pii/S1386505617304719 - title: First Brazilian datathon in critical care subtitle: Revista Brasileira de Terapia Intensiva year: 2018 authors: Ary Serpa Neto, Guillaume Kugener, <strong>Lucas Bulgarelli</strong>, Roberto Rabello Filho, Miguel Ángel Armengol de la Hoz, Alistair EW Johnson, Kenneth E Paik, Felipe Torres, Chen Xie, Edson Amaro Júnior, Leonardo José Rolim Ferraz, Leo Anthony Celi, Rodrigo Octavio Deliberato url: https://www.scielo.br/scielo.php?pid=S0103-507X2018000100006&script=sci_arttext - title: Primeiro datathon brasileiro em terapia intensiva subtitle: Revista Brasileira de Terapia Intensiva year: 2018 authors: Ary Serpa Neto, Guillaume Kugener, <strong>Lucas Bulgarelli</strong>, Roberto Rabello Filho, Miguel Ángel Armengol de la Hoz, Alistair EW Johnson, Kenneth E Paik, Felipe Torres, Chen Xie, Edson Amaro Júnior, Leonardo José Rolim Ferraz, Leo Anthony Celi, Rodrigo Octavio Deliberato url: http://rbti.org.br/exportar-pdf/0103-507X-rbti-30-01-0006.pdf
61.032967
295
0.734426
8ed5824832cae8f0598ebdb154c03b4cebf4be0c
487
yml
YAML
src/test/fixtures/issues.yml
cloudogu/redmine_extended_rest_api
858786700701ea621beb9789a0c5058790569c21
[ "MIT" ]
null
null
null
src/test/fixtures/issues.yml
cloudogu/redmine_extended_rest_api
858786700701ea621beb9789a0c5058790569c21
[ "MIT" ]
3
2021-02-23T08:57:22.000Z
2021-06-15T11:30:07.000Z
src/test/fixtures/issues.yml
cloudogu/redmine_extended_rest_api
858786700701ea621beb9789a0c5058790569c21
[ "MIT" ]
null
null
null
--- issues_001: created_on: <%= 3.days.ago.to_s(:db) %> project_id: 1 updated_on: <%= 1.day.ago.to_s(:db) %> priority_id: 4 subject: Cannot print recipes id: 1 fixed_version_id: category_id: 1 description: Unable to print recipes tracker_id: 6 assigned_to_id: author_id: 2 status_id: 1 start_date: <%= 1.day.ago.to_date.to_s(:db) %> due_date: <%= 10.day.from_now.to_date.to_s(:db) %> estimated_hours: 200.0 root_id: 1 lft: 1 rgt: 2 lock_version: 3
22.136364
52
0.665298
3a36655114ad8e257d87b8e4dda7b7627dbe6f61
151
yml
YAML
doc/team.yml
matcom-school/cool-compiler-2021
0a982f1708ed948a45610035a597d6ff12bab22b
[ "MIT" ]
null
null
null
doc/team.yml
matcom-school/cool-compiler-2021
0a982f1708ed948a45610035a597d6ff12bab22b
[ "MIT" ]
null
null
null
doc/team.yml
matcom-school/cool-compiler-2021
0a982f1708ed948a45610035a597d6ff12bab22b
[ "MIT" ]
null
null
null
members: - name: Daniel Orlando Ortiz Pacheco github: danielorlando97 group: C412 - name: Aldo Veldecia github: Yuli01 group: C412
18.875
38
0.682119
b3a8b870fb4cf9304a36faae1cb44f78d62e5fd0
342
yml
YAML
yarn_cluster_decommission.yml
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
[ "MIT" ]
14
2020-01-20T09:36:59.000Z
2022-01-16T18:12:24.000Z
yarn_cluster_decommission.yml
SriniRasi/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
[ "MIT" ]
null
null
null
yarn_cluster_decommission.yml
SriniRasi/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
[ "MIT" ]
6
2020-01-20T11:55:29.000Z
2020-01-27T17:37:17.000Z
--- - name: Decommissioning cluster hosts: localhost gather_facts: false roles: - { role: download-certs } - { role: create-master-group } - { role: create-data-group } - { role: create-livy-group } - { role: create-zk-group } - { role: delete-volume } - { role: cluster-decommission }
26.307692
38
0.567251
11be40967f8015e5e85ff9d9968cc3bd92f4331e
1,032
yml
YAML
.github/workflows/typecheck.yml
ahsanbutt95/sweetpea-py
d2e2074ef4b20b5f46d8049ca4bb0bf46c3fc705
[ "MIT" ]
10
2019-03-15T01:30:14.000Z
2022-03-21T03:41:57.000Z
.github/workflows/typecheck.yml
ahsanbutt95/sweetpea-py
d2e2074ef4b20b5f46d8049ca4bb0bf46c3fc705
[ "MIT" ]
33
2019-03-25T16:30:22.000Z
2021-07-14T22:31:10.000Z
.github/workflows/typecheck.yml
ahsanbutt95/sweetpea-py
d2e2074ef4b20b5f46d8049ca4bb0bf46c3fc705
[ "MIT" ]
5
2020-09-07T10:20:12.000Z
2022-01-18T03:11:29.000Z
name: Typecheck tests on: push: paths: # Run whenever this file is modified. - '.github/workflows/typecheck.yml' # Run whenever the SweetPea library is modified. - 'sweetpea/**' pull_request: # Always run for pull requests. jobs: run: name: ${{ matrix.os }} || Python ${{ matrix.python-version }} runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-10.15, windows-latest] python-version: ['3.7.9', '3.7', '3.8', '3.9'] steps: - name: Checkout SweetPea uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Update pip run: pip install --upgrade pip - name: Set up SweetPea's Python package dependencies run: pip install -r requirements.txt - name: Run mypy typechecking run: mypy --ignore-missing-imports sweetpea
29.485714
65
0.597868
bf012b0db1b6fff9f818883b13633e62ab51f9a5
725
yml
YAML
tasks/services.yml
hmcts/icinga2-register
a957eaa114d04e4ba293396def17f2355278232d
[ "MIT" ]
null
null
null
tasks/services.yml
hmcts/icinga2-register
a957eaa114d04e4ba293396def17f2355278232d
[ "MIT" ]
null
null
null
tasks/services.yml
hmcts/icinga2-register
a957eaa114d04e4ba293396def17f2355278232d
[ "MIT" ]
1
2021-04-10T23:10:51.000Z
2021-04-10T23:10:51.000Z
--- - name: "Add common services to host in Icinga2" icinga2_service: url: "{{ icinga2_api_url }}" url_username: "{{ icinga2_api_user }}" url_password: "{{ icinga2_api_password }}" display_name: "{{ item.display_name }} service" name: "{{ inventory_hostname }}!{{ item.check_name }}" state: present with_items: icinga2_common_services - name: "Add checks to specific host services in Icinga2" icinga2_service: url: "{{ icinga2_api_url }}" url_username: "{{ icinga2_api_user }}" url_password: "{{ icinga2_api_password }}" display_name: "{{ item.display_name }} service" name: "{{ inventory_hostname }}!{{ item.check_name }}" state: present with_items: icinga2_services
34.52381
58
0.677241
83528270de2ca2851aa59d2e16eaa15d287a3bbc
285
yml
YAML
.codeclimate.yml
inf0rmer/collectif-rb
4c509b7eb5b428eb9158e28e17967a0f0a487d29
[ "MIT" ]
null
null
null
.codeclimate.yml
inf0rmer/collectif-rb
4c509b7eb5b428eb9158e28e17967a0f0a487d29
[ "MIT" ]
null
null
null
.codeclimate.yml
inf0rmer/collectif-rb
4c509b7eb5b428eb9158e28e17967a0f0a487d29
[ "MIT" ]
null
null
null
engines: # https://docs.codeclimate.com/v1.0/docs/duplication duplication: enabled: true config: languages: - ruby # https://docs.codeclimate.com/v1.0/docs/rubocop # rubocop: # enabled: true exclude_paths: - spec/**/* ratings: paths: - lib/**/*
14.25
54
0.617544
5f60f3f4c9ecea45ff121e7ce515f99d2078d09b
278
yml
YAML
vamp_blueprint.yml
tnolet/simpleservice-test
41fe083f40c390d85a044463431e5f70f707dc5c
[ "Apache-2.0" ]
null
null
null
vamp_blueprint.yml
tnolet/simpleservice-test
41fe083f40c390d85a044463431e5f70f707dc5c
[ "Apache-2.0" ]
null
null
null
vamp_blueprint.yml
tnolet/simpleservice-test
41fe083f40c390d85a044463431e5f70f707dc5c
[ "Apache-2.0" ]
null
null
null
name: simpleservice:1.0.0 clusters: simpleservice: services: breed: name: simpleservice:1.0.0 deployable: magneticio/simpleservice:1.0.0 ports: web: 3000/http scale: cpu: 0.2 memory: 128MB instances: 1
19.857143
50
0.564748
be6d700943ccc609c2ad5c3169e0430af442b095
909
yml
YAML
test/legacy/roles/prepare_rax_tests/defaults/main.yml
Container-Projects/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
[ "PSF-2.0", "BSD-2-Clause", "MIT" ]
37
2017-08-15T15:02:43.000Z
2021-07-23T03:44:31.000Z
test/legacy/roles/prepare_rax_tests/defaults/main.yml
Container-Projects/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
[ "PSF-2.0", "BSD-2-Clause", "MIT" ]
12
2018-01-10T05:25:25.000Z
2021-11-28T06:55:48.000Z
test/legacy/roles/prepare_rax_tests/defaults/main.yml
Container-Projects/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
[ "PSF-2.0", "BSD-2-Clause", "MIT" ]
49
2017-08-15T09:52:13.000Z
2022-03-21T17:11:54.000Z
--- rackspace_region: IAD rackspace_image_human_id: "ubuntu-1404-lts-trusty-tahr-pvhvm" rackspace_image_id: "753a7703-4960-488b-aab4-a3cdd4b276dc" rackspace_image_name: "Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM)" rackspace_flavor: "performance1-1" rackspace_keypair_pub: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDymofzvt86DUA6XSSxc7eDHwUNvcOSmUWjB76jFvhYc6PbS5QmTzBtCka1ORdaW0Z2i3EjfFvzA8WvuY3qP/FpIVDL25ZqZHgxSfGN5pbJ2tAeXK165kNPXBuuISrMhmdLFbRZNn6PwKHEmtrtfEQ3w6ay9+MhqlEr0OX2r6bCXLj+f50QnQXamU6Fm4IpkTsb60osvHNi569Dd8cADEv92oLZpNMa8/MPGnlipjauhzNtEDTUeZwtrAQUXe6CzJ0QmIlyKDglDZLuAKU/VRumo1FRsn4AwJnVsbP2CHBPkbNoYt6LhQiQqXypEIWGmIln0dlO6gZTr3dYC4BVGREl" resource_prefix: "ansible-testing" rackspace_alt_image_id: "e5575e1a-a519-4e21-9a6b-41207833bd39" rackspace_alt_image_name: "CentOS 6 (PVHVM)" rackspace_alt_image_human_id: "centos-6-pvhvm" rackspace_alt_flavor: "general1-1" rackspace_wait_timeout: 600
47.842105
405
0.885589
f08fcddf49a6189d299f16d95d0a68f510ed27e4
2,615
yml
YAML
docs-ref-autogen/azure-storage/SharedKeyGenerateQueryStringArgs.yml
MicrosoftDocs/azure-docs-sdk-node.it-IT
0dbdbc11ce76c580b0063c2d77ca454fe824ad10
[ "CC-BY-4.0", "MIT" ]
3
2017-08-28T07:37:25.000Z
2021-04-20T21:12:49.000Z
docs-ref-autogen/azure-storage/SharedKeyGenerateQueryStringArgs.yml
MicrosoftDocs/azure-docs-sdk-node.it-IT
0dbdbc11ce76c580b0063c2d77ca454fe824ad10
[ "CC-BY-4.0", "MIT" ]
1
2018-01-17T16:47:29.000Z
2018-01-17T16:47:29.000Z
docs-ref-autogen/azure-storage/SharedKeyGenerateQueryStringArgs.yml
MicrosoftDocs/azure-docs-sdk-node.it-IT
0dbdbc11ce76c580b0063c2d77ca454fe824ad10
[ "CC-BY-4.0", "MIT" ]
2
2019-10-13T20:25:06.000Z
2021-11-18T12:07:15.000Z
### YamlMime:UniversalReference items: - uid: azure-storage.SharedKeyGenerateQueryStringArgs name: SharedKeyGenerateQueryStringArgs fullName: SharedKeyGenerateQueryStringArgs children: - azure-storage.SharedKeyGenerateQueryStringArgs.headers - azure-storage.SharedKeyGenerateQueryStringArgs.queryString - azure-storage.SharedKeyGenerateQueryStringArgs.resourceType - azure-storage.SharedKeyGenerateQueryStringArgs.tableName langs: - typeScript type: interface summary: '' extends: name: azure-storage.SharedKeyGenerateSignatureArgs package: azure-storage - uid: azure-storage.SharedKeyGenerateQueryStringArgs.headers name: headers fullName: headers children: [] langs: - typeScript type: property summary: I valori di intestazione facoltativi da impostare per un blob restituito wth questa firma di accesso condiviso. optional: true syntax: content: 'headers?: Object' return: type: - Object package: azure-storage - uid: azure-storage.SharedKeyGenerateQueryStringArgs.queryString name: queryString fullName: queryString children: [] langs: - typeScript type: property summary: 'La stringa di query, se devono essere presenti parametri aggiuntivi.' optional: true syntax: content: 'queryString?: string' return: type: - string package: azure-storage - uid: azure-storage.SharedKeyGenerateQueryStringArgs.resourceType name: resourceType fullName: resourceType children: [] langs: - typeScript type: property summary: 'Il tipo di risorsa, se la risorsa è un blob o contenitore. Null se la risorsa è una coda o tabella.' optional: true syntax: content: 'resourceType?: string' return: type: - string package: azure-storage - uid: azure-storage.SharedKeyGenerateQueryStringArgs.tableName name: tableName fullName: tableName children: [] langs: - typeScript type: property summary: 'Il nome della tabella, se la risorsa è una tabella. Null se la risorsa è un orqueue blob.' optional: true syntax: content: 'tableName?: string' return: type: - string package: azure-storage references: - uid: azure-storage.SharedKeyGenerateSignatureArgs name: SharedKeyGenerateSignatureArgs spec.typeScript: - name: SharedKeyGenerateSignatureArgs fullName: SharedKeyGenerateSignatureArgs uid: azure-storage.SharedKeyGenerateSignatureArgs
31.130952
124
0.697514
780effaee0f8e0522311ebbf2d84a5c5a4ecf893
475
yaml
YAML
tools/jruby-1.5.1/share/ri/1.8/system/WSDL/SOAP/Binding/cdesc-Binding.yaml
developerVilchez/oauth2_provider
6d22257fda79454760ae9c92f900c1d74a7e915f
[ "MIT" ]
14
2015-01-27T08:10:17.000Z
2019-08-06T13:46:47.000Z
java/jruby-1.1.3/share/ri/1.8/system/WSDL/SOAP/Binding/cdesc-Binding.yaml
rubyunderground/aujroras
f3776b1a69429ebf98daad197f98b8cc1403c4aa
[ "Apache-2.0" ]
1
2018-03-05T22:07:28.000Z
2018-03-05T22:07:28.000Z
java/jruby-1.1.3/share/ri/1.8/system/WSDL/SOAP/Binding/cdesc-Binding.yaml
rubyunderground/aujroras
f3776b1a69429ebf98daad197f98b8cc1403c4aa
[ "Apache-2.0" ]
3
2016-04-28T11:29:38.000Z
2020-10-15T14:53:35.000Z
--- !ruby/object:RI::ClassDescription attributes: - !ruby/object:RI::Attribute comment: name: style rw: R - !ruby/object:RI::Attribute comment: name: transport rw: R class_methods: - !ruby/object:RI::MethodSummary name: new comment: constants: [] full_name: WSDL::SOAP::Binding includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: parse_attr - !ruby/object:RI::MethodSummary name: parse_element name: Binding superclass: Info
17.592593
38
0.709474
e5682a5e5c3e4a950cde39d517e984f6794e66a7
935
yml
YAML
.github/workflows/twistlock-scan.yml
jimrazmus/axiomatic
4134a13046f520ce6176b8bb699c64d1e6a3a434
[ "MIT" ]
null
null
null
.github/workflows/twistlock-scan.yml
jimrazmus/axiomatic
4134a13046f520ce6176b8bb699c64d1e6a3a434
[ "MIT" ]
6
2020-02-13T14:21:33.000Z
2020-03-23T19:34:44.000Z
.github/workflows/twistlock-scan.yml
jimrazmus/axiomatic
4134a13046f520ce6176b8bb699c64d1e6a3a434
[ "MIT" ]
2
2020-02-19T19:55:25.000Z
2020-02-21T20:56:47.000Z
name: Twistlock Scan on: push: env: IMAGE_NAME: code42software/dir2consul jobs: twistlock: runs-on: ubuntu-latest steps: - name: Check out Source Code uses: actions/checkout@v3 - name: Download the Twistlock CLI run: | curl -k -u ${{ secrets.TwistlockUsername }}:${{ secrets.TwistlockPassword }} --output ./twistcli ${{ secrets.TwistlockConsole }}/api/v1/util/twistcli sudo chmod a+x ./twistcli - name: Build Docker Image run: docker build . --file Dockerfile --tag $IMAGE_NAME:${{ github.sha }} - name: Scan the Image run: set -o pipefail && ./twistcli images scan --details -address ${{ secrets.TwistlockConsole }} -u ${{ secrets.TwistlockUsername }} -p ${{ secrets.TwistlockPassword }} $IMAGE_NAME:${{ github.sha }} | grep -v CIS | grep "critical\|high\|important\|medium\|moderate\|low" | awk -F'|' '{ print $5 "\t" $7 }' | sort -u -k1,1
42.5
330
0.632086
e5e376265d198a078298651c1bdf0c5ebafab295
751
yaml
YAML
manifests/z/Zulip/Zulip/5.6.0.0/Zulip.Zulip.locale.en-US.yaml
Ahmed-Ki/winget-pkgs
bb87a305f87c882168586fe3ee6a1235d17625ff
[ "MIT" ]
1
2022-01-26T09:11:25.000Z
2022-01-26T09:11:25.000Z
manifests/z/Zulip/Zulip/5.6.0.0/Zulip.Zulip.locale.en-US.yaml
Ahmed-Ki/winget-pkgs
bb87a305f87c882168586fe3ee6a1235d17625ff
[ "MIT" ]
16
2021-10-06T19:47:34.000Z
2021-11-18T19:41:35.000Z
manifests/z/Zulip/Zulip/5.6.0.0/Zulip.Zulip.locale.en-US.yaml
Ahmed-Ki/winget-pkgs
bb87a305f87c882168586fe3ee6a1235d17625ff
[ "MIT" ]
1
2022-02-23T10:45:32.000Z
2022-02-23T10:45:32.000Z
# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.5-1-19041-1320 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json PackageIdentifier: Zulip.Zulip PackageVersion: 5.6.0.0 PackageLocale: en-US Publisher: Kandra Labs, Inc. # PublisherUrl: # PublisherSupportUrl: # PrivacyUrl: # Author: PackageName: Zulip PackageUrl: https://zulipchat.com/ License: Apache License 2.0 LicenseUrl: https://raw.githubusercontent.com/zulip/zulip-desktop/v5.7.0/LICENSE # Copyright: # CopyrightUrl: ShortDescription: Desktop client for Zulip, an open source team chat application. # Description: Moniker: zulip # Tags: # Agreements: # ReleaseNotes: # ReleaseNotesUrl: ManifestType: defaultLocale ManifestVersion: 1.1.0
27.814815
94
0.772304
90334a41bb8d91d9321fc13d232cc83a34e6986c
499
yaml
YAML
Kubernetes/statescore_local.yaml
s0rc3r3r01/statescore
67eab685b037d1f914ba2068687e925194a864e0
[ "Apache-2.0" ]
1
2016-09-05T15:09:49.000Z
2016-09-05T15:09:49.000Z
Kubernetes/statescore_local.yaml
s0rc3r3r01/statescore
67eab685b037d1f914ba2068687e925194a864e0
[ "Apache-2.0" ]
null
null
null
Kubernetes/statescore_local.yaml
s0rc3r3r01/statescore
67eab685b037d1f914ba2068687e925194a864e0
[ "Apache-2.0" ]
null
null
null
apiVersion: v1 kind: Pod metadata: name: statescore labels: name: statescore spec: containers: - resources: image: sorcerer01/statescore name: statescore env: - name: HOST_HOSTNAME value: kube1 ports: - containerPort: 80 name: node volumeMounts: - name: local-statescore mountPath: /opt/userlist/ readOnly: false volumes: - hostPath: path: /tmp name: local-statescore
19.192308
35
0.573146
8afc7b896579f7e3b5e96cf125bd70d0561dea6a
895
yml
YAML
data/az/legislature/Alma-Hernandez-6dba6afa-b274-4273-b8c6-270d27214eee.yml
brianhlin/people
1e62124c24feafe26437c344aa5a5bb1de00c740
[ "CC0-1.0" ]
null
null
null
data/az/legislature/Alma-Hernandez-6dba6afa-b274-4273-b8c6-270d27214eee.yml
brianhlin/people
1e62124c24feafe26437c344aa5a5bb1de00c740
[ "CC0-1.0" ]
null
null
null
data/az/legislature/Alma-Hernandez-6dba6afa-b274-4273-b8c6-270d27214eee.yml
brianhlin/people
1e62124c24feafe26437c344aa5a5bb1de00c740
[ "CC0-1.0" ]
null
null
null
id: ocd-person/6dba6afa-b274-4273-b8c6-270d27214eee name: Alma Hernandez party: - name: Democratic roles: - district: '3' jurisdiction: ocd-jurisdiction/country:us/state:az/government type: lower start_date: '2019-01-14' contact_details: - note: Capitol Office address: House of Representatives;1700 West Washington;Room Room 122;Phoenix, AZ 85007 voice: 602-926-3136 links: - url: https://www.azleg.gov/House/House-member/?legislature=54&session=122&legislator=1893 - note: linkedin url: https://www.linkedin.com/in/alma-hernandez-48139a188/ - note: youtube url: https://www.youtube.com/channel/UCbBfWrdnhNiGe0NPq2j-3NQ/featured sources: - url: http://www.azleg.gov/MemberRoster/?body=H image: https://www.azleg.gov/alisImages/MemberPhotos/54leg/House/HERNANDEZ_A.jpg ids: facebook: AlmaforAZ instagram: repahernandez twitter: almaforarizona email: ahernandez@azleg.gov
30.862069
91
0.773184
d92e8533ff56c210c19558dc958ede1ee6f6c203
47
yml
YAML
vars/FreeBSD.yml
kbrebanov/ansible-shinken
d6ccc5ec7cd5082f958f04bac1e1ea583118e1f6
[ "BSD-2-Clause" ]
null
null
null
vars/FreeBSD.yml
kbrebanov/ansible-shinken
d6ccc5ec7cd5082f958f04bac1e1ea583118e1f6
[ "BSD-2-Clause" ]
null
null
null
vars/FreeBSD.yml
kbrebanov/ansible-shinken
d6ccc5ec7cd5082f958f04bac1e1ea583118e1f6
[ "BSD-2-Clause" ]
null
null
null
--- # vars file for shinken (FreeBSD specific)
15.666667
42
0.702128
d9b6c2e8ad63da0ebadb51ba9f1d5e212d4130d5
3,102
yml
YAML
docker-compose.yml
austinmcconnell/myflaskapp
79223c0480387fd95e8dd26620bf0cd50659161c
[ "BSD-3-Clause" ]
null
null
null
docker-compose.yml
austinmcconnell/myflaskapp
79223c0480387fd95e8dd26620bf0cd50659161c
[ "BSD-3-Clause" ]
41
2018-01-21T22:49:43.000Z
2022-01-21T19:11:52.000Z
docker-compose.yml
austinmcconnell/myflaskapp
79223c0480387fd95e8dd26620bf0cd50659161c
[ "BSD-3-Clause" ]
1
2018-02-14T23:27:56.000Z
2018-02-14T23:27:56.000Z
version: "3.7" services: traefik: image: "traefik:v2.5.3" command: - --entrypoints.web.address=:80 - --entrypoints.websecure.address=:443 - --providers.docker - --api - --certificatesresolvers.le.acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory - --certificatesresolvers.le.acme.email=austin.s.mcconnell@gmail.com - --certificatesresolvers.le.acme.storage=/config/acme.json - --certificatesresolvers.le.acme.tlschallenge=true ports: - "80:80" - "443:443" volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - traefik:/config labels: # Dashboard - traefik.http.routers.traefik.rule=Host(`traefik.${DOMAIN}`) - traefik.http.routers.traefik.service=api@internal - traefik.http.routers.traefik.tls.certresolver=le - traefik.http.routers.traefik.entrypoints=websecure # global redirect to https - traefik.http.routers.http-catchall.rule=hostregexp(`{host:.+}`) - traefik.http.routers.http-catchall.entrypoints=web - traefik.http.routers.http-catchall.middlewares=redirect-to-https # middleware redirect - traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https web: build: . depends_on: - db - redis env_file: - .env environment: DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD}@db:5432/myflaskapp REDIS_URL: redis://redis volumes: - ./app/:/home/myflaskapp/app - ./migrations/:/home/myflaskapp/migrations labels: - traefik.http.routers.myflaskapp.rule=Host(`${DOMAIN}`) - traefik.http.services.myflaskapp.loadbalancer.server.port=5000 - traefik.http.routers.myflaskapp.tls.certresolver=le - traefik.http.routers.myflaskapp.entrypoints=websecure web-worker: build: . depends_on: - db - redis env_file: - .env environment: DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD}@db:5432/myflaskapp REDIS_URL: redis://redis entrypoint: ["./boot-worker.sh"] volumes: - ./app/:/home/myflaskapp/app - ./migrations/:/home/myflaskapp/migrations db: image: postgres:14.0 ports: - 5432:5432 restart: always environment: POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} POSTGRES_DB: myflaskapp volumes: - db:/var/lib/postgresql/data labels: - traefik.http.routers.postgres.rule=Host(`postgres.${DOMAIN}`) - traefik.http.services.postgres.loadbalancer.server.port=5432 - traefik.http.routers.postgres.tls.certresolver=le - traefik.http.routers.postgres.entrypoints=websecure redis: image: redis:6.2.6 command: ["redis-server", "--appendonly", "yes"] volumes: - redis:/data labels: - traefik.http.routers.redis.rule=Host(`redis.${DOMAIN}`) - traefik.http.services.redis.loadbalancer.server.port=6379 - traefik.http.routers.redis.tls.certresolver=le - traefik.http.routers.redis.entrypoints=websecure volumes: db: traefik: redis:
32.3125
103
0.664088
d9eb261572c9c8465ba6cb70bca15972ea003623
470
yml
YAML
mcp/reclass/classes/system/nginx/server/proxy/monitoring/prometheus_server.yml
DOTXV/OPNFV-Stable-Iruya
ec1fae44b9b9c2063cdf46c7d5f0f965e7e50b43
[ "Apache-2.0" ]
null
null
null
mcp/reclass/classes/system/nginx/server/proxy/monitoring/prometheus_server.yml
DOTXV/OPNFV-Stable-Iruya
ec1fae44b9b9c2063cdf46c7d5f0f965e7e50b43
[ "Apache-2.0" ]
null
null
null
mcp/reclass/classes/system/nginx/server/proxy/monitoring/prometheus_server.yml
DOTXV/OPNFV-Stable-Iruya
ec1fae44b9b9c2063cdf46c7d5f0f965e7e50b43
[ "Apache-2.0" ]
null
null
null
parameters: nginx: server: enabled: true site: nginx_proxy_prometheus_server: enabled: true type: nginx_proxy name: prometheus_server proxy: host: ${_param:prometheus_control_address} port: 15010 protocol: http host: name: ${_param:cluster_public_host} port: 15010 protocol: https ssl: ${_param:nginx_proxy_ssl}
24.736842
54
0.538298
5a54bc07a62137f6559512210404f10dd935302e
389
yml
YAML
.travis.yml
dekuenstle/pyndl
5360c0863f21abe77effea770fd1ef027bf4e8b4
[ "MIT" ]
10
2017-03-24T17:59:59.000Z
2022-03-31T08:13:15.000Z
.travis.yml
dekuenstle/pyndl
5360c0863f21abe77effea770fd1ef027bf4e8b4
[ "MIT" ]
156
2017-03-23T21:53:21.000Z
2021-09-13T08:31:44.000Z
.travis.yml
dekuenstle/pyndl
5360c0863f21abe77effea770fd1ef027bf4e8b4
[ "MIT" ]
4
2018-01-31T15:27:44.000Z
2022-03-03T11:48:35.000Z
language: python group: travis_latest dist: xenial git: depth: 3 quiet: true python: - 3.9 - 3.8 - 3.7 install: - pip3 install --upgrade pip # all three OSes agree about 'pip3' - pip3 install tox-travis script: tox -e travis # Macos Testing matrix: include: - name: "MacOS" os: osx language: sh script: tox -e nolinux env: OMP_NUM_THREADS: 4
12.966667
67
0.634961
77f9ad2229503b36f0a43cb5d1fad13ddcc99bf6
1,376
yaml
YAML
unittests/rendering/seaworthy-virt/pegleg_deckhand.airshipit.org_v1alpha1_deckhandcertificate_calico-node.yaml
keleustes/treasuremap
8343db2bc0a73e051c3d6690214837e51270945e
[ "Apache-2.0" ]
null
null
null
unittests/rendering/seaworthy-virt/pegleg_deckhand.airshipit.org_v1alpha1_deckhandcertificate_calico-node.yaml
keleustes/treasuremap
8343db2bc0a73e051c3d6690214837e51270945e
[ "Apache-2.0" ]
null
null
null
unittests/rendering/seaworthy-virt/pegleg_deckhand.airshipit.org_v1alpha1_deckhandcertificate_calico-node.yaml
keleustes/treasuremap
8343db2bc0a73e051c3d6690214837e51270945e
[ "Apache-2.0" ]
null
null
null
apiVersion: deckhand.airshipit.org/v1alpha1 kind: DeckhandCertificate metadata: name: calico-node namespace: pegleg spec: | -----BEGIN CERTIFICATE----- MIIDTzCCAjegAwIBAgIUS4xv983JzzKNYmFStCikUemFhqowDQYJKoZIhvcNAQEL BQAwKzETMBEGA1UEChMKS3ViZXJuZXRlczEUMBIGA1UEAxMLY2FsaWNvLWV0Y2Qw HhcNMTkwNTAyMjExNjAwWhcNMjAwNTAxMjExNjAwWjAXMRUwEwYDVQQDEwxjYWxj aWNvLW5vZGUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCl54T5x5Tb 9M8qgrej/nKq382vIuLfIV0vImEEZN2WT/FPpLoBB1zL6+0zKWdgcL2A7ZQXWVeS NTtgXjs6VlVJdyrOOce+Ku8zkcfRCTW5PgTW1SfbcvhvmUiu5oCDGESsBEVZhQjf d8LIcpEAPrd4GwAPEvKv78vXgDpZsJH0vgtPPJSb6vDVyTTaQqhHtw+t+U31Hfu8 1fPVO+RT+LzusuaBr6KIf8PBZUzSNsKP7Xc7b8DUZggoenr4QcM8oum5CethLaMI SazOK+l/d6DiNiL0RzxF47DSwyZPUkFiBrvZsqYrP+BERSP2jMl3oybnP8bx4V7A dLOYynBNk1mPAgMBAAGjfzB9MA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggr BgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUPAvLOhPj 0fJuD8jtaZQI/aANk0QwHwYDVR0jBBgwFoAUoaeoYl+8uL68qbnPFUFxOhn0dNUw DQYJKoZIhvcNAQELBQADggEBAKmrjWAC697jUTMn8LOTTx4a6QaJX6SwYFTFKhXq 8wln+Ertu3ubU0T8dFzMI/ICc2mUuUM8+utZQ2wt4PXIpNeuMNs3WkELSA17GbNk pDzysWvawjiBriAMc22xzZGFgNpkYSnyDM+/qbPwHWcZUkjfpTW4m4TgNiOBHC9z 55r983xjNJswpjODA++9muVdBDnYI2UzLr2umWzyp/lxoVd2e4FO9EIDpeZKGEMl oqipWgANDSanRLiR1P1YwvnJ1hcFDCen6/cZvVD0dJN0WDS3PRY42+s4Ez+J98PH GgRtbQD5W8vyCTgwSLgeuPQSM0KVJWs/1kZ1LZJ0BXejLUw= -----END CERTIFICATE-----
50.962963
66
0.901163
ae0e7035ac5c5b0cffec0efdc33ca4ff1e6e5098
146
yml
YAML
ansible/requirements.yml
GSA/grace-ubuntu-ami
a1fc0e14d703dbc99fdc72d27ab7588ec7e94c62
[ "CC0-1.0" ]
null
null
null
ansible/requirements.yml
GSA/grace-ubuntu-ami
a1fc0e14d703dbc99fdc72d27ab7588ec7e94c62
[ "CC0-1.0" ]
4
2018-08-02T17:54:32.000Z
2018-11-21T13:41:36.000Z
ansible/requirements.yml
GSA/grace-ubuntu-ami
a1fc0e14d703dbc99fdc72d27ab7588ec7e94c62
[ "CC0-1.0" ]
2
2018-10-07T18:14:49.000Z
2019-11-01T00:04:41.000Z
--- - src: https://github.com/GSA/ansible-os-ubuntu-16 - src: https://github.com/GSA/ansible-os-ubuntu-14 - src: cristian04.cloudwatch-monitoring
29.2
50
0.732877
48c99b3e76b863906dce5ccb959778e9b1f26c01
436
yml
YAML
.gitpod.yml
EYRA-Benchmark/grand-challenge.org
8264c19fa1a30ffdb717d765e2aa2e6ceccaab17
[ "Apache-2.0" ]
2
2019-06-28T09:23:55.000Z
2020-03-18T05:52:13.000Z
.gitpod.yml
EYRA-Benchmark/comic
8264c19fa1a30ffdb717d765e2aa2e6ceccaab17
[ "Apache-2.0" ]
112
2019-08-12T15:13:27.000Z
2022-03-21T15:49:40.000Z
.gitpod.yml
EYRA-Benchmark/grand-challenge.org
8264c19fa1a30ffdb717d765e2aa2e6ceccaab17
[ "Apache-2.0" ]
1
2020-03-19T14:19:57.000Z
2020-03-19T14:19:57.000Z
tasks: - init: | cp .env.dev .env && conda activate comic && createuser --superuser comic && createdb -O comic comic && pip install -e app && cd app && python manage.py migrate && python manage.py init_db_data image: file: .gitpod.Dockerfile vscode: extensions: - ms-python.python@2020.2.64397:hwGBCETiS+304zeJTipEhQ==
25.647059
64
0.534404
d04ef682f2e5243a37f5fec47e8a5afa4ea5dffc
178
yaml
YAML
source/Libraries/BethesdaLibrary/extension.yaml
darklinkpower/PlayniteExtensions
9d779ba25b0fc3f9842f804ada75603d4dff2ba8
[ "MIT" ]
null
null
null
source/Libraries/BethesdaLibrary/extension.yaml
darklinkpower/PlayniteExtensions
9d779ba25b0fc3f9842f804ada75603d4dff2ba8
[ "MIT" ]
null
null
null
source/Libraries/BethesdaLibrary/extension.yaml
darklinkpower/PlayniteExtensions
9d779ba25b0fc3f9842f804ada75603d4dff2ba8
[ "MIT" ]
null
null
null
Id: BethesdaLibrary_Builtin Name: Bethesda library integration Author: Playnite Version: 2.0 Module: BethesdaLibrary.dll Type: GameLibrary Icon: Resources\bethesdaicon.png
25.428571
35
0.814607
c2d204e9672cbceb5d510e5a035e3e468df2e55c
133
yaml
YAML
data/model/20170917200841/solver.yaml
select766/neneshogi
f355745844fb4c1add3e10083783d849be8ab80f
[ "MIT" ]
6
2017-11-13T13:07:44.000Z
2021-10-07T03:48:43.000Z
data/model/20170917200841/solver.yaml
select766/neneshogi
f355745844fb4c1add3e10083783d849be8ab80f
[ "MIT" ]
null
null
null
data/model/20170917200841/solver.yaml
select766/neneshogi
f355745844fb4c1add3e10083783d849be8ab80f
[ "MIT" ]
null
null
null
batchsize: 256 epoch: 10 id: '20170917200841' optimizer: MomentumSGD optimizer_kwargs: lr: 0.01 momentum: 0.9 val_batchsize: 512
14.777778
22
0.766917
b970e67891f9bd1c2f4b795e3ebe5f6735ff9933
155
yaml
YAML
Public/dependencies.yaml
Se7enSoftware/Se7enChat
b684763e040fdc3cf77bba742b22a47203f7fab9
[ "MIT" ]
1
2015-11-19T02:01:32.000Z
2015-11-19T02:01:32.000Z
Public/dependencies.yaml
Se7enSoftware/Se7enChat
b684763e040fdc3cf77bba742b22a47203f7fab9
[ "MIT" ]
null
null
null
Public/dependencies.yaml
Se7enSoftware/Se7enChat
b684763e040fdc3cf77bba742b22a47203f7fab9
[ "MIT" ]
null
null
null
'Se7enChat\Boundaries\IndexInputPort': 'Se7enChat\Interactors\IndexInteractor' 'Se7enChat\Boundaries\PostInputPort': 'Se7enChat\Interactors\PostInteractor'
77.5
78
0.864516
56ef75ae357d1093f81ad319a0a0bd5905d04ded
821
yml
YAML
prod/src/PrestaShopBundle/Resources/config/routing/admin/configure/shop_parameters/order_preferences.yml
NathanAnto/bookshop
f28a42c8365570894fa6ccd41405c7e4a3606db5
[ "MIT" ]
null
null
null
prod/src/PrestaShopBundle/Resources/config/routing/admin/configure/shop_parameters/order_preferences.yml
NathanAnto/bookshop
f28a42c8365570894fa6ccd41405c7e4a3606db5
[ "MIT" ]
null
null
null
prod/src/PrestaShopBundle/Resources/config/routing/admin/configure/shop_parameters/order_preferences.yml
NathanAnto/bookshop
f28a42c8365570894fa6ccd41405c7e4a3606db5
[ "MIT" ]
null
null
null
admin_order_preferences: path: / methods: [GET] defaults: _controller: 'PrestaShopBundle:Admin\Configure\ShopParameters\OrderPreferences:index' _legacy_controller: AdminOrderPreferences _legacy_link: AdminOrderPreferences admin_order_preferences_general_save: path: /general methods: [POST] defaults: _controller: 'PrestaShopBundle:Admin\Configure\ShopParameters\OrderPreferences:processGeneralForm' _legacy_controller: AdminOrderPreferences _legacy_link: AdminOrderPreferences:update admin_order_preferences_gift_options_save: path: /gift-options methods: [POST] defaults: _controller: 'PrestaShopBundle:Admin\Configure\ShopParameters\OrderPreferences:processGiftOptionsForm' _legacy_controller: AdminOrderPreferences
35.695652
110
0.771011
f217fae3ebcce26ac9af471bfdd2e46286d4963f
97
yml
YAML
.travis.yml
bbf/click-to-deploy
8efb814180c75556d352802e9d85d5730f7cf3ad
[ "Apache-2.0" ]
1
2019-02-12T21:48:21.000Z
2019-02-12T21:48:21.000Z
.travis.yml
DalavanCloud/click-to-deploy
888d0d7d675bc3d50838cdbebcf0492dbc38050e
[ "Apache-2.0" ]
1
2019-02-22T21:58:20.000Z
2019-02-22T21:58:20.000Z
.travis.yml
DalavanCloud/click-to-deploy
888d0d7d675bc3d50838cdbebcf0492dbc38050e
[ "Apache-2.0" ]
null
null
null
language: python install: pip install jinja2 script: ./cloudbuild-k8s-generator.py --verify_only
24.25
51
0.804124
478f85d44712624ee4ed0f4aa9797ae1fa16e17f
667
yml
YAML
whoami/docker-compose.yml
samrdg/traefik-docker
16c1d9c808dfce38a29c80bc82f0c569fd9dad55
[ "Unlicense" ]
null
null
null
whoami/docker-compose.yml
samrdg/traefik-docker
16c1d9c808dfce38a29c80bc82f0c569fd9dad55
[ "Unlicense" ]
null
null
null
whoami/docker-compose.yml
samrdg/traefik-docker
16c1d9c808dfce38a29c80bc82f0c569fd9dad55
[ "Unlicense" ]
null
null
null
services: whoami: image: traefik/whoami:latest container_name: whoami restart: unless-stopped networks: - outside labels: - "traefik.enable=true" - "traefik.http.routers.whoami.rule=Host(`whoami.domain.localhost`)" - "traefik.http.routers.whoami.entrypoints=https" # set HSTS headers with middleware - "traefik.http.routers.whoami.middlewares=hsts-headers@file" # set TLS options - "traefik.http.routers.whoami.tls.certresolver=le" - "traefik.http.routers.whoami.tls.options=modern@file" # attach to the outside network networks: outside: external: true name: traefik-outside-net
29
74
0.686657
19ac58a8679b1de4f0d413f04e53af468a675ac8
299
yml
YAML
docker_jupyterlab/docker-compose.yml
maszkma/my_dev_env
67421d2e311ccc8517f2a9d78ca7d74816a96ba2
[ "MIT" ]
null
null
null
docker_jupyterlab/docker-compose.yml
maszkma/my_dev_env
67421d2e311ccc8517f2a9d78ca7d74816a96ba2
[ "MIT" ]
null
null
null
docker_jupyterlab/docker-compose.yml
maszkma/my_dev_env
67421d2e311ccc8517f2a9d78ca7d74816a96ba2
[ "MIT" ]
null
null
null
version: "3" services: jupyter: build: . volumes: - ./work:/home/work restart: always expose: - "8888" ports: - "127.0.0.1:8888:8888" command: jupyter-lab --ip 0.0.0.0 --port=8888 --allow-root --no-browser --NotebookApp.token='' --notebook-dir=/home/work
23
124
0.578595
19c2e872da5815a81617c6c6c35bd72c585b4fb4
584
yaml
YAML
cloudbuild.yaml
andreadev-it/gatsby-plugin-no-javascript
1ff007824902cc2897a1809a5ef4235641828cea
[ "MIT" ]
71
2019-07-20T18:45:51.000Z
2022-03-04T09:18:21.000Z
cloudbuild.yaml
andreadev-it/gatsby-plugin-no-javascript
1ff007824902cc2897a1809a5ef4235641828cea
[ "MIT" ]
11
2019-07-24T18:10:30.000Z
2021-12-16T19:16:33.000Z
cloudbuild.yaml
andreadev-it/gatsby-plugin-no-javascript
1ff007824902cc2897a1809a5ef4235641828cea
[ "MIT" ]
14
2019-08-12T19:07:36.000Z
2022-02-02T15:22:40.000Z
steps: - name: node:12 args: ['npm', 'ci'] id: install - name: node:12 args: ['npm', 'run', 'lint'] waitFor: - install # Attempting to test against all "Current", "Active", and "Maintenance" versions of Node supported by Gatsby. # https://www.gatsbyjs.org/docs/upgrading-node-js/#gatsbys-nodejs-support-policy - name: node:10 args: ['npm', 'run', 'test'] waitFor: - install - name: node:12 args: ['npm', 'run', 'test'] waitFor: - install - name: node:14 args: ['npm', 'run', 'test'] waitFor: - install
21.62963
111
0.570205
d32352d77414d30f00c30658e477b81799c487a7
122
yaml
YAML
encryption/ntru-prime/streamlined/streamlined.yaml
cryptoeng/pqdb
fd0f3c2a4b4d508dfc8f1f35fc235ec7ee6b1324
[ "Apache-2.0" ]
4
2020-06-16T15:27:06.000Z
2020-10-16T08:37:01.000Z
encryption/ntru-prime/streamlined/streamlined.yaml
cryptoeng/pqdb
fd0f3c2a4b4d508dfc8f1f35fc235ec7ee6b1324
[ "Apache-2.0" ]
143
2020-02-14T11:24:01.000Z
2021-05-20T16:21:57.000Z
encryption/ntru-prime/streamlined/streamlined.yaml
cryptoeng/pqdb
fd0f3c2a4b4d508dfc8f1f35fc235ec7ee6b1324
[ "Apache-2.0" ]
2
2020-03-03T16:28:15.000Z
2020-03-09T12:35:48.000Z
name: Streamlined NTRU-Prime type: KEM security notion: IND-CCA security notion comment: Based on Dent's KEM construction
24.4
57
0.811475
e7345246c0884b20b8699f0203a8c1ecbf1af246
712
yaml
YAML
.github/workflows/release.yaml
hwikene/homeassistant-volkswagencarnet
9eb180c5246abd1d52de3243fdf96cfdb5e4d776
[ "Apache-2.0" ]
null
null
null
.github/workflows/release.yaml
hwikene/homeassistant-volkswagencarnet
9eb180c5246abd1d52de3243fdf96cfdb5e4d776
[ "Apache-2.0" ]
null
null
null
.github/workflows/release.yaml
hwikene/homeassistant-volkswagencarnet
9eb180c5246abd1d52de3243fdf96cfdb5e4d776
[ "Apache-2.0" ]
null
null
null
name: Release on: release: types: [prereleased,published] jobs: build: name: Upload Assets runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 # with: # fetch-depth: 0 - name: Create zip run: | cd custom_components/volkswagencarnet zip volkswagencarnet.zip -r ./ - name: Upload zip to release uses: svenstaro/upload-release-action@v1-release with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ./custom_components/volkswagencarnet/volkswagencarnet.zip asset_name: volkswagencarnet.zip tag: ${{ github.ref }} overwrite: true
23.733333
73
0.59691
cb247fd7f98ab71f3f029cdd4205bf773bc36951
65
yaml
YAML
deployments/infra-services/overlays/cluster-1/cert-manager/kustomization.yaml
sekka1/gcp-anthos-config-sync-example
8ebcd4a49def81e09b0083a0ffd2bf6e4ae2e37c
[ "Apache-2.0" ]
null
null
null
deployments/infra-services/overlays/cluster-1/cert-manager/kustomization.yaml
sekka1/gcp-anthos-config-sync-example
8ebcd4a49def81e09b0083a0ffd2bf6e4ae2e37c
[ "Apache-2.0" ]
null
null
null
deployments/infra-services/overlays/cluster-1/cert-manager/kustomization.yaml
sekka1/gcp-anthos-config-sync-example
8ebcd4a49def81e09b0083a0ffd2bf6e4ae2e37c
[ "Apache-2.0" ]
null
null
null
namespace: cert-manager resources: - ../../../base/cert-manager
13
28
0.676923
0a526de0e63e45c54b46efcf234873b84fe00e66
27
yml
YAML
wmis/extern/argtable3-3.0.3/.travis.yml
Ya-Za/KaMIS
82a39d695b370776111fbb0563212d22e85676ed
[ "MIT" ]
126
2020-06-01T01:53:03.000Z
2022-03-25T23:02:23.000Z
wmis/extern/argtable3-3.0.3/.travis.yml
Ya-Za/KaMIS
82a39d695b370776111fbb0563212d22e85676ed
[ "MIT" ]
50
2020-06-19T20:15:31.000Z
2021-12-30T11:20:11.000Z
wmis/extern/argtable3-3.0.3/.travis.yml
Ya-Za/KaMIS
82a39d695b370776111fbb0563212d22e85676ed
[ "MIT" ]
46
2015-02-14T20:25:47.000Z
2020-05-28T20:16:03.000Z
language: c script: make
5.4
12
0.703704
e303c0d3303d8dba2421feed589130c72442dcf4
1,338
yml
YAML
docs-ref-autogen/com.azure.search.documents.models.SearchOptions.setFacets.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.search.documents.models.SearchOptions.setFacets.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.azure.search.documents.models.SearchOptions.setFacets.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.search.documents.models.SearchOptions.setFacets*" fullName: "com.azure.search.documents.models.SearchOptions.setFacets" name: "setFacets" nameWithType: "SearchOptions.setFacets" members: - uid: "com.azure.search.documents.models.SearchOptions.setFacets(java.lang.String...)" fullName: "com.azure.search.documents.models.SearchOptions.setFacets(String[] facets)" name: "setFacets(String[] facets)" nameWithType: "SearchOptions.setFacets(String[] facets)" summary: "Set the facets property: The list of facet expressions to apply to the search query. Each facet expression contains a field name, optionally followed by a comma-separated list of name:value pairs." parameters: - description: "the facets value to set." name: "facets" type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />[]" syntax: "public SearchOptions setFacets(String[] facets)" returns: description: "the SearchOptions object itself." type: "<xref href=\"com.azure.search.documents.models.SearchOptions?alt=com.azure.search.documents.models.SearchOptions&text=SearchOptions\" data-throw-if-not-resolved=\"False\" />" type: "method" metadata: {} package: "com.azure.search.documents.models" artifact: com.azure:azure-search-documents:11.3.0
55.75
209
0.763079
415fba7e2a5f234680c3bf996c6950322e439904
4,248
yaml
YAML
clusters/production/infrastructure.yaml
mmontes11/k8s-infrastructure
a772fe64778d20e74a1776da990889e7f1322151
[ "MIT" ]
null
null
null
clusters/production/infrastructure.yaml
mmontes11/k8s-infrastructure
a772fe64778d20e74a1776da990889e7f1322151
[ "MIT" ]
null
null
null
clusters/production/infrastructure.yaml
mmontes11/k8s-infrastructure
a772fe64778d20e74a1776da990889e7f1322151
[ "MIT" ]
null
null
null
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: rbac namespace: flux-system spec: interval: 5m sourceRef: kind: GitRepository name: flux-system path: ./infrastructure/rbac prune: true timeout: 5m --- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: nfs-provisioner namespace: flux-system spec: interval: 5m sourceRef: kind: GitRepository name: flux-system path: ./infrastructure/nfs-provisioner prune: true timeout: 5m --- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: sealed-secrets namespace: flux-system spec: interval: 5m sourceRef: kind: GitRepository name: flux-system path: ./infrastructure/sealed-secrets prune: true wait: true timeout: 5m --- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: kubelet-csr-approver namespace: flux-system spec: interval: 5m sourceRef: kind: GitRepository name: flux-system path: ./infrastructure/kubelet-csr-approver prune: true timeout: 5m --- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: metrics-server namespace: flux-system spec: dependsOn: - name: kubelet-csr-approver interval: 5m sourceRef: kind: GitRepository name: flux-system path: ./infrastructure/metrics-server prune: true timeout: 5m --- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: kubernetes-dashboard namespace: flux-system spec: dependsOn: - name: rbac interval: 5m sourceRef: kind: GitRepository name: flux-system path: ./infrastructure/kubernetes-dashboard prune: true timeout: 5m --- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: kube-prometheus-stack namespace: flux-system spec: dependsOn: - name: sealed-secrets interval: 5m sourceRef: kind: GitRepository name: flux-system path: ./infrastructure/kube-prometheus-stack prune: true timeout: 5m --- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: chartmuseum namespace: flux-system spec: dependsOn: - name: sealed-secrets - name: kube-prometheus-stack interval: 5m sourceRef: kind: GitRepository name: flux-system path: ./infrastructure/chartmuseum prune: true timeout: 5m --- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: sources namespace: flux-system spec: dependsOn: - name: chartmuseum interval: 5m sourceRef: kind: GitRepository name: flux-system path: ./infrastructure/sources prune: true timeout: 5m --- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: metallb namespace: flux-system spec: interval: 5m sourceRef: kind: GitRepository name: flux-system path: ./infrastructure/metallb prune: true timeout: 5m --- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: traefik namespace: flux-system spec: dependsOn: - name: sealed-secrets - name: metallb interval: 5m sourceRef: kind: GitRepository name: flux-system path: ./infrastructure/traefik prune: true timeout: 5m --- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: ingressroutes namespace: flux-system spec: dependsOn: - name: traefik interval: 5m sourceRef: kind: GitRepository name: flux-system path: ./infrastructure/ingressroutes prune: true timeout: 5m --- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: monitors namespace: flux-system spec: dependsOn: - name: kube-prometheus-stack - name: traefik interval: 5m sourceRef: kind: GitRepository name: flux-system path: ./infrastructure/monitors prune: true timeout: 5m --- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: networkpolicies namespace: flux-system spec: interval: 5m sourceRef: kind: GitRepository name: flux-system path: ./infrastructure/networkpolicies prune: true timeout: 5m
19.666667
47
0.729049
31db27ec189bee0e37dbd2a934ed7110cc643f4c
4,632
yml
YAML
.travis.yml
opentracing-contrib/scala-akka
266f45041dc65c6fb56a502149faa5d5a64c8d45
[ "Apache-2.0" ]
16
2018-04-18T00:52:00.000Z
2020-07-30T14:25:15.000Z
.travis.yml
opentracing-contrib/scala-akka
266f45041dc65c6fb56a502149faa5d5a64c8d45
[ "Apache-2.0" ]
1
2019-07-13T10:06:54.000Z
2019-07-13T10:06:54.000Z
.travis.yml
opentracing-contrib/scala-akka
266f45041dc65c6fb56a502149faa5d5a64c8d45
[ "Apache-2.0" ]
4
2018-03-21T10:18:06.000Z
2021-04-05T10:32:45.000Z
sudo: required dist: trusty language: java jdk: - oraclejdk8 cache: directories: - $HOME/.m2/repository before_install: # allocate commits to CI, not the owner of the deploy key - git config user.name "opentracingci" - git config user.email "opentracingci+opentracing@googlegroups.com" # setup https authentication credentials, used by ./mvnw release:prepare - git config credential.helper "store --file=.git/credentials" - echo "https://$GH_TOKEN:@github.com" > .git/credentials install: # Override default travis to use the maven wrapper - ./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -B -V script: - ./travis/publish.sh branches: except: - /^[0-9]/ after_success: - mvn jacoco:report coveralls:report env: global: # Ex. travis encrypt BINTRAY_USER=your_github_account - secure: "QpfLZCmeTQoSgERhlNmhSNaZaXfzw+l49hUay34eE2Vs3UTKVITw1IIIt8VFkK6AZfC47Sn+kggt89ArSJ0G6ypQFptfubGic2S9OOrZMDwOvnovquXW46BpDkOAaMmIy9B5QN6wsAyg/qk0Wl6SR25eFNZo8poK/HtH6UHvQwIS4P8IdegKJ2mPEtGL17zk8FeSNTIKkPjvGYMZRKFJcHDSg4BnAf0tha/9aTgkkxcQs/vZYmueQkx6UE6jzilGowzNpV1CcvpgppHnmTx6deFzDW60thoyKv7OPcemn8LCsklPhldYj1wxu0wUeD/ItNNDKRZpCghIG86Cb1Yxg9lXaRWdFAwqlKG2oHAAdAMvWs4kbttTeo9F5kGyGGSWnINPAv1HWckRIWtIWKqE/oxMUPpNzVUWGb+ffmfyBxHLXzxU43c4UtjA7vReg2LE5HlMU2X4BKO/MBgjeX70MXXvYezZhr1wxZqUV4upQ89SbT7X5npYz6gmCWHVEoGJTprzvQylJyz5eC7Bu/7yCalpaj3WE7Utc32Sr1phLyAVlR4UQsdfoqx24C/3dlHEIav8ZkcujcjRM3hJZt72ZZscYL+pS0sJbC3Ld2Mz/eKQiFiJ/JJiQpgNKBnclwxrEH3wqwDDlxmRVQIL8fL2oo5O+R4HKcpI2oFUB7xGpIY=" # Ex. travis encrypt BINTRAY_KEY=xxx-https://bintray.com/profile/edit-xxx --add - secure: "qIiiZ1I0cwDIub7xGcaGsbmbymn6sDHxkSIsZNwArmkZmKdN51+jDCv3iTBSnJitKScXcQvGisZKORuWUjEakIyidYlxBZnpKv9FGxMpPHbLkpVXE2QKwq1JpXw8HbUgD4MHxzHm4ODgLhLqim/pImOxZCcnri7BldbuD6YZLp5GaQtu25g4Vt38Bfb9sCUTdOpzhpGwzVMCGZ0pBIM0UgrsuyO9rW71jJ9fqRZ5ksP53lP0asDgmJIUIvR96O072d7Wq3r+rsuqVqqFwzHPaPEupFtLDs3gEBBpqu+iVOpKTPfTNFBUKibhZesouZ522NWkvnbqR+Jm8g8ScbAmtId/iCt7pTGJG9n18OTMXSfG7GU4bMLK+3OtQ609ORv5whyEyzv9oV/0wujgoAJARSoHoTwStqZq0m10FYF56ccU/Z+llGlvLHoeNpCcQsciYMOC+1OhMRLontp7+Qvt1n/C+rFbTlwUnGMkyLeIYwdCOgU3ZROJ3CJAl+L8MJbWPTGQCBBkN/cDEE2ff6wgthrsF4UZf2kP+okGe6nXUn4rsmzWz4CINf00/SLvtu9KjAqCurMOPZ1Nd3Kwe4EMqcuXru+uvu71M6PnlD5pUh2/LHJiXQydNKgwgcN/Q96UuDxyfWwc14z3jgWtknL8WddhcA0RE4B4MovjPpWA9Rk=" # Ex. travis encrypt GH_TOKEN=XXX-https://github.com/settings/tokens-XXX --add - secure: "CUUe2C9hGoMqbZy+3SjVFCjPqNWc8xWaO4LOCt+97/4A0ubjG1wY3bO7aBX7rwI6i6RtBVt1CanSd1HAdv3HKmGcSTVqkPxJok40UmXqosj3PbqGzVKBLb13KNgBP29FX/U2HSoFLFqboOyWeEvReLcZ6l4m3cRZO76FaiMyYvqpoTL/NEj8AzrGe5yHgyoVzkKv2jyjk+s12Udo5qSWQQzS1zuPKedZoE3+keNQEq7cyZ2pGLUr34eYte6s6J8Qz8zCfm5yYfmNv2mlUYI8k4o/4SIgx+lNwzs1KFjJVfacdgrFsUN20h+cYNEYUHd3ER31oTfn6vOnVasahNPRvrQiZT3d77LCqBqIjk+Q9Ilt2M0NQAeK3T+3Md+makqF6vkpjdvmcMM1u14yFXzNCABoAyeZ8qy7Yp7jfAh0L31Hs+uMFQF8wKEoDrKDIKTe1+dhD8aj5xQPKkKuSw14u/vDHDwdFLgQPFkKAPVr28RMK69ArJ6JqiUR8Vrxg1M15i0X5d9FLFKtGGlVkbXD2bkJGUem5ZJVv+K/kDnQuuYT5y8nqCO/nak2sbe1qnqLXtQHFzpRV4rFUGNf8GSm7qz2iK82kOk3bpwQj0mtWQhzYPBP+03JBIBw1qtu4UN0vxDo3LzSjS81EW1ckPW9EmVsOx5sWOEUKOOtnQaGkOY=" # Ex. travis encrypt SONATYPE_USER=your_sonatype_account - secure: "r6y18Nx4RZkLdRhLtCynJGPSJ1jXPDm9sDUXk34vH67WGXrjlfZEVOrEFV5oMpfx0ls1vQniCmQ8GQiBgF814T3xPz7wAMQU6YsukbMbwYXrGbu1BjRw2ewfEWAggg6kmKWYXqjo4gEFUeDMciswyoePMcM0/SHA1V5zG9bHxoeYbRLZTCtNNA72SAc7CT3Bh/7O8x4FXwqYuvsbznBL7kF7D1+IPW4GYiiVA3AHyPANNQefnIC3O659FP0o2cjh0YThoC6HzZ0cMhVgwPy/hKOMkUjEoPsL1iTQX+X08St0PcgR+FKzgM2Xev24tzmjZ1aR2CChEb/6iHiLTOew2tufSoJgzuaGQVwATZnxuynnSGx8Unmkt2Ux2+WQNWaG0/f+CC2cTGPqDiNjDb/LQaELuMj++2+756iN8gnDy3Cg5wOqmv8KO+8SMjupYTR/3Ve5nsCjxst5dIktXiZzwrnhdv76A4HpBztq0CNtjaakfileCbSnxFhdGk4e4nwW0YuCNHYuB8WESrrkdXFnEKjunCwQzIydh4cL3ZJM/SMKrnta898Fhxyk5UU6Nduc4AGn0KlBeffo50MijYdS9e7EpnaaVaC+vjxQhlzbFlKSFBC7Z6INQ6FxUHrfngbz12ZVCTnKMEYsL2Fy3KdPBOddyi2+BBf473cAQ0lDxf8=" # Ex. travis encrypt SONATYPE_PASSWORD=your_sonatype_password - secure: "ZWcBKiUWt5EprjeIr63Jrw1qtWQ33i4egnVdLyCGPMiC0wkvQlxQfne6vEDqf0DV0WQfhq1Tp+tuxGTOHmwR5ONIqdWbpVeI4ydm+VVzU1Mz38aIV6CrAyPyCObYVURDH33cjiNnS8pVhhFOUuXHpY2oxAPetPI7ypG/2HyV1m0jgRx9d+5dt/UWYbjefT+YVC7K+5dKpUN9hVc78ws7Hs0rVZ8uM7SO7/x2Fr6czMoC18F8ifRlBUs8ztrMX/2b1Gx5JyPUqFfVbtwPFobxqWlvI9XeMmb+zUfLGu9DSWVjWsLDldj1q7zXBB59uyKUfnu3z/w1x0ZA1Hef1umAc1xfFs8yZxluVzLOrkGXvg53vQjxSComZ+BmIX7s4/14uGSUCYuUioxsiX+hXL/RMqHoZ9arioNq2k8m6RBC1ONLzIKfbXuHAX218JRPlddqLmhy4Y0F3GE1Pjqddgr+VTblLrHmcoMZjlnrCy03QHBZzwdZC0/POmIURCLKuwIgTyHGnilWBD1I9QQLs1txAfhPHoS2jr3gWEM9dxZPsPVU0wU33BAx3+MJRrnESQH855VyQkKD+wzKzz22fAY3q63YqICPI9BA4D4eA4RV4XrFVEoS4zPaMxNKlx9JjAs7SGNCVIdRn2E848E7MKw/Wxyd3WK4Hi8CgHalhQkGUmQ="
98.553191
700
0.901339
5c21ebb3001df5745b257f334f482176fd72e1b6
2,139
yaml
YAML
redis-function/k8s/cache-order.yaml
oksanazubchenko/kyma-runtime-extension-samples
c368e92cf2ed3c4a827ae139fc33e2640a223b41
[ "Apache-2.0" ]
91
2020-07-06T19:38:37.000Z
2022-03-14T14:44:52.000Z
redis-function/k8s/cache-order.yaml
oksanazubchenko/kyma-runtime-extension-samples
c368e92cf2ed3c4a827ae139fc33e2640a223b41
[ "Apache-2.0" ]
48
2020-09-09T08:32:38.000Z
2022-03-14T11:01:09.000Z
redis-function/k8s/cache-order.yaml
oksanazubchenko/kyma-runtime-extension-samples
c368e92cf2ed3c4a827ae139fc33e2640a223b41
[ "Apache-2.0" ]
49
2020-07-15T12:39:52.000Z
2022-03-10T10:40:18.000Z
apiVersion: serverless.kyma-project.io/v1alpha1 kind: Function metadata: name: cache-order spec: deps: "{ \n \"name\": \"cache-order\",\n \"version\": \"1.0.0\",\n \"dependencies\": {\n \"axios\": \"^0.18.1\",\n \"redis\": \"^3.0.2\",\n \"handy-redis\": \"^2.0.0\"\n }\n}" env: - name: SITE value: electronics - name: REDIS_PORT value: "6379" - name: REDIS_PASSWORD value: kPppOZp2hC - name: REDIS_HOST value: redis.dev.svc.cluster.local labels: maxReplicas: 1 minReplicas: 1 resources: limits: cpu: 100m memory: 128Mi requests: cpu: 50m memory: 64Mi source: "const axios = require(\"axios\");\nconst hredis = require(\"handy-redis\");\nconst COMM_GATEWAY_URL = process.env[\"<REPLACE WITH GATEWAY_URL>\"];\n\nconst client = hredis.createNodeRedisClient({\n port: process.env[\"REDIS_PORT\"],\n \ host: process.env[\"REDIS_HOST\"],\n password: process.env[\"REDIS_PASSWORD\"]\n});\n\nmodule.exports = { \n main: async function (event, context) {\n const orderCode = event.data.orderCode\n \ console.log(\"Processing event with orderCode: \", orderCode);\n \n const response = await getOrderDetails(orderCode);\n const orderValue = response.totalPriceWithTax.value;\n \ console.log(\"Received order value of: \", orderValue, \" for orderCode: \", orderCode);\n \n cacheOrder(orderCode, orderValue, client);\n }\n}\n\nasync function getOrderDetails(orderCode) {\n const ordersUrl = `${COMM_GATEWAY_URL}/${process.env.SITE}/orders/${orderCode}`;\n \ console.log(\"Getting ordering details via: %s\", ordersUrl, \" for orderCode: \", orderCode);\n const response = await axios.get(ordersUrl);\n console.log(JSON.stringify(response.data, null, 2));\n return response.data;\n}\n\n\nfunction cacheOrder(orderCode, orderValue){\n \ console.log(\"Caching data to redis for orderCode: \", orderCode);\n var orderDate = new Date();\n return client.hmset(orderCode, [\"orderCode\", orderCode ], [\"Date\", orderDate], [\"Value\", orderValue]);\n}" type: ""
48.613636
127
0.641421
4cf00e47eb901576b2c2042eb4b90fc8b25f867f
743
yaml
YAML
reports/stages/manhattan.ci.chef.co/job/chef-build/architecture=x86_64-platform=el-5-project=chef-role=builder/227.yaml
chef-boneyard/jenkins_pipeline_report
c74f6df8b5658c3a341f11ac244efee8ab63ec21
[ "Apache-2.0" ]
null
null
null
reports/stages/manhattan.ci.chef.co/job/chef-build/architecture=x86_64-platform=el-5-project=chef-role=builder/227.yaml
chef-boneyard/jenkins_pipeline_report
c74f6df8b5658c3a341f11ac244efee8ab63ec21
[ "Apache-2.0" ]
null
null
null
reports/stages/manhattan.ci.chef.co/job/chef-build/architecture=x86_64-platform=el-5-project=chef-role=builder/227.yaml
chef-boneyard/jenkins_pipeline_report
c74f6df8b5658c3a341f11ac244efee8ab63ec21
[ "Apache-2.0" ]
2
2021-06-27T16:09:19.000Z
2021-08-29T14:08:44.000Z
--- result: SUCCESS timestamp: 2016-07-28 21:13:46 UTC url: http://manhattan.ci.chef.co/job/chef-build/architecture=x86_64,platform=el-5,project=chef,role=builder/227/ trigger_url: http://manhattan.ci.chef.co/job/chef-trigger-ad_hoc/110/ duration: 9m6s steps: total: 9m6s before (setup time): 1m34s omnibus: total: 7m36s fetch: total: 48s NullFetcher: chef-complete: 11s after (cleanup time): "-11s" PathFetcher: chef: 45s build: total: 6m42s GitCache: 2m35s Software: 2m35s Builder: total: 2m15s chef: 1m17s chef-appbundle: 41s Project: chef: 4m7s Licensing: 1m4s HealthCheck: 22s Packager::RPM: 2m41s
23.21875
112
0.624495
ed9a70e81e970483ed0b47e2c1b9afc239129975
772
yaml
YAML
_data/bt-openzone.yaml
api-network/organizations
a6c87f20aa4b44dee7a48d52506e25cf8e6556da
[ "Apache-2.0" ]
4
2021-02-19T03:02:53.000Z
2022-03-23T07:51:17.000Z
_data/bt-openzone.yaml
api-network/organizations
a6c87f20aa4b44dee7a48d52506e25cf8e6556da
[ "Apache-2.0" ]
null
null
null
_data/bt-openzone.yaml
api-network/organizations
a6c87f20aa4b44dee7a48d52506e25cf8e6556da
[ "Apache-2.0" ]
3
2021-02-19T03:02:59.000Z
2021-10-03T22:25:23.000Z
--- name: BT Openzone description: Enjoy great-value wireless internet access and get wi-fi access in hundreds of wi-fi hotspots image: "" created: "2021-02-04" modified: "2021-02-04" specificationVersion: "0.14" x-rank: "7" x-alexaRank: "30121" url: https://raw.githubusercontent.com/api-network/organizations/main/bt-openzone.yaml tags: - Wireless Internet - Wireless Broadband - Wireless Access - Wi-Fi Internet Access - Public Access Hotspot Providers - Hotspot - BT Openzone - BT - "\xC2\u01415 A Month Wi-Fi" - 1p A Minute Wi-Fi apis: [] x-common: - type: x-privacy url: https://www.bt.com/privacy-policy/ - type: x-website url: https://www.btopenzone.com include: [] maintainers: - FN: Kin Lane x-twitter: apievangelist email: info@apievangelist.com ---
22.705882
88
0.729275
32216242afdbb44588cb22ac1906a903c7be820e
533
yaml
YAML
als-actions/shared/src/test/resources/codeactions/extract-element/schema-from-oas/schema.yaml.golden.yaml
aml-org/als
da00a297c255bfd4c237b8f13dc91399d9b6e61f
[ "Apache-2.0" ]
6
2021-08-30T17:52:29.000Z
2022-01-25T00:25:47.000Z
als-actions/shared/src/test/resources/codeactions/extract-element/schema-from-oas/schema.yaml.golden.yaml
aml-org/als
da00a297c255bfd4c237b8f13dc91399d9b6e61f
[ "Apache-2.0" ]
44
2021-03-31T17:19:39.000Z
2022-03-28T21:23:16.000Z
als-actions/shared/src/test/resources/codeactions/extract-element/schema-from-oas/schema.yaml.golden.yaml
aml-org/als
da00a297c255bfd4c237b8f13dc91399d9b6e61f
[ "Apache-2.0" ]
4
2021-04-09T21:13:08.000Z
2021-12-13T17:51:24.000Z
documentChanges: file://als-actions/shared/src/test/resources/codeactions/extract-element/schema-from-oas/schema.yaml: - from: line: 9 column: 17 to: line: 11 column: 30 content: | + $ref: "#/components/schemas/newschema" - from: line: 5 column: 0 to: line: 5 column: 0 content: | + schemas: newschema: type: string example: textplain
19.035714
103
0.463415
9ea08c5b88dad26a8406c7f63b95429b930bfcab
2,910
yaml
YAML
charts/backup/values.yaml
IceBear2k/charts
ec0f9d90e774f7cb508b0ff6acfa13779c783482
[ "MIT" ]
null
null
null
charts/backup/values.yaml
IceBear2k/charts
ec0f9d90e774f7cb508b0ff6acfa13779c783482
[ "MIT" ]
null
null
null
charts/backup/values.yaml
IceBear2k/charts
ec0f9d90e774f7cb508b0ff6acfa13779c783482
[ "MIT" ]
null
null
null
# -- The repository location repo: ~ pvc: ~ # -- The secret that all containers load their environment from. See https://restic.readthedocs.io/en/latest/040_backup.html#environment-variables for variables. secretName: "backup-secret" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" backupJob: # -- Additional environment values to load. Only applies to the backup container, not the init containers that initializes the restic repository. Has to match the pod.spec.containers.env spec. env: [] # -- when to run backups schedule: "17 3 * * *" # -- concurrencyPolicy for the backup Jobs concurrencyPolicy: Forbid # -- restartPolicy for the backup Jobs restartPolicy: OnFailure nodeSelector: {} tolerations: [] # -- labels of a pod that a strict affinity for scheduling will be set to. Needed for `ReadWriteOnce` PVCs. affinityLabels: {} # -- to specify a full `spec.affinity` map for a pod. In most cases, `backupJob.affinityLabels` will be sufficient. affinity: {} securityContext: {} # -- successfulJobsHistoryLimit for the backup Jobs successfulJobsHistoryLimit: 3 # -- failedJobsHistoryLimit for the backup Jobs failedJobsHistoryLimit: 1 backup: image: repository: restic/restic pullPolicy: IfNotPresent tag: 0.12.1 # -- command for the backup. Defaults to '/usr/bin/restic' by the upstream container. command: ~ # -- arguments for the backup. **Automatically generated, only set when necessary** args: [] # -- resources for the backup container resources: {} # -- Configuration for the repository init container init: image: repository: restic/restic pullPolicy: IfNotPresent tag: 0.12.1 # -- resources for the init container resources: {} cleanupJob: # -- If backups shall be cleaned up after some time enabled: true # -- when to run the cleanup schedule: "17 15 * * *" # -- number of daily snapshots to keep keepDaily: 8 # -- number of weekly snapshots to keep keepWeekly: 5 # -- number of monthly snapshots to keep keepMonthly: 13 # -- number of yearly snapshots to keep keepYearly: 2 # -- concurrencyPolicy for the cleanup Jobs concurrencyPolicy: Forbid # -- restartPolicy for the cleanup Jobs restartPolicy: OnFailure image: repository: restic/restic pullPolicy: IfNotPresent tag: 0.12.1 # -- command for the cleanup. Defaults to '/usr/bin/restic' by the upstream container. command: ~ # -- arguments for the cleanup. **Automatically generated, only set when necessary** args: [] # -- resources for the cleanup container resources: {} nodeSelector: {} tolerations: [] affinity: {} securityContext: {} # -- successfulJobsHistoryLimit for the cleanup Jobs successfulJobsHistoryLimit: 3 # -- failedJobsHistoryLimit for the cleanup Jobs failedJobsHistoryLimit: 1
24.049587
194
0.698625
8076a4d7f62baa24d6e228625a129e743ed41fe5
965
yml
YAML
terraform/templates/user_data.yml
InQuicker/kaws
39de6450a2836fb7230c7064ca2b9170272f2644
[ "MIT" ]
146
2015-11-11T20:57:27.000Z
2021-09-24T15:19:50.000Z
terraform/templates/user_data.yml
InQuicker/kaws
39de6450a2836fb7230c7064ca2b9170272f2644
[ "MIT" ]
10
2016-04-08T03:57:38.000Z
2017-09-13T20:13:13.000Z
terraform/templates/user_data.yml
InQuicker/kaws
39de6450a2836fb7230c7064ca2b9170272f2644
[ "MIT" ]
15
2015-11-11T21:23:40.000Z
2018-06-17T08:56:00.000Z
#cloud-config coreos: units: - name: real-cloud-config.service command: start content: | [Unit] Description=Real cloud-config [Service] EnvironmentFile=/etc/environment ExecStartPre=/usr/bin/rkt run \ --net=host \ --volume=dns,kind=host,source=/etc/resolv.conf,readOnly=true \ --mount=volume=dns,target=/etc/resolv.conf \ --volume=awsenv,kind=host,source=/var/run/coreos,readOnly=false \ --mount=volume=awsenv,target=/var/run/coreos \ --trust-keys-from-https \ quay.io/coreos/awscli \ -- \ aws s3 --region ${region} cp ${s3_uri}/__FILE__ /var/run/coreos/cloud_config.yml ExecStart=/usr/bin/coreos-cloudinit --from-file /var/run/coreos/cloud_config.yml write_files: - path: /etc/environment permissions: 0644 content: | COREOS_PUBLIC_IPV4=$public_ipv4 COREOS_PRIVATE_IPV4=$private_ipv4
33.275862
90
0.62487
3c5f0382563892b9ea3b06f0ca10cdb1610679d9
538
yml
YAML
_data/comments/pirates/comment-1609242257403.yml
hashtafak/hashtafak.github.io
73536a9c9a4e4afdf9bce931cd3d9c9417583dc8
[ "MIT" ]
null
null
null
_data/comments/pirates/comment-1609242257403.yml
hashtafak/hashtafak.github.io
73536a9c9a4e4afdf9bce931cd3d9c9417583dc8
[ "MIT" ]
null
null
null
_data/comments/pirates/comment-1609242257403.yml
hashtafak/hashtafak.github.io
73536a9c9a4e4afdf9bce931cd3d9c9417583dc8
[ "MIT" ]
null
null
null
_id: 2e739e90-49cb-11eb-884e-4502385faf60 message: "Can I just say what a relief to uncover someone that truly understands what they're talking about on the internet.\r\nYou certainly know how to bring a problem to light and make \r\nit important. A lot more people should read this and understand this side of your story.\r\nI was surprised that you aren't more popular given that you surely have the gift." name: Maple email: c3382c20ae74f1dc32bb41078a9baab9 url: 'https://aegeancollege.gr/' hidden: '' date: '2020-12-29T11:44:17.403Z'
67.25
366
0.786245
74669b6fd8a431741351179a8bc8d7f0226e7071
215
yaml
YAML
config/webhook/webhook_mutating_patches.yaml
piersharding/dask-operator
269bb4a4ceb6d244c55c80facfd211d1a52b009f
[ "Apache-2.0" ]
4
2021-01-07T09:38:22.000Z
2021-09-25T02:46:03.000Z
config/webhook/webhook_mutating_patches.yaml
piersharding/dask-operator
269bb4a4ceb6d244c55c80facfd211d1a52b009f
[ "Apache-2.0" ]
null
null
null
config/webhook/webhook_mutating_patches.yaml
piersharding/dask-operator
269bb4a4ceb6d244c55c80facfd211d1a52b009f
[ "Apache-2.0" ]
1
2020-07-03T04:47:23.000Z
2020-07-03T04:47:23.000Z
apiVersion: admissionregistration.k8s.io/v1beta1 kind: MutatingWebhookConfiguration metadata: name: mutating-webhook-configuration webhooks: - name: mdask.piersharding.com clientConfig: caBundle: $(TLSCERT)
23.888889
48
0.809302
c67bbcecdadfd446af29615bc2a0806d2332639b
229
yml
YAML
teamspeak/docker-compose.mysql.yml
senghoo/docker-templates
1f5a6560c999b353b3871d4d3d123eb3ddb334ed
[ "MIT" ]
18
2018-08-10T18:47:16.000Z
2022-02-17T17:39:32.000Z
teamspeak/docker-compose.mysql.yml
RXWatcher/docker-templates
1f5a6560c999b353b3871d4d3d123eb3ddb334ed
[ "MIT" ]
null
null
null
teamspeak/docker-compose.mysql.yml
RXWatcher/docker-templates
1f5a6560c999b353b3871d4d3d123eb3ddb334ed
[ "MIT" ]
8
2020-04-30T18:57:40.000Z
2022-02-02T10:26:51.000Z
version: "3.7" services: db: image: mariadb:${TAG:-latest} restart: unless-stopped env_file: - db.env volumes: - db_data:/var/lib/mysql ts3server: depends_on: - db volumes: db_data:
12.722222
33
0.580786
6399e5dba08d9b3542d299045419086bff8d0f41
481
yml
YAML
drivers/mongock-driver-mongodb/integration-tests/src/main/resources/application-dev.yml
segalaj/mongock
8ff8d9c65c45d2eed4544298bb026d79a8d6eff3
[ "Apache-2.0" ]
279
2018-04-22T21:33:19.000Z
2021-09-14T13:55:54.000Z
drivers/mongock-driver-mongodb/integration-tests/src/main/resources/application-dev.yml
segalaj/mongock
8ff8d9c65c45d2eed4544298bb026d79a8d6eff3
[ "Apache-2.0" ]
183
2018-04-23T20:54:35.000Z
2021-09-21T21:05:41.000Z
drivers/mongock-driver-mongodb/integration-tests/src/main/resources/application-dev.yml
segalaj/mongock
8ff8d9c65c45d2eed4544298bb026d79a8d6eff3
[ "Apache-2.0" ]
52
2018-04-24T13:08:10.000Z
2021-08-28T10:58:34.000Z
mongock: migration-scan-package: - io.mongock.integrationtests.spring5.springdata3.changelogs.client trackIgnored: true transactionable: false # - com.github.cloudyrock.mongock.integrationtests.spring5.springdata3.changelogs.client.initializer2 # - com.github.cloudyrock.mongock.integrationtests.spring5.springdata3.changelogs.client.updater # - com.github.cloudyrock.mongock.integrationtests.spring5.springdata3.changelogs.client.ClientUpdater2ChangeLog
48.1
117
0.814969
081d71d4949c5fdf97f4812201372a5727fc9aa9
300
yaml
YAML
_data/convert_pagexxx_png_filter_cubic_resize_200_threshold_50_compress_gro.yaml
HugoWen/commandlinefu.cn
d9fbe1029e1c3e0b9016fa63a4a805445a88ef42
[ "Unlicense" ]
161
2015-01-01T15:31:22.000Z
2022-01-07T20:52:48.000Z
_data/convert_pagexxx_png_filter_cubic_resize_200_threshold_50_compress_gro.yaml
klone1127/commandlinefu.cn
0f9104f9b6e4ea16e1f37d81fd1d2a4a5957d114
[ "Unlicense" ]
10
2015-01-04T15:59:44.000Z
2017-05-21T19:22:02.000Z
_data/convert_pagexxx_png_filter_cubic_resize_200_threshold_50_compress_gro.yaml
klone1127/commandlinefu.cn
0f9104f9b6e4ea16e1f37d81fd1d2a4a5957d114
[ "Unlicense" ]
52
2015-01-05T10:07:54.000Z
2021-09-10T04:27:59.000Z
commandlinefu_id: 191 translator: weibo: '' hide: true command: |- convert pagexxx.png -filter Cubic -resize 200% -threshold 50% -compress Group4 pagexxx.tiff; tiff2pdf -z -p letter -ro -x 1200 -y 1200 -o pagexxx.pdf pagexxx.tiff summary: |- Prepare B&W scans for clean looking, searchable PDF
33.333333
164
0.736667
08319616b1d9d365f010ab01d2537180ca1979e5
783
yml
YAML
_data/associations.yml
manoj-kesavulu/manoj-kesavulu.github.io
8736ccbdaffc735ca12c7cd6acf5360b9c892612
[ "MIT" ]
null
null
null
_data/associations.yml
manoj-kesavulu/manoj-kesavulu.github.io
8736ccbdaffc735ca12c7cd6acf5360b9c892612
[ "MIT" ]
null
null
null
_data/associations.yml
manoj-kesavulu/manoj-kesavulu.github.io
8736ccbdaffc735ca12c7cd6acf5360b9c892612
[ "MIT" ]
null
null
null
# Associations # comment out the urls if you do not wish to display them - organization: Dance Limerick role: Volunteer year: September 2014 &mdash; November 2014 url: https://dancelimerick.ie/ summary: Participated in art exhibition and dance festivals for the benefit of local artists - organization: Open House Limerick role: Volunteer year: September 2014 &mdash; November 2014 url: https://www.openhouselimerick.ie/ summary: Volunteered as a security for the building tours promoting beautiful architectural monuments in Limerick - organization: Hope in Motion role: Web Developer year: October 2014 &mdash; November 2015 #url: https://www.hopeinmotion.ie summary: Helped develop the website pro bono for the Hopeinmotion, a non-profit organisation
37.285714
116
0.775223
08a316a42489afd4862eea7b997d18df338e1064
1,338
yml
YAML
docs/docs-ref-autogen/excel/excelscript/excelscript.shapelinestyle.yml
OfficeDev/office-scripts-docs-reference.fr-FR
2d761792e4d04bb9d85d66a7f6145ac7230416b4
[ "CC-BY-4.0", "MIT" ]
2
2021-06-08T12:32:21.000Z
2021-08-15T22:43:10.000Z
docs/docs-ref-autogen/excel/excelscript/excelscript.shapelinestyle.yml
OfficeDev/office-scripts-docs-reference.fr-FR
2d761792e4d04bb9d85d66a7f6145ac7230416b4
[ "CC-BY-4.0", "MIT" ]
2
2020-07-19T22:26:49.000Z
2020-07-23T19:19:20.000Z
docs/docs-ref-autogen/excel/excelscript/excelscript.shapelinestyle.yml
OfficeDev/office-scripts-docs-reference.fr-FR
2d761792e4d04bb9d85d66a7f6145ac7230416b4
[ "CC-BY-4.0", "MIT" ]
2
2020-03-30T12:28:58.000Z
2020-11-15T16:41:34.000Z
### YamlMime:TSEnum name: ExcelScript.ShapeLineStyle uid: 'ExcelScript!ExcelScript.ShapeLineStyle:enum' package: ExcelScript! fullName: ExcelScript.ShapeLineStyle summary: Style d’une ligne. remarks: '' isPreview: false isDeprecated: false fields: - name: single uid: 'ExcelScript!ExcelScript.ShapeLineStyle.single:member' package: ExcelScript! summary: Ligne simple. - name: thickBetweenThin uid: 'ExcelScript!ExcelScript.ShapeLineStyle.thickBetweenThin:member' package: ExcelScript! summary: Trait épais avec un trait fin de chaque coté - name: thickThin uid: 'ExcelScript!ExcelScript.ShapeLineStyle.thickThin:member' package: ExcelScript! summary: 'Trait épais jouxtant un trait fin. Pour les lignes horizontales, le trait épais se trouve au-dessus du trait fin. Pour les lignes verticales, le trait épais se trouve à gauche du trait fin.' - name: thinThick uid: 'ExcelScript!ExcelScript.ShapeLineStyle.thinThick:member' package: ExcelScript! summary: 'Trait épais jouxtant un trait fin. Pour les lignes horizontales, le trait épais se trouve sous le trait fin. Pour les lignes verticales, le trait épais se trouve à droite du trait fin.' - name: thinThin uid: 'ExcelScript!ExcelScript.ShapeLineStyle.thinThin:member' package: ExcelScript! summary: Deux traits fins
44.6
204
0.767564
b05b887c4fbede685addb8a5e79e820eaed1d9cf
908
yml
YAML
.github/workflows/pull-request.yml
Spark450/ui-components
a9c8ee5bebd12c29a0d2c9eb56db2e3730c30d22
[ "Apache-2.0" ]
6
2021-11-17T18:09:41.000Z
2022-02-23T23:14:27.000Z
.github/workflows/pull-request.yml
Spark450/ui-components
a9c8ee5bebd12c29a0d2c9eb56db2e3730c30d22
[ "Apache-2.0" ]
430
2021-11-16T20:46:40.000Z
2022-03-31T21:41:58.000Z
.github/workflows/pull-request.yml
Spark450/ui-components
a9c8ee5bebd12c29a0d2c9eb56db2e3730c30d22
[ "Apache-2.0" ]
5
2021-12-15T20:14:15.000Z
2022-02-23T18:06:42.000Z
name: Pull Request Check on: pull_request: branches: - main - beta - alpha jobs: build: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - uses: actions/setup-node@v2 with: node-version: "16" - uses: actions/cache@v2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - run: npm ci # Run with the target branch as the base. - name: Lint run: npx nx affected --target=lint --base=origin/${{ github.base_ref }} - name: Test run: npx nx affected --target=test --base=origin/${{ github.base_ref }} - name: Build run: | npx nx affected --target=build --base=origin/${{ github.base_ref }} npx nx affected --target=post --base=origin/${{ github.base_ref }}
25.942857
79
0.539648
4a44eca3403d597f74c11dc54238204e1ab42170
237
yaml
YAML
cloudformation_templates/ec2.yaml
DaisukeMiyamoto/example-aws-cli
81c0f9a68083bc1357b0f865279c1cf7f868eea7
[ "Apache-2.0" ]
1
2020-08-15T21:28:23.000Z
2020-08-15T21:28:23.000Z
cloudformation_templates/ec2.yaml
DaisukeMiyamoto/example-aws-cli
81c0f9a68083bc1357b0f865279c1cf7f868eea7
[ "Apache-2.0" ]
null
null
null
cloudformation_templates/ec2.yaml
DaisukeMiyamoto/example-aws-cli
81c0f9a68083bc1357b0f865279c1cf7f868eea7
[ "Apache-2.0" ]
null
null
null
AWSTemplateFormatVersion: "2010-09-09" Description: A sample template Resources: MyEC2Instance: #An inline comment Type: "AWS::EC2::Instance" Properties: ImageId: "ami-6b8cef13" # for Oregon InstanceType: t2.micro
26.333333
42
0.71308
b36d036031eddf4cfadb2325e10304af0261926a
137
yml
YAML
vars/OpenBSD.yml
reallyenglish/ansible-role-kibana
4f2b901326c47dcc0bf9ed216008f2e62ef3bffb
[ "0BSD" ]
1
2021-02-10T13:52:59.000Z
2021-02-10T13:52:59.000Z
vars/OpenBSD.yml
reallyenglish/ansible-role-kibana
4f2b901326c47dcc0bf9ed216008f2e62ef3bffb
[ "0BSD" ]
12
2016-11-22T03:21:26.000Z
2017-08-04T09:54:06.000Z
vars/OpenBSD.yml
reallyenglish/ansible-role-kibana
4f2b901326c47dcc0bf9ed216008f2e62ef3bffb
[ "0BSD" ]
2
2021-02-10T13:53:08.000Z
2021-02-10T13:54:09.000Z
--- __kibana_package_name: kibana __kibana_config_dir: /etc __kibana_service_name: kibana __kibana_user: _kibana __kibana_group: _kibana
19.571429
29
0.854015
a0b90d2f41a870724cc43239812b0efcdf0c7271
1,229
yml
YAML
.github/workflows/test.yml
gryphonshafer/omniframe
834fb16c44bdb74522c8652ede0c613919083385
[ "MIT" ]
null
null
null
.github/workflows/test.yml
gryphonshafer/omniframe
834fb16c44bdb74522c8652ede0c613919083385
[ "MIT" ]
null
null
null
.github/workflows/test.yml
gryphonshafer/omniframe
834fb16c44bdb74522c8652ede0c613919083385
[ "MIT" ]
null
null
null
name: test on: [ push, pull_request, workflow_dispatch ] jobs: test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: perl-version: [ 34, 32, 30, 28, 26, 24, 22 ] container: image: perldocker/perl-tester:5.${{ matrix.perl-version }} steps: - uses: actions/checkout@v2 - run: |- curl -s -L -o - $( curl -s https://api.github.com/repos/sass/dart-sass/releases/latest | \ grep browser_download_url | grep linux-x64 | perl -ne '/:\s+"([^"]+)"/; print "$1\n"' ) | tar -xvpz --strip-components=1 - uses: perl-actions/install-with-cpanm@v1 env: PERL_CPANM_OPT: --from https://cpan.metacpan.org/ --notest --force --skip-satisfied with: sudo: false args: --with-develop --with-all-features --installdeps . - run: dest init - run: dest update - run: |- PATH="$PATH:." \ HARNESS_PERL_SWITCHES=-MDevel::Cover \ prove --recurse --lib --failures --jobs 4 --timer t - run: cover -report codecov env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} if: env.CODECOV_TOKEN != null && matrix.perl-version >= 26
35.114286
97
0.558177
61cb9a4e02a7156be3975eea06fb986c520f612f
340
yml
YAML
extras/kubevirt/deploy/role.yml
nyoxi/manageiq-v2v-conversion_host-build
26fd34a62d42549b9d892f7b7cf0c3b2d0df2559
[ "Apache-2.0" ]
5
2019-03-08T09:58:42.000Z
2022-02-05T14:06:59.000Z
extras/kubevirt/deploy/role.yml
nyoxi/manageiq-v2v-conversion_host-build
26fd34a62d42549b9d892f7b7cf0c3b2d0df2559
[ "Apache-2.0" ]
31
2019-02-21T09:54:15.000Z
2020-10-30T15:16:07.000Z
extras/kubevirt/deploy/role.yml
nyoxi/manageiq-v2v-conversion_host-build
26fd34a62d42549b9d892f7b7cf0c3b2d0df2559
[ "Apache-2.0" ]
18
2019-02-25T14:45:22.000Z
2020-03-24T07:06:47.000Z
--- apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: creationTimestamp: null name: kubevirt-v2v-conversion rules: - apiGroups: - "" resources: ["pods"] verbs: ["get", "patch"] - apiGroups: - security.openshift.io resources: ["securitycontextconstraints"] # TODO: limit this verbs: ["*"]
20
45
0.638235
2387b13a7d19c6838cd1fd88505f81ea1277853d
870
yml
YAML
abilities/privilege-escalation/10681f2f-be03-44af-858d-f2b0812df185.yml
Tvpatterson/stockpile
899d049252ea6e32d7689c183e9ae67c832a4138
[ "Apache-2.0" ]
3
2019-07-22T14:47:42.000Z
2020-11-04T14:28:45.000Z
abilities/privilege-escalation/10681f2f-be03-44af-858d-f2b0812df185.yml
Tvpatterson/stockpile
899d049252ea6e32d7689c183e9ae67c832a4138
[ "Apache-2.0" ]
null
null
null
abilities/privilege-escalation/10681f2f-be03-44af-858d-f2b0812df185.yml
Tvpatterson/stockpile
899d049252ea6e32d7689c183e9ae67c832a4138
[ "Apache-2.0" ]
1
2019-08-02T15:50:28.000Z
2019-08-02T15:50:28.000Z
--- - id: 10681f2f-be03-44af-858d-f2b0812df185 name: Weak executable files description: Locate and infect files with weak but executable perms tactic: privilege-escalation technique: attack_id: T1044 name: File System Permissions Weakness executors: darwin: command: | find / -type f -size -500k -maxdepth 5 -perm -333 2>/dev/null -exec sh -c 'grep -qF "54NDC47_SCRIPT" "{}" || echo "#54NDC47_SCRIPT\n" "chmod +x #{files}/sandcat-darwin && #{files}/sandcat-darwin" >> "{}"; ls "{}" ' \; | echo "complete" payload: sandcat-darwin linux: command: | find / -type f -size -500k -maxdepth 5 -perm -333 2>/dev/null -exec sh -c 'grep -qF "54NDC47_SCRIPT" "{}" || echo "#54NDC47_SCRIPT\n" "chmod +x #{files}/sandcat-linux && #{files}/sandcat-linux" >> "{}"; ls "{}" ' \; | echo "complete" payload: sandcat-linux
48.333333
243
0.634483
1cb9629027989212bdf144a6dab7c62472e18193
2,235
yaml
YAML
.github/actions/release-action/action.yaml
Hydrospheredata/hydro-monitoring
8d08f483b0df2a78fa94ea988d58d827630e47a7
[ "Apache-2.0" ]
1
2021-12-02T06:49:02.000Z
2021-12-02T06:49:02.000Z
.github/actions/release-action/action.yaml
Hydrospheredata/hydro-monitoring
8d08f483b0df2a78fa94ea988d58d827630e47a7
[ "Apache-2.0" ]
2
2021-12-24T10:05:00.000Z
2021-12-25T07:54:32.000Z
.github/actions/release-action/action.yaml
Hydrospheredata/hydro-monitoring
8d08f483b0df2a78fa94ea988d58d827630e47a7
[ "Apache-2.0" ]
1
2021-12-12T15:19:34.000Z
2021-12-12T15:19:34.000Z
name: 'Release' description: 'update contents of the repo for a global or local release' inputs: release: description: release type required: true registry_url: description: dockerhub registry url required: true service_image_name: description: the name of the image to be updated required: true tag: description: version tag of the image required: true runs: using: "composite" steps: - name: Set dynamic environment variables id: var shell: bash run: | case ${{ inputs.service_image_name }} in monitoring-manager) HELM_CHART_NAME=manager SERVICE_TAG=MANAGER_TAG ;; profiler) HELM_CHART_NAME=profiler SERVICE_TAG=PROFILER_TAG ;; shell-ui) HELM_CHART_NAME=shell-ui SERVICE_TAG=UI_TAG ;; drift-report-plugin) HELM_CHART_NAME=drift-report-plugin SERVICE_TAG=DRIFT_REPORT_PLUGIN_TAG ;; *) echo "unknown IMAGE_NAME" exit 1 ;; esac echo ::set-output name=HELM_CHART_NAME::$HELM_CHART_NAME echo ::set-output name=SERVICE_TAG::$SERVICE_TAG - name: Update ${{ steps.var.outputs.HELM_CHART_NAME }}/values.yaml run: "cd helm && sed -i \"s/.*full:.*/ full: ${{ inputs.registry_url }}\\/${{ inputs.service_image_name }}:${{ inputs.tag }}/g\" ${{ steps.var.outputs.HELM_CHART_NAME }}/values.yaml" shell: bash - name: Update dev.yaml run: "cd helm && sed -i \"s/.*full:.*${{ inputs.service_image_name }}.*/ full: ${{ inputs.registry_url }}\\/${{ inputs.service_image_name }}:${{ inputs.tag }}/g\" dev.yaml" shell: bash - name: Run helm-docs run: | GOBIN=$PWD GO111MODULE=on go get github.com/norwoodj/helm-docs/cmd/helm-docs ./helm-docs --sort-values-order file rm helm-docs shell: bash - name: Update docker-compose service image run: "cd docker-compose && sed -i \"s/${{ steps.var.outputs.SERVICE_TAG }}=.*/${{ steps.var.outputs.SERVICE_TAG }}=${{ inputs.tag }}/g\" .env" shell: bash
29.025974
189
0.587025
f097b1665e437a1b2add6141213a6d4c600b4ff4
143
yml
YAML
cfg/itau_regras_01/regras.yml
p1nrojas/vspk-ansible
924d433d6d9a196735f0e16daa4bb4f81e94bfdb
[ "BSD-3-Clause" ]
null
null
null
cfg/itau_regras_01/regras.yml
p1nrojas/vspk-ansible
924d433d6d9a196735f0e16daa4bb4f81e94bfdb
[ "BSD-3-Clause" ]
null
null
null
cfg/itau_regras_01/regras.yml
p1nrojas/vspk-ansible
924d433d6d9a196735f0e16daa4bb4f81e94bfdb
[ "BSD-3-Clause" ]
null
null
null
nuage_acl_entries: - { action: "FORWARD", protocol: "6", location_type: "ANY", network_type: "ANY", destination_port: "1336", priority: 10 }
47.666667
123
0.699301
60bcf664811521c2879e05ef35f336f0c9b0e010
2,459
yml
YAML
docs-ref-autogen/com.azure.core.util.FluxUtil.fluxContext.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.core.util.FluxUtil.fluxContext.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.azure.core.util.FluxUtil.fluxContext.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.core.util.FluxUtil.fluxContext*" fullName: "com.azure.core.util.FluxUtil.<T>fluxContext" name: "<T>fluxContext" nameWithType: "FluxUtil.<T>fluxContext" members: - uid: "com.azure.core.util.FluxUtil.<T>fluxContext(java.util.function.Function<com.azure.core.util.Context,reactor.core.publisher.Flux<T>>)" fullName: "com.azure.core.util.FluxUtil.<T>fluxContext(Function<Context,Flux<T>> serviceCall)" name: "<T>fluxContext(Function<Context,Flux<T>> serviceCall)" nameWithType: "FluxUtil.<T>fluxContext(Function<Context,Flux<T>> serviceCall)" summary: "This method converts the incoming `deferContextual` from <xref uid=\"reactor.util.context.Context\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Reactor\n Context\"></xref> to <xref uid=\"reactor.util.context.Context\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Azure Context\"></xref> and calls the given lambda function with this context and returns a collection of type `T`\n\nIf the reactor context is empty, <xref uid=\"com.azure.core.util.Context.NONE\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Context#NONE\"></xref> will be used to call the lambda function\n\n**Code samples**\n\n```java\nString prefix = \"Hello, \";\n Flux<String> response = FluxUtil\n .fluxContext(context -> serviceCallReturnsCollection(prefix, context));\n```" parameters: - description: "The lambda function that makes the service call into which the context will be passed" name: "serviceCall" type: "<xref href=\"java.util.function.Function?alt=java.util.function.Function&text=Function\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />,<xref href=\"reactor.core.publisher.Flux?alt=reactor.core.publisher.Flux&text=Flux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;&gt;" syntax: "public static Flux<T> <T>fluxContext(Function<Context,Flux<T>> serviceCall)" returns: description: "The response from service call" type: "<xref href=\"reactor.core.publisher.Flux?alt=reactor.core.publisher.Flux&text=Flux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;" type: "method" metadata: {} package: "com.azure.core.util" artifact: com.azure:azure-core:1.14.0
102.458333
792
0.737292
a3572a07107aa4e327552e1c0132db388d29ec25
1,349
yml
YAML
vendor/github.com/heketi/heketi/.travis.yml
yu2003w/origin
ae96064ab640c9e2206b28472f17163fefad022b
[ "Apache-2.0" ]
1
2019-10-17T20:42:35.000Z
2019-10-17T20:42:35.000Z
vendor/github.com/heketi/heketi/.travis.yml
yu2003w/origin
ae96064ab640c9e2206b28472f17163fefad022b
[ "Apache-2.0" ]
null
null
null
vendor/github.com/heketi/heketi/.travis.yml
yu2003w/origin
ae96064ab640c9e2206b28472f17163fefad022b
[ "Apache-2.0" ]
1
2020-05-13T19:30:12.000Z
2020-05-13T19:30:12.000Z
language: go dist: xenial sudo: true before_install: - sudo apt-get update -qq - sudo apt-get install -qq python python-pip - sudo pip install tox nose install: - bash .travis-fork-fix - go get github.com/mattn/goveralls - go get github.com/wadey/gocovmerge - curl https://glide.sh/get | sh env: global: - secure: tCj+iGIN2GM5yPneme35KIQwqGcXMOLod00qvG/Af0lkjEVJRRNz3gnB3P2dNyj9Nc4FWxSUIjCiIkblOMaEKxPXp1S3Zo7gRBVphyNY5ZvIKeqKoXvBPd6hi9Ft2TaN+4vDczfAKOI/S3/3kN3NmgGCYNTLOues0T4yhVd3v14hoQJxw4Jbjlsj8RGfLrqp+dInFv2tS+xTyK+q/EOiaCpBq4PfK6giKwt943o7jc9v0iWjnP2rWq/AotMo4QutoC0OVeJT8aG41sC5LvlYTBQB22E8Zv439JgHsdhQU1NRd/1VLGKATToxkUxh2Reei42koAWFJ+EfFvAIx03k5+ZYJY7W+Rtuy8jn0uRaZyvvQdUvyT22e9lSJzqkP6JAe7oru9hf9X4K0XSOfMMFUiJDC+rNm0Ajd+r/5h6C+jRqIMDvvFgdlCkM8gKIX1B5N+RM1hxurAGTRpdCPuDVLVeTCbNZCds8jiK1DNky6Ni66plBIV+LKQY3EpjBn0jaWfPdTJbU5OiOb1uadnmzj2yt65Mp3T8QJD3dotURISR8bIS+Xb6vAytKFWmtcqje5Hx4lFTfyrH3gRGjMyeS9j3pVjbbCCV466FHOp9oglpoFv49nXhivPzLqU7mSuLIue+5RZ318HykuBWI+6xAo8aH9nnoBmAWiGCxXwIr13Y= git: depth: 9999999 matrix: include: - go: "1.10" name: Test using Go 1.10 - go: "1.11" name: Test using Go 1.11 - go: "1.13" name: Test using Go 1.13 - go: "1.13" script: make release name: make release on Go 1.13 script: - make all test COVERAGE=true TESTOPTIONS="-vcstdout" && bash .travis-coverage
43.516129
696
0.814678
f6065e15ac0238482262a93a71e9b068bba7dd47
410
yml
YAML
appveyor.yml
mpereiraesaa/nut.js
989406dde22d774273bfddb763f25e26e134abd4
[ "Apache-2.0" ]
null
null
null
appveyor.yml
mpereiraesaa/nut.js
989406dde22d774273bfddb763f25e26e134abd4
[ "Apache-2.0" ]
null
null
null
appveyor.yml
mpereiraesaa/nut.js
989406dde22d774273bfddb763f25e26e134abd4
[ "Apache-2.0" ]
1
2020-02-27T05:42:00.000Z
2020-02-27T05:42:00.000Z
platform: - x64 image: - Visual Studio 2017 init: - git config --global core.autocrlf true environment: matrix: - nodejs_version: "10" - nodejs_version: "11" - nodejs_version: "12" clone_folder: c:\projects\nut install: - ps: Install-Product node $env:nodejs_version x64 - node --version - cd c:\projects\nut - npm ci - npm run compile build: off test_script: - npm test
14.137931
52
0.663415
f674aec8c6b11c6356412e6ae0e0f636d553286e
266
yaml
YAML
reports/stages/manhattan.ci.chef.co/job/angrychef-build/architecture=i386-platform=el-6-project=angrychef-role=builder/52.yaml
chef-boneyard/jenkins_pipeline_report
c74f6df8b5658c3a341f11ac244efee8ab63ec21
[ "Apache-2.0" ]
null
null
null
reports/stages/manhattan.ci.chef.co/job/angrychef-build/architecture=i386-platform=el-6-project=angrychef-role=builder/52.yaml
chef-boneyard/jenkins_pipeline_report
c74f6df8b5658c3a341f11ac244efee8ab63ec21
[ "Apache-2.0" ]
null
null
null
reports/stages/manhattan.ci.chef.co/job/angrychef-build/architecture=i386-platform=el-6-project=angrychef-role=builder/52.yaml
chef-boneyard/jenkins_pipeline_report
c74f6df8b5658c3a341f11ac244efee8ab63ec21
[ "Apache-2.0" ]
2
2021-06-27T16:09:19.000Z
2021-08-29T14:08:44.000Z
--- result: SUCCESS timestamp: 2016-03-15 18:46:53 UTC url: http://manhattan.ci.chef.co/job/angrychef-build/architecture=i386,platform=el-6,project=angrychef,role=builder/52/ trigger_url: http://manhattan.ci.chef.co/job/angrychef-trigger-ad_hoc/23/ duration: 22m33s
38
119
0.785714
7ccb26b12489b2c5f132522385e0b36968768550
1,160
yaml
YAML
sample/toy_regression/mu_comma_lambda.yaml
bver/GERET
f97038ff2c6ecdf80b232c262ce69217dd5c8e21
[ "MIT" ]
2
2017-03-11T15:11:19.000Z
2018-01-03T04:53:19.000Z
sample/toy_regression/mu_comma_lambda.yaml
bver/GERET
f97038ff2c6ecdf80b232c262ce69217dd5c8e21
[ "MIT" ]
null
null
null
sample/toy_regression/mu_comma_lambda.yaml
bver/GERET
f97038ff2c6ecdf80b232c262ce69217dd5c8e21
[ "MIT" ]
null
null
null
--- algorithm: class: MuLambda comma_or_plus: comma population_size: 500 lambda_size: 600 elite_size: 10 probabilities: crossover: 0.9 mutation: 0.01 injection: 0.9 termination: max_steps: 2000 on_individual: :stopping_condition init: method: ramped # grow or full or random or ramped random_length: 8 sensible_depth: 4 inject: # alternative to a crossover or copy method: full # grow or full or random random_length: 8 sensible_depth: 3 grammar: class: Abnf::File filename: sample/toy_regression/grammar.abnf mapper: class: DepthLocus wraps_to_fail: 3 selection: class: RankSampling #Truncation selection_rank: #optional class: Ranking # min: 0.5 # max: 1.5 elite_rank: class: Ranking crossover: class: CrossoverRipple margin: 2 #1 step: 2 mutation: class: MutationRipple store: class: Store filename: ./toy_mu_comma_lambda.store report: class: ToyReport require: sample/toy_regression/toy_report.rb individual: class: ToyIndividualSingleObjective require: sample/toy_regression/toy_individual.rb shorten_chromozome: true
17.058824
53
0.712931
16eade15c4d0cd7446789427feec3d8fd58a5ce8
270
yml
YAML
tests/api.suite.yml
pmartysiuk/bdd_api
9da9a904a13fbef8b476cfbac8e331415fa88368
[ "MIT" ]
null
null
null
tests/api.suite.yml
pmartysiuk/bdd_api
9da9a904a13fbef8b476cfbac8e331415fa88368
[ "MIT" ]
null
null
null
tests/api.suite.yml
pmartysiuk/bdd_api
9da9a904a13fbef8b476cfbac8e331415fa88368
[ "MIT" ]
null
null
null
class_name: ApiTester modules: enabled: - \Helper\Api - REST: depends: PhpBrowser part: Json env: kraken: modules: config: REST: url: 'https://api.kraken.com/0/'
19.285714
52
0.437037
e5873dfa4a3e8364aa581db1967aeebdf92ddafc
991
yml
YAML
letters_data/d_1476719434724311528.yml
LorisFriedel/learning-sign-language
f87767c43a11c01885628c1de10daa9d1a58e6ad
[ "MIT" ]
null
null
null
letters_data/d_1476719434724311528.yml
LorisFriedel/learning-sign-language
f87767c43a11c01885628c1de10daa9d1a58e6ad
[ "MIT" ]
null
null
null
letters_data/d_1476719434724311528.yml
LorisFriedel/learning-sign-language
f87767c43a11c01885628c1de10daa9d1a58e6ad
[ "MIT" ]
null
null
null
%YAML:1.0 letter: 100 mat: !!opencv-matrix rows: 1 cols: 256 dt: u data: [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 47, 0, 54, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 255, 167, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 72, 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 209, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 226, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 167, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 72, 87, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 162, 69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 215, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
49.55
73
0.359233
90b68031fe19efae291cb1cc891620e6d4e83378
478
yml
YAML
.github/dependabot.yml
ankjevel/dennnis.se
fd6b4bd1729d1c85ff59567b49265d16fb0ccbe7
[ "MIT" ]
null
null
null
.github/dependabot.yml
ankjevel/dennnis.se
fd6b4bd1729d1c85ff59567b49265d16fb0ccbe7
[ "MIT" ]
552
2020-10-24T15:57:04.000Z
2022-03-24T09:17:44.000Z
.github/dependabot.yml
ankjevel/dennnis.se
fd6b4bd1729d1c85ff59567b49265d16fb0ccbe7
[ "MIT" ]
null
null
null
version: 2 updates: - package-ecosystem: npm directory: '/' schedule: interval: daily time: '10:00' timezone: 'Europe/Stockholm' open-pull-requests-limit: 10 versioning-strategy: increase-if-necessary commit-message: prefix: fix prefix-development: chore include: scope - package-ecosystem: 'github-actions' directory: '/' schedule: interval: daily time: '10:00' timezone: 'Europe/Stockholm'
22.761905
46
0.629707
58ff0386403e2d0723e461566be5d20e47cd47fb
1,250
yml
YAML
data/nd/legislature/Mary-Schneider-891c379b-f866-4029-9f52-a416b5005272.yml
putorti/people
9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc
[ "CC0-1.0" ]
null
null
null
data/nd/legislature/Mary-Schneider-891c379b-f866-4029-9f52-a416b5005272.yml
putorti/people
9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc
[ "CC0-1.0" ]
null
null
null
data/nd/legislature/Mary-Schneider-891c379b-f866-4029-9f52-a416b5005272.yml
putorti/people
9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc
[ "CC0-1.0" ]
null
null
null
id: ocd-person/891c379b-f866-4029-9f52-a416b5005272 name: Mary Schneider given_name: Mary family_name: Schneider email: mschneider@nd.gov image: https://www.legis.nd.gov/files/styles/medium/public/person/photo/mschneider.jpg?itok=U0OtNqyN party: - name: Democratic roles: - type: lower jurisdiction: ocd-jurisdiction/country:us/state:nd/government district: '21' links: - url: http://www.legis.nd.gov/assembly/65-2017/members/house/representative-mary-schneider - url: http://www.legis.nd.gov/assembly/66-2019/members/house/representative-mary-schneider - url: http://www.legis.nd.gov/assembly/67-2021/members/house/representative-mary-schneider other_identifiers: - scheme: legacy_openstates identifier: NDL000316 - scheme: legacy_openstates identifier: NDL000380 sources: - url: http://www.legis.nd.gov/assembly/65-2017/members/house/representative-mary-schneider - url: http://www.legis.nd.gov/assembly/66-2019/members/house/representative-mary-schneider - url: http://www.legis.nd.gov/assembly/67-2021/members/house/representative-mary-schneider offices: - voice: 701-306-0860 classification: capitol - address: 1011 Eighth Street South;Fargo, ND;58103-2725 voice: 701-235-0316 classification: district name: 'District Office #1'
37.878788
100
0.7888
f34903f17fa76497c40e9656d5d4f55f0f9bbafe
1,600
yml
YAML
config/locales/rails_admin.es.yml
akitaonrails/rails_admin
6dc753e96cd87b855b4d3ba8bf3737c5b0ae2479
[ "MIT" ]
1
2016-05-19T13:13:50.000Z
2016-05-19T13:13:50.000Z
config/locales/rails_admin.es.yml
akitaonrails/rails_admin
6dc753e96cd87b855b4d3ba8bf3737c5b0ae2479
[ "MIT" ]
null
null
null
config/locales/rails_admin.es.yml
akitaonrails/rails_admin
6dc753e96cd87b855b4d3ba8bf3737c5b0ae2479
[ "MIT" ]
null
null
null
es: home: name: "inicio" admin: dashboard: pagename: "Administración del sitio" name: "Panel" model_name: "Nombre del modelo" last_used: "Último uso" records: "Registros" modify: "Modificar" add_new: "Agregar" show: "Mostrar" ago: "atrás" history: name: "Histórico" page_name: "Histórico de %{name}" no_activity: "No hubo actividad" credentials: log_out: "Cerrar sessión" list: edit_action: "Editar" delete_action: "Eliminar" add_new: "Agregar" search_btn: "BUSCAR" select: "Seleccione %{name} para editar" show_all: "Mostrar todos" new: basic_info: "Información Básica" required: "Obligatorio" optional: "Opcional" one_char: "caracter." many_chars: "caracteres o menos." chosen: "Seleccionado %{name}" select_choice: "Seleccione su(s) elección(es) y haga clic" chose_all: "Elegir todos" clear_all: "Limpiar todos" save: "Guardar" save_and_add_another: "Guardar y agregar otro" save_and_edit: "Guardar y editar" cancel: "Cancelar" delete: flash_confirmation: "%{name} fue eliminado exitosamente" confirmation: "Sí, estoy seguro" flash: successful: "%{name} fue %{action} correctamente" error: "%{name} no se pudo %{action} correctamente" noaction: "No se realizó ninguna acción" actions: create: "crear" created: "creado" update: "actualizar" updated: "actualizado" delete: "borrar" deleted: "borrado"
28.571429
64
0.61375
f3e9e85ffda6e02365ed11345b72151d604a97d0
2,244
yaml
YAML
OpenHAB sitemap.yaml
dmalorny/OpenHAB-coteditor
a42fd256319c67880237e472ba7685819be18b0a
[ "MIT" ]
1
2020-06-22T09:41:04.000Z
2020-06-22T09:41:04.000Z
OpenHAB sitemap.yaml
dmalorny/OpenHAB-coteditor
a42fd256319c67880237e472ba7685819be18b0a
[ "MIT" ]
null
null
null
OpenHAB sitemap.yaml
dmalorny/OpenHAB-coteditor
a42fd256319c67880237e472ba7685819be18b0a
[ "MIT" ]
null
null
null
metadata: version: "0.1" author: "dmalorny" license: "MIT" lastModified: "2019-05-22" description: "Work in progress..." distributionURL: "https://github.com/dmalorny/OpenHAB-coteditor" types: - beginString: "Chart" - beginString: "Colorpicker" - beginString: "Contact" - beginString: "Default" - beginString: "Frame" - beginString: "Group" - beginString: "Image" - beginString: "Item" - beginString: "Mapview" - beginString: "Selection" - beginString: "Setpoint" - beginString: "Slider" - beginString: "String" - beginString: "Switch" - beginString: "Text" - beginString: "Video" - beginString: "Webview" outlineMenu: - beginString: "^([\\t ]*)(Frame)(.*?)(?=(\\{|$))" keyString: "$1$2 $3" description: "Frame" - beginString: "^([\\t ]*)(Group)(.*?)(?=(\\{|$))" keyString: "$1$2 $3" description: "Group" - beginString: "^([\\t ]*)(sitemap)(.*?)(?=(\\{|$))" bold: true keyString: "$1$2 $3" description: "sitemap" attributes: - beginString: "height" - beginString: "icon" - beginString: "item" - beginString: "label" - beginString: "labelcolor" - beginString: "mappings" - beginString: "maxValue" - beginString: "minValue" - beginString: "refresh" - beginString: "step" - beginString: "valuecolor" - beginString: "visibility" - beginString: "width" numbers: - beginString: "\\b((\\d+\\.\\d*)|(\\.\\d+))(e[-+]?\\d+)?([lfud]|ul)?\\b" ignoreCase: true regularExpression: true - beginString: "\\b0b[01_]+([lfud]|ul)?\\b" ignoreCase: true regularExpression: true - beginString: "\\b0x[0-9a-f_]+([lfud]|ul)?\\b" ignoreCase: true regularExpression: true - beginString: "\\b[0-9_]+([lfud]|ul)?\\b" ignoreCase: true regularExpression: true commands: - beginString: "(?<=\\.)[a-z$_][a-zA-Z0-9$_]*(?=\\()" regularExpression: true variables: - beginString: "super" - beginString: "this" comments: [] values: - beginString: "\\b[A-Z][A-Z0-9_]+\\b" regularExpression: true - beginString: "false" - beginString: "NaN" - beginString: "null" - beginString: "true" commentDelimiters: endDelimiter: "*/" beginDelimiter: "/*" inlineDelimiter: "//" extensions: - keyString: "sitemap" strings: - beginString: "\"" endString: "\"" keywords: - beginString: "sitemap" characters: - beginString: "'" endString: "'"
24.391304
73
0.647504
270dd3f8c832b407f9a6a1a63955585897b23d0b
2,468
yml
YAML
.github/workflows/app-CI.yml
suzalflueck/2021-capstone
8d7b438e08aeea2e7662b64d2f9372a94997a152
[ "Apache-2.0" ]
null
null
null
.github/workflows/app-CI.yml
suzalflueck/2021-capstone
8d7b438e08aeea2e7662b64d2f9372a94997a152
[ "Apache-2.0" ]
246
2021-04-27T19:45:56.000Z
2022-02-14T22:34:01.000Z
.github/workflows/app-CI.yml
suzalflueck/2021-capstone
8d7b438e08aeea2e7662b64d2f9372a94997a152
[ "Apache-2.0" ]
3
2021-07-31T21:21:17.000Z
2021-08-30T14:53:18.000Z
#This is a basic workflow to help you get started with Actions name: CI # Controls when the action will run. on: # Triggers the workflow on push or pull request events for all branches but the main branch pull_request: branches: - release/** defaults: run: working-directory: ./app jobs: # test: # runs-on: ubuntu-latest # steps: # - uses: actions/checkout@master # - uses: actions/setup-node@master # with: # node-version: "12" # - name: Install dependencies # run: npm ci # - name: Unit tests w/ coverage # run: npm run test -- --coverage --passWithNoTests # - name: LINTing # run: npm run lint -- --quiet -f codeframe # - name: Prettier # run: npm run format -- --check # # - name: Upload coverage report # # env: # # CC_TEST_REPORTER_ID: ${{ secrets.TestReporterID }} # # CI: "true" # # run: | # # curl -Ls https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter # # chmod +x ./cc-test-reporter # # ./cc-test-reporter format-coverage -t lcov -o codeclimate.json # # ./cc-test-reporter upload-coverage -i codeclimate.json build: runs-on: ubuntu-latest defaults: run: working-directory: ./app/.pipeline steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: node-version: "12" - name: Build run: | oc version oc login --token=${{ secrets.OPENSHIFT_TOKEN}} --server=${{ secrets.OPENSHIFT_SERVER_URL }} npm ci DEBUG=* npm run build -- --pr=${{ github.event.pull_request.number }} --git.branch.name=${{github.head_ref}} --git.ref=${{github.head_ref}} env: CI: "true" deploy-to-dev: runs-on: ubuntu-latest needs: [build] defaults: run: working-directory: ./app/.pipeline steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: node-version: "12" - name: Deploy the image run: | oc version oc login --token=${{ secrets.OPENSHIFT_TOKEN}} --server=${{ secrets.OPENSHIFT_SERVER_URL }} npm ci DEBUG=* npm run deploy -- --pr=${{ github.event.pull_request.number }} --env=dev --git.branch.name=${{github.head_ref}} --git.ref=${{github.head_ref}}
32.051948
160
0.575365
7e361d39f6611586eae5d8e91aee34357ae21282
1,029
yml
YAML
ms_iptables_registrations/tasks/main.yml
corpusops/roles
b23d320e457ea4620931d25224a641a44551c65b
[ "BSD-3-Clause" ]
null
null
null
ms_iptables_registrations/tasks/main.yml
corpusops/roles
b23d320e457ea4620931d25224a641a44551c65b
[ "BSD-3-Clause" ]
null
null
null
ms_iptables_registrations/tasks/main.yml
corpusops/roles
b23d320e457ea4620931d25224a641a44551c65b
[ "BSD-3-Clause" ]
null
null
null
--- # load default variables, first pass, load not resolved values - name: registry setter include_jinja_vars: content: |- {%- set registry = lookup('cops_registry', cops_vars_registry_prefix) %} {%- set namespaced = lookup('cops_ms_iptables', registry[cops_vars_registry_prefix+'vars']) %} {%- set _ = registry.update({cops_vars_registry_prefix+'vars': namespaced}) %} {%- for name, val in namespaced.items() %} {%- set _ = registry.update({cops_vars_registry_prefix+name: val}) %} {%- endfor %} {{- registry|to_json }} no_log: "{{not (cops_vars_debug|default(false))}}" vars: {cops_vars_registry_target: corpusops_ms_iptables_registrations, cops_vars_registry_prefix: corpusops_ms_iptables_registrations_} tags: [corpusops_vars, corpusops_ms_iptables_registrations, corpusops_ms_iptables_registrations_vars] - name: Manage ms_iptables registrations include_tasks: run.yml tags: [corpusops_ms_iptables_registrations, corpusops_ms_iptables_registrations_gen]
51.45
103
0.738581
cc1c630a266d6f77fb5f93d548d0d97961a1369c
1,699
yml
YAML
docs-ref-autogen/azure-servicefabric/azure.servicefabric.models.FrequencyBasedBackupScheduleDescription.yml
v-kents/azure-docs-sdk-python
8701c5e17f3daf5f625f0d7459a5aa0cc7c7f845
[ "CC-BY-4.0", "MIT" ]
1
2022-03-22T15:02:41.000Z
2022-03-22T15:02:41.000Z
docs-ref-autogen/azure-servicefabric/azure.servicefabric.models.FrequencyBasedBackupScheduleDescription.yml
zooba/azure-docs-sdk-python
4e16fb0fee239d521ac586fefdf41519cae06dcf
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/azure-servicefabric/azure.servicefabric.models.FrequencyBasedBackupScheduleDescription.yml
zooba/azure-docs-sdk-python
4e16fb0fee239d521ac586fefdf41519cae06dcf
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:UniversalReference api_name: [] items: - children: [] class: azure.servicefabric.models.FrequencyBasedBackupScheduleDescription fullName: azure.servicefabric.models.FrequencyBasedBackupScheduleDescription inheritance: - inheritance: - inheritance: - type: builtins.object type: msrest.serialization.Model type: azure.servicefabric.models.backup_schedule_description_py3.BackupScheduleDescription langs: - python module: azure.servicefabric.models name: FrequencyBasedBackupScheduleDescription source: id: FrequencyBasedBackupScheduleDescription path: azure-servicefabric\azure\servicefabric\models\frequency_based_backup_schedule_description_py3.py remote: branch: master path: azure-servicefabric\azure\servicefabric\models\frequency_based_backup_schedule_description_py3.py repo: https://github.com/Azure/azure-sdk-for-python.git startLine: 15 summary: 'Describes the frequency based backup schedule. All required parameters must be populated in order to send to Azure. ' syntax: content: FrequencyBasedBackupScheduleDescription(*, interval, **kwargs) -> None parameters: - description: 'Required. Constant filled by server. ' id: schedule_kind type: - str - description: 'Required. Defines the interval with which backups are periodically taken. It should be specified in ISO8601 format. Timespan in seconds is not supported and will be ignored while creating the policy. ' id: interval type: - timedelta type: class uid: azure.servicefabric.models.FrequencyBasedBackupScheduleDescription references: []
32.056604
109
0.748676
6d203972009331853f73f28861f1b9b7fb238cd3
1,978
yaml
YAML
.github/workflows/main.yaml
sounisi5011/readme-generator
4c385395569a6941a53ffbdf7ab3d40c538a4f0c
[ "MIT" ]
null
null
null
.github/workflows/main.yaml
sounisi5011/readme-generator
4c385395569a6941a53ffbdf7ab3d40c538a4f0c
[ "MIT" ]
166
2020-05-25T00:35:00.000Z
2022-03-26T15:11:51.000Z
.github/workflows/main.yaml
sounisi5011/readme-generator
4c385395569a6941a53ffbdf7ab3d40c538a4f0c
[ "MIT" ]
null
null
null
name: GitHub Actions on: push: branches: - master tags-ignore: - "**" pull_request: branches: - "**" tags-ignore: - "**" jobs: lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Setup Node.js uses: actions/setup-node@v1 with: node-version: 10.x - name: Install Dependencies run: npm ci - run: npm run test:lint unit_test: runs-on: ubuntu-latest strategy: matrix: node-version: - 10.14.2 - 10.x - 12.0.0 - 12.x - 14.0.0 - 14.x env: # Using GITHUB_TOKEN secret automatically generated by GitHub Actions as a GitHub API token # see https://docs.github.com/en/actions/reference/authentication-in-a-workflow GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v2 - name: Git Setting run: | git config --global user.email foo@example.com git config --global user.name hoge - name: Setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - name: Install Dependencies run: npm ci - run: npm run test:unit-test docs_test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Setup Node.js uses: actions/setup-node@v1 with: node-version: 10.x - name: Install Dependencies run: npm ci - run: npm run test:readme complete: # see https://github.community/t/status-check-for-a-matrix-jobs/127354/7 name: GitHub Actions / Complete needs: [lint, unit_test, docs_test] if: ${{ always() }} runs-on: ubuntu-latest steps: - name: Check all job status if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }} run: exit 1
26.72973
97
0.564206
09b5eb7542f8a4bedbe18e12c31ec23151bd39f5
1,433
yaml
YAML
Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml
jainsakshi2395/linux
7ccb860232bb83fb60cd6bcf5aaf0c008d903acb
[ "Linux-OpenIB" ]
44
2022-03-16T08:32:31.000Z
2022-03-31T16:02:35.000Z
Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml
jainsakshi2395/linux
7ccb860232bb83fb60cd6bcf5aaf0c008d903acb
[ "Linux-OpenIB" ]
13
2021-07-10T04:36:17.000Z
2022-03-03T10:50:05.000Z
Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml
jainsakshi2395/linux
7ccb860232bb83fb60cd6bcf5aaf0c008d903acb
[ "Linux-OpenIB" ]
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/display/panel/rocktech,jh057n00900.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Rocktech JH057N00900 5.5" 720x1440 TFT LCD panel maintainers: - Ondrej Jirman <megi@xff.cz> - Guido Gŭnther <agx@sigxcpu.org> description: Rocktech JH057N00900 is a 720x1440 TFT LCD panel connected using a MIPI-DSI video interface. allOf: - $ref: panel-common.yaml# properties: compatible: enum: # Rocktech JH057N00900 5.5" 720x1440 TFT LCD panel - rocktech,jh057n00900 # Xingbangda XBD599 5.99" 720x1440 TFT LCD panel - xingbangda,xbd599 port: true reg: maxItems: 1 description: DSI virtual channel vcc-supply: description: Panel power supply iovcc-supply: description: I/O voltage supply reset-gpios: true backlight: true required: - compatible - reg - vcc-supply - iovcc-supply - reset-gpios additionalProperties: false examples: - | #include <dt-bindings/gpio/gpio.h> dsi { #address-cells = <1>; #size-cells = <0>; panel@0 { compatible = "rocktech,jh057n00900"; reg = <0>; vcc-supply = <&reg_2v8_p>; iovcc-supply = <&reg_1v8_p>; reset-gpios = <&gpio3 13 GPIO_ACTIVE_LOW>; backlight = <&backlight>; }; }; ...
20.471429
75
0.636427
7b60790fb0efa277526603b9b76254c83c7deead
2,270
yml
YAML
web/core/modules/migrate_drupal/migrations/state/migrate_drupal.migrate_drupal.yml
MbahJoey/Drupal
8345357a1ce267d2adb639c5c3284100fadb6f91
[ "MIT" ]
1
2020-12-18T17:37:29.000Z
2020-12-18T17:37:29.000Z
web/core/modules/migrate_drupal/migrations/state/migrate_drupal.migrate_drupal.yml
MbahJoey/Drupal
8345357a1ce267d2adb639c5c3284100fadb6f91
[ "MIT" ]
null
null
null
web/core/modules/migrate_drupal/migrations/state/migrate_drupal.migrate_drupal.yml
MbahJoey/Drupal
8345357a1ce267d2adb639c5c3284100fadb6f91
[ "MIT" ]
null
null
null
# The modules listed here do not have an migration. A status of finished is # assigned so that they appear in the will not be upgraded list on the Review # form. # cspell:ignore imageapi imagemagick userreference finished: 6: nodereference: core userreference: core # Blog requires node. blog: node # The following do not have an upgrade path. blogapi: core calendarsignup: core color: core content_copy: core content_multigroup: core content_permissions: core date_api: core date_locale: core date_php4: core date_popup: core date_repeat: core date_timezone: core date_tools: core datepicker: core ddblock: core event: core fieldgroup: core filefield_meta: core help: core # i18n modules require content_translation. i18ncontent: content_translation i18npoll: content_translation i18nstrings: content_translation i18nsync: content_translation imageapi: core imageapi_gd: core imageapi_imagemagick: core imagecache_ui: core nodeaccess: core number: core openid: core php: core ping: core poll: core throttle: core tracker: core translation: core trigger: core variable: core variable_admin: core views_export: core views_ui: core 7: # Blog requires node. blog: node # The following do not need have an upgrade path. bulk_export: core contextual: core ctools: core ctools_access_ruleset: core ctools_ajax_sample: core ctools_custom_content: core dashboard: core date_all_day: core date_api: core date_context: core date_migrate: core date_popup: core date_repeat: core date_repeat_field: core date_tools: core date_views: core entity: core entity_feature: core entity_token: core entityreference: core field_ui: core help: core openid: core overlay: core page_manager: core php: core poll: core search_embedded_form: core search_extra_type: core search_node_tags: core simpletest: core stylizer: core term_depth: core title: core toolbar: core translation: core trigger: core views_content: core views_ui: core
23.402062
77
0.689427