Id
int64
1.68k
75.6M
PostTypeId
int64
1
2
AcceptedAnswerId
int64
1.7k
75.6M
ParentId
int64
1.68k
75.6M
Score
int64
-60
3.16k
ViewCount
int64
8
2.68M
Body
stringlengths
1
41.1k
Title
stringlengths
14
150
ContentLicense
stringclasses
3 values
FavoriteCount
int64
0
1
CreationDate
stringlengths
23
23
LastActivityDate
stringlengths
23
23
LastEditDate
stringlengths
23
23
LastEditorUserId
int64
-1
21.3M
OwnerUserId
int64
1
21.3M
Tags
list
4,234,387
1
4,234,853
null
7
759
Since layered rendering with a geometry shader in OpenGL seems a bit dodgy on some drivers/hardware, I would like to substitute the functionality with my own solution. This by using a big texture as rendertarget, with for example a resolution of 300². Then simulating layered rendering by rendering to 100² chunks in the...
Render to part of texture
CC BY-SA 2.5
0
2010-11-20T18:55:11.293
2010-11-20T20:29:19.127
null
null
434,480
[ "opengl", "3d" ]
4,234,431
1
null
null
5
2,418
I noticed that one of my projects references 3 different versions of mscorlib: 1. 1.0.5000.0 2. 2.0.0.0 3. 4.0.0.0 ![alt text](https://i.stack.imgur.com/8rGf1.png) This [post about "mscorlib.dll & System.dll](https://stackoverflow.com/questions/402582/mscorlib-dll-system-dll)" helped me understand what mscorlib i...
My project references 3 different versions of mscorlib.dll
CC BY-SA 2.5
0
2010-11-20T19:06:08.900
2011-06-27T03:41:13.273
2017-05-23T11:48:22.880
-1
287,311
[ "asp.net", "visual-studio-2010", "reference", "mscorlib" ]
4,234,521
1
null
null
0
202
I'm having a pretty weird problem : requesting data with xml format in a rails 3 app works on my local environment but on my hosted environment, I get a NoMethod Error. More precisely : undefined method `type' for nil:NilClass Here is the method I'm talking about : ``` def getclosest radius = params[:radius].gsu...
Problem getting xml in a rails3 app
CC BY-SA 2.5
null
2010-11-20T19:25:38.890
2011-03-12T23:14:08.330
2010-11-21T13:32:10.050
451,252
451,252
[ "xml", "ruby-on-rails-3", "mongrel" ]
4,235,291
1
4,257,203
null
39
202,849
I use the [MySQL Connector/Net](http://dev.mysql.com/downloads/connector/net/) to connect to my database by referencing the assembly (MySql.Data.dll) and passing in a connection string to `MySqlConnection`. I like that because I don't have to install anything. (I don't want to use ODBC btw) ![alt text](https:/...
How to connect to a MySQL Data Source in Visual Studio
CC BY-SA 2.5
0
2010-11-20T22:16:45.107
2022-07-28T19:27:53.693
null
null
287,311
[ "mysql", "visual-studio-2010", "datasource", "mysql-connector" ]
4,235,375
1
4,235,402
null
12
7,515
I want to round the top right and top left of the UINavigationBar. I know that there are functions for changing the views corner radius, but is it possible to do something similar to the standard UINavigationBar? If you don't know what I'm talking about, check out this: ![](https://i.stack.imgur.com/uvflI.png) Than...
UINavigationBar Rounded Two Corners
CC BY-SA 3.0
0
2010-11-20T22:37:09.433
2012-02-11T19:43:29.763
2011-08-20T15:55:48.627
257,550
455,929
[ "iphone", "objective-c", "cocoa-touch", "uinavigationbar", "rounded-corners" ]
4,235,514
1
null
null
0
1,718
I'm using TLF to lay out a dictionary entry. It's working fairly well, but I need finer grained control of layout than I'm able to achieve through setting style properties on FlowElements, primarily for horizontal spacing and setting padding on SpanElements independently of their parents. The solution that seems most ...
TLF - Flowing text through multiple containers and line breaks
CC BY-SA 2.5
null
2010-11-20T23:09:37.400
2010-11-21T20:20:12.317
null
null
238,751
[ "flash", "actionscript-3", "text", "tlf" ]
4,235,749
1
null
null
4
2,116
I have a WPF UserControl in which I try to implement the MouseClick (because `MouseClick`) event. I got the following: ![alt text](https://i.stack.imgur.com/3zW8p.jpg) Some code: ``` /// <summary> /// Occurs when users left clicks the MyControl. /// </summary> public event MouseButtonEventHandler MouseClick { ad...
'System.StackOverflowException' occurred in PresentationCore.dll
CC BY-SA 2.5
null
2010-11-21T00:17:46.163
2010-11-21T22:43:27.547
2010-11-21T16:16:58.130
185,593
185,593
[ ".net", "wpf", "events", "wpf-controls" ]
4,235,926
1
4,239,227
null
0
1,315
I just converted a WPF project from .NET 3.5 to .NET 4.0. I'm now using the .NET 4.0 `DataGrid` control rather than the WPF Toolkit `DataGrid` control. Functionally, everything is still working, but my styles are not applying as expected. As you can see from the below screen captures, the alternating row formatting, ...
Why did my DataGrid styling break when upgrading from .NET 3.5 w/ WPF Toolkit to .NET 4.0?
CC BY-SA 2.5
null
2010-11-21T01:18:02.877
2010-11-21T19:10:33.573
2010-11-21T06:40:57.603
129,164
129,164
[ "wpf", "xaml", "datagrid", "wpftoolkit" ]
4,236,128
1
null
null
0
318
I have a navigation bar at the top of a page I am developing. I want a certain `<div>` to be centered in the bar (which is another `<div>`). Is there an easy way to do this with CSS? I tried using pixels but that does not work when you resize the window. I am trying to center it horizontally not vertically. Update: ...
Is there an easy way to center a <div> inside another <div> with css?
CC BY-SA 2.5
null
2010-11-21T02:35:09.997
2010-11-21T04:23:11.657
2010-11-21T03:46:07.100
407,756
407,756
[ "html", "css" ]
4,236,156
1
4,236,225
null
0
156
This is my HTML: ``` <form method="POST" action=""> <?php $skillSubCategory = $skills->showSkills(24); for ($i = 0; $i < count($skillSubCategory); $i++) { ?> <input type="hidden" name="skillid" value="<?php echo $skillSubCategory[$i]['skill_id']; ?>" /> <?php echo $skillSubCategory[$i]['...
Problem with displaying correct hidden field
CC BY-SA 2.5
null
2010-11-21T02:44:54.943
2010-11-21T03:08:52.543
null
null
363,004
[ "php", "html" ]
4,236,212
1
4,288,099
null
2
3,812
I'm doing some webpage parsing in VBA within Excel; I'm MSHTML to download and parse the webpage. However, on certain sites, a dialog box pops up. It works fine; however, I would like to know if there is a way to disable this or possibly get around it. Thank-you for your time. My code snippet for the document creation ...
Silencing VBA MSHTML HTMLDocument.CreateDocumentFromURL
CC BY-SA 2.5
null
2010-11-21T03:03:35.513
2010-11-26T19:35:46.733
2018-07-09T19:34:03.733
-1
365,090
[ "vba", "excel" ]
4,236,271
1
4,236,310
null
1
520
Hey guys... today is my first day hacking away on the iphone SDK. Having a blast but have a quick question. I'm trying to move an UIView around the screen dynamically by sending it information from a slider. My slider is working fine but I cant seem to figure out how to get the UIView to move. My .h file... ``` @in...
Moving an UIView - newbie iphone sdk
CC BY-SA 2.5
0
2010-11-21T03:23:53.757
2010-11-21T03:40:32.423
2010-11-21T03:40:32.423
106,435
385,097
[ "iphone", "cocoa-touch" ]
4,236,279
1
4,739,537
null
11
1,129
After talking with a friend of mine from Google, I'd like to implement some kind of Job/Worker model for updating my dataset. This dataset mirrors a 3rd party service's data, so, to do the update, I need to make several remote calls to their API. I think a lot of time will be spent waiting for responses from this 3rd...
Should I learn/use MapReduce, or some other type of parallelization for this task?
CC BY-SA 2.5
0
2010-11-21T03:25:28.487
2011-01-19T19:10:11.547
2010-12-04T21:41:57.723
311,901
311,901
[ "python", "amazon-web-services", "parallel-processing", "mapreduce" ]
4,236,287
1
4,301,998
null
0
171
[jsFiddle](http://jsfiddle.net/Essy3/) I'm trying to output images and text horizontally. The text elements use the [jQuery Cycle Lite Plugin](http://jquery.malsup.com/cycle/lite/) to cycle over a list of words. As you can see in the jsFiddle above, the cycling text elements are on the page, but for some reason the po...
Strange positioning behaviour when using pictures and text
CC BY-SA 2.5
null
2010-11-21T03:27:33.587
2010-11-29T20:28:30.287
2010-11-29T03:28:23.177
173,634
173,634
[ "jquery", "html" ]
4,236,667
1
4,236,677
null
0
7,732
I am working in C# Windows Forms Application I want to make shadow of my form, so I have taken a image having shadow and set it as Form's Background image and also set `TransparentKey` to Form's BackColor i.e. `Control Color`, so that it will transparent the area which contains Control color and `FormBorderStyle` to `N...
Shadow to windows form
CC BY-SA 2.5
0
2010-11-21T06:05:21.837
2010-11-21T07:29:50.313
2010-11-21T07:23:48.330
479,468
479,468
[ "c#", ".net", "winforms", "background-image", "transparent" ]
4,236,716
1
4,237,473
null
0
196
I am newbie in Sql Server.I am trying to attach AdventureWorks database with Sql Server 2008(Window 7).following Error - ![alt text](https://i.stack.imgur.com/IpsqT.png) Can anyone tell me that how I can solve this problem? Thanks in advance.
Getting error in attach AdventuresWorks database in SQL Server (Using window 7)
CC BY-SA 2.5
null
2010-11-21T06:23:27.770
2014-05-05T01:50:30.310
null
null
214,651
[ "sql", "sql-server", "windows-7" ]
4,237,222
1
4,238,491
null
17
15,008
I cannot understand what I'm doing wrong. I want to group items in listView. In result I want to see something like that: ![enter image description here](https://i.stack.imgur.com/9zF5o.jpg) It'm using MVVM pattern. It's my XAML code. ``` <CollectionViewSource x:Key="EmploeeGroup" ...
MVVM Grouping Items in ListView
CC BY-SA 3.0
0
2010-11-21T09:39:38.537
2020-11-10T10:28:12.787
2013-08-05T19:47:56.490
719,186
398,429
[ "c#", "wpf", "listview", "mvvm" ]
4,237,318
1
null
null
2
2,320
How can Set power settings turn off: never (turn off the display= never, put the computer to sleep = never), by c# code ![enter image description here](https://i.stack.imgur.com/bwaKN.gif)
How can Set power settings turn off: never (turn off the display= never, put the computer to sleep = never), by c# code
CC BY-SA 3.0
null
2010-11-21T10:05:00.720
2015-02-26T22:03:58.867
2015-02-26T22:03:58.867
21,244
389,314
[ "c#", ".net" ]
4,237,472
1
4,238,788
null
0
264
I'm trying to debug my controller but I'm getting the error message "Unable to evaluate the expression" in my Watch window and my Locals and Autos window do not display anything at all. ![The watch window showing the error](https://i.stack.imgur.com/X4FZu.png) What is the problem here? How can get I see my variables?
Getting "Unable to evaluate the expression." while debugging my controller
CC BY-SA 2.5
null
2010-11-21T10:55:37.877
2010-11-21T16:05:22.530
null
null
1,741,868
[ "asp.net-mvc", "asp.net-mvc-3" ]
4,237,581
1
4,237,677
null
3
7,130
I had problems in some flow with unicode chars in some of my flows. So i fixed the flow and added a test. ``` assertEquals("Björk", buyingOption.getArtist()); ``` the buyingOption.getArtist() will return the same name that is on ,here is a snippet : ![alt text](https://i.stack.imgur.com/mcI87.jpg) but junit will f...
Comparing unicode characters in Junit
CC BY-SA 2.5
null
2010-11-21T11:23:49.467
2013-05-17T15:58:21.193
null
null
141,321
[ "java", "unicode", "junit" ]
4,237,919
1
4,451,304
null
0
832
I am working with Crystal Report 2008 but when I export my report my report in MS Word format the Table in report does not exported as Table but each line and item in table is exported as object. ![alt text](https://i.stack.imgur.com/gYzEy.jpg) Means you can not extend the column or row size other wise it behave like ...
Crystal Report 2008 export does not export Table correctly as table but every item & line as an object?
CC BY-SA 2.5
0
2010-11-21T12:56:14.057
2010-12-15T15:01:00.250
2010-11-22T07:13:29.593
228,755
228,755
[ ".net", "crystal-reports", "crystal-reports-2008", "crystal-reports-export" ]
4,238,166
1
4,238,262
null
2
7,857
I have a problem with a `RelativeLayout` containing two `TextView`s and a `ImageView`, that I use for displaying items in a `ListView`. The items are correctly displayed on Android 1.6, but on Android 2.2 the `TextView`s are overlapping. Here is an image that shows the correct and incorrect behavior side-by-side: ![a...
Overlapping TextView items in RelativeLayout in 2.2; no problem in 1.6
CC BY-SA 2.5
0
2010-11-21T13:49:25.513
2010-11-21T14:14:41.970
2010-11-21T14:14:41.970
400,334
400,334
[ "android", "overlap", "android-relativelayout" ]
4,238,177
1
null
null
1
498
I have a custom TableViewCell (without Interface Builder) when I use the swipe gesture to trigger the DeleteConfirmationButton to appear and then touch it the button disappears as usual. But when I set the whole TableView in editing mode with the default edit button: ``` [self.navigationItem setRightBarButtonItem:[se...
DeleteConfirmationButton does not disappear when using custom TableViewCell
CC BY-SA 3.0
null
2010-11-21T13:51:43.127
2015-07-11T19:56:29.830
2015-07-11T19:56:29.830
4,370,109
503,059
[ "ios", "iphone", "uitableview", "cocoa-touch", "button" ]
4,238,529
1
4,238,558
null
1
289
![alt text](https://i.stack.imgur.com/Uc1XN.png) I understood changing corner and disable navigation bar. but i need to build through in xib. Now you will get clear idea about my question. .
How can I build IB for multiple screen layer in iphone
CC BY-SA 2.5
0
2010-11-21T15:06:00.827
2010-11-22T19:06:58.077
2010-11-22T10:20:25.537
106,435
508,535
[ "iphone", "cocoa-touch", "interface-builder" ]
4,238,560
1
null
null
0
2,820
I have a video on a page and I cannot get the play list control to appear above it. I have set the z-index of the play list to 99999 but the video is still being rendered on top of it. Here is an image that shows the problem and the CSS. I have tried setting the z-index of the video to -1, 1 etc. ![image](https://i.s...
How to make this div go over embedded video
CC BY-SA 2.5
null
2010-11-21T15:13:12.463
2010-11-22T09:59:28.667
2010-11-21T15:27:42.583
170,224
223,863
[ "css", "flash", "z-index" ]
4,238,618
1
4,446,603
null
3
2,546
I am making a pitch detection program using fft. To get the pitch I need to find the lowest frequency that is significantly above the noise floor. All the results are in an array. Each position is for a frequency. I don't have any idea how to find the peak. I am programming in C#. Here is a screenshot of the frequen...
How can find an peak in an array?
CC BY-SA 2.5
null
2010-11-21T15:24:16.790
2010-12-15T04:10:02.563
2010-11-21T18:02:07.513
186,964
186,964
[ "c#", "arrays", "find", "signal-processing" ]
4,238,790
1
4,240,536
null
3
2,315
I am writing an application with a listbox allowing multi-selection (SelectionMode=Multiple); the items in the lisbox are ingredients for a recipe. Unfortunately, clicking on a listbox item selects this item, which may not be desired. I would like the following scenario: - - What I did is style the ListBoxItem to i...
WPF: How to programmatically give visual feedback that the keyboard focus is in a listbox?
CC BY-SA 2.5
0
2010-11-21T16:05:43.233
2012-04-13T13:15:14.990
null
null
279,404
[ "wpf", "listbox" ]
4,238,924
1
4,238,953
null
12
13,161
I want to use Google's spelling correction/suggestions in an app I'm doing. I've googled it but all I found was examples for Google's canceled SOAP API and the newly deprecated XML Web Search API. I just want to be able to send a search query and get back the suggested correction. > ![alt text](https://i.stack.imgur....
Accessing Google spelling/suggestion API via C#
CC BY-SA 2.5
0
2010-11-21T16:35:35.577
2014-05-15T19:35:15.377
2010-11-22T00:41:44.700
193,282
193,282
[ "c#", "api", "spell-checking" ]
4,239,205
1
4,239,554
null
18
23,750
I was wondering how to create a matrix and compute its inverse using SymPy in Python? For example, for this symbolic matrix: ![](https://i.stack.imgur.com/5utZb.png)
Inverse of a matrix in SymPy?
CC BY-SA 3.0
0
2010-11-21T17:34:56.343
2018-03-28T11:42:50.097
2018-03-28T11:42:50.097
7,851,470
156,458
[ "python", "matrix", "sympy" ]
4,239,395
1
4,239,469
null
2
1,775
[mybatis' homepage has this quote](http://www.mybatis.org/) ``` mybatis, the world's most popular sql mapping framework ``` There are only 16 questions on StackOverflow about mybatis, compared to 5,299 on hibernate. Look at Google trends. Are they completely BSing, or am I missing something (red is hibernate, blue i...
mybatis, the world's most popular sql mapping framework?
CC BY-SA 2.5
0
2010-11-21T18:10:02.103
2010-11-22T09:02:47.837
2010-11-22T09:02:47.837
11,236
11,236
[ "java", "hibernate", "orm", "mybatis" ]
4,239,706
1
4,239,816
null
1
162
I need your help, I can't find the error, it's an emergency, here is my method and a image of the error the error say "syntax error INSERT INTO statement" here is an image, how can I fix it, no matter how its the structure [http://img718.imageshack.us/img718/8864/erroruh.jpg](http://img718.imageshack.us/img718/8864/er...
Syntax error in this method button C#?
CC BY-SA 2.5
null
2010-11-21T19:07:03.410
2010-11-21T19:37:13.817
2010-11-21T19:37:13.817
13,302
464,686
[ "c#", "ms-access", "syntax-error" ]
4,239,714
1
5,471,360
null
13
14,643
I recently converted a project from WPF 3.5 to WPF 4.0. Functionally, everything works, but the DataGrid style I was applying on top of the Aero theme has suddenly stopped working. As you can see from the before/after pictures below, my DataGrids went from having an Aero look plus bold headings, extra padding, and alte...
Why can't I style a control with the Aero theme applied in WPF 4.0?
CC BY-SA 2.5
0
2010-11-21T19:08:38.987
2011-04-20T02:46:11.517
2017-05-23T12:01:34.363
-1
129,164
[ ".net", "wpf", "xaml", ".net-4.0", "wpf-4.0" ]
4,239,864
1
4,239,977
null
3
156
Here's the mock-up a client asked me to create: ![alt text](https://i.stack.imgur.com/N2d8B.jpg) Here's what I have in actual software: ![alt text](https://imgur.com/mrS38.png) The problem is that I need to be able to delete a picture from the control below. I don't know how to approach this problem. Any guidance wh...
Don't Even Know How To Begin To Tackle This Problem
CC BY-SA 2.5
null
2010-11-21T19:32:12.713
2010-11-21T20:33:18.377
2010-11-21T20:18:16.033
null
null
[ "c#", "winforms", "user-controls" ]
4,239,968
1
4,239,996
null
-2
5,893
edittted: I need your help, I can't control the exception,here is my method and the error say System.NullReferenceException: Object reference not set to an instance of an object", how can I fix it, control the exeption, no more messages of this type?, no matter how its the structure : the error is the line ** if (c...
Exception: System.NullReferenceException: Object reference not set to an instance of an object. in C#?
CC BY-SA 2.5
0
2010-11-21T19:49:51.063
2010-11-21T22:01:50.520
2010-11-21T21:07:20.930
464,686
464,686
[ "c#" ]
4,240,015
1
4,240,030
null
6
43,388
how can I center text on following (Sorry I'm new to CSS): ![alt text](https://i.stack.imgur.com/0TNEf.png) ``` suggestion_active { background-image: url(../images/suggestion_active.jpg); background-repeat:no-repeat; position:inherit; float:inherit; width: 100px; height: 36px; } suggestio...
CSS text in center of background image
CC BY-SA 2.5
0
2010-11-21T19:59:09.437
2021-06-01T07:43:21.037
null
null
5,369
[ "html", "css" ]
4,240,218
1
4,240,288
null
3
1,354
This is what I'm trying to achieve ![alt text](https://i.stack.imgur.com/AuUDm.jpg) I have a fluid tooltip and a button. Their width is determined by the text and div padding. The text can vary. That said how would it be possible to vertically align them via Jquery? The reason I want to use jquery is to avoid usin...
jquery vertical align 2 divs
CC BY-SA 2.5
null
2010-11-21T20:36:16.747
2010-11-21T22:23:51.063
2010-11-21T21:54:11.283
468,312
468,312
[ "jquery", "css", "alignment" ]
4,240,416
1
4,240,672
null
7
1,185
I'm trying to figure out what's going on in the javascript of Google's live page preview. [Why aren't the links I'm adding to the DOM with Javascript clickable?](https://stackoverflow.com/questions/4239792/why-arent-the-links-im-adding-to-the-dom-with-javascript-clickable) (for a bit more context) [http://chesser.c...
Reverse Engineering the DOM, Javascript events & "what's going on"?
CC BY-SA 2.5
0
2010-11-21T21:18:25.397
2010-11-21T23:01:30.917
2017-05-23T11:53:32.547
-1
398,055
[ "javascript", "dom", "firebug", "reverse-engineering" ]
4,240,498
1
4,240,749
null
2
158
When I click on items at the top of the toolbar (Safari) there is a nice fading and window-changing effect. I've seen this effect in a few third-party applications as well. ![Safari Image](https://i.stack.imgur.com/V6e9W.png) I'm wondering if there is a way to "duplicate" this effect in objective-c.
Preference-apperance similar to Finder, Safari and Mail
CC BY-SA 2.5
0
2010-11-21T21:32:43.437
2010-11-21T22:24:55.683
null
null
220,935
[ "objective-c", "cocoa" ]
4,240,523
1
4,240,548
null
14
13,698
I have no idea how this option got turned off but... ![alt text](https://i.stack.imgur.com/Q4Yi3.png) ![alt text](https://i.stack.imgur.com/uvLIg.png) How do I turn this option back on so that it's showing again?
Visual Studio - Client Objects & Events drop down list missing?
CC BY-SA 2.5
null
2010-11-21T21:37:59.117
2016-11-05T21:45:21.887
null
null
47,167
[ "visual-studio-2010" ]
4,240,542
1
null
null
1
1,951
I've been trying various methods to trigger some code when returning to the first level of a UINavigationController, but none of the below work... ``` // HomeViewController.m -(void)navigationController:(UINavigationController *)navigationController didShowViewController:(UIViewController *)viewController animated:(BO...
How to trigger viewWillAppear when going back in the navigation controller hierarchy?
CC BY-SA 2.5
null
2010-11-21T21:41:51.613
2010-11-22T00:22:29.697
2010-11-21T23:28:24.717
121,646
121,646
[ "iphone", "objective-c", "ios", "uinavigationcontroller", "viewwillappear" ]
4,240,853
1
4,240,904
null
1
9,882
How to find out which type of barcode is this in my sample ? I looked on wikipedia and there are quite many types of barcodes, most common should be Code 39 and Code 128. Is there any lib for barcode OCR (python, java, C#, delphi) ? ![alt text](https://i.stack.imgur.com/C5AY7.png) On this barcode should be encoded t...
How to read this barcode?
CC BY-SA 2.5
0
2010-11-21T22:44:37.620
2011-10-08T11:59:35.577
2010-11-22T11:10:42.007
423,278
423,278
[ "ocr", "barcode" ]
4,240,909
1
4,245,843
null
1
1,781
I have a widget containing two QTableViews in a horizontal layout. I would like them to resize to their preferred size (so that they don't have to show autoscrolls). I also don't want them to grow more than their preferred size and leave empty space to the right if there is any left. It should look like this: ![alt te...
Layout with two tableviews problem
CC BY-SA 2.5
0
2010-11-21T22:55:19.017
2010-11-22T17:57:54.923
null
null
46,484
[ "qt", "layout" ]
4,241,186
1
4,241,331
null
5
382
I have the following code: ``` #include <irrlicht.h> using namespace irr; using namespace core; using namespace scene; using namespace video; using namespace io; using namespace gui; int main(int argc, char** argv) { IrrlichtDevice *device = createDevice(EDT_SOFTWARE, dimension2d<unsigned int>(640, 480)...
Why are triangles being clipped in this mesh?
CC BY-SA 2.5
0
2010-11-22T00:04:13.917
2015-03-03T12:41:56.677
2015-03-03T12:41:56.677
1,118,321
193,619
[ "geometry", "irrlicht", "clipped" ]
4,241,282
1
4,241,316
null
4
10,945
Ok, I have four tables: Table 1: "f_withholdings" ![alt text](https://i.stack.imgur.com/yBbP1.png) Table 2: "f_wh_list" ![alt text](https://i.stack.imgur.com/UyPd4.png) Table 3: "f_rpayments" ![alt text](https://i.stack.imgur.com/6Nh2s.png) Table 4: "f_rp_list" ![alt text](https://i.stack.imgur.com/73XOQ.png) ...
How to union SELECT two tables with ids of both tables?
CC BY-SA 2.5
0
2010-11-22T00:27:38.307
2010-11-22T00:48:09.267
2010-11-22T00:48:09.267
135,152
381,447
[ "sql", "mysql", "union", "union-all" ]
4,241,311
1
4,241,327
null
2
568
This bug is driving me absolutely crazy. I'm trying to filter a number of complex table rows using jQuery 1.4.4. The rows contain `<input type="button" />` elements which are styled using jQuery UI 1.8.5. This screenshot shows what the rows look like with no search filter applied. ![Correct Row layout](https://i.sta...
Hiding <TR> in IE7, jQuery UI buttons are still visible
CC BY-SA 2.5
null
2010-11-22T00:33:17.390
2010-11-22T00:50:17.423
null
null
120,243
[ "jquery", "jquery-ui", "internet-explorer-7" ]
4,241,427
1
4,241,448
null
0
511
Please Consider the following table : ![alt text](https://i.stack.imgur.com/mfqa0.png) As you can see the `Name` column has some repeated values with is a group like I need to have a query so I can fetch just the first row of a group something like this: ![alt text](https://i.stack.imgur.com/2Q0Rg.jpg) Please take ...
Grouping data in SQL Server
CC BY-SA 2.5
0
2010-11-22T01:02:32.940
2010-11-22T06:25:24.977
2010-11-22T06:25:24.977
13,302
501,373
[ "sql", "sql-server", "tsql", "sql-server-2008", "greatest-n-per-group" ]
4,241,527
1
4,241,544
null
1
404
When looking at mscorlib.dll via Object Browser in Visual Studio 2008, the IDE indicates that Int64 (as well as the other data types) has a base type of ValueType. In C#, I am aware that structs (which Int64 is) do not support object inheritance. I even checked the type metadata of an assembly in which I declared a...
.NET C# : Does System.Int64 have a base type of System.ValueType?
CC BY-SA 2.5
null
2010-11-22T01:30:31.623
2010-11-22T01:47:06.990
2010-11-22T01:47:06.990
366,904
175,057
[ ".net", "visual-studio", "inheritance", "types", "structure" ]
4,241,531
1
4,241,593
null
3
6,806
I would like to have several subplots in a row in a plot. However the apprearance of each subplot is narrow. How can I adjust the aspect ratio so that each subplot will become wider? Thanks!![alt text](https://i.stack.imgur.com/THlml.png) ``` par(mfrow=c(1,3)) for (i in 1:3){ dest=density(out[,i]) hist...
adjust aspect ratio of plot in R
CC BY-SA 2.5
0
2010-11-22T01:30:47.747
2010-11-22T10:23:33.430
null
null
156,458
[ "r" ]
4,241,660
1
4,241,892
null
0
586
I need a control like this: ![alt text](https://i.stack.imgur.com/BWtEb.png) This is from the Microsoft Word: Insert => Symbols. 1. This dialog has a grid-like control with a list of Unicode Characters; 2. You can select any character; 3. The selected character's Unicode is displayed; 4. User cannot edit the charac...
How Can I Implement the Grid-like Control Using C# 2010 Express
CC BY-SA 2.5
null
2010-11-22T02:08:42.303
2010-11-22T03:06:57.963
null
null
301,336
[ "c#", "controls" ]
4,241,858
1
4,242,522
null
1
1,596
I have a nice polynomial, which is in fact the non-posted answer to [this question](https://stackoverflow.com/questions/4237694/finding-the-maximum) (I guess it is homework, so I'll post nothing until the asker shows some brain activity :D ): ``` jj = 1 + 54 #1 + 855 #1^2 + 6300 #1^3 + 37296 #1^4 + 221706 #1^5 + 3...
Precision in Plots and in N[]
CC BY-SA 2.5
null
2010-11-22T02:49:02.643
2011-08-24T04:18:47.933
2017-05-23T12:13:39.697
-1
353,410
[ "wolfram-mathematica" ]
4,242,058
1
4,242,070
null
6
8,614
Any way I can know the length of the response stream so I can show the user a percentage progress of download instead of an indeterminate one? I find that the Response looks like below, non seekable and with no length ![](https://imgur.com/PEdHA.jpg)
How to know the length of Response (HttpWebRequest.GetResponse().GetResponseStream())
CC BY-SA 2.5
0
2010-11-22T03:36:53.047
2014-10-29T15:25:56.527
null
null
292,291
[ "c#", "httpwebrequest" ]
4,242,268
1
4,242,314
null
1
169
I am trying to make a really easy xml layout and I can't seem to get it to look the way I want. I attached a picture of what I want it to look like: ![alt text](https://i.stack.imgur.com/idES9.png) Basically, I have a static background image in my imagebutton at the top. Below that I have a picture the user snapped...
How do I go about making this layout? Having so much trouble
CC BY-SA 2.5
null
2010-11-22T04:24:45.480
2010-11-22T04:35:05.420
null
null
496,686
[ "android", "xml", "image", "layout", "text" ]
4,242,326
1
4,242,399
null
5
10,787
I asked [this](https://stackoverflow.com/questions/4212563/how-to-debug-large-server-side-distributed-java-application) question about how to debug server side applications and I think I was looking for [Java remote Debugging](http://www.ibm.com/developerworks/library/os-ecbug/#N101A1). I have configured my server sid...
Remote debugging using Eclipse - How to set breakpoints?
CC BY-SA 2.5
0
2010-11-22T04:38:23.853
2019-03-14T03:28:48.893
2017-05-23T12:07:06.850
-1
231,917
[ "java", "eclipse", "remote-debugging" ]
4,242,350
1
4,245,020
null
6
1,052
I have created a custom control TOuterControl that is the parent for multiple TInnerControls. Everything is working fine except that the IDE is creating icons for each the child TInnerControl's (InnerControl1 and InnerControl2 in the screenshot). How do I prevent the IDE from generating the icons? ![alt text](https:...
Prevent Delphi IDE creating component icons at design time
CC BY-SA 2.5
null
2010-11-22T04:41:46.147
2010-11-22T21:40:51.070
2010-11-22T05:48:23.223
4,474
4,474
[ "delphi", "custom-controls" ]
4,242,759
1
null
null
1
412
I trying to write a job monitor on Listview, I get information from `sysjob` and `sysjobhistory` tables in msdb database. How I know when job occur on list view? I don't understand about run_time column. I want to show last job on top line and show time when job occur as shown in picture (i have 2 job Fern and Same) ...
How i know when job occur on list view (SQL Server 2000)
CC BY-SA 2.5
null
2010-11-22T06:09:50.020
2016-07-08T05:42:21.013
2010-11-22T06:15:00.863
13,302
453,447
[ "c#", "sql-server" ]
4,242,829
1
4,242,892
null
0
965
According to [Using Rich Edit Controls](http://msdn.microsoft.com/en-us/library/bb787877%28VS.85%29.aspx) I use RichEdit in such way: ``` MyControl::OnCreate() { handle = LoadLibrary(_T("Riched20.dll")); } MyControl::OnDestroy() { FreeLibrary(handle); } ``` It works fine for win32 but recently I’ve built x6...
Crash after the second RichEdit initialization in x64
CC BY-SA 2.5
null
2010-11-22T06:21:08.320
2010-11-22T06:41:53.217
null
null
92,957
[ "windows", "activex", "crash", "64-bit", "richedit" ]
4,242,856
1
4,243,057
null
3
540
I have a TreeView Control (that should look like this) ![alt text](https://i.stack.imgur.com/It3Zk.png) But I don't know how to populate it with my query: ``` SELECT T.TableName, C.Column_Name FROM Information_Schema.Tables T INNER JOIN Information_Schema.Columns C ON T.TableName= C.TableName WHERE T.TableName IN...
How to populate a TreeViewControl with hierarchy level?
CC BY-SA 3.0
null
2010-11-22T06:26:54.933
2015-05-12T16:30:44.587
2015-05-12T16:30:44.587
4,640,209
396,335
[ "c#", "winforms", "linq" ]
4,242,893
1
4,242,964
null
0
203
I have a tableView which lists the contents of the document directory. It contains files(jpg, png, mp4, pdf, sql, mp3,...) and folders(they even have subfolders too). Here is my screen shot. ![alt text](https://i.stack.imgur.com/2edjJ.png) where "SQLTutorial" in the list is a folder. Then I have a detailViewController ...
iPhone - check condition for folder
CC BY-SA 2.5
0
2010-11-22T06:33:50.543
2010-11-22T06:46:56.650
2020-06-20T09:12:55.060
-1
500,625
[ "iphone", "uitableview", "detailsview" ]
4,242,962
1
4,266,119
null
8
24,802
In the Magento default theme's page we see the following totals box towards the right mid of the screen: ![alt text](https://i.stack.imgur.com/y43sf.png) I want to modify the labels of the 5 fields in the above box, and I have been able to change the Grand Totals, by overriding the following design file: ``` /html/a...
Magento - Modify labels for cart and checkout (order review) screens
CC BY-SA 2.5
0
2010-11-22T06:46:28.200
2014-05-07T04:12:32.867
2017-05-23T11:53:59.063
-1
365,188
[ "magento", "e-commerce" ]
4,242,985
1
4,638,104
null
2
1,735
I am facing a strange problem. My app works fine in 2.1 (emulator + device). But, when I use 2.2 (both emulator + device) then there is an issue with the soft keyboard. There is a Activity in landscape mode in the app (use android:screenOrientation="landscape"). There are two EditText in that Activity. But, soft ...
Softkeyboard not displaying in 2.2 landscape mode
CC BY-SA 2.5
0
2010-11-22T06:50:34.340
2011-03-27T14:26:25.870
2010-11-22T10:23:30.490
418,183
408,863
[ "android" ]
4,243,070
1
null
null
0
1,391
i want to get data between xml tags? how to navigate? and get values.. im using wsdl2objc from google code:[http://code.google.com/p/wsdl2objc/](http://code.google.com/p/wsdl2objc/) output soapbody follows: ![alt text](https://i.stack.imgur.com/Dz2bk.jpg) read instruction here: [http://code.google.com/p/wsdl2objc/wi...
xml parsing iphone, objective C?
CC BY-SA 2.5
null
2010-11-22T07:05:41.087
2010-11-28T16:55:21.910
2010-11-22T10:12:39.330
106,435
505,854
[ "iphone", "cocoa-touch", "soap", "xml-parsing" ]
4,243,405
1
4,243,603
null
1
4,696
I recently started coding in C++ with Visual Studio 2010. Now I am looking for an option to warn if a function has been declared, but not defined. That option would be found in the compiler options, wouldn't it? After a quick search on Google I found this: [http://msdn.microsoft.com/en-us/library/c553zwz0.aspx](http:/...
How do I configure compiler warnings in Visual Studio 2010?
CC BY-SA 3.0
null
2010-11-22T07:56:00.393
2017-05-21T19:34:06.467
2017-05-21T19:34:06.467
63,550
2,275
[ "c++", "visual-studio-2010", "warnings" ]
4,243,500
1
null
null
1
207
I'm troubleshooting an issue with the positioning of the PART_Popup section of a ComboBox in a WPF application. It aligns differently depending on what system you run it on. I don't have enough PCs available to determine the pattern behind it. Sorry for the poor images. I've requested some larger ones. You can thi...
Why does this ComboBox render differently on other PCs?
CC BY-SA 2.5
null
2010-11-22T08:13:32.530
2010-11-23T03:37:05.567
2010-11-23T03:37:05.567
56,998
56,998
[ "c#", "wpf", "xaml" ]
4,243,616
1
4,243,942
null
0
3,140
I'm using .NET 3.5, C#, and WinForms. My grid has lots of columns: SellerName, BuyerName, LoadType, LoadName, DriverName, CarSerialNumber, etc. I want to filter the BindingSource. I did this using ComboBoxes which is filled on DropDown with the grid cells' values, but it's not practical and makes for a bad-looking for...
Need advice about filtering DataGrid
CC BY-SA 3.0
0
2010-11-22T08:35:06.233
2015-06-04T15:17:08.990
2015-01-28T18:25:52.087
4,220,785
508,284
[ "c#", "datagrid", "filter" ]
4,243,632
1
4,243,649
null
0
1,284
Paypal claims that customers without paypal accounts could pay with their credit cards directly, and it looks like true with the real paypal account payment interface like this: ![alt text](https://i.stack.imgur.com/bMy1d.jpg) however, when I tested with their sandbox interface, the interface looks like: ![alt text]...
why paypal sandbox testing UI has no direct credit card payment method?
CC BY-SA 2.5
null
2010-11-22T08:36:49.840
2011-09-21T08:37:53.870
null
null
196,975
[ "user-interface", "paypal", "sandbox" ]
4,243,712
1
null
null
1
847
just have found strange problem in ie7 rendering (may be for previous versions else). If I have input inside td it create cell with height more then other browsers (ff, ie8, chrome). All margins are reset, paddings removed, cellcpacing to zeroes. The only possibly way to make them equivalent that I have found is specif...
ie7 td with input extra vertical space
CC BY-SA 2.5
null
2010-11-22T08:50:59.887
2011-03-23T21:43:02.143
null
null
316,821
[ "html", "internet-explorer-7" ]
4,243,858
1
4,244,654
null
2
95
The table consists of columns calling_party and called_party and the record describes the connection between two users where one plays a role of calling party and the other is called party. The same two users can have two connections - in this case the roles calling/called party are switched when the direction is chan...
Any suggestion for optimizing the following query which counts common and all neighbors?
CC BY-SA 2.5
null
2010-11-22T09:14:00.140
2010-11-22T10:53:59.067
null
null
22,996
[ "sql", "sql-server-2008" ]
4,243,894
1
null
null
53
131,298
Why when i use SimpleCursorAdapter for ListView i have items height in ListView like this - ![listview image](https://i.stack.imgur.com/tS8xS.jpg) (My code based on [this](https://stackoverflow.com/questions/2982948/sqlite-and-populating-list-view-android)) ![listview big](https://i.stack.imgur.com/tSrYu.png) (I...
android listview item height
CC BY-SA 3.0
0
2010-11-22T09:19:37.273
2016-07-19T17:02:41.113
2017-05-23T12:34:28.393
-1
515,837
[ "android", "listview", "row", "android-arrayadapter", "simplecursoradapter" ]
4,244,126
1
null
null
1
252
In a WPF control I have a hosted WinFormUserControl control via a WindowsFormsHost Now, in the WPF control code I do: ``` void ShowWinFormUserControl() { ... windowsFormsHost1.Visibility = System.Windows.Visibility.Visible; bool success; success = windowsFormsHost1.Focus(); // true success...
WindowsFormsHost1.Child.Can't Focus
CC BY-SA 2.5
null
2010-11-22T09:51:16.803
2011-05-30T02:31:29.863
2010-11-22T10:21:14.647
185,593
185,593
[ ".net", "wpf", "winforms" ]
4,244,150
1
4,244,231
null
3
7,358
I would like to have this tab animate when hovered over Before:![before](https://i.stack.imgur.com/SPHoN.png) On hover:![after](https://i.stack.imgur.com/Bh4ME.png) How do I go about this with jquery? ``` <div class="recruiterLink"> <a href="http://mydomain.com/recruiter/"> <span>Recruiting?</span> <br> Advertise a...
How do I make this tab animate up with jquery?
CC BY-SA 2.5
0
2010-11-22T09:53:56.377
2010-11-22T11:23:06.223
2010-11-22T11:23:06.223
437,806
437,806
[ "jquery", "hover", "jquery-animate" ]
4,244,157
1
35,865,764
null
27
36,570
``` library(ggplot2) orderX <- c("A" = 1, "B" = 2, "C" = 3) y <- rnorm(20) x <- as.character(1:20) group <- c(rep("A", 5), rep("B", 7), rep("C", 5), rep("A", 3)) df <- data.frame(x, y, group) df$lvls <- as.numeric(orderX[df$group]) ggplot(data = df, aes(x=reorder(df$x, df$lvls), y=y)) + geom_point(aes(colour = group...
ggplot2: add line for average per group
CC BY-SA 2.5
0
2010-11-22T09:54:21.343
2016-03-08T11:29:06.897
2010-11-22T13:01:29.153
392,445
392,445
[ "r", "ggplot2" ]
4,244,328
1
null
null
2
8,043
I am trying to get a rectangle box with an arrow on hover the links. ``` <a href="//">NAME</a> ``` on hover this i am trying to get a rectangle box with an arrow . For example like what we have in Facebook on hover of the Username we will be getting a rectangle box with contents inside it. How to apply Css for thi...
Getting a Rectangle box with arrow on hover the link in CSS
CC BY-SA 2.5
0
2010-11-22T10:15:02.037
2010-11-22T11:58:49.030
2010-11-22T10:56:31.470
79,980
79,980
[ "html", "css" ]
4,244,898
1
4,246,551
null
11
6,967
: [http://www.legodata.com/kc/kc.html](http://www.legodata.com/kc/kc.html) I've got a border display issue with jScrollPane, would you know which css rule to use to remove this border? when clicking inside it, it displays a blue border around the jScrollPane div, it disappears (sometimes) when clicking outside the jS...
Blue border on jScrollPane div
CC BY-SA 2.5
0
2010-11-22T11:23:56.880
2012-01-23T21:01:30.557
2010-11-22T11:37:40.513
16,974
16,974
[ "jquery", "css", "webkit", "jscrollpane" ]
4,244,909
1
4,245,315
null
15
3,516
When entering an invalid email in Mail's one get's this (a and ): ![alt text](https://i.stack.imgur.com/RtiPo.png) Is there any recommendable way to accomplish this? Is NSTokenField even the right tool for this? Or would I be abusing it? In this particular project I need to allow the user to enter a file name patt...
NSTokenField with mixed token/string input, possible?
CC BY-SA 2.5
0
2010-11-22T11:25:35.647
2011-05-19T14:43:47.433
null
null
227,536
[ "objective-c", "cocoa", "nstokenfield" ]
4,245,015
1
4,246,797
null
0
4,292
I wanted to find out the names of the cells user selected in excel sheet. Check out the below image for clarity. In the sample, i need to retrieve all the cell names (A1,B1,C1,D1,E1,F1) using VBA macro. ![alt text](https://i.stack.imgur.com/KgxeX.jpg) I am able to find out how many cells selected, But dont know how t...
How to find out the cell names on range selection using VBA
CC BY-SA 2.5
null
2010-11-22T11:40:04.900
2015-02-23T19:24:41.150
2015-02-23T19:24:41.150
3,204,551
97,572
[ "excel", "vba" ]
4,245,510
1
4,245,742
null
0
530
We are using the dotNETCHARTING to portray our charts, they accepts `Series` for their `SeriesCollection`. This is a new chart I'm working on, all the previous ones have a 1:1 relation between value shown and value extracted. Now I have a list of values to show as a list of values 12:12. I currently have my 2 lists of...
I need to move from One Series to Two Series
CC BY-SA 2.5
null
2010-11-22T12:44:48.783
2010-11-22T13:20:32.133
2010-11-22T13:20:32.133
455,900
185,084
[ "c#", ".net", "charts", "logic" ]
4,245,945
1
4,324,651
null
0
1,127
i am doing work on an app like MS Outlook Calender where user can put events etc. i am having problem with event object layout according to size etc. as user can drag and re size the event object in MS outlook calender and the size of event objects sets automatically. i need the algorithm for doing so i have write my ...
help needed for making a calendar like MS Outlook?
CC BY-SA 2.5
null
2010-11-22T13:36:34.240
2015-01-21T12:19:30.100
2010-11-26T18:00:44.743
118,587
233,572
[ "layout", "calendar" ]
4,245,946
1
64,192,327
null
5
2,584
Is there any way of abstracting the vertex order that GraphPlot applies to VertexCoordinate Rules from the (FullForm or InputForm) of the graphic produced by GraphPlot? I do not want to use the GraphUtilities function VertexList. I am also aware of GraphCoordinates, but both of these functions work with the graph, NO...
VertexCoordinate Rules and VertexList from GraphPlot Graphic
CC BY-SA 2.5
0
2010-11-22T13:36:52.020
2020-10-04T07:56:48.120
2010-11-23T00:32:06.243
499,167
499,167
[ "wolfram-mathematica" ]
4,246,038
1
4,248,572
null
1
1,339
With [this](http://graphics.cs.msu.ru/ru/science/research/calibration/cpp) toolbox I was performing calibration of my camera. However the toolbox outputs results in matrix form, and being a noob I don't really understand mathy stuff. The matrix is in the following form. ![alt text](https://i.stack.imgur.com/G0EdD.p...
Camera Calibration Matrix how to?
CC BY-SA 2.5
0
2010-11-22T13:47:05.323
2010-11-23T04:16:38.787
null
null
142,299
[ "language-agnostic", "math", "matrix", "camera", "camera-calibration" ]
4,246,184
1
4,246,259
null
1
106
what view is this in android, I have seen this in iphone can any one help![alt text](https://i.stack.imgur.com/Bx4kz.png) the one shown in bottom near footer ![alt text](https://i.stack.imgur.com/w7pP3.png)
what view is this in android, I have seen this in iphone can any one help
CC BY-SA 2.5
null
2010-11-22T14:03:45.707
2010-11-22T14:14:32.257
null
null
392,574
[ "android" ]
4,246,932
1
4,247,811
null
3
398
I have two monitors. I am seeing some strange behaviour when I access the MenuStrip of my C# application near the edge of my left monitor. Case 1: In this screenshot I have opened SubMenu1 when the window is fairly close to the edge of my left monitor. SubMenu2 shows up on the leftmost edge of my right monitor. ![Gap...
C# Control menu position across multiple monitors
CC BY-SA 2.5
0
2010-11-22T15:21:58.503
2010-11-22T16:41:40.373
null
null
325,129
[ "c#", "menu", "multiple-monitors" ]
4,247,127
1
4,247,383
null
0
483
Hello How Can I make a login view easily like this? It seems username and password are both in a table? Also I see some system preferences editing uses this kind of label+textfield thing. Can someone tell me whether I can directly use some views in the lib, or I have to build the view on my own I mean the username...
ipad - how can I make a Login dialog easily ? such as this one?
CC BY-SA 2.5
null
2010-11-22T15:37:43.223
2010-11-22T15:59:50.747
null
null
213,076
[ "ipad", "uiview", "authentication" ]
4,248,102
1
4,248,294
null
2
7,749
i had used this plugin before, but now when i want to use it for another project it simply does not work, where am i going wrong. here is the code i am using in my root index.php file ``` <html> <head> <link href="/uploadify/uploadify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="/uploa...
why is uploadify (jQuery Plugin) not working ? what is wrong with my code?
CC BY-SA 2.5
null
2010-11-22T17:11:39.487
2011-01-03T12:36:41.467
null
null
396,476
[ "jquery", "file-upload", "uploadify" ]
4,248,593
1
4,248,654
null
0
137
I have a complex regex I want to apply. Here is my pattern: ``` /(?:^|\s|[\.(\+\-\,])(?:\$?)\$((?:[0-9]+(?=[a-z])|(?![0-9\.\:\_\-]))(?:[a-z0-9]|[\_\.\-\:](?![\.\_\.\-\:]))*[a-z0-9]+)/i ``` How can I declare this as a String and make sure everything is escaped?
How can I escape this string properly?
CC BY-SA 2.5
null
2010-11-22T18:00:54.507
2010-11-22T18:07:04.080
null
null
19,875
[ "java", "regex", "string" ]
4,248,889
1
4,281,318
null
4
4,864
I have the following table in an application I am developing using ruby on rails: ![alt text](https://i.stack.imgur.com/npv6u.png) I want to create a test in cucumber where I select a user from the table and delete it or edit it. I don't know what is the step definition for that. I'd like to be able to do something ...
Cucumber: selecting an element from a table for deletion or addition
CC BY-SA 2.5
0
2010-11-22T18:30:31.863
2011-10-01T06:24:00.343
2011-02-18T11:07:22.597
16,784
166,789
[ "ruby-on-rails", "cucumber", "webrat" ]
4,249,181
1
4,249,439
null
1
173
I need to manipulate an image such that a sub-rectangle of it is flipped or rotated relative to the rest of the image. Here's an example: ![alt text](https://i.stack.imgur.com/JBJxt.jpg) This manipulation needs to happen many times, each time producing a new modified image from the original (rather than applying succ...
How would I perform many random operations to a set of images?
CC BY-SA 2.5
null
2010-11-22T19:03:06.570
2010-11-22T20:25:28.097
null
null
50,151
[ "c#", "php", "image-manipulation", "batch-processing", "gimp" ]
4,249,454
1
4,249,481
null
0
159
I have the following database schema (Microsoft SQL Server Compact Edition): ![alt text](https://i.stack.imgur.com/fdixd.png) How can I select a customer record or customer records, with an additional field containing the total book value of all vehicles owned by the customer? I tried something like: `SELECT Custome...
Select the total book value of all vehicles for a customer (SQL)
CC BY-SA 2.5
null
2010-11-22T19:35:20.973
2010-11-22T19:45:12.687
null
null
343,845
[ "sql", "sql-server", "sql-server-ce" ]
4,249,502
1
7,586,948
null
5
1,187
Ok, I would have thought this was a simple question, but apparently it's got me confused. When I try to set the height of my RibbonComboBox, it's not moving actual size of it, just the box that surrounds it. ![alt text](https://i.stack.imgur.com/iAZDJ.jpg) Here is my XAML: ``` <ribbon:RibbonComboBox ...
WPF RibbonComboBox Height
CC BY-SA 3.0
0
2010-11-22T19:39:23.623
2012-12-12T18:11:50.807
2012-10-28T14:35:22.917
1,696,979
302,613
[ "wpf", "xaml", "ribbon", "ribbon-control", "visualtreehelper" ]
4,249,648
1
4,249,711
null
173
259,167
I was hoping to craft a control where a user could click inside a div, then drag the mouse, then let up on the mouse in order to indicate how long they want something to be. (This is for a calendar control, so the user will be indicating the length, in time, of a certain event) It looks like the best way to do this w...
jQuery get mouse position within an element
CC BY-SA 3.0
0
2010-11-22T19:58:04.607
2018-03-14T16:49:44.263
2013-12-27T21:48:25.133
5,640
84,131
[ "jquery", "mouseevent" ]
4,251,180
1
4,268,250
null
1
3,629
I have a form with dynamically added fields (varying sizes). I would like to put a number of form fields in a fieldset, and have the fieldset border just large enough to contain all the fields. Here is an (ugly) example that shows the issue: ``` var win = new Ext.Window({ xtype: 'form', layout: 'form', he...
How can I get this fieldset border to wrap tightly around it's contents
CC BY-SA 2.5
0
2010-11-22T23:13:44.697
2010-11-24T15:08:46.050
null
null
429,982
[ "extjs", "fieldset" ]
4,251,294
1
4,272,932
null
5
4,414
Using `ggplot()`, I am trying to plot the results of an ANCOVA in which slopes of the two linear components are equal: i.e., `lm(y ~ x + A)`. The default behavior for `geom_smooth(method = "lm")` is to plot separate slopes and intercepts for each level of each factor. For example, with two levels of `A` ``` library(gg...
Constraining slope in stat_smooth with ggplot (plotting ANCOVA)
CC BY-SA 2.5
0
2010-11-22T23:28:33.920
2010-11-25T01:09:10.323
null
null
168,137
[ "r", "plot", "ggplot2" ]
4,251,790
1
4,252,044
null
27
9,971
I'm using NSOutlineView for a project, and can't seem to figure out two things: - ![alt text](https://i.stack.imgur.com/1ZZYV.png) Is there some sort of NSOutlineView Delegate method that is used for this? Or does it require a subclass? -
NSOutlineView: remove disclosure triangle and indent
CC BY-SA 2.5
0
2010-11-23T01:05:32.517
2020-07-23T14:57:10.963
null
null
153,112
[ "objective-c", "cocoa", "nsoutlineview", "nstreecontroller" ]
4,251,796
1
4,271,819
null
2
182
I'm trying to create an interactive 3d representation of cells that are defined by the intersection of arbitrary surfaces. I'm having a hard time figuring out how to create a mesh from this (or is there something better than a mesh that I should be aiming for to represent 3d volumes?). Each surface s is given by an a...
modelling 3d cells defined by intersections of surfaces
CC BY-SA 3.0
0
2010-11-23T01:06:23.180
2014-06-19T23:11:41.963
2014-06-19T23:11:41.963
64,046
516,837
[ "3d", "intersection", "modeling", "mesh", "geometry-surface" ]
4,252,110
1
null
null
2
872
It seems like we've done a bit of merge "spaghetti" with git. ![alt text](https://i.stack.imgur.com/dGIlh.png) We are new to this and would basically like to have the following branches ``` Master A - B - C __// Core / A - B - C - D - E - F | iPhone A - B - C ``` But it seems l...
Git merge Spaghetti - How to fix it?
CC BY-SA 2.5
null
2010-11-23T02:11:24.307
2010-11-23T02:59:35.203
2010-11-23T02:41:44.503
390,944
390,944
[ "git" ]
4,252,586
1
4,277,055
null
13
3,983
XCode 3.2.5 Organizer hanged when I try to "Use for Development" a Touch (2nd Generation), for over 30 mins: ![alt text](https://i.stack.imgur.com/rWmxH.png) If I try to quit, it shows a warning: ![alt text](https://i.stack.imgur.com/FJkix.png) How can I fix it?
How to fix Xcode Organizer hanged at "Installing team provisioning profile"?
CC BY-SA 4.0
0
2010-11-23T03:46:53.243
2019-02-11T23:49:57.580
2019-02-11T23:49:57.580
513,951
88,597
[ "iphone", "xcode" ]
4,252,733
1
null
null
6
1,813
I have nested tables within a table that has the tablesorter applied to it. It adds sort headers to the nested tables, but they don't sort the rows and a Javascript error is thrown. ![alt text](https://i.stack.imgur.com/L42h5.png) I would like to have either: - - but not the status quo.
Nested tables with tablesorter
CC BY-SA 2.5
0
2010-11-23T04:18:44.507
2017-06-14T18:47:25.533
2017-06-14T18:47:25.533
4,370,109
80,282
[ "javascript", "jquery", "tablesorter" ]
4,253,431
1
4,253,499
null
3
5,311
My wordpress blog is having issues with plugin, and there's this weird div element popping out: ``` <div style="z-index: -1; position:absolute; top:0px; left: 0px; width: 100%; height: 4031px;"></div> ``` This causes my page to extend, creating a big space at the end of the page. This also is found on every wordpre...
Removing a div with no id or class with Javascript
CC BY-SA 2.5
null
2010-11-23T06:44:51.370
2010-11-23T07:27:01.513
2017-04-13T12:37:28.450
-1
459,338
[ "javascript", "html" ]
4,253,519
1
4,254,055
null
2
10,274
hai how set video in full screen now i am attach my screen shot.... ![alt text](https://i.stack.imgur.com/MGGT6.png) ![alt text](https://i.stack.imgur.com/ZJbsQ.png) ``` <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="videothumb.videothumb" an...
how to set video in full screen
CC BY-SA 2.5
null
2010-11-23T06:59:40.293
2017-09-01T11:28:28.903
2010-11-23T10:32:05.213
486,554
486,554
[ "java", "android", "video" ]
4,253,917
1
4,365,925
null
0
2,531
I am creating some CALayers and transforming them using CATransform3D using ``` imageLayer.frame = CGRectMake(-22.0f, 188.0f, 180.0f, 50.0f); imageLayer.transform = CATransform3DMakeRotation(120.0f * M_PI / 180.0f, 0.0f, 15.0f, 0.0f); imageLayer.contents = (id)[[UIImag...
How to dynamically change the content of CALayer
CC BY-SA 2.5
0
2010-11-23T08:06:36.097
2010-12-06T11:31:44.747
null
null
303,155
[ "iphone", "iphone-sdk-3.0", "ios4", "calayer" ]
4,253,954
1
4,254,057
null
1
10,933
i have this code which is not working. ``` <jsp:useBean id="abbreviationlist" class="AbbreviationListType"/> <jsp:setProperty name="abbreviationlist" property="id"/> <table> <c:forEach items="${abbreviationlist.list}" var="abbreviation"> </c:forEach> </table> ```...
java.lang.NoSuchMethodError:javax.servlet.jsp.PageContext.getELContext()Ljavax/el/ELContex
CC BY-SA 2.5
null
2010-11-23T08:13:38.977
2011-01-11T09:57:27.290
2011-01-11T09:56:39.043
486,209
486,209
[ "jsp", "jstl", "el", "javabeans" ]