Assignment Set 1 - Submission Guidelines (Fall 2006)

To submit your assignment, you will need to show a run of specific input for Parts 1 and 2. To receive partial credit for any portion, you will need to show runs that demonstrate those parts function correctly. For the different parts of the assignment, here are the required runs to be be captured.

You must use scriptto start capturing your runs. If you do not know how to use script, examine its man page or use Google. A sample run might look like this.


$ script
Script started, file is typescript
$ cat ~tmont/assign1-Fa06-part1.txt | my_echo_client localhost 34685
Line does not differ, line was: This is NOT an ordinary text file.
Line does not differ, line was: There is NOT nothing special here.
Line does not differ, line was: [so, move along. Not doing anything special here.]
....
End of File. Disconnecting...
$ exit
Script done, file is typescript

You will need to submit all script runs and source code to tmont@csee.wvu.edu by 12:00am September 30, 2006.

Some restrictions:

Please follow this procedure. If you do not follow this procedure your programs will not be graded!
Todd L. Montgomery (revised 09.20.2006)