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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2,470,814 | 1 | 2,476,833 | null | 2 | 793 | One of my clients uses Trend Micro InterScan Messaging Security to protect their internal mail services.
Suddenly InterScan decided to filter out all messages coming from Google App Engine.
Unfortunately they haven't been able to whitelist the sender address as each e-mail gets a different one. For example, `*3ckihSO... | saving appengine mail from spam filters | CC BY-SA 2.5 | null | 2010-03-18T15:02:53.933 | 2011-02-07T22:55:03.360 | 2010-03-18T20:04:15.677 | 132,438 | 132,438 | [
"google-app-engine",
"email",
"spam"
] |
2,472,051 | 1 | null | null | 1 | 490 | When I drag 'My iPhone App' application's file into iTunes it has proper view. Rounded corners and transparent background.
Then I close iTunes and open it again. Corners are still rounded but... What has happened with the background?

[http://www.freeimagehosting.net/uploa... | Strange iPhone application icon view in the iTunes's Applications section | CC BY-SA 3.0 | null | 2010-03-18T17:31:30.267 | 2011-12-21T23:09:03.053 | 2011-12-21T23:09:03.053 | 53,195 | 296,773 | [
"iphone",
"graphics",
"icons",
"itunes"
] |
2,473,428 | 1 | 2,473,544 | null | 6 | 4,502 | We have configured iReport to generate the following graph:

The real data points are in blue, the trend line is green. The problems include:
- -
The source of the problem is with the incrementer class. The incrementer is provided with the data points iteratively. There does not a... | Trend analysis using iterative value increments | CC BY-SA 2.5 | 0 | 2010-03-18T21:22:07.220 | 2010-03-19T16:35:53.963 | 2010-03-18T21:32:12.860 | 59,087 | 59,087 | [
"java",
"algorithm",
"ireport",
"data-analysis"
] |
2,474,804 | 1 | 2,475,243 | null | 39 | 9,313 | I'd like to get a colored REPL for clojure code, similar to what you can do with IRB for Ruby.
Are there any libraries or settings for user.clj that provide automatic coloring of the REPL?
Example IRB:

| Is there a colored REPL for Clojure? | CC BY-SA 2.5 | 0 | 2010-03-19T03:25:16.723 | 2015-02-05T13:09:20.360 | 2020-06-20T09:12:55.060 | -1 | 137,590 | [
"clojure",
"colors",
"syntax-highlighting",
"read-eval-print-loop"
] |
2,475,329 | 1 | 2,478,410 | null | 41 | 30,410 |
## Symptoms
-

- Browsing to the URL displays: - Running the app from VS 2008 an dialog is displayed.
## Infrastructure
- - - -
## Things Tried
... | Steps to Investigate Cause of Web.Config Duplicate Section | CC BY-SA 3.0 | 0 | 2010-03-19T06:14:57.243 | 2016-07-08T22:41:56.167 | 2016-07-08T22:41:56.167 | 6,083,675 | 2,669 | [
"asp.net",
"asp.net-mvc",
"iis-7"
] |
2,476,575 | 1 | 2,476,704 | null | 50 | 57,534 | I'm using graphviz (dot) to generate the graph you can see below. The node in the lower left corner (red ellipse) causes annoyance as its edges cross several edges of the adjacent node. Is there a way to restrain node placement to a certain area?
 | CC BY-SA 4.0 | 0 | 2010-03-19T10:48:06.687 | 2023-02-07T09:04:32.647 | 2019-03-03T20:20:50.483 | 2,756,409 | 219,519 | [
"graphviz",
"edge-detection",
"dot"
] |
2,476,583 | 1 | 2,478,643 | null | 2 | 1,362 | I'm having a problem with image scaling. When I use the following code to scale an image it ends up with a line either at the bottom or on the right side of the image.
```
double scale = 1;
if (scaleHeight >= scaleWidth) {
scale = scaleWidth;
} else {
scale = scaleHeight;
}
AffineTransform af = new AffineTrans... | Java: Line appears when using AffineTransform to scale image | CC BY-SA 3.0 | null | 2010-03-19T10:49:20.247 | 2011-07-28T09:59:31.027 | 2011-07-28T09:59:31.027 | 128,662 | 209,641 | [
"java",
"image-processing",
"java-2d",
"affinetransform"
] |
2,476,720 | 1 | 2,476,785 | null | 2 | 229 | according to this image, i try to save data in NSUserDefaults but my App not have application setting in menu Setting on iPhone?
how can i make this?
thanks.

| how to make NSUserDefaults show in Setting on iPhone? | CC BY-SA 2.5 | 0 | 2010-03-19T11:13:43.100 | 2013-01-09T13:06:43.843 | 2017-02-08T14:22:44.293 | -1 | 203,372 | [
"iphone",
"nsuserdefaults",
"application-settings"
] |
2,477,452 | 1 | 2,477,460 | null | 178 | 394,388 | `’` is showing on my page instead of `'`.
I have the `Content-Type` set to `UTF-8` in both my `<head>` tag and my HTTP headers:
```
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
```

