Blog

How to build OpenCV for android on Snow Leopard

posted: 2011-02-21 21:30:37



I thought I would post up a tutorial of something that I have had to do recently and thats build OpenCV for android on Mac OS Snow Leopard. First things first, if you haven't already realised the ...

read more

Duke Nukem Forever is finally being released

posted: 2011-01-25 20:49:39



It's finally here..... after 12 years of waiting Duke Nukem Forever will finally be released on the 3rd of May 2011. ...

read more

Copy on write

posted: 2011-01-02 17:46:10



When using a language like php it's easy to forget about what is happening in the background when we perform even very simple operations such as a copy of an array. When we make a copy of an array, P...

read more

Marianas Space Adventure beta released

posted: 2010-12-08 17:29:36



Marianas Space adventure is a game that I wrote where you navigate a shuttle around the screen collecting the floating penguins whilst being subject to the gravitational pull of some strategically pla...

read more

How many of following have you worked on

posted: 2010-09-18 11:09:00



Recently I was thinking about the many comical terms, that have been assigned to software over the years. Here I have compiled a list of variations on the ware names. The only thing that can be guaran...

read more

Fretractor 0.1 released on Linux and Windows

posted: 2010-09-03 19:21:36



Fretractor is a simple guitar scale tool that I made. The features include tunable strings, so you set the tuning of each specific string, for example if you down tune or play with drop tunings you ca...

read more

Session cookies and curl in PHP

posted: 2010-08-13 21:29:33



This is a quick example of how to use curl in PHP to send login information via POST using CURLOPT_POSTFIELDS to a webserver and the use the CURLOPT_COOKIEJAR and CURLOPT_COOKIEFILE store and re-send...

read more

Splash screens with wxSplashScreen

posted: 2010-08-01 10:34:37



This isn't going to be the biggest tutorial as I have had very little time this week. So this one is going to be very simple. I am going to show you how to make a simple splash screen for your wxWid...

read more

How to setup an svn server

posted: 2010-07-18 11:09:39



This is a guide to setting up an svn server. First be sure that you have subversion installed on your server. If you wish to use the webdav apache module, then you will also need libapache2-svn. If y...

read more

Why you should use PHP Iterators and IteratorFilters

posted: 2010-07-04 10:29:49



One of the major advantages to come from the SPL is the introduction on the iterator interface and her derived classes. The iterator interface contains 6 abstract functions. abstract pub...

read more

<< Previous | 1 | 2 | 3 | 4 | Next >>