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 49.999.873 Times

Bullying Person Graph software
Filter: All | Freeware | Demo
 

Bullying Person Graph

< 1 2 3 4 5 > 
Added: July 10, 2010 | Visits: 1.784

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: 956

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

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

Added: February 17, 2010 | Visits: 1.130

Graph::Writer::DrGeo Graph::Writer::DrGeo can save the graph output DrGeo scheme script. SYNOPSIS my $g = new Graph; # Add some vertices/edges to $g my $writer = Graph::Writer::DrGeo->new(); $writer->write_graph($g,"graph.scm"); # graph.scm can be evaluated and rendered with Dr.Geo Dr. Geo is a GTK...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Graph::Writer::DrGeo Download

Added: September 23, 2010 | Visits: 2.064

Genealogy Graph Generator Genealogy Graph Generator (GGG) is a set of programs for automatically generating academic genealogy graphs. It tells you who your advisor and your advisors advisor and her advisor and so on are..


Platforms: *nix

License: Freeware Size: 47.1 KB Download (118): Genealogy Graph Generator Download

Added: October 25, 2010 | Visits: 1.115

GD::Graph::colour GD::Graph::colour contains colour manipulation routines for use with GD::Graph. SYNOPSIS use GD::Graph::colour qw(:colours :lists :files :convert); The GD::Graph::colour package provides a few routines to work with colours. The functionality of this package is mainly defined by what is...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (95): GD::Graph::colour Download

Added: October 14, 2010 | Visits: 1.652

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

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

Added: January 07, 2010 | Visits: 1.269

GD::Graph::Polar GD::Graph::Polar is a Perl module to make polar graph using GD package. SYNOPSIS use GD::Graph::Polar; my $obj=GD::Graph::Polar->new(size=>480, radius=>100); $obj->addPoint (50=>25); $obj->addPoint_rad (50=>3.1415); $obj->addGeoPoint (75=>25); $obj->addGeoPoint_rad (75=>3.1415);...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (152): GD::Graph::Polar Download

Added: March 12, 2010 | Visits: 858

Bio::Graph::SimpleGraph Bio::Graph::SimpleGraph is a Perl module that can create and manipulate undirected graphs. SYNOPSIS use Bio::Graph::SimpleGraph; my $graph=new SimpleGraph; # read pairs of nodes from STDIN while (<>) { my($node1,$node2)=split; $graph->add_edge($node1,$node2); } my @nodes=graph->nodes;...


Platforms: *nix

License: Freeware Size: 5.6 MB Download (101): Bio::Graph::SimpleGraph Download

Added: March 15, 2010 | Visits: 1.909

PHP Advanced Graph and Chart Collection PHP Advanced Graph and Chart Collection software provides a very easy way to embed dynamically-generated graphs and charts into PHP applications and HTML Web pages. The Graphing components provide various solutions for the incorporation of graphs and charts into Web/intranet pages and...


Platforms: *nix

License: Shareware Cost: $195.00 USD Size: 1.5 MB Download (102): PHP Advanced Graph and Chart Collection Download

Added: January 25, 2010 | Visits: 825

Devel::Graph Devel::Graph module can turn Perl code into a graphical flowchart. SYNOPSIS use Devel::Graph; my $grapher = Devel::Graph->new(); my $graph = $grapher->decompose( if ($b == 1) { $a = 9; } ); print $graph->as_ascii(); # Will result in something like this: ################ # start #...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (104): Devel::Graph Download

Added: September 12, 2010 | Visits: 1.479

Graph::Flowchart Graph::Flowchart is a Perl module that can generate easily flowcharts as Graph::Easy objects. SYNOPSIS use Graph::Flowchart; my $flow = Graph::Flowchart->new(); print $flow->as_ascii(); This module lets you easily create flowcharts as Graph::Easy objects. This means you can output your...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (171): Graph::Flowchart Download

Added: April 19, 2010 | Visits: 1.243

SVG::Template::Graph SVG::Template::Graph is a Perl extension for generating template-driven graphs with SVG. SYNOPSIS use SVG::Template::Graph; $data = [ { barGraph=>1,# barSpace=>20, title=> 1: Trace 1, data => #hash ref containing x-val and y-val array refs { x_val => [50,100,150,200,250,...


Platforms: *nix

License: Freeware Download (98): SVG::Template::Graph Download

Added: November 04, 2010 | Visits: 1.700

Python Web Graph Generator Python Web Graph Generator is a threaded Web graph (Power law random graph) generator. It can generate a synthetic Web graph of about one million nodes in a few minutes on a desktop machine. This software implements a threaded variant of the RMAT algorithm. A little tweak can produce graphs...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (142): Python Web Graph Generator Download

Added: July 23, 2010 | Visits: 1.452

PHP HTML Graph Class PHP HTML Graph Class is a class for drawing vertical bar graphs using only HTML and CSS. Simple and grouped bars can be created. You can change everything regarding the looks as the output is template-driven. On the fly, you can change the size of graph, the color of all or individual bars, add...


Platforms: *nix

License: Shareware Cost: $0.00 USD Download (117): PHP HTML Graph Class Download

Added: August 18, 2010 | Visits: 1.016

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

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

Released: March 12, 2012  |  Added: April 02, 2012 | Visits: 1.069

Graph Earth Visualize your data in 3D! Quick, easy and inexpensive. Graph Earth enables management, marketing and other business professionals to create stunning visual representations of their data, all without the time and costs associated with a full-featured GIS. Viewable by Everyone! Create one of a...


Platforms: Windows

License: Demo Cost: $24.95 USD Size: 469 KB Download (92): Graph Earth Download

< 1 2 3 4 5 >