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

Event Driven software
Filter: All | Freeware | Demo
 

Event Driven

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

Event driven programming Event driven programming script demonstrates how state driven programming can be done in python.



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Event driven programming Download

Released: July 21, 2005  |  Added: April 27, 2006 | Visits: 2.563

Gui4Cli Gui4Cli is a simple, freeware, event-driven language which allows you to easily create and control great-looking GUIs (user interfaces, windows, dialogs etc) to use as stand alone programs or as interfaces for other programs. It is an easy scripted language with many powerfull commands and...





Platforms: Windows, *nix

License: Freeware Size: 2.04 MB Download (554): Gui4Cli Download

Added: March 06, 2010 | Visits: 1.173

Cascade Historian Cascade Historian software is an event driven data storage program used to maintain persistent time-sequence data sets derived from process data. Features and Benefits In addition to providing storage the Historian also offers a historical query facility suitable for generating graphs and...


Platforms: *nix

License: Shareware Cost: $0.00 USD Download (96): Cascade Historian Download

Added: June 17, 2010 | Visits: 804

Surumi Surumi project is a modular event-driven programming framework. It offers a generic and uniform interface. You certainly heard of event-driven programming, but in any window system, those events are usually bound on ``window objects and very few pre-defined events could be chosen. Yes, I know...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (90): Surumi Download

Added: August 08, 2010 | Visits: 1.072

Xholon runtime framework Xholon runtime framework executes applications that are event-driven or that have highly dynamic structure or behavior. Specify your models using XML and Java, or using third-party UML2 tools and MDA transformations. To get started, read or actively work through the basic HelloWorld tutorial....


Platforms: *nix

License: Freeware Size: 3.6 MB Download (92): Xholon runtime framework Download

Added: March 04, 2010 | Visits: 793

BwentBot BwentBot in an event driven IRC bot completely written in Perl. Its goal is to be functional without becoming bloated, and to keep overhead low to run on older systems. BwentBot has many features that make it an ideal bot for IRC channels. BwentBot is an event driven IRC bot that is completely...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (93): BwentBot Download

Added: March 03, 2010 | Visits: 861

SDL::App::FPS SDL::App::FPS is a framework for event-driven SDL games/applications. SYNOPSIS Subclass SDL::App::FPS and override some methods: package SDL::App::MyFPS; use strict; use SDL::App::FPS; use SDL; use base qw/SDL::App::FPS/; # override the method draw_frame with something to draw sub...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (101): SDL::App::FPS Download

Released: June 23, 2012  |  Added: June 23, 2012 | Visits: 502

Event Driven Command Line Handler For Java, parses GNU standards compliant command line arguments and calls event handler methods/fields automatically, based on given arguments (cmd line & from file). Use annotations to define your options, and descriptions for the auto generated help.


Platforms: Windows, Mac, Linux

License: Freeware Size: 27.42 KB Download (52): Event Driven Command Line Handler Download

Added: July 23, 2013 | Visits: 427

Columbo Simple Serial Library Columbo Simple Serial Library is an easy to use, event driven serial port communication library for Linux.


Platforms: *nix

License: Freeware Size: 20.48 KB Download (33): Columbo Simple Serial Library Download

Added: November 01, 2010 | Visits: 1.020

Danga::Socket Danga::Socket is an event loop and event-driven async socket base class. SYNOPSIS package My::Socket use Danga::Socket; use base (Danga::Socket); use fields (my_attribute); sub new { my My::Socket $self = shift; $self = fields::new($self) unless ref $self; $self->SUPER::new( @_ );...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): Danga::Socket Download

Added: May 10, 2013 | Visits: 966

PRADO PRADOTM is a component-based and event-driven programming framework for developing Web applications in PHP 5. PRADO stands for PHP Rapid Application Development Object-oriented.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (102): PRADO Download

Added: September 16, 2013 | Visits: 427

vtkFLTK for Linux vtkFLTK is a small C++ class library easing development of FLTK event-driven interfaces for use with VTK. vtkFLTK allows composition of complex graphical interfaces to complex visualization facilities by bridging disparities between FLTK and VTK event and windowing system handling. vtkFLTK...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (37): vtkFLTK for Linux Download

Added: July 07, 2013 | Visits: 658

CGI::Panel CGI::Panel is a Perl module that allows applications to be built out of simple object-based components. It'll handle the state of your data and objects so you can write a web application just like a desktop app. You can forget about the http requests and responses, whether we're getting or...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (39): CGI::Panel Download

Added: August 04, 2008 | Visits: 767

ZylGPSReceiver.NET ZylGPSReceiver.NET is an event driven .NET component that communicates with a GPS receiver. It returns latitude, longitude, altitude, speed, heading and many other useful parameters of the current position and the parameters of the satellites in view.


Platforms: Windows

License: Shareware Cost: $129.99 USD Size: 186 KB Download (92): ZylGPSReceiver.NET Download

Added: June 09, 2010 | Visits: 1.124

Python MyCMS Python MyCMS program is an application development platform built with robust MySQL integration that allows for the easy creation of state and event driven Web-based interfaces. Domain- group-user management is built in for direct, authenticated applicability. To start the authentication...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (91): Python MyCMS Download

Added: August 17, 2010 | Visits: 642

simplus simplus is a C++ library for constructing event-driven simulations with an abstraction for processes, virtual time, messages and more. It features a built-in debugger, support for configuration files, and a flexible logging mechanism. It is lean, fast, and portable, but has only basic...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (94): simplus Download

Added: August 21, 2010 | Visits: 1.441

Riverdrums Load Balancer Riverdrums Load Balancer project is a no-frills, event-driven load balancer aimed at clarity and efficiency. Compiling: 1. Install libevent 2. gcc -Wall -O2 -o rlb rlb.c -levent Solaris: a) cc -Wall -O2 -o rlb rlb.c -lnsl -lsocket -levent Usage: $ rlb -p port [-b addr] [-B addr] -h...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (166): Riverdrums Load Balancer Download

Added: August 17, 2010 | Visits: 1.288

Tcl/Tk Tcl provides a portable scripting environment for Unix, Windows, and Macintosh that supports string processing and pattern matching, native file system access, shell-like control over other programs, TCP/IP networking, timers, and event-driven I/O. Tcl has traditional programming constructs...


Platforms: *nix

License: Freeware Size: 3.1 MB Download (97): Tcl/Tk Download

Added: July 13, 2010 | Visits: 674

PHP_Application PHP_Application project is a platform for development of event-driven applications in which two mechanisms of distribution of events for two levels of abstraction accordingly are realized. The first level are objects and their events, the second - the application and its events. The mechanism...


Platforms: *nix

License: Freeware Size: 256 KB Download (87): PHP_Application Download

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 434

ZylGPSReceiver Mobile ZylGPSReceiver Mobile is an event driven Compact Framework.NET component that communicates with a GPS receiver.It is designed for mobile devices such as PDAs, which run on Windows Mobile (CE) operating systems.It returns latitude, longitude, altitude, speed, heading and many other useful...


Platforms: Windows

License: Shareware Cost: $89.99 USD Size: 552.96 KB Download (46): ZylGPSReceiver Mobile Download

1 2 3 4 5 >