Ruby Code
Hi All,
http://www.bigbold.com/snippets/tag/ruby/1
Hi All,
Posted by
DFelix
at
5:06 PM
0
comments
Labels: Code Samples, Ruby Code
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.
Posted by
DFelix
at
3:53 PM
0
comments
Labels: .Net, .Net Blogs, Technology Blogs
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.
Posted by
DFelix
at
2:13 PM
0
comments
Labels: StringBuilder, System.Text
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.
Posted by
DFelix
at
2:01 PM
0
comments
Labels: Bruce Lee, Lee, Martial arts
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.
Posted by
DFelix
at
11:17 AM
0
comments
Labels: Guy Fawkes., V, Vendetta