CMPS 101
Programming Assignments


Programming Projects
pa1:  pdf, word   Due Friday July 3,  10:00 pm     Extended to Monday 7/6/09 10:00 pm 
pa2:  pdf, word   Due Tuesday July 14,  10:00 pm   Extended to Friday 7/17/09   10:00 pm
pa3:  pdf, word   Due Saturday July 25,  10:00 pm   Extended again to Tuesday 7/28/09  10:00pm 
pa4:  pdf, word   Due Monday August 3,  10:00 pm   Extended again to Thursday 8/6/09   10:00 pm  
pa5:  pdf, word   Due Friday August 14,  10:00 pm   Extended to Sunday 8/16/09   10:00 pm

UCSC Computer Accounts

It is a requirement of this course that all students have an active UCSC computer account.  If your account is not already activated, go to the UCSC portal:  http://my.ucsc.edu, and log in using the User ID and Password that were sent to you by the Registrar's Office, then click on the link labeled Activate UCSC Account.  Logon to the University's Unix Timeshare host unix.ic.ucsc.edu to access your account.  You may develop your programming projects on any platform you like, but you must port them to the IC-Solaris Unix environment to submit them.  Since your projects will be evaluated on the IC-Solaris platform, it is imperative that you thoroughly test all programs in that environment before submission.  The host unix.ic.ucsc.edu is administered by Instructional Computing.  Contact their help desk for assistance with your account.

How to Submit a Programming Project

To submit a programming assignment, log on to unix.ic.ucsc.edu.  From within the directory where your program resides, type the following:
% submit  cmps101-pt.u09  assignment_name  file1  file2   ...
In the above example file1, file2, etc are the files to be submitted, and  "assignment_name" is the name of the assignment, such as pa1, pa2, etc.  All assignments in this class require that you submit multiple files, including a README and Makefile.  If you decide that you don't like what you submitted and want to submit a better version of the assignment (before the due date of course), just submit again using the same file name.  The new submission overwrites the old. 

If you find any errors, please report them to: ptantalo@soe.ucsc.edu


webmaster@soe.ucsc.edu

Back to the SOE Class Home Pages
Back to the SOE Home Page