cindy1028's Stars
kdn251/interviews
Everything you need to know to get the job.
iluwatar/java-design-patterns
Design patterns implemented in Java
winterbe/java8-tutorial
Modern Java - A Guide to Java 8
chefyuan/algorithm-base
一位酷爱做饭的程序员,立志用动画将算法说的通俗易懂。我的面试网站 www.chengxuchu.com
wangzheng0822/algo
数据结构和算法必知必会的50个代码实现
Exely/CSAPP-Labs
Solutions and Notes for Labs of Computer Systems: A Programmer's Perspective 3rd Editon // 《深入理解计算机系统》第三版的实验文件、解答与笔记
vonzhou/CSAPP
CSAPP,《深入理解计算机系统结构》2nd ,阅读与实践!
hoverwinter/HIT-OSLab
S - 哈工大《操作系统》实验
collinglass/bptree
B+ tree in pure Go.
begeekmyfriend/bplustree
A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
andylamp/BPlusTree
An efficient, conscise, and simple implementation of a purely on-disk B+ Tree data structure
butterflylove/bplus-tree
B+树
halfrost/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
javadevbooks/books
编程电子书目录带下载地址
farmerjohngit/myblog
有深度的Java技术博客
ledisdb/ledisdb
A high performance NoSQL Database Server powered by Go
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
forthespada/CS-Books
🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
woai3c/nand2tetris
计算机系统要素-从零开始构建现代计算机
ytcoode/xv6
xv6 OS 源码分析
ZoranWong/MINUX3
MINIX 3 内核源码 加入中文注释
redox-os/redox
Mirror of https://gitlab.redox-os.org/redox-os/redox
rancher/os
Tiny Linux distro that runs the entire OS as Docker containers
doctording/os
《操作系统真相还原》笔记
zhoubolei/GoSpark
8427003/study-minix-os
Study Minix Operating System
labuladong/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
MashPlant/db
A database management system implemented in Rust from scratch.
miskcoo/TrivialDB
A simple database engine with common SQL queries support. Final project for course 'Introduction to Databases' of Tsinghua University, Fall 2018.
qinyao-he/wxyDB
Course project for Fundamental of Database in Tsinghua University. Database system written in Java.