asdf1352's Stars
ssloy/tinyrenderer
A brief computer graphics / rendering course
practical-tutorials/project-based-learning
Curated list of project-based tutorials
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
eidheim/Simple-Web-Server
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
davideuler/architecture.of.internet-product
互联网公司技术架构,微信/淘宝/微博/腾讯/阿里/美团点评/百度/OpenAI/Google/Facebook/Amazon/eBay的架构,欢迎PR补充
hmng/jsonrpc-c
JSON-RPC in C (server only for now)
hnes/libaco
A blazing fast and lightweight C asymmetric coroutine library 💎 ⛅🚀⛅🌞
yyzybb537/libgo
Go-style concurrency in C++11
AnthonyCalandra/modern-cpp-features
A cheatsheet of modern C++ language and library features.
changkun/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
pennyliang/MachineLearning-C---code
using c++ code to show the example of machine learning
bartgrantham/qs_parse
Simple HTTP query string parsing library in C
cloudwu/coroutine
A asymmetric coroutine library for C.
yedf2/handy
🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
adamierymenko/kissdb
(Keep It) Simple Stupid Database
davidmoreno/onion
C library to create simple HTTP servers and Web Applications.
rxi/dyad
Asynchronous networking for C
feixiao/Distributed-Systems
MIT课程《Distributed Systems 》学习和翻译
GeneralSandman/TinyWeb
A high-performance web server in C++11.
Tassandar/OSASK
<30天自制操作系统>-----用GIT管理你的自制操作系统。
awangdev/leet-code
Java Solutions to problems on LintCode/LeetCode
AngryHacker/code-with-comments
Read code, comment it.
zTrix/6.824_labs
MIT 6.824 Lab 2012(C++)
doctest/doctest
The fastest feature-rich C++11/14/17/20/23 single-header testing framework
wangshunping/read_requests
python requests 源码阅读,学习更pythonic 的python代码写法。
vczh/vczh_toys
This repository contains vczh's toys for black magic codes or experiments
gozfree/gear-lib
Gear-Lib, C library for IOT Embedded Multimedia and Network
yourtion/30dayMakeOS
《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程
nonstriater/Learn-Algorithms
算法学习笔记
tj/luna
luna programming language - a small, elegant VM implemented in C