gansteed's repos on GitHub
Go · 738 人关注
guard
NOT MAINTAINED! A generic high performance circuit breaker & proxy server written in Go
Go · 594 人关注
blog
Jiajun的编程随想
Go · 91 人关注
obito
an iOS notification service out of box
Go · 42 人关注
gotasks
job/task framework for Golang
Python · 39 人关注
pytemplate
Python 后端开发框架模板,以后就不用每次都复制粘贴了
Go · 31 人关注
cup
cup is a container :)
Go · 29 人关注
toq
task queue for golang
Python · 23 人关注
storm
a Tornado-like web framework based on uvloop and Cython
Go · 18 人关注
hfs
Huang's Chunked Distributed File System
Python · 10 人关注
tgbot
a Telegram bot 🤖 that helps me to share best things in the world.
Go · 10 人关注
yakv
yet another K-V store
Go · 8 人关注
battery_exporter
Battery Infomation Exporter for Prometheus(used for laptop or UPS)
Shell · 8 人关注
dotxmonad
my configuration files for XMonad, Neovim
Go · 5 人关注
go
The Go programming language
Go · 3 人关注
natrp
NAT reverse proxy
Python · 2 人关注
myredis
fake redis implement in python3
Go · 2 人关注
pasty
🥐pasty is a paste service build on gRPC
Go · 1 人关注
links
short links.
C · 1 人关注
unix-v6
UNIX 6th Edition Kernel Source Code
C · 0 人关注
4.4BSD-Lite2
4.4BSD Lite Release 2: last Unix operating system from Berkeley
Go · 0 人关注
agollo
🚀Go Client for Apollo
Python · 0 人关注
aiohttp
http client/server for asyncio (PEP-3156)
Go · 0 人关注
bbolt
An embedded key/value database for Go.
Go · 0 人关注
caddy
Fast, cross-platform HTTP/2 web server with automatic HTTPS
Python · 0 人关注
cpython
The Python programming language
Python · 0 人关注
cython
A Python to C compiler
0 人关注
ddia-references
Literature references for “Designing Data-Intensive Applications”
Python · 0 人关注
django
The Web framework for perfectionists with deadlines.
Go · 0 人关注
drone
Drone is a Continuous Delivery platform built on Docker, written in Go
Go · 0 人关注
etcd
Distributed reliable key-value store for the most critical data of a distributed system
0 人关注
ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
C · 0 人关注
fastdfs
FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance.
Go · 0 人关注
fasthttp
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
C · 0 人关注
freebsd
FreeBSD src tree (read-only mirror)
Go · 0 人关注
frp
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
0 人关注
gevent
Coroutine-based concurrency library for Python
Go · 0 人关注
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.
Go · 0 人关注
gorm
The fantastic ORM library for Golang, aims to be developer friendly
0 人关注
gosmpp
Smpp (3.4) Client Library for Go
0 人关注
grafana
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
Go · 0 人关注
grpc-go
The Go language implementation of gRPC. HTTP/2 based RPC
Vim script · 0 人关注
gvim.vim
gvim in windows configration
0 人关注
jupytee
Experimental playground with Jupyter magics to use OpenAI's GPT-3 models inside Jupyter environments.
Go · 0 人关注
kubernetes
Production-Grade Container Scheduling and Management
0 人关注
linux
Linux kernel source tree
Python · 0 人关注
loka
configuration management
Go · 0 人关注
matrixone
Planet scale, cloud-edge native big data engine crafted for heterogeneous workloads
Java · 0 人关注
MixPush
fork自 https://github.com/taoweiji/MixPush 改了一些服务端的bug
Go · 0 人关注
moby
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
C++ · 0 人关注
mysql-server
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
Go · 0 人关注
natproxy
A simple proxy helps you break through NAT
C · 0 人关注
nginx
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
Go · 0 人关注
ngrok
Introspected tunnels to localhost
Go · 0 人关注
nsq
A realtime distributed messaging platform
0 人关注
oceanbase
A distributed, banking suitable, open-source related database featuring high scalability and high compatibility.
0 人关注
papers-we-love
Papers from the computer science community to read and discuss.
C · 0 人关注
redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
Python · 0 人关注
redis-py
Redis Python Client
Python · 0 人关注
rq
https://jiajunhuang.com/articles/2017_09_20-task_queue_python_rq.md.html 示例
Go · 0 人关注
runc
CLI tool for spawning and running containers according to the OCI specification
Python · 0 人关注
sanic
Python 3.5+ web server that's written to go fast
Python · 0 人关注
schema-sugar
Automatically create a flask app and cmd from json schema definition
Go · 0 人关注
seaweedfs
SeaweedFS is a simple and highly scalable distributed file system. There are two objectives: to store billions of files! to serve the files fast! SeaweedFS implements an object store with O(1) disk seek, and an optional Filer with POSIX interface.
0 人关注
sing-box
The universal proxy platform
C · 0 人关注
sqlite
Unofficial git mirror of SQLite sources (see link for build instructions)
JavaScript · 0 人关注
t-rex-runner
the t-rex runner game extracted from chromium
C++ · 0 人关注
thrift
Apache Thrift
Go · 0 人关注
tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
C · 0 人关注
tinc
a VPN daemon
Python · 0 人关注
tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
Go · 0 人关注
traefik
Træfik, a modern reverse proxy
0 人关注
udp2raw-tunnel
A Tunnel which Turns UDP Traffic into Encrypted UDP/FakeTCP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment)
JavaScript · 0 人关注
umami
Umami is a simple, fast, privacy-focused alternative to Google Analytics.
Go · 0 人关注
web
The easiest way to create web applications with Go