mountainswen's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
vinta/awesome-python
An opinionated list of awesome Python frameworks, libraries, software and resources.
hwchase17/langchain
⚡ Building applications with LLMs through composability ⚡
ethereum/go-ethereum
Go implementation of the Ethereum protocol
FFmpeg/FFmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
testerSunshine/12306
12306智能刷票,订票
mongodb/mongo
The MongoDB Database
OpenZeppelin/openzeppelin-contracts
OpenZeppelin Contracts is a library for secure smart contract development.
seata/seata
:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
gocolly/colly
Elegant Scraper and Crawler Framework for Golang
json-iterator/go
A high-performance 100% compatible drop-in replacement of "encoding/json"
dtm-labs/dtm
A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages.
billryan/resume
An elegant \LaTeX\ résumé template. 大陆镜像 https://gods.coding.net/p/resume/git
munificent/craftinginterpreters
Repository for the book "Crafting Interpreters"
datawhalechina/prompt-engineering-for-developers
面向开发者的 LLM 入门教程,吴恩达大模型系列课程中文版
0voice/Introduction-to-Golang
【未来服务器端编程语言】最全空降golang资料补给包(满血战斗),包含文章,书籍,作者论文,理论分析,开源框架,云原生,大佬视频,大厂实战分享ppt
zilliztech/GPTCache
Semantic cache for LLMs. Fully integrated with LangChain and llama_index.
bytedance/sonic
A blazingly fast JSON serializing & deserializing library
princewen/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等
btcsuite/btcd
An alternative full node bitcoin implementation written in Go (golang)
goproxyio/goproxy
A global proxy for Go modules.
changmingxie/tcc-transaction
tcc-transaction是TCC型事务java实现
asmjit/asmjit
Low-latency machine code generation
opentracing/opentracing-go
OpenTracing API for Go. 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
lotusirous/go-concurrency-patterns
Concurrency patterns in Go
praetorian-inc/gokart
A static analysis tool for securing Go code
justinmeister/Mario-Level-1
The first level of Super Mario Bros made with Python and Pygame.
kelindar/column
High-performance, columnar, in-memory store with bitmap indexing in Go
llir/llvm
Library for interacting with LLVM IR in pure Go.
haskell/alex
A lexical analyser generator for Haskell