Skip to content

Instantly share code, notes, and snippets.

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

kiedtl kiedtl

💭
I may be slow to respond.
View GitHub Profile
@kiedtl
kiedtl / uranium.lua
Last active July 23, 2023 12:17
Glory to the People's Republic. Glory to Dear Leader
#!/usr/bin/env lua5.3
function shallow_copy(t)
local t2 = {}
for k,v in pairs(t) do
t2[k] = v
end
return t2
end
@kiedtl
kiedtl / !README: opentype-bitmap.pe and opentype-bitmap.py
Created June 10, 2025 10:51 — forked from Earnestly/!README: opentype-bitmap.pe and opentype-bitmap.py
Convert PCF and BDF files to bitmap only OpenType (.otb) using fontforge
Convert PCF and BDF files to bitmap only OpenType (.otb) using fontforge
If you have a new enough fontforge, the python version of this script can
optionally read filenames from standard input, generating multiple .otb
font files as it finds new families. It also handles gzipped PCF and BDF
files.