12 Repos
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.
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.
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.
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.
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.
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.
Hashie is a collection of classes and mixins that make Ruby hashes more powerful.
Tools for extending and manipulating hash structures.
Efficient, Immutable, Thread-Safe Collection classes for Ruby
Immutable and thread-safe collection classes.
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 Facets
Extensive collection of general-purpose method extensions.
Docile keeps your Ruby DSLs tame and well-behaved
Maps domain-specific languages to objects.
Ruby core extentions and class utilities for Hanami
Lightweight class utilities for application development.
Bitwise: Fast, memory efficient bitwise operations on large binary strings written in C
Efficient bitwise operations on binary strings.