Skip to content

Commit 54aab33

Browse files
committed
整理收藏的库
1 parent 31e063e commit 54aab33

File tree

1 file changed

+212
-0
lines changed

1 file changed

+212
-0
lines changed

Stars.md

Lines changed: 212 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
1+
# Awesome Stars [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
2+
3+
> A curated list of my GitHub stars! Generated by [starred](https://github.com/maguowei/starred)
4+
5+
6+
## Contents
7+
8+
- [Batchfile](#batchfile)
9+
- [C](#c)
10+
- [C++](#c++)
11+
- [CSS](#css)
12+
- [Go](#go)
13+
- [HTML](#html)
14+
- [JavaScript](#javascript)
15+
- [Makefile](#makefile)
16+
- [Objective-C](#objective-c)
17+
- [Others](#others)
18+
- [Python](#python)
19+
- [Shell](#shell)
20+
- [Swift](#swift)
21+
- [TeX](#tex)
22+
- [Vim script](#vim script)
23+
24+
## Batchfile
25+
26+
- [python-guide](https://github.com/kennethreitz/python-guide) - Python best practices guidebook, written for Humans.
27+
28+
## C
29+
30+
- [kcp](https://github.com/skywind3000/kcp) - KCP - A Fast and Reliable ARQ Protocol
31+
32+
## C++
33+
34+
- [CS_Offer](https://github.com/xuelangZF/CS_Offer) - 计算机学科基础知识和主流编程语言相关内容的总结
35+
36+
## CSS
37+
38+
- [webcron](https://github.com/lisijie/webcron) - 定时任务管理器
39+
- [tomorrow-theme](https://github.com/chriskempson/tomorrow-theme) - Tomorrow Theme the precursor to Base16 Theme
40+
41+
## Go
42+
43+
- [ws](https://github.com/gobwas/ws) - Tiny WebSocket library for Go.
44+
- [RxGo](https://github.com/ReactiveX/RxGo) - Reactive Extensions for the Go language.
45+
- [orchestrator](https://github.com/github/orchestrator) - MySQL replication topology management and HA
46+
- [kingshard](https://github.com/flike/kingshard) - A high-performance MySQL proxy
47+
- [go-mysql](https://github.com/siddontang/go-mysql) - a powerful mysql toolset with Go
48+
- [bolt](https://github.com/boltdb/bolt) - An embedded key/value database for Go.
49+
- [shadowsocks-go](https://github.com/shadowsocks/shadowsocks-go) - go port of shadowsocks
50+
- [telebot](https://github.com/tucnak/telebot) - Telebot is a Telegram bot framework in Go.
51+
- [GroupHub_Bot](https://github.com/livc/GroupHub_Bot) - A Telegram Bot to collect Chinese groups.
52+
- [nes](https://github.com/fogleman/nes) - NES emulator written in Go.
53+
- [moby](https://github.com/moby/moby) - Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
54+
- [prometheus](https://github.com/prometheus/prometheus) - The Prometheus monitoring system and time series database.
55+
- [centrifugo](https://github.com/centrifugal/centrifugo) - Language-agnostic real-time messaging (Websocket or SockJS) server in Go
56+
- [go-shadowsocks2](https://github.com/shadowsocks/go-shadowsocks2) - Next-generation Shadowsocks in Go
57+
- [wechat-monitor](https://github.com/yusank/wechat-monitor) - WeChat robot which can send message to destined user any time you want
58+
- [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
59+
- [kcp-go](https://github.com/xtaci/kcp-go) - A Production-Grade Reliable-UDP Library for golang
60+
- [kcptun](https://github.com/xtaci/kcptun) - A Secure Tunnel Based On KCP with N:M Multiplexing
61+
- [wechat-go](https://github.com/songtianyi/wechat-go) - go version wechat web api and message framework for building wechat robot
62+
- [livego](https://github.com/qieangel2013/livego) - go Implementation of live streaming services
63+
- [viper](https://github.com/spf13/viper) - Go configuration with fangs
64+
- [zap](https://github.com/uber-go/zap) - Blazing fast, structured, leveled logging in Go.
65+
- [netstack](https://github.com/google/netstack) - IPv4 and IPv6 userland network stack
66+
- [go-nats-streaming](https://github.com/nats-io/go-nats-streaming) - NATS Streaming System
67+
- [nats-streaming-server](https://github.com/nats-io/nats-streaming-server) - NATS Streaming System Server
68+
- [go-designpattern](https://github.com/qibin0506/go-designpattern) - 用Golang描述设计模式
69+
- [fuzzysearch](https://github.com/renstrom/fuzzysearch) - :pig: Tiny and fast fuzzy search in Go
70+
- [app](https://github.com/murlokswarm/app) - Package to create apps with GO, HTML and CSS.
71+
- [goim](https://github.com/Terry-Mao/goim) - goim
72+
- [scheduler](https://github.com/shotdog/scheduler) - (scheduler)统一任务调度平台 for golang
73+
- [kingtask](https://github.com/kingsoft-wps/kingtask) - A lightweight asynchronous timing task system powered by Go
74+
- [cron](https://github.com/robfig/cron) - a cron library for go
75+
- [dingo](https://github.com/mission-liao/dingo) - An easy-to-use, distributed, extensible task/job queue framework for #golang
76+
- [ERP](https://github.com/hexiaoyun128/ERP) - 基于beego的进销存系统
77+
- [frp](https://github.com/fatedier/frp) - A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
78+
- [glide](https://github.com/Masterminds/glide) - Package Management for Golang
79+
- [dep](https://github.com/golang/dep) - Go dependency management tool
80+
- [wechat](https://github.com/silenceper/wechat) - WeChat SDK for Go (微信SDK:简单、易用)
81+
- [wechat.v2](https://github.com/chanxuehong/wechat.v2) - weixin/wechat/微信公众平台/微信企业号/微信商户平台/微信支付 go/golang sdk
82+
- [wuzz](https://github.com/asciimoo/wuzz) - Interactive cli tool for HTTP inspection
83+
- [ants-go](https://github.com/wcong/ants-go) - open source, distributed, restful crawler engine in golang
84+
- [peco](https://github.com/peco/peco) - Simplistic interactive filtering tool
85+
- [gitql](https://github.com/cloudson/gitql) - A git query language
86+
- [wego](https://github.com/schachmat/wego) - weather app for the terminal
87+
- [wechatcmd](https://github.com/liushuchun/wechatcmd) - 提供微信终端版本、微信命令行版本聊天功能、微信机器人
88+
- [learn](https://github.com/gyuho/learn) - learn
89+
- [solo-ci](https://github.com/smallSohoSolo/solo-ci) - A lightweight golang ci tool
90+
- [pholcus](https://github.com/henrylee2cn/pholcus) - [Crawler for Golang] Pholcus is a distributed, high concurrency and powerful web crawler software.
91+
- [kubernetes](https://github.com/kubernetes/kubernetes) - Production-Grade Container Scheduling and Management
92+
- [laosj](https://github.com/songtianyi/laosj) - golang light-weight image crawler
93+
- [go-github](https://github.com/google/go-github) - Go library for accessing the GitHub API
94+
- [firefly-proxy](https://github.com/yinghuocho/firefly-proxy) - A proxy software to help circumventing the Great Firewall.
95+
- [gotraining](https://github.com/ardanlabs/gotraining) - Go Training Class Material :
96+
- [beego-mgo](https://github.com/goinggo/beego-mgo) - Sample Application For Using the BeeGo web framework with MGO
97+
- [fasthttp](https://github.com/valyala/fasthttp) - Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
98+
- [hugo](https://github.com/gohugoio/hugo) - A Fast and Flexible Static Site Generator built with love in GoLang.
99+
- [echo](https://github.com/labstack/echo) - High performance, minimalist Go web framework
100+
- [mysql](https://github.com/go-sql-driver/mysql) - Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
101+
- [goproxy](https://github.com/ooclab/goproxy) - 一个简单的代理小工具
102+
- [mattermost-server](https://github.com/mattermost/mattermost-server) - Open source Slack-alternative in Golang and React - Mattermost
103+
- [the-way-to-go_ZH_CN](https://github.com/Unknwon/the-way-to-go_ZH_CN) - 《The Way to Go》中文译本,中文正式名《Go入门指南》
104+
- [awesome-go](https://github.com/avelino/awesome-go) - A curated list of awesome Go frameworks, libraries and software
105+
- [beego](https://github.com/astaxie/beego) - beego is an open-source, high-performance web framework for the Go programming language.
106+
- [build-web-application-with-golang](https://github.com/astaxie/build-web-application-with-golang) - A golang ebook intro how to build a web with golang
107+
108+
## HTML
109+
110+
- [awesome-mac](https://github.com/jaywcjlove/awesome-mac) -  This repo is a collection of awesome Mac applications and tools for developers and designers.
111+
- [linux-command](https://github.com/jaywcjlove/linux-command) - Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
112+
- [blog](https://github.com/ifwenvlook/blog) - A simple blog system based on Flask
113+
- [styleguide](https://github.com/google/styleguide) - Style guides for Google-originated open-source projects
114+
- [web-design-in-4-minutes](https://github.com/jgthms/web-design-in-4-minutes) - Learn basics of web design in 4 minutes
115+
- [growth-ebook](https://github.com/phodal/growth-ebook) - Growth Engineering: The Definitive Guide。全栈增长工程师指南
116+
117+
## JavaScript
118+
119+
- [react-tetris](https://github.com/chvin/react-tetris) - Use React, Redux, Immutable to code Tetris. 🎮
120+
- [goblog](https://github.com/lisijie/goblog) - 基于beego的简易blog系统
121+
- [22v](https://github.com/zituocn/22v) - 22v.net 网站源码,网址:https://22v.net
122+
- [mblog-Flask](https://github.com/moling3650/mblog-Flask) - mblog by Flask
123+
- [3n1b.com](https://github.com/3n1b-com/3n1b.com) -
124+
- [maple-bbs](https://github.com/honmaple/maple-bbs) - a forums system based on flask
125+
- [500lines](https://github.com/aosabook/500lines) - 500 Lines or Less
126+
- [resume.github.com](https://github.com/resume/resume.github.com) - Resumes generated using the GitHub informations
127+
128+
## Makefile
129+
130+
- [zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide) - Google 开源项目风格指南 (中文版)
131+
132+
## Objective-C
133+
134+
- [FishChat](https://github.com/yulingtianxia/FishChat) - Hook WeChat.app on non-jailbroken devices.
135+
136+
## Others
137+
138+
- [the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line) - Master the command line, in one page
139+
- [docker-cheat-sheet](https://github.com/wsargent/docker-cheat-sheet) - Docker Cheat Sheet
140+
- [Best-websites-a-programmer-should-visit](https://github.com/sdmg15/Best-websites-a-programmer-should-visit) - :link: Some useful websites for programmers.
141+
- [book](https://github.com/qyuhen/book) - 学习笔记
142+
- [bash-guide](https://github.com/Idnan/bash-guide) - A guide to learn bash
143+
- [go_command_tutorial](https://github.com/hyper0x/go_command_tutorial) - Golang command tutorial in Chinese.
144+
- [be-a-professional-programmer](https://github.com/stanzhai/be-a-professional-programmer) - 成为专业程序员路上用到的各种优秀资料、神器及框架
145+
- [design-patterns-for-humans](https://github.com/kamranahmedse/design-patterns-for-humans) - Design Patterns for Humans™ - An ultra-simplified explanation
146+
- [awesome-go-storage](https://github.com/gostor/awesome-go-storage) - A curated list of awesome Go storage projects and libraries
147+
- [free-programming-books](https://github.com/EbookFoundation/free-programming-books) - :books: Freely available programming books
148+
- [sublime-text](https://github.com/jikeytang/sublime-text) - sublime-text
149+
- [go-lang-cheat-sheet](https://github.com/a8m/go-lang-cheat-sheet) - An overview of Go syntax and features.
150+
- [awesome-docker](https://github.com/veggiemonk/awesome-docker) - :whale: A curated list of Docker resources and projects
151+
- [quick-look-plugins](https://github.com/sindresorhus/quick-look-plugins) - List of useful Quick Look plugins for developers
152+
- [awesome-flask](https://github.com/humiaozuzu/awesome-flask) - A curated list of awesome Flask resources and plugins
153+
- [books](https://github.com/programthink/books) - 【编程随想】收藏的电子书清单(多个学科,含下载链接)
154+
- [opensource](https://github.com/programthink/opensource) - 【编程随想】收藏的开源项目清单
155+
- [awesome-mysql-cn](https://github.com/jobbole/awesome-mysql-cn) - MySQL 资源大全中文版,分析工具、备份、性能测试、配置、部署、GUI 等
156+
- [MongoDB](https://github.com/qianjiahao/MongoDB) - Mongodb学习笔记
157+
158+
## Python
159+
160+
- [ehForwarderBot](https://github.com/blueset/ehForwarderBot) - An extensible message tunneling chat bot framework. Delivers messages between platforms and remotely control your other accounts.
161+
- [wxpy](https://github.com/youfou/wxpy) - 微信机器人 / 可能是最优雅的微信个人号 API ✨✨
162+
- [wechat_sender](https://github.com/bluedazzle/wechat_sender) - 随时随地发送消息到微信
163+
- [zhihu-api](https://github.com/lzjun567/zhihu-api) - Zhihu API for Humans
164+
- [algorithms](https://github.com/keon/algorithms) - Minimal examples of data structures and algorithms in Python
165+
- [system-design-primer](https://github.com/donnemartin/system-design-primer) - Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
166+
- [FreeWifi](https://github.com/kylemcdonald/FreeWifi) - How to get free wifi.
167+
- [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
168+
- [werkzeug](https://github.com/pallets/werkzeug) - A flexible WSGI implementation and toolkit
169+
- [mblog](https://github.com/moling3650/mblog) - myblog
170+
- [Flask-WhooshAlchemyPlus](https://github.com/Revolution1/Flask-WhooshAlchemyPlus) - Whoosh indexing capabilities for Flask-SQLAlchemy, Flask-WhooshAlchemy plus some improvement
171+
- [Flask-WhooshAlchemy](https://github.com/gyllstromk/Flask-WhooshAlchemy) - Whoosh indexing capabilities for Flask-SQLAlchemy
172+
- [maple-blog](https://github.com/honmaple/maple-blog) - a blog website based on flask
173+
- [AppleDNS](https://github.com/gongjianhui/AppleDNS) - Apple 网络服务加速配置。(少数派、Appinn、Mac玩儿法 推荐)
174+
- [flasky](https://github.com/miguelgrinberg/flasky) - Companion code to my O'Reilly book "Flask Web Development".
175+
- [iquery](https://github.com/protream/iquery) - Various information query via command line.
176+
- [v2ex](https://github.com/livid/v2ex) - Community running on Google App Engine
177+
- [niji](https://github.com/ericls/niji) - A pluggable Django forum APP
178+
- [flask](https://github.com/pallets/flask) - A microframework based on Werkzeug, Jinja2 and good intentions
179+
- [awesome-python](https://github.com/vinta/awesome-python) - A curated list of awesome Python frameworks, libraries, software and resources
180+
- [python3-cookbook](https://github.com/yidao620c/python3-cookbook) - 《Python Cookbook》 3rd Edition Translation
181+
- [jieba](https://github.com/fxsjy/jieba) - 结巴中文分词
182+
- [Hack](https://github.com/source-foundry/Hack) - A typeface designed for source code
183+
- [django](https://github.com/django/django) - The Web framework for perfectionists with deadlines.
184+
- [pyspider](https://github.com/binux/pyspider) - A Powerful Spider(Web Crawler) System in Python.
185+
- [requests](https://github.com/requests/requests) - Python HTTP Requests for Humans™ ✨🍰✨
186+
187+
## Shell
188+
189+
- [bitnami-docker-mysql](https://github.com/bitnami/bitnami-docker-mysql) - Bitnami MySQL Docker Image
190+
- [interview_python](https://github.com/taizilongxu/interview_python) - 关于Python的面试题
191+
- [pure](https://github.com/sindresorhus/pure) - Pretty, minimal and fast ZSH prompt
192+
- [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) - A delightful community-driven (with 1,000+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
193+
194+
## Swift
195+
196+
- [Swift30Projects](https://github.com/soapyigu/Swift30Projects) - 30 mini Swift Apps for self-study
197+
198+
## TeX
199+
200+
- [AlgoXY](https://github.com/liuxinyu95/AlgoXY) - Book of Elementary Algorithms and Data structures
201+
202+
## Vim script
203+
204+
- [vimrc](https://github.com/amix/vimrc) - The ultimate Vim configuration: vimrc
205+
206+
207+
## License
208+
209+
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
210+
211+
To the extent possible under law, [LLLeon](https://github.com/LLLeon) has waived all copyright and related or neighboring rights to this work.
212+

0 commit comments

Comments
 (0)