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
# for other JRuby processes, use nailgun and 1.9 | |
export JRUBY_OPTS="--ng --1.9" | |
# to start a nailgun server | |
export JRUBY_OPTS='--1.9' | |
function rbenvsudo(){ | |
executable=$1 |
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
brew remove node --force | |
brew versions node | |
git checkout 3eea412 /usr/local/Library/Formula/node.rb | |
brew install node |
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
brew uninstall imagemagick | |
brew install imagemagick --disable-openmp |
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
heroku create --stack cedar | |
heroku rename new_app | |
heroku create new_app --stack cedar | |
heroku addons:add logging:expanded | |
heroku addons:upgrade logging:expanded | |
http://devcenter.heroku.com/articles/mongolab | |
heroku addons:add mongolab:starter |
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
rvm use system | |
brew install https://raw.github.com/gist/1594296/vim.rb |
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
brew install --use-gcc fontforge | |
fontforge -script fontpatcher MyFontFile.ttf | |
rm /tmp/Powerline.cache | |
in .vimrc | |
set guifont=Menlo\ for\ Powerline:h14 | |
let g:Powerline_symbols = 'fancy' |
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
heroku run console | |
Dalli::Client.new.flush |
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
find . -name '*.JPG' -exec bash -c 'mv "$1" "${1/%.JPG/.jpg}"' -- {} \; |
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
10-03 00:54:30.423: INFO/DEBUG(30): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** | |
10-03 00:54:30.423: INFO/DEBUG(30): Build fingerprint: 'generic/sdk/generic/:2.2/FRF91/43546:eng/test-keys' | |
10-03 00:54:30.423: INFO/DEBUG(30): pid: 316, tid: 325 >>> org.cocos2dx.tests <<< | |
10-03 00:54:30.433: INFO/DEBUG(30): signal 11 (SIGSEGV), fault addr deadbaad | |
10-03 00:54:30.433: INFO/DEBUG(30): r0 00000000 r1 0000000c r2 00000027 r3 00000000 | |
10-03 00:54:30.433: INFO/DEBUG(30): r4 00000000 r5 deadbaad r6 00001728 r7 00000000 | |
10-03 00:54:30.433: INFO/DEBUG(30): r8 48218d84 r9 4185af14 10 4185af00 fp 00236d70 | |
10-03 00:54:30.433: INFO/DEBUG(30): ip ffffffff sp 48218a48 lr afd154c5 pc afd11dc4 cpsr 40000030 | |
10-03 00:54:30.523: INFO/DEBUG(30): #00 pc 00011dc4 /system/lib/libc.so |