8th Mile fest

8th Mile is the techno-cultural fest conducted by our college, RVCE. The event occured after 5 long years and it was a huge success. The first day featured eastern music and eastern dance competitions.  The performances were great and we enjoyed every single moment. On second day, we had technical events. We won second place in “On the spot Programming”. Prabhanjan is my team mate and it was a joy to watch him code a solution in last 10 minutes!!! Hats off to u Prabhanjan..

We had performance by Raghu Dixit. It was rocking 🙂 The most amazing thing about him is the spirit with which he performed. His performance was very lively and humous. He established a good rapport with the audience.

The next concert was by Praveen Godkhindi. It was majorly classical. I enjoyed it the most because I am a fan of Hindustani Classical Music. He played Bhupa, Bhinpalas and Pahadi..He also played many popular numbers from Kannada and Hindi movies. Classical music gives happiness to the soul. Its very refreshing. We realized the beauty of classical music. That concert has inspired me to continue my classical music riyaaz after engineering 🙂

8th Mile was the change we were seeking from the day-to-day routine…

Linux Kernel module programming

Since the day I began to gain understanding of the word “kernel”, I was always curious to know more and more about it. I was trying since few days to write a very simple “hello world” module 🙂 but couldnt. Today I came across this link http://tldp.org/LDP/lkmpg/2.6/html/index.html … By following the instructions given in that tutorial, I was able to write my first kernel module, compile and load it successfully.

I am sssssssooooo happy about it 🙂

Well, ” A journey of thousand miles begins with a small step”…

DKU-5 driver for linux

I am trying to connect my Nokia 6020 handset through DKU-5 to my laptop for a project. I am unable to find drivers. The handset is not being recognized by the system. I use Ubuntu 7.04. I searched the web for info but couldnt find any. Can anyone let me know about the driver? Or some other data cable that can be used on linux wil also be helpful.

If I fail to explore a way to connect the mobile to my comp, i ll be forced to do the project on Windows 😦 Please help me…

I coded for 12 hours continuously!!!

I had never thought that I could stay awake all night anytime. Innofest 2008, a technical fest by IIIT, Bangalore had an overnight programming contest named CODE BUTTER on 22nd night. In a team of 3, we were supposed to solve one problem ( which was actually a mini-project) in 12 hours.

The competition was awesome. The most wonderful thing was the confidence I gained from the event. I forgot everything when I started coding at 9.30 pm at night. It was like addiction to programming. Its a good experience to work under stress.

Our team coded a utility to search files on Linux/Unix system. We used UNIX APIs for the functionality and Qt for the front end. We knew the details and usage of most APIs that we used. Qt assistant helped me a lot. We were given access to internet and that was very useful in certain special occasions (like converting a QString to char * for use by the APIs etc. ). IIIT, Bangalore is about to release our code under GPL.

Activities of our LUG

We have created a mailing list for RVCE lug on Google Groups. Currently there are two projects going on in association with KK Mane sir from TIFR, Mumbai.

1. Free money project- Accounting package like Tally, basically an open source alternative to Tally.

2. Book reader project

As a part of activities on campus, I conducted a session on Shell Basics because we wanted the fundamentals to be strong and work culture to be efficient. The response was overwhelming. 🙂

Last Thursday, we had Hiran in our college. Hiran had participated in Google SoC last year. He gave a session on font development and it was very interesting. Many student from our college are now interested in designing Kannada fonts.

On Saturday….Kartik Mistry, Praveen, Shyam, Vikram and srijit had come to our college. Praveen and Shyam gave lecture on GSoC. Kartik spoke about debian. Vikram talked about localization. All the lectures were awesome. Please help the swatantra project in translation on http://translate.swatantra.org if you know Kannada.

Power of Emacs

Recently, my friend informed me that v can browse the internet using emacs. I tried doing it and it is an awesome feature.

I downloaded the packages w3m, w3m-el and w3m-img.

Started emacs, Alt+X typed w3m

This loads the w3m.

Pressed the open button in the 2nd row to enter the URL

Pressed Enter and there it is!!!

We can also use the images option to display images in the page.

Nice feature… right????

Thanks to RMS( Richard M. Stallman) for such a rich text editor

and..

Thanks to Prabhanjan ( www.prabhanjan.wordpress.com) for sharing this tip with me