3RepresentsTheory's Stars
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
practical-tutorials/project-based-learning
Curated list of project-based tutorials
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
aristocratos/btop
A monitor of resources
SamyPesse/How-to-Make-a-Computer-Operating-System
How to Make a Computer Operating System in C++
chenshuo/muduo
Event-driven network library for multi-threaded Linux server in C++11
Alinshans/MyTinySTL
Achieve a tiny STL in C++11
ShiArthur03/ShiArthur03
pocoproject/poco
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
adam-maj/tiny-gpu
A minimal GPU design in Verilog to learn how GPUs work from the ground up
ufrisk/pcileech
Direct Memory Access (DMA) Attack Software
sharkdp/dbg-macro
A dbg(…) macro for C++
begeekmyfriend/bplustree
A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
hurley25/hurlex-doc
hurlex 小内核分章节代码和文档
ksyun-kenc/liuguang
鎏光云游戏引擎
Tradias/asio-grpc
Asynchronous gRPC with Asio/unified executors
v2v3v4/BigWorld-Engine-14.4.1
BigWorld OSE 2014
jiweixing/BIT-MiniCC
A C compiler framework in Java
mhyousefi/MIPS-pipeline-processor
A pipelined implementation of the MIPS processor featuring hazard detection as well as forwarding
fan2goa1/BIT-CS-UnderGraduate
这个仓库存放了北京理工大学计科专业相关课程资料,欢迎Star & PR。
neelkshah/MIPS-Processor
5-stage pipelined 32-bit MIPS microprocessor in Verilog
wkz/kmemd
Explore a live Linux kernel's memory using GDB
c1sc0/csgo-dma-overlay
RFoe/coasync
Asynchronous network library that supports coroutines in C++20
chenxuan520/cppweb
A C++-based http networking framework with a built-in json library and support for https
UsanoCoCr/PKUICS
北京大学2023-2024学年ICS计算机系统导论个人资料整理
ripplesaround/BIT_miniCPU
北京理工大学大四小学期计算机组成原理部分
Serenos/BIT_CPU
北京理工大学2017级计算机小学期(体系结构和编译原理)
flwfdd/BIT-Run
北理润 - 大三上汇编小游戏大作业
3RepresentsTheory/GBN
简易的GBN套接字实现