Lists (1)
Sort Name ascending (A-Z)
Stars
A fast file search utility for Unix-like systems based on GTK3
🚀 Fast, stable, mini RPC framework based on protocol buffer
Basic Sources for MIT 6.824 Distributed Systems Class
专为程序员编写的英语学习指南 v1.2。在线版本请点 ->
6.S081课程全记录,包括课程使用的书籍、论文、实验要求的中文翻译,以及实验过程记录
程序员延寿指南 | A programmer's guide to live longer
Lightweight, fast and reliable key/value storage engine based on Bitcask.
mman library for Windows. mirror of https://code.google.com/p/mman-win32/
Most advanced key-value database written in Go, extremely fast, compatible with LSM tree and B+ tree.
Code from various chapters in OSTEP (http://www.ostep.org)
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, in…
Project for CS100395, Tongji Univ. A simple compiler front-end for a subset of C.
Simple kernel for learning operating systems. 用于学习操作系统的简单内核