Follow me
-
Recent Posts
calendar
Recent Comments
- Peter D. on How to use subprocess with PIPEs
- Ali Zhang on About matplotlib colormap and how to get RGB values of the map
- cloud on gimp: how to make a transparent background
- Stan Blum on gimp: how to make a transparent background
- 1125 on pytest-cov collects no data on Travis
Archives
Categories
Meta
Media RSS
Monthly Archives: June 2012
How to add adsense in wordpress
In order to incorporate ads from adsense into your wordpress blog, you can use/install a dedicated plugin that will manage your adsense ID for you. However, you can also do it yourself, which may be more robust on the long … Continue reading
FEDORA: ec-incosolata font missing
Being developer of some R packages, I have to convert some R manual file using pdflatex. Under FEDORA, the conversion seems to work but some fonts are missing. It was not easy to figure out how to fix this issue. … Continue reading
nosetests: setup and teardown methods
nosetests is a tool used to build unit tests in python. Here below, I show an example on how to write a class that will perform some tests (test that a directory that has been created exists indeed). One issue … Continue reading