Skip to content

Commit e70b50a

Browse files
committed
update stars
1 parent 74a645b commit e70b50a

File tree

1 file changed

+32
-11
lines changed

1 file changed

+32
-11
lines changed

GitHub-Stars.md

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,19 @@
1616
- [Objective-C](#objective-c)
1717
- [Others](#others)
1818
- [Python](#python)
19+
- [Rust](#rust)
1920
- [Shell](#shell)
2021
- [TeX](#tex)
21-
- [Vim script](#vim script)
22+
- [Vim script](#vim-script)
23+
- [Vue](#vue)
2224

2325
## Batchfile
2426

25-
- [python-guide](https://github.com/kennethreitz/python-guide) - Python best practices guidebook, written for Humans.
27+
- [python-guide](https://github.com/realpython/python-guide) - Python best practices guidebook, written for humans.
2628

2729
## C
2830

31+
- [redis](https://github.com/antirez/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, HyperLogLogs, Bitmaps.
2932
- [kcp](https://github.com/skywind3000/kcp) - KCP - A Fast and Reliable ARQ Protocol
3033

3134
## C++
@@ -38,16 +41,23 @@
3841

3942
## Go
4043

44+
- [evio](https://github.com/tidwall/evio) - Fast event-loop networking for Go
45+
- [BoomFilters](https://github.com/tylertreat/BoomFilters) - Probabilistic data structures for processing continuous, unbounded streams.
46+
- [skiplist](https://github.com/MauriceGit/skiplist) - A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist
47+
- [protobuf](https://github.com/gogo/protobuf) - Protocol Buffers for Go with Gadgets
48+
- [rancher](https://github.com/rancher/rancher) - Complete container management platform
49+
- [codis](https://github.com/CodisLabs/codis) - Proxy based Redis cluster solution supporting pipeline and scaling dynamically
50+
- [linkerd2](https://github.com/linkerd/linkerd2) - Ultralight service mesh for Kubernetes
4151
- [memberlist](https://github.com/hashicorp/memberlist) - Golang package for gossip based membership and failure detection
4252
- [consul](https://github.com/hashicorp/consul) - Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
4353
- [serf](https://github.com/hashicorp/serf) - Service orchestration and management tool.
4454
- [cobra](https://github.com/spf13/cobra) - A Commander for modern Go CLI interactions
45-
- [traefik](https://github.com/containous/traefik) - Træfik, a modern reverse proxy
55+
- [traefik](https://github.com/containous/traefik) - The Cloud Native Edge Router
4656
- [LeetCode-in-Go](https://github.com/aQuaYi/LeetCode-in-Go) - :mortar_board: Go Solution for LeetCode algorithm problems, 100% coverage, continually updating.
47-
- [istio](https://github.com/istio/istio) - An open platform to connect, manage, and secure microservices.
57+
- [istio](https://github.com/istio/istio) - Connect, secure, control, and observe services.
4858
- [nsq](https://github.com/nsqio/nsq) - A realtime distributed messaging platform
4959
- [gorush](https://github.com/appleboy/gorush) - A push notification server written in Go (Golang).
50-
- [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) - Secure Blockchain Framework
60+
- [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) - :chains: Secure Blockchain Framework :sparkles:
5161
- [tendermint](https://github.com/tendermint/tendermint) - ⟁ Tendermint Core (BFT Consensus) in Go
5262
- [req](https://github.com/imroc/req) - a golang http request library for humans
5363
- [go-ipfs](https://github.com/ipfs/go-ipfs) - IPFS implementation in Go
@@ -58,7 +68,7 @@
5868
- [mux](https://github.com/gorilla/mux) - A powerful URL router and dispatcher for golang.
5969
- [negroni](https://github.com/urfave/negroni) - Idiomatic HTTP Middleware for Golang
6070
- [vice](https://github.com/matryer/vice) - Go channels at horizontal scale (powered by message queues)
61-
- [etcd](https://github.com/coreos/etcd) - Distributed reliable key-value store for the most critical data of a distributed system
71+
- [etcd](https://github.com/etcd-io/etcd) - Distributed reliable key-value store for the most critical data of a distributed system
6272
- [go-ethereum](https://github.com/ethereum/go-ethereum) - Official Go implementation of the Ethereum protocol
6373
- [matcha](https://github.com/gomatcha/matcha) - Build native mobile apps in Go.
6474
- [graphql](https://github.com/graphql-go/graphql) - An implementation of GraphQL for Go / Golang
@@ -73,7 +83,7 @@
7383
- [GroupHub_Bot](https://github.com/livc/GroupHub_Bot) - [DEPRECATED] A Telegram Bot to collect Chinese groups.
7484
- [nes](https://github.com/fogleman/nes) - NES emulator written in Go.
7585
- [prometheus](https://github.com/prometheus/prometheus) - The Prometheus monitoring system and time series database.
76-
- [centrifugo](https://github.com/centrifugal/centrifugo) - Language-agnostic real-time messaging (Websocket or SockJS) server in Go
86+
- [centrifugo](https://github.com/centrifugal/centrifugo) - Language-agnostic real-time messaging server (Websocket and SockJS)
7787
- [wechat-monitor](https://github.com/yusank/wechat-monitor) - WeChat robot which can send message to destined user any time you want
7888
- [gods](https://github.com/emirpasic/gods) - GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON
7989
- [kcp-go](https://github.com/xtaci/kcp-go) - A Production-Grade Reliable-UDP Library for golang
@@ -86,8 +96,8 @@
8696
- [go-nats-streaming](https://github.com/nats-io/go-nats-streaming) - NATS Streaming System
8797
- [nats-streaming-server](https://github.com/nats-io/nats-streaming-server) - NATS Streaming System Server
8898
- [go-designpattern](https://github.com/qibin0506/go-designpattern) - 用Golang描述设计模式
89-
- [fuzzysearch](https://github.com/renstrom/fuzzysearch) - :pig: Tiny and fast fuzzy search in Go
90-
- [app](https://github.com/murlokswarm/app) - Package to build MacOS and Web apps using Go, HTML and CSS.
99+
- [fuzzysearch](https://github.com/lithammer/fuzzysearch) - :pig: Tiny and fast fuzzy search in Go
100+
- [app](https://github.com/murlokswarm/app) - Package to build GUI apps with Go, HTML and CSS.
91101
- [goim](https://github.com/Terry-Mao/goim) - goim
92102
- [scheduler](https://github.com/av1900/scheduler) - (scheduler)统一任务调度平台 for golang
93103
- [kingtask](https://github.com/kingsoft-wps/kingtask) - A lightweight asynchronous timing task system powered by Go
@@ -114,7 +124,7 @@
114124

115125
## HTML
116126

117-
- [awesome-mac](https://github.com/jaywcjlove/awesome-mac) -  This repo is a collection of awesome Mac applications and tools for developers and designers.
127+
- [awesome-mac](https://github.com/jaywcjlove/awesome-mac) -  Now we have become very big, Different from the original idea. Collect premium software in various categories.
118128
- [linux-command](https://github.com/jaywcjlove/linux-command) - Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
119129
- [styleguide](https://github.com/google/styleguide) - Style guides for Google-originated open-source projects
120130
- [growth-ebook](https://github.com/phodal/growth-ebook) - Growth Engineering: The Definitive Guide。全栈增长工程师指南
@@ -134,6 +144,7 @@
134144

135145
## Others
136146

147+
- [awesome](https://github.com/sindresorhus/awesome) - :sunglasses: Curated list of awesome lists
137148
- [ipfs](https://github.com/ipfs/ipfs) - Peer-to-peer hypermedia protocol
138149
- [sicp](https://github.com/numbbbbb/sicp) - 收录我完成的练习题
139150
- [the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line) - Master the command line, in one page
@@ -143,7 +154,7 @@
143154
- [bash-guide](https://github.com/Idnan/bash-guide) - A guide to learn bash
144155
- [go_command_tutorial](https://github.com/hyper0x/go_command_tutorial) - Golang command tutorial in Chinese.
145156
- [be-a-professional-programmer](https://github.com/stanzhai/be-a-professional-programmer) - 成为专业程序员路上用到的各种优秀资料、神器及框架
146-
- [design-patterns-for-humans](https://github.com/kamranahmedse/design-patterns-for-humans) - Design Patterns for Humans™ - An ultra-simplified explanation
157+
- [design-patterns-for-humans](https://github.com/kamranahmedse/design-patterns-for-humans) - An ultra-simplified explanation to design patterns
147158
- [awesome-go-storage](https://github.com/gostor/awesome-go-storage) - A curated list of awesome Go storage projects and libraries
148159
- [wechat](https://github.com/chanxuehong/wechat) - weixin/wechat/微信公众平台/微信企业号/微信商户平台/微信支付 go/golang sdk
149160
- [free-programming-books](https://github.com/EbookFoundation/free-programming-books) - :books: Freely available programming books
@@ -165,6 +176,12 @@
165176
- [httpie](https://github.com/jakubroztocil/httpie) - Modern command line HTTP client – user-friendly curl alternative with intuitive UI, JSON support, syntax highlighting, wget-like downloads, extensions, etc. https://httpie.org
166177
- [pyspider](https://github.com/binux/pyspider) - A Powerful Spider(Web Crawler) System in Python.
167178

179+
## Rust
180+
181+
- [hyper](https://github.com/hyperium/hyper) - An HTTP library for Rust
182+
- [rsedis](https://github.com/seppo0010/rsedis) - Redis re-implemented in Rust.
183+
- [parity-ethereum](https://github.com/paritytech/parity-ethereum) - The fast, light, and robust EVM and WASM client.
184+
168185
## Shell
169186

170187
- [bitnami-docker-mysql](https://github.com/bitnami/bitnami-docker-mysql) - Bitnami MySQL Docker Image
@@ -178,6 +195,10 @@
178195

179196
- [vimrc](https://github.com/amix/vimrc) - The ultimate Vim configuration: vimrc
180197

198+
## Vue
199+
200+
- [graphql-realtime-chat](https://github.com/tinrab/graphql-realtime-chat) - Real-time Chat with GraphQL Subscriptions in Go
201+
181202

182203
## License
183204

0 commit comments

Comments
 (0)