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

Callback software
Filter: All | Freeware | Demo
 

Callback

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

Network Ping Pong using Twisted Prespective Broker This is a simple program using Twisted Perspective Broker and showing use of Twisted Deferreds and other callback mechanisms. It starts the server without arguments and the client with the host name of the server. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: March 22, 2013 | Visits: 421

AJAX/JSHttpRequest for XML Tools The Web applications can be programmed in PHP or any other server-side scripting language.Here are some key features of "AJAX/JSHttpRequest":JSR_createRequestObj():dlTE Returns XMLHttpRequest object or null if failed.JSR_sendRequest(requestObj, method, url, callback[, formObj]):dlTE Sends... Platforms: JavaScript

License: Freeware Size: 10 KB Download (41): AJAX/JSHttpRequest for XML Tools Download

Added: June 02, 2013 | Visits: 377

Validanguage 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":dlTE The documentation, and the functionality itself, was designed for use by both javascript-savvy Web developers and those... Platforms: JavaScript

License: Freeware Size: 40.96 KB Download (50): Validanguage Download

Added: August 24, 2013 | Visits: 547

jQuery webcam plugin This plugin provides three different modes to access a webcam through a small API directly with javascript - or more precisely jQuery. Thus, it is possible to bring the image on a Canvas (callback mode), to store the image on the server (save mode) and to stream the live image of the Flash... Platforms: JavaScript

License: Freeware Size: 10 KB Download (46): jQuery webcam plugin Download

Added: August 11, 2013 | Visits: 487

RAAA EOG Correction Program EOG Correction program is used to work out the amount of ocular potential recorded by the electroencephalograph [EEG] (as a proportion of the potentials recorded by the electrooculograph [EOG]), and to subtract this from the EEG. By doing this we are able to reduce the effect of ocular potentials... Platforms: Matlab

License: Freeware Size: 3.16 MB Download (45): RAAA EOG Correction Program Download

Added: August 05, 2013 | Visits: 590

Three level three phase diode clamped SPWM inverter The model simulates three phase three level diode clamped inverter using sinosoidal pulse width modulation. FFT analysis of output voltage is performed using power GUI. Switching frequency and output frequency can be adjusted using the initilzing callback function in the model properties. Platforms: Matlab

License: Freeware Size: 20.48 KB Download (43): Three level three phase diode clamped SPWM inverter Download

Added: August 31, 2013 | Visits: 355

uispinner GUI control to allow user to input a scalar. The callback is called continuously as the user steps the spinner. For example if the value was contrast in an image-processing application, the image could update as the user presses on the control. Platforms: Matlab

License: Freeware Size: 10 KB Download (39): uispinner Download

Added: September 03, 2013 | Visits: 434

UICOMPONENT - expands uicontrol to all Java classes UICOMPONENT is intended as a direct replacement of Matlab's built-in UICONTROL and JAVACOMPONENT functions. It accepts all parameters and styles that UICONTROL accepts, as well as any other displayable Java (Swing/AWT) component class. The calling convention and syntax of UICONTROL were preserved... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (42): UICOMPONENT - expands uicontrol to all Java classes Download

Added: June 05, 2013 | Visits: 337

spinedit spinedit is an easy way to implement an edit with a slider attached to it to allow easy adjustment of numerical values in GUIs.This package groups the two uicontrol components together and takes care of their callbacks, resulting in a kind of new uicontrol type named spinedit.The zip file... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): spinedit Download

Added: September 01, 2013 | Visits: 297

sliderPanel My new favorite uitool...this is quickly becoming an indispensable tool in my uicontrol arsenal.FUNCTION:sliderHandle,panelHandle,editHandle] = sliderPanel(parent, PanelPVs, SliderPVs, EditPVs, LabelPVs, numFormat) Creates a slider in a separate uipanel, with an associated interactive EditBox,... Platforms: Matlab

License: Freeware Size: 10 KB Download (41): sliderPanel Download

