No description provided.
Split a string on the first occurance of a given separator
Easy way to split a string on a given character unless it's quoted or escaped.
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
split a Text Stream into a Line Stream, using Stream 3
split a Text Stream into a Line Stream
Split a LineString by another GeoJSON Feature.
Split Cypress specs across parallel CI machines for speed
This is a plugin for split testing (AB testing) in Next.js.
ES spec-compliant shim for ArrayBuffer.prototype.slice
Get the byteOffset out of a DataView, robustly.
Split string by any separator excluding brackets, quotes and escaped characters
Get the byteLength out of a DataView, robustly.
React component for Split.js
Social Media Downloader by AbroDevTeam
Split JavaScript SDK common components
Get the ArrayBuffer out of a DataView, robustly.
Simple module to split a single certificate authority chain file (aka: bundle, ca-bundle, ca-chain, etc.) into an array, as expected by the node.js tls api.
React split-pane component with hooks and TypeScript
React split-pane component
A/B testing React components and debug tools. Isomorphic with a simple, universal interface. Well documented and lightweight. Tested in popular browsers and Node.js. Includes helpers for Mixpanel and Segment.com.
TypeScript definitions for split2
Manipulate strings according to the word parsing rules of the UNIX Bourne shell.
A library to find JS RegExp with super-linear worst-case time complexity for attack strings that repeat a single character.
Rack based split testing framework
Provides a splitting framework similar to AB testing
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.