wangwenqiangGitHub's Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
microsoft/calculator
Windows Calculator: A simple yet powerful calculator that ships with Windows
zellij-org/zellij
A terminal workspace with batteries included
ithewei/libhv
🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.
glzr-io/glazewm
GlazeWM is a tiling window manager for Windows inspired by i3wm.
feiyangqingyun/QWidgetDemo
Qt编写的一些开源的demo,预计会有100多个,一直持续更新完善,代码简洁易懂注释详细,每个都是独立项目,非常适合初学者,代码随意传播使用,拒绝打赏和捐赠,欢迎留言评论!公众号:Qt实战/Qt入门和进阶/Qt教程
nanomsg/nanomsg
nanomsg library
fnc12/sqlite_orm
❤️ SQLite ORM light header only library for modern C++
SRombauts/SQLiteCpp
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
stclib/STC
A modern, user friendly, generic, type-safe and fast C99 container library: String, Vector, Sorted and Unordered Map and Set, Deque, Forward List, Smart Pointers, Bitset and Random numbers.
itchyny/bed
Binary editor written in Go
tidwall/hashmap.c
Hash map implementation in C.
microsoft/git
A fork of Git containing Microsoft-specific patches.
cpp-main/cpp-tbox
A complete Linux application software development tool library and runtime framework, aim at make C++ development easy.
wyrover/book-code
book code
DGuco/shmqueue
基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全
cdelledonne/vim-cmake
Vim/Neovim plugin for working with CMake projects
archibate/mallocvis
allocation visualization in svg graph
archibate/co_http
小彭老师特意从零开始研发的一款教学用,基于 C++17 回调函数的异步 HTTP 服务器
bytemaster/chainbase
Snapshot of Last Open Source version of Chainbase from Steem
ycsoft/CSTL
C语言版的STL,包含set,list,map等基本数据结构和算法
jlvihv/vscode-vim-keybindings
好用的 vscode vim 键绑定配置
MySchoolEngine/GLEngine
The goal of this repository is to build rendering focused game engine. Feel free to join me and extend this project.
flesniak/dlopen
An example of using dlopen to load plugins containing c++ objects at runtime
simongeilfus/SharedMemoryUtils
mohistH/lib_udp
an library to use udp, include multicast, broadcast and unicast. Its written by c++11
hehechen/syncClient
局域网文件同步客户端
manishmanu/libuv_pipe_server_client
An example of UNIX Domain Socket communication using Libuv Asynchronous library.
thosfvb/vim-cpp-modern
vim-cpp-modern
Yuan-Zhuo/AsyncWebServer
Based on boost asio and multiIndex