search for: testtime

Displaying 12 results from an estimated 12 matches for "testtime".

2013 Feb 08
4
convert 12 time stamp to 24 hour
Readers, For a 12 hour time stamp: > testtime<-("2013-01-01 01:00:01 PM") > testtime [1] "2013-01-01 01:00:01 PM" > testtime24hour<-strftime(testtime,'%H:%M:%S') > testtime24hour [1] "01:00:01" how to convert to 24 hour format so that the object 'testtime24hour' is: '13:00:01...
2013 Oct 16
2
Plot time series data irregularly hourly-spaced
...-axis always starts from the lower values of my time data. For example, I would like to plot data that starts at 20:00:00 and ends at 01:00:00, but R considers that 01:00:00 is lower than 21:00:00 and my plot is kind of "crossed over time". Please try this example to see it graphically: testtime<-c("20:00:00","22:10:00","22:20:00","23:15:00","23:43:00","00:00:00","00:51:00","01:00:00") var<-runif(length(testtime),0,1) plot(strptime(testtime,format="%H:%M:%S"),var,type="b",xlab="Ti...
2009 Mar 03
2
Passing an SQL fragment in AR save
I have a basic model class TestTime with no customization. class TestTime < ActiveRecord::Base end I would like to pass the following SQL fragment as part of an AR save call to TestTime objects. How and where would I do this in the model? "set c_time=current_time" (current_time is an SQL method, not a variable). --...
2008 Mar 03
1
Tapply for Group Specific Means and Proportions
...ior categories, 0.xx being the proportion per date-time) I would appreciate it: Date-Time MeanHt PE OS SI ... 28Mar96.0752 6.000000 0.xx 0.xx 0.xx ... 28Mar96.1014 7.000000 0.xx 0.xx 0.xx ... TIA, Bret (R 2.6.1 on I386-pc-mingw32) Texas A&M > Final Sequence testdate testtime Behavior Substrate TreeHt 1 1 28Mar96 0752 PE TW 6 2 2 28Mar96 0752 OS <NA> 6 3 3 28Mar96 0752 PE TW 6 4 4 28Mar96 0752 PE TW 6 5 1 28Mar96 0924 PE...
2009 Aug 21
1
trouble with Vista & reading files
..., byrow=TRUE),stringsAsFactors=FALSE) names(otherData) <- otherCols ; hdrDF <- cbind(hdrDF,otherData) hdrDF$Date <- as.POSIXct(hdrDF$Date,format=dateFormat) hdrDF$LotDate <- as.POSIXct(hdrDF$LotDate,format=dateFormat) hdrDF$TestTime <- NA for (j in c(1:length(hdrDF[,1])-1)) { hdrDF$TestTime[j] <- hdrDF$Date[(j+1)]-hdrDF$Date[j] } eTestData <- merge(hdrDF,eTestData,by=slotCol) } } if (length(dataFiles) > 1) { for (i in c(2:length(dataFiles))) { # i <- 48 # print(paste(&q...
2009 Sep 30
30
About profiling xen
Hi there, I am getting very low throughput (around 0.29Mbps) while running netperf benchmark for guest to guest communication on a single physical host. To analyse where the time is spent in hypervisor I wanna use profiling. Please help me choosing good profiler according to my requirments. Should it be better in my case, Xentrace, gprof, xenoprof  or Oprofile. Is it possible to use some vtune
2009 Sep 30
30
About profiling xen
Hi there, I am getting very low throughput (around 0.29Mbps) while running netperf benchmark for guest to guest communication on a single physical host. To analyse where the time is spent in hypervisor I wanna use profiling. Please help me choosing good profiler according to my requirments. Should it be better in my case, Xentrace, gprof, xenoprof  or Oprofile. Is it possible to use some vtune
2007 Mar 01
3
Ajax.PeriodicalUpdater using Effect.Highlight to highlight newly loaded div
...ot;text/html;charset=utf-8" /> <link href="includes/initial.css" rel="stylesheet" type="text/css" / > <link href="includes/style.css" rel="stylesheet" type="text/css" /> <style type="text/css"> .testtime { border:1px solid #000; padding: 5px; margin-bottom: 2px; } </style> <script src="includes/prototype.js" type="text/javascript"></script> <script src="includes/scriptaculous.js" type="text/javascript"></ script...
2012 Dec 27
4
How do *you* test your changes to dialplans ruled by GotoIfTime?
This past holiday weekend has resulted in some real groaners when it comes to bugs in our dialplan, making obvious the need for some changes in our procedures. First, our hours of operation for Christmas Eve, Christmas, Boxing Day and New Year's Eve had changed with little to no notice. Okay, fine, whatever, I fix. Our Christmas Eve hours (made worse by being Monday this year) dialplan
2013 Jan 10
1
Segmentation fault after upgrading from asterisk-10.5.0 to asterisk-11.1.2
...27062]: udptl.c:1415 removed_options_handler: t38faxmaxdatagram in udptl.conf is no longer supported; value is now supplied by T.38 applications. Asterisk PBX Core Initializing Registering builtin applications: == Registered custom function 'EXCEPTION' == Registered custom function 'TESTTIME' [Answer] == Registered application 'Answer' [BackGround] == Registered application 'BackGround' [Busy] == Registered application 'Busy' [Congestion] == Registered application 'Congestion' [ExecIfTime] == Registered application 'ExecIfTime' [Got...
2009 Dec 17
6
Feature Request: GotoIfTimeWithOffset
Hi, When I was testing an IVR, I realized I miss a function I would call GotoIfTimeWithOffset. Today, this IVR is using function AEL GotoIfTime in several places. The problem is if it's 11pm at the moment I'm testing this IVR, I can't nicely test the 9am or 2pm branch. GotoIfTimeWithOffset would get 2 incoming arguments : - the first is a time range (just like GotoIfTime), - the
2016 Dec 10
6
failing to start asterisk on centos7
...tions: CDR simple logging enabled. == Parsing '/etc/asterisk/dsp.conf': Found == Parsing '/etc/asterisk/udptl.conf': Found Asterisk PBX Core Initializing == Registering builtin functions: == Registered custom function 'EXCEPTION' == Registered custom function 'TESTTIME' == Manager registered action ShowDialPlan == Manager registered action ExtensionStateList == Registered application 'Answer' == Registered application 'BackGround' == Registered application 'Busy' == Registered application 'Congestion' == Registere...