search for: polymath

Displaying 9 results from an estimated 9 matches for "polymath".

Did you mean: polymars
2015 Mar 09
2
Dovecot fails to compile --with-cdb (and attempted fix)
...with autotools), but I'll say that the configure process isn't right yet for cdb. Can anybody produce a better fix? Would love to learn more. thanks, -jf -- He who settles on the idea of the intelligent man as a static entity only shows himself to be a fool. Mensan / Full-Stack Technical Polymath / System Administrator 12 years over the entire web stack: Performance, Sysadmin, Ruby and Frontend
2015 Mar 09
0
Dovecot fails to compile --with-cdb (and attempted fix)
...#39;ve just found out, it does *not* link in libcdb (I've got libcdb in /usr/local/lib) properly! Has anybody tried to compile dovecot with cdb support? -jf -- He who settles on the idea of the intelligent man as a static entity only shows himself to be a fool. Mensan / Full-Stack Technical Polymath / System Administrator 12 years over the entire web stack: Performance, Sysadmin, Ruby and Frontend
2012 Oct 26
1
Where Can I Find the Function letterTrevor?
...I've searched all the help forums and archives I can find, and I'm coming up with nothing. Is this some common function that I've never heard of, being self taught? Does anyone know where I can find documentation on this function? Thanks so much! Kirsten -- Kirsten Simmons, MPH Polymath interested in productivity, how ideas spread, gardening, marketing, entrepreneurship and models of social networks and disease transmission [[alternative HTML version deleted]]
2013 Jan 15
0
Optical Mark Recognition
...whether or not anyone has ever tried anything like this, or if you even think it can be done. Having spent a week on this, I'm starting to doubt my initial assumption that it should be an easy alteration to make. Thanks for any input you might have, Kirsten Simmons -- Kirsten Simmons, MPH Polymath interested in productivity, how ideas spread, gardening, marketing, entrepreneurship and models of social networks and disease transmission [[alternative HTML version deleted]]
2015 Apr 01
2
Dovecot keeps creating info files in mail directory instead of home
...y is accessible to all, and chmod 777, but nothing gets created there. And I dont get any errors at all in the logs. I'm on the latest version (2.2.16). -jf -- He who settles on the idea of the intelligent man as a static entity only shows himself to be a fool. Mensan / Full-Stack Technical Polymath / System Administrator 12 years over the entire web stack: Performance, Sysadmin, Ruby and Frontend
2015 Mar 10
2
Dovecot fails to compile --with-cdb (and attempted fix)
...lace to link libcdb in, though, but for an expedient fix, it works.... Would appreciate somebody more familiar with the code weighing in on this one. thanks, -jf -- He who settles on the idea of the intelligent man as a static entity only shows himself to be a fool. Mensan / Full-Stack Technical Polymath / System Administrator 12 years over the entire web stack: Performance, Sysadmin, Ruby and Frontend >
2015 Mar 06
0
Wine release 1.7.38
...oes not start 27050 Audiosurf - mouse does not work properly 27279 LEGO Pirates of the Caribbean DEMO needs XAPOFX1_3.dll.CreateFX (XAudio2) 29450 Some GDI+ objects do not display correctly 30212 Multiple apps need Scripting.Dictionary 'Add' method stub implementation (AutoIt 3, Polymath) 30715 DVDFlick 1.3.x fails on startup with "automation error" (needs Scripting.Dictionary "Exists" method implementation) 30901 32-bit services fail to run in 64-bit WINEPREFIX/shared wow64 (PunkBuster, SafeDisc, ...) 32476 DVDFlick 1.3.x fails on startup with "au...
2009 Oct 09
1
[LLVMdev] question on code in PointerIntPair.h
>>>>> "Chris" == Chris Lattner <clattner at apple.com> writes: Chris> On Oct 8, 2009, at 10:50 AM, Maurizio Vitale wrote: > around line 45 a bitmask is computed as: >> >> PointerBitMask = ~(uintptr_t)(((intptr_t)1 << >> PtrTraits::NumLowBitsAvailable)-1), >> >> my question is why is the shift
2007 Jun 20
1
[LLVMdev] Runtime optimization of C++ code with virtual functions
On Jun 19, 2007, at 1:43 AM, Chris Lattner wrote: > On Sat, 16 Jun 2007, [ISO-8859-1] Stéphane Letz wrote: >> At runtime after a graph is created, one could imagine optimizing by >> resolving call to "virtual Compute" and possibly get a more >> efficient Compute method for the entire graph, so that we could >> write: >> >> DSP* graph = new