Here's a text-based object browser that is helpful when working with big complicated data structures.
Data structures for solving the following two problems:
Range minimization: given an array X of data, quickly find min(X[i:j]) for different ranges i:j.
Least common ancestors: given a tree, quickly find the lowest tree node that...
An example showing how Python's features can be used to optimize the construction of tree-like data structures in order to produce directed acyclic graphs (DAGs) instead.
The recipe illustrates the composite design pattern by using hierarchical dictionaries. It can be used to process hierarchical, tree-based data structures using Python dictionaries.
The ExpressOrgChart is a fully functional VCL component (both data aware and non data aware), designed for the display and editing of hierarchical tree data structures such as the contents of a book or file system on a disc.Each node of the tree...
MetaGroupLib was designed for defining data structures quickly. Originally evolved from a dynamic database for a agent system, where data could be added and removed easily as the system learned new information. This is a third generation design...
This is a bitmap cofigurating program using which webmasters can save all their server sectors including staging, production, development and test and thereby to prevent themselves from overwriting or using data from irrelevant config.file. This...
This script is used to compare the data structures of MySQL databases and the results will be returned which is suitable for piping to MySQL. At last it converts the structure of first MySQL database identical to the second database. It compares...
Defect Manager lets you track the bugs with your projects using ASP driven modules. You can develop the projects by correcting the bug fixes and issues. Existing defects can be imported using this software. Supports several databases. Any number...
A fast and simple Perl module to process HTML templates with support for multidimensional data structures and many advanced options.
This is a java applet program which monitors oracle STATSPACK files. This program has the capability to track and read files which are in .zip and .gz formats. This applet process the users STATSPACK files in a memory efficient data structures...
Javadoc2Help is a simple java application capable of generating support map, toc and helpset for Java Help, HTML Help and Oracle Help for Java projects. Using this tool you can convert all java based programs into any desired java format. This is...
Written for readers with at least some Perl programming experience, Mastering Algorithms in Perl delivers a solid library of algorithms written in Perl for business and mathematical computing. From data structures to cryptography and more advanced...