Forum Dhammacitta

Pengumuman => Perkenalan => Topic started by: allhill on 23 February 2011, 06:48:27 AM

Title: hello world :)
Post by: allhill on 23 February 2011, 06:48:27 AM
Namo Buddhaya,

Nama : Albert Vidya
Umur  : 25 tahun
Status : Single
Alamat : Tanjung Duren Barat
Pekerjaan : Software Developer

Semoga semua makhluk bisa hidup bahagia.
Title: Re: hello world :)
Post by: Sumedho on 23 February 2011, 07:01:26 AM
sering2 diskusi yah :)
Title: Re: hello world :)
Post by: Mas Tidar on 23 February 2011, 07:37:58 AM
kenapa bisa hello word yah....
ini terjadi disemua programming languages lho...
Title: Re: hello world :)
Post by: Sunkmanitu Tanka Ob'waci on 23 February 2011, 08:12:31 AM
>+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.[-]
>++++++++[<++++>-] <.>+++++++++++[<++++++++>-]<-.--------.+++
.------.--------.[-]>++++++++[<++++>- ]<+.[-]++++++++++.
Title: Re: hello world :)
Post by: Sunkmanitu Tanka Ob'waci on 23 February 2011, 08:13:54 AM
Program HelloWorld;

Begin
  Writeln ('Hello World!');
End.
Title: Re: hello world :)
Post by: Lex Chan on 23 February 2011, 09:01:23 AM
package com.android.helloandroid;

import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;

public class HelloAndroid extends Activity {
   /** Called when the activity is first created. */
    [at] Override
   public void onCreate(Bundle savedInstanceState) {
       super.onCreate(savedInstanceState);
       TextView tv = new TextView(this);
       tv.setText("Hello, Android");
       setContentView(tv);
   }
}
Title: Re: hello world :)
Post by: Mas Tidar on 23 February 2011, 09:05:00 AM
Quote from: Lex Chan on 23 February 2011, 09:01:23 AM
package com.android.helloandroid;

import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;

public class HelloAndroid extends Activity {
   /** Called when the activity is first created. */
    [at] Override
   public void onCreate(Bundle savedInstanceState) {
       super.onCreate(savedInstanceState);
       TextView tv = new TextView(this);
       tv.setText("Hello, Android");
       setContentView(tv);
   }
}



nulis hello word aja syusyah amit . . .
Title: Re: hello world :)
Post by: junxiong on 23 February 2011, 09:06:58 AM
"hello world" sudah merupakan legenda di dunia pemograman,
seperti halnya legenda Chang'e yang terbang ke bulan atau legenda Sangkuriang yang menendang perahu  ;D

kalo gak salah dikarenakan "hello world" pertama kali ada di guide book C. Karena C sendiri adalah legenda, maka "hello world" pun jadi legenda

(bener gak yah?)
Title: Re: hello world :)
Post by: Indra on 23 February 2011, 09:11:49 AM


section .text
    global _start

_syscall:
int 0x80
ret

_start:

push dword len
push dword msg
push dword 1
mov eax,0x4
call _syscall

add esp,12

push dword 0
mov eax,0x1
call _syscall

section .data

msg db "Hello, world!",0xa
len equ $ - msg
}

Title: Re: hello world :)
Post by: Sunkmanitu Tanka Ob'waci on 23 February 2011, 09:16:38 AM
Quote from: Mas Tidar on 23 February 2011, 09:05:00 AM

nulis hello word aja syusyah amit . . .

itu gak nulis hello world. itu nulis Hello, Android

itu udah paling minimal. kalo gini caranya, resume anda saya tolak.
Title: Re: hello world :)
Post by: M14ka on 23 February 2011, 09:18:45 AM
Quote from: allhill on 23 February 2011, 06:48:27 AM
Namo Buddhaya,

Nama : Albert Vidya
Umur  : 25 tahun
Status : Single
Alamat : Tanjung Duren Barat
Pekerjaan : Software Developer

Semoga semua makhluk bisa hidup bahagia.
wah aku jg di tanjung duren...salam kenal yah....:)
Title: Re: hello world :)
Post by: M14ka on 23 February 2011, 09:22:44 AM
kok kayanya byk banget pakar IT yah?  ::) hehe....
Title: Re: hello world :)
Post by: Lex Chan on 23 February 2011, 09:24:09 AM
Quote from: Sunkmanitu Tanka Ob'waci on 23 February 2011, 09:16:38 AM
itu gak nulis hello world. itu nulis Hello, Android

itu udah paling minimal. kalo gini caranya, resume anda saya tolak.

bisa diminimalkan lagi sih, tapi tambah rumit karena perlu ngedit strings.xml dan main.xml.. 8)
Title: Re: hello world :)
Post by: Sunkmanitu Tanka Ob'waci on 23 February 2011, 10:00:18 AM
gak perlu. soalnya kita cuma main di activity aja. gak usah edit2 viewnya. males.
Title: Re: hello world :)
Post by: FZ on 23 February 2011, 02:53:27 PM
Quote from: M14ka on 23 February 2011, 09:18:45 AM
wah aku jg di tanjung duren...salam kenal yah....:)
aku juga di tj duren :))

tapi tj duren luas lhooooo.. :))

biar gampang pake Print "Hello World" :))
Title: Re: hello world :)
Post by: bawel on 23 February 2011, 08:14:16 PM
halo om vidya ;D.
selamat datang ;D.
Title: Re: hello world :)
Post by: Adhitthana on 24 February 2011, 12:21:46 AM
Salam kenal n Welcome  _/\_

Quote from: comel on 23 February 2011, 08:14:16 PM
halo om vidya ;D.
selamat datang ;D.

ngambil nama belakang ....
mestinya haloo om Albert ...gimana kabar tante vidya  :hammer:
Title: Re: hello world :)
Post by: Anestan on 24 February 2011, 09:32:29 AM
Quote from: LifehackerWhat is "Hello world!" all about?
Writing a simple program that says "Hello world!" is generally the first thing every programmer does when they're learning how to code.It's necessary, but it's sort of a tradition and an initiaion into the club.

Halo, salam kenal.  _/\_