Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
24answers
2k views

How can you measure your skills as a programmer? [closed]

At a previous interview I have been asked the question: 'From 0 to 10, how do you rate yourself as a programmer?' I found it a very hard question to answer as I am not aware of a metric to measure ...
9
votes
1answer
219 views

Finite Metric Embeddings: Good Algorithm?

I have a finite metric space given as a (symmetric) k by k distance matrix. I would like an algorithm to (approximately) isometrically embed this in euclidean space R^(k-1). While it is not always ...
6
votes
2answers
135 views

Getting “People talking about this” metric (PTAT)

I'm using the facebook api to pull some metrics, I want to get the "talking about this" metric, I reviewd the "Stories and People talking about this" from the facebook api and I'm pulling the ...
5
votes
3answers
217 views

There is a way to determine the ideal number of threads?

I doing a webcrawler and using threads to download pages. The first limiting factor to the velocity of my program is the bandwith, I never can download more pages that it can get. The second thing ...
5
votes
7answers
434 views

fast similarity detection

I have a large collection of objects and I need to figure out the similarities between them. To be exact: given two objects I can compute their dissimilarity as a number, a metric - higher values ...
2
votes
3answers
254 views

what is the fastest way to get performance metrics of all spring services?

what is the fastest way to get performance metrics of all spring services?
1
vote
1answer
117 views

Windows 7: Change the priority of traffic to wired instead of the wireless connection?

On Windows 7 clients I have to change the metric of the wired network connection to a lower metric than the wireless so traffic is prioritized over the wired connection. Is there a way to do this ...
1
vote
4answers
247 views

Android: how to get the user prefered units ? (metric (meters) or imperial (miles))?

I would like to know what are the user prefered units between miles and meters. It seems that the "Locale" class doesn't allow that. Thanks !!
1
vote
1answer
253 views

Could you please help to advise the issue about LCOM4 with Weld/CDI?

I'm new for both Sonar and Weld/CDI. I would like your help to advise further about the LCOM4 analyzed result with Weld/CDI. Firstly I create a simple java class as the following: - ...
1
vote
1answer
145 views

Shew Soft Vpn Client Route Metric

After connecting to the business network i have no internet access. route print shows 0.0.0.0 0.0.0.0 192.168.132.222 192.168.132.166 121 0.0.0.0 0.0.0.0 On-link ...
1
vote
5answers
251 views

Does anyone know a library for working with quantity/unit of measure pairs?

I would like to be able to do such things as var m1 = new UnitOfMeasureQuantityPair(123.00, UnitOfMeasure.Pounds); var m2 = new UnitOfMeasureQuantityPair(123.00, UnitOfMeasure.Liters); ...
0
votes
3answers
38 views

how to measure time to upload a file (from browser to server) in php from the server point of view?

Does php provide api to check multipart/form-data upload rate , or total duration ? I also want to know how does PHP knows about various timeout events from IIS and php.ini settings ?
0
votes
2answers
50 views

Facebook Insights about post

I am trying to retrieve metrics post_impressions_unique, post_consumptions or anything started with a post but Facebook always return empty array for me. Anyone know what is the problem here?
0
votes
1answer
30 views

Converting string values to their metric equivalents in actionscript?

Can anyone suggest the best approach for metric conversion of string values? for instance distance values,and temperatures For instance say I have a string containing some unknown inches value And ...
0
votes
1answer
71 views

Facebook insights domain_widget_likes -> lifetime don't return results?

I'm doing a query to get the total likes for a domain and I am using the following: https://api.facebook.com/method/fql.query?query=SELECT metric, value FROM insights WHERE object_id=xxxxxxxxx AND ...
0
votes
1answer
76 views

Matching Based on Arbitrary Categories and Similarity Measures

I have customer database who have certain attributes, and a customer type. The collection of attributes can vary (they do come from a finite set though), and when I look at a new customer with unknown ...
0
votes
1answer
45 views

MIB_IPFORWARDROW metric(s) vs. ROUTE's

In the Windows command line, the 'ROUTE PRINT' command yields a tabular list of entries, with a single column labeled 'Metric'. In the Windows Platform SDK, you can fetch the same values (more or ...
0
votes
2answers
200 views

How do I get FoxPro to snap-to-grid on an English report layed out in Metric?

So I've recently had to create a report that emulates a Canadian customs form. The problem is that the report is printed on 11" x 14" paper, but uses a metric layout. As my FoxPro installation is on ...
0
votes
1answer
61 views

performance metric of a software library in WinCE

Is there a way to calculate how many mips consumed by a module (libraray) running on wince? We are developing an audio library and want to give playback in wince (Renesas SH-4A core). How to calculate ...
0
votes
5answers
866 views

Function point to kloc ratio as a software metric… the “Name That Tune” metric?

What do you think of using a metric of function point to lines of code as a metric? It makes me think of the old game show "Name That Tune". "I can name that tune in three notes!" I can write that ...