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 you determine the size of an object in C++?

For example, say I have a class Temp: class Temp { public: int function1(int foo) { return 1; } void function2(int bar) { …

c++ class memory size memory-management
twitter bootstrap carousel size

I'm creating a website for my dad using Twitter Bootstrap, it's done except for one thing: I can't figure out …

image twitter-bootstrap size carousel
Scale and size of plot in RStudio shiny

Related, but only talks about the allocated plot space in general, not how to directly set the plot image size …

r size rstudio shiny
How to set limit on directory size in Linux?

I have read about limiting size of directory - like creating big files, formatting,mount,.. etc. But this all very …

linux directory size limit
Scale the ImageIcon automatically to label size

On my JFrame, I am using the following code to display an image on the Panel : ImageIcon img= new ImageIcon("…

java swing size imageicon
Oracle - ORA-01489: result of string concatenation is too long

Created one view within which one field(of 6) is a concatenation of two fields from the source table. Created a …

sql oracle oracle11g size listagg
What does the WPF star do (Width="100*")

What does exactly the star in size terms in WPF mean?

wpf xaml grid size
How to know bytes size of python object like arrays and dictionaries? - The simple way

I was looking for a easy way to know bytes size of arrays and dictionaries object, like [ [1,2,3], [4,5,6] ] or { 1:{2:2} } Many topics …

python object memory size byte
Size of empty UDP and TCP packet?

What is the size of an empty UDP datagram? And that of an empty TCP packet? I can only find …

tcp udp size
How to set twitter bootstrap modal wider and higher?

How to set twitter bootstrap modal wider and higher? Example here (please click: Launch demo modal): http://twitter.github.com/…

javascript css twitter-bootstrap size bootstrap-modal