Search results for all lists

10000 messages found
Sort by
List: trawlers@lists.trawlering.com
From: Scott Templeton
 
Re: T&T: Fiberglass question
Sun, Feb 18, 2007 10:57 PM
We have framed it out and built out the walls and cabin top in > plywood. The top of the cabin will have a removable fly bridge and will be > used regularly. Need suggestions on whether to use polyester or epoxy > resin, and suggestions on fiberglass reinforcement to cover the cabin top > and the side walls.
List: trawlers@lists.trawlering.com
From: Robert Pelton
 
Re: T&T: Repair/Replace, was "Replacing Fuel Tanks"
Fri, Feb 1, 2008 7:15 PM
One boat that I own I found a leak on top of the tank where rust occurred due to water infiltration from above. I cleaned all the rust off and got the top of the 175 gal tank back down to metal. When I was done, along with many, many pinholes, I had a whole the size of a golf ball and one the size of a soft ball. I decided to glass over the entire top.
List: trawlers@lists.trawlering.com
From: C. Marin Faure
 
Holding Tank
Thu, Jan 1, 2009 1:23 AM
>It appears (without digging into it) that the sediment may have solidified at about the halfway mark over some years and a small area around the pickup has been pumping the top surface out only.
List: discuss@lists.openscad.org
From: David Coneff
 
threads (bolt-nut.scad) library... rendering issue with CGAL
Fri, Mar 3, 2017 5:11 AM
Changing the taper_side parameter at the end of the bolt() module call from "both" to "top" or "bottom" will produce the correct models.
List: usrp-users@lists.ettus.com
From: Jason Matusiak
 
trying to run make.py rfnoc command
Wed, Sep 7, 2016 4:27 PM
/Vivado/2015.4/scripts/rt/data/unisim_comp.v:607] ERROR: [Synth 8-285] failed synthesizing module 'x300' [/home/jmat/pybombs/src/uhd-fpga/usrp3_rfnoc/top/x300/x300.v:15] --------------------------------------------------------------------------------- Finished RTL Elaboration : Time (s): cpu = 00:00:10 ; elapsed = 00:00:16 .
List: time-nuts@lists.febo.com
From: Peter Gottlieb
 
Re: [time-nuts] Subject: Listening to the List Owner
Wed, Sep 21, 2011 12:07 PM
Here, I'll top post this, and explain why. It is frequently very difficult to follow a complex thread due to different indentings, split up messages, some groups not accepting HTML (like Yahoo's intermittent problems), and just plain efficiency.
List: time-nuts@lists.febo.com
From: EWKehren@aol.com
 
Re: [time-nuts] FE5680 temperature question
Sat, Jan 21, 2012 12:11 PM
Before heat sink 120 F top and bottom. With heat sink on the bottom quite a large one. Top of case free air 105 F Bottom 105 F Internal, (screw out of the end and touching the internal heat sink) 111-113F. Whats a good temperature to be shooting for?
List: time-nuts@lists.febo.com
From: paul swed
 
Re: [time-nuts] Cutler NAA on 24.0kHz....
Sat, Aug 16, 2014 5:35 PM
They actually represent the top half of the input cycle. In the top path it inverts once The bottom path twice. So that makes the top 180 out and the bottom in phase with the original. However the 2 X RC sets the bottom path at I believe 180 degrees from the input.
List: ctbirds@lists.ctbirding.org
From: Thomas Robben
 
BOTM =Bird Of The Month, our evolving list for December
Sat, Dec 11, 2021 1:08 AM
But, while Northern Pintails are a good candidate bird (thanks for reporting them), we do not believe they are in the top group, as listed above.
List: discuss@lists.openscad.org
From: Michael Möller
 
Re: Exact parameters of a module in openscad source code
Sat, Dec 24, 2022 11:31 AM
. > My Plan is to implement a relational placement between child and parent > like this: > > mymod([10,9,8],name="parent") > mymod([5,4,3],name="child",ref="bot",dest="top"); > > whereas bot could mean the lower left corner of the cube and top could > mean the upper right corner of the cube. > > I was aware of the $ variables in openscad, but I could