Tor AutoSwitcher – Switch Tor Identities Automatically

December 1st, 2010

Tor AutoSwitcher is a free utility that automatically switches Tor  to a new identity every 10 minutes. The time interval is configurable. In case you’re wondering what the hell “Tor“ is and why would anyone care about “switching” their identity, here’s a relevant quote from the Tor article Wikipedia: Tor is a system intended to […]

Continue Reading...

How To Get Per-Core CPU Usage

April 17th, 2009

It’s pretty easy to get the average CPU usage, but how about calculating the per-code load on multicore systems? Turns out it’s also simple enough if you use performance counters. Windows API includes a subset of functions that provide various performance-related information, which includes data on how busy individual processors or cores are. In this […]

Continue Reading...

Automatically Restart Crashed Or Hanged Applications

March 4th, 2009

Don’t you hate it when programs hang or crash? I find it especially annoying when a background application like an IM client or a bandwidth monitor silently crashes – sometimes I only notice the problem hours later when I’ve already missed a bunch of messages. I’m sure you’ve encountered a few “Not responding” errors and […]

Continue Reading...

Top 4 Free Embedded Databases

February 25th, 2009

I need an embedded database for my next project. During the last few days I’ve done a lot of virtual leg-work researching and comparing the various alternatives, trawling through documentation and forums. The results are below. Hopefully, if you’re ever in the same situation, this list will make your life a bit easier. Of course, […]

Continue Reading...

Random Person Name Generator

February 7th, 2008

I decided to put a person name database I found to good use and make a person name generator. Here it is! The generator uses Markov chains. Most of the source code is available for download.

Continue Reading...