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,390,460 | 1 | 1,465,229 | null | 2 | 1,239 | I have this Win32 user-drawn tab control that is created as:
```
CONTROL "Tab1",IDC_TAB_CONT,"SysTabControl32",TCS_BOTTOM |
TCS_OWNERDRAWFIXED | NOT WS_VISIBLE,0,14,185,88
```
I'd like for this control to have its tabs resize as never to have to see the "":
 timeout | CC BY-SA 2.5 | 0 | 2009-09-08T02:43:57.410 | 2010-02-11T20:52:36.237 | 2020-06-20T09:12:55.060 | -1 | 428,876 | [
"asp.net",
"selenium"
] |
1,392,429 | 1 | 1,427,604 | null | 5 | 2,705 | Image the following situation:
1. You're on Windows XP (even though the dialog shown below is a Vista screenshot).
2. You have two physical USB game controllers, let's call them A and B.
3. You have a piece of software that apparently accesses joysticks in a legacy way, only recognizing and allowing use of one single... | How to mix-and-match inputs from two game controllers into one "virtual" controller? | CC BY-SA 2.5 | 0 | 2009-09-08T07:11:15.723 | 2011-09-09T02:18:33.527 | 2017-02-08T14:15:08.157 | -1 | 50,846 | [
"windows",
"virtual"
] |
1,395,476 | 1 | 1,395,530 | null | 0 | 1,518 | Okay, so I'm looking at a typical color chooser and it looks something like this:

If we deal with only highly saturated colors, the blending pattern behaves like this:
```
R 255
G 0
B 0
R 255
G 0 -> 255
B 0
R 255
G 255
B 0
R 255 -> 0
G 255
B 0
R 0
G... | Color Interpolation | CC BY-SA 3.0 | null | 2009-09-08T18:18:45.560 | 2017-11-06T14:27:10.153 | 2017-11-01T12:23:59.477 | 1,000,551 | null | [
"colors",
"interpolation",
"polynomial-math",
"blending"
] |
1,395,513 | 1 | 3,806,314 | null | 19 | 34,665 | The 8-puzzle is a square board with 9 positions, filled by 8 numbered tiles and one gap. At any point, a tile adjacent to the gap can be moved into the gap, creating a new gap position. In other words the gap can be swapped with an adjacent (horizontally and vertically) tile. The objective in the game is to begin with ... | What can be the efficient approach to solve the 8 puzzle problem? | CC BY-SA 2.5 | 0 | 2009-09-08T18:24:55.487 | 2018-10-05T03:27:06.620 | 2017-02-08T14:15:09.573 | -1 | 170,339 | [
"algorithm",
"logic",
"puzzle",
"a-star",
"sliding-tile-puzzle"
] |
1,395,591 | 1 | 1,395,646 | null | 276 | 243,344 | Using [this example](http://en.wikipedia.org/wiki/Call_stack) coming from wikipedia, in which DrawSquare() calls DrawLine(),

(Note that this diagram has high addresses at the bottom and low add... | What is exactly the base pointer and stack pointer? To what do they point? | CC BY-SA 3.0 | 0 | 2009-09-08T18:37:01.920 | 2023-02-18T20:35:17.323 | 2021-02-20T23:35:00.643 | 224,132 | 130,758 | [
"c",
"assembly",
"x86",
"stack-frame",
"stack-pointer"
] |
1,396,545 | 1 | null | null | 0 | 482 |
I'm going to start studying/coding at the local university's library. Since I'm not a student, I won't be able to utilize their wireless internet access. Since StackOverflow is such a great resource, I want to be able to take it with me, so I'm building a small desktop application to load/search/display the most recen... | Rectangular BackColor of selection in RichTextBox | CC BY-SA 2.5 | null | 2009-09-08T21:57:59.087 | 2010-05-02T20:00:15.723 | 2009-09-08T23:59:11.757 | 1,588 | 1,588 | [
"c#",
"controls",
"richtextbox",
"backcolor"
] |
1,398,429 | 1 | 1,398,972 | null | 0 | 2,204 | Is it possible to call a method that is an attribute?
I mean, I have this input (this is created dynamically using jQuery as well when retrieving a list of companies using .get() ):
```
<input type="checkbox" onclick="javascript:onWorksiteChecked(this,'Virtus Västerås AB, STOCKHOLM','1:201334661','5566109426');" valu... | Call a function that is an attribute | CC BY-SA 3.0 | null | 2009-09-09T08:58:13.620 | 2015-08-15T12:41:25.477 | 2015-08-15T12:41:25.477 | 28,004 | 28,004 | [
"jquery",
"function"
] |
1,399,814 | 1 | 1,434,279 | null | 3 | 1,203 | I find the regular expression toolkit tool in Komodo 4.1 pretty handy. Trouble is you have to dish out $300 for Komodo to use it. I'd love the same functionality in a stand alone tool... any suggestions?

