PDA

Click to See Complete Forum and Search --> : Hello World!


SteveCRM
Mar 4th, 2001, 12:52 PM
[Steve]
*grunt...mumble...grunt*

[PHP]
echo "Hello World";

parksie
Mar 4th, 2001, 12:54 PM
Nukem
im so great bow down world or ill hack into u and stel ur files!!!!

SteveCRM
Mar 4th, 2001, 01:04 PM
Parksie
Hi I make bad impressions of people...hehehe jk ;)

parksie
Mar 4th, 2001, 01:07 PM
C preprocessor

#pragma message("Hello World!")

Mar 4th, 2001, 01:32 PM
Simon's mind


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

Mar 4th, 2001, 02:31 PM
LOGO (the turtle program).

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()

parksie
Mar 4th, 2001, 02:32 PM
You have way too much time on your hands, Megatron ;)

parksie
Mar 4th, 2001, 02:37 PM
PCL<ESC>&l1L<ESC>&l0E
<ESC>*p100x207Y<ESC>(10U<ESC>(s1p9v0s3b16602THello World!

Brainf**k>+++++++++[<++++++++>-]<.>++++++[<+++++>-]<-.+++++++..++
+.
>>+++++++[<++++++>-]<++.------------.<++++++++.--------.
+++.------.--------.>+.>++++++++++.

Z80 ASM
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\font\HW=cmr10 scaled 3000
\leftline{\HW Hello World}
\bye

Mar 4th, 2001, 02:37 PM
:rolleyes:

Mar 4th, 2001, 02:45 PM
Hex


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

parksie
Mar 4th, 2001, 02:51 PM
SHA-1Ck1VqNd45QIvq3AZd8XYQLvEhtA=

Base64SGVsbG8gV29ybGQ=

Mar 4th, 2001, 02:56 PM
ASCII

72 101 108 108 111 32 87 111 114 108 100


OCTAL

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

dimava
Mar 4th, 2001, 03:37 PM
BINARY:

01001000 01000101 01001100 01001100 01001111 01010111 01001111 01010010 01001100 01000100


CHR:

chr(72) & chr(69) & chr(76) & chr(76) & chr(79) & chr(32) & chr(87) & chr(79) & chr(82) & chr(76) & chr(68)

HarryW
Mar 4th, 2001, 03:44 PM
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 :(

HarryW
Mar 4th, 2001, 03:47 PM
Where did you get the Brainf*** code from Parksie?

skimboarder
Mar 4th, 2001, 03:49 PM
Hypercard (probably never heard of it)

on mouseup
answer "Hello World!"
end mouseup

or...

on mouseup
ask "Hello World"
end mouseup

parksie
Mar 4th, 2001, 03:51 PM
http://www.latech.edu/~acm/HelloWorld.shtml

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

skimboarder
Mar 4th, 2001, 03:54 PM
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.

kedaman
Mar 4th, 2001, 03:58 PM
Befunge!

<v,_v#:"Hello World"0
_>:^>$@

Wynd
Mar 4th, 2001, 06:14 PM
ASP:


<%
Response.Write("Hello World!")
%>

Active
Mar 4th, 2001, 07:09 PM
XML :


<?xml version="1.0" ?>
<greeting>
<salutation>Hello</salutation>
<target>World !</target>
</greeting>

Active
Mar 4th, 2001, 07:22 PM
Language of Colors:

HELLO WORLD !

HELLO WORLD !

alex_read
Mar 5th, 2001, 03:35 AM
Msgbox "hello world"

VBScript !

HarryW
Mar 5th, 2001, 03:43 AM
Dear oh dear.... okay how about this:


say hello to the world

Pseudocode.

Mar 5th, 2001, 04:14 AM
Intercal

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!

Mar 5th, 2001, 04:18 AM
Algorithm


Step1: Start
Step2: Display Hello World
Step3: Stop


ooops.. just remembered that I had
to write my Chemistry test tommorow..

HarryW
Mar 5th, 2001, 05:06 AM
Ahh, I found one manual at least:


# Python "hello world" app

a = {'h':'hello', 'w':'world'}

print '%s %s' % (a['h'], a['w']) # print "hello world"

Mar 5th, 2001, 05:29 AM
.... :B .... :B .... :B

See Attatchment

Mar 5th, 2001, 05:54 AM
See you can't stay away snoopy!
Miss us did you ;)

zmerlinz
Mar 5th, 2001, 07:44 AM
xml



<?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>

zmerlinz
Mar 5th, 2001, 07:48 AM
xml



<?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>

Active
Mar 5th, 2001, 09:26 AM
Merlin....It's a Particular type of Xml...Called
WML - Wireless Markup Language.

So you can Safely Specify it as WML.

Mar 5th, 2001, 09:31 AM
BML (Behemoth markup language)
<roooaarghh!>sod off world..!</roooaarghh!>

Active
Mar 5th, 2001, 10:25 AM
Now the XML- XSL Combo....

In The file Hello.xml

<?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

<?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>

sebs
Mar 5th, 2001, 11:15 AM
onClipEvent(data)
{
var msg;
msg="Hello World";
_root.txtMessage=msg;
}

Flash ActionScript

zmerlinz
Mar 5th, 2001, 01:28 PM
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

Juan Carlos Rey
Mar 6th, 2001, 05:57 AM
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"

dimava
Mar 8th, 2001, 04:24 PM
russian:


previt mere

Mar 8th, 2001, 04:27 PM
HELLO WORLD

Hello World (http://www.vbsnippets.co.uk?muwahahahaha)

aatwell
Mar 9th, 2001, 07:53 PM
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

Lord Orwell
Mar 9th, 2001, 11:29 PM
Clipper (and dbase)
Say "Hello World"

Batch File or Dos Prompt:
Echo "Hello World"

Source (dos):
15B2:0100 BA0901 MOV DX,0109
15B2:0103 B409 MOV AH,09
15B2:0105 CD21 INT 21
15B2:0107 CD20 INT 20
15b2:0109 db 'Hello World$'

C++ for dos:
printf('Hello world');

c for dos:
puts('Hello world;);

qbasic:
? "Hello World"
or
print "Hello World"

javascript:
alert('hello%20world');
document.write('hello%20world')

YoungBuck
Mar 9th, 2001, 11:41 PM
Pig Latin


elloHay orldWay


;)

pranavdesai
Mar 10th, 2001, 02:21 AM
just wondering why do we always start with a hello world program why not hi mom/hello friends or something like that

Lord Orwell
Mar 10th, 2001, 05:25 AM
Goes way back to the beginning of programming ( i think it was c)
A training manual had a small sample program that was basically "your first program". All it did was put up a message. That message was "hello world". I think it was for a teletype :)

sail3005
Mar 10th, 2001, 10:55 AM
TI-BASIC:


Disp "Hello World!"

sail3005
Mar 10th, 2001, 10:58 AM
Java Applet:


package hWorld;
import java.awt.*;
import javax.swing.*;

public class hWorld extends JApplet {
public void paint(Graphics g)
{
Font font = new Font("Serif",2,24);
g.setFont(font);
g.drawString("Hello World",30,40);
}
}

Danial
Mar 11th, 2001, 10:22 PM
Macromedia Director Lingo


on mouseUp me
alert ("Hello World")
end

Mar 12th, 2001, 03:53 AM
BUURRPP!

pgrimes
Jan 25th, 2002, 05:42 PM
another asp way:


Dim objFSO
Set objFSO = CreateObject("Scripting.FileSystemObject")

Set objTextFile = objFSO.CreateTextFile(Server.MapPath("HelloWorld.txt"))

objTextFile.WriteLine "Hellow World!"
objTextFile.Close

Response.Redirect("HelloWorld.txt")

filburt1
Jan 25th, 2002, 05:44 PM
JSP:

<% out.write("This message is so classic that it's irritating"); %>

kalicki
Jan 25th, 2002, 07:50 PM
French

Bonjour Monde

Italian

Ciao Mondo

Portugese

Hello Mundo

Spanish

Hola Mundo



Me like Babelfish.... :D :D :D

kalicki
Jan 25th, 2002, 07:58 PM
And a few more, since they wouldn't show up not in a textbox...

http://www.vbforums.com/attachment.php?s=&postid=768994

xuralarux
Jan 25th, 2002, 08:05 PM
7 4 13 13 16 26 16 21 13 3

kedaman
Jan 25th, 2002, 08:45 PM
Bork:

include {iostream}
main{cout*"Hello World!"}

crptcblade
Jan 25th, 2002, 08:51 PM
Espanol:

Hola Mundo!

:)

Gonds
Jan 25th, 2002, 08:52 PM
holtimolti:Yak vorne!

crptcblade
Jan 25th, 2002, 08:54 PM
Ahem, I believe its:

Yak varne!


;)

