Homework Submission FAQ
Policies
-
You have 5 late days that may be used through the semester. Each
project
descriptions detail how late days may be used for that particular project.
-
You can acquire an additional late day by submitting this assignment at
least 24 hours early.
-
After using your allocated late days your projects will be charged
2 points for each additional late day used.
-
Aside from the code provided, you must design and write all code that you
submit.
-
You may discuss problems and ideas with your classmates but you may not,
under any circumstances, share code.
How to Submit
Once your assignment and all the files you need to submit are completed,
create and submit a single tarball for the directory. To make a tarball,
use the tar command. man tar will give you
detailed information on how to use tar, but to submit your
assignments this example should take care of everything.
Student user momar has directory ~/cs155/proj1/
where his project 1 code, assignment1.html and art contest images reside.
To submit his assignment, these are the commands he'd execute.
cd ~/cs155/
tar cz proj1/ > proj1.tar.gz
cs155submit proj1.tar.gz
Last updated:
July
2002