Page 1 of 1

[challenges] why not?

Posted: Sat Dec 31, 2005 4:28 am
by IAD
Hey,

I see that there's many great programmers here, so why wouldn't to write a challenge?

How will i explain? 8O

emmmm.... something that will b challenging, something like changing picture height and weight...

Tal.

Re: [challenges] why not?

Posted: Sat Dec 31, 2005 6:03 am
by foobar
IAD wrote:something like changing picture height and weight...
Not challenging. There's a code sample in the PHP Manual that does just that. :wink:

(but I won't tell you where)

Posted: Sat Dec 31, 2005 6:05 am
by djot
-
I think this is not challenging. If you have a question, feel free to ask.
(but I won't tell you where)
That's the real challenge :)


djot
-

Posted: Sat Dec 31, 2005 7:43 am
by IAD
Lol :P

You didn't got me right, i gave an example... I meant to something like compatision, the best script will win.
The "mission" can be some class building or somethimg, but not just one, but a challenging one.


Now you got me right?

Tal 8)

Posted: Sat Dec 31, 2005 10:41 am
by onion2k
Challenges are a great way to improve your coding skills.. but posting them on a forum such as this is tricky. Everyone is at a different sort of level. Take your initial example .. changing the height/width of an image .. that's the sort of thing I can do in my sleep (I run http://www.phpgd.com ..) .. but other people here might find that a real struggle if they're just starting out.

If you want to post a challenge you need to specify what sort of level you're aiming it at.

Posted: Sat Dec 31, 2005 12:32 pm
by Ambush Commander
You know, this reminds me of a text-parsing challenge between a stack-based parser versus regexps solution a while back... viewtopic.php?t=36790