有意思的程序员资源与工具

1、表情包资源

表情包用得好,女朋友不用找,以下资源汇集了我们常用的 1000 多个表情包。
Github: https://github.com/getActivity/EmojiPackage/

2、代码图片生成器

Carbon 可以把你的代码转成一张精美海报的工具,我常用。
Carbon 官网地址:https://carbon.now.sh/

3、文档整合工具

官网地址:http://devdocs.io/
Github:https://github.com/Thibaut/devdocs
用 Mac 的应该很多人会用到 Dash,这个类似 Dash 的 Web 版本,汇集了各种语言的开发手册。

4、编程中文书籍

汇集了大部分语言的中文资料,想要的可以收集起来。
Github:https://github.com/justjavac/free-programming-books-zh_CN
英文好一点可以看看更全的资源:https://github.com/EbookFoundation/free-programming-books

5、没有广告的搜索引擎

DuckDuckGo:https://duckduckgo.com/
从官网的介绍来看这个搜索引擎不收集用户信息,而且没有广告

6、正则表达式工具

能测试、还能对结果进行说明,对于我们学习正则表达式还是挺有用的。
RegExr: https://regexr.com/

7、Google 中文编程规范

Github:https://github.com/google/styleguide
中文版:https://github.com/zh-google-styleguide/zh-google-styleguide
在线地址:https://zh-google-styleguide.readthedocs.io/en/latest/
好的编程习惯还是非常重要的。
Google 中文编程规范包含了 C++、Python、Java、HTML/CSS 等。

8、各大高校的课程资料

北京大学的课程资料:
https://github.com/lib-pku/libpku
https://github.com/tongtzeho/PKUCourse

清华大学的课程资料:
https://github.com/PKUanonym/REKCARC-TSC-UHT

浙江大学的课程资料:
https://github.com/QSCTech/zju-icicles

中国科学技术大学的课程资料:
https://github.com/USTC-Resource/USTC-Course
https://ustc-resource.github.io/USTC-Course/

中山大学的课程资料:
https://github.com/sysuexam/SYSU-Exam
Bilibili 公开课目录:
https://github.com/wenhan-wu/OpenCourseCatalog

9、人工智能对对联

用深度学习对对联的项目。
Github:https://github.com/wb14123/seq2seq-couplet
在线地址:https://ai.binwang.me/couplet/

10、Git 学习实践项目

Github 地址:https://github.com/komeiji-satori/Dress
B 站视频地址:https://www.bilibili.com/video/av34406290/
在线实例:https://drsrel.github.io/photos

发布了441 篇原创文章 · 获赞 870 · 访问量 111万+

猜你喜欢

转载自blog.csdn.net/qq_31821675/article/details/103712317