Instructor: Thu D. Nguyen
|
TA: Manju Radhakrishnan
|
|
Lecture: M,W 7:40-9:00pm |
Section: W 9:00-10:00pm |
you should tar/zip the directory that contains your project. For example, if I was building my scanner in the directory cs415/phase1, I would do:
% cd ~/415
% tar cf phase1.tar phase1
Then, to hand this phase of the project in, I would do the following:
% handin cs415-nguyen.proj1 phase1.tar
% handin -l cs415-nguyen.proj1
where the latter command is used for verifying that my submission was received and the time at which it was received.
Most of the material in this course derives from Ulrich Kremer's CS 415. Some lecture slides are from Barbara Ryder's CS 415. All errors are mine.