RE: Fancy a ColdFusion Challenge?

2004-02-13 Thread Tim Blair
and independently indicated by an authorised representative of rawnet limited. --- -Original Message- From: Tim Blair [mailto:[EMAIL PROTECTED] Sent: 15 January 2004 15:56 To: CF-Talk Subject: Fancy a ColdFusion Challenge? Right you

RE: Fancy a ColdFusion Challenge?

2004-01-18 Thread Andrew Scott
Interesting that there is a site dedicated to algorithms http://hissa.ncsl.nist.gov/ If you look the code for this challenge and many others would be there, now if anyone actually has the time to convert these to coldfusion would be good. Regards Andrew Scott Technical Consultant NuSphere

RE: Fancy a ColdFusion Challenge?

2004-01-16 Thread Tim Blair
Morning all... After some feedback (and a submission!) I've made a couple of updates and clarifications regarding the maze contest that people should be aware of: http://tech.badpen.com/index.cfm?mode=entryentry=14 Tim. --- Try the ColdFusion

Re: Fancy a ColdFusion Challenge?

2004-01-16 Thread Casey C Cook
I figured someone would post this response.Typically I just need a place to start, this doesnt take any creativity out of it, is just starts the process of creative thinking. Ever ask consult a coworker about a problem you've run into with code, not expecting them to have the answer, but

RE: Fancy a ColdFusion Challenge?

2004-01-16 Thread Jim Davis
of challenges than actually try to meet the challenge.;^)) Jim Davis _ From: Casey C Cook [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 3:45 PM To: CF-Talk Subject: Re: Fancy a ColdFusion Challenge? I figured someone would post this response.Typically I just need a place

RE: Fancy a ColdFusion Challenge?

2004-01-16 Thread Barney Boisvert
. Cheers, barneyb -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 1:10 PM To: CF-Talk Subject: RE: Fancy a ColdFusion Challenge? That I could see - especially for this challenge. No code, but a theoretical overview of maze solving (path

RE: Fancy a ColdFusion Challenge?

2004-01-16 Thread Bryan F. Hogan
FYI, there is some great info on google, such as flooding. To find shortest paths. ;-) -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 4:10 PM To: CF-Talk Subject: RE: Fancy a ColdFusion Challenge? That I could see - especially

RE: Fancy a ColdFusion Challenge?

2004-01-16 Thread Barney Boisvert
is all for naught. Though Tim, if you're looking for contest two, that might be an interesting one. Cheers, barneyb -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 1:28 PM To: CF-Talk Subject: RE: Fancy a ColdFusion Challenge? FYI

Re: Fancy a ColdFusion Challenge?

2004-01-16 Thread Jochem van Dieten
Casey C Cook wrote: I figured someone would post this response.Typically I just need a place to start, this doesnt take any creativity out of it, is just starts the process of creative thinking. http://www.google.com/search?q=shortest+path+algorithm Jochem -- I don't get it immigrants

Re: Fancy a ColdFusion Challenge?

2004-01-16 Thread Casey C Cook
Im not that creative, I give up, lol ! CC [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Fancy a ColdFusion Challenge?

2004-01-16 Thread Andre Turrettini
I just did it without googling!Damn I'm a nerd! DRE -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 3:35 PM To: CF-Talk Subject: Re: Fancy a ColdFusion Challenge? Casey C Cook wrote: I figured someone would post

Re: Fancy a ColdFusion Challenge?

2004-01-16 Thread David Delbridge
Hosting http://www.circa3k.com 775-832-2445 Andre Turrettini wrote: I just did it without googling!Damn I'm a nerd! DRE -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 3:35 PM To: CF-Talk Subject: Re: Fancy a ColdFusion Challenge

Fancy a ColdFusion Challenge?

2004-01-15 Thread Tim Blair
Right you 'orrible lot... For any of you that read my blog at http://tech.badpen.com/ (so that'll be, oh, no-one...) you will have seen yesterday that I've been putting together a ColdFusion Coding Contest, and the first challenge has been posted at http://tech.badpen.com/cfcontest/ Your task -

Re: Fancy a ColdFusion Challenge?

2004-01-15 Thread Jochem van Dieten
Tim Blair wrote: For any of you that read my blog at http://tech.badpen.com/ (so that'll be, oh, no-one...) you will have seen yesterday that I've been putting together a ColdFusion Coding Contest, and the first challenge has been posted at http://tech.badpen.com/cfcontest/ Your task -

RE: Fancy a ColdFusion Challenge?

2004-01-15 Thread Tim Blair
Your task - given a text-based 2D maze, find the shortest path out of it!http://tech.badpen.com/cfcontest/ How is the maze generated? The best algorithm for finding the shortest path could depend on the algorithm that was used to generate the maze :-) In the case of the sample mazes,

Re: Fancy a ColdFusion Challenge?

2004-01-15 Thread Stephen Moretti
Jochem van Dieten wrote: Tim Blair wrote: For any of you that read my blog at http://tech.badpen.com/ (so that'll be, oh, no-one...) you will have seen yesterday that I've been putting together a ColdFusion Coding Contest, and the first challenge has been posted at

RE: Fancy a ColdFusion Challenge?

2004-01-15 Thread Tim Blair
Knowing Tim it'll be chaos theory and not necessarily any kind of algorithm... ;o) :oP PS.How's that for a come back?:o\ --- Try the ColdFusion Coding Contest!Current contest: Maze Solver - http://tech.badpen.com/cfcontest/

RE: Fancy a ColdFusion Challenge?

2004-01-15 Thread Scott Wilhelm
: Thursday, January 15, 2004 10:56 AM To: CF-Talk Subject: Fancy a ColdFusion Challenge? Right you 'orrible lot... For any of you that read my blog at http://tech.badpen.com/ (so that'll be, oh, no-one...) you will have seen yesterday that I've been putting together a ColdFusion Coding Contest

RE: Fancy a ColdFusion Challenge?

2004-01-15 Thread Casey C Cook
I second this. Any samples available? CC [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Fancy a ColdFusion Challenge?

2004-01-15 Thread G
a ColdFusion Challenge? I second this. Any samples available? CC [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Fancy a ColdFusion Challenge?

2004-01-15 Thread Jim Davis
PM To: CF-Talk Subject: Re: Fancy a ColdFusion Challenge? I would think a sample would take all of the fun out of it. After all, i'm thinking the great challenge to this is NOT the coding, but coming up with a clever solution. This challenge seems to test more than just CF coding skills, which