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

Dhtml Tree Widget software
Filter: All | Freeware | Demo
 

Dhtml Tree Widget

< 1 2 3 4 5 > 
Added: April 13, 2010 | Visits: 1.140

Curses::UI::Widget Curses::UI::Widget is a base class for all widgets. CLASS HIERARCHY Curses::UI::Widget - base class SYNOPSIS This class is not used directly by somebody who is building an application using Curses::UI. Its a base class that is expanded by the Curses::UI widgets. See WIDGET STRUCTURE below... Platforms: *nix

License: Freeware Size: 143.36 KB Download (103): Curses::UI::Widget Download

Added: November 05, 2010 | Visits: 816

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: January 21, 2010 | Visits: 1.102

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

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

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

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: September 23, 2010 | Visits: 1.176

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

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

Added: August 19, 2010 | Visits: 987

HTML::Widget HTML::Widget is a Perl module with HTML Widget And Validation Framework. SYNOPSIS use HTML::Widget; # Create a widget my $w = HTML::Widget->new(widget)->method(get)->action(/); # Add a fieldset to contain the elements my $fs = $w->element( Fieldset, user )->legend(User Details); # Add... Platforms: *nix

License: Freeware Size: 67.58 KB Download (94): HTML::Widget Download

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

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

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: May 17, 2010 | Visits: 2.084

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: October 13, 2010 | Visits: 1.181

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

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

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: November 04, 2010 | Visits: 1.180

HTML::Widget::DBIC HTML::Widget::DBIC is a subclass of HTML::Widgets for dealing with DBIx::Class. SYNOPSIS # create a widget coupled with a db record my $widget = HTML::Widget::DBIC->create_from_config( $config, $resultset, $item ); # process a query my $result = $widget->process ( $query ); # and save... Platforms: *nix

License: Freeware Size: 19.46 KB Download (96): HTML::Widget::DBIC Download

Added: January 25, 2010 | Visits: 1.256

eBay Widget eBay Dashboard Widget is an international eBay search bar with a pull-out tray of the last 12 things other users have searched for with the widget. It also stores the last 10 searches you made in its history. There is a minimize button in the top right corner which will minimize the window to the... Platforms: Mac

License: Freeware Download (97): eBay Widget Download

Added: January 25, 2010 | Visits: 1.343

Slideshow Widget Slideshow Widget is a Dashboard widget that displays a series of images that can be presentated as a presentation along with hyperlinks to specific web pages.Right-click (control click) the widget and select "Show package contents." Then double click the Photos folder and copy your own images... Platforms: Mac

License: Freeware Download (122): Slideshow Widget Download

Added: January 25, 2010 | Visits: 1.123

BARTsmart BART Widget The BARTsmart BART Widget displays real-time BART train schedules and news at a glance, so you always know when the next trains depart and arrive. This BART widget is perfect for everyone who rides BART, commuters and casual riders alike. BART schedules are updated in real-time, so youlre always... Platforms: Mac

License: Freeware Download (106): BARTsmart BART Widget Download

Added: January 25, 2010 | Visits: 955

Nucleic Acid Nomenclature Widget The Nucleic Acid Nomenclature is a Dashboard widget that displays general information on nucleic acids (symbol, meaning, complement and origin of designation) conformed with the IUPAC-IUB recommandations. Platforms: Mac

License: Freeware Download (107): Nucleic Acid Nomenclature Widget Download

< 1 2 3 4 5 >