Skip to content
View tyler-tm's full-sized avatar
:dependabot:
:dependabot:

Block or report tyler-tm

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

    A Priority Queue in Go that uses concurrency to return from Push() and Pop() in constant time, before starting a goroutine to re-heapify the underlying data structure.

    Go 1

  2. deno-calc Public

    A string-parsing calculator running on Deno, using Djikstra's Shunting-yard algorithm

    TypeScript 1

  3. ergodox-base Public

    An Ergodox layout focused on keeping everything needed for writing code on, or close to, the home row, to reduce fatigue caused by reaching for keys.

    C 1

  4. .vimrc
    1
    " Vim Plug -----------------------------------------------------------------
    2
    if empty(glob('~/.vim/autoload/plug.vim'))
    3
      silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
    4
        \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
    5
      autocmd VimEnter * PlugInstall --sync | source $MYVIMRC