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?

  1. Put all your project files into one directory.
  2. Make sure that your project directory contains a README file containing all the required components described in the project assignment page.
  3. Your name, the class, and the date must appear in each file!
  4. 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
  5. Email the archive to the TA and the professor.