search for: wcode

Displaying 3 results from an estimated 3 matches for "wcode".

Did you mean: code
2008 Oct 13
1
na.pass
...nd na.omit etc which can be used in these situations however I can't them to work in this case. I have a function which returns the data according to some rule i.e. removal of N in this code: nep <- function(data) { dummy <- rep(0,378) for(i in 1:378){ if(is.na(data$with.Wcode)[i]) data$with.Wcode[i] <- "O" } for(i in 1:378){ if(data$with.Wcode[i]=="N") dummy[i] <- i } return(data[-dummy,]) } However, I really don't want to replace the NAs with "O". I'd just like to gloss over them. I can'...
2001 Jun 22
3
X11: Oracle Forms runs fine locally, but not remotely
There is some difference in the keyboard defs, though not much. The most interesting is this line, from the remote machine, with +keyboard: trace:keyboard:X11DRV_ToUnicode Found keycode 13 (0x D) trace:keyboard:X11DRV_MapVirtualKey MapVirtualKey wCode=0x43 wMapType=2 ... trace:keyboard:X11DRV_MapVirtualKey Found keycode 13 (0x D) trace:keyboard:X11DRV_MapVirtualKey returning 0x63. This is not found in the output of the local X server. I'm still looking at the copious output produced by both the +message log and the +relay log. There'...
2012 Feb 08
28
[PATCH v3 0/6] initial suspend support
This patch series makes suspend support in qemu alot more useful. Right now the guest can put itself into s3, but qemu will wakeup the guest instantly. With this patch series applied the guest will stay suspended instead and there are a few events which can kick the guest out of suspend state: A monitor command, ps/2 input, serial input, rtc. Not much yet, but it''s a start with the