This Bash script will convert Apple HEIC to JPG. It will also save you a little space without losing image quality in the process. It will delete HEIC files that were successfully converted so if you don’t want that, comment the rm line. If you just want to copy photos…
Secure Passwords With PowerShell Module
This module will securely store passwords in PowerShell with ease. No need to manually manage passwords used in your scripts.
How to create a PySimpleGUI program

A program written in Python 3 and PySimpleGUI that copies Lollipop playlists to iPhone.
Copy playlists from Lollipop music player on Linux to iPhone

Copy music on Linux to iPhone the easy way with this simple script and Lollipop music player.
Simple Sort Enabled Paginated ASP Table
I don’t do a lot of web development, certainly when I do it’s in PHP running in Apache and not C# ASP in IIS. But recently I had to build some tools in ASP using C# to replace my older Python/Apache site. I am learning as I go; although, I…
Name Capitalization Class in C# and PowerShell
Little class in C# and PowerShell that allows you to easily capitalize a user’s name.