|
I've been getting a steady number of app downloads every day and there was recently a very positive trend in fact and a few days ago the download count dropped to 0. Yes, right to 0. This is why I am positive this is a bug/mistake. What am I supposed ...
Answer Snippets (Read the full thread at msdn):
Thanks,
~Jonathan Tanner - MSFT Comitic: I've been getting a steady number of app downloads every day and there was recently a very positive trend in fact and a few days ago the download count dropped....
Not getting '0' for downloads.
|
|
When Silverlight downloads the assemblies in your app can it be made to download them as zipped files and then uncompress them before running? This would speed up the download time for a large application.
Started by Phil Wright on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The-download-size-of-silverlight-2-applications.aspx
http://blogs.telerik.com/ValeriHristov.
|
|
Simple problem: I'd like the Downloads window to appear as a tab in Firefox. I used to use Downloads in Tab 0.0.6 but it doesn't seem to be compatible with Firefox 3.x.
Any suggestions?
Started by Kevin L. on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
If your goal was to eliminate the Downloads window, that extension....
Forgive me if you're set on a tab-based download add-on, but I can't recommend Download Statusbar highly enough.
Download Manager Tweak does what you want.
|
Ask your Facebook Friends
|
Hi,
I'm writing a little tool that counts the downloads of an app. I save every download with a timestamp.
What algorithm (php and mysql) is normally used for predicting eg todays downloads?
Greets, Nick
Started by Bundy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
In case of downloads, the X axis could represents days, and Y axis could represent....
This image from Wikipedia shows some sample data points and the best-fit line .
You could do Regression Analysis to predict the number of downloads on a given day.
|
|
I am on Firefox 3.5.1 on Windows XP. I notice that Firefox become very sluggish the moment I have some active downloads. As soon as the downloads are over, Firefox is back to being snappy.
Why does this happen? How do I fix this?
Started by Ashwin on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Unless....
That is how I stopped FF from getting wrapped around the axle .
Allows multi-part download -- which you can turn off Allows a control on the number of active downloadsTry using a download manager separate from the built in version.
|
|
I am writing a Java program that downloads and then processes many webpages. What is the best practice for testing a component of the program that downloads a page without hitting the remote servers?
Started by Paul on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
As for the download part, you probably need an integration test.
So the component that does the download and the component that processes or even just a String as input.
From, such as a local FileStream.
|
|
I have some larger files 20-30 MB of a shareware program. I'm having a webserver which should be enough for the 250 GB (abbout 1000 downloads/mont) of download bandwidth and CPU power.
They are using "nginx" as the webserver for static downloads instead...
Started by Lothar on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Amazon S3 will be cheaper.
download speeds will be very fast and you'll only pay for what you use.
|
|
I am running an Active directory and I need to specifically restrict downloads to some users while being able to surf the web... Is there a tool to do this?
Started by Luiscencio on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Once a policy is defined then start blocking as per the... .
Before you start blocking you should put in place a company policy and notify your employees accordingly .
There is also OpenDNS.
It's open source but requires a separate PC to run .
Try untangle.
|
|
Our company wants to offer a "plugin gallery" or "app store" where users of our (packaged enterprise software) product can find, download, and share plugins to our product. I'm assuming we'll have to build our own site (although a "buy" solution would...
Started by Justin Grant on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
May be if you find one application that match 60% of your needs you could add the remaining 40% functionalities... .
I don't know an application that does all that.
I don't think you will find an existing Open Source product that fits 100% of your "Must Have" .
|
|
My company hosts an open source RPM repository and would like to start counting RPM downloads per day. The repository is hosted on Apache httpd. Can anyone recommend a good way to count the downloads of just the RPM files (which will have URLs of the ...
Started by gareth_bowles on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Non-RPM downloads will be ignored, so the order might look.
Of downloads included after the file name.
|