Skip to content
View Mark-McCracken's full-sized avatar
🏠
Working from home. Obviously.
🏠
Working from home. Obviously.
Block or Report

Block or report Mark-McCracken

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. Quiz-Powerpoint-Generator Quiz-Powerpoint-Generator Public

    automation code to turn quiz questions into powerpoint presentation

    Python 2 1

  2. Sudoku-Solver Sudoku-Solver Public

    An algorithm to solve an nxn grid sudoku using node.js

    TypeScript

  3. BigQuery string fuzzy matching nysiis BigQuery string fuzzy matching nysiis
    1
    CREATE OR REPLACE FUNCTION `functions.fuzzy_match_nysiis`(input STRING) AS ((
    2
    select
    3
      string_agg(c, "" order by off asc)
    4
    from (select
    5
            c,
  4. google-api-swift-client google-api-swift-client Public

    Forked from googleapis/google-api-swift-client

    A client generator for APIs described by Google's API Discovery Format.

    Swift 1