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

Posted in wordpress | Tagged | Leave a comment

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

Posted in Linux | Tagged , | 1 Comment

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

Posted in Python | Tagged , | Leave a comment