//honeypot demagogic

 Forum DhammaCitta. Forum Diskusi Buddhis Indonesia

Author Topic: hello world :)  (Read 4423 times)

0 Members and 1 Guest are viewing this topic.

Offline allhill

  • Bukan Tamu
  • *
  • Posts: 1
  • Reputasi: 0
  • Semoga semua mahluk berbahagia
hello world :)
« 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.

Offline Sumedho

  • Kebetulan
  • Administrator
  • KalyanaMitta
  • *****
  • Posts: 12.406
  • Reputasi: 423
  • Gender: Male
  • not self
Re: hello world :)
« Reply #1 on: 23 February 2011, 07:01:26 AM »
sering2 diskusi yah :)
There is no place like 127.0.0.1

Offline Mas Tidar

  • KalyanaMitta
  • *****
  • Posts: 3.262
  • Reputasi: 82
  • Gender: Male
Re: hello world :)
« Reply #2 on: 23 February 2011, 07:37:58 AM »
kenapa bisa hello word yah....
ini terjadi disemua programming languages lho...
Saccena me samo natthi, Esa me saccaparamiti

"One who sees the Dhamma sees me. One who sees me sees the Dhamma." Buddha

Offline Sunkmanitu Tanka Ob'waci

  • Sebelumnya: Karuna, Wolverine, gachapin
  • KalyanaMitta
  • *****
  • Posts: 5.806
  • Reputasi: 239
  • Gender: Male
  • 会いたい。
Re: hello world :)
« Reply #3 on: 23 February 2011, 08:12:31 AM »
Code: [Select]
>+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.[-]
>++++++++[<++++>-] <.>+++++++++++[<++++++++>-]<-.--------.+++
.------.--------.[-]>++++++++[<++++>- ]<+.[-]++++++++++.
HANYA MENERIMA UCAPAN TERIMA KASIH DALAM BENTUK GRP
Fake friends are like shadows never around on your darkest days

Offline Sunkmanitu Tanka Ob'waci

  • Sebelumnya: Karuna, Wolverine, gachapin
  • KalyanaMitta
  • *****
  • Posts: 5.806
  • Reputasi: 239
  • Gender: Male
  • 会いたい。
Re: hello world :)
« Reply #4 on: 23 February 2011, 08:13:54 AM »
Code: [Select]
Program HelloWorld;

Begin
  Writeln ('Hello World!');
End.
HANYA MENERIMA UCAPAN TERIMA KASIH DALAM BENTUK GRP
Fake friends are like shadows never around on your darkest days

Offline Lex Chan

  • Global Moderator
  • KalyanaMitta
  • *****
  • Posts: 3.437
  • Reputasi: 134
  • Gender: Male
  • Love everybody, not every body...
Re: hello world :)
« Reply #5 on: 23 February 2011, 09:01:23 AM »
Code: [Select]
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);
   }
}
“Give the world the best you have and you may get hurt. Give the world your best anyway”
-Mother Teresa-

Offline Mas Tidar

  • KalyanaMitta
  • *****
  • Posts: 3.262
  • Reputasi: 82
  • Gender: Male
Re: hello world :)
« Reply #6 on: 23 February 2011, 09:05:00 AM »
Code: [Select]
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 . . .
Saccena me samo natthi, Esa me saccaparamiti

"One who sees the Dhamma sees me. One who sees me sees the Dhamma." Buddha

Offline junxiong

  • Sahabat Baik
  • ****
  • Posts: 940
  • Reputasi: 12
  • Gender: Male
  • Semoga semua mahluk berbahagia
Re: hello world :)
« Reply #7 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?)
"The most likely way for the world to be destroyed, most experts argue, is by accident. That’s where we come in; we’re computer professionals. We cause accidents." - Nathaniel Borenstein

Offline Indra

  • Global Moderator
  • KalyanaMitta
  • *****
  • Posts: 14.819
  • Reputasi: 451
  • Gender: Male
