Tag Archives: binary

Another Way to Show Bitwise Operation Results

This is something that came to me as I was working to do some bitwise operations for a project that had a lot of pInvoke stuff and required that I do some shifting of bits. Being that I wasn’t all … Continue reading

Posted in powershell | Tagged , , , | 5 Comments

PowerShell Binary Clock: Round 2

As you have seen in my previous post where I built a “proof of concept” binary clock (which I think was the first binary clock built using PowerShell, but have not been able to confirm yet), it worked as well … Continue reading

Posted in powershell, scripts | Tagged , , , | 1 Comment

Building a Binary Clock with PowerShell

I was busy surfing the web when I could have been working on some PowerShell scripts (or doing yard work outside) when I came across a binary clock. I don’t quite remember how I got to the page showing a … Continue reading

Posted in powershell, scripts | Tagged , , , , | 3 Comments