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

resource: developer-tools

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

ResourceHealth v2StarsMaturity
microsoftarchive/cqrs-journey
A Microsoft patterns & practices reference implementation and guide demonstrating the CQRS (Command Query Responsibility Segregation) patte…
101398abandoned
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…
321396abandoned
justjavac/awesome-awesomeness-zh_CN
A Chinese-language curated list of curated resource lists ('awesome of awesomes') covering programming languages, platforms, and developer …
321394abandoned
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…
321392abandoned
telegramlist/telegramlist
A curated, community-maintained index of Chinese-language Telegram groups and channels, organized by category with member counts and join l…
321385abandoned
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…
101382abandoned
cloudframeworks-springcloud/user-guide-springcloud
A CloudFrameworks user guide that teaches microservices architecture using Spring Cloud, built around the PiggyMetrics personal finance dem…
231380abandoned
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…
101379abandoned
liaohuqiu/android-UCToast
A demo Android project replicating UC Browser's technique for displaying a system overlay (floating view) without requiring overlay permiss…
321366abandoned
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…
321365abandoned
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 …
321364abandoned
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…
321362abandoned
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' …
321354abandoned
tech-cow/leetcode
A curated collection of LeetCode problem solutions written in Python, organized by data structure and difficulty with time/space complexity…
321351abandoned
tc39/proposal-iterator-helpers
A TC39 ECMAScript language proposal specifying iterator helper methods (map, filter, take, drop, flatMap, reduce, etc.) on the Iterator pro…
101348abandoned
sqlsec/clover
A community-contributed collection of Clover EFI bootloader configuration files for installing macOS on non-Apple PC hardware (Hackintosh).…
321346abandoned
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…
231335abandoned
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 …
321325abandoned
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…
321317abandoned
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…
281317abandoned
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…
321316abandoned
DeveloperLx/macOS_Development_Tutorials_translation
A Chinese-language translation of raywenderlich.com's macOS development tutorials, covering Swift, Xcode, Cocoa bindings, and macOS control…
321309abandoned
GameTechDev/IntroductionToVulkan
Source code examples accompanying Intel's 'API without Secrets: Introduction to Vulkan' tutorial series by Pawel Lapinski. It provides step…
101302abandoned
Blizzard-liu/AndroidUtils
A curated Chinese-language collection of commonly used Android utility classes, libraries, and resources for mobile developers. It catalogs…
321296abandoned
DiyCodes/code_news
A curated daily digest of Chinese-language technical articles, primarily focused on Android development, collected and commented on by the …
321269abandoned
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…
231265abandoned
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…
321261abandoned
simc/awesome-flutter-packages
A curated list of awesome Flutter packages covering widgets, animations, networking, persistence, and more. It serves as a discovery resour…
101258abandoned
Randommood/Strangeloop2015
A companion repository for the StrangeLoop 2015 talk 'Architectural patterns of resilient distributed systems', containing the talk outline…
321257abandoned
tough1985/RxjavaRetrofitDemo
A Java demo project showing how to combine Retrofit with RxJava for HTTP requests on Android. It demonstrates request encapsulation, unifie…
321257abandoned
survivingwithandroid/Surviving-with-android
A repository of source code accompanying the tutorials published on the Surviving with Android blog, covering Android development, IoT proj…
321255abandoned
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…
101254abandoned
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…
321251abandoned
coryhouse/pluralsight-redux-starter
A completed development environment / starter kit accompanying Cory House's Pluralsight course 'Building Applications with React and Redux …
101251abandoned
yipianfengye/androidSource
A curated collection of Chinese-language articles analyzing the Android framework layer source code, covering topics like the async message…
321248abandoned
alexcrichton/rust-ffi-examples
A collection of example projects demonstrating how to interface Rust with other languages via FFI (foreign function interfaces). It covers …
101248abandoned
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 …
101248abandoned
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…
101244abandoned
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…
321234abandoned
sheldonxxd/obsidian_vault_template_for_researcher
A pre-configured Obsidian vault template designed for researchers, with workflows for journaling, literature reading, and research project …
231233abandoned
ExtropyIO/defi-bot
A tutorial repository by ExtropyIO teaching how to build a DeFi arbitrage bot that exploits price differences between decentralized exchang…
321231abandoned
rochacbruno/python-project-template
A GitHub template repository for bootstrapping low-dependency Python projects with packaging, Makefile, CI, docs, and container support. It…
101219abandoned
Flutter UI Tutorial
A Flutter demo application and companion tutorial series (flutter-article) that showcases Flutter widgets across categories like basic widg…
231210abandoned
agelastic/eudyptula
A collection of solutions to the Eudyptula Challenge, a series of Linux kernel programming tasks. It includes kernel modules, Makefiles, an…
101210abandoned
lucyoa/kernel-exploits
A curated collection of Linux kernel privilege escalation exploits written in C, organized by exploit name with lists of vulnerable kernel …
321208abandoned
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…
321208abandoned
johnlui/AutoLayout
A companion code repository for the Chinese 'Auto Layout 使用心得' (Auto Layout Tips) blog article series and a 2015 offline talk, containing s…
321206abandoned
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…
321205abandoned
barretlee/performance-column
A Chinese-language performance learning column by barretlee that collects structured knowledge points about web, H5, and native performance…
321202abandoned
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…
321200abandoned
frogermcs/GithubClient
An example Android GitHub API client demonstrating dependency injection with the Dagger 2 framework. It accompanies a blog series and confe…
321199abandoned
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…
101199abandoned
GPTomics/bioSkills
A collection of SKILLS.md files that give AI coding agents (Claude Code, Codex, Gemini, etc.) expert knowledge for bioinformatics workflows…
101199abandoned
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…
101197abandoned
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…
101196abandoned
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…
101196abandoned
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…
101182abandoned
kpwn/iOSRE
A community-driven collection of tools, resources, and knowledge for iOS reverse engineering and exploitation. It aggregates user-contribut…
321180abandoned
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…
101176abandoned
webpack-seed
A webpack-based scaffold (boilerplate) for building multi-page web applications, featuring layout and component reuse, backend-rendering te…
101170abandoned
suzeyu1992/repo
A personal knowledge base repository curating links and notes on Android development, Java, data structures, design patterns, MySQL, and de…
321162abandoned
libmx3/mx3
A sample C++ project demonstrating cross-platform mobile development techniques across Android, iOS, and Windows Phone using tools like Dji…
321159abandoned
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…
101159abandoned
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…
321156abandoned
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, …
321155abandoned
googlearchive/androidtv-Leanback
An archived Google sample repository demonstrating the Android TV Leanback Support Library through a video-browsing app. It has been migrat…
101152abandoned
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…
321151abandoned
Shopify/storefront-api-examples
A collection of self-contained example storefront applications demonstrating Shopify's Storefront API, built with frameworks like React and…
101149abandoned
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…
321147abandoned
TheAlgorithms/TheAlgorithms.github.io
The deprecated GitHub Pages website for TheAlgorithms, an open-source community maintaining algorithm implementations in many programming l…
101147abandoned
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…
321140abandoned
rlerdorf/php7dev
A Debian 8 Vagrant box image preconfigured for testing PHP apps and developing extensions across multiple PHP versions, with documentation …
321137abandoned
kostiakoval/WatchKit-Apps
A collection of tutorial sample apps demonstrating Apple WatchKit development in Swift, covering UI layouts, tables, pages navigation, data…
231136abandoned
Mr-YangCheng/ForAndroidInterview
A curated collection of Android interview questions and study notes covering Android components, Java, data structures, TCP/IP, and operati…
321128abandoned
hpique/SwiftSingleton
An educational repository exploring different implementations of the Singleton pattern in Swift, comparing class constant, nested struct, a…
321127abandoned
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…
321123abandoned
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…
101121abandoned
sgaurav/understanding-es6
A collection of simple JavaScript example files demonstrating ES6 (ECMAScript 2015) features such as arrow functions, classes, generators, …
321119abandoned
MVVMHabit
A component-based Android development template built on the MVVMHabit framework and Alibaba's ARouter, demonstrating an MVVM + modularizati…
321118abandoned
philipwalton/analyticsjs-boilerplate
A boilerplate and set of examples demonstrating best practices for implementing Google's analytics.js on modern websites. It includes base,…
321118abandoned
D-clock/AndroidSystemUiTraining
A training repository with sample code and Chinese-language notes covering Android System UI features such as translucent system bars, Tool…
321113abandoned
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…
471110abandoned
nhn/fe.javascript
A deprecated repository from NHN's FE Development Lab containing frontend development guides, common modules, and UI components produced fo…
321110abandoned
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…
321105abandoned
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…
321105abandoned
googlearchive/android-ui-toolkit-demos
An archived Google demo repository showcasing Android UI toolkit components such as RecyclerView, ConstraintLayout, DataBinding, ViewPager2…
101101abandoned
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…
321098abandoned
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…
101098abandoned
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…
321096abandoned
luhenchang/flutter_study
A free Chinese-language Flutter tutorial project claiming to teach Flutter in three days, covering Dart basics, Flutter fundamentals, and a…
321095abandoned
THEONE10211024/RxJavaSamples
A curated collection of classic, easy-to-understand RxJava usage examples aimed at Android developers, accompanied by links to related libr…
321091abandoned
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…
321088abandoned
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…
321082abandoned
hawx1993/github-FE-project
A curated Chinese-language collection of noteworthy GitHub front-end projects, covering resources, UI/CSS frameworks, testing tools, build …
321075abandoned
mattbrictson/rails-template
A Rails 7 application template by Matt Brictson that scaffolds new projects with opinionated best practices, Vite integration, PostgreSQL, …
101071abandoned
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…
321059abandoned
christine-hu/summer-2019-internships
A community-maintained document tracking software engineering internship openings for undergraduate students, primarily for Summer 2019. It…
321059abandoned
ncuillery/rn-diff
A repository exposing diffs between React Native versions, generated by initializing and upgrading a template app per release, to make upgr…
321057abandoned
laizimo/zimo-article
A Chinese-language technical blog hosted as GitHub issues, covering frontend topics like CSS layout, JavaScript, React/Redux, Node.js, perf…
321055abandoned
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…
321053abandoned

← prev page 55 / 62 next →