Ports Search

Results 9,7819,790 of 17,660 for descr%3A%22spam filter%22.(0.01 seconds)
devel/Data-Miscellany-1.100850 (Score: 1.3121418E-4)
Collection of miscellaneous subroutines
This is a collection of miscellaneous subroutines useful in wide but varying scenarios; a catch-all module for things that don't obviously belong anywhere else. Obviously what's useful differs from person to person, but this particular collection should be useful in object-oriented frameworks, such as Class::Scaffold and Data::Conveyor.
devel/Data-Peek-0.46 (Score: 1.3121418E-4)
Collection of low-level debug facilities
Data::Peek started off as DDumper being a wrapper module over Data::Dumper, but grew out to be a set of low-level data introspection utilities that no other module provided yet, using the lowest level of the perl internals API as possible.
devel/Data-Throttler-0.06 (Score: 1.3121418E-4)
Limit data throughput
Data::Throttler helps solving throttling tasks like "allow a single IP only to send 100 emails per hour". It provides an optionally persistent data store to keep track of what happened before and offers a simple yes/no interface to an application, which can then focus on performing the actual task (like sending email) or suppressing/postponing it.
devel/Date-Calc-6.4 (Score: 1.3121418E-4)
Gregorian calendar date calculations
This package consists of a C library and a Perl module (which uses the C library, internally) for all kinds of date calculations based on the Gregorian calendar (the one used in all western countries today), thereby complying with all relevant norms and standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable).
devel/DateTime-Format-Excel-0.31.00 (Score: 1.3121418E-4)
Convert between DateTime and Excel dates
Excel uses a different system for its dates than most Unix programs. This module allows you to convert between a few of the Excel raw formats and DateTime objects, which can then be further converted via any of the other DateTime::Format::* modules, or just with DateTime's methods.
devel/DateTime-Format-MySQL-0.06 (Score: 1.3121418E-4)
Parse and format MySQL dates and times
This module understands the formats used by MySQL for its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the MySQL format.
devel/qt4-4.8.7 (Score: 1.3121418E-4)
Cross-platform application and UI framework (metaport)
Qt is a cross-platform application and UI framework for developers using C++ or QML, a CSS/JavaScript-like language. With Qt, code can be reused efficiently to target multiple platforms with one code base. The modular C++ class library and developer tools easily enables developers to create applications for one platform and easily build and run to deploy on another platform.
devel/DateTime-Format-SQLite-0.11 (Score: 1.3121418E-4)
Parse and format SQLite dates and times
This module understands the formats used by SQLite for its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the SQLite format.
devel/Devel-Declare-Parser-0.020 (Score: 1.3121418E-4)
Perl extension for higher level interface to Devel-Declare
Devel-Declare-Parser is a higher-level API sitting on top of Devel::Declare. It is used by Devel::Declare::Exporter to simplify exporting of Devel::Declare magic. Writing custom parsers usualy only requires subclassing this module and overriding a couple methods.
devel/Devel-SmallProf-2.02 (Score: 1.3121418E-4)
Per-line Perl profiler
The Devel::SmallProf profiler is focused on the time taken for a program run on a line-by-line basis. It is intended to be as "small" in terms of impact on the speed and memory usage of the profiled program as possible and also in terms of being simple to use.