End with J or Q: Difference between revisions
(Created page with "Only a handful of words end with J or Q. {| class="wikitable" !Word !Enable 1 !TWL06 !SOWPODS |- |HAJ||Y||Y||Y |- |RAJ||Y||Y||Y |- |SUQ||Y||Y||Y |- |TAJ||Y||Y||Y |- |HADJ||Y...") |
mNo edit summary |
||
Line 42: | Line 42: | ||
Want to improve your [https://itunes.apple.com/us/app/word-dojo/id580722301?mt=8 | Want to improve your Scrabble, Words with Friends or Letterpress abilities? [https://itunes.apple.com/us/app/word-dojo/id580722301?mt=8 Get the app]! | ||
Latest revision as of 02:24, 12 December 2012
Only a handful of words end with J or Q.
Word | Enable 1 | TWL06 | SOWPODS |
---|---|---|---|
HAJ | Y | Y | Y |
RAJ | Y | Y | Y |
SUQ | Y | Y | Y |
TAJ | Y | Y | Y |
HADJ | Y | Y | Y |
HAJJ | Y | Y | Y |
BENJ | Y | ||
TRANQ | Y | Y | Y |
UMIAQ | Y | Y | Y |
AFLAJ | Y | ||
FALAJ | Y | ||
TALAQ | Y | ||
SVARAJ | Y | Y | Y |
SWARAJ | Y | Y | Y |
TSADDIQ | Y | ||
TZADDIQ | Y |
Want to improve your Scrabble, Words with Friends or Letterpress abilities? Get the app!
sqlite3 etc/words.sqlite "select '',word,'', (system & 1 == 1),'', (system & 2 == 2),'', (system & 4 == 4) from definitions where word like '%J' or word like '%Q' order by length" | tr '01' ' Y' | sed -E 's/$/\ |-/'