search for: thistime

Displaying 8 results from an estimated 8 matches for "thistime".

2004 Jul 07
9
Windows 2K outperform Linux/Samba very much?
...t and who can explain it? The computers' configurations are as follows: 1. PC Client It runs the follow VB program to compute the time when check files' property Operation System: Windows 2000 professional // ... Set objFSO = CreateObject("Scripting.FileSystemObject") thistime = thisnow If objFSO.FileExists(fn) Then totle = totle & "Check file time " & CStr(thisnow - thistime) + " ms" + vbCrLf thistime = thisnow Set objFile = objFSO.GetFile(fn) totle = totle & "Get object time " & CStr(thisnow - thistime) + " ms...
2012 Apr 23
0
linear model benchmarking
...NA y[2,2] <- NA options(digits=2) time.factor.first <- first.checksum <- NA for (ctr in 1:length(ols)) { invisible({gc(); gc(); gc()}) coefsum <- 0.0 v <- system.time(for (mc in 1:MC) coefsum <- coefsum + ols[[ctr]](y[,mc], x[,,mc])) thiscoefsum <- sum(abs(coefsum)) thistime <- sum(as.numeric(v)[1:2])/MC if (is.na(time.factor.first)) time.factor.first <- thistime if (is.na(first.checksum)) first.checksum <- thiscoefsum cat(sprintf("%13.13s", names(ols[ctr])), " Checksum = ", thiscoefsum, "(", sprintf("%.8f",...
2003 Apr 20
4
${EPOCH} and ${DATETIME} patch
...============================================= RCS file: /usr/cvsroot/asterisk/pbx.c,v retrieving revision 1.14 diff -u -r1.14 pbx.c --- pbx.c 19 Apr 2003 02:41:22 -0000 1.14 +++ pbx.c 21 Apr 2003 02:27:43 -0000 @@ -713,6 +713,8 @@ { char *first,*second; char tmpvar[80] = ""; + time_t thistime; + struct tm brokentime; int offset,offset2; struct ast_var_t *variables; char *name, *num; /* for callerid name + num variables */ @@ -807,6 +809,21 @@ } else if (!strcmp(var, "CHANNEL")) { strncpy(workspace, c->name, workspacelen - 1); *ret = workspace; + } else if (!st...
2002 Oct 25
1
reshape: duplicate rows to multiple cols
...8 15.85833341 56.02536998 15.01057082 I've tried: >klam.wide <- reshape(klam.merge, varying=list(levels(klam.merge$lulc)), + timevar="stream",drop="x",direction="wide") which yields Error in "[<-.data.frame"(*tmp*, , varying[, i], value = thistime[match(rval[, : subscript out of bounds In addition: There were 20 warnings (use warnings() to see them) > I've also tried above syntax with times=list(levels(klam.merge$lulc)) but I get the same error. Thoughts on what I'm missing? -- Rob Schick Research Associate NOAA Fish...
2016 Jun 26
2
Need IP on failed logins in logfile
Hi Jeremy, list, On 06/26/2016 12:11 AM, Jeremy Allison wrote: > We should probably have something in the server that logs > this as an official "event". Can someone log a RFE bug in > the bugzilla so we don't forget this request ? I created this bug: https://bugzilla.samba.org/show_bug.cgi?id=11998 I hope it is (approximately) what you mean. :-) Best regards, MJ
2017 Sep 19
1
How to track attempted breakins, authentication failure logging
On Tue, 2017-09-19 at 17:02 +0200, L.P.H. van Belle via samba wrote: > Hai Mark, > > I see the bugreport for this is still untouched. > https://bugzilla.samba.org/show_bug.cgi?id=11998 I've closed that bug now. Extensive work has been done to add this feature to Samba 4.7, due out this week: https://wiki.samba.org/index.php/Setting_up_Audit_Logging Two new debug classes,
2008 Jun 28
14
Date Field convert to Seconds since Epoch
Hi, I was wandering if anyone could help me with this problem: Right now I am using a field in my database which is of type ''Date'' (in the form dd-mm-yyyy). I would like to convert this value (for example 26-06-08) into a number of seconds since epoch or into another form so I can compare it with todays date (from Date.now) so that I can tell the difference between the two dates
2006 May 18
1
reshape question
...de") wide #############Linux Result################ > wide <- reshape(df, idvar=c("state", "school","class"), timevar = "Values2Columns",direction = "wide") Error in "[<-.data.frame"(`*tmp*`, , varying[, i], value = thistime[match(rval[, : replacement has 3 rows, data has 8 #############Windows Result############## > wide <- reshape(df, idvar=c("state", "school","class"), timevar = "Values2Columns",direction = "wide") > wide state school c...