Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.165.655 Times

Cgi freeware
Filter: All | Freeware | Demo
 

Cgi

< 1 2 3 4 5 > 
Added: August 20, 2010 | Visits: 772

CGI::XMLForm CGI::XMLForm is a Perl extension of CGI.pm which reads/generates formated XML. NB: This is a subclass of CGI.pm, so can be used in its place. SYNOPSIS use CGI::XMLForm; my $cgi = new CGI::XMLForm; if ($cgi->param) { print $cgi->header, $cgi->pre($cgi->escapeHTML($cgi->toXML)); } else {...



Platforms: *nix

License: Freeware Size: 14.34 KB Download (98): CGI::XMLForm Download

Added: April 08, 2010 | Visits: 2.794

CGI::MxScreen CGI::MxScreen is a multi-screen stateful CGI framework. SYNOPSIS require CGI::MxScreen; my $manager = CGI::MxScreen->make( -bgcolor => "#dedeef", -screens => { "state_1" => [-class => "STATE_1", -title => "Hello"], "state_2" => [-class => "STATE_2", -title => "Hello #2"], },...





Platforms: *nix

License: Freeware Size: 75.78 KB Download (98): CGI::MxScreen Download

Added: March 17, 2010 | Visits: 1.063

CGI++ CGI++ is a C++ macro pre-processor that facilitates development of CGI/Database applications in C++. It will also process your HTML and generate form parsing classes with appropriate constructors. Many desirable features are yet to be implemented, but you can use what is already available to...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (98): CGI++ Download

Added: July 14, 2010 | Visits: 1.698

Mon.cgi Mon.cgi is a CGI interface for viewing the status of a Mon service. mon is a general-purpose scheduler and alert management tool used for monitoring service availability and triggering alerts upon failure detection. mon was designed to be open and extensible in the sense that it supports...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (98): Mon.cgi Download

Added: February 26, 2010 | Visits: 1.154

Faq-O-Matic The Faq-O-Matic is a CGI-based system that automates the process of maintaining a FAQ list. It allows visitors to your FAQ to take part in keeping it up-to-date. A permission system also makes it useful as a help-desk application, bug-tracking database, or documentation system. Jon wrote an...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (98): Faq-O-Matic Download

Added: June 14, 2010 | Visits: 1.115

CGI::Application::Magic CGI::Application::Magic is a template based framework for CGI applications. SYNOPSIS package WebApp ; use base CGI::Application::Magic ; # optional runmethod sub RM_myRunMmode { ... do_something_useful ... ... no_need_to_set_page ... ... returned_value_will_be_ignored ... } #...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (97): CGI::Application::Magic Download

Added: May 19, 2010 | Visits: 1.044

CGI::Application::Plugin::Authorization::Driver::DBI CGI::Application::Plugin::Authorization::Driver::DBI is a Perl module with DBI Authorization driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authorization; # Simple task based authentication __PACKAGE__->authz->config( DRIVER => [ DBI, TABLES => [account,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): CGI::Application::Plugin::Authorization::Driver::DBI Download

Added: August 16, 2010 | Visits: 893

ClearSilver CGI Kit Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, ClearSilver CGI Kit provides a separation between presentation code and application logic which makes working with your project easier. The design of...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (97): ClearSilver CGI Kit Download

Added: March 03, 2010 | Visits: 1.090

FAUS FAUS is a Perl CGI to permit user administration through a Web interface. Samba already has a good web interface for administration known as SWAT. The problem with SWAT is that you can add user just to Samba system, not in the Unix user database (/etc/passwd). To use SWAT you have to type root...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (97): FAUS Download

Added: June 22, 2010 | Visits: 1.290

w3cam w3cam is a simple CGI to retrieve images from a so called video4linux device. In other words this program will only run on Linux machines which support a video4linux-device. w3cam supports a text mode and a gui mode. In the gui mode a html with a form is supplied to change some parameters with...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (96): w3cam Download

Added: November 18, 2010 | Visits: 994

BelowVersion BelowVersion is a single-file Python CGI to browse a Subversion repository. It only needs a Web server with Python support and bindings for Subversion libraries. It bypasses the high-level client library for acceptable performance without losing features. It is written to be fast to navigate...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): BelowVersion Download

Added: October 24, 2010 | Visits: 1.194

CGI::WML CGI::WML is a Perl module with subclass LDSs "CGI.pm" for WML output and WML methods. SYNOPSIS use CGI::WML; $query = new CGI::WML; $content = $query->p("Hello WAP world"); print $query->header(), $query->start_wml(), $query->template(-content=>$query->prev()),...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (95): CGI::WML Download

Added: February 20, 2010 | Visits: 1.323

CGI::Expand CGI::Expand is a Perl module that can convert flat hash to nested data using TT2s dot convention. SYNOPSIS use CGI::Expand; use CGI; # or Apache::Request, etc. $args = expand_cgi( CGI->new(a.0=3&a.2=4&b.c.0=x) ); # $args = { a => [3,undef,4], b => { c => [x] }, } # Or to catch...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): CGI::Expand Download

Added: June 10, 2010 | Visits: 1.419

Class::CGI Class::CGI is a Perl module to fetch objects from your CGI object. SYNOPSIS use Class::CGI handlers => { customer_id => My::Customer::Handler }; my $cgi = Class::CGI->new; my $customer = $cgi->param(customer_id); my $name = $customer->name; my $email = $cgi->param(email); # behaves...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (95): Class::CGI Download

Added: April 22, 2010 | Visits: 1.254

CGI::Builder::Auth::UserAdmin CGI::Builder::Auth::UserAdmin is a Perl module for the management of HTTP server user databases. SYNOPSIS use CGI::Builder::Auth::UserAdmin (); Pay no attention to that man behind the curtain! Move along, nothing to see here! This module was originally part of the HTTPD-User-Manage...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (95): CGI::Builder::Auth::UserAdmin Download

Added: April 10, 2010 | Visits: 728

Addendat Addendat is a blogging program that can accept updates from either a CGI interface or a shell interface. Additions are stored as HTML, so you can edit both entries and design in any ordinary text editor. The project is configured using a simple HTML-like config file format and supports multiple...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (95): Addendat Download

Added: August 20, 2010 | Visits: 1.681

cgi-postin cgi-postin utility processes data generated from a World-Wide Web form. cgi-postin is a standalone processor that may be run easily from sh, perl, or Tcl scripts. Important Note: I recommend this tool only when implementing CGIs as shell scripts. For other languages, there are more modern and...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): cgi-postin Download

