Pinned Repositories
8cc
A Small C Compiler
agilNet
一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。
asio
Asio C++ Library
bitcoin
Bitcoin Core integration/staging tree
design-patterns-cpp
C++ Design Patterns
level-ip
A hacker's userspace TCP/IP stack
linux-study
netdata
Real-time performance monitoring, done right! https://www.netdata.cloud
old-minix
Minix 1.1 to 2.0.4
primer
Source code of C++ Primer 4th ed
flyshark's Repositories
flyshark/design-patterns-cpp
C++ Design Patterns
flyshark/netdata
Real-time performance monitoring, done right! https://www.netdata.cloud
flyshark/8cc
A Small C Compiler
flyshark/C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
flyshark/cmake-cookbook
CMake Cookbook recipes.
flyshark/CnC_Remastered_Collection
flyshark/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
flyshark/cplusplus-_Implementation_Of_Introduction_to_Algorithms
《算法导论》第三版中算法的C++实现
flyshark/CPlusPlusThings
C++那些事
flyshark/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
flyshark/CRYENGINE
CRYENGINE is a powerful real-time game development platform created by Crytek.
flyshark/eng-practices
Google's Engineering Practices documentation
flyshark/from_coder_to_expert
2020年最新总结,从程序员到CTO,从专业走向卓越,分享大牛企业内部pdf与PPT
flyshark/GraphicAlgorithm
:octopus: :octopus:图形学论文实现
flyshark/interview_internal_reference
2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
flyshark/InterviewPreparation
CS Interview preparation for non-CS students
flyshark/isign
Python 3 - Code sign iOS applications, without proprietary Apple software or hardware
flyshark/leetcode
LeetCode Problems' Solutions
flyshark/LeetCode-in-Go
:mortar_board: Go Solution for LeetCode algorithm problems, 100% coverage, continually updating.
flyshark/libhv
🔥 比libevent、libuv更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.
flyshark/linux-insides-zh
Linux 内核揭秘
flyshark/LinuxFlaw
This repo records all the vulnerabilities of linux software I have reproduced in my local workspace
flyshark/live555
A mirror of the live555 source code.
flyshark/media-server
RTSP/RTP/RTMP/FLV/HLS/MPEG-TS/MPEG-PS/MPEG-DASH/MP4/fMP4/MKV/WebM
flyshark/REKCARC-TSC-UHT
清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University
flyshark/shineframe
高性能超轻量级C++开发库及服务器编程框架
flyshark/STL
MSVC's implementation of the C++ Standard Library.
flyshark/Tars
Tars is a highly performance rpc framework based on naming service using tars protocol and provides a semi-automatic operation platform.
flyshark/ThinkDSP
Think DSP: Digital Signal Processing in Python, by Allen B. Downey.
flyshark/ThreadPool
A simple C++11 Thread Pool implementation