Skip to content
View mattkenefick's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Organizations

@buck-co
Block or Report

Block or report mattkenefick

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. vscode-file-template vscode-file-template Public

    A file / folder template structure with support for variables and actions.

    TypeScript 2 1

  2. vscode-css-alphabetize vscode-css-alphabetize Public

    Alphabetizes the properties of CSS structures

    TypeScript 5

  3. vscode-box-comment vscode-box-comment Public

    Creates ASCII box comments in Visual Studio Code

    TypeScript 3 5

  4. restmc restmc Public

    Models and Collections for REST APIs

    TypeScript

  5. Debounce class Debounce class
    1
    /**
    2
     * Debounce
    3
     *
    4
     * Prevents a function from being fired too often by determining
    5
     * a difference in time from the last time in which it was fired
  6. approximate-aspect-ratio.js approximate-aspect-ratio.js
    1
    /**
    2
     * Usage:
    3
     *
    4
     * const ratio = approximateAspectRatio(855, 482, 20);
    5
     * // "16:9"