| View previous topic :: View next topic |
| Author |
Message |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Fri Dec 15, 2006 4:05 am Post subject: |
|
|
It's probably a Mockingbird! _________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
stewcam Newbie
Joined: 30 Sep 2006 Posts: 21
|
Posted: Sun Dec 17, 2006 1:52 pm Post subject: Re: Christmas is coming! |
|
|
| jules wrote: | A little bird tells me that VDS fans might be getting a nice surprise in time for Christmas.  |
OK guys, let's examine our assumptions...
Jules, did you mean Christmas 2006?! |
|
| Back to top |
|
 |
DaveR Valued Contributor


Joined: 03 Sep 2005 Posts: 413 Location: Australia
|
Posted: Sun Dec 17, 2006 2:32 pm Post subject: |
|
|
repeat
%x = @ask(Are we there yet?)
wait 55
until @equal(1,%x)
info YAY!
exit _________________ cheers
Dave |
|
| Back to top |
|
 |
alwayslooking Newbie
Joined: 19 Apr 2006 Posts: 13
|
Posted: Mon Dec 18, 2006 12:11 pm Post subject: |
|
|
| DaveŽ wrote: | repeat
%x = @ask(Are we there yet?)
wait 55
until @equal(1,%x)
info YAY!
exit |
I suppose an extra 55 seconds to let it all sink in when we get there is worth it
Cheers
Matt |
|
| Back to top |
|
 |
DaveR Valued Contributor


Joined: 03 Sep 2005 Posts: 413 Location: Australia
|
Posted: Mon Dec 18, 2006 1:34 pm Post subject: |
|
|
Yep, it should have been:
repeat
wait 55
%x = @ask(Are we there yet?)
until @equal(1,%x)
info YAY!
exit _________________ cheers
Dave |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Mon Dec 18, 2006 2:26 pm Post subject: |
|
|
Be careful! One of the worst sins in programming is throwing your program into an endless loop
Are you sure that your @equal will evaluate to 1 eventually
Greetz
Dr. Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Mon Dec 18, 2006 2:35 pm Post subject: |
|
|
Hey, I just noticed that I crossed the 1K boundary of postings on this forum.
Should I get a life
Greetz
Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
Aslan Valued Contributor


Joined: 31 May 2001 Posts: 589 Location: Memphis, TN USA
|
Posted: Mon Dec 18, 2006 3:33 pm Post subject: |
|
|
Uh Oh! I'm almost out of Christmas money
Are we gonna have time to wrap it? |
|
| Back to top |
|
 |
alwayslooking Newbie
Joined: 19 Apr 2006 Posts: 13
|
Posted: Tue Dec 19, 2006 5:02 am Post subject: |
|
|
| Dr. Dread wrote: |
Are you sure that your @equal will evaluate to 1 eventually
|
Well I can't speak for Dave, but I sure hope the @equal will eventuate to 1 and will end the loop we're in
Cheers
Matt
PS Congrats on the 1k posts, good luck with the life question  |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1565
|
Posted: Tue Dec 19, 2006 8:01 am Post subject: |
|
|
Someone told me 2006 is still on schedule, whether that is the case or not I don't know for sure; but that is the plan.
What am I refering to? Can't say But I think you know. Thats all for now  |
|
| Back to top |
|
 |
Aslan Valued Contributor


Joined: 31 May 2001 Posts: 589 Location: Memphis, TN USA
|
Posted: Sat Dec 23, 2006 5:19 pm Post subject: |
|
|
| Quote: | A little bird tells me that VDS fans might be getting a nice surprise in time for Christmas. |
Christmas Eve is tommorrow; Looks like I might have to load up some bird shot and do some hunting  |
|
| Back to top |
|
 |
alwayslooking Newbie
Joined: 19 Apr 2006 Posts: 13
|
Posted: Sun Dec 24, 2006 1:39 am Post subject: |
|
|
| Aslan wrote: | | Quote: | A little bird tells me that VDS fans might be getting a nice surprise in time for Christmas. |
Christmas Eve is tommorrow; Looks like I might have to load up some bird shot and do some hunting  |
I'll bring the dog  |
|
| Back to top |
|
 |
DaveR Valued Contributor


Joined: 03 Sep 2005 Posts: 413 Location: Australia
|
Posted: Sun Dec 24, 2006 9:59 am Post subject: |
|
|
Christmas is in 3 hours here... (4 hours if you don't count daylight savings) _________________ cheers
Dave |
|
| Back to top |
|
 |
ShinobiSoft Professional Member


Joined: 06 Nov 2002 Posts: 790 Location: Knoxville, Tn
|
Posted: Sun Dec 24, 2006 2:16 pm Post subject: |
|
|
Think that little birdie's been yankin my chain.... _________________ Bill Weckel
ShinobiSoft Software
"The way is known to all, but not all know it." |
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Sun Dec 24, 2006 2:23 pm Post subject: |
|
|
I don"t suppose that little birdie is Orthodox Catholic... They celebrate Christmas on January 6th... _________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
|