Joined March 2013
·
Achievements
69 Karma
0 Total ProTip Views

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

Komodo Dragon
Have at least one original repo where Java is the dominant language

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

Python
Would you expect anything less? Have at least one original repo where Python is the dominant language

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

Raven
Have at least one original repo where some form of shell script is the dominant language

Mongoose
Have at least one original repo where Ruby is the dominant language
Alternatively you can type "ps x" in terminal find ruby and then type "kill -9 <pid>" where <pid> is the number in the first column on the row of ruby (or whichever process you want).
Warning: that wouldn't let your process to execute any exit routines and just gets rid off the process. It should do the trick for WEBrick though. For safer quit strategy try "kill -3 <pid>"