Skip to content
View tdous's full-sized avatar
  • Newcastle upon Tyne, UK
Block or Report

Block or report tdous

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

Pinned Loading

  1. star-field-canvas star-field-canvas Public

    Configurable fly-through star field effect for HTML canvas.

    TypeScript 17 2

  2. anim-loop-engine anim-loop-engine Public

    Painfully basic script just to shortcut setting up requestAnimationFrame loops in experiments.

    TypeScript 1

  3. map-number-to-range map-number-to-range Public

    'Converts' a number within a range to it's corresponding value in another range.

    TypeScript

  4. game-of-life game-of-life Public

    Last one of these I made was in Flash in 2001. I thought it'd be fun to try out an old classic again as part of the continued adventures of messing with TypeScript.

    TypeScript

  5. Binary gap of decimal Binary gap of decimal
    1
    /**
    2
     * Get the "binary gap" if a given decimal, the maximal number of '0'
    3
     * between two '1' in the binary representation of a number.
    4
     *
    5
     * eg. 155 -> 10011011 - binary gap = 2