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

Callback software
Filter: All | Freeware | Demo
 

Callback

< 1 2 3 4 5 > 
Released: June 26, 2006  |  Added: March 13, 2007 | Visits: 3.163

Ajax-Controls.NET Ajax-Controls.NET component is designed to provide developers with an easy-to-use tool to AJAX enable standard ASP.NET controls and 3rd party controls in ASP.NET application, which allow you to update page content without postback and loss of scroll position. The short response time combined... Platforms: Windows

License: Shareware Cost: $89.00 USD Size: 6.25 MB Download (135): Ajax-Controls.NET Download

Added: October 18, 2010 | Visits: 907

Blatte::Compiler Blatte::Compiler is a Perl module to compile a Blatte document into Perl. SYNOPSIS use Blatte::Compiler; &Blatte::Compiler::compile($file_handle, &callback); &Blatte::Compiler::compile_sparse($file_handle, &callback); sub callback { my($val, $src) = @_; if (defined($src)) {... Platforms: *nix

License: Freeware Size: 31.74 KB Download (90): Blatte::Compiler Download

Added: November 01, 2013 | Visits: 691

libpseudo libpseudo is a generic library which provides simple, thread-safe messaging between threads. It also provides a facility for implementing a run-time tunable, thread-like callback queue for single-threaded applications. Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): libpseudo Download

Added: April 03, 2010 | Visits: 1.063

pybonjour pybonjour provides a pure Python interface (via ctypes) to Apple Bonjour and compatible DNS-SD libraries (such as Avahi). The application allows Python scripts to take advantage of Zero Configuration Networking (Zeroconf) to register, discover, and resolve services on both local and wide-area... Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): pybonjour Download

Added: August 16, 2010 | Visits: 864

