Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第12,86112,870项(搜索用时0.014秒)
www/htmlcompressor-1.5.3 (Score: 4.5905075E-5)
HTML/XML Compressor
Java HTML/XML Compressor is a very small, fast and easy to use library that minifies given HTML or XML source by removing extra whitespaces, comments and other unneeded characters without breaking the content structure. As a result pages become smaller in size and load faster. A command-line version of the compressor is also included.
www/snap-server-0.9.5.1 (Score: 4.5905075E-5)
Fast, iteratee-based, epoll-enabled web server for the Snap Framework
Snap is a simple and fast web development framework and server written in Haskell. The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web server library written in Haskell. Together with the "snap-core" library upon which it depends, it provides a clean and efficient Haskell programming interface to the HTTP protocol.
www/mod_fcgid-2.3.9 (Score: 4.5905075E-5)
Alternative FastCGI module for Apache2
mod_fcgid is a high performance alternative to mod_cgi or mod_cgid, which starts a sufficient number instances of the CGI program to handle concurrent requests, and these programs remain running to handle further incoming requests. It is favored by the PHP developers, for example, as a preferred alternative to running mod_php in-process, delivering very similar performance. License: Apache License
www/mod_macro-1.1.11 (Score: 4.5905075E-5)
Apache 2.2.x module for use macros in config files
mod_macro is a third-party module to the Apache Http Server, distributed with a BSD-style license like Apache. It allows the definition and use of macros within apache runtime configuration files. The syntax is a natural extension to apache html-like configuration style.
www/Catalyst-Model-LDAP-0.17 (Score: 4.5905075E-5)
LDAP model class for Catalyst
This is the Net::LDAP model class for Catalyst. It is nothing more than a simple wrapper for Net::LDAP. This class simplifies LDAP access by letting you configure a common set of bind arguments. It also lets you configure a base DN for searching.
www/glpi-0.90.5 (Score: 4.5905075E-5)
Free IT and asset management software
GLPI is an Information Resource-Manager with an additional Administration- Interface. You can use it to build up a database with an inventory for your company (computer, software, printers...). It has enhanced functions to make the daily life for the administrators easier, like a job- tracking-system with mail-notification and methods to build a database with basic information about your network-topology.
www/Continuity-1.5 (Score: 4.5905075E-5)
Stateful Web applications in Perl
Continuity is a library to simplify web applications. Each session is written and runs as a persistant application, and is able to request additional input at any time without exiting. This is significantly different from the traditional CGI model of web applications in which a program is restarted for each new request.
www/FEAR-API-0.489 (Score: 4.5905075E-5)
Web Scraping Zen
FEAR::API is a tool that helps reduce your time creating site scraping scripts and help you do it in a much more elegant way. FEAR::API combines many strong and powerful features from various CPAN modules, such as LWP::UserAgent, into a deeper Zen.
www/Facebook-Graph-1.0801 (Score: 4.5905075E-5)
Perl extension to integrate your apps with Facebook
A fast and easy way to integrate your apps with Facebook. This is a Perl interface to the Facebook Graph API http://developers.facebook.com/docs/api. With this module you can currently query public Facebook data, query privileged Facebook data, and build a privileged Facebook application. See the TODO for all that this module cannot yet do.
www/HTML-TokeParser-Simple-3.16 (Score: 4.5905075E-5)
Subclass of HTML::TokeParser with easy-to-remember method calls
HTML::TokeParser::Simple is a subclass of HTML::TokeParser that uses easy-to-remember method calls to work with the tokens. Rather than try to remember a bunch of array indices or try to write a bunch of constants for them, you can now do something like: $token->is_start_tag( 'form' ) Instead of $token->[0] eq 'S' and $token->[1] eq 'form'