This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| from collections import defaultdict | |
| from pathlib import Path | |
| import requests | |
| valhalla_tiles = [{'level': 2, 'size': 0.25}] | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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') |
OlderNewer