Better puzzle creation
authorNeil Smith <neil.git@njae.me.uk>
Fri, 27 Jan 2017 13:16:54 +0000 (13:16 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Fri, 27 Jan 2017 13:16:54 +0000 (13:16 +0000)
42 files changed:
wordsearch/wordsearch-creation.ipynb
wordsearch/wordsearch-solution00.txt
wordsearch/wordsearch-solution01.txt
wordsearch/wordsearch-solution02.txt
wordsearch/wordsearch-solution03.txt
wordsearch/wordsearch-solution04.txt
wordsearch/wordsearch-solution05.txt
wordsearch/wordsearch-solution06.txt
wordsearch/wordsearch-solution07.txt
wordsearch/wordsearch-solution08.txt
wordsearch/wordsearch-solution09.txt
wordsearch/wordsearch-solution10.txt
wordsearch/wordsearch-solution11.txt
wordsearch/wordsearch-solution12.txt
wordsearch/wordsearch-solution13.txt
wordsearch/wordsearch-solution14.txt
wordsearch/wordsearch-solution15.txt
wordsearch/wordsearch-solution16.txt
wordsearch/wordsearch-solution17.txt
wordsearch/wordsearch-solution18.txt
wordsearch/wordsearch-solution19.txt
wordsearch/wordsearch-solving.ipynb
wordsearch/wordsearch00.txt
wordsearch/wordsearch01.txt
wordsearch/wordsearch02.txt
wordsearch/wordsearch03.txt
wordsearch/wordsearch04.txt
wordsearch/wordsearch05.txt
wordsearch/wordsearch06.txt
wordsearch/wordsearch07.txt
wordsearch/wordsearch08.txt
wordsearch/wordsearch09.txt
wordsearch/wordsearch10.txt
wordsearch/wordsearch11.txt
wordsearch/wordsearch12.txt
wordsearch/wordsearch13.txt
wordsearch/wordsearch14.txt
wordsearch/wordsearch15.txt
wordsearch/wordsearch16.txt
wordsearch/wordsearch17.txt
wordsearch/wordsearch18.txt
wordsearch/wordsearch19.txt

index 03c8033c9631404c98bc1e9058c21c87bdcd5a60..c4ca081eb93d2397cdec1ddc2f804ca3a87882fe 100644 (file)
   },
   {
    "cell_type": "code",
-   "execution_count": 43,
+   "execution_count": 51,
    "metadata": {
-    "collapsed": true
+    "collapsed": false
    },
    "outputs": [],
    "source": [
     "def decoys(grid, words, all_words, limit=60):\n",
     "    decoy_words = []\n",
+    "    dlen_limit = max(len(w) for w in words)\n",
     "    while len(words) + len(decoy_words) < limit:\n",
     "        d = random.choice(all_words)\n",
-    "        if d not in words and not present(grid, d)[0]:\n",
+    "        if d not in words and len(d) < dlen_limit and not present(grid, d)[0]:\n",
     "            decoy_words += [d]\n",
     "    return decoy_words"
    ]
   },
   {
    "cell_type": "code",
-   "execution_count": 45,
+   "execution_count": 52,
    "metadata": {
     "collapsed": false
    },
     {
      "data": {
       "text/plain": [
-       "['blindfolding',\n",
-       " 'televised',\n",
-       " 'climaxed',\n",
-       " 'autumns',\n",
-       " 'aquaria',\n",
-       " 'bilks',\n",
-       " 'psychologies',\n",
-       " 'sparkled',\n",
-       " 'dorkiest',\n",
-       " 'corollas',\n",
-       " 'polygons',\n",
-       " 'accessioning',\n",
-       " 'bubbled',\n",
-       " 'astringency',\n",
-       " 'debunking',\n",
-       " 'cannery',\n",
-       " 'exhilarates',\n",
-       " 'overzealous',\n",
-       " 'primping',\n",
-       " 'geckos',\n",
-       " 'admiration',\n",
-       " 'misconstructions']"
+       "['ditches',\n",
+       " 'fuzes',\n",
+       " 'antivirals',\n",
+       " 'chronology',\n",
+       " 'yacked',\n",
+       " 'percentages',\n",
+       " 'heftier',\n",
+       " 'inimitably',\n",
+       " 'conveys',\n",
+       " 'remaindered',\n",
+       " 'retaken',\n",
+       " 'reckoned',\n",
+       " 'emery',\n",
+       " 'squats',\n",
+       " 'tenderfoots',\n",
+       " 'sociology',\n",
+       " 'arbutuses',\n",
+       " 'betook',\n",
+       " 'coniferous',\n",
+       " 'gambled',\n",
+       " 'crouching']"
       ]
      },
-     "execution_count": 45,
+     "execution_count": 52,
      "metadata": {},
      "output_type": "execute_result"
     }
   },
   {
    "cell_type": "code",
-   "execution_count": 46,
+   "execution_count": 53,
    "metadata": {
     "collapsed": false,
     "scrolled": true
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "wombs (True, 1, 19, <Direction.downleft: 7>)\n",
-      "persimmons (True, 14, 7, <Direction.upright: 6>)\n",
-      "computerisation (True, 15, 18, <Direction.left: 1>)\n",
-      "ascribes (True, 14, 17, <Direction.left: 1>)\n",
-      "coopering (True, 1, 11, <Direction.down: 4>)\n",
-      "goalies (True, 17, 12, <Direction.left: 1>)\n",
-      "beamed (True, 3, 0, <Direction.down: 4>)\n",
-      "modifying (True, 11, 19, <Direction.down: 4>)\n",
-      "insets (True, 13, 2, <Direction.right: 2>)\n",
-      "cigarets (True, 12, 3, <Direction.up: 3>)\n",
-      "statures (True, 2, 7, <Direction.left: 1>)\n",
-      "libels (True, 6, 7, <Direction.down: 4>)\n",
-      "remarked (True, 3, 19, <Direction.down: 4>)\n",
-      "baggy (True, 13, 11, <Direction.right: 2>)\n",
-      "juxtaposes (True, 19, 17, <Direction.left: 1>)\n",
-      "mesdames (True, 7, 13, <Direction.up: 3>)\n",
-      "grumpiness (True, 4, 17, <Direction.down: 4>)\n",
-      "artefacts (True, 16, 6, <Direction.right: 2>)\n",
-      "skeins (True, 10, 2, <Direction.down: 4>)\n",
-      "assizes (True, 6, 12, <Direction.up: 3>)\n",
-      "inflow (True, 6, 5, <Direction.upright: 6>)\n",
-      "depleting (True, 7, 1, <Direction.down: 4>)\n",
-      "beeped (True, 11, 16, <Direction.left: 1>)\n",
-      "reneges (True, 18, 17, <Direction.left: 1>)\n",
-      "interning (True, 12, 13, <Direction.left: 1>)\n",
-      "yellowish (True, 2, 10, <Direction.down: 4>)\n",
-      "regicides (True, 19, 0, <Direction.right: 2>)\n",
-      "eyelids (True, 18, 5, <Direction.right: 2>)\n",
-      "cools (True, 7, 9, <Direction.upleft: 5>)\n",
-      "orgy (True, 7, 18, <Direction.up: 3>)\n",
-      "nifty (True, 8, 4, <Direction.up: 3>)\n",
-      "knottier (True, 0, 9, <Direction.left: 1>)\n",
-      "destroyers (True, 8, 0, <Direction.down: 4>)\n",
-      "unfurls (True, 14, 18, <Direction.up: 3>)\n",
-      "tinctured (True, 1, 0, <Direction.right: 2>)\n",
-      "bigamy (True, 4, 2, <Direction.down: 4>)\n",
-      "winos (True, 17, 14, <Direction.right: 2>)\n",
-      "essays (True, 11, 9, <Direction.left: 1>)\n",
-      "blindfolding (False, 0, 0, <Direction.left: 1>)\n",
-      "televised (False, 0, 0, <Direction.left: 1>)\n",
-      "climaxed (False, 0, 0, <Direction.left: 1>)\n",
-      "autumns (False, 0, 0, <Direction.left: 1>)\n",
-      "aquaria (False, 0, 0, <Direction.left: 1>)\n",
-      "bilks (False, 0, 0, <Direction.left: 1>)\n",
-      "psychologies (False, 0, 0, <Direction.left: 1>)\n",
-      "sparkled (False, 0, 0, <Direction.left: 1>)\n",
-      "dorkiest (False, 0, 0, <Direction.left: 1>)\n",
-      "corollas (False, 0, 0, <Direction.left: 1>)\n",
-      "polygons (False, 0, 0, <Direction.left: 1>)\n",
-      "accessioning (False, 0, 0, <Direction.left: 1>)\n",
-      "bubbled (False, 0, 0, <Direction.left: 1>)\n",
-      "astringency (False, 0, 0, <Direction.left: 1>)\n",
-      "debunking (False, 0, 0, <Direction.left: 1>)\n",
-      "cannery (False, 0, 0, <Direction.left: 1>)\n",
-      "exhilarates (False, 0, 0, <Direction.left: 1>)\n",
-      "overzealous (False, 0, 0, <Direction.left: 1>)\n",
-      "primping (False, 0, 0, <Direction.left: 1>)\n",
-      "geckos (False, 0, 0, <Direction.left: 1>)\n",
-      "admiration (False, 0, 0, <Direction.left: 1>)\n",
-      "misconstructions (False, 0, 0, <Direction.left: 1>)\n"
+      "freckled (False, 0, 0, <Direction.left: 1>)\n",
+      "transcripts (False, 0, 0, <Direction.left: 1>)\n",
+      "dinnering (False, 0, 0, <Direction.left: 1>)\n",
+      "insulating (False, 0, 0, <Direction.left: 1>)\n",
+      "regurgitates (False, 0, 0, <Direction.left: 1>)\n",
+      "drouthes (False, 0, 0, <Direction.left: 1>)\n",
+      "cocky (False, 0, 0, <Direction.left: 1>)\n",
+      "stodgy (False, 0, 0, <Direction.left: 1>)\n",
+      "bestrides (False, 0, 0, <Direction.left: 1>)\n",
+      "perceives (False, 0, 0, <Direction.left: 1>)\n",
+      "waned (False, 0, 0, <Direction.left: 1>)\n",
+      "pisses (False, 0, 0, <Direction.left: 1>)\n",
+      "alienating (False, 0, 0, <Direction.left: 1>)\n",
+      "hyperbolas (False, 0, 0, <Direction.left: 1>)\n",
+      "yeshivoth (False, 0, 0, <Direction.left: 1>)\n",
+      "allured (False, 0, 0, <Direction.left: 1>)\n",
+      "outstaying (False, 0, 0, <Direction.left: 1>)\n",
+      "bureaus (False, 0, 0, <Direction.left: 1>)\n",
+      "tragedians (False, 0, 0, <Direction.left: 1>)\n",
+      "wooed (False, 0, 0, <Direction.left: 1>)\n",
+      "unwary (False, 0, 0, <Direction.left: 1>)\n",
+      "provoking (False, 0, 0, <Direction.left: 1>)\n",
+      "curies (False, 0, 0, <Direction.left: 1>)\n",
+      "deviltry (False, 0, 0, <Direction.left: 1>)\n",
+      "wooly (False, 0, 0, <Direction.left: 1>)\n",
+      "abysmally (False, 0, 0, <Direction.left: 1>)\n",
+      "ladled (False, 0, 0, <Direction.left: 1>)\n",
+      "tamable (False, 0, 0, <Direction.left: 1>)\n",
+      "minors (False, 0, 0, <Direction.left: 1>)\n",
+      "aortas (False, 0, 0, <Direction.left: 1>)\n",
+      "souses (False, 0, 0, <Direction.left: 1>)\n",
+      "heinously (False, 0, 0, <Direction.left: 1>)\n",
+      "cardiac (False, 0, 0, <Direction.left: 1>)\n",
+      "peons (True, 17, 1, <Direction.right: 2>)\n",
+      "karate (False, 0, 0, <Direction.left: 1>)\n",
+      "tansy (False, 0, 0, <Direction.left: 1>)\n",
+      "unruly (False, 0, 0, <Direction.left: 1>)\n",
+      "absently (False, 0, 0, <Direction.left: 1>)\n",
+      "pads (False, 0, 0, <Direction.left: 1>)\n",
+      "ditches (False, 0, 0, <Direction.left: 1>)\n",
+      "fuzes (False, 0, 0, <Direction.left: 1>)\n",
+      "antivirals (False, 0, 0, <Direction.left: 1>)\n",
+      "chronology (False, 0, 0, <Direction.left: 1>)\n",
+      "yacked (False, 0, 0, <Direction.left: 1>)\n",
+      "percentages (False, 0, 0, <Direction.left: 1>)\n",
+      "heftier (False, 0, 0, <Direction.left: 1>)\n",
+      "inimitably (False, 0, 0, <Direction.left: 1>)\n",
+      "conveys (False, 0, 0, <Direction.left: 1>)\n",
+      "remaindered (False, 0, 0, <Direction.left: 1>)\n",
+      "retaken (False, 0, 0, <Direction.left: 1>)\n",
+      "reckoned (False, 0, 0, <Direction.left: 1>)\n",
+      "emery (False, 0, 0, <Direction.left: 1>)\n",
+      "squats (False, 0, 0, <Direction.left: 1>)\n",
+      "tenderfoots (False, 0, 0, <Direction.left: 1>)\n",
+      "sociology (False, 0, 0, <Direction.left: 1>)\n",
+      "arbutuses (False, 0, 0, <Direction.left: 1>)\n",
+      "betook (False, 0, 0, <Direction.left: 1>)\n",
+      "coniferous (False, 0, 0, <Direction.left: 1>)\n",
+      "gambled (False, 0, 0, <Direction.left: 1>)\n",
+      "crouching (False, 0, 0, <Direction.left: 1>)\n"
      ]
     }
    ],
   },
   {
    "cell_type": "code",
-   "execution_count": 47,
+   "execution_count": 54,
    "metadata": {
     "collapsed": false
    },
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "tuiababblerssknalbft\n",
-      "gnewerodeswskrowerif\n",
-      "nballooningosfriedum\n",
-      "iuebksidesaddlessldt\n",
-      "mrncdbmnnyllasuaceet\n",
-      "udiesnettirwtsohglli\n",
-      "uepoeyremeenoyreveum\n",
-      "cnuselitnegfatterbdp\n",
-      "asslmulleveiadieneer\n",
-      "visnmewsrelrsbtleddi\n",
-      "crouchinghogetrzooms\n",
-      "dstrihstaewseteaotoo\n",
-      "vkssrdovulatesrldgon\n",
-      "snnvengefullyuiawets\n",
-      "uiofendelleuferrcosi\n",
-      "ahsdenoixelpmocluitt\n",
-      "vcdauthorisesnfsnenp\n",
-      "eyoelmferociouslypng\n",
-      "lngimmpauperisedtnon\n",
-      "ytnthstnemecitnehhpc\n",
-      "38 words added;  7 directions\n",
-      "Present: abrades authorises babblers ballooning blanks causally chinks complexioned crouching deluded emery enticements erodes everyone fatter ferociously fireworks fried gentiles ghostwritten godsons imprisons mews ovulates owlets pauperised refuelled retracing sidesaddles suavely supine sweatshirts unburdens vacuuming vellum vengefully yeti zooms\n",
-      "Decoys: chastened doodling ethnologists executrixes freelancing generously halfheartedness harries kinswoman mangles narrowly optimising oversimplifies polystyrene recounts riffing slicking smackers squashy thirsting tiebreakers unexampled\n"
+      "ihaceglstcongealedim\n",
+      "locnlanmecdwsieyieyp\n",
+      "uslrbacimdmedruyirfo\n",
+      "hyacaascsatireeaiefm\n",
+      "epyatooheutryldpifum\n",
+      "chiuantaedrivgeouihe\n",
+      "diehehdftsionrsdmoil\n",
+      "ylrnpsounaonhspadtrs\n",
+      "linhegiglgirgcidagug\n",
+      "gsaornesallliseilnwo\n",
+      "nlnenigpsnnhllsrlins\n",
+      "ityvuprergselipdohyi\n",
+      "mstismocwduusngeygsw\n",
+      "oextoooincnhksshsuci\n",
+      "cmiiprvfanedcwuctook\n",
+      "ersnptyiaclippingsur\n",
+      "biauindcemostlysietd\n",
+      "rflpebesmsskrepppsil\n",
+      "yssorgnileereouepyna\n",
+      "taeaeweathercockswgs\n",
+      "36 words added;  7 directions\n",
+      "Present: acceding alloys annulled becomingly chorusing chugs clashes clayier clippings congealed dullness espies firmest groovy groupers hogans huffy kiwis matins mostly outmoded perks pommels punitive reeling scouting sixty soppier soughing specifics syphilis taillights tromping unrepeatable weathercocks wispy\n",
+      "Decoys: belittled buzzwords climbs congaed criterions drifters exteriors filial flattery gambolling haversacks insiders interferon leukaemia liabilities mavens mentalities padlocking ptarmigans puking retarded seaming skimpiness wanderers\n"
      ]
     }
    ],
   },
   {
    "cell_type": "code",
-   "execution_count": 49,
+   "execution_count": 55,
    "metadata": {
     "collapsed": false
    },
index 07ccb2e6c90daad4dc873c71c3b83d79c3b119ee..22b646393dfea01e923eaa530ccc88fa21009a20 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-...s....seinori....s
-....rflyovers.....yt
-sbtp.e..ylgnivol..ro
-tgaue.m...bdetunimal
-un.nbr.oyfloors...te
-ni..dem.tr..oc....ns
-tl.e.osi.st..zo.yveb
-et..nul.seue..eu..m.
-dr..oa.itsjck.udpras
-.u.er.mheniu.ct..ets
-.hsd.eeowr.bi.o..cse
-.al.erser.snlcpr.uen
-gbsiskstseuysyi..rte
-.moro.seutdml.an.r.d
-.e.pefhamdy..fs.gesu
-.a..pcnemni...y..nmr
-.g..teaion.e...a.tec
-.r.u.tdrt.u.s...m.a.
-.eb.s.c.tcrossest.r.
-.....a....mooing..s.
-acronyms
-bandoliers
-bevy
-boozed
-bopped
-butches
-coupes
-crossest
-crudeness
-customers
-enamored
-floors
-flyovers
-gaseous
-hurtling
-ironies
-juicing
-lovingly
-mayfly
-meagre
-minuted
-mooing
-nutmeats
-permissibly
-recurrent
-restudies
-rocketry
-sewn
-smears
-stoles
-stunted
-testamentary
-tethers
-tinfoil
-tracers
-tubes
-unmasked
-utopias
+marred......p.d..n..
+.....s.....it.e..e..
+......e..tqr..cv.x..
+ithirtylauo..cai.a..
+d......xeu..o.ys.w.t
+npe...ispl.p..sa..rs
+arx..s.e..el...e.it.
+sop...r..coks..dns.b
+sdi..s..ko.nufdiis.e
+iia...yss.es.etnoe.s
+lgt..hte.vmario.msyi
+gie.crn.eenies..iune
+.estaiyldxvsrt..scig
+.soynleoie.a.y..sumi
+.lege.med.bowlediaon
+bd.t..tgniwolleyochg
+..a..y.galena...n...
+.r.....marbled..s...
+iderraw...tseitfol..
+snretsewyleraps.....
+anxiety
+arsonists
+besieging
+blotchy
+bowled
+caucuses
+copecks
+decays
+derived
+elevens
+expiates
+feisty
+galena
+glissandi
+hominy
+irately
+loftiest
+loosening
+marbled
+marred
+modems
+omissions
+piques
+prodigies
+sparely
+strayed
+taxis
+thirty
+trinities
+troupers
+ukeleles
+visaed
+warred
+waxen
+westerns
+yellowing
 
-ambassadorial
-ambushed
-calibres
-conceals
-confounding
-consanguinity
-culverts
-decontamination
-eightieths
-encamping
-grazed
-lengthways
-overprinting
-pioneering
-rejoicings
-retains
-rotors
-ruination
-sandcastles
-stretchers
-struts
-tercentenary
\ No newline at end of file
+aspired
+beadiest
+blintzes
+casually
+dioramas
+dustmen
+fondled
+frowsy
+gauchest
+hazes
+loveless
+mitred
+muttered
+pettiest
+refuels
+resists
+saddest
+sapping
+seamy
+sequined
+shied
+subbing
+walnuts
+wherein
\ No newline at end of file
index 2e670d30c5345049b803c0b3e5208fdb82ee81ff..bd0997ce677c5571b11b0817ceea9d879f3f5c91 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-stoppages..sprucer.d
-.....u....c..muskyud
-d...yv.bga.d.sl..oeb
-.e.sa.r.ple.pa..st.u
-..ng.i.t.suive..lc.l
-..aus.i.i.ris.yolc.k
-sr.kdv.l.tvsnljood.e
-yle.aea.sra.mgwre.sd
-.ret.idtuy.l.nrsie.s
-q.ebv.uss.a.ieinic.e
-us.iao.mychnsdstrd.r
-a.r..basyogpiuiii..e
-st...lstmnoulmnmsbyn
-a...aeneinqaekn.tlga
-r..dmilkditrle..uagd
-s.i.licelitys...mcoi
-.e.fnad.nx.s....akdn
-s..ep..ge.sdeetsgi.g
-..sn..saucier....s..
-.su.encodersshamsh..
-babels
-blackish
-brisker
-bulked
-calmly
-captivates
-clowning
-corresponded
-crinkly
-denuded
-dimness
-doggy
-duos
-encoders
-essays
-extremities
-flinty
-gamuts
-gluing
-guys
-homeliness
-insulating
-jolted
-liquidised
-maladies
-messy
-musky
-outstrips
-quasars
-saucier
-serenading
-shams
-sprucer
-steeds
-stoppages
-survivals
-trivialised
-unpacking
-vagary
+v....charring....n.a
+i.gniloordyrocihco.l
+t.gnikrep.m......t.e
+icontrived.o....sk.r
+a.w....sowedu..bpn.t
+t.a...mesm...nl.la.s
+i.i..inu..y..od.oly.
+o.f.ncb...dtw..stpls
+n.stls.o.e.sh...cslt
+..iaipv.g.y..s..hour
+.nvdsurgphased..yufa
+geialcue..gnizad.btn
+se.ecri.p.plushiereg
+s.s.hust.a..a..osire
+...s..itp.y.m.ebdqgs
+stnaig.tco.sg.amuuet
+tsekcilsye..i.tiaer.
+..yldekramt.s.rkrt..
+.awol..pisses.oaas..
+.affordable.d.a.m...
+affordable
+akimbo
+alerts
+aortae
+awol
+blowsy
+charring
+chicory
+contrived
+dazing
+detects
+drooling
+enclaves
+giants
+marauds
+markedly
+minting
+mounds
+myths
+optics
+ovules
+perking
+phased
+pisses
+plankton
+plushier
+prepays
+regretfully
+shrugged
+sigma
+slickest
+soubriquets
+sowed
+splotchy
+strangest
+subsidies
+vacuity
+vitiation
+waifs
 
-abridges
-antihistamines
-blinkering
-bridgework
-carcinogens
-certitude
-coarseness
-decants
-falsities
-godliness
-hunching
-modems
-pajamas
-pureness
-reconstructs
-savvying
-scherzi
-swamis
-tansy
-universality
-writings
\ No newline at end of file
+abating
+animations
+atomisers
+breviaries
+buddings
+butches
+cadging
+centigrams
+chopsticks
+collaring
+conjugal
+empowering
+expandable
+extradited
+grassing
+lumberman
+patellas
+retainers
+sidles
+swallowing
+trellises
\ No newline at end of file
index 9e432b55be902879542c223fd9a7008a41f210fa..cd1bc976d6ed53a026c3376a9a085af908adb662 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-...tseissob...srumed
-asuavelystcartsiddjl
-bconsulted.......euo
-s...gnineerg.....ptt
-e......pantomimesptt
-n.....weekending.aee
-tgravelly..dg....wdr
-e.d.y.....in.sumos.y
-d.e.s....sisnrohllub
-e.d.dd..cs....slialf
-f.u.u.iuo....buzzed.
-e.r.s.spylyrwsleety.
-cst..sp.lprophesying
-tln.iu...o...armorys
-oainsdiscomposure..e
-rege.......a.trendsk
-sprtangerines......o
-.pinfusing.struttedt
-.a.awry..rabbis....s
-.tapioca.ascending..
-absented
-appeals
-armory
-ascending
-awry
-bossiest
-bullhorns
-buzzed
-consulted
-defectors
-demurs
-diplomas
-discomposure
-discussing
-distracts
-flails
-gravelly
-greening
-infusing
-intruded
-jutted
-lottery
-pantomimes
-presupposing
-prophesying
-rabbis
-sleety
-stokes
-strutted
-suavely
-sudsy
-sumo
-swapped
-tangerines
-tapioca
-trends
-weekending
-wryly
+d.e..m.s...tiredness
+.rja..i.k....y......
+..aer..s.n..z.dunes.
+..ygwf..q.izgreets..
+ppcnneu..uuochamped.
+arn.well.co..reidnar
+pia..otlst.t..t.s.dl
+empk.glsi.e.es.u.eda
+riur.l.f.ndnedo.d.ev
+gtco.a.d.ogidi.n.ati
+iicw.r.er.rbree.n.os
+rvon.e.k.abultrt.dxh
+lero.siceac.teile.en
+sspr.e.rhnsa.gaiy.de
+..hir.dai.neealk..bs
+.badges..u.nvem.e.ls
+minivans..s.bi.i.ru.
+..s...ywolliw.r.s.i.
+..sexobffuns...d.ss.
+reistug.esteemed..h.
+amiss
+antigens
+arcked
+badges
+bah
+belied
+bleaker
+bluish
+champed
+detoxed
+dorkier
+dragnets
+dreariest
+drives
+dunes
+earfuls
+esteemed
+flown
+glares
+greets
+gutsier
+incurious
+ironwork
+jewelling
+lavishness
+minivans
+misquoted
+occupancy
+oinks
+orphans
+papergirls
+primitives
+randier
+scuzzy
+snuffboxes
+tenderly
+tiredness
+unattended
+willowy
 
-affairs
-baked
-byways
-chairing
-chloroformed
-debated
-equipped
-foully
-greyer
-imperfectly
-inanimate
-jugging
-pedagogues
-pegs
-pickiest
-pointers
-shlemiels
-stepsisters
-trousseaux
-typewrites
-videos
-workfare
\ No newline at end of file
+acidified
+ajar
+alcoves
+always
+bogs
+carps
+corniest
+denizens
+doilies
+embolisms
+heraldry
+hulking
+mediums
+mellowed
+pigheaded
+pities
+reaped
+runabouts
+titmouse
+tzarinas
+waggled
\ No newline at end of file
index f296c1fc59ffb4db3bff0a1bd6525debf1cc3828..1d288ac0cabf3e7ed2ea196af3cfeab261336502 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-.....r..dewehcse....
-...sye.competencies.
-...rlpy....gbs....c.
-.yurbel.s.pnlt...a.t
-.lnuaas.csaiuc..r.ps
-.dwpktsdiostia.a.a.l
-wre.reeetlttnxf.rgga
-rud.arltsueegetw.nnm
-use.msdeobuus.rjdiir
-nbp.e.nrnlroc.aaatto
-gaeyr.isgeirhcnyiacf
-..elg.m.assiiaswlris
-.spl.i..i.apdmfaiere
-se.u..m.d.t.dpelectd
-rh.dst.l..i.earksaso
-oc..aa..e.o.nnri.men
-ve.r..a..tn..ien..ra
-aet....b..i..ldg....
-sl.........nkeeled..
-y.underused.gsgnivap
-absurdly
-anodes
-baas
-bluing
-campaniles
-carafes
-chidden
-competencies
-dailies
-deters
-diagnostics
-dully
-eschewed
-exacts
-formals
-gimleting
-jaywalking
-keeled
-leeches
-macerating
-mindlessly
-pasteurisation
-pavings
-peeped
-pirouetting
-purrs
-remarkably
-repeaters
-restricting
-savors
-solubles
-tartly
-transferred
-underused
-unwed
-wrapt
-wrung
+.yggum....shiners...
+.........craftsmen..
+....gnitrocse.m...t.
+gnillirht....ao...s.
+.m..g.sreguogis..ia.
+..el..seotnamlqb.np.
+..ul.keynotesauu.dyl
+te..l......e.germebi
+ss...oseroseyesrsm.n
+esllimwass...r.ein.i
+ia.a...ea......dhisn
+kna.n.sgd.yttap.pftg
+ct.b.nry.baublesrins
+oesraaa.ayn....socet
+cnteec.y.rda...kmamu
+.nut..ig..bwr..ratwc
+.ann...g....oc.atiok
+.eauderettug.dspeodi
+..eapenlites...smnnn
+..pg....slitsid..seg
+abaci
+annals
+antennae
+baubles
+brays
+burred
+bypast
+cockiest
+craftsmen
+distils
+dowdy
+endowments
+escorting
+eyesores
+gaunter
+glues
+gougers
+guttered
+indemnifications
+keynotes
+leggy
+linings
+mantoes
+mellowed
+metamorphism
+mosques
+muggy
+narcs
+patty
+peanuts
+penlites
+regalia
+sawmills
+shiners
+sparks
+teargasses
+thrilling
+tucking
 
-airworthiest
-authorship
-baaing
-carryalls
-consequences
-curtly
-deriving
-flimsy
-inamoratas
-incorrigible
-lechers
-metatarsals
-niftier
-raciness
-rosily
-spawned
-spotlessness
-tridents
-trivially
-uncoils
-undisguised
-unhitches
-upsurging
\ No newline at end of file
+abusiveness
+acquirable
+arrowroot
+bobsleds
+bunged
+denied
+economy
+homeliest
+hypermarket
+jounces
+jousting
+jumpsuits
+loosely
+memorialises
+monographs
+narrations
+observational
+propagandised
+specifiable
+strafing
+wishbones
+yachtsman
\ No newline at end of file
index 94cab9131afe4cf87d629ef4e3da364a843984c2..7bb5ba701f820c7db21378a1b22ec528d10cddf9 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-.sylsuoitnecil..s.n.
-..t...snaeap....e.a.
-...ewy...muillagtsmo
-r..om.n.toothieratev
-.eo..msis...sog.urre
-.zd..hoyr..sepnwtoir
-y..uk.ar.bn.hpiinpfs
-.n.nolm.gif.solnee.a
-doa.llo.d.lsarldcdjw
-.i.a..u...uplteicsa.
-stsesulcerolcuweanm.
-ea.dv.d.slragnos.am.
-xcy.aos.laicnirt.we.
-oitt.il.entsist..sdy
-btiss.ntvdetdt....l.
-eslecp.saf.ias..cr..
-ceiri.a.ri.nr...a...
-imcun..dglcgg..er...
-.oaou...sl.ep.y.p...
-.dfdt....s.du...s...
-accentuates
-allays
-ankhs
-briny
-carps
-clashes
-deports
-dins
-disdains
-domestication
-dourest
-facility
-fireman
-fluorite
-gallium
-gravels
-grommets
-iceboxes
-jammed
-landfills
-licentiously
-louder
-moulds
-opportunists
-oversaw
-pads
-paeans
-recluses
-scalps
-swans
-tinged
-toothier
-trowelling
-tunics
-upgrading
-voltaic
-windiest
-woozy
-yearly
+....esaenu...secnive
+...contriving.......
+.tspmawssaseirtsev..
+.swasps.ap..sehsirep
+.e....u.ti.dslatep.c
+si...sgsndd.e..p.d.y
+er..tyanui.e.ti.e.in
+eoha.lrojt..nvur.n.i
+pgiy.scisy..oodld..c
+effesuosr..t.nhui..i
+e.alsoaae.s.i.sp.d.s
+t.lpeitur..k.teaa.nm
+.yuintssigg.rmm.rg.u
+.ltnya.rmnny.ipgnke.
+.tigot.edai..nini.om
+.rn.cn.pawk..srif...
+gentlemennc..text...
+.l...t.debirbesiy...
+.a...s....l..r.n....
+....rocky.cgnitlas..
+admirers
+alertly
+bribed
+clicking
+contriving
+coyness
+cynicism
+empires
+evinces
+fiats
+gentlemen
+gnawn
+goriest
+hifalutin
+industry
+juntas
+kindred
+megaphoned
+minster
+nifty
+nixing
+okras
+ostentatiously
+perishes
+persuasions
+petals
+pivots
+rocky
+salting
+sugarcoats
+swamps
+teepees
+undiluted
+unease
+vapidity
+vestries
+wasps
+yelping
 
-abusers
-crucifying
-discountenances
-earthshaking
-execrable
-faeces
-haircuts
-nutriments
-octagons
-perceives
-permissions
-privacy
-protecting
-scummed
-silicious
-splatting
-sustaining
-unfathomable
-uniqueness
-whistlers
-wickedness
\ No newline at end of file
+amiability
+beige
+bewilders
+birthing
+bogied
+choreographed
+escapism
+fruitfulness
+grouchier
+hobbyhorses
+imperturbably
+inflow
+junkets
+margaritas
+messengers
+misjudgments
+oleomargarine
+plannings
+separators
+sexless
+slops
+suggested
\ No newline at end of file
index c82c8d9003b72d223e87dc24d593808fced08c21..89a1ee23ea639161f5a24c3e63f6a730851b8205 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-sseneruspareness....
-....anatomistssigea.
-..fdehsimriks..n....
-s.ly..puppets...as..
-e.algdsdemmuls..ok.d
-h.md.ne.sissierr.sye
-aner.dit.e....t..drt
-nuno.etce.a..iydbrea
-ylcl.ti.nk.re.praadt
-mlo..ad..ande.sibwon
-.ss..du...na.dileeue
-...deer.s..il.wysrnm
-...vasca....fb....dm
-..a.mistiminge....eo
-.g...lsdenrawerof.dc
-a...a..y.ylihtlaetsf
-...s.....ylikrum...a
-coexistence..boggedd
-.......stnirprevo..e
-.blunted..beadier..s
-aegis
-agave
-anatomists
-babes
-beadier
-blanketed
-blunted
-bogged
-coexistence
-commentated
-crudities
-daisy
-drily
-fades
-flamencos
-forewarned
-lordly
-mistiming
-murkily
-mynahes
-nulls
-overprints
-puppets
-redounded
-refinancing
-rewards
-salsas
-seared
-sedated
-sissier
-skirmished
-slummed
-snaky
-sortied
-spareness
-stealthily
-sureness
-wispy
+albinos..airports..y
+procrastination.ed.r
+complaisance..a.se.u
+s..ss.v..dr...p.opsc
+w..mt.ii.eca..r.hobr
+a..irmom.lh.m.o.wlae
+jg.daalp.la..rp..sgm
+.a.gireo.irsrooter..
+.rcegsttdvmdo.sd...s
+wrhshhseeaee.gr.d..u
+roa.te.ntcrx.en..e.n
+iti.js.ts.sed..i..dd
+gersa..li..n....r..e
+gsewcd.yo.en.....g.r
+l.dikee.hv.a..limosi
+iy.net.kosmoorerotsn
+em.gti.rca....ysnapg
+sa.iirp.le.dowsing..
+to.nne.b..l..serops.
+.f.ggms....fdeppohs.
+airports
+albinos
+albs
+annexed
+apropos
+cavilled
+chaired
+charmers
+complaisance
+dowsing
+flecked
+foamy
+gabs
+garrotes
+gringos
+hoisted
+impotently
+jaws
+limos
+marshes
+mercury
+merited
+pansy
+procrastination
+provender
+ramrodded
+rooter
+shopped
+sloped
+smidges
+spores
+storerooms
+straightjacketing
+sundering
+swinging
+violets
+whose
+wriggliest
 
-arrowroot
-camouflaging
-clovers
-cumulatively
-deletes
-demijohns
-eighteens
-flightless
-fusible
-hotheads
-hustling
-microwaving
-mortared
-newborns
-oafish
-parishioners
-plaintiffs
-polytechnics
-remanded
-skittered
-straitens
-uniformly
\ No newline at end of file
+analysers
+anytime
+blobbing
+creepily
+despondently
+essaying
+forebodings
+grandiloquence
+handcars
+mantes
+multivitamins
+occasions
+patios
+polymeric
+powdered
+proffers
+rarer
+sidestroking
+skycaps
+squareness
+teargases
+unloosing
\ No newline at end of file
index e59a2da034823c22e6f3eb6a214c0b822ac19b57..3898cf5d12136202c0058482c58bbfb65bd16e8f 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-..htah.d.giteyg..s..
-m.....e.n.i..umwsgs.
-u....tgipl..teyelut.
-r...autolsmtmdmnrths
-k..cpswidaeo.eesu.gs
-i.apidtirrr..fd.peip
-nvyseeuiii...aa.rwro
-e.brrlnns....mcda.wu
-suyafagi.....eax..yt
-s.c.s.nhooch.deg..ae
-syto.ggoofy..n.n..ld
-ege.e....bereavingp.
-tna.sdseiromra.d....
-aip.hsecnedive.n..p.
-lro.i..m.....t.uhtah
-uit.e...a.....ao..l.
-phs.lyapping...f..m.
-oe..dthermally.nf.i.
-cr..e....stsiobo.ye.
-....d...grapes.c..r.
-academy
-armories
-bereaving
-confounding
-copulates
-defamed
-dregs
-evidences
-fluids
-goofy
-grapes
-guppy
-guttering
-hath
-hath
-hooch
-illiteracy
-marinas
-memorising
-murkiness
-oboists
-oedema
-palmier
-playwrights
-powdery
-purls
-rehiring
-shielded
-spouted
-subsisting
-taffy
-teapots
-thermally
-tugs
-vacated
-waxen
-wens
-yapping
-yeti
+.z.d...nattiest...g.
+.e.e...ironed....r..
+.d.vgruesomer..de...
+.s.ad..remoterey..s.
+s..la.ylssarcred.ly.
+ts.udylpmisgude.i.rd
+ee.eo.....mert.tp.ai
+lk.ss.....fpaos.ignn
+bidezzubdf.dlis.sneg
+ob......uat.pycbsilh
+ginfamya.un...l.egpy
+.n....h.o..k..uosa..
+.i...c......l.co.vk.
+.m..enduring.ykh.a.s
+inflorescence.sc.s.a
+........detevira...g
+plods..r....erifnuge
+......i...coaxed...r
+.....esriaper.......
+....d.attendances...
+achoo
+attendances
+buzzed
+chauffeured
+clucks
+coaxed
+crassly
+dados
+dankly
+devalues
+dinghy
+dried
+enduring
+goblets
+greyed
+grosbeaks
+gruesomer
+gunfire
+infamy
+inflorescence
+ironed
+minibikes
+nattiest
+outdated
+pisses
+pistils
+plenary
+plods
+remoter
+repairs
+riveted
+sager
+savaging
+simply
+simply
+zeds
 
-accelerates
-amorousness
-conglomerations
-doctors
-fanned
-glaringly
-grumblers
-imbibing
-impunity
-influentially
-keenest
-leapfrogged
-misdiagnosing
-pebblier
-periodontal
-politicos
-sandiness
-spiritualism
-squealing
-unbounded
-waveform
\ No newline at end of file
+antiknock
+antimatter
+bolder
+cicadae
+clapped
+conforms
+convocations
+extinguished
+fixated
+grander
+itemisation
+newspapers
+notifies
+prating
+reinserting
+royalty
+sequined
+sickly
+spacesuits
+sulks
+traceries
+ulnae
+withdrawals
+yachting
\ No newline at end of file
index 7464b90edb25c6a2a46d663d75f4a47d196dea0c..be6530b2aafdffaa4ad49a5eeb6db94ce5d89be2 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-....gnitceles...scri
-.dt..wakefulnesshoer
-bes..seltsub....onat
-odetgnissenif...wcss
-ord.n..esirbed..nuse
-koi..ax.dropoutsnsia
-sfr..isnapalmingesgm
-hfc.l..a.s......gin.
-eaae...tenoning.ooiy
-l.s....s.p......tnnt
-vneebbp.sehceeb.isgi
-edss.oedetiderccaesc
-seiece.g...r..o.tnla
-dxwl.r..g..osbu.iiap
-etep.r...e.iiuc.olua
-lrdu.s....drlmh.nesc
-zoir.dyadicelpe.sean
-zsscretypesties..bci
-ie.s.......led......
-s.snaicitpour.......
-accredited
-acridest
-afforded
-beeches
-beelines
-been
-begged
-bookshelves
-bumped
-bustles
-casuals
-concussions
-copses
-couches
-debris
-dextrose
-dropouts
-dyadic
-errs
-exiles
-finessing
-incapacity
-maestri
-napalming
-negotiations
-opticians
-peasants
-reassigning
-retypes
-scruples
-selecting
-shown
-sidewise
-sillier
-sizzled
-tenoning
-ulterior
-wakefulness
+f.d...worshippers...
+isemalb.gp.mrs.g.g..
+ecb....nlf.pep.n.ns.
+rlo...ia.u.uiuvi.irp
+cer..rn..r.gtteg.seh
+eap.aesd.r.nltea.izo
+rv.ets.rey.eiepwisan
+nibs..r.ed.durs.nege
+wnb...jeedn.gi..shry
+oga..i.rd.ii.n.ketai
+l.n.t.es.d.rwgc.cotn
+f.nn.wr.p.i.ya.aupsg
+..e.oe.id..kbon.ry..
+.yrcvszo.c.l.gj.eh..
+s.sopzgsl.l.o...l...
+..miam.aoo.lrrb.y...
+.ekza.m.ryo..redaed.
+rezt.s...bapurism...
+d.a...retrofitted...
+..gninnep..gniduolc.
+banners
+bearings
+blames
+bologna
+brr
+clams
+cleaving
+clouding
+cowered
+deader
+dogmata
+fiercer
+flown
+furry
+guiltier
+hypothesising
+impugned
+insecurely
+jitneys
+joyriders
+kidders
+penning
+phoneying
+pizzazz
+planets
+probed
+purism
+removers
+retrofitted
+rollbacks
+soya
+spiked
+sputtering
+stargazers
+veeps
+waging
+winded
+worshippers
 
-abettors
-amateurism
-antibodies
-corruptness
-defies
-dreamiest
-earthenware
-easterners
-electroplating
-ensigns
-guesses
-incapacitated
-majority
-merited
-neuroses
-omelettes
-parented
-solicitude
-unpleasantly
-untimelier
-virtually
-wastefulness
\ No newline at end of file
+admonitory
+coaching
+congressman
+convolutions
+dentine
+domed
+encased
+farmhouses
+flashing
+hoards
+hoisting
+ignorance
+inordinately
+landfalls
+legalises
+neckerchiefs
+nonrenewable
+phonied
+signalled
+spilt
+stonewalls
+triptychs
\ No newline at end of file
index 6a6b0b4504a69771f10c4953768111852bf294bc..b39c0607d9c5605d6148b902cceab46312efea58 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-d.......dumbnesss..s
-e..derednic....ee.yl
-rdeknoc........ll.rl
-e.vocalic.y....occea
-kdeidnac...d...siocf
-s.blindness.o..nrnne
-i.....yrekcoms.oufab
-htschoolhousesocaeh.
-w.yf.callable.jr.dcb
-.ysra..s...p.yippeeu
-.tt.oe.e.la...mirr.l
-.res.scg.pa...mnea.l
-lint...aye.i..ijftge
-ohgad..rla..x.eeieat
-otalesie.r...asclsrs
-p.rstf.v.l.....tegb.
-y.dpof.efiddlersdll.
-...aoa.b.eregionsoi.
-...ytu...r.......pn.
-.....q.gnitiefrus.g.
-auricles
-axial
-befalls
-beverages
-blindness
-bullets
-callable
-candied
-chancery
-cindered
-confederates
-conked
-consoles
-dragnets
-dumbness
-faecal
-fiddlers
-garbling
-glop
-injects
-jimmies
-loopy
-mockery
-papyri
-pearlier
-prosody
-quaffs
-refiled
-regions
-schoolhouses
-slats
-surfeiting
-thirty
-tooted
-tyros
-vocalic
-whiskered
-yaps
-yippee
+...da...s...ypmub...
+m..en.wt..oneself.m.
+sndtt.isdiuqil..s.a.
+ioeaiztp..sssenneerg
+givrk.h.eohu....l.i.
+atlbn.d..nbub...g.n.
+.aoio.ry..cllv..n.as
+tisvc.a.ly.iale.idto
+arb.k.w..nleltirtiew
+nba...s...ahllenskss
+ge.gawkiestmsii.gi.p
+onegations..nicn.noa
+ii...ysaenu..ufagg.n
+n.sroinujsoddedlfs.d
+gyratilimarap...e..i
+..zgnivlover.....s.k
+...z..deliciously.n.
+....a..expedients..u
+.....j.misrepresents
+...negations.gnikup.
+absolved
+agism
+antiknock
+bumpy
+deliciously
+diking
+expedients
+facile
+gawkiest
+greenness
+hulling
+inebriation
+jazzy
+juniors
+kidnaps
+liquids
+marinates
+misrepresents
+negations
+negations
+oblate
+oneself
+paramilitary
+pencillings
+puking
+revolving
+sodded
+sows
+subversion
+tangoing
+tingles
+uneasy
+unmanly
+unselfishly
+vibrated
+withdraws
+zits
 
-anybodies
-cautioning
-effacement
-foamed
-gamest
-glowering
-monolithic
-naturalising
-nervously
-opium
-pioneered
-playfulness
-portables
-sermonises
-shiftily
-snowstorms
-stumbles
-thimblefuls
-tonsillectomies
-trammels
-trueing
\ No newline at end of file
+accusatives
+adrift
+biochemicals
+emulates
+evacuates
+filters
+formaldehyde
+gregariously
+lassoes
+marinas
+mediaeval
+metatarsals
+multilingual
+paddocking
+predominates
+rotational
+sanctioning
+solecisms
+substations
+sweller
+tacky
+unlocked
+whorled
\ No newline at end of file
index 8c553ee42f08b04feb5f8ee9646495fad156eb8e..e557e96bd019c11817d4814a942e486b8147f0ca 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-....sseniggos...s...
-.ps...s.teeniestp...
-.eg...mcatapultsm...
-.ra..ceswands...u...
-.fl..ua.m.......m..s
-.uu..rr.sopyh.....c.
-tmg..ts.lambkins.i..
-aeyllacinemuce..t...
-br...i..disturbs.idg
-ui...n.yrtnes.ihm.er
-ee..tseiragusrep..lo
-dsgnitontoofuaa...fp
-.seditayracevn....fe
-.gnippols.hee.....id
-...chests.nl......n.
-tidying..ls.tepeess.
-sdaian..y.sezah.....
-sllirhs..stsinatob..
-.gnitbuoddetnuaj....
-...sgnivil.leathers.
-botanists
-caryatides
-catapults
-chests
-curtains
-disturbs
-doubting
-ecumenically
-footnoting
-groped
-gulags
-hazes
-heavenly
-heuristics
-hypos
-impanels
-jaunted
-lambkins
-leathers
-livings
-moms
-mumps
-naiads
-perfumeries
-sentry
-shrills
-slopping
-smears
-sniffled
-sogginess
-sugariest
-tabued
-teeniest
-tepees
-tidying
-wands
-
-betrays
-bevies
-bobwhites
+..derebos..l.......s
+blowouts....a.stsubh
+.t.sa..t..swathing.i
+.s.kb.cn.....boastsm
+.g.ce.hrtempered..dm
+.n.aa.iusensors.ce.i
+.o.tmscbdeibab.vfevn
+wm.t.rln..togaeyieng
+oasa.oeus..s..i.rbra
+r.erdo.sh..s.n.i.ee.
+k.ieod..usseg.e.is.s
+s.ztot..ttmn.s.dtuse
+h.nnmu..tiayt.e.hbnp
+o.euio..ehsr.e..gsau
+p.ron...rclds...iuid
+s.fcgkneecappingsmp.
+derutaefd.b.....eeo.
+.remodelling....yst.
+.leotards.......e.u.
+.gauze..debrab......
+abeam
+amongst
+anecdotal
+babied
+balsams
+barbed
+blowouts
+boasts
+busts
+chicle
 chits
-collectivised
-eatables
-embosses
-emotionally
-falsely
-farces
-feathery
-haircuts
-invulnerable
-letterheads
-malingered
-nonexistent
-nonsexist
-outlasted
-programmes
-reverting
-soliloquising
-unreliability
-vulgarisation
-wooziest
\ No newline at end of file
+counterattacks
+defying
+dooming
+dryness
+dupes
+eyesight
+featured
+frenzies
+gauze
+kneecapping
+leotards
+outdoors
+remodelling
+seedier
+sensors
+shimming
+shuttered
+sobered
+subsumes
+sunburnt
+swathing
+tempered
+togae
+utopians
+veriest
+vibes
+workshops
+
+backspaces
+constituents
+copulas
+flossing
+frumpier
+gentility
+lallygags
+loners
+moneymaking
+muteness
+nonunion
+obscenely
+overstepping
+prescribed
+quizzically
+rotating
+stagnating
+sunfishes
+tingeing
+untangles
+vindicated
+xenophobia
\ No newline at end of file
index 62386e1c587e020d79e8c89934b6fa039171c8f2..60933ff2544f6a1a3c7b414c67abebf132c23032 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-.....ht.so....throes
-sp...aw.csv.notepady
-.la..ti.iwse....s.a.
-..ei.en.tin.r..u.w..
-...snds.eri..gr.n.g.
-fobsri..hls..lre..nc
-.s...on.teo.y.do..io
-mels..mgsdr.....w.ts
-axfet...echarwomenam
-ecidrl..a.dibrut..lo
-rine.tu.n.smuminimul
-tsib..scadendritesmo
-sisu...e...secein.ig
-dnhc.tackiestsnihsti
-ige....suoudiced..sc
-m.rcontending......a
-hostelersnorting...l
-.gnibmuht....clapped
-centered...tsepeets.
-..eggbeatersrecnahne
-anaesthetics
-centered
-charwomen
-clapped
-contending
-cosmological
-cubed
-cults
-deciduous
-dendrites
-eggbeaters
-enhancer
-excising
-finishers
-fobs
-hated
-hostelers
-kestrels
-midstream
-minimums
-morsels
-nieces
-notepad
-overgrown
-paining
-rosins
-shins
-snorting
-steepest
-stimulating
-surly
-swirled
-tackiest
-throes
-thumbing
-turbid
-twins
-yawned
+.g.....tsthginrevo..
+.ly....h.flysheetsa.
+sahl...o.riled.gsk..
+sma.t..rsnoopynei...
+eor..i.n.....inm..s.
+nud...cy....rlb..se.
+srldeknip..eloesetho
+soy.....l.ti.vcr.ssv
+eutautly.lt.eios.aie
+ls......isinlyp..vnr
+rsdrawtfelto.o....rr
+e.....b..uc.f.....ae
+e.d..u..au..goadinga
+h.i.o..tb.baldly...c
+c.vy..e....u.......h
+..e..s.seinnarg....e
+.dssgnipoc.wdetested
+..t..skrowten.dodged
+..e..srennalpshires.
+..ddetoob..lwooliest
+akimbo
+baldly
+booted
+bucolics
+buoyed
+cheerlessness
+copings
+detested
+divested
+dodged
+eventuates
+filtering
+flysheet
+fops
+garnishes
+glamourous
+goading
+grannies
+hardly
+illicitly
+leftwards
+networks
+overnights
+overreached
+pinked
+planners
+riled
+shires
+snoopy
+stillness
+tautly
+thorny
+unwell
+vasts
+wooliest
+yore
 
-abstentions
-brandished
-chestnuts
-flabbergasting
-harmonies
-intrusting
-manholes
-misdirecting
-notches
-perversions
-prerecords
-resins
-reverences
-satyrs
-secured
-smartly
-snootiness
-stolidity
-tipsters
-unscrewed
-untamed
-wooliest
\ No newline at end of file
+andirons
+behests
+clamouring
+conceding
+dislocating
+fluorescent
+foolishly
+gregariously
+grumpiest
+impulsively
+inveighing
+loonier
+prodding
+reunites
+salvos
+shuns
+sitars
+spectrums
+spooring
+tangy
+trammed
+viscous
+widening
+woodman
\ No newline at end of file
index cff392582406506661e7f3d0091da4c3247bf8f1..5685b1076095a3dec379c184e5e29446c11d1be7 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-ytilibommipiqued....
-........skramer..m..
-.rs...crusty....e..m
-w.el.s.gnileipsh...a
-.ayio.tll.liveable.t
-.slunimiaiunbindingu
-rsln.svucrd...stm..r
-eeasu.e.dive.tpii.da
-slca.t.r.dfasaond.et
-itilr.sytsielrlndcbi
-dhmte..rrs.ndolilobo
-ugeei..e....etaneman
-eiddd.dn....ssggmen.
-sla.rr.er..w..s.al.w
-cfc.o..e..e.....ni.i
-a.asw.ur.t.......e.n
-r.i..g.gs.amiablyr.c
-ad..a..exquisitely.e
-b..v.....stillbirths
-s....setamitlunep...
-academically
-ahem
-amiably
-comelier
-crusty
-deficits
-disorders
-exquisitely
-flightless
-gallops
-glides
-greenery
-immobility
-larval
-liveable
-maturation
-middleman
-muddiness
-nabbed
-penultimates
-piqued
-reinserts
-remarks
-residues
-scarabs
-spieling
-stews
-stillbirths
-tarots
-tinning
-unbinding
-unsalted
-vaguer
-viols
-walnuts
-winces
-wordier
+d.....g.o..f....y...
+e....hn.m.u.a..f.f..
+s...ssi.bdng.xf.u.y.
+c.p.tit.uec.nain.h..
+a.odnpaddlh.diknt...
+n.teamlesza..iklg..d
+tstrtufmmzn.e.ac..e.
+ireollnmeagr.e..ax..
+nertu.iunde.w...uy.t
+gnyuss.r.ed....ls.br
+.o.tet.dcb..s.f.ubea
+.i.nrcdroplets.dnuld
+.t.u.eascitsale.snte
+.i...ssulas.el..ecws
+st..sielua.hldr.tham
+ke.l.rbt..eegel.siya
+apy..tir..utgi.i.nsn
+e....sbi.f.gs.s.tg..
+n.....mee.asalaried.
+s.....ir.e.tardily..
+bedazzled
+beltways
+bunching
+crassly
+daffy
+descanting
+droplets
+drummed
+elastics
+faxing
+fluxed
+funkier
+imbibes
+inflating
+lumpish
+ombudsmen
+petitioners
+pottery
+refuelled
+reggae
+resultants
+salaried
+sighs
+situates
+sneaks
+steals
+sultrier
+sunsets
+tardily
+tildes
+tradesman
+trisects
+unchanged
+untutored
+wealthy
+yacking
 
-amazingly
-barmaids
-capaciously
-caves
-coccyxes
-dancers
-disruptions
-dragonflies
-effervescent
-entanglements
-estuaries
-impairing
-inaugurating
-ledgers
-litanies
-obliviousness
-pigsty
-pithiest
-popcorn
-rumbas
-slaughterhouses
-transships
-unfriendliness
\ No newline at end of file
+adheres
+apostles
+beastly
+chafes
+craned
+empresses
+garrulity
+groggily
+grumpiness
+heisting
+insurgency
+midmost
+misquoting
+misspelled
+needlessly
+overdosing
+promotes
+seltzer
+slovens
+snugly
+subtler
+thralls
+vortexes
+wading
\ No newline at end of file
index ca6906159eb27aa04edfcf5577507471eb30eeb2..d6e412f67980ee5706dbb5881cdfcf6ca80c83ea 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-cum.unintelligibly.s
-onoss.desumebd....ns
-nfser...r...e.y..en.
-gusre.g.e..t.e.dgia.
-rreuc..ls.r.k.uik.g.
-elsji..saa.o.ltp..le
-gi.du.r.enh.lna...el
-ansaja.hp.cnan....ab
-tgdso.n.pseetupma.ma
-i.ebeo..as..s.z.sfmr
-o.t.in.ms.h...o.rusi
-nrpl..d.o..t..m.eniu
-aeu....lyd..o.b.egcq
-lpr.....agi..lidtaic
-.hr......bgc..sealna
-grosnoopingou..nv.y.
-racdetailingfm.ni.c.
-es....gnilyts.sir...
-yefoolscapursesgp...
-ss.nukedyruomra.....
-acquirable
-adjures
-agleam
-amputees
-antigens
-appeasers
-armoury
-baldness
-bemused
-boars
-congregational
-corrupted
-cynicism
-detailing
-dullness
-foggy
-foolscap
-fungal
-ginned
-glances
-greys
-hokey
-juicers
-lionhearted
-modicums
-mosses
-napkins
-nuked
-privateers
-purses
-rephrases
-sloths
-snooping
-styling
-unfurling
-unintelligibly
-zombis
+...g...breakwaterss.
+.r.n.....yhsegrembus
+ee.i....nostunningly
+cc.ysllabtaemp....l.
+al.h..ts.....pu...y.
+la.s.i..mintyr.b..i.
+ps..l..typhusog.e.n.
+ese.igahposeop.l.rg.
+mi.tdelewor..a..i.t.
+of..n...denidg..fb.y
+si...atseyrd.agdusl.
+set...lgavelsneemtqy
+rdsrednih...idotbnu.
+e.ead...g..w.ikslie.
+t.ysde...ie..seuelu.
+r.e.rnk..rv..epddpe.
+o.r..uecb....s...ss.
+p.g...nsa..senilriah
+mplankedsu..brocades
+i..sneezedq....spews
+breakwaters
+brewing
+brocades
+dined
+dryest
+dusted
+fumbled
+gavels
+glibly
+greyest
+hairlines
+hinders
+hobs
+importers
+litany
+meatballs
+minty
+nursed
+oesophagi
+pekoe
+planked
+propagandises
+puberty
+quacked
+queues
+reclassified
+roweled
+sadness
+shying
+sneezed
+someplace
+spews
+splints
+stunningly
+submerges
+sullying
+typhus
+vigilantes
 
-antecedents
-curlers
-demagogic
-digestive
-equestriennes
-forestalling
-heightens
-hoodwinks
-jilts
-nonmembers
-optimums
-owlets
-pestles
-racily
-repairing
-schlepped
-sequestering
-sewage
-shenanigans
-slopes
-testicles
-unresponsive
-valeting
\ No newline at end of file
+accrued
+anarchy
+caretakers
+chiming
+cobbling
+custody
+departments
+disengaged
+distended
+earldoms
+fluorescent
+freaks
+igneous
+juntas
+outreached
+pigmy
+recouping
+reviled
+shamefully
+squiggly
+useable
+whimpering
\ No newline at end of file
index 7df6e212bd6ceb8b3052dc820ddfebf4415d2550..e0846a4445f48d823ecbd5de4ceeb24b71f9eb66 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-.inversions......bz.
-ssensselraef.m..i.e.
-..estennos.i..ot..d.
-festoons.sd...ct..st
-....a....ee..h.st..s
-as...n..a..iigp..oto
-png.s.il.y.etua..usm
-pe.n.timl.saye.moy.t
-lts.isuert.l.dfnel.u
-af.rmnsn.epwgesa.l.s
-uo..urwdkrgant..suyl
-ss..aeeaia.yirc..gdo
-e..p.lym.c.snor.y.ew
-s.s.b.po.i..ote.lnti
-i..a.e..va..oepslean
-c.n.d....l..grtcaacg
-ke.anophelesa..osta.
-ldemurer.y..r..nael.
-edekarkcum..d..enrp.
-s....overheads.s....
-always
-anopheles
-applause
-awnings
-bitchiest
-crept
-demurer
-dragooning
-enabled
-fearlessness
-festoons
-gamely
-germinates
-gully
-idealism
-inversions
-mottos
-muckraked
-nasally
-neater
-overheads
-placated
-primped
-racially
-retorted
-safeties
-scones
-sickles
-slowing
-snouts
-softens
-sonnets
-sparsely
-stunk
-utmost
-voyeurs
-yups
-zeds
+...tamers.sgnidluom.
+..clarifiedsnorting.
+attics...m..serohw..
+sculpts.ausc.n.....y
+.cgnieepgrpa.c....l.
+..h.....edor.r..sy..
+...a....letp.o.ur..s
+..purseserte.acp..se
+..bg.r..seenscsrd.cd
+b.lndregsddteheeisaa
+asai...dh..evidiserc
+nlzp...s..dreniwrhce
+deer..i..i.iigbouced
+ipda.k..n..ns.ahpuns
+ts.cc..g.deggobstmee
+to.ublithest....srso
+igp...ssenhsilum.est
+.sottelitsdecnim.v.p
+...yzzirf.sregdaco.i
+..sretsigererp.....t
+abides
+ageless
+attics
+banditti
+blazed
+blithest
+bogged
+cadgers
+carpentering
+carping
+charred
+clarified
+decades
+disrupts
+dregs
+encroaching
+frizzy
+gospels
+minced
+mouldings
+mulishness
+murdered
+overmuches
+peeing
+preregisters
+puckish
+purses
+scarceness
+sculpts
+showier
+sieves
+snorting
+spotted
+spryly
+stilettos
+succeeding
+tamers
+tiptoes
+whores
 
-adored
-dementia
-digressions
-docketing
-evaporates
-gloominess
-haemophiliacs
-imparts
-impoverishing
-indelicacies
-intertwines
-intramural
-jaundices
-jazzier
-militated
-nudity
-occupants
-poxes
-principality
-sepia
-slathered
-slowpokes
\ No newline at end of file
+adulating
+alpacas
+arrested
+backhanded
+complained
+drooped
+embassies
+eventuality
+franchisees
+gladness
+inaner
+ironing
+kibitzes
+mucilage
+potash
+pummels
+undergrowth
+unevenest
+upended
+wider
+zygotes
\ No newline at end of file
index 118fbac31ca76a2ff89d12220f0049011a976f3a..2c9938a7d536e27f55efb1e4d6f30d7c7d2be557 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-d....deragusdb......
-e....gniraepsea.....
-ns...ssortsib.rn....
-ne..r....s.....ud...
-ip.e......c.....ti..
-waiesquiresi.addsat.
-trylnotnaw..m.....ms
-fa...cf...h..ey....t
-.ts..io..e...sd....e
-.i.hl..rm.seiranimul
-.o.lo.jmr..r.n..ecwm
-mny..oeo.iu.o....rai
-us...dn.bedsdnemeurg
-gstedib.lbio...d.sf.
-g......p.ee.r..e.ha.
-i.reniagrabd.s.y.er.
-e.steltuo......d.de.
-stelexes....peopled.
-tsris......enlarged.
-.swahtbargednastily.
-adds
-bandits
-bargainer
-barged
-bidets
-bistros
-corridors
-crushed
-dyed
-emends
-endemics
-enlarged
-esquires
-filly
-friers
-gimlets
-hemmed
-jobbed
-luminaries
-matured
-muggiest
-nastily
-nosier
-outlets
-peopled
-pleurisy
-separations
-shoon
-sirs
-spearing
-sugared
-telexes
-thaws
-twinned
-wantonly
-warfare
+.decrees.rracoons..a
+...sternlya.....t.id
+.flinty....whys.n.nn
+s..baobabs..i...ifti
+e....vagariest..o.ek
+ipsalmists..i.ndn.r.
+t..knickersnd.daall.
+i..elttef.gi.ef.a.i.
+l.juncosdrs.rlgd..n.
+amuttsaeap.sano...ks
+c....lpio.utin....se
+o...lpns.csk.smahs.g
+l..aaispcwreiknaws.a
+..ynnero.a.psst....d
+.sdgsounmt..relats.r
+.i.smrer.c.forages.a
+k.iosae..hfrugalityy
+.nt.rt..diurnally...
+ge.ea....nrettamitna
+d.dw.....g.bawdiness
+allays
+anoints
+antimatter
+antiwar
+baobabs
+bawdiness
+decrees
+dispossessing
+diurnally
+fettle
+flats
+flinty
+fodders
+forages
+frugality
+ingraining
+interlinks
+juncos
+kidnapped
+kinda
+knickers
+localities
+mutts
+neared
+nodal
+promoted
+psalmists
+psst
+racoons
+shams
+staler
+sternly
+succours
+swankier
+vagaries
+watching
+watermarking
+whys
+yardages
 
-amelioration
-califs
-chuckholes
-covenanting
-cynically
-dialects
-flagellating
-flaunted
-flexitime
-gazetted
-gliding
-greasiest
-hoedowns
-jailers
-leavening
-lobotomies
-perambulated
-reconnected
-rennet
-saviours
-sluices
-sojourned
-trailing
-worrywarts
\ No newline at end of file
+barriers
+bequests
+checkouts
+disbursed
+disuses
+excluding
+floating
+giddiness
+guacamole
+jubilees
+machinery
+mendacity
+mewled
+preppiest
+pressurised
+revengeful
+sneeringly
+sweatshirts
+tertiary
+theology
+upholding
\ No newline at end of file
index 3ddf47a2663e1e7994f6ef4ff1191a714c2a792c..802fe6e1aa3c575be863780bf661e88dbcbb9bf1 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-outlived......d.....
-semoclew..sobered.c.
-cc.......eanucaloh.l
-oedenilpicsidnu.uoa.
-ll....imitativeb.rm.
-olstseuqer....b.e...
-nig..tabletsvi.bt...
-ys.nreirogs.eii.u...
-.t.ei.....kr.lm.nlcs
-.s.l.b....isl...dale
-...i..b..sti....rnoi
-..mbd.lo.wtw....arvl
-.suoesasjoei...gseel
-stlmypiu.ork..n.mfsu
-necmoibl.ni..ik.an.s
-elhirluf.en.tn..mi..
-mli.tlnu.dgfo.srikaf
-aun.ssnr..olgnissem.
-tgg.e.os.ll.sessid..
-s...d.c..ssdipsucib.
-bicuspids
-cellists
-chubbier
-cloves
-colony
-connubial
-destroyed
-disses
-fakirs
-gorier
-gullets
-illiberal
-imams
-imitative
-immobile
-infernal
-jobbing
-kiwis
-knolls
-lacunae
-lofting
-messing
-mooed
-mulching
-outlived
-requests
-skittering
-sobered
-spills
-stamens
-sulfurs
-sullies
-swooned
-tablets
-tundras
-undisciplined
-vim
-welcomes
+sytixilorp...ssjambs
+t.r....s...c.pe.....
+a.e..s.ycw.o.ug....p
+v.i..u.ootan.rd...o.
+a.n..n.nrwyc.tea.p.s
+r.r.rl.ndellkslqg..n
+cgod.e.aiadu.ypu...i
+.ocdisi.tkrde.nid.rl
+an.dessseeiels.le.eu
+dd.idvtlddhde..idsta
+moyne.leeot.g..narrp
+ollkg..onbo.i..ecoer
+nieir..qvtmwads.stna
+ierea..u.eiucit.asct
+srird..a..rosve.ceh.
+hstrevisitednaa..ci.
+e.n.s..a.....sl..nn.
+s.e....rchitins..ag.
+...gnissufdekcilf...
+godliness....darkest
+admonishes
+ancestors
+annoys
+aquiline
+cascaded
+chitin
+concluded
+cordite
+cornier
+cravats
+darkest
+degrades
+dinkier
+distentions
+divas
+elegiacs
+entirely
+flicked
+fussing
+godliness
+gondoliers
+jambs
+pledges
+popguns
+prolixity
+quasars
+retrenching
+revisited
+revolved
+spurts
+steals
+sunless
+tarpaulins
+thirdly
+tweaked
+umbels
+wacky
+woodsier
 
-armlets
-bereft
-bloodsuckers
-commiserated
-crustier
-defying
-derivations
-dickers
-disbarment
-eliding
-evidences
-grassier
-hankered
-humors
-maternity
-noncontagious
-obstetrical
-peripatetics
-reimposed
-simpletons
-trappings
-yeshivahs
\ No newline at end of file
+beelines
+cavillings
+cherry
+facets
+fattened
+guacamole
+lusting
+neptunium
+overhangs
+oviparous
+pedestals
+perfecter
+pureed
+quadruples
+shambling
+sparkling
+stomached
+strengths
+swaps
+synopsis
+unafraid
+wallboard
\ No newline at end of file
index 4c60e95cae2ab586e6aebb7a4a558d12baf10382..9484560a3afd7ccd4c1eb225f10a65bd14df3e06 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-.dreallocationstoseb
-.erdekramtsop...yr..
-ctecitcalagretnile..
-oni.....dteenierlc..
-rigs..sgninoitpoaos.
-ragm..c.areikalfcub.
-afea.bhgl......oina.
-l.llseonm.....v.ntfd
-s..l.loia...sesdeine
-.aes.alhe...r.secnol
-.wp..yycr..be.edsgcl
-s..u.iatd.idtsnnp.ao
-ml..pnri.tehfgialssr
-oa..agdwegssanrhaout
-ss...rssn.tieianzcis
-ntdocsio..nnrlouacs.
-al....ls..eeelh.sut.
-ry...e..e.pxhi...ts.
-t...b....nei.b...s..
-.hickoriesrv.degdub.
-arisen
-belaying
-belonged
-besots
-billings
-budged
-casuists
-confabs
-corrals
-docs
-dreamland
-fainted
-flakier
-hereafters
-hickories
-hoariness
-intergalactic
-lastly
-leggier
-optioning
-overbites
-plazas
-postmarked
-pupas
-reallocation
-recounting
-repents
-scenically
-schoolyards
-slews
-smalls
-strolled
-stuccos
-switching
-teenier
-transoms
-unhanded
-vixenish
+ssenesrapsedecerp...
+.setaluconithicklywp
+......whodunnits..or
+.s.dnalrevo..heliume
+sn.reappraising...ac
+so..cantankerouslyno
+er.tamponswhispersin
+necdbp....entrywaysc
+ihlele..dg.g...s.che
+z.ohae..oen...e.lt.i
+aywock.o.ix.sr.u.s.v
+elnoksd.h..ayrm..e.i
+leipby.cbd.ttpi..t.n
+sms.a.t..le.sr.m.u.g
+woh.lo....et..u.am..
+esn.l......asdessolf
+eeepestnief.tejabots
+dws.d.climbedet.....
+eas.nonsexist.de....
+denoisnepadjoinsd...
+adjoins
+amirs
+awesomely
+blackballed
+bleated
+cantankerously
+climbed
+clownishness
+clumps
+detested
+entryways
+feints
+flossed
+goody
+helium
+herons
+inoculates
+jabots
+mutest
+nonsexist
+overland
+peeks
+pensioned
+poohed
+precedes
+preconceiving
+reappraising
+sleaziness
+sparseness
+splotching
+surtaxed
+tampons
+thickly
+tyres
+weeded
+whispers
+whodunnits
+womanish
 
-adaptations
-aerating
-beautification
-closer
-debarks
-describing
-detained
-eventually
-extracts
-narrowly
-nirvana
-pantsuits
-pharmacopeias
-reinserting
-slams
-snatched
-subbasements
-swarmed
-tertiary
-unpredictable
-vellum
-versus
\ No newline at end of file
+abstemious
+adversaries
+amorphousness
+ballsiest
+benefactors
+cockleshells
+cowslips
+eutectic
+frowzy
+hokum
+lazily
+nutritive
+orotund
+pervaded
+prickling
+profanities
+repatriates
+servile
+silkworms
+souls
+welches
+workmanlike
\ No newline at end of file
index 6456df643087c36c01c29b21fc0c5563d900b614..0dc8f82ee8c50f5d56205761a1502fdad0179d07 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-yretaw..s.admittedly
-.....skcoltef..emirs
-lonelier..i..seltrut
-sekortskcabaretarded
-s..seirecartn......r
-es.sbuad.s...b..u.ae
-sses.y..t..y..mn..ns
-ie.t.w.e..v...du..tt
-mksoaoa..r..debsh.ir
-eipp.l..e.g.r..s.tbi
-hluaslunnn.s.t.u..oc
-cspe.i.sieh.s..d..dt
-.igt.wydnimeb..d..ys
-.d.n.cnlrireo..e....
-....iiatda.eljangled
-....blslrwy.ef.l....
-...e..l.vee.rkiy....
-..r....iwe.lo.er....
-.endivesh.s.s..d....
-hamlets..seirenacihc
-admittedly
-antibody
-backstrokes
-boleros
-calves
-chemises
-chicaneries
-daubs
-debs
-dislikes
-emirs
-endives
-fetlocks
-hamlets
-insulates
-jangled
-lewdly
-lonelier
-nervy
-pups
-rarest
-rebinding
-reeked
-restricts
-retarded
-riflemen
-shillings
-steals
-suddenly
-teapots
-thumbnails
-traceries
-turtles
-undershirts
-watery
-willowy
-yews
-
-assiduousness
-auguring
-broomsticks
-carefuller
-couching
-densest
-draperies
-enshrining
-erecting
-gangrenes
-gunshots
-manifolding
-newsworthiest
+...delrang.gnilpmurc
+kcabesroh........d..
+elides.d.s..d.s.egs.
+...i....e.ee.e.d.nds
+...m...s.tsgq.n.eiee
+delbmuf.tsiudo..nndx
+..gedf.rauoaca..tona
+ddncefaseicsw.bshies
+eiiili.ralbcsa.hutt.
+tstlas.smabeos.asin.
+lcaiyh...ileie.mitis
+urltee...bnne.dmne.w
+aeuydd.dbreg.f.egp.i
+vem...eaew.....d...f
+.ti..lrts.deifillomt
+.et.bctnavlis......e
+.rsmsunsettling....r
+..u.lydobemohslaibal
+.r.f...gnitaicerppa.
+g.a.....skinniness..
+absconded
+aflutter
+appreciating
+awaited
+badges
+crumpling
+delayed
+discreeter
+elides
+enthusing
+farming
+feebler
+fished
+fumbled
+gnarled
+grumbled
+homebody
+horseback
+imbecility
+intendeds
+labials
+mollified
 petitioning
-photographing
-prettied
-pumped
-rabbiting
-recipes
-rudimentary
-stashing
-suspended
-winterier
\ No newline at end of file
+sassed
+saxes
+scrabbles
+sequoias
+shammed
+silvan
+sinews
+skinniness
+stimulating
+stuccoed
+swifter
+unsettling
+vaulted
+
+blunderers
+committals
+crumples
+daunts
+essays
+falcons
+fractals
+gestates
+guarantying
+jerkier
+lobbied
+lynxes
+machined
+mallards
+mockery
+murdering
+probated
+rotary
+scouring
+scrounges
+snootier
+stanchions
+unreasoning
+wolfs
\ No newline at end of file
index c585655250514a1d870bb7bc323e49213151ba78..b58661b67ecba95b9347ff1d7d078080874d3174 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-mi.severs.s.l.......
-tsn.l...s.s.a.......
-shiu.u..r.e.n.......
-elror.n.o.n.olunches
-ttaoge.ktsi.iser..na
-is.naed.cthdtkbe..ui
-ue..it..ecseaeos..ld
-qi.d.gi.heulvwne.slr
-sld.i.al.rpdisirgtsa
-eaerta.vyesnt.evna.c
-memee.p..lsuo.soiu.i
-emrsn..tr.arms.ilnfr
-t.oed..os.rt.p.racre
-a.wle.h..oe..i.sphap
-llplrw....p..l..mics
-beosi.....o..b..intm
-oge.snairatinamuhgui
-.at.eholograms....ra
-.cr.d..mustard....em
-.yy.sensessepacsaes.
-blips
-ebonies
-egoism
-erects
-fractures
-hectors
-holograms
-humanitarians
-impaling
-inured
-legacy
-lunches
-maims
-mealiest
-mesquites
-motivational
-mustard
-nulls
-oblate
-operas
-pericardia
-poetry
-postpaid
-pushiness
-resells
-reservoirs
-seascapes
-senses
-severs
-skews
-slunk
-staunching
-tenderised
-throatily
-trundled
-vaginal
-whorls
-wormed
+.sd.battyopals......
+.fe..setatilibaher..
+.lpi.f.....lanky..gs
+.ur.t.oi...d..l..n.a
+.ki..tnxn.isdgg.i..n
+syv..dueyvligisd...u
+r.e.o.spiesibonhk..a
+e.so.t.stagboienf..f
+d.r.lainr.ecbla.a...
+rs.ilvar.rsemv..z..g
+a.noema.sfree...e.nb
+wghn.yr.f.tr....sirr
+sae.ie.u.sy.....x.oa
+ss.np.n.deromuhu..ds
+s.gp.snodotsaml...ns
+.barrios.....f....ae
+.m.....ytivitcennocs
+detrad....minors....
+...delzzebmeyticuap.
+.....tucked..sprouts
+alohas
+barrios
+batty
+brasses
+candor
+connectivity
+coos
+darted
+deprives
+disarraying
+divisiveness
+embezzled
+faunas
+fazes
+fluky
+fluxing
+foxy
+gibbers
+giggly
+helmets
+humored
+indoors
+knavery
+lanky
+mantels
+mapper
+mastodons
+minors
+nestlings
+opals
+paucity
+putties
+rebinding
+rehabilitates
+snuffs
+sprouts
+tucked
+warders
 
-accommodations
-atheism
-cliques
-comely
-confirms
-congealed
-contorted
-cooling
-domineering
-environmentalists
-etymology
-eventualities
-gables
-insentient
-muddying
-newts
-overdressed
-principals
-proportionality
-protectiveness
-sugary
-zeppelins
\ No newline at end of file
+brazening
+brittleness
+cervices
+chickening
+coyly
+disinfecting
+earthlier
+gleaning
+inbred
+interlarding
+keypunched
+phrasal
+refuelling
+retaking
+revelations
+sharpening
+silkiest
+switched
+terrified
+tracery
+valueless
+wieners
\ No newline at end of file
index 1b37804fea006638ba36d5b703f35d596ff13c5f..4229f8ba9a1659528e295f265d2019c07180c386 100644 (file)
@@ -1,82 +1,82 @@
 20x20
-.stpircsnartunruly..
-gnikovorp.perceives.
-cardiac..yeshivoth.s
-...drouthessronim..e
-..abysmally.c...s.si
-...ygdots..o...eysnr
-alienatingc...dssaau
-sesuos...k...ir.nlic
-s..o....y...r.e.aod.
-.e.u.insulatingstbe.
-ywstheinously.uddrgp
-lous.....e.fu.raiea.
-ooati..abdr.nkgpnpr.
-oeea.pb.ee..waianyt.
-wdry.s..cl..artleh.s
-..uie..kwdb.raalr..a
-..bn..l.aa.ayttui..t
-..tg.e..nl..meern..r
-.l..d...e....aseg..o
-yyrtlived.....td...a
-absently
-abysmally
-alienating
-allured
-aortas
-bestrides
-bureaus
-cardiac
-cocky
-curies
-deviltry
-dinnering
-drouthes
-freckled
-heinously
-hyperbolas
-insulating
-karate
-ladled
-minors
-outstaying
-pads
-peons
-perceives
-pisses
-provoking
-regurgitates
-souses
-stodgy
-tamable
-tansy
-tragedians
-transcripts
-unruly
-unwary
-waned
-wooed
-wooly
-yeshivoth
+t...r..yseirter..s..
+h....e..nsytirahcr..
+g.....f..odkeynotesr
+u.meha.r..oi....rg.e
+o.......a..lr..tinbs
+b.sessenkcihtgbrsaoc
+op...sdr..t...aairni
+orr.s.sie..i..snbren
+tei.sevevi..o.kslard
+sdosr.renut..nsfe.se
+tetke..vrllsredividd
+rtenl.esitugu..g.n..
+aedui.eg.cifig.u.f.e
+prfdmb..asectn.r.ehx
+sml.y...pisdehge.rut
+.iug...u.kr..sgd.nso
+.nf...t.y..t...i.okl
+.ef..e.i..sfooh.rsil
+.ss.l.n.detcejbo..ee
+.....g.apparellingrd
+ahem
+apparelling
+arrangers
+basks
+boners
+bootstraps
+bought
+charity
+dividers
+divulging
+dunks
+extolled
+fluffs
+grids
+gustier
+gybes
+hoofs
+huskier
+infernos
+keynotes
+letups
+loony
+milers
+objected
+predetermines
+refraction
+rescinded
+retries
+rightfulness
+rioted
+risible
+serviced
+skying
+thicknesses
+transfigured
+triage
+vertices
 
-blemished
-clams
-cryptographers
-drivels
-excitedly
-fuzzier
-huffiest
-insouciant
-jutting
-lawyers
-liberalism
-rathskellers
-repairs
-shatters
-stranglers
-superficially
-telephony
-theorems
-thereon
-togetherness
-unsatisfactory
\ No newline at end of file
+afternoons
+agism
+balloons
+battered
+brags
+ferrets
+gibbers
+grouching
+hobos
+hooch
+imagining
+imitative
+kneecapping
+knickknacks
+lateralled
+moodiness
+phantoms
+polygamous
+prosperously
+shouted
+spiraling
+waling
+warped
\ No newline at end of file
index 266cb6816a856b708d9f6e28293b8954c2388fdd..21af3d94499478226496ed4a35eff2b5cfbb4dca 100644 (file)
   },
   {
    "cell_type": "code",
-   "execution_count": 111,
+   "execution_count": 112,
    "metadata": {
     "collapsed": false
    },
      "text": [
       "\n",
       "wordsearch00.txt\n",
-      "Longest word present: testamentary, 12 letters\n",
-      "Longest word absent: decontamination, 15 letters\n",
-      "133 unused letters\n",
-      "Longest makeable word: decontamination, 15\n",
+      "Longest word present: yellowing, 9 letters\n",
+      "Longest word absent: sequined, 8 letters\n",
+      "147 unused letters\n",
+      "Longest makeable word: pettiest, 8\n",
       "\n",
       "wordsearch01.txt\n",
-      "Longest word present: corresponded, 12 letters\n",
-      "Longest word absent: antihistamines, 14 letters\n",
-      "115 unused letters\n",
-      "Longest makeable word: universality, 12\n",
+      "Longest word present: soubriquets, 11 letters\n",
+      "Longest word absent: swallowing, 10 letters\n",
+      "124 unused letters\n",
+      "Longest makeable word: extradited, 10\n",
       "\n",
       "wordsearch02.txt\n",
-      "Longest word present: presupposing, 12 letters\n",
-      "Longest word absent: chloroformed, 12 letters\n",
-      "114 unused letters\n",
-      "Longest makeable word: chloroformed, 12\n",
+      "Longest word present: unattended, 10 letters\n",
+      "Longest word absent: runabouts, 9 letters\n",
+      "120 unused letters\n",
+      "Longest makeable word: runabouts, 9\n",
       "\n",
       "wordsearch03.txt\n",
-      "Longest word present: pasteurisation, 14 letters\n",
-      "Longest word absent: spotlessness, 12 letters\n",
-      "115 unused letters\n",
-      "Longest makeable word: spotlessness, 12\n",
+      "Longest word present: indemnifications, 16 letters\n",
+      "Longest word absent: propagandised, 13 letters\n",
+      "129 unused letters\n",
+      "Longest makeable word: propagandised, 13\n",
       "\n",
       "wordsearch04.txt\n",
-      "Longest word present: domestication, 13 letters\n",
-      "Longest word absent: discountenances, 15 letters\n",
-      "123 unused letters\n",
-      "Longest makeable word: discountenances, 15\n",
+      "Longest word present: ostentatiously, 14 letters\n",
+      "Longest word absent: oleomargarine, 13 letters\n",
+      "128 unused letters\n",
+      "Longest makeable word: oleomargarine, 13\n",
       "\n",
       "wordsearch05.txt\n",
-      "Longest word present: refinancing, 11 letters\n",
-      "Longest word absent: polytechnics, 12 letters\n",
-      "124 unused letters\n",
-      "Longest makeable word: polytechnics, 12\n",
+      "Longest word present: straightjacketing, 17 letters\n",
+      "Longest word absent: grandiloquence, 14 letters\n",
+      "115 unused letters\n",
+      "Longest makeable word: multivitamins, 13\n",
       "\n",
       "wordsearch06.txt\n",
-      "Longest word present: playwrights, 11 letters\n",
-      "Longest word absent: conglomerations, 15 letters\n",
-      "137 unused letters\n",
-      "Longest makeable word: conglomerations, 15\n",
+      "Longest word present: inflorescence, 13 letters\n",
+      "Longest word absent: extinguished, 12 letters\n",
+      "159 unused letters\n",
+      "Longest makeable word: convocations, 12\n",
       "\n",
       "wordsearch07.txt\n",
-      "Longest word present: negotiations, 12 letters\n",
-      "Longest word absent: electroplating, 14 letters\n",
-      "110 unused letters\n",
-      "Longest makeable word: electroplating, 14\n",
+      "Longest word present: hypothesising, 13 letters\n",
+      "Longest word absent: nonrenewable, 12 letters\n",
+      "127 unused letters\n",
+      "Longest makeable word: nonrenewable, 12\n",
       "\n",
       "wordsearch08.txt\n",
-      "Longest word present: schoolhouses, 12 letters\n",
-      "Longest word absent: tonsillectomies, 15 letters\n",
-      "129 unused letters\n",
-      "Longest makeable word: tonsillectomies, 15\n",
+      "Longest word present: misrepresents, 13 letters\n",
+      "Longest word absent: predominates, 12 letters\n",
+      "125 unused letters\n",
+      "Longest makeable word: predominates, 12\n",
       "\n",
       "wordsearch09.txt\n",
-      "Longest word present: ecumenically, 12 letters\n",
-      "Longest word absent: vulgarisation, 13 letters\n",
-      "136 unused letters\n",
-      "Longest makeable word: vulgarisation, 13\n",
+      "Longest word present: counterattacks, 14 letters\n",
+      "Longest word absent: overstepping, 12 letters\n",
+      "125 unused letters\n",
+      "Longest makeable word: constituents, 12\n",
       "\n",
       "wordsearch10.txt\n",
-      "Longest word present: cosmological, 12 letters\n",
-      "Longest word absent: flabbergasting, 14 letters\n",
-      "115 unused letters\n",
-      "Longest makeable word: perversions, 11\n",
+      "Longest word present: cheerlessness, 13 letters\n",
+      "Longest word absent: gregariously, 12 letters\n",
+      "142 unused letters\n",
+      "Longest makeable word: gregariously, 12\n",
       "\n",
       "wordsearch11.txt\n",
-      "Longest word present: penultimates, 12 letters\n",
-      "Longest word absent: slaughterhouses, 15 letters\n",
-      "122 unused letters\n",
-      "Longest makeable word: unfriendliness, 14\n",
+      "Longest word present: petitioners, 11 letters\n",
+      "Longest word absent: overdosing, 10 letters\n",
+      "137 unused letters\n",
+      "Longest makeable word: needlessly, 10\n",
       "\n",
       "wordsearch12.txt\n",
-      "Longest word present: unintelligibly, 14 letters\n",
-      "Longest word absent: equestriennes, 13 letters\n",
-      "124 unused letters\n",
-      "Longest makeable word: unresponsive, 12\n",
+      "Longest word present: propagandises, 13 letters\n",
+      "Longest word absent: fluorescent, 11 letters\n",
+      "130 unused letters\n",
+      "Longest makeable word: fluorescent, 11\n",
       "\n",
       "wordsearch13.txt\n",
-      "Longest word present: fearlessness, 12 letters\n",
-      "Longest word absent: impoverishing, 13 letters\n",
-      "130 unused letters\n",
-      "Longest makeable word: impoverishing, 13\n",
+      "Longest word present: preregisters, 12 letters\n",
+      "Longest word absent: undergrowth, 11 letters\n",
+      "113 unused letters\n",
+      "Longest makeable word: undergrowth, 11\n",
       "\n",
       "wordsearch14.txt\n",
-      "Longest word present: separations, 11 letters\n",
-      "Longest word absent: perambulated, 12 letters\n",
-      "159 unused letters\n",
-      "Longest makeable word: perambulated, 12\n",
+      "Longest word present: dispossessing, 13 letters\n",
+      "Longest word absent: sweatshirts, 11 letters\n",
+      "116 unused letters\n",
+      "Longest makeable word: sweatshirts, 11\n",
       "\n",
       "wordsearch15.txt\n",
-      "Longest word present: undisciplined, 13 letters\n",
-      "Longest word absent: noncontagious, 13 letters\n",
-      "128 unused letters\n",
-      "Longest makeable word: noncontagious, 13\n",
+      "Longest word present: retrenching, 11 letters\n",
+      "Longest word absent: quadruples, 10 letters\n",
+      "119 unused letters\n",
+      "Longest makeable word: cavillings, 10\n",
       "\n",
       "wordsearch16.txt\n",
-      "Longest word present: intergalactic, 13 letters\n",
-      "Longest word absent: beautification, 14 letters\n",
-      "107 unused letters\n",
-      "Longest makeable word: pharmacopeias, 13\n",
+      "Longest word present: cantankerously, 14 letters\n",
+      "Longest word absent: amorphousness, 13 letters\n",
+      "101 unused letters\n",
+      "Longest makeable word: amorphousness, 13\n",
       "\n",
       "wordsearch17.txt\n",
-      "Longest word present: undershirts, 11 letters\n",
-      "Longest word absent: photographing, 13 letters\n",
-      "138 unused letters\n",
-      "Longest makeable word: photographing, 13\n",
+      "Longest word present: appreciating, 12 letters\n",
+      "Longest word absent: unreasoning, 11 letters\n",
+      "114 unused letters\n",
+      "Longest makeable word: unreasoning, 11\n",
       "\n",
       "wordsearch18.txt\n",
-      "Longest word present: humanitarians, 13 letters\n",
-      "Longest word absent: environmentalists, 17 letters\n",
-      "120 unused letters\n",
-      "Longest makeable word: proportionality, 15\n",
+      "Longest word present: rehabilitates, 13 letters\n",
+      "Longest word absent: interlarding, 12 letters\n",
+      "135 unused letters\n",
+      "Longest makeable word: interlarding, 12\n",
       "\n",
       "wordsearch19.txt\n",
-      "Longest word present: regurgitates, 12 letters\n",
-      "Longest word absent: unsatisfactory, 14 letters\n",
-      "122 unused letters\n",
-      "Longest makeable word: unsatisfactory, 14\n"
+      "Longest word present: predetermines, 13 letters\n",
+      "Longest word absent: prosperously, 12 letters\n",
+      "127 unused letters\n",
+      "Longest makeable word: kneecapping, 11\n"
      ]
     }
    ],
