CSCI 3215 (Advanced UNIX Command-Line Tools):
Sample Programs
Shell scripts
Configuration files
vim
Mail-related
Other
make
- Sample makefile Makefile
for compiling C programs.
- Makefile example:
Source code files and Makefile:
files.
- Makefile example, revised to generate dependencies
automatically:
Source code files and Makefile:
files.
gnuplot
- Plot illustrating using numerical integration to estimate pi:
files,
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:
files,
with README.txt
describing contents.
LaTeX
- "Sampler" example, demonstrating basic and other features:
files,
with README.txt
describing contents.
- Example illustrating different ways of generating/including
graphics:
files,
with README.txt
describing contents.
Compiling and linking
- Example of creating and using libraries (static and shared):
files,
with README.txt
describing contents.