Top "Size" questions

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

Python Tkinter: OptionMenu modify dropdown list width

I have created an OptionMenu from Tkinter with a columnspan of 2. However, the dropdown list/menu does not match the …

python tkinter size optionmenu
How to specify size when taking screenshot in wkhtmltoimage?

This is my first time using wkhtmltoimage. I am trying to take screenshots of urls. But I need the images …

php size screenshot wkhtmltopdf wkhtmltoimage
Can someone explain size hint, size policy, size constraint in QT?

Can anyone give a clear explain of these 3 concept? What's the difference and how to use them?

qt size constraints hint
Jsonpath for length of array

Given json such as {"arr1" : [1,2,3], "arr2" : []} where it is known that there are arrays named arr1 and arr2, is there …

arrays groovy size spock jsonpath
Physical size of font in points in Android

I have two devices - HTC Tattoo and Sony Ericsson Xperia X10. One has 145 DPI, the other 245 DPI. When I …

android text fonts size points
Multiplying char and int together in C

Today I found the following: #include <stdio.h> int main(){ char x = 255; int z = ((int)x)*2; printf("%d\…

c size math operands varying
Immutable JS List size

I don't get how Immutable JS List size will grown. As in the example on official doc https://facebook.github.…

reactjs typescript size immutable.js immutablelist
Max post size ignored by Wildfly 10

I have a problem with uploading files larger than 10MB on Wildfly 10.0.0.Final. Here you have my standalone.xml file &…

post configuration size max wildfly-10
How does this piece of code determine array size without using sizeof( )?

Going through some C interview questions, I've found a question stating "How to find the size of an array in …

c arrays size language-lawyer pointer-arithmetic
accessing UIImage properties without loading in memory the image

As you know the iphone guidelines discourage loading uiimages that are greater than 1024x1024. The size of the images that …

iphone image uiimage size loading