Pinned Loading
-
Pi-squares
Pi-squares PublicThis program shows 1 million digits of pi in a sigle window as little squares, darker squares stand for lower numbers.
Processing
-
Rabbits
Rabbits PublicWikipedia: https://en.wikipedia.org/wiki/Bifurcation_diagram Also an intresting video about this: https://www.youtube.com/watch?v=ETrYE4MdoLQ
Processing
-
Triples
Triples PublicThis program draws a graph of virtually every Pythagorean triple, the ones not drawn are just multiples of the drawn ones.
Processing
-
Primes-using-factorization
Primes-using-factorization PublicEnter a positive integer, this will find all the prime numbers up to that number using prime factorization.
C++
-
Pi-using-primes
Pi-using-primes PublicThis 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++
If the problem persists, check the GitHub status page or contact support.