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

Distributed Hash Table Dht software
Filter: All | Freeware | Demo
 

Distributed Hash Table Dht

< 1 2 3 4 5 > 
Added: November 20, 2010 | Visits: 3.506

IMAP Proxy IMAP Proxy server is a caching IMAP proxy server. It was written to compensate for webmail clients that are unable to maintain persistent connections to an IMAP server. Most webmail clients need to log in to an IMAP server for nearly every single transaction. This behaviour can cause tragic...



Platforms: *nix

License: Freeware Size: 133.12 KB Download (154): IMAP Proxy Download

Added: May 16, 2010 | Visits: 589

Libcfu Libcfu is a library of tools that I have found useful, particularly when developing multithreaded software. It includes a hash table, a linked list, self-extending strings, a config file parser, a simple timer, a thread queue, and command-line parser. Installation: The `configure shell script...





Platforms: *nix

License: Freeware Size: 194.56 KB Download (88): Libcfu Download

Added: November 22, 2010 | Visits: 889

ScraperPOD ScraperPOD is a framework for scraping results from search engines. SYNOPSIS use WWW::Scraper; # Name your Scraper module / search engine as the first parameter, use WWW::Scraper(eBay); # or in the new() method $scraper = new WWW::Scraper(eBay); Classic WWW::Search mode # Use a...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (98): ScraperPOD Download

Added: June 03, 2010 | Visits: 1.293

C Generic Library C Generic Library is a generic data structure library is a bunch of data structures that are designed and created in as generic a fashion as possible. Each data structure will contain its own basic memory management, be able to handle any object type, and hopefully constraint to strict...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (108): C Generic Library Download

Added: March 01, 2010 | Visits: 944

QDBM: Quick DataBase Manager QDBM is a library of routines for managing a database. The QDBM database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is...


Platforms: *nix

License: Freeware Size: 890.88 KB Download (94): QDBM: Quick DataBase Manager Download

Added: April 02, 2010 | Visits: 799

Storable Storable package contains persistence for Perl data structures. SYNOPSIS use Storable; store %table, file; $hashref = retrieve(file); use Storable qw(nstore store_fd nstore_fd freeze thaw dclone); # Network order nstore %table, file; $hashref = retrieve(file); # There is NO...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (89): Storable Download

Added: June 07, 2010 | Visits: 562

PApp::Storable Storable module is a persistence for Perl data structures. SYNOPSIS use Storable; store %table, file; $hashref = retrieve(file); use Storable qw(nstore store_fd nstore_fd freeze thaw dclone); # Network order nstore %table, file; $hashref = retrieve(file); # There is NO nretrieve() #...


Platforms: *nix

License: Freeware Size: 399.36 KB Download (88): PApp::Storable Download

Added: September 03, 2010 | Visits: 1.055

libcontain 0.2 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...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (93): libcontain 0.2 Download

Added: June 27, 2010 | Visits: 623

Class::Classless Class::Classless is a Perl framework for classless OOP. SYNOPSIS use strict; use Class::Classless; my $ob1 = $Class::Classless::ROOT->clone; $ob1->{NAME} = Ob1; $ob1->{stuff} = 123; $ob1->{Thing} = 789; my $ob2 = $ob1->clone; $ob2->{NAME} = Ob2; printf "ob1 stuff: <%s>n",...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): Class::Classless Download

Added: April 14, 2010 | Visits: 808

CL-EMB CL-EMB is a library to embed Common Lisp and special template tags into normal text files. CL-EMB library can be used for dynamically generated HTML pages. Installation: CL-EMB can be installed with ASDF-INSTALL. See http://weitz.de/asdf-install/ for further information. Usage: [generic...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): CL-EMB Download

Added: November 14, 2010 | Visits: 1.677

Image::MetaData::JPEG::Structures Image::MetaData::JPEG::Structures is a Perl module that describes the structure of a JPEG file; it is an appendix to the main manual page of the Image::MetaData::JPEG module, which the reader should refer to for further details and the general scope. THE STRUCTURE OF JPEG PICTURES The JPEG...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (93): Image::MetaData::JPEG::Structures Download

Added: March 13, 2010 | Visits: 769

dcache dcache is a database library implementing a persistent first-in-first-out cache. The database (or `cache) size limits are configured at creation time, and as soon as they are reached the oldest records are automatically removed. dcache library has a number of commandline tools for managing...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (88): dcache Download

