I hereby claim:
- I am levicook on github.
- I am levicook (https://keybase.io/levicook) on keybase.
- I have a public key ASDdOvdaN5eapWbUGqBmNXdKe4BeeBcYmXJ0HWySrAyvygo
To claim this, I am signing this object:
| # set -g default-command "reattach-to-user-namespace /bin/bash --login" | |
| # bind y run-shell "tmux save-buffer - | reattach-to-user-namespace pbcopy" | |
| # set -g default-command "/bin/bash --login" | |
| set -g default-command "${SHELL} -l" | |
| bind y run-shell "tmux save-buffer - | reattach-to-user-namespace pbcopy" | |
| # Reload the file with Prefix r | |
| bind r source-file ~/.tmux.conf \; display "Reloaded!" |
| # Reload the file with Prefix r | |
| bind r source-file ~/.tmux.conf \; display "Reloaded!" | |
| bind | split-window -h # C-a | to create horizontal pane | |
| bind - split-window -v # C-a - to create vertical pane | |
| # moving between panes | |
| bind h select-pane -L | |
| bind j select-pane -D | |
| bind k select-pane -U |
| # Reload the file with Prefix r | |
| bind r source-file ~/.tmux.conf \; display "Reloaded!" | |
| bind | split-window -h # C-a | to create horizontal pane | |
| bind - split-window -v # C-a - to create vertical pane | |
| # moving between panes | |
| bind h select-pane -L | |
| bind j select-pane -D | |
| bind k select-pane -U |
I hereby claim:
To claim this, I am signing this object:
| execute pathogen#infect() | |
| syntax on | |
| filetype plugin indent on | |
| set nowrap | |
| set background=dark | |
| colorscheme solarized |
| package repos | |
| import ( | |
| "fabric-server/models" | |
| "labix.org/v2/mgo" | |
| "labix.org/v2/mgo/bson" | |
| ) | |
| type CampusRepo interface { |
| $ go install code.google.com/p/go.tools/cmd/vet | |
| go install code.google.com/p/go.tools/cmd/vet: open /usr/local/go/pkg/tool/linux_amd64/vet: permission denied | |
| $ sudo su - root | |
| # GOPATH=/tmp/go /usr/local/go/bin/go get code.google.com/p/go.tools/cmd/cover | |
| # GOPATH=/tmp/go /usr/local/go/bin/go get code.google.com/p/go.tools/cmd/vet | |
| # rm -r /tmp/go | |
| # exit |
| require 'formula' | |
| class Tidy < Formula | |
| homepage 'http://tidy.sourceforge.net/' | |
| url 'ftp://mirror.internode.on.net/pub/gentoo/distfiles/tidy-20090325.tar.bz2' | |
| sha1 '28c000a2cd40262fc0d7c2c429eb2a09b2df7bf4' | |
| head 'https://github.com/w3c/tidy-html5.git' | |
| depends_on :automake => :build |
| #!/bin/bash | |
| set -e # exit if anything goes wrong from here forward | |
| bundle | |
| # are we already in session? | |
| if tmux ls | grep -q spyrojs; then # just attach to the existing session | |
| tmux attach-session -d -t spyrojs | |
| else # create a new session and start the world |
| calling datastoreManager.CreateDatastore | |
| 2013/09/29 10:06:19 Request | |
| 2013/09/29 10:06:19 Method : POST | |
| 2013/09/29 10:06:19 URL : https://api.dropbox.com/r5/datastores/create_datastore | |
| 2013/09/29 10:06:19 Body : (ioutil.nopCloser) { | |
| Reader: (*strings.Reader)(0xc2002634c0)({ | |
| s: (string) "dsid=.07b474e1a58eaddc2fd8d96cd19c14", | |
| i: (int) 36, | |
| prevRune: (int) -1 | |
| }) |