resource: developer-tools
6134 resources, primary matches first, then adoption-weighted; health v2 shown.
| Resource | Health v2 | Stars | Maturity |
|---|---|---|---|
| microsoftarchive/cqrs-journey A Microsoft patterns & practices reference implementation and guide demonstrating the CQRS (Command Query Responsibility Segregation) patte… | 10 | 1398 | abandoned |
| ScottLogic/iOS9-day-by-day A collection of sample Swift projects accompanying the iOS9 Day-by-Day blog series, demonstrating new iOS 9 SDK APIs and features. It serve… | 32 | 1396 | abandoned |
| justjavac/awesome-awesomeness-zh_CN A Chinese-language curated list of curated resource lists ('awesome of awesomes') covering programming languages, platforms, and developer … | 32 | 1394 | abandoned |
| tuchk4/awesome-create-react-app A curated awesome-list of articles, tutorials, videos, tools, templates, and FAQ entries about the Create React App ecosystem. It serves as… | 32 | 1392 | abandoned |
| telegramlist/telegramlist A curated, community-maintained index of Chinese-language Telegram groups and channels, organized by category with member counts and join l… | 32 | 1385 | abandoned |
| spotify/docker-kafka Docker images that run Apache Kafka together with Zookeeper in a single container, plus an optional proxy image for mirroring data from leg… | 10 | 1382 | abandoned |
| cloudframeworks-springcloud/user-guide-springcloud A CloudFrameworks user guide that teaches microservices architecture using Spring Cloud, built around the PiggyMetrics personal finance dem… | 23 | 1380 | abandoned |
| hao14293/2021-Postgraduate-408 A curated collection of study materials, notes, and C++ solutions for China's 408 postgraduate computer science entrance exam, covering dat… | 10 | 1379 | abandoned |
| liaohuqiu/android-UCToast A demo Android project replicating UC Browser's technique for displaying a system overlay (floating view) without requiring overlay permiss… | 32 | 1366 | abandoned |
| tongzx/nt5src A GitHub mirror of the leaked Windows XP (NT5) operating system source code, uploaded after the 2020 4chan leak. The uploader only extracte… | 32 | 1365 | abandoned |
| osscafe/gulp-cheatsheet A printable PDF cheatsheet for gulp.js, the Node.js streaming task runner, available in English, Japanese, and Chinese with JavaScript and … | 32 | 1364 | abandoned |
| karottc/linux-0.11 A copy of the Linux 0.11 kernel source code, the earliest available Linux kernel version, annotated with comments largely drawn from Zhao J… | 32 | 1362 | abandoned |
| wesbos/Learn-Redux-Starter-Files Starter files and stepped solutions for Wes Bos's free LearnRedux.com video course, where learners build a photo app called 'Reduxstagram' … | 32 | 1354 | abandoned |
| tech-cow/leetcode A curated collection of LeetCode problem solutions written in Python, organized by data structure and difficulty with time/space complexity… | 32 | 1351 | abandoned |
| tc39/proposal-iterator-helpers A TC39 ECMAScript language proposal specifying iterator helper methods (map, filter, take, drop, flatMap, reduce, etc.) on the Iterator pro… | 10 | 1348 | abandoned |
| sqlsec/clover A community-contributed collection of Clover EFI bootloader configuration files for installing macOS on non-Apple PC hardware (Hackintosh).… | 32 | 1346 | abandoned |
| vandadnp/iOS-8-Swift-Programming-Cookbook The official GitHub repository of example code for O'Reilly's 'iOS 8 Swift Programming Cookbook' by Vandad Nahavandipoor. It contains Swift… | 23 | 1335 | abandoned |
| samccone/The-cost-of-transpiling-es2015-in-2016 A 2016 benchmark study comparing the bundle size and runtime overhead of transpiling ES2015 JavaScript to ES5 with different tools such as … | 32 | 1325 | abandoned |
| Anonyfox/node-webkit-hipster-seed A seed/boilerplate project for bootstrapping cross-platform desktop applications using node-webkit (NW.js) with Brunch, Bower, and AngularJ… | 32 | 1317 | abandoned |
| jackaduma/awesome_LLMs_interview_notes A curated collection of interview questions and reference answers for LLM (large language model) algorithm engineer roles, covering NLP and… | 28 | 1317 | abandoned |
| ScottLogic/iOS7-day-by-day A collection of sample Objective-C projects accompanying the iOS7 Day-by-Day blog series, demonstrating new iOS7 developer features. It ser… | 32 | 1316 | abandoned |
| DeveloperLx/macOS_Development_Tutorials_translation A Chinese-language translation of raywenderlich.com's macOS development tutorials, covering Swift, Xcode, Cocoa bindings, and macOS control… | 32 | 1309 | abandoned |
| GameTechDev/IntroductionToVulkan Source code examples accompanying Intel's 'API without Secrets: Introduction to Vulkan' tutorial series by Pawel Lapinski. It provides step… | 10 | 1302 | abandoned |
| Blizzard-liu/AndroidUtils A curated Chinese-language collection of commonly used Android utility classes, libraries, and resources for mobile developers. It catalogs… | 32 | 1296 | abandoned |
| DiyCodes/code_news A curated daily digest of Chinese-language technical articles, primarily focused on Android development, collected and commented on by the … | 32 | 1269 | abandoned |
| jeffposnick/create-react-pwa A fork of create-react-app that adds Progressive Web App support, including service worker generation via sw-precache for offline functiona… | 23 | 1265 | abandoned |
| Webschool-io/be-mean Be MEAN is an open course teaching the MEAN stack (MongoDB, Express, AngularJS, and Node.js) along with related JavaScript technologies, de… | 32 | 1261 | abandoned |
| simc/awesome-flutter-packages A curated list of awesome Flutter packages covering widgets, animations, networking, persistence, and more. It serves as a discovery resour… | 10 | 1258 | abandoned |
| Randommood/Strangeloop2015 A companion repository for the StrangeLoop 2015 talk 'Architectural patterns of resilient distributed systems', containing the talk outline… | 32 | 1257 | abandoned |
| tough1985/RxjavaRetrofitDemo A Java demo project showing how to combine Retrofit with RxJava for HTTP requests on Android. It demonstrates request encapsulation, unifie… | 32 | 1257 | abandoned |
| survivingwithandroid/Surviving-with-android A repository of source code accompanying the tutorials published on the Surviving with Android blog, covering Android development, IoT proj… | 32 | 1255 | abandoned |
| MaterializeYourApp A deprecated Android sample app demonstrating how to use the AppCompat 21 library to apply the Material Theme on pre-Lollipop (pre-21) devi… | 10 | 1254 | abandoned |
| icarusion/vue-book Source code and errata repository for the Chinese book 'Vue.js实战' (Vue.js in Action). It contains example code accompanying the book's chap… | 32 | 1251 | abandoned |
| coryhouse/pluralsight-redux-starter A completed development environment / starter kit accompanying Cory House's Pluralsight course 'Building Applications with React and Redux … | 10 | 1251 | abandoned |
| yipianfengye/androidSource A curated collection of Chinese-language articles analyzing the Android framework layer source code, covering topics like the async message… | 32 | 1248 | abandoned |
| alexcrichton/rust-ffi-examples A collection of example projects demonstrating how to interface Rust with other languages via FFI (foreign function interfaces). It covers … | 10 | 1248 | abandoned |
| googlearchive/android-RuntimePermissions An archived Android sample project from Google demonstrating how to request and handle runtime permissions on Android. It is read-only and … | 10 | 1248 | abandoned |
| mpenkov/ffmpeg-tutorial A set of C tutorial programs, updated from Stephen Dranger's classic FFmpeg tutorial, demonstrating how to build a video player using the F… | 10 | 1244 | abandoned |
| stanfordjournalism/search-script-scrape A collection of 101 real-world web scraping and data-collection exercises in Python 3, created for Stanford's Computational Journalism clas… | 32 | 1234 | abandoned |
| sheldonxxd/obsidian_vault_template_for_researcher A pre-configured Obsidian vault template designed for researchers, with workflows for journaling, literature reading, and research project … | 23 | 1233 | abandoned |
| ExtropyIO/defi-bot A tutorial repository by ExtropyIO teaching how to build a DeFi arbitrage bot that exploits price differences between decentralized exchang… | 32 | 1231 | abandoned |
| rochacbruno/python-project-template A GitHub template repository for bootstrapping low-dependency Python projects with packaging, Makefile, CI, docs, and container support. It… | 10 | 1219 | abandoned |
| Flutter UI Tutorial A Flutter demo application and companion tutorial series (flutter-article) that showcases Flutter widgets across categories like basic widg… | 23 | 1210 | abandoned |
| agelastic/eudyptula A collection of solutions to the Eudyptula Challenge, a series of Linux kernel programming tasks. It includes kernel modules, Makefiles, an… | 10 | 1210 | abandoned |
| lucyoa/kernel-exploits A curated collection of Linux kernel privilege escalation exploits written in C, organized by exploit name with lists of vulnerable kernel … | 32 | 1208 | abandoned |
| smartyuge/TVSample An Android TV sample project in Java demonstrating a Metro-style UI imitating the Taijie video TV app and a playlist grid page imitating Te… | 32 | 1208 | abandoned |
| johnlui/AutoLayout A companion code repository for the Chinese 'Auto Layout 使用心得' (Auto Layout Tips) blog article series and a 2015 offline talk, containing s… | 32 | 1206 | abandoned |
| boennemann/badges A curated collection of README badges for JavaScript open-source projects, covering CI/CD, package info, licenses, and more. It serves as a… | 32 | 1205 | abandoned |
| barretlee/performance-column A Chinese-language performance learning column by barretlee that collects structured knowledge points about web, H5, and native performance… | 32 | 1202 | abandoned |
| ShaunSheep/Android_100_TOP-Projects A curated ranked list of the top 100 Android open-source frameworks and projects on GitHub, organized into single-function frameworks, hybr… | 32 | 1200 | abandoned |
| frogermcs/GithubClient An example Android GitHub API client demonstrating dependency injection with the Dagger 2 framework. It accompanies a blog series and confe… | 32 | 1199 | abandoned |
| googlearchive/android-Camera2Video An archived Android sample app demonstrating how to record video using the Camera2 API, written in Java. The repository has been migrated t… | 10 | 1199 | abandoned |
| GPTomics/bioSkills A collection of SKILLS.md files that give AI coding agents (Claude Code, Codex, Gemini, etc.) expert knowledge for bioinformatics workflows… | 10 | 1199 | abandoned |
| Windows 10 IoT Core A collection of Windows 10 IoT Core sample code from Microsoft, written primarily in C/C++. The repository has been moved to Microsoft/Wind… | 10 | 1197 | abandoned |
| electron/electron-quick-start-typescript A minimal Electron application starter template written in TypeScript, ported from the official Electron Quick Start guide. It is now depre… | 10 | 1196 | abandoned |
| sequenceiq/hadoop-docker A Docker image (Dockerfile) packaging Apache Hadoop 2.7.1 for easy containerized deployment and testing. The project is explicitly marked a… | 10 | 1196 | abandoned |
| eliben/llvm-clang-samples A collection of C++ sample programs demonstrating how to use LLVM and Clang as libraries, with branches tracking specific LLVM versions. Th… | 10 | 1182 | abandoned |
| kpwn/iOSRE A community-driven collection of tools, resources, and knowledge for iOS reverse engineering and exploitation. It aggregates user-contribut… | 32 | 1180 | abandoned |
| googlearchive/chromium-webview-samples A collection of Java sample apps demonstrating how to use the Chromium-based Android WebView, covering WebRTC, text autosizing, touch event… | 10 | 1176 | abandoned |
| webpack-seed A webpack-based scaffold (boilerplate) for building multi-page web applications, featuring layout and component reuse, backend-rendering te… | 10 | 1170 | abandoned |
| suzeyu1992/repo A personal knowledge base repository curating links and notes on Android development, Java, data structures, design patterns, MySQL, and de… | 32 | 1162 | abandoned |
| libmx3/mx3 A sample C++ project demonstrating cross-platform mobile development techniques across Android, iOS, and Windows Phone using tools like Dji… | 32 | 1159 | abandoned |
| compose-museum/jetpack-compose-book An open-source Chinese-language tutorial book on Jetpack Compose, built as a Docusaurus documentation site (jetpackcompose.cn) that supplem… | 10 | 1159 | abandoned |
| sky-big/RabbitMQ A fully Chinese-annotated copy of the RabbitMQ 3.5.3 source code (Erlang) plus helper scripts and diagrams, created to help readers study t… | 32 | 1156 | abandoned |
| wangshunping/read_requests A Chinese-language tutorial series that dissects the source code of the Python requests library version by version, from v0.2.0 to v0.8.0, … | 32 | 1155 | abandoned |
| googlearchive/androidtv-Leanback An archived Google sample repository demonstrating the Android TV Leanback Support Library through a video-browsing app. It has been migrat… | 10 | 1152 | abandoned |
| Data Science Toolkit A curated collection of the best open datasets and open-source tools for data science, associated with the Data Science Toolkit project. It… | 32 | 1151 | abandoned |
| Shopify/storefront-api-examples A collection of self-contained example storefront applications demonstrating Shopify's Storefront API, built with frameworks like React and… | 10 | 1149 | abandoned |
| jendewalt/jennifer_dewalt A collection of 180 small websites built by Jennifer Dewalt in 180 days as a learn-to-code project, with all source code published on GitHu… | 32 | 1147 | abandoned |
| TheAlgorithms/TheAlgorithms.github.io The deprecated GitHub Pages website for TheAlgorithms, an open-source community maintaining algorithm implementations in many programming l… | 10 | 1147 | abandoned |
| ShingoFukuyama/WKWebViewTips A curated collection of tips, gotchas, and code workarounds for Apple's WKWebView API introduced in iOS 8. It documents common pitfalls lik… | 32 | 1140 | abandoned |
| rlerdorf/php7dev A Debian 8 Vagrant box image preconfigured for testing PHP apps and developing extensions across multiple PHP versions, with documentation … | 32 | 1137 | abandoned |
| kostiakoval/WatchKit-Apps A collection of tutorial sample apps demonstrating Apple WatchKit development in Swift, covering UI layouts, tables, pages navigation, data… | 23 | 1136 | abandoned |
| Mr-YangCheng/ForAndroidInterview A curated collection of Android interview questions and study notes covering Android components, Java, data structures, TCP/IP, and operati… | 32 | 1128 | abandoned |
| hpique/SwiftSingleton An educational repository exploring different implementations of the Singleton pattern in Swift, comparing class constant, nested struct, a… | 32 | 1127 | abandoned |
| williamFalcon/DeepRLHacks A set of written notes summarizing John Schulman's 'Nuts and Bolts of Deep RL Research' lecture from the 2017 Deep RL Bootcamp at UC Berkel… | 32 | 1123 | abandoned |
| ashfurrow/xcode-hardware-performance A collection of benchmark results measuring Xcode build times (fresh and incremental) across various Mac models, including Apple M1 and Int… | 10 | 1121 | abandoned |
| sgaurav/understanding-es6 A collection of simple JavaScript example files demonstrating ES6 (ECMAScript 2015) features such as arrow functions, classes, generators, … | 32 | 1119 | abandoned |
| MVVMHabit A component-based Android development template built on the MVVMHabit framework and Alibaba's ARouter, demonstrating an MVVM + modularizati… | 32 | 1118 | abandoned |
| philipwalton/analyticsjs-boilerplate A boilerplate and set of examples demonstrating best practices for implementing Google's analytics.js on modern websites. It includes base,… | 32 | 1118 | abandoned |
| D-clock/AndroidSystemUiTraining A training repository with sample code and Chinese-language notes covering Android System UI features such as translucent system bars, Tool… | 32 | 1113 | abandoned |
| fishttp/awesome-bluesky A curated awesome-list cataloging end-user tools, clients, feeds, and analytics services for the Bluesky social platform built on the AT Pr… | 47 | 1110 | abandoned |
| nhn/fe.javascript A deprecated repository from NHN's FE Development Lab containing frontend development guides, common modules, and UI components produced fo… | 32 | 1110 | abandoned |
| wingjay/android-open-source-project-cracking A curated collection of Chinese-language articles analyzing popular Android open-source applications and libraries such as OkHttp, Retrofit… | 32 | 1105 | abandoned |
| kelseyhightower/intro-to-kubernetes-workshop A hands-on workshop by Kelsey Hightower for learning Kubernetes fundamentals through guided labs. It covers provisioning a CoreOS cluster o… | 32 | 1105 | abandoned |
| googlearchive/android-ui-toolkit-demos An archived Google demo repository showcasing Android UI toolkit components such as RecyclerView, ConstraintLayout, DataBinding, ViewPager2… | 10 | 1101 | abandoned |
| pubyun/macdev A bilingual (Chinese/English) guide documenting how to set up a Mac as a developer workstation, covering OS X installation, backup, basic c… | 32 | 1098 | abandoned |
| qualisero/awesome-pi-agent A curated awesome list of add-ons, hooks, tools, skills, and resources for the pi coding agent (pi-mono). The maintainer has retired the li… | 10 | 1098 | abandoned |
| petrnohejl/android-templates-and-utilities A deprecated collection of Android source code templates, utilities, and snippets written in Java, serving as a cookbook for building Andro… | 32 | 1096 | abandoned |
| luhenchang/flutter_study A free Chinese-language Flutter tutorial project claiming to teach Flutter in three days, covering Dart basics, Flutter fundamentals, and a… | 32 | 1095 | abandoned |
| THEONE10211024/RxJavaSamples A curated collection of classic, easy-to-understand RxJava usage examples aimed at Android developers, accompanied by links to related libr… | 32 | 1091 | abandoned |
| AppleDesignResources/SanFranciscoFont A mirror of Apple's San Francisco typeface, the system font used in watchOS, iOS 9, and OS X El Capitan. It provides the font files for des… | 32 | 1088 | abandoned |
| ZeweiChu/PyTorch-Course A Jupyter Notebook-based PyTorch tutorial course originally written for PyTorch 0.4.0, created by Zewei Chu for JULYEDU. The material is no… | 32 | 1082 | abandoned |
| hawx1993/github-FE-project A curated Chinese-language collection of noteworthy GitHub front-end projects, covering resources, UI/CSS frameworks, testing tools, build … | 32 | 1075 | abandoned |
| mattbrictson/rails-template A Rails 7 application template by Matt Brictson that scaffolds new projects with opinionated best practices, Vite integration, PostgreSQL, … | 10 | 1071 | abandoned |
| daniel-hutao/k8s-source-code-analysis An open-source Chinese-language book analyzing the source code of Kubernetes v1.13 core components such as scheduler, controller-manager, a… | 32 | 1059 | abandoned |
| christine-hu/summer-2019-internships A community-maintained document tracking software engineering internship openings for undergraduate students, primarily for Summer 2019. It… | 32 | 1059 | abandoned |
| ncuillery/rn-diff A repository exposing diffs between React Native versions, generated by initializing and upgrading a template app per release, to make upgr… | 32 | 1057 | abandoned |
| laizimo/zimo-article A Chinese-language technical blog hosted as GitHub issues, covering frontend topics like CSS layout, JavaScript, React/Redux, Node.js, perf… | 32 | 1055 | abandoned |
| mpvue/awesome-mpvue A curated awesome-list of tools, frameworks, UI components, templates, and example projects for mpvue, a Vue.js-based framework for buildin… | 32 | 1053 | abandoned |