04 March 2006
ASPN : Python Cookbook : Sudoku Solver using a 3D-metaphor
by bcpbcp (via)This script views a sudoku problem as a 3-dimensional binary cube. It solves the sudoku problem by wiping away x,y,z points from this cube until the solution appears.
25 February 2006
PHP Development - Smart Forms
by bcpbcp (via)The script has more than 20 validation types and extra features (character counter for textarea and input tags, auto-tabbing input tags, etc) that can be added with minimal modifications to html code.
19 January 2006
1
(3 marks)