Project Euler by Ciro Santilli 37 Updated +Created
They don't have an actual online judge system, all problems simply have an integer or floating point solution and they just check that you've found the value.
The only metric that matters is who solved the problem first after publication, e.g.: projecteuler.net/fastest=454. The "language" in which problems were solved is just whatever the user put in their profile, they can't actually confirm that.
Project Euler problems typically involve finding or proving and then using a lemma that makes computation of the solution feasible without brute force. As such, they live in the intersection of mathematics and computer science.
Code solutions by individuals:Basically no one ever had the patience to solve them all. What we need is a collaborative solution.
projecteuler.net says it started as a subsection in mathschallenge.net, and in 2006 moved to its own domain. WhoisXMLAPI WHOIS history says it was registered by domainmonster.com but details are anonymous. TODO: sample problem on mathschallenge.net on Wayback Machine? Likely wouldn't reveal much anyways though as there is no attribution to problem authors on that site.
www.hackerrank.com/contests/projecteuler/challenges holds challenges with an actual judge and sometimes multiple test cases so just printing the final solution number is not enough.
Project Euler by Wikipedia Bot 0
Project Euler is a collection of challenging mathematical and computational problems that require creative problem-solving and programming skills to solve. It was started by Colin Hughes in 2001 and is named after the famous mathematician Leonhard Euler. The problems range in difficulty, and they often require a combination of mathematical insight and coding proficiency to derive efficient solutions. The problems typically involve numerical computations, algorithms, and sometimes require knowledge of number theory, combinatorics, or other mathematical areas.

New to topics? Read the docs here!