Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
17answers
28k views

iPhone Proximity Sensor

Can the iPhone SDK take advantage of the iPhone's proximity sensors? If so, why hasn't anyone taken advantage of them? I could picture a few decent uses. For example, in a racing game, you could put ...
9
votes
3answers
2k views

Proximity Search

How does an application perform a proximity search? For example, a user types in a postal code, then the application lists all the businesses within 20 miles ordered by proximity. I want to build ...
7
votes
5answers
185 views

Missing results due to geo proximity formula (store locator)

OK - I've been wrestling with this for about 3 months on and off and since I've exhausted every geo proximity formula out there that I've come across and I'm no closer to getting the right results I ...
6
votes
1answer
493 views

Determine Android phone's proximity to known point while conserving power

I am trying to determine if an Android user has had a close proximity to a list of predetermined locations. I'd like to do this with the least amount of drain on the phone's battery. The two ...
5
votes
1answer
334 views

Order table by proximity to specific latitude/longitude (using MySQL+PHP)

MySQL (table) id | url | lat | lng ---------------------------------- 1 | x | 44.339565 | -101.337891 ---------------------------------- 2 | y | 44.150681 | -101.074219 ...
4
votes
1answer
595 views

MySQL Function to Determine Zip Code Proximity / Range

I have been able to create php function to determine a list of zip codes within a certain range of a given zip code. However, my next task is a bit more complex. Lets say the table has the following ...
4
votes
4answers
659 views

How best to perform corridor range search over a set of latitude / longitude coordinates

What would be the best approach to finding the set of coordinates, from say about 5,00, which lie within a path of points, given a specified width. eg an aircraft following several waypoints. Is ...
3
votes
2answers
183 views

Best way to deal with 900,000 record database and zip codes?

A company we do business with wants to give us a 1.2 gb CSV file every day containing about 900,000 product listings. Only a small portion of the file changes every day, maybe less than 0.5%, and ...
3
votes
3answers
210 views

SQL - find row with values of two columns closest to X and Y

I am building a website on wich people can get some infos based on their weight and height. How would one structure a query that would give me a row with the two specific values closest to the ones ...
3
votes
1answer
263 views

Can I monitor the iPhone proximity sensor without turning off screen? Also, landscape

I've got the proximity sensor working so that I can trigger events when in proximity, but I'm trying to use it as a sort of dead man switch. The problem is that whenever in proximity, the screen turns ...
3
votes
2answers
2k views

Solr - Proximity Search using phrases

I use Solr's proximity search quite often to search for words within a specifeid range of each other, like so "Government Spending" ~2 I was wondering is there a way to perform a proximity search ...
3
votes
5answers
1k views

Filter zipcodes by proximity in Django with the Spherical Law of Cosines

I'm trying to handle proximity search for a basic store locater in Django. Rather than haul PostGIS around with my app just so I can use GeoDjango's distance filter, I'd like to use the Spherical Law ...
3
votes
2answers
3k views

Proximity search with Google maps

I'm developing a store location application. Looking up a store, it currently shows the location in googlemaps based on address and zip code. Now I want to build a function which also shows other ...
2
votes
1answer
198 views

Solr Highlighting of terms in Proximity search only

In Solr, when performing a proximity search, is there a simple way to highlight only the search terms that occur within the specified proximity? Thanks in advance Ruth
2
votes
1answer
158 views

Proximity sensor recommendation to detect hand & blood [closed]

My company is interested in designing a protection system for small industrial machines, where factory employees insert wooden objects that are then cut by these machines. The protection system needs ...
2
votes
1answer
389 views

When you get response from an addProximityAlert how do you know for which setup you got it?

I add to system a lot of POIs via addProximityAlert. When I have got the alert, I don't know for which setting has occurred. The only Extra that is passes is the 'entering' flag as it is described in ...
2
votes
2answers
546 views

How to implement proximity search with postcode?

I have to use proximity search with postcode for Australia. Going through some links like ...
2
votes
2answers
2k views

