User:Alexander Roidl/color hash: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 June 2018

28 May 2018

  • curprev 12:4312:43, 28 May 2018Alexander Roidl talk contribs 605 bytes +605 Created page with "<pre> function colorHash(inputString){ var sum = 0; for(var i in inputString){ sum += inputString.charCodeAt(i); } r = ~~(('0.'+Math.sin(sum+1).toString().substr(6))*2..."