Skip to content

Instantly share code, notes, and snippets.

I generated this list from the EFF diceware list and this extremely old urban dictionary popular words list, using the python script included below. If you find a better wordlist, please let me know.

Word Hexspeak
abide AB1DE
able AB1E
acid AC1D
affected AFFEC7ED
affiliate AFF111A7E
afflicted AFF11C7ED
# Merges regionscanner and jeargh world-gen.json output and unify deepslate ores across output
from pprint import pprint
from re import IGNORECASE, sub
from sys import argv
from json import dump, load
def parse_distrib(entry):
values = {}
@xieve
xieve / fira_code_patch.py
Last active March 30, 2021 19:53 — forked from reiver-dev/fira_code_patch.py
Move ligatures for Fira Code font to private unicode area at U+e100
#!/bin/env python3
import os
import sys
import argparse
from glob import glob
from itertools import chain
import fontforge
[2019-02-19T18:36:44] DEBUG: starting process
[2019-02-19T18:36:44] INFO: starting client
[2019-02-19T18:36:44] INFO: command: /usr/bin/barrierc -f --no-tray --debug DEBUG2 --name User-PC --enable-crypto [192.168.178.24]:24800
[2019-02-19T18:36:44] INFO: config file: /tmp/Barrier.OSfLLi
[2019-02-19T18:36:44] INFO: log level: DEBUG2
[2019-02-19T18:36:44] DEBUG1: starting client
[2019-02-19T18:36:44] DEBUG1: thread 0x00000002 entry
[2019-02-19T18:36:44] DEBUG: XOpenDisplay(":0")
[2019-02-19T18:36:44] DEBUG2: can't read property 510 on window 0x00200014
@xieve
xieve / PKGBUILD
Created May 10, 2018 09:00
Arch Linux Canta-Theme PKGBUILD
# Maintainer: xieve
pkgname="Canta-theme"
pkgver=Canta.theme_2018_03_28.r2.90d4075
pkgrel=1
epoch=
pkgdesc="Canta is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie, Pantheon, XFCE, Mate, etc. "
arch=('x86_64')
url=""
license=('unknown')
groups=()