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

Build Virtual Family Tree freeware
Filter: All | Freeware | Demo
 

Build Virtual Family Tree

< 1 2 3 4 5 
Released: July 15, 2008  |  Added: July 19, 2008 | Visits: 11.868

Free Virtual Serial Ports Emulator VSPE is intended to help software engineers and developers to create/debug/test applications that use serial ports. It is able to create various virtual devices to transmit/receive data. Unlike regular serial ports, virtual devices have special capabilities: the same device can be opened more...



Platforms: Windows

License: Freeware Size: 1.11 MB Download (2463): Free Virtual Serial Ports Emulator Download

Added: August 11, 2008 | Visits: 948

Your Tree YourTree can be used to construct: Family treesDirectories trees - Yes you can now print directories! Brainstorming diagrams TQM Cause and effect diagrams Macro plans Hierarchical decomposition diagrams YourTree is a generic freeware text tree view tool. It supports any number of data fields,...





Platforms: Windows

License: Freeware Size: 89 KB Download (546): Your Tree Download

Released: December 17, 2012  |  Added: January 12, 2013 | Visits: 1.701

Creata-Tree Creata-Tree creates one of the most powerful JavaScript menu trees available for your web site. It comes complete with installation and un-installation. The program has a nice tree view for you to layout items and it's very straightforward. Creata-Tree requires only basic HTML skills. The...


Platforms: Windows

License: Freeware Size: 4.52 MB Download (126): Creata-Tree Download

Added: August 11, 2008 | Visits: 5.893

Outerworlds 3D Virtual Reality Chat Outerworlds is a powerful Virtual Reality 3D Chat experience that lets you visit and interact in fantastic 3D chat worlds built by its users. Are you creative? Would you like to build your own 3D chat world or Virtual Reality game content? Outerworlds 3D Chat may be the place you are looking for,...


Platforms: Windows

License: Freeware Size: 3.8 MB Download (167): Outerworlds 3D Virtual Reality Chat Download

Added: January 18, 2010 | Visits: 1.144

Bio::Tree::NodeNHX Bio::Tree::NodeNHX is a Simple Tree Node with support for NHX tags. SYNOPSIS use Bio::Tree::NodeNHX; my $nodeA = new Bio::Tree::NodeNHX(); my $nodeL = new Bio::Tree::NodeNHX(); my $nodeR = new Bio::Tree::NodeNHX(); my $node = new Bio::Tree::NodeNHX(); $node->add_Descendents($nodeL);...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (114): Bio::Tree::NodeNHX Download

Added: March 16, 2010 | Visits: 883

Virtual Collaboratory Virtual Collaboratory is a directed discussion forum based on Mailman and Smartarchiver that provides for threaded short and long term discussions. Virtual Collaboratory includes a calendaring function, integratation with the Elluminate meeting software, document exchange, version control, a...


Platforms: *nix

License: Freeware Size: 890.88 KB Download (86): Virtual Collaboratory Download

Added: April 01, 2010 | Visits: 975

Tree::BPTree Tree::BPTree is a Perl implementation of B+ trees. SYNOPSIS use Tree::BPTree; # These arguments are actually the defaults my $tree = new Tree::BPTree( -n => 3, -unique => 0, -keycmp => sub { $_[0] cmp $_[1] }, -valuecmp => sub { $_[0] <=> $_[1] }, ); # index the entries in this...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (92): Tree::BPTree Download

Added: November 26, 2010 | Visits: 1.232

Bio::Tree::Compatible Bio::Tree::Compatible is a Perl module for testing compatibility of phylogenetic trees with nested taxa. SYNOPSIS use Bio::Tree::Compatible; use Bio::TreeIO; my $input = new Bio::TreeIO(-format => newick, -file => input.tre); my $t1 = $input->next_tree; my $t2 = $input->next_tree; my...


Platforms: *nix

License: Freeware Size: 5.6 MB Download (94): Bio::Tree::Compatible Download

Added: June 21, 2010 | Visits: 1.157

