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

Realtime Chart Api software
Filter: All | Freeware | Demo
 

Realtime Chart Api

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 2.262

Chart::Graph::Gnuplot Chart::Graph::Gnuplot is a function in module Chart::Graph that lets you generate graphs on the fly in perl. SYNOPSIS use Chart::Graph::Gnuplot qw(&gnuplot); gnuplot(%global_options, [%data_set_options, @matrix], [%data_set_options, @x_column, @y_column], [%data_set_options, < filename...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (167): Chart::Graph::Gnuplot Download

Added: January 18, 2010 | Visits: 1.655

Chart::Graph::Xrt3d Chart::Graph::Xrt3d is a Perl module for creating 3D graph charts. SYNOPSIS #Include module use Chart::Graph::Xrt3d qw(xrt3d); # Function call xrt3d(%options, @data_set ); This module is unmaintained, it worked with Sitrakas XRT, and hasnt been tested against newer versions. Sitraka...





Platforms: *nix

License: Freeware Size: 245.76 KB Download (169): Chart::Graph::Xrt3d Download

Added: January 18, 2010 | Visits: 1.425

Chart::Graph::Xrt2d Chart::Graph::Xrt2d is a Perl module for creating graph charts. SYNOPSIS #Include module use Chart::Graph::Xrt2d qw(xrt2d); # Function call xrt2d(%options, [%data_options1, @data_set1], [%data_options2, @data_set2], . . ); This module is unmaintained, it worked with Sitrakas XRT,...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (124): Chart::Graph::Xrt2d Download

Added: March 24, 2010 | Visits: 1.818

Amazon API Search Amazon API Search is the beginnings of a perl script to search Amazon. It interfaces with Amazons API interface and performs whatever search the user desires, it then parses the data returned and inserts it in to an MySQL table. Currently the script only deals with basic returned data, and...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (126): Amazon API Search Download

Added: March 09, 2010 | Visits: 1.478

Inline-API Inline-API is a Perl module that teach you how to bind a programming language to Perl using Inline.pm. SYNOPSIS #!/usr/bin/perl use Inline Foo; say_it(foo); # Use Foo to print "Hello, Foo" __Foo__ foo-sub say_it { foo-my $foo = foo-shift; foo-print "Hello, $foon"; } So you think...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (88): Inline-API Download

Added: August 10, 2010 | Visits: 1.513

Chart::Graph Chart::Graph is a Perl extension for a front-end to gnuplot, XRT, and Xmgrace. SYNOPSIS # EXAMPLE: gnuplot #make sure to include Chart::Graph use Chart::Graph:Gnuplot qw(gnuplot); gnuplot(%global_options, [%data_set_options, @matrix], [%data_set_options, @x_column, @y_column],...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (111): Chart::Graph Download

Added: September 16, 2010 | Visits: 1.406

PDL::API PDL::API is a Perl module for making piddles from Perl and C/XS code. A simple cookbook how to create piddles manually. It covers both the Perl and the C/XS level. Additionally, it describes the PDL core routines that can be accessed from other modules. These routines basically define the PDL...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (98): PDL::API Download

Added: July 06, 2010 | Visits: 1.906

Wikipedia API Wikipedia API is a simple API to embed Wikipedia content dynamically on a Web site. Wikipedia is an online encyclopedia in which the user community is encouraged to submit information for its entries. Wikipedia is unique in that it is free to the public, the content is fairly well moderated,...


Platforms: *nix

License: Freeware Download (112): Wikipedia API Download

Added: January 03, 2010 | Visits: 1.432

eBay::API eBay::API is a Perl SDK for eBay Web services Interface. SYNOPSIS # 1. GeteBayOfficialTime use eBay::API::XML::Call::GeteBayOfficialTime; my $pCall = eBay::API::XML::Call::GeteBayOfficialTime->new(); $pCall->execute(); my $sOfficialTime = $pCall->getEBayOfficialTime(); # 2. GetUser use...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (98): eBay::API Download

Added: April 08, 2010 | Visits: 1.581

Simple C++ ODBC Database API Simple C++ ODBC Database API is designed to encapsulate the ODBC API functionality in an object oriented manner. The API was created due to an absence of any other such API that was database independent. The database independence is achieved using the ODBC (Open DataBase Connectivity) API....


Platforms: *nix

License: Freeware Size: 84.99 KB Download (117): Simple C++ ODBC Database API Download

Added: January 09, 2010 | Visits: 2.547

Chart::Plot::Canvas Chart::Plot::Canvas is a Perl module to plot two dimensional data in an Tk Canvas. SYNOPSIS use Chart::Plot::Canvas; my $img = Chart::Plot::Canvas->new(); my $anotherImg = Chart::Plot::Canvas->new ($image_width, $image_height); $img->setData (@dataset) or die( $img->error() );...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (162): Chart::Plot::Canvas Download

Added: November 19, 2010 | Visits: 1.169

Chart::EPS_graph Chart::EPS_graph creates line graphs in PostScript as *.eps format. SYNOPSIS # Create anew a 600 x 600 points (not pixels!) EPS file my $eps = Chart::EPS_graph->new(600, 600); # Choose minimum required display info $eps->set( label_top => Graph Main Title, label_y1 => Y1 Axis Measure...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (121): Chart::EPS_graph Download

Added: June 02, 2010 | Visits: 1.436

RtAudio RtAudio is a set of C++ classes which provide a common API for realtime audio input/output across Linux (native JACK, ALSA and OSS), Macintosh OS X, SGI, and Windows (DirectSound and ASIO) operating systems. RtAudio significantly simplifies the process of interacting with computer audio hardware..


Platforms: *nix

License: Freeware Size: 358.4 KB Download (163): RtAudio Download

Added: July 05, 2010 | Visits: 1.807

Chart Taglibs Chart Taglibs is a free taglib (JSP 1.1) library for JFreeChart. These are easy to use, and allow the developer to draw any graphics supported by JFreeChart using only the tags. Chart Taglibs currently supports pie charts (2D & 3D), bar charts (2D & 3D), and line charts. Whats New in This...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (114): Chart Taglibs Download

Added: January 13, 2010 | Visits: 1.368

Chart::Scientific Chart::Scientific is a Perl module that can generate simple 2-D scientific plots with logging, errbars, etc. SYNOPSIS Procedural interface use Chart::Scientific qw/make_plot/; make_plot ( x_data => @x_values, y_data => @yvalues ); The subroutine make_plot creates a Chart::Scientific...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (109): Chart::Scientific Download

Added: November 26, 2010 | Visits: 1.944

Asterisk Soap API 0.0.1 Asterisk-Soap is an extensible SOAP (Web services) API with the goal to create and support all Asterisk configuration features. Asterisk Soap APIs mainly feature is to provide a framework between asterisk core api and multi-platform frontends.. Download KDE-Apps.org Community Portal for KDE...


Platforms: *nix

License: Freeware Download (135): Asterisk Soap API 0.0.1 Download

Added: November 09, 2010 | Visits: 1.192

Chart::PNGgraph Chart::PNGgraph is a graph plotting module (deprecated). SYNOPSIS use Chart::PNGgraph::moduleName; Chart::PNGgraph is a perl5 module to create PNG output for a graph. Chart::PNGgraph is nothing more than a wrapper around GD::Graph, and its use is deprecated. It only exists for backward...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (110): Chart::PNGgraph Download

Added: November 19, 2010 | Visits: 1.010

POE::API::Peek POE::API::Peek is a Perl module to peek into the internals of a running POE environment. POE::API::Peek extends the POE::Kernel interface to provide clean access to Kernel internals in a cross-version compatible manner. Other calculated data is also available. My intention is to provide...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (88): POE::API::Peek Download

Added: August 05, 2010 | Visits: 959

POE::API::Hooks POE::API::Hooks is a Perl module to implement lightweight hooks into POE. SYNOPSIS use POE; use POE::API::Hooks; POE::API::Hooks->add( before_event_dispatch => &do_something, after_event_dispatch => &do_something, before_session_create => &do_something, after_session_create =>...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (86): POE::API::Hooks Download

Added: October 22, 2010 | Visits: 1.118

Gtk2::api Gtk2::api is a mapping the Gtk+ C API to perl. ABSTRACT The Gtk2 module attempts to stick as close as is reasonable to the C API, to minimize the need to maintain documentation which is nearly a copy of the C API reference documentation. However, the world is not perfect, and the mappings...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (97): Gtk2::api Download

< 1 2 3 4 5 >