Top "Size" questions

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

Set variable text column width in printf

In order to determine the size of the column in C language we use %<number>d. For instance, …

c size printf
What is the underlying type of a c++ enum?

This may have been answered elsewhere but I could not find a suitable response. I have this code: enum enumWizardPage { …

c++ enums size types hex
Is lodash _.size() faster than JS length property?

The article (link below) suggests that using the length property on a string creates an object reference which unnecessarily slows …

javascript size lodash
Get size of Bitmap Android

Possible Duplicate: Bitmap byte-size after decoding? Is there anyway so I can get the size of this Bitmap?I've tried …

android bitmap get size bitmapfactory
Array size using jsonpath expression - Stefan Goessner JsonPath

I'm having a problem with finding an array or list size using Stefan Goessner's JsonPath. I'm using the version json-path-2.0.0. …

java arrays json size jsonpath
Determine number of Bytes in ByteBuffer

I have a ByteBuffer that can hold a maximum of (4 + size) bytes (that is, an integer followed by size characters). …

java size byte bytebuffer
How to display fixed image height and width using xsl-fo with apache fop 0.95

I am trying to fix the height and width of image in pdf generated using fop 0.95. Here is the code …

image pdf size xsl-fo apache-fop
Oracle NUMBER(p) storage size?

I've searched for it but i can't find a conclusive answer to my question... I need to know what is …

oracle numbers size storage
What is the difference between getWidth/Height() and getMeasuredWidth/Height() in Android SDK?

The Android Documentation says that there is two sizes for a view, the measured dimensions and the drawing dimensions. The …

android android-layout view size dimensions
UICollectionView cell subviews do not resize

In a CollectionView, some cells should have an additional subview or layer. The CollectionView can be told to resize it's …

ios size cell subview uicollectionview