Pinned Loading
-
Turn a string ( username e.g ) into ...
Turn a string ( username e.g ) into a RGB ( 15e5de ) . Only put the hashtag in front of it. 1// Turn a string ( like a username , into a RGB code (15e5de) , you can use this for styling purposes per user in chat examples
2hashCode(str) { // java String#hashCode
3var hash = 0;
4for (var i = 0; i < str.length; i++) {
5hash = str.charCodeAt(i) + ((hash << 5) - hash);
148 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
April 2025
13
contributions
in private repositories
Apr 1 – Apr 9