? Install Software


?? Explorer++ with Tabs


? Torrents (2025)

Torrent Sites:

Guides & Aggregators:

Old/Archived:


?? Utilities


??? Programming Tools

  • txt2re ? Generate regular expressions from sample text.

? Notepad++

Tips:

  • Ctrl + Shift + L ? Delete current line
  • Ctrl + Shift + ? / ? ? Move line

Add text to every line:

  1. Press Ctrl + H for Find/Replace.
  2. Find: ^
    Replace with: your-text
  3. Click Replace All

Guide: Stack Overflow Link


? Timelapse & Camera Tools


? Video Editing


? YouTube Downloader: yt-dlp

Example CommandsBack to top

# MP3 audio download from playlist
yt-dlp --ignore-errors --format bestaudio --extract-audio --audio-format mp3 --audio-quality 160K --output "%(title)s.%(ext)s" --yes-playlist "<YouTube playlist URL>"

# Best quality video/audio with chapters
yt-dlp -f bestvideo+bestaudio/best --add-metadata --output "%(title)s.%(ext)s" --embed-chapters --yes-playlist "<YouTube playlist URL>"

# Full path FFmpeg usage
./yt-dlp.exe --ignore-errors -f bestvideo+bestaudio/best --add-metadata --output "%(title)s.%(ext)s" --embed-chapters --ffmpeg-location "C:\Path\To\ffmpeg.exe" --yes-playlist "https://youtube.com/playlist?..."

Download as .m4a

./yt-dlp -f 139 https://www.youtube.com/watch?v=saZ3EHWFZSY

Longplay Music Downloads

./yt-dlp.exe -f 139 https://www.youtube.com/watch?v=maGd0hDdq_Y
./yt-dlp.exe -f 139 https://www.youtube.com/watch?v=56N7tzInaD0
./yt-dlp.exe -f 139 https://www.youtube.com/watch?v=0Ru9O_oWrzE
./yt-dlp.exe -f 139 https://www.youtube.com/watch?v=SQM38DJdaeU
./yt-dlp.exe -f 139 https://www.youtube.com/watch?v=Ax98mPq0bvA
./yt-dlp.exe -f 139 https://www.youtube.com/watch?v=Tp7qJxfmrfo

? iPad & Tweak Tools


? System Tools & Utilities


? Disk & System Cleanup


? Disk & Boot Tools


? Adobe Genuine Service ? Disable Popup

  1. If popup is showing, open Task Manager ? End task on popup.
  2. Run GenP as admin:
    C:\Users\username\Downloads\GenP.v3.5.0-CGP\GenP 3.5.0.exe
  3. In GenP:
    • Select: Main - Pop-up (remove)
    • Tools: Remove AGS

? Audio Mixer

Virtual audio routing, EQ, and more. Donationware.


? Safe Browser & Tools


? Git Tools

{upload}