Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »

Sleepbot ZZ 0.94 › Comments

Sleepbot ZZ 0.94
JavaScript APIs you’ve never heard of (and some you have) - http://www.slideshare.net/nzakas...
childNodes, nextElementSibling, Element.contains, insertAdjacentHTML, outerHTML + detached Element, createHTMLDocument, querySelector, setSelectionRange, Document.activeElement, new FormData(HTMLFormElement) + .append, xhr.upload.onprogress, xhr.ontimeout, xhr.responseType + 'arraybuffer' + Uint16Array, [VENDOR]matchesSelector, getBoundingClientRect, Window.matchMedia + addListener + e.matches - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
Canonicalization in JavaScript (Flyweight) - https://github.com/raganwa...
Canonicalization in JavaScript - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
archan937/templayed.js · GitHub - fastest and smallest Mustache compliant - https://github.com/archan9...
Hogan.js - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
Harmony of Dreams Come True | Brendan Eich - https://brendaneich.com/2012...
Default parameters, Rest parameters (varargs), Spread in array literals (splat), for-of iteration, Map, Set, WeakMap, Iterator, Proxy, __noSuchMethod__, __proto__, Number.isNaN - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
"coordinated views", "we built it to power analytics for Square Register, allowing merchants to slice and dice their payment history fluidly." - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
Ruby port of Scala's Option monad - boxed value (i.e., value exists or is it empty?) - http://robares.com/2012...
deal with a boxed value in certain terms (i.e., does the value exist or is it empty?) - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
Introduction to JavaScript Source Maps - HTML5 Rocks - http://www.html5rocks.com/en...
Demo: Get original location - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
Is it live? | Tenderlovemaking - Rails 4.0 + Live Streaming. - http://tenderlovemaking.com/2012...
rb-fsevent - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
High-Performance, Garbage-Collector-Friendly Code - Build New Games - http://buildnewgames.com/garbage...
gamecore.js - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
Five things you didn't know the web could do | Feature | .net magazine - http://www.netmagazine.com/feature...
CSS Flexbox, HTML5 data-* attributes, getUserMedia, Stream multimedia - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
Sprite Cow - Generate CSS for sprite sheets - http://www.spritecow.com/
Sprite Cow helps you get the background-position, width and height of sprites within a spritesheet as a nice bit of copyable css. - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
Review: Jason Reitman's Live Read of THE PRINCESS BRIDE - News - GeekTyrant - http://geektyrant.com/news...
?log=out - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
What kind of Muppet are you, chaos or order? - Slate Magazine - http://www.slate.com/article...
Thus, if you’re in a long-term relationship with a Chaos Muppet, there’s a pretty good chance you’re Bert. If you’re married to an Order Muppet, you may well be the Swedish Chef. And by all that is holy, don’t marry your same type if you can help it. That’s where Baby Elmos come from. - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
Scrolling shadows (scroll + local) by @kizmarh and @leaverou — Gist - https://gist.github.com/2462915...
Scrolling shadows by @kizmarh and @leaverou - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
daemons decided to stop running on a couple of occasions - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
Realtime Search: Solr vs Elasticsearch | Socialcast Engineering - http://engineering.socialcast.com/2011...
Elasticsearch takes it to the next level with an architecture for creating modern realtime search applications - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
Movies as code - Free your coding mind - http://moviesascode.net/
while(!getBusyLiving()) {     getBusyDying(); } - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
Ember.js - Documentation - http://emberjs.com/
The President of the United States is {{MyApp.president.fullName}}. - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
List of Unicode characters - Wikipedia, the free encyclopedia - http://en.wikipedia.org/wiki...
Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
Blazing fast node.js: 10 performance tips from LinkedIn Mobile | LinkedIn Engineering - http://engineering.linkedin.com/nodejs...
Sleepbot ZZ 0.94
christkv/node-mongodb-native - GitHub - https://github.com/christk...
git://github.com/christkv/node-mongodb-native.git - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
John Resig - Simple JavaScript Inheritance - http://ejohn.org/blog...
/* Simple JavaScript Inheritance  * By John Resig http://ejohn.org/  * MIT Licensed.  */ // Inspired by base2 and Prototype (function(){   var initializing = false, fnTest = /xyz/.test(function(){xyz;}) ? /\b_super\b/ : /.*/;   // The base Class implementation (does nothing)   this.Class = function(){};     // Create a new Class that inherits from this class   Class.extend = function(prop) {     var _super = this.prototype;         // Instantiate a base class (but only create the instance,     // don't run the init constructor)     initializing = true;     var prototype = new this();     initializing = false;         // Copy the properties over onto the new prototype     for (var name in prop) {       // Check if we're overwriting an existing function       prototype[name] = typeof prop[name] == "function" &&         typeof _super[name] == "function" && fnTest.test(prop[name]) ?         (function(name, fn){           return function() {             var tmp = this._super; - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
Troubleshooting / 101 browse — TextMate Wiki - http://wiki.macromates.com/Trouble...
~/Library/Application Support/TextMate - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
blog.reddit -- what's new on reddit: Why reddit was down for 6 of the last 24 hours. - http://origin.reddit.com/2011...
Sleepbot ZZ 0.94
electro-swing.com | Category Archive | Podcast - http://electro-swing.com/podcast...
Play in new window - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
Nowhere to Hide: Assessing Your Work Reputation Online: Tech News and Analysis « - http://gigaom.com/2011...
whether - Sleepbot ZZ 0.94
Sleepbot ZZ 0.94
jcole’s weblog: Jeremy Cole’s take on life. » Blog Archive » The MySQL “swap insanity” problem and the effects of the NUMA architecture - http://jcole.us/blog...
flattr - Sleepbot ZZ 0.94
Other ways to read this feed:Feed readerFacebook