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,355,931 | 1 | 2,355,963 | null | 8 | 8,223 | This is a similar question to this [one here](https://stackoverflow.com/questions/2350604/get-the-area-of-a-3d-surface).
Given a list of 3D coordinates that define the surface( `Point3D1`, `Point3D2`, `Point3D3`, and so on), how to calculate the of the surface?
In 2D the computation [is given by the following formul... | Compute the centroid of a 3D planar polygon | CC BY-SA 4.0 | 0 | 2010-03-01T13:04:09.757 | 2020-07-20T03:47:16.823 | 2020-05-04T08:47:18.827 | 3,834 | 3,834 | [
"c#",
"math",
"computational-geometry"
] |
2,356,472 | 1 | 2,360,143 | null | 4 | 795 | Some months ago there was a [nice question](https://stackoverflow.com/questions/1519462/maximum-bipartite-graph-1-n-matching) regarding a "" and there seems to be no poly-time algorithm.
I would like to add constraints to find a maximum matching for the 1:n matching problem with a polynomial algorithm. I would like t... | "(1:k) Tree-Matching" - Solvable in polynomial time? | CC BY-SA 2.5 | null | 2010-03-01T14:35:35.840 | 2010-03-02T08:40:41.093 | 2017-05-23T12:24:21.783 | -1 | 194,609 | [
"algorithm",
"graph",
"matching"
] |
2,358,129 | 1 | 2,607,228 | null | 0 | 366 | Help, please.
The code - just a styled pre and a styled div (using `float` and `clear`) :
```
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Ie bug</title>
<style type="text/c... | ie6 weird h3 /div behavior - no right margin bug (?) in ff | CC BY-SA 2.5 | null | 2010-03-01T18:39:35.557 | 2013-12-24T16:42:09.583 | 2020-06-20T09:12:55.060 | -1 | 281,545 | [
"html",
"tags",
"internet-explorer-6",
"css-float",
"pre"
] |
2,361,614 | 1 | 2,361,625 | null | 0 | 177 | I added a web service as reference to a project and gave it name "days". But I don't actually understand how to work with it. Can someone show me the way how to get data from it?
In posh I get data from a web service this way:
```
$ws= New-WebServiceProxy -uri $xmld.Root.WebService.Address -credential $cred
$xml = $... | How does calling a web service from a .net app work? | CC BY-SA 4.0 | 0 | 2010-03-02T07:57:28.370 | 2019-06-24T07:06:54.760 | 2019-06-24T07:06:54.760 | 4,751,173 | 264,244 | [
"c#",
".net",
"powershell",
"service"
] |
2,363,720 | 1 | 2,363,789 | null | 0 | 164 | Is there any way to get the work item query results preview pane to auto-size its width? It is very often "too wide", with the controls being way too wide for their content. Here's an example--why do I have to have horizontal scrolling? Is there any way to fix this?

(When o... | Team Explorer work item UI is too wide | CC BY-SA 2.5 | null | 2010-03-02T14:22:09.150 | 2010-03-02T14:31:28.787 | 2010-03-02T14:29:07.887 | 7,453 | 7,453 | [
"tfs",
"workitem",
"team-explorer"
] |
2,364,689 | 1 | 2,365,006 | null | 3 | 7,064 | Hey everyone, my first time trying to draw a multi-color gradient in actionscript 3.
So I got this code from [the help docs](http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/display/Graphics.html#beginGradientFill%28%29), but I can't seem to get a vertical gradient, whatever formula or number I use for rotate, it s... | How to create a vertical color gradient (or any other angle besides a flat horizontal gradient) | CC BY-SA 2.5 | 0 | 2010-03-02T16:19:06.280 | 2011-03-03T19:11:27.247 | 2017-05-23T12:17:03.450 | -1 | 168,738 | [
"flash",
"actionscript-3",
"rotation",
"gradient",
"draw"
] |
2,364,846 | 1 | 2,376,700 | null | 2 | 2,530 | I have problem with Microsoft Access Database to Postgresql database. Filter dialog - for filtering data using multiple selectable checkboxes:

doesnt work.
How to fix this?
I can sort data, I can filter by entering single value, but cant filter by mul... | MSAccess and ODBC. Filter dialog doesn't show | CC BY-SA 3.0 | null | 2010-03-02T16:38:17.917 | 2014-12-03T14:47:17.910 | 2014-12-03T14:47:17.910 | 1,085,891 | 59,528 | [
"ms-access",
"odbc",
"ms-access-2007"
] |
2,366,884 | 1 | 2,367,078 | null | 4 | 460 | I want to create sparklines that illustrate the number of posts created on my blog in the last 2 weeks. To do this, I need to first generate an array that contains the number of posts created on each day during the period in question.
For example, this array:
```
[40, 18, 0, 2, 39, 37, 22, 25, 30, 60, 36, 5, 2, 2]
``... | Get an array containing the number of posts created in the past 2 weeks | CC BY-SA 2.5 | 0 | 2010-03-02T21:25:02.560 | 2010-03-04T17:51:27.933 | 2017-02-08T14:22:07.247 | -1 | 25,068 | [
"ruby-on-rails",
"charts",
"reporting",
"google-visualization",
"sparklines"
] |
2,366,919 | 1 | null | null | 2 | 1,730 | I'm trying for what is done in Apple's "Maps" app when "Directions" is selected:

Does anyone know how to have multiple rows of UIBarButtonItems? I haven't found the answer anywhere. I can add items in a single row to the UIToolbar as follows:
```
NSArray *newItems ... | How to have multiple rows of items on a UIToolbar? | CC BY-SA 2.5 | null | 2010-03-02T21:28:56.890 | 2010-03-02T22:09:59.743 | null | null | 254,507 | [
"iphone",
"uibarbuttonitem",
"uitoolbar"
] |
2,367,063 | 1 | 2,367,135 | null | 1 | 285 | Everything else 100% works, so I'm 100% positive the error lies in the file path I'm using for the image.
The image doesn't load.
Either
A) I need the file to appear in the Zend workspace, how do I do that.
or
B) My path is wrong.
Here's my file heirarchy:

And here's my... | How can I use CSS to set as my <li> background if I'm using the Zend framework? | CC BY-SA 2.5 | null | 2010-03-02T21:48:34.687 | 2010-03-02T22:32:18.767 | 2010-03-02T22:32:18.767 | 208,809 | null | [
"php",
"css",
"zend-studio"
] |
2,367,691 | 1 | 2,382,177 | null | 3 | 1,734 | I have a productVariant object which has child product object. I want to show the value in the DataGridView, can anyone let me know how to do this?
Here is the structure of the object.

I tried to bind "ProductVarian... | Windows Form: showing child object value in the DataGridView | CC BY-SA 2.5 | 0 | 2010-03-02T23:24:18.097 | 2010-03-08T17:33:04.730 | 2017-02-08T14:22:07.927 | -1 | 52,463 | [
"c#",
"winforms"
] |
2,374,339 | 1 | 2,374,711 | null | 0 | 536 | 

