Arabic dictionary for CSpell.
UI component for a 3D force-directed graph in AR
Library will help you to detect if the locale is right-to-left language.
React component for 2D, 3D, VR and AR force directed graphs
Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.
Core
Pose-aware panorama capture + stitching for React Native. One <Camera> component, both tap-to-photo and hold-to-pan modes, both AR-backed and IMU-fallback capture paths.
[](https://www.npmjs.com/package/ar-gql)
Javascript implementation of the Unix crypt(3) DES-based hash
Use react-devtools outside of the browser
Internationalised error messages for Ajv JSON validator
option parsing and help generation
Lodash specific linting rules for ESLint
Asynchronously read and write Unix archive files.
Node.js dictionary for cspell.
Docker dictionary for cspell.
Dictionary of terms used in Fullstack development.
.Net dictionary for cspell.
Bash dictionary for cspell.
micromark utility to tokenize subtokens
Go Language dictionary for cspell.
Shell Script dictionary for cspell.
Rust dictionary for cspell.
Python dictionary for cspell.
Krossbar settings common data
Krossbar settings library
Krossbar settings viewer
Simplified, permanent key-value store for global application settings.
Stores settings as key/value pairs in a settings table and provides accessors for them on the owning object
Stores settings as key/value pairs in a settings table and provides accessors for them on the owning object
Pluggable settings for your AR models.
Generates a directory structure and assets to allow for using Active Record migrations within any project, Groovy, C#, etc.
This is meant to help facilitate an API-first strategy when creating web apps with RoR
Plugin for Ruby on Rails that gives you a way to add a callback to the ActiveRecord callback chain that will be executed right after the record's timestamp columns are set, but before the record is actually saved to the database. This is useful if you want to do something with the timestamps, such as defaulting another time column to created_at, or rolling back a timestamp by a certain amount.
Automatically sets up usage of a relational table to contain user-created multi-locale string attributes
Gem that plugs into Ruby on Rails that gives you a way to add a callback to the ActiveRecord callback chain that will be executed right after the record's timestamp columns are set, but before the record is actually saved to the database. This is useful if you want to do something with the timestamps, such as defaulting another time column to created_at, or rolling back a timestamp by a certain amount.
This gem sorts AR collection when given a set of parameters that will be validated against the whitelisted attributes in the model. The gem mixed in a `sorty_sort` method in the ActiveRecord::Relation.
Allows to set the order of AR queries using URL parameters
Defines Array#calculation methods for ActiveRecord result sets. Provides #sum, #min, #max, #count, #mean, #regression, #slope. Delegates to super() if not an AR result set where appropriate.