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

Download Family Tree freeware
Filter: All | Freeware | Demo
 

Download Family Tree

< 1 2 3 4 5 
Added: August 26, 2010 | Visits: 1.503

Download Sentinel++ Download Sentinel++ is an Anti-leech, download limiter / file manager, that uses tokens to verify downloads instead of HTTP_REFERER or IP which can be spoofed or changed. The install is as painless as possible with only one file to upload and execute. The install automatically creates the...



Platforms: *nix

License: Freeware Size: 143.36 KB Download (108): Download Sentinel++

Added: January 12, 2010 | Visits: 6.804

Download Manager Download Manager project is a GNOME download manager. Download Manager (also known as downman) is a suite of programs that assist with downloading files. It features a GNOME 2 GUI. Download Manager suite downmand: a daemon that takes care of downloading files downman: a command line client...





Platforms: *nix

License: Freeware Size: 174.08 KB Download (962): Download Manager

Added: November 05, 2010 | Visits: 811

Tree::XPathEngine Tree::XPathEngine is a re-usable XPath engine. This module provides an XPath engine, that can be re-used by other module/classes that implement trees. It is designed to be compatible with Class::XPath, ie it passes its tests if you replace Class::XPath by Tree::XPathEngine. This code is a...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (89): Tree::XPathEngine Download

Added: January 21, 2010 | Visits: 1.096

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

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

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: July 03, 2010 | Visits: 1.508

Ports Tree Explorer Ports Tree Explorer (PTE) is a small tool that allows you to navigate through your /usr/ports tree, showing you information about a selected port, tree view, software categories (/usr/ports main dirs) and finally allows you to install a selected port using childs for the installation. PTE...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (103): Ports Tree Explorer Download

Added: May 09, 2010 | Visits: 1.170

Relations::Family Relations::Family is a DBI/DBD::mysql Relational Query Engine module. SYNOPSIS # DBI, Relations::Family Script that creates some queries. #!/usr/bin/perl use DBI; use Relations::Family; $dsn = "DBI:mysql:finder"; $username = "root"; $password = ; $dbh =...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (92): Relations::Family Download

Added: September 23, 2010 | Visits: 1.170

HTML::Tree::Scanning HTML::Tree::Scanning contains an article: "Scanning HTML". SYNOPSIS # This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #19 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This document...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (93): HTML::Tree::Scanning Download

Added: May 06, 2010 | Visits: 934

HTML::Tree::AboutTrees HTML::Tree::AboutTrees is a article on tree-shaped data structures in Perl. This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #18 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (91): HTML::Tree::AboutTrees Download

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 1.409

B::Tree B::Tree is a simplified version of B::Graph for demonstration. SYNOPSIS perl -MO=Tree program | dot -Tps > tree.ps This is a very cut-down version of B::Graph; it generates minimalist tree graphs of the op tree of a Perl program, merely connecting the op nodes and labelling each node with...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (100): B::Tree Download

Added: February 01, 2010 | Visits: 874

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

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: June 12, 2010 | Visits: 1.235

XML Tree Object Model Parser XML Tree Object Model Parser is an easy to use XML parser designed to provide an easy and simple to use library for parsing XML configuration files. It is split into two components. The first one is the Parser itself, which uses J2SE 1.4 XML Parsing API, and the second one is what I call XML...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (110): XML Tree Object Model Parser Download

Added: January 10, 2010 | Visits: 971

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

Added: October 27, 2010 | Visits: 1.829

dl Download Ticket Service dl Download Ticket Service project is a minimalist and rough download ticket service with automatic expiration, written in PHP. Ive been using this service as an email-attachment replacement for my company, but there are no plans on extending it. It will remain minimal: no fancy features, just...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): dl Download Ticket Service

Released: December 19, 2015  |  Added: January 07, 2016 | Visits: 8.159

MP3 Rocket Download MP3 Rocket Download, the best free music download software, allows you to listen to music online with no limits, enjoy over 100 million MP3 including recommended hot songs weekly and list of music through all categories, search and download high-quality songs which are upto 320kps bitrate for...


Platforms: Windows, Windows 7

License: Freeware Size: 5.95 MB Download (1140): MP3 Rocket Download

Released: February 22, 2011  |  Added: March 21, 2011 | Visits: 3.299

Free Fox MP3 Download Free Fox MP3 Download the fastest download software for free mp3 music downloads, movies and torrent. Award winning software providing the smartest and fastest access to millions of songs, MP3s, movies, TV shows, live video channels and games. Free Fox combines powerful technologies with...


Platforms: Windows, Other

License: Freeware Size: 8.91 MB Download (232): Free Fox MP3 Download

Released: August 09, 2011  |  Added: September 11, 2011 | Visits: 1.289

DownloadX Activex Download Control DownloadX ActiveX Download Control is an FREE ActiveX control used to download files from the Internet/Intranet. To speed up the downloading process, DownloadX will split each file into several segments and download each file segment in a separate thread at the same time. In cases when connection...


Platforms: Windows

License: Freeware Size: 2.75 MB Download (140): DownloadX Activex Download Control

Released: January 10, 2012  |  Added: January 31, 2012 | Visits: 1.573

Auto FTP Manager Download Auto FTP Manager,powerful FTP client with support for FTP and FTP/SSL. Use it for web site publishing and maintenance, uploading and downloading files and backing up servers. With Auto FTP Manager file transfer tasks take less time and less effort. Schedule file transfers to take place...


Platforms: Windows, Other

License: Freeware Size: 4.37 MB Download (117): Auto FTP Manager Download

< 1 2 3 4 5