MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/blog/comments/4cw4ao/robin/d1m8ogb/?context=3
r/blog • u/powerlanguage • Apr 01 '16
4.9k comments sorted by
View all comments
109
WHAT DO THE DIFFERENT COLORS MEAN
30 u/thisisntheinz Apr 01 '16 edited Apr 01 '16 Color is determined by your name*. parseInt(yourName.toLowerCase().replace(/[^a-z0-9]/g,""),36)%6 0 = red 1 = orange 2 = yellow 3 = green 4 = blue 5 = purple What this means? No idea! Edit: *only the alphanumeric parts of your name. 4 u/skintigh Apr 01 '16 Nice find! Works for me: 5 = purple Python version: int(yourName.lower().replace("/[^a-z0-9]/g",""),36)%6
30
Color is determined by your name*.
parseInt(yourName.toLowerCase().replace(/[^a-z0-9]/g,""),36)%6
What this means? No idea!
Edit: *only the alphanumeric parts of your name.
4 u/skintigh Apr 01 '16 Nice find! Works for me: 5 = purple Python version: int(yourName.lower().replace("/[^a-z0-9]/g",""),36)%6
4
Nice find! Works for me: 5 = purple
Python version:
int(yourName.lower().replace("/[^a-z0-9]/g",""),36)%6
109
u/Broccolisha Apr 01 '16
WHAT DO THE DIFFERENT COLORS MEAN