ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/CodeClass/assignment_7
(Generate patch)

Comparing:
CodeClass/outline_0 (file contents), Revision 882 by douglas, 2007-02-14T16:32:01-08:00 vs.
CodeClass/assignment_7 (file contents), Revision 919 by douglas, 2007-05-18T05:22:04-07:00

# Line 4 | Line 4 | Douglas Thrift
4  
5   $Id$
6  
7 < Outline 0:
8 <    Introductions
9 <        Give your name, rank, and serial number (major)
10 <        Why are you here?
11 <        What was your first programming experience?
12 <        What have you programmed?
13 <
14 <    Stuff
15 <        Course web page: http://computers.douglasthrift.net/code/
16 <        Do you have a lab account? If not, get one now!
17 <        Assignment: ls
18 <
19 <    Version Control
20 <        What is it?
21 <        Why is it useful?
22 <        Subversion
23 <        ...
24 <
25 <    ...
7 > Assignment 7:
8 >    HTTP Client
9 >        Write a simple HTTP 1.1 client program thingy
10 >        It should comply with the spec (you can find it on your own)
11 >        It should at least support the HEAD and GET methods
12 >        It should take command line arguments including a URL and other
13 >            options
14 >        It should provide usage information when it is given invalid options
15 >            or a help option or no arguments
16 >        It must work on at least FreeBSD and Linux
17 >        It must not use any HTTP or URL library thingy, unless you wrote it
18 >        Other options should include what to do with a downloaded file (e.g.
19 >            display it on standard out or put it in a file), whether to
20 >            display info from the headers, and anything else you think of

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines