I see, learn and rediscover… everyday!
 
Month: <span>May 2007</span>

Coding Style …

I have never thought much about coding style before i did my NOSIP in Novell. But once i started coding for ldtprecord, according to the coding style suggested to me by nags, i was surprised to see how nice and neat the final code looks. Some tips/tricks for nice coding skills are, 1. Do spend some time to think about …

Feel My Pain…

One day in heaven, the Lord decided He would visit the earth and take a stroll. Walking down the road, He encountered a man who was crying. The Lord asked the man, “Why are you crying, my son?” The man said that he was blind and had never seen a sunset. The Lord touched the man who could then see …

PODWORKS.in

India’s Biggest Event on Audio & Video Podcasting Date: June 9 & 10 (Saturday & Sunday) Venue: Tidel Park Auditorium, Chennai. Cost: Rs.200 Alagappan designed banners saying I’m Attending Podworks.in and I’m speaking at Podworks.in. You can grab those here. PodWorks is an ideal place to learn how to start your own podcast or to discover the latest tips and …

Hello World …

I love Hello World programs. The reason is simple. Whenever i code a hello world, it means i am learning something new. I once found a huge collection of hello world programs here. And yes, i did a hello world program today. It is related cluster programming using MPI . 🙂 . The code for the hello world #include <stdio.h> …

Life …

Life is a beautiful poem with so many pages of lyrics written on every page. It depends on whether you sing a song with it or think it as a greek stupid probability junk and leave it . I am gonna sing 🙂 🙂

Seg Fault

Wikipedia says, A segmentation fault (often shortened to segfault) is a particular error condition that can occur during the operation of computer software. A segmentation fault occurs when a program attempts to access a memory location that it is not allowed to access, or attempts to access a memory location in a way that is not allowed (for example, attempting …