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 can I get a file's size in C?

How can I find out the size of a file I opened with an application written in C ? I would …

c file size
Getting file size in Python?

Is there a built-in function for getting the size of a file object in bytes? I see some people do …

python file size
How do you stretch an image to fill a <div> while keeping the image's aspect-ratio?

I need to make this image stretch to the maximum size possible without overflowing it's <div> or skewing …

image html size
How to change legend size with matplotlib.pyplot

Simple question here: I'm trying to get the size of my legend using matplotlib.pyplot to be smaller (i.e., …

python size matplotlib legend
Android screen size HDPI, LDPI, MDPI

I have a background that I need fit in all screen sizes. I have three folders, hdpi, ldpi and mdpi …

android size screen hdpi
Fit website background image to screen size

I'm just starting on a website and I already encounter a small problem where I can't find a specific solution …

html css background size responsive
How to change the size of the font of a JLabel to take the maximum size

I have a JLabel in a Container. The defaut size of the font is very small. I would like that …

java fonts size containers jlabel
Using jQuery To Get Size of Viewport

How do I use jQuery to determine the size of the browser viewport, and to redetect this if the page …

jquery resize size viewport
Array Size (Length) in C#

How can I determine size of an array (length / number of items) in C#?

c# arrays size
Java JTable setting Column Width

I have a JTable in which I set the column size as follows: table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF); table.…

java swing size jtable