40 likes | 203 Views
Teaching Assistant. Name: Santiago Bock Email: sab104@cs.pitt.edu Telephone: 624-8847 Office Number: 5106 Sennott Square Office Hours: Tuesdays and Fridays 9:00am to noon These slides: http://www.cs.pitt.edu/~sab104/teaching/cs0007. Homework 1. Submit the Hello World program
E N D
Teaching Assistant • Name: Santiago Bock • Email: sab104@cs.pitt.edu • Telephone: 624-8847 • Office Number: 5106 Sennott Square • Office Hours: Tuesdays and Fridays 9:00am to noon • These slides: http://www.cs.pitt.edu/~sab104/teaching/cs0007
Homework 1 • Submit the Hello World program • Create Hello.java and README.txt • Follow homework instructions • Make sure it compiles and runs • Bundle files • Zip file: zip yourLogin-hw1.zip Hello.java README.txt • Check contents: unzip –l yourLogin-hw1.zip • Copy files to submission directory • scp yourLogin-hw1.zip unix.cis.pitt.edu:/afs/cs.pitt.edu/public/incoming/aronis/cs0007/homework-1/yourLogin-hw1.zip • Provide password
Homework 1 • Test submission • ssh unix.cis.pitt.edu • Password • cd /afs/cs.pitt.edu/public/incoming/aronis/cs0007/homework-1/ • ls –l (your file should be there, check the size) • exit