Hello world!

Message boards : Cafe SETI : Hello world!
Message board moderation

To post messages, you must log in.

1 · 2 · Next

AuthorMessage
dblEagle
Avatar

Send message
Joined: 3 Apr 99
Posts: 136
Credit: 45,641
RAC: 0
United States
Message 109372 - Posted: 9 May 2005, 18:52:47 UTC

Have a good life everyone. ;)


ID: 109372 · Report as offensive
dblEagle
Avatar

Send message
Joined: 3 Apr 99
Posts: 136
Credit: 45,641
RAC: 0
United States
Message 109373 - Posted: 9 May 2005, 18:57:50 UTC

LOL!!! No one is in the mood.
ID: 109373 · Report as offensive
Profile Bukken

Send message
Joined: 3 Apr 99
Posts: 50
Credit: 3,007,776
RAC: 0
Denmark
Message 109402 - Posted: 9 May 2005, 19:44:47 UTC

May Your life be a long and wonderful journey..

Bukken

Keep Crunching
ID: 109402 · Report as offensive
Profile kinhull
Volunteer tester
Avatar

Send message
Joined: 3 Oct 03
Posts: 1029
Credit: 636,475
RAC: 0
United Kingdom
Message 109441 - Posted: 9 May 2005, 22:15:46 UTC
Last modified: 9 May 2005, 22:18:28 UTC

Hello to everyone, particularly those who have recently joined from SetiClassic.

We're not mad, just BOINCERS!

Sorry about that poor attempt at humour, just high on life I guess.
Join TeamACC

Sometimes I think we are alone in the universe, and sometimes I think we are not. In either case the idea is quite staggering.
ID: 109441 · Report as offensive
Profile Captain Avatar
Volunteer tester
Avatar

Send message
Joined: 17 May 99
Posts: 15133
Credit: 529,088
RAC: 0
United States
Message 109442 - Posted: 9 May 2005, 22:20:48 UTC - in response to Message 109441.  

<blockquote>Hello to everyone, particularly those who have recently joined from SetiClassic.

We're not mad, just BOINCERS!

Sorry about that poor attempt at humour, just high on life I guess.</blockquote>

The Man From A.R.S.E. Speak old toothless wonder!

Ha ha My Humor~!

:-)
ID: 109442 · Report as offensive
dblEagle
Avatar

Send message
Joined: 3 Apr 99
Posts: 136
Credit: 45,641
RAC: 0
United States
Message 109457 - Posted: 9 May 2005, 23:54:34 UTC
Last modified: 9 May 2005, 23:56:42 UTC

I thought Misfit was a social person.

Captain Avatar showed up in a manner of speaking.

<blockquote>kinhull "Sorry about that poor attempt at humour, just high on life I guess."</blockquote>
LOL! I like humour, good, bad or indifferent. :)

Bukken has it down!!!
ID: 109457 · Report as offensive
N/A
Volunteer tester

Send message
Joined: 18 May 01
Posts: 3718
Credit: 93,649
RAC: 0
Message 109632 - Posted: 10 May 2005, 7:36:10 UTC
Last modified: 10 May 2005, 7:37:18 UTC

#include <stdio.h>

int main(){
     printf("hello, world&#x5c;n");
     return 0;
} // end main

ID: 109632 · Report as offensive
Profile Celtic Wolf
Volunteer tester
Avatar

Send message
Joined: 3 Apr 99
Posts: 3278
Credit: 595,676
RAC: 0
United States
Message 109706 - Posted: 10 May 2005, 14:43:07 UTC - in response to Message 109632.  
Last modified: 10 May 2005, 14:44:01 UTC

<blockquote>
#include 

int main(){
     printf("hello, worldn");
     return 0;
} // end main
</blockquote>

#!/usr/bin/perl -w
print "Hello World";

ID: 109706 · Report as offensive
Profile Tigher
Volunteer tester

Send message
Joined: 18 Mar 04
Posts: 1547
Credit: 760,577
RAC: 0
United Kingdom
Message 109713 - Posted: 10 May 2005, 15:02:19 UTC
Last modified: 10 May 2005, 15:03:24 UTC

*?php
print 'Hello World';
return;
?>

ID: 109713 · Report as offensive
Profile Fuzzy Hollynoodles
Volunteer tester
Avatar

Send message
Joined: 3 Apr 99
Posts: 9659
Credit: 251,998
RAC: 0
Message 109730 - Posted: 10 May 2005, 15:46:21 UTC

//---------------------------------------------------------------------------
#include <iostream.h>
#include <conio.h>

//---------------------------------------------------------------------------
//USERES("opgave1_1.res");
//---------------------------------------------------------------------------
void main()
{
cout <<"Hello World," << endl;
cout <<"I have now written a program in C++." << endl;
getch();
}


"I'm trying to maintain a shred of dignity in this world." - Me

ID: 109730 · Report as offensive
Profile Tigher
Volunteer tester

