Over time, I've written an assortment of programs, often too small to be worth formally announcing and distributing. (Well, so far, always too small.) You can find the Linux-specific ones on my Linux page; this page has the general ones.
There are no guarantees associated with any of these programs or snippets. All programs and pieces are licensed under the GNU General Public License (version 2) unless otherwise stated. Feedback (especially error reports or improvements) can be directed to me at any of my addresses; one is available at my home page here.
These are self-contained standalone programs, hopefully of some use.
The following are chunks of Python code, classes, etc, intended for use in more complete Python programs. They have been tested in Python 1.5.2 but I believe they should work in higher versions too. Since these are some of my first Python programs and classes, comments on the style and suggestions for improvements (or for replacement with standard modules) is not only welcome but eagerly solicited.
As far as I know, there is no other Python identd client (although
there are several servers).
(Last updated Wednesday May 16th 2001)
This set of classes may duplicate functionality already in core Python
modules, but the last time I looked (before I wrote this code) the
existing modules either hurt my head to think about or seemed unsuitable.
(Last updated Wednesday May 16th 2001)