-
cpp-resources Public
Forked from lkimuk/cpp-resourcesC++文章、论文、视频资源分享,每月四期,供群内朋友阅读交流。
UpdatedDec 29, 2024 -
folly Public
Forked from facebook/follyAn open-source C++ library developed and used at Facebook.
C++ Apache License 2.0 UpdatedNov 8, 2024 -
deep_linux_process_memory_tests Public
Forked from yanfeizhang/deep_linux_process_memory_tests《深入理解Linux进程与内存》一书的配套源码以及勘误列表
C Apache License 2.0 UpdatedSep 4, 2024 -
leveldb Public
Forked from google/leveldbLevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
C++ BSD 3-Clause "New" or "Revised" License UpdatedAug 23, 2024 -
sylar Public
Forked from sylar-yin/sylarC++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Red…
C++ UpdatedDec 8, 2023 -
clipp Public
Forked from muellan/clippeasy to use, powerful & expressive command line argument parsing for modern C++ / single header / usage & doc generation
C++ MIT License UpdatedJun 1, 2023 -
amazing-qr Public
Forked from x-hw/amazing-qr💮 amazing QRCode generator in Python (supporting animated gif) - Python amazing 二维码生成器(支持 gif 动态图片二维码)
Python GNU General Public License v3.0 UpdatedApr 14, 2023 -
imgui Public
Forked from ocornut/imguiDear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
C++ MIT License UpdatedDec 21, 2022 -
Catch2 Public
Forked from catchorg/Catch2A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
C++ Boost Software License 1.0 UpdatedDec 10, 2022 -
muduo Public
Forked from chenshuo/muduoEvent-driven network library for multi-threaded Linux server in C++11
C++ Other UpdatedDec 5, 2022 -
python_crawler Public
Forked from cassieeric/python_crawlerThis repository is mainly about Python web crawler
-
Typora-i18n Public
Forked from typora/Typora-i18nTranslating resources for Typora
UpdatedNov 7, 2022 -
abseil-cpp Public
Forked from chenshuo/abseil-cppAbseil Common Libraries (C++)
C++ Apache License 2.0 UpdatedOct 29, 2022 -
redis Public
Forked from redis/redisRedis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs,…
C BSD 3-Clause "New" or "Revised" License UpdatedAug 12, 2022 -
flameshot Public
Forked from flameshot-org/flameshotPowerful yet simple to use screenshot software 🖥️ 📸
C++ GNU General Public License v3.0 UpdatedJul 9, 2022 -
-
EssentialCSharp Public
Forked from IntelliTect/EssentialCSharpThis project contains the source code for the book Essential C# by Mark Michaelis (Addison-Wesley).
C# UpdatedMay 10, 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++
-
-
利用VScode 搭建Windows上C++编译环境
C++ UpdatedApr 23, 2022 -
pugixml Public
Forked from zeux/pugixmlLight-weight, simple and fast XML parser for C++ with XPath support
C++ MIT License UpdatedApr 20, 2022 -
zh-google-styleguide Public
Forked from zh-google-styleguide/zh-google-styleguideGoogle 开源项目风格指南 (中文版)
Makefile UpdatedApr 16, 2022 -
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…
-
-
IT_book Public
Forked from guoxp/IT_book本项目收藏这些年来看过或者听过的一些不错的常用的上千本书籍,没准你想找的书就在这里呢,包含了互联网行业大多数书籍和面试经验题目等等。有人工智能系列(常用深度学习框架TensorFlow、pytorch、keras。NLP、机器学习,深度学习等等),大数据系列(Spark,Hadoop,Scala,kafka等),程序员必修系列(C、C++、java、数据结构、linux,设计模式、数据库等等)
UpdatedOct 23, 2021 -
Bilibili-plus Public
Forked from ZachL1/Bilibili-plus课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB
C++ UpdatedMay 3, 2021 -
CPP-17-STL-cookbook Public
Forked from xiaoweiChen/CPP-17-STL-cookbook作为对《C++17 STL cookbook》英文版的中文翻译。
Apache License 2.0 UpdatedJan 15, 2021 -
Cpp17-STL-Cookbook Public
Forked from PacktPublishing/Cpp17-STL-CookbookCode files by Packt
C++ MIT License UpdatedJan 14, 2021 -
opencvsharp Public
Forked from shimat/opencvsharpOpenCV wrapper for .NET
-
TextboxDisplaySysInfo Public
winform桌面程序中,将程序的运行消息多行滚动显示到界面的文本文件中