Displaying 12 results from an estimated 12 matches for "obvously".
Did you mean:
obviously
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, 2...
2013 Mar 28
0
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
John Smith <lbalbalba at gmail.com> writes:
> Forgive me from intruding here, but ...
>
> whats wrong with isTargetWin32-MSVC-win32,
> isTargetWin32-mingw32-win32, isTargetWin32-borland-win32,
> isTargetWin32-cygwin-win32, etc.
>
> Judging by the responses, there seems to be a need for that. Which
> leaves the point of what should be 'the default', which
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 lin...
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)
The date library contains a function date.mdy that converts a number
D to the date (month,date,year as a list) at D days after 1 Jan 1960.
This a convention that fits in with SASs.
The logic would be that the result was the date at D days after
1 Jan 1960 00:00:00 (which is a POINT in time as opposed to a date which
is an interval), so that any D with 2<=D<3 was rounded to 3 Jan 1960
and
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/login...
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,