# HelloGitHub Vol.13 > Passion is the best teacher. **HelloGitHub** inspires your interest in open-source!

## Table of Contents Click the **「Table of Contents」** icon at the top-right corner to open the navigation and enjoy a better reading experience. ![](https://raw.githubusercontent.com/521xueweihan/img_logo/master/logo/catalog.png) ## Content > **The content of this issue is as follows**|Updated on the **28th** of each month ### C 1、[awesome-c-cn](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/jobbole/awesome-c-cn):C 资源大全中文版,包括了:构建系统、编译器、数据库、加密、初中高的教程/指南、书籍、库等。 ### C# 2、[dopamine-windows](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/digimezzo/dopamine-windows):基于WPF编写的现代扁平风格轻量级播放器

### Go 3、[dht](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/shiyanhui/dht):DHT 实现了 BitTorrent DHT 协议,它包含两种模式,标准模式和爬虫模式。标准模式遵循 DHT 协议,你可以把它当做一个标准的 DHT 组件。爬虫模式是为了嗅探到更多 torrent 文件信息,它在某些方面不遵循 DHT 协议。 基于爬虫模式,你可以打造你自己的 BTDigg,[演示地址](http://bthub.io/)

4、[gobyexample](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/mmcgrana/gobyexample):Go 示例代码,[在线浏览](https://gobyexample.com/) ### Java 5、[android-discuss](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/android-cn/android-discuss):Android 问题交流讨论坛,包含 Android 开发中的各种问题讨论 6、[AndroidLibs](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/ColorfulCat/AndroidLibs):Android 开源代码大全,收集 Android 开发中优秀的开源组件库,方便大家查询 7、[Grav](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/glomadrian/Grav):Android 粒子动画效果,非常炫酷。让 APP 逼格更上一层楼

### JavaScript 8、[cmder](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/cmderdev/cmder):Windows 控制台模拟器,运行效果如下:

9、[element](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/ElemeFE/element):一套为开发者、设计师和产品经理准备的基于 Vue 2.0 的组件库,提供了配套设计资源,帮助你的网站快速成型。[官网](http://element.eleme.io/#/zh-CN) 10、[gifify](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/vvo/gifify):可以选择视频文件的某一时间间隔做成 gif 动图

11、[js-stack-from-scratch](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/xitu/js-stack-from-scratch):从零开始构建 JavaScript 技术栈(中文版) 12、[typescript-tutorial](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/xcatliu/typescript-tutorial):TypeScript 入门教程 13、[Vue2.0LOL](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/arronf2e/Vue2.0LOL):Vue2.0 版英雄联盟助手

### Objective-C 14、[PPRows](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/jkpang/PPRows):在 Mac 上计算你写了多少行代码的工具 1. 支持检测参与计算的代码文件夹数量以及代码行数; 2. 支持同时检测多文件/多文件夹代码; 3. 支持自定义检测的文件类型,例如:C、Swift、Java 等类型的代码文件; 4. 支持自定义需要忽略检测的文件夹, 例如:iOS 工程中的 Pods 文件夹; 5. 支持中文与英文,跟随系统语言变化; 6. 支持忽略代码中的空行,代码行数计算更精确;

15、[PYSearch](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/ko1o/PYSearch):一款综合(QQ 音乐、微信、美团、优酷、虎牙直播等多款 App)风格的搜索控制器

### Python 16、[algorithms](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/keon/algorithms):基本算法、数据结构的 Python 实现 ``` . ├── array │ ├── circular_counter.py │ └── ... ├── backtrack │ ├── anagram.py │ └── ... ├── bfs │ ├── shortest_distance_from_all_buildings.py │ └── word_ladder.py ├── bit │ ├── count_ones.py │ └── ... │ └── traversal.py └── 等等 ``` 17、[grequests](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/spyoungtech/grequests):Rquests + Gevent 让异步 HTTP 变得简单、人性化。示例代码: ```python >>> import grequests >>> def exception_handler(request, exception): ... print "Request failed" >>> reqs = [ ... grequests.get('http://httpbin.org/delay/1', timeout=0.001), ... grequests.get('http://fakedomain/'), ... grequests.get('http://httpbin.org/status/500')] >>> grequests.map(reqs, exception_handler=exception_handler) Request failed Request failed [None, None, ] ``` 18、[ltp](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/HIT-SCIR/ltp):语言技术平台(Language Technology Platform,LTP)是哈工大社会计算与信息检索研究中心开源的一整套中文语言处理系统。提供了一系列中文自然语言处理工具,这些工具可以用于中文文本进行分词、词性标注、句法分析等工作 19、[ngxtop](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/lebinh/ngxtop):解析 nginx 访问日志并格式化输出有用的信息,可以用来实时了解你的服务器正在发生的情况。安装命令 `pip install ngxtop`,输出示例如下: ``` $ ngxtop running for 411 seconds, 64332 records processed: 156.60 req/sec Summary: | count | avg_bytes_sent | 2xx | 3xx | 4xx | 5xx | |---------+------------------+-------+-------+-------+-------| | 64332 | 2775.251 | 61262 | 2994 | 71 | 5 | Detailed: | request_path | count | avg_bytes_sent | 2xx | 3xx | 4xx | 5xx | |------------------------------------------+---------+------------------+-------+-------+-------+-------| | /abc/xyz/xxxx | 20946 | 434.693 | 20935 | 0 | 11 | 0 | | /xxxxx.json | 5633 | 1483.723 | 5633 | 0 | 0 | 0 | | /xxxxx/xxx/xxxxxxx | 3624 | 7830.236 | 3621 | 0 | 3 | 0 | | /static/js/minified/utils.min.js | 3031 | 1781.155 | 2104 | 927 | 0 | 0 | ``` 20、[searx](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/searx/searx):分分钟打造一个聚合的搜索引擎,使用简单,部署方便。拓展方便,基于插件式的管理。[演示地址](https://searx.me/) ### Other 21、[alloyteam.github.com](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/AlloyTeam/alloyteam.github.com):腾讯 AlloyTeam 开源项目官网 22、[be-a-professional-programmer](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/stanzhai/be-a-professional-programmer):成为专业程序员路上用到的各种优秀资料、神器及框架 23、[gold-miner](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/xitu/gold-miner):掘金翻译计划,翻译掘金上优质的英文文章 24、[SuperTinyIcons](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/edent/SuperTinyIcons):体积超级小、制作精致的常见网站和 app 的图标库,每个图标均小于 1KB

25、[SwitchHosts](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/oldj/SwitchHosts):一个用于快速切换 hosts 文件的小程序,基于 Electron 开发

26、[uBlock](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/gorhill/uBlock):uBlock Origin 不只是一个广告过滤工具,它是具有一般性用途的过滤工具,屏蔽广告的功能是通过支持 Adblock Plus 过滤规则语法实现的。uBlock 还扩充了语法,一开始就支持自定义过滤规则,[中文文档](https://github.com/fang5566/uBlock/blob/master/README.md#ublock-origin) ### Book 27、[free-programming-books-zh_CN](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/justjavac/free-programming-books-zh_CN):免费的计算机编程类中文书籍 28、[growth-ebook](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/phodal/growth-ebook):全栈增长工程师指南,[在线阅读](http://growth.phodal.com/)

『Previous』 | Feedback | 『Next』

---

👉 Submit open-source project! 👈

## Sponsor

UCloud
超值的GPU云服务

CDN
开启全网加速

OpenIM
开源IM力争No.1

七牛云
百万 Token 免费体验
## Disclaimer Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.