To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
PHPBuilder.com  
 

 

Go Back   PHPBuilder.com > Discussion > Echo Lounge

Echo Lounge General Chat and Introductions. A catch all for any topic.

View Poll Results: Are you male or female?
Female 6 8.70%
Male 63 91.30%
Voters: 69. You may not vote on this poll

Reply
 
Thread Tools Rate Thread Display Modes
Old 08-29-2002, 11:01 AM   #1
piersk
Moderator
 
Join Date: Aug 2002
Location: Guildford, UK
Posts: 4,279
Question Male or female??

Ok, here's something that Ive been wondering for all of about 24 seconds...

The majority of programmers are (without meaning to be sexist) male, are they not? Well, lets put this to the test.

Dont really need any text in your reply, just vote in the poll...
piersk is offline   Reply With Quote
Old 08-29-2002, 02:13 PM   #2
daynah
PHP Princess
 
daynah's Avatar
 
Join Date: Mar 2001
Location: CA, USA
Posts: 324
I guess I'm not in the majority.... but I've been use to that since college. I'd like to know who the other fellow female programmers are though.
daynah is offline   Reply With Quote
Old 08-29-2002, 04:05 PM   #3
Rhiannon
Little Miss Brat Child
 
Join Date: Aug 2002
Location: Wisconsin
Posts: 15
Out of the 4 student programmers in my office - I work on a college campus - I'm the only female. But of my bosses two out of the three are female. Interesting.
Rhiannon is offline   Reply With Quote
Old 08-29-2002, 05:13 PM   #4
sid
<? define(VEGAN, true);?>
 
sid's Avatar
 
Join Date: Aug 2002
Location: linz/austria (mn/usa)
Posts: 705
male - but i study witha bunch of femi-programmers...
__________________
Fatal error: Call to undefined function: signature() in /home/virtual/var/www/html/showthread.php on line 87 <?PHPBuilder Profile?>
X 666 X
sid is offline   Reply With Quote
Old 08-29-2002, 09:07 PM   #5
mrmufin
freak centraal
 
Join Date: Jun 2002
Location: Earth
Posts: 346
PHP Code:
class Mufin {

    var
$sex;
    var
$age;
    var
$height;
    var
$weight;
    var
$income;

    function
Mufin($a) {
        
$this->sex = $a['sex'];
        
$this->age = $a['age'];
        
$this->height = $a['height'];
        
$this->weight = $a['weight'];
        
$this->income = $a['income'];
    }
}

$mrmufin = new Mufin(array('age'=>4,'sex'=>'m','height'=>'70 inches','weight'=>'165 lbs','income'=>0,));
$msmufin = new Mufin(array('age'=>32,'sex'=>'f','height'=>'60 inches','weight'=>'105 lbs','income'=>'lots',));
Any more questions?
__________________
Look up on the wall, baby, hand me down my shootin' iron...
mrmufin is offline   Reply With Quote
Old 08-30-2002, 08:01 AM   #6
dar-k
Capn cranky
 
dar-k's Avatar
 
Join Date: May 2002
Location: My house, mostly
Posts: 234
Ole fashioned male progammur....zzzz
dar-k is offline   Reply With Quote
Old 08-30-2002, 01:06 PM   #7
marianna
Junior Member
 
Join Date: Aug 2001
Posts: 27
I'm female

In undergrad, there was a slight difference between the number of males and females, but in grad school it's severe
I also work and am one of 2 females in my group of 18
marianna is offline   Reply With Quote
Old 09-01-2002, 02:45 PM   #8
jayant
WARNING: I am watching u!
 
jayant's Avatar
 
Join Date: Aug 2002
Location: New Delhi, India
Posts: 891
Very true that most of the techie folks are guys.
In my college:-
Course1 :
30 students (22 males, 8 females)
Course2:
20 students (17 males, 3 females)

