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

Cgi Programming software
Filter: All | Freeware | Demo
 

Cgi Programming

1 2 3 4 5 > 
Added: April 16, 2010 | Visits: 1.827

CGI::XMLApplication CGI::XMLApplication is an Object Oriented Interface for CGI Script Applications. SYNOPSIS use CGI::XMLApplication; $script = new CGI::XMLApplication; $script->setStylesheetPath( "the/path/to/the/stylesheets" ); # either this for simple scripts $script->run(); # or if you need more...



Platforms: *nix

License: Freeware Size: 21.5 KB Download (92): CGI::XMLApplication Download

Released: February 22, 2008  |  Added: February 27, 2008 | Visits: 3.994

OptiPerl OptiPerl 5 is fully integrated visual environment and editor for creating, testing, debugging and running perl and cgi scripts, directly or through associated html documents. It has a well designed user interface and many features. Features Include: - Offline editing of CGI Perl Scripts. -...





Platforms: Windows

License: Shareware Cost: $59.00 USD Size: 7.95 MB Download (273): OptiPerl Download

Released: February 11, 2008  |  Added: February 11, 2008 | Visits: 4.897

CGIScripter CGIScripter enables web developers to instantly write Perl CGI Scripts for MySQL, Oracle, Access, SQL Server, Sybase, DB2, PostgreSQL, FrontBase and FileMaker 7 database servers. Feature include: -- Dramatically improves developer productivity -- Improve security of web applications -- Save...


Platforms: Windows, *nix, Mac

License: Demo Cost: $50.00 USD Size: 1.44 MB Download (437): CGIScripter Download

Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 741

AdminPro AdminPro is the only web application in the world that empowers users to upload, download, rename, chmod, delete, open, edit and save files, create, rename and remove directories - plus two-click CGI debugging - No need for shell access. No command-line script debugging. No separate text editors...


Platforms: Windows, Mac, OS/2, Unix, Linux

License: Freeware Size: 30.72 KB Download (514): AdminPro Download

Added: May 10, 2013 | Visits: 595

http - Exploring Headers and Cookies from Servers This CGI script allows you to specify a URL, then it fetches the URL and displays all the headers sent by the server.  This script demostrates using urllib2 to fetch a URL - using a request object with User-Agent header. It also demostrates basic authentication and shows the possible http...


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


Added: May 10, 2013 | Visits: 1.034

Text Based Guest Book This script allows you to install a guest book for your web page that demonstrates CGI, and file access.


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

License: Freeware Download (63): Text Based Guest Book Download

Added: August 31, 2013 | Visits: 278

libdodo libdodo is a c cgi framewok.It provides wide abilities for cgi programming! But also you can use it not only as cgi. It has very useful modules to operate with databases, xml, threads, input/output, regexp, time and so on.It provides hooks, system tools, exceptions, and some more.


Platforms: C and C plus plus

License: Freeware Size: 256 KB Download (40): libdodo Download

Added: November 21, 2013 | Visits: 668

X11Basic X11-Basic is a dialect of the BASIC programming language with graphics capability that integrates features like shell scripting, cgi-Programming and full graphical visualisation into the easy to learn basic language on modern computers. The syntax is most similar to the old GFA-Basic ATARI-ST...


Platforms: *nix

License: Freeware Size: 1024 KB Download (47): X11Basic Download

Added: May 10, 2013 | Visits: 487

SteelBlue 2.1b2 SteelBlue is an open-source Web application server environment in which Web-database applications can be developed completely in an extended HTML language. Similar to ColdFusion and Story Server, session and user-associated data as well as SQL commands can be directly embedded into the HTML page....


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

License: Freeware Download (54): SteelBlue 2.1b2 Download

Added: October 24, 2010 | Visits: 1.197

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 (101): CGI::WML Download

Added: January 18, 2010 | Visits: 1.357

CGI::Cache CGI::Cache is a Perl extension to help cache output of time-intensive CGI scripts. WARNING The interface as of version 1.01 has changed considerably and is NOT compatible with earlier versions. A smaller interface change also occurred in version 1.20. SYNOPSIS Heres a simple example:...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): CGI::Cache Download

Added: March 17, 2010 | Visits: 1.131

lisp-cgi-utils lisp-cgi-utils is a CGI library for Common Lisp. It implements a very basic HTTP/CGI interface (sending headers, getting GET/POST and environment variables) and offers tools for easier HTML generation with special support for handling HTML forms. lisp-cgi-utils also supports HTTP cookies for...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (104): lisp-cgi-utils Download

Added: September 08, 2010 | Visits: 1.197

CGI::Simple CGI::Simple is a simple totally OO CGI interface that is CGI.pm compliant. SYNOPSIS use CGI::Simple; $CGI::Simple::POST_MAX = 1024; # max upload via post default 100kB $CGI::Simple::DISABLE_UPLOADS = 0; # enable uploads $q = new CGI::Simple; $q = new CGI::Simple( { foo=>1, bar=>[2,3,4] }...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (103): CGI::Simple Download

Added: June 15, 2010 | Visits: 1.340

CGI::Minimal CGI::Minimal is a lightweight CGI form processing package. SYNOPSIS # use CGI::Minimal qw(:preload); use CGI::Minimal; my $cgi = CGI::Minimal->new; if ($cgi->truncated) { &scream_about_bad_form; exit; } my $form_field_value = $cgi->param(some_field_name); Provides a micro-weight...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (99): CGI::Minimal Download

Added: May 18, 2010 | Visits: 1.268

CGI::Kwiki::New CGI::Kwiki::New is the default new wiki generator for CGI::Kwiki. A Wiki is a website that allows its users to add pages, and edit any existing pages. It is one of the most popular forms of web collaboration. If you are new to wiki, visit http://c2.com/cgi/wiki?WelcomeVisitors which is possibly...


Platforms: *nix

License: Freeware Size: 76.8 KB Download (98): CGI::Kwiki::New Download

Added: February 20, 2010 | Visits: 1.327

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: May 09, 2010 | Visits: 1.997

CGI::Application::Plugin::Authentication::Store::Cookie CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => [Cookie, SECRET => "Shhh, dont tell anyone",...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (115): CGI::Application::Plugin::Authentication::Store::Cookie Download

Added: April 14, 2010 | Visits: 2.828

CGI::Application::Plugin::Authentication::Store::Session CGI::Application::Plugin::Authentication::Store::Session is a session based store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => Session, ); This module uses a session...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (89): CGI::Application::Plugin::Authentication::Store::Session Download

Added: February 23, 2010 | Visits: 7.257

CGI::Application::Plugin::Authorization CGI::Application::Plugin::Authorization is an authorization framework for CGI::Application. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; use CGI::Application::Plugin::Authorization; # default config for runmode authorization...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): CGI::Application::Plugin::Authorization Download

Added: October 18, 2010 | Visits: 1.852

CGI::Application::Plugin::Authentication::Driver CGI::Application::Plugin::Authentication::Driver is a Perl base module for building driver clasees for CGI::Application::Plugin::Authentication. SYNOPSIS package CGI::Application::Plugin::Authentication::Driver::MyDriver; use base qw(CGI::Application::Plugin::Authentication::Driver); sub...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): CGI::Application::Plugin::Authentication::Driver Download

1 2 3 4 5 >