Freeware Listing: Callbacks
- sddlib
- License: Shareware

Open and cross compilant C++ Library, threading, mutexes,events, Callbacks, Xml Serialization, XML parser and generator , and a powerfull C++ code profiler. All the code is well documented and lots of examples are avalaible, easy to use..
- Publisher: guideweb
- Date:
- Size: 2201 KB
- Platform: Win2000, Windows 7, WinOther, WinVista
- BiRMI
- License: Freeware

BiRMI is an easy to use pure Java client/server library for transparent method invocation over network. It's similar to Java RMI but enables bidirectional communication (callbacks)..
- Publisher: birmi.sourceforge.net
- Date: 15-10-2012
- Size: 67 KB
- Platform: Linux, Mac OS X, WinOther
- Cerolobo Parser
- License: Freeware

Provides a generic parser and lexical analysis interface with built in file I/O, regular expressions, globbing support, dynamically definable tokens, callbacks, and a variety of other features..
- Publisher: ceroparser.sourceforge.net
- Date: 20-10-2012
- Size: 94 KB
- Platform: Linux, Mac OS X, Unix, WinOther
- DirectMidi.NET
- License: Freeware

A wrapper around the DirectMidi project to bring it to .NET. Encapsulates all the major functionality of DirectMidi, including event callbacks, and even wraps some DirectMusic interfaces so they are directly .NET accessible..
- Publisher: directmidinet.sourceforge.net
- Date: 26-10-2012
- Size: 319 KB
- Platform: WinOther
- Easymotif Motif GUI-builder
- License: Freeware

Easymotif is a WYSIWYG GUI-builder for Motif, producing standard C-source code. It gives a possibility for graphic lay-out, creating all callbacks and functions. Each Motif-dialog will be displayed on screen as it will appear lateron when running the com.
- Publisher: easymotif.sourceforge.net
- Date: 06-07-2012
- Size: 5961 KB
- Platform: Linux, Unix
- GPIB-tclsrq
- License: Freeware

An interface to the IEEE488.1 (GPIB) bus for TCL. In contrast to gpib-tcl, it supports callbacks on SRQ events and provides an object oriented (Tk-style) interface..
- Publisher: gpib-tclsrq.sourceforge.net
- Date: 04-08-2012
- Size: 114 KB
- Platform: WinOther
- JFlat
- License: Freeware

JFlat is a Java API for writing to and from flat files such as CSV and fixed width. It can map to and from Java beans, provides callbacks to implement custom handling, and is highly customizable..
- Publisher: jflat.sourceforge.net
- Date: 14-06-2012
- Size: 175 KB
- Platform: Linux, Mac OS X, WinOther
- L3D - A Linux 3D Engine/Library (OpenGL)
- License: Freeware

L3D is a 3D library for developing OpenGL applications under Linux. The library has a mail event loop with callbacks and Camera And Path Classes exist to produce cinematic camera movement. FPS entities are in construction.
- Publisher: libl3d.sourceforge.net
- Date: 22-11-2012
- Size: 108 KB
- Platform: Linux, Unix
- rmiBlackJack
- License: Freeware

The rmiBlackJack is a client/server game developed in java, using RMI as the comunication layer. The game suports at most 7 players, the clients are updated every time someone takes an action by the use of RMI callbacks..
- Publisher: rmiblackjack.sourceforge.net
- Date: 07-09-2012
- Size: 34 KB
- Platform: Linux, Unix, WinOther
- Sudsy
- License: Freeware

Sudsy is a saponification calculator coded in Python. The CLI works fine, but the PyGTK version still needs some work...The interface is designed and it starts up, but some of the callbacks still need to be implemented. Let me know if you can help..
- Publisher: sudsy.sourceforge.net
- Date: 21-10-2012
- Size: 14 KB
- Platform: Linux, Unix
- Sybase CTLib for Delphi
- License: Freeware

Execute language commands and stored procedures via Delphi directly to your Sybase ASE without BDE. Features: Multithreading, multiple resultset, parameter output, large varchar fields, message callbacks and fast TClientDataSet supported..
- Publisher: sybctlibdelphi.sourceforge.net
- Date: 21-11-2012
- Size: 43 KB
- Platform: WinOther
- XML_PullParser for PHP
- License: Freeware

XML_PullParser moves the API of the PHP XML facility from an event-basedmodel to a token-based model. Instead of processing data passedfrom the parser to callbacks, scripts work with "tokens", which are arrays representing XML structures..
- Publisher: xmlpullpars-php.sourceforge.net
- Date: 01-05-2012
- Size: 227 KB
- Platform: Linux
- zzjson, a lightweight JSON library
- License: Freeware

