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

List Data Structure freeware
Filter: All | Freeware | Demo
 

List Data Structure

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 469

Grouping objects into disjoint sets This class provides a lightweight way to group arbitrary objects together into disjoint sets when a full-blown graph data structure would be overkill. Objects can be joined using .join(), tested for connectedness using joined(), and all disjoint sets can be retreived using get(). The objects...



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Grouping objects into disjoint sets Download

Added: May 10, 2013 | Visits: 455

GNU Common C GNU Common C is a portable and highly optimized class framework for writing C applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, serialization, config files, thread-optimized String and data structure classes, etc. This framework offers...





Platforms: *nix, C/C++, BSD

License: Freeware Download (53): GNU Common C Download

Added: May 10, 2013 | Visits: 701

Perl Entrez Gene Parser This program is a parser that abstract a data structure from a given Entrez Gene record, and users of the parser can decide what to do/extract from the data structure. Perl Entrez Gene Parser project provides Perl parsers for NCBI's Entrez Gene based on regular expression, Parse::RecDescent,...


Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (65): Perl Entrez Gene Parser Download

Added: June 06, 2013 | Visits: 516

Mat Nanny v1.0 - RSS and html progress reports MatNanny is a simple function which publishes a data structure as html and an RSS feed when called. This allows for convenient remote checking on the progress of models or other computations which have been left running while away from the office. I recommend using free webspace on xthost.info as...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Mat Nanny v1.0 - RSS and html progress reports Download

Added: July 07, 2013 | Visits: 464

Data Structure Invaders This year's art gallery has an evolutionary theme, beginning with the fight or flight evolutionary strategies, then moving on to the effects of ancestral and alien DNA, and the hunter-gatherer survival technique. Some of the entries in this year's art gallery have warning stickers on. One kind...


Platforms: Mac

License: Freeware Size: 266.24 KB Download (39): Data Structure Invaders Download

Added: July 02, 2013 | Visits: 421

pygraphviz for Linux PyGraphviz is a Python interface to the Graphviz graph layout and visualization package. With PyGraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz graph data structure and layout algorithms. PyGraphviz is independent from NetworkX but provides a...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (46): pygraphviz for Linux Download

Added: November 16, 2013 | Visits: 432

MivRHash MivRHash (Million-value Remote Hash) is a remote hash table data structure which provides the compatible interface with the Python dict's interface. It stores hash table data in remote server. Therefore, it is useful when your application uses so many big hash tables (dict objects) that memory in...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (35): MivRHash Download

Released: June 08, 2009  |  Added: June 10, 2009 | Visits: 4.017

File List Generator ReStoring Data's File List Generator Freeware software filters, prints, and organizes via a file's: name, type, size, created date, and date last modified. It was developed by the Research and Development team to aid data recovery service clients to ensure their files have been recovered....


Platforms: Windows

License: Freeware Size: 5.63 MB Download (328): File List Generator Download

Added: November 12, 2010 | Visits: 736

Data::PropertyList Data::PropertyList is a Perl module that can convert arbitrary objects to/from strings. SYNOPSIS use Data::PropertyList qw(astext fromtext); $hash_ref = { items => [ 7 .. 11 ], key => value }; $string = astext($hash_ref); # ... $hash_ref = fromtext($string); print $hash_ref->{items}[0];...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): Data::PropertyList Download

Added: May 10, 2013 | Visits: 300

Ring List The RingList is a class implementing a circular list. The ring have a fixed size and when it is full and you append a new element, the first one will be deleted. The class lets you access to the data like a python list or like a string.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Ring List Download

Added: November 21, 2010 | Visits: 993

Data::Walker Data::Walker is a tool for navigating through Perl data structures. SYNOPSIS Without any explicit objects: use Data::Walker; Data::Walker->cli( $data_structure ); Object-style invocation: use Data::Walker; my $w = new Data::Walker; $w->walk( $data_structure ); $w->ls("-al");...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Data::Walker Download

Added: July 14, 2010 | Visits: 915

Data::Serializer Data::Serializer package contains modules that serialize data structures. SYNOPSIS use Data::Serializer; $obj = Data::Serializer->new(); $obj = Data::Serializer->new( serializer => Storable, digester => MD5, cipher => DES, secret => my secret, compress => 1, ); $serialized =...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (93): Data::Serializer Download

Added: April 13, 2010 | Visits: 853

Data::SecsPack Data::SecsPack is a Perl module pack and unpack numbers in accordance with SEMI E5-94. SYNOPSIS ##### # Subroutine interface # use Data::SecsPack qw(bytes2int config float2binary ifloat2binary int2bytes pack_float pack_int pack_num str2float str2int unpack_float unpack_int unpack_num);...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): Data::SecsPack Download

Added: May 10, 2013 | Visits: 290

Two-pass Pairing Heap with Auxiliary List This script allows you to manage data collections.For random data, this implementation still makes more comparisons than a sort using heapq or the builtin sort. For partially ordered data, it can perform better than the builtin sort. Because of the list of lists data structure, it always takes...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Two-pass Pairing Heap with Auxiliary List Download

Added: August 18, 2010 | Visits: 1.035

Cmenu Cmenu is a Perl extension for menuing and data entry in perl scripts. SYNOPSIS use Cmenu; use Curses; use Text::Wrap; &menu_initialise($main_title,$advice); &menu_init($title,$sub-title,$topest,$menu_help); &menu_item($item_text,$item_label,$item_style,$item_data,$item_pos)...


Platforms: *nix

License: Freeware Size: 78.85 KB Download (113): Cmenu Download

Released: November 21, 2012  |  Added: November 21, 2012 | Visits: 587

RElim A program to find frequent item sets (also closed and maximal) with the relim algorithm (recursive elimination), which is inspired by the FP-growth algorithm, but does its work without prefix trees or any other complicated data structures. The main strength of this algorithm is not its speed...


Platforms: Windows

License: Freeware Download (494): RElim Download

Released: November 02, 2012  |  Added: November 02, 2012 | Visits: 665

Portable es-Builder Portable es-Builder is a customizable and friendly information manager for private personal use. Portable es-Builder application was designed to allow users to build information structure to fit their needs. Or just build a common structure such as Contacts, Appointments, Tasks, Notes, Daily...


Platforms: Windows

License: Freeware Size: 24.3 MB Download (494): Portable es-Builder Download

Added: May 10, 2013 | Visits: 411

Sglib Sglib is a library defining useful macros for manipulating common data structures. The library currently provides generic implementation for: - sorting arrays - manipulating linked lists - manipulating sorted linked lists - manipulating double linked lists - manipulating red-black trees -...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (51): Sglib Download

Added: May 17, 2013 | Visits: 407

Print data to HTML-code This function writes data in a structured way so that it can be viewed in a html-browser. It can also be imported by word, excel and other programs so that it can be used easily elsewhere.To use it :print2html(s,nrecurs,f)s data (structure, cells, other MATLAB data)nrecurs : recursive display of...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (42): Print data to HTML-code Download

Added: September 10, 2013 | Visits: 489

UL to PHP array This class can be used to parse HTML lists to extract contained structure.It can take a string with well-formed HTML UL lists tags and extracted the contained list elements structure. It supports nested lists.The class returns an array of items elements.


Platforms: PHP

License: Freeware Size: 10 KB Download (42): UL to PHP array Download

< 1 2 3 4 5 >