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

Handlers software
Filter: All | Freeware | Demo
 

Handlers

< 1 2 3 4 5 > 
Added: October 12, 2010 | Visits: 1.407

Bitgate Server Software Environment Bitgate Server Software Environment aims to build a multi-protocol environment in which server protocol handlers can be eventually loaded and unloaded on the fly using a center console or controller Web page. Bitgate Server Software Environment aims to have 99.9% uptime, and have... Platforms: *nix

License: Freeware Size: 58.37 KB Download (102): Bitgate Server Software Environment Download

Added: November 24, 2010 | Visits: 875

XML::Parser XML::Parser is a perl module for parsing XML documents. SYNOPSIS use XML::Parser; $p1 = new XML::Parser(Style => Debug); $p1->parsefile(REC-xml-19980210.xml); $p1->parse( Hello World ); # Alternative $p2 = new XML::Parser(Handlers => {Start => &handle_start, End => &handle_end,... Platforms: *nix

License: Freeware Size: 225.28 KB Download (98): XML::Parser Download

Added: October 21, 2010 | Visits: 902

Nanoserv Nanoserv is a sockets daemon toolkit for PHP 5.1+. Nanoserv is object oriented and features native support for TCP with SSL/TLS and UDP connections, multiplexing and forking listeners, handlers for raw connections, line input, HTTP, SMTP, XML-RPC, Syslog, transparent inter-process communications... Platforms: *nix

License: Freeware Size: 20.48 KB Download (104): Nanoserv Download

Added: June 14, 2010 | Visits: 769

mod_watchcat mod_watchcat is a module developed to provide watchcatd-awareness to the Apache 2 webserver. This allows a system administrator to set up timeouts for Apache processes, and thus provide protection against badly coded or malicious scripts. mod_watchcat can be configured to kill those... Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): mod_watchcat Download

Added: March 18, 2010 | Visits: 1.071

Memory Structures Library Memory Structures Library (MemSL) is a complete data structures/collection classes library with memory tracing, memory debugging, entry/exit tracing, exception handling, definable memory handlers, built-in thread support, and much more. The project supports single, double, and circular linked... Platforms: *nix

License: Freeware Size: 839.68 KB Download (98): Memory Structures Library Download

Added: April 13, 2010 | Visits: 1.053

Application::Pipeline Application::Pipeline is a module designed to map methods ( referred to in this role as handlers ) to different phases of an applications life cycle. By assigning methods to different phases of this pipeline, the author can concentrate on the logic for each phase and let the framework manage the... Platforms: *nix

License: Freeware Size: 10.24 KB Download (106): Application::Pipeline Download

Added: April 18, 2010 | Visits: 990

PHAT PHAT is a browser-based network management solution with a heavy lean toward switches, routers, and other traffic handlers which can be used to control either a single node, subnet, or vlan. As you can probably see if youre reading this, PHAT is not the worlds most useful tool... yet. The... Platforms: *nix

License: Freeware Size: 235.52 KB Download (98): PHAT Download

Added: June 27, 2010 | Visits: 766

Aguia Aguia is an Apache module to create lua handlers. It can cache precompiled scripts on the server to improve server speed. This code should be considered is beta stage, although it is being used in a project, and it is known to be very stable for now. The name aguia is based in the portuguese... Platforms: *nix

License: Freeware Size: 87.04 KB Download (94): Aguia Download

Released: June 09, 2012  |  Added: June 09, 2012 | Visits: 405

v.Coder The purpose of this application is to reduce the time that you, as a developer spend writing repetative code, such as error handlers to your VB project. You are given options to setup templates and then insert these templates (conditionally if required) into your project. Not only does it do... Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 5.37 MB Download (482): v.Coder Download

Released: August 15, 2012  |  Added: August 15, 2012 | Visits: 346

Subversion Hook Framework The Subversion Hook Framework provides XML-configurable hook event handlers for Subversion repositories. Platforms: Windows, Mac, Linux

License: Freeware Size: 31.08 KB Download (50): Subversion Hook Framework Download

Released: October 03, 2012  |  Added: October 03, 2012 | Visits: 318

XJFTP A modular (eXtensible) FTP Server written in Java, providing the ability to customise what happens to the FTP requests using JavaBean 'Handlers' configured via SpringFramework. This allows almost unlimited customisations to be easily plugged in Platforms: Windows, Mac, Linux

License: Freeware Size: 1.83 MB Download (51): XJFTP Download

Released: December 26, 2012  |  Added: December 26, 2012 | Visits: 487

REST Tester REST Tester helps you debug and test web services or AJAX handlers while you are building them, or while you are setting up an application to consume them. It is designed to be straightforward, simple and fast. To help with this, it allows you to save your test cases and pick them back up later... Platforms: Mac

License: Commercial Cost: $1.99 USD Size: 307.2 KB Download (52): REST Tester Download

Released: September 15, 2012  |  Added: September 15, 2012 | Visits: 325

iCalDoit iCalDoit is a collection of Automator Actions, Automator Workflows, and AppleScripts handlers, to bring more ease of use to iCal workflows. included actions: * get iCal selection * get events of a calendar * get events from... to... * get uid of iCal objects * make a favorite event * move... Platforms: Mac

License: Freeware Size: 1.2 MB Download (52): iCalDoit Download

Added: May 10, 2013 | Visits: 308

ConfigurationSectionNameFinder This drop contains code to make it easier to find custom section handlers. Rather than having to remember a well-known section name, all you have to do is provide the type of the custom configuration section handler. Platforms: Windows, ASP.NET,

License: Freeware Download (49): ConfigurationSectionNameFinder Download

Added: May 10, 2013 | Visits: 371

Parsing an XML file with xml.parsers.expat This script shows you a reusable way to use "xml.parsers.expat" to parse an XML file. When re-using the "MyXML" class, all you need to define a new class, with "MyXML" as the parent. Once you have done that, all you have to do is overwrite the inherited XML handlers and you are ready to go. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (49): Parsing an XML file with xml.parsers.expat Download

Added: May 10, 2013 | Visits: 275

mod_cplusplus This code easily implements object oriented apache-2.0 handlers with C including all the standard phases of the request cycle, input filters, output filters, and protocol handlers. This is a big improvement for a number of reasons: - C modules now only need pure C , with no kludges to allow... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (55): mod_cplusplus 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: September 08, 2013 | Visits: 651

Total Commander MATLAB packer plugin This plugin gives Total Commander access to Matlab(R) files in MAT formatIt has been tested with MAT files version 4 and 5 (Matlab R12, R13, R14, not tested with R14SP1).Key Functionality=================- Browsing of Matlab files in MAT formats (version 4 and 5) By default you need to press... Platforms: Matlab

License: Freeware Size: 81.92 KB Download (49): Total Commander MATLAB packer plugin Download

Added: May 31, 2013 | Visits: 407

Connecting to Interactive Brokers via ActiveX API A collection of classes that shows how to wrap IB API inside a class and use event handlers.For more details seehttp://matlab-trading.blogspot.com/2010/11...rs-tws-api.html Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Connecting to Interactive Brokers via ActiveX API Download

Added: September 13, 2013 | Visits: 389

Plots a surface coloring by layers (using contour curves) Different elevations cannot be identified with standard matlab functions such as surf, even changing FaceColor attribute to activate interpolation. In contrast, with this function alows one can define contour levels and different colors are applied to each level.Instead of using surf(x,y,z), you... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Plots a surface coloring by layers (using contour curves) Download

< 1 2 3 4 5 >