Skip to content
View vishrutkmr7's full-sized avatar
¡Visca El Barça!🔵🔴
¡Visca El Barça!🔵🔴
Block or Report

Block or report vishrutkmr7

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

Hi there 👋

I'm Vishrut Jha from Tempe, AZ. I am a grad student at ASU's Ira A. Fulton Schools of Engineering, majoring in Computer Science.

  • 🌱 I’m currently learning Python, SwiftUI, NLP and Machine Learning.
  • 💬 Ask me about soccer⚽ at any time of the day (and we all know that Lionel Messi is the 🐐)
  • 📫 How to reach me: Stack Overflow, Twitter, LinkedIn
  • 👦🏻 Pronouns: He/Him/His
  • ⚡ Fun fact: There's a basketball court on the top floor of the U.S. Supreme Court Building. Its nickname? You guessed it: "the highest court in the land."
  • 📖 Useful reads: The Tao of Programming, Modest advice that I live by as a grad student.
  • VS Code Profile

Vishrut's GitHub stats

Pinned

  1. MyLeetCodeSubmissions MyLeetCodeSubmissions Public

    A repository that stores all my LeetCode submissions

    Python 1

  2. sb2nov/mac-setup sb2nov/mac-setup Public

    Installing Development environment on macOS

    Shell 7.1k 1k

  3. aadiiitiii/CSE573-Movie-Recommendation aadiiitiii/CSE573-Movie-Recommendation Public

    Jupyter Notebook 1

  4. appliFLY appliFLY Public

    Forked from wimpywarlord/appliFLY

    Automate application process for ASU on-campus Job portal

    HTML

  5. personalProjects personalProjects Public

    Python

  6. Python implementation of the classic... Python implementation of the classic spinning donut rendering algorithm, inspired by the C/C++ code and explanation on a1k0n.net (https://www.a1k0n.net/2011/07/20/donut-math.html)
    1
    import math
    2
    import numpy as np
    3
    
                  
    4
    # Constants and screen setup
    5
    theta_spacing = 0.07