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

Interest Method freeware
Filter: All | Freeware | Demo
 

Interest Method

< 1 2 3 4 5 
Added: September 13, 2010 | Visits: 992

Gini Gini project does remote method invocation by generating bytecode for remote object proxies on the fly. Primitive types, arrays of primitive types (arrays of arrays of prim. types, and so on), as well as strings, are passed by value. Reference types, as well as arrays of reference types are...



Platforms: *nix

License: Freeware Size: 33.79 KB Download (104): Gini Download

Added: January 25, 2010 | Visits: 836

FinKit Interest Tables FinKit Interest Tables... A total of 63 tables that can be used as reference data or to calculate interest using FinKit's Interest between Dates calculation. Tables include: money market interest rates, government bond yields, monetary financial institutions interest rates provided by the...





Platforms: Mac

License: Freeware Size: 32 KB Download (111): FinKit Interest Tables Download

Released: January 06, 2010  |  Added: January 25, 2010 | Visits: 2.227

Best Mortgage Rates Calculator Best mortgage rates calculator is a powerful tool to help anyone find the best mortgage rates and therefore interest rate. Best Mortgage Rates calculator helps the user seeking a low interest rate do a simple calculation enabling them to find the best mortgage rates between banks. Finding the...


Platforms: Windows, *nix, Windows CE

License: Freeware Size: 809.87 KB Download (151): Best Mortgage Rates Calculator Download

Released: May 25, 2010  |  Added: June 02, 2010 | Visits: 2.763

Send HTTP Tool Powerful and free bugging/testing tool for web sites and web application. With Send HTTP Tool you able to generate and send different HTTP request to any URL and in a second view full report about the HTTP response. This is a great tool for testing and analyzing HTTP data that comes from and to...


Platforms: Windows

License: Freeware Size: 634 B Download (623): Send HTTP Tool Download

Released: June 25, 2012  |  Added: June 25, 2012 | Visits: 519

BCLUST BCLUST is a small, simple, command prompt based tool specially designed to help you asses reliability of gene clusters from expression data by using consensus tree and bootstrap resampling method. Because of the rapid development of microarray technologies, many of statistical procedures, most...


Platforms: Windows

License: Freeware Download (413): BCLUST Download

Released: September 05, 2012  |  Added: September 05, 2012 | Visits: 932

Easy Mortgage Calculator Easy Mortgage Calculator allows you instantly determine your monthly mortgage payments, total payments, total interest and prepayment savings with a fixed interest rate schedule. One time down payment or monthly prepayment calculation options are available. Major banks compete for your mortgage,...


Platforms: Windows

License: Freeware Size: 276.48 KB Download (480): Easy Mortgage Calculator Download

Released: November 19, 2012  |  Added: November 19, 2012 | Visits: 602

Cyklotron EOD Pro New technical analysis method. New formulas and indicators. Professional tool for market analysts and investors. Stocks, commodities, forex, futures and t-bonds trading become unexpected effective. EOD data in csv and prn formats. Cyklotron finds and optimizes quotes cycle and it generates...


Platforms: Windows, Mac, Linux

License: Freeware Size: 38.15 MB Download (59): Cyklotron EOD Pro Download

Released: October 17, 2012  |  Added: October 17, 2012 | Visits: 860

Icons-Land Vista Style POI Icon Set Icons-Land Company advertises exclusive set of icons - Vista Style Points of Interest Icon Set V2. The images are represented in 4 variations of colors (green, blue, red, orange) and 2 variations of backgrounds (plain and circled). Colors variety helps distinguishing the same objects on the map...


Platforms: Windows, Mac, Linux, Handheld/Mobile Other, Java

License: Freeware Size: 17.49 MB Download (61): Icons-Land Vista Style POI Icon Set Download

Released: January 16, 2013  |  Added: January 16, 2013 | Visits: 551

MB Cyclomancy MB Cyclomancy is a divination method based on problem solving with the help of a numbered wheel. Divination has been used for centuries for fortune-telling and getting spiritual guidance. People have looked upto this kind of psychism to find solutions to their problems. Each psychic chooses a...


Platforms: Windows

License: Freeware Size: 695 KB Download (517): MB Cyclomancy Download

Added: May 10, 2013 | Visits: 455

payment method depends on shipping method  if the shipping is free, you don´t want to offer cod:catalogincludesmodulespaymentcod.php(it also works in any other payment module!)look for:// class methodsfunction update_status() {global $order;change to:// class methodsfunction update_status() {global $order, $shipping;after: if...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (51): payment method depends on shipping method Download

Added: May 10, 2013 | Visits: 502

urrlib2 opener for SSL proxy This small module builds an urllib2 opener that can be used to make a connection through a proxy using the http CONNECT method (that can be used to proxy SSLconnections). The current urrlib2 seems to not support this method.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): urrlib2 opener for SSL proxy Download

Added: May 10, 2013 | Visits: 507

Fast copy of an object having a slow __init__ Special method __copy__ is the easiest way for an object to cooperate with the copy.copy function. This script allows you to bypass the object's __init__, even if it's slow, to get an 'empty' object of this class.


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 370

Simplified attribute accessors using overloading This script presents an ideom for simplified accessors, that combines typical getter and setter functionality of an attribute into a single overloaded method, that instead of getATTRIBUTE and setATTRIBUTE can now just be called ATTRIBUTE. When called without arguments it acts as a getter and...


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 211

InitReplacement InitReplacement script shows you how to replace an __init__ method in ascript sht;/p>


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): InitReplacement Download

Added: May 10, 2013 | Visits: 190

DoDefaultMixin This script is an alternative way to call superclass method code. Mix this class in to your classes, and you can now use the following form to call superclass methods: retval = cls.doDefault([args]) instead of the usual: retval = super(cls, self).methodName([args])


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): DoDefaultMixin Download

Added: May 10, 2013 | Visits: 316

Observer pattern for method calls This script can be good to avoid some limitations of multiple inheritance, when in need to expand functionalities of superclasses in the hierarchy or controlling the classes cooperation.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Observer pattern for method calls Download

Added: May 10, 2013 | Visits: 702

Call a function/method X times per second This simple generator function is used to call a function X times per second.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Call a function/method X times per second Download

Added: May 10, 2013 | Visits: 515

A general solution of Eight Queens This script is a general method to figuren out all solutions of eight queens. Certainly, it can also solve any number of queens. Each solution is a list, and each value of the list represents the column number, at the same time the index of this value represents it's row number. For instance,...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): A general solution of Eight Queens Download

Added: May 10, 2013 | Visits: 281

Overriding __new__ for attribute initialization Whenever a superclass implements a __init__ method to initialize its attributes, subclasses derived from it have to invoke the __init__ method of the superclass. This script is a different mechanism of initializing the attributes of a superclass with default values, achieved by overriding the...


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: June 27, 2013 | Visits: 453

IDMOS IDMOS is a CMS (Content Management System) that fill all requirements in IDM Method. It provides dynamic front-end and administrative tools.Multilanguage, template-based, component-base, it is written in PHP and uses MySQL as DB.


Platforms: PHP

License: Freeware Size: 1.44 MB Download (60): IDMOS Download

< 1 2 3 4 5