lightjia's Stars
sindresorhus/awesome
😎 Awesome lists about all kinds of interesting topics
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
practical-tutorials/project-based-learning
Curated list of project-based tutorials
justjavac/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
DopplerHQ/awesome-interview-questions
:octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board:
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
jaywcjlove/handbook
放置我的笔记、搜集、摘录、实践,保持好奇心。看文需谨慎,后果很严重。
jaywcjlove/sgo
A dev server for rapid prototyping. Setting a directory to a static server.It provides a 404 neat interface for listing the directory's contents and switching into sub folders.
shijiebei2009/Algorithms
:book: Commonly used computer-based algorithms - 计算机常用基础算法 - Star me if you like it!
gongzhang/procbridge
A super-lightweight IPC (Inter-Process Communication) protocol over TCP socket.
robinrodricks/SharpBrowser
A full featured web-browser built using C# and CefSharp
lightjia/H264BSAnalyzer
H264(AVC) and H265(HEVC) bit stream Analyzer, VS2010 MFC project(Windows 7 x64).
lightjia/linux-command
Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
lightjia/yuv2rgb
Convert yuv to rgb(yuv422p, yuv420p, etc), or vice versa.VS 2003 project(but written in pure C). see https://github.com/latelee/YUVPlayer.git
lightjia/YUVPlayer
A little simple YUV player.windows VS2010 MFC project (Windows 7 64bit),support manyYUV format file.