Sean Gaston's repositories
Last-Seen-tagger
Convert Epoch time(ms) to human comprehensive "Last seen:____"
Huge-Number-Multiplier
Multiplies extremely large numbers input as number strings and returns a number string with full accuracy.
Race-time-tool
Takes a string of track times (eg. "hh|mm|ss, 03|15|45, ..|..|.., ...") and returns range, mean, and median times.
Index-check
In progress
Name-List-gen
Will take an array containing hashes with name keys ie: [{name: Smith}, {name: John}, ...] and return names in a string formatted to "name, name & name".
Password-Validator
Validates passwords based on your choice of requirements. (in development)
Reverse-Words
Reverses the characters in a word keeping sentence structure intact. eg: The dog is brown => ehT god si nworb.
String-Incrementor
Takes a String with a number and increments the number by chosen amount. Returns value as string. EX: John002 => John 003 | Dan1050 => Dan1080
Sum-of-Number-Pairs
Finds the closest two values in an array that equal the input number. Designed to work on massive arrays (10M+ values).
Time-to-Meet
Given 2 velocities (in feet per hour) and a starting distance for your first velocity (feet) returns the time it will take the two to meet.