Pinned Repositories
assert2ify
A macro to switch all assertions against the more powerful assertions from the assert2 crate
blog
My public notepad in blog form
faer-rs
Linear algebra foundation for the Rust programming language
fluent-comparisons
A crate offering a fluent syntax for comparing multiple left hand sides to one common right hand side.
funcpp
A collection of tools to facilitate expressive (maybe even functional) programming. Written in C++17
MetaProgrammingShenanigans
A half-serious repository to collect various meta programming things that don't warrant their own repo.
parse-variants
Derive the Parse trait for enums and use it to comfortably parse either variant of the enum.
roxygen
Add documentation to function arguments in Rust
varpro
A library for least squares fitting of separable, nonlinear models to data.
zigpio
Trying go get some GPIO working using only Zig and no external C libraries
geo-ant's Repositories
geo-ant/varpro
A library for least squares fitting of separable, nonlinear models to data.
geo-ant/roxygen
Add documentation to function arguments in Rust
geo-ant/fluent-comparisons
A crate offering a fluent syntax for comparing multiple left hand sides to one common right hand side.
geo-ant/zigpio
Trying go get some GPIO working using only Zig and no external C libraries
geo-ant/funcpp
A collection of tools to facilitate expressive (maybe even functional) programming. Written in C++17
geo-ant/MetaProgrammingShenanigans
A half-serious repository to collect various meta programming things that don't warrant their own repo.
geo-ant/blog
My public notepad in blog form
geo-ant/faer-rs
Linear algebra foundation for the Rust programming language
geo-ant/parse-variants
Derive the Parse trait for enums and use it to comfortably parse either variant of the enum.
geo-ant/quick-builder
A builder derive macro that checks as much as it can at compile time but also provides hooks that allow run-time verification.
geo-ant/zigimg-sdl-test
Playing around with zigimg and sdl2
geo-ant/actix
Actor framework for Rust.
geo-ant/apply_if
Conditionally apply a closure to an item or return it
geo-ant/argmin
Mathematical optimization in pure Rust
geo-ant/box-decryptor
Open source code for basic Boxcryptor file decryption
geo-ant/builder-experiments
experimenting with the trait system for other builder patterns
geo-ant/computer_enhance
Source code for the https://computerenhance.com programming series
geo-ant/dotfiles
This will eventually contain my dotfiles, system configurations, vim config and so on
geo-ant/enum_all_variants
Generate a list of all enum variants using Rust
geo-ant/faster-orchard
Faster and simpler impl of my C++ orchard simulation
geo-ant/levenberg-marquardt
Provides abstractions to run Levenberg-Marquardt optimization
geo-ant/nalgebra
Linear algebra library for Rust.
geo-ant/nvim
My neovim configuration based off layzvim
geo-ant/orchard
A perplexingly complicated simulation of a trivial children's game.
geo-ant/pigpio
pigpio is a C library for the Raspberry which allows control of the General Purpose Input Outputs (GPIO).
geo-ant/qdrant
Qdrant - Vector Database for the next generation of AI applications. Also available in the cloud https://cloud.qdrant.io/
geo-ant/qdrant-rust-client
Rust client for Qdrant vector search engine
geo-ant/rusty-orchard
An implementation of my orchard simulation in Rust.
geo-ant/sdl-example
Example usage of zigimg using SDL2
geo-ant/ziglings
Learn the Zig programming language by fixing tiny broken programs.