Skip to content

Instantly share code, notes, and snippets.

View bblurock's full-sized avatar
🚀
OWNRIDES Thailand officially launched!

bblurock

🚀
OWNRIDES Thailand officially launched!
View GitHub Profile
@bblurock
bblurock / list.md
Created November 16, 2020 15:33 — forked from ih2502mk/list.md
Quantopian Lectures Saved
@bblurock
bblurock / fontgen.py
Created February 6, 2016 03:28 — forked from medicalwei/fontgen.py
fontgen.py with faux bold and height adjustment code
#!/usr/bin/env python
import argparse
import freetype
import os
import re
import struct
import sys
import itertools
import json