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

Gantt Production Chart freeware
Filter: All | Freeware | Demo
 

Gantt Production Chart

< 1 2 3 4 5 > 
Added: August 07, 2010 | Visits: 1.349

GanttProject GanttProject is a pure Java application thats lets you plan project using Gantt charts. It lets you easily breaks down a project into tasks, show dependencies, and manage resources. It uses a file format based on XML and can export into HTML and PDF documents using XSL transformations. The...



Platforms: *nix

License: Freeware Size: 9.9 MB Download (152): GanttProject Download

Added: August 31, 2008 | Visits: 2.082

Project management software: Comindwork Comindwork is online project management software that includes: * Project Management - Creating project tasks, build schedule, Gantt charts, milestones, project risks, manage issues * Collaboration and Blog - Enable structured and informal communication about the project issues, tasks and...





Platforms: Windows

License: Freeware Size: 200 KB Download (149): Project management software: Comindwork Download

Added: July 22, 2013 | Visits: 1.368

egantt A Swing Gantt Chart component, used for rendering tasks and entries. Industry uses: Scheduling / Time Management


Platforms: *nix

License: Freeware Size: 12.72 MB Download (139): egantt Download

Added: January 24, 2010 | Visits: 1.091

LazyDragon GNU/Linux RC2 LazyDragon Gnu/Linux is a Linux distro aimed at video and audio production. Unfortunatly their arent many distributions aimed specifically at Audio/Video editing and production. So thats where LazyDragon comes in. Currently Chainsaw Linux is one of the only Distributions orientated towards...


Platforms: *nix

License: Freeware Download (133): LazyDragon GNU/Linux RC2 Download

Added: November 07, 2010 | Visits: 1.923

PostScript::Graph::Bar PostScript::Graph::Bar Perl module can draw a bar chart on a postscript file. SYNOPSIS Simplest Take labels and values from a csv file and output as a bar chart on a postscript file. use PostScript::Graph::Bar; my $bar = new PostScript::Graph::Bar(); $bar->build_chart("survey.csv");...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (125): PostScript::Graph::Bar Download

Added: January 18, 2010 | Visits: 830

KChart KChart is the KOffice chart drawing application part of the KOffice suite. Use it to embed charts into your KOffice documents, e.g. a report written with KWord or a slideshow made with KPresenter.. K Desktop Environment Homepage, KDE.org


Platforms: *nix

License: Freeware Size: 55.4 MB Download (125): KChart Download

Added: January 18, 2010 | Visits: 1.432

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

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

Released: June 03, 2014  |  Added: June 28, 2014 | Visits: 1.822

MixPad Free Music Mixer MixPad is free music recording and mixing software designed for easy audio production. Simply drag and drop your audio clips onto the timeline then mix music, vocal and audio tracks, adjust the volume, pan, fade, and add audio effects including EQ, compression, reverb and more. MixPad is the...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 986.56 KB Download (120): MixPad Free Music Mixer 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.812

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

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

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

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: October 08, 2010 | Visits: 1.099

Finance::YahooChart Finance::YahooChart is a Perl module to get a chart from Yahoo! Finance. SYNOPSIS use Finance::YahooChart; %img = getchart(symbol => $symbol, size => $size, type => $type, include => $include); print width=$img{width} height=$img{height}>"; This module gets charts from Yahoo! Finance....


Platforms: *nix

License: Freeware Size: 9.22 KB Download (107): Finance::YahooChart Download

Added: November 03, 2010 | Visits: 1.202

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

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 (105): Chart::Sequence Download

Released: March 19, 2012  |  Added: August 12, 2012 | Visits: 1.227

Free Graph Generator Free Graph Generator is a simple bar chart generation tool that lets you create custom bar charts of any size. Edit bar color, bar width, bar title, and bar side label properties.


Platforms: Windows

License: Freeware Size: 16.49 MB Download (105): Free Graph Generator Download

Added: July 19, 2010 | Visits: 1.008

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

Added: February 17, 2010 | Visits: 911

USAGI Project USAGI(UniverSAl playGround for Ipv6) Project works to deliver the production quality IPv6 and IPsec(for both IPv4 and IPv6) protocol stack for the Linux system, tightly collaborating with WIDE Project, KAME Project and TAHI Project. USAGI Project is run by volunteers from various organizations....


Platforms: *nix

License: Freeware Size: 3.7 MB Download (101): USAGI Project Download

< 1 2 3 4 5 >