Skip to content
View zengzzzzz's full-sized avatar
Block or Report

Block or report zengzzzzz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zengzzzzz/README.md

Pinned

  1. translate-epub-book-by-openai translate-epub-book-by-openai Public

    translate epub book by the openai gpt-3.5-turbo api , like chatgpt translate function

    Python 36 6

  2. redis-dict-golang redis-dict-golang Public

    This is an implementation of the dict data structure in Redis using golang. The implementation uses a hash table to store key-value pairs.

    Go 1

  3. acwing-algorithm-template acwing-algorithm-template Public

    the acwing basic algorithm template implemented by cpp

    C++ 1

  4. the-reading-history the-reading-history Public

    the record of reading progress

    1

  5. smallchat smallchat Public

    Antirez smallchat implemented by golang. A simple chat server implemented in Go, allowing multiple clients to connect, exchange messages, and set nicknames.

    Go 1 1

  6. ddia ddia Public

    Forked from Vonng/ddia

    《Designing Data-Intensive Application》DDIA中文翻译

    Python