Ports Search

Results 15,91115,920 of 19,819 for %22HTTP Server%22.(0.01 seconds)
textproc/Text-SimpleTable-2.03 (Score: 9.2878623E-4)
Simple Eyecandy ASCII Tables
Simple eyecandy ASCII tables, as seen in Catalyst.
textproc/Text-Soundex-3.05 (Score: 9.2878623E-4)
Implementation of the soundex algorithm
Soundex is a phonetic algorithm for indexing names by sound, as pronounced in English. The goal is for names with the same pronunciation to be encoded to the same representation so that they can be matched despite minor differences in spelling. Soundex is the most widely known of all phonetic algorithms and is often used (incorrectly) as a synonym for "phonetic algorithm". Improvements to Soundex are the basis for many modern phonetic algorithms. (Wikipedia, 2007) Text::Soundex implements the original soundex algorithm developed by Robert Russell and Margaret Odell, patented in 1918 and 1922, as well as a variation called "American Soundex" used for US census data, and current maintained by the National Archives and Records Administration (NARA). The soundex algorithm may be recognized from Donald Knuth's The Art of Computer Programming. The algorithm described by Knuth is the NARA algorithm.
textproc/Text-Striphigh-0.02 (Score: 9.2878623E-4)
Perl extension to strip the high bit off of ISO-8859-1 text
The Text::Striphigh module exports a single function: C<striphigh>. This function takes one argument, a string possibly containing high ASCII characters in the ISO-8859-1 character set, and transforms this into a string containing only 7 bits ASCII characters, by substituting every high bit character with a similar looking standard ASCII character, or with a sequence of standard ASCII characters. Because of precisely the deficiency this package tries to offer a workaround for is present in some of the things that process pod, there are no examples in this manpage. Look at the source or the test script if you want examples. Kai Storbeck kai@xs4all.nl
textproc/Text-SpellChecker-0.14 (Score: 9.2878623E-4)
Perl5 OO interface for spell-checking a block of text
This module is built on Text::Aspell, but adds some of the functionality provided by the internal gnu aspell API. This allows one to deal with blocks of text, rather than just words. For instance, we provide methods for iterating through the text, serializing the object (thus remembering where we left off), and highlighting the current misspelled word within the text.
textproc/Text-TabularDisplay-1.38 (Score: 9.2878623E-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-Tags-0.04 (Score: 9.2878623E-4)
Parses folksonomy space-separated tags
Parses "folksonomies", which are simple space-separated-but-optionally- quoted tag lists. See Text::Tags::Parser for the actual module; Text::Tags may be used in a future version of the distribution.
textproc/confget-2.0.0 (Score: 9.2878623E-4)
Read variables from INI-style configuration files
The confget utility examines a INI-style configuration file and retrieves the value of the specified variables from the specified section. Its intended use is to let shell scripts use the same INI-style configuration files as other programs, to avoid duplication of data. The confget utility may retrieve the values of one or more variables, list all the variables in a specified section, list only those whose names or values match a specified pattern (shell glob or regular expression), or check if a variable is present in the file at all. It has a "shell-quoting" output mode that quotes the variable values in a way suitable for passing them directly to a Bourne-style shell.
textproc/Text-Textile-2.12 (Score: 9.2878623E-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/Text-Trim-1.02 (Score: 9.2878623E-4)
Extract the structure of a quoted mail message
Text::Trim does what chomp does, but at both ends of the string.
textproc/Text-Truncate-1.06 (Score: 9.2878623E-4)
Perl module with simple string truncating routine
This is a simple, no-brainer subroutine to truncate a string and add an optional cutoff marker (defaults to ``...'').