Search results for all lists

10000 messages found
Sort by
List: discuss@lists.openscad.org
From: William F. Adams
 
Re: Linux distros for openscad?
Thu, May 1, 2025 11:40 AM
https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-apps If so, how well does that work and are there any issues? Considering it so as to make keeping up w/ OpenPythonSCAD easier. William -- https://designinto3d.com/ Sphinx of black quartz, judge my vow.
List: usrp-users@lists.ettus.com
From: Cédric Hannotier
 
Re: Non-Unique Device MAC Address's After Mender F.S. Update
Wed, Mar 13, 2024 11:23 AM
Relevant documentations: https://man.archlinux.org/man/systemd.network.5.en https://man.archlinux.org/man/systemd.link.5.en https://wiki.archlinux.org/title/Systemd-networkd [1] https://files.ettus.com/manual/page_usrp_e3xx.html#e3xx_getting_started_connectivity Best regards -- Cédric Hannotier
List: time-nuts@lists.febo.com
From: djl
 
of possible interest
Fri, Mar 20, 2020 7:07 PM
https://www.sv1afn.com/en/products/vhf-uhf-triplexer-1.html 10 mhz and uhf/vhf on same cable. -- Dr. Don Latham AJ7LL PO Box 404, Frenchtown, MT, 59834 VOX: 406-626-4304
List: websecurity@lists.webappsec.org
From: Ivan Buetler
 
[WEB SECURITY] Start European Cyber Security Challenge 2015
Mon, May 4, 2015 5:14 PM
If you are interested, please visit http://challenge.swisscyberstorm.com/ Cheers Ivan
List: time-nuts@lists.febo.com
From: Max Robinson
 
Re: [time-nuts] VNG sound files
Sat, Sep 13, 2008 11:35 PM
> Didier has kindly given me some web space to hold these files. For those > that emailed me and others who are interested, please visit: > > http://www.ko4bb.com/cgi-bin/manuals.pl?dir=5)_GPS_Timing/VNG_Time_Station > Snip. I finally got around to listening to these.
List: hbcu-lib@lists.hbculibraries.org
From: Elsie Weatherington
 
RE: Mrs. Parham wins Outstanding Information Professional Award
Tue, Oct 23, 2018 12:10 PM
u=https-3A__www.youtube.com_user_WoodruffLibraryAUC&d=DwMFAg&c=x0kF_uL9Aj8Nho9NV_Y5N0VRgus3JhNu4ET-UrQfa2c&r=FhUrquUi_TfuG42Kywi7-xHTtqu_2-SLMz9UjGNFRQY&m=ZkDhxtXNBpoSympwuGGA6zUskCjEfHMn_Vfgpb4tx84&s=VDW07W4_Mo9vEWVOSOSHknd2Gmx6sOjtKxUCYHr287o&e=> and Snapchat<https://urldefense.proofpoint.com/v2/url?
List: discuss@lists.openscad.org
From: adrianv
 
Re: [OpenSCAD] recursion limit on concat()
Tue, Oct 15, 2019 12:34 AM
I compared run time performance and the run time of the iterative solution is not faster than the tail recursive one (using the "assert" hack). That's sort of disappointing. -- Sent from: http://forum.openscad.org/
List: discuss@lists.openscad.org
From: sean d'epagnier
 
Re: [OpenSCAD] how to pass a module to a module
Fri, Jun 5, 2020 1:31 PM
The $ variables hack is interesting, but I hope not to use it. On 6/4/20, Ronaldo Persiano wrote: >> >> Even worse is use $p in the child module without it being a parameter! >> > > Yes but useful when we have a big list that is constant throughout a > recursive process. >