Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Git Recipes | 13,001 | 5 years ago | 9 | |||||||
🥡 Git recipes in Chinese by Zhongyi Tong. 高质量的Git中文教程. | ||||||||||
Github Hans | 1,375 | 3 years ago | 24 | mit | JavaScript | |||||
[废弃] {官方中文马上就来了} GitHub 汉化插件,GitHub 中文化界面。 (GitHub Translation To Chinese) | ||||||||||
Gotgithub | 1,246 | 7 years ago | 6 | CSS | ||||||
GotGitHub: an open source E-book about GitHub in Chinese | ||||||||||
Free Programming Books | 780 | 6 years ago | 3 | |||||||
Free Learning Resources In Chinese | ||||||||||
Paddlepaddle Deepspeech | 536 | 4 months ago | 2 | apache-2.0 | Python | |||||
基于PaddlePaddle实现的语音识别,中文语音识别。项目完善,识别效果好。支持Windows,Linux下训练和预测,支持Nvidia Jetson开发板预测。 | ||||||||||
Tegaki | 216 | 2 years ago | 10 | Python | ||||||
Chinese and Japanese Handwriting Recognition. | ||||||||||
Cz Emoji Chinese | 129 | 4 | 4 months ago | 14 | August 11, 2020 | mit | JavaScript | |||
🚴 炫酷的中文版本的 git commit emoji 🐛🎨✨ 🔥💄📝 🎉 命令行 | ||||||||||
Codeigniter Userguide | 45 | 6 years ago | 3 | HTML | ||||||
Chinese Language User Guide | ||||||||||
Awesome Cn | 39 | 4 years ago | ||||||||
awesome项目中文翻译,提升查阅效率 | ||||||||||
P5 Riji | 22 | 1 | 1 | 2 years ago | 43 | January 02, 2022 | other | Perl | ||
git based simple static site generator mainly for blogging |
这是一本关于GitHub的书,在线阅读请访问: http://www.worldhello.net/gotgithub 。
动笔写GitHub不是因为我对其了解,恰恰是对其太不了解。在我写的 《Git权威指南》 一书中,涉及到GitHub的只有区区三页纸,这显然回答不了读者对于GitHub的诸多疑问。
这本书采用Creative Commons协议发布,并托管在GitHub上,意味着您可以免费阅读并可以用GitHub特有的方式参与本书的维护。
项目 gotgit/gotgithub 的版本库中的 gh-pages
分支保存着本书编译后的页面,意味着您只要下载版本库并检出 gh-pages
分支即可在本地浏览。
克隆版本库。
$ git clone git://github.com/gotgit/gotgithub.git
检出 gh-pages
分支。
$ cd gotgithub
$ git checkout gh-pages
用浏览器打开 index.html
即可离线阅读。
因分支 gh-pages
的提交历史可能会周期性删除或压缩合并,为避免执行 git pull
更新分支时造成困惑,请对本地版本库进行如下设置。
$ git config --add remote.origin.fetch +refs/heads/gh-pages:refs/heads/gh-pages
Python, docutils
本书使用 reStructuredText 格式撰写,格式解析依赖 Python 和 docutils 包。
Sphinx
用 Sphinx 工具进行编译。编译前先确认已经安装 Python、docutils 及 sphinx。
ImageMagick 及 Inkscape
本书图片矢量图采用 Inkscape 绘制,位图处理采用 GIMP 。上述格式图片在网页显示需要格式转换,格式转换需用到 ImageMagick 和 Inkscape。
Git
不解释。
本书用两个版本库维护:
本书的图片版本库以子模组形式关联到书稿版本库,运行下面命令执行克隆:
若尚未克隆书稿版本库,先克隆书稿版本库。
$ git clone git://github.com/gotgit/gotgithub.git
$ cd gotgithub
默认检出 master
分支。如果当前非 master
分支,执行下面命令检出分支。
$ git checkout master
通过子模组更新命令克隆子模组版本库(即保存图片的版本库)并检出。
$ git submodule init
$ git submodule update
确保安装了 Sphinx、ImageMagick、Inkscape。编译本书使用命令:
$ make html
编译后的网页位于 _build/html
目录下。
更多的格式输出参见下面的命令输出:
$ make
请采用GitHub方式贡献。
-- 蒋鑫, http://weibo.com/gotgit/