Interpolate a Javascript Object or String with json - Advanced
Interpolate json. Inject variables to JSON. Allows to profide inteface and description for variables
TypeScript definitions for d3-interpolate
Interpolate numbers, colors, strings, arrays, objects, whatever!
Vendored dependencies for Victory
Animated transitions for D3 selections.
Interpolates path `d` attribute smoothly when A and B have different number of points.
TypeScript definitions for d3-zoom
Generate string from a token array by interpolating values.
Vendored dependencies for MUI X Charts.
vendored packages for visx
Creates an interpolated grid of points using the Inverse Distance Weighting method.
interpolate custom variables into index.html
Convert color string (or parseable argument) to RGBA array
Color spaces! RGB, HSL, Cubehelix, Lab and HCL (Lch).
Pick color from a given color palette by index
Beautiful, data-driven animations for React.
TypeScript definitions for d3-interpolate-path
Pack RGBA color channels into uint32 and back
A string interpolation component that formats and interpolates a template string in a safe way
Convert strings into structured React components.
An HTML interpolation plugin for supporting template HTML file
A component for React that renders elements into a format string containing replacement fields
tween-interpolate =================
Interpol is a toolkit for working with API endpoint definition files, giving you a stub app, a schema validation middleware, and browsable documentation.
Traductor uses RubyLLM to translate YAML and JSON locale files across languages. Supports incremental translation, glossaries, interpolation variable protection, and works with any framework (Rails, React, Next.js).
One API to load .env, YAML, JSON, TOML, environment variables, and defaults with automatic type coercion, layered priority, AES-256-GCM encryption, schema validation, variable interpolation, sensitive value masking, and file watching.
Ruby Hail is fast-by-design Rack-based nano-framework. It provides generator and helper to quickly create Rack-based web-apps. You have options to make plain html-based app with basic templates. You can chain htmls and utilize ruby string interpolation. You can generate simple json API with authentication. Or you can go with SPA (single-page app). It uses Vue.js for UI because it shares fast-by-design philosophy and very similar to AngularJS 1. In all cases you have database (sqlite by default) available out of the box.
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.