gitGraph
commit id:"feat: x"
commit id:"feat: y"
commit id:" " tag:"v202210.1.0"
branch v202210.1.x
checkout main
commit
commit id:"fix: x"
checkout v202210.1.x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -e | |
sudo -k | |
echo "This script requires superuser authority to setup Mackerel agent:" | |
sudo sh <<'SCRIPT' | |
set -x |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
from boto.cloudfront import CloudFrontConnection | |
from boto.cloudfront.distribution import Distribution | |
ACCESS_KEY_ID = '' | |
SECRET_ACCESS_KEY = '' | |
CLOUDFRONT_KEYPAIR_ID = "" | |
CLOUDFRONT_PRIVATE_KEY_FILE_LOCATION = "path/to/private.pem" |
concat.txt
# this is a comment
file '/path/to/one.mov'
file '/path/to/two.mov'
- Run command
詳細はここ!
foo<details>
<summary>詳細はここ!</summary>
foo
</details>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "iTunes" | |
activate | |
set newPreset to make new EQ preset | |
set name of newPreset to "Eargasm Explosion" | |
set band 1 of newPreset to 3 | |
set band 2 of newPreset to 6 | |
set band 3 of newPreset to 9.5 | |
set band 4 of newPreset to 7.5 | |
set band 5 of newPreset to 6 | |
set band 6 of newPreset to 5.5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
# depend on awscli | |
export AWS_DEFAULT_REGION=ap-northeast-1 | |
export AWS_ACCESS_KEY_ID= | |
export AWS_SECRET_ACCESS_KEY= | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# depend on awscli and jq | |
export AWS_DEFAULT_REGION=ap-northeast-1 | |
export AWS_ACCESS_KEY_ID= | |
export AWS_SECRET_ACCESS_KEY= | |
instanceName="nat-instance" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "slack", | |
"rules": [ | |
{ | |
"description": "cmd + n :Move next channel or DM in slack (unread if shift is pressed).", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "n", |
NewerOlder