Ports Search

Results 15,86115,870 of 19,819 for %22HTTP Server%22.(0.011 seconds)
textproc/Text-Colorizer-0.02.2 (Score: 9.2878623E-4)
Create colored text from text and color description
This module defined methods to produce colored html from ANSI color description. The generated code use pre tags. The generated HTML can be embeded in your pod documentation.
textproc/Text-Context-3.7 (Score: 9.2878623E-4)
Handle highlighting search result context snippets
Given a piece of text and some search terms, produces an object which locates the search terms in the message, extracts a reasonable-length string containing all the search terms, and optionally dumps the string out as HTML text with the search terms highlighted in bold.
textproc/Text-Brew-0.02 (Score: 9.2878623E-4)
Perl extension for the Brew edit distance
This module implements the Brew edit distance that is very close to the dynamic programming technique used for the Wagner-Fischer (and so for the Levenshtein) edit distance.
textproc/Text-Decorator-1.65 (Score: 9.2878623E-4)
Apply a chain of filters to text
Text::Decorator is a framework for marking up plain text into various formats by applying a chain of filters. For instance, you might apply a filter which will cause URIs in text to be presented as links if the text is exported as HTML.
textproc/Text-Diff-1.41 (Score: 9.2878623E-4)
Text::Diff - Perform diffs on files and record sets
Text::Diff provides a basic set of services akin to the diff(1) utility. It is not anywhere near as feature complete as diff(1), but it is better integrated with Perl and available on all platforms. It is often faster than shelling out to a system's diff(1) executable for small files, and generally slower on larger files. -Anton <tobez@FreeBSD.org>
textproc/Text-CSV-1.33 (Score: 9.2878623E-4)
Composition and decomposition of comma-separated values
Text::CSV provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields.
textproc/Text-Diff3-0.10 (Score: 9.2878623E-4)
Compute three-way differences between texts
To build some applications to arbitrate manipulations under concurrent works, it is necessary to compare three texts line by line. This diff3 code into Perl language has ported from GNU diff3.c widely used.
textproc/Text-Chomp-0.02 (Score: 9.2878623E-4)
Module implementing a portable chomp
This module implements a single function, tchomp, which will remove all known line separators. The regular chomp() works only on the value in $/, which can be difficult if working in multi-platform environments.
textproc/Text-DHCPLeases-1.0 (Score: 9.2878623E-4)
Perl extension to parse DHCP leases file from ISC dhcpd
Parse DHCP leases file from ISC dhcpd.
textproc/Text-Emoticon-0.04 (Score: 9.2878623E-4)
Factory class for Yahoo! and MSN emoticons
Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set. It's made to become handy to be used in other applications like Kwiki/MT plugins.