I am presenting you from the ancient crypts of old back ups. Algorithms implemented in various time and projects. I will update them and add here time to time.
Returns given Julian Day as Calendar Day.
http://github.com/ozkuran/Algorithms/blob/master/java/src/com/ozkuran/algorithms/time/calendarday/
Returns given Calendar Day to Julian Day.
http://github.com/ozkuran/Algorithms/tree/master/java/src/com/ozkuran/algorithms/time/julianday
Calculates Approximation of a Root of a Polynomial using Bisection Algorithm
Calculates value of Pi using Monte Carlo Method