Computer Science Canada

Dwite january 16th This Friday

Author:  shorthair [ Wed Jan 07, 2004 10:29 am ]
Post subject:  Dwite january 16th This Friday

CCH wishes its luck to everybody out htere who will b eentering, if you are entering , leave a msg with your school name and the guys on your team , and i will give out prizes accoridingly,

Same as last time but now its the top 5

1st = 25 bits
2nd= 20 bits
3rd= 15 bits
4th= 10 bits

I WANT TO ENCOURAGE ALL THE PROGRAMMERS OUT THERE TO START TAKING PART IN THESE CONTESTS.

Author:  recneps [ Thu Jan 08, 2004 4:53 pm ]
Post subject: 

what is dwite?

Author:  shorthair [ Thu Jan 08, 2004 6:07 pm ]
Post subject: 

Saint Thomas Aquinas high school programming contest its written online, you can be any where in canada to be eligible to write it.

Author:  Andy [ Fri Jan 09, 2004 9:09 pm ]
Post subject: 

woa... how did u get so many bits shorthair?

Author:  shorthair [ Fri Jan 09, 2004 10:03 pm ]
Post subject: 

Mazer donated them , for my winking face screensaver , im not sure why but i promised to give 100 away to a good program , and save the rest for an email at compsci

Author:  Mazer [ Sat Jan 10, 2004 8:23 am ]
Post subject: 

Hey, the DWITE this month is on the 16th

Author:  Andy [ Sat Jan 10, 2004 10:34 am ]
Post subject: 

yay... no wait... thats friday!!! mazer did u check to see if the server works at schoool?

Author:  Mazer [ Sat Jan 10, 2004 11:06 am ]
Post subject: 

Actually, I was planning on giving up on that. And at the risk of giving up on giving up on that idea, I guess I'll keep trying. Confused Rolling Eyes

Author:  Andy [ Sat Jan 10, 2004 7:53 pm ]
Post subject: 

just run the sever on monday morning at home and go to school to check, put a txt in the same folder

Author:  santabruzer [ Sun Jan 11, 2004 1:31 am ]
Post subject: 

server ... what is this ingenious server? Question

Author:  Mazer [ Sun Jan 11, 2004 3:56 pm ]
Post subject: 

Way to go dodge, just tell everyone our -- wait a minute -- MY plan in a public forum. Anyways, I tried that last contest and I couldn't connect, that's why I gave up.

Author:  Andy [ Sun Jan 11, 2004 7:05 pm ]
Post subject: 

just try the frigging thing again

Author:  Mazer [ Sun Jan 11, 2004 7:10 pm ]
Post subject: 

Ok captain-attitude, I will.

PS: stop spamming every thread to death with useless messages just to get your post count higher. I'm the new Undercover Anti-Spam moderator (PPS: we'll talk later, Tony) and I can ban your ass if you keep this behaviour up.

Author:  Andy [ Sun Jan 11, 2004 7:19 pm ]
Post subject: 

LOL, but i'm the spam mod... ur just pissed cuz ur no longer a spam god jkjk

Author:  bugzpodder [ Fri Jan 16, 2004 9:31 am ]
Post subject:  Re: Dwite january 16th This Friday

shorthair wrote:
if you are entering , leave a msg with your school name and the guys on your team


Hon Vincent Massey SS
just me. team name is same as my handle

Author:  bugzpodder [ Fri Jan 16, 2004 9:39 am ]
Post subject: 

i will award anybody who has a score higher than me by bits equal to the difference between the scores.

Author:  shorthair [ Fri Jan 16, 2004 9:56 am ]
Post subject: 

Sounds good im up for that

Author:  AsianSensation [ Fri Jan 16, 2004 5:34 pm ]
Post subject: 

um........bugz there got himself third place, in a team all by himself, so unless you are that Vasilli guy, then I don't think you stand a chance of beating bugz.

oh, another funny thing happened to me, we were suppose to register for this contest, but since there was that starcraft tournament thing (in which I went 3-2, and dodge went 0-4) I completely forgot to register. So I went and registered twenty minutes before the contest. And when I actually did the questions, send them in, they send an email back to me saying that I wasn't registered, but I have all the registering info in my hand, so I was like, what the hell? Then I look again, and it says that I registered for the next month's DWITE contest, lol. Moral of the story, never wait twenty minutes before a contest to register.

Author:  Mazer [ Fri Jan 16, 2004 5:57 pm ]
Post subject: 

LOL. AsianSensation, you probably can't see this, but I'm holding up my finger and thumb in the shape of an L. Very Happy
Oh well, the moral isn't actually about registering early, it's about the fact that you missed class!

Author:  Andy [ Sat Jan 17, 2004 12:38 pm ]
Post subject: 

we came 7th

Author:  shorthair [ Sat Jan 17, 2004 1:01 pm ]
Post subject: 

We got every qustion and all teh trest data , but recieved 0 on all of the programs, were not sure what happened , our teacher gave us different test data and that all worked aswell