POE::Component::OSCAR POE::Component::OSCAR is a POE component for the Net::OSCAR module. SYNOPSIS use POE qw(Component::OSCAR); [ ... POE set up ... ] sub _start { # start an OSCAR session $oscar = POE::Component::OSCAR->new(); # start an OSCAR session with automatic throttling of new connections # to... Platforms: *nix

License: Freeware Size: 6.14 KB Download (90): POE::Component::OSCAR Download

Added: January 08, 2010 | Visits: 1.132

Async::Group Async::Group is a Perl class to deal with simultaneous asynchronous calls. SYNOPSIS use Async::Group ; use strict ; sub sub1 { print "Dummy subroutine n"; my $dummy = shift ; my $cb = shift ; &$cb(1); } sub allDone { print "All done, result is ", shift ,"n" ; } my $a =... Platforms: *nix

License: Freeware Size: 4.1 KB Download (105): Async::Group Download

Added: November 03, 2010 | Visits: 617

XML::LibXML::XPathContext XML::LibXML::XPathContext is an XPath evaluation. SYNOPSIS my $xpc = XML::LibXML::XPathContext->new(); my $xpc = XML::LibXML::XPathContext->new($node); $xpc->registerNs($prefix, $namespace_uri) $xpc->unregisterNs($prefix) $uri = $xpc->lookupNs($prefix)... Platforms: *nix

License: Freeware Size: 256 KB Download (93): XML::LibXML::XPathContext Download

Added: April 10, 2010 | Visits: 966

Gtk2::Ex::MindMapView::Graph Gtk2::Ex::MindMapView::Graph is a Perl module that manages a directed graph. SYNOPSIS use Gtk2::Ex::MindMapView::Graph; This is internal to Gtk2::Ex::MindMapView. Its a wrapper around Jarkko Heitaniemis nice Graph module. This module is instantiated by Gtk2::Ex::MindMapView. INTERFACE... Platforms: *nix

License: Freeware Size: 50.18 KB Download (99): Gtk2::Ex::MindMapView::Graph Download

Added: April 26, 2010 | Visits: 945

JSignal JSignal is a loose port of the signal system implemented by GTKs GLib. JSignal project uses signals and handlers to allow for the registration of callback functions to events. To use JSignal those classes which will emit signals (cause events) must register the signals that each class will... Platforms: *nix

License: Freeware Size: 28.67 KB Download (92): JSignal Download

Added: March 05, 2010 | Visits: 800

IO::Multiplex IO::Multiplex is a Perl module that can manage IO on many file handles. SYNOPSIS use IO::Multiplex; my $mux = new IO::Multiplex; $mux->add($fh1); $mux->add(*FH2); $mux->set_callback_object(...); $mux->listen($server_socket); $mux->loop; sub mux_input { ... } IO::Multiplex is... Platforms: *nix

License: Freeware Size: 14.34 KB Download (104): IO::Multiplex Download

Added: May 02, 2010 | Visits: 1.065

Algorithm::AhoCorasick::SearchMachine Algorithm::AhoCorasick::SearchMachine provides an implementation and low-level interface of Algorithm::AhoCorasick. Feeds input to the state machine. First (after the instance) argument of this method is the input text (which can be empty, in which case the method doesnt do anything), second... Platforms: *nix

License: Freeware Size: 5.12 KB Download (114): Algorithm::AhoCorasick::SearchMachine Download

Added: August 08, 2010 | Visits: 1.078

Tk::after Tk::after can execute a command after a time delay. SYNOPSIS $widget->after(ms) $id = $widget->after(ms?,callback?) $id = $widget->repeat(ms?,callback?) $widget->afterCancel($id) $id = $widget->afterIdle(callback) $widget->afterInfo?($id)? $id->time(?delay?) This method is used to... Platforms: *nix

License: Freeware Size: 5.7 MB Download (93): Tk::after Download

Added: April 25, 2010 | Visits: 671

Tk::bind Tk::bind can arrange for X events to invoke callbacks. SYNOPSIS Retrieve bindings: $widget->bind $widget->bind(tag) $widget->bind(sequence) $widget->bind(tag,sequence) Associate and destroy bindings: $widget->bind(sequence,callback) $widget->bind(tag,sequence,callback) The bind... Platforms: *nix

License: Freeware Size: 5.7 MB Download (99): Tk::bind Download

Added: June 21, 2010 | Visits: 939

Tk::callbacks Tk::callbacks allows specifying code for Tk to call. SYNOPSIS One can specify a callback in one of the following ways: Without arguments: ... => ⊂name, ... ... => sub { ... }, ... ... => methodname, ... or with arguments: ... => [ ⊂name ?, args ...? ], ... ... => [ sub { ... }... Platforms: *nix

License: Freeware Size: 5.7 MB Download (86): Tk::callbacks Download

Added: March 14, 2010 | Visits: 790

Bombino Bombino project is a small but powerful Skype plugin for creating Skype conferences on-demand via SMS. After being installed, it acts as a server. It receives SMS-commands from a (remote) user, checks privileges, and creates the requested conference. It is possible to use Bombino to call a... Platforms: *nix

License: Shareware Cost: $12.00 USD Size: 440.32 KB Download (99): Bombino Download

Released: November 08, 2012  |  Added: November 08, 2012 | Visits: 532

BBAutoHarvest An EASY to use contact manager/follow-up system for customers, or potential customers of auto/car dealers, based on CALLBACK DATES you specify, or BIRTHDATES, or FINAL PAYMENT DATES on LEASES or PURCHASES. Automatically calculate monhtly payments for different APR interest rate amounts, different... Platforms: Windows, Other

License: Shareware Cost: $225.00 USD Size: 12.9 MB Download (53): BBAutoHarvest Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 844

Adore Softswitch and VoIP Billing System Softswitch & Adore Billing: a. IVR b. Caller ID & Card Number and SIP/IAX2 Friend authentication c. Customize the IVR rapidly, chose to play Balance, Time to call, Intro prompt, etc.. d.. Recording of all calls e. Speed-dial f. Free VoIP calls between application users g. Support simultaneous or... Platforms: Windows, Mac, Linux, Linux Console, Linux Gnome, Linux GPL, Linux Open Source

License: Freeware Size: 2 KB Download (60): Adore Softswitch and VoIP Billing System Download

Released: October 14, 2012  |  Added: October 14, 2012 | Visits: 208

FLTKCallback++ FLTKCallback++ is small package which adds more C++ in fltk callback system. Platforms: Windows, Mac, Linux

License: Freeware Size: 12.4 KB Download (47): FLTKCallback++ Download

Released: July 25, 2012  |  Added: July 25, 2012 | Visits: 331

GEDCOM/Ruby A callback GEDCOM parser for Ruby, including an interface for parsing standard GEDCOM formatted dates. Platforms: Windows, Mac, Linux

License: Freeware Size: 118.43 KB Download (49): GEDCOM/Ruby Download

Added: May 10, 2013 | Visits: 463

Secpay module using MD5 hashing for security To avoid spoofing of a SecPay callback this module uses the MD5 hash comparison to determine whether the callback came from Secpay or not. Platforms: Windows, *nix, PHP, BSD


< 1 2 3 4 5 >