0
votes
1answer
33 views
xaml: trigger dialog ‘Apply’ button state
I want to enable 'Apply' dialog button when content of some textboxes in this dialog changes.
Here what I came up with
<Window.Resources>
<ResourceDictionary>
...
…
0
votes
4answers
71 views
Software Developers in UK for Year in Industry [closed]
For my degree I have a year in industry to take before the end of the final year (it's 12 months long) As such I was wondering if anyone could suggest some software developers, preferably in London …
1
vote
3answers
174 views
How do I design the transition functions for this pushdown automaton?
I'm studying for a test on PDA, and I want to know how to design a pushdown automaton that recognizes the following language:
L = {a^max(0,n-m)b^n a^m| n,m >=0}
How can I design a transition …
3
votes
5answers
1k views
C Program to search n-th smallest element in array without sorting?
Hi all,
I wanted to write a program to find the nth smallest element without using any sorting technique..
Can we implement it as a technique used in quick sort, which divides the problem into …
4
votes
7answers
205 views
Why passing {a, b, c} to a method doesn’t work ?
Hello,
I've tried to pass an initialization list {...} to a constructor and it didn't work.
When I instead declared it in a method local variable (int[]) it worked flawlessly.
Why is that?
public …
1
vote
2answers
112 views
SQL Query for a particular problem??
Lets frame the question again---
table1{date, bID, sName, fID}
{11/05,B1,A1,P1}
{12/05,B2,A2,P2}
{13/05,B1,A3,P1}
{15/05,B3,A4,P1}
{16/05,B1,A5,P2}
{19/05,B1,A6,P2}
This …
3
votes
2answers
650 views
What is a driver class? (Java)
Hi,
I was reading through a Java textbook, and it mentions something called a "driver class". What is it, and how is it different from a normal class?
0
votes
3answers
62 views
how to find sql queries question on SO
I have a test coming up soon for my Database class. I just want to ready as many questions as possible. I thought SO would work best, as I dont have to spend my time by digging through the answere …
0
votes
1answer
148 views
Android IllegalThreadStateException in LunarLander
Hey,
Just come to polishing my application and making it resume after the user has left. When the application restores I get an IllegalThreadStateException, which is quite annoying. This problem is …
2
votes
10answers
343 views
I need a project idea for an Artificial Intelligence class. Do you have one?
I wanted to ask Stack Overflow users for a nice idea for a project that could entertain a fellow student programmer during a semester. Computer vision might look interesting, although I couldn't say …
3
votes
10answers
447 views
Scalability on the web
I've been arguing with some friends on the university, and we can't get to a point to which is the framework with more scalability for web applications (and still very fast).
One calls for jsp, the …
