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
north/north
North is a set of design and development standards and best practices for modern web projects, covering the full lifecycle from project kic…
234794abandoned
miguelmota/golang-for-nodejs-developers
A curated collection of side-by-side code examples comparing Go and Node.js/JavaScript syntax and idioms, covering basics like variables, c…
104766abandoned
microsoft/vscode-dev-containers
A collection of Dev Container definition templates and images for setting up containerized development environments with VS Code and GitHub…
104742abandoned
remy/html5demos
A collection of open-source HTML5 demos and examples demonstrating browser APIs like canvas, video, websockets, drag-and-drop, and storage,…
104727abandoned
flink-china/flink-training-course
An official Apache Flink Community China video training course covering basics, advanced topics, operations, and real-time data warehouses,…
324624abandoned
android/user-interface-samples
A collection of Android sample projects from Google demonstrating best practices for building Android user interfaces, written in Kotlin. T…
104613abandoned
mgechev/angular-seed
A deprecated, extensible starter project (boilerplate) for building Angular 2+ applications with a statically typed Gulp build system and A…
414520abandoned
ChenYilong/iOS9AdaptationTips
A Chinese-language tutorial series with demo code explaining how to adapt iOS apps to iOS 9 changes, most notably App Transport Security (A…
324442abandoned
windiest/Front-end-tutorial
A curated collection of front-end development learning resources, tutorials, and reference links, primarily in Chinese, covering JavaScript…
324425abandoned
janishar/android-mvp-architecture
A detailed sample Android app demonstrating MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking, and PlaceholderView. …
324419abandoned
microsoft/TypeScript-Vue-Starter
A deprecated starter template and tutorial from Microsoft showing how to set up TypeScript with Vue.js using Webpack. It is now archived in…
104418abandoned
iosre/iOSAppReverseEngineering
An open-source book (MIT licensed) teaching detailed iOS app reverse engineering skills, covering concepts, tools like class-dump, Theos, C…
324417abandoned
AMD (Asynchronous Module Definition)
The canonical specification documents for the Asynchronous Module Definition (AMD) API, including require(), loader plugins, and common loa…
324295abandoned
lpg-it/BaiduYunVIP
A curated list repository that shares Baidu Netdisk (Baidu Cloud) SVIP account credentials and links to third-party unlimited-speed downloa…
324214abandoned
DopplerHQ/awesome-bots
A curated awesome-list of resources for building bots and chatbots, covering voice bots, messaging platforms (Slack, Telegram, Facebook Mes…
104177abandoned
microsoft/Quantum
A collection of self-contained samples demonstrating the Microsoft Quantum Development Kit (QDK) and the Q# programming language, covering …
104048abandoned
vczero/react-native-lesson
A Chinese-language tutorial series (React Native入门指南) teaching React Native fundamentals through nine lessons covering layout, CSS, UI comp…
324046abandoned
ioscreator/ioscreator
Source code repository for the iOS and SwiftUI tutorials published on ioscreator.com, organized by iOS version. Each directory contains a c…
324000abandoned
addyosmani/es6-tools
A curated awesome-list aggregating tooling for writing ECMAScript 6 (ES2015) JavaScript today, covering transpilers like Babel and Traceur,…
323972abandoned
rengwuxian/RxJavaSamples
A sample Android application demonstrating common usage patterns of RxJava 2 combined with Retrofit for network requests. It includes runna…
233907abandoned
bebraw/jswiki
A community-maintained wiki cataloging JavaScript, HTML5, and WebGL technologies, libraries, and tools. The repository builds the wiki cont…
323867abandoned
inputsh/awesome-c
A curated GitHub list of free-software libraries, tools, frameworks, and learning materials for the C programming language, continuing the …
103861abandoned
Roboto
The source repository for Roboto, Google's signature font family used as the default on Android and Chrome OS and recommended for Material …
103828abandoned
h5bp/mobile-boilerplate
A deprecated front-end starter template from the HTML5 Boilerplate project for building fast, robust mobile web applications. It bundles mo…
103819abandoned
rbmonster/learning-note
A Chinese-language collection of Java interview and study notes covering Java fundamentals, concurrency, Spring, middleware like Redis and …
683813abandoned
reed-hong/awesome-libra
A curated awesome-list of resources for Facebook's Libra blockchain, including official docs, wallets, block explorers, SDKs, and learning …
323809abandoned
rcore-os/rCore
rCore is a teaching operating system written in Rust, a Rust port of THU's uCore OS Plus, with a Linux-compatible syscall interface. It sup…
233690abandoned
Gradle Build Tool
A collection of sample projects demonstrating Gradle's Kotlin DSL for writing build scripts in Kotlin. The repository is now obsolete, with…
103678abandoned
GoogleChrome/web.dev
The source code and content for web.dev, Google Chrome team's educational site teaching developers to build fast, accessible, cross-browser…
103615abandoned
jdorfman/awesome-json-datasets
A curated awesome-list of publicly accessible JSON datasets and API endpoints that require no authentication, spanning topics like Bitcoin,…
103614abandoned
upend/IF_MS_BUYS_GITHUB_IMMA_OUT
The GitHub Evacuation Project is a community movement and evacuation guide for developers looking to migrate off GitHub following Microsoft…
323597abandoned
phhusson/treble_experimentations
A collection of notes, patches, and experiments for tinkering with Android Project Treble, enabling Generic System Images (GSI) on many dev…
103574abandoned
code4craft/netty-learning
A series of Chinese-language articles guiding readers through the Netty source code, covering its architecture, buffers, pipelines, and the…
323544abandoned
youyudehexie/node123
A curated Chinese-language collection of Node.js learning resources, tutorials, articles, and module navigation links. It serves as a readi…
323527abandoned
operator-framework/awesome-operators
A community-curated awesome list tracking Kubernetes Operators available in the wild, with links and descriptions for each. The repository …
103506abandoned
JsAaron/jQuery
A Chinese-language tutorial book analyzing jQuery 2.1.4 source code to teach architecture design, design patterns, and JavaScript internals…
323435abandoned
astaxie/go-best-practice
An open-source Chinese-language ebook titled 'Go实战开发' (Go in Action / Practical Go Development) that guides readers through completing over…
323434abandoned
snori74/linuxupskillchallenge
A free 20-lesson course teaching Linux server administration from the command line, originally a commercial course made open source. This o…
103427abandoned
jtyjty99999/mobileTech
A curated list of tools, resources, and tips for mobile web application development, collected primarily in Chinese. It links to device sta…
323311abandoned
reactjs/react-tutorial
The official React comment box example code from the React tutorial, demonstrating basic React usage with a simple comments API. It include…
103274abandoned
tangqi92/Android-Tips
A curated awesome list of tips, articles, and solutions for common Android development problems, organized alphabetically by topic. It is a…
323214abandoned
Kotlin/kotlin-examples
An archived JetBrains repository of various Kotlin example projects, now pointing to newer sample collections like Ktor samples and Kotlin …
103213abandoned
microsoft/TypeScriptSamples
A community-driven collection of sample projects demonstrating TypeScript usage across frameworks like Angular, React, Node.js, and module …
103181abandoned
hoverbike1/TOTK-Mods-collection
A curated collection of mods for The Legend of Zelda: Tears of the Kingdom, targeting both real Nintendo Switch hardware and Switch emulato…
283144abandoned
kaleai/Android-Best-Practices
A curated series of Chinese-language articles on Android development best practices, covering topics like logging, reflection, adapters, Gr…
323126abandoned
guolindev/booksource
Complete source code for the Chinese Android development book '第一行代码 第2版' (The First Line of Code, 2nd Edition) by Guolin. It provides samp…
323122abandoned
szwacz/electron-boilerplate
A minimalistic, easy-to-understand boilerplate for building Electron desktop applications, with a Webpack/Babel build pipeline and environm…
103113abandoned
kriskowal/gtor
An essay and presentation by Kris Kowal that builds a unified conceptual taxonomy of reactivity, covering values, promises, streams, and ob…
323067abandoned
Tim9Liu9/TimLiu-Android
A curated awesome-list of Android open-source projects and libraries, organized by category (UI, animation, networking, databases, media, t…
323053abandoned
qq8e/qq
A repository distributing source code and download links for querying a leaked dataset of ~800 million QQ account-to-phone bindings plus We…
323048abandoned
janishar/android-mvvm-architecture
A deprecated sample Android app demonstrating MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking, and PlaceholderView. I…
322951abandoned
Aufree/awesome-wechat-weapp
A curated awesome-list of WeChat Mini Program (weapp) resources, including open-source demo projects, official documentation links, and tut…
322939abandoned
VIP-Share/Baidu-XunleiVIP
A repository that shares daily-updated credentials for Baidu Netdisk Super VIP, Xunlei, iQiyi, Youku, Tencent Video, and Mango TV accounts,…
322931abandoned
kstenerud/iOS-Universal-Framework
An Xcode project template that builds universal (device and simulator) frameworks for iOS using Python build scripts. It was created to wor…
322928abandoned
boctor/idev-recipes
Companion source code for the iDevRecipes blog, which recreates interesting UI features and interactions from popular iPhone and iPad apps …
322893abandoned
android-cn/android-dev-cn
A curated list of Chinese Android developers with their GitHub profiles, blogs, and short introductions. It is a community-maintained refer…
322891abandoned
googlearchive/android-Camera2Basic
An archived Android sample app demonstrating basic use of the Camera2 API in Java. It has been migrated to the android/camera-samples repos…
102889abandoned
technomancy/emacs-starter-kit
The Emacs Starter Kit is a prose guide recommending Emacs packages and settings to improve the editor experience, formerly a drop-in config…
102846abandoned
nanchen2251/RxJava2Examples
A demo application showcasing RxJava 2.x operators and usage patterns for developers migrating from RxJava 1.x or learning RxJava 2.x direc…
322812abandoned
reactjs/react-future
A historical repository from the React team showcasing speculative example code and discussion documents for potential future React APIs an…
102804abandoned
saulmm/Android-Material-Examples
A collection of small Android example projects demonstrating Material Design patterns like shared element transitions, circular reveal anim…
322797abandoned
voronianski/flux-comparison
A practical comparison repository implementing the same Flux Online Shop demo app with many different Flux architecture solutions (Facebook…
322763abandoned
JulienGenoud/android-percent-support-lib-sample
A sample Android project demonstrating the deprecated Android Percent Support Library, showing percentage-based layouts like PercentRelativ…
102748abandoned
WICG/import-maps
The former home of the import maps proposal, which allowed controlling how browsers resolve JavaScript ES module specifiers via a JSON map …
102720abandoned
lizhangqu/CoreLink
A curated collection of links, articles, and resources accumulated by an Android developer, covering topics like RxJava, custom Views, Dock…
322719abandoned
Smartisan OneStep & BigBang Suite
A repo manifest XML repository for building Smartisan OS's open-sourced Android-based system, including the One Step multitasking and Big B…
322716abandoned
android/location-samples
A collection of Android sample apps demonstrating Google Play Services location and context APIs, including geofencing, background location…
102699abandoned
sdiehl/wiwinwlh
A comprehensive Haskell tutorial and reference guide ('What I Wish I Knew When Learning Haskell') by Stephen Diehl, covering basics, monads…
512667abandoned
odewahn/docker-jumpstart
Docker Jumpstart is a short introductory guide/book by Andrew Odewahn (O'Reilly) covering Docker basics such as images, containers, Dockerf…
322656abandoned
tiann/understand-plugin-framework
A collection of demo code and blog posts analyzing the DroidPlugin Android plugin framework, covering hook mechanisms, Binder/AMS/PMS hooks…
322650abandoned
Kotlin Koans
Kotlin Koans is a workshop consisting of 42 exercises to learn Kotlin syntax, where each exercise is a failing unit test the learner must m…
102606abandoned
ScottLogic/iOS8-day-by-day
A collection of Swift sample projects accompanying the iOS8 Day-by-Day blog series and eBook, demonstrating new iOS 8 SDK APIs in working c…
322578abandoned
hzlzh/AlfredWorkflow.com
A public collection of Alfred 2 workflows with a searchable index site and a JSON API for programmatically listing and downloading workflow…
322555abandoned
StephenGrider/ReactNativeReduxCasts
Companion repository of example code for Stephen Grider's Udemy course 'The Complete React Native and Redux Course'. Code is organized by b…
322553abandoned
tongtzeho/PKUCourse
A curated collection of undergraduate and graduate computer science course projects from Peking University's EECS department, spanning 2011…
322549abandoned
ykob/sketch-threejs
A collection of interactive WebGL sketches built with three.js by Yoichi Kobayashi, showcasing creative shader and particle effects like wa…
402546abandoned
jpetazzo/dind
A Docker image recipe that lets you run a Docker daemon inside a Docker container using the --privileged flag. It is now obsolete, supersed…
102529abandoned
googlearchive/android-ConstraintLayoutExamples
A collection of Android sample projects demonstrating ConstraintLayout and MotionLayout features, originally from Google's Android team. Th…
102526abandoned
MicrosoftLearning/AZ-204-DevelopingSolutionsforMicrosoftAzure
Official Microsoft Learning course materials and hands-on labs for the AZ-204 Azure Developer certification, covering App Service, Function…
102522abandoned
ESP32 BLE Arduino Library
A collection of sample code snippets and fragments for the ESP32 microcontroller, written in C, covering peripherals, networking, Bluetooth…
322511abandoned
addyosmani/es6-equivalents-in-es5
A community-contributed reference guide showing ES6 (ECMAScript 2015) language features alongside their ES5 equivalents, covering arrow fun…
322510abandoned
tooling/book-of-modern-frontend-tooling
A free, open-source book introducing developers to tooling for modern front-end web applications, covering build systems, scaffolding, and …
322505abandoned
DarLiner/Algorithm_Interview_Notes-Chinese
A Chinese-language collection of interview notes covering machine learning, deep learning, NLP, computer vision, algorithms, math, and prog…
322478abandoned
MarnoDev/react-native-open-project
A curated Chinese-language catalog of high-quality open-source React Native projects, organized into categories like full apps, navigation,…
102449abandoned
mhart/alpine-node
A set of minimal Node.js Docker base images built on Alpine Linux, published to Docker Hub under mhart/alpine-node. The project is now arch…
102443abandoned
android-cn/android-dev-com
A curated list of famous international Android developers and companies, with links to their GitHub profiles, blogs, and notable open-sourc…
322405abandoned
egoist/vuepack
VuePack is a starter boilerplate/template for building Vue.js 2 single-page applications using Vuex, Vue-router, and Webpack 2, with option…
232393abandoned
codylindley/frontend-tools
An opinionated curated list ('Landscaping With Front-end Tools') cataloging tools for desktop web frontend development, covering build tool…
322364abandoned
CN-Chrome-DevTools/CN-Chrome-DevTools
A community-driven Chinese translation of the official Chrome DevTools documentation, organized as Markdown files mirroring the original do…
322358abandoned
unruledboy/WebFrontEndStack
A comprehensive visual diagram and reference listing of the web front-end technology stack, covering browsers, protocols, languages, standa…
322306abandoned
google/generative-ai-docs
The deprecated source repository for Google's Gemini API guides, tutorials, demos, and example code from the ai.google.dev Generative AI de…
582255abandoned
vuejs-templates/webpack-simple
A vue-cli project template providing a minimal Webpack + vue-loader setup for Vue 2 quick prototyping. It includes dev server with hot-relo…
322251abandoned
isaacs/github
An unofficial repository where users track bugs and feature requests for the GitHub platform itself, since GitHub does not publicly store s…
102235abandoned
sdcuike/Clean-Code-Collection-Books
A curated collection of Clean Code books and related resources (SOLID diagrams, SEI CERT Java coding standards, Clean Coder blog links) for…
102235abandoned
Projector
A set of shell scripts and Dockerfiles for building and running Docker containers with JetBrains IDEs served remotely via JetBrains Project…
102225abandoned
AriaFallah/WebpackTutorial
A beginner-friendly, comprehensive tutorial for webpack covering basics, configuration, Babel, linting, and environment variables. It is a …
322220abandoned
android-cn/android-jobs
A curated Chinese-language list of Android engineer job openings and internal referral contacts across major Chinese tech companies, organi…
322183abandoned
Fabsqrt/BitTiger
BitTiger is a Silicon Valley-based lifelong learning platform whose repository curates free courses, video lectures, and reading lists on b…
322178abandoned
craigsdennis/intro-to-apis-course
A free video-based introductory course on APIs (Application Programming Interfaces) by Craig Dennis, published with freeCodeCamp and Twilio…
322175abandoned
yao62995/tensorflow
A curated collection of illustrated articles analyzing TensorFlow's internal source code, covering Session, Graph, Kernels, and Devices wit…
322170abandoned

← prev page 53 / 62 next →