-
MyTinySTL Public
Forked from Alinshans/MyTinySTLAchieve a tiny STL in C++11
C++ Other UpdatedMar 7, 2024 -
muduo Public
Forked from chenshuo/muduoEvent-driven network library for multi-threaded Linux server in C++11
C++ Other UpdatedNov 7, 2023 -
Effective-Modern-Cpp Public
Forked from BartVandewoestyne/Effective-Modern-CppSample code for the Effective Modern C++ book by Scott Meyers.
C++ UpdatedNov 7, 2023 -
CppTemplateTutorial Public
Forked from wuye9036/CppTemplateTutorial中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
C++ UpdatedOct 26, 2023 -
-
variant_1 Public
Forked from mpark/variantC++17 `std::variant` for C++11/14/17
C++ Boost Software License 1.0 UpdatedJul 28, 2022 -
any Public
Forked from thelink2012/anyImplementation of std::experimental::any, including small object optimization, for C++11 compilers
C++ Boost Software License 1.0 UpdatedJul 19, 2022 -
dynamic_bitset Public
Forked from pinam45/dynamic_bitsetSimple Useful Libraries: C++17/20 header-only dynamic bitset
C++ MIT License UpdatedJul 8, 2022 -
game_service_system Public
Forked from limingfan2016/game_service_system从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis、memcache API 封装可直接调用),开发框架库(消息调度处理、自动连接管理、服务开发、游戏框架、服务间消息收发…
C++ UpdatedJul 5, 2022 -
LinkedList Public
Forked from ivanseidel/LinkedList🔗 A fully implemented LinkedList made to work with general Microcontrollers and Arduino projects
C++ MIT License UpdatedJun 30, 2022 -
CppCoreGuidelines Public
Forked from isocpp/CppCoreGuidelinesThe C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
Python Other UpdatedMay 5, 2022 -
open-register-design-tool Public
Forked from Juniper/open-register-design-toolTool to generate register RTL, models, and docs using SystemRDL or JSpec input
Verilog Apache License 2.0 UpdatedOct 22, 2021 -
C-Plus-Plus Public
Forked from TheAlgorithms/C-Plus-PlusCollection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
C++ MIT License UpdatedJun 22, 2021 -
BigNumber Public
Forked from pr0crustes/BigNumberA really long long long long long long number in C++
C++ MIT License UpdatedMay 7, 2021 -
awesome-cs-books Public
Forked from iCSToCS/awesome-cs-books超过1000本的计算机经典书籍、资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
UpdatedMay 4, 2021 -
QWidgetDemo Public
Forked from feiyangqingyun/QWidgetDemoQt编写的一些开源的demo,预计会有100多个,一直持续更新完善,代码简洁易懂注释详细,每个都是独立项目,非常适合初学者,代码随意传播使用,拒绝打赏和捐赠,欢迎留言评论!
C Other UpdatedApr 13, 2021 -
cmdline Public
Forked from tanakh/cmdlineA Command Line Parser
C BSD 3-Clause "New" or "Revised" License UpdatedDec 13, 2020 -
variant_2 Public
Forked from mapbox/variantC++11/C++14 Variant
C++ BSD 3-Clause "New" or "Revised" License UpdatedDec 1, 2020 -
free-programming-books-zh_CN Public
Forked from justjavac/free-programming-books-zh_CN📚 免费的计算机编程类中文书籍,欢迎投稿
GNU General Public License v3.0 UpdatedAug 26, 2020 -
Cpp-Primer-5th-Notes-CN Public
Forked from czs108/Cpp-Primer-5th-Notes-CN📚 《C++ Primer中文版(第5版)》笔记
C++ UpdatedAug 14, 2020 -
tinyxml2 Public
Forked from leethomason/tinyxml2TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
C++ zlib License UpdatedJul 30, 2020 -
interview Public
Forked from 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, in…
C++ Other UpdatedJul 15, 2020 -
HDLObf Public
Forked from mriscoc/HDLObfHDLObf is intended to be a HDL Obfuscator and identifier name change utility. Primarily designed for Verilog/SystemVerilog support will be added for VHDL/SystemC in future.
Java GNU General Public License v2.0 UpdatedDec 18, 2019 -
design-patterns-cpp Public
Forked from JakubVojvoda/design-patterns-cppC++ Design Patterns
C++ MIT License UpdatedOct 19, 2019 -
CodingInterviewsNotes Public
Forked from yzhu798/CodingInterviewsNotes涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++对象模型、 设计模式、算法(《剑指offer》、leetcode、lintcode、hihocoder、《王道程序员求职…
C++ UpdatedOct 17, 2019 -
100-gdb-tips Public
Forked from hellogcc/100-gdb-tipsA collection of gdb tips. 100 maybe just mean many here.
Go Other UpdatedSep 22, 2019 -
MemoryPool Public
Forked from cacay/MemoryPoolAn easy to use and efficient memory pool allocator written in C++.
C++ UpdatedJun 2, 2019 -
-
DesignPatterns Public
Forked from Waleon/DesignPatternsC++ 设计模式
C++ MIT License UpdatedNov 22, 2018 -
CodingInterviews Public
Forked from gatieme/CodingInterviews剑指Offer——名企面试官精讲典型编程题
C++ GNU General Public License v3.0 UpdatedOct 13, 2018