Skip to content

Commit da974df

Browse files
committed
制作第四期中
1 parent b66b239 commit da974df

File tree

8 files changed

+66
-3
lines changed

8 files changed

+66
-3
lines changed

01/HelloGithub01.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666

6767
- [iterm2 快捷键](https://github.com/sumiaowen/iterm2-shortcuts)
6868

69-
#### 往期回顾
69+
#### 其它期
70+
- [第四期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub04.md)
7071
- [第三期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub03.md)
7172
- [第二期](https://github.com/521xueweihan/HelloGithub/blob/master/02/HelloGithub02.md)
7273
- [第一期](https://github.com/521xueweihan/HelloGithub/blob/master/01/HelloGithub01.md)

02/HelloGithub02.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ if __name__ == '__main__':
113113
</script>
114114
```
115115

116-
#### 往期回顾
116+
#### 其它期
117+
- [第四期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub04.md)
117118
- [第三期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub03.md)
118119
- [第二期](https://github.com/521xueweihan/HelloGithub/blob/master/02/HelloGithub02.md)
119120
- [第一期](https://github.com/521xueweihan/HelloGithub/blob/master/01/HelloGithub01.md)

03/HelloGithub03.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ mui框架有效的解决了这些问题,这是一个可以方便开发出高
4343

4444
10、[CSS 创作指南](https://github.com/cssdream/css-creating)
4545

46-
#### 往期回顾
46+
#### 其它期
47+
- [第四期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub04.md)
4748
- [第三期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub03.md)
4849
- [第二期](https://github.com/521xueweihan/HelloGithub/blob/master/02/HelloGithub02.md)
4950
- [第一期](https://github.com/521xueweihan/HelloGithub/blob/master/01/HelloGithub01.md)

04/HelloGithub04.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
#《HelloGithub》第四期
2+
>兴趣是最好的老师,而**《HelloGithub》** 就是帮你找到兴趣!
3+
4+
因为我比较熟悉python语言,所以月刊中python语言的项目居多,个人能力有限,其他语言涉及甚少,欢迎各路人士加入,丰富月刊的内容。
5+
6+
当然,如果您有更好的建议或者意见,欢迎<a href="mailto:595666367@qq.com">发邮件给我</a>。
7+
8+
## 简介
9+
最开始只是我自己浏览github过程中收集的一些有中文介绍,通俗易懂,简单容易上手的项目。后来一想,如果每个github都有个简单的效果图,或者一些通俗易懂(中文的介绍)。这样应该更容易让我这样的新手接受。
10+
11+
所以,我就想做一个月刊的形式,面向新手的github月刊,月刊的内容主要包括:中文项目、少许英文项目、翻译的书籍以及教程。项目越容易上手越好,看起来越cool越好!主要是能动手用起来,我觉得这样会有助于编程能力的提高。《HelloGithub月刊》这个项目就诞生了!😄
12+
13+
---
14+
>以下为本期内容
15+
16+
#### Python项目
17+
1、[The Hitchhiker’s Guide to Python](https://github.com/kennethreitz/python-guide)[requests库](https://github.com/kennethreitz/requests)作者——kennethreitz,写的python教程,已经完结,出书。是个指导性教程,不是语法层面的,涵盖项目结构、代码风格,进阶、工具等方方面面。虽然是英文版,但我这个英语渣都能看懂,你肯定也可以,快去看看吧,开卷有益。[在线阅读](http://docs.python-guide.org/en/latest/)
18+
19+
2、[flask-admin](https://github.com/flask-admin/flask-admin):我工作中需要写一个微型的管理系统,用的就是这个框架。简直快餐型,页面都写好了,只要设置好相关配置就可以跑起来了。唯一缺点就是文档中的例子少,开发一些特定的需求需要自己看源码,才能明白如何改。[文档](https://flask-admin.readthedocs.io/en/latest/),下面是我跑起来之后的样子:
20+
![]()
21+
22+
#### Javascript项目
23+
3、[知乎日报web版---vue](https://github.com/yatessss/zhihudaily-vue):Vus写的知乎日报手机web版,[展示](http://zhihudaily-vue.yatessss.com/),需打开chrome浏览器的手机模拟功能,来获得比较好的浏览效果。访问展示图如下:
24+
![]()
25+
26+
4、[zingtouch](https://github.com/zingchart/zingtouch):Javascirpt写的,支持移动端各种触摸动作包含:转动、挥动、滑动等动作的库,[官方网站](https://zingchart.github.io/zingtouch/),展示图如下:
27+
![]()
28+
29+
#### Java项目
30+
5、[Greys(Java在线问题诊断工具)](https://github.com/oldmanpushcart/greys-anatomy):线上系统为何经常出错?数据库为何屡遭黑手?业务调用为何频频失败?连环异常堆栈案,究竟是那次调用所为? 数百台服务器意外雪崩背后又隐藏着什么?是软件的扭曲还是硬件的沦丧? 走进科学带你了解Greys, Java线上问题诊断工具。
31+
32+
#### Javascript项目
33+
6、[os.js](https://github.com/os-js/OS.js):js写的基于浏览器上的桌面操作系统。[在线演示](https://osjsv2.0o.no/),使用展示如图:
34+
![](https://github.com/521xueweihan/HelloGithub/blob/master/03/img/os-js-min.png)
35+
36+
#### 其它
37+
[如何做好一枚程序员](https://github.com/ahangchen/How-to-Be-A-Programmer-CN)
38+
[神经网络与深度学习书中代码实现](https://github.com/mnielsen/neural-networks-and-deep-learning)[神经网络与深度学习-中文在线阅读](https://tigerneil.gitbooks.io/neural-networks-and-deep-learning-zh/content/chapter1.html),该书中的相关理论的python代码实现。
39+
40+
#### 其它期
41+
- [第四期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub04.md)
42+
- [第三期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub03.md)
43+
- [第二期](https://github.com/521xueweihan/HelloGithub/blob/master/02/HelloGithub02.md)
44+
- [第一期](https://github.com/521xueweihan/HelloGithub/blob/master/01/HelloGithub01.md)
45+
46+
---
47+
48+
## 声明
49+
不管你事大神,还是菜鸟,只要你发现了好玩的开源项目,都可以联系我,让更多人知道。或许你发现的项目会让别人由衷的感慨:“原来还有这么有意思的项目!编程可以这么酷!”
50+
51+
欢迎转载,请注明出处和作者,同时保留声明和联系方式。
52+
53+
## 联系方式
54+
- Github:[削微寒](https://github.com/521xueweihan)
55+
56+
- 博客园:[削微寒](http://www.cnblogs.com/xueweihan/)
57+
58+
- 邮箱:595666367@qq.com
59+
60+
- 或者直接提Pr,Issues

04/img/flask-admin-show.gif

1.27 MB
Loading

04/img/zhihu-vue1.png

226 KB
Loading

04/img/zhihu-vue2.png

215 KB
Loading

04/img/zingtouch-show.gif

2.74 MB
Loading

0 commit comments

Comments
 (0)