index f95691e9d6c14ee155a0df7e4f07788366321948..2a4efb6b062512225f5be5c269841cdfca18fade 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-ercsareiseinoriwdngs
-tnrsrflyoverseegepyt
-sbtpeeefylgnivoldcro
-tgauevmtcebdetunimal
-ungnbrcoyfloorsenrte
-ninddembtrplocieprns
-tlleeosisstgszonyveb
-etninuleseuegieuuemy
-drsnoanitsjckeudpras
-rulernmheniuhcttiets
-mhsdeeeowrybiaootcse
-ealeerserdsnlcprnuen
-gbsiskstseuysyifnrte
-ymorohseutdmlmantrud
-aeepefhamdyrofstgesu
-lasrpcnemniionyivnmr
-tgdtteaionletrlawtec
-trpudtdrtouoselsmnad
-meblsrcctcrossestcrz
-lemaraqenhmooingsesu
-acronyms
-ambassadorial
-ambushed
-bandoliers
-bevy
-boozed
-bopped
-butches
-calibres
-conceals
-confounding
-consanguinity
-coupes
-crossest
-crudeness
-culverts
-customers
-decontamination
-eightieths
-enamored
-encamping
-floors
-flyovers
-gaseous
-grazed
-hurtling
-ironies
-juicing
-lengthways
-lovingly
-mayfly
-meagre
-minuted
-mooing
-nutmeats
-overprinting
-permissibly
-pioneering
-recurrent
-rejoicings
-restudies
-retains
-rocketry
-rotors
-ruination
-sandcastles
-sewn
-smears
-stoles
-stretchers
-struts
-stunted
-tercentenary
-testamentary
-tethers
-tinfoil
-tracers
-tubes
-unmasked
-utopias
\ No newline at end of file
+marredeadeeepodtinkn
+vstitsrrtetitieiieit
+naryslepotqrltcvaxei
+ithirtylauoencaibaib
+diioiikxeumeosysrwtt
+npeuetisplapdssagcrs
+arxifseesrelegbeiitc
+sopnmmrorcokseudnssb
+sdinesrckoinufdiiswe
+iiayorysstesietnoess
+lgtdthtedvmarionmsyi
+giedcrnaeeniestyiune
+sestaiyldxvsrtbbscig
+isoynleoietaryresumi
+elegeymedabowlediaon
+bdntngtgniwolleyochg
+etasuylgalenavvgnaaw
+rrlyslamarbledtnsken
+iderrawoeitseitfolei
+snretsewylerapsiotnd
+anxiety
+arsonists
+aspired
+beadiest
+besieging
+blintzes
+blotchy
+bowled
+casually
+caucuses
+copecks
+decays
+derived
+dioramas
+dustmen
+elevens
+expiates
+feisty
+fondled
+frowsy
+galena
+gauchest
+glissandi
+hazes
+hominy
+irately
+loftiest
+loosening
+loveless
+marbled
+marred
+mitred
+modems
+muttered
+omissions
+pettiest
+piques
+prodigies
+refuels
+resists
+saddest
+sapping
+seamy
+sequined
+shied
+sparely
+strayed
+subbing
+taxis
+thirty
+trinities
+troupers
+ukeleles
+visaed
+walnuts
+warred
+waxen
+westerns
+wherein
+yellowing
\ No newline at end of file
index abdb75f2599698198313c09dc6391b0c1c753ded..6b8f4f401ecc6e4ed43336416e9e7a55154d7caf 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-stoppagesilsprucernd
-ieiteugcipcsdmuskyud
-dpgryvnbgaadcslgeoeb
-eeesabraplevpaiistdu
-pcngeiitrsuivectlcil
-caauseirirrislyolclk
-srekdvgldtvsnljoodce
-yleraeacsraemgwrelsd
-oretmidtuyslanrsiecs
-qsebveussaaeieinicre
-usniaocmychnsdstrdlr
-aerowbasyogpiuiiiire
-stugllstmnoulmnmsbyn
-araaaeneinqaeknutlga
-retdmilkditrlenvuagd
-syidlicelitysuspmcoi
-leifnadonxnseneuakdn
-stiepstgersdeetsgieg
-sisnovsaucierddomslu
-bsuvencodersshamshec
-abridges
-antihistamines
-babels
-blackish
-blinkering
-bridgework
-brisker
-bulked
-calmly
-captivates
-carcinogens
-certitude
-clowning
-coarseness
-corresponded
-crinkly
-decants
-denuded
-dimness
-doggy
-duos
-encoders
-essays
-extremities
-falsities
-flinty
-gamuts
-gluing
-godliness
-guys
-homeliness
-hunching
-insulating
-jolted
-liquidised
-maladies
-messy
-modems
-musky
-outstrips
-pajamas
-pureness
-quasars
-reconstructs
-saucier
-savvying
-scherzi
-serenading
-shams
-sprucer
-steeds
-stoppages
-survivals
-swamis
-tansy
-trivialised
-universality
-unpacking
-vagary
-writings
\ No newline at end of file
+vlrcncharringdnctnca
+iegniloordyrocihcotl
+tugnikrephmtsitcntfe
+icontrivedlorertsknr
+aoweeunsowedumcbpnrt
+taatunmesmsiinlllars
+imierinuttysiodeolyn
+oifgncbatadtwsrstpls
+nsstlstoceeshoencslt
+psiaipvrgayeiscdhour
+dnvdsurgphasedncyufa
+geialcueztgnizadebtn
+sehecrispoplushiereg
+slsphusteaelaseosire
+iodsssitpuypmsebdqgs
+stnaigetcoesgtamuuet
+tsekcilsyeeeiitiaerm
+isyldekramtdsorkrtse
+tawoluxpissessoaasis
+raffordableidsaemfnd
+abating
+affordable
+akimbo
+alerts
+animations
+aortae
+atomisers
+awol
+blowsy
+breviaries
+buddings
+butches
+cadging
+centigrams
+charring
+chicory
+chopsticks
+collaring
+conjugal
+contrived
+dazing
+detects
+drooling
+empowering
+enclaves
+expandable
+extradited
+giants
+grassing
+lumberman
+marauds
+markedly
+minting
+mounds
+myths
+optics
+ovules
+patellas
+perking
+phased
+pisses
+plankton
+plushier
+prepays
+regretfully
+retainers
+shrugged
+sidles
+sigma
+slickest
+soubriquets
+sowed
+splotchy
+strangest
+subsidies
+swallowing
+trellises
+vacuity
+vitiation
+waifs
\ No newline at end of file
index 99e23f1a6a3fb3783b1df78370f53b878adcfc98..6d8a5ee09ef03610defc453e3516ad9bfcb1e926 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-edttseissobaclsrumed
-asuavelystcartsiddjl
-bconsultedkqdidkteuo
-sdregnineergwaenqptt
-eloricrpantomimesptt
-ndsohxweekendingraee
-tgravellyvadgnismwdr
-erdiyktterinbsumosoy
-dueisdliisisnrohllub
-eddsdddicskncnslialf
-ftulueiuoesoibuzzedi
-emrssispylyrwsleetyr
-csteispilprophesying
-tlnliueilofilarmorys
-oainsdiscomposureyte
-regegiasmepaetrendsk
-sprtangerinesssseelo
-ypinfusingsstruttedt
-eanawryaarabbisessds
-otapiocalascendingen
-absented
-affairs
-appeals
-armory
-ascending
-awry
-baked
-bossiest
-bullhorns
-buzzed
-byways
-chairing
-chloroformed
-consulted
-debated
-defectors
-demurs
-diplomas
-discomposure
-discussing
-distracts
-equipped
-flails
-foully
-gravelly
-greening
-greyer
-imperfectly
-inanimate
-infusing
-intruded
-jugging
-jutted
-lottery
-pantomimes
-pedagogues
-pegs
-pickiest
-pointers
-presupposing
-prophesying
-rabbis
-shlemiels
-sleety
-stepsisters
-stokes
-strutted
-suavely
-sudsy
-sumo
-swapped
-tangerines
-tapioca
-trends
-trousseaux
-typewrites
-videos
-weekending
-workfare
-wryly
\ No newline at end of file
+dienomysuivtiredness
+lrjaytiakwkdsyruugyr
+nlaerawsungezgduneso
+tsygwfenqrizgreetspc
+ppcnneudiuuochampedn
+arntwelldcottreidnar
+piaecotlstitsrtostdl
+empkiglsieeuessueeda
+riurnlifindnedosddev
+gtcomardoogidienfati
+iicwerierirbreetnros
+rvoniefkkabultrttdxh
+leroisiceacsteilesen
+ssprseyrhnsaagaiysde
+sahircdaicneealkhsbs
+obadgestfulnvemienls
+minivanscesebipisrul
+eysileywolliwrrbsoin
+cssexobffunsphddisst
+reistugoesteemedeahn
+acidified
+ajar
+alcoves
+always
+amiss
+antigens
+arcked
+badges
+bah
+belied
+bleaker
+bluish
+bogs
+carps
+champed
+corniest
+denizens
+detoxed
+doilies
+dorkier
+dragnets
+dreariest
+drives
+dunes
+earfuls
+embolisms
+esteemed
+flown
+glares
+greets
+gutsier
+heraldry
+hulking
+incurious
+ironwork
+jewelling
+lavishness
+mediums
+mellowed
+minivans
+misquoted
+occupancy
+oinks
+orphans
+papergirls
+pigheaded
+pities
+primitives
+randier
+reaped
+runabouts
+scuzzy
+snuffboxes
+tenderly
+tiredness
+titmouse
+tzarinas
+unattended
+waggled
+willowy
\ No newline at end of file
index 093d10d0868351c984cbcb616e2dcdc0d42b7cb1..600756b63987eb6b4131f89d486e52995f22549c 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-aouatrsidewehcseraes
-elesyepcompetenciesg
-hrlrlpydetcgbsedfccg
-syurbelasqpnlttkaatt
-alnuaasecsaiuccirsps
-ndwpktsdiostiagasadl
-wresreeetlttnxfergga
-rudgarltsueegetwonnm
-useamsdeobuussrjdiir
-nbpeernrnlrocdaaatto
-gaeyrpisgeirhcnyiacf
-toelgnmtassiiaswlris
-aspliineiaapdmfaiere
-setuesmldztedpelectd
-rhsdstslkainearksaso
-ocylaanseiosnnridmen
-vetrkiarctnisienrera
-aetietibtiimgldgibef
-sliiatmeancnkeeledlt
-yeunderusedsgsgnivap
-absurdly
-airworthiest
-anodes
-authorship
-baaing
-baas
-bluing
-campaniles
-carafes
-carryalls
-chidden
-competencies
-consequences
-curtly
-dailies
-deriving
-deters
-diagnostics
-dully
-eschewed
-exacts
-flimsy
-formals
-gimleting
-inamoratas
-incorrigible
-jaywalking
-keeled
-lechers
-leeches
-macerating
-metatarsals
-mindlessly
-niftier
-pasteurisation
-pavings
-peeped
-pirouetting
-purrs
-raciness
-remarkably
-repeaters
-restricting
-rosily
-savors
-solubles
-spawned
-spotlessness
-tartly
-transferred
-tridents
-trivially
-uncoils
-underused
-undisguised
-unhitches
-unwed
-upsurging
-wrapt
-wrung
\ No newline at end of file
+ryggumonteshinerscfw
+purigoystcraftsmenug
+ihosgnitrocseemyanth
+gnillirhtllegaoranss
+nmchgtsreguogisbaiao
+eselovseotnamlqbpnpe
+prulekeynotesauuhdyl
+teaolennspyedgermebi
+ssiodoseroseyesrsmrn
+esllimwassnhtrneinsi
+iatasoseagteeredhisn
+knasnssgdsyttapspftg
+ctabsnryibaublesrins
+oesraaabaynlnmnsocet
+cnteeciyrrdagarkmamu
+mnutnligfrbwracratwc
+gannntsgkneeocbatiok
+deauderettugcdspeodi
+iteapenlitesneosmnnn
+repgancislitsiducseg
+abaci
+abusiveness
+acquirable
+annals
+antennae
+arrowroot
+baubles
+bobsleds
+brays
+bunged
+burred
+bypast
+cockiest
+craftsmen
+denied
+distils
+dowdy
+economy
+endowments
+escorting
+eyesores
+gaunter
+glues
+gougers
+guttered
+homeliest
+hypermarket
+indemnifications
+jounces
+jousting
+jumpsuits
+keynotes
+leggy
+linings
+loosely
+mantoes
+mellowed
+memorialises
+metamorphism
+monographs
+mosques
+muggy
+narcs
+narrations
+observational
+patty
+peanuts
+penlites
+propagandised
+regalia
+sawmills
+shiners
+sparks
+specifiable
+strafing
+teargasses
+thrilling
+tucking
+wishbones
+yachtsman
\ No newline at end of file
index b7c6b6486d562a852b9ee8deeff2b2a0c9342d73..56cd93c1babb2468984865053f0a3704b2d66c4e 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-ssylsuoitnecillaseny
-nrtndrsnaeapipleeuad
-emmewyrirmuillagtsmo
-rsoommnitoothieratev
-oeorsmsissgisogiurre
-ezdrihoyrnnsepnwtoir
-yosukgarlbnehpiinpfs
-anonolmhgifesolneeoa
-doaplloldelsarldcdjw
-migahnucmiuplteicsan
-stsesulcerolcuweanmi
-eaodvcdmslragnoslamr
-xcyuaosolaicnirtdweb
-oittmilrentsistoesdy
-btissontvdetdtsaaili
-eslecpssafiiassgcrrb
-ceirivasriinrpiradie
-imcundedglcggbnersua
-aoaouyrgslpepoytpsre
-ndfdtgilosrduicrsycl
-abusers
-accentuates
-allays
-ankhs
-briny
-carps
-clashes
-crucifying
-deports
-dins
-discountenances
-disdains
-domestication
-dourest
-earthshaking
-execrable
-facility
-faeces
-fireman
-fluorite
-gallium
-gravels
-grommets
-haircuts
-iceboxes
-jammed
-landfills
-licentiously
-louder
-moulds
-nutriments
-octagons
-opportunists
-oversaw
-pads
-paeans
-perceives
-permissions
-privacy
-protecting
-recluses
-scalps
-scummed
-silicious
-splatting
-sustaining
-swans
-tinged
-toothier
-trowelling
-tunics
-unfathomable
-uniqueness
-upgrading
-voltaic
-whistlers
-wickedness
-windiest
-woozy
-yearly
\ No newline at end of file
+rosaesaenuhsasecnive
+sitcontrivinggtuevcd
+etspmawssaseirtsevrt
+eswaspsoaprasehsirep
+detyssuotildslatepsc
+sipessgsnddeemipadey
+erobtyanuineitinegin
+eohaplrojtennvurrndi
+pgiynscisyrfoodldcrc
+effesuosrpstlnhuixoi
+esalsoaaecsfimsprdss
+telpeiturtbketeaarnm
+yyuintssiggermmfrgnu
+eltnyatrmnnyiipgnkec
+btigotsedaiilninirom
+brnpcnbpawknosrifidm
+gentlemenncnhtextsux
+ylpigtedebirbesiytts
+eagniseideltarenusia
+ssegrockyscgnitlasnd
+admirers
+alertly
+amiability
+beige
+bewilders
+birthing
+bogied
+bribed
+choreographed
+clicking
+contriving
+coyness
+cynicism
+empires
+escapism
+evinces
+fiats
+fruitfulness
+gentlemen
+gnawn
+goriest
+grouchier
+hifalutin
+hobbyhorses
+imperturbably
+industry
+inflow
+junkets
+juntas
+kindred
+margaritas
+megaphoned
+messengers
+minster
+misjudgments
+nifty
+nixing
+okras
+oleomargarine
+ostentatiously
+perishes
+persuasions
+petals
+pivots
+plannings
+rocky
+salting
+separators
+sexless
+slops
+sugarcoats
+suggested
+swamps
+teepees
+undiluted
+unease
+vapidity
+vestries
+wasps
+yelping
\ No newline at end of file
index 23607027705a6e59f191682dbe6d150b20e4f535..e86b4149ccf88fa07bf25a6c77a4868c1f57bca3 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-ssenerusparenessgres
-ardeanatomistssigeac
-htfdehsimriksllnbtrs
-sllyfspuppetssaoasnc
-esalgdsdemmulsugokad
-hkmdrneasissierrisye
-anerldityeritttradrt
-nunoietcetalgiydbrea
-ylclgtidnkorenpraadt
-mlogtadihandeisibwon
-ssseyduenhnaddileeue
-ssydeernsnsilcwysrnm
-adhvascalfiifbieardm
-ytalmistimingeeeiseo
-dgopmlsdenrawerofndc
-ahpgaogysylihtlaetsf
-tdtseczleylikrumunua
-coexistenceobboggedd
-iseiaoustnirprevobhe
-tbluntedasbeadiermds
-aegis
-agave
-anatomists
-arrowroot
-babes
-beadier
-blanketed
-blunted
-bogged
-camouflaging
-clovers
-coexistence
-commentated
-crudities
-cumulatively
-daisy
-deletes
-demijohns
-drily
-eighteens
-fades
-flamencos
-flightless
-forewarned
-fusible
-hotheads
-hustling
-lordly
-microwaving
-mistiming
-mortared
-murkily
-mynahes
-newborns
-nulls
-oafish
-overprints
-parishioners
-plaintiffs
-polytechnics
-puppets
-redounded
-refinancing
-remanded
-rewards
-salsas
-seared
-sedated
-sissier
-skirmished
-skittered
-slummed
-snaky
-sortied
-spareness
-stealthily
-straitens
-sureness
-uniformly
-wispy
\ No newline at end of file
+albinosaeairportsoay
+procrastinationneder
+complaisanceiaaesegu
+sssssivefdrgbuphopsc
+wnpmttiiiecayernhobr
+aecirmomrlhpmiolwlae
+jgddaalpilaiarpdesgm
+eahgireolirsrooterro
+trcegsttdvmdomsdmdgs
+wrhshhseeaeemgredclu
+roaatesntcrxienrnesn
+itiijsntsvsedeaiordd
+gersayoliesneiparife
+gsewcdvyooenopeetgwr
+lbdikeenhvnakhlimosi
+iyenetnkosmoorerotsn
+emrgtinrcapkeeysnapg
+sasiirpeletdowsingga
+toinnejblnllfseropso
+afiggmsennmfdeppohsi
+airports
+albinos
+albs
+analysers
+annexed
+anytime
+apropos
+blobbing
+cavilled
+chaired
+charmers
+complaisance
+creepily
+despondently
+dowsing
+essaying
+flecked
+foamy
+forebodings
+gabs
+garrotes
+grandiloquence
+gringos
+handcars
+hoisted
+impotently
+jaws
+limos
+mantes
+marshes
+mercury
+merited
+multivitamins
+occasions
+pansy
+patios
+polymeric
+powdered
+procrastination
+proffers
+provender
+ramrodded
+rarer
+rooter
+shopped
+sidestroking
+skycaps
+sloped
+smidges
+spores
+squareness
+storerooms
+straightjacketing
+sundering
+swinging
+teargases
+unloosing
+violets
+whose
+wriggliest
\ No newline at end of file
index ab69dd1e72b619247f60a1138065b1065fab7fb2..1c48671c9c497e04117d773d5b2f32202cf505dc 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-cshtahodngiteyglcstn
-megcufesnaienumwsgss
-uimhttgipleateyelutr
-rtsuautolsmtmdmnrths
-ketcpswidaeoseesulgs
-iiapidtirrriifdypeip
-nvyseeuiiittsaasrwro
-erbrrlnnsaetlmcdagwu
-suyafagienjopeaxtryt
-sccgssnhoochidegtgae
-sytoaggoofysbninlsld
-egeeeyurnbereavingpm
-tnalsdseiromraddoaam
-aipghsecnedivehnncpd
-lrooisimgmrmrthuhtah
-uitmenrdaphlouaovtlc
-phsmlyappingolyfttmn
-oeaddthermallylnfois
-crlseduirstsiobolyer
-prtndcnsgrapeseciirs
-academy
-accelerates
-amorousness
-armories
-bereaving
-confounding
-conglomerations
-copulates
-defamed
-doctors
-dregs
-evidences
-fanned
-fluids
-glaringly
-goofy
-grapes
-grumblers
-guppy
-guttering
-hath
-hath
-hooch
-illiteracy
-imbibing
-impunity
-influentially
-keenest
-leapfrogged
-marinas
-memorising
-misdiagnosing
-murkiness
-oboists
-oedema
-palmier
-pebblier
-periodontal
-playwrights
-politicos
-powdery
-purls
-rehiring
-sandiness
-shielded
-spiritualism
-spouted
-squealing
-subsisting
-taffy
-teapots
-thermally
-tugs
-unbounded
-vacated
-waveform
-waxen
-wens
-yapping
-yeti
\ No newline at end of file
+nzddrpenattiestusnga
+meievusironedrpeuric
+sdovgruesomerlcdedas
+rsgadhsremotereyrhsq
+sitlaiylssarcredllyo
+tsludylpmisgudeiisrd
+eeaeosotnimertdtpoai
+lkessdnradfpaoseignn
+bidezzubdfsdlisssneg
+obepsosguatupycbsilh
+ginfamyaiunispltegpy
+fnogtsheolvkrvuosaou
+tiareckcltailacoivka
+dmiaenduringeykheaes
+inflorescenceoscmsna
+iewrgciideteviramtqg
+plodsuiroiueerifnuge
+rhdfncinrucoaxeddaer
+innieesriaperngapnag
+acaadnattendancesoty
+achoo
+antiknock
+antimatter
+attendances
+bolder
+buzzed
+chauffeured
+cicadae
+clapped
+clucks
+coaxed
+conforms
+convocations
+crassly
+dados
+dankly
+devalues
+dinghy
+dried
+enduring
+extinguished
+fixated
+goblets
+grander
+greyed
+grosbeaks
+gruesomer
+gunfire
+infamy
+inflorescence
+ironed
+itemisation
+minibikes
+nattiest
+newspapers
+notifies
+outdated
+pisses
+pistils
+plenary
+plods
+prating
+reinserting
+remoter
+repairs
+riveted
+royalty
+sager
+savaging
+sequined
+sickly
+simply
+simply
+spacesuits
+sulks
+traceries
+ulnae
+withdrawals
+yachting
+zeds
\ No newline at end of file
index 28b939b6f8f725b1a7b11987142c030ad1d270be..458eb94bdad6effb22162287e358436eccf595ee 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-repognitcelesexbscri
-tdtkrwakefulnesshoer
-besteseltsubasnnonat
-odetgnissenifllswcss
-ordsnmiesirbedoenuse
-koilsaxedropoutsnsia
-sfrisisnapalmingesgm
-hfctlhpalslncrueginy
-eaaetiutenoningiooiy
-lrsmeeosepcpohnetnnt
-vneebbposehceebuisgi
-edsssoedetiderccaesc
-seieceegkesreeontnla
-dxwlsrlegefosbugiiap
-etepnricreniiuctolua
-lrdulsgoafdrlmhdnesc
-zoirudyadicelpelsean
-zsscretypestiesiebci
-iessitirnssledlaoeto
-srsnaicitpouruvafeni
-abettors
-accredited
-acridest
-afforded
-amateurism
-antibodies
-beeches
-beelines
-been
-begged
-bookshelves
-bumped
-bustles
-casuals
-concussions
-copses
-corruptness
-couches
-debris
-defies
-dextrose
-dreamiest
-dropouts
-dyadic
-earthenware
-easterners
-electroplating
-ensigns
-errs
-exiles
-finessing
-guesses
-incapacitated
-incapacity
-maestri
-majority
-merited
-napalming
-negotiations
-neuroses
-omelettes
-opticians
-parented
-peasants
-reassigning
-retypes
-scruples
-selecting
-shown
-sidewise
-sillier
-sizzled
-solicitude
-tenoning
-ulterior
-unpleasantly
-untimelier
-virtually
-wakefulness
-wastefulness
\ No newline at end of file
+fudeahworshipperslrl
+isemalbcgpemrsgglgws
+ecbrgnonlfnpeprnlnsa
+rlourciapunuiuviiirp
+cerberntcrngttegyseh
+eapraesdsrrnlteasizo
+rvnetstreykeiepwisan
+nibsocrredhdursinege
+wnbegdjeednegiexshry
+ogargilrdsiidnpketai
+lgnutcesyderwgcbcotn
+fnnnawrhpyinyauaupsg
+raeioeuidcrkbontrywf
+syrcvszoycillgjoehae
+sesopzgslslsoecelxje
+acmiamiaooalrrbsyree
+eekzalmgryoderedaede
+reztnsilgbapurismnip
+daasssretrofittedigr
+irgninnepubgniduolce
+admonitory
+banners
+bearings
+blames
+bologna
+brr
+clams
+cleaving
+clouding
+coaching
+congressman
+convolutions
+cowered
+deader
+dentine
+dogmata
+domed
+encased
+farmhouses
+fiercer
+flashing
+flown
+furry
+guiltier
+hoards
+hoisting
+hypothesising
+ignorance
+impugned
+inordinately
+insecurely
+jitneys
+joyriders
+kidders
+landfalls
+legalises
+neckerchiefs
+nonrenewable
+penning
+phoneying
+phonied
+pizzazz
+planets
+probed
+purism
+removers
+retrofitted
+rollbacks
+signalled
+soya
+spiked
+spilt
+sputtering
+stargazers
+stonewalls
+triptychs
+veeps
+waging
+winded
+worshippers
\ No newline at end of file
index c82cc6abea337e7be00c26187fa408b78d3b4e75..1cd7c244e19e13a65f9d98145242a8ed4d1b6b5f 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-dsoestrndumbnesssans
-epgderednicterceexyl
-rdeknocllooseyallerl
-eyvocalicuydtseoccea
-kdeidnacrksdebtsiocf
-soblindnessiothnrnne
-ingoouyrekcomsioufab
-htschoolhousesocaehs
-wlyfscallabledjridcb
-lysrablsfeupsyippeeu
-uttroeiehlaytrmirrol
-hresuscgdpaennmneapl
-lintaeaayeliheijftge
-ohgadenrlaicxieeieat
-otalesieyrapdasclsrs
-pgrstfmvalraeeftegbr
-ycdpoftefiddlersdllu
-ittaoasbaeregionsoii
-stmytughirneetptbpnf
-lsaerqygnitiefrusegi
-anybodies
-auricles
-axial
-befalls
-beverages
-blindness
-bullets
-callable
-candied
-cautioning
-chancery
-cindered
-confederates
-conked
-consoles
-dragnets
-dumbness
-effacement
-faecal
-fiddlers
-foamed
-gamest
-garbling
-glop
-glowering
-injects
-jimmies
-loopy
-mockery
-monolithic
-naturalising
-nervously
-opium
-papyri
-pearlier
-pioneered
-playfulness
-portables
-prosody
-quaffs
-refiled
-regions
-schoolhouses
-sermonises
-shiftily
-slats
-snowstorms
-stumbles
-surfeiting
-thimblefuls
-thirty
-tonsillectomies
-tooted
-trammels
-trueing
-tyros
-vocalic
-whiskered
-yaps
-yippee
\ No newline at end of file
+geedansnswifypmubhna
+mgsenswtudoneselfnms
+sndttdisdiuqilstsias
+ioeaiztphssssenneerg
+givrkmhneohunsislfia
+atlbnrdilnbubfeggenj
+oaoiogryrscllvsmnaas
+tisvcoaelyiialegidto
+arbtkdwtdnleltirtiew
+nbaeeysslsahllenskss
+geggawkiestmsiiegibp
+onegationsosnicngnoa
+iiaefysaenuetufaggan
+nnsroinujsoddedlfsid
+gyratilimarapuucebhi
+gazgnivlovertprmrssk
+tsizegdeliciouslyfnt
+ntngaeaexpedientsgdu
+eclemjcmisrepresents
+rhinegationsdgnikupu
+absolved
+accusatives
+adrift
+agism
+antiknock
+biochemicals
+bumpy
+deliciously
+diking
+emulates
+evacuates
+expedients
+facile
+filters
+formaldehyde
+gawkiest
+greenness
+gregariously
+hulling
+inebriation
+jazzy
+juniors
+kidnaps
+lassoes
+liquids
+marinas
+marinates
+mediaeval
+metatarsals
+misrepresents
+multilingual
+negations
+negations
+oblate
+oneself
+paddocking
+paramilitary
+pencillings
+predominates
+puking
+revolving
+rotational
+sanctioning
+sodded
+solecisms
+sows
+substations
+subversion
+sweller
+tacky
+tangoing
+tingles
+uneasy
+unlocked
+unmanly
+unselfishly
+vibrated
+whorled
+withdraws
+zits
\ No newline at end of file
index 8e593e82ad4b4851b94a2058001965b96c49ef22..a046ef719d21bcdd848acb1ed1d06574a931217a 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-acdusseniggosslwshgn
-rpsifrssteeniestpnpl
-legnramcatapultsmggo
-dranaceswandsutlubei
-tflnouadmerlsrtumfes
-kuuiarresopyhtateaci
-tmgeotsclambkinshigt
-aeyllacinemucenetesr
-brhuiiridisturbssidg
-uinglnnyrtnesyihmmer
-eeootseiragusrepeglo
-dsgnitontoofuaafrlfp
-sseditayracevnugcffe
-sgnippolsoheeoreltid
-ncrchestsknlyfierbnq
-tidyingfilsntepeessn
-sdaianaeyvsezahiowcm
-sllirhsesstsinatobck
-egnitbuoddetnuajsami
-odesgnivilaleathersi
-betrays
-bevies
-bobwhites
-botanists
-caryatides
-catapults
-chests
+asderebossslsmyioies
+blowoutsppseadstsubh
+atmsattteeswathingli
+ksrkbpcnsnehoboastsm
+sgtceuhrtemperedredm
+snlaaniusensorsuceyi
+soltmscbdeibabavfevn
+wmgtrrlnndtogaeyieng
+oasasoeusowssiirrbra
+rlerdooshrnstnpioeee
+ksieodbgussegseaisis
+ssztotcgttmnasidtuse
+hsnnmushtiaytcechbnp
+omeuioefehsrdeaigsau
+paroncaprcldsobliuid
+snfcgkneecappingsmpt
+derutaefdobuynnaeeoo
+tremodellingircrystt
+gleotardssdiubguelur
+egauzerwdebrabpsoosn
+abeam
+amongst
+anecdotal
+babied
+backspaces
+balsams
+barbed
+blowouts
+boasts
+busts
+chicle
 chits
