search for: xmove

Displaying 6 results from an estimated 6 matches for "xmove".

Did you mean: move
2008 Apr 22
4
wine and detaching a remote X application
...ote linux machine. After the start I want to use the GUI and then detach it. It works fine when $DISPLAY is a: ssh-X forwarding: But then the application does when I the ssh connection is closed. Xvfb: But this wont let me use the GUI. Until now I have tried: 1) Running the application through a xmove DISPLAY to start it on the ssh-X-forwarded screen and then move it onto a Xvfb. Unfortunately xmove seems unable to support GLX, and wine/pitboss seems to require GLX (it crashes in this case with an OpenGL error message). 2) Running an Xvnc (xf4vnc, which is supposed to support GLX). In that case...
2011 Jan 20
2
auc function
Hi, there. Suppose I already have sensitivities and specificities. What is the quick R-function to calculate AUC for the ROC plot? There seem to be many R functions to calculate AUC. Thanks. Yulei [[alternative HTML version deleted]]
2009 Dec 22
1
RGtk2 - retrieve ggraphics mouse coordinates during drag-and-drop event
...(da,"button-release-event", function (w,e,...) { allocation = w$GetAllocation() xclick = e$GetX() yclick = e$GetY() x = xclick/allocation$width y = (allocation$height - yclick)/allocation$height xyCoordsRelease <- pltToUsr(x,y) print(c("released at:", pltToUsr(x,y))) xMove <- xyCoordsRelease[1] - xStart yMove <- xyCoordsRelease[2] - yStart print(c("xMove", round(xMove, 3), "yMove", round(yMove, 3))) plot(rnorm(20), col="red") #print(qplot(rnorm(100), geom="histogram")) pressed <<- FALSE return(TRUE) }) ad...
2007 Jun 26
3
[PATCH] Always use mipmaps in cube plugin
...o r g .:. http://wolf.valkyrie.one.pl/ -------------- next part -------------- diff -ruN compiz./plugins/cube.c compiz/plugins/cube.c --- compiz./plugins/cube.c 2007-06-27 00:25:32.000000000 +0200 +++ compiz/plugins/cube.c 2007-06-27 01:21:28.016740889 +0200 @@ -1434,7 +1434,7 @@ xMove = cs->xRotations; - if (cs->grabIndex && cs->opt[CUBE_SCREEN_OPTION_MIPMAP].value.b) + if (cs->opt[CUBE_SCREEN_OPTION_MIPMAP].value.b) s->display->textureFilter = GL_LINEAR_MIPMAP_LINEAR; if (cs->invert == 1)
2020 Feb 06
2
doveadm backup -R -m -s not picking up a new message
...LUS NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY CATENATE CONDSTORE ESEARCH SEARCH=FUZZY SORT SORT=MODSEQ SORT=DISPLAY SORT=UID THREAD=ORDEREDSUBJECT THREAD=REFERENCES THREAD=REFS ANNOTATE-EXPERIMENT-1 METADATA LIST-EXTENDED LIST-STATUS LIST-MYRIGHTS LIST-METADATA WITHIN QRESYNC SCAN XLIST XMOVE MOVE SPECIAL-USE CREATE-SPECIAL-USE DIGEST=SHA1 X-REPLICATION STATUS=SIZE OBJECTID SAVEDATE X-CREATEDMODSEQ PREVIEW=FUZZY XAPPLEPUSHSERVICE LOGINDISABLED XCONVERSATIONS COMPRESS=DEFLATE X-QUOTA=STORAGE X-QUOTA=MESSAGE X-QUOTA=X-ANNOTATION-STORAGE X-QUOTA=X-NUM-FOLDERS IDLE dsync(fmsync): Debug: ima...
2011 Jan 22
0
how to call BayesX in R to see the graph
...aha1.ff.cuni.cz> Content-Type: text/plain; charset=us-ascii On Thu, Jan 20, 2011 at 03:14:01PM -0800, Changbin Du wrote: > ROCR > I appreciate this information, which is new for me. Up to now, i was using the function get.auc <- function(statistic, label, negative, positive) { xmove <- as.numeric(label == negative) ymove <- as.numeric(label == positive) stopifnot(xmove + ymove == 1) rank.stat <- rank(statistic, ties.method="min") steps <- aggregate(cbind(xmove, ymove), by=list(rank.stat), sum) n <- nrow(steps) x <- c(0,...