mm

20/11/2007 10:29 AM

Nine letter word(s) for woodworking

Working on some Sudoko like puzzles for a newsletter and need some
nine letter word or words.
The letters can not repeat so words like "wood", "cherry", etc. are
not allowed, and they
aren't nine letters.

I've come up with "brad point", "workbench" and some more, but
wracking my
brain for more. Anyone got some ideas?

If I use it, I'll send you the puzzle.

MJ Wallace


This topic has 25 replies

NH

N Hurst

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 11:34 AM

On Nov 20, 1:29 pm, "[email protected]" <[email protected]>
wrote:
> Working on some Sudoko like puzzles for a newsletter and need some
> nine letter word or words.
> The letters can not repeat so words like "wood", "cherry", etc. are
> not allowed, and they
> aren't nine letters.
>
> I've come up with "brad point", "workbench" and some more, but
> wracking my
> brain for more. Anyone got some ideas?
>
> If I use it, I'll send you the puzzle.
>
> MJ Wallace

Router Bit
Pin Nailer
Miter Slot
Cold Brews

Po

"Pounds on Wood"

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 1:46 PM


<[email protected]> wrote in message
news:aa56b1d0-f539-49d3-b2d3-e7709c4e9f13@s12g2000prg.googlegroups.com...
> Working on some Sudoko like puzzles for a newsletter and need some
> nine letter word or words.
> The letters can not repeat so words like "wood", "cherry", etc. are
> not allowed, and they
> aren't nine letters.
>
> I've come up with "brad point", "workbench" and some more, but
> wracking my
> brain for more. Anyone got some ideas?
>
> If I use it, I'll send you the puzzle.
>
> MJ Wallace

Home Depot (oops, two O's and two E's)

CF

Chris Friesen

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 4:37 PM

DJ Delorie wrote:

> grep '^.........$' /usr/share/dict/words | grep -v '\(.\).*\1' | grep '^[a-z]*$'

If you just whipped that up on the spot, I bow to your regex-fu.

Chris

CF

Chris Friesen

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 11:35 PM

DJ Delorie wrote:
> Chris Friesen <[email protected]> writes:

>>If you just whipped that up on the spot, I bow to your regex-fu.

> Um, yeah, I did.
> OTOH I'm a software engineer at Red Hat, so it's kinda expected of me ;-)

Now you're making me feel bad. <grin>

As it happens I'm a software designer doing mostly linux kernel
customization/support for other groups within a large company.

I just haven't gone that deep into regex, I guess. If I'm interpreting
it correctly, the second clause gets rid of entries with duplicate
letters, and the third one selects for lowercase?

Chris

MJ

Mark & Juanita

in reply to "[email protected]" on 20/11/2007 10:29 AM

21/11/2007 10:06 AM

Maxwell Lol wrote:

> egrep '^[a-z]{8}$' /usr/share/dict/words | grep -v '\(.\).*\1'

Seems to run a little faster too (at least on OpenSUSE)

--
If you're going to be dumb, you better be tough

mm

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 12:43 PM

On Nov 20, 11:34 am, N Hurst <[email protected]> wrote:
> On Nov 20, 1:29 pm, "[email protected]" <[email protected]>
> wrote:
>
> > Working on some Sudoko like puzzles for a newsletter and need some
> > nine letter word or words.
> > The letters can not repeat so words like "wood", "cherry", etc. are
> > not allowed, and they
> > aren't nine letters.
>
> > I've come up with "brad point", "workbench" and some more, but
> > wracking my
> > brain for more. Anyone got some ideas?
>
> > If I use it, I'll send you the puzzle.
>
> > MJ Wallace
>
> Router Bit
> Pin Nailer
> Miter Slot
> Cold Brews

Router bit and Miter Slot won't work - two "t's". Pin Nailer is out
as well two "i's".

Thanks for "Cold brews". I like that one!

MJ

mm

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 2:48 PM

On Nov 20, 1:09 pm, DJ Delorie <[email protected]> wrote:
> Some of these only count as "in jokes", but...
>
> adjusting
> adversity
> amortized
> antiulcer
> atomizers
> bachelors
> bankrupcy
> beadworks
> bedmaking
> birdhouse
> bleaching
> bowlmaker
> breakdown
> butcherly
> cabriolet
>
> Then I got bored. The computer lists 5,796 possibilities, not
> including another 2,002 proper names.
>
> grep '^.........$' /usr/share/dict/words | grep -v '\(.\).*\1' | grep '^[a-z]*$'
>
> Oh, yardstick.

