Pinned Repositories
bulkRenamePythonTool
Ever wished you could rename a list of files with a multi-line text editor like notepad++? First python script creates a file called rename.txt which you can edit however you like. The second script implements your edits.
exapunks_metalang_compiler
I created a metalanguage and a compiler for the game ExaPunks
geo-offset-test-server
This is a testing tool for my attempt to contribute an offset trait to the `geo` crate
megalinref
A python module built in Rust for converting coordinates to road chainages and vise-versa
nicklinref_rust
Slice segments of the Western Australia Road network based on SLK
nicks_line_tools_rust
parse_wkb
Pure python library to parse WKB (Well Known Binary) GIS geospatial geometry format
uiua-keypad
Uiua Keypad for vscode (unofficial)
thehappycheese's Repositories
thehappycheese/parse_wkb
Pure python library to parse WKB (Well Known Binary) GIS geospatial geometry format
thehappycheese/megalinref
A python module built in Rust for converting coordinates to road chainages and vise-versa
thehappycheese/uiua-keypad
Uiua Keypad for vscode (unofficial)
thehappycheese/neo4j-date-min-max-udf
min / max functions for dates
thehappycheese/windows_pen_tablet_rust
Use rust to read pen pressure - demo of various methods
thehappycheese/wintab_lite
Read pen tablet pressure with these lightly oxidized wintab bindings
thehappycheese/nicklinref_rust
Slice segments of the Western Australia Road network based on SLK
thehappycheese/fernet_keyring_tempfile
Use cryptography.Fernet to encrypt and store a tempfile, automatically store the key in keyring. Indended to thrawrt only the most basic filesystem scans for plaintext tokens.
thehappycheese/fetchopendata
Python package with helper functions to download miscellaneous open datasets
thehappycheese/homogeneous-segmentation
Port of HS packaged from R to python
thehappycheese/igor
This is a collection of vendored vs code extensions packaged into a single extension
thehappycheese/matplotlib
matplotlib: plotting with Python
thehappycheese/merge-segments
merge tables that have with an interval index (eg from/to or start/end columns)
thehappycheese/nickkerish
A dummy Jupyter Kernel implemented in Rust using ZeroMQ
thehappycheese/nicklinref_csharp
this is an attempt to reproduce part of nicklinref_rust in C#
thehappycheese/nickmap-bi
NickMapBI is a PowerBI custom mapping visual
thehappycheese/nprog
thehappycheese/nservo
A driver for the popular PCA9685 servo driver breakout boards
thehappycheese/octotablet
High-level Tablet/Stylus API for Rust
thehappycheese/pandas-aiohttp
Adds `Series.aiohttp.get_text()` and `Series.aiohttp.get_json()` to pandas Series objects.
thehappycheese/pied-piper
Pied-piper sculpture setup steps for raspberry pi 5
thehappycheese/segmenter
A tool to segment road network data into even chunks and other segmentation tools
thehappycheese/Shaders_RadianceCascades
thehappycheese/spline-interpolation-even-spacing
Demo showing how to interpolate splines with evenly spaced points using only numpy.
thehappycheese/splits-rs
thehappycheese/uiua-vscode
Uiua language client extension for VSCode
thehappycheese/uiua_kernel
IPython kernel for Uiua crudley implemented using a python wrapper.
thehappycheese/voronoi-pixelate
thehappycheese/wingnut
a basic clone of superflight in threejs for learning purposes
thehappycheese/x86_asm_buildo
For fun, I tried to compile x86 assembly from scratch on windows. I found success, and pain.