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

Gd Graph Thermometer freeware
Filter: All | Freeware | Demo
 

Gd Graph Thermometer

< 1 2 3 4 5 > 
Added: March 21, 2010 | Visits: 1.092

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: January 12, 2010 | Visits: 1.439

GD::Image::Thumbnail GD::Image::Thumbnail is a Perl extension for creating thumbnailed images with GD. SYNOPSIS use GD::Image::Thumbnail; my $img = GD::Image->new(100,20); my $thm = $img->thumbnail; # same as { factor => 0.20 } my $thm = $img->thumbnail($n); # same as { side => $n } my $thm =...





Platforms: *nix

License: Freeware Size: 3.07 KB Download (135): GD::Image::Thumbnail Download

Added: November 17, 2010 | Visits: 1.762

GD::Image::AnimatedGif GD::Image::AnimatedGif is a Perl extension for creating animated gifs with GD. SYNOPSIS use GD::Image::AnimatedGif; # setup the image my $image = GD::Image->new(42,21); my $white = $image->colorAllocate(255,255,255); $image->transparent($white); # setup some font goodies my $fontcolor...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): GD::Image::AnimatedGif Download

Added: February 01, 2010 | Visits: 962

GD::Image::Orientation GD::Image::Orientation is a Perl extension for managing a GD::Images vertical or horizontal orientation (shapewise). SYNOPSIS use GD::Image::Orientation; for(@images) { my $img = GD::Image->new($_) or die $!; $dbh->do("INSERT INTO photogallery.metainfo (Id,Orientation,File) VALUES...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): GD::Image::Orientation Download

Added: March 03, 2010 | Visits: 1.337

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: March 20, 2010 | Visits: 1.777

GD::Dashboard GD::Dashboard is a Perl module to create JPEG graphics of meters and dials. SYNOPSIS my $dash = new GD::Dashboard(); my $g1 = new GD::Dashboard::Gauge( MIN=>0, MAX=>$empcnt, VAL=>$nopwp_cnt, NA1=>3.14/2+0.85, NA2=>3.14/2-0.85, NX=>51,NY=>77,NLEN=>50 ); $dash->add_meter(RPM, $g1);...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (143): GD::Dashboard Download

Added: September 17, 2010 | Visits: 1.028

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

Added: March 01, 2010 | Visits: 1.248

OpenRM Scene Graph OpenRM Scene Graph is a scene graph API that implements fully piplined-parallelized multistage and multithreaded rendering, and uses OpenGL as a graphics platform for hardware acceleration. A scene graph model is a useful way to organize data for rendering in a way that is particularly...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (101): OpenRM Scene Graph Download

Added: May 15, 2010 | Visits: 1.024

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

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

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 (124): Genealogy Graph Generator Download

Added: June 13, 2010 | Visits: 1.140

GD::Simple GD::Simple module is a simplified interface to GD library. SYNOPSIS use GD::Simple; # create a new image $img = GD::Simple->new(400,250); # draw a red rectangle with blue borders $img->bgcolor(red); $img->fgcolor(blue); $img->rectangle(10,10,50,50); # draw an empty rectangle with...


Platforms: *nix

License: Freeware Size: 256 KB Download (100): GD::Simple Download

Added: January 25, 2010 | Visits: 1.098

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: March 12, 2010 | Visits: 860

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: September 16, 2010 | Visits: 1.703

Thermometer Thermometer is a SuperKaramba theme (desktop widget) that monitors the CPU temperature.. Thermometer KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens K-Jofol IceWM Kaiman News Forum GUI Polls Links Downloads GTK QT...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (210): Thermometer Download

Added: January 10, 2010 | Visits: 792

GD::SGF GD::SGF is a Perl module to simplify SGF game rendering using GD::Image. SYNOPSIS use Games::Go::SGF2misc::GD; my $image = new Games::Go::SGF2misc::GD(imagesize => 256, boardsize => 19, antialias => 1 ); $image->gobanColor(127,127,127); $image->drawGoban(); $image->placeStone(b,cd);...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (89): GD::SGF Download

< 1 2 3 4 5 >