Joined March 2012
·
Achievements
80 Karma
0 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked 20
Have an established project that's been forked at least 20 times
Octopussy
Have a repo followed by a member of the GitHub team
Opabinia
Started social coding on GitHub within 6 months of its first signs of life
Lemmings 100
Write something great enough to have at least 100 watchers of the project
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
Mongoose
Have at least one original repo where Ruby is the dominant language
For those of you who, like me, are pounding your head on the table for the past 2 days, be advised:
in the line
header = {"Content-Type": "multipart/form-data, boundary=#{BOUNDARY}"}
after form-data there's a comma [,], but it should be a semicolon[;]
Anyway, thanks for the (otherwise excelent) post