-collectivised
-curtains
-disturbs
-doubting
-eatables
-ecumenically
-embosses
-emotionally
-falsely
-farces
-feathery
-footnoting
-groped
-gulags
-haircuts
-hazes
-heavenly
-heuristics
-hypos
-impanels
-invulnerable
-jaunted
-lambkins
-leathers
-letterheads
-livings
-malingered
-moms
-mumps
-naiads
-nonexistent
-nonsexist
-outlasted
-perfumeries
-programmes
-reverting
-sentry
-shrills
-slopping
-smears
-sniffled
-sogginess
-soliloquising
-sugariest
-tabued
-teeniest
-tepees
-tidying
-unreliability
-vulgarisation
-wands
-wooziest
\ No newline at end of file
+constituents
+copulas
+counterattacks
+defying
+dooming
+dryness
+dupes
+eyesight
+featured
+flossing
+frenzies
+frumpier
+gauze
+gentility
+kneecapping
+lallygags
+leotards
+loners
+moneymaking
+muteness
+nonunion
+obscenely
+outdoors
+overstepping
+prescribed
+quizzically
+remodelling
+rotating
+seedier
+sensors
+shimming
+shuttered
+sobered
+stagnating
+subsumes
+sunburnt
+sunfishes
+swathing
+tempered
+tingeing
+togae
+untangles
+utopians
+veriest
+vibes
+vindicated
+workshops
+xenophobia
\ No newline at end of file
index 48ba65285404ef7c301e5e64f7933e0e3486f124..65d79d50a26c525dec966682f4a60115e771edf6 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-sctsehtasooervthroes
-spsslawicsvonotepady
-glaeotieiwseioacsnae
-gieicenltinmrovucwps
-errsndsreribsgrentga
-fobsristhlsrrlrertnc
-asinoonnteoaykdoreio
-melsosmgsdrsprrrwgts
-axfetepnecharwomenam
-ecidrlweandibruteflo
-rineotusnnsmuminimul
-tsibatscadendritesmo
-sisumpceteqseceinrig
-dnhcftackiestsnihsti
-igeesoesuoudicedrrsc
-mercontendingsseeria
-hostelersnortinglsol
-ignibmuhtcpesclapped
-centerednastsepeetsu
-aveggbeatersrecnahne
-abstentions
-anaesthetics
-brandished
-centered
-charwomen
-chestnuts
-clapped
-contending
-cosmological
-cubed
-cults
-deciduous
-dendrites
-eggbeaters
-enhancer
-excising
-finishers
-flabbergasting
-fobs
-harmonies
-hated
-hostelers
-intrusting
-kestrels
-manholes
-midstream
-minimums
-misdirecting
-morsels
-nieces
-notches
-notepad
-overgrown
-paining
-perversions
-prerecords
-resins
-reverences
-rosins
-satyrs
-secured
-shins
-smartly
-snootiness
-snorting
-steepest
-stimulating
-stolidity
-surly
-swirled
-tackiest
-throes
-thumbing
-tipsters
-turbid
-twins
-unscrewed
-untamed
+dgnehietsthginrevosd
+hlynplphaflysheetsat
+sahlnteoeriledagsktd
+smaetesrsnoopyneiegd
+eorrmilnshcaginmsksc
+nudasscyshscrlbersen
+srldeknipnneloesetho
+soygioeelatiivcrnssv
+eutautlytltceiosyaie
+lsitltoeisinlypdcvnr
+rsdrawtfeltocotgoerr
+ereaenbtluctfddapaae
+eedtiulaauyrgoadinga
+heiuoeitbnbaldlytntc
+cavyysenaksuouucssth
+lieggstseinnargimbse
+sdssgnipocmwdetested
+ietkiskrowtentdodged
+mreossrennalpshiresr
+soddetoobetlwooliest
+akimbo
+andirons
+baldly
+behests
+booted
+bucolics
+buoyed
+cheerlessness
+clamouring
+conceding
+copings
+detested
+dislocating
+divested
+dodged
+eventuates
+filtering
+fluorescent
+flysheet
+foolishly
+fops
+garnishes
+glamourous
+goading
+grannies
+gregariously
+grumpiest
+hardly
+illicitly
+impulsively
+inveighing
+leftwards
+loonier
+networks
+overnights
+overreached
+pinked
+planners
+prodding
+reunites
+riled
+salvos
+shires
+shuns
+sitars
+snoopy
+spectrums
+spooring
+stillness
+tangy
+tautly
+thorny
+trammed
+unwell
+vasts
+viscous
+widening
+woodman
 wooliest
