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,296,110
1
3,296,161
null
157
105,009
In the standard windows installer there is a divider between the control buttons on the bottom and the main part of the form. Does anyone know how this would be done in winforms/.net? I've tried fiddling around with the border settings on Panel controls etc, but haven't been able to get the same result... ![alt text](...
Draw horizontal divider in winforms
CC BY-SA 2.5
0
2010-07-21T03:32:40.223
2010-07-21T03:44:35.797
null
null
6,062
[ ".net", "winforms" ]
3,297,552
1
null
null
12
8,664
I need to plot, in 3D, a set of densities associated to a time series. More precisely, I would like to be able in R to build an image close to this example ![alt text](https://sites.google.com/site/agenbiteofinwit/home/plotDensity3D.png) This image is taken from [1]. The transparency plays an important role as let us...
How to plot a set of densities in 3D using R?
CC BY-SA 2.5
0
2010-07-21T08:45:51.327
2012-05-06T16:48:59.783
2017-02-08T14:28:59.343
-1
397,700
[ "r", "3d", "plot" ]
3,297,550
1
null
null
1
179
I want to encapsulate every resource from the client application with only one web service which can use my classlib. I'm confused to access to other resources (web services, databases...) from the class library. Because i think ClassLib should only have classes to reach objects within hierarchy, calculate some thing...
I need architecture suggestions for a web service
CC BY-SA 2.5
0
2010-07-21T08:45:32.697
2010-07-22T08:07:27.280
2017-02-08T14:28:59.010
-1
104,085
[ "architecture", "web-services" ]
3,297,566
1
3,305,289
null
1
457
I've [previously asked](https://stackoverflow.com/questions/3021936/google-web-optimizer-how-long-until-winning-combination) how long it takes for a winning combination to appear on , but now I have another weird problem during an A/B test: For the past two days has Google announced that there was a "" that had a ch...
Google Web Optimizer (A/B Testing) Why no clear winner?
CC BY-SA 2.5
0
2010-07-21T08:47:32.587
2010-07-22T02:08:42.360
2017-05-23T12:17:03.450
-1
199,700
[ "web", "google-website-optimizer", "ab-testing", "web-optimization" ]
3,299,607
1
3,299,791
null
0
724
I'm trying to use LINQ to query the following Entity Data Model ![alt text](https://i.imgur.com/nweFc.png) based on this db model ![alt text](https://i.imgur.com/6TO87.png) I'd like to be able to pull a list of products based on ProductFacets.FacetTypeId. Normally, I'd use joins and this wouldn't be a problem but I ...
LINQ queries with many-to-many tables in Entity Data Model
CC BY-SA 2.5
null
2010-07-21T13:17:13.487
2010-07-21T13:39:29.813
null
null
43,603
[ "linq", "ado.net-entity-data-model" ]
3,300,313
1
3,301,055
null
0
384
![A tiny pointer problem :)](https://i.imgur.com/IBKWi.png) So basically, I have two applications. launches but it remains in memory. When is started it needs to be given a pointer to a object which is stored in the first application. The object represented by the pointer needs to be accessible by applications. I...
Passing a pointer to an object onto a child application
CC BY-SA 2.5
0
2010-07-21T14:28:13.617
2010-07-21T16:08:15.400
2010-07-21T15:26:15.843
160,868
160,868
[ "objective-c", "pointers", "object", "shared-memory" ]
3,302,975
1
null
null
6
583
Everyone loves to display Digg/Tweet/Like badges on their websites, and the [Disqus Comment System](https://web.archive.org/web/20160417025156/http://blog.disqus.com:80/post/789540337/partial-deployment-with-feature-switches) is starting to take over. [](https://i.stack.imgur.com/rp5o1.png) [disqus.com](http://mediacd...
Rating/Voting and Tag APIs, do they exist?
CC BY-SA 4.0
0
2010-07-21T19:21:51.347
2019-08-03T09:06:21.507
2019-08-03T09:06:21.507
4,751,173
169,992
[ "javascript", "ruby-on-rails", "tagging", "rating", "voting" ]
3,303,606
1
7,171,246
null
10
4,178
I have a sprite that animates using a sprite sheet. He is only 16x16, but I want to scale him up to around 64x64 in all its pixel-y goodness! ![alt text](https://i.imgur.com/t6FVnSw.jpg) The results are terrible, of course the browser is anti aliasing it. :/ Thanks! EDIT: No css needed, here is my draw function. ...
Nearest Neighbor rendering in Canvas
CC BY-SA 4.0
0
2010-07-21T20:37:19.637
2018-06-13T18:04:04.273
2018-06-13T18:04:04.273
167,932
167,932
[ "javascript", "html", "canvas", "sprite", "nearest-neighbor" ]
3,303,961
1
3,304,045
null
8
5,660
I'm writing an application with a layered communications interface. This was done to abstract the communications from the user-interface part of the application and also to make it more scaleable/maintainable. For instance: ![alt text](https://i.stack.imgur.com/J9vZI.jpg) Consider each box in the figure above as a s...
Handling Race Conditions in C#
CC BY-SA 3.0
0
2010-07-21T21:20:32.703
2017-07-18T12:59:02.427
2017-07-18T12:59:02.427
4,390,133
214,296
[ "c#", "race-condition" ]
3,305,613
1
null
null
7
3,764
I would like to know what can I do to fix a grid of plots. The plots are arranged in an array so that all the plots in a row have the same Y axis variable and all the plots in a column have the same X axis variable. When joined together in a grid this creates a multiplot. I disable the labels on most of the plots exce...
using grid and ggplot2 to create join plots using R
CC BY-SA 3.0
0
2010-07-22T03:35:14.653
2012-10-09T04:49:05.047
2012-10-09T04:15:12.480
210,945
398,680
[ "r", "ggplot2" ]
3,306,801
1
null
null
0
272
here is the requirement: i have a lable a textbox, and two buttons(+ and - button) on my asp.net page. ![](https://imgur.com/z8Hcz.png) so when i click on the plus button it should add the the whole collection of controls to the page(i.e. lable, textbox and two buttons). And when i click on minus button it should rem...
ASP.NET:Adding a collection of controls dynamically
CC BY-SA 2.5
null
2010-07-22T07:56:02.607
2010-07-22T08:48:54.213
2010-07-22T08:16:57.650
396,506
396,506
[ "c#", "asp.net", "ajax" ]
3,306,920
1
3,306,983
null
6
1,627
I have a form which includes a JQUERY datepicker attatched to an `<input>` on the form. My problem at the moment is that since the input is a text-box, most major browsers attempt to auto-complete entries for the user, which looks very silly over the datepicker: ![(The auto-complete box appearing over the date-picker....
What is the correct way to stop form input boxes auto-completing?
CC BY-SA 2.5
0
2010-07-22T08:12:44.533
2010-07-22T08:22:18.910
2010-07-22T08:21:35.480
352,636
352,636
[ "html", "forms", "autocomplete", "input" ]
3,307,621
1
3,307,685
null
4
18,957
I am working on an application specifically for Samsung Galaxy S(I am not the one making decision here) and they want its layout to be pixel-precise accurate. Can I just use normal 2.1 AVD? So I tried creating WQVGA432 but it looks like this. I'm not sure why the LinearLayout does not fill up the screen but only use u...
How to create AVD that represent Samsung Galaxy S in Eclipse emulator?
CC BY-SA 2.5
0
2010-07-22T09:57:02.660
2012-12-04T16:55:05.553
2017-02-08T14:29:03.060
-1
271,736
[ "android" ]
3,308,615
1
3,308,630
null
6
7,300
Say I have the following HTML: ``` <head> <style> #container { border: 1px red solid; } .floaty { width: 200px; float: left; border: 1px green solid; } </style> </head> <body> <div id='container'> Text inside the container ...
Proper way to contain floating elements using HTML/CSS?
CC BY-SA 3.0
0
2010-07-22T12:06:37.903
2021-05-09T21:45:25.577
2014-02-17T14:31:35.327
18,494
18,494
[ "html", "css" ]
3,309,685
1
3,309,901
null
43
9,451
I am having some trouble understanding the MVC Pattern. I do understand we are trying to decouple the GUI from the business logic, although I'm having problems understanding how. From what I understood, the `View`, is what the user sees. So it generally is the window/form. The `Controller` is inbetween the `View` and ...
Understanding the MVC Pattern
CC BY-SA 2.5
0
2010-07-22T14:04:42.673
2019-08-03T13:09:03.340
2017-02-08T14:24:17.460
-1
130,758
[ "c#", "java", ".net", "winforms", "model-view-controller" ]
3,310,803
1
5,410,546
null
4
13,532
Using [jQuery UI](http://en.wikipedia.org/wiki/JQuery_UI), I have a tabs plugin and within tab 1 gets loaded a page that contains a table and in each row is a link to a dialog. Everything works correctly, save the following: In the dialog is an option to delete the row from which the current dialog was opened from. A...
jQuery UI dialog close doesn't clear dialog
CC BY-SA 4.0
0
2010-07-22T15:56:02.200
2019-11-15T15:23:39.683
2019-11-15T15:23:39.683
183,254
183,254
[ "jquery", "jquery-ui", "jquery-ui-dialog" ]
3,312,321
1
5,152,579
null
6
8,277
I see the option for specifying three files (left, right, and ancestor), but it doesn't seem to be possible to actually the ancestor. ![enter image description here](https://i.stack.imgur.com/tHHau.gif) The bottom pane shows the result of the merge. I'd rather see what the original content was, so I could understand...
How do you do a 3-way merge in FileMerge?
CC BY-SA 3.0
0
2010-07-22T18:53:54.423
2014-03-02T01:38:51.257
2013-07-18T03:37:20.230
null
122,763
[ "macos", "filemerge" ]
3,313,136
1
4,302,571
null
6
209
I have two images of yeast plates: Permissive: ![alt text](https://i.stack.imgur.com/gXmKn.jpg) Xgal: ![alt text](https://i.stack.imgur.com/ilT71.png) The to images should be in the same spot and roughly the same size. I am trying to use one of the images to generate a grid and then apply that grid to the other im...
I need help compensating for the shifting of images when trying to create a grid with one image and apply it on another
CC BY-SA 3.0
null
2010-07-22T20:29:17.223
2015-12-27T08:17:47.863
2015-12-27T08:17:27.903
5,576,310
241,314
[ "perl", "image-processing", "gd" ]
3,317,084
1
3,354,247
null
3
4,160
I'm having an issue querying Solr using the following field type: ``` <fieldType name="text_ci" class="solr.TextField" positionIncrementGap="100"> <analyzer> <tokenizer class="solr.WhitespaceTokenizerFactory"/> <filter class="solr.LowerCaseFilterFactory"/> <filter class="solr.StopFilterFactory" ig...
Solr's SnowballPorterFilterFactory and Wildcard parameters
CC BY-SA 2.5
0
2010-07-23T09:51:19.253
2010-07-28T15:07:33.883
2017-02-08T14:29:04.587
-1
30,317
[ "indexing", "solr", "wildcard", "filterfactory" ]
3,317,303
1
3,317,322
null
1
398
![alt text](https://content.screencast.com/users/mutu23/folders/Jing/media/14ee4061-1d04-422b-91a3-3b53a1f665ae/00000017.png) How can I create this efect with text-shadow?
How can I create this photoshop effect with text-shadow
CC BY-SA 3.0
null
2010-07-23T10:27:06.063
2012-09-20T09:38:21.613
2017-02-08T14:29:04.950
-1
58,839
[ "html", "css", "photoshop" ]
3,319,557
1
3,319,831
null
0
363
Hei guys, I have the following problem: - ![List item](https://content.screencast.com/users/mutu23/folders/Jing/media/be9ad2a2-348e-435a-a52f-9e0df63cd8cb/00000019.png) As I can see those arrows are not aligned with the text, I've tried alot of things but I didn't find a solution, mabe you can help me, here is my cod...
Css list align problems
CC BY-SA 2.5
null
2010-07-23T15:18:17.753
2010-07-23T15:44:52.763
2017-02-08T14:29:05.960
-1
58,839
[ "html", "xhtml", "css" ]
3,321,367
1
3,321,698
null
2
1,041
``` (define pick (lambda (num lat) (cond ((null? lat) (quote())) ((= (sub1 num) 0) (car lat)) (else (pick (sub1 num) (cdr lat)))))) (define brees (quote (a b c d e touchdown g h i))) (pick 6 brees) ``` The language in DrRacket is set to Advanced Student. It also w...
Why does this work in DrRacket but not in Racket from the console
CC BY-SA 2.5
0
2010-07-23T18:47:39.317
2010-08-19T02:05:06.133
2010-08-19T02:05:06.133
102,022
102,022
[ "recursion", "lisp", "scheme", "racket", "the-little-schemer" ]
3,321,772
1
3,321,806
null
13
1,511
I'm trying to add Intellisense to C# code editor based on the richtextbox control. So far, I've got it parsing the entered text to find all variables and their types (works well). The drop down box works well. What I can't get is a proper list of options for the drop-down list box. How can I get the following list,...
Implementing Visual Studio Intellisense
CC BY-SA 3.0
0
2010-07-23T19:38:31.740
2017-08-13T09:09:04.757
2017-08-13T09:09:04.757
4,220,785
20,848
[ "c#", "intellisense" ]
3,322,705
1
3,322,742
null
2
3,512
I'm currently trying to create a ray tracer in C++ but I'm having difficulty writing the .bmp produced at the end. I'm determined to do it manually, so I can learn more about image files and writing them etc. But I'm having some difficulty. I'm fairly new to C++ but have been using Python for a while. I'm almost the...
Difficulty writing a Bmp file in C++ manually (using Xcode)
CC BY-SA 3.0
null
2010-07-23T22:00:19.870
2011-11-26T08:54:13.973
2011-11-26T08:54:13.973
234,976
400,714
[ "c++", "image", "bmp" ]
3,323,028
1
3,323,062
null
0
106
i have a dataset that looks like this: ``` Bin Frequency 6.0 0 5.9 0 5.8 0 5.7 0 5.6 0 5.5 0 5.4 0 5.3 0 5.2 0 5.1 0 5.0 0 4.9 0 4.8 0 4.7 0 4.6 0 4.5 0 4.4 0 4.3 0 4.2 0 4.1 0 4.0 0 3.9 0 3.8 0 3.7 0 3.6 0 3.5 0 3.4 2 3.3 4 3.2 2 3.1 2 3.0 4 2.9 5 2.8 5 2.7 1 2.6 0 2.5 1 2.4 1 2.3 2 2.2 3 2.1 1 2.0 0 1.9 1 1.8 0 1.7 ...
help formatting a google graph URL
CC BY-SA 2.5
null
2010-07-23T23:12:08.030
2010-07-23T23:22:43.473
2017-02-08T14:29:07.683
-1
117,700
[ "url", "image", "graph" ]
3,323,541
1
3,323,754
null
10
7,194
I ordered Programming Windows Fifth Edition a few days ago, and started working with it. I'm starting to learn the win32 api, however, I got a question. The windows do not look modern winxp/win vista/win 7 style at all. How do I fix this? It currently looks like this, crap font and all. ![enter image description her...
How can I make the Win32 API window more modern looking?
CC BY-SA 3.0
0
2010-07-24T02:16:01.220
2014-12-03T05:34:40.117
2013-12-29T00:34:35.657
996,468
293,581
[ "c++", "c", "windows", "winapi", "interface" ]
3,325,625
1
3,325,724
null
14
5,710
I want enchanted syntax coloring in comments for C++ language in Visual Studio 2010. For example, I have the following code: ``` /*! \sa testMeToo() \param a the first argument. \param s the second argument. */ int testMe(int a,const char *s); ``` In Visual Studio all , and other Doxygen commands ...
Visual Studio: Syntax highlighting for Doxygen-style C++ comments
CC BY-SA 3.0
0
2010-07-24T15:20:52.603
2023-01-12T20:07:35.243
2013-03-15T17:07:00.090
401,101
401,101
[ "c++", "visual-studio", "syntax-highlighting", "doxygen" ]
3,327,139
1
3,327,245
null
0
1,708
I want to show the Android version of a [Model Dialog](http://bit.ly/dc3pXu) with text input however I think the keyboard will be behind the actual activity since dialogs weren't made to have inputs. Is there any way I can get the keyboard to show in an actual dialog. I did see [this](http://bit.ly/aqgpOL) SO questio...
Showing Keyboard with Android Dialog
CC BY-SA 2.5
0
2010-07-24T22:20:50.617
2010-07-25T00:16:06.097
2017-02-08T14:29:08.387
-1
354,247
[ "android", "user-interface", "user-input" ]
3,327,866
1
3,328,061
null
0
269
I have to draw a line between two points using quartz. At some point I have this code: ``` CGContextBeginPath(ctx); CGContextMoveToPoint(ctx, lastPoint.x, lastPoint.y); CGContextAddLineToPoint(ctx, currentPoint.x, currentPoint.y); CGContextStrokePath(ctx); ``` This lines will create a hard line between the points c...
iphone - can a bitmap be stamped in a path in quartz?
CC BY-SA 2.5
0
2010-07-25T03:23:05.527
2010-07-25T04:51:00.973
null
null
316,469
[ "iphone", "ipad", "ios4" ]
3,329,597
1
null
null
0
1,274
How can I create a page like this? ![image](https://i.stack.imgur.com/rTGf6.gif) When I click a link in the left side menu a page must be loaded in the content area, but the whole page must not load. How to do this using jquery is there any plugin to do that?
Creating a Vertical menu using jquery
CC BY-SA 3.0
null
2010-07-25T14:45:02.740
2011-12-02T08:45:39.757
2011-12-02T08:45:39.757
146,792
390,836
[ "jquery", "jquery-ui", "menu" ]
3,331,176
1
3,331,372
null
90
146,834
The question is very simple. How to get number of video views with YouTube API? ![enter image description here](https://i.stack.imgur.com/l0OWA.png) The task is simple but I would like to use that query on large number of videos very often. Is there any way to call their Youtube API and get it? (something like faceb...
How to get number of video views with YouTube API?
CC BY-SA 3.0
0
2010-07-25T21:55:37.613
2019-12-06T00:38:10.237
2012-12-19T01:26:00.810
626,833
99,821
[ "javascript", "youtube-api" ]
3,333,599
1
3,333,661
null
4
4,442
I'm trying to build a simple heatmap for one of my sites, but it seems a lot trickier that I thought! 1) 2) I need to track clicks on the site, but unfortunately event.PageX and event.PageY are calculated taking in consideration the whole screen. --- # Examples In the first example a click with coordinate...
Click heatmap and mouse coordinates! - Javascript
CC BY-SA 2.5
0
2010-07-26T09:25:36.257
2010-07-26T09:46:05.363
2010-07-26T09:32:20.437
208,827
208,827
[ "javascript", "jquery", "html", "css", "heatmap" ]
3,335,770
1
3,335,816
null
1
98
I inherited a project with drupal and flash, and I'm pretty noobish on the topic so please don't bash me. What I'm stuck at is that I need to create multiple thumbnails for each uploaded image (5 version to be precise with different settings eg. 150w, 250w,..) I created the presets but I can't seem to understand how i...
Imagecache with amfphp and flash multiple issues
CC BY-SA 2.5
null
2010-07-26T14:26:55.193
2010-07-26T14:33:07.603
null
null
82,098
[ "php", "drupal", "image", "thumbnails" ]
3,336,185
1
3,841,815
null
10
6,501
I can map 1:1 (one-to-one) tables intuitively, like this: ![](https://i.stack.imgur.com/XJvOn.png) But I cannot understand how to do the same mapping between a table and a VIEW, like this ![](https://i.stack.imgur.com/kVAx9.png) In this diagram the two entities are represented. If I manually create an association i...
Entities framework mapping association between view and table
CC BY-SA 2.5
0
2010-07-26T15:12:10.447
2010-10-01T17:59:36.193
2010-10-01T17:59:36.193
12,971
402,169
[ "c#", "entity-framework" ]
3,337,328
1
3,339,345
null
1
395
Given a model like this ![alt text](https://i.imgur.com/6TO87.png) ProductFacets contains the following data: ``` ProductId, FacetTypeId 1, 1 1, 2 2, 1 2, 3 3, 4 3, 5 4, 1 4, 2 ``` I'd like to be able to select all Products which have a FacetTypeId of 1 AND 2. The result set should contain ProductIds 1 and 4
Sql Server 2008 Select From table with AND style conditions in related tables
CC BY-SA 2.5
null
2010-07-26T17:28:59.213
2010-07-27T11:50:21.527
null
null
43,603
[ "sql-server-2008" ]
3,337,450
1
3,338,766
null
1
836
I'm able to save the captured image from a barcode scanner using this code: ``` Microsoft.Win32.SaveFileDialog dlg = new Microsoft.Win32.SaveFileDialog(); dlg.DefaultExt = ".jpg"; dlg.Filter = "JPEG Images (.jpg)|*.jpg|All files (*.*)|*.*"; if (dlg.ShowDialog() == true) { us...
Display captured Jpeg File
CC BY-SA 2.5
0
2010-07-26T17:46:32.753
2011-09-07T17:09:53.460
2017-02-08T14:29:10.483
-1
314,087
[ "c#", "wpf", "jpeg" ]
3,338,277
1
3,425,788
null
2
119
Anyone knows how to build errors like that shown in [Androffice](https://i.stack.imgur.com/NtOdW.png) screenshots on AppBrain ([[http://www.appbrain.com/app/android.androffice][2]](http://www.appbrain.com/app/android.androffice][2]))? I think that I saw errors like that before. Is that built in Android SDK? ![ente...
how to build errors like that shown in Androffice screenshots
CC BY-SA 3.0
0
2010-07-26T19:29:53.543
2012-02-23T16:56:15.897
2012-02-23T16:56:15.897
202,602
202,602
[ "android", "validation" ]
3,338,358
1
3,339,100
null
0
502
We're having this weird bug where if the application is opened and the user changes the windows font size here: ![alt text](https://content.screencast.com/users/CarloToribio/folders/Jing/media/f6791854-d6ad-4aae-a3f8-42e4140ad1aa/2010-07-26_1235.png) When the font size is changed to extra large, one of our controls `...
Windows Font Size screws up WPF application
CC BY-SA 3.0
null
2010-07-26T19:39:51.510
2011-09-07T18:25:46.623
2017-02-08T14:29:10.820
-1
62,642
[ "wpf", "datacontext", "font-size" ]
3,338,699
1
3,339,810
null
4
1,895
In my grid I have data in two columns same for couple of rows. Then again couple of other rows will same with different data.I want make them into alternative sections with colors In below example(image). ``` Rows no 1 to 4 has 'High', 'High'. I want make them gray bgcolor for those rows. Rows no 5 to 8 has 'High','...
how make groups(sections) based on column values in gridview?
CC BY-SA 2.5
0
2010-07-26T20:24:21.267
2010-07-26T23:51:58.727
2017-02-08T14:29:11.163
-1
158,008
[ "c#", "asp.net", "vb.net" ]
3,340,141
1
3,358,868
null
3
2,012
Subject is my real question but i wonder that another issue about web services. What is the key points of web services to return something? 1. Serializable (Because everything converts to XML before adding them to SOAP Message) 2. ? (What should i do for generic class) 3. ?? (How can i put everything (which are seri...
How can I send ArrayList over Web Service?
CC BY-SA 2.5
0
2010-07-27T01:24:59.910
2010-07-29T01:38:15.447
2017-02-08T14:29:12.320
-1
104,085
[ "soap", "web-services", "return-type" ]
3,340,226
1
3,340,240
null
9
7,294
How does one tell the designer the default value of a Property when it is not one of the types supported by `DefaultValue()`? For instance, a `Padding`, or a `Font`. Normally, when you use a Windows Forms control, the default values will be in a normal font in the Properties window, and changed (non-default) values wi...
How does one have the C# designer know the default property for a Padding or other object/struct in C#
CC BY-SA 2.5
0
2010-07-27T01:44:33.377
2014-06-26T23:57:49.603
2017-02-08T14:29:12.713
-1
16,299
[ "c#", "winforms", "visual-studio-2008", "attributes", "default-value" ]
3,340,383
1
4,394,668
null
5
842
I'm looking into Paxos and I'm confused about how the algorithm should behave in this contrived example. I hope the diagram below explains the scenario. ![alt text](https://i96.photobucket.com/albums/l187/allen_a_george/StackOverflow/Strange_Paxos_Scenario.png) A few points: - - `(instance, proposal_num)`- `(instanc...
What is the proper behaviour for a Paxos agent in this scenario?
CC BY-SA 2.5
null
2010-07-27T02:32:13.893
2016-12-13T13:08:07.617
2017-02-08T14:29:13.057
-1
56,332
[ "algorithm", "distributed", "consensus", "paxos" ]
3,341,032
1
3,343,771
null
15
9,769
I have a windows form application that has a background. Within it, I have a flowlayoutpanel with a transparent background. When I scroll, the following happens: ![enter image description here](https://i.stack.imgur.com/8j51m.png) I also see some flickering. I've tried all the doublebuffered business, and it doesn't...
During FlowLayoutPanel scrolling, background distorts + flickers
CC BY-SA 3.0
0
2010-07-27T05:43:50.917
2022-04-18T19:02:18.167
2011-12-05T01:46:33.813
719,186
396,077
[ "c#", "scroll", "transparent", "flicker", "flowlayoutpanel" ]
3,341,900
1
3,342,173
null
3
207
I have the following project structure using a Domain Model, StructureMap and Fluent NHibernate: ![Project Structure](https://yuml.me/diagram/scruffy/class/%5BWebsite%5D-%3E%5BDomain%5D,%20%5BWebsite%5D-%3E%5BStructureMap%5D,%20%5BStructureMap%5D-%3E%5BDomain%5D,%20%5BStructureMap%5D-Get%20concrete-%3E%5BFluent%20NHib...
Why are some references missed when running my application?
CC BY-SA 2.5
null
2010-07-27T08:36:21.520
2011-09-27T15:31:18.147
2017-02-08T14:29:14.763
-1
44,269
[ "visual-studio", "nhibernate", "visual-studio-2010", "fluent-nhibernate", "structuremap" ]
3,342,121
1
3,343,989
null
2
265
I apologize ahead of time, becuase I'm neither great at explaining things nor flow charts. This is not a specific code problem, but a general question on session security. I'm trying to eliminate as many potential problems as possible at once. I think this takes care of: - - - - - I realize the session can still be...
Is this a secure authentication system for an ajax-driven app?
CC BY-SA 2.5
0
2010-07-27T09:07:06.973
2010-07-27T13:17:07.190
2010-07-27T12:19:08.900
216,313
216,313
[ "php", "security", "authentication", "session", "session-hijacking" ]
3,344,350
1
null
null
2
366
How would you map the dashed association using ActiveRecord? Is there any ActiveRecord-way of doing it? What I want is to get all unique available promotions for a particular item. ![Diagram](https://yuml.me/diagram/scruffy/class/%5BItem%5D-%3C%3E%5BPurchaseOption%5D,%20%5BPurchaseOption%5D%3C%3E-%3C%3E%5BPromotion%5D...
Complex ActiveRecord association definition
CC BY-SA 2.5
0
2010-07-27T13:55:49.227
2010-07-27T14:40:18.347
2017-02-08T14:29:15.450
-1
62,368
[ "ruby-on-rails", "activerecord", "associations" ]
3,345,220
1
3,354,641
null
0
1,244
Is there a way to get the content of a component inside a scroller to be at 100% height. here is a simple example: ``` <s:Scroller width="100%" height="100%"> <s:viewport> <s:Group height="100%"> <s:Rect width="10" height="500"> <s:fill> <s:SolidColor color="0xFF0000"/> </s:fill> </s:Rect> <...
Having the content of a s:Scroller viewport at 100% height
CC BY-SA 2.5
0
2010-07-27T15:28:26.070
2010-07-28T15:42:42.853
2010-07-27T15:36:42.400
138,352
138,352
[ "apache-flex", "height", "viewport", "flex4", "scroller" ]
3,346,181
1
3,346,313
null
4
9,778
i am experimenting with html and css and trying to figure out how to make this work... I am just trying to make the #menu float to the right of the h1 but be on the same baseline so... but obviously float:right makes it float to top-right? any way to make it float to bottom-right or align with the bottom of the contain...
css float:right and vertical align?
CC BY-SA 2.5
0
2010-07-27T17:24:23.467
2010-07-27T18:35:49.140
null
null
403,681
[ "html", "css" ]
3,346,280
1
3,354,748
null
0
151
Is it possible to stop the Unloaded, OnApplyTemplate and OnTemplateChanged from triggering when we change the default font size in Windows XP? ![alt text](https://content.screencast.com/users/CarloToribio/folders/Jing/media/f6791854-d6ad-4aae-a3f8-42e4140ad1aa/2010-07-26_1235.png) It's been causing us some problems a...
Unload event when changing font size in Windows XP
CC BY-SA 2.5
null
2010-07-27T17:36:32.253
2010-07-28T15:51:52.370
2017-02-08T14:29:10.820
-1
62,642
[ "wpf" ]
3,347,295
1
3,347,508
null
7
2,574
Screenshot of what is happening: ![Screen shot 2010-07-27 at 3.37.23 PM.png](https://i.stack.imgur.com/OceGc.png) It is just a list item within an underordered list, this is happening in IE7 and nowhere else. ``` <ul> <li>Filler text. Filler text. Filler text. Filler text. Filler text. Filler text. Filler text. Fi...
Disc to left of list item is displayed at bottom
CC BY-SA 3.0
null
2010-07-27T19:40:56.643
2013-12-18T16:12:49.357
2011-10-28T20:54:49.457
757,830
26,130
[ "html", "css" ]
3,347,452
1
4,447,168
null
13
2,172
I was wondering if there's anything like Eclipse Perspectives in Visual Studio (2008 or 2010). For those unfamiliar with Eclipse, here's a [definition of Perspectives](http://www.eclipse.org/articles/using-perspectives/PerspectiveArticle.html): > A perspective is a visual container for a set of views and editors ...
Is there anything like Eclipse Perspective in Visual Studio?
CC BY-SA 2.5
0
2010-07-27T20:00:44.663
2010-12-15T06:03:49.830
null
null
4,386
[ "visual-studio", "eclipse", "perspectives" ]
3,348,818
1
null
null
0
586
If you read the title you read my question correctly. I am wondering how I make my events mimic dayClick so any event selected on that day will select dayClick instead of linking with a url. Just for insight on what I am doing my calendar currently looks like this: ![image](https://i.stack.imgur.com/npjES.png) [ht...
How do I make fullcalendar events pulled by json mimic dayClick?
CC BY-SA 3.0
null
2010-07-27T23:36:53.193
2011-12-04T06:48:50.830
2011-12-04T06:48:50.830
234,976
403,979
[ "fullcalendar" ]
3,349,229
1
3,349,460
null
2
840
I have created a Area class using Linq-to-SQL. Now I want to create a partial class of the same name so I can implement validation. > Error 1 Cannot implicitly convert type '`System.Data.Linq.Table<SeguimientoDocente.Area>`' to '`System.Linq.IQueryable<SeguimientoDocente.Models.Area>`' C:\Users\Sergio\docu...
Error when trying to create a partial class
CC BY-SA 4.0
null
2010-07-28T01:19:58.920
2019-11-03T15:00:19.873
2019-11-03T15:00:19.873
472,495
112,355
[ "c#", "linq-to-sql", "partial" ]
3,349,942
1
3,349,984
null
1
244
I have to select checkboxes besed on group column values. If you see below gridview, column 3 (GroupNo) has 1,1,1,1,2,2,2,2....etc (. ). Now My question is. In every sectio/Group User must and should select minimun 2 check boxes. so If user select only one check box we need to show a pop up message as " Please selec...
Force the user to select minimum two check boxes in each section in gtrid view?
CC BY-SA 2.5
null
2010-07-28T04:24:19.780
2010-07-28T06:22:14.520
2017-02-08T14:29:16.817
-1
158,008
[ "c#", "asp.net", "vb.net" ]
3,350,670
1
3,456,241
null
3
4,009
I have a few SSRS reports running on SQL Server 2008 Web Edition SP1 on my production web server. For some reason, CSV and XML export is not offered to me when viewing my reports in the report viewer. This applies to all reports on that server. As you can see, PDF, Word and Excel still work fine, it's just XML and C...
Why is CSV export missing in my SSRS report?
CC BY-SA 2.5
0
2010-07-28T07:16:33.607
2010-08-11T13:17:30.470
2017-02-08T14:29:17.830
-1
59,301
[ "sql-server", "sql-server-2008", "ssrs-2008", "reporting-services" ]
3,350,892
1
3,357,395
null
75
4,768
I just checked my Chromium task manager and noticed that my `Goats Teleported` count is abnormally high. I thought it might be a good idea to create a browser extension that runs the goat teleportation data through Google Visualizations API and generates some nice reports so I can track it easily and make sure it doesn...
Graph Goat Teleportation Data with Google Vis. API via Chrome Extension
CC BY-SA 4.0
0
2010-07-28T07:53:52.480
2019-08-04T05:11:35.103
2019-08-04T05:11:35.103
4,751,173
886,931
[ "javascript", "google-chrome", "google-chrome-extension", "google-visualization" ]
3,352,469
1
3,353,542
null
2
1,965
I have been using CodeDom to do some code generation. It works great, but I haven't found a way to include the generated source code files in a project. I started using T4 and the [T4Toolbox](http://t4toolbox.codeplex.com) to generate code because it supports integration with project files. Does anyone know if CodeDo...
Can CodeDom add Source Code Files to a Project?
CC BY-SA 2.5
null
2010-07-28T11:43:34.463
2010-07-28T13:53:33.300
2017-02-08T14:29:18.517
-1
402,098
[ "code-generation", "t4", "codedom" ]
3,353,575
1
3,582,188
null
3
1,475
Does anybody know whether one can trigger prism command with a shortcut? What I mean is I want to be able to define binding of a command to keyboard shortcut in declarative manner, like [ClientUI](http://intersoftpt.wordpress.com/2010/04/24/clientui-part-3-comprehensive-mvvm-framework-for-silverlight-development/) does...
Triggering Silverlight Prism command with a keyboard shortcut
CC BY-SA 2.5
0
2010-07-28T13:56:54.890
2013-02-21T14:02:51.657
2017-05-23T12:08:51.063
-1
291,287
[ "c#", "silverlight", "mvvm", "command", "hotkeys" ]
3,353,582
1
3,355,224
null
3
6,300
I have the following LaTeX file. Notice how the item on the description is very long `...foo...`. ``` \documentclass{article} \begin{document} \begin{description} \item[foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo] bar \item[baz] bang \end{d...
LaTeX - Description list - Split the item across multiple lines
CC BY-SA 2.5
0
2010-07-28T13:58:20.870
2010-07-28T16:42:58.280
null
null
161,922
[ "latex", "tex", "text-formatting" ]
3,353,858
1
3,354,410
null
0
276
I have a LaTeX document like this: ``` \documentclass{article} \begin{document} \section{1} \section{2} \section{3} \section{4} \section{5} \section{6} \section{7} \section{8} \section{9} \section{10} \section{11} \section{12} \section{13} \section{14} \section{15} \section{16} \section{17} \section{18} \section{19} ...
LaTeX - Lots of sections (with no content) running of the edge of the page?
CC BY-SA 2.5
null
2010-07-28T14:26:57.327
2023-01-07T03:54:01.073
null
null
161,922
[ "latex", "tex", "text-formatting" ]
3,355,058
1
3,355,170
null
33
24,820
I'd like to center a list of left-aligned items. This is what I currently have: ``` <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Shrinkwrapped List</title> <style type="text...
Can I center a <ul> with left-aligned <li>s?
CC BY-SA 2.5
0
2010-07-28T16:24:45.593
2022-07-02T21:45:14.647
2017-05-23T12:25:42.303
-1
307,338
[ "html", "css" ]
3,355,252
1
3,355,351
null
0
92
I have the following table structure: ![alt text](https://imgur.com/KUIQj.png) I'm trying to populate a combobox of all the Jefes when editing an Area. Meaning I can change who's in charge of an area. Here is my AreaController.cs code: ``` public ActionResult Edit(int id) { Area area = areaRepos...
Help me create a dropdownlist of all Jefes in my database!
CC BY-SA 2.5
null
2010-07-28T16:45:28.417
2010-07-28T17:00:56.113
null
null
112,355
[ "c#", "asp.net-mvc-2", "drop-down-menu" ]
3,356,338
1
null
null
0
551
I have a table with one TR and two TDs, one of the TDs has more content (i mean with content: other sub tables) than the other one, this results the following: the TD with the little content stay shrinked (its content stay as is, not expanded) and this happens in case of IE only, firefox and google chrome are fine, bo...
how to expand content for a TD to cover 100% of its height (IE)
CC BY-SA 2.5
null
2010-07-28T18:54:53.133
2011-04-08T05:50:26.710
2017-02-08T14:29:20.230
-1
359,687
[ "html", "css" ]
3,357,850
1
3,357,864
null
16
7,212
I'm working on a web application that is using Forms authentication. ``` <authentication mode="Forms"> <forms slidingExpiration="true" loginUrl="~/User.aspx/LogOn" timeout="15" name="authToken" /> </authentication> ``` I'm seeing this cookie set in my browser when I log in: !...
Does Forms Authentication work with Web Load Balancers?
CC BY-SA 2.5
0
2010-07-28T21:53:29.930
2015-11-10T10:35:56.990
2017-02-08T14:29:21.270
-1
402,098
[ "asp.net", "cookies", "session" ]
3,358,188
1
3,358,419
null
1
2,396
I have a tableview that is successfully incorporating an NSFetchedResultsController. However, I need the topmost cell in my tableview to read, "Add new object" and have UITableViewCellEditingStyleInsert instead of the default UITableViewCellEditingStyleDelete. The FetchResultsController wants to check the managedObjec...
How can I insert new objects at top of UITableView backed by Core Data/NSFetchedResultsController?
CC BY-SA 2.5
0
2010-07-28T22:52:57.390
2010-08-02T18:24:29.327
2017-05-23T12:33:39.247
-1
404,767
[ "core-data", "uitableview" ]
3,358,379
1
3,367,873
null
0
103
I have a list of textual descriptions, each of which a user must score on a scale of 1-5. The number of textual descriptions is variable, so I can't just define a static Grid in XAML. The following image shows approximately what I'm after: ![alt text](https://imgur.com/mPfsQ.png) In ASP.NET, I could bind my list of...
Display a variable-sized collection of TextBlocks/ComboBoxes in Silverlight 3
CC BY-SA 2.5
null
2010-07-28T23:30:38.893
2010-07-31T11:10:44.560
2010-07-31T11:10:44.560
17,516
731
[ "silverlight", "silverlight-3.0" ]
3,359,676
1
3,359,701
null
0
1,598
I am sending an object that i generated within a class from the server as a result of web service call. [](https://i.stack.imgur.com/iaUGU.png) it is returning with __type and it's other attributes from server. ![alt text](https://www.freeimagehosting.net/) I want to add some function to this object to call from ...
how can i add a function to json object which has __type attribute?
CC BY-SA 4.0
null
2010-07-29T05:22:59.707
2019-08-04T11:04:11.623
2019-08-04T11:04:11.623
4,751,173
104,085
[ "javascript", "jquery", "function" ]
3,359,910
1
3,367,701
null
1
508
I following the book "DOM Scripting" by Jeremy Keith and I have hit a wall in trying to get a small image gallery to render correctly in Internet Explorer 6/7. I have 4 thumbnails which load in a placeholder when clicked using the following code: ``` function showPic(whichpic) { if (!document.getElementById("plac...
Internet Explorer Javascript Image Problem
CC BY-SA 2.5
null
2010-07-29T06:17:59.520
2010-07-29T23:17:20.657
2010-07-29T22:50:39.687
196,834
196,834
[ "javascript", "internet-explorer", "image" ]
3,363,208
1
3,363,437
null
4
3,396
For my own edification, I decided to test the comparative speeds of DataTable.ImportRow vs DataTable.Merge. I found that DataTable.ImportRow was largely slower than DataTable.Merge. On rare occasion, the two functions had an equal processing time. On even rarer occasions, ImportRow was faster than Merge. Below are my...
ImportRow vs Merge Speed Question
CC BY-SA 2.5
null
2010-07-29T13:53:07.117
2010-07-29T14:43:33.303
2010-07-29T14:43:33.303
null
null
[ "c#", "merge", "datatable" ]
3,365,119
1
3,366,139
null
3
1,755
I have setup a UITableView (320 wide) with a UITableViewCell created in IB, the cell is also 320 wide. After setting a background image (320 wide) in UITableViewCell (or my subclass to be correct) I have noticed that the cells fall short of the right hand side of the UI (notice the blue on the selected cell and the gre...
UITableViewCell strange width?
CC BY-SA 2.5
0
2010-07-29T16:59:39.033
2010-07-29T20:38:31.227
2017-02-08T14:29:22.620
-1
164,216
[ "iphone", "objective-c", "cocoa-touch" ]
3,367,897
1
3,367,967
null
3
140
I am trying to remove a massive amount of cruft from a .NET 3.5, VS2008 project and I am somewhat confused as to what gets compiled into an EXE and what isn't. So for instance, if I double click on my Resources.Resx file, i get the following: ![alt text](https://i.imgur.com/eFlqN.png) As you can see it states that t...
Confused about resources in a .NET project
CC BY-SA 2.5
null
2010-07-30T00:05:59.507
2010-07-30T00:32:17.680
null
null
9,382
[ "c#", "visual-studio-2008", ".net-3.5", "resources" ]
3,370,342
1
3,370,350
null
1
247
We're having a problem with a side pane that is floated to the right. This pane somehow resizes the first div in the main content, so the div is stretched to the same height as the pane, see illustration below. The main div has the following css ``` margin: 10px 280px 0 10px; padding-right: 50px; ``` The side pane ...
CSS float bug with side pane resizing main content
CC BY-SA 2.5
null
2010-07-30T09:47:21.680
2012-07-06T12:50:35.047
2017-02-08T14:29:25.030
-1
138,023
[ "html", "css", "css-float" ]
3,371,619
1
3,473,863
null
5
5,569
We have a general organizational table structure, think of it s a Tree or Pyramid Hierarchy. We basically have multiple "trees" we want to show. On for one company, one for another ETC. Does anyone know of a good way to display this data? SQL Query would be nice, doubt it would be possible, but I wouldn't be...
SQL Server Query or Tool to show Hierarchical Data
CC BY-SA 2.5
0
2010-07-30T12:59:45.700
2019-08-06T03:08:27.590
2017-02-08T14:29:25.733
-1
256,793
[ "sql-server-2008", "hierarchical-data" ]
3,372,804
1
3,398,765
null
1
309
I am having a problem identifying a label on a jQuery generated page. This is the code of the page (as seen in firebug). ![alt text](https://i186.photobucket.com/albums/x259/alastair_hm/labelfind.png) I am trying to find it using this statement, ``` assert(browser.label(:id, "acms-ws-select-label").exists?) ``` Put...
Trouble find elements with fireWatir on a JQuery created page
CC BY-SA 2.5
null
2010-07-30T15:11:13.967
2010-08-03T16:50:00.020
2017-02-08T14:29:26.080
-1
96,534
[ "jquery", "firefox", "watir", "firewatir" ]
3,372,889
1
3,902,447
null
0
2,274
I'm having a problem with overflow and width in Google Chrome/Webkit. This is a follow-up question on [this question](https://stackoverflow.com/questions/3370342/css-float-bug-with-side-pane-resizing-main-content/), there you will find the CSS. I need to have `visibility: hidden` to fix the problem in the first questio...
WebKit and overflow: hidden affecting width
CC BY-SA 2.5
null
2010-07-30T15:20:05.770
2012-03-25T19:44:44.853
2017-05-23T12:01:33.300
-1
138,023
[ "css", "webkit", "width", "overflow", "column-width" ]
3,373,544
1
null
null
2
1,165
I have an existing database containing an article and a blog table. These have common columns such as title, author repeated in the two tables. I want to utilise entity framework to create a Content entity that pulls in the common properties so i can inherit the Content entity in the Article and Blog entity. The idea...
Inheritance in entity framework - Table per concrete class?
CC BY-SA 2.5
null
2010-07-30T16:38:20.637
2012-10-27T00:15:52.120
2017-02-08T14:29:27.457
-1
406,922
[ "c#", "entity-framework-4" ]
3,373,636
1
3,374,381
null
7
12,755
I learn about HTTP and need some examples of HTTP PUT method structure, something like this one for HTTP POST method ![alt text](https://lh4.ggpht.com/_RSAcQDBgwRA/TFMBctrKVXI/AAAAAAAAAQg/SNjVtgThW8I/Screenshot.png) Can you tell me some, thanks!
HTTP PUT method structure example
CC BY-SA 2.5
0
2010-07-30T16:48:57.687
2010-07-30T18:31:31.867
2017-02-08T14:29:27.813
-1
399,104
[ "http" ]
3,374,523
1
3,374,994
null
0
266
When I put an image inline in a table cell, like this: ``` <table border="1" cellspacing="5" cellpadding="5"> <tr> <td> <img width="20" height="20">Text </td> <td> Text </td> </tr> </table> ``` …it shifts the vertical alignment of the text in that cell, like this: ![](https://i.imgur.com/uFCYd.png) ...
Vertical text alignment alongside images
CC BY-SA 2.5
null
2010-07-30T18:56:28.647
2017-01-17T12:51:53.563
2017-01-17T12:51:53.563
4,370,109
84,745
[ "html", "css", "html-table", "alignment" ]
3,377,720
1
null
null
184
220,479
I'm working on a [ColdFusion](http://en.wikipedia.org/wiki/ColdFusion) project for a while now, and Visual Studio started to behave strange for me at least. I observed that when I started debugging, it built the project, it started the deploy, and the deploy finished and it was starting to load symbols for my project....
Visual Studio loading symbols
CC BY-SA 3.0
0
2010-07-31T10:34:06.303
2021-09-04T20:42:17.493
2013-04-17T18:03:23.837
664,177
287,067
[ "visual-studio", "debugging", "debug-symbols" ]
3,378,197
1
null
null
6
2,030
I am developing a small app that display the active mounts in a menu in the NSStatusBar. So far it looks like this: ![app displaying active mounts](https://www.freeimagehosting.net/uploads/9ab690d5eb.png) I want to add an eject button to the right of each menu item (like the left bar in the Finder). I know that I hav...
Cocoa custom view for NSMenuItem
CC BY-SA 4.0
null
2010-07-31T13:00:59.120
2018-08-03T19:44:56.140
2018-08-03T19:44:56.140
1,265,393
null
[ "cocoa", "nsview", "nsmenuitem" ]
3,379,081
1
null
null
0
398
I'm using Chrome-compatible [SRWare Iron](http://www.srware.net/en/software_srware_iron.php) 5.0.381 on XP, and was checking out what Chrome has to offer to developers, EG inspecting the contents of the DOM of a currently-loaded web page. But when I hit , the bar is totally empty: ![screenshot of empty toolbar](https:...
Why is Dev Tools bar empty?
CC BY-SA 3.0
null
2010-07-31T17:21:32.687
2013-05-29T13:19:56.033
2013-05-29T13:19:56.033
331,508
1,196,889
[ "google-chrome", "chromium", "srware-iron" ]
3,379,994
1
3,380,076
null
4
2,396
![alt text](https://i.imgur.com/aD1Qo.jpg) ![alt text](https://i.imgur.com/FSOYB.jpg) --- I guess it might have something to do with dividing the box in units styled with float:left, and each unit would have a border if on a boxes border. Help would be very appreciated =)
Any ideas on how I could implement a grid-view in CSS? - CSS
CC BY-SA 2.5
0
2010-07-31T22:19:04.670
2010-07-31T22:46:53.930
null
null
208,827
[ "html", "css", "gridview", "datagrid" ]
3,380,561
1
3,380,607
null
2
109
I have a Sql Server 2005 table with following data: ![alt text](https://i.imgur.com/NRP7d.png) idHearing is the primary key (identity), idCase is a foreign key that may duplicate. StartDate and StartTime specify the date and time of the event - both fields are of DateTime type (for whatever reason these are separate...
How to perform a select in a single statement?
CC BY-SA 2.5
null
2010-08-01T02:54:05.397
2010-08-01T03:26:09.077
2010-08-01T03:15:37.933
135,152
9,382
[ "sql", "sql-server", "sql-server-2005", "tsql", "view" ]
3,381,817
1
3,381,824
null
30
70,146
I need to develop a program in Java to solve some integrals. Integrals like this: ![alt text](https://upload.wikimedia.org/math/1/8/4/1845918e723ad0b5874fa2fb77870925.png) I've looked for some functions to do this, in java.Math but I didn't find anything. Has anyone an idea to get a solution for this? (Maybe some ex...
Solve an Integral in Java
CC BY-SA 4.0
0
2010-08-01T11:24:09.720
2020-01-03T22:13:47.700
2020-01-03T22:13:47.700
6,461,462
333,348
[ "java", "math" ]
3,382,290
1
3,382,333
null
3
4,091
I'm using vhochstein's fork of active_scaffold, which runs quite nicely on rails 3, except for a few small bugs - [http://github.com/vhochstein/active_scaffold](http://github.com/vhochstein/active_scaffold). In rails 2.3, the following code disables a link: ``` return "<a class='disabled'>#{text}</a>" unless authoriz...
rails 3 is printing html tags to screen instead of rendering them
CC BY-SA 2.5
null
2010-08-01T14:00:36.263
2012-05-31T09:46:29.920
2017-02-08T14:29:29.537
-1
227,863
[ "ruby-on-rails", "activescaffold", "ruby-on-rails-3" ]
3,384,030
1
null
null
1
283
i have a listview with a bunch of items in it, each item has its own background, the problem is that if i only have one item in a list, the rest of the "empty" slots of the list is black. I tried applying a background around the listview and also on the view that sorrounds it (relativeView) and i get a strange margin a...
backgrounds in listview
CC BY-SA 2.5
0
2010-08-01T22:44:28.777
2013-04-18T09:32:41.590
2017-02-08T14:29:29.877
-1
267,822
[ "android", "android-listview" ]
3,384,046
1
3,385,124
null
7
132
I have an element that contains two span tags that each contain some text. The container element sets a font size, then the font size on the second span tag is set to a lower size. When the second span is reduced in font size, the space between the line and the next block element is increased. This occurs in both WebKi...
CSS: Why does reducing the font size of an adjacent inline element increase the overall leading?
CC BY-SA 2.5
0
2010-08-01T22:51:45.377
2010-08-02T05:02:35.297
2017-02-08T14:29:30.213
-1
98,389
[ "css" ]
3,384,119
1
3,393,572
null
2
9,430
I've searched similar topics but haven't found what I need.. I extended Users model with UserAttributes model, some additional fields added and etc.. now I'm trying to make ModelForm out this.. so I have a little problem in here.. I WANT TO list groups as a ChoiceField not a MultipleChoiceField.. It's a requirement ...
Django users: get list of group, or how to convert MultipleChoiceField to ChoiceField
CC BY-SA 2.5
null
2010-08-01T23:15:41.990
2010-08-03T12:11:56.003
2010-08-02T01:08:15.320
310,662
310,662
[ "python", "django" ]
3,384,507
1
3,384,636
null
4
22,422
I'm trying to add a control(Label) inside of a panel. Please see the code: ``` using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace AddControlProgramatically { public parti...
How to add a control to a Form programmatically?
CC BY-SA 3.0
0
2010-08-02T01:40:08.643
2019-06-24T00:53:53.720
2013-02-04T11:46:55.043
124,119
396,335
[ "winforms", "c#-3.0" ]
3,384,516
1
3,385,207
null
1
792
I have started working on what I expect to become, by far, the largest project I’ve ever done, and I’ve come to the conclusion that I really need to start using some kind of version control beyond my current dated zip files and a txt file of comments. I’ve looked into a number of different options but I’m just not find...
Simple GUI Revision Control
CC BY-SA 3.0
0
2010-08-02T01:43:54.393
2013-04-18T09:52:46.133
2013-04-18T09:52:46.133
664,177
408,235
[ "version-control" ]
3,387,101
1
3,387,172
null
2
4,151
I have a html tag with inline CSS style like: `<body><div style="position:absolute;top:100px;"></body>` and I want to override this inline position property. So, I wrote a CSS rule like this: `body > div[style]{position:relative !important;top:0px !important;}` The above code works in Firefox. But in IE7 it does no...
Overriding inline CSS styles in IE7
CC BY-SA 2.5
null
2010-08-02T11:05:07.697
2010-08-02T11:28:15.293
2017-02-08T14:29:31.233
-1
42,372
[ "html", "css", "inline-styles" ]
3,388,598
1
3,388,666
null
1
219
does anyone know what component this app is using??? ![enter image description here](https://i.stack.imgur.com/FJZvI.jpg) I know it use uipagecontrol to control the page but i don't know what they use to control the button
need help with iphone movable button?
CC BY-SA 3.0
null
2010-08-02T14:16:13.537
2011-07-26T15:44:55.330
2011-07-26T15:44:55.330
null
408,721
[ "iphone", "user-interface" ]
3,389,764
1
null
null
1
192
I have a Article and Blog tables that I want to represent as a Content Entity. I have mapped both tables to the Content entity however when I query using a ObjectSet.Take(20) only the article table is being hit in the dbase. Am i wrong in thinking (hoping) the query should look where contentType = 1 and 2? Ta SQL que...
Entity Framework Multiple Table to Single Entity isnt querying both tables
CC BY-SA 2.5
0
2010-08-02T16:35:00.530
2012-01-13T10:34:07.867
2017-02-08T14:29:31.577
-1
406,922
[ "c#", "entity-framework" ]
3,389,938
1
3,393,063
null
27
17,446
I'm using the `TabControl` class in WPF and I've noticed that the content of each `TabItem` has a default margin of 4 pixels on all sides. Sample code: ``` <Window x:Class="TabControlPadding.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/...
How to remove the default margin on the content of a TabItem?
CC BY-SA 3.0
0
2010-08-02T16:53:21.523
2013-04-27T23:57:59.590
2013-02-11T13:18:55.853
8,705
8,705
[ "wpf", "tabcontrol", "margin", "tabitem" ]
3,389,981
1
3,390,197
null
1
82
I'm currently working on a website, and when I test the website locally, everything looks fine, but when I test the website over an RDP connection to the the styles handling is all jacked around. The fonts are all fixed height, the browser settings haven't changed, I just refreshed the page after I reconnected over R...
Looking for a way to disable special handling of CSS on IE8 over an RDP connection?
CC BY-SA 2.5
null
2010-08-02T16:58:23.387
2010-08-02T17:25:25.027
null
null
135,786
[ "html", "internet-explorer-8", "remote-desktop" ]
3,390,255
1
3,398,627
null
0
2,939
I have a Telerik RadGrid on my aspx web page. I notice that when I run my web application I get an extra space at the end as the below picture illustrates. I'm not sure why this shows up, I checked the markup and there is no extra column, hidden or otherwise, after the last column with the Drop link. I also looked a...
Extra space at the end of a Telerik RadGrid
CC BY-SA 2.5
null
2010-08-02T17:33:14.420
2010-08-03T16:34:05.117
2017-02-08T14:29:31.917
-1
94,541
[ "asp.net", "html", "visual-studio", "telerik" ]
3,392,407
1
3,392,427
null
3
89
![alt text](https://imgur.com/x8Xi7.png) How do I switch off this bottom bit? Can't seem to find it in the docs, can do just about everything else... ``` config.??? = false; ``` Answers on a postcard boys and girls. :D
How do I switch off this part of CK editor?
CC BY-SA 2.5
null
2010-08-02T22:52:10.950
2010-08-02T22:56:17.477
2010-08-02T22:55:13.140
339,850
269,404
[ "javascript", "jquery", "richtextbox", "ckeditor", "config" ]
3,393,918
1
3,394,241
null
9
10,604
I am using a gallery layout in my application. It is working when the user moves the pictures in the gallery from left to right (it is infinite that means elements are repeated again). But when the user moves from right to left and reaches the first element, it doesn't. After then no elements are coming. But I want to ...
How to implement an endless gallery in Android?
CC BY-SA 3.0
0
2010-08-03T05:59:00.450
2014-02-27T13:11:24.787
2013-01-11T13:38:16.937
368,354
254,790
[ "android", "gallery", "adapter" ]
3,394,289
1
3,395,484
null
47
8,886
My team is currently thinking of moving our existing MDI-based application to a more modern, docking-based approach. We're still thinking, but we'd like to move it to something like VS2010's docking and visual look: ![VS2010 UI and docking screenshot](https://i.stack.imgur.com/a1m1x.png) This has the following featu...
Recommendations for a docking library for Delphi / C++Builder?
CC BY-SA 3.0
0
2010-08-03T07:06:05.403
2014-08-19T13:46:03.567
2014-08-19T13:46:03.567
121,689
121,689
[ "delphi", "c++builder", "dock", "dockpanel-suite" ]
3,396,485
1
5,171,066
null
9
5,025
Whenever I open some help within eclipse I get a page saying: > Server Error. The following error occurred: [code=CANT_CONNECT_LOOPBACK] Cannot connect due to potential loopback problems I'm running Ubuntu 10.04. Any ideas what this can be? Some commands outputs (some private info replaced): ``` $ ifconfig -a eth...
Eclipse help won't show under Ubuntu
CC BY-SA 2.5
0
2010-08-03T12:36:25.210
2011-03-02T17:22:38.123
2010-09-01T06:43:44.547
377,031
377,031
[ "eclipse", "ubuntu" ]