Displaying 4 results from an estimated 4 matches for "whimsy".
Did you mean:
whims
2012 Feb 21
2
-O20 ?
libogg's configure script passes -O20 as a CFLAG. This is causing problems when using non-gcc compilers, such as clang (see http://tinyurl.com/7zl5bka).
O20 seems like an odd optimization level. Is there a reason for it? I've never seen this before. For example, libspeex (another xiph project) just uses -O2.
Thanks,
aaron
-------------- next part --------------
An HTML attachment
2012 May 11
1
Strange "Error: subscript out of bounds"
Dear all,
I am trying to write a function for visualizing ordinal model results.
The function works fine with some values, but then I get "Error:
subscript out of bounds" even there the index should be pointing a legal
item. Code is below as well as the example of failure:
plotProb <- function(pre.mat, parts, split, titles, xlab="") {
par(mfrow = split)
n <- 1
2012 Jun 01
1
Drop values of one dataframe based on the value of another
Hello all,
Let me first say that this isn't a question about outliers. I am using
the outlier function from the outliers package but I am using it only
because it is a convenient wrapper to determine values that have the
largest difference between itself and the sample mean. Where I am
running into problems is that I am several groups where I want to
calculate the "outlier" within
2001 Jul 28
0
Runtime problem with 2.9p2 on mips-dec-ultrix4.4
I got 2.9p2 compiled and mostly working on mips-dec-ultrix4.4 .
One problem I'm seeing when I try to ssh in to the box - I'm getting:
sshd: error: open /dev/tty failed - could not set controlling tty: No such device or address
out of sshd.
Anybody have any ideas?
Harlan