Skip to content
View smayya337's full-sized avatar

Highlights

  • Pro

Organizations

@tjcsl @HackTJ @Duosmium
Block or Report

Block or report smayya337

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

Hi!

I'm Shreyas. I am currently a second-year at the University of Virginia majoring in computer science. I enjoy cybersecurity, software engineering, systems administration, and everything in between. Thanks for checking out my GitHub! Hopefully you'll find some of the stuff in here interesting.

Pinned

  1. smayya337.github.io smayya337.github.io Public

    My personal website!

    HTML

  2. Duosmium/duosmium Duosmium/duosmium Public

    A Science Olympiad tournament results archive.

    Nunjucks 10 8

  3. An Othello AI using bitboards An Othello AI using bitboards
    1
    // Bithello: a very bit-fiddly Othello program
    2
    // By Shreyas Mayya
    3
    
                  
    4
    use std::io;
    5
    use std::io::Write;