For any given date the output should be the last entry for that date. Also the columns need to be become rows.
User will provide 2 dates. Say March 2, 2010 and March 3, 2010.

Since... | Retrieving the most recent revision information for specified dates (SQL) | CC BY-SA 2.5 | 0 | 2010-03-03T19:33:14.227 | 2010-03-03T23:37:02.910 | 2010-03-03T23:13:52.937 | 237,121 | 237,121 | [
"sql",
"sql-server",
"tsql",
"sql-server-2008",
"greatest-n-per-group"
] |
2,374,862 | 1 | 2,374,982 | null | 17 | 24,456 | I'm using the'' library for my chart and I was wondering if anyone figured out how to switch the axes to display the chart vertically
Thanks.

| Changing a horizontal bar chart to a vertical one | CC BY-SA 2.5 | null | 2010-03-03T20:53:16.463 | 2014-05-31T17:21:15.030 | 2012-04-30T16:21:15.790 | 555,062 | 1,700,998 | [
"c#",
"charts",
"bar-chart"
] |
2,375,047 | 1 | 2,375,089 | null | 0 | 2,408 | I am trying to save html table to sql server table with unique name and save its data in a database.
For example, I have a html table like this(it is dynamically created in browser by user).
 however it uses OpenGL.
Such things as [this](http://en.wikipedia.org/wiki/Quadratic_formula#Quadratic_formula):

| How would I draw something like this in Core Graphics | CC BY-SA 2.5 | 0 | 2010-03-04T17:30:25.430 | 2010-03-15T10:51:09.223 | 2010-03-08T17:31:44.717 | 225,020 | 225,020 | [
"iphone",
"core-graphics",
"cgcontext"
] |
2,382,324 | 1 | 2,402,411 | null | 3 | 728 | Suppose I have a database like this:

This is set up to give role-wise menu permissions.
Please note that, `User``Permission`
Then how should I map this class against the database-tables?
```
class User
{
public int ID { get... | How to map this class in NHibernate (not FluentNHibernate)? | CC BY-SA 2.5 | 0 | 2010-03-04T20:00:46.717 | 2010-03-12T14:15:56.373 | 2017-02-08T14:22:13.117 | -1 | 159,072 | [
"nhibernate",
"nhibernate-mapping"
] |
2,382,882 | 1 | 2,382,962 | null | 1 | 260 | Here's what I'd like:

Here's my code:
```
<?php
require_once ('Zend\Form.php');
class Sergio_Form_registrationform extends Zend_Form {
public function init(){
/*********************USERNAME**********************/
$username = new Zend_Form_Element_Te... | How can I place an image on the right of my form if I'm using the Zend_Form? | CC BY-SA 2.5 | 0 | 2010-03-04T21:35:26.053 | 2010-03-04T22:30:53.133 | 2010-03-04T22:30:53.133 | 80,425 | null | [
"css",
"forms",
"zend-form"
] |
2,385,365 | 1 | null | null | 2 | 3,538 | I want to do a demo just like WaveSecure, which win Android Develop Challenge 2 with a third place. Now I have a problem in locking the screen customly, so I want to know how WaveSecure achieve its locking function, as the following picture show:

W... | How to lock the Screen customly? Just like WaveSecure in Android | CC BY-SA 3.0 | 0 | 2010-03-05T08:18:58.113 | 2011-08-15T16:38:51.013 | 2011-08-15T16:38:51.013 | 665,800 | 197,165 | [
"android",
"lockscreen"
] |
2,386,866 | 1 | 2,386,929 | null | 672 | 613,210 | Here's my layout code;
```
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView android:text="@string/welcome"
android:id=... | How do I align views at the bottom of the screen? | CC BY-SA 4.0 | 0 | 2010-03-05T13:04:23.203 | 2019-09-24T10:59:52.127 | 2019-09-24T10:41:59.400 | 63,550 | 111,734 | [
"android",
"xml",
"user-interface",
"android-layout"
] |
2,387,033 | 1 | 2,387,746 | null | 26 | 27,069 | How can I make a table with a round border, similar to the photo below, in Android?

| Android table with round border | CC BY-SA 3.0 | 0 | 2010-03-05T13:33:32.370 | 2012-05-29T22:55:57.757 | 2012-05-29T22:55:57.757 | 85,950 | 258,863 | [
"android",
"tablelayout"
] |
2,390,386 | 1 | 2,435,656 | null | 12 | 29,609 | I found this post on [Crystal Reports Cutting Off Text in PDF](https://stackoverflow.com/q/866540/1366033), but it didn't solve my problem.
I have a Crystal Report that contains a field within a text object (to control line spacing) and has "can grow" selected. When I export the Crystal Report to a PDF there are insta... | Crystal Reports Cutting Off Text in PDF | CC BY-SA 3.0 | 0 | 2010-03-05T22:30:13.130 | 2021-05-26T08:18:12.887 | 2017-05-23T12:10:33.983 | -1 | 1,178,532 | [
"pdf",
"text",
"crystal-reports",
"crystal-reports-2008",
"crystal-reports-10"
] |
2,390,400 | 1 | 2,412,879 | null | 8 | 4,233 | I'm developing an augmented reality application for Android that uses the phone's camera to recognise the arrangement of the coloured squares on each face of a Rubik's Cube.
One thing that I am unsure about is how exactly I would go about detecting and recognising the coloured squares on each face of the cube. If you ... | Marker Recognition on Android (recognising Rubik's Cubes) | CC BY-SA 3.0 | 0 | 2010-03-05T22:32:39.117 | 2013-12-09T20:22:08.367 | 2017-02-08T14:22:15.537 | -1 | 205,877 | [
"android",
"image-processing",
"computer-vision",
"augmented-reality",
"rubiks-cube"
] |
2,391,382 | 1 | 2,391,384 | null | 7 | 5,275 | Some Windows applications add buttons to the control box, which apparently is the name for the group of minimize, maximize, and close buttons. One such application is Skype, which has a button for switching from a one-window-that-contains-everything mode to a one-window-per-conversation mode and vice versa:
![Skype's ... | Custom control box button | CC BY-SA 2.5 | 0 | 2010-03-06T04:47:53.037 | 2010-03-06T04:52:51.910 | 2017-02-08T14:22:15.883 | -1 | 200,291 | [
"c#",
".net",
"winforms",
"winapi"
] |
2,391,672 | 1 | 2,422,618 | null | 8 | 4,524 | I am trying to find a fast algorithm with modest space requirements to solve the following problem.
>
Given this DAG:

I expect the following result:
```
Vertex # Reacability Count Reachable Vertices in closure... | Finding the Reachability Count for all vertices of a DAG | CC BY-SA 2.5 | 0 | 2010-03-06T07:08:08.210 | 2019-02-05T18:40:47.377 | 2017-02-08T14:22:16.240 | -1 | 71,109 | [
"algorithm",
"graph-theory",
"directed-acyclic-graphs"
] |
2,393,863 | 1 | null | null | 28 | 115,278 | I'm using Microsoft Visual Studio 2008 and I'm trying to set an exe icon for my program.
I've searched this site and found this: [How do I set the icon for my application in visual studio 2008?](https://stackoverflow.com/questions/320677/how-do-i-set-the-icon-for-my-application-in-visual-studio-2008)
But I can't find... | Set an exe icon for my program | CC BY-SA 3.0 | 0 | 2010-03-06T19:43:28.010 | 2022-03-31T19:38:29.197 | 2017-05-23T11:45:33.393 | -1 | 287,896 | [
"c++",
"visual-studio-2008",
"resources",
"executable",
"icons"
] |
2,395,057 | 1 | 2,395,076 | null | 2 | 2,633 | I am looking to keep track of people in my iPhone app - either adding them from existing contact data, or prompting the user to enter a new contact which will be saved to their Contacts.
I know I can create a persons record add write it to the Contact book, ?
Or do I have to implement my own view to facilitate creatin... | How to add contact from within an iPhone app? | CC BY-SA 4.0 | 0 | 2010-03-07T03:28:14.503 | 2019-06-27T06:23:54.737 | 2019-06-27T06:23:54.737 | 4,751,173 | 1,390,354 | [
"iphone",
"iphone-sdk-3.0",
"addressbook",
"contacts"
] |
2,396,147 | 1 | 2,396,164 | null | 2 | 66 | I have two distinct scenarios.
One, where there is a many to many case, you must create a third table. But I'm not familiar with MySQL syntaxis.

