Displaying 14 results from an estimated 14 matches for "beteen".
Did you mean:
between
2003 Sep 13
5
bug or feature? (PR#4150)
Full_Name: Axel Benz
Version: 1.7.1
OS: Windows
Submission from: (NULL) (137.251.33.43)
This feature seems to be a basic bug:
> 1=="1"
[1] TRUE
> as.numeric(1)=="1"
[1] TRUE
> as.numeric(1)==as.character("1")
[1] TRUE
isn't it necessary to distinguish beteen numbers and characters??
Best Regards,
Axel
2009 Feb 12
1
Latex or html output for freq() in prettyR
...of freq() to html but the html doesn't look
look the console output.
See the following example
library(prettyR)
library(Hmisc)
x <- matrix(sample(1:3, 12, replace=TRUE), nrow=3, dimnames=list(c('A','B',
'C'),letters[1:4])) # create a 3x4 matrix with random numbers beteen 1 and 3
x # see what it looks like
fx=freq(x) # create frequency table with frequencies and % per column
fx # looks pretty good, now I want to export it to latex or html
html(fx) # I expected this to look like console output but it doesn't. Can
anything be done?
fm=as.matrix(fx) #It can...
2016 Apr 21
2
(BasicAA) PartialAlias between different fields of a structure, intentional?
Hi,
We've seen a similar case recently, where BasicAA returns PartialAlias
for the access of two different fields of a structure.
We noticed this since Lint complained about it when checking for
aliasing beteen "noalias" attributed parameters:
opt -S -lint ./alias.ll
gave
Unusual: noalias argument aliases another argument
on the (silly) function:
%rec7 = type { i16, i16, i16 }
define void @fn1(i16* noalias %p1.1.par, i16* noalias %p2.2.par) {
%s.3 = alloca %rec7
%_tmp1 = getelementptr %rec...
2007 Sep 18
1
usb keyboard and double hits
Dear xen pro''s,
Totally being a newby to xensource I downloaded the iso image of xensource
express. I would like to test it on a dell vostro 400. I know the machine
isn''t in the hardware list, but I still hope to receive some hints to get it
working.
The problem is following:
When booting, in the first screen where you can choose for "F2 advanced
install" typing is
2005 Aug 04
0
h323 CALL PROBLEM TO / FROM AVAYA(UCENT)inity
May be force be with you
hello,
We want to make H323 calls beteen asterisk and avaya(lucent) pbx.
We create node-name,H.323 signaling group,trunk,
but we can not make H.323 calls to asterisk. Also no warnings exist in
debug.
Instead of giving the IP of Asterisk ,i give my computer's IP and run
SJPhone ith H.323 GUI.
In this time, connection is established....
1999 Aug 31
1
Samba and Windows 98
Hi,
since we updated one computer from win 95 to win 98 we can't acces our
LAN (Samba1.9.18p4) from this computer. We allready chenced the Win98
settings for EnablePlainTextPassword to 0 as recomended by an network
specialist.
Is there any known problem that occred beteen Win98 and a Samba server?
Sincerely Werner Kilb
Dr. Werner Kilb
Inst. f. Neurobiol.
H.Heine.Universitaet
Postfach 10107
40001 Duesseldorf
Germany
Tel. +492118112793
kilb@uni-duesseldorf.de
2009 Mar 11
1
bandwidth issue
Hello,
I have a question concerning the performance of rsync beteen two sites, one in India one in Germany.
File exchange between 2 Linux-machines is done using rsync-3.0.5 (typical file size 1.5 GB).
Destination machine is: Linux machine1 2.6.9-55.0.9.ELsmp #1 SMP Tue Sep 25 02:16:15 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux
Source machine is: Linux machine2 2.6...
2010 May 13
1
results of pnorm as either NaN or Inf
I stumbled across this and I am wondering if this is unexpected behavior
or if I am missing something.
> pnorm(-1.0e+307, log.p=TRUE)
[1] -Inf
> pnorm(-1.0e+308, log.p=TRUE)
[1] NaN
Warning message:
In pnorm(q, mean, sd, lower.tail, log.p) : NaNs produced
> pnorm(-1.0e+309, log.p=TRUE)
[1] -Inf
I don't know C and am not that skilled with R, so it would be hard for me
to look into
2010 Sep 23
4
Asterisk and Digium TC400B
Greetings,
Because of the heavy load and the high expectations of an asterisk server
offered as a solution integrated with our CRM software.. we were looking
into other possibilities than software Licenses for G729 and G723 codecs..
to lower the pressure on the processor giving it more space to do more work.
We heard of a hardware (PCI CARDS) can be used with Asterisk that does the
work. And we
2003 Nov 07
13
File Locking
Hi,
I'm running smbd 2.2.8. I'm a little green when it comes to file locking
with samba.
I have two users that access a single data file on a FreeBSD box. It's a
moneydance data file and obviously it gets messed-up if two users are
writing to it at the same time. Is there a way with samba to stop a second
instance of the file from being opened, something like a "File In
2016 Apr 15
3
(BasicAA) PartialAlias between different fields of a structure, intentional?
Hello all,
I observed that BasicAA alias query returns PartialAlias between different fields of a structure. Following is the test program and -print–all-alias-modref-info output:
---
; test.ll
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
%"type" = type { [10 x i32], i64 }
define void
1998 Jul 17
13
connection problem
I have two identical AIX v4.2 machines. One of them was vendor installed,
and I installed the OS on the other one.
I am successfully running Samba-1.9.18p4 on the vendor installed OS, but I
cannot seem to get any Win95 clients to browse on my other machine
(Explorer hangs on the Win95 client).
I have performed all of the tests in DIAGNOSIS.txt. All of the tests work
except for number 7. I can
2011 Oct 31
0
R 2.14.0 is released
...l be disallowed in future releases. (There are _pro tem_ some
exceptions to the warning.)
o A dependency on SVN revision is allowed for R, e.g. R (>=
r56550). This should be used in conjunction with a version
number, e.g. R (>= 2.14.0), R (>= r56550) to distinguish beteen
R-patched and R-devel versions with the same SVN revision.
o installed.packages() now hashes the names of its cache files to
avoid very rare problems with excessively long path names.
(PR#14669)
o A top-level COPYING file in a package is no longer installed
(file n...
2011 Oct 31
0
R 2.14.0 is released
...l be disallowed in future releases. (There are _pro tem_ some
exceptions to the warning.)
o A dependency on SVN revision is allowed for R, e.g. R (>=
r56550). This should be used in conjunction with a version
number, e.g. R (>= 2.14.0), R (>= r56550) to distinguish beteen
R-patched and R-devel versions with the same SVN revision.
o installed.packages() now hashes the names of its cache files to
avoid very rare problems with excessively long path names.
(PR#14669)
o A top-level COPYING file in a package is no longer installed
(file n...