SYLLABUS Fall 2010 CSCI-E113

Class Date Lecture Reading Section Homework
Sep 1 Overview
Unix/C and the web
Sample Program
D:Ch 1,2,3,5 or 6
K:Ch 2,3,4
Using Unix
Files and Dirs
Editors
Sep 8 The structure of C programs
Functions and filters
Arrays and Strings
D:Ch 4,7,10
K:Ch 5,6,7,9
Functions and strings Assignment 0
Sep 15 Arrays and Strings
More Loops
Generating HTML
K:Ch 8, 10,
K:Sect 13.1-13.5
Arrays and memory
debugging
Assignment 1
Short Ones
due Sat Sep 18
Sep 22 Interfaces: HTML forms and shell scripts
structs, arrays, functions
See web page Shell scripts
Forms
Sep 29 Pointers
Strings
Functions
K:Ch 11,12
K:Sect 13.6
Using pointers Assignment 2
Table Converter
due Oct 2
Oct 6 Structs
Dynamic Memory Allocation
Linked Lists
K: Sect 16.1-16.2
K: Sect 17.1-17.6
Linked lists
Pointer Bugs
Assignment 3
Paper Pointers
due Oct 9
Oct 13 More Pointers
Multi-File Programs
K:Ch 14, 15; D:Ch 16.1-16.4 Pointer roundup
Using make
Oct 20 File I/O
Command Line Args
K:Ch 18, 22
K:Sect 13.7
Test Review Assignment 4
Word Freq
due Oct 23
Oct 27 Midterm Exam
Nov 3 Shell Programming 1
Scripts and args
D:Ch 13 Focus on Files
and argv[]
Nov 10 Shell Programming 2
Wildcards and Loops
Shell scripts Assignment 5
Formletter
due Sat Nov 13
Nov 17 Shell Programming 3
CGI in sh
See Web Site loops and quotes
Nov 24 No Class
Thanksgiving Eve
Assignment 6
Shell Scripts
due Mon Nov 29
Dec 1 Complex CGI Programs stat(), system() See Web Site How a web
server works
Dec 8 Other languages
Regular expressions
map, transform, reduce
See Web Site Final Review Assignment 7
Due Dec 11
Dec 15 Final Exam
Tue, Jan 25 First lecture of
CSCI-E215
Unix Systems Programming