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
3,946,156
1
3,949,108
null
0
247
We have three anchor tags. When all on one line they display correctly in IE8: ![alt text](https://i.stack.imgur.com/HJAwH.jpg) But when you separate the anchor tags onto separate lines for better code readability they do NOT appear correctly (there is a random extra "e" character and the alignment is off): ![alt t...
Anchor <a> alignment off in IE8?
CC BY-SA 2.5
null
2010-10-15T21:09:38.903
2010-10-16T13:40:58.407
null
null
47,281
[ "css", "internet-explorer-8", "alignment", "anchor" ]
3,946,250
1
3,946,302
null
0
55
I'm using ASP.NET MVC 2 and playing around with iCal Events. I Generated my own `.ics` file and with Thunderbird I subscribe to that Calendar. Every time I change an Event in Thunderbird, it's fires a `PUT` and a `PROPFIND` methods. In the `PUT` it sends the calendar file modified. > can I get that in an Action? !...
How to get the content of an html method?
CC BY-SA 2.5
null
2010-10-15T21:22:03.330
2010-10-15T21:39:14.303
2010-10-15T21:39:14.303
148,403
28,004
[ "c#", "stream" ]
3,946,283
1
3,946,518
null
5
7,942
I'm doing a to allow sync between Calendar instances and runs fantastic on (under VS2010 Web Server) But now That I hosted on a Windows 2008 R2 (IIS 7.5.7600) :-o always said ![alt text](https://i.stack.imgur.com/KTVpT.png) So I rush into and found out the problem ![alt text](https://i.stack.imgur.com/zEM8p.p...
Enabling html PUT method on IIS 7.5
CC BY-SA 2.5
0
2010-10-15T21:29:17.307
2016-04-28T21:02:50.577
null
null
28,004
[ "asp.net-mvc-2", "web-applications", "configuration", "iis-7.5" ]
3,946,466
1
3,947,589
null
0
460
I am using AdWhirl for my ads and they aren't showing in my app when I run it in the emulator. I heard it sometimes takes a while, so i left it for 10 minutes but still nothing. I have disabled AdSense just to see if it would work with just AdMob, but it didn't help. In my DDMS it shows this: ![](https://i.stack.imgu...
Ads aren't showing in android app
CC BY-SA 2.5
null
2010-10-15T21:59:40.747
2010-10-16T03:47:07.483
null
null
348,261
[ "android", "adsense", "admob", "ads", "adwhirl" ]
3,946,574
1
null
null
1
187
I'm using IIS7 url rewrite module. Here is my blog link: [http://www.kad1r.com/](http://www.kad1r.com/) After rewrite here is some images paths. [http://www.kad1r.com/article/157/ASP.Net/images/comment.gif](http://www.kad1r.com/article/157/ASP.Net/images/comment.gif) But some images are ok (like google image). ![alt te...
iis7 urlrewriting (iis module) image problem
CC BY-SA 2.5
null
2010-10-15T22:22:01.113
2011-05-17T18:49:15.963
2020-06-20T09:12:55.060
-1
292,320
[ "asp.net", "iis-7", "url-rewriting" ]
3,946,602
1
3,946,903
null
4
865
In this image, the content from one panorama item bleeds over onto the previous item: ![wp7 panorama](https://i.stack.imgur.com/YTTCL.png) How can I do this in Expression Blend / with XAML? Here is my XAML currently: ``` <controls:Panorama Margin="0,0,-1732,8" Grid.Row="1" Title="ODP"> <controls:PanoramaIte...
Silverlight Panorama Control: Control overlap?
CC BY-SA 2.5
0
2010-10-15T22:28:10.817
2010-11-14T16:31:54.147
null
null
147,601
[ "silverlight", "windows-phone-7" ]
3,946,886
1
3,946,895
null
0
1,231
In my rails app I'm displaying some posts using nested loops. In development mode, after each loop completes the post objects are dumped in plain text in sequence. So it looks like this:![alt text](https://i.stack.imgur.com/F7OX6.png) It's unnecessary and kind of obnoxious. What causes this behavior and how do disable...
unnecessary debug info in rails view
CC BY-SA 2.5
null
2010-10-15T23:35:17.473
2013-05-17T17:26:33.693
2010-10-15T23:54:06.157
330,565
275,552
[ "ruby-on-rails", "haml" ]
3,946,977
1
3,947,386
null
4
538
I'm mocking up an app in Expression Blend. The app bar looks fine in Blend, but when I launch the emulator the icon doesn't display properly. The XAML for the app bar: ``` <shell:ApplicationBar x:Name="FavoritesBar" IsVisible="True" IsMenuEnabled="True"> <shell:ApplicationBarIconButton IconUri="/assets/appbar.f...
Windows Phone: AppBar icons appearing differently on the device
CC BY-SA 2.5
null
2010-10-16T00:03:49.400
2010-10-16T02:15:28.483
null
null
147,601
[ "silverlight", "xaml", "windows-phone-7" ]
3,947,494
1
3,976,015
null
2
1,189
I implemented the following Silverlight app after seeing [this instructions](https://www.silverlight.net/learn/quickstarts/deepzoom/), here's my code: ``` public partial class MainPage : UserControl { private Point lastMousePos = new Point(); private double zoom = 1; private Point lastMouseLogicaPos = new ...
Keep relative positions over MultiScaleImage
CC BY-SA 2.5
0
2010-10-16T03:01:13.307
2012-04-24T14:25:03.260
2010-10-20T01:33:38.217
302,684
302,684
[ "c#", ".net", "silverlight", "deepzoom" ]
3,947,729
1
3,948,043
null
11
10,653
I would like to know whether is it possible to use my HTC wildfire (some links would be nice) for android development instead of the emulator. I have tried to find the information by Google, but so far no useful results. If I get more information, I'll update here. ![alt text](https://i.stack.imgur.com/j3SVh.png) [...
Using HTC wildfire for android development
CC BY-SA 2.5
0
2010-10-16T04:55:29.383
2012-01-10T12:01:48.043
2010-10-16T06:09:30.430
16,163
16,163
[ "android" ]
3,947,984
1
3,954,346
null
1
5,581
I discovered that if I change the "Base SDK" to "iOS Simulator 3.2" (iPad ???) it does not give me this error when doing Build & Analyze... But this is supposed to be an iPhone App. I am running XCode 3.2.4... am I missing something when I create the Project? I am choosing iPhone as the target device, not sure what's...
Errors Compiling Prefix.pch file, Causing bigger problems
CC BY-SA 2.5
null
2010-10-16T06:57:34.473
2010-10-20T13:33:10.953
2010-10-16T19:59:20.670
300,129
300,129
[ "iphone", "memory-leaks", "prefix", "pch" ]
3,948,007
1
3,948,013
null
0
428
I'm trying to add a label I think thats what they are called... ![alt text](https://i.stack.imgur.com/bW8OH.jpg) .. just like I've done several times before to exit a function without processing some code and I'm getting the error 'label at end of compound statement' why ? what do i need to do instead ?
iPhone, label at end of compound statement
CC BY-SA 2.5
null
2010-10-16T07:11:32.713
2010-10-16T13:20:31.023
null
null
450,456
[ "iphone", "xcode" ]
3,948,061
1
4,717,260
null
3
5,454
i need to use sat solver for checking satisfiability of boolean expressions.. I have complex boolean expression like this ![alt text](https://i.stack.imgur.com/eAEts.png) is there any automatic cnf file converter so that i can give it straight to sat solver? I read the cnf format file.. but how to express this expr...
how to convert boolean expression to cnf file?
CC BY-SA 2.5
0
2010-10-16T07:39:03.050
2013-03-10T23:55:59.233
2013-03-10T23:55:59.233
1,243,762
416,123
[ "java", "boolean-expression", "conjunctive-normal-form", "sat-solvers" ]
3,948,120
1
3,948,129
null
0
774
I'm getting these analyzer warnings, are they due to goto statements ? ![alt text](https://i.stack.imgur.com/OvtWN.jpg) --- snip --- ![alt text](https://i.stack.imgur.com/bGaGo.jpg)
iPhone, Are these analyzer warings due to goto statements?
CC BY-SA 2.5
null
2010-10-16T08:06:50.930
2010-10-16T08:11:59.893
null
null
450,456
[ "iphone", "xcode" ]
3,948,224
1
3,948,235
null
0
31
I've struggled to get a login / startup view to show before my mainWindow nav controllers and its finally working, but I'm now getting these analyzer warnings. If I release the navigation controller, the release in the dismiss button with cause an error. what should I do here ? ![alt text](https://i.stack.imgur.com/J...
iPhone, why and how do i correct these anlyzer warnings while retaining a view controller?
CC BY-SA 2.5
null
2010-10-16T08:56:58.967
2010-10-16T09:01:18.840
null
null
450,456
[ "iphone", "xcode" ]
3,948,301
1
null
null
1
70
I'm currently trying to implement a Swing/GUI that could be regarded as a editor. For each property , I can add/remove one ore more widgets storing the values (JTextField, JScrollPane+JTextArea, JCombo, etc.... ). ![balsamiq](https://i.stack.imgur.com/coDzv.png) I've been trying to use the to put the Components i...
Help regarding java swing/GridBagLaytout
CC BY-SA 2.5
null
2010-10-16T09:17:46.567
2010-10-16T09:50:26.177
null
null
58,082
[ "java", "swing", "layout-manager", "gridbaglayout" ]
3,948,584
1
null
null
7
3,713
I'm working on an application that is joining two projects in two different courses in my Software Engineering degree: SWE 490: Component Based Software Engineering SWE 344: IP and Client Server programing Here's what's my application about : : Main function is to capture the webcam video and stream it to the server...
Developing an Online Webcam Video Surveillance System in .NET (Real Time Video Streaming Issues)
CC BY-SA 2.5
0
2010-10-16T10:51:59.587
2014-02-28T09:44:08.810
2017-05-23T11:48:24.847
-1
385,172
[ "c#", ".net", "silverlight", "sockets", "video-streaming" ]
3,948,658
1
3,948,674
null
0
85
![alt text](https://i.stack.imgur.com/E09c6.jpg)// Calculate the quarters of a set of integers ``` #include <iostream> #include <vector> #include <algorithm> #include <conio.h> using std::cin; using std::cout; using std::endl; using std::vector; using std::sort; int main() { // Ask for a set of integers cout << "P...
Why my prog can't run correctly?
CC BY-SA 2.5
null
2010-10-16T11:15:33.870
2010-10-16T11:22:02.963
null
null
460,367
[ "c++" ]
3,948,852
1
3,997,450
null
0
1,194
I am parsing a huge xml file and encoding of file is to be said The db encoding is utf8 and I am running this query before anything is saved to db $sql='SET NAMES "utf8" COLLATE "utf8_swedish_ci"'; What the problem is that sometimes some non standard characters comes in the xml file like Lycka™ : roman I know th...
XMLReader -- Getting problem with utf characters
CC BY-SA 2.5
null
2010-10-16T12:18:53.123
2010-10-22T13:51:59.417
2010-10-16T12:52:03.733
369,371
369,371
[ "php", "xml", "encoding", "utf-8", "windows-1252" ]
3,949,140
1
3,949,177
null
-2
11,575
I want to know how I can align text in Illustrator CS5 I've created a logo and I want the text above the logo to have the same with as the logo, but I don't want the text to become deformed. So what I want is:: ``` T E S T LOGOLOGOLOGOL ``` How can I accomplish this? ![alt text](https://i.stack.imgur.com/ny...
Text align in Illustrator CS5
CC BY-SA 2.5
null
2010-10-16T13:53:06.947
2010-10-16T14:04:36.100
null
null
387,556
[ "text", "adobe-illustrator" ]
3,949,360
1
3,949,361
null
14
7,270
I don't know the differences between 3.5 and 3.5 `Client Profile`, same for 4. So, what's up with that? ![alt text](https://i.stack.imgur.com/juqHI.png)
What are the 'Client Profile' versions of .net framework 3.5 and 4 in Visual Studio 2010?
CC BY-SA 2.5
0
2010-10-16T14:50:03.020
2018-11-06T16:48:22.880
null
null
23,893
[ ".net", "visual-studio-2010" ]
3,949,368
1
3,950,218
null
39
44,785
I'm creating a simple application with xcode and objc and I need to load an NSDictionary from a file, but I can't get the path to the file using NSBundle: ``` NSString *l = [[NSBundle mainBundle] pathForResource:@"LoginStatuses" ofType:@"plist"]; NSLog(@"%@", l); ``` When I run this code I get this: 2010-10-16 10:4...
NSBundle pathForResource is NULL
CC BY-SA 3.0
0
2010-10-16T14:52:20.040
2022-03-31T16:24:27.480
2015-03-10T03:30:07.047
93,733
169,274
[ "objective-c", "xcode", "nsbundle" ]
3,950,088
1
3,950,115
null
0
776
I'm learning data structures and found out that for binary search trees, there are two ways to reconnect node when you delete item. Are those two ways (below) correct? ![alt text](https://i.stack.imgur.com/gOOwL.jpg) [Link to the image to see it non-resized](https://i.stack.imgur.com/gOOwL.jpg)
Binary tree, deleting item and reconnecting node
CC BY-SA 2.5
null
2010-10-16T17:57:18.550
2010-10-16T18:06:11.070
2010-10-16T18:06:11.070
41,360
464,525
[ "binary-tree", "pseudocode" ]
3,950,543
1
3,950,927
null
1
1,341
I have to develop a CRUD application, that will be coded in php. I have 3 main actors (Users, Administrators and Doctors -- this is for an hypothetical hospital), each one with different Use Cases already defined. Although I feel the Use Cases are more than enough to successfuly model the Class Diagram, I am being ...
Some questions regarding Context and DataFlow Diagrams
CC BY-SA 2.5
null
2010-10-16T20:01:25.113
2015-11-14T04:38:41.733
null
null
130,758
[ "uml", "diagram", "dataflow-diagram" ]
3,950,633
1
3,950,774
null
7
15,201
I am using custom bullet points on a website. Now this site will also be available in Arabic. ``` .post ul li{ color: #555555; background: url(images/ico-bullet_round.gif) no-repeat !important; background-position: 300px 6px !important; padding-right: 15px !important; padding-left:0 !important; ...
Bullet Points Positioning with Arabic RTL direction
CC BY-SA 2.5
0
2010-10-16T20:26:09.267
2017-08-19T14:10:14.293
2010-10-16T20:41:38.247
421,262
421,262
[ "html", "css", "internationalization" ]
3,950,973
1
3,951,068
null
1
4,829
After fumbling with some keys on my keyboard while trying to get a script to run by clicking on Run in python IDLE I must of did something, because now python will not open. It opens from the command prompt fine, but the normal way it will not open whatsoever. I tried repairing and reinstalling. Still no luck. I am on ...
Python IDLE will not open
CC BY-SA 3.0
null
2010-10-16T21:56:19.317
2011-12-04T00:43:57.510
2011-12-04T00:43:57.510
234,976
478,190
[ "python", "startup", "python-idle" ]
3,951,202
1
3,951,401
null
3
1,874
Well, i was unable to find the ENTIRE answer here but i finally got what i was after. thanks very much for all of your help and patience. i think i may have been having problems with using the int and Number types, upon closer inspection of my solution, i realised that Number was being used and not int. turns out ...
Actionscript 3: Dynamically adding movieclips constrained to a container
CC BY-SA 3.0
null
2010-10-16T23:06:59.023
2016-06-18T21:55:26.393
2016-06-18T21:55:26.393
1,743,880
478,222
[ "actionscript-3", "for-loop", "actionscript", "image-gallery" ]
3,951,539
1
null
null
1
2,059
I need an algorithm to intersect a (potentially non-convex) polygon with a rectangle. The rectangle will be parallel to the xy-plane, but the polygon could be any orientation. Furthermore, I don't just need a true/false result, but also the exact points where the polygon intersects the rectangle, so that I can draw l...
Intersect polygon with rectangle and create lines (section cut)
CC BY-SA 2.5
null
2010-10-17T01:12:24.730
2014-01-12T03:19:50.177
2014-01-12T03:19:50.177
508,666
73,501
[ "java", "3d", "polygon", "intersect" ]
3,951,722
1
3,951,826
null
234
166,545
Consider: ![Alt text](https://i.stack.imgur.com/3ayWh.jpg) Is it true that `unicode=utf16`? Many are saying Unicode is a standard, not an encoding, but most editors support save as Unicode actually.
What's the difference between Unicode and UTF-8?
CC BY-SA 3.0
0
2010-10-17T02:17:02.930
2020-12-04T10:59:56.200
2017-01-04T18:16:17.943
63,550
454,770
[ "unicode", "utf-8" ]
3,951,715
1
null
null
1
1,601
I'm building a document based Mac application. I have two classes myDocument and Person. The difficulty I'm having is when I push the button to add a new Person in the table view and display it it doesn't show in the table view. I've placed log statements inside the delegate methods. Since my log statements are not bei...
Why are my table view delegate methods not being called?
CC BY-SA 2.5
null
2010-10-17T02:14:34.620
2010-10-17T06:44:38.787
2010-10-17T03:34:17.167
259,912
259,912
[ "cocoa" ]
3,951,787
1
3,953,994
null
1
210
In Visual Studio 2008, there was the device manager for setting up additional templates and options for the emulator. None of these options are available with Visual Studio 2010 which I understand as the features were removed. When the Phone Tools are installed, the device target box comes back but there are no option...
Visual Studio 2010 with phone tools - Any advanced/configurable settings?
CC BY-SA 2.5
null
2010-10-17T02:40:16.420
2010-12-02T23:23:43.447
null
null
1,205,001
[ "visual-studio", "windows-phone-7", "emulation" ]
3,951,915
1
null
null
3
1,399
Even if I set the geometry for the QWebView it occupies the whole left over screen. ![alt text](https://i.stack.imgur.com/i73kw.jpg) Even worse if I maxmize the window, there is a gap between the two widgets ![alt text](https://i.stack.imgur.com/jqnPc.png) Below is my code I wrote: ``` from PyQt4.QtGui import * from...
QWebView not laying out properly
CC BY-SA 2.5
null
2010-10-17T03:37:22.993
2011-02-16T08:12:08.457
null
null
145,682
[ "python", "layout", "pyqt" ]
3,952,214
1
3,952,266
null
1
86
How to create a gradient background like this ![alt text](https://i.stack.imgur.com/tUTS6.jpg)
how to create a gradient in Firefox and Chrome
CC BY-SA 2.5
0
2010-10-17T06:05:38.043
2010-10-17T06:32:46.910
null
null
277,696
[ "css" ]
3,952,229
1
3,952,270
null
1
191
Someone help in translating the following text from image, it's Chinese. [alt text](https://i.stack.imgur.com/ihbuD.jpg) ![alt text](https://i.stack.imgur.com/gchYF.jpg)
Please help in translating this Chinese text
CC BY-SA 3.0
0
2010-10-17T06:15:08.487
2012-10-05T15:01:33.787
2012-10-05T15:01:33.787
127,880
213,637
[ "cjk" ]
3,952,358
1
null
null
0
1,967
I'd like to know if it is possible to achieve this scenario for my web design. I've got company ITIL diagram that I'd like to make it show the hyperlink to a file download for each respective box (mouse hover / over effect) should I create a HTML table for this or create image mappings from the VISIO diagram .vsd file...
Creating hover effect in HTML from Visio diagram or JPEG file
CC BY-SA 4.0
0
2010-10-17T07:10:29.940
2020-03-06T08:50:05.250
2020-03-06T08:50:05.250
472,495
453,544
[ "html", "css" ]
3,952,483
1
3,952,500
null
1
3,116
I'm using addSubView twice in my app and both times it adds the view too high up the view, its off the screen at the top. See below... I have load the views like this as I nothing else works, cause me problems. I just don't understand why they are showing off the screen? What do I need to do to fix this ? ``` - (B...
iphone, addSubview show view too high up, how do I move to down?
CC BY-SA 2.5
0
2010-10-17T08:00:20.087
2010-10-17T08:06:12.723
null
null
450,456
[ "iphone", "xcode" ]
3,952,836
1
3,952,909
null
3
602
How to make this inside shadow effect with CSS? ![alt text](https://i.stack.imgur.com/t4hCa.png) So far I got this [http://jsfiddle.net/yX26J/](http://jsfiddle.net/yX26J/). How to apply shadow only left and top?
Inset shadow effect
CC BY-SA 2.5
0
2010-10-17T10:29:41.537
2010-10-17T10:57:43.873
null
null
351,564
[ "css" ]
3,952,888
1
3,953,153
null
2
7,317
I am trying to customize the delete function in jqGrid. I have enabled the delete button on the grid ``` $("#myGrid").jqGrid('navGrid', '#pager', { add: true, addtitle: 'Add Customer', edit: true, edittitle: 'Edit Customer', del: true, deltitle: 'Delete Customer', refresh: true, refreshtit...
Custom Delete Function in jqGrid
CC BY-SA 2.5
0
2010-10-17T10:51:25.630
2010-10-17T12:14:12.357
2017-05-23T10:30:21.840
-1
431,537
[ "asp.net-mvc", "asp.net-mvc-2", "jqgrid" ]
3,952,925
1
null
null
15
15,692
You must know WP 3's multi-level menu configuration feature on the dashboard. I was wondering how WordPress is doing that. Yes, I know they are using jQuery UI. But still, how? Is there any documentation? Or is there any plugin or anything that shall help me? Thank you all. ![alt text](https://i.stack.imgur.com/mj2...
wordpress-menus like multi-level menus
CC BY-SA 2.5
0
2010-10-17T11:02:51.883
2019-03-13T09:05:15.077
null
null
305,357
[ "jquery", "wordpress" ]
3,953,143
1
4,218,255
null
0
678
i have problem with UIACtionSheet and iPad keyboard , when try to show an UIActionSheet with `firstResponder` keyboard my sheet becomes like this : ![alt text](https://i.stack.imgur.com/yRGDY.png) what is the problem ?
Problem with UIActionSheet and iPad keyboard
CC BY-SA 2.5
null
2010-10-17T12:12:21.830
2010-11-19T20:44:45.080
2010-11-19T20:44:45.080
316,469
319,097
[ "ipad", "ios" ]
3,953,256
1
null
null
2
2,398
I want to display something in an `NSOpenGLView`, but since there is a total of zero bytes of documentation on it, and the sample code is as big and complex as the documentation , I can't get any wise out of it. This is my code so far, and my `ANOpenGLView` is an `NSOpenGLView` in a NIB subclassed as `ANOpenGLView`: `...
My NSOpenGLView won't work. I've tried everything
CC BY-SA 3.0
0
2010-10-17T12:42:00.507
2015-08-26T11:32:36.920
2015-08-26T11:32:36.920
3,173,269
null
[ "objective-c", "c", "cocoa", "opengl", "nsopenglview" ]
3,953,354
1
3,953,401
null
0
322
Hi have some problem with compiling GameKit framework on iPad , when xcode compiles my code , it takes me some error !!! i don't know what is it ? ![alt text](https://i.stack.imgur.com/jFvSv.png)
GameKit Framework not working on iPad
CC BY-SA 2.5
null
2010-10-17T13:18:45.360
2010-10-17T14:42:49.723
null
null
199,173
[ "iphone", "sdk" ]
3,953,500
1
3,953,557
null
1
2,684
I got a code from a client to fix the bug (code was written by some other programmer), So when I open the xib file it simply hang my computer, i restarted my computer 3 times because of that and finally decided to see what's happening by opening the Activity Monitor and it turn out it is opening something with name "" ...
What is "Interface Builder Cocoa Touch Tool"
CC BY-SA 2.5
null
2010-10-17T13:54:54.707
2010-10-17T14:06:33.450
null
null
146,603
[ "debugging", "interface-builder", "crash", "ios4" ]
3,953,504
1
3,953,508
null
0
930
I am learning AJAX and I am trying to recreate this fairly simple example: [http://www.w3schools.com/php/php_ajax_database.asp](http://www.w3schools.com/php/php_ajax_database.asp) I created this database: ![data1](https://i.stack.imgur.com/XZ2GV.png) ![alt text](https://i.stack.imgur.com/ycld5.png) So now to recre...
Ajax retrieve data from Mysql - Not working properly
CC BY-SA 2.5
0
2010-10-17T13:55:26.097
2010-10-17T13:56:34.997
null
null
463,065
[ "php", "mysql", "database", "ajax" ]
3,953,544
1
3,953,741
null
0
1,183
I'm using the following code to back up a SQL Database : ``` void BackupDatabase(string sConnect, string dbName, string backUpPath) { using (SqlConnection cnn = new SqlConnection(sConnect)) { cnn.Open(); dbName = cnn.Database.ToString(); ServerConnection sc = new ServerConnection(cnn);...
SQL Backing up with SMO & C#?
CC BY-SA 2.5
null
2010-10-17T14:02:53.740
2019-08-27T12:59:01.123
2010-10-17T14:09:06.173
191,647
191,647
[ "c#", ".net", "sql-server", "backup", "smo" ]
3,953,734
1
3,954,043
null
11
2,567
The function is defined as ``` void bucketsort(Array& A){ size_t numBuckets=A.size(); iarray<List> buckets(numBuckets); //put in buckets for(size_t i=0;i!=A.size();i++){ buckets[int(numBuckets*A[i])].push_back(A[i]); } ////get back from buckets //for(size_t i=0,head=0;i!=numBuckets;i++){ //size...
What makes this bucket sort function slow?
CC BY-SA 2.5
0
2010-10-17T14:57:36.010
2011-08-31T22:09:25.350
2010-10-18T06:24:33.877
477,967
477,967
[ "c++", "algorithm", "performance", "stl" ]
3,954,238
1
3,975,910
null
10
2,259
## Background I've got the following tree of objects: ``` Name Project Users nil John nil Documents nil Acme Project Acme Project <--- User selects a project Proposal....
Why is my app crashing when I modify a Core Data relationship in an NSOperation subclass?
CC BY-SA 2.5
0
2010-10-17T16:56:33.747
2016-09-14T03:47:48.890
2010-10-19T10:57:33.780
60,131
60,131
[ "multithreading", "cocoa", "core-data", "nsoperation" ]
3,954,825
1
3,955,858
null
2
1,104
We're in the process of creating an iPhone game using [cocos2d](http://www.cocos2d-iphone.org/). We're trying to layer several sprites on top of each other and have them cast shadows. Right now the shadows are rendered as sprites which works fine for the most part. But we only want the shadows to hit the closest layer...
iPhone game 2d shadows
CC BY-SA 2.5
0
2010-10-17T19:15:48.967
2010-10-17T23:58:52.940
2017-02-08T14:30:34.733
-1
250,653
[ "iphone", "opengl-es", "cocos2d-iphone", "shadows" ]
3,954,881
1
3,955,049
null
4
5,956
I want to tag a release, but I don't see any option for it as below. I am using from eclipse. ![alt text](https://i.stack.imgur.com/8Ua2F.jpg)
How to tag a project in cvs and eclipse
CC BY-SA 2.5
0
2010-10-17T19:29:15.887
2015-01-09T15:16:48.840
2010-10-17T19:58:56.637
184,730
184,730
[ "eclipse", "tags", "cvs", "project" ]
3,954,971
1
3,956,481
null
0
734
Supposedly this is a 10 by 10 square 100 pixels on the x axis from the origin and 100 pixels on the y axis from the origin (origin being the top left corner) However it quite clearly wrong. ![alt text](https://i.stack.imgur.com/8hrA1.png) Writing the views frame to NSLog after setting it gives out the same values I put...
frame size and coordinates off (objective-c, ipad)
CC BY-SA 2.5
null
2010-10-17T19:47:42.303
2010-10-18T03:42:11.640
2020-06-20T09:12:55.060
-1
191,463
[ "iphone", "objective-c", "uiview", "uiviewcontroller", "frame" ]
3,955,012
1
3,955,056
null
4
3,532
I want to tile boxes to look like this picture below, ![alt text](https://i.stack.imgur.com/FYYKJ.jpg) which all the boxes have the same width and height, accept one of them I need to change its height to 500px for certain occasions. But I cannot make it right! [http://rokhsanafiaz.co.uk/dump/1.php](http://rokhsana...
CSS: tile boxes which come with irregular heights
CC BY-SA 2.5
null
2010-10-17T19:56:15.047
2012-06-28T14:07:04.847
2012-06-28T14:07:04.847
44,390
413,225
[ "css", "css-float", "tile" ]
3,955,095
1
3,957,042
null
6
5,257
I am trying to use R to create a raster image from a matrix of data. However, I am getting some weird artifacts on the edge of my image. The code I am using is as follows: ``` # From the example for rasterImage(). A 3 pixel by 5 pixel b/w checkerboard. testImage <- as.raster(0:1, nrow=3, ncol=5) testImage [,1]...
Creating raster images using R
CC BY-SA 2.5
0
2010-10-17T20:16:09.960
2010-10-19T22:27:52.430
2010-10-19T22:27:52.430
135,870
135,870
[ "r", "raster-graphics" ]
3,955,189
1
4,028,437
null
16
12,500
so currently i'm trying to crop and resize a picture to fit it into a specific size without losing the ratio. a small image to show what i mean: ![alt text](https://i.stack.imgur.com/pxQI7.jpg) i played a bit with [vocaro's categories](http://vocaro.com/trevor/blog/2009/10/12/resize-a-uiimage-the-right-way/) but the...
resize and crop image centered
CC BY-SA 3.0
0
2010-10-17T20:42:12.267
2020-04-09T18:40:31.087
2012-06-24T19:01:48.980
312,594
253,288
[ "iphone", "objective-c", "cocoa-touch", "ios" ]
3,955,205
1
3,955,234
null
5
26,414
I have a very simple select drop down. In Chrome, it doesn't drop down. The code itself works fine, and the drop down works in Safari, but for some reason it won't open in Chrome. Here is the HTML: ``` <select name="pellet_credit" class="item_discount"> <option>1</option> <option>2</option> <option>3</opti...
Why won't this select open up?
CC BY-SA 2.5
null
2010-10-17T20:46:02.883
2020-01-17T15:37:57.277
2010-10-17T21:13:35.373
190,902
190,902
[ "html", "select" ]
3,955,372
1
3,955,472
null
0
285
Hy, my UIToolbar which I added via the InterfaceBuilder gets been cut if i push to the view, but in the subview's I added via the IB a Toolbar on the bottom side but it cut's it still halfway. ![alt text](https://i.stack.imgur.com/WMYSg.png) Under the icon there is normally a text..
UIToolbar is cutted on the bottom
CC BY-SA 2.5
0
2010-10-17T21:25:51.937
2010-10-18T17:39:28.403
null
null
1,333,276
[ "iphone", "sdk", "uitoolbar" ]
3,956,005
1
3,956,087
null
2
246
I wish to migrate some data from a single table into these new THREE tables. Here's my destination schema: ![alt text](https://i.stack.imgur.com/6fPmI.png) Notice that I need to insert into the first `Location` table .. grab the `SCOPE_IDENTITY()` .. then insert the rows into the `Boundary` and `Country` tables. The `...
How should I migrate this data into these Sql Server tables?
CC BY-SA 2.5
null
2010-10-18T00:59:35.887
2010-10-18T03:42:11.867
2020-06-20T09:12:55.060
-1
30,674
[ "sql", "sql-server", "tsql", "sql-server-2008", "data-migration" ]
3,956,043
1
3,956,058
null
121
247,685
I am trying to position the text element "Bet 5 days ago" in the lower right-hand corner. How can I accomplish this? And, more importantly, please explain so I can conquer CSS! ![alt text](https://i.stack.imgur.com/yq6jN.png)
CSS: how to position element in lower right?
CC BY-SA 2.5
0
2010-10-18T01:13:30.913
2010-10-18T01:25:46.007
null
null
251,257
[ "css" ]
3,956,093
1
3,972,595
null
6
3,715
I have an image where I want to find contours but the "contours" in my image don't have corners. Are there some tricks I can use to help find the rectangles that are implied by the lines in this image? I thought about extending all the lines to form the corners but I worry about lines intersecting from other contours...
Find rectangles without corners using opencv
CC BY-SA 2.5
0
2010-10-18T01:31:58.303
2014-11-30T10:28:38.647
null
null
382,378
[ "opencv" ]
3,956,138
1
null
null
6
3,231
I have a problem adding libs for zip extraction to my iPhone app. I decided to use [SSZipArchive](http://github.com/samsoffes/ssziparchive#readme). It uses minizip. After following the instructions: ![added minizip](https://i.stack.imgur.com/NPHvf.jpg) ![added libz](https://i.stack.imgur.com/D0lKA.png) ...
Failed build b/c symbols not found zlib
CC BY-SA 3.0
null
2010-10-18T01:46:27.243
2017-10-30T10:09:40.347
2017-07-19T18:08:33.317
1,033,581
114,446
[ "ios", "objective-c", "xcode", "ssziparchive" ]
3,956,320
1
4,006,281
null
3
1,085
What are the requirements for a custom data source to be listed in the 'Data Source' drop-down list when adding a Dataset to a .rdlc report in Report Viewer 2010? As can been seen from the screen grab, for some reason it is listing potential sources from a variety of referenced assemblies, but I can't see an obvious p...
Requirements for design-time data source in Report Viewer 2010
CC BY-SA 2.5
0
2010-10-18T02:49:40.427
2013-04-17T09:10:25.467
null
null
25,702
[ "dataset", "reportviewer" ]
3,956,728
1
3,956,769
null
3
3,366
See screenshot. The bounding cyan-bordered box is the button, while the blue fill is the rectangle. I cannot for the life of me figure out how to get rid of the padding in the button. Is there a way to position the rectangle to the top left so it touches the cyan border? ![alt text](https://i.stack.imgur.com/JuZTA.png...
Why does System.Windows.Controls.Button always have a padding of 10px?
CC BY-SA 2.5
null
2010-10-18T05:09:29.797
2012-10-19T23:14:49.483
null
null
73,398
[ "silverlight", "user-controls", "button", "padding" ]
3,957,087
1
3,958,275
null
9
5,858
How can this Mathematica code be ported to Python? I do not know the Mathematica syntax and am having a hard time understanding how this is described in a more traditional language. ![mathematica code](https://i.stack.imgur.com/Lfk0v.png) Source (pg 5): [http://subjoin.net/misc/m496pres1.nb.pdf](http://subjoin.net/mi...
Mathematica to Python
CC BY-SA 2.5
0
2010-10-18T06:58:07.420
2011-11-25T00:52:07.273
null
null
3,957
[ "python", "wolfram-mathematica" ]
3,957,899
1
3,958,009
null
0
246
My .jrxml file contains 2 text and one param ![alt text](https://i.stack.imgur.com/CTTMg.png) Following is my java code for jasper report, When i run the code it creates pdf file but it is always empty any help ? ``` public class TestReport { public static void runReport(String reportFile) { try{ ...
java jasper params static
CC BY-SA 2.5
null
2010-10-18T09:31:07.717
2010-10-18T09:46:39.233
null
null
216,431
[ "java", "jasper-reports" ]
3,958,783
1
3,958,811
null
0
59
Is there any way of showing a link's destination from a swf in the browser? The answer might be a simple no. Hard to explain, so I have attached a screenshot that makes it clearer. ![alt text](https://i.stack.imgur.com/n7h5d.gif)
Hovering over a link in a Flash file - browser highlighting
CC BY-SA 2.5
null
2010-10-18T11:47:42.000
2010-10-18T11:54:16.343
null
null
311,074
[ "html", "browser", "flash" ]
3,958,851
1
null
null
6
1,728
Suppose I've got a ton (a continuous stream) of requests to process, and each request has several stages. For example: "connecting to data source", "reading data from data source", "validating data", "processing data", "connecting to data sink", "writing result to data sink". Which visualization methods or even tools ...
How to visualize the behavior of many concurrent multi-stage processes?
CC BY-SA 3.0
0
2010-10-18T11:56:13.210
2015-01-26T21:23:26.533
2015-01-26T21:23:26.533
1,143,013
278,042
[ "debugging", "concurrency", "monitoring", "visualization", "distributed" ]
3,959,122
1
null
null
23
34,332
This is a memory stack (serves as a cache) that consist of nothing but a static ConcurrentHashMap (CHM). All incoming HTTP request data are store in this ConcurrentHashMap. And there is a asynch scheduler process that takes the data from the same ConcurrentHashMap and remove the key.value after storing them into the ...
Memory Fully utilized by Java ConcurrentHashMap (under Tomcat)
CC BY-SA 2.5
0
2010-10-18T12:29:58.193
2014-08-22T13:40:00.103
2010-10-21T10:55:35.057
294,415
294,415
[ "java" ]
3,959,235
1
4,227,861
null
1
481
I've got a WPF FlowDocument with a list of MarkerType 'Upper Latin'. It's looking like this: ![alt text](https://i.stack.imgur.com/AWFMm.png) Notice that the list item alignment is on the periods after the marker, but since the text is variable width, the D, E, and F look silly. I would rather have the list markers...
WPF Flowdocument - can't left-align ListItem markers
CC BY-SA 2.5
null
2010-10-18T12:43:11.633
2010-11-19T17:48:17.247
null
null
945
[ "wpf", "alignment", "flowdocument", "listitem" ]
3,959,334
1
null
null
5
894
I found a strange behavior in the component TwebBrowser, when I load certain pages they are shown with larger fonts. different from what is used in internet explorer. see these sample images Here in this link [http://docwiki.embarcadero.com/RADStudio/en/Main_Page](http://docwiki.embarcadero.com/RADStudio/en/Main_Page...
TWebrowser load page with big fonts
CC BY-SA 2.5
0
2010-10-18T12:56:10.383
2010-12-15T12:16:39.683
2017-05-23T12:30:36.930
-1
167,454
[ "delphi", "browser" ]
3,960,107
1
3,960,139
null
2
4,034
I downloaded setup.exe, and then begin to install and it immediately crashes. On win7 it worked fine. On XP it doesn't work. ![alt text](https://i.stack.imgur.com/N9n2M.jpg) Error text: > Unable to install or run the application. The application requires that assemble stdole Version 7.0.3300.0 be installed i...
Problem installing a ClickOnce application
CC BY-SA 2.5
0
2010-10-18T14:20:33.240
2010-10-18T16:26:52.190
2010-10-18T16:26:52.190
1,321
450,466
[ "c#", "wpf", "clickonce" ]
3,960,383
1
null
null
3
1,291
I want to do custom cloud (system balloon) as i paint in attach picture. Is it possible? ![alt text](https://i.stack.imgur.com/LTwQm.gif)
is it possible: custom trayicon balloon?
CC BY-SA 2.5
0
2010-10-18T14:54:57.153
2010-10-18T15:44:00.213
null
null
395,034
[ "qt", "winapi" ]
3,960,426
1
3,961,176
null
1
135
I downloaded Wix V3.0 and installed. An unhandled exception happened each time when I tried to use the Click Through for Isolated Applications type. So i cannot use it. ![alt text](https://i.stack.imgur.com/jUSo3.jpg) we are using .Net 3.5 we cannot upgrade to .Net 4. anybody knows a workaround? thanks,
WiX exception at very beginning
CC BY-SA 2.5
null
2010-10-18T14:59:32.057
2010-10-18T16:29:11.287
null
null
117,039
[ "c#", ".net", "wix" ]
3,960,960
1
17,566,124
null
1
3,603
I crawled all the web, but nothing. I have a to . It's a collection of images that you can scroll . ``` for (int i = 0; i < NIMAGES; i++) { NSString *filename = [NSString stringWithFormat:@"image%d.png", i+1]; ScrollerImage *iv = [[ScrollerImage alloc] initWithNibName:@"ScrollerImage" bundle:nil]; [iv in...
Drag an UIImageView from UIscrollView to another view
CC BY-SA 3.0
0
2010-10-18T16:04:23.767
2014-01-06T16:32:33.170
2014-01-06T16:32:33.170
759,866
88,461
[ "objective-c", "uiview", "drag-and-drop", "uiscrollview", "uiimageview" ]
3,961,062
1
3,961,321
null
1
130
i have wrote today because i need some help with a simple function in jquery for modify the structure of an input [reCaptcha] and hide the image showed. The code of the page(s) that contains the reCaptcha plugin is: [http://pastebin.com/Qahph2ZB](http://pastebin.com/Qahph2ZB) Is possible to make this in Jquery? BEF...
jQuery: Modify the structure of an input
CC BY-SA 3.0
null
2010-10-18T16:14:10.940
2014-08-24T03:48:08.343
2014-08-24T03:48:08.343
3,366,929
441,720
[ "javascript", "jquery", "input", "structure" ]
3,961,652
1
3,961,716
null
14
21,533
i have content i need to display above my listview and below, so much that a scrollview would be great to use if you could use scrollviews and listviews together. Since thats not the best solution, i've been trying to do a couple of things to add footer content to my listview, here the pic below shows what happens wh...
listview addFooterView problems
CC BY-SA 2.5
0
2010-10-18T17:26:31.343
2010-10-18T20:28:32.733
2010-10-18T20:28:32.733
202,064
202,064
[ "android", "listview", "android-linearlayout", "android-listview" ]
3,961,755
1
null
null
2
451
I have this weird bug with UITextField, sometimes there's a line (actually more of a transparent strip) through it. Does anyone know how to get rid of it? Here's the picture ![alt text](https://i.stack.imgur.com/Gca3l.png) A link to xib file: [http://db.tt/7l2Bq42](http://db.tt/7l2Bq42) A link to the code: [http://...
Line through UITextField
CC BY-SA 2.5
0
2010-10-18T17:39:08.040
2010-10-30T05:41:25.090
2010-10-30T05:41:25.090
394,526
394,526
[ "iphone", "uitextfield" ]
3,962,174
1
3,964,554
null
1
511
With the following code, I can't get the background image to display at its original size (it's always a fair bit larger). I tried changing the `Stretch` property, but "None" seems to be the most appropriate value. ``` <Canvas Width="500" Height="500"> <Canvas.Background> <ImageBrush ImageSour...
Background image won't display at its original size
CC BY-SA 2.5
null
2010-10-18T18:27:55.647
2010-10-19T00:34:45.603
2010-10-18T20:35:36.413
116,891
116,891
[ ".net", "wpf", "image", "background-image" ]
3,962,195
1
3,962,985
null
10
5,454
One of my favorite features of Eclipse is the ability to open a [caller/callee hierarchy](http://eclipse-tools.sourceforge.net/call-hierarchy/index.html) of a method. By default, the view shows calls to/from classes that are outside of my codebase... which I don't usually care about. There is an option to filter spe...
Filter Eclipse's "Open Call Hierarchy" to just my company/project
CC BY-SA 2.5
0
2010-10-18T18:31:48.853
2018-01-20T10:03:26.277
null
null
176,741
[ "regex", "eclipse", "language-agnostic", "call-hierarchy" ]
3,962,251
1
3,962,507
null
0
905
The website I am creating has a fairly large title text for its banner. Using a plain font gives it a very jagged look, but it seems like an anti-aliased image would be a fairly large download. Which way would be the best choice, or is there a better method for large titles? Here is the banner with pure text. Scaled d...
Text vs Image for Website Title Banner?
CC BY-SA 2.5
null
2010-10-18T18:38:44.490
2010-10-18T19:34:02.113
2010-10-18T18:40:09.020
21,234
326,402
[ "web" ]
3,962,387
1
3,962,643
null
0
472
I've got a table from an existing LabView VI (ewww!) that I need to replicate in C#. The table is shown in the image below. Each field will be populated with data returned by status queries to an external device, likely from within a dedicated status thread (when I implement it...). Is there any control, or directio...
How would I create a table control similar to the one shown?
CC BY-SA 2.5
null
2010-10-18T18:58:26.147
2010-10-18T19:32:26.610
null
null
416,190
[ "c#", "datagrid" ]
3,962,448
1
3,962,468
null
3
1,332
I have two overlapping shapes in my C# app, defined by `Point` arrays. I need to find the points that define the shape where these two overlap. In this image, I know the red and green points, but I need the yellow points. ![alt text](https://i.stack.imgur.com/TbIhX.png) Here is some dummy code that might help: ``` P...
Finding the shape created by two other intersecting shapes
CC BY-SA 2.5
0
2010-10-18T19:05:28.070
2010-10-18T19:09:52.240
null
null
27,414
[ "c#", ".net", "gdi+", "shapes" ]
3,962,531
1
4,023,937
null
0
395
So I have two pictures of the weirdness that is occuring ![alt text](https://i.stack.imgur.com/j3cI2.png) As you can see in the picture above, the scroll bar on the right hand side is being cut off a little bit by the screen, and even when you scroll to the right, you don't get the bar back, it remains cut off. Here ...
ExtJs Grid acting very strange
CC BY-SA 2.5
null
2010-10-18T19:19:11.783
2010-10-26T13:06:00.330
2010-10-18T20:19:35.000
434,970
434,970
[ "asp.net", "extjs", "grid" ]
3,962,558
1
4,638,434
null
86
151,640
I have a `div` layer with `overflow` set to `scroll`. When scrolled to the bottom of the `div`, I wanna run a function. ![](https://i1131.photobucket.com/albums/m541/protein-1/scroll.jpg)
javascript: detect scroll end
CC BY-SA 3.0
0
2010-10-18T19:22:15.647
2023-02-11T16:46:41.883
2017-02-08T14:30:36.593
-1
2,058,243
[ "javascript", "jquery", "html", "scrollbar", "scroll" ]
3,962,590
1
4,017,041
null
3
2,028
In Visual Studio 2005, my coworker can right click a tab and he has an option "Find in Solution Explorer". I know this is from ReSharper and I'm running ReSharper 5.1 - how do I enable this extra context menu? I also know about the Shift+Alt+L shortcut for the same command but want to add the context menu. This is wha...
Adding ReSharper options to context menu in Visual Studio
CC BY-SA 2.5
0
2010-10-18T19:25:46.103
2010-10-25T17:07:16.263
2010-10-18T19:30:49.757
1,444,511
1,444,511
[ "resharper" ]
3,962,705
1
3,963,815
null
0
280
Hi my application runs fine but when I try to run the unit tests I am getting this error... ``` 2010-10-19 00:27:49.919 AssignmentUnitTest[27988:903] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL initFileURLWithPath:]: nil string parameter' ``` Irony is I have sear...
Error compiling for unit test using google toolbox for mac
CC BY-SA 2.5
null
2010-10-18T19:38:49.310
2010-10-19T01:34:21.450
2010-10-19T01:34:21.450
197,688
197,688
[ "iphone", "xcode", "unit-testing", "ios", "google-toolbox-for-mac" ]
3,962,722
1
3,962,759
null
0
890
I'm looking to create a listview screen similar to the Sound Setting screen (in the built in Settings app, see image below), i.e I want some rows to have text + checkboxes, other rows to have text + "pop up" buttons, some rows should have text only etc. What is the best way to accomplish this? ![alt text](https://i....
Android: how do I create a listview screen with different content for each row
CC BY-SA 2.5
null
2010-10-18T19:40:19.883
2010-10-18T20:35:55.927
null
null
277,711
[ "android", "listview", "varying" ]
3,963,002
1
3,963,022
null
3
4,428
I think this is because I'm floating all three divs "columns" to the left, inside of the main body div. How can I tell the main body div to expand as big as it needs to fit the content divs? Here it's with min-height: ![alt text](https://i.stack.imgur.com/F3Ow4.jpg) And here with the min-height taken away: ![alt tex...
Div doesn't have height unless I give it min-height
CC BY-SA 2.5
0
2010-10-18T20:15:05.750
2010-10-18T23:56:32.103
null
null
null
[ "css", "layout", "html" ]
3,963,046
1
3,964,704
null
1
4,967
I have a the following setup ``` m_handsets = From p In RL.App.TComEntities.tblTelephoneNumbers _ Where p.companyId = m_CompanyID _ Select p m_handsets = DirectCast(m_handsets, ObjectQuery(Of RL.TelephoneNumbers)).Include("...
Entity Framework How to query data in a Navigation property table
CC BY-SA 2.5
0
2010-10-18T20:21:28.527
2010-10-21T14:38:52.120
2010-10-19T11:55:39.173
11,802
11,802
[ "vb.net", "entity-framework", "linq-to-entities" ]
3,963,122
1
3,963,408
null
5
1,829
What packages and functions in R can perform a two dimensional non-additive local regression/smooth. For example consider ``` b<-seq(-6*pi,6*pi,length=100) xy<-expand.grid(b,b) x=xy[[1]] y=xy[[2]] z= sin(x)+cos(y) + 2*sin(x)*cos(y) contour(b,b,matrix(z,100,100)) ``` ![alt text](https://i.stack.imgur.com/cJ0yJ.png)...
R: Two dimensional non-parametric regression
CC BY-SA 2.5
0
2010-10-18T20:30:32.687
2010-10-19T01:43:30.697
null
null
65,148
[ "r", "statistics" ]
3,963,729
1
3,966,179
null
0
439
Here's an example of what an Exclusivity Arc is (the green arc); what it's saying is that a Plane can have either Propellers or Jet Engines - but not both. > In Barker ER notation, an exclusion constraint over two or more roles is shown as an “exclusive arc” connected to the roles with a small dot or circle. ...
What's an Exclusivity Arc called in UML
CC BY-SA 2.5
null
2010-10-18T21:56:04.683
2010-10-19T07:47:57.693
2010-10-19T07:47:57.693
39,094
39,094
[ "domain-driven-design", "data-modeling", "uml" ]
3,963,735
1
null
null
2
707
I have already found following question with almost similar content: [How to indent list items using CSS when you have floating blocks?](https://stackoverflow.com/questions/3797713/how-to-indent-list-items-using-css-when-you-have-floating-blocks) And here is my situation: if a list item gets too long, so that it autom...
Indent list items with floating image: problem
CC BY-SA 2.5
null
2010-10-18T21:56:35.523
2016-07-12T02:46:37.943
2017-05-23T12:30:36.930
-1
479,831
[ "html", "css" ]
3,963,903
1
null
null
1
176
I am trying to figure out a way to move two points, X and Y, independently of one another along the edges of an equilateral triangle with vertices A, B, and C. There are also some collision rules that need to be taken into account: (1) If X is at a vertex, say vertex A, then Y cannot be on A or on the edges adjacent...
Visualizing a geometric puzzle with mathematica
CC BY-SA 3.0
null
2010-10-18T22:25:21.517
2012-01-02T21:43:06.073
2012-01-02T21:43:06.073
615,464
479,848
[ "math", "dynamic", "wolfram-mathematica", "visualization" ]
3,963,935
1
null
null
0
738
I have a UIViewController whose view is a UIWebView with an embedded movie. When the movie is playing full screen, and the device is rotated, the title bar ends up behind the status bar after the movie is dismissed. Why might this happen? ![alt text](https://i.stack.imgur.com/VMBlc.png)
Why is the title bar appearing behind the status bar after a rotation?
CC BY-SA 2.5
null
2010-10-18T22:30:53.853
2014-12-10T02:28:05.560
null
null
144,776
[ "iphone", "uiviewcontroller", "uiwebview", "rotation" ]
3,964,008
1
3,964,127
null
0
276
Top: IE8 Bottom: IE7 ![alt text](https://i.stack.imgur.com/7IRVY.png) How do you fix IE7 so it doesn't split my anchor into two pieces? I know and would solve this, but I'd rather have it be inline. This way, I can have text both to the left and right of any arbitrarily placed anchor button. ``` #launchChrome { ...
Anchor split into two pieces on IE7
CC BY-SA 2.5
null
2010-10-18T22:42:10.460
2010-10-18T23:06:57.433
null
null
459,987
[ "javascript", "css", "internet-explorer", "anchor" ]
3,964,219
1
3,964,308
null
0
2,417
When you send a PDT transaction ID back to paypal, you get back a list of transaction data. It has SUCCESS on the first line, and then a list of key=value pairs. One pair per line. For example: ``` SUCCESS business=paypal@example.com charset=windows-1252 custom= first_name=Alice handling_amount=0.00 invoice=NN0005 ite...
PHP: How to quickly split a key=value file into associative array
CC BY-SA 2.5
null
2010-10-18T23:17:19.113
2022-04-18T13:26:15.173
2010-10-19T14:29:01.590
39,321
39,321
[ "php", "string", "paypal" ]
3,964,362
1
3,972,828
null
3
1,627
I've been playing around with the [samus mongodb driver](http://github.com/samus/mongodb-csharp), particularly the benchmark tests. From the output, it appears the size of the documents can have a drastic effect upon how long operations on those collections take. ![alt text](https://i.stack.imgur.com/t3rhm.png) Is th...
MongoDB Performance Based on Document Size
CC BY-SA 2.5
0
2010-10-18T23:45:08.160
2010-10-19T21:15:03.570
null
null
8,873
[ "c#", "performance", "mongodb" ]
3,964,617
1
null
null
4
1,880
I have some code on an aspx page then when it starts downloading a zip. Looks like this: ``` Response.ContentType = "application/octet-stream"; Response.AppendHeader("Content-Disposition", "attachment; filename=" + fileSaveName); Response.TransmitFile(zipPath); Response.End(); ``` ...
ASP.NET Response.TransmitFile Failing on First Download
CC BY-SA 2.5
null
2010-10-19T00:47:41.037
2010-12-30T17:57:29.937
null
null
423,079
[ "c#", "asp.net", "download" ]
3,964,707
1
3,973,542
null
1
10,152
I wrote a .NET application where memory usage is growing over time. As a test, I set it up to download 800 * 5K (average) size files and doing XML transform and using DTComcontroller to generate manifest, inside 1 hour with an interval of 15 Minutes. During a period of about 5 hours, memory usage grows from 35M to abou...
.NET Application Memory usage grow over time, memory leak or not?
CC BY-SA 2.5
0
2010-10-19T01:15:28.393
2021-08-09T06:05:56.067
2010-10-21T01:55:02.127
301,218
301,218
[ ".net", "memory" ]
3,964,805
1
3,964,862
null
0
1,599
I have some OAM code here, and I've looked up all the instructions, what they do how they act, and I've re written it all pseudo, but I'm having a problem locating (so I can count how many) loops are in the program. I feel like it should be staring me in the eyes, and I've done a thousand factorial programs in C/Java e...
Factorial in OAM
CC BY-SA 3.0
null
2010-10-19T01:46:49.067
2017-09-07T17:20:04.087
2017-09-07T17:20:04.087
1,033,581
460,121
[ "assembly", "factorial", "oam" ]
3,964,835
1
3,964,961
null
7
3,078
I'd love to stash some .json files on a CDN a la static.mydomain.com. Truth be told, static.mydomain.com is a CNAME in front of an Amazon S3 bucket. I understand this violates the JavaScript security model. Is there an advised workaround or design? I've seen server-side stuff suggested like a PHP script to suck down d...
Is there any way to load json from a subdomain?
CC BY-SA 2.5
null
2010-10-19T01:58:01.550
2010-10-19T02:50:23.443
2010-10-19T02:07:47.347
317,937
317,937
[ "javascript", "jquery", "json" ]
3,964,855
1
3,965,416
null
2
1,280
After stopping my web app, a significant amount of PermGen is not being released. The culprit seems to be the WebappClassLoader (in Tomcat, but it happens in Jetty too), which is kept in memory by references from a bunch of other objects. The following image shows that objects that refer to WebappClassLoader, and the t...
Can I stop java.util.logging from contributing to a memory leak?
CC BY-SA 2.5
0
2010-10-19T02:04:58.327
2010-10-19T04:50:03.217
null
null
156,410
[ "java", "web-applications", "memory-leaks", "java.util.logging" ]