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

Android Graph Drawing App freeware
Filter: All | Freeware | Demo
 

Android Graph Drawing App

< 1 2 3 4 5 > 
Added: September 22, 2010 | Visits: 1.612

CAD::Drawing::Manipulate CAD::Drawing::Manipulate is a Perl module to manipulate CAD::Drawing objects. Move, Copy, Scale, Mirror, and Rotate methods for single entities and groups of entities. Group Methods These methods are called with required values, followed by a hash reference of option values. Note the...



Platforms: *nix

License: Freeware Size: 39.94 KB Download (123): CAD::Drawing::Manipulate Download

Added: October 24, 2010 | Visits: 1.617

CAD::Drawing::IO::Image CAD::Drawing::IO::Image is a Perl module with output methods for images. Requisite Plug-in Functions See CAD::Drawing::IO for a description of the plug-in architecture. check_type Returns true if $type is "img" or $filename matches one of the ImageMagick type extensions. $fact =...





Platforms: *nix

License: Freeware Size: 5.12 KB Download (111): CAD::Drawing::IO::Image Download

Added: September 06, 2010 | Visits: 1.610

CAD::Drawing::IO::Tk CAD::Drawing::IO::Tk is a Perl module with GUI I/O methods for CAD::Drawing. This module is considered extremely pre-ALPHA and its use is probably deprecated by the time you read this. Methods There is no constructor for this class, its methods are inherited via CAD::Drawing::IO Thoughts...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): CAD::Drawing::IO::Tk Download

Added: September 06, 2010 | Visits: 1.412

CAD::Drawing::IO::PostScript CAD::Drawing::IO::PostScript is a Perl module with PostScript output methods. I would like this module to both load and save PostScript vector graphics, but I have not yet found a suitable PostScript parsing package. This module should be considered pre-ALPHA and untested. Some features rely...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): CAD::Drawing::IO::PostScript Download

Added: September 01, 2010 | Visits: 1.488

CAD::Drawing::IO::PgDB CAD::Drawing::IO::PgDB is a Perl module with PostgreSQL save / load methods. This module is considered pre-ALPHA and under-documented. Its use is strongly discouraged except under experimental conditions. Particularly susceptible to change will be the table structure of the database, which...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (118): CAD::Drawing::IO::PgDB Download

Added: November 22, 2010 | Visits: 1.529

CAD::Drawing::IO::Compressed CAD::Drawing::IO::Compressed is a Perl module to load and save compressed data. Requisite Plug-in Functions See CAD::Drawing::IO for a description of the plug-in architecture. check_type Returns true if $type is "compressed" or $filename has a ".gz" extension (probably the best way.)...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (103): CAD::Drawing::IO::Compressed Download

Added: January 27, 2010 | Visits: 1.345

CAD::Drawing::IO::Split CAD::Drawing::IO::Split is a Perl module that allows fast distributed text file methods. Requisite Plug-in Functions See CAD::Drawing::IO for a description of the plug-in architecture. check_type Returns true if $type is "split" or $filename is a directory (need a tag?) $fact =...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (100): CAD::Drawing::IO::Split Download

Added: August 12, 2010 | Visits: 1.578

CAD::Drawing::Manipulate::Transform CAD::Drawing::Manipulate::Transform is a Perl module with Matrix methods for CAD::Drawing. Provides 3D transformation methods (based on traditional matrix algorithms) for Drawing.pm objects. Coordinate System All of these methods assume a RIGHT-HANDED coordinate system. If you are using a...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (121): CAD::Drawing::Manipulate::Transform Download

Added: August 04, 2010 | Visits: 1.585

CAD::Drawing::IO CAD::Drawing::IO are I/O methods for the CAD::Drawing module. This module provides the load() and save() functions for CAD::Drawing and provides a point of flow-control to deal with the inheritance and other trickiness of having multiple formats handled through a single module. Utility...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (183): CAD::Drawing::IO Download

Added: August 23, 2010 | Visits: 1.793

