This is a staging site. Uploads will not persist. Testing only.

spamd

Server for SpamAssassin spam filtering daemon

spamd is a daemonized spamassassin process. Intended to be used with the spamc client, the persistent nature of the spamd server allows it to avoid the overhead of instantiating the perl for each processed message.

libtntnet13

Tntnet libraries

Tntnet has a template-language called ecpp similar to PHP, JSP or Mason, where you can embed c++ code inside a HTML page to generate active content. The ecpp files are precompiled to C++ classes called components and compiled and linked into a shared library. This process is done at compiletime. The web server Tntnet needs only the compiled component library.

node-react-lifecycles-compat

Backwards compatibility polyfill for React class components

React version 17 will deprecate several of the class component API lifecycles: componentWillMount, componentWillReceiveProps, and componentWillUpdate. A couple of new lifecycles are also being added to better support async rendering mode.

librte-net-ring23

Data Plane Development Kit (librte-net-ring runtime library)

DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces.

perltidier

tweaks to Perl::Tidy to support some syntactic sugar

There are a number of modules on CPAN that allow users to write their classes with a more "modern" syntax. These tools eliminate the need to shift off $self, can support type checking and offer other improvements. Unfortunately, they can break the support tools that the Perl community has come to rely on. This module attempts to work around those issues.

libobject-pad-fieldattr-isa-perl

apply class type constraints to Object::Pad fields

Object::Pad::FieldAttr::Isa provides a third-party field attribute for Object::Pad-based classes, which declares that values assigned to the field must conform to a given object type.