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

Handling freeware
Filter: All | Freeware | Demo
 

Handling

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 401

simple form handling simple form handling shows a very simple form together with the form handling process on a single page.



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

License: Freeware Download (59): simple form handling Download

Added: May 10, 2013 | Visits: 452

Simple session handling example This script is a very simple session handling example that uses plain Python CGI (tested only under Python 2.2 ). Its goal is to show how cookies are set via HTTP and how easily they can be used for session management.





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

License: Freeware Download (57): Simple session handling example Download

Added: May 10, 2013 | Visits: 494

Functional exception handling This scrip represents a tool for turning exception handling into functional alternation. try..except clauses make Python source code often clumsy and impact the readablity. This script presents a simple functional approach to work with exceptions and finalizations - applicable in a majority of...


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

License: Freeware Download (51): Functional exception handling Download

Added: May 10, 2013 | Visits: 546

Free Item Handling Fee A "free" item is any item that has a regular selling price of $0.00. It does not check for specials, which means if you place an item on sale for free then it does not charge the fee.Example:We set the Free Item Handling Fee to $0.50. A user puts three free items into their cart, and goes to...


Platforms: Windows, PHP, BSD

License: Freeware Download (57): Free Item Handling Fee Download

Added: March 28, 2013 | Visits: 539

Handling Large Data Sets Efficiently in MATLAB Example code from "Handling Large Data Sets Efficiently in MATLAB " webinar (http://www.mathworks.com/company/events/we.../wbnr30435.html) describing strategies for handling large amounts of data in MATLAB and avoiding "out-of-memory" errors. It will provide you with an understanding of the...


Platforms: Matlab

License: Freeware Size: 1.26 MB Download (46): Handling Large Data Sets Efficiently in MATLAB Download

Added: September 10, 2013 | Visits: 434

SQL Handling Functions SQL Handling Functions is a MySQL database access wrapper that can execute common SQL queries.Functions of SQL Handling Functions:- Establish connections to a MySQL host and access a given database- Execute INSERT or UPDATE SQL queries to a given table and a list of fields- Get the last inserted...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): SQL Handling Functions Download

Added: January 18, 2010 | Visits: 1.025

cexcept cexcept (pronounced "see except" in English) is a package providing a Try/Catch/Throw exception handling interface for ANSI C (C89 and subsequent ISO standards). It does not attempt to handle "real" exceptions like floating-point exceptions or addressing exceptions; cexcept is intended as an...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (101): cexcept Download

Added: September 26, 2010 | Visits: 700

WorldForge::varconf WorldForge::varconf is configuration handling library required by many WorldForge components. It provides: - An framework for storing and retrieving configuration data. - Loading and saving of config files. - Handling of complex command line arguments. - Signals to notify the application...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (89): WorldForge::varconf Download

Added: February 19, 2010 | Visits: 1.418

App::Modular::Module::Events App::Modular::Module::Events is a Perl module with event handling for App::Modular compatible applications. SYNOPSIS #################################################################### package App::Modular::Module::Me; use base qw(App::Modular::Module); sub depends { return Events; }...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (106): App::Modular::Module::Events Download

Added: November 06, 2010 | Visits: 1.271

The C++ Cmdline Library The C++ Cmdline Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line. It was developed and tested...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (108): The C++ Cmdline Library Download

Added: February 05, 2010 | Visits: 2.255

C++ Command Line Library C++ Command Line Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line. It was developed and tested...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (137): C++ Command Line Library Download

Added: November 13, 2010 | Visits: 904

libxcpc libxcpc library implements an automatic resource cleanup and exception handling in C. Error handling and cleanup code (at least for code that does error handling) can take quite some space in terms of lines of code to be written. This not only increases the binary size, but makes the code more...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (94): libxcpc Download

Added: March 05, 2010 | Visits: 688

mod_jsp mod_jsp is a JSP handling module for Apache 2. It works by starting and maintaining its own application server (based on Jetty). It can then continually manage the application servers virtual host filesystem mappings from the data passed from Apache..


Platforms: *nix

License: Freeware Size: 655.36 KB Download (92): mod_jsp Download

Added: June 13, 2010 | Visits: 1.148

Bio::Map::CytoMap Bio::Map::CytoMap is a Bio::MapI compliant map implementation handling cytogenic bands. SYNOPSIS use Bio::Map::CytoMap; my $map = new Bio::Map::CytoMap(-name => human1, -species => $human); foreach my $marker ( @markers ) { # get a list of markers somewhere $map->add_element($marker); }...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (124): Bio::Map::CytoMap Download

Added: January 25, 2010 | Visits: 1.005

Ruby/Password Ruby/Password is a suite of password handling methods for Ruby. It supports the manual entry of passwords from the keyboard in both buffered and unbuffered modes, random password generation, password strength checking, phonemic password generation (for easy memorisation by human-beings) and the...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (102): Ruby/Password Download

Added: January 24, 2010 | Visits: 695

Gtk2::Ex::MindMapView::ArgUtils Gtk2::Ex::MindMapView::ArgUtils is a Perl module with argument handling utilites. SYNOPSIS use Gtk2::Ex::MindMapView::ArgUtils; This is an internal set of argument handling utilities. INTERFACE args_required ($attributes_ref, @valid_keys) Complains if a required argument to a module...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (87): Gtk2::Ex::MindMapView::ArgUtils Download

Added: February 21, 2010 | Visits: 928

phpMysqlConnection phpMysqlConnection provides a PHP class for handling MySQL database connections. phpMysqlConnection is an interface class to be used with the PHP programming language to help projects connect to a MySQL database server and perform queries. The methods of this class prevent the programmer from...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (99): phpMysqlConnection Download

Added: January 17, 2010 | Visits: 1.255

cdgtools cdgtools are tools for handling and ripping CD+G karaoke disks.. CDG Karaoke Player for Linux, FreeBSD, NetBSD, Windows, GP2X, OSX


Platforms: *nix

License: Freeware Size: 23.55 KB Download (178): cdgtools Download

Added: May 23, 2010 | Visits: 698

XParam XParam is a general-purpose tool for parameter handling and object serialization in C++. It allows object serialization and deserialization in a format that is human-readable and -writeable, and is unaffected by issues of word-size and endianity. The XParam format is also not confused by...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (87): XParam Download

Added: February 01, 2010 | Visits: 695

virtualDesktopTools virtualDesktopTools is a set of tools for handling X Window virtual desktops. It makes it possible to switch the virtual desktop to the one indexed by a command line argument, and displays the number of desktops and index of the currently selected one. It should work with all EWMH-compliant...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): virtualDesktopTools Download

1 2 3 4 5 >