yc3000's Stars
greg7mdp/parallel-hashmap
A family of header-only, very fast and memory-friendly hashmap and btree containers.
skywind3000/vim-quickui
The missing UI extensions for Vim 9 (and NeoVim) !! :sunglasses:
susam/devil
Emacs minor mode that intercepts and translates keystrokes to provide a modifier-free non-modal editing experience
boostorg/mysql
MySQL C++ client based on Boost.Asio
chriskohlhoff/asio
Asio C++ Library
GoBelieveIO/im_service
golang im server
yc3000/leetcode-c
用 C 语言刷 Leetcode,主要是针对链表操作的强化训练。因为 C 项目非常善用链表和指针组合实现复杂的数据结构。
yc3000/c-base
用 C 语言实现侵入式数据结构,内核链表,红黑树,AVL树,最小堆,高性能哈希,时间轮。另外 buf 需求,链式结构不适合,实现环形缓存和页表
Wilfred/deadgrep
fast, friendly searching with ripgrep and Emacs
google/benchmark
A microbenchmark support library
XMuli/QtExamples
Qt 之 GUI 控件使用 / 网络 / 架构原理 / 运行机制理解;DTK 重绘控件方式的框架解析;IDE 技巧之 Visual Studio / Qt Creator;此为系列文章教程
PyQt5/3rd-Apps
Collecting 3rd Apps
kehengzhong/adif
用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
emacs-eaf/eaf-music-player
Music player that supports playlist and audio visualization
emacs-eaf/emacs-application-framework
EAF, an extensible framework that revolutionizes the graphical capabilities of Emacs
python/cpython
The Python programming language
gxcuizy/Python
Python3编写的各种大小程序,包含从零学Python系列、12306抢票、省市区地址库以及系列网站爬虫等学习源码
geekcomputers/Python
My Python Examples
TheAlgorithms/Python
All Algorithms implemented in Python
manateelazycat/lazycat-emacs
Andy Stewart's emacs
manateelazycat/sort-tab
Smarter tab solution for Emacs, sort tab with using frequency.
manateelazycat/lsp-bridge
A blazingly fast LSP client for Emacs
gregkh/linux
Linux kernel stable tree mirror
torvalds/linux
Linux kernel source tree
kongds/LighttpdSrcComments
记录了我学习Lighttpd源码过程中的中文注释