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
Fewbytes/rubber-docker
A hands-on workshop that teaches how Linux containers work by guiding participants to rebuild Docker from scratch in Python, level by level…
323247maintenance
sagivo/algorithms
A Ruby-based collection of solutions to common algorithm and data structure interview questions, sourced from LeetCode-style problems. It i…
323244maintenance
liberalisman/iOS-InterviewQuestion-collection
A curated collection of common iOS developer interview questions covering data structures, algorithms, and iOS fundamentals, with brief ans…
323236maintenance
ysh329/deep-learning-model-convertor
A curated awesome-list cataloging tools and converters for converting deep learning models between frameworks such as TensorFlow, PyTorch, …
323236maintenance
eon01/kubernetes-workshop
A hands-on Kubernetes workshop/tutorial repository that walks through deploying a Python Flask API to Kubernetes with Minikube, covering se…
323228maintenance
riusksk/secbook
A curated reading list of recommended books for information security professionals, covering security, AI, systems internals, programming l…
323225maintenance
theswiftdev/awesome-xcode-extensions
A curated awesome-list of native Xcode Source Editor extensions for Apple's Xcode IDE. It catalogs formatters, boilerplate generators, tuto…
323223maintenance
emijrp/awesome-awesome
A curated meta-list that indexes other 'awesome' curated lists across many topics such as editors, front-end development, data processing, …
323208maintenance
hellogcc/100-gdb-tips
A community-maintained collection of GDB debugging tips written in Markdown, rendered to HTML for online reading. Despite the Go-based buil…
323199maintenance
git-game
A terminal-based puzzle game where players advance through ten levels by performing git tasks on the repository itself, testing knowledge o…
323195maintenance
google/lisp-koans
A collection of broken unit tests that guide learners progressively through Common Lisp language features, in the style of the Ruby and Pyt…
103194maintenance
brillout/awesome-angular-components
A curated catalog of Angular 2+ UI components, libraries, and utilities organized by category. It serves as an awesome-list style reference…
323190maintenance
xiaoxiunique/awesome-IntelliJ-IDEA
A curated Chinese-language awesome list collecting tips, tutorials, configuration guides, and plugin recommendations for IntelliJ IDEA. It …
323189maintenance
Learning Three.js
A repository of example code accompanying the Packt book 'Learning Three.js' (second edition), demonstrating 3D graphics with the Three.js …
323185maintenance
BruceEckel/OnJava8-Examples
The official code examples repository for Bruce Eckel's book 'On Java 8', automatically extracted from the book and verified with tests. It…
233177maintenance
alfred-workflows/awesome-alfred-workflows
A curated awesome-list of Alfred workflows for the macOS Alfred launcher, organized by category such as developer tools, productivity, secu…
103177maintenance
java8/Java8InAction
Source code repository for the book 'Java 8 in Action', containing all examples and quizzes covering lambdas, streams, and functional-style…
323173maintenance
yoksel/common-words
A curated reference list of words commonly used in CSS class names, organized by category (images, text, lists, layout, controls, sizes, et…
323169maintenance
mgechev/google-interview-preparation-problems
A collection of LeetCode and GeeksforGeeks problems with JavaScript solutions that the author used to prepare for a Google software enginee…
323168maintenance
glaucia86/curso-typescript-zero-to-hero
A free, community-driven TypeScript course repository ('Zero to Hero') with video lessons, examples, and exercises based on the official Ty…
323159maintenance
sl1673495/blogs
A Chinese-language advanced frontend engineering blog repository with over 1 million cumulative reads, covering Vue source code analysis, R…
323154maintenance
gamontal/awesome-katas
A curated list of code kata exercises for practicing programming skills through repetition. It aggregates kata collections like Dave Thomas…
743151maintenance
airuikun/technology-blog
A personal technology blog hosted as GitHub issues by a Chinese frontend engineer, covering frontend techniques, Node.js internals, webpack…
323150maintenance
feelschaotic/AndroidKnowledgeSystem
A curated knowledge map and resource collection for advancing Android development skills, presented as a GitBook ebook with guided reading …
323149maintenance
databricks/Spark-The-Definitive-Guide
The official code repository for the book 'Spark: The Definitive Guide' by Bill Chambers and Matei Zaharia, containing example code and dat…
323149maintenance
handong1587/handong1587.github.io
A personal GitHub Pages blog and curated collection of deep learning, machine learning, and computer vision papers, projects, blogs, and st…
323138maintenance
react-brasil/vagas
A community-maintained GitHub repository where Brazilian companies post React and React Native job openings as GitHub issues. It is not sof…
323138maintenance
cdoco/common-regex
A curated collection of commonly used regular expressions, documented in Chinese, covering email, phone numbers, domains, IPs, account name…
323133maintenance
mikeroyal/Digital-Forensics-Guide
A curated guide to Digital Forensics covering tools, libraries, frameworks, books, tutorials, and certifications across computer, mobile, n…
323129maintenance
humanetech-community/awesome-humane-tech
A curated awesome-list of software and resources promoting humane technology - tools that improve wellbeing, privacy, freedom, and society.…
103128maintenance
ehmatthes/pcc
Companion repository of online resources for the first edition of the book 'Python Crash Course' by Eric Matthes (No Starch Press). It host…
103122maintenance
aQuaYi/LeetCode-in-Go
A collection of Go solutions for LeetCode algorithm problems with near-complete coverage of free algorithm questions. Each problem includes…
103118maintenance
github/archive-program
The home repository for the GitHub Archive Program and Arctic Code Vault, which archived every active public GitHub repository as of 2/2/20…
323114maintenance
phodal/microfrontends
An open-source online book ('Thinking in Microfrontend') explaining micro-frontend architecture patterns, including six implementation appr…
323108maintenance
tc39/proposal-observable
A TC39 stage-1 proposal introducing an Observable type to the ECMAScript standard library for modeling push-based asynchronous data streams…
323103maintenance
angular/angular-phonecat
The official AngularJS Phone Catalog tutorial application, a step-by-step guide to building a web app with AngularJS, where each git tag is…
103095maintenance
Ewenwan/ShiYanLou
A curated Chinese-language learning repository covering C, C++, Python, assembly, LLVM, data structures, algorithms, operating systems, mic…
323091maintenance
Pungyeon/clean-go-article
A written reference guide for the Go community covering clean code fundamentals and Go-specific refactoring examples. It is an article-styl…
323091maintenance
prabhupant/python-ds
A curated collection of clean, consistent Python implementations of common data structures and algorithms, aimed at interview preparation. …
323090maintenance
byt3bl33d3r/OffensiveNim
A collection of experiments and examples demonstrating how to weaponize the Nim programming language for offensive security operations and …
323090maintenance
prakhar1989/Algorithms
A collection of classic data structure and algorithm implementations in Python, covering graphs, heaps, sorting, dynamic programming, and n…
323088maintenance
khan4019/front-end-Interview-Questions
A curated collection of front-end interview questions and answers covering JavaScript, CSS, HTML, DOM, and algorithms. It serves as a study…
233087maintenance
singgel/Study-Floder
A curated GitHub repository collecting links to well-regarded technical and general books such as 'The Beauty of Mathematics', TCP/IP volum…
663084maintenance
kodecocodes/objective-c-style-guide
The official Kodeco (formerly raywenderlich.com) Objective-C style guide outlining coding conventions used across their books and tutorials…
323081maintenance
PegasusWang/python_data_structures_and_algorithms
A free Chinese-language tutorial (with accompanying paid video course) teaching data structures and algorithms in Python, including markdow…
323081maintenance
Miraclelucy/dive_into_deep_learning
A collection of Python study notes for Mu Li's 'Dive into Deep Learning' course, rewritten from the original Jupyter notebooks into standal…
323078maintenance
ahkscript/awesome-AutoHotkey
A curated awesome-list of AutoHotkey libraries, scripts, tools, tutorials, and resources. It serves as a discovery index for the AutoHotkey…
233076maintenance
mjavascript/practical-modern-javascript
Practical Modern JavaScript is the first book in the Modular JavaScript series, freely readable online in HTML form, covering ES6 language …
323068maintenance
eddycjy/blog
The source repository for Eddy (Jianyu)'s Chinese-language technical blog, primarily covering Go, PHP, and Redis topics. The articles are p…
323055maintenance
brennerm/PyTricks
A community-curated collection of lesser-known Python built-in features and idioms, each with example code and a one-line explanation. It s…
323049maintenance
vuejs-templates/pwa
A vue-cli project template for scaffolding full-featured Progressive Web Apps with Vue.js, including webpack, hot-reload, service worker pr…
233035maintenance
ajcr/100-pandas-puzzles
A collection of 100 short puzzles in Jupyter notebooks for practicing pandas, covering DataFrame basics, indexing, grouping, cleaning, Mult…
323020maintenance
jupyter-naas/awesome-notebooks
A curated catalog of production-ready Jupyter Notebook templates organized by tool and structured with an Input-Model-Output (IMO) framewor…
323016maintenance
getActivity/EmojiPackage
A curated collection of over two thousand Chinese meme/sticker images (表情包) organized by category, hosted on GitHub. It is a static asset r…
233011maintenance
CyC2018/Job-Recommend
A curated collection of internal referral (内推) information for internet and tech companies in China, covering social recruitment, campus hi…
322999maintenance
JXA-Cookbook/JXA-Cookbook
A community cookbook (hosted as a GitHub wiki) of examples and recipes for JavaScript for Automation (JXA) on macOS. It teaches how to cont…
432998maintenance
Blankj/AndroidStandardDevelop
A comprehensive Android development standards guide covering Android Studio usage, naming conventions, code style, resource files, versioni…
322991maintenance
QMHTMY/RustBook
An open-source book teaching data structures and algorithms using the Rust programming language, available in Simplified Chinese, Tradition…
322991maintenance
bevacqua/js
A JavaScript quality guide and style guide by Nicolas Bevacqua covering modules, strict mode, spacing, linting, naming, and everyday coding…
322983maintenance
zhichengfalv/Solve-App-Store-Review-Problem
A curated Chinese-language collection of guides and community solutions for resolving Apple App Store review rejections, covering issues li…
322980maintenance
bgrins/devtools-snippets
A curated collection of small JavaScript snippets designed to be run inside browser developer tools (Chrome Snippets, Firefox Scratchpad, o…
322978maintenance
golang/example
A collection of small Go programs and libraries maintained by the Go team that demonstrate the language, standard libraries, and tools. It …
772972maintenance
huyingjie/Checklist-Checklist
A curated awesome-list of checklists covering topics like platform setup, programming languages, front-end and back-end web development, se…
322967maintenance
paperswithcode/releasing-research-code
A curated guide with best practices and templates for releasing machine learning research code, based on analysis of 200+ popular ML reposi…
322961maintenance
ZtesoftCS/go-ethereum-code-analysis
A Chinese-language collection of markdown notes analyzing the go-ethereum (Geth) source code, covering components like RLP, trie, ethdb, RP…
322960maintenance
hellokaton/java-bible
A curated collection of Chinese-language technical notes and tutorials focused on Java, covering topics like building MVC frameworks and IO…
322957maintenance
rachitiitr/DataStructures-Algorithms
A C++ collection of implementations of common data structures and algorithms, including trees and graph algorithms, maintained by a competi…
322950maintenance
erluxman/awesomefluttertips
A curated collection of Flutter and Dart tips and tricks presented as short illustrated examples. It is an educational awesome-list reposit…
322943maintenance
learn-vuejs/vue-patterns
A curated collection of Vue.js patterns, techniques, tips, and tricks published as a VuePress documentation site. It covers component decla…
322943maintenance
Kitsun3Sec/Pentest-Cheat-Sheets
A curated collection of penetration testing cheat sheets containing command snippets for reconnaissance, exploitation, and post-exploitatio…
322934maintenance
RubyLouvre/mobileHack
A curated Chinese-language collection of mobile web development pitfalls, workarounds, and reference links covering compatibility, responsi…
322930maintenance
jd-opensource/awesome-taro
A curated awesome-list of learning resources for Taro, the multi-platform unified development framework by JD Open Source. It collects offi…
322926maintenance
huangmingchuan/Cpp_Primer_Answers
A collection of answers to the exercises in the Chinese edition of C++ Primer (5th Edition), organized chapter by chapter. It is a study co…
322922maintenance
adnanaziz/EPIJudge
EPI Judge is a companion tool to the Elements of Programming Interviews book, providing stub programs for each problem in Python, Java, and…
322915maintenance
workshopper/javascripting
A NodeSchool workshopper module that teaches JavaScript fundamentals through interactive terminal-based challenges. Users solve exercises i…
772908maintenance
wesbos/React-For-Beginners-Starter-Files
Starter files and stepped solutions for Wes Bos's React for Beginners video course, building a real-time seafood market app called 'Catch o…
322904maintenance
Guia Dev Brasil
A curated Portuguese-language guide for becoming a front-end developer, collecting roadmaps, mind maps, courses, learning tracks, and tools…
772903maintenance
bqi343/cp-notebook
A competitive programming notebook by Benjamin Qi containing C++ implementations of algorithms and data structures, plus general resources …
352899maintenance
mdn/serviceworker-cookbook
A collection of dozens of practical, working Service Worker recipes from Mozilla covering offline experiences, caching strategies, push not…
102892maintenance
Juude/awesome-android-performance
A curated awesome-list of tutorials, videos, articles, and tools for Android performance optimization, covering views, WebView, graphics, a…
322890maintenance
s0md3v/be-a-hacker
A curated guide and roadmap for becoming a self-taught hacker, covering hacking history, principles, and a learning path from computer scie…
322888maintenance
aylei/interview
A long-form Chinese blog post/repo documenting one engineer's backend job interview experiences at Ant Financial, ByteDance (Toutiao), and …
322887maintenance
luk4z7/go-concurrency-guide
A practical Go concurrency guide with runnable examples covering race conditions, sync primitives, deadlocks, channels, and concurrency pat…
322886maintenance
michaelliao/awesome-python3-webapp
A companion source-code repository for Liao Xuefeng's Python 3 beginner tutorial, containing the practical 'build a website + iOS app' proj…
322885maintenance
nickmccullum/algorithmic-trading-python
A Jupyter Notebook repository accompanying freeCodeCamp's free YouTube course on algorithmic trading in Python. It contains course material…
322881maintenance
github/haikus-for-codespaces
A small Node.js web server template used to demo GitHub Codespaces, based on the Azure node hello-world sample. It serves simple pages (wri…
772871maintenance
yangshun/lago
Lago is a collection of common data structures and algorithms implemented in TypeScript and JavaScript, published as an npm library. It ser…
322870maintenance
AweiLoveAndroid/CommonDevKnowledge
A curated Chinese-language knowledge base for Android developers, collecting interview questions from major tech companies (BAT), common de…
322864maintenance
opengl-tutorials/ogl
A set of C++ source code samples accompanying the opengl-tutorial.org website, teaching OpenGL 3.3+ and modern 3D graphics programming. It …
322855maintenance
chyyuu/os_course_info
A course information repository for the Spring 2022 Operating Systems course in the Department of Computer Science at Tsinghua University. …
322853maintenance
GoogleCloudPlatform/tensorflow-without-a-phd
A six-episode crash course with Jupyter Notebook code samples, videos, slides, and codelabs teaching software developers deep learning with…
102851maintenance
ChenYilong/ParseSourceCodeStudy
A series of Chinese-language articles analyzing the source code of Facebook's open-source Parse SDK for iOS. It covers advanced GCD multith…
322849maintenance
dev-cafe/cmake-cookbook
A collection of source code and examples for the CMake Cookbook published by Packt, organized as chapter-based recipes covering CMake build…
232848maintenance
ethan-funny/explore-python
An open-source GitBook titled 'The Beauty of Python Programming' (explore-python), a 15-chapter Chinese-language book summarizing core Pyth…
232841maintenance
xuanhun/PythonHackingBook1
An open-source Chinese-language tutorial book, 'Python Hacking Programming: Rapid Introduction', teaching Python programming from basics th…
322839maintenance
moul/awesome-ssh
A curated list of SSH apps, libraries, tutorials, and security resources, maintained in the style of the awesome lists. It catalogs tools f…
322839maintenance
azl397985856/fe-interview
A Chinese-language frontend interview study guide ('图解前端') that explains frontend concepts with diagrams, organized by topic, with daily qu…
232838maintenance
YvetteLau/Blog
A curated collection of in-depth Chinese-language blog posts on advanced frontend topics including vanilla JavaScript, React, React Native,…
322835maintenance
dwelch67/raspberrypi
A collection of bare-metal ARM assembly and C examples for Raspberry Pi boards, from the BCM2835-based Pi 1 through the Pi 3, with no opera…
322825maintenance
abishekaditya/DesignPatterns
A collection of classic Gang of Four design pattern implementations in C#, covering creational, structural, and behavioral patterns. It is …
322819maintenance

← prev page 39 / 62 next →