A range is the set of allowed values for a variable. It can also refer to a DOM Range, the Ruby Range class, or the python range function.

learn more… | top users | synonyms

2
votes
3answers
27 views

Detect if a series of numbers is sequential in bash/awk

So I have a series of scripts that generate intermediary text files along the way as a means of storing information across different scripts. Essentially the scripts detect rows within data that have ...
0
votes
0answers
6 views

I need to identify which location IPaddress reside in based on multiple ranges with overrides

In Excel, I am trying to build a formula to identify which location specific IP's are assigned to for thousands of addresses. My look-up though, is across multiple ranges assigned, with overrides. ...
0
votes
1answer
23 views

Excel VBA: Unlimited Range Inputs With Versatility (?)

Could someone help me create a function that will handle an unlimited number of diverse ranges? I have tried "Paramarray variables() as Variant" and "variable as Range" in my arguments list but ...
2
votes
2answers
44 views

Why am I receiving “list index out of range” in my code? [closed]

I am receiving "list index out of range". I think I'm naming one of the variables incorrectly. It might make more sense if i add the rest in then. I am trying to print out the differences in ...
1
vote
0answers
9 views

trying to chart only positive values and have code which seems to take values but unable to copy paste… please please aid me

Have a table of values. Some of which are negative, some positive. I want to plot the positive values in a pie chart. I don't want to reorder the column. I have code below which seems to separate out ...
-2
votes
1answer
54 views

Dynamic create table using input range with jquery [closed]

Anybody can explain me, why when I set my table using input range with 5 columns and 5 rows, and then, when I will change size rows, for example to 3 rows, and next all table will be empty, then I ...
0
votes
1answer
35 views

Google Apps Script Spreadsheet Range Processing (Get-Process-Set; Set Not Working)

Once again I'm back to SO for GAS problems because I'm not too familiar with Javascript/GAS yet. I'm having a bit of trouble with how slowly a script is running based on the method of handling ...
0
votes
0answers
6 views

How can I configure Varnish to cache range requests?

I'm trying to configure Varnish to cache range requests. I notice the http_range_support option, but everything I've read says that this will attempt to cache the entire file before satisfying the ...
1
vote
2answers
35 views

Obtaining a DOM Range by clicking anywhere within an Element

Given the following HTML... <p>Today is <span data-token="DateTime.DayOfWeek">$$DayOfWeek$$</span>, </p> <p>Tomorrow is the next day, etc, etc....</p> Clicking ...
0
votes
1answer
29 views

How to store opening hours semantically in NoSQL?

I'm wondering what the best way would be to store opening hours and retrieving if a certain place is open right now (or to a specific time). For humans, Mo-Fr 9am-5pm, Sa 10am-2pm is fine, but how can ...
0
votes
1answer
42 views

range function does not see $i

I am trying to learn range and xrange functionality by plugging PHP.net code into a code generator. When I run the following code I am given the error: unexpected '$i' (T_VARIABLE) on line 4 ...
-1
votes
0answers
25 views

Magento attribute range [closed]

I have a question regarding an attribute I have to set up in Magento. Here I have the following values: 0-1000 1000-2000 2000-3000 3000-4000 4000-5000 5000-6000 6000-8000 8000-10000 >10.000 If I ...
0
votes
1answer
29 views

How do I loop across both rows and columns of a range in VBA?

I'm trying to create a Gantt chart type display using only cell values. Formulas will not work due to formatting so I need to have VBA run instead. I want to loop across the both the columns and rows ...
0
votes
0answers
30 views

JQuery UI Range Slider (gets values when stop sliding)

I try to insert the slider in my shop for searching articles in specific price range. The Shopsystem works with smarty template engine. When the preselection from the slides are finishes the page ...
0
votes
1answer
34 views

Unable to add value to cells in a “named” range in excel using VB.NET (what is wrong with this code?)

I am trying to implement following loop but I am not able to name the excel range. Dim oXL As New Excel.Application Dim oWB13 As Excel.Workbook oWB13 = oXL.Workbooks.Open("F:\mybook.xlsx") ...
1
vote
4answers
115 views

