search for: purists

Displaying 20 results from an estimated 129 matches for "purists".

2016 Mar 09
2
Status of the official LLVM APT repositories
On Wed, 9 Mar 2016, Sylvestre Ledru wrote: > This is still maintained. However the cmake transition (for both 3.8 and > 3.9) wasn't simple... While it should be fine for debian, it might need > more work for old Ubuntu (back port of cmake) Hi Sylvestre, Thank you for the clarification! Any ETAs on when the APT repositories are going to be updated with LLVM 3.8 & 3.9 builds?
2012 Feb 24
2
[LLVMdev] [RFC] SCEV Enhancements
Dan Gohman <gohman at apple.com> writes: >> These enhancements are critical for us because of the way our frontends >> work (less than ideal but we have to deal with it), due to some language >> quirks (casting in C, odd Fortran constructs, etc.) and because users >> sometimes stretch the boundaries of good taste :). >> >> Is this a reasonable approach?
2016 Mar 12
4
Status of the official LLVM APT repositories
On Wed, Mar 9, 2016 at 10:30 PM, Sylvestre Ledru via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Le 09/03/2016 à 21:44, Yury V. Zaytsev a écrit : > > On Wed, 9 Mar 2016, Sylvestre Ledru wrote: > > > >> This is still maintained. However the cmake transition (for both 3.8 > >> and 3.9) wasn't simple... While it should be fine for debian, it >
2017 Feb 02
2
Buttons too big in Firefox for Linux
On Thursday 02 February 2017 10:22:19 John Hodrien wrote: > The safe bet is, it doesn't, and it's something unique to you/your > profile/your firefox configuration. Have you got an example URL that > you're saying obviously misrenders in firefox? > > Does it still misbehave if you run firefox in safe mode with a new profile, > say be doing: firefox --ProfileManager
2012 Jan 27
2
PXE Question(s)
...ut I can't quite figure it out. So, before I scrap this entirely, let me spell out what I want to do. I want my Ubuntu box to be a PXE server, but I don't want to push out Ubuntu or other 'nix flavors. I have a TCP/IP boot disk which we use to run Ghost. The images, all Windows (sorry purists), are stored on another machine. Lastly, I am far, far from a wiz with Ubuntu. I can follow instructions, and have followed every guide for getting this to work I can find, and none of them have. This is my last ditch effort to get this to work before I reformat the box as a Windows server and fig...
2012 Feb 24
0
[LLVMdev] [RFC] SCEV Enhancements
On Feb 24, 2012, at 9:53 AM, David A. Greene wrote: > Dan Gohman <gohman at apple.com> writes: > >>> These enhancements are critical for us because of the way our frontends >>> work (less than ideal but we have to deal with it), due to some language >>> quirks (casting in C, odd Fortran constructs, etc.) and because users >>> sometimes stretch the
2012 Feb 23
0
[LLVMdev] [RFC] SCEV Enhancements
On Feb 23, 2012, at 8:20 AM, David Greene wrote: > I have a few enhancements to SCEV to help it identify more types of > recurrences. I want to send these upstream but I need a little > feedback. > > I've added ptrtoint and inttoptr SCEV expressions so that recurrences > involving these constructs can be recognized. However, this scary > comment gives me pause: >
2016 Mar 12
0
Status of the official LLVM APT repositories
Le 12/03/2016 à 14:15, Johan Engelen a écrit : > > > > I'm not sure how clean / dirty of a solution you'd be okay with, but > > I'd just point out that CMake developers provide working binary > > tarballs for Linux with every release at > https://cmake.org/download/ . > > So, if you are not a purist and/or need the CMake backport for
2006 Jun 03
2
Recommended Web Interface
...ment console)? The latest FreePBX is module driven - pretty cool. I've plans to step through the "Asterisk: Future of Telephony" with old laptop in order to get a different view of Asterisk. Am used to Linux & CLI -- do either of you have any preferences? My guess is that some purists may look at FreePBX as a lesser product but ... I think it's simply a product base built right on top of Asterisk to help new Asterisk people hit the ground running (and provides some extras such as SugarCRM, Credit Card app, etc.). Thanks, Dakota -------------- next part -------------- An HTM...
2012 Feb 23
2
[LLVMdev] [RFC] SCEV Enhancements
I have a few enhancements to SCEV to help it identify more types of recurrences. I want to send these upstream but I need a little feedback. I've added ptrtoint and inttoptr SCEV expressions so that recurrences involving these constructs can be recognized. However, this scary comment gives me pause: // It's tempting to handle inttoptr and ptrtoint as no-ops, however this can //
2005 Nov 21
1
Cacheing in read.table/ attached data?
...understand the basic rules. What I have is a file with some data. I read it in and then do a summary on the resulting dataframe. I find the some values are completely outside the expected range, these value need to be dropped from further analysis as erroneous observations (yes, I apologize to the purists in advance :-) ). If I do this and read the file again, then circlesPlot (from fBasics) two of the columns in the data, then the plot is not updated. The outlier point is still there. However, when I detach and reattach the dataframe, it seems to work okay. For example, # Plot has the outlier poin...
2020 Jan 13
2
as-cran issue ==> set _R_CHECK_LENGTH_1_* settings!
>>>>> Ben Bolker >>>>> on Mon, 13 Jan 2020 11:49:09 -0500 writes: > From R NEWS (changes in 3.6.0) > Experimentally, setting environment variable _R_CHECK_LENGTH_1_LOGIC2_ > will lead to warnings (or errors if the variable is set to a ?true? > value) when && or || encounter and use arguments of length more than one. Indeed,
2018 Nov 15
3
"devirtualizing" files in the VFS
I'd like to get some more perspectives on the role of the VirtualFileSystem abstraction in llvm/Support. (The VFS layer has recently moved from Clang to LLVM, so crossposting to both lists) https://reviews.llvm.org/D54277 proposed adding a function to VirtualFileSystem to get the underlying "real file" path from a VFS path. LLDB is starting to use VFS for some filesystem
2009 Oct 07
1
compiling packages without Framework and CoreFoundation options on OSX
I've been trying to get R+PostgreSQL+PL/R to work together on a OSX machine without the Framework and CoreFoundation options and have noticed some suspicious switches when compiling packages. I've installed R (on OSX) with the following ./configure: ./configure \ CC="gcc -arch i386" \ CXX="g++ -arch i386" \ OBJC="gcc -arch i386" \
2012 Jul 31
0
Wine release 1.5.10
The Wine development release 1.5.10 is now available. What's new in this release (see below for details): - New version of the Gecko engine based on Firefox 14. - Support for OpenGL in the DIB engine using libOSMesa. - Off-screen rendering is now the default in Direct3D. - Some more WMI infrastructure. - Various bug fixes. The source is available from the following locations:
2006 Dec 27
2
proposal: allowing alternative variance estimators in glm/lm
...r standard error estimators, by supplying a new vcov method for the class. The initial discusssion was about heteroscedasticity-consistent sandwich estimators, but from my point of view autocorrelation-consistent estimators and estimators that handle sampling weights are more interesting. OOP purists might point out that the relationship involved is not, strictly speaking, inheritance. They would be quite right. However, unless someone wants to rewrite glm and lm for S4 classes I think that battle is lost. -thomas Thomas Lumley Assoc. Professor, Biostatistics tlumley at u.washingt...
2008 Jan 10
4
Howto for LDAP authentication with replication
Can anyone point me to a how to or beginners guide to setting up LDAP authentication on CentOS5 with replication?
2017 Feb 01
1
RFC: tapply(*, ..., init.value = NA)
On 'aggregate data.frame', the URL should be https://stat.ethz.ch/pipermail/r-help/2016-May/438631.html . vector(typeof(ans)) (or vector(storage.mode(ans))) has length zero and can be used to initialize array. Instead of if(missing(default)) , if(identical(default, NA)) could be used. The documentation could then say, for example: "If default = NA (the default), NA of appropriate
2011 Jul 23
2
[LLVMdev] Correct use of StringRef and Twine
On Jul 22, 2011, at 2:59 PM, David Blaikie wrote: >> The dangerous part of this is that characters are integers, so "foo" + 'x' is very likely to cause serious problems. > > std::string already provides such overloads though, doesn't it? So the > code isn't any safer from accidental "foo" + 'x' expressions that > don't include
2003 Jun 10
1
Calling for 5.1 Mastering experience! (vorbis am bisonics and 5.1)
On 20030610: Gregory Maxwell wrote: (in reply to Ralph Giles) >> I assume you're aware of the technical documentation on dolby's site? >> (http://www.dolby.com/pro/) In particular the surround mixing guide has >> a lot of detailed guidelines. I don't have any practical experience >> with it though, so I can't vouch for it. >Yes I am. I've done a