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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a13c8ac7f2bd3fb6fd9620bc5aaa6ca222a22a73 | 2,371 | yaml | YAML | stable/elasticsearch-curator/values.yaml | tillig/charts | 0488c623ee045c90ac3d34a6e7803b3da83a2f62 | [
"Apache-2.0"
] | 8 | 2019-10-03T19:39:50.000Z | 2019-10-16T01:32:23.000Z | stable/elasticsearch-curator/values.yaml | tillig/charts | 0488c623ee045c90ac3d34a6e7803b3da83a2f62 | [
"Apache-2.0"
] | 3 | 2016-11-06T02:41:47.000Z | 2017-04-13T20:28:18.000Z | stable/elasticsearch-curator/values.yaml | tillig/charts | 0488c623ee045c90ac3d34a6e7803b3da83a2f62 | [
"Apache-2.0"
] | 9 | 2016-10-22T19:16:48.000Z | 2021-06-15T03:35:24.000Z | # Default values for elasticsearch-curator.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
cronjob:
# At 01:00 every day
schedule: "0 1 * * *"
annotations: {}
concurrencyPolicy: ""
failedJobsHistoryLimit: ""
successfulJobsHistoryLimit: ""
pod:
annotations: {}
image:
repository: quay.io/pires/docker-elasticsearch-curator
tag: 5.5.4
pullPolicy: IfNotPresent
hooks:
install: false
upgrade: false
configMaps:
# Delete indices older than 7 days
action_file_yml: |-
---
actions:
1:
action: delete_indices
description: "Clean up ES by deleting old indices"
options:
timeout_override:
continue_if_exception: False
disable_action: False
ignore_empty_list: True
filters:
- filtertype: age
source: name
direction: older
timestring: '%Y.%m.%d'
unit: days
unit_count: 7
field:
stats_result:
epoch:
exclude: False
# Having config_yaml WILL override the other config
config_yml: |-
---
client:
hosts:
- CHANGEME.host
port: 9200
# url_prefix:
# use_ssl: True
# certificate:
# client_cert:
# client_key:
# ssl_no_validate: True
# http_auth:
# timeout: 30
# master_only: False
# logging:
# loglevel: INFO
# logfile:
# logformat: default
# blacklist: ['elasticsearch', 'urllib3']
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
priorityClassName: ""
# extraVolumes and extraVolumeMounts allows you to mount other volumes
# Example Use Case: mount ssl certificates when elasticsearch has tls enabled
# extraVolumes:
# - name: es-certs
# secret:
# defaultMode: 420
# secretName: es-certs
# extraVolumeMounts:
# - name: es-certs
# mountPath: /certs
# readOnly: true
| 24.443299 | 93 | 0.636019 |
438b36aab7d352b85d1604e6c55c9bb333fcf187 | 9,813 | yml | YAML | src/Oro/Bundle/NotificationBundle/Resources/config/services.yml | mrafalkoitr/platform | 75d1e741bb5ee4e7a772695531ce2a9d1ef54ccc | [
"MIT"
] | null | null | null | src/Oro/Bundle/NotificationBundle/Resources/config/services.yml | mrafalkoitr/platform | 75d1e741bb5ee4e7a772695531ce2a9d1ef54ccc | [
"MIT"
] | 1 | 2019-09-13T15:25:15.000Z | 2019-09-13T15:25:15.000Z | src/Oro/Bundle/NotificationBundle/Resources/config/services.yml | mrafalkoitr/platform | 75d1e741bb5ee4e7a772695531ce2a9d1ef54ccc | [
"MIT"
] | 1 | 2019-06-19T09:34:45.000Z | 2019-06-19T09:34:45.000Z | parameters:
# Entity classes
oro_notification.event_entity.class: Oro\Bundle\NotificationBundle\Entity\Event
oro_notification.emailnotification.entity.class: Oro\Bundle\NotificationBundle\Entity\EmailNotification
oro_notification.massnotification.entity.class: Oro\Bundle\NotificationBundle\Entity\MassNotification
# Entity spool
oro_notification.entity_spool.class: Oro\Bundle\NotificationBundle\Doctrine\EntityPool
# Event manager and event handler classes
oro_notification.manager.class: Oro\Bundle\NotificationBundle\Provider\NotificationManager
oro_notification.email_handler.class: Oro\Bundle\NotificationBundle\Event\Handler\EmailNotificationHandler
# Listener classes
oro_notification.doctrine_listener.class: Oro\Bundle\NotificationBundle\Provider\DoctrineListener
oro_notification.event_listener.mass_notification.class: Oro\Bundle\NotificationBundle\EventListener\MassNotificationListener
# Email notification form services
oro_notification.form.type.email_notification.class: Oro\Bundle\NotificationBundle\Form\Type\EmailNotificationType
oro_notification.form.type.recipient_list.class: Oro\Bundle\NotificationBundle\Form\Type\RecipientListType
oro_notification.form.handler.email_notification.class: Oro\Bundle\NotificationBundle\Form\Handler\EmailNotificationHandler
oro_notification.form.type.email_notification_entity_choice.class: Oro\Bundle\NotificationBundle\Form\Type\EmailNotificationEntityChoiceType
# Email notification API
oro_notification.email_notification.manager.api.class: Oro\Bundle\SoapBundle\Entity\Manager\ApiEntityManager
# Email notification services
oro_notification.mailer.transport.spool_db.class: Oro\Bundle\NotificationBundle\Provider\Mailer\DbSpool
oro_notification.mailer.transport.spool_entity.class: Oro\Bundle\NotificationBundle\Entity\SpoolItem
swiftmailer.mailer.db_spool_mailer.spool.enabled: true
oro_notification.event_listener.email_notification_service.class: Oro\Bundle\NotificationBundle\Provider\EmailNotificationGridHelper
oro_notification.email_notification_entity_provider.class: Oro\Bundle\NotificationBundle\Provider\EmailNotificationEntityProvider
oro_notification.mass_notification_sender.class: Oro\Bundle\NotificationBundle\Model\MassNotificationSender
services:
# Entity spool
oro_notification.entity_spool:
class: '%oro_notification.entity_spool.class%'
oro_notification.form.type.email_notification:
class: '%oro_notification.form.type.email_notification.class%'
arguments:
- '@oro_email.form.subscriber.emailtemplate'
- '@oro_notification.form.subscriber.additional_emails'
- '@router'
- '@oro_notification.form.subscriber.contact_information_emails'
tags:
- { name: form.type, alias: emailnotification }
oro_notification.form.type.recipient_list:
class: '%oro_notification.form.type.recipient_list.class%'
tags:
- { name: form.type, alias: oro_notification_recipient_list }
oro_notification.form.handler.email_notification:
class: '%oro_notification.form.handler.email_notification.class%'
arguments:
- '@doctrine'
tags:
- { name: oro_form.form.handler, alias: oro_notification.form.handler.email_notification }
oro_notification.form.type.email_notification_entity_choice:
class: '%oro_notification.form.type.email_notification_entity_choice.class%'
arguments:
- '@oro_notification.email_notification_entity_provider'
tags:
- { name: form.type, alias: oro_email_notification_entity_choice }
oro_notification.form.subscriber.additional_emails:
class: 'Oro\Bundle\NotificationBundle\Form\EventListener\AdditionalEmailsSubscriber'
arguments:
- '@doctrine'
- '@translator'
- '@oro_entity_config.config_manager'
# Email notification API
oro_notification.email_notification.manager.api:
class: '%oro_notification.email_notification.manager.api.class%'
parent: oro_soap.manager.entity_manager.abstract
arguments:
- '%oro_notification.emailnotification.entity.class%'
- '@doctrine.orm.entity_manager'
# Event listeners
oro_notification.doctrine.event.listener:
class: '%oro_notification.doctrine_listener.class%'
arguments:
- '@oro_notification.entity_spool'
- '@event_dispatcher'
tags:
- { name: doctrine.event_listener, event: postPersist }
- { name: doctrine.event_listener, event: postUpdate }
- { name: doctrine.event_listener, event: postRemove }
- { name: doctrine.event_listener, event: postFlush }
# notification services
oro_notification.manager:
class: '%oro_notification.manager.class%'
arguments:
- '@doctrine.orm.entity_manager'
- '%oro_notification.emailnotification.entity.class%'
lazy: true
oro_notification.mass_notification_sender:
class: '%oro_notification.mass_notification_sender.class%'
arguments:
- '@oro_notification.manager.email_notification'
- '@oro_config.user'
- '@doctrine.orm.entity_manager'
- '@oro_notification.entity_spool'
- '@oro_locale.dql.formatter.name'
oro_notification.email_handler:
class: '%oro_notification.email_handler.class%'
arguments:
- '@oro_notification.manager.email_notification'
- '@doctrine.orm.entity_manager'
- '@property_accessor'
tags:
- { name: notification.handler, alias: email_notification_handler }
# email notification Swift mailer with DB spool configured
oro_notification.mailer.spool_db:
class: '%oro_notification.mailer.transport.spool_db.class%'
arguments:
- '@doctrine.orm.entity_manager'
- '@oro_notification.entity_spool'
- '%oro_notification.mailer.transport.spool_entity.class%'
- '@event_dispatcher'
oro_notification.mailer.transport.eventdispatcher:
parent: swiftmailer.transport.eventdispatcher.abstract
oro_notification.mailer.transport:
parent: swiftmailer.transport.spool.abstract
arguments:
- '@oro_notification.mailer.transport.eventdispatcher'
- '@oro_notification.mailer.spool_db'
# notification mailer instance
swiftmailer.mailer.db_spool_mailer:
class: '%swiftmailer.class%'
arguments:
- '@oro_notification.mailer.transport'
swiftmailer.mailer.db_spool_mailer.transport.real:
alias: swiftmailer.transport.real
oro_notification.event_listener.email_notification_service:
class: '%oro_notification.event_listener.email_notification_service.class%'
arguments:
- '@doctrine.orm.entity_manager'
lazy: true
oro_notification.email_notification_entity_provider:
class: '%oro_notification.email_notification_entity_provider.class%'
parent: oro_entity.entity_provider.abstract
arguments:
- '@doctrine.orm.entity_manager'
lazy: true
oro_notification.event_listener.mass_notification_log:
class: '%oro_notification.event_listener.mass_notification.class%'
arguments:
- '@doctrine.orm.entity_manager'
tags:
- { name: kernel.event_listener, event: oro.notification.event.notification_send_after, method: logMassNotification}
# message queue
oro_notification.async.send_email_message_processor:
class: 'Oro\Bundle\NotificationBundle\Async\SendEmailMessageProcessor'
arguments:
- '@oro_email.direct_mailer'
- '@oro_email.mailer.processor'
- '@doctrine'
- '@oro_email.email_renderer'
- '@logger'
tags:
- { name: 'oro_message_queue.client.message_processor', topicName: oro.notification.send_notification_email }
oro_notification.async.send_mass_email_message_processor:
class: 'Oro\Bundle\NotificationBundle\Async\SendMassEmailMessageProcessor'
arguments:
- '@oro_email.direct_mailer'
- '@oro_email.mailer.processor'
- '@doctrine'
- '@oro_email.email_renderer'
- '@logger'
- '@event_dispatcher'
tags:
- { name: 'oro_message_queue.client.message_processor', topicName: oro.notification.send_mass_notification_email }
# manager
oro_notification.manager.email_notification:
class: 'Oro\Bundle\NotificationBundle\Manager\EmailNotificationManager'
public: false
arguments:
- '@oro_email.email_renderer'
- '@oro_notification.manager.email_notification_sender'
- '@logger'
oro_notification.manager.email_notification_sender:
class: 'Oro\Bundle\NotificationBundle\Manager\EmailNotificationSender'
public: false
arguments:
- '@oro_config.user'
- '@oro_message_queue.client.message_producer'
oro_notification.provider.contact_information_emails:
class: 'Oro\Bundle\NotificationBundle\Provider\ContactInformationEmailsProvider'
public: false
lazy: true
arguments:
- '@oro_entity_config.config_manager'
- '@translator'
oro_notification.form.subscriber.contact_information_emails:
class: 'Oro\Bundle\NotificationBundle\Form\EventListener\ContactInformationEmailsSubscriber'
arguments:
- '@oro_notification.provider.contact_information_emails'
| 43.613333 | 144 | 0.711913 |
6b2d74dd037908d1b28f8fd291ee0303d90fdb20 | 955 | yml | YAML | registry/s3-downloader/serverless.yml | parkhub/components | f86bc55865945ccf2cf1ae4f644da526739ddf2c | [
"Apache-2.0"
] | 1 | 2018-09-07T18:05:42.000Z | 2018-09-07T18:05:42.000Z | registry/s3-downloader/serverless.yml | parkhub/components | f86bc55865945ccf2cf1ae4f644da526739ddf2c | [
"Apache-2.0"
] | null | null | null | registry/s3-downloader/serverless.yml | parkhub/components | f86bc55865945ccf2cf1ae4f644da526739ddf2c | [
"Apache-2.0"
] | 1 | 2021-06-17T12:51:05.000Z | 2021-06-17T12:51:05.000Z | # TODO: make this more reusable
type: s3-downloader
version: 0.2.0
core: 0.2.x
description: "A Serverless Component for downloading file when they are added to s3"
license: Apache-2.0
author: "Serverless, Inc. <hello@serverless.com> (https://serverless.com)"
repository: "github:serverless/components"
inputTypes:
name:
type: string
default: my-s3-downloader
eventGatewaySpace:
type: string
required: true
eventGatewayApiKey:
type: string
required: true
components:
downloaderLambda:
type: aws-lambda
inputs:
name: ${input.name}
handler: downloader.handler
env:
EVENT_GATEWAY_APIKEY: ${inputs.eventGatewayApiKey}
FILES_TABLE: serverless-components-files
downloaderSubscription:
type: eventgateway
inputs:
event: fileUploaded
space: ${inputs.eventGatewaySpace}
eventGatewayApiKey: ${inputs.eventGatewayApiKey}
lambdaArn: ${downloaderLambda.arn}
| 25.131579 | 84 | 0.712042 |
e44524d2ad96b2425a814ba0a1265515a5e26bc7 | 1,536 | yml | YAML | examples/manifold/.lando.yml | manarm/code4lib2021-workshop | c627ee03c99574290e5aa9b04e6de664f2c1b668 | [
"MIT"
] | 6 | 2021-03-02T21:46:00.000Z | 2021-03-25T19:01:03.000Z | examples/manifold/.lando.yml | manarm/code4lib2021-workshop | c627ee03c99574290e5aa9b04e6de664f2c1b668 | [
"MIT"
] | null | null | null | examples/manifold/.lando.yml | manarm/code4lib2021-workshop | c627ee03c99574290e5aa9b04e6de664f2c1b668 | [
"MIT"
] | 2 | 2021-03-26T02:13:17.000Z | 2021-03-26T15:51:14.000Z | ---
name: manifold
env_file:
- environment/defaults.env
- environment/local.env
proxy:
# TODO
services:
database:
type: postgres:11
portforward: 5432
creds:
user: postgres
password:
database: manifold_production
elasticsearch:
type: elasticsearch:5.6.7
redis:
type: redis:5
api_clockwork:
type: compose
app_mount: delegated
services:
image: manifoldscholarship/manifold-api:v5.1.4-beta.1
volumes:
- ./data/api/public:/opt/manifold/api/public
- ./data/sockets:/manifold_sockets
command:
- ./start_and_run
- bin/zhong zhong.rb
api_rails:
type: compose
app_mount: delegated
services:
image: manifoldscholarship/manifold-api:v5.1.4-beta.1
volumes:
- ./data/api/public:/opt/manifold/api/public
- ./data/sockets:/manifold_sockets
command:
- ./start_and_run
- bin/puma -C config/puma.rb
api_sidekiq:
type: compose
app_mount: delegated
services:
image: manifoldscholarship/manifold-api:v5.1.4-beta.1
volumes:
- ./data/api/public:/opt/manifold/api/public
- ./data/sockets:/manifold_sockets
command:
- ./start_and_run
- bin/sidekiq
client:
type: node:14
volumes:
- ./data/api/public:/opt/manifold/api/public
- ./data/sockets:/manifold_sockets
build:
- yarn install
command: yarn run start-docker
tooling:
psql:
service: database
cmd: psql -U postgres
| 20.756757 | 59 | 0.626953 |
e4a3ad99b1b62a9fab832b8b19343dd072ccc7c2 | 489 | yml | YAML | docs/_toc.yml | oesteban/nipreps-book | d7d7a487f0ff530467278c10e7832127412c69af | [
"Apache-2.0"
] | 5 | 2020-10-23T13:01:09.000Z | 2021-04-20T07:47:57.000Z | docs/_toc.yml | oesteban/nipreps-book | d7d7a487f0ff530467278c10e7832127412c69af | [
"Apache-2.0"
] | 35 | 2021-04-02T06:09:53.000Z | 2021-04-22T21:19:11.000Z | docs/_toc.yml | oesteban/nipreps-book | d7d7a487f0ff530467278c10e7832127412c69af | [
"Apache-2.0"
] | 6 | 2020-10-27T15:12:50.000Z | 2021-04-12T15:14:21.000Z | # Table of content
# Learn more at https://jupyterbook.org/customize/toc.html
- file: welcome
- part: preparation
chapters:
- file: preparation/step0
- part: nipreps
chapters:
- file: nipreps/nipreps
- file: nipreps/dmriprep
- part: tutorial
chapters:
- file: tutorial/intro
- file: tutorial/data
- file: tutorial/models
- file: tutorial/registration
- file: tutorial/solution
- part: extra
chapters:
- file: extra/nifti
- file: extra/community_development
| 18.807692 | 58 | 0.707566 |
2947e21e67c96d6998310b7d7f9b7157e92e9788 | 1,117 | yml | YAML | src/Bemoove/AppBundle/Resources/config/routing.yml | XavierGuichet/bemoove | ce49515b9802eb240be267ddcf7c70c7b009a859 | [
"MIT"
] | null | null | null | src/Bemoove/AppBundle/Resources/config/routing.yml | XavierGuichet/bemoove | ce49515b9802eb240be267ddcf7c70c7b009a859 | [
"MIT"
] | null | null | null | src/Bemoove/AppBundle/Resources/config/routing.yml | XavierGuichet/bemoove | ce49515b9802eb240be267ddcf7c70c7b009a859 | [
"MIT"
] | null | null | null | get_my_business:
resource: "@BemooveAppBundle/Action/GetMyBusiness.php"
prefix: /
type: annotation
get_my_workouts:
resource: "@BemooveAppBundle/Action/GetMyWorkouts.php"
prefix: /
type: annotation
get_my_coaches:
resource: "@BemooveAppBundle/Action/GetMyCoaches.php"
prefix: /
type: annotation
get_my_bank_account:
resource: "@BemooveAppBundle/Action/GetMyBankAccount.php"
prefix: /
type: annotation
get_my_workout_address:
resource: "@BemooveAppBundle/Action/GetMyWorkoutAddress.php"
prefix: /
type: annotation
get_bookable_workout_instance:
resource: "@BemooveAppBundle/Action/GetBookableWorkoutInstance.php"
prefix: /
type: annotation
get_my_person:
resource: "@BemooveAppBundle/Action/GetMyPerson.php"
prefix: /
type: annotation
get_my_reservations:
resource: "@BemooveAppBundle/Action/GetMyReservations.php"
prefix: /
type: annotation
cancel_reservation:
resource: "@BemooveAppBundle/Action/CancelReservation.php"
prefix: /
type: annotation
| 24.822222 | 71 | 0.702775 |
50639ebce6afa2b58ac0311e12835e88218c42f6 | 2,962 | yml | YAML | docs-ref-autogen/com.azure.resourcemanager.sql.models.TransparentDataEncryption.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 5 | 2021-08-20T15:24:19.000Z | 2022-02-20T17:06:14.000Z | docs-ref-autogen/com.azure.resourcemanager.sql.models.TransparentDataEncryption.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/com.azure.resourcemanager.sql.models.TransparentDataEncryption.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-08-20T15:24:21.000Z | 2021-08-20T15:24:21.000Z | ### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.models.TransparentDataEncryption"
fullName: "com.azure.resourcemanager.sql.models.TransparentDataEncryption"
name: "TransparentDataEncryption"
nameWithType: "TransparentDataEncryption"
summary: "An immutable client-side representation of an Azure SQL database's TransparentDataEncryption."
syntax: "public interface TransparentDataEncryption extends Refreshable<TransparentDataEncryption>, HasInnerModel<TransparentDataEncryptionInner>, HasResourceGroup, HasName, HasId"
methods:
- "com.azure.resourcemanager.sql.models.TransparentDataEncryption.databaseName()"
- "com.azure.resourcemanager.sql.models.TransparentDataEncryption.listActivities()"
- "com.azure.resourcemanager.sql.models.TransparentDataEncryption.listActivitiesAsync()"
- "com.azure.resourcemanager.sql.models.TransparentDataEncryption.sqlServerName()"
- "com.azure.resourcemanager.sql.models.TransparentDataEncryption.status()"
- "com.azure.resourcemanager.sql.models.TransparentDataEncryption.updateStatus(com.azure.resourcemanager.sql.models.TransparentDataEncryptionStatus)"
- "com.azure.resourcemanager.sql.models.TransparentDataEncryption.updateStatusAsync(com.azure.resourcemanager.sql.models.TransparentDataEncryptionStatus)"
type: "interface"
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasId?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasName?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.TransparentDataEncryptionInner?alt=com.azure.resourcemanager.sql.fluent.models.TransparentDataEncryptionInner&text=TransparentDataEncryptionInner\" data-throw-if-not-resolved=\"False\" />>"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Refreshable?alt=com.azure.resourcemanager.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.models.TransparentDataEncryption?alt=com.azure.resourcemanager.sql.models.TransparentDataEncryption&text=TransparentDataEncryption\" data-throw-if-not-resolved=\"False\" />>"
metadata: {}
package: "com.azure.resourcemanager.sql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.2.0
| 113.923077 | 467 | 0.83187 |
8ac2cd60cb40196a1791e36059d0ecae7777babe | 460 | yml | YAML | modules/supabase.yml | ihavecoke/modules | 61ffd3af3af74f8d7ba279d97de71a8495b90f0f | [
"MIT"
] | 1 | 2021-08-14T12:28:40.000Z | 2021-08-14T12:28:40.000Z | modules/supabase.yml | ihavecoke/modules | 61ffd3af3af74f8d7ba279d97de71a8495b90f0f | [
"MIT"
] | null | null | null | modules/supabase.yml | ihavecoke/modules | 61ffd3af3af74f8d7ba279d97de71a8495b90f0f | [
"MIT"
] | null | null | null | name: supabase
description: A supa simple way to use Supabase with Nuxt
repo: supabase/nuxt-supabase
npm: nuxt-supabase
icon: supabase.png
github: https://github.com/supabase/nuxt-supabase
website: https://github.com/supabase/nuxt-supabase
learn_more: https://supabase.io
category: Database
type: 3rd-party
maintainers:
- name: Scott Robertson
github: scottrobertson
twitter: scottymeuk
avatar: https://avatars0.githubusercontent.com/u/68361?v=4
| 28.75 | 62 | 0.780435 |
27ff1047d15fbb4b66bdf0d9dc9680ecd6563c7f | 5,485 | yaml | YAML | config/configuration.yaml | JoHa-git/HAConf | ed68d0a5792ffbd793e8f6a0fc7b1a63474fb930 | [
"MIT"
] | null | null | null | config/configuration.yaml | JoHa-git/HAConf | ed68d0a5792ffbd793e8f6a0fc7b1a63474fb930 | [
"MIT"
] | null | null | null | config/configuration.yaml | JoHa-git/HAConf | ed68d0a5792ffbd793e8f6a0fc7b1a63474fb930 | [
"MIT"
] | null | null | null | homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
allowlist_external_dirs:
- /tmp
latitude: !secret lat
longitude: !secret lon
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 32
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Europe/Helsinki
# Customization file
customize_glob:
"sensor.golf_*":
hidden: true
"binary_sensor.golf_*":
hidden: true
"sensor.octavia_*":
hidden: true
"binary_sensor.octavia_*":
hidden: true
"input_boolean.octavia_*":
hidden: true
"input_boolean.golf_*":
hidden: true
auth_mfa_modules:
- type: totp
name: Authenticator app
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
recorder:
db_url: !secret dburl
exclude:
entities:
- sun.sun
- sensor.time
logger:
default: warning
logs:
homeassistant.components.modbus: debug
pymodbus.client: debug
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
# google_assistant:
# project_id: homeassistantsync-259019
# service_account: !include HomeAssistantSync.json
# secure_devices_pin: !secret pin
# report_state: true
# exposed_domains:
# - switch
# - light
# - cover
# entity_config:
# switch.kitchen:
# name: CUSTOM_NAME_FOR_GOOGLE_ASSISTANT
# aliases:
# - BRIGHT_LIGHTS
# - ENTRY_LIGHTS
# light.living_room:
# expose: false
# room: LIVING_ROOM
# Discover some devices automatically
discovery:
scene:
- name: Evening
entities:
light.olohuone_iso : off
light.olohuone_ovet: off
light.olohuone_pieni:
state: on
brightness: 40
color_temp: 420
# Sensors
sensor: !include sensors.yaml
binary_sensor: !include binarysensors.yaml
telegram_bot:
- platform: broadcast
api_key: !secret telegram_api
allowed_chat_ids:
- !secret telegram_chat1
- !secret telegram_chat2
- !secret telegram_chat3
notify:
- name: telegram
platform: telegram
chat_id: !secret telegram_chat1
cover:
- platform: mqtt
name: "Autotallin ovi"
state_topic: "garage/door/1/status"
command_topic: "garage/door/1/action"
availability_topic: "GarHAge/availability"
qos: 0
optimistic: false
retain: false
payload_open: "OPEN"
payload_close: "CLOSE"
payload_stop: "STATE"
state_open: "open"
state_closed: "closed"
payload_available: "online"
payload_not_available: "offline"
device_class: garage
light:
- platform: group
name: Kaikki valot
entities:
- light.tyohuone_lednauha
- light.tyohuone_ledpaneelit
- light.tyohuone
- light.olohuone_iso
- light.olohuone_pieni
- light.olohuone_ovet
- light.wc
- light.makuuhuone
- light.koristevalo
- light.tyohuonem
- light.tyohuonet
- light.suihku
- light.kaytava_ala
- light.kaytava_yla
- platform: group
name: kukkavalot
entities:
- light.kukkavalo
- light.kukkaledlistat
input_boolean:
golf:
name: Golf automaatti
icon: mdi:car
golf_s:
octavia:
name: Octavia automaatti
icon: mdi:car
octavia_s:
pumppu:
name: Uima-allas pumppu
awaymode:
name: Pitkään poissa
shower:
name: Suihku pitää lämmittää
heating:
name: Lämmitystä tarvitaan
input_datetime:
golf:
name: Golf lämmitys aika
has_date: false
has_time: true
octavia:
name: Octavia lämmitys aika
has_date: false
has_time: true
shower_duration:
name: Suihku lämmitysaika
has_date: false
has_time: true
input_number:
temperature:
name: Lämpötila
initial: 22
min: 19
max: 25
step: 0.5
icon: mdi:temperature-celsius+
input_select:
housestatus:
name: Talon tila
options:
- Päivä
- Yö
- Hetken poissa
- Pitkään poissa
initial: Päivä
icon: mdi:home
househeating:
name: Talon lämmitys tila
options:
- Termostaatti
- Esto
- Pakko
icon: mdi:home
showerheating:
name: Suihkun lämmitys tila
options:
- Termostaatti
- Esto
- Pakko
icon: mdi:shower
# modbus:
# name: enervent
# close_comm_on_error: true
# delay: 0
# type: serial
# method: rtu
# port: /dev/ttyUSB0
# baudrate: 19200
# stopbits: 1
# bytesize: 8
# parity: N
# timeout: 2
# sensors:
# - name: Raitisilma
# unit_of_measurement: C
# slave: 0
# address: 6
# scale: 0.1
# precision: 1
alarm_control_panel:
- platform: manual
code: '3180'
timer:
octavia:
name: Octavia lämmitys jäljellä
golf:
name: Golf lämmitys jäljellä
garagedooropen:
name: Autotallin oven avaus
garagedoorclose:
name: Autotallin oven sulkeminen
all_lights_off:
name: kaikki valot pois
shower:
name: Suihku
duration: "3:55:00"
# Text to speech
tts:
- platform: google_translate
media_player:
- platform: samsungtv_tizen
host: !secret tv_host
port: 8002
mac: 40:16:3b:0f:c9:95
group: !include groups.yaml
automation: !include_dir_merge_list automation/
script: !include scripts.yaml | 22.116935 | 85 | 0.668551 |
7e19fc3c7a94f337d935185fcc464ee9668b12ae | 322 | yml | YAML | vpn_server/openvpn/docker-compose.yml | manageacloud/thevpncompany | f9b8007b5a762a856f3a8c3344452f8844bfb1ac | [
"MIT"
] | 1 | 2020-01-14T19:00:22.000Z | 2020-01-14T19:00:22.000Z | vpn_server/openvpn/docker-compose.yml | manageacloud/thevpncompany | f9b8007b5a762a856f3a8c3344452f8844bfb1ac | [
"MIT"
] | 1 | 2020-04-28T18:20:40.000Z | 2020-05-12T00:14:19.000Z | vpn_server/openvpn/docker-compose.yml | manageacloud/thevpncompany | f9b8007b5a762a856f3a8c3344452f8844bfb1ac | [
"MIT"
] | null | null | null | version: '2'
services:
openvpn:
privileged: true
cap_add:
- NET_ADMIN
image: kylemanna/openvpn:2.4
container_name: openvpn
ports:
- "2296:1194/udp"
- "127.0.0.1:7515:7505"
restart: always
volumes:
- /tmp/etc_openvpn:/etc/openvpn
environment:
OVPN_PORT: 2296
| 18.941176 | 37 | 0.60559 |
457f2b66617502eb234c63f91103f16ee1caed66 | 1,029 | yml | YAML | drone/docker-compose.yml | kevin197011/docker-compose | 84e67dcc63a8a9524977d824fa24cec2009f42ed | [
"MIT"
] | null | null | null | drone/docker-compose.yml | kevin197011/docker-compose | 84e67dcc63a8a9524977d824fa24cec2009f42ed | [
"MIT"
] | null | null | null | drone/docker-compose.yml | kevin197011/docker-compose | 84e67dcc63a8a9524977d824fa24cec2009f42ed | [
"MIT"
] | null | null | null | version: '3'
services:
drone-server:
image: drone/drone:latest
ports:
- "80:80"
- "443:443"
volumes:
- /data/volumes/drone:/var/lib/drone/
environment:
- DRONE_OPEN=true
- DRONE_DEBUG=true
- DRONE_GIT_ALWAYS_AUTH=false
- DRONE_GITLAB_SERVER=http://git.kevin197011.com
- DRONE_GITLAB_CLIENT_ID=${GITLAB-TOKEN}
- DRONE_GITLAB_CLIENT_SECRET=${GITLAB-TOKEN}
- DRONE_GITLAB=true
- DRONE_SERVER_HOST=drone.kevin197011.com
- DRONE_SERVER_PROTO=http
- DRONE_DATABASE_DATASOURCE=/data/drone/drone.sqlite
- DRONE_DATABASE_DRIVER=sqlite3
- DRONE_RPC_SECRET=MyDroneSecreToken
- DRONE_SECRET=MyDroneSecreToken
drone-agent:
image: drone/agent:latest
depends_on:
- drone-server
environment:
- DRONE_RPC_SERVER=http://drone-server
- DRONE_RPC_SECRET=MyDroneSecreToken
- DRONE_DEBUG=true
- DOCKER_HOST=tcp://docker-bind:2375
docker-bind:
image: docker:dind
privileged: true
| 27.078947 | 58 | 0.671526 |
5532ddeb4ed689a249f1a17221d1cbe0e148ddf6 | 2,462 | yml | YAML | _data/comments/dear-diary/comment-1561772904114.yml | hashtafak/hashtafak.github.io | 73536a9c9a4e4afdf9bce931cd3d9c9417583dc8 | [
"MIT"
] | null | null | null | _data/comments/dear-diary/comment-1561772904114.yml | hashtafak/hashtafak.github.io | 73536a9c9a4e4afdf9bce931cd3d9c9417583dc8 | [
"MIT"
] | null | null | null | _data/comments/dear-diary/comment-1561772904114.yml | hashtafak/hashtafak.github.io | 73536a9c9a4e4afdf9bce931cd3d9c9417583dc8 | [
"MIT"
] | null | null | null | _id: fb0422d0-9a0f-11e9-96b3-ab4686ae2525
message: >-
An wlm.kunf.hashtafak.github.io.dhw.bq cluster bunion lengths
[URL=http://yfslink.org/cialis/]cialis[/URL]
[URL=http://iowansforsafeaccess.org/zoloft/]zoloft[/URL] buy sertraline online
[URL=http://alwaseetgulf.com/discount-viagra/]generic viagra canada[/URL]
[URL=http://dive-courses-bali.com/viagra-online/]viagra online canada[/URL]
[URL=http://allwallsmn.com/prednisone-without-dr-prescription/]prednisone
without dr prescription[/URL]
[URL=http://cocasinclair.com/prednisone-without-a-prescription/]prednisone 10
mg[/URL] [URL=http://heavenlyhappyhour.com/viagra-soft/]viagra soft lowest
price[/URL] [URL=http://livetvchannels.org/fluoxetine/]fluoxetine for
sale[/URL] [URL=http://thefashionhob.com/avodart/]proscar or avodart[/URL]
itself: came, <a href="http://yfslink.org/cialis/">generic cialis lowest
price</a> <a href="http://iowansforsafeaccess.org/zoloft/">buy sertraline</a>
<a href="http://alwaseetgulf.com/discount-viagra/">viagra</a> <a
href="http://dive-courses-bali.com/viagra-online/">buy viagra</a> <a
href="http://allwallsmn.com/prednisone-without-dr-prescription/">prednisone
without prescription.net</a> <a
href="http://cocasinclair.com/prednisone-without-a-prescription/">prednisone
without dr prescription</a> <a
href="http://heavenlyhappyhour.com/viagra-soft/">viagra soft</a> <a
href="http://livetvchannels.org/fluoxetine/">fluoxetine</a> <a
href="http://thefashionhob.com/avodart/">avodart</a> religious,
http://yfslink.org/cialis/#cialis-online cialis
http://iowansforsafeaccess.org/zoloft/#zoloft-weight-loss zoloft as a drug
http://alwaseetgulf.com/discount-viagra/#discount-viagra viagra pills
http://dive-courses-bali.com/viagra-online/#viagra.com viagra online
http://allwallsmn.com/prednisone-without-dr-prescription/#prednisone-without-dr-prescription
prednisone
http://cocasinclair.com/prednisone-without-a-prescription/#prednisone-without-dr-prescription
prednisone http://heavenlyhappyhour.com/viagra-soft/#viagra-soft--online
viagra soft canada http://livetvchannels.org/fluoxetine/#fluoxetine-for-sale
fluoxetine
http://thefashionhob.com/avodart/#dutasteride-or-finasteride-and-powerpoint-slides
finasteride o dutasteride hand-washing undiagnosed solubility.
name: oyotamozesum
email: c6c031fdae78ba73196ac086b5b108f5
url: 'http://yfslink.org/cialis/'
hidden: ''
date: '2019-06-29T01:48:24.113Z'
| 58.619048 | 95 | 0.767669 |
093fecebd32d3cd1e8ccc78c6e252872390826e6 | 97,589 | yaml | YAML | tests/openbb_terminal/stocks/sector_industry_analysis/cassettes/test_stockanalysis_view/test_display_plots_financials[ncf-sa_keys2-Netherlands-Technology-None-annual-3-Large-CF].yaml | tehcoderer/GamestonkTerminal | 54a1b6f545a0016c576e9e00eef5c003d229dacf | [
"MIT"
] | 255 | 2022-03-29T16:43:51.000Z | 2022-03-31T23:57:08.000Z | tests/openbb_terminal/stocks/sector_industry_analysis/cassettes/test_stockanalysis_view/test_display_plots_financials[ncf-sa_keys2-Netherlands-Technology-None-annual-3-Large-CF].yaml | tehcoderer/GamestonkTerminal | 54a1b6f545a0016c576e9e00eef5c003d229dacf | [
"MIT"
] | 14 | 2022-03-29T14:20:33.000Z | 2022-03-31T23:39:20.000Z | tests/openbb_terminal/stocks/sector_industry_analysis/cassettes/test_stockanalysis_view/test_display_plots_financials[ncf-sa_keys2-Netherlands-Technology-None-annual-3-Large-CF].yaml | tehcoderer/GamestonkTerminal | 54a1b6f545a0016c576e9e00eef5c003d229dacf | [
"MIT"
] | 24 | 2022-03-29T15:28:56.000Z | 2022-03-31T23:54:15.000Z | interactions:
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
User-Agent:
- python-requests/2.27.1
method: GET
uri: https://raw.githubusercontent.com/JerBouma/FinanceDatabase/master/Database/Equities/Countries/Netherlands/Technology/_Technology.json
response:
body:
string: !!binary |
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
headers:
Accept-Ranges:
- bytes
Access-Control-Allow-Origin:
- '*'
Cache-Control:
- max-age=300
Connection:
- keep-alive
Content-Encoding:
- gzip
Content-Length:
- '10478'
Content-Security-Policy:
- default-src 'none'; style-src 'unsafe-inline'; sandbox
Content-Type:
- text/plain; charset=utf-8
Date:
- Mon, 21 Feb 2022 18:31:34 GMT
ETag:
- W/"cb9a111568601cd3d5872fd2019c98dafb1e3038bc96096d7a411a9d283199af"
Expires:
- Mon, 21 Feb 2022 18:36:34 GMT
Source-Age:
- '0'
Strict-Transport-Security:
- max-age=31536000
Vary:
- Authorization,Accept-Encoding,Origin
Via:
- 1.1 varnish
X-Cache:
- MISS
X-Cache-Hits:
- '0'
X-Content-Type-Options:
- nosniff
X-Fastly-Request-ID:
- d966197724f3b337ab4774f4cbdd925892d50aeb
X-Frame-Options:
- deny
X-GitHub-Request-Id:
- 8024:7EEA:488CE:67060:6213DA86
X-Served-By:
- cache-ams21044-AMS
X-Timer:
- S1645468294.977407,VS0,VE242
X-XSS-Protection:
- 1; mode=block
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
User-Agent:
- Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.10; rv:86.1) Gecko/20100101 Firefox/86.1
method: GET
uri: https://stockanalysis.com/stocks/ADYEY/financials/cash-flow-statement/
response:
body:
string: !!binary |
H4sIAAAAAAAAA9xb/Y/bRpL9V/p0WGAXSI/6u5uGx7iss0EWF+8uLsHgdn8xKIr6iClRR3I0M8b9
8fdeU5qRxnYynuSA9QIeUiS7q6urXr2qbtIv/+2bv77+8e9/+5NYDZvm1UseRVNul5eTejvBdV3O
X73c1EMptuWmvpzs1/XNru2Giaja7VBvh8vJzXo+rC7n9X5d1TJfTKaHPtWq7H6o0eZ6WMjE28N6
aOpXX8/v6q34y8XVhfj919/8/U9//4N4XfYr8W3T3ogfhnKoNxAt/he/2+qd+HpbNnf9un85Hbuf
KjSv+6pb74Z1uz3R6Rs0WDf1XFQUu6DY/ii2F4u2Ex+q8JVYb6vmer7eLkW7q7ty4K97AV/h566+
FeV2LhZdXT88ueDEmvX2nejq5nJSldt2u67KZiJWXb24nKyGYde/mE57TqY8zOWiajfjnX5aQpe7
6WK9LbfVumz6KUVLipb3Wk/vjbrrqN1wdzlply+yQU4m/kzLflz4P4ttP9TsumtONPr/NPB6Uy7r
J4213iyns7rs5L6Xs+umufhpt/yE0+52pyJv6lm/HuqPt+WTt4T6SYdP+G4MiOFmPQx196Iqu/lJ
n/56sym7u7dN2S3rt+OsPt4x6/LQ8T/yTN8ep3r7iV6/NRDPpf9TIfFctV8PkAfq6Feg1up6EOuK
E/0l+liUeza8wOFcztidMMNv6jfdbZcT0a/f1/3lxJpba54sXebmFxTwGWPocKvD08fIzT8co9zt
mloO7XW1kk8zyeMeF2dKJXWLv0eO3Na3g2Sik1V7vT3NbOajTRd4LHddjWbbuhrONcb9pi3nR0Wn
b9llSlSuq2nV99MYZlVtVFnYSiuV/AVuTkQJ7frhrqkf4YG3+lVdD58rcF4OpdxK5PHP1c/NylhG
ZQq1cCq5X6/fRwUe9NuN+m3bMbyPt9EED169nB4fvHp5bFAv6g7PxLbdtPPrpubvvqs+GHl1vQXx
79rmbrFuml76al64KhVzW1Zl5RcXP/Uc4JH4T0sCSe/K6p0MzrhZsQhlrYoiFYFy7rX6HIGLDpC6
abt3slRRVbPFYmGr6FXlny1yU663sghl1FaVZhEXIcyer+AOMd1P3yKipNOlXqSFL81c2+jTs2V6
74ysVTTzqJ0Oaq7UTD9bWnRaSRXnRlf4i9XC+vh83YqogoRIU/vSL5SbVeVi/mxpPplCJpuUIt5S
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
headers:
CF-Cache-Status:
- DYNAMIC
CF-RAY:
- 6e120d684a0bd8d1-AMS
Cache-Control:
- public, max-age=0, s-max-age=1800
Connection:
- keep-alive
Content-Encoding:
- gzip
Content-Type:
- text/html; charset=utf-8
Date:
- Mon, 21 Feb 2022 18:31:34 GMT
Expect-CT:
- max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server:
- cloudflare
Transfer-Encoding:
- chunked
X-Content-Type-Options:
- nosniff
age:
- '0'
alt-svc:
- h3=":443"; ma=86400, h3-29=":443"; ma=86400
strict-transport-security:
- max-age=31536000; includeSubDomains; preload
x-frame-options:
- sameorigin
x-matched-path:
- /stocks/[symbol]/financials/cash-flow-statement/[[...range]]
x-powered-by:
- Next.js
x-vercel-cache:
- MISS
x-vercel-id:
- fra1::iad1::4qnqm-1645468294482-327deae246f4
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
User-Agent:
- Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.10; rv:86.1) Gecko/20100101 Firefox/86.1
method: GET
uri: https://stockanalysis.com/stocks/ADYYF/financials/cash-flow-statement/
response:
body:
string: !!binary |
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
headers:
CF-Cache-Status:
- DYNAMIC
CF-RAY:
- 6e120d6cbbbd96fb-AMS
Cache-Control:
- public, max-age=0, s-max-age=1800
Connection:
- keep-alive
Content-Encoding:
- gzip
Content-Type:
- text/html; charset=utf-8
Date:
- Mon, 21 Feb 2022 18:31:35 GMT
Expect-CT:
- max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server:
- cloudflare
Transfer-Encoding:
- chunked
X-Content-Type-Options:
- nosniff
age:
- '0'
alt-svc:
- h3=":443"; ma=86400, h3-29=":443"; ma=86400
etag:
- W/"5bd8-yuXQFpiyvgiwq/DJcpqY+Y4pcN0"
strict-transport-security:
- max-age=31536000; includeSubDomains; preload
x-frame-options:
- sameorigin
x-matched-path:
- /stocks/[symbol]/financials/cash-flow-statement/[[...range]]
x-powered-by:
- Next.js
x-vercel-cache:
- MISS
x-vercel-id:
- fra1::iad1::7vcjw-1645468295333-3bc95493de24
status:
code: 404
message: Not Found
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
User-Agent:
- Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.10; rv:86.1) Gecko/20100101 Firefox/86.1
method: GET
uri: https://stockanalysis.com/stocks/ASMIY/financials/cash-flow-statement/
response:
body:
string: !!binary |
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
headers:
CF-Cache-Status:
- DYNAMIC
CF-RAY:
- 6e120d731ec600b6-AMS
Cache-Control:
- public, max-age=0, s-max-age=1800
Connection:
- keep-alive
Content-Encoding:
- gzip
Content-Type:
- text/html; charset=utf-8
Date:
- Mon, 21 Feb 2022 18:31:36 GMT
Expect-CT:
- max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server:
- cloudflare
Transfer-Encoding:
- chunked
X-Content-Type-Options:
- nosniff
age:
- '0'
alt-svc:
- h3=":443"; ma=86400, h3-29=":443"; ma=86400
etag:
- W/"5bd8-yuXQFpiyvgiwq/DJcpqY+Y4pcN0"
strict-transport-security:
- max-age=31536000; includeSubDomains; preload
x-frame-options:
- sameorigin
x-matched-path:
- /stocks/[symbol]/financials/cash-flow-statement/[[...range]]
x-powered-by:
- Next.js
x-vercel-cache:
- MISS
x-vercel-id:
- fra1::iad1::694mq-1645468296219-c95774afc996
status:
code: 404
message: Not Found
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
User-Agent:
- Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.10; rv:86.1) Gecko/20100101 Firefox/86.1
method: GET
uri: https://stockanalysis.com/stocks/ASMXF/financials/cash-flow-statement/
response:
body:
string: !!binary |
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
headers:
CF-Cache-Status:
- DYNAMIC
CF-RAY:
- 6e120d76ee59979a-AMS
Cache-Control:
- public, max-age=0, s-max-age=1800
Connection:
- keep-alive
Content-Encoding:
- gzip
Content-Type:
- text/html; charset=utf-8
Date:
- Mon, 21 Feb 2022 18:31:37 GMT
Expect-CT:
- max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server:
- cloudflare
Transfer-Encoding:
- chunked
X-Content-Type-Options:
- nosniff
age:
- '0'
alt-svc:
- h3=":443"; ma=86400, h3-29=":443"; ma=86400
etag:
- W/"5bd8-yuXQFpiyvgiwq/DJcpqY+Y4pcN0"
strict-transport-security:
- max-age=31536000; includeSubDomains; preload
x-frame-options:
- sameorigin
x-matched-path:
- /stocks/[symbol]/financials/cash-flow-statement/[[...range]]
x-powered-by:
- Next.js
x-vercel-cache:
- MISS
x-vercel-id:
- fra1::iad1::mgvtv-1645468296837-56b5ef32fd95
status:
code: 404
message: Not Found
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
User-Agent:
- Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.10; rv:86.1) Gecko/20100101 Firefox/86.1
method: GET
uri: https://stockanalysis.com/stocks/NXPI/financials/cash-flow-statement/
response:
body:
string: !!binary |
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
cqwU+3dYV926OvxfAAAA//8DAImX6ZVm+gAA
headers:
CF-Cache-Status:
- DYNAMIC
CF-RAY:
- 6e120d7ab8c29743-AMS
Cache-Control:
- public, max-age=0, s-max-age=1800
Connection:
- keep-alive
Content-Encoding:
- gzip
Content-Type:
- text/html; charset=utf-8
Date:
- Mon, 21 Feb 2022 18:31:37 GMT
Expect-CT:
- max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server:
- cloudflare
Transfer-Encoding:
- chunked
X-Content-Type-Options:
- nosniff
age:
- '0'
alt-svc:
- h3=":443"; ma=86400, h3-29=":443"; ma=86400
strict-transport-security:
- max-age=31536000; includeSubDomains; preload
x-frame-options:
- sameorigin
x-matched-path:
- /stocks/[symbol]/financials/cash-flow-statement/[[...range]]
x-powered-by:
- Next.js
x-vercel-cache:
- MISS
x-vercel-id:
- fra1::iad1::7vcjw-1645468297431-a573eafac000
status:
code: 200
message: OK
version: 1
| 69.310369 | 142 | 0.838168 |
051e64edfeaf7677f23933e8d21716cbb8e67114 | 646 | yml | YAML | zabbix_server_postgresql.yml | New-Edge-Engineering/ansible-zabbix_server | 59ddcfee73f01e41f2a65ed4f18abff134c5dcad | [
"MIT"
] | null | null | null | zabbix_server_postgresql.yml | New-Edge-Engineering/ansible-zabbix_server | 59ddcfee73f01e41f2a65ed4f18abff134c5dcad | [
"MIT"
] | null | null | null | zabbix_server_postgresql.yml | New-Edge-Engineering/ansible-zabbix_server | 59ddcfee73f01e41f2a65ed4f18abff134c5dcad | [
"MIT"
] | null | null | null | ---
##
## Deploy pre dep for postgresql if set
- hosts: all
become : True
vars_files:
- defaults/main.yml
tasks:
- name: install predep for UBUNTU
apt:
pkg: "{{item}}"
state: present
update_cache: "yes"
with_items:
- python-psycopg2
- python-pycurl
when: "zabbix_server_db_install == True and zabbix_server_db_type == 'pgsql'"
##
## Deploy Database postgresql if set
## Deploy Zabbix server
- hosts: all
become: True
roles:
- { role: postgresql, when: "zabbix_server_db_install == True and zabbix_server_db_type == 'pgsql'" }
- { role: ansible-zabbix_server}
| 23.071429 | 105 | 0.630031 |
bb73507737a24f0c99ca3c3c3b772b7fe5cf9c67 | 551 | yml | YAML | docker-compose.yml | pedrosantana-dev/api-cliente-1sti | befabb7717d484f652ddcf3cd9ee552939e4dc2e | [
"MIT"
] | null | null | null | docker-compose.yml | pedrosantana-dev/api-cliente-1sti | befabb7717d484f652ddcf3cd9ee552939e4dc2e | [
"MIT"
] | null | null | null | docker-compose.yml | pedrosantana-dev/api-cliente-1sti | befabb7717d484f652ddcf3cd9ee552939e4dc2e | [
"MIT"
] | null | null | null | version: "3.5"
services:
api:
container_name: nest_api
build: .
ports:
- "3000:3000"
volumes:
- .:/home/app
- /home/app/node_modules
environment:
TYPEORM_HOST: database
database:
container_name: app_mysql
image: mysql:8.0
command: --default-authentication-plugin=mysql_native_password
environment:
MYSQL_TCP_PORT: ${TYPEORM_PORT}
MYSQL_ROOT_PASSWORD: ${TYPEORM_PASSWORD}
MYSQL_DATABASE: ${TYPEORM_DATABASE}
ports:
- 3308:${TYPEORM_PORT}
| 22.04 | 68 | 0.626134 |
42d9fb0690968df0cf048aa5824c689c5dec85b2 | 1,560 | yml | YAML | preview/docs-ref-autogen/azure-mgmt-azurestackhci/azure.mgmt.azurestackhci.models.yml | Nickomang/azure-docs-sdk-python | b7de90eebdb098553d2138c52d78b41f3c8443bd | [
"CC-BY-4.0",
"MIT"
] | 84 | 2017-07-21T06:08:09.000Z | 2022-03-30T06:57:20.000Z | preview/docs-ref-autogen/azure-mgmt-azurestackhci/azure.mgmt.azurestackhci.models.yml | Nickomang/azure-docs-sdk-python | b7de90eebdb098553d2138c52d78b41f3c8443bd | [
"CC-BY-4.0",
"MIT"
] | 1,477 | 2017-05-31T11:48:03.000Z | 2022-03-30T18:52:59.000Z | preview/docs-ref-autogen/azure-mgmt-azurestackhci/azure.mgmt.azurestackhci.models.yml | Nickomang/azure-docs-sdk-python | b7de90eebdb098553d2138c52d78b41f3c8443bd | [
"CC-BY-4.0",
"MIT"
] | 183 | 2017-05-24T07:28:17.000Z | 2022-03-25T07:12:35.000Z | ### YamlMime:PythonPackage
uid: azure.mgmt.azurestackhci.models
name: models
fullName: azure.mgmt.azurestackhci.models
type: import
classes:
- azure.mgmt.azurestackhci.models.ArcSetting
- azure.mgmt.azurestackhci.models.ArcSettingList
- azure.mgmt.azurestackhci.models.Cluster
- azure.mgmt.azurestackhci.models.ClusterList
- azure.mgmt.azurestackhci.models.ClusterNode
- azure.mgmt.azurestackhci.models.ClusterPatch
- azure.mgmt.azurestackhci.models.ClusterReportedProperties
- azure.mgmt.azurestackhci.models.ErrorAdditionalInfo
- azure.mgmt.azurestackhci.models.ErrorDetail
- azure.mgmt.azurestackhci.models.ErrorResponse
- azure.mgmt.azurestackhci.models.Extension
- azure.mgmt.azurestackhci.models.ExtensionList
- azure.mgmt.azurestackhci.models.Operation
- azure.mgmt.azurestackhci.models.OperationDisplay
- azure.mgmt.azurestackhci.models.OperationListResult
- azure.mgmt.azurestackhci.models.PerNodeExtensionState
- azure.mgmt.azurestackhci.models.PerNodeState
- azure.mgmt.azurestackhci.models.ProxyResource
- azure.mgmt.azurestackhci.models.Resource
- azure.mgmt.azurestackhci.models.TrackedResource
enums:
- azure.mgmt.azurestackhci.models.ActionType
- azure.mgmt.azurestackhci.models.ArcSettingAggregateState
- azure.mgmt.azurestackhci.models.CreatedByType
- azure.mgmt.azurestackhci.models.ExtensionAggregateState
- azure.mgmt.azurestackhci.models.NodeArcState
- azure.mgmt.azurestackhci.models.NodeExtensionState
- azure.mgmt.azurestackhci.models.Origin
- azure.mgmt.azurestackhci.models.ProvisioningState
- azure.mgmt.azurestackhci.models.Status
| 42.162162 | 59 | 0.851923 |
c2b1f4b084a3b6f91371d9bf8cc9a61c377aaba0 | 1,166 | yml | YAML | config/tasks/test.yml | amisstea/operator-pipelines-poc | 304ee73916eff2981aafac21727f56ee96f21a8d | [
"Apache-2.0"
] | 4 | 2021-06-03T15:36:58.000Z | 2021-07-21T07:48:37.000Z | config/tasks/test.yml | amisstea/operator-pipelines-poc | 304ee73916eff2981aafac21727f56ee96f21a8d | [
"Apache-2.0"
] | null | null | null | config/tasks/test.yml | amisstea/operator-pipelines-poc | 304ee73916eff2981aafac21727f56ee96f21a8d | [
"Apache-2.0"
] | 1 | 2021-06-28T11:16:15.000Z | 2021-06-28T11:16:15.000Z | ---
apiVersion: tekton.dev/v1beta1
kind: Task
metadata:
name: operator-cert-test
spec:
params:
- name: package_name
- name: junit_xml_path
- name: junit_html_path
- name: namespace # TODO
default: ""
- name: kubeconfig # TODO
default: ""
- name: test_params
default: ""
workspaces:
- name: results
results:
- name: state
steps:
- name: run-preflight-tests
# TODO use an image with all the test suites and tools installed
image: quay.io/amisstea/operator-pipeline-tools:latest
script: |
#! /usr/bin/env bash
set -xe
# TODO Replace all this with operator tests
pytest -vvv \
--junitxml "$(workspaces.results.path)/$(params.junit_xml_path)" \
--html "$(workspaces.results.path)/$(params.junit_html_path)" \
--self-contained-html \
"$(params.test_params)" \
$TESTS_HOME
# Provide a github friendly overall state
if [[ "$?" -eq "0" ]]; then
STATE="success"
else
STATE="failure"
fi
echo -n $STATE > $(results.state.path)
| 26.5 | 81 | 0.567753 |
010f30501bb4d1177af41e401e72c4c365a57613 | 413 | yml | YAML | .travis.yml | pbearne/sessionz | b1a278c54aa13035ed0ca0c297fb117d04036d9b | [
"MIT"
] | 63 | 2016-11-27T23:22:09.000Z | 2021-03-07T05:23:20.000Z | .travis.yml | pbearne/sessionz | b1a278c54aa13035ed0ca0c297fb117d04036d9b | [
"MIT"
] | 3 | 2016-11-27T18:23:45.000Z | 2020-12-10T15:06:35.000Z | .travis.yml | pbearne/sessionz | b1a278c54aa13035ed0ca0c297fb117d04036d9b | [
"MIT"
] | 7 | 2016-12-01T05:42:23.000Z | 2021-03-07T05:23:22.000Z | language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- nightly
matrix:
fast_finish: true
allow_failures:
- php: nightly
before_script:
- composer install --dev --no-interaction
after_script:
- php vendor/bin/coveralls -v
script:
- mkdir -p build/logs
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_success:
- travis_retry php vendor/bin/coveralls | 15.296296 | 64 | 0.646489 |
0115c3f4d565147d2dff6c4642b65396cf4b4b55 | 18,933 | yml | YAML | test/fixtures/vcr_cassettes/too_old.yml | shaffrimohd/drotto | 364b92d779d4adb51f1c682cb5aeb16e9e449bb5 | [
"CC0-1.0"
] | null | null | null | test/fixtures/vcr_cassettes/too_old.yml | shaffrimohd/drotto | 364b92d779d4adb51f1c682cb5aeb16e9e449bb5 | [
"CC0-1.0"
] | null | null | null | test/fixtures/vcr_cassettes/too_old.yml | shaffrimohd/drotto | 364b92d779d4adb51f1c682cb5aeb16e9e449bb5 | [
"CC0-1.0"
] | null | null | null | ---
http_interactions:
- request:
method: post
uri: https://steemd.steemit.com/
body:
encoding: UTF-8
string: '{"jsonrpc":"2.0","params":["database_api","get_content",["inertia","macintosh-napintosh"]],"id":8,"method":"call"}'
headers:
Content-Type:
- application/json
User-Agent:
- radiator/0.3.15
Accept-Encoding:
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
Accept:
- "*/*"
Connection:
- keep-alive
Keep-Alive:
- '30'
response:
status:
code: 200
message: OK
headers:
Date:
- Tue, 05 Dec 2017 21:20:01 GMT
Content-Length:
- '17609'
Connection:
- keep-alive
Server:
- nginx
Access-Control-Allow-Origin:
- "*"
Access-Control-Allow-Methods:
- GET, POST, OPTIONS
Access-Control-Allow-Headers:
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
Strict-Transport-Security:
- max-age=31557600; includeSubDomains; preload
body:
encoding: UTF-8
string: '{"id":8,"result":{"id":3622327,"author":"inertia","permlink":"macintosh-napintosh","category":"photography","parent_author":"","parent_permlink":"photography","title":"Macintosh
- Napintosh","body":"Location | Lake of the Pines, CA\n------------ | -------------\nDate
| 2017-05-08\nCamera | Canon EOS Rebel T6i\n\n\n\n\n\n\n\n\n\nAlso
See:\n* [Macintosh](https://steemit.com/photography/@inertia/macintosh)\n*
[Macintosh - [IMG-0014]](https://steemit.com/photography/@inertia/macintosh-img-0014)\n*
[Mac Lounge](https://steemit.com/photography/@inertia/mac-lounge)\n* [Macintosh
Plus](https://steemit.com/photography/@inertia/macintosh-plus)\n* [The Adventures
of Macintosh](https://steemit.com/photography/@inertia/the-adventures-of-macintosh)\n","json_metadata":"{\"app\":\"chainbb/0.1\",\"format\":\"markdown+html\",\"tags\":[\"photography\",\"cat\",\"cats\",\"pets\",\"california\"]}","last_update":"2017-06-09T00:06:33","created":"2017-06-09T00:06:33","active":"2017-10-19T22:41:48","last_payout":"2017-06-16T00:06:33","depth":0,"children":11,"net_rshares":0,"abs_rshares":0,"vote_rshares":0,"children_abs_rshares":0,"cashout_time":"1969-12-31T23:59:59","max_cashout_time":"1969-12-31T23:59:59","total_vote_weight":0,"reward_weight":10000,"total_payout_value":"34.946
SBD","curator_payout_value":"8.500 SBD","author_rewards":15429,"net_votes":108,"root_comment":3622327,"max_accepted_payout":"1000000.000
SBD","percent_steem_dollars":10000,"allow_replies":true,"allow_votes":true,"allow_curation_rewards":true,"beneficiaries":[{"account":"chainbb","weight":1500}],"url":"/photography/@inertia/macintosh-napintosh","root_title":"Macintosh
- Napintosh","pending_payout_value":"0.000 SBD","total_pending_payout_value":"0.000
STEEM","active_votes":[{"voter":"pharesim","weight":"369470109412779910","rshares":"255921217459","percent":400,"reputation":"74341550942185","time":"2017-06-09T00:51:42"},{"voter":"pheonike","weight":"8996965461892271","rshares":"6394470712","percent":210,"reputation":"13598995381008","time":"2017-06-09T00:33:18"},{"voter":"proctologic","weight":"36581581529941622","rshares":"49556426197","percent":10000,"reputation":"11494193544780","time":"2017-06-13T19:55:27"},{"voter":"patrice","weight":"356255082808507","rshares":"5802192189","percent":5000,"reputation":"22066481209028","time":"2017-06-09T00:06:57"},{"voter":"makishart","weight":"10128555438660260","rshares":"14554827597","percent":8500,"reputation":"12982075306756","time":"2017-06-09T00:12:24"},{"voter":"teamsteem","weight":"2662366787846726395","rshares":"1482818154449","percent":3500,"reputation":"127251418004901","time":"2017-06-09T00:31:48"},{"voter":"vividrange","weight":"347167332755856","rshares":222553200,"percent":10000,"reputation":"1553383187855","time":"2017-06-09T00:39:15"},{"voter":"lola-carola","weight":"1003744534915265","rshares":506902705,"percent":2000,"reputation":"11367284133017","time":"2017-06-09T00:27:36"},{"voter":"midnas-howler","weight":"34555139870489312","rshares":"17389674908","percent":2000,"reputation":"3952896033976","time":"2017-06-09T00:27:36"},{"voter":"dahaz159","weight":"849403264513162","rshares":595340513,"percent":3500,"reputation":"3732541683709","time":"2017-06-09T00:32:27"},{"voter":"trogdor","weight":"11684364313138394","rshares":"12337912420","percent":1000,"reputation":"18394335250267","time":"2017-06-09T00:14:36"},{"voter":"proglobyte","weight":0,"rshares":846223289,"percent":4218,"reputation":"1101419490608","time":"2017-06-09T01:41:12"},{"voter":"raphaelom","weight":"218799280078585","rshares":859943121,"percent":10000,"reputation":"240350544507","time":"2017-06-09T00:08:39"},{"voter":"crok","weight":"5386196889195332","rshares":"5193206771","percent":10000,"reputation":"9918272260418","time":"2017-06-09T00:15:24"},{"voter":"fyrstikken","weight":"1974066883317580267","rshares":"1963869252309","percent":5000,"reputation":"243915476636220","time":"2017-06-09T19:38:00"},{"voter":"michaellamden68","weight":"7407536612573445","rshares":3730122616,"percent":10000,"reputation":"50962309907342","time":"2017-06-09T00:27:30"},{"voter":"lauralemons","weight":"1465967703386178","rshares":1027246099,"percent":3500,"reputation":"62130001031983","time":"2017-06-09T00:32:24"},{"voter":"hitmeasap","weight":"2269154529442476","rshares":1589831914,"percent":3500,"reputation":"37901798232002","time":"2017-06-09T00:32:30"},{"voter":"elyaque","weight":"222961214848315573","rshares":"287146399988","percent":10000,"reputation":"109069211087619","time":"2017-06-09T23:58:42"},{"voter":"vi1son","weight":"50212743116208861","rshares":"32000575864","percent":10000,"reputation":"6282853310033","time":"2017-06-09T00:38:54"},{"voter":"speda","weight":"138586004912075744","rshares":"68984668439","percent":10000,"reputation":"479744039102","time":"2017-06-09T00:27:21"},{"voter":"inertia","weight":"67500513004515564","rshares":"292915663497","percent":10000,"reputation":"116784676795409","time":"2017-06-09T00:08:12"},{"voter":"bola","weight":"2664397475276182","rshares":1177057218,"percent":100,"reputation":"50149073305243","time":"2017-06-09T00:31:18"},{"voter":"webdeals","weight":"661488007498866588","rshares":"310603890498","percent":10000,"reputation":"62217253345843","time":"2017-06-09T00:26:30"},{"voter":"proglobyte-m1","weight":0,"rshares":854400655,"percent":4218,"reputation":"946061562582","time":"2017-06-09T01:41:15"},{"voter":"sykochica","weight":"44275602965867190","rshares":"59076733040","percent":10000,"reputation":"106166252886115","time":"2017-06-10T00:59:45"},{"voter":"tingaling","weight":0,"rshares":840247272,"percent":4218,"reputation":"1241366312080","time":"2017-06-09T01:41:21"},{"voter":"transhuman","weight":"4639473148449605","rshares":2346338575,"percent":4400,"reputation":"7812498277887","time":"2017-06-09T00:27:36"},{"voter":"letc","weight":"304340963728597","rshares":1195466900,"percent":5000,"reputation":"2514111157158","time":"2017-06-09T00:08:39"},{"voter":"kurtbeil","weight":0,"rshares":"162789661659","percent":10000,"reputation":"25601020134447","time":"2017-06-09T01:37:18"},{"voter":"dolov","weight":"307169598168164","rshares":218105597,"percent":105,"reputation":"16197197371559","time":"2017-06-09T00:33:18"},{"voter":"lordvader","weight":"204528406558668134","rshares":"146471374235","percent":10000,"reputation":"82655895072219","time":"2017-06-09T00:32:30"},{"voter":"bhavnapatel68","weight":"20218925434679711","rshares":"30046980137","percent":10000,"reputation":"4788615710503","time":"2017-06-09T00:12:09"},{"voter":"zentat","weight":0,"rshares":1630749851,"percent":4218,"reputation":"2946849599816","time":"2017-06-09T01:41:24"},{"voter":"virtualgrowth","weight":"7168429617148204","rshares":"5018577118","percent":1050,"reputation":"131271344823372","time":"2017-06-09T00:32:24"},{"voter":"lamech-m","weight":"2418962805547242","rshares":1696280114,"percent":3500,"reputation":"998787616929","time":"2017-06-09T00:32:27"},{"voter":"jyp","weight":"33793306693131787","rshares":"158174266446","percent":10000,"reputation":"15255853524355","time":"2017-06-09T00:08:15"},{"voter":"rebel","weight":"336235917654893","rshares":167096987,"percent":10000,"reputation":"332447187161","time":"2017-06-09T00:27:06"},{"voter":"sethlinson","weight":"4409946757226176","rshares":2228265918,"percent":1000,"reputation":"24114905688932","time":"2017-06-09T00:27:36"},{"voter":"hilarski","weight":"71130060387735301","rshares":"35348831290","percent":2000,"reputation":"252597703912966","time":"2017-06-09T00:26:51"},{"voter":"steembriefing","weight":0,"rshares":988838318,"percent":4218,"reputation":"961128369454","time":"2017-06-09T01:41:18"},{"voter":"runridefly","weight":"8042566275948200","rshares":"46163142180","percent":5700,"reputation":"110157708701044","time":"2017-06-09T00:07:42"},{"voter":"donato","weight":"103499326938367","rshares":51188538,"percent":10000,"reputation":1727555834,"time":"2017-06-09T00:27:12"},{"voter":"titusfrost","weight":"24184030846830373","rshares":"19092458093","percent":10000,"reputation":"100262311082220","time":"2017-06-09T14:54:12"},{"voter":"profitgenerator","weight":"52347283828754727","rshares":"26397167987","percent":10000,"reputation":"67911830577676","time":"2017-06-09T00:27:51"},{"voter":"maarnio","weight":"21896453198521511","rshares":"11020513576","percent":10000,"reputation":"38974810273384","time":"2017-06-09T00:27:27"},{"voter":"jacobts","weight":"30533294554831745","rshares":"19630008390","percent":10000,"reputation":"15603668166897","time":"2017-06-09T00:39:45"},{"voter":"patelincho","weight":"2526053338997761","rshares":1988730598,"percent":2300,"reputation":"50244085013683","time":"2017-06-09T10:19:03"},{"voter":"bitcoinparadise","weight":"2415465480437416","rshares":2803314815,"percent":10000,"reputation":"41130935353780","time":"2017-06-09T00:13:51"},{"voter":"whatsup","weight":"92880681993745360","rshares":"61518345798","percent":10000,"reputation":"73105972392781","time":"2017-06-09T00:50:42"},{"voter":"bontonstory","weight":"151664352287560666","rshares":"117531305221","percent":10000,"reputation":"103981500595646","time":"2017-06-09T09:27:48"},{"voter":"thegame","weight":"254030358083348","rshares":178027407,"percent":350,"reputation":"14848573039558","time":"2017-06-09T00:32:27"},{"voter":"steembets","weight":"293768610008452","rshares":214994279,"percent":350,"reputation":"19337180917237","time":"2017-06-09T00:32:30"},{"voter":"dodders007","weight":"25644222211088223","rshares":"12804723679","percent":10000,"reputation":"2500029709302","time":"2017-06-09T00:26:57"},{"voter":"zoee","weight":"36182127673729","rshares":472167212,"percent":5000,"reputation":"284240672311","time":"2017-06-09T00:07:03"},{"voter":"steemitawards","weight":0,"rshares":579449456,"percent":4218,"reputation":"462444601321","time":"2017-06-09T01:41:09"},{"voter":"steemint","weight":0,"rshares":1053748500,"percent":4218,"reputation":"1163273473956","time":"2017-06-09T01:41:27"},{"voter":"bosjaya","weight":"58187206683203","rshares":83174266,"percent":6000,"reputation":"8060339205497","time":"2017-06-09T00:12:27"},{"voter":"steem-meme","weight":"3586859634721429","rshares":1786890577,"percent":2000,"reputation":"4327461121978","time":"2017-06-09T00:26:39"},{"voter":"sunscape","weight":"7966025615842849","rshares":3983695561,"percent":2000,"reputation":"66907579724628","time":"2017-06-09T00:26:33"},{"voter":"steemland.com","weight":"257094085594703","rshares":180234751,"percent":350,"reputation":"6126569004709","time":"2017-06-09T00:32:27"},{"voter":"angel76","weight":"16865259021595824","rshares":"8486917024","percent":10000,"reputation":"54067682493613","time":"2017-06-09T00:27:45"},{"voter":"jeezzle","weight":"15033734368567063","rshares":"7493195875","percent":10000,"reputation":"21157014046872","time":"2017-06-09T00:28:18"},{"voter":"trans-juanmi","weight":"5365011746883579","rshares":3436831803,"percent":6000,"reputation":"12780349575290","time":"2017-06-09T00:39:00"},{"voter":"trolling","weight":"251840875501799","rshares":162375700,"percent":10000,"reputation":-503509784438,"time":"2017-06-09T00:42:12"},{"voter":"steemprentice","weight":"7191304965399190","rshares":"5045550010","percent":1050,"reputation":"1099004205777","time":"2017-06-09T00:32:24"},{"voter":"omarrium","weight":"1139120296212649","rshares":798528406,"percent":3500,"reputation":"11726433124441","time":"2017-06-09T00:32:24"},{"voter":"seablue","weight":"66328569907062954","rshares":"31803227151","percent":10000,"reputation":"14395610915231","time":"2017-06-09T00:24:36"},{"voter":"cryptofreedom","weight":"35056443775138188","rshares":"16153136539","percent":10000,"reputation":"31110243701247","time":"2017-06-09T00:30:12"},{"voter":"gogo.tattoo","weight":"3970076769012062","rshares":3007531384,"percent":10000,"reputation":"3207091523956","time":"2017-06-09T02:12:18"},{"voter":"juliosalas","weight":"941705800485401","rshares":603612277,"percent":6000,"reputation":"147545950001","time":"2017-06-09T00:39:12"},{"voter":"afk","weight":"428228760945521","rshares":281025428,"percent":10000,"reputation":"41172768391","time":"2017-06-09T00:44:24"},{"voter":"tamersameeh","weight":"64070721573937","rshares":251753950,"percent":10000,"reputation":"8150261990117","time":"2017-06-09T00:08:39"},{"voter":"dimidrolshina","weight":"40933760353214","rshares":176336832,"percent":10000,"reputation":"157447278819","time":"2017-06-09T00:08:06"},{"voter":"mathworksheets","weight":"384995504381518","rshares":576020341,"percent":1000,"reputation":"22602512504943","time":"2017-06-09T00:12:09"},{"voter":"askari","weight":"279209060113072","rshares":204351424,"percent":1400,"reputation":"3256153657366","time":"2017-06-09T00:32:30"},{"voter":"darth-azrael","weight":"6472406410522621","rshares":3112017308,"percent":4200,"reputation":"12939912686281","time":"2017-06-09T00:24:48"},{"voter":"kouhei-gahaku","weight":"7204606714871220","rshares":"8953146018","percent":10000,"reputation":"33125533012915","time":"2017-06-09T00:13:21"},{"voter":"steemcenterwiki","weight":"4813718723955853","rshares":2416413968,"percent":10000,"reputation":"4290266820056","time":"2017-06-09T00:28:06"},{"voter":"lukinsawyer","weight":"488680152728188","rshares":342560410,"percent":3500,"reputation":"29476826296697","time":"2017-06-09T00:32:27"},{"voter":"free2play","weight":0,"rshares":522604440,"percent":4218,"reputation":"1881084927757","time":"2017-06-09T01:41:06"},{"voter":"honusurf","weight":"7790930923398073","rshares":3924333404,"percent":10000,"reputation":"1401231803488","time":"2017-06-09T00:28:00"},{"voter":"tarazkp","weight":"2669623425161965","rshares":1869443957,"percent":3500,"reputation":"82280212070271","time":"2017-06-09T00:32:30"},{"voter":"evildeathcore","weight":"569073729477712","rshares":398851677,"percent":3500,"reputation":"58657299047757","time":"2017-06-09T00:32:24"},{"voter":"banjo","weight":"8397692168019874","rshares":"11284695597","percent":10000,"reputation":"3563000953832","time":"2017-06-10T06:02:42"},{"voter":"gifmaster","weight":"3297197618413079","rshares":1638781074,"percent":6000,"reputation":"6726551580839","time":"2017-06-09T00:28:24"},{"voter":"elviento","weight":"1695529780700895","rshares":3219974425,"percent":10000,"reputation":"13954191590366","time":"2017-06-09T00:10:54"},{"voter":"anton-kostroma","weight":"9452724814529496","rshares":"7202918657","percent":10000,"reputation":"19502938803724","time":"2017-06-09T04:54:27"},{"voter":"inna-yatsuk","weight":"1713027402767168","rshares":1306798521,"percent":10000,"reputation":"3974493547934","time":"2017-06-09T05:40:54"},{"voter":"yakuhi","weight":"6587161876481997","rshares":3729611416,"percent":10000,"reputation":"3229605641308","time":"2017-06-09T00:21:39"},{"voter":"illuminated","weight":"21737831635196361","rshares":"10356630453","percent":10000,"reputation":0,"time":"2017-06-09T00:24:33"},{"voter":"bitcoinsig","weight":"93770335033808032","rshares":"60994982483","percent":10000,"reputation":"2687274754709","time":"2017-06-09T00:44:00"},{"voter":"aismor","weight":"1044428650096160","rshares":522163101,"percent":10000,"reputation":63966714,"time":"2017-06-09T00:28:12"},{"voter":"the50","weight":0,"rshares":3814728851,"percent":10000,"reputation":"1634935488674","time":"2017-06-09T01:37:09"},{"voter":"prameshtyagi","weight":"1222337536804702","rshares":877639849,"percent":28,"reputation":"19110097818935","time":"2017-06-09T00:51:57"},{"voter":"enjoywithtroy","weight":"74118941789353","rshares":99880419,"percent":10000,"reputation":"3265441484266","time":"2017-06-11T03:45:48"},{"voter":"sinned","weight":"970022281499339","rshares":648220509,"percent":10000,"reputation":"4753833055763","time":"2017-06-09T00:51:12"},{"voter":"nedkelly","weight":"3983144065554919","rshares":1916619684,"percent":10000,"reputation":612962313,"time":"2017-06-09T00:24:45"},{"voter":"luckyjack","weight":"3976848533201537","rshares":1915497291,"percent":10000,"reputation":0,"time":"2017-06-09T00:24:39"},{"voter":"gindor","weight":"6132415788341357","rshares":"8256831635","percent":10000,"reputation":"1076057109907","time":"2017-06-10T06:32:09"},{"voter":"treasury","weight":"2077728266408195","rshares":1363832956,"percent":10000,"reputation":0,"time":"2017-06-09T00:46:36"},{"voter":"texas-steemem","weight":0,"rshares":650567719,"percent":4218,"reputation":"81094241200","time":"2017-06-09T01:41:03"},{"voter":"steemlancer","weight":0,"rshares":845646413,"percent":5625,"reputation":"83487913700","time":"2017-06-09T01:41:30"},{"voter":"ishwor","weight":0,"rshares":0,"percent":10000,"reputation":"22918634065","time":"2017-06-18T21:54:57"},{"voter":"jamesallen","weight":"17752132679377881","rshares":"8546243210","percent":10000,"reputation":"3760624249701","time":"2017-06-09T00:24:42"},{"voter":"longconjack","weight":"1101852415486545","rshares":1485058621,"percent":10000,"reputation":"31495599637","time":"2017-06-13T19:35:51"},{"voter":"kkw","weight":"22108621833321622","rshares":"16792749510","percent":10000,"reputation":"2688264193525","time":"2017-06-09T04:51:30"},{"voter":"musiclover","weight":"4312967162426450","rshares":2071417789,"percent":10000,"reputation":"147612595966","time":"2017-06-09T00:24:48"},{"voter":"minnowsupport","weight":"44266208990188","rshares":59650835,"percent":10000,"reputation":"46799376263950","time":"2017-06-11T02:45:15"}],"replies":[],"author_reputation":"116784676795409","promoted":"0.000
SBD","body_length":0,"reblogged_by":[]}}'
http_version:
recorded_at: Tue, 05 Dec 2017 21:20:01 GMT
recorded_with: VCR 3.0.3
| 310.377049 | 15,709 | 0.716791 |
b9ab3a9f863217fdc321bd26f1fc8954b025069d | 262 | yml | YAML | environment.yml | communitiesuk/pkg_gov_uk_dashboards | b92fc51cde31d929dd11ba3acb9256b93f865986 | [
"MIT"
] | null | null | null | environment.yml | communitiesuk/pkg_gov_uk_dashboards | b92fc51cde31d929dd11ba3acb9256b93f865986 | [
"MIT"
] | 2 | 2022-02-04T12:38:37.000Z | 2022-03-21T09:25:27.000Z | environment.yml | communitiesuk/Plotly_utilities | f1dfb48bec17b3b089b2760a132ba2a31942a39a | [
"MIT"
] | 1 | 2022-03-31T12:25:40.000Z | 2022-03-31T12:25:40.000Z | name: pkg_gov_uk_dashboards
channels:
- conda-forge
- nodefaults
dependencies:
- python=3.9
- dash=2.0
- Werkzeug=2.0.3
- pytest=6.2
- pylint=2.12
- black=22.3.0
- numpy=1.22.0
- pandas=1.3
- plotly=5.5.0
- dash-bootstrap-components=1.0.3 | 17.466667 | 35 | 0.641221 |
35b3e0a4283191d3f7d36a055a8cb6c6336096e4 | 67 | yml | YAML | awx/main/tests/data/ansible_utils/playbooks/invalid/text.yml | danleeyj/awx | 08a805cbcede82c3d6106f5c43583f199884789c | [
"Apache-2.0"
] | null | null | null | awx/main/tests/data/ansible_utils/playbooks/invalid/text.yml | danleeyj/awx | 08a805cbcede82c3d6106f5c43583f199884789c | [
"Apache-2.0"
] | null | null | null | awx/main/tests/data/ansible_utils/playbooks/invalid/text.yml | danleeyj/awx | 08a805cbcede82c3d6106f5c43583f199884789c | [
"Apache-2.0"
] | null | null | null | ---
Test string without the yaml syntax though specified as a yaml
| 22.333333 | 62 | 0.776119 |
21914822b1359a69458593211d45c41a5a4c6c49 | 6,315 | yaml | YAML | .github/workflows/main.yaml | orion-belt/upg-vpp | 23442a7d9e86b23a0734a52f7a1bb5b1e195dd23 | [
"Apache-2.0"
] | 1 | 2021-02-09T14:47:25.000Z | 2021-02-09T14:47:25.000Z | .github/workflows/main.yaml | orion-belt/upg-vpp | 23442a7d9e86b23a0734a52f7a1bb5b1e195dd23 | [
"Apache-2.0"
] | null | null | null | .github/workflows/main.yaml | orion-belt/upg-vpp | 23442a7d9e86b23a0734a52f7a1bb5b1e195dd23 | [
"Apache-2.0"
] | null | null | null | name: CI
on:
push:
branches:
- "**"
env:
CUR_REGISTRY: "registry.cennso.com"
REGISTRY: "quay.io"
IMAGE_NAME: travelping/upg-vpp
# this points to buildkitd k8s service
BUILDKITD_ADDR: tcp://buildkitd:1234
# Make 'git am' work
GIT_AUTHOR_NAME: Dummy
GIT_AUTHOR_EMAIL: dummy@example.com
GIT_COMMITTER_NAME: Dummy
GIT_COMMITTER_EMAIL: dummy@example.com
UPG_BUILDENV: docker
# FIXME: UDP tests are unstable, likely due to a shortcoming in
# Linux namespace handling code
E2E_SKIP: ".*IPv6 session measurement.*counts UDP traffic.*"
# Uncomment to disable pushing the upg-vpp images.
# Build images will still be pushed in case if a new one needs to be built.
# This may be helpful during workflow debugging
# NO_PUSH: y
# Uncomment/change the following to run only a subset of tests.
# But don't forget to comment it back for a finished PR!
# E2E_FOCUS: "TDF.*IPv4.*no proxy.*counts plain HTTP traffic"
E2E_PARALLEL_NODES: "10"
jobs:
build:
runs-on: self-hosted
strategy:
matrix:
build_type: [debug, release]
env:
# avoid conflicts between parallel jobs
K8S_ID_SUFFIX: ${{ matrix.build_type }}
steps:
- name: Login to the registry
uses: docker/login-action@v1
with:
registry: ${{ env.CUR_REGISTRY }}
username: ${{ secrets.CUR_REGISTRY_LOGIN }}
password: ${{ secrets.CUR_REGISTRY_PASSWORD }}
- name: Login to quay.io
uses: docker/login-action@v1
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.QUAY_USER_ID }}
password: ${{ secrets.QUAY_TOKEN }}
- name: Checkout
uses: actions/checkout@v2
with:
# for git describe
fetch-depth: 0
- name: Build UPG image
run: |
make ci-build BUILD_TYPE="${{ matrix.build_type }}"
mv /tmp/_out _out
- name: Upload debs
uses: actions/upload-artifact@v2
with:
name: debs-${{ matrix.build_type }}
path: _out/*.deb
# image.txt used by the release workflow
- name: Upload image.txt
uses: actions/upload-artifact@v2
with:
name: image-${{ matrix.build_type }}
path: image-${{ matrix.build_type }}.txt
- name: Upload image.txt for the dev image
uses: actions/upload-artifact@v2
with:
name: image-dev-${{ matrix.build_type }}
path: image-dev-${{ matrix.build_type }}.txt
checkstyle:
runs-on: self-hosted
steps:
- name: Login to the registry
uses: docker/login-action@v1
with:
registry: ${{ env.CUR_REGISTRY }}
username: ${{ secrets.CUR_REGISTRY_LOGIN }}
password: ${{ secrets.CUR_REGISTRY_PASSWORD }}
- name: Checkout
uses: actions/checkout@v2
with:
# the checkstyle script needs a bit of git history
fetch-depth: 2
- name: Check the code style
run: make checkstyle
integration:
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
build_type: [debug, release]
env:
BUILD_TYPE: ${{ matrix.build_type }}
needs: build
steps:
- name: Login to the registry
uses: docker/login-action@v1
with:
registry: ${{ env.CUR_REGISTRY }}
username: ${{ secrets.CUR_REGISTRY_LOGIN }}
password: ${{ secrets.CUR_REGISTRY_PASSWORD }}
- name: Checkout
uses: actions/checkout@v2
with:
# for git describe
fetch-depth: 0
- name: Get dev image info
uses: actions/download-artifact@v2
with:
name: image-dev-${{ matrix.build_type }}
- name: Run tests
run: |
dev_image=$(cat image-dev-${BUILD_TYPE}.txt)
make retest DEV_IMAGE="${dev_image}"
e2e:
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
build_type: [debug, release]
env:
BUILD_TYPE: ${{ matrix.build_type }}
needs: build
steps:
- name: Login to the registry
uses: docker/login-action@v1
with:
registry: ${{ env.CUR_REGISTRY }}
username: ${{ secrets.CUR_REGISTRY_LOGIN }}
password: ${{ secrets.CUR_REGISTRY_PASSWORD }}
- name: Checkout
uses: actions/checkout@v2
with:
# for git describe
fetch-depth: 0
- name: Get dev image info
uses: actions/download-artifact@v2
with:
name: image-dev-${{ matrix.build_type }}
- name: Run tests
run: |
dev_image=$(cat image-dev-${BUILD_TYPE}.txt)
mkdir junit-output
make retest-e2e \
DEV_IMAGE="${dev_image}" \
E2E_RETEST=y \
E2E_PARALLEL=y \
E2E_PARALLEL_NODES="${E2E_PARALLEL_NODES}" \
E2E_QUICK=y \
E2E_ARTIFACTS_DIR="/src/artifacts" \
E2E_JUNIT_DIR="/src/artifacts/junit-output" \
E2E_FOCUS="${E2E_FOCUS}" \
E2E_SKIP="${E2E_SKIP}" \
E2E_NO_GDB=1 \
GRAB_ARTIFACTS=1
- name: Upload artifacts for failed tests
if: failure()
uses: actions/upload-artifact@v2
with:
name: test-artifacts-${{ matrix.kind }}-${{ matrix.build_type }}
path: artifacts/
# dummy job for release.yaml to wait on
conclude:
runs-on: self-hosted
needs:
- checkstyle
- integration
- e2e
steps:
- name: Dummy step
run: echo ok
# based on ergw GH Action config
slack:
needs:
- conclude
runs-on: self-hosted
if: always()
steps:
- name: Set status
run: |
if [[ ${{ needs.conclude.result }} =~ ^(success|failure)$ ]]; then
echo '::set-output name=STATUS::${{ needs.conclude.result }}'
else
echo '::set-output name=STATUS::cancelled'
fi
id: set-status
- name: Slack notification
uses: 8398a7/action-slack@v3
with:
author_name: "GitHub Actions"
username: ${{ github.event.repository.name }}
icon_emoji: ':octocat:'
fields: repo, message, ref, commit, author, action, eventName, workflow, job, took
status: ${{ steps.set-status.outputs.STATUS }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
MATRIX_CONTEXT: ${{ toJson(matrix) }}
| 29.236111 | 90 | 0.602059 |
21f8693458411b2e313122394492c8d79f9fc775 | 352 | yml | YAML | info.yml | Rushilwiz/tj-planner | 83f7b8fa5da06cc0d3b018e01962d71c2f99bfad | [
"MIT"
] | 1 | 2020-07-11T20:51:05.000Z | 2020-07-11T20:51:05.000Z | info.yml | Rushilwiz/tj-planner | 83f7b8fa5da06cc0d3b018e01962d71c2f99bfad | [
"MIT"
] | 27 | 2020-04-26T05:41:17.000Z | 2021-07-30T21:50:40.000Z | info.yml | Rushilwiz/tj-planner | 83f7b8fa5da06cc0d3b018e01962d71c2f99bfad | [
"MIT"
] | 1 | 2021-12-01T22:27:44.000Z | 2021-12-01T22:27:44.000Z | categories:
- English
- Social Studies
- Mathematics
- Science
- Computer Science
- Technology & Engineering Education
- World Languages
- Health & Physical Education
- Visual Arts
- Theatre Arts
- Music
- General
- Trade & Industrial
languages:
- Chinese
- French
- German
- Japanese
- Latin
- Russian
- Spanish | 16 | 38 | 0.661932 |
2a7f0c72f275bf44129f2c49fd83b45b5dba596e | 850 | yml | YAML | _output.yml | sebastiansauer/datascience1 | 34ebcc0d0c851a72d2489322f12e1b2f93b88d16 | [
"MIT"
] | null | null | null | _output.yml | sebastiansauer/datascience1 | 34ebcc0d0c851a72d2489322f12e1b2f93b88d16 | [
"MIT"
] | null | null | null | _output.yml | sebastiansauer/datascience1 | 34ebcc0d0c851a72d2489322f12e1b2f93b88d16 | [
"MIT"
] | null | null | null | bookdown::gitbook:
css: style.css
toc_depth: 3
config:
toc:
before: |
<li><a href="./">Data Science Grundlagen</a></li>
after:
edit: https://github.com/sebastiansauer/datascience1%s
download: []
repo: https://github.com/sebastiansauer/datascience1
bookdown::bs4_book:
css: ["style-bs4.css"]
theme:
primary: "#26A9C2"
repo: https://github.com/sebastiansauer/datascience1
pagedown::html_paged:
toc: true
toc_depth: 3
# change to true for a self-contained document, but it'll be a litte slower for Pandoc to render
self_contained: TRUE
bookdown::html_document2:
toc: 2
toc_depth: 3
self_contained: TRUE
bookdown::pdf_book:
includes:
in_header: preamble.tex
latex_engine: xelatex
citation_package: natbib
keep_tex: yes
bookdown::epub_book: default
| 18.085106 | 98 | 0.68 |
66b3be1e302f8e81c9f11fa46d1532a9af618a26 | 515 | yml | YAML | config/install/core.entity_view_display.node.frontpage.default.yml | fourkitchens/sous-drupal-distro | 83e2284f654c52b944f9d0a02f1bf51f5a81cb0d | [
"MIT"
] | null | null | null | config/install/core.entity_view_display.node.frontpage.default.yml | fourkitchens/sous-drupal-distro | 83e2284f654c52b944f9d0a02f1bf51f5a81cb0d | [
"MIT"
] | 36 | 2020-02-21T21:25:16.000Z | 2022-02-11T14:10:46.000Z | config/install/core.entity_view_display.node.frontpage.default.yml | fourkitchens/sous-drupal-distro | 83e2284f654c52b944f9d0a02f1bf51f5a81cb0d | [
"MIT"
] | 2 | 2021-02-07T23:24:11.000Z | 2022-03-04T19:59:25.000Z | langcode: en
status: true
dependencies:
config:
- field.field.node.frontpage.field_metadata
- field.field.node.frontpage.field_seo_title
- field.field.node.frontpage.field_teaser_media
- field.field.node.frontpage.field_teaser_text
- node.type.frontpage
module:
- user
id: node.frontpage.default
targetEntityType: node
bundle: frontpage
mode: default
content: { }
hidden:
field_metadata: true
field_seo_title: true
field_teaser_media: true
field_teaser_text: true
links: true
| 22.391304 | 51 | 0.759223 |
bdcd23ef2e15bffa60450153b47e16c81949d502 | 1,686 | yaml | YAML | documentation/openapi/paths/door-open.yaml | uhppoted/uhppoted-rest | 6391eb04913c5e07418ab18cca477bc5bc28ce7f | [
"MIT"
] | 2 | 2020-04-28T14:29:34.000Z | 2021-07-19T10:20:19.000Z | documentation/openapi/paths/door-open.yaml | uhppoted/uhppoted-rest | 6391eb04913c5e07418ab18cca477bc5bc28ce7f | [
"MIT"
] | 3 | 2020-04-22T15:46:52.000Z | 2021-04-28T20:39:41.000Z | documentation/openapi/paths/door-open.yaml | uhppoted/uhppoted-rest | 6391eb04913c5e07418ab18cca477bc5bc28ce7f | [
"MIT"
] | null | null | null | # paths/door-open.yaml
post:
tags:
- device
summary: "Opens a door"
description: "Issues the 'open door' command to an access controller"
operationId: openDoor
parameters:
- name: device-id
in: path
description: "Device serial number"
required: true
schema:
type: number
format: uint32
example: 405419896
- name: door
in: path
description: "Door number"
required: true
schema:
type: number
format: uint8
example: 3
requestBody:
content:
application/json:
schema:
$ref: './schemas/CardSwipe.yaml'
responses:
'200':
description: "Door opened"
content:
application/json:
schema:
type: object
properties:
door:
$ref: "./schemas/DoorOpened.yaml"
'401':
description: "User does not have permssions to open door"
content:
application/json:
schema:
$ref: "./schemas/Error.yaml"
'404':
description: "No device with ID matching device-id"
content:
application/json:
schema:
$ref: "./schemas/Error.yaml"
'405':
description: "Invalid request"
content:
application/json:
schema:
$ref: "./schemas/Error.yaml"
'500':
description: "Internal system error"
content:
application/json:
schema:
$ref: "./schemas/Error.yaml"
default:
description: "Request failed"
content:
application/json:
schema:
$ref: "./schemas/Error.yaml"
| 23.416667 | 71 | 0.538553 |
c5918df8193d1c5db676b542ab7729f406865674 | 140 | yml | YAML | changelogs/unreleased/jupyter_pre_spawn_hook_v2.yml | davidseo81/gitlabhq | e680e6f5dfbe0441fdb373694f303c492a1d1cac | [
"MIT"
] | 1 | 2019-05-27T04:52:54.000Z | 2019-05-27T04:52:54.000Z | changelogs/unreleased/jupyter_pre_spawn_hook_v2.yml | NewSD/gitlabhq | 82ccc8bc120c78efdf68f65d77a72adc5fb48410 | [
"MIT"
] | null | null | null | changelogs/unreleased/jupyter_pre_spawn_hook_v2.yml | NewSD/gitlabhq | 82ccc8bc120c78efdf68f65d77a72adc5fb48410 | [
"MIT"
] | null | null | null | ---
title: Pass user's identity and token from JupyterHub to user's Jupyter environment
merge_request: 27314
author: Amit Rathi
type: added
| 23.333333 | 83 | 0.792857 |
31e7d63bf523e4923eabeb5734be1e4021c2e8bf | 465 | yaml | YAML | charts/elasticsearch/templates/es-psp-rolebinding.yaml | astronomerio/astronomer | 939a71f097f3ca1491273a3dce40bdbe04a09a4a | [
"Apache-2.0"
] | 81 | 2018-01-15T21:48:39.000Z | 2018-11-15T07:35:11.000Z | charts/elasticsearch/templates/es-psp-rolebinding.yaml | astronomerio/astronomer | 939a71f097f3ca1491273a3dce40bdbe04a09a4a | [
"Apache-2.0"
] | 127 | 2018-01-15T21:13:34.000Z | 2018-11-13T17:19:58.000Z | charts/elasticsearch/templates/es-psp-rolebinding.yaml | astronomerio/astronomer | 939a71f097f3ca1491273a3dce40bdbe04a09a4a | [
"Apache-2.0"
] | 15 | 2018-01-19T18:39:57.000Z | 2018-10-26T06:00:12.000Z | {{- if .Values.global.pspEnabled }}
################################
## Elasticsearch PSP Rolebinding
#################################
apiVersion: {{ template "apiVersion.rbac" . }}
kind: RoleBinding
metadata:
name: {{ .Release.Name }}-psp-elasticsearch
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: {{ .Release.Name }}-psp-elasticsearch
subjects:
- kind: ServiceAccount
name: {{ template "elasticsearch.fullname" . }}
{{- end -}}
| 27.352941 | 49 | 0.606452 |
8c3df3c69fa7bf1a1ed0a007df592c982d8c1360 | 626 | yaml | YAML | vendor/k8s.io/kubernetes/cluster/addons/rbac/legacy-kubelet-user/kubelet-binding.yaml | BinaryTreeNode/KDS | 6220475814b42733c86ac0005e8548bb9a481c75 | [
"Apache-2.0"
] | 1 | 2020-07-02T14:53:18.000Z | 2020-07-02T14:53:18.000Z | vendor/k8s.io/kubernetes/cluster/addons/rbac/legacy-kubelet-user/kubelet-binding.yaml | BinaryTreeNode/KDS | 6220475814b42733c86ac0005e8548bb9a481c75 | [
"Apache-2.0"
] | null | null | null | vendor/k8s.io/kubernetes/cluster/addons/rbac/legacy-kubelet-user/kubelet-binding.yaml | BinaryTreeNode/KDS | 6220475814b42733c86ac0005e8548bb9a481c75 | [
"Apache-2.0"
] | null | null | null | # The GKE environments don't have kubelets with certificates that
# identify the system:nodes group. They use the kubelet identity
# TODO: remove this once new nodes are granted individual identities and the
# NodeAuthorizer is enabled.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: kubelet-cluster-admin
labels:
kubernetes.io/cluster-service: "true"
addonmanager.kubernetes.io/mode: Reconcile
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:node
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: User
name: kubelet
| 31.3 | 77 | 0.757188 |
327163710fc57e7bd6a2bce92f759c4a44e775b3 | 651 | yml | YAML | docker/docker-compose.yml | Kropotkin-Security/bombus-sensor | 6b4d4486667a193eaccada3ae3791e4a731ba305 | [
"Apache-2.0"
] | null | null | null | docker/docker-compose.yml | Kropotkin-Security/bombus-sensor | 6b4d4486667a193eaccada3ae3791e4a731ba305 | [
"Apache-2.0"
] | null | null | null | docker/docker-compose.yml | Kropotkin-Security/bombus-sensor | 6b4d4486667a193eaccada3ae3791e4a731ba305 | [
"Apache-2.0"
] | null | null | null | version: '2.2'
services:
ls01:
image: docker.elastic.co/logstash/logstash:7.8.1
container_name: ls01
volumes:
- ./temp/logstash.yml:/usr/share/logstash/config/logstash.yml
- ./temp/logstash-pipeline.conf:/usr/share/logstash/pipeline/logstash.conf
ports:
- 5044:5044
environment:
ELASTICSEARCH_URL: http://${REMOTE_ES_HOST}:${REMOTE_ES_PORT}
ELASTICSEARCH_HOSTS: http://${REMOTE_ES_HOST}:${REMOTE_ES_PORT}
AGENT_UUID: ${AGENT_UUID}
networks:
- green
volumes:
data01:
driver: local
data02:
driver: local
data03:
driver: local
networks:
green:
driver: bridge
| 21.7 | 80 | 0.665131 |
653de654e8d55f0685dbff58b1d57c85828d7e6e | 2,616 | yaml | YAML | docker-compose.yaml | worino/phpdocker.io | 6c529fc47b5d2811124fdff155f7c0fd9d12fa92 | [
"Apache-2.0"
] | null | null | null | docker-compose.yaml | worino/phpdocker.io | 6c529fc47b5d2811124fdff155f7c0fd9d12fa92 | [
"Apache-2.0"
] | null | null | null | docker-compose.yaml | worino/phpdocker.io | 6c529fc47b5d2811124fdff155f7c0fd9d12fa92 | [
"Apache-2.0"
] | null | null | null | ###############################################################################
# Generated on phpdocker.io #
###############################################################################
version: "3.4"
services:
memcached:
image: memcached:alpine
mailhog:
image: mailhog/mailhog:latest
ports:
- "10001:8025"
mysql:
image: mysql:5.7
working_dir: /application
volumes:
- .:/application
environment:
- MYSQL_ROOT_PASSWORD=root-password
- MYSQL_DATABASE=phpdockerio
- MYSQL_USER=username
- MYSQL_PASSWORD=password
ports:
- "10002:3306"
postgres:
image: postgres:9.6-alpine
working_dir: /application
volumes:
- .:/application
environment:
- POSTGRES_USER=username
- POSTGRES_PASSWORD=password
- POSTGRES_DB=phpdockerio
webserver:
image: pagespeed/nginx-pagespeed:stable
working_dir: /application
volumes:
- .:/application
- ./infrastructure/nginx/nginx.conf:/etc/nginx/conf.d/default.conf
- ./infrastructure/local/:/etc/ssl/local/
ports:
- "10000:443"
php-fpm:
build:
dockerfile: Dockerfile
target: backend-dev
context: .
environment:
- SYMFONY_ENV=dev
- APP_ENV=dev
- APP_SECRET=ThisTokenIsNotSoSecretChangeIt
- DB_HOST=postgres
- DB_NAME=phpdockerio
- DB_USER=username
- DB_PASSWORD=password
- MAILER_TRANSPORT=smtp
- MAILER_HOST=mailhog
- MAILER_PORT=1025
- MAILER_USER=""
- MAILER_PASSWORD=""
- CONTACT_EMAIL_TO=luis.pabon@auronconsulting.co.uk
- CONTACT_EMAIL_FROM=automaton@auronconsulting.co.uk
- CONTACT_EMAIL_SUBJECT="PHPDocker.io - Contact request"
- GOOGLE_ANALYTICS=foo
- RECAPTCHA_SITE_KEY=foo
- RECAPTCHA_SECRET_KEY=bar
- ADMIN_USER=luis
- ADMIN_PASSWORD="$$2y$$12$$jS7zyap2VzijFYr8fWn5WuoHrfZMdPzmfTuVUFJ7NAkQb.ZZc6VL"
- MEMCACHED_HOST=memcached
- MEMCACHED_PORT=11211
- CACHE_NAMESPACE=foo
working_dir: /application
volumes:
- .:/application
- ./infrastructure/php-fpm/php-ini-overrides.ini:/etc/php/7.3/fpm/conf.d/99-overrides.ini
- ~/.cache/composer:/root/.composer/cache
| 30.418605 | 101 | 0.524847 |
3ff41439bdc81f101a0db164c92a8abbc30239f1 | 25 | yaml | YAML | python_modules/automation/automation/docker/images/k8s-celery-worker-editable/last_updated.yaml | abhishekvermax/dagster | 668ab236b89c89faa9057d5d61a1a40b825da8a1 | [
"Apache-2.0"
] | 1 | 2021-05-13T08:42:14.000Z | 2021-05-13T08:42:14.000Z | python_modules/automation/automation/docker/images/k8s-celery-worker-editable/last_updated.yaml | abhishekvermax/dagster | 668ab236b89c89faa9057d5d61a1a40b825da8a1 | [
"Apache-2.0"
] | null | null | null | python_modules/automation/automation/docker/images/k8s-celery-worker-editable/last_updated.yaml | abhishekvermax/dagster | 668ab236b89c89faa9057d5d61a1a40b825da8a1 | [
"Apache-2.0"
] | null | null | null | 3.7.8: 2020-08-07T133625
| 12.5 | 24 | 0.72 |
17bdc0621743f82c705dce30cd8d6c447d9af3e2 | 7,195 | yml | YAML | configure-aks/roles/configure-aks/tasks/certManager.yml | XenitAB/ansible-deploy-aks | e92056ad8996bc94b2684b505c67793cc77c7a3f | [
"MIT"
] | 9 | 2019-03-26T09:29:20.000Z | 2021-12-19T00:10:02.000Z | configure-aks/roles/configure-aks/tasks/certManager.yml | XenitAB/ansible-deploy-aks | e92056ad8996bc94b2684b505c67793cc77c7a3f | [
"MIT"
] | null | null | null | configure-aks/roles/configure-aks/tasks/certManager.yml | XenitAB/ansible-deploy-aks | e92056ad8996bc94b2684b505c67793cc77c7a3f | [
"MIT"
] | 9 | 2019-08-17T16:44:19.000Z | 2021-12-19T18:32:15.000Z | - name: Set fact for certManager tempdir
set_fact:
certManagerTempDir: "/tmp/certManager-{{ ansible_date_time.iso8601_basic_short }}"
tags:
- certManager
- name: Configure CAA record
azure_rm_resource:
resource_group: "{{ resourceGroupName }}"
provider: Network
resource_type: dnsZones
resource_name: "{{ externalDnsZone }}/CAA/@"
api_version: "2018-05-01"
method: PUT
body:
properties:
caaRecords:
- tag: issue
flags: 0
value: letsencrypt.org
TTL: 3600
when: configuration.certManager.state == "present"
tags:
- certManager
- name: Download and apply helm template
block:
- name: Add certManager namespace
k8s:
kubeconfig: "{{ configuration.k8sconfiguration.dest }}"
state: present
definition:
apiVersion: v1
kind: Namespace
metadata:
name: "{{ configuration.certManager.namespace }}"
labels: "{{ configuration.certManager.labels | combine({'name': configuration.certManager.namespace}) }}"
when: configuration.certManager.state == "present"
tags:
- certManager
- name: Helm init
shell: "{{ helm.binDir }}/helm init --client-only"
tags:
- certManager
- name: Helm repo add
shell: "{{ helm.binDir }}/helm repo add {{ configuration.certManager.helmRepoName }} {{ configuration.certManager.helmRepo }}"
tags:
- certManager
- name: Helm repo update
shell: "{{ helm.binDir }}/helm repo update"
tags:
- certManager
- name: Fetch helm chart for certManager
shell: "{{ helm.binDir }}/helm fetch --untar --untardir {{ certManagerTempDir }} --version {{ configuration.certManager.helmChartVersion }} {{ configuration.certManager.helmRepoName }}/{{ configuration.certManager.helmChartName }}"
tags:
- certManager
- name: Download certManager CRDs
get_url:
url: "{{ configuration.certManager.crdUrl }}"
checksum: "{{ configuration.certManager.crdChecksum }}"
dest: "{{ certManagerTempDir }}/crds.yaml"
tags:
- certManager
- name: Generate kubernetes manifest for certManager
shell: "{{ helm.binDir }}/helm template \"{{ certManagerTempDir }}/{{ configuration.certManager.helmChartName }}\" --name {{ configuration.certManager.helmChartName }} --namespace {{ configuration.certManager.namespace }} > {{ certManagerTempDir }}/certManager.yaml"
tags:
- certManager
- name: Install certManager CRDs
shell: "{{ kubectl.bin_directory }}/kubectl --kubeconfig=\"{{ configuration.k8sconfiguration.dest }}\" apply --validate=false -f \"{{ certManagerTempDir }}/crds.yaml\""
when: configuration.certManager.state == "present"
register: certManagerCrdManifestResult
retries: 5
delay: 5
until: certManagerCrdManifestResult is succeeded
tags:
- certManager
- name: Install certManager
shell: "{{ kubectl.bin_directory }}/kubectl --kubeconfig=\"{{ configuration.k8sconfiguration.dest }}\" apply -f \"{{ certManagerTempDir }}/certManager.yaml\""
when: configuration.certManager.state == "present"
register: certManagerManifestResult
retries: 5
delay: 5
until: certManagerManifestResult is succeeded
tags:
- certManager
- name: Remove certManager
shell: "{{ kubectl.bin_directory }}/kubectl --kubeconfig=\"{{ configuration.k8sconfiguration.dest }}\" delete --ignore-not-found=true -f \"{{ certManagerTempDir }}/certManager.yaml\""
when: configuration.certManager.state == "absent"
tags:
- certManager
- name: Remove certManager CRDs
shell: "{{ kubectl.bin_directory }}/kubectl --kubeconfig=\"{{ configuration.k8sconfiguration.dest }}\" delete --ignore-not-found=true -f \"{{ certManagerTempDir }}/crds.yaml\""
when: configuration.certManager.state == "absent"
tags:
- certManager
- name: Remove certManager namespace
k8s:
kubeconfig: "{{ configuration.k8sconfiguration.dest }}"
state: absent
definition:
apiVersion: v1
kind: Namespace
metadata:
name: "{{ configuration.certManager.namespace }}"
when: configuration.certManager.state == "absent"
tags:
- certManager
- name: Delete temporary local folder
file:
path: "{{ certManagerTempDir }}/"
state: absent
changed_when: false
tags:
- certManager
rescue:
- name: Delete temporary local folder
file:
path: "{{ certManagerTempDir }}/"
state: absent
changed_when: false
tags:
- certManager
- name: Fail task
fail:
msg: "Rescue was invoked, task failed."
tags:
- certManager
- name: Create secret for cert-manager AzureDNS
k8s:
kubeconfig: "{{ configuration.k8sconfiguration.dest }}"
state: "present"
namespace: "{{ configuration.certManager.namespace }}"
definition:
apiVersion: v1
kind: Secret
metadata:
name: azuredns-config
type: Opaque
data:
CLIENT_SECRET: "{{ AZURE_SECRET | b64encode }}"
when: configuration.certManager.state == "present"
tags:
- certManager
- name: Add cert-manager issuer
k8s:
kubeconfig: "{{ configuration.k8sconfiguration.dest }}"
state: "present"
definition:
apiVersion: cert-manager.io/v1alpha2
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: "webmaster@{{ externalDnsZone }}"
privateKeySecretRef:
name: letsencrypt-prod
solvers:
- dns01:
azuredns:
clientID: "{{ AZURE_CLIENT_ID }}"
clientSecretSecretRef:
name: azuredns-config
key: CLIENT_SECRET
subscriptionID: "{{ AZURE_SUBSCRIPTION_ID }}"
tenantID: "{{ AZURE_TENANT }}"
resourceGroupName: "{{ resourceGroupName }}"
hostedZoneName: "{{ externalDnsZone }}"
when: configuration.certManager.state == "present"
register: certManagerIssuerResult
retries: 20
delay: 30
until: certManagerIssuerResult is succeeded
tags:
- certManager
- name: Issue certificate for istio
k8s:
kubeconfig: "{{ configuration.k8sconfiguration.dest }}"
state: "present"
definition:
apiVersion: cert-manager.io/v1alpha2
kind: Certificate
metadata:
name: istio-gateway
namespace: istio-system
spec:
secretName: istio-ingressgateway-certs
issuerRef:
name: letsencrypt-prod
kind: ClusterIssuer
dnsNames:
- "*.{{ externalDnsZone }}"
- "{{ externalDnsZone }}"
acme:
config:
- dns01:
provider: azure
domains:
- "*.{{ externalDnsZone }}"
- "{{ externalDnsZone }}"
when:
- configuration.istioOperator.enabled
- configuration.certManager.state == "present"
register: istioCertificateResult
retries: 20
delay: 30
until: istioCertificateResult is succeeded
tags:
- certManager | 31.696035 | 270 | 0.636831 |
2d631f94f9433fc7c6e22be26b409f3a5b909e65 | 9,946 | yaml | YAML | ansible/roles/gitea/tasks/main.yaml | marcusportmann/devops | 9aa85492c78569af5590017a17c490341f3245ab | [
"Apache-2.0"
] | 2 | 2021-03-20T13:26:06.000Z | 2022-02-04T22:42:48.000Z | ansible/roles/gitea/tasks/main.yaml | marcusportmann/devops | 9aa85492c78569af5590017a17c490341f3245ab | [
"Apache-2.0"
] | null | null | null | ansible/roles/gitea/tasks/main.yaml | marcusportmann/devops | 9aa85492c78569af5590017a17c490341f3245ab | [
"Apache-2.0"
] | null | null | null | ---
# file: roles/gitea/tasks/main.yaml
- import_tasks: assert.yaml
run_once: yes
delegate_to: localhost
# ___ ____ ____ ____ _____ ____ ___ _____ ___ ____
# / _ \/ ___| / ___|| _ \| ____/ ___|_ _| ___|_ _/ ___|
# | | | \___ \ ____\___ \| |_) | _|| | | || |_ | | |
# | |_| |___) |_____|__) | __/| |__| |___ | || _| | | |___
# \___/|____/ |____/|_| |_____\____|___|_| |___\____|
#
- include_tasks: ubuntu.yaml
when: ansible_distribution == 'Ubuntu'
tags:
- unbound
- include_tasks: redhat.yaml
when: ansible_os_family == 'RedHat'
tags:
- unbound
# ____ ___ _____ _____ _
# / ___|_ _|_ _| ____| / \
# | | _ | | | | | _| / _ \
# | |_| || | | | | |___ / ___ \
# \____|___| |_| |_____/_/ \_\
#
- name: Create the Gitea credentials directory
local_action: file path="{{ credentials_root }}/gitea" state="directory"
become: false
- name: Install Gitea
block:
- debug:
msg: Check whether the Gitea {{ gitea_config.package_version }} package has been installed
- stat:
path: /usr/bin/gitea
register: gitea_installed_stat_result
- shell:
cmd: /usr/bin/gitea --version 2>&1 | head -1 | awk {'print $3'}
register: gitea_installed_version_output
when: (gitea_installed_stat_result.stat.exists == True)
- set_fact:
gitea_installed_version: '{{ gitea_installed_version_output.stdout }}'
when: (gitea_installed_stat_result.stat.exists == True)
- set_fact:
gitea_installed_version: ''
when: (gitea_installed_stat_result.stat.exists == False)
- block:
- debug:
msg: Install the Gitea {{ gitea_config.package_version }} package
- name: Add the {{ gitea_config.group }} group
group:
name: '{{ gitea_config.group }}'
gid: '{{ gitea_config.group_id }}'
state: present
- name: Add the {{ gitea_config.user }} user
user:
name: '{{ gitea_config.user }}'
uid: '{{ gitea_config.user_id }}'
group: '{{ gitea_config.group }}'
comment: 'Git Version Control'
create_home: yes
shell: /usr/sbin/nologin
state: present
- name: Check whether the Gitea service exists
stat:
path: /lib/systemd/system/gitea.service
register: gitea_service_stat_result
- name: Stop the Gitea service
systemd:
name: gitea
state: stopped
when: gitea_service_stat_result.stat.exists == True
register: gitea_service_stopped
- name: Check whether the Gitea {{ gitea_config.package_version }} package has been downloaded
become: no
local_action: stat path='{{ packages_root }}/{{ ansible_distribution | lower }}{{ ansible_distribution_major_version }}/gitea-{{ gitea_config.package_version }}-linux-amd64'
register: gitea_package_stat_result
- name: Download the Gitea {{ gitea_config.package_version }} package
become: no
local_action: get_url url='https://dl.gitea.io/gitea/{{ gitea_config.package_version }}/gitea-{{ gitea_config.package_version }}-linux-amd64' dest='{{ packages_root }}/{{ ansible_distribution | lower }}{{ ansible_distribution_major_version }}/gitea-{{ gitea_config.package_version }}-linux-amd64' checksum={{ gitea_config.package_checksum }}
when: (gitea_package_stat_result.stat.exists == False)
- name: Remove the existing gitea binary
file:
path: /usr/bin/gitea
state: absent
- name: Copy the gitea binary
copy:
src: '{{ packages_root }}/{{ ansible_distribution | lower }}{{ ansible_distribution_major_version }}/gitea-{{ gitea_config.package_version }}-linux-amd64'
dest: '/usr/bin/gitea'
mode: '0755'
notify: restart gitea
- name: Create Gitea config directories
file:
path: "{{ item }}"
state: directory
owner: git
group: git
mode: '0750'
with_items:
- '{{ gitea_config.config_directory }}'
- '{{ gitea_config.config_directory }}/conf'
- name: Create Gitea data directories
file:
path: "{{ item }}"
state: directory
owner: git
group: git
mode: '0750'
with_items:
- '{{ gitea_config.data_directory }}'
- '{{ gitea_config.data_directory }}/custom'
- '{{ gitea_config.data_directory }}/data'
- '{{ gitea_config.data_directory }}/log'
- '{{ gitea_config.data_directory }}/repositories'
when: (gitea_installed_version != gitea_config.package_version)
- name: Retrieve the JWT secret for Gitea
block:
- name: Check whether the JWT secret for Gitea exists
become: no
local_action: stat path='{{ credentials_root }}/gitea/jwt-secret'
register: gitea_jwt_secret_stat_result
- name: Generate and save the JWT secret for Gitea
block:
- command:
cmd: /usr/bin/gitea generate secret JWT_SECRET
register: generate_jwt_secret_result
- local_action: copy content={{ generate_jwt_secret_result.stdout_lines[0] }} dest='{{ credentials_root }}/gitea/jwt-secret'
become: no
when: (gitea_jwt_secret_stat_result.stat.exists == False)
- name: Retrieve the JWT secret for gitea
set_fact:
gitea_jwt_secret: "{{ lookup('file', '{{ credentials_root }}/gitea/jwt-secret') }}"
- name: Retrieve the LFS JWT secret for Gitea
block:
- name: Check whether the LFS JWT secret for Gitea exists
become: no
local_action: stat path='{{ credentials_root }}/gitea/lfs-jwt-secret'
register: gitea_lfs_jwt_secret_stat_result
- name: Generate and save the LFS JWT secret for Gitea
block:
- command:
cmd: /usr/bin/gitea generate secret JWT_SECRET
register: generate_lfs_jwt_secret_result
- local_action: copy content={{ generate_lfs_jwt_secret_result.stdout_lines[0] }} dest='{{ credentials_root }}/gitea/lfs-jwt-secret'
become: no
when: (gitea_lfs_jwt_secret_stat_result.stat.exists == False)
- name: Retrieve the LFS JWT secret for gitea
set_fact:
gitea_lfs_jwt_secret: "{{ lookup('file', '{{ credentials_root }}/gitea/lfs-jwt-secret') }}"
- name: Retrieve the secret key for Gitea
block:
- name: Check whether the secret key for Gitea exists
become: no
local_action: stat path='{{ credentials_root }}/gitea/secret-key'
register: gitea_secret_key_stat_result
- name: Generate and save the secret key for Gitea
block:
- command:
cmd: /usr/bin/gitea generate secret SECRET_KEY
register: generate_secret_key_result
- local_action: copy content={{ generate_secret_key_result.stdout_lines[0] }} dest='{{ credentials_root }}/gitea/secret-key'
become: no
when: (gitea_secret_key_stat_result.stat.exists == False)
- name: Retrieve the secret key for gitea
set_fact:
gitea_secret_key: "{{ lookup('file', '{{ credentials_root }}/gitea/secret-key') }}"
- name: Retrieve the internal token for Gitea
block:
- name: Check whether the internal token for Gitea exists
become: no
local_action: stat path='{{ credentials_root }}/gitea/internal-token'
register: gitea_internal_token_stat_result
- name: Generate and save the internal token for Gitea
block:
- command:
cmd: /usr/bin/gitea generate secret INTERNAL_TOKEN
register: generate_internal_token_result
- local_action: copy content={{ generate_internal_token_result.stdout_lines[0] }} dest='{{ credentials_root }}/gitea/internal-token'
become: no
when: (gitea_internal_token_stat_result.stat.exists == False)
- name: Retrieve the internal token for gitea
set_fact:
gitea_internal_token: "{{ lookup('file', '{{ credentials_root }}/gitea/internal-token') }}"
- name: Generate the Gitea configuration file
template:
src: app.ini.j2
dest: '{{ gitea_config.config_directory }}/conf/app.ini'
owner: '{{ gitea_config.user }}'
group: '{{ gitea_config.group }}'
mode: '0550'
notify: restart gitea
- name: Generate the Gitea environment
template:
src: gitea-environment.j2
dest: /etc/default/gitea
mode: '0644'
notify: restart gitea
register: gitea_environment_template_result
- name: Configure the Gitea systemd unit
template:
src: gitea.service.j2
dest: /lib/systemd/system/gitea.service
owner: 'root'
group: 'root'
mode: '0644'
notify: restart gitea
register: gitea_systemd_unit_template_result
- name: Reload the Gitea service
systemd:
name: gitea
daemon_reload: yes
when: ((gitea_environment_template_result.changed == True) or (gitea_systemd_unit_template_result.changed == True))
- meta: flush_handlers
# ____ ___ _____ _____ _ _ ____ __ __ ___ _ _ _ _ ____ _____ ____
# / ___|_ _|_ _| ____| / \ / \ | _ \| \/ |_ _| \ | | | | | / ___|| ____| _ \
# | | _ | | | | | _| / _ \ / _ \ | | | | |\/| || || \| | | | | \___ \| _| | |_) |
# | |_| || | | | | |___ / ___ \ / ___ \| |_| | | | || || |\ | | |_| |___) | |___| _ <
# \____|___| |_| |_____/_/ \_\ /_/ \_\____/|_| |_|___|_| \_| \___/|____/|_____|_| \_\
#
- name: Check whether the admin user exists
block:
- set_fact:
gitea_admin_user_exists: False
- shell:
cmd: "/usr/bin/gitea --config /etc/gitea/conf/app.ini admin user list --admin | sed -En '/^[0-9]+( *){{ gitea_config.admin_username }} .*/p'"
become: true
become_user: "{{ gitea_config.user }}"
register: gitea_admin_user_list_result
- set_fact:
gitea_admin_user_exists: True
when: ((gitea_admin_user_list_result.stdout_lines | length) > 0)
- name: Create the admin user
shell:
cmd: "/usr/bin/gitea --config /etc/gitea/conf/app.ini admin user create --admin --username {{ gitea_config.admin_username }} --password {{ gitea_config.admin_password }} --email {{ gitea_config.admin_email }}"
become: true
become_user: "{{ gitea_config.user }}"
when: (gitea_admin_user_exists == False)
| 35.521429 | 347 | 0.650513 |
c0ff82728f19970954ea5cfbce7496f53f990323 | 134 | yml | YAML | .travis.yml | ofan/doc2dash | 6691678b9f86e6c357d4257d6634f9e29f6f087d | [
"MIT"
] | null | null | null | .travis.yml | ofan/doc2dash | 6691678b9f86e6c357d4257d6634f9e29f6f087d | [
"MIT"
] | 2 | 2021-03-31T19:56:06.000Z | 2021-12-13T20:45:07.000Z | .travis.yml | ofan/doc2dash | 6691678b9f86e6c357d4257d6634f9e29f6f087d | [
"MIT"
] | null | null | null | language: python
python:
- "2.7"
- "3.2"
install:
- "pip install -r dev-requirements.txt"
- "pip install ."
script: make test
| 14.888889 | 41 | 0.626866 |
26edf1140f11c99380605dfeeacadc09f3ba19a4 | 206 | yml | YAML | _data/navigation.yml | ebalduf/ebalduf.github.io | 1e384a5ba2b26c2c199a72e6eeb4f2586356addb | [
"MIT"
] | null | null | null | _data/navigation.yml | ebalduf/ebalduf.github.io | 1e384a5ba2b26c2c199a72e6eeb4f2586356addb | [
"MIT"
] | null | null | null | _data/navigation.yml | ebalduf/ebalduf.github.io | 1e384a5ba2b26c2c199a72e6eeb4f2586356addb | [
"MIT"
] | null | null | null | # main links links
main:
- title: "Colorado Ski Conditions"
url: http://www.onthesnow.com/colorado/skireport.html
- title: "Boulder Mountainbike Alliance"
url: https://bouldermountainbike.org/
| 25.75 | 57 | 0.723301 |
0888003b292aee5be27c8bf212bf64e91d41b8f7 | 1,032 | yaml | YAML | mariadb/mysql-pod.yaml | extra2000/nodejs-examples | 90afafefef5c60d8110dc4e6521ca9b659a9d84b | [
"MIT"
] | 1 | 2021-05-27T08:40:18.000Z | 2021-05-27T08:40:18.000Z | mariadb/mysql-pod.yaml | extra2000/nodejs-examples | 90afafefef5c60d8110dc4e6521ca9b659a9d84b | [
"MIT"
] | 1 | 2021-05-10T16:43:07.000Z | 2021-05-10T16:43:07.000Z | mariadb/mysql-pod.yaml | extra2000/nodejs-examples | 90afafefef5c60d8110dc4e6521ca9b659a9d84b | [
"MIT"
] | 2 | 2021-05-10T15:49:33.000Z | 2021-05-12T09:21:55.000Z | apiVersion: v1
kind: Pod
metadata:
labels:
app: mariadb-mariadb-pod
name: mariadb-mariadb-pod
spec:
restartPolicy: Never
containers:
- name: mysql01
image: docker.io/mariadb:10.3
securityContext:
allowPrivilegeEscalation: false
privileged: false
capabilities:
add: []
drop:
- CAP_MKNOD
- CAP_NET_RAW
- CAP_AUDIT_WRITE
seLinuxOptions: {}
resources:
requests:
memory: 500Mi
limits:
memory: 500Mi
ports:
- containerPort: 3306
hostPort: 23306
hostIP: 0.0.0.0
protocol: tcp
env:
- name: MYSQL_ROOT_PASSWORD
value: abcde12345
- name: MYSQL_DATABASE
value: mydb
- name: MYSQL_USER
value: myuser
- name: MYSQL_PASSWORD
value: abcde12345
volumeMounts:
- mountPath: /var/lib/mysql
name: sampleapps-mariadb-data
volumes:
- name: sampleapps-mariadb-data
persistentVolumeClaim:
claimName: sampleapps-mariadb-data
| 21.5 | 40 | 0.614341 |
0c559fc74ad408587620049cfa1c6bc48212d4e1 | 410 | yaml | YAML | result/.drone.yaml | gaurav-magassian/example-voting-app | 8ea0020931563645013fbd68815164df042754aa | [
"Apache-2.0"
] | null | null | null | result/.drone.yaml | gaurav-magassian/example-voting-app | 8ea0020931563645013fbd68815164df042754aa | [
"Apache-2.0"
] | null | null | null | result/.drone.yaml | gaurav-magassian/example-voting-app | 8ea0020931563645013fbd68815164df042754aa | [
"Apache-2.0"
] | null | null | null | ---
kind: pipeline
type: docker
name: CI
steps:
- name: Build and Push Image
image: plugins/docker
volumes:
- name: docker
path: /var/lib/docker
settings:
auto_tag: true
debug: true
context: result
dockerfile: result/Dockerfile
repo: dhavlev
registry: registry.hub.docker.com
username:
from_secret: docker_username
password:
from_secret: docker_password | 18.636364 | 37 | 0.682927 |
bf0fc6a9f5336bb8b6101d5c92a5cba0a1375618 | 150 | yaml | YAML | glide.yaml | ZelJin/go-crawler | 592098c557860e80316cc58e659fd25cdfd4de4c | [
"MIT"
] | null | null | null | glide.yaml | ZelJin/go-crawler | 592098c557860e80316cc58e659fd25cdfd4de4c | [
"MIT"
] | null | null | null | glide.yaml | ZelJin/go-crawler | 592098c557860e80316cc58e659fd25cdfd4de4c | [
"MIT"
] | null | null | null | package: github.com/ZelJin/go-crawler
import:
- package: github.com/urfave/cli
version: ~1.20.0
- package: golang.org/x/net
subpackages:
- html
| 18.75 | 37 | 0.72 |
87eb732d9376bc5fefd15ab8cbf371509aaf8cfd | 702 | yml | YAML | _config.yml | IbraheemR/spegmans-every-ref | e530d1532f14b8b11fbf5c16a09a6a2e1ffc8df5 | [
"MIT"
] | null | null | null | _config.yml | IbraheemR/spegmans-every-ref | e530d1532f14b8b11fbf5c16a09a6a2e1ffc8df5 | [
"MIT"
] | 2 | 2020-04-30T14:38:52.000Z | 2021-09-28T02:04:16.000Z | _config.yml | IbraheemR/spegmans-every-ref | e530d1532f14b8b11fbf5c16a09a6a2e1ffc8df5 | [
"MIT"
] | 1 | 2020-04-28T10:52:00.000Z | 2020-04-28T10:52:00.000Z | # Setup
title: Spegman's Every Ref.
description: 'A collection of useful and interesting facts, figures and charts.'
url: https://spegman.ibraheemrodrigues.com
logo: /public/favicon.png
markdown: kramdown
plugins:
- jekyll-seo-tag
- jekyll-redirect-from
# About/contact
owner:
name: Ibraheem Rodrigues
url: https://ibraheemrodrigues.com
email: contact@ibraheemrodrigues.com
repository: ibraheemr/spegmans-every-ref
# Collections
collections:
content:
output: true
permalink: /:path
categories:
output: true
permalink: /:path
defaults:
-
values:
layout: "page"
-
scope:
path: ""
type: "categories"
values:
layout: "category"
| 16.714286 | 80 | 0.689459 |
5f63bb1b39fac1ea0b36328c4a7c0a9728592aaa | 457 | yml | YAML | .rancher-pipeline.yml | Demonslyr/ManaBurn-LifeTracker | 0daf4af389c1471dbfad002ce11009d461fa8052 | [
"Apache-2.0"
] | null | null | null | .rancher-pipeline.yml | Demonslyr/ManaBurn-LifeTracker | 0daf4af389c1471dbfad002ce11009d461fa8052 | [
"Apache-2.0"
] | 3 | 2021-11-07T07:57:20.000Z | 2022-02-19T03:13:17.000Z | .rancher-pipeline.yml | Demonslyr/ManaBurn-LifeTracker | 0daf4af389c1471dbfad002ce11009d461fa8052 | [
"Apache-2.0"
] | null | null | null | stages:
- name: Build
steps:
- publishImageConfig:
dockerfilePath: ./ManaBurnServer/ManaBurnServer/Dockerfile
buildContext: ./ManaBurnServer
tag: atriarch-manaburn-server:v1.0.${CICD_EXECUTION_SEQUENCE}
pushRemote: true
registry: docker.atriarch.systems
env:
PLUGIN_MTU: "1400"
timeout: 15
notification:
recipients:
- recipient: dan@mail.atriarch.systems
notifier: c-xc9r9:n-g2gcc
condition:
- Failed
| 24.052632 | 67 | 0.708972 |
605caaf33722e6df728e8f26d046cc62ced370b5 | 129 | yaml | YAML | src/test/resources/org/raml/schema/valid-xml-utf8-include-utf16.yaml | bulabu/raml-java-parser | b1689ca1b34603c85f3c98f9e5ed8c2e06b31b2d | [
"Apache-2.0"
] | null | null | null | src/test/resources/org/raml/schema/valid-xml-utf8-include-utf16.yaml | bulabu/raml-java-parser | b1689ca1b34603c85f3c98f9e5ed8c2e06b31b2d | [
"Apache-2.0"
] | null | null | null | src/test/resources/org/raml/schema/valid-xml-utf8-include-utf16.yaml | bulabu/raml-java-parser | b1689ca1b34603c85f3c98f9e5ed8c2e06b31b2d | [
"Apache-2.0"
] | null | null | null | #%RAML 0.8
title: sample
/resource:
put:
body:
text/xml:
schema: !include valid-utf16.xsd | 18.428571 | 48 | 0.503876 |
60ecf304a3a6666da41e6c16c79539b7ba9d82c7 | 569 | yaml | YAML | config/amazon_950.yaml | titoubravin/inventory-hunter-1 | 4fb308476a800fbc0c7c3c514ada0c05e36f9271 | [
"MIT"
] | 1 | 2021-03-13T04:15:02.000Z | 2021-03-13T04:15:02.000Z | config/amazon_950.yaml | titoubravin/inventory-hunter-1 | 4fb308476a800fbc0c7c3c514ada0c05e36f9271 | [
"MIT"
] | null | null | null | config/amazon_950.yaml | titoubravin/inventory-hunter-1 | 4fb308476a800fbc0c7c3c514ada0c05e36f9271 | [
"MIT"
] | 1 | 2021-03-31T17:51:47.000Z | 2021-03-31T17:51:47.000Z | ---
refresh_interval: 1 # seconds
max_price: 950 # dollars/euros/etc
urls:
- https://www.amazon.com/dp/B08L8HPKR6
- https://www.amazon.com/gp/product/B08KWPDXJZ#aod # MSI Gaming RTX 3070 8GB 800
- https://www.amazon.com/gp/product/B08HR3Y5GQ#aod # EVGA 10G-P5-3897-KR RTX 3080 FTW3 879
- https://www.amazon.com/gp/product/B08HJTH61J#aod # GIGABYTE GeForce RTX 3080 OC 839
- https://www.amazon.com/gp/product/B08J6F174Z#aod # ASUS ROG STRIX NVIDIA RTX 3080 OC 929
- https://www.amazon.com/gp/product/B08QW8BKDV#aod # MSI Gaming RTX 3080 10GB GDRR6X 760
...
| 47.416667 | 92 | 0.731107 |
03a58d2b382ced74d0806fd29857b07033e7a267 | 401 | yml | YAML | examples/deploy.yml | speedmann/dnscontrol-action | 74357637b897cdd450425aa02e871977469487ca | [
"0BSD"
] | 49 | 2019-01-29T08:14:50.000Z | 2022-03-22T10:45:14.000Z | examples/deploy.yml | speedmann/dnscontrol-action | 74357637b897cdd450425aa02e871977469487ca | [
"0BSD"
] | 32 | 2019-01-05T13:09:17.000Z | 2022-03-27T23:26:50.000Z | examples/deploy.yml | speedmann/dnscontrol-action | 74357637b897cdd450425aa02e871977469487ca | [
"0BSD"
] | 15 | 2020-02-17T16:45:26.000Z | 2022-03-22T15:52:08.000Z | ---
name: deploy
on:
push:
branches:
- main
jobs:
dnscontrol:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: DNSControl push
uses: koenrh/dnscontrol-action@v3
env:
CLOUDFLARE_API_KEY: ${{ secrets.CLOUDFLARE_API_KEY }}
CLOUDFLARE_API_USER: ${{ secrets.CLOUDFLARE_API_USER }}
with:
args: push
| 18.227273 | 65 | 0.586035 |
434a92b16c41c3ccefc3f160f7727acca51132c2 | 1,824 | yaml | YAML | docs/compliance-cs-1.0.0-swagger.yaml | DEFRA/ffc-elm-compliance | e5158ad8d8084b800131a75e880faa6c526dbf0a | [
"Unlicense"
] | null | null | null | docs/compliance-cs-1.0.0-swagger.yaml | DEFRA/ffc-elm-compliance | e5158ad8d8084b800131a75e880faa6c526dbf0a | [
"Unlicense"
] | 8 | 2021-05-11T15:38:26.000Z | 2022-01-12T22:14:13.000Z | docs/compliance-cs-1.0.0-swagger.yaml | DEFRA/ffc-elm-compliance | e5158ad8d8084b800131a75e880faa6c526dbf0a | [
"Unlicense"
] | 1 | 2021-04-10T21:33:06.000Z | 2021-04-10T21:33:06.000Z | openapi: 3.0.0
info:
version: 1.0.0
title: Defra Compliance scheme check
license:
name: OGL-UK-3.0
servers:
- url: http://compliance.ffc.defra.gov.uk/v1
paths:
/schemes/{sbi}:
get:
summary: Check scheme(s) for a specific business
tags:
- business
parameters:
- name: sbi
in: path
required: true
description: The Single Business Identifier of the business to check
schema:
type: string
- name: date
in: query
required: false
description: The date to return schemes for
schema:
type: string
format: date
responses:
200:
description: Expected response to a valid request
content:
application/json:
schema:
$ref: '#/components/schemas/SchemeCheckResult'
204:
description: Expected response when there is no data to return
default:
description: unexpected error
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
components:
schemas:
SchemeCheckResult:
type: object
properties:
items:
type: array
items:
type: object
properties:
sbi:
type: string
schemeId:
type: string
dateStart:
type: string
format: date
dateEnd:
type: string
format: date
Error:
type: object
required:
- code
- message
properties:
code:
type: integer
format: int32
message:
type: string
| 24 | 78 | 0.497259 |
7c2e577a2d5f75d33ef34ed04a81c3740efde9b7 | 1,016 | yml | YAML | .github/workflows/release-dependencies.yml | radityagumay/refreshVersions | e5d230d4102cccf942a44bcb405ca79dcbf4fba5 | [
"MIT"
] | 1 | 2020-05-31T14:14:56.000Z | 2020-05-31T14:14:56.000Z | .github/workflows/release-dependencies.yml | radityagumay/refreshVersions | e5d230d4102cccf942a44bcb405ca79dcbf4fba5 | [
"MIT"
] | null | null | null | .github/workflows/release-dependencies.yml | radityagumay/refreshVersions | e5d230d4102cccf942a44bcb405ca79dcbf4fba5 | [
"MIT"
] | null | null | null | # https://help.github.com/en/github/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions
# https://github.com/marketplace/actions/gradle-command
name: Publish plugin dependencies
on:
push:
paths:
- 'dependencies/plugins_version.txt'
branches:
- master
- develop
jobs:
gradle-plugins-publishing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: 11
- uses: eskatos/gradle-command-action@v1
with:
wrapper-directory: refreshVersions
build-root-directory: refreshVersions
arguments: publishToMavenLocal --stacktrace
- uses: eskatos/gradle-command-action@v1
with:
wrapper-directory: dependencies
build-root-directory: dependencies
arguments: publishPlugins --scan -Pgradle.publish.key=${{ secrets.gradle_publish_key }} -Pgradle.publish.secret=${{ secrets.gradle_publish_secret }}
| 35.034483 | 158 | 0.679134 |
16bd5d9cedace5cf65d8ba1903cc4b6c53b20002 | 664 | yml | YAML | resources/config.yml | SafiraaCute/WarpSystem | e1adac7847ebbce2a884d54604d8e9dc50a10336 | [
"Apache-2.0"
] | 2 | 2022-02-17T05:23:46.000Z | 2022-02-17T11:52:54.000Z | resources/config.yml | AraaCuteUwU/WarpSystem | e1adac7847ebbce2a884d54604d8e9dc50a10336 | [
"Apache-2.0"
] | 1 | 2022-03-15T00:34:32.000Z | 2022-03-22T18:23:52.000Z | resources/config.yml | SafiraaCute/WarpSystem | e1adac7847ebbce2a884d54604d8e9dc50a10336 | [
"Apache-2.0"
] | null | null | null | warp-create-success: "§aSuccessfull create warp with name {warp}"
warp-create-exists: "§cWarp with name {warp} already exist"
warp-create-invalid: "§cInvalid usage! /setwarp <warpName>"
warp-delete-success: "§aWarp with name {warp} successful deleted"
warp-delete-not-exist: "§cWarp with name {warp} not exist"
warp-delete-invalid: "§cInvalid usage! /delwarp <warpName>"
no-permission: "§cYou do not have permission!"
warp-list: "§fThere are {count} warp exist.\n§f[§e{warp}§f]"
warp-not-found: "§cWarp with name {warp} not found"
warp-not-available: "§cWarp with name {warp} not available"
warp-teleport-success: "§aSuccessful teleported to warp {warp}" | 60.363636 | 66 | 0.731928 |
8af48d6c382923e317aaef4fea3b0fc68a42b728 | 181 | yml | YAML | _datasets/milestones/2019-03-31_new_website_2020.yml | RighthandSon/bzflag.org | 61f9eafadf58169b58693da4e124b4ecfb803d5a | [
"MIT"
] | 4 | 2019-01-12T06:51:11.000Z | 2020-01-31T06:07:27.000Z | _datasets/milestones/2019-03-31_new_website_2020.yml | RighthandSon/bzflag.org | 61f9eafadf58169b58693da4e124b4ecfb803d5a | [
"MIT"
] | 32 | 2018-03-16T00:47:36.000Z | 2022-03-17T22:30:59.000Z | _datasets/milestones/2019-03-31_new_website_2020.yml | RighthandSon/bzflag.org | 61f9eafadf58169b58693da4e124b4ecfb803d5a | [
"MIT"
] | 11 | 2017-02-08T15:08:31.000Z | 2021-05-26T16:07:29.000Z | title: New Website
date: '2019-03-31'
summary: |
We launched this shiny new website! It had much improved documentation, a Getting Started page, and was mobile device friendly.
| 36.2 | 131 | 0.762431 |
8283811908cd99535ce5281ed89cae02122bf92b | 261 | yml | YAML | lib/data/cities/2356.yml | miyamotokenji/ph_directory | 08bbf8c6caa75f6c97d804a1bed30502424954df | [
"MIT"
] | 1 | 2018-08-28T04:04:16.000Z | 2018-08-28T04:04:16.000Z | lib/data/cities/2356.yml | miyamotokenji/ph_directory | 08bbf8c6caa75f6c97d804a1bed30502424954df | [
"MIT"
] | 5 | 2019-06-20T11:12:09.000Z | 2021-11-04T20:03:16.000Z | lib/data/cities/2356.yml | denmarkmeralpis/pilipinas | fed3956a5cd556faaba68898a771c1884244e4e8 | [
"MIT"
] | 1 | 2018-09-21T06:20:00.000Z | 2018-09-21T06:20:00.000Z | ---
- :code: "2357"
:name: "Ampusongan"
- :code: "2358"
:name: "Bagu"
- :code: "2359"
:name: "Dalipey"
- :code: "2360"
:name: "Gambang"
- :code: "2361"
:name: "Kayapa"
- :code: "2362"
:name: "Poblacion (Central)"
- :code: "2363"
:name: "Sinacbat"
| 16.3125 | 30 | 0.544061 |
4b1073b7118a858a13030555df03f38f26995479 | 921 | yml | YAML | api/prelude/microsoft.quantum.extensions.bitwise.xbits.yml | bobatrance/quantum-docs-pr | 745d4fbd46469f1821e1a32e851f59d8fb36a125 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | api/prelude/microsoft.quantum.extensions.bitwise.xbits.yml | bobatrance/quantum-docs-pr | 745d4fbd46469f1821e1a32e851f59d8fb36a125 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | api/prelude/microsoft.quantum.extensions.bitwise.xbits.yml | bobatrance/quantum-docs-pr | 745d4fbd46469f1821e1a32e851f59d8fb36a125 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2018-12-10T15:51:21.000Z | 2018-12-10T15:51:21.000Z | ### YamlMime:QSharpType
uid: microsoft.quantum.extensions.bitwise.xbits
name: XBits
type: function
namespace: Microsoft.Quantum.Extensions.Bitwise
summary: >-
Returns an integer representing the X bits of an array
of Pauli operators.
remarks: The function will throw if the length of `paulies` array is greater than 63.
syntax: 'function XBits (paulies : Pauli[]) : Int'
input:
content: '(paulies : Pauli[])'
types:
- name: paulies
summary: An array of Pauli operators to be represented as an integer.
isArray: true
isPrimitive: true
uid: Pauli
output:
content: Int
types:
- summary: >-
An integer $x$ with binary representation $(p_{62}\,p_{61}\,\dots\,p_0)$,
where $p_i = 0$ if `paulies[i]` is `PauliI` or `PauliZ` and where
$p_i = 1$ if `paulies[i]` is `PauliX` or `PauliY`.
isPrimitive: true
uid: Int
seeAlso:
- microsoft.quantum.extensions.bitwise.zbits
...
| 29.709677 | 85 | 0.69164 |
02d1327fb3478540c309e97bdd312c4fa48516d8 | 856 | yml | YAML | data/ar/people/Robin-Lundstrum-c26f1f0e-232e-4bf2-99f8-be3e80bfcdcc.yml | nickoneill/people | cfa21d2bdf85deec6fda46b0b4b210f366c856d6 | [
"CC0-1.0"
] | null | null | null | data/ar/people/Robin-Lundstrum-c26f1f0e-232e-4bf2-99f8-be3e80bfcdcc.yml | nickoneill/people | cfa21d2bdf85deec6fda46b0b4b210f366c856d6 | [
"CC0-1.0"
] | null | null | null | data/ar/people/Robin-Lundstrum-c26f1f0e-232e-4bf2-99f8-be3e80bfcdcc.yml | nickoneill/people | cfa21d2bdf85deec6fda46b0b4b210f366c856d6 | [
"CC0-1.0"
] | null | null | null | id: ocd-person/c26f1f0e-232e-4bf2-99f8-be3e80bfcdcc
name: Robin Lundstrum
party:
- name: Republican
roles:
- district: '87'
jurisdiction: ocd-jurisdiction/country:us/state:ar/government
type: lower
links:
- url: http://www.arkleg.state.ar.us/assembly/2017/2018S2/Pages/MemberProfile.aspx?member=Lundstrum
contact_details:
- address: P.O. Box 14, Elm Springs, 72728
email: robin.lundstrum@arkansashouse.org
note: District Office
voice: 479-957-1959
sources:
- url: http://www.arkleg.state.ar.us/assembly/2017/2018S2/Pages/MemberProfile.aspx?member=Lundstrum
image: http://www.arkleg.state.ar.us/assembly/2017/Member%20Pictures/lundstrum.jpg
extras:
occupation: Property Management
other_identifiers:
- identifier: ARL000291
scheme: legacy_openstates
- identifier: ARL000270
scheme: legacy_openstates
given_name: Robin
family_name: Lundstrum
| 30.571429 | 99 | 0.792056 |
ef7e1f094c111861d2172886090626248131e8c5 | 857 | yml | YAML | data/mi/legislature/Jim-Runestad-15eed21e-264a-48bc-a990-978bebb4e36a.yml | Rypo/people | 34cf10bf10313f154f5065dde578bed9b4127ae8 | [
"CC0-1.0"
] | 1 | 2021-04-19T20:42:59.000Z | 2021-04-19T20:42:59.000Z | data/mi/legislature/Jim-Runestad-15eed21e-264a-48bc-a990-978bebb4e36a.yml | Rypo/people | 34cf10bf10313f154f5065dde578bed9b4127ae8 | [
"CC0-1.0"
] | null | null | null | data/mi/legislature/Jim-Runestad-15eed21e-264a-48bc-a990-978bebb4e36a.yml | Rypo/people | 34cf10bf10313f154f5065dde578bed9b4127ae8 | [
"CC0-1.0"
] | null | null | null | id: ocd-person/15eed21e-264a-48bc-a990-978bebb4e36a
name: Jim Runestad
party:
- name: Republican
roles:
- district: '44'
jurisdiction: ocd-jurisdiction/country:us/state:mi/government
type: lower
end_date: '2018-12-31'
- district: '15'
jurisdiction: ocd-jurisdiction/country:us/state:mi/government
type: upper
contact_details:
- note: Capitol Office
address: 7500 Binsfeld Bldg
voice: 517-373-1758
fax: 517-373-0938
links:
- url: https://www.senatorjimrunestad.com/
- note: Contact
url: https://www.senatorjimrunestad.com/contact
sources:
- url: https://www.senatorjimrunestad.com/
- url: https://senate.michigan.gov/senatorinfo_list.html
image: https://senate.michigan.gov/_images/15th.jpg
other_identifiers:
- identifier: MIL000277
scheme: legacy_openstates
given_name: Jim
family_name: Runestad
email: SenJRunestad@senate.michigan.gov
| 26.78125 | 63 | 0.772462 |
6dc1494f5d8f103d425717a2812f4c9546ef3d7c | 1,578 | yml | YAML | docs-ref-autogen/com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.OperationInner.withProperties.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 5 | 2021-08-20T15:24:19.000Z | 2022-02-20T17:06:14.000Z | docs-ref-autogen/com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.OperationInner.withProperties.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.OperationInner.withProperties.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.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.OperationInner.withProperties*"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.OperationInner.withProperties"
name: "withProperties"
nameWithType: "OperationInner.withProperties"
members:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.OperationInner.withProperties(java.lang.Object)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.OperationInner.withProperties(Object properties)"
name: "withProperties(Object properties)"
nameWithType: "OperationInner.withProperties(Object properties)"
summary: "Set properties of the operation."
parameters:
- description: "the properties value to set"
name: "properties"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OperationInner withProperties(Object properties)"
returns:
description: "the OperationInner object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.OperationInner?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />"
type: "method"
metadata: {}
package: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation"
artifact: com.microsoft.azure.eventgrid.v2020_04_01_preview:azure-mgmt-eventgrid:1.0.0-beta-3
| 65.75 | 272 | 0.815589 |
d7b78fbd788950aef4b3a5fc8caafbdebe01ef13 | 386 | yml | YAML | docker-compose.dev.yml | MarceloFossRJ/docker_ror5 | b0ce7137fb4176e250051d4903608595277b41d8 | [
"MIT"
] | null | null | null | docker-compose.dev.yml | MarceloFossRJ/docker_ror5 | b0ce7137fb4176e250051d4903608595277b41d8 | [
"MIT"
] | null | null | null | docker-compose.dev.yml | MarceloFossRJ/docker_ror5 | b0ce7137fb4176e250051d4903608595277b41d8 | [
"MIT"
] | null | null | null | version: '3'
services:
rails:
image: rails:SET_A_NAME
command: ./entrypoint.sh
sidekiq:
image: sidekiq:SET_A_NAME
command: bundle exec sidekiq -e production -C config/sidekiq.yml
web:
build:
context: .
dockerfile: ./Dockerfile.dev.nginx
image: web:SET_A_NAME
depends_on:
- rails
ports:
- 4000:4000
expose:
- 4000
| 18.380952 | 68 | 0.621762 |
053652eafc898960d249e652d32b9b4bc650f72d | 70,347 | yml | YAML | spec/fixtures/vcr_cassettes/halo5/stats/company_commendations.yml | xarlybovi/halo-api | fc6454ed614298ea0b119037618d9618ee986a38 | [
"MIT"
] | 7 | 2017-09-02T12:05:07.000Z | 2021-07-20T12:41:02.000Z | spec/fixtures/vcr_cassettes/halo5/stats/company_commendations.yml | xarlybovi/halo-api | fc6454ed614298ea0b119037618d9618ee986a38 | [
"MIT"
] | 1 | 2021-08-02T23:43:19.000Z | 2021-08-03T00:00:21.000Z | spec/fixtures/vcr_cassettes/halo5/stats/company_commendations.yml | xarlybovi/halo-api | fc6454ed614298ea0b119037618d9618ee986a38 | [
"MIT"
] | 1 | 2020-11-18T19:34:18.000Z | 2020-11-18T19:34:18.000Z | ---
http_interactions:
- request:
method: get
uri: https://www.haloapi.com/stats/h5/companies/%20a34823e3-1772-4675-9731-28de0db87df5/commendations
body:
encoding: US-ASCII
string: ''
headers:
Ocp-Apim-Subscription-Key:
- "<HALO_API_KEY>"
Accept-Language:
- en
Accept-Encoding:
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
Accept:
- "*/*"
User-Agent:
- Ruby
response:
status:
code: 200
message: OK
headers:
Cache-Control:
- no-store, must-revalidate, no-cache
Pragma:
- no-cache
Transfer-Encoding:
- chunked
Content-Type:
- application/json; charset=utf-8
Expires:
- Wed, 04 Aug 2021 21:04:32 GMT
Vary:
- Accept-Encoding,Accept-Encoding
Strict-Transport-Security:
- max-age=157680000; includeSubDomains
X-Content-Type-Options:
- nosniff
E2eactivity:
- 0HfhSTYR2UyIoQAPr01d/g==
Date:
- Wed, 04 Aug 2021 21:04:31 GMT
body:
encoding: ASCII-8BIT
string: "{\r\n \"Links\": {\r\n \"Self\": {\r\n \"AuthorityId\": \"spartanstats\",\r\n
\ \"Path\": \"/h5/companies/%20a34823e3-1772-4675-9731-28de0db87df5/commendations\",\r\n
\ \"QueryString\": \"\",\r\n \"RetryPolicyId\": \"\",\r\n \"TopicName\":
\"\",\r\n \"AcknowledgementTypeId\": 0,\r\n \"AuthenticationLifetimeExtensionSupported\":
false,\r\n \"ClearanceAware\": false\r\n }\r\n },\r\n \"ProgressiveCommendations\":
[\r\n {\r\n \"Id\": \"740fbb3b-5a5f-4691-88c9-7795e9218e37\",\r\n
\ \"Progress\": 1026000,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"4a2c48ca-187b-45a9-8a8c-07efdd66b524\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-03-20T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"014affce-f242-49aa-99c9-f2115970cddd\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-05-09T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"c1210fad-fa95-4927-bb02-e1fb331108d6\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-07-03T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"d3d7cec2-0f82-41cb-9e25-0525974a0e49\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-09-06T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"1b4519e9-4acf-47d9-94e9-b34b918eb21f\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-03-09T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"c04e7495-f684-4808-8576-6c9e38fd936a\",\r\n
\ \"Progress\": 205200,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"81ce1703-b9ca-48ca-9423-866e8d51b8e4\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2018-08-18T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"6cbbdfb9-f176-42d1-9fde-ab16a359eaf3\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-04-26T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"5ac9f71b-81e6-4e1e-8a2e-ce143fffa28b\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-17T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"0d2d3b80-0635-4ba6-aab2-925327ac307c\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-21T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"41d224ae-6e81-43ce-a704-0f389ec11e67\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-01-21T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"dfe47279-bfa7-44eb-bc7f-16c882b268c6\",\r\n
\ \"Progress\": 20500,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"90dcfa35-63b3-49fc-afd7-7835abf8b531\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2018-07-31T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"d489d413-7e49-419d-a67a-e18b001abaa2\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-04-14T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"e3294925-6ac7-43e6-896b-e3127e4d8cbc\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-05-06T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"fbf837f5-d9df-4478-adba-d8b454a90f41\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-17T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"20ed88ad-9d84-4754-b2ba-fa58dff68a6c\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-09-01T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"710fb120-b34a-446e-bf12-361da6c9c1eb\",\r\n
\ \"Progress\": 61600,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"250e1b34-e18b-47cf-9f82-fbb124131a6a\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-13T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"8199c520-d29c-4eab-a8a5-fa31909afa6d\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-10T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"1ab6e8a0-ffe3-4bea-ac56-b1247e0cdbf8\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-17T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"df93c046-e5d2-4106-9196-caf767ff1a48\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-11-05T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"97d8d5ff-bd89-40e4-81a1-48c82f9f2a45\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-09-21T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"682c9040-2274-4d77-a68e-42fcea921275\",\r\n
\ \"Progress\": 20500,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"7f57b661-7e1a-4883-bcba-e45546813ea2\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-02T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"c0133548-31e5-42d9-96f6-1531140b47a7\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-30T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"06f7a450-2a5f-41af-955d-a77d882347e5\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-09-12T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"8898f91a-bba5-4ea3-b454-7018a2f917c5\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-11-01T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"ef39a73f-73c5-4347-9af5-55ae0b4c842c\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-06-06T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"b373ac7a-fa86-482b-a6fa-6ff3688b2f4a\",\r\n
\ \"Progress\": 6200,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"dcfa17bf-4b04-4a64-9c78-aaacac1687aa\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2017-11-24T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"dfaf5fd6-8a08-4c47-b071-7403a0abffac\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-04-18T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"5b0b37a7-abaf-4e7f-8c98-bb294257f3ea\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-05-21T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"ff49a6bf-9555-4854-bb17-f69aa2c92b9e\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-26T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"3af41999-3724-462c-b71e-a1441de1b48e\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-18T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"48760c2c-59f4-469f-b393-44dc48d06d41\",\r\n
\ \"Progress\": 15400,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"c0ceabdc-3262-4349-b1e6-24e8c7e30155\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-17T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"05bcc220-ecb8-4a0c-becb-0b35bfde619b\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-18T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"96ae9a6d-6820-4639-94f4-cdce04891a6c\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-31T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"f36c6a60-6030-40cf-94f5-3638c0bd2c9f\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-11-01T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"33f7d0c6-e3c5-40cf-bb38-d2e84a6076d2\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-08-27T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"79ba9116-1a45-4435-a526-c28b71db8f30\",\r\n
\ \"Progress\": 8615,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"c3b0b60b-0233-479b-a563-b4985799018b\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-12T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"d015773e-50f3-44f8-bee9-e3eb5854f429\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-09T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"23f091f9-50c3-41f7-9135-27a04cc5fd46\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-26T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"c218315a-a108-4ae0-acdd-88708918d7a5\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-03-21T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"cb34b64f-6086-451b-a0ac-e65559f89b81\",\r\n
\ \"Progress\": 324208,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"0393f940-be92-4dde-a9b4-84266acedd6d\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-13T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"66f59641-a058-4dfa-9c3e-2a7ca5540f92\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-02T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"dc142aff-8aa4-4c83-a54a-12a8e8402cd5\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-23T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"27442773-a677-4914-9dd3-f6e5e42062c4\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-04-13T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"43bcc34a-58b0-48d2-90f9-d8b8a5374947\",\r\n
\ \"Progress\": 66955,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"1885e990-2c7d-4b42-a97f-65088d1b8792\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-21T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"cbb161f2-f5a0-42e2-8047-19831cc5c642\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-07-14T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"a6722e65-982d-455b-807b-756714cdff21\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-10-13T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"80f5b130-063f-486d-8e08-db77a411c6cc\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-05-18T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"31d78d08-3cc1-4af8-938c-c89a5e85b49b\",\r\n
\ \"Progress\": 102600,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"a6bb62ed-0d98-450c-97a5-603e23a922f0\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-19T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"5615a69a-1b3d-49c8-82b8-0336bd568c56\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-08T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"fedde2a4-79ca-4871-9bb2-be34e5aa625a\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-09T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"1fc1603d-02aa-4a08-ac83-eab75e33676e\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-10-10T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"8f959f32-605b-40e2-8ee3-5b13fc57c754\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-06-04T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"2b7386f1-5ba8-4b92-ab79-4976b46285d6\",\r\n
\ \"Progress\": 61600,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"3db91e5a-2eee-4625-b9c3-a07f32920ff6\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-07T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"06fcc6f9-73da-4fa0-a6c6-48e475f1823e\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-05-25T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"4207d0d9-d1a4-4be8-a67a-76dc22af5717\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-07-27T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"3fe64a49-6317-470d-94ec-f952e184c775\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-09-25T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"50ba1ffc-9ac6-401e-8080-48e8f675624d\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-04-11T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"f80dcf6e-2093-4634-841f-314f0aec2efc\",\r\n
\ \"Progress\": 552,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"279938f7-0ce0-4015-812f-dbc3b2b0a9ec\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2021-04-05T00:00:00Z\"\r\n }\r\n
\ }\r\n ]\r\n },\r\n {\r\n \"Id\": \"dffcebad-9c57-4974-beac-daba88c15ea2\",\r\n
\ \"Progress\": 9874,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"def220a0-4af6-4160-980f-056364f9bc99\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-22T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"942c95fa-47e9-4cbc-824b-913b1adb4666\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-07-02T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"7f040136-62ba-47a2-8935-5485b90d633a\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-09-22T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"24cdc6ee-5184-47fe-b26b-f317b08c1f5f\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-04-08T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"e9f58e96-301b-4d58-9621-36fcea05a6a2\",\r\n
\ \"Progress\": 820800,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"be10d66c-e520-43c9-85bb-a9fd3cc4eec8\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-13T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"4d4dc79a-a3b3-4ad1-956b-5c9b3fbdfcee\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-10T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"998afd07-f9c3-4c48-8327-2b4d965ad47b\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-17T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"67b4325f-8b21-4875-bad6-335eb78fe687\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-10-29T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"231ee404-a613-4f50-81ec-54bbd5848c16\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-08-14T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"27650c78-60d3-42a5-a1be-e92eceb7157b\",\r\n
\ \"Progress\": 615600,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"73900bed-9b17-4500-8060-9664b9960498\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-08T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"6df3c90e-ce1c-4300-b5d0-e2d4101432e4\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-03T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"9ffa80e0-e73d-4676-8087-0a1543a8c962\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-06T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"b0162f48-7773-458b-b6fe-503d65edb626\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-10-01T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"d1f5b471-6fd7-4397-89b0-84a2b7c35861\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-05-11T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"02bf07b9-2041-48a4-802d-818955b8df21\",\r\n
\ \"Progress\": 2707,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"d2e80462-2477-4eba-8cb0-dfc405114ed8\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-08-24T00:00:00Z\"\r\n }\r\n
\ }\r\n ]\r\n },\r\n {\r\n \"Id\": \"96179e21-1374-48a7-bfd3-e66759c69278\",\r\n
\ \"Progress\": 4827,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"4e9040c3-af41-410e-b7de-c718f52f2e2b\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-12T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"9d7d10bc-8acd-4856-8542-fff30d2bc49d\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-07-10T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"ab00a4ef-4b0a-42db-8b92-f98d6d5411b8\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-02-24T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"d7205f89-37b3-47fe-a1a6-6fe487fe50b3\",\r\n
\ \"Progress\": 41000,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"21c0c738-e078-40bb-896d-05d47db993fb\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-03-16T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"d584b43e-9cbd-4c8c-ba83-c2f1a3dafe63\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-04-28T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"1d5d477a-73dd-4b81-aeea-a1a8abc8acac\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-04T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"b65e0cff-c15c-410b-9a4f-b93776dcceb4\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-07-27T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"2a6a0ffd-f5d6-4101-8f2b-762d7aec0efe\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-09-29T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"9a778521-c93d-4d43-89a7-7d23d86eaabd\",\r\n
\ \"Progress\": 67531,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"13bbe335-1196-4cbf-94c0-622a339154f4\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-05-01T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"e878f430-461a-4871-96ae-59503003b3f4\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-07-27T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"5d80c828-ffd6-4a82-ba1c-73888ae8e984\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-10-12T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"cef2260e-6f8f-467d-9733-edcb06bf52e3\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-05-23T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"9f94fdb3-4792-47c0-bb93-170085126a68\",\r\n
\ \"Progress\": 30800,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"2da72725-1f4f-4d9a-942f-def4ef6c4206\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2018-03-24T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"8eb6a37a-a0f5-457c-b1f3-3558b561c41d\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-04-21T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"4860e052-ba37-41fe-b2cc-351c98821615\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-05-28T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"e9d2f1d9-00ee-484f-a32d-2d5504eaa5f7\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-07-24T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"07b02897-92d9-46d3-ae71-a807be32a950\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-28T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"1af0980e-4dc9-4933-9113-a32577c6c49f\",\r\n
\ \"Progress\": 5100,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"834c8b88-226a-4bce-b723-e0cb111280f3\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2017-09-15T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"728499c0-5d9f-433f-af89-ea3d46cc512b\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2017-10-30T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"b5559f67-6c1e-45ac-a369-e2445d7bad47\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-02-20T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"04581472-ff12-4430-8051-bb5d10ea82f2\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-04-02T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"8c161719-daf5-43e1-8bd5-bfe52d45b7c6\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-04-19T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"c3dad742-f429-463f-9282-eaf07dd444bd\",\r\n
\ \"Progress\": 6155,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"4ae3655e-1c1f-466a-a59e-1be19e28be9e\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-26T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"3a619269-237d-4103-86f3-cc686ec7b297\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-21T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"9f3cd8b5-63d1-47ee-ab82-5e3dc318b547\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-28T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"d9a1f6b9-1714-4ff4-b198-9c4936f60277\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-08-14T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"902bd019-b9d2-4848-a6a3-9b2cea498bf0\",\r\n
\ \"Progress\": 1136,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"e7d5556e-5958-4ccf-bd30-64382545f6af\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-03-30T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"3cbc86b0-1005-4e73-a81c-c5f7ccecccfd\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-06T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"cd08cc5e-8b35-4d88-ab65-09b2290ebe22\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-09-22T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"3ae83cd3-f52f-4f1b-874d-fddf742a361e\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2021-05-10T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"f95a9909-53b2-4b08-8c12-88ac7e20c7d2\",\r\n
\ \"Progress\": 27095,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"14293ec6-560b-4081-977f-100bb644b931\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-05-08T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"1b34d8d0-fa82-4270-aaf5-ab84957926ee\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-07-20T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"edef9827-c817-41e0-baed-0354955a1da7\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-11-19T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"569e1767-f0c6-4e7f-808a-dd93459f2d89\",\r\n
\ \"Progress\": 45,\r\n \"CompletedLevels\": []\r\n },\r\n {\r\n
\ \"Id\": \"f062e588-e428-4aab-b5de-00a91dca9644\",\r\n \"Progress\":
8200,\r\n \"CompletedLevels\": [\r\n {\r\n \"Id\": \"132f00a5-fe33-4636-a332-c6d5de3518b6\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-04-14T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"0fa82986-08c0-4684-9c26-f26cc22b4ca0\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-05T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"54b1e0cb-485c-4f68-b97d-c48eb595a856\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-04T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"be6d3e62-0d8e-4162-b1d7-e89487de0394\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-09-28T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"43aad8e3-0448-460a-9cba-5de7ccd775ce\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-04-25T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"9d42480a-eb09-4cf1-8ba7-b38d37e8ab6d\",\r\n
\ \"Progress\": 41000,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"13b15306-7fd7-4180-87da-05a99a84fb4d\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-27T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"9b2a6856-5416-4abb-9278-7d6e5b132159\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-07-08T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"809d513d-2d07-4568-9edc-d8f07e811911\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-09-19T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"36efcfc5-e46c-4324-970f-1c07fa077f6d\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-02-18T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"2914ee30-5e4c-493d-8f3b-a8fccf9fd7b9\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2021-07-13T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"aac10b36-aa3c-45ad-926a-090078bf4fc0\",\r\n
\ \"Progress\": 2100,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"f27c867b-3e97-48b3-8214-f212288691ed\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2017-11-22T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"37f9a764-e5cc-4be1-a355-bc611e2ea47a\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-03-19T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"46fa9372-5f0d-4ea1-824b-e5e72f97b111\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-04-21T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"ddc3b791-e98c-4b2b-b90b-0d3eda0017ee\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-05-24T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"0bf5024a-4218-478a-a506-bf612f8b8637\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-07-09T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"30316908-c854-4655-b2b6-3731b2d45b6d\",\r\n
\ \"Progress\": 3100,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"c26ede9b-789b-45a4-b301-7a1891fc4233\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-01T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"ff500342-49f6-49cf-9cce-b36db75a3b56\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-11T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"6dc2b538-422c-4f41-9ce1-054698a2f6b0\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-09T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"5a326817-628e-4d63-a8f8-2d6807e375c5\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-11-16T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"a181121f-a5a5-4261-b71e-1d7560e48673\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-06-27T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"5b14093c-2671-4229-b389-94c3e5d2a6a7\",\r\n
\ \"Progress\": 20500,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"7c328236-47fb-465e-a93a-ad70560290b1\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-06-06T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"4ed148f4-be1f-4325-9f10-24d0c931ce56\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-02T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"3fff4dcd-657a-43d0-8223-1d96e0c15869\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-09-20T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"17c03743-db6d-485d-84d9-de857b3500d3\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-02-19T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"70a3e20a-18cf-4033-88e4-75316be308e6\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-11-27T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"c2f278c6-fcd8-42bd-9c0d-2eb33ebdc80c\",\r\n
\ \"Progress\": 4100,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"caad11e4-b309-434f-9fb4-2407d7426003\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-28T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"79494bb5-0d24-4b92-a0c1-f678c386433e\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-07-05T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"53d930a3-598f-4549-9677-bb355a008430\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-09-06T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"8bdaf141-0cee-4a4d-93f2-9a7e6ad0664b\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-12-26T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"bb5461ba-107f-4f9e-b754-34d3f24f747e\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-06-24T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"bfa2d856-dd46-4f26-827c-60564bd5d8cd\",\r\n
\ \"Progress\": 55814,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"e755689b-2c20-4f8e-9999-5c31b91bf7a0\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-13T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"83bfcf7d-5c63-447c-bc7f-87c7b3f39690\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-05-26T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"d3df76fd-f46f-4322-acb0-84d86a9a89ab\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-14T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"47b0efb1-7071-4f8f-a187-a199ab794044\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-05-06T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"92efab24-f425-4318-88ad-91a99e902627\",\r\n
\ \"Progress\": 11045,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"712c484d-6037-43ac-842f-e9765244d54b\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-13T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"e0c2e05e-f473-4dd7-85f0-683db47f570f\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-18T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"a40edb11-1e23-4900-b647-67f7b7990772\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-09-11T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"394193d8-3ead-411e-940c-b6acc9520f82\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-05-12T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"c98e9e44-8303-4075-b806-12bab777e582\",\r\n
\ \"Progress\": 23630,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"6b23fdc8-2da9-40b2-be81-c935b60dc835\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-05T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"ea09b86a-680c-46fe-9eb2-4d54cd847828\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-05-15T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"8da0585e-a36a-40a5-bae5-4db37881e6e8\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-07-22T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"30ae2944-392e-4acd-ac45-b27cc176fbfb\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-10-17T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"99720097-b456-4420-8d56-82f0ddd85245\",\r\n
\ \"Progress\": 3678,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"9ab97bde-079a-4a90-b33c-0d0d9bcf84dc\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-04-12T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"c1123ae2-931a-4d50-b512-68000697df4d\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-17T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"7b016bd5-e992-4b9c-95c1-e829119d4cf3\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-11-15T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"462e525d-de41-43fa-bb3a-311baa28045e\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-05-18T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"167c5064-7754-460c-8f32-5170d72ebff4\",\r\n
\ \"Progress\": 10300,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"94c62ef5-a623-4890-92b9-b8a4ffa86ee4\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-06-07T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"91b60430-03c5-431c-ab20-bdd4eb93ca66\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-11T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"dbd34c73-a006-403d-8689-085f1c80a41b\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-10-19T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"1c1e131e-ca35-4fd4-ae77-b8f014f80540\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-04-11T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"72c10bce-76d2-43e5-a649-335a2d83e071\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-11-02T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"8bfee6dc-f70f-4637-bbec-ee291e43dbff\",\r\n
\ \"Progress\": 950,\r\n \"CompletedLevels\": []\r\n },\r\n {\r\n
\ \"Id\": \"d32907f8-6dc1-451e-a3d2-6a33cc5d5de7\",\r\n \"Progress\":
655,\r\n \"CompletedLevels\": []\r\n },\r\n {\r\n \"Id\":
\"52201af8-5f36-456c-93c8-aec57322c491\",\r\n \"Progress\": 2893,\r\n
\ \"CompletedLevels\": [\r\n {\r\n \"Id\": \"65443045-e7b6-43d0-a0cb-f7c4d13be67f\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-04-10T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"f4a253ec-f184-46f0-aebe-1ca11651908f\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-02T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"1510fd1d-3946-4d4b-a6b6-eb9ce4ea8887\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-12T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"030dd157-d2c5-41c6-808f-2ee57c92c0ad\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-03-31T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"b3526523-cd80-44a8-a4d7-e1fa397ec841\",\r\n
\ \"Progress\": 2050,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"4f7e317f-2efd-4667-a693-9eee3c609fce\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-05-24T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"5ab326fd-00c6-44ee-9785-700371a26e66\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-10-03T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"7d7dbd68-cf9e-4eb5-9320-f01edfdc8cc4\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2021-04-17T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"135a48be-9495-450e-be68-b895dcbd64cf\",\r\n
\ \"Progress\": 3828,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"0c9e5bcd-b429-41c7-b2a6-7080d9784a99\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-10-26T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"e85ddf79-0a11-44e9-a194-1a7491275a04\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-03-03T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"eab30a26-9392-42bf-a8c2-3d5444cbd7cf\",\r\n
\ \"Progress\": 4686,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"06c21236-547c-4cdd-80f6-72fc40af813d\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-10-03T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"a305fe51-7e19-40c5-bdb4-6c68328ad50c\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-01-29T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"86bbfb0d-a0ac-4f11-a7c1-a3c81abcb3cf\",\r\n
\ \"Progress\": 379,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"ef11db8e-7a99-4647-9484-9f7f6e557e6f\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2020-02-06T00:00:00Z\"\r\n }\r\n
\ }\r\n ]\r\n },\r\n {\r\n \"Id\": \"f7430f92-ba92-4608-b4e5-08524fc4514d\",\r\n
\ \"Progress\": 41000,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"d833517b-93ee-4699-94b7-47f0670927db\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-03-09T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"4c2fb1d9-e34d-4725-8cd4-90c03a5e3a24\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-04-28T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"158b428f-05da-4774-a034-168d2f461142\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-20T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"9ea733d1-b594-413b-b73e-07498b5936fd\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-07T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"c5218e5d-59cf-45de-9996-9f42e1ff7594\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-01-02T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"fd36b689-a95b-4c78-b789-4596296cd44a\",\r\n
\ \"Progress\": 20500,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"a94781a8-9c2f-4fa9-9f61-58b1a31bd09f\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-03-24T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"3234a39e-bfd8-41ac-ba81-a84fb65cf048\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-04-22T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"46aac2ff-6982-49a4-a1b2-0476e8a1ed9e\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-05-17T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"d0dafe47-52c0-423c-ae44-1cc15ebd60c8\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-07-17T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"afaa0c4c-3982-4f27-a08d-8887b1a13540\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-10-11T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"dce13c57-7637-4c09-bdd4-ea12190a4ead\",\r\n
\ \"Progress\": 10300,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"b909e8c9-c58a-4f33-a045-310afd3a3320\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-03-26T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"bc568ded-a051-4b90-9bd5-4cbee99309fc\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-04-20T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"bd8bff6a-4762-4b5f-b580-bf5a076886b0\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-05-10T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"bd2103f1-6901-4e14-872d-d6ee39296bc7\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-07-15T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"4d1ddb56-0460-4560-b19b-0dd6efa4995c\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-11-29T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"c131acd2-038c-4b31-a343-ddacdbe7165e\",\r\n
\ \"Progress\": 1000,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"dc70330b-2fc2-4b4c-9e30-70825ca5ccd3\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2017-11-02T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"6bea2a55-802a-40ab-b0e4-326dee2eda10\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-02-23T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"4c0a3b88-47e8-4de4-8533-25d7a06803b2\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-03-26T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"8c8802df-a0e1-4f5f-a231-d7c22610b574\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-04-07T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"080e5623-7141-4ccb-94e4-69d1cdc5e345\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-04-20T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"18229156-bcc0-4e86-a0ac-1e62110bc588\",\r\n
\ \"Progress\": 1144,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"83e6189f-d64b-4458-8369-9877a679b57f\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-11-17T00:00:00Z\"\r\n }\r\n
\ }\r\n ]\r\n },\r\n {\r\n \"Id\": \"178e94ba-d537-4207-ae72-7c6e4e79f762\",\r\n
\ \"Progress\": 61600,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"1f6d80cf-d8df-4e3f-83ec-b5445cfbfee2\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-03-21T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"4fe212c6-fd43-4c86-ae8b-46123dc21ce3\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-04-27T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"cb115fc0-6fd4-4706-a833-ef47098fae75\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-17T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"b062c1b7-bd06-42aa-9f12-4d600b9a0490\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-09T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"909a8064-f495-4210-93aa-b8f10061e90d\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-02-05T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"ee956fad-0202-4da5-8f73-df600d3d5920\",\r\n
\ \"Progress\": 41000,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"bb4db309-3db0-4cad-95f6-49b8a43bf560\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-05-31T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"9fc329f3-884f-40f8-b9ad-c8c9d33f965c\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-01T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"4cf46d6d-c8ff-4019-b100-afe21cf26b89\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-09-18T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"0b889901-7256-4c5d-a626-cad12b8c3ade\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-01-18T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"d8ebfde1-d380-437f-93d5-bf32559e36b6\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-06-28T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"5d5ebdaa-b04b-4f75-bd06-d39f42ed5fee\",\r\n
\ \"Progress\": 43,\r\n \"CompletedLevels\": [\r\n {\r\n \"Id\":
\"18ddbc0d-b7e9-479d-989a-0bd17edaf066\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2020-03-27T00:00:00Z\"\r\n }\r\n
\ }\r\n ]\r\n },\r\n {\r\n \"Id\": \"6eb5140f-7243-4b5d-91da-1b24dbdc3324\",\r\n
\ \"Progress\": 961,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"e1249e00-a2b0-4dcd-88aa-840476b9897a\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2020-03-30T00:00:00Z\"\r\n }\r\n
\ }\r\n ]\r\n },\r\n {\r\n \"Id\": \"b1a5b29e-bf59-4241-a1af-7eb6f495b944\",\r\n
\ \"Progress\": 476,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"f749450d-85c2-46a9-b02f-d7b44ee524ff\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-11-14T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"30dc5593-4b9a-4d3b-ad8a-f081a487e873\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-12-18T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"ea042937-9bcc-4d03-8b3d-01687130ba88\",\r\n
\ \"Progress\": 1000,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"b4ac2e07-ee71-4bf9-814c-d6dda5bc0ade\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-03-20T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"ab76f59c-f510-4ead-bc6d-e81450824385\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-04-27T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"2222ab8d-ffc1-4c47-bc23-bc4626cf1900\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-01T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"df9f5e4e-81ca-4c44-b396-5447189488e0\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-07-29T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"979f68de-6802-48a8-bca2-186865c5720e\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-11-17T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"3176f920-e7e3-4792-9ded-312be3baf09b\",\r\n
\ \"Progress\": 100,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"45e561e5-a6f4-46ec-83cd-2bd3c83bd229\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2018-05-07T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"fe67645a-c58e-4089-8a70-a99b305d1c05\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2018-08-20T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"a7571278-03cc-4c79-b7a3-be878b4ec258\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-09-16T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"4289b64b-951e-47a1-b1b3-53f95d0c44d3\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-01-30T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"34176efa-6deb-4cb7-96f3-8b620f947fee\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-07-04T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"633434a3-efb9-474f-a44b-74fbcf5b4afc\",\r\n
\ \"Progress\": 5100,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"232efe58-6af4-4bc1-b7f3-bdf9f3a1cb66\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-06-12T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"cbe2bfc8-2a7a-4b3e-b3ff-cacc5f947cf0\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-09-07T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"8cb11e1a-5d10-4658-bcd5-55ef0e2eeb60\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-01-25T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"b340508d-1e18-4474-a6eb-cb7d3fd0ec4e\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-06-04T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"75f41269-48c8-4b8a-9c07-606d11f6bd97\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2021-07-01T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"1eb6ee9e-232d-48ad-95f9-9caeae6488f5\",\r\n
\ \"Progress\": 215,\r\n \"CompletedLevels\": []\r\n },\r\n {\r\n
\ \"Id\": \"6871b535-751b-40e8-9b14-580d9cb7466f\",\r\n \"Progress\":
42,\r\n \"CompletedLevels\": []\r\n },\r\n {\r\n \"Id\": \"0cfd1a59-7e1a-422b-be1e-81d506b763e4\",\r\n
\ \"Progress\": 5100,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"f412d99a-7a10-417f-baac-7f6f334ff8f6\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2018-06-28T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"45edf28f-04f2-431b-8736-ac6e159b106b\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-06-08T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"bc085f10-05ce-432a-a643-008d198b31fb\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-08-05T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"b378eb9b-f90c-42df-bbb6-fd49a23076bf\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2019-10-15T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"458f855c-1a86-4fb3-b695-27391f3a9ca5\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-03-25T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": \"681f2ca8-a4c4-41d7-aff4-8390cb163f55\",\r\n
\ \"Progress\": 1578,\r\n \"CompletedLevels\": [\r\n {\r\n
\ \"Id\": \"24561c76-a477-4d78-bd39-4a1caa8140d3\",\r\n \"CompletedDateUtc\":
{\r\n \"ISO8601Date\": \"2019-07-29T00:00:00Z\"\r\n }\r\n
\ },\r\n {\r\n \"Id\": \"6c6bd6ca-3c9b-4be2-ac63-efb4ab0a0b05\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-01-06T00:00:00Z\"\r\n
\ }\r\n },\r\n {\r\n \"Id\": \"e72cb74d-e321-4e77-aee2-86826025f681\",\r\n
\ \"CompletedDateUtc\": {\r\n \"ISO8601Date\": \"2020-07-14T00:00:00Z\"\r\n
\ }\r\n }\r\n ]\r\n }\r\n ],\r\n \"MetaCommendations\":
[\r\n {\r\n \"Id\": \"0a271639-6401-4c7a-a966-75519d5126f2\",\r\n
\ \"MetRequirements\": [\r\n {\r\n \"Data1\": 353434909,\r\n
\ \"Data2\": 14662,\r\n \"Data3\": 19787,\r\n \"Data4\":
9766314059559057062\r\n },\r\n {\r\n \"Data1\": 572697485,\r\n
\ \"Data2\": 65473,\r\n \"Data3\": 19527,\r\n \"Data4\":
7264637720208316\r\n },\r\n {\r\n \"Data1\": 2157793597,\r\n
\ \"Data2\": 11527,\r\n \"Data3\": 17768,\r\n \"Data4\":
1232158355269147806\r\n },\r\n {\r\n \"Data1\": 1190826866,\r\n
\ \"Data2\": 24333,\r\n \"Data3\": 20129,\r\n \"Data4\":
1274966401532382082\r\n },\r\n {\r\n \"Data1\": 2671564981,\r\n
\ \"Data2\": 25553,\r\n \"Data3\": 18414,\r\n \"Data4\":
5167063374304805547\r\n },\r\n {\r\n \"Data1\": 3554637565,\r\n
\ \"Data2\": 62575,\r\n \"Data3\": 17186,\r\n \"Data4\":
12360580435984822444\r\n },\r\n {\r\n \"Data1\": 2868946159,\r\n
\ \"Data2\": 19210,\r\n \"Data3\": 17115,\r\n \"Data4\":
13263475207092933259\r\n },\r\n {\r\n \"Data1\": 1523185435,\r\n
\ \"Data2\": 33254,\r\n \"Data3\": 19998,\r\n \"Data4\":
10061885163896188554\r\n },\r\n {\r\n \"Data1\": 3811133733,\r\n
\ \"Data2\": 27335,\r\n \"Data3\": 17382,\r\n \"Data4\":
13586319379748055945\r\n },\r\n {\r\n \"Data1\": 1568720936,\r\n
\ \"Data2\": 65494,\r\n \"Data3\": 19074,\r\n \"Data4\":
9577441764272446650\r\n },\r\n {\r\n \"Data1\": 1107808473,\r\n
\ \"Data2\": 53668,\r\n \"Data3\": 19432,\r\n \"Data4\":
1682005550108670630\r\n },\r\n {\r\n \"Data1\": 492652410,\r\n
\ \"Data2\": 29661,\r\n \"Data3\": 19329,\r\n \"Data4\":
12442540510111984302\r\n },\r\n {\r\n \"Data1\": 2130968886,\r\n
\ \"Data2\": 25274,\r\n \"Data3\": 18338,\r\n \"Data4\":
4207221567351174537\r\n },\r\n {\r\n \"Data1\": 3042287463,\r\n
\ \"Data2\": 27678,\r\n \"Data3\": 17836,\r\n \"Data4\":
5164919988181690787\r\n },\r\n {\r\n \"Data1\": 3991902247,\r\n
\ \"Data2\": 51223,\r\n \"Data3\": 16864,\r\n \"Data4\":
12041880576064744890\r\n },\r\n {\r\n \"Data1\": 1185596159,\r\n
\ \"Data2\": 27010,\r\n \"Data3\": 18852,\r\n \"Data4\":
11451987447257543329\r\n },\r\n {\r\n \"Data1\": 361448079,\r\n
\ \"Data2\": 1498,\r\n \"Data3\": 18292,\r\n \"Data4\":
4760663451151774880\r\n },\r\n {\r\n \"Data1\": 4275954340,\r\n
\ \"Data2\": 31178,\r\n \"Data3\": 18545,\r\n \"Data4\":
6512955912540304027\r\n },\r\n {\r\n \"Data1\": 2576022791,\r\n
\ \"Data2\": 63939,\r\n \"Data3\": 19528,\r\n \"Data4\":
8922856363314063235\r\n },\r\n {\r\n \"Data1\": 602968569,\r\n
\ \"Data2\": 20675,\r\n \"Data3\": 16887,\r\n \"Data4\":
5115461684657862033\r\n },\r\n {\r\n \"Data1\": 3406913472,\r\n
\ \"Data2\": 28628,\r\n \"Data3\": 18182,\r\n \"Data4\":
8479872418409558952\r\n },\r\n {\r\n \"Data1\": 3240169389,\r\n
\ \"Data2\": 64149,\r\n \"Data3\": 18727,\r\n \"Data4\":
15422595838897095355\r\n },\r\n {\r\n \"Data1\": 448194720,\r\n
\ \"Data2\": 65507,\r\n \"Data3\": 19434,\r\n \"Data4\":
17931940077226776236\r\n },\r\n {\r\n \"Data1\": 2528025197,\r\n
\ \"Data2\": 26656,\r\n \"Data3\": 17977,\r\n \"Data4\":
7789689159233172628\r\n },\r\n {\r\n \"Data1\": 2683994336,\r\n
\ \"Data2\": 59197,\r\n \"Data3\": 18038,\r\n \"Data4\":
7118405692105066368\r\n },\r\n {\r\n \"Data1\": 1420943563,\r\n
\ \"Data2\": 18524,\r\n \"Data3\": 20328,\r\n \"Data4\":
6244405490366053817\r\n },\r\n {\r\n \"Data1\": 3439905886,\r\n
\ \"Data2\": 35637,\r\n \"Data3\": 19848,\r\n \"Data4\":
2503454015107982763\r\n },\r\n {\r\n \"Data1\": 2376095838,\r\n
\ \"Data2\": 41834,\r\n \"Data3\": 16549,\r\n \"Data4\":
16782243416847017402\r\n },\r\n {\r\n \"Data1\": 1214308434,\r\n
\ \"Data2\": 47671,\r\n \"Data3\": 16894,\r\n \"Data4\":
1519545514104048818\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\":
\"7541e38a-5ffa-45e0-b551-cd00c428ca39\",\r\n \"MetRequirements\": [\r\n
\ {\r\n \"Data1\": 200606282,\r\n \"Data2\": 16920,\r\n
\ \"Data3\": 18314,\r\n \"Data4\": 4001038354584897189\r\n
\ },\r\n {\r\n \"Data1\": 2543806686,\r\n \"Data2\":
26626,\r\n \"Data3\": 18600,\r\n \"Data4\": 1041111503204819644\r\n
\ },\r\n {\r\n \"Data1\": 552437933,\r\n \"Data2\":
40324,\r\n \"Data3\": 18260,\r\n \"Data4\": 7821335142013254322\r\n
\ },\r\n {\r\n \"Data1\": 1104290990,\r\n \"Data2\":
28289,\r\n \"Data3\": 17358,\r\n \"Data4\": 7430589320497398951\r\n
\ },\r\n {\r\n \"Data1\": 2947157068,\r\n \"Data2\":
14722,\r\n \"Data3\": 20263,\r\n \"Data4\": 4626781976048209312\r\n
\ },\r\n {\r\n \"Data1\": 2426044516,\r\n \"Data2\":
62613,\r\n \"Data3\": 16912,\r\n \"Data4\": 1002439048749951635\r\n
\ },\r\n {\r\n \"Data1\": 3307310685,\r\n \"Data2\":
22991,\r\n \"Data3\": 17886,\r\n \"Data4\": 10697737832838960793\r\n
\ },\r\n {\r\n \"Data1\": 2408947506,\r\n \"Data2\":
24667,\r\n \"Data3\": 16610,\r\n \"Data4\": 6108948159719531406\r\n
\ },\r\n {\r\n \"Data1\": 589227012,\r\n \"Data2\":
42515,\r\n \"Data3\": 20304,\r\n \"Data4\": 1624819619079711873\r\n
\ },\r\n {\r\n \"Data1\": 1354375164,\r\n \"Data2\":
39622,\r\n \"Data3\": 16414,\r\n \"Data4\": 5576148991957565568\r\n
\ },\r\n {\r\n \"Data1\": 689237552,\r\n \"Data2\":
24140,\r\n \"Data3\": 18749,\r\n \"Data4\": 13391347732655389583\r\n
\ },\r\n {\r\n \"Data1\": 711593981,\r\n \"Data2\":
62934,\r\n \"Data3\": 16641,\r\n \"Data4\": 18306829544800529295\r\n
\ },\r\n {\r\n \"Data1\": 1135270115,\r\n \"Data2\":
1096,\r\n \"Data3\": 17930,\r\n \"Data4\": 14877034219143281308\r\n
\ },\r\n {\r\n \"Data1\": 457513449,\r\n \"Data2\":
19151,\r\n \"Data3\": 18393,\r\n \"Data4\": 2284044715721746836\r\n
\ },\r\n {\r\n \"Data1\": 2547570175,\r\n \"Data2\":
48521,\r\n \"Data3\": 16612,\r\n \"Data4\": 4983970965211357569\r\n
\ },\r\n {\r\n \"Data1\": 871878854,\r\n \"Data2\":
58309,\r\n \"Data3\": 16591,\r\n \"Data4\": 15165414670066661563\r\n
\ },\r\n {\r\n \"Data1\": 2350257945,\r\n \"Data2\":
56053,\r\n \"Data3\": 17377,\r\n \"Data4\": 14318989603678180747\r\n
\ },\r\n {\r\n \"Data1\": 3522540657,\r\n \"Data2\":
28631,\r\n \"Data3\": 17303,\r\n \"Data4\": 7014571613102583945\r\n
\ },\r\n {\r\n \"Data1\": 128985239,\r\n \"Data2\":
37593,\r\n \"Data3\": 18131,\r\n \"Data4\": 5812232585851990446\r\n
\ }\r\n ]\r\n }\r\n ],\r\n \"LastUpdatedDateUtc\": {\r\n \"ISO8601Date\":
\"0001-01-01T00:00:00Z\"\r\n }\r\n}"
recorded_at: Wed, 04 Aug 2021 21:04:32 GMT
recorded_with: VCR 6.0.0
| 96.497942 | 126 | 0.415284 |
053a245fb752aa4968d0d4ff845ec551b089afda | 41 | yml | YAML | test/gateway/gateway.yml | bodymindarts/lnctl | 478f425e3c2cd3cb27da34b26b4d80c88438d157 | [
"Apache-2.0"
] | null | null | null | test/gateway/gateway.yml | bodymindarts/lnctl | 478f425e3c2cd3cb27da34b26b4d80c88438d157 | [
"Apache-2.0"
] | null | null | null | test/gateway/gateway.yml | bodymindarts/lnctl | 478f425e3c2cd3cb27da34b26b4d80c88438d157 | [
"Apache-2.0"
] | null | null | null | connectors_file: test/gateway/connectors
| 20.5 | 40 | 0.878049 |
bbbee3066c329ff94fc0b29bfec0445d6b3ef985 | 132 | yml | YAML | collections/requirements.yml | ozktmdad/ansible-challenge | b4b00358bae6e02480fcce55b39cc84cd90429a3 | [
"MIT"
] | null | null | null | collections/requirements.yml | ozktmdad/ansible-challenge | b4b00358bae6e02480fcce55b39cc84cd90429a3 | [
"MIT"
] | null | null | null | collections/requirements.yml | ozktmdad/ansible-challenge | b4b00358bae6e02480fcce55b39cc84cd90429a3 | [
"MIT"
] | null | null | null | # from galaxy install boto3 required for aws ansible commands
# collections:
# - name: community.crypto
# - name: community.aws
| 26.4 | 61 | 0.734848 |
5b7a378bc40a5c01617bf0181770cc6424858bd9 | 1,022 | yml | YAML | preview/docs-ref-autogen/com.azure.resourcemanager.eventgrid.models.PartnerNamespace.DefinitionStages.WithPartnerRegistrationFullyQualifiedId.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 5 | 2021-08-20T15:24:19.000Z | 2022-02-20T17:06:14.000Z | preview/docs-ref-autogen/com.azure.resourcemanager.eventgrid.models.PartnerNamespace.DefinitionStages.WithPartnerRegistrationFullyQualifiedId.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | preview/docs-ref-autogen/com.azure.resourcemanager.eventgrid.models.PartnerNamespace.DefinitionStages.WithPartnerRegistrationFullyQualifiedId.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-08-20T15:24:21.000Z | 2021-08-20T15:24:21.000Z | ### YamlMime:JavaType
uid: "com.azure.resourcemanager.eventgrid.models.PartnerNamespace.DefinitionStages.WithPartnerRegistrationFullyQualifiedId"
fullName: "com.azure.resourcemanager.eventgrid.models.PartnerNamespace.DefinitionStages.WithPartnerRegistrationFullyQualifiedId"
name: "PartnerNamespace.DefinitionStages.WithPartnerRegistrationFullyQualifiedId"
nameWithType: "PartnerNamespace.DefinitionStages.WithPartnerRegistrationFullyQualifiedId"
summary: "The stage of the PartnerNamespace definition allowing to specify partnerRegistrationFullyQualifiedId."
syntax: "public static interface PartnerNamespace.DefinitionStages.WithPartnerRegistrationFullyQualifiedId"
methods:
- "com.azure.resourcemanager.eventgrid.models.PartnerNamespace.DefinitionStages.WithPartnerRegistrationFullyQualifiedId.withPartnerRegistrationFullyQualifiedId(java.lang.String)"
type: "interface"
metadata: {}
package: "com.azure.resourcemanager.eventgrid.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-eventgrid:1.0.0-beta.2
| 73 | 178 | 0.882583 |
ec5cf51bf4283421a1091cb591b570735b85c28a | 713 | yml | YAML | .github/workflows/magisk-module.yml | xxoolm/Thanox-1 | 4e19621042b660f0c6be49024204f17a626107e5 | [
"Apache-2.0"
] | 794 | 2019-10-01T00:21:51.000Z | 2022-03-31T17:42:26.000Z | .github/__workflows/magisk-module.yml | recreationx/Thanox | 7734f6bd20c2b29bb0b52cb3c9d9de0c56ea0c58 | [
"Apache-2.0"
] | 460 | 2019-10-04T07:15:26.000Z | 2022-03-31T02:59:37.000Z | .github/__workflows/magisk-module.yml | recreationx/Thanox | 7734f6bd20c2b29bb0b52cb3c9d9de0c56ea0c58 | [
"Apache-2.0"
] | 49 | 2019-10-09T12:17:35.000Z | 2022-03-22T17:56:27.000Z | name: Magisk module
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Dump env
run: echo ${GITHUB_WORKSPACE}
- name: build
uses: xdtianyu/actions-android-ci@master
with:
args: '"
source .travis/env.sh;
source /opt/setup-android-sdk.sh;
export TOKEN=${{ secrets.GH_ACCESS_TOKEN }};
export USERNAME=${{ secrets.GH_USER_NAME }};
cd android;
./scripts/build_magisk_patch.sh
"'
- name: Upload Magisk module
uses: actions/upload-artifact@v2
with:
name: riru-thanox-snapshot.zip
path: android/out/riru-thanox*.zip
| 22.28125 | 52 | 0.575035 |
ec78b5d7050f50debb3564f269ca20db90a43ed3 | 3,522 | yaml | YAML | benchmark/32x32_obst204/map_32by32_obst204_agents10_ex16.yaml | VSumanth99/libMultiRobotPlanning | 0720ac87711c5bace889be160087b86a2042cd14 | [
"MIT"
] | 350 | 2018-07-23T12:33:54.000Z | 2022-03-31T21:28:36.000Z | benchmark/32x32_obst204/map_32by32_obst204_agents10_ex16.yaml | VSumanth99/libMultiRobotPlanning | 0720ac87711c5bace889be160087b86a2042cd14 | [
"MIT"
] | 33 | 2018-08-08T19:57:43.000Z | 2022-02-19T18:16:41.000Z | benchmark/32x32_obst204/map_32by32_obst204_agents10_ex16.yaml | VSumanth99/libMultiRobotPlanning | 0720ac87711c5bace889be160087b86a2042cd14 | [
"MIT"
] | 147 | 2018-07-23T12:53:16.000Z | 2022-03-31T12:21:03.000Z | agents:
- goal: [7, 11]
name: agent0
start: [28, 28]
- goal: [13, 23]
name: agent1
start: [24, 22]
- goal: [21, 30]
name: agent2
start: [29, 19]
- goal: [16, 6]
name: agent3
start: [16, 25]
- goal: [5, 3]
name: agent4
start: [7, 21]
- goal: [16, 29]
name: agent5
start: [17, 18]
- goal: [5, 25]
name: agent6
start: [19, 5]
- goal: [7, 14]
name: agent7
start: [10, 6]
- goal: [30, 16]
name: agent8
start: [26, 31]
- goal: [30, 8]
name: agent9
start: [6, 18]
map:
dimensions: [32, 32]
obstacles:
- [5, 18]
- [22, 21]
- [19, 14]
- [9, 27]
- [3, 26]
- [2, 11]
- [9, 11]
- [31, 27]
- [19, 7]
- [17, 1]
- [23, 12]
- [10, 23]
- [16, 3]
- [24, 15]
- [13, 3]
- [7, 9]
- [23, 6]
- [2, 28]
- [2, 24]
- [14, 18]
- [31, 29]
- [0, 24]
- [9, 8]
- [11, 10]
- [30, 4]
- [26, 11]
- [9, 21]
- [1, 20]
- [0, 29]
- [21, 10]
- [27, 16]
- [8, 4]
- [1, 2]
- [18, 18]
- [1, 28]
- [26, 29]
- [11, 4]
- [4, 14]
- [31, 9]
- [12, 13]
- [29, 18]
- [28, 29]
- [30, 30]
- [23, 1]
- [16, 31]
- [23, 10]
- [2, 1]
- [18, 7]
- [16, 0]
- [29, 16]
- [27, 18]
- [14, 16]
- [28, 6]
- [12, 19]
- [7, 28]
- [23, 28]
- [7, 27]
- [24, 17]
- [2, 12]
- [15, 31]
- [6, 29]
- [6, 30]
- [19, 20]
- [30, 10]
- [14, 14]
- [30, 14]
- [3, 16]
- [20, 31]
- [12, 18]
- [22, 13]
- [3, 5]
- [28, 22]
- [10, 25]
- [29, 2]
- [4, 4]
- [19, 25]
- [23, 14]
- [28, 4]
- [4, 17]
- [10, 4]
- [4, 5]
- [4, 30]
- [12, 4]
- [12, 16]
- [22, 12]
- [27, 3]
- [6, 6]
- [7, 0]
- [6, 9]
- [24, 19]
- [28, 10]
- [9, 7]
- [0, 3]
- [1, 15]
- [27, 19]
- [23, 17]
- [13, 30]
- [12, 20]
- [28, 8]
- [7, 4]
- [10, 3]
- [5, 12]
- [31, 18]
- [28, 31]
- [17, 9]
- [22, 2]
- [22, 1]
- [2, 20]
- [16, 13]
- [11, 24]
- [27, 0]
- [27, 6]
- [16, 2]
- [26, 18]
- [21, 25]
- [3, 4]
- [28, 25]
- [19, 11]
- [5, 5]
- [20, 9]
- [10, 12]
- [8, 17]
- [13, 22]
- [17, 22]
- [21, 3]
- [1, 1]
- [1, 22]
- [6, 22]
- [29, 17]
- [3, 24]
- [7, 22]
- [18, 28]
- [4, 26]
- [3, 29]
- [29, 10]
- [13, 4]
- [10, 0]
- [9, 17]
- [25, 4]
- [30, 11]
- [23, 4]
- [20, 24]
- [9, 12]
- [22, 15]
- [21, 22]
- [14, 29]
- [8, 20]
- [15, 19]
- [30, 1]
- [0, 14]
- [1, 27]
- [4, 18]
- [21, 17]
- [13, 11]
- [20, 4]
- [18, 2]
- [1, 7]
- [5, 6]
- [27, 15]
- [13, 9]
- [17, 2]
- [10, 31]
- [24, 31]
- [13, 21]
- [18, 8]
- [24, 29]
- [16, 19]
- [25, 10]
- [0, 5]
- [1, 23]
- [4, 27]
- [13, 6]
- [11, 26]
- [21, 1]
- [15, 0]
- [9, 16]
- [4, 22]
- [8, 9]
- [6, 7]
- [11, 2]
- [23, 19]
- [8, 3]
- [11, 5]
- [30, 28]
- [26, 15]
- [31, 19]
- [28, 17]
- [19, 15]
- [31, 22]
- [24, 1]
- [9, 19]
- [4, 12]
- [11, 16]
- [14, 1]
- [31, 15]
- [25, 8]
- [3, 17]
- [19, 21]
- [10, 28]
- [24, 7]
- [31, 10]
- [0, 2]
- [25, 15]
- [9, 5]
| 14.736402 | 24 | 0.27456 |
71dd6403dab4624ec9cd0c57e193dfc1a1d6e98b | 5,468 | yaml | YAML | i18n/fa.yaml | manojkmohan/osm-community-index | dd26402e0b6854aacb4bd3bf9fe6af8e8a5c7200 | [
"ISC",
"CC-BY-4.0"
] | 112 | 2018-03-11T08:13:37.000Z | 2022-02-23T21:49:13.000Z | i18n/fa.yaml | manojkmohan/osm-community-index | dd26402e0b6854aacb4bd3bf9fe6af8e8a5c7200 | [
"ISC",
"CC-BY-4.0"
] | 380 | 2018-03-12T21:16:37.000Z | 2022-03-23T21:47:13.000Z | i18n/fa.yaml | manojkmohan/osm-community-index | dd26402e0b6854aacb4bd3bf9fe6af8e8a5c7200 | [
"ISC",
"CC-BY-4.0"
] | 182 | 2018-03-14T01:12:56.000Z | 2022-03-31T11:08:18.000Z | fa:
Bahia-telegram:
extendedDescription: برای کسب اطلاعات بیشتر در مورد اُپِناستریتمپ به انجمن بپیوندید ، سؤال کنید یا در جلسات ما شرکت کنید. همه خوش امدید!
Bay-Area-OpenStreetMappers:
name: ویرایشگران اُپِناستریتمپ منطقه خلیج سانفرانسیسکو
description: بهبود اُپِناستریتمپ در منطقه خلیج سانفرانسیسکو
extendedDescription: این گروه در حال توسعه انجمن اُپِناستریتمپ در منطقه خلیج سانفرانسیسکو است. رویدادهای ما برای همه آزاد است؛ از علاقهمندان به منابع متن باز، دوچرخه سواران، متخصصان جیآیاس، کارهای جغرافیایی و گنجیابها و موارد دیگر. هرکسی و هرکسی که علاقه مند به نقشه ها ، تهیه نقشه ها و داده های نقشه رایگان باشد ، از حضور در گروه ما و همچنین شرکت در رویدادهای ما استقبال می کند.
Central-Pennsylvania-OSM:
name: پنسیلوانیا مرکزی OSM
description: جامعه نقشه برداری آنلاین بر اساس کالج ایالتی، پنسیلوانیا
Code-for-San-Jose-Slack:
name: کد مربوط به San Jose Slack
description: 'همگی خوش آمدید! در {signupUrl Sign} ثبت نام کنید، سپس به کانال #osm بپیوندید.'
DF-telegram:
extendedDescription: برای کسب اطلاعات بیشتر در مورد اُپِناستریتمپ به انجمن بپیوندید ، سؤال کنید یا در جلسات ما شرکت کنید. همه خوش امدید!
Galicia-Xeoinquedos-Twitter:
name: Xeoinquedos رو توییتر
description: ما را در توییتر دنبال کنید در {url}
GeoPhilly:
name: ژئوفیلی
description: Meetup برای علاقمندان به نقشه در منطقه فیلادلفیا
extendedDescription: ژئوفیلی (GeoPhilly) برنامه نویسان، جغرافیدانان، حرفهایهای دادهها، علاقهمندان به منبعباز، هکرهای شهری، معتادان نقشه را در عشق مشترک ما به نقشهها و داستانهایی که آنها میگویند، متحد میکند. اگر از نقشهها به عنوان بخشی از کار خود استفاده میکنید یا میخواهید اطلاعات بیشتری کسب کنید، این ملاقات برای شماست! در برنامههای ما هدف این است که باز، دوستانه، آموزشی و اجتماعی باشد و از ساعات شاد گرفته تا صحبتهای مؤثر و نورانی یا حتی کارگاهها باشد. بیا با ما یک جامعه جغرافیایی متنوع و الهام بخش در فیلادلفیا ایجاد کنیم!
MapColabora-mailinglist:
name: نقشه برداری مشاغل / نگرانی های جغرافیایی ساراگوسا (پایتخت آراگون در اسپانیا)
description: نقشه برداری مشاغل / نگرانی های جغرافیایی لیست پستی ساراگوسا (پایتخت آراگون در اسپانیا)
MapColabora-meetup:
name: نقشه برداری مشاغل / نگرانی های جغرافیایی ساراگوسا (پایتخت آراگون در اسپانیا)
description: نقشه برداری مشاغل / نگرانی های جغرافیایی صفحه ملاقات ساراگوسا (پایتخت آراگون در اسپانیا)
MapColabora-twitter:
name: نقشه برداری مشاغل / نگرانی های جغرافیایی ساراگوسا (پایتخت آراگون در اسپانیا)
description: نقشه برداری مشاغل / نگرانی های جغرافیایی اکانت توییتری ساراگوسا (پایتخت آراگون در اسپانیا)
MappingDC-meetup:
name: MappingDC
description: بهبود اُپِناستریتمپ در منطقه DC
extendedDescription: ما گروهی از نقشهبرداران داوطلب هستیم که هدفشان بهبود اُپِناستریتمپ در حوزه DC است. ما همچنین قصد داریم به دیگران در مورد اکوسیستم OSM ، تجزیه و تحلیل دادهها ، نقشهبرداری و GIS آموزش دهیم. ما هر ماه یک بار در جلسات جمع میشویم تا در یک منطقه از شهر خود تمرکز کنیم.
MappingWR:
name: نقشه برداری WR
description: یافتن مسیرهای با زغال سنگ کم در اطراف واترلو (در کانادا)به راحتی انجام می شود.
Maptime-Bogota:
name: زمان نگاشتن بوگوتا (در کلمبیا)
description: ما گروهی از نقشه نویسان علاقه مند به نقشه برداری در اُپِناستریتمپ در اطراف بوگوتا (در کلمبیا) هستیم.
extendedDescription: بیاموزید که داده ها را در این قسمت جمع آوری و دیجیتالی کرده و روی اُپِناستریتمپ جمع کنید. لازم نیست که دانش قبلی داشته باشید! شما فقط به اشتیاق به مشارکت ، یادگیری و تفریح نیاز دارید.
Maptime-ME-meetup:
name: زمان نگاشتن ME
description: نقشه برداران و کاربران اُپِناستریتمپ ، در اطراف پورتلند ، ME
OSM-Chattanooga:
name: OSM چاتانوگا
description: گروه کاربران OpenStreetMap برای چاتانوگا
OSM-Facebook:
description: اخبار و نوشتههای اوپناستریتمپی ما را در فیسبوک دنبال کنید!
OSM-help:
name: راهنمای پرسشپاسخی اُپِناستریتمپ
description: در وبسایت پرسش و پاسخی OSM سوال بپرسید و جواب بگیرید. این وبسایت را جامعهٔ اوپناستریتمپ اداره میکند.
extendedDescription: 'هر کسی که در ارتباط با اُپِناستریتمپ نیازمند راهنمایی باشد میتواند به {url} مراجعه کند. چه یک نقشهکش تازهوارد باشید یا کسی که پرسشی فنی دارد، ما اینجا هستیم تا به شما کمک کنیم!'
osm-iran-aparat:
extendedDescription: این کانال منبع خوبی از فیلمهای آموزشی دربارهٔ اُپِناستریتمپ برای فارسیزبانان است.
osm-iran-forum:
extendedDescription: یک انجمن اینترنتی برای کاربران اُپِناستریتمپ ایران. سؤال بپرسید و با دیگران گفتوگو کنید!
OSM-japan-facebook:
description: نقشه برداران و کاربران اُپِناستریتمپ در ژاپن
osm-kenya:
description: OSM کنیا انجمنی از مشارکت کنندگان و کاربران OSM است
OSM-Portland:
name: اُپِناستریتمپ پورتلند
OSM-Seattle:
name: اُپِناستریتمپ سیاتل
description: نقشه برداران و کاربران اُپِناستریتمپ در منطقه سیاتل
OSM-Telegram:
description: 'به ابَرگروه جهانی اُپِناستریتمپ در تلگرام بپیوندید: {url}'
OSM-US-Slack:
description: همگی خوش آمدید! ثبت نام کنید در {signupUrl}
OSMF:
name: بنیاد اُپِناستریتمپ
description: بنیاد اوپناستریتمپ بنیادی ناسودبر در بریتانیاست که از پروژهٔ اوپناستریتمپ پشتیبانی میکند
extendedDescription: 'بنیاد OSM با جذب منابع مالی، نگهداری میزبانهای OSM، ساماندادن نشست سالانهٔ State of the Map و ایجاد هماهنگی بین مشتاقان بقای این پروژه، از اوپناستریتمپ پشتیبانی میکند. شما نیز میتوانید از طریق پیوند زیر به عضویت OSMF درآیید تا حمایت خود را ابراز کرده و در جهتگیریهای اوپناستریتمپ نقش داشته باشید: {signupUrl}'
| 71.947368 | 547 | 0.747074 |
dc944558bbaf8f19042334300cd1972926b778c2 | 2,558 | yml | YAML | .travis.yml | RobertDober/bad_json_parsers | cb24511aa338060986f5cedda08b2430aced7d7b | [
"MIT"
] | null | null | null | .travis.yml | RobertDober/bad_json_parsers | cb24511aa338060986f5cedda08b2430aced7d7b | [
"MIT"
] | null | null | null | .travis.yml | RobertDober/bad_json_parsers | cb24511aa338060986f5cedda08b2430aced7d7b | [
"MIT"
] | null | null | null | matrix:
include:
- language: perl
perl: 5.30
install: ""
script: ./test_parser.sh perl parser_perl.pl
- language: python
python: 3.8
script: ./test_parser.sh python parser_python.py
- language: ruby
script: ./test_parser.sh ruby parser_ruby.rb
- language: csharp
mono: none
dotnet: 3.0
script: ./test_parser.sh dotnet run -p parser_dotnet
- language: java
jdk: openjdk12
script:
- mvn -f parser-java-jackson/pom.xml clean install -DskipTests
- ./test_parser.sh java -jar parser-java-jackson/target/bad-parser-jackson-1.0-SNAPSHOT.jar
cache:
directories:
- $HOME/.m2
- language: node_js
node_js: "8"
script: ./test_parser.sh node parser_javascript.js
- language: go
install: go build parser_go.go
script: ./test_parser.sh ./parser_go
- language: csharp
mono: none
dotnet: 3.0
script: ./test_parser.sh 'dotnet run -p parser_dotnet_system_text_json'
- language: c
install: sudo apt-get -y install libjansson-dev
script:
- cd parser_c_jansson && make && cd ..
- ./test_parser.sh ./parser_c_jansson/parser_c_jansson
- language: rust
install: cd parser_rust && cargo build --release && cd ..
script: ./test_parser.sh ./parser_rust/target/release/parser_rust
- language: minimal
env: LANG=OCAML OPAMYES=true
install:
- sudo apt-get -y install ocaml ocaml-native-compilers camlp4-extra opam
- opam init --auto-setup
- eval $(opam config env)
- opam install --yes yojson ocamlfind
- cd parser_ocaml_yojson && make && cd ..
script: ./test_parser.sh ./parser_ocaml_yojson/parser_ocaml
# nim
- language: minimal
env: LANG=NIM
install:
- export CHOOSENIM_NO_ANALYTICS=1
- curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh
- sh init.sh -y
- export PATH=~/.nimble/bin:$PATH
- echo "export PATH=~/.nimble/bin:$PATH" >> ~/.profile
- choosenim stable
script:
- nim c -d:release parser_nim.nim
- ./test_parser.sh ./parser_nim
- language: d
install: dmd parser_d.d
script: ./test_parser.sh ./parser_d
- language: elixir
elixir: 1.9.0
install:
- cd parser_elixir
script:
- mix local.hex --force
- mix deps.get
- mix escript.build
- cd ..
- ./test_parser.sh ./parser_elixir/parser_elixir
| 28.422222 | 99 | 0.604769 |
dc9cd936ac763831b567b6b64f8cf5366af8c239 | 1,025 | yaml | YAML | bookshelf/papers/a90f44fd917a3438fdc6b65c0219e465-bayer-justin-and-os/info.yaml | marcofavorito/my-bookshelf | d2e79985ad11a3d25c7c6ed63cfa864589c68480 | [
"MIT"
] | 48 | 2019-11-10T10:31:31.000Z | 2022-03-29T11:15:30.000Z | bookshelf/papers/a90f44fd917a3438fdc6b65c0219e465-bayer-justin-and-os/info.yaml | marcofavorito/my-bookshelf | d2e79985ad11a3d25c7c6ed63cfa864589c68480 | [
"MIT"
] | null | null | null | bookshelf/papers/a90f44fd917a3438fdc6b65c0219e465-bayer-justin-and-os/info.yaml | marcofavorito/my-bookshelf | d2e79985ad11a3d25c7c6ed63cfa864589c68480 | [
"MIT"
] | 29 | 2019-11-12T10:41:13.000Z | 2022-02-17T09:05:04.000Z | abstract: Leveraging advances in variational inference, we propose to enhance recurrent
neural networks with latent variables, resulting in Stochastic Recurrent Networks
(STORNs). The model i) can be trained with stochastic gradient methods, ii) allows
structured and multi-modal conditionals at each time step, iii) features a reliable
estimator of the marginal likelihood and iv) is a generalisation of deterministic
recurrent neural networks. We evaluate the method on four polyphonic musical data
sets and motion capture data.
archiveprefix: arXiv
author: Bayer, Justin and Osendorfer, Christian
author_list:
- family: Bayer
given: Justin
- family: Osendorfer
given: Christian
eprint: 1411.7610v3
file: 1411.7610v3.pdf
files:
- bayer-justin-and-osendorfer-christianlearning-stochastic-recurrent-networks2014.pdf
month: Nov
primaryclass: stat.ML
ref: 1411.7610v3
time-added: 2020-06-23-23:37:14
title: Learning Stochastic Recurrent Networks
type: article
url: http://arxiv.org/abs/1411.7610v3
year: '2014'
| 37.962963 | 87 | 0.802927 |
f48303c2013973a1950caf34e6ea5432125e675a | 2,262 | yml | YAML | .github/workflows/main.yml | daphnesmit/with-next-apollo-tree-walker | 9d28b3b6dc6428678bbe41c161882915e176bffe | [
"MIT"
] | 4 | 2021-02-16T02:17:08.000Z | 2022-01-05T22:23:17.000Z | .github/workflows/main.yml | daphnesmit/with-next-apollo-tree-walker | 9d28b3b6dc6428678bbe41c161882915e176bffe | [
"MIT"
] | 1 | 2021-01-22T16:12:51.000Z | 2021-01-22T20:20:08.000Z | .github/workflows/main.yml | daphnesmit/with-next-apollo-tree-walker | 9d28b3b6dc6428678bbe41c161882915e176bffe | [
"MIT"
] | null | null | null | name: CI
on: [ push ]
jobs:
build:
name: Build & Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Cache npm downloads
uses: actions/cache@v1
with:
path: ~/.npm
key: ${{ runner.os }}-node-npm-${{ hashFiles('**/package-lock.json') }}
- name: Cache node modules
uses: actions/cache@v1
id: cache
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node
- uses: actions/setup-node@v1
with:
node-version: 12.x
- uses: jgierer12/npm-auth-gpr@v1
if: steps.cache.outputs.cache-hit != 'true'
with:
token: ${{ secrets.GH_ELSEU_ALL }}
# - name: Setup NPM Registry
# if: steps.cache.outputs.cache-hit != 'true'
# run: npm config set @elseu:registry https://npm.pkg.github.com/
- name: NPM install
if: steps.cache.outputs.cache-hit != 'true'
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build
- name: Archive build artifacts
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/release'
uses: actions/upload-artifact@v1
with:
name: dist
path: dist
deploy_npm:
name: Deploy on NPM
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/release'
needs: [ build ]
env:
BRANCH: ${{ github.ref }}
runs-on: [ ubuntu-latest ]
steps:
- name: Checkout repository
uses: actions/checkout@master
- name: Set up Node.js
uses: actions/setup-node@v2-beta
with:
node-version: 12.x
- uses: actions/download-artifact@master
with:
name: dist
path: dist
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
with:
semantic_version: 17.0.4
id: semantic
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
| 27.253012 | 119 | 0.544209 |
7659db088209f47995044a8ecc71ba8c224074a4 | 29 | yaml | YAML | config_overrides/config.wp59.yaml | julienloizelet/ddev-wp | b7d9a20f4d478c6f8eb57b46969faf2435866892 | [
"MIT"
] | null | null | null | config_overrides/config.wp59.yaml | julienloizelet/ddev-wp | b7d9a20f4d478c6f8eb57b46969faf2435866892 | [
"MIT"
] | null | null | null | config_overrides/config.wp59.yaml | julienloizelet/ddev-wp | b7d9a20f4d478c6f8eb57b46969faf2435866892 | [
"MIT"
] | null | null | null | name: wp59
php_version: "7.2" | 14.5 | 18 | 0.724138 |
195bd707d2c3945e594e5e416e39d391032bd3a0 | 447 | yml | YAML | learn-pr/data-ai-cert/survey-the-azure-data-platform/9-azure-hdinsight.yml | OpenLocalizationTestOrg/learn-pr | cd97037f22993f37c5c4da22a029cce056897142 | [
"CC-BY-4.0",
"MIT"
] | 4 | 2019-10-17T06:12:55.000Z | 2020-10-07T20:55:31.000Z | learn-pr/data-ai-cert/survey-the-azure-data-platform/9-azure-hdinsight.yml | OpenLocalizationTestOrg/learn-pr | cd97037f22993f37c5c4da22a029cce056897142 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | learn-pr/data-ai-cert/survey-the-azure-data-platform/9-azure-hdinsight.yml | OpenLocalizationTestOrg/learn-pr | cd97037f22993f37c5c4da22a029cce056897142 | [
"CC-BY-4.0",
"MIT"
] | 3 | 2019-10-17T06:13:32.000Z | 2022-01-27T10:27:49.000Z | ### YamlMime:ModuleUnit
uid: learn.data-ai.survey-the-azure-data-platform.azure-hdinsight
title: Understand Azure HDInsight
metadata:
title: Understand Azure HDInsight
description: Understand Azure HDInsight
ms.date: 01/31/2019
author: ctesta-oneillmsft
ms.author: chris.testaoneill
ms.topic: interactive-tutorial
ms.prod: learning-azure
ROBOTS: NOINDEX
durationInMinutes: 5
content: |
[!include[](includes/9-azure-hdinsight.md)] | 29.8 | 65 | 0.778523 |
d39dca8b4eaddb9a91d73eae64707078a8b95856 | 1,344 | yml | YAML | .github/workflows/npmPublish.yml | sdg9/mezzo | 55d503fd4cffb2fd9df52bb9dd519d4342842502 | [
"MIT"
] | null | null | null | .github/workflows/npmPublish.yml | sdg9/mezzo | 55d503fd4cffb2fd9df52bb9dd519d4342842502 | [
"MIT"
] | null | null | null | .github/workflows/npmPublish.yml | sdg9/mezzo | 55d503fd4cffb2fd9df52bb9dd519d4342842502 | [
"MIT"
] | null | null | null | name: Publish core to npmjs
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run test
- run: npm run build:core:prod
- run: npm publish dist/libs/utils-logger --access public
continue-on-error: true
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish dist/libs/interceptor-react-native --access public
continue-on-error: true
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish dist/libs/core-client --access public
continue-on-error: true
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish dist/libs/interfaces --access public
continue-on-error: true
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish dist/libs/constants --access public
continue-on-error: true
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish dist/libs/core --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
| 32.780488 | 75 | 0.596726 |
7f8ea9cbcea120f5d16783d88600feecc6e3694c | 368 | yaml | YAML | dash-info.yaml | AHMatsWillemsen/dash-core-components | 803b67b5f234aa70f8e536f7c93bd730f8680978 | [
"MIT"
] | null | null | null | dash-info.yaml | AHMatsWillemsen/dash-core-components | 803b67b5f234aa70f8e536f7c93bd730f8680978 | [
"MIT"
] | null | null | null | dash-info.yaml | AHMatsWillemsen/dash-core-components | 803b67b5f234aa70f8e536f7c93bd730f8680978 | [
"MIT"
] | null | null | null | pkg_help_description: >-
Dash ships with supercharged components for
interactive user interfaces. A core set of components,
written and maintained by the Dash team, is available in
the dashCoreComponents package. The source for this package
is on GitHub: plotly/dash-core-components.
pkg_help_title: >-
Core Interactive UI Components for Dash
| 40.888889 | 63 | 0.766304 |
3d502394fd7788431452863ad805338d208c50df | 214 | yml | YAML | .travis.yml | jprjr/idgaf | 707544f9bf7b8772ad350ed311d2b1c36d1d6178 | [
"MIT"
] | 1 | 2017-04-11T05:39:27.000Z | 2017-04-11T05:39:27.000Z | .travis.yml | jprjr/idgaf | 707544f9bf7b8772ad350ed311d2b1c36d1d6178 | [
"MIT"
] | null | null | null | .travis.yml | jprjr/idgaf | 707544f9bf7b8772ad350ed311d2b1c36d1d6178 | [
"MIT"
] | null | null | null | language: c
compiler: gcc
install:
- bash -e ${TRAVIS_BUILD_DIR}/.travis.yml.install
script:
- bash -e ${TRAVIS_BUILD_DIR}/.travis.yml.script
after_success:
- bash -e ${TRAVIS_BUILD_DIR}/.travis.yml.after_success
| 21.4 | 55 | 0.757009 |
62d514bbbad612fb1c39f4c0605b84356480e17e | 7,546 | yaml | YAML | projects/content/converted/core/ng-zone.yaml | navix/ng-cli-ref | 11694438cbd44822af69732cfb4a290080f77f7e | [
"CC-BY-4.0"
] | 26 | 2018-08-09T19:42:42.000Z | 2022-01-06T03:08:18.000Z | projects/content/converted/core/ng-zone.yaml | id1945/ngrefs | adee9eb94ceecad1384462f667a6eb77f8d8db51 | [
"CC-BY-4.0"
] | 34 | 2018-08-08T10:41:47.000Z | 2022-03-02T02:36:03.000Z | projects/content/converted/core/ng-zone.yaml | id1945/ngrefs | adee9eb94ceecad1384462f667a6eb77f8d8db51 | [
"CC-BY-4.0"
] | 5 | 2018-09-18T09:01:09.000Z | 2021-12-07T22:56:12.000Z | title: NgZone
url: ng-zone
entries:
- type: text
text: >-
An injectable service for executing work inside or outside of the Angular
zone.
The most common use of this service is to optimize performance when starting a work consisting of one or more asynchronous tasks that don't require UI updates or error handling to be handled by Angular. Such tasks can be kicked off via `runOutsideAngular` and if needed, these tasks can reenter the Angular zone via `run`.
- type: tutorials
links:
- label: Using Zones an Angular for Better Performance
url: https://blog.thoughtram.io/angular/2017/02/21/using-zones-in-angular-for-better-performance.html
lang: en
- label: I reverse-engineered Zones (zone.js) and here is what I’ve found
url: https://blog.angularindepth.com/i-reverse-engineered-zones-zone-js-and-here-is-what-ive-found-1f48dc87659b
lang: en
- label: Do you still think that NgZone (zone.js) is required for change detection
in Angular?
url: https://blog.angularindepth.com/do-you-still-think-that-ngzone-zone-js-is-required-for-change-detection-in-angular-16f7a575afef
lang: en
- type: text
text: "## Interface"
- type: toc
- type: interface-option
head: hasPendingMacrotasks
description: ""
name: hasPendingMacrotasks
headId: hasPendingMacrotasks
interface: "hasPendingMacrotasks: boolean"
- type: interface-option
head: hasPendingMicrotasks
description: ""
name: hasPendingMicrotasks
headId: hasPendingMicrotasks
interface: "hasPendingMicrotasks: boolean"
- type: interface-option
head: isStable
description: Whether there are no outstanding microtasks or macrotasks.
name: isStable
headId: isStable
interface: "isStable: boolean"
- type: interface-option
head: onError
description: Notifies that an error has been delivered.
name: onError
headId: onError
interface: "onError: EventEmitter<any>"
- type: interface-option
head: onMicrotaskEmpty
description: >-
Notifies when there is no more microtasks enqueued in the current VM Turn.
This is a hint for Angular to do change detection, which may enqueue more microtasks.
For this reason this event can fire multiple times per VM Turn.
name: onMicrotaskEmpty
headId: onMicrotaskEmpty
interface: "onMicrotaskEmpty: EventEmitter<any>"
- type: interface-option
head: onStable
description: >-
Notifies when the last `onMicrotaskEmpty` has run and there are no more
microtasks, which
implies we are about to relinquish VM turn.
This event gets called just once.
name: onStable
headId: onStable
interface: "onStable: EventEmitter<any>"
- type: interface-option
head: onUnstable
description: Notifies when code enters Angular Zone. This gets fired first on VM Turn.
name: onUnstable
headId: onUnstable
interface: "onUnstable: EventEmitter<any>"
- type: interface-option
head: run
description: >-
Executes the `fn` function synchronously within the Angular zone and
returns value returned by
the function.
Running functions via `run` allows you to reenter Angular zone from a task that was executed
outside of the Angular zone (typically started via {@link #runOutsideAngular}).
Any future tasks or microtasks scheduled from within this function will continue executing from
within the Angular zone.
If a synchronous error happens it will be rethrown and not reported via `onError`.
name: run
headId: run
interface: "run(fn: (...args: any[]) => T, applyThis?: any, applyArgs?: any[]): T"
showAdditional: true
additional: >-
Running functions via `run` allows you to reenter Angular zone from a task
that was executed outside of the Angular zone (typically started via
`runOutsideAngular`).
Any future tasks or microtasks scheduled from within this function will continue executing from within the Angular zone.
If a synchronous error happens it will be rethrown and not reported via `onError`.
- type: interface-option
head: runGuarded
description: >-
Same as `run`, except that synchronous errors are caught and forwarded via
`onError` and not
rethrown.
name: runGuarded
headId: runGuarded
interface: "runGuarded(fn: (...args: any[]) => T, applyThis?: any, applyArgs?:
any[]): T"
- type: interface-option
head: runOutsideAngular
description: >-
Executes the `fn` function synchronously in Angular's parent zone and
returns value returned by
the function.
Running functions via {@link #runOutsideAngular} allows you to escape Angular's zone and do
work that
doesn't trigger Angular change-detection or is subject to Angular's error handling.
Any future tasks or microtasks scheduled from within this function will continue executing from
outside of the Angular zone.
Use {@link #run} to reenter the Angular zone and do work that updates the application model.
name: runOutsideAngular
headId: runOutsideAngular
interface: "runOutsideAngular(fn: (...args: any[]) => T): T"
showAdditional: true
additional: >-
Running functions via `runOutsideAngular` allows you to escape Angular's
zone and do work that doesn't trigger Angular change-detection or is
subject to Angular's error handling.
Any future tasks or microtasks scheduled from within this function will continue executing from outside of the Angular zone.
Use `run` to reenter the Angular zone and do work that updates the application model.
- type: interface-option
head: runTask
description: >-
Executes the `fn` function synchronously within the Angular zone as a task
and returns value
returned by the function.
Running functions via `run` allows you to reenter Angular zone from a task that was executed
outside of the Angular zone (typically started via {@link #runOutsideAngular}).
Any future tasks or microtasks scheduled from within this function will continue executing from
within the Angular zone.
If a synchronous error happens it will be rethrown and not reported via `onError`.
name: runTask
headId: runTask
interface: "runTask(fn: (...args: any[]) => T, applyThis?: any, applyArgs?:
any[], name?: string): T"
showAdditional: true
additional: >-
Running functions via `run` allows you to reenter Angular zone from a task
that was executed outside of the Angular zone (typically started via
`runOutsideAngular`).
Any future tasks or microtasks scheduled from within this function will continue executing from within the Angular zone.
If a synchronous error happens it will be rethrown and not reported via `onError`.
- type: interface-option
name: isInAngularZone
head: isInAngularZone
headId: isInAngularZone
interface: "static isInAngularZone(): boolean"
description: ""
- type: interface-option
name: assertInAngularZone
head: assertInAngularZone
headId: assertInAngularZone
interface: "static assertInAngularZone(): void"
description: ""
- type: interface-option
name: assertNotInAngularZone
head: assertNotInAngularZone
headId: assertNotInAngularZone
interface: "static assertNotInAngularZone(): void"
description: ""
| 35.42723 | 328 | 0.710178 |
98b3452bf30f5ad96027f8cc7847541babd990f4 | 313 | yml | YAML | config/viewer.yml | skmatz/frcnn | eae9d42f964a5883f72dc294984c019b3c75e837 | [
"MIT"
] | null | null | null | config/viewer.yml | skmatz/frcnn | eae9d42f964a5883f72dc294984c019b3c75e837 | [
"MIT"
] | null | null | null | config/viewer.yml | skmatz/frcnn | eae9d42f964a5883f72dc294984c019b3c75e837 | [
"MIT"
] | null | null | null | hydra:
verbose: [__main__, frcnn.viewer]
defaults:
- hydra/hydra_logging: colorlog
- hydra/job_logging: colorlog
basic:
conf: 0.9 # [0, 1] value
display: True
gpu: True
weights: null # null for pre-trained weights
image:
outputs: ./images # relative path from hydra output dir
root: ./images
| 18.411765 | 57 | 0.696486 |
bdf30bc684f2249e3cc194cdc83fef3fed7ee49b | 761 | yaml | YAML | .pre-commit-config.yaml | pycontribs/doc8 | dd5c52b0cb92aa095a45ecd3e821d7470077c1df | [
"Apache-2.0"
] | 1 | 2019-07-12T10:49:29.000Z | 2019-07-12T10:49:29.000Z | .pre-commit-config.yaml | pycontribs/doc8 | dd5c52b0cb92aa095a45ecd3e821d7470077c1df | [
"Apache-2.0"
] | 2 | 2019-07-12T11:02:18.000Z | 2020-02-07T15:25:52.000Z | .pre-commit-config.yaml | pycontribs/doc8 | dd5c52b0cb92aa095a45ecd3e821d7470077c1df | [
"Apache-2.0"
] | null | null | null | ---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v2.3.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
- id: check-yaml
- id: end-of-file-fixer
- id: flake8
- id: trailing-whitespace
- id: check-executables-have-shebangs
- repo: https://github.com/python/black
rev: 19.3b0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8.git
rev: 3.7.8
hooks:
- id: flake8
- repo: local
hooks:
- id: travis-lint
name: Travis YAML linter
description: This hook lints .travis.yml files.
entry: travis lint --skip-completion-check --skip-version-check --exit-code --
language: ruby
files: \.travis\.yml$
| 27.178571 | 86 | 0.603154 |
c5302696bd1a4f1f3eaf59b8fd6c15966069a14c | 228 | yaml | YAML | changelog/v1.0.0-rc2/dual-extauth-deployment.yaml | eshepelyuk/gloo | 30131e794c8b6de401dccb4fd67175ecab8a798f | [
"Apache-2.0"
] | 3,506 | 2018-03-05T07:07:59.000Z | 2022-03-31T08:38:09.000Z | changelog/v1.0.0-rc2/dual-extauth-deployment.yaml | eshepelyuk/gloo | 30131e794c8b6de401dccb4fd67175ecab8a798f | [
"Apache-2.0"
] | 5,539 | 2018-03-05T19:33:01.000Z | 2022-03-31T23:02:26.000Z | changelog/v1.0.0-rc2/dual-extauth-deployment.yaml | eshepelyuk/gloo | 30131e794c8b6de401dccb4fd67175ecab8a798f | [
"Apache-2.0"
] | 387 | 2018-03-05T19:25:01.000Z | 2022-03-25T21:19:49.000Z | changelog:
- type: NEW_FEATURE
description: Allow the gateway-proxy pod to optionally receive both init containers to run and extra volumes to define through helm
issueLink: https://github.com/solo-io/gloo/issues/1537
| 45.6 | 135 | 0.776316 |
c5b7f46d17cc3c7e0e5ba00c1a12d8dd685a7b17 | 264 | yaml | YAML | tests/messages/messgen/messgen_test/embedded_message_d2.yaml | nameofuser1/messgen | 6624b5bdbf5edf058ff749b7c1cefc6462bfe9cf | [
"MIT"
] | 8 | 2020-07-22T11:16:43.000Z | 2022-03-10T07:15:54.000Z | tests/messages/messgen/messgen_test/embedded_message_d2.yaml | nameofuser1/messgen | 6624b5bdbf5edf058ff749b7c1cefc6462bfe9cf | [
"MIT"
] | 16 | 2020-07-29T20:39:06.000Z | 2021-08-02T11:43:52.000Z | tests/messages/messgen/messgen_test/embedded_message_d2.yaml | nameofuser1/messgen | 6624b5bdbf5edf058ff749b7c1cefc6462bfe9cf | [
"MIT"
] | 6 | 2020-07-29T15:53:44.000Z | 2022-03-10T07:26:30.000Z | id: 2
fields:
- name: f0
type: uint8
- name: f1
type: float64[2]
- name: f2
type: embedded_message_d1
- name: f3
type: simple_message
descr: "Test comment f3"
- name: f4
type: uint8
- name: f5
type: embedded_message_d1
| 12.571429 | 29 | 0.594697 |
9efacdd56280c2bcf1b5f3c01907c7fd27a79b77 | 6,609 | yml | YAML | .drone.yml | rucciva/terrastate | 7ba3c4a567916e2dee887527da92aa91714ccc14 | [
"Apache-2.0"
] | null | null | null | .drone.yml | rucciva/terrastate | 7ba3c4a567916e2dee887527da92aa91714ccc14 | [
"Apache-2.0"
] | null | null | null | .drone.yml | rucciva/terrastate | 7ba3c4a567916e2dee887527da92aa91714ccc14 | [
"Apache-2.0"
] | null | null | null | workspace:
base: /srv/app
path: src/github.com/webhippie/terrastate
branches:
- master
pipeline:
cache-restore:
image: plugins/s3-cache:1
pull: true
secrets: [ cache_s3_endpoint, cache_s3_access_key, cache_s3_secret_key ]
restore: true
when:
local: false
backend-prepare:
image: webhippie/golang:edge
pull: true
environment:
- CGO_ENABLED=0
- GOPATH=/srv/app
- TAGS=
commands:
- make clean
- make retool
- make sync
- make generate
backend-vet:
image: webhippie/golang:edge
pull: true
group: backend
environment:
- CGO_ENABLED=0
- GOPATH=/srv/app
- TAGS=
commands:
- make vet
backend-check:
image: webhippie/golang:edge
pull: true
group: backend
environment:
- CGO_ENABLED=0
- GOPATH=/srv/app
- TAGS=
commands:
- make megacheck
backend-lint:
image: webhippie/golang:edge
pull: true
group: backend
environment:
- CGO_ENABLED=0
- GOPATH=/srv/app
- TAGS=
commands:
- make lint
backend-test:
image: webhippie/golang:edge
pull: true
group: backend
environment:
- CGO_ENABLED=0
- GOPATH=/srv/app
- TAGS=
commands:
- make test
backend-build:
image: webhippie/golang:edge
pull: true
group: backend
environment:
- CGO_ENABLED=0
- GOPATH=/srv/app
- TAGS=
commands:
- make build
backend-linux:
image: karalabe/xgo-latest:latest
pull: true
group: release
environment:
- CGO_ENABLED=0
- GOPATH=/srv/app
- TAGS=
commands:
- make release-dirs release-linux
when:
event: [ push, tag, pull_request ]
backend-darwin:
image: karalabe/xgo-latest:latest
pull: true
group: release
environment:
- CGO_ENABLED=0
- GOPATH=/srv/app
- TAGS=
commands:
- make release-dirs release-darwin
when:
event: [ push, tag ]
backend-windows:
image: karalabe/xgo-latest:latest
pull: true
group: release
environment:
- CGO_ENABLED=0
- GOPATH=/srv/app
- TAGS=
commands:
- make release-dirs release-windows
when:
event: [ push, tag ]
backend-finish:
image: webhippie/golang:edge
pull: true
environment:
- CGO_ENABLED=0
- GOPATH=/srv/app
- TAGS=
commands:
- make release-copy release-check
when:
event: [ push, tag ]
backend-gpgsign:
image: plugins/gpgsign:1
pull: true
secrets: [ gpgsign_key, gpgsign_passphrase ]
detach_sign: true
files:
- dist/release/*-amd64
- dist/release/*-386
- dist/release/*-arm64
- dist/release/*-arm-5
- dist/release/*-arm-6
- dist/release/*-arm-7
- dist/release/*-mips
- dist/release/*-mips64
- dist/release/*-mipsle
- dist/release/*-mips64le
- dist/release/*-amd64.exe
- dist/release/*-386.exe
when:
event: [ push, tag ]
docker-amd64:
image: plugins/docker:17.05
pull: true
group: docker
secrets: [ docker_username, docker_password ]
repo: tboerger/terrastate
tags: [ latest ]
dry_run: true
when:
event: [ pull_request ]
docker-amd64:
image: plugins/docker:17.05
pull: true
group: docker
secrets: [ docker_username, docker_password ]
repo: tboerger/terrastate
auto_tag: true
auto_tag_suffix: amd64
when:
event: [ push, tag ]
docker-i386:
image: plugins/docker:17.05
pull: true
group: docker
secrets: [ docker_username, docker_password ]
repo: tboerger/terrastate
dockerfile: Dockerfile.i386
auto_tag: true
auto_tag_suffix: i386
when:
event: [ push, tag ]
docker-arm64:
image: plugins/docker:17.05
pull: true
group: docker
secrets: [ docker_username, docker_password ]
repo: tboerger/terrastate
dockerfile: Dockerfile.arm64
auto_tag: true
auto_tag_suffix: arm64
when:
event: [ push, tag ]
docker-arm:
image: plugins/docker:17.05
pull: true
group: docker
secrets: [ docker_username, docker_password ]
repo: tboerger/terrastate
dockerfile: Dockerfile.arm
auto_tag: true
auto_tag_suffix: arm
when:
event: [ push, tag ]
docker-manifests:
image: plugins/manifest:1
pull: true
secrets: [ docker_username, docker_password ]
spec: manifest.yml
auto_tag: true
ignore_missing: true
when:
event: [ push, tag ]
docker-microbadger:
image: plugins/webhook:1
pull: true
secrets:
- source: microbadger_token
target: webhook_urls
when:
event: [ push, tag ]
cache-rebuild:
image: plugins/s3-cache:1
pull: true
secrets: [ cache_s3_endpoint, cache_s3_access_key, cache_s3_secret_key ]
rebuild: true
mount:
- _tools
- vendor
when:
local: false
event: [ push ]
cache-flush:
image: plugins/s3-cache:1
pull: true
secrets: [ cache_s3_endpoint, cache_s3_access_key, cache_s3_secret_key ]
flush: true
flush_age: 14
when:
local: false
event: [ push ]
docs-build:
image: webhippie/hugo:latest
pull: true
commands:
- make docs
when:
local: false
event: [ push ]
docs-publish:
image: plugins/gh-pages:1
pull: true
secrets: [ github_username, github_password ]
pages_directory: docs/public/
temporary_base: tmp/
when:
local: false
event: [ push ]
archive-release:
image: plugins/s3:1
pull: true
secrets: [ s3_endpoint, aws_access_key_id, aws_secret_access_key, s3_bucket ]
source: dist/release/*
target: /misc/terrastate/master
strip_prefix: dist/release/
path_style: true
when:
event: [ push ]
archive-release:
image: plugins/s3:1
pull: true
secrets: [ s3_endpoint, aws_access_key_id, aws_secret_access_key, s3_bucket ]
source: dist/release/*
target: /misc/terrastate/${DRONE_TAG##v}
strip_prefix: dist/release/
path_style: true
when:
event: [ tag ]
github-release:
image: plugins/github-release:1
pull: true
secrets: [ github_token ]
files:
- dist/release/*
when:
event: [ tag ]
branch: master
notify-matrix:
image: plugins/matrix:1
pull: true
secrets: [ matrix_roomid, matrix_username, matrix_password ]
when:
local: false
event: [ push, tag ]
status: [ changed, failure ]
| 20.980952 | 81 | 0.614314 |
8b7d6e5a210047933d3ae7c517f6561001865f20 | 583 | yml | YAML | customer-self-service/web-pages/evaluation-report/content-pages/evaluation-report.fr.webpage.yml | Cloudstrucc/PowerApps-WET-Canada | 3a93dfa2ae4674d4a4cc308e35d965cb03545a81 | [
"MIT"
] | 4 | 2021-12-26T04:22:05.000Z | 2021-12-30T20:18:35.000Z | customer-self-service/web-pages/evaluation-report/content-pages/evaluation-report.fr.webpage.yml | Cloudstrucc/PowerApps-WET-Canada | 3a93dfa2ae4674d4a4cc308e35d965cb03545a81 | [
"MIT"
] | null | null | null | customer-self-service/web-pages/evaluation-report/content-pages/evaluation-report.fr.webpage.yml | Cloudstrucc/PowerApps-WET-Canada | 3a93dfa2ae4674d4a4cc308e35d965cb03545a81 | [
"MIT"
] | null | null | null | adx_displayorder: 21
adx_enablerating: false
adx_enabletracking: false
adx_excludefromsearch: false
adx_hiddenfromsitemap: false
adx_isroot: false
adx_name: evaluation-report
adx_pagetemplateid: 460ffba5-bc0c-409e-9674-45523a15dc52
adx_parentpageid: 394d2396-7be6-4ee0-bf79-527c8962c7cc
adx_partialurl: evaluation-report
adx_publishingstateid: ed67356b-a2db-49a9-b26d-4c8a59e3d9a7
adx_rootwebpageid: db651112-10c4-eb11-bacc-000d3af385d3
adx_sharedpageconfiguration: true
adx_webpageid: 52d58530-97c4-eb11-8235-000d3af3278f
adx_webpagelanguageid: 0499fb25-97c4-eb11-bacc-000d3af385d3
| 36.4375 | 59 | 0.878216 |
d576702b257332294c987264b3edfd3ee10f7ffa | 339 | yml | YAML | trails/integrate-data-with-the-fme-platform/labels/labels.yml | IMGSLtd/FMETraining | c1e69e4a1092e16bb4396e8fe175f82b0be052b7 | [
"RSA-MD"
] | 69 | 2016-03-09T09:51:54.000Z | 2022-03-12T12:09:12.000Z | trails/integrate-data-with-the-fme-platform/labels/labels.yml | IMGSLtd/FMETraining | c1e69e4a1092e16bb4396e8fe175f82b0be052b7 | [
"RSA-MD"
] | 25 | 2016-01-14T17:20:27.000Z | 2021-06-11T22:29:39.000Z | trails/integrate-data-with-the-fme-platform/labels/labels.yml | IMGSLtd/FMETraining | c1e69e4a1092e16bb4396e8fe175f82b0be052b7 | [
"RSA-MD"
] | 75 | 2016-01-07T20:25:50.000Z | 2022-03-12T12:09:17.000Z | ---
:trails:
:integrate-data-with-the-fme-platform:
:title: Integrate Data with the FME Platform
:description: 'Gain value from data by connecting applications, transforming data, and automating common workflows.'
:about: 'Gain value from data by connecting applications, transforming data, and automating common workflows.'
| 48.428571 | 120 | 0.764012 |
a7ec37f53ed5aaadac94e8273e3d595c4f8a2a5b | 171 | yaml | YAML | .pre-commit-hooks.yaml | mkalioby/djangOK | 4f3716b1f4c5b3ef3f24642ecb7d2ebfccbb66af | [
"MIT"
] | null | null | null | .pre-commit-hooks.yaml | mkalioby/djangOK | 4f3716b1f4c5b3ef3f24642ecb7d2ebfccbb66af | [
"MIT"
] | null | null | null | .pre-commit-hooks.yaml | mkalioby/djangOK | 4f3716b1f4c5b3ef3f24642ecb7d2ebfccbb66af | [
"MIT"
] | null | null | null | - id: djangOK
name: djangOK
description: Make sure that django can start
entry: djangOK
language: python
types: []
always_run: true
args: []
| 19 | 48 | 0.619883 |
68aa2e31f7079dbdb9045745df3d7bef736bdba4 | 40,026 | yaml | YAML | docs/specification.yaml | djairhogeuens/grav-plugin-api | cbd3b238b7e612673cf1010aa08f5757074c7543 | [
"MIT"
] | 28 | 2017-11-03T22:58:48.000Z | 2021-09-12T23:30:49.000Z | docs/specification.yaml | djairhogeuens/grav-plugin-api | cbd3b238b7e612673cf1010aa08f5757074c7543 | [
"MIT"
] | 90 | 2017-11-08T11:03:00.000Z | 2020-07-29T15:04:55.000Z | docs/specification.yaml | djairhogeuens/grav-plugin-api | cbd3b238b7e612673cf1010aa08f5757074c7543 | [
"MIT"
] | 6 | 2018-07-30T22:54:45.000Z | 2022-03-24T23:20:35.000Z | openapi: 3.0.2
info:
description: The GravCMS Plugin API exposes a REST API on top of your existing GravCMS site that allows you to manipulate the site's content and configuration programmatically.
version: 0.0.1
title: GravCMS Plugin API
contact:
name: Plugin Support
url: https://github.com/Regaez/grav-plugin-api/issues
license:
name: MIT
url: https://github.com/Regaez/grav-plugin-api/blob/master/LICENSE
tags:
- name: pages
- name: users
- name: plugins
- name: configs
paths:
/pages:
get:
tags:
- pages
summary: Get all the pages on the site
responses:
200:
description: Successful operation
content:
application/json:
schema:
type: object
properties:
items:
type: array
items:
$ref: '#/components/schemas/PageResponse'
meta:
$ref: '#/components/schemas/ResponseMetadata'
401:
description: Invalid authentication
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
InvalidAuth:
$ref: '#/components/examples/InvalidAuthResponse'
post:
tags:
- pages
summary: Add a new page to the site
security:
- basic: ['api.super', 'admin.super']
description: >-
In order to create a new page, one must **not** already exist at the specified route.
There are a minimum of two required fields you must provide for the `POST` request to be successful. These are: `route` and `header`. If neither of these are specified, then the page will not be created. Additionally, the `header` field must be **valid JSON**.
There are two further optional fields you may specify: `content` and `template`. If a `template` is not defined, it will fallback to `default`.
> NOTE: You should **not** include an extension in the template value.
The `content` should be a plain string, formatted using markdown syntax. If no `content` is given, then the page will simply be empty.
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/PageRequestBody'
responses:
200:
description: Successful operation
content:
application/json:
schema:
$ref: '#/components/schemas/PageResponse'
400:
description: Bad request. You must provide a `route` and a valid `header` field.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
BadRequest:
$ref: '#/components/examples/BadRequestResponse'
401:
description: Invalid authentication
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
InvalidAuth:
$ref: '#/components/examples/InvalidAuthResponse'
403:
description: Forbidden. This page already exists.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
Forbidden:
$ref: '#/components/examples/ForbiddenResponse'
/pages/searches:
post:
tags:
- pages
summary: Find pages on the site
description: >-
There are two optional fields you may specify: `taxonomyFilter` and `operation`. If a `taxonomyFilter` is not defined, it will fallback to an empty filter, returning no pages. If an `operation` is not defined, it will default to `or`.
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/FindPagesRequestBody'
responses:
200:
description: Successful operation
content:
application/json:
schema:
type: object
properties:
items:
type: array
items:
$ref: '#/components/schemas/PageResponse'
meta:
$ref: '#/components/schemas/ResponseMetadata'
401:
description: Invalid authentication
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
InvalidAuth:
$ref: '#/components/examples/InvalidAuthResponse'
/pages/{id}:
get:
tags:
- pages
summary: Get a specific page
parameters:
- name: id
in: path
description: The id/route of the page to return
required: true
schema:
type: string
example: "blog/my-first-post"
responses:
200:
description: Successful operation
content:
application/json:
schema:
$ref: '#/components/schemas/PageResponse'
401:
description: Invalid authentication
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
InvalidAuth:
$ref: '#/components/examples/InvalidAuthResponse'
404:
description: Page not found
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
NotFound:
$ref: '#/components/examples/NotFoundResponse'
patch:
tags:
- pages
summary: Update a specific page
security:
- basic: ['api.super', 'admin.super']
description: >-
When passing new content via a `PATCH` request, the existing page content will be _entirely overridden_.
Existing `header` information will not be changed, unless the corresponding key is explicitly set. In order to remove an existing field, you must set the field's value to null, such as "custom_field" in the example above.
Setting `template` to a new value will rename the file to the newly specified `template`. If undefined, the template will not be changed.
parameters:
- name: id
in: path
description: The id/route of the page to update
required: true
schema:
type: string
example: "blog/my-first-post"
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/PageRequestBody'
responses:
200:
description: Successful operation
content:
application/json:
schema:
$ref: '#/components/schemas/PageResponse'
400:
description: Bad request. You must provide a `route` field.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
BadRequest:
$ref: '#/components/examples/BadRequestResponse'
401:
description: Invalid authentication
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
InvalidAuth:
$ref: '#/components/examples/InvalidAuthResponse'
404:
description: Resource not found
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
NotFound:
$ref: '#/components/examples/NotFoundResponse'
delete:
tags:
- pages
summary: Delete a specific page
security:
- basic: ['api.super', 'admin.super']
description: >-
If the deletion is successful, the API will respond with a `204` no-content status code.
> **WARNING:** THIS WILL PERMANENTLY DELETE A PAGE. IT CANNOT BE UNDONE. It is recommended to instead `PATCH` a page and set `"published": false` in the page's `header` if you do not want the page active on your site.
parameters:
- name: id
in: path
description: The id/route of the page to delete
required: true
schema:
type: string
example: "blog/my-first-post"
responses:
204:
description: Successful operation
401:
description: Invalid authentication
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
InvalidAuth:
$ref: '#/components/examples/InvalidAuthResponse'
404:
description: Page not found
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
NotFound:
$ref: '#/components/examples/NotFoundResponse'
/users:
get:
tags:
- users
summary: Get all the users on the site
security:
- basic: ['api.super', 'admin.super']
responses:
200:
description: Successful operation
content:
application/json:
schema:
type: object
properties:
items:
type: array
items:
$ref: '#/components/schemas/UserResponse'
meta:
$ref: '#/components/schemas/ResponseMetadata'
401:
description: Invalid authentication
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
InvalidAuth:
$ref: '#/components/examples/InvalidAuthResponse'
post:
tags:
- users
summary: Add a new user
security:
- basic: ['api.super', 'admin.super']
description: >-
There are a minimum of three required fields you must provide for the POST request to be successful. These are: `username`, `password` and `email`. If any of these are not specified, then the user will not be created. They are all expected as plain strings. Additionally, the `email` field must be a **valid email format**.
There are further optional fields you may specify: `fullname`, `title`, `state`, and `access`.
The `fullname` should be a plain string. If no `fullname` is provided, then the user will simply be a fullname which is a [titleized](https://learn.getgrav.org/themes/twig-filters-functions#titleize) version of their username.
The `title` field should be a plain string. If no `title` is provided, then the user will simply be given the title: "User".
The `state` field should be a string, either `'enabled'` or `'disabled'`. If this field is not provided, then the user will be `enabled` by default.
The `access` field should be a JSON structure, matching a set of access roles on the site.
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/UserRequestBody'
responses:
200:
description: Successful operation
content:
application/json:
schema:
$ref: '#/components/schemas/UserResponse'
400:
description: Bad request. You must provide a `username`, `password` and a valid `email` field.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
BadRequest:
$ref: '#/components/examples/BadRequestResponse'
401:
description: Invalid authentication
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
InvalidAuth:
$ref: '#/components/examples/InvalidAuthResponse'
403:
description: Forbidden. This user already exists.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
Forbidden:
$ref: '#/components/examples/ForbiddenResponse'
/users/{id}:
get:
tags:
- users
summary: Get a specific user
security:
- basic: ['api.super', 'admin.super']
parameters:
- name: id
in: path
description: The username of the user to return
required: true
schema:
type: string
example: "joe"
responses:
200:
description: Successful operation
content:
application/json:
schema:
$ref: '#/components/schemas/UserResponse'
401:
description: Invalid authentication
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
InvalidAuth:
$ref: '#/components/examples/InvalidAuthResponse'
404:
description: Page not found
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
NotFound:
$ref: '#/components/examples/NotFoundResponse'
patch:
tags:
- users
summary: Update a specific user
security:
- basic: ['api.super', 'admin.super']
description: >-
In order to change user information, you **must** provide a valid `password` for that user.
Similarly to a `POST` request, you can also submit the following fields: `email`, `title`, `fullname`, and `new_password`.
Additionally, if you authenticate as an `admin`, you may also change the `access` rights for the user.
Existing `access` information will not changed, unless the corresponding key is explicitly set. In order to remove an existing role, you must set the field's value to `null`.
parameters:
- name: id
in: path
description: The username of the user to update
required: true
schema:
type: string
example: "joe"
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/UserUpdateRequestBody'
responses:
200:
description: Successful operation
content:
application/json:
schema:
$ref: '#/components/schemas/UserResponse'
400:
description: Bad request. You must provide a `password` field.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
BadRequest:
$ref: '#/components/examples/BadRequestResponse'
401:
description: Invalid authentication
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
InvalidAuth:
$ref: '#/components/examples/InvalidAuthResponse'
404:
description: Resource not found
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
NotFound:
$ref: '#/components/examples/NotFoundResponse'
delete:
tags:
- users
summary: Delete a specific user
security:
- basic: ['api.super', 'admin.super']
description: >-
If the deletion is successful, the API will respond with a `204` no-content status code.
> **WARNING:** THIS WILL PERMANENTLY DELETE A USER. IT CANNOT BE UNDONE. It is recommended to instead `PATCH` a user and set `"state": "disabled"` for the user, if you do not want the user active any longer.
parameters:
- name: id
in: path
description: The username of the user to delete
required: true
schema:
type: string
example: "joe"
responses:
204:
description: Successful operation
401:
description: Invalid authentication
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
InvalidAuth:
$ref: '#/components/examples/InvalidAuthResponse'
404:
description: Page not found
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
NotFound:
$ref: '#/components/examples/NotFoundResponse'
/plugins:
get:
tags:
- plugins
summary: Get all the plugins installed on the site
security:
- basic: ['api.super', 'admin.super']
responses:
200:
description: Successful operation
content:
application/json:
schema:
type: object
properties:
items:
type: array
items:
$ref: '#/components/schemas/PluginResponse'
meta:
$ref: '#/components/schemas/ResponseMetadata'
401:
description: Invalid authentication
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
InvalidAuth:
$ref: '#/components/examples/InvalidAuthResponse'
/plugins/{id}:
get:
tags:
- plugins
summary: Get a specific plugin
security:
- basic: ['api.super', 'admin.super']
parameters:
- name: id
in: path
description: The id of the plugin to return
required: true
schema:
type: string
example: "api"
responses:
200:
description: Successful operation
content:
application/json:
schema:
$ref: '#/components/schemas/PluginResponse'
401:
description: Invalid authentication
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
InvalidAuth:
$ref: '#/components/examples/InvalidAuthResponse'
404:
description: Plugin not found
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
NotFound:
$ref: '#/components/examples/NotFoundResponse'
patch:
tags:
- plugins
summary: Update a specific plugin
description: The request's body JSON should match the config structure of the plugin which you wish to update. If you wish to remove existing properties from the config, you can set their values to `null` and they will be unset.
security:
- basic: ['api.super', 'admin.super']
parameters:
- name: id
in: path
description: The id of the plugin to update
required: true
schema:
type: string
example: "api"
requestBody:
content:
application/json:
schema:
type: object
properties:
enabled:
type: boolean
plugin_field:
type: string
responses:
200:
description: Successful operation
content:
application/json:
schema:
$ref: '#/components/schemas/PluginResponse'
400:
description: Invalid authentication
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
InvalidAuth:
$ref: '#/components/examples/BadRequestResponse'
401:
description: Invalid authentication
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
InvalidAuth:
$ref: '#/components/examples/InvalidAuthResponse'
404:
description: Plugin not found
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
NotFound:
$ref: '#/components/examples/NotFoundResponse'
/configs:
get:
tags:
- configs
summary: Get all the site configuration files
security:
- basic: ['api.super', 'admin.super']
responses:
200:
description: Successful operation
content:
application/json:
schema:
type: object
properties:
items:
type: array
items:
$ref: '#/components/schemas/ConfigResponse'
meta:
$ref: '#/components/schemas/ResponseMetadata'
401:
description: Invalid authentication
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
InvalidAuth:
$ref: '#/components/examples/InvalidAuthResponse'
/configs/{id}:
get:
tags:
- configs
summary: Get a specific config file
security:
- basic: ['api.super', 'admin.super']
parameters:
- name: id
in: path
description: The id of the config file to return
required: true
schema:
type: string
example: "site"
responses:
200:
description: Successful operation
content:
application/json:
schema:
$ref: '#/components/schemas/ConfigResponse'
401:
description: Invalid authentication
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
InvalidAuth:
$ref: '#/components/examples/InvalidAuthResponse'
404:
description: Configuration file not found
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
NotFound:
$ref: '#/components/examples/NotFoundResponse'
components:
securitySchemes:
basic:
type: http
scheme: Basic
schemas:
ConfigHypermedia:
type: object
properties:
related:
type: object
properties:
self:
type: string
description: A link to this resource through the API
example: "https://www.mysite.com/api/config/site"
ConfigResponse:
type: object
properties:
type:
type: string
description: The resource type
example: "config"
id:
type: string
description: The ID of the config
example: "api"
attributes:
$ref: '#/components/schemas/ConfigResource'
links:
$ref: '#/components/schemas/ConfigHypermedia'
ConfigResource:
type: object
description: The configuration file's properties. The returned fields vary depending on the configuration file.
properties:
some_field:
type: string
description: Each config file will have different fields
example: "An example config field"
ErrorResponse:
type: object
properties:
message:
type: string
description: A short message describing the error
example: "Resource not found"
documentation:
type: string
description: A URL to the documentation for reference
example: "https://github.com/regaez/grav-plugin-api/tree/master/docs"
PageResponse:
type: object
properties:
type:
type: string
description: The resource type
example: "page"
id:
type: string
description: The ID of the page (this is the page's route)
example: "blog/my-first-post"
attributes:
$ref: '#/components/schemas/PageResource'
links:
$ref: '#/components/schemas/PageHypermedia'
PageResource:
type: object
properties:
title:
type: string
description: The page's title
example: "My first post"
frontmatter:
type: string
description: The page's frontmatter, formatted as yaml
example: "title: My first post\ncustom_field: You can add custom frontmatter fields, too!"
header:
type: object
description: An object representation of the frontmatter
example:
title: My first post
custom_field: You can add custom frontmatter fields, too!
rawMarkdown:
type: string
description: The page content, formatted as raw markdown text
example: "# My first post\n\nThis is some **markdown**."
content:
type: string
description: The page content, formatted as HTML markup
example: "<h1>My first post</h1><p>This is some <strong>markdown</strong>.</p>"
children:
type: array
items:
type: string
description: The route of the child page
example: "/blog/my-first-post/child-page"
description: An array of routes for the children of the page
route:
type: string
description: The route for this page
example: "/blog/my-first-post"
slug:
type: string
description: The slug for the page
example: "my-first-post"
permalink:
type: string
description: The URL for the page, including the site domain
example: "https://www.mysite.com/blog/my-first-post"
template:
type: string
description: The theme template used for the page
example: "post"
published:
type: boolean
description: True or False depending on whether the page has been published
date:
type: number
description: The date/time of when the post was created, as UNIX timestamp
example: 1564936730
modified:
type: number
description: The date/time of when the post was last modified, as UNIX timestamp
example: 1564936730
PageRequestBody:
type: object
properties:
route:
type: string
description: The page route to create
example: "/the-new-page-slug"
header:
type: object
description: The page frontmatter
properties:
title:
type: string
example: "The new page's title"
custom_field:
type: string
example: "You can add custom frontmatter fields, too!"
required:
- title
template:
type: string
description: The theme template to be used for the page
example: "post"
content:
type: string
description: The new page's content, formatted as markdown
example: "This is a _new_ page's content in **markdown**!"
order:
description: Set page order by specifying a number. To remove page order, set to false.
oneOf:
- type: integer
format: int32
- type: boolean
required:
- route
FindPagesRequestBody:
type: object
properties:
taxonomyFilter:
type: object
nullable: true
description: The taxonomy filters
properties:
custom_taxonomy_key:
type: array
items:
type: string
description: The taxonomy value
example: "custom_taxonomy_value"
operation:
type: string
nullable: true
enum:
- or
- and
description: The operation to apply with the filters
example: "or"
PageHypermedia:
type: object
properties:
self:
type: string
description: A link to this resource on the site
example: "https://www.mysite.com/blog/my-first-post"
children:
type: array
description: An array of links to this resource's children on the site
items:
type: string
example:
- "https://www.mysite.com/blog/my-first-post/child-1"
- "https://www.mysite.com/blog/my-first-post/child-2"
parent:
type: string
description: A link to this resource's parent page on the site
example: "https://www.mysite.com/blog"
related:
type: object
properties:
self:
type: string
description: A link to this resource through the API
example: "https://www.mysite.com/api/pages/blog/my-first-post"
children:
type: array
description: An array of links to this resource's children through the API
items:
type: string
example:
- "https://www.mysite.com/api/pages/blog/my-first-post/child-1"
- "https://www.mysite.com/api/pages/blog/my-first-post/child-2"
parent:
type: string
description: A link to this resource's parent page through the API
example: "https://www.mysite.com/api/pages/blog"
PluginHypermedia:
type: object
properties:
related:
type: object
properties:
self:
type: string
description: A link to this resource through the API
example: "https://www.mysite.com/api/plugins/api"
PluginResponse:
type: object
properties:
type:
type: string
description: The resource type
example: "plugin"
id:
type: string
description: The ID of the plugin
example: "api"
attributes:
$ref: '#/components/schemas/PluginResource'
links:
$ref: '#/components/schemas/PluginHypermedia'
PluginResource:
type: object
description: The plugin's configuration options. The returned fields vary depending on the plugin.
properties:
enabled:
type: boolean
description: Whether or not the plugin is active
example: true
custom_field:
type: string
description: Each plugin might have different custom fields
example: "An example plugin custom field"
ResponseMetadata:
type: object
properties:
count:
type: number
description: The number of pages returned by the request
example: 2
required:
- count
UserHypermedia:
type: object
properties:
related:
type: object
properties:
self:
type: string
description: A link to this resource through the API
example: "https://www.mysite.com/api/users/joe"
UserResponse:
type: object
properties:
type:
type: string
description: The resource type
example: "user"
id:
type: string
description: The ID of the user (this is also the username)
example: "admin"
attributes:
$ref: '#/components/schemas/UserResource'
links:
$ref: '#/components/schemas/UserHypermedia'
UserResource:
type: object
properties:
username:
type: string
description: The username
example: "admin"
email:
type: string
description: The user's registered email address
example: "admin@mysite.com"
fullname:
type: string
description: The user's fullname
example: "Joe Bloggs"
title:
type: string
description: The user's title
example: "Administrator"
access:
$ref: '#/components/schemas/UserResourceAccessProperty'
groups:
$ref: '#/components/schemas/UserResourceGroupsProperty'
UserRequestBody:
type: object
properties:
username:
type: string
description: The new user's username
example: "joe"
password:
type: string
description: The new user's password
example: "P4ssw0rd!"
email:
type: string
description: The new user's email
example: "joe@bloggs.com"
fullname:
type: string
description: The new user's fullname.
example: "Joe Bloggs"
title:
type: string
description: The new user's title.
example: "Editor"
default: "User"
state:
type: string
enum:
- enabled
- disabled
description: Whether or not the user account should be active.
default: enabled
access:
$ref: '#/components/schemas/UserResourceAccessProperty'
groups:
$ref: '#/components/schemas/UserResourceGroupsProperty'
required:
- username
- password
- email
UserUpdateRequestBody:
type: object
properties:
password:
type: string
description: The user's existing password
example: "P4ssw0rd!"
new_password:
type: string
description: The user's new password
example: "P4ssw0rd!"
email:
type: string
description: The user's new email
example: "joe@bloggs.com"
fullname:
type: string
description: The user's new fullname.
example: "Joe Bloggs"
title:
type: string
description: The user's new title.
example: "Editor"
state:
type: string
enum:
- enabled
- disabled
description: Whether or not the user account should be active.
access:
$ref: '#/components/schemas/UserResourceAccessProperty'
groups:
$ref: '#/components/schemas/UserResourceGroupsProperty'
required:
- password
UserResourceGroupsProperty:
type: array
description: The Grav groups to which the user belongs. These are defined in the grav/user/config/groups.yaml file.
items:
type: string
example: ["administrators"]
UserResourceAccessProperty:
type: object
description: The user's new access roles. Can only be set by an administrator.
properties:
admin:
type: object
properties:
login:
type: boolean
example: true
super:
type: boolean
description: This role will also grant access to ALL API resources
example: true
api:
type: object
properties:
super:
type: boolean
description: Grants access to ALL API resources
example: true
pages_read:
type: boolean
description: Grants access to read page resources
example: true
pages_delete:
type: boolean
description: Grants access to delete page resources
example: true
pages_edit:
type: boolean
description: Grants access to edit page resources
example: true
pages_create:
type: boolean
description: Grants access to create page resources
example: true
users_read:
type: boolean
description: Grants access to read user resources
example: true
users_delete:
type: boolean
description: Grants access to delete user resources
example: true
users_create:
type: boolean
description: Grants access to create user resources
example: true
users_edit:
type: boolean
description: Grants access to edit user resources
example: true
plugins_read:
type: boolean
description: Grants access to read plugin resources
example: true
plugins_edit:
type: boolean
description: Grants access to edit plugin resources
example: true
plugins_install:
type: boolean
description: Grants access to install new plugins
example: true
plugins_uninstall:
type: boolean
description: Grants access to uninstall existing plugins
example: true
configs_read:
type: boolean
description: Grants access to read config resources
example: true
configs_edit:
type: boolean
description: Grants access to edit config resources
example: true
site:
type: object
properties:
login:
type: boolean
example: true
default:
site:
login: true
examples:
InvalidAuthResponse:
value:
message: "Invalid authentication"
documentation: "https://github.com/regaez/grav-plugin-api/tree/master/docs"
BadRequestResponse:
value:
message: "Bad request."
documentation: "https://github.com/regaez/grav-plugin-api/tree/master/docs"
ForbiddenResponse:
value:
message: "Forbidden. Resource already exists."
documentation: "https://github.com/regaez/grav-plugin-api/tree/master/docs"
NotFoundResponse:
value:
message: "Resource not found"
documentation: "https://github.com/regaez/grav-plugin-api/tree/master/docs"
| 33.161558 | 331 | 0.540699 |
06a440cc64e337f4f81509b6c9df9e2e70cc483d | 1,307 | yml | YAML | config/settings.yml | ministryofjustice/ds-auth | 90662947666f71d1aba5590f424057d4632cda8a | [
"MIT"
] | 3 | 2015-08-24T12:09:16.000Z | 2018-05-19T20:28:42.000Z | config/settings.yml | ministryofjustice/defence-request-service-auth | 90662947666f71d1aba5590f424057d4632cda8a | [
"MIT"
] | 61 | 2015-03-24T17:09:37.000Z | 2015-06-26T10:08:17.000Z | config/settings.yml | ministryofjustice/ds-auth | 90662947666f71d1aba5590f424057d4632cda8a | [
"MIT"
] | 1 | 2021-04-11T06:58:53.000Z | 2021-04-11T06:58:53.000Z | dsauth:
app_title: Digital Services Authentication Platform
rails:
secret_key_base: <%= ENV.fetch('SECRET_KEY_BASE') %>
force_ssl: <%= ENV.fetch("FORCE_SSL", true) %>
devise:
key: <%= ENV.fetch('DEVISE_KEY') %>
salt: <%= ENV.fetch('DEVISE_SALT') %>
session_timeout: <%= ENV.fetch('SESSION_TIMEOUT_MINUTES', 60) %>
doorkeeper:
force_ssl_in_redirect_uri: <%= ENV.fetch('FORCE_SSL_IN_REDIRECT_URI', true) %>
session_timeout: <%= ENV.fetch('SESSION_TIMEOUT_MINUTES', 60) %>
action_mailer:
from_address: <%= ENV.fetch('MAILER_FROM_ADDRESS') %>
default_url_options:
host: <%= ENV.fetch('MAILER_DEFAULT_URL_HOST') %>
port: <%= ENV.fetch('MAILER_DEFAULT_URL_PORT') %>
protocol: <%= ENV.fetch('MAILER_DEFAULT_URL_PROTOCOL') %>
smtp_settings:
address: <%= ENV.fetch('MAILER_SMTP_SERVER') %>
port: <%= ENV.fetch('MAILER_SMTP_PORT') %>
authentication: login
user_name: <%= ENV.fetch('MAILER_SMTP_USER_NAME') %>
password: <%= ENV.fetch('MAILER_SMTP_PASSWORD') %>
enable_starttls_auto: true
sentry:
# Note that this should only be set to false if you absolutely dont care
# about the security of your environment. This makes error logging vulnerable
# to man-in-the-middle attacks.
ssl_verification: <%= ENV.fetch("SENTRY_SSL_VERIFICATION", true) %>
| 36.305556 | 80 | 0.703137 |
91cf08fdf41b25d90bb01104fcdc4c60dc482081 | 664 | yml | YAML | tests/cloud_playbooks/create-vagrant.yml | ribeiromiranda/kubespray-archlinux | 291beb44925e59feaace4a101dc19a81b65b936f | [
"Apache-2.0"
] | 2 | 2020-04-21T02:29:07.000Z | 2022-02-21T20:54:34.000Z | tests/cloud_playbooks/create-vagrant.yml | ribeiromiranda/kubespray-archlinux | 291beb44925e59feaace4a101dc19a81b65b936f | [
"Apache-2.0"
] | null | null | null | tests/cloud_playbooks/create-vagrant.yml | ribeiromiranda/kubespray-archlinux | 291beb44925e59feaace4a101dc19a81b65b936f | [
"Apache-2.0"
] | 1 | 2022-02-21T20:54:40.000Z | 2022-02-21T20:54:40.000Z | ---
- hosts: localhost
become: false
gather_facts: no
vars:
ci_job_name: "{{ lookup('env', 'CI_JOB_NAME') }}"
delete_group_vars: no
tasks:
- name: include vars for test {{ ci_job_name }}
include_vars: "../files/{{ ci_job_name }}.yml"
- name: Create VMs instances
shell: |
vagrant destroy -f
vagrant up
environment:
BOX: "{{ vagrant_box }}"
BOX_URL: "{{ vagrant_box_url }}"
USER: "{{ vagrant_user }}"
args:
chdir: ../files/vagrant/
- name: Template the inventory
template:
src: ../templates/inventory-vagrant.j2
dest: "{{ inventory_path }}"
| 24.592593 | 53 | 0.567771 |
622e1e1b44a56ab65213572947f64bb88b183d72 | 1,106 | yml | YAML | .travis.yml | Hooked74/highlight | 057a1995eaecf6c85207ac489538f0a498c7f5bc | [
"MIT"
] | null | null | null | .travis.yml | Hooked74/highlight | 057a1995eaecf6c85207ac489538f0a498c7f5bc | [
"MIT"
] | null | null | null | .travis.yml | Hooked74/highlight | 057a1995eaecf6c85207ac489538f0a498c7f5bc | [
"MIT"
] | null | null | null | dist: trusty
language: node_js
node_js:
- 13
- 12
- 11
cache:
directories:
- node_modules
install:
- npm ci
before_script:
- npm outdate
- npm audit
script:
- npm run test:browser:ci
before_deploy:
- npm run build
deploy:
- provider: npm
email: novikovio74@gmail.com
skip_cleanup: true
tag: latest
on:
branch: master
repo: Hooked74/highlight
api_key:
secure: nRTgflTxKINhoGbs4AOEIW7GnLgd3+IR++Xc9LxAujoB3gI/3I4radNYA4uiwJDEy2pYZJI82HNLXiOYXz225ENyTaCBx9zbx7Y7dlPAulK95rdjTQBt6oeJE9PoCF7TpTxqFjHC3fipGJf0OzBDIeLTNlXawt53g8+sFdwSJ/ea1Um3qGnw4BK2py8UxQ5zgmhbjrT0yFMcgFYKvFzuewdgP9NukuZfRngp0icy7nnf4dJn8MqPFnO938h58QHO+CsjPgERDsCBSkSoLiJZR+le9JtCsZddux3zXiyxlOBpYZIR4RIrJQ2S5kiVOKrsZvEXFQ3opxpPA4FQA8LUxhJlBr8skkTtT/b2+OVXYYWZIHhwN8ZQ2MYJ6vcCwLXfQcJvVw+HIb3Qx1BXp8QtVXOT7QYyBqiPozeEMru2C8AlZ3Z17UWFQiA5fwOZy/4ODCXihaa6yrEycl7qqjUAU1Ys/v1Iv+hzlUc8H74H8m/TuO1uxNr8Zz2a95hSEdFCk+3z6xty/vD2ycpqHs11LBaf6WF84t7OLVIGqTg1VLJoaOs1I/uddxvJ5BI7VkGAY6TgZLKAWkiTI/M9OkHUXG1pEtHFz6Don4fUZXU7mNRIXlMD8YA8DMamLfebzXePL0F//F7KJhPfQ9zZffmJmznJs0EDZjqwlSrs1hPSmHk=
| 38.137931 | 698 | 0.844485 |
249d9f0b2b8d95d9754c6b969fd564e5eb2ad13d | 278 | yaml | YAML | ALMAcceleratorSampleSolution/SolutionPackage/CanvasApps/cat_devopskitsamplecanvasapp_c7ec5_DocumentUri_msapp_src/Src/App.fx.yaml | romikaAIS/coe-starter-kit | 4276d9182888254e521c2f06a717446aad762e50 | [
"MIT"
] | 285 | 2020-09-14T17:09:58.000Z | 2022-03-26T12:40:34.000Z | ALMAcceleratorSampleSolution/SolutionPackage/CanvasApps/cat_devopskitsamplecanvasapp_c7ec5_DocumentUri_msapp_src/Src/App.fx.yaml | romikaAIS/coe-starter-kit | 4276d9182888254e521c2f06a717446aad762e50 | [
"MIT"
] | 1,570 | 2020-09-16T19:20:42.000Z | 2022-03-31T22:03:18.000Z | ALMAcceleratorSampleSolution/SolutionPackage/CanvasApps/cat_devopskitsamplecanvasapp_c7ec5_DocumentUri_msapp_src/Src/App.fx.yaml | romikaAIS/coe-starter-kit | 4276d9182888254e521c2f06a717446aad762e50 | [
"MIT"
] | 107 | 2020-09-14T11:02:07.000Z | 2022-03-31T06:24:03.000Z | App As appinfo:
BackEnabled: =false
OnStart: |-
=Set(gblEnvironmentVariables, GetEnvironmentVariables.Run());
Set(gblCallFlowMessage,"Click Run Flow to set this text");
Set(gblCallCustomConnector,"Click Call Custom Connector to set this text");
| 34.75 | 83 | 0.701439 |
4d2cb9980d67de38301b54ddc6104c2fb6376404 | 179 | yml | YAML | .eslintrc.yml | krimeshu/kepub | 7a8abcc2397a82e79b29778ef2b7a4a680950506 | [
"MIT"
] | 1 | 2021-12-14T09:20:59.000Z | 2021-12-14T09:20:59.000Z | .eslintrc.yml | krimeshu/kepub | 7a8abcc2397a82e79b29778ef2b7a4a680950506 | [
"MIT"
] | 1 | 2021-12-14T09:33:57.000Z | 2021-12-15T02:58:27.000Z | .eslintrc.yml | krimeshu/kepub | 7a8abcc2397a82e79b29778ef2b7a4a680950506 | [
"MIT"
] | null | null | null | parserOptions:
ecmaVersion: 2021
sourceType: module
extends:
- airbnb
rules:
indent:
- off
- 4
no-console: off
import/extensions:
- warn
- always
- js: always
| 11.933333 | 20 | 0.659218 |
154f9a27e1ebb0ab1a285d428c71a792008fbcd5 | 561 | yml | YAML | src/Maxim/Module/OnlineUsersBundle/Resources/config/services.yml | c4d3r/mcsuite-application-eyeofender | da22e2d70f72a54d2df0b9bab6ee5498b0209e7c | [
"MIT"
] | null | null | null | src/Maxim/Module/OnlineUsersBundle/Resources/config/services.yml | c4d3r/mcsuite-application-eyeofender | da22e2d70f72a54d2df0b9bab6ee5498b0209e7c | [
"MIT"
] | 1 | 2015-06-08T17:20:47.000Z | 2016-02-18T21:49:19.000Z | src/Maxim/Module/OnlineUsersBundle/Resources/config/services.yml | c4d3r/mcsuite-application-eyeofender | da22e2d70f72a54d2df0b9bab6ee5498b0209e7c | [
"MIT"
] | null | null | null | services:
apc_cache:
class: Doctrine\Common\Cache\ApcCache
maxim_online_players.helper:
class: Maxim\Module\OnlineUsersBundle\Helper\OnlineUsersHelper
arguments:
- @security.context
- @apc_cache
maxim_online_players.page_listener:
class: Maxim\Module\OnlineUsersBundle\EventListener\PageLoadListener
arguments:
- @maxim_online_players.helper
tags:
- { name: kernel.event_listener, event: kernel.controller, method: onKernelController, priority: 64 } | 40.071429 | 113 | 0.672014 |
1567d949a5e2158a1bc3e4f54d4f5cd4f328d4f9 | 89 | yml | YAML | src/data/countries/libya.yml | F1DB/f1db | 5a4fb148e6baf50443758086924922ce5d108916 | [
"CC-BY-4.0"
] | 9 | 2021-11-29T07:57:56.000Z | 2022-03-16T21:08:58.000Z | src/data/countries/libya.yml | F1DB/f1db | 5a4fb148e6baf50443758086924922ce5d108916 | [
"CC-BY-4.0"
] | 1 | 2021-12-31T09:24:54.000Z | 2021-12-31T10:36:13.000Z | src/data/countries/libya.yml | F1DB/f1db | 5a4fb148e6baf50443758086924922ce5d108916 | [
"CC-BY-4.0"
] | 1 | 2022-01-02T21:58:05.000Z | 2022-01-02T21:58:05.000Z | id: libya
alpha2Code: LY
alpha3Code: LBY
name: Libya
demonym: Libyan
continentId: africa
| 12.714286 | 19 | 0.797753 |
123f9767f1a62f3c1f707192aa72f76be2f458ae | 19,162 | yaml | YAML | storydata/yaml/5025002.yaml | KiruyaMomochi/RediveData | f277e871171273f1fbd504ba39b0a05825b65ad0 | [
"Net-SNMP",
"Xnet"
] | 4 | 2020-12-07T10:36:12.000Z | 2022-01-05T04:12:00.000Z | storydata/yaml/5025002.yaml | KiruyaMomochi/RediveData | f277e871171273f1fbd504ba39b0a05825b65ad0 | [
"Net-SNMP",
"Xnet"
] | null | null | null | storydata/yaml/5025002.yaml | KiruyaMomochi/RediveData | f277e871171273f1fbd504ba39b0a05825b65ad0 | [
"Net-SNMP",
"Xnet"
] | null | null | null | - title:
- 那個聲音跨越了異空間
- outline:
- 禊帶著{0}回到了宅邸,卻沒有辦法進入宅邸。另一方面,在宅邸內探索的鏡華在像是墳場的地方聽到了禊的聲音。鏡華為了不讓那道聲音消失而回應了。
- background:
- 500353
- amb:
- amb_adv_outdoors_night_02
- bg_pan:
- -170
- 0
- situation:
- 那個聲音跨越了異空間
- window_visible:
- true
- focus:
- 0
- bust:
- 0
- 0
- face:
- 0
- 1
- print:
- 旁白
- >-
萬聖節當天,{0}受到咲戀拜託,
正在準備萬聖節派對。
此時,響起了呼喊{0}的聲音。
- touch: &o0 []
- window_visible:
- FALSE
- chara_full:
- 111211
- RC
- 4
- se:
- se_adv_step_leaves_run_come_01
- wait:
- 15
- change:
- C
- RC
- 30
- fadein:
- 111211
- 30
- window_visible:
- TRUE
- bgm:
- bgm_M93_Noperc
- 0
- 0
- 1
- focus:
- 111211
- bust:
- 111211
- 0
- vo:
- vo_adv_5025002_000
- face:
- 111211
- 4
- print:
- 禊
- 哥哥――!
- wait:
- 20
- print:
- 禊
- 哥哥――――!
- touch: *o0
- choice:
- 禊,萬聖節快樂。
- 1
- choice:
- 禊,妳是來拿點心的嗎?
- 2
- tag:
- 1
- focus:
- 111211
- bust:
- 111211
- 0
- vo:
- vo_adv_5025002_001
- face:
- 111211
- 3
- pop:
- 111211
- print:
- 禊
- 根本不快樂啦──!
- touch: *o0
- goto:
- 3
- tag:
- 2
- focus:
- 111211
- bust:
- 111211
- 0
- vo:
- vo_adv_5025002_002
- face:
- 111211
- 6
- emotion:
- sweat2_R
- 111211
- 55
- 460
- se_adv_emote_sweat_02
- print:
- 禊
- 不是啦──!
- wait:
- 25
- face:
- 111211
- 4
- print:
- 禊
- 現在才不管什麼點心呢!
- touch: *o0
- tag:
- 3
- focus:
- 111211
- bust:
- 111211
- 0
- vo:
- vo_adv_5025002_003
- face:
- 111211
- 4
- print:
- 禊
- 救命呀,哥哥!
- wait:
- 25
- print:
- 禊
- 美美和鏡華出事了!
- touch: *o0
- bgm:
- stop
- 2.5
- 1
- window_visible:
- false
- fadeout:
- 111211
- 30
- se:
- se_adv_transition_whoosh_small_out
- transition:
- 18
- 0.5
- amb_stop:
- 1
- background:
- 500811
- wait:
- 15
- se:
- se_adv_transition_whoosh_small_in
- transition_resume: *o0
- amb:
- amb_adv_mystery_03
- window_visible:
- true
- focus:
- 0
- bust:
- 0
- 0
- face:
- 0
- 1
- print:
- 旁白
- >-
在這同時――
被關在宅邸的鏡華正拚命地拍著門。
- touch: *o0
- window_visible:
- FALSE
- chara_full:
- 111111
- C
- 4
- fadein:
- 111111
- 30
- window_visible:
- TRUE
- bgm:
- bgm_M279
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_004
- face:
- 111111
- 4
- se:
- se_adv_door_not_open_01
- nod:
- 111111
- print:
- 鏡華
- 禊!
- wait:
- 30
- se:
- se_adv_door_not_open_01
- print:
- 鏡華
- 禊!
- wait:
- 40
- print:
- 鏡華
- 為什麼打不開……
- wait:
- 35
- print:
- 鏡華
- >2
- eye_open:
- False
- print:
- 鏡華
- 嗚嗚……
- wait:
- 30
- print:
- 鏡華
- 怎麼辦……
- wait:
- 30
- eye_open:
- True
- print:
- 鏡華
- 嗚嗚……
- touch: *o0
- window_visible:
- FALSE
- bright_change:
- 1
- 50
- change_window:
- 2
- vo_effect:
- 3
- window_visible:
- TRUE
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_005
- face:
- 111111
- 4
- print:
- 鏡華
- 沒問題的吧……
- wait:
- 35
- print:
- 鏡華
- 禊她會去
- wait:
- 25
- print:
- 鏡華
- 找人過來吧……
- touch: *o0
- window_visible:
- false
- bright_change:
- 1
- 100
- change_window:
- 1
- fadeout:
- 111111
- 30
- window_visible:
- true
- bgm:
- stop
- 8
- vo_effect:
- 5
- focus:
- 0
- bust:
- 0
- 0
- vo:
- vo_adv_5025002_006
- face:
- 1
- 1
- print:
- 孩子們的聲音
- 啊哈哈……
- wait:
- 30
- print:
- 孩子們的聲音
- 啊哈哈……
- touch: *o0
- vo_effect:
- 0
- window_visible:
- false
- chara_full:
- 111111
- C
- 6
- fadein:
- 111111
- 30
- window_visible:
- true
- bgm:
- bgm_M46_Ver2
- 0
- 0
- 1
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_007
- face:
- 111111
- 6
- emotion:
- exclamation1_R
- 111111
- 15
- 570
- se_adv_emote_common_01
- print:
- 鏡華
- 噫!
- wait:
- 20
- face:
- 111111
- 4
- print:
- 鏡華
- ……嗚嗚……
- wait:
- 35
- print:
- 鏡華
- 明明是難得的萬聖節……
- wait:
- 45
- print:
- 鏡華
- >2
- eye_open:
- False
- print:
- 鏡華
- 為什麼
- wait:
- 15
- print:
- 鏡華
- 會這樣……
- wait:
- 35
- eye_open:
- True
- print:
- 鏡華
- 我想回家──
- touch: *o0
- window_visible:
- FALSE
- bright_change:
- 1
- 50
- change_window:
- 2
- vo_effect:
- 3
- window_visible:
- TRUE
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_008
- face:
- 111111
- 4
- print:
- 鏡華
- ……在有人來救我之前,就先別亂動吧……
- wait:
- 45
- eye_open:
- False
- print:
- 鏡華
- 這樣的話……
- touch: *o0
- bgm:
- stop
- 4
- 1
- window_visible:
- FALSE
- bright_change:
- 1
- 100
- change_window:
- 1
- vo_effect:
- 0
- fadeout:
- 111111
- 30
- se:
- se_adv_whiteout_01
- white_out:
- 1
- 1
- amb_stop:
- 1
- effect:
- 0087
- wait:
- 15
- white_in: *o0
- amb:
- amb_adv_wind_01
- chara_full:
- 111311
- C
- 3
- fadein:
- 111311
- 30
- vo_effect:
- 3
- window_visible:
- TRUE
- bgm:
- bgm_M134_03
- focus:
- 111311
- bust:
- 111311
- 0
- vo:
- vo_adv_5025002_009
- face:
- 111311
- 3
- print:
- 美美
- 鏡華!!
- touch: *o0
- window_visible:
- FALSE
- effect:
- 0009
- se:
- se_adv_step_rug_run_go_01
- scale:
- 111311
- 1.3
- 3
- 10
- fadeout:
- 111311
- 10
- effect_delete:
- 0009
- effect:
- 0004
- se_adv_transition_01
- wait:
- 15
- chara_full:
- 1614
- C
- 1
- fadein:
- 1614
- 30
- se:
- se_adv_creature_cmn_01
- window_visible:
- TRUE
- focus:
- 1614
- bust:
- 1614
- 0
- face:
- 1614
- 1
- print:
- 魔物
- ――咕喔喔喔喔喔!
- touch: *o0
- window_visible:
- FALSE
- effect:
- 0009
- se:
- se_adv_step_monster_move_01
- scale:
- 1614
- 1.2
- 2
- 10
- fadeout:
- 1614
- 10
- effect_delete:
- 0009
- bg_color:
- 0
- 0
- 0
- effect:
- 0019
- se_adv_weapon_punch_hit_01
- wait:
- 15
- background:
- 500811
- chara_full:
- 111311
- C
- 4
- 1
- fadein:
- 111311
- 30
- effect:
- 0077
- se:
- se_adv_violet_aura_01
- window_visible:
- true
- focus:
- 111311
- bust:
- 111311
- 0
- vo:
- vo_adv_5025002_010
- face:
- 111311
- 4
- print:
- 美美
- 呀――――――!!
- shake:
- 111311
- touch: *o0
- window_visible:
- false
- se:
- se_adv_magic_wind_large_01
- fadeout:
- 111311
- 30
- se:
- se_adv_whiteout_02
- white_out:
- 1
- 1
- amb_stop:
- 1
- effect_delete:
- 0077
- 15
- effect_delete:
- 0087
- wait:
- 15
- white_in: *o0
- amb:
- amb_adv_mystery_03
- chara_full:
- 111111
- C
- 1
- fadein:
- 111111
- 30
- vo_effect:
- 0
- window_visible:
- true
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_011
- face:
- 111111
- 1
- print:
- 鏡華
- …………
- touch: *o0
- window_visible:
- FALSE
- bright_change:
- 1
- 50
- change_window:
- 2
- vo_effect:
- 3
- window_visible:
- TRUE
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_012
- face:
- 111111
- 4
- print:
- 鏡華
- 美美她
- wait:
- 25
- print:
- 鏡華
- 明明應該也很害怕,
- wait:
- 45
- print:
- 鏡華
- 卻還是保護了我……
- touch: *o0
- window_visible:
- FALSE
- bright_change:
- 1
- 100
- change_window:
- 1
- vo_effect:
- 0
- window_visible:
- TRUE
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_013
- face:
- 111111
- 1
- nod:
- 111111
- print:
- 鏡華
- 嗯……
- wait:
- 30
- print:
- 鏡華
- 這才沒什麼
- wait:
- 20
- print:
- 鏡華
- 好怕的。
- wait:
- 30
- print:
- 鏡華
- >2
- face:
- 111111
- 3
- print:
- 鏡華
- 這次
- wait:
- 25
- print:
- 鏡華
- 換我救美美了!
- touch: *o0
- bgm:
- stop
- 3
- window_visible:
- false
- fadeout:
- 111111
- 30
- se:
- se_adv_transition_whoosh_small_out
- transition:
- 18
- 0.5
- amb_stop:
- 1
- background:
- 500532
- wait:
- 15
- se:
- se_adv_transition_whoosh_small_in
- transition_resume: *o0
- amb:
- amb_adv_outdoors_night_01
- chara_full:
- 111211
- LC
- 4
- se:
- se_adv_step_dirt_walk_come_01
- wait:
- 15
- change:
- C
- LC
- 45
- fadein:
- 111211
- 45
- window_visible:
- true
- bgm:
- bgm_M137
- 0
- 0
- 1
- focus:
- 111211
- bust:
- 111211
- 0
- vo:
- vo_adv_5025002_014
- face:
- 111211
- 4
- print:
- 禊
- 然後啊,
- wait:
- 20
- print:
- 禊
- 我一走出宅邸,門就咚地……
- wait:
- 45
- print:
- 禊
- >2
- pop:
- 111211
- face:
- 111211
- 6
- print:
- 禊
- 啊,
- wait:
- 15
- print:
- 禊
- 哥哥你看……
- wait:
- 20
- face:
- 111211
- 4
- print:
- 禊
- 就是這裡。
- wait:
- 25
- print:
- 禊
- 幽靈宅邸。
- touch: *o0
- window_visible:
- false
- fadeout:
- 111211
- 30
- shake_loop: *o0
- se:
- se_adv_door_not_open_01
- wait:
- 30
- shake_delete: *o0
- chara_full:
- 111211
- C
- 4
- fadein:
- 111211
- 30
- window_visible:
- true
- focus:
- 111211
- bust:
- 111211
- 0
- vo:
- vo_adv_5025002_015
- face:
- 111211
- 4
- print:
- 禊
- 對吧?
- wait:
- 15
- print:
- 禊
- 打不開吧?
- wait:
- 40
- print:
- 禊
- >2-
都是禊
- wait:
- 5
- print:
- 禊
- 說要去幽靈宅邸的關係……
- touch: *o0
- focus:
- 111211
- bust:
- 111211
- 0
- vo:
- vo_adv_5025002_016
- face:
- 111211
- 4
- eye_open:
- False
- print:
- 禊
- 都是禊的錯……
- touch: *o0
- focus:
- 111211
- bust:
- 111211
- 0
- vo:
- vo_adv_5025002_017
- face:
- 111211
- 4
- eye_open:
- True
- print:
- 禊
- 禊只是
- wait:
- 30
- nod:
- 111211
- print:
- 禊
- 想要和大家開心地過萬聖節。
- touch: *o0
- focus:
- 111211
- bust:
- 111211
- 0
- vo:
- vo_adv_5025002_018
- face:
- 111211
- 4
- print:
- 禊
- 對不起啦……
- wait:
- 30
- eye_open:
- False
- print:
- 禊
- 美美、
- wait:
- 30
- print:
- 禊
- 鏡華……
- touch: *o0
- choice:
- 去救她們吧!我也來幫忙。
- 4
- tag:
- 4
- focus:
- 111211
- bust:
- 111211
- 0
- vo:
- vo_adv_5025002_019
- face:
- 111211
- 4
- eye_open:
- True
- print:
- 禊
- 嗯……
- wait:
- 25
- nod:
- 111211
- print:
- 禊
- 謝謝你,
- wait:
- 5
- print:
- 禊
- 哥哥。
- wait:
- 25
- print:
- 禊
- >2-
不過該怎麼做――
- touch: *o0
- vo_effect:
- 4
- bgm:
- stop
- 5
- 1
- focus:
- 0
- bust:
- 0
- 0
- vo:
- vo_adv_5025002_020
- face:
- 1
- 1
- print:
- ???
- 禊?
- wait:
- 30
- print:
- ???
- ……禊!
- touch: *o0
- vo_effect:
- 0
- focus:
- 111211
- bust:
- 111211
- 0
- vo:
- vo_adv_5025002_021
- face:
- 111211
- 6
- emotion:
- question1_R
- 111211
- 110
- 420
- se_adv_emote_question_01
- print:
- 禊
- 咦?
- wait:
- 40
- print:
- 禊
- 剛才的聲音……
- wait:
- 45
- print:
- 禊
- 是鏡華
- wait:
- 20
- print:
- 禊
- 嗎?
- touch: *o0
- window_visible:
- false
- fadeout:
- 111211
- 30
- black_out:
- 1
- 1
- amb_stop:
- 1
- background:
- 500811
- wait:
- 30
- black_in: *o0
- amb:
- amb_adv_mystery_03
- window_visible:
- true
- focus:
- 0
- bust:
- 0
- 0
- face:
- 0
- 1
- print:
- 旁白
- >-
時間回到稍早,為了尋找美美而重新振作的鏡華,
開始在宅邸內探索。
- touch: *o0
- window_visible:
- FALSE
- chara_full:
- 111111
- C
- 4
- fadein:
- 111111
- 30
- bright_change:
- 1
- 50
- change_window:
- 2
- vo_effect:
- 3
- window_visible:
- TRUE
- bgm:
- bgm_M137_05
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_022
- face:
- 111111
- 4
- print:
- 鏡華
- 首先,
- wait:
- 15
- print:
- 鏡華
- 從這間房間開始……
- touch: *o0
- window_visible:
- FALSE
- bright_change:
- 1
- 100
- change_window:
- 1
- vo_effect:
- 0
- se:
- se_adv_door_old_open_01
- nod:
- 111111
- wait:
- 15
- face:
- 111111
- 6
- wait:
- 15
- fadeout:
- 111111
- 30
- se:
- se_adv_whiteout_01
- white_out:
- 1
- 1
- amb_stop:
- 1
- bg_color:
- 255
- 255
- 255
- wait:
- 15
- white_in: *o0
- window_visible:
- TRUE
- bgm:
- stop
- 5
- focus:
- 111111
- bust:
- 111111
- 1
- vo:
- vo_adv_5025002_023
- face:
- 111111
- 6
- print:
- 鏡華
- 啊!
- wait:
- 15
- print:
- 鏡華
- 這、
- wait:
- 10
- print:
- 鏡華
- 這是、
- wait:
- 10
- print:
- 鏡華
- 什麼!
- touch: *o0
- window_visible:
- false
- se:
- se_adv_whiteout_02
- white_out:
- 1
- 0.5
- background:
- 500536
- wait:
- 15
- white_in: *o0
- amb:
- amb_adv_mystery_04
- chara_full:
- 111111
- C
- 4
- fadein:
- 111111
- 30
- window_visible:
- true
- bgm:
- bgm_M134
- 0
- 0
- 1
- vo_effect:
- 3
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_024
- face:
- 111111
- 4
- print:
- 鏡華
- 這裡是,
- wait:
- 25
- print:
- 鏡華
- 墓地?
- touch: *o0
- window_visible:
- FALSE
- bright_change:
- 1
- 50
- change_window:
- 2
- vo_effect:
- 4
- window_visible:
- TRUE
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_025
- face:
- 111111
- 4
- print:
- 鏡華
- 已經可以出來外面了嗎?
- wait:
- 55
- eye_open:
- False
- print:
- 鏡華
- 可是,
- wait:
- 15
- print:
- 鏡華
- 好像不太對勁……
- wait:
- 45
- print:
- 鏡華
- >2
- eye_open:
- True
- print:
- 鏡華
- 後面也還看得到進來的門……
- touch: *o0
- bgm:
- stop
- 3
- 1
- window_visible:
- FALSE
- bright_change:
- 1
- 100
- change_window:
- 1
- vo_effect:
- 0
- fadeout:
- 111111
- 30
- effect:
- 0032
- se_adv_transition_01
- 180
- wait:
- 15
- chara_full:
- 1614
- C
- 1
- fadein:
- 1614
- 30
- text_size:
- 50
- se:
- se_adv_creature_cmn_01
- window_visible:
- true
- bgm:
- bgm_M131_02
- focus:
- 1614
- bust:
- 1614
- 0
- face:
- 1614
- 1
- effect:
- 9
- print:
- 魔物
- ――咕喔喔喔喔喔!
- shake_screen: *o0
- touch: *o0
- window_visible:
- false
- text_size:
- 23
- fadeout:
- 1614
- 30
- effect:
- 0032
- se_adv_transition_01
- wait:
- 15
- chara_full:
- 111111
- C
- 6
- fadein:
- 111111
- 30
- window_visible:
- true
- vo_effect:
- 3
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_026
- face:
- 111111
- 6
- emotion:
- surprise1_L
- 111111
- 165
- 455
- se_adv_emote_nortice_02
- print:
- 鏡華
- 唔!?
- wait:
- 15
- print:
- 鏡華
- 魔、
- wait:
- 15
- print:
- 鏡華
- 魔物!?
- touch: *o0
- vo_effect:
- 0
- window_visible:
- FALSE
- fadeout:
- 111111
- 30
- effect:
- 0032
- se_adv_transition_01
- 180
- wait:
- 15
- chara_full:
- 1614
- C
- 1
- fadein:
- 1614
- 30
- text_size:
- 50
- se:
- se_adv_creature_cmn_02
- window_visible:
- TRUE
- focus:
- 1614
- bust:
- 1614
- 0
- face:
- 1614
- 1
- effect:
- 9
- print:
- 魔物
- ――咕喔喔喔喔喔!
- touch: *o0
- window_visible:
- FALSE
- text_size:
- 23
- fadeout:
- 1614
- 30
- effect:
- 0032
- se_adv_transition_01
- wait:
- 15
- chara_full:
- 111111
- C
- 1
- fadein:
- 111111
- 30
- window_visible:
- TRUE
- vo_effect:
- 3
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_027
- face:
- 111111
- 1
- print:
- 鏡華
- 就、
- wait:
- 15
- nod:
- 111111
- print:
- 鏡華
- 就算你喊那麼大聲,
- wait:
- 30
- print:
- 鏡華
- 也不可怕啦!
- wait:
- 35
- print:
- 鏡華
- >2
- face:
- 111111
- 3
- print:
- 鏡華
- 把美美……
- wait:
- 25
- print:
- 鏡華
- 還來!
- wait:
- 30
- effect:
- 9
- print:
- 鏡華
- 呀―――!
- touch: *o0
- vo_effect:
- 0
- window_visible:
- FALSE
- fadeout:
- 111111
- 30
- effect:
- 0032
- se_adv_transition_01
- 180
- wait:
- 15
- chara_full:
- 1614
- C
- 1
- fadein:
- 1614
- 30
- effect:
- 0070
- se_adv_magic_dark_medium_01
- shake:
- 1614
- wait:
- 30
- se:
- se_adv_creature_cmn_04
- window_visible:
- TRUE
- focus:
- 1614
- bust:
- 1614
- 0
- face:
- 1614
- 1
- print:
- 魔物
- ――嘎喔喔喔喔喔!
- sway:
- 1614
- touch: *o0
- bgm:
- stop
- 3
- window_visible:
- FALSE
- updown:
- 1614
- 0
- -150
- 0.2
- se:
- se_adv_monster_deff_01
- fadeout:
- 1614
- 30
- effect:
- 0032
- se_adv_transition_01
- wait:
- 15
- chara_full:
- 111111
- C
- 6
- fadein:
- 111111
- 30
- window_visible:
- TRUE
- bgm:
- bgm_M141_Ver2
- 0
- 0
- 1
- vo_effect:
- 3
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_028
- face:
- 111111
- 6
- print:
- 鏡華
- 消、
- wait:
- 15
- print:
- 鏡華
- 消失了……
- wait:
- 30
- face:
- 111111
- 4
- print:
- 鏡華
- 難道說,
- wait:
- 20
- print:
- 鏡華
- 那個魔物也是幽靈?
- touch: *o0
- window_visible:
- FALSE
- bright_change:
- 1
- 50
- change_window:
- 2
- vo_effect:
- 4
- window_visible:
- TRUE
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_029
- face:
- 111111
- 4
- print:
- 鏡華
- 禊講的那個都市傳說,
- wait:
- 45
- eye_open:
- False
- print:
- 鏡華
- 是說如果走進宅邸就會被變成幽靈……
- wait:
- 70
- print:
- 鏡華
- >2
- eye_open:
- True
- print:
- 鏡華
- 該不會,
- wait:
- 30
- print:
- 鏡華
- 美美已經……
- touch: *o0
- window_visible:
- FALSE
- bright_change:
- 1
- 100
- change_window:
- 1
- vo_effect:
- 3
- window_visible:
- TRUE
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_030
- face:
- 111111
- 3
- nod:
- 111111
- print:
- 鏡華
- 不行,
- wait:
- 25
- print:
- 鏡華
- 不可以!
- wait:
- 15
- print:
- 鏡華
- 不能那樣想。
- wait:
- 40
- face:
- 111111
- 1
- print:
- 鏡華
- 她一定、
- wait:
- 20
- print:
- 鏡華
- 一定沒事的。
- touch: *o0
- vo_effect:
- 4
- bgm:
- stop
- 5
- 1
- focus:
- 0
- bust:
- 0
- 0
- vo:
- vo_adv_5025002_031
- face:
- 1
- 1
- print:
- ???
- 全部……
- wait:
- 15
- print:
- ???
- 都是禊的錯……
- touch: *o0
- vo_effect:
- 3
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_032
- face:
- 111111
- 4
- print:
- 鏡華
- 又、
- shake:
- 111111
- print:
- 鏡華
- 又是幽靈的聲音!?
- touch: *o0
- vo_effect:
- 4
- focus:
- 0
- bust:
- 0
- 0
- vo:
- vo_adv_5025002_033
- face:
- 1
- 1
- print:
- ???
- 禊
- wait:
- 30
- print:
- ???
- 只是想和大家開心地過萬聖節。
- touch: *o0
- vo_effect:
- 3
- bgm:
- bgm_M251
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_034
- face:
- 111111
- 1
- print:
- 鏡華
- ……不對,
- wait:
- 25
- print:
- 鏡華
- 這個聲音!
- touch: *o0
- vo_effect:
- 4
- focus:
- 0
- bust:
- 0
- 0
- vo:
- vo_adv_5025002_035
- face:
- 1
- 1
- print:
- ???
- 對不起啦……
- wait:
- 30
- print:
- ???
- 美美、
- wait:
- 30
- print:
- ???
- 鏡華……
- touch: *o0
- vo_effect:
- 3
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_036
- face:
- 111111
- 3
- pop:
- 111111
- print:
- 鏡華
- 禊?
- wait:
- 15
- print:
- 鏡華
- ……
- wait:
- 15
- print:
- 鏡華
- 禊!
- touch: *o0
- focus:
- 111111
- bust:
- 111111
- 0
- vo:
- vo_adv_5025002_037
- face:
- 111111
- 3
- print:
- 鏡華
- 妳在那裡嗎!?
- wait:
- 25
- pop:
- 111111
- print:
- 鏡華
- 禊!
- touch: *o0
- vo_effect:
- 4
- focus:
- 0
- bust:
- 0
- 0
- vo:
- vo_adv_5025002_038
- face:
- 1
- 1
- print:
- 禊
- 咦?
- wait:
- 40
- print:
- 禊
- 剛才的聲音……
- wait:
- 45
- print:
- 禊
- 是鏡華
- wait:
- 20
- print:
- 禊
- 嗎?
- touch: *o0
- window_visible:
- FALSE
- vo_effect:
- 0
- fadeout:
- 111111
- 30
- bg_pan:
- 0
- -170
- window_visible:
- TRUE
- focus:
- 0
- bust:
- 0
- 0
- face:
- 0
- 1
- print:
- 旁白
- 鏡華為了找出禊聲音的源頭而出聲向她搭話。
- touch: *o0
- window_visible:
- FALSE
- amb_stop:
- 1
- bgm:
- stop
- 1
- black_out:
- 1
- 1
- end: *o0
| 9.826667 | 73 | 0.513621 |
1dd3c9269f15745bcd9946b7156686ecafdb6faa | 44 | yml | YAML | openshift/installer/vendored/openshift-ansible-3.9.14-1/roles/etcd/tasks/migrate.add_ttls.yml | fahlmant/openshift-tools | dbb4f16ccde3404c36c23108c45ca7b67138ee12 | [
"Apache-2.0"
] | 164 | 2015-07-29T17:35:04.000Z | 2021-12-16T16:38:04.000Z | openshift/installer/vendored/openshift-ansible-3.9.14-1/roles/etcd/tasks/migrate.add_ttls.yml | fahlmant/openshift-tools | dbb4f16ccde3404c36c23108c45ca7b67138ee12 | [
"Apache-2.0"
] | 3,634 | 2015-06-09T13:49:15.000Z | 2022-03-23T20:55:44.000Z | openshift/installer/vendored/openshift-ansible-3.9.14-1/roles/etcd/tasks/migrate.add_ttls.yml | fahlmant/openshift-tools | dbb4f16ccde3404c36c23108c45ca7b67138ee12 | [
"Apache-2.0"
] | 250 | 2015-06-08T19:53:11.000Z | 2022-03-01T04:51:23.000Z | ---
- include_tasks: migration/add_ttls.yml
| 14.666667 | 39 | 0.75 |
b16b561826b81cf0cc5c6fca6a46ccb32accec5c | 806 | yml | YAML | .travis.yml | esneider/talloc | 3c12a1a18489ee2848a3492d1d1e295820f9bb54 | [
"MIT"
] | 41 | 2015-01-22T08:23:01.000Z | 2021-12-06T20:02:22.000Z | .travis.yml | esneider/talloc | 3c12a1a18489ee2848a3492d1d1e295820f9bb54 | [
"MIT"
] | 1 | 2015-03-25T08:30:07.000Z | 2015-06-02T16:21:45.000Z | .travis.yml | esneider/talloc | 3c12a1a18489ee2848a3492d1d1e295820f9bb54 | [
"MIT"
] | 5 | 2015-04-08T21:57:50.000Z | 2021-08-12T17:13:08.000Z | env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
secure: HMuYz1i50Io7nxgUus91SNnhVk2KJplsmxQSV2T41u1GN2Ub4iDtbgpm0NCHT6Wo2yOycqX6pkfQttlGthyZuTPzDcMRCIZHwVDtNlUIBYtNlUo87mKlgOvQSoV0rUozPKxeCpG9cv/p9W2Jldu9APuaWYlCRybIukf9xv5rJM0=
language: c
compiler:
- gcc
- clang
before_install:
- sudo pip install cpp-coveralls
script:
- make test
after_success:
- coveralls
addons:
coverity_scan:
project:
name: "esneider/talloc"
description: "Hierarchical memory allocator"
notification_email: dariosn@gmail.com
build_command_prepend: true
build_command: make test
branch_pattern: master
| 25.1875 | 188 | 0.719603 |
fefb223ff0ce7565c901e8c87120b445b2666d80 | 692 | yml | YAML | .travis.yml | songxingguo/gallery-by-react | ebaaa0e2c74bbe29cfd206ec4ed94582046d279f | [
"MIT"
] | 1 | 2018-03-05T09:43:16.000Z | 2018-03-05T09:43:16.000Z | .travis.yml | songxingguo/gallery-by-react | ebaaa0e2c74bbe29cfd206ec4ed94582046d279f | [
"MIT"
] | null | null | null | .travis.yml | songxingguo/gallery-by-react | ebaaa0e2c74bbe29cfd206ec4ed94582046d279f | [
"MIT"
] | null | null | null | language: node_js
node_js: stable
# S: Build Lifecycle
install:
- npm install
before_script:
# - npm install -g gulp
script:
- npm run dist
after_script:
- cd ./dist
- git init
- git config user.name "songxingguo"
- git config user.email "1328989942@qq.com"
- git add .
- git commit -m "Update Blog By TravisCI With Build $TRAVIS_BUILD_NUMBER"
# Github Pages
- git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages
# Github Pages
- git push --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages --tags
# E: Build LifeCycle
branches:
only:
- master
env:
global:
# Github Pages
- GH_REF: github.com/songxingguo/gallery-by-react.git
| 20.352941 | 76 | 0.677746 |
00cc154c42dba14837efa6166643d28cc75fba96 | 1,860 | yml | YAML | promethus/alertmanager.yml | zykzhang/practice | 180cdf41ae6397b1e71059fc32389cb305e8fea0 | [
"Apache-2.0"
] | null | null | null | promethus/alertmanager.yml | zykzhang/practice | 180cdf41ae6397b1e71059fc32389cb305e8fea0 | [
"Apache-2.0"
] | null | null | null | promethus/alertmanager.yml | zykzhang/practice | 180cdf41ae6397b1e71059fc32389cb305e8fea0 | [
"Apache-2.0"
] | 1 | 2017-12-26T17:10:15.000Z | 2017-12-26T17:10:15.000Z | global:
# The smarthost and SMTP sender used for mail notifications.
smtp_smarthost: 'smtp.163.com:25'
smtp_from: "zyk7676@163.com"
smtp_auth_username: "zyk7676@163.com"
smtp_auth_password: "dx853556721"
# The auth token for Hipchat.
route:
group_by: [Alertname]
# Send all notifications to me.
receiver: email-me
# When a new group of alerts is created by an incoming alert, wait at
# least 'group_wait' to send the initial notification.
# This way ensures that you get multiple alerts for the same group that start
# firing shortly after another are batched together on the first
# notification.
group_wait: 30s
# When the first notification was sent, wait 'group_interval' to send a batch
# of new alerts that started firing for that group.
group_interval: 5m
# If an alert has successfully been sent, wait 'repeat_interval' to
# resend them.
repeat_interval: 5m
receivers:
- name: email-me
email_configs:
- to: "mozhata@aliyun.com"
# Inhibition rules allow to mute a set of alerts given that another alert is
# firing.
# We use this to mute any warning-level notifications if the same alert is
# already critical.
inhibit_rules:
- source_match:
go_label: 'gorountine_less_2'
target_match_re:
go_label: 'gorountine_less_[0,1]'
# target_match:
# go_label: 'gorountine_less_0'
# go_label: 'gorountine_less_1'
# Apply inhibition if the alertname is the same.
equal: ['Alertname']
# # Inhibition rules allow to mute a set of alerts given that another alert is
# # firing.
# # We use this to mute any warning-level notifications if the same alert is
# # already critical.
# inhibit_rules:
# - source_match:
# severity: 'critical'
# target_match:
# severity: 'warning'
# # Apply inhibition if the alertname is the same.
# equal: ['alertname', 'cluster', 'service'] | 30.491803 | 79 | 0.726344 |
690ffd35c9ea53f411fdabf32a7b4dfe967387de | 1,557 | yml | YAML | docker-compose.yml | adriamanu/EFK-stack | d0ebc078ae94543a626947144f052c2b3c40d3e7 | [
"Unlicense"
] | null | null | null | docker-compose.yml | adriamanu/EFK-stack | d0ebc078ae94543a626947144f052c2b3c40d3e7 | [
"Unlicense"
] | null | null | null | docker-compose.yml | adriamanu/EFK-stack | d0ebc078ae94543a626947144f052c2b3c40d3e7 | [
"Unlicense"
] | null | null | null | # https://docs.fluentd.org/v/0.12/container-deployment/docker-compose
version: "3"
services:
elastic:
image: docker.elastic.co/elasticsearch/elasticsearch:7.9.2
container_name: EFK_elastic
ports:
- "9200:9200"
volumes:
- data:/usr/share/elasticsearch/data
networks:
- EFK_network
environment:
- node.name=EFK_elastic
- cluster.name=es-docker-cluster
- cluster.initial_master_nodes=EFK_elastic
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
ulimits:
memlock:
soft: -1
hard: -1
kibana:
image: docker.elastic.co/kibana/kibana:7.9.2
container_name: EFK_kibana
ports:
- "5601:5601"
environment:
ELASTICSEARCH_URL: http://EFK_elastic:9200
ELASTICSEARCH_HOSTS: http://EFK_elastic:9200
networks:
- EFK_network
depends_on:
- elastic
fluentd:
build:
context: ./fluentd
dockerfile: fluentd.Dockerfile
volumes:
- ./fluentd/conf:/fluentd/etc
ports:
- "24224:24224"
- "24224:24224/udp"
- "9880:9880"
depends_on:
- elastic
- kibana
networks:
- EFK_network
node-app:
build:
context: ./node-app
dockerfile: node-app.Dockerfile
ports:
- "3001:3000"
depends_on:
- fluentd
networks:
- EFK_network
logging:
driver: "fluentd"
options:
fluentd-address: localhost:24224
volumes:
data:
driver: local
networks:
EFK_network:
driver: bridge
| 20.76 | 69 | 0.614001 |
0e59089c344bf84a78dc3ae90406b2d9e85e66a2 | 325 | yml | YAML | .github/workflows/audit.yml | NSIS-Dev/homebrew-nsis | c33386eb0695c73b2198dbb393a7bdece38e9853 | [
"BSD-2-Clause"
] | null | null | null | .github/workflows/audit.yml | NSIS-Dev/homebrew-nsis | c33386eb0695c73b2198dbb393a7bdece38e9853 | [
"BSD-2-Clause"
] | 10 | 2019-09-08T14:11:18.000Z | 2021-08-09T00:57:15.000Z | .github/workflows/audit.yml | NSIS-Dev/homebrew-nsis | c33386eb0695c73b2198dbb393a7bdece38e9853 | [
"BSD-2-Clause"
] | 2 | 2020-06-04T10:06:26.000Z | 2021-07-05T16:35:32.000Z | name: Audit Formulas
on:
push:
branches:
- master
jobs:
audit:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Update Homebrew
run: brew update
- name: Audit Formulas
run: for file in ./Formula/*.rb; do echo "Testing $file"; brew audit $file --online; done
| 17.105263 | 96 | 0.609231 |
a0cacdf0e0d5caded024c7487be4a760c6986155 | 652 | yml | YAML | locust/docker-compose.yml | TangxingZhou/docker-hub | d31a6b90a37c4ccf09bdc5205850de9aa175221f | [
"MIT"
] | null | null | null | locust/docker-compose.yml | TangxingZhou/docker-hub | d31a6b90a37c4ccf09bdc5205850de9aa175221f | [
"MIT"
] | null | null | null | locust/docker-compose.yml | TangxingZhou/docker-hub | d31a6b90a37c4ccf09bdc5205850de9aa175221f | [
"MIT"
] | null | null | null | version: '3'
services:
locust_master:
image: locust:master
#command: --headless -u 100 -r 10 -t 1m expect-workers 1
restart: always
ports:
- "8089:8089"
- "5557:5557"
#network_mode: "host"
locust_slave:
image: locust:worker
#command: --master-host locust_master
#restart: always
volumes:
- "$PWD:/go/src/test.com/worker"
network:
- locust_master
locust_worker:
image: locustio/locust
command: --worker -f /app/locustfile.py --master-host locust_master
#restart: always
volumes:
- "$PWD/locustfile.py:/app/locustfile.py"
network:
- locust_master
| 21.733333 | 71 | 0.627301 |
119ff5c2b881ffc52c6bc8414ae586ea2db914df | 76 | yml | YAML | tasks/main.yml | BhavleenKaur/ansible-encrypt-ami | eefab9e45cd6a14d8eea8e5751452c6064fdf947 | [
"MIT"
] | 1 | 2020-03-26T23:59:34.000Z | 2020-03-26T23:59:34.000Z | tasks/main.yml | BhavleenKaur/ansible-encrypt-ami | eefab9e45cd6a14d8eea8e5751452c6064fdf947 | [
"MIT"
] | null | null | null | tasks/main.yml | BhavleenKaur/ansible-encrypt-ami | eefab9e45cd6a14d8eea8e5751452c6064fdf947 | [
"MIT"
] | null | null | null | ---
- include: get-source-ami-info.yml
- include: create-encrypted-ami.yml
| 15.2 | 35 | 0.710526 |
8cdb8812a833ca29beff3311d95fa57f18ff0bca | 227 | yml | YAML | resources/items.yml | Todo56/LifeboatSurvivalMode | 8d38d063ce0cedf2abf2e1111e442fd6354cb49f | [
"Apache-2.0"
] | 3 | 2020-05-19T00:50:29.000Z | 2020-05-28T21:14:44.000Z | resources/items.yml | Todo56/LifeboatSurvivalMode | 8d38d063ce0cedf2abf2e1111e442fd6354cb49f | [
"Apache-2.0"
] | null | null | null | resources/items.yml | Todo56/LifeboatSurvivalMode | 8d38d063ce0cedf2abf2e1111e442fd6354cb49f | [
"Apache-2.0"
] | 3 | 2020-05-28T21:15:12.000Z | 2021-03-08T21:07:29.000Z | items:
- "4:0:32" # forma: itemid:itemdata:quantity nice website for ids: https://minecraft-ids.grahamedgecombe.com/
- "1:0:64"
- "264:0:1"
- "280:0:3"
- "320:0:5"
- "366:0:4"
- "351:4:4"
- "265:0:2" | 25.222222 | 116 | 0.537445 |
e922609fbd33965d2094e3b79961e2060f4d93a8 | 2,113 | yml | YAML | cloud_auto/ansible/roles/image_inner_docker_install/tasks/main.yml | longlg88/renewAutomation | 52c3a1529766d5fe24fd6979816796353e471693 | [
"Apache-2.0"
] | null | null | null | cloud_auto/ansible/roles/image_inner_docker_install/tasks/main.yml | longlg88/renewAutomation | 52c3a1529766d5fe24fd6979816796353e471693 | [
"Apache-2.0"
] | null | null | null | cloud_auto/ansible/roles/image_inner_docker_install/tasks/main.yml | longlg88/renewAutomation | 52c3a1529766d5fe24fd6979816796353e471693 | [
"Apache-2.0"
] | null | null | null | ---
- name: Find my home
shell: "grep '{{ ansible_user }}:' /etc/passwd | awk -F: '{ print $6 }'"
register: user_home
# install docker
#- name: Copy docker install shell on ubuntu
# copy: src=../../../files/docker_install_ubuntu.sh dest={{ user_home.stdout }}/automation/initial/docker_install.sh mode=0755
# when: ansible_distribution == "Ubuntu" or ansible_distribution == "TmaxLinux""
# become: true
#- name: Execute docker install shell <update & install docker>
# shell: "{{ user_home.stdout }}/automation/initial/docker_install.sh 2>&1 | tee {{ user_home.stdout }}/automation/log/progress"
# when: ansible_distribution == "Ubuntu" or ansible_distribution == "TmaxLinux"" and aptInstall == "yes"
# become: true
# setting docker daemon json
- name: Make docker daemon json
file: path=/etc/docker/daemon.json state=touch mode=0755
become: true
- name: Execute shell that insecure ip in daemon.json
shell: echo '{ "insecure-registries":["{{ image_registry }}:5000"], "storage-driver":"aufs" }' > /etc/docker/daemon.json
become: true
- name: service docker restart
service: name=docker state=restarted
become: true
# setting modified docker binaries
- name: Make docker binary directory
file: path={{ user_home.stdout }}/automation/initial/{{ item }} state=directory
with_items:
- docker_binary
become: true
- name: Copy modified docker binaries
copy: src=../../../files/binary/docker_binary.tar dest={{ user_home.stdout }}/automation/initial/docker_binary.tar mode=0755
when: ansible_distribution == "Ubuntu" or ansible_distribution == "TmaxLinux"
become: true
- name: Copy unarchive_setting.sh
copy: src=../../../files/unarchive_setting.sh dest={{ user_home.stdout }}/automation/initial mode=0755
when: ansible_distribution == "Ubuntu" or ansible_distribution == "TmaxLinux"
become: true
- name: Unarchive docker binary tar & modify
shell: "{{ user_home.stdout }}/automation/initial/unarchive_setting.sh 2>&1 >> {{ user_home.stdout }}/automation/log/progress"
when: ansible_distribution == "Ubuntu" or ansible_distribution == "TmaxLinux"
become: true
| 41.431373 | 129 | 0.723616 |
d6798fadab5dffc8833d6061bedd4eb2fb032e3e | 318 | yml | YAML | es/commands/brokerportfolio.yml | PeterStark000/LorittaLocales | 939ea016baa361a8037ad35691ec6e429f3b2f61 | [
"MIT"
] | 24 | 2017-07-24T20:15:48.000Z | 2022-03-30T17:24:06.000Z | es/commands/brokerportfolio.yml | PeterStark000/LorittaLocales | 939ea016baa361a8037ad35691ec6e429f3b2f61 | [
"MIT"
] | 22 | 2018-05-11T22:50:29.000Z | 2021-12-01T22:49:53.000Z | es/commands/brokerportfolio.yml | PeterStark000/LorittaLocales | 939ea016baa361a8037ad35691ec6e429f3b2f61 | [
"MIT"
] | 82 | 2017-08-28T13:16:10.000Z | 2021-09-27T13:41:38.000Z | ---
description: "Vea su cartera de acciones que compró a través del Home Broker de la Loritta"
title: "Su Cartera de Acciones"
youHaveStocksInThisTicker: "Tienes ** {0} {1} ** en este ticker. Gastaste **{2} sueños** en este ticker, si vendieras todas las acciones de este ticker ahora, ganarías **{3} sueños ({4})**"
| 63.6 | 189 | 0.720126 |
e270a682f18903a6fe04f69da0ae6ac545dd3bd0 | 340 | yml | YAML | provision/roles/worker/tasks/main.yml | faisallarai/kubernetes_vagrant_ansible | bdbd951ff33e1ca29b8b2af5bc11f149d06c3409 | [
"MIT"
] | null | null | null | provision/roles/worker/tasks/main.yml | faisallarai/kubernetes_vagrant_ansible | bdbd951ff33e1ca29b8b2af5bc11f149d06c3409 | [
"MIT"
] | null | null | null | provision/roles/worker/tasks/main.yml | faisallarai/kubernetes_vagrant_ansible | bdbd951ff33e1ca29b8b2af5bc11f149d06c3409 | [
"MIT"
] | null | null | null | ---
- name: Copy the join command to server location
copy:
src: join-command
dest: /tmp/join-command.sh
mode: 0777
- name: Check if already joined
stat:
path: /etc/kubernetes/pki/ca.crt
register: stat_result
- name: Join the node to cluster
command: sh /tmp/join-command.sh
when: stat_result.stat.exists == False | 22.666667 | 48 | 0.691176 |
2cec393fdd9609284eacb086373d32654fd95b7b | 348 | yaml | YAML | abap-api-tools/api/_test/yaml/alpha.yaml | iamNoah1/fundamental-tools | b4494f27cc3bcab62a6d49bcb8f959e89157ad5a | [
"Apache-2.0"
] | 48 | 2020-07-01T22:21:53.000Z | 2022-03-09T12:22:43.000Z | abap-api-tools/api/_test/yaml/alpha.yaml | iamNoah1/fundamental-tools | b4494f27cc3bcab62a6d49bcb8f959e89157ad5a | [
"Apache-2.0"
] | 23 | 2020-10-06T13:31:11.000Z | 2021-09-29T14:42:06.000Z | abap-api-tools/api/_test/yaml/alpha.yaml | isabella232/fundamental-tools | 3c3f1b2af97e8e67af9d75b2588496435426ccb9 | [
"Apache-2.0"
] | 9 | 2020-08-23T21:30:33.000Z | 2022-02-27T18:51:49.000Z | all:
- ALPHA
- CUNIT
- ISOLA
- MATN1
rfm:
/COE/RBP_FE_DATATYPES:
CT_TABLE:
ZLANG: ISOLA
ZSHLP_DEBI: ALPHA
ZSHLP_MAT1: MATN1
ZUNIT_DTEL: CUNIT
IS_INPUT:
ZLANG: ISOLA
ZSHLP_DEBI: ALPHA
ZSHLP_MAT1: MATN1
ZUNIT_DTEL: CUNIT
IV_LANGU:
LANGU: ISOLA
IV_LANGU_D: ISOLA
size: 4
| 15.818182 | 24 | 0.600575 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.