awesome-repositories.comCategoriiBlog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

111.8K repository-uri

Explorează toate repository-urile

Explorează fiecare repository open source selectat din director. Restrânge lista folosind filtre de taxonomie, sortează după stele sau dată, sau lasă AI-ul să se ocupe de căutare.

Explorează repository-uri

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • iluwatar/java-design-patternsAvatar iluwatar

    iluwatar/java-design-patterns

    94,123Vezi pe GitHub↗

    This repository serves as a comprehensive educational collection of industry-standard software design patterns and architectural principles implemented in Java. It functions as a structured reference for developers to study and apply proven strategies for building maintainable, object-oriented systems. The project acts as a knowledge base for software engineering, offering a curated set of programming heuristics and best practices. By providing ready-to-use implementations of standard design patterns, it enables developers to address common programming challenges and improve code modularity t

    Design Pattern CollectionsAwesome ListDesign Pattern Implementations
    Vezi pe GitHub↗94,123
  • continuedev/continueAvatar continuedev

    continuedev/continue

    33,716Vezi pe GitHub↗

    Continue is an automated code review platform that integrates AI agents directly into the software development lifecycle. By executing custom validation rules against pull request diffs, it provides immediate feedback through repository status checks, allowing teams to enforce quality, security, and documentation standards before manual review begins. The system distinguishes itself through a file-based configuration model where validation logic is defined in version-controlled markdown files. These files act as system prompts that guide autonomous agents in evaluating code changes. This appr

    Agentic WorkflowsAutomated Code ReviewAI Orchestration
    Vezi pe GitHub↗33,716
  • xinntao/real-esrganAvatar xinntao

    xinntao/Real-ESRGAN

    35,798Vezi pe GitHub↗

    Real-ESRGAN is a deep learning restoration pipeline designed to enhance low-resolution media and improve the visual quality of damaged photographs. It functions as a generative image upscaler that reconstructs high-resolution details from source inputs by utilizing neural networks trained to fill in missing information and remove noise. The project distinguishes itself as a blind super-resolution tool, meaning it improves image sharpness and fidelity without requiring prior knowledge of the specific degradation applied to the source. It employs high-order degradation modeling to address compl

    Generative UpscalersImage Enhancement ToolsBlind Restoration Models
    Vezi pe GitHub↗35,798
  • vercel/next.jsAvatar vercel

    vercel/next.js

    140,051Vezi pe GitHub↗

    Next.js is a web development framework that provides a file-system-based routing system and a suite of server-side utilities for managing the request-response cycle. It includes built-in support for data fetching, caching, and revalidation, allowing developers to control how content is rendered and served. The framework offers a centralized configuration system for build-time settings, environment variables, and deployment adapters, alongside a command-line interface for bootstrapping new projects. The framework covers a wide range of application requirements, including metadata management fo

    Extended Fetch APIsApplication ConfigurationCache Invalidation Utilities
    Vezi pe GitHub↗140,051
  • hakimel/reveal.jsAvatar hakimel

    hakimel/reveal.js

    71,731Vezi pe GitHub↗

    This project is a web-native presentation framework that renders slide decks from standard HTML or Markdown. It functions as a declarative slide engine, managing navigation, state persistence, and lifecycle events through a configuration-driven interface. By leveraging standard web technologies, it enables the creation of responsive, browser-based presentations that support complex layouts, nested transitions, and interactive content. The framework distinguishes itself through a modular, plugin-based architecture that allows developers to extend core functionality using custom hooks and event

    Declarative Slide EnginesDOM-Based Slide OrchestratorsInitialization Routines
    Vezi pe GitHub↗71,731
  • open-telemetry/opentelemetry-rustAvatar open-telemetry

    open-telemetry/opentelemetry-rust

    2,612Vezi pe GitHub↗

    The Rust OpenTelemetry implementation

    jaegerloggingmetrics
    Vezi pe GitHub↗2,612
  • iamkun/dayjsAvatar iamkun

    iamkun/dayjs

    48,662Vezi pe GitHub↗

    Day.js is a lightweight utility for parsing, validating, and manipulating date objects. It provides a fluent, chainable interface that allows for complex time calculations and transformations to be performed through a sequence of readable method calls. By utilizing an immutable wrapper pattern, the library ensures data integrity by creating new instances for every operation rather than modifying existing objects. The project is distinguished by a minimalist core abstraction that maintains a small footprint by offloading non-essential features to an optional, modular plugin system. This archit

    Date and Time LibrariesDate Manipulation UtilitiesImmutable Date Libraries
    Vezi pe GitHub↗48,662
  • google/gvisorAvatar google

    google/gvisor

    17,748Vezi pe GitHub↗

    This project is a secure container runtime that provides strong isolation for application workloads by implementing a userspace kernel. By intercepting system calls and executing them within a memory-safe, restricted environment, it minimizes the attack surface exposed to the host kernel. It functions as a drop-in engine for standard container orchestration platforms, ensuring compatibility with industry-standard runtime specifications while maintaining a hardened execution boundary. The runtime distinguishes itself through its ability to virtualize core system resources, including an indepen

    Container RuntimesContainer SecurityContainer-Based Sandboxes
    Vezi pe GitHub↗17,748
  • vuejs/awesome-vueAvatar vuejs

    vuejs/awesome-vue

    73,568Vezi pe GitHub↗

    🎉 A curated list of awesome things related to Vue.js

    Awesome ListInstrumente pentru dezvoltatoriFrameworks
    Vezi pe GitHub↗73,568
  • tauri-apps/tauriAvatar tauri-apps

    tauri-apps/tauri

    107,946Vezi pe GitHub↗

    Tauri is a cross-platform framework for building desktop applications that combine web-based user interfaces with a memory-safe systems-language backend. It functions as a secure runtime that hosts web content within native windowing containers, allowing developers to leverage existing web technologies while maintaining high-performance native logic. By compiling applications into small-footprint, platform-specific binaries, the framework avoids bundling heavy runtime environments, resulting in lightweight executables. The project distinguishes itself through a capability-based security model

    Cross-Platform Desktop FrameworksWebview RuntimesBridge Interfaces
    Vezi pe GitHub↗107,946
  • pkuflyingpig/cs-self-learningAvatar PKUFlyingPig

    PKUFlyingPig/cs-self-learning

    73,191Vezi pe GitHub↗

    This project is a centralized repository and academic resource aggregator designed to guide students through a structured computer science curriculum. It provides a comprehensive roadmap of foundational courses and technical materials, helping learners navigate the transition from introductory programming to advanced software engineering proficiency. The repository distinguishes itself through a community-driven approach, where study paths and resource collections are refined and expanded via peer feedback and collaborative contributions. By organizing high-quality lecture notes, assignments,

    Academic Resource AggregatorsComputer Science CurriculaCurated Learning Paths
    Vezi pe GitHub↗73,191
  • etcd-io/etcdAvatar etcd-io

    etcd-io/etcd

    51,838Vezi pe GitHub↗

    etcd is a distributed, strongly consistent key-value store designed to provide reliable storage for critical system metadata and coordination primitives. It functions as a distributed consensus engine, utilizing a replicated log and leader-based state machine to ensure that all nodes in a cluster maintain a synchronized view of data. By providing atomic operations and linearizable reads and writes, it serves as a foundational component for distributed systems requiring high availability and fault tolerance. The system distinguishes itself through its multi-version concurrency control, which e

    Atomic Key-Value OperationsCluster and Service OrchestrationConsensus Engines
    Vezi pe GitHub↗51,838
  • github/gitignoreAvatar github

    github/gitignore

    174,470Vezi pe GitHub↗

    This project provides a comprehensive collection of version-control ignore templates designed to exclude unnecessary files from repositories. It offers a wide range of patterns tailored for specific programming languages, build systems, frameworks, platforms, and development tools. The repository includes documentation on the standards and procedures for contributing, as well as guidelines for creating effective and maintainable templates. It also covers specialized and versioned templates to address niche requirements and specific software configurations.

    Awesome ListSpecialized Ignore TemplatesDeveloper Utilities
    Vezi pe GitHub↗174,470
  • binary-husky/gpt_academicAvatar binary-husky

    binary-husky/gpt_academic

    70,912Vezi pe GitHub↗

    This project provides a self-hosted, web-based interface designed to integrate large language models into academic and research workflows. It functions as a modular platform for document analysis, literature processing, and data handling, allowing users to maintain full control over their data and model connectivity through private server or local deployments. The system is distinguished by its extensible architecture, which enables users to inject custom Python scripts to automate repetitive tasks and extend core functionality. It also features a voice-enabled interaction layer that captures

    Local AI Deployment PlatformsSelf-Hosted AI EnvironmentsAI-Powered Research Assistants
    Vezi pe GitHub↗70,912
  • obra/superpowersAvatar obra

    obra/superpowers

    229,538Vezi pe GitHub↗

    Superpowers este un motor de dezvoltare a jocurilor bazat pe browser și un mediu de dezvoltare integrat colaborativ. Oferă un spațiu de lucru unificat pentru construirea de experiențe interactive bidimensionale, permițând utilizatorilor să gestioneze codul, activele și logica scenelor direct într-un browser web, fără a fi nevoie de compilatoare locale sau software desktop greoi. Platforma se distinge printr-o arhitectură de scripting modulară, bazată pe componente, unde obiectele de joc sunt definite prin logică atașată și proprietăți vizuale. Suportă sincronizarea în timp real, permițând mai multor dezvoltatori să lucreze simultan la același proiect. Acest mediu este conceput pentru a funcționa ca un instrument educațional, predând concepte de programare prin crearea integrată de grafică, audio și logică. Sistemul include un pipeline de build cuprinzător care gestionează compilarea markdown a site-urilor statice și rutarea bazată pe sistemul de fișiere. Automatizează fluxul de lucru de dezvoltare prin rezolvarea dependențelor la momentul build-ului, injectând componente UI reutilizabile și gestionând pipeline-urile de active pentru a asigura livrarea eficientă a resurselor.

    2DBrowser-Based EnginesCollaborative Web IDEs
    Vezi pe GitHub↗229,538
  • quantopian/pyfolioAvatar quantopian

    quantopian/pyfolio

    6,333Vezi pe GitHub↗

    Portfolio and risk analytics in Python

    Bayesian Portfolio UncertaintyFama-French Factor ExposuresPandas Vectorized Operations
    Vezi pe GitHub↗6,333
  • getinsomnia/insomniaAvatar getinsomnia

    getinsomnia/insomnia

    38,499Vezi pe GitHub↗

    Insomnia is a cross-platform API development environment that integrates a request debugger, schema design tools, a mocking server, and a test automation framework. It provides a unified workspace for sending requests and analyzing responses across REST, GraphQL, gRPC, and WebSocket protocols. The platform enables the design and preview of API specifications through a visual editor and allows for the simulation of backend behavior using mocking tools. It supports organizing and synchronizing API collections via local storage, cloud synchronization, or Git. The suite includes a command-line i

    API Clients and UtilitiesAPI Development EnvironmentsAPI Request Collections
    Vezi pe GitHub↗38,499
  • termux/termux-appAvatar termux

    termux/termux-app

    56,464Vezi pe GitHub↗

    Termux is a mobile terminal emulator and Linux environment runtime that provides a full command-line interface directly on Android devices. It functions as a comprehensive platform for executing native binaries and scripts, featuring an integrated package management system that allows users to download, install, and manage open-source software repositories to extend device functionality. The project distinguishes itself by acting as an embedded execution library, enabling third-party applications to integrate terminal and package management capabilities into their own interfaces without requi

    Embedded Terminal EnvironmentsTerminal EmulatorsPackage Management Systems
    Vezi pe GitHub↗56,464
  • cantino/huginnAvatar cantino

    cantino/huginn

    49,487Vezi pe GitHub↗

    Huginn is an open-source automation platform that functions as an event-driven task automator and webhook integration engine. It enables the creation of agents that monitor web data and automate tasks across various web services, operating as a self-hosted web scraper and JavaScript workflow orchestrator. The system uses a directed graph of event flows to route and transform data between external APIs. It differentiates itself by allowing custom JavaScript execution within workflows to modify data payloads and by integrating human-in-the-loop automation to insert manual judgment or data entry

    Automation PlatformsEvent-Driven Automation EnginesAgent-Based Modularization
    Vezi pe GitHub↗49,487
  • signoz/signozAvatar SigNoz

    SigNoz/signoz

    27,355Vezi pe GitHub↗

    SigNoz is a full-stack observability platform designed to collect, store, and visualize metrics, logs, and distributed traces in a unified environment. It leverages OpenTelemetry-based data collection to ingest telemetry from diverse sources using vendor-neutral protocols, ensuring interoperability across complex microservices architectures. The platform utilizes a high-performance columnar storage engine to enable rapid aggregation and filtering, providing a centralized backend for monitoring application health and performance. What distinguishes the platform is its focus on automated instru

    Observability PlatformsAnalytical DatabasesApplication Performance Monitoring
    Vezi pe GitHub↗27,355
Înapoi123456…5589Înainte