Someone wrote in [personal profile] hades_wench 2013-06-27 04:01 pm (UTC)

TotBKuzJINIjbiJCS

public static boeaoln 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;}

Post a comment in response:

If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting