702 projects tagged "Public Domain"
mtail is a small tail workalike that performs output coloring using ANSI escape sequences (although the sequences are overridable, so you could cause it to output something else, e.g., HTML font tags). It is written in python, is fairly small, and should be relatively platform-independent.
Envolution is a Content Management System which allows easy management and publication of information from a simple Web browser. In addition to managing content, it can be configured to allow Website visitors to submit articles, comment on previously submitted articles, participate in surveys or polls, and manage their own accounts with simple registration and account management tools.
FCFS RWLock is a first-come first-served readers/writers lock for POSIX threads. FCFS means that the first thread to request control of the lock will gain it, based on the constraints of a readers/writers lock. FCFS RWLock is well documented and commented, so it can easily be used as a reference implementation.