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

Blue Whales Population Graph freeware
Filter: All | Freeware | Demo
 

Blue Whales Population Graph

1 2 3 4 5 > 
Added: November 07, 2010 | Visits: 1.931

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

Added: October 25, 2010 | Visits: 1.123

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: January 07, 2010 | Visits: 1.277

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 (153): GD::Graph::Polar 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: November 15, 2012  |  Added: November 15, 2012 | Visits: 880

Blue Cat's Parametr'EQ The Blue Cat's Parametr'EQ plugin was designed to be a 7 bands parametric equalizer combining the advantages of both the digital and analog worlds. Its special non-linear and oversampling features let you easily simulate the compression and distortion that may occur in an analog EQ or on the... Platforms: Windows, XP, Windows Vista, 7, 7x64

License: Freeware Download (810): Blue Cat's Parametr'EQ Download

Released: July 12, 2012  |  Added: July 12, 2012 | Visits: 834

Blue Cat's Widening Triple EQ Blue Cat's Widening Triple EQ is the "Widening" (Mid/Side) version of the Triple EQ shapeable filter / equalizer: it is a three bands real time semi-parametric mid/side equalizer. It lets you control the low, medium and high gains of the mid (mono) and side (stereo) components of your audio... Platforms: Windows, XP, 2003, Windows Vista, 7, 7x64

License: Freeware Download (669): Blue Cat's Widening Triple EQ Download

Released: December 21, 2012  |  Added: December 21, 2012 | Visits: 900

Blue Cat's Stereo Triple EQ The Blue Cat's Stereo Triple EQ plugin was designed based on Blue Cat's Triple EQ technology: its 3 filters let you to easily equalize the left and right channels of your signal separately. The graphs show you the exact frequency response for each channel, and the included skins let you choose if... Platforms: Windows, XP, Windows Vista, 7, 7x64

License: Freeware Download (894): Blue Cat's Stereo Triple EQ Download

Released: October 10, 2012  |  Added: October 10, 2012 | Visits: 797

Blue Cat's StereoScope Multi Blue Cat's StereoScope Multi was designed to be a unique tool to compare the stereo image of several tracks in real time. It is the ideal solution for mixing: you can actually see which part of the stereo field every single instrument uses. It can also be used to analyze an effect chain and see... Platforms: Windows, XP, Windows Vista, 7, 7x64

License: Freeware Download (728): Blue Cat's StereoScope Multi Download

Released: June 10, 2012  |  Added: June 10, 2012 | Visits: 941

Blue Cat's FreqAnalyst Pro The Blue Cat's FreqAnalyst Pro plugin was designed to be a real time spectrum analyzer with advanced functionalities. It uses the same smooth algorithms as its little brother (the freeware Blue Cat's FreqAnalyst): it has been designed to provide extreme smoothness and high resolution for both... Platforms: Windows, XP, Windows Vista, 7, 7x64

License: Freeware Download (579): Blue Cat's FreqAnalyst Pro Download

Released: December 19, 2012  |  Added: December 19, 2012 | Visits: 730

Blue Cat's FreqAnalyst Blue Cat's FreqAnalyst is a spectrum analyzer that will help you monitor with more exactity The Blue Cat's FreqAnalyst is a spectrum analyzer plug-in that lets you monitor the spectral content of your audio sources real time.the spectral content of your audio signal in real time. It has been... Platforms: Windows, XP, 2003, Windows Vista, 7, 7x64

License: Freeware Download (1032): Blue Cat's FreqAnalyst Download

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

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

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: September 03, 2010 | Visits: 2.150

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: 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: June 07, 2010 | Visits: 1.252

Voody Blue Subtitler Voody Blue Subtitler (aka VBS) is a simple program that allows you to manually synchronize a text file with a video stream, thus creating a subtitles file. Currently, VBS imports text-only files and producesits output in SubRip format. VBS requires GTK+ 2.2 or newer and needs mplayer. Besides... Platforms: *nix

License: Freeware Size: 29.7 KB Download (103): Voody Blue Subtitler 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: October 09, 2010 | Visits: 1.561

The Blue Mango Quest The Blue Mango Quest project is a 3D arcade game that aims to extend the Pacman gameplay. The Blue Mango Quest is a 3D arcade game that uses OpenGL and SDL. The goal is to extend the pacman-style gameplay in several ways. You see what the main character sees (like in traditional FPS games),... Platforms: *nix

License: Freeware Size: 7.4 MB Download (99): The Blue Mango Quest 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

1 2 3 4 5 >