View Poll Results: Who do you think is the best beginner?

Voters
19. You may not vote on this poll
Page 2 of 22 FirstFirst 123412 ... LastLast
Results 11 to 20 of 216

Thread: [Beginner] Programming Challenge: 2

  1. #11
    Join Date
    Jun 2007
    Location
    Paraparaumu, New Zealand
    Beans
    Hidden!

    Re: [Beginner] Programming Challenge: 2

    Quote Originally Posted by LaRoza View Post
    I suggest you all read this article: Saving Users From Themselves

    It is using Python as the language, so entries using Python will have a good guide to follow, but any language is allowed (and somewhat prefered for this challenge)
    +1: Some good ideas in the article that have their application in other languages besides Python.
    One of my early programming efforts (30 years ago, ouch! At school, before computers in school were as common as they are today) would have benefitted from some of the tips presented so far....

    I might wander off and contemplate this challenge, it will be good to brush up on my programming skills, which have become a little rusty lately from lack of use.

    (Thinks quietly to self: a couple of Pascal books are on the table beside me....might be interesting.....better give the newer programmers a chance first though)
    Forum DOs and DON'Ts
    Please use CODE tags
    Including your email address in a post is not recommended
    My Blog

  2. #12
    Join Date
    Jul 2008
    Beans
    1,706

    Re: [Beginner] Programming Challenge: 2

    o and 1 other question...does it have to say it in the exact format that you wrote up there or can i format it differently as long as it shows the same info

  3. #13
    Join Date
    Apr 2007
    Beans
    14,781

    Re: [Beginner] Programming Challenge: 2

    Quote Originally Posted by jimi_hendrix View Post
    o and 1 other question...does it have to say it in the exact format that you wrote up there or can i format it differently as long as it shows the same info
    As long as it does what it says, you can follow a different format.

  4. #14
    Join Date
    Jul 2008
    Beans
    33

    Re: [Beginner] Programming Challenge: 2

    I have a quick question. When will this challenge be judged (final day for submissions?)
    I can probably whip something up in a couple days, but I'm kinda busy.
    So for C programmers, if a user enters a name longer than 20, it should be truncated? Or should there be an error message? And should there be a error message if a user tries to input a ridiculously long name in the input field?
    Also, is there a max age?
    Cool contest,
    Rich

  5. #15
    Join Date
    Jun 2008
    Location
    California, USA
    Beans
    1,030
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: [Beginner] Programming Challenge: 2

    I'm starting to love these challenges.
    I'll whip something up and post back here.

    Blog | I'm available for programming contributions. C & Python.
    Intel Core i7 920 | EVGA x58 SLI | NVidia GeForce 8600 GT | WD 500GB HDD | Corsair XMS3 3GB | Ubuntu 9.04

  6. #16
    Join Date
    Jul 2008
    Beans
    1,706

    Re: [Beginner] Programming Challenge: 2

    i am oveously not allowed to use a GUI right...

  7. #17
    Join Date
    Jul 2006
    Beans
    292
    Distro
    Edubuntu 7.10 Gutsy Gibbon

    Re: [Beginner] Programming Challenge: 2

    how are we supposed to know if the username is valid? or do you just mean a valid age eg. not 500?

  8. #18
    Join Date
    Apr 2008
    Beans
    246

    Re: [Beginner] Programming Challenge: 2

    jimi: Well, there's no point for one. And since it's Visual C, the judge probably wouldn't want it any more anti-Linux with Windows GUI.

  9. #19
    Join Date
    Jun 2008
    Location
    California, USA
    Beans
    1,030
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: [Beginner] Programming Challenge: 2

    One question, a user name can't be a number right? (e.x. 1337).

    Blog | I'm available for programming contributions. C & Python.
    Intel Core i7 920 | EVGA x58 SLI | NVidia GeForce 8600 GT | WD 500GB HDD | Corsair XMS3 3GB | Ubuntu 9.04

  10. #20
    Join Date
    Apr 2007
    Location
    NorCal
    Beans
    1,149
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: [Beginner] Programming Challenge: 2

    Are there any restrictions as to what characters are allowed in the username?
    Posting code? Use the [code] or [php] tags.
    I don't care, I'm still free. You can't take the sky from me.

Page 2 of 22 FirstFirst 123412 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •