321 repos
Awesome GitHub repositories, curated.
A community-curated directory of interesting public GitHub repositories. Ask in plain English — AI ranks by relevance. Save what you find.
Browse repositories
- kdn251/interviews
kdn251/interviews
64,945This project serves as a centralized knowledge base and study guide for mastering computer science fundamentals and technical interview preparation. It provides a structured collection of algorithmic implementations, data structure guides, and theoretical references designed to support professional development and problem-solving skills. The repository distinguishes itself through a taxonomy-based organization that maps complex concepts into a hierarchical structure. It standardizes the expression of abstract data structures and algorithms using a consistent programming language, with implementations organized into a file system hierarchy that mirrors their logical classification. This approach enables users to navigate between specific coding challenges and the underlying theoretical principles. Beyond its core implementations, the project aggregates a wide range of educational assets, including links to external practice platforms, academic video lecture series, and foundational textbooks. It incorporates asymptotic complexity modeling to define performance bounds, allowing for objective comparisons of computational efficiency across various sorting, searching, and graph-based algorithms.
algorithmalgorithm-challengesalgorithm-competitions - 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.
autograddeep-learninggpu - public-apis/public-apis
public-apis/public-apis
399,192This project is a comprehensive, community-driven directory of public service endpoints designed to facilitate the discovery and integration of external data sources. It serves as a centralized registry where developers can locate reliable third-party APIs to augment their applications with specialized functionality, ranging from financial market data and meteorological records to government datasets and identity management services. The directory distinguishes itself through a collaborative maintenance model that leverages version control to manage its catalog. By utilizing structured, schema-validated text files, the project enables global contributors to propose, verify, and merge updates, ensuring the registry remains accurate and consistent. This approach transforms the repository into a living index of web-based interfaces, providing a standardized way to navigate and access diverse functional capabilities across the digital ecosystem. Beyond its core directory, the project supports a wide array of technical and operational needs, including rapid prototyping, infrastructure diagnostics, and content generation. It provides access to services for security threat intelligence, machine learning tasks, blockchain indexing, and logistics tracking, among many others. The entire catalog is presented as a lightweight, searchable index of pre-rendered documentation, allowing users to browse and integrate external services without the need to build custom infrastructure from scratch.
apiapisdataset - expressjs/express
expressjs/express
68,784Express is a minimalist web server framework that provides a foundational runtime environment for building backend web APIs and applications. It operates through a central application object that orchestrates the entire request-response lifecycle, allowing developers to define routes, manage server settings, and process incoming HTTP traffic. The framework is defined by its middleware-based routing engine, which sequences request handlers and logic blocks to process traffic based on path patterns and HTTP methods. This architecture supports a highly modular approach, enabling the creation of isolated, reusable route handlers and mountable router instances. Developers can build hierarchical structures by nesting these routers, facilitating the organization of complex application logic into manageable segments. Beyond core routing, the framework includes a flexible template-driven view engine for rendering dynamic content and provides built-in support for serving static assets. It offers extensive capabilities for request and response manipulation, including parameter parsing, header management, and cookie handling. The system is designed to be extensible, allowing for the integration of third-party middleware and the modification of request and response objects to suit specific application requirements. The framework is installed via standard package managers and includes tools for generating project skeletons to accelerate application initialization.
expressjavascriptnodejs - microsoft/TypeScript
microsoft/TypeScript
107,866TypeScript is a language that extends standard syntax by adding a static type system. It identifies potential runtime errors by analyzing the behaviors and capabilities of values during the compilation process. The language supports object-oriented structures, including classes with inheritance and member visibility control, as well as flexible function definitions that utilize generics, overloads, and parameter destructuring. The project provides a compiler that manages the build lifecycle through a command-line interface, offering configurable options for module resolution, code generation, and file watching. It includes a suite of utility types for transforming object structures, such as picking, omitting, or modifying property requirements. Developers can organize code using various module standards, including support for both legacy and modern formats. Comprehensive documentation is available to support the development process, ranging from a detailed handbook and syntax cheat sheets to specific guides for authoring declaration files. These resources assist in integrating type checking into existing codebases and provide guidance on modeling modules for interoperability.
javascriptlanguagetypechecker - dair-ai/Prompt-Engineering-Guide
dair-ai/Prompt-Engineering-Guide
70,526This project is a comprehensive educational resource and knowledge base dedicated to the development and application of large language models and autonomous agentic systems. It provides a structured framework for understanding prompt engineering, context management, and the architectural patterns required to build task-oriented AI. The repository serves as a central hub for learning how to design, evaluate, and optimize interactions with language models, ranging from basic prompting techniques to complex, multi-step reasoning workflows. The guide distinguishes itself through its focus on agentic orchestration and advanced context engineering. It details methodologies for dynamic task decomposition, where complex queries are broken into manageable subtasks, and hierarchical context engineering, which structures instructions to manage agent behavior and domain-specific knowledge. Furthermore, it covers the integration of external tools through function calling and the implementation of stateful memory systems to track task progress and execution history. Beyond core prompting strategies, the repository covers a broad capability surface including retrieval-augmented generation, synthetic data generation, and automated evaluation using model-based verification. It also provides technical documentation and benchmarks for a wide array of proprietary and open-source models, alongside practical guidance on mitigating security risks such as prompt injection and jailbreaking. The documentation is maintained as an open-source repository, offering a collection of guides, research paper summaries, and interactive notebooks to support hands-on learning.
agentagentsai-agents - PowerShell/PowerShell
PowerShell/PowerShell
51,453PowerShell is a cross-platform task automation and configuration management framework. It functions as an object-oriented shell environment and a dynamic scripting language, enabling users to interact with system interfaces and manage infrastructure through a unified command-line interface. By executing as a managed application on the common language runtime, it provides direct access to native libraries and system APIs. The system is distinguished by its object-based pipeline, which processes structured data objects rather than raw text, allowing for precise property manipulation across command chains. It utilizes a modular command architecture based on a standard verb-noun naming convention, alongside a provider-based abstraction layer that maps disparate data stores into a consistent, drive-like structure for uniform navigation. Beyond interactive command execution, the project includes a declarative configuration engine designed to define and enforce desired system states across local and remote environments. This capability supports the creation of portable scripts and the automation of complex administrative workflows, ensuring consistent environment setups across large-scale deployments.
command-linehacktoberfestlinux - gorhill/uBlock
gorhill/uBlock
61,640uBlock is a browser-based content blocker that functions as a declarative filtering engine to intercept network requests and modify web page content. It operates by parsing standardized filter lists into optimized data structures, allowing it to block network hosts, enforce security policies, and prevent unauthorized data transmission. The extension provides a comprehensive security layer that monitors outgoing traffic and disables intrusive browser features to enhance user privacy. What distinguishes this project is its granular control over filtering behavior through a dynamic rule orchestrator. Users can manage custom rules, apply site-specific overrides, and toggle filtering settings on a per-domain basis. The engine also employs advanced techniques such as CNAME uncloaking, IP address filtering, and response body modification to identify and neutralize trackers that attempt to bypass standard blocking methods. Furthermore, it supports enterprise-grade deployment, enabling organizations to enforce consistent security and filtering configurations across managed environments. The project covers a broad capability surface including cosmetic page modification, which uses CSS injection and sandboxed scriptlets to remove visual clutter and neutralize anti-blocking scripts. It also provides interactive tools for real-time network traffic inspection and manual element removal, ensuring users can debug and customize their browsing experience. The extension is designed to maintain high performance by synchronizing its initialization at startup, ensuring that all security rules are active before any network requests are processed.
blockerbrowser-extensionchromium - kubernetes/kubernetes
kubernetes/kubernetes
120,673Kubernetes is a distributed container orchestration platform that automates the deployment, scaling, and management of containerized applications across clusters of computing nodes. It functions as a declarative infrastructure controller, utilizing a control loop architecture that continuously monitors the current system state against user-defined configurations to ensure desired operational outcomes. The system relies on a centralized API-driven interface and a replicated key-value store to maintain a consistent source of truth for all cluster objects. The platform distinguishes itself through a highly extensible design that allows users to define domain-specific objects using the same native API and control loop infrastructure. It employs a standardized abstraction layer for container runtimes, enabling modular execution engines, and utilizes a pluggable controller pattern that supports third-party integrations without requiring modifications to the core codebase. An algorithmic bin-packing engine further optimizes hardware utilization by dynamically matching workload requirements with available cluster capacity. Beyond core orchestration, the system provides comprehensive operational support for distributed environments, including automated lifecycle management, horizontal and vertical scaling, and self-healing mechanisms that maintain service availability. It encompasses integrated solutions for networking, persistent storage orchestration, and secure secret management. Diagnostic utilities for monitoring performance metrics, aggregating logs, and troubleshooting infrastructure-level issues are also included to support cluster health and reliability.
cncfcontainersgo - hoppscotch/hoppscotch
hoppscotch/hoppscotch
77,888Hoppscotch is an open-source API development ecosystem designed for building, testing, and debugging REST, GraphQL, and real-time APIs. It provides a unified platform that functions across web browsers, desktop applications, and command-line interfaces, allowing developers to manage the entire API lifecycle from a single environment. The platform distinguishes itself through a highly interactive, command-driven interface that utilizes a global spotlight palette and keyboard shortcuts to streamline complex workflows. It supports advanced request manipulation and validation by executing JavaScript-based scripts and assertions within a sandboxed runtime. Furthermore, it integrates AI-assisted tools to automate the generation of request payloads, test scripts, and documentation, while maintaining compatibility with existing API definitions and collections from other formats. Beyond core testing capabilities, the project offers a collaborative workspace for teams to organize, share, and synchronize API collections and environment variables. It includes robust support for diverse authorization methods, proxy interception for network requests, and enterprise-grade features such as SCIM user provisioning and activity auditing. The software is available for self-hosted deployment via containerized architectures, ensuring consistent behavior across various production and development environments.
apiapi-clientapi-rest - gohugoio/hugo
gohugoio/hugo
86,693Hugo is a high-performance static site generator that transforms source content and templates into optimized web assets. Built with a focus on speed and scalability, it provides a comprehensive framework for managing large-scale documentation and editorial projects through structured content organization, taxonomies, and a flexible template-driven rendering engine. The project distinguishes itself through a sophisticated build system that utilizes incremental caching to minimize redundant processing during site updates. It supports complex content requirements by enabling multidimensional modeling, which allows for the generation of diverse page variations from a single source, and multi-format output rendering that can produce HTML, JSON, RSS, or CSV simultaneously. Authors can extend their content using a modular shortcode system, while the integrated asset pipeline handles the transformation, minification, and optimization of images and stylesheets directly within the build lifecycle. Beyond its core generation capabilities, Hugo offers a robust command-line interface for managing the entire project lifecycle, including real-time development previews and automated deployment workflows. The system also features a modular dependency architecture, allowing users to import and version shared themes, layouts, and configuration components to maintain consistent design systems across multiple projects.
blog-enginecmscontent-management-system - mui/material-ui
mui/material-ui
97,927Material UI is a comprehensive component-based library designed to accelerate the construction of professional, accessible web interfaces. It provides a centralized design system framework that manages visual tokens, typography, and color palettes to ensure consistent branding and layout constraints across complex application architectures. By encapsulating behavioral and accessibility logic within modular primitives, the library enables developers to build inclusive user experiences that adhere to rigorous design standards. The project distinguishes itself through a zero-runtime styling engine that extracts and optimizes CSS during the build process, supporting server-side rendering while reducing client-side bundle sizes. It utilizes design-token-based theming and native CSS variables to enable dynamic theme switching without requiring runtime recalculations. Developers can apply granular style overrides to individual component instances or define global theme configurations, ensuring both visual cohesion and the flexibility to meet unique project requirements. Beyond its core components, the library includes extensive tooling to support the development lifecycle, such as automated codemod-based migration utilities to handle version transitions and breaking changes. The ecosystem is further supported by a collection of pre-built application templates, advanced data-handling components, and specialized icon rendering tools, all designed to streamline the creation of complex dashboards and administrative interfaces.
design-systemmaterial-designmaterial-ui - JetBrains/kotlin
JetBrains/kotlin
52,346Kotlin is a statically typed, general-purpose programming language designed for type safety and concise syntax. It functions as a cross-platform development toolkit that enables the sharing of business logic across mobile, web, and server-side environments by compiling a unified intermediate representation into platform-specific machine code, bytecode, or source code. The project distinguishes itself through a multi-target build orchestration model that manages complex compilation units and hierarchical source sets. Developers can define common interface logic that is satisfied by platform-specific implementations through an expected-actual declaration mechanism. This architecture is supported by a native interoperability layer that parses header files to generate bindings, allowing direct communication between managed code and existing C or C++ libraries. The ecosystem includes comprehensive infrastructure for managing project dependencies, build tasks, and environment isolation. It provides specialized configurations for targeting diverse execution environments, including mobile application development, browser-based deployment, and server-side systems. The build system utilizes an incremental graph to track dependency changes, ensuring efficient compilation across varied hardware and operating systems.
compilergradle-pluginintellij-plugin - golang-standards/project-layout
golang-standards/project-layout
55,386This project provides a standardized directory layout pattern that establishes a predictable structure for organizing source code, configuration files, and documentation. It serves as a community-driven framework designed to improve project maintainability, simplify developer onboarding, and ensure consistency across large-scale software development efforts. By enforcing uniform file layouts, the project reduces cognitive load for developers working across multiple services or microservices. It utilizes convention-based folder templates to ensure that application logic, infrastructure, and configuration files are isolated into distinct, predictable locations. This approach facilitates modular growth and clarifies ownership of internal packages and external dependencies. The framework supports scalable codebase organization by directing build artifacts into dedicated directories and aligning project structures with established ecosystem best practices. These conventions ensure compatibility with standard tooling and build processes throughout the entire development lifecycle.
gogolangproject-structure - microsoft/Web-Dev-For-Beginners
microsoft/Web-Dev-For-Beginners
95,318This project is an open-source educational curriculum designed to facilitate technical skill acquisition through a structured, project-based learning framework. It serves as a centralized knowledge base that guides learners through foundational web development concepts, modern programming logic, and advanced technical workflows. By organizing content into modular, self-contained exercises, the repository bridges the gap between theoretical knowledge and practical application. What distinguishes this platform is its hierarchical curriculum mapping, which connects basic web standards to specialized training in emerging technologies. The content is maintained through an open-source contribution model, allowing the community to refine instructional materials and ensure their ongoing relevance. Beyond traditional web development, the curriculum includes dedicated modules for cloud infrastructure, generative artificial intelligence, and the integration of intelligent coding assistants into development workflows. The repository provides a comprehensive suite of pedagogical resources, including video tutorials, sketchnotes, and knowledge assessments to validate technical comprehension. To support diverse learning environments, the instructional materials are compiled into static sites and portable document formats, enabling high-performance delivery and offline access. The project is fully documented as structured text, allowing for collaborative maintenance and version control.
csscurriculumeducation - trimstray/the-book-of-secret-knowledge
trimstray/the-book-of-secret-knowledge
206,980This project serves as a centralized, community-driven repository of technical knowledge and administrative resources. It provides a structured taxonomy that aggregates disparate information into a searchable framework, supporting continuous learning and rapid problem-solving for system administrators and cybersecurity practitioners. By mapping resources across offensive security, infrastructure management, and software development, it offers a unified path for skill acquisition and professional reference. The project is defined by a command-line-first design philosophy, prioritizing terminal-based utilities and scriptable interfaces to facilitate efficient system administration and repeatable security workflows. It distinguishes itself through a platform-agnostic approach, maintaining documentation and operational guides that remain applicable across diverse Unix-like and cloud-based environments. This modular toolchain integration allows users to compose custom environments tailored to specific administrative or security tasks. The repository covers a broad capability surface, including comprehensive toolkits for system auditing, network management, and infrastructure hardening. It provides structured learning paths for cybersecurity skill development, ranging from ethical hacking labs and penetration testing standards to vulnerability assessment and system configuration best practices. The collection also encompasses a wide array of productivity tools, diagnostic utilities, and educational materials designed to streamline routine maintenance and enhance overall security posture.
awesomeawesome-listbsd - ChatGPTNextWeb/NextChat
ChatGPTNextWeb/NextChat
87,317NextChat is a self-hosted web application that provides a unified interface for interacting with multiple large language models. It functions as a conversational platform where users can manage and switch between diverse AI providers through configurable API backends, maintaining full control over their data and infrastructure. The platform features a persistent session layer designed to handle long-running dialogues by managing message history and context. It distinguishes itself through a structured prompt engineering environment that allows for the development and application of templates to refine model inputs. To ensure consistent performance during extended interactions, the application includes automated context window compression and dynamic prompt injection, which adjust historical message arrays to fit within model token limits. The software supports secure deployment via containerization, utilizing server-side proxying to manage sensitive API keys and authentication headers. It also incorporates local browser storage for low-latency access and offers options for synchronizing chat records across multiple sessions and devices. The application is configured through environment variables, allowing for flexible integration into private hosting environments.
calclaudechatgptclaude - ytdl-org/youtube-dl
ytdl-org/youtube-dl
139,680This project is a command-line utility for downloading media from various online platforms. It provides comprehensive tools for selecting specific video and audio formats, managing playlist downloads, and filtering content based on metadata such as upload dates and file sizes. The software includes extensive filesystem and output controls, allowing users to define custom naming templates, manage subtitle tracks, and retrieve thumbnails. An automated post-processing pipeline supports tasks like audio extraction, format conversion, and metadata embedding. To ensure reliable operation, the tool offers configurable network settings, including proxy support, retry logic, and rate limiting. It also provides authentication management for restricted content and simulation modes that allow users to extract metadata or URLs without initiating a full download.
- meilisearch/meilisearch
meilisearch/meilisearch
55,992Meilisearch is a Rust-based search engine providing typo-tolerant full-text and vector-based semantic search with real-time conversational capabilities.
aiapiapp-search - tldr-pages/tldr
tldr-pages/tldr
61,318This project is a community-driven repository of simplified, example-based reference guides for command-line tools. It functions as an open-source knowledge base designed to provide concise, practical usage examples that help developers navigate complex software without the need for lengthy technical documentation. The system relies on a decentralized architecture where independent client applications fetch and render documentation locally. This approach ensures that reference materials remain accessible offline while supporting a wide variety of user interfaces across desktop, mobile, and web environments. The content itself is stored as plain text files using a standardized, schema-validated format, which facilitates consistent parsing and display across different platforms. The collection is maintained through a collaborative, git-driven contribution model that allows a global network of developers to curate and update the documentation. Beyond the core reference guides, the project also organizes collections of high-quality tools and resources to assist with discovery and workflow optimization. Users can access this information through the official console client or via various third-party integrations developed by the community.
androidbsdcheatsheet