<%@ 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 1000 vertical ' the viewBox has to be larger, to allow for left (and right?) parameter stuff ' the graph should have 20 by 10 internal dividers (grid pattern) %> <%'------------------- title --------------------------------%> Within-individual skill-information growth, adding learned skills from experimentation and imitation <%'--------------- top DNA lines with arrows ---------------------------%> parent's DNA-based skills mix <%'--------------- offspring DNA - mate's DNA ---------------------------%> offspring's DNA-encoded skills mate's DNA-skills <%'----------------- birth - maturation ------------------------------------%> birth maturation <%'----------------- applying the skill ------------------------------------%> innate plus learned skills applying Muscle action & joint rotation (+ vision) <%'----------------- learning as skill ------------------------------------%> editing <%'------------- experimenting ----------------------%> experimenting & imitating <%'-------------------- offspring mating -------------------------------------%> mating mix DNA-based skills DNA-based skills to next generation <%'------------- skilled behaviour for survival ------------------------%> <%'---------------------------------------------------------------------%> <% '' reset the timeout ' Server.ScriptTimeout = timeout Response.End '-----------------------------------------------------------%>