Browse Source

Update 'README.md'

Kristofer Younger 6 years ago
parent
commit
e3f9dc2958
1 changed files with 9 additions and 2 deletions
  1. 9
    2
      README.md

+ 9
- 2
README.md View File

2
 
2
 
3
 # Java Coding Samples 
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
 *   A [Hello World!](CodeSamples/codeSamples/HelloWorld.java) Java program.
7
 *   A [Hello World!](CodeSamples/codeSamples/HelloWorld.java) Java program.
8
     
8
     
86
     
86
     
87
 *   [SimpleWordCount](CodeSamples/codeSamples/SimpleWordCounter.java) \- Program demonstrating use of a map to count the frequency of words in a file.
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.