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

Graph Control freeware
Filter: All | Freeware | Demo
 

Graph Control

1 2 3 4 5 > 
Added: January 25, 2010 | Visits: 969

FileMaker Datagraph FileMaker Datagraph is a Dashboard widget that ties into FileMaker Pro to display dynamic graphs of FileMaker data on your desktop. Features include:Works with FileMaker Pro or FileMaker Developer databases and supports remote access with FileMaker Server 7 Advanced.View up to 5 FileMaker...



Platforms: Mac

License: Freeware Download (116): FileMaker Datagraph Download

Released: February 04, 2020  |  Added: February 06, 2020 | Visits: 915

Siplot Graph Viewer Graph visualization control for .NET. Mouse and keyboard controlled viewer, zoom, pan, select and hover events, fully customizable visual themes, built-in themes optimized for rendering quality and performance. *.gml file loader. Free version allows usage in non commercial projects. Siplot...





Platforms: Windows 7, Windows

License: Freeware Size: 1.09 MB Download (68): Siplot Graph Viewer Download

Released: June 22, 2012  |  Added: March 16, 2013 | Visits: 1.827

TreeVu ActiveX Control 32bit TreeVu Control is a freeware ActiveX Control Component for working with trees. It provides methods for building, manipulating and displaying trees. TreeVu 1.0 offers 3 main tree layouts: hierarchical, radial and force-directed. This is a 32-bit version (64-bit version is also available for...


Platforms: Windows

License: Freeware Size: 1.09 MB Download (132): TreeVu ActiveX Control 32bit Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 701

Graph Paper Maker for Mac OS Software that lets you create your own custom sheets of graph paper. You have complete control over the graph characteristics: - X and Y axis can independently be set for linear or log scale, and scaling - Hydraulic scaling for graphing flow vs pressure. - Selection from a dozen standard paper...


Platforms: Mac

License: Freeware Size: 5 MB Download (62): Graph Paper Maker for Mac OS Download

Added: April 06, 2006 | Visits: 4.084

Flash and Pics Control Flash and Pics Control is an Internet Explorer add-on that allows you to easily enable or disable flash animation and pictures. Having flash and pictures disabled lets you reduce the amount of incoming traffic and, thus, save your money. Disabled flash animation (which is generally an...


Platforms: Windows

License: Freeware Size: 203 KB Download (333): Flash and Pics Control Download

Released: March 25, 2006  |  Added: April 21, 2007 | Visits: 7.609

Inletex Easy Remote Control (ERC) InletEX ERC-Easy Remote Control can help you eliminate problem to effectual remote support. Easy Remote Control (ERC) is one of the best programs for remote administration under Windows that allow you to work remotely on a computer using the regular graphic user interface (GUI). Easy Remote...


Platforms: Windows

License: Freeware Size: 535 KB Download (654): Inletex Easy Remote Control (ERC) Download

Released: April 01, 2014  |  Added: April 10, 2014 | Visits: 4.441

Remote Administrator Control Client With Remote Administrator Control you can work without any limits on a remote computer with operation system Windows, as if working on your local computer. You can connect through Internet/Intranet network with the TCP/IP protocol. You can also connect to computers without public...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 6.82 MB Download (639): Remote Administrator Control Client Download

Released: August 09, 2012  |  Added: September 03, 2012 | Visits: 3.612

Audio Control Audio Control is an audio mixer software utility for visualization and control of the computer audio volume, and is an improved substitution for the standard Windows Volume control. Audio Control inspects the host system for audio devices and displays them, and their audio controls, in a manner...


Platforms: Windows

License: Freeware Size: 6.58 MB Download (285): Audio Control Download

Added: January 18, 2010 | Visits: 2.270

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

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

Very Simple Control Protocol Daemon Very Simple Control Protocol Daemon is a daemon for home automation tasks. VSCP protocol is a very simple and free protocol for SOHO automation tasks & friends. The protocol is so easy that everyone can grasp the idea behind it in a few minutes. Therefore its also very easy to construct and...


Platforms: *nix

License: Freeware Size: 240 MB Download (112): Very Simple Control Protocol Daemon Download

Added: September 03, 2010 | Visits: 2.145

SVG::Graph SVG::Graph is a Perl module to visualize your data in Scalable Vector Graphics (SVG) format. SYNOPSIS use SVG::Graph; use SVG::Graph::Data; use SVG::Graph::Data::Datum; #create a new SVG document to plot in... my $graph = SVG::Graph->new(width=>600,height=>600,margin=>30); #and create...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (151): SVG::Graph Download

Added: September 17, 2010 | Visits: 1.888

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

Graph::ModularDecomposition Graph::ModularDecomposition is a Perl module for modular decomposition of directed graphs. SYNOPSIS use Graph::ModularDecomposition qw(pairstring_to_graph tree_to_string); my $g = new Graph::ModularDecomposition; my $h = $g->pairstring_to_graph( ab,ac,bc ); print "yesn" if...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (96): Graph::ModularDecomposition Download

Added: June 15, 2010 | Visits: 1.811

Ops Control Panel Ops Control Panel is a frontend for MRTG. Unlike many other frontends, it does not have any requirements beyond those of MRTG, although it can support PHP-enabled Web servers instead of just running as a Perl CGI script. Ops Control Panel project provides overviews of MRTG-based monitoring...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (154): Ops Control Panel Download

Added: May 03, 2010 | Visits: 2.160

Linux Advanced Routing & Traffic Control HOWTO Linux Advanced Routing & Traffic Control HOWTO is a document concerning iproute2, traffic control (shaping), and more! The LARTC-HOWTO describes many advanced ways of routing and shaping traffic. Using the HOWTO, you will be able to shape traffic in myriad ways, which will help you lower...


Platforms: *nix


Added: August 10, 2010 | Visits: 1.521

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: February 13, 2010 | Visits: 1.207

Control Library Control Library is a small C++ library for writing control applications. It can be compiled for either generic Unix userspace or for kernelspace under RTLinux 3.2. Control Library frees a programmer from having to write control applications in low-level C code under RTLinux, while allowing the...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (104): Control Library 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

1 2 3 4 5 >