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,589,851 | 1 | 2,589,957 | null | 10 | 19,391 | How can one implement the fisheye lens effect illustrated in that image:

One can use Google's logo for a try:

BTW, what's the term for it?
| How can I implement a fisheye lens effect (barrel transformation) in MATLAB? | CC BY-SA 3.0 | 0 | 2010-04-07T03:37:57.103 | 2017-07-08T03:41:00.983 | 2017-02-08T14:23:27.200 | -1 | 198,729 | [
"matlab",
"image-processing",
"geometry"
] |
2,589,948 | 1 | 2,593,883 | null | 6 | 6,011 | When hosting WPF user controls within a WinForms MDI app there is a drawing issue when you have multiple forms that overlap each other that causes very distinct visual artifacts. These artifacts are mostly visible after dragging one child form over another one that also hosts WPF content or by allowing the edges of the... | How to avoid visual artifacts when hosting WPF user controls within a WinForms MDI app? | CC BY-SA 3.0 | 0 | 2010-04-07T04:10:42.410 | 2015-08-25T15:20:47.967 | 2017-02-08T14:23:27.563 | -1 | 83,658 | [
"wpf",
"mdi",
"winforms-interop",
"visual-artifacts"
] |
2,590,470 | 1 | 2,651,851 | null | 6 | 2,007 | I have a CATiledLayer into which I render content in the following method
```
- (void)drawLayer:(CALayer *)layer inContext:(CGContextRef)ctx
```
I used the QuartzDemo code to draw a pattern. This works very well until I apply a rotation transform to the layer's parentLayer (a UIView):
.
I've found if I make the top left and bottom right corners y position be the same I don't get a linear '... | Simulating 3D 'cards' with just orthographic rendering | CC BY-SA 2.5 | null | 2010-04-07T10:42:39.437 | 2010-04-07T15:23:33.220 | 2010-04-07T11:08:39.460 | 14,637 | 79,891 | [
"graphics",
"rendering",
"perspective",
"orthographic"
] |
2,591,755 | 1 | null | null | 71 | 226,357 | I need to send email with html format. I have only linux command line and command "mail".
Currently have used:
```
echo "To: address@example.com" > /var/www/report.csv
echo "Subject: Subject" >> /var/www/report.csv
echo "Content-Type: text/html; charset=\"us-ascii\"" >> /var/www/report.csv
echo "<html>" >> /var/www/... | How to send HTML email using linux command line | CC BY-SA 3.0 | 0 | 2010-04-07T10:53:46.327 | 2023-02-08T14:18:45.560 | 2017-05-19T02:34:58.680 | 6,862,601 | 283,217 | [
"html",
"linux",
"email",
"send"
] |
2,593,042 | 1 | 2,619,309 | null | 2 | 1,447 | I am using the theme DarkExpression from [WPF Futures](http://wpf.codeplex.com/wikipage?title=WPF%20Themes&referringTitle=Home).
It does not seem to work well with datatemplates.
Here is how it looks like without datatemplates:

Code:
```
<ListVi... | Datatemplates while using theme does not work - WPF | CC BY-SA 3.0 | null | 2010-04-07T14:00:37.320 | 2014-12-12T13:05:55.697 | 2014-12-12T13:05:55.697 | 2,681,948 | 87,840 | [
"c#",
"wpf",
"themes",
"datatemplate"
] |
2,595,393 | 1 | 2,595,424 | null | 1 | 1,478 | This is the 3rd part to this topic. [Part 1](https://stackoverflow.com/questions/2594359), [Part 2.](https://stackoverflow.com/questions/2593768/).
I was successfully able to print my monochrome bitmap to my printer, however there is a large black stripe along the right of the image when the item prints.
Here is the ... | Large black line appears when printing bmp files using the EPL2 print language | CC BY-SA 3.0 | null | 2010-04-07T19:44:23.340 | 2012-11-09T15:28:10.930 | 2017-05-23T12:30:46.800 | -1 | 80,274 | [
"c#",
"printing",
"bitmap"
] |
2,595,496 | 1 | null | null | 2 | 739 | I have exhausted many options to implement the below design (link to page) in the ssrs parameter bar. Have learned painfully that it is not easy to customize design... Would someone perhaps have an ingenious hack? I really appreciate if someone can me implement the below design (image on another site) into ssrs.
![... | A specific SSRS hack - a customized design for the parameter bar | CC BY-SA 3.0 | null | 2010-04-07T20:01:34.160 | 2013-12-20T05:36:31.930 | 2013-12-20T05:36:31.930 | 168,868 | 311,351 | [
"reporting-services"
] |
2,598,827 | 1 | 2,598,913 | null | 4 | 9,906 | I'm trying to create a pretty simple WPF interface, and from what I know this should be mostly possible using pure XAML.
I have a pretty basic understanding of WPF so far, however I have a decent grasp on XAML.
I know or can work out how to put content in these panels. This isn't the topic of this question.
I d... | WPF touch and slide/drag animation | CC BY-SA 2.5 | 0 | 2010-04-08T09:39:25.157 | 2010-04-20T10:00:00.607 | 2017-02-08T14:23:30.437 | -1 | 169,713 | [
"c#",
"wpf",
"animation"
] |
2,598,994 | 1 | null | null | 1 | 318 | Good day!
Strange square appears on mouse hover on text boxes, buttons, etc (something like hint) in a silverlight navigation application - how can I remove it?
A print screen

[http://i34.photobucket.com/albums/d126/durick/bug.jpg](http://i34.photobucket.com/album... | Some squares like hints in Silverlight application - how to remove them? | CC BY-SA 3.0 | null | 2010-04-08T10:13:00.960 | 2012-01-16T13:44:54.687 | 2012-01-16T13:44:54.687 | 201,078 | 339,966 | [
"silverlight",
"silverlight-4.0"
] |
2,599,326 | 1 | 2,600,292 | null | 7 | 4,082 | So I have an image like this:

I want to get something like this (I haven't drawn all lines I want but I hope you can get my idea):

I want t... | How to use Haar wavelet to detect LINES on an image? | CC BY-SA 3.0 | 0 | 2010-04-08T11:13:33.623 | 2017-08-08T00:00:25.763 | 2017-08-08T00:00:25.763 | 527,702 | 434,051 | [
"algorithm",
"image-processing",
"haar-wavelet",
"straight-line-detection"
] |
2,600,255 | 1 | null | null | 14 | 1,592 | I am trying to retrieve the monitor ID's as shown in the Windows display properties (#1, 2... etc), but I can't seem to find a way. I have tried using as well as . They both return something like "\.\DISPLAY1". However, this number doesn't always match the number shown by Windows, especially when 2 video cards are bei... | How can I retrieve monitor information? | CC BY-SA 2.5 | 0 | 2010-04-08T13:37:35.747 | 2010-04-10T00:29:45.733 | 2017-02-08T14:23:30.777 | -1 | 343 | [
".net",
"c++",
"windows",
"winapi",
"monitors"
] |
2,603,050 | 1 | 2,866,589 | null | 14 | 3,712 | I have a UISearchBar and UISearchDisplayController, everything works great but my scope selector displays beside the text field instead of below it. I know that this is the expected action when the device is in landscape, but since I have the UISearchBar in the master view of a UISplitViewController it ends up looking ... | Force scope bar below UISearchBar | CC BY-SA 3.0 | 0 | 2010-04-08T20:04:16.703 | 2013-11-18T15:58:04.920 | 2011-10-16T19:02:12.610 | 540,162 | 312,188 | [
"iphone",
"cocoa-touch",
"scope",
"uisearchbar",
"uisearchdisplaycontroller"
] |
2,603,748 | 1 | 2,604,661 | null | 5 | 7,626 | we are trying to implement an application using the Service Layer Pattern cause our application needs to connect to other multiple applications too, and googling on the web, we found this link of a demonstrative graphic for the "right" way of apply the pattern:
[martinfowler.com - Service Layer Pattern](http://martinf... | Service Layer Pattern - Could we avoid the service layer on a specific case? | CC BY-SA 2.5 | 0 | 2010-04-08T22:00:18.100 | 2010-04-09T01:58:21.100 | 2017-02-08T14:23:31.800 | -1 | 219,408 | [
"design-patterns"
] |
2,606,554 | 1 | null | null | 1 | 1,149 | Is it possible to use `Maven deploy:deploy-file` or similar to deploy your `main src jar snapshot` and the `test src jar snapshot` to `Archiva` so that it `results in a single entry?`
Currently I have an `Ant` project which has jars I want publishing to Archiva and here is how I am doing it:
```
<!--Main Src Jar-->
... | Deploying non Maven based module src and tests jar to Archiva in a single transaction | CC BY-SA 2.5 | null | 2010-04-09T10:15:11.940 | 2013-10-12T20:26:14.297 | 2017-05-23T12:33:39.607 | -1 | 124,982 | [
"maven",
"archiva"
] |
2,607,787 | 1 | 2,607,819 | null | 3 | 1,822 | [This reddit](http://www.reddit.com/r/programming/comments/bogcj/1_1_3_moscow_state_university_setun_computer_from/) thread says `6 trits ~ 9.5 bits`.

| How is 6 trits equal to 9.5 bits? | CC BY-SA 2.5 | null | 2010-04-09T13:27:09.267 | 2018-02-20T10:46:24.717 | 2012-03-17T05:31:32.260 | 240,633 | 113,124 | [
"bit",
"cpu-architecture",
"ternary-representation"
] |
2,608,907 | 1 | 2,608,985 | null | 5 | 2,290 |
## Update
I don't think I was clear enough when I originally posted this quesion.
Take a look at these screenshots.

([Link to bigger screenshot here](https://dl.dropbox.com/u/674358/INotifyPropertyChanged1.jpg))
Notice the portions I've boxed i... | Why would the VB.NET compiler think an interface isn't implemented when it is? | CC BY-SA 2.5 | 0 | 2010-04-09T15:57:53.250 | 2010-07-08T14:56:26.473 | 2020-06-20T09:12:55.060 | -1 | 105,570 | [
"vb.net",
"compiler-construction",
"interface",
"compiler-errors",
"inotifypropertychanged"
] |
2,608,987 | 1 | 2,609,044 | null | 1 | 488 | I started noticing strange behavior when navigating the main toolbar of my Winforms application, and I don't know how to fix it. When I initially open the dropdown of the File menu, it looks like this:
 but they talk about 'data field drop zones' and how a 'Add Calculated Series' menu option should be there but , and no screenshot is provided to show what a 'data field drop zone' is. This ... | How to add moving average to Report Builder 2.0 chart | CC BY-SA 2.5 | null | 2010-04-09T18:14:24.537 | 2012-01-19T11:46:22.810 | 2010-04-12T15:46:34.073 | 38,743 | 38,743 | [
"reporting-services",
"reportbuilder"
] |
2,609,899 | 1 | 2,609,974 | null | 3 | 923 | Suppose I want to change the `orange node` in the following tree.
So, the only other change I'll need to make is in the `left pointer` of the `green node`.
The `blue node` will remain the same.

Because according to [this article](http://blog.ezyang.com/2010/04/you-could-h... | Effects of changing a node in a binary tree | CC BY-SA 2.5 | 0 | 2010-04-09T18:29:41.303 | 2010-04-09T19:52:32.813 | 2010-04-09T19:52:32.813 | 113,124 | 113,124 | [
"algorithm",
"data-structures",
"tree",
"binary-tree",
"zipper"
] |
2,610,007 | 1 | null | null | 2 | 448 | I'm using Three20's TTTableViewController to display a sectioned table view. The datasource is a TTSectionedDataSource containing TTTableControlItems. The controls are all left aligned. I'd like to make them right aligned. Is there any way to do this without creating a custom cell?
 of the 2 rows sitting to the right.</td>
<td>Here is some sample text. And some additional sample text.</td>
</tr>
<tr>
<td>Here is some sa... | CSS Equivalent of Table Rowspan with Fluid Height | CC BY-SA 2.5 | 0 | 2010-04-09T21:33:26.857 | 2013-05-03T10:31:13.950 | 2010-04-09T21:41:03.343 | 12,689 | 12,689 | [
"css",
"html-table",
"css-tables"
] |
2,612,174 | 1 | 2,612,212 | null | 0 | 505 | I have an [editor](http://github.com/iaefai/Simple-Edit) that I am making, and I need a way of editing the document's title. I was considering touching the title of the navigation item and have a custom view appear.
I did this in an initial version of the application with a button bar item (and target/action), but I c... | How do I support the touch of the navigation bar label? | CC BY-SA 2.5 | null | 2010-04-10T03:50:18.410 | 2010-04-10T18:15:46.627 | 2010-04-10T18:15:46.627 | 30,461 | 302,253 | [
"iphone",
"cocoa-touch",
"uikit",
"uinavigationcontroller",
"uinavigationbar"
] |
2,612,194 | 1 | 2,612,570 | null | 3 | 4,435 | This is yet another questions springed from [this one](https://stackoverflow.com/questions/2605202/how-to-automate-the-padding-for-arbitary-images-using-matlab),
How do I programatically get the background color of an image?
Example:

For the abo... | How to retrieve the background color of an arbitary image using MATLAB? | CC BY-SA 2.5 | 0 | 2010-04-10T03:57:37.893 | 2010-04-11T09:19:54.967 | 2017-05-23T11:53:27.663 | -1 | 198,729 | [
"matlab",
"image-processing"
] |
2,614,591 | 1 | null | null | 7 | 2,023 | Using Google Maps API v3, I was able to create multiple `google.maps.Circle` objects on my map. However, I now need to "connect" them somehow. I have the following map with multiple circles:

I now need to get it to look somet... | Multiple circles -> One Polygon? | CC BY-SA 4.0 | 0 | 2010-04-10T19:12:00.127 | 2019-07-22T11:15:15.397 | 2019-07-22T11:14:32.137 | 4,751,173 | 40,644 | [
"javascript",
"google-maps",
"google-maps-api-3",
"bezier",
"geometry"
] |
2,614,936 | 1 | null | null | 18 | 71,110 | I've been racking my brain (android newbie here, so not hard to do) for awhile trying to figure out how to accomplish this:

using a RelativeLayout or something other than AbsoluteLayout which is what this was created with. I'm coming from a Window... | How to center buttons on screen horizontally and vertically plus equidistant apart? | CC BY-SA 3.0 | 0 | 2010-04-10T20:54:14.013 | 2017-11-03T19:55:20.983 | 2011-04-25T03:50:50.013 | 139,010 | 297,856 | [
"android",
"user-interface",
"layout"
] |
2,614,968 | 1 | 2,617,070 | null | 1 | 1,243 | I am trying out Silverlight's Isolated Storage feature.
Currently running Silverlight thru ASP.NET page.
I have written some code to request an additional storage but I am not being prompted to add more.
```
private void requestButton_Click(object sender, RoutedEventArgs e)
{
using (IsolatedStorageFile store =
... | Silverlight doesn't prompt to increase quota | CC BY-SA 2.5 | null | 2010-04-10T21:02:56.870 | 2010-04-11T13:03:48.067 | 2017-02-08T14:23:38.957 | -1 | 4,035 | [
"silverlight",
"localhost",
"isolatedstorage",
"quota"
] |
2,615,781 | 1 | 2,615,845 | null | 2 | 12,029 | Like this:

the "open project" item's color is grey.
| how to open project with Java EE Eclipse? | CC BY-SA 2.5 | 0 | 2010-04-11T01:58:01.627 | 2019-07-22T13:09:40.077 | 2017-02-08T14:23:39.637 | -1 | 292,084 | [
"java",
"eclipse"
] |
2,617,762 | 1 | 2,626,360 | null | 10 | 3,242 | I don't like this ugly FileChooser layout in Linux.

This layout is used by any other program and is MUCH more beautiful.

Is this layout available in Java? If so, how?
| Alternative to JFileChooser on Linux? | CC BY-SA 3.0 | 0 | 2010-04-11T16:36:51.187 | 2014-01-05T17:07:10.780 | 2013-08-10T02:24:51.213 | 707,111 | 155,137 | [
"java",
"linux",
"swing",
"jfilechooser"
] |
2,617,979 | 1 | null | null | 2 | 1,367 | I want to take any Text sting and form from it text formed by particles in actionscript 3 (In flash \ flex) I see I need some lib for this. but all libs Ive seen do not have such functionalyty by default...
So I want to get something like this
 and automatically tag and name them. Wave files are RIFF files (like AVI) which can contain meta data chunks in addition to the waveform data chunks. So now I'm trying to figure out how to read and write the RIFF meta data to and from recorded wav... | Need help manipulating WAV (RIFF) Files at a byte level | CC BY-SA 2.5 | 0 | 2010-04-11T21:58:28.143 | 2010-04-11T23:04:54.083 | 2017-05-23T12:01:15.100 | -1 | 88,427 | [
"c#",
"file-io",
"filestream",
"wav",
"riff"
] |
2,623,462 | 1 | 2,623,496 | null | 4 | 4,707 | >
[Do I need to disable NSLog before release Application?](https://stackoverflow.com/questions/2025471/do-i-need-to-disable-nslog-before-release-application)
I wonder if someone could help me setup a number of NSLog statements so they print to console when executing in "Debug Mode" but don't print in "Release M... | Suppressing NSLog statements for release? | CC BY-SA 2.5 | 0 | 2010-04-12T16:04:48.600 | 2010-04-12T21:17:00.233 | 2017-05-23T11:53:27.663 | -1 | 164,216 | [
"iphone",
"objective-c",
"cocoa",
"xcode"
] |
2,627,674 | 1 | 2,628,959 | null | 0 | 160 | Suppose, I have saved some permissions in the database by using this code:
```
RoleRepository roleRep = new RoleRepository();
Role role = new Role();
role.PermissionItems = Permission.GetList();
roleRep .SaveOrUpdate(role);
```
Now, I need this code to delete the PermissionItem(s) associated with a Role when `role.P... | NHibernate child deletion problem | CC BY-SA 2.5 | null | 2010-04-13T07:17:55.663 | 2010-04-13T11:04:55.960 | 2017-02-08T14:22:13.117 | -1 | 159,072 | [
"c#",
"nhibernate"
] |
2,629,691 | 1 | 2,630,124 | null | 0 | 3,855 | I am trying to layout a Button to the left of a TextView that is centered on the screen. My layout looks like this:
```
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android... | Button laid out using layout_toLeftOf in a RelativeLayout does not show up | CC BY-SA 2.5 | null | 2010-04-13T13:03:25.710 | 2011-01-13T21:01:23.857 | 2011-01-13T21:01:23.857 | 147,463 | 112,308 | [
"java",
"android",
"layout"
] |
2,630,082 | 1 | 2,630,164 | null | 8 | 23,106 | I looked at previous post based on this but they do not relate. I am receiving the following error.
```
1>c:\users\numerical25\desktop\intro todirectx\introtodirectx\chapter 4\init direct3d\init direct3d.cpp(9) : fatal error C1083: Cannot open include file: 'd3dApp.h': No such file or directory
```
But clearly from ... | fatal error C1083: Cannot open include file | CC BY-SA 2.5 | 0 | 2010-04-13T13:59:13.610 | 2011-03-10T21:49:26.320 | 2017-02-08T14:23:46.373 | -1 | 201,934 | [
"visual-c++",
"include",
"projects-and-solutions"
] |
2,630,492 | 1 | 2,640,535 | null | 10 | 7,122 | I’m in the situation that I have to design and implement a rather big system from the bottom. I’m having some (a lot actually) questions about the architecture that I would like your comments and thoughts on.
I don’t hope that I’ve written too much here, but I wanted to give you all an idea of what the system is.
T... | Choosing the right .NET architecture. WCF? WPF/Forms, ASP.NET (MVC)? | CC BY-SA 2.5 | 0 | 2010-04-13T14:48:44.507 | 2010-04-14T19:51:27.763 | 2010-04-14T07:53:13.707 | 109,896 | 109,896 | [
".net",
"wpf",
"wcf",
"architecture"
] |
2,631,130 | 1 | 2,631,357 | null | 4 | 11,009 | I'm currently following a tutorial in a book, and it instructs to create a Java Web App with the Visual JavaServer Faces framework. The screenshot in the book shows both the JavaServer Faces framework the extra Visual JavaServer Faces framework. I can't seem to find the plugin / download in the netbeans plugin page, o... | Where is Visual Web Editor for JavaServer Faces on Netbeans | CC BY-SA 3.0 | 0 | 2010-04-13T16:04:08.743 | 2016-08-26T13:27:18.670 | 2015-06-01T22:14:22.273 | 157,882 | 304,554 | [
"java",
"jsf",
"netbeans",
"visual-editor"
] |
2,631,305 | 1 | 2,631,353 | null | 30 | 3,053 | As far as I remember, Visual Studio (both 2008 and 2010) used to have an option to break either on thrown exceptions or on unhandled exceptions. Now when I bring up the Exceptions dialog (Ctr+Alt+E), it just offers to break when an exception is thrown:

Does anybody know if there is a built in way to do this? Is it a UISegmentedControl inside of a UIPopoverController?
| Buttons inside of a Pop Over Controller on the iPad | CC BY-SA 2.5 | 0 | 2010-04-13T19:07:09.093 | 2010-04-14T02:37:46.077 | 2017-02-08T14:23:46.720 | -1 | 107,183 | [
"iphone",
"cocoa-touch",
"uikit",
"ipad"
] |
2,633,109 | 1 | 2,642,024 | null | 5 | 7,634 | How do I extract the parent container of a ListBoxItem?
In the following example I can go till the ListBoxItem, higher than that I get Nothing:
```
<ListBox Name="lbAddress">
<ListBox.ItemTemplate>
<DataTemplate>
<Button Click="Button_Click"/>
</DataTemplate>
</ListBox.ItemTemplate>
</ListBox>
```
... | ListBoxItem.Parent returns nothing, unable to get it thru VisualTreeHelper.GetParent either | CC BY-SA 2.5 | null | 2010-04-13T20:53:02.880 | 2013-05-14T14:45:45.123 | 2017-02-08T14:23:47.400 | -1 | 75,500 | [
"wpf",
"xaml",
"listbox",
"listboxitem",
"visual-tree"
] |
2,636,130 | 1 | null | null | 3 | 502 | For a customer we where developing a big application that where open to all users if you will, meaning, all users could see each others data.
Now suddenly the customer is saying that they want only users belonging to the same organization to be able to view each others data.
So we came up with this data model:
![use... | What are the best practices to separate data from users | CC BY-SA 2.5 | 0 | 2010-04-14T09:07:51.840 | 2013-04-10T19:44:18.700 | 2017-02-08T14:23:48.787 | -1 | 37,298 | [
"java",
"sql",
"architecture"
] |
2,636,183 | 1 | 2,636,251 | null | 12 | 13,634 | I have to develop a customized tab control and decided to create it with WPF/XAML, because I planned to learn it anyway. It should look like this when it's finished:

I made good progress so far, but there are two issues left:
1. Only the first/last tab item should have a round... | WPF Customized TabControl | CC BY-SA 2.5 | 0 | 2010-04-14T09:15:55.063 | 2013-03-12T13:51:55.020 | 2010-04-14T13:07:03.337 | 11,387 | 11,387 | [
"wpf",
"xaml",
"tabcontrol",
"customization"
] |
2,637,287 | 1 | 2,637,328 | null | 3 | 383 | So there is this nice picture in the [hash maps article](http://en.wikipedia.org/wiki/Hash_map#Choosing_a_good_hash_function) on Wikipedia:

Everything clear so far,... | How does the hash part in hash maps work? | CC BY-SA 2.5 | 0 | 2010-04-14T12:28:31.793 | 2010-04-14T12:40:15.850 | 2017-02-08T14:23:49.800 | -1 | 306,136 | [
"hash",
"hashmap"
] |
2,638,163 | 1 | null | null | 2 | 327 | As stated in the title my web application builds successfully, although every time I run it in debug mode I get the following .Net error:

If I hit refresh then the application gets no more errors until I next start it up again, any ideas?
Here is my global.asax file:
```
<%@ A... | My Visual Studio 2008 web application keeps throwing a .Net error when I first run it, but refreshing fixes it | CC BY-SA 2.5 | null | 2010-04-14T14:26:11.633 | 2010-04-14T21:35:39.197 | 2010-04-14T14:49:23.063 | 162,782 | 162,782 | [
"c#",
".net",
"asp.net"
] |
2,638,586 | 1 | 2,638,609 | null | 3 | 578 | My google search skills have failed me, and I am not a database expert by any means! I have a very simple database schema that looks like this:
[database schema http://bit.ly/adeUVL](http://bit.ly/adeUVL)
properties_id in the CANDY table is a foreign key to id in the EXPENSIVE_PROPERTIES table. The properties_id is... | Creating a database view with boolean logic | CC BY-SA 2.5 | 0 | 2010-04-14T15:14:21.177 | 2010-04-14T16:04:29.283 | 2017-02-08T14:23:50.137 | -1 | 214,071 | [
"database",
"sqlite",
"view",
"boolean"
] |
2,639,281 | 1 | null | null | 40 | 4,102 | Usual rules for the code golf. Here is an implementation in python as an example
```
from PIL import Image
im = Image.new("RGB", (300,300))
for i in xrange(300):
print "i = ",i
for j in xrange(300):
x0 = float( 4.0*float(i-150)/300.0 -1.0)
y0 = float( 4.0*float(j-150)/300.0 +0.0)
x=0.0... | Code golf: the Mandelbrot set | CC BY-SA 2.5 | 0 | 2010-04-14T16:45:25.797 | 2015-04-03T16:40:06.157 | 2012-04-29T13:44:29.513 | 995,926 | 78,374 | [
"code-golf",
"rosetta-stone",
"fractals",
"mandelbrot"
] |
2,640,041 | 1 | 2,651,340 | null | 3 | 665 | When upgrading/installing a Clickonce application (Winforms, .NET SP1) the window in the taskbar looks like this:

The actual dialog of the download/install shows the app icon. How do I get it to show something other than this silly icon in the taskbar ?
| Clickonce installation/upgrade shows no icon in the taskbar | CC BY-SA 2.5 | 0 | 2010-04-14T18:35:43.520 | 2010-05-30T02:27:59.313 | null | null | 157,404 | [
".net",
"clickonce"
] |
2,640,721 | 1 | null | null | 0 | 1,024 | I've got a basic layout going in 960.gs. One line of text is absolutely positioned, starting within an inner DIV and exiting only the right side of the page.
Here's a screenshot:

The issue is that as the text appears as a series of unbroken words, if the width of the text b... | CSS Width Greater then Page Width without Horizontal Scroll (overflow:hidden not an option) | CC BY-SA 2.5 | null | 2010-04-14T20:18:10.223 | 2010-04-14T23:29:51.777 | null | null | 251,158 | [
"css"
] |
2,641,526 | 1 | 2,692,975 | null | 0 | 695 | Why I'm getting these "file not found exception" errors in the IntelliTrace? The footer.ascx control is located in the "Shared" folder.
Does this mean each of my will throw 6 exceptions?

| Visual Studio 2010 IntelliTrace: Why I'm getting the file not find exception in the Asp.Net MVC | CC BY-SA 2.5 | null | 2010-04-14T22:34:14.103 | 2010-04-22T17:17:46.250 | 2017-02-08T14:23:50.863 | -1 | 52,463 | [
"model-view-controller"
] |
2,641,964 | 1 | null | null | 9 | 3,778 | I want to generate a maze that looks like this:

That is, it consists of paths in one direction that are then connected. I have looked for an algorithm to generate mazes like this without success.
Specifically, I want a maze like this:
[](https://i.stack.imgur.com/xd6... | Algorithm to generate a segment maze | CC BY-SA 3.0 | 0 | 2010-04-15T00:29:31.013 | 2017-08-13T09:31:17.223 | 2017-08-13T09:31:17.223 | 4,220,785 | 72,631 | [
"algorithm",
"language-agnostic",
"maze"
] |
2,642,932 | 1 | 2,643,032 | null | 2 | 2,222 | I am developing a console application. I need to emulate the way how the command line utility behaves when the F7 button is pressed, like shown below:

Is it possible in C# 2008? If not, is there any workaround available?
Any help much appr... | Console Application to emulate command line | CC BY-SA 2.5 | null | 2010-04-15T05:27:16.003 | 2010-04-15T05:59:18.787 | 2017-02-08T14:23:51.877 | -1 | 120,329 | [
"c#",
"command-line"
] |
2,643,866 | 1 | null | null | 7 | 767 | I have just changed the colour scheme of my Visual Studio 2008 environment to have a dark backround with light text.
This is so much easier on the eyes.
The only problem is lines that are on the call stack... Those lines that are referred to in this thread here [in visual studio some lines of code have light grey bac... | Changing the background colour of lines in the stack | CC BY-SA 2.5 | 0 | 2010-04-15T08:49:59.843 | 2011-12-21T23:34:38.427 | 2017-05-23T10:29:31.030 | -1 | 145,645 | [
"c#",
"visual-studio",
"visual-studio-2008",
"development-environment"
] |
2,644,653 | 1 | 2,644,687 | null | 0 | 152 | I have to design a database to handle forms.
Basically, a form needs to go through (exactly) 7 people, one by one. Each person can either agree or decline a form.
If one declines, the chain stops and the following people don't even get notified that there a form.
Right now I have thought of those 3 tables: FORM, P... | Database design problem: intermediate table between 2 tables may end up with too many results | CC BY-SA 2.5 | null | 2010-04-15T11:02:56.660 | 2010-04-15T11:09:42.950 | 2017-02-08T14:23:52.883 | -1 | 223,753 | [
"database-design",
"oracle9i"
] |
2,647,051 | 1 | 2,647,792 | null | 1 | 11,872 | I am using the tutorial on [this MSDN link](http://msdn.microsoft.com/en-us/library/aa366551(v=VS.85).aspx) to implement a way of transferring data from one process to another. Although I was advised in an [earlier question](https://stackoverflow.com/questions/2641354/using-createfilemapping-between-two-programs-c) to ... | Error using CreateFileMapping - C | CC BY-SA 2.5 | 0 | 2010-04-15T16:16:00.950 | 2015-12-01T10:15:33.950 | 2017-05-23T11:53:27.663 | -1 | 218,159 | [
"c",
"winapi"
] |
2,647,570 | 1 | 2,648,439 | null | 3 | 367 | Our application allows administrators to add “User Properties” in order for them to be able to tailor the system to match their own HR systems. For example, if your company has departments, you can define “Departments” in the Properties table and then add values that correspond to “Departments” such as “Jewelry”, “Ele... | Where clause on joined table used for user defined key/value pairs | CC BY-SA 4.0 | null | 2010-04-15T17:27:47.963 | 2019-07-23T05:08:23.913 | 2019-07-23T05:08:23.913 | 4,751,173 | 3,256 | [
"sql-server-2005",
"tsql",
"reporting-services"
] |
2,648,079 | 1 | null | null | 1 | 440 | I'm currently struggling with implementing text floating in TLF. It does not support it natively, and the only solution I've found so far is to use linked containers and then combine controllers using flowComposer for single textFlow.
However, I need to implement Dropped Initial letter feature in my column layout. Ini... | Getting rendered font dimensions in Adobe Text Layout Framework | CC BY-SA 2.5 | 0 | 2010-04-15T18:45:37.207 | 2013-09-22T00:57:48.877 | 2017-02-08T14:23:54.947 | -1 | 57,157 | [
"apache-flex",
"flash",
"tlf"
] |
2,648,838 | 1 | 2,648,919 | null | 2 | 5,913 | We are building a new SharePoint 2007 web site to replace our intranet website for the company I work for, and a common debate keeps coming up. Specifically, should we be using multiple document libraries (ex. 1 for each department), or one document library with multiple folders within (ex. 1 library with 1 folder for... | SharePoint 2007 Document Libraries vs. Folders | CC BY-SA 2.5 | null | 2010-04-15T20:43:10.760 | 2012-01-27T17:53:21.443 | 2010-04-15T20:56:00.440 | 173,723 | 173,723 | [
"sharepoint-2007",
"wss-3.0",
"sharepointdocumentlibrary"
] |
2,649,544 | 1 | 2,649,560 | null | 59 | 24,057 | I want to build a Python function that calculates,

and would like to name my summation function Σ. In a similar fashion, would like to use Π for product, and so on. I was wondering if there was a way to name a python ... | Unicode identifiers in Python? | CC BY-SA 2.5 | 0 | 2010-04-15T22:52:31.857 | 2022-04-13T23:50:47.527 | 2017-02-08T14:23:56.320 | -1 | 98,975 | [
"python",
"unicode",
"identifier"
] |
2,649,781 | 1 | null | null | 21 | 21,458 |
OK here's my problem, I'm generating a graph of a python module, including all the files with their functions/methods/classes.
I want to arrange it so, that nodes gather in circles around their parent nodes, currently everything is on one gargantuan horizontal row, which makes the thing >50k pixels wide and also l... | Graphviz DOT arrange Nodes in circles, layout too "compact" | CC BY-SA 3.0 | 0 | 2010-04-16T00:00:30.847 | 2018-07-20T02:31:42.010 | 2017-02-08T14:23:56.653 | -1 | 170,224 | [
"layout",
"graph",
"graphviz",
"dot"
] |
2,650,626 | 1 | null | null | 0 | 89 | I need to replicate the following in ASP.NET WebForms using a GridView.

But I am not sure where to start. Basically I need 3 columns. The checkbox (which sometimes needs to be disabled), and 2 standard text columns.
I've gone through the tutorial and I can see how to ba... | How to replicate this screenshot in WebForms? | CC BY-SA 2.5 | null | 2010-04-16T04:33:10.660 | 2010-04-16T04:36:04.743 | null | null | 9,382 | [
"c#",
"asp.net",
"gridview",
"checkbox",
"coding-style"
] |
2,652,777 | 1 | 2,652,859 | null | 6 | 33,787 | I want to create a html table with a 1pt black outer border and the same border around every td.
Should look like this (only the borders, of course)

I use
```
<table border="1" style="border-collapse:collapse; border-color:Black; border-style:soli... | Table with black outer, but grey inner border | CC BY-SA 3.0 | 0 | 2010-04-16T12:12:33.450 | 2017-05-28T13:42:59.523 | 2017-05-28T13:42:59.523 | 4,370,109 | 182,542 | [
"html",
"css",
"html-table",
"border"
] |
2,653,694 | 1 | null | null | 6 | 2,197 | I'm interested making an implementation of the [14-15 puzzle](http://en.wikipedia.org/wiki/Fifteen_puzzle):

I'm creating an array with the values 0 - 15 in increasing order:
S = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,... | How can I ensure that when I shuffle my puzzle I still end up with an even permutation? | CC BY-SA 2.5 | 0 | 2010-04-16T14:31:03.030 | 2020-02-27T17:35:03.067 | 2017-02-08T14:23:57.673 | -1 | 88,470 | [
"puzzle",
"permutation",
"shuffle"
] |
2,653,812 | 1 | null | null | 10 | 3,178 | I am using Dundas Maps and attempting to draw a map of the world where countries are grouped into regions that are specific to a business implementation.
I have shape data (points and segments) for each country in the world. I can combine countries into regions by adding all points and segments for countries within a ... | Grouping geographical shapes | CC BY-SA 2.5 | 0 | 2010-04-16T14:46:14.167 | 2010-04-24T02:31:51.480 | 2017-02-08T14:23:58.013 | -1 | 68,115 | [
"c#",
"algorithm",
"geometry",
"geography",
"dundas"
] |
2,655,155 | 1 | 2,655,270 | null | 1 | 650 | I have a function that takes longitude and latitude and converts it to x and y to be plotted. The conversion to X and Y is working fine and that is not what I have the problem with.
I want to ensure that two points are not plotted in the same place. In one set of results there are about 30 on top of each other (becaus... | Plotting points so that they do not overlap if they have the same co-ordinates | CC BY-SA 2.5 | 0 | 2010-04-16T18:01:45.730 | 2010-04-20T07:13:47.280 | null | null | 239,241 | [
"javascript",
"plot",
"overlap",
"points"
] |
2,656,601 | 1 | 2,657,402 | null | 3 | 1,007 | I have a simple raytracer that only works back up to the first intersection. The scene looks OK with two different light sources, but when both lights are in the scene, there are dark shadows where the lit area from one ends, even if in the middle of a lit area from the other light source (particularly noticeable on t... | Why do my raytraced spheres have dark lines when lit with multiple light sources? | CC BY-SA 2.5 | 0 | 2010-04-16T23:27:09.237 | 2010-04-17T10:12:16.593 | null | null | 41,742 | [
"objective-c",
"raytracing"
] |
2,658,066 | 1 | 2,658,082 | null | 1 | 139 | If we keep tag name within selectors.
For example:
```
#divMainContentBody { … }
.spanImportant { … }
```
This minimizes the need to switch between your stylesheet and your markup, since the ID and class already tells you what element type it is referring to.
---
. Rather than a verbose description, here goes an exa... | Raytracing (LoS) on 3D hex-like tile maps | CC BY-SA 2.5 | 0 | 2010-04-17T14:41:50.260 | 2010-04-18T19:19:54.187 | 2017-02-08T14:24:00.087 | -1 | 236,810 | [
"algorithm",
"language-agnostic",
"geometry",
"raytracing",
"hexagonal-tiles"
] |
2,659,511 | 1 | 2,659,773 | null | 0 | 80 | This is a follow on from my [previous question](https://stackoverflow.com/questions/2647051/error-using-createfilemapping-c) although this is about something else.
I've been having a problem where for some reason my message that I pass from one process to another only displays the first letter, in this case "M".
My a... | Applications result affected by another running application | CC BY-SA 2.5 | null | 2010-04-17T18:36:56.650 | 2010-04-18T01:10:20.933 | 2017-05-23T12:24:21.783 | -1 | 218,159 | [
"c",
"winapi",
"visual-studio-express"
] |
2,659,505 | 1 | 4,337,266 | null | 10 | 9,626 | How do you change the font face and font size used by the [Windows Ribbon Framwork](https://learn.microsoft.com/en-us/windows/win32/windowsribbon/-uiplat-windowsribbon-entry)'s UIRibbon?
The font used by the ribbon does not match the font the user has chosen as their Windows preferences - which is the preference my ap... | Windows Ribbon Framework: How to change font face and size? | CC BY-SA 4.0 | 0 | 2010-04-17T18:33:41.237 | 2019-07-23T11:12:14.667 | 2019-07-23T11:12:14.667 | 4,751,173 | 12,597 | [
"delphi",
"winapi",
"ribbon",
"user-preferences",
"windows-ribbon-framework"
] |
2,660,044 | 1 | 2,662,794 | null | 15 | 48,292 | I have the following formula in LaTeX, based on [Fisher's Exact Test](https://en.wikipedia.org/wiki/Fisher%27s_exact_test). (: requires the use of the `amsmath` package for `\binom`.)
```
\begin{equation}
P(i,j) = \sum_{x=|N(V_i) \cap V_j|}^{\min\{|V_j|, |N(V_i)|}
\frac{ \binom{|V_j|}{x} \binom{|V - V_j|}{|N(V_... | Typesetting LaTeX fraction terms to be larger in an equation | CC BY-SA 4.0 | 0 | 2010-04-17T20:56:35.960 | 2021-10-22T15:13:12.800 | 2021-04-15T14:18:30.220 | 4,751,173 | 38,140 | [
"latex",
"formula",
"equation",
"mathematical-typesetting"
] |
2,660,895 | 1 | 2,660,911 | null | 0 | 587 | Tricky to explain with words so I'll use a picture.

```
A: row 0, column 0
B: row 0, column 1
C: row 1, column 0, span 2
```
| Tkinter layout question | CC BY-SA 2.5 | null | 2010-04-18T02:35:05.640 | 2010-04-18T02:42:02.823 | null | null | 309,377 | [
"python",
"tkinter"
] |
2,661,270 | 1 | 2,661,487 | null | 2 | 2,614 | I have a `CListCtrl` control that has 2 columns and any number of rows. I want the user to be able to click(or maybe double-click) a "cell" and be able edit the text therein.

What I mean is that I want to be able to click and edit any of the places where it says "TE... | How do I edit a cell in an MFC Listbox? | CC BY-SA 3.0 | null | 2010-04-18T05:50:24.550 | 2016-10-12T12:55:21.650 | 2016-10-12T12:55:21.650 | 4,653,485 | 319,547 | [
"windows",
"mfc",
"listbox",
"visual-c++"
] |
2,662,782 | 1 | 2,662,809 | null | 2 | 1,674 | I've just started using google charts and want to use it in a small project I'm workin on but I've bumped into a problem. The thing is I want the charts rather big at a static size and look good but I'm generating the charts dynamically with php. Now the problem is that I can't get it to scale properly in width but hei... | How do I make a google charts larger by scale | CC BY-SA 2.5 | null | 2010-04-18T15:39:32.973 | 2010-04-24T21:03:01.327 | 2017-02-08T14:24:02.130 | -1 | 274,752 | [
"html",
"image",
"api",
"google-visualization"
] |
2,663,115 | 1 | 2,663,147 | null | 469 | 212,255 | Say you have a linked list structure in Java. It's made up of Nodes:
```
class Node {
Node next;
// some user data
}
```
and each Node points to the next node, except for the last Node, which has null for next. Say there is a possibility that the list can contain a loop - i.e. the final Node, instead of ha... | How to detect a loop in a linked list? | CC BY-SA 3.0 | 0 | 2010-04-18T17:08:53.630 | 2022-12-24T08:05:38.833 | 2013-05-05T16:35:27.050 | 1,824,094 | 75,863 | [
"java",
"algorithm",
"data-structures",
"linked-list"
] |
2,664,554 | 1 | 2,664,560 | null | 0 | 250 | What is the magic that makes components cling to the edges of a form?
I had thought that one must use the resize event of the form and them force each element in the form to resize.
But then I saw some sample code which, even when I am editing the form, the elements seem to adhere to a percentage of the space they ta... | Relative Resizing of Forms in .NET | CC BY-SA 2.5 | null | 2010-04-19T00:19:59.933 | 2010-04-19T00:56:26.220 | 2017-02-08T14:24:04.300 | -1 | 54,760 | [
".net",
"winforms",
"resize"
] |
2,665,364 | 1 | 2,665,403 | null | 0 | 1,764 | I am attempting to display a list of items (the style and controltemplate for these items are defined elsewhere) and i want to be able to add/remove as many as i want to. As i do not have infinite screen realestate I am displaying these in a ListBox control.
This is the screen i have to date:

.net 4.0: 
(It is for a great add in if you user SQL Server CE.)
On that post I saw an screen shot of SSMS with images ... | See images in SSMS? | CC BY-SA 2.5 | 0 | 2010-04-19T18:50:29.130 | 2013-09-04T12:08:29.723 | 2017-02-08T14:24:07.343 | -1 | 16,241 | [
"add-in",
"ssms",
"sql-server-2008"
] |
2,670,571 | 1 | null | null | 0 | 4,145 | I'm attempting to use the mysql insert statement below to add information to a database table. When I execute the script, however, the insert statement is run twice.
Here's the URL mysite.com/save.php?Body=p220,c180
Thanks in advance.
```
<?php
//tipping fees application
require('base.inc.php');
require('functio... | Why is this MySQL INSERT INTO running twice? | CC BY-SA 3.0 | 0 | 2010-04-19T20:23:15.047 | 2011-08-15T21:01:21.973 | 2011-08-15T21:01:21.973 | 95 | 306,869 | [
"php",
"mysql"
] |
2,671,670 | 1 | 2,869,267 | null | 1 | 1,381 | I've set the width of large files in Wordpress' Media settings, but how can I tell Wordpress to apply the setting to all the images I've already inserted in posts? It's limiting them to a previous setting of 500px wide.

| How can I tell Wordpress to reset all posted image sizes to the largest set width? | CC BY-SA 3.0 | null | 2010-04-19T23:52:20.523 | 2011-10-16T19:03:26.883 | 2011-10-16T19:03:26.883 | 540,162 | 320,851 | [
"wordpress",
"image",
"size",
"image-manipulation"
] |
2,671,966 | 1 | 2,800,841 | null | 37 | 41,358 | If you are running Windows with a higher DPI setting you will notice that most application icons on the desktop look terrible. Even some high profile application icons such as Google Chrome look terrible while Firefox, Skype and MS Office icons look sharp:

Basically: an (course) has many , which can be either optional or core(mandatory), depending on the award. So for example: the unit 'Advanced Software Engineering' maybe a core unit for the award 'Software Engineering B... | Struggling to create correct relationships in MS Access | CC BY-SA 3.0 | null | 2010-04-20T01:30:28.253 | 2011-11-26T07:20:56.383 | 2011-11-26T07:20:56.383 | 234,976 | 320,504 | [
"sql",
"database",
"ms-access"
] |
2,673,714 | 1 | 2,673,788 | null | 2 | 2,652 | I was wondering what the best approach in order to have a UISegmentedControl appears just under the a navigationController just like in the AppStore application:

The content I what to put in the different views are UITableView just like the AppStore app.
What I w... | How to put a UISegmentedControl under a NavigationController? | CC BY-SA 3.0 | 0 | 2010-04-20T08:42:48.333 | 2014-07-02T07:13:28.990 | 2012-07-22T10:12:55.627 | 292,166 | 296,319 | [
"iphone",
"uinavigationcontroller",
"uisegmentedcontrol"
] |
2,675,582 | 1 | 2,721,898 | null | 0 | 107 | Not sure how to describe this issue, but I only get it in Firefox and not any other browser.
When clicking around, the page sometimes blows up with the attached pic. Sometimes it has even more characters than that, and you can see things like LAME encoder referenced. Anyone know what the deal is? All site caching is d... | Audio player / Flash issue - displaying content header and characters? | CC BY-SA 2.5 | null | 2010-04-20T13:47:38.020 | 2010-04-27T14:12:29.053 | 2017-02-08T14:24:08.703 | -1 | 295,112 | [
"flash",
"drupal",
"audio-streaming"
] |
2,676,884 | 1 | null | null | 0 | 680 | I have a slider for the user to control the volume of my application. What I'd like to have is a icon or something else similar to "volume display" like in the next picture at the slider summary. Is this possible ? How could this be accomplished ?

[appshopper.com](http://images.appshopper.com/screenshots/305/690205_2.jpg)
` to measure the text, I get dimensions that include font padding. When the text is rendered, it seems to use the same padding.
Is ther... | How can I get the dimensions of a drawn string without padding? | CC BY-SA 2.5 | null | 2010-04-21T00:38:18.263 | 2010-04-21T07:57:33.430 | 2010-04-21T03:28:28.870 | 392 | 392 | [
".net",
"graphics",
"text",
"drawing",
"c#-2.0"
] |
2,679,698 | 1 | null | null | 10 | 10,756 | So I'm have a hard time figuring out when I should be attaching to an object and when I shouldn't be attaching to an object. First thing's first, here is a small diagram of my (very simplified) object model.

In my DAL I create a new DataContext every time I do a data-related ... | LINQ to SQL: To Attach or Not To Attach | CC BY-SA 2.5 | 0 | 2010-04-21T01:09:50.600 | 2014-04-10T08:47:56.350 | 2010-04-21T01:33:31.163 | 176,645 | 176,645 | [
"c#",
"linq-to-sql"
] |
2,681,544 | 1 | 2,681,566 | null | 0 | 70 | I'm new with jquery and want to ask a question, can jquery make something like this pics?

I don't know what's this was called, so I can't googled it.
Regards, B_S
| Want to ask an advice about jquery | CC BY-SA 3.0 | null | 2010-04-21T09:07:34.327 | 2011-11-28T00:06:28.670 | 2011-11-28T00:06:28.670 | 234,976 | 322,105 | [
"jquery",
"jquery-ui",
"jquery-plugins"
] |
2,682,079 | 1 | 2,682,103 | null | 3 | 2,832 | I'm new to emacs and I want to use [ensime](http://github.com/aemoncannon/ensime) in Windows.
I had a try but it doesn't work. It seems that it doesn't work because there is a *nix format file named "\ensime\bin\server.sh" .
Very appreciate if someone give me some tips.
EDIT:
I follow VonC's suggestion but it doesn't... | How to make ensime work in windows? | CC BY-SA 2.5 | 0 | 2010-04-21T10:30:25.743 | 2010-09-11T10:09:05.377 | 2017-02-08T14:24:13.550 | -1 | 172,677 | [
"scala",
"ensime"
] |
2,682,144 | 1 | 12,956,923 | null | 38 | 17,178 | R has a useful function `pairs` that provides nice matrix of plots of pairwise connections between variables in a data set. The resulting plot looks similar to the following figure, copied from [this blog post](http://statisticsr.blogspot.com/2009/12/r-pairs-plot.html):
 My question is which version of the SDK should I be using to build my application? I was thinking I should be using the latest 3.2 but when I select that I can only access th... | Xcode SDK version for testing & release? | CC BY-SA 2.5 | null | 2010-04-21T11:47:08.227 | 2010-04-21T11:52:13.693 | 2017-02-08T14:24:14.243 | -1 | 164,216 | [
"iphone",
"xcode"
] |
2,682,724 | 1 | 2,683,634 | null | 2 | 845 | I'm using Xcode 2.5 on Mac 10.4.11 PPC. `javac -version` returns 1.5.x yet when I imported my source code and tried to build it in Xcode, I get errors all over because `generics`, `annotations`, and `for-each loops are not supported in -source 1.3`.

I thought I found the se... | How do I change the build's SDK version in Xcode? | CC BY-SA 2.5 | null | 2010-04-21T12:15:53.107 | 2010-04-21T14:10:53.267 | 2010-04-21T12:24:37.423 | 242,405 | 242,405 | [
"java",
"xcode",
"sdk",
"version"
] |
2,684,578 | 1 | 2,684,608 | null | 1 | 583 | what is the proper code for this?

in div style code. I know how to use float but only 2 divides. But in 4 divides, I don't know.
| CSS div style question | CC BY-SA 2.5 | 0 | 2010-04-21T16:06:43.633 | 2010-04-21T16:36:14.137 | 2017-02-08T14:24:14.927 | -1 | 242,839 | [
"css",
"html"
] |
2,685,707 | 1 | null | null | 4 | 150 | Not sure what I'm doing wrong here. I have this plot:
```
ggplot(data.PE5, aes(ybands,fill=factor(decide))) + geom_bar(position="dodge")
```
which produces:

Then I want to facet by a factor, creating two stacked plots w/ dodged, colored bars
```
ggplot(data.PE5, a... | Trying to keep filled bars in a faceted plot | CC BY-SA 2.5 | null | 2010-04-21T18:52:14.760 | 2010-04-21T20:16:36.383 | 2017-02-08T14:24:16.023 | -1 | 271,844 | [
"r",
"ggplot2"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.