Displaying 12 results from an estimated 12 matches for "obvous".
Did you mean:
obvious
2018 Oct 02
3
maximum matrix size
...meaning person just posted a suggested "bug fix" to the github
source of one routine where my .C call allocates a scratch vector, suggesting? "resid =
double( as.double(n) *nvar)" to prevent a "NA produced by integer overflow" message,? in
the code below.?? A fix is obvously not quite that easy :-)
??? ??? resid <- .C(Ccoxscore, as.integer(n),
??? ??? ??? ??? as.integer(nvar),
??? ??? ??? ??? as.double(y),
??? ??? ??? ??? x=as.double(x),
??? ??? ??? ??? as.integer(newstrat),
??? ??? ??? ??? as.double(score),
??? ??? ??? ??? as.double(weights[ord]),
??? ??...
2012 Mar 14
1
postfix spam question for the gurus
...he postfix smtpd restrictions (probably as regex or prce
instead of hash)?
This way I only have to make one big page of them. And I can add a 'you
be blocked m.f. because
of spamming me on the page so they can learn how to get unlisted.
can this be done or do I need to make my own rbl list (obvously limited
to just my sites).?
I would think I could just reference a remote file as easily as a local
file?
-thanks
bob
2005 Sep 12
3
Covert list of list to dataframe for export or outputting by(test) output
Greetings,
I am running a buch of wilcox tests and need to be able to rapidly
export the results into a csv file. I have attached example code as well
as my attempts to get what I need. I have tried unlist,cbind,rbind etc
but I am obvously missing something simple. FYI I am actually running
about 50 WRS tests per dataset, this is just an example.
Thanks 10^6
Mike
AKCCR <-
structure(list(ExposureUnit = structure(as.integer(c(1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,...
2013 Mar 28
0
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
...d the predominance among the Windows developers.
To the point: from the interest of Clang++ on Windows, it makes no sense
to state that it supports the platform ABI. It must. Then there is the
question about the C++ ABI, and here is where the diversity arises,
because there are quite a few.
It is obvous to me that the target name should mention the compiler that
"defines" the C++ ABI Clang++ is configured for. For instance: mingw,
msvc, borland or whatever. But there is no reason to mention win32
*alone* in the target name because there is no such C++ ABI. Saying that
"win32" i...
2018 Oct 02
0
maximum matrix size
...on just posted a suggested "bug fix" to the github
> source of one routine where my .C call allocates a scratch vector, suggesting "resid =
> double( as.double(n) *nvar)" to prevent a "NA produced by integer overflow" message, in
> the code below. A fix is obvously not quite that easy :-)
>
> resid <- .C(Ccoxscore, as.integer(n),
> as.integer(nvar),
> as.double(y),
> x=as.double(x),
> as.integer(newstrat),
> as.double(score),
>...
2007 Oct 04
0
Powercom black knight 800AP (serial)
...be pushed up to 162.1. (otherwise
it displays about 57 volts. The windows software showed there was
still about 2v resolution, so its almost certainly an offset error, not
multiply.
One option is that the logic should switch the maths based on
the power status rather than on line voltage.
This obvously would give problems since the maths are different with
line voltage, but that one could be solved with a different model type.
Is this a offset error present on any other powercom devices, or just
the Blacknight 800AP? The mfr obviously codes for it in their windows
program.
(The mfr-supplied l...
2003 Jan 08
2
[Fwd: Re: Regarding non-streaming Ogg]
> An RFC for eg Vorbis is the next logical step after the current drafts
> are passed.
I'm confused -- isn't audio/vorbis in the present RFC? Or is that application/Ogg?
BTW I don't mean to complain, this is great stuff you guys are doing. I'd love to help any way I can.
>
> Linus
>
> --- >8 ----
> List archives: http://www.xiph.org/archives/
>
2000 Jan 03
1
Rounding in date.mdy from library(date)
...# Functions that finds the fraction to add to a number
# to make the date.mdy round upwards (should be 1)
(0:N)[(abs(diff(date.mdy(jul.dat+0:N/N)$day))>0.5)]/N
}
jd <- 0:200 * 300
rf <- 0
for (i in 1:201) rf[i] <- dex(jd[i])
plot(jd,rf,pch=".")
The obvous workaround would be to mask date.mdy by:
real.date.mdy <- function(jd) date.mdy(floor(jd))
Is this an error or is there a feature somewhere that I am missing?
Bendix Carstensen
\\\|///
\\ - - /
( @ @ )
+------------------o00o...
2010 Nov 04
2
Bug#602391: xen-hypervisor-4.0-amd64: system fails to boot from LVM if Hypervisor loaded
Package: xen-hypervisor-4.0-amd64
Version: 4.0.1-1
Severity: grave
Tags: squeeze sid
Justification: renders package unusable
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-xen-amd64 (SMP w/1 CPU core)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8
2008 Dec 05
1
Username changed by dovecot..?
...127.0.0.1): Unknown user
dovecot: auth(default): userdb(test3,127.0.0.1): user not found from userdb
ldap
dovecot: auth(default): master out: NOTFOUND 8
dovecot: pop3-login: Internal login failure (auth failed, 1 attempts):
user=<test3>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
It obvously fails because the username was changed to only %u. Why does it
get changed...?
Any ideas...?
Thanks..
# dovecot -n
# 1.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.16.60-0.21-xenpae i686 SUSE Linux Enterprise Server 10
(i586)
protocols: imap imaps pop3 pop3s
login_dir: /var/run/dovecot/log...
2013 Mar 28
4
[LLVMdev] Handling SRet on Windows x86
Joe Groff <arcata at gmail.com> writes:
>> MSVC is not the system compiler. Certainly, it is not distributed with
>> the system. Actually, MSVC was a secondary player on Windows for a long
>> time, with several other C++ ABI-incompatible options available.
>
>
> It isn't shipped with the system, but it's freely available as part of the
> Windows SDK,
2005 Oct 15
6
R GUI considerations (was: R, Wine, and multi-threadedness)
Hello,
Following a discussion initiated on r-devel, that mentions SciViews-R
and other GUIs issues for R, I would like to make comments (and would be
happy if these comments would initiate interesting initiatives).
A big, big problem with SciViews-R is that a part of it is written in
Visual Basic 6, a M$$$$ language, not supported any more, buggy, non
transposable to other platforms, etc,