Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 903 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 903 Bytes

Collection

Granados_HW3

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

Group4Submission

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

SE433

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