Two, is this one:

How can I declare using SQL code?
| How can I make tables in MySQL? | CC BY-SA 2.5 | null | 2010-03-07T11:59:20.547 | 2010-03-08T09:02:39.040 | 2010-03-08T09:02:39.040 | 11,589 | null | [
"mysql"
] |
2,396,499 | 1 | 2,396,523 | null | 1 | 2,163 | I can't think of an example where the reference count of a file may not be zero even when it is no longer possible to refer a directory or file.
The only example that I could find for a general graph directory structure is this:
... | General graph directory structure needs garbage collection? | CC BY-SA 2.5 | 0 | 2010-03-07T14:06:19.543 | 2010-03-07T14:14:50.963 | 2017-02-08T14:22:17.613 | -1 | 159,177 | [
"filesystems",
"directory-structure"
] |
2,396,741 | 1 | 2,396,818 | null | 1 | 146 | My form class:
```
<?php
require_once ('Zend\Form.php');
class Sergio_Form_registrationform extends Zend_Form {
public function init(){
/*********************USERNAME**********************/
$username = new Zend_Form_Element_Text('username');
$alnumValidator = new Zend_Validate_Alnum(... | Not all fields are being saved in my MySQL Database | CC BY-SA 2.5 | null | 2010-03-07T15:20:47.050 | 2010-03-07T15:42:29.223 | 2010-03-07T15:33:19.133 | 208,809 | null | [
"php",
"mysql",
"zend-framework",
"forms"
] |
2,399,338 | 1 | null | null | 6 | 4,890 | My task is to move this VS solution and projects to another SVN server. I'm working with Visual Studio 2010 RC1 and AnkhSVN 2.1.7819....
- `C:\Repositories\foo`- `http://someSite/svn/foo`
The most obvious way, I found, was the window (which appears to belong to AnkhSVN). It appears to allow you to change the reposi... | AnkhSVN: moving a project to another repo | CC BY-SA 2.5 | 0 | 2010-03-08T04:45:00.863 | 2017-05-22T15:20:49.447 | 2010-04-02T02:44:41.590 | 164,901 | 23,199 | [
"svn",
"version-control",
"ankhsvn"
] |
2,399,994 | 1 | 2,400,154 | null | 2 | 170 | Suppose I have an HTML page with three blocks of fixed width (their height can vary if that's important), like shown on picture:

I would like to make it behave as shown on next picture: when browser screen width is reduced so it can't fit all three blocks in one line, first b... | smart page resizing | CC BY-SA 2.5 | null | 2010-03-08T08:12:15.790 | 2010-03-08T08:51:55.280 | null | null | 179,746 | [
"html",
"css",
"positioning"
] |
2,404,037 | 1 | 2,404,305 | null | 2 | 3,615 | To use as an example: lets say that I have 2 [EditText](http://developer.android.com/reference/android/widget/EditText.html)s and one Button that I'm using as a login form. I want the EditTexts to be the same size, one after the other, with the login [Button](http://developer.android.com/reference/android/widget/Button... | Dynamically sizing Views as a percentage (or similar)? | CC BY-SA 2.5 | 0 | 2010-03-08T19:21:02.963 | 2010-03-08T21:02:16.193 | null | null | 76,835 | [
"android",
"user-interface"
] |
2,404,569 | 1 | 2,405,514 | null | 3 | 11,537 | I have modified a working Windows service that had always been starting beforehand. After adding the System.Management reference it now sometimes will not start automatically. I get the following error:
> Service cannot be started.
System.Runtime.InteropServices.COMException
(0x80010002): Call was canceled by the
... | Why does my .NET Windows service not start automatically sometimes? | CC BY-SA 2.5 | null | 2010-03-08T20:41:22.373 | 2012-11-19T13:00:37.927 | 2017-05-23T12:13:31.853 | -1 | 29,326 | [
".net",
"windows",
"service",
"system.management"
] |
2,407,283 | 1 | 2,407,414 | null | 1 | 1,632 | I've been banging my ahead on this IE7 bug for the last few days and it's time to resort to the mind of the crowd.
I have the following HTML and CSS: [http://beerpla.net/for_www/ie7_test/test.html](http://beerpla.net/for_www/ie7_test/test.html)
The goal is to have a `<ul>`, with each `<li>` containing a small icon an... | IE7 CSS bug aligning <img> with text in a <ul> | CC BY-SA 2.5 | 0 | 2010-03-09T07:26:53.087 | 2010-03-09T08:28:45.490 | 2010-03-09T07:31:53.413 | 47,680 | 47,680 | [
"css",
"image",
"internet-explorer-7"
] |
2,408,613 | 1 | 2,408,779 | null | 50 | 83,396 | I'm having problems reading this one JPEG file using ImageIO.read(File file) - it throws an exception with the message "Unsupported Image Type".
I have tried other JPEG images, and they seem to work fine.
The only differance I've been able to spot is that this file seems to include a thumbnail - is that known to caus... | Unable to read JPEG image using ImageIO.read(File file) | CC BY-SA 3.0 | 0 | 2010-03-09T11:27:32.347 | 2017-11-30T07:20:56.957 | 2015-07-14T16:06:15.750 | 1,044,603 | 209,641 | [
"java",
"image",
"jpeg",
"javax.imageio"
] |
2,409,388 | 1 | 2,409,886 | null | 2 | 578 | Sometimes when I set a breakpoint and start debugging its color changes from red to olive:

