Joined September 2013
·
Achievements
59 Karma
0 Total ProTip Views

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
Have at least one original repo where Ruby is the dominant language

Bear
Have at least one original repo where Objective-C is the dominant language

T-Rex
Have at least one original repo where C is the dominant language
@eskimoblood Its just AppleScript. Can easily be made to work with different browsers.. For Safari:
tell application "Safari" to tell the current tab of its first window
do JavaScript "window.location.reload()"
end tell