Code
Ive got some code here, mainly written in PHP – its all open source – some of it could use some improvement in speed.
I try to develop clever applications in PHP – ones that most PHP programmers dont normally create.
Handwriting Recognition This app uses a Neural Network to recognise your handwriting – its front end was a SVG file which contain embedded javascript but I’ve since upgraded it to Adobe Flex so its now cross-browser compatable.
Sudoku solver This does what it says on the tin. It solves sudoku puzzles. This was my first application written using Adobe Flex as a front-end environmnet. It interfaces with a PHP script which solves the puzzle.
Unencrypt MD5 Reverses MD5 strings to their original content using a binary search and space-time trade of. It will reverse about 20% of passwords using it’s database of 50million strings.