Amethyst started as a port of Infobot to POE, continuing as a generic bot core with the ability to handle multiple connections using different protocols (not necessarily IRC) and soft route the incoming messages through a number of processing centres. One of these processing centres contains much of the original Infobot core.
gfortune is a replacement for the traditional Berkeley fortune program included with the BSD games package. This implementation supports recursion down a tree of fortune files, the option to limit the number of lines output (for scripting), and other features. It fully maintains the functionality of the original. It includes the author's own archive of fortune files.
JCPP is a complete, compliant, standalone, pure Java implementation of the C preprocessor. It is intended to be of use to people writing C-style compilers in Java using tools like sablecc, antlr, JLex, CUP, and so forth. It has been used to successfully preprocess much of the source code of the GNU C library. The stated license is GPL, but additional license terms are freely available from the author.
JPerf is a perfect hash function generator for Java. The principle of perfect hashing is to reduce the average constant overhead of a hash table by precomputing a hash function which is optimal for the key set. Other advantages include a reduction in memory usage. Finding such a hash function is hard, especially in the general case. These run-time savings come at a cost of increased map creation time. JPerf can create a perfect hash function for a given set of keys and values.
The Karmasphere DP language is a high-performance non-blocking parallel language for performing data processing. It is designed to give the user a high degree of control over the usage of system resources, such as how many CPU cores or how much disk I/O time to use, without requiring the software developer to explicitly consider these issues in code. The implementation is a stand-alone library that can be used in any Java 1.5 environment. It can take full advantage of multiprocessor (SMP or NUMA) systems, and may be scaled sideways: since the interpreter and environment are stateless, an entire cluster of machines may run the interpreter in parallel without any need for synchronization.
SPF is a new strategy for preventing junk mail. The present SMTP standard for email allows anyone to forge anyone else's email address. SPF verifies that the Sender address of an email message matches (according to some policy) the client IP address that submitted it. libspf2 is a complete and robust implementation of SPF which provides support for many MTAs. Support for new MTAs is in progress.
libsrs2 is the next generation SRS library. SPF verifies that the Sender address of an email message matches (according to some policy) the client IP address that submitted it. When a message is forwarded, the sender address must be rewritten to comply with SPF policy. The Sender Rewriting Scheme, or SRS, provides a standard for this rewriting that is not vulnerable to attacks by spammers, is easy to parse by common mail filters, and handles multiple hops neatly and safely.
mod_atrack adds advanced user tracking functionality to the Apache Web server. It was based on mod_usertrack and introduces many new configuration features primarily designed to reduce the annoyance of sending multiple cookies to a single user and allow more intelligent analysis of collected data.
Possibly the worst build system ever Those who do not study make are condemned to reinvent it, badly. Maven is an unusable, obscure, opaque and intractable build system whose strict adherence ...
Re: Compiling with newer GCC > If you are compiling gfortune 1.0.0 with > a newer GCC ... Thank you. It took me 7 years to apply this patch. But here you go. Also, with autoconf....