Search results for all lists

10000 messages found
Sort by
List: ctbirds@lists.ctbirding.org
From: peeplo@aol.com
 
Mississippi Kites??? & a Big Thank You to All!
Thu, May 19, 2011 11:49 AM
Thanks to everyone for all the reports, and to all who made pledges to raise money for the Connecticut Audubon Coastal Center; we really appreciate the support!! Anyone still wishing to pledge can get forms on our webpage at www.ctaudubon.org. Look under the Coastal Center Page for the Big Day event. There's a link to the form.
List: trawlers@lists.trawlering.com
From: bpst
 
TWL: For All of You Wooden Boat Fans
Tue, Aug 27, 2002 3:32 PM
Although her wooden hull was in absolutely wonderful shape, it got that way with a gazzilion hours of sanding, chinking, and painting, The house is all metal. She was designed to be operated by a small crew and only late in her career were throttle and shift controls refitted to the bridge.
List: discuss@lists.openscad.org
From: A. Craig West
 
Re: [OpenSCAD] aligning/flooring all objects
Thu, Jul 11, 2019 3:44 PM
. > > The "trick", really, is to design all your parts around a convenient > origin and then translate them to the assembled position.
List: trawlers@lists.trawlering.com
From: gjberta@marinesupportonline.com
 
TWL: Thanks
Wed, Jan 31, 2001 8:30 PM
I want to thank all who came out supporting the idea of a website dedicated to images that will put the faces of the writers and the shapes of their boats in our view to complement this list.
List: trawlers@lists.trawlering.com
From: Kevin Kearney
 
45HP to 60hp 43LWL
Sun, Jul 20, 2008 9:17 PM
I presently operate in the 1200-1400 range which is a half knot faster-but the real boost now comes on to a full humped backed wake at 8 plus knots at an all at ease 1600 rpm and boosts up to 1750, No Black Smoke. Wowwie wow wow. Yes, I am overpropped with a 34/26 3 blade but I operate at very conservative fuel use numbers from Deere and Lugger charts.
List: discuss@lists.openscad.org
From: Cerin
 
Re: [OpenSCAD] How to difference shape with text?
Fri, Dec 26, 2014 6:14 AM
. > > > Unless specifically shown otherwise above, my contribution is in the > Public Domain; To the extent possible under law, I have waived all > copyright and related or neighbouring rights to this work.
List: discuss@lists.openscad.org
From: Revar Desmera
 
Re: [OpenSCAD] Some thoughts on deriving world coordinates for objects
Fri, Oct 23, 2020 8:15 PM
- Revar > On Oct 23, 2020, at 9:15 AM, Jordan Brown wrote: > > On 10/23/2020 1:26 AM, Revar Desmera wrote: >> Actually if you want to go to the effort of overriding all the transformation built-ins (translate, rotate, scale) with user modules calling multmatrix(), and provide an alternate call for multmatrix() itself, it
List: time-nuts@lists.febo.com
From: jimlux
 
Re: [time-nuts] Frequency standard
Sat, Jan 26, 2019 7:44 PM
> Anyway it's all in fun for me and I have no real need for this precision. 
List: ctbirds@lists.ctbirding.org
From: Jerry Connolly
 
Re: [CT Birds] CTBirds Digest, Vol 3863, Issue 1
Wed, Sep 27, 2017 5:20 PM
-2772-457D-8252-4587F27C5621@gmail.com> > Content-Type: text/plain; charset=us-ascii > > On Sunday 9/24 my brother and I fished the Sound, covering ground from Norwalk all the way to The Race (NY) and around Fishers Island and back. > > The sound was mostly birdless.
List: discuss@lists.openscad.org
From: Jordan Brown
 
Re: How to output the AST nodes of an OpenSCAD scripting file?
Mon, Mar 31, 2025 6:10 PM
On 3/31/2025 8:26 AM, zhangyoubao@siom.ac.cn wrote: > We want to convert OpenSCAD scripts into CadQuery Python script files. Assuming that you want to retain the program's logic, rather than just the shapes that it generates, you want to work from AST. You might think that once you have an AST, you could just emit Python syntax for that AST and be done.