Pinned Repositories
500lines
500 Lines or Less
awesome-kernel
A collection of links related to the Linux Kernel and kernel development.
codecrafters-http-server-rust
results of codecrafters project
elf_fuzz
A simple fuzzer for ELF executables. Inspired by LiveOverflow and adapted for Python 3.5
Persist-Ant
Entry for LudumDare 50
rynsy's Repositories
rynsy/Persist-Ant
Entry for LudumDare 50
rynsy/codecrafters-http-server-rust
results of codecrafters project
rynsy/Adv360-Pro-ZMK
Production repository for the all-new Advantage360 Professional using ZMK engine
rynsy/audrey-site
rynsy/awesome-rl
Reinforcement learning resources curated
rynsy/baba-is-me
Baba is You clone (unfinished)
rynsy/blockchain-explorer
rynsy/codecrafters-shell-rust
Shell for codecrafters exercise
rynsy/Covid-Outbreak-Tracker
Database project for tracking COVID cases in the state of Kentucky. Uses a graph database to find nearest available hospitals, relational databases for tracking patient location, and a Complex Event Processor for tracking the rate of growth throughout the state.
rynsy/darknet
Convolutional Neural Networks
rynsy/dotfiles
Just the dotfiles I've been using lately.
rynsy/dune
Experiment with Cursor to make some visualizations
rynsy/executor
rynsy/gatsby-demo
rynsy/gym-sokoban
Sokoban environment for OpenAI Gym
rynsy/homelab
Fully automated homelab from empty disk to running services with a single command.
rynsy/langchain
⚡ Building applications with LLMs through composability ⚡
rynsy/llama.cpp
Port of Facebook's LLaMA model in C/C++
rynsy/ml-experiments
Experiments with machine learning algorithms/libraries. Mostly from a class I took a few years ago.
rynsy/practice-python
A repo for me to throw any random code I've written while practicing my Python. Mostly junk.
rynsy/practice-rust
Working through the Rust book, throwing all my experiments in here.
rynsy/pycrescolib-demo
rynsy/rl_bot
Catkin workspace for a robot to learn obstacle avoidance in a Gazebo environment
rynsy/rl_experiments
Experimenting with playing/generating Sokoban levels in OpenAI Gym.
rynsy/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
rynsy/RWKV-LM
RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.
rynsy/scrapy-cluster
This Scrapy project uses Redis and Kafka to create a distributed on demand scraping cluster.
rynsy/skeleton
rynsy/tensortrade
An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.
rynsy/yolov3
YOLOv3 in PyTorch > ONNX > CoreML > iOS