Each assignment is due one week after it is given,
unless otherwise noted.
Make your Web assignments and programming
assignments available to be fetched
via a script as of 11:59pm Monday.
They should be
found from a URL like
http://www.csit.fsu.edu/~user/cis5930/hw00/hw00.tar.gz
for fetching.
Someone who visits your Web page will be able to
click a link to your tarball and download it.
gunzip hw.00.tar.gz
tar xf hw.00.tar
cd hw.00
cat README.txt
make -f Makefile.linux
./go
Include a README.txt text file that
describes your project, gives credit for any code, text,
Makefile, HTML, etc. that you copied,
and explains how to compile and run your code.
Homework will be demonstrated in class
each week. The programs are described informally
below, and in more detail during class. The goal of these
programs is to allow you to develop
interactive computational
simulations of your own.