Want to create a Gist from your editor, the command line, or the Services menu? Here's how.
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
git remote show origin | grep Fetch | sed -e 's/^.*://' -e '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
if git --version 2>&1 >/dev/null ; then | |
# do stuff | |
fi |
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
Recently I've reinstalled OS X Lion on a clean HDD, after having installed XCode 4.2 | |
through the App Store I've ran into a lot of problems when I tried to use HomeBrew | |
(http://mxcl.github.com/homebrew/) or ruby-build (https://github.com/sstephenson/ruby-build). | |
This is a know problem see: https://github.com/mxcl/homebrew/issues/6852 or | |
https://github.com/sstephenson/ruby-build/issues/62. | |
* the problem is that (so for as I understand it) XCode 4.2 includes only the llvm-gcc | |
compiler while homebrew/ruby-build depend (partially) on gcc (non-llvm) * |
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
[General] | |
sLanguage=ENGLISH | |
uGridsToLoad=7 | |
uExterior Cell Buffer=64 | |
iPreloadSizeLimit=262144000 | |
[Display] | |
fShadowLODMaxStartFade=1000.0 | |
fSpecularLODMaxStartFade=2000.0 | |
fLightLODMaxStartFade=3500.0 |