Ports Search

Results 9,9119,920 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
www/LWP-Online-1.08 (Score: 7.770591E-5)
Checks if process has access to the web
LWP::Online attempts to answer, as accurately as it can, one of the nastiest technical questions there is: Am I on the internet? This a problem that had no clean permanent solution, and for which you could just keep writing more and more functionality indefinitely, asymtopically approaching 100% correctness but never reaching it. And so LWP::Online is intended to do as good a job as possible, without having to resort to asking any human questions (who may well get it wrong anyway), and limiting itself to a finite amount of programming work and a reasonable level of memory overhead to load the code.
www/LWP-UserAgent-WithCache-0.12 (Score: 7.770591E-5)
LWP::UserAgent extension with local cache
LWP::UserAgent::WithCache is a LWP::UserAgent extention. It handle 'If-Modified-Since' request header with local cache file. local cache files are implemented by Cache::FileCache.
www/MojoMojo-1.11 (Score: 7.770591E-5)
Catalyst & DBIx::Class powered Wiki
Mojomojo is a sort of content managment system, borrowing many concepts from wikis and blogs. It allows you to maintain a full tree-structure of pages, and to interlink them in various ways. It has full version support, so you can always go back to a previous version and see what's changed with an easy AJAX- based diff system. There are also a bunch of other features like bult-in fulltext search, live AJAX preview of editing, and RSS feeds for every wiki page. To find out more about how you can use MojoMojo, please visit http://mojomojo.org or read the installation instructions in MojoMojo::Installation to try it out yourself.
www/Monoceros-0.27 (Score: 7.770591E-5)
PSGI/Plack server w/ event driven connection manager, prefork workers
Monoceros is PSGI/Plack server supports HTTP/1.1. Monoceros has a event-driven connection manager and preforking workers. Monoceros can keep large amount of connection at minimal processes.
www/PHP-Session-0.27 (Score: 7.770591E-5)
Read / write PHP session files
PHP::Session provides a way to read / write PHP4 session files, with which you can make your Perl application session shared with PHP4.
www/Protocol-SocketIO-0.06 (Score: 7.770591E-5)
Socket.IO protocol implementation
Protocol::SocketIO is a set of modules that implement Socket.IO protocol without depending on event loops, HTTP parsers and HTTP servers.
www/SCGI-0.6 (Score: 7.770591E-5)
SCGI server interface
This Perl module is for implementing the SCGI interface for an application server. Essentially, it is a 'next generation' FastCGI type protocol.
www/Template-Plugin-Comma-0.04 (Score: 7.770591E-5)
TT Plugin to commify numbers
Template::Plugin::Comma is a plugin for TT, which allows you to commify your numbers in templates. This would be especially useful for prices.
www/URI-Fetch-0.110 (Score: 7.770591E-5)
Smart URI fetching/caching
URI::Fetch is a smart client for fetching HTTP pages, notably syndication feeds (RSS, Atom, and others), in an intelligent, bandwidth- and time-saving way.
www/URI-ParseSearchString-3.51 (Score: 7.770591E-5)
Parse Apache referer logs and extract search engine query strings
This module provides a simple function to parse and extract search engine query strings. It was designed and tested having Apache referrer logs in mind. It can be used for a wide number of purposes, including tracking down what keywords people use on popular search engines before they land on a site. It makes use of URI::split to extract the string and URI::Escape to un-escape the encoded characters in it. Although a number of existing modules and scripts exist for this purpose, the majority of them are either outdated using obsolete search strings associated with each engine.