Ports Search

Results 9,3019,310 of 17,660 for descr%3A%22spam filter%22.(0.01 seconds)
textproc/Text-TabularDisplay-1.38 (Score: 1.3917367E-4)
Display text in formatted table output
Text::TabularDisplay simplifies displaying textual data in a table. The output is identical to the columnar display of query results in the mysql text monitor.
textproc/Text-Textile-2.12 (Score: 1.3917367E-4)
Perl-based implementation of the Textile syntax by Dean Allen
Text::Textile is a Perl-based implementation of Dean Allen's Textile syntax. Textile is shorthand for doing common formatting tasks.
textproc/ctpp2-2.8.3 (Score: 1.3917367E-4)
C++ library to use templates in C/C++ projects, version 2
This is a simple set of C++ classes which allow to use templates like perl modules Template Toolkit and HTML::Template::Pro Version 2.
textproc/UML-Class-Simple-0.20 (Score: 1.3917367E-4)
Render simple UML class diagrams, by loading the code
UML::Class::Simple is a Perl CPAN module that generates UML class diagrams (PNG format, GIF format, or dot source) automatically from Perl 5 source or Perl 5 runtime.
textproc/Vroom-0.37 (Score: 1.3917367E-4)
Slide Shows in Vim
Vroom lets you create your slides in a single file using a Wiki-like style, much like Spork and Sporx do. The difference is that your slides don't compile to HTML or JavaScript or XUL. They get turned into a set of files that begin with '0', like '03' or '07c' or '05b.pl'. The slides are named in alphabetic order. That means you can bring them all into a Vim session with the command: vim 0*. vroom --vroom does exactly that. Vroom takes advantage of Vim's syntax highlighting. It also lets you run slides that contain code. Since Vim is an editor, you can change your slides during the show.
textproc/WWW-Wordnik-API-0.0.5 (Score: 1.3917367E-4)
Wordnik API implementation
Perl module which implements version 4.0 of the Wordnik API and provides a simple object-oriented interface with methods named after the REST ones provided by Wordnik.
textproc/XML-Feed-0.53 (Score: 1.3917367E-4)
Perl5 modules for Syndication feed parser and auto-discovery
XML::Feed is a syndication feed parser for both RSS and Atom feeds. It also implements feed auto-discovery for finding feeds, given a URI. XML::Feed supports the following syndication feed formats: * RSS 0.91 * RSS 1.0 * RSS 2.0 * Atom The goal of XML::Feed is to provide a unified API for parsing and using the various syndication formats. The different flavors of RSS and Atom handle data in different ways: date handling; summaries and content; escaping and quoting; etc. This module attempts to remove those differences by providing a wrapper around the formats and the classes implementing those formats (XML::RSS and XML::Atom::Feed).
textproc/XML-Generator-PerlData-0.95 (Score: 1.3917367E-4)
Perl extension for generating SAX2 events from Perl data structures
XML::Generator::PerlData provides a simple way to generate SAX2 events from nested Perl data structures, while providing finer-grained control over the resulting document streams.
textproc/YAML-Tiny-1.69 (Score: 1.3917367E-4)
Read/Write YAML files with as little code as possible
YAML::Tiny is a perl class to read and write YAML-style files with as little code as possible, reducing load time and memory overhead.
textproc/YAML-1.0.6 (Score: 1.3917367E-4)
The Symfony YAML Component
Symfony YAML is a PHP library that parses YAML strings and converts them to PHP arrays. It can also converts PHP arrays to YAML strings.