Author Archives: therks

#include Variable.au3 (Update)

Download | View Source Just a small update. Removed the _ExprDump function because it’s redundant and pointless (I forgot it was in there to be honest).

Posted in Coding | Tagged , , | Leave a comment

AutoUpdateIt…

I was updating my AutoIt install just now, and checking the revision history I saw this: Fixed #3606: CheckForUpdates : Extras\AutoUpdateIt\AutoUpdateIt.au3 script. And I thought, “Wow, are they still including that update script I wrote a million years ago?” Yup. … Continue reading

Posted in General | Tagged | Leave a comment

YouTube Playlist Mod

A script I wrote for TamperMonkey to add some checkboxes to the YouTube playlist editor for bulk removing items. // ==UserScript== // @name         YouTube Playlist Mod // @namespace    https://tampermonkey.net/ // @version      Rob // … Continue reading

Posted in Coding | Tagged , , | Leave a comment

ProcRespawn 1.0.0.2

Did some minor upgrades to the program. Update: Using MySingleton.au3 Added: Version number to compiled exe Added: Functions for escaping/unescaping ini values to compensate for data with ini sensitive characters (ie: [ ]) Added: Add by Path button in the … Continue reading

Posted in Coding | Tagged , , | Leave a comment

Floating Clock

A screensaver that displays the time with floating numbers Download | Source

Posted in Coding | Tagged , , , | Leave a comment

Notepad++ Forward

A program to “replace” Windows Notepad with Notepad++. Install Notepad++ first, then place Notepad++Forward.exe in the folder with Notepad++.exe and run to install/uninstall. It doesn’t actually replace Notepad, it uses a registry tweak that forwards any calls to Notepad to … Continue reading

Posted in Coding | Tagged , , | Leave a comment

ProcRespawn

Wrote this program for my brother. He wanted something to run in the background that would make sure certain processes would always be running. Download | Source | Icon

Posted in Coding | Tagged , , | Leave a comment

#include Variable.au3

Functions for dumping variable information. Download

Posted in Coding | Tagged , , | Leave a comment

StickyNotes

My own StickyNotes program because I didn’t like the one that came with Windows. Download | Source | Icon

Posted in Coding | Tagged , , | Leave a comment

Magnet Forwarder

This program passes BitTorrent files and magnet links from one computer to another, allowing you to designate one computer as a media server to do all the downloading and storage. Download | Source | Icon

Posted in Coding | Tagged , , , | Leave a comment