Announcements

May 02 Assignment 3 has been postponed to Friday, May 2.

CAP 6701 - Advanced Computer Graphics

turnin how-to

Introduction

turnin is a Unix program used to submit any file for the class. You can use this program only on sand.cise.ufl.edu. If you log on to another machine on CISE, you have to first ssh to sand using following command.

$ ssh sand

Submission

The parameters for submission are as follows.

$ turnin -c course_code -p project_name [files_to_submit]
For example, if the project name is proj and the files you wisht to submit are file1, file2, and file3, you may use the following command.
$ turnin -c cap6701sp08 -p proj file1 file2 file3

You may also use wildcards.

$ turnin -c cap6701sp08 -p proj *

Verification

After submission, you can check the files you've submitted using following command.

$ turnin -v -c course_code -p project_name

For example,

$ turnin -v -c cap6701sp08 -p proj