Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第7,4217,430项(搜索用时0.012秒)
www/Catalyst-Model-LDAP-0.17 (Score: 1.607039E-4)
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: 1.607039E-4)
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: 1.607039E-4)
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: 1.607039E-4)
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: 1.607039E-4)
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-Template-Pro-0.9510 (Score: 1.607039E-4)
Perl extension to use HTML Templates from CGI scripts
HTML::Template::Pro is a fast lightweight C/Perl+XS reimplementation of HTML::Template (as of 2.9) and HTML::Template::Expr (as of 0.0.7). It is not intended to be a complete replacement, but to be a fast implementation of HTML::Template if you don't need querying, the extended facility of HTML::Template. Designed for heavy upload, resource limitations, abcence of mod_perl.
www/HTML-TokeParser-Simple-3.16 (Score: 1.607039E-4)
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'
www/HTML-Tagset-3.20 (Score: 1.607039E-4)
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-Parser-0.06 (Score: 1.607039E-4)
Parse HTTP/1.1 request into HTTP::Request/Response object
HTTP::Parser is a stateful HTTP request/response parsing module. It accepts chunks of data passed to it and returns either a completion hint or an HTTP::Request (or Response) object when it has the entire request. It was originally written to be part of a simple Event.pm-based HTTP server.
www/LWP-UserAgent-POE-0.05 (Score: 1.607039E-4)
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.