Re: [Ilugc] How to study the source code of a project

2009-08-26 Thread Girish Venkatachalam
On Thu, Aug 27, 2009 at 9:55 AM, Shakthi Kannan wrote: > The best way to learn how source code of a project works, is to tinker > with the source code. > [...] > * The first thing you should do is just build the source, run it and > see how to use the software. This is important to know how to te

[Ilugc] [OT] Red Pill Linux Tshirt

2009-08-26 Thread narendra sisodiya
Finally my design got approved - Tshirt is here - http://www.myntra.com/red%20pill%20linux/T-Shirt/FC/PD/1254652371 It will cost in less then 300/- bucks (with delivery) !! Bulk order will come with less price !! -- ┌─┐ │Narendra Sisodiya ( नरेन्द्र सिसोदिया ) │R&D

Re: [Ilugc] demo site now has a planet

2009-08-26 Thread Kenneth Gonsalves
On Wednesday 26 Aug 2009 5:33:13 pm narendra sisodiya wrote: > On Wed, Aug 26, 2009 at 5:14 PM, Aanjhan R wrote: > > > http://demo.ilugc.org.in/planet/ > > > > This site is coming out very nice! Cheers to the collaborators :) > > How can we add our blog !! send your details like this: [http://ww

Re: [Ilugc] How to study the source code of a project

2009-08-26 Thread Shakthi Kannan
Hi, --- On Thu, Aug 27, 2009 at 10:37 AM, narendra sisodiya wrote: | when someone deal with big chunk of code, IDE are really very useful. I | never faced any distractation with mouse. \-- You do have markers on 'F' and 'J' keys on your keyboard, so you know where to place your fingers on the key

Re: [Ilugc] How to study the source code of a project

2009-08-26 Thread narendra sisodiya
> > > * Try to use buffer-based editors like vim/Emacs, and avoid using IDEs > that heavily use the mouse. You should focus more on the code, rather > than intuitive GUIs that distract your attention with the mouse. > I do no think so, when someone deal with big chunk of code, IDE are really very u

Re: [Ilugc] How to study the source code of a project

2009-08-26 Thread Shakthi Kannan
Hi, My thoughts below: --- On Wed, Aug 26, 2009 at 11:53 PM, bala chandar wrote: | i need to | understand the project source code.Is there any tool to analyze the | source code.Else how do i start to study the source code. \-- The best way to learn how source code of a project works, is to tinke

Re: [Ilugc] Re: scp connection

2009-08-26 Thread Girish Venkatachalam
On Wed, Aug 26, 2009 at 10:54 PM, naga raja wrote: > hi, > i tried to transfer  the file through SCP >  $scp filename usern...@inetaddr: /path > but when i execute the command it shows > ssh: connection refused > lost connection > scp and ssh use the same wirte protocol but sftp uses a different p

Re: [Ilugc] How to study the source code of a project

2009-08-26 Thread Girish Venkatachalam
On Thu, Aug 27, 2009 at 6:47 AM, Ashok Gautham wrote: > > I have a way of reading the source. It is logical and I use it when I use > sources myself. > > Have 3 windows. > 1) An editor of your choice in the folder that you want > 2) A file manager > 3) cscope > > I generally tile this up into the e

Re: [Ilugc] How to study the source code of a project

2009-08-26 Thread Ashok Gautham
On Wed, Aug 26, 2009 at 11:53 PM, bala chandar wrote: > Hello guys, >I want to develop an open source project called as splint.I > downloaded the source code of that project.It contains lots of files > in it.Headers,code files etc.To develop that project i need to > understand the project sourc

[Ilugc] Re: ilugc Digest, Vol 63, Issue 104

2009-08-26 Thread siva gnanam
> ilugc mailing list > ilugc@ae.iitm.ac.in > http://www.ae.iitm.ac.in/mailman/listinfo/ilugc > good morning... i am new to linux. In my college NACE acadamy conduct one FOSS seminor and they explaining the advantage of LAMP and LAMP pro courses. i need some clarification about the job opertunity in

Re: [Ilugc] How to study the source code of a project

2009-08-26 Thread Kumar Appaiah
On Wed, Aug 26, 2009 at 11:53:03PM +0530, bala chandar wrote: > Hello guys, > I want to develop an open source project called as splint.I > downloaded the source code of that project.It contains lots of files > in it.Headers,code files etc.To develop that project i need to > understand the proj

Re: [Ilugc] I wanna to start a foss club

