Skip to content
View Tofuhippo's full-sized avatar
  • Seattle, WA

Highlights

  • Pro
Block or Report

Block or report Tofuhippo

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. CS311 CS311 Public

    Computer Graphics with Josh Davis

    C

  2. carleton-cs257-fall-2018/assignments-kimcw2 carleton-cs257-fall-2018/assignments-kimcw2 Public archive

    assignments-kimcw2 created by GitHub Classroom

    Python 1

  3. dalmeidad/hackathon2k18 dalmeidad/hackathon2k18 Public

    =

    JavaScript 1 1

  4. A couple of helper functions I alway... A couple of helper functions I always use when automating workflow processes from Google Sheets in GAS.
    1
    // Get a sheet from a given spreadsheet by the ID of the sheet
    2
    function getSheetById(spreadsheet, sheetId) {
    3
      return spreadsheet.getSheets().filter(function(sheet) {return sheet.getSheetId() == sheetId})[0];
    4
    }
    5
    
    
  5. Vulkan-2019 Vulkan-2019 Public

    Tests for setting up CS311 with Vulkan

    C++