Questions tagged [rate]

A measure, quantity, or frequency, typically one measured against some other quantity or measure.

A certain quantity or amount of one thing considered in relation to a unit of another thing and used as a standard or measure (e.g at the rate of 60 miles an hour).

458 questions
-2
votes
2 answers

Objective C rateview not show half image

I am using rateview like this page: https://www.raywenderlich.com/1768/uiview-tutorial-for-ios-how-to-make-a-custom-uiview-in-ios-5-a-5-star-rating-view It runs normally, but I cannot see half image show, like 1.5- 1.5-3.5.. Can someone help me know…
kemdo
  • 1,279
  • 2
  • 13
  • 27
-2
votes
2 answers

Rate the app inside the app - Android

I know it's not possible do it the in the app instead go to the market, I want to know if it's possible to rate inside the app (with a star bar) and go to the market and translate the number of stars selected to the existing star bar of the market?…
Pamme Cobos
  • 159
  • 1
  • 2
  • 13
-2
votes
2 answers

FloatingRateBond cashflow retrieval and printing

I am using the FloatingRateBond class to create a floating rate bond object, which I have already priced correctly. However, now I need to retrieve the cashflows and the dirty price to decompose the yield. I have been trying the following without…
-2
votes
1 answer

Wordpress Ratings?

Thank you for viewing my post.. I am currently working on my blog, it is about writing reviews and rating books, and movies. I have searched for hours for a rating plugin for ME to rate movies and books posts, but all I found was plugins for…
-2
votes
2 answers

How to calculate the UDP transfer rate (kbps) in C#?

First of all, I know that UDP is not a reliable protocol but I need to this in UDP and I'm aware of the consequences that may eventually happen. Let's assume I have a long byte array that I have split in chunks of 32bytes into a List. This…
rfgamaral
  • 15,937
  • 49
  • 156
  • 269
-3
votes
1 answer

Locate exactly at Google play store, some app's screenshots field and "rate this app" field

I know how to locate at some app in Google Play, by Android program with hyper link, like: Intent intent = new Intent(Intent.ACTION_VIEW); intent.setData(Uri.parse("market://details?id="+ getPackageName().toString().trim())); …
Fisher
  • 389
  • 4
  • 19
-3
votes
1 answer

Calculating Acceptance Rate/Percentage

I have a summary of data talking about status of offers by applicants as follows: Status Count(status) accepted 2303 rejected 736 unresolved 75 I want to have an acceptance rate by no.of accepted/sum(no.of accepted+no.of…
-3
votes
1 answer

compound interest after 1, 3 and 5 years

i have this code that calculates the compound interest, but i need it to do it for after 1, 3, and 5 years. ive tried and cant seem to get it to work. can anyone help me? import java.util.Scanner; public class CompoundInterest { public static…
1 2 3
30
31