Home CS439



CS439 Principles of Computer Systems

Turnin Checklist

Before assuming that your project has been successfully turned in, please read over this checklist!

Have you...

  1. filled out your README?
  2. included your pair_programming log in the appropriate directory (threads for the threads project, etc.) and named it the appropriate name?
  3. tested and verified that your projects compiles after any and all changes (even adding or deleting comments)? To be *really* sure, download the code you submitted and test in a clean directory.
  4. tested and verified that you submitted the most recent version of your work? Again, to be *really* sure, download your submission and test in a clean directory
  5. turned in the correct tar file to the correct project?
  6. submitted your design document to the appropriate (separate) Canvas assignment?
  7. verified that your code follows the C Style Guide?
  8. For Project 0: made sure that your output exactly matches the output of the reference shell? Remember that we grade by script.
  9. For Project 3: made sure that you modified the correct Makefile and NOT the one automatically generated? If you modified the wrong one, your code will not be part of the compilation when we test. Again, to be *really* sure, download your submission and test in a clean directory