分享一些有意思的程序员资源与工具

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/
从官网的介绍来看这个搜索引擎不收集用户信息,而且没有广告。
在这里插入图片描述
不过我一直觉的 cn.bing.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、人工智能对对联
用深度学习对对联的项目。
Github:https://github.com/wb14123/seq2seq-couplet
在线地址:https://ai.binwang.me/couplet/
在这里插入图片描述

9、2019年最新600集前端视频教程
结合实战教学的视频教程
B站地址:https://www.bilibili.com/video/av70785716
在这里插入图片描述

发布了68 篇原创文章 · 获赞 0 · 访问量 5262

猜你喜欢

转载自blog.csdn.net/Icketang_/article/details/103731521