Instructions for electronic submission of projects --------------------------------------------------- We will use the turnin facility on attu.cs.washington.edu to handle electronic submissions of projects. This file contains instructions for submission using turnin. All CSE451 projects must use the following naming convention: project, where i is the number of the project (see the name on the project web page). For example, the name of the first project (queue and hash table) is project0. To submit a project (e.g., project0) electronically, please proceed according to the following steps: 1. Log into attu or a linux machine in the lab. Those are the machines where electronic submission is enabled. 2. Create a folder named -project0 (e.g., mine would be lazowska-project0). The naming convention is a requirement; please DO NOT use any other name. 3. Copy all of the files necessary to understand and compile your project into the new folder: .c and .h files, Makefiles, bzImage, libraries, readme files, etc. Please DO NOT include executables, object files, core dumps, etc., in the folder. 4. cd to the directory containing your project folder and type: turnin -v -c cse451 -p project0 -project0 Use the above instructions for any other project (e.g., project1, ...). NOTE: Turnin of projects will be disabled 24 hours after the due date unless otherwise specified. Please email any of the TAs if you have any problems with the turnin system.