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

Visualize Inc freeware
Filter: All | Freeware | Demo
 

Visualize Inc

1 2 3 4 5 > 
Added: January 21, 2010 | Visits: 1.101

Tree::Visualize Tree::Visualize is a Perl module for visualizing Tree structures. SYNOPSIS use Tree::Visualize; use Tree::Binary; my $tree = Tree::Binary->new("*") ->setLeft( Tree::Binary->new("+") ->setLeft(Tree::Binary->new("2")) ->setRight(Tree::Binary->new("2")) ) ->setRight(...



Platforms: *nix

License: Freeware Size: 15.36 KB Download (206): Tree::Visualize Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 810

Cats Inc Help three cats get to their delicious sausages by solving different physics-based puzzles in Cats Inc! Each of the cats has their own unique abilities that will help you overcome different obstacles and solve the increasingly difficult puzzles. Take on Cats Inc and help these adorable felines...





Platforms: Windows

License: Freeware Size: 17.73 MB Download (515): Cats Inc Download

Added: May 10, 2013 | Visits: 402

Visualize unicode strings If you are processing unicode strings and you want to print the string but run into UnicodeEncodeError all the time, this script shows you some simple steps to visualize unicode strings.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (63): Visualize unicode strings Download

Released: June 30, 2008  |  Added: July 09, 2008 | Visits: 4.102

Disk Space Finder Disk Space Finder helps to visualize your data that is taking up the most space on your computer. This makes it a lot easier to delete anything you no longer need and free up disk space. Disk Space Finder scans your computer to find out all folders that take up the most disk space, and...


Platforms: Windows

License: Freeware Size: 537.41 KB Download (527): Disk Space Finder Download

Added: October 31, 2013 | Visits: 1.182

K3DSurf K3DSurf is a program to visualize and manipulate Mathematical models in three, four, five and six dimensions. K3DSurf supports Parametric equations and Isosurfaces. Features Studying mathematical surfaces with K3DSurf include doing: Interactive visualization with mouse events (Right:...


Platforms: Mac

License: Freeware Size: 1.59 MB Download (115): K3DSurf Download

Added: January 18, 2010 | Visits: 934

RhythmLab RhythmLab is a drum-machine-like program which allows you to compose and visualize polyrhythms (rhythms in which different voices divide a measure into different numbers of beats). RhythmLab was written because I couldnt find any software which would easily let me construct and visualize...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (104): RhythmLab Download

Added: January 18, 2010 | Visits: 1.045

File::PathList File::PathList is a Perl module that can find a file within a set of paths (like @INC or Java classpaths). SYNOPSIS # Create a basic pathset my $inc = File::PathList->new( @INC ); # Again, but with more explicit params my $inc2 = File::PathList->new( paths => @INC, cache => 1, ); #...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (99): File::PathList Download

Added: September 03, 2010 | Visits: 2.146

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: May 22, 2010 | Visits: 704

UDoc UDoc is a tool to visualize some Java classes. UDoc dynamically produces some UML-like diagrams from various sources (Javadoc, Java sources, Java binaries). The diagrams contain a lot of information, and you can easily navigate from classes to classes.. The UDoc project


Platforms: *nix

License: Freeware Size: 491.52 KB Download (87): UDoc Download

Added: January 08, 2010 | Visits: 1.415

Apogee These are drivers for the range of scientific CCD cameras manufactured by Apogee Instruments Inc. The drivers are accompanied by a full GUI interface designed for use in an astronomical environment. The .tgz binary can be installed using the following commands cd / tar -xvzPf...


Platforms: *nix

License: Freeware Size: 22 MB Download (152): Apogee Download

Added: October 07, 2010 | Visits: 917

DrasticTools DrasticTools can be used to visualize table data in a Grid (DrasticGrid) and on a Google Map (DrasticMap). The grid supports pagination, sorting, and in-line editing of data. DrasticTools project is the successor of MySQLPHPGrid. Whats New in This Release: - "showcols", "showcolsnot", and...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (106): DrasticTools Download

Added: September 15, 2010 | Visits: 1.241

Dungeon Inc DungeonInc is a realtime dungeon simulator. The creatures living in the dungeon have their own will and the player can only interact to a certain extend. Dungeon Incs goal is to gather as much valuables in your dungeon as you can. In order to accomplish that, youve to make it as comfortable as...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (129): Dungeon Inc Download

Added: February 13, 2010 | Visits: 1.560

Firelight Filelight creates an interactive map of concentric segmented-rings that helps visualize disk usage on your computer. It is like a pie-chart, but the segments nest, allowing you to see not only which directories take up all your space, but which directories and files inside those directories are...


Platforms: *nix

License: Freeware Size: 522.24 KB Download (105): Firelight Download

Added: November 09, 2010 | Visits: 1.361

SILC Map SILC Map is an utility which can be used to visualize the topology of a SILC network. This project can create maps which indicate the exact global position of the servers and it can create HTML pages out of the information it gathers from the servers. It is also possible to create a HTML map...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (150): SILC Map Download

Added: February 01, 2010 | Visits: 878

Tree::PseudoIncLib Tree::PseudoIncLib is a Perl class for encapsulating a description of pseudo-INC array. ABSTRACT This module encapsulates a perl-type library description data and provides methods for manipulating that data. It is in no way associated with any real @INC array on the system. Instead, it works...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (88): Tree::PseudoIncLib Download

Added: June 15, 2010 | Visits: 987

Tk::NumEntry Tk::NumEntry is a numeric Entry widget with inc. & dec. Buttons. SYNOPSIS use Tk::NumEntry; $parent->NumEntry(?-option=>value, ...?); Tk::NumEntry defines a widget for entering integer numbers. The widget also contains buttons for increment and decrement. Tk::NumEntry supports all the...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (96): Tk::NumEntry Download

Added: January 02, 2010 | Visits: 1.012

Pioneer Rifleman Alpha Pioneer Linux, a product of Technalign, Inc, is a desktop-oriented, Kubuntu-based distribution targeted at new as well as experienced Linux users. Pioneer Linux comes in two flavours: as a freely downloadable live and installation CD, and as a commercial boxed edition with CrossOver Office and...


Platforms: *nix

License: Freeware Size: 754 MB Download (102): Pioneer Rifleman Alpha Download

Released: June 08, 2012  |  Added: June 08, 2012 | Visits: 562

Integrated Genome Browser The Integrated Genome Browser (IGB, pronounced Ig-Bee) is an interactive, zoomable, scrollable software program you can use to visualize and explore genome-scale data sets, such as tiling array data, next-generation sequencing results, genome annotations, microarray designs, and the sequence...


Platforms: Windows

License: Freeware Size: 8.4 MB Download (418): Integrated Genome Browser Download

Released: October 04, 2012  |  Added: October 04, 2012 | Visits: 388

VitaPad VitaPad is a small, easy to use, Java based application, specially designed to offer you a program to help you visualize and analyze pathways. You can use this software not only to visualize biological pathways but also to map experimental data to them. for WindowsAll


Platforms: Windows

License: Freeware Download (452): VitaPad Download

Released: August 13, 2012  |  Added: August 13, 2012 | Visits: 584

HMI-SCADA Graphics Visualization UCCTouch + HMIBuilder + HMIPlayer + HMI OCX UCanCode Software Inc. is a premier provider of Dynamic Graphics, Data Visualization, Human-Machine Interface (HMI) and Real-Time Mapping Solutions for software developers around the world. Its products are used to visualize and control real-time and...


Platforms: Windows

License: Freeware Size: 491.52 KB Download (73): HMI-SCADA Graphics Visualization Download

1 2 3 4 5 >