Projects
-
wordnet visualization
An interactive visualization of the Princeton WordNet database.
-
nblas
Node.js C++ bindings for all single- and double-precision CBLAS (Basic Linear Algebra Subprograms) routines.
-
sshync
Auto-sync files or directories over SSH using rsync and fs.watch().
-
cryptochat
Encrypted P2P chat over ICMP (Internet Control Message Protocol). Uses raw-socket for ICMP handling.
-
vectorious
A high performance linear algebra library written in JavaScript, which can be used both in node.js and the browser.
-
neural network ocr
Trains a multi-layer perceptron (MLP) neural network to perform optical character recognition (OCR) using Synaptic.
-
hopfiled color recognition
Trains a Hopfield recurrent neural network to recognize colors using Synaptic.
-
griderator
A simple CSS grid generator for Node.js that supports any width unit (px, %, em, you name it), any amount of columns, gutters (currently in the form of padding) and collapsing at supplied width. Generates CSS to a file, to a string or to a javascript array.
-
scrabbler
Generates all valid english words from a given combination of letters and scores them according to the scrabble tile distribution. Uses the SOWPODS dictionary.
-
lurk
A Python script which extracts HTML from web pages that match a certain CSS pattern.