Sunday, 26 May 2013
Interesting Snippets from 2013-05-26
-
gif.js
Full-featured JavaScript GIF encoder that runs in your browser.
-
dtao/lazy.js ยท GitHub
Lazy.js it a utility library for JavaScript, similar to Underscore and Lo-Dash but with one important difference: lazy evaluation (also known as deferred execution). This can translate to superior performance in many cases, especially when dealing with large arrays and/or "chaining" together multiple methods. For simple cases (map, filter, etc.) on small arrays, Lazy's performance should be similar to Underscore or Lo-Dash.
-
HelloJS | collection of examples for javascript libraries
HelloJS is a collection of examples for Javascript libraries. Browse through source or get hands-on by deploying code to Dropbox More than just snippets, HelloJS gives you multi-file "hello world" examples. Edit them with your own desktop editor. Your changes are automatically synchronized to a test website on Backlift.