CS 130b Turnin Instructions

In order to electronically turnin your project files, use the following command:

  turnin prog1@cs130b LIST
where LIST is the list of all your files, i.e., your makefile, all your .c and .h files.

(The turnin program is located in /usr/bin/turnin on csil.cs.ucsb.edu only.)

You must use makefiles and comment your code.  POINTS will be deducted if you don't.

*** In addition, you must include a README file to tell the TAs what is what. ***

When testing your program I will execute the following commands: 

  make
a.out < data.1
a.out < data.2
...
where data.1, data.2, ... are set of data that we will create to test your programs.  The path for turnin is /usr/bin and only turnin from csil.cs.ucsb.edu.  In case of errors (no characters transmitted) or other things, please contact the TAs or Professor Suri.  

IF YOU TURNIN INCORRECTLY, WE MAY DEDUCT SOME POINTS (5%).

Normally students will turnin in their project just once.  If you turnin more than once then the version that will be graded is the last version you turned in before the deadline.