Joined September 2012
·
Posted to
Xcode armv7 warning
over 1 year
ago
Also... be sure not to have any device connected!!!
Posted to
for...in vs. for
over 1 year
ago
@passcod nice :)
Posted to
for...in vs. for
over 1 year
ago
You could also do it in a more compact way:
var count = 0;
anArray.forEach( function(x, i) { if ( x != null ) count++; } );
Posted to
The Shapes of Css
over 1 year
ago
@bashir I would have thumb-up this one, but since the real source is not mentioned I won't.
Posted to
Cool Android Libraries
over 1 year
ago
ViewPagerIndicator seems really a good one. Thanks!
Achievements
255 Karma
13,667 Total ProTip Views
Lemmings 100
Write something great enough to have at least 100 watchers of the project
Altruist
Increase developer well-being by sharing at least 20 open source projects
24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2013
Raven
Have at least one original repo where some form of shell script is the dominant language
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Forked
Have a project valued enough to be forked by someone else
Kona
Have at least one original repo where CoffeeScript is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Honey Badger
Have at least one original Node.js-specific repo
Mongoose
Have at least one original repo where Ruby is the dominant language
Bear 3
Have at least three original repos where Objective-C is the dominant language
Bear
Have at least one original repo where Objective-C is the dominant language
Charity
Fork and commit to someone's open source project in need
Awesome! Thanks ^^