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
3,767,745
1
3,767,983
null
5
5,904
I need an algorithm to calculate, numerically, the degree of similarity between two drawn lines. The lines are drawn using a mouse, and are stored as a set of cartesian coordinates before being filtered and smoothed using separate algorithms. For example, within the following diagram: ![diagram](https://i.stack.imgur....
Calculating similarity between drawn lines
CC BY-SA 2.5
0
2010-09-22T09:05:24.873
2019-01-08T12:31:03.860
null
null
174,871
[ "algorithm", "graph", "filtering", "line", "similarity" ]
3,768,208
1
null
null
0
2,963
i'm new to nhibernate so maybe the response depends on my lack of knowledge. I created these two tables: ![alt text](https://i.stack.imgur.com/DA3kn.png) (sorry for italian language, i hope you can understand withouth any problems). Then, i have these object in my model: ``` [Serializable] public class Profilo { ...
Fluent NHibernate hasmany save insert null value
CC BY-SA 3.0
null
2010-09-22T10:09:18.213
2011-05-24T19:26:58.817
2011-05-24T19:20:10.223
5,744
136,995
[ "c#", "nhibernate", "fluent-nhibernate", "nhibernate-mapping" ]
3,768,779
1
3,769,267
null
2
2,649
I have a Silverlight 4 application where I am making use of shared classes. In the .Web project, I have a class called "X.Shared.cs". This class has three string properties. When I build the application, it gives an error saying "The type 'X' already contains a definition for 'Y'". It seems that the properties in the g...
Silverlight Shared classes in RIA service causing build errors -The type 'X' already contains a definition for 'Y'
CC BY-SA 2.5
null
2010-09-22T11:34:45.043
2011-04-12T16:44:47.297
2010-09-22T11:53:09.557
61,197
61,197
[ "c#", "silverlight", "class", "shared" ]
3,768,877
1
3,769,136
null
4
1,659
Heap memory size thrashes between 2gigs and ~8gigs about once a minute (see picture). Relevant details: - - - - - - I have little experience with memory tuning, but it seems like MaxPermSize is out of whack with Xms and Xmx. Or is this normal? ![jConsole heap thrashing](https://i.stack.imgur.com/dRpei.jpg)
Why does my JVM heap size thrash from 2gigs to 8 gigs?
CC BY-SA 2.5
null
2010-09-22T11:49:43.740
2021-11-08T13:34:19.717
2021-11-08T13:34:19.717
5,459,839
320,220
[ "java", "jvm", "glassfish", "heap-memory" ]
3,769,105
1
14,468,426
null
46
42,415
[This property](https://stackoverflow.com/questions/1666736/android-textview-automatically-truncate-and-replace-last-3-char-of-string) makes > "short and very-long-word" to > "short and" . But I want to have smth. like > "short and very-lon..." Right now I truncate the String in Java code. However, thats based...
Android: Something better than android:ellipsize="end" to add "..." to truncated long Strings?
CC BY-SA 2.5
0
2010-09-22T12:19:01.413
2015-04-21T18:25:42.153
2017-05-23T12:09:58.560
-1
433,718
[ "android", "string", "layout", "truncate", "android-layout" ]
3,769,874
1
3,776,955
null
4
11,631
I'm trying to analyse a ~800mb heap dump, which requires a bigger heap than the standard for my eclipse. however, when I go to the eclipse.ini file and set a `-Xmx2g` (or `-Xmx2048m`) I get an error "Failed to create the Java Virtual Machine". 1) yes, I have enough memory. 2) I can change it up to exactly -Xmx976m. 3)...
Eclipse memory allocation problem
CC BY-SA 2.5
null
2010-09-22T13:46:42.657
2013-11-25T07:15:29.857
null
null
323,129
[ "eclipse", "memory", "jvm", "heap-dump" ]
3,769,885
1
3,770,275
null
2
540
I have an array of "lines" each defined by 2 points. I am working with only the line segments lying between those points. I need to search lines that could continue one another (relative to some angle) and lie on the same line (with some offset) I mean I had something like 3 lines ![alt text](https://i.stack.imgur.co...
How to formulate such problem mathematicaly? (line continuation search)
CC BY-SA 2.5
null
2010-09-22T13:48:10.467
2010-09-22T14:42:56.870
2010-09-22T14:19:18.640
1,450
434,051
[ "algorithm", "math", "geometry", "formula" ]
3,769,915
1
3,770,025
null
1
2,169
Open up this site in IE8: [http://www.bavarianblue.com](http://www.bavarianblue.com) See the white background? Any ideas what is causing that? I tried assigning a clear gif to it, and nothing changed. Works great in Chrome and FF ![alt text](https://i.stack.imgur.com/AScAc.jpg) Help please : )
white background problem in IE
CC BY-SA 2.5
0
2010-09-22T13:52:34.400
2013-12-06T17:15:33.010
null
null
227,411
[ "css", "internet-explorer-8" ]
3,770,012
1
3,770,075
null
39
126,150
I have the following table ![alt text](https://i.stack.imgur.com/k6GLk.jpg) I have inserted Product B to it and it gives me an ID of 15 Then I have the definition table which is as follows. ![alt text](https://i.stack.imgur.com/7e7lL.jpg) I want to select the ProductDefinition rows where ProdID = 14 and replicate ...
Copy rows from the same table and update the ID column
CC BY-SA 2.5
0
2010-09-22T14:02:31.860
2022-01-29T03:53:38.997
2010-09-22T14:30:41.743
226,897
529,866
[ "sql", "sql-server" ]
3,770,084
1
null
null
9
8,813
I'm using a QTableView with a subclass of QItemDelegate to control the look and feel of the tableview's cells. Each cell displays the name and status of a of an externally connected device, and as many as 100 devices may be connected at once. The name and type of each device is essentially static, updating very rarel...
Efficiently updating a QTableView at high speed
CC BY-SA 2.5
0
2010-09-22T14:10:09.220
2010-09-24T13:44:44.513
2010-09-22T15:01:46.887
104,507
104,507
[ "c++", "model-view-controller", "user-interface", "qt", "performance" ]
3,770,103
1
3,771,072
null
4
2,176
This is a continuation of [this](https://stackoverflow.com/questions/3764609/javascript-is-not-able-to-convince-the-mouse-to-change-its-cursor/3764704#3764704) question. I have an ASP.NET app that has some sections displaying differently when viewed in IE8 in DEBUG vs displaying off the published TEST server location...
IE displays page differently between debug in visual studio and on the server
CC BY-SA 2.5
0
2010-09-22T14:11:58.210
2010-09-22T17:20:11.760
2017-05-23T12:24:45.863
-1
6,624
[ "html", "css" ]
3,770,591
1
3,770,786
null
3
1,497
i've got an UIImageView, now i want to repeat this image, that it always shows up again when scrolling left or right. Little Example: ![alt text](https://i.stack.imgur.com/CGDTH.png) is this possible? it should feel like an infinite loop
repeat an image when scrolling on iphone
CC BY-SA 2.5
0
2010-09-22T15:02:36.400
2010-09-23T00:46:33.530
null
null
253,288
[ "iphone", "objective-c", "loops", "ios4", "uiimageview" ]
3,771,054
1
3,771,320
null
4
1,599
I need to find out a method to determine how many items should appear per column in a multiple column list to achieve the most visual balance. Here are my criteria: 1. The list should only be split into multiple columns if the item count is greater than 10. If multiple columns are required, they should contain no les...
How to balance the number of items across multiple columns
CC BY-SA 2.5
0
2010-09-22T15:46:11.677
2010-09-23T17:46:15.453
2010-09-22T16:10:06.543
5,651
5,651
[ "algorithm", "language-agnostic" ]
3,771,229
1
3,776,731
null
7
4,232
I'm trying to achieve a custom controller containing of various buttons in different shapes. I'm wondering how I can achieve this with Android. The result should look similar like this, where every color is a different button. ![alt text](https://i.stack.imgur.com/jOGrT.png) I suppose I have to subclass `View` so ple...
Android: custom button shape
CC BY-SA 2.5
0
2010-09-22T16:04:20.863
2010-12-12T11:24:37.693
null
null
184,367
[ "android", "touch", "draw" ]
3,771,587
1
3,771,653
null
1
381
I'm a bit stuck on this SCJP practice question, specifically line 5 (with the String constructor). I thought it should be private, but the solution is 'protected'. I think protected access would not satisfy the requirement that all Alpha instances have the String alpha set to A. If the constructor is protected, then an...
Why should the String constructor be protected instead of private here?
CC BY-SA 2.5
null
2010-09-22T16:42:39.913
2010-09-22T17:05:15.980
2010-09-22T16:51:50.360
243,500
243,500
[ "java", "constructor", "access-modifiers" ]
3,771,589
1
null
null
1
2,958
We are doing an AJAX call to retrieve from database. Since our clients may use different languages we encode everything into Unicode to store in the database (saves worrying about collations and such). Now when we fetch such content to be displayed in an input text field it is displaying the Unicode codes. Checked the ...
Force display text from Unicode in input field
CC BY-SA 3.0
0
2010-09-22T16:43:08.540
2014-03-01T14:52:58.887
2014-03-01T14:52:58.887
2,074,608
363,217
[ "javascript", "ajax", "unicode", "html-entities" ]
3,771,638
1
null
null
2
1,359
![alt text](https://i.stack.imgur.com/CPytC.jpg) The above is the complete list of MS-DOS header fields, but I don't know which of them are mandatory and which are optional, does anyone know?
Which of the MS-DOS header fields are mandatory/optional?
CC BY-SA 3.0
0
2010-09-22T16:49:22.153
2014-06-12T12:41:32.520
2012-01-10T12:50:52.417
587,803
417,798
[ "portable-executable" ]
3,771,556
1
null
null
12
6,529
Ok, so this question is related to Windows Phone 7/Silverlight (updated WP7 Tools, Sept 2010), specifically filtering an underlying `ObservableCollection<T>`. In mucking about with the WP7 template Pivot control application, I've run into an issue whereby changing an underlying item in an `ObservableCollection<T>`, do...
How to automatically update filter and/or sort order on CollectionViewSource, when an individual item's property changes?
CC BY-SA 2.5
0
2010-09-22T16:38:54.123
2011-04-12T11:48:17.040
2010-09-22T16:58:11.097
24,207
24,207
[ "silverlight", "collections", "filter", "windows-phone-7", "collectionviewsource" ]
3,771,932
1
null
null
14
2,756
Are there any tools or Visual Studio 2010 extensions which allow me to view the output of a configuration file transformation short of having to publish the entire project? Is the process which performs the transformation directly invokable? --- After a little more Googling I came across [this](http://blogs.msdn...
Tools for previewing configuration file transformations
CC BY-SA 2.5
0
2010-09-22T17:25:25.957
2014-11-21T16:36:17.713
2012-02-11T20:04:31.150
105,999
143,327
[ "visual-studio-2010", "web-config", "configuration-files", "slowcheetah" ]
3,772,218
1
3,772,338
null
4
4,666
problem with width:50% when border != none take a look [http://jsfiddle.net/5nYSf/](http://jsfiddle.net/5nYSf/) result should be like this ![alt text](https://i.stack.imgur.com/qYLPc.jpg)
problem with width:50% when border != none (CSS)
CC BY-SA 2.5
0
2010-09-22T17:58:27.497
2017-11-13T07:36:33.083
null
null
423,903
[ "html", "css", "width", "border" ]
3,772,323
1
3,772,875
null
7
1,090
On Mac OSX running the latest JDK, my IntelliJ 9.0.3 pops up these incredibly annoying and persistent windows: ![annoying-intellij](https://i.stack.imgur.com/CSIHo.png) This stuff compiles and runs fine, the JDK is definitely operational on this machine. It should be a java.util.string, not some other apache string....
How to get IntelliJ From making annoying blue popups?
CC BY-SA 2.5
null
2010-09-22T18:10:10.730
2020-02-21T20:08:34.360
null
null
59,890
[ "java", "ide", "intellij-idea" ]
3,772,476
1
3,797,263
null
3
1,408
I'm displaying a few 3D-models as Model3DGroups. They are surrounded by Viewport3D which catches MouseDown-events. I want to determine which Model3DGroup (they all have names) was clicked. I'm starting with this: ``` Point location = e.GetPosition(karte.ZAM3DViewport3D); HitTestResult hitResult = VisualTreeHe...
WPF: How to walk up the Visual Tree to find a Model3DGroup a clicked 3d-model is in?
CC BY-SA 2.5
0
2010-09-22T18:27:55.087
2017-10-07T06:25:26.813
null
null
446,835
[ "c#", ".net", "wpf", "visual-tree" ]
3,772,777
1
3,775,004
null
3
1,235
I want to run a Greasemonkey script on Firefox network error pages, such as (but not limited to) this one: ![alt text](https://i.stack.imgur.com/Nb7Nx.png) Can I do this with `chrome://` URLs? If so, what are they? If not, is there another way?
Greasemonkey script on Firefox network error page
CC BY-SA 2.5
null
2010-09-22T19:11:21.897
2010-09-23T02:22:48.200
null
null
68,086
[ "firefox", "greasemonkey" ]
3,772,779
1
3,772,972
null
17
49,846
I have already created this project, but I wanted to start over. 1. deleted the HelloAndroid folder from my workspace folder 2. restarted Eclipse 3. now I can't create a project with the same name, because Finish is greyed out, and it gives me the following message: A project with that name already exists in the wo...
A project with that name already exists in the workspace eclipse
CC BY-SA 2.5
0
2010-09-22T19:11:34.997
2017-08-25T01:20:03.957
null
null
287,311
[ "eclipse", "android" ]
3,772,843
1
null
null
1
4,438
I can create a new project using the New Android Project wizard shown below. However, if I wanted to go back and edit some of these settings after I click `Finish`, how would I do that? ![alt text](https://i.stack.imgur.com/13Urk.png)
How do I edit project settings for an existing project in Eclipse?
CC BY-SA 2.5
0
2010-09-22T19:20:55.660
2010-09-22T19:33:49.257
null
null
287,311
[ "eclipse" ]
3,773,388
1
3,782,050
null
1
2,564
I've been trying to create a custom skin/template for a TabControl in WPF. I want the tabs to be displayed in a ComboBox. When you select the item from the ComboBox, I want the content area of the tab control to display the TabItem contents. Here's an image showing what I'm looking for: ![alt text](https://i.stack.i...
Drop-down TabControl
CC BY-SA 2.5
null
2010-09-22T20:32:16.247
2010-09-23T19:54:42.070
null
null
64,329
[ "wpf", "templates", "combobox", "tabcontrol" ]
3,773,430
1
11,603,104
null
100
105,566
Is it possible to remove the dotted line surrounding a selected item in a select element? ![alt text](https://i.stack.imgur.com/17fYq.png) I have tried to add the `outline` property in CSS but it did not work, at least not in FF. ``` <style> select { outline:none; } </style> ``` Before you go ahead and remove ...
Remove outline from select box in FF
CC BY-SA 3.0
0
2010-09-22T20:38:27.183
2021-10-28T14:10:42.320
2015-09-08T12:51:48.927
219,443
219,443
[ "html", "css", "firefox", "xhtml" ]
3,773,774
1
5,185,863
null
11
7,709
I have a very odd problem. Whenever I try to use the "Add View" dialog in ASP.NET MVC2 and then try to "Create a strongly-typed view" by selecting a "View data class" from the drop down of available classes none of the classes ("models") in my MVC project are showing up. The very odd part is all of the assemblies that...
Attempting to add a strongly typed view does not find any classes in the MVC project
CC BY-SA 3.0
0
2010-09-22T21:29:40.477
2015-01-16T07:58:43.943
2012-09-20T05:16:07.087
455,556
455,556
[ "asp.net-mvc", "asp.net-mvc-2" ]
3,774,152
1
3,795,410
null
3
2,655
I have a problem with a durable client on ActiveMQ. I am using stomp.py in Python. ``` conn.start() conn.connect(wait=True, header = {'client-id': 'myhostname' }) conn.subscribe( '/topic/testTopic', ack='auto', headers = { 'activemq.subscriptionName': 'myhostname', ...
stomp.py based durable client fills up subscribers list in ActiveMQ
CC BY-SA 2.5
null
2010-09-22T22:39:45.487
2010-09-25T20:17:19.280
null
null
224,705
[ "python", "activemq", "stomp" ]
3,774,500
1
null
null
0
224
OK here is a very basic iPad app that i am starting out with and I am already into issue. I have been doing iphone apps but in that too never implemented rotation things.. well here is the issue. This is a simple viewbased app build with interface builder that looks like this: ![alt text](https://i.stack.imgur.com/OSN...
ipad rotation hides elements in view !
CC BY-SA 2.5
null
2010-09-22T23:59:10.470
2011-06-10T19:30:22.840
null
null
431,226
[ "iphone", "ipad", "uiview", "rotation", "screen-rotation" ]
3,774,738
1
3,774,760
null
8
18,928
I have a program that needs to send the BM_CLICK message to another applications button. I can get the parent window handle but when I try to get the button handle if always returns 0 I got the button caption name and button type from Spy++ it seems right but I know I must have gotten something wrong. below is my code...
Getting a Button handle from another application
CC BY-SA 3.0
0
2010-09-23T01:10:27.870
2016-12-14T10:04:15.743
2013-11-13T16:20:21.833
55,721
427,869
[ "c#", "winapi", "sendmessage" ]
3,775,071
1
3,782,567
null
1
3,511
Ok I have an application I am coding and am trying to get a layout simpler to this: ![Sizer Alignment with all the input boxes aligned](https://i.stack.imgur.com/8KMPX.png) Notice how the text is left justified and the input boxes are all aligned, I see this in the wxPython demo code, but they all use the flexgrid siz...
wxPython GUI BoxSizers
CC BY-SA 2.5
0
2010-09-23T02:37:24.897
2011-03-01T20:20:52.070
null
null
410,368
[ "python", "user-interface", "wxpython" ]
3,775,073
1
3,800,858
null
4
790
We have a simple Entity Framework 4.0 model :- ![alt text](https://i.stack.imgur.com/j8bvk.png) - - `abstract`- `Discussion``List``concretes` When we try to save a `Discussion`, we do the following code :- `Posts.AddObject(discussion);` And the Sql Server syntax is in two parts. The second one errors. Notice the sql s...
Why is this Entity Framework code not saving to the database?
CC BY-SA 2.5
0
2010-09-23T02:38:03.907
2010-09-27T03:11:13.723
2020-06-20T09:12:55.060
-1
30,674
[ ".net", "sql-server", "entity-framework", "sql-server-2008", "entity-framework-4" ]
3,775,546
1
3,775,751
null
5
1,264
I'm currently exploring threading implementation in C# WinForms and I created this simple app: I'm just wondering why the memory usage of this app keeps growing after I start, stop, start, and stop again the application. I'm having a thought that my thread instance doesn't really terminate or abort when I press the st...
Simple Threading, why does this happen? (C# WinForms)
CC BY-SA 2.5
0
2010-09-23T04:56:09.877
2010-09-23T06:10:24.310
2010-09-23T05:00:30.583
396,335
396,335
[ "c#", "multithreading" ]
3,775,815
1
3,777,871
null
0
428
I have been implementing AES onto my website for security and I have ran into a glitch/problem to which I am un-able to find an answer and I find it quite bizzare. I BELIEVE I know where it resides but I don't know how/where to do the fix. Currently I have PHP 5 and the latest MySQL running on my local server. Here ...
PHP + AES Security Glitch
CC BY-SA 2.5
null
2010-09-23T06:12:37.790
2011-01-16T23:35:08.177
2010-09-23T16:07:05.377
679,601
679,601
[ "php", "aes" ]
3,776,125
1
null
null
1
2,698
I am trying to run example of facebook android sdk , in that i have run stream example to fetch the data from facebook. Now hen ever i click on "fconnect" button to log in into facebook i am getting following dialog box ![alt text](https://i.stack.imgur.com/9VUrp.png) so is it possible to replace this dialog box wit...
Replace facebook dialog with custom dialog in android
CC BY-SA 2.5
null
2010-09-23T07:15:11.227
2010-09-23T16:45:02.197
null
null
405,383
[ "android", "facebook" ]
3,776,535
1
3,791,537
null
6
1,886
Silly web element inspector (safari / chrome) question, but I can't seem to figure out why some properties are dimmed. ![element inspector](https://i.stack.imgur.com/pVGdE.jpg)
web element inspector (safari / chrome) dimmed css properties
CC BY-SA 2.5
0
2010-09-23T08:25:33.417
2013-03-05T13:23:54.017
null
null
199,029
[ "css", "google-chrome", "safari", "properties", "web-inspector" ]
3,776,613
1
null
null
1
555
I am learning Vim, and it is great. But the problem with Vim and gVim is that it doesn't support any complex scripts like Devanāgarī; it is not rendered properly. See the screenshots below: ![](https://i.stack.imgur.com/wqNh5.png) ![](https://i.stack.imgur.com/Zui3y.png) Is there any way to make Vim or gVim support c...
Complex Scripts in Vim and gVim
CC BY-SA 4.0
0
2010-09-23T08:39:31.330
2020-08-05T21:08:12.163
2020-08-05T21:07:39.713
254,635
455,325
[ "vim" ]
3,776,987
1
null
null
9
2,126
Our W3WP process on our production server is constantly high. It doesn't max out at 100% but jumps up into the 90%s a fair bit. To help look into this I profiled the live aplication using JetBrains dotTrace. The results were as expected. All the slow methods were NHibernate functions that queried our database. My ques...
Detecting W3WP CPU issues using jetBrains dotTrace
CC BY-SA 2.5
0
2010-09-23T09:30:24.943
2013-02-04T06:37:24.443
2010-09-24T12:04:28.003
17,765
17,765
[ "asp.net", "performance", "nhibernate", "iis", "dottrace" ]
3,777,102
1
3,777,126
null
5
934
What are the numbers in a .NET stack trace on an ASPX error page (see picture)? They don't seem to be line numbers as they are too large? How can those numbers help me in determining the line of code that threw the exception? ![Stack trace example](https://i.stack.imgur.com/6rO5g.png)
What are the numbers in a .NET stack trace on an ASPX error page?
CC BY-SA 2.5
null
2010-09-23T09:44:53.543
2010-09-23T13:17:31.363
null
null
163,573
[ ".net", "stack-trace" ]
3,777,226
1
null
null
0
140
I'm using this method to try to move my view up but without success, this is the code in my MainViewController implementation file : ``` [UIView beginAnimations:nil context:NULL]; [UIView setAnimationDuration:0.5]; CGRect rect = self.view.frame; if (movedUp) { NSLog(@"should move Up"); rect.origin.y -= 50; ...
View not animating
CC BY-SA 2.5
null
2010-09-23T10:02:06.373
2015-10-07T02:39:09.333
2010-09-24T19:21:34.693
415,088
415,088
[ "iphone", "objective-c" ]
3,777,645
1
3,777,658
null
0
211
I am getting this error in rails whenever i am trying to create an object for the model. I am working on Windows 7 ``` C:\Ruby\joker\chapter3>ruby script/console Loading development environment (Rails 2.3.8) >> mycb = ComicBook.new SyntaxError: C:/Ruby/joker/chapter3/app/models/comic_book.rb:19: syntax error, u nexpec...
Error while creating new object in rails
CC BY-SA 2.5
null
2010-09-23T11:02:41.490
2010-09-23T11:21:12.183
null
null
351,132
[ "mysql", "ruby-on-rails", "object", "syntax-error" ]
3,777,810
1
3,779,450
null
14
14,402
I have a somewhat strange problem. I have two maps on my site, a big one and a small one. I want to use the big one to show a route to a certain address. I'm now trying to implement the two maps but get a weird problem. The small map is working fine, but on the big map only a small area of the div is filled with the ma...
Google Maps don't fully load
CC BY-SA 2.5
0
2010-09-23T11:25:51.223
2014-02-23T15:50:58.367
2013-12-30T07:37:12.430
881,229
450,454
[ "javascript", "jquery", "google-maps" ]
3,777,931
1
4,433,633
null
0
1,619
I've two problems, the second of which is only an issue because it's a possible way to fix the first! I'm developing a Flex 4.1 application, using a Spark theme: I can't change these; Halo isn't an option. It's providing the facility to fill multiple-selected cells of an AdvancedDataGrid with a single character, from...
Flex AdvancedDataGrid multiple cell selection highlight not fully clearing
CC BY-SA 2.5
null
2010-09-23T11:39:35.203
2013-12-10T14:14:47.910
2010-09-23T17:26:48.777
125,828
125,828
[ "apache-flex", "advanceddatagrid" ]
3,778,115
1
3,797,014
null
1
2,045
Hi all, I'm using DevExpress XtraGrid control in a C#.Net application. I'mbinding the values from one table to a grid, and the table contains one bit field: `Authorized`. So the grid displays that column with a checkBox. I want to get that checkBox object or get the event of that control. ![alt text](https://i.stac...
How to get checkBox object from c# Xtragrid column
CC BY-SA 3.0
null
2010-09-23T12:00:35.503
2012-05-27T19:18:00.990
2012-05-27T19:18:00.990
275,567
434,910
[ "c#", "checkbox", "devexpress", "xtragrid" ]
3,778,951
1
3,778,982
null
3
619
I'm having trouble grasping reflection in C#, so I'm going to put my specific situation down and see what you guys can come up with. I've read TONS of C# reflection questions on here, but I still just simply don't get it. So here's my situation; I'm trying to access an array which is a non-public member of a class I ...
C# Reflection How-to?
CC BY-SA 2.5
0
2010-09-23T13:40:30.823
2016-11-10T22:09:02.783
null
null
50,391
[ "c#", "reflection" ]
3,778,945
1
3,779,091
null
1
101
I have a partial view where I render, if the user has choosen an option, a button that permit the user to generate automatically a value for a certain field. Please give a look at this picture to understand what I mean: ![alt text](https://i.stack.imgur.com/ODz9c.png) This is achieved using the following markup on th...
Why does my button not show up?
CC BY-SA 2.5
null
2010-09-23T13:39:46.600
2010-09-23T23:06:27.770
2010-09-23T23:06:27.770
25,300
431,537
[ "asp.net", "asp.net-mvc", "validation", "asp.net-mvc-2", "partial-views" ]
3,779,121
1
3,779,158
null
0
366
I recently downloaded the Java JNA from [https://github.com/twall/jna/servlets/ProjectDocumentList?folderID=7408&expandFolder=7408&folderID=0](https://github.com/twall/jna/servlets/ProjectDocumentList?folderID=7408&expandFolder=7408&folderID=0) and tried using it. However, as exemplified by the screenshot below, the de...
Java JNA does not seem to be working
CC BY-SA 2.5
null
2010-09-23T13:57:28.567
2010-09-23T14:07:19.793
null
null
453,435
[ "java", "jar", "jna" ]
3,779,172
1
3,825,567
null
3
2,462
This is an extjs single-page application which works fine in FF, IE, and Safari. There are several problems with viewing or using this extjs app in the iphone. The extjs panels/windows do not resize, as it would in a normal screen. When the user zooms out, the expanding viewing area is blanked out. An example ima...
extjs apps on iphone
CC BY-SA 2.5
null
2010-09-23T14:02:45.603
2017-09-30T11:18:31.683
2017-09-30T11:18:31.683
1,000,551
83,719
[ "ios", "extjs", "mobile-safari", "viewport", "responsive" ]
3,779,573
1
null
null
3
4,195
I am trying to create an excel file from datagrid in my asp.net page using the below code.I am able to create the excel file.But the created excel file does not has the cell borders.Without the cell borders,it looks like a word document. ![alt text](https://i.stack.imgur.com/X8o7v.png) My code is ``` Response.Clear(...
C#: Datagrid to Excel .Cell border is missing in the created excel file
CC BY-SA 2.5
0
2010-09-23T14:45:03.437
2015-12-16T13:02:29.480
null
null
40,521
[ "asp.net", "excel", "datagrid", "export-to-excel" ]
3,779,729
1
3,779,753
null
35
128,664
I need to show the sum of the `count` column from this `datagridview`, but I don't know how I can get to the data in the datagridview. When I click on the button, I want to show `94` in `label1`. How can this be done? ![alt text](https://i.stack.imgur.com/Nzoeu.jpg)
how I can show the sum of in a datagridview column?
CC BY-SA 2.5
0
2010-09-23T15:03:31.240
2022-04-29T06:48:46.073
2010-10-05T22:32:14.077
431,281
431,281
[ "c#", "winforms", "datagridview" ]
3,779,763
1
3,779,933
null
20
18,204
I have a program that needs to repeatedly compute the approximate percentile (order statistic) of a dataset in order to remove outliers before further processing. I'm currently doing so by sorting the array of values and picking the appropriate element; this is doable, but it's a noticable blip on the profiles despite...
Fast Algorithm for computing percentiles to remove outliers
CC BY-SA 2.5
0
2010-09-23T15:08:19.170
2016-03-29T19:54:52.140
2017-05-23T11:45:25.620
-1
42,921
[ "c#", "c++", "algorithm", "percentile" ]
3,780,048
1
3,780,224
null
5
730
I want to write formulas in Mathematica format in my blog, inside tag's formula. What js should I use (and what libary), to replace those tag's, with [http://www.wolframalpha.com/](http://www.wolframalpha.com/) search result image, when Dom gets loaded? For example: ``` <formula>Limit[((3 + h)^(-1) + -1/3)/h, h -> 0]...
Complex wolframalpha ajax query
CC BY-SA 2.5
0
2010-09-23T15:42:23.627
2010-09-24T02:34:58.917
null
null
97,754
[ "javascript", "ajax", "wolfram-mathematica", "wolframalpha" ]
3,780,140
1
3,780,174
null
5
1,861
Sometimes my UserControl's Visible property does not get updated correctly. It happens at my app's boot time, in OnFontChanged, fired from inside InitializeComponent, probably because some other stuff has not been set up yet. I just can't find out what. ![alt text](https://i.stack.imgur.com/Z4VCu.png) `vScrollBar` is...
Why is the Visible property not correctly updated in a UserControl?
CC BY-SA 2.5
0
2010-09-23T15:50:53.437
2010-09-23T16:27:08.943
null
null
231,306
[ "c#", "user-controls", "visibility", "scrollbars" ]
3,780,493
1
3,781,811
null
3
3,787
![alt text](https://i.stack.imgur.com/uDlay.png) I have two triangles in 3D space. Given that i know (x,y,z) of point in first triangle and i know vectors V1,V2,V3. I need to find point (x',y',z'). What transformation i should do to point (x,y,z) with vectors V1,V2,V3 to get that transformed point in the second tr...
map points between two triangles in 3D space
CC BY-SA 2.5
0
2010-09-23T16:28:09.320
2015-03-04T02:13:16.487
2015-03-04T02:13:16.487
1,118,321
380,331
[ "math", "geometry", "computational-geometry" ]
3,780,583
1
3,780,826
null
3
950
I am planning to develop a site which will have interface very similar to IDE ![alt text](https://i.stack.imgur.com/mTr7D.png) I was wondering if there is a jQuery plugin which allows the resizing of divs (horizontal / vertical based on settings) or any ideas on what would be the best approach.
IDE Like interface with jQuery (Resizing divs)
CC BY-SA 2.5
0
2010-09-23T16:39:07.817
2010-09-23T17:09:25.307
null
null
107,129
[ "javascript", "jquery" ]
3,781,058
1
3,781,260
null
2
2,282
Say, I have a variable `rv` which has some numerical value. Now, I want to plot the value of this variable on a base plot but preceded by a nicely formatted symbol e.g., r subscript m, using `expression`. To write on the plot I use `mtext`. However, what I get is either the value of the variable, but no nicely formatte...
How to add nice formated anotations to a R base graph using expression and the value of a variable?
CC BY-SA 2.5
0
2010-09-23T17:37:59.330
2010-09-23T18:06:57.977
2010-09-23T17:44:47.720
289,572
289,572
[ "r", "formatting", "graph" ]
3,781,072
1
null
null
3
150
![alt text](https://i.stack.imgur.com/Z5Jn6.jpg) I'm making an isometric game. When the player tries to walk diagonally into a wall I want them to slide smoothly across it, so whatever portion of the movement would be legal is used, and anything in the direction of the normal is thrown away. Walls can be any angle, no...
How to make the player slide smoothly against terrain in a game?
CC BY-SA 2.5
null
2010-09-23T17:39:52.113
2010-09-23T18:01:47.880
null
null
11,911
[ "math" ]
3,781,359
1
3,781,740
null
3
1,438
I would like to have suggestions as to how to use Qt to implement the following: I have multiple identical widgets that I want to display once at a time. I know that QToolbox exists, but the problem is the following: I need to change the order in which the tabs or buttons appears (see image): ![alt text](https://i....
Reorder widgets in Qt
CC BY-SA 2.5
null
2010-09-23T18:21:18.863
2010-09-23T19:12:38.337
null
null
150,343
[ "user-interface", "qt" ]
3,781,473
1
null
null
1
493
Here's my problem. It looks perfect in Firefox, Safari, IE8, but in IE7 and IE8 comparability mode, it adds about 4000px of width to the div.team elements nested within the list item. the problem goes away if i remove the span.score elements. The image attached shows the score in the first box in white number text. ...
IE7 (IE8 Compatability Mode) bug: crazy amound of width applied to a floated element that is parent to another float
CC BY-SA 2.5
null
2010-09-23T18:38:37.747
2012-06-12T13:39:13.523
2012-06-12T13:39:13.523
44,390
261,375
[ "internet-explorer-7", "nested", "css-float" ]
3,781,705
1
3,809,370
null
2
880
I have a very simple WCF Data Services application and I am doing some basic CRUD operations. I have a ChangeInterceptor on the entity set that is changing, but the object in the ChangeInterceptor is the current state in the database, not what is sent in the HTTP PUT. Here is my ChangeInterceptor: ``` [ChangeInterce...
Can I validate an entity before saving the changes?
CC BY-SA 2.5
null
2010-09-23T19:07:17.930
2010-09-28T02:56:47.897
2010-09-24T12:52:15.623
12,367
12,367
[ "c#", "json", "wcf-data-services", "odata" ]
3,783,160
1
null
null
3
670
Twitter recently added hoverable multi-media "tooltips" -- when you hover over a username or avatar on your feed, it pops up (in-place) more details on the user (tweets sent/received, location, last tweet). It also includes a "Follow" button. There's a 'more-info' link which will load some more details on-demand. I'd...
Hoverable tooltips with AJAX-pulled content on Prototype/Scriptaculous (to act like Twitter's)`
CC BY-SA 3.0
null
2010-09-23T23:10:50.000
2013-01-25T20:55:21.093
2011-12-27T22:09:09.337
938,089
456,742
[ "javascript", "twitter", "tooltip", "prototypejs", "scriptaculous" ]
3,783,207
1
null
null
8
12,983
Fellow programmers, I know this is a little outside your juridistiction, but I was wondering perhaps if you have time, if you could help me with one "procedure". Not in view of math but what would be the best way to take. ![alt text](https://i37.photobucket.com/albums/e67/DThanhvp/American.jpg) ![alt text](https://i....
Determining a mean camber line
CC BY-SA 2.5
0
2010-09-23T23:26:55.140
2015-09-14T16:50:20.570
2017-02-08T14:30:24.567
-1
62,699
[ "algorithm", "geometry" ]
3,783,763
1
3,783,860
null
0
2,998
I feel like I hit a wall trying to structure what I thought would be a simple database schema for modeling basic financial transactions. I'm hoping some of you with more experience can weigh in and point me in the right direction. My application has four distinctly different types of leases that customers can purchase...
How should I model these simple financial transactions?
CC BY-SA 2.5
0
2010-09-24T02:08:54.773
2010-09-24T08:35:48.343
null
null
274,837
[ "design-patterns", "database-design", "financial" ]
3,783,833
1
null
null
0
434
I know how to draw straight lines in C#, but I would like to draw a horizontal line, with two colors. Light blue on the top, and dark blue on the bottom. Also, how would I sort of... Append to that line? For example, every few seconds, that line will become bigger... like a ProgressBar. (btw, I'm not creating a Progres...
Drawing, and Appending to a Double-Horizontal Line
CC BY-SA 2.5
null
2010-09-24T02:28:54.193
2010-09-24T13:27:15.193
2010-09-24T06:28:41.327
null
null
[ "c#", ".net", "winforms", "drawing", "gdi" ]
3,783,839
1
3,784,870
null
1
1,987
I am still learning to do javascript and django and yesterday I tried to do a simple hello world ajax exercise. Server logs show that python code is being called but somehow django/python does not return anything when I check the xmlhttp.responseText and responseXML in firebug. I removed the checking of the http s...
Can't do an AJAX call with Python and Django
CC BY-SA 2.5
null
2010-09-24T02:30:57.167
2010-09-24T11:52:17.357
2010-09-24T11:52:17.357
160,950
160,950
[ "javascript", "python", "django" ]
3,783,868
1
3,783,885
null
0
3,172
I'm making a new Project which is a class library. ![alt text](https://i.stack.imgur.com/1cX90.png) my problem is I always got this error: ``` The type or namespace name 'Drawing' does not exist in the namespace 'System' (are you missing an assembly reference?) ``` this is my code: ``` using System; using System.Coll...
How to reference Image Class in C# winforms?
CC BY-SA 2.5
null
2010-09-24T02:38:10.507
2010-09-24T02:46:55.867
2020-06-20T09:12:55.060
-1
396,335
[ "c#" ]
3,784,147
1
3,784,505
null
0
404
If you use [GlobalMemoryStatusEx](http://msdn.microsoft.com/en-us/library/aa366589(v=VS.85).aspx) to get statistics, one is [dwMemoryLoad](http://msdn.microsoft.com/en-us/library/aa366770(v=VS.85).aspx) which is the approximate percentage of physical memory in use. Is memory that SuperFetch has consumed added to dwMemo...
Does SuperFetch affect dwMemoryLoad percentage and clash with smart memory management?
CC BY-SA 2.5
null
2010-09-24T04:10:59.207
2010-09-24T05:44:40.480
2010-09-24T05:37:00.997
53,870
53,870
[ "windows-7", "windows-vista" ]
3,784,236
1
3,784,415
null
0
5,821
I have the following AlertDialog with an image inside it: ![alt text](https://i.stack.imgur.com/PrYCD.png) As you can see there is a small gap just above and just below the image. I'd like to remove that gap. My layout xml looks like: ``` <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://sc...
Resize AlertDialog to fit image exactly
CC BY-SA 2.5
null
2010-09-24T04:41:44.017
2019-05-10T09:35:35.253
null
null
149,166
[ "android", "xml", "imageview", "android-alertdialog" ]
3,784,597
1
3,784,627
null
0
146
I'm trying to display images from a database table to my dataGridView control. Other cells display image. But some doesn't and throws this exception: ![alt text](https://i.stack.imgur.com/fxoYk.png) What does this exception means? What should I do to fix it?
What this exception means? C# winforms
CC BY-SA 2.5
null
2010-09-24T06:05:48.557
2010-09-24T06:40:17.850
2020-06-20T09:12:55.060
-1
396,335
[ "c#" ]
3,784,735
1
3,840,063
null
0
1,184
I've recently updated my Internet Explorer version from 8 to 9. Now, I'm getting the following exception ![alt text](https://i.stack.imgur.com/HF6Ib.png) This is kind of weird. Following are the re-producing steps. 1. Open a Silverlight application [Currently, using Silverlight 4]. 2. Use Clean, Build and Run. [The ...
ieframe.dll error while running silverlight application in IE9
CC BY-SA 2.5
0
2010-09-24T06:34:20.097
2010-10-01T14:23:21.113
2010-09-24T08:12:48.127
17,516
270,190
[ "silverlight", "internet-explorer", "silverlight-4.0", "internet-explorer-9" ]
3,784,763
1
null
null
0
1,019
Hi please find the screenshot attached and provide me the logic how we can acheive this. I need to import this excel file. This is a sample image. I have no. of header rows and no. of columns will differ in each header. ![alt text](https://i.stack.imgur.com/7toDI.jpg) Here is another information about the excel file. ...
Excel import to database using C#
CC BY-SA 2.5
null
2010-09-24T06:39:05.920
2010-09-29T11:19:53.667
2010-09-29T11:19:53.667
50,447
320,009
[ "c#", "asp.net", "excel" ]
3,784,802
1
3,784,853
null
0
289
![alt text](https://i.stack.imgur.com/2Z8hA.gif) I need to design a table like the sudoko Table where the user has to enter the numbers.Is there any way to do it in C#?or we have to use create usercontrol?
How to make the textbox type table in C#?
CC BY-SA 3.0
null
2010-09-24T06:46:19.210
2011-09-25T02:17:18.060
2011-09-25T02:17:18.060
142,162
412,982
[ "c#-4.0" ]
3,784,842
1
3,785,020
null
3
3,902
I'm searching for an online JavaScript CSS editor like this: ![alt text](https://i.stack.imgur.com/rwPNu.jpg) Did somebody know of one?
Javascript - Online CSS Editor
CC BY-SA 2.5
0
2010-09-24T06:53:31.187
2018-04-20T21:46:26.133
2010-09-24T06:56:18.123
23,897
2,136,202
[ "javascript" ]
3,784,933
1
3,791,362
null
1
239
I have a simple view that has 2 textboxes and 1 file input. ``` <%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<iLoyalty.BackOfficePortal.Models.SegmentModel>" %> <% using (Html.BeginForm("SaveSegment", "Segment", FormMethod.Post, new { id = "SegmentForm", enctype = "multipart/form-data" })) { %> <div cla...
Returning response from a view that contains input type file - Microsoft JScript runtime error: Object expected
CC BY-SA 2.5
null
2010-09-24T07:13:14.353
2010-09-25T09:30:43.247
2010-09-25T09:30:43.247
104,969
104,969
[ "ajax", "asp.net-mvc-2", "jquery" ]
3,784,977
1
null
null
3
817
I'm trying to add JFace source code on my Target Platform in Eclipse 3.6. Many [help](http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.pde.doc.user/guide/tools/preference_pages/source_code_locations.htm) [page](http://publib.boulder.ibm.com/infocenter/rsmhelp/v7r0m0/index.jsp?topic=/org.eclipse.pde.doc.us...
Why is the "Source Code Locations" page missing on eclipse 3.6 (Helios)
CC BY-SA 2.5
0
2010-09-24T07:23:20.867
2010-09-24T07:58:56.790
null
null
3,122
[ "eclipse-plugin", "eclipse-rcp", "target-platform" ]
3,785,390
1
3,786,061
null
1
1,591
I am developing a web application on joomla cms. In which i am using open inviter for send invitation to Gmail , AOL and Facebook ID. Gmail and AOL receiver get mail in proper html format which i am sending. like this ![alt text](https://i.stack.imgur.com/j2WA3.png) But same mail displaying like this It is showin...
Customised the facebook friends invite email format in openinviter
CC BY-SA 2.5
null
2010-09-24T08:26:56.820
2012-02-21T14:23:01.550
2010-09-24T10:13:14.473
221,434
390,452
[ "email", "facebook", "joomla" ]
3,785,500
1
4,874,413
null
1
709
I get this strange error if I use a link_to with the :remote => true parameter in IE 6 and IE 7. IE 8 and all other browsers works just fine: ![IE7 bug](https://i.stack.imgur.com/qEVxK.png) If I commenting out the code for the link (jQuery binding on ajax:success), the error still appears. I don't know how to locate/...
Rails3 + link_to(..., :remote => true) + IE 6/7 does not work
CC BY-SA 2.5
null
2010-09-24T08:48:11.620
2011-02-02T12:22:38.170
null
null
6,851
[ "javascript", "internet-explorer", "ruby-on-rails-3" ]
3,785,704
1
3,785,735
null
0
195
![alt text](https://i.stack.imgur.com/i4LBw.jpg) my image is `1.` Normal repeat-x is `2.` I need image repeat like this `3.`
custom repeating background image using css
CC BY-SA 2.5
null
2010-09-24T09:21:25.940
2010-09-24T09:26:06.083
2020-06-20T09:12:55.060
-1
60,200
[ "html", "css" ]
3,785,919
1
3,786,144
null
0
353
Basically, i have purchased HTC Hero (Android sdk 1.5) , but i just got the notification of "System software update" and i agreed to update the . I was developing application for android sdk 1.5 successfully, but now i have created a Hello world application for the Android sdk 2.1 and then when i am trying to run it ...
Android - Run application on SDK 2.1
CC BY-SA 2.5
0
2010-09-24T09:52:09.743
2010-09-24T10:30:33.327
2010-09-24T10:30:33.327
379,693
379,693
[ "android", "android-2.1-eclair" ]
3,785,938
1
null
null
18
6,669
I'm developing an application that contains a number of panes. See the [screenshot](https://i.stack.imgur.com/4d2KN.png): ![screenshot](https://i.stack.imgur.com/4d2KN.png) - `wx.ScrolledPanel``wx.Panels`- `wx.grid.Grid`- `wx.Panel``wx.grid.Grid`- `wx.Panel`[enthought chaco](http://code.enthought.com/chaco/)- `wx.Pan...
Focus-follows-mouse in wxPython?
CC BY-SA 2.5
0
2010-09-24T09:54:59.927
2010-09-30T15:35:13.980
2010-09-24T11:21:17.757
442,793
442,793
[ "python", "wxpython", "wxwidgets" ]
3,786,019
1
3,787,320
null
1
2,406
I've imported a CSV file into an sqlite table. everything went fine except it included quotes " " around the data in the fields. not sure why because there are no quotes in the CSV file. anyone know how to avoid this or get rid of the quotes somehow? Here's a screenshot from the firefox sqlite import settings I'm usi...
importing CSV file into sqlite table
CC BY-SA 2.5
null
2010-09-24T10:06:47.580
2010-09-24T13:05:18.787
null
null
388,458
[ "sql", "database", "sqlite", "csv" ]
3,786,083
1
null
null
6
11,499
I'm developing an app for iPad and I try to handle multiple orientation. My app contains a webview and a loading UIImageView that appears when my webview is loading content. This UIImageView has a background image that I set in InterfaceBuilder. When I change orientation to landscape, the image is cut. I'd like the U...
iPad SDK, how to handle orientation with an UIImageView
CC BY-SA 2.5
0
2010-09-24T10:19:03.600
2016-06-09T23:39:19.153
2010-09-24T12:18:19.300
312,654
312,654
[ "iphone", "ipad", "sdk", "uiimageview", "orientation" ]
3,786,093
1
3,787,368
null
4
1,565
I have this very simple Combobox in my XAML: ``` <ComboBox Name="cmb1" Width="200" Height="23" ItemsSource="{Binding}" /> ``` and this is my code behind: ``` public class Test //: System.Windows.DependencyObject { public string Name { get; set; } public override string ToString() { return Name; } } public...
WPF ComboBox does not show current item when it is a DependencyObject
CC BY-SA 2.5
null
2010-09-24T10:21:31.350
2010-09-24T15:28:12.710
2010-09-24T14:30:07.607
383,515
383,515
[ "wpf", "xaml", "binding", "combobox" ]
3,786,141
1
3,789,330
null
0
206
I'm creating a new ASP.net website via Visual Studio. I then try to run the default.aspx page it generates, and it throws this error: ![alt text](https://i.stack.imgur.com/CzB46.png) I've tried deleting the affected lines as suggested by MSDN but to no avail! I am on Windows 7, with ASP.net installed If I delete all...
ASP.net IIS Error Message (Screenshot included)
CC BY-SA 2.5
null
2010-09-24T10:28:20.240
2010-09-24T17:01:39.803
2010-09-24T10:40:55.000
356,635
356,635
[ "asp.net", "iis" ]
3,786,214
1
null
null
3
4,025
![alt text](https://i.stack.imgur.com/JBgeh.png) ![alt text](https://i.stack.imgur.com/5ZzKa.png) i am developing gallery view using gridview,in small screen my layout design fixed very well,but large screen did not my design,In large screen have some spaces bellow "load more picture" button refer fig2,how can i sol...
how to layout support for various screen in android?
CC BY-SA 2.5
null
2010-09-24T10:38:49.917
2013-03-18T22:27:48.040
2010-09-25T08:48:04.560
410,757
410,757
[ "android" ]
3,786,278
1
3,786,662
null
0
114
I'm wondering what is the difference between Debug and Debug 1.0 within Visual Studio 2008. ![alt text](https://i.stack.imgur.com/8QFYO.jpg) Is Debug 1.0 something new? I don't remember to see it earlier.
What is the difference between Debug and Debug 1.0 within Visual Studio 2008?
CC BY-SA 2.5
null
2010-09-24T10:48:03.257
2010-11-23T16:25:38.393
2010-11-23T16:25:38.393
53,587
262,693
[ ".net", "visual-studio" ]
3,787,821
1
3,787,851
null
12
3,009
I'm learning on a box and dusting off my skills (skillz?). ![alt text](https://i.stack.imgur.com/NrUO5.png) When I got started on VIM way back in my c++ days, I had a friend with a great vimfiles folder that had tons of stuff to get started. Starting from scratch, vim is great, but it feels like it could be a lot...
What components make VIM a good (great) ruby editor?
CC BY-SA 2.5
0
2010-09-24T14:01:42.220
2010-12-06T15:49:05.200
null
null
72,995
[ "ruby-on-rails", "ruby", "vim" ]
3,788,270
1
3,807,528
null
2
286
So I have a simple split view that functions great except when the view loads. For some reason if it loads in landscape mode, it only loads on ~half the screen (it seems like it is the width of the portrait mode). Does anyone know what may be causing this behavior? I am using the default split view controller provid...
iPad split view loading strangely
CC BY-SA 2.5
0
2010-09-24T14:54:03.900
2010-09-27T20:21:04.833
null
null
410,856
[ "iphone", "xcode", "ipad", "ios" ]
3,788,470
1
3,788,512
null
4
107
This is the sample output![alt text](https://i.stack.imgur.com/s7RQV.jpg) Let me explain what's going on: The query returns all invoices # of every year along with the products that is involved in the invoice. As you see, we have two invoice in 2010...The invoices are 30463 and 30516. The invoice 30463 has 4 product...
How Can I Rid off Redundant Values from a Column?
CC BY-SA 2.5
null
2010-09-24T15:17:00.350
2010-09-24T22:09:49.273
null
null
311,509
[ "sql", "sql-server", "sql-server-2005", "tsql", "sql-server-2008" ]
3,788,564
1
3,788,611
null
3
10,786
I've been hunting around to see if I can find a simple CSS or jQuery solution to achieve the following styling for a select box: ![alt text](https://i.stack.imgur.com/R01dq.png) There are various items on SO such as the [one here](https://stackoverflow.com/questions/1072239/is-it-possible-to-style-a-select-box), but ...
select box styling - css/jquery
CC BY-SA 2.5
0
2010-09-24T15:30:05.727
2010-09-24T15:56:16.170
2017-05-23T11:48:22.880
-1
255,755
[ "jquery", "css", "forms", "select" ]
3,788,804
1
3,788,882
null
1
427
I've been playing about with the layout of a view with Android (lets say within the MainActivity) and I'm looking to create this sort of layout using 3 ImageView's (where each block represents an image): ![alt text](https://i.stack.imgur.com/ZdKo6.png) This is rather easy to pull of using LinearLayout's but only if y...
Android View Design Issues
CC BY-SA 2.5
null
2010-09-24T15:52:06.330
2010-09-28T15:28:55.310
2010-09-28T15:28:55.310
143,979
143,979
[ "android", "xml", "user-interface" ]
3,789,017
1
4,617,160
null
1
428
I'm debugging a web service and only the first time I connect to it I get this exception on the DefaultWsdlHelpGenerator.aspx(?) class (take a look at the path) ![alt text](https://i.stack.imgur.com/L0nGe.png) Now it seems to be related to compliance of the basic profile 1.1 but I have that turned off in the config fi...
Web Service Debugger Exception : Undefined complexType 'http://schemas.xmlsoap.org/soap/encoding/:Array'
CC BY-SA 2.5
0
2010-09-24T16:22:06.793
2011-01-06T16:30:00.430
null
null
439,166
[ ".net", "asp.net", "web-services", "visual-studio-2010" ]
3,789,283
1
3,792,046
null
8
13,335
I'm following the second tip from [here](http://osmorphis.blogspot.com/2009/05/multiple-buttons-on-navigation-bar.html). In this tip two UIBarButtonItems are put together in a UIToolbar. Finally, the UIToolbar is added to the UINavigationBar. Now to my problems: 1) A white line is on top of the UIToolbar. If I increas...
Adding UIToolbar with two UIBarButtonItem to a UINavigationBar: poor UIToolbar and what about iPhone 4
CC BY-SA 2.5
0
2010-09-24T16:55:04.650
2011-02-28T21:09:07.277
2010-09-26T12:48:16.467
426,227
426,227
[ "iphone", "objective-c", "cocoa-touch", "uinavigationbar", "uitoolbar" ]
3,789,510
1
3,789,591
null
0
131
sorry im a newbie in css, so please dnt be angry at me, i really wanted postion something like this: taking in mind that the number will grow, so the text has to stay in the middle. if you get what i mean! :)) ![alt text](https://i.stack.imgur.com/lZUQx.png)
positioning in css?
CC BY-SA 2.5
null
2010-09-24T17:26:51.457
2010-09-24T17:39:05.360
2010-09-24T17:29:07.757
428,137
428,137
[ "css", "text", "layout", "positioning" ]
3,789,512
1
3,790,350
null
12
4,271
How would I go about making the following animation for my form submissions? (I figured instead of typing it, I would create a visual.) ![](https://i.stack.imgur.com/6D33e.png)
Create a notification popup animated in a specific way?
CC BY-SA 3.0
0
2010-09-24T17:26:58.430
2015-09-11T03:36:01.760
2015-09-11T03:36:01.760
1,832,942
160,797
[ "javascript", "jquery", "html" ]
3,790,012
1
null
null
4
539
I'm examining some biological data which is basically a long list (a few million values) of integers, each saying how well this position in the genome is covered. Here is a graphical example for a data set: ![alt text](https://i.stack.imgur.com/5UEOg.png) ![alt text](https://i.stack.imgur.com/tlaV1.png) I would like t...
How can I find low regions in a graph using Perl/R?
CC BY-SA 2.5
0
2010-09-24T18:46:43.200
2014-10-24T18:08:10.643
null
null
377,031
[ "perl", "r", "statistics", "graph" ]
3,790,115
1
3,790,180
null
2
351
When I ran this code using gcc, ``` $ cat eatup.c #include<stdio.h> #include<stdlib.h> int main() { int i = 0; while(1) { i++; } } $ ``` the CPU graph went like this : ![alt text](https://i.stack.imgur.com/3dy7W.png) I am not sure why there is a cross in the CPU core usage. - I started the ru...
Why is there a switch in the CPU core usage when I run this C code?
CC BY-SA 2.5
null
2010-09-24T19:01:47.213
2010-09-25T17:30:43.870
2010-09-25T17:07:28.437
113,124
113,124
[ "c", "gcc", "scheduling", "cpu-usage", "ubuntu-10.04" ]
3,790,195
1
3,790,605
null
0
673
This Java Swing JComboBox is modified based on changes to the system configuration. In the example image, "Press to Select" is the case where nothing is selected and there is one "Test Unit" in the configuration, but "Press to Select" is displayed twice in the drop down. The additional "Press to Select" item behaves li...
Why does JComboBox seem to add multiple item instances?
CC BY-SA 2.5
null
2010-09-24T19:12:41.937
2018-05-08T15:14:26.097
2018-05-08T15:14:26.097
1,033,581
398,460
[ "java", "swing", "jcombobox" ]
3,791,019
1
3,791,100
null
1
5,352
i wanted to know how can i display the images like the on in the picture: i know that i have to retrive the images using a while loop, but then displaying them like this is the difficult bit, thanks!! :)) ![alt text](https://i.stack.imgur.com/6Rkxb.png)
how do i get images to display in a rows like this using php and css?
CC BY-SA 2.5
null
2010-09-24T21:10:19.590
2010-09-24T21:24:36.200
null
null
428,137
[ "php", "css", "image", "rows" ]