Skip to content
View SPGisMe's full-sized avatar

Block or report SPGisMe

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Last-Seen-tagger Last-Seen-tagger Public

    Convert Epoch time(ms) to human comprehensive "Last seen:____"

    JavaScript 3

  2. Huge-Number-Multiplier Huge-Number-Multiplier Public

    Multiplies extremely large numbers input as number strings and returns a number string with full accuracy.

    JavaScript 2

  3. Race-time-tool Race-time-tool Public

    Takes a string of track times (eg. "hh|mm|ss, 03|15|45, ..|..|.., ...") and returns range, mean, and median times.

    JavaScript 1

  4. Sum-of-Number-Pairs Sum-of-Number-Pairs Public

    Finds the closest two values in an array that equal the input number. Designed to work on massive arrays (10M+ values).

    JavaScript

  5. Name-List-gen Name-List-gen Public

    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".

    JavaScript

  6. String-Incrementor String-Incrementor Public

    Takes a String with a number and increments the number by chosen amount. Returns value as string. EX: John002 => John 003 | Dan1050 => Dan1080

    JavaScript