These are my homework assignments for CS680 from my UMass Boston masters program in CS.
This assignment includes the files:
- HW1/src/edu/umb/cs680/hw01/PrimeGenerator.java
- HW1/src/edu/umb/cs680/hw01/PrimeGeneratorTest.java
- HW1/bin/edu/umb/cs680/hw01/PrimeGenerator.class
- HW1/bin/edu/umb/cs680/hw01/PrimeGeneratorTest.class
This assignment includes the following files:
- HW2-2/hw02.xml
- HW2-2/src/edu/umb/cs680/hw02/Calculator.java
- HW2-2/test/src/edu/umb/cs680/hw02/CalculatorTest.java
This assignment includes the following files:
- HW3/build.xml
- HW3/src/edu/umb/cs680/hw02/PrimeGenerator.java
- HW2-2/test/src/edu/umb/cs680/hw02/PrimeGeneratorTest.java Note, since the ant file is called build.xml one only needs to type ant in the terminal to build the project. This is the case of all other projects built with ant.
This assignment inlcides the
- HW4/test/src/edu/umb/cs680/hw04/students/StudentTest.java
- HW4/build.xml
- HW4/HW4.iml
- HW4/src/edu/umb/cs680/hw04/students/StudentStatus.java
- HW4/src/edu/umb/cs680/hw04/students/StudentFactory.java
- HW4/src/edu/umb/cs680/hw04/students/Student.java