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

Decision Tree Tools freeware
Filter: All | Freeware | Demo
 

Decision Tree Tools

< 1 2 3 4 5 > 
Added: March 25, 2010 | Visits: 1.437

firmware-tools firmware-tools is an architecture that utilizes native Linux packaging formats (.rpm and .deb) and native Linux change management frameworks (yum, apt, etc) for delivering and installing system firmware. firmware-tools architecture is OS distribution, hardware vendor, device, and change...



Platforms: *nix

License: Freeware Download (164): firmware-tools Download

Added: February 08, 2010 | Visits: 1.065

Role Playing Tools Role Playing Tools extends the pen and paper role playing tabletop to the computer by providing a die rolling tool with a full expression language including Javascript functions, tabbed rolling bars, quick summation features, and the ability to save and restore sessions. There is also a client...





Platforms: *nix

License: Freeware Size: 2.4 MB Download (104): Role Playing Tools Download

Added: November 05, 2010 | Visits: 815

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: February 17, 2010 | Visits: 1.029

TeleAuth Client Tools TeleAuth Client Tools are a set of Unix tools for the TeleAuth two-factor/two-channel authentication system. This includes a commandline client and a set of PAM modules. It also enables out-of-the-box two-factor authentication on Linux, Mac OS X, and Windows machines. These tools can be used...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (91): TeleAuth Client Tools Download

Added: May 12, 2010 | Visits: 2.461

Pinger Network Tools Pinger Network Tools is a simple frontend for ping, netstat, traceroute and whois. My first ever Kommander script that I did in an effort to learn the Kommander scripting engine/style and to have something useful. Built with Kommander Editor 1.2. Pinger Network Tools KDE-Apps.org Community...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (142): Pinger Network Tools Download

Added: November 29, 2013 | Visits: 3.311

Bandwidth Management Tools Bandwidth Management Tools is a total bandwidth management solution for Linux and can be used for firewalling, traffic graphing, and shaping. It is not based on any currently-available bandwidth management software some ver advanced features.


Platforms: *nix

License: Freeware Size: 501.76 KB Download (323): Bandwidth Management Tools Download

Added: February 13, 2010 | Visits: 885

anyfs-tools anyfs-tools is a unix-way toolset for recovering and converting filesystems. SYNOPSIS build_it [-qvV] directory inode_table anysurrect [-b blocksize] [-i input_inode_table] [-p path_prefix] [-u file_umask] [-U dir_umask] [-qvV] device inode_table reblock [-nqvV] inode_table device...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (100): anyfs-tools Download

Added: June 02, 2010 | Visits: 931

gettext lint tools The gettext lint tools is a collection of tools for checking the validity, consistency and spelling of PO and POT files. The project also includes an experimental glossary building tool..


Platforms: *nix

License: Freeware Size: 143.36 KB Download (100): gettext lint tools Download

Added: June 18, 2010 | Visits: 1.034

Search::Tools::RegExp Search::Tools::RegExp is a Perl module to build regular expressions from search queries. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); # the word itself printf("the word is %sn",...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (102): Search::Tools::RegExp Download

Added: October 11, 2010 | Visits: 1.172

Search::Tools::RegExp::Keywords Search::Tools::RegExp::Keywords is a Perl module to access regular expressions for keywords. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); } Search::Tools::RegExp::Keywords provides...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (98): Search::Tools::RegExp::Keywords Download

Added: April 17, 2010 | Visits: 1.425

Search::Tools::Keywords Search::Tools::Keywords is a Perl module to extract keywords from a search query. SYNOPSIS use Search::Tools::Keywords; use Search::Tools::RegExp; my $query = the quick fox color:brown and "lazy dog" not jumped; my $kw = Search::Tools::Keywords->new( stopwords => the, and_word => and,...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (94): Search::Tools::Keywords Download

Added: October 19, 2010 | Visits: 1.239

Network UPS Tools Network UPS Tools is a collection of programs which provide a common interface for monitoring and administering UPS hardware. Network UPS Tools uses a layered approach to connect all of the parts. Drivers are provided for a wide assortment of equipment. They understand the specific language of...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (135): Network UPS Tools Download

Added: January 21, 2010 | Visits: 1.101

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

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

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: August 05, 2010 | Visits: 811

ax25-tools The ax25-tools package contains the tools that you need to get going with AX.25 for Linux. AX.25 is a network protocol that is used by hamradio operators across packet radio wireless links. AX.25 is a network protocol that is used for wireless packet networks. Generally when you want to use a...


Platforms: *nix

License: Freeware Size: 256 KB Download (98): ax25-tools Download

Added: February 21, 2010 | Visits: 963

system-tools-backends system-tools-backends is a package for GNOME. to extract the configuracion backend --get to restore the configuration from XML backend --set < file.xml.


Platforms: *nix

License: Freeware Size: 522.24 KB Download (94): system-tools-backends Download

Added: October 15, 2010 | Visits: 1.715

Web-tools Web-tools provides various tools which assist in adminstering a server. Web-tools is a package that contains 15 shell scripts for use in administering UNIX servers. These tools make it easy to add and remove: VirtualHosts on Apache Web server, users on ProFTPD server, and primary/secundary...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (103): Web-tools Download

Added: November 03, 2010 | Visits: 906

xen-tools xen-tools project is a collection of scripts which allow you to manipulate virtual images for the Xen virtualization software. With the tools installed, you may create new instances of Debian, complete with networking, OpenSSH, and user accounts, with one simple command. Images may also be...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (116): xen-tools Download

< 1 2 3 4 5 >