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 <[email protected]> | |
# Maintainer: quietvoid <[email protected]> | |
_plug=bm3dhip | |
pkgname="vapoursynth-plugin-${_plug}-git" | |
pkgver=2.13.15.g2c18cfa | |
pkgrel=1 | |
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)" | |
arch=('x86_64') | |
url='https://github.com/WolframRhodium/VapourSynth-BM3DCUDA' |
OlderNewer