Skip to content

Latest commit

 

History

History
208 lines (167 loc) · 14.9 KB

File metadata and controls

208 lines (167 loc) · 14.9 KB

Awesome Stars Awesome

A curated list of my GitHub stars! Generated by starred

Contents

Batchfile

  • python-guide - Python best practices guidebook, written for humans.

C

  • 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.
  • kcp - KCP - A Fast and Reliable ARQ Protocol

C++

  • CS_Offer - 计算机学科基础知识和主流编程语言相关内容的总结

CSS

Go

  • evio - Fast event-loop networking for Go
  • BoomFilters - Probabilistic data structures for processing continuous, unbounded streams.
  • skiplist - A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist
  • protobuf - Protocol Buffers for Go with Gadgets
  • rancher - Complete container management platform
  • codis - Proxy based Redis cluster solution supporting pipeline and scaling dynamically
  • linkerd2 - Ultralight service mesh for Kubernetes
  • memberlist - Golang package for gossip based membership and failure detection
  • consul - Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
  • serf - Service orchestration and management tool.
  • cobra - A Commander for modern Go CLI interactions
  • traefik - The Cloud Native Edge Router
  • LeetCode-in-Go - 🎓 Go Solution for LeetCode algorithm problems, 100% coverage, continually updating.
  • istio - Connect, secure, control, and observe services.
  • nsq - A realtime distributed messaging platform
  • gorush - A push notification server written in Go (Golang).
  • cosmos-sdk - ⛓️ Secure Blockchain Framework ✨
  • tendermint - ⟁ Tendermint Core (BFT Consensus) in Go
  • req - a golang http request library for humans
  • go-ipfs - IPFS implementation in Go
  • tyk - Tyk Open Source API Gateway written in Go
  • websocket - A WebSocket implementation for Go.
  • quic-go - A QUIC implementation in pure go
  • jwt-go - Golang implementation of JSON Web Tokens (JWT)
  • mux - A powerful URL router and dispatcher for golang.
  • negroni - Idiomatic HTTP Middleware for Golang
  • vice - Go channels at horizontal scale (powered by message queues)
  • etcd - Distributed reliable key-value store for the most critical data of a distributed system
  • go-ethereum - Official Go implementation of the Ethereum protocol
  • matcha - Build native mobile apps in Go.
  • graphql - An implementation of GraphQL for Go / Golang
  • ws - Tiny WebSocket library for Go.
  • RxGo - Reactive Extensions for the Go language.
  • orchestrator - MySQL replication topology management and HA
  • kingshard - A high-performance MySQL proxy
  • go-mysql - a powerful mysql toolset with Go
  • bolt - An embedded key/value database for Go.
  • shadowsocks-go - go port of shadowsocks
  • telebot - Telebot is a Telegram bot framework in Go.
  • GroupHub_Bot - [DEPRECATED] A Telegram Bot to collect Chinese groups.
  • nes - NES emulator written in Go.
  • prometheus - The Prometheus monitoring system and time series database.
  • centrifugo - Language-agnostic real-time messaging server (Websocket and SockJS)
  • wechat-monitor - WeChat robot which can send message to destined user any time you want
  • 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
  • kcp-go - A Production-Grade Reliable-UDP Library for golang
  • kcptun - A Fast & Secure Tunnel Based On KCP with N:M Multiplexing
  • wechat-go - go version wechat web api and message framework for building wechat robot
  • livego - go Implementation of live streaming services
  • viper - Go configuration with fangs
  • zap - Blazing fast, structured, leveled logging in Go.
  • netstack - IPv4 and IPv6 userland network stack
  • go-nats-streaming - NATS Streaming System
  • nats-streaming-server - NATS Streaming System Server
  • go-designpattern - 用Golang描述设计模式
  • fuzzysearch - 🐷 Tiny and fast fuzzy search in Go
  • app - Package to build GUI apps with Go, HTML and CSS.
  • goim - goim
  • scheduler - (scheduler)统一任务调度平台 for golang
  • kingtask - A lightweight asynchronous timing task system powered by Go
  • cron - a cron library for go
  • dingo - An easy-to-use, distributed, extensible task/job queue framework for #golang
  • frp - A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
  • dep - Go dependency management tool
  • wechat - WeChat SDK for Go (微信SDK:简单、易用)
  • wuzz - Interactive cli tool for HTTP inspection
  • ants-go - open source, distributed, restful crawler engine in golang
  • peco - Simplistic interactive filtering tool
  • gitql - A git query language
  • wego - weather app for the terminal
  • wechatcmd - 提供微信终端版本、微信命令行版本聊天功能、微信机器人
  • learn - learn
  • solo-ci - A lightweight golang ci tool
  • pholcus - [Crawler for Golang] Pholcus is a distributed, high concurrency and powerful web crawler software.
  • laosj - golang light-weight image crawler
  • go-github - Go library for accessing the GitHub API
  • firefly-proxy - A proxy software to help circumventing the Great Firewall.
  • gotraining - Go Training Class Material :
  • fasthttp - Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
  • mysql - Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package

HTML

  • awesome-mac -  Now we have become very big, Different from the original idea. Collect premium software in various categories.
  • linux-command - Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
  • styleguide - Style guides for Google-originated open-source projects
  • growth-ebook - Growth Engineering: The Definitive Guide。全栈增长工程师指南

JavaScript

Makefile

Objective-C

  • FishChat - Hook WeChat.app on non-jailbroken devices.

Others

Python

  • ehForwarderBot - An extensible message tunneling chat bot framework. Delivers messages between platforms and remotely control your other accounts.
  • wxpy - 微信机器人 / 可能是最优雅的微信个人号 API ✨✨
  • wechat_sender - 随时随地发送消息到微信
  • zhihu-api - Zhihu API for Humans
  • algorithms - Minimal examples of data structures and algorithms in Python
  • system-design-primer - Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
  • 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
  • pyspider - A Powerful Spider(Web Crawler) System in Python.

Rust

  • hyper - An HTTP library for Rust
  • rsedis - Redis re-implemented in Rust.
  • parity-ethereum - The fast, light, and robust EVM and WASM client.

Shell

TeX

  • AlgoXY - Book of Elementary Algorithms and Data structures

Vim script

  • vimrc - The ultimate Vim configuration: vimrc

Vue

License

CC0

To the extent possible under law, LLLeon has waived all copyright and related or neighboring rights to this work.