Joined November 2012
·
Posted to
sudo: Drop root privileges
over 1 year
ago
@Guillaume: don't you have nice co-workers??? :)
Posted to
Be warned when having more than 1 git stash
over 1 year
ago
Indeed it can be complicated once you stash more and more. But a very nice thing is to name your stashes. So when running git stash list you will receive a nice list of stashes with a name you defined. So it may help you to now forget what you actually stashed :)
Posted to
Getting RMagick working with Mountain Lion
over 1 year
ago
sudo chown -R <user> /usr/local
brew update
brew tap homebrew/dupes
brew install apple-gcc42
- then -
gem uninstall rmagick
brew uninstall imagemagick
brew install --fresh imagemagick
gem install rmagick
Posted to
Parse a .rvmrc file using a Regex
over 1 year
ago
It works even whithout having specified a gemset in your .rvmrc. Your rubular does not seem to test it, even though it works :)
Posted to
Simple is better than complex.
over 1 year
ago
Zen!
Achievements
25 Karma
527 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
Nephila Komaci
Have at least one original repos where PHP is the dominant language
I guess this tip is useful to other mobile platforms as well. Not necessarily to Android only, but also if you want to have a cross-platform/cross-hardware UUID.
br