Highlights
- Pro
Lists (10)
Sort Name ascending (A-Z)
- All languages
- AppleScript
- Assembly
- Batchfile
- C
- C#
- C++
- CSS
- Clojure
- Cuda
- DIGITAL Command Language
- Dockerfile
- EJS
- Emacs Lisp
- Go
- HTML
- Java
- JavaScript
- Jupyter Notebook
- Kotlin
- Lua
- MATLAB
- Makefile
- Markdown
- Mathematica
- Objective-C
- PHP
- PLpgSQL
- PureBasic
- Python
- R
- Rich Text Format
- Ruby
- Rust
- SCSS
- Scala
- Shell
- Swift
- TSQL
- TeX
- TypeScript
- Typst
- VBScript
- Vim Script
- Vue
Starred repositories
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs,…
本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
Dive into CPython internals, trying to illustrate every detail of CPython implementation
Simple kernel for learning operating systems. 用于学习操作系统的简单内核
学习C & C++ & python&汇编语言 LLVM编译器 数据结构 算法 操作系统 单片机 linux 面试
Solutions and Notes for Labs of Computer Systems: A Programmer's Perspective 3rd Editon // 《深入理解计算机系统》第三版的实验文件、解答与笔记
一款可运行的基于C++ 实现的WebServer服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。
🌟复习考研的那些事儿(清华912考研)~~
分布式NOSQL redis源码阅读中文分析注释,带详尽注释以及相关流程调用注释,提出改造点,redis cluster集群功能、节点扩容、槽位迁移、failover故障切换、一致性选举完整分析,对理解redis源码很有帮助,解决了source insight中文注释乱码问题,更新完毕