Thanks for that! Lots of words and I consider this "contest" closed
with
that list!

Thanks all for doing this. Will see how this develops!

MJ Wallace

TW

"Tim W"

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 8:32 PM


<[email protected]> wrote in message
news:aa56b1d0-f539-49d3-b2d3-e7709c4e9f13@s12g2000prg.googlegroups.com...
> Working on some Sudoko like puzzles for a newsletter and need some
> nine letter word or words.
> The letters can not repeat so words like "wood", "cherry", etc. are
> not allowed, and they
> aren't nine letters.
>
nailpunch
handplane

NH

N Hurst

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 1:06 PM

On Nov 20, 3:43 pm, "[email protected]" <[email protected]>
wrote:
> On Nov 20, 11:34 am, N Hurst <[email protected]> wrote:
>
>
>
> > On Nov 20, 1:29 pm, "[email protected]" <[email protected]>
> > wrote:
>
> > > Working on some Sudoko like puzzles for a newsletter and need some
> > > nine letter word or words.
> > > The letters can not repeat so words like "wood", "cherry", etc. are
> > > not allowed, and they
> > > aren't nine letters.
>
> > > I've come up with "brad point", "workbench" and some more, but
> > > wracking my
> > > brain for more. Anyone got some ideas?
>
> > > If I use it, I'll send you the puzzle.
>
> > > MJ Wallace
>
> > Router Bit
> > Pin Nailer
> > Miter Slot
> > Cold Brews
>
> Router bit and Miter Slot won't work - two "t's". Pin Nailer is out
> as well two "i's".
>
> Thanks for "Cold brews". I like that one!
>
> MJ

Ah, your examples didn't make it clear that the letters couldn't
repeat at all anywhere. :-)

Heavy Iron
Push Block
Varnished

ML

Maxwell Lol

in reply to "[email protected]" on 20/11/2007 10:29 AM

21/11/2007 7:32 AM

DJ Delorie <[email protected]> writes:

> grep '^.........$' /usr/share/dict/words | grep -v '\(.\).*\1' | grep '^[a-z]*$'

or

egrep '^[a-z]{8}$' /usr/share/dict/words | grep -v '\(.\).*\1'

it's shorter. :-)

Dd

DS

in reply to "[email protected]" on 20/11/2007 10:29 AM

21/11/2007 12:36 AM

Plunge Bit
G. Stickley
taper jigs
try square
rule joint
lap joints
half round
headstock
auger bits
draw knife
bench dogs
gum pocket

Ji

"Joe"

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 9:11 PM

varnished
dovetails
burnished


hth

jc

Dd

DS

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 11:41 PM

[email protected] wrote:
> Working on some Sudoko like puzzles for a newsletter and need some
> nine letter word or words.
> The letters can not repeat so words like "wood", "cherry", etc. are
> not allowed, and they
> aren't nine letters.
>
> I've come up with "brad point", "workbench" and some more, but
> wracking my
> brain for more. Anyone got some ideas?
>
> If I use it, I'll send you the puzzle.


white oaks
soft maple

Al

"Artemus" <[email protected]>

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 1:09 PM

That's different from "repeat" and the examples you used:
"wOOd", "cheRRy".
Art

<[email protected]> wrote in message
news:[email protected]...
> On Nov 20, 12:01 pm, Jeff <[email protected]> wrote:
>
> The letters can only be used once.
>
> MJ

mr

marc rosen

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 2:53 PM

On Nov 20, 5:47 pm, marc rosen <[email protected]> wrote:
> How about ANGLE CUTS?

Oh, and Miter Cuts too (I hope I did not miss anyone else typing this
in my haste to post another suggestion)

Marc

SW

"Skip Williams"

in reply to "[email protected]" on 20/11/2007 10:29 AM

21/11/2007 10:02 AM

A shameless plug<g>:

ShopFileR

Skip
www.ShopFileR.com


<[email protected]> wrote in message
news:aa56b1d0-f539-49d3-b2d3-e7709c4e9f13@s12g2000prg.googlegroups.com...
> Working on some Sudoko like puzzles for a newsletter and need some
> nine letter word or words.
> The letters can not repeat so words like "wood", "cherry", etc. are
> not allowed, and they
> aren't nine letters.
>
> I've come up with "brad point", "workbench" and some more, but
> wracking my
> brain for more. Anyone got some ideas?
>
> If I use it, I'll send you the puzzle.
>
> MJ Wallace

Jj

Jeff

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 12:01 PM

