GeneralProgramming

Eclipse CDT

Last night I ran through a couple of the tutorials for Eclipse CDT, the C/C++ development tools for the open-source Eclipse IDE. Impressions: I didn't see automatic code completion, along the lines of what the Visual Studio...
GeneralMac

CocoaMySQL

From http://cocoamysql.sourceforge.net/ CocoaMySQL is an application used to manage MySQL databases (locally or over the internet). It lets you add and remove databases and tables, change fields and indexes, view and filter the...