First impression of Nim was, wow! I’m a big Python guy so the syntax made me feel at home. I installed initially with apt and found it to be a tad old. Still, things worked great until I installed a few packages. None would import no matter what I did….
Video Poker in PowerShell
In between real work I am practicing PowerShell since I don’t use it often. I created a video poker game for something to create. It’s rough and I don’t have time to make it pretty or add a GUI, but maybe it will inspire someone else? I also know very…
How is finding duplicate files with PowerShell using SHA256? Fucking fast.
I just had to do it. I do this because why the hell not? We all have litter. I guess people will be interested in math, data, and AI. How boring… Maybe not boring at work but definitely boring at home. Maybe I’ll get motivated to do some TensorFlow slop….
Nim recursive duplicate file search.
I was wanting to spend some time with Nim programming language since it looks very similar to two of my favorite languages, Python being one. I am very impressed with it so far but I don’t really have anything to write at the moment and the kid keeps bugging me…
Create, insert, and Query SQLite with PowerShell.
Using SQLlite with PowerShell to store and query records using SQL.
Collect user logons from Windows 10 with Python 3.
This is basically how I collect physical user logons along with reboots, etc. I dump this shit into a database and deliver via a web-page so folks can do dated searches by workstation or user ID. Works beautifully. You will need the Win32api libraries. I am running this on a…
Get all installed software on Windows 10 with Python 3 and WMI.
This is very basic and I’d lie if I said I hadn’t tried looping through the registry for 64/32 bit, but this works great and isn’t missing entries. I deliver this in a web page making it easy to do look ups on most machines in my org. Tweak as…
Get keywords from YouTube video meta tag.
Get YouTube keywords easily with Python and make it a TK GUI app.
Execute PowerShell from Python
Execute PowerShell from Python returning Python data stuctures.
List or search all installed apps on Ubuntu 18.04 with Python.
I was bored… Of course this can be done easily in the terminal, but what’s the fun in that? This should work on any flavor of Debian/Ubuntu.