Main > Free Download Search >

Free compound interest software for mac

compound interest

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 726
Compounder 1.0

Compounder 1.0


Compounder - Compound interest calculator more>>
Simply enter an initial amount of capital, the interest rate and the number of years to run.
Compounder as the name implies is a compound interest calculator.

You can also specify how many times a year the interest is to be compounded and also a premium to be added to the capital at those times.


<<less
Download (27KB)
Added: 2005-11-25 License: Freeware Price:
1429 downloads
Compoundeeyo 0.19

Compoundeeyo 0.19


Compoundeeyo - Calculate compound interest from an investmment and savings standpoint more>> Compoundeeyo - Calculate compound interest from an investmment and savings standpoint

Compoundeeyo is a free Mac widget that will allow you to calculates compound interest from an investmment and savings standpoint in order to help you detemine how much an initial investment will be worth in a specified amount of time.
Compoundeeyo is very flexible in that it allows for different investment lifetimes, periodic withdrawals or deposits, different compounding periods, and different rates of return.

Enhancements
- Fixed problem where decimals not allowed in duration
- Fixed issue where long investment periods were too slow by using
- Fix performance problem if large number of months was specified for duration
- Added check-for-updates support
- Version in UI is now set from program variable
- Enabled Makefile to deploy widget without Dashcode
- Added Version History section to web-page and automated its creation

<<less
Download (158KB)
Added: 2008-07-28 License: Freeware Price: FREE
187 downloads
InterestHC 1.0.1

InterestHC 1.0.1


InterestHC brings you an effective calculator by Oscar van Vlijmen that can solve many financial problems including all compounding interest problems, annuities (mortgages), gradient annuities, internal rate of return and many more with ease. more>>

InterestHC 1.0.1 brings you an effective calculator by Oscar van Vlijmen that can solve many financial problems including all compounding interest problems, annuities (mortgages), gradient annuities, internal rate of return and many more with ease.

Requirements:

  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.4 Intel
  • Mac OS X 10.0
  • Mac OS X 10.1
  • Mac OS X 10.5 PPC
  • Mac OS X 10.2
  • Mac OS X 10.5 Intel
  • Mac OS X 10.3
  • Mac OS Classic
<<less
Download (26.4KB)
Added: 2000-05-28 License: Freeware Price:
downloads
Home Loan Interest Manager 1.1.050204

Home Loan Interest Manager 1.1.050204


Home Loan Interest Manager is regarded as a free loan interest checker letting you audit the interest you are being charged on your loans. more>>

Home Loan Interest Manager 1.1.050204 is regarded as a free loan interest checker letting you audit the interest you are being charged on your loans. Simply load your loan details and let the tools instantly highlight any errors in the balances and interest amounts.

Start monitoring your loans today and make sure you are not paying for someone else's mistakes.

<<less
Download (606.5KB)
Added: 2005-02-05 License: Freeware Price:
downloads
CodeIgniter 1.7.1

CodeIgniter 1.7.1


Free and simple toolkit to create full-featured web applications more>> Free and simple toolkit to create full-featured web applications

CodeIgniter is a free and powerful PHP framework with a very small footprint, created for PHP coders who need a simple and elegant toolkit to create full-featured web applications.
CodeIgniter is right for you if:
- You want a framework with a small footprint.
- You need exceptional performance.
- You need broad compatibility with standard hosting accounts that run a variety of PHP versions and configurations.
- You want a framework that requires nearly zero configuration.
- You want a framework that does not require you to use the command line.
- You want a framework that does not require you to adhere to restrictive coding rules.
- You are not interested in large-scale monolithic libraries like PEAR.
- You do not want to be forced to learn a templating language (although a template parser is optionally available if you desire one).
- You eschew complexity, favoring simple solutions.
- You need clear, thorough documentation.

