Projects

Here are some of the projects I have created.

Constant Q Transform

In this project, someone can view all the pitches in a piece of music. ConstantQJs utilizes Benjamin Blankertz's algorithm implementing the Constant Q Transform.

Live Demo

CalendarMaker

Generates powerpoint of year long calendar with custom events, pictures and banners written with react, material ui and PptxGenJS

Live Demo

PSDtoSVG

Using python, this app creates an svg by generating svg paths for all layers of an svg except for the bottom most layer. The bottom most layer is converted to a dataurl to be embedded in the svg. The generated svg can be utilized for various data visualizations.

Live Demo

MapMaker

Generates a map of the world with a map for a particular country superimposed using angular 2 and js canvas for image rendering. The generated image is divided into quarters for easy printing.

Live Demo

Seam Carve

Scala implementation of the Seam-Carving Algorithm. This project was first created in 2013. The project utilizes play framework, xuggle, nodejs/npm/gulp, material ui, fancybox, jquery, react, react dropzone, react swipeable views, and whammy.

Live Demo

NPuzzle

Android NPuzzle game with an A* search algorithm for solving.

CSPSolver

Scheduling program based on the AC-3 algorithm utilizing Apache POI API to import from excel documents written in Scala.

SpellChecker

Spell-checking algorithm built in C, which loads and unloads a dictionary file and checks words in a dictionary utilizing a self-developed hash map with buckets.

Concentration Game

Memory-style game built in Java AWT and Swing, which can be configured to either use images or text for pairs.