HelloGitHub Vol.11
HelloGitHub shares interesting, beginner-friendly open-source projects from GitHub, updated every month on the 28th. Discover fun beginner projects, open-source books, practical tutorials, and enterprise-grade projects, helping you quickly experience and become interested in the charm of open source.
现代 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
百度云开源的边缘计算平台,可将云计算能力拓展至用户现场,提供临时离线、低延时的计算服务,包括设备接入、消息路由、消息远程同步、函数计算、视频接入预处理、AI推断等功能
GitClub 不仅仅是一个 GitHub 客户端,还是一个发现优秀 GitHub 开源项目的 App
fastText 简而言之,就是把文档中所有词通过 lookup table 变成向量,取平均后直接用线性分类器得到分类结果。fastText 的实现
强大的 MongoDB 渗透测试工具,用于发掘 MongoDB 漏洞、并提出改善方法。
- 安装:
pip install mongoaudit
- 运行:
python mongoaudit
sh 是一个成熟,用于替代 subprocess,它允许你调用任何程序,就像它是一个函数,支持 Python2.6 - 3.5
from sh import ifconfig print ifconfig("eth0")
中国程序员容易发音错误的单词
(英文)Go 语法特性集合
Linux 命令大全搜索工具,内容包含 Linux 命令手册、详解、学习、搜集
雨痕大神写的学习笔记
Docker 从入门到实践
Nginx 开发从入门到精通——本书的作者为淘宝核心系统服务器平台组的成员
《Shell 编程范例》,面向操作对象学 Shell!
编写简洁漂亮,可维护的 React 应用
《Real World Haskell》中文翻译项目
Rust 程序设计语言 中文版
- C
- Go
- Java
- JavaScript
- Python
- Swift
- Other
- Book