Joined July 2012
·
Posted to
Extract your external IP using command line tools
over 1 year
ago
My favorite one is dig +short myip.opendns.com @resolver1.opendns.com
Posted to
The best todo list app for any developer
over 1 year
ago
There's no need to be such an a**hole with the comments, smartasses. :D
Posted to
Git - Autocorrect spelling
over 1 year
ago
Great tip! I'm glad that I won't need to fight with my crazy fingers anymore. Thanks!
Achievements
78 Karma
466 Total ProTip Views

Altruist
Increase developer well-being by sharing at least 20 open source projects

Forked
Have a project valued enough to be forked by someone else

Mongoose 3
Have at least three original repos where Ruby is the dominant language

Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos

Charity
Fork and commit to someone's open source project in need

Mongoose
Have at least one original repo where Ruby is the dominant language

Raven
Have at least one original repo where some form of shell script is the dominant language
How about with one line?
ruby -run -e httpd . -p 3000
:)