Pinned Repositories
acwing-algorithm-template
the acwing basic algorithm template implemented by cpp
algorithm
This repository contains various algorithms implemented in the Go programming language. The algorithms are categorized according to their type, such as btree, ratelimit, skip-list and dynamic programming.
apisix
The Cloud-Native API Gateway
bash-script-for-git-operations
This is a bash script that automates common Git operations, including adding changes to a Git repository, committing changes with a provided message, and pushing changes to a remote repository.
ddia
《Designing Data-Intensive Application》DDIA中文翻译
golang-trending-archive
track golang trending in github
redis-dict-golang
This is an implementation of the dict data structure in Redis using golang. The implementation uses a hash table to store key-value pairs.
smallchat
Antirez smallchat implemented by golang. A simple chat server implemented in Go, allowing multiple clients to connect, exchange messages, and set nicknames.
the-reading-history
the record of reading progress
translate-epub-book-by-openai
translate epub book by the openai gpt-3.5-turbo api , like chatgpt translate function
zengzzzzz's Repositories
zengzzzzz/apisix
The Cloud-Native API Gateway
zengzzzzz/go
The Go programming language
zengzzzzz/standard-readme
A standard style for README files
zengzzzzz/tcp-connection-creation-time
This shell script lists all the established TCP connections and provides their creation time and process information.
zengzzzzz/ddia
《Designing Data-Intensive Application》DDIA中文翻译
zengzzzzz/authlib
The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
zengzzzzz/autotest-chatgpt-vscode
AutoTest ChatGPT is a code to create automatic unit tests for your code.
zengzzzzz/Awesome-Profile-README-templates
A collection of awesome readme templates to display on your profile
zengzzzzz/bilingual_book_maker
Make bilingual epub books Using AI translate
zengzzzzz/btree
BTree provides a simple, ordered, in-memory data structure for Go programs.
zengzzzzz/gaohaoyang.github.io
blog & blog theme🤘
zengzzzzz/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
zengzzzzz/leetcode-cpp
LeetCode Problems' Solutions
zengzzzzz/pyapollo
Python client for Ctrip's Apollo.
zengzzzzz/ratelimit
A Go blocking leaky-bucket rate limit implementation
zengzzzzz/skiplist-survey
A comparison of skip lists written in Go