-yawned
\ No newline at end of file
+yore
\ No newline at end of file
index fc441138694dd82b546ac8b1bd8ae89e2ef87c89..741b83b0dd0605c1a780972f1969a54cb2d05ce1 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-ytilibommipiqueddoae
-ieiisureskrameridmse
-grsdlccrustytntaerom
-weelsssgnileipshtrfa
-aayioetllbliveableit
-islunimiaiunbindingu
-rslnssvucrdfrsstmdir
-eeasuteodiveutpiihda
-slcaetdradfasaondcet
-itilrnsytsielrlndcbi
-dhmteyorrsdndolilobo
-ugeeimiercaretaneman
-eidddodnsetissggmend
-slanrrnerspwtbssalew
-cfctopgeoteieetpniei
-acaswlurutraektmdein
-rcirmgrgseamiablyrrc
-adseasiexquisitelyae
-bwwvbcialstillbirths
-siregsetamitlunepuml
-academically
-ahem
-amazingly
-amiably
-barmaids
-capaciously
-caves
-coccyxes
-comelier
-crusty
-dancers
-deficits
-disorders
-disruptions
-dragonflies
-effervescent
-entanglements
-estuaries
-exquisitely
-flightless
-gallops
-glides
-greenery
-immobility
-impairing
-inaugurating
-larval
-ledgers
-litanies
-liveable
-maturation
-middleman
-muddiness
-nabbed
-obliviousness
-penultimates
-pigsty
-piqued
-pithiest
-popcorn
-reinserts
-remarks
-residues
-rumbas
-scarabs
-slaughterhouses
-spieling
-stews
-stillbirths
-tarots
-tinning
-transships
-unbinding
-unfriendliness
-unsalted
-vaguer
-viols
-walnuts
-winces
-wordier
\ No newline at end of file
+ddpgddgeosgfxwscyeso
+eeiaohnamguuaeofifst
+sigfssitbdnglxfouiyl
+cipttitmuecfnainfhus
+aeodnpaddlhidikntalg
+nsteamleszagtiklglad
+tstrtufmmzneecacsgel
+ireollnmeagraeupaxhn
+nertuniundeiwocbuyet
+gnyusstrtedgjiblsgbr
+hoetetidcbsmsofuubea
+einnrcdropletskdnuld
+ctaukeascitsalessnte
+eieddssulasdelgnecws
+stynsieluaahldrttham
+ketlerbtiteegelosiya
+apylatirroutgidiensn
+eusetsbidfogsssitgrl
+nniohsmeenasalariedn
+selmeiirpeotardilyne
+adheres
+apostles
+beastly
+bedazzled
+beltways
+bunching
+chafes
+craned
+crassly
+daffy
+descanting
+droplets
+drummed
+elastics
+empresses
+faxing
+fluxed
+funkier
+garrulity
+groggily
+grumpiness
+heisting
+imbibes
+inflating
+insurgency
+lumpish
+midmost
+misquoting
+misspelled
+needlessly
+ombudsmen
+overdosing
+petitioners
+pottery
+promotes
+refuelled
+reggae
+resultants
+salaried
+seltzer
+sighs
+situates
+slovens
+sneaks
+snugly
+steals
+subtler
+sultrier
+sunsets
+tardily
+thralls
+tildes
+tradesman
+trisects
+unchanged
+untutored
+vortexes
+wading
+wealthy
+yacking
\ No newline at end of file
index bd246d9dfb08fbd4dcd0de3850a7d7b4a98fc91a..280c156fbfd41505e1e6aa1b511d720adbce2eab 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-cumeunintelligiblybs
-onosstdesumebdphrtns
-nfsereiorsgiehyheeno
-gusrelgseectaeadgiaf
-rreucunlserokeuikrgp
-elsjiehsaalomltpiule
-giedutrrenhulnaemcel
-ansajarhpecnantytrab
-tgdsounepseetupmasma
-ieebeociasoasrzesfmr
-onteinumsohexhosrusi
-nrplrpdioentpamgeniu
-aeultctlydboobbsegcq
-lprisensagieclidtaic
-ohrlasdssbgctisealna
-grosnoopingoustnvayr
-racdetailingfmvnitcr
-esocutgnilytscsirses
-yefoolscapursesgpgsa
-ssenukedyruomraeeiac
-acquirable
-adjures
-agleam
-amputees
-antecedents
-antigens
-appeasers
-armoury
-baldness
-bemused
-boars
-congregational
-corrupted
-curlers
-cynicism
-demagogic
-detailing
-digestive
-dullness
-equestriennes
-foggy
-foolscap
-forestalling
-fungal
-ginned
-glances
-greys
-heightens
-hokey
-hoodwinks
-jilts
-juicers
-lionhearted
-modicums
-mosses
-napkins
-nonmembers
-nuked
-optimums
-owlets
-pestles
-privateers
-purses
-racily
-repairing
-rephrases
-schlepped
-sequestering
-sewage
-shenanigans
-slopes
-sloths
-snooping
-styling
-testicles
-unfurling
-unintelligibly
-unresponsive
-valeting
-zombis
\ No newline at end of file
+mfvgnwebreakwaterssa
+srtncsoclyhsegrembus
+eeeiypygnostunningly
+ccbysllabtaempsrhsll
+alahcotsscsehpustgys
+layssimnmintyrlbgria
+psisldttyphusogsetnu
+esetigahposeopilsrgi
+miltdeleworsaageieta
+ofbdnnnydenidgiefbiy
+sinrratseyrdhagduslt
+setlselgavelsneemtqy
+rdsrednihdstidotbnue
+eeeadabtgtnwdiksliep
+tgysdegeniealseuelus
+rleernkeirvetepddpeo
+ohrahuecbnurpsnidssw
+pegsiynsacrsenilriah
+mplankedsuilbrocades
+irrsneezedqirlespews
+accrued
+anarchy
+breakwaters
+brewing
+brocades
+caretakers
+chiming
+cobbling
+custody
+departments
+dined
+disengaged
+distended
+dryest
+dusted
+earldoms
+fluorescent
+freaks
+fumbled
+gavels
+glibly
+greyest
+hairlines
+hinders
+hobs
+igneous
+importers
+juntas
+litany
+meatballs
+minty
+nursed
+oesophagi
+outreached
+pekoe
+pigmy
+planked
+propagandises
+puberty
+quacked
+queues
+reclassified
+recouping
+reviled
+roweled
+sadness
+shamefully
+shying
+sneezed
+someplace
+spews
+splints
+squiggly
+stunningly
+submerges
+sullying
+typhus
+useable
+vigilantes
+whimpering
\ No newline at end of file
index f1d8f09321523cfaa18ed8db9c3acba0295ef0a8..ae4551c9dc28983383e707835ac8a1c98373dc31 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-iinversionshriedrbzl
-ssensselraefomisicey
-rrestennospilrotiidl
-festoonswsditlctsest
-tupiairigeecdhistois
-asndenlaaodiigpgcoto
-pngnstilnyuetuaciusm
-peonmtimlgsayemmoyet
-ltslisuertrlrdfneliu
-afarmnsnsepwgesatlls
-uoyeurwdkrgantvasuyl
-ssemaeeaiasyircrigdo
-eskpllymtclsnoroycew
-sfsnbpponitooteclnti
-ilrareapvaieoepslean
-cenedelshllrgrtcaacg
-keeanophelesaeiostae
-ldemurersyuirdonaeln
-edekarkcumrsdbrenrpe
-smssnoverheadsssaetd
-adored
-always
-anopheles
-applause
-awnings
-bitchiest
-crept
-dementia
-demurer
-digressions
-docketing
-dragooning
-enabled
-evaporates
-fearlessness
-festoons
-gamely
-germinates
-gloominess
-gully
-haemophiliacs
-idealism
-imparts
-impoverishing
-indelicacies
-intertwines
-intramural
-inversions
-jaundices
-jazzier
-militated
-mottos
-muckraked
-nasally
-neater
-nudity
-occupants
-overheads
-placated
-poxes
-primped
-principality
-racially
-retorted
-safeties
-scones
-sepia
-sickles
-slathered
-slowing
-slowpokes
-snouts
-softens
-sonnets
-sparsely
-stunk
-utmost
-voyeurs
-yups
-zeds
\ No newline at end of file
+erstamersisgnidluoms
+lyclarifiedsnortingi
+atticssdtmoeserohwgr
+sculptsmauscsnrrpedy
+ocgnieepgrparcficvlm
+eehtylscedorermmsyir
+sdmassseletpeoburegs
+ospurseserteeacpkwse
+inbgoreeseenscsrdacd
+bnlndregsddteheeisaa
+asaienodhndevidiserc
+nlzpsilssidreniwrhce
+deerriidaiiiigbouced
+ipdaaksbnicnssahpuns
+tsecctcgodeggobstmee
+toaublithestahrasrso
+igpoiissenhsilumuest
+ssottelitsdecnimrvrp
+seuyzzirfosregdacooi
+lpsretsigererpbgloit
+abides
+adulating
+ageless
+alpacas
+arrested
+attics
+backhanded
+banditti
+blazed
+blithest
+bogged
+cadgers
+carpentering
+carping
+charred
+clarified
+complained
+decades
+disrupts
+dregs
+drooped
+embassies
+encroaching
+eventuality
+franchisees
+frizzy
+gladness
+gospels
+inaner
+ironing
+kibitzes
+minced
+mouldings
+mucilage
+mulishness
+murdered
+overmuches
+peeing
+potash
+preregisters
+puckish
+pummels
+purses
+scarceness
+sculpts
+showier
+sieves
+snorting
+spotted
+spryly
+stilettos
+succeeding
+tamers
+tiptoes
+undergrowth
+unevenest
+upended
+whores
+wider
+zygotes
\ No newline at end of file
index aedb0d83d9fa8ef0bf331a8160bbd2c24b1e3a17..7cc1277a706930723329152e697cc6c83c57957b 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-deapederagusdbwblyep
-enntdgniraepseaeaunl
-nsnstssortsibtrnseeb
-neharitogsioapsudnys
-ipredriyooccllhitiyc
-waiesquiresieaddsatr
-trylnotnawaimtrgeyms
-famdmcfcfehmeeyniset
-itsdsioiaestasdmrere
-diuhlrtrmeseiranimul
-yodlonjmrhrrrnfdecwm
-mnynfoeotiuiosriirai
-usssidncbedsdnemeurg
-gstedibclbiooesdssfr
-giddanapteesriyedhao
-iereniagrabdrsryhern
-ecsteltuomsataudyder
-stelexeslbmkpeopledu
-tsrisuexsikenlargede
-eswahtbargednastilyn
-adds
-amelioration
-bandits
-bargainer
-barged
-bidets
-bistros
-califs
-chuckholes
-corridors
-covenanting
-crushed
-cynically
-dialects
-dyed
-emends
-endemics
-enlarged
-esquires
-filly
-flagellating
-flaunted
-flexitime
-friers
-gazetted
-gimlets
-gliding
-greasiest
-hemmed
-hoedowns
-jailers
-jobbed
-leavening
-lobotomies
-luminaries
-matured
-muggiest
-nastily
-nosier
-outlets
-peopled
-perambulated
-pleurisy
-reconnected
-rennet
-saviours
-separations
-shoon
-sirs
-sluices
-sojourned
-spearing
-sugared
-telexes
-thaws
-trailing
-twinned
-wantonly
-warfare
-worrywarts
\ No newline at end of file
+tdecreesirracoonsena
+mrlsternlyaininstnid
+nflintynincwhysdnsnn
+sipbaobabslpipupifti
+eampivagariestonouek
+ipsalmistscciandnorw
+tmlknickersndddaalls
+ihieltteftgioeflaeie
+lsjuncosdrsirlgdiine
+amuttsaeapnsanorerks
+ceuailpioiutineotnse
+oeielpnsrcskbsmahsig
+lsraaispcwreiknawsra
+elynneroeaepsstinged
+nsdgsounmtgyrelatser
+didsmrertcfforagesla
+koiosaeprhfrugalityy
+tntrrtdndiurnallyset
+gereasgtonrettamitna
+dmdwpcwrcgsbawdiness
+allays
+anoints
+antimatter
+antiwar
+baobabs
+barriers
+bawdiness
+bequests
+checkouts
+decrees
+disbursed
+dispossessing
+disuses
+diurnally
+excluding
+fettle
+flats
+flinty
+floating
+fodders
+forages
+frugality
+giddiness
+guacamole
+ingraining
+interlinks
+jubilees
+juncos
+kidnapped
+kinda
+knickers
+localities
+machinery
+mendacity
+mewled
+mutts
+neared
+nodal
+preppiest
+pressurised
+promoted
+psalmists
+psst
+racoons
+revengeful
+shams
+sneeringly
+staler
+sternly
+succours
+swankier
+sweatshirts
+tertiary
+theology
+upholding
+vagaries
+watching
+watermarking
+whys
+yardages
\ No newline at end of file
index 1617a829c01e8ad0809e96905f2b72e848fc8dbf..b2e31c98a1c7841a8fa97387139a1f9c9e29f3d1 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-outlivedtfoleedmrpdl
-semoclewgssoberedgcs
-ccrlsimiseanucalohil
-oedenilpicsidnunuoat
-lloocmimitativebdrms
-olstseuqercbugbseact
-nigmetabletsvisbtyoe
-ysynreirogsdeiiluuou
-utteiearpekrslmgnlcs
-psbltbakawislrpkdale
-shniwtbsestimsizrnoi
-nombdelobwtwsedoarvl
-dsuoesasjoeidtlgseel
-stlmypiuaorkthnrmfsu
-necmoiblaniheikeants
-elhirlufuengtnlamier
-mlistlnuodgfoesrikaf
-aunissnrgsolgnissems
-tggnegosnlllsessidgu
-sligdncsyssdipsucibi
-armlets
-bereft
-bicuspids
-bloodsuckers
-cellists
-chubbier
-cloves
-colony
-commiserated
-connubial
-crustier
-defying
-derivations
-destroyed
-dickers
-disbarment
-disses
-eliding
-evidences
-fakirs
-gorier
-grassier
-gullets
-hankered
-humors
-illiberal
-imams
-imitative
-immobile
-infernal
-jobbing
-kiwis
-knolls
-lacunae
-lofting
-maternity
-messing
-mooed
-mulching
-noncontagious
-obstetrical
-outlived
-peripatetics
-reimposed
-requests
-simpletons
-skittering
-sobered
-spills
-stamens
-sulfurs
-sullies
-swooned
-tablets
-trappings
-tundras
-undisciplined
-vim
-welcomes
-yeshivahs
\ No newline at end of file
+sytixilorpnrgssjambs
+tirbeyssniscrpeecsfs
+aoeicshycwaopugmcmsp
+vpilnulootansrdsvloi
+ainrdnnnrwycnteaapes
+rrrarlundellkslqgysn
+cgodheeaiadurypuedei
+wocdisintkrdegnidcrl
+ansdessseeielsalekeu
+ddtidvtlddhdeosidsta
+moynerleeotegrlnarrp
+ollkgdaonboliiaecoer
+nieirchqvtmwadsestna
+iereaeauceiucitlasct
+srirdasaisrosveacehl
+hstrevisitednaaevcio
+ennastgaoodioslmgnnb
+slestetrchitinseragi
+gntgnissufdekcilfeii
+godlinessutfedarkest
+admonishes
+ancestors
+annoys
+aquiline
+beelines
+cascaded
+cavillings
+cherry
+chitin
+concluded
+cordite
+cornier
+cravats
+darkest
+degrades
+dinkier
+distentions
+divas
+elegiacs
+entirely
+facets
+fattened
+flicked
+fussing
+godliness
+gondoliers
+guacamole
+jambs
+lusting
+neptunium
+overhangs
+oviparous
+pedestals
+perfecter
+pledges
+popguns
+prolixity
+pureed
+quadruples
+quasars
+retrenching
+revisited
+revolved
+shambling
+sparkling
+spurts
+steals
+stomached
+strengths
+sunless
+swaps
+synopsis
+tarpaulins
+thirdly
+tweaked
+umbels
+unafraid
+wacky
+wallboard
+woodsier
\ No newline at end of file
index d8f91839c44e6d498897cedc4574a155962f3c5d..e3a7ff2abb4713113782c006562c3f4b57dc2e98 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-cdreallocationstoseb
-eerdekramtsopmiryrca
-ctecitcalagretnilejp
-onieserldteenierlcdp
-rigsansgninoitpoaosg
-ragmircuareikalfcubh
-afeadbhgltutisloinay
-lullseonmlmsssvontfd
-sanllloialaosesdeine
-maesdalheouerpsecnol
-hwpekyycrisbesedsgcl
-secueiatdeidtsnnpnao
-mlrlpnrittehfgialssr
-oaedagdwegssanrhaout
-sseynrssnstieianzcis
-ntdocsioernnrlouacsr
-alauptlsneeeelhssuts
-ryssteuoespxhimaptsa
-taisbklirneidblissia
-ehickoriesrvedegdubi
-adaptations
-aerating
-arisen
-beautification
-belaying
-belonged
-besots
-billings
-budged
-casuists
-closer
-confabs
-corrals
-debarks
-describing
-detained
-docs
-dreamland
-eventually
-extracts
-fainted
-flakier
-hereafters
-hickories
-hoariness
-intergalactic
-lastly
-leggier
-narrowly
-nirvana
-optioning
-overbites
-pantsuits
-pharmacopeias
-plazas
-postmarked
-pupas
-reallocation
-recounting
-reinserting
-repents
-scenically
-schoolyards
-slams
-slews
-smalls
-snatched
-strolled
-stuccos
-subbasements
-swarmed
-switching
-teenier
-tertiary
-transoms
-unhanded
-unpredictable
-vellum
-versus
-vixenish
\ No newline at end of file
+ssenesrapsedecerpunr
+osetaluconithicklywp
+sipeeswhodunnitslsor
+rsidnalrevoftheliume
+snsreappraisingmsfac
+soiscantankerouslyno
+erntamponswhispersin
+necdbpoeocentrywaysc
+ihleleotdgegmieseche
+ztohaedroennlcenltri
+aywocksorixosrsuusdv
+elnoksdshieayrmudeni
+leipbytcbdnttpiuytrn
+smseaetieletsrammumg
+wohaloelaeetneulamac
+esnnlhnlgykasdessolf
+eeepestniefetejabots
+dwsldiclimbedetprlco
+easnnonsexisthdesrcd
+denoisnepadjoinsdogc
+abstemious
+adjoins
+adversaries
+amirs
+amorphousness
+awesomely
+ballsiest
+benefactors
+blackballed
+bleated
+cantankerously
+climbed
+clownishness
+clumps
+cockleshells
+cowslips
+detested
+entryways
+eutectic
+feints
+flossed
+frowzy
+goody
+helium
+herons
+hokum
+inoculates
+jabots
+lazily
+mutest
+nonsexist
+nutritive
+orotund
+overland
+peeks
+pensioned
+pervaded
+poohed
+precedes
+preconceiving
+prickling
+profanities
+reappraising
+repatriates
+servile
+silkworms
+sleaziness
+souls
+sparseness
+splotching
+surtaxed
+tampons
+thickly
+tyres
+weeded
+welches
+whispers
+whodunnits
+womanish
+workmanlike
\ No newline at end of file
index f18281bb436c5885bf117e40377a2b75c27927cd..119eb7e2a0579c12b7e76cfd14886c291b2a23bf 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-yretawprscadmittedly
-rldetskcoltefuiemirs
-lonelierodiokseltrut
-sekortskcabaretarded
-srlseirecartnothbier
-esesbuadcsysibinunae
-ssesiyrgteeyhhmntnns
-iemtswaexivnsmduiett
-mksoaoanrrradebshnir
-eippblibengnrorsmtbi
-hluaslunnncsitousooc
-cspeeissiehuscgdcwdt
-gigttwydnimebaqdslys
-odnnkcnlrireopteiecr
-ukiliiatdaoeljangled
-rneablslrwyeefdltnod
-antegalbveeerkiyreii
-eerrhatiweplooercfdd
-sendiveshisasstdeali
-hamletsleseirenacihc
-admittedly
-antibody
-assiduousness
-auguring
-backstrokes
-boleros
-broomsticks
-calves
-carefuller
-chemises
-chicaneries
-couching
-daubs
-debs
-densest
-dislikes
-draperies
-emirs
-endives
-enshrining
-erecting
-fetlocks
-gangrenes
-gunshots
-hamlets
-insulates
-jangled
-lewdly
-lonelier
-manifolding
-nervy
-newsworthiest
+litdelrangggnilpmurc
+kcabesrohsodseededdu
+elidesedhslodssaegst
+booiierdeeeeceidtnds
+iprmastsitsgqindeiee
+delbmufetsiudogrnndx
+iogedfmrauoacaiktona
+ddncefaseicswlbshies
+eiiilitralbcsachutts
+tstlastsmabeosiasinh
+lcaiyheerileiecmitis
+urlteeajsbnnendmnesw
+aeuyddsdbregpfaegpsi
+vemniseaewreitidclwf
+gtinmlrtsndeifillomt
+setsbctnavlisreestce
+ersmsunsettlingmobsr
+rduilydobemohslaibal
+frnfpvsgnitaicerppae
+guansfrlskinninessea
+absconded
+aflutter
+appreciating
+awaited
+badges
+blunderers
+committals
+crumples
+crumpling
+daunts
+delayed
+discreeter
+elides
+enthusing
+essays
+falcons
+farming
+feebler
+fished
+fractals
+fumbled
+gestates
+gnarled
+grumbled
+guarantying
+homebody
+horseback
+imbecility
+intendeds
+jerkier
+labials
+lobbied
+lynxes
+machined
+mallards
+mockery
+mollified
+murdering
 petitioning