Module::Build::TestReporter Module::Build::TestReporter is a Perl module to help users report test failures. SYNOPSIS use Module::Build::TestReporter; my $build = Module::Build::TestReporter->new( # normal Module::Build code here ); # or, in your own M::B subclass package My::Module::Build; use Class::Roles...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (90): Module::Build::TestReporter Download

Added: March 21, 2010 | Visits: 2.090

Virtual Machine Viewer Virtual Machine Manager software (virt-manager for short package name) is a desktop user interface for managing virtual machines. The project presents a summary view of running domains and their live performance & resource utilization statistics. A detailed view presents graphs showing...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (120): Virtual Machine Viewer Download

Added: November 06, 2010 | Visits: 2.062

Virtual Machine Manager Virtual Machine Manager (virt-manager for short package name) is a desktop application for managing virtual machines. It presents a summary view of running domains and their live performance & resource utilization statistics. A detailed view presents graphs showing performance & utilization...


Platforms: *nix

License: Freeware Size: 942.08 KB Download (118): Virtual Machine Manager Download

Added: February 26, 2010 | Visits: 1.172

auto-build auto-build is a Perl module that can run automated, unattended software build processes. SYNOPSIS # auto-build [OPTION]... Run build using latest code currently in source control # auto-build --config /etc/auto-build.d/auto-build.conf Run build using code committed prior to 12:30 on Dec...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (106): auto-build Download

Added: March 26, 2010 | Visits: 1.029

Module::Build::JSAN Module::Build::JSAN is a Perl module to build JavaScript modules for JSAN. SYNOPSIS use Module::Build::JSAN; my $build = Module::Build::JSAN->new( module_name => Foo-Bar, license => perl, dist_author => Joe Developer , dist_abstract => Say something pithy here, dist_version => 0.02,...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Module::Build::JSAN Download

Added: March 07, 2010 | Visits: 1.407

dtRdr::GUI::Wx::Tree::Base dtRdr::GUI::Wx::Tree::Base is a base class for sidebar trees. SYNOPSIS init $tree->init($frame); select_item Select the tree item for a given $id. $tree->select_item($id) The id is probably the id of whatever your widget associated with each tree item. Convenience id_or_id...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (105): dtRdr::GUI::Wx::Tree::Base Download

Added: May 22, 2010 | Visits: 1.236

Module::Build::Authoring Module::Build::Authoring are authoring Module::Build modules. When creating a Build.PL script for a module, something like the following code will typically be used: use Module::Build; my $build = Module::Build->new ( module_name => Foo::Bar, license => perl, requires => { perl =>...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (96): Module::Build::Authoring Download

Added: September 13, 2010 | Visits: 1.225

Virtual Cron Virtual Cron is a PHP library that can check whether it is time to run a periodical task. The class can be used to check whether it is time to run a task that must run from time to time. It creates a control file to keep track the last time the task was scheduled. The class can check the...


Platforms: *nix

License: Freeware Download (105): Virtual Cron Download

Added: March 24, 2010 | Visits: 775

gnome-build gnome-build package contains GNOME build framework tools..


Platforms: *nix

License: Freeware Size: 614.4 KB Download (94): gnome-build Download

Added: September 23, 2010 | Visits: 911

HTML::Tree::AboutObjects HTML::Tree::AboutObjects is an article: "Users View of Object-Oriented Modules". SYNOPSIS # This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #17 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (89): HTML::Tree::AboutObjects Download

Added: July 18, 2010 | Visits: 1.386

Virtual Object System The Interreality project is a collection of Open Source, Free Software projects based on the Virtual Object System (VOS) platform. Virtual Object System projects goal is to develop a open platform for multi-user 3D virtual reality games, applications, and interactive, collaborative 3D virtual...


Platforms: *nix

License: Freeware Size: 2.7 MB Download (110): Virtual Object System Download

Added: July 18, 2010 | Visits: 2.064

The 64 bit Virtual CPU Project This is a project to create 64-bit virtual CPU, create a 64 bit assembler for the CPU and then port C to it, and then create scripts to port GNU/Linux to it. The aim is to run 64-bit Linux on common 8/16/32 bit CPUs in applications where speed is not an issue. Whats New in This Release: -...


Platforms: *nix

License: Freeware Size: 686.08 KB Download (165): The 64 bit Virtual CPU Project Download

< 1 2 3 4 5