Ports Search

Results 941950 of 8,048 for /www/.(0.004 seconds)
www/App-Nopaste-1.006 (Score: 0.056974534)
Easy access to any pastebin
This module aims to smooth out the differences between pastebins, and provides redundancy: if one site doesn't work, it just tries a different one.
www/App-gist-0.16 (Score: 0.056974534)
GitHub Gist creator
GitHub Gist creator.
www/Ark-0.1.r1 (Score: 0.056974534)
Perl web application framework
Ark is a web application framework. It's heavily inspired by Catalyst Framework. Most different point between Ark and Catalyst is that Ark has CGI specific mode which can run applications less latency under CGI environment.
www/Bigtop-0.38 (Score: 0.056974534)
Web application data language processor
Bigtop is a language for describing the data of a web application. Usually this data will be stored in a relational database. Once you have a description of your data, you can generate a web application from it. This includes all the pieces you need like: the sql statements ready for feeding to your database command line tool, the httpd.conf you need to Include in the httpd.conf on your system, the modules that will handle the web requests, the models that make the database tables look like classes, etc. If you need to alter the data model in the future, you can change your original description to match the new reality, then regenerate the application without fear of losing hand written code (though you may have to modify some of it to reflect the new reality).
www/Blog-Spam-1.0.2 (Score: 0.056974534)
Blog & Forum SPAM Detection
The blogspam site exists to provide a service which allows you to test whether a submitted blog/forum comment is SPAM or not, in real-time. We can identify many common SPAM characteristics and using them allow comments to be blocked - cutting down on the SPAM that might otherwise affect your site.
www/Browser-Open-0.04 (Score: 0.056974534)
Open a browser in a given URL
The functions optionaly exported by this module allows you to open URLs in the user browser. A set of known commands per OS-name is tested for presence, and the first one found is executed. With an optional parameter, all known commands are checked. The "open_browser" uses the system() function to execute the command. If you want more control, you can get the command with the "open_browser_cmd" or "open_browser_cmd_all" functions and then use whatever method you want to execute it.
www/Business-PayPal-0.11 (Score: 0.056974534)
Perl extension for automating PayPal transactions
Perl extension for automating PayPal transactions
www/CGI-Ajax-0.707 (Score: 0.056974534)
Module for writing AJAX/DHTML-based web apps
CGI::Ajax is an object-oriented module that provides a unique mechanism for using perl code asynchronously from javascript-enhanced web pages. You would commonly use CGI::Ajax in AJAX/DHTML-based web applications. CGI::Ajax unburdens the user from having to write any javascript, except for having to associate an exported method with a document-defined event (such as onClick, onKeyUp, etc). Only in the more advanced implementations of a exported perl method would a user need to write any javascript.
Simple HTTP server for developing with CGI::Application::Dispatch
CGI::Application::Dispatch::Server A simple HTTP server for developing apps that use CGI::Application::Dispatch
www/CGI-Application-Dispatch-3.12 (Score: 0.056974534)
Dispatch requests to CGI::Application based objects
CGI::Application::Dispatch Dispatch requests to CGI::Application based objects