Maybe that's why the codename was used a while back, as they were in the distance at the time. The codename may have changed since then.
Announcement
Collapse
No announcement yet.
The Big CountDown thread
Collapse
X
-
The next matrox card program
Code:#include "stdio.h" #include "stdlib.h" #include "time.h" #define MAXDAYSTOANNOUNCE 200000 #define MAXRELEASELAG 4000 int main(int argc, char **argv) { int tta, ttr; srandom((int)time(NULL)); tta = random() % MAXDAYSTOANNOUNCE; ttr = tta + (random() % MAXRELEASELAG); printf("The new matrox card will be announced in %d days\n", tta); printf("The new matrox card will be released in %d days\n", ttr); return 0; }
PS. You need linux to run this (maybe visual C will run it to)80% of people think I should be in a Mental Institute
Comment
-
Originally posted by Novdid
I can bet all I have that you will still be intact 23 days from now.Physically, most likely. Mentally, well, that hasn't been intact in years now.
DaveLadies and gentlemen, take my advice, pull down your pants and slide on the ice.
Comment
-
3 long, drawn out, weeks left!
...or, if you prefer your glass half full, Only 3 weeks left! wow! Time is flying by. *sings* I can feel it, coming in the air toni.....in 3 weeks!".
DaveLadies and gentlemen, take my advice, pull down your pants and slide on the ice.
Comment
-
20 Day Left!
Originally posted by K6-III
I can see us all erupting upon release.
I know, I've lost my mind
DaveLadies and gentlemen, take my advice, pull down your pants and slide on the ice.
Comment
-
That's not so bad Dave... I figured it would tilt the worlds axis a bit... you know those Fins get a little strange during the winter months. They certainly could use some warmer weather, not to mention alot more UV exposure!"Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind." -- Dr. Seuss
"Always do good. It will gratify some and astonish the rest." ~Mark Twain
Comment
Comment