When it happens debugging doesn't stop at all - breakpoint is ignored.
I want to know why this happens and how to avoid it in the future.
Edit:
It does not happens only when brea... | What olive bullet on breakpoint means in SharpDevelop | CC BY-SA 2.5 | null | 2010-03-09T13:45:10.363 | 2013-10-02T11:52:12.567 | 2010-03-10T08:14:23.707 | 269,362 | 269,362 | [
"c#",
"debugging",
"sharpdevelop"
] |
2,409,774 | 1 | 2,410,136 | null | 7 | 4,007 | I am experimenting with matplotlib at the moment. Some time ago I used Excel VBA code to produce images such as the one attached.
You will notice it is not presented in a scientific/research style but rather as if produced by a school-student on graph paper - with three different grid-line styles.
Is there a fairly s... | How can I produce student-style graphs using matplotlib? | CC BY-SA 2.5 | 0 | 2010-03-09T14:37:21.143 | 2021-03-12T22:09:50.413 | 2017-02-08T14:22:22.083 | -1 | 271,386 | [
"python",
"matplotlib",
"wxpython"
] |
2,411,975 | 1 | 2,412,186 | null | 1 | 430 | This chart has been linked a number of times on blogs that I follow and I feel like a rube not getting it. So, going out on a limb here and asking this community. Please explain this grid from the blog post [here](http://www.kevinwilliampang.com/2010/01/14/how-fanboys-see-net-data-access-strategies/).
.
  
Yeah, I know they are intended to show that the page conforms to the standards and should link to page... | What is the point of using W3C valid badges? | CC BY-SA 2.5 | 0 | 2010-03-10T13:20:59.477 | 2010-03-10T14:28:08.693 | 2017-02-08T14:22:26.473 | -1 | 57,868 | [
"html",
"css",
"validation",
"w3c"
] |
2,418,722 | 1 | 2,418,837 | null | 41 | 4,211 | I recently saw someone with a T-shirt with some Perl code on the back. I took a photograph of it and cropped out the code:

Next I tried to extract the code from the image via OCR, so I installed [Tesseract OCR](http://code.google.com/p/tesseract-ocr/) and the Python bindings... | Extracting code from photograph of T-shirt via OCR | CC BY-SA 3.0 | 0 | 2010-03-10T16:43:36.980 | 2022-05-02T09:51:40.870 | 2016-01-19T01:04:54.363 | 792,066 | 50,065 | [
"python",
"ocr",
"tesseract"
] |
2,419,186 | 1 | 2,419,447 | null | 11 | 24,676 | I want to draw a graph in my Django-based site, to look like these one:

How can I do this?
| Drawing graphs in Django | CC BY-SA 3.0 | 0 | 2010-03-10T17:44:29.387 | 2017-07-02T16:22:37.247 | 2015-07-07T02:27:27.137 | null | 290,764 | [
"django",
"graph"
] |
2,420,283 | 1 | null | null | 0 | 117 | Given a infinite stream of random 0's and 1's that is from a biased (e.g. 1's are more common than 0's by a know factor) but otherwise ideal random number generator, I want to convert it into a (shorter) infinite stream that is just as ideal but also unbiased.
Looking up the [definition of entropy](http://en.wikipedia... | How to adjust the distribution of values in a random data stream? | CC BY-SA 2.5 | null | 2010-03-10T20:20:38.043 | 2010-05-26T18:09:49.210 | 2017-02-08T14:22:26.807 | -1 | 1,343 | [
"random",
"information-theory"
] |
2,420,320 | 1 | 2,420,401 | null | 0 | 120 | I'm merging multiple small images into a rectangular mosaic.
When dealing with a small number of source images it turns out fine:

But when dealing with a larger number of sources it turns out a sepia like effect:

I've 2 pages. Second page is sending selected pictures to the opener window(first one) using fResimleriEkle function.
I'm setting every element of array to another array variables (ArrResimler and ArrMetinler).
But when i f... | Javascript global variable question | CC BY-SA 2.5 | null | 2010-03-10T21:10:12.113 | 2010-03-10T22:30:59.797 | 2017-02-08T14:22:27.140 | -1 | 104,085 | [
"javascript"
] |
2,421,701 | 1 | 2,423,324 | null | 27 | 7,029 | I recently upgraded to using ReSharper 5 (currently in beta). I noticed that in ASP.Net MVC projects, ReSharper underlines in red all of the return statements inside a controller:

I personally find this pretty annoying because it looks like an error. Cli... | What's the point of the red underline highlighting in ReSharper 5 for ASP.Net MVC? | CC BY-SA 3.0 | 0 | 2010-03-11T00:20:13.517 | 2018-02-25T09:32:46.807 | 2018-02-25T09:32:46.807 | 352,841 | 25,549 | [
"asp.net-mvc",
"visual-studio",
"resharper"
] |
2,421,717 | 1 | 2,421,802 | null | 3 | 11,029 | I 'm relatively new to git and and having some problems early on. I've made several commits, but when I try to push them I get a response that says everything is up-to-date. I feel like my problem is the same on listed in [this question](https://stackoverflow.com/questions/999907/git-push-says-everything-up-to-date-eve... | What will git checkout master + git reset --hard do? | CC BY-SA 3.0 | 0 | 2010-03-11T00:24:01.537 | 2011-08-16T14:02:01.183 | 2017-05-23T12:01:12.863 | -1 | 91,748 | [
"git",
"branch"
] |
2,426,425 | 1 | 2,426,822 | null | 0 | 895 | I'm trying to add textures and shadows outside div elements in a webpage, without using "wrappers".
Any suggestions?
---