2009-08-26 Thread bala chandar
> Hi Narendra, > > Here are the simple steps to start > 1) Seek the permission from your HOD. This is needed when in future you > need space for conducting the meetings or to request spare computers for > demonstrations. > 2) Find out the people(students or teachers) who are really interested in >

Re: [Ilugc] chmod error

2009-08-26 Thread Zico
On Thu, Aug 27, 2009 at 1:20 AM, Guruprasad wrote: > Hi, > > > Quoting from the man pages of 'chmod', its syntax is > chmod [options] [mode] file(s)/folder(s) > [ ... ] Thanks, its working! I am really sorry for my stupid question!! :( -- Best, Zico __

Re: [Ilugc] chmod error

2009-08-26 Thread Guruprasad
Hi, On Thu, Aug 27, 2009 at 12:46 AM, Guruprasad wrote: > Hi, > > +x option and 755 are redundant so you give only either of them. > Otherwise the command will think that you are trying to give an > execute permission to a file named 755, which is not what you want. > Quoting from the man pages o

Re: [Ilugc] chmod error

2009-08-26 Thread Shrinivasan T
> > *debian:~/Desktop/mysociety/bin# chmod +x 755 rails-post-deploy > * > the error comes: > > *chmod: cannot access `755': No such file or directory Hi, chmod can be used with numerical or modern notation. you have tried with both. try as chmod +x rails-post-deploy or chmod 755 rails-post-

Re: [Ilugc] chmod error

2009-08-26 Thread Guruprasad
Hi, On Thu, Aug 27, 2009 at 12:42 AM, Zico wrote: > I have been trying to chmod one file with 755. The file is there. But, when > i put the command: > > *debian:~/Desktop/mysociety/bin# chmod +x 755 rails-post-deploy > * +x option and 755 are redundant so you give only either of them. Otherwise t

[Ilugc] chmod error

2009-08-26 Thread Zico
I have been trying to chmod one file with 755. The file is there. But, when i put the command: *debian:~/Desktop/mysociety/bin# chmod +x 755 rails-post-deploy * the error comes: *chmod: cannot access `755': No such file or directory * I cannot understand the problem!!! -- Best, Zico

Re: [Ilugc] How to study the source code of a project

2009-08-26 Thread narendra sisodiya
On Thu, Aug 27, 2009 at 12:26 AM, Rahul Sundaram wrote: > On 08/27/2009 12:16 AM, narendra sisodiya wrote: > >> > > here are some general comment !! > > Please, so many exclamations! They are not necessary. It is just noise > that makes it hard to read what you are saying. Just format it well and

Re: [Ilugc] How to study the source code of a project

2009-08-26 Thread Rahul Sundaram
On 08/27/2009 12:16 AM, narendra sisodiya wrote: > On Wed, Aug 26, 2009 at 11:53 PM, bala chandar > wrote: > >> Hello guys, >>I want to develop an open source project called as splint.I >> downloaded the source code of that project.It contains lots of files >> in it.Headers,code files etc.To d

Re: [Ilugc] How to study the source code of a project

2009-08-26 Thread narendra sisodiya
On Wed, Aug 26, 2009 at 11:53 PM, bala chandar wrote: > Hello guys, >I want to develop an open source project called as splint.I > downloaded the source code of that project.It contains lots of files > in it.Headers,code files etc.To develop that project i need to > understand the project sour

Re: [Ilugc] I wanna to start a foss club

2009-08-26 Thread narendra sisodiya
On Wed, Aug 26, 2009 at 11:44 PM, Guru Prasath wrote: > OK. In the next mail I already offered my apology. :) > -- Guru Prasath > Opps Sorry,,, did not noticed that !! -- ┌─┐ │Narendra Sisodiya ( नरेन्द्र सिसोदिया ) │R&D Engineer │Web : http://narendra.techfa

Re: [Ilugc] I wanna to start a foss club

2009-08-26 Thread Guru Prasath
OK. In the next mail I already offered my apology. :) -- Guru Prasath On Wed, Aug 26, 2009 at 10:40 PM, narendra sisodiya < narendra.sisod...@gmail.com> wrote: > On Wed, Aug 26, 2009 at 9:19 PM, Guru Prasath wrote: > > > On Wed, Aug 26, 2009 at 7:03 PM, narendra sisodiya < > > narendra.sisod...

[Ilugc] How to study the source code of a project

2009-08-26 Thread bala chandar
Hello guys, I want to develop an open source project called as splint.I downloaded the source code of that project.It contains lots of files in it.Headers,code files etc.To develop that project i need to understand the project source code.Is there any tool to analyze the source code.Else how do

Re: [Ilugc] Re: scp connection

