Joined May 2011
·
Achievements
96 Karma
455 Total ProTip Views

Honey Badger 3
Have at least three Node.js specific repos

Honey Badger
Have at least one original Node.js-specific repo

Epidexipteryx
Have at least one original repo where C++ is the dominant language

Kona
Have at least one original repo where CoffeeScript is the dominant language

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

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

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

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

Mongoose
Have at least one original repo where Ruby is the dominant language
"A handy Array method that essentially finds and removes an item from an array in one go"
Ruby on its own already has this (Array#reject!) :
@links.reject!{|link| link.match /wikipedia.com/ } </code>