2
votes
4answers
156 views
Why does Disabled = true for html work?
I noticed in our code that there is a disabled = true' i the source code for anchor tag. I was wondering why it works in IE. I also searched the internet and it is also being used …
3
votes
3answers
309 views
How to create a true singleton in java?
I am facing a problem with my singleton when used across multiple class loaders. E.g Singleton accessed by multiple EJBs. Is there any way to create a singleton which has only one …
1
vote
6answers
660 views
What is the difference between lazy=”true” and lazy=”proxy” in nhibernate?
What is the difference between lazy="true" and lazy="proxy" in nhibernate?
16
votes
12answers
2k views
What does “0 but true” mean in Perl?
Can someone explain what exactly the string "0 but true" means in Perl? As far as I understand, it equals zero in an integer comparison, but evaluates to true when used as a boolea …
1
vote
1answer
313 views
SQLite error: cannot commit transaction - SQL statements in progress using Java Code
Hi All,
I am facing an SQLite error though I am not using any explicit AutoCommit true or false.
can anyone provide any input on this error. What are the situation where you will …
8
votes
21answers
1k views
Has TRUE always had a non-zero value?
I have a co-worker that maintains that TRUE used to be defined as 0 and all other values were FALSE. I could swear that every language I've worked with, if you could even get a va …
3
votes
11answers
804 views
boolean true — positive 1 or negative 1?
I'm designing a language, and trying to decide whether true should be 0x01 or 0xff. Obviously all non-zero values will be converted to true, but I'm trying to decide on the exact i …
3
votes
2answers
517 views
how to embed a true type font within a postscript file
I have a cross platform app and for my Linux and Mac versions it generates a postscript file for printing reports and then prints them with CUPS. It works for simple characters and …
