Skip to content

Commit 7400bd9

Browse files
committed
发布:《HelloGitHub》第82期
1 parent eb15e6c commit 7400bd9

11 files changed

+393
-19
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ HelloGitHub 分享 GitHub 上有趣、入门级的开源项目。**每月 28 号
2020

2121
| :card_index: | :jack_o_lantern: | :beer: | :fish_cake: | :octocat: |
2222
| ------- | ----- | ------------ | ------ | --------- |
23-
| [第 81 期](/content/HelloGitHub81.md) |
23+
| [82 期](/content/HelloGitHub82.md) | [81 期](/content/HelloGitHub81.md) |
2424
| [第 80 期](/content/HelloGitHub80.md) | [第 79 期](/content/HelloGitHub79.md) | [第 78 期](/content/HelloGitHub78.md) | [第 77 期](/content/HelloGitHub77.md) | [第 76 期](/content/HelloGitHub76.md) |
2525
| [第 75 期](/content/HelloGitHub75.md) | [第 74 期](/content/HelloGitHub74.md) | [第 73 期](/content/HelloGitHub73.md) | [第 72 期](/content/HelloGitHub72.md) | [第 71 期](/content/HelloGitHub71.md) |
2626
| [第 70 期](/content/HelloGitHub70.md) | [第 69 期](/content/HelloGitHub69.md) | [第 68 期](/content/HelloGitHub68.md) | [第 67 期](/content/HelloGitHub67.md) | [第 66 期](/content/HelloGitHub66.md) |

