Tags
Archives
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- September 2008
- August 2008
- July 2008
- May 2008
- April 2008
- February 2008
- January 2008
- December 2007
I read them (English)
I read them (French)
Hosting
Monthly Archives: January 2010
Simple mail server report
Here is a small script I wrote a few minutes ago. It gather some informations from the local machine and send them by email to the administrator (me). I plays nice with a @weekly rule in Cron. It is easily … Continue reading
About Apple’s Magic Mouse
In short: wow! I recognize my not really inventive attitude, but I think there is no better summarize about my feelings. Look Well, just by itself, the mouse is really beautiful. I admit it would not be worse with a … Continue reading
Quicksort C++ implementation
Hello. I just had to implement a quicksort algorithm version in C++ for an exercise. Here is what I’ve done: The code on friendpaste.com #include <iostream> #include <vector> using namespace std; void swap(int &a, int &b) { int temp; a … Continue reading
Time Machine, FreeBSD and AFP are on a little boat
Okay, I just had set up a backup system from a MacBookPro (let’s say, the client) to a FreeBSD-powered server (quite boringly, the server). I chose Time Machine because of it’s nice and polished interface and its deep integration with … Continue reading
