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

Exception Formatting freeware
Filter: All | Freeware | Demo
 

Exception Formatting

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

Formats current exception with stack trace This script provides functions for formatting exceptions and stack traces so that they are guaranteed to fit in a single line and contain only chars in specified encoding. It is very useful for logging and handling dead end exceptions. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Formats current exception with stack trace 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: 971

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

Added: May 10, 2013 | Visits: 757

date and time formatting date and time formatting introduces a function that returns a formatted string showing date, time and/or seconds.  Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): date and time formatting 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: July 12, 2012  |  Added: July 12, 2012 | Visits: 424

Folio; XSL Formatting Objects Renderer Folio is an XSL Formatting Objects renderer. Written to Java 5, it aims at full conformance with XSL 1.0 and subsequent versions. Initial target renderer is PDF. HyFo is the Folio stand-alone hyphenation package. Platforms: Windows, Mac, Linux

License: Freeware Size: 60.98 KB Download (45): Folio; XSL Formatting Objects Renderer Download

Added: July 14, 2013 | Visits: 505

Automatic Date Formatting and Validation This script, by using the onkeyup and onblur events handlers for the element, offers you a web form that will automatically format your dates and validate them at the same time. Platforms: JavaScript

License: Freeware Size: 81.92 KB Download (63): Automatic Date Formatting and Validation Download

Added: August 27, 2013 | Visits: 582

Form Target Formatting This script allows you to format the target window of a form from the form's target property. Platforms: JavaScript

License: Freeware Size: 81.92 KB Download (52): Form Target Formatting Download

Added: September 10, 2013 | Visits: 473

Preserve Code Formatting Preserve formatting of code for display by preventing its modification by WordPress and other plugins while retaining original whitespace and characters.NOTE: Use of the visual text editor will pose problems as it can mangle your intent in terms of ``` tags. I do not offer any support for those... Platforms: PHP

License: Freeware Size: 10 KB Download (52): Preserve Code Formatting Download

Added: August 08, 2013 | Visits: 375

Text Formatting Toolbar After Downloading and installing the Text Formatting Toolbar the new toolbar will be visible and ready for use. You then need to select the format you want to use. The default is BBcode, but you can chose HTML or Wiki code depending on what you want to use it for. You can change this setting in... Platforms: Mac

License: Freeware Size: 174.08 KB Download (36): Text Formatting Toolbar Download

Released: February 24, 2010  |  Added: March 10, 2010 | Visits: 3.697

Databrid Databrid is a Database tool for Oracle and/or MySql databases that is suited to all levels of users. Databrids core functionality is based around a main set of tabs that allow access to the following areas: SQL Editor, Database Browser, File Processing, Active/Inactive Jobs and Help. The... Platforms: Windows, Mac, *nix, Java,Other

License: Freeware Size: 5.26 MB Download (340): Databrid 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

Added: January 18, 2010 | Visits: 657

Text::TemplateFill Text::TemplateFill is a Perl module for formatting of reports with templates from files, use for I18N. SYNOPSIS use Text::TemplateFill; my $tmpl = new Text::TemplateFill; $tmpl->SetOpt(BaseDir => "paras/$Country"); $tmpl->SetOpt(ErrorFunction => &LogMsg, LineTerminator => "rn"); # Must... Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Text::TemplateFill Download

Added: November 06, 2010 | Visits: 1.165

mod_gridsite mod_gridsite is a loadable module for the Apache web server which provides access control and page formatting for GridSite HTTP(S) Fileservers, Websites and Web Services hosts. mod_gridsite also intercepts some processing in the standard mod_ssl module to support GSI Proxies and VOMS attribute... Platforms: *nix

License: Freeware Size: 153.6 KB Download (101): mod_gridsite Download

Added: November 13, 2010 | Visits: 907

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: January 01, 2010 | Visits: 849

ASCIIweb ASCIIweb is a text-to-HTML formatting system that uses the pre tag to create ASCII art Web pages, either on-the-fly or for static retrieval. Installing ASCIIweb is a snap. Simply download the tarball and unpack it in a directory that is web-accessible. Next, configure your web browser to allow... Platforms: *nix

License: Freeware Size: 31.74 KB Download (88): ASCIIweb Download

1 2 3 4 5 >