Skip to content
View Simonecimolato's full-sized avatar
:electron:
Focusing
:electron:
Focusing

Block or report Simonecimolato

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

Pinned Loading

  1. Pi-squares Pi-squares Public

    This program shows 1 million digits of pi in a sigle window as little squares, darker squares stand for lower numbers.

    Processing

  2. Pi-sound Pi-sound Public

    The sound of pi! Each digit is mapped from 200 to 900 hz.

    Processing 1

  3. Rabbits Rabbits Public

    Wikipedia: https://en.wikipedia.org/wiki/Bifurcation_diagram Also an intresting video about this: https://www.youtube.com/watch?v=ETrYE4MdoLQ

    Processing

  4. Triples Triples Public

    This program draws a graph of virtually every Pythagorean triple, the ones not drawn are just multiples of the drawn ones.

    Processing

  5. Primes-using-factorization Primes-using-factorization Public

    Enter a positive integer, this will find all the prime numbers up to that number using prime factorization.

    C++

  6. Pi-using-primes Pi-using-primes Public

    This program uses the probability of two numbers being coprime and their greatest common divisor (gcd) to calculate Pi, because that probability is 6/pi^2. Wikipedia: https://en.wikipedia.org/wiki/…

    C++