Top "Size" questions

Size in computing can refer to various dimensions: size in bits, in bytes, in pixels, in memory, in disk space, etc.

How do I find the length (size) of a binary blob in sqlite

I have an sqlite table that contains a BLOB file, but need to do a size/length check on the …

sqlite size blob
Android status bar expects icons of size 25x25dp while guidelines recommend 32x32dp. Who is wrong?

According to android icon design guidelines (here, see table #1), developer needs to provide status bar icons of next sizes: Status …

android size android-icons
How to do one-way ANOVA in R with unequal sample sizes?

Trying to learn R. A question from an old stats text want's to know if there is a difference in …

r size sample anova
Mongo order by length of array

Lets say I have mongo documents like this: Question 1 { answers:[ {content: 'answer1'}, {content: '2nd answer'} ] } Question 2 { answers:[ {content: …

mongodb size sql-order-by
Android: Canvas.drawText() text size on different screen resolutions

For my Android game I have some calls to Canvas.drawText(). For testing, I use the standard font size which …

android text size resolution drawtext
Linux get the size of a folder and its subfolders to a certain depth

In Linux, I have the following folder structure, I want to get the size of the folder and its subfolders …

linux size directory subdirectory
How can I get the size of a folder on SD card in Android?

Is it possible to easily get the size of a folder on the SD card? I use a folder for …

android size directory sd-card
Query on -ffunction-section & -fdata-sections options of gcc

The below mentioned in the GCC Page for the function sections and data sections options: -ffunction-sections -fdata-sections Place each function …

c gcc optimization linker size
How to use curl to compare the size of the page with deflate enabled and without using it

I have apache with mod_deflate enabled. I would like to find out the size of the page with mod_…

curl size gzip
Determine total size of SVN directory/trunk

Is there a way to count/calculate the total size of a svn directory if you were to checkout a …

svn download size