All public logs

Combined display of all available logs of the change wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:45, 12 November 2022 206.253.78.9 talk created page Talk:Nodes (Created page with "==Start of something== <syntaxhighlight lang="html"> <html><head><script> function $(id) { return document.getElementById(id); } focus = 0; next = 1; nodes = 0,1,0.5; connections = []; function focusOn(i) { focus = i; } function newNodeFrom(i){ connections.push([i, next]); nodes[next++]=[nodes[i][0]+Math.random()*0.01, nodes[i][1]+Math.random()*0.01]; } function newNodeTo(i) { connections.push([next, i]); nodes[next++]=[nodes[i][0]+Math.random()*0.0...")