Archive for September, 2006

nvidia test

Tuesday, September 26th, 2006

edit: fixed an error in test Question #1
So, yet another fall career fair has gone by, but this year’s turnout seemed a bit…well…crappy (for computer science, at least). A few of the bigger players were there (Microsoft, nvidia), but most companies were small New York companies that just wanted college students because they can’t afford to pay real people.

(more…)

mmmmlispy

Tuesday, September 26th, 2006

originally written late august ‘06

Earlier this week, I decided to write the CS4 project in Lisp (again), but this time using CLOS and keeping things as parallel between the C++ implementation and the Common-Lisp implementation. Before, the puzzles were represented as property lists of functions to call for getting the initial state, getting neighbors of a state, and checking a state for “done”ness. Now, the puzzles are classes, and what were previously functions are now generic methods.

(more…)


Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.