Skip to content

Instantly share code, notes, and snippets.

@NecRaul
NecRaul / QBT_cleanup.py
Last active August 7, 2025 01:05
QBT_cleanup
#!/usr/bin/env python
import os
import logging
import qbittorrentapi
log_dir = os.path.expanduser("~/.local/state/qbt-cleanup")
os.makedirs(log_dir, exist_ok=True)
log_file = os.path.join(log_dir, "qbt-cleanup.log")
@NecRaul
NecRaul / Epoch_mtime_renamer.py
Last active August 7, 2025 01:05
Epoch_mtime_renamer
#!/usr/bin/env python
import os
import sys
script_name = os.path.basename(sys.argv[0])
for filename in os.listdir("."):
if not os.path.isfile(filename) or filename == script_name:
continue
@NecRaul
NecRaul / Starship
Last active July 11, 2025 03:53
Starship
Different Starship configs for different devices.
@NecRaul
NecRaul / Git Copypasta.md
Created March 25, 2025 17:34
Git Copypasta

STOP USING GIT

  • Computers where supposed to run programs SO WHY IS THERE CODE
  • Years of coding yet no reason for anyone who isn't a smelly nerd to understand it JUST MAKE AN EXE AND GIVE IT TO ME
  • "Hello I'd like to run your program. Sure just git clone; ./configure; make; make install" - Statements dreamed up by the utterly deranged.

LOOK at what programmers have been demanding your Respect for all this time, with the computers we built for them!

(This is REAL git, done by REAL programmers)

git checkout master

@NecRaul
NecRaul / BountyChecker.py
Last active August 7, 2025 01:04
BountyChecker
#!/usr/bin/env python
import json
import logging
import os
import requests
import threading
import time
import tkinter as tk
@NecRaul
NecRaul / Archive.py
Last active August 7, 2025 01:03
Archive
#!/usr/bin/env python
import requests
import time
import os
with open("urls", "r") as f_urls, open("titles", "r") as f_titles:
urls = f_urls.read().splitlines()
titles = f_titles.read().splitlines()
@NecRaul
NecRaul / NASUVERSE.md
Last active February 20, 2024 23:23
Nasuverse

So you want to get into Nasuverse

Essentials

These are written by Nasu (unlike most TM stuff that comes out nowadays).

It's recommended that you read/watch/play them in the given order, however you can add other entries in between like reading KNK LN before the movies, playing Tsukihime PLUS+DISC or Kagetsu Tohya between Tsukihime and FSN or reading/watching Fate/Zero between F/HA and MahoYo etc.

  • Kara no Kyoukai (movies)
  • Tsukihime (VN)
@NecRaul
NecRaul / Backlog
Last active April 14, 2025 02:11
Backlog
This isn't my full backlog as I keep my anime/manga/LN backlog seperate.
Some entries in this backlog are there for re-play/re-watch/re-reads.