search for: button_pressed

Displaying 4 results from an estimated 4 matches for "button_pressed".

2013 Feb 25
1
creating variable that codes for the match/mismatch between two other variables
...12212 121221 121111 121111 122112 121111 ... $ Category : int 2 1 3 2 1 1 3 3 1 3 ... $ FixCross.Latency : int 1429 1043 1093 1297 1155 1449 1140 1396 1341 1427 ... $ Stimulus : int 2 1 2 2 1 1 1 1 2 1 ... $ RT : int 333 275 378 428 442 388 340 394 414 542 ... $ RT.Button_pressed: int 2 1 2 2 1 1 1 1 2 1 ... $ RT.Accuracy : int 1 1 1 1 1 1 1 1 1 1 ... $ Prediction : int 0 0 0 0 0 0 0 0 0 0 ... $ Confidence : int 0 0 0 0 0 0 0 0 0 0 ... $ ITI : int 1053 1182 1467 1431 1103 1170 1232 1393 1356 1495 ... $ Subject : num 4 4 4 4 4 4 4...
2012 Mar 20
5
[PATCH] Add vncviewer xm compatibility options the 'xl create' command
I''ve attached the preliminary patch to add vncviewer options to the ''xl create''. It applies cleanly against c/s 4e1d091d10d8. All feedback is welcome. Goncalo # HG changeset patch # User Goncalo Gomes <goncalo.gomes@eu.citrix.com> # Date 1332257809 0 # Node ID 46f8afe643dee8de2c592c65204567fbad657616 # Parent 4e1d091d10d83130842170cd61f1194e5459f2aa Add
2010 Apr 22
6
libxenlight and xl: missing features
Hi all, this is a non comprehensive list of missing features in libxenlight and\or xl: - xen_platform_pci flag support in VM config files; - relative paths support in VM config files; - hap support in VM config files; - -c option to xl create; - remus; - trigger command; - tmem-* commands; - sched-* commands; - usb-* commands; - scsi-* commands. In general if you execute "xm
2010 Jun 28
8
[PATCH] add xl ocaml bindings
Signed-off-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com> --- tools/ocaml/Makefile | 2 +- tools/ocaml/common.make | 2 +- tools/ocaml/libs/xl/xl.ml | 209 ++++++++++++ tools/ocaml/libs/xl/xl.mli | 209 ++++++++++++ tools/ocaml/libs/xl/xl_stubs.c | 706 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 1126 insertions(+), 2 deletions(-)