<%@ Language=VBScript %><% option explicit %> <% Response.Buffer = FALSE %> <% Response.ContentType = "image/svg+xml" %> <% '--- memory.asp --- DIM ScreenWidth, ScreenHeight DIM timeout, SID DIM msg '-- for errors '' extend the timeout to allow for long files ' timeout = Server.ScriptTimeout '' Response.Write "Initial timeout=" & timeout & "
" ' Server.ScriptTimeout = 1200 ' SID = Request.Cookies("Humble")("SID") ScreenWidth = Request.Cookies("Humble")("ScreenWidth") ScreenHeight = Request.Cookies("Humble")("ScreenHeight") ' set it up for a graph bounding box of 2000 horizontal by 2000 vertical %> <%'------------------- title --------------------------------%> Within-individual skill-information growth, adding learned skills from experimentation and imitation, but without passing learned skills to the next generation <%'--------------- parent's DNA lines with arrows -------------------------%> parent's DNA-based skills randomized recombination <%'--------------- offspring DNA ---------------------------%> offspring's DNA-encoded skills <%'----------------- birth - maturation ------------------------------------%> birth maturation <%'----------------- applying the skill ------------------------------------%> innate plus learned skills applying Muscle action & joint rotation (+ vision) <%'----------------- learning as skill ------------------------------------%> editing <%'------------- experimenting ----------------------%> imitating & experimenting <%'-------------------- offspring mating ---------------------------------%> DNA-based skills to next generation <%'------------- skilled behaviour for survival ------------------------%> <%'---------------------------------------------------------------------%> <% '' reset the timeout ' Server.ScriptTimeout = timeout Response.End '-----------------------------------------------------------%>