Skip to content

Instantly share code, notes, and snippets.

View daimoniac's full-sized avatar
🇦🇹

Stefan Knott daimoniac

🇦🇹
View GitHub Profile
@itod
itod / split_keyboards.md
Last active June 18, 2025 03:13
Every "split" mechanical keyboard currently being sold that I know of
@BUPTGuo
BUPTGuo / SimpleHTTPServerWithUpload.py
Created November 7, 2015 08:42
SimpleHTTPServer with upload file support, some bug fixed with Python2.7.10
#!/usr/bin/env python
"""Simple HTTP Server With Upload.
This module builds on BaseHTTPServer by implementing the standard GET
and HEAD requests in a fairly straightforward manner.
"""