Code in C# to generate and solve a Boggle board. It's highlight is an intelligent representation of words in memory that aids recursion while minimizing the memory space usage.
Link to download code: http://src.devghai.com/boggleNet/zipball/master
Cloning is not available yet.
This repo holds code that was made in around 2.5 months in latter part of 2011 while pursuing graduate studies at CMU. Information about the project can be found at http://www.etc.cmu.edu/projects/survey/.
The admin panel was hacked together in last few weeks and hence is not a good judge of how I would write UI code.
The funnest part was found after I was done with the project... I didn't know anything about JSON-RPC but it turns out I had designed and implemented the full JSON-RPC spec even without knowing it!
'extern' directory contains a doc that contains script that was used to data mine car data, and also the complete documentation about the project that was submitted at the end of the semester.