The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
22 views

Colorbar shinks scatter plot

Hopefully a simple fix.. I have a colorbar plotted to the right of my image. Doing so shrinks my scatter plot to the left; however, I would like to keep the scatter as close to 1:1 as possible as the ...
2
votes
2answers
67 views

Method to fill in any size hole

I'm working on a fingerprint recognition project but I need to pre-process the image. I go through the following process. 1) Binarization 2) Filtering to removing the "stair-step" effect; i.e ...
1
vote
1answer
22 views

When to shrink: after reducing the size of one column or after reducing the size of all columns?

We have a huge database (300GB) where most of the space is occupied by a large table. This table has a number of columns that were defined as float, ocuppying 8 bytes each. However recently we ...
0
votes
0answers
17 views

textarea not shrinking when deleting character

I am trying to use javascript to shrink and grow automatically as the height of the scroll is increasing. The growing the height of textarea i acheived but when i am deleting the texts i can't figure ...
0
votes
0answers
17 views

Images not shrinking on mobile

I've spend the past few days googling this issue and with no avail. I've decided to see if anyone on here has seen this, and/or has a fix for me. It is driving me nuts. So I have a site I created ...
0
votes
0answers
37 views

MigLayout: shrink Frame when Panel hidden

The situation is as follows: the main window of the application consists of a JFrame, to which I add a Panel like that, where 'this' is the JFrame: JPanel mainPanel = new JPanel(new ...
1
vote
1answer
63 views

Shrink image before uploading with javascript

I'm writing a cross-platform mobile application using phonegap, and i have a file-upload input for image uploading of single images. The problem is that most pictures being uploaded are ones taken ...
0
votes
3answers
387 views

Is it safe to delete the tempdb.mdf file manually?

In SQL Server 2008, I am trying to BULK INSERT a CSV that's about 1GB in size. As I'm doing so, it's creating a huge tempdb.mdf file. Right now, it's 35GB for this 1GB CSV file. I've tried the ...
0
votes
0answers
54 views

let text fit container height

Is it possible (CSS, JS, whatever), to let a text flow in a way that it fits the height of a fixed or percentage height container and the container shrinks in width, so that it wraps the text exactly? ...
0
votes
1answer
102 views

when using File Shrink option in SSMS to shrink log, when does the space get released back to the O/S

I have shrunk a log file of a database in SSMS 2008: treeview mydatabase (right-click) tasks -> shrink -> files : choose log from dropdown (*) reorganize ...
1
vote
3answers
312 views

How to compress images (png, jpg and so on) using objective C

i want to shrink png or jpg on OSX. i only want to shrinkg without affecting the image quality. like tinypng.org is there any recommended library? i just know imagemagick. is there a way to do that ...
0
votes
1answer
30 views

Matlab: Collect/save data and shrink code

Given the following code: clc clear all P = 45; Mat =[ 64.7331 62.4019 60.2700 58.7798 58.4334 62.6596 59.4961 56.2320 53.6037 52.9330 60.9245 56.7753 51.7143 46.3398 ...
1
vote
3answers
149 views

Shrink UIView from left to right

I have the following code to shrink a UIView from left to right and remove it from super view after the animation finished: UIView* coverView = [[UIView alloc]initWithFrame:CGRectMake(100, 100, ...
1
vote
1answer
551 views

Carousel Images Height Shrinking

I've got a carousel on my index page, but I've noticed that if I shrink my browser, the image doesn't stay within the whole carousel. If you don't understand what I mean, here's an image of the ...
0
votes
0answers
23 views

Shrinking Database - Arithmetic overflow error converting numeric to data type numeric

I was confused after looking into the issue "Arithmetic overflow error converting numeric to data type numeric." I know that this is due to the precision not set / supported for the decimal data ...
2
votes
1answer
197 views

boost::asio::streambuf shrink-to-fit?

The boost::asio::streambuf size will keep on increasing until consume() is called. Even after consume() is called, the memory used by the underlying buffer will never be released. For example: the ...
0
votes
2answers
57 views

shrink-option doesn't work for numpy masked arrays

I create a numpy masked array with the shrink-option set to False (which should yield a full-sized mask), and then I check the size of the mask: import numpy as np import numpy.ma as ma x = ...
1
vote
1answer
58 views

Fill a whole dynamic DIV (may be of different sizes) with a background

I have a div and its width and height depend of browser window size. I need a cross-browser solution to fill whole div with a background image. Image should not repeat itself, and stretch/shrink ...
2
votes
3answers
211 views

CSS: Max-Width won't shrink? [duplicate]

Possible Duplicate: Make CSS Div Width Equal To Contents I am trying to make a chat like application but now I ran acros a little bug of some sort. I have a div with a max-width set to ...
0
votes
0answers
69 views

When do I need to Shrink a database? [closed]

I have a 55GB database.The full backup size is around 47GB. How can I shrink the database?
0
votes
1answer
424 views

Shrink header height by scrollTop value

Howdey! Simple problem: I've a fixed header, the height shrinks down based on the window scrollTop-value to the half of its height. What I have so far: HTML <div id="header"> <img ...
4
votes
4answers
367 views

Shrink int array C

Just started to learn C and came across the following issue: I need to shrink an integer array in C, removing elements at the end. By removing I mean freeing. The common answer is to allocate new ...
0
votes
0answers
71 views

shrink background drawable to the layout size on android

i used a linearlayout to hold my datepicker and i want the linearlayout to wrap_content both for width and height, and i used a image drawable as the background. the question is that the image ...
2
votes
1answer
256 views

Make thumbnails for jpeg images in pure Lua?

Lua -> Is it possible to Shrink Larger Image ? I need it to make thumbnails for jpeg images. I don't need a "binding". Is there any module writed in pure Lua ? Is it difficult to write one ? I have ...
0
votes
0answers
773 views

why online shrink is not supported in ext4 file system [closed]

shrinking the volume offline is possible in ext4. But online shrinking is not supported. I was referring EXT4_IOC_RESIZE_FS ioctl implementation in linux kernel ver 3.3.8. It is given in the code ...
1
vote
1answer
104 views

Google maps API v3 font issue

I got a problem with the Google Maps API V3 on my site. On the page where the map is loaded, the font on my site shrink. The images on the link below shows the difference. The first is on the page ...
0
votes
1answer
596 views

JQuery shrink div from centre

I have created some JQuery that will expand a div 'popup' on hover and then it will shrink it on mouse out. However, this effect seems to happen from the top left and I need it to happen from the ...
1
vote
4answers
189 views

How to shrink external java libs?

I'm writing an applet, which uses ~10 external libraries. Together they occupy more than 2 megabytes. In some libs we use only 1-2 classes, so a lot of others can be safely deleted. So the question is ...
1
vote
0answers
67 views

pyGTK autosizing notebook tabs

I am trying to auto-size the tabs in my pygtk gui. Right now I use a for loop to create tabs based on usb connections to the computer. This works fine. If there happen to be more tabs created than ...
0
votes
1answer
353 views

jQueryUI sortable on table rows shrinks them while being dragged

This issue of table rows shrinking while dragged in the sortable function troubles me for a long time. any asnwer? (Q&A) P.S. in order for sortable to work at all on tables you MUST use TBODY ...
-2
votes
2answers
413 views

Icons… resize or shrink?

I've been redesigning my website for mobile use and realized that my icons are a bit too big. The standard 16 x 16 icon isn't really ideal for the small screen. Looking at other sites, i.e. facebook's ...
0
votes
2answers
360 views

shrink database file in one shot or in increments?

I have to shrink a database of approx. 1TB down to around 700GB (which is leaving 200+ Gb for growth without expansion). I have a script that will loop and shrink the database by a set increment (1GB, ...
4
votes
1answer
160 views

How to shrink ibd files with BLOB fields?

I have a big table with BLOB fields that contain many NULL values. I enabled Multiple Tablespaces and got a separate ibd file for each table. The physical size of this table is much more than the size ...
0
votes
3answers
1k views

Entire Website Shrink to fit browser window?

I would like my HTML website to automatically shrink entirely (images, text and all) when loaded in different size browser windows. Here is an example of what I'm talking about. ...
0
votes
2answers
158 views

Shrink a URL in HTML

So, im making a file hosting site, and am using some form builders to start off with. However, these builders do NOT support PHP. Now, i would like to shrink some URLs, how can i do this in pure HTML, ...
1
vote
1answer
95 views

Getting X and Y instead of horizontal/vertical size in layout properties of Swing JPanel

When if a panel has layout properties like horizontal size and vertical size, then I'm able to hide the panel and space used by panel is also shrinking. But If the panel has layout properties like X ...
2
votes
0answers
253 views

Proguard shrinks too much

Since ADT 17 you can find in the gen folder a BuildConfig class with a DEBUG constant. I often use this constant in my code, since ADT changes the value automatically when you export the application. ...
3
votes
3answers
4k views

Shrink vmware disk

I have a windows machine and I am running vmware player. I have 1 centos image. At one point the VM was about 12GB. I deleted many unnecessary files, dropping the size to 4GB However, this reduction ...
0
votes
3answers
801 views

I've seen some grow/shrink jQuery animations, how does one do this?

I've seen some sites that use jQuery Animate to get their images to grow when moused over and shrink back to their original size when moused out. I'm trying to do this on some images but I can't quite ...
-3
votes
2answers
71 views

Shrinking url in PHP [closed]

I'm trying to show this url http://www.xyz.com/catnew/newcat.php as http://www.xyz.com/cat. Any help is appreciated.
1
vote
0answers
629 views

VMWare ESXi 4.1 - Shrink Thin disk (without Storage vMotion or “sdelete”/filling disk with 0's)

I have a 100GB Thin disk which is about 80GB vmdk file on the storage device. The disk really only has 10GB of files stored on it (ie ~70GB free). How can I shrink the ~80GB vmdk back down to ~10GB ...
0
votes
2answers
647 views

Sybase: Dump/load from a larger database to a smaller database

How do I move a database (schema and data) into a smaller database? Sybase does not allow loading a dump into a smaller database than the original. Sybase 12.5.3 ASE
1
vote
1answer
217 views

Python: Shrink/Extend 2D arrays in fractions

There are 2D arrays of numbers as outputs of some numerical processes in the form of 1x1, 3x3, 5x5, ... shaped, that correspond to different resolutions. In a stage an average i.e., 2D array value ...
2
votes
1answer
252 views

Force shrinking of MigLayout-Component inside JScrollPane

I have a Component that uses MigLayout as its LayoutManager. It is set to grow inside the JScrollPane to occupy the whole available width. So if I resize the appliation's frame, the JScrollPane is as ...
2
votes
2answers
302 views

Multiline EditText shrinking when focused

I have a multi-link postal address EditText widget which is declared as below: <EditText android:id="@+id/pat_address_input" android:layout_width="250dp" android:layout_height="100dp" ...
1
vote
3answers
76 views

App gets shrinked on Android 3.0 tablet

As seen here my app gets shrinked on Samsung Galaxy Tab with Android 3.0 It is also shrinked in emulator, but at graphical layout it looks ok. main.xml: <LinearLayout ...
6
votes
3answers
892 views

How to shrink a picture?

Question about Delphi - 7 language. I have image (500x500) but I need to resize it to 200x200 and paint it on TImage. How to achieve such result? NoteI know about Strech property in TImage, but I ...
0
votes
1answer
2k views

jQuery: Scale entire div with its children?

is it somehow possible to use jQuery or Javascript to scale an entire div down to 70%. E.g. I have a horizontal slider with images. On smaller screens the slider with all its images (and their ...
0
votes
2answers
2k views

resize image in table below 100% when resizing window

Think similar questions have been answered, but none really seem to have helped me out that much. I have a table that is set to width="100%" with a cell on the top row. This cell contains an image ...
0
votes
1answer
320 views

ImageMagick: How to use “Only Shrink Larger Images” ('>' flag) both on windows and unix

I found this description on website http://www.imagemagick.org/Usage/resize/#shrink : Only Shrink Larger Images ('>' flag) Another commonly used option is to restrict IM so that it will only ...

1 2