langliyou's Stars
markparticle/WebServer
C++ Linux WebServer服务器
chenshuo/muduo
Event-driven network library for multi-threaded Linux server in C++11
white0dew/WebServer
A TinyWebServer implemented inC++11.
imarvinle/WebServer
A C++ Lightweight Web Server based on Linux epoll
geektutu/7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
aceld/zinx
A lightweight concurrent server framework based on Golang.
ohmyzsh/ohmyzsh
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.
youngyangyang04/TechCPP
【C++面试&C++学习指南】 这里整理了C++后端研发工程师面试和工作必备的知识点 。
dragondjf/QtAdvanced
如果你想使用Qt如鱼得水, 这里的东西值得你学习。
githubuser0xFFFF/Qt-Advanced-Docking-System
Advanced Docking System for Qt
mfreiholz/Qt-Advanced-Docking-System
Advanced Docking System for Qt
XMuli/QtExamples
Qt 之 GUI 控件使用 / 网络 / 架构原理 / 运行机制理解;DTK 重绘控件方式的框架解析;IDE 技巧之 Visual Studio / Qt Creator;此为系列文章教程
Mooophy/Cpp-Primer
C++ Primer 5 answers
duguosheng/6.S081-All-in-one
6.S081课程全记录,包括课程使用的书籍、论文、实验要求的中文翻译,以及实验过程记录
woai3c/MIT6.828
实现一个操作系统内核
taylorconor/tinytetris
80x23 terminal tetris!
apache/pulsar
Apache Pulsar - distributed pub-sub messaging system
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
electronicarts/EASTL
EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
xUhEngwAng/912-notes
清华大学计算机系考研专业课 (912) 笔记
JakubVojvoda/design-patterns-cpp
C++ Design Patterns
Light-City/CPlusPlusThings
C++那些事
TheAlgorithms/C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
youngyangyang04/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
f/awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT better.
openai/openai-cookbook
Examples and guides for using the OpenAI API
zuhairabbas14/Crack-Detection-CV
Preprocessed the crack images and used CNN for the binary classification.
lxztju/pytorch_classification
利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
bubbliiiing/classification-pytorch
这是各个主干网络分类模型的源码,可以用于训练自己的分类模型。