Recent posts / Archive

Categories

Posts matching category: 3rd party tools

Using Git

Originally posted by on 15:35 Wed 6 February 2008, last modified 12:45 Sat 9 February 2008.

File under: 3rd party tools git phd programming scm software

Source Code Management (SCM) is one of those things that computer scientists and geeks love to talk about, and I think I've just worked out why! When you get a new SCM tool working, and the coin drops - it's awesome! It's like the most impressive Hello World ever. Previously I've used Concurrent Versions System (CVS), which is the only time I've actively collaborated on a software project, and when I started my PhD I used Subversion. I'm a follower of fashion when it comes to SCMs, and as you've probably seen, Git has been spotted all over the internet. So I thought I'd investigate, and this is what I've discovered after using it for around 3 months.

read more...

edit or comment

SQL - it is very handy!

Originally posted by on 11:13 Sat 14 July 2007, last modified 11:24 Sat 14 July 2007.

File under: 3rd party tools covariates MySQL phd

SQL is really very useful. This single query allows me to find the greatest range of a particular variable for every day in my database (which is over 5000 days) read more...

edit or comment

Coda: Some Thoughts

Originally posted by 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 LogoCoda 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:

read more...

edit or comment

Developing SAMRAI apps in Xcode

Originally posted by on 05:00 Wed 31 May 2006, last modified 12:40 Thu 10 May 2007.

File under: 3rd party tools os x programming

XcodeI 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...

edit or comment

Building SAMRAI on OS X Tiger

Originally posted by 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.

read more...

edit or comment