2009-08-26 Thread Shakthi Kannan
Hi, --- On Wed, Aug 26, 2009 at 10:54 PM, naga raja wrote: |  $scp filename usern...@inetaddr: /path | but when i execute the command it shows | ssh: connection refused | lost connection \-- On inetaddr, check: 1. If sshd daemon is running. You can check this using: $ ps -ae | grep ssh 2. Ch

[Ilugc] Re: error in perl rectified

2009-08-26 Thread naga raja
hi everyone, i just resize my image using mogrify and run using the perl commnad perl -c foo.pl to check the warnings and syntax . After changing the Resize to resize i got complied , thanks to everyone See the Web's breaking stories, chosen by people like you. Check out Yahoo! Buzz. htt

[Ilugc] Re: scp connection

2009-08-26 Thread naga raja
hi, i tried to transfer  the file through SCP  $scp filename usern...@inetaddr: /path but when i execute the command it shows ssh: connection refused lost connection Love Cricket? Check out live scores, photos, video highlights and more. Click here http://cricket.yahoo.com _

Re: [Ilugc] I wanna to start a foss club

2009-08-26 Thread narendra sisodiya
On Wed, Aug 26, 2009 at 9:19 PM, Guru Prasath wrote: > On Wed, Aug 26, 2009 at 7:03 PM, narendra sisodiya < > narendra.sisod...@gmail.com> wrote: > > > On Wed, Aug 26, 2009 at 6:44 PM, Ranjith Kumar > > wrote: > > > > > > > > I wanna to start a foss club for our college... suggest me... the > pr

Re: [Ilugc] I wanna to start a foss club

2009-08-26 Thread Sahasranaman MS
On Wed, Aug 26, 2009 at 7:03 PM, narendra sisodiya < narendra.sisod...@gmail.com> wrote: > On Wed, Aug 26, 2009 at 6:44 PM, Ranjith Kumar > wrote: > How nice :) Ranjith Kumar has his email Id from Microsoft! ___ To unsubscribe, email ilugc-requ...@ae.i

Re: [Ilugc] I wanna to start a foss club

2009-08-26 Thread Guru Prasath
On Wed, Aug 26, 2009 at 9:19 PM, Guru Prasath wrote: > On Wed, Aug 26, 2009 at 7:03 PM, narendra sisodiya < > narendra.sisod...@gmail.com> wrote: > >> On Wed, Aug 26, 2009 at 6:44 PM, Ranjith Kumar >> wrote: >> >> > >> > I wanna to start a foss club for our college... suggest me... the >> proces

Re: [Ilugc] I wanna to start a foss club

2009-08-26 Thread Guru Prasath
On Wed, Aug 26, 2009 at 7:03 PM, narendra sisodiya < narendra.sisod...@gmail.com> wrote: > On Wed, Aug 26, 2009 at 6:44 PM, Ranjith Kumar > wrote: > > > > > I wanna to start a foss club for our college... suggest me... the process > > > > new thread !! Hi Narendra, Here are the simple steps to

[Ilugc] I wanna to start a foss club

2009-08-26 Thread narendra sisodiya
On Wed, Aug 26, 2009 at 6:44 PM, Ranjith Kumar wrote: > > I wanna to start a foss club for our college... suggest me... the process > > new thread !! ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in the subject or body of t

Re: [Ilugc] demo site now has a planet

2009-08-26 Thread Guruprasad
Hi, On Wed, Aug 26, 2009 at 6:44 PM, Ranjith Kumar wrote: > > I wanna to start a foss club for our college... suggest me... the process > This is inappropriate here in this thread and amounts to hijacking this thread. So start a new thread for your query with a relevant title, Thank you. Regard

RE: [Ilugc] demo site now has a planet

2009-08-26 Thread Ranjith Kumar
I wanna to start a foss club for our college... suggest me... the process _ Sports, news, fashion and entertainment. Pick it all up in a package called MSN India http://in.msn.com___ To un

Re: [Ilugc] XPCOM with XUL - Regarding

2009-08-26 Thread Sundaram
Here my situation is little bit complicated that when i show the dialog box to the user, i have to start the fingerprint scanner in the background once the user place the his/her fingerprint image in the scanner, i need to show the fingerprint image to the user and then need to close the di

[Ilugc] How to connect nic in debian

2009-08-26 Thread நவநீதன்
Hi, How to connect bsni nic card in debian? I have done it in ubuntu by this method NIC CARD I have used this same procedure for debian etch also but it doesn't work i have bsnl huawei nic card **

Re: [Ilugc] demo site now has a planet

