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

Exception freeware
Filter: All | Freeware | Demo
 

Exception

< 1 2 3 4 5 
Added: June 11, 2010 | Visits: 886

Closure::Loop Closure::Loop is a Perl module with redo, last, next for closure based loops. SYNOPSIS package MyIterator; use Closure::Loop; # mixin sub new { my $class = shift; return bless { }, $class; } sub forAll { my $self = shift; my $cb = pop || die "No callback"; for my $i (@_) { eval {...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Closure::Loop Download

Added: January 01, 2010 | Visits: 1.062

Nasal Nasal is a language that I wrote for use in a personal project. Ostensibly it was because I was frustrated with the dearth of small-but-complete embeddable scripting languages, but of course I really wrote it because it was fun. It is still young and incomplete in a few places, but is under...





Platforms: *nix

License: Freeware Size: 102.4 KB Download (95): Nasal Download

Added: August 25, 2010 | Visits: 1.390

cx_Freeze cx_Freeze module is a set of utilities that can freeze Python scripts into executables in a cross platform way, using many of the techniques found in Thomas Hellers py2exe, Gordon McMillans Installer, and the Freeze utility that ships with Python itself. Why did I go to the trouble of creating...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (132): cx_Freeze Download

Added: October 14, 2010 | Visits: 1.003

Elvyx Elvyx project is a tool designed to monitor and profile the jdbc activity. This jdbc profiler has a wrapper that intercept the access to the database and send this information to the elvyx server. The server receives the information, store the data into a database and serve this information to...


Platforms: *nix

License: Freeware Download (100): Elvyx Download

Added: September 24, 2010 | Visits: 853

Locale::Maketext::Lexicon::Gettext Locale::Maketext::Lexicon::Gettext is a Perl module for PO and MO file parser for Maketext. SYNOPSIS Called via Locale::Maketext::Lexicon: package Hello::I18N; use base Locale::Maketext; use Locale::Maketext::Lexicon { de => [Gettext => hello/de.mo], }; Directly calling parse(): use...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (90): Locale::Maketext::Lexicon::Gettext Download

Added: July 01, 2010 | Visits: 851

Locale::Maketext::Simple Locale::Maketext::Simple is a simple interface to Locale::Maketext::Lexicon. SYNOPSIS Minimal setup (looks for auto/Foo/*.po and auto/Foo/*.mo): package Foo; use Locale::Maketext::Simple; # exports loc loc_lang(fr); # set language to French sub hello { print loc("Hello, [_1]!",...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (89): Locale::Maketext::Simple Download

Added: March 23, 2010 | Visits: 1.217

AxKit2::Transformer::XSP AxKit2::Transformer::XSP Perl module contains eXtensible Server Pages. SYNOPSIS < xsp:page xmlns:xsp="http://apache.org/xsp/core/v1" > < xsp:structure > < xsp:import >Time::Piece< /xsp:import > < /xsp:structure > < page > < title >XSP Test< /title > < para > Hello World! < /para >...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (103): AxKit2::Transformer::XSP Download

Added: September 20, 2010 | Visits: 649

COPE COPE is a CORBA implemented in Perl. This documents describes the steps you take when writing a CORBA application in Perl using COPE. First the basics: the laguage binding used. Scalar types char The char type is represented as a 1-character perl string, like a. octet octet is...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (94): COPE Download

Added: January 14, 2010 | Visits: 1.511

WASP-PHP WASP is a multi-tier web application framework built on Object Oriented PHP5. The framework is a simplified Model View Controller architecture. The controller is built by adding content "Chunks" to "UIModules". The Model portion of the framework wraps PEAR DB_DataObjects in a business object...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): WASP-PHP Download

Added: May 18, 2010 | Visits: 1.266

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: March 22, 2010 | Visits: 1.093

Pascal Mock Pascal Mock provides a mock library for Delphi/Kylix/FreePascal. Delphi/Kylix/FreePascal were lacking a mock library. The Pascal Mock library enables the easy creation and use of Mock objects for unit testing, inspired by the various Java mock object tools. Mock objects ease unit testing by...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (118): Pascal Mock Download

Added: January 04, 2010 | Visits: 1.045

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: September 06, 2010 | Visits: 802

Bundle::DBWIZ Bundle::DBWIZ is a Perl CPAN Bundle for DBWIZ. SYNOPSIS C< perl -MCPAN -e install Bundle::DBWIZ > CONTENTS Class::DBI Class::DBI::mysql Module::Build Exception::Class Exception::Class::DBI SQL::Abstract MIME::Tools SOAP::Lite Parallel::ForkManager Data::Serializer Time::HiRes...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (92): Bundle::DBWIZ Download

Added: November 24, 2010 | Visits: 1.113

Cache::Repository Cache::Repository is a Perl module used to cache generic file repository. SYNOPSIS my $rep = Cache::Repository->new( style => Filesys, # options for the F::R driver ); $rep->add_files(tag => groupname, files => @filenames, basedir => /tmp, move => 1, ); $rep->add_filehandle(tag =>...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (96): Cache::Repository Download

Added: July 14, 2010 | Visits: 784

POEST::Server POEST::Server - The Poest Master General. SYNOPSIS my $server = POEST::Server->new( Config => POEST::Config::Genearl, ConfigFile => /etc/poest.conf, ); $server->start; ABSTRACT This module controls the server itself. All high-level server interaction happens here. new() Create...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (89): POEST::Server Download

Added: September 05, 2010 | Visits: 1.002

K7Z Use K7Z if you want to: - Backup a folder to a storage location - Create or extract a password-protected archive - Update an existing archive quickly Ark (2.6.3) is handy but it doesnt seem to: - Create archives with passwords - Extract (some) archives with passwords - Update existing...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (99): K7Z Download

Added: June 11, 2010 | Visits: 1.004

multitask multitask allows Python programs to use generators (aka coroutines) to perform cooperative multitasking and asynchronous I/O. Applications written using multitask consist of a set of cooperating tasks that yield to a shared task manager whenever they perform a (potentially) blocking operation,...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (100): multitask Download

Added: January 13, 2010 | Visits: 932

Class::Observable Class::Observable is a Perl module that allows other classes and objects to respond to events in yours. SYNOPSIS # Define an observable class package My::Object; use base qw( Class::Observable ); # Tell all classes/objects observing this object that a state-change # has occurred sub...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): Class::Observable Download

Added: April 08, 2010 | Visits: 802

ixlib ixlib is a small c++ tools library based upon the standard template library. It provides: - a javascript interpreter - an exception handling framework - garbage collection - automatic array management - planar geometry (rectangles, regions) - polygons (rasterization, convex hull,...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (94): ixlib Download

Added: January 16, 2010 | Visits: 1.099

LibMSWrite LibMSWrite is a free, platform-independent C++ filter library that can read and write the Microsoft Write 3.0/3.1 document format. LibMSWrite library supports what is believed to be the complete featureset of the Write file format. It is fully portable across 32-bit and 64-bit architectures and...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (90): LibMSWrite Download

< 1 2 3 4 5