Mac OS X and IntelliJ crashes
I've struggled in the past several weeks with repeated crashes from IntelliJ IDEA on Mac OS X. I suspect it started right after the upgrade to 1.6.5 and the ...
I've struggled in the past several weeks with repeated crashes from IntelliJ IDEA on Mac OS X. I suspect it started right after the upgrade to 1.6.5 and the ...
I've spent my Sunday working on the backlog of my pictures. I'm far from done but this one really stroke me. I took the picture last month in Bruges, Belgiu...
Le samedi 23 octobre à partir de 15h et jusqu'à 18h, Antonio Goncalves, Arnaud Héritier et moi allons faire une après-midi dédicace au Monde En Tique à Paris...
Last night, I read some articles about Tor. Tor is an anonymous network that redirects your communications securely and anonymously across the Tor network be...
If you remember, I like to write my getters this way (long story here) public String getName() { return this.name; } public void setName(String name) { this...