Various bits of code I've written, all code on this page is public domain unless noted otherwise.
Glob matching function, a full rewrite of compare.c with a better algorithm
| Version | Release date | Files |
|---|---|---|
| 1.01 | 2008-11-11 |
globcmp.c globcmp.h |
| 1.0 | 2008-07-19 |
globcmp.c globcmp.h |
Advanced string comparison function with support for wildcards.
This has been obsoleted by globcmp.c
| Version | Release date | Files |
|---|---|---|
| 1.23 | 2007-12-21 |
compare.c compare.h |
| 1.22 | 2007-11-06 |
compare.c compare.h |
| 1.21 | 2007-09-09 |
compare.c compare.h |
| 1.2 | 2007-08-23 | compare.c |
| 1.1 | 2007-06-11 | compare.c |
Convert binary format SIDs to C++ strings: sid2string.cpp
Automatically shut down a Linux machine when idle: autohalt.pl


