Slashdot Mirror


User: Dresdin1

Dresdin1's activity in the archive.

Stories
0
Comments
5
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5

  1. Re:Back in the Old Days... on Does Your Debugger Sing to You? · · Score: 1

    I get to hear all of the USB traffic off of my old Sound Blaster. :)

  2. Re:Care to hear some of this???? on Does Your Debugger Sing to You? · · Score: 1

    Sorry. Here's the link again.
    http://www.cs.purdue.edu/homes/apm/listen.html

  3. Care to hear some of this???? on Does Your Debugger Sing to You? · · Score: 1

    I am actually doing some research on this fall. This is the LISTEN project that we are working on at Purdue University. Check out some of the music that was created. I'll be working on a port to JAVA. Pretty cool stuff. I think you can listen to a BubbleSort and a Selection sort compiled into music. http://www.cs.purdue.edu/homes/apm/listen.html I think this could be very useful determining the flow of your code. Multi-threading would be even more fun to find solutions. Whatcha' think?

  4. Re:Generic Version Control Interface on Designing a New Version Control System? · · Score: 1

    I suppose MS SCC wouldn't happen to be written in Java right? (heh) This generic interface is multiplatform. :) b.

  5. Generic Version Control Interface on Designing a New Version Control System? · · Score: 1

    I thought this might be a good time to get a feel of what's out there. Some classmates and I have created a generic interface to multiple version control systems. (Perforce, CVS so far...) We haven't really looked into how useful this might be. The software has been designed to let people write their own plug-ins for different systems. Whatcha think? b.