mikeycorn
Jan 25th, 2002, 09:19 PM
Hey Sail3005,

TI-BASIC:

code:----------------------
Disp "Hello World!"
----------------------



If you're talking about TI-BASIC for the 99/4, you need a line number there . . .


(The TI-99/4A was by far the coolest home computer of the day! Those Extended Basic Sprites were like instant arcade game! God I wish I still had that computer!)

mikeycorn
Jan 25th, 2002, 11:42 PM
spammimic:

Dear Decision maker , We know you are interested in
receiving amazing intelligence . This is a one time
mailing there is no need to request removal if you
won't want any more . This mail is being sent in compliance
with Senate bill 1625 ; Title 4 ; Section 302 . THIS
IS NOT MULTI-LEVEL MARKETING ! Why work for somebody
else when you can become rich as few as 33 days . Have
you ever noticed people love convenience and more people
than ever are surfing the web ! Well, now is your chance
to capitalize on this ! WE will help YOU decrease perceived
waiting time by 190% and increase customer response
by 150% . You can begin at absolutely no cost to you
. But don't believe us . Ms Ames of Florida tried us
and says "My only problem now is where to park all
my cars" ! We are licensed to operate in all states
! We implore you - act now ! Sign up a friend and you
get half off . God Bless !

parksie
Jan 26th, 2002, 07:50 AM
Ali G: Aiiiiiiiiiiiiiiiiiii!!!

