Skip to content
View sspencer's full-sized avatar

Block or report sspencer

Report abuse

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

Report abuse

Pinned Loading

  1. mock mock Public

    Mock a HTTP Server with multiple responses in a text file

    Go

  2. jawbreaker jawbreaker Public

    Jawbreaker game in various flavors including JavaScript, Go, Odin using Canvas, Ebiten and Raylib

    Go 3

  3. Serve a transparent GIF from NodeJS Serve a transparent GIF from NodeJS
    1
    // Two ways to serve transparent GIF
    2
    
                  
    3
    var buf = new Buffer([
    4
        0x47, 0x49, 0x46, 0x38, 0x39, 0x61, 0x01, 0x00, 0x01, 0x00, 
    5
        0x80, 0x00, 0x00, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x2c,