Here are some programs and other files that I have made or found to be useful. They are all for you to download for free. Some of the programs are on here only for my convenience and are not yet complete, and some others are just miscellaneous files.
Note: Some of the source code files are in Unix text format and should be kept in that format if they are to be compiled in Unix or a clone (e.g., Linux). Also, once you've downloaded a file, remove the ".txt" extension from the filename if it has one, lest you'll have problems.
This is a list of software that can be downloaded:
Filename | Size (bytes) | Description |
---|---|---|
Fractal.exe | 43.2k | Draws Julia and Mandelbrot's Set fractals |
Makefile | 2760 | Makefile for following programs - type "make quine" to make an executable, for example |
colours.c | 939 | Functions to find RGB given a hue |
colours.h | 198 | Header file |
dectobin.c | 438 | Function to convert decimal to binary as a string |
dectobin.h | 115 | Header file |
error.c | 112 | Simple function to display an error |
error.h | 112 | Header file |
fractals.c | 9319 | Source file for Julia and Mandelbrot fractals program |
fractals.h | 273 | Header file |
hexview.c | 1035 | Simple file hex viewer. Read source for usage. |
implicants.c | 5278 | Source code of implicants functions |
implicants.h | 536 | Header file |
lists.c | 558 | Functions to create and build doubly-linked lists |
lists.h | 299 | Header file |
mines.c | 2605 | Source file for text-based Minesweeper program |
points.h | 97 | Header file |
quine.c | 2605 | Source file for Quine-McCluskey program |
rects.h | 183 | Header file |
regions.c | 477 | Regions functions |
regions.h | 315 | Header file |
sierp.c | 392 | Source file for an extremely fast Sierpinski Triangle generation program |
testregions.c | 564 | Program to test the regions functions |
tgafiles.c | 1849 | Functions to draw TGA files |
tgafiles.h | 377 | Header file |
types.h | 449 | Various data types |
(c)2002 Chris Williams.