Pinned Repositories
2d-game-physics-engine
Simple but fully working 2D game physics engine, in C++
api-guidelines
Microsoft REST API Guidelines
b1fipl
A Bestiary of Single-File Implementations of Programming Languages
calloon
the Deflate algorithm implemented in C
CppDesignPatterns
C++ design patterns
csapp
Computer Systems, A Programmer's Perspective
kilo
@antirez 's kilo minimal text editor reimplemented from scratch
MERN_FullStack_SocialApp
A social app for developers. MongoDB, Express, React, and Node.js.
pit
Git implemented in Python
redis-c
A simple redis implementation in mostly c, with minimal c++
rollschild's Repositories
rollschild/b1fipl
A Bestiary of Single-File Implementations of Programming Languages
rollschild/rutils
Radical Utilities for Common Lisp
rollschild/talent-plan
PingCAP training courses
rollschild/You-Dont-Need-jQuery
Examples of how to do query, style, dom, ajax, event etc like jQuery with plain javascript.
rollschild/2d-game-physics-engine
Simple but fully working 2D game physics engine, in C++
rollschild/calloon
the Deflate algorithm implemented in C
rollschild/csapp
Computer Systems, A Programmer's Perspective
rollschild/hpbn
High performance browser networking
rollschild/kilo
@antirez 's kilo minimal text editor reimplemented from scratch
rollschild/learn-rust
My yet another attempt to learn Rust
rollschild/ostep
Operating Systems: Three Easy Pieces
rollschild/pit
Git implemented in Python
rollschild/redis-c
A simple redis implementation in mostly c, with minimal c++
rollschild/shell-scripting
rollschild/webgpu-cpp
rollschild/Algorithms
Several algorithms and data structures implemented in C++ by me (credited to others where necessary).
rollschild/CtCI-6th-Edition-cpp
Cracking the Coding Interview 6th Ed. C++ Solutions
rollschild/CtCI-6th-Edition-JavaScript
Cracking the Coding Interview 6th Ed. JavaScript Solutions
rollschild/distributed-systems
rollschild/Front-end-Developer-Interview-Questions
A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.
rollschild/how-linux-works
https://nostarch.com/howlinuxworks3
rollschild/mirai
Leaked Mirai Source Code for Research/IoC Development Purposes
rollschild/oee
One-end encryption, stronger than end-to-end
rollschild/rc
rc shell -- independent re-implementation for Unix of the Plan 9 shell (from circa 1992)
rollschild/redis-cpp
A simple redis implementation in C++
rollschild/scsh
A Unix shell embedded in scheme
rollschild/spacewar
Space War starting in Episode 55 of cleancoders.com
rollschild/tiny-AES-c
Small portable AES128/192/256 in C
rollschild/wgc
Write Greate Code
rollschild/write-yourself-a-git
Learn Git by reimplementing it from scratch