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

Volhard Method Calculations freeware
Filter: All | Freeware | Demo
 

Volhard Method Calculations

< 1 2 3 4 5 
Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 549

iOvulate Calculator for Mac OS iOvulate Calculator is a software tool that helps you determine which days you are more fertile so you can achieve pregnancy, based on calculations of your menstrual cycles. iOvulate Calculator uses the rhythm method, optimized by doctors and specialists, and tested in hundreds of fertility...



Platforms: Mac

License: Freeware Size: 5.6 MB Download (479): iOvulate Calculator for Mac OS Download

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

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: June 08, 2012  |  Added: June 08, 2012 | Visits: 680

MB Sade Sati MB Sade Sati Software is a very significant astrology tool that does free sade sati calculations for you and lets you know if you are under the sade sati influence of Saturn or Shani. The sade sati analysis or the sade sati interpretation delivered by MB Sade Sati Software also explains to you...


Platforms: Windows

License: Freeware Size: 1.44 MB Download (432): MB Sade Sati Download

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

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

Released: January 27, 2013  |  Added: January 27, 2013 | Visits: 590

MB Lunar Parallax MB Lunar Parallax is an astrology calculator that does free lunar parallax calculations and lets you know the lunar parallax at the time of your birth. Lunar parallax or the altered positions of the moon help in finding the exact lunar position that is significantly essential for the generation...


Platforms: Windows

License: Freeware Size: 1.22 MB Download (558): MB Lunar Parallax Download

Released: January 04, 2013  |  Added: January 04, 2013 | Visits: 705

MB Moon Void Of Course MB Moon Void of Course Software does lunar phase calculations or moon void of course analysis and tells you if a particular time is appropriate for you to take major decisions or carry out an important plan. The void of moon effects on you are revealed through the moon’s void of course...


Platforms: Windows

License: Freeware Size: 1.32 MB Download (543): MB Moon Void Of Course Download

Released: March 06, 2015  |  Added: November 28, 2015 | Visits: 21.435

PTC Mathcad Express PTC Mathcad Express is free-for-life engineering math software. You get unlimited use of the most popular capabilities in PTC Mathcad - the most powerful technical calculation software available. Easily solve, document, share and reuse vital calculations. If you download and choose the trial...


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

License: Freeware Size: 1.06 GB Download (142): PTC Mathcad Express Download

Added: May 10, 2013 | Visits: 561

Fedex Zone Shipping Calculations This will calculate Fedex Express shipping based on the zone rates that Fedex publishes on their site.This does NOT use any Fedex api, cgi or gateway. It is completely self-contained.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (67): Fedex Zone Shipping Calculations Download

Added: May 10, 2013 | Visits: 461

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 (57): payment method depends on shipping method Download

Added: May 10, 2013 | Visits: 505

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: 513

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: 376

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: 213

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: 194

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: 322

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: 709

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: 520

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: 288

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: 457

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

Added: August 03, 2013 | Visits: 471

Sudoku Easy/Medium Solver Script This is a small project aiming to prove a theory that grids can be solved using only the "possible value" method, whereby the numbers are filled in according the condition that that position has only one possible value, in filling this in, possible values matching this number on the same x and y...


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (43): Sudoku Easy/Medium Solver Script Download

< 1 2 3 4 5