Pinned Repositories
500lines
500 Lines or Less
9cc
A Small C Compiler
AlgoXY
Book of Elementary Algorithms and Data structures
awesome-learning-haskell
A collection of resources which were useful to Tweagers for learning Haskell and its various aspects
Blockchain-dark-forest-selfguard-handbook
Blockchain dark forest selfguard handbook. Master these, master the security of your cryptocurrency.
blog
Everything about database,bussiness.
bpf_study
bpf 学习仓库
btree
BTree provides a simple, ordered, in-memory data structure for Go programs.
c4
C in four functions
capstone
Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
muzinian's Repositories
muzinian/500lines
500 Lines or Less
muzinian/AlgoXY
Book of Elementary Algorithms and Data structures
muzinian/awesome-learning-haskell
A collection of resources which were useful to Tweagers for learning Haskell and its various aspects
muzinian/Blockchain-dark-forest-selfguard-handbook
Blockchain dark forest selfguard handbook. Master these, master the security of your cryptocurrency.
muzinian/bpf_study
bpf 学习仓库
muzinian/c4
C in four functions
muzinian/capstone
Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
muzinian/classgraph
An uber-fast parallelized Java classpath scanner and module scanner.
muzinian/coder-kung-fu
开发内功修炼
muzinian/chibicc
A small C compiler
muzinian/craftingInterpreters
crafting interpreters这本书的实现
muzinian/EffectiveModernCppChinese
《Effective Modern C++》翻译 - 已完成
muzinian/Functional-Programming
These are my lecture notes and code for Coursera online course Functional Programming Principles in Scala by Prof. Martin Odersky from École Polytechnique Fédérale de Lausanne (EPFL), the creator of Scala
muzinian/Grammar-Kit
Grammar files support & parser/PSI generation for IntelliJ IDEA
muzinian/GrokkingStreamingSystems
The source code for this book: Grokking Streaming Systems: Real-time Event Processing (https://www.manning.com/books/grokking-streaming-systems).
muzinian/jattach
JVM Dynamic Attach utility
muzinian/javapoet
A Java API for generating .java source files.
muzinian/js-slang
Implementations of the Source languages, which are small sublanguages of JavaScript designed for SICP JS
muzinian/JVM
手写实现JVM巨tm详细笔记,看了你也会,不会我吃s.h.i
muzinian/mini-spring
mini-spring是简化版的spring框架,能帮助你快速熟悉spring源码和掌握spring的核心原理。抽取了spring的核心逻辑,代码极度简化,保留spring的核心功能,如IoC和AOP、资源加载器、事件监听器、类型转换、容器扩展点、bean生命周期和作用域、应用上下文等核心功能。
muzinian/PowerJob
Enterprise job scheduling middleware with distributed computing ability.
muzinian/raft-zh_cn
Raft一致性算法论文的中文翻译
muzinian/readBookNote
读书笔记
muzinian/rust-how-do-i-start
Hand curated advice and pointers for getting started with Rust
muzinian/shecc
A self-hosting and educational C optimizing compiler
muzinian/sicp
XML sources of SICP and SICP JS, and support for generating Interactive SICP JS, PDF, e-book and comparison editions
muzinian/smallchat
A minimal programming example for a chat server
muzinian/spring-reading
涵盖了 Spring 框架的核心概念和关键功能,包括控制反转(IOC)容器的使用,面向切面编程(AOP)的原理与实践,事务管理的方式与实现,Spring MVC 的流程与控制器工作机制,以及 Spring 中数据访问、安全、Boot 自动配置等方面的深入研究。此外,它还包含了 Spring 事件机制的应用、高级主题如缓存抽象和响应式编程,以及对 Spring 源码的编程风格与设计模式的深入探讨。
muzinian/the-super-tiny-compiler
:snowman: Possibly the smallest compiler ever
muzinian/tiny-profiler
A tiny CPU profiler for Java written completely in Java 17.