Ports Search

Results 8,0118,020 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
www/WWW-Dilbert-1.19 (Score: 8.972706E-5)
Dilbert of the day comic strip archive and retrieval module
This module will download the latest Dilbert of the Day cartoon strip from the Dilbert website and return an object which can be either stored in a database or output to a browser, disk or whatever. It allows importing of Dilbert strips from disk or alternate URLs, and has a random strip interface to return strips from the database.
www/cherokee-1.2.104 (Score: 8.972706E-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: 8.972706E-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: 8.972706E-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: 8.972706E-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/WWW-Search-Google-0.23 (Score: 8.972706E-5)
Perl WWW::Search class for searching Google
This class is a Google specialization of WWW::Search. It handles searching Google http://www.google.com/ using its new SOAP API http://www.google.com/apis/. All interaction should be done through WWW::Search objects. Note that you must register for a Google Web API account and have a valid Google API license key before using this module.
www/cookies-2.2.1 (Score: 8.972706E-5)
Friendlier RFC 6265-compliant cookie parser/renderer
cookies.py is a Python module for working with HTTP cookies: parsing and rendering 'Cookie:' request headers and 'Set-Cookie:' response headers, and exposing a convenient API for creating and modifying cookies. It can be used as a replacement of Python's Cookie.py (aka http.cookies).
www/bottle-0.12.7 (Score: 8.972706E-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.
www/djblets-0.9.2 (Score: 8.972706E-5)
Collection of useful classes and functions for Django
Djblets is a separate but closely linked project containing a number of useful utility functions and classes for use with Django. We make it a goal to put generic code written for Review Board into Djblets for other developers to use.
www/PasteScript-1.7.5 (Score: 8.972706E-5)
Pluggable command-line frontend
A pluggable command-line frontend, including commands to setup package file layouts. This is a pluggable command-line tool. It includes some built-in features; * Create file layouts for packages. For instance, paste create --template=basic_package MyPackage will create a setuptools-ready file layout. * Serving up web applications, with configuration based on paste.deploy.