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

Exception Container freeware
Filter: All | Freeware | Demo
 

Exception Container

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

ExceptionContainer ExceptionContainer script is an Exception base-class that supports keyword arguments and printing. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): ExceptionContainer Download

Added: March 02, 2010 | Visits: 932

Basset::Container::Hash Basset::Container::Hash Perl module implements a layered hash. The easiest way to explain is with an example: my %x = (a => b); tie my %y, Basset::Container::Hash, %x; #<- %x is the parent of y. print $x{a}; #prints b print $y{a}; #prints b (inherited from x) $y{a} = foo; $y{z} = bar;... Platforms: *nix

License: Freeware Size: 143.36 KB Download (94): Basset::Container::Hash Download

Added: January 18, 2010 | Visits: 1.181

Test::Exception Test::Exception is a Perl module to test exception based code. SYNOPSIS use Test::More tests => 5; use Test::Exception; # or if you dont need Test::More use Test::Exception tests => 5; # then... # Check that something died dies_ok { $foo->method1 } expecting to die; # Check that... Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): Test::Exception Download

Added: February 11, 2010 | Visits: 972

Java::JCR::Exception Java::JCR::Exception is a Perl wrapper for repository exceptions. SYNOPSIS eval { my $node = $root->add_node(foo, nt:unstructured); }; if ($@) { print STDERR "Failed to add node foo: $@n"; } This class is used to make the exceptions thrown from the Java code work more nicely in Perl.... Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): Java::JCR::Exception Download

Added: April 15, 2010 | Visits: 844

Exception::Class::TryCatch Exception::Class::TryCatch is a syntactic try/catch sugar for use with Exception::Class. SYNOPSIS use Exception::Class::TryCatch; # simple usage of catch() eval { Exception::Class::Base->throw(error) }; catch my $err and warn $err->error; # catching only certain types or else... Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Exception::Class::TryCatch Download

Added: November 13, 2010 | Visits: 929

Exception::Class Exception::Class is a Perl module that allows you to declare real exception classes in Perl. SYNOPSIS use Exception::Class ( MyException, AnotherException => { isa => MyException }, YetAnotherException => { isa => AnotherException, description => These exceptions are related to IPC },... Platforms: *nix

License: Freeware Size: 16.38 KB Download (91): Exception::Class Download

Added: November 13, 2010 | Visits: 908

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: August 03, 2010 | Visits: 917

Class::Container Class::Container is a Perl module with Glues object frameworks together transparently. SYNOPSIS package Car; use Class::Container; @ISA = qw(Class::Container); __PACKAGE__->valid_params ( paint => {default => burgundy}, style => {default => coupe}, windshield => {isa => Glass}, radio... Platforms: *nix

License: Freeware Size: 19.46 KB Download (110): Class::Container Download

Added: January 16, 2010 | Visits: 867

Exception::Class::TCF Exception::Class::TCF is a Java/C++ style exception handling. SYNOPSIS try BLOCK [ [catch] NAME FUN_REF ]* throw [ EXCEPTION LIST ] package EnclosureException; @ISA = qw(Exception::Class::TCF); package main; use Exception::Class::TCF; try { if ($Lost) { throw new... Platforms: *nix

License: Freeware Size: 11.26 KB Download (88): Exception::Class::TCF Download

Released: November 24, 2012  |  Added: November 24, 2012 | Visits: 642

Container Icons Set for Mac OS New Container Icon Set from antrepo, another 40 free icons about colorful big metal box. Its compatible with any Mac Os system, also compatible with Windows XP and Windows Vista. It is freeware. Download it, share it, use it ! Mac icons is include at least the 16x16, 32x32, 128x128, and 512x512... Platforms: Mac

License: Freeware Size: 16 MB Download (46): Container Icons Set for Mac OS Download

Added: May 10, 2013 | Visits: 498

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: 414

Automatically start the debugger on an exception When Python runs a script and an uncatched exception is raised, a traceback is printed and the script is terminated. Python2.1 has introduced sys.excepthook, which can be used to override the handling of uncaught exceptions. This script allows to automatically start the debugger on an unexpected... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Released: May 13, 2013  |  Added: June 15, 2013 | Visits: 694

Container Tracking Tired of not knowing what's going on with your cargo? Current container tracking methods just don't cut it. Container tracking, for most, means logging into your carrier's container tracing system and receiving old, inaccurate information. For the Freight Forwarders and 3PLs among us,... Platforms: Windows

License: Freeware Size: 504.54 KB Download (64): Container Tracking Download

Added: August 24, 2008 | Visits: 1.229

Total Text Container Total Text Container is an Open Source Personal Information Management program. Store information, documentation, notes, passwords, images, bookmarks, contacts, Spreadsheet, calendar events & tasks, import/export Google iCal files. Powerfull Multi layer encryption, portable, xml database, all in... Platforms: Windows

License: Freeware Size: 3.1 MB Download (136): Total Text Container Download

Added: August 14, 2008 | Visits: 3.046

.NET and C# inversion of control container Winter4net .NET and C# inversion of control container Winter4net - Lightweight C#, .NET dependency injection container, spring framework compliant, ultrafast, compact and scalable, infrastructure for MDD/MDA. Easy integration; MSDN-like documentation; 24/7 support; Free Community edition binary license Platforms: Windows

License: Freeware Size: 720 KB Download (212): .NET and C# inversion of control container Winter4net Download

Added: February 14, 2010 | Visits: 1.248

Jiplet Container Jiplet is short for Java SIP Servlet. Jiplet Container project is an open-source container for server-side SIP applications. An application developer can create a SIP application written in Java using the Jiplet API and deploy the application in the container. The container provides a number of... Platforms: *nix

License: Freeware Size: 15.2 MB Download (106): Jiplet Container Download

Released: August 06, 2012  |  Added: August 06, 2012 | Visits: 426

Clico container A client container for Swing, based on Java 5 language features (annotations, enums...), and PicoContainer. Develop Swing applications with a simple development model, using POJOs, a clean MVC pattern and services and be more productive. Platforms: Windows, Mac, Linux

License: Freeware Size: 1.39 MB Download (50): Clico container Download

Released: June 11, 2012  |  Added: June 11, 2012 | Visits: 459

Smart Client Container The Smart Client Container is an extended J2EE container for application clients. It features local session beans and smart ejb-refs with interceptors and a transport abstraction (RMI / HTTP). Platforms: Windows, Mac, Linux

License: Freeware Size: 1.44 MB Download (52): Smart Client Container Download

Added: August 17, 2013 | Visits: 506

Data Structure: A Cell Array List Container Intent: Provides a useful 1D data structure (or container) for storing an ordered heterogeneous set of elements.Motivation: MATLABdlT« R2009a provides the "containers.Map" data structure for storing an unordered heterogeneous set of elements - the Map ADT is a container that is indexed with a... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (45): Data Structure: A Cell Array List Container Download

Added: January 18, 2010 | Visits: 1.031

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

1 2 3 4 5 >