Skip to content
View mgthomas99's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report mgthomas99

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

  1. easy-vg easy-vg Public

    Forked from ajstarks/openvg

    OpenVG API for producing hardware-accelerated vector graphics.

    C 4 1

  2. enola enola Public

    Command line utility for deleting directories as quickly as possible

    TypeScript 1

  3. aurelia-conditionals aurelia-conditionals Public

    Aurelia custom elements for conditional DOM construction

    TypeScript 7

  4. mgthomas99.github.io mgthomas99.github.io Public

    CSS 1

  5. Recursive factorial function impleme... Recursive factorial function implementation written in WebAssembly Text (WAT)
    1
    
                  
    2
    (module
    3
      ;;; Calculates and returns the factorial of the first parameter using
    4
      ;;; recursion.
    5
      ;;; @param  {i32} $x