search for: pasteid

Displaying 2 results from an estimated 2 matches for "pasteid".

Did you mean: pasted
2008 Aug 29
3
wine rejecting keyboard input when window not focused
I'm wondering if theres a way to disable it, I made a program which broadcasts keystrokes between multiple windows (see the source here, http://www.nomorepasting.com/getpaste.php?pasteid=19683 ) This program works fine in everything, except wine. It works fine in wine too, but only when the window is focused. This makes me think that wine is rejecting the keyboard input, purely because the window isn't focused. :( If anyone has any ideas it'd be appriciated, however don...
2007 Nov 02
0
applying duplicated, unique and match to lists?
...faster converting the list elements with md5 # no projection for vectors only none <- function(x)x # concatenation of as.character as currently (R-2.6.1) in duplicated.array, match.array (pairs of projections may erroneously apear as identical when the vectors are very similar, RAM expensive) pasteid <- function(x)paste(x, collapse="\r") # perfectly identity preserving projection (but even more RAM expensive) id1 <- function(x)paste(.Call("R_serialize", x, NULL, FALSE, NULL, PACKAGE = "base")[-(1:14)], collapse="") # 32 byte projection md5 <- f...