Return to “Everything & Anything”

Post

Re: CTRL - V

#392
Detritus wrote:BF0000
Talvieno wrote:Nice red. ;)
I first didn't get it because there was no "#". But you know you are a little nerdy when you nearly see the colour written in front of your inner eye...


Dafuq did I just read?



Code: Select all

IF NOT init THEN
	temp := TIME();
	init := TRUE;
END_IF;

wait := REAL_TO_TIME((TIME_TO_REAL(t#1000ms) / (MIN(speed, 4.0)*72.0)));

IF in THEN
	IF out = 360 THEN
		out := 0;
	ELSIF ((out < 360) AND enable) THEN
		out := out + stepSize;
		temp := TIME();
		enable := FALSE;
	ELSIF (TIME() - temp >= wait) THEN
		enable := TRUE;
	END_IF;
END_IF;
Last edited by JanB1 on Tue Mar 21, 2017 3:46 pm, edited 2 times in total.
Automation engineer, lateral thinker, soldier, addicted to music, books and gaming.
Nothing to see here
Flatfingers wrote: 23.01.2017: "Show me the smoldering corpse of Perfectionist Josh"
Post

Re: CTRL - V

#398
Talvieno wrote:"Be who you are, and who doesn't like it isn't someone you want as friend anyway"
Well...there are easier ways to say this...

But this is a sentence I basically live by. :D
Automation engineer, lateral thinker, soldier, addicted to music, books and gaming.
Nothing to see here
Flatfingers wrote: 23.01.2017: "Show me the smoldering corpse of Perfectionist Josh"
Post

Re: CTRL - V

#402
Talvieno wrote:[*]I need to remember all players, obviously
Hmm...might it be, that you use this forum as your expanded clipboard? You know there are clipboard extender out there, right? :D
Automation engineer, lateral thinker, soldier, addicted to music, books and gaming.
Nothing to see here
Flatfingers wrote: 23.01.2017: "Show me the smoldering corpse of Perfectionist Josh"

Online Now

Users browsing this forum: No registered users and 23 guests

cron