|
Main Page | Previous Quarters | CSE Home | About Us | Search | Contact Info |
Electronic Turnin InstructionsTo turn in your files electronically, you will need to:
GuidelinesSubmit only the Java source files and the test cases you used, unless specified otherwise in the project. For example, do not submit .class files.Only one person should submit on behalf of a team, for team projects. Make sure your program compiles and runs on attu. We encourage you to use attu to do all your development and testing as it will be good experience for future courses and for industry. While you can develop and run your programs on your desktop machine (e.g., under Eclipse), you must ensure that they compile and run on an instructional Unix machine, before turning them in. Important: only your last turnin is kept on the server. You may resubmit a newer version of your project (use the same turnin command), in which case the previous version will be lost. Resubmitting after the project deadline is, therefore, unwise because your timely submission (which you supposedly had made earlier) will no longer be available to us. Printing: If you are instructed to submit hard copies in class, these must be the printouts of your latest electronic turnin. Use the following command to produce a double-column, double-sided, syntax highlighted, numbered printout: enscript -DDuplex:true -DTumble:true -2r -Ejava -C -G -H5 -j -Pps006 File1.java File2.javaSubstitute your files for File1.java File2.java and the correct printer for ps006. Note: Here's a good opportunity for you to write a one line unix script "myenscript" that executes enscript with all these options! Of course, using these options is not a strict requirement, but they'll give you a nicer, easier to read printout. If you are curious, do "man enscript" to figure out what all the options do.
|
Department of Computer Science & Engineering University of Washington Box 352350 Seattle, WA 98195-2350 (206) 543-1695 voice, (206) 543-2969 FAX [comments to cse326-staff at cs.washington.edu] |