Bluetooth Reset Script in Powershell

I recently had a need to be able to reset Bluetooth from a Powershell script. I found a lovely little script at https://techcommunity.microsoft.com/t5/windows-powershell/switch-bluetooth-off-and-on-via-powershell/m-p/2275616 that neatly fit the bill. But there was a little more to it. It had to run based on a Windows event. I needed the script to run when I opened my Read More …

Another Sierpinski Triangle Program for the Color Computer

As part of my continuing series of fractal programs for the TRS-80 Color Computer emulator, I am offering the following program that was converted from an AppleSoft example at RosettaCode. The program creates the classic “Chaos Game” Sierpinskiย  triangle. We showed a version of this program that creates the Sierpinski Triangle in a slightly different Read More …