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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c5388fb3ab869f62e583e63e3a4eb585835ea1b1 | 2,259 | yml | YAML | .travis.yml | hellofresh/android-deeplink | b8bc139a0080fbb71a3e5a908344e9d1cce549f9 | [
"Apache-2.0"
] | 11 | 2019-06-21T06:26:31.000Z | 2022-02-02T06:28:19.000Z | .travis.yml | hellofresh/android-deeplink | b8bc139a0080fbb71a3e5a908344e9d1cce549f9 | [
"Apache-2.0"
] | 28 | 2019-01-11T19:00:57.000Z | 2021-12-14T14:58:10.000Z | .travis.yml | hellofresh/android-deeplink | b8bc139a0080fbb71a3e5a908344e9d1cce549f9 | [
"Apache-2.0"
] | 2 | 2022-01-12T04:21:27.000Z | 2022-01-17T15:35:15.000Z | language: android
android:
components:
# travis/android: https://docs.travis-ci.com/user/languages/android/
- tools
- platform-tools
- tools
# The BuildTools version used by the project
- build-tools-28.0.3
# The SDK version used to compile the project
- android-28
before_cache:
- r... | 59.447368 | 698 | 0.846835 |
ec1590f0262483ae6b48f687acca3f395fc155b9 | 213 | yaml | YAML | schemas/Environment.yaml | sklmx/specs | 053c4395f3a9ffb6b80b113be8b2fd40cd95c0c5 | [
"Apache-2.0"
] | null | null | null | schemas/Environment.yaml | sklmx/specs | 053c4395f3a9ffb6b80b113be8b2fd40cd95c0c5 | [
"Apache-2.0"
] | null | null | null | schemas/Environment.yaml | sklmx/specs | 053c4395f3a9ffb6b80b113be8b2fd40cd95c0c5 | [
"Apache-2.0"
] | null | null | null | type: object
properties:
id:
type: integer
format: int64
title:
type: string
description:
type: string
nullable: true
slug:
type: string
host:
type: string
nullable: true
| 13.3125 | 18 | 0.619718 |
5c29aae35ffffb26912862a8b70ba28e7a329c35 | 669 | yml | YAML | module/Library/config/entity/Library.Entity.Book.dcm.yml | nekser/Books | d3d3e61790c42accc37e3fc922aefd9f4da9761e | [
"BSD-3-Clause"
] | null | null | null | module/Library/config/entity/Library.Entity.Book.dcm.yml | nekser/Books | d3d3e61790c42accc37e3fc922aefd9f4da9761e | [
"BSD-3-Clause"
] | null | null | null | module/Library/config/entity/Library.Entity.Book.dcm.yml | nekser/Books | d3d3e61790c42accc37e3fc922aefd9f4da9761e | [
"BSD-3-Clause"
] | null | null | null | Library\Entity\Book:
type: entity
table: book
id:
id:
type: integer
generator:
strategy: AUTO
fields:
name:
type: string
nullable: false
author:
type: string
nullable: false
description:
type: text
nullable: true
cover:
type: stri... | 18.583333 | 41 | 0.587444 |
6ab2ca2834c15ddeed95ee205d8903f005782b45 | 238 | yml | YAML | .travis.yml | jhermann/jupyter | ad5bde8b72b19a88ab9e82f6d22b7c7d28ddd3a3 | [
"BSD-3-Clause"
] | 3 | 2020-05-28T21:25:25.000Z | 2021-05-25T02:07:30.000Z | .travis.yml | jhermann/jupyter | ad5bde8b72b19a88ab9e82f6d22b7c7d28ddd3a3 | [
"BSD-3-Clause"
] | null | null | null | .travis.yml | jhermann/jupyter | ad5bde8b72b19a88ab9e82f6d22b7c7d28ddd3a3 | [
"BSD-3-Clause"
] | 2 | 2019-10-14T06:32:36.000Z | 2020-10-17T07:55:54.000Z | language: python
sudo: false
python:
- 3.5
- 3.4
install:
- pip install --upgrade pip
- pip install --upgrade sphinx
- pip install jupyter_sphinx_theme
- pip install recommonmark
script:
- cd docs && make html
| 18.307692 | 38 | 0.651261 |
17afff53b53078a57eda8d1262915a4b25d6c6a7 | 388 | yml | YAML | src/API/UserBundle/Resources/config/services.yml | almost-online/demo.highload | 72319e4a6503adf878468b58578e6f1773a052e9 | [
"MIT"
] | null | null | null | src/API/UserBundle/Resources/config/services.yml | almost-online/demo.highload | 72319e4a6503adf878468b58578e6f1773a052e9 | [
"MIT"
] | null | null | null | src/API/UserBundle/Resources/config/services.yml | almost-online/demo.highload | 72319e4a6503adf878468b58578e6f1773a052e9 | [
"MIT"
] | null | null | null | services:
# api_user.example:
# class: API\UserBundle\Example
# arguments: [@service_id, "plain_value", %parameter%]
api_user.rss_handler:
class: API\UserBundle\View\RSSViewHandler
api_user.view_handler:
parent: fos_rest.view_handler.default
calls:
- ['regis... | 32.333333 | 88 | 0.646907 |
74a89b06044e122acae4044a49dac548bbbe8709 | 59,659 | yaml | YAML | swagger.yaml | Innopoints/backend | 723565ba3f63914a7dab03346696d89e28060d64 | [
"MIT"
] | 1 | 2020-11-30T17:41:36.000Z | 2020-11-30T17:41:36.000Z | swagger.yaml | Innopoints/backend | 723565ba3f63914a7dab03346696d89e28060d64 | [
"MIT"
] | 34 | 2020-04-18T19:31:27.000Z | 2021-03-19T13:56:56.000Z | swagger.yaml | Innopoints/backend | 723565ba3f63914a7dab03346696d89e28060d64 | [
"MIT"
] | null | null | null | openapi: 3.0.1
info:
title: Innopoints API
description: Describes the endpoints exposed by the API of Innopoints. This is only for internal use at Innopolis University.
# termsOfService: http://swagger.io/terms/
contact:
email: innopoints@innopolis.university
# license:
# name: Apache 2.0
# url: h... | 25.04576 | 127 | 0.482257 |
15740d4f58a4fd2a4b502fe851d07f6c8a246872 | 1,181 | yml | YAML | .travis.yml | dmtucker/netsync | 6603aecf16aa47bbe0bbf49025a45ff5f725e7ae | [
"Artistic-2.0"
] | null | null | null | .travis.yml | dmtucker/netsync | 6603aecf16aa47bbe0bbf49025a45ff5f725e7ae | [
"Artistic-2.0"
] | 5 | 2015-07-03T21:03:53.000Z | 2018-03-26T08:49:20.000Z | .travis.yml | dmtucker/netsync | 6603aecf16aa47bbe0bbf49025a45ff5f725e7ae | [
"Artistic-2.0"
] | 2 | 2018-07-25T02:23:00.000Z | 2019-04-10T09:16:55.000Z | dist: trusty
addons:
apt:
packages:
- libsnmp-dev=5.7.2~dfsg-8.1ubuntu3.3
- snmpd=5.7.2~dfsg-8.1ubuntu3.3
- snmp-mibs-downloader=1.1
language: perl
perl:
- "5.18-shrplib"
install:
# SNMP.pm 5.7.2 is not on CPAN, but it is packaged for Ubuntu as part of net-snmp.
# So, we can either manuall... | 30.282051 | 132 | 0.680779 |
1245e303c12662cf14a77fa8376e27468c129da9 | 313 | yaml | YAML | docker-compose.yaml | tayutaedomo/sqlachemy-sandbox | f453554103fad671e438ea0e0b930c6bc9c57766 | [
"MIT"
] | null | null | null | docker-compose.yaml | tayutaedomo/sqlachemy-sandbox | f453554103fad671e438ea0e0b930c6bc9c57766 | [
"MIT"
] | null | null | null | docker-compose.yaml | tayutaedomo/sqlachemy-sandbox | f453554103fad671e438ea0e0b930c6bc9c57766 | [
"MIT"
] | null | null | null | # Refer: https://qiita.com/TAMIYAN/items/ed9ec892d91e5af962c6
version: "3"
services:
mysql:
build: ./docker/mysql/
image: original_mysql_world
environment:
- MYSQL_ROOT_PASSWORD=root
ports:
- "${DB_PROT:-3306}:3306"
volumes:
- ./docker/mysql/db:/docker-entrypoint-initdb.d
| 24.076923 | 61 | 0.667732 |
26cda2b8ad902437049bb2aa4bdec118d2bbd3fd | 108,491 | yaml | YAML | sdk/keyvault/azure-keyvault-secrets/tests/recordings/test_secrets_client.test_list_deleted_secrets.yaml | hytao/azure-sdk-for-python | 382994348b289d4cb90dc74e2ddc9fadc7c5824d | [
"MIT"
] | null | null | null | sdk/keyvault/azure-keyvault-secrets/tests/recordings/test_secrets_client.test_list_deleted_secrets.yaml | hytao/azure-sdk-for-python | 382994348b289d4cb90dc74e2ddc9fadc7c5824d | [
"MIT"
] | null | null | null | sdk/keyvault/azure-keyvault-secrets/tests/recordings/test_secrets_client.test_list_deleted_secrets.yaml | hytao/azure-sdk-for-python | 382994348b289d4cb90dc74e2ddc9fadc7c5824d | [
"MIT"
] | null | null | null | interactions:
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
Content-Length:
- '0'
Content-Type:
- application/json; charset=utf-8
User-Agent:
- azsdk-python-keyvault-secr... | 27.129532 | 2,339 | 0.599064 |
9fc3859fe3749787abc66ed9157b562e3f35a23a | 334 | yaml | YAML | pubspec.yaml | anykao/hacker_news_client | 723bbdfe13a47086aedd59e5bb056a3ba73a183e | [
"MIT"
] | null | null | null | pubspec.yaml | anykao/hacker_news_client | 723bbdfe13a47086aedd59e5bb056a3ba73a183e | [
"MIT"
] | null | null | null | pubspec.yaml | anykao/hacker_news_client | 723bbdfe13a47086aedd59e5bb056a3ba73a183e | [
"MIT"
] | null | null | null | name: hacker_news_client
description: A client for the Hacker News API. Works on Flutter, Server, and Web.
version: 0.1.0
homepage: https://github.com/brianegan/hacker_news_client
author: Brian Egan <brian@brianegan.com>
dependencies:
json_annotation: any
http: any
dev_dependencies:
build_runner: any
json_ser... | 25.692308 | 81 | 0.790419 |
b020d0edfd3a2a1530eb35466477083de6d95d06 | 210 | yaml | YAML | k8s/horizon/10.2/ltsc2019/horizon/kustomization.yaml | sc-HaoLiu/container-deployment | 5148e6baf1194ade6ec634061d09afcc20c285e6 | [
"Apache-2.0"
] | 21 | 2020-12-17T11:41:28.000Z | 2022-03-29T01:24:12.000Z | k8s/horizon/10.2/ltsc2019/horizon/kustomization.yaml | Sitecore/container-deployment | f6ca5b810d66bc6b21eb4331ba2e78e4044ba0a1 | [
"Apache-2.0"
] | 11 | 2020-12-17T15:55:57.000Z | 2022-02-23T12:31:22.000Z | k8s/horizon/10.2/ltsc2019/horizon/kustomization.yaml | sc-HaoLiu/container-deployment | 5148e6baf1194ade6ec634061d09afcc20c285e6 | [
"Apache-2.0"
] | 16 | 2020-12-17T14:20:10.000Z | 2022-03-17T19:09:55.000Z | apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: sitecore-horizon
newName: 'scr.sitecore.com/sxp/modules/sitecore-horizon'
newTag: '3.0-ltsc2019'
resources:
- hrz.yaml
| 17.5 | 58 | 0.747619 |
0c6ce19c1748a17b4be17e702e90f1aa1b5c6384 | 22 | yml | YAML | FredBoat/fredboat.yml | BRAVO68WEB/FredBoat | 6a470756473caca99514efdbe54039a5840ff13a | [
"MIT"
] | 44 | 2021-04-18T12:00:42.000Z | 2022-03-23T01:37:34.000Z | FredBoat/fredboat.yml | BRAVO68WEB/FredBoat | 6a470756473caca99514efdbe54039a5840ff13a | [
"MIT"
] | null | null | null | FredBoat/fredboat.yml | BRAVO68WEB/FredBoat | 6a470756473caca99514efdbe54039a5840ff13a | [
"MIT"
] | 19 | 2021-06-07T15:11:09.000Z | 2022-03-21T15:18:47.000Z | ../config/fredboat.yml | 22 | 22 | 0.772727 |
1f740cc58950576483ed6e0ee1875f2307c13aa8 | 359 | yaml | YAML | tmux/tmuxp/amsterdam.yaml | benohara/dotphiles | e7b4bb43487a460d2ae233fa24d20d4ad98b20c9 | [
"Unlicense"
] | 1 | 2022-02-10T05:27:11.000Z | 2022-02-10T05:27:11.000Z | tmux/tmuxp/amsterdam.yaml | benohara/dotphiles | e7b4bb43487a460d2ae233fa24d20d4ad98b20c9 | [
"Unlicense"
] | null | null | null | tmux/tmuxp/amsterdam.yaml | benohara/dotphiles | e7b4bb43487a460d2ae233fa24d20d4ad98b20c9 | [
"Unlicense"
] | null | null | null | session_name: amsterdam
start_directory: ~/ # load session relative to config location (project root).
windows:
- window_name: amsterdam
focus: True
layout: tiled
options:
automatic-rename: off
panes:
- ssh dns1.ams.ardns.local
- ssh dns2.ams.ardns.local
- ssh dns3.ams.ardns.local
- ssh dns4.ams.ard... | 22.4375 | 78 | 0.721448 |
b35d657e34f59c830fe8d30d2c47969ff507f59e | 1,484 | yml | YAML | legacy/docs-ref-autogen/com.microsoft.azure.management.labservices.v2018_10_15.GlobalUsers.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 5 | 2021-08-20T15:24:19.000Z | 2022-02-20T17:06:14.000Z | legacy/docs-ref-autogen/com.microsoft.azure.management.labservices.v2018_10_15.GlobalUsers.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | legacy/docs-ref-autogen/com.microsoft.azure.management.labservices.v2018_10_15.GlobalUsers.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-08-20T15:24:21.000Z | 2021-08-20T15:24:21.000Z | ### YamlMime:JavaType
methods:
- com.microsoft.azure.management.labservices.v2018_10_15.GlobalUsers.getEnvironmentAsync(String,String)
- com.microsoft.azure.management.labservices.v2018_10_15.GlobalUsers.getOperationBatchStatusAsync(String,List<String>)
- com.microsoft.azure.management.labservices.v2018_10_15.GlobalUse... | 67.454545 | 141 | 0.869272 |
aa934aa310da9752cb72b70cbf63722a673b605d | 501 | yaml | YAML | visprotocol/resources/yh/parameter_presets/MovingSpotOnVR.yaml | ClandininLab/multistim | 9aba24a85317e4cbd81555be45c4df87cfad035c | [
"MIT"
] | null | null | null | visprotocol/resources/yh/parameter_presets/MovingSpotOnVR.yaml | ClandininLab/multistim | 9aba24a85317e4cbd81555be45c4df87cfad035c | [
"MIT"
] | 5 | 2019-08-07T16:58:50.000Z | 2019-08-29T15:11:23.000Z | visprotocol/resources/yh/parameter_presets/MovingSpotOnVR.yaml | ClandininLab/multistim | 9aba24a85317e4cbd81555be45c4df87cfad035c | [
"MIT"
] | 1 | 2021-12-05T00:26:43.000Z | 2021-12-05T00:26:43.000Z | R65B05:
run_parameters:
protocol_ID: MovingSpotOnVR
num_epochs: 25.0
pre_time: 2.0
stim_time: 20.0
tail_time: 2.0
idle_color: 0.5
protocol_parameters:
n_trees: 40.0
tree_height: 1.0
floor_color: 0.4
sky_color: 0.5
tree_color: 0.0
rand_seed: 1.0
trajectory_range:
... | 17.275862 | 31 | 0.590818 |
eb89220748b43d792ad2242383fe58aa6be7d62d | 759 | yaml | YAML | manifests/i/isaaclevin/presencelight/2.0.1.0/isaaclevin.presencelight.installer.yaml | pavll/winget-pkgs | 97e2195b1067212c719caa188d5c0ec32d28298d | [
"MIT"
] | 5,998 | 2020-05-19T15:15:42.000Z | 2022-03-31T19:10:43.000Z | manifests/i/isaaclevin/presencelight/2.0.1.0/isaaclevin.presencelight.installer.yaml | pavll/winget-pkgs | 97e2195b1067212c719caa188d5c0ec32d28298d | [
"MIT"
] | 53,539 | 2020-05-19T14:56:15.000Z | 2022-03-31T23:51:50.000Z | manifests/i/isaaclevin/presencelight/2.0.1.0/isaaclevin.presencelight.installer.yaml | pavll/winget-pkgs | 97e2195b1067212c719caa188d5c0ec32d28298d | [
"MIT"
] | 4,317 | 2020-05-19T15:23:05.000Z | 2022-03-31T17:45:09.000Z | # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: isaaclevin.presencelight
PackageVersion: 2.0.1.0
MinimumOSVersion: 10.0.17134.0
InstallModes:
- interactive
- silent
Installers:
- InstallerLocale: en-US
Architecture: x86
InstallerType: appx
Scope: user... | 36.142857 | 130 | 0.841897 |
237c6130cd81c84349895444d73577192d5da267 | 1,847 | yml | YAML | playbooks/roles/common/tasks/install_sensors.yml | AgalmicVentures/Environment | b2ef280d2424a5a940af7cef0c9a6dbca62d93c4 | [
"MIT"
] | 1 | 2018-10-10T01:06:14.000Z | 2018-10-10T01:06:14.000Z | playbooks/roles/common/tasks/install_sensors.yml | AgalmicVentures/Environment | b2ef280d2424a5a940af7cef0c9a6dbca62d93c4 | [
"MIT"
] | 1 | 2020-02-28T18:13:05.000Z | 2020-02-28T18:13:05.000Z | playbooks/roles/common/tasks/install_sensors.yml | AgalmicVentures/Environment | b2ef280d2424a5a940af7cef0c9a6dbca62d93c4 | [
"MIT"
] | 1 | 2017-02-26T09:29:06.000Z | 2017-02-26T09:29:06.000Z |
# Copyright (c) 2015-2021 Agalmic Ventures LLC (www.agalmicventures.com)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to u... | 31.305085 | 79 | 0.748782 |
e28a4f764be0bdb7d91f2c854c0c4e89c02a7ca9 | 377 | yml | YAML | _data/comments/oscp-lfi-rfi/comment-1548505784162.yml | Gl-shader/gl-shader.github.io | 90958ef7809f433607e7061db283be36627e7214 | [
"BSD-3-Clause",
"MIT"
] | null | null | null | _data/comments/oscp-lfi-rfi/comment-1548505784162.yml | Gl-shader/gl-shader.github.io | 90958ef7809f433607e7061db283be36627e7214 | [
"BSD-3-Clause",
"MIT"
] | null | null | null | _data/comments/oscp-lfi-rfi/comment-1548505784162.yml | Gl-shader/gl-shader.github.io | 90958ef7809f433607e7061db283be36627e7214 | [
"BSD-3-Clause",
"MIT"
] | null | null | null | _id: 0efec830-2166-11e9-937a-51be5f1ebfa2
message: "[url=https://cbd-oil.us.com/#]cbd pills[/url] \r\n[url=https://cbd-oil.us.com/#]side effects of cbd oil[/url] \r\n[url=https://cbd-oil.us.com/#]cbdistillery[/url] \r\nhttps://cbd-oil.us.com/#"
name: nifsgeofe
email: 402d64c4aa2ac564f8ebfd4f0dd72fa4
url: 'https://cbd-o... | 47.125 | 202 | 0.708223 |
8f12aa848c1b4b76350188644b53192c78a795b9 | 975 | yaml | YAML | server/ansible/roles/os/tasks/user.yaml | nicholaswilde/home-cluster | 983ded4171f5a9c8ec93b1c44db5c4b2e81989d2 | [
"Apache-2.0"
] | 6 | 2021-03-25T00:10:31.000Z | 2021-12-30T17:13:39.000Z | server/ansible/roles/os/tasks/user.yaml | nicholaswilde/home-cluster | 983ded4171f5a9c8ec93b1c44db5c4b2e81989d2 | [
"Apache-2.0"
] | 25 | 2021-03-26T18:38:00.000Z | 2022-03-02T16:23:14.000Z | server/ansible/roles/os/tasks/user.yaml | nicholaswilde/home-cluster | 983ded4171f5a9c8ec93b1c44db5c4b2e81989d2 | [
"Apache-2.0"
] | 1 | 2021-08-08T17:43:26.000Z | 2021-08-08T17:43:26.000Z | ---
- name: user | get home directory
ansible.builtin.shell: "echo $HOME"
changed_when: false
check_mode: false
register: user_home
- name: user | add to sudoers
ansible.builtin.copy:
content: "{{ ansible_user }} ALL=(ALL:ALL) NOPASSWD:ALL"
dest: "/etc/sudoers.d/{{ ansible_user }}_nopasswd"
mode:... | 26.351351 | 60 | 0.685128 |
0b1ab6bfed597e20a775fd6df92ec91531548dc0 | 1,594 | yaml | YAML | .github/workflows/actions.yaml | monikamikhaiel/resource-types-website | caf9f093ba248a6be17292ead21d8da884f6acbe | [
"Apache-2.0"
] | null | null | null | .github/workflows/actions.yaml | monikamikhaiel/resource-types-website | caf9f093ba248a6be17292ead21d8da884f6acbe | [
"Apache-2.0"
] | null | null | null | .github/workflows/actions.yaml | monikamikhaiel/resource-types-website | caf9f093ba248a6be17292ead21d8da884f6acbe | [
"Apache-2.0"
] | null | null | null | # environement variables
env:
githubEmail: moniqua.mikhaiel@gmail.com
deployToRepo: monikamikhaiel.github.io
#<NAME OF REPO TO DEPLOY TO (E.G. <YOUR USERNAME>.github.io)>
name: CI_CD pipeline
on: push
#workflow_dispatch:
jobs:
Build_test:
name: build and test go app
runs-on: ubuntu-latest
steps... | 30.653846 | 94 | 0.583438 |
e825760ccbbbc9baaea4bc274ea5ad3a8fb7f335 | 121 | yml | YAML | docker/docker-compose.build.yml | playgen/SUGAR-SocialGamification | 7fa079225405a2bf27ff070e7bf71c07b46f42b1 | [
"Apache-2.0"
] | 12 | 2016-12-23T18:12:59.000Z | 2021-11-03T08:25:20.000Z | docker/docker-compose.build.yml | playgenhub/SUGAR-SocialGamification | 7fa079225405a2bf27ff070e7bf71c07b46f42b1 | [
"Apache-2.0"
] | 2 | 2018-05-08T11:35:38.000Z | 2018-08-10T07:49:36.000Z | docker/docker-compose.build.yml | playgenhub/SUGAR-SocialGamification | 7fa079225405a2bf27ff070e7bf71c07b46f42b1 | [
"Apache-2.0"
] | 4 | 2020-03-17T18:09:46.000Z | 2021-11-03T08:25:22.000Z | version: '2'
services:
sugar-v2:
image: sugar:2.0.0
build:
context: ../
dockerfile: Dockerfile | 15.125 | 32 | 0.561983 |
db7b0c6bfb36742697f715176c7accc1564ec764 | 476 | yml | YAML | threads/3009470/posts/52059384.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/3009470/posts/52059384.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/3009470/posts/52059384.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | url: showpost.php?p=52059384&postcount=464
id: 52059384
tid: 3009470
num: 464
datetime: 2012-11-25T00:58:00.000Z
user:
img: null
name: _Inu_
title: K.I.A
joinDate: 2010-03-31T16:00:00.000Z
posts: 172
id: '404268'
title: 'Re: [Giúp đỡ] Xin ảnh Bìa FB độc và đẹp!'
content:
html: "\r\n\t\t\t\r\n\t\t\tĐ... | 28 | 176 | 0.636555 |
8884625c3baf1e507506c829c5d3bcfd8cd68b8e | 3,539 | yml | YAML | workaround/docs-ref-autogen/azure-mgmt-network/azure.mgmt.network.v2018_07_01.models.TunnelConnectionStatus.yml | PatrickFarley/azure-docs-sdk-python | 99075e2aa38eeaba7727c92e9294e62077a6c9ec | [
"CC-BY-4.0",
"MIT"
] | null | null | null | workaround/docs-ref-autogen/azure-mgmt-network/azure.mgmt.network.v2018_07_01.models.TunnelConnectionStatus.yml | PatrickFarley/azure-docs-sdk-python | 99075e2aa38eeaba7727c92e9294e62077a6c9ec | [
"CC-BY-4.0",
"MIT"
] | null | null | null | workaround/docs-ref-autogen/azure-mgmt-network/azure.mgmt.network.v2018_07_01.models.TunnelConnectionStatus.yml | PatrickFarley/azure-docs-sdk-python | 99075e2aa38eeaba7727c92e9294e62077a6c9ec | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ### YamlMime:UniversalReference
api_name: []
items:
- children:
- azure.mgmt.network.v2018_07_01.models.TunnelConnectionStatus.CONNECTED
- azure.mgmt.network.v2018_07_01.models.TunnelConnectionStatus.CONNECTING
- azure.mgmt.network.v2018_07_01.models.TunnelConnectionStatus.NOT_CONNECTED
- azure.mgmt.network.v20... | 40.678161 | 86 | 0.812659 |
0300a525dee147569d3de5b0a2fe92a35609c510 | 2,210 | yaml | YAML | src/paths/card/code/get.yaml | TheNorthMemory/wechat-swagger | c536cec78ea983667c62781e9084a36ee90933a6 | [
"MIT"
] | 35 | 2018-09-10T08:10:25.000Z | 2021-11-07T19:48:26.000Z | src/paths/card/code/get.yaml | TheNorthMemory/wechat-swagger | c536cec78ea983667c62781e9084a36ee90933a6 | [
"MIT"
] | null | null | null | src/paths/card/code/get.yaml | TheNorthMemory/wechat-swagger | c536cec78ea983667c62781e9084a36ee90933a6 | [
"MIT"
] | null | null | null | post:
summary: 查询Code/获取用户开卡时提交的信息(非跳转型开卡组件)
description: 建议在调用核销code接口之前调用查询code接口,并在核销之前对非法状态的code(如转赠中、已删除、已核销等)做出处理。A->[官方文档](https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1451025239) B->[官方文档](https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1499332673_Unm7V)
security:
- accessToken: []
... | 32.028986 | 236 | 0.534842 |
1002de466961c83aba2e39caf979d983923c810e | 1,387 | yml | YAML | spec/recordings/gmail_client_xo_auth2/instance/properly_switches_to_given_mailbox_using_block_style.yml | nahlaalhebsi/gmail | e06845b78c3ce90cd456f6b954f0f9394d9a57ad | [
"MIT"
] | null | null | null | spec/recordings/gmail_client_xo_auth2/instance/properly_switches_to_given_mailbox_using_block_style.yml | nahlaalhebsi/gmail | e06845b78c3ce90cd456f6b954f0f9394d9a57ad | [
"MIT"
] | null | null | null | spec/recordings/gmail_client_xo_auth2/instance/properly_switches_to_given_mailbox_using_block_style.yml | nahlaalhebsi/gmail | e06845b78c3ce90cd456f6b954f0f9394d9a57ad | [
"MIT"
] | 2 | 2021-05-08T09:32:28.000Z | 2021-05-08T09:50:33.000Z | ---
AUTHENTICATE-48cc3379658326e2b0e5cd2a6f3da2af:
- - :raise
- !ruby/exception:Net::IMAP::NoResponseError
message: " Invalid credentials (Failure)"
response: !ruby/struct:Net::IMAP::TaggedResponse
tag: RUBY0001
name: 'NO'
data: !ruby/struct:Net::IMAP::ResponseText
code: !ruby/struct... | 33.829268 | 71 | 0.65465 |
e4c0617b20de9c5d40c9d1e470d85d8837665bc8 | 743 | yml | YAML | data/ia/people/Jane-Bloomingdale-37952941-d329-4c96-8458-654fa495ec76.yml | nickoneill/people | cfa21d2bdf85deec6fda46b0b4b210f366c856d6 | [
"CC0-1.0"
] | null | null | null | data/ia/people/Jane-Bloomingdale-37952941-d329-4c96-8458-654fa495ec76.yml | nickoneill/people | cfa21d2bdf85deec6fda46b0b4b210f366c856d6 | [
"CC0-1.0"
] | null | null | null | data/ia/people/Jane-Bloomingdale-37952941-d329-4c96-8458-654fa495ec76.yml | nickoneill/people | cfa21d2bdf85deec6fda46b0b4b210f366c856d6 | [
"CC0-1.0"
] | null | null | null | id: ocd-person/37952941-d329-4c96-8458-654fa495ec76
name: Jane Bloomingdale
party:
- name: Republican
roles:
- district: '51'
jurisdiction: ocd-jurisdiction/country:us/state:ia/government
type: lower
contact_details:
- address: 501 2nd Ave N, Northwood, IA 50459
note: District Office
- email: Jane.Bloomingdale@le... | 29.72 | 78 | 0.783311 |
e4e6df75ee1ffb4152fe2a97713fce1b28f6414c | 680 | yaml | YAML | lib/data/countries/DM.yaml | umer-at-github/cus_countries | e2d84b8f5980427661abf651675d245c0c0d23c2 | [
"MIT"
] | null | null | null | lib/data/countries/DM.yaml | umer-at-github/cus_countries | e2d84b8f5980427661abf651675d245c0c0d23c2 | [
"MIT"
] | null | null | null | lib/data/countries/DM.yaml | umer-at-github/cus_countries | e2d84b8f5980427661abf651675d245c0c0d23c2 | [
"MIT"
] | null | null | null | ---
DM:
continent: North America
alpha2: DM
alpha3: DMA
country_code: '1'
currency: XCD
international_prefix: '011'
ioc: DMA
gec: DO
latitude: 15 25 N
longitude: 61 20 W
name: Dominica
names:
- Dominica
- ドミニカ国
national_destination_code_lengths:
- 3
national_number_lengths:
- 10
na... | 18.378378 | 37 | 0.697059 |
ddb658c21c6adf208acbee8e53e35769541a2a22 | 1,479 | yml | YAML | ansible/O1labs/cloud/roles/prometheus/test/integration/setup/setup_alertmanager/default_playbook.yml | 0x0I/operations | 8006dc87c212c1f61700381b4c5040432772e7cf | [
"MIT"
] | 1 | 2021-11-26T02:35:52.000Z | 2021-11-26T02:35:52.000Z | ansible/O1labs/cloud/roles/prometheus/test/integration/setup/setup_alertmanager/default_playbook.yml | 0x0I/operations | 8006dc87c212c1f61700381b4c5040432772e7cf | [
"MIT"
] | 36 | 2021-09-23T22:30:42.000Z | 2022-02-11T21:20:43.000Z | ansible/O1labs/cloud/roles/prometheus/test/integration/setup/setup_alertmanager/default_playbook.yml | 0x0I/operator | 66291fd25e1af18d93f21eeeb2fd847622124b43 | [
"MIT"
] | null | null | null | ---
- name: Alertmanager setup integration test playbook
hosts: test-kitchen
roles:
- role: ansible-role-prometheus
vars:
managed_services: ['alertmanager']
alertmanager_templates:
- name: test
config:
- define: "myorg.test.guide"
templat... | 36.073171 | 128 | 0.539554 |
ddfdaead7ac5a371cd8d75a20072f6e31fa5f87c | 431 | yml | YAML | src/config/networks/arithmetic/sub.yml | openhoat/ann-demo | 71356be9d4a3c408334a4f0655c5b456ef0e6010 | [
"MIT"
] | 1 | 2021-03-17T09:44:28.000Z | 2021-03-17T09:44:28.000Z | src/config/networks/arithmetic/sub.yml | openhoat/ann-demo | 71356be9d4a3c408334a4f0655c5b456ef0e6010 | [
"MIT"
] | null | null | null | src/config/networks/arithmetic/sub.yml | openhoat/ann-demo | 71356be9d4a3c408334a4f0655c5b456ef0e6010 | [
"MIT"
] | null | null | null | id: SUB operation
inputs:
- normalizerRef: integer
normalizerOptions:
min: 0
max: 100
- normalizerRef: integer
normalizerOptions:
min: 0
max: 100
outputs:
- normalizerRef: integer
normalizerOptions:
min: -100
max: 100
hiddenLayersCounts: [ ]
strategy:
id: identity... | 17.24 | 27 | 0.658933 |
4b73ae960ffc2bd28199186d4bde029c6e70d9d5 | 122 | yaml | YAML | stack.yaml | sfultong/SlayTheTire | c3e3a0e21a397476e4a89904b91f4795a1f4757c | [
"Apache-2.0"
] | 1 | 2019-08-16T02:14:08.000Z | 2019-08-16T02:14:08.000Z | stack.yaml | sfultong/SlayTheTire | c3e3a0e21a397476e4a89904b91f4795a1f4757c | [
"Apache-2.0"
] | null | null | null | stack.yaml | sfultong/SlayTheTire | c3e3a0e21a397476e4a89904b91f4795a1f4757c | [
"Apache-2.0"
] | null | null | null | flags: {}
#allow-different-user: true
packages:
- .
resolver: lts-13.19
system-ghc: true
#nix:
# enable: true
| 8.714286 | 27 | 0.622951 |
d7e6726d33e0e248c281a0843352e94a6ba0902c | 204 | yml | YAML | docker-compose.yml | uade-team/redes2-tp-docker | 98ca2460d551a4c0c332315040985cd38e8a02f4 | [
"MIT"
] | null | null | null | docker-compose.yml | uade-team/redes2-tp-docker | 98ca2460d551a4c0c332315040985cd38e8a02f4 | [
"MIT"
] | null | null | null | docker-compose.yml | uade-team/redes2-tp-docker | 98ca2460d551a4c0c332315040985cd38e8a02f4 | [
"MIT"
] | null | null | null | version: '3'
services:
frontend:
build: ./frontend
ports:
- "8080:8080"
backend:
build: ./backend
ports:
- "3000:3000"
volumes:
- "./backend:/usr/src/app"
| 12.75 | 32 | 0.514706 |
56584b8473abd50dedb26d532eaa16388c3f500a | 727 | yml | YAML | src/Nim/Bundle/CoreBundle/Resources/config/app/main.yml | NgoInformationManagement/Nim | 7e4ee59870d6be046986d7965aa2f2790a64e868 | [
"MIT"
] | 2 | 2015-05-20T07:32:43.000Z | 2015-11-11T10:50:52.000Z | src/Nim/Bundle/CoreBundle/Resources/config/app/main.yml | NgoInformationManagement/Nim | 7e4ee59870d6be046986d7965aa2f2790a64e868 | [
"MIT"
] | 1 | 2015-01-26T22:22:57.000Z | 2021-08-15T18:35:01.000Z | src/Nim/Bundle/CoreBundle/Resources/config/app/main.yml | NgoInformationManagement/Nim | 7e4ee59870d6be046986d7965aa2f2790a64e868 | [
"MIT"
] | null | null | null | imports:
- { resource: @NimCoreBundle/Resources/config/app/resource.yml }
# Stof doctrine extension configuration
stof_doctrine_extensions:
default_locale: %locale%
orm:
default:
timestampable: true
softdeleteable: true
translatable: true
# FOS user configuratio... | 25.068966 | 68 | 0.727648 |
7ed12af3dd3a3c461522166a0736a12f67a17958 | 101 | yaml | YAML | tests/semaphore/testcase.yaml | RustyThingy/zephyr-rust | 29e904cdcc4bd60cec6c3ffcb5072463a73873b9 | [
"Apache-2.0"
] | null | null | null | tests/semaphore/testcase.yaml | RustyThingy/zephyr-rust | 29e904cdcc4bd60cec6c3ffcb5072463a73873b9 | [
"Apache-2.0"
] | null | null | null | tests/semaphore/testcase.yaml | RustyThingy/zephyr-rust | 29e904cdcc4bd60cec6c3ffcb5072463a73873b9 | [
"Apache-2.0"
] | null | null | null | tests:
rust.semaphore:
platform_whitelist: qemu_x86 qemu_cortex_m3 native_posix
tags: rust
| 20.2 | 60 | 0.772277 |
67428dbff08a2908874c2eff06f3f0deda745d5d | 332 | yaml | YAML | kubernetes/lnmp/mysql/overlays/production/kustomization.yaml | aloy-nora/lnmp | 52e33d6424d7fdf619a4717a9561f56a9a8e1751 | [
"Apache-2.0"
] | 512 | 2017-09-22T16:20:15.000Z | 2022-03-31T05:24:21.000Z | kubernetes/lnmp/mysql/overlays/production/kustomization.yaml | aloy-nora/lnmp | 52e33d6424d7fdf619a4717a9561f56a9a8e1751 | [
"Apache-2.0"
] | 863 | 2017-09-12T00:52:03.000Z | 2022-02-12T07:37:17.000Z | kubernetes/lnmp/mysql/overlays/production/kustomization.yaml | aloy-nora/lnmp | 52e33d6424d7fdf619a4717a9561f56a9a8e1751 | [
"Apache-2.0"
] | 127 | 2017-10-13T17:38:10.000Z | 2022-03-19T04:55:46.000Z | bases:
- ../../base
configMapGenerator:
- name: lnmp-mysql-cnf
files:
- docker.cnf=config/docker.production.cnf
- name: lnmp-tz
literals:
- TZ=Asia/Shanghai
secretGenerator:
- name: lnmp-mysql-password
literals:
- password=mytest
generatorOptions:
labels:
app: lnmp
tier: mysql
disableNameSuffi... | 17.473684 | 43 | 0.707831 |
54a128f9c30e67f1fcbe11aa727863f4ed2405d6 | 89 | yml | YAML | services/service-pages/main/default/objects/pages/fields/schema.field.yml | steedos/object-server | c19065633fb41278b2ab6e244f3d0f6afa08c2f2 | [
"Apache-2.0"
] | 10 | 2019-03-19T06:43:33.000Z | 2019-12-13T01:27:33.000Z | services/service-pages/main/default/objects/pages/fields/schema.field.yml | steedos/object-server | c19065633fb41278b2ab6e244f3d0f6afa08c2f2 | [
"Apache-2.0"
] | 262 | 2019-04-01T01:22:28.000Z | 2020-04-14T10:37:43.000Z | services/service-pages/main/default/objects/pages/fields/schema.field.yml | steedos/object-server | c19065633fb41278b2ab6e244f3d0f6afa08c2f2 | [
"Apache-2.0"
] | 6 | 2019-03-20T09:06:56.000Z | 2020-02-13T06:07:54.000Z | name: schema
type: code
language: json
is_wide: true
sort_no: 300
omit: true
hidden: true | 12.714286 | 14 | 0.775281 |
0588b8f165a83e65207d968cab1a9fd8ffd10282 | 344 | yml | YAML | host_vars/localhost/vars.yml | mikebell/linux-setup | d55ee1b46c8555c16f2554beaaa7cc0369dce5f9 | [
"MIT"
] | null | null | null | host_vars/localhost/vars.yml | mikebell/linux-setup | d55ee1b46c8555c16f2554beaaa7cc0369dce5f9 | [
"MIT"
] | 1 | 2018-01-29T14:00:04.000Z | 2018-01-29T14:00:04.000Z | host_vars/localhost/vars.yml | mikebell/ubuntu-setup | d55ee1b46c8555c16f2554beaaa7cc0369dce5f9 | [
"MIT"
] | null | null | null | ---
zsh_users:
- digital
zsh_ohmy_theme: candy
zsh_ohmy_auto_update: true
vagrant_download_url: "https://releases.hashicorp.com/vagrant/2.0.1/vagrant_2.0.1_x86_64.deb"
vagrant_sha256: "2f9498a83b3d650fcfcfe0ec7971070fcd3803fad6470cf7da871caf2564d84f"
rvm1_rubies:
- 'ruby-2.5.0'
rvm1_user: 'digital'
virtualbox_ap... | 22.933333 | 93 | 0.811047 |
cd58806b9ce4bcc7421343d8082384e6e2647b36 | 230 | yml | YAML | .github/workflows/gradle-wrapper-validation.yml | Kotlin-Android-Open-Source/ComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack | 1f9eb94fcb6aef9e2fc167234109a0f02347a5f3 | [
"MIT"
] | 141 | 2019-10-19T15:34:08.000Z | 2022-03-25T03:36:12.000Z | .github/workflows/gradle-wrapper-validation.yml | Kotlin-Android-Open-Source/ComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack | 1f9eb94fcb6aef9e2fc167234109a0f02347a5f3 | [
"MIT"
] | 12 | 2019-10-20T10:18:20.000Z | 2022-02-02T12:01:42.000Z | .github/workflows/gradle-wrapper-validation.yml | Kotlin-Android-Open-Source/ComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack | 1f9eb94fcb6aef9e2fc167234109a0f02347a5f3 | [
"MIT"
] | 34 | 2019-10-19T15:34:28.000Z | 2022-03-14T10:02:04.000Z | name: Validate Gradle Wrapper
on: [ push, pull_request ]
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- uses: gradle/wrapper-validation-action@v1.0.4 | 23 | 53 | 0.669565 |
b32671bbdc2866d85c224f057e9bc5e4597c4c4a | 6,267 | yml | YAML | groza-application/src/main/resources/application.yml | tonyshen277/Groza | 0ed5fdd7de27b6d0e546342a3615182fc23cbb8e | [
"Apache-2.0"
] | 1 | 2020-10-18T17:13:48.000Z | 2020-10-18T17:13:48.000Z | groza-application/src/main/resources/application.yml | tonyshen277/Groza | 0ed5fdd7de27b6d0e546342a3615182fc23cbb8e | [
"Apache-2.0"
] | null | null | null | groza-application/src/main/resources/application.yml | tonyshen277/Groza | 0ed5fdd7de27b6d0e546342a3615182fc23cbb8e | [
"Apache-2.0"
] | 2 | 2020-09-09T07:36:48.000Z | 2021-06-26T03:03:25.000Z | # Device communication protocol parameters
http:
request_timeout: 60000
# MQTT server parameters
#JWT Token parameters
security.jwt:
tokenExpirationTime: "${JWT_TOKEN_EXPIRATION_TIME:900}" # Number of seconds (15 mins)
refreshTokenExpTime: "${JWT_REFRESH_TOKEN_EXPIRATION_TIME:3600}" # Seconds (1 hour)
tokenIss... | 37.526946 | 120 | 0.716611 |
ca8acc8cb669ea9d5bb37a137cd098559c252aff | 1,966 | yaml | YAML | recipes/bioconductor-zellkonverter/meta.yaml | corneliusroemer/bioconda-recipes | e1eced9063e15f6a97ab2b8e42cf3e38af4c93ba | [
"MIT"
] | null | null | null | recipes/bioconductor-zellkonverter/meta.yaml | corneliusroemer/bioconda-recipes | e1eced9063e15f6a97ab2b8e42cf3e38af4c93ba | [
"MIT"
] | null | null | null | recipes/bioconductor-zellkonverter/meta.yaml | corneliusroemer/bioconda-recipes | e1eced9063e15f6a97ab2b8e42cf3e38af4c93ba | [
"MIT"
] | null | null | null | {% set version = "1.4.0" %}
{% set name = "zellkonverter" %}
{% set bioc = "3.14" %}
package:
name: 'bioconductor-{{ name|lower }}'
version: '{{ version }}'
source:
url:
- 'https://bioconductor.org/packages/{{ bioc }}/bioc/src/contrib/{{ name }}_{{ version }}.tar.gz'
- 'https://bioarchive.galaxyproject.o... | 37.807692 | 335 | 0.664293 |
b97fce0a025b25d6e9eb45df4f4ab665d5b905ee | 9,019 | yaml | YAML | sample_wsgidav.yaml | WorldException/wsgidav | 180df6c54cf7f37c9e61fcff82e128044a4b82c1 | [
"MIT"
] | 1 | 2022-01-23T15:18:26.000Z | 2022-01-23T15:18:26.000Z | sample_wsgidav.yaml | WorldException/wsgidav | 180df6c54cf7f37c9e61fcff82e128044a4b82c1 | [
"MIT"
] | null | null | null | sample_wsgidav.yaml | WorldException/wsgidav | 180df6c54cf7f37c9e61fcff82e128044a4b82c1 | [
"MIT"
] | null | null | null | # WsgiDAV configuration file
#
# 1. Rename this file to `wsgidav.yaml`
# 2. Adjust settings as appropriate
# 3. Run `wsgidav` from the same directory or pass file path with `--config` option.
#
# See http://wsgidav.readthedocs.io/en/latest/user_guide_configure.html
#
# ==================================================... | 37.423237 | 116 | 0.65861 |
71c5bb6f8eeefb047f0340e28301b2ab4343621d | 150 | yml | YAML | _config.yml | michalspano/Swedish-Slovak-Dictionary | 6b32cdb8c4674427023dae54ecef6e22aad65988 | [
"CC0-1.0"
] | 3 | 2021-04-10T19:40:56.000Z | 2022-02-10T07:33:02.000Z | _config.yml | michalspano/Swedish-Slovak-Dictionary | 6b32cdb8c4674427023dae54ecef6e22aad65988 | [
"CC0-1.0"
] | 4 | 2021-07-05T21:02:17.000Z | 2021-10-03T14:52:56.000Z | _config.yml | michalspano/Swedish-Slovak-Dictionary | 6b32cdb8c4674427023dae54ecef6e22aad65988 | [
"CC0-1.0"
] | null | null | null | # GitHub Pages config file
theme: jekyll-theme-leap-day
title: The Swedish Slovak Dictionary
description: Swedish for everyone!
show_downloads: true
| 21.428571 | 36 | 0.813333 |
4798bf90a94961f52a7854f5d4ddb397bf2dad36 | 1,266 | yml | YAML | legacy/docs-ref-autogen/com.microsoft.azure.sdk.iot.service.IotHubConnectionString.getUrlDeviceStatistics.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 5 | 2021-08-20T15:24:19.000Z | 2022-02-20T17:06:14.000Z | legacy/docs-ref-autogen/com.microsoft.azure.sdk.iot.service.IotHubConnectionString.getUrlDeviceStatistics.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | legacy/docs-ref-autogen/com.microsoft.azure.sdk.iot.service.IotHubConnectionString.getUrlDeviceStatistics.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: IotHubConnectionString.getUrlDeviceStatistics
type: method
members:
- fullName: com.microsoft.azure.sdk.iot.service.IotHubConnectionString.getUrlDeviceStatistics()
name: getUrlDeviceStatistics()
nameWithType: IotHubConnectionString.getUrlDeviceStatistics()
exceptions:
- typ... | 50.64 | 136 | 0.796209 |
19fea1027dd8bf15c89b746d6b0375f6a2332633 | 959 | yaml | YAML | distributed/memcached-statefulset.yaml | furhouse/k8s-librenms | 6f234b5748fe235ca7ca02a00104933cec3b16e5 | [
"MIT"
] | 5 | 2018-12-27T20:56:47.000Z | 2021-11-18T05:58:35.000Z | distributed/memcached-statefulset.yaml | furhouse/k8s-librenms | 6f234b5748fe235ca7ca02a00104933cec3b16e5 | [
"MIT"
] | 4 | 2018-09-24T01:00:06.000Z | 2019-10-25T19:37:14.000Z | distributed/memcached-statefulset.yaml | furhouse/k8s-librenms | 6f234b5748fe235ca7ca02a00104933cec3b16e5 | [
"MIT"
] | 3 | 2018-10-31T03:31:07.000Z | 2021-09-18T15:16:14.000Z | apiVersion: v1
kind: Service
metadata:
name: memcached
spec:
ports:
- port: 11211
selector:
app: memcached
clusterIP: None
---
# for versions before 1.8.0 use apps/v1beta1
apiVersion: apps/v1beta2
kind: StatefulSet
metadata:
name: memcached
spec:
selector:
matchLabels:
app: memcached
servi... | 19.571429 | 44 | 0.567258 |
02749b6316fc0cabc2407ab880c1f378b7ee3796 | 964 | yml | YAML | _data/navbar.yml | japonte1/Test-FFB-Site01 | 10a834a7ddbd7a4430deb460c5ce6f34c82eaa58 | [
"CC0-1.0"
] | 1 | 2021-10-15T14:19:39.000Z | 2021-10-15T14:19:39.000Z | _data/navbar.yml | japonte1/Test-FFB-Site01 | 10a834a7ddbd7a4430deb460c5ce6f34c82eaa58 | [
"CC0-1.0"
] | null | null | null | _data/navbar.yml | japonte1/Test-FFB-Site01 | 10a834a7ddbd7a4430deb460c5ce6f34c82eaa58 | [
"CC0-1.0"
] | null | null | null |
assigned:
- {text: Home, href: pages/home.md, permalink: /, show_in_menu: true, show_in_footer: false}
- {text: 'About the FFB', href: pages/about.md, permalink: /about/, show_in_menu: true, show_in_footer: false}
- {text: 'FFB Reports', href: pages/projects.md, permalink: /reports/, show_in_menu: true, sh... | 107.111111 | 493 | 0.740664 |
70db9101697a1210b1344745950098066198bd82 | 1,744 | yml | YAML | .github/workflows/test.yml | duncaneddy/rastro | 61d2425e9fbffdb8dc599021669af486c6604b8f | [
"MIT"
] | 1 | 2021-04-26T12:58:16.000Z | 2021-04-26T12:58:16.000Z | .github/workflows/test.yml | duncaneddy/rastro | 61d2425e9fbffdb8dc599021669af486c6604b8f | [
"MIT"
] | null | null | null | .github/workflows/test.yml | duncaneddy/rastro | 61d2425e9fbffdb8dc599021669af486c6604b8f | [
"MIT"
] | null | null | null | name: Test
on:
push:
branches:
- main
tags-ignore:
- v[0-9].[0-9]+.[0-9]+
jobs:
test-rust:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
# os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses... | 26.830769 | 71 | 0.553899 |
cb1c554020fd8a3b299893050efe177ad395d92b | 1,341 | yaml | YAML | data/cards - Copy/catagories/people/people_extended_family.yaml | cubeman99/russian-study-tool | b073df4694f1ad064a780088cdcb1436e1bde7e9 | [
"MIT"
] | null | null | null | data/cards - Copy/catagories/people/people_extended_family.yaml | cubeman99/russian-study-tool | b073df4694f1ad064a780088cdcb1436e1bde7e9 | [
"MIT"
] | null | null | null | data/cards - Copy/catagories/people/people_extended_family.yaml | cubeman99/russian-study-tool | b073df4694f1ad064a780088cdcb1436e1bde7e9 | [
"MIT"
] | null | null | null | {
"card_set": {
"name": "Extended Family",
"version": 1,
"cards": [
[
"noun",
"\u0440\u043e\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u0438\u043a\u0438",
"relatives"
],
[
"noun",
"\u0434\u044f\u0434\u044f",
"uncle"
],
[
... | 22.728814 | 108 | 0.480239 |
a4e7d4dd9619db9ea583ff8478f855e314c7fdbb | 426 | yml | YAML | src/packs/role-abilities/Evil Eye.yml | Athulus/foundryvtt-quest | ed5e2227248cff3aa88e11110123834491581af2 | [
"MIT"
] | 1 | 2022-03-19T18:30:27.000Z | 2022-03-19T18:30:27.000Z | src/packs/role-abilities/Evil Eye.yml | Athulus/foundryvtt-quest | ed5e2227248cff3aa88e11110123834491581af2 | [
"MIT"
] | 6 | 2021-12-21T21:16:41.000Z | 2022-02-17T16:51:27.000Z | src/packs/role-abilities/Evil Eye.yml | Athulus/foundryvtt-quest | ed5e2227248cff3aa88e11110123834491581af2 | [
"MIT"
] | 2 | 2022-01-21T16:39:46.000Z | 2022-02-09T00:22:46.000Z | _id: IfN0HSo3u1HjmSFy
name: Evil Eye
type: ability
img: icons/svg/item-bag.svg
data:
description: >-
<p>@cost[1] You close your eyes and sense the worst thing that ever happened
nearby. </p>
cost: 1
role: Invoker
path: Inquiries
order: '3'
quickstart: false
long_description: ''
groups: {}
... | 17.75 | 80 | 0.683099 |
da35cc3f08bbaac0e18c96f79cf3b1537854e018 | 1,217 | yaml | YAML | experimental/kubernetes/ha/echo/config/echo.yaml | enterstudio/spinnaker | 66d0952f09efa2228aa45e6fe669bb3504415467 | [
"Apache-2.0"
] | 4 | 2015-11-30T21:52:01.000Z | 2018-07-30T22:10:01.000Z | experimental/kubernetes/ha/echo/config/echo.yaml | enterstudio/spinnaker | 66d0952f09efa2228aa45e6fe669bb3504415467 | [
"Apache-2.0"
] | null | null | null | experimental/kubernetes/ha/echo/config/echo.yaml | enterstudio/spinnaker | 66d0952f09efa2228aa45e6fe669bb3504415467 | [
"Apache-2.0"
] | 6 | 2015-11-22T04:00:53.000Z | 2019-03-21T08:09:34.000Z | server:
port: ${services.echo.port:8089}
address: ${services.echo.address}
cassandra:
enabled: false
embedded: false
spinnaker:
baseUrl: ${services.deck.baseUrl}
cassandra:
enabled: false
inMemory:
enabled: true
front50:
baseUrl: ${services.front50.baseUrl:http://localhost:8080}
orca:
baseUr... | 25.354167 | 73 | 0.746919 |
dae41d96e3ae627358864f2adbe3be561025d5d9 | 532 | yml | YAML | config/default/language.content_settings.node.program_initiative_profile.yml | CityOfBoston/boston.gov-d8 | 56f116ed4c354692605d83d7d2db6a1204f62c84 | [
"CC0-1.0"
] | 21 | 2018-06-20T01:17:15.000Z | 2021-12-18T05:26:21.000Z | config/default/language.content_settings.node.program_initiative_profile.yml | TMfranken/boston.gov-d8 | 1422cbe6532ad3d550e52555ea897479cfe1120e | [
"CC0-1.0"
] | 1,309 | 2018-07-23T13:55:32.000Z | 2022-03-30T13:47:12.000Z | config/default/language.content_settings.node.program_initiative_profile.yml | TMfranken/boston.gov-d8 | 1422cbe6532ad3d550e52555ea897479cfe1120e | [
"CC0-1.0"
] | 15 | 2018-06-20T01:17:19.000Z | 2021-07-21T19:17:48.000Z | uuid: e9e6bb7d-627e-4ada-b687-ae2adf3a798e
langcode: en
status: true
dependencies:
config:
- node.type.program_initiative_profile
module:
- content_translation
third_party_settings:
content_translation:
enabled: false
bundle_settings:
untranslatable_fields_hide: '1'
_core:
default_config_h... | 25.333333 | 66 | 0.825188 |
3f4a6265392dbd69f4b60cdf0695a93b05296d03 | 73 | yaml | YAML | src/_data/settings.yaml | MetaConsultingGroup/neat-starter | 35ca6799be100a0d26df295d25606f5b0a1460de | [
"MIT"
] | null | null | null | src/_data/settings.yaml | MetaConsultingGroup/neat-starter | 35ca6799be100a0d26df295d25606f5b0a1460de | [
"MIT"
] | null | null | null | src/_data/settings.yaml | MetaConsultingGroup/neat-starter | 35ca6799be100a0d26df295d25606f5b0a1460de | [
"MIT"
] | null | null | null | ---
name: GRITCULT
author: GRITCULT
url: "https://twitter.com/gritcult/"
| 14.6 | 36 | 0.712329 |
41a4066c1712745538e1967885626c931acee776 | 3,357 | yaml | YAML | addOns/automation/src/main/resources/org/zaproxy/addon/automation/resources/spider-max.yaml | thc202/zap-extensions | 249f1f03af3add0829c0dd92149d6d15da10926d | [
"Apache-2.0"
] | 2 | 2017-11-28T17:58:53.000Z | 2019-01-10T21:22:07.000Z | addOns/automation/src/main/resources/org/zaproxy/addon/automation/resources/spider-max.yaml | thc202/zap-extensions | 249f1f03af3add0829c0dd92149d6d15da10926d | [
"Apache-2.0"
] | 3 | 2021-11-18T18:20:01.000Z | 2022-01-17T13:56:53.000Z | addOns/automation/src/main/resources/org/zaproxy/addon/automation/resources/spider-max.yaml | thc202/zap-extensions | 249f1f03af3add0829c0dd92149d6d15da10926d | [
"Apache-2.0"
] | 2 | 2016-04-20T07:32:38.000Z | 2017-04-06T17:53:00.000Z | - type: spider # The traditional spider - fast but doesnt handle modern apps so well
parameters:
context: # String: Name of the context to spider, default: first context
user: # String: An optional user to use for authentication,... | 108.290323 | 192 | 0.586238 |
5182bf3f29466a1c10b60accea581824fa546288 | 627 | yml | YAML | codebase/config/sync/field.field.taxonomy_term.person.field_preferred_name_prefix.yml | jhu-idc/idc-isle-dc | ad686eacd0e393c7e408ac68075c1b6a50db80ea | [
"MIT"
] | null | null | null | codebase/config/sync/field.field.taxonomy_term.person.field_preferred_name_prefix.yml | jhu-idc/idc-isle-dc | ad686eacd0e393c7e408ac68075c1b6a50db80ea | [
"MIT"
] | 267 | 2020-11-25T14:00:46.000Z | 2022-03-23T20:32:02.000Z | codebase/config/sync/field.field.taxonomy_term.person.field_preferred_name_prefix.yml | jabrah/idc-isle-dc | e110e4a802a2e3bf9efe5acf3fffd1c7559c2954 | [
"MIT"
] | 7 | 2020-12-15T19:31:41.000Z | 2021-09-13T18:19:00.000Z | uuid: 1ef9f57b-9960-4f48-ab1e-e034e576c0d4
langcode: en
status: true
dependencies:
config:
- field.storage.taxonomy_term.field_preferred_name_prefix
- taxonomy.vocabulary.person
id: taxonomy_term.person.field_preferred_name_prefix
field_name: field_preferred_name_prefix
entity_type: taxonomy_term
bundle: pers... | 31.35 | 147 | 0.807018 |
d1c28f8a42291faba57196f8eb59909e040662cb | 392 | yml | YAML | {{cookiecutter.github_repository}}/docker-compose.yml | condadolabs/init-project | 154a805e603afe68481c735ac25b337d4795b859 | [
"BSD-3-Clause"
] | null | null | null | {{cookiecutter.github_repository}}/docker-compose.yml | condadolabs/init-project | 154a805e603afe68481c735ac25b337d4795b859 | [
"BSD-3-Clause"
] | null | null | null | {{cookiecutter.github_repository}}/docker-compose.yml | condadolabs/init-project | 154a805e603afe68481c735ac25b337d4795b859 | [
"BSD-3-Clause"
] | null | null | null | version: '2'
services:
db:
{% if cookiecutter.postgis.lower() == 'y' -%}
image: mdillon/postgis
{% else %}
image: postgres:9.5
{% endif %}
environment:
- POSTGRES_DB={{ cookiecutter.main_module }}
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
ports:
- "5432:... | 20.631579 | 50 | 0.576531 |
73be9a5470a50d591dbb38cdc42b44cc6fc533c9 | 588 | yml | YAML | .github/workflows/bitcoinwatch.yml | DipayanP007/BitcoinWatcher | 39721f273aa23ce8b960e286e30b31580aa5aad1 | [
"MIT"
] | null | null | null | .github/workflows/bitcoinwatch.yml | DipayanP007/BitcoinWatcher | 39721f273aa23ce8b960e286e30b31580aa5aad1 | [
"MIT"
] | null | null | null | .github/workflows/bitcoinwatch.yml | DipayanP007/BitcoinWatcher | 39721f273aa23ce8b960e286e30b31580aa5aad1 | [
"MIT"
] | null | null | null | name: Java CI with Maven
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '8'... | 17.294118 | 38 | 0.573129 |
8c7a52811a0b8e65ac2469e1f58997e462b82297 | 519 | yml | YAML | .cirrus.yml | appit-online/admob-plus | be3882494d98dd8b4f410109e3c6af20df6f7155 | [
"MIT"
] | null | null | null | .cirrus.yml | appit-online/admob-plus | be3882494d98dd8b4f410109e3c6af20df6f7155 | [
"MIT"
] | null | null | null | .cirrus.yml | appit-online/admob-plus | be3882494d98dd8b4f410109e3c6af20df6f7155 | [
"MIT"
] | 1 | 2020-08-06T16:04:24.000Z | 2020-08-06T16:04:24.000Z | lint_task:
container:
image: node:latest
node_modules_cache:
folder: node_modules
fingerprint_script: curl https://api.cirrus-ci.com/v1/artifact/github/admob-plus/admob-plus/lint/yarn_lock/yarn.lock
populate_script: yarn
yarn_lock_artifacts:
path: yarn.lock
script:
- yarn lint
- yarn... | 25.95 | 120 | 0.691715 |
d291f3b0664ca660381270a46471d5944716c154 | 64 | yaml | YAML | testdata/home/credentials_jdoe.yaml | peterdraffen/levain | be590cc3b2e3d8d77724b0c43ad65b8983b0e718 | [
"MIT"
] | 5 | 2020-12-24T13:35:57.000Z | 2021-09-06T23:20:58.000Z | testdata/home/credentials_jdoe.yaml | peterdraffen/levain | be590cc3b2e3d8d77724b0c43ad65b8983b0e718 | [
"MIT"
] | 124 | 2020-11-15T22:49:01.000Z | 2022-01-21T02:11:00.000Z | testdata/home/credentials_jdoe.yaml | peterdraffen/levain | be590cc3b2e3d8d77724b0c43ad65b8983b0e718 | [
"MIT"
] | 4 | 2020-12-22T17:58:35.000Z | 2021-03-04T19:40:45.000Z | login: jdoe
fullName: John Doe
email: john.doe@organization.org
| 16 | 32 | 0.796875 |
3f5f77175e55f8c55f86b6b97d2fc2ff1e4fa79e | 663 | yaml | YAML | build/libs/config.yaml | ryanwake/jMonitor | de4482b7fd9187fe349683c281149fe60b9cf1a1 | [
"MIT"
] | 1 | 2019-02-26T02:11:05.000Z | 2019-02-26T02:11:05.000Z | src/main/resources/config.yaml | ryanwake/jMonitor | de4482b7fd9187fe349683c281149fe60b9cf1a1 | [
"MIT"
] | null | null | null | src/main/resources/config.yaml | ryanwake/jMonitor | de4482b7fd9187fe349683c281149fe60b9cf1a1 | [
"MIT"
] | null | null | null | # DO NOT CHANGE, it may cause your config file to be overwritten
# Alternatively, if you broke the formatting in the config file.
# Change version to 0 to reset file to default
version: 1
# Connection parameters, only MySQL is supported at this time.
# The FULL connection string goes below, generally you only need
# t... | 60.272727 | 191 | 0.803922 |
3fc833c66b5f542b9d0399fa33c1c598ebac20bb | 1,742 | yml | YAML | threads/4270819/posts/86403469.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/4270819/posts/86403469.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/4270819/posts/86403469.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | url: showpost.php?p=86403469&postcount=3020
id: 86403469
tid: 4270819
num: 3020
datetime: 2016-03-02T04:31:00.000Z
user:
img: customavatars/avatar1237720_7.gif
name: autumnman
title: Senior Member
joinDate: 2013-04-30T16:00:00.000Z
posts: 123
id: '1237720'
title: 'Re: [No sếch] Post ảnh mấy em chân dài quần... | 102.470588 | 1,150 | 0.652698 |
6ad61155b347904a54d5cb7c72165e83eee28433 | 388 | yml | YAML | docs-ref-autogen/azure-mgmt-devtestlabs/azure.mgmt.devtestlabs.models.ArtifactPaged.yml | mccoyp/azure-docs-sdk-python | c50bfeb886f28dc80264d915bc4fe4d3d076db1c | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/azure-mgmt-devtestlabs/azure.mgmt.devtestlabs.models.ArtifactPaged.yml | mccoyp/azure-docs-sdk-python | c50bfeb886f28dc80264d915bc4fe4d3d076db1c | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/azure-mgmt-devtestlabs/azure.mgmt.devtestlabs.models.ArtifactPaged.yml | mccoyp/azure-docs-sdk-python | c50bfeb886f28dc80264d915bc4fe4d3d076db1c | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ### YamlMime:PythonClass
uid: azure.mgmt.devtestlabs.models.ArtifactPaged
name: ArtifactPaged
fullName: azure.mgmt.devtestlabs.models.ArtifactPaged
module: azure.mgmt.devtestlabs.models
inheritances:
- msrest.paging.Paged
summary: A paging container for iterating over a list of <xref:azure.mgmt.devtestlabs.models.Artif... | 32.333333 | 102 | 0.814433 |
6c63cb765c5c3b5eaf4c2cd71ffffb4749c812fc | 576 | yaml | YAML | cronjob/cronjob.yaml | DJO3/k8s-by-example | 8acda865017870531d4907e07721469e448cb2c0 | [
"MIT"
] | null | null | null | cronjob/cronjob.yaml | DJO3/k8s-by-example | 8acda865017870531d4907e07721469e448cb2c0 | [
"MIT"
] | null | null | null | cronjob/cronjob.yaml | DJO3/k8s-by-example | 8acda865017870531d4907e07721469e448cb2c0 | [
"MIT"
] | null | null | null | apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: hello
spec:
suspend: false # true or false
schedule: "*/1 * * * *"
startingDeadlineSeconds: 10 # grace period
concurrencyPolicy: Forbid # Allow, Forbid, Replace
successfulJobsHistoryLimit: 3 # default value
failedJobsHistoryLimit: 1 # default value
... | 24 | 52 | 0.598958 |
37741703a78dbd0fb48665e6d392f2b819252a29 | 3,989 | yaml | YAML | examples/plugins/robustness/cfgs/final/train-cifar10-MSRobNet-1000.yaml | Harald-R/aw_nas | 8cf0cf48f7bcfd7893e6355dcc3ccbc83fd39783 | [
"MIT"
] | 195 | 2020-08-15T17:39:23.000Z | 2022-02-28T07:48:03.000Z | examples/plugins/robustness/cfgs/final/train-cifar10-MSRobNet-1000.yaml | Harald-R/aw_nas | 8cf0cf48f7bcfd7893e6355dcc3ccbc83fd39783 | [
"MIT"
] | 22 | 2020-08-16T01:44:48.000Z | 2022-03-12T00:46:54.000Z | examples/plugins/robustness/cfgs/final/train-cifar10-MSRobNet-1000.yaml | Harald-R/aw_nas | 8cf0cf48f7bcfd7893e6355dcc3ccbc83fd39783 | [
"MIT"
] | 27 | 2020-08-16T06:34:56.000Z | 2022-03-06T18:16:52.000Z | ## ---- Component search_space ----
# ---- Type dense_rob ----
search_space_type: dense_rob
search_space_cfg:
# Schedulable attributes:
num_cell_groups: 8
num_init_nodes: 2
cell_layout: [0, 1, 2, 3, 4, 5, 6, 7]
reduce_cell_groups: [2, 5]
num_steps: 4
concat_op: concat
concat_nodes: null
loose_end: fa... | 38.355769 | 1,683 | 0.743043 |
4904e25c5b9b91082913167e9e0310adf2abd046 | 1,451 | yml | YAML | compose/docker-compose.yml | andykais/telebum2 | 641bac3eaeb71ff9125b6f99344109d78466588e | [
"MIT"
] | null | null | null | compose/docker-compose.yml | andykais/telebum2 | 641bac3eaeb71ff9125b6f99344109d78466588e | [
"MIT"
] | null | null | null | compose/docker-compose.yml | andykais/telebum2 | 641bac3eaeb71ff9125b6f99344109d78466588e | [
"MIT"
] | null | null | null | version: '2'
services:
nginx:
image: nginx:1.11
entrypoint: nginx_entrypoint.sh
volumes:
- ../services/nginx/nginx.conf:/etc/nginx/nginx.conf.tmp:rw
- ./scripts/wait-for-it/wait-for-it.sh:/usr/bin/wait-for-it.sh:ro
- ./scripts/nginx_entrypoint.sh:/usr/bin/nginx_entrypoint.sh
networks... | 26.381818 | 91 | 0.612681 |
2e468fef566681d4e157e3e4c3ff64c733b9e90b | 108 | yml | YAML | web/profiles/custom/ncar_ucar_umbrella/config/install/paragraphs.paragraphs_type.external_link.yml | NCAR/ncar_umbrella | 696ad35751d959314c62a3644e201251ba541a8d | [
"MIT"
] | null | null | null | web/profiles/custom/ncar_ucar_umbrella/config/install/paragraphs.paragraphs_type.external_link.yml | NCAR/ncar_umbrella | 696ad35751d959314c62a3644e201251ba541a8d | [
"MIT"
] | null | null | null | web/profiles/custom/ncar_ucar_umbrella/config/install/paragraphs.paragraphs_type.external_link.yml | NCAR/ncar_umbrella | 696ad35751d959314c62a3644e201251ba541a8d | [
"MIT"
] | null | null | null | langcode: en
status: true
dependencies: { }
id: external_link
label: 'External Link'
behavior_plugins: { } | 18 | 22 | 0.740741 |
8ccee67081aa9ede2c63708ec71e241796212517 | 3,812 | yml | YAML | app/api/definitions/paths/attack-objects-paths.yml | hujiangang-git/attack-workbench-rest-api | eb3716e9e591a031c39e2b5e975b2dd8922a81e4 | [
"Apache-2.0"
] | 11 | 2021-06-23T00:26:39.000Z | 2022-03-30T02:04:29.000Z | app/api/definitions/paths/attack-objects-paths.yml | hujiangang-git/attack-workbench-rest-api | eb3716e9e591a031c39e2b5e975b2dd8922a81e4 | [
"Apache-2.0"
] | 68 | 2021-06-23T16:14:48.000Z | 2022-03-31T19:51:21.000Z | app/api/definitions/paths/attack-objects-paths.yml | hujiangang-git/attack-workbench-rest-api | eb3716e9e591a031c39e2b5e975b2dd8922a81e4 | [
"Apache-2.0"
] | 5 | 2021-07-22T04:07:51.000Z | 2022-03-19T03:01:27.000Z | paths:
/api/attack-objects:
get:
summary: 'Get a list of all ATT&CK objects'
operationId: 'attack-object-get-all'
description: |
This endpoint gets a list of all ATT&CK objects from the workspace.
The list of objects may include multiple versions of each ATT&CK object.
tags... | 38.897959 | 108 | 0.544071 |
eadd428734ad9c154d7560f6756cf4d72081dcc5 | 1,173 | yml | YAML | docker-compose.yml | DataGenPoc/kafka-application-cdc | 03b263f7f25c1d461f4896b8f1319d52ccb83401 | [
"MIT"
] | 1 | 2019-11-14T08:05:05.000Z | 2019-11-14T08:05:05.000Z | docker-compose.yml | DataGenPoc/kafka-application-cdc | 03b263f7f25c1d461f4896b8f1319d52ccb83401 | [
"MIT"
] | null | null | null | docker-compose.yml | DataGenPoc/kafka-application-cdc | 03b263f7f25c1d461f4896b8f1319d52ccb83401 | [
"MIT"
] | null | null | null | # Docker Compose Definitions for local Developer Environment
version: '3'
services:
zookeeper:
image: debezium/zookeeper:0.9
ports:
- 2181:2181
- 2888:2888
- 3888:3888
kafka:
image: debezium/kafka:0.9
ports:
- 9092:9092
links:
- zookeeper
environment:
- ZOOKEEPER_C... | 23.46 | 187 | 0.686275 |
f02a3c1fddc1b2c6334c34f9a27a1574912dc8f1 | 897 | yml | YAML | .github/workflows/gh-pages.yml | olemoudi/oss-website | bd9045f83b44336826bcbc7067bf4bea1c4824c9 | [
"CC0-1.0"
] | null | null | null | .github/workflows/gh-pages.yml | olemoudi/oss-website | bd9045f83b44336826bcbc7067bf4bea1c4824c9 | [
"CC0-1.0"
] | null | null | null | .github/workflows/gh-pages.yml | olemoudi/oss-website | bd9045f83b44336826bcbc7067bf4bea1c4824c9 | [
"CC0-1.0"
] | null | null | null | name: github pages
on:
push:
branches:
- main
jobs:
build-deploy:
runs-on: ubuntu-18.04
env:
ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
ALGOLIA_ADMIN_KEY: ${{ secrets.ALGOLIA_ADMIN_KEY }}
ALGOLIA_INDEX_NAME: ${{ secrets.ALGOLIA_INDEX_NAME }}
ALGOLIA_INDEX_FILE: ${{ secre... | 21.878049 | 59 | 0.616499 |
038a26761585f184114b5c6485348e79ed903675 | 1,051 | yml | YAML | META.yml | git-the-cpan/MooseX-Role-JSONObject | 9390dac5bab7a8fa2ce04d087e84dde46fb860ba | [
"Artistic-1.0"
] | null | null | null | META.yml | git-the-cpan/MooseX-Role-JSONObject | 9390dac5bab7a8fa2ce04d087e84dde46fb860ba | [
"Artistic-1.0"
] | null | null | null | META.yml | git-the-cpan/MooseX-Role-JSONObject | 9390dac5bab7a8fa2ce04d087e84dde46fb860ba | [
"Artistic-1.0"
] | null | null | null | ---
abstract: 'create/store an object in a JSON-like hash'
author:
- 'Peter Pentchev <roam@ringlet.net>'
build_requires:
Test::More: '0.98'
configure_requires:
Module::Build::Tiny: '0.035'
dynamic_config: 0
generated_by: 'Minilla/v2.4.1, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:
url: http... | 23.355556 | 70 | 0.681256 |
f748619d77f84dea656f79a90fd0e5c2125275ba | 252,051 | yml | YAML | github.com/cloudfoundry-community/prometheus-boshrelease/prometheus-18.6.0/jobs.v1.yml | Benjamintf1/releases-index | ee6915ddc40ba9f2b218a4225add93939662d2c4 | [
"Apache-2.0"
] | null | null | null | github.com/cloudfoundry-community/prometheus-boshrelease/prometheus-18.6.0/jobs.v1.yml | Benjamintf1/releases-index | ee6915ddc40ba9f2b218a4225add93939662d2c4 | [
"Apache-2.0"
] | 2 | 2018-11-26T17:50:19.000Z | 2021-08-19T01:19:10.000Z | github.com/cloudfoundry-community/prometheus-boshrelease/prometheus-18.6.0/jobs.v1.yml | Benjamintf1/releases-index | ee6915ddc40ba9f2b218a4225add93939662d2c4 | [
"Apache-2.0"
] | 3 | 2018-11-23T09:34:55.000Z | 2021-06-04T16:04:00.000Z | [
{
"Description": "",
"MonitTemplate": {
"DstPathEnd": "monit",
"Path": "/mnt/tmp/tar-CmdExtractor683293508/monit",
"SrcPathEnd": "monit"
},
"Name": "alertmanager",
"Packages": [
{
"Name": "alertmanager"
}
],
"Properties": [
{
"Default":... | 31.036941 | 222 | 0.557883 |
43e6db81d3569228e4d77691f9d05c88fb2d689f | 3,665 | yml | YAML | .gitlab-ci.yml | stjordanis/CuArrays.jl | 284142de673572fc90578e15c8dce04e5589a17b | [
"MIT"
] | 307 | 2017-09-29T13:02:56.000Z | 2022-03-22T13:34:37.000Z | .gitlab-ci.yml | stjordanis/CuArrays.jl | 284142de673572fc90578e15c8dce04e5589a17b | [
"MIT"
] | 580 | 2017-09-21T17:11:30.000Z | 2021-02-09T08:22:48.000Z | .gitlab-ci.yml | stjordanis/CuArrays.jl | 284142de673572fc90578e15c8dce04e5589a17b | [
"MIT"
] | 104 | 2017-10-02T05:24:19.000Z | 2021-08-03T12:23:00.000Z | include:
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v6.yml'
image: ubuntu:bionic
variables:
JULIA_NUM_THREADS: '4'
JULIA_DEBUG: 'CuArrays'
CI_APT_INSTALL: 'libgomp1'
NVIDIA_VISIBLE_DEVICES: 'all'
NVIDIA_DRIVER_CAPABILITIES: 'compute,utility'
# Julia versions
# the "primary... | 17.878049 | 91 | 0.58472 |
43bbe6c4a5012257daa5a40462f0f328e42074ee | 1,019 | yaml | YAML | vulns/oauth2/PYSEC-2014-85.yaml | pombredanne/advisory-db-1 | 2f7cc68fc14c3c6ee91d0dd8a1af6cb64587faa2 | [
"CC-BY-4.0"
] | 3 | 2022-02-28T11:27:57.000Z | 2022-03-10T15:20:46.000Z | vulns/oauth2/PYSEC-2014-85.yaml | pombredanne/advisory-db-1 | 2f7cc68fc14c3c6ee91d0dd8a1af6cb64587faa2 | [
"CC-BY-4.0"
] | 2 | 2022-02-22T22:39:16.000Z | 2022-03-23T19:21:35.000Z | vulns/oauth2/PYSEC-2014-85.yaml | pombredanne/advisory-db-1 | 2f7cc68fc14c3c6ee91d0dd8a1af6cb64587faa2 | [
"CC-BY-4.0"
] | 2 | 2022-03-07T18:48:36.000Z | 2022-03-14T11:24:54.000Z | id: PYSEC-2014-85
details: The Server.verify_request function in SimpleGeo python-oauth2 does not check
the nonce, which allows remote attackers to perform replay attacks via a signed
URL.
affected:
- package:
name: oauth2
ecosystem: PyPI
purl: pkg:pypi/oauth2
ranges:
- type: ECOSYSTEM
events:
... | 18.196429 | 85 | 0.609421 |
16c9781e4eeee6ed352665ab4664d707ef8514ee | 373 | yml | YAML | .github/workflows/nodejs.yml | cheminfo/font | fc5bedd20e10e32546fcb5354002c6f99ec65a59 | [
"CC-BY-4.0"
] | 1 | 2020-09-24T21:40:28.000Z | 2020-09-24T21:40:28.000Z | .github/workflows/nodejs.yml | cheminfo/font | fc5bedd20e10e32546fcb5354002c6f99ec65a59 | [
"CC-BY-4.0"
] | 14 | 2016-12-13T15:25:00.000Z | 2021-08-03T13:20:05.000Z | .github/workflows/nodejs.yml | cheminfo/font | fc5bedd20e10e32546fcb5354002c6f99ec65a59 | [
"CC-BY-4.0"
] | 4 | 2017-02-10T01:34:11.000Z | 2020-10-07T07:25:13.000Z | name: Node.js CI
on:
push:
branches: master
pull_request:
jobs:
check-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: 14.x
- name: Install dependencies
run: npm install
- name: C... | 18.65 | 40 | 0.595174 |
f9583dfe81599b1771e25cb5bbe0cdac750d0161 | 295 | yaml | YAML | addons/traefik-sm.yaml | DLag/terraform-k8s-scaleway | 3770e74ecc4a6f8dc414fe5ebf78a7594f0005fc | [
"MIT"
] | 4 | 2019-03-08T14:45:54.000Z | 2020-01-31T09:17:54.000Z | addons/traefik-sm.yaml | DLag/terraform-k8s-scaleway | 3770e74ecc4a6f8dc414fe5ebf78a7594f0005fc | [
"MIT"
] | null | null | null | addons/traefik-sm.yaml | DLag/terraform-k8s-scaleway | 3770e74ecc4a6f8dc414fe5ebf78a7594f0005fc | [
"MIT"
] | null | null | null | apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: traefik
labels:
app: traefik
namespace: monitoring
spec:
selector:
matchLabels:
app: traefik
endpoints:
- port: metrics
interval: 10s
namespaceSelector:
matchNames:
- kube-system
| 16.388889 | 36 | 0.691525 |
8aba590264e2adf08849e5257669c5217fa37120 | 315 | yaml | YAML | k8s-apps/kubeclarity/manifests/ingress-route.yaml | krzwiatrzyk/local-cluster | 9123eab693a65a1d58165cfbd8eab7f3d58c60d5 | [
"Apache-2.0"
] | null | null | null | k8s-apps/kubeclarity/manifests/ingress-route.yaml | krzwiatrzyk/local-cluster | 9123eab693a65a1d58165cfbd8eab7f3d58c60d5 | [
"Apache-2.0"
] | null | null | null | k8s-apps/kubeclarity/manifests/ingress-route.yaml | krzwiatrzyk/local-cluster | 9123eab693a65a1d58165cfbd8eab7f3d58c60d5 | [
"Apache-2.0"
] | null | null | null | apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: kubeclarity
namespace: kubeclarity
spec:
entryPoints:
- websecure
routes:
- match: Host(`kubeclarity.127.0.0.1.nip.io`)
kind: Rule
services:
- kind: Service
name: kubeclarity-kubeclarity
port: 8080 | 21 | 47 | 0.685714 |
827bc927db19091f463e348f1784837162c315f7 | 430 | yml | YAML | .travis.yml | MichalMazurek/pyuubin | 383cdc491514aa9978ebc1cb639623a5dea92e64 | [
"Apache-2.0"
] | null | null | null | .travis.yml | MichalMazurek/pyuubin | 383cdc491514aa9978ebc1cb639623a5dea92e64 | [
"Apache-2.0"
] | 1 | 2021-07-18T19:27:33.000Z | 2021-07-18T19:27:33.000Z | .travis.yml | MichalMazurek/pyuubin | 383cdc491514aa9978ebc1cb639623a5dea92e64 | [
"Apache-2.0"
] | null | null | null | language: python
python:
- 3.7
before_install:
- pip install poetry
install:
- poetry install
script:
- poetry run pylama pyuubin
- poetry run pytest --cov pyuubin --cov tests tests/
before_deploy:
- poetry version $TRAVIS_TAG
- poetry build
deploy:
skip_cleanup: true
provider: script
script: poetry... | 20.47619 | 59 | 0.72093 |
d9c194445e2f2c9f1e95cd25dcc06a82778d0090 | 587 | yaml | YAML | server/tests-py/queries/remote_schemas/remote_relationships/teardown.yaml | devrsi0n/graphql-engine | 5726852c5414d9a0bcb1b50b439a964438ce0ae4 | [
"Apache-2.0",
"MIT"
] | 27,416 | 2018-07-10T09:22:08.000Z | 2022-03-31T18:26:49.000Z | server/tests-py/queries/remote_schemas/remote_relationships/teardown.yaml | devrsi0n/graphql-engine | 5726852c5414d9a0bcb1b50b439a964438ce0ae4 | [
"Apache-2.0",
"MIT"
] | 7,682 | 2018-07-10T08:31:19.000Z | 2022-03-31T18:07:44.000Z | server/tests-py/queries/remote_schemas/remote_relationships/teardown.yaml | devrsi0n/graphql-engine | 5726852c5414d9a0bcb1b50b439a964438ce0ae4 | [
"Apache-2.0",
"MIT"
] | 2,753 | 2018-07-10T09:21:30.000Z | 2022-03-31T16:00:06.000Z | type: bulk
args:
- type: run_sql
args:
sql: |
drop table if exists profiles;
drop table if exists user_profiles;
drop table if exists authors;
drop table if exists employees;
drop function if exists total_marks(students);
drop function if exists total_marks_offset(students, int... | 29.35 | 68 | 0.713799 |
275542fb222d9c6da2ec9d5dbc0dd37a1da998d0 | 495 | yml | YAML | threads/3339347/posts/59535899.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/3339347/posts/59535899.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/3339347/posts/59535899.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | url: showpost.php?p=59535899&postcount=2239
id: 59535899
tid: 3339347
num: 2239
datetime: 2013-07-10T04:24:00.000Z
user:
img: null
name: thanhlamo8
title: K.I.A
joinDate: 2012-11-30T16:00:00.000Z
posts: 0
id: '1159640'
title: 'Re: [Official Thread] Review về Nghề Vệ Sĩ - Đời ko như mơ?'
content:
html: "\r... | 29.117647 | 132 | 0.660606 |
27f94b508b11e4c22dfb507270e9ee7ad942ffa2 | 303 | yml | YAML | src/Silvestra/Bundle/BannerBundle/Resources/translations/SilvestraBanner.en.yml | tadcka/Silvestra | 86ab483597a0123f90b617ceb8064c074d5b5f1f | [
"MIT"
] | null | null | null | src/Silvestra/Bundle/BannerBundle/Resources/translations/SilvestraBanner.en.yml | tadcka/Silvestra | 86ab483597a0123f90b617ceb8064c074d5b5f1f | [
"MIT"
] | null | null | null | src/Silvestra/Bundle/BannerBundle/Resources/translations/SilvestraBanner.en.yml | tadcka/Silvestra | 86ab483597a0123f90b617ceb8064c074d5b5f1f | [
"MIT"
] | null | null | null | form:
banner_zone:
name: Name
slug: Key
width: Width
height: Height
button:
save: Save
cancel: Cancel
empty_data: Select
title:
create: Create banner zone
edit: Edit banner zone
success:
save_banner_zone: Sėkmingai išsaugojote reklaminio skydelio zonos informaciją! | 17.823529 | 80 | 0.712871 |
c8663e9cbc8de437bd04cb6e3a4be81f40168df9 | 587 | yml | YAML | docker-compose.prod.yml | rnixik/api.knigopis.com | 7ca415e79ddbf0414c644fed17bb58b19bcad918 | [
"MIT"
] | 1 | 2017-06-18T03:07:50.000Z | 2017-06-18T03:07:50.000Z | docker-compose.prod.yml | rnixik/api.knigopis.com | 7ca415e79ddbf0414c644fed17bb58b19bcad918 | [
"MIT"
] | null | null | null | docker-compose.prod.yml | rnixik/api.knigopis.com | 7ca415e79ddbf0414c644fed17bb58b19bcad918 | [
"MIT"
] | 3 | 2018-01-25T07:53:22.000Z | 2020-07-22T17:51:02.000Z | version: "3.5"
services:
app:
build:
context: ./
volumes:
- ./:/api.knigopis.com
- /var/repo.knigopis.com:/var/repo.knigopis.com
working_dir: /api.knigopis.com
restart: always
networks:
- default
nginx:
build:
context: ./nginx
volumes:
- ./public:/api.... | 19.566667 | 53 | 0.603066 |
34bba53a7e98f8ca9d095bf91d030dc6888d6a7f | 552 | yml | YAML | config/enum.yml | topbitdu/unidom-visitor | b7d2eb2a9dc263ddddc41e5890a5656a3c2a9100 | [
"MIT"
] | null | null | null | config/enum.yml | topbitdu/unidom-visitor | b7d2eb2a9dc263ddddc41e5890a5656a3c2a9100 | [
"MIT"
] | null | null | null | config/enum.yml | topbitdu/unidom-visitor | b7d2eb2a9dc263ddddc41e5890a5656a3c2a9100 | [
"MIT"
] | null | null | null | enum:
# http://docs.oracle.com/javase/8/docs/technotes/guides/security/jaas/JAASRefGuide.html
unidom_flag:
required:
code: 'RQRD'
description: '必须通过相关的登录模块认证,但无论成功还是失败,认证都将继续处理后续的登录模块。'
sufficient:
code: 'SFCT'
description: '仅当相关的登录模块成功,整个认证才视为是成功的。如果成功,认证将继续处理后续的登录模块;如果失败,将结束认证并返回应... | 32.470588 | 96 | 0.71558 |
14e9a090ad88f691e5e18e1eb892a482431d74f4 | 64 | yml | YAML | qemu/docker-compose.yml | valerydmitrieva/mmb | b545827446816ad47fe14acf1665cfe33645fe1c | [
"Apache-2.0"
] | null | null | null | qemu/docker-compose.yml | valerydmitrieva/mmb | b545827446816ad47fe14acf1665cfe33645fe1c | [
"Apache-2.0"
] | null | null | null | qemu/docker-compose.yml | valerydmitrieva/mmb | b545827446816ad47fe14acf1665cfe33645fe1c | [
"Apache-2.0"
] | null | null | null | version: "2"
services:
qemu:
image: cusdeb/qemu:4.1-amd64
| 12.8 | 32 | 0.65625 |
c6af09f12376b188a3cfef922465e4a84f5c9800 | 1,066 | yml | YAML | ansible/roles/postgres/tasks/main.yml | patons02/aws-concourseci | 1321a1af727c8f5ec253d428a85fbe661a6c2667 | [
"Apache-2.0"
] | 4 | 2019-03-23T13:13:17.000Z | 2021-05-19T17:25:02.000Z | ansible/roles/postgres/tasks/main.yml | cwebbtw/azure-concourseci | 3dd3babe180deafa3fb8982ed8a13de3b9f888f1 | [
"Apache-2.0"
] | null | null | null | ansible/roles/postgres/tasks/main.yml | cwebbtw/azure-concourseci | 3dd3babe180deafa3fb8982ed8a13de3b9f888f1 | [
"Apache-2.0"
] | null | null | null | ---
- name: Apt cache should be updated
apt: update_cache=yes
- name: Install postgres
apt:
name:
- postgresql
- libpq-dev
- python-psycopg2
- name: Generate Credentials
set_fact:
concourse_database_password: "{{ lookup('password', '/dev/null length=16 chars=ascii_letters') }}"
con... | 25.380952 | 102 | 0.692308 |
058a21b4c74ba6a66dc842b0e675a9299916a04f | 884 | yaml | YAML | manifests/DjVuLibre/DjView/4.12.yaml | cc-wr/winget-pkgs | eb8fc0434b11e23424087ee60d611ef3f5ccc40d | [
"MIT"
] | 5 | 2022-01-16T19:35:35.000Z | 2022-03-21T02:20:54.000Z | manifests/DjVuLibre/DjView/4.12.yaml | cc-wr/winget-pkgs | eb8fc0434b11e23424087ee60d611ef3f5ccc40d | [
"MIT"
] | 1 | 2021-03-23T20:29:07.000Z | 2021-03-23T20:29:07.000Z | manifests/DjVuLibre/DjView/4.12.yaml | cc-wr/winget-pkgs | eb8fc0434b11e23424087ee60d611ef3f5ccc40d | [
"MIT"
] | 5 | 2021-12-15T03:14:16.000Z | 2022-03-22T15:56:58.000Z | # Created using ManifestCreatorCore 1.0.0.0
Name: DjVuLibre DjView
Publisher: DjVuLibre
Id: DjVuLibre.DjView
Version: 4.12
AppMoniker: djview
License: GNU General Public License v2.0
Tags: DjView DjVulibre djvu viewer
Description: DjVu is a web-centric format for distributing documents and images. DjVu was cr... | 46.526316 | 242 | 0.799774 |
cdcca5c52cb5aa080d0ccbbcbec9bbb6ec907dd8 | 654,317 | yaml | YAML | Outputs/2021Jul12Bag8.yaml | VegaVK/annotate | 223d222bd89e63dfc641ad487954ff018138a454 | [
"BSD-3-Clause"
] | null | null | null | Outputs/2021Jul12Bag8.yaml | VegaVK/annotate | 223d222bd89e63dfc641ad487954ff018138a454 | [
"BSD-3-Clause"
] | null | null | null | Outputs/2021Jul12Bag8.yaml | VegaVK/annotate | 223d222bd89e63dfc641ad487954ff018138a454 | [
"BSD-3-Clause"
] | null | null | null | tags:
- moving
- standing
labels:
- person
- car
- bicycle
tracks:
- id: 1
track:
- rotation:
w: 0.9997018737326415
y: 1.351819766676984e-10
x: -2.926335094595319e-09
z: -0.02441646279553488
header:
frame_id: os_sensor
stamp:
... | 25.708892 | 37 | 0.490589 |
7a5444e0ccc2c7ed96b7beac68b0f56e2e15dbb9 | 1,443 | yaml | YAML | charts/logentries/templates/daemonset.yaml | commercetools/k8s-charts | 3587d660b719f3d393e64e27a9167b649f829da4 | [
"Apache-2.0"
] | 7 | 2018-06-26T08:34:27.000Z | 2021-09-09T01:56:29.000Z | charts/logentries/templates/daemonset.yaml | commercetools/k8s-charts | 3587d660b719f3d393e64e27a9167b649f829da4 | [
"Apache-2.0"
] | 19 | 2018-04-26T12:50:28.000Z | 2021-04-14T07:21:11.000Z | charts/logentries/templates/daemonset.yaml | commercetools/k8s-charts | 3587d660b719f3d393e64e27a9167b649f829da4 | [
"Apache-2.0"
] | 1 | 2019-01-18T16:35:17.000Z | 2019-01-18T16:35:17.000Z | apiVersion: apps/v1
kind: DaemonSet
metadata:
name: {{ template "logentries.fullname" . }}
labels:
app: {{ template "logentries.name" . }}
chart: {{ template "logentries.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
selector:
matchLabels:
app: {{... | 30.0625 | 96 | 0.538462 |
6e7387e80036762782804707c2265dae7007f8e7 | 85 | yml | YAML | config/database.travis.yml | rootstrap/pull_requests_to_slack | 8e67c4e95faf1e818c1a9fa514cd8973a6180f41 | [
"MIT"
] | 20 | 2020-02-13T15:22:19.000Z | 2020-12-09T20:06:15.000Z | config/database.travis.yml | rootstrap/pull_requests_to_slack | 8e67c4e95faf1e818c1a9fa514cd8973a6180f41 | [
"MIT"
] | 23 | 2019-12-19T05:14:40.000Z | 2022-03-01T21:16:21.000Z | config/database.travis.yml | rootstrap/pull_requests_to_slack | 8e67c4e95faf1e818c1a9fa514cd8973a6180f41 | [
"MIT"
] | 1 | 2019-02-15T15:44:48.000Z | 2019-02-15T15:44:48.000Z | test:
adapter: postgresql
database: pull_request_slack_test
username: postgres
| 17 | 35 | 0.8 |
754f13debbfe1cd64b502bead18452fb60e8b1c3 | 1,680 | yml | YAML | config/core.entity_form_display.ic_facebook_entity.facebook_message.default.yml | teodyseguin/icreatives | b722ffe7efe46b5056877e0d9e0fdefb2d6091ec | [
"MIT"
] | null | null | null | config/core.entity_form_display.ic_facebook_entity.facebook_message.default.yml | teodyseguin/icreatives | b722ffe7efe46b5056877e0d9e0fdefb2d6091ec | [
"MIT"
] | 16 | 2020-09-25T00:15:25.000Z | 2020-11-14T00:17:00.000Z | config/core.entity_form_display.ic_facebook_entity.facebook_message.default.yml | teodyseguin/icreatives | b722ffe7efe46b5056877e0d9e0fdefb2d6091ec | [
"MIT"
] | null | null | null | uuid: 255f1310-bc21-4ee4-8390-d61d9e8a2a94
langcode: en
status: true
dependencies:
config:
- field.field.ic_facebook_entity.facebook_message.field_client
- field.field.ic_facebook_entity.facebook_message.field_created_time
- field.field.ic_facebook_entity.facebook_message.field_message_content
- field... | 24.347826 | 75 | 0.7 |
1343c31b548b54747f0969d52610aaa9fce2e8f9 | 17,967 | yaml | YAML | tests/tls13/recordings/ClientAuth_ECDSA_SHA256_posthandshake.yaml | timb-machine-mirrors/tlsmate | 1313161b9170311f466a3a43b3d84797cecc0291 | [
"MIT"
] | null | null | null | tests/tls13/recordings/ClientAuth_ECDSA_SHA256_posthandshake.yaml | timb-machine-mirrors/tlsmate | 1313161b9170311f466a3a43b3d84797cecc0291 | [
"MIT"
] | null | null | null | tests/tls13/recordings/ClientAuth_ECDSA_SHA256_posthandshake.yaml | timb-machine-mirrors/tlsmate | 1313161b9170311f466a3a43b3d84797cecc0291 | [
"MIT"
] | null | null | null | binder: []
binder_key: []
client_auth:
- true
client_key_chain: []
client_random:
- 618d8cbd23b5aecf0309d916792f167d987966d879620a45ed14fe0bcefdf68a
client_write_iv:
- 3f3020e4d7c22e1faad16e07
- 63c585adae56ec05336ce8cc
- 63c585adae56ec05336ce8cc
client_write_key:
- 13a7cb1a7b8904f1902fda063d46d92c
- dab74a597973e99530... | 161.864865 | 4,156 | 0.974286 |
715e36c24d33499aac5c3de7210224b968b3b74a | 1,345 | yml | YAML | .circleci/config.yml | circleci-orb/golang | 2f0b812c84de1a4bdc588c76a8e65b4d231805c2 | [
"BSD-3-Clause"
] | 1 | 2019-04-27T23:10:09.000Z | 2019-04-27T23:10:09.000Z | .circleci/config.yml | circleci-orb/golang | 2f0b812c84de1a4bdc588c76a8e65b4d231805c2 | [
"BSD-3-Clause"
] | null | null | null | .circleci/config.yml | circleci-orb/golang | 2f0b812c84de1a4bdc588c76a8e65b4d231805c2 | [
"BSD-3-Clause"
] | null | null | null | version: 2.1
executors:
circleci-cli:
docker:
- image: circleci/circleci-cli:alpine
jobs:
validate:
executor: circleci-cli
steps:
- run:
name: Install make and bash
command: |
apk add --no-cache make bash
- checkout
- run:
name: Pack or... | 20.692308 | 75 | 0.498885 |
c4bf3f7683319b5b7b931041a0d48b375a4035c4 | 2,555 | yml | YAML | manifests/db/mysql.yml | bodymindarts/cf-genesis-kit | ae8ef113637280534a4dc3c9bfb6a92111468907 | [
"MIT"
] | null | null | null | manifests/db/mysql.yml | bodymindarts/cf-genesis-kit | ae8ef113637280534a4dc3c9bfb6a92111468907 | [
"MIT"
] | null | null | null | manifests/db/mysql.yml | bodymindarts/cf-genesis-kit | ae8ef113637280534a4dc3c9bfb6a92111468907 | [
"MIT"
] | 1 | 2020-06-17T13:48:07.000Z | 2020-06-17T13:48:07.000Z | ---
params:
external_db_host: (( param "Please provide the hostname / IP of your external MySQL database instance" ))
external_db_username: (( vault meta.vault "/external_db:username" ))
external_db_password: (( vault meta.vault "/external_db:password" ))
external_db_scheme: mysql
external_db_port: ... | 49.134615 | 166 | 0.720939 |
a6fe04429d1900063d06378e8ef5f59494682b89 | 184 | yml | YAML | sample-cnfs/sample-coredns-cnf-source/cnf-testsuite.yml | vulk/cnf_conformance | 7af36c49b17ebed4c58799e2b7b4f44b64dd606d | [
"Apache-2.0"
] | null | null | null | sample-cnfs/sample-coredns-cnf-source/cnf-testsuite.yml | vulk/cnf_conformance | 7af36c49b17ebed4c58799e2b7b4f44b64dd606d | [
"Apache-2.0"
] | 2 | 2020-02-06T23:20:36.000Z | 2020-02-07T21:12:03.000Z | sample-cnfs/sample-coredns-cnf-source/cnf-testsuite.yml | vulk/cnf_conformance | 7af36c49b17ebed4c58799e2b7b4f44b64dd606d | [
"Apache-2.0"
] | null | null | null | ---
release_name: coredns
service_name: coredns-coredns
helm_chart: stable/coredns
allowlist_helm_chart_container_names: [falco, nginx, coredns, calico-node, kube-proxy, nginx-proxy]
| 30.666667 | 99 | 0.815217 |
763063063e82d5a8738d8c0712e9447aea3b8b8e | 960 | yml | YAML | .github/workflows/html.yml | nihonbuson/bdd-with-cucumber | a87d0a1dafda3e9cc3b43fe6b9ac5e806b8cb7cb | [
"CC-BY-4.0"
] | 44 | 2020-08-06T21:33:33.000Z | 2022-01-17T10:31:01.000Z | .github/workflows/html.yml | nihonbuson/bdd-with-cucumber | a87d0a1dafda3e9cc3b43fe6b9ac5e806b8cb7cb | [
"CC-BY-4.0"
] | 34 | 2020-02-19T03:48:53.000Z | 2022-01-24T18:22:24.000Z | .github/workflows/html.yml | cucumber-school/fundamentals-of-bdd | 464b69c921041f237fea495d0aafd1c258d2e438 | [
"CC-BY-4.0"
] | 112 | 2020-08-11T13:03:18.000Z | 2022-01-24T18:35:31.000Z | name: html
on:
push:
branches:
- main
- ci
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Slack Notification
uses: homoluctus/slatify@master
if: failure()
with:
type: ${{ job.status }}
job_name: '*GitHub Actions HTML build*'
channel: '#sc... | 22.325581 | 61 | 0.576042 |
c226e5ee2fc61af1f4caca153ae1f3768768309e | 1,339 | yml | YAML | detections/amazon_eks_kubernetes_cluster_scan_detection.yml | d1vious/security-content | 69c982f1dc46361c6a23d93d3d635c50875784dc | [
"Apache-2.0"
] | null | null | null | detections/amazon_eks_kubernetes_cluster_scan_detection.yml | d1vious/security-content | 69c982f1dc46361c6a23d93d3d635c50875784dc | [
"Apache-2.0"
] | null | null | null | detections/amazon_eks_kubernetes_cluster_scan_detection.yml | d1vious/security-content | 69c982f1dc46361c6a23d93d3d635c50875784dc | [
"Apache-2.0"
] | null | null | null | name: Amazon EKS Kubernetes cluster scan detection
id: 294c4686-63dd-4fe6-93a2-ca807626704a
version: 1
date: '2020-04-15'
description: This search provides information of unauthenticated requests via user
agent, and authentication data against Kubernetes cluster in AWS
how_to_implement: You must install the AWS App f... | 47.821429 | 114 | 0.799104 |
cbfe96f8b7174a1b9265c1cffae8e9c66e70cc50 | 575 | yml | YAML | threads/2065093/posts/43124425.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/2065093/posts/43124425.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/2065093/posts/43124425.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | url: showpost.php?p=43124425&postcount=4743
id: 43124425
tid: 2065093
num: 4743
datetime: 2012-01-18T12:23:00.000Z
user:
img: customavatars/avatar970129_2.gif
name: Football_Man
title: Senior Member
joinDate: 2011-12-31T16:00:00.000Z
posts: 954
id: '970129'
title: 'Re: [From F17 With Love] - Thread Girl Xin... | 33.823529 | 177 | 0.676522 |
3de64bd329c9af79f2c4d1d85a6d967a11f2431c | 922 | yaml | YAML | reports/stages/manhattan.ci.chef.co/job/harmony-build/architecture=powerpc-platform=aix-6.1-project=harmony-role=builder/243.yaml | chef-boneyard/jenkins_pipeline_report | c74f6df8b5658c3a341f11ac244efee8ab63ec21 | [
"Apache-2.0"
] | null | null | null | reports/stages/manhattan.ci.chef.co/job/harmony-build/architecture=powerpc-platform=aix-6.1-project=harmony-role=builder/243.yaml | chef-boneyard/jenkins_pipeline_report | c74f6df8b5658c3a341f11ac244efee8ab63ec21 | [
"Apache-2.0"
] | null | null | null | reports/stages/manhattan.ci.chef.co/job/harmony-build/architecture=powerpc-platform=aix-6.1-project=harmony-role=builder/243.yaml | chef-boneyard/jenkins_pipeline_report | c74f6df8b5658c3a341f11ac244efee8ab63ec21 | [
"Apache-2.0"
] | 2 | 2021-06-27T16:09:19.000Z | 2021-08-29T14:08:44.000Z | ---
result: SUCCESS
timestamp: 2016-06-11 08:36:11 UTC
url: http://manhattan.ci.chef.co/job/harmony-build/architecture=powerpc,platform=aix-6.1,project=harmony,role=builder/243/
trigger_url: http://manhattan.ci.chef.co/job/harmony-trigger-nightly-master/187/
duration: 9m16s
steps:
total: 9m16s
before (setup time): ... | 23.641026 | 122 | 0.617137 |
1ac429834e68eeda6b73364a8a9fe2c7934517f0 | 969 | yml | YAML | .github/workflows/main.yml | raftario/pasrel | f1d37621aed2af0d790ddecda9af5b70b766cf8c | [
"MIT"
] | 1 | 2020-04-30T08:41:27.000Z | 2020-04-30T08:41:27.000Z | .github/workflows/main.yml | raftario/pasrel | f1d37621aed2af0d790ddecda9af5b70b766cf8c | [
"MIT"
] | 13 | 2020-11-20T06:34:36.000Z | 2022-03-25T22:06:57.000Z | .github/workflows/main.yml | raftario/pasrel | f1d37621aed2af0d790ddecda9af5b70b766cf8c | [
"MIT"
] | null | null | null | name: Build & Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12.x"
- name: Install dependencies
run: yarn
... | 29.363636 | 58 | 0.47162 |
622f0f02b4f96c47d4b5112e4145ec516f6800ea | 1,714 | yml | YAML | .github/workflows/main.yml | adofarsi/pyborehole | 9293ba7da6c2ea46ec1ee3bdbb2b6913daad01fc | [
"BSD-3-Clause"
] | null | null | null | .github/workflows/main.yml | adofarsi/pyborehole | 9293ba7da6c2ea46ec1ee3bdbb2b6913daad01fc | [
"BSD-3-Clause"
] | null | null | null | .github/workflows/main.yml | adofarsi/pyborehole | 9293ba7da6c2ea46ec1ee3bdbb2b6913daad01fc | [
"BSD-3-Clause"
] | null | null | null |
# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# A workflow run is made up of one or mo... | 30.607143 | 91 | 0.627188 |
b24dfcc20bc4f2f7210e48dcdebdaff4c5c11914 | 471 | yml | YAML | config/examples/kafka-stdout-yml.yml | mikolasan/logagent-js | af1661efcb69812bc495524cbc07a1c55e0767ec | [
"Apache-2.0"
] | 398 | 2015-08-19T17:23:37.000Z | 2022-03-29T08:45:46.000Z | config/examples/kafka-stdout-yml.yml | mikolasan/logagent-js | af1661efcb69812bc495524cbc07a1c55e0767ec | [
"Apache-2.0"
] | 214 | 2015-08-12T08:50:07.000Z | 2022-03-29T10:34:23.000Z | config/examples/kafka-stdout-yml.yml | mikolasan/logagent-js | af1661efcb69812bc495524cbc07a1c55e0767ec | [
"Apache-2.0"
] | 96 | 2015-08-05T23:18:15.000Z | 2022-02-07T14:24:15.000Z | # Global options
options:
includeOriginalLine: false
input:
kafka:
module: input-kafka
kafkaHost: localhost
groupId: ExampleTestGroup
topic: test
autoCommit: true
sessionTimeout: 15000
sslEnable: false
#For init sslOptions please refer to to https://nodejs.org/api/tls.html
sslOp... | 23.55 | 92 | 0.700637 |
6a581c73ad9cd35d40a20c856fe1c0972cbfebdf | 3,070 | yaml | YAML | Syntactic Conveniences/Methods Parameters/task-info.yaml | namvdo/scala-tutorials-stepik | 683ecac00f4cb3630fa7d3ee236cdc999b4e7b55 | [
"Apache-2.0"
] | null | null | null | Syntactic Conveniences/Methods Parameters/task-info.yaml | namvdo/scala-tutorials-stepik | 683ecac00f4cb3630fa7d3ee236cdc999b4e7b55 | [
"Apache-2.0"
] | null | null | null | Syntactic Conveniences/Methods Parameters/task-info.yaml | namvdo/scala-tutorials-stepik | 683ecac00f4cb3630fa7d3ee236cdc999b4e7b55 | [
"Apache-2.0"
] | null | null | null | type: edu
files:
- name: build.sbt
visible: false
text: |2
lazy val `Methods-Parameters` = (project in file("."))
.settings(
scalaSource in Compile := baseDirectory.value / "src",
scalaSource in Test := baseDirectory.value / "test",
libraryDependencies += "org.scalatest" %% "scala... | 27.168142 | 101 | 0.618241 |
10b37659d7b3a412e1d56c112c9b81906c731292 | 608 | yaml | YAML | abc_spec/components/schemas/Payments/RequestDestinations/02_PaymentRequestIdDestination.yaml | ioan-ghisoi-cko/checkout-api-reference | 3e312ccfa04261c748b31afa485e262096d24ca9 | [
"MIT"
] | 3 | 2020-07-28T09:40:40.000Z | 2022-01-05T12:32:36.000Z | abc_spec/components/schemas/Payments/RequestDestinations/02_PaymentRequestIdDestination.yaml | ioan-ghisoi-cko/checkout-api-reference | 3e312ccfa04261c748b31afa485e262096d24ca9 | [
"MIT"
] | 253 | 2018-11-29T15:06:39.000Z | 2022-03-31T10:40:08.000Z | abc_spec/components/schemas/Payments/RequestDestinations/02_PaymentRequestIdDestination.yaml | cko-apm/checkout-api-reference | 3e90cfc7c8fb738172ecd3c9d00fc33805926a75 | [
"MIT"
] | 40 | 2018-11-27T15:47:23.000Z | 2022-03-23T22:40:20.000Z | type: object
description: An existing payment source
required:
- id
- first_name
- last_name
allOf:
- $ref: '#/components/schemas/PaymentRequestDestination'
- type: object
properties:
id:
type: string
description: The payment source identifier (e.g., a card source identifier)
... | 26.434783 | 83 | 0.666118 |
3c78882f46e4828fcddd041bd01dfb1de4932d55 | 382 | yml | YAML | .travis.yml | rivailruiz/kentico-cloud-js | 69b0677dfe09f6c52258e3301a3498191cf0caca | [
"MIT"
] | null | null | null | .travis.yml | rivailruiz/kentico-cloud-js | 69b0677dfe09f6c52258e3301a3498191cf0caca | [
"MIT"
] | null | null | null | .travis.yml | rivailruiz/kentico-cloud-js | 69b0677dfe09f6c52258e3301a3498191cf0caca | [
"MIT"
] | null | null | null | dist: trusty
language: node_js
node_js:
- "stable"
before_script:
# ------ Global setup ---------#
- npm i -g lerna
# ------ Test setup -------#
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm i -g karma # info - http://karma-runner.github.io/0.8/plus/Travis-CI.html
- npm i -g cat
- npm i rxjs
script:
# R... | 21.222222 | 79 | 0.638743 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.