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. Quote 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. Quote 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... Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.