When firefox extensions mess it up

Yeehah i found a new way to burn my Firefox profile … upgrading extensions. Very nice huh ? Here is the outter-space-sticky-bottom-bar new firefox extension from hell:

You won’t be able to live without it :)

more ...

PyRXPU and Unicode

In a previous post i was discussing about PyRXP .. Now i’m playing with PyRXPU which aims to PyRXP with Unicode support … But, i’m not sure to understand the crap strings it returns:

>>> import pyRXPU
>>> pyRXPU.version
'1.05'
>>> doc = pyRXPU.Parser().parse('<foo>Bar</foo>')
>>> doc
(u'\U006f0066o …
more ...

My new mail checker

It’s been long to find the mail checker of my dreams. Embrace is a little E17 application which can monitor pop,imap(s),etc mailboxes. Currently, 0.0.1 version displays read/unread mail number per mailbox, that suits my needs for the moment :-)

Also, Debian sid users may …

more ...

Inserting legend in images using PIL

I wanted to insert legends directly in images instead of displaying them below respective images. ImageMagick can do that (Text directive) but it’s not smart enough to make the legend always visible, even in dark images (if the legend color is black). So i used this script to accomplish …

more ...


Merry Christmas !

Are you happy with your christmas presents ? Were you a good boy/girl during 2004 year ? I have one more for those of you who don’t have a GMail account yet :)

A GMail invite for first 10 comment posts on this article. Don’t forget to supply an email …

more ...

About PyRXP

PyRXP claims to be the fastest Python XML parser around… but this has a price. Once XML is parsed, you get a tree structured as tuples, lists and dictionnaries. While this is very Pythonic, it’s not so trivial to write/read code handling such a tree.

People at Reportlab …

more ...

progressCopy

I use to deal with large files under the console (copying iso images, videos) but cp doesn’t display much informations. Few days ago i read a post from Richard Jones who wrote a very nice iterator aimed to display ETA informations about tasks on the console. So, here comes …

more ...

XMLObject mutates to EaseXML

In a previous post, i was discussing about Project name clashing. Since then i decided to find a new name for the Python/XML data binding project i’m maintaining … Which is EaseXML !

EaseXML 0.2.0 is out. I hope it won’t collapse with another project now :)

update …

more ...

Shut up, noisy computer !

Now computers tend to be more and more silent, even servers (have a look at latest Dell ones) become noiseless. I had a quite peacefull mini-computer (EPIA M9000 + Cubid 2699) during more than one year, but it wasn’t really fanless (1 8mm noisy fan, 2 short-life 8mm case-fans), though …

more ...