2009-08-26 Thread narendra sisodiya
On Wed, Aug 26, 2009 at 5:14 PM, Aanjhan R wrote: > > > http://demo.ilugc.org.in/planet/ > > This site is coming out very nice! Cheers to the collaborators :) > How can we add our blog !! -- ┌─┐ │Narendra Sisodiya ( नरेन्द्र सिसोदिया ) │R&D Engineer │Web : ht

Re: [Ilugc] demo site now has a planet

2009-08-26 Thread Venkatraman S
On Wed, Aug 26, 2009 at 1:55 PM, Kenneth Gonsalves wrote: > I have set up a planet for our lug: > > http://demo.ilugc.org.in/planet/ > > cornflower blue instead of green? :D -V- ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe "

Re: [Ilugc] demo site now has a planet

2009-08-26 Thread Aanjhan R
On Wed, Aug 26, 2009 at 10:25 AM, Kenneth Gonsalves wrote: > hi, > > I have set up a planet for our lug: > > http://demo.ilugc.org.in/planet/ This site is coming out very nice! Cheers to the collaborators :) -- A ___ To unsubscribe, email ilugc-requ...@

Re: [Ilugc] XPCOM with XUL - Regarding

2009-08-26 Thread narendra sisodiya
> > why dont u use the XUL dialog ? > > https://developer.mozilla.org/en/XUL/dialog > When you try to add something over Firefox -- You have XUL , (Ex addon) but when you want to add something beside (side by side) in Firefox-- you can code in your pref language, (Ex plugin) one is vertical and oth

Re: [Ilugc] Samba Question

2009-08-26 Thread Rajagopal Swaminathan
On Wed, Aug 26, 2009 at 11:20 AM, Girish Venkatachalam wrote: > On Wed, Aug 26, 2009 at 10:48 AM, Rajagopal > Swaminathan wrote: >> Greetings, >> >> There is a requirement of Samba server with the following specification: >> >> There are two groups: Designers, Draftsmen >> >> The share folder hiera

Re: [Ilugc] XPCOM with XUL - Regarding

