Top Repositories
The most popular repositories on GitHub.
A curated collection of step-by-step tutorials teaching developers how to rebuild popular technologies from scratch. Covering 30+ topics including databases, compilers, operating systems, and game engines, it helps you master programming by creating your own versions of tools like Git, Docker, and Redis.
sindresorhus / awesome
A curated list of awesome lists covering all kinds of interesting topics. This meta-list serves as the central directory for discovering high-quality resources on programming languages, frameworks, tools, and various technology domains.
A collectively curated list of free public APIs for software and web development. This extensive repository contains thousands of APIs across 100+ categories including animals, finance, health, music, news, science, sports, weather, and more. Maintained by the community and APILayer team.
openclaw / openclaw
OpenClaw is a self-hosted personal AI assistant that connects to WhatsApp, Telegram, Discord, iMessage and 20+ channels. Features voice wake, live canvas, browser automation, and runs on any OS with local-first privacy.
vinta / awesome-python
A curated list of awesome Python frameworks, libraries, software and resources. Covers web frameworks, data analysis, machine learning, testing, and more.
996icu / 996.ICU
996.ICU is an open-source initiative protesting the '996' work culture (9am-9pm, 6 days/week) in Chinese tech companies, advocating for labor law compliance and workers' rights, and introducing the 'Anti-996 License' to restrict non-compliant companies from using licensed code.
facebook / react
React is a JavaScript library for building user interfaces. It enables developers to create interactive UIs with declarative, component-based architecture. React can render on the server and power mobile apps via React Native.
TheAlgorithms / Python
A comprehensive collection of algorithms implemented in Python for educational purposes. Covers sorting, searching, data structures, machine learning, cryptography, and more to help developers learn and understand algorithmic concepts.
vuejs / vue
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
ossu / computer-science
A complete, self-taught Computer Science education path using free online materials from top universities like Harvard, MIT, and Stanford. Covers core CS topics from programming and algorithms to systems and theory.