Reply 60 of 75, by curvedline
puhaaaaaaa
unbelievable!
so system engineers could extract the core part and dissect and add it to their own, i just witnessed something that i thought impossible
this means you dont really need to use the assembler to make programs from the start, use true basic and once done, convert the core parts to the assembler or C scripts, once thoughts were well lined up, just write with the HIGH level compiling programs with like TB, then turn them into the LOW level scripts to ADD more basic controls
is it possible to extract sines and cosines and etc as to know how they actually add and subtract and things together to make a complete research function? if so, i can not send a demo program to certain organizations in an attempt to win a nobel prize(basically it means I just sent my discovery before a publication)
i will make a 26 line timer, you can extract properly. or if you prefer a 1 menu title and 24 line timer i will make that one too.
i need the 2 sec to check to know if the sound and volume is turned on and up before it starts
i need this timer to control how long i can turn on a heater or for cooking or especially filling water in a yard tub WHILE playing games or watching some youtubes
wait a minute, i just checked
unsigned Times[] = {
10, 20, 30, 45, 60, 90,
120, 180, 240, 300, 360, 420, 480, 540, 600,
900, 1200, 1500, 1800, 2100, 2400, 2700, 3000, 3300, 3600, 0 };
you can just add or remove some numbers for your own favorite
in this case, how about adding {home}{end}{PgUP}{PgDN} these 4 keys to navigate faster
and you like arrow keys not working when the timer is going?
timer -N20 doesnt beep 20 times, it beeped 8 times. what does 20 mean here?
timer -N2 beeps once
nicely done and super talent!
i want to learn how to compile this timer.c