-photographing
-prettied
-pumped
-pups
-rabbiting
-rarest
-rebinding
-recipes
-reeked
-restricts
-retarded
-riflemen
-rudimentary
-shillings
-stashing
-steals
-suddenly
-suspended
-teapots
-thumbnails
-traceries
-turtles
-undershirts
-watery
-willowy
-winterier
-yews
\ No newline at end of file
+probated
+rotary
+sassed
+saxes
+scouring
+scrabbles
+scrounges
+sequoias
+shammed
+silvan
+sinews
+skinniness
+snootier
+stanchions
+stimulating
+stuccoed
+swifter
+unreasoning
+unsettling
+vaulted
+wolfs
\ No newline at end of file
index f3954db247fba401d6061c9bbb05eb020c33a929..e60619496f01d821ca4fbc6493754a7c0cc16a41 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-micseversoscleysgots
-tsnplitosbswanrnryss
-shiuaussrnesnseglloa
-elrorsnaocniolunches
-ttaogedktsieisernena
-isnnaedacthdtkbeanui
-ueeoitktecseaeosaold
-qiidagiiheulvwnemslr
-sldaisalirpdisirgtsa
-eaertapvyesntyevnaic
-memeeaprllsuoasoiuoi
-emrsneltriarmsnilnfr
-troedlsosartyprracre
-aywleihntoeolitsphap
-llplrwiatfpdsllgmics
-beosiueeanouebosintm
-ogersnairatinamuhgui
-sateehologramsebinra
-ecradigmustardiojlem
-uyyisensessepacsaesl
-accommodations
-atheism
-blips
-cliques
-comely
-confirms
-congealed
-contorted
-cooling
-domineering
-ebonies
-egoism
-environmentalists
-erects
-etymology
-eventualities
-fractures
-gables
-hectors
-holograms
-humanitarians
-impaling
-insentient
-inured
-legacy
-lunches
-maims
-mealiest
-mesquites
-motivational
-muddying
-mustard
-newts
-nulls
-oblate
-operas
-overdressed
-pericardia
-poetry
-postpaid
-principals
-proportionality
-protectiveness
-pushiness
-resells
-reservoirs
-seascapes
-senses
-severs
-skews
-slunk
-staunching
-sugary
-tenderised
-throatily
-trundled
-vaginal
-whorls
-wormed
-zeppelins
\ No newline at end of file
+tsdgbattyopalsngospp
+mfercsetatilibaheree
+ulpiifegatmlankysngs
+rurnttoigeodaslcnnsa
+ekiystnxneisdggaipdn
+syvlmdueyvligisdgueu
+rreoojspiesibonhktoa
+ecsostgstagboienfiof
+direlainrnecblagacsi
+rsailvarrrsemvcgzueg
+aonoemassfreeeedeonb
+wghnryrefctrpdkusirr
+saeiieiuosyosprtxmoa
+sssnprnxderomuhuoeds
+sugpnsnodotsamlseens
+tbarriosrurtafdtccae
+hmupucvytivitcennocs
+detradbsepminorsgous
+tigdelzzebmeyticuape
+xrbiytuckedersprouts
+alohas
+barrios
+batty
+brasses
+brazening
+brittleness
+candor
+cervices
+chickening
+connectivity
+coos
+coyly
+darted
+deprives
+disarraying
+disinfecting
+divisiveness
+earthlier
+embezzled
+faunas
+fazes
+fluky
+fluxing
+foxy
+gibbers
+giggly
+gleaning
+helmets
+humored
+inbred
+indoors
+interlarding
+keypunched
+knavery
+lanky
+mantels
+mapper
+mastodons
+minors
+nestlings
+opals
+paucity
+phrasal
+putties
+rebinding
+refuelling
+rehabilitates
+retaking
+revelations
+sharpening
+silkiest
+snuffs
+sprouts
+switched
+terrified
+tracery
+tucked
+valueless
+warders
+wieners
\ No newline at end of file
index cec857109ef892fa15ecf32d7bf5fe11228aeb3e..7ce0a719ecfc6c52a85ed1fb30334d38f52bf17f 100644 (file)
@@ -1,81 +1,81 @@
 20x20
