Project 3 is due Wednesday, November 14th at the beginning of class (4:40 PM). Your software must be submitted by 4:40 PM, and your project report must be submitted at the beginning of class. Here are some notes on what to turn in, and how to do it.
Project reportThe project report is to be handed in hard-copy, following previous instructions in class. Directions:
Source code and testingSome important reminders for your PHP and HTML source:
READMEYou should turn in a file called "README" with your source code. The README file should contain at least:
A minimal example README
|
Project reportAs noted above, please turn in your source code before class and your report at the beginning of class on Wednesday, November 14.Source code and READMEYour source code and README files should be turned in using the following instructions:
Notes on the "turnin" programThe turnin program expects only one argument: the file name you want to submit. However, you should also provide the project name with the option "-p project3". This makes it easier for the graders to know that your submission is actually for project 3. (The turnin program also can take the "-c" option, which identifies which course your file should be submitted to.)You may submit the same project multiple times (until the deadline). However, to make it easier on the graders you must always submit with the same command-line options. The turnin program can take only one file to submit, which is why you must create a TAR file, i.e. one file that contains several others. Notes on file namesTurnin does not care what you name the file you are submitting. It changes the name of your file to "username.project" where "username" is your user id (such as "ghamerly"), and "project" is the argument supplied with the "-p" option. So if you re-submit with a different file name, you don't need to worry about submitting files with the same name.An example: If I submit a file with "turnin -p project3 -c cs134f project3.tar", then the turnin program will create a file called "ghamerly.project3" in the submission directory. |
If you have any questions, first read over these instructions again.
Then if you still have questions, email Greg at ghamerly@cs.ucsd.edu.