Sample makefile Makefile
for compiling C programs.
Makefile example:
Source code files and Makefile:
directory.
Makefile example, revised to generate dependencies
automatically:
Source code files and Makefile:
directory.
gnuplot
Plot illustrating using numerical integration to estimate pi:
directory,
with README.txt
describing contents.
Plots of data showing how accuracy of Monte-Carlo approximation
of pi changes depending on function used to generate
"random" sequences:
directory,
with README.txt
describing contents.
LaTeX
"Sampler" example, demonstrating basic and other features:
directory,
with README.txt
describing contents.
Example illustrating different ways of generating/including
graphics:
directory,
with README.txt
describing contents.
Compiling and linking
Example of creating and using libraries (static and shared):
Source code files and Makefile:
directory.
CGI
Source code for various simple CGI scripts
(directory).