CAD::Drawing::GUI::View CAD::Drawing::GUI::View are 2D graphics for CAD built on Tk::Zinc. This module provides methods to turn a CAD::Drawing object into a Zinc canvas. Overridden Methods These make me behave like a Tk widget. ClassInit $view->ClassInit(); InitObject $view->InitObject(); configure...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (145): CAD::Drawing::GUI::View Download

Added: February 09, 2010 | Visits: 1.697

CAD::Drawing::Manipulate::Graphics CAD::Drawing::Manipulate::Graphics - Gimp meets CAD. Methods All of these are CAD::Drawing methods (I force my own inheritance:) image_init Initialize the image at $addr based on the value at the fullpath key. This establishes the contained Image::Magick object and loads the image into...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (115): CAD::Drawing::Manipulate::Graphics Download

Added: May 15, 2010 | Visits: 1.023

Text::Graph Text::Graph is a Perl extension for generating text-based graphs. SYNOPSIS use Text::Graph; blah blah blah Some data is easier to analyze graphically than in its raw form. In many cases, however, a full-blown multicolor graphic representation is overkill. In these cases, a simple graph can...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Text::Graph Download

Added: May 09, 2010 | Visits: 1.304

Python Call Graph Python Call Graph (pycallgraph) is a Python library that creates call graphs for Python programs pycallgraph is quite new. It seems to work well and I will most likely improve it in the near future!. Gravit is a free gravity simulator.


Platforms: *nix

License: Freeware Size: 4.1 KB Download (106): Python Call Graph Download

Added: July 10, 2010 | Visits: 1.785

GD::Graph::Thermometer GD::Graph::Thermometer is a Perl module to generate progress graph on the fly. SYNOPSIS use GD::Graph::Thermometer; my $result = GD::Graph::Thermometer->new({ image_path => /path/to/image.png, type => png, goal => 80000, current => 20000, title => Funding the League for the Year ($),...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (132): GD::Graph::Thermometer Download

Added: April 10, 2010 | Visits: 957

Gtk2::Ex::MindMapView::Graph Gtk2::Ex::MindMapView::Graph is a Perl module that manages a directed graph. SYNOPSIS use Gtk2::Ex::MindMapView::Graph; This is internal to Gtk2::Ex::MindMapView. Its a wrapper around Jarkko Heitaniemis nice Graph module. This module is instantiated by Gtk2::Ex::MindMapView. INTERFACE...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (99): Gtk2::Ex::MindMapView::Graph Download

Added: October 18, 2010 | Visits: 1.378

Solaris::Disk::SVM::Graph Solaris::Disk::SVM::Graph is a Perl module for graph your Solaris Volume Manager configurations. SYNOPSIS my $graph = Solaris::Disk::SVM::Graph->new( sourcedir => path/to/dir, # path to SVM config files, # see Solaris::Disk::SVM for details fontname => fontname, fontsize => fontsize, );...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (108): Solaris::Disk::SVM::Graph Download

Added: July 14, 2010 | Visits: 1.397

Graph::Writer::TGXML Graph::Writer::TGXML is a Perl module used to write out directed graph as TouchGraph LinkBrowser XML. SYNOPSIS use Graph; use Graph::Writer::TGXML; $graph = Graph->new(); # add edges and nodes to the graph $writer = Graph::Writer::TGXML->new(); $writer->write_graph($graph,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (119): Graph::Writer::TGXML Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.569

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (252): App::SimpleScan::Substitution::Line Download

Added: February 19, 2010 | Visits: 1.269

App::SimpleScan App::SimpleScan is a simple_scans core code. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; App::SimpleScan allows us to package the core of simple_scan as a class; most importantly, this allows us to use Module::Pluggable to write extensions to this application...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (109): App::SimpleScan Download

Added: June 06, 2010 | Visits: 1.030

App::SimpleScan::Plugin::Snapshot App::SimpleScan::Plugin::Snapshot is a Perl module to allow tests to snapshot results. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; # plugin loaded automatically here Supports the %%snapshot_dir and %%snapshot pragmas plus the --snapshot_dir and --snap_all and...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): App::SimpleScan::Plugin::Snapshot Download

< 1 2 3 4 5 >