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

Thrown freeware
Filter: All | Freeware | Demo
 

Thrown

< 1 2 3 4 5 > 
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: September 24, 2010 | Visits: 943

Bio::Root::Object Bio::Root::Object is a core Perl 5 object. SYNOPSIS # Use this module as the root of your inheritance tree. Object Creation require Bio::Root::Object; $dad = new Bio::Root::Object(); $son = new Bio::Root::Object(-name => Junior, -parent => $dad, -make => full); See the new() method... Platforms: *nix

License: Freeware Size: 4.7 MB Download (102): Bio::Root::Object Download

Added: July 14, 2010 | Visits: 789

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 (90): POEST::Server 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: August 06, 2010 | Visits: 596

Leading::Zeros Leading::Zeros is a Perl module to defuse Perls octal number representation. SYNOPSIS no Leading::Zeros; my $answer = 042; # dies This module offers some control over Perls insidious "leading-zero-means-octal" notation. INTERFACE If the module is loaded via a no: no Leading::Zeros;... Platforms: *nix

License: Freeware Size: 4.1 KB Download (92): Leading::Zeros Download

Added: July 26, 2010 | Visits: 1.039

LWJGL LWJGL (Lightweight Java Game Library) is a solution aimed directly at professional and amateur Java programmers alike to enable commercial quality games to be written in Java. LWJGL provides developers access to high performance crossplatform libraries such as OpenGL (Open Graphics Library) and... Platforms: *nix

License: Freeware Size: 1.3 MB Download (95): LWJGL Download

Added: November 18, 2010 | Visits: 1.126

Net::DBus::Error Net::DBus::Error is a Perl module with error details for remote method invocation. SYNOPSIS package Music::Player::UnknownFormat; use base qw(Net::DBus::Error); # Define an error type for unknown track encoding type # for a music player service sub new { my $proto = shift; my $class =... Platforms: *nix

License: Freeware Size: 94.21 KB Download (94): Net::DBus::Error Download

Added: October 06, 2010 | Visits: 652

Persistent::mSQL Persistent::mSQL is a persistent class implemented using a mSQL database. SYNOPSIS use Persistent::mSQL; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new... Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Persistent::mSQL Download

Added: April 16, 2010 | Visits: 862

Persistent::Sybase Persistent::Sybase is a persistent class implemented using a Sybase database. SYNOPSIS use Persistent::Sybase; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): Persistent::Sybase Download

Added: November 25, 2010 | Visits: 1.276

Persistent::Oracle Persistent::Oracle is a persistent class implemented using an Oracle database. SYNOPSIS use Persistent::Oracle; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new... Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): Persistent::Oracle Download

Added: September 06, 2010 | Visits: 1.266

Persistent::MySQL Persistent::MySQL is a persistent class implemented using a MySQL database. SYNOPSIS use Persistent::MySQL; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new... Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Persistent::MySQL Download

Added: August 18, 2010 | Visits: 958

Persistent::LDAP Persistent::LDAP is a persistent class implemented using a LDAP directory. SYNOPSIS use Persistent::LDAP; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $person = new... Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Persistent::LDAP 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: October 18, 2010 | Visits: 691

WMDsweeper WMDsweeper project is a 3D minesweeper clone. WMDsweeper is a 3D/2D-based minesweeper game. It has text-based and graphical interfaces for playing. Saving games, loading games, and configuring different skins are supported. The game also offers extras such as saving, loading, and customising... Platforms: *nix

License: Freeware Size: 921.6 KB Download (97): WMDsweeper Download

Added: April 09, 2010 | Visits: 694

PWLib pwlib is a portable Windows libary. PWLib is a moderately large class library that has its genesis many years ago as a method to product applications to run on both Microsoft Windows and Unix X-Windows systems. It also was to have a Macintosh port as well but this never eventuated. The parts... Platforms: *nix

License: Freeware Size: 2 MB Download (255): PWLib Download

Added: March 05, 2010 | Visits: 762

Iterator::IO Iterator::IO is a Perl module with filesystem and stream iterators. SYNOPSIS use Iterator::IO; # Return the names of files in a directory (except . and ..) $iter = idir_listing ($path); # Return all the files in a directory tree, one at a time. # Like File::Find, in slow motion. $iter... Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Iterator::IO Download

Added: March 19, 2010 | Visits: 705

GoldenPod GoldenPod is a podcast client (or podcast aggregator, or podcatcher, feel free to pick whichever name you want) written in perl. It supports multiple ways to work. GoldenPod supports reading configuration files in ~/.goldenpod/ and then saving the podcasts to the directory defined there. It... Platforms: *nix

License: Freeware Size: 18.43 KB Download (96): GoldenPod Download

Added: October 08, 2010 | Visits: 717

kio_mtp kio_mtp is a ioslave for mtp devices.kio_mtp is a ioslave for mtp devices. Extract in a directory, cd into it then $ gmake -f Makefike.cvs $ ./configure $ make && sudo make install kio_mtp depends on libmtp, so be sure you have libmtp and libmtp-dev installed Restart kdeinit with... Platforms: *nix

License: Freeware Size: 409.6 KB Download (99): kio_mtp Download

Added: October 03, 2010 | Visits: 1.006

Parse::Nibbler Parse::Nibbler is Perl module to parse huge files using grammars written in pure perl. Create a parser object using the ->new method. This method is provided by the Parse::Nibbler module and should not be overridden. The main functionality of the Parse::Nibbler module is the Register... Platforms: *nix

License: Freeware Size: 33.79 KB Download (91): Parse::Nibbler Download

Added: February 24, 2010 | Visits: 899

XML::XMetaL XML::XMetaL is a Perl module with dispatch class for XML::XMetaL development framework. The XML::XMetaL class is a dispatcher for XMetaL customization handlers. XML:XMetaL objects are singletons. There can be only one XML::XMetaL object instantiated at any one time. If an XML::XMetaL object... Platforms: *nix

License: Freeware Size: 24.58 KB Download (113): XML::XMetaL Download

< 1 2 3 4 5 >