Skip to content

Commit 6e83b46

Browse files
committed
新增:贡献者列表
1 parent 5957342 commit 6e83b46

9 files changed

+35
-29
lines changed

Diff for: .github/ISSUE_TEMPLATE.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 项目推荐
2-
- 项目:[项目名称](项目地址)
2+
- 项目名称:
3+
4+
- 项目地址:
35

46
- 项目语言:
57

@@ -11,11 +13,11 @@
1113

1214
- 截图:
1315

14-
### 编辑完推荐项目的信息,**下述提示信息请删除**
15-
非常感谢推荐这么好的项目
16+
### 编辑完推荐项目的信息,下述提示信息**请删除**
17+
非常感谢推荐这么好的项目
1618

17-
如您推荐的项目收录到《HelloGithub》月刊,会在该项目介绍中注明推荐人**同时会在此 issues 中通知您**
19+
如您推荐的项目收录到《HelloGitHub》月刊,您的GitHub帐号将展示在 <a target="\_blank" href="https://github.com/521xueweihan/HelloGitHub/blob/master/contributors.md">贡献人列表</a>**同时会在此 issues 中通知您**
1820

19-
再次感谢您对《HelloGithub》项目的支持!
21+
再次感谢您对《HelloGitHub》项目的支持!
2022

2123
HelloGitHub 网站:https://hellogithub.com

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@
2020
| ------- | ----- | ------------ | ------ | --------- |
2121
| [第 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) |
2222
| [第 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) |
23-
| [第 11 期](/content/11/HelloGitHub11.md) | [第 12期](/content/12/HelloGitHub12.md) | [第 13 期](/content/13/HelloGitHub13.md) | [第 14 期](/content/14/HelloGitHub14.md) | |
23+
| [第 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) |
2424

2525
**每个月 :two::eight: 号发布最新一期**
2626