-dstpircsnartunrulypa
-gnikovorpsperceivess
-cardiactoyeshivothfs
-poadrouthessronimone
-luabysmallyhcdstsnsi
-creygdotsoyolngeysnr
-alienatingccsedssaau
-sesuoshnekgaciranlic
-sdooiessyhicrleeaodp
-oetuninsulatingstbes
-ywstheinouslymuddrgp
-lousmduvtenfuiraieae
-ooatierabdrinkgpnprt
-oeeahpbdeeaawaianyto
-wdryvsmhclifartlehds
-syuiedskwdblraalrasa
-fabnaelcaasayttuilyt
-aatgjeienlnsmeernuur
-pldodrnleryneasegeto
-yyrtlivediiusdtdefoa
-absently
-abysmally
-alienating
-allured
-aortas
-bestrides
-blemished
-bureaus
-cardiac
-clams
-cocky
-cryptographers
-curies
-deviltry
-dinnering
-drivels
-drouthes
-excitedly
-freckled
-fuzzier
-heinously
-huffiest
-hyperbolas
-insouciant
-insulating
-jutting
-karate
-ladled
-lawyers
-liberalism
-minors
-outstaying
-pads
-peons
-perceives
-pisses
-provoking
-rathskellers
-regurgitates
-repairs
-shatters
-souses
-stodgy
-stranglers
-superficially
-tamable
-tansy
-telephony
-theorems
-thereon
-togetherness
-tragedians
-transcripts
-unruly
-unsatisfactory
-unwary
-waned
-wooed
-wooly
-yeshivoth
\ No newline at end of file
+tleerspyseirterlasks
+htvufeolnsytirahcrek
+gtrcocftaodkeynotesr
+urmehaerdooibsrergde
+ojeoieeoaemlrartinbs
+brsessenkcihtgbrsaoc
+opfnssdrvetlhcaairni
+orrbsdsiewridnsnbren
+teieseveviteoikslard
+sdosrdrenutaansfetse
+tetkepdvrllsredividd
+rtenloesitugusvggnon
+aeduisegdcifigiugfse
+prfdmbieasectnarrehx
+smliyetwpisdehgenrut
+eiugsoiuekrslsgdsnso
+fnfbsttuyehtsiiisokl
+ieftmewiiasfoohrrsil
+vssilontdetcejbornee
+dfouagsapparellingrd
+afternoons
+agism
+ahem
+apparelling
+arrangers
+balloons
+basks
+battered
+boners
+bootstraps
+bought
+brags
+charity
+dividers
+divulging
+dunks
+extolled
+ferrets
+fluffs
+gibbers
+grids
+grouching
+gustier
+gybes
+hobos
+hooch
+hoofs
+huskier
+imagining
+imitative
+infernos
+keynotes
+kneecapping
+knickknacks
+lateralled
+letups
+loony
+milers
+moodiness
+objected
+phantoms
+polygamous
+predetermines
+prosperously
+refraction
+rescinded
+retries
+rightfulness
+rioted
+risible
+serviced
+shouted
+skying
+spiraling
+thicknesses
+transfigured
+triage
+vertices
+waling
+warped
\ No newline at end of file