Search results for all lists

10000 messages found
Sort by
List: trawlers@lists.trawlering.com
From: Eric T.
 
Free charts
Sat, Jun 23, 2012 6:04 AM
Here is a libk to the free NOAA charts. Both raster (BSB) and vector charts are available through this link. "Tinyurl" http://tinyurl.com/mv9u49 Full url http://www.nauticalcharts.noaa.gov/staff/charts.htm#RNC Eric Thompson San Jose, California capteric36@sbcglobal.net
List: trawlers@lists.trawlering.com
From: Sandy Floe
 
TWL: Ooze anyone?
Fri, Oct 3, 2003 1:30 PM
By golly, I'm nominating this word for our "cruising" (coined by Marin) for the TWL classic word dictionary of the year! Any seconds to that thought? Sandy Floe Sea Eagle Day Island, WA
List: tacomaart@list.cityoftacoma.org
From: With Mi I
 
call for photos, artists and technical experts
Fri, Apr 2, 2010 3:17 AM
Actors, famous ones preferred The story sort of goes like this....our fair city suddenly makes housing affordable, which drives the masses here from a far a way as Fife, for cheap rent, cool free chalk art, and the lure of sweet eats at the Corina Bakery.
List: tacomaart@list.cityoftacoma.org
From: Josie Turner
 
surplus free carpet
Tue, Aug 11, 2009 9:33 PM
Remodeling house...free surplus carpet with pad...call Bill 206.992.1707. It's beige. Carpet was wall to wall upstairs and down. Some has been cut in order to remove it from the room it was originally in. You need to actually see it. Great for cushioning the floor of a studio.
List: tacomaart@list.cityoftacoma.org
From: Retha
 
More free goods
Sat, Jan 9, 2016 4:39 PM
Free to good homes. contact manitouartscenter@gmail.com> to make arrangements
List: trawlers@lists.trawlering.com
From: Joe Engel
 
TWL: S-57 NOAA charts (free) - ramifications
Mon, Aug 25, 2003 4:34 PM
However, I did download enough charts to exercise three of the recommended free S-57 viewers. Fugawi, http://www.fugawi.com/viewenc/viewenc.html Caris http://www.caris.com/free/index.cfm and Sevencs SeeMyDEnc http://www.sevencs.com/ Out of these three, I would rate Sevencs best, Caris second and Fugawi a distant third.
List: usrp-users@lists.ettus.com
From: Michael West
 
Re: [USRP-users] uhd_cal_tx_iq_balance skips wide frequency range
Tue, Oct 21, 2014 11:51 PM
complex > exponential with amplitude 0.1 and frequency f = 1.25 MHz, sampled at Fs = > 6.25 MHz, and set tx gain to 0dB (using GnuRadio flowdiagram). > > I varied the center frequency fc (LO) in 100MHz steps from 700 MHz to 3000 > MHz, measured the power-ratio between fc+f and the undesired replica at > fc-f which is due to residual IQ imbalance. > > fc (MHz
List: time-nuts@lists.febo.com
From: corby d dawson
 
Re: [time-nuts] Oscillators on eBay
Sat, Aug 16, 2008 8:28 PM
Click Now. http://thirdpartyoffers.juno.com/TGL2141/fc/Ioyw6i3m2DVEnCitPqF2XZrte7CfOtBRWnkHUz5bpTMlZ9Gh8ofDPr/
List: trawlers@lists.trawlering.com
From: Carl H. Martin
 
Free Online Magazine
Fri, Jan 4, 2008 1:54 AM
The new edition of the free online magazine Classic Yacht just came out. Lots of great articles & pics of classic trawlers including one about a beautiful Ed Monk design & another on the 32' Grand Banks. No relation except I love classic boats. classicyachtmag.com. Carl Martin Scout 30 Hudson Beach, FL
List: usrp-users@lists.ettus.com
From: Thomas Dreibholz
 
Re: nr-softmodem: reproducible segfault in libuhd with Ettus N310 SDR
Wed, Sep 13, 2023 9:32 AM
Changing the code by:       for (int i=0; ii++) buff_ptrs.push_back(buff_tmp[i]+samples_received); -      samples_received += s->rx_stream->recv(buff_ptrs, nsamps, s->rx_md); +      samples_received += s->rx_stream->recv(buff_ptrs, nsamps-samples_received, s->rx_md);     } else { lets nr-softmodem proceed without segfault.