Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 15 of 15

Thread: Possible new forum suggestion

  1. #1
    Junior Member
    Join Date
    Dec 2011
    Posts
    18
    My Mood
    Grumpy
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default Possible new forum suggestion

    Just a quick suggestion that maybe there could be a forum where members can set a challenge and other members can compete against each other to create the best code?

    For example, in my course we did an assignment to make a battleships program that automatically won in as few moves as possible.


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Possible new forum suggestion

    I like the idea of having challenges for people to compete in, but I think that the best place for that would be The Cafe. If there is enough interest, I could see it being its own board, but right now I don't think there are enough people putting forth (let alone accepting) these challenges to warrant the confusion a new board might cause.

    If you're serious, I'd suggest you issue a challenge in The Cafe and see how many people try it out. If it gains enough success, we can think about adding a new board.

    I'm not the boss though. That's just my two cents.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Junior Member
    Join Date
    Dec 2011
    Posts
    18
    My Mood
    Grumpy
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default Re: Possible new forum suggestion

    Yup, ill look into it soon . I am also only new to this forum as you can see, just suggesting what I think will benefit the community .

  4. #4
    Member Emperor_Xyn's Avatar
    Join Date
    Dec 2011
    Posts
    66
    My Mood
    Devilish
    Thanks
    21
    Thanked 2 Times in 2 Posts

    Default Re: Possible new forum suggestion

    Sounds cool, but I think it would have to be apart of a learning experience more than Top Notch programmers trying to compete..

  5. #5
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Possible new forum suggestion

    As Kevin said, if you initiate this yourself and create a thread in the Cafe, we will see how it goes from there
    If it grows into something bigger, I will consider making it a permanent forum feature.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  6. #6
    Junior Member
    Join Date
    Dec 2011
    Posts
    18
    My Mood
    Grumpy
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default Re: Possible new forum suggestion

    Quote Originally Posted by Emperor_Xyn View Post
    Sounds cool, but I think it would have to be apart of a learning experience more than Top Notch programmers trying to compete..
    Its a learning experience just doing it.. Just because you arnt top of the list does not mean you didnt learn something

  7. #7
    Grand Poobah
    Join Date
    Mar 2011
    Posts
    1,545
    My Mood
    Grumpy
    Thanks
    0
    Thanked 167 Times in 158 Posts

    Default Re: Possible new forum suggestion

    <pessimist>
    People will just use the "challenge" to get their homework done for them.
    </pessimist>
    Improving the world one idiot at a time!

  8. #8
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: Possible new forum suggestion

    Quote Originally Posted by Junky View Post
    <pessimist>
    People will just use the "challenge" to get their homework done for them.
    </pessimist>
    Thankfully Junky homework questions are normally spotted a mile of in this case. Which will auto matically resolve this problem .

    In regards to the idea, I am actually a big programming challenge fan. I've taken part in quite a few over the years and I have plans to partake for the first time in MathWorks MATLAB contest this up coming easter, EXCITED!

    So I would love to see this happen, I think it is truely a fantastic way to grow and learn and is deffinately something should actively take part in, your problem solving skills will be stetched and you will learn alot.

    In regards to the level in which they should be aimed, contest I have taken part in in the past liked to do multiple tiered problems. Quite often it would be the same problem, but sometimes the harder versions would have time limits, memory limits, and just more complex starting points. Perhaps we could divide entries into two tears, since we know users pretty well here we can decide which teir they should be graded in. So one problem, two tiers, two winners, low tier winner, high tier winner.

    That's just my input But I'm biased, I'm a puzzle fiend

  9. The Following User Says Thank You to Freaky Chris For This Useful Post:

    JavaPF (December 8th, 2011)

  10. #9
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Possible new forum suggestion

    Quote Originally Posted by Freaky Chris View Post
    In regards to the idea, I am actually a big programming challenge fan. I've taken part in quite a few over the years and I have plans to partake for the first time in MathWorks MATLAB contest this up coming easter, EXCITED!

    So I would love to see this happen, I think it is truely a fantastic way to grow and learn and is deffinately something should actively take part in, your problem solving skills will be stetched and you will learn alot.
    I actually really love challenges as well. Ludum Dare next weekend! Ludum Dare Unfortunately I won't be in town to participate.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  11. #10
    Grand Poobah
    Join Date
    Mar 2011
    Posts
    1,545
    My Mood
    Grumpy
    Thanks
    0
    Thanked 167 Times in 158 Posts

    Default Re: Possible new forum suggestion

    @ Chris

    Yeah but that won't stop them trying and it will be a bit of an annoyance.
    Improving the world one idiot at a time!

  12. #11
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Possible new forum suggestion

    Quote Originally Posted by Junky View Post
    Yeah but that won't stop them trying and it will be a bit of an annoyance.
    Maybe we can create the challenges ourselves? We can control the content then.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  13. #12
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Possible new forum suggestion

    Quote Originally Posted by JavaPF View Post
    Maybe we can create the challenges ourselves? We can control the content then.
    Yeah that sounds reasonable. If we can create and manage challenges, who else will have any problem with this? I hope no one.

  14. #13
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: Possible new forum suggestion

    I'm happy to contribute in everyway I can. I would love to help design some challenges and grade them also. Lets see if we can get this off the ground!

    Chris

  15. #14
    Grand Poobah
    Join Date
    Mar 2011
    Posts
    1,545
    My Mood
    Grumpy
    Thanks
    0
    Thanked 167 Times in 158 Posts

    Default Re: Possible new forum suggestion

    I've posted this challenge once before when someone was asking for extra exercises to practice their Java skills.

    Write the following methods add, subtract, multiply, divide, mod and pow without using any mathematical symbols (one concession is you can use a bitwise operator for subtract when the first operand is less than the second operand ie negative result). You can use the following method:
    private int increment(int i) {
        return ++i;
    }
    I did have a solution but somehow deleted it.
    Improving the world one idiot at a time!

  16. #15
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Possible new forum suggestion

    Quote Originally Posted by Junky View Post
    I've posted this challenge once before when someone was asking for extra exercises to practice their Java skills.

    Write the following methods add, subtract, multiply, divide, mod and pow without using any mathematical symbols (one concession is you can use a bitwise operator for subtract when the first operand is less than the second operand ie negative result). You can use the following method:
    private int increment(int i) {
        return ++i;
    }
    I did have a solution but somehow deleted it.
    So, is this a challenge for now?

Similar Threads

  1. Suggestion for web hosting
    By nambill in forum Totally Off Topic
    Replies: 6
    Last Post: November 14th, 2011, 03:56 AM
  2. Hello forum!
    By f.java in forum Member Introductions
    Replies: 1
    Last Post: June 1st, 2011, 06:25 AM
  3. Need suggestion in project
    By DanBrown in forum Java Servlet
    Replies: 0
    Last Post: February 4th, 2011, 07:22 AM
  4. introduction and suggestion wanted
    By anoop_mig25 in forum Member Introductions
    Replies: 3
    Last Post: January 25th, 2011, 08:58 AM
  5. Need urgent help in assignment of JAVA, any idea suggestion plz
    By aesthete in forum Java Theory & Questions
    Replies: 2
    Last Post: January 6th, 2011, 05:58 AM