723 skills found · Page 1 of 25
rust-lang / Rustlings:crab: Small exercises to get you used to reading and writing Rust code!
QianMo / Game Programmer Study Notes:anchor: 我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.
universal-ctags / CtagsA maintained ctags implementation
grab / Cursor Talk To Figma MCPTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
y123456yz / Reading Code Of Nginx 1.9.2nginx-1.9.2源码通读分析注释,带详尽函数中文分析注释以及相关函数流程调用注释,最全面的nginx源码阅读分析中文注释,更新完毕
cozmo / JsQRA pure javascript QR code reading library. This library takes in raw images and will locate, extract and parse any QR code found within.
Jianru-Lin / Lambda ViewA New Tool for Reading JavaScript Code since 2017
Warrenren / Inside Rust Std Library本书已经正式出版,目前正预售,可在京东搜索《深入RUST标准库》即可。本书主要对RUST的标准库代码进行分析,并试图给出RUST标准库代码的分析脉络。This project try to give a venation of how reading the RUST standard library source code.
mchehab / ZbarZBar is an open source software suite for reading bar codes from various sources, including webcams. As its development stopped in 2012, I took the task of keeping it updated with the V4L2 API. This is the main repository for it. There's a clone at at LinuxTV.org, and another one at gitlab.
unslop-xyz / NoodlesYour codebase was probably AI-generated. Get a better handle on it. Noodles creates interactive diagrams that visualize how your code actually works, so you can understand what the AI built without reading every line.
JodusNodus / React Qr ReaderReact component for reading QR codes from webcam.
yuanhao-cui / Must Reading On ISACMust Reading Papers, Research Library, Open-Source Code on Integrated Sensing and Communications (aka. Joint Radar and Communications, Joint Sensing and Communications, Dual-Functional Radar Communications)
google / NucleusPython and C++ code for reading and writing genomics data.
numbbbbb / Read Vue Source CodeRecord what I learn after reading Vue source code
wx-chevalier / Awesome Lists And CheatSheets:books: Guide to Galaxy, curated, worthy and up-to-date links/reading List, CheatSheets, MindMaps for ITCS-Coding/Algorithm/SoftwareArchitecture/AI. :dizzy: ITCS-编程/算法/软件架构/人工智能等领域的文章/书籍/资料/项目链接精选,岁月沉淀的美好
tninja / Aider.elAI assisted programming in Emacs with Aider
mintware-de / Flutter Barcode ReaderA flutter plugin for reading 2D barcodes and QR codes.
numbbbbb / Read React Source CodeRecord what I learn after reading React source code
xuzhongxing / Fuchsia NotesSome random notes taken when reading through the Fuchsia source code
SmartKeyerror / Reading Source Code Of Leveldb 1.23leveldb 源码阅读,分析 DB 运作流程与 WAL、SSTable 等文件格式与 Compaction 过程。