People.cs.pitt.edu



CS 2710 Rules for submitting Python Tutorial

Submission format

• WINDOWS:

Submit (the source code for) all programs and files requested in a single .zip file created with WinZip/PKZip. Use

YourPittAccount.zip

to name the file, for example, dlitman.zip.

• UNIX:

Submit all programs and files requested in a single .tar archive file. Use

YourPittAccount.tar

to name the file, for example, dlitman.tar.

• Creating .tar files in UNIX.

To create a .tar file use:

> tar -cvf dlitman.tar ./

in unix which archives all the files in the current directory and stores them in the file dlitman.tar. To archive only .m files use:

> tar -cvf ./dlitman.tar ./*.m

To extract the archived files in the current directory use:

> tar -xvf dlitman.tar

command.

❖ Please avoid including directory structure into the archive files.

Deadline:

On-time assignments must be received at the submission site by 11:59PM on the due date.

Any project received after this time will be considered to be LATE.

The time stamp will be used to determine whether you meet the deadline.

Submission:

Programs must be submitted to : /afs/cs.pitt.edu/public/incoming/CS2710

ReSubmission:

If you want to update what you submitted, you should submit a new version with name YourPittAccount-VersionNumber.{tar or zip} and leave the old one there (as you won't be able to delete or overwrite it).

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download