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.182.503 Times

Cgi Scripting software
Filter: All | Freeware | Demo
 

Cgi Scripting

< 1 2 3 4 5 > 
Added: October 06, 2010 | Visits: 1.027

CGI::Ex::App CGI::Ex::App is a anti-framework application framework. Fill in the blanks and get a ready made web application. This module is somewhat similar in spirit to CGI::Application, CGI::Path, and CGI::Builder and any other "CGI framework." As with the others, CGI::Ex::App tries to do as much of the...



Platforms: *nix

License: Freeware Size: 215.04 KB Download (100): CGI::Ex::App Download

Added: June 21, 2010 | Visits: 851

CGI::Ex::Conf CGI::Ex::Conf is a Perl module with Conf Reader/Writer for many different data format types. SYNOPSIS use CGI::Ex::Conf qw(conf_read conf_write); my $hash = conf_read("/tmp/foo.yaml"); conf_write("/tmp/foo.yaml", {key1 => $val1, key2 => $val2}); ### OOP interface my $cob =...





Platforms: *nix

License: Freeware Size: 215.04 KB Download (89): CGI::Ex::Conf Download

Added: November 13, 2010 | Visits: 904

CGI::SecureState CGI::SecureState is a transparent, secure statefulness for CGI programs. SYNOPSIS use CGI::SecureState; my @memory = qw(param1 param2 other_params_to_remember); my $cgi = new CGI::SecureState(-stateDir => "states", -mindSet => forgetful, -memory => @memory); print $cgi->header(),...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): CGI::SecureState 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: July 06, 2010 | Visits: 1.212

CGI::Explorer CGI::Explorer is a class to manage displaying a hash tree of data, for use in CGI scripts. Synopsis Install /assets/css/explorer/xtree.css, /assets/js/explorer/xtree.js, and /assets/images/explorer/*, as per the installation instructions, below. Then run the demos...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (107): CGI::Explorer Download

Added: April 25, 2010 | Visits: 854

DataMatrix CGI DataMatrix CGI is a web application for two-dimensional matrix symbology containing dark and light square data modules. Examples: If you specify the following parameters: http://localhost/test/dmtxcgi.exe?data=HelloWorld&w=100&h=100&bcolor=ffff00&fcolor=0000ff "HelloWorld" will be encoded...


Platforms: *nix

License: Shareware Cost: $175.00 USD Size: 419.84 KB Download (90): DataMatrix CGI Download

Added: February 25, 2010 | Visits: 767

CGI::Application::Plugin::RateLimit CGI::Application::Plugin::RateLimit is a plugin for CGI::Application which provides protection against a user calling a runmode too frequently. A typical use-case might be a contact form that sends email. Youd like to allow your users to send you messages, but thousands of messages from a...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): CGI::Application::Plugin::RateLimit 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: April 24, 2010 | Visits: 1.277

CGI::NoPoison CGI::NoPoison is No Poison Null Byte in CGI->Vars. SYNOPSIS use CGI; use CGI::NoPoison my $m = CGI->new(); $m->param( -name=>amplifier, -value=>[nine, ten, up to eleven], ); my %h = $m->Vars(); # look ma, no splitting on poison null-bytes ( )! print "$_ => ", join ", ", @{$h{$_}}...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (102): CGI::NoPoison Download

Added: November 25, 2010 | Visits: 1.360

CGI::Application::Plugin::Authentication::Driver::Generic CGI::Application::Plugin::Authentication::Driver::Generic is a Generic Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [ Generic, { user1 => 123, user2 => 123 } ], ); This Driver offers...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (216): CGI::Application::Plugin::Authentication::Driver::Generic Download

Added: June 26, 2010 | Visits: 1.259

CGI::Application::Plugin::Authentication::Driver::DBI CGI::Application::Plugin::Authentication::Driver::DBI is a DBI Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [ DBI, DBH => $self->dbh, TABLE => user, CONSTRAINTS => { user.name =>...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): CGI::Application::Plugin::Authentication::Driver::DBI Download

Added: February 21, 2010 | Visits: 1.351

CGI::Application::Plugin::Authentication::Driver::Dummy CGI::Application::Plugin::Authentication::Driver::Dummy is a dummy authentication driver which lets anyone authenticate regardless of the password they provide SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER =>...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (109): CGI::Application::Plugin::Authentication::Driver::Dummy 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: April 18, 2010 | Visits: 1.307

CGI::Application::Plugin::Authentication::Driver::HTPasswd CGI::Application::Plugin::Authentication::Driver::HTPasswd is a Perl module with HTPasswd Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [HTPasswd, /etc/apache/htpasswd,...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (112): CGI::Application::Plugin::Authentication::Driver::HTPasswd Download

Added: March 19, 2010 | Visits: 1.152

CGI::Test CGI::Test is a CGI regression test framework. SYNOPSIS # In some t/script.t regression test, for instance use CGI::Test; # exports ok() my $ct = CGI::Test->new( -base_url => "http://some.server:1234/cgi-bin", -cgi_dir => "/path/to/cgi-bin", ); my $page =...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (92): CGI::Test Download

Added: July 17, 2010 | Visits: 1.269

CGI::Wiki::Kwiki CGI::Wiki::Kwiki is an instant wiki built on CGI::Wiki. A simple-to-use front-end to CGI::Wiki. It can be used for several purposes: to migrate from a CGI::Kwiki wiki (its original purpose), to provide a quickly set up wiki that can later be extended to use more of CGI::Wikis capabilities, and...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): CGI::Wiki::Kwiki Download

Released: July 22, 2012  |  Added: July 22, 2012 | Visits: 1.214

Microsoft Anti-Cross Site Scripting Library The Microsoft Anti-Cross Site Scripting Library (Anti-XSS) was designed to be an encoding library for developers protect their ASP.NET web-based applications from XSS attacks. It differs from most encoding libraries in that it uses the white-listing technique -- sometimes referred to as the...


Platforms: Windows, 2003, Windows Vista, XPX64, 2008, 7

License: Freeware Download (64): Microsoft Anti-Cross Site Scripting Library Download

Released: November 22, 2012  |  Added: November 22, 2012 | Visits: 1.234

Ignite Scripting Free Ignite Scripting Free SEO Software means that you can implement SEO projects automatically. You may take advantage of Ignite Scripting Free to register, verify e-mail and post messages to blog pages and forums on auto-pilot as you concentrate on other important jobs. Ignite Scripting Free...


Platforms: Windows

License: Freeware Size: 9.75 MB Download (54): Ignite Scripting Free Download

Added: May 10, 2013 | Visits: 457

LibTPT TPT is a template scripting language implemented in C , designed to be integrated with C programs. It is intended as a fast, lightweight replacement for fullblown scripting languages, providing an easy interface for embedding TPT scripts in C code. The TPT language was originally based on PML....


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (59): LibTPT Download

Added: May 10, 2013 | Visits: 602

Custom Made CGI Module Custom Made CGI Module represents the modified version of the built in CGI module.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Custom Made CGI Module Download

< 1 2 3 4 5 >