2009-08-26 Thread balachandar muruganantham
On Wed, Aug 26, 2009 at 4:53 PM, narendra sisodiya < narendra.sisod...@gmail.com> wrote: > > > > or i can use XUL for displaying the dialogbox... I want to know which is > > the best way to go?? > > Please help me > > I think this would be better !! (why to have dependancy of other widgets > when

Re: [Ilugc] XPCOM with XUL - Regarding

2009-08-26 Thread narendra sisodiya
> > or i can use XUL for displaying the dialogbox... I want to know which is > the best way to go?? > Please help me I think this would be better !! (why to have dependancy of other widgets when firefox can do same with XUL) but I have use XUL with addon and not with plugin, So do not know how a

Re: [Ilugc] XPCOM with XUL - Regarding

2009-08-26 Thread Sundaram
narendra sisodiya wrote: In linux i am using wxWidgets to develop the dialog box. But when i create dialogbox object, my brower is terminated. Please help me to resolve this issue. Thanks & Regards Sundaram. D Do not much but suggest to run firefox in debug mode/ developer mode (

Re: [Ilugc] XPCOM with XUL - Regarding

2009-08-26 Thread narendra sisodiya
> > > In linux i am using wxWidgets to develop the dialog box. But when > i create dialogbox object, my brower is terminated. Please help me to > resolve this issue. > > Thanks & Regards > Sundaram. D > Do not much but suggest to run firefox in debug mode/ developer mode (if possible, you

[Ilugc] XPCOM with XUL - Regarding

2009-08-26 Thread Sundaram
Dear All, I am developing a plugin for firefox browser. I need to access the hardware plugged in the client system. I have a plan to user XPCOM to interact between the browser and my hardware. I have achived this in Windows using the ActiveX technology. I have give how i have done this in Win

Re: [Ilugc] demo site now has a planet

2009-08-26 Thread Kenneth Gonsalves
On Wednesday 26 Aug 2009 3:39:22 pm Rahul Sundaram wrote: > > On Wednesday 26 Aug 2009 3:31:30 pm Shakthi Kannan wrote: > >> We will require some CSS changes. Thanks for the quick turnaround time. > > > > no turnaround - all that is needed is to add the line: > > face = url/to/hackergotchi > > > >

Re: [Ilugc] demo site now has a planet

2009-08-26 Thread varadarajan narayanan
> Planet is a software you can find in http://planetplanet.org. It is web > aggregate of RSS feeds. Many free and open source projects use it. You > can find a long list in the above website as well. Thank you very much. I see that all CMS have modules /plugins etc for adding blogroll or feed aggr

Re: [Ilugc] error in perl

2009-08-26 Thread Girish Venkatachalam
On Wed, Aug 26, 2009 at 11:54 AM, Shrinivasan T wrote: > If you need just resizing of images in a folder, > > mogrify -resize 800x600 -verbose *.JPG > > > This will resize all the JPG files in the folder in a single go. Since this discussion has not died yet perhaps this will add some spice. http

Re: [Ilugc] demo site now has a planet

2009-08-26 Thread Rahul Sundaram
On 08/26/2009 03:40 PM, varadarajan narayanan wrote: >> As you add more feeds to the Planet, it will be better if the >> hackergotchi is placed beside the blog post, or name. Or something >> We will require some CSS changes. > > Hi ! Shakthi ! > > How is "planet" different from blogs and blogroll

Re: [Ilugc] demo site now has a planet

2009-08-26 Thread Rahul Sundaram
On 08/26/2009 03:35 PM, Kenneth Gonsalves wrote: > On Wednesday 26 Aug 2009 3:31:30 pm Shakthi Kannan wrote: >> We will require some CSS changes. Thanks for the quick turnaround time. > > no turnaround - all that is needed is to add the line: > face = url/to/hackergotchi > > css changes take tim

Re: [Ilugc] demo site now has a planet

2009-08-26 Thread varadarajan narayanan
> As you add more feeds to the Planet, it will be better if the > hackergotchi is placed beside the blog post, or name. Or something > We will require some CSS changes. Hi ! Shakthi ! How is "planet" different from blogs and blogroll we find in wordpress ? and hackergotchi from avatars ? Cheers

Re: [Ilugc] demo site now has a planet

2009-08-26 Thread Kenneth Gonsalves
On Wednesday 26 Aug 2009 3:31:30 pm Shakthi Kannan wrote: > | how do you like your hackergotchi? > > \-- > > As you add more feeds to the Planet, it will be better if the > hackergotchi is placed beside the blog post, or name. Or something > like this: > http://planet.freedesktop.org/ > http://plan

Re: [Ilugc] demo site now has a planet

2009-08-26 Thread Shakthi Kannan
Hi, --- On Wed, Aug 26, 2009 at 3:17 PM, Kenneth Gonsalves wrote: | how do you like your hackergotchi? \-- As you add more feeds to the Planet, it will be better if the hackergotchi is placed beside the blog post, or name. Or something like this: http://planet.freedesktop.org/ http://planet.fedor

Re: [Ilugc] demo site now has a planet

2009-08-26 Thread Kenneth Gonsalves
On Wednesday 26 Aug 2009 2:35:28 pm Shakthi Kannan wrote: > | http://demo.ilugc.org.in/planet/ > > \-- > > You can also add hackergotchis to each blog. Mine is at: > http://shakthimaan.com/downloads/shakthimaan2.png how do you like your hackergotchi? -- regards kg http://lawgon.livejournal.com __

Re: [Ilugc] demo site now has a planet

2009-08-26 Thread Roshan Mathews
On Wed, Aug 26, 2009 at 1:55 PM, Kenneth Gonsalves wrote: > I have set up a planet for our lug: > > http://demo.ilugc.org.in/planet/ > > anyone who likes to join may send me their name and feed url off list. Thanks > to Shakthi for suggesting the idea and guiding me in doing it. > I would have gon

Re: [Ilugc] demo site now has a planet

2009-08-26 Thread Vamsee Kanakala
Kenneth Gonsalves wrote: hi, I have set up a planet for our lug: http://demo.ilugc.org.in/planet/ Excellent. Finally! Thanks, and makes me feel bad not being able to help you in any way with the setup. I promise, I'll chip in next week :) Vamsee. __

Re: [Ilugc] demo site now has a planet

2009-08-26 Thread Shakthi Kannan
Hi, --- On Wed, Aug 26, 2009 at 1:55 PM, Kenneth Gonsalves wrote: | I have set up a planet for our lug: \-- Thanks! --- | http://demo.ilugc.org.in/planet/ \-- You can also add hackergotchis to each blog. Mine is at: http://shakthimaan.com/downloads/shakthimaan2.png I have added a ticket reques

[Ilugc] demo site now has a planet

2009-08-26 Thread Kenneth Gonsalves
hi, I have set up a planet for our lug: http://demo.ilugc.org.in/planet/ anyone who likes to join may send me their name and feed url off list. Thanks to Shakthi for suggesting the idea and guiding me in doing it. -- regards kg http://lawgon.livejournal.com ___