dirq.net

the life and work of dirk watkins

February 1, 2012
by Dirk Watkins
0 comments

Find Things Using Port 80

You can use this cool DOS command to find anything using port 80 on your Windows machine.  Actually, you could find connections to any port by just switching the “:80″ portion of the command. netstat  -aon|findstr :80  

May 21, 2008
by Dirk Watkins
Comments Off

The Wisdom of Debugging

“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.”

March 25, 2008
by Dirk Watkins
Comments Off

Spreadsheet Puzzle Game

Here’s a new game that I found that is pretty fun.  It takes the idea of an Excel spreadsheet and makes it fun.  You need to move around filled in cells and use warps to get to a goal. Kind of like Kwirk in … Continue reading