Python
- Async Python Tricks
December 27, 2021
How to start an async Python program, how to run async code in a thread, or from a thread, how to use uvloop, and some examples of different asynchronous tasks you can start.
- Async Python: Debug Mode and Warnings
December 27, 2021
How to adjust output from Python's asyncio library.
- Intro to programming using Python at Equipo Academy’s College Simulation Day
November 21, 2021
A programming tutorial given over the years.
- Configuration files for Linux/MacOS
November 21, 2021
My dotfiles and a script to quickly backup and restore them.
- the_long_count
January 26, 2020
Some functions for computing using the Long Count, a Mayan numeric system for dates.
- hrpypy
January 26, 2020
Mini Python interpreter in Python by ROGUH
- i3empty
December 11, 2019
Quickly switch to a new numbered workspace. Utility for the i3 window manager.
- Linux and MacOS configuration files
September 7, 2019
My portable, personal, developer-centric setup for common Linux and MacOS tools.
- pympw
July 12, 2019
A Python implementation of the Master Password algorithm v3 with a nice Linux CLI
- polybar-themer
November 15, 2018
A theme generator for polybar, a popular status bar for Linux. Uses math and advanced YAML parsing to generate colorful, sensible color schemes.