LinkedIn GitHub

2020

AChord


AChord Link

Team project for string instrument voicing Android Application. Our group submitted this to the Consortium of Computing Sciences in Colleges, where it won 3rd place.

Lexos


Lexos Homepage Lexos GitHub

A Capstone project that I originally worked on in 2019 for an internship, Lexos is a lexical analysis and text mining tool conceived and developed by teams of Wheaton College undergraduates for over a decade.

2019

Practice Pizza Company Website


Pizza Project

A teamwork project meant to employ our understanding of cookies and of web design for mobile devices.

Multi-Threaded Game of Life


Download .ZIP

A class final project designed with a peer where we took a Game of Life simulator we had designed earlier in the semester and employed our newfound knowledge of multi-threading to refactor the project.

Password "Cracker"


Download .ZIP

A partnered class project in which we were tasked with writing a complex multithreaded program with Producer and Consumer threads with the goal of solving a 'mystery' password.

My Old Website


Old Website

My original personal homepage that I designed for a web development class. (NOTE: Some of the links require php to function and will not run here)

C Linux Commands


Download .ZIP

A class project where we wrote basic Linux commands (sort, cp, cat, etc) in the C language.

2018

Convex Hull Finder


Download .ZIP

A class project I worked on with a peer, in which we were tasked with writing a program to find the convex hull of a set of data points (provided by a file).

Binary Search Tree implementation


Download .ZIP

A class-assigned implementation of a Binary Search Tree class with helpful features provided.