search for: monstrosities

Displaying 20 results from an estimated 42 matches for "monstrosities".

2013 Jul 22
1
union of a list of logical values
Dear all, How can I obtain the union of a list of logical values? Consider the following: x <- head(iris) x[,c(2,4)] <- NA x[c(2,4),] <- NA # > x # Sepal.Length Sepal.Width Petal.Length Petal.Width Species # 1 5.1 NA 1.4 NA setosa # 2 NA NA NA NA <NA> # 3 4.7 NA 1.3
2017 Oct 28
2
How to encourage maintainers to update their software
On Sat, 28 Oct 2017 13:07:41 -0500 Johnny Hughes wrote: > But trying to convert CentOS Linux into Fedora is not only redundant > (Fedora already exists .. use it) .. a bastardized version of CentOS > with hundreds of newer manually maintained components is not really > CentOS, and Fedora is likely more stable than that monstrosity anyway. There's a difference between upgrading
2017 Oct 28
4
How to encourage maintainers to update their software
On 10/27/2017 2:54 PM, Frank Cox wrote: > > I do that with a number of packages that are either newer or simply not available in the various Centos repos. In many cases it's as easy as downloading a new tar source file and adding it to the existing source rpm, doing three seconds of editing on the spec file to account for the new update, and compiling the result. Sometimes it's
2006 Apr 03
2
[LLVMdev] lli: problem finding external symbol
Hi, I have a large-ish application I'm trying to build with LLVM, so I replaced g++ in the Makefiles with llvm-g++. This appears to work fine when I pass -Wl,-native to generate an ELF executable, but I want to control the inlining threshold it uses, so I am now passing -Wl,-disable-inlining and -Wa,-disable-inlining, and having it generate LLVM bytecode, then running opt -inlining to generate
2018 Feb 01
3
Migrate utils/ Python 2 scripts to Python 3
Since we seem to be voting, I'll -1 it. It's pretty ridiculous to have a system without Python 3 in 2018 and anyone supplying such a monstrosity should be encouraged to stop it. Tim. On 1 February 2018 at 05:20, Philip Reames via llvm-dev <llvm-dev at lists.llvm.org> wrote: > +1 to what Chris and Justin said. > > I see no strong benefit to moving to python3 and substantial
2018 Feb 01
0
Migrate utils/ Python 2 scripts to Python 3
You might want to tell that to the Prominent North American Enterprise Linux Vendor that everybody is using... :) -Dimitry > On 1 Feb 2018, at 06:28, Tim Northover via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Since we seem to be voting, I'll -1 it. It's pretty ridiculous to have > a system without Python 3 in 2018 and anyone supplying such a > monstrosity
2006 Apr 03
0
[LLVMdev] lli: problem finding external symbol
On Mon, 3 Apr 2006, Michael McCracken wrote: > the bytecode with lli - I get the following error: > > $ lli -load=/home/mmccrack/linux/lib/libTau.sh leo-inline-300-tau.bc > ERROR: Program used external function > '__llvm_cxxeh_allocate_exception' which could not be resolved! This is most likely because you are trying to link with llvmgcc, not with llvm-g++. Make sure that
2010 Dec 05
0
[LLVMdev] [cfe-dev] Unexpected results from _Bool cast
Hello- Yes, this is a bug. This code gives the expected result (1) for me under the current svn HEAD. Alistair On 5 Dec 2010, at 09:04, Dave Keck wrote: > Hey list, > > The following program outputs '0' when compiled on my system with `clang a.c`: > > #include <stdio.h> > int main(int argc, const char *argv[]) > { >
2019 Nov 22
0
[RFC 02/13] ACPI: Add VIOT definitions
This is temporary, until the VIOT table is published and these definitions added to ACPICA. Signed-off-by: Jean-Philippe Brucker <jean-philippe at linaro.org> --- include/acpi/actbl2.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h index e45ced27f4c3..99c1d747e9d8 100644 --- a/include/acpi/actbl2.h +++
2007 Feb 19
1
Replacing qmail + vpopmail with: sendmail + dovecot
Hi, I wonder if it posible to replace qmail + vpopmail with sendmail + dovecot? The idea is like this: - use sendmail + milter API to filter spam/virus and deliver the email to the dovevot MDA (LDA) - dovecot should save the email to the directory as specified in the vpopmail DB - maintain the vpopmail BD (users + passwd) - use dovecot pop3/imap for the clients - use sendmail again to receive
2009 Feb 23
1
reverse wine odbc
I know it's possible to access linux odbc data from inside wine, but I'm wondering if there's any way to access wine odbc data from Linux through odbc (or anything else). I ask this because I have data that can only be accessed via windows odbc drivers (a foxpro database), but I'd really like to interface with it from python in Linux (without having to run python under wine). The
1999 Apr 28
0
chron and julian
Another beginner's question. Still trying trying to read and and plot a simple tds-value vs time. input file: onedat date time tds 1997-12-29 13:35:00 411 > onedat<-read.table("onedat",header=T) attach(onedat) > x<-chron(dates=as.vector(date),times=as.vector(time), format=c("y-md","h:m:s")) > x [1] (97-12-29 13:35:00) See my problem? Chron
2004 Jun 26
0
Re: plot.new() warning from coplot()'s par(*, new=FALSE)
{diverted from the R-SIG-gui list} >>>>> "PD" == Peter Dalgaard <p.dalgaard@biostat.ku.dk> >>>>> on 26 Jun 2004 11:51:02 +0200 writes: PD> James Wettenhall <wettenhall@wehi.edu.au> writes: >> Hi, >> >> Does anyone know a good way to get rid of warnings like: >> Warning message: calling
2017 Oct 28
0
How to encourage maintainers to update their software
On 10/28/2017 12:28 PM, Japheth Cleaver wrote: > On 10/27/2017 2:54 PM, Frank Cox wrote: >> >> I do that with a number of packages that are either newer or simply >> not available in the various Centos repos.? In many cases it's as easy >> as downloading a new tar source file and adding it to the existing >> source rpm, doing three seconds of editing on the
2018 Feb 01
0
Migrate utils/ Python 2 scripts to Python 3
+1 to what Chris and Justin said. I see no strong benefit to moving to python3 and substantial costs. Philip On 01/30/2018 11:20 AM, Chris Matthews via llvm-dev wrote: > Personally, every machine I work with only has Python 2.7. > > Justin is correct that there is a non-trivial amount of effort to > convert the bots. > > Python 3 is wonderful. But, a Python 3 dependency seems
2011 Mar 22
0
cheap wow gold
...the entire game? i believe it's the one in this zone. i really loved the storyline and the norse references and it's a big treat whether you're into the lore side of things or not.icecrown welcome to icecrown. the lair of the lich king is home to wow gold (http://www.lightinthewow.com) monstrosities that players could only dream of. he certainly does have quite the army at his disposal. runescape goldthe argent crusade have set up a camp towards the south east part of the zone and that's where most players will be starting from. competition amongst onlinewow goldof warcraft gold sellers i...
2002 Oct 13
2
Encoding/decoding Ogg Vorbis .NET library?
Hey list, I think the subject pretty much sums it up. Is anyone working on a (pure) .NET library that decodes and possibly encodes Ogg Vorbis? Take care, Hendrik --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word
2010 Sep 07
2
repeated measurements ANOVA
Dear list, i am setting up a GLM for a repeated measurement ANOVA using the lm and ANOVA function. my design contains four factors with 5, 5, 2 and 2 (= 14) levels, respectively. the data are stored in a data.frame with six columns, one for the data themselves and the remainings for the factors where strings indicate the factor levels in each row. now i would like to restructure this
2011 Oct 28
1
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
On Oct 27, 2011, at 10:55 PM, Chris Lattner wrote: > On Oct 27, 2011, at 6:34 PM, Chandler Carruth wrote: > >> I have a very high level comment, and you may be able to directly shed light on it before I dig into a lot more detail. >> >> Why not simply standardize on CMake? It's not my favorite tool, but it seems to work well, we have established usage of it, and
2016 Jan 22
4
[Bug 2530] New: Client does not differentiate between more keys on Smart card, signs always with first one
https://bugzilla.mindrot.org/show_bug.cgi?id=2530 Bug ID: 2530 Summary: Client does not differentiate between more keys on Smart card, signs always with first one Product: Portable OpenSSH Version: 7.1p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5