Added: April 20, 2010 | Visits: 1.928

CGI::Wiki::Plugin::RSS::Reader CGI::Wiki::Plugin::RSS::Reader is a Perl module retrieve RSS feeds for inclusion in CGI::Wiki nodes. Use this CGI::Wiki plugin to retrieve an RSS feed from a given URL so that you can include it in a wiki node. SYNOPSIS use CGI::Wiki::Plugin::RSS::Reader; my $rss =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): CGI::Wiki::Plugin::RSS::Reader Download

Added: April 13, 2010 | Visits: 959

CGI::Enurl CGI::Enurl.pm is a Perl module for URL-encoding strings and hashes. SYNOPSIS use CGI::Enurl; %hash = (name=>Jenda Krynicky,address=>Nerudova 1016); print "Location: http://$ENV{SERVER_NAME}/cgi-bin/do.pl?",enurl %hash,"nn"; This is a little module made for CGI scripting. It encodes the...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): CGI::Enurl Download

Added: August 14, 2010 | Visits: 800

CGI::FastTemplate CGI::FastTemplate is a Perl extension for managing templates, and performing variable interpolation. SYNOPSIS use CGI::FastTemplate; $tpl = new CGI::FastTemplate(); $tpl = new CGI::FastTemplate("/path/to/templates"); CGI::FastTemplate->set_root("/path/to/templates"); ## all instances...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (94): CGI::FastTemplate Download

< 1 2 3 4 5 >