Pinned Repositories
advent-of-code
Solutions for https://adventofcode.com/
auto_ops
Macros for overloading operators easily in Rust.
Castle-of-Despair
An almost-game I made a long time ago
codecrafters-grep-rust
https://app.codecrafters.io/courses/grep
codecrafters-http-server-rust
https://app.codecrafters.io/courses/http-server
codecrafters-interpreter-rust
https://app.codecrafters.io/courses/interpreter
nucleo-f446re
Rust BSP for Nucleo-F446RE dev board
PortableVorbis
Software and hardware designs for a cheap portable Ogg/Vorbis player.
schach
Some kind of interactive chess
til
Today I Learned
schteve's Repositories
schteve/nucleo-f446re
Rust BSP for Nucleo-F446RE dev board
schteve/advent-of-code
Solutions for https://adventofcode.com/
schteve/auto_ops
Macros for overloading operators easily in Rust.
schteve/Castle-of-Despair
An almost-game I made a long time ago
schteve/codecrafters-grep-rust
https://app.codecrafters.io/courses/grep
schteve/codecrafters-http-server-rust
https://app.codecrafters.io/courses/http-server
schteve/codecrafters-interpreter-rust
https://app.codecrafters.io/courses/interpreter
schteve/curry
schteve/deku
Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization
schteve/FreeRTOS-rust
Rust crate for FreeRTOS
schteve/PortableVorbis
Software and hardware designs for a cheap portable Ogg/Vorbis player.
schteve/schach
Some kind of interactive chess
schteve/til
Today I Learned
schteve/git2-rs
libgit2 bindings for Rust
schteve/kamino
Help manage your git repo clones to keep them in sync with the server
schteve/mandelbrot_wasm
A Mandelbrot set viewer using WASM
schteve/PyGriddler
Solving Griddler Puzzles With Python
schteve/quadtree-image
Use quadtrees to compress an image
schteve/quotes
Some quotes or ideas that I felt like jotting down for some reason
schteve/rust
Empowering everyone to build reliable and efficient software.
schteve/rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/nightly/clippy/
schteve/rust_euler
Rust solutions for Project Euler problems (https://projecteuler.net/)
schteve/switch-hal
Rust no_std embedded-hal driver and traits for Input/Output switches (leds, transistors, buttons, switches)
schteve/toy-freertos-nucleo-f446
A toy application to demonstrate FreeRTOS running on a Nucleo-F446 with Rust
schteve/vorbis_decoder
An Ogg/Vorbis decoder written in Rust