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

Access Gant Chart freeware
Filter: All | Freeware | Demo
 

Access Gant Chart

< 1 2 3 4 5 > 
Added: September 17, 2010 | Visits: 1.892

Rule Set Based Access Control Rule Set Based Access Control (RSBAC) is a Free Software security extension for current Linux kernels. Rule Set Based Access Control is based on the Generalized Framework for Access Control (GFAC) by Abrams and LaPadula and provides a flexible system of access control based on several modules.... Platforms: *nix

License: Freeware Size: 368.64 KB Download (102): Rule Set Based Access Control Download

Added: August 10, 2010 | Visits: 1.524

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: August 07, 2010 | Visits: 1.179

Access Stats Access Stats provides a script that enables you to keep track of activities on your web site. Access Stats allows you to keep track of activities on your web site. It extracts some statistic from a log file generated by log.pl. These reports are generated by Access Stats: - Visits by day... Platforms: *nix

License: Freeware Size: 60.42 KB Download (100): Access Stats Download

Added: January 09, 2010 | Visits: 2.554

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

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

PHP Generic Access Control List PHP Generic Access Control List is a PHP class that offers Web developers a simple, yet immensely powerful "drop in" permission system for their current Web-based applications.. Platforms: *nix

License: Freeware Size: 2.6 MB Download (103): PHP Generic Access Control List Download

Added: February 11, 2010 | Visits: 2.420

The Powered Access Bible The Powered Access Bible is a tool to allow free and effective access to the Bible. This project is especially good at finding which verses contain a given word, and then easily reading those verses in full context. (This is a tool to find what the Bible says about something, and read it in... Platforms: *nix

License: Freeware Size: 4.8 MB Download (150): The Powered Access Bible Download

Added: July 05, 2010 | Visits: 1.815

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

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

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: June 15, 2010 | Visits: 1.295

PHP Database Access Through Arrays PHP Database Access Through Arrays project can be used to access data stored in MySQL tables like accessing arrays. It uses SPL to implement several classes and iterators interfaces to access MySQL databases. Examples: $DB[test_table][] = array( name => first, value => the first row );... Platforms: *nix

License: Freeware Download (102): PHP Database Access Through Arrays Download

Added: November 08, 2010 | Visits: 1.444

Access Modifier Eclipse Plug-in Access Modifier Eclipse Plug-in allows the user to change the visibility (public, protected, default, private) and other modifiers (final, static, synchronized) of Java classes, interfaces, methods and fields in the workbenchs Outline, Members and Package Explorer views. The plug-in lets you... Platforms: *nix

License: Freeware Size: 153.6 KB Download (99): Access Modifier Eclipse Plug-in Download

Added: July 09, 2010 | Visits: 1.358

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

Added: August 25, 2010 | Visits: 1.778

Access Point Utilities for Unix 1.5.1 Wireless Access Point Utilites for Unix is a set of utilites to configure and monitor Wireless Access Points under Unix using SNMP protocol. Utilites knownly compiles by GCC and IBM C compiler and run under Linux, FreeBSD, NetBSD, MacOS-X, AIX, QNX, OpenBSD. Utilites writen by Roman Festchook... Platforms: *nix

License: Freeware Size: 409.6 KB Download (144): Access Point Utilities for Unix 1.5.1 Download

Added: January 22, 2010 | Visits: 1.656

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

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

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: January 14, 2008  |  Added: March 27, 2010 | Visits: 2.724

Access Database Recovery Assistant Access Database Recovery Assistant lets you repair damaged MS Access files without special efforts. You do not have to download an amount of demo software for try outs. Access MDB Recovery Assistant will do all work relating to the possible recovery variants. Repair utility will provide you with... Platforms: Windows

License: Freeware Size: 431 KB Download (301): Access Database Recovery Assistant Download

Released: April 27, 2011  |  Added: May 07, 2011 | Visits: 1.306

Quick Access Bar This tool displays an aero-glass quick access bar for folders and drives on the top of your desktop. It has options to automatically hide itself when not needed and to add custom folders and system folders (e.g. Control Panel,...). It displays the available space on the drive and lets you specify... Platforms: Windows

License: Freeware Size: 647 KB Download (129): Quick Access Bar Download

Released: March 16, 2012  |  Added: May 14, 2012 | Visits: 1.491

DesktopNow Remote Computer Access DesktopNow Free Remote Computer Access allows you to remotely log in to your computer over the internet, giving you fast and easy access to all your important files no matter where you are. If you can access the internet, you can log into your computer and download any documents you need.... Platforms: Windows

License: Freeware Size: 321.06 KB Download (121): DesktopNow Remote Computer Access Download

< 1 2 3 4 5 >