Pinned Repositories
99Problems
99 Problems
AdventOfCode
:santa: :christmas_tree: :gift: My solutions to Advent Of Code
chippy
:space_invader: CHIP-8 emulator written in Rust
dotties
:radio_button: Some of my dot files.
HackerRank
My solutions to HackerRank problems.
honeybee
:honeybee: Port of the original i3status bar, written in Rust :crab:
LeetCode
:books: My solutions to LeetCode problems.
rs-bff
Simple Brainfuck interpreter written in Rust.
simulated-evolution
:herb: Simulated Evolution, adapted from A.K. Dewdney's article in the "Computer Recreations" column of Scientific American (May 1989: 138-141).
sokoban
:video_game: Classic Sokoban implemented in Go.
csixteen's Repositories
csixteen/sokoban
:video_game: Classic Sokoban implemented in Go.
csixteen/AdventOfCode
:santa: :christmas_tree: :gift: My solutions to Advent Of Code
csixteen/chippy
:space_invader: CHIP-8 emulator written in Rust
csixteen/honeybee
:honeybee: Port of the original i3status bar, written in Rust :crab:
csixteen/simulated-evolution
:herb: Simulated Evolution, adapted from A.K. Dewdney's article in the "Computer Recreations" column of Scientific American (May 1989: 138-141).
csixteen/99Problems
99 Problems
csixteen/LeetCode
:books: My solutions to LeetCode problems.
csixteen/c-bff
Simple Brainfuck interpreter written in C.
csixteen/dotties
:radio_button: Some of my dot files.
csixteen/effective-programming-in-scala
My solutions to the 6 assignments of the course Effective Programming in Scala
csixteen/gatos
:cat: (Scala) Cats toy implementation in Rust :crab:
csixteen/jogger
Simple library that allows you to execute a command from your code and capture the progress in real-time.
csixteen/remote-jobs
A list of semi to fully remote-friendly companies in tech.
csixteen/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
csixteen/algorithms
Minimal examples of data structures and algorithms in Python
csixteen/awesome-cpus
All CPU and MCU documentation in one place
csixteen/bank-api-example
A basic RESTful API for managing Bank accounts (Clojure learning exercise)
csixteen/cl-bff
Simple Brainfuck interpreter written in Common Lisp.
csixteen/clojure-sqlite-example
(Very) simple example on how to use SQLite with Clojure.
csixteen/csixteen
csixteen/fp-random
Random snippets of code
csixteen/fraud-detection
Architecture for a fully distributed fraud detection system
csixteen/go-bff
Simple Brainfuck interpreter written in Go.
csixteen/kube
Rust Kubernetes client and controller runtime
csixteen/playground
:microscope: A playground. A laboratory. A place to learn, experiment, acquire and perfect skills.
csixteen/rust
Empowering everyone to build reliable and efficient software.
csixteen/the-art-of-command-line
Master the command line, in one page
csixteen/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
csixteen/tokio-uring
An io_uring backed runtime for Rust
csixteen/what-happens-when
An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?"