Search results for all lists

10000 messages found
Sort by
List: trawlers@lists.trawlering.com
From: Frank Burrows
 
Re: T&T: Adding Water to Wet Cell Battery-How Much?
Thu, Oct 4, 2012 5:31 PM
If it will be necessary to charge the battery, bring the levels in all cells to just above the separators inside the cells to allow for expansion during charging. Top off after charging as noted below.
List: pjsip@lists.pjsip.org
From: P.J. Cast.
 
Re: [pjsip] Handling 302 w/pjsua API
Tue, Jan 8, 2008 9:25 PM
Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
List: time-nuts@lists.febo.com
From: William H. Fite
 
Re: [time-nuts] Determining Time-Nut infection severity
Mon, Oct 25, 2010 2:21 PM
The hat would include an integrated GPSDO >> built upon a flexible PCB board design with integrated path antenna >> positioned at the top.
List: trawlers@lists.trawlering.com
From: Thataway@aol.com
 
Re: TWL: RE: Windlass aka All Chain Rodes
Sun, Apr 16, 2000 3:02 PM
The cantary theory goes all to heck with really heavy winds. The chain can be bar tight and virtually straight. You always need to always use a shock aborber between the chain and a strong point on the boat--not a windless.
List: trawlers@lists.trawlering.com
From: Kevin Redden
 
TWIC (was: Important - Attention All Foreign Flagged)
Tue, Feb 12, 2008 2:59 PM
In 2007, the USCG published a > regulation that requires all mariners holding an active license and/or > Merchant Mariners Document to have a TWIC by 9/25/2008........ The TWIC of only of interest to those of us holding a USCG license (MMD, six pack or higher), and really doesn't affect any recreational boaters.
List: discuss@lists.openscad.org
From: nop head
 
Re: [OpenSCAD] for statement doesn't do all the steps sometimes
Sat, Dec 17, 2016 11:07 AM
It is much better to use integer steps and then scale down the loop index On 17 December 2016 at 08:03, Johan Jonker wrote: > a workaround is: > > for (a7=[ 6.8:1/5:7.800001]) echo(A7=a7); > for (a=[ 7.2:1/5:8.2]) echo(A=a); > > > > -- > View this message in context: http://forum.openscad.org/for- > statement-doesn-t-do-all-the-steps-sometimes-tp19591p19592
List: discuss@lists.openscad.org
From: Ronaldo
 
Re: [OpenSCAD] for statement doesn't do all the steps sometimes
Wed, Dec 21, 2016 12:23 PM
> first = 0; > step = 0.2; > last = 1+step/2; > end=first + round((last-first)/step) * step; > echo(end=end); > for(i=[first:step:end]) echo(dough=i); > for(i=[first:step:last]) echo(current=i); -- View this message in context: http://forum.openscad.org/for-statement-doesn-t-do-all-the-steps-sometimes-tp19591p19657.html Sent from the OpenSCAD mailing
List: trawlers@lists.trawlering.com
From: Dennis Bruckel
 
Sadie B and the Bruckels
Sat, Jul 2, 2005 9:51 AM
Dennis and Esther Dennis Bruckel, M/V Sadie B Albin 27 407-933-6446 land line (winters only) 407 414 0531 cell phone (year around) Website: www.debruckel.com
List: usrp-users@lists.ettus.com
From: Marcus Müller
 
Re: [USRP-users] [Discuss-gnuradio] Bandpass Sampling
Thu, Dec 11, 2014 4:03 PM
. >>>>>> >>>>>> I forgot to mention that I've been looking for a datasheet for the >> WBX, >>>>>> but all I can find is the PCB schematic doc on the ettus website which >>>>>> isn't very useful. So I don't know what the IF frequency coming out >> of the >>>>>> WBX is.
List: discuss@lists.openscad.org
From: nop head
 
Re: Module Disappears In Render
Sun, Sep 5, 2021 9:12 AM
Those top Z values would >>>> either all be the same as the bottom Z values of the next layer, or would >>>> all be different.