Tuesday, 22 April 2014
Interesting Snippets from 2014-04-22
-
The PourOver Book · PourOver
PourOver is a library for simple, fast filtering and sorting of large collections – think 100,000s of items – in the browser. It allows you to build data-exploration apps and archives that run at 60fps, that don’t have to to wait for a database call to render query results.
-
morris.js
good-looking charts shouldn't be difficult
-
mdom/dategrep · GitHub
dategrep searches the named input files for lines matching a date range and prints them to stdout. If dategrep works on a seekable file, it can do a binary search to find the first and last line to print pretty efficiently. dategrep can also read from stdin and compressed files, but it has to parse every single line until the end of the range for those.