Displaying 2 results from an estimated 2 matches for "last_ev".
Did you mean:
lastdev
2008 Oct 15
1
comparing with lead function
...7 13:05:00; 765329002557
2008-05-16 22:40:00; 765329002557
2008-06-08 11:24:00; 765329002557
2008-06-08 12:33:00; 765329002557"),as.is
=TRUE,sep=";",strip.white=TRUE,header=TRUE)
closeAllConnections()
DF$time <- ifelse(DF$timestamp > as.POSIXct("2008-07-01"), 1, 0)
last_event <- lapply(split(test, test$ID), function(.df){
lead_func_temp <- c(NA,.df$TIME [ - length(.df$TIME)])
temp <-
data.frame(ID=as.character(.df$ID),TIME=.df$TIME,
DIFF=rep(lead_func_temp,nrow(.df)))
return(temp)
})
DF$last_event <- do.call(rbind, last_event)
Mike
[[alternative HTM...
2011 Apr 13
6
CentOs 5.6 and Time Sync
Hi,
I have upgraded my Dell C151 to the latest 5.6. I have always used
ntp to sync this machine and then the rest of the machines in the
network would sync from it. Since the update I cannot keep the right
time on the machine. This is with / without ntp. I have attempted
various scenario's with no luck. I am now trying the old kernel now as I
type this out. If anyone else has any