Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
73 views

Using wget and manually assing Range header

I would like to download a range of a file which I have explicitly defined. As far as I know: wget --header="Range: bytes=1024-2048" http://www.example.com/file.tmp should run well. Yet, it ...
0
votes
2answers
53 views

Conditional Formatting Non Contiguous Ranges

I have a large spreadsheet, which came prepopulated with data. What I would like to do is the following. If I select I7:15, and apply this conditional formatting Cell Value is equal to =G7, colour ...
2
votes
5answers
187 views

Excel formula - querying a Range that results a Range

I have a Range in Excel (B3:C8) from which I want to filter out the English persons. In SQL this would be dead simple: SELECT Persons FROM [myTable] WHERE Nationality = 'English' How can I apply a ...
-2
votes
1answer
62 views

How do I create a range from a cell value?

For example: A B 7926 3 FROM =COUNTIF(AQ$7926:AQ7970,"=0") 7926 3 FROM =COUNTIF(AQ$7926:AQ7971,"=0") 7926 3 FROM =COUNTIF(AQ$7926:AQ7972,"=0") 7926 3 ...
0
votes
2answers
64 views

Wifi Range Singal Boost through walls

i need to set up a private wireless network to stream video, between 2 buildings that are 300 meters apart. The problem is that there is not a LOS (line of sight). I thought of using multiple ...
1
vote
0answers
111 views

Ways to increase range of our present wireless router [closed]

Possible Duplicate: What's the best way to increase the range of my 802.11g router? We are searching for a solution to increase the range of our present wireless solution. We are ...
2
votes
1answer
27 views

Linux: Print specific character range in each line

What is the most straightforward way, using Linux command line utilities, to print a specific range of characters for each line read on stdin? For example, for this input file: 1234567890 0987654321 ...
0
votes
0answers
23 views

“pin” cells from a filtered range in Excel 2003 chart?

I have a chart created by selecting a range from a table filtered by some values. Now if I change the filtering, the chart changes dynamically. How do I opt out of this behavior, i.e. fix the cells ...
-3
votes
2answers
77 views

Does sticking a router in a box diminish wireless range?

If I were to secure my router by putting it in a plastic lockbox, would it dimish the wireless range of the router? I know a router can go through walls and floors, but I was wondering the ...
3
votes
3answers
284 views

Why I Am Limited By Wi-Fi Range?

I have noticed that my laptop does not connect to public routers in close range when signal strength is 2 out of 5. When i move it closer to access points then laptop accesses. Is there some kind of ...
0
votes
3answers
176 views

wifi speed and distance router

I want to try something a little different with the speed of wifi. I don't want to know what speed is in Mb or KB/s. I want to know my speed in m/s and I want to calculate the distance from laptop to ...
1
vote
1answer
108 views

Wireless Range Extender. Need upto 1 Mile line of sight [closed]

I've been shopping online for a good wireless range extender. I have a workshop located approximately 500 feet from my house (network) and a grain dryer which I would like to have wireless access near ...
0
votes
1answer
70 views

Switch with a big antenna [closed]

Not a code problem but an architecture/infrastructure one. I have a single board computer device (SBC) with an IP setup that currently chats to a laptop via a switch. All on a private network that ...
3
votes
2answers
47 views

How can I specify a sheet as range in Excel?

I want to apply conditional formatting on a sheet. I used to do Ctrl + A and then apply the formatting, but when i insert new cells or rows, this isn't included in the formatting. As you can see in ...
1
vote
1answer
311 views

How to increase bluetooth dongle range

I just bought a blue-tooth dongle about 2 days ago but for some reason I can't get it to work when my cell phone is 10 feet away . It only works when I am within 1 metre range. According to what it ...
0
votes
1answer
409 views

Sitecom WL330 Range Extender

I have just added a Sitecom WL330 Range Extender to my network to fill a dead spot. It's working well but I inadvertently set it up with a different SSID (ie the factory default) to the router. When ...
1
vote
1answer
399 views

list files numbered in a specific range

I have a set of files in a directory numbered as follows: file1.txt file2.txt ... file30.txt ... Now, I'd like to run a command on a specific range of files, lets say 18 through 31. So far I have ...
2
votes
3answers
190 views

Is it possible to make a wifi g network link over 1-2km (1 mile) with some obstacles?

What type of antenna should I get ? Should I use an usb wifi dongle or a dd-wrt router for 2 laptops ?
0
votes
0answers
136 views

highest long range wifi g/n connection?

The IT shop at the shopping mall as a public wifi connection that I maybe connect to at my house almost 1 street near (really near) ... My laptops could not find the connection but I expect that a ...
1
vote
1answer
77 views

Extending a range of fractions

I'm trying to fill a range with fractions i.e. 1/3, 1/5, 1/7, 1/9 etc. When i try to drag the fill handle down it gives me all kinds of odd results. e.g.-1/8, -1/5, -2/7 etc. Any ideas on how to get ...
2
votes
3answers
2k views

How do I mount my Linksys WRT610N to maximize range and connection strength?

The current generation linksys routers have internal antennae. I currently house my primary router in my basement and would like to maximize the strength with which it covers my home. Is there ...
1
vote
3answers
296 views

How can I detect if a range of cells contains only identical values or not in Excel?

I have a range of cells and I want a formula that says if all these contains the same values or not. Usually for two cells I would use if but I want a solution that would work for ranges. I don't ...
3
votes
2answers
390 views

Fastest wireless solution for home with the best range

I am looking for the fastest wireless (WiFi) solution with the best range for home. What would be the best solution? I have challenging situation with two thick floors.
2
votes
1answer
264 views

Do any wireless presenters really have a good range?

I've had a couple of wireless presenters (the little devices with a USB receiver which allow you to move PowerPoint presentations etc along remotely) and I've found that they're great when they're ...
6
votes
4answers
725 views

What's the best way to increase the range of my 802.11g router?

I have cable broadband, and as such the router has to be attached to a cable modem which also has to connect to the TV. That means the router is stuck in the corner of my house. This is good when I'm ...
2
votes
4answers
914 views

Excel: Finding a value in a range of values

In my Excel document, I have one sheet containing a column of important dates. In another sheet I have a list of all dates. I want to conditionally format that list such that if the date is present in ...