View Poll Results: Choose the best idea for a contest

Voters
30. You may not vote on this poll
  • Cash Register Program

    2 6.67%
  • Encryption/Decryption Program

    9 30.00%
  • Compression Program

    6 20.00%
  • Text Editor

    1 3.33%
  • Calculator w/only bitwise operations

    1 3.33%
  • A Card Game

    1 3.33%
  • Obfuscation

    1 3.33%
  • Hex Editor

    1 3.33%
  • Hangman Game

    3 10.00%
  • Fruit Machine (?)

    5 16.67%

Thread: The Next Contest -- 48-hr poll

  1. #1
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490

    The Next Contest -- 48-hr poll

    introducing new ideas has hopefully finished, now vote!

  2. #2
    . Driveway's Avatar
    Join Date
    May 2002
    Posts
    469
    I say encription/decryption, I'm gonna need it for a game I'm going to start making.

    And an idea for rating the prgram: the more complex the encryprion, the better. I might enter. Is it going to be C or C++ or both or what?

  3. #3
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    > And an idea for rating the prgram: the more complex the encryprion, the better.
    Won't this be decided by the judges themselves?
    Won't the judges also look upon effeciency, easy to read code, proper modularization, etc? Not just "the bigger the better".
    The world is waiting. I must leave you now.

  4. #4
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    Whoops. I want to revote. I didn't notice the obfuscation choice. Change mine from hangman to obfuscation.

    - although, I think hangman would allow some 'newbie' guys in. Obfuscation and cryptography aren't the easiest things for new guys.
    If a tree falls in the forest, and no one is around to see it, do the other trees make fun of it?

  5. #5
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    I vote for a newb contest

    What is C++?

  6. #6
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    you know...i have always wanted to make a computer version of VC...
    My Website

    "Circular logic is good because it is."

  7. #7
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    a possible encryption program would be judged like the one at flashdaddee. other than obvious general program features (ie, whether or not it crashes) there's specific stuff for encryption:
    strength -- it should not be breakable through brute force and ignorance
    size -- don't add more than 10% of the size of the original string
    complexity -- make it simple and creative at the same time. it's easy to just do stuff to a string until it's unrecognizable. it's easy to just xor the string by a repeating pattern. i want the best of both worlds.

  8. #8
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    Well i think encryption wins oops (will win). Well i think an entire encryption program should not be submited.. But just the encryption function which takes an array with strings or a text file as an argument... And it should return the encrypted/decrypted text.. I think this would be more efficient because.. Each user may create his own interface.. And some may use graphics which is not standardised.. So it will create unecessary problems..

    And i think it should be a text only encryption program so that even novice users can contest... Since they can use simple alphabet changing algorithm etc etc.. So it is upto you guys to decide.. Expecting the contest soon..

  9. #9
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    I had already submited my encryption program in this boaed and many have.. Hope no one re-submits these codes and programs as their own... It would be better if the creator should explain each peice of code and how it works in plain english..... Hope these are taken into consideration....

    ANd i think the user should also give the binary while submiting .. because i have seen my code does not compile for most of you guys because it is not standard ansi C.. This happened to my last snake game....

  10. #10
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Originally posted by vasanth

    ANd i think the user should also give the binary while submiting .. because i have seen my code does not compile for most of you guys because it is not standard ansi C.. This happened to my last snake game....
    No way !! As much as I like your snake game, I think the source should be portable. Particularly if it is only encryption.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  11. #11
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    Well what if.. I use graphics to make the user interface.. Well graphics library cannot be standardsed.. And that too in c++ where you have alegro, BGI etc etc

  12. #12
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    i just realized fruit machine meant slot machine... sorry to those americans confused.

  13. #13
    Registered User
    Join Date
    Jan 2002
    Posts
    559
    I vote for bit wise calculator, because I'd like to see the results. I don't understand bitwise operations at all.
    Otoh, I could probably write a pretty obfuscated program. Do it w/o really trying....
    Truth is a malleable commodity - Dick Cheney

  14. #14
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    Hey now i get what fruit machine is.. I would have voted for it if i knew... Damm i voted for encryption.. And any way the fruit machne would contain graphics.. And it is not standardised... So how will you compile the programs..


    it is better some one clarifys about the non standards.. like graphics etc etc here.. before the contest
    Last edited by vasanth; 05-30-2002 at 08:46 PM.

  15. #15
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    if you want to change something ask a mod to do so

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 'now playing' code for windows media player?
    By X PaYnE X in forum Windows Programming
    Replies: 0
    Last Post: 05-25-2006, 02:23 AM
  2. First 48 contest - final
    By jdinger in forum Game Programming
    Replies: 1
    Last Post: 04-28-2003, 11:33 AM
  3. WANTED: Contest Master
    By kermi3 in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-23-2003, 10:15 PM
  4. POLL: Lucky Se7en Contest
    By ygfperson in forum Contests Board
    Replies: 3
    Last Post: 09-27-2002, 04:51 PM
  5. 5th contest poll -- one day only!
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 08-12-2002, 02:06 PM