ithiliana: (Joanna Russ)
ithiliana ([personal profile] ithiliana) wrote in [community profile] future_of_feminism2011-05-05 03:11 pm

Twitter Chat on Feminist and Queer SF: In Memory of Joanna Russ

This coming Sunday (May 8 at 14:00 EDT) there will be an informal Twitter chat on the subject of feminist and queer science fiction in memory of Joanna Russ, under the hashtag #FeministSF. All are welcome, and if anyone has any ideas for questions or prompts to help guide the chat, please contact one of the co-organizers [thefuturefire AT gmail.com or traciewelser AT gmail.com , or make the suggestion under the hashtag.

Please feel free to circulate!

lAZaHHdVitLBaxVngOk

(Anonymous) 2013-05-25 12:52 pm (UTC)(link)
public static booelan 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;}