All source code by Bill Kendrick, except some routines within
"cgi-util.h
" by NCSA.
experiment.c
- The source code
to "Pea Experiment."
cgi-util.c
- Routines used by
the Pea Experiment program to access form information passed from
your web browser to the CGI.
cgi-util.h
- Header file for
"cgi-util.c
."
dump.c
- Contains a routine to
dump text files - used to include the standard header and footer
portions of the Pea Experiment pages.
dump.h
- Header file for
"dump.c
"."
randnum.c
- A random number
generator used to start out the pea experiment.
randnum.h
- Header file for
"randnum.c
."
makefile
- The 'makefile' for this
program. Use the Unix command "make
" and this file will
tell it how to compile the source code.
top.html
- The standard header
for the Pea Experiment.
bottom.html
- The standard footer
for the Pea Experiment.