Joined November 2012
·
Achievements
67 Karma
0 Total ProTip Views

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

T-Rex
Have at least one original repo where C is the dominant language

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

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

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

Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Beware the runtime complexity - a.shift() is much more expensive than a.pop() (O(N) vs. O(1) amortized). In practical terms, on a 100k element array you'll have a pause that feels like 10 seconds.