In addition, my browser is set to `Uni... | "’" showing on page instead of " ' " | CC BY-SA 3.0 | 0 | 2010-03-19T13:04:43.250 | 2021-04-16T13:12:44.693 | 2013-12-28T23:43:32.943 | 1,350,209 | 84,201 | [
"encoding",
"utf-8",
"mojibake"
] |
2,477,774 | 1 | 2,487,365 | null | 56 | 62,160 | >
[I discovered how to map a linear lens](https://stackoverflow.com/questions/2477774/correcting-fisheye-distortion-programmatically/2502276#2502276), from `destination` coordinates to `source` coordinates.
- I actually struggle to reverse it, and to map source coordinates to destination coordinates. What is the... | correcting fisheye distortion programmatically | CC BY-SA 3.0 | 0 | 2010-03-19T13:50:13.980 | 2022-02-05T17:10:03.017 | 2017-05-23T12:17:15.330 | -1 | 15,721 | [
"math",
"graphics",
"geometry",
"projection"
] |
2,480,428 | 1 | 4,081,009 | null | 1 | 2,479 | I've recently had to draw some architectural diagrams that feature the use of an [Enterprise Service Bus](http://en.wikipedia.org/wiki/Enterprise_service_bus). The ESB is critical, so everyone wants it to show up on the diagram. But since it's the center of what everything is connected to, it really of gets in the wa... | How do I draw an ESB on a SoaML diagram? | CC BY-SA 2.5 | null | 2010-03-19T20:35:14.183 | 2022-08-07T08:02:39.597 | 2017-02-08T14:22:44.630 | -1 | 115,478 | [
"uml",
"esb"
] |
2,480,926 | 1 | null | null | 3 | 213 | I do a lot of prototyping and need more Xcode templates for the different classes of apps that I prototype. My current source of information for Xcode templates is a set of [links](http://delicious.com/iggymwangi/xcode+templates) from the web. What... | What resources do folks use for learning about Xcode templates? | CC BY-SA 2.5 | 0 | 2010-03-19T22:20:27.640 | 2010-03-25T19:25:56.687 | 2017-02-08T14:22:44.997 | -1 | 216,354 | [
"iphone",
"xcode",
"templates"
] |
2,481,120 | 1 | 5,203,632 | null | 9 | 10,592 | I have an icon image and text like the following. The code source of everything is:
```
<img src="...." align="absmiddle" /> My Title Here
```
The problem is that the icon is not aligned vertically with the title in Chrome compared to firefox.

I think the `absmiddle` doesn'... | ABSMIDDLE works differently on Firefox and Chrome? | CC BY-SA 3.0 | null | 2010-03-19T23:16:00.877 | 2016-07-07T20:30:06.130 | 2016-07-07T20:30:06.130 | 839,689 | 241,654 | [
"html",
"css",
"image",
"alignment",
"vertical-alignment"
] |
2,481,479 | 1 | 2,798,408 | null | 8 | 3,957 | I want to write a program for simulating a motion of high number (N = 1000 - 10^5 and more) of bodies (circles) on 2D plane. All bodies have equal size and the only interaction between them is elastic collision.
I want to get something like  | CC BY-SA 3.0 | 0 | 2010-03-20T01:11:23.560 | 2019-11-25T00:35:31.923 | 2017-02-08T14:22:45.330 | -1 | 196,561 | [
"collision-detection",
"modeling"
] |
2,483,771 | 1 | 2,492,211 | null | 163 | 156,250 | While debugging jQuery apps that use AJAX, I often have the need to see the json that is being returned by the service to the browser. So I'll drop the URL for the JSON data into the address bar.
This is nice with ASPNET because in the event of a coding error, I can see the ASPNET diagostic in the browser:
![alt te... | How can I convince IE to simply display application/json rather than offer to download it? | CC BY-SA 3.0 | 0 | 2010-03-20T16:16:49.330 | 2017-07-29T14:46:34.697 | 2017-04-03T18:03:01.790 | 48,082 | 48,082 | [
"jquery",
"asp.net-mvc",
"ajax",
"asp.net-ajax",
"internet-explorer"
] |
2,484,069 | 1 | 2,489,787 | null | 0 | 2,157 | If your native language is not EN_US or you know any other spoken language just fine you can easily contribute!)
[](https://i.stack.imgur.com/x4vZR.jpg)
[narod.ru](http://superior0.narod.ru/key.jpg)

Code:
```
<div id="map_canvas" cla... | Google maps not showing satellite background - streets on white background | CC BY-SA 3.0 | null | 2010-03-20T18:13:58.080 | 2012-08-05T05:10:44.590 | 2017-02-08T14:22:46.697 | -1 | 260,480 | [
"google-maps",
"google-maps-api-3"
] |
2,484,385 | 1 | 2,484,776 | null | 1 | 288 | Imagine that HTML page is a game (see picture).
User can have number of (blue divs) on his page. Each board can be moved, re-sized, relabeled, created new and removed.
Inside each board there are number of (purple divs). Each of these user can move inside the board or to another board, re-size, change color and... | Looking for design/architecture suggestions for a simple HTML game | CC BY-SA 2.5 | null | 2010-03-20T19:23:31.513 | 2010-03-20T21:06:24.093 | 2010-03-20T20:30:13.377 | 28,098 | 28,098 | [
"php",
"javascript",
"mysql",
"architecture"
] |
2,485,767 | 1 | null | null | 1 | 802 | How to give different styling to last row only and 1st and last column of the table .
See current example here [http://jsfiddle.net/jitendravyas/KxmY5/1/](http://jsfiddle.net/jitendravyas/KxmY5/1/)
and this is how I want it:

``
| How to give different style to <table> columns and rows? | CC BY-SA 3.0 | 0 | 2010-03-21T03:16:14.523 | 2017-05-27T12:34:00.520 | 2017-05-27T12:34:00.520 | 4,370,109 | 84,201 | [
"css",
"html-table"
] |
2,486,758 | 1 | null | null | 154 | 229,212 | I have made an XML Schema - all the code basically - and was wondering if there is a way that the code can generate something like this:

If so how can I do it?
| How to visualize an XML schema programatically? | CC BY-SA 4.0 | 0 | 2010-03-21T10:47:49.397 | 2021-03-01T11:40:04.580 | 2021-03-01T11:40:04.580 | 469,294 | 297,959 | [
"xml",
"xsd"
] |
2,487,459 | 1 | 2,487,513 | null | 1 | 1,469 | I run the following html snippet in IE8 and IE7 with non-English characters (we tried both Hebrew and Chinese), and the second link never works properly.
The displayed text in the alert box is mangled.
This occurs in IE8 and IE7, but not in firefox. It is not dependent on Windows's regional settings.
Here is the html ... | Strange javascript decoding behavior in IE | CC BY-SA 2.5 | null | 2010-03-21T14:45:41.880 | 2010-03-21T18:05:27.253 | 2017-02-08T14:22:48.050 | -1 | 36,071 | [
"javascript",
"internet-explorer",
"url-encoding"
] |
2,487,753 | 1 | null | null | 1 | 749 | 
Ad you can see, there is a example. The UI picker's Selection indicator. How can I do the similar thing on my Apps?
| How to edit Selection indicator in UIPicker? | CC BY-SA 2.5 | null | 2010-03-21T16:14:53.777 | 2010-03-22T05:00:25.123 | 2017-02-08T14:22:48.387 | -1 | 148,956 | [
"objective-c",
"iphone",
"iphone-sdk-3.0"
] |
2,490,104 | 1 | null | null | 6 | 7,645 | Like this; this a screenshot of MS word file.

- `tfoot``td``<p>dwdwdewwe</p>``</table>``<p></p>`- `tfoot``<table>`-
| What is prefered method to put footnotes for html table? | CC BY-SA 3.0 | 0 | 2010-03-22T05:05:22.047 | 2017-01-13T18:07:47.510 | 2017-02-08T14:22:50.113 | -1 | 84,201 | [
"xhtml",
"html-table",
"accessibility",
"semantic-markup"
] |
2,490,167 | 1 | null | null | 1 | 203 | Is it possible to make this box's corner round with same `html` tags. without using any other tag and `border-radius` property and javascript. but i can use css classes and background images. and box height should be depend on content of `<p>grr</p>`
`<h2>`
```
<h2>Nulla Facilisi</h2>
<p>
Phasellus at turpis lacus... | What is the second best possible way to make this Content Box's (Fixed width) corners round (without border-radius and javascript)? | CC BY-SA 2.5 | null | 2010-03-22T05:33:22.730 | 2010-03-22T18:09:09.983 | 2017-02-08T14:22:50.453 | -1 | 84,201 | [
"css",
"xhtml",
"semantic-markup"
] |
2,491,769 | 1 | 2,516,963 | null | 3 | 2,478 | I've got an ItemsControl which fills from top to bottom, but I can't get it's child items to occupy the whole width of the ItemsControl:

I basically need to stretch the green bits to fill the width of the control (as shown by the blue bits)... | Silverlight: Set Items Widths in ItemsControl to Stretch | CC BY-SA 2.5 | null | 2010-03-22T11:25:58.587 | 2010-04-10T19:39:45.320 | 2017-02-08T14:22:51.130 | -1 | 128,837 | [
"silverlight",
"itemscontrol",
"html"
] |
2,492,976 | 1 | 2,494,404 | null | 2 | 2,388 | I'm stuck on a problem and, after what seems like days of searching for a solution, I'm reaching out to Stack Overflow for help.
I'm trying to replace a standard `<select>` dropdown form element with a Textbox and a Div containing an unordered list. I'd prefer to have the solution be based on jQuery, but am open to alt... | Need Magic jQuery Replacement for Selectbox Dropdown Form Element | CC BY-SA 3.0 | null | 2010-03-22T14:31:10.087 | 2012-01-02T20:43:14.643 | 2020-06-20T09:12:55.060 | -1 | 231,651 | [
"javascript",
"jquery",
"css",
"drop-down-menu"
] |
2,495,782 | 1 | 2,496,047 | null | 2 | 1,632 | My goal is totally fit image in toolStripButton and toolStripDropDownButton.
If a image in the button set with image property, I can not totally fit the image in the button. Because of margin, border, or something of the button.(I don't know exactly).
So I try to set the image in the button with BackgroudImage proper... | Resizing ToolStripButtons to fit complete BackGround image | CC BY-SA 3.0 | null | 2010-03-22T21:11:21.017 | 2014-06-18T17:59:52.907 | 2017-02-08T14:22:52.147 | -1 | 279,071 | [
".net",
"image",
"winforms",
"toolstripbutton"
] |
2,495,814 | 1 | null | null | -1 | 153 | I want to build a program that will (as part of what it's doing) display lines organically growing and interacting horizontally across the screen. Here's a sample image, just imagine the lines sprouting from the left and growing to the right:

The lin... | What would you recommend to do simple 2D Graphics? | CC BY-SA 2.5 | null | 2010-03-22T21:16:54.610 | 2010-03-22T21:24:44.497 | 2017-02-08T14:22:52.487 | -1 | 8,435 | [
"graphics",
"animation"
] |
2,497,326 | 1 | 2,497,424 | null | 1 | 1,412 | I have had the following problem for a while and I am really not sure how to solve it.
The problem can currently be observed here: [http://www.androidpolice.com/2009/11/16/the-not-so-good-the-bad-and-the-ugly-my-list-of-20-problems-with-htc-hero/](http://www.androidpolice.com/2009/11/16/the-not-so-good-the-bad-and-the... | 2 divs side-by-side, one floated - how do I make the other fit next to it without overlapping? | CC BY-SA 4.0 | 0 | 2010-03-23T03:01:03.230 | 2019-09-11T18:30:37.140 | 2019-09-11T18:30:37.140 | 10,607,772 | 47,680 | [
"html",
"css",
"width"
] |
2,497,364 | 1 | null | null | 5 | 1,421 | : How does Google create the dropshadow next to the vertical scrollbar over the Google Map?
This is a screenshot depicting exactly what I'm talking about.

This seems to be regardless of browser (IE, Firefox, Chrome) and platform (Windows, Mac, Linu... | HTML/CSS: How does Google create this drop shadow over their maps? | CC BY-SA 3.0 | 0 | 2010-03-23T03:14:23.323 | 2011-08-28T14:53:25.833 | 2011-08-28T14:53:25.833 | 419 | 299,267 | [
"javascript",
"html",
"css",
"dropshadow"
] |
2,499,032 | 1 | 3,329,126 | null | 13 | 20,932 | I'm trying to use graphviz on media wiki as a documentation tool for software.
First, I documented some class relationships which worked well. Everything was ranked vertically as expected.
But, then, some of our modules are dlls, which I wanted to seperate into a box. When I added the nodes to a cluster, they got edg... | subgraph cluster ranking in dot | CC BY-SA 2.5 | 0 | 2010-03-23T10:25:15.963 | 2015-03-04T13:50:07.393 | 2010-06-10T12:39:46.003 | 3,848 | 27,491 | [
"graphviz",
"dot"
] |
2,499,738 | 1 | null | null | 0 | 618 | ```
SELECT h11, HA11
FROM florin.h11
WHERE (3>d1 AND 3<d2) OR (3>d1 AND 3=d2 AND id=MAX(id))
UNION (3=d1 AND 3<d2 AND id=MIN(id));
```
Here a screenshot of my table stucture:

| How to filter MySQL SELECT by an aggregate function? | CC BY-SA 2.5 | null | 2010-03-23T12:18:46.617 | 2017-04-19T09:24:30.700 | 2010-03-23T13:53:30.133 | 33,264 | 299,874 | [
"sql",
"mysql"
] |
2,500,732 | 1 | null | null | 6 | 1,290 | I think this is an interesting question, at least for me.
---
I have a , let's say:
> photo, free, search, image, css3, css, tutorials, webdesign, tutorial, google, china, censorship, politics, internet
and I have a :
- - - -
---
I need to try and match words with the appropriate context/contexts if poss... | Defining the context of a word - Python | CC BY-SA 2.5 | 0 | 2010-03-23T14:37:30.347 | 2010-03-24T18:17:26.507 | 2010-03-24T18:17:26.507 | 86,542 | 208,827 | [
"python",
"django",
"dictionary",
"nlp"
] |
2,502,009 | 1 | 3,248,619 | null | 1 | 404 | Here is the setup. No assumptions for the values I am using.
```
n=2; % dimension of vectors x and (square) matrix P
r=2; % number of x vectors and P matrices
x1 = [3;5]
x2 = [9;6]
x = cat(2,x1,x2)
P1 = [6,11;15,-1]
P2 = [2,21;-2,3]
P(:,1)=P1(:)
P(:,2)=P2(:)
modePr = [-.4;16]
TransPr=[5.9,0.1;20.2,-4.8]
pred_modePr =... | This is more a matlab/math brain teaser than a question | CC BY-SA 2.5 | null | 2010-03-23T17:10:30.357 | 2010-07-14T22:02:56.977 | 2020-06-20T09:12:55.060 | -1 | 170,792 | [
"math",
"matlab",
"linear-algebra"
] |
2,502,990 | 1 | 2,503,049 | null | 75 | 73,316 | I tried [this aproach](https://stackoverflow.com/questions/2437666/write-text-files-without-byte-order-mark-bom) without any success
the code I'm using:
```
// File name
String filename = String.Format("{0:ddMMyyHHmm}", dtFileCreated);
String filePath = Path.Combine(Server.MapPath("App_Data"), filename + ".txt");
/... | Create Text File Without BOM | CC BY-SA 3.0 | 0 | 2010-03-23T19:32:45.203 | 2023-01-23T23:46:45.743 | 2017-05-23T10:31:27.110 | -1 | 28,004 | [
"c#",
"asp.net-3.5",
"text-files",
"byte-order-mark"
] |
2,504,461 | 1 | null | null | 0 | 685 | I am modifying GLPaint to use a different background, so in this case it is white. Anyway the existing stamp they are using assumes the background is black, so I made a new background with an alpha channel. When I draw on the canvas it is still black, what gives? When I actually draw, I just bind the texture and it wor... | Drawing a texture with an alpha channel doesn't work -- draws black | CC BY-SA 2.5 | null | 2010-03-23T23:48:35.293 | 2010-03-24T14:05:20.277 | 2017-02-08T14:22:54.830 | -1 | 143,208 | [
"iphone",
"objective-c",
"opengl-es"
] |
2,507,861 | 1 | 2,507,875 | null | 5 | 1,842 | I'm trying to write a method to reduce the size of any image 50% each time is called but I've found a problem. Sometimes, I end up with a bigger filesize while the image is really just half of what it was. I'm taking care of DPI and PixelFormat. What else am I missing?
Thank you for your time.
```
public Bitmap Resiz... | Sometimes, scaling down a bitmap generates a bigger file. Why? | CC BY-SA 2.5 | null | 2010-03-24T13:10:35.907 | 2010-03-29T06:25:29.020 | 2010-03-24T21:24:53.420 | 4,386 | 4,386 | [
"c#",
".net",
"bitmap",
"resize-image"
] |
2,508,247 | 1 | 2,508,500 | null | 0 | 568 | Well hi, guess what, I have an IE positioning issue! This is in 8, so god know what's going on in the other versions (checking later)
Both the boxes call the same class, why is IE being so difficult?
Here's how it's meant to look:

And here's ... | IE8 positioning, nightmare! | CC BY-SA 2.5 | 0 | 2010-03-24T14:05:58.640 | 2010-03-25T13:51:07.750 | 2017-02-08T14:22:56.250 | -1 | 287,047 | [
"html",
"css",
"internet-explorer-8",
"positioning"
] |
2,508,630 | 1 | null | null | 44 | 44,044 | I have a UIView which is supposed to cover the whole device (UIWindow) to support an image zoom in/out effect I'm doing using core animation where a user taps a button on a UITableViewCell and I zoom the associated image.
The zooming is performing flawlessly, what I haven't been able to figure out is why the subview i... | Orientation in a UIView added to a UIWindow | CC BY-SA 3.0 | 0 | 2010-03-24T14:48:41.840 | 2017-07-02T05:51:02.680 | 2012-07-21T22:58:47.330 | 419 | 295,171 | [
"iphone",
"uiview",
"orientation",
"uiwindow"
] |
2,510,019 | 1 | null | null | 1 | 1,797 | I'm in the process of importing a very large tab-delimited text file using the Import Wizard in SQL Server Management Studio 2005. Some of the column values are empty, which are represented by the string value "NULL." However, when I try to import the file I get the following error message dialog:
![SSIS Error Messa... | Importing NULL Values in Tab-Delimited File Using SSMS 2005 | CC BY-SA 2.5 | null | 2010-03-24T17:36:23.280 | 2010-03-24T18:25:15.617 | null | null | 1,972 | [
"sql-server-2005",
"import"
] |
2,510,445 | 1 | 2,514,157 | null | 2 | 3,378 | I'm working on an application which contains an editable `QComboBox`. I observe the following behavior when I enter some text in the edit field and press the dropdown arrow in the combobox:

My edit line ends up hidden behind the item `"e@abc.com"`. I would like to have the combo... | Qt QComboBox popup position | CC BY-SA 4.0 | null | 2010-03-24T18:37:17.263 | 2020-06-27T09:20:06.690 | 2020-06-27T09:20:06.690 | 2,279,422 | 246,844 | [
"qt",
"qcombobox"
] |
2,511,545 | 1 | 2,511,553 | null | 4 | 1,919 | Say we've got a class like
```
public class Doer
{
public int Timeout {get;set;}
public string DoIt(string input)
{
string toReturn;
// Do something that involves a Timeout
return toReturn;
}
}
```
Is there a tool that would create a Form or Control for prototyping this clas... | Tool to generate a GUI (WinForms or WPF) from a class | CC BY-SA 2.5 | 0 | 2010-03-24T21:28:40.573 | 2012-04-07T21:19:36.053 | 2017-02-08T14:22:57.267 | -1 | 116,891 | [
".net",
"wpf",
"winforms"
] |
2,512,308 | 1 | 2,516,836 | null | 0 | 1,974 | I'm trying to figure out how to add a Fan button to a Facebook page right next to the company name. I've seen this done on a few pages, as shown in the following screenshot.

I've added the FBML application though I can't find a great deal of informa... | Facebook fbml add fan button to page | CC BY-SA 3.0 | null | 2010-03-24T23:54:31.100 | 2012-03-14T11:30:07.857 | 2011-08-04T22:42:41.130 | 709,202 | 301,155 | [
"facebook",
"facebook-fbml"
] |
2,513,106 | 1 | 2,513,120 | null | 2 | 959 | I want to know how I can make a Java program where an unknown amount of objects can be added to a GUI depending on user input. I can program in objects one at a time within the program, but I haven't seen a more dynamic program.
Can I do that with Java? If not, what can I do it with?
For more information, here's a pi... | Can I add elements to a Java GUI? | CC BY-SA 2.5 | 0 | 2010-03-25T04:41:45.947 | 2010-07-02T08:57:51.023 | 2017-02-08T14:22:57.603 | -1 | 223,148 | [
"java",
"user-interface",
"dynamic"
] |
2,513,784 | 1 | 2,513,913 | null | 7 | 24,779 | I'm using the array-grid extjs example to try and fit a gridpanel into a container window. The problem is on resizing the container window, the gridpanel doesn't automatically fit the new size. As I understand it that's how it's supposed to work.
Here's the link to the example: [http://www.extjs.com/deploy/dev/example... | Gridpanel auto resize on window resize | CC BY-SA 2.5 | 0 | 2010-03-25T07:45:46.257 | 2018-07-19T12:35:28.860 | null | null | 89,571 | [
"extjs"
] |
2,514,297 | 1 | 2,514,360 | null | 1 | 3,083 | I am trying to use `CFNetwork` in my app so I tried adding `CFNetwork.framework` from the `Edit Target` dialog in Xcode.
The interesting thing is that `CFNetwork` is not visible in the dialog box at all.
Am I missing anything? Do I have to add/install `CFNetwork` in some other way?
Screenshot -

