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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f168d3aaf096938b5f8d90e4095a0d882236693b | 324 | yml | YAML | clab/test_data/topo10.yml | bclasse/containerlab | 6c911b28bd52d39d4a9afa9afb155ed9a4ddb290 | [
"BSD-3-Clause"
] | null | null | null | clab/test_data/topo10.yml | bclasse/containerlab | 6c911b28bd52d39d4a9afa9afb155ed9a4ddb290 | [
"BSD-3-Clause"
] | null | null | null | clab/test_data/topo10.yml | bclasse/containerlab | 6c911b28bd52d39d4a9afa9afb155ed9a4ddb290 | [
"BSD-3-Clause"
] | null | null | null | name: topo10
topology:
defaults:
env-files:
- envfile2
nodes:
node1:
kind: linux
env:
env1: val1
env2: val2
mgmt_ipv4: 172.100.100.11
node2:
kind: linux
mgmt_ipv4: 172.100.100.12
labels:
node-label: value
env-files:
- envfile1
| 15.428571 | 31 | 0.524691 |
bd61584d60fa7a7045aff552fa3c0e83bb7ea777 | 704 | yml | YAML | .github/workflows/main.yml | teddyphreak/cookiecutter-ansible-role | b4ed1368daa9e3af396022244c963159c6191409 | [
"MIT"
] | null | null | null | .github/workflows/main.yml | teddyphreak/cookiecutter-ansible-role | b4ed1368daa9e3af396022244c963159c6191409 | [
"MIT"
] | null | null | null | .github/workflows/main.yml | teddyphreak/cookiecutter-ansible-role | b4ed1368daa9e3af396022244c963159c6191409 | [
"MIT"
] | 2 | 2020-01-28T10:42:17.000Z | 2021-02-09T21:59:55.000Z | ---
name: CI
on:
pull_request:
push:
branches:
- master
schedule:
- cron: "0 5 * * 0"
defaults:
run:
working-directory: cookiecutter-ansible-role
jobs:
pytest:
name: Pytest
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v2
with:
path: 'cookiecutter-ansible-role'
- name: Set up Python 3.
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install test dependencies.
run: pip3 install ansible molecule[docker] docker pytest pytest-testinfra
- name: Run Pytest
run: pytest -s
env:
PY_COLORS: '1'
| 18.051282 | 81 | 0.575284 |
af725d90d4284f28f3254be69263f12981f971ab | 7,604 | yml | YAML | 4. Creating documentes in Pimcore/tmp/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/config/services.yml | PacktPublishing/Modernizing-Enterprise-CMS-using-Pimcore | 3ee27fff6172d68e9a0759f9f6a0cafbc4d61ac1 | [
"MIT"
] | 6 | 2021-07-04T09:24:23.000Z | 2022-01-23T20:52:12.000Z | 4. Creating documentes in Pimcore/tmp/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/config/services.yml | PacktPublishing/Modernizing-Enterprise-CMS-using-Pimcore | 3ee27fff6172d68e9a0759f9f6a0cafbc4d61ac1 | [
"MIT"
] | 2 | 2020-11-14T20:12:07.000Z | 2022-01-18T13:43:00.000Z | 4. Creating documentes in Pimcore/tmp/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/config/services.yml | PacktPublishing/Modernizing-Enterprise-CMS-using-Pimcore | 3ee27fff6172d68e9a0759f9f6a0cafbc4d61ac1 | [
"MIT"
] | 3 | 2021-06-29T05:35:49.000Z | 2021-10-01T13:36:53.000Z | services:
_defaults:
autowire: true
autoconfigure: true
#
# SESSION
#
# Sessions need to be configured (e.g. adding custom attribute bags) before they are started. The configurator handles
# a collection of configurator instances which can be added via addConfigurator or by using the pimcore.session.configurator
# DI tag. See the SessionConfiguratorPass for details.
Pimcore\Session\SessionConfigurator:
public: false
#
# SECURITY
#
# Decorate the symfony encoder factory with our own. Encoders operating on pimcore admin users and pimcore objects using
# the password field definition need access to the user instance while encoding the password. Our factory allows delegating
# encoder building to sub-factories which are able to build and cache an encoder per user object.
#
# See UserAwareEncoderFactory which is used from the admin bundle and from CMS demo profile.
#
# The second argument (factory mapping) is read from config (pimcore.security.encoder_factories) and set by the extension.
pimcore.security.encoder_factory:
class: Pimcore\Security\Encoder\EncoderFactory
decorates: security.encoder_factory
arguments: ['@pimcore.security.encoder_factory.inner', '@?']
public: false
#
# INFRASTRUCTURE
#
# creates needed pimcore directories
Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer:
public: false
tags:
- { name: kernel.cache_warmer }
Pimcore\Cache\Symfony\CacheClearer:
public: true
Pimcore\Helper\LongRunningHelper:
public: true
calls:
- [setLogger, ['@logger']]
tags:
- { name: monolog.logger, channel: pimcore }
#
# CONFIG
#
Pimcore\Config:
public: true
Pimcore\Config\ReportConfigWriter: ~
#
# CONTROLLERS
#
# auto-register all controllers as services
Pimcore\Bundle\CoreBundle\Controller\:
resource: '../../Controller'
public: true
tags: ['controller.service_arguments']
Pimcore\Controller\Config\ConfigNormalizer:
calls:
- [setRoutingDefaults, ['%pimcore.routing.defaults%']]
Pimcore\Controller\Config\ControllerDataProvider:
public : true
arguments:
$serviceControllers: '%pimcore.service_controllers%'
#
# HTTP/REST clients
#
Pimcore\Http\ClientFactory:
# keep this public until static method was removed
public: true
pimcore.http_client:
alias: GuzzleHttp\Client
public: true
GuzzleHttp\Client:
public: true
class: \GuzzleHttp\Client
factory: ['@Pimcore\Http\ClientFactory', createClient]
pimcore.rest_client:
deprecated: ~
alias: Pimcore\Tool\RestClient
public: true
Pimcore\Tool\RestClient:
deprecated: ~
public: true
arguments:
- '@pimcore.http_client'
# Newsletter Adapter
pimcore.document.newsletter.factory.default:
class: Pimcore\Document\Newsletter\DefaultAddressSourceAdapterFactory
arguments:
- 'Pimcore\Document\Newsletter\AddressSourceAdapter\DefaultAdapter'
pimcore.document.newsletter.factory.csv:
class: Pimcore\Document\Newsletter\DefaultAddressSourceAdapterFactory
arguments:
- 'Pimcore\Document\Newsletter\AddressSourceAdapter\CsvList'
pimcore.document.newsletter.factory.report:
class: Pimcore\Document\Newsletter\ReportAddressSourceAdapterFactory
arguments:
- '@pimcore.custom_report.adapter.factories'
pimcore.newsletter.address_source_adapter.factories:
public: true
class: Symfony\Component\DependencyInjection\ServiceLocator
tags: ['container.service_locator']
# CustomReport Adapter
pimcore.custom_report.adapter.factory.sql:
class: Pimcore\Model\Tool\CustomReport\Adapter\DefaultCustomReportAdapterFactory
arguments:
- 'Pimcore\Model\Tool\CustomReport\Adapter\Sql'
pimcore.custom_report.adapter.factory.analytics:
class: Pimcore\Model\Tool\CustomReport\Adapter\DefaultCustomReportAdapterFactory
arguments:
- 'Pimcore\Model\Tool\CustomReport\Adapter\Analytics'
pimcore.custom_report.adapter.factories:
class: Symfony\Component\DependencyInjection\ServiceLocator
public: true
tags: ['container.service_locator']
# DataObject Consent Service
Pimcore\DataObject\Consent\Service:
public: true
Pimcore\Translation\ExportDataExtractorService\ExportDataExtractorServiceInterface:
class: Pimcore\Translation\ExportDataExtractorService\ExportDataExtractorService
Pimcore\Translation\ExportService\ExportServiceInterface:
class: Pimcore\Translation\ExportService\ExportService
Pimcore\Translation\ExportDataExtractorService\DataExtractor\DataObjectDataExtractor:
tags: [{name: pimcore.translation.data-extractor, type: object}]
Pimcore\Translation\ExportDataExtractorService\DataExtractor\DocumentDataExtractor:
tags: [{name: pimcore.translation.data-extractor, type: document}]
Pimcore\Translation\ExportService\Exporter\ExporterInterface:
class: Pimcore\Translation\ExportService\Exporter\Xliff12Exporter
Pimcore\Translation\ImporterService\ImporterServiceInterface:
class: Pimcore\Translation\ImporterService\ImporterService
Pimcore\Translation\ImporterService\Importer\DataObjectImporter:
tags: [{name: pimcore.translation.importer, type: object}]
Pimcore\Translation\ImporterService\Importer\DocumentImporter:
tags: [{name: pimcore.translation.importer, type: document}]
Pimcore\Translation\ImportDataExtractor\ImportDataExtractorInterface:
class: Pimcore\Translation\ImportDataExtractor\Xliff12DataExtractor
Pimcore\Translation\ImportDataExtractor\TranslationItemResolver\TranslationItemResolverInterface:
class: Pimcore\Translation\ImportDataExtractor\TranslationItemResolver\TranslationItemResolver
Pimcore\Translation\Escaper\Xliff12Escaper: ~
Pimcore\Model\DataObject\ClassDefinition\ClassDefinitionManager:
public: true
Pimcore\Model\DataObject\ClassDefinition\ClassLayoutDefinitionManager:
public: true
# Override Swiftmailer redirecting plugin
swiftmailer.plugin.redirecting.abstract:
abstract: true
class: Pimcore\Mail\Plugins\RedirectingPlugin
Pimcore\Model\DataObject\QuantityValue\UnitConversionService:
public: true
Pimcore\Model\DataObject\QuantityValue\QuantityValueConverterInterface:
public: true
class: Pimcore\Model\DataObject\QuantityValue\DefaultConverter
Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter:
tags:
- { name: request.param_converter, priority: -2, converter: data_object_converter }
Symfony\Component\Lock\PersistingStoreInterface:
class: Symfony\Component\Lock\Store\PdoStore
arguments:
- '@database_connection'
Symfony\Component\Lock\Store\RetryTillSaveStore:
arguments:
- '@Symfony\Component\Lock\PersistingStoreInterface'
- 1000
Symfony\Component\Lock\LockFactory:
public: true
class: Symfony\Component\Lock\Factory
arguments:
- '@Symfony\Component\Lock\Store\RetryTillSaveStore'
Symfony\Component\Lock\Factory:
public: true
alias: Symfony\Component\Lock\LockFactory
| 33.795556 | 128 | 0.71686 |
9cf2567b925d3a41705d96454dba9a79074394e1 | 949 | yml | YAML | test/deploy/linux/redis/install/rhel/roles/configure/tasks/main.yml | joshuabenuck/open-install-library | 02e9f0c99368ec5be210a456fae941831df72a31 | [
"Apache-2.0"
] | null | null | null | test/deploy/linux/redis/install/rhel/roles/configure/tasks/main.yml | joshuabenuck/open-install-library | 02e9f0c99368ec5be210a456fae941831df72a31 | [
"Apache-2.0"
] | null | null | null | test/deploy/linux/redis/install/rhel/roles/configure/tasks/main.yml | joshuabenuck/open-install-library | 02e9f0c99368ec5be210a456fae941831df72a31 | [
"Apache-2.0"
] | 2 | 2021-02-02T21:49:43.000Z | 2021-05-07T20:55:50.000Z | ---
- debug:
msg: Install Redis
- name: Set default create_env_var (default not create)
set_fact:
create_env_var: "false"
when: create_env_var is undefined
- name: update packages
shell: yum update -y
become: true
- name: Copy Epel repo file
shell: amazon-linux-extras install epel -y
become: true
- name: install Redis from EPEL repository
shell: yum install redis -y
become: true
- name: Copy redis config
template:
src: redis.conf
dest: /etc/redis.conf
become: true
- name: run redis
shell: service redis start
become: true
- block:
- name: Export PASSWORD
shell: "echo export NR_CLI_PASSWORD=notUsed >> ~/.bashrc"
- name: Export KEYS
shell: "echo export NR_CLI_KEYS={} >> ~/.bashrc"
- name: Export HOSTNAME
shell: "echo export NR_CLI_HOSTNAME=localhost >> ~/.bashrc"
- name: Export PORT
shell: "echo export NR_CLI_PORT=6379 >> ~/.bashrc"
when: create_env_var|bool
| 22.595238 | 63 | 0.682824 |
bbde3c62e65ade8820cc0f4bc3fe6f7ded0169da | 199 | yml | YAML | opendaylight/spec/acceptance/nodesets/fedora-23-docker.yml | mail2nsrajesh/openstack-puppet-modules | 9b818af52c47a0cb7013a1426948ea2cb415e77d | [
"Apache-2.0"
] | 33 | 2015-01-03T11:12:02.000Z | 2020-02-06T10:33:57.000Z | opendaylight/spec/acceptance/nodesets/fedora-23-docker.yml | mail2nsrajesh/openstack-puppet-modules | 9b818af52c47a0cb7013a1426948ea2cb415e77d | [
"Apache-2.0"
] | 31 | 2015-01-08T12:05:59.000Z | 2016-07-05T13:51:30.000Z | opendaylight/spec/acceptance/nodesets/fedora-23-docker.yml | mail2nsrajesh/openstack-puppet-modules | 9b818af52c47a0cb7013a1426948ea2cb415e77d | [
"Apache-2.0"
] | 46 | 2015-01-12T20:50:42.000Z | 2021-06-10T15:48:49.000Z | HOSTS:
fedora-23-docker:
roles:
- master
platform: el-7-x86_64
image: fedora:23
docker_cmd: '["/sbin/init"]'
hypervisor: docker
CONFIG:
log_level: verbose
type: foss
| 15.307692 | 32 | 0.623116 |
5b6e908d3cc85d9798189c36756777837f12fde0 | 391 | yml | YAML | threads/2065093/posts/49447464.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/2065093/posts/49447464.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/2065093/posts/49447464.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | url: showpost.php?p=49447464&postcount=14700
id: 49447464
tid: 2065093
num: 14700
datetime: 2012-09-03T06:30:00.000Z
user:
img: null
name: s6atthu123
title: K.I.A
joinDate: 2012-06-30T16:00:00.000Z
posts: 23
id: '1063361'
title: 'Re: [NEW RULE][From F17 With Love] - Thread Girl Xinh'
content:
html: "\r\n\t\t\t\r\n\t\t\txinh quá........\r\n\t\t"
text: xinh quá........
| 23 | 62 | 0.654731 |
3e62841710b4d68edd317570fd1253ad6f2e3dc0 | 6,969 | yml | YAML | docker-compose.yml | Wp-Otto/godock | 1a028568aa80e0957b9e0b287956fcdccc07f504 | [
"MIT"
] | null | null | null | docker-compose.yml | Wp-Otto/godock | 1a028568aa80e0957b9e0b287956fcdccc07f504 | [
"MIT"
] | null | null | null | docker-compose.yml | Wp-Otto/godock | 1a028568aa80e0957b9e0b287956fcdccc07f504 | [
"MIT"
] | 1 | 2021-03-31T21:55:10.000Z | 2021-03-31T21:55:10.000Z | # https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json
version: '3'
networks:
frontend:
driver: ${NETWORKS_DRIVER}
backend:
driver: ${NETWORKS_DRIVER}
volumes:
mysql:
driver: ${VOLUMES_DRIVER}
redis:
driver: ${VOLUMES_DRIVER}
neo4j:
driver: ${VOLUMES_DRIVER}
etcd:
driver: ${VOLUMES_DRIVER}
mongo:
driver: ${VOLUMES_DRIVER}
cassandra:
driver: ${VOLUMES_DRIVER}
elasticsearch:
driver: ${VOLUMES_DRIVER}
services:
### Go Workspace ##################################
go-workspace:
build:
context: ./go-workspace
args:
- BASE_IMAGE_TAG_PREFIX=${UBUNTU_BASE_IMAGE_TAG_PREFIX}
- GO_VERSION=${GO_VERSION}
- GO111MODULE=${GO111MODULE}
- http_proxy
- https_proxy
- no_proxy
volumes:
- ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}
ports:
- "${GO_WORKSPACE_API_SERVE_HOST_PORT}:8080"
tty: true
environment:
- WORKSPACENAME=${WORKSPACENAME}
depends_on:
- mysql
- redis
- etcd
networks:
- frontend
- backend
### MySQL ################################################
mysql:
build:
context: ./mysql
args:
- MYSQL_VERSION=${MYSQL_VERSION}
environment:
- MYSQL_DATABASE=${MYSQL_DATABASE}
- MYSQL_USER=${MYSQL_USER}
- MYSQL_PASSWORD=${MYSQL_PASSWORD}
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
- TZ=${WORKSPACE_TIMEZONE}
volumes:
- ${DATA_PATH_HOST}/mysql:/var/lib/mysql
- ${MYSQL_ENTRYPOINT_INITDB}:/docker-entrypoint-initdb.d
ports:
- "${MYSQL_PORT}:3306"
networks:
- backend
### Redis ################################################
redis:
build: ./redis
volumes:
- ${DATA_PATH_HOST}/redis:/data
ports:
- "${REDIS_PORT}:6379"
networks:
- backend
### Etcd ################################################
etcd:
image: 'bitnami/etcd:latest'
environment:
- ALLOW_NONE_AUTHENTICATION=yes
- ETCD_ADVERTISE_CLIENT_URLS=http://etcd:2379
ports:
- 2399:2379
- 2388:2380
networks:
- backend
### e3w ################################################
e3w:
image: soyking/e3w:latest
ports:
- "8088:8080"
volumes:
- ./e3w/config.ini:/app/conf/config.default.ini
networks:
- backend
depends_on:
- etcd
### Cassandra ############################################
cassandra:
build: ./cassandra
ports:
- "${CASSANDRA_TRANSPORT_PORT_NUMBER}:7000"
- "${CASSANDRA_JMX_PORT_NUMBER}:7199"
- "${CASSANDRA_CQL_PORT_NUMBER}:9042"
privileged: true
environment:
- CASSANDRA_VERSION=${CASSANDRA_VERSION}
- CASSANDRA_TRANSPORT_PORT_NUMBER=${CASSANDRA_TRANSPORT_PORT_NUMBER}
- CASSANDRA_JMX_PORT_NUMBER=${CASSANDRA_JMX_PORT_NUMBER}
- CASSANDRA_CQL_PORT_NUMBER=${CASSANDRA_CQL_PORT_NUMBER}
- CASSANDRA_USER=${CASSANDRA_USER}
- CASSANDRA_PASSWORD_SEEDER=${CASSANDRA_PASSWORD_SEEDER}
- CASSANDRA_PASSWORD=${CASSANDRA_PASSWORD}
- CASSANDRA_NUM_TOKENS=${CASSANDRA_NUM_TOKENS}
- CASSANDRA_HOST=${CASSANDRA_HOST}
- CASSANDRA_CLUSTER_NAME=${CASSANDRA_CLUSTER_NAME}
- CASSANDRA_SEEDS=${CASSANDRA_SEEDS}
- CASSANDRA_ENDPOINT_SNITCH=${CASSANDRA_ENDPOINT_SNITCH}
- CASSANDRA_ENABLE_RPC=${CASSANDRA_ENABLE_RPC}
- CASSANDRA_DATACENTER=${CASSANDRA_DATACENTER}
- CASSANDRA_RACK=${CASSANDRA_RACK}
hostname: laradock-cassandra
volumes:
- ${DATA_PATH_HOST}/cassandra:/var/lib/cassandra
networks:
- backend
### MongoDB ##############################################
mongo:
build: ./mongo
ports:
- "${MONGODB_PORT}:27017"
volumes:
- ${DATA_PATH_HOST}/mongo:/data/db
- ${DATA_PATH_HOST}/mongo_config:/data/configdb
networks:
- backend
### MongoWebUI ################################################
mongo-webui:
build:
context: ./mongo-webui
environment:
- ROOT_URL=${MONGO_WEBUI_ROOT_URL}
- MONGO_URL=${MONGO_WEBUI_MONGO_URL}
- INSTALL_MONGO=${MONGO_WEBUI_INSTALL_MONGO}
volumes:
- ${DATA_PATH_HOST}/mongo-webui:/data/db
ports:
- "${MONGO_WEBUI_PORT}:3000"
networks:
- backend
depends_on:
- mongo
### ZooKeeper #########################################
zookeeper:
build: ./zookeeper
volumes:
- ${DATA_PATH_HOST}/zookeeper/data:/data
- ${DATA_PATH_HOST}/zookeeper/datalog:/datalog
ports:
- "${ZOOKEEPER_PORT}:2181"
networks:
- backend
### Kafka #########################################
kafka:
image: wurstmeister/kafka
ports:
- 9092:9092
environment:
KAFKA_BROKER_ID: 0
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://192.168.110.87:9092 # 主机ip
KAFKA_CREATE_TOPICS: "default_topic:2:0" #kafka启动后初始化一个有2个partition(分区)0个副本名叫default_topic的topic
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
KAFKA_LISTENERS: PLAINTEXT://0.0.0.0:9092
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
volumes:
- ${DATA_PATH_HOST}/kafka/logs:/kafka
depends_on:
- zookeeper
networks:
- backend
### KafkaManager #########################################
kafka-manager:
image: sheepkiller/kafka-manager ## 镜像:开源的web管理kafka集群的界面
environment:
ZK_HOSTS: zookeeper:2181
ports:
- 9000:9000
depends_on:
- zookeeper
- kafka
networks:
- backend
### Neo4j ################################################
neo4j:
build: ./neo4j
ports:
- "7474:7474"
- "1337:1337"
environment:
- NEO4J_AUTH=default:secret
volumes:
- ${DATA_PATH_HOST}/neo4j:/var/lib/neo4j/data
networks:
- backend
### ElasticSearch ########################################
elasticsearch:
build:
context: ./elasticsearch
args:
- ELK_VERSION=${ELK_VERSION}
volumes:
- elasticsearch:/usr/share/elasticsearch/data
environment:
- cluster.name=laradock-cluster
- node.name=laradock-node
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- cluster.initial_master_nodes=laradock-node
ulimits:
memlock:
soft: -1
hard: -1
nofile:
soft: 65536
hard: 65536
ports:
- "${ELASTICSEARCH_HOST_HTTP_PORT}:9200"
- "${ELASTICSEARCH_HOST_TRANSPORT_PORT}:9300"
networks:
- backend
### Kibana ##############################################
kibana:
build:
context: ./kibana
args:
- ELK_VERSION=${ELK_VERSION}
ports:
- "${KIBANA_HTTP_PORT}:5601"
depends_on:
- elasticsearch
networks:
- backend
| 26.701149 | 105 | 0.562635 |
ecba7d48da6fbac91ab5c47280e3f1238ced9b84 | 1,109 | yml | YAML | content-types/services.yml | scottnath/punchcard | 10362d02f2caa00cdb5f68302d68f846876f4392 | [
"Apache-2.0"
] | 32 | 2016-05-26T18:19:17.000Z | 2021-10-10T19:45:19.000Z | content-types/services.yml | scottnath/punchcard | 10362d02f2caa00cdb5f68302d68f846876f4392 | [
"Apache-2.0"
] | 455 | 2016-05-15T21:57:25.000Z | 2017-04-19T15:10:24.000Z | content-types/services.yml | scottnath/punchcard | 10362d02f2caa00cdb5f68302d68f846876f4392 | [
"Apache-2.0"
] | 27 | 2016-05-18T10:00:30.000Z | 2020-11-10T00:12:25.000Z | name: Services
description: I am services
id: services
workflow: editor-approve
identifier: service-name
attributes:
- type: text
id: service-name
name: Service Name
description: Write a really cool name please.
required: save
inputs:
text:
placeholder: add svc name
- type: text
id: service-desciption
name: Service Desc
description: Write your brief desciption
required: publish
inputs:
text:
placeholder: add svc desc
- type: text
id: service-url
name: Service URL
required: publish
inputs:
text:
placeholder: add svc url
- type: email
id: service-email
name: Service Email
inputs:
text:
placeholder: add svc email
- type: checkbox
id: service-checkbox
name: Service Checkbox
required: save
repeatable: true
inputs:
checkbox:
options:
- label: Uno
value: one
- label: Dos
value: two
- label: Tres
value: three
- type: quote
id: service-quote
name: Service Quote
| 20.924528 | 49 | 0.604148 |
ece635fd879f4d9aaaf5d205d34e3985eca19ae3 | 494 | yaml | YAML | demo/istio/virtualservice-traffic-splitting.yaml | zhaoli2333/dubbo2istio | 07ab7fd68d6ff7851afa4c453b3feede3f2f1e0b | [
"Apache-2.0"
] | 16 | 2021-05-06T03:38:54.000Z | 2021-12-29T15:45:49.000Z | demo/istio/virtualservice-traffic-splitting.yaml | zhaoli2333/dubbo2istio | 07ab7fd68d6ff7851afa4c453b3feede3f2f1e0b | [
"Apache-2.0"
] | 8 | 2021-05-06T03:33:57.000Z | 2021-12-11T03:37:23.000Z | demo/istio/virtualservice-traffic-splitting.yaml | zhaoli2333/dubbo2istio | 07ab7fd68d6ff7851afa4c453b3feede3f2f1e0b | [
"Apache-2.0"
] | 8 | 2021-05-21T06:01:09.000Z | 2021-11-16T11:02:03.000Z | ---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: test-dubbo-route
spec:
hosts:
- org.apache.dubbo.samples.basic.api.demoservice
http:
- name: "reviews-traffic-splitting"
route:
- destination:
host: org.apache.dubbo.samples.basic.api.demoservice
subset: v1
weight: 20
- destination:
host: org.apache.dubbo.samples.basic.api.demoservice
subset: v2
weight: 80
| 24.7 | 64 | 0.619433 |
0bfc9fa8626b1cfd2abb20f551319ff28a826b5e | 367 | yaml | YAML | src/components/auth/auth.yaml | entu/entu-webapp | c42728f1285fd216c953e1c0dd10ec743b0b9587 | [
"MIT"
] | null | null | null | src/components/auth/auth.yaml | entu/entu-webapp | c42728f1285fd216c953e1c0dd10ec743b0b9587 | [
"MIT"
] | 10 | 2020-04-27T13:35:35.000Z | 2022-02-26T03:41:20.000Z | src/components/auth/auth.yaml | entu/entu-webapp | c42728f1285fd216c953e1c0dd10ec743b0b9587 | [
"MIT"
] | null | null | null | en:
signin: Sign In with
signout: Sign Out
choose_db: Choose database
info: Entu uses those providers for user authentication. We don't get nor save Your password.
et:
signin: Sisene
signout: Välju
choose_db: Vali andmebaas
info: Entu kasutab autentimiseks ülaltoodud teenusepakkujaid. Teie kasutajanime ega parooli meile ei edastata.
| 33.363636 | 114 | 0.743869 |
a90b1c7ce43d29513de22fe42a7fdafcd659721f | 630 | yml | YAML | PredictSalariesService/app/docs/predictions.yml | cealer/microservices-demo | 574261563e67b6f26c0e91a34b9c10f9b4f7c332 | [
"MIT"
] | null | null | null | PredictSalariesService/app/docs/predictions.yml | cealer/microservices-demo | 574261563e67b6f26c0e91a34b9c10f9b4f7c332 | [
"MIT"
] | 1 | 2022-01-22T11:40:29.000Z | 2022-01-22T11:40:29.000Z | PredictSalariesService/app/docs/predictions.yml | cealer/microservices-demo | 574261563e67b6f26c0e91a34b9c10f9b4f7c332 | [
"MIT"
] | null | null | null | ---
tags:
- Predictions
summary: "Make a salary prediction given a year's experience."
description: Return a salary prediction given your experience's years.
consumes:
- "application/json"
produces:
- "application/json"
parameters:
- name: body
in: body
required: true
schema:
required:
- experience
properties:
experience:
type: number
description: Year's experience
default: 1
definitions:
experience:
type: number
responses:
200:
description: prediction successfull.
examples:
experience: [12000.55] | 21.724138 | 70 | 0.62381 |
70ebfac49bd4759a44063e135d9f4121f38d8818 | 150 | yaml | YAML | _data/echo_which_bash_script_sh.yaml | HugoWen/commandlinefu.cn | d9fbe1029e1c3e0b9016fa63a4a805445a88ef42 | [
"Unlicense"
] | 161 | 2015-01-01T15:31:22.000Z | 2022-01-07T20:52:48.000Z | _data/echo_which_bash_script_sh.yaml | klone1127/commandlinefu.cn | 0f9104f9b6e4ea16e1f37d81fd1d2a4a5957d114 | [
"Unlicense"
] | 10 | 2015-01-04T15:59:44.000Z | 2017-05-21T19:22:02.000Z | _data/echo_which_bash_script_sh.yaml | klone1127/commandlinefu.cn | 0f9104f9b6e4ea16e1f37d81fd1d2a4a5957d114 | [
"Unlicense"
] | 52 | 2015-01-05T10:07:54.000Z | 2021-09-10T04:27:59.000Z | commandlinefu_id: 10186
translator:
weibo: ''
hide: true
command: |-
echo '#!'$(which bash) > script.sh
summary: |-
before writing a new script
| 16.666667 | 36 | 0.68 |
7fdeb605ca5d0c98dc2b6fe899591305f446f480 | 11,458 | yaml | YAML | cloudformation/iot-endpoint-static-ips.yaml | aws-samples/aws-iot-endpoint-with-static-ips | 5177b945e0e66c071e6f87049d10d517156505c5 | [
"MIT-0"
] | 1 | 2022-03-21T07:25:33.000Z | 2022-03-21T07:25:33.000Z | cloudformation/iot-endpoint-static-ips.yaml | aws-samples/aws-iot-endpoint-with-static-ips | 5177b945e0e66c071e6f87049d10d517156505c5 | [
"MIT-0"
] | 1 | 2022-02-25T11:22:39.000Z | 2022-02-25T11:22:39.000Z | cloudformation/iot-endpoint-static-ips.yaml | aws-samples/aws-iot-endpoint-with-static-ips | 5177b945e0e66c071e6f87049d10d517156505c5 | [
"MIT-0"
] | 1 | 2022-03-16T12:10:56.000Z | 2022-03-16T12:10:56.000Z | AWSTemplateFormatVersion: "2010-09-09"
Description: "IoT Endpoint with static IPs"
Parameters:
DomainName:
Type: String
Description: Domain name to use for the new IoT Endpoint with static IPs, without final dot.
Route53HostedZoneId:
Type: String
Description: Route53 HostedZoneId to create a new DNS record in.
CertificateArn:
Type: String
Description: The ARN of the certificate to use for the new IoT Endpoint. Leave empty to auto-create.
#############################################################################
Outputs:
ElasticIP1:
Description: Static IP address for IoT Endpoint at the new domain.
Value: !Ref ElasticIP1
ElasticIP2:
Description: Static IP address for IoT Endpoint at the new domain.
Value: !Ref ElasticIP2
#############################################################################
Conditions:
CreateCertificate: !Equals [!Ref CertificateArn, ""]
Resources:
#############################################################################
# Basic network resources with VPC, Subnets, Route Tables, etc.
VPC:
Type: AWS::EC2::VPC
Properties:
CidrBlock: 10.10.10.0/24
IGW:
Type: AWS::EC2::InternetGateway
AttachGateway:
Type: AWS::EC2::VPCGatewayAttachment
Properties:
VpcId: !Ref VPC
InternetGatewayId: !Ref IGW
SubnetPublic1:
Type: AWS::EC2::Subnet
Properties:
CidrBlock: 10.10.10.0/28
VpcId: !Ref VPC
AvailabilityZone: !Join ["", [!Ref "AWS::Region", "a"]]
SubnetPublic2:
Type: AWS::EC2::Subnet
Properties:
CidrBlock: 10.10.10.16/28
VpcId: !Ref VPC
AvailabilityZone: !Join ["", [!Ref "AWS::Region", "b"]]
SubnetPrivate1:
Type: AWS::EC2::Subnet
Properties:
CidrBlock: 10.10.10.32/28
VpcId: !Ref VPC
AvailabilityZone: !Join ["", [!Ref "AWS::Region", "a"]]
SubnetPrivate2:
Type: AWS::EC2::Subnet
Properties:
CidrBlock: 10.10.10.48/28
VpcId: !Ref VPC
AvailabilityZone: !Join ["", [!Ref "AWS::Region", "b"]]
PublicRouteTable:
Type: AWS::EC2::RouteTable
Properties:
VpcId: !Ref VPC
PrivateRouteTable:
Type: AWS::EC2::RouteTable
Properties:
VpcId: !Ref VPC
DefaultPublicRoute:
Type: AWS::EC2::Route
Properties:
RouteTableId: !Ref PublicRouteTable
DestinationCidrBlock: 0.0.0.0/0
GatewayId: !Ref IGW
SubnetPublic1RouteTableAssociation:
Type: AWS::EC2::SubnetRouteTableAssociation
Properties:
RouteTableId: !Ref PublicRouteTable
SubnetId: !Ref SubnetPublic1
SubnetPublic2RouteTableAssociation:
Type: AWS::EC2::SubnetRouteTableAssociation
Properties:
RouteTableId: !Ref PublicRouteTable
SubnetId: !Ref SubnetPublic2
SubnetPrivate1RouteTableAssociation:
Type: AWS::EC2::SubnetRouteTableAssociation
Properties:
RouteTableId: !Ref PrivateRouteTable
SubnetId: !Ref SubnetPrivate1
SubnetPrivate2RouteTableAssociation:
Type: AWS::EC2::SubnetRouteTableAssociation
Properties:
RouteTableId: !Ref PrivateRouteTable
SubnetId: !Ref SubnetPrivate2
#############################################################################
# IoT Domain Configuration and custom domain, certificate, DNS record
Certificate:
Type: AWS::CertificateManager::Certificate
Condition: CreateCertificate
Properties:
DomainName: !Ref DomainName
ValidationMethod: DNS
DomainValidationOptions:
- DomainName: !Ref DomainName
HostedZoneId: !Ref Route53HostedZoneId
IoTDomainConfiguration:
Type: AWS::IoT::DomainConfiguration
Properties:
DomainConfigurationName: StaticIPs-VPC-Endpoint-standalone
DomainName: !Ref DomainName
ServerCertificateArns:
- !If [CreateCertificate, !Ref Certificate, !Ref CertificateArn]
DNSRecord:
Type: AWS::Route53::RecordSet
Properties:
HostedZoneId: !Ref Route53HostedZoneId
Name: !Ref DomainName
Type: A
AliasTarget:
DNSName: !GetAtt NLB.DNSName
HostedZoneId: !GetAtt NLB.CanonicalHostedZoneID
#############################################################################
# VPC Endpoint and Lambda-based custom resource to get private IP addresses
IoTVPCEndpoint:
Type: AWS::EC2::VPCEndpoint
Properties:
VpcEndpointType: Interface
ServiceName: !Sub "com.amazonaws.${AWS::Region}.iot.data"
VpcId: !Ref VPC
SubnetIds:
- !Ref SubnetPrivate1
- !Ref SubnetPrivate2
SecurityGroupIds:
- !Ref IoTVPCEndpointSecurityGroup
# NLB does not support security groups, so allow ingress and egress traffic from anywhere (0.0.0.0/0)
IoTVPCEndpointSecurityGroup:
Type: AWS::EC2::SecurityGroup
Properties:
GroupDescription: Allow IoT Endpoint access from anywhere.
VpcId: !Ref VPC
SecurityGroupIngress:
- Description: Allow HTTPS from anywhere
IpProtocol: tcp
FromPort: 443
ToPort: 443
CidrIp: 0.0.0.0/0
- Description: Allow HTTPS-Alt from anywhere
IpProtocol: tcp
FromPort: 8443
ToPort: 8443
CidrIp: 0.0.0.0/0
- Description: Allow MQTTS from anywhere
IpProtocol: tcp
FromPort: 8883
ToPort: 8883
CidrIp: 0.0.0.0/0
SecurityGroupEgress:
- Description: Allow HTTPS to anywhere
IpProtocol: tcp
FromPort: 443
ToPort: 443
CidrIp: 0.0.0.0/0
- Description: Allow HTTPS-Alt to anywhere
IpProtocol: tcp
FromPort: 8443
ToPort: 8443
CidrIp: 0.0.0.0/0
- Description: Allow MQTTS to anywhere
IpProtocol: tcp
FromPort: 8883
ToPort: 8883
CidrIp: 0.0.0.0/0
VPCEndpointIPsLambdaFunction:
Type: AWS::Lambda::Function
DeletionPolicy: Delete
Properties:
Code:
ZipFile: |
import cfnresponse
import boto3
import json
def lambda_handler(event, context):
print('REQUEST RECEIVED:\n' + json.dumps(event))
responseStatus = cfnresponse.FAILED
responseData = {}
if 'RequestType' not in event:
responseData = {'error': 'RequestType not in event'}
elif event['RequestType'] == 'Delete':
responseStatus = cfnresponse.SUCCESS
elif event['RequestType'] in ['Create', 'Update']:
try:
responseData['IPs'] = []
ec2 = boto3.resource('ec2')
eni_ids = event['ResourceProperties']['NetworkInterfaceIds']
for eni_id in eni_ids:
eni = ec2.NetworkInterface(eni_id)
responseData['IPs'].append(eni.private_ip_address)
responseStatus = cfnresponse.SUCCESS
except Exception as e:
responseData = {'error': str(e)}
cfnresponse.send(event, context, responseStatus, responseData)
Handler: index.lambda_handler
Role: !GetAtt VPCEndpointIPsLambdaRole.Arn
Runtime: python3.9
Timeout: 10
VPCEndpointIPsLambdaRole:
Type: AWS::IAM::Role
Properties:
AssumeRolePolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Principal:
Service:
- lambda.amazonaws.com
Action:
- sts:AssumeRole
VPCEndpointIPsLambdaPolicy:
Type: AWS::IAM::Policy
Properties:
PolicyName: VPCEndpointIPsLambdaPolicy
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Action:
- ec2:DescribeNetworkInterfaces
- ec2:DescribeNetworkInterfaceAttribute
Resource: "*" # we need to list all ENIs to retrieve the associated private IP addresses
- Effect: Allow
Action:
- logs:CreateLogGroup
- logs:CreateLogStream
- logs:PutLogEvents
Resource: !Sub "arn:aws:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/lambda/${AWS::StackName}-*"
Roles:
- !Ref VPCEndpointIPsLambdaRole
IoTVPCEndpointIPs:
Type: Custom::VPCEndpointIPs
Properties:
ServiceToken: !GetAtt VPCEndpointIPsLambdaFunction.Arn
NetworkInterfaceIds: !GetAtt IoTVPCEndpoint.NetworkInterfaceIds
#############################################################################
# Network Load Balancer, Listeners, and Target Groups
ElasticIP1:
Type: AWS::EC2::EIP
DeletionPolicy: Retain
UpdateReplacePolicy: Retain
Properties:
Domain: vpc
ElasticIP2:
Type: AWS::EC2::EIP
DeletionPolicy: Retain
UpdateReplacePolicy: Retain
Properties:
Domain: vpc
NLB:
Type: AWS::ElasticLoadBalancingV2::LoadBalancer
Properties:
Scheme: internet-facing
Type: network
SubnetMappings:
- AllocationId: !GetAtt ElasticIP1.AllocationId
SubnetId: !Ref SubnetPublic1
- AllocationId: !GetAtt ElasticIP2.AllocationId
SubnetId: !Ref SubnetPublic2
HTTPSListener:
Type: AWS::ElasticLoadBalancingV2::Listener
Properties:
LoadBalancerArn: !Ref NLB
Port: 443
Protocol: TCP
DefaultActions:
- Type: forward
TargetGroupArn: !Ref HTTPSTargetGroup
HTTPSAltListener:
Type: AWS::ElasticLoadBalancingV2::Listener
Properties:
LoadBalancerArn: !Ref NLB
Port: 8443
Protocol: TCP
DefaultActions:
- Type: forward
TargetGroupArn: !Ref HTTPSAltTargetGroup
MQTTSListener:
Type: AWS::ElasticLoadBalancingV2::Listener
Properties:
LoadBalancerArn: !Ref NLB
Port: 8883
Protocol: TCP
DefaultActions:
- Type: forward
TargetGroupArn: !Ref MQTTSTargetGroup
HTTPSTargetGroup:
Type: AWS::ElasticLoadBalancingV2::TargetGroup
Properties:
Name: IoTVPCEndpointHTTPS
Protocol: TCP
Port: 443
TargetType: ip
VpcId: !Ref VPC
Targets:
- Id: !Select [0, !GetAtt IoTVPCEndpointIPs.IPs]
- Id: !Select [1, !GetAtt IoTVPCEndpointIPs.IPs]
TargetGroupAttributes:
- Key: stickiness.enabled
Value: true
- Key: stickiness.type
Value: source_ip
HTTPSAltTargetGroup:
Type: AWS::ElasticLoadBalancingV2::TargetGroup
Properties:
Name: IoTVPCEndpointHTTPSAlt
Protocol: TCP
Port: 8443
TargetType: ip
VpcId: !Ref VPC
Targets:
- Id: !Select [0, !GetAtt IoTVPCEndpointIPs.IPs]
- Id: !Select [1, !GetAtt IoTVPCEndpointIPs.IPs]
TargetGroupAttributes:
- Key: stickiness.enabled
Value: true
- Key: stickiness.type
Value: source_ip
MQTTSTargetGroup:
Type: AWS::ElasticLoadBalancingV2::TargetGroup
Properties:
Name: IoTVPCEndpointMQTTS
Protocol: TCP
Port: 8883
TargetType: ip
VpcId: !Ref VPC
Targets:
- Id: !Select [0, !GetAtt IoTVPCEndpointIPs.IPs]
- Id: !Select [1, !GetAtt IoTVPCEndpointIPs.IPs]
TargetGroupAttributes:
- Key: stickiness.enabled
Value: true
- Key: stickiness.type
Value: source_ip
| 29.916449 | 116 | 0.605865 |
c78a50c9af570f9e03e7469b87da5b0ce4dd1f63 | 1,624 | yml | YAML | docs-ref-autogen/azure-arm-automation/SourceControlSecurityTokenProperties.yml | daveba/azure-docs-sdk-node | 23dda4820db74fb1a2d912d7221621f7bee31b5f | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-06-11T09:22:46.000Z | 2021-06-11T09:22:46.000Z | docs-ref-autogen/azure-arm-automation/SourceControlSecurityTokenProperties.yml | daveba/azure-docs-sdk-node | 23dda4820db74fb1a2d912d7221621f7bee31b5f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/azure-arm-automation/SourceControlSecurityTokenProperties.yml | daveba/azure-docs-sdk-node | 23dda4820db74fb1a2d912d7221621f7bee31b5f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ### YamlMime:UniversalReference
items:
- uid: azure-arm-automation.SourceControlSecurityTokenProperties
name: SourceControlSecurityTokenProperties
fullName: SourceControlSecurityTokenProperties
children:
- azure-arm-automation.SourceControlSecurityTokenProperties.accessToken
- azure-arm-automation.SourceControlSecurityTokenProperties.refreshToken
- azure-arm-automation.SourceControlSecurityTokenProperties.tokenType
langs:
- typeScript
type: interface
summary: ''
package: azure-arm-automation
- uid: azure-arm-automation.SourceControlSecurityTokenProperties.accessToken
name: accessToken
fullName: accessToken
children: []
langs:
- typeScript
type: property
summary: ''
optional: true
syntax:
content: 'accessToken?: string'
return:
type:
- string
package: azure-arm-automation
- uid: azure-arm-automation.SourceControlSecurityTokenProperties.refreshToken
name: refreshToken
fullName: refreshToken
children: []
langs:
- typeScript
type: property
summary: ''
optional: true
syntax:
content: 'refreshToken?: string'
return:
type:
- string
package: azure-arm-automation
- uid: azure-arm-automation.SourceControlSecurityTokenProperties.tokenType
name: tokenType
fullName: tokenType
children: []
langs:
- typeScript
type: property
summary: ''
optional: true
syntax:
content: 'tokenType?: string'
return:
type:
- string
package: azure-arm-automation
| 27.066667 | 79 | 0.684113 |
d51e07821f37fc82c2858e067e75785d1b4b75ec | 937 | yaml | YAML | gb-github/src/test/java/com/g2forge/gearbox/github/actions/maven-dependencies.yaml | g2forge/gearbox | c1ddd9d722e349498e1bba15d54f6bb995f80bb5 | [
"Apache-2.0"
] | null | null | null | gb-github/src/test/java/com/g2forge/gearbox/github/actions/maven-dependencies.yaml | g2forge/gearbox | c1ddd9d722e349498e1bba15d54f6bb995f80bb5 | [
"Apache-2.0"
] | 1 | 2021-01-12T03:23:20.000Z | 2021-01-12T03:23:20.000Z | gb-github/src/test/java/com/g2forge/gearbox/github/actions/maven-dependencies.yaml | g2forge/gearbox | c1ddd9d722e349498e1bba15d54f6bb995f80bb5 | [
"Apache-2.0"
] | 1 | 2018-02-05T16:33:32.000Z | 2018-02-05T16:33:32.000Z | name: Java CI with Maven
"on":
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
concurrency: "${{ github.workflow }}-${{ github.ref }}"
steps:
- name: Checkout repo1
uses: actions/checkout@v2
with:
repository: repo1
path: repo1
- name: Checkout
uses: actions/checkout@v2
with:
path: repo2
- uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 11
cache: maven
- name: Build repo1
working-directory: ./repo1
run: "mvn -B install --file pom.xml -Prelease,release-snapshot -DskipTests"
env:
GITHUB_TOKEN: "${{ github.token }}"
- name: Build
working-directory: ./repo2
run: "mvn -B package --file pom.xml -Prelease,release-snapshot"
env:
GITHUB_TOKEN: "${{ github.token }}" | 24.657895 | 81 | 0.583778 |
d57738d012f8e357cf60cde983807452ef2a6a30 | 390 | yml | YAML | preview/docs-ref-autogen/azure-mgmt-managementgroups/azure.mgmt.managementgroups.models.Enum5.yml | bennage/azure-docs-sdk-python | add78a9e7a2594624096be9ef0a731ae8cb6c28b | [
"CC-BY-4.0",
"MIT"
] | null | null | null | preview/docs-ref-autogen/azure-mgmt-managementgroups/azure.mgmt.managementgroups.models.Enum5.yml | bennage/azure-docs-sdk-python | add78a9e7a2594624096be9ef0a731ae8cb6c28b | [
"CC-BY-4.0",
"MIT"
] | null | null | null | preview/docs-ref-autogen/azure-mgmt-managementgroups/azure.mgmt.managementgroups.models.Enum5.yml | bennage/azure-docs-sdk-python | add78a9e7a2594624096be9ef0a731ae8cb6c28b | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-03-03T14:16:59.000Z | 2021-03-03T14:16:59.000Z | ### YamlMime:PythonEnum
uid: azure.mgmt.managementgroups.models.Enum5
name: Enum5
fullName: azure.mgmt.managementgroups.models.Enum5
summary: An enumeration.
module: azure.mgmt.managementgroups.models
inheritances:
- builtins.str
- enum.Enum
fields:
- name: CREATE
uid: azure.mgmt.managementgroups.models.Enum5.CREATE
- name: DELETE
uid: azure.mgmt.managementgroups.models.Enum5.DELETE
| 26 | 54 | 0.805128 |
66fa581c99668c47c39412d063d0dbe0d2073314 | 498 | yaml | YAML | .github/workflows/deploy-app-ghpages.yaml | luisalfonsopreciado/Sorting-Visualizer | efd2a46476ac1cd499a8f07d726eac6347c382a5 | [
"Apache-2.0"
] | null | null | null | .github/workflows/deploy-app-ghpages.yaml | luisalfonsopreciado/Sorting-Visualizer | efd2a46476ac1cd499a8f07d726eac6347c382a5 | [
"Apache-2.0"
] | null | null | null | .github/workflows/deploy-app-ghpages.yaml | luisalfonsopreciado/Sorting-Visualizer | efd2a46476ac1cd499a8f07d726eac6347c382a5 | [
"Apache-2.0"
] | null | null | null | name: deploy-react-app
on:
push:
branches:
- master
jobs:
deploy-application:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: git remote set-url origin https://git:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git
- run: cd gui && npm install && CI=false npm run predeploy && npm run deploy -- -u "github-actions-bot <support+actions@github.com>"
| 31.125 | 138 | 0.630522 |
54630894cf4377e57488408161ea1ccbb81a6bee | 1,747 | yml | YAML | spec/fixtures/files/documents/UNCb1852218.yml | project-kotinos/trln___trln_argon | d9507509d8e86da5f81df3993dc402b3953623a4 | [
"MIT"
] | 8 | 2018-05-21T18:32:27.000Z | 2022-03-17T13:56:49.000Z | spec/fixtures/files/documents/UNCb1852218.yml | project-kotinos/trln___trln_argon | d9507509d8e86da5f81df3993dc402b3953623a4 | [
"MIT"
] | 48 | 2017-01-12T22:41:25.000Z | 2020-01-21T19:10:10.000Z | spec/fixtures/files/documents/UNCb1852218.yml | project-kotinos/trln___trln_argon | d9507509d8e86da5f81df3993dc402b3953623a4 | [
"MIT"
] | 3 | 2018-08-01T14:37:17.000Z | 2019-08-05T20:49:06.000Z | ---
id: UNCb1852218
author_suggest:
- North Carolina Federation of Music Clubs
names_a:
- '{"name":"North Carolina Federation of Music Clubs"}'
owner_a:
- unc
holdings_a:
- '{"loc_b":"wbda","loc_n":"wbda","call_no":"C780.6 N87f2","summary":"N.C. Collection
has bound with other material on the Federation. See entry under North Carolina
Federation of Music Clubs with title: Official papers, newsletters, etc."}'
- '{"loc_b":"wbda","loc_n":"wbda","call_no":"111.222","summary":"Fighting with hornets."}'
items_a:
- '{"item_id":"i2698163","loc_b":"trln","loc_n":"trln","status":"Available","cn_scheme":"LC","call_no":"D819.G3
T7"}'
language_a:
- English
local_id: b1852218
lang_code_a:
- eng
rollup_id: OCLC8853062
title_suggest:
- Musical tempo
title_main: Musical tempo
title_sort_ssort_single: Musical tempo
access_type_a:
- At the Library
institution_a:
- unc
oclc_number: '8853062'
imprint_main_a:
- '{"type":"imprint","value":"Charlotte, N.C. : The Federation,"}'
note_general_a:
- 'Description based on: Vol. 15, no. 1 (July 16, 1968).'
resource_type_a:
- Journal, Magazine, or Periodical
date_cataloged: '2004-10-01T04:00:00Z'
subject_topical_a:
- North Carolina Federation of Music Clubs
- Music
- Music and state
publication_year_sort: '9999'
subject_headings_a:
- North Carolina Federation of Music Clubs
- Music -- North Carolina
- Music and state -- North Carolina
- North Carolina Periodicals
subject_suggest:
- North Carolina Federation of Music Clubs
- Music -- North Carolina
- Music and state -- North Carolina
- North Carolina Periodicals
record_data_source_a:
- ILSMARC
subject_geographic_a:
- North Carolina
physical_description_a:
- v. ; 28 cm.
statement_of_responsibility_a:
- North Carolina Federation of Music Clubs.
| 28.177419 | 111 | 0.752147 |
3146abaa047a0cc9f0f2bb69bdcfff0fd23e51ef | 324 | yaml | YAML | infra-playbooks/logspout.yaml | elek/bigdata-docker | 301c5c78dab4db568fb03199a067f296ed9f4042 | [
"Apache-2.0"
] | 31 | 2017-01-04T18:04:20.000Z | 2021-07-15T14:28:26.000Z | infra-playbooks/logspout.yaml | elek/bigdata-docker | 301c5c78dab4db568fb03199a067f296ed9f4042 | [
"Apache-2.0"
] | 1 | 2019-01-26T14:06:34.000Z | 2019-01-26T14:06:34.000Z | infra-playbooks/logspout.yaml | elek/bigdata-docker | 301c5c78dab4db568fb03199a067f296ed9f4042 | [
"Apache-2.0"
] | 18 | 2017-02-20T12:40:05.000Z | 2021-02-02T10:36:26.000Z | ---
- hosts: all
tasks:
- docker_container:
name: logspout
image: gliderlabs/logspout
state: started
network_mode: host
restart_policy: always
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
env:
PORT: 2323
| 23.142857 | 58 | 0.5 |
31a9f68b8efaa1c1092e2268793445e7c9650a14 | 245 | yaml | YAML | cmd/churro-operator/deploy/templates/churrodata-pvc.yaml | churromechanic/churro | d0d005aa9375b9acfe6ce4a4a763194019926476 | [
"BSD-3-Clause",
"MIT"
] | 11 | 2021-09-21T10:43:27.000Z | 2022-03-10T23:13:39.000Z | cmd/churro-operator/deploy/templates/churrodata-pvc.yaml | churromechanic/churro | d0d005aa9375b9acfe6ce4a4a763194019926476 | [
"BSD-3-Clause",
"MIT"
] | null | null | null | cmd/churro-operator/deploy/templates/churrodata-pvc.yaml | churromechanic/churro | d0d005aa9375b9acfe6ce4a4a763194019926476 | [
"BSD-3-Clause",
"MIT"
] | 4 | 2021-09-14T21:12:22.000Z | 2021-10-04T20:16:45.000Z | apiVersion: v1
kind: PersistentVolumeClaim
metadata:
labels:
app: churro
pipeline: somepipeline
name: churrodata
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 100Mi
storageClassName: "hostpath"
| 16.333333 | 30 | 0.714286 |
625b7649e8577ca6f95b501cb267de606ad81c8d | 1,403 | yml | YAML | .github/workflows/main.yml | tobi-adebisi/apollo-demo | bdef6d1fcb83ea1c238d7e99ab59d7721bd6a7a0 | [
"MIT"
] | null | null | null | .github/workflows/main.yml | tobi-adebisi/apollo-demo | bdef6d1fcb83ea1c238d7e99ab59d7721bd6a7a0 | [
"MIT"
] | null | null | null | .github/workflows/main.yml | tobi-adebisi/apollo-demo | bdef6d1fcb83ea1c238d7e99ab59d7721bd6a7a0 | [
"MIT"
] | 1 | 2022-01-20T05:14:06.000Z | 2022-01-20T05:14:06.000Z | # This is a basic workflow to help you get started with Actions
name: Client Query Test
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 9-17 * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "client-query-run"
client-query-test:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Check out repository code
uses: actions/checkout@v2
- name: Set up Python 3.x
uses: actions/setup-python@v2
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.x'
# Optional - x64 or x86 architecture, defaults to x64
architecture: 'x64'
- name: Install requirements
run: |
python -m pip install -r client/requirements.txt
- name: Run client
run: |
python client/main.py
| 31.886364 | 88 | 0.663578 |
62676acbb21ac6bc3792c413b6d7428d9294775c | 2,416 | yml | YAML | ckanext/geoview/public/webassets.yml | OpenGov-OpenData/ckanext-geoview | 41a862f5deccba6d7c0fd3f8cfe8f8a3fab028c3 | [
"MIT"
] | 40 | 2015-04-30T13:06:47.000Z | 2021-09-29T05:44:16.000Z | ckanext/geoview/public/webassets.yml | OpenGov-OpenData/ckanext-geoview | 41a862f5deccba6d7c0fd3f8cfe8f8a3fab028c3 | [
"MIT"
] | 74 | 2015-04-10T10:31:54.000Z | 2022-03-23T09:51:33.000Z | ckanext/geoview/public/webassets.yml | OpenGov-OpenData/ckanext-geoview | 41a862f5deccba6d7c0fd3f8cfe8f8a3fab028c3 | [
"MIT"
] | 58 | 2015-05-07T07:52:25.000Z | 2022-03-05T06:41:01.000Z | openlayers_js:
filter: rjsmin
output: ckanext-geoview/%(version)s_openlayers.js
extra:
preload:
- base/main
contents:
- js/vendor/underscore/underscore.js
- js/vendor/proj4/dist/proj4-src.js
- js/vendor/openlayers/ol-debug.js
- js/vendor/ol-helpers/ol-helpers.js
- js/vendor/ol-helpers/ol-layer-switcher.js
- js/ol_preview.js
openlayers_css:
output: ckanext-geoview/%(version)s_openlayers.css
contents:
- css/ol_preview.css
- js/vendor/openlayers/ol.css
- js/vendor/ol-helpers/ol-helpers.css
geo-resource-styles_css:
output: ckanext-geoview/%(version)s_geo-resource-styles.css
contents:
css/geo-resource-styles.css
geojson_js:
filter: rjsmin
output: ckanext-geoview/%(version)s_geojson.js
extra:
preload:
- base/main
contents:
- js/vendor/leaflet/dist/leaflet.js
- js/vendor/proj4js/proj4.js
- js/vendor/proj4leaflet/src/proj4leaflet.js
- js/common_map.js
- js/geojson_preview.js
geojson_css:
output: ckanext-geoview/%(version)s_geojson.css
contents:
- js/vendor/leaflet/dist/leaflet.css
- css/geojson_preview.css
wmts_js:
filter: rjsmin
output: ckanext-geoview/%(version)s_wmts.js
extra:
preload:
- base/main
contents:
- js/vendor/leaflet/dist/leaflet.js
- js/vendor/proj4js/proj4.js
- js/common_map.js
- js/wmts_preview.js
wmts_css:
output: ckanext-geoview/%(version)s_wmts.css
contents:
- js/vendor/leaflet/dist/leaflet.css
- css/wmts_preview.css
bootstrap2_js:
filter: rjsmin
output: ckanext-geoview/%(version)s_bootstrap2.js
extra:
preload:
- base/main
contents:
- js/vendor/bootstrap2/bootstrap.js
bootstrap2_css:
output: ckanext-geoview/%(version)s_bootstrap2.css
contents:
- js/vendor/bootstrap2/bootstrap.css
shp_js:
filter: rjsmin
output: ckanext-geoview/%(version)s_shp.js
extra:
preload:
- base/main
contents:
- js/vendor/leaflet/dist/leaflet.js
- js/vendor/proj4js/proj4.js
- js/vendor/spinjs/spin.js
- js/vendor/leaflet.spin/leaflet.spin.js
- js/vendor/shp2geojson/preview.js
- js/vendor/shp2geojson/preprocess.js
- js/vendor/jszip/jszip.js
- js/vendor/jszip/jszip-utils.js
- js/common_map.js
- js/shp_preview.js
shp_css:
output: ckanext-geoview/%(version)s_shp.css
contents:
- js/vendor/leaflet/dist/leaflet.css
- css/shp_preview.css
| 25.166667 | 61 | 0.700331 |
5711be07c3a7ba80a80b8e4644dc0b24fe68c795 | 500 | yml | YAML | docker-compose.yml | dahoba/tomcat-pcks11-proxy | 0536ea1503ac9a5893bcbc377f18b01448610649 | [
"MIT"
] | null | null | null | docker-compose.yml | dahoba/tomcat-pcks11-proxy | 0536ea1503ac9a5893bcbc377f18b01448610649 | [
"MIT"
] | null | null | null | docker-compose.yml | dahoba/tomcat-pcks11-proxy | 0536ea1503ac9a5893bcbc377f18b01448610649 | [
"MIT"
] | null | null | null | version: '2.1'
services:
softhsm:
image: dahoba/softhsm-proxy
environment:
PKCS11_DAEMON_SOCKET: "tcp://0.0.0.0:5657"
ports:
- "5657:5657"
app:
image: dahoba/tomcat-pcks11-proxy
build: .
# volumes:
# - "/path/to/wepapp-1.0.0.war:/usr/local/tomcat/webapps/wepapp-1.0.0.war"
# - "/path/to/logs:/usr/local/tomcat/logs"
environment:
PKCS11_PROXY_SOCKET: "tcp://softhsm:5657"
ports:
- "8080:8080"
depends_on:
- softhsm
| 20.833333 | 79 | 0.596 |
96b096722c7d29a656e7d6de887b88ddf7ad13ea | 207 | yaml | YAML | config.yaml | whsqjss/dbcompare | fea092e4e5fc125140555a3016e759f6d965fdf6 | [
"MIT"
] | null | null | null | config.yaml | whsqjss/dbcompare | fea092e4e5fc125140555a3016e759f6d965fdf6 | [
"MIT"
] | null | null | null | config.yaml | whsqjss/dbcompare | fea092e4e5fc125140555a3016e759f6d965fdf6 | [
"MIT"
] | null | null | null | basedb:
url: 10.0.3.206
port: 3306
username: lhsoft
password: Lihero18!8
destdb:
url: 127.0.0.1
port: 3307
username: user
password: password
compare_dbs:
- lh_cloud_hand
| 13.8 | 23 | 0.628019 |
4c42dbc46f8f2932a2c9477c7114f493a57a6ff6 | 576 | yml | YAML | Digitalboken/docker-compose.yml | alwek/Digitalboken | 464d13514e277d7659118006dc3e657a313876db | [
"MIT"
] | 1 | 2022-03-18T16:55:18.000Z | 2022-03-18T16:55:18.000Z | Digitalboken/docker-compose.yml | alwek/Digitalboken | 464d13514e277d7659118006dc3e657a313876db | [
"MIT"
] | null | null | null | Digitalboken/docker-compose.yml | alwek/Digitalboken | 464d13514e277d7659118006dc3e657a313876db | [
"MIT"
] | null | null | null | # Please refer https://aka.ms/HTTPSinContainer on how to setup an https developer certificate for your ASP .NET Core service.
version: '3.4'
services:
blazor-server:
image: blazor-server
build:
context: .
dockerfile: Server/Dockerfile
ports:
- 7000:80
- 7001:443
environment:
- ENVIRONMENT_NAME=Docker
blazor-client:
image: blazor-client
build:
context: .
dockerfile: client/Dockerfile
ports:
- 8000:80
- 8001:443
environment:
- ENVIRONMENT_NAME=Docker
- SERVER_HOST=Docker | 23.04 | 125 | 0.642361 |
61205a84fcf59dda42e6e6c5e89552a3bba037e4 | 272 | yml | YAML | _data/comments/oscp-lfi-rfi/comment-1550454075221.yml | Gl-shader/gl-shader.github.io | 90958ef7809f433607e7061db283be36627e7214 | [
"BSD-3-Clause",
"MIT"
] | null | null | null | _data/comments/oscp-lfi-rfi/comment-1550454075221.yml | Gl-shader/gl-shader.github.io | 90958ef7809f433607e7061db283be36627e7214 | [
"BSD-3-Clause",
"MIT"
] | null | null | null | _data/comments/oscp-lfi-rfi/comment-1550454075221.yml | Gl-shader/gl-shader.github.io | 90958ef7809f433607e7061db283be36627e7214 | [
"BSD-3-Clause",
"MIT"
] | null | null | null | _id: 472abf10-331e-11e9-8419-e1fa5a9087aa
message: 'best cbd gummies <a href="https://cbdoilparcel.com/#">cbd oil interactions</a>'
name: FRENELALNARKEST
email: 7b9ab613b7171a411742d33f7713e250
url: 'https://cbdoilparcel.com/#'
hidden: ''
date: '2019-02-18T01:41:15.221Z'
| 34 | 89 | 0.764706 |
a28ca5f5f7de4df62965d4fdad73a4dcb1dc4672 | 3,337 | yml | YAML | default/pipelines/clamav_log/conf.yml | criblpacks/cribl-clamav | e38b262fe0cc66e6212b11059114ac0b31ef3723 | [
"Apache-2.0"
] | null | null | null | default/pipelines/clamav_log/conf.yml | criblpacks/cribl-clamav | e38b262fe0cc66e6212b11059114ac0b31ef3723 | [
"Apache-2.0"
] | null | null | null | default/pipelines/clamav_log/conf.yml | criblpacks/cribl-clamav | e38b262fe0cc66e6212b11059114ac0b31ef3723 | [
"Apache-2.0"
] | null | null | null | output: default
groups:
vPhIW7:
name: Repackage the event as JSON
index: 4
XITrGH:
name: Roll-up found
index: 6
asyncFuncTimeout: 1000
functions:
- id: regex_extract
filter: "true"
disabled: null
conf:
source: _raw
iterations: 100
overwrite: false
regex: /\n(?<_NAME_0>.*?):\s+(?<_VALUE_0>.*)/g
fieldNameExpression: name.replace(/ +/g,'_').replace(/[\/\\]/g,'SLASH_').replace(/^/,"my__")
- id: comment
filter: "true"
disabled: null
conf:
comment: Optionally drop events with no matches
- id: drop
filter: my__Infected_files == '0'
disabled: true
conf: {}
- id: comment
filter: "true"
disabled: null
conf:
comment: Repackage the data as _raw{}
- id: serialize
filter: "true"
disabled: null
conf:
type: json
dstField: _raw
fields:
- my__*
groupId: vPhIW7
- id: eval
filter: "true"
disabled: null
conf:
add:
- name: _raw
value: JSON.parse(_raw)
groupId: vPhIW7
- id: rename
filter: "true"
disabled: null
conf:
wildcardDepth: 5
baseFields:
- _raw
renameExpr: name.replace(/my__/,'')
groupId: vPhIW7
- id: eval
filter: "true"
disabled: null
conf:
add:
- name: _raw.Data_read
value: +_raw.Data_read.replace(/(?:\.\d+)? MB.*/,'')
- name: _raw.Data_scanned
value: +_raw.Data_scanned.replace(/(?:\.\d+)? MB/,'')
groupId: vPhIW7
- id: numerify
filter: "true"
disabled: null
conf:
format: none
ignoreFields: []
filterExpr: ""
digits: 0
groupId: vPhIW7
- id: comment
filter: "true"
disabled: null
conf:
comment: Roll-up found files into an array
- id: serde
filter: _raw.Infected_files > 0
disabled: null
conf:
mode: reserialize
type: json
srcField: _raw
fields: []
dstField: _raw.found
keep:
- SLASH*
groupId: XITrGH
- id: eval
filter: _raw.found
disabled: null
conf:
add:
- name: _raw.found
value: _raw.found.replace(/SLASH_/g,'/').match(/(\/[^"]+)/g)
groupId: XITrGH
- id: comment
filter: "true"
disabled: null
conf:
comment: Set _time, and clean-up duration (Time)
- id: eval
filter: "true"
disabled: false
conf:
add:
- name: _time
value: +C.Time.strptime(_raw.Start_Date,"%Y:%m:%d %H:%M:%S")/1000
- name: _raw.Time
value: +_raw.Time.match(/\d+/)
- name: _raw.Start_Date
value: undefined
- name: _raw.End_Date
value: undefined
- name: index
value: index || 'clamav'
- name: sourcetype
value: sourcetype || 'clamav:clamav'
- name: source
value: source || './clamav.log'
- name: host
value: host || 'clamhost_unknown'
- name: infected
value: "_raw.Infected_files > 0 ? _raw.Infected_files : undefined"
remove:
- my__*
- _raw.SLASH*
- id: chain
filter: "true"
disabled: null
conf:
processor: fix_timezone_gap
description: If time is off by very close to 1/2 hour boundaries, assume the nearest
timezone to that boundary
| 23.5 | 98 | 0.55469 |
a2b1b450428bb09994c84dc3fe4a3c5653807665 | 118 | yml | YAML | src/licensedcode/data/rules/gpl-2.0_with_gcc-linking-exception-2.0_3.yml | Siddhant-K-code/scancode-toolkit | d1e725d3603a8f96c25f7e3f7595c68999b92a67 | [
"Apache-2.0",
"CC-BY-4.0"
] | 1,511 | 2015-07-01T15:29:03.000Z | 2022-03-30T13:40:05.000Z | src/licensedcode/data/rules/gpl-2.0_with_gcc-linking-exception-2.0_3.yml | Siddhant-K-code/scancode-toolkit | d1e725d3603a8f96c25f7e3f7595c68999b92a67 | [
"Apache-2.0",
"CC-BY-4.0"
] | 2,695 | 2015-07-01T16:01:35.000Z | 2022-03-31T19:17:44.000Z | src/licensedcode/data/rules/gpl-2.0_with_gcc-linking-exception-2.0_3.yml | Siddhant-K-code/scancode-toolkit | d1e725d3603a8f96c25f7e3f7595c68999b92a67 | [
"Apache-2.0",
"CC-BY-4.0"
] | 540 | 2015-07-01T15:08:19.000Z | 2022-03-31T12:13:11.000Z | license_expression: gpl-2.0 WITH gcc-linking-exception-2.0
is_license_notice: yes
relevance: 100
minimum_coverage: 80
| 23.6 | 58 | 0.830508 |
b26412a29271a4fc1b02b9208edc4e9394283164 | 432 | yml | YAML | preview/docs-ref-autogen/azure-servicefabric/azure.servicefabric.models.SizeTypes.yml | bennage/azure-docs-sdk-python | add78a9e7a2594624096be9ef0a731ae8cb6c28b | [
"CC-BY-4.0",
"MIT"
] | 84 | 2017-07-21T06:08:09.000Z | 2022-03-30T06:57:20.000Z | preview/docs-ref-autogen/azure-servicefabric/azure.servicefabric.models.SizeTypes.yml | bennage/azure-docs-sdk-python | add78a9e7a2594624096be9ef0a731ae8cb6c28b | [
"CC-BY-4.0",
"MIT"
] | 1,477 | 2017-05-31T11:48:03.000Z | 2022-03-30T18:52:59.000Z | preview/docs-ref-autogen/azure-servicefabric/azure.servicefabric.models.SizeTypes.yml | bennage/azure-docs-sdk-python | add78a9e7a2594624096be9ef0a731ae8cb6c28b | [
"CC-BY-4.0",
"MIT"
] | 183 | 2017-05-24T07:28:17.000Z | 2022-03-25T07:12:35.000Z | ### YamlMime:PythonEnum
uid: azure.servicefabric.models.SizeTypes
name: SizeTypes
fullName: azure.servicefabric.models.SizeTypes
summary: An enumeration.
module: azure.servicefabric.models
inheritances:
- builtins.str
- enum.Enum
fields:
- name: large
uid: azure.servicefabric.models.SizeTypes.large
- name: medium
uid: azure.servicefabric.models.SizeTypes.medium
- name: small
uid: azure.servicefabric.models.SizeTypes.small
| 25.411765 | 50 | 0.803241 |
8009bed8d26640f40831b70d4fdd662539cdffa7 | 75 | yml | YAML | ansible/roles/bower/tasks/main.yml | FuliCuli/jarvis-init | 56cabdaae418afba22cc46f9b634807a20ead424 | [
"MIT"
] | null | null | null | ansible/roles/bower/tasks/main.yml | FuliCuli/jarvis-init | 56cabdaae418afba22cc46f9b634807a20ead424 | [
"MIT"
] | null | null | null | ansible/roles/bower/tasks/main.yml | FuliCuli/jarvis-init | 56cabdaae418afba22cc46f9b634807a20ead424 | [
"MIT"
] | null | null | null | ---
- name: Install bower
npm: name=bower global=yes
tags:
- bower | 12.5 | 28 | 0.613333 |
448e4b00e47a634cde36620e9bcec1e03ad68032 | 1,216 | yml | YAML | data/il/legislature/Craig-Wilcox-07e2527a-ae7d-4c58-b20b-ea2266a03a9e.yml | jason44406/people | acd01a7b5a78f7ab505850f73d92b26a90a3450a | [
"CC0-1.0"
] | 58 | 2018-10-18T22:50:29.000Z | 2022-03-01T21:03:44.000Z | data/il/legislature/Craig-Wilcox-07e2527a-ae7d-4c58-b20b-ea2266a03a9e.yml | jason44406/people | acd01a7b5a78f7ab505850f73d92b26a90a3450a | [
"CC0-1.0"
] | 350 | 2018-09-28T18:51:08.000Z | 2022-03-21T19:03:57.000Z | data/il/legislature/Craig-Wilcox-07e2527a-ae7d-4c58-b20b-ea2266a03a9e.yml | jason44406/people | acd01a7b5a78f7ab505850f73d92b26a90a3450a | [
"CC0-1.0"
] | 74 | 2018-10-06T16:52:56.000Z | 2022-02-11T15:45:20.000Z | id: ocd-person/07e2527a-ae7d-4c58-b20b-ea2266a03a9e
name: Craig Wilcox
given_name: Craig
family_name: Wilcox
image: https://ilga.gov/images/members/{E397F861-68AA-4CC2-9A23-50B9A8E13031}.jpg
party:
- name: Republican
roles:
- type: upper
jurisdiction: ocd-jurisdiction/country:us/state:il/government
district: '32'
offices:
- classification: capitol
address: 105D Capitol Building Springfield, IL 62706
voice: 217-782-8000
- classification: district
address: 5400 W. Elm St.;Suite 103;McHenry, IL 60050
voice: 815-455-6330
fax: 815-679-6756
name: 'District Office #1'
links:
- url: http://ilga.gov/senate/Senator.asp?GA=101&MemberID=2711
- url: http://ilga.gov/senate/Senator.asp?GA=102&MemberID=2925
- url: https://ilga.gov/senate/Senator.asp?GA=102&MemberID=2925
note: homepage
other_identifiers:
- scheme: legacy_openstates
identifier: ILL001098
sources:
- url: http://ilga.gov/senate/default.asp?GA=101
- url: http://ilga.gov/senate/Senator.asp?GA=101&MemberID=2711
- url: http://ilga.gov/senate/default.asp?GA=102
- url: http://ilga.gov/senate/Senator.asp?GA=102&MemberID=2925
- url: https://ilga.gov/senate/default.asp?GA=102
- url: https://ilga.gov/senate/Senator.asp?GA=102&MemberID=2925
| 33.777778 | 81 | 0.755757 |
59b5df18205cd8c14a33ec32e1dae56d54f1b1bf | 442 | yml | YAML | meta/main.yml | gepaplexx/ansible-role-longhorn | 1d4d157edcddbd8190577dfd9486e5273d58136f | [
"MIT"
] | null | null | null | meta/main.yml | gepaplexx/ansible-role-longhorn | 1d4d157edcddbd8190577dfd9486e5273d58136f | [
"MIT"
] | null | null | null | meta/main.yml | gepaplexx/ansible-role-longhorn | 1d4d157edcddbd8190577dfd9486e5273d58136f | [
"MIT"
] | null | null | null | ---
galaxy_info:
role_name: longhorn
author: ckaserer
namespace: gepaplexx
description: >-
Install and configure longhorn - cloud native
distributed block storage for Kubernetes.
license: MIT
min_ansible_version: "2.10"
platforms:
- name: Ubuntu
versions:
- focal
galaxy_tags:
- container
- development
- devops
- k8s
- kubernetes
- longhorn
- system
dependencies: []
...
| 17.68 | 49 | 0.644796 |
240b3f20dce72a8e0e68d451c38c9353536ccd9a | 669 | yml | YAML | data/sd/people/John-A-Lake-32ee0052-22a7-4892-815e-d0a73f4342e3.yml | joearasin/people | bb55cd3e6efddae6aaf3a90122fbf5df76e99a31 | [
"CC0-1.0"
] | null | null | null | data/sd/people/John-A-Lake-32ee0052-22a7-4892-815e-d0a73f4342e3.yml | joearasin/people | bb55cd3e6efddae6aaf3a90122fbf5df76e99a31 | [
"CC0-1.0"
] | null | null | null | data/sd/people/John-A-Lake-32ee0052-22a7-4892-815e-d0a73f4342e3.yml | joearasin/people | bb55cd3e6efddae6aaf3a90122fbf5df76e99a31 | [
"CC0-1.0"
] | null | null | null | id: ocd-person/32ee0052-22a7-4892-815e-d0a73f4342e3
name: John A Lake
party:
- name: Republican
roles:
- district: '23'
jurisdiction: ocd-jurisdiction/country:us/state:sd/government
type: lower
contact_details:
- email: John.Lake@sdlegislature.gov
note: Capitol Office
links:
- url: https://sdlegislature.gov/Legislators/Legislators/MemberDetail.aspx?Member=1526&Session=2018s
sources:
- url: https://sdlegislature.gov/Legislators/Legislators/MemberDetail.aspx?Member=1526&Session=2018s
image: https://sdlegislature.gov/inc/img/Legislators/Lake_2017.jpg
extras:
occupation: Farmer/Rancher
other_identifiers:
- identifier: SDL000276
scheme: legacy_openstates
| 30.409091 | 100 | 0.801196 |
17f504dc47cde38d1ab168bee667f01f84b3bd76 | 43 | yml | YAML | app/_data/en/blog/blog.yml | dutchaug/devfest-2015 | 52c910eac4b8b33204f94b930a2d2299400868d1 | [
"MIT"
] | 1 | 2015-09-01T13:21:03.000Z | 2015-09-01T13:21:03.000Z | app/_data/en/blog/blog.yml | dutchaug/devfest-2015 | 52c910eac4b8b33204f94b930a2d2299400868d1 | [
"MIT"
] | null | null | null | app/_data/en/blog/blog.yml | dutchaug/devfest-2015 | 52c910eac4b8b33204f94b930a2d2299400868d1 | [
"MIT"
] | null | null | null | title: "Latest news"
commentsEnabled: false | 21.5 | 22 | 0.813953 |
3c937f8849c1b2507cd3fb7ec8d2d694ec7ace0e | 959 | yml | YAML | environment.yml | feup-infolab/army-ant | 7b33120d5160f73d7a41a05e6336489c917fb75c | [
"BSD-3-Clause"
] | 5 | 2018-01-18T14:11:52.000Z | 2020-10-23T16:02:25.000Z | environment.yml | feup-infolab/army-ant | 7b33120d5160f73d7a41a05e6336489c917fb75c | [
"BSD-3-Clause"
] | 10 | 2018-02-02T20:19:36.000Z | 2020-10-05T08:46:36.000Z | environment.yml | feup-infolab/army-ant | 7b33120d5160f73d7a41a05e6336489c917fb75c | [
"BSD-3-Clause"
] | null | null | null | name: py36-armyant
channels:
- defaults
dependencies:
- python=3.6
- pip
- pip:
- fire==0.1.2
- bs4==0.0.1
- nltk==3.2.1
- html5lib==0.999999999
- pymongo==2.9.4
- lxml==3.7.3
- psycopg2-binary==2.7.6.1
- requests-cache==0.4.13
- gensim==2.2.0
- numpy==1.16
- langdetect==1.0.7
- python-igraph==0.7.1.post6
- jpype1==0.7.2
- joblib==0.11
- pandas==0.24.2
- ruamel.yaml==0.15.35
- yamlordereddictloader==0.4.0
- yarl==0.16.0
- unidecode==1.0.22
- joblib==0.11
- SPARQLWrapper==1.8.2
- rdflib==4.2.2
- pyahocorasick==1.1.8
- networkx==2.2
- scipy==1.2.2
- scikit-learn==0.20.2
- mysql-connector~=2.1.6
- progressbar2==3.42
- biterm==0.1.5
- aiogremlin==3.2.6rc1
- gremlinpython==3.2.6
- aiohttp==2.3.6
- aiohttp_jinja2==0.14.0
- jinja2==2.10
- tensorflow==1.12.0
- tensorflow_ranking==0.1.0
- rpy2==3.0.1
| 21.311111 | 34 | 0.542231 |
120960223fe48f2a9e42cc703f21d2c7aef29807 | 272 | yaml | YAML | tests/minimal/phase1/ssz_static/CustodyChunkChallengeRecord/ssz_one/case_20/value.yaml | SifraiHQ/eth2.0-spec-tests | 289175b2bf8a12c901bf2eef79605447c5706441 | [
"MIT"
] | null | null | null | tests/minimal/phase1/ssz_static/CustodyChunkChallengeRecord/ssz_one/case_20/value.yaml | SifraiHQ/eth2.0-spec-tests | 289175b2bf8a12c901bf2eef79605447c5706441 | [
"MIT"
] | null | null | null | tests/minimal/phase1/ssz_static/CustodyChunkChallengeRecord/ssz_one/case_20/value.yaml | SifraiHQ/eth2.0-spec-tests | 289175b2bf8a12c901bf2eef79605447c5706441 | [
"MIT"
] | null | null | null | {challenge_index: 17145244906515152449, challenger_index: 14469486789977349681, responder_index: 164743390629356308,
inclusion_epoch: 18362881756160483373, data_root: '0x22b7c3cbd074d304e15206f3fd15e68942243a103f5890f0e079ca833816c541',
chunk_index: 13980809138017635608}
| 68 | 119 | 0.900735 |
84968f6a21c959bfb0c6e87679fea68303374225 | 21 | yaml | YAML | user/config/data.yaml | mlnck/mlnck-portfolio | 2b3d1db9e7d15bbf0b14abae3350437308639564 | [
"MIT"
] | null | null | null | user/config/data.yaml | mlnck/mlnck-portfolio | 2b3d1db9e7d15bbf0b14abae3350437308639564 | [
"MIT"
] | null | null | null | user/config/data.yaml | mlnck/mlnck-portfolio | 2b3d1db9e7d15bbf0b14abae3350437308639564 | [
"MIT"
] | null | null | null | blog_focused_amt = 0
| 10.5 | 20 | 0.809524 |
1277852dd389c25f116d3bfa7ac41dcbeb100eb0 | 1,786 | yml | YAML | azure-pipelines.yml | Hassmann/lib-CoreLibrary | 5bf5fa6b1a451b2c5f0e3f3ff193c89f51ad7276 | [
"Apache-2.0"
] | null | null | null | azure-pipelines.yml | Hassmann/lib-CoreLibrary | 5bf5fa6b1a451b2c5f0e3f3ff193c89f51ad7276 | [
"Apache-2.0"
] | null | null | null | azure-pipelines.yml | Hassmann/lib-CoreLibrary | 5bf5fa6b1a451b2c5f0e3f3ff193c89f51ad7276 | [
"Apache-2.0"
] | null | null | null | trigger:
branches:
include:
- master
- develop
- release/*
- refs/tags/*
paths:
exclude:
- CHANGELOG.md
- /*.md
- .gitignore
- appveyor.yml
# waiting for feature to become available
# tags:
# include:
# - v/*
# add nf-tools repo to resources (for Azure Pipelines templates)
resources:
repositories:
- repository: templates
type: github
name: nanoframework/nf-tools
endpoint: nanoframework
pool:
vmImage: 'VS2017-Win2016'
variables:
solution: '**/source/*.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'
nugetPackageName: 'nanoFramework.CoreLibrary'
repoName: 'lib-CoreLibrary'
steps:
# step from template @ nf-tools repo
# all build, update and publish steps
- template: azure-pipelines-templates/class-lib-build.yml@templates
parameters:
sourceFileName: 'corlib_native.cpp'
classLibName: 'CoreLibrary'
# update dependencies
- task: UpdatenFDependencies@1
inputs:
gitHubToken: $(GitHubToken)
repositoriesToUpdate: |
lib-nanoFramework.Runtime.Events
lib-nanoFramework.Runtime.Native
lib-Windows.Storage.Streams
lib-Windows.Devices.Adc
lib-Windows.Devices.I2c
lib-Windows.Devices.Pwm
lib-Windows.Devices.Spi
lib-nanoFramework.Devices.OneWire
lib-nanoFramework.Networking.Sntp
lib-nanoFramework.Hardware.Stm32
lib-nanoFramework.System.Math
condition: and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v') )
displayName: Update dependent class libs
# step from template @ nf-tools repo
# report error
- template: azure-pipelines-templates/discord-webhook-task.yml@templates
parameters:
status: 'failure'
webhookUrl: '$(DiscordWebhook)'
message: ''
| 24.805556 | 91 | 0.697088 |
531c5e1689dca8bbc7e6bcd3bde6b5b626d92d08 | 59 | yaml | YAML | repo/cpd/3.5/assembly/lite/x86_64/3.5.5/ocs-override.yaml | horfee/cloud-pak | 5a5800dd05439d32582213c76d0901c526378d79 | [
"Apache-2.0"
] | 104 | 2018-10-30T16:07:27.000Z | 2022-03-29T08:25:28.000Z | repo/cpd/3.5/assembly/lite/x86_64/3.5.5/ocs-override.yaml | horfee/cloud-pak | 5a5800dd05439d32582213c76d0901c526378d79 | [
"Apache-2.0"
] | 33 | 2018-11-05T19:35:16.000Z | 2022-03-23T15:52:38.000Z | repo/cpd/3.5/assembly/lite/x86_64/3.5.5/ocs-override.yaml | horfee/cloud-pak | 5a5800dd05439d32582213c76d0901c526378d79 | [
"Apache-2.0"
] | 1,244 | 2018-11-18T18:04:47.000Z | 2022-03-30T20:29:05.000Z | zenCoreMetaDb:
storageClass: ocs-storagecluster-ceph-rbd
| 19.666667 | 43 | 0.830508 |
4a5c8e53ab0ecb7b28a928773b1f6837f115d9a4 | 292 | yml | YAML | _data/comments/hamlet-monologue/comment-1579061820123.yml | hashtafak/hashtafak.github.io | 73536a9c9a4e4afdf9bce931cd3d9c9417583dc8 | [
"MIT"
] | null | null | null | _data/comments/hamlet-monologue/comment-1579061820123.yml | hashtafak/hashtafak.github.io | 73536a9c9a4e4afdf9bce931cd3d9c9417583dc8 | [
"MIT"
] | null | null | null | _data/comments/hamlet-monologue/comment-1579061820123.yml | hashtafak/hashtafak.github.io | 73536a9c9a4e4afdf9bce931cd3d9c9417583dc8 | [
"MIT"
] | null | null | null | _id: e00317d0-374d-11ea-96bb-8b42adfa3538
message: "It's an awesome paragraph for all the internet viewers;\r\nthey will get advantage from it I am sure."
name: Patsy
email: 71b0f3019b7326b9617648b81e9ad994
url: 'https://www.won-juopmassage.club/'
hidden: ''
date: '2020-01-15T04:17:00.122Z'
| 36.5 | 112 | 0.773973 |
3a3b17ef9f1528706c132d457a1eda6be51b7e56 | 1,142 | yml | YAML | .travis.yml | brunolnetto/python-statemachine | 1836a426c7e1c624cc0995c59ca2aea353c29af6 | [
"MIT"
] | 264 | 2017-03-22T14:43:57.000Z | 2022-03-22T13:22:30.000Z | .travis.yml | brunolnetto/python-statemachine | 1836a426c7e1c624cc0995c59ca2aea353c29af6 | [
"MIT"
] | 239 | 2017-03-22T14:25:13.000Z | 2021-08-02T21:07:05.000Z | .travis.yml | brunolnetto/python-statemachine | 1836a426c7e1c624cc0995c59ca2aea353c29af6 | [
"MIT"
] | 40 | 2017-07-24T17:31:46.000Z | 2022-03-24T20:38:22.000Z | deploy:
provider: pypi
user: __token__
password:
secure: QkLODVwwMO9k5sj40AjgKFlq3bKb0CE8X/Y5elR11kaX83DjMynkNb7kMr0FHpgAAQ5HCjdv4vX0qnV3UjsjiQtZiNOnPL42IPLIr14bwd4azPccuH4SKB65ymd7dtPivvUU8NwX0DnM+Pk1cv7K2rnN3Fkz1KZuYK0zzQbgXWawGHVVc+qAdG5E3ACLDTOHSiuGbP2Rud+g0DacBAWfrM635kAOsNCOuVidioqsthe11zsNNgTQGTqDmjDHIs+8zCIq+wWCiwI6twCMQU47VfONAqXeyDNbHxHOEc4kvZzzma4+zcT4aecs/hwezQBapkuXFzuhOhUEo75orTdU2kgij+ZpSw5Zqrv+Jmqr0y2wvmM5/5mmGsWkmEZwnWFpSqc/IqeXqLCIHOl8U5qBdtTzjbshchZojMLA7ov4vmkj+Y9OkZTSPkE77mO3kygnsJyI9bxYW1yLMOjF0Uzp/UDFgy1jp8RDSKRkGhL5mP3NhPei3hQLpIdH7m+vUJSZS4O9Qv392rwVCuf93C9QXOrpnCzA2nbPw5cJxxSFGSEBl5CnGinxO/aIsxeg7jBoxzz1a0+EnUrsv46jaY83jrMi6ZC/AgU/vVwSdWKK6NGcOWbIiRwSixpRmLnJhAmblEWhriIauc/mJ5ogFZQyFkTFgVobCAxb5m1rlhC+Nz0=
distributions: sdist bdist_wheel
on:
repo: fgmacedo/python-statemachine
tags: true
condition: $TRAVIS_PYTHON_VERSION = "3.8"
all_branches: true
before_install:
- pip install -U pytest
- pip install codecov
- pip install -e .
install: pip install -U tox-travis
language: python
python:
- 2.7
- 3.5
- 3.6
- 3.7
- 3.8
script: tox
after_success:
- codecov
| 42.296296 | 696 | 0.848511 |
1f233a763bda19e7e252b854f94b3ded1c425823 | 694 | yaml | YAML | scripts/kubernetes/deployment.yaml | kergeodeta/spring-camel-cluster-singleton | 690dbc4049c898dbbbcfa4df800ab1db21a2cbfe | [
"Apache-2.0"
] | null | null | null | scripts/kubernetes/deployment.yaml | kergeodeta/spring-camel-cluster-singleton | 690dbc4049c898dbbbcfa4df800ab1db21a2cbfe | [
"Apache-2.0"
] | null | null | null | scripts/kubernetes/deployment.yaml | kergeodeta/spring-camel-cluster-singleton | 690dbc4049c898dbbbcfa4df800ab1db21a2cbfe | [
"Apache-2.0"
] | null | null | null | apiVersion: apps/v1
kind: Deployment
metadata:
name: spring-camel-cluster-singleton
spec:
replicas: 3
selector:
matchLabels:
group: hu.bridgesoft
app: spring-camel-cluster-singleton
template:
metadata:
labels:
group: hu.bridgesoft
app: spring-camel-cluster-singleton
spec:
serviceAccountName: "spring-camel-cluster-singleton"
volumes:
- name: lock
persistentVolumeClaim:
claimName: spring-camel-cluster-singleton-pvc
containers:
- name: spring-camel-cluster-singleton
image: app-image
volumeMounts:
- name: lock
mountPath: "/opt/lock"
| 22.387097 | 58 | 0.621037 |
1f996e2a28b679146bf31c167283f6e6c949cdfd | 3,691 | yml | YAML | .gitlab-ci.yml | GrammaTech/gtirb-test-helpers | e61806d4afac292820a354b00bae2c7c7fc0cf4b | [
"MIT"
] | null | null | null | .gitlab-ci.yml | GrammaTech/gtirb-test-helpers | e61806d4afac292820a354b00bae2c7c7fc0cf4b | [
"MIT"
] | null | null | null | .gitlab-ci.yml | GrammaTech/gtirb-test-helpers | e61806d4afac292820a354b00bae2c7c7fc0cf4b | [
"MIT"
] | null | null | null | variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_STRATEGY: clone
stages:
- check-format
- test
- export
default:
image: python:3.7-slim
tags: ["kubernetes"]
check-format:
stage: check-format
script:
- apt update -y && apt install -y git
- pip3 install pre-commit
- |+
pre-commit run --all-files --show-diff-on-failure || ( (cat <<EOF
================================================================================
If this stage fails, the formatting of your changes may be incorrect.
To automatically format your files, install pre-commit:
pip3 install pre-commit
pre-commit install
pre-commit will now automatically format any files before commit.
To fix any misformatted files, run:
pre-commit run --all-files
And then commit any changes.
More information regarding pre-commit can be found at https://pre-commit.com.
================================================================================
EOF
) && exit 1)
test:
stage: test
script:
- pip3 install -r requirements-dev.txt
- pip3 install -e .
- pytest --cov=gtirb_test_helpers --cov-fail-under=90
# Only gtirb 0.10.6 has type information
- pip3 install --upgrade 'gtirb >= 0.10.6.dev0' --extra-index-url $EXTRA_INDEX_URL
- mypy gtirb_test_helpers
# This job ensures that:
# - Release branches never publish -dev packages, and packages
# on release branches are never overwritten. This behavior coincides
# with that of the external export job, where on the public pypi, packages
# cannot be overwritten.
# - master therefore only ever publishes '-dev' packages
# - The -dev package on master is always the newest version in the repository
export_internal:
stage: export
script:
- pip install -r requirements-dev.txt
- python3 setup.py bdist_wheel --dist-dir=$CI_PROJECT_DIR/dist
- VERSION=$(python3 -c "from imp import load_source; pkginfo = load_source('pkginfo.version', 'gtirb_test_helpers/version.py'); print(pkginfo.__version__)")
- if [[ "$VERSION" =~ \.dev[[:digit:]]*.*$ && "$CI_COMMIT_REF_NAME" =~ ^release-.* ]]; then exit 1; fi
# this job is not using $CI_JOB_TOKEN because it only has read access
# https://gitlab.com/gitlab-org/gitlab/-/issues/35067
# this job is also not using $CI_DEPLOY_USER and $CI_DEPLOY_PASSWORD because it only has write access
- if [[ "$CI_COMMIT_BRANCH" == "master" ]]; then
if [[ ! "$VERSION" =~ \.dev[[:digit:]]*$ ]]; then
echo "[ERROR] On the master branch, we must be exporting a -dev version."
exit 1;
fi;
if pip3 install --extra-index-url=$EXTRA_INDEX_URL "gtirb-test-helpers>$VERSION" 2>/dev/null; then
echo "[ERROR] The package version being published on master should always be >= the version in the repository.";
exit 1;
fi;
ls $CI_PROJECT_DIR/dist/*.whl | xargs python3 $CI_PROJECT_DIR/delete_remote_packages.py $GL_PKG_API_TOKEN;
fi
- sed "s/password = <access token>/password = $GL_PKG_API_TOKEN/" $CI_PROJECT_DIR/.pypirc > ~/.pypirc
- python3 -m twine upload --verbose --repository repypi $CI_PROJECT_DIR/dist/*.whl
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
- if: '$CI_COMMIT_REF_NAME =~ /^release-.*/'
export_external:
stage: export
script:
- pip install -r requirements-dev.txt
- python3 setup.py bdist_wheel --dist-dir=$CI_PROJECT_DIR/dist
- python3 -m twine check $CI_PROJECT_DIR/dist/*;
- python3 -m twine upload $CI_PROJECT_DIR/dist/* -u __token__ -p $PYPI_API_KEY;
rules:
- if: '$CI_COMMIT_REF_NAME =~ /^release-.*/'
| 41.943182 | 160 | 0.639122 |
7a4e95e3c4f7c0d87a979240ca34a259e724decb | 981 | yml | YAML | .github/workflows/build.yml | rylev/krustlet | a51eed5b609df86801a150102420d5abd3e29740 | [
"Apache-2.0"
] | 1 | 2020-04-07T04:03:24.000Z | 2020-04-07T04:03:24.000Z | .github/workflows/build.yml | rylev/krustlet | a51eed5b609df86801a150102420d5abd3e29740 | [
"Apache-2.0"
] | null | null | null | .github/workflows/build.yml | rylev/krustlet | a51eed5b609df86801a150102420d5abd3e29740 | [
"Apache-2.0"
] | null | null | null | name: Build and Test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.config.os }}
strategy:
fail-fast: false
matrix:
config:
- {
os: "ubuntu-latest",
url: "https://github.com/casey/just/releases/download/v0.5.8/just-v0.5.8-x86_64-unknown-linux-musl.tar.gz",
name: "just",
pathInArchive: "just",
}
- {
os: "macos-latest",
url: "https://github.com/casey/just/releases/download/v0.5.8/just-v0.5.8-x86_64-apple-darwin.tar.gz",
name: "just",
pathInArchive: "just",
}
steps:
- uses: actions/checkout@v2
- uses: engineerd/configurator@v0.0.1
with:
name: ${{ matrix.config.name }}
url: ${{ matrix.config.url }}
pathInArchive: ${{ matrix.config.pathInArchive }}
- name: Build
run: |
just build
just test
| 28.028571 | 121 | 0.503568 |
e9b6c48734e051fd0a5d3af564e6a6f44c2e1458 | 14,706 | yml | YAML | core/services/resource-management/apiDoc/openapi.yml | FraunhoferISST/diva | fa90bc3ebffae7c690edf4f45e03dc38ecfe5078 | [
"Apache-2.0"
] | 15 | 2021-07-12T08:50:43.000Z | 2022-02-28T06:39:30.000Z | core/services/resource-management/apiDoc/openapi.yml | FraunhoferISST/diva-core | fa90bc3ebffae7c690edf4f45e03dc38ecfe5078 | [
"Apache-2.0"
] | 86 | 2021-08-02T16:23:15.000Z | 2022-03-31T15:17:22.000Z | core/services/resource-management/apiDoc/openapi.yml | FraunhoferISST/diva-core | fa90bc3ebffae7c690edf4f45e03dc38ecfe5078 | [
"Apache-2.0"
] | 2 | 2021-09-11T11:50:52.000Z | 2022-02-08T22:48:29.000Z | openapi: 3.0.0
info:
description: "Resource Management Service is responsible for all CRUD operations on resources"
version: 1.0.0
title: Resource Management API
tags:
- name: resources
description: Operations about resources
paths:
/resources:
post:
tags:
- resources
summary: Create resource
description: Create mew resources with the provided data. The attributes of the resource may vary depending on the
`resourceType`. The request body must containt at least all the attributes defined in the schema below. This opperations
supports bulk mode so that multiple resource can be created with one request
operationId: createResource
parameters:
- $ref: "#/components/parameters/useridParam"
requestBody:
$ref: "#/components/requestBodies/ResourceCreate"
responses:
201:
$ref: "#/components/responses/ResourceCreateSuccess"
207:
$ref: "#/components/responses/Multi"
406:
$ref: "#/components/responses/InvalidDataError"
409:
$ref: "#/components/responses/ResourceAlreadyExistsError"
500:
$ref: "#/components/responses/UnexpectedError"
get:
tags:
- resources
summary: Get list of resources
description: To get the list of resources you can specify projection with `fields` paramter and set the
page size with `pageSize`. Default page size is **30**. The next page can be fatched by using `cursor`
parameter. The cursor to the next page will be included in the response body.
operationId: getResources
parameters:
- $ref: "#/components/parameters/useridParam"
- name: fields
in: query
description: Coma separated projection fields
example: "title,resourceType,description"
required: false
explode: true
allowReserved: true
schema:
type: string
- name: cursor
in: query
description: Pagination cursor
required: false
explode: true
example: "aHVpXzYwMTkzZmJlZTM0NmZhODVkNTE4YzJlYg=="
schema:
type: string
- name: pageSize
in: query
description: Page size
required: false
explode: true
example: 10
schema:
type: integer
format: int32
responses:
"200":
description: successful operation
content:
application/json:
schema:
type: object
properties:
collectionSize:
type: integer
collection:
type: array
items:
$ref: "#/components/schemas/Resource"
cursor:
type: string
total:
type: number
"500":
$ref: "#/components/responses/UnexpectedError"
"/resources/{id}":
get:
tags:
- resources
summary: Get resource by id
description: Projection can be specified with `fields` paramter
operationId: getResourceById
parameters:
- $ref: "#/components/parameters/useridParam"
- name: id
in: path
description: The id of the resource to fetch
required: true
schema:
type: string
- name: fields
in: query
description: Coma separated projection fields
required: false
explode: true
allowReserved: true
schema:
type: string
responses:
"200":
$ref: "#/components/responses/ResourceResponse"
"404":
$ref: "#/components/responses/NotFoundError"
"500":
$ref: "#/components/responses/UnexpectedError"
put:
tags:
- resources
summary: Update resource
description: Use this method, if you want to replace complete resource. New resource is created if no resource with
the provided `id` exists. Note that on this operation **all** fields are replaced.
operationId: updateResource
parameters:
- $ref: "#/components/parameters/useridParam"
- name: id
in: path
description: id of the resource
required: true
schema:
type: string
requestBody:
$ref: "#/components/requestBodies/ResourceUpdate"
responses:
"200":
$ref: "#/components/responses/Success"
"201":
description: Resource created
"406":
$ref: "#/components/responses/InvalidDataError"
"409":
$ref: "#/components/responses/ResourceAlreadyExistsError"
"500":
$ref: "#/components/responses/UnexpectedError"
patch:
tags:
- resources
summary: Patch resource
description: Use this method to do a partial update of the resource. In the request provided fields
will be merged with the existing resource object. Merge is always performed at the root level. Empty patches are
not accepted
operationId: patchResource
parameters:
- $ref: "#/components/parameters/useridParam"
- name: id
in: path
description: id of the resource
required: true
schema:
type: string
requestBody:
$ref: "#/components/requestBodies/ResourcesPatch"
responses:
"200":
$ref: "#/components/responses/SuccessEmpty"
"406":
$ref: "#/components/responses/InvalidDataError"
"404":
$ref: "#/components/responses/NotFoundError"
"409":
$ref: "#/components/responses/ResourceAlreadyExistsError"
"500":
$ref: "#/components/responses/UnexpectedError"
delete:
tags:
- resources
summary: Delete resource
description: Delete existing resource by id
operationId: deleteResource
parameters:
- $ref: "#/components/parameters/useridParam"
- name: id
in: path
description: id of the resource
required: true
schema:
type: string
responses:
"200":
$ref: "#/components/responses/SuccessEmpty"
"404":
$ref: "#/components/responses/NotFoundError"
"500":
$ref: "#/components/responses/UnexpectedError"
servers:
- url: http://localhost:3000
components:
requestBodies:
ResourceCreate:
required: true
content:
application/json:
schema:
oneOf:
- $ref: "#/components/schemas/ResourceCreate"
- $ref: "#/components/schemas/ResourceCreateBulk"
ResourceUpdate:
required: true
content:
application/json:
schema:
$ref: "#/components/schemas/ResourceCreate"
ResourcesPatch:
required: true
content:
application/json:
schema:
title: Patch body
description: The body can be any attribute defined in the resource schema. The supplied attributes
overwrite the existing
type: object
minProperties: 1
schemas:
ResourceCreate:
description: Minimal required attributes for resource creation
type: object
required:
- resourceType
- title
properties:
title:
type: string
title: Title
description: The title of the entity
minLength: 1
pattern: "^(.*)$"
resourceType:
type: string
title: Resource Type
description: The general type of the resource
minLength: 1
enum:
- generic
- file
- urbanPulseSensor
ResourceCreateBulk:
type: array
title: Resource create bulk request
description: Array of resources to create multiple resource in one bulk request
items:
$ref: "#/components/schemas/ResourceCreate"
Entity:
title: General Entity Data
type: object
required:
- title
- id
additionalProperties: true
properties:
id:
type: string
title: Unique ID
description: An unique ID of the entity
example: "entity:uuid:4600ea84-485a-49b3-8f15-85fc5ce2e0f9"
format: uri
pattern: "^resource:uuid:"
created:
type: string
title: Creation date
description: Creation date of the entity
example: '2018-11-08T13:55:45Z'
format: date-time
licenses:
type: array
title: Licenses
description: Licenses which are applied to the entity
items:
type: string
title: Items
description: A license
format: uri
accessCount:
title: Access count
description: How many times this entity was viewed
type: number
modified:
type: string
title: Modification date
description: Timestamp of the last change of the data
example: '2018-11-08T13:55:45Z'
format: date-time
title:
type: string
title: Title
description: The title of the entity
pattern: "^(.*)$"
description:
type: string
title: Description
description: The description of the entity
keywords:
type: array
title: Keywords
description: Keywords which tag the entity
items:
type: string
title: Items
description: A keyword
owner:
type: string
title: Owner ID
description: Owner of this entity
pattern: "^(.*)$"
versionInfo:
type: string
title: Version Info
description: A string describing the version of the entity
pattern: "^(.*)$"
versionNotes:
type: string
title: Version notes
description: A string describing the version of the entity
pattern: "^(.*)$"
Resource:
allOf:
- $ref: "#/components/schemas/Entity"
- type: object
title: General Resource Data
description: General Resource schema
additionalProperties: true
required:
- resourceType
properties:
resourceType:
type: string
title: Resource Type
description: The general type of the resource
enum:
- file
- generic
- urban-pulse-sensor
Error:
type: object
title: Operation error
description: Error that can occure on request processing
required:
- type
- message
- code
properties:
type:
title: Error type
description: Futher error type information
type: string
message:
title: Error message
description: Details about error
type: string
code:
title: Error code
description: HTTP error code
type: number
format: int32
example: 409
errors:
title: Errors
description: More error details that are reference in most case specification or schema validation errors
type: array
items:
type: object
responses:
Success:
description: Succesful
content:
text/html:
schema:
type: string
SuccessEmpty:
description: Succesful operation
Multi:
description: Multi-status response in case of a bulk request
content:
application/json:
schema:
title: Multi-status response
description: Indicates the status for operation for each resource in a bulk request
type: array
items:
type: object
required:
- statusCode
- uniqueFingerprint
properties:
statusCode:
title: Status Code
description: Status Code for single resource operation. Can be one of the codes that is returned for
opeartion on a single resource
type: integer
example: 201
uniqueFingerprint:
type: string
title: Unique indentifier
description: Global Unique indentifier as described in resource schema
data:
title: Operation data
description: Data as a result of a single resource operation
oneOf:
- type: string
- type: object
error:
$ref: "#/components/schemas/Error"
ResourceCreateSuccess:
description: Succesful resource creation retruns created resource id
content:
text/html:
schema:
type: string
title: Created resource id
description: An unique id of the processed entity
example: "resource:uuid:4600ea84-485a-49b3-8f15-85fc5ce2e0f9"
format: uri
pattern: "^resource:uuid:"
ResourceResponse:
description: Resource data response
content:
application/json:
schema:
$ref: "#/components/schemas/Resource"
UnexpectedError:
description: Internal error
content:
application/json:
schema:
$ref: "#/components/schemas/Error"
NotFoundError:
description: Entity not found
content:
application/json:
schema:
$ref: "#/components/schemas/Error"
InvalidDataError:
description: Invalid data supplied
content:
application/json:
schema:
$ref: "#/components/schemas/Error"
ResourceAlreadyExistsError:
description: Resource with the given `uniqueFingerprint` already exists
content:
application/json:
schema:
$ref: "#/components/schemas/Error"
parameters:
useridParam:
in: header
description: The id of the origin that produces action/message. Can be a user or service
name: x-actorid
schema:
type: string
minLength: 1
required: true
| 31.090909 | 128 | 0.562695 |
874e8d5789f977f35002cd9116ef011547545202 | 284 | yml | YAML | history/adomi-environment-ms.yml | Adomi-Delivery/adomi-status | 9bb9dce7f8f82e83fe0072d6c8c810139089ce14 | [
"MIT"
] | null | null | null | history/adomi-environment-ms.yml | Adomi-Delivery/adomi-status | 9bb9dce7f8f82e83fe0072d6c8c810139089ce14 | [
"MIT"
] | 10 | 2022-02-03T01:31:55.000Z | 2022-03-03T08:59:23.000Z | history/adomi-environment-ms.yml | Adomi-Delivery/adomi-status | 9bb9dce7f8f82e83fe0072d6c8c810139089ce14 | [
"MIT"
] | null | null | null | url: https://us-central1-adomi-dev.cloudfunctions.net/InitHandler/environment
status: up
code: 200
responseTime: 84
lastUpdated: 2022-06-21T23:05:09.025Z
startTime: Thu Feb 03 2022 02:49:56 GMT+0000 (Coordinated Universal Time)
generator: Upptime <https://github.com/upptime/upptime>
| 35.5 | 77 | 0.795775 |
d660529e48c05fd52803243005c98d85d14bccce | 826 | yaml | YAML | openapi/components/schemas/UniversalCancel/Request/UniversalVCPCancel.yaml | Uma78mahesh/EchoHubDocumentation | 609d2de7725b56417a022679b4b97d914d640b0d | [
"MIT"
] | null | null | null | openapi/components/schemas/UniversalCancel/Request/UniversalVCPCancel.yaml | Uma78mahesh/EchoHubDocumentation | 609d2de7725b56417a022679b4b97d914d640b0d | [
"MIT"
] | 7 | 2022-03-03T00:33:07.000Z | 2022-03-30T00:32:21.000Z | openapi/components/schemas/UniversalCancel/Request/UniversalVCPCancel.yaml | Uma78mahesh/EchoHubDocumentation | 609d2de7725b56417a022679b4b97d914d640b0d | [
"MIT"
] | null | null | null | required:
- RequestValueType
- RequestValue
- RequestedBy
- Action
- OptoutReason
- LibraryMethod
type: object
properties:
RequestValueType:
type: string
description: >-
Value for this field should be one of the following items :
DraftNumber or CardNumberToken or PayeeCheckClaimNumber or ClaimNumber or PayHubPaymentId
RequestValue:
type: string
description: Request Value
minLength: 2
RequestedBy:
type: boolean
description: Requested By
Action:
type: integer
description: >-
Value for this field should be one of the following items :
Block or BlockAndReissue or BlockAndOptOut or Reissue
OptoutReason:
type: integer
description: Optout Reason
LibraryMethod:
type: string
description: Library Method should be 'VCPCancel' | 25.8125 | 95 | 0.719128 |
9d968a22aa298614bf9f4480e2192564b447a454 | 1,702 | yml | YAML | content/Unreal Tournament/Maps/Capture The Flag/T/1/2/8d7cc2/ctf-timeforchaos_[128d7cc2].yml | acrinym/unreal-archive-data | ac9f151af3b401c10970839e7c5eb594e181e74a | [
"Unlicense"
] | 20 | 2019-02-05T15:09:30.000Z | 2022-03-06T02:04:19.000Z | content/Unreal Tournament/Maps/Capture The Flag/T/1/2/8d7cc2/ctf-timeforchaos_[128d7cc2].yml | acrinym/unreal-archive-data | ac9f151af3b401c10970839e7c5eb594e181e74a | [
"Unlicense"
] | 496 | 2019-02-17T20:07:27.000Z | 2022-03-28T10:35:41.000Z | content/Unreal Tournament/Maps/Capture The Flag/T/1/2/8d7cc2/ctf-timeforchaos_[128d7cc2].yml | acrinym/unreal-archive-data | ac9f151af3b401c10970839e7c5eb594e181e74a | [
"Unlicense"
] | 15 | 2019-02-02T14:06:44.000Z | 2022-02-24T22:40:18.000Z | --- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-16 18:40"
game: "Unreal Tournament"
name: "CTF-TimeForChaos"
author: "Peter \"McMoo\" Ward"
description: "None"
releaseDate: "2000-07"
attachments:
- type: "IMAGE"
name: "CTF-TimeForChaos_shot_1.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/Capture%20The%20Flag/T/CTF-TimeForChaos_shot_1.png"
originalFilename: "ctf-timeforchaos.zip"
hash: "128d7cc21384a8ae514fe40ef83c870ec09ec530"
fileSize: 559269
files:
- name: "CTF-TimeForChaos.unr"
fileSize: 1832426
hash: "73f9c5f900888bbab17822bd08cbe149d033948b"
otherFiles: 0
dependencies: {}
downloads:
- url: "https://f002.backblazeb2.com/file/unreal-archive-files/Unreal%20Tournament/Maps/Capture%20The%20Flag/T/ctf-timeforchaos.zip"
main: true
repack: false
state: "OK"
- url: "http://www.ut-files.com/index.php?dir=Maps/CTF/MapsT/&file=ctf-timeforchaos.zip"
main: false
repack: false
state: "OK"
- url: "http://medor.no-ip.org/index.php?dir=Maps/CTF&file=ctf-timeforchaos.zip"
main: false
repack: false
state: "OK"
- url: "http://uttexture.com/UT/Downloads/Maps/CTF/MapsT/ctf-timeforchaos.zip"
main: false
repack: false
state: "OK"
- url: "https://files.vohzd.com/unrealarchive/Unreal%20Tournament/Maps/Capture%20The%20Flag/T/1/2/8d7cc2/ctf-timeforchaos.zip"
main: false
repack: false
state: "OK"
- url: "https://unreal-archive-files.eu-central-1.linodeobjects.com/Unreal%20Tournament/Maps/Capture%20The%20Flag/T/1/2/8d7cc2/ctf-timeforchaos.zip"
main: false
repack: false
state: "OK"
deleted: false
gametype: "Capture The Flag"
title: "Time For Chaos"
playerCount: "Unknown"
themes:
Skaarj Tech: 1.0
bots: true
| 31.518519 | 148 | 0.746769 |
3bc4bc9adffb68660959b544589bbecc2bbf9de0 | 1,927 | yml | YAML | ansible/roles/red5/tasks/red5.yml | wulib-wustl-edu/goldenseal | 892e2cc30e349958b7d0a641b55de33ac98cddd0 | [
"Apache-2.0"
] | 3 | 2019-02-12T17:29:07.000Z | 2020-05-04T23:24:38.000Z | ansible/roles/red5/tasks/red5.yml | wulib-wustl-edu/goldenseal | 892e2cc30e349958b7d0a641b55de33ac98cddd0 | [
"Apache-2.0"
] | 1 | 2019-02-13T18:42:57.000Z | 2019-02-13T18:42:57.000Z | ansible/roles/red5/tasks/red5.yml | wulib-wustl-edu/goldenseal | 892e2cc30e349958b7d0a641b55de33ac98cddd0 | [
"Apache-2.0"
] | 3 | 2016-01-12T20:09:11.000Z | 2019-01-26T23:43:17.000Z | ---
- name: add red5 group
become: true
group: name=red5 state=present
- name: add red5 user
become: true
user: name=red5 group=red5 state=present
- name: checkout red5-server repo
git: repo=https://github.com/Red5/red5-server.git dest={{ install_path }}/red5 version=v1.0.7-RELEASE
- name: assemble red5-server from source
command: mvn -Dmaven.test.skip=true clean package -P assemble chdir={{ install_path }}/red5
- name: untar / move red5-server directory
become: true
unarchive: src={{ install_path }}/red5/target/red5-server-1.0.7-RELEASE.tar.gz dest=/usr/share copy=no owner=red5
- name: rename red5-server directory
become: true
command: mv /usr/share/red5-server /usr/share/red5
- name: change permissions on red5 directory
become: true
file: path=/usr/share/red5 owner=red5 group=red5 recurse=yes
- name: place red5 init file
become: true
template: src=red5_init.sh.j2 dest=/etc/rc.d/init.d/red5 mode=0755
- name: start red5 server
become: true
command: /etc/rc.d/init.d/red5 start
- name: checkout red5-examples repo
git: repo=https://github.com/Red5/red5-examples.git dest={{ install_path }}/red5-examples
- name: Perform Maven build of oflaDemo
become: true
command: mvn clean install
args:
chdir: "{{ install_path }}/red5-examples/oflaDemo"
- name: Move oflaDemo war file to tomcat
become: true
copy: remote_src=true src=/home/install/red5-examples/oflaDemo/target/red5-example-oflaDemo-2.0.war dest=/usr/share/red5/webapps/oflaDemo.war owner=red5 group=red5
- name: restart red5
become: true
command: /etc/rc.d/init.d/red5 restart
- name: change owner:group of oflaDemo
become: true
command: chown -R red5:red5 /usr/share/red5/webapps/oflaDemo
- name: Open port 5080 for red5/tomcat
become: true
firewalld: port=5080/tcp permanent=true state=enabled
- name: Restart firewalld
become: true
command: systemctl restart firewalld
...
| 29.646154 | 165 | 0.733783 |
aed3d5e9fa162dd306cb20a6cab503eeef8f4e16 | 2,755 | yml | YAML | docs-ref-autogen/azure-cognitiveservices-customimagesearch/CustomImageSearchAPIClient.yml | ghogen/azure-docs-sdk-node | 86166811436beb793c11906fb8f9a094cd35e001 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-06-11T09:22:46.000Z | 2021-06-11T09:22:46.000Z | preview-packages/docs-ref-autogen/azure-cognitiveservices-customimagesearch/CustomImageSearchAPIClient.yml | ghogen/azure-docs-sdk-node | 86166811436beb793c11906fb8f9a094cd35e001 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | preview-packages/docs-ref-autogen/azure-cognitiveservices-customimagesearch/CustomImageSearchAPIClient.yml | ghogen/azure-docs-sdk-node | 86166811436beb793c11906fb8f9a094cd35e001 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ### YamlMime:UniversalReference
items:
- uid: azure-cognitiveservices-customimagesearch.CustomImageSearchAPIClient
name: CustomImageSearchAPIClient
fullName: CustomImageSearchAPIClient
children:
- >-
azure-cognitiveservices-customimagesearch.CustomImageSearchAPIClient.credentials
- >-
azure-cognitiveservices-customimagesearch.CustomImageSearchAPIClient.constructor
- >-
azure-cognitiveservices-customimagesearch.CustomImageSearchAPIClient.customInstance
langs:
- typeScript
type: class
summary: ''
extends:
name: ServiceClient
package: azure-cognitiveservices-customimagesearch
- uid: >-
azure-cognitiveservices-customimagesearch.CustomImageSearchAPIClient.credentials
name: credentials
fullName: credentials
children: []
langs:
- typeScript
type: property
summary: ''
syntax:
content: 'credentials: ServiceClientCredentials'
return:
type:
- ServiceClientCredentials
package: azure-cognitiveservices-customimagesearch
- uid: >-
azure-cognitiveservices-customimagesearch.CustomImageSearchAPIClient.constructor
name: >-
CustomImageSearchAPIClient(ServiceClientCredentials, string,
ServiceClientOptions)
children: []
type: constructor
langs:
- typeScript
summary: ''
syntax:
content: >-
new CustomImageSearchAPIClient(credentials: ServiceClientCredentials,
baseUri?: string, options?: ServiceClientOptions)
parameters:
- id: credentials
type:
- ServiceClientCredentials
description: >
Subscription credentials which uniquely identify client
subscription.
- id: baseUri
type:
- string
description: ''
optional: true
- id: options
type:
- ServiceClientOptions
description: ''
optional: true
package: azure-cognitiveservices-customimagesearch
- uid: >-
azure-cognitiveservices-customimagesearch.CustomImageSearchAPIClient.customInstance
name: customInstance
fullName: customInstance
children: []
langs:
- typeScript
type: property
summary: ''
syntax:
content: 'customInstance: CustomInstance'
return:
type:
- azure-cognitiveservices-customimagesearch.CustomInstance
package: azure-cognitiveservices-customimagesearch
references:
- uid: azure-cognitiveservices-customimagesearch.CustomInstance
name: CustomInstance
spec.typeScript:
- name: CustomInstance
fullName: CustomInstance
uid: azure-cognitiveservices-customimagesearch.CustomInstance
| 30.955056 | 91 | 0.683485 |
4e793a8504e06581644771c4cf74fcde4fbbc246 | 510 | yaml | YAML | resources/constraints.yaml | truebluejason/automlbenchmark | bae631fb484ee3ec0e8965a3ce9e7deb2688c698 | [
"MIT"
] | null | null | null | resources/constraints.yaml | truebluejason/automlbenchmark | bae631fb484ee3ec0e8965a3ce9e7deb2688c698 | [
"MIT"
] | null | null | null | resources/constraints.yaml | truebluejason/automlbenchmark | bae631fb484ee3ec0e8965a3ce9e7deb2688c698 | [
"MIT"
] | null | null | null | ---
test:
folds: 2
max_runtime_seconds: 600
cores: 4
min_vol_size_mb: 500000
1h4c:
folds: 10
max_runtime_seconds: 3600
cores: 4
min_vol_size_mb: 500000
1h8c:
folds: 10
max_runtime_seconds: 3600
cores: 8
min_vol_size_mb: 500000
4h8c:
folds: 10
max_runtime_seconds: 14400
cores: 8
min_vol_size_mb: 500000
8h8c:
folds: 10
max_runtime_seconds: 28800
cores: 8
min_vol_size_mb: 500000
12h8c:
folds: 10
max_runtime_seconds: 43200
cores: 8
min_vol_size_mb: 500000
| 13.421053 | 28 | 0.721569 |
7c9c69a6773b8e87dee972d0a04ef528249beecc | 871 | yml | YAML | roles/metrics/tasks/start-grafana.yml | kvbik/ansible_eth2 | 6a55771c90c65ea38d8f2a6180b817de7cc6f162 | [
"MIT"
] | 2 | 2020-07-24T20:13:43.000Z | 2020-12-03T16:33:57.000Z | roles/metrics/tasks/start-grafana.yml | kvbik/ansible_eth2 | 6a55771c90c65ea38d8f2a6180b817de7cc6f162 | [
"MIT"
] | 3 | 2020-07-24T20:53:17.000Z | 2021-01-13T12:29:43.000Z | roles/metrics/tasks/start-grafana.yml | kvbik/ansible_eth2 | 6a55771c90c65ea38d8f2a6180b817de7cc6f162 | [
"MIT"
] | 2 | 2020-07-26T15:16:11.000Z | 2020-10-14T23:37:15.000Z | - name: Grafana metrics service
docker_container:
name: grafana
state: started
image: "{{ grafana_image_name | default('grafana/grafana:latest') }}"
restart_policy: unless-stopped
ports: # Cannot run on host network due to nginx proxy
- "{{grafana_port}}:{{grafana_port}}"
network_mode: bridge
networks:
- name: "{{grafana_prometheus_network_name}}"
ipv4_address: "172.1.1.100"
restart: "{{ grafana_require_restart | default(false) }}"
volumes:
- "{{grafana_host_dir}}/data:/var/lib/grafana"
- "{{grafana_host_dir}}/conf:/etc/grafana"
env:
VIRTUAL_HOST: "{{ metrics_domain }}"
VIRTUAL_PORT: "'{{ grafana_port }}'"
LETSENCRYPT_HOST: "{{ metrics_domain }}"
LETSENCRYPT_EMAIL: "{{ letsencrypt_email }}"
user: "1000"
command: >
--config=/etc/grafana/grafana.ini
| 34.84 | 73 | 0.640643 |
29709cb4cf375fbcdd4c3330b6f96b52566ddbf1 | 162 | yaml | YAML | stack.yaml | mathk/NautilusDna | b38f1803b84600adee8d45484064265abada6c4b | [
"MIT"
] | null | null | null | stack.yaml | mathk/NautilusDna | b38f1803b84600adee8d45484064265abada6c4b | [
"MIT"
] | null | null | null | stack.yaml | mathk/NautilusDna | b38f1803b84600adee8d45484064265abada6c4b | [
"MIT"
] | null | null | null | flags: {}
extra-package-dbs: []
packages:
- '.'
extra-deps:
- FPretty-1.1
- Hoed-0.3.5
- RBTree-0.0.5
- libgraph-1.10
- threepenny-gui-0.6.0.6
resolver: lts-6.26
| 13.5 | 24 | 0.641975 |
fb52148d01eb7d4e11edbe0b05bf2499a913f6e1 | 3,563 | yml | YAML | articles/automation/index.yml | flexray/azure-docs.pl-pl | bfb8e5d5776d43b4623ce1c01dc44c8efc769c78 | [
"CC-BY-4.0",
"MIT"
] | 12 | 2017-08-28T07:45:55.000Z | 2022-03-07T21:35:48.000Z | articles/automation/index.yml | flexray/azure-docs.pl-pl | bfb8e5d5776d43b4623ce1c01dc44c8efc769c78 | [
"CC-BY-4.0",
"MIT"
] | 441 | 2017-11-08T13:15:56.000Z | 2021-06-02T10:39:53.000Z | articles/automation/index.yml | flexray/azure-docs.pl-pl | bfb8e5d5776d43b4623ce1c01dc44c8efc769c78 | [
"CC-BY-4.0",
"MIT"
] | 27 | 2017-11-13T13:38:31.000Z | 2022-02-17T11:57:33.000Z | ### YamlMime:Landing
title: Dokumentacja usługi Azure Automation
metadata:
title: Dokumentacja usługi Azure Automation
description: Dowiedz się, jak korzystać z usługi Automation w celu konfigurowania i automatyzowania zadań operacyjnych w środowisku hybrydowym.
services: automation
author: mgoedtel
manager: carmonm
ms.service: automation
ms.topic: landing-page
ms.date: 09/06/2019
ms.author: magoedte
ms.openlocfilehash: c146be313391397c9ecf64314a580175e8220ac5
ms.sourcegitcommit: 8d8deb9a406165de5050522681b782fb2917762d
ms.translationtype: HT
ms.contentlocale: pl-PL
ms.lasthandoff: 10/20/2020
ms.locfileid: "92216423"
landingContent:
- title: Rozpocznij pracę z usługą Azure Automation
linkLists:
- linkListType: overview
links:
- text: Co to jest usługa Automation?
url: automation-intro.md
- linkListType: get-started
links:
- text: Tworzenie konta usługi Automation
url: automation-quickstart-create-account.md
- linkListType: quickstart
links:
- text: Tworzenie elementu runbook
url: automation-quickstart-create-runbook.md
- linkListType: deploy
links:
- text: Uruchamianie lub zatrzymywanie maszyn wirtualnych po godzinach pracy
url: automation-solution-vm-management.md
- title: Zarządzanie aktualizacjami maszyn wirtualnych
linkLists:
- linkListType: overview
links:
- text: Omówienie rozwiązania Update Management
url: update-management/overview.md
- linkListType: get-started
links:
- text: Zarządzanie aktualizacjami dla wielu maszyn wirtualnych
url: update-management/manage-updates-for-vm.md
- title: Konfigurowanie maszyn wirtualnych przy użyciu konfiguracji żądanego stanu
linkLists:
- linkListType: overview
links:
- text: Konfiguracja stanu — omówienie
url: automation-dsc-overview.md
- linkListType: concept
links:
- text: Rozszerzenie DSC programu PowerShell
url: /powershell/scripting/dsc/overview/overview
- linkListType: quickstart
links:
- text: Tworzenie konfiguracji DSC na podstawie zasad grupy
url: /powershell/scripting/dsc/quickstarts/gpo-quickstart
- linkListType: tutorial
links:
- text: Konfigurowanie serwerów i zarządzanie dryftem za pomocą konfiguracji stanu
url: tutorial-configure-servers-desired-state.md
- title: Praca ze środowiskami hybrydowymi
linkLists:
- linkListType: overview
links:
- text: Omówienie hybrydowego procesu roboczego elementu Runbook
url: automation-hybrid-runbook-worker.md
- linkListType: deploy
links:
- text: Wdrażanie hybrydowego procesu roboczego elementu Runbook systemu Windows
url: automation-windows-hrw-install.md
- text: Wdrażanie hybrydowego procesu roboczego elementu Runbook systemu Linux
url: automation-linux-hrw-install.md
- text: Uruchamianie elementów Runbook w hybrydowym procesie roboczym elementu Runbook
url: automation-hrw-run-runbooks.md
- title: Automatyzacja między usługami
linkLists:
- linkListType: tutorial
links:
- text: Wysyłanie wiadomości e-mail z poziomu elementu runbook za pomocą usługi SendGrid
url: automation-send-email.md
- linkListType: get-started
links:
- text: Uruchamianie elementu Runbook z alertów platformy Azure
url: automation-create-alert-triggered-runbook.md
- linkListType: deploy
links:
- text: Wdrażanie szablonu usługi Resource Manager w elemencie Runbook programu PowerShell usługi Automation
url: automation-deploy-template-runbook.md
| 37.904255 | 145 | 0.755824 |
58ec08b9966e24507fd1eb8324df44145d3e471c | 2,848 | yml | YAML | _config.yml | rbjanis/r4ds-exercise-solutions | 8160c145bbc8be83d4c295f2973b46006f7f26c2 | [
"CC-BY-4.0"
] | null | null | null | _config.yml | rbjanis/r4ds-exercise-solutions | 8160c145bbc8be83d4c295f2973b46006f7f26c2 | [
"CC-BY-4.0"
] | null | null | null | _config.yml | rbjanis/r4ds-exercise-solutions | 8160c145bbc8be83d4c295f2973b46006f7f26c2 | [
"CC-BY-4.0"
] | null | null | null | github_repo: "jrnold/r4ds-exercise-solutions"
deploy_url: "https://jrnold.github.io/r4ds-exercise-solutions"
r4ds:
github_repo: "hadley/r4ds"
url: "https://r4ds.had.co.nz"
chapters:
- {"rmd": "intro.Rmd", "html": "introduction.html"}
- {"rmd": "explore-intro.Rmd", "html": "explore-intro.html"}
- {"rmd": "visualize.Rmd", "html": "data-visualisation.html"}
- {"rmd": "workflow-basics.Rmd", "html": "workflow-basics.html"}
- {"rmd": "transform.Rmd", "html": "transform.html"}
- {"rmd": "workflow-scripts.Rmd", "html": "workflow-scripts.html"}
- {"rmd": "EDA.Rmd", "html": "exploratory-data-analysis.html"}
- {"rmd": "workflow-projects.Rmd", "html": "workflow-projects.html"}
- {"rmd": "wrangle-intro.Rmd", "html": "wrangle-intro.html"}
- {"rmd": "tibble.Rmd", "html": "tibbles.html"}
- {"rmd": "import.Rmd", "html": "data-import.html"}
- {"rmd": "tidy.Rmd", "html": "tidy-data.html"}
- {"rmd": "relational-data.Rmd", "html": "relational-data.html"}
- {"rmd": "strings.Rmd", "html": "strings.html"}
- {"rmd": "factors.Rmd", "html": "factors.html"}
- {"rmd": "datetimes.Rmd", "html": "dates-and-times.html"}
- {"rmd": "program-intro.Rmd", "html": "program-intro.html"}
- {"rmd": "pipes.Rmd", "html": "pipes.html"}
- {"rmd": "functions.Rmd", "html": "functions.html"}
- {"rmd": "vectors.Rmd", "html": "vectors.html"}
- {"rmd": "iteration.Rmd", "html": "iteration.html"}
- {"rmd": "model-intro.Rmd", "html": "model-intro.html"}
- {"rmd": "model-basics.Rmd", "html": "model-basics.html"}
- {"rmd": "model-building.Rmd", "html": "model-building.html"}
- {"rmd": "many-models.Rmd", "html": "many-models.html"}
- {"rmd": "communicate-intro.Rmd", "html": "communicate-intro.html"}
- {"rmd": "rmarkdown.Rmd", "html": "r-markdown.html"}
- {"rmd": "graphics-for-communication.Rmd", "html": "graphics-for-communication.html"}
- {"rmd": "rmarkdown-formats.Rmd", "html": "r-markdown-formats.html"}
- {"rmd": "rmarkdown-workflow.Rmd", "html": "r-markdown-workflow.html"}
exercise_sections:
# Mapping from subsections to the Exercise subsubsection in R4DS
3.1: 1
3.2: 4
3.3: 1
3.5: 1
3.6: 1
3.8: 1
3.9: 1
5.2: 4
5.3: 1
5.4: 1
5.5: 2
5.6: 7
5.7: 1
7.3: 4
7.4: 1
7.5.1: 1
7.5.2: 1
7.5.3: 1
11.2: 2
11.3: 5
11.4: 1
12.2: 1
12.3: 3
12.4: 3
12.5: 1
12.6: 1
13.2: 1
13.3: 1
13.4: 6
13.5: 1
14.2: 5
14.3.1: 1
14.3.2: 1
14.3.3: 1
14.3.4: 1
14.3.5: 1
14.4.3: 1
14.4.4: 1
14.4.5: 1
14.5: 1
14.7: 1
15.3: 1
15.4: 1
15.5: 1
16.2: 4
16.3: 4
16.4: 5
19.2: 1
19.3: 1
19.4: 4
19.5: 5
20.3: 5
20.4: 6
20.5: 4
20.7: 4
21.2: 1
21.3: 5
21.4: 1
21.5: 3
21.9: 3
23.2: 1
23.3: 3
23.4: 5
24.2: 3
24.3: 5
25.2: 5
25.4: 5
25.5: 3
27.2: 1
27.3: 1
27.4: 7
28.2: 1
28.3: 1
28.4: 4
| 25.20354 | 88 | 0.561798 |
f366ad37e2e3145f864e2622b0f02ffbedd8c817 | 510 | yaml | YAML | rime/sync/70ef9364-8391-414d-98f4-a1f5a8757344/clover_jiugong.custom.yaml | xuanyuanch/WeiYang_pavilion | 27b4b8f85d2a5f8efeb7578124d12195b20618b3 | [
"Apache-2.0"
] | null | null | null | rime/sync/70ef9364-8391-414d-98f4-a1f5a8757344/clover_jiugong.custom.yaml | xuanyuanch/WeiYang_pavilion | 27b4b8f85d2a5f8efeb7578124d12195b20618b3 | [
"Apache-2.0"
] | null | null | null | rime/sync/70ef9364-8391-414d-98f4-a1f5a8757344/clover_jiugong.custom.yaml | xuanyuanch/WeiYang_pavilion | 27b4b8f85d2a5f8efeb7578124d12195b20618b3 | [
"Apache-2.0"
] | null | null | null | patch:
switches/@next 0:
name: symbol_support
reset: 0
states: [ "无符", "符" ]
switches/@next 1:
name: emoji_suggestion
reset: 1
states: [ 😑️, 😁️ ]
'engine/filters/@before 0':
simplifier@symbol_support
'engine/filters/@before 1':
simplifier@emoji_suggestion
emoji_suggestion:
opencc_config: emoji.json
option_name: emoji_suggestion
tips: all
# symbol_support
symbol_support:
opencc_config: symbol.json
option_name: symbol_support
tips: all | 22.173913 | 33 | 0.668627 |
5ac9b5c52626c017ff3ffe153ad0f263c248face | 108 | yml | YAML | ee/changelogs/unreleased/322019-iteration-group-report-view-missing-left-sidebar-status.yml | mhuryanov/gitlab | 3c50a67be2d6b6322a00d360c59629abf7bc5888 | [
"MIT"
] | null | null | null | ee/changelogs/unreleased/322019-iteration-group-report-view-missing-left-sidebar-status.yml | mhuryanov/gitlab | 3c50a67be2d6b6322a00d360c59629abf7bc5888 | [
"MIT"
] | null | null | null | ee/changelogs/unreleased/322019-iteration-group-report-view-missing-left-sidebar-status.yml | mhuryanov/gitlab | 3c50a67be2d6b6322a00d360c59629abf7bc5888 | [
"MIT"
] | null | null | null | ---
title: Expand left sidebar when viewing group iteration report
merge_request: 56358
author:
type: fixed
| 18 | 62 | 0.796296 |
b55d0f4c4e91ef4be2a5791959b1aefb9e2cc9b9 | 3,071 | yml | YAML | tests/playbooks/tests_checkpoint_cleanup.yml | tyll/network | 16f1898894972e0812bb14b113e85ec1ce29cbb8 | [
"BSD-3-Clause"
] | null | null | null | tests/playbooks/tests_checkpoint_cleanup.yml | tyll/network | 16f1898894972e0812bb14b113e85ec1ce29cbb8 | [
"BSD-3-Clause"
] | null | null | null | tests/playbooks/tests_checkpoint_cleanup.yml | tyll/network | 16f1898894972e0812bb14b113e85ec1ce29cbb8 | [
"BSD-3-Clause"
] | null | null | null | # SPDX-License-Identifier: BSD-3-Clause
# This test is supposed to check that checkpoints are properly cleaned-up after
# failures in the module. This test currently uses the initscripts provider to
# mark a device as unmanaged for NM and then tries to activiate it using NM.
# This failed without removing the checkpoint.
---
- hosts: all
vars:
interface: cptstbr
profile: "{{ interface }}"
network_provider: nm
pre_tasks:
- debug:
msg: Inside states tests
- include_tasks: tasks/show_interfaces.yml
- include_tasks: tasks/assert_device_absent.yml
roles:
- linux-system-roles.network
tasks:
- block:
# Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1832897
- name: install dbus-tools
package:
name: dbus-tools
state: present
# create test profile
- include_role:
name: linux-system-roles.network
vars:
network_provider: initscripts
network_connections:
- name: "{{ interface }}"
state: up
type: bridge
ip:
dhcp4: false
auto6: false
- include_tasks: tasks/assert_device_present.yml
- include_tasks: tasks/assert_profile_present.yml
# Use internal module directly for speedup
- name: use network_connections
network_connections:
provider: nm
connections:
- name: "{{ interface }}"
state: up
type: bridge
ip:
dhcp4: false
auto6: false
ignore_errors: true
register: error_trigger
- name: assert that the module call did not fail
assert:
fail_msg: The module call did not fail. Therefore the test
condition was not triggered. This test needs to be adjusted or
dropped.
that: error_trigger.failed
# yamllint disable-line rule:line-length
- name: get NM dbus objects
command: busctl --system tree --list org.freedesktop.NetworkManager
register: nm_dbus_objects
- debug:
var: nm_dbus_objects
- name: Assert that no checkpoints are left
assert:
fail_msg: Checkpoints not cleaned up
that: >
'/org/freedesktop/NetworkManager/Checkpoint/' not in
nm_dbus_objects.stdout_lines
always:
- block:
# Use internal module directly for speedup
- network_connections:
provider: nm
connections:
- name: "{{ interface }}"
persistent_state: absent
state: down
- file:
dest: "/etc/sysconfig/network-scripts/ifcfg-{{ interface }}"
state: absent
- command: ip link del "{{ interface }}"
ignore_errors: true
tags:
- "tests::cleanup"
| 35.298851 | 79 | 0.562032 |
56411cde0bdec58b610f9629f16779cd968c8dce | 557 | yml | YAML | docker-compose.yml | TGRHavoc/dradis-docker | cdd9dda466f8761ba747c2aa187d2b59b1450fe2 | [
"Apache-2.0"
] | null | null | null | docker-compose.yml | TGRHavoc/dradis-docker | cdd9dda466f8761ba747c2aa187d2b59b1450fe2 | [
"Apache-2.0"
] | null | null | null | docker-compose.yml | TGRHavoc/dradis-docker | cdd9dda466f8761ba747c2aa187d2b59b1450fe2 | [
"Apache-2.0"
] | null | null | null | version: "3.3"
services:
dradis:
container_name: dradis
image: tgrhavoc/dradis-docker
#ports:
#-3000:3000
depends_on:
- redis
volumes:
- "./dradis/dbdata/:/dbdata"
- "./dradis/templates:/dradis/templates"
- "./dradis/attachments:/dradis/attachments"
environment:
#SECRET_KEY_BASE: some-super-secure-string-leave-empty-for-randomised-one
VIRTUAL_HOST: dradis.tgrhavoc.co.uk
REDIS_URL: redis://redis:6379/cache
| 30.944444 | 85 | 0.567325 |
c6fcb687bf20e707bdf4361517cf7c604ad4c60c | 70 | yml | YAML | py-data/falcon/versions/83e8232/version.yml | ualberta-smr/NFBugs | 65d9ef603e9527b3d83f53af0606b1ae240513f1 | [
"MIT"
] | 3 | 2019-10-01T19:58:24.000Z | 2021-09-17T04:03:21.000Z | py-data/falcon/versions/83e8232/version.yml | senseconcordia/NFBugsExtended | 60058ccbd64107018a92ede73056d08ecbdaaed2 | [
"MIT"
] | 22 | 2018-08-23T15:15:37.000Z | 2019-03-15T17:09:41.000Z | py-data/falcon/versions/83e8232/version.yml | senseconcordia/NFBugsExtended | 60058ccbd64107018a92ede73056d08ecbdaaed2 | [
"MIT"
] | 1 | 2019-02-11T18:26:36.000Z | 2019-02-11T18:26:36.000Z | problem:
- '2'
revision: 83e82320da2590522134325d55c1f5122abbf6f3
| 17.5 | 50 | 0.8 |
cdfccfbd640ef174bc52dc56f5fc67fe431dd67c | 325 | yaml | YAML | charts/rstudio-workbench/templates/configmap-pam.yaml | samssann/helm | f15047defa71fd2cc978bdf2bee23a0ee313e0c3 | [
"MIT"
] | 5 | 2021-09-30T20:31:46.000Z | 2022-03-29T20:09:33.000Z | charts/rstudio-workbench/templates/configmap-pam.yaml | samssann/helm | f15047defa71fd2cc978bdf2bee23a0ee313e0c3 | [
"MIT"
] | 103 | 2021-08-04T15:00:34.000Z | 2022-03-28T14:06:02.000Z | charts/rstudio-workbench/templates/configmap-pam.yaml | samssann/helm | f15047defa71fd2cc978bdf2bee23a0ee313e0c3 | [
"MIT"
] | 8 | 2021-08-13T20:47:12.000Z | 2022-02-16T14:30:31.000Z | {{- if .Values.config.pam }}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "rstudio-workbench.fullname" . }}-pam
namespace: {{ $.Release.Namespace }}
data:
{{- $pamDict := dict "data" .Values.config.pam "commentDelimiter" "#" }}
{{- include "rstudio-library.config.txt" $pamDict | nindent 2 }}
{{- end }}
| 29.545455 | 74 | 0.649231 |
bb13ebc66f4b27f9b5f2cdc29f32aac5e7d68fae | 1,148 | yaml | YAML | reports/wilson.ci.chef.co/job/delivery-build/523.yaml | chef-boneyard/jenkins_pipeline_report | c74f6df8b5658c3a341f11ac244efee8ab63ec21 | [
"Apache-2.0"
] | null | null | null | reports/wilson.ci.chef.co/job/delivery-build/523.yaml | chef-boneyard/jenkins_pipeline_report | c74f6df8b5658c3a341f11ac244efee8ab63ec21 | [
"Apache-2.0"
] | null | null | null | reports/wilson.ci.chef.co/job/delivery-build/523.yaml | chef-boneyard/jenkins_pipeline_report | c74f6df8b5658c3a341f11ac244efee8ab63ec21 | [
"Apache-2.0"
] | 2 | 2021-06-27T16:09:19.000Z | 2021-08-29T14:08:44.000Z | ---
result: SUCCESS
url: http://wilson.ci.chef.co/job/delivery-build/523/
timestamp: 2016-05-31 18:55:16 UTC
duration: 23m14s
triggered_by: chef-jenkins
active_duration: 23m14s
parameters:
DELIVERY_SHA: 6c7946d4e08d98927385ed64954be5418e1f0978
DELIVERY_CHANGE: 3705d3b7-678f-4f9c-a92d-c1989933a949
APPEND_TIMESTAMP: false
GIT_REF: 6c7946d4e08d98927385ed64954be5418e1f0978
change:
git_remote: git@github.com:opscode/delivery.git
stages:
delivery-build:
result: SUCCESS
url: http://wilson.ci.chef.co/job/delivery-build/523/
duration: 23m14s
runs:
el-6:
result: SUCCESS
url: http://wilson.ci.chef.co/job/delivery-build/architecture=x86_64,platform=el-6,project=delivery,role=builder/523/
duration: 23m1s
el-7:
result: SUCCESS
url: http://wilson.ci.chef.co/job/delivery-build/architecture=x86_64,platform=el-7,project=delivery,role=builder/523/
duration: 20m12s
ubuntu-12.04:
result: SUCCESS
url: http://wilson.ci.chef.co/job/delivery-build/architecture=x86_64,platform=ubuntu-12.04,project=delivery,role=builder/523/
duration: 16m8s
| 34.787879 | 133 | 0.729094 |
9ca533b4cc2d83e04770682a6dcb01366077d476 | 268 | yml | YAML | _data/authors.yml | otto-torino/otto-torino.github.io | c6f1666031917607d7ab6e213f5d34da64c92374 | [
"MIT"
] | null | null | null | _data/authors.yml | otto-torino/otto-torino.github.io | c6f1666031917607d7ab6e213f5d34da64c92374 | [
"MIT"
] | 1 | 2021-09-02T14:46:45.000Z | 2021-09-02T14:46:45.000Z | _data/authors.yml | otto-torino/otto-torino.github.io | c6f1666031917607d7ab6e213f5d34da64c92374 | [
"MIT"
] | null | null | null | abidibo:
username: abidibo
name: S. Contini
full_name: Stefano Contini
location: Turin
url_full: https://www.abidibo.net
url: https://www.abidibo.net
bio: Senior Full Stack Developer
picture: assets/images/abidibo.png
twitter: abidibo
cover: False
| 22.333333 | 36 | 0.735075 |
5d07df0562fa7f67db5797e376ab60dd95f3bbc2 | 212 | yml | YAML | icp-backend/configMaps-secrets/secrets/secrets.yml | dolph/icp-airways | cded4dd4e0dd5ab0a5f90bb5159b10252c659eab | [
"Apache-2.0"
] | 45 | 2018-08-02T16:11:39.000Z | 2022-02-03T03:07:10.000Z | icp-backend/configMaps-secrets/secrets/secrets.yml | dolph/icp-airways | cded4dd4e0dd5ab0a5f90bb5159b10252c659eab | [
"Apache-2.0"
] | 6 | 2018-08-02T15:51:44.000Z | 2020-01-24T20:57:56.000Z | icp-backend/configMaps-secrets/secrets/secrets.yml | dolph/icp-airways | cded4dd4e0dd5ab0a5f90bb5159b10252c659eab | [
"Apache-2.0"
] | 36 | 2018-08-02T15:32:12.000Z | 2022-02-04T12:45:11.000Z | apiVersion: v1
kind: Secret
metadata:
name: mysecret
type: Opaque
data:
UID: YWRtaW4=
PASSWORD: YWRtaW4=
SECRET: aGVsbG8=
EMAILUSERNAME: aWNwYWlyd2F5c0BnbWFpbC5jb20=
EMAILPASSWORD: LmljcGFpcndheXM=
| 17.666667 | 45 | 0.764151 |
5d13c93c1b0695de5e2042b446755e2986ebde7b | 4,565 | yml | YAML | mkdocs.yml | DeustoTech/dataModels | a041d126fa606dd9ec56b4ea13bc4612ae983a1e | [
"MIT"
] | null | null | null | mkdocs.yml | DeustoTech/dataModels | a041d126fa606dd9ec56b4ea13bc4612ae983a1e | [
"MIT"
] | null | null | null | mkdocs.yml | DeustoTech/dataModels | a041d126fa606dd9ec56b4ea13bc4612ae983a1e | [
"MIT"
] | null | null | null | site_name: Fiware-DataModels
site_url: https://fiware-datamodels.readthedocs.org
repo_url: https://github.com/fiware/dataModels.git
site_description: FIWARE Data Models Documentation
docs_dir: .
site_dir: html
markdown_extensions: [toc,fenced_code]
use_directory_urls: false
theme: readthedocs
extra_css: ["https://fiware.org/style/fiware_readthedocs.css"]
pages:
- 'Home': index.md
- 'Guidelines' : guidelines.md
- 'Alarms' : 'Alarm/doc/introduction.md'
- 'Civic Issue Tracking':
- 'Introduction' : 'IssueTracking/doc/introduction.md'
- 'Open311:ServiceType' : 'IssueTracking/Open311_ServiceType/doc/spec.md'
- 'Open311:ServiceRequest' : 'IssueTracking/Open311_ServiceRequest/doc/spec.md'
- 'Device':
- 'Introduction' : 'Device/doc/introduction.md'
- 'Device' : 'Device/Device/doc/spec.md'
- 'DeviceModel' : 'Device/DeviceModel/doc/spec.md'
- 'Environment':
- 'Introduction' : 'Environment/doc/introduction.md'
- 'AirQualityObserved' : 'Environment/AirQualityObserved/doc/spec.md'
- 'WaterQualityObserved' : 'Environment/WaterQualityObserved/doc/spec.md'
- 'NoiseLevelObserved' : 'Environment/NoiseLevelObserved/doc/spec.md'
- 'Indicators':
- 'KeyPerformanceIndicator' : 'KeyPerformanceIndicator/doc/spec.md'
- 'Parking':
- 'Introduction' : 'Parking/doc/introduction.md'
- 'OffStreetParking' : 'Parking/OffStreetParking/doc/spec.md'
- 'OnStreetParking' : 'Parking/OnStreetParking/doc/spec.md'
- 'ParkingGroup' : 'Parking/ParkingGroup/doc/spec.md'
- 'ParkingAccess' : 'Parking/ParkingAccess/doc/spec.md'
- 'ParkingSpot' : 'Parking/ParkingSpot/doc/spec.md'
- 'Parks & Gardens':
- 'Introduction' : 'ParksAndGardens/doc/introduction.md'
- 'Garden' : 'ParksAndGardens/Garden/doc/spec.md'
- 'GreenspaceRecord' : 'ParksAndGardens/GreenspaceRecord/doc/spec.md'
- 'FlowerBed' : 'ParksAndGardens/FlowerBed/doc/spec.md'
- 'Points of Interest':
- 'Introduction' : 'PointOfInterest/doc/introduction.md'
- 'PointOfInterest' : 'PointOfInterest/PointOfInterest/doc/spec.md'
- 'Beach' : 'PointOfInterest/Beach/doc/spec.md'
- 'Museum' : 'PointOfInterest/Museum/doc/spec.md'
- 'WeatherStation' : 'PointOfInterest/WeatherStation/doc/spec.md'
- 'AirQualityStation' : 'PointOfInterest/AirQualityStation/doc/spec.md'
- 'Point Of Interacion':
- 'SmartPointOfInteraction' : 'PointOfInteraction/SmartPointOfInteraction/doc/spec.md'
- 'SmartSpot' : 'PointOfInteraction/SmartSpot/doc/spec.md'
- 'Street Lighting':
- 'Introduction' : 'StreetLighting/doc/introduction.md'
- 'Streetlight' : 'StreetLighting/Streetlight/doc/spec.md'
- 'StreetlightModel' : 'StreetLighting/StreetlightModel/doc/spec.md'
- 'StreetlightGroup' : 'StreetLighting/StreetlightGroup/doc/spec.md'
- 'StreetlightControlCabinet' : 'StreetLighting/StreetlightControlCabinet/doc/spec.md'
- 'Transportation':
- 'Introduction' : 'Transportation/doc/introduction.md'
- 'BikeHireDockingStation' : 'Transportation/Bike/BikeHireDockingStation/doc/spec.md'
- 'Road' : 'Transportation/Road/doc/spec.md'
- 'RoadSegment' : 'Transportation/RoadSegment/doc/spec.md'
- 'TrafficFlowObserved' : 'Transportation/TrafficFlowObserved/doc/spec.md'
- 'Vehicle' : 'Transportation/Vehicle/Vehicle/doc/spec.md'
- 'VehicleModel' : 'Transportation/Vehicle/VehicleModel/doc/spec.md'
- 'Weather':
- 'Introduction' : 'Weather/doc/introduction.md'
- 'WeatherObserved' : 'Weather/WeatherObserved/doc/spec.md'
- 'WeatherForecast' : 'Weather/WeatherForecast/doc/spec.md'
- 'WeatherAlarm' : 'Weather/WeatherAlarm/doc/spec.md'
- 'Waste Management':
- 'Introduction' : 'WasteManagement/doc/introduction.md'
- 'WasteContainerIsle' : 'WasteManagement/WasteContainerIsle/doc/spec.md'
- 'WasteContainerModel' : 'WasteManagement/WasteContainerModel/doc/spec.md'
- 'WasteContainer' : 'WasteManagement/WasteContainer/doc/spec.md'
google_analytics: ['UA-83719923-1', 'fiware-datamodels.readthedocs.io']
| 58.525641 | 92 | 0.640964 |
477b177dd8b1a5880cca481fb91a16b5b993e9cc | 660 | yml | YAML | tasks/cjs-user.yml | shelleg/ansible-role-custom-jenkins-slave | e22882505aaf7da9908de1254694d447f365594b | [
"MIT"
] | null | null | null | tasks/cjs-user.yml | shelleg/ansible-role-custom-jenkins-slave | e22882505aaf7da9908de1254694d447f365594b | [
"MIT"
] | null | null | null | tasks/cjs-user.yml | shelleg/ansible-role-custom-jenkins-slave | e22882505aaf7da9908de1254694d447f365594b | [
"MIT"
] | null | null | null | ---
- name: "Add user group"
group:
name: "{{ cjs_runas_group }}"
- name: "Add user user"
user:
name: "{{ cjs_runas_user }}"
group: "{{ cjs_runas_group }}"
#- name: "Configure user user as sudoer"
# template:
# src: sudoer.j2
# dest: "/etc/sudoers.d/{{ cj_runas_user }}"
# mode: 0644
# owner: root
# group: root
# when: (cj_runas_sudoer is defined) and (cj_runas_sudoer | bool)
# we only need this task if user != jenkins ...
- name: "Set permissions"
file:
path: "{{ item }}"
recurse: yes
state: directory
owner: "{{ cjs_runas_user }}"
group: "{{ cjs_runas_group }}"
with_items:
- "{{ cjs_home }}" | 22.758621 | 66 | 0.592424 |
a9b7651577c9cabaaa82ad447310c620edf6e27d | 233 | yaml | YAML | pay/pay-service-impl/src/main/resources/config/application-test.yaml | stpangst/onemall | 671d4ad2461cd404c5d154d84115e12786edcb3f | [
"MulanPSL-1.0"
] | 1 | 2020-08-25T07:44:15.000Z | 2020-08-25T07:44:15.000Z | pay/pay-service-impl/src/main/resources/config/application-test.yaml | zhangxule/onemall | dfd25c151669a41996204016b7bc658c15811e1c | [
"MulanPSL-1.0"
] | 1 | 2022-01-12T23:06:20.000Z | 2022-01-12T23:06:20.000Z | pay/pay-service-impl/src/main/resources/config/application-test.yaml | zhangxule/onemall | dfd25c151669a41996204016b7bc658c15811e1c | [
"MulanPSL-1.0"
] | 1 | 2021-01-27T13:59:24.000Z | 2021-01-27T13:59:24.000Z | # xxl-job
xxl:
job:
admin:
addresses: http://s1.iocoder.cn:18079/
executor:
appname: pay-job-executor
ip:
port: 0
logpath: /Users/yunai/logs/xxl-job/
logretentiondays: 1
accessToken:
| 17.923077 | 44 | 0.587983 |
1bcfcc99f53d024fcbf9515d2302341e98080bef | 214 | yml | YAML | src/test/resources/testfiles/resource2.yml | naffe/microsimulator-ws | 0a63592494af17c6c4c4dd51358edf4dd1e0f9aa | [
"Apache-2.0"
] | null | null | null | src/test/resources/testfiles/resource2.yml | naffe/microsimulator-ws | 0a63592494af17c6c4c4dd51358edf4dd1e0f9aa | [
"Apache-2.0"
] | null | null | null | src/test/resources/testfiles/resource2.yml | naffe/microsimulator-ws | 0a63592494af17c6c4c4dd51358edf4dd1e0f9aa | [
"Apache-2.0"
] | null | null | null | path: /helloresource2
httpMethod: post
request:
filterType: contains
filter: second
response:
statusCode: 406
body: this is the second response
name: test.simple.2
latency: 5000-9000 | 21.4 | 41 | 0.686916 |
407aa2cc0600c14c1236ef630b50e1853f1852b9 | 9,112 | yaml | YAML | app/schema.d/r001.p01/ui_auth_component.yaml | saurabhmishra/poodle-appx | a94ac51fe033349f53f2671c5d89000b84eee0e5 | [
"MIT"
] | null | null | null | app/schema.d/r001.p01/ui_auth_component.yaml | saurabhmishra/poodle-appx | a94ac51fe033349f53f2671c5d89000b84eee0e5 | [
"MIT"
] | null | null | null | app/schema.d/r001.p01/ui_auth_component.yaml | saurabhmishra/poodle-appx | a94ac51fe033349f53f2671c5d89000b84eee0e5 | [
"MIT"
] | null | null | null | ui_component:
############################################################
- namespace: sys
ui_name: auth
ui_ver: internal
ui_component_name: /Router
ui_component_type: react/component
ui_component_spec:
theme:
_type: mui/theme
_order: 1
styles:
_type: mui/style
root:
color:
_type: js/expression
data: theme.palette.text.primary
height: 100%
backgroundColor:
_type: js/expression
data: theme.palette.background.paper
_order: 2
component:
_type: react/element
name: react-redux.Provider
props:
store:
_type: js/import
name: app-x/redux/store
children:
- _type: react/element
name: app-x/theme/GlobalStyleProvider
props:
theme:
_type: js/import
name: app-x/theme/light
children:
- _type: react/element
name: app-x/route/RouterProvider
children:
- _type: react/element
name: react-router-dom.Routes
children:
- _type: route/path
path: /
element:
_type: react/element
name: self/page/Console
- _type: route/path
path: "*"
element:
_type: react/element
name: antd.Layout
children:
- _type: react/element
name: antd.Layout.Header
children:
- _type: react/element
name: self/page/Header
- _type: react/element
name: antd.Layout.Content
children:
- _type: react/element
name: app-x/page/error/NotFoundView
_order: 3
############################################################
- namespace: sys
ui_name: auth
ui_ver: internal
ui_component_name: /page/MobileNavProvider
ui_component_type: react/provider
ui_component_spec:
...open:
_type: react/state
_order: 1
name: open
setter: setOpen
init: "false"
toggle:
_type: js/function
_order: 2
body:
- setOpen(!open)
provider:
_order: 3
open:
_type: js/expression
data: open
setOpen:
_type: js/expression
data: setOpen
toggle:
_type: js/expression
data: toggle
############################################################
- namespace: sys
ui_name: auth
ui_ver: internal
ui_component_name: /page/Header
ui_component_type: react/component
ui_component_spec:
theme:
_type: mui/theme
_order: 1
styles:
_type: mui/style
avatar:
backgroundColor:
_type: js/expression
data: theme.palette.primary.light
_order: 2
router:
_type: route/context
name: app-x/route/RouterProvider.Context
_order: 3
mobileNav:
_type: react/context
name: self/page/MobileNavProvider.Context
_order: 4
component:
_type: react/element
name: "@material-ui/core.AppBar"
props:
elevation: 0
children:
- _type: react/element
name: "@material-ui/core.Toolbar"
children:
- _type: react/element
name: "@material-ui/core.Fab"
props:
size: small
color: primary
onClick:
_type: js/expression
data: e => router.hnavigate('sys', 'console', 'base', '/console')
className:
_type: js/expression
data: styles.avatar
style:
boxShadow: none
children:
- _type: react/element
name: "@material-ui/icons.ViewQuiltRounded"
- _type: react/element
name: "@material-ui/core.Fab"
props:
size: medium
color: primary
onClick:
_type: js/expression
data: e => router.navigate('/')
variant: extended
style:
margin:
_type: js/expression
data: theme.spacing(1)
boxShadow: none
children:
- Auth Editor
- _type: react/element
name: "@material-ui/core.Box"
props:
flexGrow: 1
- _type: react/element
name: app-x/util/UserBadge
props:
auth:
_type: js/expression
data: "{namespace:'sys',ui_name:'console',ui_deployment:'base'}"
realm: main
authUrl: /login
elevation: 0
- _type: react/element
name: app-x/util/ThemeBadge
style:
margin:
_type: js/expression
data: theme.spacing(1)
- _type: react/element
name: "@material-ui/core.Hidden"
props:
lgUp: true
children:
- _type: react/element
name: "@material-ui/core.Fab"
props:
size: small
color: primary
onClick:
_type: js/expression
data: e => mobileNav.toggle()
style:
boxShadow: none
children:
- _type: react/element
name: "@material-ui/icons.Menu"
_order: 5
_test:
providers:
- name: react-redux.Provider
_type: react/element
props:
store:
name: app-x/redux/store
_type: js/import
- name: self/page/MobileNavProvider
_type: react/element
- name: app-x/theme/GlobalStyleProvider
_type: react/element
props:
theme:
name: app-x/theme/light
_type: js/import
- name: app-x/route/RouterProvider
_type: react/element
############################################################
- namespace: sys
ui_name: auth
ui_ver: internal
ui_component_name: /page/Console
ui_component_type: react/component
ui_component_spec:
theme:
_type: mui/theme
_order: 1
styles:
_type: mui/style
sideNav:
width: 300
height: 100%
backgroundColor:
_type: js/expression
data: theme.palette.background.paper
_order: 2
component:
_type: react/element
name: antd.Layout
props:
className:
_type: js/expression
data: styles.layout
style:
height: '100%'
children:
- _type: react/element
name: antd.Layout.Header
children:
- _type: react/element
name: self/page/Header
- _type: react/element
name: antd.Layout.Content
children:
- _type: react/element
name: app-x/page/error/NotFoundView
_order: 3
_test:
providers:
- name: react-redux.Provider
_type: react/element
props:
store:
name: app-x/redux/store
_type: js/import
- name: app-x/theme/GlobalStyleProvider
_type: react/element
props:
theme:
_type: js/import
name: app-x/theme/light
- name: app-x/route/RouterProvider
_type: react/element
| 33.014493 | 87 | 0.408692 |
7f2f06f38e247bf688702ebbb48547f3ebf6d208 | 1,430 | yml | YAML | content/Unreal Tournament/Maps/DeathMatch/M/c/e/5cb75b/dm-mafiacity_[ce5cb75b].yml | acrinym/unreal-archive-data | ac9f151af3b401c10970839e7c5eb594e181e74a | [
"Unlicense"
] | 20 | 2019-02-05T15:09:30.000Z | 2022-03-06T02:04:19.000Z | content/Unreal Tournament/Maps/DeathMatch/M/c/e/5cb75b/dm-mafiacity_[ce5cb75b].yml | acrinym/unreal-archive-data | ac9f151af3b401c10970839e7c5eb594e181e74a | [
"Unlicense"
] | 496 | 2019-02-17T20:07:27.000Z | 2022-03-28T10:35:41.000Z | content/Unreal Tournament/Maps/DeathMatch/M/c/e/5cb75b/dm-mafiacity_[ce5cb75b].yml | acrinym/unreal-archive-data | ac9f151af3b401c10970839e7c5eb594e181e74a | [
"Unlicense"
] | 15 | 2019-02-02T14:06:44.000Z | 2022-02-24T22:40:18.000Z | --- !<MAP>
contentType: "MAP"
firstIndex: "2019-01-17 05:32"
variationOf: "15fdaf77cd8d8fe96c34b7dfe95ed9238d042be7"
game: "Unreal Tournament"
name: "DM-MafiaCity"
author: "CHUCK \"Joe Mama\" CHILLZ"
description: "An early morning Bank run..."
releaseDate: "2003-12"
attachments:
- type: "IMAGE"
name: "dm-mafiacity_shot_ce5cb75b_1.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/DeathMatch/M/c/e/5cb75b/dm-mafiacity_shot_ce5cb75b_1.png"
originalFilename: "DM-MafiaCity.zip"
hash: "ce5cb75b4cf384c04f32dcf54ac8c3c59b0ee059"
fileSize: 1206457
files:
- name: "DM-MafiaCity.unr"
fileSize: 3913754
hash: "ad51e64db7a9dbf105aaacbd74d0eb540f615186"
otherFiles: 0
dependencies: {}
downloads:
- url: "https://f002.backblazeb2.com/file/unreal-archive-files/Unreal%20Tournament/Maps/DeathMatch/M/c/e/5cb75b/DM-MafiaCity.zip"
main: true
repack: false
state: "OK"
- url: "https://files.vohzd.com/unrealarchive/Unreal%20Tournament/Maps/DeathMatch/M/c/e/5cb75b/DM-MafiaCity.zip"
main: false
repack: false
state: "OK"
- url: "https://unreal-archive-files.eu-central-1.linodeobjects.com/Unreal%20Tournament/Maps/DeathMatch/M/c/e/5cb75b/DM-MafiaCity.zip"
main: false
repack: false
state: "OK"
deleted: false
gametype: "DeathMatch"
title: "MAFIA CITY"
playerCount: "12 - 20"
themes:
Nali Temple: 0.1
Ancient: 0.2
City: 0.4
Skaarj Tech: 0.2
Nali Castle: 0.1
bots: true
| 30.425532 | 146 | 0.753846 |
21c2bcc1fab05925a275b3e450640eaa6e7d828c | 8,963 | yml | YAML | resources/lang/es_ES/options.yml | hs-err/blessing-skin-server | 527cd706b2216e352612bf5f0eedc5a15db4cde8 | [
"MIT"
] | null | null | null | resources/lang/es_ES/options.yml | hs-err/blessing-skin-server | 527cd706b2216e352612bf5f0eedc5a15db4cde8 | [
"MIT"
] | null | null | null | resources/lang/es_ES/options.yml | hs-err/blessing-skin-server | 527cd706b2216e352612bf5f0eedc5a15db4cde8 | [
"MIT"
] | 1 | 2020-08-24T10:11:47.000Z | 2020-08-24T10:11:47.000Z | ---
option-saved: Opción guardada.
homepage:
title: Inicio
home_pic_url:
title: URL de la imagen en la página de inicio
hint: Ruta relativa a la página de inicio o URL completa, dejar en blanco para usar la imagen por defecto.
favicon_url:
title: Icono del sitio web
hint: Ruta relativa a public/ o URL completa.
description: La imagen dada debe tener el mismo ancho y altura (dejar en blanco para usar el icono por defecto).
transparent_navbar:
title: Barra de navegación transparente
label: Esto activará la barra de navegación transparente de la página de inicio, pero se convertirá en normal si la página se desplaza hacia abajo.
hide_intro:
title: Ocultar introducción en la parte inferior
label: La barra de desplazamiento se desactivará si esta opción está activada, desde versión 2.x.
fixed_bg:
title: Fondo fijo
label: Esta opción hará que el fondo sea fijo, no desplazado con la barra de desplazamiento.
copyright_prefer:
title: Copyright del programa
description: "Puede especificar un estilo diferente de copyright del programa para cada idioma. Para editar el correspondiente estilo de copyright de un idioma específico, por favor cambie a ese idioma y someta su edición. <br><b>Advertencia:</b> Cualquier modificación mala aplicada al copyright del programa de pie de página (incluyendo eliminación, modificando el autor, cambiando el destino del enlace) sin permiso es <b>FORBIDO</b>. El autor se reserva el derecho a asumir las responsabilidades pertinentes."
copyright_text:
title: Texto personalizado de copyright
description: Los marcadores de posición están disponibles en el texto de copyright personalizado. ej. <code>{site_name}</code> & <code>{site_url}</code>. También puedes especificar un pie de página diferente para cada idioma. Para editar el pie de página de un idioma específico, por favor cambie a ese idioma y someta su edición.
customJsCss:
title: CSS/JavaScript personalizado
message: |
El contenido se adjuntará a etiquetas <style> y <script>.<br>
- Aquí hay algunos ejemplos útiles: <a href="https://blessing.netlify.com/css-js.html">Ejemplos de JavaScript y CSS personalizado</a>
custom_css: CSS
custom_js: JavaScript
rate:
title: Puntuaciones
score_per_storage:
title: Almacenamiento
addon: puntuaciones = 1 KB
private_score_per_storage:
title: Almacenamiento privado
addon: puntuaciones = 1 KB
hint: Subir texturas privadas costará más puntuaciones.
score_per_closet_item:
title: Favoritos
addon: puntuación = 1 elemento de armario
return_score:
title: Puntuación de retorno
label: Devuelve las puntuaciones al usuario después de eliminar jugadores/texturas/elementos de armario.
score_per_player:
title: Jugadores
addon: puntuaciones = 1 jugador
user_initial_score: Puntuación inicial del usuario
report:
title: Reportando texturas
reporter_score_modification:
title: Puntuaciones para enviar un informe
description: Establece un valor entero positivo para recompensar al usuario que envía nuevos informes. Establecer a un valor negativo requerirá puntuaciones para enviar informes, y las puntuaciones suspendidas estarán disponibles si el informe del usuario fue resuelto. Establecer a 0 para desactivar.
reporter_reward_score:
title: Recompensa al reportador con puntuaciones si el informe se resuelve
sign:
title: Firmando
sign_score:
title: Puntuación concedida
addon1: puntuaciones ~
addon2: puntuaciones
sign_gap_time:
title: Tiempo de hueco
addon: horas
sign_after_zero:
title: Hora
label: Los usuarios pueden iniciar sesión después de 0 todos los días.
hint: La opción anterior será ignorada si esto está marcado.
sharing:
title: Concesionando el compartir
score_award_per_texture:
title: El cargador será recompensado por cada textura cargada con
take_back_scores_after_deletion:
title: Retornación de puntuaciones
label: Devolver puntuaciones si la configuración del cargador es privada o si se elimina la textura.
score_award_per_like:
title: Cada vez que la textura es recolectada, el cargador será recompensado con
general:
title: Opciones generales
site_name: Nombre del sitio
site_description:
title: Descripción del sitio
description: También puede especificar un nombre y una descripción del sitio para cada idioma. Para editar el nombre o la descripción del sitio web de un idioma específico, por favor cambie a ese idioma y someta su edición.
site_url:
title: URL del sitio
hint: Comienza con http(s)://, nunca termina con una barra.
register_with_player_name:
title: Registrar con el nombre del jugador
label: Requerir el nombre del jugador de Minecraft cuando el usuario se registre
require_verification:
title: Verificación de cuenta
label: Los usuarios primero deben verificar su dirección de correo electrónico.
regs_per_ip: Cuentas máximas de un IP
max_upload_file_size:
title: Tamaño máximo de subida
hint: "Límite especificado en php.ini: :size"
player_name_rule:
title: Regla de nombre de jugador
official: Letras, números y guiones bajos (regla oficial de Mojang)
cjk: Permitir Ideografías unificadas CJK
custom: Usar reglas personalizadas (expresión regular)
custom_player_name_regexp:
title: Reglas de nombre de jugador personalizadas
hint: Sólo tiene efecto cuando la opción anterior se establece en 'personalizar'. Dejar en blanco para permitir cualquier carácter.
placeholder: Expresiones regulares
player_name_length:
title: Longitud del nombre de jugador
suffix: caracteres
auto_del_invalid_texture:
title: Texturas no válidas
label: Borrar texturas no válidas automáticamente.
hint: Eliminar registros de texturas cuyos archivos ya no existen en skinlib.
allow_downloading_texture:
title: Descargando texturas
label: Permite a los usuarios descargar directamente el archivo fuente de un elemento skinlib.
status_code_for_private:
title: Código HTTP para rechazar el acceso a texturas privadas
texture_name_regexp:
title: Reglas de nombre de textura
hint: RegExp para validar el nombre de las texturas subidas. Dejar en blanco para permitir cualquier carácter excepto una comilla individual, doble y barra invertida.
placeholder: Expresiones regulares
content_policy:
title: Política de contenido
description: Muestra la política de contenido en la página de subida de texturas, apoyando a Markdown. Para editar la correspondiente política de contenido de un idioma específico, por favor cambie a ese idioma y someta su edición.
announ:
title: Anuncio
announcement:
description: El estilo con Markdown es compatible. También puedes especificar un anuncio diferente para cada idioma. Para editar el anuncio correspondiente de un idioma específico, por favor cambie a ese idioma y someta su edición.
meta:
title: Etiquetas SEO <meta>
meta_keywords:
title: Palabras clave
hint: Dividir con comas.
meta_description:
title: Descripción
hint: Descripción definida en "Opciones generales" se utilizará si la deja vacía.
meta_extras:
title: Otras etiquetas personalizadas <meta>
recaptcha:
recaptcha_invisible:
title: Invisible
label: Activar modo invisible
res-warning: Esta página es SOLO para usuarios avanzados. Si no estás familiarizado con estos, ¡por favor no las modifiques!
resources:
title: Archivos de recursos
hint: Por favor, compruebe estas opciones si ha habilitado CDN para su sitio.
force_ssl:
title: Forzar SSL
label: Utilizar el protocolo HTTPS para cargar todos los assets del front-end.
hint: Por favor, compruebe si SSL está realmente disponible antes de activar.
auto_detect_asset_url:
title: URL de assets
label: Determinar la url de assets automáticamente.
description: Por favor, deshabilite esto si las URL de los assets se generan incorrectamente bajo un CDN. Se utilizará la url del sitio si esto no está habilitado.
cache_expire_time:
title: Tiempo de expiración caché
hint: En segundos, 86400 = un día, 31536000 = un año.
cdn_address:
title: CDN de assets de front-end
hint: Los archivos front-end no se cargarán si la URL no está disponible.
description: |
La URL del CDN debe referirse a una réplica del directorio <code>/public</code>,
todos los archivos de ese directorio se cargarán como CDN.<br>
<b>¿Cómo verificar?</b> Verifica si <code>{Your CDN URL}/app/manifest.json</code> puede ser accedido.
cache:
title: Configuración de caché
clear: Limpiar caché
cleared: La caché ha sido borrada.
driver: El controlador de caché actual es :driver.
enable_avatar_cache:
title: Avatar
label: Habilitar avatar de caché
enable_preview_cache:
title: Preestreno de textura
label: Habilitar el preestreno de textura en caché
| 49.794444 | 517 | 0.768939 |
c7200a143030fea43ec8fcee2163fe9658a29324 | 516 | yaml | YAML | UgcsGeotagger/App/Mapping/FTUTemplates/Pergam.yaml | ugcs/ugcs-ppk | f5c5e7d497d7c9f01c202cc39e982885135ca371 | [
"Apache-2.0"
] | 1 | 2021-12-08T02:42:40.000Z | 2021-12-08T02:42:40.000Z | UgcsGeotagger/App/Mapping/FTUTemplates/Pergam.yaml | ugcs/ugcs-ppk | f5c5e7d497d7c9f01c202cc39e982885135ca371 | [
"Apache-2.0"
] | 8 | 2021-03-20T14:06:51.000Z | 2021-06-08T11:33:10.000Z | UgcsGeotagger/App/Mapping/FTUTemplates/Pergam.yaml | ugcs/ugcs-ppk | f5c5e7d497d7c9f01c202cc39e982885135ca371 | [
"Apache-2.0"
] | 1 | 2021-01-01T12:06:58.000Z | 2021-01-01T12:06:58.000Z | name: "Pergam Methane Detector"
code: "pergam"
file-type: CSV
match-regex: >-
^\s*Mess_GGA
skip-lines-to:
match-regex: >-
^\s*Voltage_End
skip-matched-line: true
file-format:
has-header: false
comment-prefix: '/'
decimal-separator: '.'
separator: '|'
data-mapping:
latitude:
index: 1
longitude:
index: 1
date-time:
index: 0
format: 'yyyy MM dd HH:mm:ss.fff'
type: UTC
regex: '\d{4} \d{2} \d{2} \d{2}:\d{2}:\d{2}.\d{3}'
| 20.64 | 56 | 0.546512 |
8b600a9c72941e0fa8e756356bafd152e02a9c9a | 661 | yml | YAML | environment.yml | vineet1992/CXR-Age | d1547e6c08afdfda37b27e4b4493747af6c1dabc | [
"MIT"
] | 4 | 2021-03-29T08:15:00.000Z | 2021-10-29T21:08:02.000Z | environment.yml | circ-ml/CXR-Age | d1547e6c08afdfda37b27e4b4493747af6c1dabc | [
"MIT"
] | null | null | null | environment.yml | circ-ml/CXR-Age | d1547e6c08afdfda37b27e4b4493747af6c1dabc | [
"MIT"
] | null | null | null | name: CXR_Age
channels:
- pytorch
- fastai
- anaconda
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- docopt=0.6.2=py37_0
- fastai=1.0.61=1
- fastprogress=0.2.2=py_0
- matplotlib=3.2.2=0
- matplotlib-base=3.2.2=py37hef1b27d_0
- numpy=1.18.5=py37ha1c710e_0
- numpy-base=1.18.5=py37hde5b4d6_0
- pandas=1.0.5=py37h0573a6f_0
- pip=20.1.1=py37_1
- python=3.7.7=hcff3b4d_5
- python-dateutil=2.8.1=py_0
- pytorch=1.5.1
- scikit-learn=0.20.1
- scipy=1.5.0=py37h0b6359f_0
- torchvision=0.6.1=py37_cu102
- pip:
- future==0.18.2
- munch==2.5.0
- pretrainedmodels==0.7.4
prefix: /home/vraghu/anaconda3/envs/CXR_Age
| 22.793103 | 43 | 0.668684 |
e32f0a2a914d6916ad5d66911efbcf2a97113bdf | 1,240 | yaml | YAML | .pre-commit-config.yaml | pennsignals/yamlenv | 715bd44632af2d9f24737372cd9fc4014f35a538 | [
"MIT"
] | null | null | null | .pre-commit-config.yaml | pennsignals/yamlenv | 715bd44632af2d9f24737372cd9fc4014f35a538 | [
"MIT"
] | null | null | null | .pre-commit-config.yaml | pennsignals/yamlenv | 715bd44632af2d9f24737372cd9fc4014f35a538 | [
"MIT"
] | null | null | null | repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-docstring-first
- id: check-merge-conflict
- id: check-toml
- id: check-symlinks
- id: end-of-file-fixer
- id: fix-encoding-pragma
- id: mixed-line-ending
- id: trailing-whitespace
- repo: http://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
hooks:
- id: python-check-blanket-noqa
- id: python-check-blanket-type-ignore
- id: python-no-eval
- id: python-no-log-warn
- id: python-use-type-annotations
- repo: https://github.com/psf/black
rev: 21.12b0
hooks:
- id: black
language_version: python3.9
- repo: https://github.com/pycqa/pylint
rev: v2.12.2
hooks:
- id: pylint
language: system
- repo: https://gitlab.com/pycqa/flake8
rev: 4.0.1
hooks:
- id: flake8
language: system
# - repo: https://github.com/python/mypy
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.930
hooks:
- id: mypy
language: system
- repo: local
hooks:
- id: pytest
entry: python setup.py test
language: system
pass_filenames: false
name: pytest
types: [python]
default_language_version:
python: python3
| 22.962963 | 54 | 0.668548 |
3f0e4d9987ff3fbb98c61967d42642290e793013 | 2,558 | yml | YAML | rabbitmq_docker_files/delaymq/docker-compose.yml | appotry/blog_demos | 88c7a18bf5331db96bca0fe85e6a49b45dd1c099 | [
"Apache-2.0"
] | 1,962 | 2017-05-11T12:59:45.000Z | 2022-03-31T07:03:55.000Z | rabbitmq_docker_files/delaymq/docker-compose.yml | appotry/blog_demos | 88c7a18bf5331db96bca0fe85e6a49b45dd1c099 | [
"Apache-2.0"
] | 22 | 2019-06-15T14:54:14.000Z | 2022-03-31T19:51:18.000Z | rabbitmq_docker_files/delaymq/docker-compose.yml | appotry/blog_demos | 88c7a18bf5331db96bca0fe85e6a49b45dd1c099 | [
"Apache-2.0"
] | 1,068 | 2017-07-05T02:04:46.000Z | 2022-03-29T03:42:22.000Z | version: '2'
services:
rabbit1:
image: bolingcavalry/rabbitmq-server:0.0.3
hostname: rabbit1
ports:
- "15672:15672"
environment:
- RABBITMQ_DEFAULT_USER=admin
- RABBITMQ_DEFAULT_PASS=888888
rabbit2:
image: bolingcavalry/rabbitmq-server:0.0.3
hostname: rabbit2
depends_on:
- rabbit1
links:
- rabbit1
environment:
- CLUSTERED=true
- CLUSTER_WITH=rabbit1
- RAM_NODE=true
- HA_ENABLE=true
ports:
- "15673:15672"
rabbit3:
image: bolingcavalry/rabbitmq-server:0.0.3
hostname: rabbit3
depends_on:
- rabbit2
links:
- rabbit1
- rabbit2
environment:
- CLUSTERED=true
- CLUSTER_WITH=rabbit1
ports:
- "15675:15672"
messagettlproducer:
image: bolingcavalry/messagettlproducer:0.0.1-SNAPSHOT
hostname: messagettlproducer
depends_on:
- rabbit3
links:
- rabbit1:rabbitmqhost1
- rabbit2:rabbitmqhost2
- rabbit3:rabbitmqhost3
ports:
- "18080:8080"
environment:
- mq.rabbit.address=rabbitmqhost1:5672,rabbitmqhost2:5672,rabbitmqhost3:5672
- mq.rabbit.username=admin
- mq.rabbit.password=888888
- message.ttl.exchange=message.ttl.exchange
- message.ttl.queue.source=message.ttl.queue.source
- message.ttl.queue.process=message.ttl.queue.process
queuettlproducer:
image: bolingcavalry/queuettlproducer:0.0.1-SNAPSHOT
hostname: queuettlproducer
depends_on:
- messagettlproducer
links:
- rabbit1:rabbitmqhost1
- rabbit2:rabbitmqhost2
- rabbit3:rabbitmqhost3
ports:
- "18081:8080"
environment:
- mq.rabbit.address=rabbitmqhost1:5672,rabbitmqhost2:5672,rabbitmqhost3:5672
- mq.rabbit.username=admin
- mq.rabbit.password=888888
- queue.ttl.exchange=queue.ttl.exchange
- queue.ttl.queue.source=queue.ttl.queue.source
- queue.ttl.queue.process=queue.ttl.queue.process
- queue.ttl.value=5000
delayrabbitmqconsumer:
image: bolingcavalry/delayrabbitmqconsumer:0.0.1-SNAPSHOT
hostname: delayrabbitmqconsumer
depends_on:
- queuettlproducer
links:
- rabbit1:rabbitmqhost1
- rabbit2:rabbitmqhost2
- rabbit3:rabbitmqhost3
environment:
- mq.rabbit.address=rabbitmqhost1:5672,rabbitmqhost2:5672,rabbitmqhost3:5672
- mq.rabbit.username=admin
- mq.rabbit.password=888888
- message.ttl.queue.process=message.ttl.queue.process
- queue.ttl.queue.process=queue.ttl.queue.process
| 28.422222 | 82 | 0.678264 |
c57b52925ebb15ae3a363eb874763fc5bf6e30d3 | 467 | yml | YAML | tasks/main.yml | srigouru/ansible-wp-repo | 0fc0842eff6a005b7746714f2e8dad3feff37c0b | [
"BSD-2-Clause"
] | null | null | null | tasks/main.yml | srigouru/ansible-wp-repo | 0fc0842eff6a005b7746714f2e8dad3feff37c0b | [
"BSD-2-Clause"
] | null | null | null | tasks/main.yml | srigouru/ansible-wp-repo | 0fc0842eff6a005b7746714f2e8dad3feff37c0b | [
"BSD-2-Clause"
] | null | null | null | # roles/wordpress/tasks/main.yml
---
- hosts: localhost
tasks:
- include_vars: ../vars/CentOS.yml
tags: wordpress
- include_tasks: install.yml
tags: wordpress
- stat:
path: "{{ wordpress_directory }}/wp-salts.php"
register: salt_file
- include_tasks: salt.yml
when: not salt_file.stat.exists
- include_tasks: config.yml
- include_tasks: plugins.yml
- include_tasks: themes.yml
| 20.304348 | 55 | 0.61242 |
68c09e6b8203e1f3393a75f9fc22f8a90df7055e | 158 | yml | YAML | .forestry/front_matter/templates/test1.yml | u007/testpages1 | 5c965fdfdf7a081d1bd15adf679b52b163122f56 | [
"MIT"
] | null | null | null | .forestry/front_matter/templates/test1.yml | u007/testpages1 | 5c965fdfdf7a081d1bd15adf679b52b163122f56 | [
"MIT"
] | null | null | null | .forestry/front_matter/templates/test1.yml | u007/testpages1 | 5c965fdfdf7a081d1bd15adf679b52b163122f56 | [
"MIT"
] | 1 | 2018-07-04T10:01:15.000Z | 2018-07-04T10:01:15.000Z | ---
hide_body: false
is_partial: false
fields:
- type: text
label: name
name: name
- type: datetime
name: when_1
label: when?
pages:
- _posts/home.md
| 12.153846 | 17 | 0.683544 |
41bc88e5d136ace10b71bd340c4473d9c28058ce | 233 | yml | YAML | input/data/projects/pinvoke-interop-assistant.yml | chrissainty/discoverdotnet | a8d3355d64b5877df81aec1fd49ebf4275338396 | [
"MIT"
] | 1 | 2020-06-02T08:49:08.000Z | 2020-06-02T08:49:08.000Z | input/data/projects/pinvoke-interop-assistant.yml | chrissainty/discoverdotnet | a8d3355d64b5877df81aec1fd49ebf4275338396 | [
"MIT"
] | null | null | null | input/data/projects/pinvoke-interop-assistant.yml | chrissainty/discoverdotnet | a8d3355d64b5877df81aec1fd49ebf4275338396 | [
"MIT"
] | null | null | null | Source: https://github.com/jaredpar/pinvoke-interop-assistant
Language: C#
Title: PInvoke Interop Assistant
Description: A tool that conveniently converts C/C++ to managed P/Invoke signatures or verse visa
Tags:
- Interoperability
| 33.285714 | 97 | 0.802575 |
1e7059373ca78698c3bdbc5e50ea4348fe6e1411 | 1,232 | yml | YAML | src/wordset/data/yml/ma_ly.yml | henge-tech/henge | 33d958cf4e170fe27c92fd6dd426558d81ba46cb | [
"MIT"
] | 2 | 2016-08-13T03:14:37.000Z | 2016-08-21T14:09:13.000Z | src/wordset/data/yml/ma_ly.yml | koseki/wordcircle | 17472c450b89fc780765dcb8228b27eb60dd6ea5 | [
"MIT"
] | 9 | 2017-09-18T08:37:47.000Z | 2022-02-26T03:35:15.000Z | src/wordset/data/yml/ma_ly.yml | koseki/wordcircle | 17472c450b89fc780765dcb8228b27eb60dd6ea5 | [
"MIT"
] | null | null | null | ---
pattern: ma_ly
hi_scored_words_count: 21
scored_words_count: 15
total_words: 60
score: 3259523
score_per_word: 90542
hi_scored_words:
madly: 23919
magically: 27430
magnetically: 50331
magnificently: 41082
mainly: 2973
majestically: 82896
majorly: 89655
maliciously: 54998
manifestly: 33008
manly: 16349
manually: 11473
marginally: 26786
markedly: 21238
marly: 73330
marvelously: 73476
massively: 21253
masterfully: 64124
masterly: 67453
materially: 15321
mathematically: 29297
maximally: 55162
scored_words:
macroscopically: 170585
maddeningly: 118448
magisterially: 211830
magnanimously: 177908
maidenly: 118712
malevolently: 116163
mandatorily: 240905
manfully: 124785
maniacally: 141515
manically: 251413
mannerly: 156664
maternally: 131553
matronly: 172190
maturely: 143076
mayfly: 102222
not_scored_words:
- macrocephaly
- macrocosmically
- magniloquently
- maladroitly
- malignantly
- malignly
- malleably
- malodorously
- manageably
- managerially
- mangily
- manifoldly
- manipulatively
- mannishly
- marbly
- maritally
- martially
- masculinely
- masochistically
- materialistically
- maternalistically
- matrilineally
- matrimonially
- mawkishly
| 17.352113 | 25 | 0.772727 |
06b1472925fb5c4940dc1e106eb9dcac7fdc89e7 | 526 | yml | YAML | .travis.yml | nacl-gg/citadel | f5e356a37c481c0f449795748ccbbd63b92431cd | [
"MIT"
] | 1 | 2019-06-21T22:02:33.000Z | 2019-06-21T22:02:33.000Z | .travis.yml | nacl-gg/citadel | f5e356a37c481c0f449795748ccbbd63b92431cd | [
"MIT"
] | 14 | 2019-04-29T03:28:06.000Z | 2019-12-05T09:32:10.000Z | .travis.yml | nacl-gg/citadel | f5e356a37c481c0f449795748ccbbd63b92431cd | [
"MIT"
] | null | null | null | language: ruby
cache: bundler
rvm: 2.5
addons:
postgresql: '9.5'
before_install:
- gem install -v 1.17.2 bundler
install:
- bundle install --jobs=3 --retry=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle} --without development
before_script:
- export SECRET_KEY_BASE=`bundle exec rake secret`
- cp config/database.yml.travis config/database.yml
- python -c 'import multiprocessing;print(multiprocessing.cpu_count())'
- bundle exec rake "parallel:setup[2]"
script:
- bundle exec rake "parallel:spec[2]" lint
| 30.941176 | 109 | 0.735741 |
541b1080f0d9aed0e823734e8957804ae6bb92cd | 176 | yml | YAML | src/test/resources/files/incorrect-component-version.yml | xstefank/component-versions-updater | a985dca5d5bdc0a5f1ff68be9ab8b575efdd1048 | [
"Apache-2.0"
] | null | null | null | src/test/resources/files/incorrect-component-version.yml | xstefank/component-versions-updater | a985dca5d5bdc0a5f1ff68be9ab8b575efdd1048 | [
"Apache-2.0"
] | null | null | null | src/test/resources/files/incorrect-component-version.yml | xstefank/component-versions-updater | a985dca5d5bdc0a5f1ff68be9ab8b575efdd1048 | [
"Apache-2.0"
] | null | null | null | ---
components:
- not: "io.groupid1"
a: "2.0.37.Final-SNAPSHOT-20210407071147-5435212"
- correct: "io.groupid2"
file: "2.1.5.Final-SNAPSHOT-20210407071147-54d5f12"
| 25.142857 | 55 | 0.681818 |
bc734ea5b2f58f055de7b2e931835c89551b65cf | 169 | yml | YAML | .travis.yml | stennettm/historical | 0fed9b1c8e10467201ca76e039d1c9176d56fdd0 | [
"MIT"
] | 27 | 2015-01-08T06:14:33.000Z | 2022-01-31T16:24:54.000Z | .travis.yml | stennettm/historical | 0fed9b1c8e10467201ca76e039d1c9176d56fdd0 | [
"MIT"
] | 12 | 2015-08-05T13:07:31.000Z | 2021-06-16T10:59:55.000Z | .travis.yml | stennettm/historical | 0fed9b1c8e10467201ca76e039d1c9176d56fdd0 | [
"MIT"
] | 6 | 2016-08-06T04:37:08.000Z | 2019-03-25T09:26:02.000Z | language: node_js
node_js:
- "12.0"
- "11.0"
- "10.0"
- "9.0"
- "7.0"
- "6.0"
services:
- mongodb
install:
- npm install mongoose@^5.3.1
- npm install
| 12.071429 | 31 | 0.532544 |
5cbe1179d2e379b7bf93e59afe50220e1f8fc2b6 | 245 | yml | YAML | tasks/install/RedHat.yml | autogun/ansible-role-bigfix-client | 4c328f52bcd8ba223622fb73a5351b274a5597b5 | [
"MIT"
] | 3 | 2018-10-23T19:15:09.000Z | 2021-02-09T14:20:37.000Z | tasks/install/RedHat.yml | autogun/ansible-role-bigfix-client | 4c328f52bcd8ba223622fb73a5351b274a5597b5 | [
"MIT"
] | 6 | 2019-08-14T22:28:04.000Z | 2022-03-08T23:11:57.000Z | tasks/install/RedHat.yml | autogun/ansible-role-bigfix-client | 4c328f52bcd8ba223622fb73a5351b274a5597b5 | [
"MIT"
] | 4 | 2019-01-08T11:48:32.000Z | 2021-01-18T20:01:33.000Z | ---
- name: Install BigFix GPG Key
rpm_key:
state: present
key: http://software.bigfix.com/download/bes/95/RPM-GPG-KEY-BigFix-9-V2
- name: Install BigFix Client
yum:
name: "/tmp/{{ bigfix_client_file_dest }}"
state: present
| 22.272727 | 75 | 0.673469 |
323e51a34458d923cbb6e0c784833f56a9712dd9 | 3,971 | yml | YAML | .travis.yml | elmuerte/oss-parent | 095e94b98c5166767bc52798ea9eaa8bb576d745 | [
"Apache-2.0"
] | null | null | null | .travis.yml | elmuerte/oss-parent | 095e94b98c5166767bc52798ea9eaa8bb576d745 | [
"Apache-2.0"
] | null | null | null | .travis.yml | elmuerte/oss-parent | 095e94b98c5166767bc52798ea9eaa8bb576d745 | [
"Apache-2.0"
] | null | null | null | language: java
jdk: openjdk8
branches:
only:
- master
cache:
directories:
- "$HOME/.m2"
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Dgpg.skip
after_success:
- openssl aes-256-cbc -pass pass:$ENCRYPTION_PASSWORD -in $GPG_DIR/pubring.gpg.enc
-out $GPG_DIR/pubring.gpg -d
- openssl aes-256-cbc -pass pass:$ENCRYPTION_PASSWORD -in $GPG_DIR/secring.gpg.enc
-out $GPG_DIR/secring.gpg -d
- "$GPG_DIR/publish.sh"
env:
global:
- GPG_DIR="`pwd`/deploy"
- secure: k063ctN6Wqu9jXm8/+Wt48BeHC+gGjeZ5sNQipzgBS7eg1qMrwD6UQEy8DBfOvudnNMKWBTbc9emxz/59jlyS6B0Ftt7ruGW1hUghxyNgRm4jNAKBUaHyqcAv5NaTrihEZjHdZmzFOntXoD+YT/hZ3x41RUrHfyQlC7sJ5NE7cEsnE/rEt/tIrLKqeVDiX12NIXwjO3ZXDl/jE5WkGbugJOEgEj24kYnNoI50tcsmKTcxqBMstqBT2iPoogLbyMlJXJTeFI34cy05Hlqiq6H/xIXui8ExSGYGI07r+f6jstKmgOqeKVPM8TzJBipUMr/sWCbib7mmoHFA/49o3sGdaZ2AmcSW3fFE7IfRzkCqbMo21S6N9KTV/4ML3d9BxdkZti0+hKEjNtnkVn3TqNDuquXfq6GiRlDbq7MR3N7If7wgYlfJEeTCjpT+N6MiN+gHYG/cktzL40YTvd1mBog6tTHkwZO9sLmY7iKHYkRvWyqbNujR165kDbhESR6zbspU4I2Ipc0NcMcvgF7FgSYI9UvpZMCkDOC5fFcGcDzauBtchRMfXmw4ZOCVnDSIn9+3dcZJvTZzAAEEl9l31gu0LjL7+FvKtd6l18XfDnyWI7cfZgq70PHWHyF4ONCD8GmetMeyvBqDS4qbyV/f9ooHO8gcSNkrAfU++VTDe14fOE=
- secure: f7BjiY8T5xRos+Y2Nx4TiaQhNtgzw/brQUoLi1XvDzdazCHrhA6v+s+xsI0v2Sm0QsCM3hN4vshqT+pmYLzXH6uPebYhkIox4HPYokMcmDSwk8+4sUruOXhqbL4I9mSgibvAcITj2m2rdSNvGfgzBWmVvFDLXmp34RQhPBpk6zNx1Oh/c9He0hyFPywACguM/kguhAPQIBG7DvGRlbiRzzrTSz3Y1MH0c4hkMvODPtnrU4XXES2quo9EUSdLUJzjkyQ+SsNC6Nx5H0ZummSp9iNMiKITym40eCUD1OGlpLwz+45J/Vcgp6WNPdzfL4oeY+MdclBuYt3EmkPE7f0A1/y4ZzUgrj2iISvYkqt5rpzKJgPeN7SuZ7+AYL+yyBrIN9GximzFSN5MvgHf4XWvtUovvHV7+MuHJZPuKyo1jIjmJZBgcBFwdiyCowlpnopcLUctAaSMGE68+QN1i2ZEN46gMDL2K/0WVzTUBRvrfgTGCnspw7RiJU02qQWijUhGXFfX6quLo49EKZkSz0J1fQkn6/+KBcxKibOrQxbDNHpwGKx5d6qmOd/8wUYViTCZpBv3VbAk3Js7uvJDGZpx4PshHr+BnwhA63sN+e0UKPBQrQMP4qvrd48gYP0QaJ/7SV3stAvCIINa0uIWNWbcCwxyevWmZ8s7p7p3I3uhR48=
- secure: FoKLSKUXH/MekIKuhpbHZT4MAFxilqTrheQafO1UoZHTkQqYdKo7yiZnPokPHRFn3CB46n76+eU36sosV2dAxrNsk3jUNW3HS0T3w5yLp0rj6BYsOLic01PTqgZZ2WRJQZfdzfbLMEvWdQ6yuOrUP5GVAcsmjEuwPMNZnbOA/P8b0mWk3Mc++uPxFkXreAVrAPPAyQ0d0ArL1DNKC6a4wbR8QSV+0SokhjT+CTqXSl9iEEPeuRWI3CdA2Jygdc3zEYc87+Tnp1kr6Xhk7A+In2jny6WluJkq4DDlDT5I9iGJhtyMEvtnhCSbDf4SClkfBER5OfS3Bp6RdBLPbtEhD/U+40n47D87/t0efFE9RrMO0salasFqgTQrZ3GUF6m3l0gfG5r6yqjEDc/InzzvW6tiMdd4e/PdeYGup3tFuraf1mTDTHIqN7YZj+SjmHu6dd4qsoq2QdPCaI4NialHuP6y+bzfnsNTyCtgSeNLp6lsAZyYEgoQu6H0PGpPVty8wVh/nBV4JRGyQhJ2OrtNRs3/txz+/nABPhD2YAuYubCHWYKMBVIwkzw/rb+lgfVvxs5tcmkeUCSwJr/qpza/fBIqQxEliPa4Ykogjx8MkYRpPVbNPP5uxKkPZzsV4IzRQf/s6IRkCPBvY8tMjHzqNWYMiAQ44dbAwZ8xqXYwz/4=
- secure: EcIw89Q5+Dj21I8eibk44VkjkSw32j54WbwGa9VUFyFz2Lhcoq/6phLV3pIyLcR+tRnDc3peNBSpzNauZAh6rGPSyG8FDksP4eUo2BEAdNCkBRCpYsBMvZxdxtYs2b9TfM0ZFPXlj6k52ONm0HKS3piFqLZODr4kFQLNCUXzuqMJfLrFvzroiCnP1EAie1nmD+0uBycu3CN6tfnGtT7VwQUDBYOFlQt7P8nPWOMOAE5sP4yjZ5S9fnKDUM6dLwrdOH4XKUvvkSHxiLjuorsdRYHPkLQsUOcqFzK2xwoaLh2yTge9fcBo+bmDPqbaJxkkISl8ZsA13fQ0Uto7ezExe2yLv9p4AG9576KZGywmkIrhbQsJsbySCyqjkix6jlREpjQUwLXwV+urssqDHAK5XryMptwJak0Uzv/YLz3UWLMRlVGTbZ2vUpGxIkoJXLCmz8y7/bSmDlGl0TCBMSuwtA2VPtBbqGF323CFDUaRXQGtY7USx6Sd8TOXNj5sHZdlFyetJq56PcXhryrxJWfzHcESixEk6SDmFasAYnLK/oByxGS+XPSg/zbTkj8aLHvK3jV7DM/mXfHtrIr+eLzcNPpayYPmX3MIagAbV6FnULHy6QLxP4TtcJN24mN8DoFA9fGN1pEWb7bbTe5COvg3tdcmK3Sa0iP1exFhvX/56CA=
- secure: Og4Z3MxE1j5Fa9YlSVXzXEa4oo4kjpYdw911xjURx6Ef/ypdBUvwztIIPPNbGKa2T7Gjk4AFqGd/20Hm2n19C16zcPoJkAzvge/SgkbiVKzzr9LK2NUmgif0+73QBEWqsW32HdPTgEydITiYvaAjM1NTux1fB+m3h3Dd7AMDCQz8zFQvkspcuN91wiWkqfNZVtE3XSxMY1WFpFX6YZjuD9KnsRtVCbHPpw8c2QAXAuHsgSARrpLFWZcErn7ToxL2lKGFyRH6esYlMXVcNVZjR5CQXJhRXFWP7+Swh0za1HpUFE1WjZkCAn00GXGJwuQ1GRozKmX61GUVbqJo71saDglQ8EANQhUu3LFIGuH+Ptn0U1szdRrc8P/4SA9eLXsSve19tgrtGTmPUYpmVbMwd3CvLOqDx347Ec3SqS1ooBlgE4RqbhLUNon+a4VZ/N7PVzK0kZWwL2NUWF/3uvdcA2T9EyWYpRxSNXEuSc6DJiL9mwOoX1eWGGJu69urbTkNd9VVSGu0snnc83IRSEqL1exN5fdu3RXCfIfpt3PkC02FODEympMCjSmi0uCPJF6fknXrTnotfUD5NqiYsTN+6CkPno5mgr4dJ5OO2wdfuBIQ5kxMFYeyV8L79gyuOCykcwCjuLy5DHtJP7UAKWhHEE/veUwu2C3T9Bw7/kJxx58=
| 165.458333 | 696 | 0.930496 |
6afff65e09dcaab400c6f17f929f0d8ec9c033fe | 1,130 | yml | YAML | target/classes/application.yml | tq0818/tq_quratz | 2ba8a5525de4b1060a0cea0332d08b783c4122ac | [
"MIT"
] | null | null | null | target/classes/application.yml | tq0818/tq_quratz | 2ba8a5525de4b1060a0cea0332d08b783c4122ac | [
"MIT"
] | 2 | 2021-05-08T17:45:57.000Z | 2022-02-09T22:15:57.000Z | target/classes/application.yml | tq0818/quratz | 2ba8a5525de4b1060a0cea0332d08b783c4122ac | [
"MIT"
] | null | null | null |
spring:
thymeleaf:
cache: false
#非严格模式的HTML语法检查
mode: LEGACYHTML5
jackson:
time-zone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss
datasource:
druid:
db-type: mysql
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/tq_quratz?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
username: root
password: root
initial-size: 5
min-idle: 5
max-active: 20
max-wait: 60000
web-stat-filter:
enabled: false
stat-view-servlet:
enabled: false
type: com.alibaba.druid.pool.DruidDataSource
resources:
static-locations: file:f://upload/
http:
multipart:
enabled: true
max-file-size: 20MB
max-request-size: 100MB
server:
port: 8081
tomcat:
uri-encoding: utf-8
max-connections: 2000
max-threads: 2000
mybatis:
configuration:
mapUnderscoreToCamelCase: true
mapper-locations: classpath:mapper/*.xml
weixin:
appid: xxxxxxxx
secret: xxxxxx
url: https://api.weixin.qq.com/sns/jscode2session?grant_type=authorization_code
| 24.042553 | 130 | 0.669027 |
7263c8b75f8114fc5e1b671739c56523eedf02e8 | 67 | yaml | YAML | pkgs/kreuzwerker/m1-terraform-provider-helper/pkg.yaml | aquaproj/aqua-registry | eef38bb4958a2f14cc79be7a633c8500b90e0f34 | [
"MIT"
] | 9 | 2021-12-04T04:59:33.000Z | 2022-03-10T10:48:10.000Z | pkgs/kreuzwerker/m1-terraform-provider-helper/pkg.yaml | aquaproj/aqua-registry | eef38bb4958a2f14cc79be7a633c8500b90e0f34 | [
"MIT"
] | 431 | 2021-11-30T10:10:19.000Z | 2022-03-31T12:21:12.000Z | pkgs/kreuzwerker/m1-terraform-provider-helper/pkg.yaml | aquaproj/aqua-registry | eef38bb4958a2f14cc79be7a633c8500b90e0f34 | [
"MIT"
] | 14 | 2021-11-27T07:46:04.000Z | 2022-03-10T12:09:42.000Z | packages:
- name: kreuzwerker/m1-terraform-provider-helper@0.6.1
| 22.333333 | 56 | 0.761194 |
4dc6e7799e197841d48552e8196b4cbfc650345b | 775 | yaml | YAML | config/default.yaml | leoriohope/RandWireNN | 25cfe58d9a035626089870be38c40a85f9c34e8a | [
"Apache-1.1"
] | 757 | 2019-04-05T08:47:36.000Z | 2022-02-02T15:22:02.000Z | config/default.yaml | J911/RandWireNN | 0850008e9204cef5fcb1fe508d4c99576b37f995 | [
"Apache-1.1"
] | 16 | 2019-04-08T16:01:50.000Z | 2020-01-14T03:55:38.000Z | config/default.yaml | J911/RandWireNN | 0850008e9204cef5fcb1fe508d4c99576b37f995 | [
"Apache-1.1"
] | 162 | 2019-04-06T21:13:40.000Z | 2021-11-15T08:52:04.000Z | data:
train: '' # if using MNIST, can download directly from cloud with train: 'download', test: 'download'
val: ''
batch_size: 256 # learning rate should be adjusted along with batch_size. see 1706.02677
num_workers: 16
type: '' # MNIST, CIFAR10, ImageNet
---
train:
optimizer: 'adam'
epoch: 250 # 'small regime'. see table 2 of the paper.
adam: 0.001
adabound:
initial: 0.001
final: 0.05
sgd:
lr: 0.1
momentum: 0.9
weight_decay: 0.00005
decay:
step: 150000
gamma: 0.1
---
model:
channel: 78 # 'small regime'
classes: 1000 # use 10 for MNIST, CIFAR10
input_maps: 3 # 3 for ImageNet/CIFAR10, 1 for MNIST
graph0: '' # example: 'ws-4-075-3.txt'
graph1: ''
graph2: ''
---
log:
chkpt_dir: 'chkpt'
log_dir: 'logs'
| 22.794118 | 103 | 0.64 |
635c2ce04ea247f95ac2136fd7483e42266f5929 | 274 | yml | YAML | _config.yml | JinSolKwon/JinSolKwon-jinsolkwon.github.io | 9fe1ac28cafcb6b5695c206eafbaab2480b75801 | [
"CC0-1.0"
] | null | null | null | _config.yml | JinSolKwon/JinSolKwon-jinsolkwon.github.io | 9fe1ac28cafcb6b5695c206eafbaab2480b75801 | [
"CC0-1.0"
] | null | null | null | _config.yml | JinSolKwon/JinSolKwon-jinsolkwon.github.io | 9fe1ac28cafcb6b5695c206eafbaab2480b75801 | [
"CC0-1.0"
] | null | null | null | title: 권진솔<br>Kwon<br>Jin-Sol
logo: /assets/img/main.jpg
email: wlsthf0046@gmail.com
description: 목표를 향해 항상 열정적으로 도전하는 마음을 가지고 공부를 이어가고 있습니다!
show_downloads: false
google_analytics: UA-108144808-1
color-scheme: auto
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jemoji
| 22.833333 | 56 | 0.762774 |
e1aec5381dd8ee54783ab6d74e73a50138c6f686 | 376 | yml | YAML | .github/workflows/workflow.yml | jlgodot/flutter | 601cec24926f5e2e969dfa4c685c834c0c4cf95e | [
"BSD-3-Clause"
] | null | null | null | .github/workflows/workflow.yml | jlgodot/flutter | 601cec24926f5e2e969dfa4c685c834c0c4cf95e | [
"BSD-3-Clause"
] | null | null | null | .github/workflows/workflow.yml | jlgodot/flutter | 601cec24926f5e2e969dfa4c685c834c0c4cf95e | [
"BSD-3-Clause"
] | null | null | null | name: Test
on:
workflow_dispatch:
schedule:
- cron: '* * * * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install dependencies with pipenv
run: |
python3 dev/main.py &> /dev/null
| 17.090909 | 46 | 0.553191 |
b1c71b0390e941da58bba80a1397d743532d0393 | 354 | yaml | YAML | bundle/manifests/dbaas-operator-dbaasprovider-viewers_rbac.authorization.k8s.io_v1_clusterrolebinding.yaml | rewantsoni/dbaas-operator | 440f4f908756d9d447bade909b48fa5ab5770568 | [
"Apache-2.0"
] | 9 | 2021-05-27T17:21:36.000Z | 2022-02-11T16:21:50.000Z | bundle/manifests/dbaas-operator-dbaasprovider-viewers_rbac.authorization.k8s.io_v1_clusterrolebinding.yaml | rewantsoni/dbaas-operator | 440f4f908756d9d447bade909b48fa5ab5770568 | [
"Apache-2.0"
] | 55 | 2021-04-26T14:26:50.000Z | 2022-03-25T10:55:35.000Z | bundle/manifests/dbaas-operator-dbaasprovider-viewers_rbac.authorization.k8s.io_v1_clusterrolebinding.yaml | rewantsoni/dbaas-operator | 440f4f908756d9d447bade909b48fa5ab5770568 | [
"Apache-2.0"
] | 26 | 2021-04-26T13:37:42.000Z | 2022-03-10T16:29:29.000Z | apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
creationTimestamp: null
name: dbaas-operator-dbaasprovider-viewers
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: dbaas-operator-dbaasprovider-viewer-role
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: Group
name: system:authenticated
| 25.285714 | 48 | 0.80226 |
b7a36436618dd41013e7ca8a907063e532bd9296 | 2,057 | yml | YAML | content/Unreal Tournament/Maps/Capture The Flag/Y/7/f/84ab93/ctf-y-insta-action_[7f84ab93].yml | acrinym/unreal-archive-data | ac9f151af3b401c10970839e7c5eb594e181e74a | [
"Unlicense"
] | null | null | null | content/Unreal Tournament/Maps/Capture The Flag/Y/7/f/84ab93/ctf-y-insta-action_[7f84ab93].yml | acrinym/unreal-archive-data | ac9f151af3b401c10970839e7c5eb594e181e74a | [
"Unlicense"
] | null | null | null | content/Unreal Tournament/Maps/Capture The Flag/Y/7/f/84ab93/ctf-y-insta-action_[7f84ab93].yml | acrinym/unreal-archive-data | ac9f151af3b401c10970839e7c5eb594e181e74a | [
"Unlicense"
] | null | null | null | --- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-17 21:04"
game: "Unreal Tournament"
name: "CTF-[Y]-Insta-Action"
author: "y0ni"
description: "None"
releaseDate: "2003-05"
attachments:
- type: "IMAGE"
name: "CTF-[Y]-Insta-Action_shot_1.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/Capture%20The%20Flag/Y/CTF-%5BY%5D-Insta-Action_shot_1.png"
originalFilename: "ctf-[y]-insta-action.zip"
hash: "7f84ab93cb61e6f8720231bf98203b29e3e0373a"
fileSize: 474554
files:
- name: "CTF-[Y]-Insta-Action.unr"
fileSize: 1132744
hash: "6685b8cada6d94f4a4b0b91424eda3d7a6e33785"
otherFiles: 2
dependencies: {}
downloads:
- url: "http://www.ut-files.com/index.php?dir=Maps/CTF/MapsY/&file=ctf-%5By%5D-insta-action.zip"
main: false
repack: false
state: "OK"
- url: "https://f002.backblazeb2.com/file/unreal-archive-files/Unreal%20Tournament/Maps/Capture%20The%20Flag/Y/ctf-%5By%5D-insta-action.zip"
main: true
repack: false
state: "OK"
- url: "http://medor.no-ip.org/index.php?dir=Maps/CTF&file=ctf--%5By%5D-insta-action.zip"
main: false
repack: false
state: "OK"
- url: "http://medor.no-ip.org/index.php?dir=Maps/CTF&file=ctf-%5By%5D-insta-action-2.zip"
main: false
repack: false
state: "OK"
- url: "http://medor.no-ip.org/index.php?dir=Maps/CTF&file=ctf-%5By%5D-insta-action.zip"
main: false
repack: false
state: "OK"
- url: "http://uttexture.com/UT/Downloads/Maps/CTF/MapsY/ctf-%5by%5d-insta-action.zip"
main: false
repack: false
state: "OK"
- url: "https://files.vohzd.com/unrealarchive/Unreal%20Tournament/Maps/Capture%20The%20Flag/Y/7/f/84ab93/ctf-%255By%255D-insta-action.zip"
main: false
repack: false
state: "OK"
- url: "https://unreal-archive-files.eu-central-1.linodeobjects.com/Unreal%20Tournament/Maps/Capture%20The%20Flag/Y/7/f/84ab93/ctf-%255By%255D-insta-action.zip"
main: false
repack: false
state: "OK"
deleted: false
gametype: "Capture The Flag"
title: "CTF-[Y]-Insta-Action"
playerCount: "2-2 - 3-3"
themes:
Industrial: 0.9
Natural: 0.1
bots: true
| 32.650794 | 160 | 0.722897 |
2e1ed7a723cc8145e02c42a58e2450395b6e5f18 | 539 | yaml | YAML | iOS/Masonry/component/component.yaml | ekhavana/XamarinComponents | 2f170898f03de2d92cec4ea8d01703b1deeb137d | [
"MIT"
] | 1 | 2020-01-04T07:02:54.000Z | 2020-01-04T07:02:54.000Z | iOS/Masonry/component/component.yaml | robinelvin/XamarinComponents | 2b71a673f34456b48f1c5e096c018371cb8cce91 | [
"MIT"
] | null | null | null | iOS/Masonry/component/component.yaml | robinelvin/XamarinComponents | 2b71a673f34456b48f1c5e096c018371cb8cce91 | [
"MIT"
] | 1 | 2018-09-06T07:57:14.000Z | 2018-09-06T07:57:14.000Z | version: 0.6.4.0
name: Masonry
id: Masonry
publisher: Xamarin Inc
publisher-url: https://xamarin.com
summary: Harness the power of Auto Layout NSLayoutConstraints with a simplified, chainable and expressive syntax.
src-url: https://github.com/xamarin/XamarinComponents/tree/master/iOS/Masonry
icons:
- icons/Masonry_128x128.png
libraries:
ios-unified: ../output/unified/Masonry.dll
samples:
- name: "iOS Sample"
path: ../samples/MasonrySample.sln
no_build: true
is_shell: true
packages:
ios-unified: Masonry, Version=0.6.4.0
| 26.95 | 113 | 0.768089 |
1f0d91062ae7c35d1933d246a201a6123cfbc887 | 314 | yml | YAML | .travis.yml | nikitavbv/ChangeWatcher | c1681b30964b660381d234e4be24b2ee26e65d4a | [
"MIT"
] | 2 | 2019-03-26T16:21:13.000Z | 2020-09-04T17:28:53.000Z | .travis.yml | nikitavbv/ChangeWatcher | c1681b30964b660381d234e4be24b2ee26e65d4a | [
"MIT"
] | 6 | 2020-09-06T07:16:51.000Z | 2022-03-02T03:08:39.000Z | .travis.yml | nikitavbv/ChangeWatcher | c1681b30964b660381d234e4be24b2ee26e65d4a | [
"MIT"
] | null | null | null | sudo: false
language: java
jdk:
- oraclejdk8
services:
- docker
before_install:
- chmod +x gradlew
- chmod +x gradle/wrapper/gradle-wrapper.jar
script:
- docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
- ./gradlew test build
after_success:
- bash <(curl -s https://codecov.io/bash)
| 17.444444 | 66 | 0.681529 |
0e061f541f04c233388b51f6624d9b36be3a264e | 411 | yml | YAML | threads/3009470/posts/52905291.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/3009470/posts/52905291.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/3009470/posts/52905291.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | url: showpost.php?p=52905291&postcount=2460
id: 52905291
tid: 3009470
num: 2460
datetime: 2012-12-20T12:50:00.000Z
user:
img: customavatars/avatar1027379_6.gif
name: faboy
title: Senior Member
joinDate: 2012-04-30T16:00:00.000Z
posts: .nan
id: '1027379'
title: 'Re: [Giúp đỡ] Xin ảnh Bìa FB độc và đẹp!'
content:
html: "\r\n\t\t\t\r\n\t\t\tHình đã die\r\n\t\t"
text: Hình đã die
| 24.176471 | 65 | 0.690998 |
df03085e634f344f455c53d710e0adfcec052c7f | 1,151 | yml | YAML | legacy/docs-ref-autogen/com.microsoft.azure.management.compute.VirtualMachineScaleSetSkuTypes.STANDARD_DS11_V2.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.compute.VirtualMachineScaleSetSkuTypes.STANDARD_DS11_V2.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/com.microsoft.azure.management.compute.VirtualMachineScaleSetSkuTypes.STANDARD_DS11_V2.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-08-20T15:24:21.000Z | 2021-08-20T15:24:21.000Z | ### YamlMime:JavaMember
nameWithType: VirtualMachineScaleSetSkuTypes.STANDARD_DS11_V2
type: field
members:
- fullName: com.microsoft.azure.management.compute.VirtualMachineScaleSetSkuTypes.STANDARD_DS11_V2
name: STANDARD_DS11_V2
nameWithType: VirtualMachineScaleSetSkuTypes.STANDARD_DS11_V2
returns:
type: final <xref href="com.microsoft.azure.management.compute.VirtualMachineScaleSetSkuTypes?alt=com.microsoft.azure.management.compute.VirtualMachineScaleSetSkuTypes&text=VirtualMachineScaleSetSkuTypes" data-throw-if-not-resolved="False"/>
summary: <p>Static value Standard_DS11_v2 for VirtualMachineScaleSetSkuTypes. </p>
syntax: public static final VirtualMachineScaleSetSkuTypes STANDARD_DS11_V2= new VirtualMachineScaleSetSkuTypes("Standard_DS11_v2", "Standard")
uid: com.microsoft.azure.management.compute.VirtualMachineScaleSetSkuTypes.STANDARD_DS11_V2
uid: com.microsoft.azure.management.compute.VirtualMachineScaleSetSkuTypes.STANDARD_DS11_V2*
fullName: com.microsoft.azure.management.compute.VirtualMachineScaleSetSkuTypes.STANDARD_DS11_V2
name: STANDARD_DS11_V2
package: com.microsoft.azure.management.compute
metadata: {}
| 63.944444 | 245 | 0.861859 |
7a0bb5e85d10fff4c2735bfedf213c815b54b608 | 3,226 | yml | YAML | ci/build.yml | lpechacek/superbuild | 8253729e49db7b26c503441591adb46624097315 | [
"BSD-3-Clause"
] | 4 | 2017-11-06T09:35:57.000Z | 2020-07-08T21:35:30.000Z | ci/build.yml | lpechacek/superbuild | 8253729e49db7b26c503441591adb46624097315 | [
"BSD-3-Clause"
] | 21 | 2017-08-16T05:54:27.000Z | 2021-03-15T09:07:32.000Z | ci/build.yml | lpechacek/superbuild | 8253729e49db7b26c503441591adb46624097315 | [
"BSD-3-Clause"
] | 5 | 2017-10-06T13:56:10.000Z | 2021-08-04T22:32:16.000Z | # This file is part of OpenOrienteering.
# Copyright 2019-2020 Kai Pastor
#
# Redistribution and use is allowed according to the terms of the BSD license:
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
# 3. The name of the author may not be used to endorse or promote products
# derived from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
parameters:
cmakeArgs:
buildArgs: -j3
steps:
- task: DownloadPipelineArtifact@0
inputs:
artifactName: 'superbuild-source'
targetPath: $(Build.SourcesDirectory)/download
displayName: 'Download source artifact'
- bash: |
echo "##vso[task.setVariable variable=PACKAGE_TARGET]$(openorienteering.superbuild.target)${TARGET_SUFFIX}" \
| sed "s,-package${TARGET_SUFFIX}$,${TARGET_SUFFIX}-package,"
echo "##vso[task.setVariable variable=CMAKE_WRAPPING]${CMAKE_WRAPPING:=-E env bash ${BUILD_SOURCESDIRECTORY}/ci/shell.sh cmake}"
echo "##vso[task.setVariable variable=TARGET_SUFFIX]${TARGET_SUFFIX}"
echo "##vso[task.setVariable variable=CTEST_OUTPUT_ON_FAILURE]1"
env
displayName: 'Update environment'
- task: CMake@1
inputs:
workingDirectory: 'build'
cmakeArgs: >
$(CMAKE_WRAPPING)
..
-DCMAKE_BUILD_TYPE=Release
-DSUPERBUILD_DOWNLOAD_DIR=$(Build.SourcesDirectory)/download
-DUSE_SYSTEM_PCRE2=FALSE
-DMapper_GIT_ENABLE_INSTALL=OFF
-Ddefault_INSTALL_DIR=
-Ddefault_INSTALL_PREFIX=$(SUPERBUILD_INSTALL_DIR)
-Ddefault_TOOLCHAIN_DIR=$(SUPERBUILD_INSTALL_DIR)/toolchain
${{ parameters.cmakeArgs }}
displayName: 'Configure'
- task: CMake@1
inputs:
workingDirectory: 'build'
cmakeArgs: >
$(CMAKE_WRAPPING)
--build .
--target toolchain-info$(TARGET_SUFFIX)
-- ${{ parameters.buildArgs }}
displayName: 'Toolchain information'
- task: CMake@1
inputs:
workingDirectory: 'build'
cmakeArgs: >
$(CMAKE_WRAPPING)
--build .
--target $(PACKAGE_TARGET)
-- ${{ parameters.buildArgs }}
timeoutInMinutes: 210
displayName: 'Build'
| 37.08046 | 132 | 0.735586 |
83884338baee14c104fc2688d750a98ea59f58b7 | 234 | yml | YAML | my-config-server/src/main/resources/application.yml | chengcd/spring-config | 3307aba19faf1a32456063a7fc4a17c259415261 | [
"Apache-2.0"
] | null | null | null | my-config-server/src/main/resources/application.yml | chengcd/spring-config | 3307aba19faf1a32456063a7fc4a17c259415261 | [
"Apache-2.0"
] | null | null | null | my-config-server/src/main/resources/application.yml | chengcd/spring-config | 3307aba19faf1a32456063a7fc4a17c259415261 | [
"Apache-2.0"
] | null | null | null | server:
port: 8888
spring:
cloud:
config:
server:
git:
uri: https://github.com/chengcd/spring-config.git
username: chengcd
password: 1qaz!QAZ1
searchPaths: my-sample-config | 21.272727 | 59 | 0.576923 |
7892a4982fae681ee9da48afe8265586a7bebb5e | 645 | yml | YAML | .github/workflows/test.yml | rethab/action-mypy-fancy | 7b00e4c99101639fa29f3ec693e5f9ec30e8b83a | [
"MIT"
] | null | null | null | .github/workflows/test.yml | rethab/action-mypy-fancy | 7b00e4c99101639fa29f3ec693e5f9ec30e8b83a | [
"MIT"
] | 13 | 2021-08-08T11:04:51.000Z | 2021-08-20T08:20:01.000Z | .github/workflows/test.yml | rethab/action-mypy-fancy | 7b00e4c99101639fa29f3ec693e5f9ec30e8b83a | [
"MIT"
] | null | null | null | name: 'build-test'
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run check-all
- name: Ensure dist/index.js is up to date
run: |
npm run package
[[ -z $(git status -s) ]] || { echo "Files were modified"; exit 1; }
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v2
with:
python-version: '3'
- run: pip install mypy
- uses: actions/checkout@v2
- uses: ./
continue-on-error: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
| 22.241379 | 78 | 0.534884 |
795f74c813b2ea3839fecba0042810110d0b09c5 | 439 | yml | YAML | data/packages/com.lojugames.services.yml | piksel/openupm | 391d16f8cdeff67ab19b5707d68c6100a2eee146 | [
"BSD-3-Clause"
] | 2 | 2021-11-08T15:04:54.000Z | 2021-12-20T09:53:16.000Z | data/packages/com.lojugames.services.yml | piksel/openupm | 391d16f8cdeff67ab19b5707d68c6100a2eee146 | [
"BSD-3-Clause"
] | null | null | null | data/packages/com.lojugames.services.yml | piksel/openupm | 391d16f8cdeff67ab19b5707d68c6100a2eee146 | [
"BSD-3-Clause"
] | null | null | null | name: com.lojugames.services
displayName: Loju Services
description: >-
Interfaces and implementations for integrating common services for save data,
achievements, leaderboards etc.
repoUrl: 'https://github.com/loju-games/Services'
parentRepoUrl: null
licenseSpdxId: null
licenseName: Unknown
topics:
- data-management
hunter: JesseTG
gitTagPrefix: ''
gitTagIgnore: ''
image: null
readme: 'master:README.md'
createdAt: 1589239070939
| 24.388889 | 79 | 0.797267 |
43ef14f63d760bb46deee4453c9cc5313c196f70 | 538 | yaml | YAML | tests/minimal/phase1/ssz_static/Validator/ssz_lengthy/case_26/value.yaml | SifraiHQ/eth2.0-spec-tests | 289175b2bf8a12c901bf2eef79605447c5706441 | [
"MIT"
] | null | null | null | tests/minimal/phase1/ssz_static/Validator/ssz_lengthy/case_26/value.yaml | SifraiHQ/eth2.0-spec-tests | 289175b2bf8a12c901bf2eef79605447c5706441 | [
"MIT"
] | null | null | null | tests/minimal/phase1/ssz_static/Validator/ssz_lengthy/case_26/value.yaml | SifraiHQ/eth2.0-spec-tests | 289175b2bf8a12c901bf2eef79605447c5706441 | [
"MIT"
] | null | null | null | {pubkey: '0x15be5ac4cbc02d38587b95a4c8e06601a80365155bca552e39019f2a6c67f8cebf236ae26c0ae30355c67e552518f99f',
withdrawal_credentials: '0x646db8d758117be2c0e837d94f75b99104e5260b4a4a92a5615a19121bb213aa',
effective_balance: 9732143474540096012, slashed: true, activation_eligibility_epoch: 17409001059338079532,
activation_epoch: 10506138753973688017, exit_epoch: 16758956645233803424, withdrawable_epoch: 17156485941289508642,
next_custody_secret_to_reveal: 3725893030409645654, all_custody_secrets_revealed_epoch: 17751722322510270204}
| 89.666667 | 115 | 0.916357 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.