Skip to content

Instantly share code, notes, and snippets.

View quietvoid's full-sized avatar

quietvoid

  • Canada
  • 20:51 (UTC -04:00)
View GitHub Profile
@quietvoid
quietvoid / pgen_client.py
Last active May 26, 2023 17:21
PGenerator client to send patches manually
import argparse
import socket
import math
def send_cmd(cmd):
client_socket.send(cmd.encode() + PGEN_CMD_END_BYTES)
res_bytes = client_socket.recv(1024)
end_idx = res_bytes.find(PGEN_CMD_END_BYTES)
@quietvoid
quietvoid / generate-routing.py
Created August 1, 2023 00:25
Download Wahoo routing tiles from bounding box
#!/usr/bin/python
from collections import defaultdict
from pathlib import Path
import requests
valhalla_tiles = [{'level': 2, 'size': 0.25}]
@quietvoid
quietvoid / PKGBUILD
Last active July 1, 2025 14:02
vapoursynth-plugin-bm3dhip-git
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
# Maintainer: quietvoid <tcChlisop0@gmail.com>
_plug=bm3dhip
pkgname="vapoursynth-plugin-${_plug}-git"
pkgver=2.14.22.g200250b
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://github.com/WolframRhodium/VapourSynth-BM3DCUDA'
From f66f1eb6589dfd1385a9f33abb7d31d0d0b836ba Mon Sep 17 00:00:00 2001
From: quietvoid <39477805+quietvoid@users.noreply.github.com>
Date: Wed, 12 Nov 2025 12:37:06 -0500
Subject: [PATCH] Revert b43a9b8efb44fd69f32d79ae52e224f455aae1a3
---
...ux-headless-monitors-on-wayland-3783.patch | 779 ++++++++++++++++++
PKGBUILD | 8 +-
2 files changed, 785 insertions(+), 2 deletions(-)
create mode 100644 0001-Revert-fix-linux-headless-monitors-on-wayland-3783.patch
@quietvoid
quietvoid / PKGBUILD
Created January 8, 2026 11:23
subrandr
# Maintainer: quietvoid <tcChlisop0@gmail.com>
pkgname=subrandr
pkgver=1.0.1
pkgrel=1
pkgdesc='An experimental subtitle rendering library (C-API)'
_rootdir="${pkgname}-${pkgver}"
arch=('x86_64')
url='https://github.com/afishhh/subrandr'
license=('MPL-2.0')