13 Mar 13
Entity mention disambiguation database from Google
04 Mar 13
24 Feb 13
30 Dec 12
27 Dec 12
09 Dec 12
05 Dec 12
20 Nov 12
This project is an attempt to build re-usable charts and chart components for d3.js without taking away the power that d3.js gives you. This is a very young collection of components, with the goal of keeping these components very customizeable, staying away from your standard cookie cutter solutions.
D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.
17 Oct 12
01 Sep 12
Optimizing certain kinds of table joins using probabilistic methods.
13 Aug 12
23 Apr 12
Access data remotely from postgresql
05 Apr 12
05 Mar 12
A redis-like wrapper for javascript data storage using localStorage as the default persistent data-store.
16 Feb 12
23 Jan 12
MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.