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

Calculate Proportional Limit software
Filter: All | Freeware | Demo
 

Calculate Proportional Limit

< 1 2 3 4 5 > 
Released: September 07, 2010  |  Added: September 18, 2010 | Visits: 2.856

MileCharter Calculate Mileage Charts and Tables with Microsoft MapPoint. Calculate tables for serving customers and suppliers, or to create "road atlas" tables. Can output route distances, travel times and/or estimated costs to Excel Spreadsheets. Supports ALL MapPoint routing options including...



Platforms: Windows

License: Shareware Cost: $100.00 USD Size: 3.65 MB Download (151): MileCharter Download

Released: June 01, 2008  |  Added: June 25, 2008 | Visits: 2.875

Personal Financial Statement Software Finally, a comprehensive personal financial statement software application used to calculate net worth with ease by utilizing a financial statement wizard. You will be able to input your assets (cash, securities, real estate, etc.), liabilities (notes payable, mortgages, other liabilities),...





Platforms: Windows

License: Demo Cost: $24.95 USD Size: 8.57 MB Download (189): Personal Financial Statement Software Download

Added: August 17, 2008 | Visits: 1.203

Calories Calculator for Pocket PC The Calories Calculator for Pocket PC is a food database for calculate the amount of calories. The application lets you know about calories of foods and calculate the amount of calories.Moreover, it tells you how many calories in each meal and you can limit the amount of calories that you need...


Platforms: Pocket PC 2002

License: Commercial Cost: $8.00 USD Size: 592 KB Download (114): Calories Calculator for Pocket PC Download

Released: December 14, 2012  |  Added: January 17, 2013 | Visits: 5.358

Sample Rate and BPM Calculator This program is lets you calculate the BPM or sample rate required to change the pitch of audio up or down by a number of semitones. It also calculates the BPM or sample rate change required to change the pitch of audio by a specific number of semitones. It's simple, but useful if you perform any...


Platforms: Windows

License: Freeware Size: 1.37 MB Download (411): Sample Rate and BPM Calculator Download

Released: September 03, 2012  |  Added: October 11, 2012 | Visits: 5.618

Advanced Hash Calculator Advanced File Calculator is a cryptographic data hash calculation software for files. Simply drag and drop files in this calculator and hash string for the files will be displayed on the fly. Supported cryptographic hash function algorithms include CRC32 control sum, GOST hash, MD2, MD4, MD5,...


Platforms: Windows, Other

License: Shareware Cost: $19.95 USD Size: 623.65 KB Download (869): Advanced Hash Calculator Download

Released: December 04, 2014  |  Added: January 05, 2015 | Visits: 2.678

Breaktru Percent Percent lets you quickly calculate percentages such as tips, added taxes and price discounts. Easily find a percentage from an amount entered. • Calculate the percentage of any number out of any number. • Calculate any amount plus any percentage (such as a tax rate) instantly....


Platforms: Windows, Windows 7

License: Freeware Size: 5.02 MB Download (151): Breaktru Percent Download

Added: November 18, 2010 | Visits: 895

Tie::Array::RestrictUpdates Tie::Array::RestrictUpdates can limit the number of times you change elements in an array. SYNOPSIS use Tie::Array::RestrictUpdates; tie @foo,"Tie::Array::RestrictUpdates",1; # Default limit is 1. # Every element from the array can only be changed once @foo = qw(A B C D E); for(0..4) {...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Tie::Array::RestrictUpdates Download

Added: April 07, 2010 | Visits: 1.123

