Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第15,89115,900项(搜索用时0.012秒)
textproc/Text-NeatTemplate-0.10.01 (Score: 9.2878623E-4)
Fast, middleweight template engine
This module provides a simple, middleweight but fast template engine, for when you need speed rather than complex features, yet need more features than simple variable substitution.
textproc/Text-Original-1.5 (Score: 9.2878623E-4)
Find original, non-quoted text in a message
A perl module to find original, non-quoted text in a message.
textproc/Text-Ngram-0.15 (Score: 9.2878623E-4)
Perl module for n-gram analysis
Text-Ngram n-Gram analysis is a field in textual analysis which uses sliding window character sequences in order to aid topic analysis, language determination and so on. The n-gram spectrum of a document can be used to compare and filter documents in multiple languages, prepare word prediction networks, and perform spelling correction. This module provides an efficient XS-based implementation of n-gram spectrum analysis.
textproc/Text-Ngrams-2.003 (Score: 9.2878623E-4)
Perl5 modules for Flexible Ngram analysis
Text::Ngrams - Flexible Ngram analysis (for characters, words, and more) This module implement text n-gram analysis, supporting several types of analysis, including character and word n-grams. The module can be used from the command line through the script ngrams.pl provided with the package.
textproc/Text-Padding-1.110170 (Score: 9.2878623E-4)
Simple way of formatting a text
Text::Padding provides a simple way to align a text on the left, right or center. If left & right are easy to achieve (see sprintf()), i found no cpan module that achieved a simple text centering. Well, of course, Perl6::Form provides it, but it's incredibly slow during startup / destroy time. And Text::Reform was segfaulting during destroy time. Hence this module, which aims to provide only those 3 methods.
textproc/Text-ParseWords-3.30 (Score: 9.2878623E-4)
Parse text into an array of tokens or array of arrays
This is a CORE module. If you installed perl 5.003 or above, a version of this module is already available to you. This CPAN package is only here to update core distributions prior 5.005. The version provided is the same that comes with perl 5.00502. If you run a newer version of perl, the version of Text::ParseWords included there may be newer. This package is not fully synchronized with the perl distributions. Please run "perldoc Text::ParseWords" to see what this module is for.
textproc/Text-ParagraphDiff-2.70 (Score: 9.2878623E-4)
Visual difference for paragraphed text
Text::ParagraphDiff - Visual Difference for paragraphed text
textproc/Text-Patch-1.8 (Score: 9.2878623E-4)
Perl extension to patch text with given patch
Patches text with given patch.
textproc/Text-Pipe-0.10 (Score: 9.2878623E-4)
Perl extension for common text filter API
This class is a factory for text pipes. A pipe has a filter() method through which input can pass. The input can be a string or a reference to an array of strings. Pipes can be stacked together using Text::Pipe::Stackable.
textproc/Text-QRCode-0.04 (Score: 9.2878623E-4)
Generate text based QR Code
This module allows you to generate QR Code using ' ' and '*'. This module use libqrencode '2.0.0' and above.