---
Help would be very much appreciated!
| Adding shadows or textures outside a div? - CSS | CC BY-SA 2.5 | 0 | 2010-03-11T15:52:30.107 | 2010-03-11T18:21:06.737 | null | null | 208,827 | [
"html",
"css"
] |
2,426,661 | 1 | null | null | 2 | 1,245 | I've got an MFC application that is built with VC6. When ClearType is enabled (Windows XP) some texts are rendered smoothly, i.e. with ClearType, and others are not.
Dialog texts don't seem to ever get rendered with ClearType. Some list controls, however, have it enabled completely, others only in their headers.
What... | Why are not all texts of my MFC applicatiopn displayed using ClearType? | CC BY-SA 3.0 | null | 2010-03-11T16:21:19.213 | 2013-02-07T20:23:21.527 | 2013-02-07T20:23:21.527 | 27,596 | 27,596 | [
"mfc",
"fonts",
"visual-c++",
"dialog",
"cleartype"
] |
2,426,711 | 1 | 2,426,770 | null | 0 | 805 | I want to compare records between 2 databases on my SQL 2008 Server. The query below works in SSMS.
```
SELECT 'Manual',
manual.*,
'Auto',
Auto.*
FROM (SELECT * FROM TESTINGSOMODS..TESTINGSOManMODS) Manual
FULL OUTER JOIN
(SELECT * FROM CHELTONCUSTOMIZATIONS..SOMODS) Auto
... | SSRS Report to read from 2 databases | CC BY-SA 2.5 | null | 2010-03-11T16:25:57.183 | 2010-03-11T23:10:54.950 | 2017-02-08T14:22:28.493 | -1 | 455,292 | [
"sql-server-2008",
"reporting-services"
] |
2,428,109 | 1 | null | null | 11 | 2,208 | I'm having an issue using bilinear interpolation for 16 bit data. I have two images, origImage and displayImage. I want to use AffineTransformOp to filter origImage through an AffineTransform into displayImage which is the size of the display area. origImage is of type BufferedImage.TYPE_USHORT_GRAY and has a raster... | Java error on bilinear interpolation of 16 bit data | CC BY-SA 2.5 | 0 | 2010-03-11T19:43:00.720 | 2010-10-27T17:11:11.933 | 2010-03-23T00:10:20.683 | 21,234 | 59,535 | [
"java",
"image-processing",
"bufferedimage",
"16-bit",
"affinetransform"
] |
2,428,225 | 1 | 2,428,315 | null | 1 | 436 | I've implemented [markitup](http://markitup.jaysalvat.com/home/) to handle users entering markdown text. I want to replace the default image insert command with a nice jquery routine that lets the user browse for an image. I'm able to edit the `set.js` file to call my javascript routine that brings up the file browser:... | How do I insert text at the focus into a markitup editor with javascript? | CC BY-SA 2.5 | null | 2010-03-11T19:59:59.023 | 2010-03-11T20:13:13.923 | null | null | 28,260 | [
"javascript",
"markdown",
"markitup"
] |
2,429,181 | 1 | 2,429,250 | null | 6 | 15,142 | See the chart below. I'm building the chart programatically, so no asp.net control syntax please.

How do I change the grid line colours that cross horizontally and vertic... | How to change the axis divider line colors in Microsoft Chart Controls (column chart) | CC BY-SA 2.5 | 0 | 2010-03-11T22:25:47.070 | 2016-02-16T07:28:21.633 | 2017-02-08T14:22:28.827 | -1 | 98,389 | [
".net",
"charts"
] |
2,429,902 | 1 | 2,430,167 | null | 8 | 3,131 | I'm using this HTML,CSS and Javascript code (in one document together if you want to test it out):
```
<style type="text/css">
#slider_container {
width: 200px;
height: 30px;
background-color: red;
display:block;
}
#slider {
width: 20px;
height: 30px;
background-color: blue;
display:bl... | Firefox drags div like it was an image | CC BY-SA 3.0 | 0 | 2010-03-12T01:25:34.587 | 2013-05-06T14:50:11.940 | 2013-05-06T14:50:11.940 | 281,434 | 281,434 | [
"javascript",
"jquery",
"firefox",
"events"
] |
2,429,940 | 1 | 2,429,991 | null | 2 | 1,156 | What operating system and UI toolkit is this? It's not some fake Hollywood user interface. It's from Bloomberg.

| What operating system and UI toolkit is this? | CC BY-SA 2.5 | 0 | 2010-03-12T01:35:55.957 | 2014-04-02T15:51:29.477 | 2017-02-08T14:22:29.160 | -1 | 292,036 | [
"user-interface",
"toolkit"
] |
2,429,997 | 1 | 2,430,071 | null | 3 | 3,368 | i have a container div which is `position:relative` and the squares are `position:absolute` because i want to play with their positions.

Like what you see, the container does not fit the content except if the squares are positioned in Relative, is there a solution for this?
I... | How to make a DIV auto height resizable even if the content is absolute? | CC BY-SA 2.5 | 0 | 2010-03-12T01:51:37.467 | 2010-03-12T02:35:53.213 | null | null | 241,654 | [
"css"
] |
2,430,273 | 1 | 2,439,248 | null | 1 | 1,146 | I have a JPanel that encapsulates two JPanels, one on top of the other.
The first holds two JLabels which hold the playing cards.
The second holds the player's text (name and score).
However, when I remove the player's cards, the lower JPanel moves up to the top, which i would prefer that it not do. Is there a way ... | java simple JPanel management (see screenshot) | CC BY-SA 2.5 | null | 2010-03-12T03:10:47.170 | 2010-03-13T17:31:24.693 | 2010-03-13T17:31:24.693 | 21,234 | 215,141 | [
"java",
"user-interface",
"swing",
"jpanel"
] |
2,430,967 | 1 | 2,431,002 | null | 1 | 2,524 | is it possible to balance the position of button(example toolbar in Safari)?
```
UIBarButtonItem *infoButton = [[UIBarButtonItem alloc]
initWithBarButtonSystemItem:UIBarButtonSystemItemCompose
target:self action:@selector(support:)];
... | how to balance position of UIBarButtonItem in toolbar | CC BY-SA 2.5 | 0 | 2010-03-12T06:42:24.243 | 2010-03-12T06:51:37.050 | 2017-02-08T14:22:29.497 | -1 | 203,372 | [
"iphone",
"uitoolbar"
] |
2,431,388 | 1 | 2,471,355 | null | 0 | 658 | i have a website and in it is an application with website administration.
It is possible to load an assembly from website in administration application?
E.G:

WebAdmin project (web application) : in default.aspx i w... | ASP.NET load assembly from parent application | CC BY-SA 2.5 | null | 2010-03-12T08:39:22.673 | 2010-03-18T16:04:21.233 | 2017-02-08T14:22:30.180 | -1 | 77,154 | [
"c#",
"asp.net",
"assembly.load"
] |
2,431,959 | 1 | 2,431,989 | null | 1 | 223 | I have a really simple Rails app. Basically an article with comments. I want the article page to show the article, comments underneath and then a textbox to write a comment and a submit button to submit it.
I got it all working except for one (big) problem. When the page loads.. example.com/article/1
a blank comment ... | Form is submitting when the page loads | CC BY-SA 2.5 | null | 2010-03-12T10:21:54.230 | 2010-03-12T10:27:54.590 | null | null | 83,452 | [
"ruby-on-rails"
] |
2,432,312 | 1 | 2,504,812 | null | 3 | 2,847 | i dont know, why the button are disappear after the toolbar set to hide and unhide.
how can i fix it?
setup a button code
```
-(void)viewDidAppear:(BOOL)animated {
//NSLog(@"viewDidAppear ");
[self becomeFirstResponder];
//Create a button
UIBarButtonItem *back = [[UIBarButtonItem alloc]
... | button item lost when hide and unhide toolbar | CC BY-SA 2.5 | 0 | 2010-03-12T11:21:03.930 | 2010-03-24T01:35:32.267 | 2017-02-08T14:22:29.497 | -1 | 203,372 | [
"iphone",
"uibarbuttonitem"
] |
2,433,555 | 1 | 2,433,823 | null | 0 | 4,250 | I'm curious if anyone knows of a way to easily get a double border effect in WPF similar to what you see in the selected items in Windows Explorer in Windows 7.

If you look closely, you'll notice that the selected i... | Double Border with a VisualBrush in WPF | CC BY-SA 2.5 | 0 | 2010-03-12T15:00:50.957 | 2010-03-15T14:51:57.263 | 2017-02-08T14:22:31.873 | -1 | 77,040 | [
"wpf",
"visualbrush"
] |
2,434,155 | 1 | 2,434,202 | null | 0 | 535 | I'm running into a weird issue that I'm struggling to figure out what's causing the page to break. I have an internal website that's still under development (thus no link to the page) that works great in Firefox and Internet Explorer 8 in IE 7 Standards mode. But when I force it to IE 8 Standards mode the page will o... | Internet Explorer 8 Standards Mode Results In Broken Blank Page | CC BY-SA 2.5 | null | 2010-03-12T16:31:52.343 | 2010-03-12T20:02:58.730 | 2017-02-08T14:22:32.207 | -1 | 6,504 | [
"xhtml",
"internet-explorer-8",
"standards"
] |
2,434,602 | 1 | 14,101,451 | null | 567 | 496,118 | I'm trying to create some re-usable CSS classes for more consistency and less clutter on my site, and I'm stuck on trying to standardize one thing I use frequently.
I have a container `<div>` that I don't want to set the height for (because it will vary depending on where on the site it is), and inside it is a header ... | Setting width/height as percentage minus pixels | CC BY-SA 4.0 | 0 | 2010-03-12T17:34:54.377 | 2020-12-28T21:05:58.533 | 2020-12-28T20:41:16.940 | 2,756,409 | 209,113 | [
"css",
"height",
"pixel"
] |
2,436,538 | 1 | 2,436,551 | null | 1 | 183 | i want to make an stylized unordered list like the following, but i don't want it to be completely divs, i want to use the `<li>` & `<ul>` tags and maybe a div if it's necessary.

