Friday, 04 January 2013
Interesting Snippets from 2013-01-04
-
javallone/regexper ยท GitHub
Code for the http://www.regexper.com/ site.
-
Numeral.js
A javascript library for formatting and manipulating numbers.
-
D3.js Tutorials, Screencasts and a Newsletter | DashingD3js.com
Learn how to make Data Visualizations with D3.js
-
Revisiting JavaScript Objects | LakTEK (Lakshan Perera)
One of the main focuses of ES5, has been to improve the JavaScript's object structure and manipulation. The features it introduced do make lot of sense, especially if you're working with large and complex applications.