policyd-weight

Perl policy daemon for the Postfix MTA

policyd-weight is intended to eliminate forged envelope senders and HELOs (i.e. in bogus mails). It allows you to score DNSBLs (RBL/RHSBL), HELO, MAIL FROM and client IP addresses before any queuing is done. It allows you to REJECT messages which have a score higher than allowed, providing improved blocking of spam and virus mails. policyd-weight caches the most frequent client/sender combinations (SPAM as well as HAM) to reduce the number of DNS queries.

pommed

Apple laptops hotkeys event handler

pommed handles the hotkeys found on the Apple MacBook Pro, MacBook Air, MacBook, PowerBook and iBook laptops and adjusts the LCD backlight, sound volume, keyboard backlight or ejects the CD-ROM drive accordingly.

libghc-iso8601-time-prof

convert to/from the ISO 8601 time format; profiling libraries

Conversion functions between Haskell time types and the ISO 8601 format, which is often used for printing times, e.g. JavaScript's @new Date().toISOString()@.

libghc-monadplus-prof

Haskell98 partial maps and filters over MonadPlus; profiling libraries

Filtering and folding over arbitrary `MonadPlus` instances. This package generalizes many common stream operations such as `filter`, `catMaybes` etc.

any2fasta-examples

convert various sequence formats to FASTA (example data)

Established tools like readseq and seqret from EMBOSS, both create mangled IDs containing | or . characters, and there is no way to fix this behaviour. This resultes in inconsitences between .gbk and .fna versions of files in pipelines.

libghc-test-framework-th-prime-prof

Template Haskell for test framework; profiling libraries

Automatically generates a Test list for HUnit, doctest and QuickCheck2.