Repositories (3)

corundum
2 snippets stored for this repo
"profanity" => ['fuck\w*', 'shit\w*'], #ok
      "ableism" => ["crazy", '\w*sanity', "dumb", 'idiot\w*', "lame", 'moron\w*', "retarded"], #ok
      "racism" => ["chink", "coon", "dago", "gook", 'gyp\w*', "k[yi]ke", 'nig\w*', "spic"], #ok
      "gender" => ["bitch", "cocksucker", "cunt", "dyke", "faggot", "tranny"], #ok
      "issues" => ["XXX", "TODO"], #ok
    }
    CANONICAL_WORD_SETS = WORD_SETS.keys
WORD_SETS = {
      "debug" => ["p", "debugger"], #ok
      "profanity" => ['fuck\w*', 'shit\w*'], #ok
      "ableism" => ["crazy", '\w*sanity', "dumb", 'idiot\w*', "lame", 'moron\w*', "retarded"], #ok
      "racism" => ["chink", "coon", "dago", "gook", 'gyp\w*', "k[yi]ke", 'nig\w*', "spic"], #ok
      "gender" => ["bitch", "cocksucker", "cunt", "dyke", "faggot", "tranny"], #ok
      "issues" => ["XXX", "TODO"], #ok
roadforest
2 snippets stored for this repo
Ruby IconRuby
dc:title
          "Moby Dick" .
      EOT
Ruby IconRuby
&sb=b &pn=rdf &pv=type &ov=Document
              &pn=dc &pv=title &ol=Moby+Dick
      EOS
rocketsurgery
1 snippets stored for this repo
// could become
//
//    func (s struct) method(tom, dick, harry string) (a []string) {
//      return []string{tom,dick,harry}
//    }
//
// That'd be cool, right? It doesn't happen yet.