Skip to content

Commit 7e28309

Browse files
committed
项目瘦身100M->200K
1 parent 9bfe38a commit 7e28309

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+5371
-68
lines changed

.github/ISSUE_TEMPLATE.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## 项目推荐
2+
- 项目名称:
3+
4+
- 项目地址:
5+
6+
- 项目后续更新计划:
7+
8+
- 项目描述:
9+
10+
- 推荐理由:
11+
12+
- 示例代码:
13+
14+
- 截图:
15+
16+
### 编辑完推荐项目的信息,**请删除**下述提示信息
17+
1. [项目审核标准说明](https://github.com/521xueweihan/HelloGitHub/issues/271)
18+
19+
2. 如您推荐的项目收录到《HelloGitHub》月刊,您的 GitHub 帐号将展示在 [贡献人列表](https://github.com/521xueweihan/HelloGitHub/blob/master/content/contributors.md)**同时会在本 issues 中通知您**
20+
21+
3. HelloGitHub 网站:https://hellogithub.com
22+
23+
再次感谢您对《HelloGitHub》项目的支持!
24+

.gitignore

+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
5+
# C extensions
6+
*.so
7+
8+
# Distribution / packaging
9+
.Python
10+
env/
11+
build/
12+
develop-eggs/
13+
dist/
14+
downloads/
15+
eggs/
16+
lib/
17+
lib64/
18+
parts/
19+
sdist/
20+
var/
21+
*.egg-info/
22+
.installed.cfg
23+
*.egg
24+
25+
# PyInstaller
26+
# Usually these files are written by a python script from a template
27+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
28+
*.manifest
29+
*.spec
30+
31+
# Installer logs
32+
pip-log.txt
33+
pip-delete-this-directory.txt
34+
35+
# Unit test / coverage reports
36+
htmlcov/
37+
.tox/
38+
.coverage
39+
.cache
40+
nosetests.xml
41+
coverage.xml
42+
43+
# Translations
44+
*.mo
45+
*.pot
46+
47+
# Django stuff:
48+
*.log
49+
50+
# Sphinx documentation
51+
docs/_build/
52+
53+
# PyBuilder
54+
target/
55+
56+
57+
# Local settings
58+
local_settings.py
59+
60+
# vim
61+
*.swp
62+
63+
# pycharm
64+
.idea/
65+
66+
# mac
67+
.DS_Store
68+
69+
# hellogithub
70+
*.db
71+
content*.md

01/HelloGithub01.md

-54
This file was deleted.

01/img/Archey for OS X.png

-64.3 KB
Binary file not shown.

01/img/TuShare.png

-143 KB
Binary file not shown.

01/img/TuShare2.png

-142 KB
Binary file not shown.

01/img/VeryNginx.jpeg

-60.5 KB
Binary file not shown.

01/img/activate-power-mode.gif

-1.35 MB
Binary file not shown.

01/img/北京实时公交.gif

-796 KB
Binary file not shown.

README.md

+31-14
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,40 @@
1-
# 《HelloGithub月刊》
2-
因为现在这个项目只有我自己做,只敢叫“月刊”,希望有志同道合者,快点加入到这个项目中来!同时,如果您有更好的建议或者意见,欢迎联系我。联系方式在最下方~
1+
# HelloGitHub
2+
>兴趣是最好的老师,**HelloGitHub** 就是帮你找到编程的兴趣!
33
4-
## 最新一期
5-
- [第一期](https://github.com/521xueweihan/HelloGithub/blob/master/01/HelloGithub01.md)
4+
![](https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/01/img/hello-github.jpg)
65

7-
### 介绍
8-
最开始只是我自己浏览github过程中收集的一些有中文介绍,通俗易懂,简单容易上手的项目。后来一想,如果每个github都有个简单的效果图的话,应该更容易让我这样的新手接受
6+
## 简介
7+
分享 GitHub 上有趣、入门级的开源项目
98

10-
所以,我就想做一个月刊的形式,面向新手的github月刊,月刊的内容主要包括:中文项目、少许英文项目、翻译的书籍以及教程。如果是项目的话,会带一个效果图。项目越容易上手越好,看起来越cool越好!
9+
这是一个面向**编程新手****热爱编程****对开源社区感兴趣** 人群的月刊,月刊的内容包括:**各种编程语言的项目****让生活变得更美好的工具****书籍、学习笔记、教程等**,这些开源项目大多都是非常容易上手,而且非常 Cool。主要是希望大家能动手用起来,加入到**开源社区**中。
10+
- 会编程的可以贡献代码
11+
- 不会编程的可以反馈使用这些工具中的 Bug
12+
- 帮着宣传你觉得优秀的项目
13+
- Star 项目⭐️
1114

12-
>兴趣是最好的老师,而**《HelloGithub》** 就是帮你找到兴趣!
15+
在浏览、参与这些项目的过程中,你将学习到**更多编程知识****提高编程技巧****找到编程的乐趣**
1316

17+
🎉 最后 [HelloGitHub.com](https://hellogithub.com) 这个网站就诞生了 🎉
1418

15-
### 声明
16-
不管你事大神,还是小菜鸟,只要你有你发现好的开源项目,都可以联系我,让更多人知道:“还有这么有意思的项目!编程可以这么酷!”
1719

18-
### 联系方式
19-
20+
## 往期回顾
21+
| :squirrel: | :jack_o_lantern: | :beer: | :fish_cake: | :octocat: |
22+
| ------- | ----- | ------------ | ------ | --------- |
23+
| [第 01 期](/content/01/HelloGitHub01.md) | [第 02 期](/content/02/HelloGitHub02.md) | [第 03 期](/content/03/HelloGitHub03.md) | [第 04 期](/content/04/HelloGitHub04.md) | [第 05 期](/content/05/HelloGitHub05.md) |
24+
| [第 06 期](/content/06/HelloGitHub06.md) | [第 07 期](/content/07/HelloGitHub07.md) | [第 08 期](/content/08/HelloGitHub08.md) | [第 09 期](/content/09/HelloGitHub09.md) | [第 10 期](/content/10/HelloGitHub10.md) |
25+
| [第 11 期](/content/11/HelloGitHub11.md) | [第 12 期](/content/12/HelloGitHub12.md) | [第 13 期](/content/13/HelloGitHub13.md) | [第 14 期](/content/14/HelloGitHub14.md) | [第 15 期](/content/15/HelloGitHub15.md) |
26+
| [第 16 期](/content/16/HelloGitHub16.md) | [第 17 期](/content/17/HelloGitHub17.md) | [第 18 期](/content/18/HelloGitHub18.md) | [第 19 期](/content/19/HelloGitHub19.md) | [第 20 期](/content/20/HelloGitHub20.md) |
27+
| [第 21 期](/content/21/HelloGitHub21.md) | [第 22 期](/content/22/HelloGitHub22.md) | [第 23 期](/content/23/HelloGitHub23.md) | [第 24 期](/content/24/HelloGitHub24.md) | [第 25 期](/content/25/HelloGitHub25.md) |
28+
| [第 26 期](/content/26/HelloGitHub26.md) | [第 27 期](/content/27/HelloGitHub27.md) | [第 28 期](/content/28/HelloGitHub28.md) | [第 29 期](/content/29/HelloGitHub29.md) | [第 30 期](/content/30/HelloGitHub30.md) |
29+
| [第 31 期](/content/31/HelloGitHub31.md) |
2030

21-
- 博客园:[削微寒](http://www.cnblogs.com/xueweihan/)
2231

23-
- 或者直接提Pr,Issues
32+
**每个月 :two::eight: 号发布最新一期**[贡献者列表](https://github.com/521xueweihan/HelloGitHub/blob/master/content/contributors.md)
33+
## 星图
34+
35+
[![Star chart](https://hellogithub.com/starchart/521xueweihan/HelloGitHub.svg)](https://hellogithub.com/starchart/521xueweihan/HelloGitHub)
36+
37+
## 声明
38+
如果你发现了好玩、有意义的开源项目 [点击这里](https://github.com/521xueweihan/HelloGitHub/issues/new) 分享你觉得有意思的项目。HelloGitHub.com 网站源码已开源[项目地址](https://github.com/521xueweihan/hellogithub.com),欢迎一起开发讨论。
39+
40+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">知识共享署名-相同方式共享 4.0 国际许可协议</a>进行许可。

content/01/HelloGitHub01.md

+87
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
# 《HelloGitHub》第 01 期
2+
>兴趣是最好的老师,**HelloGitHub** 就是帮你找到兴趣!
3+
4+
![](https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/01/img/hello-github.jpg)
5+
6+
## 简介
7+
分享 GitHub 上有趣、入门级的开源项目。
8+
9+
这是一个面向**编程新手****热爱编程****对开源社区感兴趣** 人群的月刊,月刊的内容包括:**各种编程语言的项目****让生活变得更美好的工具****书籍、学习笔记、教程等**,这些开源项目大多都是非常容易上手,而且非常 Cool。主要是希望大家能动手用起来,加入到**开源社区**中。
10+
- 会编程的可以贡献代码
11+
- 不会编程的可以反馈使用这些工具中的 Bug
12+
- 帮着宣传你觉得优秀的项目
13+
- Star 项目⭐️
14+
15+
在浏览、参与这些项目的过程中,你将学习到**更多编程知识****提高编程技巧****找到编程的乐趣**
16+
17+
🎉 最后 [HelloGitHub](https://hellogithub.com) 这个项目就诞生了 🎉
18+
19+
---
20+
> **以下为本期内容**|每个月 **28** 号发布最新一期|[点击查看往期内容](https://github.com/521xueweihan/HelloGitHub#往期回顾)
21+
22+
#### CSS 项目
23+
1、[typo.css](https://github.com/sofish/typo.css):中文网页重设与排版,为了一致化浏览器排版效果,构建最适合中文阅读的网页排版。包括桌面和移动平台,[预览](http://typo.sofi.sh/)
24+
25+
#### JavaScript 项目
26+
2、[ant-design](https://github.com/ant-design/ant-design):阿里开源的一套企业级的 UI 设计语言和 React 实现。[中文文档](https://ant.design/docs/react/introduce-cn),样式偏向于后端,展示效果十分漂亮
27+
28+
3、[VeryNginx](https://github.com/alexazhou/VeryNginx):一个功能强大而对人类友好的 Nginx 扩展程序。[VeryNginx 文档](https://github.com/alexazhou/VeryNginx/blob/master/readme_zh.md)
29+
30+
31+
![](https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/01/img/VeryNginx-min.jpeg)
32+
33+
4、[activate-power-mode](https://github.com/disjukr/activate-power-mode):爆炸输入效果,[在线演示](http://0xabcdef.com/activate-power-mode/)
34+
35+
36+
![](https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/01/img/activate-power-mode.gif)
37+
38+
#### Python 项目
39+
5、[awesome-python-webapp](https://github.com/michaelliao/awesome-python-webapp):廖老师的 Python 入门教程中的实践项目的代码,[教程在线阅读](http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/001397616003925a3d157284cd24bc0952d6c4a7c9d8c55000)
40+
41+
6、[Minos](https://github.com/phith0n/Minos):一个基于 Tornado/MongoDB/Redis 的社区系统
42+
43+
7、[tushare](https://github.com/waditu/tushare):TuShare 是一个免费、开源的 Python 财经数据接口包,[TuShare 文档](http://tushare.org/index.html)
44+
45+
46+
![](https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/01/img/TuShare-min.png)
47+
48+
8、[beijing_bus](https://github.com/wong2/beijing_bus):北京实时公交,可以显示查询的公交到达某站还需多久
49+
50+
51+
![](https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/01/img/%E5%8C%97%E4%BA%AC%E5%AE%9E%E6%97%B6%E5%85%AC%E4%BA%A4.gif)
52+
53+
#### 其它
54+
9、[archey-osx](https://github.com/obihann/archey-osx):命令行中显示 Mac OS X 计算机的基本信息
55+
56+
57+
![](https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/01/img/Archey%20for%20OS%20X-min.png)
58+
59+
10、[Learning-SICP](https://github.com/DeathKing/Learning-SICP):《计算机程序的构造和解释》公开课
60+
61+
11、[awesome-python-cn](https://github.com/jobbole/awesome-python-cn):awesome-python 中文版
62+
63+
#### 开源书籍
64+
12、[interpy-zh](https://github.com/eastlakeside/interpy-zh):《Python 进阶中文版》,[在线阅读](https://eastlakeside.gitbooks.io/interpy-zh/content/)
65+
66+
13、[python3-cookbook](https://github.com/yidao620c/python3-cookbook):《Python Cookbook 3rd 中文版》,[在线阅读](http://python3-cookbook.readthedocs.org/zh_CN/latest/)
67+
68+
14、[Python-Guide-CN](https://github.com/Prodesire/Python-Guide-CN):《Python 最佳实践指南中文版》,[在线阅读](http://pythonguidecn.readthedocs.io/zh/latest/)
69+
70+
15、[design_patterns](https://github.com/me115/design_patterns):《图说设计模式》,[在线阅读](https://design-patterns.readthedocs.io/zh_CN/latest/index.html#)
71+
72+
16、[linuxtools_rst](https://github.com/me115/linuxtools_rst):《Linux 工具快速教程》,[在线阅读](http://linuxtools-rst.readthedocs.io/zh_CN/latest/)
73+
74+
17、[the_new_world_linux](https://github.com/yangyangwithgnu/the_new_world_linux):《Linux 下的惬意生活》,[在线阅读](https://github.com/yangyangwithgnu/the_new_world_linux#目录)
75+
76+
77+
78+
---
79+
80+
## 换种方式阅读
81+
- **网站:** https://hellogithub.com
82+
- **GitBook:** https://gitbook.hellogithub.com
83+
84+
## 声明
85+
如果你发现了好玩、有意义的开源项目 [点击这里](https://github.com/521xueweihan/HelloGitHub/issues/new) 分享你觉得有意思的项目。
86+
87+
**欢迎转载,请注明出处和作者,同时保留声明。**

0 commit comments

Comments
 (0)