Skip to content
View ptdewey's full-sized avatar

Sponsoring

@neovim

Highlights

  • Pro
Block or Report

Block or report ptdewey

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
ptdewey/README.md
-- initialize user profile
local ptdewey = {}

-- user info
ptdewey.info = {
    name = "patrick dewey",
    education = {
        masters = "computer science at virginia tech",
        bachelors = "computational modeling and data analytics at virginia tech"
    },
    experience = {
        "software engineering",
        "data science",
        "computational science"
    }
}

-- user stats
ptdewey.stats = {
    total_repositories = 27,
    total_stargazers = 49,
    total_commits_current_year = 197,
    total_prs = 31,
    total_issues = 9,
    top_languages = {
        lua = "22.0%",
        go = "17.3%",
        python = "16.4%",
        r = "11.8%",
        shell = "9.6%",
        cuda = "7.7%"
    }
}

return ptdewey

Pinned

  1. yankbank-nvim yankbank-nvim Public

    Neovim plugin improving access to recent yank history

    Lua 39 1

  2. darkearth-nvim darkearth-nvim Public

    A dark and earthy colorscheme for Neovim.

    Lua 7

  3. frc-scouting-database-v2 frc-scouting-database-v2 Public

    Modeling team performance at FIRST robotics events

    Go

  4. cuda-nn cuda-nn Public

    Fully-connected feed-forward neural network implementation in CUDA

    Cuda