mikeycorn
Jan 26th, 2002, 10:33 AM
American Sign Language

http://www.vbforums.com/attachment.php?s=&postid=769416


American Sign Language (animated example, requires QuickTime plug-in)


Hello

http://www.masterstech-home.com/The_Library/ASL_Dictionary_Project/ASL_Tables/Communicator/H/Hello.html

World

http://www.masterstech-home.com/The_Library/ASL_Dictionary_Project/ASL_Tables/Communicator/W/World.html

abdul
Jan 26th, 2002, 11:29 AM
StupidS:

bark("Hello World!")

mikeycorn
Jan 26th, 2002, 12:08 PM
Hello world in the thoughts of a newborn baby:

http://www.vbforums.com/attachment.php?s=&postid=769512

nabeels786
Jan 26th, 2002, 12:16 PM
Daler: Alooo world!

chrisjk
Jan 26th, 2002, 12:20 PM
Originally posted by parksie
Ali G: Aiiiiiiiiiiiiiiiiiii!!! parksie = teh 41i 6!!

parksie
Jan 27th, 2002, 06:27 AM
Originally posted by chrisjk
parksie = teh 41i 6!! chrisjk = teh w33z3r! :D

TiPeRa
Jan 27th, 2002, 06:41 AM
Congratulations on all your hard work but you should have really looked here (http://www.latech.edu/~acm/HelloWorld.shtml) first, or here (http://www.roesler-ac.de/wolfram/hello.htm) or even here (http://internet.ls-la.net/mirrors/99bottles/) (which is sort of similiar).

parksie
Jan 27th, 2002, 06:45 AM
Half of us probably nicked ours from there ;)

TiPeRa
Jan 27th, 2002, 06:54 AM
parksie - you are sounding very guilty :-)

arsmakman
Jan 27th, 2002, 07:07 AM
Does anyone of you think you'll get a good sell and high profits of your space and memory eating 'hello world'-progs?

btw:

Keyboard
1. Open wordpad
2. Type: 'Hello world!'

Dutch
Hallo wereld!

Swedish chef
Hullu wund!

Foonetic
Heloo wurlt!

Starwars fan
Greetings, planet called Earth.

With your nose
Y33ool90 32wor45ldes!@

Up side down
ipljom olleH

With my eyes closed
Hekki weotld@

With my fist bashing the keyboard
nyhdel8aqdwe/,.m e5s4tgm;,lfdx~!

Get-ready-to-rumble-style
Helloooooooooooooooo woooooooooooooorrrrllllddddd!!!!!

Password
***********

In VB
Compile Error: Sub or Function not defined.

I think that's enough!