John Kerl 1995-2004
General-purpose C tools, vintage ANSI. Some are self-educational: e.g.
teaching myself about how various checksum and crypto algorithms work. Others
I use regularly in development work, e.g. d2h, h2d, jot, hex, and unhex.
- crypto, checksum, and pseudo-random routines
dos2unix/unix2doshex/unhex- disk-space viewer:
kdu- For a newer, Python implementation please see treedu
Most of my dev environment is scripted (https://github.com/johnkerl/scripts); these are a few C items.
These tools are released under the terms of the BSD two-clause license. Please see the file LICENSE.txt for details.
- Using yamm:
make mkmake
- Using
cmake:cmake -B buildcmake --build build- Not all binaries have had
cmakesupport ported to them yet