Monthly Archives janvier 2008

DBus-Explorer 0.3.1

A little update for 0.3 fixing some reported issues and adding new features. What’s new : New improved Parser, support complex D-Bus type expression Search function modified to behave more naturally Synced icons with MD Various cosmetic & bugs fixes (including the two issues reported by Anders Rune Jensen ) Download : Source Debian package

Premiers résultats à l'UTBM

En direct du oueb : CM11 – ADMIS (E ) LO10 – ADMIS (A ) MG00 – ADMIS (E ) MT11 – ADMIS (B ) PM11 – ADMIS (C ) PS12 – ADMIS (A ) Quelques impressions : J’ai apparement majoré en LO10 (final expédié en 1h, c’est bien le seul d’ailleurs ) et en [...]

Pour les résultats des finaux

Juste un petit script Python à mettre en anacron :

Travels in preparation

Strasbourg : after a little momentum during when I thought that, in the end, C# was not admissible in the exams, I received today a mail telling that I had been selected for the semi-finals of Prologin in February. Yay ! Brussels : if everything go smoothly I should be able to attend this year [...]

It's again that time of the year

1:=> (define old-age 18)  old-age 1:=> (define current-age (+ 1 old-age))  current-age 1:=> (print current-age)  19 Why Scheme ? Because parentheses are funny and because I hope this year to be as funny as the precedent. (BTW: It also marks the first birthday of this blog )

Philosophy

Trying hard to write good and functional Scheme, while you come from a totally imperative world, is like recursively shooting yourself in the foot.

ParserNg

First of all, happy new year everyone. ParserNg is the name of the new parser that I committed today in git. It’s a somehow more flexible redesign of the precedent parser which allow to parse D-Bus type expressions to other things than just string and will, thus, facilitate the coding of, both, the code autogenerator [...]