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

Dht Distributed Hash Tables freeware
Filter: All | Freeware | Demo
 

Dht Distributed Hash Tables

< 1 2 3 4 5 > 
Added: September 14, 2010 | Visits: 1.208

Distributed Aide Runtime Controller Distributed Aide Runtime Controller is a multi-threaded Python application designed for managing AIDE installations in large heterogeneous networks. AIDE is an open-source improvement upon the academic release of Tripwire. It can be used to detect filesystem changes in unix environments, which... Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): Distributed Aide Runtime Controller Download

Added: March 02, 2010 | Visits: 935

Basset::Container::Hash Basset::Container::Hash Perl module implements a layered hash. The easiest way to explain is with an example: my %x = (a => b); tie my %y, Basset::Container::Hash, %x; #<- %x is the parent of y. print $x{a}; #prints b print $y{a}; #prints b (inherited from x) $y{a} = foo; $y{z} = bar;... Platforms: *nix

License: Freeware Size: 143.36 KB Download (94): Basset::Container::Hash Download

Released: October 03, 2012  |  Added: October 03, 2012 | Visits: 799

Easy Hash Simple file and text hash value calculator. Supports more than 130 hash functions including: AP Hash, Adler 16, Adler 32, Adler 8, BKDR Hash, BP Hash, CK SUM MPEG-2, CK Sum, CRC DNP, CRC-16, CRC-16 (IBM), CRC-16 (Kermit), CRC-16 (Modbus), CRC-16 (Sick), CRC-16 (X25), CRC-16 CCITT (0x1D0F), CRC-16... Platforms: Windows

License: Freeware Download (94): Easy Hash Download

Added: September 03, 2010 | Visits: 1.060

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: May 08, 2010 | Visits: 1.336

Distributed Multi-User Compilation System Distributed Multi-User Compilation System is a system that allows a group of users to share a compilation farm. Each compilation request from each user will be sent to the fastest available machine, every time.. Platforms: *nix

License: Freeware Size: 358.4 KB Download (93): Distributed Multi-User Compilation System Download

Added: August 19, 2010 | Visits: 1.066

Judy Judy is a C library that provides a state-of-the-art core technology that implements a sparse dynamic array. Judy arrays are declared simply with a null pointer. A Judy array consumes memory only when it is populated, yet can grow to take advantage of all available memory if desired. Judys... Platforms: *nix

License: Freeware Size: 1024 KB Download (92): Judy Download

Added: July 01, 2010 | Visits: 830

DWI DWI is an experimental platform for exploring ways of making application development simpler. It is still hard to write large, complex, multi-user, data-driven (SQL-backed) applications. It doesnt matter if your development platform is the web and Enterprise Java Beans, C# and .net or Mono, or... Platforms: *nix

License: Freeware Size: 450.56 KB Download (92): DWI Download

Added: August 12, 2010 | Visits: 859

Distributed BEAGLE Distributed BEAGLE provides a distributed evolutionary computation system. Distributed BEAGLE is a master-slave distribution extension of the evolutionary computation framework, Open BEAGLE. Its key features are robustness, fault tolerance, adaptability for heterogeneous networks, and... Platforms: *nix

License: Freeware Download (92): Distributed BEAGLE Download

Added: November 04, 2010 | Visits: 957

distributed replicated blob server The Distributed Replicated Blob Server Project (drbs) is a young project, not mature enough to handle production data. You still might take a look and report any feedback from build problemss or bugs to ideas what problems drbs might solve for you. How to keep a large set of blobs available... Platforms: *nix

License: Freeware Size: 45.06 KB Download (91): distributed replicated blob server Download

Added: February 20, 2010 | Visits: 633

