I have lots of snippets of code that are extremely useful to me in a great deal of projects and I'm going to put as many of them as I can on this website in the future. The first one I'm going to share with you is a watchdog timer. Basically what it does is raises an exception on portions of code that take too long to complete. As ever, there's not warrenty of any kind and it's being put into the public domain. I'm not sure it'll work on windows. ...