The smart home has gone through quite a convergence in the last few years. Modern protocols like Z-Wave & ZigBee,…
PowerShell code to submit a feed to Google Search Appliance: $dataSource = "MyFeed" # replace this with your datasource name…
If there are less than 7 days left in the month, then it's the last weekday of this type in…
I had to spend quite a bit of time figuring this out. So hopefully this will help someone out there.…
Do you ever have the problem where you start a long running script (such as running a code build), multi-task…
I found out the hard way that mvn (Maven) on Windows always return a success code of true, which means…
The PowerShell Tee-Object Cmdlet allows you to send command output to a file or a variable, and display it in…
$tempFile = [IO.Path]::GetTempFileName() An empty file created immediately when you call this method. Remember to clean it up when are…
.NET/C# Programming Thread synchronization: Wait and Pulse demystified. By Nick Butler. Use a shortened GUID for file names and request…
A while ago I had been posting my Finds of the Weeks series and this is the continuation of that.…