Tagged Questions
The duration tag has no wiki summary.
15
votes
9answers
1k views
C# - Duration between two DateTimes in minutes
I need to determine duration between two DateTimes in minutes.
However, there is a slight twist:
exclude weekends
only count minutes
which are between 7:00AM and 7:00PM.
for example: ...
9
votes
4answers
305 views
Measuring elapsed time in python
Is there a simple way / module to correctly measure the elapsed time in python? I know that I can simply call time.time() twice and take the difference, but that will yield wrong results if the system ...
9
votes
2answers
139 views
What are exact requirements on automatic storage duration?
Depending on the compiler the following code:
int main()
{
srand( 0 );
if( rand() ) {
char buffer[600 * 1024] = {};
printf( buffer );
} else {
char buffer[500 * 1024] = {};
...
8
votes
2answers
2k views
Using a duration field in a Rails model
I'm looking for the best way to use a duration field in a Rails model. I would like the format to be HH:MM:SS (ex: 01:30:23). The database in use is sqlite locally and Postgres in production.
I ...
7
votes
3answers
217 views
How to get the precision of high_resolution_clock?
C++11 defines high_resolution_clock and it has the member types period and rep. But I can not figure out how I can get the precision of that clock.
Or, if I may not get to the precision, can I ...
7
votes
2answers
3k views
html5 display audio currentTime
I would like to display the current time of of an html 5 audio element and the duration of that element. I've been looking over the internet but can't find a functional script which allows me to ...
6
votes
5answers
361 views
SQL query to calculate part of visit duration from log table
I have a table which logs the userid, course, sessionid and requestdate each time a webpage is loaded.
I want to calcuate the duration per userid for a given courseid.
It is problematic to do this due ...
4
votes
2answers
233 views
UIModalTransitionStyleFlipHorizontal animation duration?
What is the default value of (NSTimeInterval)duration for UIModalTransitionStyleFlipHorizontal, which is related to -[UIViewController presentModalViewController:animated:]?
4
votes
1answer
196 views
Different server & client cache policies in ASP.NET 4.0
I'm missing a little fundamental understanding of ASP.NET Output Caching.
In my case I have resources that are very strongly tied to my VaryByCustom key. On the server-side, I'd love for these to be ...
4
votes
1answer
548 views
What is the best way to get an audio file duration in Android?
I'm using a SoundPool to play audio clips in my app. All is fine but I need to know when the clip playback has finished.
At the moment I track it in my app by obtaining the duration of each clip ...
3
votes
2answers
228 views
Changing the iOS keyboard animation time
Is there a way to change the time the iOS keyboard animation takes?
3
votes
6answers
145 views
Convert duration from 0:00 or 00:00 to 00:00:00
I'm doing up an application that converts the STRING duration of a media file in C#.
How do I make it so that the output are as follows:
a. 1:34 (1min 34 sec) to
00:01:34
b. 0:05 (5 seconds) to
...
3
votes
5answers
92 views
What's the requirement for storage duration of temporaries?
Consider the following code:
class Test() {
public:
Test()
{
memset( buffer, 0, sizeof( buffer ) );
}
void Process()
{
printf( buffer );
}
private:
char ...
3
votes
3answers
434 views
Joda-Time: Formatting with multiple formats with single Formatter
I'd like to print durations given in milliseconds with different format specification depending on its size:
case (1) "H:mm" if duration < 10 hours
case (2) "HH:mm" if duration < 24 ...
3
votes
3answers
642 views
Project cost and duration estimation and hourly rate for Freelance asp.net project [closed]
Hey guys this is one of the non Technical questions I can say but very important in terms of charging for software development. Recently I have been offered a freelancing project on ASP.net from one ...
3
votes
3answers
1k views
jQuery activate a mouseover function only if the mouse holds on the element
I would like to activate a .mouseover function only if the mouse lays down on the "trigger" element for a predetermined duration (e.g. 500 milliseconds).
E.g.
$('.featured').mouseover(function () {
...
3
votes
3answers
913 views
How do you calculate an end time based on start time and duration?
I'm building a event calendar and pass a start time to PHP, in the format of 2009-09-25 15:00:00. A duration gets passed as well, that might be in the format of 60 minutes or 3 hours. Converting ...
2
votes
0answers
45 views
MediaPlayer.getDuration() gives incorrect value or 0 in Android 2.1
I am working on a streaming audio application in android.I am getting
the following issues in the android media player.
1 MediaPlayer.getDuration() method returning 0 at sometime
...
2
votes
3answers
72 views
PHP limit audio file duration?
I have a form where user can upload audio file (mp3), but instead of limiting the actual size of it, is it possible to limit the duration of the file in php?
2
votes
2answers
173 views
What is the duration of a Toast LENGTH_LONG and LENGTH_SHORT
I need the exact duration of LENGTH_LONG and LENGTH_SHORT in milliseconds (ms). Also I need to know if the duration of Toast message with LENGTH_LONG will have the same duration in any phone and with ...
2
votes
2answers
53 views
Timespan in Java and SQL?
I want to save time intervals in my SQL table but I'm not sure what type to use in Java for this.
What I need to store are durations like 12:33:57 or just minutes and seconds like 02:19. Any ideas ...
2
votes
2answers
73 views
Can Java be used to determine a duration of a download?
Just asking, and how would you go about doing this.
I know there is ways to get an overall percentage to inform users of the download's progress, but I haven't a clue on how I can do the similar for ...
2
votes
1answer
208 views
non-static declaration following static declaration
Consider these examples:
static int a;
extern int a; //OK -- what linkage does the a have now?
static int a;
int a; //ERROR
extern int a;
static int a; //ERROR
int a;
static int a; //ERROR
extern ...
2
votes
1answer
265 views
CSS transition-duration does not update the transition?
I am currently writing a jQuery plugin to create / manage CSS transitions, and I found this strange behavior with transition-duration.
Apparently, while a transition is running, any changes to the ...
2
votes
2answers
312 views
Calculate Duration
I have a small android problem, I have a requirement to have a timer to calculate the duration from the time a specific activity was open till a certain button in that activity is clicked, simply how ...
2
votes
1answer
591 views
Toast Message in Android
Friends, In my application Toast message is Displayed in Activity say UserActivity.class..
That activity includes a button, in which it will Redirect to next Activity in OnClick of button..
What i ...
2
votes
1answer
367 views
XSL converting time value into “minutes/hours/days ago” format
I have an XML feed that I'm transforming using XSL. The date for each post from the XML comes in this format:
2011-03-09T10:44:27Z
I'd like to be able to convert it into "50 minutes ago" or "3 ...
2
votes
2answers
283 views
Converting MP3 duration time
I'm using my iTunes library to get data from about 1,100 mp3s and I'm running into a small issue in getting the duration of the library into minutes and seconds.
$duration = 1893642;
$minutes = ...
2
votes
2answers
966 views
Adjust the length of an AudioUnit Buffer
my Problem concerns AudioUnits. In order to design a voicechanging App for iPhone (with Objective-C xCode) i use RemoteIO audioUnit sample from this website:
...
2
votes
3answers
177 views
Is it preferred to use end-time or duration for events in sql?
My gut tells me that start time and end time would be better than start time and duration in general, but I'm wondering if there are some concrete advantages or disadvantages to the differing methods.
...
2
votes
3answers
970 views
PHP: add seconds to a date
Hi all and happy holidays,
I'm getting quite confused doing the following:
I have $adate; which contains:
Tue Jan 4 07:59:59 2011
I want to add to this date the following:
$duration=674165; // ...
2
votes
2answers
327 views
Is there a comprehensive library/module for ISO 8601 in ruby?
Is there already an implementation of all the date, time, duration and interval usage of the ISO 8601 standard in ruby? I mean something like a Class where you can set and get the details like, year, ...
2
votes
1answer
1k views
How to find duration of an uploaded mp4 or f4v video?
I've tried using directshowlib-2005 by installing k-lite mega codec pack. It can't find the duration of an mp4 file or f4v file (avi, wmv and flv has no problem). I use ImediaSeeking interface of ...
2
votes
1answer
605 views
jQuery removeClass duration not working?
I have a paragraph set with the following style:
.design_info_box p.design_info_desc
{
height:30px;
text-overflow: ellipsis;
overflow:hidden;
}
With this, you can see the first 2 lines ...
2
votes
2answers
117 views
how to sort durations with Qt?
i'm trying to make QSortFilterProxyModel sort items by duration.
preconditions:
hours and minutes must not have leading zeros
if duration is less than an hour, then hours must not be displayed, but ...
2
votes
2answers
119 views
OutputCache not caching for the whole duration time
I made a simple testcase.
default.asp:
<%=now%>
web.config:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<location path="default.asp">
...
2
votes
5answers
2k views
how to convert minutes to days,hours,minutes
how to convert minutes into days hours and minutes in java ( we have a week here , 7 days )
public String timeConvert(int time){
String t = "";
int h = 00;
int m = 00;
// h= (int) (time ...
2
votes
2answers
2k views
YouTube Player API: How to get duration of a loaded/cued video without playing it?
I'm not able to get the correct video duration/length (in seconds) of a loaded/cued video via the getDuration() method of the YouTube Player API; the same method, however, returns a valid value once ...
2
votes
2answers
1k views
Oracle Duration Function
Why isn't my PL/SQL duration function working correctly? In the query below, I manually calculate the 'hh:mm' the same way as in the function below. However, I get different results.
Calling Query:
...
2
votes
2answers
198 views
Web service call duration
My team has some data stored in a database which other teams in our company are interested in getting, and we're planning to build some web services, so that they don't have direct access to our ...
2
votes
5answers
248 views
Software estimation speed and accuracy
Let's say you have a project that will involve two web applications (that will share DAL/DAO/BO assemblies and some OSS libraries):
a semi complex management application that uses Windows Live ID ...
2
votes
3answers
2k views
How do you get an iphone MPMoviePlayer video's total time?
I just want to figure out how to get a video's total time in seconds. Is there video metadata that loads or something?
1
vote
1answer
28 views
Convert xml duration ex P0DT1H0M0S into java
Hi i'm trying to read xml duration to a new duration but i't says
"Cannot instantiate the type Duration"
I'm quite new to java and android dev. so please keep any nonconstructive comments to ...
1
vote
1answer
55 views
JodaTime for XML Schema/XACML Duration types
I'm trying to use Joda to support all XACML data times but am having trouble getting it to parse duration from strings like "P50DT4H4M3S". I suspect the problem is ISO and W3C parted ways at some ...
1
vote
3answers
170 views
Java: How to convert a string (HH:MM:SS) to a duration?
i want to convert a string with a format of HH:MM:SS or MM:SS or SS into a datatype of Duration.
solution:
private ArrayList<Duration> myCdDuration = new ArrayList<Duration>();
...
1
vote
2answers
71 views
What's the term for storage where locals and temporaries are stored in C++?
C++03 Standard specifies storage duration in 3.7 which includes automatic storage duration in 3.7.2 which I read as "automatic duration of storage", not "automatic storage". Also 3.7.3/1 reads
A ...
1
vote
1answer
93 views
Gettext caching annoyance
I'm currently struggling with gettext in PHP.
Gettext use cache. That's a good thing, but when I update my translations, I can't access them, which is annoying.
I read we can't flush the cache apart ...
1
vote
1answer
25 views
How Long is the iPad Roation Duration?
Pretty simple question but I can't seem to find an answer. Does anyone know the length in seconds the duration of the iPad Roation animation? I can guess that it's something short like 0.5 or 1 second ...
1
vote
1answer
25 views
where is the [Duration] attribute in mbunit, for timing tests?
Is it gone from the latest version?
I want to see that a method doesn't deteriorate in its performance.
I forgot the technical term for it.
1
vote
1answer
365 views
Android animation speed too slow
I am using an animationlistener with INFINITE repeat settings and it is important that every time it loops the onAnimationRepeat function is called.
This all works well with the animattion duration ...