Skip to content
View notvictorl's full-sized avatar
🛏️
🛏️

Highlights

  • Pro

Organizations

@fetf

Block or report notvictorl

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
notvictorl/README.md

hi

Undergraduate Computer Engineering Student at University of Maryland

Personal, Hackathon, and Other Projects

Systems Software and FPGA Engineer
Focused on Low Latency and High Performance

struct victor {
  string programming[] = {"C/C++", "Python", "Java", "JavaScript"};
  string hardware[] = {"Verilog", "SystemVerilog", "FPGA"};
  string hobbies[] = {"cooking", "reading", "music", "puzzle games"};
  // and more...
};

Notable Projects

Discord bot that plays songs for players to guess title and artist

Solver for the puzzle game 0h h1

Verifies CSR diagonal sparse matrices as part of a branch prediction architecture for ML computation

Pinned Loading

  1. 0hh1-Solver 0hh1-Solver Public

    Solver for the game 0h h1 https://0hh1.com/

    C++

  2. fetf/AssistSpeak fetf/AssistSpeak Public

    Hackathon Project: Your Assistant On Anything Through A Phone

    Python 4

  3. fetf/music-quiz fetf/music-quiz Public

    A Discord bot that plays songs from a playlist for players to guess

    JavaScript 3 1

  4. diagonal-matrix-verifier diagonal-matrix-verifier Public

    Verilog