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

Line Graph Paper freeware
Filter: All | Freeware | Demo
 

Line Graph Paper

< 1 2 3 4 5 > 
Released: November 26, 2012  |  Added: November 26, 2012 | Visits: 736

VeeCAD Like a PCB layout program, VeeCAD takes a schematic generated netlist and assists you to build a layout - but on stripboard (Veroboard). The usual design tools are provided: netlist import, component footprint definition, component positioning, wiring and connectivity check. You get full... Platforms: Windows

License: Freeware Size: 3.2 MB Download (526): VeeCAD Download

Released: June 24, 2012  |  Added: June 24, 2012 | Visits: 628

Check Out Our Java Applications and Make Your Own 3d Piecharts! If you are looking to make 3d Piecharts, Wyka-Warzecha has a phenomenal choice of Java applications for you to choose from. Perhaps you have a presentation coming up or you need to update your website? Well, whatever you need charts and graphs fo,r these days 2d just isn’t enough.With the 1-2-3... Platforms: Windows

License: Freeware Size: 2.93 MB Download (503): Check Out Our Java Applications and Make Your Own 3d Piecharts! Download

Released: June 19, 2012  |  Added: June 19, 2012 | Visits: 683

VeeCAD 2.22 Release Like a PCB layout program, VeeCAD takes a schematic generated netlist and assists you to build a layout - but on stripboard (Veroboard). The usual design tools are provided: netlist import, component footprint definition, component positioning, wiring and connectivity check. You get full... Platforms: Windows

License: Freeware Size: 3.2 MB Download (420): VeeCAD 2.22 Release Download

Released: July 24, 2012  |  Added: July 24, 2012 | Visits: 493

Real-time Network Grapher The Real-time Network Grapher (RtNG) is a Java applet. RtNG plots a scrolling line-graph from a continuous feed of CSV-style data, where new data arrives periodically with a period 0.1s or greater. The data feed can be either a TCP port or a URL Platforms: Windows, Mac, Linux

License: Freeware Size: 189.27 KB Download (51): Real-time Network Grapher Download

Released: May 30, 2018  |  Added: June 25, 2018 | Visits: 620

Paper Wallet Generator Create and print paper wallets for the safe long-term storage of your Bitcoin, Litecoin, Bitcoin Reference line and Reference line coin. If you store your coins on a paper wallet the coins cannot be stolen from your computer. You can use Paper Wallets for a safe long-term storage of your coins.... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 2.73 MB Download (262): Paper Wallet Generator Download

Added: August 18, 2010 | Visits: 1.031

B::Graph B::Graph is a Perl compiler backend to produce graphs of OP trees. SYNOPSIS perl -MO=Graph,-text prog.pl >graph.txt perl -MO=Graph,-vcg prog.pl >graph.vcg xvcg graph.vcg perl -MO=Graph,-dot prog.pl | dot -Tps >graph.ps This module is a backend to the perl compiler (B::*) which, instead... Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): B::Graph Download

Released: May 13, 2011  |  Added: May 23, 2011 | Visits: 1.314

Graph Converter Lite Graph Converter Lite Convert all existing paper charts and diagrams to electronic form with this easy to learn program. Just scan the graph, open the image in Graph Converter Lite, calibrate, and the modern algorithm for automatic graphs recognition creates the tables automatically. May be... Platforms: Windows

License: Freeware Size: 1.92 MB Download (141): Graph Converter Lite Download

Added: October 14, 2010 | Visits: 1.659

GD::Graph GD::Graph is a graph plotting module for Perl 5. SYNOPSIS use GD::Graph::moduleName; GD::Graph is a perl5 module to create charts using the GD module. The following classes for graphs with axes are defined: GD::Graph::lines Create a line chart. GD::Graph::bars and GD::Graph::hbars... Platforms: *nix

License: Freeware Size: 143.36 KB Download (111): GD::Graph Download

Added: January 25, 2010 | Visits: 1.105

GENE Graph Export Engine GENE Graph Export Engine is an advanced XML exporter. GENE Graph Export Engine is a complex convertor/framework for multi-namespace XML transforming and exporting. It is able to convert various XML types including SVG, DocBook, MathML, XSL-FO, and their combinations into a wide area of output... Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): GENE Graph Export Engine Download

Released: July 11, 2003  |  Added: April 13, 2006 | Visits: 4.347

Quick Command Line Quick Command Line is a program that lets you eaisly specify run programs with command line parameters from within Windows Explorer without having to open up a command line window. This program is probably most useful to programmers, however other users could also find a use for it also.... Platforms: Windows

License: Freeware Size: 685 KB Download (719): Quick Command Line Download

Added: January 18, 2010 | Visits: 2.272

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

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

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

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: 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: January 26, 2010 | Visits: 1.205

PostScript::Graph::Style SYNOPSIS Simplest Each time a new object is created the default style will be slightly different. use PostScript::File; use PostScript::Graph::Style; my $file = new PostScript::File(); my $seq = new PostScript::Graph::Sequence(); while (...) { my $style = new... Platforms: *nix

License: Freeware Size: 55.3 KB Download (123): PostScript::Graph::Style Download

Added: February 05, 2010 | Visits: 2.266

C++ Command Line Library C++ Command Line Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line. It was developed and tested... Platforms: *nix

License: Freeware Size: 849.92 KB Download (137): C++ Command Line Library Download

Added: March 21, 2010 | Visits: 1.102

Path::Graph Path::Graph is a Perl module created to generate paths from hash graph. SYNOPSIS Code 1 #!usr/bin/perl my %graph = ( A => {B=>1,C=>4}, B => {A=>1,C=>2}, C => {A=>4,B=>2} ); use Paths::Graph; my $g = Paths::Graph->new(-origin=>"A",-destiny=>"C",-graph=>%graph); my @paths =... Platforms: *nix

License: Freeware Size: 6.14 KB Download (120): Path::Graph Download

Added: March 03, 2010 | Visits: 1.350

Boost::Graph Boost::Graph is a Perl interface to the Boost-Graph C++ libraries. SYNOPSIS use Boost::Graph; # Create an empty instance of a Graph my $graph = new Boost::Graph(directed=>0, net_name=>Graph Name, net_id=>1000); # add edges $graph->add_edge(node1=>a, node2=>b, weight=>1.1, edge=>edge... Platforms: *nix

License: Freeware Size: 2.4 MB Download (187): Boost::Graph Download

Added: September 17, 2010 | Visits: 1.035

DGS Graph DGS Graph was created to provide an easy to install graphing script, capable of generating graphs for web presentation.. Platforms: *nix

License: Freeware Size: 24.58 KB Download (110): DGS Graph Download

< 1 2 3 4 5 >