Author: John Andersen

Using Python Property() Features

I was looking around and ran across the python builtin function property(). In other programming languages we are used to making things public/private and using getters/setters. In python this is not the usual way of doing...

Read More

Garage Sale with Ease!

I recently purchased a Garmin Nuvi 650 and have since used it to help me with my Garage Sale needs. Now, when I want to go garage sale’ing I’ll look up all of the addresses in the paper and copy and paste them into a text file...

Read More

Remote Desktop and the /console switch

In the past, Windows 2003 and Vista would only allow you to connect to the main windows session through Remote Desktop if you used the /console switch when calling mstsc. However, if you have recently upgraded to Windows XP SP3...

Read More