Demonic Posted March 28, 2010 Share Posted March 28, 2010 any programming language. There was a website that I visited years ago that gave you like problems to solve with a programming language like for example: Write a PHP app that gives you every odd number between 200-300. I just forget the name of the website and wondering if someone remember or currently visits that website. Link to comment https://forums.phpfreaks.com/topic/196735-there-was-a-site-that-gave-you-problems-to-solve-which-worked-with-any/ Share on other sites More sharing options...
oni-kun Posted March 28, 2010 Share Posted March 28, 2010 for ($i=201;$i<=300;$i+=2) { print "$i \n"; } I'm interested on a site like that as well, Upon googling I coudln't find much more than large *SQL relating projects, It'd be fun to brush up. Link to comment https://forums.phpfreaks.com/topic/196735-there-was-a-site-that-gave-you-problems-to-solve-which-worked-with-any/#findComment-1032867 Share on other sites More sharing options...
seventheyejosh Posted March 28, 2010 Share Posted March 28, 2010 This: http://projecteuler.net/ ? If not, its worth checking out anyway, cool stuff and whatnot... Link to comment https://forums.phpfreaks.com/topic/196735-there-was-a-site-that-gave-you-problems-to-solve-which-worked-with-any/#findComment-1032869 Share on other sites More sharing options...
Demonic Posted March 28, 2010 Author Share Posted March 28, 2010 This: http://projecteuler.net/ ? If not, its worth checking out anyway, cool stuff and whatnot... Yeah dude I love you that's it XD Link to comment https://forums.phpfreaks.com/topic/196735-there-was-a-site-that-gave-you-problems-to-solve-which-worked-with-any/#findComment-1032908 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.