Tag Archives: Programming

Are you a good programmer?

I have just read a funny article about the kind of good programmers at techiferous.com: the philosopher, the inventor, the conqueror, the problem solver..  

Posted in Me | Tagged | Leave a comment

Geographic maps in R: Italy

As suggested by this post, I created an Italian map with the following R code using the sp package and the GADM maps

Posted in Me | Tagged , , | Leave a comment

N queens solution with erlang

“The eight queens puzzle is the problem of putting eight chess queens on an 8×8 chessboard such that none of them is able to capture any other using the standard chess queen’s moves. The queens must be placed in such … Continue reading

Posted in Me | Tagged , , | Leave a comment