Statistics::Contingency Statistics::Contingency is a Perl module to calculate precision, recall, F1, accuracy, etc. SYNOPSIS use Statistics::Contingency; my $s = new Statistics::Contingency(categories => @all_categories); while (...something...) { ... $s->add_result($assigned_categories, $correct_categories);...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Statistics::Contingency Download

Added: July 18, 2010 | Visits: 1.307

Z-lock Z-lock is a Japanese shooter with a twist: your shot power is directly proportional to the number of enemies locked on to you. Installing/Uninstalling: Z-Lock is entirely contained within this directory. There is no installation. To uninstall, simply delete this directory. Running: Type...


Platforms: *nix

License: Freeware Size: 5.5 MB Download (107): Z-lock Download

Added: April 17, 2010 | Visits: 1.349

Adventure Money Since I am the person who manages the money for our house, I need an efficient way to keep track of our expenses and an easy way to calculate who owes what to whom at the end of the month. There are lots of good free software utilities for managing money like GnuCash, KMyMoney and the wonderful...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (105): Adventure Money Download

Added: March 10, 2010 | Visits: 1.221

Geo::Spline Geo::Spline is a Perl module to calculate geographic locations between GPS fixes. SYNOPSIS use Geo::Spline; my $p0={time=>1160449100.67, #seconds lat=>39.197807, #degrees lon=>-77.263510, #degrees speed=>31.124, #m/s heading=>144.8300}; #degrees clockwise from North my...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (141): Geo::Spline Download

Added: September 14, 2010 | Visits: 917

Security::CVSS Security::CVSS is a Perl module to calculate CVSS values (Common Vulnerability Scoring System). SYNOPSIS use Security::CVSS; my $CVSS = new Security::CVSS; $CVSS->AccessVector(Local); $CVSS->AccessComplexity(High); $CVSS->Authentication(Not-Required);...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Security::CVSS Download

Added: July 03, 2010 | Visits: 678

mod_auth_useragent2 mod_auth_useragent2 is an Apache module that can be used to limit access to documents by means of the User-Agent. As an authentication method, this is really unsafe because it is easy to change the User-Agent in most browsers, but it could be used to prevent stupid bots and spiders from...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (85): mod_auth_useragent2 Download

Added: November 13, 2010 | Visits: 1.339

Metroid Ultimate Sidebar Metroid Ultimate Sidebar allows you to calculate your point change in mph. Calculate your point change in mph or find out your rank and get on the front page of mphtools.com! Just add the toolbar icon to a toolbar or open the bar using alt M.. The site that gets news about video games as soon...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Metroid Ultimate Sidebar Download

Added: April 05, 2010 | Visits: 782

Template::Plugin::SumOf Template::Plugin::SumOf is a Perl module to calculate the sum with VMETHODS. SYNOPSIS # in your script use Template; use Template::Plugin::SumOf; my $tt = Template->new; $tt->process( template.html, { ary => [ { date => 2006-09-13, price => 300 }, { date => 2006-09-14, price => 500 }...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Template::Plugin::SumOf Download

Added: November 23, 2010 | Visits: 1.136

taKesum taKesum project is a service menu tool to calculate sha1sum. It calculates sha1sum, shows it in a dialog and adds it klipper (if it is running).. taKesum KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (103): taKesum Download

Added: January 25, 2010 | Visits: 508

Calculate Size CMM Calculate Size CMM calculates the total size of the selected files and folders.


Platforms: Mac

License: Freeware Size: 42 KB Download (88): Calculate Size CMM Download

Released: August 29, 2010  |  Added: October 15, 2010 | Visits: 1.962

Sales Commission Calculator Using this tiny app you will be able to calculate you sales commission quick and easily. By entering commission rate, and sales amount you can calculate your commission either based on sales amount, or (by entering expenses) based on profits. The software is offered free of charge, if you like...


Platforms: Windows

License: Freeware Size: 1.1 MB Download (168): Sales Commission Calculator Download

Released: August 03, 2017  |  Added: August 23, 2017 | Visits: 1.848

Free MD5 SHA1 Verifier Free MD5 SHA1 Verifier is a freeware tool designed to calculate and verify checksums (hash) of downloaded files. Supports MD5, SHA-1, HAVAL, MD2, SHA-256, SHA-384, SHA-512. Key Features: The program has a convenient user interface. Instantly calculate checksum (hash) for any file. Verify file...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 1.8 MB Download (170): Free MD5 SHA1 Verifier Download

Released: September 21, 2012  |  Added: September 21, 2012 | Visits: 786

Texas Holdem Helpem Calculator Calculate Texas Holdem odds, opponent profiling, and heads up display, no need for manual input. HoldemHelpem gives you the pocket rank of your starting hand, pot odds, how many hands can beat your current hand, odds to win or tie, draw odds, as well as keep track of your opponents actions...


Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 5.36 MB Download (54): Texas Holdem Helpem Calculator Download

< 1 2 3 4 5 >