Author:  shorthair [ Sat Jan 17, 2004 1:02 pm ]
Post subject: 

ohh hi owe bugz 15 bits aswell Sniper hehehe not anymore

Author:  Andy [ Sat Jan 17, 2004 1:08 pm ]
Post subject: 

well see this time the dwite was pretty hard... for example that question where u had to calculate the how many seconds there are, if the input data was 2999 12/12 23:59, the number of seconds there are would exceed the largest integer turing could handle which is 2^32, what you have to do is use a string to store the data or be smart and say if the date is beyond how which year, simply give them a wrong answer so your program wont crash and the other inputs will be marked

Author:  bugzpodder [ Sat Jan 17, 2004 7:20 pm ]
Post subject: 

dodge_tomahawk wrote:
well see this time the dwite was pretty hard... for example that question where u had to calculate the how many seconds there are, if the input data was 2999 12/12 23:59, the number of seconds there are would exceed the largest integer turing could handle which is 2^32, what you have to do is use a string to store the data or be smart and say if the date is beyond how which year, simply give them a wrong answer so your program wont crash and the other inputs will be marked

I didnt realize that. in C++ a long long would do the trick

Author:  Andy [ Sat Jan 17, 2004 7:22 pm ]
Post subject: 

there is long long? woa... how many digits is that 2^64?

Author:  AsianSensation [ Sat Jan 17, 2004 7:31 pm ]
Post subject: 

that's one way of doing that question, but I suggested a better way, too bad Mr. Mckenzie discouraged me from using it... Crying or Very sad

you know how the turing wallclock function display the how many seconds it is since Jan 1, 1970. I suggested changing the seed for wallclock, into whatever they wanted (I think it was Jan 1, 2004), and then write a program to change the system clock into whatever the test data was, and voila! wallclock that, and you got the answer. Laughing

Author:  Andy [ Sat Jan 17, 2004 7:32 pm ]
Post subject: 

azn that will still crash! turing cant handle that big of a number...

Author:  AsianSensation [ Sat Jan 17, 2004 7:36 pm ]
Post subject: 

oh well, but it was a truely innovative way of solving a question. Laughing

Author:  Andy [ Sat Jan 17, 2004 7:36 pm ]
Post subject: 

and get urself banned forever

Author:  AsianSensation [ Sat Jan 17, 2004 7:39 pm ]
Post subject: 

but I would go down in history as the person that solved their problem by hacking their own system. I would be famous! Next thing you know, modelling agencies would come after me and ask me to model for their new computer desk.........

Author:  Andy [ Sat Jan 17, 2004 7:40 pm ]
Post subject: 

LOL u wish chung

Author:  Mazer [ Sat Jan 17, 2004 8:31 pm ]
Post subject: 

AsianSensation wrote:
but I would go down in history as the person that solved their problem by hacking their own system. I would be famous! Next thing you know, modelling agencies would come after me and ask me to model for their new computer desk.........

What the heck are you talking about? How do you plan on writing a program (in Turing) to change their computer's clock? Confused
And why (assuming it worked) would that inspire modelling agencies to model for their... why are you imagining being a model?

Author:  bugzpodder [ Sat Jan 17, 2004 11:24 pm ]
Post subject: 

dodge_tomahawk wrote:
there is long long? woa... how many digits is that 2^64?

good. that many sig digs. some of these bits may be used to store the exponent in the scientific notation i think.

Author:  Andy [ Sun Jan 18, 2004 6:07 pm ]
Post subject: 

lol... man... if only i knew that

Author:  whatdotcolour_womanizer [ Fri Jan 30, 2004 8:16 am ]
Post subject: 

Hi , I'm new, but I like whatdotcolour.... but I don't know how to use it.. but I think it's great.. can somebody show me how please? ... ... Embarassed DodgeTomahawk.. you llook like a guy that likes whatdotcolour... can you help me out?? I might be posting on wrong topic so sorry Sad

Author:  Paul [ Fri Jan 30, 2004 11:41 am ]
Post subject: 

huh... is this one of those things, like the Hacker Dan and Dan Shadow things? with the different account?

Author:  Mazer [ Fri Jan 30, 2004 11:45 am ]
Post subject: 

Ah, another whatdotcolour disciple...
Are you a friend of dodge's or the whatdotcolour_warlord?

Either way, here have some bits:

Author:  shorthair [ Fri Jan 30, 2004 11:46 am ]
Post subject: 

dont take any notice of other whatdot color peoel , there was a thing goin on before with mazer Very Happy ( it was hilaruous ) and a couple other guys , Dodge , is the only whatdot color god , and Womaniezer , this is the total wrong place to post that message ,what possesed you to post it in contests, HmmMmMMm

Author:  MysticVegeta [ Sun Feb 20, 2005 11:46 am ]
Post subject: 

Awwwwwwwwwwwwwwwww... what grades are you guys in, gives me the creeps, I am one of Simon wannabe =)


: