View Poll Results: My choice will be...

Voters
14. You may not vote on this poll
  • Story Generator

    0 0%
  • Maze Generator

    1 7.14%
  • Fractal Maker

    6 42.86%
  • ASCII graphics engine (ie, with text)

    1 7.14%
  • Lisp Interpreter (explained on the thread)

    4 28.57%
  • Turing Machine (explained on the thread)

    2 14.29%

Thread: The Third Round: ({HARD})

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

    The Third Round: ({HARD})

    so difficult a mere drop of sweat will crash your program into a Seg Fault...

    or something like that...

  2. #2
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    Lisp is a simple programming language.

    3
    returns 3.
    (+ 3 4 5)
    returns 12
    (- 8 7 6)
    returns -5
    (/ 3 4)
    returns 0.75
    (+ 3 (- 4 5))
    returns (+ 3 -1) which returns 2
    there are also commands that deal with lists:
    '(the a and)
    returns (the a and)
    anything with a ' in front of it isn't evaluated
    if it is evaluated, the first atom (the unit) is the function name, and the next ones are the arguments
    there's a bit more than that, but if there's more interest i can show you my tutorial on it.

    a turing machine is a console which responds as human as possible. turing, an ai expert, among other things, theorized that a machine is put at a terminal, and a human at the other end (not knowing whether the machine was a machine or a man). if the human couldn't make the distinction, that machine was AI.

    in short: a turing machine is a console app that repsonds to human text as humanly as possible.

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    752
    This might be a bit nitpicky, but a Turing Machine is an abstract representation of a computing device. It is represented by a read/write head along a potentially infinite tape. In a way, every program is a Turing machine. I'm not trying to troll, but it is a fairly important concept for academic CS.

    The Turing Test is the AI deal. I don't know if there is a word for a program that passes the Turing Test.
    Callou collei we'll code the way
    Of prime numbers and pings!

  4. #4
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    you're probably right...
    i meant any program that passes the turing test. (ie: the program with the most human responses to human questions)

  5. #5
    What's a mace generator?

  6. #6
    . Driveway's Avatar
    Join Date
    May 2002
    Posts
    469
    You mean maze? Do you know what a maze is?

  7. #7
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    What is a Fractal Maker

  8. #8
    Registered User
    Join Date
    Sep 2001
    Posts
    752
    A program that generates fractals in some shape or form. Fractals are images that are generated from some kind of repeating process. They range from triangle-patterns to fractal landscape portraits.

    Offhand, I can think of three kinds of fractals. There are L-Value fractals, which would be like the Sierpinski Gasket and the the Koch Curve. There are Julian sets (I don't know of any of these that have names), and the Mandelbrot set, which is really a creature of it's own.
    Callou collei we'll code the way
    Of prime numbers and pings!

  9. #9
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    what do you guys think the time limit should be? is a week too short?

  10. #10
    Registered User
    Join Date
    Sep 2001
    Posts
    752
    1 week is definately too short, personally. Just finishing any of these projects in that time would be impressive, let alone doing a good job at it. I was hoping something more 3-4 weeks.
    Callou collei we'll code the way
    Of prime numbers and pings!

  11. #11
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    3, 4 weeks seems to be a bit tooo long.. I thin around 10 days would be best.....

  12. #12
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >3, 4 weeks seems to be a bit tooo long.. I thin around 10 days would be best.....
    Don't forget that some of us have very demanding jobs which suck away free time for fun little contests.

    -Prelude
    My best code is written with the delete key.

  13. #13
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    how about 10 days to start with, then if there's a need for more time i'll just extend it further

    once the tie-breaking vote has been cast, i'll start the contest with another thread like last time.
    Last edited by ygfperson; 06-28-2002 at 01:19 PM.

  14. #14
    Im back! shaik786's Avatar
    Join Date
    Jun 2002
    Location
    Bangalore, India
    Posts
    345
    >Don't forget that some of us have very demanding jobs which suck away free time for fun little contests.
    Same problem here, and with many more there.

    I think 15 days would be great.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. About aes
    By gumit in forum C Programming
    Replies: 13
    Last Post: 10-24-2006, 03:42 PM
  2. Detect SCSI Hard Drive Serial Number
    By mercury529 in forum Windows Programming
    Replies: 3
    Last Post: 10-17-2006, 06:23 PM
  3. Replies: 2
    Last Post: 07-06-2005, 07:11 PM
  4. Someone help me with this game??
    By stehigs321 in forum Game Programming
    Replies: 15
    Last Post: 10-30-2003, 09:42 PM
  5. Please help with some coding..
    By stehigs321 in forum C Programming
    Replies: 2
    Last Post: 10-27-2003, 06:44 PM