Enhancements
- Libraries
- Fixed an arbitrary script execution security flaw (#6068) in the Form Validation library (thanks to hkk)
- Changed default current page indicator in the Pagination library to use instead of
- A "HTTP/1.1 400 Bad Request" header is now sent when disallowed characters are encountered.
- Added , , , and to the Typography parsers inline elements.
- Added more accurate error reporting for the Email library when using sendmail.
- Removed a strict type check from the rotate() function of the Image Manipulation Class.
- Added enhanced error checking in file saving in the Image library when using the GD lib.
- Added an additional newline between multipart email headers and the MIME message text for better compatibility with a variety of MUAs.
- Made modest improvements to efficiency and accuracy of explode_name() in the Image lib.
- Database
- Added where_in to the list of expected arguments received by delete().
- Helpers
- Added the ability to have optgroups in form_dropdown() within the form helper.
- Added a doctype() function to the HTML helper.
- Added ability to force lowercase for url_title() in the URL helper.
- Changed the default "type" of form_button() to "button" from "submit" in the form helper.
- Changed redirect() in the URL helper to allow redirections to URLs outside of the CI site.
- Updated get_cookie() to try to fetch the cookie using the global cookie prefix if the requested cookie name doesnt exist.
- Other Changes
- Improved security in xss_clean() to help prevent attacks targeting Internet Explorer.
- Added application/msexcel to config/mimes.php for .xls files.
- Added proxy_ips config item to whitelist reverse proxy servers from which to trust the HTTP_X_FORWARDED_FOR header to to determine the visitors IP address.
- Improved accuracy of Upload:is_allowed_filetype() for images (#6715)
Bug fixes for 1.7.1:
- Database
- Fixed a bug when doing random on order_by() (#5706).
- Fixed a bug where adding a primary key through Forge could fail (#5731).
- Fixed a bug when using DB cache on multiple databases (#5737).
- Fixed a bug where TRUNCATE was not considered a "write" query (#6619).
- Fixed a bug where csv_from_result() was checking for a nonexistent method.
- Fixed a bug _protect_identifiers() where it was improperly removing all pipe symbols from items
- Fixed assorted user guide typos or examples (#5998, #6093, #6259, #6339, #6432, #6521).
- Fixed a bug in the MySQLi driver when no port is specified
- Fixed a bug (#5702), in which the field label was not being fetched properly, when "matching" one field to another.
- Fixed a bug in which identifers were not being escaped properly when reserved characters were used.
- Fixed a bug with the regular expression used to protect submitted paragraph tags in auto typography.
- Fixed a bug where double dashes within tag attributes were being converted to em dash entities.
- Fixed a bug where double spaces within tag attributes were being converted to non-breaking space entities.
- Fixed some accuracy issues with curly quotes in Typography:format_characters()
- Changed a few docblock comments to reflect actual return values.
- Fixed a bug with high ascii characters in subject and from email headers.
- Fixed a bug in xss_clean() where whitespace following a validated character entity would not be preserved.
- Fixed a bug where HTML comments and tags were being parsed in Typography:auto_typography().
- Fixed a bug with non-breaking space cleanup in Typography:auto_typography().
- Fixed a bug in database escaping where a compound statement (ie: SUM()) wasnt handled correctly with database prefixes.
- Fixed a bug when an opening quote is preceded by a paragraph tag and immediately followed by another tag.
- Fixed a bug in the Text Helper affecting some locales where word_censor() would not work on words beginning or ending with an accented character.
- Fixed a bug in the Text Helper character limiter where the provided limit intersects the last word of the string.
- Fixed a bug (#6342) with plural() in the Inflection helper with words ending in "y".
- Fixed bug (#6517) where Routed URI segments returned by URI:rsegment() method were incorrect for the default controller.
- Fixed a bug (#6706) in the Security Helper where xss_clean() was using a deprecated second argument.
- Fixed a bug in the URL helper url_title() function where trailing periods were allowed at the end of a URL.
- Fixed a bug (#6669) in the Email class when CRLFs are used for the newline character with headers when used with the "mail" protocol.
- Fixed a bug (#6500) where URI:A_filter_uri() was exit()ing an error instead of using show_error().
- Fixed a bug (#6592) in the File Helper where get_dir_file_info() where recursion was not occurring properly.
- Tweaked Typography:auto_typography() for some edge-cases.

<<less
Download (893KB)
Added: 2009-05-13 License: Freeware Price: FREE
180 downloads
Interest Widget 1.11

Interest Widget 1.11


Interest Widget - Search and compare today?s mortgage rates in your local area more>>
From the trusted authority of financial rates and information, Interest.com, a widget to search and compare today’s average mortgage rates in your state.

You can also learn how much your monthly home mortgage payments will be.
<<less
Download (1.2MB)
Added: 2006-07-20 License: Freeware Price:
688 downloads
 
Other version of Interest Widget
Interest Widget 1.1.1interest.com - Interest Widget is a product called a Dashboard widget making the connection to interest.com
License:Free
Download (1.2MB)
downloads
Added: 2005-08-07
FinKit X Interest Tables 20090611

FinKit X Interest Tables 20090611


Update your FinKit X tables. FinKit X Interest Tables has a total of 63 tables with historical data (money market interest rates, government bond yields, retail bank interest rates) that can be used more>> Update your FinKit X tables.

FinKit X Interest Tables has a total of 63 tables with historical data (money market interest rates, government bond yields, retail bank interest rates) that can be used as reference data when doing FinKit calculations.
Provides monthly and weekly statistics for the Euro area, Japanese and US markets.
Individual packages and discontinued tables can be downloaded from the product page.
Variable Interest Tables are files that can be used as reference data for FinKit calculations or to calculate simple or compound interest between dates.

System requirements:
-

Enhancements
- The tables are updated with latest data released by the European Central Bank.

<<less
Download (40KB)
Added: 2009-06-11 License: Freeware Price: FREE
195 downloads
 
Other version of FinKit X Interest Tables
FinKit X Interest Tables 20081010ParanzaSoft - an application to including tables used as reference data or to compute interest using FinKits ... Interest between Dates calculation. FinKit X
License:Freeware
Download
downloads
Added: 2008-10-10
FinKit X Interest Tables 20070615a total of 63 tables with historical data (money market interest rates, government bond yields ... , retail bank interest rates) that can be used as reference data when doing FinKit calculations
License:Freeware
Download (32.1KB)
860 downloads
Added: 2007-06-16
Netopia Router Firmware 3.3

Netopia Router Firmware 3.3


Netopia firmware version 3.3 will be of interest to all customers with routers of serial numbers greater than 6308101. If your serial number is earlier than 6308101, your latest firmware is 3.1.3 more>> Netopia firmware version 3.3 will be of interest to all customers with routers of serial numbers greater than 6308101. If your serial number is earlier than 6308101, your latest firmware is 3.1.3. Information about this Firmware updater can be found on Netopias website. All Netopia router models will benefit from this firmware upgrade.
Requirements:
Netopia Router
<<less
Download (0K)
Added: 1998-07-18 License: Updater Price:
downloads
MedINRIA 1.8

MedINRIA 1.8


A free collection of softwares for medical image processing and visualization. more>>


Allows to process and analyze a wide range of magnetic resonance (MR) images including anatomical MRI, functional MRI (fMRI), and diffusion tensor MRI (DT-MRI). MedINRIA is intended to be used by anyone curious about medical images!
MedINRIA is a suite of softwares, each of them targeting a specific clinical application. Main features include:
- 3D image visualization by tab-browsing (firefox-like);
- Neural fibers reconstruction and visualization from DT-MRI;
- Diffusion tensor field visualization using 3D ellipsoids;
- Manual segmentation slice by slice to define regions of interest;
- Compatibility with DICOM and Analyze 7.5 formats (and a lot more).

<<less
Download (35MB)
Added: 2008-09-05 License: Freeware Price:
60 downloads
NoteFreq 1.0

NoteFreq 1.0


NoteFreq - Music production utility for converting between notes and frequencies more>>
The Note Frequency calculator Dashboard widget is used to calculate the frequency (in Hertz, or cycles-per-second) of a note based on a note name or a MIDI note number. It can also be used in the reverse capacity to derive a note name and MIDI note number based on the closest note found to a supplied frequency.

This tool is primarily useful in music production - both for studio mixing and recording, as well as in live sound - when it is of particular interest to note the fundamental frequency range of an instrument and/or of the primary notes of a passage played on an instrument.


<<less
Download (17KB)
Added: 2006-01-15 License: Freeware Price:
1384 downloads
Music Recommendations 1.0

Music Recommendations 1.0


Music Recommendations is a very flexible and effective Dashboard widget that monitors your currently playing iTunes song and queries genielab.com with that information, giving you other bands and songs that might be of interest to you. more>> Music Recommendations 1.0 is a very flexible and effective Dashboard widget that monitors your currently playing iTunes song and queries genielab.com with that information, giving you other bands and songs that might be of interest to you.

Requirements: Mac OS X 10.4 or later

<<less
Download (140K)
Added: 2005-10-04 License: Free Price:
downloads
partnermine.com Widget 1.0.2

partnermine.com Widget 1.0.2


partnermine.com Widget is all you need to help you see the latest members who have joined the partnermine.com dating site and might interest you. more>>

partnermine.com Widget 1.0.2 is all you need to help you see the latest members who have joined the partnermine.com dating site and might interest you. And whenever you get bored of your work or are just curious you have our newest members at your finger tips for a quick glimpse.

Requirements: Mac OS X 10.4
<<less
Download (24K)
Added: 2005-06-23 License: Free Price:
downloads
 
Other version of partnermine.com Widget
partnermine.com Widget 1.0see the latest members who have joined partnermine.com and might interest you. partnermine ... members who have joined partnermine.com and might interest you. Also you can have a quick
License:Freeware
Download (23.4KB)
downloads
Added: 2005-06-25
Graphitelicious

Graphitelicious


A graphite theme variation of the Adium IM Aqualicious contact list style more>>

Graphitelicious is an interesting and easy to use graphite version of the aqualicious style for those people with their appearance set to graphite. The colors aren't perfect but would be better soon.

<<less
Download (2KB)
Added: 2009-07-16 License: Freeware Price: FREE
12 downloads
Prime Number Generator 2.1.0

Prime Number Generator 2.1.0


Prime Number Generator - Find prime numbers more>>
This utility will interest you if you like to work with prime numbers.
It has two modes :
Mode A finds primes starting at a number of your choice.
Mode B finds all primes between a start number and a stop number.
It calculates and displays the time it takes to complete your request.
This utility was written in REALbasic for Macintosh and is freeware.
Enhancements:
- Bug fixes.
<<less
Download (1.1MB)
Added: 2007-04-23 License: Freeware Price:
925 downloads
Moby Thesaurus ABC 1.0

Moby Thesaurus ABC 1.0


Verbs & Nouns thesaurus tool. more>>
Moby Thesaurus ABC contains the first part (letters A, B and C) of Moby Thesaurus II by Grady Ward. If there is enough interest I can consider releasing the whole thesaurus.
<<less
Download (3.3MB)
Added: 2004-05-24 License: Freeware Price:
1988 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5