海边拾贝-F-第三方项目


第三方网站,不定期更新:


陈浩个人博客: https://coolshell.cn/

阮一峰个人博客:http://www.ruanyifeng.com/blog/2015/02/make.html

陈硕的 muduo 源码:https://github.com/me115/muduo

github上面的,编辑个人的博客:https://jekyllrb.com/

Markdown:https://github.com/liangzai90/Markdown

Github排版markdown语法:https://guides.github.com/features/mastering-markdown/

一个写Markdown的网站:https://dillinger.io/

Github写作语法:https://help.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax

swig官方帮助文档(写出跨平台的C++代码):http://www.swig.org/Doc4.0/SWIGDocumentation.html#CONTENTS 

关于跨平台的C++接口文件如何写:https://segmentfault.com/a/1190000013219667?utm_source=tag-newest

boost.org: https://github.com/boostorg

Redis:https://redis.io/documentation

C++ Core Guidelines:http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines

谷歌:

https://github.com/topics/google https://github.com/google  谷歌编程的C++风格 https://google.github.io/styleguide/cppguide.html   facebook https://github.com/facebook    microsoft https://github.com/microsoft   apache https://github.com/apache   mozilla https://github.com/mozilla   腾讯 github地址 https://github.com/Tencent?utf8=%E2%9C%93&q=&type=&language= 腾讯的一款游戏框架 https://github.com/TarsCloud 腾讯 https://ai.qq.com/ https://github.com/Tencent https://github.com/tencentyun?utf8=%E2%9C%93&q=&type=&language=    阿里巴巴 https://github.com/alibaba 淘宝NPM镜像 https://npm.taobao.org/   百度 https://github.com/baidu   美团 https://github.com/meituan   Apress出版社,这里有很多书籍的源代码 https://github.com/Apress   GRPC:https://github.com/grpc   npm:https://www.npmjs.com/    Node.js:https://github.com/nodejs Node.js API:http://nodejs.cn/api/   AI-keras:https://github.com/keras-team   docker:https://docs.docker.com/compose/   gdb100个技巧:https://github.com/hellogcc   小程序开发指南:https://developers.weixin.qq.com/miniprogram/dev/framework/ 小程序:https://developers.weixin.qq.com/ebook?action=get_post_info&token=81719158&volumn=1&lang=zh_CN&book=miniprogram&docid=000668c6910b784b00860870a5ac0a  node-CSV(解析CSV文件的node.js开源库):https://github.com/adaltas/node-csv  Web框架 Flask: https://palletsprojects.com/p/flask/

Introducing JSON http://www.json.org/

Cygwin(一个很牛X的跨平台工具):http://www.cygwin.com/  下载SWIG,不要用迅雷下载,用360浏览器打开下载:https://sourceforge.net/projects/swig/ http://www.swig.org/ Setuptools:https://pypi.org/project/setuptools/  ReportLab的工具,根据python脚本可制作pdf:https://www.reportlab.com/dev/intro/    网络抓包工具:https://www.wireshark.org/ https://www.wireshark.org/docs/wsug_html_chunked/ChUseStartSection.html    python第三方非官方工具包:https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml  pip包:https://pypi.org/simple/pip/

这里有很多开源的工程:

https://github.com/PacktPublishing?page=1

libev

http://software.schmorp.de/pkg/libev.html

相关