Ports Search

Results 15,84115,850 of 19,819 for %22HTTP Server%22.(0.01 seconds)
textproc/String-Urandom-0.16 (Score: 9.2878623E-4)
Perl extension to convert /dev/urandom to 8-bit chars
Using output of /dev/urandom. Simply convert bytes into 8-bit characters.
textproc/TeX-Encode-1.3 (Score: 9.2878623E-4)
Encode/decode Perl utf-8 strings into TeX
This module provides encoding to LaTeX escapes from utf8 using mapping tables in Pod::LaTeX and HTML::Entities. This covers only a subset of the Unicode character table (undef warnings will occur for non-mapped chars). Mileage will vary when decoding (converting TeX to utf8), as TeX is in essence a programming language, and this module does not implement TeX. I use this module to encode author names in BibTeX and to do a rough job at presenting LaTeX abstracts in HTML. Using decode rather than seeing $\sqrt{\Omega^2\zeta_n}$ you get something that looks like the formula. The next logical step for this module is to integrate some level of TeX grammar to improve the decoding, in particular to handle fractions and font changes (which should probably be dropped).
textproc/Template-Declare-0.46 (Score: 9.2878623E-4)
Perlish declarative templates
Template::Declare is a pure-perl declarative HTML templating system. A few key features and buzzwords: - All templates are 100% pure perl code - Simple declarative syntax - No angle brackets - Mixins - Inheritance - Public and private templates
textproc/Template-Extract-0.41 (Score: 9.2878623E-4)
Use TT2 syntax to extract data from documents
This module adds template extraction functionality to the Template toolkit. It can take a rendered document and its template together, and get the original data structure back, effectively reversing the Template::process function.
textproc/String-Trim-0.005 (Score: 9.2878623E-4)
Perl extension to trim whitespace from your strings
String::Trim trims whitespace off your strings. chomp trims only $/ (typically, that's newline), but trim will trim all leading and trailing whitespace.
textproc/Template-Magic-1.39 (Score: 9.2878623E-4)
Perl Module with magic merger of runtime values with templates
Template-Magic is a "magic" interface between programming and design. It makes "magically" available all the runtime values - stored in your variables or returned by your subroutines - inside a static template file. Usually no need to assign values to the object.
textproc/Template-Semantic-0.09 (Score: 9.2878623E-4)
Perl extension to use pure XHTML/XML as a template
Template::Semantic is a template engine for XHTML/XML based on XML::LibXML that doesn't use any template syntax. This module takes pure XHTML/XML as a template, and uses XPath or CSS selectors to assign values.
textproc/TeX-Hyphen-1.16 (Score: 9.2878623E-4)
Hyphenate words using TeX's patterns
Hyphenate words using TeX's patterns.
textproc/Term-QRCode-0.01 (Score: 9.2878623E-4)
Generate QR Code on Terminal
This module allows you to generate QR Code on Terminal. This module use libqrencode '2.0.0' and above.
textproc/Text-Affixes-0.09 (Score: 9.2878623E-4)
Perl module for prefixes and suffixes analisys of text
Text-Affixes This module is used in Natural Language Processing tools that require Prefixe or Suffix examination of text.