All-in-One Tools Collection
A broad collection of online tools for development, AI, design, and productivity tasks.
Showing page 15 of 132 (12 tools on this page)
Sorted Unique
Remove duplicates from a sorted array using lodash _.sortedUniq
Slice Array
Extract a section of an array using lodash _.slice
Sorted Index
Find the insertion index in a sorted array using lodash _.sortedIndex
Tail Items
Return all but the first array item using lodash _.tail
Take Items
Take the first N items using lodash _.take
Take Right Items
Take the last N items using lodash _.takeRight
Sorted Unique By
Remove duplicates from a sorted array using lodash _.sortedUniqBy
Markup Calculator
Calculate markup, selling price, and profit based on cost and markup percentage
SWIFT Code Validator
Validate SWIFT/BIC bank identification codes
Remove By Predicate
Remove items that match a predicate using lodash _.remove
Reverse Array
Reverse an array using lodash _.reverse
Intersection Arrays
Find common values across multiple arrays using lodash _.intersection