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

Daniel Handler Interview software
Filter: All | Freeware | Demo
 

Daniel Handler Interview

< 1 2 3 4 5 > 
Added: June 13, 2010 | Visits: 893

XML::Generator::PerlData XML::Generator::PerlData is a Perl extension for generating SAX2 events from nested Perl data structures. SYNOPSIS use XML::Generator::PerlData; use SomeSAX2HandlerOrFilter; ## Simple style ## # get a deeply nested Perl data structure... my $hash_ref =... Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): XML::Generator::PerlData Download

Added: February 01, 2010 | Visits: 1.008

Data::DPath::Builder Data::DPath::Builder is a SAX handler for building an XPath tree. SYNOPSIS use AnySAXParser; use Data::DPath::Builder; $builder = Data::DPath::Builder->new(); $parser = AnySAXParser->new( Handler => $builder ); $root_node = $parser->parse( Source => [SOURCE] ); Data::DPath::Builder is... Platforms: *nix

License: Freeware Size: 32.77 KB Download (97): Data::DPath::Builder Download

Added: September 06, 2010 | Visits: 922

EasyHTTPD EasyHTTPD is a drop in C++ class to implement an HTTP 1.0 Server - Now with OpenSSL Support! The class can be used to allow an application to be controlled by a browser, hence Embedded. To this functionality to an app, add the C++ class to the application, write and register request callback... Platforms: *nix

License: Freeware Size: 16.38 KB Download (97): EasyHTTPD Download

Added: March 09, 2010 | Visits: 1.048

Apache::ErrorControl Apache::ErrorControl Perl module is an Apache Handler for Templating Apache Error Documents. This mod_perl content handler will make templating your ErrorDocument pages easy. Basically you add a couple of entries to your httpd.conf file restart apache, make your template and your cruising.... Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Apache::ErrorControl Download

Added: March 06, 2010 | Visits: 1.078

HTML Entity Based Codepage Inference HEBCI is a technique that allows a web form handler to transparently detect the character set its data was encoded with. By using carefully-chosen character references, the browsers encoding can be inferred. Thus, it is possible to guarantee that data is in a standard encoding without relying... Platforms: *nix

License: Freeware Size: 5.12 KB Download (96): HTML Entity Based Codepage Inference Download

Added: February 16, 2010 | Visits: 1.081

Grace Contribution Manager Grace project is a system of the Daniel Project that handles the tracking of contributions and donors for a non-profit. As contributions come in for particular funds, the contributions are recorded along with the donors information. The system also handles the printing of receipts and reports,... Platforms: *nix

License: Freeware Size: 12.7 MB Download (96): Grace Contribution Manager Download

Added: May 09, 2010 | Visits: 855

Religion Religion is a Perl module that can generate tracebacks and create and install die() and warn() handlers. This is a second go at a module to simplify installing die() and warn() handlers, and to make such handlers easier to write and control. For most people, this just means that if use use... Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Religion Download

Added: November 07, 2010 | Visits: 931

HTTP::Server::Simple::Mason HTTP::Server::Simple::Mason is an abstract baseclass for a standalone mason server. SYNOPSIS my $server = MyApp::Server->new(); $server->run; package MyApp::Server; use base qw/HTTP::Server::Simple::Mason/; sub mason_config { return ( comp_root => /tmp/mason-pages ); } INTERFACE... Platforms: *nix

License: Freeware Size: 13.31 KB Download (95): HTTP::Server::Simple::Mason Download

Added: February 18, 2010 | Visits: 681

