Google

Wednesday, November 29, 2006

Ruby Code

Hi All,

Here is the link to the world of Ruby on Rails code for each and every part of programming requirements.
http://www.bigbold.com/snippets/tag/ruby/1
Thanks.

.Net Blogs

Hi All,

I have found some list of blogs for .Net developers which will cover all the area`s.
The top most link will take you to a page where you can search for any kind of blogs.

Feel free to post if yo have your own blog or some other know blogs relating to technology.
It would be more wise to spread other technology too.

Stringbuilder - .Net

String object is immutable. Every time you use one of the methods in the System.String class it creates a new string object in memory, which requires a new allocation of space for the newly created string object. In situations where you need to perform repeated modifications to a string, the overhead associated with creating a new String object can be costly.

allocated memory in some location say 4253
string str = "BlogHead";
erases contents at 4253 and creates new memory location say 8578
str += "geeks";

Any modifications you do to the string object memory will change.

The System.Text.StringBuilder class can be used when you want to modify a string without creating a new object. For example, using the StringBuilder class can boost performance when concatenating many strings together in a loop.

Tuesday, November 28, 2006

Bruce Lee

Bruce Lee is one and the first kind to bring martial arts to west. He was not only a actor but also a good teacher.
He started a martial arts school and many of his on screen actors got trained. Bruce Lee`s fierce and frisky stunts gave a stunt men a run for their skills.

To discuss his death on his birth anniversary will give a broader view of his life. As per the media it is reported that he was poisoned to death. but no one know or somebody knows the mystery behind it. It was a speculation that the poisoning was a deliberate act of the martial art legends from Chinese land. The tragic part is that his son too died in a stunt. The legends had the tradition not to spill the bean about their skills and their culture. Chinese is know for keeping their tradition alive till now.

Bruce Lee came to west for acting and not spoil or breach Chinese tradition, which everyone admires.

V for Vendetta

Hi all,

I recently or way back say a month ago saw the movie V for Vendetta. I was little bit taken a back to know about the Guy Fawkes Day is celebrated in UK. I am not sure whether the celebration is for the attempt to bring down the parliament or hanging Guy Fawkes?

Sometimes its unusual to celebrate the death or a birth of a revolution, but it depends on the kind of revolution. Also the movie gives a message that the government should be afraid of the people not the people afraid of the government.

I am not sure how the British have a perception over Guy Fawkes Day.