Joined February 2013
·
Achievements
543 Karma
111,497 Total ProTip Views
Kona
Have at least one original repo where CoffeeScript is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
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
Bear
Have at least one original repo where Objective-C is the dominant language
Checkout this lib http://adambom.github.io/parallel.js/ :)
or:
.yourDiv{ display: box; box-orient: horizontal; box-pack: center; box-align: center }
Thank's for the reminder, I always rage so much when I have to install this gem on OSX...
http://brunch.io
@nevir Thanks!
@mdeiters Mind blowing, they should change the icon.
@avenger7x Good solution, but slow one. I'm doing JavaScript on iOS devices and that sucks... I did a JSPerf to compare : http://jsperf.com/uniquearraycoderwall
@dpashkevich Yep, you're right. Thanks.
Thank's @mattheath !
I use xtrafinder (http://www.trankynam.com/xtrafinder/) to have these options :)
I found that Zepto is kinda slower than jQuery in severals case, like this one : http://jsperf.com/zepto-vs-jquery-element-creation/5
If you don't know oh-my-zsh, you must try it!
@blaxus this is good, we use for our API Routes the gem https://github.com/mattetti/Weasel-Diesel (if you are working on Rails)
I prefere this way much more, compatible zepto and no deprecated. And you should watch only once for the event:
$('#animateme').addClass('animate').one('webkitAnimationEnd...', function(){$(this).removeClass('animate')});