Category Archives: Coding

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

FolderDump

Use this program to pull all the files from subfolders into the parent folder (pass the target folder as a parameter, ie: FolderDump.exe “C:\Downloads\Torrents”). Download | Source

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

Dragon’s Dogma Dark Arisen – Save Manager

A simple save file tracker/manager for Dragon’s Dogma. Download | Source

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