Skip to content
View aaguy-hue's full-sized avatar

Highlights

  • Pro

Organizations

@The-Code-Nook

Block or report aaguy-hue

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 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
aaguy-hue/README.md
  • 👋 Hi, I’m @aaguy-hue
  • 🤖 I'm currently the Software Lead for Team 22105 Runtime Terror for the FIRST Tech Challenge
    • 🏃‍♂️ We're working on developing more efficient path tracking algorithms
  • 🕸️ I'm making a website to create sign up forms
  • 🧑‍🏫 I'm creating a new grading system for my teachers so students can peer grade each other and input grades online
  • 🔭 Some old projects of mine are The Code Nook, ImgGameLib, and 8-Bit.

aaguy-hue's Stats aaguy-hue's Streak aaguy-hue's Top Languages

Pinned Loading

  1. 8-Bit 8-Bit Public archive

    A fun discord bot that lets you play many games, all within discord itself!

    Python 1

  2. webserver67 webserver67 Public

    A simple HTTP/1.1 webserver written in C for unix systems.

    C

  3. Manhattan Tourist Problem Example So... Manhattan Tourist Problem Example Solution
    1
    package main
    2
    
                  
    3
    type Edge struct {
    4
    	From   Coordinate // Coord 1 in (row, col) format
    5
    	To     Coordinate // Coord 2 in (row, col) format
  4. BlastEDU BlastEDU Public

    Basic Local Alignment Search Tool (BLAST) implementation written in Go for educational purposes.

    Go