|
@@ -2,7 +2,7 @@
|
2
|
2
|
|
3
|
3
|
# Java Coding Samples
|
4
|
4
|
|
5
|
|
-Various Java programs to illustrate various concepts from an old CS course at UTexas.edu.
|
|
5
|
+Various Java programs to illustrate various concepts from an old CS course at UTexas.edu. This java code is from the last century.
|
6
|
6
|
|
7
|
7
|
* A [Hello World!](CodeSamples/codeSamples/HelloWorld.java) Java program.
|
8
|
8
|
|
|
@@ -86,4 +86,11 @@ Various Java programs to illustrate various concepts from an old CS course at UT
|
86
|
86
|
|
87
|
87
|
* [SimpleWordCount](CodeSamples/codeSamples/SimpleWordCounter.java) \- Program demonstrating use of a map to count the frequency of words in a file.
|
88
|
88
|
|
89
|
|
-* [WordCount](https://www.cs.utexas.edu/~scottm/cs314/CodeSamples/CodingSamples/WordCount.java) \- Program that compares counting words in files using an ArrayList and a Map.
|
|
89
|
+* [WordCount](https://www.cs.utexas.edu/~scottm/cs314/CodeSamples/CodingSamples/WordCount.java) \- Program that compares counting words in files using an ArrayList and a Map.
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+Fork this repo to your account, clone your repo to your machine.
|
|
93
|
+Read all this code. Puzzle over what it does.
|
|
94
|
+Choose one of these code samples. Add a file with your name as the filename (ex: SteveJ.md),
|
|
95
|
+write me a brief paragraph that describes what your chosen code sample does and how it works.
|
|
96
|
+Add, commit, push and do a Pull Request.
|