Slashdot Mirror


User: ebash

ebash's activity in the archive.

Stories
0
Comments
5
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5

  1. Re:Freemarker on What are Some Essential Java Libraries? · · Score: 1

    Another templating package is Jelly the avantage is that it uses a syntax that's quite similar to JSLT.

  2. Re:CVS-Subversion anyone? on Subversion 1.1 Released · · Score: 4, Informative

    Sorry, the previous link is wrong, you should use this one instead: http://subversion.tigris.org/propaganda.html Look under "Testimonials"

  3. Re:CVS-Subversion anyone? on Subversion 1.1 Released · · Score: 0, Redundant

    Take a look at the propaganda page on subversion's web site http://subversion.tigris.org/propaganda.html/

  4. Re:good and bad ...? on Preview of Java 1.5 · · Score: 1

    I'm not an expert in writing compilers but i think that if properly done the for loop oven an array won't have any impact. When the compiler will parse a statement like for (i : arrayVariable) it will know at compile time that "arrayVariable" is actually an array[] so it can replace the byte code by something like for(int i = 0; ...

  5. Re:I wish... on Perlbox: A Unix Desktop Written in Perl · · Score: 1

    Once they found the way to receive money for Javascript they might as well charge 19.99$ for user using VBScript.