This is assignment 3 for Distributed Systems Crawler.java takes URL input from countWordsInSite.cpp through pipes. Crawler uses the jsoup library to collect all the words in the HTML document and return them to the cpp program using pipes
This was the semester long project for Topics in Computer Science The goal was to model the movements of a small robot. Significantly more indepth details are in the report The files that I created alone where Point.java, PointGraph.java and RectIntersect.java
This was my first grad level course called Software Testing and Quality Assurance. Two different assignments exist in here both focusing on writing unit tests in JUnit. Skeleton files were provided only for the main classes (DateObj, ShoppingCart, Product) but the functionality was our portion as well as creating the tests from scratch