Tagged Questions
The ranges tag has no wiki summary.
16
votes
2answers
506 views
C++ non-iterator based range library?
I've been frustrated by the unhandiness of stl iterators and am looking for something more usable. In particular, a concept that is easier to map and filter, and one that is easier to implement too: ...
7
votes
2answers
940 views
Revert a range of commits in git
How can I revert a range of commits in git? From looking at the gitrevisions documentation, I cannot see how to specify the range I need. For example:
A -> B -> C -> D -> E -> HEAD
I ...
6
votes
5answers
188 views
How do I summarize array of integers as an array of ranges?
I'd like to take input such as:
[1,2,4,5,6,7,9,13]
and turn it into something like the following:
[[1,2],[4,7],[9,9],[13,13]]
Each sub-array represents a range of integers.
6
votes
1answer
300 views
Named Ranges in Excel OpenXML
I am trying to create named ranges in Excel with OpenXML. I am able to add a DefinedName in the DefinedNames collection, but that does not seem to do anything. I noticed a place in the ...
5
votes
2answers
163 views
Algorithm to compute total area covered by a set of overlapping segments?
I have a list of endpoints of possibly overlapping intervals, and I'd like an efficient way to compute the total area covered by k intervals, for k=1,2,... (without doing all pairwise comparisons). ...
5
votes
1answer
153 views
How to implement Ranges in D
How do you implement your own range in D? I've looked everywhere but I can't find any documentation on which methods (like popFront, for example) need to be implemented for which kinds of ranges.
5
votes
7answers
399 views
Data structure to build and lookup set of integer ranges
I have a set of uint32 integers, there may be millions of items in the set. 50-70% of them are consecutive, but in input stream they appear in unpredictable order.
I need to:
Compress this set into ...
4
votes
3answers
1k views
Excel VBA: Range to String Array in 1 step
I know you can easily take a range of cells and slap them into a Variant Array but I want to work with a string array (because it's single-dimensional and takes less memory than a Variant array).
Is ...
4
votes
4answers
147 views
how to calc ranges in oracle
I have a table defining ranges, e.g.:
START | END | MAP
1 | 10 | A
11 | 15 | B
...
how do I query into that table so the result will be
ID | MAP
1 | A
2 | A
3 | A
4 | A
5 | A
6 | A
...
4
votes
3answers
397 views
Converting sets of integers into ranges
What's the most idiomatic way to convert a set of integers into a set of ranges?
E.g. given the set {0, 1, 2, 3, 4, 7, 8, 9, 11} I want to get { {0,4}, {7,9}, {11,11} }.
Let's say we are ...
3
votes
4answers
66 views
Using AWK to filter out column with numerical ranges
I'm relatively new to BASH and I'm trying to use awk to filter out column 1 data based on the 4th column of a text file. If the 4th column of data matches the range of x, then it'll output column 1 ...
3
votes
3answers
77 views
Getting at javascript values where a range is the index in an array
I'm probably going about this in entirely the wrong way, but pseudocode-wise, this is what I'd like to do:
ranges = new Array([0 - 400] = 'dog',
[401 - 1000] = 'cat',
...
3
votes
2answers
185 views
Excel VBA: Populating Staggered Ranges with 2d Array data
I'm currently looking for a more efficient method, via VBA, to get information transferred from a 2-d array within a Sub into a staggered set of ranges within an excel workbook. ...
3
votes
3answers
62 views
range(-8.00, 8.00, 0.05) acting very strange
Does anyone know why range(-8.00, 8.00, 0.05) seems fail?
Array
(
[0] => -8
[1] => -7.95
[2] => -7.9
[3] => -7.85
[4] => -7.8
[5] => -7.75
[6] => -7.7
[7] => -7.65
[8] => ...
3
votes
3answers
263 views
Time range- Sql
please help me with my problem. So, I have a table named 'RATES' which contains these columns:
id (int)
rate (money)
start_time (datetime)
end_time(datetime)
example data:
1 150 8:00am 6:00pm
...
3
votes
1answer
205 views
How to mimic JS ranges/selections with divs as backgrounds?
I need to mimic ranges/selections (those that highlight content on a website, and when you press for ex CTRL + C you copy the content) with divs as backgrounds. Chances are that the "highlighting ...
3
votes
3answers
254 views
calculating royalties based on ranges in rails 3
I've built an application that tracks sales of books and is -- hopefully -- going to calculate author royalties.
Right now, I track sales in orders. Each order has_many :line_items. When a new line ...
3
votes
3answers
2k views
Using an Array of Ranges in VBA - Excel
Does VBA support using an array of range variables?
dim rangeArray() as range
dim count as integer
dim i as integer
count = 3
redim rangeArray(1 to count)
for i = 1 to count
msgbox ...
3
votes
1answer
114 views
Calling 'scalar' on the results of the range operator (..) in Perl
So, I believe this has something to do with the difference between arrays and lists, but I don't understand what's going on here. Can anyone explain how and why Perl treats an expression like (1..4) ...
3
votes
2answers
608 views
Comparing two date ranges within the same table
I have a table with sales per store as follows:
SQL> select * from sales;
ID ID_STORE DATE TOTAL
---------- -------- ---------- -------------------------------
1 1 ...
3
votes
3answers
198 views
Ranged integers in .NET (or C#)
Am I being blind, or does the .NET framework not provide any kind of ranged integer class? That is, a type that would prevent you setting a value outside some given bounds that are not the full range ...
3
votes
4answers
494 views
problem with two key ranges in couchdb
I'm having problem getting the right results in my coordinate system.
To explain my system, I have this simple database that have x_axis, y_axis and name columns. I don't need to get all the data, I ...
2
votes
2answers
77 views
Why doesn't backward for loop work in ruby? eg. for i in 10..1 [closed]
Possible Duplicate:
Is there a reason that we cannot iterate on “reverse Range” in ruby?
This works like magic.
for i in 1..10
...
end
Isn't it only intuitive that this ...
2
votes
6answers
240 views
Math.Infinity in ruby, how do i iterate over an infinite sequence
I am trying to solve Project Euler problem #12:
The sequence of triangle numbers is generated by adding the natural
numbers. So the 7th triangle number
would be 1 + 2 + 3 + 4 + 5 + 6 + 7 =
...
2
votes
1answer
61 views
m2eclipse strange behaviour when using version ranges
I have set up a Maven respotory with Nexus on a server. I have deployed various project artefacts and third party libraries to this repository.
Now I'm trying to use this repository in my eclipse ...
2
votes
3answers
376 views
How to fill the color in cells A1:A5 and B1:B5 and C1:C5 with the same color using C#?
I am currently using the following code to fill cells in the range A1 to A5, and B1 to B5, with yellow:
chartRange1 = xlWorkSheet.get_Range("A1", "A5");
chartRange1.Interior.Color = ...
2
votes
1answer
110 views
Oracle - Convert value from rows into ranges
Are there any techniques that would allow a row set like this
WITH
base AS
(
SELECT 1 N FROM DUAL UNION ALL
SELECT 2 N FROM DUAL UNION ALL
SELECT 3 N FROM DUAL UNION ALL
SELECT ...
2
votes
1answer
202 views
get a range of objects with binary search
I have some data like this:
ID Value
1 AAA
1 ABC
2 dasd
2 dsfdsf
2 dsfsd
3 df
3 dwqef
they are objects(not plain text).
and i want to get all objects with the ID = ...
2
votes
2answers
1k views
Splitting up an interval in weeks in Postgres
Here goes a yet another SQL question about dates…
I'm building a calendaring application using PHP and Postgres that would display events spanning days, weeks or possibly months. Each event has a ...
1
vote
1answer
27 views
Excel VBA - Performing function to each cells in range
Let's say I have a range called rng1
Set rng1 = Worksheets("Sheet1").Range("A1","A5")
Is there a quick and easy way to perform a mathematical function, lets say divide all those cell values by 2, ...
1
vote
2answers
49 views
VBA Excel Merging dynamic ranges from two sheets into one, 1004 paste error
I'm trying to merge data from two different spread sheets into one which becomes the data source for a couple pivot tables. Both sheets have different layouts so I'm looping through the first sheet to ...
1
vote
1answer
36 views
C# : Storing set of non-overlapping ranges and finding whether a value is present in any one of the ranges strictly
I have a set of ranges :
Range1 ---- (0-10)
Range2 ---- (15-25)
Range3 ---- (100-1000) and likewise. I would like to have only the bounds stored since storing large ranges , it would be efficient.
...
1
vote
6answers
196 views
Python range function
Say I want to loop from 0 to 100 but with a step of 1/2. If you try
for i in range(0, 100, 0.5):
whatever
it calls an error saying the step must not be 0. Is there any built in way to do ...
1
vote
4answers
149 views
How to check a dates of a date range lies in between two dates in mysql query
I have a date range like
date from=2011-10-14 & date to=2011-10-20
if I have another date ranges
like
- 2011-10-11 - 2011-10-15
- 2011-10-11 - 2011-10-21
- 2011-10-15 - 2011-10-21
- ...
1
vote
4answers
103 views
Can percentage probability be done with a switch and ranges in C?
I'm currently using a random number and a series of if statements to assign a pointer to one of four lists using the following:
struct listinfo//struct holds head, tail and the number of entries for ...
1
vote
2answers
104 views
SQL Group Range Values
I have taken a look at several other questions/answers on here but I cannot apply those to my problem. I am trying to identify multiple sequential breaks based on a key column. Most examples I have ...
1
vote
4answers
265 views
Excel wizards: How do I create a formula for “if x ≥ then multiply by y” and so on?
Have only used excel for the basics, wrestling with this problem here:
I have these ranges:
0-499 * 0
500-999 * 1
1000-1499 * 4
I would like to write a formula where what is in my cell will be ...
1
vote
4answers
239 views
Is there a Java library that will create a number range from a list of numbers?
I am creating a table of contents, and what I have is a Map of product numbers to pages. So an entry might look like this:
ABC123 => [59, 58, 57, 19, 36, 15, 33, 34, 13, 39, 11, 37, 38, 21, 20, 40, ...
1
vote
0answers
344 views
Create a named range in excel sheet using oledb and C#
I am attempting to create a named range in an excel sheet using c# and oledb. I do not want to use the COM object interops for this. I have not been able to find any online example of performing ...
1
vote
2answers
168 views
LINQ Range of items from List<MyObject>
Using Linq, how can I get a list of objects where their ordinal poistion is between 5 and 27.
There is an unknown number of MyObject, so somethings nothing could be found.
"allItems" is always in ...
1
vote
2answers
1k views
Excel VBA - Using Ranges as Optional parameters for functions?
I'd like to write a VBA function that has a Range as an optional parameter. For instance something like:
Public Function testfunc(S As String, Optional R As Range) As String
testfunc = S
For Each ...
1
vote
3answers
393 views
Need help with a SQL query selecting date ranges from a table of period quarters
I have a table called Periods that looks like this
PeriodID | PeriodYear | PeriodQuarter
7 | 2009 | 1
8 | 2009 | 2
9 | 2009 | 3
10 | 2009 | 4
11 | 2010 | 1
12 | 2010 | 2
Each row in the table ...
1
vote
3answers
4k views
Convert Excel Range to ADO.NET DataSet or DataTable, etc
I have an Excel spreadsheet that will sit out on a network share drive. It needs to be accessed by my Winforms C# 3.0 application (many users could be using the app and hitting this spreadsheet at ...
1
vote
2answers
167 views
Show range of numbers based on thousands of records
I have 15,000 numbers ranging between 1000-8000. Each number is assigned to one of six categories and subcategories, in some cases there are overlaps. Sample data:
value cat1 cat2
2333 WHITE ...
1
vote
1answer
66 views
What's the point (no-pun) of XPointer ranges?
XPointer spec talks about ranges that, as far as I understand, mean you can target two nodes in an XML document and get everything in between them or something. Do people really use this? What is it ...
1
vote
3answers
130 views
Streamline Javascript to calculate ranges
I have a bit of javascript that I am using to calculate the y-scale of a graph. I need to adjust the scale according to the value. This works but seems really verbose. Is there a more streamlined way ...
1
vote
4answers
627 views
C#: Algorithm for creating random evenly distributed potentially overlapping ranges
Was thinking I could test the various answers I got in my question about an algorithm for collapsing ranges. So I was thinking I should create a method that creates a whole bunch of ranges and see how ...
0
votes
3answers
56 views
Find overlaps in array of ranges and build a new array with new chunked ranges
Ideally, I'd like a solution in Ruby or Javascript. Arrays instead of ranges in javascript would be fine.
I'd like input such as:
[0..301, 230..268, 242..364, 574..579, 587..593]
or
...
0
votes
0answers
52 views
C# Office Interop Word custom fields
I have a question regarding a problem that I faced using docvariable with Office.Interop.Word (version 12).
I update the docvariable (from C# code), make some modifications to the document's text ...
0
votes
6answers
96 views
Storing set of non-overlapping ranges and finding whether a value is present in any one of the ranges strictly
I have a set of ranges :
Range1 ---- (0-10)
Range2 ---- (15-25)
Range3 ---- (100-1000) and likewise.
I would like to have only the bounds stored since storing large ranges , it would be efficient.
...