I happen to be lucky to be in course1. more girlz <evil grin>
__________________
Jayant Kumar Gandhi
Computer Help | GZip/ Page Compression Test | My pic/ How I look?
Marking the thread as 'resolved' is more important than saying "thanks. that solved it"
Click "Mark Thread Resolved" in the thread tools and the top of the thread.
Keep sensible thread titles.
jayant is offline   Reply With Quote
Old 09-02-2002, 07:36 PM   #9
psy
broken
 
psy's Avatar
 
Join Date: Aug 2002
Location: nj
Posts: 82
Quote:
Originally posted by mrmufin
PHP Code:
class Mufin {

    var
$sex;
    var
$age;
    var
$height;
    var
$weight;
    var
$income;

    function
Mufin($a) {
        
$this->sex = $a['sex'];
        
$this->age = $a['age'];
        
$this->height = $a['height'];
        
$this->weight = $a['weight'];
        
$this->income = $a['income'];
    }
}

$mrmufin = new Mufin(array('age'=>4,'sex'=>'m','height'=>'70 inches','weight'=>'165 lbs','income'=>0,));
$msmufin = new Mufin(array('age'=>32,'sex'=>'f','height'=>'60 inches','weight'=>'105 lbs','income'=>'lots',));
Any more questions?
that was great hahahahaha
__________________
$drink->heineken();
psy is offline   Reply With Quote
Old 09-03-2002, 07:57 AM   #10
Weedpacket
Custom User Title™
 
Weedpacket's Avatar
 
Join Date: Aug 2002
Location: Rapid Offensive Unit "Foreign Object Damage"
Posts: 19,124
Quote:
Originally posted by mrmufin
Any more questions?
Yeah: when are you going to use International units like a civilised person?
__________________
On two occasions I have been asked [by Members of Parliament], "Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?" I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question.
Weedpacket is offline   Reply With Quote
Old 09-03-2002, 09:11 AM   #11
ShawnD
n00b :(
 
Join Date: Aug 2002
Posts: 151
i'm 5'10" and all man
i dont know how much that is in cm though
ShawnD is offline   Reply With Quote
Old 09-03-2002, 10:49 AM   #12
mrmufin
freak centraal
 
Join Date: Jun 2002
Location: Earth
Posts: 346
Quote:
Originally posted by Weedpacket

Yeah: when are you going to use International units like a civilised person?
International units? You mean like weight in 'stones', height in 'hands' and age in UNIX timestamps?

Hmmm... but I never recall ever claiming to be a civilised person.
__________________
Look up on the wall, baby, hand me down my shootin' iron...

Last edited by mrmufin; 09-03-2002 at 10:51 AM.
mrmufin is offline   Reply With Quote
Old 09-03-2002, 07:01 PM   #13
ShawnD
n00b :(
 
Join Date: Aug 2002
Posts: 151
he/she/it means Metres and Grams, you know, the system that every country in the world but the US uses pretty much
ShawnD is offline   Reply With Quote
Old 09-04-2002, 09:10 PM   #14
bastien
Senior Member
 
bastien's Avatar
 
Join Date: Oct 2001
Location: toronto, canada
Posts: 2,386
male the last time i checked

no wait...pheww still am
__________________
Bastien

Cat, the other other white meat.
bastien is offline   Reply With Quote
Old 09-07-2002, 06:59 PM   #15
mw-dnb
Member
 
Join Date: Sep 2002
Location: St. Louis
Posts: 52
Quote:
Originally posted by Weedpacket


Yeah: when are you going to use International units like a civilised person?
how do you calculate pounds > stones

I way 13 stones... stones??? what the hell is a stone??
__________________
www.mw-dnb.com
The Midwests #1 place for all things DnB
mw-dnb is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 07:01 PM.






Acceptable Use Policy

internet.comMediabistrojusttechjobs.comGraphics.com

WebMediaBrands Corporate Info


Advertise | Newsletters | Feedback | Submit News

Legal Notices | Licensing | Permissions | Privacy Policy


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.