chinoto
Former web developer. I play with code occasionally. Go to my website and LinkedIn profile for more.
Minneapolis, MN, USA, Earth, Solar System, Local Galactic Group, Virgo Supercluster...
Pinned Repositories
crenshaw_compiler_js_port
Progress of following Crenshaw's compiler tutorial using javascript.
damian_website
The source of Damian's website.
nbfilter
Nested Boolean Filter Interface
rainbow_emanator
Library for producing a series of RGB values of a radial gradient in a specified grid.
rust_prime
Multithreaded prime generator in Rust
rust_raytracer_iow
"Ray Tracing in One Weekend" done in Rust
scheduler
string_finder
A test for an idea to use in BruteForce-rs
wasm_persistent_data
Experiment to hold a reference(s) to WASM data and manipulate it on the host side of the boundary
chinoto's Repositories
chinoto/nbfilter
Nested Boolean Filter Interface
chinoto/wasm_persistent_data
Experiment to hold a reference(s) to WASM data and manipulate it on the host side of the boundary
chinoto/damian_website
The source of Damian's website.
chinoto/rainbow_emanator
Library for producing a series of RGB values of a radial gradient in a specified grid.
chinoto/rust_raytracer_iow
"Ray Tracing in One Weekend" done in Rust
chinoto/advent_of_code
chinoto/amber-network-entities
Entities for the Amber Network
chinoto/blink
A blinking LED program written in Rust for the AVR
chinoto/bruteforce-rs
A rust bruteforce library
chinoto/chess_bank
A bank app for students to deposit their chess dollars into.
chinoto/cnote
rust protocol analyzer (in dev)
chinoto/CobbleDB
A LSM-based Key-Value Store in Rust
chinoto/Constellation
chinoto/constellation_necromancer
SystemD service files and script to handle fetching current version and restarting of a Constellation node.
chinoto/fuse_mbox
[WIP] FUSE based mbox reader
chinoto/holochain
The new, performant, and simplified version of Holochain on Rust
chinoto/mainnet-entities
Mainnet Entity Packages
chinoto/mre_vite-plugin-wasm-pack_outside
An example to show vite-plugin-wasm-pack not working if the directory is only specified as `../`
chinoto/OBPD
Omegle Blacklisted Phrases Detection (OBPD)
chinoto/parcel
The zero configuration build tool for the web. 📦🚀
chinoto/parcel_custom_structure_bug_mre
MRE* of a bug in parcel-plugin-custom-dist-structure *Minimal Reproducible Example
chinoto/Rocket
A web framework for Rust.
chinoto/rp-hal
A Rust Embedded-HAL for the rp series microcontrollers
chinoto/rust-intmap
Specialized hashmap for u64 keys
chinoto/rust-psp
Rust on PSP. Panic and allocation support. Access PSP system libraries.
chinoto/syn-scan-practice
practice for syn scan
chinoto/tic-tac-toe
Tic-Tac-Toe in Rust for Terminal
chinoto/Userscripts
My personal miscellaneous user scripts.
chinoto/videogame_survey
chinoto/wasm_game_of_life
Progress in loosely following named tutorial