Search results for all lists

10000 messages found
Sort by
List: pjsip@lists.pjsip.org
From: dongwflj
 
Re: [pjsip] PjsUA BYE issue when using Outbound proxy‏
Tue, Oct 23, 2012 7:54 AM
Regards, Nash _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org
List: hbcu-lib@lists.hbculibraries.org
From: Sandra Phoenix
 
Deloitte Announces $250,000 Master of Accountancy Scholarship Program With Louisiana Tech and Grambling State Universities
Tue, Nov 2, 2021 4:06 PM
This investment complements other bold initiatives we are undertaking, including our Making Accounting Diverse and Equitable (MADE)<https://www2.deloitte.com/us/en/pages/about-deloitte/articles/press-releases/deloittes-made-commits-seventy-five-million-dollars-to-fuel-greater-racial-diversity-in-tax-and-accounting.html> and Deloitte Tax Scholars<https://www2.
List: tacomaart@list.cityoftacoma.org
From: Syed K. Jamal
 
Stories are infrastructure
Wed, Apr 29, 2026 8:36 PM
://form.jotform.com/252497864986178> to build Tacoma's creative economy* *All Things Creative: Join our newsletter <https://www.zeffy.com/en-US/newsletter-form/grit-city-studio-newsletter-all-things-creative-and-cinematciallyyours>* *Linktree <https://linktr.ee/gritcitystudio>*
List: time-nuts@lists.febo.com
From: Morris Odell
 
Z3815A connectors
Tue, Oct 23, 2007 10:30 AM
See: en/en/en/sol/verbtech/prod/minicoax/description/03015/index.en.html> Has anyone here had any dealings with this manufacturer or have any idea whether sample or on-off quantities are available? Morris
List: discuss@lists.openscad.org
From: andrew goh
 
Re: Importing a DXF containing arcs and circles
Thu, Aug 24, 2023 5:09 AM
There is also a well developed python ezdxf app/library https://github.com/mozman/ezdxf/tree/master https://ezdxf.readthedocs.io/en/stable/index.html I've not played much with that, but that it has an r12 writer addon https://ezdxf.readthedocs.io/en/stable/addons/r12writer.html I'm not too sure if that can be used to convert files from formats later than
List: pjsip@lists.pjsip.org
From: Benny Prijono
 
Re: [pjsip] simple UA and transmit data.
Sun, Sep 21, 2008 10:59 PM
la réponse en vidéo la réponse en vidéo > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
List: birdalert@ontbirds.ca
From: fred lusignea
 
RE: [Ontbirds]NORTHERN MOCKINGBIRD Family of 5 at Whitby Mental Health Centre
Tue, Jul 6, 2004 3:49 AM
pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines
List: tacomaart@list.cityoftacoma.org
From: ACE (Accelerating Creative Enterprise)
 
Hey Gig Workers in the Arts/Creative Economy – share your voice!
Sat, Jun 3, 2023 12:26 AM
Take Digital Survey HERE<https://forms.office.com/r/8E44SdyfWx> FOCUS GROUPS Friday, June 9th, 1:00 p.m. – 2:30 p.m. Wednesday, June 14th, 6:00 p.m. – 7:30 p.m. RSVP HERE<https://forms.office.com/r/wz4ecr0Yip> These in-person sessions will be an opportunity to connect with other independent creatives to lift shared concerns and aspirations.
List: discuss@lists.openscad.org
From: nop head
 
Re: [OpenSCAD] Problem with large projects
Mon, Jun 15, 2020 7:46 PM
On Mon, 15 Jun 2020 at 20:23, Torsten Paul wrote: > On 15.06.20 21:17, jon wrote: > > Again, I wonder if this "hack" could be automated so that > > the OpenSCAD compiler generated this or reformulated a > > function without explicit user intervention.
List: discuss@lists.openscad.org
From: adrianv
 
Re: [OpenSCAD] How to find the product of all elements in a list?
Sun, Dec 6, 2020 1:35 PM
TLC123 wrote > Is there a neat hack to multiply all the numbers in a list other than > recursive methods? If you're goal is "avoid recursion" I think you could do it with a C-style for loop. However, in my experience, the C-style for loops are slower than recursion, so their only potential advantage would be avoiding recursion depth limits.