CSE 30
Programming Assignments


All Programming Assignments in this class will be submited on Gradescope.  You can access Gradescope directly via the link, or through Canvas.  Complete the following steps to submit a Programming Assignment.
All programming assignments come with a built in 12-hour grace period, so if a program is due at 10:00pm say, then we will continue to accept submissions until 10:00 am the next morning.  If an assignment is extended, the the 12-hour grace period is still in force, i.e. the grace period moves with the extension.

If you have any problems with program submissions, consult one of the TAs or Course Tutors.  If after a program is graded, you have questions or concerns about its score, discuss them with the Course Tutors or with TA Samira Zare (szare@ucsc.edu) during their office hours.  If after that conversation, you still have questions or concerns, you may bring them up during the Instructor's office hours.

pa1:   Due Wednesday April 7, 10:00pm     Extended again to Friday April 9, 10:00pm (last one)          
pa2:   Due Friday April 16, 10:00pm           Extended to Sunday April 18, 10:00pm                       
pa3:   Due Friday April 23, 10:00pm           Extended again to Monday April 26, 10:00pm                 
pa4:   Due Tuesday May 4, 10:00pm           Extended yet again to Saturday May 8, 10:00pm (last)                 
pa5:   Due Thursday May 13, 10:00pm       Extended yet again to Monday May 17, 10:00pm (last)                           
pa6:   Due Saturday May 29, 10:00pm        Extended one final day to Thursday June 3, 10:00pm (absolutely last)                                    

UCSC Computer Accounts
Some lab and programming assignments may require you to use the UCSC Unix Timeshare, unix.ucsc.edu. The host unix.ucsc.edu provides a Linux command line environment and home directory access to multiple concurrent users.  All students with an active CruzID account can access this system using their CruzID-Blue password.  To log on to unix.ucsc.edu from your computing device, you must have an internet connection and install the appropriate software, as outlined below.


Terminal access for Windows users
:  
Download the PuTTY client and run the program putty.exe.  Set Host Name to unix.ucsc.edu, Port Number to 22 and Connection Type to SSH.  Click Open and respond with your CruzID and Blue password.

Terminal access for Mac users:  
Open Terminal Server in your Utilities Folder.  In the terminal window type:  ssh  user@unix.ucsc.edu, where user is your CruzID, then respond with your Blue password.

Secure File Transfer for all users:
Download and install FileZilla for your platform.  (Warning to Windows users:  do not download the installer from here.  Make sure you use the Windows installer found here.) Set Host to unix.ucsc.edu, Username to your CruzID, Password to your Blue password and Port to 22, then click Quickconnect.  The left pane shows your local file system, and the right pane shows the remote file system on unix.ucsc.edu. Simply drag and drop files from one pane to the other to transfer files.

Code Editors:  
Notepad++ (Windows only),  BBedit (Mac only), SublimeText (all platforms). There are many others.


If you have any problems installing these tools, or logging on to unix.ucsc.edu you should get help from a TA or Course Tutor.  The host unix.ic.ucsc.edu is administered by Information Technology Services.  Contact ITS Support Services for assistance with your account.



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