ariesduanmu's Stars
mit-pdos/xv6-riscv
Xv6 for RISC-V
Pseudomanifold/libclang-experiments
Experiments with `libclang`
feiskyer/sdn-handbook
SDN网络指南(SDN Handbook)
adah1972/output_range
Automatic output function for C++ ranges
jupyter-xeus/xeus-cling
Jupyter kernel for the C++ programming language
wanghenshui/cppweeklynews
c++中文周刊
mbj4668/pyang
An extensible YANG validator and converter in python
endurodave/StdWorkerThread
C++ std::thread Event Loop with Message Queue and Timer
chronolaw/cpp_study
follow me to study modern c++
leewaiho/Clean-Architecture-zh
《架构整洁之道》中文翻译
memcached/memcached
memcached development tree
ariesduanmu/Kali-mix
bash script practice in Kali
paulmckrcu/perfbook
Is Parallel Programming Hard, And If So, What Can You Do About It?
cartographer-project/async_grpc
Framework for building asynchronous, multi-threaded gRPC services
faaxm/exmpl-cmake-grpc
Example cmake project for grpc / protobuf
yourtion/30dayMakeOS
《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程
dibingfa/flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
jschauma/cs631apue
Stevens Institute of Technology - CS631 Advanced Programming in the UNIX Environment
rgaufman/live555
A mirror of the live555 source code.
bit4woo/python_sec
python安全和代码审计相关资料收集 resource collection of python security and code review
huihut/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
luduoduo/simpleLame
It is libmp3lame static C library with an example to show how to build lame library and use lame to convert mono pcm to mp3.
Light-City/CPlusPlusThings
C++那些事
vulk-archive/runit
Mirror of runit source http://smarden.org/runit/index.html
daemontools/daemontools
D. J. Bernstein's daemontools
Supervisor/supervisor
Supervisor process control system for Unix (supervisord)
redis/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.
cloudburst/libheap
python library to examine ptmalloc (the glibc userland heap implementation)
gperftools/gperftools
Main gperftools repository
DhavalKapil/heap-exploitation
This book on heap exploitation is a guide to understanding the internals of glibc's heap and various attacks possible on the heap structure.