Before PyCon, I was approached by a representative from Packt Publishing to review one of their books. They wanted me to read Daniel Arbuckle's Python Testing: Beginner's Guide. I'm not really into testing frameworks or test driven development and thought this would be a good excuse to learn the methodology and see if it was […]
This week I was tasked with trying to find a way to find out what the Peak Commit value was on our virtual workstations. The reason being that we are trying to save money and were wondering if we were allocating too much memory or not. We didn't need the Total Commit Charge or the […]
Have you ever wondered what software was installed on your PC? Most people who use Windows would probably go to Add/Remove Programs to find out this information, but they're not programmers. No, programmers have to script it because it's just in our blood to do so. I actually had another reason to do so: my […]
February 25, 2010 by
Mike Back when I first wrote about creating shortcuts with Python last month, I kept thinking to myself that I had a 3rd way of doing it. Today, I had to maintain some of my shortcut code and I stumbled upon it once more. I also noticed that my post had received a comment from Tim […]
February 14, 2010 by
Mike I do a fair amount of technical support in addition to my software development. In our small shop, we get to troubleshoot anything that is related to technology, from networks to software to printers. I think one of the most annoying aspects is trying to get printers to work the way the user wants. Another […]
February 13, 2010 by
Mike A couple weeks ago, I wrote about some scripts we use at work for creating shortcuts to various programs in Windows. Well, we also push out updates to some programs which change the paths of the programs and then we need to change the user's shortcuts to match. Unfortunately, some user's will change the name […]