一些有用的github收藏(持续更新中…)

1、facebook的c++开源库folly(Facebook open source library)介绍

https://github.com/facebook/folly

2、pprint 一个让输出变得更漂亮的 C++ 库。

https://github.com/p-ranav/pprint.git

3、俄罗斯方块游戏

https://github.com/taylorconor/tinytetris.git

4、计算器(windows版)

https://github.com/microsoft/calculator.git

5、一个极速、轻量级、C语言非对称协程库。

https://github.com/hnes/libaco.git

6、C++ 写的终端 2048 游戏

https://github.com/plibither8/2048.cpp.git

 

7、linux iw网络命令

https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git/refs/tags

 

8、A collection of resources on modern C++

https://github.com/rigtorp/awesome-modern-cpp.git

 

9 google 结构化数据存储格式protobuf

https://github.com/protocolbuffers/protobuf.git

===================================================

一些有用的网站收藏:

1、 libmodbus --modbus协议的库文件

https://libmodbus.org/

 

2、压缩库libz

http://www.zlib.net/

 

3、事件循环执行libev

 

 

4、libnl

1.x系列

git://github.com/tgraf/libnl-1.1-stable.git

3.x系列

git://git.infradead.org/users/tgr/libnl.git
git://github.com/tgraf/libnl.git

5、高性能网络编程框架

https://github.com/netty/netty.git

6.操作excel(libxl)

https://www.libxl.com/home.html

 

6、C++ log常用库

1)log4cxx 

https://logging.apache.org/log4cxx/latest_stable/

2)Log4cpp

3) log4cplus

http://sourceforge.net/projects/log4cplus/

 

7、 c++资源网站

https://juejin.im/entry/58b4de23ac502e005898cbfe#articleHeader1

 

8. libeio

Libeio是全功能的用于C语言的异步I/O库,建模风格和秉承的精神与libev类似。特性包括:异步的read、write、open、close、stat、unlink、fdatasync、mknod、readdir等(基本上是完整的POSIX API)。

 

原文链接: https://www.cnblogs.com/rohens-hbg/p/11087976.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

    一些有用的github收藏(持续更新中...)

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/297714

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月15日 下午6:59
下一篇 2023年2月15日 下午7:00

相关推荐