POE::Exceptions POE::Exceptions is a POE class for handling exceptions. SYNOPSIS use POE::Exceptions; POE::Session::Exception->create( inline_states => { _start => sub { print START; $_[KERNEL]->sig(DIE,death_handled); }, death_handled => sub { print EXCEPTION CAUGHT $_[KERNEL]->sig_handled(); },... Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): POE::Exceptions Download

Added: January 12, 2010 | Visits: 842

mod_corba mod_corba is an exposes Apache module API via CORBA. With this, any object in any language on any system can be used as a plugin module for an Apache web server, without recompiling or restarting the server. Since the entire internal operation of the Apache web server is based on the module API,... Platforms: *nix

License: Freeware Size: 17.41 KB Download (95): mod_corba Download

Added: March 12, 2010 | Visits: 820

Apache::LogIgnore Apache::LogIgnore is a mod_perl log handler to ignore connections. SYNOPSIS in your httpd.conf file, put this in the mod_perl load block (if you have one) < Location / > PerlLogHandler Apache::LogIgnore PerlSetVar DebugFlag 1 #Turn Debugging on PerlSetVar IgnoreHost 192.168.0.2... Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): Apache::LogIgnore Download

Added: March 27, 2010 | Visits: 1.050

HTML::Template::Set HTML::Template::Set is a HTML::Template extension that adds set support. SYNOPSIS in your HTML: < TMPL_SET NAME="handler" >apples_to_oranges< /TMPL_SET > < TMPL_SET NAME="title" >Apples Are Green< /TMPL_SET > < HTML > < HEAD > < TITLE >< TMPL_VAR NAME="title" >< /TITLE > < /HEAD > <... Platforms: *nix

License: Freeware Size: 9.22 KB Download (94): HTML::Template::Set Download

Added: August 27, 2010 | Visits: 818

Tree::Simple::SAX Tree::Simple::SAX is a set of classes for using Tree::Simple with XML. SYNOPSIS use Tree::Simple::SAX; use XML::SAX::ParserFactory; my $handler = Tree::Simple::SAX::Handler->new(Tree::Simple->new()); my $p = XML::SAX::ParserFactory->parser(Handler => $handler); $p->parse_string(... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Tree::Simple::SAX Download

Added: August 27, 2010 | Visits: 923

Userexitd for TSM Userexitd for TSM is a configurable handler for Tivoli Storage Manager events. Userexitd for TSM allows an administrator to filter events using regular expressions and run various actions for TSM events, such as sending mail and SNMP traps, writing messages into syslog, and running scripts and... Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): Userexitd for TSM Download

Added: February 13, 2010 | Visits: 1.027

Apache::BioChrome Apache::BioChrome is an Apache handler for Image::BioChrome to colorize gif files based on information provided in the url. SYNOPSIS #httpd.conf PerlTransHandler Apache::BioChrome # anywhere you can configure a location < Location /biochrome > PerlSetVar biochrome_cache /tmp/biochrome... Platforms: *nix

License: Freeware Size: 61.44 KB Download (93): Apache::BioChrome Download

Added: June 20, 2010 | Visits: 1.144

XML::Descent XML::Descent is a Perl module for recursive descent XML parsing. SYNOPSIS use XML::Descent; # Create parser my $p = XML::Descent->new({ Input => $xml }); # Setup handlers $p->on(folder => sub { my ($elem, $attr) = @_; $p->on(url => sub { my ($elem, $attr) = @_; my $link = { name... Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): XML::Descent Download

Added: February 19, 2010 | Visits: 739

XML::SAX2Perl XML::SAX2Perl is a Perl module to translate Perl SAX methods to Java/CORBA style methods. SYNOPSIS use XML::Perl2SAX; $perl2sax = XML::Perl2SAX(handler => $java_style_handler); XML::Perl2SAX is a SAX filter that translates Perl style SAX methods to Java/CORBA style method calls. This... Platforms: *nix

License: Freeware Size: 64.51 KB Download (93): XML::SAX2Perl Download

Added: July 07, 2010 | Visits: 570

Screenie Screenie is a small and lightweight screen frontend that is designed to be a session handler that simplifies the process of administrating detached jobs by providing an interactive menu.. Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Screenie Download

Released: March 01, 2010  |  Added: April 29, 2010 | Visits: 1.127

Media Handler Pro Media Handler Pro is an .NET video encoding and publishing tool for converting videos and audios from any format to another format, grab thumbnails from video, post watermark on video, split video in clips, extract audio from videos and perform lots of other processing in real time using .NET... Platforms: Windows

License: Shareware Cost: $59.00 USD Size: 42.97 KB Download (92): Media Handler Pro Download

Added: July 13, 2010 | Visits: 950

amarokNowPlayingImproved amarokNowPlayingImproved is a re-write of amarokNowPlaying by Daniel Dormann. It generates an image of the currently playing media using ImageMagicks convert and then uploads it to a remote host. The image includes the album cover, artist, album name, and track title. It also shows if the... Platforms: *nix

License: Freeware Size: 40.96 KB Download (92): amarokNowPlayingImproved Download

< 1 2 3 4 5 >