Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
3answers
8k 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 ...
7
votes
4answers
2k views

How can I work around Android issue 9161, where bottomRightRadius and bottomLeftRadius are swapped?

My goal: Figure 1: The Goal So, before I knew about the issue, here's what I tried. First, a base layout: <LinearLayout android:orientation="horizontal" ...
5
votes
3answers
2k views

Calculate GPS coordinates to form a radius of given size

I've come up with a method that takes a coordinate and a range (in miles) and return a list of coordinates that form a circle around the origin. I seem to have made some progress with it, but I have ...
5
votes
2answers
2k 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 ...
4
votes
3answers
136 views

Select points within a circular area in Mathematica

Please consider : dalist = {{9, 6}, {5, 6}, {6, 0}, {0, 5}, {10, 8}, {1, 2}, {10, 4}, {1, 1}, {7, 7}, {6, 8}, {5, 3}, {6, 10}, {7, 4}, {1, 8}, {10, 0}, {10, 7}, {6, 3}, {4, 0}, ...
4
votes
5answers
2k views

PHP MySQL get locations in radius user's location from GPS

I have in my database car incidents for example. These incidents have a latitude and longitude. On a mobile using the GPS, I get the user's location with his coordinates. The user can select a radius ...
4
votes
5answers
717 views

How do I get a thin border in qtip with round corners?

I try to get a thin border with round corners for the tip in qtip, using: border: {width: 1, radius: 7, color: "#B8E25E"} (Like explained here: ...
3
votes
3answers
714 views

Use X,Y coordinates to plot points inside a circle

Is there a way in javascript to plot x,y coordinates so they fall into a circle rather than a square? For example if I have the following code: circleRadius = 100; context.drawImage(img_elem, ...
3
votes
3answers
1k 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 ...
2
votes
1answer
98 views

Pie charts in ggplot2 with variable pie sizes

I've tried various ways to get a facet_grid of pie charts in ggplot2 to vary width/radii according to another variable (strength). geom_bar accepts width=0.5 as a parameter but it is ignored once ...
2
votes
2answers
90 views

How can I draw this network of tubes in Matlab?

I have a distribution of tube radius r, and I would like to plot tubes for all the sampled r in single figure as shown in the figure above. The tubes have following characteristics: The length of ...
2
votes
3answers
81 views

CSS border in JavaScript

I am using below procedure to modify CSS from JavaScript but it is not giving any result. Can anybody please check the code and let me know the proper method. I need border for the table with ...
2
votes
2answers
1k views

Android: looking for a drawArc() method with inner & outer radius

I have the following custom view: This I have achieved by using the Canvas' drawArc() method. However, with this drawArc() method I cannot limit the arc's inner radius. What I'd like to have is ...
2
votes
1answer
809 views

GPS radius search with Php 5 and MySQL

I have a PlaceID | PlaceName | Lat | Lon as my database structure. Say I have my current latitude and longitude as $lat = "37.331862"; $lon = "-122.029937"; I want to find places that are in a ...
2
votes
1answer
763 views

Query points using SQL Server 2008 geography type

I have a table with the geography type and I want to run a query to find all rows within 25 miles of a specific lat/long. What would the query look like to accomplish this?
2
votes
3answers
1k views

SQL: Determine if one coordinate is in radius of another

Lets say i have a Table of rows that contain coordinates. what would be the best way to pull only the rows of coordinates which are in the radius of a another coordinate? To simplify my question, i'm ...
1
vote
1answer
35 views

CSS - Border Radius for the drop down box when using the SELECT tag? Not the SELECT input ittself, the actual drop down box?

I am trying to style a select drop down box... So far, i have achieved a styled effect within the drop down box ittself (the box that drops down with the options) by applying certain styles to the ...
1
vote
1answer
73 views

Game Calculation

So I have an ellipse with: RADIUS_X = 100.0f; RADIUS_Y = 30.0f; I want to distribute 3 objects evenly along this ellipse and when I move an object, the other 2 objects move the same distance as ...
1
vote
0answers
79 views

border-radius disables YouTube Embed on FF

On this site http://drehmomentproduktion.ch/showreel I use videos from Vimeo and YouTube along with some border-radius stylings appended to the iFrames. Now the strange thing is if I view it in FF ...
1
vote
1answer
66 views

Is there FIPS compliant RADIUS .NET solution?

I am wondering if there is a FIPS compliant solution for authenticating with a RADIUS server via .NET , such as http://code.google.com/p/radius-net/source/browse/trunk/radius-net/src/?r=4 The problem ...
1
vote
1answer
122 views

Search radius based on size of area - PHP / Google Maps API

I have a sql database search that currently has a search term and an address input - which is geocoded by google for lat/lng. Right now, I order the results first by relevance to the search term, and ...
1
vote
1answer
97 views

Make a radial gradients radius 200px

How would I make the radius 200px in width and height? I've read that this can be done in pixel units, but every attempt has failed. background-image: -webkit-radial-gradient(75% 100%, circle ...
1
vote
2answers
38 views

Programatically radius image

Currently our website department have a process where they manually radius the corners of each images to +4% to create "nicer" looking images for the web. They currently do this using the radius ...
1
vote
3answers
261 views

AS3 libraries with a startDrag() equivalent that has non-rectangular boundaries (ie: circular)?

guess I'm just trying to avoid rolling my own dragging functionality - anyone know of any libraries out there that have a startDrag() equivalent where you can use, say, a circular radius for the drag ...
1
vote
2answers
284 views

JFreechart Loop through polar chart sectors

I have the following code to method loop throug the sectors of a polar plot, but the method is being called several times, as if it was in a loop. I want to create a series on each sectors of the ...
1
vote
1answer
421 views

JFreechart Polar Chart shape annotation

I am trying to color different region of a polar chart with different colors. e.g coloring the region between the angle 20 and 60 and between the radii 2 and 4. How can I do this? I was thinking of ...
1
vote
1answer
199 views

Eeek! - Calculate Radius having only latitudes and longitudes

I've just spent the past hour trying to find a solution on here but it's all a little foreign to me. I have a MySQL database that looks as such: Postcode int(4), City varchar, State varchar, ...
1
vote
0answers
168 views

How do you configure a FreeRadius system to enable pre-paid data?

Typically a FreeRadius system contains a radacct table which keeps track of data in real time. Every hour or every day or each time the user logs off the current usage is added to the radacct table ...
1
vote
1answer
226 views

RADIUS module for java servlet container

Is there any solution for java servlet containers like mod_auth_dradius for Apache. The idea is to authenticate users using RADIUS-server to get access to some part of the site hosted by a java ...
1
vote
2answers
212 views

Maximum packet size for radius

Does RADIUS have a maximum packet size? One of my applications will require a signed biometric image to be sent for authentication purposes and I am unsure of whether radius will be able to handle it. ...
1
vote
1answer
315 views

EAP-SIM with JRadius

I am trying to implement a radius client which authenticates via EAP-SIM. The radius client is using the JRadius framework (a requirement of the guys I'm working with), however it seems that JRadius ...
1
vote
1answer
379 views

Does RADIUS’s use of the MD5 algorithm make it not FIPS compliant for an application that allows RADIUS authentication?

The issue is if you enforce FIPS compliance in the Windows security policy settings, an exception will be thrown because RADIUS protocol uses the MD5 algorithm to hash the request authenticator. There ...
1
vote
1answer
302 views

HTML5 - best way to render an elliptic arc

I'm using HTML 5 to render elliptic pie charts per section; using a path that starts from the centre, out to the edge, across it's arc and back to the centre which is then filled. If they were ...
1
vote
2answers
193 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
2answers
688 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 ...
1
vote
2answers
150 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 ...
0
votes
2answers
18 views

On mouseover, use jquery round plugin to a table row

I have a table row which on hover has background color. Right now, the row background is a squared one. I want to make the corners rounded using jquery corner plugin. http://jquery.malsup.com/corner/ ...
0
votes
1answer
19 views

rounding corners using border radius on table row with two cells breaks at cell border

I have a table row with two cells and the row has hover background color I am trying to to round the corners of hover background color using border radius like this table tbody tr#ClickableRow:hover ...
0
votes
1answer
10 views

Knowing from which udp socket the Radius request came. Using FreeRadius

I know the question isn't very well. Sorry my english. I want to setup a (one instance of) FreeRadius server to listen to several ports (with a bunch of 'listen' sections) and then pass the that udp ...
0
votes
0answers
14 views

daloRADIUS: Database connection error

i have configured my daloRADIUS server and tried to Login to web interface using default username and password (username: administrator password: radius). but i got below error. Database connection ...
0
votes
1answer
55 views

Query for venues with radius

I'm running a query to search for venues using the radius value. In the case that I search for venues with a radius of 1000 (meters) I do know that the output displays a maximum of 50 top venues. How ...
0
votes
2answers
36 views

CSS Multiple BG-ing

I have to create a rounded box by background images. My CSS code is: background-image: url('/images/content/center/top.png'), url('/images/content/center/grad.png'), ...
0
votes
0answers
15 views

Does radius server returns Access-reject on key mismatch?

Does the radius server returns Access-reject on key mismatch between client and server , or does it drop the packet . I was not able to get as , does this part comes in packet verification process?
0
votes
0answers
38 views

min/max radius parameter doesn't work for hough circels in opencv

in the line CvSeq* circles = cvHoughCircles(canny, storage, CV_HOUGH_GRADIENT, 1, 27.0, 80, 64,0,0);, the last two parameters are supposed to be for min/max radius. Has anyone found that these ...
0
votes
1answer
94 views

Need help on implementing a RADIUS client on Android

I am trying to implement a RADIUS client on Android; however, I have hit a show-stopper. I'd greatly appreciate any advise or pointers that you could pass along. I am using jradius-core-1.1.4.jar in ...
0
votes
2answers
121 views

CLLocation - add 2km or 2000m radius to a coordinate

How can I add a radius to a CLLocation coordinate? What I want is to see what clients are near a specific coordinate. What I need is to add 2000 meters, or 2km to a coordinate. How do I do that?
0
votes
0answers
39 views

SQL - Return list of suppliers from user location search based on their (supplier) max travel distance

I have tried to search for an answer, but I am not sure what the best terminology is for what I am trying to solve. If this has already been answered please point me to the correct answer. Here is ...
0
votes
0answers
45 views

How can I find radius from center in MKMapView in iphone programming?

I have to send radius to webservice and it will return the data of stores back to iphone, it is pretty good when I am sending radius as digit such as 45, 60, or whatsoever, but what if I am on map and ...
0
votes
1answer
57 views

Can I send logout request to radius server with radius client?

There is one pptp server and I use radius server for authentication. Sometimes the vpn client is off line with unknow reason , so the radius can not clear the session for client. I want to run one ...
0
votes
1answer
136 views

Draw a circle in WPF using min(width, height)/2 as radius

How I can draw a circle in WPF (without code-behind) using min(width, height)/2 as radius?

1 2