SWeave's GSU page

Hi. I'm Scott and I'm a senior at Georgia State University, majoring in Computer Science. Thus the incredible web page ;) I need an internship!! Check out my resume. If you like, you can check out the Code Archive page, a collection of some of my school assignments.

Update:01.21.06
Ok. I'm actively applying for jobs now, so I'm putting up some of my newer code from school projects to dazzle prospective employers. First is my Artificial Intelligence project, a chess program written in Java. It puts a lone King in checkmate with a Queen and a King. I've emailed official challenges to Garry Kasparov and the handlers of Deep Fritz; no responses just yet. My program will not stalemate, and the inclusion of random legal moves prevents infinite loops. Here's the short paper I wrote to go along with it. Here's a screenshot of the advanced GUI I've developed.

Second is my part of my Software Engineering project, written in Java with Netbeans. Mainly an exercise in creating GUI's, it also can save data using vectors and serialization. Here's the code, with screenshots here and here.