History always repeats itself and sometimes that's good. Here's a second chance to be part of it: tmdtc.com
Thursday, 10 November 2011
Pourquoi reprendre des études?
Voici une mini-présentation que j'ai donnée aux étudiantx de BAC à l'UCL sur les raisons de mon retour à l'univ et l'utilité d'étudier l'informatique.
Tuesday, 10 May 2011
Friday, 22 October 2010
Installing Mozart/Oz on a 64 bits Ubuntu
It's not that hard, and is based on information gathered on the net ( here and on the mailing list).
First, install emacs and libc6-i386
Then download the binary tarball from the mozart website, and decompress it in /usr/local:
You can now setup you PATH so that the oz executable is found immediately:
And here comes something I didn't find on the net: you should call the oz exectuable by telling it it's running on another architecture (see man setarch). That is done here by prepending the oz command by linux32:
You can of course ease this by creating an alias:
Now you show be able to start oz and Browse some data.
There's also a directory /usr/local/mozart/lib and you might need to add it to /etc/ld.so.conf , but that was not needed for me, but I'm still a beginner in Mozart :-)
First, install emacs and libc6-i386
sudo apt-get install emacs libc6-i386
Then download the binary tarball from the mozart website, and decompress it in /usr/local:
You can now setup you PATH so that the oz executable is found immediately:
echo 'PATH=$PATH:/usr/local/mozart/bin' >> ~/.profile
. ~/.profile
And here comes something I didn't find on the net: you should call the oz exectuable by telling it it's running on another architecture (see man setarch). That is done here by prepending the oz command by linux32:
linux32 oz
You can of course ease this by creating an alias:
echo 'alias oz="linux32 oz"' >> ~/.bash_aliases
. ~/.bash_aliases
Now you show be able to start oz and Browse some data.
There's also a directory /usr/local/mozart/lib and you might need to add it to /etc/ld.so.conf , but that was not needed for me, but I'm still a beginner in Mozart :-)
Thursday, 15 April 2010
Overclocking with liquid Nitrogen
Monday, 12 April 2010
Bande annonce de l'Éveil
Voici la bande annonce de L'Éveil, un chouette livre fantasy écrit par une jeune auteure. Encouragez-la et partagez cette video autour de vous! De plus, le livre est écrit avec Lyx ;)
Monday, 5 April 2010
fault tolerant loading of js with yui
Monday, 22 February 2010
Parking in Brussels
Subscribe to:
Posts (Atom)