Notice: You have been identified as a bot, so no internal UID will be assigned to you. If you are a real person messing with your useragent, you should change it back to something normal.

Minichan

Topic: TFW you try to goto sleep, but just can't.

Anonymous A started this discussion 14 years ago #19,085

So you decide to stay up until your "usual" bed time. I seriously damaged my internal clock and the weird thing about it is that I usually end up taking a nap around midnight and wake up around 1 or 2 am where I find myself either staying in bed trying to go back to sleep or saying fuck it and just get up until my "usual" bed hour around either 3, 4, 5, 6, or 7 am with the rare occasion of 8 or 9.

Anonymous B joined in and replied with this 14 years ago, 44 minutes later[^] [v] #314,336

Use of the GOTO statement is rarely the most optimal construct for a given piece of program code. Flow control in your program should allow for calling of the sleep() function without the use of jump statements. Try rewriting your code so that function calls follow as direct consequences of certain conditions being fulfilled. Write an outline and try to optimise the code before starting out. Streamlining your procedural thinking is the key!

Anonymous A (OP) replied with this 14 years ago, 7 minutes later, 52 minutes after the original post[^] [v] #314,339

@previous (B)
Not sure if I see what you did there.

Anonymous C joined in and replied with this 14 years ago, 57 minutes later, 1 hour after the original post[^] [v] #314,343

@314,336 (B)
Funny how they're saying the same about procedural and OOP now.

dw joined in and replied with this 14 years ago, 3 hours later, 5 hours after the original post[^] [v] #314,362

i forgot what goto does i should learn it again thanks

vocalon !M9.6XYhKxM joined in and replied with this 14 years ago, 52 minutes later, 6 hours after the original post[^] [v] #314,369

@314,343 (C)
hat are they saying about it?

@OP
Are your labels defined clearly? In some languages you can put braces to control your code blocks using goto.

Anonymous C replied with this 14 years ago, 9 minutes later, 6 hours after the original post[^] [v] #314,370

@previous (vocalon !M9.6XYhKxM)
That streamlining your object oriented thinking is the key!

Anonymous F joined in and replied with this 14 years ago, 34 minutes later, 6 hours after the original post[^] [v] #314,371

Image went missingThis thread confuses and enrages me

vocalon !M9.6XYhKxM replied with this 14 years ago, 6 minutes later, 7 hours after the original post[^] [v] #314,372

@314,370 (C)
But the only objects I ever use are templating and databasing.

All the other classes are static. :/

Anonymous C replied with this 14 years ago, 9 minutes later, 7 hours after the original post[^] [v] #314,373

@previous (vocalon !M9.6XYhKxM)
You definitely have not streamlined your object oriented thinking, then.

Anonymous G joined in and replied with this 14 years ago, 2 hours later, 9 hours after the original post[^] [v] #314,387

@314,336 (B)
This GO TO example is for sleep=10 minutes so just enter the total number of seconds for "sleep"

kill -STOP pid1
sleep 600
kill -CONT pid1

squeegee !firstkPE1Q joined in and replied with this 14 years ago, 10 minutes later, 9 hours after the original post[^] [v] #314,391

10 i get tired around 2 usually. Or 3 or 4. I'll get insomnia sometimes but it's usually self induced.
:

Please familiarise yourself with the rules and markup syntax before posting.