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

Damn Hash Calculator freeware
Filter: All | Freeware | Demo
 

Damn Hash Calculator

< 1 2 3 4 5 > 
Added: January 24, 2010 | Visits: 1.504

Damn Small Linux Not 0.1 Damn Small Linux Not is built on Damn Small Linux technology. Damn Small Linux Not is also small, bigger than DSL but smaller than most. Damn Small Linux Not provides a reliable, and compact array of applications based mostly on the GTK2 libraries. DSL-N is not an evolution of DSL, it is not...



Platforms: *nix

License: Freeware Size: 95.3 MB Download (172): Damn Small Linux Not 0.1 Download

Added: August 07, 2010 | Visits: 881

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: June 23, 2010 | Visits: 989

Tie::Hash::RegexKeys Tie::Hash::RegexKeys will match hash keys using Regular Expressions. SYNOPSIS use Tie::Hash::RegexKeys; use Data::Dumper; my %h; tie %h, Tie::Hash::RegexKeys; my $a = .1.2.3.4.5.6.2; my $b = .1.2.3.4.5.7; my $c = .1.2.3.4.5.6.1; my $d = .1.2.3.4.5.6.1.6; $h{$a}="key1";...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (104): Tie::Hash::RegexKeys Download

Added: October 12, 2010 | Visits: 1.823

FOX Calculator FOX Calculator is a desktop calculator written in FOX. The FOX Calculator is a simple desktop calculator geared toward the programmer. It supports not only a full complement scientific functions, but also common operations that programmers need, such as bitwise operations, bitwise shifting,...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (218): FOX Calculator Download

Added: March 02, 2010 | Visits: 925

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

Added: November 15, 2010 | Visits: 851

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: April 14, 2010 | Visits: 996

Hash::Type Hash::Type module contains pseudo-hashes as arrays tied to a "type" (list of fields). SYNOPSIS use Hash::Type; # create a Hash::Type my $personType = new Hash::Type(qw(firstname lastname city)); # create and populate some hashes tied to $personType tie %wolfgang, $personType, "wolfgang...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Hash::Type Download

Added: September 15, 2010 | Visits: 1.676

Class::Method::hash Class::Method::hash is a Perl module that helps you create methods for handling a hash value. SYNOPSIS use Class::MethodMaker [ hash => [qw/ x /] ]; $instance->x; # empty $instance->x(a => 1, b => 2, c => 3); $instance->x_count == 3; # true $instance->x = (b => 5, d => 8); # Note this...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (105): Class::Method::hash Download

Added: May 06, 2010 | Visits: 972

Tie::Proxy::Hash Tie::Proxy::Hash is a Perl module created to efficiently merge & translate hashes. SYNOPSIS my (%hash, $ref); $ref = tie %hash, Tie::Proxy::Hash, (bart => +{a => 1, b => 2}, maggie => +{a => 5, c => 6, e => 10}, ); $hash{a} == 1; # true $hash{b} == 2; # true (bart supercedes maggie)...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (99): Tie::Proxy::Hash Download

Added: September 08, 2010 | Visits: 1.162

