Popular repositories Loading
-
-
sinatra-mozilla
sinatra-mozilla PublicForked from fork/sinatra-webdav
helpers do def number_to_human_size(bytes) units = ['B', 'KB', 'MB', 'GB'] return "0 B" if bytes == 0 exp = (Math.log(bytes) / Math.log(1024)).to_i exp = 3 if exp > 3 "%.1f %s" % [bytes.to_f / (102…
Ruby
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.