50 repos
other-licensed GitHub repositories
We curate 50 other-licensed open-source GitHub repositories. Upvote the projects you rely on and discover what others are using.
other-licensed GitHub repositories
- kamranahmedse/developer-roadmap
kamranahmedse/developer-roadmap
349,419This project is a comprehensive repository of structured learning paths and professional development curricula designed to guide individuals through various technical domains and career roles. It provides a hierarchical knowledge base that organizes complex software engineering concepts into progressive, actionable modules, helping learners navigate the specific skills and milestones required for advancement in fields ranging from web and mobile development to infrastructure and system architecture. What distinguishes this resource is its graph-based approach to knowledge mapping, which connects disparate technical concepts and professional roles into a navigable network of dependencies. By utilizing a declarative specification for its curricula, the project ensures that learning objectives remain consistent and maintainable. It further supports professional growth through interactive assessment logic and diagnostic tools, which provide personalized recommendations to reinforce knowledge and improve technical recall. Beyond core skill acquisition, the project covers a broad surface of engineering best practices, including system design, API security, cloud infrastructure, and collaborative code review processes. It also integrates modern development paradigms by offering guidance on AI-assisted coding workflows and tool selection. The repository includes extensive resources for career readiness, such as technical interview strategies, concept summaries, and categorized practice questions. The educational content is delivered as pre-rendered static assets, ensuring high availability and rapid access for a global audience.
TypeScriptangular-roadmapbackend-roadmapblockchain-roadmap - donnemartin/system-design-primer
donnemartin/system-design-primer
335,906This repository is a comprehensive educational resource designed to help software engineers master large-scale system design and prepare for technical interviews. It provides a structured curriculum that covers the fundamental principles of distributed systems, backend engineering, and object-oriented design through a combination of study guides, architectural patterns, and practical problem-solving methodologies. The project distinguishes itself by applying theoretical concepts to real-world scenarios through case-study-based modeling and a constraint-driven analysis framework. It emphasizes trade-off-centric documentation, which highlights the inherent conflicts between architectural patterns to guide informed decision-making. To reinforce learning, the repository includes an active-recall study mechanism featuring curated flashcards and a hierarchical taxonomy that organizes complex concepts into manageable modules. The resource covers a broad capability surface, including strategies for scaling cloud infrastructure, managing data consistency, and optimizing system performance through caching, load balancing, and asynchronous communication. It also provides extensive object-oriented design exercises and structured interview preparation materials, such as back-of-the-envelope calculations and step-by-step design frameworks for common high-throughput services. The documentation is organized as a modular reference guide, allowing users to navigate through foundational topics and advanced architectural discussions at their own pace.
Pythondesigndesign-patternsdesign-system - vinta/awesome-python
vinta/awesome-python
283,687This project is a comprehensive, community-curated directory that organizes a vast landscape of Python software libraries, frameworks, and tools. It serves as a centralized knowledge base designed to facilitate ecosystem navigation and accelerate developer discovery across the entire software development lifecycle. The directory distinguishes itself by providing a structured index of resources categorized by technical domain, ranging from foundational development utilities to specialized engineering fields. It covers high-level capabilities including artificial intelligence, data science, web development, and infrastructure management, allowing developers to identify vetted solutions for specific technical challenges. The project encompasses a broad capability surface, including tools for dependency management, static code analysis, and automated testing. It also catalogs resources for persistent data storage, cloud infrastructure orchestration, and interface development, providing a unified reference for building and maintaining complex software systems.
Pythonawesomecollectionspython - 996icu/996.ICU
996icu/996.ICU
275,498996.ICU is a decentralized digital platform and social movement dedicated to advocating for sustainable labor practices and fair working conditions within the technology industry. It serves as a public repository for documenting workplace grievances, monitoring corporate accountability, and raising awareness regarding the physical and mental health risks associated with mandatory overtime. The project distinguishes itself by utilizing collaborative version control and structured issue tracking to facilitate community-driven discourse and collective action. By applying standard peer-review workflows to the submission of labor-related data, the platform maintains a transparent, public record of industry practices and advocates for systemic professional standards reform. The initiative provides a static documentation interface that aggregates evidence and manifesto revisions to support its broader mission of industry-wide transparency. All content is managed through a decentralized, open-source framework that enables broad community contribution and information dissemination.
- awesome-selfhosted/awesome-selfhosted
awesome-selfhosted/awesome-selfhosted
274,152This project is a comprehensive, curated repository of self-hosted software designed to assist users in discovering and evaluating applications for private server environments. It organizes a vast array of tools into categories spanning communication, infrastructure, media, and productivity, providing a centralized resource for those managing their own digital services. The collection covers a wide range of functional areas, including real-time messaging and email systems, database and DNS management, multimedia streaming platforms, and collaborative business tools. It also includes resources for development environments, such as programming language ecosystems and cross-platform compilation tools, to support the creation and deployment of self-hosted projects.
awesomeawesome-listcloud - torvalds/linux
torvalds/linux
217,986The Linux kernel is a monolithic operating system kernel that serves as the primary interface between computer hardware and software applications. It provides the foundational infrastructure for managing system resources, including memory allocation, process scheduling, and synchronization primitives. The project includes comprehensive support for diverse storage architectures through its filesystem suite and manages complex networking, virtualization, and power management subsystems. Beyond core system management, the kernel offers extensive frameworks for hardware interaction, covering input devices, audio, sensors, and various bus communication protocols. It incorporates diagnostic tools for system observability, security mechanisms for integrity protection, and a kernel-level virtual machine for sandboxed execution. The project maintains stability through defined interface guarantees and supports modular development, including integrated support for memory-safe programming.
C - getify/You-Dont-Know-JS
getify/You-Dont-Know-JS
184,424This project is a comprehensive educational series designed to provide a deep technical understanding of the JavaScript programming language. It functions as a multi-volume curriculum that guides developers through the core mechanisms, execution models, and underlying specifications that define how the language operates at a fundamental level. The curriculum distinguishes itself by focusing on the internal architecture of the language rather than surface-level syntax. It provides rigorous analysis of complex topics such as lexical scope, closure-based state encapsulation, prototype-based inheritance, and the mechanics of the event loop. By exploring how the engine manages execution contexts and variable environments, the series enables developers to navigate the nuances of dynamic type systems and implicit coercion with greater predictability. The material covers the full spectrum of language fundamentals, including object-oriented patterns, asynchronous execution flows, and the rules of grammar that govern data transformation. These resources are structured to help practitioners transition from basic usage to a mastery of language internals, ultimately supporting the development of more maintainable and efficient software. The content is available as a series of technical manuals and conceptual guides intended for systematic study.
asyncbookbook-series - Significant-Gravitas/AutoGPT
Significant-Gravitas/AutoGPT
181,891AutoGPT is an orchestration platform designed for building, managing, and deploying autonomous agents. It provides a visual canvas-based environment where users can assemble agents by connecting modular blocks that represent actions, data flows, and conditional logic. The platform supports the entire agent lifecycle, including task scheduling, execution monitoring, and configuration management, while offering a marketplace for discovering and sharing community-built workflows. The project includes a legacy framework for command-line agent execution and an extensible component system for developers to build custom agent capabilities. These tools allow for the integration of various language models, web search utilities, and external services such as database management, productivity platforms, and software development tools. Users can deploy the platform locally using provided installation scripts and containerization utilities or utilize the managed cloud environment.
Pythonaiartificial-intelligenceautonomous-agents - n8n-io/n8n
n8n-io/n8n
175,396n8n is a workflow automation platform that combines a visual interface with code-based extensibility to design, orchestrate, and manage automated processes. It provides a comprehensive suite of tools for data transformation, filtering, and storage, allowing users to build complex logic through conditional branching, looping, and sub-workflow execution. The platform supports both pre-built integration nodes and custom code execution in JavaScript or Python, enabling connectivity with a wide range of external services and APIs. The platform includes a suite of generative AI capabilities, such as an AI-powered workflow builder, a centralized chat interface for custom agents, and retrieval-augmented generation tools that ground responses in domain-specific data. To support development and production lifecycles, n8n offers version control integration with Git, workflow publishing mechanisms, and administrative tools for managing user roles, security policies, and environment configurations. For monitoring and maintenance, the system provides observability tools that include performance metrics, execution insights, and real-time log streaming. It also features error-handling capabilities, such as automated recovery workflows and manual failure triggering, to ensure system reliability. Users can interact with the platform programmatically via a public REST API or manage administrative tasks through a command-line interface.
TypeScriptaiapisautomation - langgenius/dify
langgenius/dify
129,826Dify is a self-hosted platform designed for the orchestration of multi-container application stacks. It provides a unified environment for managing complex service deployments, coordinating background worker processes, and maintaining database dependencies through standardized configuration files. The platform distinguishes itself by offering comprehensive infrastructure orchestration tools that facilitate reproducible deployments across diverse cloud providers. It supports automated provisioning through modular configuration scripts and infrastructure-as-code templates, allowing for consistent environment setup. Users can manage these deployments via a browser-based administrative console that provides oversight for system health, instance configuration, and operational settings. Beyond core orchestration, the project includes a structured framework for managing multi-language localization. This system automates translation synchronization, validates key integrity across language modules, and maintains content consistency throughout the application. The platform also incorporates production-grade observability features, including integrated metrics monitoring and automated backup utilities to ensure system reliability. The software is designed for containerized environments, utilizing standardized manifests and single-command startup sequences to simplify the deployment of scalable application stacks.
TypeScriptagentagentic-aiagentic-framework - open-webui/open-webui
open-webui/open-webui
124,362This project provides a web-based interface for interacting with artificial intelligence models, featuring a multi-modal chat environment that supports file uploads, web search, and voice interaction. It includes a workspace for rich-text drafting and collaborative channels for real-time interaction between users and models. The system incorporates advanced capabilities such as a sandboxed terminal for code execution, document retrieval for knowledge-based analysis, and a configuration-based builder for creating specialized agents with custom instructions and tools. The platform is designed for flexible deployment, ranging from single-node containerized setups to orchestrated, high-availability production environments. It supports hardware acceleration for model inference and offers administrative tools for user authentication, role-based access control, and system analytics. Organizations can customize the interface through white-labeling and integrate the system with existing identity infrastructure. Extensibility is managed through a modular plugin architecture and a pipeline processing framework, allowing for the integration of external tools and custom interface components. The system provides comprehensive documentation for various deployment patterns, including containerized methods and multi-node cluster configurations.
Pythonaillmllm-ui - nodejs/node
nodejs/node
115,848This project is an open-source JavaScript runtime built on the V8 engine. It provides a comprehensive environment for executing JavaScript code outside of a web browser, offering foundational primitives for process management, multi-core load distribution, and parallel execution through worker threads. The runtime includes a broad set of built-in modules for system-level operations, such as file system interaction, network communication across various protocols, and cryptographic security. It supports multiple module systems, native binary addon integration, and diagnostic tools for monitoring application performance and health. Developers can utilize built-in utilities for testing, debugging, and internationalization, as well as native support for executing TypeScript and WebAssembly. The project is distributed as a standalone runtime, with capabilities for bundling scripts into single executable files.
JavaScriptjavascriptjslinux - GrowingGit/GitHub-Chinese-Top-Charts
GrowingGit/GitHub-Chinese-Top-Charts
106,216This project functions as a curated software directory and developer resource index, providing a centralized platform for discovering and evaluating high-quality open-source repositories. It serves as an aggregator that monitors trending software and educational resources, organizing them by technical domain and programming language to assist developers in identifying tools for their specific technical challenges. The directory distinguishes itself through a community-driven curation workflow, where repository lists are validated and updated based on collective developer consensus. This information is maintained within structured, human-readable markdown files, ensuring that the evolution of the index remains transparent through version-controlled change tracking. To maintain accuracy, the platform utilizes automated data aggregation to fetch real-time metadata and contributor statistics directly from remote service endpoints. Beyond simple discovery, the platform supports analytical research into open-source ecosystems. Users can evaluate the maintenance status and reliability of projects by researching contributor activity, analyzing technical stacks, and monitoring project lifecycles through versioned releases and changelogs. These capabilities facilitate informed decisions regarding software integration and dependency management.
Java - pytorch/pytorch
pytorch/pytorch
97,601PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array operations across both CPU and accelerator hardware. It provides a foundational infrastructure for mathematical computation and dynamic neural network construction, utilizing a tape-based automatic differentiation system that allows for flexible, non-static graph execution. The framework is designed for deep integration with Python, enabling natural usage alongside standard scientific computing ecosystems. It distinguishes itself through a comprehensive distributed training suite that includes data-parallel, model-parallel, and sharding primitives, alongside a just-in-time compilation infrastructure. Developers can extend the library by registering custom operators written in Python, C++, or CUDA, ensuring these components compose directly with the core automatic differentiation and execution pipelines. Beyond its core tensor and neural network modules, the project includes extensive tooling for data ingestion, performance profiling, and memory analysis. It provides specialized utilities for audio processing, including feature extraction and speech recognition, as well as a distributed remote procedure call framework for managing complex, multi-node computational workloads. Installation instructions are available for various hardware backends and build-time configurations to support specific environment requirements.
Pythonautograddeep-learninggpu - neovim/neovim
neovim/neovim
96,615Neovim is a text editing environment designed for extensibility and performance. It provides a core engine for text manipulation, multi-window management, and complex editing commands, while maintaining compatibility with existing paradigms. The project features a stable interface that allows external clients to interact with the application state, enabling the development of custom user interfaces and integrated tools. The architecture decouples the core editing logic from the user interface through an asynchronous protocol. This system supports external rendering processes, including terminal-based and graphical frontends, by communicating grid updates, highlight states, and input events. Users can extend functionality through a scripting runtime that provides deep access to internal data structures, filesystem operations, and system processes, with support for both Lua and legacy scripting bridges. The project includes comprehensive documentation for its extensibility APIs, language support, and interface architecture. It is available through standard package managers, pre-compiled binary archives, or via source code compilation, supported by a build system that manages dependencies and diagnostic tools.
Vim Scriptapiclua - iluwatar/java-design-patterns
iluwatar/java-design-patterns
93,757This project is a comprehensive educational knowledge base designed to help developers master software engineering excellence through a structured catalog of design patterns and architectural principles. It provides a curated repository of best practices, programming heuristics, and implementation examples, all organized to facilitate skill acquisition and improve code quality in Java. The repository distinguishes itself by offering a navigable hierarchy of reusable design patterns and architectural strategies that promote interface-centric design and decoupled implementation. By emphasizing clean code standards and established design heuristics, it serves as a reference-based resource for understanding how to build maintainable, modular, and robust object-oriented systems. Beyond its core architectural focus, the project includes a broad library of functional code snippets and algorithmic implementations. These resources cover a wide range of common programming challenges, including data structures, mathematical computations, file operations, and utility tasks, providing practical, stateless examples that demonstrate idiomatic coding standards.
Javaawesome-listdesign-patternshacktoberfest - oven-sh/bun
oven-sh/bun
87,491Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The project functions as an all-in-one toolchain, integrating a native bundler, transpiler, package manager, and test runner into a single command-line interface. What distinguishes Bun is its focus on native system integration and developer productivity. It features a high-performance server runtime with built-in support for HTTP, WebSockets, and SQLite database management, allowing for the creation of scalable network applications without external dependencies. The platform includes a sophisticated build pipeline that supports incremental bundling, build-time macro execution, and the generation of standalone, cross-platform binaries. It also provides a low-level foreign function interface, enabling direct execution of native C and C++ libraries to bypass traditional runtime bottlenecks. The project covers a broad capability surface, including automated task scheduling, file-system-based routing, and comprehensive dependency management. It offers built-in utilities for cryptographic hashing, secure password verification, and real-time hot module replacement during development. Additionally, the runtime maintains compatibility with existing ecosystems by implementing standard APIs and module resolution patterns, facilitating seamless integration into existing workflows. Bun is distributed as a command-line tool that manages the entire application lifecycle, from dependency installation and auditing to production asset building and binary distribution.
Zigbunbundlerjavascript - rasbt/LLMs-from-scratch
rasbt/LLMs-from-scratch
85,529This repository serves as an educational framework for building large language models from the ground up. It provides a structured curriculum that guides learners through the end-to-end lifecycle of model development, including data processing, architecture design, and optimization. By focusing on low-level implementation, the project enables users to master the fundamental mechanics of artificial intelligence without relying on high-level abstraction frameworks. The project distinguishes itself by constructing neural network components and gradient-based optimization logic from first principles. It utilizes tensor-based computational modeling and stateless functional architectures to define network layers as pure mathematical transformations. This approach exposes the underlying mechanics of weight updates and loss minimization, allowing for a deeper conceptual mastery of modern machine learning architectures. The content is organized into a series of executable notebooks that facilitate incremental learning. Each chapter is encapsulated within an independent directory, providing a clear separation of concerns that simplifies dependency management. The repository supports various execution environments, including local Python, Docker containers, and cloud-based platforms, ensuring that the code remains accessible and functional on conventional hardware.
Jupyter Notebookaiartificial-intelligencechatbot - animate-css/animate.css
animate-css/animate.css
82,632Animate.css is a library of pre-defined, cross-browser CSS keyframe animations that can be applied to elements through declarative class toggling. It functions as a comprehensive motion framework, providing a standardized set of effects that ensure consistent visual transitions without requiring custom keyframe definitions. The library is built with a focus on accessibility, automatically respecting system-level reduced motion preferences to ensure that animations are disabled or simplified for users sensitive to screen movement. The framework distinguishes itself through a modular build process that allows developers to prune unused animation definitions, effectively minimizing the final payload size for production environments. Beyond static CSS, it provides programmatic control through JavaScript lifecycle management, enabling developers to sequence complex interactions by wrapping native animation events in promises. This combination of class-based state injection and event-driven hooks allows for precise orchestration of UI motion. The project supports a utility-first approach to configuration, utilizing CSS custom properties and utility classes to manage animation timing, iteration counts, and delays. This architecture ensures that motion patterns remain consistent across an application while providing the flexibility to adjust parameters at runtime.
CSSanimationcsscss-animations - bregman-arie/devops-exercises
bregman-arie/devops-exercises
81,169This project is a comprehensive educational curriculum designed to build proficiency across modern infrastructure, cloud-native technologies, and systems administration. It functions as a reference library and interview preparation resource, offering a structured collection of conceptual questions, practical coding challenges, and hands-on scenarios that cover the full spectrum of software delivery and operational workflows. The repository distinguishes itself through a modular, domain-specific structure that links instructional problem statements with verified implementation examples. By employing a standardized documentation schema, it provides a predictable learning path for mastering complex technical concepts, ranging from infrastructure-as-code patterns and container orchestration to cloud platform administration and security best practices. The content spans a wide array of technical domains, including automated configuration management, distributed system monitoring, database operations, and version control. It provides deep dives into specific tooling for cloud provisioning, container networking, and service deployment, ensuring that learners can validate their technical skills through isolated, practical exercises. All instructional materials are organized into a unified taxonomy of markdown-based documents, allowing users to navigate and study specific technical topics at their own pace.
Pythonansibleawsazure