Author:
- Name: Mark Biggar
Location: US - United States of America (United States)
To build:
make all
To use:
some_command | ./biggar | od -c
./biggar < file | od -c
Try:
./try.sh
Judges’ remarks:
By changing the compile line you can make this program do anything you want. This is a very efficient way to transfer source, though it increases the size of Makefiles.
With only slight variations, this program can be set to many uses.
Consider how easy it would be to release Unix
source in this form;
so what if the Makefiles grow a little! :-)
One vendor’s lint got hung in an infinite loop over this entry!
FYI: We will let Mark get away with this truly sick entry this time, but for the future on we have placed a limit on the size of a compile line.
NOTE: originally we made a comment in Larry Wall’s 1987/wall entry regarding Mark’s contribution but it seems to have been lost in time. If anyone knows about its whereabouts we’d appreciate letting us know. Thanks!
Passes BSD and UTS lint. At least one version of lint is thrown into an infinite loop by this entry.
Author’s remarks:
No remarks were provided by the author.
Inventory for 1987/biggar
Primary files
- biggar.c - entry source code
- Makefile - entry Makefile
- biggar.orig.c - original source code
- try.sh - script to try entry
Secondary files
- 1987_biggar.tar.bz2 - download entry tarball
- README.md - markdown source for this web page
- .entry.json - entry summary and manifest in JSON
- .gitignore - list of files that should not be committed under git
- .path - directory path from top level directory
- index.html - this web page