Sidebar

Condor script for launching a povray job in parallel

povray_condor.pl is a perl script to start rendering of a povray scene via condor, splitting the scene into separate pieces and then reconstituting the final image. The script requires povray, imagemagick and the tool combineppm that can be obtained from here. The script also writes out a timing value in seconds to a file.


Opera bookmark to XML converters

There are two perl scripts to convert and manipulate Opera bookmark files. They are an extension of the op2xbel script originally written in Python by Lars Marius Garshol and rewritten in perl by Briac Pilpréby. On one hand the script was modified to extract a complete subfolder of a huge opera bookmark file (op2self). On the other hand, one can export into a docbook conforming XML document instead of Opera adr to xbel conversion (op2docbook). The docbook XML source can then eg be included as a chapter or so in a docbook documentation.

The scripts are available from this server (op2self, op2docbook).