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

Formula Calculate Roi software
Filter: All | Freeware | Demo
 

Formula Calculate Roi

< 1 2 3 4 5 > 
Released: June 01, 2008  |  Added: June 25, 2008 | Visits: 2.878

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 03, 2008 | Visits: 1.736

Trade Position Size Calculator This is FREE Money Management software designed to calculate trade position sizes according to various money management models. The software is free to use and utilises several highly successful position sizing formula techniques. This software is ideal for all investors and traders who wish to...





Platforms: Windows

License: Freeware Size: 132 KB Download (175): Trade Position Size Calculator Download

Added: August 14, 2008 | Visits: 970

SpreadsheetConverter to HTML Calculate on the WEB. Convert MS Excel spreadsheet into good-looking calculating web page. No plugins. Solve your problem using Excel and convert it to HTML with JavaScript. No programming. Makes interactive calculating webpages feasible. Easy updating. Supports 190 Excel-functions. Use it for...


Platforms: Windows

License: Shareware Cost: $97.00 USD Size: 5.35 MB Download (104): SpreadsheetConverter to HTML Download

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

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

Added: August 08, 2008 | Visits: 2.859

Formula 1 2008 Official All F1 fans, followers of the most important car racing category, are welcome, because now the Formula 1 2008 Official screensaver is available with spectacular images of the Grand Prix.The 2008 season promises to be emotional and exciting thanks to some changes, like no driver aids, nor traction...


Platforms: Windows

License: Freeware Size: 2 KB Download (1218): Formula 1 2008 Official 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 (875): 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

Released: August 12, 2009  |  Added: August 19, 2009 | Visits: 2.244

Fuzzy Match Microsoft Excel tool that evaluates the contents of two cells and gives a probability of a match; a value between 0 and 1 is returned. Easy to use custom function works just like any other Excel formula. Works with Excel 2000 2002 2000 2002 2003 2007.


Platforms: Windows

License: Shareware Cost: $4.95 USD Size: 860.73 KB Download (148): Fuzzy Match Download

Added: April 07, 2010 | Visits: 1.124

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: 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: February 26, 2010 | Visits: 1.102

Pytexipng Pytexipng provides a LaTeX formula converter to png images using a nice GTK gui. Pytexipng can convert a LaTeX formula into a png image file that can be used on any WYSIWYG word processor application as OpenOffice.org Writer, Abiword or KWord.. Get pytexipng at SourceForge.net. Fast, secure and...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): Pytexipng Download

Added: November 13, 2010 | Visits: 1.341

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: August 15, 2010 | Visits: 900

Chess::Elo Chess::Elo is a Perl module to calculate Chess "Elo" ratings. SYNOPSIS use Chess::Elo qw(:all); # Alice is going to thump Bob... my ($alice_elo, $bob_elo) = (2100, 1200); # Oh no, Alice lost to Bob! my $result = 0; # 0.5 for draw, 1 for win my @new_elo_alice_bob = elo ($alice, 0,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): Chess::Elo Download

Added: March 20, 2010 | Visits: 2.257

Algorithm::LUHN Algorithm::LUHN is a Perl module to calculate the modulus 10 double add double checksum. SYNOPSIS use Algorithm::LUHN qw/check_digit is_valid/; $c = check_digit("43881234567"); print "It worksn" if is_valid("43881234567$c"); $c = check_digit("A2C4E6G8"); # this will cause an error...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (510): Algorithm::LUHN 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.137

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

Added: January 25, 2010 | Visits: 702

rProphecy rProphecy uses the Spearman-Brown prophecy formula to calculate the reliability of a test if items are added or deleted.


Platforms: Mac

License: Freeware Size: 2.4 MB Download (93): rProphecy Download

< 1 2 3 4 5 >