Mykrobin's Stars
imarvinle/awesome-cs-books
🔥 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
apache/brpc
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
secdev/scapy
Scapy: the Python-based interactive packet manipulation program & library.
oceanbase/oceanbase
OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.
ccfddl/ccf-deadlines
⏰ Collaboratively track deadlines of conferences recommended by CCF (Website, Python Cli, Wechat Applet) / If you find it useful, please star this project, thanks~
cloudius-systems/osv
OSv, a new operating system for the cloud.
remzi-arpacidusseau/ostep-code
Code from various chapters in OSTEP (http://www.ostep.org)
huihongxiao/MIT6.S081
Exely/CSAPP-Labs
Solutions and Notes for Labs of Computer Systems: A Programmer's Perspective 3rd Editon // 《深入理解计算机系统》第三版的实验文件、解答与笔记
hoverwinter/HIT-OSLab
S - 哈工大《操作系统》实验
intel/linux-sgx
Intel SGX for Linux*
yifengyou/learn-kvm
Qemu KVM(Kernel Virtual Machine)学习笔记
apache/incubator-teaclave
Apache Teaclave (incubating) is an open source universal secure computing platform, making computation on privacy-sensitive data safe and simple.
tpm2-software/tpm2-tools
The source repository for the Trusted Platform Module (TPM2.0) tools
snucrypto/HEAAN
minosproject/minos
Flexible Virtualization Solution for Embedded System
littlebearsama/C-plusplus-notes-chinese-
C++笔记(书本 C++ primer plus 第六版中文版)
yedf2/openssl-example
asynchronous examples for openssl using poll/epoll
darrenjs/openssl_examples
examples of using OpenSSL
ECNU-ICA/ECNU_graduation_thesis_template
华东师范大学研究生毕业论文 Latex 模板
NourozR/Reconstruction-and-Compression-of-Color-Images
Reconstruction and Compression of Color Images Using Principal Component Analysis (PCA) Algorithm
ucbrise/dory
mit-pdos/ward
daseECNU/Ginkgo
calinyara/asor
ASOR - 基于x86架构的虚拟机实现
timingattestation/timing-attestation
Automatically exported from code.google.com/p/timing-attestation
DenisLug/OpenSSL-Client-Server-with-BIO
OpenSSL application with BIOs over TCP sockets.
luxuan/matrix
C++语言,矩阵乘优化程序,并行算法,数据预取实现
wulasite/xv6_summer_semester
大三夏季小学期在xv6的基础下改进单核调度算法和多核调度算法