From 8bf66ef96fa2965c2d247d54c546ac5c6fb00360 Mon Sep 17 00:00:00 2001 From: JasonCorp84 Date: Tue, 5 Feb 2019 13:48:03 -0800 Subject: [PATCH 1/3] readon from a text file --- .idea/codeStyles/codeStyleConfig.xml | 5 + .idea/description.html | 1 + .idea/encodings.xml | 6 + .idea/misc.xml | 9 + .idea/modules.xml | 8 + .idea/project-template.xml | 3 + .idea/vcs.xml | 6 + .idea/workspace.xml | 219 ++++++++++++++++++ JavaWordCount.iml | 12 + humanrights.txt | 1 + java-WordCount.iml | 9 + .../com/lambdaschool/humanrights.txt | 1 + .../wordcount/CountWordInstances.class | Bin 0 -> 333 bytes .../com/lambdaschool/wordcount/Main.class | Bin 0 -> 1990 bytes .../lambdaschool/wordcount/humanrights.txt | 1 + out/production/JavaWordCount/humanrights.txt | 1 + .../wordcount/CountWordInstances.java | 5 + src/com/lambdaschool/wordcount/Main.java | 34 +++ src/humanrights.txt | 1 + 19 files changed, 322 insertions(+) create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/description.html create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/project-template.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 JavaWordCount.iml create mode 100644 humanrights.txt create mode 100644 java-WordCount.iml create mode 100644 out/production/JavaWordCount/com/lambdaschool/humanrights.txt create mode 100644 out/production/JavaWordCount/com/lambdaschool/wordcount/CountWordInstances.class create mode 100644 out/production/JavaWordCount/com/lambdaschool/wordcount/Main.class create mode 100644 out/production/JavaWordCount/com/lambdaschool/wordcount/humanrights.txt create mode 100644 out/production/JavaWordCount/humanrights.txt create mode 100644 src/com/lambdaschool/wordcount/CountWordInstances.java create mode 100644 src/com/lambdaschool/wordcount/Main.java create mode 100644 src/humanrights.txt diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/description.html b/.idea/description.html new file mode 100644 index 0000000..db5f129 --- /dev/null +++ b/.idea/description.html @@ -0,0 +1 @@ +Simple Java application that includes a class with main() method \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..ada92a5 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..bf392ff --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..e9f9688 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/project-template.xml b/.idea/project-template.xml new file mode 100644 index 0000000..1f08b88 --- /dev/null +++ b/.idea/project-template.xml @@ -0,0 +1,3 @@ + \ 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..f31fc95 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +