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

Event Handler software
Filter: All | Freeware | Demo
 

Event Handler

< 1 2 3 4 5 > 
Released: December 08, 2012  |  Added: December 08, 2012 | Visits: 475

Magnifying Glass v. This is a magnifying glass tool which zooms the part of the image you are rolling over. Just need to create an instance of the object class Magnifying Glass with the paths of the two images as parameters. In Version 1.1 is added custom event handler for removing the Magnifying glass on rolling... Platforms: Windows, Mac, Other, Pocket PC, Android, BlackBerry, iPhone, iPod, iTouch, Palm

License: Commercial Cost: $7.00 USD Size: 100 KB Download (48): Magnifying Glass v. Download

Released: June 16, 2012  |  Added: June 16, 2012 | Visits: 278

Open Simple Markup Language OSML is an XML Schema for building web content. Built as an event handler, OSML gives the ability to create and manage elements interactively. OSML is compatible with JAVA / XML technology and has been extremely tested with Cocoon 2 Framework. Platforms: Windows, Mac, Linux

License: Freeware Size: 72.77 KB Download (65): Open Simple Markup Language Download

Added: June 15, 2013 | Visits: 555

ASP NET PayPal Control Website Payments Standard A Single DLL ASP.NET Server Control will do everything for you if you want to develop an e-commerce web application with PayPal Website Payments Standard. Enhanced Design time Smart Tag GUI will guide you to generate any kind of PayPal supported buttons (BuyNow Button, Donation Button, Add to... Platforms: ASP.NET

License: Shareware Cost: $149.99 USD Size: 3.17 MB Download (46): ASP NET PayPal Control Website Payments Standard Download

Added: October 24, 2013 | Visits: 331

nmevent This is a Python module :mod:`nmevent`, simple C#-like implementation of the Observer pattern (http://en.wikipedia.org/wiki/Observer_pattern). It's main purpose and goal is to allow developers to use events with C#-like syntax in their Python classes. ============= Usage example =============... Platforms: *nix

License: Freeware Size: 81.92 KB Download (38): nmevent Download

Added: August 10, 2010 | Visits: 872

XML::Essex::Event XML::Essex::Event is a base event class, also used for unknown event types. Stringifies as $event->type . "()" to indicate an event that has no natural way to represented in XML, or for ones that havent been handled yet in Essex. Methods new XML::Event->new( a => 1, b => 2 );... Platforms: *nix

License: Freeware Size: 43.01 KB Download (95): XML::Essex::Event Download

Released: December 11, 2003  |  Added: June 05, 2006 | Visits: 4.653

GFI LANguard Security Event Log Monitor LANguard Security Event Log Monitor is a network wide event log monitor that retrieves logs from all NT/2000 servers and workstations and immediately alerts the administrator of possible intrusions for immediate host based intrusion detection. Using the LANguard event viewer you can also create... Platforms: Windows

License: Shareware Cost: $375.00 USD Size: 14.65 MB Download (545): GFI LANguard Security Event Log Monitor Download

Added: August 27, 2006 | Visits: 3.859

Event Log Watchdog Event Log Watchdog monitor's your Windows Event Logs and notifies you via Email when a new event is logged. You can define which Event Logs you wish to monitor and what types of events you wish to receive Email notification of. One license per machine. Platforms: Windows

License: Shareware Cost: $35.00 USD Size: 4.61 MB Download (489): Event Log Watchdog Download

Released: January 03, 2005  |  Added: May 22, 2006 | Visits: 2.293

Jumpstart-it Event Management Software Great Windows + Internet event administration software. Create online forms. Automatically send emails and letters (via MS Word). Book payments efficiently. Export your data to Excel, CSV, XML. Process registrations in a snap. Only US 99! Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 4.65 MB Download (516): Jumpstart-it Event Management Software Download

Added: May 05, 2006 | Visits: 4.253

eMail Bounce Handler eMail Bounce Handler is a bounce e-mail filtering and handling tool that recognizes bounce e-mails using a customizable set of rules and extracts the recipients addresses allowing you to use them again to try sending your mail or to take them off your list. eMail Bounce Handler simply connects to... Platforms: Windows, Mac

License: Shareware Cost: $25.00 USD Size: 1.24 MB Download (641): eMail Bounce Handler Download

Added: January 22, 2006 | Visits: 2.468

Alive Event Manager "Alive Event Manager represents a versatile electronic calendar, which will not allow you to miss any important event (a memorable date, a birthday, etc.). All entries made in Alive Event Manager can be executed as separate subject folders similarly to the Windows explorer. An arbitrary number of... Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 2.42 MB Download (517): Alive Event Manager Download

Released: July 23, 2015  |  Added: August 03, 2015 | Visits: 6.480

Event Log Explorer Event log analysis of Windows event logs is a vital task for any system administrator. The standard Windows Event Log Viewer has limited facilities, and doesn't allow you to perform effective event log analysis. Event Log Explorer is a simple but powerful utility for monitoring, viewing and... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $149.00 USD Size: 4.68 MB Download (1039): Event Log Explorer Download

Added: April 11, 2010 | Visits: 956

XML::Handler::Trees XML::Handler::Trees is a PerlSAX handlers for building tree structures. SYNOPSIS use XML::Handler::Trees; use XML::Parser::PerlSAX; my $p=XML::Parser::PerlSAX->new(); my $h=XML::Handler::Tree->new(); my $tree=$p->parse(Handler=>$h,Source=>{SystemId=>file.xml}); my... Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): XML::Handler::Trees Download

Added: April 17, 2010 | Visits: 1.034

Sensibe IRC Handler Sensible IRC Handler aims to provide an interface for Gaim that handles irc:// links in Firefox Browser. This will provide the same xchat-gnome functionality to handle irc:// links, but for Gaim. Recent changes in inclusion of packages for future Ubuntu release will not include xchat-gnome... Platforms: *nix

License: Freeware Size: 204.8 KB Download (105): Sensibe IRC Handler Download

Added: April 08, 2010 | Visits: 1.141

Event::RPC Event::RPC is a event based transparent Client/Server RPC framework. SYNOPSIS #-- Server Code use Event::RPC::Server; use My::TestModule; my $server = Event::RPC::Server->new ( port => 5555, classes => { "My::TestModule" => { ... } }, ); $server->start;... Platforms: *nix

License: Freeware Size: 31.74 KB Download (114): Event::RPC Download

Added: July 10, 2010 | Visits: 1.060

XML::Handler::YAWriter XML::Handler::YAWriter is a yet another Perl SAX XML Writer. SYNOPSIS use XML::Handler::YAWriter; my $ya = new XML::Handler::YAWriter( %options ); my $perlsax = new XML::Parser::PerlSAX( Handler => $ya ); YAWriter implements Yet Another XML::Handler::Writer. The reasons for this one are... Platforms: *nix

License: Freeware Size: 25.6 KB Download (168): XML::Handler::YAWriter Download

Added: January 17, 2010 | Visits: 1.068

XML::Handler::HTMLWriter XML::Handler::HTMLWriter is a SAX Handler for writing HTML 4.0. SYNOPSIS use XML::Handler::HTMLWriter; use XML::SAX; my $writer = XML::Handler::HTMLWriter->new(...); my $parser = XML::SAX::ParserFactory->parser(Handler => $writer); ... This module is based on the rules for outputting... Platforms: *nix

License: Freeware Size: 7.17 KB Download (140): XML::Handler::HTMLWriter Download

Added: June 11, 2010 | Visits: 1.083

DateTime::Event::Cron DateTime::Event::Cron is a DateTime extension for generating recurrence sets from crontab lines and files. SYNOPSIS use DateTime::Event::Cron; # DateTime::Set construction from crontab line $crontab = */3 15 1-10 3,4,5 */2; $set = DateTime::Event::Cron->from_cron($crontab); $iter =... Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): DateTime::Event::Cron Download

Added: July 10, 2010 | Visits: 860

DateTime::Event::Sunrise DateTime::Event::Sunrise is a Perl DateTime extension for computing the sunrise/sunset on a given day. SYNOPSIS use DateTime; use DateTime::Event::Sunrise; my $dt = DateTime->new( year => 2000, month => 6, day => 20, ); my $sunrise = DateTime::Event::Sunrise ->sunrise ( longitude... Platforms: *nix

License: Freeware Size: 12.29 KB Download (101): DateTime::Event::Sunrise Download

Added: January 21, 2010 | Visits: 3.218

Konstrukt::Handler 0.5 Beta Konstrukt::Handler is a base class for handlers that control the processing of the requests. SYNOPSIS use Konstrukt::Handler; #inherit new(), process() and emergency_exit() use base Konstrukt::Handler; #create handler sub. usually a bit more comprehensive. see existing handlers sub... Platforms: *nix

License: Freeware Size: 522.24 KB Download (687): Konstrukt::Handler 0.5 Beta Download

Added: June 04, 2010 | Visits: 979

Tk::event Tk::event contains miscellaneous event facilities: define virtual events and generate events. SYNOPSIS $widget->eventAction(?arg, arg, ...?); The eventAction methods provides several facilities for dealing with window system events, such as defining virtual events and synthesizing events.... Platforms: *nix

License: Freeware Size: 5.7 MB Download (91): Tk::event Download

< 1 2 3 4 5 >