Archive > October 2010

how to match regular expression of £

In a project it took more than one hour to figure out how to find match regular expression of £ ( Pound sign).
You have to know what is Unicode character number.
for £ -> 00A3
————————
// In Javascript it will work
pattern = /\u00A3/;
output = string.match(pattern);
————————
Unicode character number list:
http://theorem.ca/~mvcorks/code/charsets/auto.html
Oh! so simple thing, I had no clew.
thank’s to [...]

Continue reading

,

“Best or Nothing”

During the FiFA World Cup Football Finals, My friend Pamir wrote a facebook status. It was  ”Best Or Nothing!”  I did not agree with it that time. Wrote most of this post that time. But I have not published this. So, now I am doing it.
Nothing :
Does it mean, if I don’t have the cup, [...]

Continue reading

Rain and us

It’s raining out side, heavy rain. it’s not raining for hours, it’s raining for days. Personally, I enjoy the rain. Rain makes me happy. If I look at twitter / Facebook, no matter how much it rains. everyone likes it. Everyone ? Does us means everyone in facebook / twitter ?
Every Minute 4babies born in [...]

Continue reading

13KM in 3hours

Today I have walked around 13KM in 3hours. I have started my walk from my home @1530. and went to IUB@1830. I took a break during the Magrib prayer in Banani Lake mosque. I did not felt tired and I have finished my class without any problem.
I have not walk so long distance in last [...]

Continue reading