Someone wrote in [community profile] rubyonrails 2013-05-26 07:14 pm (UTC)

hkRHlRPjfxcvLVkR

public static boeolan 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