diff --git a/03_Sep13_2022/pom.xml b/Assignments/03_Sep13_2022/pom.xml similarity index 100% rename from 03_Sep13_2022/pom.xml rename to Assignments/03_Sep13_2022/pom.xml diff --git a/03_Sep13_2022/src/main/java/com/calebfontenot/_sep13_2022/LeapYear.java b/Assignments/03_Sep13_2022/src/main/java/com/calebfontenot/_sep13_2022/LeapYear.java similarity index 100% rename from 03_Sep13_2022/src/main/java/com/calebfontenot/_sep13_2022/LeapYear.java rename to Assignments/03_Sep13_2022/src/main/java/com/calebfontenot/_sep13_2022/LeapYear.java diff --git a/Assignments/03_Sep13_2022/target/classes/com/calebfontenot/_sep13_2022/LeapYear.class b/Assignments/03_Sep13_2022/target/classes/com/calebfontenot/_sep13_2022/LeapYear.class new file mode 100644 index 0000000..9ccca69 Binary files /dev/null and b/Assignments/03_Sep13_2022/target/classes/com/calebfontenot/_sep13_2022/LeapYear.class differ diff --git a/Assignments/03_Sep13_2022/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Assignments/03_Sep13_2022/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..7235f26 --- /dev/null +++ b/Assignments/03_Sep13_2022/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1 @@ +com/calebfontenot/_sep13_2022/LeapYear.class diff --git a/Assignments/03_Sep13_2022/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Assignments/03_Sep13_2022/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..72780b1 --- /dev/null +++ b/Assignments/03_Sep13_2022/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1 @@ +/home/caleb/NetBeansProjects/ADSV Java/03_Sep13_2022/src/main/java/com/calebfontenot/_sep13_2022/LeapYear.java diff --git a/Lab1/pom.xml b/Assignments/Lab1/pom.xml similarity index 100% rename from Lab1/pom.xml rename to Assignments/Lab1/pom.xml diff --git a/Lab1/src/main/java/com/calebfontenot/lab1/Lab1.java b/Assignments/Lab1/src/main/java/com/calebfontenot/lab1/Lab1.java similarity index 100% rename from Lab1/src/main/java/com/calebfontenot/lab1/Lab1.java rename to Assignments/Lab1/src/main/java/com/calebfontenot/lab1/Lab1.java diff --git a/Lab1CalebFontenot/pom.xml b/Assignments/Lab1CalebFontenot/pom.xml similarity index 100% rename from Lab1CalebFontenot/pom.xml rename to Assignments/Lab1CalebFontenot/pom.xml diff --git a/Lab1CalebFontenot/src/main/java/ShowLogicErrors.java b/Assignments/Lab1CalebFontenot/src/main/java/ShowLogicErrors.java similarity index 100% rename from Lab1CalebFontenot/src/main/java/ShowLogicErrors.java rename to Assignments/Lab1CalebFontenot/src/main/java/ShowLogicErrors.java diff --git a/Lab1CalebFontenot/src/main/java/com/calebfontenot/lab1calebfontenot/Lab1CalebFontenot.java b/Assignments/Lab1CalebFontenot/src/main/java/com/calebfontenot/lab1calebfontenot/Lab1CalebFontenot.java similarity index 100% rename from Lab1CalebFontenot/src/main/java/com/calebfontenot/lab1calebfontenot/Lab1CalebFontenot.java rename to Assignments/Lab1CalebFontenot/src/main/java/com/calebfontenot/lab1calebfontenot/Lab1CalebFontenot.java diff --git a/Lab1CalebFontenot/src/main/java/test.java b/Assignments/Lab1CalebFontenot/src/main/java/test.java similarity index 100% rename from Lab1CalebFontenot/src/main/java/test.java rename to Assignments/Lab1CalebFontenot/src/main/java/test.java diff --git a/Lab1CalebFontenot/target/Lab1CalebFontenot-1.0-SNAPSHOT.jar b/Assignments/Lab1CalebFontenot/target/Lab1CalebFontenot-1.0-SNAPSHOT.jar similarity index 100% rename from Lab1CalebFontenot/target/Lab1CalebFontenot-1.0-SNAPSHOT.jar rename to Assignments/Lab1CalebFontenot/target/Lab1CalebFontenot-1.0-SNAPSHOT.jar diff --git a/Lab1CalebFontenot/target/classes/NewClass.class b/Assignments/Lab1CalebFontenot/target/classes/NewClass.class similarity index 100% rename from Lab1CalebFontenot/target/classes/NewClass.class rename to Assignments/Lab1CalebFontenot/target/classes/NewClass.class diff --git a/Lab1CalebFontenot/target/classes/ShowLogicErrors.class b/Assignments/Lab1CalebFontenot/target/classes/ShowLogicErrors.class similarity index 100% rename from Lab1CalebFontenot/target/classes/ShowLogicErrors.class rename to Assignments/Lab1CalebFontenot/target/classes/ShowLogicErrors.class diff --git a/Lab1CalebFontenot/target/classes/com/calebfontenot/lab1calebfontenot/Lab1CalebFontenot.class b/Assignments/Lab1CalebFontenot/target/classes/com/calebfontenot/lab1calebfontenot/Lab1CalebFontenot.class similarity index 100% rename from Lab1CalebFontenot/target/classes/com/calebfontenot/lab1calebfontenot/Lab1CalebFontenot.class rename to Assignments/Lab1CalebFontenot/target/classes/com/calebfontenot/lab1calebfontenot/Lab1CalebFontenot.class diff --git a/Lab1CalebFontenot/target/classes/test.class b/Assignments/Lab1CalebFontenot/target/classes/test.class similarity index 100% rename from Lab1CalebFontenot/target/classes/test.class rename to Assignments/Lab1CalebFontenot/target/classes/test.class diff --git a/Lab1CalebFontenot/target/maven-archiver/pom.properties b/Assignments/Lab1CalebFontenot/target/maven-archiver/pom.properties similarity index 100% rename from Lab1CalebFontenot/target/maven-archiver/pom.properties rename to Assignments/Lab1CalebFontenot/target/maven-archiver/pom.properties diff --git a/Lab1CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Assignments/Lab1CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst similarity index 100% rename from Lab1CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst rename to Assignments/Lab1CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst diff --git a/Lab1CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Assignments/Lab1CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst similarity index 100% rename from Lab1CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst rename to Assignments/Lab1CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst diff --git a/Lab1CalebFontenot/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/Assignments/Lab1CalebFontenot/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst similarity index 100% rename from Lab1CalebFontenot/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst rename to Assignments/Lab1CalebFontenot/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst diff --git a/Lab2CalebFontenot/lab2CalebFontenot/pom.xml b/Assignments/Lab2CalebFontenot/lab2CalebFontenot/pom.xml similarity index 100% rename from Lab2CalebFontenot/lab2CalebFontenot/pom.xml rename to Assignments/Lab2CalebFontenot/lab2CalebFontenot/pom.xml diff --git a/Lab2CalebFontenot/lab2CalebFontenot/src/main/java/ComputeExpression.java b/Assignments/Lab2CalebFontenot/lab2CalebFontenot/src/main/java/ComputeExpression.java similarity index 100% rename from Lab2CalebFontenot/lab2CalebFontenot/src/main/java/ComputeExpression.java rename to Assignments/Lab2CalebFontenot/lab2CalebFontenot/src/main/java/ComputeExpression.java diff --git a/Lab2CalebFontenot/lab2CalebFontenot/src/main/java/ShowLogicErrors.java b/Assignments/Lab2CalebFontenot/lab2CalebFontenot/src/main/java/ShowLogicErrors.java similarity index 100% rename from Lab2CalebFontenot/lab2CalebFontenot/src/main/java/ShowLogicErrors.java rename to Assignments/Lab2CalebFontenot/lab2CalebFontenot/src/main/java/ShowLogicErrors.java diff --git a/Lab2CalebFontenot/lab2CalebFontenot/src/main/java/ShowRuntimeErrors.java b/Assignments/Lab2CalebFontenot/lab2CalebFontenot/src/main/java/ShowRuntimeErrors.java similarity index 100% rename from Lab2CalebFontenot/lab2CalebFontenot/src/main/java/ShowRuntimeErrors.java rename to Assignments/Lab2CalebFontenot/lab2CalebFontenot/src/main/java/ShowRuntimeErrors.java diff --git a/Lab2CalebFontenot/lab2CalebFontenot/src/main/java/ShowSyntaxErrors.java b/Assignments/Lab2CalebFontenot/lab2CalebFontenot/src/main/java/ShowSyntaxErrors.java similarity index 100% rename from Lab2CalebFontenot/lab2CalebFontenot/src/main/java/ShowSyntaxErrors.java rename to Assignments/Lab2CalebFontenot/lab2CalebFontenot/src/main/java/ShowSyntaxErrors.java diff --git a/Lab2CalebFontenot/lab2CalebFontenot/src/main/java/WelcomeWithThreeMessages.java b/Assignments/Lab2CalebFontenot/lab2CalebFontenot/src/main/java/WelcomeWithThreeMessages.java similarity index 100% rename from Lab2CalebFontenot/lab2CalebFontenot/src/main/java/WelcomeWithThreeMessages.java rename to Assignments/Lab2CalebFontenot/lab2CalebFontenot/src/main/java/WelcomeWithThreeMessages.java diff --git a/Lab2CalebFontenot/lab2CalebFontenot/src/main/java/com/calebfontenot/lab2calebfontenot/Lab2CalebFontenot.java b/Assignments/Lab2CalebFontenot/lab2CalebFontenot/src/main/java/com/calebfontenot/lab2calebfontenot/Lab2CalebFontenot.java similarity index 100% rename from Lab2CalebFontenot/lab2CalebFontenot/src/main/java/com/calebfontenot/lab2calebfontenot/Lab2CalebFontenot.java rename to Assignments/Lab2CalebFontenot/lab2CalebFontenot/src/main/java/com/calebfontenot/lab2calebfontenot/Lab2CalebFontenot.java diff --git a/Lab2CalebFontenot/lab2CalebFontenot/target/classes/ComputeExpression.class b/Assignments/Lab2CalebFontenot/lab2CalebFontenot/target/classes/ComputeExpression.class similarity index 100% rename from Lab2CalebFontenot/lab2CalebFontenot/target/classes/ComputeExpression.class rename to Assignments/Lab2CalebFontenot/lab2CalebFontenot/target/classes/ComputeExpression.class diff --git a/Lab2CalebFontenot/lab2CalebFontenot/target/classes/ShowLogicErrors.class b/Assignments/Lab2CalebFontenot/lab2CalebFontenot/target/classes/ShowLogicErrors.class similarity index 100% rename from Lab2CalebFontenot/lab2CalebFontenot/target/classes/ShowLogicErrors.class rename to Assignments/Lab2CalebFontenot/lab2CalebFontenot/target/classes/ShowLogicErrors.class diff --git a/Lab2CalebFontenot/lab2CalebFontenot/target/classes/ShowRuntimeErrors.class b/Assignments/Lab2CalebFontenot/lab2CalebFontenot/target/classes/ShowRuntimeErrors.class similarity index 100% rename from Lab2CalebFontenot/lab2CalebFontenot/target/classes/ShowRuntimeErrors.class rename to Assignments/Lab2CalebFontenot/lab2CalebFontenot/target/classes/ShowRuntimeErrors.class diff --git a/Lab2CalebFontenot/lab2CalebFontenot/target/classes/ShowSyntaxErrors.class b/Assignments/Lab2CalebFontenot/lab2CalebFontenot/target/classes/ShowSyntaxErrors.class similarity index 100% rename from Lab2CalebFontenot/lab2CalebFontenot/target/classes/ShowSyntaxErrors.class rename to Assignments/Lab2CalebFontenot/lab2CalebFontenot/target/classes/ShowSyntaxErrors.class diff --git a/Lab2CalebFontenot/lab2CalebFontenot/target/classes/WelcomeWithThreeMessages.class b/Assignments/Lab2CalebFontenot/lab2CalebFontenot/target/classes/WelcomeWithThreeMessages.class similarity index 100% rename from Lab2CalebFontenot/lab2CalebFontenot/target/classes/WelcomeWithThreeMessages.class rename to Assignments/Lab2CalebFontenot/lab2CalebFontenot/target/classes/WelcomeWithThreeMessages.class diff --git a/Lab2CalebFontenot/lab2CalebFontenot/target/classes/com/calebfontenot/lab2calebfontenot/Lab2CalebFontenot.class b/Assignments/Lab2CalebFontenot/lab2CalebFontenot/target/classes/com/calebfontenot/lab2calebfontenot/Lab2CalebFontenot.class similarity index 100% rename from Lab2CalebFontenot/lab2CalebFontenot/target/classes/com/calebfontenot/lab2calebfontenot/Lab2CalebFontenot.class rename to Assignments/Lab2CalebFontenot/lab2CalebFontenot/target/classes/com/calebfontenot/lab2calebfontenot/Lab2CalebFontenot.class diff --git a/Lab2CalebFontenot/lab2CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Assignments/Lab2CalebFontenot/lab2CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst similarity index 100% rename from Lab2CalebFontenot/lab2CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst rename to Assignments/Lab2CalebFontenot/lab2CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst diff --git a/Lab2CalebFontenot/lab2CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Assignments/Lab2CalebFontenot/lab2CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst similarity index 100% rename from Lab2CalebFontenot/lab2CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst rename to Assignments/Lab2CalebFontenot/lab2CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst diff --git a/Lab3CalebFontenot/pom.xml b/Assignments/Lab3CalebFontenot/pom.xml similarity index 100% rename from Lab3CalebFontenot/pom.xml rename to Assignments/Lab3CalebFontenot/pom.xml diff --git a/Lab3CalebFontenot/src/main/java/Exercise01_04.java b/Assignments/Lab3CalebFontenot/src/main/java/Exercise01_04.java similarity index 100% rename from Lab3CalebFontenot/src/main/java/Exercise01_04.java rename to Assignments/Lab3CalebFontenot/src/main/java/Exercise01_04.java diff --git a/Lab3CalebFontenot/src/main/java/Exercise01_06.java b/Assignments/Lab3CalebFontenot/src/main/java/Exercise01_06.java similarity index 100% rename from Lab3CalebFontenot/src/main/java/Exercise01_06.java rename to Assignments/Lab3CalebFontenot/src/main/java/Exercise01_06.java diff --git a/Lab3CalebFontenot/src/main/java/Exercise01_07.java b/Assignments/Lab3CalebFontenot/src/main/java/Exercise01_07.java similarity index 100% rename from Lab3CalebFontenot/src/main/java/Exercise01_07.java rename to Assignments/Lab3CalebFontenot/src/main/java/Exercise01_07.java diff --git a/Lab3CalebFontenot/src/main/java/Exercise01_11.java b/Assignments/Lab3CalebFontenot/src/main/java/Exercise01_11.java similarity index 100% rename from Lab3CalebFontenot/src/main/java/Exercise01_11.java rename to Assignments/Lab3CalebFontenot/src/main/java/Exercise01_11.java diff --git a/Lab3CalebFontenot/src/main/java/com/calebfontenot/lab3calebfontenot/Lab3CalebFontenot.java b/Assignments/Lab3CalebFontenot/src/main/java/com/calebfontenot/lab3calebfontenot/Lab3CalebFontenot.java similarity index 100% rename from Lab3CalebFontenot/src/main/java/com/calebfontenot/lab3calebfontenot/Lab3CalebFontenot.java rename to Assignments/Lab3CalebFontenot/src/main/java/com/calebfontenot/lab3calebfontenot/Lab3CalebFontenot.java diff --git a/Lab3CalebFontenot/target/classes/Exercise01_04.class b/Assignments/Lab3CalebFontenot/target/classes/Exercise01_04.class similarity index 100% rename from Lab3CalebFontenot/target/classes/Exercise01_04.class rename to Assignments/Lab3CalebFontenot/target/classes/Exercise01_04.class diff --git a/Lab3CalebFontenot/target/classes/Exercise01_06.class b/Assignments/Lab3CalebFontenot/target/classes/Exercise01_06.class similarity index 100% rename from Lab3CalebFontenot/target/classes/Exercise01_06.class rename to Assignments/Lab3CalebFontenot/target/classes/Exercise01_06.class diff --git a/Lab3CalebFontenot/target/classes/Exercise01_07.class b/Assignments/Lab3CalebFontenot/target/classes/Exercise01_07.class similarity index 100% rename from Lab3CalebFontenot/target/classes/Exercise01_07.class rename to Assignments/Lab3CalebFontenot/target/classes/Exercise01_07.class diff --git a/Lab3CalebFontenot/target/classes/Exercise01_11.class b/Assignments/Lab3CalebFontenot/target/classes/Exercise01_11.class similarity index 100% rename from Lab3CalebFontenot/target/classes/Exercise01_11.class rename to Assignments/Lab3CalebFontenot/target/classes/Exercise01_11.class diff --git a/Lab3CalebFontenot/target/classes/com/calebfontenot/lab3calebfontenot/Lab3CalebFontenot.class b/Assignments/Lab3CalebFontenot/target/classes/com/calebfontenot/lab3calebfontenot/Lab3CalebFontenot.class similarity index 100% rename from Lab3CalebFontenot/target/classes/com/calebfontenot/lab3calebfontenot/Lab3CalebFontenot.class rename to Assignments/Lab3CalebFontenot/target/classes/com/calebfontenot/lab3calebfontenot/Lab3CalebFontenot.class diff --git a/Lab3CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Assignments/Lab3CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst similarity index 100% rename from Lab3CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst rename to Assignments/Lab3CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst diff --git a/Lab3CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Assignments/Lab3CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst similarity index 100% rename from Lab3CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst rename to Assignments/Lab3CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst diff --git a/Lab3_1_CalebFontenot/pom.xml b/Assignments/Lab3_1_CalebFontenot/pom.xml similarity index 100% rename from Lab3_1_CalebFontenot/pom.xml rename to Assignments/Lab3_1_CalebFontenot/pom.xml diff --git a/Lab3_1_CalebFontenot/src/main/java/com/calebfontenot/lab3_1_calebfontenot/Lab3.java b/Assignments/Lab3_1_CalebFontenot/src/main/java/com/calebfontenot/lab3_1_calebfontenot/Lab3.java similarity index 100% rename from Lab3_1_CalebFontenot/src/main/java/com/calebfontenot/lab3_1_calebfontenot/Lab3.java rename to Assignments/Lab3_1_CalebFontenot/src/main/java/com/calebfontenot/lab3_1_calebfontenot/Lab3.java diff --git a/Lab3_1_CalebFontenot/src/main/java/com/calebfontenot/lab3_1_calebfontenot/MilesToKilometers.java b/Assignments/Lab3_1_CalebFontenot/src/main/java/com/calebfontenot/lab3_1_calebfontenot/MilesToKilometers.java similarity index 100% rename from Lab3_1_CalebFontenot/src/main/java/com/calebfontenot/lab3_1_calebfontenot/MilesToKilometers.java rename to Assignments/Lab3_1_CalebFontenot/src/main/java/com/calebfontenot/lab3_1_calebfontenot/MilesToKilometers.java diff --git a/Lab3_1_CalebFontenot/src/main/java/com/calebfontenot/lab3_1_calebfontenot/RunwayLength.java b/Assignments/Lab3_1_CalebFontenot/src/main/java/com/calebfontenot/lab3_1_calebfontenot/RunwayLength.java similarity index 100% rename from Lab3_1_CalebFontenot/src/main/java/com/calebfontenot/lab3_1_calebfontenot/RunwayLength.java rename to Assignments/Lab3_1_CalebFontenot/src/main/java/com/calebfontenot/lab3_1_calebfontenot/RunwayLength.java diff --git a/Lab3_1_CalebFontenot/target/classes/com/calebfontenot/lab3_1_calebfontenot/Lab3.class b/Assignments/Lab3_1_CalebFontenot/target/classes/com/calebfontenot/lab3_1_calebfontenot/Lab3.class similarity index 100% rename from Lab3_1_CalebFontenot/target/classes/com/calebfontenot/lab3_1_calebfontenot/Lab3.class rename to Assignments/Lab3_1_CalebFontenot/target/classes/com/calebfontenot/lab3_1_calebfontenot/Lab3.class diff --git a/Lab3_1_CalebFontenot/target/classes/com/calebfontenot/lab3_1_calebfontenot/MilesToKilometers.class b/Assignments/Lab3_1_CalebFontenot/target/classes/com/calebfontenot/lab3_1_calebfontenot/MilesToKilometers.class similarity index 100% rename from Lab3_1_CalebFontenot/target/classes/com/calebfontenot/lab3_1_calebfontenot/MilesToKilometers.class rename to Assignments/Lab3_1_CalebFontenot/target/classes/com/calebfontenot/lab3_1_calebfontenot/MilesToKilometers.class diff --git a/Lab3_1_CalebFontenot/target/classes/com/calebfontenot/lab3_1_calebfontenot/RunwayLength.class b/Assignments/Lab3_1_CalebFontenot/target/classes/com/calebfontenot/lab3_1_calebfontenot/RunwayLength.class similarity index 100% rename from Lab3_1_CalebFontenot/target/classes/com/calebfontenot/lab3_1_calebfontenot/RunwayLength.class rename to Assignments/Lab3_1_CalebFontenot/target/classes/com/calebfontenot/lab3_1_calebfontenot/RunwayLength.class diff --git a/Lab3_1_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Assignments/Lab3_1_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst similarity index 100% rename from Lab3_1_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst rename to Assignments/Lab3_1_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst diff --git a/Lab3_1_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Assignments/Lab3_1_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst similarity index 100% rename from Lab3_1_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst rename to Assignments/Lab3_1_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst diff --git a/Lab4_1/pom.xml b/Assignments/Lab4_1/pom.xml similarity index 100% rename from Lab4_1/pom.xml rename to Assignments/Lab4_1/pom.xml diff --git a/Lab4_1/src/main/java/com/calebfontenot/lab4_1/DisplayTime.java b/Assignments/Lab4_1/src/main/java/com/calebfontenot/lab4_1/DisplayTime.java similarity index 100% rename from Lab4_1/src/main/java/com/calebfontenot/lab4_1/DisplayTime.java rename to Assignments/Lab4_1/src/main/java/com/calebfontenot/lab4_1/DisplayTime.java diff --git a/Lab4_1/src/main/java/com/calebfontenot/lab4_1/Lab4_1.java b/Assignments/Lab4_1/src/main/java/com/calebfontenot/lab4_1/Lab4_1.java similarity index 100% rename from Lab4_1/src/main/java/com/calebfontenot/lab4_1/Lab4_1.java rename to Assignments/Lab4_1/src/main/java/com/calebfontenot/lab4_1/Lab4_1.java diff --git a/Lab4_1/src/main/java/com/calebfontenot/lab4_1/SalesTax.java b/Assignments/Lab4_1/src/main/java/com/calebfontenot/lab4_1/SalesTax.java similarity index 100% rename from Lab4_1/src/main/java/com/calebfontenot/lab4_1/SalesTax.java rename to Assignments/Lab4_1/src/main/java/com/calebfontenot/lab4_1/SalesTax.java diff --git a/Lab4_1/target/classes/com/calebfontenot/lab4_1/DisplayTime.class b/Assignments/Lab4_1/target/classes/com/calebfontenot/lab4_1/DisplayTime.class similarity index 100% rename from Lab4_1/target/classes/com/calebfontenot/lab4_1/DisplayTime.class rename to Assignments/Lab4_1/target/classes/com/calebfontenot/lab4_1/DisplayTime.class diff --git a/Lab4_1/target/classes/com/calebfontenot/lab4_1/Lab4_1.class b/Assignments/Lab4_1/target/classes/com/calebfontenot/lab4_1/Lab4_1.class similarity index 100% rename from Lab4_1/target/classes/com/calebfontenot/lab4_1/Lab4_1.class rename to Assignments/Lab4_1/target/classes/com/calebfontenot/lab4_1/Lab4_1.class diff --git a/Lab4_1/target/classes/com/calebfontenot/lab4_1/SalesTax.class b/Assignments/Lab4_1/target/classes/com/calebfontenot/lab4_1/SalesTax.class similarity index 100% rename from Lab4_1/target/classes/com/calebfontenot/lab4_1/SalesTax.class rename to Assignments/Lab4_1/target/classes/com/calebfontenot/lab4_1/SalesTax.class diff --git a/Lab4_1/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Assignments/Lab4_1/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst similarity index 100% rename from Lab4_1/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst rename to Assignments/Lab4_1/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst diff --git a/Lab4_1/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Assignments/Lab4_1/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst similarity index 100% rename from Lab4_1/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst rename to Assignments/Lab4_1/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst diff --git a/LabClass_Sep6_CalebFontenot/pom.xml b/Assignments/LabClass_Sep6_CalebFontenot/pom.xml similarity index 100% rename from LabClass_Sep6_CalebFontenot/pom.xml rename to Assignments/LabClass_Sep6_CalebFontenot/pom.xml diff --git a/LabClass_Sep6_CalebFontenot/src/main/java/com/calebfontenot/labclass_sep6_calebfontenot/ComputeTax.java b/Assignments/LabClass_Sep6_CalebFontenot/src/main/java/com/calebfontenot/labclass_sep6_calebfontenot/ComputeTax.java similarity index 100% rename from LabClass_Sep6_CalebFontenot/src/main/java/com/calebfontenot/labclass_sep6_calebfontenot/ComputeTax.java rename to Assignments/LabClass_Sep6_CalebFontenot/src/main/java/com/calebfontenot/labclass_sep6_calebfontenot/ComputeTax.java diff --git a/LabClass_Sep6_CalebFontenot/src/main/java/com/calebfontenot/labclass_sep6_calebfontenot/LabClass_Sep6_CalebFontenot.java b/Assignments/LabClass_Sep6_CalebFontenot/src/main/java/com/calebfontenot/labclass_sep6_calebfontenot/LabClass_Sep6_CalebFontenot.java similarity index 100% rename from LabClass_Sep6_CalebFontenot/src/main/java/com/calebfontenot/labclass_sep6_calebfontenot/LabClass_Sep6_CalebFontenot.java rename to Assignments/LabClass_Sep6_CalebFontenot/src/main/java/com/calebfontenot/labclass_sep6_calebfontenot/LabClass_Sep6_CalebFontenot.java diff --git a/LabClass_Sep6_CalebFontenot/src/main/java/com/calebfontenot/labclass_sep6_calebfontenot/SimpleIfDemo.java b/Assignments/LabClass_Sep6_CalebFontenot/src/main/java/com/calebfontenot/labclass_sep6_calebfontenot/SimpleIfDemo.java similarity index 100% rename from LabClass_Sep6_CalebFontenot/src/main/java/com/calebfontenot/labclass_sep6_calebfontenot/SimpleIfDemo.java rename to Assignments/LabClass_Sep6_CalebFontenot/src/main/java/com/calebfontenot/labclass_sep6_calebfontenot/SimpleIfDemo.java diff --git a/Assignments/LabClass_Sep6_CalebFontenot/target/classes/com/calebfontenot/labclass_sep6_calebfontenot/ComputeTax.class b/Assignments/LabClass_Sep6_CalebFontenot/target/classes/com/calebfontenot/labclass_sep6_calebfontenot/ComputeTax.class new file mode 100644 index 0000000..1764348 Binary files /dev/null and b/Assignments/LabClass_Sep6_CalebFontenot/target/classes/com/calebfontenot/labclass_sep6_calebfontenot/ComputeTax.class differ diff --git a/Assignments/LabClass_Sep6_CalebFontenot/target/classes/com/calebfontenot/labclass_sep6_calebfontenot/LabClass_Sep6_CalebFontenot.class b/Assignments/LabClass_Sep6_CalebFontenot/target/classes/com/calebfontenot/labclass_sep6_calebfontenot/LabClass_Sep6_CalebFontenot.class new file mode 100644 index 0000000..be2a3d7 Binary files /dev/null and b/Assignments/LabClass_Sep6_CalebFontenot/target/classes/com/calebfontenot/labclass_sep6_calebfontenot/LabClass_Sep6_CalebFontenot.class differ diff --git a/Assignments/LabClass_Sep6_CalebFontenot/target/classes/com/calebfontenot/labclass_sep6_calebfontenot/SimpleIfDemo.class b/Assignments/LabClass_Sep6_CalebFontenot/target/classes/com/calebfontenot/labclass_sep6_calebfontenot/SimpleIfDemo.class new file mode 100644 index 0000000..aba2958 Binary files /dev/null and b/Assignments/LabClass_Sep6_CalebFontenot/target/classes/com/calebfontenot/labclass_sep6_calebfontenot/SimpleIfDemo.class differ diff --git a/Assignments/LabClass_Sep6_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Assignments/LabClass_Sep6_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..c3fe99b --- /dev/null +++ b/Assignments/LabClass_Sep6_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,2 @@ +com/calebfontenot/labclass_sep6_calebfontenot/SimpleIfDemo.class +com/calebfontenot/labclass_sep6_calebfontenot/LabClass_Sep6_CalebFontenot.class diff --git a/Assignments/LabClass_Sep6_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Assignments/LabClass_Sep6_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..0b7676b --- /dev/null +++ b/Assignments/LabClass_Sep6_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,2 @@ +/home/caleb/NetBeansProjects/ADSV Java/LabClass_Sep6_CalebFontenot/src/main/java/com/calebfontenot/labclass_sep6_calebfontenot/SimpleIfDemo.java +/home/caleb/NetBeansProjects/ADSV Java/LabClass_Sep6_CalebFontenot/src/main/java/com/calebfontenot/labclass_sep6_calebfontenot/LabClass_Sep6_CalebFontenot.java diff --git a/MP1/pom.xml b/Assignments/MP1/pom.xml similarity index 100% rename from MP1/pom.xml rename to Assignments/MP1/pom.xml diff --git a/MP1/src/main/java/com/calebfontenot/mp1/MP1.java b/Assignments/MP1/src/main/java/com/calebfontenot/mp1/MP1.java similarity index 100% rename from MP1/src/main/java/com/calebfontenot/mp1/MP1.java rename to Assignments/MP1/src/main/java/com/calebfontenot/mp1/MP1.java diff --git a/MP1_CalebFontenot/HTML/CompoundValue.html b/Assignments/MP1_CalebFontenot/HTML/CompoundValue.html similarity index 100% rename from MP1_CalebFontenot/HTML/CompoundValue.html rename to Assignments/MP1_CalebFontenot/HTML/CompoundValue.html diff --git a/MP1_CalebFontenot/HTML/Cylinder.html b/Assignments/MP1_CalebFontenot/HTML/Cylinder.html similarity index 100% rename from MP1_CalebFontenot/HTML/Cylinder.html rename to Assignments/MP1_CalebFontenot/HTML/Cylinder.html diff --git a/MP1_CalebFontenot/HTML/NumberOfYears.html b/Assignments/MP1_CalebFontenot/HTML/NumberOfYears.html similarity index 100% rename from MP1_CalebFontenot/HTML/NumberOfYears.html rename to Assignments/MP1_CalebFontenot/HTML/NumberOfYears.html diff --git a/MP1_CalebFontenot/HTML/SumOfDigits.html b/Assignments/MP1_CalebFontenot/HTML/SumOfDigits.html similarity index 100% rename from MP1_CalebFontenot/HTML/SumOfDigits.html rename to Assignments/MP1_CalebFontenot/HTML/SumOfDigits.html diff --git a/MP1_CalebFontenot/HTML/Total.html b/Assignments/MP1_CalebFontenot/HTML/Total.html similarity index 100% rename from MP1_CalebFontenot/HTML/Total.html rename to Assignments/MP1_CalebFontenot/HTML/Total.html diff --git a/MP1_CalebFontenot/HTML/WindChill.html b/Assignments/MP1_CalebFontenot/HTML/WindChill.html similarity index 100% rename from MP1_CalebFontenot/HTML/WindChill.html rename to Assignments/MP1_CalebFontenot/HTML/WindChill.html diff --git a/MP1_CalebFontenot/mp1-f22.pdf b/Assignments/MP1_CalebFontenot/mp1-f22.pdf similarity index 100% rename from MP1_CalebFontenot/mp1-f22.pdf rename to Assignments/MP1_CalebFontenot/mp1-f22.pdf diff --git a/MP1_CalebFontenot/pom.xml b/Assignments/MP1_CalebFontenot/pom.xml similarity index 100% rename from MP1_CalebFontenot/pom.xml rename to Assignments/MP1_CalebFontenot/pom.xml diff --git a/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/CompoundValue.java b/Assignments/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/CompoundValue.java similarity index 100% rename from MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/CompoundValue.java rename to Assignments/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/CompoundValue.java diff --git a/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/Cylinder.java b/Assignments/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/Cylinder.java similarity index 100% rename from MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/Cylinder.java rename to Assignments/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/Cylinder.java diff --git a/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/MP1_CalebFontenot.java b/Assignments/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/MP1_CalebFontenot.java similarity index 100% rename from MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/MP1_CalebFontenot.java rename to Assignments/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/MP1_CalebFontenot.java diff --git a/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/NumberOfYears.java b/Assignments/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/NumberOfYears.java similarity index 100% rename from MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/NumberOfYears.java rename to Assignments/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/NumberOfYears.java diff --git a/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/SumOfDigits.java b/Assignments/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/SumOfDigits.java similarity index 100% rename from MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/SumOfDigits.java rename to Assignments/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/SumOfDigits.java diff --git a/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/Total.java b/Assignments/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/Total.java similarity index 100% rename from MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/Total.java rename to Assignments/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/Total.java diff --git a/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/WindChill.java b/Assignments/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/WindChill.java similarity index 100% rename from MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/WindChill.java rename to Assignments/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/WindChill.java diff --git a/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/CompoundValue.class b/Assignments/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/CompoundValue.class similarity index 100% rename from MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/CompoundValue.class rename to Assignments/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/CompoundValue.class diff --git a/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/Cylinder.class b/Assignments/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/Cylinder.class similarity index 100% rename from MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/Cylinder.class rename to Assignments/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/Cylinder.class diff --git a/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/MP1_CalebFontenot.class b/Assignments/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/MP1_CalebFontenot.class similarity index 100% rename from MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/MP1_CalebFontenot.class rename to Assignments/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/MP1_CalebFontenot.class diff --git a/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/NumberOfYears.class b/Assignments/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/NumberOfYears.class similarity index 100% rename from MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/NumberOfYears.class rename to Assignments/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/NumberOfYears.class diff --git a/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/SumOfDigits.class b/Assignments/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/SumOfDigits.class similarity index 100% rename from MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/SumOfDigits.class rename to Assignments/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/SumOfDigits.class diff --git a/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/Total.class b/Assignments/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/Total.class similarity index 100% rename from MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/Total.class rename to Assignments/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/Total.class diff --git a/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/WindChill.class b/Assignments/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/WindChill.class similarity index 100% rename from MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/WindChill.class rename to Assignments/MP1_CalebFontenot/target/classes/com/calebfontenot/mp1_calebfontenot/WindChill.class diff --git a/MP1_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Assignments/MP1_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst similarity index 100% rename from MP1_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst rename to Assignments/MP1_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst diff --git a/MP1_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Assignments/MP1_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst similarity index 100% rename from MP1_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst rename to Assignments/MP1_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst diff --git a/MP2_CalebFontenot/CheckIBSN_10.html b/Assignments/MP2_CalebFontenot/CheckIBSN_10.html similarity index 100% rename from MP2_CalebFontenot/CheckIBSN_10.html rename to Assignments/MP2_CalebFontenot/CheckIBSN_10.html diff --git a/MP2_CalebFontenot/DayOfTheWeek.html b/Assignments/MP2_CalebFontenot/DayOfTheWeek.html similarity index 100% rename from MP2_CalebFontenot/DayOfTheWeek.html rename to Assignments/MP2_CalebFontenot/DayOfTheWeek.html diff --git a/MP2_CalebFontenot/RandomNumber.html b/Assignments/MP2_CalebFontenot/RandomNumber.html similarity index 100% rename from MP2_CalebFontenot/RandomNumber.html rename to Assignments/MP2_CalebFontenot/RandomNumber.html diff --git a/MP2_CalebFontenot/RockPaperScissors.html b/Assignments/MP2_CalebFontenot/RockPaperScissors.html similarity index 100% rename from MP2_CalebFontenot/RockPaperScissors.html rename to Assignments/MP2_CalebFontenot/RockPaperScissors.html diff --git a/MP2_CalebFontenot/TrianglePerimeter.html b/Assignments/MP2_CalebFontenot/TrianglePerimeter.html similarity index 100% rename from MP2_CalebFontenot/TrianglePerimeter.html rename to Assignments/MP2_CalebFontenot/TrianglePerimeter.html diff --git a/MP2_CalebFontenot/mp2.pdf b/Assignments/MP2_CalebFontenot/mp2.pdf similarity index 100% rename from MP2_CalebFontenot/mp2.pdf rename to Assignments/MP2_CalebFontenot/mp2.pdf diff --git a/MP2_CalebFontenot/pom.xml b/Assignments/MP2_CalebFontenot/pom.xml similarity index 100% rename from MP2_CalebFontenot/pom.xml rename to Assignments/MP2_CalebFontenot/pom.xml diff --git a/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/CheckIBSN_10.java b/Assignments/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/CheckIBSN_10.java similarity index 100% rename from MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/CheckIBSN_10.java rename to Assignments/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/CheckIBSN_10.java diff --git a/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/DayOfTheWeek.java b/Assignments/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/DayOfTheWeek.java similarity index 100% rename from MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/DayOfTheWeek.java rename to Assignments/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/DayOfTheWeek.java diff --git a/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/RandomNumber.java b/Assignments/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/RandomNumber.java similarity index 100% rename from MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/RandomNumber.java rename to Assignments/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/RandomNumber.java diff --git a/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/RockPaperScissors.java b/Assignments/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/RockPaperScissors.java similarity index 100% rename from MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/RockPaperScissors.java rename to Assignments/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/RockPaperScissors.java diff --git a/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/TrianglePerimeter.java b/Assignments/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/TrianglePerimeter.java similarity index 100% rename from MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/TrianglePerimeter.java rename to Assignments/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/TrianglePerimeter.java diff --git a/Assignments/MP2_CalebFontenot/target/MP2_CalebFontenot-1.0-SNAPSHOT.jar b/Assignments/MP2_CalebFontenot/target/MP2_CalebFontenot-1.0-SNAPSHOT.jar new file mode 100644 index 0000000..399c99b Binary files /dev/null and b/Assignments/MP2_CalebFontenot/target/MP2_CalebFontenot-1.0-SNAPSHOT.jar differ diff --git a/Assignments/MP2_CalebFontenot/target/classes/com/calebfontenot/mp2_calebfontenot/CheckIBSN_10.class b/Assignments/MP2_CalebFontenot/target/classes/com/calebfontenot/mp2_calebfontenot/CheckIBSN_10.class new file mode 100644 index 0000000..b289ba3 Binary files /dev/null and b/Assignments/MP2_CalebFontenot/target/classes/com/calebfontenot/mp2_calebfontenot/CheckIBSN_10.class differ diff --git a/Assignments/MP2_CalebFontenot/target/classes/com/calebfontenot/mp2_calebfontenot/DayOfTheWeek.class b/Assignments/MP2_CalebFontenot/target/classes/com/calebfontenot/mp2_calebfontenot/DayOfTheWeek.class new file mode 100644 index 0000000..0c3df12 Binary files /dev/null and b/Assignments/MP2_CalebFontenot/target/classes/com/calebfontenot/mp2_calebfontenot/DayOfTheWeek.class differ diff --git a/Assignments/MP2_CalebFontenot/target/classes/com/calebfontenot/mp2_calebfontenot/RandomNumber.class b/Assignments/MP2_CalebFontenot/target/classes/com/calebfontenot/mp2_calebfontenot/RandomNumber.class new file mode 100644 index 0000000..f47a9fd Binary files /dev/null and b/Assignments/MP2_CalebFontenot/target/classes/com/calebfontenot/mp2_calebfontenot/RandomNumber.class differ diff --git a/Assignments/MP2_CalebFontenot/target/classes/com/calebfontenot/mp2_calebfontenot/RockPaperScissors.class b/Assignments/MP2_CalebFontenot/target/classes/com/calebfontenot/mp2_calebfontenot/RockPaperScissors.class new file mode 100644 index 0000000..13b7b8a Binary files /dev/null and b/Assignments/MP2_CalebFontenot/target/classes/com/calebfontenot/mp2_calebfontenot/RockPaperScissors.class differ diff --git a/Assignments/MP2_CalebFontenot/target/classes/com/calebfontenot/mp2_calebfontenot/TrianglePerimeter.class b/Assignments/MP2_CalebFontenot/target/classes/com/calebfontenot/mp2_calebfontenot/TrianglePerimeter.class new file mode 100644 index 0000000..ff0d3d0 Binary files /dev/null and b/Assignments/MP2_CalebFontenot/target/classes/com/calebfontenot/mp2_calebfontenot/TrianglePerimeter.class differ diff --git a/Assignments/MP2_CalebFontenot/target/maven-archiver/pom.properties b/Assignments/MP2_CalebFontenot/target/maven-archiver/pom.properties new file mode 100644 index 0000000..8784d09 --- /dev/null +++ b/Assignments/MP2_CalebFontenot/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Thu Sep 22 13:48:29 CDT 2022 +artifactId=MP2_CalebFontenot +groupId=com.calebfontenot.mp2_calebfontenot +version=1.0-SNAPSHOT diff --git a/Assignments/MP2_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Assignments/MP2_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..f73adff --- /dev/null +++ b/Assignments/MP2_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,5 @@ +com/calebfontenot/mp2_calebfontenot/CheckIBSN_10.class +com/calebfontenot/mp2_calebfontenot/TrianglePerimeter.class +com/calebfontenot/mp2_calebfontenot/RockPaperScissors.class +com/calebfontenot/mp2_calebfontenot/DayOfTheWeek.class +com/calebfontenot/mp2_calebfontenot/RandomNumber.class diff --git a/Assignments/MP2_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Assignments/MP2_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..96f5e90 --- /dev/null +++ b/Assignments/MP2_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,5 @@ +/home/caleb/NetBeansProjects/ADSV Java/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/RandomNumber.java +/home/caleb/NetBeansProjects/ADSV Java/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/TrianglePerimeter.java +/home/caleb/NetBeansProjects/ADSV Java/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/RockPaperScissors.java +/home/caleb/NetBeansProjects/ADSV Java/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/CheckIBSN_10.java +/home/caleb/NetBeansProjects/ADSV Java/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/DayOfTheWeek.java diff --git a/mavenproject1/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/Assignments/MP2_CalebFontenot/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst similarity index 100% rename from mavenproject1/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst rename to Assignments/MP2_CalebFontenot/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst diff --git a/lab4_CalebFontenot/PDFs/Worksheet Lab 4-1-1.docx b/Assignments/lab4_CalebFontenot/PDFs/Worksheet Lab 4-1-1.docx similarity index 100% rename from lab4_CalebFontenot/PDFs/Worksheet Lab 4-1-1.docx rename to Assignments/lab4_CalebFontenot/PDFs/Worksheet Lab 4-1-1.docx diff --git a/lab4_CalebFontenot/PDFs/lab4-1 edit.pdf b/Assignments/lab4_CalebFontenot/PDFs/lab4-1 edit.pdf similarity index 100% rename from lab4_CalebFontenot/PDFs/lab4-1 edit.pdf rename to Assignments/lab4_CalebFontenot/PDFs/lab4-1 edit.pdf diff --git a/lab4_CalebFontenot/PDFs/lab4-1.pdf b/Assignments/lab4_CalebFontenot/PDFs/lab4-1.pdf similarity index 100% rename from lab4_CalebFontenot/PDFs/lab4-1.pdf rename to Assignments/lab4_CalebFontenot/PDFs/lab4-1.pdf diff --git a/lab4_CalebFontenot/PDFs/worksheet lab4-1.pdf b/Assignments/lab4_CalebFontenot/PDFs/worksheet lab4-1.pdf similarity index 100% rename from lab4_CalebFontenot/PDFs/worksheet lab4-1.pdf rename to Assignments/lab4_CalebFontenot/PDFs/worksheet lab4-1.pdf diff --git a/lab4_CalebFontenot/pom.xml b/Assignments/lab4_CalebFontenot/pom.xml similarity index 100% rename from lab4_CalebFontenot/pom.xml rename to Assignments/lab4_CalebFontenot/pom.xml diff --git a/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/ABCD.java b/Assignments/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/ABCD.java similarity index 100% rename from lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/ABCD.java rename to Assignments/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/ABCD.java diff --git a/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Debug1.java b/Assignments/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Debug1.java similarity index 100% rename from lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Debug1.java rename to Assignments/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Debug1.java diff --git a/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Debug2.java b/Assignments/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Debug2.java similarity index 100% rename from lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Debug2.java rename to Assignments/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Debug2.java diff --git a/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Debug3.java b/Assignments/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Debug3.java similarity index 100% rename from lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Debug3.java rename to Assignments/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Debug3.java diff --git a/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Debug5.java b/Assignments/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Debug5.java similarity index 100% rename from lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Debug5.java rename to Assignments/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Debug5.java diff --git a/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Lab4_CalebFontenot.java b/Assignments/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Lab4_CalebFontenot.java similarity index 100% rename from lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Lab4_CalebFontenot.java rename to Assignments/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Lab4_CalebFontenot.java diff --git a/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/payroll.java b/Assignments/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/payroll.java similarity index 100% rename from lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/payroll.java rename to Assignments/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/payroll.java diff --git a/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/ABCD.class b/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/ABCD.class new file mode 100644 index 0000000..f0e8e12 Binary files /dev/null and b/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/ABCD.class differ diff --git a/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/Debug1.class b/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/Debug1.class new file mode 100644 index 0000000..570203c Binary files /dev/null and b/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/Debug1.class differ diff --git a/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/Debug2.class b/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/Debug2.class new file mode 100644 index 0000000..400be99 Binary files /dev/null and b/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/Debug2.class differ diff --git a/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/Debug3.class b/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/Debug3.class new file mode 100644 index 0000000..2159a9a Binary files /dev/null and b/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/Debug3.class differ diff --git a/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/Debug5.class b/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/Debug5.class new file mode 100644 index 0000000..2df0366 Binary files /dev/null and b/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/Debug5.class differ diff --git a/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/Lab4_CalebFontenot.class b/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/Lab4_CalebFontenot.class new file mode 100644 index 0000000..7db570a Binary files /dev/null and b/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/Lab4_CalebFontenot.class differ diff --git a/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/payroll.class b/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/payroll.class new file mode 100644 index 0000000..9c8c7c1 Binary files /dev/null and b/Assignments/lab4_CalebFontenot/target/classes/com/calebfontenot/lab4_calebfontenot/payroll.class differ diff --git a/Assignments/lab4_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Assignments/lab4_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..971e052 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1 @@ +com/calebfontenot/lab4_calebfontenot/Lab4_CalebFontenot.class diff --git a/Assignments/lab4_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Assignments/lab4_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..eed4ea5 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1 @@ +/home/caleb/NetBeansProjects/ADSV Java/lab4_CalebFontenot/src/main/java/com/calebfontenot/lab4_calebfontenot/Lab4_CalebFontenot.java diff --git a/lab5_CalebFontenot/PDFs/lab5-1-1.pdf b/Assignments/lab5_CalebFontenot/PDFs/lab5-1-1.pdf similarity index 100% rename from lab5_CalebFontenot/PDFs/lab5-1-1.pdf rename to Assignments/lab5_CalebFontenot/PDFs/lab5-1-1.pdf diff --git a/lab5_CalebFontenot/pom.xml b/Assignments/lab5_CalebFontenot/pom.xml similarity index 100% rename from lab5_CalebFontenot/pom.xml rename to Assignments/lab5_CalebFontenot/pom.xml diff --git a/lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/Lab5_CalebFontenot.java b/Assignments/lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/Lab5_CalebFontenot.java similarity index 100% rename from lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/Lab5_CalebFontenot.java rename to Assignments/lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/Lab5_CalebFontenot.java diff --git a/lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/Operators.java b/Assignments/lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/Operators.java similarity index 100% rename from lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/Operators.java rename to Assignments/lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/Operators.java diff --git a/lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/Swap.java b/Assignments/lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/Swap.java similarity index 100% rename from lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/Swap.java rename to Assignments/lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/Swap.java diff --git a/lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/WhatsYourName.java b/Assignments/lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/WhatsYourName.java similarity index 100% rename from lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/WhatsYourName.java rename to Assignments/lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/WhatsYourName.java diff --git a/lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/WhatsYourSSN.java b/Assignments/lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/WhatsYourSSN.java similarity index 100% rename from lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/WhatsYourSSN.java rename to Assignments/lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/WhatsYourSSN.java diff --git a/Assignments/lab5_CalebFontenot/target/classes/com/calebfontenot/lab5_calebfontenot/Lab5_CalebFontenot.class b/Assignments/lab5_CalebFontenot/target/classes/com/calebfontenot/lab5_calebfontenot/Lab5_CalebFontenot.class new file mode 100644 index 0000000..e586f32 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/target/classes/com/calebfontenot/lab5_calebfontenot/Lab5_CalebFontenot.class differ diff --git a/Assignments/lab5_CalebFontenot/target/classes/com/calebfontenot/lab5_calebfontenot/Operators.class b/Assignments/lab5_CalebFontenot/target/classes/com/calebfontenot/lab5_calebfontenot/Operators.class new file mode 100644 index 0000000..b8fc04b Binary files /dev/null and b/Assignments/lab5_CalebFontenot/target/classes/com/calebfontenot/lab5_calebfontenot/Operators.class differ diff --git a/Assignments/lab5_CalebFontenot/target/classes/com/calebfontenot/lab5_calebfontenot/Swap.class b/Assignments/lab5_CalebFontenot/target/classes/com/calebfontenot/lab5_calebfontenot/Swap.class new file mode 100644 index 0000000..5af14be Binary files /dev/null and b/Assignments/lab5_CalebFontenot/target/classes/com/calebfontenot/lab5_calebfontenot/Swap.class differ diff --git a/Assignments/lab5_CalebFontenot/target/classes/com/calebfontenot/lab5_calebfontenot/WhatsYourName.class b/Assignments/lab5_CalebFontenot/target/classes/com/calebfontenot/lab5_calebfontenot/WhatsYourName.class new file mode 100644 index 0000000..cb0067f Binary files /dev/null and b/Assignments/lab5_CalebFontenot/target/classes/com/calebfontenot/lab5_calebfontenot/WhatsYourName.class differ diff --git a/Assignments/lab5_CalebFontenot/target/classes/com/calebfontenot/lab5_calebfontenot/WhatsYourSSN.class b/Assignments/lab5_CalebFontenot/target/classes/com/calebfontenot/lab5_calebfontenot/WhatsYourSSN.class new file mode 100644 index 0000000..793af4d Binary files /dev/null and b/Assignments/lab5_CalebFontenot/target/classes/com/calebfontenot/lab5_calebfontenot/WhatsYourSSN.class differ diff --git a/Assignments/lab5_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Assignments/lab5_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..6006a0d --- /dev/null +++ b/Assignments/lab5_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,2 @@ +com/calebfontenot/lab5_calebfontenot/Lab5_CalebFontenot.class +com/calebfontenot/lab5_calebfontenot/Swap.class diff --git a/Assignments/lab5_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Assignments/lab5_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..cdfc9af --- /dev/null +++ b/Assignments/lab5_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,2 @@ +/home/caleb/NetBeansProjects/ADSV Java/lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/Lab5_CalebFontenot.java +/home/caleb/NetBeansProjects/ADSV Java/lab5_CalebFontenot/src/main/java/com/calebfontenot/lab5_calebfontenot/Swap.java diff --git a/lab6_CalebFontenot/If1.html b/Assignments/lab6_CalebFontenot/If1.html similarity index 100% rename from lab6_CalebFontenot/If1.html rename to Assignments/lab6_CalebFontenot/If1.html diff --git a/lab6_CalebFontenot/If2.html b/Assignments/lab6_CalebFontenot/If2.html similarity index 100% rename from lab6_CalebFontenot/If2.html rename to Assignments/lab6_CalebFontenot/If2.html diff --git a/lab6_CalebFontenot/If3.html b/Assignments/lab6_CalebFontenot/If3.html similarity index 100% rename from lab6_CalebFontenot/If3.html rename to Assignments/lab6_CalebFontenot/If3.html diff --git a/lab6_CalebFontenot/IfElse1.html b/Assignments/lab6_CalebFontenot/IfElse1.html similarity index 100% rename from lab6_CalebFontenot/IfElse1.html rename to Assignments/lab6_CalebFontenot/IfElse1.html diff --git a/lab6_CalebFontenot/IfElse2.html b/Assignments/lab6_CalebFontenot/IfElse2.html similarity index 100% rename from lab6_CalebFontenot/IfElse2.html rename to Assignments/lab6_CalebFontenot/IfElse2.html diff --git a/lab6_CalebFontenot/IfElse3.html b/Assignments/lab6_CalebFontenot/IfElse3.html similarity index 100% rename from lab6_CalebFontenot/IfElse3.html rename to Assignments/lab6_CalebFontenot/IfElse3.html diff --git a/lab6_CalebFontenot/IfElse4.html b/Assignments/lab6_CalebFontenot/IfElse4.html similarity index 100% rename from lab6_CalebFontenot/IfElse4.html rename to Assignments/lab6_CalebFontenot/IfElse4.html diff --git a/lab6_CalebFontenot/Lab6_CalebFontenot.html b/Assignments/lab6_CalebFontenot/Lab6_CalebFontenot.html similarity index 100% rename from lab6_CalebFontenot/Lab6_CalebFontenot.html rename to Assignments/lab6_CalebFontenot/Lab6_CalebFontenot.html diff --git a/lab6_CalebFontenot/Triangle.html b/Assignments/lab6_CalebFontenot/Triangle.html similarity index 100% rename from lab6_CalebFontenot/Triangle.html rename to Assignments/lab6_CalebFontenot/Triangle.html diff --git a/lab6_CalebFontenot/lab6-1-1.pdf b/Assignments/lab6_CalebFontenot/lab6-1-1.pdf similarity index 100% rename from lab6_CalebFontenot/lab6-1-1.pdf rename to Assignments/lab6_CalebFontenot/lab6-1-1.pdf diff --git a/lab6_CalebFontenot/pom.xml b/Assignments/lab6_CalebFontenot/pom.xml similarity index 100% rename from lab6_CalebFontenot/pom.xml rename to Assignments/lab6_CalebFontenot/pom.xml diff --git a/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/If1.java b/Assignments/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/If1.java similarity index 100% rename from lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/If1.java rename to Assignments/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/If1.java diff --git a/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/If2.java b/Assignments/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/If2.java similarity index 100% rename from lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/If2.java rename to Assignments/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/If2.java diff --git a/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/If3.java b/Assignments/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/If3.java similarity index 100% rename from lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/If3.java rename to Assignments/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/If3.java diff --git a/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/IfElse1.java b/Assignments/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/IfElse1.java similarity index 100% rename from lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/IfElse1.java rename to Assignments/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/IfElse1.java diff --git a/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/IfElse2.java b/Assignments/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/IfElse2.java similarity index 100% rename from lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/IfElse2.java rename to Assignments/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/IfElse2.java diff --git a/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/IfElse3.java b/Assignments/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/IfElse3.java similarity index 100% rename from lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/IfElse3.java rename to Assignments/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/IfElse3.java diff --git a/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/IfElse4.java b/Assignments/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/IfElse4.java similarity index 100% rename from lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/IfElse4.java rename to Assignments/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/IfElse4.java diff --git a/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/Lab6_CalebFontenot.java b/Assignments/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/Lab6_CalebFontenot.java similarity index 100% rename from lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/Lab6_CalebFontenot.java rename to Assignments/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/Lab6_CalebFontenot.java diff --git a/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/Triangle.java b/Assignments/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/Triangle.java similarity index 100% rename from lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/Triangle.java rename to Assignments/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/Triangle.java diff --git a/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/If1.class b/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/If1.class new file mode 100644 index 0000000..0dbae4a Binary files /dev/null and b/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/If1.class differ diff --git a/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/If2.class b/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/If2.class new file mode 100644 index 0000000..8e70117 Binary files /dev/null and b/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/If2.class differ diff --git a/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/If3.class b/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/If3.class new file mode 100644 index 0000000..77fa9de Binary files /dev/null and b/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/If3.class differ diff --git a/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/IfElse1.class b/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/IfElse1.class new file mode 100644 index 0000000..4367d1a Binary files /dev/null and b/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/IfElse1.class differ diff --git a/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/IfElse2.class b/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/IfElse2.class new file mode 100644 index 0000000..4e6115c Binary files /dev/null and b/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/IfElse2.class differ diff --git a/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/IfElse3.class b/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/IfElse3.class new file mode 100644 index 0000000..7a9669f Binary files /dev/null and b/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/IfElse3.class differ diff --git a/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/IfElse4.class b/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/IfElse4.class new file mode 100644 index 0000000..3cb568d Binary files /dev/null and b/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/IfElse4.class differ diff --git a/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/Lab6_CalebFontenot.class b/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/Lab6_CalebFontenot.class new file mode 100644 index 0000000..66f18e4 Binary files /dev/null and b/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/Lab6_CalebFontenot.class differ diff --git a/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/Triangle.class b/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/Triangle.class new file mode 100644 index 0000000..de9212c Binary files /dev/null and b/Assignments/lab6_CalebFontenot/target/classes/com/calebfontenot/lab6_calebfontenot/Triangle.class differ diff --git a/Assignments/lab6_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Assignments/lab6_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..090b0d6 --- /dev/null +++ b/Assignments/lab6_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1 @@ +com/calebfontenot/lab6_calebfontenot/Lab6_CalebFontenot.class diff --git a/Assignments/lab6_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Assignments/lab6_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..cea5fb2 --- /dev/null +++ b/Assignments/lab6_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1 @@ +/home/caleb/NetBeansProjects/ADSV Java/lab6_CalebFontenot/src/main/java/com/calebfontenot/lab6_calebfontenot/Lab6_CalebFontenot.java diff --git a/lab7_CalebFontenot/And1.html b/Assignments/lab7_CalebFontenot/And1.html similarity index 100% rename from lab7_CalebFontenot/And1.html rename to Assignments/lab7_CalebFontenot/And1.html diff --git a/lab7_CalebFontenot/And2.html b/Assignments/lab7_CalebFontenot/And2.html similarity index 100% rename from lab7_CalebFontenot/And2.html rename to Assignments/lab7_CalebFontenot/And2.html diff --git a/lab7_CalebFontenot/Bonus.html b/Assignments/lab7_CalebFontenot/Bonus.html similarity index 100% rename from lab7_CalebFontenot/Bonus.html rename to Assignments/lab7_CalebFontenot/Bonus.html diff --git a/lab7_CalebFontenot/Debug1.html b/Assignments/lab7_CalebFontenot/Debug1.html similarity index 100% rename from lab7_CalebFontenot/Debug1.html rename to Assignments/lab7_CalebFontenot/Debug1.html diff --git a/lab7_CalebFontenot/DivisionQuiz.html b/Assignments/lab7_CalebFontenot/DivisionQuiz.html similarity index 100% rename from lab7_CalebFontenot/DivisionQuiz.html rename to Assignments/lab7_CalebFontenot/DivisionQuiz.html diff --git a/lab7_CalebFontenot/Not1.html b/Assignments/lab7_CalebFontenot/Not1.html similarity index 100% rename from lab7_CalebFontenot/Not1.html rename to Assignments/lab7_CalebFontenot/Not1.html diff --git a/lab7_CalebFontenot/Not2.html b/Assignments/lab7_CalebFontenot/Not2.html similarity index 100% rename from lab7_CalebFontenot/Not2.html rename to Assignments/lab7_CalebFontenot/Not2.html diff --git a/lab7_CalebFontenot/Or1.html b/Assignments/lab7_CalebFontenot/Or1.html similarity index 100% rename from lab7_CalebFontenot/Or1.html rename to Assignments/lab7_CalebFontenot/Or1.html diff --git a/lab7_CalebFontenot/Or2.html b/Assignments/lab7_CalebFontenot/Or2.html similarity index 100% rename from lab7_CalebFontenot/Or2.html rename to Assignments/lab7_CalebFontenot/Or2.html diff --git a/lab7_CalebFontenot/SubtractionQuiz.html b/Assignments/lab7_CalebFontenot/SubtractionQuiz.html similarity index 100% rename from lab7_CalebFontenot/SubtractionQuiz.html rename to Assignments/lab7_CalebFontenot/SubtractionQuiz.html diff --git a/lab7_CalebFontenot/lab7-2-1.pdf b/Assignments/lab7_CalebFontenot/lab7-2-1.pdf similarity index 100% rename from lab7_CalebFontenot/lab7-2-1.pdf rename to Assignments/lab7_CalebFontenot/lab7-2-1.pdf diff --git a/lab7_CalebFontenot/lab7_CalebFontenot.docx b/Assignments/lab7_CalebFontenot/lab7_CalebFontenot.docx similarity index 100% rename from lab7_CalebFontenot/lab7_CalebFontenot.docx rename to Assignments/lab7_CalebFontenot/lab7_CalebFontenot.docx diff --git a/lab7_CalebFontenot/lab7_CalebFontenot.zip b/Assignments/lab7_CalebFontenot/lab7_CalebFontenot.zip similarity index 100% rename from lab7_CalebFontenot/lab7_CalebFontenot.zip rename to Assignments/lab7_CalebFontenot/lab7_CalebFontenot.zip diff --git a/lab7_CalebFontenot/pom.xml b/Assignments/lab7_CalebFontenot/pom.xml similarity index 100% rename from lab7_CalebFontenot/pom.xml rename to Assignments/lab7_CalebFontenot/pom.xml diff --git a/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/And1.java b/Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/And1.java similarity index 100% rename from lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/And1.java rename to Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/And1.java diff --git a/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/And2.java b/Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/And2.java similarity index 100% rename from lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/And2.java rename to Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/And2.java diff --git a/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Bonus.java b/Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Bonus.java similarity index 100% rename from lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Bonus.java rename to Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Bonus.java diff --git a/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Debug1.java b/Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Debug1.java similarity index 100% rename from lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Debug1.java rename to Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Debug1.java diff --git a/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/DivisionQuiz.java b/Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/DivisionQuiz.java similarity index 100% rename from lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/DivisionQuiz.java rename to Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/DivisionQuiz.java diff --git a/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Not1.java b/Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Not1.java similarity index 100% rename from lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Not1.java rename to Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Not1.java diff --git a/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Not2.java b/Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Not2.java similarity index 100% rename from lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Not2.java rename to Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Not2.java diff --git a/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Or1.java b/Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Or1.java similarity index 100% rename from lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Or1.java rename to Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Or1.java diff --git a/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Or2.java b/Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Or2.java similarity index 100% rename from lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Or2.java rename to Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Or2.java diff --git a/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/SubtractionQuiz.java b/Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/SubtractionQuiz.java similarity index 100% rename from lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/SubtractionQuiz.java rename to Assignments/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/SubtractionQuiz.java diff --git a/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/And1.class b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/And1.class new file mode 100644 index 0000000..38617c9 Binary files /dev/null and b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/And1.class differ diff --git a/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/And2.class b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/And2.class new file mode 100644 index 0000000..5fa89ff Binary files /dev/null and b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/And2.class differ diff --git a/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/Bonus.class b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/Bonus.class new file mode 100644 index 0000000..797347d Binary files /dev/null and b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/Bonus.class differ diff --git a/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/Debug1.class b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/Debug1.class new file mode 100644 index 0000000..36d2429 Binary files /dev/null and b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/Debug1.class differ diff --git a/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/DivisionQuiz.class b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/DivisionQuiz.class new file mode 100644 index 0000000..bf61af3 Binary files /dev/null and b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/DivisionQuiz.class differ diff --git a/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/Not1.class b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/Not1.class new file mode 100644 index 0000000..6808be4 Binary files /dev/null and b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/Not1.class differ diff --git a/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/Not2.class b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/Not2.class new file mode 100644 index 0000000..f38e86a Binary files /dev/null and b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/Not2.class differ diff --git a/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/Or1.class b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/Or1.class new file mode 100644 index 0000000..e838270 Binary files /dev/null and b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/Or1.class differ diff --git a/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/Or2.class b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/Or2.class new file mode 100644 index 0000000..43ffae8 Binary files /dev/null and b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/Or2.class differ diff --git a/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/SubtractionQuiz.class b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/SubtractionQuiz.class new file mode 100644 index 0000000..5bedf9d Binary files /dev/null and b/Assignments/lab7_CalebFontenot/target/classes/com/calebfontenot/lab7_calebfontenot/SubtractionQuiz.class differ diff --git a/Assignments/lab7_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Assignments/lab7_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..cb3d323 --- /dev/null +++ b/Assignments/lab7_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,2 @@ +com/calebfontenot/lab7_calebfontenot/SubtractionQuiz.class +com/calebfontenot/lab7_calebfontenot/Lab7_CalebFontenot.class diff --git a/Assignments/lab7_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Assignments/lab7_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..2dfe41c --- /dev/null +++ b/Assignments/lab7_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,2 @@ +/home/caleb/NetBeansProjects/ADSV Java/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/SubtractionQuiz.java +/home/caleb/NetBeansProjects/ADSV Java/lab7_CalebFontenot/src/main/java/com/calebfontenot/lab7_calebfontenot/Lab7_CalebFontenot.java diff --git a/lab8_CalebFontenot/ConditionalOperator1.html b/Assignments/lab8_CalebFontenot/ConditionalOperator1.html similarity index 100% rename from lab8_CalebFontenot/ConditionalOperator1.html rename to Assignments/lab8_CalebFontenot/ConditionalOperator1.html diff --git a/lab8_CalebFontenot/ConditionalOperator2.html b/Assignments/lab8_CalebFontenot/ConditionalOperator2.html similarity index 100% rename from lab8_CalebFontenot/ConditionalOperator2.html rename to Assignments/lab8_CalebFontenot/ConditionalOperator2.html diff --git a/lab8_CalebFontenot/ConditionalOperator3.html b/Assignments/lab8_CalebFontenot/ConditionalOperator3.html similarity index 100% rename from lab8_CalebFontenot/ConditionalOperator3.html rename to Assignments/lab8_CalebFontenot/ConditionalOperator3.html diff --git a/lab8_CalebFontenot/ConditionalOperator4.html b/Assignments/lab8_CalebFontenot/ConditionalOperator4.html similarity index 100% rename from lab8_CalebFontenot/ConditionalOperator4.html rename to Assignments/lab8_CalebFontenot/ConditionalOperator4.html diff --git a/lab8_CalebFontenot/DecimalToHex1.html b/Assignments/lab8_CalebFontenot/DecimalToHex1.html similarity index 100% rename from lab8_CalebFontenot/DecimalToHex1.html rename to Assignments/lab8_CalebFontenot/DecimalToHex1.html diff --git a/lab8_CalebFontenot/DecimalToHex2.html b/Assignments/lab8_CalebFontenot/DecimalToHex2.html similarity index 100% rename from lab8_CalebFontenot/DecimalToHex2.html rename to Assignments/lab8_CalebFontenot/DecimalToHex2.html diff --git a/lab8_CalebFontenot/Switch1.html b/Assignments/lab8_CalebFontenot/Switch1.html similarity index 100% rename from lab8_CalebFontenot/Switch1.html rename to Assignments/lab8_CalebFontenot/Switch1.html diff --git a/lab8_CalebFontenot/Switch1ConvertedToIfElse.html b/Assignments/lab8_CalebFontenot/Switch1ConvertedToIfElse.html similarity index 100% rename from lab8_CalebFontenot/Switch1ConvertedToIfElse.html rename to Assignments/lab8_CalebFontenot/Switch1ConvertedToIfElse.html diff --git a/lab8_CalebFontenot/Switch2.html b/Assignments/lab8_CalebFontenot/Switch2.html similarity index 100% rename from lab8_CalebFontenot/Switch2.html rename to Assignments/lab8_CalebFontenot/Switch2.html diff --git a/lab8_CalebFontenot/Switch3.html b/Assignments/lab8_CalebFontenot/Switch3.html similarity index 100% rename from lab8_CalebFontenot/Switch3.html rename to Assignments/lab8_CalebFontenot/Switch3.html diff --git a/lab8_CalebFontenot/Switch3ConvertedToIfElse.html b/Assignments/lab8_CalebFontenot/Switch3ConvertedToIfElse.html similarity index 100% rename from lab8_CalebFontenot/Switch3ConvertedToIfElse.html rename to Assignments/lab8_CalebFontenot/Switch3ConvertedToIfElse.html diff --git a/lab8_CalebFontenot/Switch4.html b/Assignments/lab8_CalebFontenot/Switch4.html similarity index 100% rename from lab8_CalebFontenot/Switch4.html rename to Assignments/lab8_CalebFontenot/Switch4.html diff --git a/lab8_CalebFontenot/lab8-2-1.pdf b/Assignments/lab8_CalebFontenot/lab8-2-1.pdf similarity index 100% rename from lab8_CalebFontenot/lab8-2-1.pdf rename to Assignments/lab8_CalebFontenot/lab8-2-1.pdf diff --git a/lab8_CalebFontenot/pom.xml b/Assignments/lab8_CalebFontenot/pom.xml similarity index 100% rename from lab8_CalebFontenot/pom.xml rename to Assignments/lab8_CalebFontenot/pom.xml diff --git a/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/ConditionalOperator1.java b/Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/ConditionalOperator1.java similarity index 100% rename from lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/ConditionalOperator1.java rename to Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/ConditionalOperator1.java diff --git a/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/ConditionalOperator2.java b/Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/ConditionalOperator2.java similarity index 100% rename from lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/ConditionalOperator2.java rename to Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/ConditionalOperator2.java diff --git a/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/ConditionalOperator3.java b/Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/ConditionalOperator3.java similarity index 100% rename from lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/ConditionalOperator3.java rename to Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/ConditionalOperator3.java diff --git a/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/ConditionalOperator4.java b/Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/ConditionalOperator4.java similarity index 100% rename from lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/ConditionalOperator4.java rename to Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/ConditionalOperator4.java diff --git a/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/DecimalToHex1.java b/Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/DecimalToHex1.java similarity index 100% rename from lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/DecimalToHex1.java rename to Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/DecimalToHex1.java diff --git a/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/DecimalToHex2.java b/Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/DecimalToHex2.java similarity index 100% rename from lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/DecimalToHex2.java rename to Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/DecimalToHex2.java diff --git a/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Lab8_CalebFontenot.java b/Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Lab8_CalebFontenot.java similarity index 100% rename from lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Lab8_CalebFontenot.java rename to Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Lab8_CalebFontenot.java diff --git a/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch1.java b/Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch1.java similarity index 100% rename from lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch1.java rename to Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch1.java diff --git a/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch1ConvertedToIfElse.java b/Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch1ConvertedToIfElse.java similarity index 100% rename from lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch1ConvertedToIfElse.java rename to Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch1ConvertedToIfElse.java diff --git a/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch2.java b/Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch2.java similarity index 100% rename from lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch2.java rename to Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch2.java diff --git a/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch3.java b/Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch3.java similarity index 100% rename from lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch3.java rename to Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch3.java diff --git a/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch3ConvertedToIfElse.java b/Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch3ConvertedToIfElse.java similarity index 100% rename from lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch3ConvertedToIfElse.java rename to Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch3ConvertedToIfElse.java diff --git a/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch4.java b/Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch4.java similarity index 100% rename from lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch4.java rename to Assignments/lab8_CalebFontenot/src/main/java/com/calebfontenot/lab8_calebfontenot/Switch4.java diff --git a/lab9_CalebFontenot/MinimumOf4ConditionalOperator.html b/Assignments/lab9_CalebFontenot/MinimumOf4ConditionalOperator.html similarity index 100% rename from lab9_CalebFontenot/MinimumOf4ConditionalOperator.html rename to Assignments/lab9_CalebFontenot/MinimumOf4ConditionalOperator.html diff --git a/lab9_CalebFontenot/MinimumOf4DeMorgan.html b/Assignments/lab9_CalebFontenot/MinimumOf4DeMorgan.html similarity index 100% rename from lab9_CalebFontenot/MinimumOf4DeMorgan.html rename to Assignments/lab9_CalebFontenot/MinimumOf4DeMorgan.html diff --git a/lab9_CalebFontenot/MinimumOf4NestedIfs.html b/Assignments/lab9_CalebFontenot/MinimumOf4NestedIfs.html similarity index 100% rename from lab9_CalebFontenot/MinimumOf4NestedIfs.html rename to Assignments/lab9_CalebFontenot/MinimumOf4NestedIfs.html diff --git a/lab9_CalebFontenot/MinimumOf4WithANDs.html b/Assignments/lab9_CalebFontenot/MinimumOf4WithANDs.html similarity index 100% rename from lab9_CalebFontenot/MinimumOf4WithANDs.html rename to Assignments/lab9_CalebFontenot/MinimumOf4WithANDs.html diff --git a/lab9_CalebFontenot/lab9_CalebFontenot.docx b/Assignments/lab9_CalebFontenot/lab9_CalebFontenot.docx similarity index 100% rename from lab9_CalebFontenot/lab9_CalebFontenot.docx rename to Assignments/lab9_CalebFontenot/lab9_CalebFontenot.docx diff --git a/lab9_CalebFontenot/pom.xml b/Assignments/lab9_CalebFontenot/pom.xml similarity index 100% rename from lab9_CalebFontenot/pom.xml rename to Assignments/lab9_CalebFontenot/pom.xml diff --git a/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/Lab9_CalebFontenot.java b/Assignments/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/Lab9_CalebFontenot.java similarity index 100% rename from lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/Lab9_CalebFontenot.java rename to Assignments/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/Lab9_CalebFontenot.java diff --git a/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf3.java b/Assignments/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf3.java similarity index 100% rename from lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf3.java rename to Assignments/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf3.java diff --git a/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf4ConditionalOperator.java b/Assignments/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf4ConditionalOperator.java similarity index 100% rename from lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf4ConditionalOperator.java rename to Assignments/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf4ConditionalOperator.java diff --git a/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf4DeMorgan.java b/Assignments/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf4DeMorgan.java similarity index 100% rename from lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf4DeMorgan.java rename to Assignments/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf4DeMorgan.java diff --git a/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf4NestedIfs.java b/Assignments/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf4NestedIfs.java similarity index 100% rename from lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf4NestedIfs.java rename to Assignments/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf4NestedIfs.java diff --git a/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf4WithANDs.java b/Assignments/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf4WithANDs.java similarity index 100% rename from lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf4WithANDs.java rename to Assignments/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf4WithANDs.java diff --git a/Assignments/lab9_CalebFontenot/target/classes/com/calebfontenot/lab9_calebfontenot/Lab9_CalebFontenot.class b/Assignments/lab9_CalebFontenot/target/classes/com/calebfontenot/lab9_calebfontenot/Lab9_CalebFontenot.class new file mode 100644 index 0000000..a174f42 Binary files /dev/null and b/Assignments/lab9_CalebFontenot/target/classes/com/calebfontenot/lab9_calebfontenot/Lab9_CalebFontenot.class differ diff --git a/Assignments/lab9_CalebFontenot/target/classes/com/calebfontenot/lab9_calebfontenot/MinimumOf3.class b/Assignments/lab9_CalebFontenot/target/classes/com/calebfontenot/lab9_calebfontenot/MinimumOf3.class new file mode 100644 index 0000000..3bd91c3 Binary files /dev/null and b/Assignments/lab9_CalebFontenot/target/classes/com/calebfontenot/lab9_calebfontenot/MinimumOf3.class differ diff --git a/Assignments/lab9_CalebFontenot/target/classes/com/calebfontenot/lab9_calebfontenot/MinimumOf4ConditionalOperator.class b/Assignments/lab9_CalebFontenot/target/classes/com/calebfontenot/lab9_calebfontenot/MinimumOf4ConditionalOperator.class new file mode 100644 index 0000000..e67b251 Binary files /dev/null and b/Assignments/lab9_CalebFontenot/target/classes/com/calebfontenot/lab9_calebfontenot/MinimumOf4ConditionalOperator.class differ diff --git a/Assignments/lab9_CalebFontenot/target/classes/com/calebfontenot/lab9_calebfontenot/MinimumOf4DeMorgan.class b/Assignments/lab9_CalebFontenot/target/classes/com/calebfontenot/lab9_calebfontenot/MinimumOf4DeMorgan.class new file mode 100644 index 0000000..fb7ea4d Binary files /dev/null and b/Assignments/lab9_CalebFontenot/target/classes/com/calebfontenot/lab9_calebfontenot/MinimumOf4DeMorgan.class differ diff --git a/Assignments/lab9_CalebFontenot/target/classes/com/calebfontenot/lab9_calebfontenot/MinimumOf4NestedIfs.class b/Assignments/lab9_CalebFontenot/target/classes/com/calebfontenot/lab9_calebfontenot/MinimumOf4NestedIfs.class new file mode 100644 index 0000000..096a738 Binary files /dev/null and b/Assignments/lab9_CalebFontenot/target/classes/com/calebfontenot/lab9_calebfontenot/MinimumOf4NestedIfs.class differ diff --git a/Assignments/lab9_CalebFontenot/target/classes/com/calebfontenot/lab9_calebfontenot/MinimumOf4WithANDs.class b/Assignments/lab9_CalebFontenot/target/classes/com/calebfontenot/lab9_calebfontenot/MinimumOf4WithANDs.class new file mode 100644 index 0000000..0ccfc05 Binary files /dev/null and b/Assignments/lab9_CalebFontenot/target/classes/com/calebfontenot/lab9_calebfontenot/MinimumOf4WithANDs.class differ diff --git a/Assignments/lab9_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Assignments/lab9_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..4ae09f0 --- /dev/null +++ b/Assignments/lab9_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,2 @@ +javaapplication144/MinimumOf3.class +com/calebfontenot/lab9_calebfontenot/Lab9_CalebFontenot.class diff --git a/Assignments/lab9_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Assignments/lab9_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..a18d394 --- /dev/null +++ b/Assignments/lab9_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,2 @@ +/home/caleb/NetBeansProjects/ADSV Java/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/Lab9_CalebFontenot.java +/home/caleb/NetBeansProjects/ADSV Java/lab9_CalebFontenot/src/main/java/com/calebfontenot/lab9_calebfontenot/MinimumOf3.java diff --git a/Exam1Practice_CalebFontenot/DayOfTheWeek.html b/Exams/Exam1Practice_CalebFontenot/DayOfTheWeek.html similarity index 100% rename from Exam1Practice_CalebFontenot/DayOfTheWeek.html rename to Exams/Exam1Practice_CalebFontenot/DayOfTheWeek.html diff --git a/Exam1Practice_CalebFontenot/RandomMonth.html b/Exams/Exam1Practice_CalebFontenot/RandomMonth.html similarity index 100% rename from Exam1Practice_CalebFontenot/RandomMonth.html rename to Exams/Exam1Practice_CalebFontenot/RandomMonth.html diff --git a/Exam1Practice_CalebFontenot/TrianglePerimeter.html b/Exams/Exam1Practice_CalebFontenot/TrianglePerimeter.html similarity index 100% rename from Exam1Practice_CalebFontenot/TrianglePerimeter.html rename to Exams/Exam1Practice_CalebFontenot/TrianglePerimeter.html diff --git a/Exam1Practice_CalebFontenot/pom.xml b/Exams/Exam1Practice_CalebFontenot/pom.xml similarity index 100% rename from Exam1Practice_CalebFontenot/pom.xml rename to Exams/Exam1Practice_CalebFontenot/pom.xml diff --git a/Exam1Practice_CalebFontenot/src/main/java/com/calebfontenot/exam1_calebfontenot/DayOfTheWeek.java b/Exams/Exam1Practice_CalebFontenot/src/main/java/com/calebfontenot/exam1_calebfontenot/DayOfTheWeek.java similarity index 100% rename from Exam1Practice_CalebFontenot/src/main/java/com/calebfontenot/exam1_calebfontenot/DayOfTheWeek.java rename to Exams/Exam1Practice_CalebFontenot/src/main/java/com/calebfontenot/exam1_calebfontenot/DayOfTheWeek.java diff --git a/Exam1Practice_CalebFontenot/src/main/java/com/calebfontenot/exam1_calebfontenot/Exam1_CalebFontenot.java b/Exams/Exam1Practice_CalebFontenot/src/main/java/com/calebfontenot/exam1_calebfontenot/Exam1_CalebFontenot.java similarity index 100% rename from Exam1Practice_CalebFontenot/src/main/java/com/calebfontenot/exam1_calebfontenot/Exam1_CalebFontenot.java rename to Exams/Exam1Practice_CalebFontenot/src/main/java/com/calebfontenot/exam1_calebfontenot/Exam1_CalebFontenot.java diff --git a/Exam1Practice_CalebFontenot/src/main/java/com/calebfontenot/exam1_calebfontenot/RandomMonth.java b/Exams/Exam1Practice_CalebFontenot/src/main/java/com/calebfontenot/exam1_calebfontenot/RandomMonth.java similarity index 100% rename from Exam1Practice_CalebFontenot/src/main/java/com/calebfontenot/exam1_calebfontenot/RandomMonth.java rename to Exams/Exam1Practice_CalebFontenot/src/main/java/com/calebfontenot/exam1_calebfontenot/RandomMonth.java diff --git a/Exam1Practice_CalebFontenot/src/main/java/com/calebfontenot/exam1_calebfontenot/TrianglePerimeter.java b/Exams/Exam1Practice_CalebFontenot/src/main/java/com/calebfontenot/exam1_calebfontenot/TrianglePerimeter.java similarity index 100% rename from Exam1Practice_CalebFontenot/src/main/java/com/calebfontenot/exam1_calebfontenot/TrianglePerimeter.java rename to Exams/Exam1Practice_CalebFontenot/src/main/java/com/calebfontenot/exam1_calebfontenot/TrianglePerimeter.java diff --git a/Exams/Exam1Practice_CalebFontenot/target/classes/com/calebfontenot/exam1_calebfontenot/DayOfTheWeek.class b/Exams/Exam1Practice_CalebFontenot/target/classes/com/calebfontenot/exam1_calebfontenot/DayOfTheWeek.class new file mode 100755 index 0000000..eebe176 Binary files /dev/null and b/Exams/Exam1Practice_CalebFontenot/target/classes/com/calebfontenot/exam1_calebfontenot/DayOfTheWeek.class differ diff --git a/Exams/Exam1Practice_CalebFontenot/target/classes/com/calebfontenot/exam1_calebfontenot/Exam1_CalebFontenot.class b/Exams/Exam1Practice_CalebFontenot/target/classes/com/calebfontenot/exam1_calebfontenot/Exam1_CalebFontenot.class new file mode 100755 index 0000000..ace1238 Binary files /dev/null and b/Exams/Exam1Practice_CalebFontenot/target/classes/com/calebfontenot/exam1_calebfontenot/Exam1_CalebFontenot.class differ diff --git a/Exams/Exam1Practice_CalebFontenot/target/classes/com/calebfontenot/exam1_calebfontenot/RandomMonth.class b/Exams/Exam1Practice_CalebFontenot/target/classes/com/calebfontenot/exam1_calebfontenot/RandomMonth.class new file mode 100755 index 0000000..a752329 Binary files /dev/null and b/Exams/Exam1Practice_CalebFontenot/target/classes/com/calebfontenot/exam1_calebfontenot/RandomMonth.class differ diff --git a/Exams/Exam1Practice_CalebFontenot/target/classes/com/calebfontenot/exam1_calebfontenot/TrianglePerimeter.class b/Exams/Exam1Practice_CalebFontenot/target/classes/com/calebfontenot/exam1_calebfontenot/TrianglePerimeter.class new file mode 100755 index 0000000..3308280 Binary files /dev/null and b/Exams/Exam1Practice_CalebFontenot/target/classes/com/calebfontenot/exam1_calebfontenot/TrianglePerimeter.class differ diff --git a/Exams/Exam1Practice_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Exams/Exam1Practice_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100755 index 0000000..89403c0 --- /dev/null +++ b/Exams/Exam1Practice_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,2 @@ +com\calebfontenot\exam1_calebfontenot\Exam1_CalebFontenot.class +com\calebfontenot\exam1_calebfontenot\RandomMonth.class diff --git a/Exams/Exam1Practice_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Exams/Exam1Practice_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100755 index 0000000..ee784d7 --- /dev/null +++ b/Exams/Exam1Practice_CalebFontenot/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,2 @@ +C:\Users\ar114\Documents\NetBeansProjects\Exam1_CalebFontenot\src\main\java\com\calebfontenot\exam1_calebfontenot\Exam1_CalebFontenot.java +C:\Users\ar114\Documents\NetBeansProjects\Exam1_CalebFontenot\src\main\java\com\calebfontenot\exam1_calebfontenot\RandomMonth.java diff --git a/ExamPractice/exam1Programming-2-1.pdf b/Exams/ExamPractice/exam1Programming-2-1.pdf similarity index 100% rename from ExamPractice/exam1Programming-2-1.pdf rename to Exams/ExamPractice/exam1Programming-2-1.pdf diff --git a/ExamPractice/pom.xml b/Exams/ExamPractice/pom.xml similarity index 100% rename from ExamPractice/pom.xml rename to Exams/ExamPractice/pom.xml diff --git a/ExamPractice/src/main/java/com/calebfontenot/exampractice/AscendingOrderOf3.java b/Exams/ExamPractice/src/main/java/com/calebfontenot/exampractice/AscendingOrderOf3.java similarity index 100% rename from ExamPractice/src/main/java/com/calebfontenot/exampractice/AscendingOrderOf3.java rename to Exams/ExamPractice/src/main/java/com/calebfontenot/exampractice/AscendingOrderOf3.java diff --git a/ExamPractice/src/main/java/com/calebfontenot/exampractice/ExamPractice.java b/Exams/ExamPractice/src/main/java/com/calebfontenot/exampractice/ExamPractice.java similarity index 100% rename from ExamPractice/src/main/java/com/calebfontenot/exampractice/ExamPractice.java rename to Exams/ExamPractice/src/main/java/com/calebfontenot/exampractice/ExamPractice.java diff --git a/Exams/ExamPractice/target/ExamPractice-1.0-SNAPSHOT.jar b/Exams/ExamPractice/target/ExamPractice-1.0-SNAPSHOT.jar new file mode 100644 index 0000000..d35788f Binary files /dev/null and b/Exams/ExamPractice/target/ExamPractice-1.0-SNAPSHOT.jar differ diff --git a/Exams/ExamPractice/target/classes/com/calebfontenot/exampractice/AscendingOrderOf3.class b/Exams/ExamPractice/target/classes/com/calebfontenot/exampractice/AscendingOrderOf3.class new file mode 100644 index 0000000..c32eaba Binary files /dev/null and b/Exams/ExamPractice/target/classes/com/calebfontenot/exampractice/AscendingOrderOf3.class differ diff --git a/Exams/ExamPractice/target/classes/com/calebfontenot/exampractice/ExamPractice.class b/Exams/ExamPractice/target/classes/com/calebfontenot/exampractice/ExamPractice.class new file mode 100644 index 0000000..457f3ec Binary files /dev/null and b/Exams/ExamPractice/target/classes/com/calebfontenot/exampractice/ExamPractice.class differ diff --git a/Exams/ExamPractice/target/maven-archiver/pom.properties b/Exams/ExamPractice/target/maven-archiver/pom.properties new file mode 100644 index 0000000..615c8e5 --- /dev/null +++ b/Exams/ExamPractice/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Tue Sep 27 12:05:15 CDT 2022 +artifactId=ExamPractice +groupId=com.calebfontenot +version=1.0-SNAPSHOT diff --git a/Exams/ExamPractice/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Exams/ExamPractice/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..8a8917c --- /dev/null +++ b/Exams/ExamPractice/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1 @@ +com/calebfontenot/exampractice/ExamPractice.class diff --git a/Exams/ExamPractice/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Exams/ExamPractice/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..64ad674 --- /dev/null +++ b/Exams/ExamPractice/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1 @@ +/home/caleb/NetBeansProjects/ADSV Java/ExamPractice/src/main/java/com/calebfontenot/exampractice/ExamPractice.java diff --git a/mavenproject1/pom.xml b/Test Project/pom.xml similarity index 100% rename from mavenproject1/pom.xml rename to Test Project/pom.xml diff --git a/mavenproject1/src/main/java/com/mycompany/mavenproject1/ByteOverFlow.java b/Test Project/src/main/java/com/mycompany/mavenproject1/ByteOverFlow.java similarity index 100% rename from mavenproject1/src/main/java/com/mycompany/mavenproject1/ByteOverFlow.java rename to Test Project/src/main/java/com/mycompany/mavenproject1/ByteOverFlow.java diff --git a/mavenproject1/src/main/java/com/mycompany/mavenproject1/LogicalExpression.java b/Test Project/src/main/java/com/mycompany/mavenproject1/LogicalExpression.java similarity index 100% rename from mavenproject1/src/main/java/com/mycompany/mavenproject1/LogicalExpression.java rename to Test Project/src/main/java/com/mycompany/mavenproject1/LogicalExpression.java diff --git a/Test Project/src/main/java/com/mycompany/mavenproject1/LulyBoolean.java b/Test Project/src/main/java/com/mycompany/mavenproject1/LulyBoolean.java new file mode 100644 index 0000000..9dfdc1c --- /dev/null +++ b/Test Project/src/main/java/com/mycompany/mavenproject1/LulyBoolean.java @@ -0,0 +1,19 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template + */ +package com.mycompany.mavenproject1; + +/** + * + * @author caleb + */ +public class LulyBoolean { + public static void main(String[] args) + { + boolean even = false; + System.out.println((even ? true : false)); + System.out.println(even); + } + +} diff --git a/mavenproject1/src/main/java/com/mycompany/mavenproject1/Mavenproject1.java b/Test Project/src/main/java/com/mycompany/mavenproject1/Mavenproject1.java similarity index 100% rename from mavenproject1/src/main/java/com/mycompany/mavenproject1/Mavenproject1.java rename to Test Project/src/main/java/com/mycompany/mavenproject1/Mavenproject1.java diff --git a/mavenproject1/src/main/java/com/mycompany/mavenproject1/NotDemo.java b/Test Project/src/main/java/com/mycompany/mavenproject1/NotDemo.java similarity index 100% rename from mavenproject1/src/main/java/com/mycompany/mavenproject1/NotDemo.java rename to Test Project/src/main/java/com/mycompany/mavenproject1/NotDemo.java diff --git a/mavenproject1/src/main/java/com/mycompany/mavenproject1/PrePostIncrement.java b/Test Project/src/main/java/com/mycompany/mavenproject1/PrePostIncrement.java similarity index 100% rename from mavenproject1/src/main/java/com/mycompany/mavenproject1/PrePostIncrement.java rename to Test Project/src/main/java/com/mycompany/mavenproject1/PrePostIncrement.java diff --git a/mavenproject1/src/main/java/com/mycompany/mavenproject1/TypeCasting.java b/Test Project/src/main/java/com/mycompany/mavenproject1/TypeCasting.java similarity index 100% rename from mavenproject1/src/main/java/com/mycompany/mavenproject1/TypeCasting.java rename to Test Project/src/main/java/com/mycompany/mavenproject1/TypeCasting.java diff --git a/mavenproject1/target/classes/com/mycompany/mavenproject1/ByteOverFlow.class b/Test Project/target/classes/com/mycompany/mavenproject1/ByteOverFlow.class similarity index 79% rename from mavenproject1/target/classes/com/mycompany/mavenproject1/ByteOverFlow.class rename to Test Project/target/classes/com/mycompany/mavenproject1/ByteOverFlow.class index df4dbb6..221fb7d 100644 Binary files a/mavenproject1/target/classes/com/mycompany/mavenproject1/ByteOverFlow.class and b/Test Project/target/classes/com/mycompany/mavenproject1/ByteOverFlow.class differ diff --git a/mavenproject1/target/classes/com/mycompany/mavenproject1/LogicalExpression.class b/Test Project/target/classes/com/mycompany/mavenproject1/LogicalExpression.class similarity index 90% rename from mavenproject1/target/classes/com/mycompany/mavenproject1/LogicalExpression.class rename to Test Project/target/classes/com/mycompany/mavenproject1/LogicalExpression.class index e30795e..a35cb6f 100644 Binary files a/mavenproject1/target/classes/com/mycompany/mavenproject1/LogicalExpression.class and b/Test Project/target/classes/com/mycompany/mavenproject1/LogicalExpression.class differ diff --git a/Test Project/target/classes/com/mycompany/mavenproject1/LulyBoolean.class b/Test Project/target/classes/com/mycompany/mavenproject1/LulyBoolean.class new file mode 100644 index 0000000..5aed263 Binary files /dev/null and b/Test Project/target/classes/com/mycompany/mavenproject1/LulyBoolean.class differ diff --git a/mavenproject1/target/classes/com/mycompany/mavenproject1/Mavenproject1.class b/Test Project/target/classes/com/mycompany/mavenproject1/Mavenproject1.class similarity index 100% rename from mavenproject1/target/classes/com/mycompany/mavenproject1/Mavenproject1.class rename to Test Project/target/classes/com/mycompany/mavenproject1/Mavenproject1.class diff --git a/mavenproject1/target/classes/com/mycompany/mavenproject1/NotDemo.class b/Test Project/target/classes/com/mycompany/mavenproject1/NotDemo.class similarity index 65% rename from mavenproject1/target/classes/com/mycompany/mavenproject1/NotDemo.class rename to Test Project/target/classes/com/mycompany/mavenproject1/NotDemo.class index acfb62c..2beb0c7 100644 Binary files a/mavenproject1/target/classes/com/mycompany/mavenproject1/NotDemo.class and b/Test Project/target/classes/com/mycompany/mavenproject1/NotDemo.class differ diff --git a/mavenproject1/target/classes/com/mycompany/mavenproject1/PrePostIncrement.class b/Test Project/target/classes/com/mycompany/mavenproject1/PrePostIncrement.class similarity index 100% rename from mavenproject1/target/classes/com/mycompany/mavenproject1/PrePostIncrement.class rename to Test Project/target/classes/com/mycompany/mavenproject1/PrePostIncrement.class diff --git a/mavenproject1/target/classes/com/mycompany/mavenproject1/TypeCasting.class b/Test Project/target/classes/com/mycompany/mavenproject1/TypeCasting.class similarity index 100% rename from mavenproject1/target/classes/com/mycompany/mavenproject1/TypeCasting.class rename to Test Project/target/classes/com/mycompany/mavenproject1/TypeCasting.class diff --git a/mavenproject1/target/maven-archiver/pom.properties b/Test Project/target/maven-archiver/pom.properties similarity index 100% rename from mavenproject1/target/maven-archiver/pom.properties rename to Test Project/target/maven-archiver/pom.properties diff --git a/mavenproject1/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Test Project/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst similarity index 100% rename from mavenproject1/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst rename to Test Project/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst diff --git a/mavenproject1/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Test Project/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst similarity index 100% rename from mavenproject1/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst rename to Test Project/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst diff --git a/mavenproject1/target/classes/.netbeans_automatic_build b/Test Project/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst similarity index 100% rename from mavenproject1/target/classes/.netbeans_automatic_build rename to Test Project/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst diff --git a/mavenproject1/target/mavenproject1-1.0-SNAPSHOT.jar b/Test Project/target/mavenproject1-1.0-SNAPSHOT.jar similarity index 100% rename from mavenproject1/target/mavenproject1-1.0-SNAPSHOT.jar rename to Test Project/target/mavenproject1-1.0-SNAPSHOT.jar diff --git a/MP1_CalebFontenot.zip b/ZIPs/MP1_CalebFontenot.zip similarity index 100% rename from MP1_CalebFontenot.zip rename to ZIPs/MP1_CalebFontenot.zip diff --git a/MP2_CalebFontenot.zip b/ZIPs/MP2_CalebFontenot.zip similarity index 100% rename from MP2_CalebFontenot.zip rename to ZIPs/MP2_CalebFontenot.zip diff --git a/lab6_CalebFontenot.zip b/ZIPs/lab6_CalebFontenot.zip similarity index 100% rename from lab6_CalebFontenot.zip rename to ZIPs/lab6_CalebFontenot.zip diff --git a/lab7_CalebFontenot.zip b/ZIPs/lab7_CalebFontenot.zip similarity index 100% rename from lab7_CalebFontenot.zip rename to ZIPs/lab7_CalebFontenot.zip diff --git a/lab8_CalebFontenot.zip b/ZIPs/lab8_CalebFontenot.zip similarity index 100% rename from lab8_CalebFontenot.zip rename to ZIPs/lab8_CalebFontenot.zip diff --git a/lab9_CalebFontenot.zip b/ZIPs/lab9_CalebFontenot.zip similarity index 100% rename from lab9_CalebFontenot.zip rename to ZIPs/lab9_CalebFontenot.zip diff --git a/mavenproject1/target/test-classes/.netbeans_automatic_build b/mavenproject1/target/test-classes/.netbeans_automatic_build deleted file mode 100644 index e69de29..0000000