|
16 | 16 | - [Objective-C](#objective-c) |
17 | 17 | - [Others](#others) |
18 | 18 | - [Python](#python) |
| 19 | + - [Rust](#rust) |
19 | 20 | - [Shell](#shell) |
20 | 21 | - [TeX](#tex) |
21 | | - - [Vim script](#vim script) |
| 22 | + - [Vim script](#vim-script) |
| 23 | + - [Vue](#vue) |
22 | 24 |
|
23 | 25 | ## Batchfile |
24 | 26 |
|
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. |
26 | 28 |
|
27 | 29 | ## C |
28 | 30 |
|
| 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. |
29 | 32 | - [kcp](https://github.com/skywind3000/kcp) - KCP - A Fast and Reliable ARQ Protocol |
30 | 33 |
|
31 | 34 | ## C++ |
|
38 | 41 |
|
39 | 42 | ## Go |
40 | 43 |
|
| 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 |
41 | 51 | - [memberlist](https://github.com/hashicorp/memberlist) - Golang package for gossip based membership and failure detection |
42 | 52 | - [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. |
43 | 53 | - [serf](https://github.com/hashicorp/serf) - Service orchestration and management tool. |
44 | 54 | - [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 |
46 | 56 | - [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. |
48 | 58 | - [nsq](https://github.com/nsqio/nsq) - A realtime distributed messaging platform |
49 | 59 | - [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: |
51 | 61 | - [tendermint](https://github.com/tendermint/tendermint) - ⟁ Tendermint Core (BFT Consensus) in Go |
52 | 62 | - [req](https://github.com/imroc/req) - a golang http request library for humans |
53 | 63 | - [go-ipfs](https://github.com/ipfs/go-ipfs) - IPFS implementation in Go |
|
58 | 68 | - [mux](https://github.com/gorilla/mux) - A powerful URL router and dispatcher for golang. |
59 | 69 | - [negroni](https://github.com/urfave/negroni) - Idiomatic HTTP Middleware for Golang |
60 | 70 | - [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 |
62 | 72 | - [go-ethereum](https://github.com/ethereum/go-ethereum) - Official Go implementation of the Ethereum protocol |
63 | 73 | - [matcha](https://github.com/gomatcha/matcha) - Build native mobile apps in Go. |
64 | 74 | - [graphql](https://github.com/graphql-go/graphql) - An implementation of GraphQL for Go / Golang |
|
73 | 83 | - [GroupHub_Bot](https://github.com/livc/GroupHub_Bot) - [DEPRECATED] A Telegram Bot to collect Chinese groups. |
74 | 84 | - [nes](https://github.com/fogleman/nes) - NES emulator written in Go. |
75 | 85 | - [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) |
77 | 87 | - [wechat-monitor](https://github.com/yusank/wechat-monitor) - WeChat robot which can send message to destined user any time you want |
78 | 88 | - [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 |
79 | 89 | - [kcp-go](https://github.com/xtaci/kcp-go) - A Production-Grade Reliable-UDP Library for golang |
|
86 | 96 | - [go-nats-streaming](https://github.com/nats-io/go-nats-streaming) - NATS Streaming System |
87 | 97 | - [nats-streaming-server](https://github.com/nats-io/nats-streaming-server) - NATS Streaming System Server |
88 | 98 | - [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. |
91 | 101 | - [goim](https://github.com/Terry-Mao/goim) - goim |
92 | 102 | - [scheduler](https://github.com/av1900/scheduler) - (scheduler)统一任务调度平台 for golang |
93 | 103 | - [kingtask](https://github.com/kingsoft-wps/kingtask) - A lightweight asynchronous timing task system powered by Go |
|
114 | 124 |
|
115 | 125 | ## HTML |
116 | 126 |
|
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. |
118 | 128 | - [linux-command](https://github.com/jaywcjlove/linux-command) - Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux |
119 | 129 | - [styleguide](https://github.com/google/styleguide) - Style guides for Google-originated open-source projects |
120 | 130 | - [growth-ebook](https://github.com/phodal/growth-ebook) - Growth Engineering: The Definitive Guide。全栈增长工程师指南 |
|
134 | 144 |
|
135 | 145 | ## Others |
136 | 146 |
|
| 147 | +- [awesome](https://github.com/sindresorhus/awesome) - :sunglasses: Curated list of awesome lists |
137 | 148 | - [ipfs](https://github.com/ipfs/ipfs) - Peer-to-peer hypermedia protocol |
138 | 149 | - [sicp](https://github.com/numbbbbb/sicp) - 收录我完成的练习题 |
139 | 150 | - [the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line) - Master the command line, in one page |
|
143 | 154 | - [bash-guide](https://github.com/Idnan/bash-guide) - A guide to learn bash |
144 | 155 | - [go_command_tutorial](https://github.com/hyper0x/go_command_tutorial) - Golang command tutorial in Chinese. |
145 | 156 | - [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 |
147 | 158 | - [awesome-go-storage](https://github.com/gostor/awesome-go-storage) - A curated list of awesome Go storage projects and libraries |
148 | 159 | - [wechat](https://github.com/chanxuehong/wechat) - weixin/wechat/微信公众平台/微信企业号/微信商户平台/微信支付 go/golang sdk |
149 | 160 | - [free-programming-books](https://github.com/EbookFoundation/free-programming-books) - :books: Freely available programming books |
|
165 | 176 | - [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 |
166 | 177 | - [pyspider](https://github.com/binux/pyspider) - A Powerful Spider(Web Crawler) System in Python. |
167 | 178 |
|
| 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 | + |
168 | 185 | ## Shell |
169 | 186 |
|
170 | 187 | - [bitnami-docker-mysql](https://github.com/bitnami/bitnami-docker-mysql) - Bitnami MySQL Docker Image |
|
178 | 195 |
|
179 | 196 | - [vimrc](https://github.com/amix/vimrc) - The ultimate Vim configuration: vimrc |
180 | 197 |
|
| 198 | +## Vue |
| 199 | + |
| 200 | +- [graphql-realtime-chat](https://github.com/tinrab/graphql-realtime-chat) - Real-time Chat with GraphQL Subscriptions in Go |
| 201 | + |
181 | 202 |
|
182 | 203 | ## License |
183 | 204 |
|
|
0 commit comments