setting the background changes the full label colour.
I want to be able to only render the background colour on the text section of the label, ie ... | JLabel with separate text and icon background colours | CC BY-SA 2.5 | null | 2010-03-25T12:30:18.147 | 2010-03-25T14:31:55.327 | 2017-02-08T14:22:58.277 | -1 | 55,794 | [
"java",
"swing",
"user-interface",
"jlabel"
] |
2,516,641 | 1 | null | null | 1 | 361 | Im trying to add jquery grid to my site. (codeigniter php)
It loads the data just fine but the grid ends up looking awful.. I dont know much about css....
heres an image of what Im getting

| Help with css and jquery grid | CC BY-SA 2.5 | null | 2010-03-25T15:06:36.630 | 2010-10-27T19:37:49.853 | 2010-03-29T06:59:28.940 | 16,272 | 167,519 | [
"jquery",
"css",
"jqgrid"
] |
2,516,634 | 1 | null | null | 2 | 387 | I've been building a site in PHP, HTML, CSS, and using a healthy dose of jQuery javascript. The site looks absolutely fine on my Mac browsers, but for some reason, when my client uses PC Safari, she's seeing strange bits of my HTML show up on the page.
Here are some (small) screenshot examples:
;
var
option: TZahlerArray;
begin
option := werZahlte;
AQ_Query.Close;
AQ_Query.SQL.Clear;
AQ_Query.SQL.Add('USE wgwgwg;');
AQ_Query.SQL.... | Delphi ADO SQL Syntax Error | CC BY-SA 2.5 | 0 | 2010-03-25T16:55:36.567 | 2010-03-26T13:06:44.580 | 2017-02-08T14:23:00.367 | -1 | 137,939 | [
"sql",
"delphi",
"syntax"
] |
2,520,002 | 1 | 2,520,017 | null | 14 | 12,938 | I have a commit, I have stored in a branch, because this should go only to a specific box.
I have merged it to the branch master, but not the branch dev, that I use locally.
Now, by mistake I merged master to dev and that introduced this commit to dev.
I know can git revert sha, to branch dev; but since this is goin... | Git exclude a commit in a branch | CC BY-SA 2.5 | 0 | 2010-03-25T22:49:40.627 | 2014-10-07T13:58:29.477 | 2010-03-25T23:13:18.530 | 55,562 | 55,562 | [
"git",
"commit",
"revert"
] |
2,520,131 | 1 | null | null | 100 | 61,539 | I'm working on a Civilization-like game and I'm looking for a good algorithm for generating Earth-like world maps. I've experimented with a few alternatives, but haven't hit on a real winner yet.
One option is to generate a heightmap using [Perlin noise](http://en.wikipedia.org/wiki/Perlin_noise) and add water at a le... | Looking for a good world map generation algorithm | CC BY-SA 2.5 | 0 | 2010-03-25T23:18:38.310 | 2017-10-27T14:25:51.627 | 2017-02-08T14:23:02.083 | -1 | 188,501 | [
"algorithm",
"dictionary",
"terrain"
] |
2,520,279 | 1 | null | null | 0 | 344 | Many time I found several facebook application on my attach list of publisher.
How can I do it for my Facebook application?

