This file contains 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
format: | |
subject: '### %{subject}' | |
line: '* [%{title}](%{url}) by @[%{user}](https://github.com/%{user}) %{status}' | |
dictionary: | |
status: | |
merged: '**merged!**' | |
closed: '**closed!**' |
This file contains 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
[[plugins]] | |
repo = 'Shougo/deoplete.nvim' | |
on_event = ['InsertEnter'] | |
hook_add = ''' | |
let g:deoplete#enable_at_startup = 1 | |
''' | |
if = 'has("nvim") && has("python3")' | |
[[plugins]] | |
repo = 'tbodt/deoplete-tabnine' |
This file contains 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 | |
## SC2007 | |
## https://github.com/koalaman/shellcheck/wiki/SC2207 | |
## Multiline output | |
var="foo | |
bar bar | |
hoge hoge | |
mog" |
This file contains 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 -eu | |
usage () { | |
cat <<EOF | |
$0: simple script to automate session token from mfa | |
Usage: $0 [-p profilename] [-t temporary_profile_name] [-n arn] [-c authcode] |
This file contains 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
リリースの回数を増やすため | |
* フィードバックサイクルが早くなる | |
* リリースして使ってもらって、仮設を検証する、問題点を見つけて治す、というサイクル | |
* 変更が早いうちに本番に上がるのでモチベーションが上がる | |
* 一回のリリースの内容が少なくなりリスクが小さくなる |
This file contains 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
リリースの回数を増やすため | |
* フィードバックサイクルが早くなる | |
* リリースして使ってもらって、仮設を検証する、問題点を見つけて治す、というサイクル | |
* 変更が早いうちに本番に上がるのでモチベーションが上がる | |
* 一回のリリースの内容が少なくなりリスクが小さくなる |
This file contains 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
puts 'start' | |
# docs | |
class Hoge | |
# body | |
def mog | |
puts 'this is instance method' | |
end | |
def para |
This file contains 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
# ssidを取得するコマンド | |
alias ssid=$'/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I | awk \'/ SSID/ {print substr($0, index($0, $2))}\'' | |
wifireset () | |
{ | |
ssid=$(ssid) | |
networksetup -setairportpower en0 off | |
echo 'Re-enabling Wi-Fi...' | |
networksetup -setairportpower en0 on | |
echo "Reconnecting ${ssid}..." |
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am ikuwow on github. | |
* I am ikuwow (https://keybase.io/ikuwow) on keybase. | |
* I have a public key ASDOwpgvLDKXIWWHhXIoUBCf7WmEBUdmjOFehOcx_JQ7qwo | |
To claim this, I am signing this object: |
This file contains 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
ip filter 600000 pass 192.168.100.xxx,192.168.100.yyy * * * * |
NewerOlder