Monthly Archives: August 2006

Update: Sudoku

So using the same algorithm I changed the variable from 9 to 16. Which suprisingly worked right away. This however takes almost a full minute. I’m working on a better appoach the results of which will be uploaded. It is … Continue reading

Posted in Puzzles | Comments Off

Update: Sudoku

I have added a method to solve puzzles utilizing the same method I already wrote to generate Sudoku puzzles. So now we can solve them given information. It is cool to watch when given just a little bit of information … Continue reading

Posted in Puzzles | Comments Off

Introducing: Sudoku

So last night I got this bright idea to create my own Sudoku generator. The first iteration it randomly generated the first row and for each row after that it kept generating random arrays until they fit. This worked for … Continue reading

Posted in Puzzles | Comments Off

Google Video Redone…

Check out the results of a recent project I am working on.

Posted in Coding | Comments Off

Google Video Redone…

So I figured out a way to recreate the same stuff Google, YouTube, and BroadRamp are doing only using free and open source software. ffmpeg For conversion from to FLV flvmdi To add the XML so it streams FlowPlayer To … Continue reading

Posted in Projects | Comments Off