🪐 stable
- template A bare-bones template for projects (currently only Python).
🚀 alpha
- mermazing A mermaid.js editor with a few extra features (try hovering over nodes).
- cvgen A tool for generating multilingual LaTeX CVs from YAML.
🪀 proof-of-concept
- thinkgen 🤔
- hangul A port of es-hangul to Python.
- kubernetes-the-hard-way-aws A tutorial for manually setting up a basic Kubernetes cluster on AWS.
🧑🔧 developing
🗒️ gists
- SSEGenerator A class that facilitates streaming server-sent events while keeping code modular and complexity low. Useful for stream-based APIs such as LLM applications.
- text color utils A set of utilities for finding the best text color for a given background color. Adheres to WCAG guidelines.
- syntactic sugar for parametrizing in pytest A decorator wrapper for parametrizing tests in pytest.
- bulk amend git commits for rebase merge A script that amends multiple git commit messages by adding a common suffix or reference number (e.g. GitHub issue number).
- generate encoding examples A script that generates text encoded in various languages.
- get_orbit() A function that, given two points in 3D and an optional origin, return coordinates of points in the great circle orbit.