@adinsure-ops/ops-cli
Operations CLI for working with AdInsure
Operations CLI for working with AdInsure
🧮 Common set operations (union, difference, isSubset, etc.) for any Iterable
This contain basic math functions like addition(add), subtraction(subtract), multiplication(multiply), division(divide), modulo(mod), power(pow)
operations research and optimization code bricks for JavaScript
Multitenancy and Extensibility Tool is a cli to reduce operational overhead for multitenant Cloud Foundry applications
Batch-run synchronous and asynchronous operations in sequence
Collection of helper functions for qiufen-pro
> TODO: description
Calculates accurate arithmetics.
Falkor operations commander
Shared operations library of the Falkor Framework
Persisted operations support for Grafserv
A simple calculator with Typescript,Node.js and inquirer
A robust modular arithmetic utility for JavaScript, handling both positive and negative integers with ease. Ensure consistent, non-negative results for your modulo operations. Perfect for mathematical computations, circular buffer implementations, and mor
A set of mathematical functions for performing basic arithmetic operations, finding the min/max value in an array, and calculating mean, median, and mode
The File System Utils project focuses on simplifying file and folder management through a suite of utilities that provide seamless interactions with file systems. Designed to improve productivity and convenience, the tool offers a range of features, inclu
Batch multiple MCP tool calls into a single request—reducing overhead and token usage for AI agents
Efficient structure representing a sequence of elements, with powerful operations for TypeScript
``` npm i @sndmath/set ``` ## Import ``` import { SndSet } from '@sndmath/set'; ``` ## Union ``` let v = [2, 4, 4, 5, 17, 'lulu']; let s0 = new SndSet(v); v = [3, 14, 14, 5, 9, 17]; let s1 = new SndSet(v); let s2 = Array.from(SndSet.union(s0, s1)); consol
Set closure for JavaScript