viva la vida
coldplay
i used to rule the world
seas would rise when i gave the word
now in the morning i sleep alone
sweep the streets i used to own
i used to roll the dice
feel the fear in my enemy's eyes
listen as the crowd would sing:
"now the old king is dead! long live the king!"
one minute i held the key
next the walls were closed on me
and i discovered that my castles stand
upon pillars of salt, and pillars of sand
i hear jerusalem bells are ringing
roman calvary choirs are singing
be my mirror my sword and shield
my missionaries in a foreign field
for some reason i can't explain
once you go there was never, never an honest word
that was when i ruled the world
it was the wicked and wild wind
blew down the doors to let me in.
shattered windows and the sound of drums
people couldn't believe what i'd become
revolutionaries wait
for my head on a silver plate
just a puppet on a lonely string
oh who would ever want to be king?
i hear jerusalem bells are ringing
roman calvary choirs are singing
be my mirror my sword and shield
my missionaries in a foreign field
for some reason i can't explain
i know saint peter won't call my name
never an honest word
but that was when i ruled the world
(ooooh oooh oooh)
hear jerusalem bells are ringing
roman calvary choirs are singing
be my mirror my sword and shield
my missionaries in a foreign field
for some reason i can't explain
i know saint peter will call my name
never an honest word
but that was when i ruled the world
Sabtu, 21 April 2012
COLDPLAY - Viva La Vida
JASON MRAZ - Make It Mine
wake up everyone
how can you sleep at a time like this
unless the dreamer is the real you
listen to your voice
the one that tells you
to taste past the tip of
your tongue
leap and the net will appear
i don't wanna wake before
the dream is over
i'm gonna make it mine
yes i... i want to own it
i'm gonna make it mine
yes i'll make it all mine
i keep my life on a heavy rotation
requesting that it's lifting you up
up up and away
and over to a table at
the graditude cafe
and i am finally there
and all the angels they'll be singing
ah la la la i la la la i
la la la la love this
well i don't wanna break before
the tour is over
i'm gonna make it mine
that's fine...i want to own it
i'm gonna make it mine
yes i'll make it all mine
and timing's everything
and this time there's plenty
i am balancing
careful and steady
and reveling in energy that
everyone's emitting
i don't wanna wait no more
oh, i wanna celebrate the whole world
i'm gonna make it mine
because i'm following your joy
i'm gonna make it mine
because i... i am open
i'm gonna make it mine
that's why... i'm wanna show it
i'm gonna make it mine
gonna make gonna make gonna make it
make it mine
it's mine...
it's mine...
ohhhhhhh mine
yes i will make it all make it all mine
M2M - The Day You Went Away
[verse 1]
well i wonder could it be
when i was dreaming 'bout you baby
you were dreaming of me
call me crazy, call me blind
to still be suffering is stupid after all of this time
[pre-chorus 1]
did i lose my love to someone better
and does she love you like i do
i do, you know i really really do
[chorus]
well hey
so much i need to say
been lonely since the day
the day you went away
so sad but true
for me there's only you
been crying since the day
the day you went away
[verse 2]
i remember date and time
september twenty second
sunday twenty five after nine
in the doorway with your case
no longer shouting at each other
there were tears on our faces
[pre-chorus 2]
and we were letting go of something special
something we'll never have again
i know, i guess i really really know
[chorus]
the day you went away
the day you went away
[pre-chorus 1]
[chorus]
[bridge]
why do we never know what we've got 'til it's gone
how could i carry on
the day you went away
cause i've been missing you so much i have to say
been crying since the day
the day you went away
the day you went away
the day you went away
Sabtu, 07 April 2012
Hello World with NetBeans IDE 7.1.1
Buat temen-temen yang menggunakan NetBeans ini contoh program sederhananya....
class HelloWorld
{
{
public static void main(String[] args) {
int a =0 ;
if (a>1)
System.out.println("Selamat Datang di Muhammadiyah");
else
System.out.println("Sampai Jumpa Lagi di Muhammadiyah");
}
}
tampilan hasil setelah di run program/run file
Jumat, 06 April 2012
Install dan Setting GEL Editor
Bagi temen-temen yang menggunakan Java Editor GEL berikut cara setting path filenya.
1.install file Java JDK terlebih dahulu
2.install GEL hingga selesai
pada Add Path, masukan alamat file JDKnya berada
misalnya : C:\Program Files\Java\jdk1.7.0_03\bin
3.setting Path JDK
-masuk Control Panel - System Properties - pilih "Advance"
-pilih Environment Variables
-pada Tab "System variables", klik 2X varible "Path"
-tambahkan pada Variable value (di akhir statement)
C:\Program Files\Java\jdk1.7.0_03\bin
4.buka Program GEL
5.pilih tab Tools - Options
6.pilih JDK
-pada kolom "Path" masukan alamat file JDK/SDK berada
misalnya : C:\Program Files\Java\jdk1.7.0_03\bin
- klik Auto dan OK
7.GEL siap digunakan
Senin, 02 April 2012
Hello World with Java Editor (GEL)
class HelloWorld { //deklarasi class java
public static void main(String[] args) { //deklarasi main program
int a =0 ; // deklarasi tipe variable
if (a>1)
System.out.println("Selamat Datang di Muhammadiyah");
else
System.out.println("Sampai Jumpa Lagi di Muhammadiyah");
}
}
atau melalui Command Prompt Windows (Cmd)
Langganan:
Postingan (Atom)