Joined June 2013
·
Achievements
50 Karma
0 Total ProTip Views
Nephila Komaci 3
Have at least three original repos where PHP 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
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Charity
Fork and commit to someone's open source project in need
You may want to add this;
String.prototype.trim = function() {
return this.replace(/^\s+/g,'').replace(/\s+$/g,'');
}