Tag «thread tree»: downloads
Search results for «thread tree»:
Mail::Thread::Chronological 1.22 by Richard Clamp
Mail::Thread::Chronological can rearrange Mail::Thread::Containers into a Chronological structure.
SYNOPSIS
use Mail::Thread;
use Mail::Thread::Chronological;
my $threader = Mail::Thread->new( @messages );
my $lurker = Mail::Thread::Chronological->new;
$threader->thread;
for m…
JDumpViewer 0.2 by Scott Bartram
JDumpViewer is a tool for analyzing Java thread dumps.
ToDo:
General
detect and handle parse exceptions - display info to user
add options to compare - select which fields to compare
add a new view to show threads as tree nodes and dump number as leaf node
use graphviz to display lock…
Bio::Tree::Tree 1.4 by Jason Stajich
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 objec…
TDA 1.1 by irockel
TDA goal is to provide a small utility helping offline analysis of production enviroments like application servers.
There is a quite nice Thread Dump Analysis Tool for Websphere environments but which only works with IBM JDKs. Motivation for this little tool was to have something similar for Sun…
Bio::Tree::NodeNHX 1.4 by Aaron Mackey
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_…
NewsBro 2.4.0 by Michael Bergknoff
NewsBro project is a web application providing usenet news service. It provides support for multiple users accessing multiple news groups via multiple news servers.
Here are some key features of "NewsBro":
web-based Usenet access
full-featured news reader
multi-user access with individual…
Tree::Simple::SAX 0.01 by Stevan Little
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_…
Tree::Numbered 2.02 by Yosef Meller
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 (…
libcontain 0.2 Alpha1 by Ronald Landheer-Cieslak
libcontain library provides a large and growing number of fast and thread-safe containter objects written in C and C++.
The libcontain library now provides the following container types:
a series of hash tables libcontain includes the hash table implementation from GNU glib and a hash implementat…
Inter-Thread Communication 1.1.3 by Charles Samuels
Inter-Thread Communication (ITC) aims to make it exceedingly easy to call functions in other threads.
The lexer does all the work, so just run the lexer on your headers, then call the stub functions.
In addition, it also provides a complete threading API, with the four threading primitives and…
PrIMETV 1.5.2 by Lars Arvestad
PrIMETV project is a program that can visualize tree-within-tree phenomena such as gene/species tree reconciliations.
Output can be given in a range of formats, e.g. PostScript, Fig, and SVG. Thus, it is possible to easily edit the final illustration in many available drawing programs.
PrIMETV…
Tree::BPTree 1.07 by Andrew Sterling Hanenkamp
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] }…
lisp-network-server 0.3 by Alexander Schreiber
lisp-network-server is a simple framework for writing Common Lisp network applications.
lisp-network-server framework takes care of listening on the network, accepting the connection and starting a new thread with handler functions of your network aware application.
Requirements:
lisp-networ…
Libdnsres 0.1a by Niels Provos
Libdnsres provides a non-blocking, thread-safe API for resolving DNS names. Libdnsres requires that your main application is built on top of libevent. The API essentially mirrors the traditional gethostbyname and getaddrinfo interfaces.
All return values have been replaced by callbacks instead. T…
multiwalk2c 0.1.2 by Zbigniew Michal Kempczynski
multiwalk2c is a multi-threaded version of snmpbulkwalk.
The project can scan agents listed in special agents file, write to single/many output files, and traverse different parts of a MIB tree in one thread.
What's New in This Release:
Soft stack size was limited to 512kb to avoid consuming…
XML::Handler::Trees 0.02 by Eric Bohlman
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 $p=XML…
RT-Thread 0.2.1 by Midnight Xiong
RT-Thread is a real-time operating system. It is designed specifically for small memory footprint platforms. The kernel supports the tranditional RTOS services, such as multiple threads, semaphores, mutexes, event flags, mailboxes, etc.
RT-Thread project also provides a C-expression interpreter s…
Bio::TreeIO::svggraph 1.4 by Brian Oconnor
Bio::TreeIO::svggraph is a simple output format that converts a Tree object to an SVG output.
SYNOPSIS
use Bio::TreeIO;
my $in = new Bio::TreeIO(-file => 'input', -format => 'newick');
my $out = new Bio::TreeIO(-file => '>output', -format => 'svggraph');
while( my $tree = $in->nex…
Tree::Binary 0.07 by Stevan Little
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("+")
…
libredblack 1.3 by Damian Ivereigh
libredblack is a library to provide the RedBlack balanced tree searching and sorting algorithm.
The algorithm was taken from the book "Introduction to Algorithms" by Cormen, Leiserson & Rivest. Frankly I never entirely understood it, but it most definately works!
What is the problem with norma…
Related:
Featured Software
jEdit 4.3 pre8
jEdit is an Open Source text editor written in Java
Opera 9.02
Surf the Internet in a safer, faster, and easier way with Opera browser
GNU Aspell 0.60.4
GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell
- Communications
- Database
- Desktop Environment
- Games
- Internet
- Multimedia
- Office
- Programming
- Science and Engineering
- System
- Text Editing&Processing
