Slashdot Mirror


User: data64

data64's activity in the archive.

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

Comments · 80

  1. SCO shows the disputed code in Linux on SCO Prepares To Sue Linux End Users · · Score: 0, Flamebait

    According to this article on ZDNet News, SCO pointed out some of the allegedly copied code in Linux in a presentation at SCO forum.

    I think when you start getting quotes like "The DNA of Linux is coming from Unix.", it starts sounding more and more like a bad soap opera or worse "Voyager".

  2. Re:To save you all some time... on PARC's Popout Prism Aids Web Navigation · · Score: 1

    Bookmarklets let you do something similar. See Highlight

  3. Re:Feature requests on Using Mozilla in Testing and Debugging · · Score: 1

    I would really like to have it open up the source code in the editor of my choice => Emacs rather than a Mozilla window or tab.

    This would give me color coding, powerful search
    capability and being able to easily correct the insane formatting you find on on most generated webpages.

  4. Re:Don't forget Parrot on Perl 6: Apocalypse 6 Released · · Score: 1, Troll


    Perl (or any languages that compiles to the Parrot VM) becomes a very attractive language for more types of problems.


    I guess this is becoming something like the CLR.


  5. Re:20-odd pages... on Perl 6: Apocalypse 6 Released · · Score: 2, Informative

    So long as we get a foreach() mechanism with in-built index into the array it's looping over, I'll be happy. That's my biggest problem at the moment.

    You mean something like:

    foreach my $elem (@list ) {
    print "$elem\n"
    }

    This works in Perl5.