Archive for February, 2008
Tuesday, February 26th, 2008
I just bought a 1TB Western Digital drive. I am stoked.
However, I tried to format the drive on my Mac (Leopard) and got the error "File system formatter failed" when I tried to format the disk as MacOS Extended (Journaled). Not cool.
I found this forum thread which suggested ...
Posted in mac, tips | 9 Comments »
Wednesday, February 20th, 2008
Let's get one thing out in the open. Curl is sweet. It does it's job very well, and I'm absoutely thrilled it exists.
If you're using curl in your PHP app to make web requests, you've probably realized that by doing them one after the other, the total time of ...
Posted in curl, php | 18 Comments »
Wednesday, February 6th, 2008
I need to compile something and use the MySQL C++ library. I have mysql and mysql++ already compiled, I won't go over how to do that now.
I added the following code to the top of my source:
#include <mysql++.h>
I got an error
/Users/jhaddad/dev/search_engine/main.cpp:4:21: error: mysql++.h: No such file or directory
Not ...
Posted in mac, mysql, tutorial | No Comments »
Wednesday, February 6th, 2008
I wasn't able to find anything that I liked. I basically wanted a front end for curl with bookmarks.
Check out my cleverly named Api Tester. No docs yet, but I hope it's self explanatory. Click the plus on the bottom left to add a bookmark. ...
Posted in mac | No Comments »