What time do you normally go to sleep?

What time do you normally go to sleep?

  • 7:00 p.m. or earlier

    Votes: 0 0.0%
  • 8:00 p.m. - 9:00 p.m.

    Votes: 0 0.0%
  • 9:00 p.m. - 10:00 p.m.

    Votes: 0 0.0%
  • 10:00 p.m. - 11:00 p.m.

    Votes: 0 0.0%
  • 11:00 p.m. - 12:00 a.m.

    Votes: 0 0.0%
  • 12:00 a.m. - 1:00 a.m.

    Votes: 0 0.0%
  • 1:00 a.m. - 2:00 a.m.

    Votes: 0 0.0%
  • 2:00 a.m. - 3:00 a.m.

    Votes: 0 0.0%
  • 3:00 a.m. or later

    Votes: 0 0.0%

  • Total voters
    0

Is this CET times or my own tmezone? 8-o

Anyways, since I get up at 6.00 I have to go to bed rather early (old man and all).
 
Been getting to sleep at 5am these last few nights, stupid caffeine... usually on school days it's 0-1am though.
 
If only we had a copy of the source code..... wait, here it is!

2E 2E 2E 2E 2E 2E 2E 7A 7A 7A 7A 7A 7A 5A 5A 5A 7A 7A 7A 7A 2E 2E 2E 2E 2E 2E

Who wants to port it? :p
 
Wrong, heres the source code!

#define Light 1
#define Deep 2

const Light_Sleep_Time = 1; //hours in light sleep for you goes here
const Deep_Sleep_Time = 5; //hours in deep sleep for you goes here

void ZZZ(int Type) {
if(Type==Light) {
cout << "ZZZ";
wait_hour(Light_Sleep_Time);
} else {
cout << "ZZZZZZZZZZZZZZZZ";
wait_hour(Deep_Sleep_Time);
}
}

void Main() {
ZZZ(Light);
ZZZ(Deep);
ZZZ(Light);
}

Now, somone port it!
 
I wish we had sleep generators like in judge dredd, 10 minutes equals ten hours sleep, that would rock


'*yawn* wow got an hour to be at work/school/college and I've not slept all night, I know'

ten mins later

'wow a lovely eight hours sleep'

see how that would rock
 
Today's my last day of summer holidays. Went to sleep just past midnight hoping I could be up at 8 for a longer day than usual.

Got up at 8, went back to sleep, woke up at 12. FUCK :)
 
Back
Top