ivan_ivanovich_ivanoff
|
Registered User
|
!!! Netbeans 6.7 RELEASED !!!
C is far better and easier than Java! Why? It is easier to use void pointers and to do pointer arithmetic, than explaining the basic concepts of OOP to a C programmer. Joke of the century: PHP is good, because it works... "PHP programming" is an oxymoron. There is no PHP programming. There is only PHP scriptkidding. There are two types of people who use PHP: - those who don't know other languages, - and those who HAVE TO use it Java is to JavaScript what Car is to Carpet. The LHC is the wrong answer to the technological singularity. |
|
2d |
awarded | ● Popular Question |
|
2d |
awarded | ● Nice Question |
|
Nov 18 |
comment |
JSR305 vs. JSR308 (Java Type Anotations) - Which is going to be the standard? With JSR308, will Java7 provide a standard checker framework? |
|
Nov 12 |
awarded | ● Popular Question |
|
Oct 3 |
comment |
Linux: Is this a correct way to run scripts in parallel? Well, I'm not sure, what is correct now? The answer from Pavel Shved, or from ijw? |
|
Oct 3 |
comment |
Linux: Is this a correct way to run scripts in parallel? So, you point is, that two "concurrent" echo commands which print a lot of text could be mixed up by the console? |
|
Oct 3 |
revised |
Linux: Is this a correct way to run scripts in parallel? added 33 characters in body |
|
Oct 3 |
comment |
Linux: Is this a correct way to run scripts in parallel? I did a sync afterwards, takes 10sec sometimes ;) |
|
Oct 3 |
revised |
Linux: Is this a correct way to run scripts in parallel? added 62 characters in body |
|
Oct 3 |
asked | Linux: Is this a correct way to run scripts in parallel? |
|
Sep 30 |
comment |
How do I insert a lot of whitespace in Perl? You should ask something such as "How do I insert a certain amount of whitespaces in perl / regex?"... |
|
Sep 30 |
comment |
Findbugs + JSR305: Possibility to specify default behavior? Thank you, tried it, Findbugs ignores it (on types AND on packages). Must be a bug in Findbugs ;) JSR305 is inactive anyway. Perhaps I should look around for other solutions. |
|
Sep 30 |
comment |
Is this correct way of using javax.annotation from JSR305 ? @MaybeNull was scrapped from JSR305, as far as I know. Also, annotations on generic types are specified by JSR308, which will be availible in Java7. (NOTE: only this fact that you cann annotate generic types will be enabled, not the whole collections of pre-defined annotations.) |
|
Sep 30 |
asked | Findbugs + JSR305: Possibility to specify default behavior? |
|
Sep 29 |
answered | How can I change the namespace on every node in a DOM? |
|
Sep 29 |
answered | Java+DOM: How do I set the base namespace of an (already created) Document? |
|
Sep 29 |
revised |
Java+DOM: How do I set the base namespace of an (already created) Document? Removed wrong assumptions from the question, which had to do with namespace prefix. |
|
Sep 29 |
revised |
Java+DOM: How do I set the base namespace of an (already created) Document? added 92 characters in body |
|
Sep 29 |
comment |
Java+DOM: How do I set the base namespace of an (already created) Document? Thank you. The problem here is: I create a new document, the way you described, with a root element (without it doesn't work, thanks DOM). So now I would have to copy sub-nodes of the existing document to the new one, right? Would it be enought to ensure a full copy? |
|
Sep 29 |
comment |
Java+DOM: How do I set the base namespace of an (already created) Document? Good, where? Document.declareNamespaceSomewhere(...) donesn't exist ;) |
|
Sep 29 |
asked | Java+DOM: How do I set the base namespace of an (already created) Document? |
|
Sep 29 |
answered | Netbeans manifest |
|
Sep 29 |
answered | Producing executable jar in NetBeans |
|
Sep 29 |
answered | Producing executable jar in NetBeans |
|
Sep 25 |
comment |
Ant: How to execute a command for each file in directory? Your're right, I should just write a custom ant task in Java ;) |
|
Sep 25 |
revised |
JSR305 vs. JSR308 (Java Type Anotations) - Which is going to be the standard? added 149 characters in body |
|
Sep 25 |
comment |
JSR305 vs. JSR308 (Java Type Anotations) - Which is going to be the standard? So, practically JSR-308 is only an extensions to the language, while those checkers (which are discussed on the project's page), are optional and will not be available in the JDK), right? |
|
Sep 25 |
revised |
JSR305 vs. JSR308 (Java Type Anotations) - Which is going to be the standard? edited tags |
|
Sep 25 |
asked | JSR305 vs. JSR308 (Java Type Anotations) - Which is going to be the standard? |
|
Sep 23 |
revised |
Ant: How to execute a command for each file in directory? added link to http://ant-contrib.sourceforge.net/ |
|
Sep 23 |
comment |
Ant: How to execute a command for each file in directory? So, I have to include something? Or do I need some external ant lib? I'm getting "Problem: failed to create task or type foreach". If I understand correctly, this means, foreach is an unknown keyword. |
|
Sep 23 |
asked | Ant: How to execute a command for each file in directory? |
|
Sep 23 |
answered | Java source upgrade from 1.4.2 to 1.6.0_10 recommended ? (skipping 1.5) |
|
Sep 22 |
comment |
Reading content of a JAR file (at runtime)? Ah, thank you! I've somehow totally overseen JarFile's getInputStream! |
|
Sep 22 |
asked | Reading content of a JAR file (at runtime)? |
|
Sep 19 |
comment |
When is a language considered a scripting language? ...When a language breaks the API and changes it's syntax every minor release, when it's a wrapper around 100 of dirty unmaintained buggy C libraries, then it's a script language. ;) |
|
Sep 19 |
comment |
Java 6: Examples for implementing own scripting language using javax.script? Good idea! I'll look at it. Thanks! |
|
Sep 19 |
comment |
Java 6: Examples for implementing own scripting language using javax.script? That's more the usage part. "We will not cover implementation of JSR-223 compliant script engines in detail" |
|
Sep 19 |
comment |
Java 6: Examples for implementing own scripting language using javax.script? 1) Wanted only to try the API out. 2) Have already a little own language ;) |
|
Sep 19 |
comment |
Java 6: Examples for implementing own scripting language using javax.script? Yes, I'm reading it already, but it's a bit too complex. I would appreciate something easier. |
|
Sep 19 |
revised |
Java 6: Examples for implementing own scripting language using javax.script? added 14 characters in body; edited tags |
|
Sep 19 |
revised |
Java 6: Examples for implementing own scripting language using javax.script? added 44 characters in body |
|
Sep 19 |
asked | Java 6: Examples for implementing own scripting language using javax.script? |
|
Sep 18 |
comment |
What does ‘synchronized’ mean? A view at the user's profile tells us, that there will be more questions like this one ;) |
|
Sep 2 |
comment |
Subversion: Can trunk be reset to previous revision after branching/tagging? Thanks! It worked. Has to update all projects first. |
|
Sep 2 |
accepted | Netbeans: Creating custom build target to let sources be packaged to JAR…? |
|
Sep 2 |
asked | Subversion: Can trunk be reset to previous revision after branching/tagging? |
|
Aug 29 |
revised |
Netbeans: Creating custom build target to let sources be packaged to JAR…? added dist/ |
|
Aug 29 |
accepted | Ruby templates: How to pass variables into inlined ERB? |
|
Aug 29 |
answered | Netbeans: Creating custom build target to let sources be packaged to JAR…? |
