Skip to content

Commit ce0a848

Browse files
committed
create dev branch
1 parent 9bfe38a commit ce0a848

25 files changed

+73
-74
lines changed

.gitignore

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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

01/HelloGithub01.md

Lines changed: 0 additions & 54 deletions
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.

Android.md

Whitespace-only changes.

C#.md

Whitespace-only changes.

C++.md

Whitespace-only changes.

C.md

Whitespace-only changes.

FE.md

Whitespace-only changes.

Go.md

Whitespace-only changes.

Java.md

Whitespace-only changes.

Javascript.md

Whitespace-only changes.

PHP.md

Whitespace-only changes.

Python.md

Whitespace-only changes.

README.md

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

7-
### 介绍
8-
最开始只是我自己浏览github过程中收集的一些有中文介绍,通俗易懂,简单容易上手的项目。后来一想,如果每个github都有个简单的效果图的话,应该更容易让我这样的新手接受
6+
## Dev
7+
`dev` 分支是用于所有项目参与者发布项目的分支。不同分类的项目已建好文件,可直接修改提交Pr
98

10-
所以,我就想做一个月刊的形式,面向新手的github月刊,月刊的内容主要包括:中文项目、少许英文项目、翻译的书籍以及教程。如果是项目的话,会带一个效果图。项目越容易上手越好,看起来越cool越好!
11-
12-
>兴趣是最好的老师,而**《HelloGithub》** 就是帮你找到兴趣!
13-
14-
15-
### 声明
16-
不管你事大神,还是小菜鸟,只要你有你发现好的开源项目,都可以联系我,让更多人知道:“还有这么有意思的项目!编程可以这么酷!”
17-
18-
### 联系方式
19-
- 邮箱:595666367@qq.com
20-
21-
- 博客园:[削微寒](http://www.cnblogs.com/xueweihan/)
22-
23-
- 或者直接提Pr,Issues
9+
如有更好的协作方式,欢迎随时讨论。

Ruby.md

Whitespace-only changes.

Swift_or_Object-C.md

Whitespace-only changes.

UI.md

Whitespace-only changes.

其它.md

Whitespace-only changes.

安全.md

Whitespace-only changes.

机器学习.md

Whitespace-only changes.

0 commit comments

Comments
 (0)