I had a very interesting experience recently trying to figure out how to select a random date between a date range using tSQL, it was […]
How to Iterate Through all Enums from a Class in C#
This took me a good while to figure out. This is specifically for looping through multiple enumerations declared inside of a class. This code would […]
Windows 7: How to locate a task you created in the Task Scheduler
I created a task recently in the windows 7 task scheduler and I couldn’t find my task after I created it. I saw other people […]
Multiple Lines to a Single Line using Powershell
#declare a variable to dump a text file into $a #Pipe the file into the variable using the cmdlet tee-object and pump the unwanted output […]