-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage.html
252 lines (169 loc) · 12.7 KB
/
page.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<html>
<head>
<meta content='从0开始学习 GitHub 系列之「如何发现优秀的开源项目?」 - stormzhang' property='og:title' />
<title>从0开始学习 GitHub 系列之「如何发现优秀的开源项目?」 - stormzhang</title>
<link href='/image/logo_66.png' rel='shortcut icon'>
<!-- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css' /> -->
<link href='/stylesheets/style.css' rel='stylesheet' type='text/css' />
<link href='/stylesheets/syntax.css' rel='stylesheet' type='text/css' />
<link href='/stylesheets/responsive.css' rel='stylesheet' type='text/css' />
<!-- - -->
<script src='/javascripts/jquery.js' type='text/javascript'></script>
<script src='/javascripts/pd.js' type='text/javascript'></script>
<script src='/javascripts/basics.js' type='text/javascript'></script>
<!-- - -->
<meta content='width=device-width, initial-scale=1.0, user-scalable=no' name='viewport'>
<meta content='text/html; charset=utf-8' http-equiv='content-type' />
<meta content="/wx_public_258.jpg" property="og:image" />
<meta content='/github/2016/07/28/learn-github-from-zero7/' property='og:url' />
<meta content=" 版权声明:本文为 stormzhang 原创文章,可以随意转载,但必须在明确位置注明出处!!!之前发过一系列有关 GitHub 的文章,有同学问了,GitHub 我大概了解了,Git 也差不多会使用了,但是 还是搞不清 GitHu..." property='og:description' />
<meta content="article" property="og:type" />
<!-- - -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?92023bc9036265eef08542358c998ea3";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<header>
<a id="go-back-home" href="/posts"><img src="/image/logo_128.png" alt="logo" width="66" height="66"></a>
<p>stormzhang</p>
<p>做好现在的事!</p>
</header>
<div id='container'>
<div class="block">
<a target="_top"
class="main"
href="/posts">
Blog
</a>
<a target="_top"
class="main"
href="/about">
About
</a>
<a target="_blank"
class="main"
href="http://github.com/stormzhang">
GitHub
</a>
<a target="_top"
class="main"
href="/friends">
Friends
</a>
</div>
<div class="content">
<section class='post'>
<h1 class="upcase">
从0开始学习 GitHub 系列之「如何发现优秀的开源项目?」
</h1>
<blockquote>
<p><strong>版权声明:本文为 stormzhang 原创文章,可以随意转载,但必须在明确位置注明出处!!!</strong></p>
</blockquote>
<p>之前发过一系列有关 GitHub 的文章,有同学问了,GitHub 我大概了解了,Git 也差不多会使用了,但是 还是搞不清 GitHub 如何帮助我的工作,怎么提升我的工作效率?</p>
<p>问到点子上了,GitHub 其中一个最重要的作用就是发现全世界最优秀的开源项目,你没事的时候刷刷微博、知乎,人家没事的时候刷刷 GitHub ,看看最近有哪些流行的项目,久而久之,这差距就越来越大,那么如何发现优秀的开源项目呢?这篇文章我就来给大家介绍下。</p>
<h2 id="section">1. 关注一些活跃的大牛</h2>
<p>GitHub 主页有一个类似微博的时间线功能,所有你关注的人的动作,比如 star、fork 了某个项目都会出现在你的时间线上,这种方式适合我这种比较懒的人,不用主动去找项目,而这种基本是我每天获取信息的一个很重要的方式。不知道怎么关注这些人?那么很简单,关注我 stormzhang ,以及我 GitHub 上关注的一些大牛,基本就差不多了。</p>
<p><img src="/image/github1.png" alt="图片描述" /></p>
<h2 id="trending">2. Trending</h2>
<p>点击下图的 Explore 菜单到“发现”页面</p>
<p><img src="/image/github2.png" alt="图片描述" /></p>
<p>紧接着点击 Trending 按钮</p>
<p><img src="/image/github3.png" alt="图片描述" /></p>
<p>这个 Trending 页面是干嘛的呢?直译过来就是趋势的意思,就是说这个页面你可以看到最近一些热门的开源项目,这个页面可以算是很多人主动获取一些开源项目最好的途径,可以选择「当天热门」、「一周之内热门」和「一月之内热门」来查看,并且还可以分语言类来查看,比如你想查看最近热门的 Android 项目,那么右边就可以选择 Java 语言。</p>
<p><img src="/image/github4.png" alt="图片描述" /></p>
<p>这样页面推荐大家每隔几天就去看下,主动发掘一些优秀的开源项目。</p>
<h2 id="search">3. Search</h2>
<p>除了 Trending ,还有一种最主动的获取开源项目的方式,那就是 GitHub 的 Search 功能。</p>
<p>举个例子,你是做 Android 的,接触 GitHub 没多久,那么第一件事就应该输入 android 关键字进行搜索,然后右上角选择按照 star 来排序,结果如下图:</p>
<p><img src="/image/github_search1.png" alt="图片描述" /></p>
<p>如果你是学习 iOS 的,那么不妨同样的方法输入 iOS 关键字看看结果:</p>
<p><img src="/image/github_search2.png" alt="图片描述" /></p>
<p>可以看到按照 star 数,排名靠前基本是一些比较火的项目,一定是很有用,才会这么火。值得一提的是左侧依然可以选择语言进行过滤。</p>
<p>而对于实际项目中用到一些库,基本上都会第一时间去 GitHub 搜索下有没有类似的库,比如项目中想采用一个网络库,那么不妨输入 android http 关键字进行搜索,因为我只想找到关于 Android 的项目,所以搜索的时候都会加上 android 关键字,按照 star 数进行排序,我们来看下结果:</p>
<p><img src="/image/github_search3.png" alt="图片描述" /></p>
<p>可以看到 Retrofit、OkHttp、android-async-http 是最流行的网络库,只不过 android-async-http 的作者不维护了,之前很多人问我网络库用哪个比较好?哪怕你对每个网络库都不是很了解,那么单纯的按照这种方式你都该优先选择 Retrofit 或者 OkHttp,而目前绝大部分 Android 开发者确实也都是在用这两个网络库,当然还有部分在用 Volley 的,因为 google 没有选择在 GitHub 开源 volley,所以搜不到 volley 的上榜。</p>
<p>除此之外,GitHub 的 Search 还有一些小技巧,比如你想搜索的结果中 star 数大于1000的,那么可以这样搜索:</p>
<p>android http stars:>1000</p>
<p>当然还有其他小技巧,但是我觉得不是很重要,就不多说了。</p>
<p>有些人如果习惯用 Google 进行搜索,那么想搜索 GitHub 上的结果,不妨前面加 GitHub 关键字就ok了,比如我在 google 里输入 GitHub android http ,每个关键字用空格隔开,然后搜索结果如下:</p>
<p><img src="/image/github_search4.png" alt="图片描述" /></p>
<p>可以看到,基本也是我们想要的结果,只不过排序就不是单纯的按照 star 来排序了。</p>
<h2 id="section-1">福利大放送</h2>
<p>相信以上三种方法够大家遨游在 GitHub 的海洋了,最后给大家献上一些福利,这些项目是 GitHub 上影响力很大,同时又对你们很有用的项目:</p>
<ul>
<li><a href="https://github.com/vhf/free-programming-books">free-programming-books</a></li>
</ul>
<p>这个项目目前 star 数排名 GitHub 第三,总 star 数超过6w,这个项目整理了所有跟编程相关的免费书籍,而且全球多国语言版的都有,中文版的在这里:<a href="https://github.com/vhf/free-programming-books/blob/master/free-programming-books-zh.md">free-programming-books-zh</a>,有了这个项目,理论上你可以获取任何编程相关的学习资料,强烈推荐给你们!</p>
<ul>
<li><a href="https://github.com/robbyrussell/oh-my-zsh">oh-my-zsh</a></li>
</ul>
<p>俗话说,不会用 shell 的程序员不是真正的程序员,所以建议每个程序员都懂点 shell,有用不说,装逼利器啊!而 oh-my-zsh 毫无疑问就是目前最流行,最酷炫的 shell,不多说了,懂得自然懂,不懂的以后你们会懂的!</p>
<ul>
<li><a href="https://github.com/sindresorhus/awesome">awesome</a></li>
</ul>
<p>GitHub 上有各种 awesome 系列,简单来说就是这个系列搜罗整理了 GitHub 上各领域的资源大汇总,比如有 awesome-android, awesome-ios, awesome-java, awesome-python 等等等,就不截图了,你们自行去感受。</p>
<ul>
<li><a href="https://github.com/tiimgreen/github-cheat-sheet/">github-cheat-sheet</a></li>
</ul>
<p>GitHub 的使用有各种技巧,只不过基本的就够我们用了,但是如果你对 GitHub 超级感兴趣,想更多的了解 GitHub 的使用技巧,那么这个项目就刚好是你需要的,每个 GitHub 粉都应该知道这个项目。</p>
<ul>
<li><a href="https://github.com/Trinea/android-open-project">android-open-project</a></li>
</ul>
<p>这个项目是我一个好朋友 Trinea 整理的一个开源项目,基本囊括了所有 GitHub 上的 Android 优秀开源项目,但是缺点就是太多了不适合快速搜索定位,但是身为 Android 开发无论如何你们应该知道这个项目。</p>
<ul>
<li><a href="https://github.com/wasabeef/awesome-android-ui">awesome-android-ui</a></li>
</ul>
<p>这个项目跟上面的区别是,这个项目只整理了所有跟 Android UI 相关的优秀开源项目,基本你在实际开发终于到的各种效果上面都几乎能找到类似的项目,简直是开发必备。</p>
<ul>
<li><a href="https://github.com/Freelander/Android_Data">Android_Data</a></li>
</ul>
<p>这个项目是我的邪教群的一位管理员整理的,几乎包括了国内各种学习 Android 的资料,简直太全了,我为这个项目也稍微做了点力,强烈推荐你们收藏起来。</p>
<ul>
<li><a href="https://github.com/JackyAndroid/AndroidInterview-Q-A/blob/master/README-CN.md">AndroidInterview-Q-A</a></li>
</ul>
<p>这个就不多说了,之前给大家推荐过的,国内一线互联网公司内部面试题库。</p>
<ul>
<li><a href="https://github.com/GeniusVJR/LearningNotes">LearningNotes</a></li>
</ul>
<p>这是一份非常详细的面试资料,涉及 Android、Java、设计模式、算法等等等,你能想到的,你不能想到的基本都包含了,可以说是适应于任何准备面试的 Android 开发者,看完这个之后别说你还不知道怎么面试!</p>
<h2 id="section-2">总结</h2>
<p>GitHub 上优秀开源项目真的是一大堆,就不一一推荐了,授人以鱼不如授人以渔,请大家自行主动发掘自己需要的开源项目吧,不管是应用在实际项目上,还是对源码的学习,都是提升自己工作效率与技能的很重要的一个渠道,总有一天,你会突然意识到,原来不知不觉你已经走了这么远!</p>
<p>觉得不错,不妨随手转发、点赞,都是对我良心张莫大的鼓励!</p>
<hr />
<p>stormzhang</p>
<p>07/28/2016</p>
<hr />
<p align="center">欢迎关注我的公众号:stormzhang</p>
<p align="center"><img src="/image/qrcode_258.jpg" /></p>
<br/>
<p>推荐一个用了一年多的理财「友金所」,小道消息、MacTalk、可能吧等公号均推荐过,绝对靠谱,新手年化收益 12% 及 166 元红包。<a href="https://www.yyfax.com/h5/activity/wechatSpread4.html?code=8hp9ij" target="_blank">点这里开始投资</a></p>
<hr />
<p>
<a href="/weekly/2016/07/26/android-developer-weekly/">
上一篇:AndroidDeveloper Weekly 系列
</a>
</p>
<p>
<a href="/weekly/2016/07/31/android-developer-weekly-no-3/">
下一篇:AndroidDeveloper Weekly No.3
</a>
</p>
<hr style="height:1px;border:none;border-top:1px dashed #0066CC;" />
</section>
</div>
</div>
<footer>
<p class="muted">Powered by stormzhang </p>
<!-- <a class="muted" href="/friends" >好基友<a/> -->
<br />
<br />
</footer>
</body>
</html>