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

Green Tree Frog freeware
Filter: All | Freeware | Demo
 

Green Tree Frog

1 2 3 4 5 > 
Released: December 29, 2014  |  Added: December 31, 2014 | Visits: 490

Tree Decoration What type of Christmas tree should they pick for this year, a traditional green one or try something new with a pink and fun Christmas tree! The pink one is an excellent choice for girls who love pink and who like to try new things, and the green tree is a must for traditional Christmas lovers....



Platforms: Windows, Windows 7

License: Freeware Size: 824.62 KB Download (40): Tree Decoration Download

Released: September 02, 2012  |  Added: September 02, 2012 | Visits: 412

Amazing Tree Free Screensaver Transfer yourself to the far highland country towards the wild and beatiful spring nature. Watch on amazing quiet mountain lake and old green tree growing at the midst of it. Enjoy the spring world full of natural sounds, flavors and spring magic. Dive deep in this peace and relaxing reality....





Platforms: Windows, Edition 2005,Edition 2005

License: Freeware Size: 1.95 MB Download (44): Amazing Tree Free Screensaver Download

Released: November 01, 2010  |  Added: November 04, 2010 | Visits: 3.779

Magic Tree 3D Screensaver Imagine beautiful quiet lake among the green mountains. The very old oak tree grows on the small island at the midst of the water. This is the Magic Tree. Only one night of the year the strange appealing halo surrounds it, emitting colourful sparkles. This night Magic Tree grants the wishes of...


Platforms: Windows

License: Freeware Size: 1.95 MB Download (526): Magic Tree 3D Screensaver Download

Added: August 16, 2013 | Visits: 551

goo Green Label for Linux goo Green Label is a Firefox extension that adds "goo tree" toolbar icon, the symbol of your contribution to environmental conservation. Moreover, your Firefox becomes green. See the following pages for details: About goo Green Label http://green.goo.ne.jp/info_en/ goo Green Label - Firefox...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): goo Green Label for Linux Download

Added: August 11, 2008 | Visits: 1.369

A Tree for all Seasons A beautiful tree grows up from the green, green grass towards the sky, sprouting leaves in spring. As the season passes to autumn the leaves turn brown and fall to the ground, leaving a bare tree in winter, only for it to fade way and be replaced by a new year tree for a new year. The leaf and...


Platforms: Windows

License: Freeware Size: 1.1 MB Download (131): A Tree for all Seasons Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 773

Free Christmas Tree 3D Screensaver A Christmas Tree is the most indispensable attribute associated with the celebration of Christmas. It's difficult to imagine this wonderful holiday without the green beauty with Christmas lights and colorful ornaments on it. This amazing Christmas Tree 3D Screensaver will decorate your screen for...


Platforms: Windows

License: Freeware Size: 5.7 MB Download (54): Free Christmas Tree 3D Screensaver Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 433

Happy Tree Icons Happy Tree Icons is a set of four colorful tree icons to green your desktop!


Platforms: Mac

License: Freeware Size: 617 MB Download (49): Happy Tree Icons Download

Released: January 02, 2003  |  Added: June 09, 2006 | Visits: 2.969

Frog Puzzle Looking for an easy and cute game for your leisure? Frog Puzzle is an animated jigsaw puzzle for your entertainment! The game features colorful graphics and fun, easy gameplay. You can assemble pieces while animation moves or rotates them the way you like. Isn't it a challenge? If it is too...


Platforms: Windows

License: Freeware Size: 880 KB Download (513): Frog Puzzle Download

Added: November 01, 2006 | Visits: 4.086

Legacy Family Tree Legacy Family Tree is an award winning full-featured professional genealogy program that helps you track, organize, print, and share your family history. The program is free and has no restrictions. (A Deluxe Edition is also available.) The user interface is easy-to-use and is always...


Platforms: Windows

License: Freeware Size: 17 KB Download (301): Legacy Family 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: January 18, 2010 | Visits: 1.146

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: 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: February 05, 2010 | Visits: 2.741

XHTML Family Tree Generator XHTML Family Tree Generator project is a CGI Perl script together with some Perl modules that will create views of a family tree from a supplied data file. The data file is a simple text or Excel file listing the family members, parents, and other details. It is possible to show a tree of...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (290): XHTML Family Tree Generator 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: September 23, 2010 | Visits: 913

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: November 22, 2010 | Visits: 891

Bio::Tree::DistanceFactory Bio::Tree::DistanceFactory is a Perl module to construct a tree using distance based methods. SYNOPSIS use Bio::Tree::DistanceFactory; use Bio::AlignIO; use Bio::Align::DNAStatistics; my $tfactory = Bio::Tree::DistanceFactory->new(-method => "NJ"); my $stats =...


Platforms: *nix

License: Freeware Size: 5.6 MB Download (95): Bio::Tree::DistanceFactory 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: November 05, 2010 | Visits: 814

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 (95): Tree::XPathEngine Download

Added: April 10, 2010 | Visits: 2.031

Green On Black Green On Black is the adaptation for KDE 3.5.x of the "Green On Black" theme from KDE 3.2.. Green On Black KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens K-Jofol IceWM Kaiman News Forum GUI Polls Links Downloads GTK...


Platforms: *nix

License: Freeware Size: 686.08 KB Download (153): Green On Black Download

1 2 3 4 5 >