Page 1 of 2 12 LastLast
Results 1 to 40 of 70

Thread: Hello World!

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    [Steve]
    Code:
    *grunt...mumble...grunt*
    [PHP]
    Code:
    echo "Hello World";

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Nukem
    im so great bow down world or ill hack into u and stel ur files!!!!
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    Parksie
    Hi I make bad impressions of people...hehehe jk

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    C preprocessor
    Code:
    #pragma message("Hello World!")
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  5. #5
    Guest
    Simon's mind

    ...................

  6. #6
    Guest
    LOGO (the turtle program).
    Code:
    Function H ()
        up
        left 90
        Down
        Forward 10
        Backward 5
        right 90
        Forward 5
        right 90
        Backward 5
        Forward 10
        left 90
        Up
        forward 5
        
    Function E()
        Down
        forward 5
        Backward 5
        left 90
        Forward 5
        right 90
        Forward 3
        Backward 3
        left 90
        Forward 5
        right 90
        Forward 5
        Up
        right 90
        Forward 10
        left 90
        forward 5
        
    Function L()
        Forward 5
        Down
        Backward 5
        Left 90
        Forward 10
        Up
        Right 90
        Forward 10
        Right 90
        Forward 10
        Left 90
        Up
    
    Function O()
        Down
        Repeat 2
            Forward 5
            Left 90
            Forward 10
            Left 90
        up
        forward 10
        
    function D()
        Down
        Forward 3
        Left 45
        forward 1.5
        left 45
        Forward 8
        left 45
        forward 1.5
        left 45
        forward 3
        left 90
        forward 10
        up
        left 90
        forward 10
        
    function W()
        left 90
        forward 10
        down
        backward 10
        right 45
        forward 5
        right 90
        forward 5
        left 135
        forward 10
        up
        right 90
        forward 5
        right 90
        forward 10
        left 90
        
    
    Function R()
        down
        left 90
        forward 10
        right 90
        forward 3
        right 45
        forward 1.5
        right 45
        forward 2
        right 45
        forward 1.5
        right 45
        forward 3
        left 135
        forward 8.5
        up
        left 45
        forward 5
    
    straight
    y=0
    repeat 10  
        up
        y=y-15
        goto 0,y,0
        forward 10
        right 90
        forward 10
        left 90
        H()
        E()
        L()
        L()
        O()
        Forward 5
        W()
        O()
        R()
        L()
        D()

  7. #7
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    You have way too much time on your hands, Megatron
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  8. #8
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    PCL
    Code:
    <ESC>&l1L<ESC>&l0E
    <ESC>*p100x207Y<ESC>(10U<ESC>(s1p9v0s3b16602THello World!
    Brainf**k
    Code:
    >+++++++++[<++++++++>-]<.>++++++[<+++++>-]<-.+++++++..++
    +.
    >>+++++++[<++++++>-]<++.------------.<++++++++.--------.
    +++.------.--------.>+.>++++++++++.
    Z80 ASM
    Code:
        ORG 32768
        ENT
    
        LD IY, #5C3A
        RES 0, (IY+02)
        RES 1, (IY+01)
    
        LD HL, HELLO
        LD A,22
        RST #10
        LD A,0
        RST #10
        LD A,0
        RST #10
    
    LOOP    LD A,(HL)
        PUSH AF
        PUSH HL
        AND #7F
        RST #10
        POP HL
        INC HL
        POP AF
        BIT 7,A
        JR Z, LOOP
    
        LD A,13
        RST #10
        LD HL, HELLO
        JR LOOP
        RET
    
    HELLO   DEFM /Hello World/
        DEFB 161
    TeX
    Code:
    \font\HW=cmr10 scaled 3000
    \leftline{\HW Hello World}
    \bye
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  9. #9
    Guest

  10. #10
    Guest
    Hex

    48 65 6C 6C 6F 20 57 6F 72 6C 64

  11. #11
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    SHA-1
    Code:
    Ck1VqNd45QIvq3AZd8XYQLvEhtA=
    Base64
    Code:
    SGVsbG8gV29ybGQ=
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  12. #12
    Guest
    ASCII
    72 101 108 108 111 32 87 111 114 108 100
    OCTAL
    48 65 6C 6C 6F 20 57 6F 72 6C 64

  13. #13
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    BINARY:
    Code:
    01001000 01000101 01001100 01001100 01001111 01010111 01001111 01010010 01001100 01000100
    CHR:
    Code:
    chr(72) & chr(69) & chr(76) & chr(76) & chr(79) & chr(32) & chr(87) & chr(79) & chr(82) & chr(76) & chr(68)
    NXSupport - Your one-stop source for computer help

  14. #14
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Getting a bit desperate for languages? I would add another couple but I don't know them that well and I don't have the manuals here
    Harry.

    "From one thing, know ten thousand things."

  15. #15
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Where did you get the Brainf*** code from Parksie?
    Harry.

    "From one thing, know ten thousand things."

  16. #16
    New Member
    Join Date
    Feb 2001
    Location
    Oregon, California
    Posts
    2
    Hypercard (probably never heard of it)

    on mouseup
    answer "Hello World!"
    end mouseup

    or...

    on mouseup
    ask "Hello World"
    end mouseup
    Nukem is a self-sensitive jerk

    visit http://www.geocities.com/skimboarder87 or I'll kill ya!

  17. #17
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    http://www.latech.edu/~acm/HelloWorld.shtml

    HyperCard...that's Macs isn't it? I used HyperStudio though.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  18. #18
    New Member
    Join Date
    Feb 2001
    Location
    Oregon, California
    Posts
    2
    Originally posted by parksie
    http://www.latech.edu/~acm/HelloWorld.shtml

    HyperCard...that's Macs isn't it? I used HyperStudio though.

    Yeah thats those wonderful macs. There is a lot of variations of it. HyperCard, HyperStudio, SuperCard but they all have basically the same code. Its like different versions of visual basic.
    Nukem is a self-sensitive jerk

    visit http://www.geocities.com/skimboarder87 or I'll kill ya!

  19. #19
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Befunge!
    Code:
    <v,_v#:"Hello World"0
    _>:^>$@
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  20. #20
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    ASP:

    Code:
    <%
    Response.Write("Hello World!")
    %>
    Alcohol & calculus don't mix.
    Never drink & derive.

  21. #21
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    XML :

    Code:
    <?xml version="1.0" ?>
    <greeting>
      <salutation>Hello</salutation>
      <target>World !</target>
    </greeting>
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  22. #22
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    Language of Colors:

    HELLOWORLD!

    HELLOWORLD!
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  23. #23
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    Msgbox "hello world"

    VBScript !

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  24. #24
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Dear oh dear.... okay how about this:

    Code:
    say hello to the world
    Pseudocode.
    Harry.

    "From one thing, know ten thousand things."

  25. #25
    Guest
    Intercal
    Code:
            PLEASE NOTE THAT THIS MAY ONLY RUN ON C-INTERCAL
    
            PLEASE DO ,1 <- #13
            DO ,1 SUB #1 <- #584
            DO ,1 SUB #2 <- #837
            DO ,1 SUB #3 <- #1100
            DO ,1 SUB #4 <- #1356
            DO ,1 SUB #5 <- #1615
            DO ,1 SUB #6 <- #1824
            DO ,1 SUB #7 <- #2135
            DO ,1 SUB #8 <- #2383
            DO ,1 SUB #9 <- #2642
            DO ,1 SUB #10 <- #2892
            DO ,1 SUB #11 <- #3140
            DO ,1 SUB #12 <- #3361
            DO ,1 SUB #13 <- #266
    
            PLEASE DO ,2 <- #1
            PLEASE DO .5 <- #0
            PLEASE DO .4 <- #1
    
            PLEASE COME FROM (1)
            DO .6 <- ",1 SUB .4"~#255
            DO .6 <- !6~#15'$!6~#240'
            DO .6 <- !6~#15'$!6~#240'
            DO .6 <- !6~#15'$!6~#240'
    
            DO .1 <- .5
            DO .2 <- .6
            PLEASE DO (1010) NEXT
            DO .3 <- .3~#255
            DO .5 <- .6
    
            DO ,2 SUB #1 <- .3
            PLEASE READ OUT ,2
    
    (1)     PLEASE DO .4 <- ",1 SUB .4"~#3840
            PLEASE GIVE UP
    All lines (even the first and last) is neccessary.. I am
    learning this language.. but this one was stolen.. I haven't advanced enough to write a
    Hello World program.. Its an easy programming
    language you know!

  26. #26
    Guest

    Talking

    Algorithm

    Code:
    Step1: Start
    Step2: Display Hello World
    Step3: Stop
    ooops.. just remembered that I had
    to write my Chemistry test tommorow..

  27. #27
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Ahh, I found one manual at least:

    Code:
    # Python "hello world" app
    
    a = {'h':'hello', 'w':'world'}
    
    print '%s %s' % (a['h'], a['w'])    # print "hello world"
    Harry.

    "From one thing, know ten thousand things."

  28. #28
    Guest

    Talking FLOWCHART

    .... :B .... :B .... :B

    See Attatchment
    Attached Images Attached Images  

  29. #29
    Guest

    Re: FLOWCHART

    See you can't stay away snoopy!
    Miss us did you

  30. #30
    Fanatic Member zmerlinz's Avatar
    Join Date
    May 2000
    Location
    in a world where the sun always shines on the bloody tv!!
    Posts
    604

    Post xml

    xml

    Code:
    <?xml version="1.0"?>
    <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
    
    <wml>
    
    <!-- THIS IS THE FIRST CARD IN THE DECK -->
    <card id="MainCard" title="This is a first card">
    <p align="center">
      Hello World
    </p>
    </card>
    
    </wml>

    Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
    -- Linus Torvalds

    [Galahtech.com] | [My Site] | [Fishsponge] | [UnixForum.co.uk]

  31. #31
    Fanatic Member zmerlinz's Avatar
    Join Date
    May 2000
    Location
    in a world where the sun always shines on the bloody tv!!
    Posts
    604

    Post

    xml

    Code:
    <?xml version="1.0"?>
    <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
    
    <wml>
    
    <!-- THIS IS THE FIRST CARD IN THE DECK -->
    <card id="MainCard" title="This is a first card">
    <p align="center">
      Hello World
    </p>
    </card>
    
    </wml>

    Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
    -- Linus Torvalds

    [Galahtech.com] | [My Site] | [Fishsponge] | [UnixForum.co.uk]

  32. #32
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    Merlin....It's a Particular type of Xml...Called
    WML - Wireless Markup Language.

    So you can Safely Specify it as WML.
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  33. #33
    Guest
    BML (Behemoth markup language)
    Code:
    <roooaarghh!>sod off world..!</roooaarghh!>

  34. #34
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    Now the XML- XSL Combo....

    In The file Hello.xml

    Code:
    <?xml version="1.0" ?>
    <?xml:stylesheet type="text/xsl" href="view.xsl"?>
    <greeting>
     <salutation>Hello</salutation>
     <target>World</target>
    </greeting>
    In the file view.xsl

    Code:
    <?xml version="1.0"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
      <xsl:template match="/">
         <b><xsl:value-of select="greeting/salutation"/>
    	<xsl:value-of select="greeting/target"/> !</b>
      </xsl:template>
    </xsl:stylesheet>
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  35. #35
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    onClipEvent(data)
    {
    var msg;
    msg="Hello World";
    _root.txtMessage=msg;
    }

    Flash ActionScript

  36. #36
    Fanatic Member zmerlinz's Avatar
    Join Date
    May 2000
    Location
    in a world where the sun always shines on the bloody tv!!
    Posts
    604
    Originally posted by Active
    Merlin....It's a Particular type of Xml...Called
    WML - Wireless Markup Language.

    So you can Safely Specify it as WML.
    Cheers Mate

    Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
    -- Linus Torvalds

    [Galahtech.com] | [My Site] | [Fishsponge] | [UnixForum.co.uk]

  37. #37
    Hyperactive Member Juan Carlos Rey's Avatar
    Join Date
    Aug 1999
    Location
    Mendoza, Argentina
    Posts
    301

    Talking

    Old Remington TypeWriting machine:

    Wraaap, Wraaap (put in the paper)... "click, clack, click, click, clock, bump, (space bar), click, clack, click, clack, click, clock". Wraap, wraap, (pull paper out).


    By Phone: tooooo..., tee, too, tee, too, too, tee, too, tee, tee, too, too, tee... beep... beep... "Hello World"
    Combat poverty: kill a poor!!

  38. #38
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    russian:

    previt mere
    NXSupport - Your one-stop source for computer help

  39. #39
    Guest
    HELLO WORLD

    Hello World

  40. #40
    Lively Member
    Join Date
    Sep 2000
    Location
    San Jose, CA
    Posts
    73

    Talking "Hello World."

    Private Sub Command1_Click()
    Print Chr$(34);
    Print Chr$(72);
    Print Chr$(101);
    Print Chr$(108);
    Print Chr$(108);
    Print Chr$(111);
    Print Chr$(160);
    Print Chr$(87);
    Print Chr$(111);
    Print Chr$(114);
    Print Chr$(108);
    Print Chr$(100);
    Print Chr$(46);
    Print Chr$(34)
    End Sub
    ======================================
    Coding C on Fedora Core 6 [gcc compiler]
    Coding VB on Windows XP [Visual Studio 6 compiler]

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width