Joined February 2012
·
Achievements
139 Karma
0 Total ProTip Views

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

Lab
Have at least one original repo where C# is the dominant language

Nephila Komaci
Have at least one original repos where PHP is the dominant language

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

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

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

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

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

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

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

T-Rex 3
Have at least three original repos where C is the dominant language

T-Rex
Have at least one original repo where C is the dominant language
@leoj3n in JavaScript (unlike PHP) the $ sign is an ordinary symbol when used in a variable name, just like a letter or an underscore. It doesn’t change anything as far as the interpreter is concerned. For programmers, it can be a useful way to identify variables that hold jQuery objects, like @brombomb mentioned.