Send message
Joined: 18 Mar 04
Posts: 1547
Credit: 760,577
RAC: 0
United Kingdom
Message 109742 - Posted: 10 May 2005, 16:14:00 UTC
Last modified: 10 May 2005, 16:15:51 UTC

;History refresher. for a ZX81 I think or ZX80...?. Cant rem the ORG address
;though...oh well close enough. Never ending hello!
;Z80

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

ID: 109742 · Report as offensive
Profile Murasaki
Avatar

Send message
Joined: 22 Jul 03
Posts: 702
Credit: 62,902
RAC: 0
United States
Message 109787 - Posted: 10 May 2005, 17:43:36 UTC
Last modified: 10 May 2005, 17:49:17 UTC

Oh boy, I still get the easy one:

10 CLS
20 PRINT "Hello World!"
30 DO
40 a$=INKEY$
50 LOOP UNTIL (a$<>"")
60 END
ID: 109787 · Report as offensive
N/A
Volunteer tester

Send message
Joined: 18 May 01
Posts: 3718
Credit: 93,649
RAC: 0
Message 109822 - Posted: 10 May 2005, 18:29:30 UTC - in response to Message 109787.  

<blockquote>Oh boy, I still get the easy one:</blockquote>
?"Hello world

Can't get easier than [i]that[/i], and yes, the end quote can be omitted.

ID: 109822 · Report as offensive
Profile Murasaki
Avatar

Send message
Joined: 22 Jul 03
Posts: 702
Credit: 62,902
RAC: 0
United States
Message 109841 - Posted: 10 May 2005, 18:55:54 UTC - in response to Message 109822.  
Last modified: 10 May 2005, 19:15:02 UTC

> > Oh boy, I still get the easy one:
>
?"Hello world

Can't get easier than [i]that[/i], and yes, the end quote can be omitted.


I was shooting portability, which is always tricky in BASIC, so I included line numbers, the end statement, and the proper syntax. Though the DO-LOOP actually didn't exist, as I recall, in my first version, which was TRS-80 BASIC, so I guess I did use a "modern" GW-BASIC convenience after all. :)

[EDIT]
Yep, I screwed up. DO-LOOP didn't exist in TRS-80 Level II BASIC. Damn. Got an F on my project. :(

TRS-80 BASIC [/EDIT]
ID: 109841 · Report as offensive
Profile Celtic Wolf
Volunteer tester
Avatar

Send message
Joined: 3 Apr 99
Posts: 3278
Credit: 595,676
RAC: 0
United States
Message 109845 - Posted: 10 May 2005, 18:58:53 UTC - in response to Message 109822.  

<blockquote><blockquote>Oh boy, I still get the easy one:</blockquote>
?"Hello world

Can't get easier than [i]that[/i], and yes, the end quote can be omitted.
</blockquote>

echo hello world

.o0(who needs quotes)
ID: 109845 · Report as offensive
Profile Murasaki
Avatar

Send message
Joined: 22 Jul 03
Posts: 702
Credit: 62,902
RAC: 0
United States
Message 109850 - Posted: 10 May 2005, 19:04:02 UTC - in response to Message 109845.  

> echo hello world

> .o0(who needs quotes)

How 'bout making it continuous?:

prompt Hello World $p$g
ID: 109850 · Report as offensive
Profile Celtic Wolf
Volunteer tester
Avatar

Send message
Joined: 3 Apr 99
Posts: 3278
Credit: 595,676
RAC: 0
United States
Message 109852 - Posted: 10 May 2005, 19:08:07 UTC

Ok so I couldn't resist this little dittie:

implicit none
write(*,10)
10 format('Hello, world.')
END

ID: 109852 · Report as offensive
Profile Murasaki
Avatar

Send message
Joined: 22 Jul 03
Posts: 702
Credit: 62,902
RAC: 0
United States
Message 109855 - Posted: 10 May 2005, 19:17:26 UTC - in response to Message 109852.  

<blockquote>Ok so I couldn't resist this little dittie:

implicit none
write(*,10)
10 format('Hello, world.')
END

</blockquote>
That looks so familiar, but I can't place it.
ID: 109855 · Report as offensive
Profile Celtic Wolf
Volunteer tester
Avatar

Send message
Joined: 3 Apr 99
Posts: 3278
Credit: 595,676
RAC: 0
United States
Message 109868 - Posted: 10 May 2005, 19:57:25 UTC - in response to Message 109855.  

<blockquote><blockquote>Ok so I couldn't resist this little dittie:

implicit none
write(*,10)
10 format('Hello, world.')
END

</blockquote>
That looks so familiar, but I can't place it.</blockquote>

FORmula TRANslation...

ID: 109868 · Report as offensive
dblEagle
Avatar

Send message
Joined: 3 Apr 99
Posts: 136
Credit: 45,641
RAC: 0
United States
Message 109893 - Posted: 10 May 2005, 22:26:55 UTC

What a nice beginners programming lesson. :)
ID: 109893 · Report as offensive
1 · 2 · Next

Message boards : Cafe SETI : Hello world!


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.