On Nov 20, 2:34 pm, N Hurst <[email protected]> wrote:
> On Nov 20, 1:29 pm, "[email protected]" <[email protected]>
> wrote:
>
> > Working on some Sudoko like puzzles for a newsletter and need some
> > nine letter word or words.
> > The letters can not repeat so words like "wood", "cherry", etc. are
> > not allowed, and they
> > aren't nine letters.
>
> > I've come up with "brad point", "workbench" and some more, but
> > wracking my
> > brain for more. Anyone got some ideas?
>
> > If I use it, I'll send you the puzzle.
>
> > MJ Wallace
>
> Router Bit
> Pin Nailer
> Miter Slot
> Cold Brews

dado joint
dove tails
oak dowels
lager beer

mm

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 12:45 PM

On Nov 20, 12:01 pm, Jeff <[email protected]> wrote:
> On Nov 20, 2:34 pm, N Hurst <[email protected]> wrote:
>
>
>
> > On Nov 20, 1:29 pm, "[email protected]" <[email protected]>
> > wrote:
>
> > > Working on some Sudoko like puzzles for a newsletter and need some
> > > nine letter word or words.
> > > The letters can not repeat so words like "wood", "cherry", etc. are
> > > not allowed, and they
> > > aren't nine letters.
>
> > > I've come up with "brad point", "workbench" and some more, but
> > > wracking my
> > > brain for more. Anyone got some ideas?
>
> > > If I use it, I'll send you the puzzle.
>
> > > MJ Wallace
>
> > Router Bit
> > Pin Nailer
> > Miter Slot
> > Cold Brews
>
> dado joint
> dove tails
> oak dowels
> lager beer

Dove Tails only one that work. The letters can only be used once.

MJ

mr

marc rosen

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 2:47 PM


How about ANGLE CUTS?

Dd

DS

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 11:46 PM

dovetails

Al

"Artemus" <[email protected]>

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 1:04 PM

How about some non tools?
Beautiful
Craftsman (as in skill or style, not Sears)
Emergency (as in "Room")
Enjoyable
Expensive
Frustrate

Art


<[email protected]> wrote in message
news:aa56b1d0-f539-49d3-b2d3-e7709c4e9f13@s12g2000prg.googlegroups.com...
> Working on some Sudoko like puzzles for a newsletter and need some
> nine letter word or words.
> The letters can not repeat so words like "wood", "cherry", etc. are
> not allowed, and they
> aren't nine letters.
>
> I've come up with "brad point", "workbench" and some more, but
> wracking my
> brain for more. Anyone got some ideas?
>
> If I use it, I'll send you the puzzle.
>
> MJ Wallace

DD

DJ Delorie

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 5:57 PM


"[email protected]" <[email protected]> writes:
> Thanks for that! Lots of words and I consider this "contest" closed
> with that list!

You want the whole list?

DD

DJ Delorie

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 5:56 PM


Chris Friesen <[email protected]> writes:
> DJ Delorie wrote:
> > grep '^.........$' /usr/share/dict/words | grep -v '\(.\).*\1' | grep '^[a-z]*$'
>
> If you just whipped that up on the spot, I bow to your regex-fu.

Um, yeah, I did.

OTOH I'm a software engineer at Red Hat, so it's kinda expected of me ;-)

DD

DJ Delorie

in reply to "[email protected]" on 20/11/2007 10:29 AM

20/11/2007 4:09 PM


Some of these only count as "in jokes", but...

adjusting
adversity
amortized
antiulcer
atomizers
bachelors
bankrupcy
beadworks
bedmaking
birdhouse
bleaching
bowlmaker
breakdown
butcherly
cabriolet

Then I got bored. The computer lists 5,796 possibilities, not
including another 2,002 proper names.

grep '^.........$' /usr/share/dict/words | grep -v '\(.\).*\1' | grep '^[a-z]*$'

Oh, yardstick.

DD

DJ Delorie

in reply to "[email protected]" on 20/11/2007 10:29 AM

21/11/2007 11:39 AM


Chris Friesen <[email protected]> writes:
> I just haven't gone that deep into regex, I guess. If I'm
> interpreting it correctly, the second clause gets rid of entries with
> duplicate letters, and the third one selects for lowercase?

The first grep selects all nine-character words.

The second grep removes entries with duplicate characters.

The third grep gets rid of all proper nouns (capitalized), and
hyphenated words, by selecting those that include only lower case
letters.

#1 and #3 could have been combined, but it's IMHO less elegant that
way.


You’ve reached the end of replies