Intervals are used to measure “distance” between values.

learn more… | top users | synonyms (1)

1
vote
0answers
17 views

Android Timer changing interval

I want to make a timer that changes a picture on the screen when the interval of the picture is over. for(int x = 0; x < intervals.size(); x++) { t.schedule(new ...
2
votes
2answers
57 views

Find values in a given interval without a vector scan

With a the R package data.table is it possible to find the values that are in a given interval without a full vector scan of the data. For example ...
0
votes
0answers
3 views

Can I display each character in Text view with a dealy

I want to have a text field and like each character to be displayed with 2 sec intervals in my text view. is there a way to do this? thanks
0
votes
1answer
24 views

PHP - how to watch for cookie (every second or time interval)?

I want to watch for cookie and if this cookie exist do somethink. I tried this : while (true) { sleep(1); if ($_COOKIE['name']) { doSomethink(); } } But this code really ...
-1
votes
1answer
34 views

Formatting php timedifference based on days

I'm calculating a timedifference with this bit of php and formatting it in days, hours and minutes. // Compares expires_at with the current time $now = new DateTime(); $future_date = new ...
0
votes
0answers
25 views

Implement sound Interval Arithmetic

How to implement sound Interval Arithmetic in Java? I need to implement a sound interval arithmetic with java. Let's take the type double as example, we use an iterval [0.09999....005, ...
0
votes
1answer
20 views

Fast Data Structure For Point Interval Lookups

I have an interesting problem I'm working on right now and wonder if anyone has had success in implementing high performance solutions to it. I have a set of "intervals" meaning an array of arrays ...
0
votes
2answers
33 views

Flash as javascript interval replacement

Hi I am developing a web application which require a consistent interval. However I notice that when the window is loss focus the interval will die. I wonder if it is possible to embed a flash that ...
0
votes
2answers
47 views

How to autoscroll to a hidden div when using show hide funciton in a loop

I have a loop that displays tooltips in a sequence down a page. One div will open for a few seconds, then close, then another div will open further down the page, and then close, etc. How do I ...
0
votes
0answers
23 views

What should I do for 3 and 6 months interval in this script for updating users

Actually this is the payment api for my autoresponder for paypal. It currently operates for i month and 1 year subscriptions. What do i do so that I cAN MAKE IT good for 3 and 6 months subscribtion. ...
0
votes
3answers
49 views

mysql show time slots avaliable and time slots busy from table

i have this table structure for bookings |ID|timeBooked | duration | |2 |2013-05-09 11:10:00| 30 | |1 |2013-05-09 14:40:00| 15 | |AI| timespan | int(4) | duration ...
0
votes
2answers
31 views

Does anyone know what in this clearInterval makes it not clear?

This is my js converted from coffee : set_timer: function() { var _this = this; return this.timer = setInterval(function() { _this.set({ time_to_complete: _this.get("time_to_complete") ...
2
votes
4answers
40 views

How to stop time interval in my function?

I have this function: function timedFunction(functionString,timeoutPeriod) { setTimeout(functionString+"timedFunction(\""+functionString+"\","+timeoutPeriod+");",timeoutPeriod);} This function me ...
0
votes
1answer
56 views

WPF Charting toolkit change axis interval labels programatically

I'd like to programatically change the interval of labels on X axis of my Line chart. The only thing I've found was how to do it in xaml file: http://stackoverflow.com/a/8944925/2302510 and it works ...
-4
votes
3answers
39 views

How to split string at regular intervals in Python 3

I need to split a string at a regular interval and return a string with the same characters (one space and letters) with newlines at each interval so it gets to represent some kind of row/column ...
0
votes
2answers
64 views

How to build a tick for loop without using the loop variable

I have a for loop that continually runs over an interval, however I am only using it as a function that I want running every 10 Minutes. How can I declare this for-loop without having to use 'x' ...
0
votes
0answers
14 views

Data structure for dealing with intervals

I've spotted a question and couldn't solve it: [1 ... n^5] interval was divided into n non-equal non-overlapped intervals. given these intervals and their names, can anyone give me a good data ...
0
votes
1answer
36 views

How to execute a block of code with 1 second intervals?

I need to execute a block every 1 second, but it needs to be in the same thread. This means, from what I understand, that I can't make the use of a timer class. Is there a way to do what I want?
0
votes
1answer
39 views

How to identify the records that belong to a certain time interval when I know the start and end records of that interval? (R)

So, here is my problem. I have a dataset of locations of radiotagged hummingbirds I’ve been following as part of my thesis. As you might imagine, they fly fast so there were intervals when I lost ...
-1
votes
1answer
24 views

MySQL intervals dates remaining

I have to write a query that pulls the users that are ten days away from ending their free trial. My question is, do i do a minus 10 day interval or a plus 10 day interval against CURRENT_DATE(). I ...
1
vote
2answers
53 views

Create query statement to output records within a ROLLING time interval

What I am attempting to do is create a SELECT statement searching for duplicate cell values within a rolling 30 minute window. From a table that records every alert sent out to the DBA team. Here is ...
0
votes
0answers
13 views

Obtaining time intervals between 2 JButtons then saving to mySQL DB

Hello im currently working on a system that logs calls about wiring issues. Now i need to save the number of minutes and seconds for the call duration. Here is the current setup that im using for the ...
0
votes
2answers
26 views

jQuery animation timings for non CSS

I'd like to count from 0 to n in x seconds and call a function on each step. For instance: var count = 0, targetCount = 100, duration = 500, timing, interval; timing = duration / ...
0
votes
2answers
76 views

How to change - INTERVAL 7 DAY?

I have this sql which I have always had to change the interval value by file edit $sqlresult = mysql_query("UPDATE chassis SET oktodo = '1' WHERE dtmcreated < '$date' - INTERVAL 7 ...
0
votes
1answer
49 views

Select records witch repeatable datetime PostgreSQL

I am facing the problem aka calendar. I have to extract all records (events) (via select) with: 1. a specific date or 2. or repeatable date The problem is that normal calendar displays the entire ...
0
votes
0answers
49 views

Interval regression with R

I need to perform a multiple regression analysis of response data that is expressed as an interval (a lower bound and an upper bound), that I assume is log-normally distributed, on a number of ...
0
votes
1answer
18 views

update html with javascript on an interval with directory size in php

I'm trying to get the size of a directory calculated every 3 seconds. The calculation succeeds and the size gets displayed but it does not update. This is the code at the moment: <script ...
0
votes
1answer
45 views

jqeury, Slider only goes round once

I have this, which is an image slider thats meant to keep going round once it gets to the end and back: $(function () { var sliderUL = $('div.headslide').children('ul'), imgs = ...
0
votes
1answer
27 views

jQuery How to properly set an interval?

At the moment I have this, but it keeps returning "swapBKgnd is no defined" : var interval = self.setInterval("swapBKgnd()", 9000); function swapBKgnd() { (direction === 'next') ? ...
1
vote
4answers
119 views

Simple interval/range intersection with overflow

I'm writing a physical memory manager that gets some intervals of memory from the BIOS that are not used by crucial system data. Each interval has 0 <= start <= 2^32 - 1 and 0 <= length <= ...
0
votes
1answer
27 views

Mysql - can I query the interval on an Event (Event-Scheduler)?

Is there a way to obtain the interval of an event? I am modifying an event with different intervals, but I have other queries that depend on knowing how much time until the event is fired. In ...
0
votes
4answers
58 views

java set a timer - daily morning and evening [closed]

I need to run a method at daily morning at 8 and evening at 8, for this thinking to do with Java timer. how to set timer for this scenario.
0
votes
0answers
12 views

posteriori interval confidence

I would try to explain the problem as briefly as possible. I had a 25 variable data set (daily sampling of each variables for 100 days) which i used in PCA and got 8 PCs. I used PC scores to cluster ...
-2
votes
1answer
27 views

Date Intervals and MySQL

Hello! Is it possible to exclude date intervals in MySQL. Let's say: I have picked two dates start_date = "2013-04-02" and end_date = "2013-04-12" The table reservation holds two columns for ...
1
vote
2answers
68 views

Stop button isn't stopping my location service

I am trying to write a service which runs with an interval. And each time it runs, it should retrieve the current location of the mobile phone. And as far as it looks my interval is running properly. ...
0
votes
1answer
40 views

How to know the keep alive interval needed for most router?

Most devices nowadays are behind NAT. When we make connection to server, router will create mapping for this connection and keep this mapping alive for some time. In order to keep this mapping, we ...
0
votes
1answer
69 views

Split number of hours between intervals and sum

I'm working with date intervals in Java, and I have a initial date (let`s say 04-04-2013 11:00:00), and a number of hours (for example, 12:00), and some intervals (like Sunday 09:00 - 18:00, Monday ...
0
votes
1answer
37 views

How to determine number of intervals in an interval_map without iteration?

I can determine how many intervals are in an interval_map by iterating over the intervals, but is there a more direct method for getting the number of intervals in an interval map? The size() method ...
0
votes
3answers
57 views

jQuery loop. Adding one to prev digit

How can I add to last number +1, every time document does interval? I'm getting this: jsfiddle.net/zAt7C/1/ $(document).ready(function () { // verification $('title').text('jQuery is ...
0
votes
0answers
16 views

how to get current connection interval in IOS CoreBluetooth [duplicate]

Is there any way to get current connection interval during connection with bluetooth device. Getting RSSI value is simple and there is dedicated function for that. But I have not found any function to ...
-4
votes
1answer
122 views

How do you create vectors with specific intervals in R?

I'm new to R and had a question about creating vectors.. If I do a<-1:10, "a" has the values 1,2,3,4,5,6,7,8,9,10. My question is how do you create a vector with specific intervals between its ...
0
votes
2answers
78 views

Overlapping time intervals WITHOUT for/while loops

The best way to ask my question is via a clear example. Consider 2 timelines (e.g. time in seconds) A and B where the intervals for each timeline are: intervals_a = 0 1 1 4 4 7 7 9 ...
3
votes
5answers
94 views

How to test if a integer range has overlap with an integer list?

For example: we have a list: 1 2 3 7 8 9 11 12 We need to check if a range (A,B) overlaps with the list, e.g range (4, 6) does NOT overlap with the list , range ( 10, 12) and range(5,9) do overlap ...
0
votes
1answer
94 views

Maximum Segment Sum with negative numbers

Given N numbers (positive and negative) and T = number of numbers you can choose, how can you compute the maximum sum of intervals? The first number from an interval is considered to be 0. For ...
1
vote
3answers
65 views

Find total duration inside date range that is covered by a list of ranges

I have a bunch of date ranges stored in records in a table, many of which overlap. 2013-03-10 10:00 - 2013-03-10 16:00 2013-03-10 15:00 - 2013-03-10 17:00 2013-03-10 20:00 - 2013-03-10 22:00 For my ...
0
votes
1answer
124 views

MySQL Select where date = curdate() OR duedate = exactly 14 days from now

I need to write a query I cant quite figure out yet. I have a table with 2 dates. One of them is the date of creation and the other one is the date of return. I want to select all rows WHERE ...
1
vote
0answers
50 views

Efficient data structures for disjoint integer intervals

I have a set of disjoint integer intervals and want to check whether a given integer lies in one of these intervals. Of course, this can be achieved by means of a binary search in logarithmic time. ...
0
votes
3answers
942 views

auto refresh DIV using AJAX and FORM with interval after pressing button

i have a simple javascript i use to feed a DIV with content from a script using AJAX. This happens only after the user clicks a button. What i want after the user pressed the button (once) and the DIV ...
0
votes
1answer
85 views

PHP find how many days until the next repeated event from start time

I have a calendar with events that a user inputs from an install start date. These events are always repeating from the start date, every X days,months or years, and we do not know the end date. I ...
1
vote
2answers
108 views

Android service locationlistener not activated

I've implemented an android service that start on boot : MyService.java package com.example.testservicelogging; import com.example.testservicelogging.MyBroadcastReceiver; import ...

1 2 3 4 5 11