OOPS OOPS is Object Oriented Persistent Store. SYNOPSIS use OOPS; transaction(sub { $oops = new OOPS dbi_dsn => $DBI_DSN, username => $username, password => $password, table_prefix => "MY"; $oops->commit; $oops->{my_1st_bit_of_data} = a scalar; $oops->{my_2nd_bit_of_data} = { A => hash... Platforms: *nix

License: Freeware Size: 296.96 KB Download (90): OOPS Download

Added: October 09, 2010 | Visits: 1.024

Distributed Multiplatform Framework 0.7.1 / 1.0 Distributed Multiplatform Framework is a component-based programming framework using XML (or currently a hardcoded variant) as the repository. The samples are implemented either in console or wxWidgets. This shows the independence of the GUI or UI. This framework includes a database form... Platforms: *nix

License: Freeware Size: 5.2 MB Download (90): Distributed Multiplatform Framework 0.7.1 / 1.0 Download

Added: August 07, 2010 | Visits: 894

Set::Hash Set::Hash is a Perl module with hashes as objects with lots of handy methods (including set comparisons) and support for method chaining. SYNOPSIS use Set::Hash; my $sh1 = Set::Hash->new(name=>"dan",age=>33); my $sh2 = Set::Hash->new(qw/weight 185 height 72/); $sh1->length->print; # 2... Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Set::Hash Download

Added: October 24, 2010 | Visits: 873

Hash::NoVivify Hash::NoVivify is a Perl extension for non-vivifying exists and defined functions. SYNOPSIS use Hash::NoVivify qw(Defined Exists); ... if (Exists(%hash, qw(key1 key2 ... keyn ))) { ... } if (Defined(%hash, qw(key1 key2 ... keyn))) { ... } When used on a hash, the exists() and... Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Hash::NoVivify Download

Added: November 15, 2010 | Visits: 860

Tie::Hash::Sorted Tie::Hash::Sorted Perl module presents hashes in sorted order. SYNOPSIS use Tie::Hash::Sorted; my %ages = ( John => 33, Jacob => 29, Jingle => 15, Heimer => 48, Smitz => 12, ); my $sort_by_numeric_value = sub { my $hash = shift; [ sort {$hash->{$b} <=> $hash->{$a}} keys %$hash ];... Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Tie::Hash::Sorted Download

Added: May 10, 2013 | Visits: 594

Prefix for Database Tables The object is simple: stick a small common prefix in front of each database table in the catalog, so that you can easily tell one catalog from another within the same database.I've done this by:1. Adding a variable - DB_TABLE_PREFIX - to the configure.php files2. Inserting this new variable into... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (69): Prefix for Database Tables Download

Released: July 24, 2012  |  Added: July 24, 2012 | Visits: 597

Febooti fileTweak Hash & CRC Febooti fileTweak Hash & CRC is a freeware hash / CRC calculator. Compute hash fingerprint / CRC checksum from any provided file. Supported hash / CRC formats: CRC32, MD2, MD4, MD5, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, RIPEMD-128, RIPEMD-160, RIPEMD-256, RIPEMD-320, WHIRLPOOL and Tiger-192. Platforms: Windows

License: Freeware Size: 778.24 KB Download (63): Febooti fileTweak Hash & CRC Download

Added: May 10, 2013 | Visits: 280

ipayment module safety hash It is a modification to the existing ipayment module and adds the hash to the module. Also included are credit card logos. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (62): ipayment module safety hash Download

Added: March 31, 2013 | Visits: 655

Tigra Tables Tigra Tables is javascript applet creating nice client-side visual effects for HTML tables making them easier to read.Features:- alternating rows colors- onmouseover row effect- easy row (un)marking with mouse click- all colors configurable- table header and footer offsets configurable- multiple... Platforms: JavaScript

License: Freeware Size: 10 KB Download (60): Tigra Tables Download

Added: May 10, 2013 | Visits: 609

Distributed Proofreaders Distributed Proofreaders is a website written in PHP with some PERL and backed by a mySQL database and is intended to ease the process of converting Public Domain books and other printed materials into e-texts. Distributed Proofreaders provides a web-based method of easing the proofreading work... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): Distributed Proofreaders Download

Released: June 10, 2012  |  Added: June 10, 2012 | Visits: 458

Hash Calculator This is a Hash Calculating tool that calculates MD2,MD5,SHA-1,SHA-256,SHA-384,SHA-512 hash of text or a file. This has GUI developed in java swings.All it needs is sun jre installed. Platforms: Windows, Mac, Linux

License: Freeware Size: 480.72 KB Download (60): Hash Calculator Download

< 1 2 3 4 5 >