I hereby claim:
- I am futoase on github.
- I am futoase (https://keybase.io/futoase) on keybase.
- I have a public key whose fingerprint is 77E1 6A7A 2746 4405 0603 2388 B39D 681D A765 9E23
To claim this, I am signing this object:
| set-option -g status on | |
| set-option -g status-interval 2 | |
| set-option -g status-utf8 on | |
| set-option -g status-justify "centre" | |
| set-option -g status-left-length 60 | |
| set-option -g status-right-length 90 | |
| set-option -g status-left "#(~/.tmux/tmux-powerline/powerline.sh left)" | |
| set-option -g status-right "#(~/.tmux/tmux-powerline/powerline.sh right)" | |
| set-option -g default-command "reattach-to-user-namespace -l /usr/local/bin/fish" |
I hereby claim:
To claim this, I am signing this object:
| function print(x) { | |
| console.log("x= " + x); | |
| } | |
| function upTimes(n, cb) { | |
| Array.from(new Array(n), (_, k) => { | |
| cb(k); | |
| }); | |
| } |
FPGA 2015.02 ハンズオン (仮)
| { | |
| "users": [ | |
| { | |
| "id": 100, | |
| "name": "Keiji Matsuzaki", | |
| "age": 32 | |
| }, | |
| { | |
| "id": 1000, | |
| "name": "Hoge Fuga", |
| package main | |
| import ( | |
| "github.com/crowdmob/goamz/aws" | |
| "github.com/crowdmob/goamz/ec2" | |
| "text/template" | |
| "os" | |
| "fmt" | |
| ) |
| package main | |
| import ( | |
| "github.com/crowdmob/goamz/aws" | |
| "github.com/crowdmob/goamz/ec2" | |
| "fmt" | |
| ) | |
| func main() { | |
| auth, err := aws.EnvAuth() |
| git config --global core.editor 'mvim -c "set fenc=utf-8" -f' |