Pinned Repositories
cachego
一个拥有分片机制的轻量级内存缓存库,API 友好,支持多种数据淘汰机制 - An api friendly memory-based cache
cryptox
一个使用 Go 开发的安全套件,包括了常用的对称加密和非对称加密算法,还有散列算法、编解码常用算法等,主要是为了方便相关场景使用 - A kit for safety which includes some common encrypted/decrypted algorithms
errors
一个用于优雅地处理 Go 中错误的库 - A lib for handling error gracefully in Go
goes
Goes 是一个比协程池轻量的协程数限制库 - A lightweight lib for limiting goroutines
Lighter
Lighter 是一个轻量级的对象缓存服务中间件
logit
使用 Go 编写的高性能可扩展的日志库 - A high-performance and extensible logging foundation for Go applications
rego
一个简单的资源池库,用于控制、复用一些特定的资源,比如说网络连接 - A resource pool library which is used for controlling and reusing some resources like network connection
Tuz
Smart and small resources manager
vex
一个简单易用的 tcp 网络通信框架 - A simple tcp framework
postar
一个简单易用且低耦合的邮件服务,可以为您的应用程序提供邮件功能 - An easy-to-use and low-coupling email service, which can provide email functions for your applications
FishGoddess's Repositories
FishGoddess/logit
使用 Go 编写的高性能可扩展的日志库 - A high-performance and extensible logging foundation for Go applications
FishGoddess/cachego
一个拥有分片机制的轻量级内存缓存库,API 友好,支持多种数据淘汰机制 - An api friendly memory-based cache
FishGoddess/Lighter
Lighter 是一个轻量级的对象缓存服务中间件
FishGoddess/vex
一个简单易用的 tcp 网络通信框架 - A simple tcp framework
FishGoddess/cryptox
一个使用 Go 开发的安全套件,包括了常用的对称加密和非对称加密算法,还有散列算法、编解码常用算法等,主要是为了方便相关场景使用 - A kit for safety which includes some common encrypted/decrypted algorithms
FishGoddess/Tuz
Smart and small resources manager
FishGoddess/errors
一个用于优雅地处理 Go 中错误的库 - A lib for handling error gracefully in Go
FishGoddess/goes
Goes 是一个比协程池轻量的协程数限制库 - A lightweight lib for limiting goroutines
FishGoddess/AutoMySQL
MySql增删改查自动生成器(MySQL CURD automatical generator)
FishGoddess/FishGoddess
这就是我 - This is me
FishGoddess/props
一个用于解析 properties 配置文件的库 - A properties lib for Go applications
FishGoddess/rego
一个简单的资源池库,用于控制、复用一些特定的资源,比如说网络连接 - A resource pool library which is used for controlling and reusing some resources like network connection
FishGoddess/sync
[mirror] concurrency primitives
FishGoddess/a_tool_for_testing_CPU
2016-12: A tool to test CPU... This is an "old" version... But believe me, it do work!
FishGoddess/a_tool_for_testing_CPU_ii
after writing an easy tool to test CPU, I complete it into a "look-like-high-level" version... so this guy was borned!
FishGoddess/algorithm_Cpp
I used C++ and wrote them 1 year ago... maybe it will help some guys, who knows? It contains some algorithm, such as sort, graph, find, etc...
FishGoddess/download_fisher
My own download tool... the old version(download_tool) is writen by JAVA, this guy is writen by Python.
FishGoddess/download_tool
you give it an URL, it gives you the pointed resource... I always use it to download some "undownloadable" songs~
FishGoddess/EAD
Easy Automatically Deployment
FishGoddess/EasyMySQL
一个简化的 mysql 数据库操作库。。。 A simplified toolkit for mysql...
FishGoddess/learn_python
To store all my code file when I am learning python...
FishGoddess/MadaoMusicSpider
下载一些歌曲。。。相比之前的 fisher,它的功能更加专一,就是下载歌曲
FishGoddess/nvim
我的 neovim 配置仓库