cs147a: Lab and Projects FAQ
FAQ for
cs147a lab and projects. Ask more questions to make this
document more helpful.
How do I Submit my Project?
-
Put all your project files into one directory.
-
Make sure that your project directory contains a README file
containing all the required components described in the
project assignment page.
-
Your name, the class, and the date must
appear in each file!
-
Pack the directory up using .zip, .tar.gz, or .tar.bz2. The
archive must be named with your username. Directions for doing
this vary by platform, but here is an example for making a
.tar.bz2 on Linux or Mac OSX:
~/proj/cs147a/project1 $ cd ..
~/proj/cs147a $ tar cvfj rshaull.tar.bz2 project1
-
Email the archive to the TA and the professor.