Set the value of an element based on peer elements or the host
Similar to [be-joined](https://github.com/bahrus/be-joined) and [be-calculating](https://github.com/bahrus/be-calculating).
A fast function for calculating the visual width of a string once printed to the terminal.
Most caching libraries don't do locking, meaning that >1 process can be calculating a cached value at the same time. Since you presumably cache things because they cost CPU, database reads, or money, doesn't it make sense to lock while caching?
A fast function for calculating where a string should be truncated, given an optional width limit and an ellipsis string.
Most caching libraries don't do locking, meaning that >1 process can be calculating a cached value at the same time. Since you presumably cache things because they cost CPU, database reads, or money, doesn't it make sense to lock while caching?
The `acvm_js` package enables users to execute an ACIR program, i.e. generating an initial witness from a set of inputs and calculating a partial witness. This partial witness can then be used to create a proof of execution using an ACVM backend.
date-fns timezone utils
OTP utility for Google Authenticator
No description provided.
A library to offer a ring buffer for Node-RED msg statistics.
Takes a FeatureCollection of points and calculates the median center.
UTC date utils
DateTime, TimeZone, Duration and Period library aimed at providing a consistent and complete date-time interface, away from the original JavaScript Date class.
A Device Parameter Database for the WebVR Polyfill
Calculate the difference of two arrays
Maintained fork of later. Determine later (or previous) occurrences of recurring schedules
<h1 align="center"> <b> <a href="https://core.allbridge.io/"><img src="https://allbridge.io/assets/icons/core.svg" /></a><br> </b> </h1>
Deterministic pseudo-random number generator for JavaScript and TypeScript
A pure JavaScript implementation of a BPE tokenizer (Encoder/Decoder) for GPT-2 / GPT-3 / GPT-4 and other OpenAI models
Low-Level GeoSpatial Masking Functions
Generates diffs between documents and primitive types
Calculate the specificity of a CSS selector
A tiny library for calculating Standardized Uptake Value (SUV) for Nuclear Medicine (i.e. PET, SPECT)
Date calculations based on a schedule.
Time calculations using business hours.
Geokit provides geocoding and distance calculation in an easy-to-use API
Calculate National Holidays of Japan after 1948
A modern ruby gem allowing to do time calculation with working hours.
Geo calculations in ruby and javascript
This file provides `Pathname.common_prefix` and `Pathname#common_prefix` which calculate the common prefix in the passed paths.
Date calculations based on business calendars
A Ruby library for performing calculations on IPv4 and IPv6 subnets.
bmi_cal_ichinoki(kg, cm) ex)bmi_cal_ichinoki(85.0, 175.5)
== Description This gem provides some methods for calculating similarities of two strings. === Currently implemented - Cosine similarity - Levenshtein distance/similarity === Planned - Hamming similarity
Pure ruby implemented generic CRC (Cyclic Redundancy Check) calculator. Customization is posible for 1 to 64 bit width, any polynomials, and with/without bit reflection input/output. If you need more speed, please use crc-turbo.