Proper shutdown of a ScheduledExecutorService
How to avoid an easy pitfall when deferring periodic jobs for the future through this popular interface.
Emulating ExpectedException with the command pattern
Implementing a custom version of a very useful jUnit utility.
Functional Rationals in Scala
A simple Scala API for “pure” rational numbers, covering some nice features of the language for novices.
Covariance convergence given new data points.
A MATLAB-powered investigation of how the covariance matrix of a dataset is affected at the limit of new, potentially noisy, data.