Ports Search

Results 12,87112,880 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.027 seconds)
www/HTML-Tagset-3.20 (Score: 4.5905075E-5)
Some useful data table in parsing HTML
This module contains several data tables useful in various kinds of HTML parsing operations. Note that all tag names used are lowercase. In the following documentation, a "hashset" is a hash being used as a set -- the hash conveys that its keys are there, and the actual values associated with the keys are not significant. (But what values are there, are always true.)
www/HTTP-Proxy-0.304 (Score: 4.5905075E-5)
Pure Perl HTTP proxy
This module implements a HTTP proxy, using a HTTP::Daemon to accept client connections, and a LWP::UserAgent to ask for the requested pages. The most interesting feature of this proxy object is its hability to filter the HTTP requests and responses through user-defined filters.
www/LWP-UserAgent-POE-0.05 (Score: 4.5905075E-5)
Drop-in LWP::UserAgent replacement in POE environments
LWP::UserAgent::POE is a subclass of LWP::UserAgent and works well in a POE environment. It is a drop-in replacement for LWP::UserAgent in systems that are already using LWP::UserAgent synchronously and want to play nicely with POE.
www/Test-LWP-UserAgent-0.030 (Score: 4.5905075E-5)
LWP::UserAgent suitable for simulating and testing network calls
LWP::UserAgent suitable for simulating and testing network calls. It overrides a few key low-level methods of LWP::UserAgent that are concerned with actually sending your request over the network, allowing an interception of that request and simulating a particular response. This greatly facilitates testing of client networking code where the server follows a known protocol.
www/TestGen4Web-Runner-0.11 (Score: 4.5905075E-5)
Perl module to replay files recorded with TestGen4Web
TestGen4Web::Runner is a PERL module to replay files recorded with SpikeSource's TestGen4Web Recorder. From http://developer.spikesource.com/projects/testgen4web : "TestGen4Web is written to ease the pain of writing tests for web applications. This is a 2 part tool. Firefox extension, which records user input to a xml file. Translator script: to generate automated test scripts."
www/cherokee-1.2.104 (Score: 4.5905075E-5)
Fast and flexible web server
Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, Virtual hosts, Authentication, on the fly encoding, Load balancing, Apache compatible log files, and much more. A user friendly interface called cherokee-admin is provided for a no-hassle configuration of the server.
www/WWW-RobotRules-6.02 (Score: 4.5905075E-5)
Database of robots.txt-derived permissions
This module parses /robots.txt files which are used to forbid conforming robots from accessing parts of a web site. The parsed files are kept in a WWW::RobotRules object, and this object provides methods to check if access to a given URL is prohibited.
www/WWW-Salesforce-0.25 (Score: 4.5905075E-5)
Simple abstraction layer between SOAP::Lite and Salesforce.com
This class provides a simple abstraction layer between SOAP::Lite and Salesforce.com. Because SOAP::Lite does not support complexTypes, and document/literal encoding is limited, this module works around those limitations and provides a more intuitive interface a developer can interact with.
www/kplaylist-1.8.505 (Score: 4.5905075E-5)
PHP based music database
kPlaylist is a free PHP system that makes your music collection available via the Internet. kPlaylist is a music database that you manage via the web. With kPlaylist you can stream your music (ogg, mp3, wav, wma, etc.), you can upload, make playlists, share, search, download and a lot more.
www/bottle-0.12.7 (Score: 4.5905075E-5)
Fast and simple WSGI-framework for small web-applications
Bottle is a fast and simple micro-framework for small web-applications. It offers request dispatching (Routes) with url parameter support, Templates, key/value Databases, a build-in HTTP Server and adapters for many third party WSGI/HTTP-server and template engines. All in a single file and with no dependencies other than the Python Standard Library.