Ports Search

Results 1,5011,510 of 8,048 for www%3Atrac.(0.003 seconds)
www/Squatting-0.82 (Score: 0.020137845)
Camping-inspired Web Microframework for Perl
Squatting is a web microframework written in Perl that is based on Ruby's Camping. It originally used Continuity as its foundation, but it has since been generalized such that it can squat on top of any Perl-based web framework (in theory).
www/Starlet-0.24 (Score: 0.020137845)
Perl extension for standalone HTTP/1.0 server
Starlet is a standalone HTTP/1.0 server. The server supports several features, and is suitable for running HTTP application servers behind a reverse proxy.
www/Starman-0.4014 (Score: 0.020137845)
Perl extension for high-performance preforking PSGI web server
High-performance preforking PSGI web server.
www/Syntax-Highlight-HTML-0.04 (Score: 0.020137845)
Syntax::Highlight::HTML - Highlight HTML syntax
This module is designed to take raw HTML input and highlight it (using a CSS stylesheet). The returned HTML code is ready for inclusion in a web page.
www/Syntax-Highlight-Shell-0.04 (Score: 0.020137845)
Syntax::Highlight::Shell - Highlight shell scripts
This module is designed to take shell scripts and highlight them in HTML with meaningful colours using CSS. The resulting HTML output is ready for inclusion in a web page. Note that no reformating is done, all spaces are preserved.
www/Task-Catalyst-4.02 (Score: 0.020137845)
All you need to start with Catalyst
Installs everything you need to write serious Catalyst applications.
www/Task-Plack-0.25 (Score: 0.020137845)
Perl module bundle for Plack
Plack bundle.
www/Tatsumaki-0.1013 (Score: 0.020137845)
Non-blocking web framework based on Plack and AnyEvent
Tatsumaki is a toy port of Tornado for Perl using Plack (with non-blocking extensions) and AnyEvent. It allows you to write a web application that does a immediate response with template rendering, IO-bound delayed response (like fetching third party API or XML feeds), server push streaming and long-poll Comet in a clean unified API.
www/Template-GD-2.66 (Score: 0.020137845)
Template Toolkit plugin to interface with GD modules
The Template-GD distribution provides a number of Template Toolkit plugin modules to interface with Lincoln Stein's GD modules. These in turn provide an interface to Thomas Boutell's GD graphics library.
Turns a Class-AlzaboWrapper-Cursor object into a TT2 iterator
This module allows a Class::AlzaboWrapper::Cursor object to be used as a TT2 iterator. For a cursor which returns one object at a time, the iterator simply returns one object per iteration. When the cursor returns multiple objects, the iterator returns a hash reference where the keys are the table name of the object's class in lower-case, with camel-casing turned into underscores. The values of the hash are the objects. So if the cursor returns Foo::User and Foo::Page objects, the keys are "user" and "page".