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

Posted in Programming | Tagged , , , , , | 2 Comments

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

Posted in Programming | Tagged , , | Comments Off on It lives!

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

Posted in Programming | Tagged , , , , | Comments Off on A short note on arrays and ncurses with a bit of a git.

I’m getting there.

Update on progress for the sudoku C ncurses programming I’m putting together for self education. Continue reading

Posted in Programming | Tagged , , | Comments Off on I’m getting there.