Skip to content

Instantly share code, notes, and snippets.

View dearfl's full-sized avatar
💭
I may be slow to respond.

dearfl dearfl

💭
I may be slow to respond.
View GitHub Profile
@dearfl
dearfl / dwm.patch
Last active October 19, 2025 05:48
merged dwm patch
diff --git a/IPCClient.c b/IPCClient.c
new file mode 100644
index 0000000..0d3eefb
--- /dev/null
+++ b/IPCClient.c
@@ -0,0 +1,66 @@
+#include "IPCClient.h"
+
+#include <string.h>
+#include <sys/epoll.h>
@dearfl
dearfl / cargo_lock_crates_generate.py
Created July 30, 2022 17:47
Generate ebuild CRATES var from Cargo.lock
#! /usr/bin/python3
import sys
from collections import namedtuple
Package = namedtuple('Package', ['name', 'version'])
name = ''
version = ''
@dearfl
dearfl / lighthouse_link_error_fix.patch
Last active June 30, 2022 22:07
lighthouse_link_error_fix.patch
@dearfl
dearfl / Gentoo Minecraft Server Scripts
Created August 24, 2021 09:08 — forked from Remz-Jay/ Gentoo Minecraft Server Scripts
Gentoo Minecraft Server Scripts
Gentoo Minecraft Server Scripts