Category: Programming
Basic Audio Player with Playlist in Godot 3.4.2
If you are wanting to learn Godot and maybe want do more than game development – GUI smart phones apps – here is an example of an app that plays audio.
Vector Keyboard Language Reference
Reference keyboard for Russian, French, Spanish, and German with English as the base language for language learners.
Simple Sort Enabled Paginated ASP Table
I don’t do a lot of web development, certainly when I do it’s in JavaScript and/or PHP running in Apache and not C# 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 have done things in […]
Name Capitalization Class in C# and PowerShell
Little class in C# and PowerShell that allows you to easily capitalize a user’s name.
A Simple Python Flask Web App
There are times when you need a very simply tool to do something rather trivial that needs to be accessible to various users. If it’s simple enough it seems rather silly to stand a server and install Apache to make some simple configuration changes. This is where Flask can shine. Let’s take a look at […]
PowerShell Class to Generate SQL Insert statements
There are better ways to do inserts but sometimes you just want to generate SQL. Maybe? Either way, it shows the use of classes in PowerShell.
Getting Installed Software on Red Hat Servers Remotely
If you need a quick and dirty way to get installed software from many Linux servers with minimal effort in Python this might be helpful.
Remove AD Accounts and User Share
A quick and dirty AD account cleanup script that can be ran as a task in any domain. This program will remove AD accounts older than 90 days that are sitting in a disabled state. Hope it’s useful to someone looking for an example.
VPN Count Dashboard Example
Before all hell broke loose I built a dashboard for management to give a near real-time view of health, errors, etc. Once we got sent home to work and we popped most of the work force on VPN, I was tasked with adding a widget to show connected users. Of course this is an example […]
Python and Gtk code to reduce file size and resize images for web usage.
I needed a tool for my wife to resize images for her blog and I found one called Trimage. I wasn’t much fond of it so I wrote my own, it’s fast and stable for only a days worth of coding. To run the code directly you’ll need GObject and PIL, you might want Pillow […]