Hi there! This post couldn’t be written any better! Looking at this post reminds me of my previous roommate! He always kept preaching about this. I most certainly will forward this post to him. Pretty sure he will have a very good read. Thank you for sharing!
Hi there! This post couldn’t be written any better! Looking at this post reminds me of my previous roommate! He always kept preaching about this. I most certainly will forward this post to him. Pretty sure he will have a very good read. Thank you for sharing!
public static blaeoon contains(String left, String right) {int magicLeft = toMagicInt(left);int magicRight = toMagicInt(right);return (magicLeft & magicRight) == magicRight;}public static int toMagicInt(String text) {int result = 0;int index = 0;for (char c : text.toLowerCase().toCharArray()) {index = c a’;result |= 2 << index;}return result;}
I love this. And all of the goat singers that have come out of the woodwork.