search for: getevents

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

Did you mean: getevent
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, "timestamp...
2015 Jun 30
6
RPC server not available when windows client attempts to join samba AD
I am installing a new Samba 4.2 Active Directory server on CentOS 7. I followed the Wiki instructions on how to create the server. I am using sernet-samba 4.2 binaries. Everything seems to be OK on the Linux side but I cannot get any windows client to successfully join the domain. Each attempt returns the following error message "RPC Server in not available". Below are the config file
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 - di...
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 the...