Archive
Browse by tag: Astro(1), Haskell(2), Optimer(1).
- Astronomical effects in Moonrise/Moonset calculations - 8 July 2017Among the other visible celestial objects the Moon is one of the most difficult to calculate.
- The Haskell Cabal - 2 June 2016Cabal is a build and package manager for Haskell. It is considered as slightly outdated in modern Haskell development. Mostly because the new system called Stack has been introduced. But Stack uses Cabal under the hood and understanding of how Cabal works might be useful even if you use Stack for building and packaging.
- Comparing different implementations of Branch and Bound Method - 1 July 2014Optimer library is used as reference implementation.