| How to attach application with Facebook publisher? | CC BY-SA 3.0 | null | 2010-03-25T23:53:26.307 | 2012-02-04T08:44:33.800 | 2020-06-20T09:12:55.060 | -1 | 144,882 | [
"facebook",
"fbml",
"facebook-wall",
"publisher"
] |
2,520,682 | 1 | 2,520,731 | null | 1 | 2,854 | I have been working on this problem for a while now.
I am trying to add JPEG support to a program with libjpeg.
For the most part, it is working fairly well, But for some JPEGs, they show up like the picture on the left.

(Compare with the [original image](http://drm.info/file... | C: WinAPI CreateDIBitmap() from byte[] problem | CC BY-SA 4.0 | null | 2010-03-26T01:43:13.933 | 2019-04-23T20:31:01.827 | 2019-04-23T20:31:01.827 | 712,526 | 244,528 | [
"c",
"arrays",
"winapi",
"jpeg",
"libjpeg"
] |
2,522,096 | 1 | 2,522,412 | null | 9 | 5,729 | I have created some simple charts (of type FastLine) with MSChart and update them with live data, like below:

To do so, I bind an observable collection of a custom type to the chart like so:
```
// set chart data source
this._Chart.DataSource =... | How to improve WinForms MSChart performance? | CC BY-SA 3.0 | 0 | 2010-03-26T09:13:57.487 | 2016-03-15T07:04:02.737 | 2013-03-26T21:45:46.250 | 79,485 | 79,485 | [
"c#",
"winforms",
"performance",
"mschart"
] |
2,522,897 | 1 | 2,522,908 | null | 67 | 39,465 | In eclipse preferences
```
Windows > Preferences > Java > Junit
```

What effect does the "Add '-ea' to VM args ...." checkbox option actually have on the new junit launch config?
| Eclipse Junit '-ea' VM Option | CC BY-SA 2.5 | 0 | 2010-03-26T11:35:46.117 | 2021-02-24T15:01:21.247 | 2017-02-08T14:23:02.797 | -1 | 55,794 | [
"eclipse",
"ide",
"junit"
] |
2,525,030 | 1 | 2,548,195 | null | 10 | 4,314 |
I have a custom tab control using Chrome-shaped tabs that binds to a ViewModel. Because of the shape, the edges overlap a bit. I have a function that sets the tabItem's ZIndex on `TabControl_SelectionChanged` which works fine for selecting tabs, and dragging/dropping tabs, however when I Add or Close a tab via a Relay... | WPF - Overlapping Custom Tabs in a TabControl and ZIndex | CC BY-SA 2.5 | 0 | 2010-03-26T16:44:33.943 | 2011-03-14T12:35:55.450 | 2017-02-08T14:23:03.920 | -1 | 302,677 | [
"wpf",
"tabcontrol",
"z-index",
"tabitem"
] |
2,528,149 | 1 | 2,528,252 | null | 0 | 167 | This is my first time doing this sort of project so apologies if the question is silly.
I've got a question about using a C project with a project in the iPhone SDK. I've dragged and dropped the C project into the iPhone project in Xcode (so it appears in the screenshot below).
sjeng.h is a file inside GameEngine.xco... | Integrating a C project in the iPhone SDK | CC BY-SA 3.0 | null | 2010-03-27T04:31:12.817 | 2011-12-07T22:48:02.583 | 2011-12-07T22:48:02.583 | 84,042 | 303,028 | [
"iphone",
"c",
"objective-c",
"dependencies"
] |
2,530,680 | 1 | 2,533,156 | null | 4 | 2,252 | I have a simple database with multiple tables. I can't figure out how to make cakePHP display the values associated with a foreign key in an index view. Or create a view where the fields of my choice (the ones that make sense to users like location name - not location_id can be updated or viewed on a single page).
I h... | How to make cakePHP retrieve the data represented by a foreign key? | CC BY-SA 3.0 | 0 | 2010-03-27T19:43:24.260 | 2016-12-26T15:15:35.520 | 2016-12-26T15:15:35.520 | 1,033,581 | 124,725 | [
"php",
"cakephp"
] |
2,530,729 | 1 | null | null | 0 | 1,227 | I must say that despite this being a newb question, I don't think I have totally mastered HTML a tags.
Whenever I want to open a link in a new tab I add , works fine in chrome and firefox. Not in IE7-8.
I think the behaviour might have something to do with the DOCTYPE, but I'm not entirely sure. I'm currently using .... | Anchor tags and target behaviour? - HTML | CC BY-SA 2.5 | 0 | 2010-03-27T19:59:18.997 | 2010-03-27T20:18:02.297 | null | null | 208,827 | [
"html",
"anchor",
"target"
] |
2,530,862 | 1 | 3,927,122 | null | 13 | 3,383 | correct me if i'm wrong, but Adobe AIR currently only allows applications to have maximum size icon of 256x256.
- -
---
AIR 2 still doesn't support importing 512x512 sized icons.
AIR 2.7 still doesn't support importing icon sizes larger than 128 x 128. ludicrous!
 and looking directly at the sphere primitive. The following are the relevant contents of the scene file that is used to view the scene using OpenGL as well as to render the scene using my own implementation:
```
ambient 0 1 0
dir... | OpenGL render vs. own Phong Illumination Implementation | CC BY-SA 2.5 | null | 2010-03-28T22:08:27.970 | 2010-04-01T01:23:44.237 | null | null | 278,793 | [
"c++",
"reflection",
"opengl",
"raytracing"
] |
2,535,156 | 1 | 2,535,839 | null | 0 | 9,466 | Hope someone has an easy answer on this. I have a header image which is just a 75px high gradient with a fade on the bottom. I have it set as the background image on my header and I want to throw in a left-sidebar on my page. There is a transparency on the header image and when I have my sidebar I can't get it to ... | Sidebar overlapping header despite using background-images and Z-Index | CC BY-SA 3.0 | null | 2010-03-29T00:18:11.060 | 2012-05-07T12:21:39.083 | 2012-05-07T12:21:39.083 | 1,071,413 | 291,724 | [
"css",
"css-selectors"
] |
2,537,368 | 1 | 2,537,661 | null | 0 | 280 | I am writing javascript codes and i want to add todo, note, bug etc. to .js or .aspx files. But Resharper 4.5 couln't find them. Is there any way to show these comments inside todo explorer?
any help would be greatly appreciated
Platform: VS.NET 2008

