Pinned Repositories
.vim
vim配置备份
blogs
keitherhao的博客
book
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
code_c
📚 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.
CPlusPlusThings
C++那些事
design-patterns-cpp
C++ Design Patterns
FFmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
KeithXc's Repositories
KeithXc/Holiday-Activity
Christmas Tree commit activity from Working Copy.
KeithXc/.vim
vim配置备份
KeithXc/keithxc.github.io
Keith's blog
KeithXc/rust_qt_player
KeithXc/resource
KeithXc/blogs
keitherhao的博客
KeithXc/zorin_china
如何使用zorin OS,并且配置
KeithXc/FloatingBall
计划做一款好用的悬浮球
KeithXc/my_docker
KeithXc/my_env_init
自动安装常用工具
KeithXc/VIDEO
学习在linux上使用v4l2取流、等。
KeithXc/TJpgDec
http://elm-chan.org/fsw/tjpgd/00index.html
KeithXc/code_c
📚 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.
KeithXc/FFmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
KeithXc/flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
KeithXc/si78c
si78c is a memory accurate reimplementation of Space Invaders in C.
KeithXc/C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
KeithXc/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
KeithXc/lua
The Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Report issues in the Lua mailing list https://www.lua.org/lua-l.html
KeithXc/sqlitebrowser
Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:
KeithXc/CPlusPlusThings
C++那些事
KeithXc/design-patterns-cpp
C++ Design Patterns
KeithXc/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
KeithXc/WebBench
Webbench是Radim Kolar在1997年写的一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。官网地址:http://home.tiscali.cz/~cz210552/webbench.html
KeithXc/Windows-classic-samples
This repo contains samples that demonstrate the API used in Windows classic desktop applications.
KeithXc/live-ascii-camera
利用HTML5将摄像头视频转换为ascii字符,通过websocket实时传输给其它页面。服务端使用workerman
KeithXc/book
KeithXc/unix-v6
Unix-v6 源码注释