search for: getev

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

Did you mean: getenv
2010 Jul 22
1
Updating a Data Frame
Hi, I have a global data-frame in my R script. At some point in my script, I want to update certain columns of this data-frame by calling in an update function. The function looks like this: # get events data. This populates a global event data frame in the R-script events <- getEvents(con, eventsFilePath) # events has columns eventid, timeStamp, isSynchronized, timeDiff; with millions of rows updateDB <- function(eventid, newTimeStamp, oldTimeStamp){ timeDiff <- newTimeStamp - oldTimeStamp #Update the events Data Frame events[events$eventid == eventid, "times...
2015 Jun 30
6
RPC server not available when windows client attempts to join samba AD
...********* # Generated Manually domain wmaa2.lan nameserver 192.168.42.241 *********************************** *Paul Upson* IT Support Manager Westmoreland Museum of American Art @rt 30 4764 State Route 30, Greensburg, PA 15601 724-261-9982 thewestmoreland.org <http://www.wmuseumaa.org/museum/getevent.cfm?ID=751>
2010 Dec 07
1
[ANNOUNCE] xorg-server 1.9.99.901
....c | 13 +- dix/eventconvert.c | 17 +- dix/events.c | 76 +- dix/extension.c | 6 +- dix/gc.c | 6 +- dix/getevents.c | 359 ++-- dix/globals.c | 4 - dix/grabs.c | 7 +- dix/inpututils.c | 154 ++- dix/main.c | 4 -...
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...OS: Remove ALLOCATE_LOCAL from os.h Remove all traces of external RGB database (and Speedo) DIX: XKB: Set xkbInfo to NULL as well as freeing it (bug #10639) .gitignore: Ignore build directories COPYING: Collapse 'canonical license' into one statement DIX/getevents: Document GetMaximumEventsNum() a little better XKB: Don't ring the bell when we don't have a BellProc (bug #13246) ProcessOtherEvent: Don't do double translation of button events WaitForSomething: Ignore EAGAIN XKB: Actions: Don't run certain actions on...