be-reformable is a web component that progressively enhances the built-in form element
Allow the user to customize input element during run time.
Base class for web components as a service
a glob matcher in javascript
walk paths fast and efficiently
No description provided.
A JavaScript parser built from the Hermes engine
A deep deletion module for node (like `rm -rf`)
Node.js body parsing middleware
Node.js final http responder
tar for node
A debug logger package for other Google libraries
Get the visual width of a string - the number of columns required to display it
Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab
Global identifiers from different JavaScript environments
Matches strings against configurable strings, globs, regular expressions, and/or functions
JSON for Humans
Polyfill of future proposal for `util.parseArgs()`
A collection of utility libraries used by other Facebook JS projects
Utilities for executing code in Web Workers
Turn a function into an `http.Agent` instance
Angular Schematics - Library
JSON Web Token implementation (symmetric and asymmetric)
Disables scroll outside of `children` node.
Provides ability to use form object in your ActiveAdmin application
Provides Reform integration for Shrine.
extends errors class with :objects method
Text::Reform reformats text according to formatting picture templates. It's a port from the Perl module of the same name originally by Damian Conway (damian@conway.org). Much of the documentation has been copied from the original documentation and adapted to the Ruby version. The interface is subject to change, since it will undergo major Rubyfication; additionally, some features may have not been ported yet.
disable dry-types deprecation warning (reform)
Automatically load and include all common Reform features for a standard Rails environment.
This gem adds support for Reformal to use with Rails Turbolinks. When you use the turbolinks and move between pages the Reformal tab will disappear this gem will bring it back.
Fluent output plugin for reforming a record using multiple named capture regular expressions
Splitting date field into multiple inputs on the form object level (reform)
Placeholder
Metamorphic identity transformation for LegionIO agents — structured dissolution and reformation cycles
Geoptima is a suite of applications for measuring and locating mobile/cellular subscriber experience on GPS enabled smartphones. It is produced by AmanziTel AB in Helsingborg, Sweden, and supports many phone manufacturers, with free downloads from the various app stores, markets or marketplaces. This Ruby library is capable of reading the JSON format files produced by these phones and reformating them as CSV, GPX and PNG for further analysis in Excel. This is a simple and independent way of analysing the data, when compared to the full-featured analysis applications and servers available from AmanziTel. If you want to analyse a limited amount of data in excel, or with Ruby, then this GEM might be for you. If you want to analyse large amounts of data, from many subscribers, or over long periods of time then rather consider the NetView and Customer IQ applications from AmanziTel at www.amanzitel.com. Current features available in the library and the show_geoptima command: * Import one or many JSON files * Organize data by device id (IMEI) into datasets * Split by event type * Time ordering and time correlation (associate data from one event to another): ** Add GPS locations to other events (time window and interpolation algorithms) ** Add signal strenth, battery level, etc. to other events * Export event tables to CSV format for further processing in excel * Make and export GPS traces in GPX and PNG format for simple map reports The amount of data possible to process is limited by memory, since all data is imported in ruby data structures for procssing. If you need to process larger amounts of data, you will need a database-driven approach, like that provided by AmanziTel's NetView and Customer IQ solutions. This Ruby gem is actually used by parts of the data pre-processing chain of 'Customer IQ', but it not used by the main database and statistics engine that generates the reports.