Anyone up for a BoF meet this Sunday evening at 5 gardens near VJTI?
Philip
On 01-Sep-07, at 4:35 AM, Philip Tellis wrote:
Anyone up for a BoF meet this Sunday evening at 5 gardens near VJTI?
why not in VJTI - you will have systems available and shelter in case it rains
On 01/09/07, Kenneth Gonsalves lawgon@au-kbc.org wrote:
why not in VJTI - you will have systems available and shelter in case it rains
Mainly because I want to go to Shah tea stall, and I don't want systems available. This is not a lug meet.
--- Philip Tellis philip.tellis@gmx.net wrote:
On 01/09/07, Kenneth Gonsalves lawgon@au-kbc.org wrote:
why not in VJTI - you will have systems available
and shelter in case
it rains
Mainly because I want to go to Shah tea stall, and I don't want systems available. This is not a lug meet.
Where is Shah tea stall? Anyway there is a guy who does rounds on a bicycle and sells tea and coffee.
Regards,
Rony.
___________________________________________________________ Yahoo! Answers - Got a question? Someone out there knows the answer. Try it now. http://uk.answers.yahoo.com/
--- Philip Tellis wrote:
Anyone up for a BoF meet this Sunday evening at 5 gardens near VJTI?
The BoF could actually be at VTJI college FOSS Lab. Possible? Mehul, you could put the agenda of Ubuntu related workshops.
-- FSF of India Associate Fellow - http://www.gnu.org.in ubunturos @ freenode
Did you know? You can CHAT without downloading messenger. Go to http://in.messenger.yahoo.com/webmessengerpromo.php/
On 9/1/07, Roshan d_rosh2001@yahoo.co.in wrote:
The BoF could actually be at VTJI college FOSS Lab. Possible?
Should be possible, I will call up and check.
Mehul, you could put the agenda of Ubuntu related workshops.
First we will have to introduce them to ubuntu and it's community. I don't think many of them are much aware of linux beyone red hat 9, except for those people who have come to the lab and seen ubuntu. Another thing could be package management system. Few people who knew linux have asked questions like rpm works on ubuntu, also? can I install red hat softwares on ubuntu? Besides we can introduce them the popular sites, documentation, irc channels, mailing lists and all related to ubuntu. Later on interested students can be introduced to things like localisation, creating and maintaining ubuntu packages, other development related matters. Others can put forth their ideas too. And this topic could be discussed tomorrow if people are upto it.
On 9/1/07, Philip Tellis philip.tellis@gmx.net wrote:
Anyone up for a BoF meet this Sunday evening at 5 gardens near VJTI?
Around what time?
On 01/09/07, mehul mehul.forums@gmail.com wrote:
On 9/1/07, Philip Tellis philip.tellis@gmx.net wrote:
Anyone up for a BoF meet this Sunday evening at 5 gardens near VJTI?
Around what time?
Say 5:30pm.
--- Philip Tellis wrote:
On 01/09/07, mehul wrote:
On 9/1/07, Philip Tellis wrote:
Anyone up for a BoF meet this Sunday evening at
5 gardens near VJTI?
Around what time?
Say 5:30pm.
So, is the BoF confirmed? If yes, I'll put it up on the wiki immediately.
-- http://www.gnu.org.in ubunturos @ freenode
Try the revolutionary next-gen Yahoo! Mail. Go to http://mrd.mail.yahoo.com/dc/landing
--- Roshan d_rosh2001@yahoo.co.in wrote:
--- Philip Tellis wrote:
On 01/09/07, mehul wrote:
On 9/1/07, Philip Tellis wrote:
Anyone up for a BoF meet this Sunday evening
at
5 gardens near VJTI?
Around what time?
Say 5:30pm.
So, is the BoF confirmed? If yes, I'll put it up on the wiki immediately.
BTW, which garden? Our usual one had that slanting tree as the landmark but now its been chopped off to a stump. Anyway it is the garden adjacent to 'Rohinton Baria High School' or 'Wadia Watcha School'. First on the left from Parsi Colony and first *big* one on the right from Ruia signal.
Regards,
Rony.
___________________________________________________________ Want ideas for reducing your carbon footprint? Visit Yahoo! For Good http://uk.promotions.yahoo.com/forgood/environment.html
On 01/09/07, Rony Bill ronbillypop@yahoo.co.uk wrote:
BTW, which garden? Our usual one had that slanting tree as the landmark but now its been chopped off to a stump. Anyway it is the garden adjacent to 'Rohinton Baria High School' or 'Wadia Watcha School'. First on
That will do. See you there in 35 minutes.
Philip
Hi there I am pretty new to GCC..I am using GCC 4.1.2 installed on Ubuntu 4.0..Iwrote a simple "Hello World" program.. # include <stdio.h>
int main(){ printf("dev ranjan das"); }
I am getting the following message first.c:1:20: error: stdio.h: No such file or directory first.c: In function 'main': first.c:4: warning: incompatible implicit declaration of built-in function 'printf'
Can anybody help..
Amiya
--- Amiya Sahoo wrote:
Hi there I am pretty new to GCC..I am using GCC 4.1.2 installed on Ubuntu 4.0..Iwrote a simple "Hello World" program.. I am getting the following message first.c:1:20: error: stdio.h: No such file or directory first.c: In function 'main': first.c:4: warning: incompatible implicit declaration of built-in function 'printf'
Check if you have the include files (such as stdio.h in the /usr/include directory.
Also, it is likely you don't have "build-essential" package installed on Ubuntu. (Which version of Ubuntu?)
sudo apt-get install build-essential should install the package. (Or you could, use Adept) if you are comfortable with it).
-- http://www.gnu.org.in ubunturos @ freenode
Why delete messages? Unlimited storage is just a click away. Go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html
On Sun, 2007-09-02 at 18:25 +0100, Roshan wrote:
Check if you have the include files (such as stdio.h in the /usr/include directory.
Also, it is likely you don't have "build-essential" package installed on Ubuntu. (Which version of Ubuntu?)
sudo apt-get install build-essential should install the package. (Or you could, use Adept) if you are comfortable with it).
I applaud Roshan :) You people should be ashamed of themselves. A poor n00b makes one mistake and everyone goes yapping and yapping and yapping while the newbie is left clueless. I wonder if he read Roshan's reply.
Anyway,
Amiya Sahoo, the reason you're getting these errors is because gcc is unable to find the include files ( headers ). The resolution to such a problem is to download the appropriate development package. I'm a n00b in Ubuntu but as someone suggested you'll need to download build-essential package using apt-get.
apt-get is a commandline utility to install software. Please search for more info on apt-get on whatever search engine of your choice :)
On 03/09/07, Dinesh Joshi dinesh.a.joshi@gmail.com wrote:
I applaud Roshan :) You people should be ashamed of themselves. A poor n00b makes one mistake and everyone goes yapping and yapping and yapping
his question was answered in a separate thread, however, it is also the list's responsibility to teach newbies about the etiquette of communities that they join.
On Tue, 2007-09-04 at 19:19 +0530, Philip Tellis wrote:
I applaud Roshan :) You people should be ashamed of themselves. A poor n00b makes one mistake and everyone goes yapping and yapping and yapping
his question was answered in a separate thread, however, it is also the list's responsibility to teach newbies about the etiquette of communities that they join.
By doing what? Jumping on the poor kid and pounding him till his atoms are split? I say kick him out for recycling a thread. That way he'll learn better and quicker. Nobody learns when 20 people make sarcastic comments to a already confused person!
I distinctly remember when I came here as a newbie and posted a question. It was you who told me not to top post. I didn't know what it was, so I read up on it and modified my subsequent posts accordingly. And if *you* ( and everyone of you ) think back, then you too were newbies at some point. Nobodys a born genius...
On 06-Sep-07, at 1:05 AM, Dinesh Joshi wrote:
I distinctly remember when I came here as a newbie and posted a question. It was you who told me not to top post. I didn't know what it was, so I read up on it and modified my subsequent posts accordingly.
strangely enough it was PT who taught me about top posts also - and I had been top posting for over three years on mailing lists without knowing what it was
On Thu, 2007-09-06 at 12:08 +0530, Kenneth Gonsalves wrote:
On 06-Sep-07, at 1:05 AM, Dinesh Joshi wrote:
I distinctly remember when I came here as a newbie and posted a question. It was you who told me not to top post. I didn't know what it was, so I read up on it and modified my subsequent posts accordingly.
strangely enough it was PT who taught me about top posts also - and I had been top posting for over three years on mailing lists without knowing what it was
Guess PT teaches everyone how NOT to TP :P
Kenneth Gonsalves wrote:
On 06-Sep-07, at 1:05 AM, Dinesh Joshi wrote:
I distinctly remember when I came here as a newbie and posted a question. It was you who told me not to top post. I didn't know what it was, so I read up on it and modified my subsequent posts accordingly.
strangely enough it was PT who taught me about top posts also - and I had been top posting for over three years on mailing lists without knowing what it was
Philip was one of the list admins so its natural. I too learnt from him. Initially I thought top posting meant that subject lines cannot be long. So I reduced my subject lines till I could not shrink them further beyond one or two words. Then he privately explained what top posting actually was.
Dialogue scripts follow the top to bottom rule and that is why the reply falls below the original post.
On 06/09/07, Dinesh Joshi dinesh.a.joshi@gmail.com wrote:
And if *you* ( and everyone of you ) think back, then you too were newbies at some point. Nobodys a born genius...
You don't have to be born a genius, but you do have to prepare yourself before you join a new community. The community isn't going to change to accomodate a new person, it's only after new people become part of the community that they can affect change.
FWIW, my first encounter with usenet etiquette was a mail I received from Tom Christiansen when I first posted to comp.lang.perl.misc. Since newsgroups had no membership, the best time to mail new users was when they first posted. The mail introduced me to jeopardy style posting among other things. I then read up on the smart questions FAQ and various usenet posting guidelines, including the list rules that are mailed out to all new members.
I'd expect new members of this list to, at the very least, have gone through the list rules and guidelines that were mailed to them when they joined. Failing that, this is what ends up happening.
Philip
PS: It appeared to me as if Raju's response was directed at me, and not at the OP and Kenneth's was directed at Raju.
On 06-Sep-07, at 2:59 PM, Philip Tellis wrote:
PS: It appeared to me as if Raju's response was directed at me, and not at the OP and Kenneth's was directed at Raju.
yes. btw, please add a section on thread recycling in the mumbai list rules
On 06/09/07, Kenneth Gonsalves lawgon@au-kbc.org wrote:
yes. btw, please add a section on thread recycling in the mumbai list rules
tch tch. if you'll be so kind as to write it up, one of us could add it ;)
On 07-Sep-07, at 2:53 PM, Philip Tellis wrote:
yes. btw, please add a section on thread recycling in the mumbai list rules
tch tch. if you'll be so kind as to write it up, one of us could add it ;)
surely - in the appropriate place please insert this:
Please do not recycle messages. For details see http://mm.bbspals.org/ message-recycling/
If you need further help as to exactly where to insert it - I can make suggestions.
On 09/09/2007, Kenneth Gonsalves lawgon@au-kbc.org wrote:
Please do not recycle messages. For details see http://mm.bbspals.org/ message-recycling/
Inserted into point number 4 regarding one subject per email.
Philip Tellis wrote:
PS: It appeared to me as if Raju's response was directed at me, and not at the OP and Kenneth's was directed at Raju.
It was the Tom and Jerry show that caused the turmoil. They don't spare any opportunity. :-D
On 02/09/07, Amiya Sahoo amiya17igit@gmail.com wrote:
Hi there I am pretty new to GCC..I am using GCC 4.1.2 installed on Ubuntu 4.0..Iwrote a simple "Hello World" program..
What does this have to do with the BoF meet?
Don't recycle threads. Start new ones.
On Monday 03 September 2007 11:22, Philip Tellis wrote:
[snip] Don't recycle threads. Start new ones.
People like you are encouraging global warming and the eventual early demise of our planet. Note that the Kyoto Protocol specifically lays out procedures and conditions under which threads may be recycled safely. If we all follow the guidelines for recycling threads available at http://2130706433/ we can each do our little bit to contribute to making our planet live longer, end world hunger, bring world peace, find an affordable cure for AIDS and give MS a clue (OK, maybe the last one could be called impossible but I can dream, can't I?).
Remember, an electron saved is an electron earned! That keystroke you save today could determine the future bogoMIPS of your great-great-great-great-great-great-great-great-great-great-great-grandchildren!
Regards,
-- Raju
On 03-Sep-07, at 12:02 PM, Raj Mathur wrote:
Don't recycle threads. Start new ones.
People like you are encouraging global warming and the eventual early demise of our planet.
thread recycling has nothing to do with global warming and everything to do with list etiquette. Please do some googling before you post.
On Monday 03 September 2007 12:11, Kenneth Gonsalves wrote:
On 03-Sep-07, at 12:02 PM, Raj Mathur wrote:
Don't recycle threads. Start new ones.
People like you are encouraging global warming and the eventual early demise of our planet.
thread recycling has nothing to do with global warming and everything to do with list etiquette. Please do some googling before you post.
I suggest that you look at and try to emulate the great strides that Patagonia is making in thread recycling before making such irresponsible statements in a public forum:
http://www.treehugger.com/files/2005/08/patagonia_launc.php (P.S. I used Google as you suggested)
I care about my planet, and swear henceforth to only use recycled threads *calls in Gita, lays hand on her head and makes appropriate declamatory statements*. So should you if you care about Mother Earth, perhaps eliminating Gita from the proceedings -- she may get tired of people laying their hands on her head all the time.
Regards,
-- Raju (trying very hard to stop laughing)
On 03-Sep-07, at 12:32 PM, Raj Mathur wrote:
thread recycling has nothing to do with global warming and everything to do with list etiquette. Please do some googling before you post.
I suggest that you look at and try to emulate the great strides that Patagonia is making in thread recycling before making such irresponsible statements in a public forum:
http://www.treehugger.com/files/2005/08/patagonia_launc.php (P.S. I used Google as you suggested)
you have fallen into the trap that catches all n00bs to googling - assuming that whatever the first link turns up is the answer to the question you asked. This is a common mistake made by many people and there is no reason to be disheartened. If you work at it, you can refine your search queries to really dig out what is meant by thread recycling. And you will find that ilug Mumbai list rules do not prohibit message recycling! Strange.
Anyway, just to save you time, here is a short description of what is message recycling and why it is bad:
http://mm.bbspals.org/message-recycling/
this link was turned up by intelligent googling - try to learn to do this.
On 9/3/07, Kenneth Gonsalves lawgon@au-kbc.org wrote:
you have fallen into the trap that catches all n00bs to googling - assuming that whatever the first link turns up is the answer to the question you asked. This is a common mistake made by many people and there is no reason to be disheartened. If you work at it, you can refine your search queries to really dig out what is meant by thread recycling. And you will find that ilug Mumbai list rules do not prohibit message recycling! Strange.
Anyway, just to save you time, here is a short description of what is message recycling and why it is bad:
http://mm.bbspals.org/message-recycling/
this link was turned up by intelligent googling - try to learn to do this.
Hmm... Intellectual flame war ;-)
regards VK
On 9/3/07, vivek khurana mailing.vivek@gmail.com wrote:
On 9/3/07, Kenneth Gonsalves lawgon@au-kbc.org wrote:
<snip>
Anyway, just to save you time, here is a short description of what is message recycling and why it is bad:
http://mm.bbspals.org/message-recycling/
this link was turned up by intelligent googling - try to learn to do this.
Hmm... Intellectual flame war ;-)
Aarghh! Flamewar -> flame -> fire -> air pollution Stop it!
On 9/1/07, Philip Tellis philip.tellis@gmx.net wrote:
Mainly because I want to go to Shah tea stall, and I don't want systems available. This is not a lug meet.
Say 5:30pm.
Great. I can join in around 5:45-6. Also, it would be nice watching some love birds :P
--- Philip Tellis philip.tellis@gmx.net wrote:
Anyone up for a BoF meet this Sunday evening at 5 gardens near VJTI?
I can come.
Regards,
Rony.
___________________________________________________________ Want ideas for reducing your carbon footprint? Visit Yahoo! For Good http://uk.promotions.yahoo.com/forgood/environment.html
On 9/1/07, Philip Tellis philip.tellis@gmx.net wrote:
Anyone up for a BoF meet this Sunday evening at 5 gardens near VJTI?
Philip
evening + 5 gardens? eeeeks!!!
On 9/2/07, Mohan Nayaka mohansn@gmail.com wrote:
On 9/1/07, Philip Tellis philip.tellis@gmx.net wrote:
Anyone up for a BoF meet this Sunday evening at 5 gardens near VJTI?
Philip
evening + 5 gardens? eeeeks!!!
evening + garden+ technology+ BoF = (eeeeeks!!!)^3 ;
regards VK