Pinned Repositories
blog
blog
C_O_D_5th
计算机组成与设计 硬件/软件接口 第5版 ARM版 ; Patterson, Hennessy: Computer Organization and Design:The Hardware/Software Interface,5th Edition,ARM Editon.
C_O_D_5th-1
计算机组成与设计 硬件/软件接口 第5版 ; Patterson, Hennessy: Computer Organization and Design:The Hardware/Software Interface,5th Edition.
computer-glossary-guide
computer_terms_collection
grokking_algorithms
Code for the book Grokking Algorithms (https://amzn.to/29rVyHf)
kakarot
laravel-kafka
Use Kafka Producers and Consumers in your laravel app with ease!
librdkafka
The Apache Kafka C/C++ library
myoath2-demo
oath2 实战练习代码
xuesheng99's Repositories
xuesheng99/blog
blog
xuesheng99/C_O_D_5th
计算机组成与设计 硬件/软件接口 第5版 ARM版 ; Patterson, Hennessy: Computer Organization and Design:The Hardware/Software Interface,5th Edition,ARM Editon.
xuesheng99/C_O_D_5th-1
计算机组成与设计 硬件/软件接口 第5版 ; Patterson, Hennessy: Computer Organization and Design:The Hardware/Software Interface,5th Edition.
xuesheng99/computer-glossary-guide
xuesheng99/computer_terms_collection
xuesheng99/grokking_algorithms
Code for the book Grokking Algorithms (https://amzn.to/29rVyHf)
xuesheng99/kakarot
xuesheng99/laravel-kafka
Use Kafka Producers and Consumers in your laravel app with ease!
xuesheng99/librdkafka
The Apache Kafka C/C++ library
xuesheng99/myoath2-demo
oath2 实战练习代码
xuesheng99/network_programming
network programming study
xuesheng99/ostep-code
Code from various chapters in OSTEP (http://www.ostep.org)
xuesheng99/ostep-homework
xuesheng99/ostep-study
ostep study record
xuesheng99/php-rdkafka
Production-ready, stable Kafka client for PHP
xuesheng99/php-src
The PHP Interpreter
xuesheng99/recommended-books
计算机经典书籍推荐 部分书籍提供PDF下载
xuesheng99/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
xuesheng99/TeachYourselfCS-CN
TeachYourselfCS 的中文翻译 | A Chinese translation of TeachYourselfCS
xuesheng99/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
xuesheng99/xv6-public
xv6 OS
xuesheng99/xv6-riscv
Xv6 for RISC-V