Added: June 28, 2013 | Visits: 407

qplot - quicken qif file parsing and plotting USAGE:Export Quicken account to 'quicken.qif' fileEdit qplot.m script with this filename.Specify start and stop dates for plot.Run the script.Day to day transactions are plotted in blue (monotonic positives are paydays, negatives are rent payments.) Cumulative balance is in green. Looking at the... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): qplot - quicken qif file parsing and plotting Download

Added: April 01, 2013 | Visits: 281

Audio Player Demo with Dynamic Crosshairs Introduction:This package encloses a small application dedicated to speech signal processingat 8 kHz or 16 kHz. This application reads standard *.wav or *.pcm files throughUI dialog box, plots and plays the signal with vertical dynamic crosshairs.This application illustrate how to associate... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 317.44 KB Download (47): Audio Player Demo with Dynamic Crosshairs Download

Added: May 11, 2013 | Visits: 505

Example: Using Nested Functions for Timers This is a simple example of how nested functions can simplify the writing of callback functions for writing continuously-running applications. Callback functions are used by timer objects and the various objects in the Test & Measurement Toolboxes (Data Acquisition Toolbox, Instrument Control... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Example: Using Nested Functions for Timers Download

Added: September 07, 2013 | Visits: 340

Automatic Map Scale Generation MAKESCALE creates a scale for map data. MAKESCALE creates a scale on the current axis based on the current axis limits. The scale is made to occupy 1/5th of the map. It is placed in the southeast corner of the map. The units will either be in milimeters, meters or kilometers, depending on the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (40): Automatic Map Scale Generation Download

Added: August 17, 2013 | Visits: 361

Making MATLAB Swing More GImport supports the import of Java Swing-based GUIs. These can be designed by hand or by using one of the many free GUI designers such as those in Eclipse, NetBeans or IntelliJ IDEA.If you find MATLAB GUIDE-designed GUIs limiting, GImport may be what you are looking for.To import a GUI simply... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 430.08 KB Download (48): Making MATLAB Swing More Download

Added: July 14, 2013 | Visits: 324

GUIDE with nested callbacks Tired of using USERDATA or GUIDATA calls to share data between callbacks in GUIDE? Nested callbacks are the answer. A nested function can "see" all the data that the top level function can. You therefore no longer need to painstakingly save or pass data for later use.Unfortunately, up until now... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): GUIDE with nested callbacks Download

Added: May 02, 2013 | Visits: 406

Mouse Motion Handler MouseMotionHandler is a MATLAB class that uses a MATLAB figured-deOaos WindowButtonMotionFcn callback as a hook to extend button motion functionality to all handle graphics child objects of a figure including axes, lines, surfaces uipanels, uicontrols etc.MouseMotionHandler provides an... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): Mouse Motion Handler Download

Added: March 27, 2013 | Visits: 230

GUI with memory - UIREMEMBER & UIRESTORE Many apps "remember" their last state. The following functions make this functionality very easy for Matlab GUIs.UIREMEMBER basically remembers (saves) the object state.UIRESTORE basically restores the object last saved state.The simplest way to do it is, for each "need to be remembered" object... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): GUI with memory - UIREMEMBER & UIRESTORE Download

Added: August 14, 2013 | Visits: 457

A Simple Progress Bar Progress bar becomes very essential in case of the functions which consume very long time for computations. This package consists of a Matlab figure along with its corresponding m file. Inside the m file you can see how the patch object can be used along with an existing axes to create a progress... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): A Simple Progress Bar Download

Added: March 31, 2013 | Visits: 392

Trace the Position of Cursor without Click function [x,y]=gpos(h_axes)%GPOS Get current position of cusor and return its coordinates in axes with handle h_axes% h_axes - handle of specified axes% [x,y] - cursor coordinates in axes h_aexs%% -------------------------------------------------------------------------% Note:% 1. This function... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): Trace the Position of Cursor without Click Download

< 1 2 3 4 5 >