Search results for all lists

10000 messages found
Sort by
List: discuss@lists.openscad.org
From: adrian
 
Re: [OpenSCAD] Wanted: rotate function on vectors
Sun, Jan 25, 2015 7:51 AM
[[1,0,0],[0,cos(a[0]),-sin(a[0])],[0,sin(a[0]),cos(a[0])]] * [[cos(a[1]),0,sin(a[1])],[0,1,0],[-sin(a[1]),0,cos(a[1])]] * [[cos(a[2]),-sin(a[2]),0],[sin(a[2]),cos(a[2]),0],[0,0,1]] : cos(a)*identity + sin(a)*unit_vector(v) + cross((1 - cos(a))*unit_vector(v), unit_vector(v)); To do this on a list of vectors, you'd use a for loop
List: discuss@lists.openscad.org
From: Curt McDowell
 
Path sweep
Sat, Mar 2, 2024 8:50 PM
function(x) 1262.6651 - 1.81977 * y(x),          d = function(q) sqrt(q * 4 / sqrt(3)))     sweep(path = function(t) [t2x(t), 0, y(t2x(t))],           scale = function(t) d(Q(t2x(t))),           angle = function(t) 120,           $fn = 100)         circle(sqrt(3) / 3, $fn = 3);   // unit-side triangle The way Fusion 360 does it might be better.
List: usrp-users@lists.ettus.com
From: Muhammad Hassan
 
Error while running command "rfnoc_image_builder -y ./e310_rfnoc_image_core.yml"
Tue, Dec 12, 2023 3:04 PM
Hi everyone, I am trying to run this command "rfnoc_image_builder -y ./e310_rfnoc_image_core.yml". I am getting plenty of warnings and 3 errors. for complete terminal output I have also attached a file. Can any one help me resolve this issue? The errors are ERROR: [Place 30-487] The packing of instances into the device could not be obeyed.
List: pjsip@lists.pjsip.org
From: JOHAN LANTZ
 
Re: [pjsip] RTP timeout from a transport adapter
Fri, Aug 19, 2016 1:31 PM
Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilización, divulgación y/o copia sin autorización puede estar prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción.
List: pjsip@lists.pjsip.org
From: JOHAN LANTZ
 
Re: [pjsip] [pjsua] Verify response headers
Tue, Aug 23, 2016 7:51 PM
Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilización, divulgación y/o copia sin autorización puede estar prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción.
List: discuss@lists.openscad.org
From: Torsten Paul
 
Re: [OpenSCAD] Internal treatment of common expressions
Thu, Jun 2, 2016 1:13 PM
Von: "L Boyd" > polyhedron( > points = [ > [cos(as)*Rroot, sin(as)*Rroot, z], //0 > [cos(as)*Rtipp, sin(as)*Rtipp, z+z1], //1 > [cos(as)*Rroot, sin(as)*Rroot, z+z2], //2 > [cos(ae)*Rroot, sin(ae)*Rroot, z+zd], //3 > [cos(ae)*Rtipp, sin(ae)*Rtipp, z+zd+z1], //4 > [cos(ae)*Rroot, sin(ae)*Rroot, z+zd+z2]], //5 > > Does it calculate each
List: discuss@lists.openscad.org
From: Brian Allen
 
Re: Transforming an Oval
Wed, Aug 3, 2022 1:19 AM
let(a = i*2*360) [ cos(a) + 0.5, sin(a) ] > : i < 0.375 > ? [ (0.25 - i)*4, 1 ] > : i < 0.625 > ? let(a = (i-0.25)*2*360) [ cos(a) - 0.5, sin(a) ] > : i < 0.875 > ?
List: members@list.springvalleymultisport.com
From: Jon Wesler
 
Re: [SV Multisport] Spring Valley Y Gators
Sat, Nov 1, 2014 4:15 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: ctbirds@lists.ctbirding.org
From: wingsct@juno.com
 
Around Old Greenwich
Sat, Mar 7, 2009 8:55 PM
- Meredith ____________________________________________________________ Click and get free information on buying or selling your home. http://thirdpartyoffers.juno.com/TGL2141/fc/BLSrjpTOpzGK7HkqWS2pNQrOYqJAUKUTMAO1f9uojq5sZnT0ehQQKJ0Fk5q/
List: time-nuts@lists.febo.com
From: Javier Serrano
 
Re: [time-nuts] Frequency subtraction with D-flip flops
Tue, Jun 25, 2013 7:15 AM
I must say all my experience is with fc very close to fd in frequency, so maybe I am missing something about the fd>>fc case. Cheers, Javier