Wraps function to spread args.
Spread the Slurry around
A utility package for filtering and formatting name-value pairs with dynamic placeholders.
Geometry algorithms for dance choreography - centroid, spreader, arrangement, collision
Fast spreadsheet logic library implemented in WebAssembly
```jsx /** * @name curry * @type {Function} * @description recursive autocurry * @since 0.0.1 * @example curry(function, arg1, arg2)(arg3)(arg4, arg5) */ export const curry = (func, array = []) => (...args) => (arr) => ( arr.length === func.length ? func(
Message formatting and validation plugin for the clacks-p2p ecosystem
This is a program to transfer data from queues (push/pop) between different Redis server
Pure-Rust MPEG-1/2 Audio Layer III (MP3) decoder + minimum-viable CBR encoder
A web server for rust.
Geometric network analysis using Clifford algebra and tropical algebra
This rubygem does not have a description or summary.
Provides tools for managing resource-efficient backfills of large datasets via ActiveJob
No description provided.
No description provided.