Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

44
votes
5answers
21k views

Python + Django page redirect

How do I accomplish a simple redirect (e.g. cflocation in ColdFusion, or header(location:http://) in django)?
43
votes
6answers
81k views

How do I get the current GPS location programmatically in Android?

I need to get my current location using GPS programmatically. How do I do that?
34
votes
6answers
29k views

How to emulate gps location in the android Emulator?

I want to get longitude and latitude in android emulator for testing. Can any one guide me how to achieve this? How do I set the location of the emulator to a test position?
28
votes
5answers
8k views

Where does git config --global get written to?

Using the git config --global command to set things up, where is the file? eg : git config --global core.editor "blah" Its not at these places :- C:\Program Files\Git\etc\gitconfig ...
27
votes
13answers
41k views

How do I get the full path to a Perl script that is executing?

I have Perl script and need to determine the full path and filename of the script during execution. I discovered that depending on how you call the script $0 varies and sometimes contains the ...
26
votes
4answers
12k views

Fastest distance lookup given latitude/longitude?

I currently have just under a million locations in a mysql database all with longitude and latitude information. With this I use another lat/lng to find the distance of certain places in the database ...
22
votes
5answers
8k views

Keeping history of hash/anchor changes in JavaScript

I'm currently implementing a JavaScript library that keeps track of the history of changes to the hash part in the address bar. The idea is that you can keep a state in the hash part, and then use the ...
22
votes
12answers
12k views

What services can I used to find a user's location based on their IP address?

If you need to locate a user based on their IP address, what services are available (free and not free services are fine)? P.S. I understand that some users use proxies etc., that means the result is ...
20
votes
10answers
895 views

Where are C/C++ main function's parameters?

In C/C++, the main function receives parameters which is of type char*. int main(int argc, char* argv[]){ return 0; } argv is array of char*, they point to strings. Where do these string locate? ...
19
votes
2answers
8k views

What's the difference between window.location= and window.location.replace()?

Is there a difference between these two lines? var url = "http://www.google.com/"; window.location = url; window.location.replace (url);
17
votes
12answers
22k views

Android mock location on device?

How can I mock my location on a physical device (Nexus One)? I know you can do this with the emulator in the Emulator Control panel, but this doesn't work for a physical device.
16
votes
3answers
581 views

Why is my 301 Redirect taking so long?

In a long tiredsome quest to speed up my site, I have figured out something is wrong with the redirection: currently my index.php handles all the homepage redirections via PHP header location 301 ...
15
votes
3answers
28k views

jQuery x y document coordinates of DOM object

I need to get the X,Y coordinates (relative to the document's top/left) for a DOM element. I can't locate any plugins or jQuery property or method that can give these to me. I can get the top and ...
14
votes
2answers
851 views

Can we turn on/off the GPS programatically in iPhone?

I want to know can we turn on/off the GPS programmatically in iPhone?
12
votes
6answers
471 views

API for getting business hours at a location?

Are there any APIs that will provide the hours of operation for a business at a particular location? Google Places, SimpleGeo, and Yelp don't seem to expose it. If not, is there some dataset that ...
11
votes
2answers
2k views

Activating Network Location Provider in the Android Emulator?

Is it possible to activate the network location provider on the android emulator? Maybe with a fake cellid?
10
votes
2answers
419 views

Check if geo-location has been spoofed

I want to make sure the location received by the LocationListener is a "real" one and doesn't come from a spoofed source (I.e the Application Location Spoofer). I don't care about "but the user ...
10
votes
2answers
644 views

Can iphone app woken in background for significant location change do network activity?

I'm working on an app that monitors significant location changes in the background. I've been reading all the answers (well, I think all!) about ios4 and the application lifecycle, but what I can't ...
10
votes
6answers
1k views

Why I have to call 'exit' after redirection through header('Location..') in PHP?

You know that if you want to redirect an user in PHP you can use the header function: header('Location: http://smowhere.com'); It is also well known that it is a good practice to put also an exit; ...
10
votes
7answers
6k views

javascript location.hash refreshing in IE

I need to modify the hash, remove it after certain processing takes place so that if the user refreshes they do not cause the process to run again. This works fine in FF, but it seems that IE is ...
10
votes
4answers
2k views

Create new C++ object at specific memory address?

Is it possible in C++ to create a new object at a specific memory location? I have a block of shared memory in which I would like to create an object. Is this possible?
9
votes
3answers
252 views

Looking for Locations API (c#)

In my app i am allowing users to enter there current city, for that i need an organised list of countries, states and cities on my server. I am looking for an api that's available on net through ...
9
votes
4answers
3k views

How is location accuracy measured in Android?

Does anyone know the proper interpretation of the accuracy measurements returned by getAccuracy()? For instance, are they calculated as: Circular Error Probability (meaning, if i understand ...
9
votes
4answers
847 views

Test if links are external with jQuery / javascript?

How do I test to see if links are external or internal? Please note: I cannot hard code the local domain. I cannot test for "http". I could just as easily be linking to my own site with an http ...
8
votes
1answer
241 views

How to prevent the Network Location dialog (home, work, public) appearing for new connections?

I've written a piece of software that uses an USB 3G Dongle to connect to the internet if a connection doesn't already exist. When the software loads, it detects whether the internet is available and ...
8
votes
5answers
2k views

Algorithm to find all Latitude Longitude locations within a certain distance from a given Lat Lng location

Given a database of places with Latitude + Longitude locations, such as 40.8120390, -73.4889650, how would I find all locations within a given distance of a specific location? It doesn't seem very ...
8
votes
8answers
420 views

window.location versus just location

Across the web, I see a vast number of JavaScript programmers writing window.location instead of just location. I was curious if anyone could offer an explanation as to why. window is the global ...
8
votes
5answers
5k views

iPhone - Backgrounding to poll for events

For quite a while I'd been looking into a way in my iPhone app to poll every X minutes to check the data counters. After much reading of the Background Execution documentation and a few trial apps I'd ...
8
votes
7answers
5k views

iPhone location button

Ya know the little location button in the lower-left corner of the Maps application? Does anybody know where I can find that? I looked in UIButtonType and UITabBarSystemItem but came up blank. I'd ...
7
votes
4answers
6k views

Calculate compass bearing / heading to location in Android

I want to display an arrow at my location on a google map view that displays my direction relative to a destination location (instead of north). a) I have calculated north using the sensor values ...
7
votes
4answers
478 views

Is there a way to use Google Maps to Autocomplete a users Location?

There's a Text Box for people to type in their location. As people type, they should see Google Map's Suggest autocomplete. Then, once they select something from the auto-complete, I would like an ...
6
votes
1answer
1k views

Location-based Augmented Reality Android SDK

I am looking for an Android SDK for a location-based AR app I am developing. These are the features I am looking for: Open-source framework preferred (Wikitude API requires an external install ...
6
votes
1answer
601 views

Country/State/City Database?

Ok, this one is a non technical question. I am creating a business directory and I'd like to categorize listings by location. Instead of giving users an option to enter the location, I am going to ...
6
votes
1answer
230 views

Installing a new Location Provider

There is an entry in 1.5 of the SDK for installLocationProvider. That entry is marked: @hide. I would like to provide an alternate location provider, the why is not important, just the how. Does ...
6
votes
1answer
7k views

android get location from best provider available

I have this code to get the best available provider lm = (LocationManager) getSystemService(Context.LOCATION_SERVICE); locationListener = new MyLocationListener(); Criteria criteria = new ...
6
votes
5answers
4k views

How to calculate distance between two places? Is there any service available by Google Map for iphone?

I want to put facility to display distance between two places selected by user. Is there any sample source code / service available to do so? Thanks in advance.
6
votes
4answers
10k views

access violation writing location?

I have a simple program and I get access violation at *(str + start). why? i should be able to change it. Right? void fn() { char *str = "Hello wordl!"; int end = strlen(str); int ...
6
votes
6answers
2k views

How do I automatically find a user's location?

I am currently working on a show listing website. I am going to display show information by location for the user sorted in a variety of different ways. I know I could ask the user where they are ...
6
votes
1answer
6k views

Android : Location.distanceTo not working correctly?

I am having an issue calculating distance using the Location.distanceTo method. private class MyLocationOverlay1 extends MyLocationOverlay { @Override public void drawMyLocation(Canvas ...
5
votes
3answers
95 views

Ruby gem for finding timezone of location

I have a location (city, state), date, and time and I want to convert it to utc, but need to first find the timezone of the location. I've done a little research and everything seems to point to ...
5
votes
7answers
234 views

Algorithm for nearest point

I've got a list of ~5000 points (specified as longitude/latitude pairs), and I want to find the nearest 5 of these to another point, specified by the user. Can anyone suggest an efficient algorithm ...
5
votes
1answer
56 views

How can I turn a string into a Location object?

If the user inputs a string that is a URL, what's the easiest way to turn it into a Location object (like window.location) so I can use methods and properties like obj.hostname?
5
votes
1answer
215 views

javascript: fastest way to detect external url's?

What's the fastest method to detect if my_var (=url) is external (eg. compare with location.href)? alert(location.href) // eg. sub.mydomain.com var my_var = "http://www.facebook.com"; Keep it ...
5
votes
2answers
518 views

Difference between document.URL and location.href

I know that document.URL can not be set, while location.href can. But the Document indicates: URL is a replacement for the DOM Level 0 document.location.href property. So when would we use ...
5
votes
1answer
1k views

Android 2.3 emulator crashes when updating location

I am using Eclipse to write and debug an Android application. One of the things I need to do is to update the location of the device, and so I have tried to use the Location Controls panel in the ...
5
votes
2answers
6k views

How can i get current location from user in iOS

How can i get current location from user in iOS?
5
votes
3answers
2k views

DDMS not able to send location to emulator

DDMS is not able to send location to the emulator. I have tried sending just the location from DDMS but still the emulator is not able to receive location. The application works properly in the device ...
5
votes
2answers
2k views

Android - Distance between two Cities

I need in my Android Application the Distance and the Driving Time between Two cities. Is there a possibility to calculate this things for example via Google Navigator or Google Maps? (the driving ...
5
votes
1answer
189 views

Best practices for user physical location (input, data type, display and validation)

I'm building a web application that requires users to provide their location (similar to the way Facebook does it). I'm not sure on the best way to implement this. I require the ability to search ...
5
votes
2answers
3k views

How to force a page to reload if all what was changed in url is hash?

I am trying to reload current page with different url hash, but it doesn't work as expected. (Clarification how I want it to work: Reload the page and then scroll to the new hash.) Approach #1: ...

1 2 3 4 5 28