Pinned Repositories
llm-bridge
A rust service to stream LLM responses to clients.
algorithms
algorithms implemented in Rust (and maybe some Python)
anthropic-in-a-shell
An aesthetic way to use Anthropic claude api via the command line.
c-basics-60-minute-blitz
60 minute intro to pointers, double pointers, void pointers, memory allocation and deallocation, structs, typedefs, C Strings, File I/O, command line args to programs, simple testing with no added dependencies, and makefiles
card-game
comprehensive-rust
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
esoteric-programming
experiments with un-safe techniques and esoteric programming
infinite-canvas
draw on an infinite canvas
infinite-canvas-webgl
A project for learning Webgl and Webassembly while building a Rust based infinite canvas. Focus on Performance.
neo-space-b2b
jakehendersonx's Repositories
jakehendersonx/c-basics-60-minute-blitz
60 minute intro to pointers, double pointers, void pointers, memory allocation and deallocation, structs, typedefs, C Strings, File I/O, command line args to programs, simple testing with no added dependencies, and makefiles
jakehendersonx/infinite-canvas-webgl
A project for learning Webgl and Webassembly while building a Rust based infinite canvas. Focus on Performance.
jakehendersonx/neo-space-b2b
jakehendersonx/algorithms
algorithms implemented in Rust (and maybe some Python)
jakehendersonx/anthropic-in-a-shell
An aesthetic way to use Anthropic claude api via the command line.
jakehendersonx/card-game
jakehendersonx/comprehensive-rust
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
jakehendersonx/esoteric-programming
experiments with un-safe techniques and esoteric programming
jakehendersonx/infinite-canvas
draw on an infinite canvas
jakehendersonx/keyvalue.c
A tiny key value store in pure C
jakehendersonx/machine-learning-practice
jakehendersonx/nvim_configs
my neo vim configurations
jakehendersonx/rust-ml-inference
A library for running GPU accelerated Neural Networks on the web via webassembly. Train your Neural Net in PyTorch, convert it to ONNX, then do GPU accelerated inference on it via rust WASM.
jakehendersonx/info_theory.c
information theory exercises in C
jakehendersonx/jakehendersonx.github.io
writing about software I find interesting
jakehendersonx/learn-gleam
learning the basics of gleam
jakehendersonx/mini-redis
async in rust
jakehendersonx/neo-space
Infinite Canvas in Rust Webassembly. Draw, diagram, generate, animate, share. Local or in browser. NO CORPORATE MIDDLEMEN.
jakehendersonx/neon-genesis-guis
Recreating GUI display animations from Neon Genesis Evangelion and uses them for practical purposes.
jakehendersonx/neospace-canvas
A typescript infinite canvas implemented with no frameworks
jakehendersonx/neural-network-intuition
A collection of neural nets trained to do pedantic or simple tasks like reversing words or adding.
jakehendersonx/neural-network-visualizer
a neural network visualization tool built in react
jakehendersonx/spellcaster
A game where you have to write spells to execute them, in C (raylib).
jakehendersonx/tiny-neo-space
an even smaller canvas drawing app in Rust thats just simpler to work with.