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,775,070 | 1 | 2,775,133 | null | 21 | 4,098 | In the Visual Studio Debug property page (for a .NET 4 project) I want to be able to specify macros, e.g. $(OutDir), like I can in the Build Events. But it doesn't work, the macros aren't replaced.

Is it just not supported? Is there a work around?
| How do I use macros for the command line arguments for debugging a .NET project? | CC BY-SA 2.5 | 0 | 2010-05-05T16:31:05.383 | 2010-05-05T16:41:18.940 | null | null | 233 | [
".net",
"visual-studio",
"command-line",
"macros"
] |
2,777,053 | 1 | null | null | 16 | 7,687 | Here's my code:
```
#data
sites <-
structure(list(site = c(928L, 928L, 928L, 928L, 928L, 928L, 928L,
928L, 928L, 928L, 928L, 928L, 928L, 928L,
928L, 928L, 928L, 928L, 928L, 928L, 928L,
928L, 928L, 928L, 928L, 928L),
date... | In ggplot restrict y to be >0 in LOESS | CC BY-SA 3.0 | 0 | 2010-05-05T21:51:12.030 | 2017-11-20T04:48:55.590 | 2014-08-12T09:28:00.947 | 680,068 | 333,902 | [
"r",
"plot",
"ggplot2",
"axis"
] |
2,777,179 | 1 | 2,781,944 | null | 5 | 6,744 | This question resulted from the question [here](https://stackoverflow.com/questions/2772972/latex-curly-braces-outside-math)
I want to produce a curly brace which spans some lines of text.
The problem is that I have to align the x coordinate manually, which is not a clean solution.
Currently I use
```
\begin{frame}{... | tikz: set appropriate x value for a node | CC BY-SA 2.5 | 0 | 2010-05-05T22:21:10.607 | 2017-02-06T03:18:48.107 | 2017-05-23T12:01:39.100 | -1 | 333,403 | [
"latex",
"beamer",
"tikz"
] |
2,777,318 | 1 | 2,777,804 | null | 0 | 830 | I currently have an application which uses a regular ListView with groups to show a bunch of modules.
I would like to use a Category view. Category view is the new view introduced in Windows Vista for the Control Panel:

Is there a third party control or a way (... | Creating a ListView/TreeView using Category (Control Panel-Like) View | CC BY-SA 2.5 | null | 2010-05-05T22:53:34.953 | 2010-05-06T01:11:48.850 | 2010-05-05T23:31:31.213 | 26,210 | 26,210 | [
".net",
"listview",
"treeview",
"managed",
"categories"
] |
2,777,798 | 1 | 2,777,820 | null | 0 | 696 | I have to edit Company Name profile property in SSP. It is not allowing me edit or delete property. I need to change length value from 250 to 50. How can I do that? Can we set through code?

 to my form design doesn't yield a menu bar like the one seen in many native Windows applications. Instead I get a menu bar like Visual Studio's own. None of the style settings for `MenuStrip` appear to mimic the much more common native menu bar.
Is there a way to ... | Standard Windows menu bars in Windows Forms | CC BY-SA 3.0 | 0 | 2010-05-06T02:47:00.617 | 2021-06-09T14:05:22.223 | 2012-08-19T06:12:27.160 | 106,224 | 106,224 | [
".net",
"windows",
"winforms",
"user-interface",
"menubar"
] |
2,781,827 | 1 | 2,788,977 | null | 1 | 822 | - - - -
the problem is that no matter what I do, I run into a permissioning issue
-

If I use pass-through authentication I get a 401 error. If I use a specific user tha... | Trouble with cross network permissions for an image through iis7 in an asp.net virtual directory | CC BY-SA 2.5 | null | 2010-05-06T14:28:11.063 | 2010-05-07T13:42:10.460 | 2017-02-08T14:25:19.223 | -1 | 47,167 | [
"asp.net",
"iis-7",
"permissions"
] |
2,781,907 | 1 | 2,782,049 | null | 10 | 6,291 | I want to create this Markov Chain in C#. I need to know if there is any other structure other than adjacency list which can work better in this situation. Also how can I use the existing .Net collection type to implement this.

| How to generate Markov Chain in C# | CC BY-SA 3.0 | 0 | 2010-05-06T14:38:49.910 | 2015-08-25T09:39:30.750 | 2015-08-25T09:39:30.750 | 4,374,739 | 334,489 | [
"c#",
"data-structures",
"adjacency-list"
] |
2,781,939 | 1 | 2,782,041 | null | 32 | 68,397 | I have a which has in ..
Now, when I minimize a windows, after a certain limit, the third JPanel tends to disappear.
I tried setting minimizing size of JFrame using but no success. The windows can still be minimized.
> So, I actually want to make a threshhold, that my window cannot be minimized after a certain li... | Setting minimum size limit for a window in java swing | CC BY-SA 2.5 | 0 | 2010-05-06T14:42:02.697 | 2012-08-30T10:57:55.787 | 2017-02-08T14:25:19.563 | -1 | 167,814 | [
"java",
"user-interface",
"swing",
"jframe"
] |
2,781,987 | 1 | 2,793,051 | null | 15 | 26,117 | I would like to have a customized title bar in my Java Swing desktop application. What is the best way to do that? I can use a "Swing-title bar" by using the following code in the constructor for my JFrame:
```
this.setUndecorated(true);
this.getRootPane().setWindowDecorationStyle(JRootPane.FRAME);
```
But how do I ... | How can I customize the title bar on JFrame? | CC BY-SA 3.0 | 0 | 2010-05-06T14:50:10.670 | 2020-05-19T23:39:32.067 | 2017-02-08T14:25:19.903 | -1 | 213,269 | [
"java",
"swing",
"customization",
"jframe",
"titlebar"
] |
2,784,387 | 1 | 4,043,078 | null | 1 | 2,136 | I am creating a layout with a `ListView` and at the very top of the list there is this weird black line that I can't seem to figure out how to get rid of! It's part of the `ListView` because it moves up and down as I size the `ListView`. Has anyone ran into this before?
Hi, ive been dealing with this for some time now and need your help. well I have an array $arrayAmenities which contains a combination of the following data based on what is fetched from the database:
```
Air Conditioned
Bar
Brunch
Party Ro... | Check Checkboxes dynamically | CC BY-SA 2.5 | null | 2010-05-07T10:09:06.880 | 2010-05-07T14:15:12.437 | 2017-02-08T14:25:22.027 | -1 | 207,376 | [
"php"
] |
2,789,790 | 1 | 3,139,522 | null | 1 | 731 | 
Anyone had a smiliar bug? The control is placed from Interface Builder and not modified in any way by code. It was working fine until some time ago after a random build the bug appeared. Happens in two places in my app while the same exact... | UISegmentedControl parts collapse to 0 width | CC BY-SA 2.5 | null | 2010-05-07T15:40:19.717 | 2010-06-29T09:48:37.570 | 2017-02-08T14:25:22.377 | -1 | 146,741 | [
"iphone",
"cocoa-touch",
"uisegmentedcontrol"
] |
2,791,787 | 1 | null | null | 22 | 2,735 | [Tim Sweeney](http://en.wikipedia.org/wiki/Tim_Sweeney_(game_developer)) of Epic MegaGames is the lead developer for Unreal and a [programming language geek](http://lambda-the-ultimate.org/user/97/track). Many years ago posted the following screen shot to VoodooExtreme:
 | CC BY-SA 3.0 | 0 | 2010-05-07T21:24:17.667 | 2012-04-29T13:43:27.343 | 2012-04-29T13:43:27.343 | 995,926 | 338 | [
"c++",
"parsing",
"templates",
"metaprogramming"
] |
2,794,573 | 1 | 2,794,591 | null | 2 | 3,597 | I've a Javascript Class and its method. But when i call it toJSON is generating an error. I couldn't figure out why this error is happening.
```
try {
if (this.TabloEkId == undefined || this.TabloEkId == "") {
throw errEksikVeri;
}
fAjaxSetup(fBefore, fSuccess, fError, fComplete);
$.ajax({
... | toJSON "Object doesn't support this property or method" | CC BY-SA 2.5 | 0 | 2010-05-08T15:12:43.137 | 2015-12-16T19:46:52.973 | 2017-02-08T14:25:23.050 | -1 | 104,085 | [
"javascript",
"jquery",
"json"
] |
2,794,636 | 1 | null | null | 4 | 4,138 | I am trying to build a graph that will change resolution depending on how far you are zoomed in. Here is what it looks like when you are complete zoomed out.

So this looks good so when I zoom in I get a higher resolution data and my graph lo... | Google Visualization Annotated Time Line, removing data points | CC BY-SA 3.0 | 0 | 2010-05-08T15:35:54.840 | 2013-02-04T16:51:43.570 | 2017-02-08T14:25:24.063 | -1 | 76,890 | [
"google-visualization",
"annotatedtimeline"
] |
2,796,164 | 1 | 2,796,175 | null | 2 | 551 | Below is my javascript code snippet. Its not running as expected, please help me with this.
```
<script type="text/javascript">
function getCurrentLocation() {
console.log("inside location");
navigator.geolocation.getCurrentPosition(function(position) {
insert_coord(new google.maps.LatLng(positio... | XMLHttpRequest leak | CC BY-SA 2.5 | null | 2010-05-09T00:30:30.230 | 2010-05-09T01:22:04.463 | 2010-05-09T01:22:04.463 | 126,562 | 240,410 | [
"javascript",
"memory-leaks",
"firebug",
"xmlhttprequest"
] |
2,797,255 | 1 | 2,850,787 | null | 0 | 1,419 | I'd like to set the tick box options within the LAN settings of the Internet Options:

I'd prefer the code in a script or C#, but C... | How do I set the Internet Options? Specifically the LAN Settings tick boxes | CC BY-SA 2.5 | null | 2010-05-09T09:53:32.400 | 2010-05-17T16:33:17.263 | 2017-02-08T14:25:24.807 | -1 | 39,722 | [
"windows",
"networking"
] |
2,798,922 | 1 | 39,856,756 | null | 14 | 5,557 | Where, in Windows, is this  icon stored? I need to use it in a TaskDialog emulation for XP and am having a hard time tracking it down.
It's not in shell32.dll, explorer.exe, ieframe.dll or wmploc.dll (as these contain a lot of icons commonly used... | Storage location of yellow-blue shield icon | CC BY-SA 3.0 | 0 | 2010-05-09T19:43:39.023 | 2018-05-07T14:39:37.197 | 2012-03-04T20:24:57.037 | 259,953 | 259,953 | [
"windows",
"icons",
"uac"
] |
2,799,609 | 1 | 2,799,886 | null | 3 | 949 | I wrote like this. After submit click loop is not excuting. But I saw value are there, But array lenght is showing '0'. (Please see picture). Why it is not going into loop? and $('#myVisibleRows').val(idsString); becoming 'empty'.
```
$(document).ready(function() {
$('tr[@class^=RegText]').hide().children('t... | Array length is zero in jQuery | CC BY-SA 2.5 | null | 2010-05-09T23:42:45.647 | 2010-05-10T01:41:16.533 | 2017-02-08T14:25:25.897 | -1 | 158,008 | [
"asp.net",
"jquery",
"vb.net",
"arrays"
] |
2,799,646 | 1 | 2,799,658 | null | 3 | 1,862 | Here's the deal. I'm just starting with Java programming, I've made a simple application that uses SWT graphic library and I want to deploy it on a Mac (running the latest version of MacOS X).
I did all the programming in my Windows 7 machine, so here are my questions:
(I saw that it's possible to create .exe files o... | Deploy Java application on MacOSX (from a Windows system) | CC BY-SA 2.5 | 0 | 2010-05-09T23:56:46.337 | 2010-05-13T12:26:03.317 | null | null | 4,386 | [
"java",
"deployment",
"swt"
] |
2,799,827 | 1 | null | null | 2 | 1,180 | In our current ASP.Net Webforms application we have several composite/template server controls that only exist for a common look and feel. For example, we have a panel control that has a title, a place for buttons related to the contents of the panel, and of course the contents. How is this best accomplished in MVC? ... | How do build a composite or template control in ASP.Net MVC, or the equivelant? | CC BY-SA 2.5 | 0 | 2010-05-10T01:08:55.330 | 2010-05-10T14:42:45.083 | 2010-05-10T14:42:45.083 | 13,103 | 13,103 | [
"asp.net",
"asp.net-mvc",
"asp.net-mvc-2"
] |
2,800,045 | 1 | 2,800,050 | null | 3 | 178 | I am toggling row siblings. I wrote .toggle(true) when document ready. see below picture. I think row sibling are not availble before this function calls.

```
$(document).ready(function() {
$('tr[@class^=RegText]').hide().children('td'... | .toggle(true) throw null in $(document).ready(function()) | CC BY-SA 2.5 | null | 2010-05-10T02:41:33.057 | 2010-05-10T02:49:46.457 | 2017-02-08T14:25:26.923 | -1 | 158,008 | [
"asp.net",
"jquery",
"toggle"
] |
2,802,395 | 1 | null | null | 0 | 2,369 | I have a strange Problem with table formating using IE 7.
My table looks like this:

In IE, when using border-collapse, the borders don't get displayed correctly. That's why I used this fix:
```
.table-vmlist td { border-top: 1px solid black; }
td.col-vm-status... | Internet Explorer background-color hover problem | CC BY-SA 2.5 | null | 2010-05-10T12:03:50.990 | 2010-05-12T07:28:11.687 | null | null | 284,318 | [
"html",
"css",
"internet-explorer-7"
] |
2,803,432 | 1 | null | null | 5 | 1,730 | Is there somewhere some polished stylesheet (and guidelines for its usage) that can be applied to any window to give it a proper "Microsoft" look?
In my case / example I have a simple window:
```
<Window x:Class="WPFTest.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http:... | Is there a standard WPF stylesheet for a "Microsoft" look? | CC BY-SA 4.0 | 0 | 2010-05-10T14:33:54.757 | 2018-06-21T15:17:32.053 | 2018-06-21T15:17:32.053 | 3,195,477 | 1,271,135 | [
"wpf",
"wpf-controls"
] |
2,803,532 | 1 | 2,803,922 | null | 177 | 267,565 | I want to have a nice little icon that, when clicked will clear the text in the <INPUT> box.
This is to save space rather than having a clear link outside of the input box.
My CSS skills are weak... Here is a photo of how the iPhone looks.

| How do I put a clear button inside my HTML text input box like the iPhone does? | CC BY-SA 2.5 | 0 | 2010-05-10T14:43:54.253 | 2023-01-31T02:51:34.997 | 2010-05-10T18:34:31.600 | 9,307 | 9,307 | [
"javascript",
"iphone",
"html",
"css"
] |
2,803,626 | 1 | 2,803,687 | null | 9 | 5,662 | Is there a standard way to set up a table to allow editing-in-place, kind of like this:

I only need editable text at the moment, but I might need UISwitches or UISliders in the future.
| How to do edit-in-place in a UITableView? | CC BY-SA 3.0 | 0 | 2010-05-10T14:54:32.750 | 2014-08-09T18:23:25.623 | 2014-08-09T18:23:25.623 | 1,077,789 | 121,646 | [
"iphone",
"objective-c",
"uitableview",
"edit-in-place"
] |
2,805,375 | 1 | null | null | 4 | 15,815 | I am building a blog-post detail page on my site that will display display a '' and '' link similar to how a typepad blog post works. See example below.

I am wondering if there is a ... | How to select 'previous' and 'next' records in SQL? | CC BY-SA 2.5 | 0 | 2010-05-10T18:31:29.053 | 2022-02-03T07:47:20.180 | 2017-02-08T14:25:28.667 | -1 | 5,651 | [
"sql",
"sql-server",
"pagination"
] |
2,805,496 | 1 | 2,805,524 | null | 5 | 1,955 | I'm designing a city building game and got into a problem.
Imagine Sierra's game mechanics: you have many city districts with one market each. There are several granaries over the distance connected with a directed weighted graph. The difference: people (here cars) are units that form traffic jams (here goes the grap... | Algorithm for finding the best routes for food distribution in game | CC BY-SA 3.0 | 0 | 2010-05-10T18:45:36.693 | 2018-03-19T15:16:55.530 | 2018-03-19T15:16:55.530 | 118,593 | 118,593 | [
"algorithm",
"graph",
"mathematical-optimization",
"path-finding"
] |
2,806,101 | 1 | 2,807,162 | null | 7 | 4,648 | My problem is this: I want to create a grails domain instance, defining the 'Many' instances of another domain that it has. I have the actual source in a [Google Code Project](http://code.google.com/p/grails-bumbumtrain/source/browse/#svn/trunk/TestBumBum/grails-app/domain/uk/co/bumbumtrain%3Fstate%3Dclosed) but the fo... | Grails - Simple hasMany Problem - Using CheckBoxes rather than HTML Select in create.gsp | CC BY-SA 2.5 | 0 | 2010-05-10T20:11:46.543 | 2013-07-31T22:17:36.513 | 2010-05-10T20:37:32.710 | 111,734 | 111,734 | [
"grails",
"save",
"has-many"
] |
2,807,734 | 1 | 2,807,751 | null | 4 | 16,222 | Not that significant, but annoying to no end. Why does matlab has no small phi (`\varphi`) symbol ? It has pretty much all other symbols LaTeX offers, but not this one. Why ?

| matlab's phi symbol | CC BY-SA 2.5 | 0 | 2010-05-11T02:35:40.710 | 2010-05-11T03:07:16.290 | 2017-02-08T14:25:29.023 | -1 | 62,699 | [
"matlab"
] |
2,808,007 | 1 | 2,808,017 | null | 2 | 961 | For some reason my DataContext is not showing all the normal methods like SubmitChanges() etc in the intellisense.
It also won't compile if I type in db.SubmitChanges();
Any idea what I'm doing wrong? Normally I don't have this issue, I have several other projects that work fine...
Image of what I'm talking about:
... | LINQ Data Context Not Showing Methods | CC BY-SA 2.5 | null | 2010-05-11T04:07:43.403 | 2015-01-26T04:56:52.520 | 2017-02-08T14:25:29.373 | -1 | 452,047 | [
"c#",
"asp.net",
"linq",
"datacontext"
] |
2,808,276 | 1 | 2,808,837 | null | 0 | 525 | Using the [documentation provided by Apple](http://developer.apple.com/cocoa/cocoabindings.html) to create an application preferences window that doesn't require any extra code, I seem to have triggered a crash that I cannot trace.
While the stuff from Apple is older, I believe I have the settings pretty much the same... | Cocoa Bindings and Application Preferences - Crash | CC BY-SA 2.5 | null | 2010-05-11T05:25:50.393 | 2011-02-23T22:15:41.620 | 2011-02-23T22:15:41.620 | 120,292 | 302,253 | [
"cocoa",
"binding",
"crash",
"cocoa-bindings"
] |
2,808,931 | 1 | 4,489,734 | null | 0 | 1,374 | I have the following table structure and I want a turn the query into a NH criteria but I'm not sure how to incorporate the correct 'Projection', does anyone know how?

And the query I want to turn into a Criteria:
```
select ComponentId from... | nHibernate criteria - how do I implement 'having count' | CC BY-SA 2.5 | null | 2010-05-11T08:01:07.740 | 2010-12-20T12:44:14.403 | 2017-02-08T14:25:29.710 | -1 | 91,729 | [
"nhibernate",
"criteria",
"projection"
] |
2,810,854 | 1 | null | null | 2 | 3,954 | Our company is working with a great Business Intelligence tool CorVu 4.2 to analyse the operational and strategic data. Since several years we are successfully working with Sharepoint 2007 to collaborate and share information with colleagues. Most of my colleagues are working with Internet Explorer 7, but step by step ... | Internet explorer 8 opens file in browser instead of the client | CC BY-SA 3.0 | null | 2010-05-11T12:59:02.483 | 2011-12-02T08:31:15.267 | 2011-12-02T08:31:15.267 | 234,976 | 158,060 | [
"sharepoint-2007",
"internet-explorer-8",
"business-intelligence"
] |
2,814,516 | 1 | null | null | 3 | 124 | I've had this issue for some time, but it is blocking me now.
Any solution I edit or create is stuck in C++ mode. The Stack Trace shows "Language" as C++ and the watch behaves differently--shows memory addresses, etc.
ASP.NET debugging is also effected in that it doesn't work at all. However, this may be unrelated.
... | Visual Studio 2008 Debugger incorrectly shows C++ as the language when in C# solution | CC BY-SA 2.5 | 0 | 2010-05-11T21:17:11.543 | 2010-05-13T13:45:05.043 | 2017-02-08T14:25:31.907 | -1 | 80,516 | [
"c#",
"visual-studio-2008"
] |
2,817,043 | 1 | 2,817,247 | null | 2 | 693 | I know this is something I'm probably doing wrong, so please don't incinerate me for the thread title.
I'm trying to put together a small personal website using HTML 5/CSS3. I've checked with the w3c validator and the site and CSS file fully conform according to the validator (However the validator has a warning atta... | What's causing this background-image to display "incorrectly" in Opera and Firefox? | CC BY-SA 2.5 | null | 2010-05-12T08:21:02.810 | 2012-04-28T21:39:24.187 | 2017-02-08T14:25:32.953 | -1 | 50,005 | [
"html",
"css",
"firefox",
"google-chrome",
"opera"
] |
2,817,242 | 1 | 2,824,889 | null | 1 | 13,568 | I'm using jsTree and I need to convert this HTML tag tree code `<ul> <li>` to a PHP array.
The jsTree HTML tag will be passed to PHP to be parsed and store in a structured tree PHP array(see below for the PHP array structure).
: Is my desired PHP array structure good or you can suggest a good structure? I'm open for s... | PHP: Convert <ul> <li> Tree HTML tag to an array | CC BY-SA 2.5 | 0 | 2010-05-12T08:53:56.723 | 2014-08-25T05:20:09.117 | null | null | 95,322 | [
"php",
"arrays",
"jstree"
] |
2,817,385 | 1 | 2,818,463 | null | 0 | 148 | I have a window that looks like this:
```
<Window x:Class="MyWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="My Title" Height="300" Width="300" ResizeMode="NoResize" SizeToContent="Height" WindowStartupLocation="CenterO... | Cannot edit ColumnDefinitions property in Visual Studio WPF application, ellipsis are invisible! | CC BY-SA 2.5 | null | 2010-05-12T09:15:49.890 | 2010-05-12T11:49:37.313 | 2017-02-08T14:25:33.333 | -1 | 174,375 | [
"wpf",
"visual-studio-2010"
] |
2,817,540 | 1 | 2,817,604 | null | 16 | 29,157 | I would like to do a visually appealing / user-friendly GUI in java. Swing is a limited in terms of "skin" customization. I'm thinking about JavaFX, but I don't get it yet,
- - -
I would like to do something in this spirit of this, which is built on the .NET framework:

The first step is to select all the `ProductionBlo... | In linq-to-entities, how to return objects with a filtered list of children? | CC BY-SA 2.5 | null | 2010-05-12T19:44:49.550 | 2010-05-18T02:00:59.010 | 2017-02-08T14:25:35.257 | -1 | 151,488 | [
"c#-3.0",
"linq-to-entities"
] |
2,823,327 | 1 | 2,823,339 | null | 100 | 40,738 | I am wondering what these greens things are in Visual Studio 2010. What are they for? They look pretty random but of course they have to have some meaning. Can any one tell me?
At first glance they don't mean any thing to me.


Hiya,
I'm a bit of a newbie to .NET so please ignore my ignorance. If you look at the above image (a complete prototype, ignore black bits :)) you will see lovely menus, toolbars & statusbars all using windows XP render mode and in a funky blue.
Look at the form, labels, checkboxes an... | Problems with .net and toolbar, menu & status bar rendermode (blue) and standard form (grey) | CC BY-SA 2.5 | null | 2010-05-13T12:35:11.207 | 2019-07-27T05:30:57.600 | 2010-05-13T12:45:23.457 | 34,397 | 334,455 | [
"c#",
".net",
"windows",
"user-interface"
] |
2,827,343 | 1 | null | null | 0 | 341 | Once I click on the button i am getting this error.

[http://cid-3dbfac44f49def30.skydrive.live.com/self.aspx/New%20album/error.JPG](http://cid-3dbfac44f49def30.skydrive.live.com/self.aspx/New%20album/error.JPG)
This is my code
```
<sdk:DataGrid MinHeight="100" x:Nam... | Unable to cast type isse in silverlight | CC BY-SA 3.0 | null | 2010-05-13T14:00:31.230 | 2011-12-07T04:54:01.110 | 2011-12-07T04:54:01.110 | 53,195 | 767,920 | [
"silverlight",
"silverlight-4.0"
] |
2,828,113 | 1 | null | null | 1 | 4,772 | I am implementing Naive Bayesian classifier for spam filtering. I have doubt on some calculation. Please clarify me what to do. Here is my question.
In this method, you have to calculate

P(S|W) -> Probability that Message is ... | Naive Bayesian classification (spam filtering) - Which calculation is right? | CC BY-SA 3.0 | 0 | 2010-05-13T15:38:37.077 | 2012-08-14T15:40:29.987 | 2017-02-08T14:25:36.500 | -1 | 298,519 | [
"algorithm",
"math",
"statistics",
"bayesian",
"spam-prevention"
] |
2,828,600 | 1 | 2,830,555 | null | 1 | 70 | I am having trouble correctly modeling related objects that can use templates. This is not homework, but part of a small project in the university.
In this application the user can add several elements, which can either be passive or active. Each concrete element has different attributes, these must be set by the user... | Modeling related objects and their templates | CC BY-SA 2.5 | null | 2010-05-13T16:43:34.173 | 2010-05-13T21:47:24.000 | null | null | 299,913 | [
"design-patterns",
"modeling",
"uml"
] |
2,829,406 | 1 | 3,659,166 | null | 2 | 1,318 | I am working on an custom container and I need a border for this container. I have a 15x15 image that I am creating a 9-slice border skin with. The issue that I am having is that the border skin does not appear the way that I had hoped it would.
Here is a ss of the skin in place.

Id... | Flex 3 Using an image as a border | CC BY-SA 2.5 | 0 | 2010-05-13T18:50:34.253 | 2010-09-07T13:44:31.990 | null | null | 170,957 | [
"css",
"apache-flex",
"actionscript-3"
] |
2,829,890 | 1 | 2,829,954 | null | 4 | 5,561 | Consider a Visual Studio 2010 project whose requirement is to model the data using Entity Framework. The datasource is a SQL Server 2000 database.
The first step is creating a new ADO.NET Entity Data Model item.
The Entity Data Model Wizard prompts for a Data Connection.

W... | VS 2010 and Entity Framework: accessing SQL Server 2000 databases | CC BY-SA 2.5 | null | 2010-05-13T20:00:18.290 | 2011-11-08T00:41:39.400 | null | null | 23,199 | [
"entity-framework",
"visual-studio-2010",
"sql-server-2000"
] |
2,831,545 | 1 | 2,832,087 | null | 3 | 1,954 | I've been trying to deal with this problem for a couple of hours now and haven't been able to come up with a clean solution. It seems I'm not too good with rails...
Anyway, I have the following:

In code:
```
class Article < ActiveRecord::Base
ha... | How to sort objects in a many-to-many relationship in ruby on rails? | CC BY-SA 2.5 | 0 | 2010-05-14T02:39:53.750 | 2010-05-14T09:34:17.700 | 2017-02-08T14:25:37.417 | -1 | 133,208 | [
"ruby-on-rails",
"sorting",
"many-to-many",
"ruby-on-rails-3"
] |
2,832,342 | 1 | 2,832,401 | null | 2 | 1,951 | This picture from Wikipedia has a nice example of the sort of functions I'd ideally like to generate:

Right now I'm using the Irwin-Hall Distribution, which is more or less a polynomial approximation of t... | Computationally simple pseudo-Gaussian distribution with varying mean and standard deviation? | CC BY-SA 3.0 | 0 | 2010-05-14T06:52:41.860 | 2016-02-14T19:17:44.463 | 2016-02-14T19:17:44.463 | 1,461,210 | 292,731 | [
"random",
"probability",
"gaussian",
"probability-theory"
] |
2,833,893 | 1 | 2,833,913 | null | 1 | 1,043 | I am not worried about whether this is in Winforms or WPF.
Is there ANY way at all that I could develop my own user control like the one found in Microsoft Paint, below:

If you can't see the pic above, it's here: [http://img232.imageshack.us/i/txtboxlblctrl.png/](http... | TextBox Label Control | CC BY-SA 2.5 | 0 | 2010-05-14T11:55:31.520 | 2010-11-15T12:29:26.687 | 2010-11-15T12:29:26.687 | 770 | null | [
"c#",
"textbox",
"controls",
"label",
"new-operator"
] |
2,836,098 | 1 | 4,092,859 | null | 44 | 46,961 | Given a closed Path object result is like this:

Although that is a rectangle I'm looking for something which works with any closed Path.
| How to fill a Path in Android with a linear gradient? | CC BY-SA 3.0 | 0 | 2010-05-14T17:09:16.763 | 2021-09-06T23:38:41.060 | 2014-02-12T08:48:16.953 | 1,231,359 | 250,340 | [
"android",
"graphics",
"path",
"fill"
] |
2,836,633 | 1 | 2,837,217 | null | 1 | 313 | Is there a setting or a plugin to display VCS markers on files in the project view ?
Here is what i'm talking about (Subversive/Subclipse on Eclipse):

(I am mainly asking for Subversion).
| Intellij IDEA: VCS markers on files | CC BY-SA 2.5 | 0 | 2010-05-14T18:29:31.160 | 2014-09-01T00:54:15.747 | 2017-02-08T14:25:39.473 | -1 | 202,191 | [
"svn",
"intellij-idea"
] |
2,836,622 | 1 | null | null | 0 | 224 | Is it possible to avoid the spaces X & Y (see image)? There is no padding in CSS!

```
<html>
<head>
<title>Prova WIDGET</title>
<link rel="stylesheet" href="jquery-ui-1.8.1.custom/css/ui-lightness/jquery-ui-1.8.1.custom.css" type="text/css">
... | It is possible to avoid these spaces in a div? | CC BY-SA 4.0 | 0 | 2010-05-14T18:27:15.377 | 2019-07-26T18:04:14.767 | 2019-07-26T18:04:14.767 | 4,751,173 | 341,523 | [
"html",
"css",
"jquery-ui"
] |
2,837,057 | 1 | 11,742,116 | null | 63 | 39,990 | I'm coding a "popup window" in JavaScript and I've come across an interesting thing:

The navy square under the popup window is visible even though I would expect it to be hidden. The popup was added after the square, so... | What has bigger priority: opacity or z-index in browsers? | CC BY-SA 3.0 | 0 | 2010-05-14T19:37:31.957 | 2020-09-21T14:01:41.440 | 2013-11-06T20:29:17.137 | 526,741 | 99,256 | [
"css",
"z-index",
"opacity"
] |
2,840,862 | 1 | null | null | 57 | 71,365 | I'm trying to make a effect using CSS3, HTML Canvas, or even SVG (see image below for example)? Is this possible? If so, how can I achieve this effect?
To clarify: The text that will be styled this way will be dynamic.

| Is there a way to curve / arc text using CSS3 / Canvas | CC BY-SA 3.0 | 0 | 2010-05-15T16:29:58.700 | 2022-11-28T20:16:35.390 | 2015-10-27T10:29:25.993 | 1,811,992 | 5,447 | [
"javascript",
"html",
"canvas",
"css"
] |
2,840,863 | 1 | null | null | 1 | 3,486 | i have been writing a music website for my customer using ASP.NET. Everything has been cool except I don't know how to prevent the users from downloadng the song which is being played. For example, I click "Heal the world" to play and while the song is playing, I dont't want the IDM download manager or other download p... | prevent users from downloading music | CC BY-SA 3.0 | 0 | 2010-05-15T16:30:14.077 | 2011-08-25T15:03:39.930 | 2011-08-25T15:03:39.930 | 665,800 | 342,004 | [
"asp.net"
] |
2,845,701 | 1 | null | null | 1 | 14,705 | I'm experiencing a weird bug that I can replicate pretty consistently with the FBConnect iPhone SDK, more specifically with the class FBPermissionDialog. The result is that instead of seeing the standard extended permissions dialog, the user is shown this:
. The input into the form will not be mapped straight into the database, but will be added to the current... | Processing variable number of form fields | CC BY-SA 2.5 | null | 2010-05-17T04:39:15.083 | 2013-02-25T22:50:52.243 | 2013-02-25T22:50:52.243 | 889,949 | 106,762 | [
"asp.net",
"asp.net-mvc",
"forms"
] |
2,847,357 | 1 | 2,848,746 | null | 1 | 1,648 | I'm creating a own plugin for wordpress where I have to view a set of data.
Now I want to use the wordpress default table view to display my data, and give some functionality to it.
default table:

Is there a way to use this table view for my own... | Wordpress use table sort functionality in own plugin | CC BY-SA 3.0 | null | 2010-05-17T07:47:14.907 | 2016-12-15T15:07:28.037 | 2017-02-08T14:25:43.687 | -1 | 253,288 | [
"php",
"wordpress",
"plugins"
] |
2,849,804 | 1 | 2,849,965 | null | 3 | 271 | I have the following class hierachy:
```
@interface Message : NSObject {}
@end
@implementation Message
- (void) dealloc
{
// I won't be called
[super dealloc];
}
@end
@interface FooMessage : Message {}
@end
@implementation FooMessage
- (void) dealloc
{
// should call Message - dealloc
[super dealloc... | Objective-C-Runtime Bug When Naming a Superclass "Message" | CC BY-SA 2.5 | null | 2010-05-17T14:22:53.457 | 2010-07-12T12:58:13.127 | 2017-02-08T14:25:44.047 | -1 | 125,407 | [
"objective-c",
"runtime"
] |
2,851,094 | 1 | 2,851,142 | null | 6 | 7,721 | As I use vim, it tries to be helpful by highlighting groups of four spaces in yellow, as shown.

My `.vimrc` file says, in its entirety, `set tabstop=4`.
How can I keep vim from highlighting the indentation in my files?
| How to remove indentation highlighting in vim? | CC BY-SA 2.5 | null | 2010-05-17T17:03:28.007 | 2012-11-10T17:45:18.653 | 2010-05-17T17:12:30.807 | 339,671 | 339,671 | [
"vim",
"configuration",
"syntax-highlighting",
"indentation"
] |
2,852,872 | 1 | null | null | 13 | 17,845 | I want to show a MPMoviePlayerController in a view controller and let the user toggle full screen with the default controls, like the YouTube app. I'm using the following code in a bare-bones example:
```
- (void)viewDidLoad {
[super viewDidLoad];
self.player = [[MPMoviePlayerController alloc] init];
self.... | MPMoviePlayerController fullscreen quirk in iPad | CC BY-SA 3.0 | 0 | 2010-05-17T21:16:32.600 | 2022-07-13T22:44:09.813 | 2013-05-20T09:05:58.130 | 1,142,743 | 143,378 | [
"ipad",
"fullscreen",
"mpmovieplayercontroller",
"statusbar",
"screen-orientation"
] |
2,852,995 | 1 | 2,853,050 | null | 61 | 10,893 | I'm trying to figure out what this sort of thing is called, and eventually how I can create one in a web browser. It looks like this (screenshot of the first app that came to mind):

The specific component/pattern I'm looking for is the two [list box... | What's this UI pattern called? | CC BY-SA 3.0 | 0 | 2010-05-17T21:33:48.983 | 2021-01-15T05:03:55.197 | 2015-02-20T17:11:12.507 | 1,816,580 | 139,010 | [
"jquery",
"user-interface",
"yui",
"terminology"
] |
2,853,136 | 1 | 2,853,152 | null | 0 | 1,205 | Is there some cool [Moria](http://winterdom.com/2007/04/visualstudiomoriaalternate) like theme for Visual Studio 2010?

Mine is highlighting gray font with gray background!
I just can't configure it on Tools->Options->Environment->Fonts and C... | Is there a Moria like theme for Visual Studio 2010? | CC BY-SA 2.5 | null | 2010-05-17T21:54:18.403 | 2010-05-17T21:57:00.893 | 2017-02-08T14:25:44.750 | -1 | 66,708 | [
"visual-studio-2010",
"text-editor",
"color-scheme"
] |
2,855,890 | 1 | 8,808,337 | null | 40 | 33,960 | Is there a way to add TinyMCE into my own WordPress plugin?
I have a textarea in my back end script and want to make this area into a TinyMCE WYSIWYG editable field. Is there a way to do that?

This code does not work for me:
```
<?... | Call TinyMCE in a WordPress plugin | CC BY-SA 3.0 | 0 | 2010-05-18T09:20:13.023 | 2012-11-06T22:06:14.537 | 2017-02-08T14:25:45.437 | -1 | 253,288 | [
"php",
"javascript",
"wordpress",
"plugins",
"tinymce"
] |
2,858,917 | 1 | 2,858,941 | null | 3 | 261 | How would you implement a user message stack in ASP.Net MVC? (you set messages for the user in any place inside your app. and they are shown as hints of your app to the user anywhere inside the app)
I want to hear your ideas and thoughts. How would you do it?
e.g.:

I didn't think this would be possible. Revision 54 has a parent of "-1 (000000000000)" (i.e. nothing). There's clearly something I don't understand yet about Mercuri... | What does a mercurial revision with no parent mean? | CC BY-SA 3.0 | 0 | 2010-05-19T09:58:30.677 | 2019-07-26T23:15:54.823 | 2013-02-12T13:55:15.583 | 8,705 | 1,367 | [
"mercurial"
] |
2,865,501 | 1 | null | null | 3 | 101 | I have implemented a small ordering and stock control system (for internal using) with the MVC 2 framework. Now my friends, they want to have a website to present the existing products for their customers. I know, I know they will ask me to do this one day. So in the beginning, I have made the controller name to start ... | Need an Asp.net MVC Application solution | CC BY-SA 2.5 | null | 2010-05-19T12:37:03.787 | 2010-05-19T13:04:04.083 | 2017-02-08T14:25:47.150 | -1 | 52,463 | [
"asp.net",
"asp.net-mvc"
] |
2,868,945 | 1 | 2,880,320 | null | 6 | 2,588 | My project actually use XML files to define flow of the application.
I like to convert this XML a image that represent the flow, to use it in the documentation.
There is any c# library that help with the graphical part of a UML generation?
There is any XML standard format to generate UML flows that can be converted t... | Library to Generate UML Diagrams | CC BY-SA 2.5 | 0 | 2010-05-19T19:59:13.923 | 2018-06-07T11:28:23.617 | 2017-02-08T14:25:48.267 | -1 | 1,847,702 | [
"c#",
"uml"
] |
2,871,057 | 1 | 2,875,363 | null | 1 | 313 |
72 child tables, each having a year index and a station index, are defined as follows:
```
CREATE TABLE climate.measurement_12_013
(
-- Inherited from table climate.measurement_12_013: id bigint NOT NULL DEFAULT nextval('climate.measurement_id_seq'::regclass),
-- Inherited from table climate.measurement_12_013: st... | Optimize date query for large child tables: GiST or GIN? | CC BY-SA 2.5 | 0 | 2010-05-20T04:43:08.580 | 2010-05-24T17:51:35.757 | 2010-05-20T15:12:14.047 | 59,087 | 59,087 | [
"sql",
"postgresql",
"date",
"query-optimization",
"full-table-scan"
] |
2,871,898 | 1 | 2,872,070 | null | 1 | 375 | I have the following google chart code that im working with as an example:
```
Type: Line
Dimensions: 270x150
283,285,295,204,340,#41C0E4
64,120,130,170,175,180,#3962C2
1,2,5,12,28,34,#005E91
Bottom Label: test
```
The following is the URL which generates the image below
[https://chart.apis.google.com/chart?chs=270... | serializing data with google charts api | CC BY-SA 2.5 | 0 | 2010-05-20T07:55:39.900 | 2010-05-20T08:25:06.840 | 2017-02-09T15:09:20.030 | -1 | 115,949 | [
"php",
"api",
"google-visualization"
] |
2,872,847 | 1 | 2,872,905 | null | 0 | 559 | lets say I have bunch of hyperlinks. When link is clicked, I'd like an opened page (in a separate window) to have a google-translator style toolbox that I could use to save the page to a localdisk if I liked it, adding a few tags to the database using php. I understand how to save a file using php, but could You help m... | How to add a toolbar (like google translate) to a webpage opened through a link for saving/processing using html/javascript and php? | CC BY-SA 2.5 | null | 2010-05-20T10:25:12.043 | 2010-05-20T14:19:13.020 | 2017-02-08T14:25:49.890 | -1 | 337,062 | [
"php",
"javascript",
"html"
] |
2,873,773 | 1 | 2,873,841 | null | 3 | 227 | During my C learning days, when I had implemented a `Queue`, I implemented them on top of a `LinkedList`. So essentially I had two pointers (front and rear) for the `Queue` operations on top of `LinkedList`, or better one front pointer on top of a `CircularLinkedList`.
I am learning the Java `Collections Framework`, a... | Why are AbstractQueue and AbstractList disjointed? | CC BY-SA 3.0 | null | 2010-05-20T12:45:36.087 | 2011-08-05T09:22:44.540 | 2011-08-05T09:22:44.540 | 1,140,524 | 1,140,524 | [
"java",
"design-patterns",
"collections"
] |
2,874,976 | 1 | 2,875,461 | null | 6 | 3,484 | How could I center the blue box inside the red one ?
I see that the left side of the blue box is exactly in the middle of the red box, but I would like to center the whole blue box, not its left side. The dimensions of the boxes are not constant. I want to align regardless of boxes dimensions. Example to play with [her... | Alignment with relative and absolute positioning | CC BY-SA 2.5 | null | 2010-05-20T15:01:57.680 | 2013-06-21T10:09:19.347 | 2010-12-16T05:52:32.130 | 19,750 | 247,243 | [
"html",
"css",
"css-position"
] |
2,877,127 | 1 | null | null | 2 | 3,588 | Is there a way to add, specifically, form elements for every day that are distinguishable per day? Below is an example.
I know FullCalendar is built to handle "Events", so from what I can tell in the docs, it's not really possible. But I'm not a Javascript guru either, so would anyone else know of a solution? I'm h... | Custom HTML in a day with FullCalendar? | CC BY-SA 2.5 | 0 | 2010-05-20T19:30:34.660 | 2011-06-15T12:05:12.000 | null | null | 229,967 | [
"javascript",
"html",
"fullcalendar"
] |
2,878,738 | 1 | 2,878,994 | null | 0 | 123 | Let's say I have 2 instances of the same web services.
Is there a way that I can have the second instance of the web service perform a task at the behest of the first instance of the WCF service and reply directly to the original requester?
I could code this and include logic in WCF-A to contact WCF-B under the right ... | Can one instance of a WCF service pass work on to another instance where this 2nd instance would reply directly to the requester? | CC BY-SA 2.5 | null | 2010-05-21T00:05:26.433 | 2010-05-21T01:15:11.127 | null | null | 127,257 | [
"c#",
"wcf",
".net-3.5"
] |
2,881,864 | 1 | null | null | -3 | 5,130 | How to make inline png transparent inside div? using css
```
<div id="report'>
<p> some text </p>
<img src=transparent.png" />
</p>
</div>
```
this is image for example . Other than ball i want to make transparent other white area. Which is looking grey in IE6

I'm trying to figure out why that table is showing like that, I mean, how to set every col to ocuppy the full width of the table frame?
Here's the function that creates the table:
```
function rp_insertTable() {
FM_log(3,"rp_insertTable() c... | Javascript table not working correctly | CC BY-SA 3.0 | null | 2010-05-21T20:33:04.740 | 2017-05-30T17:29:55.123 | 2017-05-30T17:29:55.123 | 4,370,109 | 336,762 | [
"javascript",
"css-tables"
] |
2,886,839 | 1 | 2,886,884 | null | 1 | 3,170 | I'm using Computed Columns to provide me with the following information:
Hours, Minutes, and Seconds between a Start DateTime and Finish DateTime (Where Minutes and Seconds are between 0 and 59 and Hours can be any value 0 or greater)
Computed Column for Seconds:
```
datediff(second,[Start],[Finish]) % 60
```
Comp... | SQL: Is there a more efficient way to calculate elapsed hours, minutes, seconds? | CC BY-SA 2.5 | 0 | 2010-05-22T03:34:32.433 | 2013-09-18T13:20:17.170 | 2010-05-22T03:40:33.200 | 127,880 | 127,880 | [
"sql"
] |
2,888,309 | 1 | 2,888,331 | null | 5 | 4,637 | What steps are needed to target previous versions of the .NET framework in Visual Studio 2010?
I installed Visual Studio and the .NET 2.0 SDK (from [here](http://www.microsoft.com/downloads/details.aspx?FamilyID=fe6f2099-b7b4-4f47-a244-c96d69c35dec&displaylang=en)), but only .NET 4.0 is in the list of available framew... | Unable to target .NET 2.0 in Visual Studio 2010 | CC BY-SA 3.0 | null | 2010-05-22T13:49:17.117 | 2015-07-23T17:34:53.200 | 2015-07-23T17:34:53.200 | 63,550 | 66,341 | [
".net",
"visual-studio-2010",
"multi-targeting"
] |
2,888,819 | 1 | 2,888,823 | null | 0 | 2,020 | ```
<?php
function VerifyForm(&$values, &$errors)
{
if (strlen($values['fname']) == 0)
$errors['fname'] = 'Enter First Name';
if (strlen($values['lname']) == 0)
$errors['lname'] = 'Enter Last Name';
if (strlen($values['mname']) == 0)
$errors['mname'] = 'Enter Middle Name';
if (strlen($v... | Form PHP code is output to the screen | CC BY-SA 3.0 | null | 2010-05-22T16:17:42.100 | 2017-04-16T19:58:28.083 | 2017-04-16T19:58:28.083 | 3,478,852 | 242,839 | [
"php"
] |
2,888,985 | 1 | null | null | 4 | 9,968 | I can connect to a remote SQL 2008 Server instance, but I cannot see all the databases in the instance using SQL Server 2008 Management Studio.
I suspect that my problem has something to do with not all database in the remote instance having the same version. For example, I "upgraded" a 2005 database to 2008 by doing ... | Can't see *all* databases in a remote SQL Server instance | CC BY-SA 2.5 | 0 | 2010-05-22T17:08:49.257 | 2010-05-22T20:12:01.123 | 2017-05-23T12:01:34.363 | -1 | 109,676 | [
"sql-server"
] |
2,889,501 | 1 | null | null | 121 | 231,010 | I am currently playing around with CSS3 and trying to achieve a text effect like this (the black blurry inner shadow):

But I cannot find a way to create text shadows the text. I wonder whether it is still possible because the box-shadow element is able to render shadow inside... | Inner text shadow with CSS | CC BY-SA 3.0 | 0 | 2010-05-22T19:34:17.037 | 2020-03-31T22:06:24.807 | 2018-04-24T04:57:27.973 | 6,083,675 | 72,448 | [
"css",
"text",
"shadow"
] |
2,889,664 | 1 | null | null | 2 | 2,623 | 
When I change the size of a font in CSS, how do I make it so no matter what size the font is (from 12px to 200px), that the "Cap Height" (pic) of the text will always 'visually' have 10px padding on top?
Otherwise what I'm doing is... | CSS to position text based on Top of text? | CC BY-SA 2.5 | null | 2010-05-22T20:38:09.687 | 2010-08-29T02:36:09.980 | 2017-02-08T14:25:54.110 | -1 | 169,992 | [
"css",
"typography"
] |
2,889,733 | 1 | 2,889,751 | null | 9 | 16,684 | Check out this pic of my SQL 2008 Management Configuration screen for TCP: 
I need to know what port I am running on. Based on [this previous post](https://stackoverflow.com/questions/2... | What port is my SQL2008 instance running on? | CC BY-SA 2.5 | null | 2010-05-22T20:58:17.963 | 2010-05-23T02:59:48.640 | 2017-05-23T12:01:32.580 | -1 | 109,676 | [
"sql-server"
] |
2,892,144 | 1 | null | null | 1 | 152 | Why?
Test console:

My Application:

| Different result from my app and test console Facebook | CC BY-SA 3.0 | 0 | 2010-05-23T14:42:00.927 | 2012-08-12T01:07:53.323 | 2011-09-24T12:52:48.053 | 142,162 | 347,466 | [
"facebook"
] |
2,894,007 | 1 | null | null | 1 | 1,068 | I am having issues loading my effect.fx from directx. When I step into my application, my ID3D10Effect *m_pDefaultEffect; pointer remains empty. the address remains at 0x000000
below is my code
```
#pragma once
#include "stdafx.h"
#include "resource.h"
#include "d3d10.h"
#include "d3dx10.h"
#include "dinput.h"
#def... | cannot retrieve effect.fx file | CC BY-SA 2.5 | null | 2010-05-23T23:48:20.810 | 2010-07-19T03:04:13.403 | 2017-02-08T14:25:55.837 | -1 | 201,934 | [
"c++",
"c",
"directx"
] |
2,895,022 | 1 | null | null | 4 | 2,878 | Wondering--does anyone know of any good articles explaining the CSS technique allowing multiple instances of a class to flow down the page relative to the items above it. Not explaining it that well.
Veerle' Pierter's does it on this page: [http://veerle.duoh.com/belgiangraphicdesign](http://veerle.duoh.com/belgiangra... | Dynamic columns/rows | CC BY-SA 3.0 | 0 | 2010-05-24T05:52:25.770 | 2012-03-06T14:46:45.547 | 2011-10-16T19:10:35.520 | 540,162 | 428,741 | [
"css"
] |
2,896,118 | 1 | null | null | 0 | 338 | I need to change the color of certain attributes/tags. I am switching from Dreamweaver and making the skin has been really hard in TextMate.

As you can see, I want to change the a and img tags along with all of their attributes. The closest I've come... | TextMate Theme Select Attribute Value | CC BY-SA 2.5 | null | 2010-05-24T10:05:35.613 | 2010-05-25T04:38:31.113 | null | null | 155,741 | [
"textmate"
] |
2,896,992 | 1 | null | null | 5 | 798 | The block quotes are from the Java Docs -
> A FilterInputStream contains some
other input stream, which it uses as
its basic source of data, possibly
transforming the data along the way or
providing additional functionality.A DataInputStream lets an
application read primitive Java data
types from an under... | Shouldn't ObjectInputStream extend FilterInputStream? | CC BY-SA 2.5 | 0 | 2010-05-24T12:37:27.230 | 2010-05-24T13:17:31.987 | null | null | 1,140,524 | [
"java",
"design-patterns",
"java-io"
] |
2,897,233 | 1 | 2,937,228 | null | 3 | 1,219 | I'm developing a plugin for Eclipse.
I'd like it to suggest the user to save unsaved resources before running.
This is in a similar behavior to how eclipse suggest you to save unsaved files before debugging.
In essence, I would like to open the following dialog:

1. Each Class has a custom constructor
---
```
Undefined function or variable 'Troom'.
Error in ==> wall>wall.wall at 31
function o = wall(Tr)... | Undefined Variable in Matlab | CC BY-SA 2.5 | null | 2010-05-24T13:18:13.340 | 2012-03-20T14:11:16.540 | 2012-03-20T14:11:16.540 | 21,234 | 127,212 | [
"oop",
"matlab"
] |
2,897,646 | 1 | 2,898,577 | null | 2 | 2,817 | I've created an overlay that will popup whenever someone wants to upload a file to the system.
The Gui looks like this (when the overlay is up)

I have two problems with this:
1. I attached a a4j:support object that, onclick, makes the over... | JSF - Creating an overlay for popup panels | CC BY-SA 2.5 | null | 2010-05-24T14:21:45.873 | 2010-05-25T09:57:33.493 | 2017-02-08T14:25:57.550 | -1 | 128,076 | [
"css",
"ajax",
"jsf",
"richfaces"
] |
2,898,870 | 1 | 2,899,689 | null | 31 | 2,748 | I am developing functional domain specific embedded language within C++ to translate formulas into working code as concisely and accurately as possible.
I posted a prototype in the comments, it is about two hundred lines long.
Right now my language looks something like this (well, actually is going to look like):
``... | Suggestions on syntax to express mathematical formula concisely | CC BY-SA 2.5 | 0 | 2010-05-24T17:23:13.570 | 2010-06-04T10:15:04.297 | 2017-02-08T14:25:58.597 | -1 | 206,328 | [
"c++",
"math",
"programming-languages",
"syntax",
"language-design"
] |
2,900,237 | 1 | 2,900,465 | null | 5 | 1,814 | How are GUIs like this made, but in console applications?
There are many examples, such as alsamixer:

| Console Application GUIs | CC BY-SA 3.0 | null | 2010-05-24T20:53:19.917 | 2017-09-15T06:48:47.790 | 2017-09-15T06:48:47.790 | 4,184,530 | 284,016 | [
"user-interface",
"console"
] |
2,901,228 | 1 | 2,901,235 | null | 3 | 633 | The following code
```
int _main() {return 0;}
```
Compiled using the command:
```
gcc -s -nostdlib -nostartfiles 01-simple.c -o01-simple.exe
```
OllyDbg produced this output:

Can you explain what happens here?
Analysis so far:
```
// these two seems to be an idiom:
... | Explanation of the disassembly of the simplest program (x86) | CC BY-SA 2.5 | 0 | 2010-05-25T00:14:42.743 | 2010-05-25T00:32:43.437 | 2010-05-25T00:32:43.437 | 61,337 | 349,448 | [
"c",
"assembly",
"x86",
"ollydbg"
] |
2,901,635 | 1 | 2,901,810 | null | 0 | 1,072 | I have some arraylist string with keyword inside like that !
A windows is arraylist string with keyword is bold
Struct of window : 9 words before + keyword + 9 words after
You can see some window overlaping

How to i combine that arrayli... | How to combine array list string in java? | CC BY-SA 2.5 | 0 | 2010-05-25T02:34:50.430 | 2010-05-25T03:38:15.613 | 2017-02-08T14:25:59.613 | -1 | 326,878 | [
"java"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.