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

Chart Utility software
Filter: All | Freeware | Demo
 

Chart Utility

< 1 2 3 4 5 > 
Added: February 10, 2010 | Visits: 1.960

Iris Video Conversion Utility Iris is a video conversion utility in C++ that works as a front-end to mencoder. Iris Video Conversion Utility can run in command-line or graphical modes and currently supports conversion to DVD MPEG, DivX AVI and VCD MPEG This software intends to ease video conversion to common formats. Help...



Platforms: *nix

License: Freeware Size: 122.88 KB Download (107): Iris Video Conversion Utility Download

Added: July 08, 2010 | Visits: 1.288

Ingres::Utility::IINamu Ingres::Utility::IINamu is a Perl API to iinamu Ingres RDBMS utility. SYNOPSIS List registered INGRES (IIDBMS) services: use Ingres::Utility::IINamu; my $foo = Ingres::Utility::IINamu->new(); # list all INGRES-type servers (iidbms) print $foo->show(INGRES); # process each server...





Platforms: *nix

License: Freeware Size: 6.14 KB Download (90): Ingres::Utility::IINamu Download

Added: June 13, 2010 | Visits: 1.354

Ingres::Utility::IIMonitor Ingres::Utility::IIMonitor is a Perl API to iimonitor Ingres RDBMS utility. SYNOPSIS use Ingres::Utility::IIMonitor; # create a connection to an IIDBMS server # (server id can be obtained through Ingres::Utility::IINamu) $foo = Ingres::Utility::IIMonitor->new($serverid); # showServer()...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Ingres::Utility::IIMonitor Download

Added: October 02, 2010 | Visits: 1.415

Ingres::Utility::Netutil Ingres::Utility::Netutil is an API to netutil Ingres RDBMS utility. SYNOPSIS use Ingres::Utility::Netutil; # create a connection to NETUTIL utility $netu = Ingres::Utility::Netutil->new(); # Attention: many arguments accept wildcard * # showLogin($type,$vnode) - prepare to provide...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): Ingres::Utility::Netutil Download

Added: July 05, 2010 | Visits: 1.808

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.369

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 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: March 15, 2010 | Visits: 1.911

PHP Advanced Graph and Chart Collection PHP Advanced Graph and Chart Collection software provides a very easy way to embed dynamically-generated graphs and charts into PHP applications and HTML Web pages. The Graphing components provide various solutions for the incorporation of graphs and charts into Web/intranet pages and...


Platforms: *nix

License: Shareware Cost: $195.00 USD Size: 1.5 MB Download (108): PHP Advanced Graph and Chart Collection Download

Added: July 09, 2010 | Visits: 1.351

Chart::Sequence Chart::Sequence is a sequence Perl class. SYNOPSIS use Chart::Sequence; my $s = Chart::Sequence->new( Nodes => [qw( A B C )], Messages => [ [ A => B => "Message 1" ], [ B => A => "Ack 1" ], [ B => C => "Message 2" ], ], ); # or # my $s = Chart::Sequence->new( SeqMLInput =>...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (104): Chart::Sequence Download

Added: April 05, 2010 | Visits: 1.156

Dirsave Graphical Network Utility Dirsave is graphical utility for intellectually generated senteces urls from you links (example: pic01,pic02 or pic1,pic2). After generate with 3 clicks you execute program and wget download this files. Its no hard type: http://nameserver/folder/pic1.jpg http://nameserver/folder/pic2.jpg...


Platforms: *nix

License: Freeware Size: 256 KB Download (90): Dirsave Graphical Network Utility Download

Added: November 25, 2010 | Visits: 1.740

Sethi Search Utility Sethi Search Utility provides a simple command line utility to submit a search to Google, Yahoo!, or MSN. Sethi Search Utility is a simple command line utility to submit a search to Google, Yahoo!, or MSN and show the (text) results on standard output. Support for several search engines is...


Platforms: *nix

License: Freeware Download (102): Sethi Search Utility Download

Added: January 22, 2010 | Visits: 1.649

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


Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Chart::Plot Download

Added: June 18, 2010 | Visits: 1.309

Minimal OpenGL Utility Library Minimal OpenGL Utility Library (MOGUL) is a library similar to GLUT, only with fewer features. It lets you write window-system-independent OpenGL programs with even fewer lines of code than GLUT. The project currently supports X11 and Win32. Examples are included in the distribution. It is...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (116): Minimal OpenGL Utility Library Download

Added: November 03, 2010 | Visits: 1.198

Chart::XMGR Chart::XMGR is a Perl object for displaying data via XMGR. SYNOPSIS use Chart::XMGR; xmgr($a, { SYMBOL => plus}; use Chart::XMGR (); $xmgr = new Chart::XMGR; $xmgr->line($pdl); $pdl->$xmgr->line; xmgr($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (106): Chart::XMGR Download

Added: July 19, 2010 | Visits: 1.004

Chart::GRACE Chart::GRACE is a Perl object for displaying data via Xmgrace. SYNOPSIS use Chart::GRACE; xmgrace($a, { SYMBOL => plus}; use Chart::GRACE (); $grace = new Chart::GRACE; $grace->plot($pdl); xmgrace($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR plotting...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): Chart::GRACE Download

Released: December 12, 2008  |  Added: April 26, 2010 | Visits: 1.614

FlyCharts Flash Chart Component FlyCharts is a chart flash component, which is a set of Adobe Flash (SWF) files that gives you outstanding possibility to visualize your data. FlyCharts help create compact, interactive flash graphs, charts, diagrams fast and easy. FlyCharts doesn't need installation, runs without using an...


Platforms: Windows, Mac, *nix, OS/2

License: Shareware Cost: $99.00 USD Size: 452.03 KB Download (445): FlyCharts Flash Chart Component Download

Released: October 27, 2016  |  Added: November 02, 2016 | Visits: 1.564

Nevron Chart for SSRS Nevron Chart for SQL Server Reporting Services (SSRS) is an advanced report item, delivering a complete set of 2D and 3D charting types, highly customizable axes, tight data integration and unmatched visual effects to your reports. It instantly improves your report authoring experience, with its...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $889.00 USD Size: 182.21 MB Download (138): Nevron Chart for SSRS Download

Released: September 16, 2015  |  Added: October 06, 2015 | Visits: 1.052

Nevron Chart for SharePoint Based on the latest versions of Nevron's Charting Engine for ASP.NET and the new Nevron Pivot Data Aggregation Engine, Nevron Chart for SharePoint is optimized for SharePoint (WSS and MOSS), providing advanced charting functionality and a wide range of features to developers and IT professionals....


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $1239.00 USD Size: 99.87 MB Download (117): Nevron Chart for SharePoint Download

Released: August 20, 2009  |  Added: October 14, 2010 | Visits: 1.166

Excel Utility LikeOffice Excel Utility designed to ease your work while using Microsoft Excel. It has many utilities and several areas. Most of the utilities are free to use and few, like Excel Compare are under the PRO version. The Basic version has 90 days trial to all utilities. Once it is...


Platforms: Windows, Other

License: Shareware Cost: $39.00 USD Size: 1 B Download (119): Excel Utility Download

Released: July 17, 2014  |  Added: July 17, 2014 | Visits: 1.273

Exchange Recovery Utility Want to recover Exchange EDB file from corrupt EDB file? So just use InFixi Exchange Recovery Utility because this is wonderful Exchange Recovery Utility which quickly repair corrupt EDB file to recover exchange database and move Exchange database to PST file with email properties-, Cc, Bcc,...


Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $249.95 USD Size: 2.82 MB Download (129): Exchange Recovery Utility Download

< 1 2 3 4 5 >