Hash::Merge Hash::Merge Perl module merges arbitrarily deep hashes into a single hash. SYNOPSIS use Hash::Merge qw( merge ); my %a = ( foo => 1, bar => [ qw( a b e ) ], querty => { bob => alice }, ); my %b = ( foo => 2, bar => [ qw(c d) ], querty => { ted => margeret }, ); my %c = %{ merge(...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): Hash::Merge Download

Added: July 26, 2010 | Visits: 1.037

Tie::Hash::Stack Tie::Hash::Stack is a Perl module which maintains an array of hashes like a stack. SYNOPSIS use Tie::Hash::Stack qw(pop_hash push_hash merge_hash); my %hash; tie( %hash, "Tie::Hash::Stack" ); # Ties the hash $hash{ 1 } = "one"; $hash{ 2 } = "two"; $hash{ 3 } = "three"; push_hash...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (186): Tie::Hash::Stack Download

Added: August 02, 2010 | Visits: 1.764

Real Life Mortgage Calculator Real Life Mortgage Calculator is a script that provides visitors to your Web site of how much house they can afford than a simple mortgage calculator. Calculating the costs of your first home is more than just getting a mortgage - theres a ton of other costs to consider including appliances,...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (112): Real Life Mortgage Calculator Download

Added: August 15, 2010 | Visits: 985

Hash::Diff::Dispatch Hash::Diff::Dispatch allows to execute code depending on difference between hashes. SYNOPSIS my $hash_watcher = Hash::Diff::Dispatch->new( {}, # Sets the starting hash # The events will be called using the order returned # by calling keys on these values... b => &bold, i => &italic,...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): Hash::Diff::Dispatch Download

Added: May 24, 2010 | Visits: 1.412

Calorie Burning Calculator Calorie Burning Calculator project is a free, nicely-formatted online calculator to help your web site visitors calculate how many calories they require a day to maintain their body weight, or basal metabolic rate (BMR)..


Platforms: *nix

License: Freeware Size: 25.6 KB Download (123): Calorie Burning Calculator Download

Added: January 25, 2010 | Visits: 1.146

Graphing Calculator Viewer Graphing Calculator Viewer allows you to view and interact with Graphing Calculator documents. It includes examples and demonstrations of the software.It features:2D curves3D surfacesInequalitiesSave moviesSave for Web saves HTML & PNG filesSave as RTF export to word processorsActs as a web...


Platforms: Mac

License: Freeware Download (127): Graphing Calculator Viewer Download

Released: December 01, 2011  |  Added: December 07, 2011 | Visits: 911

zebNet Byte Calculator 2012 zebNet Byte Calculator 2012 allows you to quickly convert between different measurements of bits and bytes. The following units are supported: #Byte (B) #Kilobyte (KB) #Megabyte (MB) #Gigabyte (GB) #Terabyte (TB) zebNet Byte Calculator 2012 is freeware and can freely be used.


Platforms: Windows

License: Freeware Size: 2.22 MB Download (98): zebNet Byte Calculator 2012 Download

Released: January 04, 2012  |  Added: February 01, 2012 | Visits: 1.587

spreadsheet calculator Integrated spreadsheet with 14 inline calculators and calculator keys to increase your power and accuracy of your cognitive mathematical decisions for projections and estimating. It has the following advantages over a spreadsheet and a calculator. - Save time - You no longer have to re-key your...


Platforms: Not Applicable

License: Freeware Size: 195.31 KB Download (140): spreadsheet calculator Download

Released: March 29, 2012  |  Added: April 08, 2012 | Visits: 1.646

CCTV Design Lens Calculator CCTV Design Lens Calculator is an easy free tool for CCTV design. It offers standard functions of Lens Calculators - calculation of the field-of-view size depending on the distance and the lens focal length as well as several new, more effective tools. CCTV Design Lens Calculator allows you:...


Platforms: Windows

License: Freeware Size: 8.4 MB Download (141): CCTV Design Lens Calculator Download

Released: May 30, 2012  |  Added: June 21, 2012 | Visits: 1.109

PDNum Calculator Free and easy Percent and Discount Calculator for home and business use. Modern interface, big numbers, supporting of clipboard and more tools. Can be used in the calculation of discounts, for settlement of taxes, payroll, sales and profit payments of loans. The program will be useful for...


Platforms: Windows

License: Freeware Size: 1.87 MB Download (95): PDNum Calculator Download

Released: June 12, 2012  |  Added: June 12, 2012 | Visits: 556

Developer Calculator Developer Calculator is a tiny but efficient application that allows you to perform complex calculations. You can run it even from the command line, and the result would be printed in command window back. for WindowsAll


Platforms: Windows

License: Freeware Download (417): Developer Calculator Download

< 1 2 3 4 5 >