| To see javascript function names in event list on VS.NET 2008 IDE | CC BY-SA 2.5 | 0 | 2010-03-29T11:24:38.473 | 2011-04-04T17:08:36.770 | 2017-02-08T14:23:10.830 | -1 | 104,085 | [
"javascript",
"visual-studio-2008"
] |
2,539,136 | 1 | 2,656,187 | null | 0 | 294 | Using
Sun Glassfish Enterprise server v2.1.1
I am using "alternatedocroot" via sun-web.xml for my web application to abstract out static content from actual deploy-able code (EAR/WAR)
What I have is a cluster of two server instances distributed across two physical hosts - HOST1 and HOST2. "alternatedocroot" points to... | Glassfish v2 alternatedocroot - will DAS sync it? | CC BY-SA 2.5 | 0 | 2010-03-29T15:28:44.957 | 2010-04-16T21:25:03.023 | 2017-02-08T14:23:11.510 | -1 | 212,211 | [
"java",
"glassfish",
"alternate"
] |
2,540,294 | 1 | 2,542,065 | null | 31 | 13,323 | When plotting a graph with a discontinuity/asymptote/singularity/whatever, is there any automatic way to prevent Matplotlib from 'joining the dots' across the 'break'? (please see code/image below).
I read that Sage has a [detect_poles] facility that looked good, but I really want it to work with Matplotlib.
```
impor... | how to handle an asymptote/discontinuity with Matplotlib | CC BY-SA 3.0 | 0 | 2010-03-29T18:27:09.280 | 2021-09-16T11:09:30.287 | 2017-08-13T08:31:35.187 | 4,220,785 | 271,386 | [
"python",
"numpy",
"matplotlib",
"equation",
"sympy"
] |
2,540,361 | 1 | null | null | 0 | 93 | I have a DBML file with a very large data model. Whenever I need to add a relationship between to tables I have to select the other table from a combo box which appears to be in in almost random order. Is there a reason these dropdowns aren't in alphabetical order, or is there a way to put them in some kind of order?
... | Why don't the classes in the DBML designer appear in alphabetical order? | CC BY-SA 2.5 | null | 2010-03-29T18:36:53.380 | 2013-08-21T19:51:05.560 | 2013-08-21T19:51:05.560 | 861,716 | 2,191 | [
"visual-studio-2008",
"linq-to-sql"
] |
2,540,439 | 1 | 2,540,502 | null | 1 | 1,377 | I have a View that renders something like this:

"Item 1" and "Item 2" are `<tr>` elements from a table.
After the user change "Value 1" or "Value 2" I would like to call a Controller and put the result (some HTML snippet) in the `div` marked as "".
I have some vague notion... | Best strategy for HTML partial rendering based on multiple dropdown values | CC BY-SA 2.5 | null | 2010-03-29T18:50:56.580 | 2010-04-03T07:09:50.217 | 2010-04-03T07:09:50.217 | 164,901 | 18,073 | [
"asp.net",
"asp.net-mvc-2",
"jquery"
] |
2,542,114 | 1 | null | null | 8 | 8,123 | I deployed an ASP.NET web application last night and I when I woke up this morning it was very slow and would occasionally just throw a 'Service Unavailable' error.
I checked the Event Viewer and it was filled up with these errors:

> An unhandled exception occurred and the process w... | ASP.NET web application can't find an assembly | CC BY-SA 2.5 | 0 | 2010-03-30T00:16:58.507 | 2014-03-26T10:14:35.770 | 2017-02-08T14:23:12.180 | -1 | null | [
"asp.net",
"web-applications",
"iis-6",
"assemblies",
"crash"
] |
2,546,066 | 1 | 2,547,756 | null | 1 | 814 |
This "SportsType" field can hold a link to different sports tables E.g. "FootballEvent", "RubgyEvent", "CricketEvent" and "F1 Event".
Each of these Sports tables have .
My goal is to be able to genericly add sports types in the future as required, yet hold sport specific event data (fields) as part of my Even... | Modeling a Generic Relationship (expressed in C#) in a Database | CC BY-SA 2.5 | null | 2010-03-30T14:40:05.203 | 2010-04-02T12:11:41.387 | 2017-02-08T14:23:13.603 | -1 | 85,422 | [
"sql-server",
"database",
"nhibernate",
"database-design",
"orm"
] |
2,546,453 | 1 | null | null | 10 | 2,525 | I want to customize a `NSMenu` with `NSMenuItems`, so does it looks like the Apple Pro Apps.
But how can I customize a `NSMenu`? There is no draw method to change the appearance.
If I set a `NSView` to a `NSMenuItem`, I can set the background color, but I will loose highlighting and menu handling. Furthermore the top... | How to customize NSMenu like the Apple Pro Apps? | CC BY-SA 3.0 | 0 | 2010-03-30T15:26:31.633 | 2018-11-29T09:47:15.467 | 2012-02-09T18:30:07.433 | 356,895 | 305,250 | [
"cocoa",
"customization",
"nsmenu",
"nsmenuitem"
] |
2,547,042 | 1 | 2,561,787 | null | 0 | 4,796 |
The section in the image below shows strange results for the column. The text should be when the value under the column named equals the value under the column named .

The expressions are evaluated using identical code:
```
new java.lang.Boolean(
$V{LAST_WEEK_TALLY_0}.a... | Synchronize Print When Expression & Text Field Expression | CC BY-SA 2.5 | null | 2010-03-30T16:56:16.683 | 2010-04-01T16:02:28.210 | null | null | 59,087 | [
"jasper-reports",
"ireport"
] |
2,547,457 | 1 | 2,547,650 | null | 0 | 5,668 | hopefully somebody can help
The table structure is as follows:
```
tblCompany:
compID
compName
tblOffice:
offID,
compID,
add1, add2, add3 etc...
tblEmployee:
empID
Name, telNo, etc...
offID
```
I have a form that contains contact details for employees, all works ok using after update.
A cascading co... | Combo-box values automatically update | CC BY-SA 2.5 | 0 | 2010-03-30T18:03:11.627 | 2010-04-12T18:52:05.077 | 2010-03-30T19:18:41.760 | 299,088 | 299,088 | [
"ms-access",
"ms-access-2007"
] |
2,548,709 | 1 | 2,548,746 | null | 1 | 827 | What GDI methods can I use to draw the blue shape shown in the image below? The center must be transparent.

| C# GDI Drawing2D help | CC BY-SA 2.5 | null | 2010-03-30T21:02:31.313 | 2010-03-30T22:27:48.843 | null | null | 259,712 | [
"c#",
"graphics",
"drawing2d"
] |
2,550,852 | 1 | 2,550,876 | null | 0 | 588 | I wanted to create one js file which includes every js files to attach them to the head tag where it is.
But i am getting this error
```
Microsoft JScript runtime error: Object expected
```
this is my code:
```
var baseUrl = document.location.protocol + "//" + document.location.host + '/yabant/';
// To find root... | attaching js files to one js file but with JQuery error ! | CC BY-SA 2.5 | null | 2010-03-31T06:11:30.577 | 2010-03-31T12:42:21.580 | 2017-02-08T14:23:14.637 | -1 | 104,085 | [
"asp.net",
"javascript",
"jquery"
] |
2,551,147 | 1 | 2,551,800 | null | 1 | 2,374 | I am trying to generate a hierarchical directory listing in pyGTK.
Currently, I have this following directory tree:
```
/root
folderA
- subdirA
- subA.py
- a.py
folderB
- b.py
```
I have written a function that -almost- seem to work:
```
def go(root, piter=None):
f... | How to list directory hierarchy in GtkTreeView widget? | CC BY-SA 3.0 | 0 | 2010-03-31T07:30:36.010 | 2013-01-23T19:04:44.660 | 2017-02-08T14:23:14.977 | -1 | 93,026 | [
"python",
"pygtk",
"gtktreeview"
] |
2,553,634 | 1 | 2,553,707 | null | 4 | 3,622 | I am dynamically load js files with _tumIsler.js (_allStuff.js)
```
<script src="../js/_tumJsler.js" type="text/javascript"></script>
```
It contains:
```
// url=> http: + // + localhost:4399 + /yabant/
// ---- ---- -------------- --------
// protocol + "//" + host + '/virtualDirec... | Jquery loaded? Colorbox is available? Calling some js file via $.getScript are always downloading from the web server? | CC BY-SA 2.5 | null | 2010-03-31T14:12:48.440 | 2010-03-31T15:20:07.937 | 2017-02-08T14:23:16.683 | -1 | 104,085 | [
"javascript",
"jquery",
"colorbox"
] |
2,557,844 | 1 | 2,557,973 | null | 8 | 3,003 | Consider a snippet of CSS code from a .css file in Visual Studio 2010 to be commented out.

Normally + , + will comment your selected HTML and other source code.
But highlighting CSS code & executing that shortcut combo results in a warning message:
> The key combinat... | Visual Studio 2010: highlight CSS text and comment | CC BY-SA 3.0 | null | 2010-04-01T02:47:29.047 | 2012-11-20T19:03:55.647 | 2011-09-13T10:15:14.833 | 321,366 | 23,199 | [
"visual-studio-2010",
"keyboard-shortcuts"
] |
2,562,063 | 1 | 2,563,912 | null | 12 | 12,208 | As referenced in my [previous question](https://stackoverflow.com/questions/2119067/in-wxpython-what-is-the-standard-process-of-making-an-application-slightly-more), I am trying to make something slightly wizard-like in function. I have settled on a single frame with a sizer added to it. I build panels for each of th... | Why Does .Hide()ing and .Show()ing Panels in wxPython Result in the Sizer Changing the Layout? | CC BY-SA 2.5 | 0 | 2010-04-01T16:46:19.867 | 2011-04-04T21:02:47.337 | 2017-05-23T12:01:08.877 | -1 | 256,934 | [
"wxpython",
"wxwidgets",
"sizer"
] |
2,563,519 | 1 | 2,570,136 | null | 3 | 1,678 | Consider the log in page on NerdDinner.com: [http://www.nerddinner.com/Account/LogOn](http://www.nerddinner.com/Account/LogOn)
Some nice features:
- -
Is this revision of the NerdDinner AccountController and its View available for public download? How would you reinvent this implementation? Any code you can post wo... | ASP.NET MVC: Implementing an OpenID sign-in page ala NerdDinner v2 | CC BY-SA 2.5 | 0 | 2010-04-01T20:39:08.467 | 2010-04-03T03:26:58.717 | null | null | 23,199 | [
"asp.net-mvc",
"openid",
"dotnetopenauth",
"nerddinner"
] |
2,563,849 | 1 | 2,564,250 | null | 22 | 12,960 | I wish to determine the intersection point between a ray and a box. The box is defined by its min 3D coordinate and max 3D coordinate and the ray is defined by its origin and the direction to which it points.
Currently, I am forming a plane for each face of the box and I'm intersecting the ray with the plane. If the r... | Ray-box Intersection Theory | CC BY-SA 2.5 | 0 | 2010-04-01T21:35:30.897 | 2012-12-29T21:23:57.230 | 2010-04-01T21:42:13.413 | 278,793 | 278,793 | [
"algorithm",
"3d",
"intersection",
"raytracing"
] |
2,564,359 | 1 | 2,572,819 | null | 1 | 1,667 | I am looking for an OCX control that will work with VB6 and is capable of producing a grid like the one below.

Any ideas?
| Pivot grid control for VB6. Does it exist? | CC BY-SA 2.5 | 0 | 2010-04-01T23:54:56.183 | 2010-04-03T22:04:37.947 | null | null | 9,382 | [
"vb6",
"grid",
"pivot-table",
"ocx"
] |
2,564,629 | 1 | 2,579,541 | null | 0 | 847 | So Here is the Problem, I am trying to get that circle to align on the number. When I do that in blend it shows me I have a Left (23), I try to do that programmaticly Canvas.SetLeft(thePanel,23) it overshoots. Better yet, if anyone knows of a control like this in silverlight let me know. What this does is when the user... | Settings TranslateX or Canvas.SetLeft Property programmatically in Silverlight | CC BY-SA 2.5 | null | 2010-04-02T01:41:42.577 | 2010-04-06T15:08:24.077 | null | null | 275,561 | [
"wpf",
"silverlight",
"blend"
] |
2,568,903 | 1 | 2,568,976 | null | 2 | 478 | I am generating user control according to search result. And allowing to change text inside of textarea (picture or video description)

aaaaaa is default text to change. User can change textare... | $(...parent()).html() didn't capture the textarea content | CC BY-SA 2.5 | null | 2010-04-02T20:05:07.193 | 2010-04-02T20:46:31.537 | 2017-02-08T14:23:21.103 | -1 | 104,085 | [
"jquery",
"textarea",
"clone"
] |
2,569,012 | 1 | 2,569,142 | null | 6 | 5,477 | I need to implement a mean filter on a data set, but I don't have access to the signal processing toolbox. Is there a way to do this without using a for loop? Here's the code I've got working:
```
x=0:.1:10*pi;
noise=0.5*(rand(1,length(x))-0.5);
y=sin(x)+noise; %generate noisy signal
a=10; %sp... | Mean filter in MATLAB without loops or signal processing toolbox | CC BY-SA 2.5 | 0 | 2010-04-02T20:28:28.177 | 2019-07-11T10:04:28.640 | 2017-02-08T14:23:21.440 | -1 | 201,800 | [
"matlab",
"vectorization",
"mean"
] |
2,570,248 | 1 | 2,570,266 | null | 1 | 383 | I'm embarking on a major project, but am stuck on a tiny issue at the very start. I'll try to be as concise as possible.
I have a PHP script that will be echoing into the footer of the page (the last stuff before `</body></html>` a bunch of `<div>`s containing visible buttons and `<div>`s containing hidden dialog boxe... | How to float a <div> echoed in the footer over a <div> located elsewhere (PHP/jQuery/HTML/CSS) | CC BY-SA 2.5 | null | 2010-04-03T04:41:42.333 | 2010-04-03T05:10:07.067 | null | null | 231,651 | [
"php",
"jquery",
"html",
"css",
"jquery-ui"
] |
2,570,799 | 1 | 2,570,868 | null | 0 | 319 | I'm working on a sudoko solver (python). my method is using a game tree and explore possible permutations for each set of digits by DFS Algorithm.
in order to analyzing problem, i want to know what is the count of possible sudoko tables?
-> a 9*9 table that have 9 one, 9 two, ... , 9 nine.
(this isn't exact duplic... | Counting problem: possible sudoko tables? | CC BY-SA 2.5 | 0 | 2010-04-03T09:39:14.793 | 2010-04-03T10:47:12.437 | 2017-05-23T12:08:51.063 | -1 | 275,221 | [
"python",
"algorithm",
"math",
"discrete-mathematics"
] |
2,572,713 | 1 | 2,573,133 | null | 16 | 38,120 | I am in the process of trying to get my head properly around CSS3 Gradients (specifically radial ones) and in doing so I think I've set myself a relatively tough challenge.
In Adobe Illustrator I have created the following 'button' style.

To create this... | CSS3 Gradients to reproduce an 'inner glow' effect from Illustrator with border-radius applied | CC BY-SA 3.0 | 0 | 2010-04-03T21:19:11.070 | 2012-07-09T14:49:29.273 | 2011-10-05T23:41:58.477 | 709,202 | 308,455 | [
"css",
"gradient",
"radial-gradients"
] |
2,574,093 | 1 | 2,574,282 | null | 0 | 291 | I have drawn something like this:

How to remove the paths and points?
| Removing paths/points from MapView | CC BY-SA 3.0 | 0 | 2010-04-04T09:57:51.070 | 2015-01-17T17:38:13.923 | 2015-01-17T17:38:13.923 | 1,308,058 | 308,649 | [
"android"
] |
2,575,940 | 1 | 2,575,975 | null | 4 | 89 | Someday i've downloaded a very nice jquery editor but i lost it and i only have a screenshot of it. You just type a tag and press return or space and it's will be inside a nice box, and you can delete it by only pressing the backspace key or the close icon.

Please do... | Anyone knows from where to get that jQuery tags editor? | CC BY-SA 2.5 | 0 | 2010-04-04T21:20:36.987 | 2010-04-04T21:37:33.597 | 2010-04-04T21:37:33.597 | 241,654 | 241,654 | [
"javascript",
"jquery",
"jquery-plugins"
] |
2,578,932 | 1 | 2,579,066 | null | 19 | 8,649 | Anyone has a ready implementation of the Reverse Breadth First traversal algorithm in C#?
By Reverse Breadth First traversal , I mean instead of searching a tree starting from a common node, I want to search the tree from the bottom and gradually converged to a common node.
Let's see the below figure, this is the out... | Reverse Breadth First traversal in C# | CC BY-SA 2.5 | 0 | 2010-04-05T14:40:30.557 | 2010-05-15T20:13:30.130 | 2017-02-08T14:23:24.140 | -1 | 3,834 | [
"c#",
"graph",
"graph-algorithm"
] |
2,578,961 | 1 | null | null | 9 | 6,221 | I often have to make stacked barplots to compare variables, and because I do all my stats in R, I prefer to do all my graphics in R with ggplot2. I would like to learn how to do two things:
First, I would like to be able to add proper percentage tick marks for each variable rather than tick marks by count. Counts woul... | How to better create stacked bar graphs with multiple variables from ggplot2? | CC BY-SA 3.0 | 0 | 2010-04-05T14:46:15.410 | 2015-12-03T18:59:06.670 | 2017-02-08T14:23:24.490 | -1 | 298,308 | [
"r",
"graphics",
"ggplot2",
"plyr"
] |
2,580,134 | 1 | 2,580,178 | null | 2 | 654 | What is the best way to handle browser-specific CSS file loading? Assume you are running in the context of a proper MVC framework.
Here are some options, you are free to discuss the pros and cons of these options as well as any other methods you know of, and prefer:
- `user-agent`- `<!--[if IE]> ... <![endif]-->`- - ... | What is the preferred way of loading browser-specific CSS files? | CC BY-SA 2.5 | null | 2010-04-05T18:19:48.000 | 2010-04-07T00:45:22.907 | null | null | 24,545 | [
"css",
"ajax",
"web-applications"
] |
2,581,487 | 1 | null | null | 4 | 4,403 | I simply want to change the size () of the actual () `ImageIcon` of my `JRadioButton`. I've changed the size of the font displayed in the widget, so it really looks silly with such a large radiobutton.
```
JRadioButton button = new JRadioButton("Button");
button.setFont(new Font("Lucida Grande",Font.PLAIN, 11));
```
... | Change size of ImageIcon in a JRadioButton | CC BY-SA 2.5 | 0 | 2010-04-05T22:10:06.880 | 2012-10-14T10:51:35.423 | 2017-02-08T14:23:24.830 | -1 | 266,541 | [
"java",
"user-interface",
"swing",
"radio-button"
] |
2,584,654 | 1 | 2,585,948 | null | 25 | 1,670 | I have strange a memory corruption problem. After many hours debugging and trying I think I found something.
For example: I do a simple string assignment:
```
sTest := 'SET LOCK_TIMEOUT ';
```
However, the result sometimes becomes:
```
sTest = 'SET LOCK'#0'TIMEOUT '
```
So, the _ gets replaced by an 0 byte.
I ... | Memory corruption in System.Move due to changed 8087CW mode (png + stretchblt) | CC BY-SA 2.5 | 0 | 2010-04-06T12:11:10.387 | 2018-12-12T14:56:38.800 | 2013-04-22T12:01:41.070 | 77,764 | 197,220 | [
"delphi",
"png",
"stretchblt",
"x87"
] |
2,586,984 | 1 | 4,903,681 | null | 347 | 90,500 | Assume I've got some arbitrary layout of splits in vim.
```
____________________
| one | two |
| | |
| |______|
| | three|
| | |
|___________|______|
```
Is there a way to swap `one` and `two` and maintain the same layout? It's simple in this example, but I... | How can I swap positions of two open files (in splits) in vim? | CC BY-SA 3.0 | 0 | 2010-04-06T17:39:28.183 | 2020-10-04T10:46:26.033 | 2014-03-19T00:00:49.527 | 77,782 | 77,782 | [
"layout",
"editor",
"split",
"vim"
] |
2,587,906 | 1 | null | null | 4 | 2,047 | I have a custom Drupal FAPI form that supports a fairly complex workflow and I would like to add a Nodereference field to it. Although I've found people who have included Nodereference fields on custom forms, I have been unable to find any examples of the FAPI declaration for the field (other than this question which ... | Drupal Nodereference in a custom form | CC BY-SA 2.5 | 0 | 2010-04-06T20:08:54.060 | 2013-06-03T00:42:21.013 | 2017-05-23T12:24:21.783 | -1 | 9,304 | [
"drupal",
"drupal-6",
"cck",
"drupal-fapi"
] |
2,588,181 | 1 | 2,588,404 | null | 212 | 91,780 | I have 2 canvases, one uses HTML attributes `width` and `height` to size it, the other uses CSS:
```
<canvas id="compteur1" width="300" height="300" onmousedown="compteurClick(this.id);"></canvas>
<canvas id="compteur2" style="width: 300px; height: 300px;" onmousedown="compteurClick(this.id);"></canvas>
```
Compteur1 ... | Canvas is stretched when using CSS but normal with "width" / "height" properties | CC BY-SA 3.0 | 0 | 2010-04-06T20:45:34.007 | 2023-02-17T11:05:55.767 | 2020-06-20T09:12:55.060 | -1 | 286,557 | [
"css",
"html",
"canvas",
"height",
"width"
] |
2,589,697 | 1 | 2,590,780 | null | 0 | 1,066 | I have a flash movie, height = 151px width = 228, this is placed within a table cell (
cellpadding = 0 cellspacing = 0 vertical-align = top), but when it displays within the explorer windows there is a white space about 20px above the flash movie. I want the flash movie to appear directly under the grey lines.
Here is... | White space on top of flash movie within table cell | CC BY-SA 2.5 | null | 2010-04-07T02:46:49.587 | 2017-05-27T21:38:52.973 | 2017-05-27T21:38:52.973 | 4,370,109 | 173,923 | [
"html",
"flash",
"html-table",
"whitespace"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.