| Is there a free, preferrably open-source, stand-alone clone of Activestate's Komodo Rx Toolkit? | CC BY-SA 2.5 | null | 2009-09-09T13:52:37.227 | 2019-04-23T01:48:22.300 | 2015-01-01T00:19:37.653 | 1,505,120 | 26,819 | [
"regex",
"open-source",
"komodo"
] |
1,400,783 | 1 | null | null | 11 | 8,437 | I am trying to print in a C# .NET 3.5 app to a network printer and getting this exception:
> The operation completed successfully
What is causing it, and how can it be solved?
```
System.ComponentModel.Win32Exception: The operation completed successfully
at System.Drawing.Printing.PrinterSettings.GetHdevmodeInte... | PrintDocument.Print results in Win32Exception The operation completed successfully | CC BY-SA 3.0 | null | 2009-09-09T16:46:48.673 | 2017-02-07T18:12:35.433 | 2014-07-18T15:22:15.317 | 23,199 | 99,442 | [
"c#",
"printing"
] |
1,400,829 | 1 | 1,400,879 | null | 23 | 21,744 | As sou can see from the screenshot most of the time spent is waiting for a server response (thats the purple coloured area).
What exactly is that server response time? Is the server too slow? Is my connection too slow? Can't the server process much information at once (I've got many files there, I know I'll combine th... | What exactly is the 'Waiting for response' msg on Firebug's Net tab? | CC BY-SA 2.5 | 0 | 2009-09-09T16:54:34.773 | 2010-12-07T15:12:43.507 | null | null | 67,903 | [
"firebug",
"server-response"
] |
1,400,637 | 1 | 1,400,656 | null | 2 | 2,741 | My html of form is like this
```
<form id="form" method="post" action="func.php">
<table> <!--- DATA HERE --> </table>
<input type="submit" value="Submit" id="set" />
</form>
```
I want to use javascript to post the data, my javascript is like this
```
$('#set').live('click', function () {
$('.setFor... | Stop reload for ajax submitted form | CC BY-SA 2.5 | null | 2009-09-09T16:12:46.057 | 2013-08-05T16:07:54.400 | 2009-09-09T16:16:59.430 | 8,590 | 107,129 | [
"javascript",
"jquery"
] |
1,401,311 | 1 | null | null | 3 | 2,528 | If you go to the following link you'll see a really cool Javascript simulation of a cube that rotates based on your mouse position.
Simulation: [here.](http://maettig.com/code/javascript/3d_dots.html)

If you view the source of the cube rotating script you'll see:
```
<scrip... | Could someone explain the math behind how this cube-rotating script works? | CC BY-SA 2.5 | 0 | 2009-09-09T18:31:56.777 | 2009-09-10T01:36:09.617 | null | null | 64,878 | [
"language-agnostic",
"math",
"rotation",
"cube"
] |
1,402,638 | 1 | 1,419,154 | null | 3 | 2,389 | This is only remotely development related, but basically I wanted to install the MS Azure SDK which relies on an installed IIS 7, ASP.Net but also a working installation of the 'WCF HTTP Activation' component.
Now following the [article on MSDN](http://msdn.microsoft.com/en-us/library/dd179419.aspx), I always get the ... | Installing 'WCF HTTP Activation' on Windows Vista fails? | CC BY-SA 2.5 | 0 | 2009-09-09T23:16:54.900 | 2010-01-06T17:39:18.110 | 2017-02-08T14:15:10.600 | -1 | 2,591 | [
".net",
"wcf",
"windows-vista"
] |
1,407,156 | 1 | null | null | 1 | 98 | Sorry for bad english. We use Sql Server Reporting service (SSRS) and there is a problem with the header

It seems that this web section is unable to fetch the required CSS.
| SSRS Header not formatted | CC BY-SA 3.0 | null | 2009-09-10T19:12:14.000 | 2015-05-12T16:55:11.577 | 2015-05-12T16:55:11.577 | 4,840,746 | 160,764 | [
"sql-server",
"reporting-services"
] |
1,408,104 | 1 | 1,408,147 | null | 1 | 461 | Imagine you are drawing a map of county borders. You are given a set of polygons, one for each boundary, and you draw each polygon.
In places where two counties share a border you just end up drawing the border twice. In the absence of partial transparency effects, and with a solid pen, this is no problem.
But, on ma... | Drawing dashed borders | CC BY-SA 3.0 | null | 2009-09-10T22:42:57.377 | 2015-06-20T18:40:43.457 | 2015-06-20T18:26:23.697 | 1,159,643 | 11,173 | [
"mapping",
"geometry",
"gdi+",
"rendering"
] |
1,409,097 | 1 | 1,609,098 | null | 6 | 1,406 | I'm trying to enable PerlCritic support in Komodo.
The official word from ActiveState, the makers of Komodo IDE 5.1 (Win 32) is:
"To enable PerlCritic support, please install the 'Perl-Critic' and 'criticism' modules."
Well, installing Perl-Critic was a piece of cake:
```
ppm install Bundle-Perl-Critic
```
Howeve... | How do I enable PerlCritic support in Komodo IDE 5.1 on Windows? | CC BY-SA 3.0 | null | 2009-09-11T05:14:45.627 | 2015-06-20T18:18:16.847 | 2015-06-20T18:18:16.847 | 1,159,643 | 22,556 | [
"perl",
"ide",
"winapi",
"komodo",
"perl-critic"
] |
1,414,224 | 1 | 1,492,680 | null | 0 | 2,444 | I've got an iPhone app that I'm working on that uses Push Notifications.
In the payload I'm specifying a few things:
- - -
The notification is getting to my iPhone just fine. It shows a message without buttons. So body and action-loc-key are working just fine. But, it's not playing any sound.
However, there are... | Push Notifications - sound not working? | CC BY-SA 2.5 | null | 2009-09-12T03:50:30.063 | 2009-09-29T13:46:30.533 | 2017-02-08T14:15:14.650 | -1 | 543 | [
"iphone",
"audio",
"push-notification"
] |
1,415,807 | 1 | 1,415,813 | null | 0 | 200 | I was going over AdventureWorks2008 database and wanted to create a new table that associates a product to a sales person.
There is a many-to-many relationship between those tables.

The question is,
Of two schemas, `Sales` and `Production`... | Which schema does this associative table belong to? | CC BY-SA 2.5 | null | 2009-09-12T18:34:27.113 | 2009-09-12T19:59:55.590 | 2017-02-08T14:15:15.193 | -1 | 4,035 | [
"sql",
"sql-server",
"database",
"database-design",
"associative-table"
] |
1,415,911 | 1 | 1,415,981 | null | -1 | 528 | While dividing my C# application in layers, I have solved the problem of circular dependency among layers in the following way:
```
using System;
using System.Collections.Generic;
using System.Text;
using SolvingCircularDependency.Common;
using SolvingCircularDependency.DA;
namespace SolvingCircularDependency.BO
{
... | Unable to Get data from DA layer. What to do? | CC BY-SA 2.5 | null | 2009-09-12T19:27:32.427 | 2009-09-24T03:02:22.723 | 2017-02-08T14:15:15.610 | -1 | 159,072 | [
"c#",
".net",
"layered"
] |
1,417,782 | 1 | 3,091,433 | null | 29 | 18,628 | I'm running XCode 3.2 on Snow Leopard and I'm trying to run the Zombies instrument against my app but the selection is grayed out and I don't know why. I know about the NSZombieEnabled environment variable. I have that set to YES on my application. I'm not sure if this matters, but, the app is an app that I started dev... | How to run iPhone program with Zombies instrument? | CC BY-SA 3.0 | 0 | 2009-09-13T13:46:18.650 | 2015-06-20T18:20:35.210 | 2015-06-20T18:20:35.210 | 1,159,643 | 148,208 | [
"iphone",
"objective-c",
"xcode",
"instruments"
] |
1,418,006 | 1 | 1,418,031 | null | 0 | 1,487 | In ruby on rails how do I find the top 3 records of my table called notices ordered by a particular field, in my case I want to order by the position field which is an integer.
So my notices table looks like this:

Any help wou... | Top 3 records ordered by a field in rails | CC BY-SA 3.0 | null | 2009-09-13T15:33:22.783 | 2016-11-29T09:06:42.947 | 2017-02-08T14:15:16.043 | -1 | 165,327 | [
"ruby-on-rails",
"field"
] |
1,420,638 | 1 | 1,420,711 | null | 1 | 301 | I have a problem committing a bunch of .jar files with eclipse.
Maybe eclipse thinks they are text files and not binaries?
If that's the problem, how do I check that? And how do I change it?
If it is not, then what is it?

| "An Internal Error Ocurred during SVN commit: length 16416 out of range, must be between 0 and 1384" | CC BY-SA 3.0 | null | 2009-09-14T09:57:48.670 | 2015-06-20T18:21:47.520 | 2015-06-20T18:21:47.520 | 1,159,643 | 63,051 | [
"eclipse",
"svn",
"version-control",
"subclipse"
] |
1,422,343 | 1 | 1,423,894 | null | 14 | 5,235 | I'm trying to wrap my mind around the MVP pattern used in a C#/Winforms app. So I created a simple "notepad" like application to try to work out all the details. My goal is to create something that does the classic windows behaviors of open, save, new as well as reflecting the name of the saved file in the title bar. A... | Critique my simple MVP Winforms app | CC BY-SA 3.0 | 0 | 2009-09-14T15:37:50.150 | 2015-06-20T18:19:25.963 | 2015-06-20T18:19:25.963 | 1,159,643 | 5,208 | [
"c#",
"winforms",
"model-view-controller",
"design-patterns",
"mvp"
] |
1,422,602 | 1 | 1,422,875 | null | 0 | 2,206 | I have written a function that positions a tooltip just above a textbox.
The function takes two arguments:
- - The ID of the textbox above which the tooltip will appear.- - - The ID of the tooltip which will appear above the textbox.-
```
function positionTooltip(textBoxId, toolTipId){
var hoverEleme... | Re-Centering JQuery Tooltips when resizing the window | CC BY-SA 2.5 | 0 | 2009-09-14T16:27:07.510 | 2010-06-07T23:33:35.437 | 2017-02-08T14:15:16.743 | -1 | 18,149 | [
"javascript",
"jquery",
"textbox",
"tooltip"
] |
1,424,189 | 1 | 1,424,274 | null | 6 | 2,933 | I'm using ggplot2 to make some bullseye charts in R. They look delightful, and everyone is very pleased - except that they'd like to have the values of the bullseye layers plotted on the chart. I'd be happy just to put them in the lower-right corner of the plot, or even in the plot margins, but I'm having some difficul... | More bullseye plotting in R | CC BY-SA 4.0 | 0 | 2009-09-14T22:18:53.920 | 2021-12-09T08:29:20.287 | 2021-12-09T08:29:20.287 | 12,892,553 | 143,319 | [
"r",
"ggplot2",
"plot"
] |
1,424,481 | 1 | 1,424,497 | null | 8 | 273 | In the form designer, I sometimes need to see the of a property, so I know what kind of input it expects. Unfortunately the Object Inspector doesn't seem to show it.
---

This component clearly wants me to link a "Grid", b... | How can I see the type of a property in the Object Inspector? | CC BY-SA 2.5 | 0 | 2009-09-15T00:01:47.130 | 2009-09-15T00:08:26.930 | 2017-02-08T14:15:18.107 | -1 | 38,813 | [
"delphi"
] |
1,427,871 | 1 | 1,571,095 | null | 16 | 14,700 | Whilst debugging in Xcode_3.1.2 I am pretty sure I could see the contents of my NSString arrays. However after upgrading to 3.2 I only see the following ...

I know I can print the object in (gdb) using "po planetArray" or simply click in th... | Xcode 3.2 Debug: Seeing whats in an array? | CC BY-SA 2.5 | 0 | 2009-09-15T15:26:49.510 | 2009-10-15T08:43:03.327 | 2017-02-08T14:15:19.130 | -1 | 164,216 | [
"xcode",
"debugging"
] |
1,428,498 | 1 | 1,428,841 | null | 5 | 2,488 | I use the SVN plugin, Subclipse, for the Eclipse IDE. I recently noticed one of my directories get tagged with the icon seen below. After reviewing the Subclipse label decorators, I didn't see this one. Does anyone know what it represents?

| Unknown icon when using Subclipse 1.6.5 | CC BY-SA 3.0 | 0 | 2009-09-15T17:20:44.913 | 2016-03-21T10:58:46.627 | 2013-07-22T06:27:38.500 | 6,309 | 10,040 | [
"eclipse",
"svn",
"subclipse"
] |
1,429,810 | 1 | 1,504,130 | null | 0 | 1,531 | I have a setup where I am using amcharts that is feed data via appendData from an AJAX call. The call goes to a URL which simply renders the Time.now as the X and 8 lines using the function 2cos(x/2)+2ln (ln is the line number). AJAX request is made every 1 second.
The backend is always correct and always returns a ... | Amcharts rendering data incorrectly | CC BY-SA 2.5 | null | 2009-09-15T21:48:15.950 | 2009-10-01T13:58:28.793 | 2017-02-08T14:15:19.807 | -1 | 141,463 | [
"ruby-on-rails",
"ajax",
"extjs",
"charts"
] |
1,430,404 | 1 | 6,003,007 | null | 3 | 1,968 | I made a grouped UITableView in iPhone OS 3.0 that looked like the left image. The result is the right image in OS 3.1.

The imageView is under the separators.
I've tried to put the content view in front. The separatorStyle pr... | Hiding UITableView separator behind the contentView | CC BY-SA 2.5 | 0 | 2009-09-16T01:05:01.413 | 2011-05-14T16:00:40.680 | 2017-02-08T14:15:20.157 | -1 | 111,783 | [
"iphone",
"cocoa-touch",
"uitableview",
"separator"
] |
1,434,306 | 1 | 1,682,317 | null | 0 | 2,218 | I have a customer who is currently using Excel to do their staff planning. They have many workbooks for different projects and each project contains 1 or more sheets containing the actual staffing data:
), I needed to specific... | Page Not Found error in ASP.NET MVC application on live server | CC BY-SA 2.5 | null | 2009-09-16T18:41:35.893 | 2009-09-16T18:50:18.937 | null | null | 25,515 | [
"asp.net-mvc"
] |
1,435,092 | 1 | 1,437,150 | null | 1 | 1,345 | I would like to upgrade from Netbeans 6.5 to Netbeans 6.7. However, I've encountered an annoyance. Netbeans 6.5 recognizes jsf tags, but Netbeans 6.7 does not. Here are the screenshots:

tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {... | Why do these UITableViewCells cause a leak in instruments? | CC BY-SA 3.0 | null | 2009-09-17T20:50:04.010 | 2011-12-04T12:14:44.083 | 2011-12-04T12:14:44.083 | 84,042 | null | [
"iphone",
"cocoa-touch"
] |
1,442,231 | 1 | 1,442,506 | null | 7 | 2,478 | I've found several code completion elisp packages for emacs that do code completion, but most bind to a key such as M-/ to toggle completion. Is there something similar to Vim's omnicomplete where you can set it to automatically pop up a list of autocompletion options where you can either navigate through them, or jus... | Vim style Omnicomplete for emacs? | CC BY-SA 2.5 | 0 | 2009-09-18T01:46:13.810 | 2009-09-20T15:53:09.080 | 2009-09-20T15:53:09.080 | 73,603 | 27,314 | [
"emacs",
"autocomplete",
"elisp",
"omnicomplete"
] |
1,443,598 | 1 | 4,364,521 | null | 14 | 7,700 | I have to do a "grid" like this:

[Harmonic table](http://www.c-thru-music.com/cgi/?page=layout_octaves)
I'm trying to create a `ListView` with `ItemsSource="List<Note>"` where every odd note in the list is moved on the bottom...
Is the `ListView` the right contr... | Creating grid of hexagons | CC BY-SA 3.0 | 0 | 2009-09-18T10:04:30.457 | 2017-07-21T21:18:05.233 | 2011-08-16T17:54:06.910 | 305,637 | 78,484 | [
"wpf",
"xaml",
"listview",
"hexagonal-tiles"
] |
1,446,356 | 1 | 1,446,472 | null | 2 | 156 | I'm relatively new to git, having used Subversion primarily in the past. I recently cloned a Subversion repository, made changes, then set up a remote bare git repository that fellow developers will use as we move towards git. I haven't pushed changes to the SVN repository yet (at least I haven't intentionally done thi... | Strange git-svn history - how do I fix this? | CC BY-SA 2.5 | 0 | 2009-09-18T19:08:27.780 | 2009-09-18T21:27:27.327 | 2009-09-18T21:27:27.327 | 147,427 | 147,427 | [
"git"
] |
1,446,502 | 1 | 1,446,614 | null | 8 | 5,034 | I'm building a CFG (Context-free grammar), and I'd like the exit node to always be at the bottom of the graph. Sometimes it happens naturally, sometimes it doesn't.
Example:
```
digraph G {
0;
1;
4;
5;
7;
8;
0 -> 4;
5 -> 7;
7 -> 8;
7 -> 1;
8 -> 5;
4 -> 7;
}
```
Draws (using dot):
![alt text... | Graphviz: Is there a way to force a node to the bottom? | CC BY-SA 3.0 | 0 | 2009-09-18T19:47:19.847 | 2012-01-17T23:42:51.400 | 2012-01-17T23:42:51.400 | 55,267 | 104,021 | [
"attributes",
"constraints",
"graph",
"graphviz"
] |
1,447,484 | 1 | 1,458,417 | null | 5 | 2,806 | from Wikipedia: [fourier division](http://en.wikipedia.org/wiki/Fourier_division#Method).
Here is a screenshot of the same:

([view in full-resolution](https://imgur.com/Sw5e0.jpg))
What is the logic behind this algorithm?
I know it can be used to divide very large numbers, b... | What is the logic behind Fourier division algorithm? | CC BY-SA 2.5 | 0 | 2009-09-19T01:50:48.937 | 2010-10-02T09:34:41.737 | 2009-09-21T11:58:36.380 | 143,804 | 113,124 | [
"algorithm",
"math",
"division",
"largenumber",
"fft"
] |
1,448,843 | 1 | 1,448,948 | null | 5 | 974 | The SPE IDE that I use for my Python code uses this "visual cue" that looks like a vertical dashed line for alignment of (what I would call) function blocks. How can I get this option in Visual Studio 2008?
Here is what it looks like:

| What is this dashed line called that aligns function blocks in my IDE? | CC BY-SA 2.5 | null | 2009-09-19T16:06:20.777 | 2009-09-19T17:26:00.817 | 2009-09-19T16:16:55.763 | 24,874 | 173,926 | [
"visual-studio",
"visual-studio-addins",
"code-organization"
] |
1,448,976 | 1 | 1,449,039 | null | 17 | 1,022 |
OK, so it's been a little while since I first posted this question. It seems to me that many of the initial responders failed to really get what I was saying--a common response was some variation on "What you're saying doesn't make any sense"--and so I've made some handy diagrams to really illustrate my point.
When ... | Is TimeSpan unnecessary? | CC BY-SA 2.5 | 0 | 2009-09-19T17:06:25.967 | 2012-07-19T21:05:32.623 | 2017-02-08T14:15:28.480 | -1 | 105,570 | [
"language-agnostic",
"datetime",
"timespan"
] |
1,450,654 | 1 | 1,518,397 | null | 5 | 19,472 | I am using Eclipse CDT with Cygwin GCC 3 as compiler. My project is using a custom Makefile.
The problem is that when debugging the code, it couldn't locate the source files, even though I added a custom path mapping for: `/cygdrive/c <-> c:\`
That in addition to the fact that I am getting "" for all standard header ... | Eclipse CDT with Cygwin GCC: automatic discovery of symbols and paths | CC BY-SA 3.0 | null | 2009-09-20T09:22:00.837 | 2014-05-25T19:47:04.080 | 2014-05-25T19:47:04.080 | 97,160 | 97,160 | [
"c++",
"c",
"eclipse",
"cygwin",
"eclipse-cdt"
] |
1,452,949 | 1 | null | null | 0 | 1,029 | I am trying to have a fixed width size for the labels in my Google chars. The problem is that I am showing several charts, one below the other. Since the y axis is filled with the names of people, depending on the names' lengths, I get a wider or narrower lebel area. The final result is ugly because each chart has a di... | Label width in Google Charts | CC BY-SA 2.5 | null | 2009-09-21T04:57:00.710 | 2012-03-09T15:20:09.483 | 2017-02-08T14:15:30.247 | -1 | 55,563 | [
"api",
"charts"
] |
1,456,162 | 1 | 1,456,530 | null | 3 | 2,237 | I need to create a spline with two endpoints and 'n' control points.
As far as I am aware, a Bezier curve allows for only one control point, and a Bezier spline allows for two control points. However, I need to be able to add as many control points as I see fit, not limited to one or two.
Here is an example of what I ... | How can I create a simple 2D NURBS using XAML? | CC BY-SA 2.5 | 0 | 2009-09-21T18:49:02.150 | 2010-12-17T18:15:51.927 | 2017-02-08T14:15:31.360 | -1 | 120,888 | [
".net",
"wpf",
"xaml",
".net-3.5",
"bezier"
] |
1,456,623 | 1 | 1,457,235 | null | 3 | 1,109 | I'm trying to create a view that's similar to Motion's properties views.

Each of my property objects contains a definition of the kind of cell it wants to display as. But at the same time, I'd like to use bindings so that values are automatically updated as they can ... | NSTableView, multiple cells and bindings | CC BY-SA 3.0 | 0 | 2009-09-21T20:20:47.907 | 2012-05-17T19:05:42.460 | 2012-05-17T19:05:42.460 | 1,028,709 | 176,548 | [
"objective-c",
"cocoa",
"cocoa-bindings",
"nstableview"
] |
1,457,005 | 1 | 1,457,085 | null | 0 | 5,857 | I'm having some trouble programmatically causing an HTML checkbox object to become highlighted after gaining focus. Here is a simple example of the code I'm using:
```
<script type="text/javascript">
function doIt(){
document.getElementById("theCheckbox").focus();
}
</script>
<input type="button" onCl... | How to focus an HTML checkbox in IE, causing it to gain highlight | CC BY-SA 2.5 | null | 2009-09-21T21:33:50.503 | 2009-09-21T21:51:20.930 | null | null | 19,147 | [
"javascript",
"html",
"internet-explorer"
] |
1,457,254 | 1 | 1,457,335 | null | 1 | 2,082 | I'm messing around with some jQuery stuff for a mockup and noticed some odd behavior. I'm hoping someone here can shed some light on it.
This is all mockup / test code, so please excuse the sloppyness.
So I have a table that I'm using in conjunction with the jQuery datatable plugin:
[http://www.datatables.net/](h... | jQuery slideUp bug? | CC BY-SA 2.5 | null | 2009-09-21T22:37:18.020 | 2009-09-21T23:05:11.897 | null | null | 1,742,702 | [
"javascript",
"jquery",
"html",
"dom",
"safari"
] |
1,457,487 | 1 | 1,457,711 | null | 9 | 379 | Has anyone done any research on user acceptance of the following voting systems for different target audiences?

Or

I'm n... | Is there any research on numbered vs. star voting systems? | CC BY-SA 2.5 | 0 | 2009-09-21T23:52:56.223 | 2009-09-22T13:53:08.967 | 2017-02-08T14:15:32.040 | -1 | 40,650 | [
"user-interface",
"user-experience",
"ui-design"
] |
1,460,300 | 1 | 1,536,555 | null | 2 | 2,616 | I'm using `authopen` inside one of my programs to modify files owned by root. As can be seen in the screenshot below `authopen` asks for a admin password. What I'd like to achieve is that the dialog shows my app's name and then passes the authorization to `authopen`.

Is it possible to... | text-selection in CSS? | CC BY-SA 3.0 | 0 | 2009-09-22T16:59:07.813 | 2015-06-20T18:24:54.163 | 2015-06-20T18:24:54.163 | 1,159,643 | 176,550 | [
"css"
] |
1,462,104 | 1 | 1,462,266 | null | 8 | 3,965 | I am looking for an algorithm to prune short line segments from the output of an edge detector. As can be seen in the image (and link) below, there are several small edges detected that aren't "long" lines. Ideally I'd like just the 4 sides of the quadrangle to show up after processing, but if there are a couple of s... | Pruning short line segments from edge detector output? | CC BY-SA 2.5 | 0 | 2009-09-22T19:27:36.250 | 2016-08-31T08:02:25.717 | 2017-02-08T14:15:32.743 | -1 | 21,293 | [
"c",
"algorithm",
"image-processing",
"computer-vision"
] |
1,463,267 | 1 | 1,463,279 | null | 7 | 19,470 | I can't get IE padding around my <a> tags to work correctly. This only works in Firefox, Safari, Chrome, but not IE - please help!
My simplified HTML code looks like this:
```
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/... | Padding around <a> tags not working in Internet Explorer | CC BY-SA 4.0 | 0 | 2009-09-23T00:04:36.203 | 2019-04-26T05:20:53.407 | 2019-04-26T05:20:53.407 | 4,751,173 | 114,916 | [
"css",
"internet-explorer"
] |
1,466,695 | 1 | null | null | 13 | 29,399 | Running in compatibility mode the calendar below renders behind the textboxes below. IE8 displays the calendar how I need it to.
My CSS
```
.MyCalendar .ajax__calendar_container
{
border:1px solid #7F9DB9;
background-color: #ffffff;
z-index : 1004 ;
width:190px;
}
```
the textboxes which are overlaying the c... | IE7 does not respect z-index | CC BY-SA 4.0 | 0 | 2009-09-23T15:21:40.473 | 2019-05-02T13:49:05.350 | 2019-05-02T13:49:05.350 | 4,751,173 | 48,408 | [
"css",
"internet-explorer-8",
"internet-explorer-7",
"z-index"
] |
1,469,727 | 1 | 1,469,737 | null | 13 | 11,002 | I'm currently learning WPF. I really am enjoying it so far. I love how easy it is to make great looking apps, and would like to create an app that has a custom window border. I would like for it to look something like this:

I know I could ... | Creating custom forms in WPF? | CC BY-SA 2.5 | 0 | 2009-09-24T04:09:37.593 | 2009-10-12T13:17:06.267 | 2017-02-08T14:15:34.460 | -1 | 126,196 | [
"c#",
"wpf"
] |
1,469,860 | 1 | 1,469,935 | null | 19 | 4,551 | I've started using Eclipe+PyDev as an environment for developing my first app for Google App Engine. Eclipse is configured according to [this tutorial](http://code.google.com/appengine/articles/eclipse.html).
Everything was working until I start to use memcache. PyDev reports the errors and I don't know how to fix it:... | Eclipse+PyDev+GAE memcache "Undefined variable from import: get" | CC BY-SA 4.0 | 0 | 2009-09-24T05:12:28.603 | 2019-05-04T11:29:40.807 | 2019-05-04T11:29:40.807 | 4,751,173 | 158,307 | [
"python",
"eclipse",
"google-app-engine",
"pydev"
] |
1,471,147 | 1 | 1,471,167 | null | 7 | 4,593 | How does SQL Server implement group by clauses (aggregates)?
As inspiration, take the execution plan of [this question's](https://stackoverflow.com/questions/1465827/select-at-onece) query:
```
select p_id, DATEDIFF(D, MIN(TreatmentDate), MAX(TreatmentDate)) from
patientsTable group by p_id
```
Before query data, ... | How do aggregates (group by) work on SQL Server? | CC BY-SA 2.5 | 0 | 2009-09-24T11:41:05.283 | 2009-09-29T00:05:10.933 | 2017-05-23T12:24:21.067 | -1 | 104,085 | [
"sql",
"sql-server"
] |
1,473,830 | 1 | 1,478,144 | null | 1 | 2,281 |
So far in my endeavor to create a line between a point and its projected
location on a line has been long but I'm almost there. As of yesterday, and
before including any nearest neighbor analysis, I got the results shown in
this image:

As you can see, each point in pi... | Drawing a line in PostGIS using Nearest Neighbour Method | CC BY-SA 2.5 | 0 | 2009-09-24T19:58:07.167 | 2009-09-25T15:53:44.243 | null | null | 104,071 | [
"sql",
"postgresql",
"postgis",
"nearest-neighbor"
] |
1,476,241 | 1 | 1,476,694 | null | 19 | 12,130 | I'm trying to model a certain flow using graphviz, and I can't figure out how to model the following graph to share the same horizontal center
```
digraph exmp {
A -> B -> C -> D
C -> E [constraint=false]
A -> C [style="dotted", constraint=false]
A -> D [style="dotted", constraint=false]
B -> D [constr... | How to force all nodes in the same column in graphviz? | CC BY-SA 3.0 | 0 | 2009-09-25T09:05:45.147 | 2015-06-29T14:17:11.837 | 2015-06-29T14:15:32.920 | 1,139,697 | 11,098 | [
"graph",
"graphviz",
"dot"
] |
1,476,275 | 1 | null | null | 4 | 15,926 | I'm using Toad 8.6 and when I try to add new records using the Schema Browser, Data tab, my 'insert record' is grayed out. So, I installed the 9.6 version and the same problem persists.
See the grayed out buttons in red in the picture.

I'm able to ... | Toad Add/Insert and Delete records Button Disabled | CC BY-SA 3.0 | 0 | 2009-09-25T09:12:36.173 | 2021-11-04T12:18:04.337 | 2014-10-31T04:10:09.257 | 495,455 | 91,607 | [
"oracle",
"button",
"toad",
"disabled-control"
] |
1,476,285 | 1 | 1,476,538 | null | 0 | 414 | Let's say we have a long list:
```
<ul>
<li>one</li>
<li>two</li>
...
<li>fifty-three</li>
</ul>
```
Even if you specify the height of the ul:
```
ul {
height: 100px;
}
```
The li elements will overflow outside of it.
Is it possible to have the elements wrap themselves on the right like a win... | ul wrapping li based on its height instead of hiding | CC BY-SA 2.5 | null | 2009-09-25T09:15:01.040 | 2009-09-25T10:23:41.167 | 2017-05-23T12:24:21.067 | -1 | 63,658 | [
"css",
"listview"
] |
1,479,980 | 1 | 1,480,017 | null | 5 | 3,010 | My inner loop contains a calculation that profiling shows to be problematic.
The idea is to take a greyscale pixel x (0 <= x <= 1), and "increase its contrast". My requirements are fairly loose, just the following:
- - - - -
So the graph must look something like this:
.... | Fast formula for a "high contrast" curve | CC BY-SA 3.0 | 0 | 2009-09-25T23:35:18.703 | 2019-04-26T19:56:43.457 | 2015-06-20T18:26:50.047 | 1,159,643 | 122,687 | [
"optimization",
"math",
"formula"
] |
1,480,387 | 1 | null | null | 0 | 1,457 | I'm completely stumped with this problem. I made a custom search control that uses a few different classes. For some reason, when an NSTextField is anywhere over these different pieces, it displays a solid black border around it, and the cursor doesn't blink.
If anyone has a couple minutes - I've put together my code ... | NSTextField on top of custom drawing - black outline and cursor not blinking? | CC BY-SA 3.0 | null | 2009-09-26T03:48:26.943 | 2011-12-04T00:41:38.260 | 2011-12-04T00:41:38.260 | 84,042 | 175,804 | [
"cocoa",
"nstextfield",
"nstextfieldcell"
] |
1,481,337 | 1 | 1,481,365 | null | 1 | 2,391 |
### Not the same as "footnote spacing in latex".
When I add footnotes in latex, there is often a little bit of space due to the punctuation mark before them:

I can't help but feel this might be a little bit nicer if the footnote mark was a tiny tiny bit to the left, sort o... | Latex: kerning between footnote marks and punctuation marks | CC BY-SA 2.5 | null | 2009-09-26T14:35:34.023 | 2015-02-25T14:12:55.483 | 2017-05-23T10:30:53.317 | -1 | 104,021 | [
"latex",
"footnotes"
] |
1,483,261 | 1 | null | null | 0 | 2,276 | I've got a tabbed menu that looks something like this:

The html for it is simple:
```
<div id="menuContainer">
<ul id="menu" class="undecorated ">
<li id="menuH... | How to add drop shadow to the current element in a tab menu? | CC BY-SA 2.5 | null | 2009-09-27T10:16:46.330 | 2011-11-22T16:52:32.820 | 2017-02-08T14:15:40.133 | -1 | 5,056 | [
"jquery",
"css",
"menu"
] |
1,487,318 | 1 | 1,487,353 | null | 1 | 1,245 | I'm about to start writing a GUI for a modular synthesis app (like Alsa Modular Synth, Pure Data, Ingen) that will be used for patch (sound) editing.
What I need to do is something like this:
[](https://i.stack.imgur.com/U0OEd.png)
[drobilla.net](http://drobilla.net/blog/wp-content/uploads/2008/09/ingen.png)
![Pur... | Qt4 modular synth editing widget | CC BY-SA 4.0 | 0 | 2009-09-28T14:23:09.570 | 2019-04-27T04:05:57.967 | 2019-04-27T04:05:57.967 | 4,751,173 | 180,411 | [
"c++",
"user-interface",
"open-source",
"qt4",
"synthesizer"
] |
1,488,094 | 1 | null | null | 5 | 5,275 | I have the following domain set up for persistence with NHibernate:

I am using the PaperConfiguration as the root aggregate.
I want to select all PaperConfiguration objects for a given Tier and AcademicYe... | Using NHibernate Criteria API to select specific set of data together with a count | CC BY-SA 2.5 | 0 | 2009-09-28T16:43:59.770 | 2011-01-07T23:21:34.310 | 2017-05-23T12:34:42.373 | -1 | 59,009 | [
"c#",
"nhibernate",
"icriteria",
"criteria-api"
] |
1,488,837 | 1 | 1,490,990 | null | 1 | 3,111 | I need to render the following form:

One Radio must be followed by Data (in panel grid).
SelectOneRadio is rendered using an html table, and PanelGrid is also redered using owned html table.
Can somebody help me to build this form using JSF
| JSF Render a SelectOneRadio with a PanelGrid | CC BY-SA 3.0 | 0 | 2009-09-28T19:14:54.903 | 2015-06-20T18:26:24.400 | 2015-06-20T18:26:24.400 | 1,159,643 | 138,133 | [
"jsf"
] |
1,490,778 | 1 | null | null | 15 | 109,577 | I am drawing a graph using the function, but by default it doesn't show the axes.
Actually my graph is something like:
And I want a horizontal line corresponding to .
| How to show x and y axes in a MATLAB graph? | CC BY-SA 2.5 | 0 | 2009-09-29T05:55:25.660 | 2016-04-01T00:44:07.650 | 2010-09-04T07:52:57.530 | 63,550 | 113,124 | [
"matlab",
"graph",
"draw",
"axes"
] |
1,492,482 | 1 | null | null | 2 | 168 | Check out how it looks right now:

How can I make the ContentPlaceHolder go where I outlined? Thanks for the help.
I mainly program in WinForms, so I'm used to just dragging things around. Why can't I do this here. Help me SO!
Edit: Here's what I have in my CSS:
```
.Form
{
... | How to position my WebForm where I want it to be *sigh*....? | CC BY-SA 2.5 | null | 2009-09-29T13:17:52.600 | 2009-09-29T14:28:24.823 | 2009-09-29T13:26:06.760 | 112,355 | 112,355 | [
"asp.net",
"asp.net-3.5"
] |
1,494,616 | 1 | 1,497,776 | null | 0 | 168 | Is it possible to hide disabled builds in Team Explorer in Visual Studio? I don't want to see these anymore.

| Hide disabled builds in Visual Studio Team Explorer | CC BY-SA 2.5 | null | 2009-09-29T20:02:52.667 | 2016-02-18T15:24:06.393 | 2016-02-18T15:24:06.393 | 781,754 | 88,803 | [
"visual-studio",
"tfs",
"team-explorer"
] |
1,500,061 | 1 | 1,636,693 | null | 6 | 4,805 | I'm trying to mimic what every other tabular view does with the DataGridView control, but I can't seem to get the headers correct.
I want a blank header to the right of all headers, that does not move, and is not actually a header. Is there a way to paint the default header along the top?
Basically, this is my probl... | DataGridView White Space After Last Column Header | CC BY-SA 3.0 | 0 | 2009-09-30T19:04:46.950 | 2014-01-14T18:39:20.720 | 2014-01-14T18:39:20.720 | 1,366,033 | 88,364 | [
".net",
"datagridview",
"header",
"paint"
] |
1,500,700 | 1 | 1,501,874 | null | 2 | 673 | I may be doing this all wrong, but I thought I was on the right track until I hit this little snag. Basically I was putting together a toy using NSCollectionView and trying to understand how to hook that all up using IB. I have a button which will add a couple of strings to the NSArrayController:

... | UITableViewCell transparent background (including imageView/accessoryView) | CC BY-SA 2.5 | 0 | 2009-10-01T04:55:54.847 | 2015-11-30T05:43:08.427 | 2017-02-08T14:15:48.433 | -1 | 3,381 | [
"iphone",
"iphone-sdk-3.0",
"uitableview"
] |
1,504,043 | 1 | 1,504,634 | null | 4 | 2,224 | I am working with the ADO.NET Entity Data Model for this side project I am working on. Typically I would include the whole connection string (user and password) inside the web.config, but I was feeling frisky this morning so I decided to exclude the password from the connection string. Unfortunately for me, I cannot se... | Using ADO.NET Entity Data Model, how do I pass (or set) the connection string password? | CC BY-SA 2.5 | null | 2009-10-01T13:40:09.143 | 2009-10-01T15:28:08.050 | 2009-10-01T14:02:24.183 | 25,515 | 25,515 | [
"c#",
"asp.net-mvc",
"ado.net"
] |
1,504,140 | 1 | 1,504,176 | null | 0 | 2,061 | If I have an EditText component on my screen that I have specified `inputType="decimal"` for (i.e. a numeric/decimal field), what is the best way to convert it to an decimal value in the application code?

[Google recommends](http:... | Converting from a text field to an numeric in Android | CC BY-SA 2.5 | null | 2009-10-01T14:00:20.770 | 2013-03-16T03:15:14.850 | 2017-02-08T14:15:49.473 | -1 | 6,340 | [
"java",
"android",
"mobile",
"floating-point"
] |
1,504,241 | 1 | 1,504,340 | null | 0 | 774 | I'm trying to build a Silverlight App that accesses and presents data from a MySQL database. I'm trying to use Entity Framework to model the MySQL data and RIA Services to make the data via EF available to Silverlight.
My Silverlight App is showing the correct columns in the datagrid, but it does not show the data ([... | Need help debugging: Having trouble getting data to Silverlight App through RIA Services, Entity Framework, MySQL | CC BY-SA 2.5 | null | 2009-10-01T14:18:39.580 | 2009-10-01T15:21:41.587 | 2017-02-08T14:15:49.813 | -1 | 166,258 | [
"c#",
"mysql",
"silverlight",
"entity-framework",
"wcf-ria-services"
] |
1,504,583 | 1 | 1,504,697 | null | 6 | 703 | 
CredTypeID is a number the CredType is the type of Credential
I need the query to display the Credential in a drop down list so I can change the credential by selecting a new one.
Currently I have to know the Cre... | Help with Query design in MS-Access | CC BY-SA 2.5 | 0 | 2009-10-01T15:19:03.687 | 2009-10-02T09:18:03.770 | 2017-02-08T14:15:50.483 | -1 | 152,094 | [
"sql",
"ms-access"
] |
1,506,568 | 1 | 1,506,625 | null | 41 | 128,653 | I'm trying to style a TabControl and have got 75% of the way there, but I'm having difficulty styling the actual TabItems:

What I am trying to achieve is remove the default ContentPresenter so that I can make the tab items partially transparent with... | WPF TabItem Header Styling | CC BY-SA 4.0 | 0 | 2009-10-01T21:19:32.360 | 2019-09-10T20:46:48.577 | 2019-09-10T20:46:48.577 | 2,596,334 | 128,837 | [
"wpf",
"xaml",
"header",
"styles",
"tabcontrol"
] |
1,506,998 | 1 | 1,507,102 | null | 2 | 1,330 | I was wondering what was the look and feel used in the java application
[Violet UML Editor](http://violet.sourceforge.net/). It seem it name is "Blue Vista" but I can't find it on google.
Pictures :


| What is the look and feel of Violet UML Editor | CC BY-SA 2.5 | 0 | 2009-10-01T23:22:39.570 | 2009-10-02T00:13:55.673 | 2009-10-01T23:30:27.853 | 70,604 | 182,804 | [
"java",
"look-and-feel"
] |
1,507,286 | 1 | 1,507,373 | null | 5 | 1,616 | I am new to repository pattern but i tried, my goal is to make a design which will let me easily with just some few edits "dependency injection, or configuration edits" to be able to switch to another ORM without touching other solution layers.
I reached this implementation:

Then, after a few seconds it switches over... | jQuery UI tabs loading first as <ul> then as tabs | CC BY-SA 2.5 | 0 | 2009-10-02T01:34:29.963 | 2019-02-02T20:20:23.257 | 2017-02-08T14:15:53.203 | -1 | 99,401 | [
"jquery-ui"
] |
1,508,231 | 1 | 1,508,408 | null | 1 | 2,584 | I'm working on styling a TabControl on a PC runnnig Windows 7 and everything looked fine, but when I tried running it in Windows XP, I get a hideous white border around the TabControl:

I believe it's the same problem fighting with luna (describ... | WPF TabControl XP Styling Problem | CC BY-SA 2.5 | null | 2009-10-02T07:58:57.237 | 2011-08-15T19:03:35.433 | 2017-05-23T11:45:25.150 | -1 | 128,837 | [
"wpf",
"windows-xp",
"styles",
"tabcontrol"
] |
1,509,712 | 1 | null | null | 1 | 14,935 | i am trying to insert the value in the table by passing the value in a function
like this:
```
public void insert(long r,String s_n,char sex,String sf_n,String sm_n,int c,char sec,long tel,long amount,String add,int age,String house)
{
try{
this.ps=this.con.prepareStatement("insert into s_table... | error :Data-Truncation while inserting in table | CC BY-SA 2.5 | 0 | 2009-10-02T14:03:26.950 | 2014-07-23T08:48:39.053 | 2017-02-08T14:15:54.557 | -1 | 148,453 | [
"sql",
"jdbc"
] |
1,511,788 | 1 | 1,515,076 | null | 0 | 4,816 | I am trying to use conditional formatting to highlight a row of cells containing key value pairs in another column when certain watch cells are yellow. I have a three columns (A,B,C) containing numeric digits and then two columns (key 1, key2) that is also numeric. Next to the two columns are sensor attribute data th... | Excel VBA Macro Conditional Formatting By Referencing Cell Pair Relative Location | CC BY-SA 2.5 | null | 2009-10-02T21:07:14.980 | 2009-10-04T18:17:56.533 | 2018-07-09T19:34:03.733 | -1 | 180,467 | [
"excel",
"vba"
] |
1,513,383 | 1 | 1,518,907 | null | 4 | 2,897 | I have a number of spherical longitude/latitude coordinates for points on a sphere that I need to visualize. For that purpose, I transformed the points to cartesian coordinates and built a mesh of triangles that I can render with VTK. Works so far.
Now I want to use a texture for the sphere model. Therefore I transfor... | Texturing error on a Sphere | CC BY-SA 2.5 | 0 | 2009-10-03T09:59:40.130 | 2017-10-08T05:35:28.520 | 2017-09-21T15:15:10.693 | 34,855 | 34,855 | [
"3d",
"geometry",
"textures",
"vtk"
] |
1,513,811 | 1 | 1,513,979 | null | 27 | 54,803 | I started playing around with OpenGL and GLUT. I would like to draw some points, but the problem is that they turn out to be squares, and I would like them to be round dots (filled circles).
This is what I do:
```
void onInitialization( )
{
glEnable( GL_POINT_SMOOTH );
glEnable( GL_BLEND );
glBlendFunc(... | Getting smooth, big points in OpenGL | CC BY-SA 3.0 | 0 | 2009-10-03T14:00:07.550 | 2019-04-28T07:06:40.043 | 2019-04-27T18:00:52.640 | 2,631,715 | 140,367 | [
"c",
"opengl",
"glut"
] |
1,514,955 | 1 | 1,514,971 | null | 1 | 741 | Microsoft Books Online (BOL) on [Using Change Data](http://msdn.microsoft.com/en-us/library/cc645858.aspx) explains a misleading error messages for `cdc.fn_cdc_get_all_changes_*` & `cdc.fn_cdc_get_net_changes_*` when an invalid, out-of-range LSN (Log Sequence Number) has been passed to them.
---
```
Msg 313, Level... | How to get around UDF restriction on side-effecting operators? | CC BY-SA 2.5 | null | 2009-10-03T21:56:18.057 | 2013-12-06T06:18:12.700 | 2017-02-08T14:15:56.587 | -1 | 4,035 | [
"sql-server",
"tsql",
"user-defined-functions"
] |
1,515,977 | 1 | 1,516,004 | null | 20 | 82,687 | I have some 9000 points that are plotted on a graph:
[[Full resolution](https://imgur.com/WTdmJ.jpg)]

Actually, the plot is not as smooth as I wanted it to be.
Or some form of thresholding so that I can selectively smoothen out the parts that is too bumpy?
I am not sure bu... | How to smoothen a plot in MATLAB? | CC BY-SA 2.5 | 0 | 2009-10-04T09:03:34.377 | 2014-07-26T16:47:51.753 | null | null | 113,124 | [
"matlab",
"plot",
"smoothing",
"curvesmoothing"
] |
1,516,141 | 1 | 1,516,315 | null | 0 | 305 | What is the syntax to use the [TestDescriptionAttribute][1] of a test to populate the Description column in the Test Results window?
Context: Visual Studio 2008 Team System
I've read the documentation, but am not able to find a concrete example.
Based, loosely, on Ngu's suggestion, I've tried:
```
using GlobalSim;... | VisualStudio.TestTools.WebTesting.TestDescriptionAttribute Syntax | CC BY-SA 2.5 | null | 2009-10-04T10:51:32.407 | 2016-12-29T20:05:46.737 | 2017-02-08T14:15:56.940 | -1 | 90,837 | [
"unit-testing",
"visual-studio-2008",
"attributes",
"mstest"
] |
1,516,296 | 1 | 1,516,330 | null | 15 | 26,608 | As you may be able to tell from [this screenshot](https://i.stack.imgur.com/Rn8a6.jpg), I am trying to make a physics engine for a platformer I am working on, but I have run into a definite problem: I need to be able to find out the angle of any one of the triangles that you can see make up this mesh, so that I can wor... | Find the normal angle of the face of a triangle in 3D, given the co-ordinates of its vertices | CC BY-SA 3.0 | 0 | 2009-10-04T12:29:31.413 | 2015-07-01T12:32:05.977 | 2015-07-01T12:32:05.977 | 815,724 | null | [
"math",
"3d",
"geometry",
"trigonometry"
] |
1,516,560 | 1 | 1,516,641 | null | 1 | 2,013 | I installed sql server 2008 on my windows 7 rtm, but as you see in the screen shot all its services are stop and when i try to start it fail, also when i try to install SP, it give me a big error message.
Is it not possible to install sql 2008 on windows 7 or what should i fix?
feel free to ask me to know more about ... | running sql server 2008 on windows 7 and setup its sp problems | CC BY-SA 2.5 | null | 2009-10-04T14:38:26.743 | 2009-10-04T15:15:25.107 | 2017-02-08T14:15:57.443 | -1 | 20,126 | [
"sql-server-2008",
"windows-7"
] |
1,516,740 | 1 | 1,516,910 | null | 9 | 86,828 | I have this plot
[[Full Resolution](https://imgur.com/WTdmJ.jpg)]

I need to make a straight line at a point on x axis that the and of that vertical line with my plot.
How can this be done in MATLAB?
the user enters 1020 then a straight vertical line will be drawn at 102... | How to mark a point in a MATLAB plot? | CC BY-SA 2.5 | 0 | 2009-10-04T15:58:12.993 | 2014-10-29T12:43:34.277 | null | null | 113,124 | [
"matlab",
"graph",
"plot",
"intersection"
] |
1,518,620 | 1 | 1,518,681 | null | 7 | 3,183 | Windows 7 Aero Theme has a brand new taskbar [with extensions](http://msdn.microsoft.com/en-us/library/dd378460(VS.85).aspx).

What is the current status of Taskbar Extensions (jump lists, etc.) support in Qt?
| Qt: what is the current status of Windows 7 Taskbar Extensions support? | CC BY-SA 2.5 | 0 | 2009-10-05T07:12:04.177 | 2010-09-12T09:55:03.830 | 2017-02-08T14:15:57.827 | -1 | 13,543 | [
"qt",
"windows-7",
"themes",
"taskbar",
"aero"
] |
1,518,946 | 1 | 1,519,372 | null | 2 | 41,429 | Below is the code to insert value into mysql database, using datagridview.
But the selectcommand is working.It is not happening since i get error stating "Column 'username' cannot be null ".
This error does not pop up if i use ms access database.
Can anyone help me on this. is there any other method to do so.
---
... | How to insert,delete,select,update values in datagridview in C# using MYSQL | CC BY-SA 3.0 | 0 | 2009-10-05T09:03:02.867 | 2015-06-20T17:57:38.320 | 2015-06-20T17:57:38.320 | 1,159,643 | 128,036 | [
"c#",
"mysql",
"datagridview"
] |
1,520,411 | 1 | 1,520,723 | null | 1 | 783 | I've want to know what is the best practice or approach in dealing with multiple and complex columns with a form inside.
here's an example of the form I'm dealing with

How to properly write a HTML markup for this? If I wrap every form element wit... | Standard and Best practice in dealing with Muliple/Complex Columns with Forms | CC BY-SA 3.0 | 0 | 2009-10-05T14:21:47.967 | 2012-05-17T14:47:30.413 | 2012-05-17T14:47:30.413 | 106,224 | 173,072 | [
"html",
"css",
"standards",
"standards-compliance"
] |
1,522,564 | 1 | 1,527,012 | null | 105 | 761,600 | I used Komodo Edit 5 to write some .py files. My IDE window looks like this:

How do I actually run the .py file to test the program? I tried pressing F5 but it didn't appear to do anything.
I also tried using IDLE, but it seems like you can only run a couple of lines at a time.
| How do I run a Python program? | CC BY-SA 4.0 | 0 | 2009-10-05T21:42:30.373 | 2023-01-18T11:54:58.533 | 2023-01-18T11:54:58.533 | 523,612 | 112,355 | [
"python",
"komodo"
] |
1,523,997 | 1 | 1,524,807 | null | 6 | 9,641 | I'm trying to create a titled border frame in GWT, which results in this:

This can be done using HTML fieldset and legend tags, such as
```
<fieldset>
<legend>Connection parameters</legend>
... the rest ...
</fieldset>
```
I want to create a custom w... | Titled frame panel for GWT (using FIELDSET and LEGEND html tags) | CC BY-SA 3.0 | null | 2009-10-06T06:57:29.050 | 2015-06-20T18:25:29.263 | 2015-06-20T18:25:29.263 | 1,159,643 | 11,238 | [
"html",
"gwt",
"event-handling",
"fieldset",
"legend"
] |
1,524,057 | 1 | 1,527,852 | null | 6 | 1,955 | So far it looks like Fabrice Bellard's base 2 equation is the way to go

Ironically this will require a BigReal type; do we have this for .Net? .Net 4.0 has BigInteger.
Anyone have a Haskell version?
| Computing π to "infinite" binary precision in C# | CC BY-SA 2.5 | 0 | 2009-10-06T07:20:38.723 | 2015-11-03T07:53:35.237 | 2017-02-08T14:16:00.897 | -1 | 444,976 | [
"c#",
"haskell",
"pi"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.