search for: monstrosity

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

2013 Jul 22
1
union of a list of logical values
...tion, but it seems more like a hack: > ##union of logical values by rows (union of list of logical values) > as.logical(rowSums(z)) [1] TRUE FALSE TRUE FALSE TRUE TRUE > ##union of logical values by columns > as.logical(colSums(z)) [1] TRUE FALSE TRUE FALSE TRUE Another unusable monstrosity is as follows: > ##union of list of logical values > z[[1]] | z[[2]] | z[[3]] | z[[4]] | z[[5]] [1] TRUE FALSE TRUE FALSE TRUE TRUE Is there a more elegant way to approach this problem and obtain the above logical vectors? Regards, Liviu -- Do you know how to read? http://www.alienetw...
2017 Oct 28
2
How to encourage maintainers to update their software
...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 core operating system functionality and a changing a few userland programs. I compile the latest versions of Sylpheed and astyle (for example) and use those programs on my Centos 7 desktop computer. I don't see any issue with doing things li...
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
...tm -Inet -Isampling -Ishaders -Ithread -Itools -Iparse -Iparse -m32 -fpermissive -fno-rtti -pthread -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O3 -march=pentium3 -U__USE_ASM__ -U__USE_SSE_ -U__USE_SSE2__ -MD -c -o .o/core/leoLight.o core/leoLight.cpp And now the monstrosity: /home/mmccrack/linux/bin/tau_compiler.sh -optPdtDir="/home/mmccrack//linux" -optPdtCOpts="-I/home/mmccrack/include -DPROFILING_ON -DTAU_STDCXXLIB -DTAU_GNU -DTAU_DOT_H_LESS_HEADERS -fPIC -DPTHREADS -...
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 costs. > > Philip > > > On 01/30/201...
2018 Feb 01
0
Migrate utils/ Python 2 scripts to Python 3
...at 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 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 costs. >&g...
2006 Apr 03
0
[LLVMdev] lli: problem finding external symbol
...ders > -Ithread -Itools -Iparse -Iparse -m32 -fpermissive -fno-rtti > -pthread -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_LARGEFILE_SOURCE > -D_GNU_SOURCE -O3 -march=pentium3 -U__USE_ASM__ -U__USE_SSE_ > -U__USE_SSE2__ -MD -c -o .o/core/leoLight.o core/leoLight.cpp > > And now the monstrosity: > > /home/mmccrack/linux/bin/tau_compiler.sh > -optPdtDir="/home/mmccrack//linux" > -optPdtCOpts="-I/home/mmccrack/include -DPROFILING_ON > -DTAU_STDCXXLIB -DTAU_GNU -DTAU_DOT_H_LESS_HEADERS -fPIC > -DPTHREADS >...
2010 Dec 05
0
[LLVMdev] [cfe-dev] Unexpected results from _Bool cast
..."%d\n", (_Bool)((void *)0xCAFEBABE)); > return 0; > } > > Could someone confirm this is a bug? (Section 6.3.1.2 of C99 seems to > suggest that it is.) I suspect I need to upgrade Xcode/clang/llvm, but > I thought I'd check before I attempt to download that monstrosity on > my wee connection. > > Thanks, > > David > _______________________________________________ > cfe-dev mailing list > cfe-dev at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
2019 Nov 22
0
[RFC 02/13] ACPI: Add VIOT definitions
...ine ACPI_VIOT_IORT_NODE_VIRTIO_PCI_IOMMU 0x80 +#define ACPI_VIOT_IORT_NODE_VIRTIO_MMIO_IOMMU 0x81 + +struct acpi_viot_iort_virtio_pci_iommu { + u32 devid; +}; + +struct acpi_viot_iort_virtio_mmio_iommu { + u64 base_address; + u64 span; + u64 flags; + u64 interrupt; +}; + +/* FIXME: rename this monstrosity. */ +#define ACPI_VIOT_IORT_VIRTIO_MMIO_IOMMU_CACHE_COHERENT (1<<0) + /******************************************************************************* * * LPIT - Low Power Idle Table -- 2.24.0
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
...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 only options I can currently imagine are using an odbc-to-odbc bridge from inside wine then connecting it outside, or some other kind of multi-socket monstrosity. Unfortunately most of this requires running some service inside wine which generally seems to break things. It seems to me that there should just be a unixODBC plugin that accesses wine odbc data as if it was native. Is there any such thing? Is there some other way to get at this data? -- Josh...
1999 Apr 28
0
chron and julian
...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 has thrown the 1900 bit away. Is there a way I can prevent this? > julian(months(x[1]),days(x[1]),years(x[1])) [1] -719073 Now. julian is that negative monstrosity iso 10224. How do I cure this problem "This universe never did make sense; I suspect it was built on a government contract." -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send &q...
2004 Jun 26
0
Re: plot.new() warning from coplot()'s par(*, new=FALSE)
...;r", yaxs = "r") - - - and I'd commit this (to R-patched). OTOH, I wonder if we couldn't just omit the if(...) par(new = FALSE) clause {for R-devel at least}. If a user really calls par(new = TRUE) before calling coplot() (s)he should be allowed to produce such a monstrosity --- unless its an ingenuosity such as drawing a background image on which to draw coplot() ... Martin Maechler
2017 Oct 28
0
How to encourage maintainers to update their software
...istribution. We want everyone to use it. 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 are things to add newer pieces to CentOS (SCL SIG, PaaS SIG, etc.), and those can be done now and integrated into the Enterprise Distro. If those are what you need, that is what they're for. -------------- next part -------------- A non-text attachment was scrubbed... Name: sig...
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
cheap wow gold sholazar basin it seems as though no matter wow gold (http://www.weboof.com/wow_gold/wow_us_gold.html) what you do? you just can't get rid of nessingwary. get ready for more exotic animals to kill. note that flightmaster does not become available until after you do a few of the early quests. a plane can't fly until you get the parts for it to become operational again.at
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
...w build systems. Outside of Xcode projects (your issue #2), do you have any evidence to support this claim? We've measured before that the CMake-generated makefiles are faster than the current makefile system. Anecdotally, CMake's generated makefiles scaled very nicely to the multi-library monstrosity that is Boost. (They beat the crap out of Boost.Build, but that's not exactly hard to do). > 2. The build system generated by cmake is absolute garbage, at least for Xcode. The build times of it are really bad, and having to work with it in the IDE is even more terrible. CMake's Xcode...
2016 Jan 22
4
[Bug 2530] New: Client does not differentiate between more keys on Smart card, signs always with first one
...ibrary [2] and by flag SSHKEY_FLAG_EXT [3], which is obviously not enough (see the self-explaining comment /* XXX */ [2]). Fortunately, similar question was asked before by different people and there is RFC7512 describing PKCS#11 URI scheme, which quite suits these needs. It can overgrow into ugly monstrosity, but for our case should be enough to note the id (CKA_ID) in scheme. Integration of this idea into openssh would require some changes, which are more complex to do them without discussion as a patch for bugzilla. If you feel this would be useful, I would like to hear upstream acknowledgement. [1...