Search results for all lists

10000 messages found
Sort by
List: trawlers@lists.trawlering.com
From: Bob Davies
 
TWL: RE: Don't take us too seriously on wooden hull criticism...
Tue, Oct 7, 2003 4:31 PM
Relative to your comment about burning plastic being toxic, a lot of people trapped in burning wooden houses die from smoke inhalation, don't they? I wouldn't want to be trapped in, or downwind from either burning wood or plastic! REPLY Nor would I. It really doesn't matter what the boat is made of. It is very sad to see one go up, or is that down?
List: time-nuts@lists.febo.com
From: Dennis Tillman
 
Re: [time-nuts] NI GPIB cards
Sat, Mar 22, 2008 9:16 PM
It is marked on the top of the card in clear letters. TNT was their name for the chip they designed that did all the GPIB interfacing. I have used John Miles software with the NI PCMCIA GPIB adapters I have. It works fine. There is no reason at all why it wouldn't work with any of the NI GPIB adapters.
List: volt-nuts@lists.febo.com
From: Tom Miller
 
Re: [volt-nuts] Fluke 735C - Information Needed
Tue, Sep 10, 2013 6:39 PM
I have seen SLA's (in UPS's) 'shrivel' and get very hot as they die. I'll have to take a look at the 732A manual to see what it's battery construction looks like.
List: discuss@lists.openscad.org
From: Chow Loong Jin
 
Re: 3dprinter solution?
Thu, Jun 10, 2021 1:00 AM
And in a flexing joint like the top of the extruder > > > > > on an E5+, would weaken the tubing with that depth of cut, so to > > > > > improve on the 10-32 fit and grip, a slightly deeper cut and > > > > > better grip might be to try a 10-24 nut, which might not cut > > > > > quite as deeply as an m4, but would cut a bit deeper than a > > > > > 10-32.
List: discuss@lists.openscad.org
From: Gene Heskett
 
Re: 3dprinter solution?
Wed, Jun 9, 2021 2:08 PM
And in a flexing joint like the top of the extruder > > > > on an E5+, would weaken the tubing with that depth of cut, so to > > > > improve on the 10-32 fit and grip, a slightly deeper cut and > > > > better grip might be to try a 10-24 nut, which might not cut > > > > quite as deeply as an m4, but would cut a bit deeper than a > > > > 10-32.
List: usrp-users@lists.ettus.com
From: philipp.zimmermann
 
RFNoC HDL Testbench error without Pybombs
Tue, Apr 10, 2018 1:48 PM
:131: die Regel für Ziel „CMakeFiles/noc_block_gain_tb.dir/all“ scheiterte make[2]: *** [CMakeFiles/noc_block_gain_tb.dir/all] Fehler 2 CMakeFiles/Makefile2:138: die Regel für Ziel „CMakeFiles/noc_block_gain_tb.dir/rule“ scheiterte make[1]: *** [CMakeFiles/noc_block_gain_tb.dir/rule] Fehler 2 Makefile:199: die Regel für Ziel „noc_block_gain_tb“ scheiterte
List: trawlers@lists.trawlering.com
From: Quinces
 
Re: T&T: Bimini Colors
Tue, Sep 28, 2010 12:44 PM
I've thought about putting a white top over it when it's hot and sunny out. ....but, I'm very happy to have that blue top on the colder days!~! ..now, about it showing more dirt? I think a white top would show more dirt than a dark top, right? And inside too, less dirt showing from condensation, etc.
List: hbcu-lib@lists.hbculibraries.org
From: Sandra Phoenix
 
Texas Southern University Is Honored With National Awards
Tue, Feb 17, 2015 10:56 AM
All winners are posted on the Collegiate Advertising Awards website at www.collegiateadawards.com. SANDRA M.
List: members@list.springvalleymultisport.com
From: Don
 
Gator News: Tricomplishmentitis
Fri, Sep 18, 2015 8:14 PM
Mike’s outstanding results include… Overall finish in the top 20% and age group finish in the top 40%, swim… overall top 40%/age group top 50%, bike… overall top 20%/age group top 40%, run… overall top 25%/age group top 40%... Way to go, Mike!
List: discuss@lists.openscad.org
From: Jordan Brown
 
Re: Assignments using $ variables: why do they fail sometimes?
Tue, Jan 31, 2023 2:38 AM
a = echo("top level assignments"); echo("top level modules"); module foo(arg1 = echo("foo defaults 1") 0, arg2 = echo("foo defaults 2") 0) { b = echo("foo assignments"); echo("foo modules"); children(); } foo(echo("top level arguments") 0) { c = echo("child assignments") 0; echo("child modules"); }