Posted

16 May 2008 @ 8pm

Posted in: CSSRubyWeb

No Comments Yet

CSSpress

So today I launched a little command line application for compressing CSS files.

[Read more →]

 

Posted

9 May 2008 @ 3pm

Posted in: Ruby

Comments Off

Binary Tree in Ruby

Today I thought I would have a play at implementing a binary tree in ruby and see if I could dig up any things I had not used before.

[Read more →]

 

Needleman-Wunsch algorithm in Ruby

While at university I had the pleasure of studying bioinformatics. Bioinformatics is all about using the processing power of computers to lean about and infer data from DNA and protein sequences.

For example if you want to find the common parts of a DNA sequence from 500 different sequences and each sequence is 50000 bases long it will take some time to compare them all and you are bound to make some mistakes.

This is where bioinformatics comes in and uses tried and tested computer science principles to make these large tasks easier, more accurate and faster. One example is the Needleman-Wunsch algorithm which is used to score a string of bases against another.

[Read more →]

 

Java Paint: Part 1

Java includes a load of libraries for creating applications with graphical user interfaces (GUI). One of the first things that a programming student is introduced to when learning about Java GUI development is drawing shapes onto a “canvas”. In this post I am going to talk about Java Swing objects that can help achieve this and begin to flesh out a little program that demonstrates some of the ideas that are covered.

[Read more →]

 

Posted

15 April 2008 @ 3pm

Posted in: IEWeb

No Comments Yet

This is very depressing!

Who will rid me of this turbulent browser?

[Read more →]

 

Have you been fireballed?

Daring Fireball the excellent blog by John Gruber occasionally brings sites to their knees in a digg-esk manner if he deems them worthy of a link.

From this day on, the effect will be known as being FIREBALLED. (If this has already been done or has an even more witty name its my bad!)

Update: John already uses it, Doh! Oh well back to the drawing board.

 

BBC iPlayer on the Mac

Recently the BBC have launched the iPlayer. This is a service which allows people to watch TV programs or listen to radio shows from that last 7 days again on their computer as many times as they like. That is unless they have a Mac.

[Read more →]

 

Mootools and its documentation

So today I was trying to update my moose56.com homepage and thought I would add some javascript effects using the Mootools library.

[Read more →]

 

Leopard 10.5.2 update pain

Well it did arrive after all. My update was not totally strait forward however so just incase it happens to anyone else here is how I dealt with it.

[Read more →]