Category Archives: Asides

XAMPP

I would just like everyone to know how sweet XAMPP is: it’s very sweet. It’s a full package of Apache + MySQL and a slew of admin tools that you can install on your box quickly to host a website. I use it on my home computers to design kickass WordPress sites locally like this one here and it works great on my Mac and Windows boxes. Here’s an article how to use XAMPP to develop WordPress offline before you bring online.

Makefile Madness

OK–
I’ve just completely redone the way the team gets its code to the memory sticks. It’s heavily influenced from the open-source rUNSWift code, who know OPEN-R and Makefiles way better than I. The code is insanely modular which will allow our team to easily port among various platforms, code, and computer configurations.

We now use rsync to more efficiently copy files over, and use Makefiles instead of shell scripts. Moreover, I’ve added a lot more compiling flags to make our analysis of bad code easier.

This takes us a significant step closer to python integration.