zqsheng's Stars
emirpasic/gods
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
teivah/algodeck
An Open-Source Collection of Flash Cards to Help You Preparing Your Algorithms & Data Structures and System Design Interviews 💯
sindresorhus/awesome
😎 Awesome lists about all kinds of interesting topics
orlp/pdqsort
Pattern-defeating quicksort.
postgres/postgres
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
TheAlgorithms/Python
All Algorithms implemented in Python
ChristosChristofidis/awesome-deep-learning
A curated list of awesome Deep Learning tutorials, projects and communities.
felixangell/mac
bytecode interpreter in c (blog post)
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
rekihattori/awesome-programmers
A list of history's greatest software engineers and tech pioneers
0voice/kernel_new_features
一个深挖 Linux 内核的新功能特性,以 io_uring, cgroup, ebpf, llvm 为代表,包含开源项目,代码案例,文章,视频,架构脑图等
axboe/liburing
Library providing helpers for the Linux kernel io_uring support
binhnguyennus/awesome-scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
papers-we-love/papers-we-love
Papers from the computer science community to read and discuss.
kagkarlsson/db-scheduler
Persistent cluster-friendly scheduler for Java
antirez/linenoise
A small self-contained alternative to readline and libedit
hashicorp/raft
Golang implementation of the Raft consensus protocol
failsafe-lib/failsafe
Fault tolerance and resilience patterns for the JVM
rustdesk/rustdesk
An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
dibingfa/flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
evrone/go-clean-template
Clean Architecture template for Golang services
AxonIQ/axon-quick-start
Repository containing some base code and guidelines to build and then scale an application
ben-manes/caffeine
A high performance caching library for Java
happyfish100/fastdfs
FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs
felipexw/clean-arch-ddd-intro
Just a simple implementation of DDD + clean architecture pattern. It also contains the exaplanation about the concepts that supports this implementation.
citerus/dddsample-core
This is the new home of the original DDD Sample app (previously hosted at sf.net)..
VaughnVernon/IDDD_Samples
These are the sample Bounded Contexts from the book "Implementing Domain-Driven Design" by Vaughn Vernon: http://vaughnvernon.co/?page_id=168
ddd-by-examples/library
A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns.
heynickc/awesome-ddd
A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
brandonwang001/raft_translation
Raft中文版