Slashdot Mirror


User: eyal_bd

eyal_bd's activity in the archive.

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

Comments · 5

  1. Here's an example from Perl for windows Source on Gates: Microsoft IP Finds Its Way Into Free Software · · Score: 2, Funny

    /* WIN32.C
    *
    * (c) 1995 Microsoft Corporation. All rights reserved.
    * Developed by hip communications inc., http://info.hip.com/info/
    * Portions (c) 1993 Intergraph Corporation. All rights reserved.
    *
    * You may distribute under the terms of either the GNU General Public
    * License or the Artistic License, as specified in the README file.
    */

  2. Since you asked... on SmartEiffel 1.0 Released · · Score: 2, Informative

    Yes there is an example in the distribution. Just go to the example directory and compile.

  3. I suggest Mozillito on Phoenix To Change Name · · Score: 1

    "A smaller Mozilla"

    Name shows the connection to Mozilla
    Name hints a smaller Mozilla
    Will attrcat Latino users

  4. Soon: Kasparov vs "Junior" in Jerusalem on Kramnik Ties Fritz; Machines Not Yet Our Masters · · Score: 2, Informative

    "Junior" is world champion for computers.
    Kasparov is (still) the best player in the world.

    Kasparov will have to reduce the heat on the board. He does it successfully against human players but computers are more accurate in complicated positions.

    I think that Kasparov has a good chance to win.

  5. Mine is smaller on Smallest Possible ELF Executable? · · Score: 1

    #!/bin/sh exit 42 $ ./kuku ; echo $? 42 $ wc -m kuku 18 kuku 18 bytes !!