Skip to main content

Stupid Test

Not that it matters but...


StupidTester.com says I'm 7% Stupid! How stupid are you? Click Here!


I'm not sure it's that accurate. : )

Comments

Popular posts from this blog

I love the sound of the rain in the trees. I am just sitting here on the couch surfing the web in the pouring down rain. It is soo cool to look out the window and realize that for the first time in my 25 yrs that these are our trees. Not our landlords, not my parents, Precia and Me, our trees. The sound is very soothing, more so than staring at a computer screen but what else is a geek like me going to do at 8:00 on a Thursday night. Joe came over tonight so we had brats, we were going to cook them on the grill but then it started pouring down rain, and I didn't really want to roll out the awning as it was getting windy too. So we came back inside and cooked the on the Foreman grill, just as good but not near as fun. We chatted a bit about life in general watched some movie trailers. It was fun. Now I am just waiting for Precia, she should be home soon, she had to play at Graduation today for some kids that will be singing. I hope she is having a good time. Until then, mor

Create a SHA1 hash of a string

This function will take a string and return the hashed value using System.Security.Cryptography; public static string GetSha1(string value) { var data = Encoding.ASCII.GetBytes(value); var hashData = new SHA1Managed().ComputeHash(data); var hash = string.Empty; foreach (var b in hashData) hash += b.ToString("X2"); return hash; } Thanks to Lars-Erik

Moving?

American Cities That Best Fit You: 65% Austin 55% Denver 55% Miami 55% San Diego 50% Atlanta Which American Cities Best Fit You?