Most underscore js related news are at:
Shipping and the art of Getting *Thing* Done 15 Apr 2013 | 06:14 pm
tldr; Bigger blocks of focused time results in more ships. My career began in a cube farm over fifteen years ago. It seemed everyone at that time had a Franklin Planner and could enumerate their big ...
I don't know jack (yet) 4 Mar 2013 | 12:18 am
My head is still spinning from Tim Caswell's lightning talk at Big Ruby where he showed off jack, his new programming language. (I'll post a link to the video when it's available. The gamepad-driven d...
More underscore js related news:
Function#debounce Useful JavaScript Game Extension #36 strd6.com 28 Nov 2011 | 04:56 pm
I got this from Underscore.js. Already I can see an important use for it. In the code editor we copy out the buffer every keyup. This can lead to a bunch of extra work for the browser when typing. Us...
Playing with Underscore.js kyokasuigetsu25.wordpress.com 21 Apr 2012 | 12:14 am
In this tutorial I’m going to introduce to you a JavaScript Library called Underscore.js. It’s a library used to make your life easier as a Javascript developer. It has a bunch of different functions ...
Extending built-in native objects. Evil or not? perfectionkills.com 9 Aug 2011 | 06:56 am
Few days ago, Nick Morgan asked my opinion on extending native objects. The question came up when trying to answer — “why doesn’t underscore.js extend built-ins”? Why doesn’t it define all those Array...
Extending Underscore.js - findOr hackingon.net 8 Jun 2012 | 10:57 am
As good as underscore.js is, sometimes you want to add functions of your own, and you can, using the mixin() function. findOr Underscore has a find method that returns the first element of a collect...
WordPress 3.5: Backbone.js und Underscore.js; Adios Prototype und script.aculo.us wpgrafie.de 23 Aug 2012 | 10:01 pm
Während des gestrigen Entwickler Chats waren die JavaScript Bibliotheken in WordPress großes Thema. Das Ergebnis: jQuery und jQuery UI wurden aktualisiert, Backbone.js und Underscore.js werden in den...
【Underscore.js】eachの使い方と解説 cotapon.org 5 Feb 2013 | 05:30 am
明けましておめでとうございます!2013年最初の投稿です^^; ちょっとだけサクッと近況報告で、年末年始は色々ありまして、2月に入ってから少し落ち着き、1月20日に入籍しました。とまぁ、近況はこんなもんで。(´∀`∩) [...] Related posts: 【Node.js】Objectメソッドをdumpして中身を見る方法
Code of the Day: Chop up an array into groups using Underscore.js bateru.com 13 Feb 2013 | 10:20 am
Shrink an array into a group of smaller arrays using underscore.js // Make sure to include underscore.js _.mixin({ chunk : function (array, unit) { if (!_.isArray(array)) return array; unit = Math.abs...
underscore.js: imprescindible para cuando tu código javascript necesita ser más sencillo y potente juantomas.net 29 Mar 2013 | 02:36 pm
Analizando el código de lector de feeds newsblur he descubierto underscore.js. Esta librería extiende javascript con bastantes clases muy útiles sobre todo cuando tu código javascript empieza a compli...
Backbone.js, Underscore.js, Twitter Bootstrap, Node.js, Express, MongoDB mabp.kiev.ua 4 May 2013 | 01:30 pm
Задался вопросом, как же все это совместить и как ни странно, нашел готовый пример на гитхабе. Поковырявшись в нем пару часов, я понял, что он все еще работает и решил залить обратно в гитхаб. Можети ...
Backbone.js, Underscore.js, Twitter Bootstrap, Node.js, Express, MongoDB mabp.kiev.ua 4 May 2013 | 01:30 pm
Задался вопросом, как же все это совместить и как ни странно, нашел готовый пример на гитхабе. Поковырявшись в нем пару часов, я понял, что он все еще работает и решил залить обратно в гитхаб. Можети ...