JS - how to get the text between the beginning of the node and current caret (text cursor) position?

I need to get the text (or the whole inner html) of a node, truncated on current caret (text cursor) position in an element with contenteditable set to true. I've tried using range.setStart() etc, but ...
0
votes
1answer
49 views

Search Xpages based on date range

I need to develop a search functionality into one of my client xpages to return documents based on 2 date fields, document date creation and document date of conclusion. I already have a query field ...
3
votes
1answer
67 views

Idiomatic Nested looping in racket/scheme

Has anyone got any idea what the idiomatic method for nested looping on numbers within a range is in Racket/Scheme? In Python we have: for i in range(numb1): for j in range(numb2): What would ...
0
votes
0answers
43 views

getting the absolute index of a DOM node

I have this piece of code which returns me a DOM node. <script> function a(){ var userSelection; if (window.getSelection) { userSelection = window.getSelection(); } else if ...
3
votes
1answer
39 views

Vim copy and concatenate the lines

I got a file that looks like this: G:\some_folder file1.avi file2.wav E:\some_folder2 fileABC.avi fileDEF.wav I would like to transfer the file into: G:\some_folder G:\some_folder ...
0
votes
1answer
40 views

Calculate a discrete mean in python

I have a set of data points for which I have made a program that will look into the data set, from that set take every n points, and sum it, and put it in a new list. And with that I can make a simple ...
0
votes
1answer
53 views

Google Apps Script to Email Active Spreadsheet

I found a script online that takes the current sheet, copies it to a temporary new spreadsheet, converts it to PDF and emails it. I was able to get it working but trying to set it up so that it only ...
1
vote
1answer
35 views

Passing a row range to Excel User Define Function and assign it to an array

I am trying to pass two ranges - multiple column single row - to a user defined function in Excel 2007, then assigning it to an array for processing. Function MAE(actualData As Range, forecastData ...
0
votes
4answers
36 views

Subscript out of range VBA Excel

Dear Stackoverflow friends, I keep getting an error here which is driving me crazy. Run-time error '9' Subscript out of range Here is the code: Sub UpdateIt() 'Clean ...
0
votes
1answer
50 views

declaring that a value belongs to some range in matlab

I have a task to calculate some f(x) function in which x belongs to [-4,4] range and h=0.5. At first I tried to write x=rand*(4-(-4))+(-4)) but then I guessed that I was doing wrong and I needed a ...
0
votes
0answers
35 views

SQL MDX Query: range of dates

I have a Cube with a dimension date and I want to query this: WITH MEMBER [Measures].[MyMeasure] AS( SUM(( [Measures].[Count], [DimensionState].[Active], ...
-2
votes
2answers
53 views

Python out-of-order range?

Instead of doing for i in range(begin, end): I want to do something like for i in begin+1, begin+2, begin, begin+3 through end: If this makes sense at all?
0
votes
1answer
57 views

How to find the row number of a cell value that matches any given value

In this situation, i am checking each cell in the range of "F". and looking to see if each cell matches any of the cells in a separate range "D". If it does I want to know the row number in which ...
-1
votes
0answers
14 views

how to monitor user defined process in linux?

I want to monitor process defined by a user. do we have process id range for system process and user defined process?
0
votes
5answers
91 views

How to normalize a list of positive and negative decimal number to a specific range

I have a list of decimal numbers as follows: [-23.5, -12.7, -20.6, -11.3, -9.2, -4.5, 2, 8, 11, 15, 17, 21] I need to normalize this list to fit into the range [-5,5]. How can I do it in python?
1
vote
2answers
34 views

String Range forward and backward lookaround. TCL

I am trying to write a script that gets input from a user and returns the input in a formatted area. I have been using the string range function however it obviously cuts the the input at the range ...
-2
votes
0answers
11 views

Range of netids, range of host addresses [closed]

Show the range of netids, the number of usable networks, the range of hosts addresses in a particular network and the number of usable host addresses of Class B, Internet address.
0
votes
2answers
60 views

Trying to write array to range of cells

Here's the gist what I'm doing. I have a ribbon button which needs to read a simple 2 column CSV file into a 1-dimensional array row-by-row, and then I need to write the array into the first two ...
-2
votes
0answers
49 views

Finding average value of numbers in range 298-272?

What is the average value of the numbers in the field [quant*0*] in the range (198) and (272) inclusive word_file=open('3200371a.csv','r') firstLine= True metalCounts = 0 # ...
0
votes
3answers
58 views

List comprehension to return the sum of n/2…?

Basically, how do I write the same function in list comprehension? def blah(n): if n <= 1: return 1 return n + blah(n/2) print blah(32) I don't really need this for anything ...
-1
votes
1answer
20 views

How to check range of network connection in android

I am working on eCommerce android project where I need to check the network connection. If network is slow then I need to show messages accordingly. So if any one know then please tell me how I can ...
2
votes
3answers
54 views

Extracting information from lists

I have two lists I would like to compare and create another list as a result list1 = [0.5, 1] list2 = [0.0, 0.4, 0.5, 0.6. 0.75, 0.99, 1] I would like to create a third list, containing all the ...
0
votes
1answer
26 views

Does WP background transfers support re-uploading and how it actually works?

I'm trying to implement http handler for handling file upload by wp background transfers. I've tried this: var request = new BackgroundTransferRequest(@"http://computerName/test.ashx") ...
1
vote
1answer
41 views

'range' object does not support item assignment - trying to use old python code in python 3.3

I am trying to run an old python code made with python 2.7(?) in python 3.3 and I'm stuck on updating the code to run. It keeps telling me "'range' object does not support item assignment" and for the ...
3
votes
3answers
100 views

In Python, how can I check if 2 numbers in a list are within a certain percentage of each other?

I have a large list of numbers, and I want to see if any of them are approximately equal. If 2 numbers are "approximately equal" (for my purposes), both of them fall within 10% of each other (see ...
0
votes
0answers
41 views

Groovy, troubles with the range operator

I wrote a method in Groovy using the range operator in order to execute the same code multiple times: /** * Prints the {@code files} {@code copyCount} times using * {@code printService}. * ...
3
votes
2answers
39 views

C: rand() with min and max values including negatives

I am trying to dynamically allocate an array of doubles and set each element to a random value within a range of positive or negative numbers, but I am having difficulty. Right now, I can only figure ...
0
votes
1answer
29 views

Map range (min-max) to a single value and if a value is in a range return the value mapped in java

I need to map different interval to different single value. The interval is type long and formed by min and max. The value is a short. The intervals are not overlapped, but can be consecutive. I ...
-1
votes
3answers
102 views

Excel VBA : Copy Range to a new workbook

I have the below code which was working an hour back and not working now suddenely :-( Am I missing anything here? Set NewWorkbook = Workbooks.Open("P:\Env_Check_Report\Results\" & ...
0
votes
1answer
40 views

VBA code selects the first 3 columns INSTEAD of the last 3 columns

I am working on a code that is supposed to get the values from columns that correspond to the last three rows of a table I created. It needs to be under this form because the numbers will be random. ...
-3
votes
0answers
22 views

Take numbers as input and display a sequence? [closed]

How would I make a python program to ask for a starting number, ending number, and a unit to count by and have it display the answer I need to make a program for a school project that does the above. ...
0
votes
2answers
106 views

VBA Copy used range to text file

I want to run a code in VBA that does the following: Copies the used range of a sheet called "Kommentar" Creates a ".txt" file ("Kommentar.txt") in the same directory as ThisWorkbook Pastes the ...
1
vote
2answers
61 views

PHP - Use range() as value for Array

I've seen a few example here on stack but they don't seem to cover this scenario. I'm attempting this; $flight_range = array( array('range' => range(1,50), 'service' => ...
0
votes
2answers
72 views

Looping through multiple ranges

Okay so I'm trying to do a "for each" loop that loops through multiple ranges. To explain it better I want excel to loop through a column of contract names and where each contract that has been signed ...
0
votes
2answers
33 views

fastest way to find geo points within a range in mysql

I would like to query for all possible streetnames within a radius of 500 meters of a given point. Multiple posts are reffering to the google store locator example using the Haversine formula or some ...

1 2 3 4 5 35