Using Objective-C's dynamic runtime behaviour
Originally posted by Dan on 08:09 Wed 19 September 2007, last modified 12:43 Thu 6 November 2008.
File under: objective-c os x programming
Originally posted by Dan on 08:09 Wed 19 September 2007, last modified 12:43 Thu 6 November 2008.
File under: objective-c os x programming
Originally posted by Dan on 08:45 Mon 14 May 2007, last modified 08:58 Mon 14 May 2007.
File under: 3rd party tools os x software webdesign
Coda is a pretty good application for web development, and for a version 1.0 bit of software it's also fairly polished. However it's not excellent, and there are a couple of quirks which annoy me enough to write this:
Originally posted by Dan on 05:00 Wed 31 May 2006, last modified 12:40 Thu 10 May 2007.
File under: 3rd party tools os x programming
I do like my graphical front ends; but I am also quite partial the the unix back end of OS X. The AI of SAMRAI stands for Application Infrastructure, which means that it is essentially a lot of code that helps someone wishing to develop a parallel adaptive mesh refinement application do exactly that. Applications are built using the Makefile system; SAMRAI has a configure file, so that it can be incorporated into the developer's own Makefile.
To use Xcode with SAMRAI, it just requires modifiying some build settings, and adding some libraries. Here's what you do...
read more...Originally posted by Dan on 05:00 Mon 29 May 2006, last modified 13:41 Mon 7 May 2007.
File under: 3rd party tools c++ os x programming
I actually started this post around early April, but discovered that my SAMRAI install wasn't actually quite right; which took me a month or so to sort out. Eventually I got SAMRAI and a Level Set Method library working. Only now have I found time to putting some information on the web that some people might find useful.