Pinned Repositories
AMCEpoll
A Linux epoll package tool. This project aims to provide libevent-type API with reduced memory use.
go.emoji
Golang emoji parser
go.jsonvalue
Quick Solution with Unstructured JSON data
go.mysqlx
A Go MySQL tool with automatic table generation and alteration. Implemented with sqlx.
go.timeconv
A practical AddDate tool implementation
go.util
several simple tools for Go development
libcoevent
Libcovevent is a async-I/O library, but it provide APIs for sync style programming in C++.
Linux-Linux_Programming_Template
This repository consists of tools in Linux programming. It may not be successfully compiled, but can used by other application.
tencent-tars-demo
Series of demos for Tencent Tars Micro-service framework.
trpc-go-utils
腾讯 tRPC 框架相关工具
Andrew-M-C's Repositories
Andrew-M-C/go.jsonvalue
Quick Solution with Unstructured JSON data
Andrew-M-C/go.emoji
Golang emoji parser
Andrew-M-C/go.timeconv
A practical AddDate tool implementation
Andrew-M-C/go.util
several simple tools for Go development
Andrew-M-C/go.objectid
Mongo object ID, but also supports 16-bytes length (32 bytes in string), which can be substitute of UUID
Andrew-M-C/trpc-go-utils
腾讯 tRPC 框架相关工具
Andrew-M-C/go.mysqlx
A Go MySQL tool with automatic table generation and alteration. Implemented with sqlx.
Andrew-M-C/tarsgo-tools
Tools for Tencent TarsGo
Andrew-M-C/Administrative-divisions-of-China
中华人民共和国行政区划:省级(省份直辖市自治区)、 地级(城市)、 县级(区县)、 乡级(乡镇街道)、 村级(村委会居委会) ,**省市区镇村二级三级四级五级联动地址数据。
Andrew-M-C/go.urlquery
A conversion tool between url query and struct / map. For teaching purposes.
Andrew-M-C/awesome-go
A curated list of awesome Go frameworks, libraries and software
Andrew-M-C/code-style-guide
Andrew's Personal Coding Style
Andrew-M-C/go-bytesize
Format bytesize to various human readable format
Andrew-M-C/go-crypto
go 的加解密工具集合
Andrew-M-C/go-jsonengine
A rule engine based on jsonvalue
Andrew-M-C/go-querystring
go-querystring is Go library for encoding structs into URL query strings.
Andrew-M-C/go-tools
A (generally personal) repo for some study record or tools of Golang.
Andrew-M-C/go.chinesenum
A package converting numbers to Chinese characters.
Andrew-M-C/go.expiremap
A Golang thread safe map with auto-clean procedure when an element expires.
Andrew-M-C/go.jsonvalue-test
A repo for go.jsonvalue pprof and benchmark test.
Andrew-M-C/go.raftstudy
raft 学习代码
Andrew-M-C/goid
Andrew-M-C/gopher-luar
simplifies data passing to and from gopher-lua
Andrew-M-C/ip2region
Ip2region is a offline IP location library with accuracy rate of 99.9% and 0.0x millseconds searching performance. DB file is ONLY a few megabytes with all IP address stored. binding for Java,PHP,C,Python,Nodejs,Golang,C#,lua. Binary,B-tree,Memory searching algorithm
Andrew-M-C/raft-zh_cn
Raft一致性算法论文的中文翻译
Andrew-M-C/TarsGo
A high performance microservice framework in golang. A linux foundation project.
Andrew-M-C/tianya-docs
精心收集的天涯神贴,不带水印,方便阅读
Andrew-M-C/trpc-ecosystem-go-naming-polarismesh
Andrew-M-C/trpc-go
A pluggable, high-performance RPC framework written in golang
Andrew-M-C/trpc-go-demo
tRPC-Go 的 demo