Use these rapid keyboard shortcuts to control the GitHub Atom text editor on Mac OSX.
- β : Command key
- β : Control key
- β« : Delete key
- β : Left arrow key
- β : Right arrow key
- β : Up arrow key
| version: '3' | |
| volumes: | |
| caddy: | |
| services: | |
| caddy: | |
| image: abiosoft/caddy | |
| ports: | |
| - 80:80 | |
| - 443:443 |
| # Reads from raspberry pi sensor which outputs every 2 minutes | |
| # and raises an alert whenever the temperature or humidity hits | |
| # a defined parameter | |
| with open("temp.txt") as f: | |
| data = f.readlines() | |
| lastline = data[-1] | |
| # format output for calculation | |
| temp = lastline[6:9] |
| Call of Cthulhu | |
| https://soundcloud.com/chapo-trap-house/unlocked-episode-74-tabletop-game-theory-pt-i-11817 | |
| https://soundcloud.com/chapo-trap-house/unlocked-episode-76-tabletop-game-theory-pt-ii-12417 |
| version: '2.1' | |
| services: | |
| nodeexporter: | |
| image: prom/node-exporter:v0.17.0 | |
| container_name: nodeexporter | |
| user: root | |
| privileged: true | |
| volumes: | |
| - /proc:/host/proc:ro |
| https://www.nike.com/t/flex-stride-mens-7-running-shorts-1PNNN3/AJ7779-681 | |
| https://www.nike.com/t/wild-run-mens-2-in-1-running-shorts-RWhDfG/AO5185-277 Ale Brown/Black, size small | |
| https://www.nike.com/t/dri-fit-mens-training-shorts-YMeELy/AA1555-344 Mineral Spruce/Black, size small | |
| https://www.adidas.com/us/alphaskin-sport-short-tights/CF7299.html Small | |
| https://www.nike.com/t/sportswear-tech-pack-mens-long-sleeve-knit-top-b6jFmB/AR1571-011 . Black/Light Blue, size Small | |
| https://www.nike.com/t/windrunner-mens-running-jacket-FQfH7g/AR0257-011 Ale Brown/Team Orange/Obsidian, size Small | |
| https://www.nike.com/t/sportswear-tech-fleece-mens-joggers-gXTOoz1v/805162-456 Obsidian/Obsidian Heather/White | |
| https://www.nike.com/t/swift-mens-running-pants-3VwTb4/928583-346 |
Use these rapid keyboard shortcuts to control the GitHub Atom text editor on Mac OSX.
| #!/bin/sh | |
| case "$SSH_ORIGINAL_COMMAND" in | |
| *\&*) | |
| echo "Rejected" | |
| ;; | |
| *\(*) | |
| echo "Rejected" | |
| ;; | |
| *\{*) |
https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html
| #snippet-comment:[These are tags for the AWS doc team's sample catalog. Do not remove.] | |
| #snippet-sourceauthor:[Doug-AWS] | |
| #snippet-sourcedescription:[Creates a customer master key using KMS.] | |
| #snippet-keyword:[AWS Key Management Service] | |
| #snippet-keyword:[create_key method] | |
| #snippet-keyword:[Ruby] | |
| #snippet-service:[kms] | |
| #snippet-sourcetype:[full-example] | |
| #snippet-sourcedate:[2018-03-16] | |
| # Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. |
| //snippet-comment:[These are tags for the AWS doc team's sample catalog. Do not remove.] | |
| //snippet-sourceauthor:[Doug-AWS] | |
| //snippet-sourcedescription:[Creates a KMS key.] | |
| //snippet-keyword:[AWS Key Management Service] | |
| //snippet-keyword:[CreateKey function] | |
| //snippet-keyword:[Go] | |
| //snippet-service:[kms] | |
| //snippet-sourcetype:[full-example] | |
| //snippet-sourcedate:[2018-03-16] | |
| /* |