Posts
Published 26 August 2011
in archive
with tags
gamedev
,
xna
,
csharp
So just to give you an example of how clean you can make your code, let us look at a very simple menu screen, which simply asks for any key to be pressed. As you can see, it's -very- clean.
Continue reading …
Published 26 August 2011
in archive
with tags
csharp
,
xna
,
gamedev
I have been doing some XNA, and in order to utilise some sort of game screen system without using a Microsoft version, I've created this. Some parts have been borrowed from the internet, such as ServiceExtensionMethods, but it works very well.
Continue reading …
Published 15 April 2011
in archive
with tags
arduino
,
remotecontrol
,
csharp
I will comment this more when I get time, just posting the code for a forum right now!
Continue reading …
Published 14 April 2011
in archive
with tags
yql
,
yahoofinance
I am writing a bit of code to grab stock data and Yahoo's CSV data source is absolutely terrible. Commas in the middle of data in a CSV file? madness!
Continue reading …
Published 26 January 2011
in archive
with tags
microsoftexcel
I hate it in Excel when my currency has to be either spaced out nicely OR red when negative. There is the currency, which has nice colours, for negatives, which is good. But then the accounting format has nice spacing, with the pound sign on the left.
Continue reading …