| |
|
|
p.specht
|
Windowtitle "Eierformel"
' Fun-Program (C)2009 by P. woodpecker, without Gewähr. Urheber see "Q:"!
declare t!,d!,t_wasser!,t_start!,t_innen!,sw%
T_Wasser!=99.8' for Seehöhe 130 m
while 1
cls
print ""
print " Empirische Formel, for a Frühstücks-egg perfect To kochen"
print ""
print " Q: cook.exp.univie.ac.at/ostern_Ei.html"
print " +--------------------------------------------------------------------+"
print " ! Formel: t = 0.0016*d^2*ln(2*(t_Wasser-t_Start)/(t_Wasser-t_Innen)) !"
print " +--------------------------------------------------------------------+"
print ""
print " d = egg-Durchesser in mm, rather said: The Durchmesser"
print " of/ one Röhre, by the the egg straight yet durchginge."
print ""
print " t_Wasser = kochend, on Meereshöhe 100°C, Hochgebirge 96,5°"
print ""
print " t_Start = egg-temperature at insert in kochendes waters:"
print " from fridge: 4°C, otherwise Raumtemperatur(~20°C)"
print ""
print " t_Innen = WEICHES EI: 62°C (Ovalbumin-Gerinnung guard yolk)"
print " HARTES EI: 82°C (Eigelb stockt)"
print " Result:"
print ""
print " t = Kochdauer in mins. ex insert in plenty kochendes Wasser"
print " ----------------------------------------------------------------------"
print
Locate 24,4: print "Ei-Durchmesser in mm (mostly 40-50): ";:input d!
Locate 25,4: print "Ei-temperature before: ";:input T_Start!
Locate 26,4: print "Weich = 0, hard = 1: ";:input sw%
T_Innen! = 62*(sw%=0) + 85*(sw%=1)
if (T_Wasser!-T_Innen!)>0
if (2*(T_Wasser!-T_Start!)/(T_Wasser!-T_Innen!))>0
T! = 0.0016*d!*d!*ln(2*(T_Wasser!-T_Start!)/(T_Wasser!-T_Innen!))
else
Print ""
Print " One Straussen-egg???" : waitInput: break
endif
else
print ""
print " so goes's not!" : waitInput : break
endif
print
print " +--------------------------------------------------------------------+"
print " ! your ";
if sw%=0: print "weiches ";:endif
if sw%=1: print "hartes ";:endif
print "Ei needed very ";
if int(t!)>0: print int(T!);" Minuten";:endif
if (int(t!)>0) AND (int(t!)<t!):print "And ";:endif
if (int(t!)<t!):print int((t!-int(t!))*60+.5); " sec!";:endif
print tab(73);"!"
print " +--------------------------------------------------------------------+"
beep
WaitInput
endwhile
end
|
|
|
| XProfan 11Computer: Gerät, daß es in Mikrosekunden erlaubt, 50.000 Fehler zu machen, zB 'daß' statt 'das'... | 04/12/21 ▲ |
|
|
|
|
ByteAttack | How could I all The years without The Formel life! |
|
|
| |
|
|
|
p.specht
| appendix: Minimalistische Eieruhr
there The suitable Küchengeräte sooner difficult on Sekundengenauigkeit einzustellen are, the perfect Frühstücks-egg (normal Size) but in of my Seehöhe very 2 minutes and 43 sec Kochzeit needed, have I me allows, Dieter Zornow's Millisekunden-Formatierung for my want and XProfan 11.2a To adaptieren. Weiterer benefit: I can The Alarmlautstärke so take on, that I the Zeitablauf at the worst too yet in the side room listen would.
After the present Wissensstand remaining the cholesterol levels at Verzehr of Eiern in the welt of/ one ausgewogenen Ernährung with whom most Humans relatively konstant. studies set none Context between one regelmäßigen Eierkonsum (up to six Eiern per week) and Herzerkrankungen solid.
|
|
|
| Computer: Gerät, daß es in Mikrosekunden erlaubt, 50.000 Fehler zu machen, zB 'daß' statt 'das'... | 05/19/21 ▲ |
|
|
|
|
RudiB. |
Sorry...bring me Error Message... |
|
|
| |
|
|
|
p.specht
| thanks for Info. my keyboard spin sometimes, there get 2 W eingestreut where tappt im dunkeln not hingehörten. Error fixed and supra korrigiert! greeting |
|
|
| XProfan 11Computer: Gerät, daß es in Mikrosekunden erlaubt, 50.000 Fehler zu machen, zB 'daß' statt 'das'... | 05/20/21 ▲ |
|
|
|