hust-xc's Stars
doocs/leetcode
🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
ZuodaoTech/everyone-can-use-english
人人都能用英语
gfwlist/gfwlist
The one and only one gfwlist here
TheAlgorithms/Rust
All Algorithms implemented in Rust
RustPython/RustPython
A Python Interpreter written in Rust
inancgumus/learngo
❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.
vasanthk/how-web-works
What happens behind the scenes when we type www.google.com in a browser?
phil-opp/blog_os
Writing an OS in Rust
stefan-jansen/machine-learning-for-trading
Code for Machine Learning for Algorithmic Trading, 2nd edition.
sunface/rust-by-practice
Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.
collabnix/dockerlabs
Docker - Beginners | Intermediate | Advanced
Dapp-Learning-DAO/Dapp-Learning
Dapp learning project for developers at all stages. Becoming and cultivating sovereign individuals. Nonprofit organization.
rosedblabs/rosedb
Lightweight, fast and reliable key/value storage engine based on Bitcask.
paperswithbacktest/awesome-systematic-trading
A curated list of awesome libraries, packages, strategies, books, blogs, tutorials for systematic trading.
FrancescoXX/free-Web3-resources
A list of FREE resources to make Web3 accessible to everyone.
HDT3213/godis
A Golang implemented Redis Server and Cluster. Go 语言实现的 Redis 服务器和分布式集群
eolinker/goku_lite
A Powerful HTTP API Gateway in pure golang!Goku API Gateway (中文名:悟空 API 网关)是一个基于 Golang开发的微服务网关,能够实现高性能 HTTP API 转发、服务编排、多租户管理、API 访问权限控制等目的,拥有强大的自定义插件系统可以自行扩展,并且提供友好的图形化配置界面,能够快速帮助企业进行 API 服务治理、提高 API 服务的稳定性和安全性。
SuperCV/Book
:green_book:我的个人书籍学习和收藏
paradigmxyz/artemis
A simple, modular, and fast framework for writing MEV bots in Rust.
LearningOS/rust-based-os-comp2023
2023秋冬季开源操作系统训练营
wangzhe3224/awesome-systematic-trading
A curated list of insanely awesome libraries, packages and resources for systematic trading. Crypto, Stock, Futures, Options, CFDs, FX, and more | 量化交易 | 量化投资
33357/smartcontract-apps
这是一个面向中文社区,分析市面上智能合约应用的架构与实现的仓库。
eolinker/apinto
基于golang开发的网关。具有各种插件,可以自行扩展,即插即用。此外,它可以快速帮助企业管理API服务,提高API服务的稳定性和安全性。
smallnest/concurrency-programming-via-rust
idaSmilence/javaDesign
flashbots/mev-research
Project management for MEV Research
zlq4863947/tradingViewWikiCn
tradingView的中文开发文档
ABCDELabs/Understanding-Ethereum-Go-version
Understanding Ethereum: Go-Ethereum Code Analysis|理解以太坊: Go-Ethereum 源码剖析
HDT3213/delayqueue
Simple, reliable, installation-free distributed delayed delivery message queue in Go. 简单、可靠、免安装的分布式延时投递消息队列
Justin02180218/blockchain_rust
本系列是用Rust实现简单的区块链,包括区块和区块链,工作量证明,交易和UTXO集合,持久化,钱包及用rust-libp2p实现的点对点分布式网络。