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
:%s/\r/\r/g |
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 reinstall 1.9.3-p362 --patch ./2741a598ff9e561c71eb39a57bb19c0a3205eaef.patch |
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 vorbis-tools | |
brew install mpg321 | |
mpg321 bgm.mp3 -w raw && oggenc raw -o bgm.ogg |
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 IlmBase | |
brew install qt | |
//export C_INCLUDE_PATH=/usr/include/python2.7:$C_INCLUDE_PATH | |
//export CPLUS_INCLUDE_PATH=/usr/include/python2.7:$CPLUS_INCLUDE_PATH | |
-framework Python | |
http://qt-project.org/wiki/PySide_Binaries_MacOSX |
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
set colorcolumn=80 |
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
Recompile: src/rebar_xref | |
Uncaught error in rebar_core: {'EXIT', | |
{badarg, | |
[{re,run, | |
[[45,97,114,99,104,32,105,51,56,54,32,8211, | |
97,114,99,104,32,120,56,54,95,54,52], | |
"\\${?(\\w+)}?", | |
[global,{capture,all_but_first,list}]], | |
[{file,"re.erl"},{line,639}]}, | |
{rebar_port_compiler,expand_vars_loop,4, |
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
curl -s http://www.hko.gov.hk/wxinfo/ts/text_readings_e.htm | grep -m1 "Ta Kwu Ling" | tr -s \ - |
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
echo http://download.microsoft.com/download/B/7/2/B72085AE-0F04-4C6F-9182-BF1EE90F5273/Windows_7_IE9.part0{1.exe,2.rar,3.rar,4.rar,5.rar,6.rar,7.rar} | tr ' ' '\n' | aria2c --max-connection-per-server=16 --max-concurrent-downloads=16 --split=16 -i - |
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
io:format("~p~n",[code:get_path()]). |
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 --HEAD --env=std https://raw.github.com/gist/1955470/c58bda92f07147afff64a86d0c2d8ef65adb9cd6/elixir.rb |