... SapDB/MaxDB and MySQL are two different programs. MaxDB doesn't seem to be used by so many people. MySQL is more useful in the lower ends, where there...
thaks for message i dont use your programme beaucose i not endresstent english "tkhnk you" ... On Sun, Oct 31, 2004 at 11:28:50PM +0200, Tzahi Fadida ... this...
Hello hackers, I seek for a references for the way gcc generates code for powerpc (i see strange anomalies in dissasembler output, which I would like to...
I accept job postings on Linux-IL as appropriate, because companies do need Linux experts once in a while. But Hackers-IL is too general group for job...
Omer Zak
omerz@...
Nov 1, 2004 3:03 pm
3951
Thanks for clarification and sorry. I stay here for months, but don't understand what is this club for. :) Evgeny Gesin Javadesk / AllTelescopes...
... A good explenation of what is J2EE and it's relationship to Java will be appropriate here I think. I think that too much meta discussions on what should be...
... Basically Java is made up of: J2SE - Java Standard Edition (standard APIs + GUI) J2EE - Java Enterprise Edition (APIs to work with Enterprise backends, ...
... About this point you are totally right. It is very difficult to know what a club (or mailing list) is for when it is quiet for long time. Typical subjects...
Omer Zak
omerz@...
Nov 1, 2004 5:23 pm
3955
I would also add job related topics like how to find a hacker for your team and how to find work as a hacker. Not as job postings but as discussion of ...
TeraLOC for unfortunate enough to write Java... ... name=signature.asc ===== -- o.m. __________________________________ Do you Yahoo!? Check out the new Yahoo!...
... that's not all. there's a large run-time library that goes with this, with things related to "general purpose" programming - such as strings manipulation,...
... J2EE takes the notion of OS further. No J2EE app lives by itself, but rather is deployed in some kind of "application server/container". The "server" ...
... Huh, I was surprised to learn that CLI was "Common Langiage Interface". I thought it was some other interface... ;-) ... I suppose they can avoid confusion...
Oleg Goldshmidt
pub@...
Nov 1, 2004 7:44 pm
3963
... hmm... that seems to be true but they say in their site that the new versions can handle enterprise data which seems to imply to me, dealing with many ...
Hello hackers, Which tool for static C code analysis (commonly known as "lint") do you recommend? I work with splint (www.splint.org), but I consider changing...
Hey Omer, Pretty thorough list, but you forgot: More typical subjects for Hackers-IL: - Shlomi Fish - Metadiscussions about Shlomi Fish - Discussions about...
... I agree with this. ... Lines Of Code (an old and highly misleading indicator of programmers' productivity). ... My opinions, as expressed in this E-mail...
Omer Zak
omerz@...
Nov 1, 2004 9:51 pm
3967
... Pardon my ignorance, but as long as we are having this (more on-topic than most) discussion, is all of the above a part of J2EE (i.e. Java the language) or...
Oleg Goldshmidt
pub@...
Nov 1, 2004 9:53 pm
3968
... To tell you the truth, I never found one I liked. From my bookmarks: http://spinroot.com/static/ lists some tools, commercial and free. Unfortunately, I...
Oleg Goldshmidt
pub@...
Nov 1, 2004 10:35 pm
3969
... Tsahi, Can you give an example of Join that takes exponential time? I can't think of one, all the joins I ever wrote finish in polynomial time. -- Arik...
Websphere, JBoss, etc. are J2EE containers -- that is they aspire to be a standards-complying (yeah right) implementations of the J2EE specifications designed...
Hey Omer, Buffer overflows is one area where static C code-analysis has the least to offer. A run-time analysis tool like boundschecker is almost required in...
... Why, the feature looks quite nice to me. But C++ is not my forte. Would one of the C++ gurus on the list please detail why this is a good or bad idea?...
... This is a bad implementation of a good idea. Handles (this what MS calls to the things which you can dereference and get gc-controlled areas) have quite...
... With all of its problems, Pascal has gotten one thing right: a post-order dereference operator (not that this suggested feature fixes it). C has p[0], of ...