Skip to content
View roccoagain's full-sized avatar
  • Boulder, Colorado

Highlights

  • Pro

Block or report roccoagain

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. CU-Robotics/firmware CU-Robotics/firmware Public

    Robot-agnostic firmware platform for Teensy 4.1

    C 10 2

  2. 4154V-SNAIL 4154V-SNAIL Public

    Code for team 4154V's Vex Robotics Competition robot.

    C++

  3. wireviz_backend wireviz_backend Public

    Server that receives netlists and makes Bode plots using ngspice.

    Python

  4. schematic-symbol-classifier schematic-symbol-classifier Public

    A little model to classify components in electrical schematics.

    Python

  5. init.lua init.lua
    1
    -- bootstrap lazy.nvim
    2
    local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
    3
    if not (vim.uv or vim.loop).fs_stat(lazypath) then
    4
        local lazyrepo = "https://github.com/folke/lazy.nvim.git"
    5
        local out = vim.fn.system({ "git", "clone", "--filter=blob:none", "--branch=stable", lazyrepo, lazypath })