Skip to content
View suryaturaga3142's full-sized avatar

Highlights

  • Pro

Block or report suryaturaga3142

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
suryaturaga3142/README.md
-- /home/surya/.config/github/init.lua

local core = require("surya.core")
local student = require("purdue.ee")

core.load({
    personal = {
        name   = "Surya Turaga",
        uptime = { "21", "yrs" }
    },
    environment = {
        os     = "CachyOS",
        wm     = "Hyprland",
        editor = "Neovim",
        ide    = "Zed"
    },
    location = {
        country = "India",
        city    = "Bengaluru"
    },
    passion = { 
        "Computer Architecture",
        "ASIC Design",
        "Firmware Engineering"
    },
    hobbies = {
        "Gym",
        "Motorbikes",
        "Ricing",
        "Cats"
    }    
})

student.setup({
    university = { "Purdue", "West Lafayette" },
    status     = { "Senior", "Undergraduate" },
    graduation = { "2027", "Spring" },
    major      = "Electrical Engineering,
    minor      = { "Mathematics", "Biological Sciences" }
})

Pinned Loading

  1. dotfiles dotfiles Public

    My dotfiles for CachyOS Hyprland. My main priority is a productivity focused unified workflow across nvim, tmux and hyprland. Tracked by chezmoi. Hope you like it!

    Lua

  2. workflow-utils workflow-utils Public

    Some of my tools that I use to make my workflow more convenient and efficient.

    Tcl 1

  3. stargazing-vr stargazing-vr Public

    A microcontroller project by the LED Chasers. Uses an RP2350 with LCD displays, IMU, and GPS to simulate viewing of constellations. This is the team final project for ECE 36200.

    C 2

  4. os-labs-Xv6 os-labs-Xv6 Public

    My solutions to the MIT Operating Systems Engineering open labs. Using 6.1810 / Fall 2025 given repo.

    C

  5. chipdev-verilog chipdev-verilog Public

    View my answers to some HDL questions listed for practice on chipdev. I prefer it to HDLBits, but I might add a couple things from there ;)

    SystemVerilog 1

  6. breadboard-diaries breadboard-diaries Public

    A small collection of my breadboarding projects!

    Shell