Home
avatar

HelloGitHub

HelloGitHub 第 11 期

HelloGitHub Vol.11

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.

Content

The content of this issue is as follows|Updated on the 28th of each month

C

1、wrk:现代 HTTP 基准测试(实现对一类测试对象的某项性能指标进行定量的和可对比的测试)工具,使用示例:

# 输入命令
wrk -t12 -c400 -d30s http://127.0.0.1:8080/index.html

# 输出
Running 30s test @ http://127.0.0.1:8080/index.html
  12 threads and 400 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency   635.91us    0.89ms  12.92ms   93.69%
    Req/Sec    56.20k     8.07k   62.00k    86.54%
  22464657 requests in 30.00s, 17.76GB read
Requests/sec: 748868.53
Transfer/sec:    606.33MB

Go

2、baetyl:百度云开源的边缘计算平台,可将云计算能力拓展至用户现场,提供临时离线、低延时的计算服务,包括设备接入、消息路由、消息远程同步、函数计算、视频接入预处理、AI推断等功能

3、negroni:Negroni 是一个很地道的 Web 中间件,它不是一个框架,是为了方便使用 net/http 而设计的一个库而已。中文介绍

Java

4、GitClub:GitClub 不仅仅是一个 GitHub 客户端,还是一个发现优秀 GitHub 开源项目的 App

5、jvm-mon:命令行模式的 JVM 监控

6、tale:简洁、漂亮、轻量级、Java 博客,在线预览。特性:

  • 设计简洁,界面美观
  • Markdown 文章发布
  • 自定义文章链接
  • 支持多主题
  • 支持 Emoji 表情
  • 支持网易云音乐播放
  • 支持附件和数据库备份
  • 部署简单,不依赖 Tomcat

JavaScript

7、react-tetris:逼真的俄罗斯方块(非常逼真、强大!),详细的技术介绍,在线试玩

Python

8、fastText:fastText 简而言之,就是把文档中所有词通过 lookup table 变成向量,取平均后直接用线性分类器得到分类结果。fastText 的实现

9、mongoaudit:强大的 MongoDB 渗透测试工具,用于发掘 MongoDB 漏洞、并提出改善方法。

  • 安装:pip install mongoaudit
  • 运行:python mongoaudit

10、sh:sh 是一个成熟,用于替代 subprocess,它允许你调用任何程序,就像它是一个函数,支持 Python2.6 - 3.5

from sh import ifconfig
print ifconfig("eth0")

Swift

11、Swift-30-Projects:30 个小型 Swift Apps,可以用来上手学习、练习移动开发。

Other

12、chinese-programmer-wrong-pronunciation:中国程序员容易发音错误的单词

13、golang-cheat-sheet:(英文)Go 语法特性集合

14、linux-command:Linux 命令大全搜索工具,内容包含 Linux 命令手册、详解、学习、搜集

Book

15、book:雨痕大神写的学习笔记

16、docker_practice:Docker 从入门到实践

17、nginx-book:Nginx 开发从入门到精通——本书的作者为淘宝核心系统服务器平台组的成员

18、open-shell-book:《Shell 编程范例》,面向操作对象学 Shell!

19、react-cookbook:编写简洁漂亮,可维护的 React 应用

20、real-world-haskell-cn:《Real World Haskell》中文翻译项目

21、rust-book-chinese:Rust 程序设计语言 中文版

『Previous』 | Feedback | 『Next』


👉 Submit open-source project! 👈


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.


本项目来源https://github.com/521xueweihan/HelloGitHub