2010-02-04, 08:33 PM
background story:
for my cs assignment, it is handed in online, after you handed in, it tells you if your program works or not. And if your program fails, you can resubmit, to a maximum of 3 times per day.
I just used up the 3 tries for today, and the assignment is due tonight.
However if the server crashed for more than 1 hour before the due time, we get 12 hour extension. So I can resubmit. And I already figured out what's wrong (binary search algorithm, find= (max+min)/2, but if max is maxint, max+min will give a pineappleed up negative number that's why took me so long to detect where I messed up)
now all i need to do is hope for the server to crash. The server crashed last week, since so many people are handing in at the last moment. Now I want to help in crashing the server. What's the most effective way to crash a server? right now I'm just spamming refresh page....
for my cs assignment, it is handed in online, after you handed in, it tells you if your program works or not. And if your program fails, you can resubmit, to a maximum of 3 times per day.
I just used up the 3 tries for today, and the assignment is due tonight.
However if the server crashed for more than 1 hour before the due time, we get 12 hour extension. So I can resubmit. And I already figured out what's wrong (binary search algorithm, find= (max+min)/2, but if max is maxint, max+min will give a pineappleed up negative number that's why took me so long to detect where I messed up)
now all i need to do is hope for the server to crash. The server crashed last week, since so many people are handing in at the last moment. Now I want to help in crashing the server. What's the most effective way to crash a server? right now I'm just spamming refresh page....


