Saw that chat window there? Just edit your name .. PM me if i am online.
Else .. leave a message . I will get back to u.. :)
Monday, December 04, 2006
Thursday, November 16, 2006
Find And Replace in C++
I was searching for an easiest way to find and replace in c++. This works amazing ..
Try..
Try..
std::string s = " dhanesh is not great ";
string s_toreplace = "not";
string s_replace = "very";
std::string::size_type idx = -1;
while((idx = s.find(s_toreplace, idx+1)) != std::string::npos)
s.replace(idx, strlen(s_toreplace.c_str()), s_replace);
cout<<s<<std::endl;
Monday, November 06, 2006
Finally My Blog for Literature [Ninakkay Matram]
Guys and Gals,
If u dare .. Have a look .. No comments ..!
If u dare .. Have a look .. No comments ..!
Saturday, September 23, 2006
Planning to start a new Blog for Kavitha and Story
In My School days and College days .. I use to write poems and stories in Malayalam. I like to write poems than stories because stories its just nice but being a lazy guy i dont write much and always i stop my story in between after writing few pages.
Then I like to write Poems and stories in Malayalam only..! And even if i write in english that will be a edited translation of my poem in Malayalam...!
I dont know when i have time .. But i will start writing poems and stories (for kids) soon and will be in a new blog for all... I expect your feedback .. if u dare to read it.
Then I like to write Poems and stories in Malayalam only..! And even if i write in english that will be a edited translation of my poem in Malayalam...!
I dont know when i have time .. But i will start writing poems and stories (for kids) soon and will be in a new blog for all... I expect your feedback .. if u dare to read it.
Award Ceremony - Me With CEO and PMS Director

Philips Softwares completed ten years in Bangalore and we celebrated it for a week. It was real fun and excitement. I was one among the organizing team. Its too great to be with other masters of philips .. Being a new comer to Philips i never dreamed to be a part of such a big function. The organizing committee is called as Power of Ten team.
Then in the D Day ...I was with the organizer for Kids fancy dress. It was real fun to manage the kids. All cute kids dressed up like vivekananda, krish ... etc it was just awesome . Parents where too anxious about their kids and Kids turn. They keep asking about their turn... God....! We were managing some 87 kids + 87*2 more kids :)
Then Power of Ten team is called to stage.. and given with Silver plates with a letter of appreciation written in it .. from our CEO..
That was too nice..!
Thursday, August 03, 2006
I thought of becoming an experiment
I normally think that i m cute .. But i dont have that proud of it :-)
Kidding :-) .. Any ways my friends told me to be a model for them and any ways i too feel that i can. So i became a model infront of them. But even I got scared after getting the photo. It seems nice .. (But many people dont feel the same . I know).
Kidding :-) .. Any ways my friends told me to be a model for them and any ways i too feel that i can. So i became a model infront of them. But even I got scared after getting the photo. It seems nice .. (But many people dont feel the same . I know).
Monday, July 17, 2006
Anchoring Has Its Interest
I really love anchoring .. Its all too good and help in getting confidence a lot
Subscribe to:
Posts (Atom)