FJK Home | CPE/CSC 580 | Syllabus | Schedule | Lecture Notes | Assignments | Project | Teams | Other Links |
In general, I expect programming assignments to be submitted through the handin program on falcon. For the AI classes (480, 481, 580), please use the grade480 account, i.e. handin grade480. You can find further information about handin on Phil Nico's Web page at http://www.csc.calpoly.edu/~pnico/class/w04/cpeX317/submit.html. A the end of this document is a trace of a handin sample session. handin only works from falcon accounts, so you need to have an active account on falcon or hornet. Make sure that your account is working!
If your assignment consists of several files, put them in an archive file (e.g. via zip, gzip, tar). Please use only .zip, .gz and .tar formats for archiving the files.
Depending on the type of the assignment, you need to submit the following material:
The handin script confirms the submission of an assignment, and lists the files that you have submitted so far.
Here is an example of a handin session. With handin grade480 I get a list of available subdirectories, and handin grade480 Test lists the contents of the subdirectory Test . Among other things, it contains a file mbox, and with handin grade480 Test mbox I'm submitting that file again, which overwrites the old version; this is useful if you want to resubmit your assignment. And by issuing handin grade480 Test again, I'm verifying that the latest version of the file is in the directory.
fkurfess@falcon:~ 100 > handin grade480 Existing subdirectories (comments in parentheses): A2-Search A3-Wumpus A4-Robocode Test fkurfess@falcon:~ 101 > handin grade480 Test The following input files have been received: Fri Nov 21 11:24:58 2003 869 bytes mbox.gz Wed Jan 7 14:53:43 2004 1813 bytes mbox fkurfess@falcon:~ 102 > handin grade480 Test mbox Submitting mbox... ok fkurfess@falcon:~ 103 > handin grade480 Test The following input files have been received: Fri Nov 21 11:24:58 2003 869 bytes mbox.gz Wed Jan 7 15:12:14 2004 1813 bytes mbox fkurfess@falcon:~ 104 >
FJK Home | CPE/CSC 580 | Syllabus | Schedule | Lecture Notes | Assignments | Project | Teams | Other Links |
Franz Kurfess |