Any sample code to make like this ?
Thanks
| How to do like this list using <li> and CSS? | CC BY-SA 2.5 | null | 2010-03-12T23:26:32.827 | 2010-03-13T00:33:04.060 | 2020-06-20T09:12:55.060 | -1 | 241,654 | [
"html",
"css"
] |
2,439,102 | 1 | 2,439,109 | null | 2 | 79 | I'm working on a bigger project atm, but I made this simple example to show you what happens..
```
using System.Collections.Generic;
using System.Windows;
namespace txt
{
public partial class MainWindow
{
public MainWindow()
{
InitializeComponent();
}
private void Wi... | ListBox selector odd behavior when there are dupes | CC BY-SA 2.5 | 0 | 2010-03-13T16:40:13.680 | 2010-03-13T16:49:51.863 | 2010-03-13T16:49:51.863 | 178,481 | 178,481 | [
"c#",
"wpf"
] |
2,439,526 | 1 | 2,439,529 | null | 0 | 62 | i want to do like the following format:

So this is what i did :
```
<style>
.toptitle{
font-size:14px;
}
.toprating{
background:yellow;
float:left;
font-size:12px;
}
.topcontainer{
border-bottom:1px #CCCCCC solid;
}
</style>
<div class="topcontainer">
<div class="toprating">... | Floating not right in ie? | CC BY-SA 2.5 | null | 2010-03-13T18:41:24.893 | 2010-03-13T18:50:23.580 | 2020-06-20T09:12:55.060 | -1 | 241,654 | [
"css",
"xhtml"
] |
2,440,360 | 1 | 2,441,186 | null | 0 | 1,431 | Which SQL Server table can I locate keywords associated with a page in DotNetNuke?

| Where is DotNetNuke page keywords stored in database? | CC BY-SA 3.0 | null | 2010-03-13T22:53:20.307 | 2016-12-06T20:12:11.273 | 2017-02-08T14:22:34.707 | -1 | 4,035 | [
"tsql",
"dotnetnuke",
"keyword",
"dotnetnuke-5"
] |
2,441,053 | 1 | null | null | 6 | 1,296 | I have an iTunes style interface in my application: Source list (NSOutlineView) on the left that contains different libraries and playlists with an NSTableView on the right side of the interface displaying information for "Presentations". Similar to iTunes, I am showing the same type of information in the table view w... | How do I bind an iTunes style source list to an NSTableView using Core Data? | CC BY-SA 2.5 | 0 | 2010-03-14T03:08:03.493 | 2011-08-18T08:43:13.933 | 2017-02-08T14:22:35.397 | -1 | 32,854 | [
"cocoa",
"core-data",
"cocoa-bindings",
"nsarraycontroller"
] |
2,441,271 | 1 | 2,442,879 | null | 0 | 303 | I have a GTK button on my GUI app, however, the hover effects are different for both Linux and Windows:
Heres Linux:

Heres Windows:

I did not do anything fancy to the animations, in fact, t... | GTK:Button onHover effect different on Linux and Windows | CC BY-SA 3.0 | null | 2010-03-14T05:02:26.637 | 2012-12-03T14:33:29.460 | 2011-12-15T23:32:18.567 | 84,042 | 118,644 | [
"mono",
"gtk",
"cairo"
] |
2,442,727 | 1 | 2,442,859 | null | 23 | 20,791 | I am creating an app that is having a UIWebView which contains an advert. The size of the view is the same as the advert (image) itself. Still, there is a white margin/padding of some kind above and to the left of the image, inside the UIWebView. Check out the linked image:

