libex-monkeypatched-perl

experimental API for safe monkey-patching

The term "monkey patching" describes injecting additional methods into a class whose implementation you don't control. If done without care, this is dangerous; the problematic case arises when: * You add a method to a class; * A newer version of the monkey-patched class adds another method of the same name * And uses that new method in some other part of its own implementation.

libautobox-junctions-perl

module providing autoboxified junction-style operators

autobox::Junctions is a simple autoboxifying wrapper around Syntax::Keyword::Junction, that provides array and array references with the functions provided by that package as methods for arrays: any, all, one, and none.

unity-webapps-yahoomail

Unity Webapp for YahooMail

bacula-sd-pgsql-dbg

network backup service - PostgreSQL SD tools (debugging)

python-pwquality

Python bindings for libpwquality

libpwquality's purpose is to provide common functions for password quality checking and also scoring them based on their apparent randomness. The library also provides a function for generating random passwords with good pronounceability.

libtools-macro-clojure

Clojure tools for writing macros

This implements tools for writing macros.