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
dorey/JavaScript-Equality-Table
An interactive web page visualizing JavaScript's equality comparison (== and ===) behavior across different value types. It serves as a ref…
321261maintenance
handcraftsman/GeneticAlgorithmsWithPython
Source code repository accompanying the book 'Genetic Algorithms with Python' by Clinton Sheppard. It provides step-by-step tutorial projec…
321260maintenance
nsriram/lambda-the-terraform-way
An introductory tutorial cookbook teaching how to deploy and integrate AWS Lambda functions using Terraform infrastructure-as-code. It walk…
321259maintenance
Ignitetechnologies/Vulnhub-CTF-Writeups
A curated cheatsheet of links to Vulnhub CTF and boot-to-root lab writeups published on Hacking Articles. It helps CTF players and beginner…
321257maintenance
tc39/proposal-pattern-matching
A TC39 Stage 1 proposal adding structural pattern matching syntax (a match expression) to ECMAScript/JavaScript. The repository hosts the p…
525791experimental
kjw0612/awesome-random-forest
A curated list of resources on random forests and tree-based methods, including code libraries, lectures, books, papers, and applications. …
321254maintenance
glepnir/nvim-lua-guide-zh
A Chinese translation of the nvim-lua-guide, a tutorial for using Lua as a first-class configuration and plugin language in Neovim 0.5+. It…
321254maintenance
roboryantron/Unite2017
A sample Unity project demonstrating the game architecture patterns presented in the 'Game Architecture with Scriptable Objects' talk at Un…
321253maintenance
blackhat-go/bhg
Companion code samples for the No Starch Press book 'Black Hat Go: Go Programming for Hackers and Pentesters'. It contains example Go progr…
321252maintenance
singgel/JAVA_LINE
A curated collection of links to advanced Java learning books, covering JVM internals, concurrency, Spring, Netty, Tomcat, MySQL, and distr…
661251maintenance
IRVING-L/Algorithm_fromBilibili
A collection of self-study notes and C++ implementations of data structures and algorithms based on Wang Zhuo's data structures course from…
321251maintenance
erdengk/excellent-wheel
A curated list of 'reinvent the wheel' and algorithm projects, mainly in Java and Go, linking to hand-built implementations of Redis, messa…
321246maintenance
foxleezh/AOSP
A serialized blog series (hosted as GitHub issues) providing in-depth analysis of the Android Open Source Project (AOSP) source code, based…
321245maintenance
AnIdiotsGuide/discordjs-bot-guide
A community-maintained beginner-friendly guide to building Discord bots with the Discord.js library (version 13). It teaches JavaScript dev…
101245maintenance
shawlu95/Beyond-LeetCode-SQL
A collection of Jupyter Notebook analyses of SQL LeetCode and classic interview questions, covering pitfalls, anti-patterns, optimization t…
321243maintenance
y123456yz/Reading-and-comprehense-linux-Kernel-network-protocol-stack
An annotated copy of the Linux kernel (2.6.35) network protocol stack source code with extensive Chinese comments explaining data structure…
321243maintenance
Timvde/UserChrome-Tweaks
A community-maintained collection of small userChrome.css tweaks for customizing the Firefox user interface. Each file contains a single sp…
101243maintenance
devunwired/recyclerview-playground
A collection of Android sample code demonstrating RecyclerView usage, including custom ItemDecorations and custom LayoutManager implementat…
321241maintenance
wangyuGithub01/Machine_Learning_Resources
A curated collection of links and notes for reviewing machine learning concepts for technical interviews, originally written in Chinese. It…
321241maintenance
matplotlib/AnatomyOfMatplotlib
A Jupyter notebook tutorial series developed for the SciPy conference that teaches the matplotlib plotting library from NumPy basics throug…
231238maintenance
taniarascia/wp-functions
A curated collection of useful WordPress function snippets for developers building their own themes, covering admin customization, asset en…
321237maintenance
dongweiming/web_develop
Source code repository for the Chinese book 'Python Web Development in Practice' (《Python Web开发实战》) by Dong Weiming. It contains example co…
321236maintenance
Asabeneh/JavaScript-for-Everyone
A step-by-step open-source guide for learning JavaScript and programming fundamentals, structured as a 30-day challenge covering ES5/ES6+, …
321233maintenance
udacity/frontend-nanodegree-resume
A starter repository for Udacity's Front-End Web Developer Nanodegree online resume project, where students store resume data in JavaScript…
101231maintenance
landy8530/DesignPatterns
A Java-based educational repository explaining classic design patterns with wiki documentation and runnable code examples, including combin…
231230maintenance
jarodHAN/Python-100-Days-master
A Chinese-language 100-day Python curriculum ('Python - 100 Days from Novice to Master') by Luo Hao, structured as daily lessons with markd…
321228maintenance
MostlyAdequate/mostly-adequate-guide-ru
A Russian translation of the 'Mostly Adequate Guide to Functional Programming', an open-source book teaching functional programming concept…
231227maintenance
kottans/frontend
Kottans Frontend is a free, open curriculum for learning front-end web development, covering Git, Linux, HTML, CSS, JavaScript, React, and …
231226maintenance
SangKa/react-in-patterns-cn
A free open-source Chinese translation of the 'React in patterns' book, covering React design patterns and techniques like composition, dat…
231225maintenance
jsuarezruiz/awesome-xamarin-forms
A curated awesome-list of Xamarin.Forms libraries, plugins, controls, effects, and resources with over 300 entries. It serves as a discover…
321223maintenance
DaRaFF/jsgamewiki
A curated wiki of links, tutorials, blogs, talks, and tools for game programming with HTML5, Canvas, and JavaScript. It serves as a learnin…
321223maintenance
osy/HaC-Mini
A complete Hackintosh solution and guide for running macOS on the Intel NUC Hades Canyon (NUC8i7HNK/NUC8i7HVK), including custom drivers, A…
231223maintenance
ChristopherGS/ultimate-fastapi-tutorial
A companion repository for The Ultimate FastAPI Tutorial, a blog post series teaching FastAPI. It provides example code for engineers learn…
321221maintenance
nali
An automatically updated mirror of the QQWry (Chunzhen) IP geolocation database, refreshed daily with the latest .dat file plus historical …
321220maintenance
snailuncle/autojsDemo
A collection of demo scripts and examples for Auto.js, an Android automation tool that uses JavaScript and the accessibility service. It ac…
321219maintenance
oldratlee/fucking-java-concurrency
A collection of simple, runnable Java demo programs that showcase common concurrency problems such as race conditions, deadlocks, and threa…
771217maintenance
cosmologicon/pywat
A curated collection of 'wat' code snippets demonstrating counterintuitive edge cases in Python, inspired by Gary Bernhardt's famous WAT ta…
321216maintenance
logeshpaul/Frontend-Cheat-Sheets
A curated collection of cheat sheets for frontend development covering HTML, CSS, JavaScript, jQuery, Git, task runners, and accessibility.…
321216maintenance
evancz/elm-todomvc
The canonical TodoMVC example application written in Elm, demonstrating the Elm Architecture with a single Main.elm file and localStorage p…
321215maintenance
feross/awesome-mad-science
A curated awesome-list of delightful and unusual npm packages for Node.js and the browser, covering areas like peer-to-peer, browserify, ge…
321215maintenance
lhunath/guide.bash.academy
The source for guide.bash.academy, an online educational guide to the Bash shell and shell scripting. It is a static website built in HTML …
321215maintenance
workshopper/how-to-npm
how-to-npm is a NodeSchool workshopper that teaches npm through interactive terminal exercises, covering environment setup, installing depe…
321210maintenance
lukakerr/NSWindowStyles
A showcase repository demonstrating the many window styles achievable with NSWindow on macOS using Swift and AppKit, with no private APIs. …
321209maintenance
bcoe/awesome-cross-platform-nodejs
A curated awesome-list of developer tools, libraries, and resources for writing cross-platform Node.js code. It catalogs applications, CI s…
321207maintenance
crescentpartha/CheatSheets-for-Developers
A curated collection of programming cheat sheets in Markdown covering tools like Git, Docker, Linux, VS Code, Chrome DevTools, and language…
321206maintenance
ZhangHanDong/tao-of-rust-codes
Companion source code repository for the Chinese book 'The Tao of Rust' (《Rust编程之道》), containing all example code organized by chapter. The…
321206maintenance
guang19/framework-learning
A curated collection of Markdown study notes covering Java, JVM, Linux, MySQL, Redis, Netty, Spring, RabbitMQ, networking, data structures,…
321204maintenance
HipByte/RubyMotionSamples
A collection of official RubyMotion sample applications demonstrating iOS, OS X, watchOS, tvOS, and Android development in Ruby. Each subdi…
321204maintenance
dashvlas/awesome-ios-interview
A curated awesome-list of iOS developer interview questions and answers covering Swift and Objective-C, organized by category. It also link…
321204maintenance
Collapsible Table Section
A demo iOS Swift project showing how to implement collapsible table view sections entirely in code, with no storyboards or XIBs. It include…
231204maintenance
harpribot/awesome-information-retrieval
A curated awesome-list of information retrieval and web search resources, including books, courses, software, datasets, talks, conferences,…
321203maintenance
saisathvik1/OSCP-Cheatsheet
A community-maintained OSCP exam preparation cheatsheet covering penetration testing commands, privilege escalation paths, and important fi…
271202maintenance
bevacqua/promisees
Promisees is a browser-based playground for visualizing JavaScript Promise chains and their resolution flows. It helps developers understan…
321201maintenance
pengxurui/AndroidFamily
A curated Android learning roadmap and interview preparation guide covering Java, Kotlin, Android framework, JVM, computer science fundamen…
321200maintenance
vkorbes/aprendago
A complete Portuguese-language course on the Go programming language, taking learners from beginner to advanced ('zero to ninja') level. Th…
321200maintenance
yifengyou/The-design-and-implementation-of-a-64-bit-os
A collection of study notes and accompanying source code for the Chinese book 'The Design and Implementation of a 64-bit Operating System'.…
321199maintenance
Naphier/unity-design-patterns
A collection of example implementations of classic software design patterns written in C# for Unity3D. Each pattern includes a structural r…
421198maintenance
codingforentrepreneurs/Guides
A collection of Markdown guides by Coding for Entrepreneurs covering Django setup, deployment, and related web development topics. It inclu…
321197maintenance
Lockstep Engine
A Chinese-language tutorial series teaching lockstep synchronization for multiplayer games, covering basic lockstep and prediction/rollback…
231197maintenance
EmbraceAGI/Awesome-AI-GPTs
A curated awesome-list cataloging OpenAI GPTs resources, including popular GPTs, prompt collections, plugins, knowledge bases, and prompt a…
711193maintenance
ITDragonBlog/daydayup
A curated collection of Java backend learning notes and example code covering MongoDB, Netty, Nginx, MySQL, Redis, Shiro, Solr, SpringBoot,…
321192maintenance
bmkmanoj/js-by-examples
A collection of JavaScript code samples with question/answer/explanation markdown files for learning the language. It covers functions, clo…
321191maintenance
xinghongfei/awesome-view
A curated awesome-list of tutorials and articles for learning Android custom View development, covering the drawing pipeline (onMeasure/onL…
321191maintenance
FEGuideTeam/FEGuide
A Chinese-language open-source collection of frontend interview questions and study guides covering HTML, CSS, JavaScript, networking, and …
321190maintenance
llohellohe/zookeeper
A Chinese-language learning resource documenting one developer's journey studying Apache ZooKeeper, including notes on the O'Reilly ZooKeep…
321190maintenance
0xisk/awesome-solidity-gas-optimization
A curated awesome-list of resources for optimizing gas costs in Solidity smart contracts on Ethereum and EVM-compatible chains. It collects…
321189maintenance
upekkha/AppleHardwareTest
A curated collection of download links to Apple Hardware Test disk images for older Intel-based Macs, gathered from forums and by scraping …
321189maintenance
in28minutes/spring-master-class
A companion code repository for an in28Minutes Udemy course teaching the Spring Framework 5 from beginner to expert, covering dependency in…
321189maintenance
SecYouth/sec-jobs
A community-curated Chinese repository collecting information-security internship and campus-recruitment materials, including interview exp…
321189maintenance
lartpang/PyTorchTricks
A curated collection of PyTorch tips and tricks covering training speedup, data loading optimization, memory savings, and inference acceler…
321188maintenance
udacity/course-collaboration-travel-plans
A simple travel destination tracking app used as the starter project for Udacity's 'Version Control with Git' course. It serves as practice…
571187maintenance
rachelandrew/gridbugs
A community-curated list of CSS Grid Layout browser bugs, incomplete implementations, and interoperability issues, inspired by Flexbugs. It…
321185maintenance
windelicato/dotfiles
A collection of Arch Linux configuration files (dotfiles) for programs and the BSPWM window manager, written mostly in Shell. It includes a…
321182maintenance
XLsn0w/Cydiapps
A collection of iOS jailbreak tweak development resources and Cydia repos by XLsn0w, focused on reverse engineering iOS apps using Logos, T…
321181maintenance
Troland/how-javascript-works
A Chinese translation of the 'How JavaScript Works' tutorial series explaining JavaScript internals such as the event loop, V8 engine, memo…
321180maintenance
AvdLee/CombineSwiftPlayground
A paged Swift Playground that teaches Apple's Combine reactive programming framework through interactive chapters covering publishers, subs…
321178maintenance
rocketseat-education/bootcamp-gostack-desafios
A collection of all the module challenges from Rocketseat's GoStack Bootcamp, covering Node.js, ReactJS, and React Native concepts and fund…
321177maintenance
murtazahassan/OpenCV-Python-Tutorials-and-Projects
A beginner-friendly OpenCV course in Python with accompanying example code and video tutorials. It covers basics like reading images/video/…
321177maintenance
ponkans/F2E
A Chinese-language curated knowledge series (大前端进阶) covering advanced frontend and full-stack topics such as JavaScript internals, Vue/Reac…
321176maintenance
Yonet/Angular-Interview-Questions
A curated collection of Angular interview questions organized by topic, covering components, RxJS, architecture, testing, TypeScript, and m…
321176maintenance
you-dont-need/You-Dont-Need-Loops
An educational guide explaining why imperative loops (for, while, forEach) can be replaced with recursion and higher-order functions in Jav…
321174maintenance
xianyunyh/PHP-Interview
A curated collection of study notes for PHP developer interviews, covering PHP internals, MySQL, Linux, networking, data structures, algori…
321173maintenance
Gabriella439/haskell-nix
A guide documenting how to use Nix for Haskell development in production, covering two workflows: Nix-provisioned development environments …
321168maintenance
docker-library/openjdk
The Docker Official Image packaging repository for OpenJDK, providing container images of the Java Development Kit. The general-purpose ima…
771167maintenance
AlbertSlam/Lee-SLAM-source
A curated awesome-list of SLAM (Simultaneous Localization and Mapping) learning resources, including tutorials, books, video courses, blogs…
321167maintenance
malrev/ABD
Course materials for Advanced Binary Deobfuscation taught by NTT Secure Platform Laboratories at GCC Tokyo 2020. It covers obfuscation prin…
321166maintenance
ZhaoKaiQiang/AndroidDifficultAnalysis
A curated collection of notes and explanations covering difficult and important topics in Android development, including reading notes, kno…
321166maintenance
wudi/PHP-Interview-Best-Practices-in-China
A curated Chinese-language collection of PHP interview knowledge points and questions commonly asked in China, with links to reference mate…
101166maintenance
addyosmani/critical-path-css-tools
A curated awesome-list of tools for generating, inlining, and reporting on critical-path (above-the-fold) CSS to improve page load performa…
321165maintenance
tdamdouni/Pythonista
A curated collection of Python scripts written for the Pythonista iOS app, gathered from GitHub forks, the omz:forum, and other coding comm…
321164maintenance
E869120/math-algorithm-book
Companion repository for the Japanese book 'Algorithms x Math' (published December 2021), containing source code in C++, Python, Java, and …
321162maintenance
airuikun/front-core
A collection of JavaScript implementations and source-code walkthroughs of popular frontend and Node.js technologies, including a mini bund…
321162maintenance
Dev-XYS/Algorithms
A comprehensive collection of algorithm and data structure implementations written in C++, covering graph algorithms, sorting, number theor…
321161maintenance
taowen/modularization-examples
A Chinese-language educational resource (book/course '业务逻辑拆分模式' / autonomy.design) with example code teaching practical techniques for prev…
321159maintenance
codeinthedark/awesome-power-mode
A curated awesome-list of 'power mode' plugins that add particle and screen-shake effects to text editors, popularized by the Code in the D…
321157maintenance
OmkarPathak/Python-Programs
A curated collection of standalone Python programs covering classic sorting and searching algorithms, data structures like linked lists and…
321157maintenance
dotnet/try-samples
A collection of interactive C# tutorials and samples that run with the dotnet try global tool, runnable locally or via Binder. It includes …
101157maintenance
ferrous-systems/elements-of-rust
A collection of software engineering techniques and idioms for writing clear, effective Rust code, covering style, ergonomics, and philosop…
321156maintenance
sxei/vscode-plugin-demo
A companion demo repository for a Chinese-language tutorial series on developing VSCode extensions. It contains example code covering comma…
321155maintenance
jondot/rust-how-do-i-start
A hand-curated GitHub repository of advice, articles, videos, and exercises for getting started with the Rust programming language. It lays…
321155maintenance

← prev page 49 / 62 next →