| Lib113 Assignments TOC |
Browse and interact with the work I've done for csci e-113.
Follow each link below for more detailed information on the particular project specifcations and goals. |
| Short Ones |
Write C programs to process the lines in a text database.
Each record in the database is of the general form 'item1=value1:item2=value2:...\n'. |
| Web Table Processor |
Write C programs and CGI scripts to process text data and
format the output into an HTML table. |
| Word Frequency Counter |
Write and modify C programs to count the frequency of each
word in a given input file using a symbol table. |
| Formletter |
Implement the symbol table written in the previous assignment
to execute a "mail-merge" between a data file and a format file. |
| A 'My Web Page' Editor |
Implement the formletter programs with CGI and Bourne Shell scripts
to create dynamically generated HTML pages for use on the Web. |