Animatronic Penguin

An early class at Olin, Design Nature, had a team and I create a nature inspired robot capable of transporting appropriate items. We made a bipedal penguin, which could carry (fake) fish in its mouth and traverse a maze.

Audializer

The Audializer was a Signals and Sytems project where a team and I created software that would convert an image into sound. The project was coded in both matlab and python.

EC-TEL

A team and I presented a poster paper for the European Conference on Technology Enhanced Learning in 2012. The paper was on collaborative learning in a classroom environment, especially for novice programmers.

Freedom Toaster

A freedom toaster is a peice of hardware that is capable of burning copies of open source hardware. At Washington Lee Highschool the IT club and I constructed our own toaster from an old Kodak photo kiosk

Image Manipulation API

A team and I made a image manipulation API in python that is capable of preforming edge detection, gaussian blur, rotation and other common image operations.

Pendulum Simulation

This was a modeling of a multiple pendulum system where the bobs are connected by springs. This simulation was made in Matlab and due to vectorized inputs, supports many different kinds of changes to the system like initial position and velocity in three deminsions.

Neural Network API

I created a Neural Network API in python from scratch. A neural network is series of inter-connected nodes, that upon evaluation, preform a certain task. They are mostly used for object recognition and classification.

This API supports feed-foward, single output neural networks and trains the networks using my implementation of the back propagation algorithm.

Investigation of Split TCP

A group and I designed and ran tests on the split TCP protocol. All code was written in C.

Search Engine

A team and I created a rudementary search engine. The crawler was multi threaded and would find sites, organize them in a database and allow key word searches. All code was written in Java.

This Website

This website is a place where I can put my accomplishments and projects. It is written from scratch using html, css and php