Week 1: September 3 and 5, 2003
Week 2: September 8, 10, and 12, 2003
Week 3: September 15, 17, and 19, 2003
Week 4: September 22, 24 and 26, 2003
Unix Commands -------------------------------------------------------------------------------- 1. cd <-- change to home directory 2. cd file1 <-- change to directory file1 3. ls and ls -ls and ls -tl <-- list contents of a directory 4. mkdir file1 <-- make a directory called file1 5. rmdir file1 <-- remove directory file1 6. cp file1 file2 <-- copy file1 to file2 7. mv file1 file2 <-- move file1 to file2 -------------------------------------------------------------------------------- Text editor commands -------------------------------------------------------------------------------- 1. vi filename <-- use vi editor to change contents of filename. For example, the command sequence: prompt >> cd ../pub prompt >> vi Welcome.html prompt >> vi resume.html prompt >> vi australia.html moves your shell to the public directory and then systemantically creates the HTML files for your home page, resume and trip page. Notice that each file name has the "html" extension -- web browsers need this information. The class reader contains a list of basic editor commands. --------------------------------------------------------------------------------
Week 5: September 29. October 1 and 3, 2003
Site IP addresses -------------------------------------------------- wam.umd.edu 128.8.10.141 128.8.10.142 128.8.10.143 glue.umd.edu 128.8.10.68 128.8.10.71 --------------------------------------------------
The UNIX command to obtain the IP addresses is simply:
prompt >> nslookup glue.umd.edu
Week 6: October 6, 8, and 10, 2003
Week 8: October 20, 22, and 24, 2003
Week 9: October 27, 29, and 31, 2003
Week 10: November 3, 5, and 7, 2003
Week 12: November 17, 19, and 21, 2003
After you have downloaded these files to your account, you can compile the program by simply typing:
javac Quadratic.java
Then start to fill in the missing details. As with the previous assignments, please hand in a copy of the program source code (i.e., Quadratic.java) and a script file showing I/O for a couple of typical program runs.
Week 13: November 24 and 26, 2003
Week 14: December 1, 3 and 5, 2003
Week 15: December 8, 10 and 12, 2003
Final Exam: December 17, 8.00am-10.00am.
Developed in August 2003 by Mark Austin
Copyright © 2003, Department of Civil and Environmental Engineering,
University of Maryland