Pinned Repositories
30dayMakeOS
《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程
apue
《UNIX环境高级编程》随书代码与课后习题
APUE_notes
《UNIX环境高级编程》中文第三版笔记
autotool_tutorial
作为autotool自动生成Makefile,并自动编译工程的练习用demo
awesome
😎 Awesome lists about all kinds of interesting topics
awesome-c-cn
C 资源大全中文版,包括了:构建系统、编译器、数据库、加密、初中高的教程/指南、书籍、库等。
BlogImage
C
All Algorithms implemented in C
cypher_parser_demo
A practice demo for Flex and Bison , aiming at parsing Cypher Query.
PostgreSQL_ProcessCollector
Process Info Collector Extension for PostgreSQL
Chan-I's Repositories
Chan-I/cypher_parser_demo
A practice demo for Flex and Bison , aiming at parsing Cypher Query.
Chan-I/PostgreSQL_ProcessCollector
Process Info Collector Extension for PostgreSQL
Chan-I/30dayMakeOS
《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程
Chan-I/apue
《UNIX环境高级编程》随书代码与课后习题
Chan-I/autotool_tutorial
作为autotool自动生成Makefile,并自动编译工程的练习用demo
Chan-I/awesome
😎 Awesome lists about all kinds of interesting topics
Chan-I/awesome-c-cn
C 资源大全中文版,包括了:构建系统、编译器、数据库、加密、初中高的教程/指南、书籍、库等。
Chan-I/BlogImage
Chan-I/C
All Algorithms implemented in C
Chan-I/c-algorithms
A library of common data structures and algorithms written in C.
Chan-I/c4
C compiler in four functions
Chan-I/coding-interview-university
A complete computer science study plan to become a software engineer.
Chan-I/Compile_Principle
华中科技大学计算机16级编译原理
Chan-I/CS_Accumulate
CS相关积累
Chan-I/db-readings
Readings in Databases
Chan-I/db_tutorial
a simple db system with C
Chan-I/Flex_and_Bison
<<Flex and Bison>> source code
Chan-I/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
Chan-I/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
Chan-I/libsodium
A modern, portable, easy to use crypto library.
Chan-I/MEMContext
A Memory Context Demo
Chan-I/MyScript
some useful scripts(updating...)
Chan-I/os-tutorial
How to create an OS from scratch
Chan-I/Pointers_On_C
<<C和指针>>读书笔记
Chan-I/PostgreSQL_CPU_Affinity
Bind PostgreSQL ( v15.1 ) 's child process on specific cpu cores.( group )
Chan-I/PostgreSQL_Extension_Demo
A Demo for PostgreSQL Extension
Chan-I/reading-code-of-nginx-1.9.2
nginx-1.9.2源码通读分析注释,带详尽函数中文分析注释以及相关函数流程调用注释,最全面的nginx源码阅读分析中文注释,更新完毕(nginx源码学习交流QQ群:568892619)
Chan-I/Sorting-Algorithms-in-C
The most importatn basic sorting algoritms developed in C programming language to understand how this process works sorting data structures and what is its time and space complexity analyzing BigO notation for aech one of these algoritms.
Chan-I/wtfpython
What the f*ck Python?
Chan-I/xv6-chinese
中文版的 MIT xv6 文档