Ross ROSS = Recommend OSS · open-source software intelligence for agents

resource: documentation

5314 resources, primary matches first, then adoption-weighted; health v2 shown.

ResourceHealth v2StarsMaturity
fatihacet/turkcekaynaklar-com
A curated list of Turkish-language software development learning resources covering dozens of topics from Android to Rust. It aggregates ar…
322518maintenance
fython/BilibiliAPIDocs
A third-party documentation project for the Bilibili open API, covering endpoints that were once officially published (login, video info, c…
102516maintenance
wwj718/awesome-raspberry-pi-zh
A Chinese-language translation of the awesome-raspberry-pi curated list, collecting Raspberry Pi tools, projects, OS images, and community …
322515maintenance
sidristij/dotnetbook
An open-source book by Stanislav Sidristij describing the internals of the .NET CLR and .NET Framework runtime, including JIT and memory mo…
232515maintenance
davidgf/design-patterns-in-ruby
A collection of Ruby code examples and explanations covering 14 GoF design patterns plus Ruby-specific patterns, based on Russ Olsen's book…
322514maintenance
thunlp/NRLPapers
A curated list of must-read papers on network representation learning (NRL) and network embedding (NE), organized by model type and applica…
322513maintenance
danielkummer/git-flow-cheatsheet
A cheatsheet website documenting the git-flow extension and Vincent Driessen's branching model, covering init, feature, release, and hotfix…
322513maintenance
yang7229693/flutter-study
A collection of Chinese-language Flutter tutorial articles with accompanying demo projects, covering cross-platform concepts, plugin develo…
322512maintenance
FangWW/Document
A curated collection of programming learning materials covering Android, C/C++, Java, Python, databases, algorithms, operating systems, net…
322511maintenance
heyalexej/awesome-images
A curated awesome-list of free stock photo resources, including CC0 and public-domain image sites. It catalogs websites offering free photo…
732509maintenance
SFUMECJF/cmake-examples-Chinese
A Chinese-language tutorial that teaches CMake through progressively more complex examples, available as an online ebook. It is a Chinese a…
322507maintenance
marcelgsantos/learning-oop-in-php
A curated awesome-list of resources for learning object-oriented programming in PHP, including tutorials, videos, slides, courses, and book…
322504maintenance
microsoft/nodejs-guidelines
A Microsoft-maintained collection of tips, tricks, and resources for working with Node.js, especially on Microsoft platforms like Windows a…
102495maintenance
jozefg/learn-tt
A curated collection of links and resources for learning type theory and related fields, compiled by Daniel Gratzer. It includes textbooks,…
402493maintenance
phodal/growth-in-action
A free open-source ebook (in Chinese) by Phodal that walks readers through building a full-stack web application with Django, covering test…
232484maintenance
beupgo/fe-material
A curated collection of frontend development tutorials and documentation links, mostly in Chinese. It aggregates resources on tools (Git, W…
322464maintenance
Shopify/graphql-design-tutorial
A public version of Shopify's internal GraphQL API design tutorial, based on lessons from evolving production schemas over years. It provid…
342458maintenance
apachecn/ai-roadmap
ApacheCN's AI roadmap and knowledge tree, a curated set of learning paths and skill maps for artificial intelligence and machine learning. …
322457maintenance
github/renaming
GitHub's official guidance repository for renaming the default branch of Git repositories from `master` to `main`. It documents platform ch…
102457maintenance
wsdjeg/Learn-Vim_zh_cn
A Chinese translation of the 'Learn Vim (the Smart Way)' tutorial for learning the Vim editor. The translated articles are hosted on the au…
102457maintenance
liuchengxu/blockchain-tutorial
A step-by-step blockchain tutorial written in simplified Chinese, originally translated from Jeiwan/blockchain_go, covering building a Bitc…
382455maintenance
WillieWangWei/SwiftUI-Tutorials
A Chinese translation of Apple's official SwiftUI Tutorials with complete working code examples for iOS, watchOS, and macOS. It provides th…
322454maintenance
timmy3131/design-resource
A curated list of design tools and resources for designers, covering free images, icons, fonts, color palettes, platform design guidelines,…
322454maintenance
algorithm-archivists/algorithm-archive
The Arcane Algorithm Archive is a collaboratively written online book explaining important algorithms with implementations in many programm…
322449maintenance
cssmagic/CSS-Secrets
The official companion repository for the Simplified Chinese edition of the book 'CSS Secrets' by Lea Verou, translated by CSS魔法. It hosts …
322449maintenance
bingohuang/effective-go-zh-en
A bilingual (Chinese-English) edition of the official 'Effective Go' documentation, organized as a readable book on GitBook. It helps Go le…
322444maintenance
alex-xu-system/bytebytego
A companion repository for the ByteByteGo System Design Interview books, providing links to reference materials, the blog, and the digital …
322441maintenance
arthurspk/guiadobackend
A curated Portuguese-language guide (in the style of an awesome list) collecting roadmaps, courses, mind maps, and tools for becoming a bac…
322437maintenance
wesdoyle/design-patterns-explained-with-food
A collection of .NET 5.0 console applications demonstrating Gang of Four design patterns through food-business-themed examples with mock ex…
322436maintenance
LyWangPX/Reinforcement-Learning-2nd-Edition-by-Sutton-Exercise-Solutions
A community-maintained collection of exercise solutions for the second edition of 'Reinforcement Learning: An Introduction' by Sutton and B…
462432maintenance
aleenzz/Cobalt_Strike_wiki
A Chinese-language wiki-style knowledge base documenting Cobalt Strike, a commercial post-exploitation and command-and-control framework us…
322432maintenance
tzutalin/awesome-visual-slam
A curated awesome-list collecting open-source vision-based SLAM and Visual Odometry resources, including libraries (OpenCV, g2o, ceres-solv…
322430maintenance
PoshCode/PowerShellPracticeAndStyle
An unofficial community-maintained best practices and style guide for PowerShell, published as a GitBook and licensed under CC BY-SA 4.0. I…
322430maintenance
mohuishou/go-design-pattern
A Go implementation of the 23 classic design patterns, accompanied by a 24-part blog series based on the GeekTime 'Design Patterns' course …
382425maintenance
gianarb/awesome-angularjs
A curated awesome-list of AngularJS (Angular 1.x) services, directives, filters, utilities, seed projects, and learning resources. It serve…
102418maintenance
hax/heshijun_v_360
A public repository of legal documents, evidence, and personal commentary documenting Heshijun (hax)'s labor dispute lawsuit against Qihoo …
302413maintenance
datawhalechina/team-learning
A repository of Datawhale's team-based learning plans, listing cohort schedules, curricula, and links to open-source course materials on ma…
322408maintenance
hellokaton/30-seconds-of-java8
A curated collection of useful Java 8 code snippets that can each be read in 30 seconds or less, covering arrays, math, strings, and more. …
322400maintenance
zheng95z/fun-with-computer-graphics
A curated collection of computer graphics resources including courses, books, tutorials, articles, researcher homepages, and open-source re…
322399maintenance
manfreddiaz/awesome-autonomous-vehicles
A curated awesome-list of resources for self-driving cars and autonomous vehicles, covering courses, papers, datasets, open-source software…
322391maintenance
WalterInSH/risk-management-note
A Chinese-language collection of notes and essays on business risk control (风控) for internet companies, written by a practitioner with expe…
322387maintenance
GrindGold/CppGuide
A curated Chinese-language learning and interview preparation guide for C/C++ programmers, covering learning paths, books, videos, open-sou…
312384maintenance
franzejr/best-ruby
A community-curated collection of Ruby tricks, idiomatic Ruby patterns, refactoring techniques, and best practices written in Markdown. It …
232382maintenance
theanarkh/understand-nodejs
A collection of articles and resources analyzing Node.js internals through source code, written in Chinese. It covers the Node.js runtime, …
322371maintenance
Sairyss/backend-best-practices
A curated guide of best practices, tools, and guidelines for backend application development, with code examples in TypeScript and NodeJS. …
322371maintenance
HZFE/awesome-interview
An open-source Chinese-language book and website ('剑指前端 Offer') compiling high-frequency front-end interview questions with concise answer …
322362maintenance
futurice/backend-best-practices
An evolving, community-maintained guide from Futurice describing general best practices for backend development, covering persistence, envi…
322359maintenance
jukanntenn/django-blog-tutorial
A free Chinese-language tutorial project that teaches beginners how to build a complete blog website with Django 1.10 and Python 3.5, with …
322356maintenance
mpitutorial/mpitutorial
The source for mpitutorial.com, a comprehensive set of tutorials on the Message Passing Interface (MPI) with executable C code examples for…
762350maintenance
jmportilla/Complete-Python-Bootcamp
A repository of Jupyter Notebook lecture materials accompanying the Udemy 'Complete Python Bootcamp' course by Jose Portilla. It provides d…
322348maintenance
wizicer/FinancialSupportForOpenSource
A Chinese-language practical handbook cataloging ways to earn money from open source work, translated from nayafia's 'Lemonade Stand' guide…
322343maintenance
C++ Concurrency in Action 中文翻译
A Chinese translation of the book 'C++ Concurrency in Action, Second Edition' by Anthony Williams, hosted on GitHub and published via GitBo…
102343maintenance
mattvh/jekyllthemes
A curated directory website showcasing the best-looking themes for Jekyll blogs, built as a Jekyll site itself. Contributors submit themes …
322335maintenance
knrt10/kubernetes-basicLearning
A beginner-friendly tutorial repository that teaches Kubernetes step by step, starting with Docker basics and progressing through deploying…
622333maintenance
forezp/SpringBootLearning
A collection of example source code accompanying an unofficial Chinese Spring Boot tutorial series by Fang Zhipeng, covering configuration,…
322322maintenance
zhaoolee/StarsAndClown
A curated Chinese-language list ('StarsAndClown') of fun, quirky, and useful GitHub repositories, organized into a 'clown list' of amusing …
322320maintenance
llitfkitfk/go-best-practice
A Chinese translation of Dave Cheney's 'Practical Go' workshop document offering advice on writing maintainable Go code. It covers guiding …
322319maintenance
huangzworks/annotated_redis_source
A fully annotated copy of the Redis 2.6 source code in C, with detailed Chinese comments explaining nearly all standalone Redis modules. It…
322317maintenance
devspace/awesome-github-templates
A curated awesome-list of GitHub issue and pull request templates from real open-source projects, with links to official GitHub instruction…
322315maintenance
muwoo/blogs
A Chinese-language technical blog repository containing in-depth articles on frontend development, most notably a systematic series dissect…
322315maintenance
Netty 4.x User Guide (Chinese)
A Chinese translation of the official Netty 4.x User Guide, presented as an open-source book with illustrations and companion demo code. It…
322312maintenance
mylxsw/growing-up
A Chinese-language collection of technical articles, tutorials, and study guides for software developers, covering MySQL, MongoDB, Linux, L…
322310maintenance
bagder/http2-explained
A free, Creative Commons-licensed book by Daniel Stenberg that explains the HTTP/2 protocol (RFC 7540) at a technical level, covering its b…
322309maintenance
wizardforcel/sicp-py-zh
A Chinese translation of the UC Berkeley CS61A 'SICP Python' online textbook, published via GitBook with online, PDF, EPUB, and MOBI format…
322309maintenance
mavam/stat-cookbook
A succinct mathematical reference cookbook covering probability theory and statistics, written in LaTeX and compiled to a PDF. It distills …
232309maintenance
CppCon/CppCon2014
A repository of speaker materials from the CppCon 2014 conference, including presentation slides (PDF/PowerPoint) and source code archives.…
322305maintenance
jimuyouyou/node-interview-questions
A curated collection of Node.js interview questions with concise reference answers, focused on backend development and deep understanding o…
322303maintenance
Seazean/JavaNote
A collection of Java backend learning notes covering JavaSE, JVM, concurrency, MySQL, Redis, Spring ecosystem, middleware, and web fundamen…
322303maintenance
wzpan/cmake-demo
Source code for the Chinese tutorial 'CMake 入门实战' (CMake in Action), a hands-on guide to CMake with progressive example projects. It teache…
322302maintenance
0voice/cpp_backend_awsome_blog
A curated collection of roughly 1000 high-quality Chinese-language blog posts on C++ backend development, covering memory, networking, arch…
302301maintenance
apachecn/mit-18.06-linalg-notes
A Chinese-language collection of notes for MIT OpenCourseWare's 18.06 Linear Algebra course, originally by zlotus and maintained by ApacheC…
322299maintenance
acmalexandria/internships
A curated list of tech internships for Egyptian students, maintained as a community-driven repository. It includes application links, locat…
322297maintenance
extreme-assistant/ICCV2023-Paper-Code-Interpretation
A curated collection of ICCV conference papers (2017-2023) with links to code, project pages, paper interpretations, and livestream talks, …
322294maintenance
leucos/ansible-tuto
A step-by-step tutorial for learning Ansible configuration management, with a Vagrant environment for hands-on practice. It covers Ansible'…
322294maintenance
yuezih/King-of-Pigeon
A collection of practical templates and advice for computer science graduate school (baoyan) applications in China, including resume templa…
322289maintenance
thomasdavis/backbonetutorials
A collection of beginner-friendly tutorials and guides for Backbone.js, covering routers, models, views, and collections for building singl…
322286maintenance
PatrikH0lop/malware_showcase
An educational repository demonstrating how different types of malware (file infectors, trojans, worms, spyware, ransomware) work through s…
322286maintenance
Snowming04/The-Hacker-Playbook-3-Translation
A Chinese translation of The Hacker Playbook 3 (Red Team edition), a penetration testing book, published as a readable GitHub book with dow…
322285maintenance
MarcSkovMadsen/awesome-streamlit
A curated awesome-list of Streamlit resources plus a live gallery application showcasing Streamlit data apps. It also provides a best-pract…
322282maintenance
forthealllight/blog
A personal technical blog hosted on GitHub, written in Chinese, covering frontend and backend topics like JavaScript, TypeScript, React, CS…
322281maintenance
acm-clan/algorithm-stone
A curated algorithm learning roadmap for ACM/LeetCode competitive programming, presented as interactive SVG maps of ordered practice proble…
322276maintenance
romenrg/evergreen-skills-developers
A curated list of evergreen, framework-agnostic skills for software developers, covering best practices, cross-framework principles, and so…
232272maintenance
jainaman224/Algo_Ds_Notes
A community-maintained collection of notes, complexity analyses, and code implementations of algorithms and data structures in many program…
322271maintenance
justjavac/the-front-end-knowledge-you-may-not-know
A curated collection of short articles covering lesser-known front-end knowledge points such as passive event listeners, DOM attributes vs …
232269maintenance
therebelrobot/awesome-workshopper
A curated awesome-style list of terminal-based workshopper/adventure tutorials for learning programming concepts like Node.js, Git, and Jav…
322266maintenance
amandakelake/blog
A personal technical blog repository containing in-depth articles on JavaScript internals, browser architecture, networking, and web perfor…
322264maintenance
taoran92/EasyJob
A curated collection of interview questions, knowledge summaries, and experience notes for internet/software engineering job hunting, focus…
632263maintenance
Developer-Y/Scalable-Software-Architecture
A curated collection of tech talks, papers, and web links on distributed systems, scalability, and system design. It is a learning resource…
322263maintenance
anbang/javascript-notes
A comprehensive Chinese-language JavaScript study notes repository covering fundamentals from data types and functions to built-in classes …
322262maintenance
KittyGiraudel/SJSJ
Simplified JavaScript Jargon (SJSJ) is a community-driven glossary explaining JavaScript ecosystem buzzwords in short, simple definitions. …
322260maintenance
rustcc/writing-an-os-in-rust
A Simplified Chinese translation of the 'Writing an OS in Rust' tutorial series, covering building a minimal kernel, VGA text mode, interru…
322260maintenance
wangzhiye-tiancai/mysupervisor_save
A curated collection of resources and archived data related to anonymous graduate student evaluations of academic supervisors in China, inc…
322258maintenance
guaguaupup/cpp_interview
A curated collection of in-depth C++ backend development interview notes written in Markdown, covering C++ language features, STL internals…
322258maintenance
hoverwinter/HIT-OSLab
A repository of reference solutions for the eight lab assignments of Harbin Institute of Technology's Operating Systems course, built on th…
322257maintenance
cocktails-for-programmers/cocktails_for_programmers
A community-driven collection of cocktail recipes named after programming languages and programming concepts, created for the 'Day of the P…
322257maintenance
zualex/devmap
A curated roadmap (in Russian) outlining the skills and resources a web developer should learn, organized into general, back-end, and front…
232254maintenance
polaris1119/golangweekly
A weekly Chinese-language newsletter ('Go语言爱好者周刊') curating notable Go language articles, software, and resources, published every Sunday s…
232252maintenance
fullstackreact/30-days-of-react
A 30-day tutorial series and source code repository teaching React fundamentals, from JSX and components through state, testing, and deploy…
322251maintenance
t3chnoboy/awesome-awesome-awesome
A curated meta-list that indexes other curated 'awesome' lists on GitHub. It serves as a directory of directories for discovering open-sour…
322249maintenance
wubaiqing/zaobao
A daily tech news digest (每日时报) focused on the frontend ecosystem, curating articles, tools, news, and videos into a VuePress-built static …
322248maintenance

← prev page 37 / 54 next →