While working with Flex and Bison to build a compiler, I wanted to stick with Python a little. That's why I use Scons to build C/C++ files and the final application. I did not find any complete Sconstruct file to build such application, that's why I want ...
read moreOther articles
Parse a JSON file with comments
I like to use JSON files with python. It's very simple to read and use such files. For example:
JSON file
{ "username": "John Smith", "age": 42, "list": ["a", "b", "c"] }
Python script
read moreimport json with open('file.json') as f: d = json.load(f) print d['username'] print d ...
Compare two versions of a TeX file in a Git repository
Converting two columns paper to ebook screen size
I recently bought a Kindle 4 and this device is simply wonderful. Reading an e-book is delightful and I recharged it only twice since I have it. One problem is reading two columns papers. It is just unreadable because too small on the kindle screen.
A solution consists in using ...
read moreInstalling Sozi on Mac OS X
Update (March, 2013): Link to tdelahais guide (Mountain Lion up-to-date guide)
Update (done) (August 14th, 2012): I will clean up my system and reinstall Sozi in a few days in order to describre precisely all steps. I'll also clean up comments (but bugs and problems will be described in ...
read moreGeocaching, Geo-quoi ?!
Article rédigé pour le journal associatif Coin, de l'Association des Étudiants en Informatique de l'Université Lille 1
read moreGéocaching - Chasse aux trésors grandeur nature
Dans cet article, je vous propose de dévouvrir le Géocaching, un moyen de renouer le lien avec un loisir d'antan : la chasse aux trésors ...
Page 1 / 1