Pinned Loading
-
mini-c-compiler-llvm
mini-c-compiler-llvm PublicA compiler for a subset of C with a hand-written lexer, recursive-descent parser, semantic analyzer, dataflow-based static analyzer, and LLVM IR backend that produces native binaries.
C++ 1
-
c-static-analyzer
c-static-analyzer PublicA lightweight C static analyzer (tree-sitter-based) that finds high cyclomatic complexity, unused local variables, deep nesting, missing return paths, and unreachable code.
Rust 1
-
tcp-ip-stack
tcp-ip-stack PublicA TCP/IP stack built from scratch in user space over a Linux TUN device, with a full eleven-state TCP implementation and a BSD-socket-style API for TCP and UDP, interoperable with real ping, curl, …
C++ 1
-
systems-concurrency-runtime
systems-concurrency-runtime PublicA Cargo workspace of from-scratch Rust concurrency primitives — a lock-free MPMC/SPSC/unbounded queue family and a work-stealing thread pool with per-task timeouts — built to be read, benchmarked, …
Rust 1
-
lsm-key-value-store
lsm-key-value-store PublicA distributed, sharded key-value store in Go: from-scratch Raft consensus and Multi-Raft replication on top of an LSM-tree storage engine, zero external dependencies.
Go 1
-
backend-infra-platform
backend-infra-platform PublicA Go infrastructure platform: a control plane for workload scheduling, worker heartbeats, and desired-state reconciliation, plus a reverse-proxy load balancer and job orchestrator, with Prometheus/…
Go 1
If the problem persists, check the GitHub status page or contact support.
