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

My Family Tree freeware
Filter: All | Freeware | Demo
 

My Family Tree

< 1 2 3 4 5 > 
Added: June 22, 2010 | Visits: 1.475

Tree::Simple::View::DHTML Tree::Simple::View::DHTML is a Perl class for viewing Tree::Simple hierarchies in DHTML. SYNOPSIS use Tree::Simple::View::DHTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::DHTML->new($tree); ## more complex examples #...



Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Tree::Simple::View::DHTML Download

Added: May 17, 2010 | Visits: 2.080

Tree::Simple::View::HTML Tree::Simple::View::HTML is a Perl class for viewing Tree::Simple hierarchies in HTML. SYNOPSIS use Tree::Simple::View::HTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::HTML->new($tree); ## more complex examples # use the...





Platforms: *nix

License: Freeware Size: 22.53 KB Download (110): Tree::Simple::View::HTML 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: April 11, 2010 | Visits: 1.018

Bio::Tree::Tree Bio::Tree::Tree is an implementation of TreeI interface. SYNOPSIS # like from a TreeIO my $treeio = new Bio::TreeIO(-format => newick, -file => treefile.dnd); my $tree = $treeio->next_tree; my @nodes = $tree->get_nodes; my $root = $tree->get_root_node; This object holds handles to Nodes...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (142): Bio::Tree::Tree Download

Added: January 21, 2010 | Visits: 1.100

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

Added: August 26, 2010 | Visits: 1.907

Tree::Binary Tree::Binary is a Object Oriented Binary Tree for Perl. SYNOPSIS use Tree::Binary; # a tree representaion of the expression: # ((2 + 2) * (4 + 5)) my $btree = Tree::Binary->new("*") ->setLeft( Tree::Binary->new("+") ->setLeft(Tree::Binary->new("2")) ->setRight(Tree::Binary->new("2"))...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (326): Tree::Binary Download

Added: August 27, 2010 | Visits: 816

Tree::Simple::SAX Tree::Simple::SAX is a set of classes for using Tree::Simple with XML. SYNOPSIS use Tree::Simple::SAX; use XML::SAX::ParserFactory; my $handler = Tree::Simple::SAX::Handler->new(Tree::Simple->new()); my $p = XML::SAX::ParserFactory->parser(Handler => $handler); $p->parse_string(...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Tree::Simple::SAX 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: October 13, 2010 | Visits: 1.179

Tree::Binary::Search Tree::Binary::Search is a binary search tree for Perl. SYNOPSIS use Tree::Binary::Search; my $btree = Tree::Binary::Search->new(); $btree->useNumericComparison(); $btree->insert(5 => "Five"); $btree->insert(2 => "Two"); $btree->insert(1 => "One"); $btree->insert(3 => "Three");...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (253): Tree::Binary::Search Download

Added: January 10, 2010 | Visits: 975

Tree::Numbered Tree::Numbered is a thin N-ary tree structure with a unique number for each item. SYNOPSYS use Tree::Numbered; my $tree = Tree::Numbered->new(John Doe); $tree->append(John Doe Jr.); $tree->append(Marry-Jane Doe); while (my $branch = $tree->nextNode) { $branch->delete if...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (105): Tree::Numbered Download

Released: November 22, 2012  |  Added: November 22, 2012 | Visits: 533

Excel2GED-family.xls This Excel file features the ability to convert Excel data into the genealogy standard, gedcom format including the ability to specify family relationships. Gedcom generation is initiated with a push of a VBA coded macro button. Excel2GED-family distinguishes itself from other Excel2gedcom...


Platforms: Windows, Edition 2005,Edition 2005

License: Freeware Size: 80 KB Download (61): Excel2GED-family.xls Download

Released: December 01, 2012  |  Added: December 01, 2012 | Visits: 427

Family Connections Family Connections is a private social networking website designed specifically for families to be as easy to use as possible. Key features are: message board, photo gallery, family tree, calendar, blog, chat room, address book and more.


Platforms: Windows, Mac, Linux

License: Freeware Size: 3.08 MB Download (54): Family Connections Download

Added: October 15, 2010 | Visits: 931

dtRdr::GUI::Wx::SearchTree dtRdr::GUI::Wx::SearchTree is a Perl module that can display search results as a tree. SYNOPSIS Methods book_root Create a root for the book. $tree->book_root($book); When were displaying multiple books, this will not be the root of the tree? want_item $item =...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (92): dtRdr::GUI::Wx::SearchTree Download

Added: August 20, 2008 | Visits: 1.422

GenealogyJ GenealogyJ is a viewer and editor for genealogic data, suitable for hobbyist, family historian and genealogy researcher. GenJ supports the Gedcom standard, is written in Java and offers family tree, table, timeline views and more. GenJ is free, Open Source, software so it can be redistributed...


Platforms: Any + JRE1.4+

License: Freeware Size: 8 MB Download (590): GenealogyJ Download

Released: September 02, 2008  |  Added: September 10, 2008 | Visits: 2.376

TurtleTed Memory Album You are parent of a newborn and want to save the precious memories of those most important moments. With TurtleTed's Memory Album it's free and easier than ever! Unlike albums and memory books in paper, you can easily share your memory book created with Memory Album with your friends and family...


Platforms: Windows

License: Freeware Size: 244.14 KB Download (641): TurtleTed Memory Album Download

Released: January 04, 2010  |  Added: February 03, 2010 | Visits: 1.878

Axalot backup software Why is Axalot better than a virtual safe? Virtual safes require manual backup, Axalot brings you an automated backup solution. You have nothing to do once you've installed the software. Where is my data stored? The Axalot automatic online backup solution keeps your data on our secure...


Platforms: Windows

License: Freeware Size: 18.68 KB Download (112): Axalot backup software Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 526

MacFamilyTree for Mac OS Makes it easy to enter and then visualize your family history. Be it creating reports, diagrams or browsing your data in the innovative 3D view called Virtual Tree - MacFamilyTree offers a solution for every task. Get an overview of where you hail from and maybe enthuse your relatives about...


Platforms: Mac

License: Freeware Size: 60 MB Download (462): MacFamilyTree for Mac OS Download

Added: June 17, 2013 | Visits: 355

PhpGedView for Scripts PhpGedView is a revolutionary genealogy program which allows you to view and edit your genealogy on your website.PhpGedView has full editing capabilities, full privacy functions, can import from GEDCOM files, and supports multimedia like photos and document images.PhpGedView also simplifies the...


Platforms: PHP

License: Freeware Size: 4.06 MB Download (49): PhpGedView for Scripts Download

Added: November 21, 2013 | Visits: 409

Kintraks Animal Breeder Kintraks Kintraks is an animal record system which is useful for any breeder or animal enthusiast. Simply enter the species and breed to customise it to any animal of your choice. Use a variety of storage options and functions to enhance and simplify your animal breeding and record keeping. * Use the...


Platforms: *nix

License: Freeware Size: 7.23 MB Download (40): Kintraks Animal Breeder Kintraks Download

Added: June 20, 2013 | Visits: 578

Web Gedcom Viewer Web Gedcom Viewer is a full Web-based Gedcom viewer that uses MySQL or SQLite on the backend and Perl as the frontend with templates for easy HTML manipulation. Gedcom files are in the standard format exported by family tree/genealogy applications.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (47): Web Gedcom Viewer Download

< 1 2 3 4 5 >