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
alchaincyf/obsidian-ai-orange-book
A free, open-source book (the 'Orange Book' series) teaching how to build an AI-driven personal knowledge management system using Obsidian …
581445active
moranzcw/Computer-Networking-A-Top-Down-Approach-NOTES
A collection of Chinese-language notes, translations, and solutions for the programming assignments and Wireshark labs from the textbook 'C…
325215maintenance
mandiant/flare-learning-hub
A free educational hub from Mandiant's FLARE team offering courses on reverse engineering and malware analysis, with web-published modules …
481444active
andresvourakis/data-scientist-handbook
A curated handbook of free and paid data science learning resources, including YouTube channels, blogs, books, podcasts, and communities. I…
491443active
markerikson/redux-ecosystem-links
A categorized, comprehensive list of Redux-related addons, libraries, and utilities maintained by Mark Erikson. It organizes the Redux ecos…
325203maintenance
ottosulin/awesome-ai-security
A curated awesome list of AI security resources including frameworks, standards, learning materials, and open-source tools. It covers topic…
741441active
jellydn/zed-101-setup
A guide and install script for configuring the Zed Editor with Vim mode, custom keybindings, Nerd Fonts, and AI-assisted tooling. It backs …
691441active
0x727/FingerprintHub
FingerprintHub is a community-maintained YAML fingerprint rule library for the ObserverWard web technology detection tool. Rules use nuclei…
681441active
MichielDerhaeg/build-linux
A tutorial repository with a Makefile and shell scripts that walk through building a minimal Linux-based operating system from scratch, inc…
325194maintenance
oracle-samples/oracle-db-examples
A collection of code examples demonstrating how to use Oracle Database features across many languages and tools, including Java, Python, Ja…
751439active
clash-version/clash-download
A curated navigation repository listing official download links and maintenance status for Clash/Mihomo-ecosystem proxy clients across Wind…
631439active
hustcc/JS-Sorting-Algorithm
An open-source GitBook titled 'Ten Classic Sorting Algorithms' covering bubble, selection, insertion, shell, merge, quick, heap, counting, …
325189maintenance
DMQ/mvvm
An educational project that dissects Vue's two-way data binding (MVVM) implementation and provides a simplified hand-written MVVM library b…
325189maintenance
reactwg/react-18
The official working group repository for the React 18 release, hosting public GitHub Discussions between the React team and community repr…
325188maintenance
samdutton/simpl
simpl.info is a collection of the simplest possible examples of HTML, CSS and JavaScript, covering dozens of browser APIs and web platform …
775186maintenance
lmmentel/awesome-python-chemistry
A curated awesome-list of Python packages, frameworks, and resources related to chemistry, covering areas like general chemistry, molecular…
511437active
qikqiak.com (k8s技术圈 blog)
The source repository for Yangming's personal technical blog (qikqiak.com), covering Kubernetes, Docker, DevOps, Python, Golang, microservi…
461437active
0voice/Awesome_c-cpp_Projects
A curated awesome-list of 500+ high-quality open-source C/C++ projects organized by category, including systems programming, networking, gr…
341437active
ffhelicopter/Go42
An open-source Chinese-language book, 'Go语言四十二章经' (Go Language Forty-Two Chapters), covering Go language specifications, syntax details, co…
325180maintenance
vaquarkhan/vaquarkhan
A GitHub profile README for Vaquar Khan, a Senior Data Architect at AWS, showcasing his experience in microservices architecture, big data,…
771434active
pytorch/hub
The submission repository backing PyTorch Hub, a catalog of published PyTorch models listed at pytorch.org/hub. Contributors add markdown f…
321434active
WebAudio Examples
MDN Web Docs is the open-source, community-maintained documentation project for web technologies, containing over 14,000 pages of reference…
681433stable
fsprojects/awesome-fsharp
A curated list of F# frameworks, libraries, software, and learning resources maintained by the F# community. It serves as a directory cover…
651432active
android/views-widgets-samples
A collection of individual Android Studio sample projects demonstrating best practices for Android views and widgets, written in Java. The …
105160maintenance
jpedroschmitz/typescript-nextjs-starter
A non-opinionated TypeScript starter template for Next.js 16 with React 19 and the App Router. It bundles developer experience tooling such…
841431active
hueitan/javascript-sdk-design
A design guide for developing JavaScript SDKs, extracted from work and personal experience. It covers topics like design philosophy, versio…
531430active
codebasics/data-structures-algorithms-python
A tutorial series of Jupyter Notebooks teaching data structures and algorithms in Python, with theory, Big O complexity analysis, and pract…
321430active
chenshenhai/koa2-note
An open-source ebook (in Chinese) that is a completed beginner-to-intermediate tutorial for the Koa.js 2.x Node.js web framework. It covers…
325154maintenance
AllsafeCyberSecurity/awesome-ghidra
A curated awesome-list of Ghidra resources, including scripts, plugins, extensions, and related reverse-engineering tooling. It serves as a…
711429active
JS Assessment
A set of failing JavaScript tests that developers make pass, used to assess or improve JavaScript skills. It serves as both a candidate ass…
105144maintenance
learnbyexample/scripting_course
A curated collection of free ebooks, reference guides, and learning resources covering regular expressions, CLI text processing tools (grep…
731426active
eliben/raft
An instructional implementation of the Raft distributed consensus algorithm in Go, organized as self-contained partN directories accompanyi…
661426active
mercyblitz/segmentfault-lessons
A companion code repository for mercyblitz's SegmentFault online courses covering the Java ecosystem, including Spring Boot and Spring Clou…
581426active
thisdot/tech-community-slacks
A curated list of tech community Slack groups organized by region, framework, language, and interest area. It serves as a directory for fin…
321426active
careercup/ctci
A collection of Java solutions to the exercises in 'Cracking the Coding Interview, 5th Edition'. It serves as a study companion for softwar…
325137maintenance
inputsh/awesome-linux
A curated awesome-list of Linux distributions, desktop environments, window managers, applications, and learning resources. It serves as a …
105136maintenance
llm-jp/awesome-japanese-llm
A curated, community-maintained catalog of Japanese large language models and Japanese LLM evaluation benchmarks, published as a multilingu…
741425active
Zero-Sploit/FlipperZero-Subghz-DB
A large curated collection of 13,717 Sub-GHz .sub signal files for the Flipper Zero multi-tool device, organized into 721 folders. It aggre…
371425active
youlookwhat/DesignPattern
A Chinese-language educational repository cataloging all 23 classic Gang of Four design patterns with runnable Java example code and links …
325130maintenance
solana-foundation/program-examples
An official collection of Solana onchain program (smart contract) examples written in Anchor, Pinocchio, and native Rust. Each example is p…
771424active
swiftlang/swift-docker
The official Docker image packaging for the Swift programming language, published to Docker Hub as the `swift` image. It provides full imag…
671424active
litu54/DevOps-Interview-Guide
A community-curated collection of real DevOps, SRE, and Cloud engineering interview questions from 151 write-ups across 85 companies, organ…
631424active
timofurrer/awesome-asyncio
A curated list of Python asyncio frameworks, libraries, software, and learning resources. It organizes async ecosystem tools by category su…
575125maintenance
BypassAntiVirus
A Chinese-language knowledge base and tool collection on antivirus evasion (bypassing AV) for remote access payloads, summarizing dozens of…
325124maintenance
victoresque/pytorch-template
A PyTorch project template providing a clear folder structure, JSON config files, CLI overrides, checkpointing, and abstract base classes f…
325118maintenance
coderzcr/JavaWeb-Project-Source-Share
A curated collection of 100+ runnable JavaWeb project source codes spanning Servlet, SSH, SSM, SpringBoot, and SpringCloud technologies, or…
531421active
ehmicky/cross-platform-node-guide
A guide (available as docs and an npm package) explaining how to write cross-platform Node.js code that works consistently across Windows, …
331421active
agis/git-style-guide
A community-driven Git style guide covering branch naming, commit messages, merging, and general Git workflow conventions. It is a document…
325116maintenance
aisuhua/restful-api-design-references
A curated reference list of articles, books, examples, and tools about RESTful API design, collected in a GitHub repository. It aggregates …
325116maintenance
gregmalcolm/python_koans
Python Koans is an interactive tutorial that teaches the Python programming language through test-driven development, based on a port of Ru…
325113maintenance
business-science/free_r_tips
A free weekly newsletter by Business Science delivering bite-sized R programming tips, each accompanied by code and tutorials. The reposito…
321420active
HackerWeb
A curated awesome-list collecting Hacker News clients, apps, libraries, API wrappers, and resources across web, mobile, desktop, and CLI pl…
771419active
jamiehannaford/what-happens-when-k8s
A living educational document explaining the full lifecycle of a kubectl request through Kubernetes internals, from client validation to ku…
325105maintenance
philsturgeon/awesome-earth
A curated awesome-list of 326+ resources, services, products, and ideas for taking action on the climate crisis. It covers topics like carb…
611418active
iAmCorey/awesome-indie-hacker-tools
A curated awesome-list of tech stacks and tools for indie hackers and developers building products for global markets. It catalogs resource…
591417active
planetjekyll/awesome-jekyll-plugins
A curated awesome-list of Jekyll plugins (gems, scripts, and extensions) covering converters, generators, filters, tags, importers, and mor…
771414active
whatwg/streams
The WHATWG Streams Standard, a living web specification defining APIs for creating, composing, and consuming streams of data (readable, wri…
761414active
lvgalvao/data-engineering-roadmap
The official repository of a professional training program in Data Engineering and AI (university extension) by Jornada de Dados. It contai…
621412active
giantray/stackoverflow-java-top-qa
A community-maintained collection of Chinese translations of the top 100 voted Java Q&As from Stack Overflow, with editorial improvements l…
325076maintenance
darbra/sperm
A curated collection of reverse-engineering articles gathered from Chinese platforms like 52pojie, Kanxue, CSDN, and WeChat public accounts…
661411active
SIGRobotics-UIUC/LeKiwi
LeKiwi is an open-source, low-cost mobile manipulator robot combining a 3-wheel holonomic drive base with the SO-ARM101 robot arm. It provi…
631410active
bizz84/layout-demo-flutter
A Flutter demo app showcasing common layout widgets like Row, Column, Stack, Expanded, ListView, and Slivers, with runnable examples on mob…
501410active
in28minutes/spring-boot-examples
A collection of Spring Boot code examples accompanying the tutorials on springboottutorial.com and in28Minutes' Udemy courses. It serves as…
771409active
Evalle/DCA
A curated study guide of links and notes for every domain of the Docker Certified Associate (DCA) certification exam, organized by the six …
671409active
cami-la/loops-e-arrays
A repository of exercise solutions for the free 'Loops and Arrays in Java' course co-created with Digital Innovation One. It teaches repeti…
321409stable
FAQGURU/FAQGURU
A curated collection of popular technical interview questions with short answers and code snippets, covering topics like JavaScript, React,…
325063maintenance
vitalets/awesome-smart-tv
A curated awesome-list of resources for building Smart TV applications across Samsung Tizen, LG webOS, Android TV, Apple tvOS, and Chromeca…
741408active
WICG/webusb
The WebUSB API specification, a W3C Community Group draft that defines a JavaScript API for securely accessing USB devices directly from we…
701407active
SuperSimpleDev/javascript-course
Companion repository for SuperSimpleDev's JavaScript video course, containing exercise solutions and copies of the code from each lesson. I…
381407active
jax-ml/scaling-book
An open-source, blog-style online textbook called 'How To Scale Your Model' that explains how TPUs and GPUs work and how to scale LLM train…
651406active
googleworkspace/python-samples
A collection of Python sample code and quickstarts for Google Workspace (formerly G Suite) APIs, including Gmail, Drive, Calendar, Sheets, …
721405active
crazyhottommy/getting-started-with-genomics-tools-and-resources
A curated collection of links, courses, and tutorials covering Unix, R, and Python tools for genomics and data science. It serves as a lear…
491403active
navdeep-G/setup.py
A guide and example setup.py template for Python packaging, offering a well-commented, best-practice setup.py that can be copy-pasted to bo…
325038maintenance
alphaSeclab/awesome-reverse-engineering
A curated awesome-list of reverse engineering resources covering 3500+ open source tools and 2300+ articles and videos across Windows, Linu…
235036maintenance
personqianduixue/Math_Model
A comprehensive Chinese-language resource collection for mathematical modeling competitions (CUMCM, MCM/ICM, APMCM, and many others), inclu…
325032maintenance
djiangtw/data-structures-in-practice-public
An open-source technical book teaching data structures from a hardware-aware perspective, covering cache behavior, memory hierarchy, and re…
401399active
android/wear-os-samples
A collection of official Google sample projects demonstrating best practices for building Wear OS apps and watch faces in Kotlin and Jetpac…
771397active
notthetup/awesome-webaudio
A curated awesome-list of WebAudio packages, frameworks, libraries, apps, and learning resources for the Web Audio API. It catalogs tools f…
701397active
rainyear/python3-in-one-pic
A visual cheat sheet that teaches Python 3 fundamentals in a single picture, accompanied by an IPython notebook covering syntax, datatypes,…
325007maintenance
The Docker Handbook
Companion code repository for 'The Docker Handbook' tutorial on freeCodeCamp, containing starter and completed versions of six hands-on Doc…
661395stable
shengxinjing/fe-advanced-interview
A Chinese-language frontend advanced interview guide (前端进阶面试指南) by instructor Dasheng, covering interview questions, algorithms, and framew…
401395active
xiaomabenten/ruankao_itpm
A curated collection of study resources for the Chinese Information Systems Project Manager certification (Ruankao Advanced Level), includi…
691394active
tomalaforge/angular-challenges
A collection of 60+ real-world Angular challenges covering Angular, Nx, RxJS, NgRx and TypeScript, with browsable community solutions and a…
771393active
xxxily/hello-ai
Hello-AI is an AI-agent-maintained directory of high-quality open-source AI projects, automatically discovering, evaluating, categorizing, …
751393active
ZJUBCA/roadmap
A curated blockchain learning roadmap maintained by the Zhejiang University Blockchain Association (ZJUBCA), published as an MkDocs wiki si…
321393active
hello-java-maker/JavaInterview
A Chinese-language Java backend interview and study guide covering Java fundamentals, concurrency, JVM, data structures, networking, operat…
324993maintenance
adafruit/Adafruit_CAD_Parts
A repository of CAD files (STEP, Fusion 360, and STL) for Adafruit boards, electronic components, and parts. It provides 3D models useful f…
771391active
stong/infosec-resources
A curated list of cybersecurity and information security learning resources, covering CTFs, binary exploitation, reverse engineering, game …
321391active
felixge/node-style-guide
A community-driven style guide for writing consistent Node.js/JavaScript code, covering formatting, naming conventions, variables, conditio…
324989maintenance
telegram-mini-apps-dev/awesome-telegram-mini-apps
A curated awesome list of resources for Telegram Mini Apps (TMA), including guides, articles, videos, UI kits, libraries, templates, and ex…
641390active
kaiiyer/awesome-vulnerable
A curated awesome-list of intentionally vulnerable applications and systems for practicing penetration testing. It catalogs vulnerable web …
721389active
Drun1baby/JavaSecurityLearning
A curated learning roadmap and notes repository for Java security, covering Java deserialization vulnerabilities, Commons Collections gadge…
441388active
stong/how-to-exploit-a-double-free
A long-form tutorial repository teaching modern binary exploitation through a real CTF challenge from pbctf. It walks through exploiting an…
341388stable
0voice/Career_planning_path
A curated collection of 1000+ career planning resources, job-hunting guides, and learning roadmaps for programmers, organized by tech stack…
341388active
DataWithBaraa/sql-ultimate-course
A free, comprehensive SQL course repository by DataWithBaraa covering SQL from basics to advanced queries and optimization, with course scr…
191386active
thyrlian/AndroidSDK
A full-fledged Android SDK Docker image that provides a complete Android development and CI build environment in a container. It ships a ba…
771385active
panaverse/learn-typescript
A step-by-step curriculum for learning TypeScript, based on the 'Learning TypeScript' book and curated resources like video tutorials and e…
321385active
soapyigu/LeetCode-Swift
A collection of 400+ Swift solutions to LeetCode algorithm and data structure problems, organized by topic and company. It serves as a stud…
324962maintenance
xinliangnote/Go
A Chinese-language collection of Go learning notes covering basic syntax with 26 demos and the Gin web framework, including routing, loggin…
324960maintenance
TrainWithShubham/90DaysOfDevOps
A structured 90-day DevOps learning challenge repository by TrainWithShubham, with day-wise tasks, hands-on practice, and a public GitHub p…
671383active

← prev page 29 / 62 next →