zzjson is a lightweight C library for reading, writing, querying and constructing JSON files and objects. Almost every component is optional at compile time. Full unicode support through readily available callbacks..
- Publisher: zzjson.sourceforge.net
- Date: 22-09-2012
- Size: 25 KB
- Platform: WinOther
- libsigc
- License: Freeware

libsigc implements a typesafe callback system for standard C . It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual. It also contains adaptor classes for connection of dissimilar callbacks and has an ease of use unmatched by other C callback libraries. Features: - Compile time typesafe callbacks (faster than run time checks) - Typesafety violations report line number correctly with template names (no tracing template failures into headers) - No compiler extensions or meta compilers required - Proper handling of dynamic objects and signals (deleted objects will not cause seg faults) - Extendable API at any level: signal, slot, connection and trackable - Extensions do not require alteration of basic components - User...
- Publisher: Martin Schulze
- Date: 26-01-2013
- Size: 1126 KB
- Platform: C and C plus plus, Scripts
- CINT for Compilers
- License: Freeware

Scripts are programs performing specific tasks. It concentrates on decreasing development time, instead of execution. Using an interpreter the compile and link cycle is dramatically reduced facilitating rapid development. CINT covers about 95% of ANSI C and 85% of C . CINT, written in ANSI C (about 80000 loc), is solid enough to interpret itself and let the interpreted version execute a program. A CINT script can call compiled classes/functions and compiled code can make callbacks to CINT user defined functions. Utilities , like makecint and rootcint, automate the process of embedding compiled C/C library code as shared objects (as Dynamic Link Library, DLL, or shared library, .
- Publisher: Masaharu Goto
- Date: 16-04-2013
- Size: 1946 KB
- Platform: C and C plus plus, Scripts
- TOAD
- License: Freeware

TOAD is a C graphical user interface library. The TOAD C GUI Library provides some standard features found in other GUI libraries like: - Model-View Architecture - UTF-8 text encoding - True color and color dithering on 4 to 8 bit display depths - ISO C Template based Signal & Slot style callbacks - Signal & Slots is the name of the callback technique in the Qt C GUI library which requires an additional preprocessor while TOAD achieves the same with C templates. - Experience shows that keeping track of callbacks in complex applications is too complicated so a new idea is to introduce a central database of callbacks.
- Publisher: Mark-Andre Hopf
- Date: 27-03-2013
- Size: 993 KB
- Platform: C and C plus plus, Scripts
- Validanguage
- License: Freeware

The framework's options can be called on a web form via two different APIs, designed for simple and advanced configurations. Here are some key features of "Validanguage": * The documentation, and the functionality itself, was designed for use by both javascript-savvy Web developers and those with no experience writing javascript. * 100% unobtrusive javascript, name-spaced under the global validanguage object. No inline event handlers required (not even to block form submissions) * No external libraries required (optional Prototype integration) * Use inheritance to manage your validation settings.
- Publisher: DrLongGhost
- Date: 18-06-2013
- Size: 41 KB
- Platform: JavaScript, Scripts
- Skipping Stone - An interplanetary space mission design tool
- License: Freeware

Skipping Stone A richly featured application to design trajectories for interplanetary space missions using (multiple) gravity-assist maneuvers. Its most prominent capabilities are: - single/multi objective optimization - can work with a multitude of (heuristic) optimization algorithms - Low/high thrust propulsion both supported - (rough) global and (accurate) local searches seamlessly integrated - additional functionality can be added easily via user-definable plugins - intuitive GUI, nice plots of best trajectory found, speed w.r.t. central body, and many others. Designed to easily explore various mission scenarios, BATCH optimization to find the best in a whole set of scenarios, etc.
- Publisher: Rody Oldenhuis
- Date: 06-03-2013
- Size: 7997 KB
- Platform: Matlab, Scripts
- Handling MATLAB Events in Excel
- License: Freeware

The Global Temperature Explorer application demonstrates how to integrate MATLAB GUIs into Excel by writing Visual Basic callbacks that can respond to events generated by the GUI. The application consists of two parts, a COM component generated by MATLAB Builder for .NET, and a Visual Basic class module that integrates the COM component into Excel. The COM component consists of M-files and data files; it displays a data navigation GUI and exports two events: "DisplayLocation" and "PlotTempData". The Visual Basic code contains callbacks that respond to the exported events and a macro used to launch the data navigation GUI.
- Publisher: Peter Webb
- Date: 12-06-2013
- Size: 3389 KB
- Platform: Matlab, Scripts
- rasql
- License: Freeware

rasql is a SQL client that is: extensible (perl - runtime) interactive batch oriented (scriptable) concurrent/uniform(meta-data access) across many RDBMSs powerful - result sets may be piped to external commands or to internal callbacks
rasql License - Artistic License.
- Publisher: Rasql
- Date:
- Platform: WinOther
Callbacks: Freeware | All






