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

Pictures Cgi Aaplication software
Filter: All | Freeware | Demo
 

Pictures Cgi Aaplication

1 2 3 4 5 > 
Added: November 25, 2006 | Visits: 7.884

Mosaic-Pictures Create your own mosaic pictures! A mosaic picture shows a motive, which is assembled from a multiplicity of different smaller pictures. You can freely select the motive and the smaller pictures. Create mosaic pictures, which consist of dozens or hundreds of your image files.



Platforms: Windows

License: Demo Cost: $11.99 USD Size: 644 KB Download (355): Mosaic-Pictures Download

Added: April 18, 2006 | Visits: 3.030

CGI*Star Professional Create CGI (Common Gateway Interface) scripts for any type of form. Single or multi-page form input and confirmation before submission. Mail to main and copy email addresses, with facility to mask particular IDs in copy email. Mail in plain text or HTML format. Customizable templates to compose...





Platforms: Windows

License: Demo Cost: $99.00 USD Size: 2 KB Download (163): CGI*Star Professional Download

Added: January 19, 2006 | Visits: 3.967

WebGenie CGI*Star Professional Create CGI (Common Gateway Interface) scripts for any type of form. Single or multi-page form input and confirmation before submission. Mail to main and copy email addresses, with facility to mask particular IDs in copy email. Mail in plain text or HTML format. Customizable templates to compose...


Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 2.26 MB Download (208): WebGenie CGI*Star Professional Download

Released: November 06, 2002  |  Added: April 02, 2006 | Visits: 2.705

CGI Star Professional Create CGI (Common Gateway Interface) scripts for any type of form. Single or multi-pageform input and user confirmation.Mail to main and copy email addresses. Facility to mask IDs in copy email.Mail in plain text or HTML format.Customizable templates to compose mail, autoresponderand...


Platforms: Windows

License: Commercial Cost: $99.00 USD Size: 2.27 MB Download (186): CGI Star Professional Download

Released: November 11, 2005  |  Added: November 10, 2006 | Visits: 11.346

Digital Camera Pictures Recovery Digital camera pictures video photos recovery software repair restore rescue fix deleted lost missing music sound movie clips files folders midi avi gif quicktime mpeg. Data retrieval utility undelete unformat unerase corrupted images from removable media Hard disk USB drive mobile iPod flash...


Platforms: Windows

License: Shareware Cost: $69.00 USD Size: 5.23 MB Download (614): Digital Camera Pictures Recovery Download

Released: November 11, 2005  |  Added: November 11, 2005 | Visits: 14.843

Restore Digital Camera Deleted Pictures Digital Camera Files retrieval software is easy and Non-Destructive Data recovery software utility and reliable solution to recover retrieve rescue repair restore undelete unerase or unformat your lost erased formatted deleted pictures images photos audio video files and folders from digital...


Platforms: Windows

License: Shareware Cost: $69.00 USD Size: 6.24 MB Download (822): Restore Digital Camera Deleted Pictures Download

Released: November 11, 2006  |  Added: August 20, 2007 | Visits: 2.778

Digital Pictures Retrieval Software Download digital picture restoration software that provides comprehensive solution to recover all deleted photos from various storage media. Application is a read only and non destructive tool. Retrieval utility restores all crashed corrupted compact flash MMC SD XD card JPG, GIF, BGI photos...


Platforms: Windows

License: Shareware Cost: $69.00 USD Size: 1.39 MB Download (156): Digital Pictures Retrieval Software Download

Released: August 08, 2007  |  Added: January 07, 2008 | Visits: 3.037

Recover Lost Digital Pictures Digital images recovery software tool rescue all types of images valuable snapshots important photographs from formatted inaccessible memory cards or HDD. Utility support all types of media devices like Kingston Samsung SanDisk Toshiba and recover digital camera photos. Digital image recovery...


Platforms: Windows

License: Shareware Cost: $69.00 USD Size: 1.5 MB Download (149): Recover Lost Digital Pictures Download

Released: September 13, 2008  |  Added: September 17, 2008 | Visits: 2.761

Sort Pictures Sort Pictures - easily? Sort Pictures - is a full-automatic picture sorter, photo sorter and picture organizer. Sort pictures, sort photos, sort images in one click with Sort Pictures. Sort pictures by date ~ Sort pictures by time ~ Sort pictures by dimensions (width and height) ~ Sort pictures...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 15.38 MB Download (167): Sort Pictures Download

Released: April 07, 2009  |  Added: April 13, 2009 | Visits: 2.935

Find Duplicate Pictures Find Duplicate Pictures: How to Find duplicate pictures? What is the Best way to find duplicate pictures? Find duplicate pictures and find picture duplicates - easily with automatic duplicate picture remover. Automatic duplicate picture finding software will find duplicate pictures and find...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 18.34 MB Download (292): Find Duplicate Pictures 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.130

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: January 10, 2010 | Visits: 2.299

ip-filter-cgi ip-filter-cgi is a set of perl script to modify rules of IP Filter (IP Filter is a TCP/IP packet filter cf: http://coombs.anu.edu.au/~avalon/ip-filter.html). If you make any improvement, correction send it back to. The scripts is not complete and is provided for testing purpose....


Platforms: *nix

License: Freeware Size: 48.13 KB Download (207): ip-filter-cgi 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: October 24, 2010 | Visits: 1.195

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: June 15, 2010 | Visits: 1.338

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.325

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: January 04, 2010 | Visits: 1.050

CGI::Validate CGI::Validate is an advanced CGI form parser and type validation. SYNOPSIS use CGI::Validate; # GetFormData() only use CGI::Validate qw(:standard); # Normal use use CGI::Validate qw(:subs); # Just functions use CGI::Validate qw(:vars); # Just exception vars ## If you dont want it to...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): CGI::Validate Download

Added: May 09, 2010 | Visits: 1.996

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

1 2 3 4 5 >