Pinned Repositories
awesome-cheatsheets
超级速查表 - 编程语言、框架和开发工具的速查表,单个文件包含一切你需要知道的东西 :zap:
coroutine
Boost.Coroutine
CPlusPlusThings
C++那些事
cpp-httplib
A C++ header-only HTTP/HTTPS server and client library
cpp-ipc
C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
cpp-taskflow
Modern C++ Parallel Task Programming Library
cpp-taskflow-1
cpp-utils
:hibiscus: 一些C/C++常用封装例子
CppNet
Cross platform network library with C++11
oh-my-zsh
🙃 A delightful community-driven (with 1,300+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
basenew's Repositories
basenew/cpp-taskflow
Modern C++ Parallel Task Programming Library
basenew/oh-my-zsh
🙃 A delightful community-driven (with 1,300+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
basenew/awesome-cheatsheets
超级速查表 - 编程语言、框架和开发工具的速查表,单个文件包含一切你需要知道的东西 :zap:
basenew/coroutine
Boost.Coroutine
basenew/CPlusPlusThings
C++那些事
basenew/cpp-httplib
A C++ header-only HTTP/HTTPS server and client library
basenew/cpp-ipc
C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
basenew/cpp-taskflow-1
basenew/cpp-utils
:hibiscus: 一些C/C++常用封装例子
basenew/CppNet
Cross platform network library with C++11
basenew/design_patterns
图说设计模式
basenew/epoll
基于epoll机制的高并发聊天室,c语言实现,代码源于网络仅供学习
basenew/gamepad-buttons
A simple implementation of butto
basenew/git_test
test git
basenew/grpc
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
basenew/handy
简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
basenew/json
JSON for Modern C++
basenew/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
basenew/md5
Functions to create MD5 checksum from file or string
basenew/minix
Official MINIX sources - Automatically replicated from gerrit.minix3.org
basenew/pacman
基于HTML5的吃豆人游戏 - 经典游戏开发样例_Pacman based on HTML5
basenew/queue_server
分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群
basenew/resizeDiv
basenew/Ring-Buffer
simple C++11 ring buffer implementation, allocated and evaluated at compile time
basenew/sequitur-g2p
This is a github repository of the abandonware Sequitur G2P by Bisani & Ney
basenew/STL
本例程提供了C++的STL常用数据结构及其算法的使用范例,比如vector、string、list、forward_list、deque、queue、stack、map、set、multimap、multiset、tuple、bitset的使用范例,以及algorithm常用的find、sort、copy、replace、count、accumulate......等泛型算法的使用范例。为面试笔试编程题提供便利
basenew/strace
strace is a diagnostic, debugging and instructional userspace utility for Linux
basenew/testtools_go
echo server(tcp, udp, http, https, dns, quic)
basenew/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
basenew/WebBench
Webbench是Radim Kolar在1997年写的一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。官网地址:http://home.tiscali.cz/~cz210552/webbench.html