I'm sure its a poor design and full of flaws, but I'm hoping to learn from you guys how you would design a simple login like this. I'm particul... | UML Class Diagram for User Login | CC BY-SA 3.0 | 0 | 2010-03-14T21:07:57.680 | 2019-07-02T16:05:20.497 | 2016-02-26T11:25:53.547 | 1,368,690 | 225,998 | [
"design-patterns",
"oop",
"class-design",
"uml"
] |
2,446,373 | 1 | 2,447,707 | null | 23 | 51,509 | >
[What do I have to add to a layout to hide the titlebar?](https://stackoverflow.com/questions/2445999/what-do-i-have-to-add-to-a-layout-to-hide-the-titlebar)
How do I remove the title below the battery, time bar from showing up?
Not sure the terminology for that bar, but on this picture it is the "Nested XML... | Android title bar removal | CC BY-SA 2.5 | 0 | 2010-03-15T10:30:21.123 | 2013-05-05T21:45:28.703 | 2017-05-23T12:24:21.783 | -1 | 166,940 | [
"android"
] |
2,447,109 | 1 | null | null | 141 | 59,999 | I have seen [Vim 80 column layout concerns](https://stackoverflow.com/questions/235439/vim-80-column-layout-concerns), but the answer there highlights only actual content that goes over the 80 character mark. I want to have a 100+ column Vim window open with the leftmost 80 columns using the normal background and anyth... | Showing a different background colour in Vim past 80 characters | CC BY-SA 3.0 | 0 | 2010-03-15T12:43:40.320 | 2022-04-19T10:00:18.727 | 2017-05-23T10:31:19.930 | -1 | 293,961 | [
"vim"
] |
2,447,097 | 1 | 2,447,116 | null | 0 | 230 | I want to create a dialog with a title, borders (left, right, bottom) as well as the content. The current source code:
```
<html>
<body>
<div style="background: #0ff; width: 152px; height: 112px; position: absolute; top: 24px; left: 128px; display: table">
<div style="display: table-row;">
<div style="background: #f00... | CSS layout - why do the borders and size behave like this? | CC BY-SA 4.0 | null | 2010-03-15T12:40:41.507 | 2019-07-01T07:13:11.047 | 2019-07-01T07:13:11.047 | 4,751,173 | 283,055 | [
"html",
"css",
"layout",
"border"
] |
2,448,881 | 1 | 2,463,609 | null | 5 | 2,438 | I'm mapping a set of tables that share a common set of fields:

So as you can see I'm using a table-per-concrete-type strategy to map the inheritance.
But...
---
`Entity Data Model Mapping Scenario``Table-per-concrete-type inheritance`[htt... | How to implement table-per-concrete-type strategy using entity framework | CC BY-SA 2.5 | 0 | 2010-03-15T16:50:32.477 | 2015-10-06T13:20:54.950 | 2020-06-20T09:12:55.060 | -1 | 201,142 | [
".net",
"entity-framework",
"orm",
"mapping"
] |
2,450,122 | 1 | 2,450,136 | null | 18 | 21,102 | ```
- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
{
if(section != 0) {
UIView *view = [[[UIView alloc] initWithFrame:CGRectMake(10, 10, 100, 30)] autorelease];
view.backgroundColor = [UIColor redColor];
return view;
} else {
return tableView.tableHeaderView;
}
... | Frame of viewForHeaderInSection is always the same size | CC BY-SA 3.0 | 0 | 2010-03-15T20:08:42.140 | 2013-04-18T05:17:52.180 | 2013-04-18T05:17:52.180 | 664,177 | 284,701 | [
"iphone",
"uitableview",
"grouped-table"
] |
2,452,356 | 1 | 2,452,387 | null | 5 | 7,434 | Quote from Jason Coco
it not possible to set multiple in UILabel... but
how to do like this?
any idea?

is it possible to set mix color in UILabel
example "TEST"
can i set E to red color and another to white color?
| is it possible to set multiple color in UILabel? | CC BY-SA 2.5 | 0 | 2010-03-16T05:46:49.683 | 2017-06-30T14:32:24.890 | 2017-02-08T14:22:40.160 | -1 | 203,372 | [
"iphone",
"uilabel"
] |
2,453,029 | 1 | 2,453,057 | null | 1 | 2,221 | I am trying to make a chatroom layout like the following:

Now my problem is that I am not sure how to have the container box occupy the whole width and height (with valid doctype) and then make the center div grow if the window grows keeping the rest constant.
i am... | Relative width for a CSS layout, fixed and fluid mix | CC BY-SA 3.0 | null | 2010-03-16T08:51:49.547 | 2015-01-13T16:54:55.710 | 2015-01-13T16:54:55.710 | 1,762,224 | 426,996 | [
"javascript",
"css"
] |
2,456,005 | 1 | 2,456,205 | null | 4 | 12,702 | I've got the new autocomplete widget in jQuery UI 1.8rc3 working great in Firefox. It doesn't work at all in IE. Can someone help me out?
```
<input type="text" id="ctrSearch" size="30">
<input type="hidden" id="ctrId">
```
```
$("#ctrSearch").autocomplete({
source: "ctrSearch.do",
minLength: 3,
fo... | jQuery UI autocomplete works in Firefox but not in IE | CC BY-SA 4.0 | 0 | 2010-03-16T16:07:18.200 | 2019-07-01T10:12:48.817 | 2019-07-01T10:12:48.817 | 4,751,173 | 102,451 | [
"javascript",
"jquery",
"jquery-ui",
"jquery-ui-autocomplete"
] |
2,456,155 | 1 | 2,494,010 | null | 4 | 5,790 | How would you create a line in JasperReports that follows the trend for the data, in addition to showing the data points? Here are before and after shots:


The Time Series report does not appear to have any such option to draw the orange line. (T... | Reporting Trend Line | CC BY-SA 2.5 | 0 | 2010-03-16T16:28:27.643 | 2010-03-22T20:03:39.123 | 2010-03-16T16:36:56.877 | 59,087 | 59,087 | [
"reporting",
"jasper-reports",
"ireport"
] |
2,456,336 | 1 | 2,456,465 | null | 4 | 2,734 | I want to have my own base TabItem class and use other classes that derive from it.

I define base class in MyNs namespace like this:
```
public class MyCustomTab : TabItem
{
static MyCustomTab()
{
DefaultStyleKeyProperty.OverrideMetadata(typeof(MyCustomTab), new Fram... | How to add custom-control-derived TabItem to TabControl in WPF? | CC BY-SA 2.5 | null | 2010-03-16T16:49:21.033 | 2010-03-16T17:03:58.887 | null | null | 1,271,135 | [
"c#",
"wpf",
"user-controls",
"controls",
"wpf-controls"
] |
2,456,825 | 1 | 2,456,902 | null | 0 | 4,676 | I've been thinking for a while in my head and I've not been able to find the solution to it ! Please help me.
I've always loved the visual studio tabs and how they look. They're small and perfect. The normal .NET TabControl, well is plain and boring! I've seen these tabs being used in many applications. My question is:... | How do i get visual studio like tabs? | CC BY-SA 4.0 | 0 | 2010-03-16T17:55:43.723 | 2020-09-06T20:37:43.567 | 2020-09-06T20:37:43.567 | 14,124,084 | 235,055 | [
"c#",
"visual-studio",
"user-controls",
"tabs"
] |
2,458,245 | 1 | 2,458,649 | null | 3 | 8,561 | this is my core data model:

I'm trying to get all LanguageEntries from a database for a given category.categoryName and languageset.languageSetName e.g.
```
NSFetchRequest* fetchRequest = [[NSFetchRequest alloc] init];
NSEntityDescription *en... | iPhone CoreData join | CC BY-SA 3.0 | 0 | 2010-03-16T21:21:21.027 | 2015-04-24T08:28:12.743 | 2012-03-23T09:44:16.337 | 457,406 | 295,171 | [
"sqlite",
"core-data",
"iphone-sdk-3.0"
] |
2,459,270 | 1 | null | null | 5 | 4,291 | Is there a way to model table inheritance using MySQL Workbench?
I'd like the ERD to look similar to the left side of this image:

| Is there a way to model table inheritance using MySQL Workbench? | CC BY-SA 2.5 | 0 | 2010-03-17T01:03:36.373 | 2017-05-27T11:27:44.027 | 2017-05-27T11:27:44.027 | 4,370,109 | 154,065 | [
"inheritance",
"mysql-workbench",
"erd",
"single-table-inheritance"
] |
2,459,326 | 1 | 2,459,483 | null | 10 | 14,095 | Is there a way I can remove the background bar image in the SeekBar android widget?
I just want it to show a slider with no progress bar behind it.

Any help?
| Android Remove SeekBar Background | CC BY-SA 3.0 | 0 | 2010-03-17T01:21:52.153 | 2017-12-21T15:39:53.800 | 2017-12-21T15:39:53.800 | 2,235,972 | 118,241 | [
"java",
"android",
"seekbar"
] |
2,459,402 | 1 | 2,459,541 | null | 50 | 29,972 | I am working with a hexagonal grid. I have chosen to use this coordinate system because it is quite elegant. 
[This question](https://stackoverflow.com/questions/2049196/generating-triangular-hexagonal-coordinates-xyz) talks about generating the coordinates themselves, and is quite... | Hexagonal Grid Coordinates To Pixel Coordinates | CC BY-SA 3.0 | 0 | 2010-03-17T01:43:38.003 | 2013-05-12T22:58:29.800 | 2017-05-23T11:46:56.480 | -1 | 121,660 | [
"math",
"coordinate-systems",
"hexagonal-tiles"
] |
2,462,261 | 1 | 2,462,438 | null | 0 | 5,864 | I ended up with this horrible code below, I can't get a better result now.
What is a better way of doing that?
It's about this part of my database:

EDIT
A `Patient` has a `Subscription` to multiple `MonitoringObjects`. `Target` records refer to these `Subscription... | LINQ to SQL, select targets with max date | CC BY-SA 2.5 | null | 2010-03-17T12:50:43.617 | 2010-03-17T16:12:18.327 | 2010-03-17T16:12:18.327 | 63,550 | 262,350 | [
"linq",
"linq-to-sql",
"join",
"group-by"
] |
2,462,979 | 1 | 2,463,223 | null | 4 | 11,070 | I have a following problems with eclipse, when I installed ClearCase plugin from this url [http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/60/update/windows/](http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/60/update/windows/) :

If I delete what is in my constructor for my WebPart it will then add to the page. Then if I deploy my code with the WebPart all ready on a page the WebPart will display correctly. I... | "CallList: Cannot import this Web Part" when installing SharePoint Web Part | CC BY-SA 4.0 | null | 2010-03-17T16:42:03.730 | 2019-07-02T08:29:06.893 | 2019-07-02T08:29:06.893 | 4,751,173 | 201,865 | [
"sharepoint",
"moss",
"sharepoint-2007"
] |
2,465,413 | 1 | 2,465,449 | null | 29 | 11,444 | Is there a way to add a clickable hyperlink in a Qt Dialog? I.e. it should look like a hyperlink (blue text), and when you click on it, it should open the hyperlink in the browser. Something like that:

| Qt - add a hyperlink to a dialog | CC BY-SA 3.0 | 0 | 2010-03-17T19:57:14.023 | 2018-12-31T19:28:09.560 | 2014-01-12T18:45:46.407 | 492,336 | 163,394 | [
"c++",
"qt",
"hyperlink"
] |
2,465,645 | 1 | 2,503,097 | null | 7 | 6,120 | We've had out for a couple of months now. It's
done pretty well, and so we've been updating it as time allows.
However, one thing continues to bug me. I've never been able to get my
layered cards to anti-alias correctly.
Here's a sample:

Cards tha... | How to Anti-Alias Layers in iPhoneOS | CC BY-SA 2.5 | 0 | 2010-03-17T20:29:51.563 | 2012-10-22T14:28:45.373 | 2017-02-08T14:22:41.923 | -1 | 80,263 | [
"iphone",
"core-animation"
] |
2,466,170 | 1 | 2,466,587 | null | 12 | 14,542 | So, I am kind of confused about drawing a stack frame for my assembly code.
I have a feeling I started out wrong.
Here is what I got so far, but as you can see I am confused at step 5, because I think my initial layout is wrong.

![enter image descri... | Drawing a stack frame for x86 assembly | CC BY-SA 3.0 | 0 | 2010-03-17T21:50:30.817 | 2012-11-30T11:01:26.717 | 2012-03-09T02:16:10.647 | 74,865 | 74,865 | [
"assembly",
"x86"
] |
2,467,961 | 1 | 2,468,015 | null | 14 | 11,215 | When manipulating matrices it is often convenient to change their shape. For instance, to turn an N x M sized matrix into a vector of length N X M. In MATLAB a function exists:
> RESHAPE(X,M,N) returns the M-by-N matrix whose elements are taken columnwise from X. An error results if X does not have M*N elements.
In... | How to reshape matrices in Mathematica | CC BY-SA 2.5 | 0 | 2010-03-18T06:42:48.643 | 2017-09-10T13:43:17.117 | null | null | 39,584 | [
"wolfram-mathematica"
] |
2,468,452 | 1 | 2,468,542 | null | 1 | 422 | I have a DGV with columns "code" and "name".
Depends of lenght of a code I want to add tabulation to the "name" cells, to show structure of a data.
Like that in this picture:
. If there was a way of doing it in Eclipse, that would be greater...
Something like 
| Start two Android emulators with different locale | CC BY-SA 3.0 | 0 | 2010-03-18T09:14:37.810 | 2014-01-09T13:41:32.347 | 2014-01-09T13:41:32.347 | 1,077,364 | 263,521 | [
"android",
"android-emulator",
"locale",
"emulation",
"qemu"
] |
2,469,551 | 1 | null | null | -2 | 295 | 
For a particular name i want to fetch other names who have lived in three or more cities lived by this person.
| Please help me design a sql query for this problem | CC BY-SA 2.5 | 0 | 2010-03-18T11:54:11.640 | 2010-03-18T14:54:36.883 | 2017-02-08T14:22:42.937 | -1 | 296,329 | [
"sql",
"mysql",
"denormalization"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.