Top "Size" questions

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

Why are Oracle table/column/index names limited to 30 characters?

I can understand that many years ago there would be this kind of limitation, but nowadays surely this limit could …

oracle oracle10g size
How to find the size of an array in postgresql

Is there any way to find a size of an array? For Example, CREATE TABLE example (id integer[]) ; INSERT INTO …

sql arrays postgresql size
Determine size of dynamically allocated memory in C

Is there a way in C to find out the size of dynamically allocated memory? For example, after char* p = …

c memory dynamic size allocation
Qt: Set size of QMainWindow

I'm new to Qt, so I wonder whether there is a way to set the size of a QMainWindow to (…

qt size qmainwindow
C# "Parameter is not valid." creating new bitmap

if I try to create a bitmap bigger than 19000 px I get the error: Parameter is not valid. How can …

c# parameters bitmap size
Where can I find default -Xss (stack size) value for Sun/Oracle JVM?

Has anyone ever found a single JVM document listing default -Xss values for various versions of the Sun/Oracle JVM, …

java jvm stack size
$_FILE upload large file gives error 1 even though upload_max_size is bigger than the file size

I have a simple upload form with: enctype="multipart/form-data"/> and input type="hidden" name="MAX_FILE_SIZE" value="5900000" /&…

php file upload size
WPF: How to display an image at its original size?

I have a problem with displaying images in WPF. Here's my code: <Button HorizontalAlignment="Left" Grid.Column="1" Grid.Row="5" …

wpf image resize size
Maximum size of a PHP session

What is the maximum size that can be stored in a PHP session?

php session size max
Change the size of the panel dynamically

I am implementing an application that needs to drag and drop image boxes in a panel.Image boxes are added …

c# .net winforms size panel