awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 Repos

Awesome GitHub RepositoriesCore Extensions

Libraries that extend standard classes and add utility methods.

Explore 12 awesome GitHub repositories matching part of an awesome list · Core Extensions. Refine with filters or upvote what's useful.

Awesome Core Extensions GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • rails/railsAvatar von rails

    rails/rails

    58,690Auf GitHub ansehen↗

    This project is a full-stack web framework designed for building database-backed applications through a standardized architectural pattern. It provides a comprehensive suite of integrated libraries that manage the entire request-response lifecycle, from routing incoming web traffic to rendering dynamic server-side templates. By utilizing an object-relational mapping layer, the framework allows developers to define domain models that map database tables directly to application objects, simplifying data persistence, schema migrations, and complex relationship management. The framework is distin

    Collection of utility classes and standard library extensions.

    Rubyactivejobactiverecordframework
    Auf GitHub ansehen↗58,690
  • i18next/i18nextAvatar von i18next

    i18next/i18next

    8,583Auf GitHub ansehen↗

    i18next is a JavaScript localization library and internationalization framework used to translate application text into multiple languages. It functions as a dynamic translation manager that handles translation resources, language detection, and the mapping of unique keys to localized strings. The system features a pluralization and interpolation engine that applies language-specific grammatical rules for numeric counts and injects dynamic variables into strings. It utilizes a plugin-based backend architecture to load and cache translation namespaces from various sources, including remote ser

    Integrates custom modules, such as backends or formatters, to modify the behavior of the translation process.

    JavaScript
    Auf GitHub ansehen↗8,583
  • glidejs/glideAvatar von glidejs

    glidejs/glide

    7,668Auf GitHub ansehen↗

    Glide is a dependency-free ES6 JavaScript library used to create responsive content sliders and carousels. It functions as a modular framework for implementing sliding content areas that adapt their layout and settings based on browser window breakpoints. The library is distinguished by a modular architecture that allows the inclusion of only necessary logic to reduce final bundle size. It separates core structural styles from thematic visual styles and utilizes a plugin system to extend the base slider functionality and lifecycle hooks. The component covers a range of interaction and naviga

    Provides a plugin system to add specialized behaviors and additional features to the base slider implementation.

    JavaScriptcarouseldependency-freees6
    Auf GitHub ansehen↗7,668
  • rcbyr/keen-sliderAvatar von rcbyr

    rcbyr/keen-slider

    5,017Auf GitHub ansehen↗

    Keen-slider is a JavaScript touch carousel library and DOM-based slider engine. It provides a framework-independent tool for creating responsive, touch-enabled slide carousels that translate swipe inputs into animated transitions for content galleries. The library focuses on responsive design through the use of breakpoints and media queries to automatically adapt layout and behavior across different screen sizes. It supports native touch and swipe gestures compatible with modern web browsers and mobile devices. Its capability surface includes the implementation of navigation controls, infini

    Integrates custom plugin functions into the slider lifecycle to add specialized behaviors and feature sets.

    TypeScriptagnosticangularcarousel
    Auf GitHub ansehen↗5,017
  • solnic/virtusAvatar von solnic

    solnic/virtus

    3,746Auf GitHub ansehen↗

    Virtus is a Ruby attribute management and data coercion library used to define object schemas with typed attributes. It functions as a tool for transforming nested JSON structures and complex input formats into structured internal Ruby data types. The project provides a framework for creating value objects that are compared by their attribute values rather than memory identity. It allows for the mapping of complex external data into domain objects and supports the implementation of custom coercion logic to ensure data consistency. The library covers data modeling through schema-driven attrib

    Adds attribute modeling to plain Ruby objects.

    Ruby
    Auf GitHub ansehen↗3,746
  • intridea/hashieAvatar von intridea

    intridea/hashie

    3,037Auf GitHub ansehen↗

    Hashie is a collection of classes and mixins that make Ruby hashes more powerful.

    Tools for extending and manipulating hash structures.

    Ruby
    Auf GitHub ansehen↗3,037
  • hamstergem/hamsterAvatar von hamstergem

    hamstergem/hamster

    1,912Auf GitHub ansehen↗

    Efficient, Immutable, Thread-Safe Collection classes for Ruby

    Immutable and thread-safe collection classes.

    Ruby
    Auf GitHub ansehen↗1,912
  • sporkmonger/addressableAvatar von sporkmonger

    sporkmonger/addressable

    1,610Auf GitHub ansehen↗

    Addressable is an alternative implementation to the URI implementation that is part of Ruby's standard library. It is flexible, offers heuristic parsing, and additionally provides extensive support for IRIs and URI templates.

    Replacement for standard URI implementation with better compliance.

    Ruby
    Auf GitHub ansehen↗1,610
  • rubyworks/facetsAvatar von rubyworks

    rubyworks/facets

    805Auf GitHub ansehen↗

    Ruby Facets

    Extensive collection of general-purpose method extensions.

    Ruby
    Auf GitHub ansehen↗805
  • ms-ati/docileAvatar von ms-ati

    ms-ati/docile

    435Auf GitHub ansehen↗

    Docile keeps your Ruby DSLs tame and well-behaved

    Maps domain-specific languages to objects.

    Ruby
    Auf GitHub ansehen↗435
  • hanami/utilsAvatar von hanami

    hanami/utils

    173Auf GitHub ansehen↗

    Ruby core extentions and class utilities for Hanami

    Lightweight class utilities for application development.

    Ruby
    Auf GitHub ansehen↗173
  • kenn/bitwiseAvatar von kenn

    kenn/bitwise

    50Auf GitHub ansehen↗

    Bitwise: Fast, memory efficient bitwise operations on large binary strings written in C

    Efficient bitwise operations on binary strings.

    Ruby
    Auf GitHub ansehen↗50
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Core Extensions

Unter-Tags erkunden

  • Localization Framework ExtensionsCustom modules that modify the core translation and formatting process. **Distinct from Core Extensions:** Distinct from Core Extensions: specifically refers to extending the i18n pipeline with custom backends or formatters.
  • Slider Capability ExtensionsModular plugins that add specialized behaviors and functionality to a carousel or slider core. **Distinct from Core Extensions:** Distinct from Core Extensions: specifically targets the addition of interactive features to slider components rather than general class utilities.