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

Organizations

@Prickly-Pear-Health

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 Phoenix, AZ. I am a grad student from ASU's Ira A. Fulton Schools of Engineering, majored in Computer Science, and minored in Cyber Security.

Pinned Loading

  1. vishrutjha-portfolio vishrutjha-portfolio Public

    TypeScript

  2. ananay/EngineeringMode ananay/EngineeringMode Public

    Engineering Mode is a customizable view to manage UserDefaults, Notifications, Network etc. in your iOS app!

    Swift 33 2

  3. llama-stack-ios llama-stack-ios Public

    Swift

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

    Jupyter Notebook 1

  5. appliFLY appliFLY Public

    Forked from wimpywarlord/appliFLY

    Automate application process for ASU on-campus Job portal

    HTML

  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