From a5baeb9c032d106b8c30541bf8542a3afeeb4750 Mon Sep 17 00:00:00 2001 From: Dennis Eddington Date: Sat, 5 Oct 2019 23:33:06 -0400 Subject: [PATCH 1/3] Coding Challenge base complete --- .idea/libraries/junit_4_13_beta_3.xml | 9 + .idea/misc.xml | 6 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 424 + 2019-StateFarm-CodingCompetitionProblem.iml | 12 + junit-4.13-beta-3.jar | Bin 0 -> 381075 bytes .../CodingCompCSVUtil.class | Bin 0 -> 6720 bytes .../DisasterDescription.class | Bin 0 -> 1040 bytes .../resources/natural-disasters-by-type.csv | 829 + .../resources/significant-earthquakes.csv | 143641 +++++++++++++++ .../significant-volcanic-eruptions.csv | 16808 ++ .../main/resources/test.csv | 11 + .../main/resources/test1.csv | 12 + .../CodingCompCSVUtilTest.class | Bin 0 -> 4211 bytes .../CodingCompCSVUtil.java | 204 +- .../DisasterDescription.java | 34 +- .../CodingCompCSVUtilTest.java | 9 +- 18 files changed, 161988 insertions(+), 25 deletions(-) create mode 100644 .idea/libraries/junit_4_13_beta_3.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 2019-StateFarm-CodingCompetitionProblem.iml create mode 100644 junit-4.13-beta-3.jar create mode 100644 out/production/2019-StateFarm-CodingCompetitionProblem/main/java/codingcompetition2019/CodingCompCSVUtil.class create mode 100644 out/production/2019-StateFarm-CodingCompetitionProblem/main/java/codingcompetition2019/DisasterDescription.class create mode 100644 out/production/2019-StateFarm-CodingCompetitionProblem/main/resources/natural-disasters-by-type.csv create mode 100644 out/production/2019-StateFarm-CodingCompetitionProblem/main/resources/significant-earthquakes.csv create mode 100644 out/production/2019-StateFarm-CodingCompetitionProblem/main/resources/significant-volcanic-eruptions.csv create mode 100644 out/production/2019-StateFarm-CodingCompetitionProblem/main/resources/test.csv create mode 100644 out/production/2019-StateFarm-CodingCompetitionProblem/main/resources/test1.csv create mode 100644 out/production/2019-StateFarm-CodingCompetitionProblem/test/java/codingcompetition2019/CodingCompCSVUtilTest.class diff --git a/.idea/libraries/junit_4_13_beta_3.xml b/.idea/libraries/junit_4_13_beta_3.xml new file mode 100644 index 0000000..fe24954 --- /dev/null +++ b/.idea/libraries/junit_4_13_beta_3.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..0548357 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..bffe354 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..8991d9f --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,424 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +