It has come to our attention that the standard turnin program is broken... It worked earlier this week, but it is not working today. These are the NEW instructions to turn project0 in: 1. Place all of your source files in a directory called "_project0". For example, if your username is trogdor your directory should be named trogdor_project0 IMPORTANT -- Make sure that the only files in this directory are source files! No executables, no temp files (such as queue.c~ or #queue.c# etc)! 2. From the commandline, either on attu or in cygwin or some other Unix-based machine type: tar cvzf _project0.tar.gz _project0 where is your username as described in step 1. For example: tar cvzf trogdor_project0.tar.gz trogdor_project0 3. Email Marissa with this tarball as an attachment. The email address is rodenm at cs.washington.edu 4. If for some reason, Marissa's email address refuses delivery, email Aziel with your tarball attachment at aziel at cs.washington.edu 5. If that doesn't work, let the TAs or the professors know. We doubt it will be a problem, though. Thanks for your patience! turnin will be up and running by the time the next project is out!