Projects

andOne

andOne is my personal assistant while watching NBA. It can be used to look up a team roster or the stats of your favourite player. Hey, it can even compare year on year stats for a player. It’s also an experiment to prove that it’s possible to create command-line applications with good user experience.

nikeandphp

I built nikeandphp when I started learning php. I was very much into running then and tracked all my runs in Nike plus running. Unfortunately, Nike is a closed ecosystem which does not provide an API. This library uses some dark alleys to talk to Nike.

xmlGraph

xmlGraph is one of my earlier projects. I wanted to compare two really huge xml files. They were so huge that building a DOM tree will eat up all the available memory. The alternative was to transform them into graph objects and then compare them. xmlGraph is a byproduct to convert xml to a Neo4j graph object

forexify

forexify is super minimal and is used to get the latest forex rates. I build this when I was learning NodeJs. It was used as a training ground to explore the async ecosystem of NodeJs.

footie-team-sorter

The goal of footie-team-sorter is to help build balanced football teams. It was meant to help out a good friend who organises football matches.

csvWizard

csvWizard is used to compare two csv files and generate a diff report in HTML.