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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1,668,033 | 1 | null | null | 10 | 3,598 | I have a scenario where I need to localized values of objects in my database.
Let's say you have an application that can create animals, if the user is english the value of the "Name" property of an animal would be entered as "Cat" in the UI whereas it would be entered as "Chat" in french.
The animal culture table wo... | Localized tables and Entity Framework | CC BY-SA 3.0 | 0 | 2009-11-03T15:27:48.350 | 2014-06-07T13:41:36.907 | 2017-02-08T14:16:54.150 | -1 | 88,118 | [
"c#",
"entity-framework",
"entity",
"culture"
] |
1,670,970 | 1 | 3,933,416 | null | 1,391 | 894,445 | I have two branches. Commit `a` is the head of one, while the other has `b`, `c`, `d`, `e` and `f` on top of `a`. I want to move `c`, `d`, `e` and `f` to first branch without commit `b`. Using cherry pick it is easy: checkout first branch cherry-pick one by one `c` to `f` and rebase second branch onto first. But is the... | How to cherry-pick multiple commits | CC BY-SA 3.0 | 0 | 2009-11-04T00:07:03.587 | 2023-01-30T16:34:30.130 | 2012-09-28T19:02:45.270 | 356,895 | 96,823 | [
"git",
"git-rebase",
"cherry-pick"
] |
1,671,210 | 1 | 1,703,359 | null | 1 | 10,178 | I am working on an ongoing project where I want to align the links of a chain so that it follows the contours of a Bezier curve. I am currently following the steps below.
1. Drawing the curve.
2. Use a display list to create one link of the chain.
3. Use a FOR loop to repeatedly call a function that calculates the an... | How to rotate object around local axis in OpenGL? | CC BY-SA 3.0 | null | 2009-11-04T01:27:45.803 | 2015-06-21T09:37:20.967 | 2015-06-21T09:36:03.957 | 815,724 | 129,917 | [
"opengl"
] |
1,675,502 | 1 | null | null | 0 | 1,150 | I've been looking into the Android SDK's example of the [SearchableDictionary](http://developer.android.com/guide/samples/SearchableDictionary/index.html) for a while now, but I'm still not sure if that is the right approach.
The problem is, that I want to fill my hint list (see picture below) with data, which I will ... | Android: SearchBox -> fill hint list dynamically with data received via HTTP/JSON | CC BY-SA 2.5 | 0 | 2009-11-04T17:46:03.620 | 2009-11-09T14:29:52.697 | 2017-02-08T14:16:56.010 | -1 | 184,367 | [
"java",
"android",
"json",
"http",
"android-contentprovider"
] |
1,676,924 | 1 | 1,676,974 | null | 12 | 96,044 | I would like to select an element inside the td of one of my tables but I don't really understand the syntax.
This is what I tried:
```
$("table > td:#box")
```
This is a sample of my table structure:
```
<div id="main">
<div id="today">
<table id="list" width="100%" cellpadding="4" cellspacing="0" border="0" ... | JQuery select an element inside a td | CC BY-SA 3.0 | 0 | 2009-11-04T21:55:31.273 | 2016-11-15T22:37:40.880 | 2015-06-21T00:49:05.157 | 1,159,643 | 83,475 | [
"jquery",
"css-selectors"
] |
1,676,882 | 1 | 1,752,092 | null | 2 | 1,426 | I'm making a sample GUI for a new application we are developing at work. The language has already been decided for me, but I am allowed to use any 3rd party DLLs or add-ins or whatever I need in order to make the GUI work as seamlessly as possible.
They want it very mac/ubuntu/vista/Windows 7-like, so I've come up wi... | .NET graphics Ghosting | CC BY-SA 2.5 | 0 | 2009-11-04T21:48:41.047 | 2009-11-19T18:42:29.773 | 2017-02-08T14:16:56.370 | -1 | 202,848 | [
".net",
"vb.net",
"winforms",
"graphics",
"drawing"
] |
1,678,068 | 1 | 1,678,189 | null | 6 | 1,496 | I would like to understand why on .NET there are nine integer types: `Char`, `Byte`, `SByte`, `Int16`, `UInt16`, `Int32`, `UInt32`, `Int64`, and `UInt64`; plus other numeric types: `Single`, `Double`, `Decimal`; and all these types have no relation at all.
When I first started coding in C# I thought "cool, there's a `... | .NET primitives and type hierarchies, why was it designed like this? | CC BY-SA 2.5 | null | 2009-11-05T03:02:47.577 | 2009-11-05T22:14:33.320 | 2017-02-08T14:16:57.057 | -1 | 39,923 | [
"c#",
".net",
"primitive"
] |
1,679,168 | 1 | 1,679,186 | null | 0 | 516 | I have a requirement like follows,

in this there will be list of user names with some status icons on there left in one row...
when it receive clicked event i need to change the background color to visualize that it is selected... i tried e... | Totally confuse about creating an GTK+C widget | CC BY-SA 2.5 | null | 2009-11-05T08:44:39.433 | 2009-11-05T14:36:11.933 | 2017-02-08T14:16:58.190 | -1 | 314,247 | [
"gtk"
] |
1,679,819 | 1 | 1,680,483 | null | 3 | 3,364 | I made some changes in the sourcecode for a project hosted on codeplex.
I'm not an author or editor on the project - just a user.
But I'd like to submit the changes as a patch.
Codeplex has a nice way to do upload the patch...

How can I generate a patch or a diff, from withi... | How can I generate a diff from within Visual Studio for a codeplex project? | CC BY-SA 2.5 | null | 2009-11-05T11:03:31.363 | 2009-11-05T13:13:33.787 | 2009-11-05T12:31:04.290 | 48,082 | 48,082 | [
"visual-studio",
"diff",
"patch"
] |
1,680,195 | 1 | null | null | 0 | 1,501 | i start a mfc application with a dialog window i debug it (nothing added) and i give me an linker error
i run it on release mod and it worked
my OS is windows 7
what should i do
error:
```
LINK : fatal error LNK1000: Internal error during IncrBuildImage
1> Version 9.00.21022.08
1> ExceptionCode = ... | visual studio 2008 MFC linker error | CC BY-SA 3.0 | null | 2009-11-05T12:17:47.917 | 2015-06-21T00:59:27.503 | 2015-06-21T00:59:27.503 | 1,159,643 | 189,646 | [
"visual-studio-2008",
"mfc"
] |
1,681,684 | 1 | 1,682,095 | null | 3 | 2,269 | I am just curious if this is right, or bad practice? (i.e. using a class method to alloc/init an instance)? Also am I right in thinking that I have to release the instance in main() as its the only place I have access to the instance pointer?
```
// IMPLEMENTATION
+(id) newData {
DataPoint *myNewData;
myNewDat... | Object allocation from class method? | CC BY-SA 2.5 | null | 2009-11-05T16:16:43.120 | 2009-11-06T02:45:42.957 | 2017-02-08T14:16:58.547 | -1 | 164,216 | [
"objective-c",
"cocoa"
] |
1,684,004 | 1 | 1,684,521 | null | 8 | 6,800 | I'm having trouble with memory fragmentation in my program and not being able to allocate very large memory blocks after a while. I've read the related posts on this forum - mainly [this](https://stackoverflow.com/questions/60871/how-to-solve-memory-fragmentation) one. And I still have some questions.
I've been using... | Heap fragmentation and windows memory manager | CC BY-SA 4.0 | 0 | 2009-11-05T22:11:41.967 | 2022-11-21T19:42:10.453 | 2022-11-21T19:42:10.453 | 44,729 | 76,804 | [
"c++",
"windows",
"memory-management"
] |
1,685,079 | 1 | 1,685,526 | null | 8 | 24,634 | I am looking for Eclipse themes that are similar to the following and support Python/xhtml/css/js by default.

| Color Themes For Eclipse Python Development | CC BY-SA 3.0 | 0 | 2009-11-06T02:40:47.417 | 2015-06-21T00:51:11.070 | 2015-06-21T00:51:11.070 | 1,159,643 | 122,032 | [
"python",
"eclipse",
"themes"
] |
1,686,265 | 1 | 1,688,530 | null | 3 | 9,711 | Is there any subroutine, in [MATLAB](http://en.wikipedia.org/wiki/MATLAB), that takes in a list of points, and return me a good mesh that I can use to show to my colleagues, such as this?

Actually, all I need is just a simple ... | Mesh Generation in MATLAB | CC BY-SA 2.5 | null | 2009-11-06T08:45:49.000 | 2011-03-30T12:21:58.840 | 2017-05-23T12:33:39.607 | -1 | 3,834 | [
"matlab",
"mesh"
] |
1,686,852 | 1 | 1,802,160 | null | 3 | 2,535 | Below is the link
[How to insert,delete,select,update values in datagridview in C# using MYSQL](https://stackoverflow.com/questions/1518946/how-to-insert-delete-select-update-values-in-datagridview-in-c-using-mysql)
which has the code to connect to a MySQL datbase from a Windows application. It works fine in Windows ... | Can't connect to MySQL for .NET application deployed in Wine using Ubuntu | CC BY-SA 3.0 | null | 2009-11-06T10:55:41.227 | 2015-06-21T01:08:57.080 | 2017-05-23T10:34:18.037 | -1 | 128,036 | [
"c#",
"mysql",
"ubuntu",
"mono",
"wine"
] |
1,688,902 | 1 | 1,688,935 | null | 0 | 616 | I have something that looks like this:

As you can see, "Blambo" is a JLabel with an opaque, red background. The label sits on top of a little grey bar that has a single pixel blackish border all the way around it. I'd like my red warning to match the bar it's sitting... | How can I resize the background of a JLabel or apply top and bottom borders only? | CC BY-SA 3.0 | null | 2009-11-06T16:56:12.847 | 2015-06-21T00:37:51.527 | 2015-06-21T00:37:51.527 | 4,099,598 | 45,077 | [
"java",
"swing",
"jlabel"
] |
1,691,630 | 1 | 1,691,742 | null | 1 | 22,912 | I am with a little problem with the arrow image of a ComboBox control (AjaxControlToolkit).
I define this style:
```
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
margin: 0;
padding: 0;
background-image: url(../icons/windows-arrow.gif);
background-position: top ... | AjaxControlToolkit, ComboBox style | CC BY-SA 2.5 | 0 | 2009-11-07T01:43:55.703 | 2021-01-14T19:23:10.873 | 2011-03-31T18:08:54.617 | 275,404 | 203,666 | [
"asp.net",
"css",
"combobox",
"ajaxcontroltoolkit"
] |
1,692,527 | 1 | 1,692,633 | null | 2 | 1,898 | I have
```
a =
54.1848
50.0456
99.9748
83.1009
63.1457
91.7577
64.0805
48.2090
75.7711
t =
79.7077
31.0913
14.9389
10.8303
16.4844
26.8465
41.6946
77.3369
186.3246
```
How can make a simple line plot with `a` on `y axis` and `t` on `x axis`?
`plot (a,t)` give... | How to make a basic line plot in MATLAB? | CC BY-SA 2.5 | null | 2009-11-07T09:19:07.040 | 2009-11-08T21:20:33.837 | null | null | 113,124 | [
"matlab",
"graph",
"plot"
] |
1,698,355 | 1 | 1,699,184 | null | 8 | 5,623 | I am hoping to obtain some some help with 2D object detection. I'll give a brief overview of the context in which this will be implemented.
There will be an image taken of the ceiling. The ceiling will have markers placed on it so the orientation of the camera can be determined. The pictures will always be taken faci... | Detect marker in 2D image | CC BY-SA 3.0 | 0 | 2009-11-08T23:39:24.647 | 2019-05-07T04:06:01.580 | 2015-06-21T00:55:45.663 | 1,159,643 | 132,433 | [
"c#",
"matlab",
"image-processing",
"computer-vision"
] |
1,698,435 | 1 | 1,698,459 | null | 56 | 35,723 | The Django admin site makes use of a really cool widget:

How can I make use of this widget in my own applications? I don't see anything like that [listed here](http://docs.djangoproject.com/en/dev/ref/forms/widgets/#ref-forms-widgets).
| Django multi-select widget? | CC BY-SA 3.0 | 0 | 2009-11-09T00:03:33.793 | 2015-04-05T19:08:19.890 | 2015-01-27T17:35:11.763 | 1,075,247 | 65,387 | [
"django",
"forms",
"django-forms"
] |
1,699,456 | 1 | null | null | 0 | 4,697 | Is it possible to use VBScript or commandline to grab the server IP of a PPP VPN under Windows?

Note this is not VPN dialup server IP.
| Get server IP of PPP VPN in Windows using VBScript or CMD | CC BY-SA 2.5 | null | 2009-11-09T06:54:34.507 | 2020-12-07T08:45:23.287 | null | null | 41,948 | [
"windows",
"vbscript",
"cmd",
"vpn",
"ppp"
] |
1,699,582 | 1 | 1,699,600 | null | 37 | 36,759 | I am displaying a JavaScript confirm box when the user clicks on the "Delete Data" button. I am displaying it as shown in this image:

In the image, the "OK" button is selected by default. I want to select the "Cancel" button by default, so that if the user accidentall... | JavaScript: How to select "Cancel" by default in confirm box? | CC BY-SA 3.0 | 0 | 2009-11-09T07:33:37.820 | 2021-02-17T20:35:22.030 | 2014-09-20T07:39:44.757 | 1,402,846 | 45,261 | [
"javascript",
"jquery",
"confirm"
] |
1,700,303 | 1 | 1,700,472 | null | 5 | 3,419 | I am writing a c# unit test that validates string properties for an ORM class against the target database, always SQL 2008, and the class that the data maps to.
Checking that a specified foreign key is valid in the DB is easy:
```
static private bool ConstraintExsits(string table, string column, ConstraintType constr... | SQL 2008 - Foreign key constraints in the INFORMATION_SCHEMA view | CC BY-SA 2.5 | 0 | 2009-11-09T10:48:52.780 | 2018-11-10T16:04:18.077 | 2017-02-08T14:17:03.337 | -1 | 80,287 | [
"c#",
"sql",
"orm"
] |
1,701,521 | 1 | null | null | 5 | 2,687 | Is there anything other than DDD that will draw diagrams of my data structures like DDD does that runs on Linux?
ddd is okay and runs, just kind of has an old klunky feeling to it, just wanted to explore alternatives if there are any.
The top part with the grid of this image is what I am talking about:
![enter image ... | DDD Alternative that also Draws Pretty Pictures of Data Structures | CC BY-SA 3.0 | 0 | 2009-11-09T14:53:55.127 | 2016-08-25T12:53:42.873 | 2012-10-12T17:47:56.267 | 107,156 | 107,156 | [
"c",
"linux",
"gdb",
"debugging",
"ddd-debugger"
] |
1,702,580 | 1 | 1,730,638 | null | 15 | 106,205 | I've just spent the last few weeks learning how to properly design a layout. I basically thought I had everything perfect with my website layout and was ready to go about transferring the coding to Wordpress... and then I accidentally resized my web browser and discovered that all of my `div` layers were overlapping e... | How do I prevent my div layers from overlapping when the browser is resized? | CC BY-SA 3.0 | 0 | 2009-11-09T17:41:09.353 | 2015-08-31T17:21:30.847 | 2013-05-25T07:10:13.353 | 1,850,609 | null | [
"css",
"browser",
"html",
"resize"
] |
1,704,821 | 1 | 1,704,838 | null | 48 | 47,613 | Consider a SQL Server table that's used to store events for auditing.
The need is to get only that for each CustID. We want to get the entire object/row. I am assuming that a GroupBy() will be needed in the query. Here's the query so far:
```
var custsLastAccess = db.CustAccesses
.Where(c.... | LINQ to SQL: GroupBy() and Max() to get the object with latest date | CC BY-SA 2.5 | 0 | 2009-11-10T00:09:52.670 | 2019-03-06T13:55:31.427 | null | null | 23,199 | [
"c#",
"linq",
"linq-to-sql",
"group-by"
] |
1,704,845 | 1 | 1,704,882 | null | 0 | 1,646 |
# Part One
I want to .htaccess redirect all HTML files to the home page. I looked at this guy's question ([htaccess redirect all html files](https://stackoverflow.com/questions/1472982/htaccess-redirect-all-html-files)), and wrote this code:
```
RewriteCond %{HTTP_HOST} ^pandamonia.us$ [OR]
RewriteCond %{HTTP_HO... | Redirect only HTML files? | CC BY-SA 3.0 | 0 | 2009-11-10T00:15:54.377 | 2011-07-28T15:57:03.887 | 2017-05-23T11:48:39.790 | -1 | 205,895 | [
"html",
".htaccess",
"redirect",
"loops"
] |
1,704,872 | 1 | 1,706,765 | null | 4 | 12,797 | I have a `WebView` that I'm using to open some files stored in the `assets/` directory of my project. It works fine for most of the files, but there's one in particular (and I'm sure others I haven't found) that it just open.
The file I'm having problems with is named:
```
"assets/ContentRoot/Photos/XXX Software L... | Why is WebView unable to open some local URLs (Android)? | CC BY-SA 2.5 | 0 | 2009-11-10T00:21:47.393 | 2010-11-16T18:47:06.690 | 2009-11-10T01:40:32.433 | 76,835 | 76,835 | [
"android",
"url",
"webview"
] |
1,705,952 | 1 | 10,929,430 | null | 95 | 50,450 | From [my recent question](https://stackoverflow.com/questions/1680030/how-to-solve-duplicate-objects-in-dynamic-loading-page-by-using-jquery), I have already created some JavaScript functions for dynamic loading of a partial view. But I can't debug any dynamic loading JavaScript. Because all of the loaded JavaScript wi... | Is possible to debug dynamic loading JavaScript by some debugger like WebKit, FireBug or the IE8 Developer Tool? | CC BY-SA 4.0 | 0 | 2009-11-10T06:14:09.887 | 2022-09-12T18:46:38.963 | 2022-09-12T18:46:38.963 | 209,920 | null | [
"javascript",
"ajax"
] |
1,706,892 | 1 | 19,830,679 | null | 19 | 51,507 | Binary files have a version embedded in them - easy to display in Windows Explorer.

How can I retrieve that file version, from a batch file?
| How do I retrieve the version of a file from a batch file on Windows Vista? | CC BY-SA 2.5 | 0 | 2009-11-10T10:13:54.783 | 2020-10-25T14:08:33.373 | 2009-11-10T12:01:56.623 | 63,550 | 48,082 | [
"windows-vista",
"batch-file",
"version"
] |
1,707,362 | 1 | 1,708,053 | null | 4 | 3,541 | When I open a multi-byte file, I get this:

| How do I make emacs display a multi-byte encoded file, properly? Is it mule? | CC BY-SA 2.5 | 0 | 2009-11-10T11:41:31.970 | 2019-05-16T15:37:39.837 | null | null | 48,082 | [
"emacs",
"unicode",
"multibyte"
] |
1,707,620 | 1 | 1,711,158 | null | 89 | 25,148 | I've been implementing an adaptation of [Viola-Jones' face detection algorithm](http://scholar.google.com/scholar?cluster=6119571473300502765). The technique relies upon placing a subframe of 24x24 pixels within an image, and subsequently placing rectangular features inside it in every position with every size possible... | Viola-Jones' face detection claims 180k features | CC BY-SA 3.0 | 0 | 2009-11-10T12:30:20.900 | 2021-11-30T18:02:16.597 | 2014-04-18T00:55:29.217 | 97,160 | 154,306 | [
"algorithm",
"image-processing",
"computer-vision",
"face-detection",
"viola-jones"
] |
1,710,501 | 1 | 1,723,146 | null | 0 | 1,007 | Do any have any experience how this cold be done, if you look at the image im looking for a solution to programacly change the Name field to somehing else stored inn a variable from a other textbox.
i was thinking of using something like
```
private void button1_Click(object sender, EventArgs e)
{
var xBox ... | Autopopulate textboxes in Sieble CRM system, trough webBrowser1 in c# | CC BY-SA 2.5 | null | 2009-11-10T19:21:49.580 | 2010-09-02T08:34:01.277 | 2017-02-08T14:17:06.890 | -1 | 173,728 | [
"c#",
"autocomplete",
"siebel"
] |
1,711,784 | 1 | 1,712,019 | null | 6 | 5,871 | I'm currently working on writing a version of the MATLAB [RegionProps](http://www.mathworks.com/help/images/ref/regionprops.html) function for [GNU Octave](http://www.gnu.org/software/octave/). I have most of it implemented, but I'm still struggling with the implementation of a few parts. I had [previously asked](htt... | Computing object statistics from the second central moments | CC BY-SA 3.0 | 0 | 2009-11-10T22:44:58.630 | 2015-03-17T13:14:04.380 | 2017-05-23T11:53:46.983 | -1 | 159,457 | [
"matlab",
"image-processing",
"computer-vision",
"octave"
] |
1,711,916 | 1 | 1,713,400 | null | 8 | 18,485 | > `BW = poly2mask(x, y, m, n)` computes a
binary region of interest (ROI) mask,
BW, from an ROI polygon, represented
by the vectors x and y. The size of BW
is m-by-n. `poly2mask` sets pixels in BW
that are inside the polygon (X,Y) to 1
and sets pixels outside the polygon to
0.
Given such a binary mask `... | Find the corners of a polygon represented by a region mask | CC BY-SA 2.5 | 0 | 2009-11-10T23:11:41.647 | 2017-07-09T05:47:18.690 | 2017-05-23T12:33:39.607 | -1 | 71,131 | [
"matlab",
"geometry",
"computer-vision",
"polygon",
"corner-detection"
] |
1,712,462 | 1 | 1,712,474 | null | 0 | 32 | I have this method:
```
private void listView1_DoubleClick(object sender, EventArgs e)
{
if (listView1.SelectedItems.Count > 0)
{
ListViewItem selectedFile = listView1.SelectedItems[0];
label7.Text = selectedFile.ToString();
string selectedFileLocatio... | Getting the exact text that is shown in my ListView. Help! | CC BY-SA 2.5 | null | 2009-11-11T01:38:09.757 | 2009-11-11T01:42:04.210 | null | null | 112,355 | [
"c#",
"listview"
] |
1,713,335 | 1 | 52,612,432 | null | 183 | 216,045 | I can write something myself by finding zero-crossings of the first derivative or something, but it seems like a common-enough function to be included in standard libraries. Anyone know of one?
My particular application is a 2D array, but usually it would be used for finding peaks in FFTs, etc.
Specifically, in thes... | Peak-finding algorithm for Python/SciPy | CC BY-SA 3.0 | 0 | 2009-11-11T05:54:48.290 | 2022-10-04T13:12:52.677 | 2016-03-29T18:41:20.807 | 125,507 | 125,507 | [
"python",
"scipy",
"fft",
"hough-transform"
] |
1,714,172 | 1 | 1,763,661 | null | 0 | 1,759 | I created a link in a pdf document to a local html file ressource.
When you press the link, the following messagebox is shown:

For none German speakers... Securitywarning ... Document is trying to open ressource... are u sure that you wanna do that... Options ar... | Adobe PDF Links Problem in IE8 | CC BY-SA 2.5 | null | 2009-11-11T09:57:02.657 | 2009-11-20T12:09:01.207 | 2017-02-08T14:17:07.567 | -1 | 204,693 | [
"internet-explorer",
"pdf",
"windows-xp",
"internet-explorer-8",
"acrobat"
] |
1,715,469 | 1 | null | null | 2 | 2,123 | I have a list with a choice field, which is multiple choice - meaning many checkboxes.
I'd like to render it such that it will be surrounded by a frame, for example a DIV tag with a border.

(The frame should be in the HTML document)
How can I edit the Control Template... | How to override SharePoint field rendering in EditForm? | CC BY-SA 3.0 | 0 | 2009-11-11T14:23:21.133 | 2015-06-21T00:53:13.790 | 2015-06-21T00:53:13.790 | 1,159,643 | 78,256 | [
"sharepoint",
"sharepoint-2007"
] |
1,717,158 | 1 | 1,717,660 | null | 1 | 942 | I'm trying to use Quartz Composer to create a continuous integration build radiator.
I put together a simple XML file to describe the projects and the latest success of each of their workflows:
```
<projects>
<project>
<title>Project A</title>
<workflows>
<workflow>
<title>Build 1.0</title>
... | Quartz Composer - Structure Key Member bug? | CC BY-SA 2.5 | 0 | 2009-11-11T18:22:18.173 | 2009-11-14T19:18:36.657 | 2017-02-08T14:17:07.900 | -1 | 8,252 | [
"xml",
"quartz-composer"
] |
1,719,020 | 1 | 1,719,712 | null | 0 | 988 | I'm tracking down a Memory leak within an MDI application. Opening, and then closing the form results in the form staying in memory. Using Ant's memory profiler, I can get the following graph of references keeping the form in memory.
I have removed any and all events we attach to the combo controls when Dispose fires ... | Memory Leak / Form not being garbage collected | CC BY-SA 2.5 | 0 | 2009-11-12T00:20:25.883 | 2009-12-23T06:15:28.157 | 2009-12-23T06:15:28.157 | 67,211 | 67,211 | [
"c#",
"memory",
"memory-leaks",
"componentone"
] |
1,719,247 | 1 | 1,735,527 | null | 0 | 279 | One of my Eclipse plugins has an error, visible in Product Configuration. The plugin is:
Resource Monitoring Common Feature (Incubation):

I haven't been able to figure out how to fix this. Looked for a way to reinstall but all the product configuration let... | Fix eclipse error | CC BY-SA 2.5 | null | 2009-11-12T01:16:41.250 | 2009-11-14T20:39:17.743 | 2020-06-20T09:12:55.060 | -1 | 65,311 | [
"eclipse",
"flash-builder"
] |
1,722,445 | 1 | 1,728,443 | null | 2 | 1,393 | In GTK+, how to remove this dotted border around a GtkButton, which gets drawn after we click the button?

| How to remove "selected" border around GtkButton? | CC BY-SA 2.5 | 0 | 2009-11-12T14:09:24.883 | 2009-11-13T10:45:43.590 | 2017-02-08T14:17:08.920 | -1 | 314,247 | [
"gtk"
] |
1,725,493 | 1 | 1,725,542 | null | 5 | 4,878 | I have horizontal ListBox. Here is code for it (removed some irrelevant):
```
<ListBox Grid.Row="1"
ItemContainerStyle="{StaticResource ListBoxUnselectableItemStyle}"
ItemsSource="{Binding ...}"
BorderThickness="0"
Background="{x:Null}... | Horizontal ListBox items vertical layout | CC BY-SA 3.0 | null | 2009-11-12T21:18:54.857 | 2012-07-31T12:47:59.277 | 2012-07-31T12:47:59.277 | 399,317 | 194,890 | [
"wpf",
"xaml",
"layout",
"listbox"
] |
1,726,304 | 1 | 1,726,320 | null | 5 | 1,798 | 
```
<MenuItem Header="Language" Background="#2E404B">
MenuItem.Icon>
<Image Source="MenuImages/speechbubble.png" Stretch="Fill" />
</MenuItem.Icon>
</MenuItem>
```
How can I make it so the bubble fits nicely into the square box? Or even better, is there a way ... | Icon in my Menu shows up way too big. How can I have it fit in the little square? | CC BY-SA 2.5 | null | 2009-11-13T00:06:50.073 | 2009-11-13T00:11:20.017 | null | null | 112,355 | [
"c#",
"wpf",
"menu"
] |
1,726,581 | 1 | 1,731,420 | null | 0 | 1,878 | anybody know any .Net freeware control for color selection (color dialog) that supports RGB, HSL and CMYK color models.
I'm looking for something like this.
 
Thanks.
| Freeware Colordialog Control for .Net | CC BY-SA 2.5 | 0 | 2009-11-13T01:29:35.927 | 2009-11-14T05:16:09.380 | 2017-02-08T14:17:12.477 | -1 | 91,299 | [
"c#",
".net",
"controls",
"colordialog"
] |
1,727,375 | 1 | null | null | 15 | 5,602 | Awhile ago I read the novel [Prey](https://rads.stackoverflow.com/amzn/click/com/0066214122). Even though it is definitely in the realm of fun science fiction, it piqued my interest in swarm/flock AI. I've been seeing some examples of these demos recently on reddit such as the [Nvidia plane flocking video](http://chr... | What are some good resources on flocking and swarm algorithms? | CC BY-SA 2.5 | 0 | 2009-11-13T05:52:18.580 | 2010-11-09T16:14:59.693 | 2010-11-09T16:14:59.693 | 428,381 | 2,635 | [
"algorithm",
"artificial-intelligence",
"boids"
] |
1,727,635 | 1 | null | null | 3 | 2,012 | The `<select>` has a width of `60px`,
but the content of `<option>` is longer than that.
Which is hidden in IE6.

How to fix that?
| How to make <option> wider than <select> in IE6? | CC BY-SA 3.0 | null | 2009-11-13T07:10:16.740 | 2022-09-09T15:45:13.983 | 2022-09-09T15:45:13.983 | 10,871,900 | 210,133 | [
"css",
"html-select",
"internet-explorer-6"
] |
1,729,390 | 1 | null | null | 6 | 3,256 | I'm using Visual Studio 2008 (with the latest service pack)
I also have ReSharper 4.5 installed.
ReSharper Code analysis/ scan is turned off.
OS: Windows 7 Enterprise Edition
It takes me a long time (2 minutes) to run the debugger, compiler, and if I save a file in my app_code folder it locks up for 2 minutes.
I hav... | How to speed up Visual Studio 2008? Add more resources? | CC BY-SA 3.0 | 0 | 2009-11-13T14:03:19.667 | 2015-06-21T01:09:56.500 | 2015-06-21T01:09:56.500 | 1,159,643 | 87,302 | [
"visual-studio-2008",
"memory",
"cpu",
"performance"
] |
1,729,596 | 1 | 6,602,701 | null | 10 | 7,922 | I've been trying to figure out a decent way to smoothly animate a frame size change on a UILabel, without a weird starting jump redraw. What happens by default is that when I do something like this:
```
// Assume myLabel frame starts as (0, 0, 100, 200)
[UIView beginAnimations:@"myAnim" context:NULL];
[UIView setAn... | Animating Frame of UILabel smoothly | CC BY-SA 2.5 | 0 | 2009-11-13T14:35:49.400 | 2014-03-06T12:32:08.467 | 2017-02-08T14:17:14.230 | -1 | 116,443 | [
"cocoa-touch",
"animation",
"uilabel"
] |
1,730,656 | 1 | null | null | 1 | 5,249 | I am finishing up a rewrite of task management system, and am in the process of adding drag and drop capabilities.

I want the user to be able to drag a task DIV from one column (TD) and drop it in another column (TD). I... | User jQuery to drag a DIV and drop in a TD ... and have the DIV "snap" into place | CC BY-SA 2.5 | 0 | 2009-11-13T17:14:20.743 | 2010-02-28T06:00:03.907 | 2017-02-08T14:17:14.913 | -1 | 1,768 | [
"javascript",
"jquery",
"asp.net-mvc",
"jquery-ui",
"drag-and-drop"
] |
1,730,824 | 1 | 1,731,170 | null | 1 | 1,806 | I am currently using Q-Learning to try to teach a bot how to move in a room filled with walls/obstacles. It must start in any place in the room and get to the goal state(this might be, to the tile that has a door, for example).
Currently when it wants to move to another tile, it will go to that tile, but I was thinking... | Improving Q-Learning | CC BY-SA 3.0 | 0 | 2009-11-13T17:43:52.057 | 2020-05-22T08:14:37.383 | 2015-06-21T01:03:05.530 | 4,099,598 | 130,758 | [
"language-agnostic",
"artificial-intelligence",
"genetic-algorithm",
"reinforcement-learning"
] |
1,731,093 | 1 | null | null | 5 | 8,537 | Consider a SQL Server table that holds log data. The important parts are:
```
CREATE TABLE [dbo].[CustomerLog](
[ID] [int] IDENTITY(1,1) NOT NULL,
[CustID] [int] NOT NULL,
[VisitDate] [datetime] NOT NULL,
CONSTRAINT [PK_CustomerLog] PRIMARY KEY CLUSTERED ([ID] ASC)) ON [PRIMARY]
```
The query here is ar... | TSQL: Cannot perform an aggregate function AVG on COUNT(*) to find busiest hours of day | CC BY-SA 2.5 | 0 | 2009-11-13T18:44:54.040 | 2010-02-25T18:44:42.413 | 2010-02-25T18:44:42.413 | 135,152 | 23,199 | [
"sql",
"sql-server",
"sql-server-2005",
"tsql",
"aggregate-functions"
] |
1,733,948 | 1 | 1,733,955 | null | 2 | 1,315 | This type of UIs are frequently displayed in various web-Sites and .net books.

Are these types of User-Interfaces and/or in and/or Business Software?
Please note
(1) the use of Binding Navigator, and
(2) the placement of Master-grid, ... | Master-Detail GUI in .net | CC BY-SA 2.5 | null | 2009-11-14T11:00:13.217 | 2009-11-14T14:45:00.530 | 2017-02-08T14:17:16.427 | -1 | 159,072 | [
"winforms",
"user-interface",
"ui-design"
] |
1,734,914 | 1 | 1,735,265 | null | 2 | 8,188 | I want to create a button with the stock "Remove" icon on it, but without the text "Remove". If I use `Button button = new Button(Stock.Remove);`, I get the opposite: just the text, and no icon. I will have many of these buttons, and the text makes it look cluttered. How do I get just the icon?
Note: these are regular... | In Gtk, how do I make a Button with just a stock icon? | CC BY-SA 2.5 | null | 2009-11-14T17:20:58.500 | 2009-11-16T11:37:48.563 | 2009-11-14T18:53:26.207 | 105,084 | 105,084 | [
"c#",
"gtk",
"gtk#"
] |
1,735,791 | 1 | 1,735,839 | null | 2 | 6,147 | I have data like following table

I want to remove Titles ( Mr. Miss, Dr etc) from name and want to split data into First name and last name if two names exists.
I want this in select statement. I can remove title using CASE statement but unable to split name into tow ... | Remove and split data into multiple columns in select statement | CC BY-SA 3.0 | 0 | 2009-11-14T22:19:52.373 | 2015-06-21T01:13:30.603 | 2015-06-21T01:13:30.603 | 1,159,643 | 77,674 | [
"sql",
"sql-server",
"tsql"
] |
1,736,530 | 1 | 4,269,855 | null | 20 | 14,229 | That's not a secret: Silverlight's `DataGrid` default style is beautiful while WPF's is poor.
Instead of reinventing the wheel let me ask the community if anyone has copied the SL styles to use in WPF.
Please take a look at the screenshots and judge for yourself how the Silverlight and WPF teams invest in their produ... | WPF DataGrid style-Silverlight DataGrid? | CC BY-SA 3.0 | 0 | 2009-11-15T04:07:02.420 | 2013-04-02T05:00:21.760 | 2013-04-02T05:00:03.960 | 305,637 | 75,500 | [
"wpf",
"silverlight",
"datagrid",
"styling",
"wpftoolkit"
] |
1,736,922 | 1 | 1,736,973 | null | 29 | 45,713 | First of all,check out this image

Gmail uses this image to display the animated emoticon.
How can we show such animation using a png image?
| How to show animated image from PNG image using javascript? [ like gmail ] | CC BY-SA 3.0 | 0 | 2009-11-15T07:51:34.363 | 2018-07-25T17:01:45.613 | 2017-02-08T14:17:17.483 | -1 | 94,813 | [
"javascript",
"image",
"animation",
"png"
] |
1,737,891 | 1 | null | null | 1 | 6,223 | I creating gallery, and I want to create frame around the picture.
But this picture must be scalable. Width and height of this frame generated by width and height of image.
And must to have possibility to change height of frame through the JavaScript.

Thanks.
PS: ... | Generate frame for picture | CC BY-SA 3.0 | 0 | 2009-11-15T15:48:00.480 | 2015-06-21T01:15:56.627 | 2015-06-21T01:09:50.973 | 1,159,643 | 190,127 | [
"javascript",
"html",
"css",
"frame",
"image"
] |
1,741,806 | 1 | null | null | 0 | 394 | with my Repository classes, I use `LinqToSql` to retrieve the data from the repository (eg. Sql Server 2008, in my example). I place the result data into a `POCO` object. Works great :)
Now, if my `POCO` object has a child property, (which is another `POCO` object or an IList), i'm trying to figure out a way to populat... | How do I extract this LinqToSql data into a POCO object? | CC BY-SA 3.0 | null | 2009-11-16T12:12:22.490 | 2015-06-21T01:09:04.383 | 2020-06-20T09:12:55.060 | -1 | 30,674 | [
"c#",
".net",
"linq-to-sql",
"poco"
] |
1,743,331 | 1 | 1,748,752 | null | 1 | 1,162 | I need a functionality to have optional columns in a LINQ to SQL definition. So that LINQ to SQL normally ignores this column within selects and updates etc.
But if a select contains a value for this column it should use this value.
Long version:
## The Scenario
I've the following tables:
 and I've come up with an idea but I'm unsure as to how to implement it. I have a QTableView that represents some data and I'd like to add another column to the QTableView that contains a checkbox control that could be wired up to some piece of the model. For example, something l... | Embedding a control in a QTableView? | CC BY-SA 2.5 | 0 | 2009-11-16T19:34:53.733 | 2017-01-18T20:00:10.417 | 2017-02-08T14:17:20.020 | -1 | 85 | [
"python",
"qt",
"pyqt4",
"tableview"
] |
1,744,379 | 1 | 1,749,822 | null | 2 | 2,046 | I'm using SketchFlow for the first time, and am confused as to why my text isn't showing up in the "Buxton Sketch" font it's supposed to (see image). I just did a repair installation, and it didn't make a difference. In the Text properties, I don't see "Buxton Sketch" as an option, either. I'd appreciate any help.
Ev... | SketchFlow prototyping font not displaying | CC BY-SA 2.5 | 0 | 2009-11-16T19:40:28.887 | 2019-05-09T10:04:01.947 | 2017-02-08T14:17:20.353 | -1 | 105,717 | [
"silverlight-3.0",
"prototype",
"expression-blend",
"prototyping",
"sketchflow"
] |
1,748,542 | 1 | 1,749,592 | null | 0 | 2,980 | Right, what I have is:
```
<Window x:Class="WpfGettingThingsDone.View.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
AllowsTransparency="True"
Background="Transparent"
WindowStyle="None"
Title="{Binding T... | How can I bind a command of a control in template to my ViewModel | CC BY-SA 3.0 | 0 | 2009-11-17T12:29:05.140 | 2015-06-21T00:55:29.267 | 2015-06-21T00:55:29.267 | 1,159,643 | 1,610 | [
"c#",
"wpf",
"data-binding",
"command"
] |
1,750,632 | 1 | 1,750,701 | null | 1 | 2,844 | The compile error badges have stopped showing up on my source files but still display at the project level (see screen shot below). They used to show up for me, but since this morning, they've stopped displaying as they usually do. The exact compile error still shows in the Problems view, but there is no quick way to ... | Eclipse no longer displays compile error badges | CC BY-SA 3.0 | null | 2009-11-17T17:54:17.727 | 2015-06-21T01:10:11.450 | 2015-06-21T01:10:11.450 | 1,159,643 | 131,907 | [
"java",
"eclipse"
] |
1,750,744 | 1 | 1,750,988 | null | 0 | 723 |
## Happy Tuesday everyone :)
I noticed I was using the same fonts over again in several of my Sub Classes, so I figured I'd just make a to handle all those.
Anyways I'm scratching my head around how to get those TextFormats created in my into my other Classes cleanly. I don't believe I'm doing this the correct w... | Trying to pass TextFormat into other Classes, getting error | CC BY-SA 2.5 | null | 2009-11-17T18:15:25.800 | 2013-02-08T12:40:00.350 | 2017-02-08T14:17:22.500 | -1 | 168,738 | [
"actionscript-3",
"flash",
"text",
"textfield",
"text-formatting"
] |
1,751,434 | 1 | 1,751,459 | null | 1 | 447 | Ok, I know this is probably a pretty newb question, but when it comes to graphics programming, I a newb :)
See below for an example with the SO logo.
Also, how could I reproduce this effect in C#/VB.NET? (preferably WinForms as I don't really know WPF yet.)
I also noticed that the origin of the "fade" is based on ... | How can I reproduce the Firefox faded image/text dragging effect in .NET? | CC BY-SA 2.5 | 0 | 2009-11-17T20:11:52.800 | 2009-11-17T20:21:49.570 | 2017-02-08T14:17:23.523 | -1 | 13,791 | [
".net",
"firefox",
"drag-and-drop"
] |
1,755,591 | 1 | 1,756,398 | null | 17 | 8,107 | I'm trying to create a django database that records all my comic purchases, and I've hit a few problems. I'm trying to model the relationship between a comic issue and the artists that work on it.
A comic issue has one or more artists working on the issue, and an artist will work on more than a single issue. In additi... | Many to many relationships with additional data on the relationship | CC BY-SA 2.5 | 0 | 2009-11-18T12:16:52.863 | 2015-10-19T21:21:02.383 | 2017-02-08T14:17:25.247 | -1 | 7,055 | [
"django",
"django-models"
] |
1,755,891 | 1 | null | null | 1 | 1,723 | As I stated in title to this question - I have an WPF Grid based layout with two header rows and few empty ones. Grid has about 100 columns.
I am trying to achieve the situation, in which I will be able to highlight the cell of empty row, when mouse is over it (and fire an event, when user will click this cell).
I s... | WPF: Grid layout - how can I get row and column of element with MouseMove or similar events, when cursor is over empty cell? | CC BY-SA 2.5 | null | 2009-11-18T13:16:20.177 | 2009-11-18T14:24:49.523 | null | null | 126,781 | [
"c#",
"wpf",
"events",
"layout",
"grid"
] |
1,758,214 | 1 | 1,758,304 | null | 15 | 8,102 | Consider this typical disconnected scenario:
- - -
Consider this LINQ To SQL query whose intention is to take a Customer entity.
```
Cust custOrig = db.Custs.SingleOrDefault(o => o.ID == c.ID); //get the original
db.Custs.Attach(c, custOrig); //we don't have a TimeStamp=True property
db.SubmitChanges();
```
> `D... | LINQ To SQL exception with Attach(): Cannot add an entity with a key that is already in use | CC BY-SA 3.0 | 0 | 2009-11-18T18:52:20.757 | 2017-08-05T10:32:54.920 | 2017-08-05T10:32:54.920 | 1,033,581 | 23,199 | [
"c#",
"linq-to-sql",
"concurrency",
"datacontext"
] |
1,758,429 | 1 | 1,758,709 | null | 5 | 3,940 | My application connects to the network to retrieve some data and I'd like to show a progress bar in the toolbar of the UINavigationController of my application.
What I actually want is very similar to the Mail application:
![Screenshot of Mail application showing an example toolb... | How can I put a progress bar in a UINavigationController's toolbar like the Mail app? | CC BY-SA 3.0 | 0 | 2009-11-18T19:26:05.480 | 2011-10-31T19:01:25.893 | 2011-10-31T19:01:25.893 | 4,160 | 68,507 | [
"iphone",
"user-interface",
"uinavigationcontroller",
"toolbar"
] |
1,758,484 | 1 | 1,758,551 | null | 11 | 31,389 | I'm creating a website for my schools "Math Relay" competition.
I have a "Container" div (with a white background), then a top-bar, left-bar, and right-bar div inside the container.
left-bar and right-bar are both floated inside "Container".
However, if you look in the image below you can see the right-bar has the g... | Why is my "container" div not containing my floated elements? | CC BY-SA 4.0 | 0 | 2009-11-18T19:34:33.310 | 2018-06-15T03:55:58.193 | 2018-06-15T03:55:58.193 | 8,753,295 | 64,878 | [
"html",
"css",
"layout"
] |
1,758,963 | 1 | 1,758,994 | null | 1 | 1,540 | Strangly enough, my website is rendering fine in Internet Explorer but fails in Mozilla based browsers.
Here is a screenshot:

Does anyone see why "right-panel" does not go all the way to the right? You can see how it is not lined up with the right edge of "top-panel":
```
#c... | Why is this div column not going all the way to the right? | CC BY-SA 2.5 | null | 2009-11-18T20:47:31.857 | 2009-11-18T21:31:36.900 | null | null | 64,878 | [
"html",
"css"
] |
1,759,651 | 1 | 1,761,681 | null | 14 | 5,098 | I'd like to create statusbar with text effect like in Safari or iTunes, i.e. recessed text.

However, if I simply add shadow in Interface Builder using Core Animation panel, OS X's worst text rendering kicks in:

What's the tr... | Add shadow (recessed text effect) to Cocoa label without degrading text rendering quality | CC BY-SA 2.5 | 0 | 2009-11-18T22:35:53.123 | 2009-11-19T08:08:17.673 | null | null | 27,009 | [
"cocoa",
"antialiasing",
"shadow",
"nstextfield"
] |
1,760,260 | 1 | 1,760,537 | null | 1 | 131 | This could turn out to be the dumbest question ever.
I want to track groups and group members via SQL.
Let's say I have 3 groups and 6 people.
I could have a table such as:

Then if I wanted to have find which personIDs are in groupID 1, I would just do
```
select * from T... | Is there a SQL Server 2008 method to group rows in a table so as to behave as a nested table? | CC BY-SA 2.5 | null | 2009-11-19T01:03:42.747 | 2009-11-19T06:20:05.087 | 2009-11-19T06:20:05.087 | 13,302 | 127,257 | [
"sql-server",
"sql-server-2008",
"nested"
] |
1,762,090 | 1 | 1,763,705 | null | 21 | 48,291 | 
## Uploading a Magento install
I have spent a long time building a store with Magento on my local development PC.
Now that I am happy with the result, I would like to upload it to my live production server.
What steps must I complete to ensure this move is as easy as possible?
| How do I transfer a local Magento install onto my live server? | CC BY-SA 2.5 | 0 | 2009-11-19T09:47:17.280 | 2022-06-30T06:43:24.777 | null | null | 42,106 | [
"deployment",
"magento"
] |
1,762,565 | 1 | 1,763,824 | null | 10 | 8,384 | I have this image:

I want to read it to a string using python, which I didn't think would be that hard. I came upon tesseract, and then a wrapper for python scripts using tesseract.
So I started reading images, and it's done great until I tried t... | Python Tesseract can't recognize this font | CC BY-SA 4.0 | null | 2009-11-19T11:09:34.693 | 2019-06-04T07:03:08.610 | 2019-06-04T07:03:08.610 | 6,352,333 | 200,916 | [
"python",
"image-processing",
"image-manipulation",
"ocr",
"tesseract"
] |
1,765,480 | 1 | 1,765,494 | null | 0 | 70 | I have no idea how he did it but on my dad's laptop, which is running Vista, there is a window at the top; you can only drag it down but not remove, minimize or maximize it as those options do not appear. I restarted but it's still there.
Here's a screenshot of what I mean:

Please have a look at the above screen shot, I would want to center an image with black background, but i'm getting some white space at the bottom. Please could any one help me to fix this.
CSS
```
.bgimg {
background: url('../images/GBS-Chroni... | Center an background image | CC BY-SA 3.0 | 0 | 2009-11-19T19:11:13.783 | 2013-04-18T09:27:35.233 | 2013-04-18T09:27:35.233 | 664,177 | 197,937 | [
"html",
"css",
"background-image"
] |
1,766,091 | 1 | 1,766,262 | null | 1 | 1,747 | 
Hi all !
I want to create a small round static percent indicator in CSS but I can't find the solution.
The squared indicator at left is ok, but so ugly, I want it round !
I have tried with rounded corner (cf indicators at the right of the screenshot), and I wonder if t... | Display a round percent indicator with CSS only | CC BY-SA 4.0 | 0 | 2009-11-19T19:54:39.020 | 2022-05-02T21:17:46.903 | 2022-05-02T21:17:46.903 | 104,383 | 193,181 | [
"html",
"safari",
"css",
"mobile-safari"
] |
1,767,036 | 1 | 1,767,245 | null | 0 | 98 | When i view an flv file inside a swf file it looks fine locally, but when its uploaded text loses it shape. The bitrate for the flv is 1,500+ kbps. Ive attached a picture. The one on the left is local, and the one on the right is over the web. Anyone know what might be happening?
, y2 = f2(x), etc. and you want to plot their graphs together on one plot.
Imagine now that for some reason it is easier to obtain the set of x for a given y; as in, there exists an oracle which given a y, will return all the x1, x2, etc. in increasing order for which y = f1... | Algorithm to swap independent and dependent variables of function samples | CC BY-SA 2.5 | null | 2009-11-20T02:30:56.117 | 2009-11-21T09:10:19.263 | 2009-11-20T02:36:15.310 | 171,187 | 171,187 | [
"algorithm",
"math"
] |
1,768,978 | 1 | 1,775,610 | null | 0 | 665 | 
Unfortunately, when is turned on my messages fail to appear and only the cached version of the page is returned.
In one instance a version of a page with a message was cached, meaning that the message was displayed to everyone.
| Symfony cache is breaking my flash messages | CC BY-SA 2.5 | 0 | 2009-11-20T07:58:36.640 | 2009-11-21T14:23:54.600 | null | null | 42,106 | [
"caching",
"symfony1",
"filter"
] |
1,770,791 | 1 | 1,800,088 | null | 1 | 4,788 | Using standalone SWT Scrollbars is something of a hack (using [this workaround](https://stackoverflow.com/questions/1675514/swt-standalone-scrollbar-widget)), but it can be done. Here's a snippet:
```
ScrolledComposite scrolledComposite = new ScrolledComposite(
parent, SWT.V_SCROLL);
ScrollBar scrollba... | Mouse events on an SWT Scrollbar | CC BY-SA 3.0 | 0 | 2009-11-20T14:30:43.697 | 2015-06-21T01:09:11.940 | 2017-05-23T12:13:37.003 | -1 | 154,306 | [
"java",
"swt",
"scrollbar",
"mouseevent"
] |
1,772,238 | 1 | 1,772,348 | null | 2 | 2,397 | I am using 32bit PNG files with transparency. I added them to an image list with properties:
```
ColorDepth: Depth32Bit
TransparentColor: Transparent
```
When I assign the image to my toolbar button, it previews in Visual Studio fine with the correct transparency. But when I run the application the transparency is a... | ImageList Transparency not working at runtime | CC BY-SA 2.5 | null | 2009-11-20T17:55:49.767 | 2009-11-20T18:26:11.210 | 2017-02-08T14:17:29.443 | -1 | 3,800 | [
"c#-2.0",
"imagelist"
] |
1,773,676 | 1 | 1,782,825 | null | 2 | 2,329 |
How can I take two 3D points and lock them to a single axis? For instance, so that both their z-axes are 0.
I have a set of 3D coordinates in a scene, representing a a box with a pyramid on it. I also have a camera, represented by another 3D coordinate. I subtract the camera coordinate from the scene coordinate an... | How can I turn a ray-plane intersection point into barycentric coordinates? | CC BY-SA 2.5 | null | 2009-11-20T22:42:45.560 | 2009-11-23T12:38:57.940 | null | null | 141,057 | [
"math",
"intersection",
"raytracing"
] |
1,774,793 | 1 | 1,818,138 | null | 0 | 1,500 | I have 5 seperate sections in a table, 2 of the sections have customizable cells, when in EDITING mode, 2 of the sections produce an additional cell that will add a new cell to the list. My problem is that when I invoke edit mode, the `UISwitch` glitches! and decides to jump around, VERY SIMPLE code, just have NO IDEA ... | UISwitch shows up on other cells! Glitch? | CC BY-SA 3.0 | 0 | 2009-11-21T07:09:44.420 | 2011-09-15T05:17:28.737 | 2011-09-15T05:17:28.737 | 171,206 | 171,206 | [
"ios",
"uitableview",
"uiswitch"
] |
1,775,911 | 1 | null | null | 1 | 864 | For each row in the grid render a row under it that colspans all of the columns in the grid.
So that we can nest grids in that row or maybe a form for a quick edit or maybe an update panel.
: In RowDataBound, RowCreated the row that you are working with has not yet been added to the root table. This makes it easy i... | When are ASP.NET GridView Rows actually added to the root Table? | CC BY-SA 2.5 | null | 2009-11-21T16:16:14.060 | 2010-02-14T22:07:29.327 | 2017-02-08T14:17:30.130 | -1 | 210,837 | [
"asp.net",
"gridview",
"add",
"rows"
] |
1,776,204 | 1 | 1,776,259 | null | 15 | 9,473 | I'm working in C#. I have a small VS Solution with 4 projects:
1. a DLL
2. an EXE that references the DLL
3. a merge project, that does nothing more than ILMerge on the assemblies from the prior two steps
4. a setup project, that packages the .EXE output of the Merge project. (I've added the "Primary Output of a P... | In a VS Setup project, how can I exclude the dependencies of a project from the MSI? | CC BY-SA 2.5 | null | 2009-11-21T17:54:45.860 | 2013-11-13T15:31:38.723 | 2009-11-21T18:01:59.310 | 48,082 | 48,082 | [
"visual-studio",
"installation",
"ilmerge"
] |
1,778,122 | 1 | 1,778,158 | null | 2 | 338 | first of all, sorry for the non descriptive title, I'm just too rushed so I couldn't come up with a better one.
Second:
I have a portion of my database the looks like the following diagram:

I have contributors on the system, each write to many sources, and a source ... | Join won't do it, and sub query sucks, then what? | CC BY-SA 3.0 | null | 2009-11-22T07:42:37.597 | 2015-06-21T01:17:15.107 | 2015-06-21T01:17:15.107 | 1,159,643 | 70,289 | [
"tsql",
"sql-server-2008",
"query-optimization"
] |
1,779,597 | 1 | 1,779,638 | null | 0 | 295 | when I send a user an email verification message, how do I construct it to look something like this:

How do I add links? using tags? and newlines?
```
$message = 'Thanks for signing up!' - a newline afterwards...
then bl... | PHP email verification - how do I organize a message? using html tags? | CC BY-SA 2.5 | 0 | 2009-11-22T18:53:12.747 | 2009-11-22T20:48:31.660 | 2017-02-08T14:17:31.167 | -1 | 202,895 | [
"php",
"email"
] |
1,780,333 | 1 | 1,780,601 | null | 1 | 637 | I'm struggling with getting Linq To NHibernate to work. I have referenced NHibernate, NHibernate.Linq and NHibernate.ByteCode.Castle . Also I have all other dependencies in the same folder.
Code / Error message:
```
Public Function GetProjectsByName(ByVal ProjectName As String) As List(Of Project)
Return (From x... | Getting "Linq is not a member of NHibernate.ISession" error when implementing Linq to NHibernate | CC BY-SA 4.0 | 0 | 2009-11-22T22:55:10.113 | 2019-05-11T20:06:52.103 | 2019-05-11T20:06:52.103 | 4,751,173 | 149,231 | [
".net",
"vb.net",
"nhibernate",
"linq-to-nhibernate"
] |
1,781,667 | 1 | null | null | 1 | 2,250 | I am trying to develop a calendar control as shown in the following link.

If you look into the date Nov 12th, you can see some records. The number of record will vary. So ideally the height of a row will shrink/expand based on the number ... | Ideas for creating a Calendar control | CC BY-SA 3.0 | null | 2009-11-23T07:51:03.453 | 2011-11-28T03:58:15.597 | 2011-11-28T03:58:15.597 | 234,976 | 215,207 | [
"c#",
".net",
"asp.net",
"javascript"
] |
1,783,607 | 1 | 1,784,601 | null | 20 | 33,053 | In a JTable, how can I make some rows automatically increase height to show the complete multiline text inside? This is how it is displayed at the moment:

I do not want to set the height for rows, but only for the ones which have multiline text.
| Auto adjust the height of rows in a JTable | CC BY-SA 2.5 | 0 | 2009-11-23T14:53:10.773 | 2016-05-11T09:34:59.013 | null | null | 126,903 | [
"java",
"swing"
] |
1,783,700 | 1 | 1,783,797 | null | 4 | 5,778 | I need to perform an ON DELETE CASCADE on my table named CATEGORY, which has the following columls
CAT_ID (BIGINT)
NAME (VARCHAR)
PARENT_CAT_ID (BIGINT)
PARENT_CAT_ID is a FK on CAT_ID. Obviously, the lovely SQL Server does not let me use ON DELETE CASCADE claiming circular or multiple paths to deletion.
A solution t... | SQL Server: Self-reference FK, trigger instead of ON DELETE CASCADE | CC BY-SA 2.5 | 0 | 2009-11-23T15:09:15.437 | 2009-11-23T19:24:11.817 | 2017-02-08T14:17:31.850 | -1 | 125,713 | [
"sql",
"sql-server",
"foreign-keys",
"triggers",
"cascade"
] |
1,783,859 | 1 | 1,867,343 | null | 0 | 2,731 | I have a chart I'm making in SSRS.
My database is returning data like this:
Period Name, Question, Answer, Count, Mean, Median
Nov 09, Can Haz Chezbrgr, Yes, 5, 4, 3.1
Nov 09, Can Haz Chezbrgr, No, 3, 4, 3.1
Nov 09, Can Haz Chezbrgr, DK, 2, 4, 3.1
Period Name is the primary grouping, question is the same for all ro... | SSRS Chart w/Series and Mean | CC BY-SA 2.5 | null | 2009-11-23T15:28:40.343 | 2009-12-08T14:32:04.427 | 2017-02-08T14:17:32.530 | -1 | 67,137 | [
"reporting-services",
"charts",
"mean"
] |
1,784,162 | 1 | 1,784,353 | null | 0 | 510 | I am attempting a fresh install of Drupal 6.14 on a Ubuntu 9.10 machine using XAMPP for Linux. I use XAMPP fine with Wordpress and some different frameworks. I am having problems after I download and extract Drupal to my /htdocs/. The following pic shows the errors I get.

SELECT [ColA],[ColB]....[ColG]
FROM TableA
```
This is a long running query, perhaps in part because `ColB` is of type `ntext`... | SQL Server filegroup full during a large INSERT INTO statement | CC BY-SA 2.5 | 0 | 2009-11-23T17:04:17.153 | 2009-11-23T17:53:17.210 | 2009-11-23T17:53:17.210 | 169,012 | 23,199 | [
"sql-server",
"sql-server-2000",
"sql-server-express",
"filegroup",
"autogrow"
] |
1,790,631 | 1 | 1,942,562 | null | 17 | 6,645 | On the Includes tab of the Paths and Symbols section of the Project Properties dialog in the Eclipse CDT, there is an "Export" button:

The best documentation I have found says that this "toggles whether the selected include path is exported or not." If ... | "Export" button in Eclipse CDT "Paths and Symbols" dialog? | CC BY-SA 3.0 | 0 | 2009-11-24T15:00:18.657 | 2016-09-01T11:36:27.673 | 2016-09-01T11:36:27.673 | 884,813 | 135,178 | [
"eclipse",
"eclipse-cdt"
] |
1,791,041 | 1 | 1,791,356 | null | 3 | 2,803 | After the user goes through the Setup Wizard, and makes a few choices, the usual thing is to display the [VerifyReadyDlg](http://www.wixwiki.com/index.php?title=VerifyReadyDlg) to say "Are you ready to install?"
The built-in VerifyReadyDlg is static. It does not present a summary of the choices he made previously. ... | Wix: How can I set, at runtime, the text to be displayed in VerifyReadyDlg? | CC BY-SA 4.0 | null | 2009-11-24T16:02:51.107 | 2019-05-12T01:05:25.850 | 2019-05-12T01:05:25.850 | 4,751,173 | 48,082 | [
"wix",
"windows-installer"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.