sweetOranges's Stars
chenshuo/recipes
Some code snippets for sharing
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
redis/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.
BartVandewoestyne/Effective-Modern-Cpp
Sample code for the Effective Modern C++ book by Scott Meyers.
Qihoo360/evpp
A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.
chenshuo/muduo
Event-driven network library for multi-threaded Linux server in C++11
taosdata/TDengine
High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios
KeKe-Li/book
:books: All programming languages books
man-group/arctic
High performance datastore for time series and tick data
zaphoyd/websocketpp
C++ websocket client/server library
libevent/libevent
Event notification library
anjuke/zguide-cn
ZMQ 指南
QuantBox/XAPI2
统一行情交易接口第2版
txthinking/brook
A cross-platform programmable network tool
xingshaocheng/architect-awesome
后端架构师技术图谱
nntaoli-project/goex
Cryptocurrency Exchange REST API SDK Wrapper Implemented With Golang, Supporting OKX, Huobi, Binance
graphql-go/graphql
An implementation of GraphQL for Go / Golang
PanJiaChen/vue-admin-template
a vue2.0 minimal admin template
Tencent/tsf
coroutine and Swoole based php server framework in tencent
houshanren/hangzhou_house_knowledge
2017年买房经历总结出来的买房购房知识分享给大家,希望对大家有所帮助。买房不易,且买且珍惜。Sharing the knowledge of buy an own house that according to the experience at hangzhou in 2017 to all the people. It's not easy to buy a own house, so I hope that it would be useful to everyone.
immutable-js/immutable-js
Immutable persistent data collections for Javascript which increase efficiency and simplicity.
facebook/flow
Adds static typing to JavaScript to improve developer productivity and code quality.
denysdovhan/wtfjs
🤪 A list of funny and tricky JavaScript examples
sparksuite/simplemde-markdown-editor
A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
PanJiaChen/vue-element-admin
:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin
youzan/vant-weapp
轻量、可靠的小程序 UI 组件库
nodejs/node
Node.js JavaScript runtime ✨🐢🚀✨
goldbergyoni/nodebestpractices
:white_check_mark: The Node.js best practices list (July 2024)
mqyqingfeng/Blog
冴羽写博客的地方,预计写四个系列:JavaScript深入系列、JavaScript专题系列、ES6系列、React系列。
Chalarangelo/30-seconds-of-code
Short code snippets for all your development needs