An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by guonaihong

A curated list of projects in awesome lists by guonaihong .

https://github.com/guonaihong/gout

gout to become the Swiss Army Knife of the http client @^^@---> gout 是http client领域的瑞士军刀,小巧,强大,犀利。具体用法可看文档,如使用迷惑或者API用得不爽都可提issues

go golang http-client http-request http-requests httpclient request

Last synced: 14 May 2025

https://github.com/guonaihong/clop

^=^ clop是基于struct的命令行解析库,专注是它的灵魂,像AK47一样,简单,强大,专注,让命令行里面的疑难杂症统统走开[从零实现]

argparse cli command-line env subcommand

Last synced: 07 May 2025

https://github.com/guonaihong/coreutils

Reimplement the gnu coreutils package with the go language. Coreutils contains many basic commands

command-line-tool coreutils linux-command

Last synced: 22 Mar 2025

https://github.com/guonaihong/gurl

Gurl is a performance testing tool. The supported protocols are http, websocket, tcp. Of course, it also supports access in non-bench mode. gurl是性能测试工具,支持的协议有http, websocket,tcp。当然也支持非bench模式下的访问

benchmark-tool curl gurl

Last synced: 22 Mar 2025

https://github.com/guonaihong/wav

目前主要功能是给pcm文件加wav头,提供的命令行工具可以把pcm转成wav

Last synced: 14 Apr 2025

https://github.com/guonaihong/recycle_bin

存放一些失败的项目,正所谓失败是成功母,额。。。

Last synced: 14 Apr 2025

https://github.com/guonaihong/log

log库,集文件滚动,压缩,分级输出,定制多输出源功能于一身

Last synced: 14 Apr 2025

https://github.com/guonaihong/glua

导给lua用的库

Last synced: 14 Apr 2025

https://github.com/guonaihong/go-soxr

Go bindings for the libsoxr audio down and up sample library (go包装的soxr音频升降采样库)

Last synced: 26 Mar 2025

https://github.com/guonaihong/threadpool

A very simple thread pool

Last synced: 03 Dec 2024

https://github.com/guonaihong/comments

主要用于把readme.md里面的中文转成英文

Last synced: 26 Mar 2025

https://github.com/guonaihong/bench-ws

压测websocket(quickws)的仓库,不要随便跑,本人的一台小主机已经跑坏了。

Last synced: 15 Mar 2025

https://github.com/guonaihong/cflag

cflag is a command line option parsing library written by c,cflag是c写的命令行选项解析库,非常简单好用,没有任何第三方依赖。

Last synced: 26 Mar 2025

https://github.com/guonaihong/zerogen

辅助日常crud,获取db schema,生成gorm struct 和 go-zero的api定义和logic(目前自用)

Last synced: 26 Jan 2025

https://github.com/guonaihong/go-bench-code

本项目试图找到最优解,当在go里面做一件事有多种方法时

Last synced: 26 Mar 2025

https://github.com/guonaihong/ckv

key-value store and a bit like redis

Last synced: 26 Mar 2025

https://github.com/guonaihong/gutil

维护一些工具函数,放些不好归类的代码

Last synced: 26 Mar 2025

https://github.com/guonaihong/merge-autobahn

合并autobahn报表,可以多进程的方式对websocket进行标准化兼容性测试,目前原版的autobahn测试套件只支持单进程生成多服务报表

Last synced: 06 Apr 2025

https://github.com/guonaihong/cutbyte

cutbyte是个???先保密

Last synced: 26 Mar 2025

https://github.com/guonaihong/onefs

暂停

Last synced: 26 Mar 2025

https://github.com/guonaihong/config.lua

私有lunarvim配置文件,为方便clone,设置为public

Last synced: 06 Apr 2025

https://github.com/guonaihong/pingultra

兼容fping的所有功能,特色功能:内网设备上下线监,再也不需要显示器就能知道家里电脑的ip了

Last synced: 06 Mar 2025

https://github.com/guonaihong/images

我的图床

Last synced: 26 Mar 2025

https://github.com/guonaihong/context2

对父context进行分离,可以获取父context的值,忽略父context的Cancel。

Last synced: 26 Mar 2025

https://github.com/guonaihong/temp

存放一些半成品代码

Last synced: 26 Mar 2025

https://github.com/guonaihong/guonaihong

about me

Last synced: 26 Mar 2025

https://github.com/guonaihong/crontest

测试各种cron的库的性能

Last synced: 26 Mar 2025

https://github.com/guonaihong/cclog

只支持c++11,正在缓慢开发中(暂停)

Last synced: 26 Mar 2025

https://github.com/guonaihong/jm

json marshal工具

Last synced: 26 Mar 2025

https://github.com/guonaihong/ptr

放些指针运算的辅助函数

Last synced: 26 Mar 2025

https://github.com/guonaihong/sysbench2

延后,有时间继续玩下去

Last synced: 26 Mar 2025

https://github.com/guonaihong/rust-example

学习rust的笔记项目

Last synced: 26 Mar 2025

https://github.com/guonaihong/ccflag

ccflag is a command-line option parsing library written in C++11. It is very simple and easy to use, without any third-party dependencies. ccflag是c++ 11写的命令行选项解析库,非常简单好用,没有任何第三方依赖。

Last synced: 26 Mar 2025

https://github.com/guonaihong/flate-test

测试flate性能的仓库

Last synced: 26 Mar 2025

https://github.com/guonaihong/pub-notes

记录一些零碎的思路

Last synced: 26 Mar 2025

https://github.com/guonaihong/knowledge

源代码阅读/看书笔记仓库

Last synced: 26 Mar 2025

https://github.com/guonaihong/go-example

存放go的一些小例子,或者奇思妙想。

Last synced: 26 Mar 2025