27+
## 贡献者们
28+
[点击查看](https://github.com/521xueweihan/HelloGitHub/blob/master/contributors.md)
2729

2830
## 声明
2931
**欢迎转载,请注明出处和作者,同时保留声明和联系方式。**

Diff for: content/06/HelloGitHub06.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
![](https://github.com/521xueweihan/HelloGitHub/blob/master/content/06/img/wukong-show-min.png)
2828

2929
#### Java 项目
30-
3、[moco](https://github.com/dreamhead/moco):开发过程中需要依赖一些接口,这些接口要么是搭建环境困难,要么是还没有实现,要么是交互比较复杂。这种情况下,使用 mock server 来 mock(模拟)这些接口,以便开发和测试能够正常进行*感谢推荐人:[QA_imp](https://home.cnblogs.com/u/bu1tcat/)*。快速上手步骤:
30+
3、[moco](https://github.com/dreamhead/moco):开发过程中需要依赖一些接口,这些接口要么是搭建环境困难,要么是还没有实现,要么是交互比较复杂。这种情况下,使用 mock server 来 mock(模拟)这些接口,以便开发和测试能够正常进行。快速上手步骤:
3131
```
3232
1. 下载 Moco:https://repo1.maven.org/maven2/com/github/dreamhead/moco-runner/0.11.0/moco-runner-0.11.0-standalone.jar
3333

Diff for: content/07/HelloGitHub07.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ int main(int argc, char** argv) {
5858
![](https://github.com/521xueweihan/HelloGitHub/blob/master/content/07/img/clipboard-show-min.png)
5959
6060
#### Objective-C 项目
61-
8、[PYPhotoBrowser](https://github.com/iphone5solo/PYPhotoBrowser):高仿 QQ、微信效果的图片浏览器(支持原图和缩略图、多种手势、CocoaPods),*感谢推荐人:[CoderKo1o](https://github.com/iphone5solo)*
61+
8、[PYPhotoBrowser](https://github.com/iphone5solo/PYPhotoBrowser):高仿 QQ、微信效果的图片浏览器(支持原图和缩略图、多种手势、CocoaPods)
6262
6363
#### Python 项目
6464
9、[httpie](https://github.com/jkbrzt/httpie):非常好用的命令行 HTTP 客户端,cURL 的替代者,返回的结果支持**高亮**,提高了可读性。用于调试接口、查看服务器返回的 HTTP 协议的信息。[在线文档](https://httpie.org/docs#examples),下面的是 cURL 和 httpie 的返回结果对比图:
6565
6666
6767
![](https://github.com/521xueweihan/HelloGitHub/blob/master/content/07/img/httpie-show-min.png)
6868
69-
10、[langid](https://github.com/saffsd/langid.py):用于识别输入文本数据所属的语种,目前支持 97 种语言识别。*感谢推荐人:[zhbzz2007](https://github.com/zhbzz2007)*。示例代码:
69+
10、[langid](https://github.com/saffsd/langid.py):用于识别输入文本数据所属的语种,目前支持 97 种语言识别。示例代码:
7070
```python
7171
import langid
7272
text1 = "I am a coder and love data mining"

Diff for: content/12/HelloGitHub12.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Hello Google!
129129
16、[algs4](https://github.com/kevin-wayne/algs4):(英文)算法第四版书中的示例代码(Java)
130130

131131
#### 开源书籍
132-
17、[explore-python](https://github.com/ethan-funny/explore-python):《Python 之旅》,该书总结了 Python 相关的知识点,力求深入浅出、条理清晰*感谢推荐人:[ethan-funny](https://github.com/ethan-funny)*
132+
17、[explore-python](https://github.com/ethan-funny/explore-python):《Python 之旅》,该书总结了 Python 相关的知识点,力求深入浅出、条理清晰
133133

134134
18、[The-Art-Of-Programming-By-July](https://github.com/julycoding/The-Art-Of-Programming-By-July/blob/master/ebook/zh/Readme.md):《编程之法:面试和算法心得》
135135

Diff for: content/13/HelloGitHub13.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
1、[awesome-c-cn](https://github.com/jobbole/awesome-c-cn):C 资源大全中文版,包括了:构建系统、编译器、数据库、加密、初中高的教程/指南、书籍、库等。
2222

2323
#### C# 项目
24-
2、[Dopamine](https://github.com/digimezzo/Dopamine):基于WPF编写的现代扁平风格轻量级播放器*感谢推荐人:[PeoLeser](https://github.com/PeoLeser)*
24+
2、[Dopamine](https://github.com/digimezzo/Dopamine):基于WPF编写的现代扁平风格轻量级播放器
2525

2626

2727
![](https://github.com/521xueweihan/HelloGitHub/blob/master/content/13/img/Dopamine-show-min.png)
@@ -38,17 +38,17 @@
3838
5、[gobyexample](https://github.com/mmcgrana/gobyexample):Go 示例代码,[在线浏览](https://gobyexample.com/)
3939

4040
#### Java 项目
41-
6、[Grav](https://github.com/glomadrian/Grav):Android 粒子动画效果,非常炫酷。让 APP 逼格更上一层楼*感谢推荐人:[jp1017](https://github.com/jp1017)*
41+
6、[Grav](https://github.com/glomadrian/Grav):Android 粒子动画效果,非常炫酷。让 APP 逼格更上一层楼
4242

4343

4444
![](https://github.com/521xueweihan/HelloGitHub/blob/master/content/13/img/Grav.gif)
4545

46-
7、[AndroidLibs](https://github.com/XXApple/AndroidLibs):Android 开源代码大全,收集 Android 开发中优秀的开源组件库,方便大家查询*感谢推荐人:[jp1017](https://github.com/jp1017)*
46+
7、[AndroidLibs](https://github.com/XXApple/AndroidLibs):Android 开源代码大全,收集 Android 开发中优秀的开源组件库,方便大家查询
4747

48-
8、[android-discuss](https://github.com/android-cn/android-discuss):Android 问题交流讨论坛,包含 Android 开发中的各种问题讨论*感谢推荐人:[jp1017](https://github.com/jp1017)*
48+
8、[android-discuss](https://github.com/android-cn/android-discuss):Android 问题交流讨论坛,包含 Android 开发中的各种问题讨论
4949

5050
#### JavaScript 项目
51-
9、[js-stack-from-scratch](https://github.com/pd4d10/js-stack-from-scratch):从零开始构建 JavaScript 技术栈(中文版)*感谢推荐人:[jp1017](https://github.com/jp1017)*
51+
9、[js-stack-from-scratch](https://github.com/pd4d10/js-stack-from-scratch):从零开始构建 JavaScript 技术栈(中文版)
5252

5353
10、[element](https://github.com/ElemeFE/element):一套为开发者、设计师和产品经理准备的基于 Vue 2.0 的组件库,提供了配套设计资源,帮助你的网站快速成型。[官网](http://element.eleme.io/#/zh-CN)
5454

@@ -62,27 +62,27 @@
6262

6363
![](https://github.com/521xueweihan/HelloGitHub/blob/master/content/13/img/cmder-show-min.png)
6464

65-
13、[Vue2.0LOL](https://github.com/arronf2e/Vue2.0LOL):Vue2.0 版英雄联盟助手*感谢推荐人:[arronf2e](https://github.com/arronf2e)*
65+
13、[Vue2.0LOL](https://github.com/arronf2e/Vue2.0LOL):Vue2.0 版英雄联盟助手
6666

6767

6868
![](https://github.com/521xueweihan/HelloGitHub/blob/master/content/13/img/vue2.0lol-show-min.png)
6969

7070
14、[typescript-tutorial](https://github.com/xcatliu/typescript-tutorial):TypeScript 入门教程
7171

7272
#### Objective-C 项目
73-
15、[PYSearch](https://github.com/iphone5solo/PYSearch):一款综合(QQ 音乐、微信、美团、优酷、虎牙直播等多款 App)风格的搜索控制器*感谢推荐人:[iphone5solo](https://github.com/iphone5solo)*
73+
15、[PYSearch](https://github.com/iphone5solo/PYSearch):一款综合(QQ 音乐、微信、美团、优酷、虎牙直播等多款 App)风格的搜索控制器
7474

7575

7676
![](https://github.com/521xueweihan/HelloGitHub/blob/master/content/13/img/PYSearch-show-min.png)
7777

78-
16、[PPRows](https://github.com/jkpang/PPRows):在 Mac 上计算你写了多少行代码的工具*感谢推荐人:[jkpang](https://github.com/jkpang)*
78+
16、[PPRows](https://github.com/jkpang/PPRows):在 Mac 上计算你写了多少行代码的工具
7979

80-
1. 支持检测参与计算的代码文件夹数量以及代码行数;
81-
2. 支持同时检测多文件/多文件夹代码;
82-
3. 支持自定义检测的文件类型,例如:c,swift,oc, java....类型的代码文件;
83-
4. 支持自定义需要忽略检测的文件夹, 例如: iOS工程中的Pods文件夹;
84-
5. 支持中文与英文,跟随系统语言变化
85-
6. 支持忽略代码中的空行, 代码行数计算更精确.
80+
1. 支持检测参与计算的代码文件夹数量以及代码行数
81+
2. 支持同时检测多文件多文件夹代码
82+
3. 支持自定义检测的文件类型,例如:C、Swift、Java 等类型的代码文件;
83+
4. 支持自定义需要忽略检测的文件夹, 例如:iOS 工程中的 Pods 文件夹;
84+
5. 支持中文与英文跟随系统语言变化
85+
6. 支持忽略代码中的空行代码行数计算更精确
8686

8787

8888
![](https://github.com/521xueweihan/HelloGitHub/blob/master/content/13/img/PPRows.gif)
@@ -126,7 +126,7 @@ Detailed:
126126
└── 等等
127127
```
128128

129-
19、[searx](https://github.com/asciimoo/searx):分分钟打造一个聚合的搜索引擎,使用简单,部署方便。拓展方便,基于插件式的管理。[演示地址](https://searx.me/)*感谢推荐人:[BruceDone](https://github.com/BruceDone)*
129+
19、[searx](https://github.com/asciimoo/searx):分分钟打造一个聚合的搜索引擎,使用简单,部署方便。拓展方便,基于插件式的管理。[演示地址](https://searx.me/)
130130

131131
20、[grequests](https://github.com/kennethreitz/grequests):Rquests + Gevent 让异步 HTTP 变得简单、人性化。示例代码:
132132
```python
@@ -149,7 +149,7 @@ Request failed
149149

150150
22、[uBlock](https://github.com/gorhill/uBlock):uBlock Origin 不只是一个广告过滤工具,它是具有一般性用途的过滤工具,屏蔽广告的功能是通过支持 Adblock Plus 过滤规则语法实现的。uBlock 还扩充了语法,一开始就支持自定义过滤规则,[中文文档](https://github.com/fang5566/uBlock/blob/master/README.md#ublock-origin)
151151

152-
23、[SwitchHosts](https://github.com/oldj/SwitchHosts):一个用于快速切换 hosts 文件的小程序,基于 Electron 开发*感谢推荐人:[jp1017](https://github.com/jp1017)*
152+
23、[SwitchHosts](https://github.com/oldj/SwitchHosts):一个用于快速切换 hosts 文件的小程序,基于 Electron 开发
153153

154154

155155
![](https://github.com/521xueweihan/HelloGitHub/blob/master/content/13/img/SwitchHosts-show-min.png)

Diff for: content/14/HelloGitHub14.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ gcc -g -O2 testSearcher.c ip2region.c
5555

5656
![](https://github.com/521xueweihan/HelloGitHub/blob/master/content/14/img/browserquest-show-min.png)
5757

58-
11、[Rental](https://github.com/answershuto/Rental):一款租房 APP,基于 Node.js 爬虫,爬取 58 同城租房信息,并用地图进行可视化展示,方便用户获取周围租房信息*感谢推荐人:[answershuto](https://github.com/answershuto)*
58+
11、[Rental](https://github.com/answershuto/Rental):一款租房 APP,基于 Node.js 爬虫,爬取 58 同城租房信息,并用地图进行可视化展示,方便用户获取周围租房信息
5959

6060

6161
![](https://github.com/521xueweihan/HelloGitHub/blob/master/content/14/img/rental-show-min.png)

Diff for: content/15/HelloGitHub15.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
![](https://github.com/521xueweihan/HelloGitHub/blob/master/content/15/img/font-spider-show-min.png)
5252

53-
10、[slick](https://github.com/kenwheeler/slick):实现了几乎所有效果的轮播图插件,[在线演示](kenwheeler.github.io/slick/)
53+
10、[slick](https://github.com/kenwheeler/slick):实现了几乎所有效果的轮播图插件,[在线演示](http://kenwheeler.github.io/slick/)
5454

5555
#### Objective-C 项目
5656
11、[spectacle](https://github.com/eczarny/spectacle):OS X 系统下的窗口管理工具,通过快捷键方便、快捷的调整窗口大小和位置
@@ -140,4 +140,4 @@ def test():
140140
## 声明
141141
如果你发现了好玩、有意义的开源项目,[点击这里](https://github.com/521xueweihan/HelloGitHub/issues/new) 分享你觉得有意思的项目。
142142

143-
**欢迎转载,请注明出处和作者,同时保留声明和联系方式。**
143+
**欢迎转载,请注明出处和作者,同时保留声明和联系方式。**

Diff for: contributors.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### 贡献者列表
2+
[QA_imp](https://home.cnblogs.com/u/bu1tcat/)[CoderKo1o](https://github.com/iphone5solo)[zhbzz2007](https://github.com/zhbzz2007)[ethan-funny](https://github.com/ethan-funny)[PeoLeser](https://github.com/PeoLeser)[jp1017](https://github.com/jp1017)[arronf2e](https://github.com/arronf2e)[iphone5solo](https://github.com/iphone5solo)[jkpang](https://github.com/jkpang)[BruceDone](https://github.com/BruceDone)[answershuto](https://github.com/answershuto)

0 commit comments

Comments
 (0)