Author Topic: "Hello World" Series  (Read 22417 times)

KillerWhale

  • Spam Killer
  • *
  • Posts: 469
  • Turrets: +63/-26
"Hello World" Series
« on: October 28, 2009, 05:19:59 pm »
Code: [Select]
#include <stdio.h>

int main()
{
  printf( "Hello world, you should start posting 'hello world's in every language and in any method you can!\n" );
  getchar();
  return 0;
}

n.o.s.brain

  • Posts: 339
  • Turrets: +1337/-24
    • youtube page
Re: "Hello World" Series
« Reply #1 on: October 28, 2009, 05:40:48 pm »
Code: [Select]
HAI
CAN HAS STDIO?
VISIBLE "HAI WORLD!"
KTHXBYE

A Spork

  • Spam Killer
  • *
  • Posts: 1010
  • Turrets: +37/-230
    • Spork - Unvanquished.net
Re: "Hello World" Series
« Reply #2 on: October 28, 2009, 07:08:50 pm »
public class HelloWorld

        public static void main(String args[])
        {
           System.out.println("Hello World");
        }
}
Don't shoot friend :basilisk:! Friend :basilisk: only wants to give you hugz and to be your hat

Proud Member of the S.O.B.F.O.B.S.A.D: The Society Of Basilisks For Other Basilisks Safety and Dominance
:basilisk:    :basilisk:    :basilisk:

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
Re: "Hello World" Series
« Reply #3 on: October 28, 2009, 07:24:43 pm »
Code: [Select]
(21646c726f77202c6f6c6c6548
===========================

                           O F
                           c
                           =
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

Demolution

  • Posts: 1198
  • Turrets: +157/-64
Re: "Hello World" Series
« Reply #4 on: October 28, 2009, 07:52:03 pm »
0100100001100101011011000110110001101111001000000 101011101101111011100100110110001100100

Clan [AC] - For all your air conditioning needs please visit: http://s1.zetaboards.com/AC_NoS/index/
my brain > your brain.
and i am VERY stupid.

A Spork

  • Spam Killer
  • *
  • Posts: 1010
  • Turrets: +37/-230
    • Spork - Unvanquished.net
Re: "Hello World" Series
« Reply #5 on: October 28, 2009, 09:59:44 pm »
^Nice demo, way to use a binary translator(Which, btw, isn't very good binary)
Don't shoot friend :basilisk:! Friend :basilisk: only wants to give you hugz and to be your hat

Proud Member of the S.O.B.F.O.B.S.A.D: The Society Of Basilisks For Other Basilisks Safety and Dominance
:basilisk:    :basilisk:    :basilisk:

Taiyo.uk

  • Posts: 2309
  • Turrets: +222/-191
    • Haos Redro
Re: "Hello World" Series
« Reply #6 on: October 28, 2009, 10:05:36 pm »
Code: [Select]
        .file   "hw.c"       
        .section        .rodata
.LC0:
        .string "Hello World!"
        .text
.globl main
        .type   main, @function
main:
.LFB2:
        pushq   %rbp
.LCFI0:
        movq    %rsp, %rbp
.LCFI1:
        movl    $.LC0, %edi
        call    puts
        movl    $0, %eax
        leave
        ret
.LFE2:
        .size   main, .-main
        .section        .eh_frame,"a",@progbits
.Lframe1:
        .long   .LECIE1-.LSCIE1
.LSCIE1:
        .long   0x0
        .byte   0x1
        .string "zR"
        .uleb128 0x1
        .sleb128 -8
        .byte   0x10
        .uleb128 0x1
        .byte   0x3
        .byte   0xc
        .uleb128 0x7
        .uleb128 0x8
        .byte   0x90
        .uleb128 0x1
        .align 8
.LECIE1:
.LSFDE1:
        .long   .LEFDE1-.LASFDE1
.LASFDE1:
        .long   .LASFDE1-.Lframe1
        .long   .LFB2
        .long   .LFE2-.LFB2
        .uleb128 0x0
        .byte   0x4
        .long   .LCFI0-.LFB2
        .byte   0xe
        .uleb128 0x10
        .byte   0x86
        .uleb128 0x2
        .byte   0x4
        .long   .LCFI1-.LCFI0
        .byte   0xd
        .uleb128 0x6
        .align 8
.LEFDE1:
        .ident  "CC: (HR) 6.4.2 20081105 (Haos Redro 6.4.2-7)"
        .section        .note.HR-stack,"",@progbits

Superpie

  • Spam Killer
  • *
  • Posts: 339
  • Turrets: +105/-48
    • superpie.org
Re: "Hello World" Series
« Reply #7 on: October 28, 2009, 10:30:12 pm »
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
Where is the good in goodbye? -Meredith Willson

Hendrich

  • Posts: 898
  • Turrets: +168/-149
    • TremCommands
Re: "Hello World" Series
« Reply #8 on: October 28, 2009, 11:03:45 pm »
Code: [Select]
put "Hello World!"

Baconizer

  • Posts: 221
  • Turrets: +80/-52
    • Barking Frogs
Re: "Hello World" Series
« Reply #9 on: October 29, 2009, 12:28:17 am »
Code: [Select]
-module(hw).
-export([helloworld/0]).

hello_world() ->
    io:format("Hello, World!~n").
Why will you folk not ban me? :'(

Knowitall66

  • Posts: 492
  • Turrets: +70/-52
Re: "Hello World" Series
« Reply #10 on: October 29, 2009, 12:44:36 am »
default
{
    state_entry()
    {
        llSay(0, "Hello World");
    }
}


.... . .-.. .-.. --- /  .-- --- .-. .-.. -..


Uryyb Jbeyq


Hola Mundo


(LSL)
(Morse Code)
(Rot13)
(Spanish)
« Last Edit: October 29, 2009, 03:28:11 am by Knowitall66 »

mooseberry

  • Community Moderators
  • *
  • Posts: 4005
  • Turrets: +666/-325
Re: "Hello World" Series
« Reply #11 on: October 29, 2009, 01:50:36 am »
Code: [Select]
Import hello
Bucket: [You hear the distant howl of a coyote losing at Counterstrike.]

मैं हिन्दी का समर्थन

~Mooseberry.

Demolution

  • Posts: 1198
  • Turrets: +157/-64
Re: "Hello World" Series
« Reply #12 on: October 29, 2009, 05:13:47 am »
העלא וועלט

LZYRBMWPXW <-- Bonus points if you can tell me what I used.


P.S. What's wrong with my binary? :s

Clan [AC] - For all your air conditioning needs please visit: http://s1.zetaboards.com/AC_NoS/index/
my brain > your brain.
and i am VERY stupid.

your face

  • Community Moderators
  • *
  • Posts: 3843
  • Turrets: +116/-420
Re: "Hello World" Series
« Reply #13 on: October 29, 2009, 05:43:43 am »
Personally, I really liked your binary. <3
spam spam spam, waste waste waste!

Rocinante

  • Posts: 642
  • Turrets: +252/-668
    • My Homepage
Re: "Hello World" Series
« Reply #14 on: October 29, 2009, 05:59:46 pm »
Code: [Select]
#!/bin/bash
echo "Hello, world"
exit 0

Code: [Select]
#!/bin/tcsh
echo "Use a real shell."
exit 255
}MG{Mercenaries Guild
"On my ship, the Rocinante, wheeling through the galaxies, headed for the heart of Cygnus, headlong into mystery." -- Rush, "Cygnus X-1"

CreatureofHell

  • Posts: 2422
  • Turrets: +430/-126
    • Tremtopia
Re: "Hello World" Series
« Reply #15 on: October 29, 2009, 06:08:23 pm »
Hello World
{NoS}StalKer
Quote
<Timbo> posting on the trem forums rarely results in anything good

Demolution

  • Posts: 1198
  • Turrets: +157/-64
Re: "Hello World" Series
« Reply #16 on: October 29, 2009, 08:13:39 pm »
Hello World

One hell of a coding language. :>

Clan [AC] - For all your air conditioning needs please visit: http://s1.zetaboards.com/AC_NoS/index/
my brain > your brain.
and i am VERY stupid.

gimhael

  • Posts: 546
  • Turrets: +70/-16
Re: "Hello World" Series
« Reply #17 on: October 29, 2009, 09:57:49 pm »
It is written in /bin/cat.

CreatureofHell

  • Posts: 2422
  • Turrets: +430/-126
    • Tremtopia
Re: "Hello World" Series
« Reply #18 on: October 29, 2009, 10:32:52 pm »
Hello World

One hell of a coding language. :>

Well the op did say that we should post it in any language we can so I posted it in English.  ;D
{NoS}StalKer
Quote
<Timbo> posting on the trem forums rarely results in anything good

Demolution

  • Posts: 1198
  • Turrets: +157/-64
Re: "Hello World" Series
« Reply #19 on: October 29, 2009, 11:19:08 pm »


Code: [Select]
0080 1ce0 f8d4 f8ec 8746 f8ea f8fe 0080 32ea f89e f914 32e1 f897 f8fb 5ec0 f8b1 f901 b3b4 f8a9 f8e5 ec20

Code: [Select]
<sign lane="0">
<sym x="85" y="109">01-05-001-01-03-01</sym>
<sym x="107" y="127">02-05-006-01-01-07</sym>
</sign>
<sign lane="0">
<sym x="31" y="149">01-06-002-01-01-11</sym>
<sym x="24" y="124">01-06-002-01-01-02</sym>
<sym x="50" y="130">02-01-001-01-01-01</sym>
<sym x="42" y="102">02-10-003-01-04-05</sym>
</sign>
<punc>06-01-001-02-01-01</punc>

Code: [Select]
7392,85,109,34630,107,127
13034,31,149,13025,24,124,24256,50,130,46004,42,102
60448

Code: [Select]
f1 80 82 80 f1 81 b3 a0 f1 8f a3 94 f1 8f a3 ac f1 88 9d 86 f1 8f a3 aa f1 8f a3 be f1 80 82 80 f1 83 8b aa f1 8f a2 9e f1 8f a4 94 f1 83 8b a1 f1 8f a2 97 f1 8f a3 bb f1 85 bb 80 f1 8f a2 b1 f1 8f a4 81 f1 8b 8e b4 f1 8f a2 a9 f1 8f a3 a5 f1 8e b0 a0

http://www.signpuddle.net/mediawiki/index.php/Hello_world

Clan [AC] - For all your air conditioning needs please visit: http://s1.zetaboards.com/AC_NoS/index/
my brain > your brain.
and i am VERY stupid.

A Spork

  • Spam Killer
  • *
  • Posts: 1010
  • Turrets: +37/-230
    • Spork - Unvanquished.net
Re: "Hello World" Series
« Reply #20 on: October 29, 2009, 11:39:10 pm »
Code: [Select]
import java.awt.*;
import java.applet.*;

public class HelloWorldv2 extends Applet {

public void paint(Graphics g)
{
g.drawString("                       d     ",20,20);
g.drawString("       e              l      ",20,40);
g.drawString("      l              r       ",20,60);
g.drawString("       l              o      ",20,80);
g.drawString("      e              W       ",20,100);
g.drawString("     H                       ",20,120);
g.drawString(" xxxxxxxxxxxxxxxxxxxxxxxx    ",20,140);
g.drawString(" x                  x    x   ",20,160);
g.drawString(" x      Java        x    x   ",20,180);
g.drawString(" x     is HOT!      xxxx     ",20,200);
g.drawString(" x                  x        ",20,220);
g.drawString(" x                  x        ",20,240);
g.drawString(" xxxxxxxxxxxxxxxxxxxx        ",20,260);

}


}
Don't shoot friend :basilisk:! Friend :basilisk: only wants to give you hugz and to be your hat

Proud Member of the S.O.B.F.O.B.S.A.D: The Society Of Basilisks For Other Basilisks Safety and Dominance
:basilisk:    :basilisk:    :basilisk:

Hendrich

  • Posts: 898
  • Turrets: +168/-149
    • TremCommands
Re: "Hello World" Series
« Reply #21 on: October 30, 2009, 02:13:28 am »
Quote
.... . .-.. .-.. --- / .-- --- .-. .-.. -..

Snake

  • Posts: 541
  • Turrets: +43/-110
    • IdeaShock
Re: "Hello World" Series
« Reply #22 on: October 30, 2009, 02:41:16 am »
print "Hello world on Python is pretty easy :<"
.

Minimum

  • Posts: 126
  • Turrets: +4/-7
Re: "Hello World" Series
« Reply #23 on: October 30, 2009, 07:41:21 am »
lul i r say talkz hello wurld

What? You never said 'Coding' Language.

Demolution

  • Posts: 1198
  • Turrets: +157/-64
Re: "Hello World" Series
« Reply #24 on: October 30, 2009, 05:14:12 pm »

Clan [AC] - For all your air conditioning needs please visit: http://s1.zetaboards.com/AC_NoS/index/
my brain > your brain.
and i am VERY stupid.

mooseberry

  • Community Moderators
  • *
  • Posts: 4005
  • Turrets: +666/-325
Re: "Hello World" Series
« Reply #25 on: October 31, 2009, 12:24:23 am »
print "Hello world on Python is pretty easy :<"

I allready did python.  ;)
Bucket: [You hear the distant howl of a coyote losing at Counterstrike.]

मैं हिन्दी का समर्थन

~Mooseberry.

Winnie the Pooh

  • Posts: 442
  • Turrets: +45/-85
Re: "Hello World" Series
« Reply #26 on: October 31, 2009, 01:09:52 am »
Code: [Select]
#include <stdio.h>

int void main()
{
printf("H   W/nE   O/nL   R/nL   L/nO   D");
break;
}
Quote
I also realize that this is the internet, but even more so this is the forum for a video game on an internet, then even beyond that this is TREMULOUS forums the Satan version of all video game forums for a video game that is ON the internet.

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
Re: "Hello World" Series
« Reply #27 on: October 31, 2009, 02:25:44 am »
Code: [Select]
#include <stdio.h>

int void main()
{
printf("H   W/nE   O/nL   R/nL   L/nO   D");
break;
}
yo i herd you like failing so you put a fail in your fail so you can fail while you fail.
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

Winnie the Pooh

  • Posts: 442
  • Turrets: +45/-85
Re: "Hello World" Series
« Reply #28 on: October 31, 2009, 04:26:21 am »
yo i herd you like failing so you put-

Kevlar, I'm really happy for you and Imma let you finish and all but kanye had one of the best memes ever. EVER!
Quote
I also realize that this is the internet, but even more so this is the forum for a video game on an internet, then even beyond that this is TREMULOUS forums the Satan version of all video game forums for a video game that is ON the internet.

Amanieu

  • Posts: 647
  • Turrets: +135/-83
    • Amanieu
Re: "Hello World" Series
« Reply #29 on: October 31, 2009, 03:07:28 pm »
Code: [Select]
dec ax
gs insb
insb
outsw
and [bx+0x6f],dh
db 0x72
db 0x6C
db 0x64
Quote
< kevlarman> zakk is getting his patches from shady frenchmen on irc
< kevlarman> this can't be a good sign :P