Re: hello world :)
« Reply #8 on: 23 February 2011, 09:11:49 AM »
Code: [Select]

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
}

Offline Sunkmanitu Tanka Ob'waci

  • Sebelumnya: Karuna, Wolverine, gachapin
  • KalyanaMitta
  • *****
  • Posts: 5.806
  • Reputasi: 239
  • Gender: Male
  • 会いたい。
Re: hello world :)
« Reply #9 on: 23 February 2011, 09:16:38 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.
HANYA MENERIMA UCAPAN TERIMA KASIH DALAM BENTUK GRP
Fake friends are like shadows never around on your darkest days

Offline M14ka

  • KalyanaMitta
  • *****
  • Posts: 4.821
  • Reputasi: 94
  • Gender: Female
  • Live your best life!! ^^
Re: hello world :)
« Reply #10 on: 23 February 2011, 09:18:45 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....:)

Offline M14ka

  • KalyanaMitta
  • *****
  • Posts: 4.821
  • Reputasi: 94
  • Gender: Female
  • Live your best life!! ^^
Re: hello world :)
« Reply #11 on: 23 February 2011, 09:22:44 AM »
kok kayanya byk banget pakar IT yah?  ::) hehe....

Offline Lex Chan

  • Global Moderator
  • KalyanaMitta
  • *****
  • Posts: 3.437
  • Reputasi: 134
  • Gender: Male
  • Love everybody, not every body...
Re: hello world :)
« Reply #12 on: 23 February 2011, 09:24:09 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)
“Give the world the best you have and you may get hurt. Give the world your best anyway”
-Mother Teresa-

Offline Sunkmanitu Tanka Ob'waci

  • Sebelumnya: Karuna, Wolverine, gachapin
  • KalyanaMitta
  • *****
  • Posts: 5.806
  • Reputasi: 239
  • Gender: Male
  • 会いたい。
Re: hello world :)
« Reply #13 on: 23 February 2011, 10:00:18 AM »
gak perlu. soalnya kita cuma main di activity aja. gak usah edit2 viewnya. males.
HANYA MENERIMA UCAPAN TERIMA KASIH DALAM BENTUK GRP
Fake friends are like shadows never around on your darkest days

Offline Forte

  • Sebelumnya FoxRockman
  • KalyanaMitta
  • *****
  • Posts: 16.577
  • Reputasi: 458
  • Gender: Male
  • not mine - not me - not myself
Re: hello world :)
« Reply #14 on: 23 February 2011, 02:53:27 PM »
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" :))
Ini bukan milikku, ini bukan aku, ini bukan diriku
6 kelompok 6 - Chachakka Sutta MN 148

Offline bawel

  • Sebelumnya: Comel
  • KalyanaMitta
  • *****
  • Posts: 2.755
  • Reputasi: 71
  • Gender: Male
  • namanya juga bawel ;D
Re: hello world :)
« Reply #15 on: 23 February 2011, 08:14:16 PM »
halo om vidya ;D.
selamat datang ;D.

Offline Adhitthana

  • Sebelumnya: Virya
  • KalyanaMitta
  • *****
  • Posts: 6.508
  • Reputasi: 239
  • Gender: Male
Re: hello world :)
« Reply #16 on: 24 February 2011, 12:21:46 AM »
Salam kenal n Welcome  _/\_

halo om vidya ;D.
selamat datang ;D.

ngambil nama belakang ....
mestinya haloo om Albert ...gimana kabar tante vidya  :hammer:
  Aku akan mengalami Usia tua, aku akan menderita penyakit, aku akan mengalami kematian. Segala yang ku Cintai, ku miliki, dan ku senangi akan Berubah dan terpisah dariku ....

Offline Anestan

  • KalyanaMitta
  • *****
  • Posts: 1.830
  • Reputasi: 106
  • Gender: Male
Re: hello world :)
« Reply #17 on: 24 February 2011, 09:32:29 AM »
Quote from: Lifehacker
What 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.  _/\_