Tagged Questions
The rate tag has no wiki summary.
8
votes
1answer
267 views
Does Android lower the download rate when the screen turns off?
I observed that I can download a file faster if I use wget with the screen on application,
that acquires a screen dim wake lock than doing the same without this application and
having the screen ...
5
votes
3answers
928 views
Determining a computer's maximum hard drive data transfer rate programmatically with C#
I have written a small WPF widget using C# that displays the current CPU activity, RAM used and disk activity as three small percentage type bars. I have used the following PerformanceCounters for ...
3
votes
1answer
80 views
How to generate constant UDP traffic?
I need to write a UDP client in C that generates traffic that will have a sending rate of Ron for a time of Ton and stop sending anything for a time Toff and repeat again. So, the cross traffic is ...
3
votes
1answer
179 views
Use application to rate it on market
I am currently developing an application in Android Where I want to give some functionality to user to rate the current application.
Their will be a button on it's click it will ask ask whether ...
2
votes
2answers
40 views
Calculate speed per sec and time left of sending a file using sockets tcp c#
how can i calculate the speed per sec .. and .. time left in sec
i've tried to use
void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e) {
long prevSum = 0;
while ...
2
votes
1answer
90 views
Why sensor sampling rate become too low when Android phone is still?
I write a simple app to read accelerometer data and I found that sampling rate is too low(even one sample 5 seconds) when I put phone on the table and keep quiet. I set sampling rate as FASTEST it's ...
2
votes
1answer
204 views
Open Graph: Facebook crawler name and ip’s to white list
I am prepping up for the open graph release.
One of the features from open graph is to crawl the site’s meta data and pull relevant info for the timeline.
My sitemap.xml runs into gigs and is ...
2
votes
4answers
100 views
rate control in java
I am looking for a good solution or probably an API to solve the following problem:
My application does a task in a loop, for example it sends e-mails etc. I need to limit the average rate of ...
2
votes
1answer
670 views
Python URLRetrieve Limit Rate and Resume Partial Download
I'm using the code from this thread to limit my download rate.
How do I incorporate partial downloads resuming with the rate limiting code? The examples I've found use urlopen instead of ...
2
votes
0answers
152 views
Download File and Limit Rate with Python [closed]
Possible Duplicate:
Throttling with urllib2
How do I download a file and limit the rate?
I'm looking for functionality similar to wget --limit-rate, and currently, I'm using urlretrieve.
...
2
votes
1answer
388 views
Converting a sample rate of audio file iPhone
I'd like to change the pitch of an audio file by changing the sample rate programmatically. I am recording the file using AVAudioRecorder. I have noticed a settings parameter within AVAudioPlayer, ...
1
vote
3answers
63 views
Rates in algorithm analysis? [closed]
WHY do logarithms grow slower than any polynomial? What is the (understandable) proof for this?
Similarly,
WHY do exponentials always grow faster than any polynomial?
1
vote
3answers
87 views
Twitter rate limiting
I was given a simple task which involves getting the followers count of a number of twitter accounts. There could be 1000 twitter usernames that the application i'm creating is supposed to get each ...
1
vote
0answers
27 views
Flickering in pygame
I wrote a little program to draw a pattern a cycle through different color along with a class for moderating the frame rate. For some reason there is random flickering whenever I run it and I have no ...
1
vote
3answers
486 views
Android approach for “Rate my application”
Is there a best practice approach to prompt Android users to rate your application? Considering they could acquire it from Amazon.com or Google Marketplace what is the best route to handle this in a ...
1
vote
0answers
166 views
Maximum Packets per second .NET sockets
I realize that the performance would be related to the machine. But given say two core i7 PCs with a gigabit LAN between them, with one sending out 1k packets as fast as it can and one receiving them, ...
1
vote
3answers
424 views
Alert for reminding the user to rate the app
As you may have seen in some apps an alert pops up asking the user to rate the app in itunes and usually the alternatives you get to choose from is something like: Sure which opens the rate page for ...
1
vote
1answer
329 views
DirectShow : IMediaSeeking::SetRate not working with H.264 streams
How can I set video playback rate when working with H.264 video streams with DirectShow?
It looks like IMediaSeeking::SetRate dosen't work on H.264 video decoder. I tried the following decoders so ...
1
vote
2answers
919 views
Twitter API rate limits for posting updates
Hi
I have an application for sending out say around 100+ tweets every day. I am using OAuth for authentication. The twitter API says that post messages are not rate limited. However I am receiving ...
1
vote
1answer
1k views
Android: Mixing multiple AudioTrack instances?
I need to run two instances of AudioTrack at the same time. They must run separately because I'm playing them at different, variable sample rates. I found that if I run them in the same thread, they ...
1
vote
4answers
1k views
How can I implement a download rate limited in Java?
I'm going to implement a (simple) downloader application in Java as a personal exercise. It is going to run several jobs in different threads, in a way that I will be downloading a few files at the ...
1
vote
1answer
953 views
Token Bucket or Leaking Bucket for messages
I am trying to limit my application send rate to 900kbps but the problem is that the protocol I use is message oriented and the messages have very different sizes. I can have messages from 40 bytes ...
0
votes
1answer
21 views
calculate sending file speed/sec in less than a second (without using thread.sleep)
this's a file transfer (Server-Client tcp sockets)
the code below shows the transfer rate per second (kb/s) every one second..i want to show the the speed/s every time i send the data to client how to ...
0
votes
1answer
31 views
how to include rate this App button in a application
I have this code in a button click for ratting this app
-(IBAction)_clickbtnratethisApp:(id)sender
{
NSString *str = @"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa";
str = ...
0
votes
0answers
30 views
Official IOS5 Twitter API Rate Limit Anyone?
I have developed an App that integrates Twitter both using TWRequest and TWTweetComposeViewController
At the peak of game play, it will post no more than 15 Tweets in an hour. Unless the user ...
0
votes
0answers
23 views
Change MPMoviePlayer seeking rate
I was wondering if it was at all possible to to change the seeking of movie.
I see this
enum {
MPMoviePlaybackStateStopped,
MPMoviePlaybackStatePlaying,
MPMoviePlaybackStatePaused,
...
0
votes
1answer
53 views
Allow users to rate a comment once PHP MySQL
I have a website where users can rate comments that are left on pages. Each comment has a unique ID (E.g. 402934) If I want users to be able to thumb-up/thumb-down said comments I can see how I would ...
0
votes
1answer
52 views
What is the proper way of calculating this flow calculation in Objective C?
I'm attempting to make a iPhone flow rate calculator that uses these 3 formulas.
Pressure ratio b
b = p2 + 0.1 / p1 + 0.1
The C-value and B-Value are given numbers depending on the valve.
See ...
0
votes
1answer
40 views
Currency Cash Rate API [closed]
Possible Duplicate:
Any leads on a reputable currency conversion data source?
Are there any free APIs available for currency cash rates? I want the rates that the banks exchange the ...
0
votes
1answer
37 views
Rate-limiting RESTful consumer
I am consuming a rate-limited web service, which only allows me to make 5 calls per second. I am using my server to proxy these calls to a web client:
Mashery > My Web Server > Client's ...
0
votes
1answer
92 views
is their a direct link to review my Android app (not within)
there a lot of q&a about how users can rate my app within the app,
but i need just a direct link to review\rate my app to send the user by mail and not to my app page in the market because there ...
0
votes
3answers
119 views
Performance issue on complex WPF application, how to solve that?
I have my main window at something like 6000 x 6000 px. In that window, I can have a lot of controls (more than 5000) and we can zoom/pan where we want.
I added 10 "television screens" controls in my ...
0
votes
0answers
153 views
Android display refresh rate
I'm developing an Android app which acts like a movie clapperboard/clapboard/slate. Is there any way in which I can set the display's refresh rate?
It is very important because when you edit the ...
0
votes
1answer
34 views
How do i set permissions for rating a particular content type in drupal?
I have two content types called 'A' and 'B'.
So lets say Mark creates a content 'A1' using 'A'.
Peter and James are two other fellows who create contents 'B1' AND 'B2' using B.
'B' is node referenced ...
0
votes
1answer
377 views
How do you programmatically get tax rate in magento on product page [closed]
Say you want to programmatically get the VAT tax rate on product page in magento,how do you go about doing this.
0
votes
1answer
40 views
php top 10 rate
i have 2 tables in my SQL
1- s_output
in side it : name, code
2- rate
in side it : code, ip
the value in the code of s_output = the value in the code of rate
i want to count top 10 rate and ...
0
votes
1answer
170 views
getting the frame rate of a currently playing video
I was wondering - is there a way to get the frame rate at which an Android videoView is currently playing. I looked into the documentation of the VideoView class but it was to no avail. Is there some ...
0
votes
3answers
100 views
Finding the difference within a SQL Server query and dividing by seconds elapsed between records
Hi I have a table of meter values in a SQL Server database, which contains a table with the following columns:
Timestamp, meterID, rawValue
I am trying to graph the water usage rate using a query ...
0
votes
1answer
279 views
Appirater doesn't work for me? Although I followed the instructions and doublechecked
I want my app to ask the user to rate/write review in the app store, thats why I tried to implement Appirater from Arash Payan. But it simply doesn't work - no warning is shown, doesn't matter how ...
0
votes
0answers
54 views
Hotel Rate API! [closed]
Does anyone know of a an API that will pull hotel information and rates in a city and it allows the information to be saved and used for analysis (Trending)?
0
votes
1answer
201 views
How to Add “Write a Review” / “Rate Us” Feature to My App?
I wish to add some sort of a "Write a Review" or "Rate Us" feature to my app so my customers can easily rate and review my app.
Best practice I can think of is to have some sort of pop-up or open a ...
0
votes
2answers
108 views
RatingBar android question
I am really new in android programming. My question is how does RatingBar actually work? I want to make an app which contain RatingBars on it, and whenever the user rate it like 4 stars, I want the ...
0
votes
1answer
121 views
R Formula to calculate rate of interest
Is there a R function to calculate "Rate" similar to the one available in python?
In Python: numpy.rate(nper,pmt,pv,fv)
Thank you
S
0
votes
1answer
403 views
How to know if a specific user has rated a Android App?
In my android app i need implement a functionality that allow ask the user if he wish rate this app, if the response is "yes" i am going to redirect to androidmarket app, when the user already rated ...
0
votes
1answer
453 views
Memory Management in COCOS2D
I am new to cocos2d and facing some problems.
I am making application in that I have two sprites.One is background and other one with a label which comes from right to left and stops at particular ...
0
votes
1answer
168 views
Can the accelerometer sensor rate be trust?
I'm doing a shake detection in my app and I saw several examples using time diff to normalize the acceleration delta. Does it mean that the rate used as one of the registerListener arguments (I'm ...
0
votes
0answers
308 views
Vb.net Form slow refresh with transparent tabs
I am using a tabcontrol from the following link:
http://dotnetrix.co.uk/download/Dotnetrix.TabControl.zip and set the backColor to transparent. I've noticed a very slow refresh rate on the whole Form, ...
0
votes
3answers
721 views
Realtime currency webservice
Anyone know of a real-time currency rate webservice with frequent update (multiple pr. min.). Needed for a small android app I'm building, so needs to be free.
Thanks in advance!
/Jasper
0
votes
4answers
777 views
What is the official iPhone 4 maximum gyroscope data update frequency
I am playing with the gyro on iPhone 4, although I am setting the gyro update rate to 100Hz
motionManager.gyroUpdateInterval = 0.01;
Despite that I seem to be getting the updates only with ...
0
votes
1answer
407 views
Google API rate limiting
Google limits the actual API calls one can make to their servers. I know for a fact that this rate is dynamic i.e. they determine dynamically what number of requests after which the server should ...