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

Jquery Chart freeware
Filter: All | Freeware | Demo
 

Jquery Chart

< 1 2 3 4 5 > 
Released: December 12, 2011  |  Added: December 20, 2011 | Visits: 2.432

jQuery Carousel for Images jQuery Carousel for Images is a truly unique jquery carousel gallery display, guaranteed to make your site more interesting and effective. With more than 20 parameters, the jquery feature carousel contains an integrated preloader for the photos as well as an extended description for each image in...



Platforms: Windows

License: Freeware Size: 10.65 MB Download (260): jQuery Carousel for Images Download

Released: March 02, 2011  |  Added: March 08, 2011 | Visits: 2.502

jQuery Slideshow Gallery Maker jQuery Slideshow Gallery Maker is an excellent picture slideshow creator. Jquery slideshow menu is easy to create beautiful effect jquery slideshow banner, jquery slideshow wordpress or jquery slideshow joomla with pictures and songs fast. No particular skill needed, no complicated settings,...





Platforms: Windows

License: Freeware Size: 10.65 MB Download (243): jQuery Slideshow Gallery Maker Download

Released: June 22, 2010  |  Added: June 25, 2010 | Visits: 2.130

jQuery Menu Style 1 Menus are a key way for visitors to go through your site and access the content. Many different types and styles of menus exist. Here you can find jQuery menu and CSS based drop-down or just multi level menu examples with down loadable files and explanations as well. The base for this menu is...


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

License: Freeware Size: 31.33 KB Download (233): jQuery Menu Style 1 Download

Released: February 24, 2011  |  Added: March 05, 2011 | Visits: 1.970

jQuery Slider Plugin jQuery Slider Plugin is an easy-to-use and powerful software used to create jquery slider gallery, jquery slider joomla, wordpress jquery slider. Automatic jquery slider is easy to use and able to make jquery slider images and jquery slider range in minutes just by some clicks. The user isn't...


Platforms: Windows

License: Freeware Size: 10.65 MB Download (221): jQuery Slider Plugin Download

Released: June 09, 2011  |  Added: June 20, 2011 | Visits: 2.150

jQuery Multi Level Menu Style 11 jQuery Multi Level Menus with the unlimited number of submenu levels is a great way to place a lot of information on a page and has been widely used on blogs recently. With jQuery Multi Level Menu you can easily create great looking menu with cool effects for your website. Just select color...


Platforms: Windows, Mac, *nix

License: Freeware Size: 42.52 KB Download (202): jQuery Multi Level Menu Style 11 Download

Added: January 18, 2010 | Visits: 2.266

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 (173): Chart::Graph::Gnuplot Download

Added: January 18, 2010 | Visits: 1.662

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 09, 2010 | Visits: 2.551

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: January 18, 2010 | Visits: 1.427

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: November 19, 2010 | Visits: 1.175

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: January 22, 2010 | Visits: 1.653

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: July 05, 2010 | Visits: 1.811

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: August 10, 2010 | Visits: 1.519

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: November 09, 2010 | Visits: 1.193

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: January 13, 2010 | Visits: 1.371

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 03, 2010 | Visits: 1.199

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 09, 2010 | Visits: 1.354

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: July 19, 2010 | Visits: 1.006

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: October 12, 2012  |  Added: October 12, 2012 | Visits: 1.519

EasyProjectPlan | Excel Gantt Chart EasyProjectPlan | Excel Gantt Chart Template Planner Software | Excel project planner. Free Excel Gantt Chart and Project Scheduling Tool. Sync Outlook Tasks, Sync Outlook Calendar, Sync Microsoft Project. Excel planner. Project Scheduling Software. Download the DEMO at www.EasyProjectPlan.com


Platforms: Windows

License: Freeware Download (96): EasyProjectPlan | Excel Gantt Chart Download

Added: April 10, 2010 | Visits: 756

Chart::EPS_graph::Test SYNOPSIS From the CLI, call as below where /some/dir/ is any directory you have permission to write to. perl -e "use Chart::EPS_graph::Test; print Chart::EPS_graph::Test->full_test(/some/dir);" From anywhere else call... use Chart::EPS_graph::Test; print...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (94): Chart::EPS_graph::Test Download

< 1 2 3 4 5 >