Skip to content
View jonnysprojects's full-sized avatar

Block or report jonnysprojects

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

Hi, I’m Jonny

  • I’m currently studying for my MS in Mathematics
  • I’m interested in Cryptography and Rom Hacking
  • My hobbies are: playing guitar and programming pointless things

Pinned Loading

  1. Approximating_Pi_Using_Monte_Carlo Approximating_Pi_Using_Monte_Carlo Public

    This python program creates thousands of random points in a coordinate plane and uses the fact that the 4 * ( AreaCircle / AreaSquare) = pi.

    Python

  2. MATH570_SVD_Image_Compression MATH570_SVD_Image_Compression Public

    A program to compress images using image matrix Singular Value Decompositions for my Topics In Computational Mathematics Class.

    Jupyter Notebook

  3. Project_Euler_In_Python Project_Euler_In_Python Public

    Project Euler (https://projecteuler.net/) Math Problems Solved Using Python

    Python

  4. Stock_Analysis_With_OOP Stock_Analysis_With_OOP Public

    This is a package made up of Stock and Portfolio Objects, that give you access to many stock data manipulating functions, making technical and fundamental analysis a breeze. It is a work in progress.

    Jupyter Notebook