Skip to content

Commit 2ac000f

Browse files
committed
add icons projects
1 parent 71804b9 commit 2ac000f

File tree

3 files changed

+59
-35
lines changed

3 files changed

+59
-35
lines changed

content/10/HelloGitHub10.md

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
## 目录
2121
- [C# 项目](#C-项目)
2222
- [C++ 项目](#C-项目-1)
23+
- [CSS 项目](#CSS-项目)
2324
- [Go 项目](#Go-项目)
2425
- [Java 项目](#Java-项目)
2526
- [JavaScript 项目](#JavaScript-项目)
@@ -56,27 +57,36 @@
5657

5758
<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
5859

60+
### CSS 项目
61+
3、[Font-Awesome](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/FortAwesome/Font-Awesome/):GitHub 上 Star 数最多的图标库,应该是当下最流行的图标库
62+
63+
4、[material-design-icons](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/google/material-design-icons):Google 官方开源基于 Material Design 设计风格的图标库
64+
65+
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/10/img/material-design-icons.png' style="max-width:80%; max-height=80%;"></img></p>
66+
67+
<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
68+
5969
### Go 项目
60-
3[kingshard](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/flike/kingshard):kingshard 是一个由 Go 开发高性能 MySQL Proxy 项目,kingshard 在满足基本的读写分离的功能上,致力于简化 MySQL 分库分表操作;能够让 DBA 通过 kingshard 轻松平滑地实现 MySQL 数据库扩容。
70+
5[kingshard](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/flike/kingshard):kingshard 是一个由 Go 开发高性能 MySQL Proxy 项目,kingshard 在满足基本的读写分离的功能上,致力于简化 MySQL 分库分表操作;能够让 DBA 通过 kingshard 轻松平滑地实现 MySQL 数据库扩容。
6171

6272
<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
6373

6474
### Java 项目
65-
4[incubator-rocketmq](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/apache/incubator-rocketmq):RocketMQ 是阿里巴巴在 2012 年开源的第三代分布式消息中间件。
75+
6[incubator-rocketmq](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/apache/incubator-rocketmq):RocketMQ 是阿里巴巴在 2012 年开源的第三代分布式消息中间件。
6676
历年双 11,RocketMQ 都承担了阿里巴巴生产系统百分之百的消息流转,在核心交易链路有着稳定和出色的表现,今年双十一,更是创造了万亿级消息精准低延迟投递。
6777

6878
<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
6979

7080
### JavaScript 项目
71-
5[iview](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/iview/iview):iView 是一套基于 Vue.js 的开源 UI 组件库,主要服务于 PC 界面的中后台产品。特性:
81+
7[iview](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/iview/iview):iView 是一套基于 Vue.js 的开源 UI 组件库,主要服务于 PC 界面的中后台产品。特性:
7282
- 高质量、功能丰富
7383
- 友好的 API,自由灵活地使用空间
7484
- 事无巨细的文档
7585
- 细致、漂亮的 UI
7686
- 使用单文件的 Vue 组件化开发模式
7787
- 基于 npm + webpack + babel 开发,支持 ES2015
7888

79-
6[flv.js](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/Bilibili/flv.js):使用纯 JavaScript 写的 HTML5 Flash 视频(flv)播放器,示例代码如下:
89+
8[flv.js](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/Bilibili/flv.js):使用纯 JavaScript 写的 HTML5 Flash 视频(flv)播放器,示例代码如下:
8090
```javascript
8191
<script src="flv.min.js"></script>
8292
<video id="videoElement"></video>
@@ -94,65 +104,65 @@
94104
</script>
95105
```
96106

97-
7[RAP](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/thx/RAP):阿里妈妈 MUX 团队出品,企业级 Web 接口管理工具。RAP 通过 GUI 工具帮助 Web 工程师更高效的管理接口文档,同时通过分析接口结构自动生成 Mock 数据、校验真实接口的正确性,使得接口开发更加规范、自动化。
107+
9[RAP](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/thx/RAP):阿里妈妈 MUX 团队出品,企业级 Web 接口管理工具。RAP 通过 GUI 工具帮助 Web 工程师更高效的管理接口文档,同时通过分析接口结构自动生成 Mock 数据、校验真实接口的正确性,使得接口开发更加规范、自动化。
98108

99109

100110
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/10/img/rap-show-min.jpeg' style="max-width:80%; max-height=80%;"></img></p>
101111

102112
<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
103113

104114
### Objective-C 项目
105-
8[sequelpro](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/sequelpro/sequelpro):这是我到目前为止在 Mac 上发现最好用的 MySQL 管理工具。本人一直在使用,并且推荐给了我的小伙伴们,用过都说好😈~
115+
10[sequelpro](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/sequelpro/sequelpro):这是我到目前为止在 Mac 上发现最好用的 MySQL 管理工具。本人一直在使用,并且推荐给了我的小伙伴们,用过都说好😈~
106116

107117

108118
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/10/img/sequelpro-show-min.png' style="max-width:80%; max-height=80%;"></img></p>
109119

110120
<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
111121

112122
### PHP 项目
113-
9[typecho](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/typecho/typecho):PHP 的一款博客程序,[官网](http://typecho.org/)[文档](http://docs.typecho.org/doku.php)
123+
11[typecho](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/typecho/typecho):PHP 的一款博客程序,[官网](http://typecho.org/)[文档](http://docs.typecho.org/doku.php)
114124

115125

116126
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/10/img/typecho-show-min.png' style="max-width:80%; max-height=80%;"></img></p>
117127

118128
<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
119129

120130
### Python 项目
121-
10[saythanks.io](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/kennethreitz/saythanks.io):Kennethreitz 写的一个简单的网站(基于 Flask),用于向开源项目作者发送感谢邮件的 Web App。该项目结构简单,可以用来学习大神是如何快速开发 Web 项目、方法、代码风格、开发常用库。而且该项目的意义也特别好:**感谢开源项目的作者**,愿开源社区越来越好,[网站地址](https://saythanks.io)
131+
12[saythanks.io](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/kennethreitz/saythanks.io):Kennethreitz 写的一个简单的网站(基于 Flask),用于向开源项目作者发送感谢邮件的 Web App。该项目结构简单,可以用来学习大神是如何快速开发 Web 项目、方法、代码风格、开发常用库。而且该项目的意义也特别好:**感谢开源项目的作者**,愿开源社区越来越好,[网站地址](https://saythanks.io)
122132

123133

124134
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/10/img/thanks-show-min.png' style="max-width:80%; max-height=80%;"></img></p>
125135

126-
11[locust](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/locustio/locust):模拟用户行为的[负载测试](http://blog.csdn.net/kerryzhu/article/details/3515714)工具,包含友好的 Web 页面,如下图:
136+
13[locust](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/locustio/locust):模拟用户行为的[负载测试](http://blog.csdn.net/kerryzhu/article/details/3515714)工具,包含友好的 Web 页面,如下图:
127137

128138

129139
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/10/img/locust-show-min.png' style="max-width:80%; max-height=80%;"></img></p>
130140

131-
12[jumpserver](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/jumpserver/jumpserver):Jumpserver 是一款由 Python 编写开源的跳板机(是一类可作为跳板批量操作远程设备的网络设备)系统,实现了跳板机应有的功能。基于 SSH 协议来管理,客户端无需安装 agent。支持常见 Linux 系统,效果如下:
141+
14[jumpserver](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/jumpserver/jumpserver):Jumpserver 是一款由 Python 编写开源的跳板机(是一类可作为跳板批量操作远程设备的网络设备)系统,实现了跳板机应有的功能。基于 SSH 协议来管理,客户端无需安装 agent。支持常见 Linux 系统,效果如下:
132142

133143

134144
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/10/img/jumpserver-min.gif' style="max-width:80%; max-height=80%;"></img></p>
135145

136146
<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
137147

138148
### 其它
139-
13[IntelliJ-IDEA-Tutorial](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/judasn/IntelliJ-IDEA-Tutorial):IntelliJ IDEA 简体中文专题教程
149+
15[IntelliJ-IDEA-Tutorial](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/judasn/IntelliJ-IDEA-Tutorial):IntelliJ IDEA 简体中文专题教程
140150

141-
14[Awesome_API](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/marktony/Awesome_API):第三方 API 集合
151+
16[Awesome_API](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/marktony/Awesome_API):第三方 API 集合
142152

143-
15[Lee-VR-Source](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/GeekLiB/Lee-VR-Source):VR 开发者必备资源汇总
153+
17[Lee-VR-Source](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/GeekLiB/Lee-VR-Source):VR 开发者必备资源汇总
144154

145-
16[500lines](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/aosabook/500lines):(英文)用少于 500 行的 Python 代码,你可以写出什么东西?相信你看完这个项目,会学到很多(每个项目的作者都是业内大神写的)。[中文翻译版(未翻译完)](https://github.com/HT524/500LineorLess_CN)
155+
18[500lines](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/aosabook/500lines):(英文)用少于 500 行的 Python 代码,你可以写出什么东西?相信你看完这个项目,会学到很多(每个项目的作者都是业内大神写的)。[中文翻译版(未翻译完)](https://github.com/HT524/500LineorLess_CN)
146156

147157
<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
148158

149159
### 开源书籍
150-
17[redisbook](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/huangz1990/redisbook):Redis 设计与实现(网络版)
160+
19[redisbook](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/huangz1990/redisbook):Redis 设计与实现(网络版)
151161

152162
<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
153163

154164
### 机器学习
155-
18[MLAlgorithms](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/rushter/MLAlgorithms):常见的机器学习算法,Python 实现:
165+
20[MLAlgorithms](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/rushter/MLAlgorithms):常见的机器学习算法,Python 实现:
156166
- [Deep learning (MLP, CNN, RNN, LSTM)](https://github.com/rushter/MLAlgorithms/tree/master/mla/neuralnet)
157167
- [Linear regression, logistic regression](https://github.com/rushter/MLAlgorithms/blob/master/mla/linear_models.py)
158168
- [Random Forests](https://github.com/rushter/MLAlgorithms/blob/master/mla/ensemble/random_forest.py)

content/13/HelloGitHub13.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,9 @@ Request failed
197197

198198
26、[Awesome-Windows](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/Awesome-Windows/Awesome):一个 Windows 上优质和精选的最佳应用程序及工具列表。[中文版](https://github.com/Awesome-Windows/Awesome/blob/master/README-cn.md)
199199

200-
27、[SuperTinySocialIcons](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/edent/SuperTinySocialIcons):1KB以下,超级小型社交图标
200+
27、[SuperTinyIcons](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/edent/SuperTinyIcons):体积超级小、制作精致的常见网站和 app 的图标库,每个图标均小于 1KB
201+
202+
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/13/img/SuperTinyIcons.png' style="max-width:80%; max-height=80%;"></img></p>
201203

202204
<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
203205

0 commit comments

Comments
 (0)