Use coveralls.io on your Plone package
Why would you need coveralls.io?
coveralls.io is a nice cloud service which tracks your code coverage. It is free for opensource projects.
Very late announce of libmodbus v3.1.0
OK last year, I've silently released libmodbus v3.1.0 and it's never too late to announce it!
libmodbus 3.1.0 (2012-06-22)
Major changes to handle many slaves in RTU mode, non blocking connections and
RTS flow control.
Autres Lectures - Application artistique et littéraire
Autres Lectures
Lire, verbe et action connus de tous mais vécus de différentes manières. De tous temps, l’écriture et la lecture marquent l’évolution de civilisations. L’écriture définit par exemple la séparation entre la Préhistoire et l’Histoire. Elle est pratiquée depuis fort longtemps. Nous ne savons pas très exactement depuis quand elle existe, mais nous situons son apparition à plus de 3000 ans avant J.C. Elle a connu différents supports, dont la plupart des anciens nous sont parvenus. Nos ancêtres ont lu sur des parois rocheuses, leurs descendants sur des plaques transportables, les descendants de ceux-ci sur des rouleaux de papiers (papyrus, par exemple, mais aussi sur des peaux d'animaux), les leurs, enfin, sur des feuilles de papiers reliées, paginées etc. : le codex.


Drape lines on a DEM with PostGIS
This article gives a few SQL commands to drape 2D geometries on a DEM (Digital Elevation Model), in order to obtain 3D geometries.
We use PostGIS 2, and its rasters support especially.
Load your DEM
Assuming you have a DEM compatible with GDAL, you can easily load the raster into the database using these commands.
OpenStreetMap cartographie votre ville en temps réel
Des travaux de voirie ont eu lieu devant les locaux de Makina Corpus à Toulouse. La peinture à peine sèche et le béton tout frais coulé, nous avons intégré ces nouveaux aménagements dans OpenStreetMap.
Error compiling lxml for plone/FreeBSD 64: src/lxml/lxml.etree.c:1380: error: expected specifier-qualifier-list before xmlRelax
Recently I had to install Plone on a freshly installed FreeBSD 9 system having Intel Core i5-2400 CPU.
It is always a little bet to install Plone on FreeBSD as there is often a system parameter or GCC option to set manually.
This time Plone built was failing on the lxml installation:
Test your Leaflet applications with Mocha
Pretty much like n1k0, I feel like I had learned Javascript three or four times, from the alert() back in 1997 to this article about automatic testing.
Diazo: Copying all element content but one into theme and moving this one into another element of theme
Recently I ave to update a Plone theme based on the diazo/plone.app.theming.
The problem was this one: Replacing all the content of theme element '#portal-column-content' by all the content of content element having the same id but #socialtools. And copying the content of #socialtools into theme #tools