README_en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Will be released on the **28th of each month**| [Contributors](https://github.co
2323

2424
| :card_index: | :jack_o_lantern: | :beer: | :fish_cake: | :octocat: |
2525
| ------- | ----- | ------------ | ------ | --------- |
26-
| [NO.81](/content/HelloGitHub81.md) |
26+
| [NO.82](/content/HelloGitHub82.md) | [NO.81](/content/HelloGitHub81.md) |
2727
| [NO.80](/content/HelloGitHub80.md) | [NO.79](/content/HelloGitHub79.md) | [NO.78](/content/HelloGitHub78.md) | [NO.77](/content/HelloGitHub77.md) | [NO.76](/content/HelloGitHub76.md) |
2828
| [NO.75](/content/HelloGitHub75.md) | [NO.74](/content/HelloGitHub74.md) | [NO.73](/content/HelloGitHub73.md) | [NO.72](/content/HelloGitHub72.md) | [NO.71](/content/HelloGitHub71.md) |
2929
| [NO.70](/content/HelloGitHub70.md) | [NO.69](/content/HelloGitHub69.md) | [NO.68](/content/HelloGitHub68.md) | [NO.67](/content/HelloGitHub67.md) | [NO.66](/content/HelloGitHub66.md) |

content/HelloGitHub27.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
3、[apollo](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/ApolloAuto/apollo):百度自主研发、开源的全面开放自动驾驶平台。它将帮助汽车行业及自动驾驶领域的合作伙伴结合车辆和硬件系统,快速搭建一套属于自己的自动驾驶系统
4949

5050

51-
4、[incubator-brpc](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/apache/incubator-brpc):百度开源的 RPC 框架,拥有超过 100 万个实例和 500 多种服务
51+
4、[brpc](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/apache/brpc):百度开源的 RPC 框架,拥有超过 100 万个实例和 500 多种服务
5252

5353

5454
5、[MyTinySTL](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/Alinshans/MyTinySTL):用 C++11 实现的小型 STL(容器库+算法库)。代码结构清晰规范、包含中文文档与注释,并且自带一个简单的测试框架,适合新手学习与参考。示例代码如下:

content/HelloGitHub37.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -51,25 +51,25 @@
5151
3、[akutan](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/eBay/akutan):eBay 开源的分布式图数据库,少数依然支持 SparQL 的图数据库
5252

5353

54-
4、[docker-slim](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/docker-slim/docker-slim):自动缩减 docker 镜像的体积的工具。大幅度缩减 docker 镜像的体积,方便分发,使用命令 `docker-slim build --http-probe your-name/your-app`。比如 Node.js 镜像缩减后的对比:
55-
```
56-
from ubuntu:14.04 - 432MB => 14MB (缩减了 30.85 倍)
54+
4、[kratos](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/go-kratos/kratos):哔哩哔哩开源的一套 Go 微服务框架,包含大量微服务相关框架及工具。解决了 gin 在微服务场景下的一些适配和微服务本身的一系列生态,[快速开始](https://github.com/bilibili/kratos/blob/master/doc/wiki-cn/quickstart.md)
5755

58-
from debian:jessie - 406MB => 25.1MB (缩减了 16.21 倍)
5956

60-
from node:alpine - 66.7MB => 34.7MB (缩减了 1.92 倍)
61-
```
57+
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/37/165041732.gif' style="max-width:80%; max-height=80%;"></img></p>
6258

59+
5、[overlord](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/bilibili/overlord):基于 Go 语言编写的 memcache 和 redis&cluster 的代理及集群管理平台。致力于提供自动化高可用的缓存服务解决方案。自带图形界面的缓存集群管理程序,[安装步骤](https://github.com/bilibili/overlord/blob/master/doc/wiki-cn/platform-deploy.md)
6360

64-
5、[kratos](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/go-kratos/kratos):哔哩哔哩开源的一套 Go 微服务框架,包含大量微服务相关框架及工具。解决了 gin 在微服务场景下的一些适配和微服务本身的一系列生态,[快速开始](https://github.com/bilibili/kratos/blob/master/doc/wiki-cn/quickstart.md)
6561

62+
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/37/121465286.png' style="max-width:80%; max-height=80%;"></img></p>
6663

67-
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/37/165041732.gif' style="max-width:80%; max-height=80%;"></img></p>
64+
6、[slim](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/slimtoolkit/slim):自动缩减 docker 镜像的体积的工具。大幅度缩减 docker 镜像的体积,方便分发,使用命令 `docker-slim build --http-probe your-name/your-app`。比如 Node.js 镜像缩减后的对比:
65+
```
66+
from ubuntu:14.04 - 432MB => 14MB (缩减了 30.85 倍)
6867
69-
6、[overlord](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/bilibili/overlord):基于 Go 语言编写的 memcache 和 redis&cluster 的代理及集群管理平台。致力于提供自动化高可用的缓存服务解决方案。自带图形界面的缓存集群管理程序,[安装步骤](https://github.com/bilibili/overlord/blob/master/doc/wiki-cn/platform-deploy.md)
68+
from debian:jessie - 406MB => 25.1MB (缩减了 16.21 倍)
7069
70+
from node:alpine - 66.7MB => 34.7MB (缩减了 1.92 倍)
71+
```
7172

72-
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/37/121465286.png' style="max-width:80%; max-height=80%;"></img></p>
7373

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

content/HelloGitHub39.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var t3 = fsql.Select<Xxx>()
5757
<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
5858

5959
### C++ 项目
60-
2、[marksentence](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/gltina/marksentence):这是一个在托福听力中标记句子的工具(即精听工具)。在听力时可文本对照,并且对听力音频中没听懂片段进行标记,并选择标记理由,方便日后的反复复习
60+
2、[marksentence](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/leihui6/marksentence):这是一个在托福听力中标记句子的工具(即精听工具)。在听力时可文本对照,并且对听力音频中没听懂片段进行标记,并选择标记理由,方便日后的反复复习
6161
6262

6363
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/39/183042464.gif' style="max-width:80%; max-height=80%;"></img></p>

content/HelloGitHub49.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/49/45808756.gif' style="max-width:80%; max-height=80%;"></img></p>
104104

105-
12、[incubator-linkis](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/apache/incubator-linkis):一款支持多种计算存储引擎的企业级计算中间件。打通了 Spark、TiSpark、Hive 等存储引擎,提供统一作业执行服务,支持提交 SQL、PySpark、HQL 等各种脚本的计算请求
105+
12、[linkis](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/apache/linkis):一款支持多种计算存储引擎的企业级计算中间件。打通了 Spark、TiSpark、Hive 等存储引擎,提供统一作业执行服务,支持提交 SQL、PySpark、HQL 等各种脚本的计算请求
106106

107107

108108
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/49/198368711.png' style="max-width:80%; max-height=80%;"></img></p>

content/HelloGitHub50.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img2/master/hellogithub/50/160253491.png' style="max-width:80%; max-height=80%;"></img></p>
7373

74-
7、[uptoc](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/saltbo/uptoc):一个基于 Go 的静态博客部署到云存储的工具。静态博客不论是部署在 GitHubPages 还是 Netlify 等平台都存在国内访问速度慢的问题,解决这个问题最好的办法就是部署在国内的云存储,如腾讯云 COS、阿里云 OSS、七牛云等。借助该工具可以快速上传到上述云存储平台,加快你的静态博客访问速度
74+
7、[uptoc](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/bonaysoft/uptoc):一个基于 Go 的静态博客部署到云存储的工具。静态博客不论是部署在 GitHubPages 还是 Netlify 等平台都存在国内访问速度慢的问题,解决这个问题最好的办法就是部署在国内的云存储,如腾讯云 COS、阿里云 OSS、七牛云等。借助该工具可以快速上传到上述云存储平台,加快你的静态博客访问速度
7575
```bash
7676
# 安装
7777
curl -sSf http://uptoc.saltbo.cn/install.sh | sh

content/HelloGitHub66.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ static void take_gil(PyThreadState *tstate)
303303
304304
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img2/master/hellogithub/66/212790745.gif' style="max-width:80%; max-height=80%;"></img></p>
305305
306-
33、[xemu](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/mborgerson/xemu):免费开源的 Xbox 模拟器,支持 Windows、Linux、macOS 系统
306+
33、[xemu](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/xemu-project/xemu):免费开源的 Xbox 模拟器,支持 Windows、Linux、macOS 系统
307307
308308
309309
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img2/master/hellogithub/66/241270996.png' style="max-width:80%; max-height=80%;"></img></p>

content/HelloGitHub68.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ RedisList[1, 4, 9, 16, 25]
260260
<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
261261

262262
### 其它
263-
26、[fl_chart](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/imaNNeoFighT/fl_chart):Flutter 图表库。它支持折线图、条形图、饼图、散点图和雷达图
263+
26、[fl_chart](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/imaNNeo/fl_chart):Flutter 图表库。它支持折线图、条形图、饼图、散点图和雷达图
264264

265265

266266
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img2/master/hellogithub/68/186255460.png' style="max-width:80%; max-height=80%;"></img></p>

content/HelloGitHub81.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ for i in range(10):
300300

301301

302302
<p align="center">
303-
<a href="https://github.com/521xueweihan/HelloGitHub/blob/master/content/HelloGitHub80.md">『上一期』</a> | <a href='https://github.com/521xueweihan/HelloGitHub/issues/899'>反馈和建议</a> | 『下一期』
303+
<a href="https://github.com/521xueweihan/HelloGitHub/blob/master/content/HelloGitHub80.md">『上一期』</a> | <a href='https://github.com/521xueweihan/HelloGitHub/issues/899'>反馈和建议</a> | <a href="https://github.com/521xueweihan/HelloGitHub/blob/master/content/HelloGitHub82.md">『下一期』</a>
304304
</p>
305305

306306
---

0 commit comments

Comments
 (0)