Project Euler is partly back
projecteuler.net
Project Euler is partly back
1–10 of 17 posts
Re: Project Euler is partly back
#2This is sad. Because of this they have sealed off the ability to check answers. Anyone know of a way to get all the Project Euler problems offline and their solutions?
Re: Project Euler is partly back
#3How did they find out they were hacked in the first place? This is always interesting to me as I don't think Project Euler would have some sophisticated security logging audit system in place.
Re: Project Euler is partly back
#4The forum has returned, but OTOH when I try to log in it says it has no record of my username.
Re: Project Euler is partly back
#5Well it's not back completely, now it's just a static site with the problem set restored. No ability to check answers or log in and track your progress.
Re: Project Euler is partly back
#6Sad. Project Euler is pretty much useless without the problem checking feature. Anyone know a good alternative?
Re: Project Euler is partly back
#7We changed the title to say "partly".
Re: Project Euler is partly back
#8I did a dump of Project Euler sometime back. The script, code, and problems, and solutions are all on github [0]. The finished product was just a terminal-style UI to Project Euler called codebot. You can try it out at http://codebot.sdslabs.co/
Re: Project Euler is partly back
#9This is sad. Because of this they have sealed off the ability to check answers. Anyone know of a way to get all the Project Euler problems offline and their solutions?
You can check out codebot[0] for checking your solutions. The source and problems are all on GitHub: https://github.com/sdslabs/codebot
Re: Project Euler is partly back
#10Sad. Project Euler is pretty much useless without the problem checking feature. Anyone know a good alternative?
A few months ago I made a gem to manage, run, and test project euler problems.