Archive for the ‘General Development’ Category

Remote Debugging PHP from vim I’ve recently been using PHP a lot.  I’ve also been using VIM a lot.  So, it makes sense that I would start using the PHP remote debugger, right?  Well, the problem is (and don’t take this the wrong way), the php remote debugger plugin for vim was written in 2004, [...]

Thursday, August 5th, 2010 at 08:41 | View Comments

Note 1: The method described here should also work in Mac OS X Leopard or Tiger, just get the appropriate versions of SIMBL / Visor. Note 2: If you don’t want everything on my bullet list, just follow the steps appropriate for what you want to accomplish. Note 3: I have provided .patch files, etc. [...]

Wednesday, July 21st, 2010 at 08:09 | View Comments

After recently answering a question on Stackoverflow using Boost.Preprocessor, i wondered how the sequences, e.g. SUM_MACRO((1)(2)(3)), actually work.

Saturday, July 3rd, 2010 at 09:18 | View Comments

Ahh, the great debate; which is the best text editor of them all?  I have used many of them, but I keep falling back to what for me is the classic one: VIM. Second to VIM, however, I have always been very impressed with TextMate. There are features in TextMate that just make me happy.  [...]

Tuesday, May 11th, 2010 at 13:21 | View Comments

With template metaprogramming and the Objective-C runtime bridging between Objective-C and C++ can be simplified. This post describes a prototype for generating Objective-C delegates that bridge to C++ code.

Friday, March 5th, 2010 at 09:19 | View Comments
TOP