Pages
-
Recent Posts
Tags
applescript App Store backups bash Brick Wall bugs C Casey checkinstall Chef's Book Clocks Cooking Core-Data Core Graphics Dynamic Drawing games gdb git gym Icons ImageMagick iOS ipad iphone MagickWand migrations Music ncurses NSManagedObject objective-c OCR OpenCV Optical Character Recognition packaging Photography Programming Puzzles Rsync source sudoku Time Ubuntu UITextField utility XCode
Tag Archives: Puzzles
A strange bug moving from 64bit to 32bit.
So I installed an SSH client on my iPhone today, TouchTerm (which so far I think is excellent, especially how it handles ctrl keys etc.), and the first thing I do? SSH to my server and compile the previously mentioned … Continue reading
It lives!
Finally. Stripped out loads of code having realised that keeping a list of possible answers to each square is all well and good but the computational time spent maintaining it outweighs the benefits of just err.. well figuring it out … Continue reading
A short note on arrays and ncurses with a bit of a git.
So ncurses operates on a y,x co-ordinate system. All of it’s functions expect y first, for example: getyx(y,x); which gets the location of the cursor putting the values into y and x. This sounds a bit counter intuitive to us, … Continue reading
I’m getting there.
Update on progress for the sudoku C ncurses programming I’m putting together for self education. Continue reading