Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
175 views

Built-in operator candidates

C++03 $13.6/1- "[...]If there is a user-written candidate with the same name and parameter types as a built-in candidate operator function, the built-in operator function is hidden and is ...
3
votes
4answers
3k views

what is difference between candidate key and composite key?

I am reading about candidate key and composite key. I come to know that a candidate key can qualify as a primary key and it can be a single column or combination of columns and composite key is also a ...
2
votes
2answers
121 views

Superkey, candidate key & primary key

can any kind soul clarify my doubts with a sample example below for the superkey, candidate key and primary key. I know there are alot of posts and websites out there explaining what's the ...
2
votes
10answers
841 views

“Winning” OO programming job interviews with sysadmin/Perl/Linux background?

I'm a student in software engineering in Montreal. For the last 3 years I've had a few interships (once per year). The first two (in the same company) were mostly sysadmin jobs, but I did get to do a ...
1
vote
3answers
187 views

Drupal 6: Theme Developer gives too common candidate name, nothing specific

I'm working on a restaurant directory site. I have restaurant details page that I need to implement gmap, slideshow, etc. So I need a specific page.tpl and Theme Developer gives the info as below ...
1
vote
9answers
199 views

Are release candidates safe to use for production?

In this particular case it is MVC. But, how much difference is there between the release candidate and the go live or production versions? I'd hate to build a lot on the RC and have it break or miss ...
0
votes
0answers
24 views

How to detect candidates bar tabbing event?

I want to detect the timing when user finished typing a word(especially a Japanese word). To input a Japanese word, we must input alphabet first then change it to Japanese Kanji by tabbing OK/Return ...
0
votes
2answers
168 views

Candidate Key Identification with Functional Dependencies

I'm having trouble understanding how to identify keys in functional dependencies. I've been looking at examples, for example: Given a relation ABCD, find all keys not including superkeys of the A ...
0
votes
0answers
232 views

How to make softkeyboard candidate view not block application view?

I am playing with the Demo SoftKeyboard the comes with the Android SDK. In portrait mode when the candidate view is shown, it doesn't move the app up as the default android keyboard does. Hence it ...