How to test proximity of lines (Hough transform) in OpenCV

(This is a follow-up from this previous question). I was able to successfully use OpenCV / Hough transforms to detect lines in pictures (scanned text); at first it would detect many many lines (at ...
2
votes
1answer
723 views

toggling proximity sensor on iPhone loses an event

I'm using setProximitySensingEnabled and implemented proximityStateChanged in my UIApplication subclass. It looks like if sensing is toggled, that the first "off" event is being lost. My ...
1
vote
0answers
14 views

Determine nearest mirror PHP

I maintain a site with a bunch of downloadable files. It is currently hosted on a server in the U.S., but I have recently acquired a new server in Germany. I would like to mirror the downloads to the ...
1
vote
0answers
23 views

Displaying the “IE7” version of a site on Mobile Safari

I was trying to use this code on a site: Proximity Effect Works great in all supported browsers, and falls back to a grid of thumbnails on IE7/8. The downloadable code looks like they are using ...
1
vote
2answers
46 views

Zip Code proximity calculation in PHP

I've seen all sorts of "store locator"-type solutions on the Web for finding, for example, stores within a given radius of a particular Zip Code, and they have fancy maps that display the nearest ...
1
vote
1answer
59 views

R RandomForest: Proximity for new object

I trained a random forest: model <- randomForest(x, y, proximity=TRUE) When I want to predict y for new objects, I use y_pred <- predict(model, xnew) How can I calculate the proximity ...
1
vote
0answers
34 views

Why the Broadcastreceiver dosen't receive the intents if the receiver and the filter dosen't set in the manifest?

Why the Broadcastreceiver dosen't receive the intents if the receiver and the filter dosen't set in the manifest? Working 1: locationNotific = new Intent(PROXIMITY_STRING); lPendingIntent = ...
1
vote
0answers
80 views

Volume Control while Screen Off with proximity sensor

In Android, is there a way to be able to change volume through volume tracker up/down when screen is turned off through proximity sensor?
1
vote
1answer
74 views

Lucene proximity search with boundaries?

Is there a way to perform a proximity search that is bounded, not by a fixed number of tokens, but by 2 marker tokens of some kind? For example, to implement proximity queries that are bounded inside ...
1
vote
0answers
70 views

How to create Android proximity alert with question intent and store answers?

If anyone can please help me I would greatly appreciate it (in simple noob language please!), I cant seem to find a solution online. I need to make an Android app which shows a proximity alert when ...
1
vote
1answer
175 views

Prevent the iOS proximity sensor from turning the screen black

I've seen this question asked a couple of times but nobody has answered it - in fact it might be impossible, but I was wondering if there was a way to prevent the screen from going black when the ...
1
vote
1answer
63 views

How to perform a multidimensional search for “N-nearest neighbors?”

I am designing an automated trading software for the foreign exchange market. In a MYSQL database I have years of market data at five-minute intervals. I have 5 different metrics for this data ...
1
vote
3answers
76 views

Jquery targeting / Hover problem

I have two divs, on hover span class=fg grows and changes opacity, span class=bg shrinks, and when you mouseout it returns to the original state. My problem is in two parts: 1: When hovering over ...
1
vote
1answer
80 views

ANTLR grammar: Add “dynamic” proximity operator

For a study project, I am using the following ANTLR grammar to parse query strings containing some simple boolean operators like AND, NOT and others: grammar SimpleBoolean; options { language = ...
1
vote
3answers
319 views

Postcode proximity search

I have about 20 events (UK based if that makes a difference). I will also have a form on a page where people can register their interest in attending one of these events. After they have submitted ...
1
vote
1answer
245 views

How often does android requests location updates?

How often does android requests location updates? For example if you add a proximity alert to a location manager how often will it update the location? In the documentation it says: "In case the ...
1
vote
1answer
1k views

Can a broadcastReceiver catch multiple broadcasts?

I am trying to create multiple proximity alerts but I cant get it to work... I think that the broadcast receiver gets overwritten and thus is handling only the last broadcast. So if I had two points ...
1
vote
2answers
1k views

Not able to get proximity sensor's values in android

Can someone provide an example as to how to use the proximity sensor? I tried to use it the same way as other sensors, but it's not working. This is the code snippet i have been using: final ...
1
vote
2answers
324 views

Solr proximity ordered vs unordered

In Solr you can perform an ordered proximity search using syntax "word1 word2"~10 By ordered I mean word1 will always come before word2 in the document. I would like to know if there is an easy ...
1
vote
0answers
428 views

please provide sample app on proximity alerts in android

Hi friends i am doing one app which requires to use ProximityIntent for showing proximity alerts i was surfing from one day but i did'nt find any sample app which shows it. i found some links but ...
1
vote
1answer
228 views

iPhone proximity detecion

I'm trying to find a way to detect when some iPhone device is near another device (which could be another iPhone, a PC or another kind of sensor/device). Anyone knows how this could be accomplished? ...
1
vote
1answer
172 views

SQL 2008 Full Text Search Word Proximity

I have been reading the Full Text help files for CONTAINS, FREETEXT, CONTAINSTABLE and so forth on MSDN and elsewhere, but I am not able to find the solution I am looking for. I would like to be able ...
1
vote
2answers
194 views

Twitter's Radius Search

On my website I would like to include a radius search for user profiles, similar to what Twitter is doing on their advanced search with "Near this places" http://search.twitter.com/advanced I ...
1
vote
3answers
550 views

Is iPhone Proximity detection possible with Bluetooth?

Would it be possible to fill a building with 20 - 30 bluetooth devices that act as proximity detectors and write an app that can calculate location in the building based on distance from the current ...
1
vote
1answer
276 views

Proximity Monitoring on the iPhone without blacking out the screen?

I'm able to detect proximity on the iPhone SDK, but the screen blacks out whenever the proximity state is triggered. is there a way I can prevent the proximity sensor from blacking out the screen, ...
1
vote
2answers
204 views

AddProximityAlert Disappears Although Expiration -1

I want my app to have a proximityAlert until the user removes it. I use expiration -1 to create this proximityAlert. The proximityAlert works. But I find on my Droid phone, after adding a ...
1
vote
3answers
96 views

MYSQL - Retrieve Results by Date Proximity

my question is: assuming we have a calendar_table with UNIX datestamp date_column, i want retrieve the event with the closest proximity to the today date. So, for example if there is no event today, ...
1
vote
2answers
144 views

Regional Proximity UI

I'm developing a UI (AJAX-enabled; LAMP server) which will allow a user to designate regions in which a company operates. A "region" in this case may be a state (if dealing with the US) a province ...
0
votes
0answers
45 views

Using proximity sensor lock and unlock a home screen

I am doing one application using proximity sensor in android. when sensor changed it should lock the phone and when phone is locked using same sensor it should unlock a phone. To lock a phone am using ...
0
votes
1answer
26 views

Simulate Proximity Sensor (iPhone)

Is there any way to simulate the use of the proximity sensor using the iOS simulator? I don't have the certificate yet to test on a device, so I need some way of simulating the proximity sensor ...
0
votes
1answer
53 views

ProximityState iPhone Use

What I would like to do is simply make the iDevice fade the screen to black one the proximityState returns yes. However, I am not sure of how to enable it, or monitor it. Would someone be able to ...
0
votes
0answers
34 views

Proximity Alerts & LocationManager

I develop an application which implements firstly an activity with a ListView which displays tasks the user can create, more precisely a ToDo-List. Secondly the user can start a MapActivity via the ...
0
votes
0answers
71 views

Android GPS client which send Lat and Long to server via 3G/HSPDA once it enters a 1km straight road

Hi from the title itself, please see below the specific requirements of the android app that i'm preparing: GPS android app which runs on the background checking its position (LAT and LONG) App will ...

1 2