Thank You for your continued support and contributions!
How to check out the source code svn co svn://svn.rockbox.org/rockbox/trunk rockboxIf you would like to use older sources use the -r parameter replacing YYYY-MM-DD with the appropriate date: svn checkout svn://svn.rockbox.org/rockbox/trunk -r {YYYY-MM-DD} rockboxTo check out a specific revision, use svn checkout svn://svn.rockbox.org/rockbox/trunk -r 12345 rockboxA "rockbox" directory will be created in your current directory, and all the directories and source files go there.
To go back to a specific revision, use: svn update -r 12345
I think 1024 would take up to 11 steps and 1023 would take up to 10.
10 tests could take me 60 days since I had 1 failure in 6 days. But it happeded again today, so 3.5 days per failure on average. I don't understand why almost no one is posting known bad versions.
thanks for the builds BUT will these work on a Sansa e200 series also?if not, any chance you could make those builds for a Sansa e200 series?
Quote from: AstroBoy on March 05, 2009, 12:21:01 AMI think 1024 would take up to 11 steps and 1023 would take up to 10.Not to be pedantic, but I think you got it backward. The number of iterations is asymptotic to Log2N - 1. The number of iterations for N=1024=210 would be: # = Log2(210)-1 = 9.
Page created in 0.058 seconds with 17 queries.