Skip to content

Instantly share code, notes, and snippets.

View hunterkepley's full-sized avatar
🐪
gamedev and ocaml <3

Hunter Kepley hunterkepley

🐪
gamedev and ocaml <3
  • Red Hat
  • USA
  • 15:55 (UTC -05:00)
View GitHub Profile
@hunterkepley
hunterkepley / sh
Created April 27, 2025 15:08
update-blocklist-pihole
#!/bin/bash
# vars
src=/home/pi/src
#in=$src/in
out=$src/out
rawout=$out/combined.raw
procout=$out/combined.processed
srclist=$src/src.list
pihole=/etc/pihole
@hunterkepley
hunterkepley / 4coder basic project file
Created May 9, 2020 05:58
Basic project file for the 4coder text editor
version(1);
project_name = "Test";
patterns = {
"*.cpp",
".hpp",
".bat",
".4coder",
};