zct's Stars
EbookFoundation/free-programming-books
:books: Freely available programming books
google/zx
A tool for writing better scripts
getcursor/cursor
The AI Code Editor
google/gvisor
Application Kernel for Containers
folke/lazy.nvim
💤 A modern plugin manager for Neovim
chenzomi12/AISystem
AISystem 主要是指AI系统,包括AI芯片、AI编译器、AI推理和训练框架等AI全栈底层技术
grafana/pyroscope
Continuous Profiling Platform. Debug performance issues down to a single line of code
lua/lua
A copy of the Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests or any other stuff. All communication should be through the Lua mailing list https://www.lua.org/lua-l.html
hust-open-atom-club/linux-insides-zh
Linux 内核揭秘
teivah/100-go-mistakes
📖 100 Go Mistakes and How to Avoid Them
bytedance/sonic
A blazingly fast JSON serializing & deserializing library
cilium/ebpf
ebpf-go is a pure-Go library to read, modify and load eBPF programs and attach them to various hooks in the Linux kernel.
LunarVim/Neovim-from-scratch
📚 A Neovim config designed from scratch to be understandable
Jeevan-kumar-Raj/Grokking-System-Design
Systems design is the process of defining the architecture, modules, interfaces, and data for a system to satisfy specified requirements. Systems design could be seen as the application of systems theory to product development.
red-data-tools/YouPlot
A command line tool that draw plots on the terminal.
johnlui/PPHC
📙《高并发的哲学原理》开源图书(CC BY-NC-ND)https://pphc.lvwenhan.com
ayamir/nvimdots
A well configured and structured Neovim.
intel/pcm
Intel® Performance Counter Monitor (Intel® PCM)
andikleen/pmu-tools
Intel PMU profiling tools
RoaringBitmap/CRoaring
Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON) optimizations: used by Apache Doris, ClickHouse, and StarRocks
0voice/computer_expert_paper
1000+份计算机paper,卡耐基梅隆大学,哈佛,斯坦福,芝加哥大学,MIT,facebook,google,微软,Amazon,twitter等大牛一作,持续更新中
luajit-remake/luajit-remake
An ongoing attempt to re-engineer LuaJIT from scratch
eunomia-bpf/bpftime
Userspace eBPF runtime for Observability, Network & General Extensions Framework
LeoYang90/Golang-Internal-Notes
sunxfancy/vscode-llvm
VSCode LLVM Compiler Explorer
Yu2erer/LuaJIT-5.3.6
Lua 5.3.6 JIT && 多线程 垃圾回收
GregBowyer/ManagedRuntimeInitiative
The Managed Runtime Initiative is an open development and integration initiative launched by Azul Systems with the aim of improving the execution of managed runtimes (.e.g. Java, Ruby, .Net) by enhancing interfaces and functionality across vertical components of the systems stack (e.g. managed runtime, OS kernel, hypervisor and hardware layer)
intel/iodlr
Tools and Reference Code for Intel Optimizations (eg Large Pages)
Shellbye/Shellbye.github.io
my blog --> see https://github.com/Shellbye/Shellbye.github.io/issues for recent update
debugger101/golang-debugger-book
let's develop a debugger from scratch