Skip to content
View gameywinehouse's full-sized avatar
Block or Report

Block or report gameywinehouse

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
gameywinehouse/README.md
  • 👋 Hi, I’m @gameywinehouse
  • 👀 I’m interested in quantum info, number theory, and creative coding
  • 🌱 I’m currently using VSC, Blender, and UE5 for my work
  • 💞️ I’m looking to collaborate on projects and for contributors to my own code
  • 📫 How to reach me easiest is erixounds@gmail.com

Popular repositories Loading

  1. Superposition_generator Superposition_generator Public

    A superposition generator using PRNG to output effectively randomized qubit states.

    Python 2

  2. gameywinehouse gameywinehouse Public

    Config files for my GitHub profile.

  3. simple_calculator simple_calculator Public

    Simple Python calculator with arithmetic, exponential, modular, and trigonometric functions

    Python

  4. prime_checker prime_checker Public

    A for-loop is iterated from i = 2 to i < n/2 . If n is perfectly divisible by i , n is not a prime number. In this case, flag is set to 1, and the loop is terminated using the break statement.

    Python

  5. Prime_Factor_Finder Prime_Factor_Finder Public

    Prime factorization calculator that finds the prime factors of a number, such that the original number is evenly divisible by these factors. A composite number has more than two factors, therefore,…

    Python

  6. Eulers_Totient_Function_Calculator Eulers_Totient_Function_Calculator Public

    Euler's Totient Function calculator counts the numbers lesser than a number (n) that do not share any common positive factor other than 1 with (n) or in other words are co-prime with (n).

    Python