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

Goose Feather Trees freeware
Filter: All | Freeware | Demo
 

Goose Feather Trees

1 2 3 4 5 > 
Added: April 11, 2010 | Visits: 953

XML::Handler::Trees XML::Handler::Trees is a PerlSAX handlers for building tree structures. SYNOPSIS use XML::Handler::Trees; use XML::Parser::PerlSAX; my $p=XML::Parser::PerlSAX->new(); my $h=XML::Handler::Tree->new(); my $tree=$p->parse(Handler=>$h,Source=>{SystemId=>file.xml}); my...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): XML::Handler::Trees Download

Added: October 04, 2010 | Visits: 773

Goose Goose allows you to search Google from the command line. You run Goose, giving it your list of search terms, and it presents a list of search results using an easy to navigate Curses display in your terminal. You can then select a search result to open in your web browser. Goose uses Googles...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (98): Goose Download

Released: March 16, 2010  |  Added: March 27, 2010 | Visits: 1.393

Golden Trees Screensaver Want to enjoy nature? Feel like a light breeze blowing your face. Look on the golden ears of trees and tranquil lake. Clouds floating in the sky will send you far away from the pressing problems. All you need is to download a free screensaver Golden trees. Mountains in the background will tell...


Platforms: Windows

License: Freeware Size: 2.4 MB Download (96): Golden Trees Screensaver Download

Released: October 03, 2012  |  Added: October 03, 2012 | Visits: 1.173

Feather Contact Feather Contact is a lightweight and easy to use application that allows you to keep all your Contacts organized. Have all your Contacts listed in Feather Contact and find them easily. If you already use Google Contacts, for example, you can import all your contacts into a Feather Contact...


Platforms: Windows, Windows Vista, XPX64, 7, 7x64

License: Freeware Download (52): Feather Contact Download

Released: December 23, 2012  |  Added: December 23, 2012 | Visits: 498

Free Trees Screensaver Free screensaver with amazing images of unique and beautiful trees. It is completely adware and spyware free and is yours to keep forever. You also get free updates for life.


Platforms: Windows

License: Freeware Size: 28.9 MB Download (56): Free Trees Screensaver Download

Added: May 10, 2013 | Visits: 591

Mandelbrot/Frame Binary Fractal Trees This script generates Mandelbrot/Frame's fractal trees in Python. Given an iteration depth, a trunk length, and a branching angle, this algorithm generates the corresponding tree. PIL is used to draw the tree. Requirements: - Python Image Library


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

License: Freeware Download (63): Mandelbrot/Frame Binary Fractal Trees Download

Added: August 28, 2013 | Visits: 584

Random Projection Trees Random Projection Trees is a recursive space partitioning datastructure which can automatically adapt to the underlying (linear or non-linear) structure in data. It has strong theoretical guarantees on rates of convergence and works well in practice.


Platforms: *nix

License: Freeware Size: 409.6 KB Download (38): Random Projection Trees Download

Added: February 09, 2006 | Visits: 2.248

7art Glorious Trees ScreenSaver Trees take the light from the Sun and convert it into Oxygen to let us breathe. 7art Glorious Trees screensaver brings you 21 fabulous photos of beautiful trees around the globe. Fill the air near your desktop with fresh oxygen of Glorious Trees! Wallpaper manager that comes with the screensaver...


Platforms: Windows

License: Freeware Size: 3.8 MB Download (104): 7art Glorious Trees ScreenSaver Download

Released: September 03, 2012  |  Added: September 03, 2012 | Visits: 471

Splendid Trees screensaver Trees take the light from the Sun and convert it into Oxygen to let us breathe. Splendid Trees screensaver brings you fabulous photos of beautiful trees around the globe. Fill the air near your desktop with fresh oxygen of Splendid Trees!


Platforms: Windows

License: Freeware Size: 3.93 MB Download (44): Splendid Trees screensaver Download

Added: May 11, 2006 | Visits: 3.103

XMasMan The SuperHero from SuperSaver returns in disguise in this cosy XMas screensaver, disguised as Santa, popping up from a screen full of Xmas trees. Optional snow, 47 songs to pick from and the new Xmas Joy option bring Christmas to your desktop. You can start with plain or snowy trees, or let...


Platforms: Windows

License: Freeware Size: 1018 KB Download (120): XMasMan Download

Added: August 13, 2008 | Visits: 1.162

7art Jolly Birds ScreenSaver Jolly Birds screen saver brings you beautiful birds flying in the sky, walking on the ground, sitting on the trees and swimming in the water. You will see eagle, hawk, stork, swan, pigeon, gull, goose, pelican, thrush and few exotic amazing birds. Fly your spirits high in the sky with these free...


Platforms: Windows

License: Freeware Size: 4.33 MB Download (98): 7art Jolly Birds ScreenSaver 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: June 02, 2010 | Visits: 1.534

Template::Tools::ttree Template::Tools::ttree module can process entire directory trees of templates. SYNOPSIS ttree [options] [files] The ttree script is used to process entire directory trees containing template files. The resulting output from processing each file is then written to a corresponding file in a...


Platforms: *nix

License: Freeware Size: 768 KB Download (102): Template::Tools::ttree 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: November 27, 2010 | Visits: 1.322

Markup::MatchTree Markup::MatchTree is a Perl module for building trees to be compared to Markup::Trees. SYNOPSIS use Markup::MatchTree; my $match_tree = Markup::MatchTree->new( no_squash_whitespace => @same_as_I_used_for_Markup__Tree); $match_tree->parse_file (http://localhost/site_template.xml); Most...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (89): Markup::MatchTree Download

Added: November 17, 2010 | Visits: 1.117

CQL::Parser CQL::Parser is a Perl module that compiles CQL strings into parse trees of Node subtypes. SYNOPSIS use CQL::Parser; my $parser = CQL::Parser->new(); my $root = $parser->parse( $cql ); CQL::Parser provides a mechanism to parse Common Query Language (CQL) statements. The best description of...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (102): CQL::Parser Download

Added: April 03, 2010 | Visits: 1.428

EVP dirdiff EVP dirdiff recursively compares two directory trees using message digest (hash), e.g. MD5.. Get EVP dirdiff at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. Recursively compare two directory trees using message digest (hash)....


Platforms: *nix

License: Freeware Size: 82.94 KB Download (191): EVP dirdiff Download

Added: January 21, 2010 | Visits: 871

Baobab Baobab is a C/gtk+ application to analyse directory trees in any Gnome environment. Baobab can easily draw either the whole filesystem tree, or a specific user-requested directory branch. Baobab has been tested on an Ubuntu Linux version 05.04, but as it only relies on gtk2 libraries, it can be...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (110): Baobab Download

Added: April 04, 2010 | Visits: 783

findmp3 findmp3 is a program that searches through directory trees for mp3-files. This information is retrieved from the id3(v2) tags in an mp3-file. The syntax of the commandline is very similar to that of the find command. Whats New in This Release: - added -x switch which lets findmp3 continue...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (88): findmp3 Download

Added: August 05, 2010 | Visits: 1.462

AI::DecisionTree AI::DecisionTree is Perl module for automatically Learns Decision Trees. SYNOPSIS use AI::DecisionTree; my $dtree = new AI::DecisionTree; # A set of training data for deciding whether to play tennis $dtree->add_instance (attributes => {outlook => sunny, temperature => hot, humidity =>...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (170): AI::DecisionTree Download

1 2 3 4 5 >