Archive for April, 2007
Stefano and I have been doign a few questions from past year’s UNSW progcomps. I just did the first question from 1997, simple quiz generator, have a play:
~davidc/bin/quiz_generator
The idea is you enter a paragraph or two, and all digit strings are replaced by underscores and the answers appear at the bottom. There can [...]
At the moment it doesn’t recognise diagnoals – but it will soon .
SSH/Putty into CSE and play two-player connect four! ~davidc/bin/connect_four
Update: Diagonals now work! Have fun
Lately I’ve been thinking a bit about which subjects I’d like to do after first year, so this evening I constructed an enormous list of would-do subjects from the UNSW handbook, and eventually came up with this plan for my degree. Unfortunately it was impossible to fit everything, this plan is by no means [...]
I think I’ve finally finished the cs1911 assignment after much painful/enjoyable debugging. If anyone is bored enough to test it with some obscure cases just run ~dgcl807/cs1911/assignments/assign1, it should be world-executable now, and let me know if you find any problems!