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

Organizations

@Prickly-Pear-Health
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 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.

Vishrut's GitHub stats

Pinned Loading

  1. sb2nov/mac-setup sb2nov/mac-setup Public

    Installing Development environment on macOS

    Shell 7.2k 1k

  2. vishrutjha-portfolio vishrutjha-portfolio Public

    TypeScript

  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. Rock-Paper-Scissors-Lizard-Spock Rock-Paper-Scissors-Lizard-Spock Public

    Day 25 Project: 100 Days of SwiftUI

    Swift

  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