Rabu, 11 April 2012

chord guitar 21 gun green day

Dm        Bb   F        C
Nothing's ever built to last
Bb                 C5
You're in ruins.

Chorus:
F5   C5*  D5
One, 21 guns
C5            Bb5
Lay down your arms
F5          C5
Give up the fight
F5   C5*  D5
One, 21 guns
C5            Bb5  F5       C5
Throw up your arms into the sky,
Bb5   F5    C5
You and I

Bridge:
Dm      Bb     F            C
Did you try to live on your own
Dm       Bb               F        A
When you burned down the house and home?
Dm      Bb         F           A
Did you stand too close to the fire?
Bbm                          C
Like a liar looking for forgiveness from a stone

Solo:
F5 - C5* - D5 - C5 - Bb5 - F5 - C5 (x2)

Bb5 - F5 - E5

Break:
Dm - Bb - F - C (x2)

Verse:
Dm        Bb       F           C
When it's time to live and let die
Dm      Bb        F       C
And you can't get another try
Dm         Bb         F         C
Something inside this heart has died
Bb                 C5
You're in ruins.

Chorus:
F5   C5*  D5
One, 21 guns
C5            Bb5
Lay down your arms
F5          C5
Give up the fight
F5   C5*  D5
One, 21 guns
C5            Bb5  F5       C5
Throw up your arms into the sky
F5   C5*  D5
One, 21 guns
C5            Bb5
Lay down your arms
F5          C5
Give up the fight
F5   C5*  D5
One, 21 guns
C5            Bb5  F5       C5
Throw up your arms into the sky,
Bb5   F5    C5
You and I



selamat mencoba, semoga menyenangkan.

Menyorting 2 array

mubienn_sutedjhoBerikut adalah contoh sderhana dari pngalaman saya sendiri...,
stelah lama saya googling & tdk mndapatkan hasil yg memuaskan saya ber-inisiatif sndiri,.. dengan kode sederhana akhirnya saya mampu menyorting dua array berbeda tapi urutan kedua array tersebut masih tetap sama...!

berikut adalah code nya :

    public static void sortingString(String word[], String meaning[]) {
        for (int star1 = 0; star1 < word.length ; star1++) {
            for (int star2 = star1 + 1; star2 < word.length; star2++) {
                if (word[star1].compareToIgnoreCase(word[star2]) > 0) {
                    String save1;
                    save1 = word[star1];
                    String save2;
                    save2 = meaning[star1];
                    word[star1] = meaning[star2];
                    word[star1] = word[star2];
                    meaning[star1] = meaning[star2];
                    word[star2] = save1;
                    meaning[star2] = save2;

                }
            }

        }
    }

skian dari saya, semoga postingan ini nantinnya akan bermanfaat bagi pembacanya.

mubienn_sutedjho

Chord The Day's Of Father-Superman Is Dead

Intro: G5 . . . . E5 4x E5 B5 E5 B5 A5 B5 C5 D5 E5 E5 B5 E5 B5 A5 B5 C5 E5 B5 E5 B5 A5 B5 C5 D5 E5 2x E5 When the morning comes to spot...