Added: June 15, 2013 | Visits: 315

Simple Hashtable - Repackaged This is basically a repackage of the old "Simple Hashtable" by Matthew Krauski, in the new style of matlab classes. The only thing that has changed is that now the class is a handle, and I included some minor fixes to the original code. e.g. type checking that the keys inputed are really...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Simple Hashtable - Repackaged Download

Added: July 16, 2010 | Visits: 696

DBIx::TableHash DBIx::TableHash is a Perl module that can tie a hash to a mysql table + SQL utils. SYNOPSIS use DBIx::TableHash; my $DBHash = DBIx::TableHash->create_or_die (my $Params = { DBIDriver => mysql, Database => mydatabase, HostName => localhost, Port => undef, Login => , Password => ,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (102): DBIx::TableHash Download

Added: June 02, 2010 | Visits: 1.099

CGI::AppBuilder::Table CGI::AppBuilder::Table module contains a configuration initializer. SYNOPSIS use CGI::AppBuilder::Table; my $ab = CGI::AppBuilder::Table->new( ifn, my_init.cfg, opt, vhS:a:); my ($q, $ar, $ar_log) = $ab->start_app($0, %ARGV); print $ab->disp_form($q, $ar); This class provides methods...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (92): CGI::AppBuilder::Table Download

Added: September 15, 2013 | Visits: 647

Orbiting Mass on a Table 3D Model The Ejs Orbiting Mass on a Table 3D model displays the frictionless dynamics of two masses that are attached via a string through a hole in a horizontal table. Mass m moves on the table in two dimensions while mass M hangs vertically and just moves up and down. The simulation allows displaying...


Platforms: Mac

License: Freeware Size: 1.67 MB Download (40): Orbiting Mass on a Table 3D Model Download

Added: February 22, 2006 | Visits: 7.024

Table Tennis Pro Table Tennis Pro is a full 3D, gameplay intensive, table tennis (ping pong) simulation. Master your table tennis skills while you battle it out against intelligent computer players. Glorious 3D graphics with pure addictive game play.


Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 2.71 MB Download (1537): Table Tennis Pro Download

Released: January 03, 2004  |  Added: November 25, 2006 | Visits: 3.714

Stocks Table Applet Stocks Table Applet presents at-a-glance overview of stock market action. With a multi-column grouping of symbols, you can let your visitors monitor real-time values for a large number of stocks. The field displayed can be selected by a simple click from three choices, whenever user wants. Main...


Platforms: Windows, *nix

License: Demo Cost: $25.00 USD Size: 53 KB Download (124): Stocks Table Applet Download

Added: June 04, 2006 | Visits: 7.731

Pivot Table Helper Pivot Table Helper makes working with pivot tables comfortable and fast. Pivot Table Helper adds its own toolbar to Excel with the following buttons: - Select page fields area of the current pivot table - Select header of the current pivot table - Select blank area of the current pivot table...


Platforms: Windows

License: Freeware Size: 655 KB Download (851): Pivot Table Helper Download

Released: September 01, 2010  |  Added: September 18, 2010 | Visits: 3.606

PL Table This Periodic Table is an excellent tool for both students and serious researchers. It has over 20 types of data on each element and all known isotopes in customizable, user-expandable tables. All sixteen numeric data types (plus any user-added data) can be corelated in particle or line graphs....


Platforms: Windows

License: Demo Cost: $0.00 USD Size: 3.06 MB Download (418): PL Table Download

< 1 2 3 4 5 >