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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
86cd2a400c791bbabcbe97ea044d90e25d6450b0 | 560 | yaml | YAML | management/instance/cluster/nodepool.yaml | Bobgy/gcp-blueprints | 6f16dce8033c71dfe92d26075c62529a74d3097e | [
"Apache-2.0"
] | null | null | null | management/instance/cluster/nodepool.yaml | Bobgy/gcp-blueprints | 6f16dce8033c71dfe92d26075c62529a74d3097e | [
"Apache-2.0"
] | null | null | null | management/instance/cluster/nodepool.yaml | Bobgy/gcp-blueprints | 6f16dce8033c71dfe92d26075c62529a74d3097e | [
"Apache-2.0"
] | null | null | null | apiVersion: container.cnrm.cloud.google.com/v1alpha2
kind: ContainerNodePool
metadata:
clusterName: "HOST_PROJECT/us-central1/MANAGEMENT-NAME" # {"type":"string","x-kustomize":{"partialSetters":[{"name":"gcloud.core.project","value":"HOST_PROJECT"},{"name":"name","value":"MANAGEMENT-NAME"},{"name":"location","value":"us-central1"}]}}
name: MANAGEMENT-NAME-pool # {"type":"string","x-kustomize":{"partialSetters":[{"name":"gcloud.core.project","value":"project-id"},{"name":"name","value":"MANAGEMENT-NAME"},{"name":"location","value":"us-central1-f"}]}}
| 93.333333 | 250 | 0.701786 |
9862a57a248f25cde94041a0365d5da6cb3e63ab | 1,890 | yaml | YAML | ASIM/dev/Parser YAML templates/vimNetworkSessionTemplate.yaml | relion365/Azure-Sentinel | a13083269ff046928062c9f565db5797e867282b | [
"MIT"
] | 11 | 2019-02-04T13:37:14.000Z | 2019-02-22T20:47:06.000Z | ASIM/dev/Parser YAML templates/vimNetworkSessionTemplate.yaml | relion365/Azure-Sentinel | a13083269ff046928062c9f565db5797e867282b | [
"MIT"
] | 6 | 2019-02-03T13:58:50.000Z | 2019-02-25T02:01:16.000Z | ASIM/dev/Parser YAML templates/vimNetworkSessionTemplate.yaml | relion365/Azure-Sentinel | a13083269ff046928062c9f565db5797e867282b | [
"MIT"
] | 12 | 2021-05-11T07:56:50.000Z | 2022-02-11T03:44:01.000Z | Parser:
Title: Network Session ASIM filtering parser for <product name>
Version: '<parser version>'
LastUpdated: <parser update date>
Product:
Name: <product name>
Normalization:
Schema: NetworkSession
Version: '<current schema version>'
References:
- Title: ASIM Network Session Schema
Link: https://aka.ms/ASimNetworkSessionDoc
- Title: ASIM
Link: https:/aka.ms/AboutASIM
Description: |
This ASIM parser supports filtering and normalizing <product name> logs to the ASIM Web Session normalized schema.
ParserName: <parser function name>
ParserParams:
- Name: starttime
Type: datetime
Default: datetime(null)
- Name: endtime
Type: datetime
Default: datetime(null)
- Name: srcipaddr_has_any_prefix
Type: dynamic
Default: dynamic([])
- Name: dstipaddr_has_any_prefix
Type: dynamic
Default: dynamic([])
- Name: dstportnumber
Type: int
Default: int(null)
- Name: url_has_any
Type: dynamic
Default: dynamic([])
- Name: httpuseragent_has_any
Type: dynamic
Default: dynamic([])
- Name: hostname_has_any
Type: dynamic
Default: dynamic([])
- Name: dvcaction
Type: dynamic
Default: dynamic([])
- Name: eventresult
Type: string
Default: "'*'"
ParserQuery: |
let parser =
(starttime:datetime=datetime(null)
, endtime:datetime=datetime(null)
, srcipaddr_has_any_prefix:dynamic=dynamic([])
, dstipaddr_has_any_prefix:dynamic=dynamic([])
, dstportnumber:int=int(null)
, url_has_any:dynamic=dynamic([])
, httpuseragent_has_any:dynamic=dynamic([])
, hostname_has_any:dynamic=dynamic([])
, dvcaction:dynamic=dynamic([])
, eventresult:string='*'
)
{
<parser query body>
};
parser (starttime, endtime, srcipaddr_has_any_prefix, dstipaddr_has_any_prefix, dstportnumber, url_has_any, httpuseragent_has_any, hostname_has_any, dvcaction) | 29.076923 | 161 | 0.70582 |
fc33e5a386b79997cf917f774cbb9dbd6aaced8d | 80 | yml | YAML | .travis.yml | moimikey/node-xero | 6fa407ab5bcdc744f20b486fc52a42326e656bf6 | [
"MIT"
] | 8 | 2015-06-04T13:41:52.000Z | 2016-12-24T19:16:03.000Z | .travis.yml | moimikey/node-xero | 6fa407ab5bcdc744f20b486fc52a42326e656bf6 | [
"MIT"
] | 44 | 2015-06-02T19:00:59.000Z | 2020-11-23T11:34:24.000Z | .travis.yml | moimikey/node-xero | 6fa407ab5bcdc744f20b486fc52a42326e656bf6 | [
"MIT"
] | 3 | 2015-11-16T03:42:52.000Z | 2017-04-13T18:43:17.000Z | language: node_js
node_js:
- "0.10"
- "0.12"
- "5.7"
- "5.9"
- "5.11"
| 10 | 17 | 0.4375 |
e30425f739307ad935cdb4c7090188f7e70b676d | 1,961 | yaml | YAML | models/googleevent/fields.yaml | Haedaki/oc-tracking | 920e5e3eaac2d4ac3fbba41839695ff07c00c39b | [
"MIT"
] | 2 | 2017-01-17T09:13:39.000Z | 2017-07-24T07:33:30.000Z | models/googleevent/fields.yaml | Haedaki/oc-tracking | 920e5e3eaac2d4ac3fbba41839695ff07c00c39b | [
"MIT"
] | 2 | 2019-03-25T02:28:00.000Z | 2019-03-25T02:31:25.000Z | plugins/indikator/tracking/models/googleevent/fields.yaml | AmigoProgramador/site | d4938b0a60d81c3e194d3ed611dc43d671307deb | [
"MIT"
] | 2 | 2020-10-01T11:46:00.000Z | 2021-06-25T15:29:26.000Z | # ===================================
# Field Definitions
# ===================================
fields:
name:
label: indikator.tracking::lang.form.name
comment: indikator.tracking::lang.form.name_comment
required: true
attributes:
autofocus: ''
span: auto
action:
label: indikator.tracking::lang.form.action
comment: indikator.tracking::lang.form.action_comment
required: true
span: auto
auto_category:
label: indikator.tracking::lang.form.auto_category
type: checkbox
default: true
span: auto
auto_label:
label: indikator.tracking::lang.form.auto_label
type: checkbox
default: true
span: auto
category:
label: indikator.tracking::lang.form.category
comment: indikator.tracking::lang.form.category_comment
span: auto
trigger:
action: show
field: auto_category
condition: unchecked
label:
label: indikator.tracking::lang.form.label
comment: indikator.tracking::lang.form.label_comment
span: auto
trigger:
action: show
field: auto_label
condition: unchecked
position:
label: ''
type: section
comment: indikator.tracking::lang.form.help
secondaryTabs:
fields:
value:
label: indikator.tracking::lang.form.value
comment: indikator.tracking::lang.form.value_comment
common:
label: indikator.tracking::lang.form.common
type: textarea
size: tiny
status:
label: indikator.tracking::lang.form.status
required: true
type: radio
options:
1: indikator.tracking::lang.form.status_active
2: indikator.tracking::lang.form.status_inactive
default: 1
| 25.802632 | 64 | 0.561448 |
06bd2467f4501bf7cea0596da6be8fcda79ae9aa | 110 | yml | YAML | src/licensedcode/data/rules/gpl-3.0_493.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-3.0_493.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-3.0_493.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-3.0
is_license_tag: yes
ignorable_urls:
- http://www.gnu.org/licenses/gpl-3.0.txt
| 22 | 45 | 0.754545 |
54089b40be2d1dac93da281c1eba5ea62f3bc6b5 | 132 | yml | YAML | _data/basic.yml | Mattlk13/documentation-1 | cc0d11ff392fde73ebdc5d0bcb5d2b0c48236fc9 | [
"MIT"
] | null | null | null | _data/basic.yml | Mattlk13/documentation-1 | cc0d11ff392fde73ebdc5d0bcb5d2b0c48236fc9 | [
"MIT"
] | null | null | null | _data/basic.yml | Mattlk13/documentation-1 | cc0d11ff392fde73ebdc5d0bcb5d2b0c48236fc9 | [
"MIT"
] | 1 | 2017-02-08T19:32:35.000Z | 2017-02-08T19:32:35.000Z | latest_update: '8/13/2019'
ami_id: 'ami-03990dafb08de3b70'
defaults:
ruby: '2.6.5'
php: '7.3'
node: '12.16.1'
python: '2.7'
| 16.5 | 31 | 0.628788 |
5449fc15217172f899a9e6c2ab260369950d065e | 305 | yml | YAML | designs/dragonphy_top/prelvs_fix/configure.yml | StanfordVLSI/dragonphy2 | 996cc14f800b01c5ec0534e79dd2340f4de5e704 | [
"Apache-2.0"
] | 22 | 2020-04-27T18:06:50.000Z | 2022-02-12T12:29:43.000Z | designs/dragonphy_top/prelvs_fix/configure.yml | StanfordVLSI/dragonphy2 | 996cc14f800b01c5ec0534e79dd2340f4de5e704 | [
"Apache-2.0"
] | 130 | 2020-04-27T20:05:52.000Z | 2021-07-29T22:12:57.000Z | designs/dragonphy_top/prelvs_fix/configure.yml | StanfordVLSI/dragonphy2 | 996cc14f800b01c5ec0534e79dd2340f4de5e704 | [
"Apache-2.0"
] | 6 | 2020-08-15T16:31:55.000Z | 2021-04-13T15:47:29.000Z | # Adapted from Garnet and ButterPHY
name: prelvs_fix
commands:
- |
mkdir -p outputs
python fix_adbg_intf_i.py inputs/design.lvs.v
python fix_term_vss.py inputs/design_alt.lvs.v
mv inputs/design_alt_alt.lvs.v outputs/design.lvs.v
inputs:
- design.lvs.v
outputs:
- design.lvs.v
| 17.941176 | 55 | 0.718033 |
bcd70c58f4d81b9c1567d9557b349885c5861cb4 | 1,900 | yml | YAML | k3s/apps/bitwarden/deployment.yml | rissson/dotshabka | 3177fe76817d10bad41a1a518699210287330faa | [
"MIT"
] | null | null | null | k3s/apps/bitwarden/deployment.yml | rissson/dotshabka | 3177fe76817d10bad41a1a518699210287330faa | [
"MIT"
] | 1 | 2019-10-13T19:46:50.000Z | 2019-10-13T19:46:50.000Z | k3s/apps/bitwarden/deployment.yml | rissson/dotshabka | 3177fe76817d10bad41a1a518699210287330faa | [
"MIT"
] | 1 | 2021-01-10T06:15:00.000Z | 2021-01-10T06:15:00.000Z | ---
apiVersion: apps/v1
kind: Deployment
metadata:
name: bitwarden
labels:
app: bitwarden
spec:
replicas: 1
selector:
matchLabels:
app: bitwarden
strategy:
rollingUpdate:
maxSurge: 50%
maxUnavailable: 50%
template:
metadata:
labels:
app: bitwarden
spec:
containers:
- name: bitwarden
image: vaultwarden/server
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 65534
runAsGroup: 65534
ports:
- name: http
containerPort: 8080
protocol: TCP
- name: websocket
containerPort: 3012
protocol: TCP
readinessProbe:
httpGet:
path: /
port: http
livenessProbe:
httpGet:
path: /
port: http
envFrom:
- configMapRef:
name: bitwarden-configmap
env:
- name: ADMIN_TOKEN
valueFrom:
secretKeyRef:
name: bitwarden-admin
key: token
- name: BW_DB_USER
valueFrom:
secretKeyRef:
name: bitwarden.acid-main-cluster.credentials
key: username
- name: BW_DB_PASSWORD
valueFrom:
secretKeyRef:
name: bitwarden.acid-main-cluster.credentials
key: password
- name: DATABASE_URL
value: postgresql://$(BW_DB_USER):$(BW_DB_PASSWORD)@acid-main-cluster.postgres.svc.cluster.local:5432/bitwarden?ssl=true
volumeMounts:
- name: datadir
mountPath: /data
volumes:
- name: datadir
persistentVolumeClaim:
claimName: bitwarden-datadir
| 26.027397 | 134 | 0.502105 |
323ce5f3e7f9e79ff7c56db819e2df713eb4c590 | 162 | yml | YAML | deploy/var/drupal-config/sync/paragraphs.paragraphs_type.block_map_tertiary.yml | SR-Site/monks-transfer | 4c21f982b9d022b71904bce5b4ff8bdba402aca9 | [
"MIT"
] | null | null | null | deploy/var/drupal-config/sync/paragraphs.paragraphs_type.block_map_tertiary.yml | SR-Site/monks-transfer | 4c21f982b9d022b71904bce5b4ff8bdba402aca9 | [
"MIT"
] | null | null | null | deploy/var/drupal-config/sync/paragraphs.paragraphs_type.block_map_tertiary.yml | SR-Site/monks-transfer | 4c21f982b9d022b71904bce5b4ff8bdba402aca9 | [
"MIT"
] | null | null | null | uuid: a1e8f52c-3624-4613-9288-bf0b25eb79c2
langcode: en
status: true
dependencies: { }
id: block_map_tertiary
label: 'Block Map Tertiary'
behavior_plugins: { }
| 20.25 | 42 | 0.771605 |
b2aa7352ae3e808fe5da62af4b1ad878553b8d81 | 62 | yaml | YAML | infra/Pulumi.yaml | hnexokonkwo/easycla | c163c6697657c6e28e8fa5d71e93dca35afe57ef | [
"Apache-2.0",
"CC-BY-4.0",
"MIT"
] | null | null | null | infra/Pulumi.yaml | hnexokonkwo/easycla | c163c6697657c6e28e8fa5d71e93dca35afe57ef | [
"Apache-2.0",
"CC-BY-4.0",
"MIT"
] | null | null | null | infra/Pulumi.yaml | hnexokonkwo/easycla | c163c6697657c6e28e8fa5d71e93dca35afe57ef | [
"Apache-2.0",
"CC-BY-4.0",
"MIT"
] | null | null | null | name: easycla
runtime: nodejs
description: EasyCLA Deployment
| 15.5 | 31 | 0.83871 |
36305e05699fb8cffd5653d0d47a8b15b65e055d | 527 | yml | YAML | .travis.yml | Ehco1996/gobay | fbda74ca7e958d43f5996e6eed1894e697a69aca | [
"MIT"
] | null | null | null | .travis.yml | Ehco1996/gobay | fbda74ca7e958d43f5996e6eed1894e697a69aca | [
"MIT"
] | null | null | null | .travis.yml | Ehco1996/gobay | fbda74ca7e958d43f5996e6eed1894e697a69aca | [
"MIT"
] | null | null | null | language: go
go:
- 1.12.x
- 1.13.x
- 1.14.x
- tip
env:
- GO111MODULE=on
cache:
directories:
- $GOPATH/pkg/mod
dist: xenial
addons:
apt:
packages:
- rabbitmq-server
services:
- rabbitmq
- redis-server
- mysql
before_script:
- go install github.com/golangci/golangci-lint/cmd/golangci-lint
- mysql -e 'CREATE DATABASE gobay DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;'
script:
- golangci-lint run --timeout=3m --skip-dirs=testdata --tests=false
- go test -v -count=1 ./...
| 19.518519 | 94 | 0.673624 |
2d93c14f694b75ed35bc75c25d5d065524ce596f | 218 | yaml | YAML | arista/vlan-one.yaml | stipmonster/networking-semgrep-rules | d8b19affe14af3f9ffd2c926c0bb7f66d19abc63 | [
"MIT"
] | null | null | null | arista/vlan-one.yaml | stipmonster/networking-semgrep-rules | d8b19affe14af3f9ffd2c926c0bb7f66d19abc63 | [
"MIT"
] | null | null | null | arista/vlan-one.yaml | stipmonster/networking-semgrep-rules | d8b19affe14af3f9ffd2c926c0bb7f66d19abc63 | [
"MIT"
] | null | null | null | ---
rules:
- id: vlan-one-trunk-group
patterns:
- pattern: vlan 1
- pattern-not-inside: |
vlan 1
...
trunk group
message: Exec timeout is missing
severity: ERROR
| 18.166667 | 36 | 0.527523 |
7482d7592e3637d772829cd7e9ccb084e680791f | 210 | yml | YAML | totalpass/payloads/cirt/loglogic/Loglogic Appliance.yml | 0xHJK/TotalPass | d39877cc71737787bf8f58aebf251980c1fbbb3a | [
"MIT"
] | 153 | 2020-04-27T09:10:10.000Z | 2022-03-30T05:53:57.000Z | totalpass/payloads/cirt/loglogic/Loglogic Appliance.yml | gcxtx/TotalPass | d39877cc71737787bf8f58aebf251980c1fbbb3a | [
"MIT"
] | 3 | 2020-07-20T11:22:33.000Z | 2022-03-29T12:49:44.000Z | totalpass/payloads/cirt/loglogic/Loglogic Appliance.yml | gcxtx/TotalPass | d39877cc71737787bf8f58aebf251980c1fbbb3a | [
"MIT"
] | 16 | 2020-04-27T10:09:26.000Z | 2022-03-02T01:44:59.000Z | auth:
credentials:
- password: logapp
username: toor
- password: logapp
username: root
category: ssh
comment: 'Level: Administrator; '
name: Loglogic - Loglogic Appliance
port: 0
vendor: LOGLOGIC
| 17.5 | 35 | 0.719048 |
c6552204f8e316d52a8596c62a2eb6b75130833b | 1,278 | yml | YAML | add_to_iso/add_to_os/opt/ansible/roles/morningmix/tasks/main.yml | sjmiller609/homeinfra | 8f850d691b06ae07a47dbc5f661e277f9a0a22c2 | [
"MIT"
] | 2 | 2017-10-26T00:23:07.000Z | 2017-10-26T02:24:41.000Z | add_to_iso/add_to_os/opt/ansible/roles/morningmix/tasks/main.yml | sjmiller609/homeinfra | 8f850d691b06ae07a47dbc5f661e277f9a0a22c2 | [
"MIT"
] | null | null | null | add_to_iso/add_to_os/opt/ansible/roles/morningmix/tasks/main.yml | sjmiller609/homeinfra | 8f850d691b06ae07a47dbc5f661e277f9a0a22c2 | [
"MIT"
] | null | null | null | ---
- name: ensure youtube-dl is installed
become: yes
pip:
name: youtube-dl
state: latest
- name: clean out directory
shell: "rm -rf /home/{{ username }}/morningmix"
- name: make directory
become: no
file:
state: directory
owner: "{{ username }}"
path: "/home/{{ username }}/morningmix"
- name: download morning mix
become: no
shell: youtube-dl "https://www.youtube.com/watch?v=FxzBvqY5PP0&list=PLTG6XJDnYHAcMd3-qKSjgd3rTtW7D95aw"
args:
chdir: ~/morningmix
- name: set up alarm clock
cron:
name: "{{ item.name }}"
weekday: "{{ item.weekdays }}"
user: "{{ username }}"
job: "{{ item.job }}"
hour: "{{ item.hour }}"
minute: "{{ item.minute }}"
with_items:
- weekdays: 1-5
hour: 8
minute: 0
name: alarm clock
job: "export DISPLAY=:0 && /usr/bin/vlc -LZ /home/{{ username }}/morningmix &"
- weekdays: 1-5
hour: 8
minute: 30
name: alarm clock off
job: "pkill -15 vlc"
- weekdays: 6,0
hour: 10
minute: 0
name: alarm clock weekends
job: "export DISPLAY=:0 && /usr/bin/vlc -LZ /home/{{ username }}/morningmix &"
- weekdays: 0,6
hour: 10
minute: 30
name: alarm clock weekends off
job: "pkill -15 vlc"
| 23.666667 | 105 | 0.582942 |
63875eb2b7533ae0ffb9700fb36eb2c109672102 | 1,301 | yaml | YAML | pre_generated_data/optimization_cache/representation/Angha_small/extr_gx_GX_SetCopyFilter.yaml | ComputerSystemsLab/OptimizationCache | 9c30ae120673e57b772ea42e29e087f775aa9de9 | [
"Apache-2.0"
] | 2 | 2021-03-11T00:46:25.000Z | 2021-07-08T16:44:58.000Z | pre_generated_data/optimization_cache/representation/Angha_small/extr_gx_GX_SetCopyFilter.yaml | ComputerSystemsLab/OptimizationCache | 9c30ae120673e57b772ea42e29e087f775aa9de9 | [
"Apache-2.0"
] | null | null | null | pre_generated_data/optimization_cache/representation/Angha_small/extr_gx_GX_SetCopyFilter.yaml | ComputerSystemsLab/OptimizationCache | 9c30ae120673e57b772ea42e29e087f775aa9de9 | [
"Apache-2.0"
] | null | null | null | f01_totalBasicBlocks: 3
f02_oneSuccessor: 1
f03_twoSuccessor: 1
f04_greaterTwoSuccessor: 0
f05_onePredecessor: 1
f06_twoPredecessor: 1
f07_greaterTwoPredecessor: 0
f08_onePredSuc: 1
f09_onePred_twoSuc: 0
f10_twoPred_oneSuc: 0
f11_twoPredSuc: 0
f12_greaterTwoPredSuc: 0
f13_instructionLess15: 2
f14_instructionInterval: 1
f15_instructionGreater500: 0
f16_numOfEdges: 3
f17_numOfCriticalEdges: 1
f18_abnormalEdge: 0
f19_directCalls: 28
f20_condBranch: 1
f21_assigmentInstructions: 92
f22_uncondBranch: 1
f23_numOfIntOperations: 44
f24_numOfFloatOperations: 0
f25_numInstructions: 106
f26_instructionAverage: 35.33333
f27_averagePhi: 0.0
f28_averagePhiArgs: 0.0
f29_blockWithoutPhi: 3
f30_blockPhiIntervalNodes: 3
f31_blockPhiGreater3Nodes: 0
f32_blocksPhiGreater5Arg: 0
f33_blocksPhiIntervalArg: 0
f34_numOfSwitchInstruction: 0
f35_numOfUnaryOperations: 0
f36_ptrArithmetic: 0
f37_indirectRefs: 0
f38_addresVar: 0
f39_addressFunction: 0
f40_indirectCalls: 0
f41_leftOpIntConst: 0
f42_oneOperandConst: 20
f43_callArgPtrType: 0
f44_call4args: 0
f45_ptrRetCallType: 0
f46_intRetCallType: 28
f47_constInt0: 1
f48_constInt32bits: 21
f49_constInt1: 0
f50_constInt64bits: 0
f51_numRefeOfLocalVar: 106
f52_defUseCounter: 2
f53_refLocalVariable: 88
f54_refExterVariable: 2
f55_localPtrVar: 5
f56_staticPtrVar: 0
| 22.824561 | 32 | 0.868563 |
63c8504d4be1d28107385af621e30875635a71d6 | 110 | yml | YAML | .travis.yml | kianmeng/uri_query | a0358d56bc5154922bee3366717b752d3be3327c | [
"MIT"
] | 11 | 2016-10-05T15:47:46.000Z | 2020-01-26T18:37:48.000Z | .travis.yml | kianmeng/uri_query | a0358d56bc5154922bee3366717b752d3be3327c | [
"MIT"
] | 4 | 2016-10-09T12:48:27.000Z | 2017-02-20T15:42:50.000Z | .travis.yml | kianmeng/uri_query | a0358d56bc5154922bee3366717b752d3be3327c | [
"MIT"
] | 6 | 2016-10-09T09:49:13.000Z | 2021-12-16T01:43:37.000Z | language: elixir
elixir:
- 1.3.2
otp_release:
- 18.2
notifications:
recipients:
- shhavel@gmail.com
| 12.222222 | 23 | 0.681818 |
429265551c57e2785f5c1d6bba3ec2f5ee5d8acf | 1,365 | yml | YAML | test/fixtures/users.yml | memair/autism-video-recommender | 5872c2b614e633675f893e85539aac9078a57ff6 | [
"MIT"
] | null | null | null | test/fixtures/users.yml | memair/autism-video-recommender | 5872c2b614e633675f893e85539aac9078a57ff6 | [
"MIT"
] | 7 | 2020-03-04T12:56:42.000Z | 2022-03-30T22:57:37.000Z | test/fixtures/users.yml | memair/autism-video-recommender | 5872c2b614e633675f893e85539aac9078a57ff6 | [
"MIT"
] | 1 | 2019-04-16T23:04:38.000Z | 2019-04-16T23:04:38.000Z | young_child:
email: 'young_child1@gmail.com'
encrypted_password: <%= User.new.send(:password_digest, 'password') %>
interests: ['animals']
memair_access_token: 1234567890ABCDEF1234567890ABCDEF1234567890ABCDEF1234567890ABCDEF
functioning_age: 4
daily_watch_time: 300
young_child_that_links_songs:
email: 'young_child2@gmail.com'
encrypted_password: <%= User.new.send(:password_digest, 'password') %>
interests: ['songs']
memair_access_token: 1234567890ABCDEF1234567890ABCDEF1234567890ABCDEF1234567890ABCDEE
functioning_age: 4
daily_watch_time: 300
young_child_with_no_selected_interests:
email: 'young_child3@gmail.com'
encrypted_password: <%= User.new.send(:password_digest, 'password') %>
interests: []
memair_access_token: 1234567890ABCDEF1234567890ABCDEF1234567890ABCDEF1234567890ABCDED
functioning_age: 4
daily_watch_time: 300
older_child:
email: 'older_child@gmail.com'
encrypted_password: <%= User.new.send(:password_digest, 'password') %>
interests: ['animals']
memair_access_token: FEDCBA0987654321FEDCBA0987654321FEDCBA0987654321FEDCBA0987654321
functioning_age: 12
daily_watch_time: 600
admin:
email: <%= User::ADMINS.first %>
encrypted_password: <%= User.new.send(:password_digest, 'password') %>
interests: []
memair_access_token: <%= '0' * 64 %>
functioning_age: 35
daily_watch_time: 600
| 34.125 | 87 | 0.781685 |
9ab26d53910ec43347bfac38d0649895a956397a | 271 | yaml | YAML | _data/cd_purple_logs_egrep_ri_i_can_haz_pwn_l33t_w00_zomg_cut_d_f_3_sort_un.yaml | zjjott/commandlinefu.cn | b142a24d852553f74b13f1aa68b4d92a15139c6b | [
"Unlicense"
] | 1 | 2017-01-24T21:38:09.000Z | 2017-01-24T21:38:09.000Z | _data/cd_purple_logs_egrep_ri_i_can_haz_pwn_l33t_w00_zomg_cut_d_f_3_sort_un.yaml | zjjott/commandlinefu.cn | b142a24d852553f74b13f1aa68b4d92a15139c6b | [
"Unlicense"
] | null | null | null | _data/cd_purple_logs_egrep_ri_i_can_haz_pwn_l33t_w00_zomg_cut_d_f_3_sort_un.yaml | zjjott/commandlinefu.cn | b142a24d852553f74b13f1aa68b4d92a15139c6b | [
"Unlicense"
] | null | null | null | commandlinefu_id: 205
translator:
weibo: ''
hide: true
command: |-
cd ~/.purple/logs/; egrep -ri "i can haz|pwn|l33t|w00|zomg" * | cut -d'/' -f 3 | sort | uniq | xargs -I {} echo "Note to self: ban user '{}'"
summary: |-
Find and list users who talk like "lolcats"
| 30.111111 | 143 | 0.630996 |
9fa306815b5ec59e687180f44d56d49815e8dadc | 242 | yml | YAML | .github/workflows/latex.yml | marcofavorito/beamer-template | 63a4ae7a6d7ec4d270869918982aa636e632a933 | [
"CC-BY-4.0"
] | 1 | 2020-06-12T18:43:54.000Z | 2020-06-12T18:43:54.000Z | .github/workflows/latex.yml | marcofavorito/latex-template | 7ce86072ec268856a6825fe43ec2f956cbe709cf | [
"CC-BY-4.0"
] | null | null | null | .github/workflows/latex.yml | marcofavorito/latex-template | 7ce86072ec268856a6825fe43ec2f956cbe709cf | [
"CC-BY-4.0"
] | null | null | null | name: Latex build
on: [push]
jobs:
run:
runs-on: ubuntu-latest
container:
image: adnrv/texlive:latest
steps:
- uses: actions/checkout@master
- name: Latex build
run: |
latexmk --halt-on-error -pdf
| 15.125 | 36 | 0.599174 |
a034293281d7215198b861fe39dea4b8afc49553 | 3,625 | yml | YAML | .eslintrc.yml | lilliputten/nano-bem | 985f2a2fd9055c90099a6b9da41cb038ab49dec1 | [
"MIT"
] | 1 | 2021-08-13T03:09:51.000Z | 2021-08-13T03:09:51.000Z | .eslintrc.yml | lilliputten/nano-bem | 985f2a2fd9055c90099a6b9da41cb038ab49dec1 | [
"MIT"
] | 7 | 2020-09-05T02:24:43.000Z | 2022-02-18T03:17:29.000Z | .eslintrc.yml | lilliputten/zero-bem | 985f2a2fd9055c90099a6b9da41cb038ab49dec1 | [
"MIT"
] | null | null | null | # https://eslint.org/docs/rules/
# https://eslint.org/docs/user-guide/configuring#specifying-environments
extends:
- 'eslint:recommended'
plugins:
- 'babel'
parser: 'babel-eslint'
parserOptions:
# ecmaVersion: 5
sourceType: module
rules:
no-debugger: warn
no-console: warn
no-unused-vars:
- warn
-
vars: local
varsIgnorePattern: ^_
linebreak-style:
- error
- unix
curly: # single line statements without curly braces
- warn
semi: # end-linbe semicolons
- warn
- always
overrides:
- # JS
files: '**/*.js'
env:
browser: true
commonjs: true
es6: true
node: true
jquery: true
- # Jest tests
files: '**/*.test.js'
env:
jest: true
plugins:
- jest
rules:
semi: 0
# 'jest/no-disabled-tests': 'warn'
# 'jest/no-focused-tests': 'error'
# 'jest/no-identical-title': 'error'
# 'jest/prefer-to-have-length': 'warn'
# 'jest/valid-expect': 'error'
- # BEMHTML Templates
files:
- "*.bemhtml"
plugins: # (ES5 mode)
- es5 # ES5 mode! https://www.npmjs.com/package/eslint-plugin-es5
env:
browser: true
# commonjs: true
# es6: false
rules:
es5/no-arrow-functions: error
es5/no-binary-and-octal-literals: error
es5/no-block-scoping: error
es5/no-classes: error
es5/no-computed-properties: error
es5/no-default-parameters: error
es5/no-destructuring: error
es5/no-exponentiation-operator: error
es5/no-for-of: error
es5/no-generators: error
es5/no-modules: error
es5/no-object-super: error
es5/no-rest-parameters: error
es5/no-shorthand-properties: error
es5/no-spread: error
es5/no-template-literals: error
es5/no-typeof-symbol: error
es5/no-unicode-code-point-escape: error
es5/no-unicode-regex: error
# no-const-assign: 0
# arrow-body-style: 0
# arrow-parens: 0
# arrow-spacing: 0
# constructor-super: 0
# generator-star-spacing: 0
# no-class-assign: 0
# no-confusing-arrow: 0
# # no-const-assign: 0
# no-dupe-class-members: 0
# no-duplicate-imports: 0
# no-new-symbol: 0
# no-restricted-imports: 0
# no-this-before-super: 0
# no-useless-computed-key: 0
# no-useless-constructor: 0
# no-useless-rename: 0
# no-var: 0
# object-shorthand: 0
# prefer-arrow-callback: 0
# prefer-const: 0
# prefer-destructuring: 0
# prefer-numeric-literals: 0
# prefer-rest-params: 0
# prefer-spread: 0
# prefer-template: 0
# require-yield: 0
# rest-spread-spacing: 0
# sort-imports: 0
# symbol-description: 0
# template-curly-spacing: 0
# yield-star-spacing: 0
globals:
# See module requires option parameter for `webpack-zero-bemhtml-loader` in `webpack.config.js`
config: true
# All default BEMHTML mods:
addAttrs: true
addElemMods: true
addJs: true
addMix: true
addMods: true
appendContent: true
apply: true
applyCtx: true
applyNext: true
attrs: true
bem: true
block: true
cls: true
content: true
def: true
elem: true
elemMod: true
elemMods: true
extend: true
js: true
local: true
match: true
mix: true
mod: true
mode: true
mods: true
oninit: true
prependContent: true
replace: true
tag: true
wrap: true
xjstOptions : true
| 24.659864 | 101 | 0.58731 |
e912b334c51d6c1e804736f59c66d80efc79e817 | 1,494 | yml | YAML | src/_data/showcase.yml | burden/burdendotcc | b519459165be1fd9f96e3321f965c4fa99c0603c | [
"MIT"
] | null | null | null | src/_data/showcase.yml | burden/burdendotcc | b519459165be1fd9f96e3321f965c4fa99c0603c | [
"MIT"
] | null | null | null | src/_data/showcase.yml | burden/burdendotcc | b519459165be1fd9f96e3321f965c4fa99c0603c | [
"MIT"
] | null | null | null | - name: jekyll-bulma-boilerplate
demo: https://jekyll-bulma-boilerplate.burden.cc
github:
user: burden
repo: jekyll-bulma-boilerplate
screenshot: showcase/boilerplate@0.5x.jpg
intro: A nifty boilerplate for Jekyll made magnificent with the help of Bulma.
about: >-
Everything you need to get started building your very own sass enabled website.
- name: jekyll-business-sense
demo: https://jekyll-business-sense.burden.cc
github:
user: burden
repo: jekyll-business-sense
screenshot: showcase/business@0.5x.jpg
intro: A remarkable single page Jekyll theme for your small business, packed full of SERP tidbits.
about: >-
Notable features: scrollspy navigation, contact form, lightbox-style image gallery, testimonial carousel.
- name: jekyll-cards-boilerplate
demo: https://jekyll-cards-boilerplate.burden.cc
github:
user: burden
repo: jekyll-cards-boilerplate
screenshot: showcase/cards@0.5x.jpg
intro: A card theme for Jekyll made awesome using Bulma.
about: >-
Notable features: categorized cards, and a quick search for visitors.
- name: jekyll-sponsors-boilerplate
demo: https://jekyll-sponsors-boilerplate.burden.cc
github:
user: burden
repo: jekyll-sponsors-boilerplate
screenshot: showcase/sponsors@0.5x.jpg
intro: A Jekyll theme for giving thanks to your sponsors made extraordinary using Bulma.
about: >-
Notable features: easily manage campaigns, and sponsors. Stripe "buy now" integration. | 38.307692 | 109 | 0.749665 |
aafa0f52797f69affcdb3e754b72a043beb69a94 | 541 | yml | YAML | compose_modules.yml | jbauers/doc-docs | 43469c28721767c760a098246014d7a6572ef5b2 | [
"MIT"
] | 4 | 2018-12-17T15:01:44.000Z | 2019-02-11T08:33:50.000Z | compose_modules.yml | jbauers/doc-docs | 43469c28721767c760a098246014d7a6572ef5b2 | [
"MIT"
] | null | null | null | compose_modules.yml | jbauers/doc-docs | 43469c28721767c760a098246014d7a6572ef5b2 | [
"MIT"
] | null | null | null | version: '3.7'
services:
ansible:
build:
context: ./modules
dockerfile: Dockerfile.ansible
volumes:
- ${ANSIBLE}:/ansible:rw
golang:
build:
context: ./modules
dockerfile: Dockerfile.golang
volumes:
- ${GOLANG}:/golang:rw
puppet:
build:
context: ./modules
dockerfile: Dockerfile.puppet
volumes:
- ${PUPPET}:/puppet:rw
terraform:
build:
context: ./modules
dockerfile: Dockerfile.terraform
volumes:
- ${TERRAFORM}:/terraform:rw
| 17.451613 | 38 | 0.593346 |
23fb3e60f37a34f697aaaf0be8f356463a796e3f | 217 | yml | YAML | src/Russia/UserBundle/Resources/config/services.yml | ousshr47/russia | a8ffe9c4db5d4b03206dd190b7b750e79fac9b39 | [
"MIT"
] | null | null | null | src/Russia/UserBundle/Resources/config/services.yml | ousshr47/russia | a8ffe9c4db5d4b03206dd190b7b750e79fac9b39 | [
"MIT"
] | null | null | null | src/Russia/UserBundle/Resources/config/services.yml | ousshr47/russia | a8ffe9c4db5d4b03206dd190b7b750e79fac9b39 | [
"MIT"
] | null | null | null | services:
app_user.registration_listener:
class: Russia\UserBundle\EventListener\RegistrationListener
arguments: []
tags:
- { name: kernel.event_subscriber } | 36.166667 | 72 | 0.599078 |
dfc8f902c78452d93f379c66ebf423e4a5503d63 | 709 | yml | YAML | threads/3334493/posts/64662757.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/3334493/posts/64662757.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/3334493/posts/64662757.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | url: showpost.php?p=64662757&postcount=7421
id: 64662757
tid: 3334493
num: 7421
datetime: 2014-01-16T06:22:00.000Z
user:
img: null
name: Not Responding
title: K.I.A
joinDate: 2013-11-30T16:00:00.000Z
posts: 113
id: '1371774'
title: >-
Re: post 1 tấm ảnh về Cô gái mà bạn cho là xinh nhất mà bạn từng gặp trong
đời?!
content:
html: "\r\n\t\t\t<!-- BEGIN TEMPLATE: ad_showthread_firstpost_start -->\n\n<!-- END TEMPLATE: ad_showthread_firstpost_start -->\r\n\t\t\t^ Hơi phũ nhưng xấu thật bạn à <img src=\"/images/smilies/Off/pudency.gif\" border=\"0\" alt=\"\" title=\"Pudency\" class=\"inlineimg\">\r\n\t\t"
text: ^ Hơi phũ nhưng xấu thật bạn à
| 37.315789 | 328 | 0.67842 |
647aa0968f1b789de96dad9f962ef39498a24687 | 576 | yml | YAML | .github/dependabot.yml | Magicsoftuz/NOJ | 3fc9f1e8009c569ce0e8da669a0e43a874d8158f | [
"MIT"
] | 1,732 | 2019-03-07T05:30:51.000Z | 2022-03-30T02:20:11.000Z | .github/dependabot.yml | moschao/NOJ | 4ad6c36f09967c3cd7c0f7f2e31324b15bc6497f | [
"MIT"
] | 494 | 2019-03-07T16:54:04.000Z | 2022-03-29T07:02:53.000Z | .github/dependabot.yml | moschao/NOJ | 4ad6c36f09967c3cd7c0f7f2e31324b15bc6497f | [
"MIT"
] | 136 | 2019-03-07T08:28:48.000Z | 2022-03-29T00:50:20.000Z | version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
time: "21:00"
open-pull-requests-limit: 10
target-branch: dev
reviewers:
- ZsgsDesign
assignees:
- ZsgsDesign
labels:
- dependencies
- php
versioning-strategy: lockfile-only
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "21:00"
open-pull-requests-limit: 10
target-branch: dev
reviewers:
- ZsgsDesign
assignees:
- ZsgsDesign
labels:
- dependencies
- javascript
versioning-strategy: lockfile-only
| 17.454545 | 36 | 0.685764 |
9d9c37a330c0e5f3f09f93957d9b5a58ec4e6ead | 485 | yaml | YAML | examples/introduction/configs/dbs/EXAMPLE_anomaly_split.yaml | magics-tech/dabstract-1 | 9f7a2d99d0dff1df5c2f90c82b1eecc9c42c2c24 | [
"MIT"
] | 7 | 2020-11-04T13:21:01.000Z | 2021-12-14T13:08:04.000Z | examples/introduction/configs/dbs/EXAMPLE_anomaly_split.yaml | magics-tech/dabstract-1 | 9f7a2d99d0dff1df5c2f90c82b1eecc9c42c2c24 | [
"MIT"
] | null | null | null | examples/introduction/configs/dbs/EXAMPLE_anomaly_split.yaml | magics-tech/dabstract-1 | 9f7a2d99d0dff1df5c2f90c82b1eecc9c42c2c24 | [
"MIT"
] | 2 | 2020-11-26T09:25:23.000Z | 2021-09-22T12:05:14.000Z | datasets:
- name: EXAMPLE
parameters:
paths:
data: !pathjoin [data,data]
meta: !pathjoin [data,data]
feat: !pathjoin [data,feat]
subdb: normal
split: 1 # split data in 1s segments
test_only: 0
- name: EXAMPLE
parameters:
paths:
data: !pathjoin [data,data]
meta: !pathjoin [data,data]
feat: !pathjoin [data,feat]
subdb: abnormal
split: 1 # split data in 1s segments
test_only: 1 | 25.526316 | 42 | 0.573196 |
3baa7094b39f1ecd4e0b4d43817e3bd05c11879b | 204 | yml | YAML | vendor/gopkg.in/src-d/regression-core.v0/.travis.yml | jfontan/regression-gitbase | 37ade054a337b778f719f7541b03ce603dcc44d9 | [
"Apache-2.0"
] | null | null | null | vendor/gopkg.in/src-d/regression-core.v0/.travis.yml | jfontan/regression-gitbase | 37ade054a337b778f719f7541b03ce603dcc44d9 | [
"Apache-2.0"
] | null | null | null | vendor/gopkg.in/src-d/regression-core.v0/.travis.yml | jfontan/regression-gitbase | 37ade054a337b778f719f7541b03ce603dcc44d9 | [
"Apache-2.0"
] | null | null | null | language: go
go:
- 1.10.x
- tip
matrix:
fast_finish: true
allow_failures:
- go: tip
go_import_path: gopkg.in/src-d/regression-core.v0
script:
- make dependencies
- make test-coverage
| 11.333333 | 49 | 0.676471 |
e82c29becde6811f4cbc861cec2a7a2c72ccd993 | 143 | yml | YAML | environment.yml | napsternxg/TweetDownloader | e599a720b34dd945c8ed03aedde9edff803944dd | [
"Apache-2.0"
] | 7 | 2017-06-15T19:30:35.000Z | 2022-01-06T21:15:37.000Z | environment.yml | napsternxg/TweetDownloader | e599a720b34dd945c8ed03aedde9edff803944dd | [
"Apache-2.0"
] | null | null | null | environment.yml | napsternxg/TweetDownloader | e599a720b34dd945c8ed03aedde9edff803944dd | [
"Apache-2.0"
] | 6 | 2017-04-13T04:00:43.000Z | 2021-02-04T21:23:30.000Z | name: social-media-download
channels:
- defaults
dependencies:
- python=3
- pip
- pip:
- requests
- twarc
- vaderSentiment
| 13 | 27 | 0.636364 |
7823101d52f730be848f50cf6c22910a4b7b2981 | 4,920 | yml | YAML | detections/local_admin_account_creation.yml | muralith-xilinx/security-content | c2bec11d6d0f244f729a48131cad859d2879b12c | [
"Apache-2.0"
] | null | null | null | detections/local_admin_account_creation.yml | muralith-xilinx/security-content | c2bec11d6d0f244f729a48131cad859d2879b12c | [
"Apache-2.0"
] | null | null | null | detections/local_admin_account_creation.yml | muralith-xilinx/security-content | c2bec11d6d0f244f729a48131cad859d2879b12c | [
"Apache-2.0"
] | null | null | null | asset_type: Windows
confidence: medium
creation_date: '2018-03-26'
data_metadata:
data_eventtypes:
- wineventlog_security
data_source:
- Windows Event Logs
providing_technologies:
- Microsoft Windows
description: This search looks for newly created accounts that have been elevated
to local administrators.
detect:
splunk:
correlation_rule:
notable:
nes_fields: user,src_user, dest
rule_description: The new user account $user$ was created on $dest$ by $src_user$.
rule_title: New local admin account $user$ created by $src_user$.
risk:
risk_object: user
risk_object_type:
- system
risk_score: 40
schedule:
cron_schedule: 0 9 * * *
earliest_time: -1440m@m
latest_time: -10m@m
search: eventtype = wineventlog_security signature_id=4720 OR (signature_id=4732
Group_Name= Administrators) | transaction Security_ID connected=false maxspan=180m | search
signature_id=4720 signature_id=4732 | table _time user dest signature_id Security_ID
Group_Name src_user Message
suppress:
suppress_fields: user
suppress_period: 86400s
eli5: This search looks for Windows Event Code 4720 (account creation) and 4732 (account
added to a security-enabled local group), where the group name is "Administrators",
and determines whether they are generated for the same user's Security ID within
three hours of each other. It will return the user account that was added, the
Security ID, the group name to which the user was added, the account name of the
user who initiated the action, and the subsequent message returned.
entities:
- user
how_to_implement: 'You must be ingesting Windows Security logs. You must also enable
the account change auditing here:http://docs.splunk.com/Documentation/Splunk/7.0.2/Data/MonitorWindowseventlogdata.
Additionally, this search requires you to enable your Group Management Audit Logs
in your Local Windows Security Policy and to be ingesting those logs. More information
on how to enable them can be found here: http://whatevernetworks.com/auditing-group-membership-changes-in-active-directory/.
Finally, please make sure that the local administrator group name is "Administrators"
to be able to look for the right group membership changes.\
This search produces fields (`Security_ID`,`Group_Name`,`Message`) that are not
yet supported by ES Incident Review and therefore cannot be viewed when a notable
event is raised. These fields contribute additional context to the notable. To see
the additional metadata, add the following fields, if not already present, to Incident
Review - Event Attributes (Configure > Incident Management > Incident Review Settings
> Add New Entry):\\n1. **Label:** Security ID, **Field:** Security_ID\
1. \
1. **Label:** Group Name, **Field:** Group_Name\
1. \
1. **Label:** Message, **Field:** Message\
Detailed documentation on how to create a new field within Incident Review may be
found here: `https://docs.splunk.com/Documentation/ES/5.3.0/Admin/Customizenotables#Add_a_field_to_the_notable_event_details`'
id: b25f6f62-0712-43c1-b203-083231ffd97d
investigations:
- id: bc91a8cf-35e7-4bb2-8140-e756cc06fd76
name: Get Authentication Logs For Endpoint
type: splunk
- id: fecf2918-670d-4f1c-872b-3d7317a41bf9
name: Get Parent Process Info
type: splunk
- id: fdcfb369-1725-4c24-824a-22972d7f0d55
name: Get Risk Modifiers For User
type: splunk
- id: bc91a8cf-35e7-4bb2-8140-e756cc06fd71
name: Get Process Info
type: splunk
- id: 3d6c3213-5fff-4a1e-b57d-b24c262171e7
name: Get Notable History
type: splunk
- id: f3fb4d1b-5f33-4b01-b541-c7af9534c242
name: Get Notable Info
type: splunk
- id: fdcfb369-1725-4c24-824a-22972d7f0d65
name: Get Risk Modifiers For Endpoint
type: splunk
- id: bc91a8cf-35e7-4bb2-8140-e756cc06fd74
name: Get User Information from Identity Table
type: splunk
known_false_positives: The activity may be legitimate. For this reason, it's best
to verify the account with an administrator and ask whether there was a valid service
request for the account creation. If your local administrator group name is not
"Administrators", this search may generate an excessive number of false positives
maintainers:
- company: Splunk
email: bpatel@splunk.com
name: Bhavin Patel
mappings:
cis20:
- CIS 16
kill_chain_phases:
- Actions on Objectives
- Command and Control
mitre_attack:
- Valid Accounts
- Defense Evasion
- Persistence
nist:
- PR.AC
- DE.CM
modification_date: '2019-02-28'
name: Detect New Local Admin account
original_authors:
- company: Splunk
email: davidd@splunk.com
name: David Dorsey
references: []
security_domain: access
spec_version: 2
type: splunk
version: '1.0'
| 38.740157 | 128 | 0.738415 |
0350b4f43a798a4d5d5c501960eea5ab9845d5ed | 316 | yaml | YAML | charts/fluent-bit/templates/configmap-luascripts.yaml | xavierivadulla/helm-charts | 81f87de99fb3d4e3fb2eb6195c8f2344a80d83ab | [
"Apache-2.0"
] | 1,351 | 2018-07-04T06:14:20.000Z | 2022-03-31T16:28:47.000Z | charts/fluent-bit/templates/configmap-luascripts.yaml | xavierivadulla/helm-charts | 81f87de99fb3d4e3fb2eb6195c8f2344a80d83ab | [
"Apache-2.0"
] | 11,211 | 2018-07-24T22:47:33.000Z | 2022-03-31T19:29:15.000Z | charts/fluent-bit/templates/configmap-luascripts.yaml | xavierivadulla/helm-charts | 81f87de99fb3d4e3fb2eb6195c8f2344a80d83ab | [
"Apache-2.0"
] | 481 | 2018-07-24T14:13:41.000Z | 2022-03-31T15:55:46.000Z | {{- if gt (len .Values.luaScripts) 0 -}}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "fluent-bit.fullname" . }}-luascripts
labels:
{{- include "fluent-bit.labels" . | nindent 4 }}
data:
{{ range $key, $value := .Values.luaScripts }}
{{ $key }}: {{ $value | quote }}
{{ end }}
{{- end -}}
| 24.307692 | 56 | 0.579114 |
6b6fd184fb557f704409d6cd37330af32c283935 | 3,068 | yml | YAML | src/main/resources/plugin.yml | JCox06/VoteMod | eade92af8349c4ac54dd226499a2738ea587ff16 | [
"MIT"
] | null | null | null | src/main/resources/plugin.yml | JCox06/VoteMod | eade92af8349c4ac54dd226499a2738ea587ff16 | [
"MIT"
] | null | null | null | src/main/resources/plugin.yml | JCox06/VoteMod | eade92af8349c4ac54dd226499a2738ea587ff16 | [
"MIT"
] | null | null | null | # MIT License
#
# Copyright (c) 2021 Jacob Cox
#
# 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 use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
name: VoteMod
main: uk.co.jcox.votemod.Main
version: ${project.version}
author: Jacob Cox
api-version: 1.17
depend: [Vault]
#permissions:
# votemod.vote:
# description: Allows players to start votes and vote on ongoing votes
# votemod.cancel:
# description: Cancels votes
# votemod.list:
# description: See a list of votes
# votemod.clear:
# description: Clear all votes
# votemod.bypass:
# description: When assigned it stops a particular player from being voted
permissions:
VoteMod.*:
default: op
description: Gives access to everything in VoteMod including the managing of votes
children:
VoteMod.participate: true
VoteMod.start: true
VoteMod.manage: true
VoteMod.standard:
description: Gives access to standard features such as creating and participating in votes
children:
VoteMod.participate: true
VoteMod.start: true
VoteMod.manage:
description: Gives access to destroying votes
children:
VoteMod.clear: true
VoteMod.delete: true
VoteMod.start:
description: Gives access to starting votes of any type
children:
VoteMod.startban: true
VoteMod.startpardon: true
VoteMod.participate:
description: Gives access to allow voting of already existing votes
VoteMod.ban: true
VoteMod.startpardon: true
#Actual Permissions
VoteMod.clear:
description: Gives access to deleting all votes
VoteMod.delete:
description: Gives access to removing specific votes
VoteMod.startban:
description: Gives access to starting a vote ban
VoteMod.startpardon:
description: Gives access to starting a vote pardon
VoteMod.ban:
description: Gives access to participating in a vote ban
VoteMod.pardon:
description: Gives access to participating in a vote pardon
VoteMod.bypass:
description: Players with this permission cannot be voted.
default: op
| 32.989247 | 94 | 0.735332 |
16bf98e65503e3d2f5a51fccd1b71539a207fc81 | 153 | yml | YAML | docker-compose.yml | renatobenks/CodeCorockrApplication | 9eb3620043983cf6c1731e798c08981ae106cdcc | [
"MIT"
] | 1 | 2018-06-13T11:49:00.000Z | 2018-06-13T11:49:00.000Z | docker-compose.yml | renatobenks/CodeCorockrApplication | 9eb3620043983cf6c1731e798c08981ae106cdcc | [
"MIT"
] | null | null | null | docker-compose.yml | renatobenks/CodeCorockrApplication | 9eb3620043983cf6c1731e798c08981ae106cdcc | [
"MIT"
] | null | null | null | web:
build: .
environment:
- NODE_ENV=development
command: node ./index.js
ports:
- "8000:8000"
volumes:
- .:/CodeRockrApplication
| 15.3 | 29 | 0.627451 |
e5875640e0233aed0bb06fc2222e6bc8e70803ac | 1,604 | yml | YAML | defaults/main.yml | triplepoint/ansible-zigbee2mqtt | cbe265c4480858aa97038bce9a92063fa63f54f8 | [
"MIT"
] | null | null | null | defaults/main.yml | triplepoint/ansible-zigbee2mqtt | cbe265c4480858aa97038bce9a92063fa63f54f8 | [
"MIT"
] | null | null | null | defaults/main.yml | triplepoint/ansible-zigbee2mqtt | cbe265c4480858aa97038bce9a92063fa63f54f8 | [
"MIT"
] | null | null | null | ---
# The name of the user and group to be created on the host machine,
# to own the configuration files for this service.
z2mq_exec_user: z2mq-exec
# The user ID and group ID to assign to the above user. If you find that This
# UID or GID already exists on your host, adjust this to an unused value.
z2mq_exec_user_and_group_id: "1996"
# The version tag of the `koenkk/zigbee2mqtt` docker hub image.
z2mq_docker_image_version: "latest"
# A key/value set of environment variables and their values, which will be
# set on the docker container.
z2mq_environment_variables: {
TZ: ETC/UTC
}
# If set to a string, the created Docker container will attach to a
# pre-existing default Docker network, instead of creating its own.
z2mq_network_name: ""
# Labels to put on the application containers
z2mq_container_labels: []
# The path to the serial device representing the ZigBee dongle.
# Do not use /dev/ttyUSBX serial devices, as those mappings can change over time.
# Instead, use the /dev/serial/by-id/X serial device for your device.
z2mq_zigbee_dongle_serial_device: ""
# The host name where the MQTT broker listens
z2mq_mqtt_host: "localhost"
# The user name for zigbee2mqtt, on the MQTT broker (leave empty if not required)
z2mq_mqtt_user_name: ""
# The password for zigbee2mqtt, on the MQTT broker (leave empty if not required)
z2mq_mqtt_password: ""
# Permit new devices to join the network
z2mq_allow_new_devices: "true"
# Enable Home Assistant integration (MQTT discovery)
z2mq_enable_homeassistant: "false"
# Which port should the GUI frontend service use?
z2mq_frontend_port: 8080
| 33.416667 | 81 | 0.777431 |
e629b37e241acc19c2ff24058bd7cfa5cbcf8b5a | 3,888 | yml | YAML | config/locales/en.yml | CrowdArt/public-market-storefront | b4d76086db1d05862549fb60f117be38e3f87950 | [
"BSD-3-Clause"
] | 1 | 2021-01-12T20:55:36.000Z | 2021-01-12T20:55:36.000Z | config/locales/en.yml | CrowdArt/public-market-storefront | b4d76086db1d05862549fb60f117be38e3f87950 | [
"BSD-3-Clause"
] | null | null | null | config/locales/en.yml | CrowdArt/public-market-storefront | b4d76086db1d05862549fb60f117be38e3f87950 | [
"BSD-3-Clause"
] | null | null | null | # master spree locales: https://github.com/spree/spree/blob/master/core/config/locales/en.yml
en:
hero:
header:
out: Join the Rewards-Driven Shopping Revolution
in: Rewards-Driven Shopping Revolution
subheader: Zero fees for sellers. Lower prices for you.
call_to_action: Start Earning
how_it_works:
header: How Public Market Changes E-Commerce
zero_fees: Zero Fees
zero_fees_text: Merchants can list and sell their products for fiat, with no mandatory seller fees (including listing and transaction fees).
buyer_rewards: Buyer Rewards
buyer_rewards_text: Merchants may use a portion of their savings fees to offer buyers “cashback” rewards in the form of blockchain-based incentives.
token_market: Token Market
token_market_text: Merchants may buy tokens from the open market to fuel their rewards & consumer incentives.
home:
top_selling_header: Top Selling Books
staff_picks_title: LIMITED-TIME OFFER – 3% MORE<span class='hidden-xs'> BUYER</span> REWARDS
staff_picks_header: Enjoy this Month's <br> Staff Picks
staff_picks_btn_text: Explore
top_collections_header: Top Categories
bottom_collections_header: Featured Collections
top_products_header: Top Selling Products
account:
confirm_alert: "To redeem your Buyer Rewards, you'll have confirm your email address. Want to receive a verification link to <strong>%{email}</strong> now?"
payment_methods:
cards:
add_new: Add new payment method
deleted: Card was deleted
updated: Card was successfully updated
delete_prompt: Are you sure you want to delete this bank card?
set_as_default: Default payment method was succesfully changed
stripe_agreement: "By submitting this form, you confirm that you have read the <a href='https://stripe.com/us/connect/legal' target='_blank'>Stripe Connected Account Agreement</a> and agree to the terms & conditions."
addresses:
no_addresses: No addresses provided yet
add_new: Add a New Shipping Address
updated: Updated successfully
successfully_created: Address has been successfully created
successfully_removed: Address has been successfully removed
delete_prompt: Are you sure you want to delete this shipping address?
use_new_shipping_address: Use a new shipping address
use_existing_shipping_address: Ship to existing address
same_as_billing: Same as billing address
set_as_default: Default shipping address was succesfully changed
properties:
vinyl_speed: RPM
sell_on_pm: Sell on Public Market
sell:
merchant_application: Merchant Application
general: General
business: Business Information
skus: How many SKUs do you have?
product_categories: Which product categories would you describe your inventory as?
categories:
- Automotive
- Baby Products
- Books
- Camera
- Cell Phones & Accessories
- Clothing & Apparel
- Computers
- Consumer Electronics
- DVD & Blu-Ray
- Electronics
- Fashion Accessories
- Garden
- Gift Cards
- Grocery
- Handmade
- Health & Beauty
- Home Goods
- Jewelry
- Office Products
- Services
- Sports & Outdoors
- Tools & Home Improvement
- Toys & Games
- Travel & Luggage
- Video Games
brand: Are you the brand or manufacturer of the products you sell?
website: "If you currently sell on your own site, please enter the link here:"
marketplaces: "If you currently sell on other online marketplaces, please enter the links to your storefronts here:"
software: "If you sell on other online marketplaces, what software or services do you currently use for inventory and order management?"
submit: Submit
success: Your application was submitted successfully. We'll be in touch soon!
| 40.926316 | 221 | 0.729681 |
29a8c048febc9e3522ddd0881c547429ee1d4d02 | 401 | yml | YAML | web/config/sync/rest.resource.entity.node.yml | drupestre/d8913examples | b8820a75267b9ebc6212a67c6cf1c7d3c4d59292 | [
"MIT"
] | null | null | null | web/config/sync/rest.resource.entity.node.yml | drupestre/d8913examples | b8820a75267b9ebc6212a67c6cf1c7d3c4d59292 | [
"MIT"
] | null | null | null | web/config/sync/rest.resource.entity.node.yml | drupestre/d8913examples | b8820a75267b9ebc6212a67c6cf1c7d3c4d59292 | [
"MIT"
] | null | null | null | uuid: a0c47f6c-12f1-4153-b85b-c5b8b5f37686
langcode: fr
status: true
dependencies:
module:
- basic_auth
- hal
- node
_core:
default_config_hash: t_jfECmZhJqBOJuSOFn87EOi_TWi-_fRYTuJgd19vgg
id: entity.node
plugin_id: 'entity:node'
granularity: resource
configuration:
methods:
- GET
- POST
- PATCH
- DELETE
formats:
- hal_json
authentication:
- basic_auth
| 16.708333 | 66 | 0.708229 |
502aa8dea76a24bd8157eaed7c0775066fb0cc2c | 150 | yaml | YAML | server/tests-py/queries/v2/mssql/run_sql/schema_teardown_mssql.yaml | devrsi0n/graphql-engine | 5726852c5414d9a0bcb1b50b439a964438ce0ae4 | [
"Apache-2.0",
"MIT"
] | 1 | 2021-05-28T15:24:43.000Z | 2021-05-28T15:24:43.000Z | server/tests-py/queries/v2/mssql/run_sql/schema_teardown_mssql.yaml | devrsi0n/graphql-engine | 5726852c5414d9a0bcb1b50b439a964438ce0ae4 | [
"Apache-2.0",
"MIT"
] | 2 | 2021-11-15T17:04:34.000Z | 2021-11-15T23:04:32.000Z | server/tests-py/queries/v2/mssql/run_sql/schema_teardown_mssql.yaml | devrsi0n/graphql-engine | 5726852c5414d9a0bcb1b50b439a964438ce0ae4 | [
"Apache-2.0",
"MIT"
] | null | null | null | type: bulk
args:
- type: mssql_run_sql
args:
source: mssql
cascade: true
sql: |
DROP TABLE [article];
DROP TABLE [author];
| 13.636364 | 27 | 0.593333 |
990efbf2238a72e69d5e362b74682ec38cdcd084 | 350 | yml | YAML | .golangci.yml | softboyinori/karma | 14f0352d2dd0f25b3e1d20a90c97ea3ee71fc39e | [
"Apache-2.0"
] | null | null | null | .golangci.yml | softboyinori/karma | 14f0352d2dd0f25b3e1d20a90c97ea3ee71fc39e | [
"Apache-2.0"
] | null | null | null | .golangci.yml | softboyinori/karma | 14f0352d2dd0f25b3e1d20a90c97ea3ee71fc39e | [
"Apache-2.0"
] | null | null | null | run:
deadline: 5m
skip-files:
- bindata_assetfs.go
linters:
enable:
- golint
- dupl
- goconst
- scopelint
- maligned
- goimports
- goconst
- misspell
- unparam
- nakedret
- prealloc
linters-settings:
govet:
check-shadowing: true
golint:
min-confidence: 0
dupl:
threshold: 200
| 12.962963 | 25 | 0.591429 |
82b417bce9a9ec10eace74c5cfc81178f002d582 | 358 | yaml | YAML | Documentation/CPU16/Instructions/mul.yaml | betajaen/dx8 | 0ecfb37836e9460f159160c2a8ab2acd37cf9915 | [
"MIT"
] | 9 | 2017-12-19T16:36:35.000Z | 2021-10-18T16:18:58.000Z | Documentation/CPU16/Instructions/mul.yaml | betajaen/dx8 | 0ecfb37836e9460f159160c2a8ab2acd37cf9915 | [
"MIT"
] | null | null | null | Documentation/CPU16/Instructions/mul.yaml | betajaen/dx8 | 0ecfb37836e9460f159160c2a8ab2acd37cf9915 | [
"MIT"
] | null | null | null | --- !ruby/object:InstructionDefinition
name: :mul
operations:
:word:
- p = p * q;
- CCR(p);
:byte:
- p = (p * q) & 0xFF;
- CCR(p);
:none: []
operands:
- p
- q
comment: Multiply
description: |
Multiply two unsigned values together and place the result the `p` register.
`p = p × q`
flags:
N: :set
V: :set
Z: :set
C: :set
| 15.565217 | 78 | 0.558659 |
8a4328ef45a5ca485b906427f426bafc014c13ec | 510 | yml | YAML | modules/bibcite_bibtex/bibcite_bibtex.services.yml | plepe/bibcite | ef0c2a418047beff8b8e80798d16b21b8a549f2e | [
"AAL"
] | null | null | null | modules/bibcite_bibtex/bibcite_bibtex.services.yml | plepe/bibcite | ef0c2a418047beff8b8e80798d16b21b8a549f2e | [
"AAL"
] | null | null | null | modules/bibcite_bibtex/bibcite_bibtex.services.yml | plepe/bibcite | ef0c2a418047beff8b8e80798d16b21b8a549f2e | [
"AAL"
] | null | null | null | services:
bibcite_bibtex.encoder.bibtex:
class: Drupal\bibcite_bibtex\Encoder\BibtexEncoder
tags:
- { name: encoder, format: bibtex }
bibcite_bibtex.normalizer.reference:
class: Drupal\bibcite_bibtex\Normalizer\BibtexReferenceNormalizer
tags:
- { name: normalizer, priority: 5 }
arguments: ['@entity.manager', '@config.factory']
calls:
- [setFormat, ['bibtex']]
properties:
defaultType: 'misc'
contributorKey: 'author'
keywordKey: 'keywords'
| 30 | 69 | 0.676471 |
58ed03efa964bcd54bbd25860d1f895cd363bfda | 47,976 | yml | YAML | spec/cassettes_plos/SearchController/GET_show_from_advanced_search/renders_the_show_template.yml | PLOS/alm-report-lagotto | 4b455db3df3282d5724b9c5d8934c824eb0677dd | [
"MIT"
] | null | null | null | spec/cassettes_plos/SearchController/GET_show_from_advanced_search/renders_the_show_template.yml | PLOS/alm-report-lagotto | 4b455db3df3282d5724b9c5d8934c824eb0677dd | [
"MIT"
] | 1 | 2020-04-14T23:04:17.000Z | 2020-04-15T22:46:04.000Z | spec/cassettes_plos/SearchController/GET_show_from_advanced_search/renders_the_show_template.yml | PLOS/alm-report-lagotto | 4b455db3df3282d5724b9c5d8934c824eb0677dd | [
"MIT"
] | null | null | null | ---
http_interactions:
- request:
method: get
uri: http://solr-mega-dev.soma.plos.org/solr/journals_dev/select?f.publication_date.facet.range.end=NOW&f.publication_date.facet.range.gap=%2B1YEAR&f.publication_date.facet.range.start=2000-01-01T00:00:00Z&facet=true&facet.field=article_type&facet.field=journal&facet.field=publication_date&facet.range=publication_date&fl=id,pmid,publication_date,received_date,accepted_date,title,journal_name,author_display,editor_display,article_type,affiliate,subject,financial_disclosure&fq=!article_type_facet:%22Issue%20Image%22&fq=doc_type:full&fq=journal_key:PLoSCompBiol&hl=false&q=everything:biology&rows=25&wt=json
body:
encoding: US-ASCII
string: ''
headers:
Accept-Encoding:
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
Accept:
- "*/*"
User-Agent:
- Ruby
Host:
- api.plos.org
response:
status:
code: 200
message: OK
headers:
Date:
- Tue, 30 Dec 2014 19:49:44 GMT
Server:
- Apache-Coyote/1.1
Last-Modified:
- Tue, 30 Dec 2014 19:48:29 GMT
Etag:
- '"ZGQzYjA4MDAwMDAwMDAwMFNvbHI="'
Content-Type:
- application/json;charset=UTF-8
Connection:
- close
Transfer-Encoding:
- chunked
Set-Cookie:
- Coyote-2-9514450c=95144521:0; path=/
body:
encoding: UTF-8
string: |
{"response":{"numFound":5114,"start":0,"docs":[{"id":"10.1371/journal.pcbi.1002244","journal_name":"PLOS Computational Biology","pmid":"22046118","subject":["/Biology and life sciences/Computational biology","/Computer and information sciences","/Social sciences/Sociology/Education/Schools","/Physical sciences/Mathematics/Applied mathematics/Algorithms","/Research and analysis methods/Simulation and modeling/Algorithms","/People and places/Population groupings/Professions/Teachers","/Research and analysis methods/Database and informatics methods/Bioinformatics/Sequence analysis/BLAST algorithm","/Biology and life sciences/Evolutionary biology/Evolutionary systematics/Phylogenetics/Phylogenetic analysis","/Biology and life sciences/Taxonomy/Evolutionary systematics/Phylogenetics/Phylogenetic analysis","/Computer and information sciences/Data management/Taxonomy/Evolutionary systematics/Phylogenetics/Phylogenetic analysis","/Science policy/Science and technology workforce/Careers in research/Scientists/Biologists","/People and places/Population groupings/Professions/Scientists/Biologists"],"publication_date":"2011-10-27T00:00:00Z","article_type":"Education","author_display":["Suzanne Renick Gallagher","William Coon","Kristin Donley","Abby Scott","Debra S. Goldberg"],"editor_display":["Philip E. Bourne"],"affiliate":["Department of Computer Science, University of Colorado, Boulder, Colorado, United States of America","Boulder Valley School District, Boulder, Colorado, United States of America"],"financial_disclosure":"This work was supported by the National Science Foundation under Grant DGE 0841423. The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.","title":"A First Attempt to Bring Computational Biology into Advanced High School Biology Classrooms"},{"id":"10.1371/journal.pcbi.1004323","journal_name":"PLOS Computational Biology","pmid":"26107876","subject":["/Biology and life sciences/Computational biology","/Biology and life sciences/Systems biology","/Biology and life sciences/Genetics/Genomics/Genomic medicine","/Biology and life sciences/Genetics/Genomics","/Social sciences/Economics/Labor economics/Employment/Careers","/Computer and information sciences/Systems science/Systems biology","/Physical sciences/Mathematics/Systems science/Systems biology","/Research and analysis methods/Database and informatics methods/Bioinformatics","/People and places/Population groupings/Professions/Scientists","/Science policy/Science and technology workforce/Careers in research/Scientists/Biologists","/People and places/Population groupings/Professions/Scientists/Biologists","/Science policy/Science and technology workforce/Careers in research/Scientists"],"publication_date":"2015-06-24T00:00:00Z","article_type":"Message from ISCB","author_display":["Christiana N. Fogg","Diane E. Kovats"],"affiliate":["Freelance Science Writer, Kensington, Maryland, United States of America","Executive Director, International Society for Computational Biology, La Jolla, California, United States of America"],"financial_disclosure":"CNF was paid by ISCB to write this article.","title":"Computational Biology: Moving into the Future One Click at a Time"},{"id":"10.1371/journal.pcbi.1005050","journal_name":"PLOS Computational Biology","pmid":"","subject":["/Biology and life sciences/Computational biology","/Medicine and health sciences/Inflammatory diseases","/Biology and life sciences/Immunology/Immune response","/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Perception/Face recognition","/Biology and life sciences/Cell biology/Signal transduction/Cell signaling/Oncogenic signaling","/Medicine and health sciences/Immunology/Immune response","/Biology and life sciences/Psychology/Cognitive psychology/Perception/Face recognition","/Social sciences/Psychology/Cognitive psychology/Perception/Face recognition","/Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Forecasting","/Physical sciences/Mathematics/Statistics (mathematics)/Statistical methods/Forecasting","/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Memory/Face recognition","/Biology and life sciences/Neuroscience/Learning and memory/Memory/Face recognition","/Biology and life sciences/Microbiology/Microbial genomics/Microbiome","/Biology and life sciences/Genetics/Genomics/Microbial genomics/Microbiome","/Biology and life sciences/Microbiology/Medical microbiology/Microbiome","/Science policy/Science and technology workforce/Careers in research/Scientists/Biologists","/People and places/Population groupings/Professions/Scientists/Biologists"],"publication_date":"2016-07-12T00:00:00Z","article_type":"Editorial","author_display":["Ruth Nussinov","Jason A. Papin"],"affiliate":["Cancer and Inflammation Program, Leidos Biomedical Research, Inc., Frederick National Laboratory for Cancer Research, National Cancer Institute, Frederick, Maryland, United States of America","Sackler Institute of Molecular Medicine, Department of Human Genetics and Molecular Medicine, Sackler School of Medicine, Tel Aviv University, Tel Aviv, Israel","Department of Biomedical Engineering, University of Virginia, Charlottesville, Virginia, United States of America"],"financial_disclosure":"The authors received no specific funding for this article.","title":"Computing Biology"},{"id":"10.1371/journal.pcbi.1003682","journal_name":"PLOS Computational Biology","pmid":"24945496","subject":["/Biology and life sciences/Computational biology","/Biology and life sciences/Systems biology","/Biology and life sciences/Molecular biology","/Computer and information sciences","/Social sciences/Economics/Labor economics/Employment/Careers","/Computer and information sciences/Systems science/Systems biology","/Physical sciences/Mathematics/Systems science/Systems biology","/People and places/Population groupings/Educational status/Trainees","/People and places/Population groupings/Professions/Scientists","/People and places/Population groupings/Professions/Trainees","/Science policy/Science and technology workforce/Careers in research/Scientists/Biologists","/People and places/Population groupings/Professions/Scientists/Biologists","/Science policy/Science and technology workforce/Careers in research/Scientists"],"publication_date":"2014-06-19T00:00:00Z","article_type":"Message from ISCB","author_display":["Christiana N. Fogg","Diane E. Kovats"],"affiliate":["Freelance Science Writer, Kensington, Maryland, United States of America","International Society for Computational Biology, La Jolla, California, United States of America"],"financial_disclosure":"CNF was paid by ISCB to write this article.","title":"International Society for Computational Biology Honors Dana Pe'er with Top Bioinformatics/Computational Biology Award for 2014"},{"id":"10.1371/journal.pcbi.1002487","journal_name":"PLOS Computational Biology","pmid":"22570600","subject":["/Biology and life sciences/Computational biology","/Biology and life sciences/Computational biology/Comparative genomics","/Biology and life sciences/Genetics/Genomics/Genomic medicine","/Biology and life sciences/Genetics/Genomics/Animal genomics/Mammalian genomics","/Biology and life sciences/Genetics/Genomics","/Biology and life sciences/Genetics/Genomics/Comparative genomics","/Research and analysis methods/Database and informatics methods/Bioinformatics","/Biology and life sciences/Computational biology/Genome analysis/Genomic databases","/Biology and life sciences/Genetics/Genomics/Genome analysis/Genomic databases","/Research and analysis methods/Database and informatics methods/Biological databases/Genomic databases","/Biology and life sciences/Synthetic biology/Synthetic genomics","/Engineering and technology/Synthetic biology/Synthetic genomics"],"publication_date":"2012-04-26T00:00:00Z","article_type":"Review","author_display":["Christos A. Ouzounis"],"editor_display":["Philip E. Bourne"],"affiliate":["Institute of Agrobiotechnology, Centre for Research & Technology Hellas (CERTH), Thessaloniki, Greece","Donnelly Centre for Cellular & Biomolecular Research, University of Toronto, Toronto, Ontario, Canada"],"financial_disclosure":"Parts of this work have been supported by the FP6 Network of Excellence ENFIN (contract # LSHG-CT-2005-518254) and the FP7 Collaborative Project MICROME (grant agreement # 222886-2), both funded by the European Commission. The funders had no role in the preparation of the manuscript.","title":"Rise and Demise of Bioinformatics? Promise and Progress"},{"id":"10.1371/journal.pcbi.0030227","journal_name":"PLOS Computational Biology","pmid":"18052536","subject":["/Biology and life sciences/Computational biology","/Biology and life sciences/Systems biology","/Computer and information sciences","/Social sciences/Sociology/Education/Schools/Universities","/Computer and information sciences/Systems science/Systems biology","/Physical sciences/Mathematics/Systems science/Systems biology","/Research and analysis methods/Database and informatics methods/Bioinformatics","/People and places/Geographical locations/North America/Caribbean/Cuba","/People and places/Population groupings/Professions/Scientists","/Biology and life sciences/Biochemistry","/Science policy/Science and technology workforce/Careers in research/Scientists"],"publication_date":"2007-11-30T00:00:00Z","article_type":"Perspective","author_display":["Tirso Pons","Luis A Montero","Juan P Febles"],"editor_display":["Philip E Bourne"],"financial_disclosure":" The authors received no specific funding for this article.","title":"Computational Biology in Cuba: An Opportunity to Promote Science in a Developing Country"},{"id":"10.1371/journal.pcbi.1002727","journal_name":"PLOS Computational Biology","pmid":"23055917","subject":["/Biology and life sciences/Computational biology","/Biology and life sciences/Ecology/Biodiversity","/Ecology and environmental sciences/Ecology/Biodiversity","/Social sciences/Sociology/Human families","/Science policy/Science and technology workforce/Careers in research/Scientists/Biologists","/People and places/Population groupings/Professions/Scientists/Biologists"],"publication_date":"2012-10-04T00:00:00Z","article_type":"Editorial","author_display":["Ruth Nussinov"],"affiliate":["Basic Science Program, SAIC-Frederick, Inc., Center for Cancer Research Nanobiology Program, Frederick National Laboratory for Cancer Research, National Cancer Institute, Frederick, Maryland, United States of America","Sackler Institute of Molecular Medicine, Department of Human Genetics and Molecular Medicine, Sackler School of Medicine, Tel Aviv University, Tel Aviv, Israel"],"financial_disclosure":"The author received no specific funding for writing this article.","title":"A Future Vision for PLOS Computational Biology"},{"id":"10.1371/journal.pcbi.1005043","journal_name":"PLOS Computational Biology","pmid":"","subject":["/Biology and life sciences/Computational biology","/Biology and life sciences/Computational biology/Comparative genomics","/Biology and life sciences/Genetics/Genomics/Genomic medicine","/Biology and life sciences/Genetics/Genomics/Human genomics","/Research and analysis methods/Molecular biology techniques/Sequencing techniques/Genome sequencing","/Biology and life sciences/Genetics/Human genetics","/Biology and life sciences/Genetics/Genetics of disease","/Biology and life sciences/Genetics/Genomics/Comparative genomics","/Biology and life sciences/Genetics/Genomics/Genome analysis","/Biology and life sciences/Computational biology/Genome analysis","/Biology and life sciences/Molecular biology/Molecular biology techniques/Sequencing techniques/Genome sequencing"],"publication_date":"2016-08-18T00:00:00Z","article_type":"Editorial","author_display":["Rachel Karchin","Ruth Nussinov"],"affiliate":["Department of Biomedical Engineering and Institute for Computational Medicine, Department of Oncology, Cancer Biology Program, Johns Hopkins Institutions, Baltimore, Maryland, United States of America","Cancer and Inflammation Program, Leidos Biomedical Research, Inc., Frederick National Laboratory for Cancer Research, National Cancer Institute, Frederick, Maryland, United States of America","Sackler Institute of Molecular Medicine, Department of Human Genetics and Molecular Medicine, Sackler School of Medicine, Tel Aviv University, Tel Aviv, Israel"],"financial_disclosure":"This project has been funded in whole or in part with Federal funds from the Frederick National Laboratory for Cancer Research, National Institutes of Health, under contract HHSN261200800001E. This research was supported [in part] by the Intramural Research Program of NIH, Frederick National Lab, Center for Cancer Research. The content of this publication does not necessarily reflect the views or policies of the Department of Health and Human Services, nor does it mention trade names, commercial products or organizations, or imply endorsement by the US Government. The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.","title":"Genome Landscapes of Disease: Strategies to Predict the Phenotypic Consequences of Human Germline and Somatic Variation"},{"id":"10.1371/journal.pcbi.1003262","journal_name":"PLOS Computational Biology","pmid":"24098104","subject":["/Biology and life sciences/Computational biology","/Engineering and technology/Signal processing","/Research and analysis methods/Research design/Experimental design","/Science policy/Research funding/Research grants","/Physical sciences/Chemistry/Chemical engineering","/Physical sciences/Chemistry/Computational chemistry","/Engineering and technology/Chemical engineering","/People and places/Population groupings/Professions/Scientists","/Science policy/Science and technology workforce/Careers in research/Scientists/Biologists","/People and places/Population groupings/Professions/Scientists/Biologists","/Science policy/Science and technology workforce/Careers in research/Scientists"],"publication_date":"2013-10-03T00:00:00Z","article_type":"Editorial","author_display":["Ruth Nussinov"],"affiliate":["Basic Science Program, SAIC-Frederick, Inc., Cancer and Inflammation Program, National Cancer Institute, Frederick, Maryland, United States of America","Sackler Institute of Molecular Medicine, Department of Human Genetics and Molecular Medicine, Sackler School of Medicine, Tel Aviv University, Tel Aviv, Israel"],"financial_disclosure":"The author received no specific funding for writing this article.","title":"How Can PLOS Computational Biology Help the Biological Sciences?"},{"id":"10.1371/journal.pcbi.1004318","journal_name":"PLOS Computational Biology","pmid":"26134043","subject":["/Biology and life sciences/Computational biology","/Biology and life sciences/Neuroscience/Neuroimaging","/Biology and life sciences/Biochemistry/Proteins/DNA-binding proteins/Transcription factors","/Biology and life sciences/Genetics/Genomics/Structural genomics","/Biology and life sciences/Genetics/Gene expression/Gene regulation/Transcription factors","/Biology and life sciences/Biochemistry/Proteins/Regulatory proteins/Transcription factors","/Research and analysis methods/Database and informatics methods/Biological databases/Sequence databases","/Research and analysis methods/Imaging techniques/Diagnostic radiology/Magnetic resonance imaging","/Medicine and health sciences/Diagnostic medicine/Diagnostic radiology/Magnetic resonance imaging","/Medicine and health sciences/Radiology and imaging/Diagnostic radiology/Magnetic resonance imaging","/Ecology and environmental sciences/Ecology/Ecosystems","/Biology and life sciences/Ecology/Ecosystems","/Research and analysis methods/Imaging techniques/Neuroimaging","/Biology and life sciences/Biochemistry/Proteins/Protein domains/Forkhead box","/Research and analysis methods/Database and informatics methods/Bioinformatics/Sequence analysis/Sequence databases"],"publication_date":"2015-07-02T00:00:00Z","article_type":"Editorial","author_display":["Ruth Nussinov","Sebastian Bonhoeffer","Jason A. Papin","Olaf Sporns"],"affiliate":["Cancer and Inflammation Program, Leidos Biomedical Research, Inc., Frederick National Laboratory for Cancer Research, National Cancer Institute, Frederick, Maryland, United States of America","Sackler Institute of Molecular Medicine, Department of Human Genetics and Molecular Medicine, Sackler School of Medicine, Tel Aviv University, Tel Aviv, Israel","Theoretical Biology Group, Institute of Integrative Biology, ETH Zurich, Zurich, Switzerland","Department of Biomedical Engineering, University of Virginia, Charlottesville, Virginia, United States of America","Department of Psychological and Brain Sciences, Indiana University, Bloomington, Indiana, United States of America"],"financial_disclosure":"The authors received no specific funding for this article.","title":"From “What Is?” to “What Isn't?” Computational Biology"},{"id":"10.1371/journal.pcbi.1003242","journal_name":"PLOS Computational Biology","pmid":"24068913","subject":["/Biology and life sciences/Computational biology","/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Language","/Engineering and technology/Equipment/Communication equipment/Cell phones","/Physical sciences/Mathematics/Applied mathematics/Algorithms","/Research and analysis methods/Simulation and modeling/Algorithms","/Biology and life sciences/Psychology/Cognitive psychology/Language","/Social sciences/Psychology/Cognitive psychology/Language","/Research and analysis methods/Database and informatics methods/Bioinformatics","/People and places/Population groupings/Educational status/Trainees","/Social sciences/Sociology/Communications/Mass media/Encyclopedias/Online encyclopedias","/People and places/Population groupings/Professions/Trainees","/Science policy/Science and technology workforce/Careers in research/Scientists/Biologists","/People and places/Population groupings/Professions/Scientists/Biologists"],"publication_date":"2013-09-19T00:00:00Z","article_type":"Message from ISCB","author_display":["Alex Bateman","Janet Kelso","Daniel Mietchen","Geoff Macintyre","Tomás Di Domenico","Thomas Abeel","Darren W. Logan","Predrag Radivojac","Burkhard Rost"],"affiliate":["European Molecular Biology Laboratory, European Bioinformatics Institute, Hinxton, United Kingdom","Max Planck Institute for Evolutionary Anthropology, Leipzig, Germany","Museum für Naturkunde - Leibniz-Institut für Evolutions- und Biodiversitätsforschung, Berlin, Germany","NICTA Victoria Research Laboratory, Department of Electrical and Electronic Engineering, University of Melbourne, Victoria, Australia","Department of Biology, University of Padua, Padova, Italy","Broad Institute of MIT and Harvard, Genome Sequencing and Analysis Program, Cambridge, Massachusetts, United States of America","VIB Department of Plant Systems Biology, Ghent University, Ghent, Belgium","Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, United Kingdom","School of Informatics and Computing, Indiana University, Bloomington, Indiana, United States of America","Technische Universität München, München, Germany"],"financial_disclosure":"The authors received no specific funding for this article.","title":"ISCB Computational Biology Wikipedia Competition"},{"id":"10.1371/journal.pcbi.1002679","journal_name":"PLOS Computational Biology","pmid":"22952443","subject":["/Biology and life sciences/Computational biology","/Biology and life sciences/Molecular biology","/Computer and information sciences","/Biology and life sciences/Genetics/Genomics","/Research and analysis methods/Simulation and modeling/Algorithms/Machine learning algorithms","/Physical sciences/Mathematics/Applied mathematics/Algorithms/Machine learning algorithms","/Computer and information sciences/Artificial intelligence/Machine learning/Machine learning algorithms","/Research and analysis methods/Database and informatics methods/Bioinformatics","/Computer and information sciences/Artificial intelligence","/Science policy/Science and technology workforce/Careers in research/Scientists/Biologists","/People and places/Population groupings/Professions/Scientists/Biologists"],"publication_date":"2012-08-30T00:00:00Z","article_type":"Message from ISCB","author_display":["Todd A. Gibson"],"affiliate":["Computer Science Department, California State University, Chico, California, United States of America"],"financial_disclosure":"The author received no specific funding for this article.","title":"The Roots of Bioinformatics in ISMB"},{"id":"10.1371/journal.pcbi.0030135","journal_name":"PLOS Computational Biology","pmid":"","subject":["/Biology and life sciences/Computational biology","/Biology and life sciences/Molecular biology","/Social sciences/Economics/Finance","/Research and analysis methods/Database and informatics methods/Bioinformatics","/People and places/Population groupings/Professions/Scientists","/Research and analysis methods/Scientific publishing","/Science policy/Science and technology workforce/Careers in research/Scientists/Biologists","/People and places/Population groupings/Professions/Scientists/Biologists","/Science policy/Science and technology workforce/Careers in research/Scientists","/Science policy/Open science/Open access publishing","/Research and analysis methods/Scientific publishing/Publication practices/Open access publishing"],"publication_date":"2007-06-29T00:00:00Z","article_type":"Message from ISCB","author_display":["Lawrence Hunter","Russ B Altman","Philip E Bourne"],"financial_disclosure":"The authors received no funding for this article.","title":"The International Society for Computational Biology 10th Anniversary"},{"id":"10.1371/journal.pcbi.1004053","journal_name":"PLOS Computational Biology","pmid":"25569585","subject":["/Biology and life sciences/Computational biology","/Computer and information sciences/Computer networks","/Research and analysis methods/Crystallographic techniques","/Biology and life sciences/Cell biology/Cellular types/Animal cells/Neurons","/Medicine and health sciences/Epidemiology/Disease surveillance","/Physical sciences/Physics/Condensed matter physics/Solid state physics/Crystallography","/Computer and information sciences/Artificial intelligence/Artificial neural networks","/Biology and life sciences/Neuroscience/Computational neuroscience/Artificial neural networks","/Biology and life sciences/Computational biology/Computational neuroscience/Artificial neural networks","/Biology and life sciences/Neuroscience/Cellular neuroscience/Neurons","/Science policy/Science and technology workforce/Careers in research/Scientists/Biologists","/People and places/Population groupings/Professions/Scientists/Biologists"],"publication_date":"2015-01-08T00:00:00Z","article_type":"Editorial","author_display":["Ruth Nussinov"],"affiliate":["Cancer and Inflammation Program, Leidos Biomedical Research, Inc., Frederick National Laboratory for Cancer Research, National Cancer Institute, Frederick, Maryland, United States of America","Sackler Institute of Molecular Medicine, Department of Human Genetics and Molecular Medicine, Sackler School of Medicine, Tel Aviv University, Tel Aviv, Israel"],"financial_disclosure":"The author received no specific funding for this article.","title":"Advancements and Challenges in Computational Biology"},{"id":"10.1371/journal.pcbi.0010005","journal_name":"PLOS Computational Biology","pmid":"16103906","subject":["/Biology and life sciences/Computational biology","/Biology and life sciences/Molecular biology/Macromolecular structure analysis/Protein structure","/Computer and information sciences/Computer networks/Internet","/Biology and life sciences/Biochemistry/Nucleic acids","/Research and analysis methods/Molecular biology techniques/Sequencing techniques/Nucleic acid sequencing","/Computer and information sciences/Information technology/Data mining","/Biology and life sciences/Biochemistry/Proteins/Protein structure","/People and places/Population groupings/Professions/Scientists","/Biology and life sciences/Molecular biology/Molecular biology techniques/Sequencing techniques/Nucleic acid sequencing","/Science policy/Science and technology workforce/Careers in research/Scientists","/Science policy/Open science/Open access publishing","/Research and analysis methods/Scientific publishing/Publication practices/Open access publishing"],"publication_date":"2005-06-24T00:00:00Z","article_type":"Message from ISCB","author_display":["Michael Gribskov"],"title":"An Open Forum for Computational Biology"},{"id":"10.1371/journal.pcbi.1005235","journal_name":"PLOS Computational Biology","pmid":"","subject":["/Biology and life sciences/Computational biology","/Biology and life sciences/Molecular biology","/Social sciences/Sociology/Education/Schools","/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Intelligence","/Social sciences/Psychology/Cognitive psychology/Intelligence","/Biology and life sciences/Psychology/Cognitive psychology/Intelligence","/People and places/Geographical locations/North America/United States/Washington","/People and places/Population groupings/Educational status/Trainees","/Social sciences/Sociology/Communications/Mass media/Encyclopedias/Online encyclopedias","/People and places/Population groupings/Professions/Teachers","/People and places/Population groupings/Professions/Trainees"],"publication_date":"2016-12-29T00:00:00Z","article_type":"Message from ISCB","author_display":["Alastair M. Kilpatrick"],"affiliate":["Department of Pediatrics, University of California, San Diego, La Jolla, California, United States of America"],"financial_disclosure":"The authors received no specific funding for this work.","title":"The 5th ISCB Wikipedia Competition: Coming to a Classroom Near You?"},{"id":"10.1371/journal.pcbi.1003516","journal_name":"PLOS Computational Biology","pmid":"24763310","subject":["/Biology and life sciences/Computational biology","/Social sciences/Sociology/Education/Workshops","/Research and analysis methods/Database and informatics methods/Bioinformatics","/People and places/Geographical locations/Africa/Nigeria","/People and places/Population groupings/Professions/Scientists","/Medicine and health sciences/Parasitic diseases/Malaria","/Medicine and health sciences/Tropical diseases/Malaria","/Biology and life sciences/Biotechnology/Plant biotechnology","/Biology and life sciences/Biotechnology/Environmental biotechnology","/Biology and life sciences/Plant science/Plant biotechnology","/Science policy/Science and technology workforce/Careers in research/Scientists"],"publication_date":"2014-04-24T00:00:00Z","article_type":"Perspective","author_display":["Segun A. Fatumo","Moses P. Adoga","Opeolu O. Ojo","Olugbenga Oluwagbemi","Tolulope Adeoye","Itunuoluwa Ewejobi","Marion Adebiyi","Ezekiel Adebiyi","Clement Bewaji","Oyekanmi Nashiru"],"editor_display":["Philip E. Bourne"],"affiliate":["H3Africa Bioinformatics Network (H3ABioNet) Node, National Biotechnology Development Agency (NABDA), Federal Ministry of Science and Technology (FMST), Abuja, Nigeria","Human Genetics Department, Wellcome Trust Sanger Institute, Cambridge, United Kingdom","International Health Research Group, Department of Public Health & Primary Care, University of Cambridge, Cambridge, United Kingdom","Computational and Evolutionary Biology/Bioinformatics, Faculty of Life Sciences, University of Manchester, Manchester, United Kingdom","Microbiology Unit, Department of Biological Sciences, Nasarawa State University, Keffi, Nigeria","Centre for Molecular Biosciences, University of Ulster, Coleraine, United Kingdom","Chevron Biotechnology Centre, Federal University of Technology, Yola, Nigeria","Department of Computer and Information Sciences, Covenant University, Ota, Nigeria","H3ABioNet Node, Covenant University Bioinformatics Research (CUBRe), Ota, Nigeria","University of Hradec Kralove, Kralove, Czech Republic","Department of Biochemistry, University of Ilorin, Ilorin, Nigeria","National Institutes of Health, United States of America"],"financial_disclosure":"SAF was supported by H3ABioNet NABDA Node, Abuja, Nigeria with NIH Common Fund Award/NHGRI Grant Number U41HG006941 and Genetic Epidemiology Group at Wellcome Trust Sanger Institute. The funders had no role in the preparation of the manuscript.","title":"Computational Biology and Bioinformatics in Nigeria"},{"id":"10.1371/journal.pcbi.1005561","journal_name":"PLOS Computational Biology","pmid":"","subject":["/Biology and life sciences/Computational biology","/Biology and life sciences/Computational biology/Genome evolution","/Biology and life sciences/Genetics/Genomics/Genomic medicine","/Biology and life sciences/Genetics/Genomics/Animal genomics/Mammalian genomics","/Biology and life sciences/Genetics/Genomics","/Biology and life sciences/Evolutionary biology/Evolutionary theory","/Biology and life sciences/Genetics/Genomics/Genome evolution","/Biology and life sciences/Evolutionary biology/Molecular evolution/Genome evolution","/Research and analysis methods/Database and informatics methods/Bioinformatics","/People and places/Population groupings/Professions/Scientists","/Science policy/Science and technology workforce/Careers in research/Scientists"],"publication_date":"2017-06-30T00:00:00Z","article_type":"Message from ISCB","author_display":["Christiana N. Fogg","Diane E. Kovats","Bonnie Berger"],"affiliate":["Freelance science writer, Kensington, Maryland, United States of America","Department of Mathematics, MIT, Cambridge, Massachusetts, United States of America","International Society for Computational Biology, Bethesda, Maryland, United States of America","Computer Science and Artificial Intelligence Laboratory, MIT, Cambridge, Massachusetts, United States of America"],"financial_disclosure":"CNF was paid by ISCB to write this article.","title":"2017 ISCB Accomplishment by a Senior Scientist Award given to Pavel Pevzner"},{"id":"10.1371/journal.pcbi.0030096","journal_name":"PLOS Computational Biology","pmid":"","subject":["/Biology and life sciences","/Biology and life sciences/Computational biology","/Biology and life sciences/Systems biology","/Computer and information sciences","/Biology and life sciences/Computational biology/Genome complexity/Non-coding RNA sequences","/Social sciences/Sociology/Social systems","/Computer and information sciences/Systems science/Systems biology","/Physical sciences/Mathematics/Systems science/Systems biology","/Research and analysis methods/Database and informatics methods/Bioinformatics","/Biology and life sciences/Genetics/Genomics/Genome complexity/Non-coding RNA sequences","/Science policy/Science and technology workforce/Careers in research/Scientists/Biologists","/People and places/Population groupings/Professions/Scientists/Biologists"],"publication_date":"2007-05-25T00:00:00Z","article_type":"Message from ISCB","author_display":["Thomas Lengauer","B. J. Morrison McKay","Burkhard Rost"],"editor_display":["Philip E Bourne"],"financial_disclosure":"The authors received no specific funding for this article.","title":"ISMB/ECCB 2007: The Premier Conference on Computational Biology"},{"id":"10.1371/journal.pcbi.1004317","journal_name":"PLOS Computational Biology","pmid":"26107720","subject":["/Biology and life sciences/Computational biology","/Biology and life sciences/Computational biology/Computational neuroscience","/Social sciences/Economics/Labor economics/Employment/Careers","/Biology and life sciences/Neuroscience/Computational neuroscience","/Research and analysis methods/Database and informatics methods/Bioinformatics","/People and places/Population groupings/Educational status/Trainees","/People and places/Population groupings/Professions/Trainees","/Research and analysis methods/Research assessment/Citation analysis","/Science policy/Science and technology workforce/Careers in research/Scientists/Biologists","/People and places/Population groupings/Professions/Scientists/Biologists","/Science policy/Open science/Open access publishing","/Research and analysis methods/Scientific publishing/Publication practices/Open access publishing"],"publication_date":"2015-06-24T00:00:00Z","article_type":"Editorial","author_display":["Philip E. Bourne","Steven E. Brenner","Michael B. Eisen"],"affiliate":["Office of the Director, National Institutes of Health, Bethesda, Maryland, United States of America","Department of Plant and Microbial Biology, University of California, Berkeley, Berkeley, California, United States of America","Department of Molecular and Cell Biology, University of California, Berkeley, Berkeley, California, United States of America"],"financial_disclosure":"The authors received no specific funding for this work.","title":"Ten Years of PLoS‡ Computational Biology: A Decade of Appreciation and Innovation"},{"id":"10.1371/journal.pcbi.1004098","journal_name":"PLOS Computational Biology","pmid":"25719491","subject":["/Biology and life sciences/Computational biology","/Research and analysis methods/Research design","/Biology and life sciences/Theoretical biology","/Research and analysis methods/Research design/Experimental design","/Research and analysis methods/Research assessment/Research validity","/Research and analysis methods/Research assessment/Reproducibility","/Research and analysis methods/Database and informatics methods/Bioinformatics","/Research and analysis methods/Scientific publishing"],"publication_date":"2015-02-26T00:00:00Z","article_type":"Editorial","author_display":["Thomas Lengauer","Ruth Nussinov"],"affiliate":["Department of Computational Biology and Applied Algorithmics, Max Planck Institute for Informatics, Saarbrücken, Germany","Cancer and Inflammation Program, Leidos Biomedical Research, Inc., Frederick National Laboratory for Cancer Research, National Cancer Institute, Frederick, Maryland, United States of America","Sackler Institute of Molecular Medicine, Department of Human Genetics and Molecular Medicine, Sackler School of Medicine, Tel Aviv University, Tel Aviv, Israel"],"financial_disclosure":"The authors received no specific funding for this article.","title":"How to Write a Presubmission Inquiry"},{"id":"10.1371/journal.pcbi.1000078","journal_name":"PLOS Computational Biology","pmid":"18516226","subject":["/Computer and information sciences/Neural networks","/Computer and information sciences/Computer software","/Biology and life sciences/Neuroscience","/Biology and life sciences/Systems biology","/Biology and life sciences/Cell biology/Cellular types/Animal cells/Neurons","/Biology and life sciences/Neuroscience/Cellular neuroscience","/Biology and life sciences/Computational biology/Computational neuroscience","/Biology and life sciences/Neuroscience/Cognitive science/Cognitive neuroscience","/Biology and life sciences/Neuroscience/Computational neuroscience","/Computer and information sciences/Systems science/Systems biology","/Physical sciences/Mathematics/Systems science/Systems biology","/Biology and life sciences/Neuroscience/Cognitive neuroscience","/Biology and life sciences/Neuroscience/Neural networks","/Biology and life sciences/Neuroscience/Cellular neuroscience/Neurons"],"publication_date":"2008-05-30T00:00:00Z","article_type":"Review","author_display":["Erik De Schutter"],"editor_display":["Karl J. Friston"],"affiliate":["Computational Neuroscience Unit, Okinawa Institute of Science and Technology, Japan","Theoretical Neurobiology, University of Antwerp, Antwerp, Belgium"],"financial_disclosure":"Okinawa Institute of Science and Technology Promotion Company (OISTPC), and Fonds Wetenschappelijk Onderzoek Vlaanderen (FWO).","title":"Why Are Computational Neuroscience and Systems Biology So Separate?"},{"id":"10.1371/journal.pcbi.1003391","journal_name":"PLOS Computational Biology","pmid":"24348234","subject":["/Biology and life sciences/Computational biology","/Social sciences/Sociology/Education/Schools/Universities","/Social sciences/Sociology/Education","/Social sciences/Sociology/Education/Workshops","/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Learning/Human learning","/Research and analysis methods/Research assessment/Research reporting guidelines","/Social sciences/Psychology/Cognitive psychology/Learning/Human learning","/Biology and life sciences/Psychology/Cognitive psychology/Learning/Human learning","/Research and analysis methods/Database and informatics methods/Bioinformatics","/Biology and life sciences/Neuroscience/Learning and memory/Learning/Human learning","/People and places/Population groupings/Professions/Scientists","/Science policy/Science and technology workforce/Careers in research/Scientists"],"publication_date":"2013-12-12T00:00:00Z","article_type":"Editorial","author_display":["Joanne A. Fox","B. F. Francis Ouellette"],"affiliate":["Michael Smith Laboratories, University of British Columbia, Vancouver, British Columbia, Canada","Department of Microbiology & Immunology, University of British Columbia, Vancouver, British Columbia, Canada","Ontario Institute for Cancer Research, Toronto, Canada","Department of Cell and Systems Biology, University of Toronto, Toronto, Canada"],"financial_disclosure":"The authors received no specific funding for this article.","title":"Education in Computational Biology Today and Tomorrow"},{"id":"10.1371/journal.pcbi.0030185","journal_name":"PLOS Computational Biology","pmid":"17967046","subject":["/Biology and life sciences/Computational biology","/Biology and life sciences/Genetics/Genomics/Animal genomics","/Biology and life sciences/Molecular biology/Macromolecular structure analysis/Protein structure/Protein structure databases","/Biology and life sciences/Biochemistry/Proteins/Protein structure/Protein structure databases","/Research and analysis methods/Database and informatics methods/Bioinformatics","/Biology and life sciences/Computational biology/Genome analysis/Genomic databases","/Biology and life sciences/Genetics/Genomics/Genome analysis/Genomic databases","/People and places/Geographical locations/South America/Brazil","/Research and analysis methods/Research facilities/Research laboratories","/Research and analysis methods/Research facilities/Research laboratories/Government laboratories","/Research and analysis methods/Database and informatics methods/Biological databases/Genomic databases","/Research and analysis methods/Database and informatics methods/Biological databases/Protein structure databases"],"publication_date":"2007-10-26T00:00:00Z","article_type":"Perspective","author_display":["Goran Neshich"],"editor_display":["Philip E Bourne"],"financial_disclosure":"The author received no specific funding for this article.","title":"Computational Biology in Brazil"},{"id":"10.1371/journal.pcbi.1000014","journal_name":"PLOS Computational Biology","pmid":"18437239","subject":["/Biology and life sciences/Systems biology","/Medicine and health sciences/Inflammatory diseases","/Research and analysis methods/Simulation and modeling","/Research and analysis methods/Mathematical and statistical techniques/Mathematical models","/Medicine and health sciences/Clinical medicine/Clinical trials","/Biology and life sciences/Immunology/Immune response/Inflammation","/Research and analysis methods/Simulation and modeling/Mathematical modeling","/Medicine and health sciences/Pathology and laboratory medicine/Signs and symptoms/Sepsis","/Medicine and health sciences/Pathology and laboratory medicine/Signs and symptoms/Inflammation","/Medicine and health sciences/Immunology/Immune response/Inflammation","/Computer and information sciences/Systems science/Systems biology","/Physical sciences/Mathematics/Systems science/Systems biology","/Research and analysis methods/Clinical trials","/Medicine and health sciences/Pharmacology/Drug research and development/Clinical trials","/Medicine and health sciences/Diagnostic medicine/Signs and symptoms/Sepsis","/Medicine and health sciences/Diagnostic medicine/Signs and symptoms/Inflammation"],"publication_date":"2008-04-25T00:00:00Z","article_type":"Review","author_display":["Yoram Vodovotz","Marie Csete","John Bartels","Steven Chang","Gary An"],"editor_display":["Johanna McEntyre"],"affiliate":["Department of Surgery, University of Pittsburgh, Pittsburgh, Pennsylvania, United States of America","Center for Inflammation and Regenerative Modeling, McGowan Institute of Regenerative Medicine, University of Pittsburgh, Pittsburgh, Pennsylvania, United States of America","Department of Anesthesiology, Emory University School of Medicine, Atlanta, Georgia, United States of America","Immunetrics Corporation, Pittsburgh, Pennsylvania, United States of America","Department of Surgery, Northwestern University, Chicago, Illinois, United States of America"],"financial_disclosure":"This work was supported in part by the National Institutes of Health grants R01-GM-67240-02, P50-GM-53789-08, R01-HL080926-01, and R01-HL-76157-02; National Institute on Disability and Rehabilitation Research grant H133E070024; as well as grants from the Commonwealth of Pennsylvania, the Pittsburgh Lifesciences Greenhouse, the Pittsburgh Tissue Engineering Initiative, and the Emory University Department of Anesthesiology. The funds from these sources supported some of the work described in the manuscript, but none of the funding sources were involved in the design and conduct of any studies; in the collection, analysis, or interpretation of the data; nor in the prepration, review, or approval of the manuscript.","title":"Translational Systems Biology of Inflammation"}]},"facet_counts":{"facet_queries":{},"facet_fields":{"article_type":["research article",4561,"editorial",114,"correction",106,"education",95,"perspective",86,"message from iscb",70,"review",51,"correspondence",14,"topic page",11,"formal comment",4,"obituary",2,"best practice",0,"book review",0,"book review/science in the media",0,"case report",0,"collection review",0,"community page",0,"debate",0,"deep reads",0,"essay",0,"expert commentary",0,"expression of concern",0,"from innovation to application",0,"guidelines and guidance",0,"health in action",0,"historical profiles and perspectives",0,"interview",0,"learning forum",0,"message from the plos founders",0,"meta-research article",0,"methods and resources",0,"neglected diseases",0,"open highlights",0,"opinion",0,"overview",0,"pearls",0,"photo quiz",0,"policy forum",0,"policy platform",0,"primer",0,"quiz",0,"research in translation",0,"research matters",0,"retraction",0,"short reports",0,"special report",0,"student forum",0,"symposium",0,"synopsis",0,"technical report",0,"the plos medicine debate",0,"unsolved mystery",0,"viewpoints",0],"journal":["plos computational biology",4993,"apertarxiv",0,"plos biology",0,"plos clinical trials",0,"plos genetics",0,"plos medicin",0,"plos medicine",0,"plos neglected tropical diseases",0,"plos one",0,"plos pathogens",0],"publication_date":["2012-12-27T00:00:00Z",28,"2014-12-04T00:00:00Z",28,"2011-10-13T00:00:00Z",21,"2013-03-07T00:00:00Z",19,"2013-03-21T00:00:00Z",19,"2013-07-18T00:00:00Z",19,"2013-11-14T00:00:00Z",19,"2014-03-27T00:00:00Z",19,"2011-09-29T00:00:00Z",18,"2011-10-06T00:00:00Z",18,"2014-08-14T00:00:00Z",18,"2015-01-08T00:00:00Z",18,"2012-06-28T00:00:00Z",17,"2013-02-28T00:00:00Z",17,"2013-03-14T00:00:00Z",17,"2013-03-28T00:00:00Z",17,"2013-04-04T00:00:00Z",17,"2013-11-21T00:00:00Z",17,"2014-07-31T00:00:00Z",17,"2012-11-01T00:00:00Z",16,"2013-12-05T00:00:00Z",16,"2014-04-24T00:00:00Z",16,"2008-02-29T00:00:00Z",15,"2009-12-24T00:00:00Z",15,"2010-11-11T00:00:00Z",15,"2011-10-20T00:00:00Z",15,"2011-10-27T00:00:00Z",15,"2013-11-07T00:00:00Z",15,"2014-05-08T00:00:00Z",15,"2014-08-07T00:00:00Z",15,"2014-09-04T00:00:00Z",15,"2015-10-27T00:00:00Z",15,"2009-03-13T00:00:00Z",14,"2011-11-17T00:00:00Z",14,"2012-09-13T00:00:00Z",14,"2012-10-18T00:00:00Z",14,"2012-11-29T00:00:00Z",14,"2013-01-17T00:00:00Z",14,"2013-10-24T00:00:00Z",14,"2014-04-17T00:00:00Z",14,"2014-05-22T00:00:00Z",14,"2014-06-19T00:00:00Z",14,"2014-07-17T00:00:00Z",14,"2014-11-06T00:00:00Z",14,"2014-12-11T00:00:00Z",14,"2009-08-28T00:00:00Z",13,"2010-01-29T00:00:00Z",13,"2010-02-26T00:00:00Z",13,"2011-06-30T00:00:00Z",13,"2011-12-01T00:00:00Z",13,"2012-03-08T00:00:00Z",13,"2012-04-12T00:00:00Z",13,"2012-08-30T00:00:00Z",13,"2013-12-12T00:00:00Z",13,"2014-04-10T00:00:00Z",13,"2014-06-12T00:00:00Z",13,"2014-06-26T00:00:00Z",13,"2014-10-23T00:00:00Z",13,"2005-06-24T00:00:00Z",12,"2008-09-26T00:00:00Z",12,"2009-03-20T00:00:00Z",12,"2010-06-24T00:00:00Z",12,"2010-08-19T00:00:00Z",12,"2010-08-26T00:00:00Z",12,"2011-05-05T00:00:00Z",12,"2012-02-16T00:00:00Z",12,"2012-03-01T00:00:00Z",12,"2012-04-26T00:00:00Z",12,"2012-05-17T00:00:00Z",12,"2012-07-12T00:00:00Z",12,"2013-05-16T00:00:00Z",12,"2013-06-13T00:00:00Z",12,"2013-07-11T00:00:00Z",12,"2013-07-25T00:00:00Z",12,"2013-08-22T00:00:00Z",12,"2014-01-23T00:00:00Z",12,"2014-07-03T00:00:00Z",12,"2014-07-24T00:00:00Z",12,"2014-10-02T00:00:00Z",12,"2014-10-09T00:00:00Z",12,"2014-10-30T00:00:00Z",12,"2014-11-13T00:00:00Z",12,"2007-10-26T00:00:00Z",11,"2007-11-30T00:00:00Z",11,"2008-03-28T00:00:00Z",11,"2009-04-03T00:00:00Z",11,"2009-12-18T00:00:00Z",11,"2010-07-08T00:00:00Z",11,"2010-12-02T00:00:00Z",11,"2011-03-10T00:00:00Z",11,"2012-03-29T00:00:00Z",11,"2012-05-31T00:00:00Z",11,"2012-08-16T00:00:00Z",11,"2012-08-23T00:00:00Z",11,"2012-09-27T00:00:00Z",11,"2012-12-20T00:00:00Z",11,"2013-09-05T00:00:00Z",11,"2014-01-30T00:00:00Z",11,"2014-08-28T00:00:00Z",11,"2014-09-18T00:00:00Z",11]},"facet_ranges":{"publication_date":{"counts":["2000-01-01T00:00:00Z",0,"2001-01-01T00:00:00Z",0,"2002-01-01T00:00:00Z",0,"2003-01-01T00:00:00Z",0,"2004-01-01T00:00:00Z",0,"2005-01-01T00:00:00Z",69,"2006-01-01T00:00:00Z",167,"2007-01-01T00:00:00Z",237,"2008-01-01T00:00:00Z",258,"2009-01-01T00:00:00Z",350,"2010-01-01T00:00:00Z",391,"2011-01-01T00:00:00Z",402,"2012-01-01T00:00:00Z",514,"2013-01-01T00:00:00Z",516,"2014-01-01T00:00:00Z",598,"2015-01-01T00:00:00Z",547,"2016-01-01T00:00:00Z",590,"2017-01-01T00:00:00Z",475,"2018-01-01T00:00:00Z",0],"gap":"+1YEAR","start":"2000-01-01T00:00:00Z","end":"2019-01-01T00:00:00Z"}},"facet_intervals":{},"facet_heatmaps":{}}}
http_version:
recorded_at: Tue, 30 Dec 2014 19:49:50 GMT
recorded_with: VCR 2.9.3
| 1,042.956522 | 46,476 | 0.801859 |
85e7040ff06adf7d6cbfc11eb6532d0031388efa | 928 | yml | YAML | upstream/roles/install_iib/tasks/main.yml | LCaparelli/operator-test-playbooks | 66ef72a8d3f6a900530b40a643228506437b89f2 | [
"MIT"
] | null | null | null | upstream/roles/install_iib/tasks/main.yml | LCaparelli/operator-test-playbooks | 66ef72a8d3f6a900530b40a643228506437b89f2 | [
"MIT"
] | null | null | null | upstream/roles/install_iib/tasks/main.yml | LCaparelli/operator-test-playbooks | 66ef72a8d3f6a900530b40a643228506437b89f2 | [
"MIT"
] | null | null | null | ---
- name: "Install iib"
block:
- name: "Remove iib project directory '{{ iib_project_dir }}'"
file:
path: "{{ iib_project_dir }}"
state: absent
when: run_remove_iib_repo|bool
- name: "Check if iib project directory '{{ iib_project_dir }}' directory exists"
stat:
path: "{{ iib_project_dir }}"
register: iib_project_dir_st
- name: "Git clone iib project : {{ iib_repo }} branch: {{ iib_version }} to '{{ iib_project_dir }}'"
git:
repo: "{{ iib_repo }}"
dest: "{{ iib_project_dir }}"
version: "{{ iib_version }}"
force: true
when: not iib_project_dir_st.stat.exists
- name: "Running iib install task"
include_tasks: reset.yml
- name: "Set the retry count"
set_fact:
iib_retry_count: 2
# Remove 'become: yes' in future would be nice
become: yes
tags:
- never
- iib
| 25.777778 | 105 | 0.579741 |
cc712dddd3c855fa2d4ec739593701513b49350d | 473 | yml | YAML | .github/workflows/installation-test.yml | Yleisradio/ansible-avd | e0d10bb24a9f97b2a45ce240cc16751ac49dd27c | [
"Apache-2.0"
] | 1 | 2021-09-24T15:26:27.000Z | 2021-09-24T15:26:27.000Z | .github/workflows/installation-test.yml | Yleisradio/ansible-avd | e0d10bb24a9f97b2a45ce240cc16751ac49dd27c | [
"Apache-2.0"
] | 1 | 2022-03-09T16:52:19.000Z | 2022-03-09T16:52:19.000Z | .github/workflows/installation-test.yml | Yleisradio/ansible-avd | e0d10bb24a9f97b2a45ce240cc16751ac49dd27c | [
"Apache-2.0"
] | 1 | 2022-02-24T14:00:04.000Z | 2022-02-24T14:00:04.000Z | name: Test Installation
on:
schedule:
- cron: '0 6 * * *'
jobs:
'setup':
name: 'One liner installation'
runs-on: ubuntu-18.04
container: avdteam/base:3.6-v1.0
steps:
- uses: actions/checkout@master
- name: Execute one-liner installation
run: |
cd /tmp/
curl -fs https://get.avd.sh | sh
- name: Run Makefile commands
run: |
cd /tmp/arista-ansible/
cat Makefile
make
| 22.52381 | 44 | 0.547569 |
eff732a35924bea12896af640f73cc6779367828 | 350 | yml | YAML | serverless.yml | PygmalionPolymorph/keitaikani | c31f98efcbaca1f76e45d4c97fb5d9d1cc6948fb | [
"MIT"
] | null | null | null | serverless.yml | PygmalionPolymorph/keitaikani | c31f98efcbaca1f76e45d4c97fb5d9d1cc6948fb | [
"MIT"
] | null | null | null | serverless.yml | PygmalionPolymorph/keitaikani | c31f98efcbaca1f76e45d4c97fb5d9d1cc6948fb | [
"MIT"
] | null | null | null | service: keitaikani
provider:
name: aws
runtime: nodejs8.10
region: 'eu-central-1'
plugins:
- serverless-offline
functions:
cors-proxy:
name: cors-proxy
handler: cors.corsProxy
events:
- http:
path: ''
method: get
cors: true
- http:
path: ''
method: post
cors: true
| 15.217391 | 27 | 0.56 |
6db4d3801e962a0ed60701cfdc8657c414c8f283 | 162 | yaml | YAML | integration-tests/sceptre-project/config/6/2/B.yaml | phajduk/sceptre | 4674616caf05978843e560e01b7dd91f0137a9ed | [
"Apache-2.0"
] | null | null | null | integration-tests/sceptre-project/config/6/2/B.yaml | phajduk/sceptre | 4674616caf05978843e560e01b7dd91f0137a9ed | [
"Apache-2.0"
] | null | null | null | integration-tests/sceptre-project/config/6/2/B.yaml | phajduk/sceptre | 4674616caf05978843e560e01b7dd91f0137a9ed | [
"Apache-2.0"
] | 4 | 2019-09-10T13:32:18.000Z | 2021-06-16T19:03:47.000Z | template_path: templates/dependencies/dependent_template.json
parameters:
DependentStackName: !stack_output_external sceptre-integration-tests-6-2-A::StackName
| 40.5 | 87 | 0.864198 |
48d6da70e9780c259090d0110d2142fc9be4d609 | 238 | yaml | YAML | releasenotes/notes/update-predictive-pricing-dc97030d8898af0d.yaml | stackhpc/cloudkitty-dashboard | 92abbc990e3d28d9d53d99f28cb9d450f1cad873 | [
"Apache-2.0"
] | 24 | 2015-10-18T02:53:17.000Z | 2019-09-29T19:42:47.000Z | releasenotes/notes/update-predictive-pricing-dc97030d8898af0d.yaml | stackhpc/cloudkitty-dashboard | 92abbc990e3d28d9d53d99f28cb9d450f1cad873 | [
"Apache-2.0"
] | 1 | 2016-09-14T13:28:40.000Z | 2016-09-14T13:28:40.000Z | releasenotes/notes/update-predictive-pricing-dc97030d8898af0d.yaml | stackhpc/cloudkitty-dashboard | 92abbc990e3d28d9d53d99f28cb9d450f1cad873 | [
"Apache-2.0"
] | 13 | 2016-02-02T02:32:54.000Z | 2022-02-08T23:11:23.000Z | ---
features:
- |
The predictive pricing has been updated. It is now possible to specify the
HashMap service to use for predictive pricing in Horizon's configuration
file through the ``CLOUDKITTY_QUOTATION_SERVICE`` option.
| 34 | 78 | 0.752101 |
5b03f49cf579e14b2c335b102d8399f0f61a59b2 | 332 | yaml | YAML | Configuration/NodeTypes.yaml | Flowpack/Flowpack.NodeVariantSelector | c32f1691b644882ab75d03fadbc8186532d4463c | [
"MIT"
] | 4 | 2019-02-23T12:14:23.000Z | 2019-06-11T09:32:44.000Z | Configuration/NodeTypes.yaml | Flowpack/Flowpack.NodeVariantSelector | c32f1691b644882ab75d03fadbc8186532d4463c | [
"MIT"
] | 7 | 2019-02-22T15:41:55.000Z | 2022-02-17T20:08:35.000Z | Configuration/NodeTypes.yaml | Flowpack/Flowpack.NodeVariantSelector | c32f1691b644882ab75d03fadbc8186532d4463c | [
"MIT"
] | null | null | null | 'Neos.Neos:Node':
ui:
inspector:
groups:
nodeVariantSelector:
label: 'Node Variants'
tab: default
position: 0
views:
nodeVariantSelector:
group: nodeVariantSelector
view: Flowpack.NodeVariantSelector/Views/NodeVariantSelector
position: 0
| 23.714286 | 70 | 0.590361 |
07d8223f8089e4f2bef96dea7a2a3074ba376cfd | 3,248 | yml | YAML | ansible/roles/misc/tasks/main.yml | bitkeen/dotfiles | 746e839c4dd8d723999beefbf707d078bcc7b96e | [
"MIT"
] | 1 | 2019-11-08T20:16:53.000Z | 2019-11-08T20:16:53.000Z | ansible/roles/misc/tasks/main.yml | bitkeen/dotfiles | 746e839c4dd8d723999beefbf707d078bcc7b96e | [
"MIT"
] | null | null | null | ansible/roles/misc/tasks/main.yml | bitkeen/dotfiles | 746e839c4dd8d723999beefbf707d078bcc7b96e | [
"MIT"
] | 1 | 2019-09-16T23:12:59.000Z | 2019-09-16T23:12:59.000Z | ---
- name: configure keyboard and touchpad for X11
copy:
src: '{{ item }}'
dest: /etc/X11/xorg.conf.d/
loop:
- xorg.conf.d/00-keyboard.conf
- xorg.conf.d/10-touchpad.conf
- name: configure sudo
copy:
src: sudoers.d/01_general
dest: /etc/sudoers.d/
mode: 0440
- name: configure keyboard and font for virtual console
command:
cmd: '{{ role_path }}/files/vconsole.sh'
- name: create directories in user_home
file:
path: '{{ item.value }}'
state: directory
owner: '{{ user_name }}'
group: '{{ user_group }}'
loop: '{{ dirs | dict2items }}'
- name: create symlinks
file:
src: '{{ item.src }}'
dest: '{{ item.dest }}'
state: link
force: '{% if "force" in item %} {{ item.force }} {% else %} no {% endif %}'
loop:
- {
src: '{{ dirs.dotfiles_local }}',
dest: '{{ dotfiles_home }}/.dotfiles.local'
}
- {
src: '{{ dirs.sync_zathura }}',
dest: '{{ user_home }}/.local/share/zathura'
}
- {
src: '{{ dirs.sync_books }}',
dest: '{{ user_home }}/books'
}
- {
src: '/run/media/user',
dest: '{{ user_home }}/media',
force: yes
}
# https://wiki.archlinux.org/index.php/GNOME/Keyring#PAM_method
- name: configure PAM for GNOME Keyring
lineinfile:
path: /etc/pam.d/login
line: '{{ item.line }}'
regexp: '{{ item.line }}'
insertafter: '{{ item.pattern }}'
loop:
- {
line: 'auth optional pam_gnome_keyring.so',
pattern: '^auth'
}
- {
line: 'session optional pam_gnome_keyring.so auto_start',
pattern: '^session'
}
- name: configure pacman
lineinfile:
path: '/etc/pacman.conf'
line: '{{ item.line }}'
regexp: '{{ item.regexp }}'
backrefs: yes # To avoid adding lines to the end of the file in case a regexp does not match.
loop:
- {
line: 'VerbosePkgLists',
regexp: '^#[ ]?VerbosePkgLists$'
}
- {
line: 'IgnoreGroup = custom',
regexp: '^#[ ]?IgnoreGroup ='
}
- {
# Double quotes are important to keep the line break.
line: "# Automatically enable colors only when pacman’s output is on a tty.\nColor",
regexp: '^#[ ]?Color'
}
- name: get submodules
become: yes
become_user: '{{ user_name }}'
command:
cmd: git submodule update --init --recursive
chdir: '{{ dotfiles_home }}'
- name: generate helptags for vim
become: yes
become_user: '{{ user_name }}'
command:
cmd: vim -c 'helptags ALL' -c 'quit'
- name: add user to groups
user:
name: '{{ user_name }}'
groups: '{{ item }}'
append: yes
loop:
- docker
- video
- name: install gtk keymaps
copy:
src: gtk/gtk-keys.css
dest: /usr/share/themes/Custom/gtk-3.0/
- name: put docker config in place
copy:
src: docker/daemon.json
dest: /etc/docker/
- name: set zsh as default shell for non-root user
user:
name: '{{ user_name }}'
shell: /bin/zsh
- name: install pre-commit hook in .dotfiles
become: yes
become_user: '{{ user_name }}'
command:
chdir: '{{ dotfiles_home }}'
# User Python packages won't be available in $PATH at this point.
cmd: '{{ dirs.dot_local_bin }}/pre-commit install'
| 24.059259 | 98 | 0.580973 |
07effbfce79bea5257aae526e2594cac3c8f3abc | 87 | yaml | YAML | buy_db/task14/23.meta.yaml | pankdm/icfpc-2019 | 02de90f77fa6bd8abfac662b17cbbb2fe084e933 | [
"MIT"
] | null | null | null | buy_db/task14/23.meta.yaml | pankdm/icfpc-2019 | 02de90f77fa6bd8abfac662b17cbbb2fe084e933 | [
"MIT"
] | 8 | 2021-03-19T01:35:09.000Z | 2022-03-11T23:50:33.000Z | buy_db/task14/23.meta.yaml | pankdm/icfpc-2019 | 02de90f77fa6bd8abfac662b17cbbb2fe084e933 | [
"MIT"
] | null | null | null | buy: C
max_score: 9716
spent: 2000
tag: fair_mops
task_id: 14
time: 235
ts: 1561369281
| 10.875 | 15 | 0.758621 |
7b31d2e5d0ecb192836728171b524645ea4994aa | 595 | yml | YAML | .kitchen.yml | jordancraig/windows-defender | 426925de9416c584fae06a27d0ad30c302cf94e2 | [
"Apache-2.0"
] | null | null | null | .kitchen.yml | jordancraig/windows-defender | 426925de9416c584fae06a27d0ad30c302cf94e2 | [
"Apache-2.0"
] | null | null | null | .kitchen.yml | jordancraig/windows-defender | 426925de9416c584fae06a27d0ad30c302cf94e2 | [
"Apache-2.0"
] | null | null | null | driver:
name: vagrant
customize:
cpus: 2
memory: 4096
transport:
name: winrm
elevated: true
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: pester
platforms:
- name: windows-10
driver_config:
box: chef/windows-10-enterprise
- name: windows-2012r2
driver_config:
box: chef/windows-server-2012r2-standard
- name: windows-2016-chef-12.6
driver_config:
box: chef/windows-server-2016-standard
provisioner:
require_chef_omnibus: 12.7.2
suites:
- name: basic
run_list:
- recipe[test::basic]
| 17 | 46 | 0.678992 |
6e1c96b83482506aa353c27df223c6201ea57aa0 | 2,152 | yml | YAML | .github/workflows/main.yml | Momilijaz96/Momilijaz96 | 9b3b8fbe9e4dac58254a7ee2c43a84f39bfd3ae9 | [
"MIT"
] | 17 | 2020-07-15T10:48:28.000Z | 2022-03-12T14:01:24.000Z | .github/workflows/main.yml | Momilijaz96/Momilijaz96 | 9b3b8fbe9e4dac58254a7ee2c43a84f39bfd3ae9 | [
"MIT"
] | null | null | null | .github/workflows/main.yml | Momilijaz96/Momilijaz96 | 9b3b8fbe9e4dac58254a7ee2c43a84f39bfd3ae9 | [
"MIT"
] | 108 | 2020-07-16T17:35:47.000Z | 2022-03-20T13:28:15.000Z | # This is a basic workflow to help you get started with Actions
name: Generate Stats Images
# Controls when the action will run. Triggers the workflow on push events
on:
push:
branches: [ master ]
schedule:
- cron: "5 0 * * *"
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 "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Sequence of tasks that will be executed as part of the job
steps:
# Checks-out repository under $GITHUB_WORKSPACE, so the job can access it
- uses: actions/checkout@v2
# Run using Python 3.8 for consistency and aiohttp
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: '3.8'
architecture: 'x64'
# Cache dependencies. From:
# https://github.com/actions/cache/blob/master/examples.md#python---pip
- uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
# Install dependencies with `pip`
- name: Install requirements
run: |
python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install -r requirements.txt
# Generate all statistics images
- name: Generate images
run: |
python3 --version
python3 generate_images.py
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EXCLUDED: ${{ secrets.EXCLUDED }}
EXCLUDED_LANGS: ${{ secrets.EXCLUDED_LANGS }}
EXCLUDE_FORKED_REPOS: true
# Commits all changed files to the repository
- name: Commit to the repo
run: |
git config --global user.name "ashutosh1919"
git config --global user.email "ashutoshhathidara98@gmail.com"
git add .
# "echo" returns true so the build succeeds, even if no changed files
git commit -m 'Update generated files' || echo
git push
| 32.119403 | 79 | 0.640335 |
9c9b0b75dcfc35e5e422bdbd68f2f8062b9f33f1 | 102 | yaml | YAML | example/charts/hello-secret/Chart.yaml | eimarfandino/landscaper | 1199b098bcabc729c885007d868f38b2cf8d2370 | [
"Apache-2.0"
] | 366 | 2016-12-18T12:36:33.000Z | 2022-01-01T18:13:36.000Z | example/charts/hello-secret/Chart.yaml | eimarfandino/landscaper | 1199b098bcabc729c885007d868f38b2cf8d2370 | [
"Apache-2.0"
] | 108 | 2016-12-18T12:24:29.000Z | 2020-04-22T09:34:07.000Z | example/charts/hello-secret/Chart.yaml | eimarfandino/landscaper | 1199b098bcabc729c885007d868f38b2cf8d2370 | [
"Apache-2.0"
] | 45 | 2017-01-31T11:52:53.000Z | 2020-11-07T01:21:43.000Z | apiVersion: v1
name: hello-secret
description: Says something secretive, ad infinitum.
version: 0.1.0
| 20.4 | 52 | 0.794118 |
016d9de31c9f4e70db76ec44798af03ba2d10818 | 966 | yml | YAML | _data/template.yml | aristizabal95/AntoniaPeris | f96e005424d7fad9bc122262d31a552514697ad2 | [
"Apache-2.0"
] | null | null | null | _data/template.yml | aristizabal95/AntoniaPeris | f96e005424d7fad9bc122262d31a552514697ad2 | [
"Apache-2.0"
] | null | null | null | _data/template.yml | aristizabal95/AntoniaPeris | f96e005424d7fad9bc122262d31a552514697ad2 | [
"Apache-2.0"
] | null | null | null | title: Antonia Peris
subtitle: Ejecutante-Creadora
phone: +57 3043771649
email: Antoniaperism@gmail.com
cv_path:
description: >-
Write an awesome description for your new site here. You can edit this line in
_config.yml. It will appear in your document head meta (for Google search
results) and in your feed.xml site description.
social:
- title: facebook
url: 'https://www.facebook.com/valentina.peris.1'
- title: instagram
url: 'https://www.instagram.com/antonia_hedonista/'
color:
primary: '#000000'
secondary: '#444'
muted: '#777'
muted-bg: '#f5efec'
highlight: '#808080'
highlight-bg: '#f5f5f5'
green: '#829891'
purple: '#471f32'
yellow: '#ffc115'
pink: '#fad9f4'
skin: '#ecc8ae'
skin-light: '#ecbfae'
blue: '#72c7ef'
font:
primary: 'Dosis, Arial, sans-serif'
secondary: '"Open Sans", Arial, sans-serif'
ternary: 'Cambria, Georgia, serif'
gallery:
xs-columns: 2
sm-columns: 2
md-columns: 4
lg-columns: 4 | 26.108108 | 80 | 0.694617 |
1b25ab0f880a531eb1eda8989b5262fc7bdc1d72 | 184 | yml | YAML | _config.yml | dmtttt/dmtttt.github.io | eccb8294aaee5790f063bc4c07a6a05870b54f48 | [
"MIT"
] | null | null | null | _config.yml | dmtttt/dmtttt.github.io | eccb8294aaee5790f063bc4c07a6a05870b54f48 | [
"MIT"
] | null | null | null | _config.yml | dmtttt/dmtttt.github.io | eccb8294aaee5790f063bc4c07a6a05870b54f48 | [
"MIT"
] | null | null | null | permalink: /posts/:title
markdown: kramdown
gems:
- jekyll-sitemap
name: Zach Holman
url: https://dmtttt.github.io
description: A fantastic blog that is fantastic.
twitter: holman
| 16.727273 | 48 | 0.766304 |
2b4d56fde0a694a63575d6b265dc3fd9eec65abe | 1,346 | yml | YAML | docs/cookbooks/multus/resources/dhcp-daemon.yml | vmware-tanzu-private/antrea | 040f07ae94aab07fdad1ec3943073b1cbe55a520 | [
"Apache-2.0"
] | 1,094 | 2019-11-18T04:15:30.000Z | 2021-05-12T09:21:44.000Z | docs/cookbooks/multus/resources/dhcp-daemon.yml | vmware-tanzu-private/antrea | 040f07ae94aab07fdad1ec3943073b1cbe55a520 | [
"Apache-2.0"
] | 2,081 | 2019-11-18T04:30:01.000Z | 2021-05-12T19:14:59.000Z | docs/cookbooks/multus/resources/dhcp-daemon.yml | vmware-tanzu-private/antrea | 040f07ae94aab07fdad1ec3943073b1cbe55a520 | [
"Apache-2.0"
] | 210 | 2019-11-18T04:06:58.000Z | 2021-05-12T09:34:12.000Z | apiVersion: apps/v1
kind: DaemonSet
metadata:
namespace: kube-system
name: dhcp-daemon
labels:
environment: antrea-multus-demo
app: dhcp-daemon
spec:
selector:
matchLabels:
environment: antrea-multus-demo
app: dhcp-daemon
template:
metadata:
labels:
environment: antrea-multus-demo
app: dhcp-daemon
spec:
hostPID: true
hostNetwork: true
initContainers:
- name: sock-cleanup
image: ubuntu:20.04
command: ["rm", "-f", "/run/cni/dhcp.sock"]
volumeMounts:
- name: run
mountPath: /run
containers:
- name: dhcp-daemon
securityContext:
privileged: true
image: antrea/cni-dhcp-daemon:latest
imagePullPolicy: Always
args: [""]
volumeMounts:
- name: run
mountPath: /run
- name: netns
mountPath: /var/run/netns
volumes:
- hostPath:
path: /run
name: run
- hostPath:
path: /var/run/netns
name: netns
nodeSelector:
kubernetes.io/os: linux
priorityClassName: system-node-critical
tolerations:
- key: CriticalAddonsOnly
operator: Exists
- effect: NoSchedule
operator: Exists
- effect: NoExecute
operator: Exists
| 23.206897 | 51 | 0.572065 |
137ed2a31f89a2364fa7db9adb2d97391a815da8 | 287 | yaml | YAML | tests/minimal/phase1/ssz_static/ShardBlock/ssz_one/case_27/value.yaml | SifraiHQ/eth2.0-spec-tests | 289175b2bf8a12c901bf2eef79605447c5706441 | [
"MIT"
] | null | null | null | tests/minimal/phase1/ssz_static/ShardBlock/ssz_one/case_27/value.yaml | SifraiHQ/eth2.0-spec-tests | 289175b2bf8a12c901bf2eef79605447c5706441 | [
"MIT"
] | null | null | null | tests/minimal/phase1/ssz_static/ShardBlock/ssz_one/case_27/value.yaml | SifraiHQ/eth2.0-spec-tests | 289175b2bf8a12c901bf2eef79605447c5706441 | [
"MIT"
] | null | null | null | {shard_parent_root: '0x3e04a578e0a54eb2a2b75cffa8dadef77970a32234767059ae2c939593cfe150',
beacon_parent_root: '0x9d6e3e66fe257760d386f896307b719b58a93dcf082b01b222deaa7daf651920',
slot: 15773466745852375831, shard: 501873367319280818, proposer_index: 12795320529612424683,
body: '0x49'}
| 57.4 | 92 | 0.891986 |
712ceaa63b9c29ac3f9b02dac27b4ad20561ceb4 | 5,949 | yml | YAML | proto/wtools/atop/will.test/_asset/resolvePathOfSubmodulesExported/out/module-a.out.will.yml | JackieJoo/willbe | 42eca65f879326eb8d6c54def119dbfaf9375d82 | [
"MIT"
] | null | null | null | proto/wtools/atop/will.test/_asset/resolvePathOfSubmodulesExported/out/module-a.out.will.yml | JackieJoo/willbe | 42eca65f879326eb8d6c54def119dbfaf9375d82 | [
"MIT"
] | null | null | null | proto/wtools/atop/will.test/_asset/resolvePathOfSubmodulesExported/out/module-a.out.will.yml | JackieJoo/willbe | 42eca65f879326eb8d6c54def119dbfaf9375d82 | [
"MIT"
] | null | null | null | format: outwillfile-2.0
root:
- module-a.out
consistency:
../a.will.yml: &ref_0
hash: da8cd48c703d068755cd82de53dec28c
size: 550
module:
module-a.out:
about:
name: module-a
description: Module for testing
enabled: 1
version: 0.0.1
path:
module.willfiles:
criterion:
predefined: 1
path: module-a.out.will.yml
module.common:
criterion:
predefined: 1
path: module-a.out
in:
criterion:
predefined: 0
path: .
module.original.willfiles:
criterion:
predefined: 1
path: ../a.will.yml
module.peer.willfiles:
criterion:
predefined: 1
path: ../a.will.yml
download:
criterion:
predefined: 1
remote:
criterion:
predefined: 1
proto:
path: ../proto
out:
criterion:
predefined: 0
path: .
temp:
path:
- 'path::out'
- ../out2
exported.dir.proto.export:
criterion:
default: 1
export: 1
path: ../proto/a
exported.files.proto.export:
criterion:
default: 1
export: 1
path:
- ../proto/a
- ../proto/a/File.js
submodule: {}
reflector:
files:
src:
filePath:
'{path::proto}/a/**': '{path::out}/a'
prefixPath: ''
recursive: 1
dst:
prefixPath: ''
recursive: 1
mandatory: 1
exported.proto.export:
src:
filePath:
'**': ''
prefixPath: ../proto/a
mandatory: 1
criterion:
default: 1
export: 1
exported.files.proto.export:
src:
filePath:
'path::exported.files.proto.export': ''
basePath: .
prefixPath: 'path::exported.dir.proto.export'
recursive: 0
recursive: 0
mandatory: 1
criterion:
default: 1
export: 1
step:
export.proto:
opts:
export: '{path::proto}/a/**'
tar: 0
inherit:
- module.export
files:
opts:
reflector: 'reflector::files*'
inherit:
- files.reflect
build:
files:
steps:
- 'step::files'
criterion:
default: 1
proto.export:
steps:
- 'step::export.proto'
criterion:
default: 1
export: 1
exported:
proto.export:
version: 0.0.1
recursive: 0
withIntegrated: 2
tar: 0
exportedReflector: 'reflector::exported.proto.export'
exportedFilesReflector: 'reflector::exported.files.proto.export'
exportedDirPath: 'path::exported.dir.proto.export'
exportedFilesPath: 'path::exported.files.proto.export'
criterion:
default: 1
export: 1
consistency:
../a.will.yml: *ref_0
../a:
about:
name: module-a
description: Module for testing
enabled: 1
version: 0.0.1
path:
in:
criterion:
predefined: 0
path: .
module.willfiles:
criterion:
predefined: 1
path: a.will.yml
module.original.willfiles:
criterion:
predefined: 1
path: a.will.yml
module.peer.willfiles:
criterion:
predefined: 1
path: out/module-a.out.will.yml
module.common:
criterion:
predefined: 1
path: a
download:
criterion:
predefined: 1
remote:
criterion:
predefined: 1
proto:
path: ./proto
out:
criterion:
predefined: 0
path: out
temp:
path:
- 'path::out'
- out2
exported.dir.proto.export:
criterion:
default: 1
export: 1
path: ./proto/a
exported.files.proto.export:
criterion:
default: 1
export: 1
path:
- proto/a
- proto/a/File.js
submodule: {}
reflector:
files:
src:
filePath:
'{path::proto}/a/**': '{path::out}/a'
recursive: 1
recursive: 1
mandatory: 1
exported.proto.export:
src:
filePath:
'**': ''
prefixPath: proto/a
mandatory: 1
criterion:
default: 1
export: 1
exported.files.proto.export:
src:
filePath:
'path::exported.files.proto.export': ''
basePath: .
prefixPath: 'path::exported.dir.proto.export'
recursive: 0
recursive: 0
mandatory: 1
criterion:
default: 1
export: 1
step:
export.proto:
opts:
export: '{path::proto}/a/**'
tar: 0
inherit:
- module.export
files:
opts:
reflector: 'reflector::files*'
inherit:
- files.reflect
build:
files:
steps:
- 'step::files'
criterion:
default: 1
proto.export:
steps:
- 'step::export.proto'
criterion:
default: 1
export: 1
exported:
proto.export:
version: 0.0.1
recursive: 0
withIntegrated: 2
tar: 0
exportedReflector: 'reflector::exported.proto.export'
exportedFilesReflector: 'reflector::exported.files.proto.export'
exportedDirPath: 'path::exported.dir.proto.export'
exportedFilesPath: 'path::exported.files.proto.export'
criterion:
default: 1
export: 1
consistency:
../a.will.yml:
hash: da8cd48c703d068755cd82de53dec28c
size: 550
| 22.706107 | 72 | 0.4863 |
71cfd4cdd3bc2724be75a7861bc83ec81eaa2db2 | 111 | yml | YAML | docker-localstack/k8s/localstack-ns.yml | brijeshdhaker/docker-hadoop-cluster | 6a50d45c4fa81db7494ca670a6fdef73bd73d963 | [
"MIT"
] | null | null | null | docker-localstack/k8s/localstack-ns.yml | brijeshdhaker/docker-hadoop-cluster | 6a50d45c4fa81db7494ca670a6fdef73bd73d963 | [
"MIT"
] | null | null | null | docker-localstack/k8s/localstack-ns.yml | brijeshdhaker/docker-hadoop-cluster | 6a50d45c4fa81db7494ca670a6fdef73bd73d963 | [
"MIT"
] | null | null | null | #
#
#
apiVersion: v1
kind: Namespace
metadata:
creationTimestamp: null
name: localstack
spec: {}
status: {} | 11.1 | 25 | 0.702703 |
c3d57bfd72beca591b023d608c142e0830813a83 | 127 | yaml | YAML | test_data/project-b/upkit.yaml | finderseyes/unity-tools | 23c0297ae4003a3ff015231c958b4e0e44efce30 | [
"MIT"
] | 5 | 2018-10-20T07:43:23.000Z | 2021-02-20T19:43:58.000Z | test_data/project-b/upkit.yaml | finderseyes/unity-tools | 23c0297ae4003a3ff015231c958b4e0e44efce30 | [
"MIT"
] | 2 | 2018-10-20T08:33:58.000Z | 2018-10-23T11:34:42.000Z | test_data/project-b/upkit.yaml | finderseyes/upkit | 23c0297ae4003a3ff015231c958b4e0e44efce30 | [
"MIT"
] | null | null | null | links:
- target: '{{__assets__}}'
content: ['{{__dir__}}/assets/*']
exclude: ['{{__dir__}}/assets/.gitignore']
| 21.166667 | 47 | 0.551181 |
0abd2afa4105ffc26b7fdb71e8d2dd1fdca6c92c | 865 | yml | YAML | threads/4270819/posts/79725980.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/4270819/posts/79725980.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/4270819/posts/79725980.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | url: showpost.php?p=79725980&postcount=1537
id: 79725980
tid: 4270819
num: 1537
datetime: 2015-09-14T17:36:00.000Z
user:
img: customavatars/avatar1199321_11.gif
name: PinPop08
title: Senior Member
joinDate: 2013-01-31T16:00:00.000Z
posts: 248
id: '1199321'
title: 'Re: [No sếch] Post ảnh mấy em chân dài quần short váy ngắn'
content:
html: "\r\n\t\t\t\r\n\t\t\tem Meow hôm qua mới đánh nữ nhi so tài LMHT trên vetv xong <img src=\"/images/smilies/Off/sexy_girl.gif\" border=\"0\" alt=\"\" title=\"Sexy Girl\" class=\"inlineimg\"><br>\r\n<img src=\"https://scontent-sin1-1.xx.fbcdn.net/hphotos-xpt1/v/t1.0-9/11889684_727618400718101_6276085153763089482_n.jpg?oh=65ccb95be7d91559f54df8034ad84f58&oe=564BC698\" border=\"0\" alt=\"\">\r\n\t\t"
text: em Meow hôm qua mới đánh nữ nhi so tài LMHT trên vetv xong
| 50.882353 | 451 | 0.715607 |
c7cbffbafd366152a09b5b607ec2eaf135ebb3db | 1,804 | yaml | YAML | tests/unit/cassettes/test_build_project.yaml | matthewhanson/gbdxtools | f07fed2ea2b8d62845f6cf83c3947d0c2a4c6daf | [
"MIT"
] | 81 | 2016-04-05T23:32:46.000Z | 2022-01-02T21:21:09.000Z | tests/unit/cassettes/test_build_project.yaml | matthewhanson/gbdxtools | f07fed2ea2b8d62845f6cf83c3947d0c2a4c6daf | [
"MIT"
] | 624 | 2016-04-06T22:22:01.000Z | 2022-01-03T17:48:50.000Z | tests/unit/cassettes/test_build_project.yaml | matthewhanson/gbdxtools | f07fed2ea2b8d62845f6cf83c3947d0c2a4c6daf | [
"MIT"
] | 66 | 2016-04-13T22:45:37.000Z | 2022-01-03T18:03:26.000Z | interactions:
- request:
body: null
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Connection: [keep-alive]
User-Agent: [python-requests/2.18.4]
method: GET
uri: https://vector.geobigdata.io/answer-factory-recipe-service/api/recipe/query-tweets
response:
body:
string: !!binary |
H4sIAAAAAAAAA42ST0/DMAzFvwrKEa2IdTCVSdy4cEEwdq+8xBuW0iRLnG7VtO+OW/aPC+JSKT8/
2+9Z3SsyaqY2GWNX8BaRkxopBw0K/ejpzeJE/dZhFKyr1XSql2VhQN8XD1U1KSrzNCnGpZlWBsvH
coUiB619dvwq8122dgCY0ullMOlIgck7mXleYnBFjo5080yMTc1dwNlgTgQRNQVcCBJBi5p9LAb7
UiMXMv8uJYwt6d6Pz/xHNUBEx/Nh+MWyuIFs+QW6Obh13zj+0cqBGOM5TAuWDMjEMwkRI24yJUlw
BX3AyNSTvQJjhqBga0MpWOjqFaE1UlSMuz7sl28xXugbroGpxZtP8UqNfGbAHGmZZcldOsHaHXW1
WdrRuxcP/2gKR13fJKuHm9bkDO6u7tWA/CXEkv1WHQ7fRfCBHT4CAAA=
headers:
access-control-allow-credentials: ['true']
access-control-allow-headers: ['origin, content-type, accept, authorization']
access-control-allow-methods: ['GET, POST, PUT, DELETE, OPTIONS, HEAD']
access-control-allow-origin: ['*']
cache-control: ['no-cache, no-store, max-age=0, must-revalidate']
connection: [keep-alive]
content-encoding: [gzip]
content-length: ['326']
content-type: [application/json;charset=UTF-8]
date: ['Fri, 20 Oct 2017 19:04:53 GMT']
expires: ['0']
pragma: [no-cache]
server: [Apache-Coyote/1.1, Weblogic 12.2.1.1]
strict-transport-security: [max-age=604800 ; includeSubDomains]
vary: [Accept-Encoding]
x-content-type-options: [nosniff, nosniff]
x-frame-options: [DENY, SAMEORIGIN]
x-permitted-cross-domain-policies: [none]
x-xss-protection: [1; mode=block, 1; mode=block]
status: {code: 200, message: OK}
version: 1
| 42.952381 | 91 | 0.696231 |
d50856ded19caf73b20cc7c3b13ebb21721fe752 | 763 | yml | YAML | .github/workflows/v2-test.yml | Swit-ChristianKim/action-swit | 6ddd36512a3ebd15fcef204aed01451a0e7486f0 | [
"MIT"
] | null | null | null | .github/workflows/v2-test.yml | Swit-ChristianKim/action-swit | 6ddd36512a3ebd15fcef204aed01451a0e7486f0 | [
"MIT"
] | 64 | 2021-11-08T11:25:59.000Z | 2022-03-29T11:38:05.000Z | .github/workflows/v2-test.yml | Swit-ChristianKim/swit-webhook | 6ddd36512a3ebd15fcef204aed01451a0e7486f0 | [
"MIT"
] | null | null | null | name: 'v2-test'
on:
workflow_dispatch:
inputs:
message:
description: "message"
required: false
default: "swit-webhook-message"
type: string
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: Swit-ChristianKim/swit-webhook@v2
with:
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
MESSAGE: ${{ github.event.inputs.message }}
test-after-message:
runs-on: ubuntu-latest
needs: [test]
if: always() && (needs.test.result == 'failure' || needs.test.result == 'success' )
steps:
- uses: Swit-ChristianKim/swit-webhook@v2
with:
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
MESSAGE: ${{ toJSON(needs) }}
테스트
테스트
| 25.433333 | 87 | 0.558322 |
0f3ce17bf7686124bacce667fd1f0684f965bdc8 | 1,549 | yml | YAML | .travis.yml | iboved/RedmineAPI | fddc66c73a09fbeb80d0c193ea971f023a6fcbaa | [
"MIT"
] | null | null | null | .travis.yml | iboved/RedmineAPI | fddc66c73a09fbeb80d0c193ea971f023a6fcbaa | [
"MIT"
] | null | null | null | .travis.yml | iboved/RedmineAPI | fddc66c73a09fbeb80d0c193ea971f023a6fcbaa | [
"MIT"
] | null | null | null | language: php
php:
- "5.5"
env:
- SYMFONY_VERSION=2.6.*
before_script:
# Copy skeleton parameters file
- cp app/config/parameters.yml.dist app/config/parameters.yml
# Install packages
- sudo apt-get update > /dev/null
- sudo apt-get install -y --force-yes apache2 libapache2-mod-php5 php5-curl php5-mysql php5-intl
# Create VirtualHost
- sudo sed -i -e "s,/var/www,$(pwd)/web,g" /etc/apache2/sites-available/default
- sudo sed -i -e "/DocumentRoot/i\ServerName mychristmas.local" /etc/apache2/sites-available/default
- echo "127.0.0.1 mychristmas.local" | sudo tee -a /etc/hosts
- sudo /etc/init.d/apache2 restart
# Update php.ini
- echo 'display_errors = On' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo 'html_errors = On' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo 'short_open_tag = Off' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo 'date.timezone = "Europe/Kiev"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
# Update composer
- composer self-update
- composer install --dev --prefer-dist
# Make symfony2 preparation steps
- mkdir -p web/upload/media
- app/console do:da:cr -e=test > /dev/null
- app/console do:sc:cr -e=test > /dev/null
- php app/console assets:install --symlink
- php app/console assetic:dump
- sudo chmod -R 777 app/cache app/logs
- app/console --env=test cache:warmup
- sudo chmod -R 777 app/cache app/logs
script:
- phpunit -c app/
| 35.204545 | 104 | 0.667527 |
5194917d4827c96569f6fab0e08c2346f17c8e5b | 1,265 | yaml | YAML | kube/job_merging.yaml | ATLAS-Analytics/WFMS | a99ef4c1963f0a84be244e89100e14e337533d23 | [
"MIT"
] | null | null | null | kube/job_merging.yaml | ATLAS-Analytics/WFMS | a99ef4c1963f0a84be244e89100e14e337533d23 | [
"MIT"
] | null | null | null | kube/job_merging.yaml | ATLAS-Analytics/WFMS | a99ef4c1963f0a84be244e89100e14e337533d23 | [
"MIT"
] | 5 | 2020-09-11T10:19:51.000Z | 2022-02-08T17:10:26.000Z | apiVersion: batch/v1
kind: CronJob
metadata:
name: job-merging
spec:
schedule: "25 2 * * *"
suspend: false
concurrencyPolicy: Forbid
jobTemplate:
spec:
template:
spec:
containers:
- name: wfms-jobs-merging
image: atlasanalyticsservice/wfms:latest
command: ["Jobs/Enrich/merging/run.sh"]
env:
- name: JOB_ORACLE_USER
valueFrom:
secretKeyRef:
name: oracle-secret
key: job_oracle_user
- name: JOB_ORACLE_PASS
valueFrom:
secretKeyRef:
name: oracle-secret
key: job_oracle_pass
- name: JOB_ORACLE_CONNECTION_STRING
valueFrom:
secretKeyRef:
name: oracle-secret
key: job_oracle_connection_string
- name: JOB_ORACLE_ADG_CONNECTION_STRING
valueFrom:
secretKeyRef:
name: oracle-secret
key: job_oracle_adg_connection_string
restartPolicy: Never
| 32.435897 | 60 | 0.472727 |
7364a9934e9e074d7418b0e05e448e3c54ea43b7 | 396 | yml | YAML | server/plugins/Essentials/userdata/wunai.yml | c0710204/docker-minecraft | ff2368f6cd91429e9d06732236b392cfd8f26585 | [
"MIT"
] | null | null | null | server/plugins/Essentials/userdata/wunai.yml | c0710204/docker-minecraft | ff2368f6cd91429e9d06732236b392cfd8f26585 | [
"MIT"
] | 1 | 2016-09-02T19:23:11.000Z | 2016-09-02T19:23:11.000Z | server/plugins/Essentials/userdata/wunai.yml | c0710204/docker-minecraft | ff2368f6cd91429e9d06732236b392cfd8f26585 | [
"MIT"
] | null | null | null | socialspy: false
timestamps:
login: 1410501469063
lastteleport: 1410500146420
logout: 1410502726567
ipAddress: 124.239.208.250
lastlocation:
world: world
x: 245.94951110006937
y: 70.0
z: -130.0985759973806
yaw: -48.003418
pitch: 19.199991
logoutlocation:
world: world
x: 716.6181972112254
y: 73.0
z: -550.6999999880791
yaw: -113.70565
pitch: 7.4999657
money: '30.0'
| 18 | 29 | 0.722222 |
5c7b0fd798ee64d8702467f42390a54174266945 | 160 | yml | YAML | kedro/config/logging.yml | Xen0byte/kedro | a08d4eb67892a671882e7a4524ba248a4d8dedd0 | [
"Apache-2.0"
] | 2,047 | 2022-01-10T15:22:12.000Z | 2022-03-31T13:38:56.000Z | kedro/config/logging.yml | Xen0byte/kedro | a08d4eb67892a671882e7a4524ba248a4d8dedd0 | [
"Apache-2.0"
] | 170 | 2022-01-10T12:44:31.000Z | 2022-03-31T17:01:24.000Z | kedro/config/logging.yml | Xen0byte/kedro | a08d4eb67892a671882e7a4524ba248a4d8dedd0 | [
"Apache-2.0"
] | 112 | 2022-01-10T19:15:24.000Z | 2022-03-30T11:20:52.000Z | version: 1
disable_existing_loggers: False
handlers:
rich:
class: rich.logging.RichHandler
loggers:
kedro:
level: INFO
root:
handlers: [rich]
| 10.666667 | 35 | 0.70625 |
6ae3af88ab90c922ddf524932f34f38899252980 | 1,018 | yml | YAML | buildspecs/apps/petsc/petsc_check.yml | buildtesters/buildtest-nersc | ef31aa526c50878c4454c99d291f6b57dff5e8f4 | [
"MIT"
] | null | null | null | buildspecs/apps/petsc/petsc_check.yml | buildtesters/buildtest-nersc | ef31aa526c50878c4454c99d291f6b57dff5e8f4 | [
"MIT"
] | null | null | null | buildspecs/apps/petsc/petsc_check.yml | buildtesters/buildtest-nersc | ef31aa526c50878c4454c99d291f6b57dff5e8f4 | [
"MIT"
] | null | null | null |
buildspecs:
petsc_checks_e4s_21.05:
type: script
executor: cori.slurm.haswell_debug
description: petsc tests for e4s/21.05 deployment
tags: [e4s]
sbatch: [-n 4, -t 10]
run: |
module load e4s/21.05
cp $(spack location -i petsc)/share/petsc/examples/src/ksp/ksp/tutorials/ex50.c .
cp $(spack location -i petsc)/share/petsc/examples/src/ksp/ksp/tutorials/makefile .
make PETSC_DIR=$(spack location -i petsc) ex50
srun -n 4 ex50 -da_grid_x 4 -da_grid_y 4 -ksp_monitor
rm makefile
cp $(spack location -i petsc)/share/petsc/examples/src/snes/tutorials/ex19.c .
cp $(spack location -i petsc)/share/petsc/examples//src/snes/tutorials/makefile .
make PETSC_DIR=$(spack location -i petsc) ex19
# petsc with superlu_dist test
srun -n 4 ex19 -da_grid_x 20 -da_grid_y 20 -pc_type lu -pc_factor_mat_solver_type superlu_dist
# petsc with hypre test
srun -n 4 ex19 -da_refine 3 -snes_monitor_short -pc_type hypre
| 39.153846 | 100 | 0.681729 |
8034585ab45a34aec3d08055c16ff53fb96141b0 | 104 | yaml | YAML | examples/echo/data/sample/testdata.yaml | jsannemo/problemtools | 591f24e99c8d66a819fc8dde82c5ec55173b3c83 | [
"MIT"
] | null | null | null | examples/echo/data/sample/testdata.yaml | jsannemo/problemtools | 591f24e99c8d66a819fc8dde82c5ec55173b3c83 | [
"MIT"
] | null | null | null | examples/echo/data/sample/testdata.yaml | jsannemo/problemtools | 591f24e99c8d66a819fc8dde82c5ec55173b3c83 | [
"MIT"
] | null | null | null | on_reject: continue
range: 0 0
accept_score: 0
grader_flags: first_error
input_validator_flags: nFive=0
| 17.333333 | 30 | 0.836538 |
80688e55df1f86dd60e894751782e29eca1c88cb | 610 | yml | YAML | .travis.yml | gaoshanyu/Migration | 9e9b90ca16018974f17d84d4e939fcb4ddf553e0 | [
"MIT"
] | 1 | 2020-08-11T09:25:10.000Z | 2020-08-11T09:25:10.000Z | .travis.yml | gaoshanyu/Migration | 9e9b90ca16018974f17d84d4e939fcb4ddf553e0 | [
"MIT"
] | null | null | null | .travis.yml | gaoshanyu/Migration | 9e9b90ca16018974f17d84d4e939fcb4ddf553e0 | [
"MIT"
] | null | null | null | language: objective-c
osx_image: xcode11.5
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
notifications:
email: false
addons:
homebrew:
packages:
- curl # Fix the codecov upload issue
before_install:
- env
- locale
- xcodebuild -version
- xcodebuild -showsdks
script:
- set -o pipefail
- echo Run the tests
- xcodebuild test -project Migration.xcodeproj -scheme 'Migration' -destination 'platform=iOS Simulator,OS=13.5,name=iPhone 11 Pro' -configuration Debug CODE_SIGNING_ALLOWED=NO | xcpretty -c
after_success:
- echo Run the tests succeed
| 20.333333 | 194 | 0.7 |
59e41ddcea52fca0c7b477137d762fc887222206 | 227 | yml | YAML | .github/workflows/cd.yml | trbngr/one_piece_commanded | fdde9c11ee4bbe14bedff7d175e27349e7c0e4c8 | [
"MIT"
] | 9 | 2021-08-11T08:45:25.000Z | 2022-03-12T13:38:42.000Z | .github/workflows/cd.yml | trbngr/one_piece_commanded | fdde9c11ee4bbe14bedff7d175e27349e7c0e4c8 | [
"MIT"
] | null | null | null | .github/workflows/cd.yml | trbngr/one_piece_commanded | fdde9c11ee4bbe14bedff7d175e27349e7c0e4c8 | [
"MIT"
] | 1 | 2022-02-11T22:00:11.000Z | 2022-02-11T22:00:11.000Z | name: cd
on:
release:
types: [published]
jobs:
hex-publish:
uses: straw-hat-team/github-actions-workflows/.github/workflows/elixir-hex-publish.yml@v1.3.0
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
| 18.916667 | 97 | 0.682819 |
1da573bfafcd79fc448dad545b2549fbcdb1f7ed | 65 | yml | YAML | ayaapp_operator/roles/helpers/database/vars/main.yml | ejez/aya | c30339a5edbbe3bc807ab6e32dc0cbd5eda12acb | [
"MIT"
] | null | null | null | ayaapp_operator/roles/helpers/database/vars/main.yml | ejez/aya | c30339a5edbbe3bc807ab6e32dc0cbd5eda12acb | [
"MIT"
] | null | null | null | ayaapp_operator/roles/helpers/database/vars/main.yml | ejez/aya | c30339a5edbbe3bc807ab6e32dc0cbd5eda12acb | [
"MIT"
] | null | null | null | ---
db: "{{ deployment_env }}_{{ project }}"
db_user: "{{ db }}"
| 16.25 | 40 | 0.507692 |
b166064ba2f4fcf60577d104c8fb554ff4d5e1b5 | 16 | yml | YAML | versionStream/docker/gcr.io/jenkinsxio/jx-cli.yml | pourgholi/jx3-minikube | 5509443dc4345089afa67453f914e96b6141eca2 | [
"Apache-2.0"
] | null | null | null | versionStream/docker/gcr.io/jenkinsxio/jx-cli.yml | pourgholi/jx3-minikube | 5509443dc4345089afa67453f914e96b6141eca2 | [
"Apache-2.0"
] | null | null | null | versionStream/docker/gcr.io/jenkinsxio/jx-cli.yml | pourgholi/jx3-minikube | 5509443dc4345089afa67453f914e96b6141eca2 | [
"Apache-2.0"
] | null | null | null | version: 3.1.86
| 8 | 15 | 0.6875 |
5919d17c7ebe5f8a71ba85d5c4bee73be759400f | 25,639 | yml | YAML | articles/marketplace/azure-vm-create-faq.yml | R0bes/azure-docs.de-de | 24540ed5abf9dd081738288512d1525093dd2938 | [
"CC-BY-4.0",
"MIT"
] | 63 | 2017-08-28T07:43:47.000Z | 2022-02-24T03:04:04.000Z | articles/marketplace/azure-vm-create-faq.yml | R0bes/azure-docs.de-de | 24540ed5abf9dd081738288512d1525093dd2938 | [
"CC-BY-4.0",
"MIT"
] | 704 | 2017-08-04T09:45:07.000Z | 2021-12-03T05:49:08.000Z | articles/marketplace/azure-vm-create-faq.yml | R0bes/azure-docs.de-de | 24540ed5abf9dd081738288512d1525093dd2938 | [
"CC-BY-4.0",
"MIT"
] | 178 | 2017-07-05T10:56:47.000Z | 2022-03-18T12:25:19.000Z | ### YamlMime:FAQ
metadata:
title: Häufige Fragen zu VMs im Azure Marketplace
description: Häufige Fragen, die sich beim Erstellen eines virtuellen Computers im Azure Marketplace ergeben.
ms.service: marketplace
ms.subservice: partnercenter-marketplace-publisher
ms.topic: guide
author: kriti-ms
ms.author: krsh
ms.date: 03/10/2021
ms.custom: devx-track-azurepowershell
ms.openlocfilehash: a8b60cf0ad64552cff446d098a9f41e77e8e3315
ms.sourcegitcommit: b5508e1b38758472cecdd876a2118aedf8089fec
ms.translationtype: HT
ms.contentlocale: de-DE
ms.lasthandoff: 07/09/2021
ms.locfileid: "113588799"
title: Häufige Fragen zu VMs im Azure Marketplace
summary: Diese häufig gestellten Fragen (FAQ) beziehen sich auf allgemeine Probleme, die beim Erstellen eines VM (Virtual Machine)-Angebots im Azure Marketplace auftreten können.
sections:
- name: Wird ignoriert.
questions:
- question: >
Wie kann ich ein virtuelles privates Netzwerk (VPN) für VMs konfigurieren?
answer: >
Bei Verwendung des Azure Resource Manager-Bereitstellungsmodells haben Sie drei Optionen:
- [Erstellen eines routenbasierten VPN-Gateways mit dem Azure-Portal](../vpn-gateway/tutorial-create-gateway-portal.md)
- [Erstellen eines routenbasierten VPN-Gateways mit Azure PowerShell](../vpn-gateway/create-routebased-vpn-gateway-powershell.md)
- [Erstellen eines routenbasierten VPN-Gateways mithilfe von CLI](../vpn-gateway/create-routebased-vpn-gateway-cli.md)
- question: >
Was sind Microsoft-Supportrichtlinien für die Ausführung von Microsoft-Serversoftware auf Azure-basierten VMs?
answer: >
Ausführliche Informationen finden Sie unter [Microsoft-Server-Software-Support für virtuelle Maschinen von Microsoft Azure](https://support.microsoft.com/help/2721672/microsoft-server-software-support-for-microsoft-azure-virtual-machines).
- question: >
Wie kann ich auf einem virtuellen Computer die benutzerdefinierte Skripterweiterung in der Startaufgabe verwalten?
answer: >
Informationen dazu, wie Sie die benutzerdefinierte Skripterweiterung mit dem Azure PowerShell-Modul verwenden, zu Azure Resource Manager-Vorlagen und zu Problembehandlungsschritten für Windows-Systeme finden Sie unter [CustomScript-Erweiterung für Windows](../virtual-machines/extensions/custom-script-windows.md).
- question: >
Werden 32-Bit-Anwendungen oder -Dienste für Azure Marketplace unterstützt?
answer: >
Nein. Bei allen unterstützten Betriebssystemen und Standarddiensten für Azure-VMs handelt es sich um 64-Bit-Versionen. Die meisten 64-Bit-Betriebssysteme unterstützen aus Gründen der Abwärtskompatibilität zwar 32-Bit-Versionen von Anwendungen, aber die Nutzung von 32-Bit-Anwendungen für Ihre VM-Lösung wird nicht unterstützt, und wir raten daher dringend von der Nutzung ab. Erstellen Sie Ihre Anwendung als 64-Bit-Projekt neu.
Weitere Informationen und Beispiele finden Sie in diesen Artikeln:
- [Running 32-bit applications](/windows/desktop/WinProg64/running-32-bit-applications) (Ausführen von 32-Bit-Anwendungen)
- [Unterstützung für 32-Bit-Betriebssysteme auf virtuellen Azure-Computern](https://support.microsoft.com/help/4021388/support-for-32-bit-operating-systems-in-azure-virtual-machines)
- [Microsoft-Server-Software-Support für virtuelle Maschinen von Microsoft Azure](https://support.microsoft.com/help/2721672/microsoft-server-software-support-for-microsoft-azure-virtual-machines)
- question: >
Error: Die virtuelle Festplatte ist im Imagerepository bereits als Ressource registriert.
answer: >
Bei jeder versuchten Erstellung eines Images aus virtuellen Festplatten erhalte ich in Azure PowerShell eine Fehlermeldung mit dem Hinweis, dass die virtuelle Festplatte im Imagerepository bereits als Ressource registriert ist. Ich habe vorher weder ein Image erstellt, noch habe ich ein Image mit diesem Namen in Azure gefunden. Wie löse ich dieses Problem?
Dieses Problem tritt normalerweise auf, wenn Sie eine VM aus einer VHD erstellt haben, die mit einer Sperre versehen ist. Stellen Sie sicher, dass über diese virtuelle Festplatte kein virtueller Computer zugeordnet wird, und wiederholen Sie anschließend den Vorgang. Öffnen Sie ein Supportticket, falls dieses Problem weiterhin besteht. Weitere Informationen finden Sie unter [Support für das Programm „Kommerzieller Marketplace“ im Partner Center](support.md).
- question: >
Wie erstelle ich eine VM aus einer generalisierten virtuellen Festplatte (VHD)?
answer: "\n### <a name=\"prepare-an-azure-resource-manager-template\"></a>Vorbereiten einer Azure Resource Manager-Vorlage\n\nIn diesem Abschnitt wird beschrieben, wie Sie ein vom Benutzer bereitgestelltes VM-Image erstellen und bereitstellen. Dazu können Sie Betriebssystem- und Datenträger-VHD-Images von einer in Azure bereitgestellten virtuellen Festplatte (VHD) bereitstellen. Mit diesen Schritten wird die VM mithilfe einer generalisierten VHD bereitgestellt.\n\n1. Melden Sie sich beim Azure-Portal an.\n2. Laden Sie Ihre generalisierten Betriebssystem- und Datenträger-VHDs in Ihr Azure-Speicherkonto hoch.\n3. Wählen Sie auf der Startseite Ressource erstellen aus, suchen Sie nach „Vorlagenbereitstellung“, und wählen Sie Erstellen aus.\n4. Wählen Sie Eigene Vorlage im Editor erstellen aus.\n\n :::image type=\"content\" source=\"media/vm/template-deployment.png\" alt-text=\"Auswahl einer Vorlage\":::\n\n5. Fügen Sie die folgende JSON-Vorlage in den Editor ein, und wählen Sie Speichern aus.\n\n ```json\n {\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\n \"contentVersion\": \"1.0.0.0\",\n \"parameters\": {\n \"userStorageAccountName\": {\n \"type\": \"String\"\n },\n \"userStorageContainerName\": {\n \"defaultValue\": \"vhds\",\n \"type\": \"String\"\n },\n \"dnsNameForPublicIP\": {\n \"type\": \"String\"\n },\n \"adminUserName\": {\n \"defaultValue\": \"isv\",\n \"type\": \"String\"\n },\n \"adminPassword\": {\n \"defaultValue\": \"\",\n \"type\": \"SecureString\"\n },\n \"osType\": {\n \"defaultValue\": \"windows\",\n \"allowedValues\": [\n \"windows\",\n \"linux\"\n ],\n \"type\": \"String\"\n },\n \"subscriptionId\": {\n \"type\": \"String\"\n },\n \"location\": {\n \"type\": \"String\"\n },\n \"vmSize\": {\n \"type\": \"String\"\n },\n \"publicIPAddressName\": {\n \"type\": \"String\"\n },\n \"vmName\": {\n \"type\": \"String\"\n },\n \"virtualNetworkName\": {\n \"type\": \"String\"\n },\n \"nicName\": {\n \"type\": \"String\"\n },\n \"vhdUrl\": {\n \"type\": \"String\",\n \"metadata\": {\n \"description\": \"VHD Url...\"\n }\n }\n },\n \"variables\": {\n \"addressPrefix\": \"10.0.0.0/16\",\n \"subnet1Name\": \"Subnet-1\",\n \"subnet2Name\": \"Subnet-2\",\n \"subnet1Prefix\": \"10.0.0.0/24\",\n \"subnet2Prefix\": \"10.0.1.0/24\",\n \"publicIPAddressType\": \"Dynamic\",\n \"vnetID\": \"[resourceId('Microsoft.Network/virtualNetworks',parameters('virtualNetworkName'))]\",\n \"subnet1Ref\": \"[concat(variables('vnetID'),'/subnets/',variables('subnet1Name'))]\",\n \"hostDNSNameScriptArgument\": \"[concat(parameters('dnsNameForPublicIP'),'.',parameters('location'),'.cloudapp.azure.com')]\",\n \"osDiskVhdName\": \"[concat('http://',parameters('userStorageAccountName'),'.blob.core.windows.net/',parameters('userStorageContainerName'),'/',parameters('vmName'),'osDisk.vhd')]\"\n },\n \"resources\": [\n {\n \"type\": \"Microsoft.Network/publicIPAddresses\",\n \"apiVersion\": \"2015-06-15\",\n \"name\": \"[parameters('publicIPAddressName')]\",\n \"location\": \"[parameters('location')]\",\n \"properties\": {\n \"publicIPAllocationMethod\": \"[variables('publicIPAddressType')]\",\n \"dnsSettings\": {\n \"domainNameLabel\": \"[parameters('dnsNameForPublicIP')]\"\n }\n }\n },\n {\n \"type\": \"Microsoft.Network/virtualNetworks\",\n \"apiVersion\": \"2015-06-15\",\n \"name\": \"[parameters('virtualNetworkName')]\",\n \"location\": \"[parameters('location')]\",\n \"properties\": {\n \"addressSpace\": {\n \"addressPrefixes\": [\n \"[variables('addressPrefix')]\"\n ]\n },\n \"subnets\": [\n {\n \"name\": \"[variables('subnet1Name')]\",\n \"properties\": {\n \"addressPrefix\": \"[variables('subnet1Prefix')]\"\n }\n },\n {\n \"name\": \"[variables('subnet2Name')]\",\n \"properties\": {\n \"addressPrefix\": \"[variables('subnet2Prefix')]\"\n }\n }\n ]\n }\n },\n {\n \"type\": \"Microsoft.Network/networkInterfaces\",\n \"apiVersion\": \"2015-06-15\",\n \"name\": \"[parameters('nicName')]\",\n \"location\": \"[parameters('location')]\",\n \"dependsOn\": [\n \"[concat('Microsoft.Network/publicIPAddresses/', parameters('publicIPAddressName'))]\",\n \"[concat('Microsoft.Network/virtualNetworks/', parameters('virtualNetworkName'))]\"\n ],\n \"properties\": {\n \"ipConfigurations\": [\n {\n \"name\": \"ipconfig1\",\n \"properties\": {\n \"privateIPAllocationMethod\": \"Dynamic\",\n \"publicIPAddress\": {\n \"id\": \"[resourceId('Microsoft.Network/publicIPAddresses',parameters('publicIPAddressName'))]\"\n },\n \"subnet\": {\n \"id\": \"[variables('subnet1Ref')]\"\n }\n }\n }\n ]\n }\n },\n {\n \"type\": \"Microsoft.Compute/virtualMachines\",\n \"apiVersion\": \"2015-06-15\",\n \"name\": \"[parameters('vmName')]\",\n \"location\": \"[parameters('location')]\",\n \"dependsOn\": [\n \"[concat('Microsoft.Network/networkInterfaces/', parameters('nicName'))]\"\n ],\n \"properties\": {\n \"hardwareProfile\": {\n \"vmSize\": \"[parameters('vmSize')]\"\n },\n \"osProfile\": {\n \"computername\": \"[parameters('vmName')]\",\n \"adminUsername\": \"[parameters('adminUsername')]\",\n \"adminPassword\": \"[parameters('adminPassword')]\"\n },\n \"storageProfile\": {\n \"osDisk\": {\n \"name\": \"[concat(parameters('vmName'),'-osDisk')]\",\n \"osType\": \"[parameters('osType')]\",\n \"caching\": \"ReadWrite\",\n \"image\": {\n \"uri\": \"[parameters('vhdUrl')]\"\n },\n \"vhd\": {\n \"uri\": \"[variables('osDiskVhdName')]\"\n },\n \"createOption\": \"FromImage\"\n }\n },\n \"networkProfile\": {\n \"networkInterfaces\": [\n {\n \"id\": \"[resourceId('Microsoft.Network/networkInterfaces',parameters('nicName'))]\"\n }\n ]\n }\n }\n }\n ]\n }\n ```\n\n\n6. Geben Sie die Parameterwerte für die angezeigten Eigenschaftenseiten für die benutzerdefinierte Bereitstellung ein.\n\n | **ResourceGroupName** | **Vorhandener Name der Azure-Ressourcengruppe. Verwenden Sie in der Regel dieselbe RG wie Ihr Key Vault.** |\n | --- | --- |\n | TemplateFile | Vollständiger Pfadname der Datei „VHDtoImage.json“. |\n | userStorageAccountName | Name des Speicherkontos. |\n | dnsNameForPublicIP | DNS-Name für die öffentliche IP-Adresse. Muss in Kleinbuchstaben angegeben werden. |\n | subscriptionId | Die Azure-Abonnement-ID. |\n | Standort | Standardmäßiger geografischer Azure-Standort der Ressourcengruppe. |\n | vmName | Der Name des virtuellen Computers. |\n | vhdUrl | Die Webadresse der virtuellen Festplatte. |\n | vmSize | Die Größe der VM-Instanz. |\n | publicIPAddressName | Der Name der öffentlichen IP-Adresse. |\n | virtualNetworkName | Der Name des virtuellen Netzwerks. |\n | nicName | Der Name der Netzwerkschnittstellenkarte für das virtuelle Netzwerk. |\n | adminUserName | Der Benutzername des Administratorkontos. |\n | adminPassword | Das Administratorkennwort. |\n \n7. Nachdem Sie diese Werte angegeben haben, wählen Sie Kaufen aus.\n\n Azure startet die Bereitstellung. Im angegebenen Speicherkontopfad wird eine neue VM mit der angegebenen nicht verwalteten VHD erstellt. Sie können den Fortschritt im Azure-Portal nachverfolgen, indem Sie auf der linken Seite Virtuelle Computer auswählen. Nachdem die VM erstellt wurde, ändert sich der Status von „Wird gestartet“ in „Wird ausgeführt“.\n\n Verwenden Sie für die Bereitstellung von VMs der 2. Generation diese Vorlage:\n ```json\n {\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\n \"contentVersion\": \"1.0.0.0\",\n \"parameters\": {\n \"userStorageAccountName\": {\n \"type\": \"String\"\n },\n \"userStorageContainerName\": {\n \"defaultValue\": \"vhds\",\n \"type\": \"String\"\n },\n \"dnsNameForPublicIP\": {\n \"type\": \"String\"\n },\n \"adminUserName\": {\n \"defaultValue\": \"isv\",\n \"type\": \"String\"\n },\n \"adminPassword\": {\n \"defaultValue\": \"\",\n \"type\": \"SecureString\"\n },\n \"osType\": {\n \"defaultValue\": \"windows\",\n \"allowedValues\": [\n \"windows\",\n \"linux\"\n ],\n \"type\": \"String\"\n },\n \"subscriptionId\": {\n \"type\": \"String\"\n },\n \"location\": {\n \"type\": \"String\"\n },\n \"vmSize\": {\n \"type\": \"String\"\n },\n \"publicIPAddressName\": {\n \"type\": \"String\"\n },\n \"vmName\": {\n \"type\": \"String\"\n },\n \"virtualNetworkName\": {\n \"type\": \"String\"\n },\n \"nicName\": {\n \"type\": \"String\"\n },\n \"vhdUrl\": {\n \"type\": \"String\",\n \"metadata\": {\n \"description\": \"VHD Url...\"\n }\n }\n },\n \"variables\": {\n \"addressPrefix\": \"10.0.0.0/16\",\n \"subnet1Name\": \"Subnet-1\",\n \"subnet2Name\": \"Subnet-2\",\n \"subnet1Prefix\": \"10.0.0.0/24\",\n \"subnet2Prefix\": \"10.0.1.0/24\",\n \"publicIPAddressType\": \"Dynamic\",\n \"vnetID\": \"[resourceId('Microsoft.Network/virtualNetworks',parameters('virtualNetworkName'))]\",\n \"subnet1Ref\": \"[concat(variables('vnetID'),'/subnets/',variables('subnet1Name'))]\",\n \"hostDNSNameScriptArgument\": \"[concat(parameters('dnsNameForPublicIP'),'.',parameters('location'),'.cloudapp.azure.com')]\",\n \"osDiskVhdName\": \"[concat('http://',parameters('userStorageAccountName'),'.blob.core.windows.net/',parameters('userStorageContainerName'),'/',parameters('vmName'),'osDisk.vhd')]\"\n },\n \"resources\": [\n {\n \"type\": \"Microsoft.Network/publicIPAddresses\",\n \"apiVersion\": \"2015-06-15\",\n \"name\": \"[parameters('publicIPAddressName')]\",\n \"location\": \"[parameters('location')]\",\n \"properties\": {\n \"publicIPAllocationMethod\": \"[variables('publicIPAddressType')]\",\n \"dnsSettings\": {\n \"domainNameLabel\": \"[parameters('dnsNameForPublicIP')]\"\n }\n }\n },\n {\n \"type\": \"Microsoft.Network/virtualNetworks\",\n \"apiVersion\": \"2015-06-15\",\n \"name\": \"[parameters('virtualNetworkName')]\",\n \"location\": \"[parameters('location')]\",\n \"properties\": {\n \"addressSpace\": {\n \"addressPrefixes\": [\n \"[variables('addressPrefix')]\"\n ]\n },\n \"subnets\": [\n {\n \"name\": \"[variables('subnet1Name')]\",\n \"properties\": {\n \"addressPrefix\": \"[variables('subnet1Prefix')]\"\n }\n },\n {\n \"name\": \"[variables('subnet2Name')]\",\n \"properties\": {\n \"addressPrefix\": \"[variables('subnet2Prefix')]\"\n }\n }\n ]\n }\n },\n {\n \"type\": \"Microsoft.Network/networkInterfaces\",\n \"apiVersion\": \"2015-06-15\",\n \"name\": \"[parameters('nicName')]\",\n \"location\": \"[parameters('location')]\",\n \"dependsOn\": [\n \"[concat('Microsoft.Network/publicIPAddresses/', parameters('publicIPAddressName'))]\",\n \"[concat('Microsoft.Network/virtualNetworks/', parameters('virtualNetworkName'))]\"\n ],\n \"properties\": {\n \"ipConfigurations\": [\n {\n \"name\": \"ipconfig1\",\n \"properties\": {\n \"privateIPAllocationMethod\": \"Dynamic\",\n \"publicIPAddress\": {\n \"id\": \"[resourceId('Microsoft.Network/publicIPAddresses',parameters('publicIPAddressName'))]\"\n },\n \"subnet\": {\n \"id\": \"[variables('subnet1Ref')]\"\n }\n }\n }\n ]\n }\n },\n {\n \"type\": \"Microsoft.Compute/virtualMachines\",\n \"apiVersion\": \"2015-06-15\",\n \"name\": \"[parameters('vmName')]\",\n \"location\": \"[parameters('location')]\",\n \"dependsOn\": [\n \"[concat('Microsoft.Network/networkInterfaces/', parameters('nicName'))]\"\n ],\n \"properties\": {\n \"hardwareProfile\": {\n \"vmSize\": \"[parameters('vmSize')]\"\n },\n \"osProfile\": {\n \"computername\": \"[parameters('vmName')]\",\n \"adminUsername\": \"[parameters('adminUsername')]\",\n \"adminPassword\": \"[parameters('adminPassword')]\"\n },\n \"storageProfile\": {\n \"osDisk\": {\n \"name\": \"[concat(parameters('vmName'),'-osDisk')]\",\n \"osType\": \"[parameters('osType')]\",\n \"caching\": \"ReadWrite\",\n \"image\": {\n \"uri\": \"[parameters('vhdUrl')]\"\n },\n \"vhd\": {\n \"uri\": \"[variables('osDiskVhdName')]\"\n },\n \"createOption\": \"FromImage\"\n }\n },\n \"networkProfile\": {\n \"networkInterfaces\": [\n {\n \"id\": \"[resourceId('Microsoft.Network/networkInterfaces',parameters('nicName'))]\"\n }\n ]\n }\n }\n }\n ]\n }\n ```\n"
- question: >
Bereitstellen einer Azure-VM mithilfe von PowerShell
answer: "Kopieren Sie das folgende Skript, und bearbeiten Sie es, um Werte für die Variablen `$storageaccount` und `$vhdUrl` anzugeben. Führen Sie das Skript aus, um eine Azure-VM-Ressource von Ihrer vorhandenen generalisierten VHD zu erstellen.\n\n```powershell\n# storage account of existing generalized VHD\n$storageaccount = \"testwinrm11815\"\n# generalized VHD URL\n$vhdUrl = \"https://testwinrm11815.blob.core.windows.net/vhds/testvm1234562016651857.vhd\"\n\necho \"New-AzResourceGroupDeployment -Name \"dplisvvm$postfix\" -ResourceGroupName \"$rgName\" -TemplateFile \"C:\\certLocation\\VHDtoImage.json\" -userStorageAccountName \"$storageaccount\" -dnsNameForPublicIP \"$vmName\" -subscriptionId \"$mysubid\" -location \"$location\" -vmName \"$vmName\" -vaultName \"$kvname\" -vaultResourceGroup \"$rgName\" -certificateUrl\n$objAzureKeyVaultSecret.Id -vhdUrl \"$vhdUrl\" -vmSize \"Standard\\_A2\" -publicIPAddressName \"myPublicIP1\" -virtualNetworkName \"myVNET1\" -nicName \"myNIC1\" -adminUserName \"isv\" -adminPassword $pwd\"\n\n# deploying VM with existing VHD\nNew-AzResourceGroupDeployment -Name \"dplisvvm$postfix\" -ResourceGroupName \"$rgName\"\n``` \n"
- question: >
Wie teste ich ein ausgeblendetes Vorschauimage?
answer: >
Sie können ausgeblendete Vorschauimages mithilfe von Schnellstartvorlagen bereitstellen.
So stellen Sie ein Vorschauimage bereit:
1. Navigieren Sie zu der jeweiligen Schnellstartvorlage für [Linux](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.compute/vm-simple-linux/) oder [Windows](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.compute/vm-simple-windows), und wählen Sie „in Azure bereitstellen“. Dadurch werden Sie zum Azure-Portal geführt.
2. Wählen Sie im Azure-Portal die Option „Vorlage bearbeiten“ aus.
3. Suchen Sie in der JSON-Vorlage nach „imageReference“, und aktualisieren Sie die Parameter „publisherid“, „offerid“, „skuid“ und „version“ des Images. Zum Testen des Vorschauimages hängen Sie „-PREVIEW“ an „offerid“ an.

4. Klicken Sie auf Speichern.
5. Geben Sie die restlichen Details an. Überprüfen und Erstellen
additionalContent: "\n## <a name=\"next-steps\"></a>Nächste Schritte\n - [Behandeln von Problemen bei der VM-Zertifizierung](azure-vm-create-certification-faq.yml)"
| 298.127907 | 18,489 | 0.516128 |
ff403dbed980dd93f6165a19ada688cd5c16aa1e | 680 | yaml | YAML | src/models/responses/ISettingModel.yaml | LinkedMink/node-user-service | 45805a899ebd50acbb792c872d63e49e90540081 | [
"MIT"
] | null | null | null | src/models/responses/ISettingModel.yaml | LinkedMink/node-user-service | 45805a899ebd50acbb792c872d63e49e90540081 | [
"MIT"
] | 15 | 2020-12-25T01:07:09.000Z | 2021-10-17T04:15:08.000Z | src/models/responses/ISettingModel.yaml | LinkedMink/node-user-service | 45805a899ebd50acbb792c872d63e49e90540081 | [
"MIT"
] | null | null | null | components:
schemas:
ISettingsModel:
type: object
properties:
userId:
type: string
pattern: "[a-fA-F0-9]{24}"
name:
type: string
pattern: '[a-zA-Z0-9_-]+'
applications:
type: array
items:
type: string
pattern: '[a-zA-Z0-9_-]+'
data:
type: object
required:
- userId
- name
- applications
- data
SettingsModelResponse:
allOf:
- $ref: '#/components/schemas/IResponseData'
- type: object
properties:
data:
$ref: '#/components/schemas/ISettingsModel'
| 21.935484 | 55 | 0.477941 |
0c8ecc837cf059537b2c21f05fba11ee0ad28af4 | 268 | yaml | YAML | src/smart-home-schema/schema/types/refrigerator/index.yaml | derekangl/HomeAutio.Mqtt.GoogleHome | d164882b641499fe1f08bb30288d42fa6ebdca74 | [
"MIT"
] | 196 | 2018-07-25T07:04:07.000Z | 2022-03-12T08:23:29.000Z | src/smart-home-schema/schema/types/refrigerator/index.yaml | derekangl/HomeAutio.Mqtt.GoogleHome | d164882b641499fe1f08bb30288d42fa6ebdca74 | [
"MIT"
] | 123 | 2018-07-15T17:49:17.000Z | 2022-02-27T23:09:53.000Z | src/smart-home-schema/schema/types/refrigerator/index.yaml | derekangl/HomeAutio.Mqtt.GoogleHome | d164882b641499fe1f08bb30288d42fa6ebdca74 | [
"MIT"
] | 32 | 2018-07-25T12:41:50.000Z | 2022-03-12T19:11:10.000Z | name: action.devices.types.REFRIGERATOR
shortname: Refrigerator
description: >
Refrigerators are temperature-managing devices which may have various modes/settings.
availability: production
version: '1.0'
traits:
recommended: []
required:
- TemperatureControl
| 24.363636 | 87 | 0.798507 |
286107be0a4e0129c248b81a3f6cd78f6cb7fe9d | 502 | yaml | YAML | catalog-info.yaml | fhunleth/slipstream | cebd924384b93b7dd3c1aa6ae2ac8d237e942f18 | [
"Apache-2.0"
] | 63 | 2021-02-10T16:18:11.000Z | 2022-03-18T11:06:44.000Z | catalog-info.yaml | fhunleth/slipstream | cebd924384b93b7dd3c1aa6ae2ac8d237e942f18 | [
"Apache-2.0"
] | 21 | 2021-01-30T21:00:06.000Z | 2021-12-27T04:27:15.000Z | catalog-info.yaml | fhunleth/slipstream | cebd924384b93b7dd3c1aa6ae2ac8d237e942f18 | [
"Apache-2.0"
] | 6 | 2021-02-26T23:56:49.000Z | 2022-03-26T09:28:13.000Z | apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: slipstream
description: |
A slick websocket client for Phoenix Channels
annotations:
github.com/project-slug: NFIBrokerage/slipstream
backstage.io/source-ref: https://github.com/NFIBrokerage/slipstream
backstage.io/github-actions-id: https://github.com/NFIBrokerage/slipstream
tags:
- phoenix
- channels
- websocket
spec:
type: library
lifecycle: experimental
owner: team-baemax
system: networking
| 25.1 | 78 | 0.756972 |
0dc8e1dbc5e779cbf1e8ae31c8d273f2890f6558 | 945 | yml | YAML | _data/comments/working-with-vpp-and-dep-apple-ids/comment-1493975212013.yml | shubhshekhar/vs | 010135df09d7148691cbe2c9ab33d4e359a57b89 | [
"MIT"
] | null | null | null | _data/comments/working-with-vpp-and-dep-apple-ids/comment-1493975212013.yml | shubhshekhar/vs | 010135df09d7148691cbe2c9ab33d4e359a57b89 | [
"MIT"
] | null | null | null | _data/comments/working-with-vpp-and-dep-apple-ids/comment-1493975212013.yml | shubhshekhar/vs | 010135df09d7148691cbe2c9ab33d4e359a57b89 | [
"MIT"
] | 1 | 2019-05-30T13:50:16.000Z | 2019-05-30T13:50:16.000Z | _id: 2d6b50d0-3172-11e7-b336-bf9d2ea0e954
replying_to: '1'
message: "Hello Doreen,\r\n\r\nIt has been a while since I've worked with DEP and VPP (almost two years now). When I used to do this for other people, we definitely had a unique ID who's purpose was to do Administration vs. Purchasing vs. a User. If you are coming from a Business Environment, I would suggest getting to know your local Apple Store's Business representative. They are they to help answer questions from that perspective vs. the \"general user\". You may also be reference to an Apple Consultant that the store frequently works with to assist businesses that need guidance in helping to understand how Apple \"thinks\". ;)\r\n\r\nAs for 2FA, I would guess that is still required as in Apple's eyes this is sensitive information which requires that level of security."
name: Justin
email: 812849b04c44245ad29c0e40cb84e3da
hidden: ''
date: '2017-05-05T09:06:52.009Z'
| 118.125 | 788 | 0.779894 |
d6a6a39e9ddf4edce264c02fbbc48584024d43c0 | 375 | yaml | YAML | data/classification/mlflow/0/bb01ec4a3da047e082c39ae93204b548/meta.yaml | sohaas/MLinPractice | 3008278dc7471dd5365a5b1735407b1826e9737e | [
"MIT"
] | null | null | null | data/classification/mlflow/0/bb01ec4a3da047e082c39ae93204b548/meta.yaml | sohaas/MLinPractice | 3008278dc7471dd5365a5b1735407b1826e9737e | [
"MIT"
] | null | null | null | data/classification/mlflow/0/bb01ec4a3da047e082c39ae93204b548/meta.yaml | sohaas/MLinPractice | 3008278dc7471dd5365a5b1735407b1826e9737e | [
"MIT"
] | null | null | null | artifact_uri: data/classification/mlruns/0/bb01ec4a3da047e082c39ae93204b548/artifacts
end_time: 1635408294393
entry_point_name: ''
experiment_id: '0'
lifecycle_stage: deleted
name: ''
run_id: bb01ec4a3da047e082c39ae93204b548
run_uuid: bb01ec4a3da047e082c39ae93204b548
source_name: ''
source_type: 4
source_version: ''
start_time: 1635408294316
status: 3
tags: []
user_id: ml
| 23.4375 | 85 | 0.834667 |
7854969f80755b016a69e540c34cdfb9d42488f0 | 585 | yaml | YAML | .github/workflows/sync-readme.yaml | factly/helm-charts | 534e4b18fad5e2c01530de7b091b2d597753a387 | [
"MIT"
] | null | null | null | .github/workflows/sync-readme.yaml | factly/helm-charts | 534e4b18fad5e2c01530de7b091b2d597753a387 | [
"MIT"
] | 5 | 2021-02-23T14:12:50.000Z | 2022-03-22T17:47:07.000Z | .github/workflows/sync-readme.yaml | factly/helm-charts | 534e4b18fad5e2c01530de7b091b2d597753a387 | [
"MIT"
] | null | null | null | on:
push:
branches:
- main
paths:
- 'README.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
cp -f README.md ${{ runner.temp }}/README.md
- uses: actions/checkout@v2
with:
ref: gh-pages
- run: |
cp -f ${{ runner.temp }}/README.md .
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
git add README.md
git commit --signoff -m "Sync README from main"
git push | 25.434783 | 72 | 0.531624 |
78d17ee85bcf0c787e80b6d0aef3648e0e997a7e | 2,170 | yml | YAML | lib/data/cities/32044.yml | miyamotokenji/ph_directory | 08bbf8c6caa75f6c97d804a1bed30502424954df | [
"MIT"
] | 1 | 2018-08-28T04:04:16.000Z | 2018-08-28T04:04:16.000Z | lib/data/cities/32044.yml | miyamotokenji/ph_directory | 08bbf8c6caa75f6c97d804a1bed30502424954df | [
"MIT"
] | 5 | 2019-06-20T11:12:09.000Z | 2021-11-04T20:03:16.000Z | lib/data/cities/32044.yml | denmarkmeralpis/pilipinas | fed3956a5cd556faaba68898a771c1884244e4e8 | [
"MIT"
] | 1 | 2018-09-21T06:20:00.000Z | 2018-09-21T06:20:00.000Z | ---
- :code: "32045"
:name: "Arawane"
- :code: "32046"
:name: "Astorga"
- :code: "32047"
:name: "Bachao"
- :code: "32048"
:name: "Baclayan"
- :code: "32049"
:name: "Bagacay"
- :code: "32050"
:name: "Bayog"
- :code: "32051"
:name: "Birawan"
- :code: "32052"
:name: "Betaug"
- :code: "32053"
:name: "Bono-anon"
- :code: "32054"
:name: "Buenavista"
- :code: "32055"
:name: "Burgos"
- :code: "32056"
:name: "Cabac"
- :code: "32057"
:name: "Cabil-isan"
- :code: "32058"
:name: "Cabiton-an"
- :code: "32059"
:name: "Cabugao"
- :code: "32060"
:name: "Calawan-an"
- :code: "32061"
:name: "Cambuhay"
- :code: "32062"
:name: "Candugue"
- :code: "32063"
:name: "Canloloy"
- :code: "32064"
:name: "Campelipa"
- :code: "32065"
:name: "Cansaganay"
- :code: "32066"
:name: "Poblacion 3 (Canti-il)"
- :code: "32067"
:name: "Casab-ahan"
- :code: "32068"
:name: "Guindapunan"
- :code: "32069"
:name: "Guintampilan"
- :code: "32070"
:name: "Iquiran"
- :code: "32071"
:name: "Jacopon"
- :code: "32072"
:name: "Losa"
- :code: "32073"
:name: "Mabini"
- :code: "32074"
:name: "Macalpe"
- :code: "32075"
:name: "Mandoyucan"
- :code: "32076"
:name: "Mongolbongol"
- :code: "32077"
:name: "Marupangdan"
- :code: "32078"
:name: "Mayabay"
- :code: "32079"
:name: "Nipa"
- :code: "32080"
:name: "Parasan"
- :code: "32081"
:name: "Poblacion 1 (Hilaba)"
- :code: "32082"
:name: "Poblacion 2 (Malingon)"
- :code: "32083"
:name: "Pondang"
- :code: "32084"
:name: "Poso"
- :code: "32085"
:name: "Real"
- :code: "32086"
:name: "Rizal"
- :code: "32087"
:name: "San Antonio"
- :code: "32088"
:name: "San Jose"
- :code: "32089"
:name: "San Miguel"
- :code: "32090"
:name: "San Roque"
- :code: "32091"
:name: "Saugan"
- :code: "32092"
:name: "So-ong"
- :code: "32093"
:name: "Sua"
- :code: "32094"
:name: "Talisay"
- :code: "32095"
:name: "Tugas"
- :code: "32096"
:name: "Ubo"
- :code: "32097"
:name: "Valles-Bello"
- :code: "32098"
:name: "Cagboboto"
- :code: "32099"
:name: "Lucob-lucob"
- :code: "32100"
:name: "San Vicente"
- :code: "32101"
:name: "Sugod"
- :code: "32102"
:name: "Yangta"
| 18.389831 | 33 | 0.558525 |
03231fa0c67a93c1a4ebc41252240d2f2db497f6 | 211 | yml | YAML | environment.yml | Volodimirich/visloc-apr | b4f00227a23d1f15e79261550c8fe0d54dc08df5 | [
"MIT"
] | 19 | 2019-04-08T15:14:43.000Z | 2022-02-18T02:54:52.000Z | environment.yml | Volodimirich/visloc-apr | b4f00227a23d1f15e79261550c8fe0d54dc08df5 | [
"MIT"
] | 3 | 2019-05-19T21:32:37.000Z | 2021-06-29T01:52:13.000Z | environment.yml | Volodimirich/visloc-apr | b4f00227a23d1f15e79261550c8fe0d54dc08df5 | [
"MIT"
] | 2 | 2020-09-01T08:44:42.000Z | 2021-09-19T04:53:51.000Z | name: visloc_apr
channels:
- owlas
- pytorch
- conda-forge
- defaults
dependencies:
- cudatoolkit=8.0
- python=3.7
- pytorch
- torchvision
- visdom
- jupyter
- matplotlib
- transforms3d
| 12.411765 | 19 | 0.654028 |
a15ece508add15b9be0c281e5449ff943e913db9 | 129 | yml | YAML | src/test/resources/changesets/24_disabled_change_set.yml | Interview-IA/keycloakmigration | f02f6b1fb88b95392407df17d19220f2582e9854 | [
"MIT"
] | 63 | 2018-12-20T10:02:53.000Z | 2021-04-15T13:39:00.000Z | src/test/resources/changesets/24_disabled_change_set.yml | Interview-IA/keycloakmigration | f02f6b1fb88b95392407df17d19220f2582e9854 | [
"MIT"
] | 22 | 2019-07-23T18:10:12.000Z | 2021-04-28T20:30:20.000Z | src/test/resources/changesets/24_disabled_change_set.yml | Interview-IA/keycloakmigration | f02f6b1fb88b95392407df17d19220f2582e9854 | [
"MIT"
] | 9 | 2021-06-08T14:56:43.000Z | 2022-03-29T14:22:45.000Z | id: diabled_change_set
author: sideisra
realm: integ-test
enabled: ${IS_TEST_ENV}
changes:
- addRole:
name: disabledTest
| 16.125 | 24 | 0.744186 |
4304c74fc0f3af7c6db5e6b13b3a260c8ad8130d | 502 | yml | YAML | .goreleaser.yml | vldrus/tojpeg | c50bc48009c4a4db2dc8f8d57b430eb07aba9afe | [
"0BSD"
] | null | null | null | .goreleaser.yml | vldrus/tojpeg | c50bc48009c4a4db2dc8f8d57b430eb07aba9afe | [
"0BSD"
] | null | null | null | .goreleaser.yml | vldrus/tojpeg | c50bc48009c4a4db2dc8f8d57b430eb07aba9afe | [
"0BSD"
] | null | null | null | builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- 386
- amd64
- arm64
archives:
- 'name_template': '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
replacements:
linux: linux
windows: windows
darwin: macos
386: i386
amd64: amd64
arm64: arm64
format_overrides:
- goos: linux
format: tar.xz
- goos: windows
format: zip
- goos: darwin
format: zip
| 17.928571 | 63 | 0.5 |
f68b596f1c91d80eee0a9677968cb78ee94a08dc | 114 | yml | YAML | e2e/e2e-preset.yml | haryu703/symbol-sdk-typescript-javascript | d3c7ad33ce65ae9504d1ba16ccfc06666c665a6a | [
"MIT",
"0BSD",
"Apache-2.0",
"BSD-3-Clause"
] | 2 | 2020-12-07T12:14:08.000Z | 2021-01-11T12:32:16.000Z | e2e/e2e-preset.yml | haryu703/symbol-sdk-typescript-javascript | d3c7ad33ce65ae9504d1ba16ccfc06666c665a6a | [
"MIT",
"0BSD",
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | e2e/e2e-preset.yml | haryu703/symbol-sdk-typescript-javascript | d3c7ad33ce65ae9504d1ba16ccfc06666c665a6a | [
"MIT",
"0BSD",
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | nemesis:
mosaics:
- accounts: 10
symbolRestImage: symbolplatform/symbol-rest:2.1.1-alpha-202011061935
| 22.8 | 68 | 0.72807 |
103dc720876df8a83dadb348984ca7e581b64514 | 1,575 | yml | YAML | preview/docs-ref-autogen/com.azure.mixedreality.remoterendering.RemoteRenderingAsyncClient.endSession.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 5 | 2021-08-20T15:24:19.000Z | 2022-02-20T17:06:14.000Z | preview/docs-ref-autogen/com.azure.mixedreality.remoterendering.RemoteRenderingAsyncClient.endSession.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | preview/docs-ref-autogen/com.azure.mixedreality.remoterendering.RemoteRenderingAsyncClient.endSession.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-08-20T15:24:21.000Z | 2021-08-20T15:24:21.000Z | ### YamlMime:JavaMember
uid: "com.azure.mixedreality.remoterendering.RemoteRenderingAsyncClient.endSession*"
fullName: "com.azure.mixedreality.remoterendering.RemoteRenderingAsyncClient.endSession"
name: "endSession"
nameWithType: "RemoteRenderingAsyncClient.endSession"
members:
- uid: "com.azure.mixedreality.remoterendering.RemoteRenderingAsyncClient.endSession(java.lang.String)"
fullName: "com.azure.mixedreality.remoterendering.RemoteRenderingAsyncClient.endSession(String sessionId)"
name: "endSession(String sessionId)"
nameWithType: "RemoteRenderingAsyncClient.endSession(String sessionId)"
summary: "Stops a particular rendering session."
parameters:
- description: "An ID uniquely identifying the rendering session for the given account. The ID is case\n sensitive, can contain any combination of alphanumeric characters including hyphens and underscores, and\n cannot contain more than 256 characters."
name: "sessionId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Void> endSession(String sessionId)"
returns:
description: "nothing on completion."
type: "<xref href=\"reactor.core.publisher.Mono?alt=reactor.core.publisher.Mono&text=Mono\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />>"
type: "method"
metadata: {}
package: "com.azure.mixedreality.remoterendering"
artifact: com.azure:azure-mixedreality-remoterendering:1.0.0-beta.1
| 65.625 | 263 | 0.783492 |
7cddbe401b33a31e9b37f8eab7c91d8aa0519c77 | 1,746 | yaml | YAML | .landscaper/blueprint/deploy-executions.yaml | rfranzke/gardener-extension-os-gardenlinux | 4de3505ff0c3b0c1dad8891b95e66371626b3c43 | [
"MIT"
] | 5 | 2020-03-18T21:50:41.000Z | 2022-02-08T19:13:11.000Z | .landscaper/blueprint/deploy-executions.yaml | rfranzke/gardener-extension-os-gardenlinux | 4de3505ff0c3b0c1dad8891b95e66371626b3c43 | [
"MIT"
] | 27 | 2020-04-10T16:53:13.000Z | 2022-01-25T08:03:40.000Z | .landscaper/blueprint/deploy-executions.yaml | rfranzke/gardener-extension-os-gardenlinux | 4de3505ff0c3b0c1dad8891b95e66371626b3c43 | [
"MIT"
] | 16 | 2020-04-09T17:47:51.000Z | 2022-03-14T06:24:20.000Z | deployItems:
- name: deploy
type: landscaper.gardener.cloud/kubernetes-manifest
target:
name: {{ .imports.cluster.metadata.name }}
namespace: {{ .imports.cluster.metadata.namespace }}
config:
apiVersion: manifest.deployer.landscaper.gardener.cloud/v1alpha2
kind: ProviderConfiguration
updateStrategy: patch
manifests:
- policy: manage
manifest:
apiVersion: core.gardener.cloud/v1beta1
kind: ControllerDeployment
metadata:
name: os-gardenlinux
type: helm
providerConfig:
{{- $chart := getResource .cd "name" "os-gardenlinux-chart" }}
chart: {{ resolve ( $chart.access ) | toString | b64enc }}
values:
image:
{{- $image := getResource .cd "name" "gardener-extension-os-gardenlinux" }}
repository: {{ ociRefRepo ( $image.access.imageReference ) }}
tag: {{ ociRefVersion ( $image.access.imageReference ) }}
{{- if .imports.chartValues }}
{{- $values := .imports.chartValues }}
{{- $values = unset $values "image" }}
{{- toYaml $values | nindent 16 }}
{{- end }}
- policy: manage
manifest:
apiVersion: core.gardener.cloud/v1beta1
kind: ControllerRegistration
metadata:
name: os-gardenlinux
spec:
deployment:
deploymentRefs:
- name: os-gardenlinux
resources:
- kind: OperatingSystemConfig
type: gardenlinux
primary: true
| 35.632653 | 93 | 0.520619 |
16deecd8e3782a24074077ab507a01a138d74ea1 | 8,118 | yml | YAML | .drone.yml | charlesportwoodii/docker-images | 0022167e251f6937448c1257e0cfce86b214327c | [
"BSD-3-Clause"
] | null | null | null | .drone.yml | charlesportwoodii/docker-images | 0022167e251f6937448c1257e0cfce86b214327c | [
"BSD-3-Clause"
] | null | null | null | .drone.yml | charlesportwoodii/docker-images | 0022167e251f6937448c1257e0cfce86b214327c | [
"BSD-3-Clause"
] | null | null | null | ---
kind: pipeline
type: docker
name: xenial-amd64
platform:
arch: amd64
steps:
- name: base
image: plugins/docker
settings:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
compress: true
repo: charlesportwoodii/ubuntu
tags:
- 18.04-base
- 18.04-base-amd64
dockerfile: ubuntu/18.04/Dockerfile.base
- name: build
image: plugins/docker
depends_on:
- base
settings:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
compress: true
repo: charlesportwoodii/ubuntu
tags:
- 18.04-build
- 18.04-build-amd64
dockerfile: ubuntu/18.04/Dockerfile.build
---
kind: pipeline
type: docker
name: focal-amd64
platform:
arch: amd64
steps:
- name: base
image: plugins/docker
settings:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
compress: true
repo: charlesportwoodii/ubuntu
tags:
- 20.04-base
- 20.04-base-amd64
dockerfile: ubuntu/20.04/Dockerfile.base
- name: build
image: plugins/docker
depends_on:
- base
settings:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
compress: true
repo: charlesportwoodii/ubuntu
tags:
- 20.04-build
- 20.04-build-amd64
dockerfile: ubuntu/20.04/Dockerfile.build
---
kind: pipeline
type: docker
name: focal-arm64
platform:
arch: arm64
steps:
- name: base
image: plugins/docker
settings:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
compress: true
repo: charlesportwoodii/ubuntu
tags:
- 20.04-base
- 20.04-base-arm64
dockerfile: ubuntu/20.04/Dockerfile.base
- name: build
depends_on:
- base
image: plugins/docker
settings:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
compress: true
repo: charlesportwoodii/ubuntu
tags:
- 20.04-build
- 20.04-build-arm64
dockerfile: ubuntu/20.04/Dockerfile.build
---
kind: pipeline
type: docker
name: focal-manifest
platform:
arch: amd64
depends_on:
- focal-amd64
- focal-arm64
steps:
- name: manifest-base
image: docker
environment:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
commands:
- docker login -u=$username -p=$password
- docker manifest create charlesportwoodii/ubuntu:20.04-base --amend charlesportwoodii/ubuntu:20.04-base-amd64 --amend charlesportwoodii/ubuntu:20.04-base-arm64
- docker manifest push charlesportwoodii/ubuntu:20.04-base
volumes:
- name: docker_sock
path: /var/run/docker.sock
- name: manifest-build
image: docker
environment:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
commands:
- docker login -u=$username -p=$password
- docker manifest create charlesportwoodii/ubuntu:20.04-build --amend charlesportwoodii/ubuntu:20.04-build-amd64 --amend charlesportwoodii/ubuntu:20.04-build-arm64
- docker manifest push charlesportwoodii/ubuntu:20.04-build
volumes:
- name: docker_sock
path: /var/run/docker.sock
volumes:
- name: docker_sock
host:
path: /var/run/docker.sock
---
kind: pipeline
type: docker
name: alpine-3.11-amd64
platform:
arch: amd64
steps:
- name: base
image: plugins/docker
settings:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
compress: true
repo: charlesportwoodii/alpine
tags:
- 3.11-base
- 3.11-base-amd64
dockerfile: alpine/3.11/Dockerfile.base
- name: build
image: plugins/docker
depends_on:
- base
settings:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
compress: true
repo: charlesportwoodii/alpine
tags:
- 3.11-build
- 3.11-build-amd64
dockerfile: alpine/3.11/Dockerfile.build
---
kind: pipeline
type: docker
name: alpine-3.11-arm64
platform:
arch: arm64
steps:
- name: base
image: plugins/docker
settings:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
compress: true
repo: charlesportwoodii/alpine
tags:
- 3.11-base
- 3.11-base-arm64
dockerfile: alpine/3.11/Dockerfile.base
- name: build
depends_on:
- base
image: plugins/docker
settings:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
compress: true
repo: charlesportwoodii/alpine
tags:
- 3.11-build
- 3.11-build-arm64
dockerfile: alpine/3.11/Dockerfile.build
---
kind: pipeline
type: docker
name: alpine-3.11-manifest
platform:
arch: amd64
depends_on:
- alpine-3.11-amd64
- alpine-3.11-arm64
steps:
- name: manifest-base
image: docker
environment:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
commands:
- docker login -u=$username -p=$password
- docker manifest create charlesportwoodii/alpine:3.11-base --amend charlesportwoodii/alpine:3.11-base-amd64 --amend charlesportwoodii/alpine:3.11-base-arm64
- docker manifest push charlesportwoodii/alpine:3.11-base
volumes:
- name: docker_sock
path: /var/run/docker.sock
- name: manifest-build
image: docker
environment:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
commands:
- docker login -u=$username -p=$password
- docker manifest create charlesportwoodii/alpine:3.11-build --amend charlesportwoodii/alpine:3.11-build-amd64 --amend charlesportwoodii/alpine:3.11-build-arm64
- docker manifest push charlesportwoodii/alpine:3.11-build
volumes:
- name: docker_sock
path: /var/run/docker.sock
volumes:
- name: docker_sock
host:
path: /var/run/docker.sock
---
kind: pipeline
type: docker
name: alpine-3.14
platform:
arch: amd64
steps:
- name: alpine-3.14-base-buildx
image: docker
environment:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
commands:
- apk add --no-cache curl
- mkdir -p ~/.docker/cli-plugins
- curl -Lqqs https://github.com/docker/buildx/releases/download/v0.6.0/buildx-v0.6.0.linux-amd64 -o ~/.docker/cli-plugins/docker-buildx
- chmod +x ~/.docker/cli-plugins/docker-buildx
- docker buildx create --use
- docker login -u=$username -p=$password
- docker buildx build -f alpine/3.14/Dockerfile.base --push --platform linux/arm64,linux/amd64 -t charlesportwoodii/alpine:3.14-base --no-cache --compress .
volumes:
- name: docker_sock
path: /var/run/docker.sock
- name: alpine-3.14-build-buildx
image: docker
environment:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
commands:
- apk add --no-cache curl
- mkdir -p ~/.docker/cli-plugins
- curl -Lqqs https://github.com/docker/buildx/releases/download/v0.6.0/buildx-v0.6.0.linux-amd64 -o ~/.docker/cli-plugins/docker-buildx
- chmod +x ~/.docker/cli-plugins/docker-buildx
- docker buildx create --use
- docker login -u=$username -p=$password
- docker buildx build -f alpine/3.14/Dockerfile.build --push --platform linux/arm64,linux/amd64 -t charlesportwoodii/alpine:3.14-build --no-cache --compress .
volumes:
- name: docker_sock
path: /var/run/docker.sock
volumes:
- name: docker_sock
host:
path: /var/run/docker.sock | 24.160714 | 169 | 0.647327 |
f9af9c6f836f678ed543ae7ce29415cf7040547b | 1,481 | yml | YAML | legacy/docs-ref-autogen/com.microsoft.azure.management.streamanalytics.InputProperties.withSerialization.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.streamanalytics.InputProperties.withSerialization.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/com.microsoft.azure.management.streamanalytics.InputProperties.withSerialization.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: InputProperties.withSerialization
type: method
members:
- fullName: com.microsoft.azure.management.streamanalytics.InputProperties.withSerialization(Serialization serialization)
name: withSerialization(Serialization serialization)
nameWithType: InputProperties.withSerialization(Serialization serialization)
parameters:
- description: <p>the serialization value to set </p>
name: serialization
type: <xref href="com.microsoft.azure.management.streamanalytics.Serialization?alt=com.microsoft.azure.management.streamanalytics.Serialization&text=Serialization" data-throw-if-not-resolved="False"/>
returns:
description: <p>the InputProperties object itself. </p>
type: <xref href="com.microsoft.azure.management.streamanalytics.InputProperties?alt=com.microsoft.azure.management.streamanalytics.InputProperties&text=InputProperties" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the serialization value.</p>
<p></p>
syntax: public InputProperties withSerialization(Serialization serialization)
uid: com.microsoft.azure.management.streamanalytics.InputProperties.withSerialization(Serialization)
uid: com.microsoft.azure.management.streamanalytics.InputProperties.withSerialization*
fullName: com.microsoft.azure.management.streamanalytics.InputProperties.withSerialization
name: withSerialization(Serialization serialization)
package: com.microsoft.azure.management.streamanalytics
metadata: {}
| 56.961538 | 210 | 0.825118 |
e4817e7c4928c43d7e33c4105ad94ed45cd31a88 | 913 | yaml | YAML | kube-services/influxdb-grafana/grafana-controller.yaml | lucmichalski/kube-vproxy | c7cc0edbcbcd07a48f0fc48b9457eae693b76688 | [
"Apache-2.0"
] | 3 | 2018-06-22T07:55:51.000Z | 2021-06-21T19:18:16.000Z | kube-services/influxdb-grafana/grafana-controller.yaml | lucmichalski/kube-vproxy | c7cc0edbcbcd07a48f0fc48b9457eae693b76688 | [
"Apache-2.0"
] | null | null | null | kube-services/influxdb-grafana/grafana-controller.yaml | lucmichalski/kube-vproxy | c7cc0edbcbcd07a48f0fc48b9457eae693b76688 | [
"Apache-2.0"
] | 1 | 2020-11-04T04:56:50.000Z | 2020-11-04T04:56:50.000Z | apiVersion: v1
kind: ReplicationController
metadata:
labels:
k8s-app: Grafana
kubernetes.io/cluster-service: "true"
version: v1
name: grafana-v1
namespace: default
spec:
replicas: 1
selector:
k8s-app: Grafana
version: v1
template:
metadata:
labels:
k8s-app: Grafana
kubernetes.io/color: 99CCFF
kubernetes.io/cluster-service: "true"
version: v1
spec:
containers:
- env:
- name: GRAFANA_DEFAULT_DASHBOARD
value: /dashboard/file/kraken.json
- name: INFLUXDB_EXTERNAL_URL
value: http://$INFLUXDB_EXTERNAL_HOST:30322/db/
- name: INFLUXDB_HOST
value: influxdb
- name: INFLUXDB_PORT
value: "8086"
image: quay.io/samsung_ag/grafana:latest
imagePullPolicy: Always
name: grafana
dnsPolicy: ClusterFirst
restartPolicy: Always
| 24.026316 | 57 | 0.625411 |
58a49d11957e427814ad3f119bb62a2fddce2389 | 289 | yml | YAML | _data/navigation.yml | integralong/integralong.github.io | 2328f421f2eeb7fa694a85ec4f23897799488bfa | [
"MIT"
] | null | null | null | _data/navigation.yml | integralong/integralong.github.io | 2328f421f2eeb7fa694a85ec4f23897799488bfa | [
"MIT"
] | null | null | null | _data/navigation.yml | integralong/integralong.github.io | 2328f421f2eeb7fa694a85ec4f23897799488bfa | [
"MIT"
] | null | null | null | # main links
main:
- title: "Categories"
url: https://integralong.github.io/categories
- title: "Essay"
url: https://integralong.github.io/categories/essay/
- title: "Years"
url: https://integralong.github.io/categories/years/
# - title: "Sitemap"
# url: /sitemap/
| 26.272727 | 56 | 0.6609 |
29d2ad84f228893c67df9db52b28c141f5cd94c7 | 488 | yml | YAML | .travis.yml | bsomeshwer/firewall | c9d2fd1ed4f5e39cfe8c9a06436019bad08bc9d0 | [
"MIT"
] | 1 | 2021-06-02T19:03:28.000Z | 2021-06-02T19:03:28.000Z | .travis.yml | bsomeshwer/firewall | c9d2fd1ed4f5e39cfe8c9a06436019bad08bc9d0 | [
"MIT"
] | 30 | 2018-08-11T08:26:48.000Z | 2020-05-25T18:34:35.000Z | .travis.yml | bsomeshwer/firewall | c9d2fd1ed4f5e39cfe8c9a06436019bad08bc9d0 | [
"MIT"
] | null | null | null | language: php
php:
- 7.3
# - hhvm-4.58
# - nightly
# phpunit:
# - 5.2
before_script:
# - curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
script:
- vendor/bin/phpunit --coverage-clover=coverage.xml
after_success:
- bash <(curl -s https://codecov.io/bash)
- travis_retry php vendor/bin/php-coveralls
| 22.181818 | 97 | 0.672131 |
7e4384470cb9c582bed68f0e68c95ecd11eaf606 | 1,519 | yaml | YAML | data/01-03.yaml | pjaskulski/xviwiek | 0d277ffccdfcbc2c619d6477cef0cf2f145d7542 | [
"MIT"
] | null | null | null | data/01-03.yaml | pjaskulski/xviwiek | 0d277ffccdfcbc2c619d6477cef0cf2f145d7542 | [
"MIT"
] | null | null | null | data/01-03.yaml | pjaskulski/xviwiek | 0d277ffccdfcbc2c619d6477cef0cf2f145d7542 | [
"MIT"
] | null | null | null | ---
id: 1
day: 3
month: 1
year: 1521
title: Papież Leon X ekskomunikował Marcina Lutra
content: >-
{{{3 stycznia 1521}}} roku, papież Leon X ekskomunikował Marcina Lutra
wydając bullę "Decet Romanum Pontificem". Kilka tygodni wcześniej 10
grudnia 1520 r. Luter, mnich i profesor na uniwersytecie w Wittenberdze,
spalił papieskie księgi prawnicze i ostrzegawczą bullę "Exsurge Domine"
nakazującą mu spalenie jego własnych pism oraz pojednanie z papieżem. Uważa
się[1], że ten moment był ostatecznym zerwaniem przez Lutra z kościołem
katolickim. Jeszcze w tym samym roku cesarz Karol V skazał Lutra, uznanego
za heretyka, na banicję zmuszając go do ukrywania się na zamku w Wartburgu.
Tam Marcin Luter dokonał przekładu Nowego Testamentu na język niemiecki,
a w ciągu kilku kolejnych lat ruch reformatorski zaczął szerzyć się na terenie
Niemiec i Europy. Już w 1525 roku Prusy Książęce stały się pierwszym państwem
protestanckim w Europie. Papież Leon X nie doczekał rozwoju reformacji -
zmarł na malarię pod koniec 1521 roku.
contentTwitter: >-
3 stycznia 1521 roku papież Leon X ekskomunikował Marcina Lutra, niemieckiego
reformatora religijnego, współtwórcę luteranizmu.
location: Rzym
geo: 41.9037,12.453
people: Leon XII; Luter Marcin
keywords: reformacja
image:
imageInfo:
sources:
- id: 1
type: internet
value: Wikipedia
page:
urlName: Marcin Luter
url: "https://pl.wikipedia.org/wiki/Marcin_Luter"
| 39.973684 | 83 | 0.74391 |
560f1225ec3b148cee721b007e9fb81fe199fbaa | 256 | yml | YAML | _data/categories.yml | whodewho/whodewho.github.io | 52cd1c0bd1487b8d7fe2c42f1672f76beba8f9cf | [
"MIT"
] | null | null | null | _data/categories.yml | whodewho/whodewho.github.io | 52cd1c0bd1487b8d7fe2c42f1672f76beba8f9cf | [
"MIT"
] | null | null | null | _data/categories.yml | whodewho/whodewho.github.io | 52cd1c0bd1487b8d7fe2c42f1672f76beba8f9cf | [
"MIT"
] | null | null | null | - slug: programming
name: Programming
color: '#1abc9c'
- slug: test
name: Test
color: '#0dfc03'
- slug: system
name: System
color: '#35ab1a'
- slug: research
name: Research
color: '#c0c040'
- slug: other
name: Other
color: '#0819c7' | 13.473684 | 19 | 0.636719 |
7d4fa8a48ca90f1135e018d2a7adf40f0f9b95bc | 2,318 | yml | YAML | ansible/roles/add_user/tasks/main.yml | gotoeveryone/atmark-infra | 471c5cb4bbc0dfd61e75808dff332f533203c35d | [
"MIT"
] | null | null | null | ansible/roles/add_user/tasks/main.yml | gotoeveryone/atmark-infra | 471c5cb4bbc0dfd61e75808dff332f533203c35d | [
"MIT"
] | null | null | null | ansible/roles/add_user/tasks/main.yml | gotoeveryone/atmark-infra | 471c5cb4bbc0dfd61e75808dff332f533203c35d | [
"MIT"
] | null | null | null | - name: 'Create group'
group:
name: '{{ group_name }}'
when: ansible_ssh_user != user_name
- name: 'Create user'
user:
name: '{{ user_name }}'
group: '{{ group_name }}'
home: '{{ user_home }}'
shell: /bin/bash
when: ansible_ssh_user != user_name and user_password is not defined
- name: 'Create user with password'
user:
name: '{{ user_name }}'
password: "{{ user_password | password_hash('sha512') }}"
group: '{{ group_name }}'
home: '{{ user_home }}'
shell: /bin/bash
when: ansible_ssh_user != user_name and user_password is defined
- name: 'Change permission'
file:
path: '{{ user_home }}'
owner: '{{ user_name }}'
group: '{{ group_name }}'
mode: u=rwx,g=rx,o=rx
state: directory
when: ansible_ssh_user != user_name
- name: 'Add sudoers'
lineinfile:
path: /etc/sudoers
state: present
regexp: '{{ user_name }}'
line: '{{ user_name }} ALL=(ALL) ALL'
validate: 'visudo -cf %s'
when: ansible_ssh_user != user_name and not nopass
- name: 'Add sudoers with nopass'
lineinfile:
path: /etc/sudoers
state: present
regexp: '{{ user_name }}'
line: '{{ user_name }} ALL=(ALL) NOPASSWD: ALL'
validate: 'visudo -cf %s'
when: ansible_ssh_user != user_name and nopass
- name: 'Create ssh directory'
file:
path: '{{ user_home }}/.ssh'
mode: 0700
state: directory
become_user: '{{ user_name }}'
when: ansible_ssh_user != user_name
- name: 'Create authorized_keys file'
file:
path: '{{ user_home }}/.ssh/authorized_keys'
mode: 0600
state: touch
become_user: '{{ user_name }}'
when: ansible_ssh_user != user_name
- name: 'Transfer public key file'
copy:
src: '{{ public_key_path }}'
dest: '{{ user_home }}/{{ user_name }}.pem'
become_user: '{{ user_name }}'
when: ansible_ssh_user != user_name and public_key_path is defined
- name: 'Add public key'
shell: 'cat {{ user_home }}/{{ user_name }}.pem >> {{ user_home }}/.ssh/authorized_keys'
become_user: '{{ user_name }}'
when: ansible_ssh_user != user_name and public_key_path is defined
- name: 'Remove transfer public key file'
file:
path: '{{ user_home }}/{{ user_name }}.pem'
state: absent
become_user: '{{ user_name }}'
when: ansible_ssh_user != user_name and public_key_path is defined
| 31.324324 | 90 | 0.639776 |
d78ff7f776dcd10a75f63dc243c80908101ec930 | 482 | yml | YAML | .github/workflows/ci.yml | kdpuvvadi/Nginx-Apache-ansible | 8eca7aaf7ea29af08d19612cd6bfaae7588558db | [
"MIT"
] | null | null | null | .github/workflows/ci.yml | kdpuvvadi/Nginx-Apache-ansible | 8eca7aaf7ea29af08d19612cd6bfaae7588558db | [
"MIT"
] | null | null | null | .github/workflows/ci.yml | kdpuvvadi/Nginx-Apache-ansible | 8eca7aaf7ea29af08d19612cd6bfaae7588558db | [
"MIT"
] | null | null | null | ---
name: Ansible Lint
'on': [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
name: ansible-lint
steps:
- name: checkout codebase
uses: actions/checkout@master
- name: setup python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: install dependencies
run: pip3 install ansible ansible-lint yamllint
- name: lint
run: |
ansible-lint .
yamllint .
| 18.538462 | 55 | 0.570539 |
457bc5d0d02a6cfaeea6f91ee36abaa4c99c7a19 | 2,189 | yml | YAML | database/data/glass/hoya/M-BACD15.yml | luzpaz/refractiveindex.info-database | bc09e0e825e5dc87404a0ec3790a3b6d088db58c | [
"CC0-1.0"
] | 110 | 2015-08-25T00:44:57.000Z | 2022-01-31T04:27:36.000Z | database/data/glass/hoya/M-BACD15.yml | luzpaz/refractiveindex.info-database | bc09e0e825e5dc87404a0ec3790a3b6d088db58c | [
"CC0-1.0"
] | 25 | 2015-11-28T22:36:52.000Z | 2022-01-12T17:51:09.000Z | database/data/glass/hoya/M-BACD15.yml | luzpaz/refractiveindex.info-database | bc09e0e825e5dc87404a0ec3790a3b6d088db58c | [
"CC0-1.0"
] | 44 | 2015-11-18T08:13:36.000Z | 2022-01-27T07:31:37.000Z | # this file is part of refractiveindex.info database
# refractiveindex.info database is in the public domain
# copyright and related rights waived via CC0 1.0
REFERENCES: "<a href=\"http://refractiveindex.info/download/data/2017/hoya_2017-04-01.agf\">HOYA Zemax catalog 2017-04-01</a> (obtained from <a href=\"http://www.hoya-opticalworld.com/english/datadownload/\">http://www.hoya-opticalworld.com</a>)"
COMMENTS: "Glass for molded optics lens"
DATA:
- type: formula 3
wavelength_range: 0.36501 1.01398
coefficients: 2.590919 -0.01259476 2 0.01520205 -2 0.000299998 -4 -1.131547e-05 -6 9.15464e-07 -8
- type: tabulated k
data: |
0.280 7.7401E-06
0.290 5.0729E-06
0.300 3.4982E-06
0.310 2.4998E-06
0.320 1.4449E-06
0.330 8.6998E-07
0.340 5.1394E-07
0.350 2.9345E-07
0.360 1.6206E-07
0.370 9.5760E-08
0.380 6.4179E-08
0.390 4.6905E-08
0.400 3.5208E-08
0.420 3.0216E-08
0.440 2.8124E-08
0.460 1.8349E-08
0.480 1.5310E-08
0.500 1.5947E-08
0.550 1.3150E-08
0.600 1.9137E-08
0.650 2.0732E-08
0.700 1.6736E-08
0.750 1.1949E-08
0.780 2.4878E-08
0.800 1.9127E-08
0.830 2.6473E-08
0.850 2.7111E-08
0.900 3.5900E-08
0.950 3.7894E-08
1.000 3.9889E-08
1.050 3.3490E-08
1.060 3.3809E-08
1.100 3.5084E-08
1.200 2.8691E-08
1.300 3.1082E-08
1.400 4.4653E-08
1.500 4.7842E-08
1.550 4.9437E-08
SPECS:
n_absolute: false
wavelength_vacuum: false
temperature: 20.0 °C
thermal_dispersion:
- type: "Schott formula"
coefficients: 7.12968e-06 0.0 0.0 0.0 0.0 0.0
nd: 1.62263
Vd: 58.16
glass_code: 623582
glass_status: standard
density: 3.02 g/cm<sup>3</sup>
thermal_expansion:
- temperature_range: -30 70 °C
coefficient: 6.3e-06 K<sup>-1</sup>
- temperature_range: 20 300 °C
coefficient: 8.2e-06 K<sup>-1</sup>
dPgF: -0.0045
climatic_resistance: 2.0
stain_resistance: 3.0
acid_resistance: 4.0
| 30.402778 | 246 | 0.594335 |
095c14fb07076648eb40bde148798d29a7a86a5b | 98 | yml | YAML | .travis.yml | rentes/Euler | e28b536a15f2e795f886a5df261d38bb0181be07 | [
"MIT"
] | 1 | 2019-05-29T23:54:24.000Z | 2019-05-29T23:54:24.000Z | .travis.yml | rentes/Euler | e28b536a15f2e795f886a5df261d38bb0181be07 | [
"MIT"
] | null | null | null | .travis.yml | rentes/Euler | e28b536a15f2e795f886a5df261d38bb0181be07 | [
"MIT"
] | null | null | null | language: python
python:
- "3.3"
install:
- "pip install nose numpy"
script: nosetests -v *.py | 12.25 | 27 | 0.673469 |
f11ac810f07be5f26db33281ae8cb7c06ffc7db7 | 133,532 | yml | YAML | openApiDocs/beta/CloudCommunications.yml | marcoscheel/msgraph-sdk-powershell | 6c4b62c33627b372fcbacbc9ab9146453777b6ff | [
"MIT"
] | null | null | null | openApiDocs/beta/CloudCommunications.yml | marcoscheel/msgraph-sdk-powershell | 6c4b62c33627b372fcbacbc9ab9146453777b6ff | [
"MIT"
] | 1 | 2020-04-22T20:48:58.000Z | 2020-04-22T20:48:58.000Z | openApiDocs/beta/CloudCommunications.yml | marcoscheel/msgraph-sdk-powershell | 6c4b62c33627b372fcbacbc9ab9146453777b6ff | [
"MIT"
] | null | null | null | openapi: 3.0.1
info:
title: CloudCommunications
version: v1.0-beta
servers:
- url: https://graph.microsoft.com/beta/
description: Core
paths:
/communications:
get:
tags:
- communications.cloudCommunications
summary: Get communications
operationId: communications.cloudCommunications_GetCloudCommunications
parameters:
- name: $select
in: query
description: Select properties to be returned
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- calls
- callRecords
- onlineMeetings
type: string
- name: $expand
in: query
description: Expand related entities
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- '*'
- calls
- callRecords
- onlineMeetings
type: string
responses:
'200':
description: Retrieved entity
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.cloudCommunications'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
patch:
tags:
- communications.cloudCommunications
summary: Update communications
operationId: communications.cloudCommunications_UpdateCloudCommunications
requestBody:
description: New property values
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.cloudCommunications'
required: true
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
/communications/callRecords:
get:
tags:
- communications.callRecord
summary: Get callRecords from communications
operationId: communications_ListCallRecords
parameters:
- $ref: '#/components/parameters/top'
- $ref: '#/components/parameters/skip'
- $ref: '#/components/parameters/search'
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/count'
- name: $orderby
in: query
description: Order items by property values
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- id desc
- version
- version desc
- type
- type desc
- modalities
- modalities desc
- lastModifiedDateTime
- lastModifiedDateTime desc
- startDateTime
- startDateTime desc
- endDateTime
- endDateTime desc
- organizer
- organizer desc
- participants
- participants desc
- joinWebUrl
- joinWebUrl desc
type: string
- name: $select
in: query
description: Select properties to be returned
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- version
- type
- modalities
- lastModifiedDateTime
- startDateTime
- endDateTime
- organizer
- participants
- joinWebUrl
- sessions
type: string
- name: $expand
in: query
description: Expand related entities
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- '*'
- sessions
type: string
responses:
'200':
description: Retrieved navigation property
content:
application/json:
schema:
title: Collection of callRecord
type: object
properties:
value:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callRecords.callRecord'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
post:
tags:
- communications.callRecord
summary: Create new navigation property to callRecords for communications
operationId: communications_CreateCallRecords
requestBody:
description: New navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.callRecords.callRecord'
required: true
responses:
'201':
description: Created navigation property.
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.callRecords.callRecord'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/communications/callRecords/{callRecord-id}':
get:
tags:
- communications.callRecord
summary: Get callRecords from communications
operationId: communications_GetCallRecords
parameters:
- name: callRecord-id
in: path
description: 'key: callRecord-id of callRecord'
required: true
schema:
type: string
x-ms-docs-key-type: callRecord
- name: $select
in: query
description: Select properties to be returned
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- version
- type
- modalities
- lastModifiedDateTime
- startDateTime
- endDateTime
- organizer
- participants
- joinWebUrl
- sessions
type: string
- name: $expand
in: query
description: Expand related entities
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- '*'
- sessions
type: string
responses:
'200':
description: Retrieved navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.callRecords.callRecord'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
patch:
tags:
- communications.callRecord
summary: Update the navigation property callRecords in communications
operationId: communications_UpdateCallRecords
parameters:
- name: callRecord-id
in: path
description: 'key: callRecord-id of callRecord'
required: true
schema:
type: string
x-ms-docs-key-type: callRecord
requestBody:
description: New navigation property values
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.callRecords.callRecord'
required: true
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/communications/callRecords/{callRecord-id}/sessions':
get:
tags:
- communications.callRecord
summary: Get sessions from communications
operationId: communications.callRecords_ListSessions
parameters:
- name: callRecord-id
in: path
description: 'key: callRecord-id of callRecord'
required: true
schema:
type: string
x-ms-docs-key-type: callRecord
- $ref: '#/components/parameters/top'
- $ref: '#/components/parameters/skip'
- $ref: '#/components/parameters/search'
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/count'
- name: $orderby
in: query
description: Order items by property values
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- id desc
- modalities
- modalities desc
- startDateTime
- startDateTime desc
- endDateTime
- endDateTime desc
- caller
- caller desc
- callee
- callee desc
- failureInfo
- failureInfo desc
type: string
- name: $select
in: query
description: Select properties to be returned
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- modalities
- startDateTime
- endDateTime
- caller
- callee
- failureInfo
- segments
type: string
- name: $expand
in: query
description: Expand related entities
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- '*'
- segments
type: string
responses:
'200':
description: Retrieved navigation property
content:
application/json:
schema:
title: Collection of session
type: object
properties:
value:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callRecords.session'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
post:
tags:
- communications.callRecord
summary: Create new navigation property to sessions for communications
operationId: communications.callRecords_CreateSessions
parameters:
- name: callRecord-id
in: path
description: 'key: callRecord-id of callRecord'
required: true
schema:
type: string
x-ms-docs-key-type: callRecord
requestBody:
description: New navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.callRecords.session'
required: true
responses:
'201':
description: Created navigation property.
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.callRecords.session'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/communications/callRecords/{callRecord-id}/sessions/{session-id}':
get:
tags:
- communications.callRecord
summary: Get sessions from communications
operationId: communications.callRecords_GetSessions
parameters:
- name: callRecord-id
in: path
description: 'key: callRecord-id of callRecord'
required: true
schema:
type: string
x-ms-docs-key-type: callRecord
- name: session-id
in: path
description: 'key: session-id of session'
required: true
schema:
type: string
x-ms-docs-key-type: session
- name: $select
in: query
description: Select properties to be returned
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- modalities
- startDateTime
- endDateTime
- caller
- callee
- failureInfo
- segments
type: string
- name: $expand
in: query
description: Expand related entities
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- '*'
- segments
type: string
responses:
'200':
description: Retrieved navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.callRecords.session'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
patch:
tags:
- communications.callRecord
summary: Update the navigation property sessions in communications
operationId: communications.callRecords_UpdateSessions
parameters:
- name: callRecord-id
in: path
description: 'key: callRecord-id of callRecord'
required: true
schema:
type: string
x-ms-docs-key-type: callRecord
- name: session-id
in: path
description: 'key: session-id of session'
required: true
schema:
type: string
x-ms-docs-key-type: session
requestBody:
description: New navigation property values
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.callRecords.session'
required: true
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments':
get:
tags:
- communications.callRecord
summary: Get segments from communications
operationId: communications.callRecords.sessions_ListSegments
parameters:
- name: callRecord-id
in: path
description: 'key: callRecord-id of callRecord'
required: true
schema:
type: string
x-ms-docs-key-type: callRecord
- name: session-id
in: path
description: 'key: session-id of session'
required: true
schema:
type: string
x-ms-docs-key-type: session
- $ref: '#/components/parameters/top'
- $ref: '#/components/parameters/skip'
- $ref: '#/components/parameters/search'
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/count'
- name: $orderby
in: query
description: Order items by property values
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- id desc
- startDateTime
- startDateTime desc
- endDateTime
- endDateTime desc
- caller
- caller desc
- callee
- callee desc
- failureInfo
- failureInfo desc
- media
- media desc
type: string
- name: $select
in: query
description: Select properties to be returned
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- startDateTime
- endDateTime
- caller
- callee
- failureInfo
- media
type: string
- name: $expand
in: query
description: Expand related entities
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- '*'
type: string
responses:
'200':
description: Retrieved navigation property
content:
application/json:
schema:
title: Collection of segment
type: object
properties:
value:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callRecords.segment'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
post:
tags:
- communications.callRecord
summary: Create new navigation property to segments for communications
operationId: communications.callRecords.sessions_CreateSegments
parameters:
- name: callRecord-id
in: path
description: 'key: callRecord-id of callRecord'
required: true
schema:
type: string
x-ms-docs-key-type: callRecord
- name: session-id
in: path
description: 'key: session-id of session'
required: true
schema:
type: string
x-ms-docs-key-type: session
requestBody:
description: New navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.callRecords.segment'
required: true
responses:
'201':
description: Created navigation property.
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.callRecords.segment'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/{segment-id}':
get:
tags:
- communications.callRecord
summary: Get segments from communications
operationId: communications.callRecords.sessions_GetSegments
parameters:
- name: callRecord-id
in: path
description: 'key: callRecord-id of callRecord'
required: true
schema:
type: string
x-ms-docs-key-type: callRecord
- name: session-id
in: path
description: 'key: session-id of session'
required: true
schema:
type: string
x-ms-docs-key-type: session
- name: segment-id
in: path
description: 'key: segment-id of segment'
required: true
schema:
type: string
x-ms-docs-key-type: segment
- name: $select
in: query
description: Select properties to be returned
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- startDateTime
- endDateTime
- caller
- callee
- failureInfo
- media
type: string
- name: $expand
in: query
description: Expand related entities
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- '*'
type: string
responses:
'200':
description: Retrieved navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.callRecords.segment'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
patch:
tags:
- communications.callRecord
summary: Update the navigation property segments in communications
operationId: communications.callRecords.sessions_UpdateSegments
parameters:
- name: callRecord-id
in: path
description: 'key: callRecord-id of callRecord'
required: true
schema:
type: string
x-ms-docs-key-type: callRecord
- name: session-id
in: path
description: 'key: session-id of session'
required: true
schema:
type: string
x-ms-docs-key-type: session
- name: segment-id
in: path
description: 'key: segment-id of segment'
required: true
schema:
type: string
x-ms-docs-key-type: segment
requestBody:
description: New navigation property values
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.callRecords.segment'
required: true
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
/communications/calls:
get:
tags:
- communications.call
summary: Get calls from communications
operationId: communications_ListCalls
parameters:
- $ref: '#/components/parameters/top'
- $ref: '#/components/parameters/skip'
- $ref: '#/components/parameters/search'
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/count'
- name: $orderby
in: query
description: Order items by property values
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- id desc
- state
- state desc
- mediaState
- mediaState desc
- resultInfo
- resultInfo desc
- terminationReason
- terminationReason desc
- direction
- direction desc
- ringingTimeoutInSeconds
- ringingTimeoutInSeconds desc
- subject
- subject desc
- callbackUri
- callbackUri desc
- callRoutes
- callRoutes desc
- source
- source desc
- targets
- targets desc
- answeredBy
- answeredBy desc
- requestedModalities
- requestedModalities desc
- activeModalities
- activeModalities desc
- mediaConfig
- mediaConfig desc
- chatInfo
- chatInfo desc
- callOptions
- callOptions desc
- meetingInfo
- meetingInfo desc
- meetingCapability
- meetingCapability desc
- routingPolicies
- routingPolicies desc
- tenantId
- tenantId desc
- myParticipantId
- myParticipantId desc
- toneInfo
- toneInfo desc
- incomingContext
- incomingContext desc
type: string
- name: $select
in: query
description: Select properties to be returned
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- state
- mediaState
- resultInfo
- terminationReason
- direction
- ringingTimeoutInSeconds
- subject
- callbackUri
- callRoutes
- source
- targets
- answeredBy
- requestedModalities
- activeModalities
- mediaConfig
- chatInfo
- callOptions
- meetingInfo
- meetingCapability
- routingPolicies
- tenantId
- myParticipantId
- toneInfo
- incomingContext
- participants
- audioRoutingGroups
- operations
type: string
- name: $expand
in: query
description: Expand related entities
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- '*'
- participants
- audioRoutingGroups
- operations
type: string
responses:
'200':
description: Retrieved navigation property
content:
application/json:
schema:
title: Collection of call
type: object
properties:
value:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.call'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
post:
tags:
- communications.call
summary: Create new navigation property to calls for communications
operationId: communications_CreateCalls
requestBody:
description: New navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.call'
required: true
responses:
'201':
description: Created navigation property.
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.call'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/communications/calls/{call-id}':
get:
tags:
- communications.call
summary: Get calls from communications
operationId: communications_GetCalls
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
- name: $select
in: query
description: Select properties to be returned
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- state
- mediaState
- resultInfo
- terminationReason
- direction
- ringingTimeoutInSeconds
- subject
- callbackUri
- callRoutes
- source
- targets
- answeredBy
- requestedModalities
- activeModalities
- mediaConfig
- chatInfo
- callOptions
- meetingInfo
- meetingCapability
- routingPolicies
- tenantId
- myParticipantId
- toneInfo
- incomingContext
- participants
- audioRoutingGroups
- operations
type: string
- name: $expand
in: query
description: Expand related entities
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- '*'
- participants
- audioRoutingGroups
- operations
type: string
responses:
'200':
description: Retrieved navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.call'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
patch:
tags:
- communications.call
summary: Update the navigation property calls in communications
operationId: communications_UpdateCalls
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: New navigation property values
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.call'
required: true
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/communications/calls/{call-id}/audioRoutingGroups':
get:
tags:
- communications.call
summary: Get audioRoutingGroups from communications
operationId: communications.calls_ListAudioRoutingGroups
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
- $ref: '#/components/parameters/top'
- $ref: '#/components/parameters/skip'
- $ref: '#/components/parameters/search'
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/count'
- name: $orderby
in: query
description: Order items by property values
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- id desc
- routingMode
- routingMode desc
- sources
- sources desc
- receivers
- receivers desc
type: string
- name: $select
in: query
description: Select properties to be returned
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- routingMode
- sources
- receivers
type: string
- name: $expand
in: query
description: Expand related entities
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- '*'
type: string
responses:
'200':
description: Retrieved navigation property
content:
application/json:
schema:
title: Collection of audioRoutingGroup
type: object
properties:
value:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.audioRoutingGroup'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
post:
tags:
- communications.call
summary: Create new navigation property to audioRoutingGroups for communications
operationId: communications.calls_CreateAudioRoutingGroups
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: New navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.audioRoutingGroup'
required: true
responses:
'201':
description: Created navigation property.
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.audioRoutingGroup'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}':
get:
tags:
- communications.call
summary: Get audioRoutingGroups from communications
operationId: communications.calls_GetAudioRoutingGroups
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
- name: audioRoutingGroup-id
in: path
description: 'key: audioRoutingGroup-id of audioRoutingGroup'
required: true
schema:
type: string
x-ms-docs-key-type: audioRoutingGroup
- name: $select
in: query
description: Select properties to be returned
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- routingMode
- sources
- receivers
type: string
- name: $expand
in: query
description: Expand related entities
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- '*'
type: string
responses:
'200':
description: Retrieved navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.audioRoutingGroup'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
patch:
tags:
- communications.call
summary: Update the navigation property audioRoutingGroups in communications
operationId: communications.calls_UpdateAudioRoutingGroups
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
- name: audioRoutingGroup-id
in: path
description: 'key: audioRoutingGroup-id of audioRoutingGroup'
required: true
schema:
type: string
x-ms-docs-key-type: audioRoutingGroup
requestBody:
description: New navigation property values
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.audioRoutingGroup'
required: true
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/communications/calls/{call-id}/microsoft.graph.answer':
post:
tags:
- communications.Actions
summary: Invoke action answer
operationId: communications.calls_answer
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
callbackUri:
type: string
mediaConfig:
$ref: '#/components/schemas/microsoft.graph.mediaConfig'
acceptedModalities:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.modality'
required: true
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/communications/calls/{call-id}/microsoft.graph.cancelMediaProcessing':
post:
tags:
- communications.Actions
summary: Invoke action cancelMediaProcessing
operationId: communications.calls_cancelMediaProcessing
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
clientContext:
type: string
nullable: true
required: true
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.cancelMediaProcessingOperation'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/communications/calls/{call-id}/microsoft.graph.changeScreenSharingRole':
post:
tags:
- communications.Actions
summary: Invoke action changeScreenSharingRole
operationId: communications.calls_changeScreenSharingRole
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
role:
$ref: '#/components/schemas/microsoft.graph.screenSharingRole'
required: true
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/communications/calls/{call-id}/microsoft.graph.keepAlive':
post:
tags:
- communications.Actions
summary: Invoke action keepAlive
operationId: communications.calls_keepAlive
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/communications/calls/{call-id}/microsoft.graph.mute':
post:
tags:
- communications.Actions
summary: Invoke action mute
operationId: communications.calls_mute
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
clientContext:
type: string
nullable: true
required: true
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.muteParticipantOperation'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/communications/calls/{call-id}/microsoft.graph.playPrompt':
post:
tags:
- communications.Actions
summary: Invoke action playPrompt
operationId: communications.calls_playPrompt
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
prompts:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.prompt'
loop:
type: boolean
default: false
nullable: true
clientContext:
type: string
nullable: true
required: true
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.playPromptOperation'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/communications/calls/{call-id}/microsoft.graph.record':
post:
tags:
- communications.Actions
summary: Invoke action record
operationId: communications.calls_record
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
prompts:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.prompt'
bargeInAllowed:
type: boolean
default: false
nullable: true
initialSilenceTimeoutInSeconds:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
nullable: true
maxSilenceTimeoutInSeconds:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
nullable: true
maxRecordDurationInSeconds:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
nullable: true
playBeep:
type: boolean
default: false
nullable: true
streamWhileRecording:
type: boolean
default: false
nullable: true
stopTones:
type: array
items:
type: string
nullable: true
clientContext:
type: string
nullable: true
required: true
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.recordOperation'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/communications/calls/{call-id}/microsoft.graph.recordResponse':
post:
tags:
- communications.Actions
summary: Invoke action recordResponse
operationId: communications.calls_recordResponse
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
prompts:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.prompt'
bargeInAllowed:
type: boolean
default: false
nullable: true
initialSilenceTimeoutInSeconds:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
nullable: true
maxSilenceTimeoutInSeconds:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
nullable: true
maxRecordDurationInSeconds:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
nullable: true
playBeep:
type: boolean
default: false
nullable: true
streamWhileRecording:
type: boolean
default: false
nullable: true
stopTones:
type: array
items:
type: string
nullable: true
clientContext:
type: string
nullable: true
required: true
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.recordOperation'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/communications/calls/{call-id}/microsoft.graph.redirect':
post:
tags:
- communications.Actions
summary: Invoke action redirect
operationId: communications.calls_redirect
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
targets:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.invitationParticipantInfo'
targetDisposition:
$ref: '#/components/schemas/microsoft.graph.callDisposition'
timeout:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
nullable: true
maskCallee:
type: boolean
default: false
nullable: true
maskCaller:
type: boolean
default: false
nullable: true
callbackUri:
type: string
nullable: true
required: true
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/communications/calls/{call-id}/microsoft.graph.reject':
post:
tags:
- communications.Actions
summary: Invoke action reject
operationId: communications.calls_reject
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
reason:
$ref: '#/components/schemas/microsoft.graph.rejectReason'
callbackUri:
type: string
nullable: true
required: true
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/communications/calls/{call-id}/microsoft.graph.subscribeToTone':
post:
tags:
- communications.Actions
summary: Invoke action subscribeToTone
operationId: communications.calls_subscribeToTone
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
clientContext:
type: string
nullable: true
required: true
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.subscribeToToneOperation'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/communications/calls/{call-id}/microsoft.graph.transfer':
post:
tags:
- communications.Actions
summary: Invoke action transfer
operationId: communications.calls_transfer
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
transferTarget:
$ref: '#/components/schemas/microsoft.graph.invitationParticipantInfo'
required: true
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/communications/calls/{call-id}/microsoft.graph.unmute':
post:
tags:
- communications.Actions
summary: Invoke action unmute
operationId: communications.calls_unmute
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
clientContext:
type: string
nullable: true
required: true
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.unmuteParticipantOperation'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/communications/calls/{call-id}/microsoft.graph.updateRecordingStatus':
post:
tags:
- communications.Actions
summary: Invoke action updateRecordingStatus
operationId: communications.calls_updateRecordingStatus
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
status:
$ref: '#/components/schemas/microsoft.graph.recordingStatus'
clientContext:
type: string
nullable: true
required: true
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.updateRecordingStatusOperation'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/communications/calls/{call-id}/operations':
get:
tags:
- communications.call
summary: Get operations from communications
operationId: communications.calls_ListOperations
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
- $ref: '#/components/parameters/top'
- $ref: '#/components/parameters/skip'
- $ref: '#/components/parameters/search'
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/count'
- name: $orderby
in: query
description: Order items by property values
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- id desc
- status
- status desc
- clientContext
- clientContext desc
- resultInfo
- resultInfo desc
type: string
- name: $select
in: query
description: Select properties to be returned
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- status
- clientContext
- resultInfo
type: string
- name: $expand
in: query
description: Expand related entities
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- '*'
type: string
responses:
'200':
description: Retrieved navigation property
content:
application/json:
schema:
title: Collection of commsOperation
type: object
properties:
value:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.commsOperation'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
post:
tags:
- communications.call
summary: Create new navigation property to operations for communications
operationId: communications.calls_CreateOperations
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: New navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.commsOperation'
required: true
responses:
'201':
description: Created navigation property.
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.commsOperation'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/communications/calls/{call-id}/operations/{commsOperation-id}':
get:
tags:
- communications.call
summary: Get operations from communications
operationId: communications.calls_GetOperations
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
- name: commsOperation-id
in: path
description: 'key: commsOperation-id of commsOperation'
required: true
schema:
type: string
x-ms-docs-key-type: commsOperation
- name: $select
in: query
description: Select properties to be returned
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- status
- clientContext
- resultInfo
type: string
- name: $expand
in: query
description: Expand related entities
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- '*'
type: string
responses:
'200':
description: Retrieved navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.commsOperation'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
patch:
tags:
- communications.call
summary: Update the navigation property operations in communications
operationId: communications.calls_UpdateOperations
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
- name: commsOperation-id
in: path
description: 'key: commsOperation-id of commsOperation'
required: true
schema:
type: string
x-ms-docs-key-type: commsOperation
requestBody:
description: New navigation property values
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.commsOperation'
required: true
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/communications/calls/{call-id}/participants':
get:
tags:
- communications.call
summary: Get participants from communications
operationId: communications.calls_ListParticipants
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
- $ref: '#/components/parameters/top'
- $ref: '#/components/parameters/skip'
- $ref: '#/components/parameters/search'
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/count'
- name: $orderby
in: query
description: Order items by property values
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- id desc
- info
- info desc
- recordingInfo
- recordingInfo desc
- mediaStreams
- mediaStreams desc
- metadata
- metadata desc
- isMuted
- isMuted desc
- isInLobby
- isInLobby desc
type: string
- name: $select
in: query
description: Select properties to be returned
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- info
- recordingInfo
- mediaStreams
- metadata
- isMuted
- isInLobby
type: string
- name: $expand
in: query
description: Expand related entities
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- '*'
type: string
responses:
'200':
description: Retrieved navigation property
content:
application/json:
schema:
title: Collection of participant
type: object
properties:
value:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.participant'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
post:
tags:
- communications.call
summary: Create new navigation property to participants for communications
operationId: communications.calls_CreateParticipants
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: New navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.participant'
required: true
responses:
'201':
description: Created navigation property.
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.participant'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/communications/calls/{call-id}/participants/{participant-id}':
get:
tags:
- communications.call
summary: Get participants from communications
operationId: communications.calls_GetParticipants
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
- name: participant-id
in: path
description: 'key: participant-id of participant'
required: true
schema:
type: string
x-ms-docs-key-type: participant
- name: $select
in: query
description: Select properties to be returned
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- info
- recordingInfo
- mediaStreams
- metadata
- isMuted
- isInLobby
type: string
- name: $expand
in: query
description: Expand related entities
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- '*'
type: string
responses:
'200':
description: Retrieved navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.participant'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
patch:
tags:
- communications.call
summary: Update the navigation property participants in communications
operationId: communications.calls_UpdateParticipants
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
- name: participant-id
in: path
description: 'key: participant-id of participant'
required: true
schema:
type: string
x-ms-docs-key-type: participant
requestBody:
description: New navigation property values
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.participant'
required: true
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/communications/calls/{call-id}/participants/{participant-id}/microsoft.graph.mute':
post:
tags:
- communications.Actions
summary: Invoke action mute
operationId: communications.calls.participants_mute
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
- name: participant-id
in: path
description: 'key: participant-id of participant'
required: true
schema:
type: string
x-ms-docs-key-type: participant
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
clientContext:
type: string
nullable: true
required: true
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.muteParticipantOperation'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/communications/calls/{call-id}/participants/microsoft.graph.invite':
post:
tags:
- communications.Actions
summary: Invoke action invite
operationId: communications.calls.participants_invite
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
participants:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.invitationParticipantInfo'
clientContext:
type: string
nullable: true
required: true
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.inviteParticipantsOperation'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/communications/calls/{call-id}/participants/microsoft.graph.muteAll':
post:
tags:
- communications.Actions
summary: Invoke action muteAll
operationId: communications.calls.participants_muteAll
parameters:
- name: call-id
in: path
description: 'key: call-id of call'
required: true
schema:
type: string
x-ms-docs-key-type: call
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
participants:
type: array
items:
type: string
nullable: true
clientContext:
type: string
nullable: true
required: true
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.muteParticipantsOperation'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
/communications/microsoft.graph.getPresencesByUserId:
post:
tags:
- communications.Actions
summary: Invoke action getPresencesByUserId
operationId: communications_getPresencesByUserId
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
ids:
type: array
items:
type: string
required: true
responses:
'200':
description: Success
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.presence'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
/communications/onlineMeetings:
get:
tags:
- communications.onlineMeeting
summary: Get onlineMeetings from communications
operationId: communications_ListOnlineMeetings
parameters:
- $ref: '#/components/parameters/top'
- $ref: '#/components/parameters/skip'
- $ref: '#/components/parameters/search'
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/count'
- name: $orderby
in: query
description: Order items by property values
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- id desc
- creationDateTime
- creationDateTime desc
- startDateTime
- startDateTime desc
- endDateTime
- endDateTime desc
- canceledDateTime
- canceledDateTime desc
- expirationDateTime
- expirationDateTime desc
- entryExitAnnouncement
- entryExitAnnouncement desc
- joinUrl
- joinUrl desc
- subject
- subject desc
- isCancelled
- isCancelled desc
- participants
- participants desc
- isBroadcast
- isBroadcast desc
- accessLevel
- accessLevel desc
- capabilities
- capabilities desc
- audioConferencing
- audioConferencing desc
- chatInfo
- chatInfo desc
- videoTeleconferenceId
- videoTeleconferenceId desc
type: string
- name: $select
in: query
description: Select properties to be returned
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- creationDateTime
- startDateTime
- endDateTime
- canceledDateTime
- expirationDateTime
- entryExitAnnouncement
- joinUrl
- subject
- isCancelled
- participants
- isBroadcast
- accessLevel
- capabilities
- audioConferencing
- chatInfo
- videoTeleconferenceId
type: string
- name: $expand
in: query
description: Expand related entities
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- '*'
type: string
responses:
'200':
description: Retrieved navigation property
content:
application/json:
schema:
title: Collection of onlineMeeting
type: object
properties:
value:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.onlineMeeting'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
post:
tags:
- communications.onlineMeeting
summary: Create new navigation property to onlineMeetings for communications
operationId: communications_CreateOnlineMeetings
requestBody:
description: New navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.onlineMeeting'
required: true
responses:
'201':
description: Created navigation property.
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.onlineMeeting'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/communications/onlineMeetings/{onlineMeeting-id}':
get:
tags:
- communications.onlineMeeting
summary: Get onlineMeetings from communications
operationId: communications_GetOnlineMeetings
parameters:
- name: onlineMeeting-id
in: path
description: 'key: onlineMeeting-id of onlineMeeting'
required: true
schema:
type: string
x-ms-docs-key-type: onlineMeeting
- name: $select
in: query
description: Select properties to be returned
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- id
- creationDateTime
- startDateTime
- endDateTime
- canceledDateTime
- expirationDateTime
- entryExitAnnouncement
- joinUrl
- subject
- isCancelled
- participants
- isBroadcast
- accessLevel
- capabilities
- audioConferencing
- chatInfo
- videoTeleconferenceId
type: string
- name: $expand
in: query
description: Expand related entities
style: simple
schema:
uniqueItems: true
type: array
items:
enum:
- '*'
type: string
responses:
'200':
description: Retrieved navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.onlineMeeting'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
patch:
tags:
- communications.onlineMeeting
summary: Update the navigation property onlineMeetings in communications
operationId: communications_UpdateOnlineMeetings
parameters:
- name: onlineMeeting-id
in: path
description: 'key: onlineMeeting-id of onlineMeeting'
required: true
schema:
type: string
x-ms-docs-key-type: onlineMeeting
requestBody:
description: New navigation property values
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.onlineMeeting'
required: true
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
components:
schemas:
microsoft.graph.cloudCommunications:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: cloudCommunications
type: object
properties:
calls:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.call'
callRecords:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callRecords.callRecord'
onlineMeetings:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.onlineMeeting'
example:
id: string (identifier)
calls:
- '@odata.type': microsoft.graph.call
callRecords:
- '@odata.type': microsoft.graph.callRecords.callRecord
onlineMeetings:
- '@odata.type': microsoft.graph.onlineMeeting
microsoft.graph.callRecords.callRecord:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: callRecord
type: object
properties:
version:
type: integer
format: int64
type:
$ref: '#/components/schemas/microsoft.graph.callRecords.callType'
modalities:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callRecords.modality'
lastModifiedDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
format: date-time
startDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
format: date-time
endDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
format: date-time
organizer:
$ref: '#/components/schemas/microsoft.graph.identitySet'
participants:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.identitySet'
joinWebUrl:
type: string
nullable: true
sessions:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callRecords.session'
example:
id: string (identifier)
version: integer
type:
'@odata.type': microsoft.graph.callRecords.callType
modalities:
- '@odata.type': microsoft.graph.callRecords.modality
lastModifiedDateTime: string (timestamp)
startDateTime: string (timestamp)
endDateTime: string (timestamp)
organizer:
'@odata.type': microsoft.graph.identitySet
participants:
- '@odata.type': microsoft.graph.identitySet
joinWebUrl: string
sessions:
- '@odata.type': microsoft.graph.callRecords.session
microsoft.graph.callRecords.session:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: session
type: object
properties:
modalities:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callRecords.modality'
startDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
format: date-time
endDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
format: date-time
caller:
$ref: '#/components/schemas/microsoft.graph.callRecords.endpoint'
callee:
$ref: '#/components/schemas/microsoft.graph.callRecords.endpoint'
failureInfo:
$ref: '#/components/schemas/microsoft.graph.callRecords.failureInfo'
segments:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callRecords.segment'
example:
id: string (identifier)
modalities:
- '@odata.type': microsoft.graph.callRecords.modality
startDateTime: string (timestamp)
endDateTime: string (timestamp)
caller:
'@odata.type': microsoft.graph.callRecords.endpoint
callee:
'@odata.type': microsoft.graph.callRecords.endpoint
failureInfo:
'@odata.type': microsoft.graph.callRecords.failureInfo
segments:
- '@odata.type': microsoft.graph.callRecords.segment
microsoft.graph.callRecords.segment:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: segment
type: object
properties:
startDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
format: date-time
endDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
format: date-time
caller:
$ref: '#/components/schemas/microsoft.graph.callRecords.endpoint'
callee:
$ref: '#/components/schemas/microsoft.graph.callRecords.endpoint'
failureInfo:
$ref: '#/components/schemas/microsoft.graph.callRecords.failureInfo'
media:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callRecords.media'
example:
id: string (identifier)
startDateTime: string (timestamp)
endDateTime: string (timestamp)
caller:
'@odata.type': microsoft.graph.callRecords.endpoint
callee:
'@odata.type': microsoft.graph.callRecords.endpoint
failureInfo:
'@odata.type': microsoft.graph.callRecords.failureInfo
media:
- '@odata.type': microsoft.graph.callRecords.media
microsoft.graph.call:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: call
type: object
properties:
state:
$ref: '#/components/schemas/microsoft.graph.callState'
mediaState:
$ref: '#/components/schemas/microsoft.graph.callMediaState'
resultInfo:
$ref: '#/components/schemas/microsoft.graph.ResultInfo'
terminationReason:
type: string
nullable: true
direction:
$ref: '#/components/schemas/microsoft.graph.callDirection'
ringingTimeoutInSeconds:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
nullable: true
subject:
type: string
description: The subject of the conversation.
nullable: true
callbackUri:
type: string
description: The callback URL on which callbacks will be delivered. Must be https.
callRoutes:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callRoute'
source:
$ref: '#/components/schemas/microsoft.graph.participantInfo'
targets:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.invitationParticipantInfo'
description: The targets of the call. Required information for creating peer to peer call.
answeredBy:
$ref: '#/components/schemas/microsoft.graph.participantInfo'
requestedModalities:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.modality'
description: The list of requested modalities.
activeModalities:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.modality'
mediaConfig:
$ref: '#/components/schemas/microsoft.graph.mediaConfig'
chatInfo:
$ref: '#/components/schemas/microsoft.graph.chatInfo'
callOptions:
$ref: '#/components/schemas/microsoft.graph.callOptions'
meetingInfo:
$ref: '#/components/schemas/microsoft.graph.meetingInfo'
meetingCapability:
$ref: '#/components/schemas/microsoft.graph.meetingCapability'
routingPolicies:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.routingPolicy'
tenantId:
type: string
nullable: true
myParticipantId:
type: string
description: Read-only.
nullable: true
toneInfo:
$ref: '#/components/schemas/microsoft.graph.toneInfo'
incomingContext:
$ref: '#/components/schemas/microsoft.graph.incomingContext'
participants:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.participant'
description: Read-only. Nullable.
audioRoutingGroups:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.audioRoutingGroup'
operations:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.commsOperation'
description: Read-only. Nullable.
example:
id: string (identifier)
state:
'@odata.type': microsoft.graph.callState
mediaState:
'@odata.type': microsoft.graph.callMediaState
resultInfo:
'@odata.type': microsoft.graph.ResultInfo
terminationReason: string
direction:
'@odata.type': microsoft.graph.callDirection
ringingTimeoutInSeconds: integer
subject: string
callbackUri: string
callRoutes:
- '@odata.type': microsoft.graph.callRoute
source:
'@odata.type': microsoft.graph.participantInfo
targets:
- '@odata.type': microsoft.graph.invitationParticipantInfo
answeredBy:
'@odata.type': microsoft.graph.participantInfo
requestedModalities:
- '@odata.type': microsoft.graph.modality
activeModalities:
- '@odata.type': microsoft.graph.modality
mediaConfig:
'@odata.type': microsoft.graph.mediaConfig
chatInfo:
'@odata.type': microsoft.graph.chatInfo
callOptions:
'@odata.type': microsoft.graph.callOptions
meetingInfo:
'@odata.type': microsoft.graph.meetingInfo
meetingCapability:
'@odata.type': microsoft.graph.meetingCapability
routingPolicies:
- '@odata.type': microsoft.graph.routingPolicy
tenantId: string
myParticipantId: string
toneInfo:
'@odata.type': microsoft.graph.toneInfo
incomingContext:
'@odata.type': microsoft.graph.incomingContext
participants:
- '@odata.type': microsoft.graph.participant
audioRoutingGroups:
- '@odata.type': microsoft.graph.audioRoutingGroup
operations:
- '@odata.type': microsoft.graph.commsOperation
microsoft.graph.audioRoutingGroup:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: audioRoutingGroup
type: object
properties:
routingMode:
$ref: '#/components/schemas/microsoft.graph.routingMode'
sources:
type: array
items:
type: string
nullable: true
receivers:
type: array
items:
type: string
nullable: true
example:
id: string (identifier)
routingMode:
'@odata.type': microsoft.graph.routingMode
sources:
- string
receivers:
- string
microsoft.graph.mediaConfig:
title: mediaConfig
type: object
properties:
removeFromDefaultAudioGroup:
type: boolean
nullable: true
example:
removeFromDefaultAudioGroup: true
microsoft.graph.modality:
title: modality
enum:
- unknown
- audio
- video
- videoBasedScreenSharing
- data
- unknownFutureValue
type: string
microsoft.graph.cancelMediaProcessingOperation:
allOf:
- $ref: '#/components/schemas/microsoft.graph.commsOperation'
- title: cancelMediaProcessingOperation
type: object
example:
id: string (identifier)
status:
'@odata.type': microsoft.graph.operationStatus
clientContext: string
resultInfo:
'@odata.type': microsoft.graph.ResultInfo
microsoft.graph.screenSharingRole:
title: screenSharingRole
enum:
- viewer
- sharer
type: string
microsoft.graph.muteParticipantOperation:
allOf:
- $ref: '#/components/schemas/microsoft.graph.commsOperation'
- title: muteParticipantOperation
type: object
example:
id: string (identifier)
status:
'@odata.type': microsoft.graph.operationStatus
clientContext: string
resultInfo:
'@odata.type': microsoft.graph.ResultInfo
microsoft.graph.prompt:
title: prompt
type: object
microsoft.graph.playPromptOperation:
allOf:
- $ref: '#/components/schemas/microsoft.graph.commsOperation'
- title: playPromptOperation
type: object
properties:
completionReason:
$ref: '#/components/schemas/microsoft.graph.playPromptCompletionReason'
example:
id: string (identifier)
status:
'@odata.type': microsoft.graph.operationStatus
clientContext: string
resultInfo:
'@odata.type': microsoft.graph.ResultInfo
completionReason:
'@odata.type': microsoft.graph.playPromptCompletionReason
microsoft.graph.recordOperation:
allOf:
- $ref: '#/components/schemas/microsoft.graph.commsOperation'
- title: recordOperation
type: object
properties:
recordingLocation:
type: string
description: The location where the recording is located.
nullable: true
recordingAccessToken:
type: string
description: The access token required to retrieve the recording.
nullable: true
completionReason:
$ref: '#/components/schemas/microsoft.graph.recordCompletionReason'
example:
id: string (identifier)
status:
'@odata.type': microsoft.graph.operationStatus
clientContext: string
resultInfo:
'@odata.type': microsoft.graph.ResultInfo
recordingLocation: string
recordingAccessToken: string
completionReason:
'@odata.type': microsoft.graph.recordCompletionReason
microsoft.graph.invitationParticipantInfo:
title: invitationParticipantInfo
type: object
properties:
identity:
$ref: '#/components/schemas/microsoft.graph.identitySet'
endpointType:
$ref: '#/components/schemas/microsoft.graph.endpointType'
replacesCallId:
type: string
description: Optional. The call which the target identity is currently a part of. This call will be dropped once the participant is added.
nullable: true
example:
identity:
'@odata.type': microsoft.graph.identitySet
endpointType:
'@odata.type': microsoft.graph.endpointType
replacesCallId: string
microsoft.graph.callDisposition:
title: callDisposition
enum:
- default
- simultaneousRing
- forward
type: string
microsoft.graph.rejectReason:
title: rejectReason
enum:
- none
- busy
- forbidden
- unknownFutureValue
type: string
microsoft.graph.subscribeToToneOperation:
allOf:
- $ref: '#/components/schemas/microsoft.graph.commsOperation'
- title: subscribeToToneOperation
type: object
example:
id: string (identifier)
status:
'@odata.type': microsoft.graph.operationStatus
clientContext: string
resultInfo:
'@odata.type': microsoft.graph.ResultInfo
microsoft.graph.unmuteParticipantOperation:
allOf:
- $ref: '#/components/schemas/microsoft.graph.commsOperation'
- title: unmuteParticipantOperation
type: object
example:
id: string (identifier)
status:
'@odata.type': microsoft.graph.operationStatus
clientContext: string
resultInfo:
'@odata.type': microsoft.graph.ResultInfo
microsoft.graph.recordingStatus:
title: recordingStatus
enum:
- unknown
- notRecording
- recording
- failed
- unknownFutureValue
type: string
microsoft.graph.updateRecordingStatusOperation:
allOf:
- $ref: '#/components/schemas/microsoft.graph.commsOperation'
- title: updateRecordingStatusOperation
type: object
example:
id: string (identifier)
status:
'@odata.type': microsoft.graph.operationStatus
clientContext: string
resultInfo:
'@odata.type': microsoft.graph.ResultInfo
microsoft.graph.commsOperation:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: commsOperation
type: object
properties:
status:
$ref: '#/components/schemas/microsoft.graph.operationStatus'
clientContext:
type: string
description: Unique Client Context string. Max limit is 256 chars.
nullable: true
resultInfo:
$ref: '#/components/schemas/microsoft.graph.ResultInfo'
example:
id: string (identifier)
status:
'@odata.type': microsoft.graph.operationStatus
clientContext: string
resultInfo:
'@odata.type': microsoft.graph.ResultInfo
microsoft.graph.participant:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: participant
type: object
properties:
info:
$ref: '#/components/schemas/microsoft.graph.participantInfo'
recordingInfo:
$ref: '#/components/schemas/microsoft.graph.recordingInfo'
mediaStreams:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.mediaStream'
description: The list of media streams.
metadata:
type: string
nullable: true
isMuted:
type: boolean
description: true if the participant is muted (client or server muted).
isInLobby:
type: boolean
description: true if the participant is in lobby.
example:
id: string (identifier)
info:
'@odata.type': microsoft.graph.participantInfo
recordingInfo:
'@odata.type': microsoft.graph.recordingInfo
mediaStreams:
- '@odata.type': microsoft.graph.mediaStream
metadata: string
isMuted: true
isInLobby: true
microsoft.graph.inviteParticipantsOperation:
allOf:
- $ref: '#/components/schemas/microsoft.graph.commsOperation'
- title: inviteParticipantsOperation
type: object
properties:
participants:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.invitationParticipantInfo'
description: The participants to invite.
example:
id: string (identifier)
status:
'@odata.type': microsoft.graph.operationStatus
clientContext: string
resultInfo:
'@odata.type': microsoft.graph.ResultInfo
participants:
- '@odata.type': microsoft.graph.invitationParticipantInfo
microsoft.graph.muteParticipantsOperation:
allOf:
- $ref: '#/components/schemas/microsoft.graph.commsOperation'
- title: muteParticipantsOperation
type: object
properties:
participants:
type: array
items:
type: string
nullable: true
example:
id: string (identifier)
status:
'@odata.type': microsoft.graph.operationStatus
clientContext: string
resultInfo:
'@odata.type': microsoft.graph.ResultInfo
participants:
- string
microsoft.graph.presence:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: presence
type: object
properties:
availability:
type: string
nullable: true
activity:
type: string
nullable: true
example:
id: string (identifier)
availability: string
activity: string
microsoft.graph.onlineMeeting:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: onlineMeeting
type: object
properties:
creationDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
description: The meeting creation time in UTC. Read-only.
format: date-time
nullable: true
startDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
description: The meeting start time in UTC.
format: date-time
nullable: true
endDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
description: The meeting end time in UTC.
format: date-time
nullable: true
canceledDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
format: date-time
nullable: true
expirationDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
format: date-time
nullable: true
entryExitAnnouncement:
type: boolean
nullable: true
joinUrl:
type: string
nullable: true
subject:
type: string
description: The subject of the online meeting.
nullable: true
isCancelled:
type: boolean
nullable: true
participants:
$ref: '#/components/schemas/microsoft.graph.meetingParticipants'
isBroadcast:
type: boolean
nullable: true
accessLevel:
$ref: '#/components/schemas/microsoft.graph.accessLevel'
capabilities:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.meetingCapabilities'
audioConferencing:
$ref: '#/components/schemas/microsoft.graph.audioConferencing'
chatInfo:
$ref: '#/components/schemas/microsoft.graph.chatInfo'
videoTeleconferenceId:
type: string
description: The video teleconferencing ID. Read-only.
nullable: true
example:
id: string (identifier)
creationDateTime: string (timestamp)
startDateTime: string (timestamp)
endDateTime: string (timestamp)
canceledDateTime: string (timestamp)
expirationDateTime: string (timestamp)
entryExitAnnouncement: true
joinUrl: string
subject: string
isCancelled: true
participants:
'@odata.type': microsoft.graph.meetingParticipants
isBroadcast: true
accessLevel:
'@odata.type': microsoft.graph.accessLevel
capabilities:
- '@odata.type': microsoft.graph.meetingCapabilities
audioConferencing:
'@odata.type': microsoft.graph.audioConferencing
chatInfo:
'@odata.type': microsoft.graph.chatInfo
videoTeleconferenceId: string
microsoft.graph.entity:
title: entity
type: object
properties:
id:
type: string
description: Read-only.
example:
id: string (identifier)
microsoft.graph.callRecords.callType:
title: callType
enum:
- unknown
- groupCall
- peerToPeer
- unknownFutureValue
type: string
microsoft.graph.callRecords.modality:
title: modality
enum:
- audio
- video
- videoBasedScreenSharing
- data
- screenSharing
- unknownFutureValue
type: string
microsoft.graph.identitySet:
title: identitySet
type: object
properties:
application:
$ref: '#/components/schemas/microsoft.graph.identity'
device:
$ref: '#/components/schemas/microsoft.graph.identity'
user:
$ref: '#/components/schemas/microsoft.graph.identity'
example:
application:
'@odata.type': microsoft.graph.identity
device:
'@odata.type': microsoft.graph.identity
user:
'@odata.type': microsoft.graph.identity
microsoft.graph.callRecords.endpoint:
title: endpoint
type: object
properties:
userAgent:
$ref: '#/components/schemas/microsoft.graph.callRecords.userAgent'
example:
userAgent:
'@odata.type': microsoft.graph.callRecords.userAgent
microsoft.graph.callRecords.failureInfo:
title: failureInfo
type: object
properties:
stage:
$ref: '#/components/schemas/microsoft.graph.callRecords.failureStage'
reason:
type: string
nullable: true
example:
stage:
'@odata.type': microsoft.graph.callRecords.failureStage
reason: string
microsoft.graph.callRecords.media:
title: media
type: object
properties:
label:
type: string
nullable: true
callerNetwork:
$ref: '#/components/schemas/microsoft.graph.callRecords.networkInfo'
calleeNetwork:
$ref: '#/components/schemas/microsoft.graph.callRecords.networkInfo'
callerDevice:
$ref: '#/components/schemas/microsoft.graph.callRecords.deviceInfo'
calleeDevice:
$ref: '#/components/schemas/microsoft.graph.callRecords.deviceInfo'
streams:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callRecords.mediaStream'
example:
label: string
callerNetwork:
'@odata.type': microsoft.graph.callRecords.networkInfo
calleeNetwork:
'@odata.type': microsoft.graph.callRecords.networkInfo
callerDevice:
'@odata.type': microsoft.graph.callRecords.deviceInfo
calleeDevice:
'@odata.type': microsoft.graph.callRecords.deviceInfo
streams:
- '@odata.type': microsoft.graph.callRecords.mediaStream
microsoft.graph.callState:
title: callState
enum:
- incoming
- establishing
- ringing
- established
- hold
- transferring
- transferAccepted
- redirecting
- terminating
- terminated
- unknownFutureValue
type: string
microsoft.graph.callMediaState:
title: callMediaState
type: object
properties:
audio:
$ref: '#/components/schemas/microsoft.graph.mediaState'
example:
audio:
'@odata.type': microsoft.graph.mediaState
microsoft.graph.ResultInfo:
title: ResultInfo
type: object
properties:
code:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
subcode:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
message:
type: string
nullable: true
example:
code: integer
subcode: integer
message: string
microsoft.graph.callDirection:
title: callDirection
enum:
- incoming
- outgoing
type: string
microsoft.graph.callRoute:
title: callRoute
type: object
properties:
routingType:
$ref: '#/components/schemas/microsoft.graph.routingType'
original:
$ref: '#/components/schemas/microsoft.graph.identitySet'
final:
$ref: '#/components/schemas/microsoft.graph.identitySet'
example:
routingType:
'@odata.type': microsoft.graph.routingType
original:
'@odata.type': microsoft.graph.identitySet
final:
'@odata.type': microsoft.graph.identitySet
microsoft.graph.participantInfo:
title: participantInfo
type: object
properties:
identity:
$ref: '#/components/schemas/microsoft.graph.identitySet'
endpointType:
$ref: '#/components/schemas/microsoft.graph.endpointType'
region:
type: string
description: 'The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant''s current physical location. Read-only.'
nullable: true
languageId:
type: string
description: The language culture string. Read-only.
nullable: true
countryCode:
type: string
nullable: true
example:
identity:
'@odata.type': microsoft.graph.identitySet
endpointType:
'@odata.type': microsoft.graph.endpointType
region: string
languageId: string
countryCode: string
microsoft.graph.chatInfo:
title: chatInfo
type: object
properties:
threadId:
type: string
description: The unique identifier for a thread in Microsoft Teams.
nullable: true
messageId:
type: string
description: The unique identifier of a message in a Microsoft Teams channel.
nullable: true
replyChainMessageId:
type: string
description: The ID of the reply message.
nullable: true
example:
threadId: string
messageId: string
replyChainMessageId: string
microsoft.graph.callOptions:
title: callOptions
type: object
microsoft.graph.meetingInfo:
title: meetingInfo
type: object
properties:
allowConversationWithoutHost:
type: boolean
nullable: true
example:
allowConversationWithoutHost: true
microsoft.graph.meetingCapability:
title: meetingCapability
type: object
properties:
allowAnonymousUsersToDialOut:
type: boolean
autoAdmittedUsers:
$ref: '#/components/schemas/microsoft.graph.autoAdmittedUsersType'
allowAnonymousUsersToStartMeeting:
type: boolean
example:
allowAnonymousUsersToDialOut: true
autoAdmittedUsers:
'@odata.type': microsoft.graph.autoAdmittedUsersType
allowAnonymousUsersToStartMeeting: true
microsoft.graph.routingPolicy:
title: routingPolicy
enum:
- none
- noMissedCall
- disableForwardingExceptPhone
- disableForwarding
- preferSkypeForBusiness
- unknownFutureValue
type: string
microsoft.graph.toneInfo:
title: toneInfo
type: object
properties:
sequenceId:
type: integer
description: An incremental identifier used for ordering DTMF events.
format: int64
tone:
$ref: '#/components/schemas/microsoft.graph.tone'
example:
sequenceId: integer
tone:
'@odata.type': microsoft.graph.tone
microsoft.graph.incomingContext:
title: incomingContext
type: object
properties:
sourceParticipantId:
type: string
nullable: true
observedParticipantId:
type: string
nullable: true
onBehalfOf:
$ref: '#/components/schemas/microsoft.graph.identitySet'
transferor:
$ref: '#/components/schemas/microsoft.graph.identitySet'
example:
sourceParticipantId: string
observedParticipantId: string
onBehalfOf:
'@odata.type': microsoft.graph.identitySet
transferor:
'@odata.type': microsoft.graph.identitySet
microsoft.graph.routingMode:
title: routingMode
enum:
- oneToOne
- multicast
type: string
microsoft.graph.playPromptCompletionReason:
title: playPromptCompletionReason
enum:
- unknown
- completedSuccessfully
- mediaOperationCanceled
- unknownFutureValue
type: string
microsoft.graph.recordCompletionReason:
title: recordCompletionReason
enum:
- operationCanceled
- stopToneDetected
- maxRecordDurationReached
- initialSilenceTimeout
- maxSilenceTimeout
- playPromptFailed
- playBeepFailed
- mediaReceiveTimeout
- unspecifiedError
type: string
microsoft.graph.endpointType:
title: endpointType
enum:
- default
- voicemail
- skypeForBusiness
- skypeForBusinessVoipPhone
- unknownFutureValue
type: string
microsoft.graph.operationStatus:
title: operationStatus
enum:
- NotStarted
- Running
- Completed
- Failed
type: string
microsoft.graph.recordingInfo:
title: recordingInfo
type: object
properties:
recordingStatus:
$ref: '#/components/schemas/microsoft.graph.recordingStatus'
initiatedBy:
$ref: '#/components/schemas/microsoft.graph.participantInfo'
initiator:
$ref: '#/components/schemas/microsoft.graph.identitySet'
example:
recordingStatus:
'@odata.type': microsoft.graph.recordingStatus
initiatedBy:
'@odata.type': microsoft.graph.participantInfo
initiator:
'@odata.type': microsoft.graph.identitySet
microsoft.graph.mediaStream:
title: mediaStream
type: object
properties:
mediaType:
$ref: '#/components/schemas/microsoft.graph.modality'
label:
type: string
description: The media stream label.
nullable: true
sourceId:
type: string
description: The source ID.
direction:
$ref: '#/components/schemas/microsoft.graph.mediaDirection'
serverMuted:
type: boolean
description: If the media is muted by the server.
example:
mediaType:
'@odata.type': microsoft.graph.modality
label: string
sourceId: string
direction:
'@odata.type': microsoft.graph.mediaDirection
serverMuted: true
microsoft.graph.meetingParticipants:
title: meetingParticipants
type: object
properties:
organizer:
$ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo'
attendees:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo'
producers:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo'
contributors:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo'
example:
organizer:
'@odata.type': microsoft.graph.meetingParticipantInfo
attendees:
- '@odata.type': microsoft.graph.meetingParticipantInfo
producers:
- '@odata.type': microsoft.graph.meetingParticipantInfo
contributors:
- '@odata.type': microsoft.graph.meetingParticipantInfo
microsoft.graph.accessLevel:
title: accessLevel
enum:
- everyone
- invited
- locked
- sameEnterprise
- sameEnterpriseAndFederated
type: string
microsoft.graph.meetingCapabilities:
title: meetingCapabilities
enum:
- questionAndAnswer
- unknownFutureValue
type: string
microsoft.graph.audioConferencing:
title: audioConferencing
type: object
properties:
conferenceId:
type: string
nullable: true
tollNumber:
type: string
description: The toll number that connects to the Audio Conference Provider.
nullable: true
tollFreeNumber:
type: string
description: The toll-free number that connects to the Audio Conference Provider.
nullable: true
dialinUrl:
type: string
description: A URL to the externally-accessible web page that contains dial-in information.
nullable: true
example:
conferenceId: string
tollNumber: string
tollFreeNumber: string
dialinUrl: string
odata.error:
required:
- error
type: object
properties:
error:
$ref: '#/components/schemas/odata.error.main'
microsoft.graph.identity:
title: identity
type: object
properties:
id:
type: string
description: Unique identifier for the identity.
nullable: true
displayName:
type: string
description: 'The identity''s display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
nullable: true
example:
id: string
displayName: string
microsoft.graph.callRecords.userAgent:
title: userAgent
type: object
properties:
headerValue:
type: string
nullable: true
applicationVersion:
type: string
nullable: true
example:
headerValue: string
applicationVersion: string
microsoft.graph.callRecords.failureStage:
title: failureStage
enum:
- unknown
- callSetup
- midcall
- unknownFutureValue
type: string
microsoft.graph.callRecords.networkInfo:
title: networkInfo
type: object
properties:
ipAddress:
type: string
nullable: true
subnet:
type: string
nullable: true
linkSpeed:
type: integer
format: int64
nullable: true
connectionType:
$ref: '#/components/schemas/microsoft.graph.callRecords.networkConnectionType'
port:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
nullable: true
reflexiveIPAddress:
type: string
nullable: true
relayIPAddress:
type: string
nullable: true
relayPort:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
nullable: true
macAddress:
type: string
nullable: true
wifiMicrosoftDriver:
type: string
nullable: true
wifiMicrosoftDriverVersion:
type: string
nullable: true
wifiVendorDriver:
type: string
nullable: true
wifiVendorDriverVersion:
type: string
nullable: true
wifiChannel:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
nullable: true
wifiBand:
$ref: '#/components/schemas/microsoft.graph.callRecords.wifiBand'
basicServiceSetIdentifier:
type: string
nullable: true
wifiRadioType:
$ref: '#/components/schemas/microsoft.graph.callRecords.wifiRadioType'
wifiSignalStrength:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
nullable: true
wifiBatteryCharge:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
nullable: true
dnsSuffix:
type: string
nullable: true
sentQualityEventRatio:
type: number
format: float
nullable: true
receivedQualityEventRatio:
type: number
format: float
nullable: true
delayEventRatio:
type: number
format: float
nullable: true
bandwidthLowEventRatio:
type: number
format: float
nullable: true
example:
ipAddress: string
subnet: string
linkSpeed: integer
connectionType:
'@odata.type': microsoft.graph.callRecords.networkConnectionType
port: integer
reflexiveIPAddress: string
relayIPAddress: string
relayPort: integer
macAddress: string
wifiMicrosoftDriver: string
wifiMicrosoftDriverVersion: string
wifiVendorDriver: string
wifiVendorDriverVersion: string
wifiChannel: integer
wifiBand:
'@odata.type': microsoft.graph.callRecords.wifiBand
basicServiceSetIdentifier: string
wifiRadioType:
'@odata.type': microsoft.graph.callRecords.wifiRadioType
wifiSignalStrength: integer
wifiBatteryCharge: integer
dnsSuffix: string
sentQualityEventRatio: float
receivedQualityEventRatio: float
delayEventRatio: float
bandwidthLowEventRatio: float
microsoft.graph.callRecords.deviceInfo:
title: deviceInfo
type: object
properties:
captureDeviceName:
type: string
nullable: true
captureDeviceDriver:
type: string
nullable: true
renderDeviceName:
type: string
nullable: true
renderDeviceDriver:
type: string
nullable: true
sentSignalLevel:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
nullable: true
receivedSignalLevel:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
nullable: true
sentNoiseLevel:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
nullable: true
receivedNoiseLevel:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
nullable: true
initialSignalLevelRootMeanSquare:
type: number
format: float
nullable: true
cpuInsufficentEventRatio:
type: number
format: float
nullable: true
renderNotFunctioningEventRatio:
type: number
format: float
nullable: true
captureNotFunctioningEventRatio:
type: number
format: float
nullable: true
deviceGlitchEventRatio:
type: number
format: float
nullable: true
lowSpeechToNoiseEventRatio:
type: number
format: float
nullable: true
lowSpeechLevelEventRatio:
type: number
format: float
nullable: true
deviceClippingEventRatio:
type: number
format: float
nullable: true
howlingEventCount:
maximum: 2147483647
minimum: -2147483648
type: integer
format: int32
nullable: true
renderZeroVolumeEventRatio:
type: number
format: float
nullable: true
renderMuteEventRatio:
type: number
format: float
nullable: true
micGlitchRate:
type: number
format: float
nullable: true
speakerGlitchRate:
type: number
format: float
nullable: true
example:
captureDeviceName: string
captureDeviceDriver: string
renderDeviceName: string
renderDeviceDriver: string
sentSignalLevel: integer
receivedSignalLevel: integer
sentNoiseLevel: integer
receivedNoiseLevel: integer
initialSignalLevelRootMeanSquare: float
cpuInsufficentEventRatio: float
renderNotFunctioningEventRatio: float
captureNotFunctioningEventRatio: float
deviceGlitchEventRatio: float
lowSpeechToNoiseEventRatio: float
lowSpeechLevelEventRatio: float
deviceClippingEventRatio: float
howlingEventCount: integer
renderZeroVolumeEventRatio: float
renderMuteEventRatio: float
micGlitchRate: float
speakerGlitchRate: float
microsoft.graph.callRecords.mediaStream:
title: mediaStream
type: object
properties:
streamId:
type: string
nullable: true
startDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
format: date-time
nullable: true
endDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
format: date-time
nullable: true
streamDirection:
$ref: '#/components/schemas/microsoft.graph.callRecords.mediaStreamDirection'
averageAudioDegradation:
type: number
format: float
nullable: true
averageJitter:
pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$'
type: string
format: duration
nullable: true
maxJitter:
pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$'
type: string
format: duration
nullable: true
averagePacketLossRate:
type: number
format: float
nullable: true
maxPacketLossRate:
type: number
format: float
nullable: true
averageRatioOfConcealedSamples:
type: number
format: float
nullable: true
maxRatioOfConcealedSamples:
type: number
format: float
nullable: true
averageRoundTripTime:
pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$'
type: string
format: duration
nullable: true
maxRoundTripTime:
pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$'
type: string
format: duration
nullable: true
packetUtilization:
type: integer
format: int64
nullable: true
averageBandwidthEstimate:
type: integer
format: int64
nullable: true
wasMediaBypassed:
type: boolean
nullable: true
postForwardErrorCorrectionPacketLossRate:
type: number
format: float
nullable: true
averageVideoFrameLossPercentage:
type: number
format: float
nullable: true
averageReceivedFrameRate:
type: number
format: float
nullable: true
lowFrameRateRatio:
type: number
format: float
nullable: true
averageVideoPacketLossRate:
type: number
format: float
nullable: true
averageVideoFrameRate:
type: number
format: float
nullable: true
lowVideoProcessingCapabilityRatio:
type: number
format: float
nullable: true
averageAudioNetworkJitter:
pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$'
type: string
format: duration
nullable: true
maxAudioNetworkJitter:
pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$'
type: string
format: duration
nullable: true
example:
streamId: string
startDateTime: string (timestamp)
endDateTime: string (timestamp)
streamDirection:
'@odata.type': microsoft.graph.callRecords.mediaStreamDirection
averageAudioDegradation: float
averageJitter: string
maxJitter: string
averagePacketLossRate: float
maxPacketLossRate: float
averageRatioOfConcealedSamples: float
maxRatioOfConcealedSamples: float
averageRoundTripTime: string
maxRoundTripTime: string
packetUtilization: integer
averageBandwidthEstimate: integer
wasMediaBypassed: true
postForwardErrorCorrectionPacketLossRate: float
averageVideoFrameLossPercentage: float
averageReceivedFrameRate: float
lowFrameRateRatio: float
averageVideoPacketLossRate: float
averageVideoFrameRate: float
lowVideoProcessingCapabilityRatio: float
averageAudioNetworkJitter: string
maxAudioNetworkJitter: string
microsoft.graph.mediaState:
title: mediaState
enum:
- active
- inactive
- unknownFutureValue
type: string
microsoft.graph.routingType:
title: routingType
enum:
- forwarded
- lookup
- selfFork
- unknownFutureValue
type: string
microsoft.graph.autoAdmittedUsersType:
title: autoAdmittedUsersType
enum:
- everyoneInCompany
- everyone
type: string
microsoft.graph.tone:
title: tone
enum:
- tone0
- tone1
- tone2
- tone3
- tone4
- tone5
- tone6
- tone7
- tone8
- tone9
- star
- pound
- a
- b
- c
- d
- flash
type: string
microsoft.graph.mediaDirection:
title: mediaDirection
enum:
- inactive
- sendOnly
- receiveOnly
- sendReceive
type: string
microsoft.graph.meetingParticipantInfo:
title: meetingParticipantInfo
type: object
properties:
identity:
$ref: '#/components/schemas/microsoft.graph.identitySet'
upn:
type: string
description: User principal name of the participant.
nullable: true
example:
identity:
'@odata.type': microsoft.graph.identitySet
upn: string
odata.error.main:
required:
- code
- message
type: object
properties:
code:
type: string
message:
type: string
target:
type: string
details:
type: array
items:
$ref: '#/components/schemas/odata.error.detail'
innererror:
type: object
description: The structure of this object is service-specific
microsoft.graph.callRecords.networkConnectionType:
title: networkConnectionType
enum:
- unknown
- wired
- wifi
- mobile
- tunnel
- unknownFutureValue
type: string
microsoft.graph.callRecords.wifiBand:
title: wifiBand
enum:
- unknown
- frequency24GHz
- frequency50GHz
type: string
microsoft.graph.callRecords.wifiRadioType:
title: wifiRadioType
enum:
- unknown
- wifi80211a
- wifi80211b
- wifi80211g
- wifi80211n
- wifi80211ac
- wifi80211ax
- unknownFutureValue
type: string
microsoft.graph.callRecords.mediaStreamDirection:
title: mediaStreamDirection
enum:
- callerToCallee
- calleeToCaller
type: string
odata.error.detail:
required:
- code
- message
type: object
properties:
code:
type: string
message:
type: string
target:
type: string
responses:
error:
description: error
content:
application/json:
schema:
$ref: '#/components/schemas/odata.error'
parameters:
top:
name: $top
in: query
description: Show only the first n items
schema:
minimum: 0
type: integer
example: 50
skip:
name: $skip
in: query
description: Skip the first n items
schema:
minimum: 0
type: integer
search:
name: $search
in: query
description: Search items by search phrases
schema:
type: string
filter:
name: $filter
in: query
description: Filter items by property values
schema:
type: string
count:
name: $count
in: query
description: Include count of items
schema:
type: boolean
securitySchemes:
azureaadv2:
type: oauth2
flows:
authorizationCode:
authorizationUrl: https://login.microsoftonline.com/common/oauth2/v2.0/authorize
tokenUrl: https://login.microsoftonline.com/common/oauth2/v2.0/token
scopes: { }
security:
- azureaadv2: [ ] | 31.338184 | 306 | 0.531708 |
9c766e60193c4f7ece6e1024bbc9661410c91913 | 210 | yaml | YAML | packages/apps/perl.yaml | basiliskus/appman-main | 9ca229746a8d0f0ab349f4236c72ff7d607848a2 | [
"MIT"
] | null | null | null | packages/apps/perl.yaml | basiliskus/appman-main | 9ca229746a8d0f0ab349f4236c72ff7d607848a2 | [
"MIT"
] | null | null | null | packages/apps/perl.yaml | basiliskus/appman-main | 9ca229746a8d0f0ab349f4236c72ff7d607848a2 | [
"MIT"
] | 1 | 2021-07-12T00:45:51.000Z | 2021-07-12T00:45:51.000Z | id: perl
name: perl
description: A programming language suitable for writing simple scripts as well as
complex applications
labels:
- cli
- dev-tools
- prog-langs
formulas:
pacman: perl
scoop: perl
| 17.5 | 82 | 0.742857 |
1b673734e3a78eca21dd7369e43697057c550316 | 646 | yml | YAML | src/main/resources/config.yml | mistermsk/ShortenedGamemodeCommands | 8a994079e4034c2450094594cb52bb0514609dd4 | [
"MIT"
] | null | null | null | src/main/resources/config.yml | mistermsk/ShortenedGamemodeCommands | 8a994079e4034c2450094594cb52bb0514609dd4 | [
"MIT"
] | null | null | null | src/main/resources/config.yml | mistermsk/ShortenedGamemodeCommands | 8a994079e4034c2450094594cb52bb0514609dd4 | [
"MIT"
] | 1 | 2021-09-22T22:11:05.000Z | 2021-09-22T22:11:05.000Z | ################################################################Configuration File################################################################
#----------------------------------------------------------------------------------------------------------------------------------------------- #
#
# Config Version: 2.2
# Plugin Version: 4.0
# DO NOT MESS WITH VALUES UNLESS YOU KNOW WHAT YOU'RE DOING
#
# For ALL permission nodes AND more information, visit www.itzilly.com/plugins/sgc
#
#
#
# This toggles the message you receive when someone else updates your gamemode
# This is true by default
# Only allows true / false
targetSendMessage: true | 43.066667 | 146 | 0.439628 |
f87503b2068ffc2c9c0e80cedb91d2be46a664c8 | 877 | yaml | YAML | admission-webhook/bootstrap/base/kustomization.yaml | adamjm/manifests | 912d9d2af04de9cfc761113d1e5a44d6418ed0a8 | [
"Apache-2.0"
] | 55 | 2019-07-24T05:38:12.000Z | 2021-08-09T23:45:06.000Z | admission-webhook/bootstrap/base/kustomization.yaml | adamjm/manifests | 912d9d2af04de9cfc761113d1e5a44d6418ed0a8 | [
"Apache-2.0"
] | 571 | 2021-01-25T14:24:29.000Z | 2022-03-31T00:13:15.000Z | admission-webhook/bootstrap/base/kustomization.yaml | adamjm/manifests | 912d9d2af04de9cfc761113d1e5a44d6418ed0a8 | [
"Apache-2.0"
] | 24 | 2019-07-24T05:24:49.000Z | 2021-08-09T23:44:58.000Z | apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cluster-role-binding.yaml
- cluster-role.yaml
- config-map.yaml
- service-account.yaml
- stateful-set.yaml
commonLabels:
kustomize.component: admission-webhook-bootstrap
namePrefix: admission-webhook-bootstrap-
images:
- name: gcr.io/kubeflow-images-public/ingress-setup
newName: gcr.io/kubeflow-images-public/ingress-setup
newTag: latest
generatorOptions:
disableNameSuffixHash: true
configurations:
- params.yaml
namespace: kubeflow
configMapGenerator:
- name: config-map
behavior: merge
env: params.env
vars:
- name: webhookNamePrefix
objref:
kind: ConfigMap
name: config-map
apiVersion: v1
fieldref:
fieldpath: data.webhookNamePrefix
- name: namespace
objref:
kind: ConfigMap
name: config-map
apiVersion: v1
fieldref:
fieldpath: data.namespace
| 21.925 | 54 | 0.765108 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.