alex-hjm's Stars
microsoft/terminal
The new Windows Terminal and the original Windows console host, all in the same place!
ocornut/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
PlexPt/awesome-chatgpt-prompts-zh
ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。
nlohmann/json
JSON for Modern C++
facebook/folly
An open-source C++ library developed and used at Facebook.
geekcompany/ResumeSample
Resume template for Chinese programmers . 程序员简历模板系列。包括PHP程序员简历模板、iOS程序员简历模板、Android程序员简历模板、Web前端程序员简历模板、Java程序员简历模板、C/C++程序员简历模板、NodeJS程序员简历模板、架构师简历模板以及通用程序员简历模板
ApolloAuto/apollo
An open autonomous driving platform
changkun/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
mysqljs/mysql
A pure node.js JavaScript Client implementing the MySQL protocol.
EZLippi/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
o3de/o3de
Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations.
boostorg/boost
Super-project for modularized Boost
aceld/zinx
A lightweight concurrent server framework based on Golang.
MysteryVaibhav/leetcode_company_wise_questions
This is a repository containing the list of company wise questions available on leetcode premium
krahets/LeetCode-Book
《剑指 Offer》 Python, Java, C++ 解题代码,LeetBook《图解算法数据结构》配套代码仓
Kitware/CMake
Mirror of CMake upstream repository
resumejob/awesome-resume
Resume,Resume Templates,程序员简历例句,简历模版,
doocs/technical-books
😆 国内外互联网技术大牛们都写了哪些书籍:计算机基础、网络、前端、后端、数据库、架构、大数据、深度学习...
HIT-Alibaba/interview
笔试面试知识整理
moranzcw/Computer-Networking-A-Top-Down-Approach-NOTES
《计算机网络-自顶向下方法(原书第6版)》编程作业,Wireshark实验文档的翻译和解答。
sylar-yin/sylar
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
bobohume/gonet
go分布式服务器,基于内存mmo
yuanyuanxiang/SimpleRemoter
A remote control program based on Gh0st: 实现了终端管理、进程管理、窗口管理、远程桌面、文件管理、语音管理、视频管理、服务管理、注册表管理等功能,优化全部代码及整理排版,修复内存泄漏缺陷,程序运行稳定。项目代码仅限于学习和交流用途。
CHH3213/chhRobotics_CPP
自动驾驶规划控制常用算法c++代码实现
muluoleiguo/interview
linux C++ 服务器/后台开发 秋招整理资料
188080501/JQHttpServer
基于Qt开发的轻量级HTTP/HTTPS服务器
CandyConfident/HighPerformanceConcurrentServer
基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。
yaocoder/HPNetServer
高性能TCP网络服务器程序,目前已稳定支撑单机数十万的并发连接
adomy/P2PChatRoom
基于Qt的P2P聊天软件实现,主要由多个聊天客户端和一个中心注册服务器组成。