Search results for all lists

10000 messages found
Sort by
List: discuss@lists.openscad.org
From: Dan Shriver
 
Not understanding things
Fri, Jan 26, 2018 11:22 PM
translate([x,y]) circle(0.01); module pie_slice(r, a0, a1, fnNum) { //$fa = 5; R = r * sqrt(2) + 1; intersection() { circle(r, $fn=fnNum); hull() { point(0,0); for(i = [0:4]) //a = (((4 - i) * a0 + i * a1) / 4); point(R * cos((((4 - i) * a0 + i * a1) / 4)), R * sin((((4
List: time-nuts@lists.febo.com
From: Carsten Andrich
 
Re: Simple simulation model for an OCXO?
Fri, May 13, 2022 3:25 PM
= \sigma^2 * \Sum_{n=0}^{N-1} sin(2*\pi*k*n/N)^2 The sum over squared sin(…)/cos(…) is always N/2, except for k=0 and k=N/2, where cos(…) is N and sin(…) is 0, resulting in X[k] with real DC and Nyquist components as is to be expected for a real x[n].
List: usrp-users@lists.ettus.com
From: Justo Ramos, Diego
 
Standalone signal generator on B205mini
Tue, Mar 26, 2019 5:07 PM
nico y, en su caso, cualquier fichero anexo al mismo, contiene informaci?n de car?cter confidencial exclusivamente dirigida a su destinatario o destinatarios. Si no es vd. el destinatario indicado, queda notificado que la lectura, utilizaci?n, divulgaci?n y/o copia sin autorizaci?n est? prohibida en virtud de la legislaci?n vigente.
List: tacomaart@list.cityoftacoma.org
From: Feast Arts Center
 
Tonight!!! 2/26 $10 Open Figure Drawing at Feast!!
Mon, Feb 26, 2018 7:07 PM
List: members@list.springvalleymultisport.com
From: Jon Wesler
 
Re: [SV Multisport] Spring Valley Y Gators
Sat, Nov 1, 2014 3:49 PM
Really looking forward to our growing relationship with Kevin and the Y. > > > Sent from the iPhone of: > Brent Voynar > > "Whatever it is you do today, be great at it!" > > On Nov 1, 2014, at 11:34 AM, Jon Wesler wrote: > >> Hi Everyone, >> >> Just wanted to share this with everyone!
List: trawlers@lists.trawlering.com
From: Peter Bennett
 
Re: T&T: 30A/50A Y Adapters
Sat, Jul 8, 2006 3:58 PM
Yes - but the "proper" 50 A 240V outlet will give you a total of 100 amps at 120 V, so using the Y adapator gives you less total power available than plugging directly into a 50A outlet. K> Keith K> _____ K> I love to give homemade gifts, ... umm, which one of the kids would you K> like?
List: trawlers@lists.trawlering.com
From: scaramouche@tvo.org
 
Re: RE: TWL: Shore power question
Thu, Jul 19, 2001 5:43 PM
Another way to overcome this would be to use individual plugs, a female 30, a male 20 and a male15 and wire them in a sort-of 'Y' configuration with 12 and 14 gauge. That would give you a universal connector that you could use with your normal shore power cord whether you have a 15, 20 or 30 Amp outlrt at the marina or club.
List: discuss@lists.openscad.org
From: Ronaldo Persiano
 
Re: [OpenSCAD] Vectors, Lists, and Strings
Wed, Aug 29, 2018 11:45 PM
. > Here I get both > > -------------------- > // Echo expression and return it > function echoit(x) = echo(x) x; > //echo with label > function echoit2(x,y) = echo(x,y) y; > > /* > function fixVector(vectorOfVectors) for(a = vectorOfVectors)a; > */ > > function flatten(l) = [ for (a = l) for (b = a) b ] ; > > //given nested lists of arbitrary levels, make it
List: discuss@lists.openscad.org
From: hsafti
 
Re: [OpenSCAD] Removing all surfaces in the X-Y Plane
Wed, Jan 8, 2020 12:05 PM
Because all side surfaces are X-Y plane surfaces, I thought it might be a useful condition. I think projection may not be the optimum solution but it is nice to know this capability.
List: usrp-users@lists.ettus.com
From: engr.muhd.hassan@gmail.com
 
Re: Error while running command "rfnoc_image_builder -y ./e310_rfnoc_image_core.yml"
Thu, Dec 14, 2023 4:07 PM
I replaced that file (e310_rfnoc_image_core.yml) with the already existing file to the location (/uhd/fpga/usrp3/top/e31x) and from this folder I executed the command “rfnoc_image_builder -y\ ./e310_rfnoc_image_core.yml “. I am not sure whether I did it correctly or not. regards Hassan