search for: unr

Displaying 20 results from an estimated 95 matches for "unr".

Did you mean: nr
2002 Aug 22
1
Error: object is not a matrix
...arch Scientist Department of Psychology University of Washington, Box 351525 Seattle, WA. 98195, USA E-Mail: alkim at u.washington.edu; Tel: (206)543-2395 Included below is the data I'm using. > AK.df Y P A B C 1 10 1 E1 Red Agent 2 9 1 E1 Red Patient 3 0 1 E1 Unred Agent 4 0 1 E1 Unred Patient 5 5 1 E2 Red Agent 6 6 1 E2 Red Patient 7 0 1 E2 Unred Agent 8 0 1 E2 Unred Patient 9 8 2 E1 Red Agent 10 9 2 E1 Red Patient 11 0 2 E1 Unred Agent 12 0 2 E1 Unred Patient 13 4 2 E2 Red Agent 14 4 2 E2 Red Patient 15 0 2 E2 Unr...
2002 Sep 23
4
How do I change plot colors in bwplot
...whiskers. I cannot figure out how to just get black and white to be the default. Can anyone help me with this? Thanks Kenneth E. Nussear Phone 775 784-1703 Ecology, Evolution and FAX 775 784-1369 Conservation Biology/314 knussear at biodiversity.unr.edu Reno, Nevada 89557-0013 http://www.brrc.unr.edu/~knussear/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 623 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/20020923/d234cd4...
2002 Feb 15
0
[Bug 118] New: Implement TIS (protocol 1) via PAM
...#39;t do both via PAM in protocol 1. But the patch doesn't *break* doing both, you need merely turn off the TISviaPAM option and you are limited to the builtin S/Key for C/R. I hope this cut/pastes ok. This also fixes a bug in the current TIS handling, it turns echo on when doing TIS. diff -uNr openssh-3.0.2p1.orig/auth-pam.c openssh-3.0.2p1/auth-pam.c --- openssh-3.0.2p1.orig/auth-pam.c Fri Nov 9 12:22:17 2001 +++ openssh-3.0.2p1/auth-pam.c Fri Feb 15 02:17:19 2002 @@ -26,6 +26,8 @@ #ifdef USE_PAM #include "ssh.h" +#include "ssh1.h" +#include "packet.h"...
2003 May 13
2
Barchart to make a graph like this??
Hi list, I'm trying to get R to make a graph like the one shown in this pdf, where males are white bars and females are black bars. http://www.brrc.unr.edu/~knussear/mmgraph.pdf I tried barchart, but I couldnt get the bars to share a common x axis. Do you have any suggestions? Thanks for your help Ken
2006 Jan 09
1
OT: IAXModem in inittab causes modem to be unres ponsive, running from console it's OK
faxguy, maybe you can tell me why As I've noted in previous posts I'm evaluating HylaFax with IAXModem. When I run iaxmodem and faxgetty through a console the modem works 100% I have yet to find a fax that it won't tie up with. When I run IAXmodem and faxgetty in initttab, the modem is extremely slow to respond and only actually does anything about half the time, the rest of the time
2002 Jul 04
4
Chroot patch (v3.4p1)
The following is a patch I've been working on to support a "ChrootUser" option in the sshd_config file. I was looking for a way to offer sftp access and at the same time restict interactive shell access. This patch is a necessary first step (IMO). It applies clean with 'patch -l'. Also attached is a shell script that helps to build a chrooted home dir on a RedHat 7.2
2006 Jan 24
1
propagate atimes with rsync-2.6.6 (fwd)
...information might be worth being backed-up as well. We hope our approach will find your attention and would be glad if it were included in the next update of rsync. Please let us know about your suggestions for improvements. Yours truly, Christian Konz -------------- next part -------------- diff -uNr rsync-2.6.6/flist.c rsync-2.6.6_patch/flist.c --- rsync-2.6.6/flist.c 2005-07-07 21:49:14.000000000 +0200 +++ rsync-2.6.6_patch/flist.c 2006-01-07 14:04:38.000000000 +0100 @@ -54,6 +54,7 @@ extern int implied_dirs; extern int copy_links; extern int copy_unsafe_links; +extern int remote_protocol;...
2003 Feb 24
3
bwplot stats question
...rs?) outside of each box, and possible outliers are given by the open circles outside the box. Is this close? Thanks Kenneth E. Nussear Phone 775 784-1703 Ecology, Evolution and FAX 775 784-1369 Conservation Biology/314 knussear at biodiversity.unr.edu Reno, Nevada 89557-0013 http://www.brrc.unr.edu/~knussear/
2004 May 05
1
Repeated measures regression
...used the same 10 individuals for each daily mean that the daily averages are not independent. Can anyone help? Thanks Kenneth E. Nussear Phone 775 784-4565 Biological Resources FAX 775 784-1369 Research Center/315 knussear at biodiversity.unr.edu Reno, Nevada 89557 http://www.brrc.unr.edu/~knussear/
2016 May 30
2
Back end with special loop instructions
...that is blocked structured, with one-level loops. An example program with my assembly language: REPEAT_X_TIMES(Param2) R0 = LS[offset_A]; END_REPEAT; The LLVM code somewhat equivalent to the above ASM program is: vector.body: %index = phi i64 [ %index.unr, %vector.body.preheader.split.split ], [ %index.next.3, %vector.body ] %20 = getelementptr inbounds i32, i32* %A, i64 %index %21 = bitcast i32* %20 to <16 x i32>* %wide.load = load <16 x i32>, <16 x i32>* %21, align 4 br i1 %48, label %middle.b...
1999 Dec 28
0
Patches to report rsaref build and to call pam_setcred
...against rsaref) is present at build-time. The second adds appropriate calls to pam_setcred() in sshd. Without them, our systems can't access AFS because the PAM modules only get tokens at a pam_setcred() or pam_open_session() call. Cheers, Nalin -------------- next part -------------- diff -uNr acconfig.h acconfig.h --- acconfig.h Sat Dec 25 18:21:48 1999 +++ acconfig.h Mon Dec 27 10:46:05 1999 @@ -24,6 +24,10 @@ /* Define if your ssl headers are included with #include <openssl/header.h> */ #undef HAVE_OPENSSL +/* Define if you are linking against RSAref. Used only to print th...
2006 Feb 01
1
[Bug 437] New: restore can segfaults when restoring corrupt policy counters
...re the return value of parse_counters() is not checked. So if the sscanf() in parse_counter() fails, wrong ($random or from previous chain) counters are written to kernel. Also parse_counter() is called without checking it's first argument. If it's NULL, the sscanf() will segfault. diff -uNr iptables-1.3.5.org/ip6tables-restore.c iptables-1.3.5/ip6tables-restore.c --- iptables-1.3.5.org/ip6tables-restore.c 2005-06-24 18:34:19.000000000 +0200 +++ iptables-1.3.5/ip6tables-restore.c 2006-02-01 23:47:04.000000000 +0100 @@ -266,7 +266,10 @@ char *ctrs; ctrs = strtok(NULL, "...
2005 Jan 06
0
[PATCH] ELF headers
This is a patch that I've had kicking around that I never sent in. With it applied I can compile the module programs from module-init-tools: diff -uNr klibc-0.178/include/sys/elf32.h klibc-0.178-fogo/include/sys/elf32.h --- klibc-0.178/include/sys/elf32.h 2004-01-30 14:40:51.000000000 -0700 +++ klibc-0.178-fogo/include/sys/elf32.h 2004-09-20 09:15:58.000000000 -0600 @@ -7,6 +7,10 @@ #include <sys/elfcommon.h> +#define ELF32_ST_BIND(val...
2015 Aug 25
2
how LLVM deals with 'undef'
Hi, I'm using LLVM-3.8 (current SVN version) to optimize my code. After loop unrolling, I find there is 'undef' in the IR. For example, "*%.lcssa21.unr = phi double [ undef, %.lr.ph9 ], [ %13, %7 ]*". I have two questions: (1) Why this 'undef' is generated? Because before 'loop unrolling', there is no such 'undef'. (2) How LLVM backen...
1999 Mar 25
4
readline() (PR#147)
Dear R developers, I have found the following bug with readline() in R 0.63.3: if you execute the menu-function and then the readline() function, then readline() prompts "Selection:" > a <- readline() hello > a [1] "hallo" > a <- menu(c("a", "b"), title="bitte:") bitte: 1:a 2:b Selection: 2 > a <- readline() Selection:
2012 Feb 21
1
Questions on Data reading using zoo package
...ce of NAs? What can I do? Another problem is that the date in month is presented in Chinese (My OS is in Chinese.) How can I set the default language to English? Thanks, Miao > x1 <- read.csv(file="120210CPILEADdata.csv", header=TRUE) > x1 TIME CPI CPIZF UNR UNRSA 1 1978M01 NA NA 2.01 2.16 2 1978M02 NA NA 1.84 1.84 3 1978M03 NA NA 1.76 1.91 4 1978M04 NA NA 1.58 1.86 5 1978M05 NA NA 1.70 1.81 6 1978M06 NA NA 1.65 1.69 7 1978M07 NA NA 1.84 1.66 8 1978M08 NA NA...
2002 Jun 24
2
documentation bug for --daemon "use chroot" in conjunction with -o and -g
Hi all, Tripped over a documentation bug. I'm guessing the behavior I've found isn't a bug in itself as it's kind of implied by chroot (unless the /etc/passwd db is read *before* you do the chroot call), so I'm calling it a documentation bug. The Setup: System A: running rsync --daemon from xinetd, configured with a read-only share. System B: syncing a local directory
2016 Dec 07
1
Seek failure with very short files
..., we are recording audio directly into FLAC files, so they can > end up with very short durations. Since I sent my first email, I have also > seen this reproduce with longer files. > > Thanks, > > Luke > > On Mon, Nov 21, 2016 at 3:07 PM, Federico Miyara <fmiyara at fceia.unr.edu.ar > > wrote: > >> >> I was wondering when it would be useful to compress very short audio >> files. The answer may be when there are lots of files, for instance in the >> case of sound fonts, or a large collection of transients. Probably it would >> be be...
2012 Nov 24
3
Designating a new year (Sept-Aug) in R
...0 45 10 Thank you in advance and please let me know what else I can include to help solve this issue. this is my first posting on R-help. Nick Pardikes PhD Student Program in Ecology, Evolution and Conservation Biology University of Nevada, Reno 303-550-1072 http://wolfweb.unr.edu/homepage/npardikes/MySite/Welcome.html [[alternative HTML version deleted]]
2003 Nov 24
1
ia64 mis-merge
...bc.so(.got+0x0): multiple definition of `_GLOBAL_OFFSET_TABLE_' <olh> tests/getenvtest.o(.got.plt+0x0): first defined here <olh> make[2]: *** [tests/getenvtest.shared] Error 1 mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 diff -uNr klibc-0.83.vanilla/klibc/arch/ia64/Makefile.inc klibc-0.83/klibc/arch/ia64/Makefile.inc --- klibc-0.83.vanilla/klibc/arch/ia64/Makefile.inc 2003-11-23 19:37:05.000000000 -0500 +++ klibc-0.83/klibc/arch/ia64/Makefile.inc 2003-11-24 08:38:30.111959378 -0500 @@ -8,7 +8,6 @@ # ARCHOBJS = \ - arch/$...