24 May 2019A simple and elegant implementation of the list zipper data structure.
17 Feb 2017A reflexion on error handling and application modeling through various variations of data modeling. We look at old C fashion, object languages, and more functional approaches.
21 Dec 2015A quick starting guide to the C++ boost library module property_tree.
27 Aug 2013We treat three historical ways to handle errors, and consider a functional approach using monades to handle error in C++. We provide a C++ implementation unsing templates and discuss the pros and cons.
25 Aug 2013Initiation à la bibliothèque réseau SEDNL.
21 Aug 2013Présentation de la bibliothèque C++ SEDNL.
16 Aug 2013Une micro-bibliothèque pour jouer une mélodie polyphonique sur arduino en C. Contient le code, la documentation, et la melodie de tétris comme exemple.
16 Jul 2013On discute des entrées et sorties paresseuses en Haskell et des soucis qu'un comportement paresseux peut poser.
12 Jul 2013Une introduction aux nouveux aspect fonctionnel du C++ 11. Il y est question de lambdas, et les applications partielles.
30 Jun 2013Introduction à CMake.