Tagged Questions

1
vote
2answers
40 views

Using Linq to Sql to find ZipCodes within Radius distance

I have a database table of zipcodes with their Lat/Longs. I'm trying to find some code that shows a query that takes a zipcode and x miles and then return set of results that include all the zipcodes …
0
votes
4answers
54 views

finding objects within radius.

looking for a light weight way to find objects within a radius. so far the answer that is obvious to me is go through each object, comparing its x and y position, with the center of the radius. …
0
votes
0answers
13 views

Listen to another port in a tomcat web application

Hi. I know this is sort of very basic question and as far as i know, there is no built in way to do this. I have a web app running on tomcat. It exposes web service as well as web application on …
1
vote
1answer
57 views

seems SSL is pointless over open auth WiFi [closed]

WiFi access points act as intermediaries between your pc and the server your pc is connecting to, correct? and SSL/TLS only work point-to-point...so what stops a person from hijacking your request …
0
votes
1answer
67 views

Need help with ruby radiant cms

I have some hidden pages like this: /staff John Bob Mike In all this pages i have extended content, like photo, bio and additional info. I make this, to have logical structure and quick edit …
2
votes
3answers
254 views

Best method for working out locations within a radius of starting point

I'm aiming to create a feature in my latest project preferably using PHP. When each user signs up they are going to input their postcode. Then hopefully I will be converting this to lat/long using …
3
votes
2answers
691 views

jQuery animate css border-radius property (webkit, mozilla)

Is there a way in jQuery to animate the css3 border-radius property available in webkit and mozilla browsers? I haven't found a plugin that will do it. -webkit-border-radius -moz-border-radius …
0
votes
0answers
79 views

Test RADIUS client implementation

We have a RADIUS client implementation that doesn't quite conform to RFCs (either of them). I'd like to run some sort of unit tests against it to spot the bugs easily. As I'm probably not the first …
1
vote
2answers
73 views

Clearbox Radius attributes through SQL statement?

I authenticate users through Radius, and I have the option to assign Radius attributes through SQL statements, but I can't for the life of me find any documentation on this. Anyone know the proper …
2
votes
2answers
584 views

What (good) Java RADIUS server libraries are out there?

I've only been able to find two thus far, namely TinyRadius, which itself discourages production use and AXL, which is pay-only. JRadius seems tied to FreeRADIUS, which isn't a library and will need …