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

Data Processing Use Tool →

Slice Array

Extract a section of an array using lodash _.slice

Data Processing Use Tool →

Sorted Index

Find the insertion index in a sorted array using lodash _.sortedIndex

Data Processing Use Tool →

Tail Items

Return all but the first array item using lodash _.tail

Data Processing Use Tool →

Take Items

Take the first N items using lodash _.take

Data Processing Use Tool →

Take Right Items

Take the last N items using lodash _.takeRight

Data Processing Use Tool →

Sorted Unique By

Remove duplicates from a sorted array using lodash _.sortedUniqBy

Data Processing Use Tool →

Markup Calculator

Calculate markup, selling price, and profit based on cost and markup percentage

Math & Numbers Use Tool →

SWIFT Code Validator

Validate SWIFT/BIC bank identification codes

Validation Use Tool →

Remove By Predicate

Remove items that match a predicate using lodash _.remove

Data Processing Use Tool →

Reverse Array

Reverse an array using lodash _.reverse

Data Processing Use Tool →

Intersection Arrays

Find common values across multiple arrays using lodash _.intersection

Data Processing Use Tool →