C++11 : Interface Test for dummies...

#include <iostream>#include <string>#include <map>#include <memory>using namespace std;/** * Server Interface */class IServer {protected: string protocol;public: virtual void reponse() = 0; virtual void... [Read More]

The Future of Mobile

So I'm exploring possible software solutions, in the form of a pilot project, to treat and analyse neutron data.Although, for... [Read More]

New article

My last publication while working at the ESRF is finally out:   J. Synchrotron Rad. (2013). 20  [ doi:10.1107/S0909049512049114 ] A survey of global radiation damage... [Read More]