Top "Size" questions

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

Get physical screen size in Qt

I'km working in Qt, i need help to get the physical size of the screen (monitor), In Qt one can …

qt size screen monitor dpi
Stretch Grid to window size

I've just started learning C# WPF with a basic empty project and I want to make a grid, with a …

c# wpf grid size stretch
Different Layouts For Different Screen Sizes On Android?

So I made an app using in Eclipse using the Graphical Editor, AbsoluteLayout, fixed pixel values, etc... just bad practice …

android size screen pixel absolutelayout
Using GhostScript to get page size

Is it possible to get the page size (from e.g. a PDF document page) using GhostScript? I have seen …

pdf size ghostscript
Determining the size of a JPEG (JFIF) image

I need to find the size of a JPEG (JFIF) image. The image is not saved as a stand-alone file, …

size jpeg
Set size of tab in JTabbedPane

Is there any way to change size of tab in JTabbedPane? I mean not all panel but only the small …

java swing size jtabbedpane
Default UIPickerView height

How can I programatically obtain the default height of an UIPickerView instance, in accordance to the resolution and orientation of …

iphone size uipickerview
UIKeyboardWillShowNotification & UIKeyboardDidShowNotification report wrong keyboard height

The following code (sorry for the length) displays an odd behavior under iOS 4.3 (maybe others version too). In this example, …

ios keyboard size uikeyboard nsnotificationcenter
PHP: Measure size in kilobytes of a object/array?

What's an appropriate way of measure a PHP objects actual size in bytes/kilobytes? Reason for asking: I am utilizing …

php caching size memcached storage
Completely remove (old) git commits from history

I'm starting a project using git where I'll be committing very large files, but only a few times a week. …

git size history rebase