LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


View Poll Results: How old is our Linux users Currently?
1-12 15 0.82%
13-18 354 19.39%
19-28 777 42.55%
29-38 300 16.43%
39-50 222 12.16%
51-64 111 6.08%
64-75 34 1.86%
As old as the hills.. 13 0.71%
Voters: 1826. You may not vote on this poll

Reply
  Search this Thread
Old 11-06-2002, 08:35 AM   #196
annehoog
Member
 
Registered: Jan 2002
Location: Nederland
Distribution: RH 8 Psyche and Debian Woody
Posts: 373

Rep: Reputation: 32

female/registered linuxchic (linuxchix.org)
25 years young
linux addict since january 2002 (windows didn't even crash on me since I did nothing with it! Just turned to linux out of curiosity really)
currently on RH8.0
greated succes: having my boyfriend switch over to linux
location: Nederland (tiny, cold and wet)
I'd rather be: in Mexico (was there for six months once)
not happy with: current job
my nick: not really a nick, just a short version of my real name.

Last edited by annehoog; 11-06-2002 at 08:41 AM.
 
Old 11-07-2002, 01:57 AM   #197
GT I.N.C
Member
 
Registered: May 2002
Location: Australia, Sydney, St.Clair
Distribution: Rh 7.3
Posts: 836

Original Poster
Rep: Reputation: 30
Hmmm good to see another female on the forums!

#Garry

Edit:

I just read you have been registered since January haha longer than me, and i bet no one knew you were a female, but thanks to my thread, now we all know hehe...

Last edited by GT I.N.C; 11-07-2002 at 01:58 AM.
 
Old 11-07-2002, 02:37 AM   #198
annehoog
Member
 
Registered: Jan 2002
Location: Nederland
Distribution: RH 8 Psyche and Debian Woody
Posts: 373

Rep: Reputation: 32
Strange, I thought my name would have given away the fact that I am female

Allthough in Friesland (a province in the north of Holland) Anne is a male name, but I thought that was the exeption.

Anne
 
Old 11-07-2002, 02:47 PM   #199
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Well if it's any consolation, I always thought you were a female

Cool
 
Old 11-07-2002, 03:55 PM   #200
Stephanie
LQ Addict
 
Registered: May 2001
Location: Arizona
Distribution: 9.2 Mandy 1.4 Gentoo 5.1 FreeBSD WinXP
Posts: 1,166

Rep: Reputation: 45
Yes, it is very nice to see another gal in the forums.

I was just reading about how the computer field is saturated with boys, and why there are so little women in it.

Quite an interesting read.... especially given the fact that these two bozo editors were men and they did not even bother to ask a wmoan for her thoughts
 
Old 11-07-2002, 04:20 PM   #201
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by Stephanie
Quite an interesting read.... especially given the fact that these two bozo editors were men and they did not even bother to ask a wmoan for her thoughts
Yeah, men can be stupid at times.. that's why I just laugh at myself when I do stupid things..
 
Old 11-07-2002, 05:44 PM   #202
orgcandman
Member
 
Registered: May 2002
Location: new hampshire
Distribution: Fedora, RHEL
Posts: 600

Rep: Reputation: 110Reputation: 110
a'ight bleh

k, decided I'd add my two bits to the forum. I'm going C code style (ahhh!!)

/* decided to use non define's...for more stack consumption...yum */
char *NAME="Aaron";
int AGE = 19;
char *CITY="Dracut";
char *STATE="MA";

typedef struct dist {
char *name;
int ver;
} OSes;

OSes used[] = {
{"Debian GNU/Linux", 2.2},
{"Redhat Linux", 6.1},
{"Redhat Linux", 7.1}, /* ok, I've got a .1 fetish...sue me */
{"Mandrake Linux", 7.1},
{"LFS", 0}, /* versions aren't really applicable...I didn't follow the book 100%*/
{"OS/2 Warp", 4},
{"Windows NT", 5},
{"Solaris", 2.6}, /* Anyone who uses solaris knows that their versioning system is screwed up */
{"MS-Dos", 6.22} /* I run GeoWorks on that machine */
};

void printOS(OSes os){
printf("OS Name: %s\nVersion: %d\n", os.name, os.ver);
}

void extra_info(){

printf("I've been programming since 1990. However, my computer experiences date back to about 1988 with a WangPC clunking around with it's version of DOS. The first game I ever played on a computer was the Ghostbusters text based RPG. I couldn't get past the first room with the ghost...so shoot me...I was 5. I could at least read the words room and ghost.\n");

printf("If you'd like to see a picture of me, then go to http://www.geocities.com/wholeyfunk/pics/orgcandman.jpg and enjoy. PS: I, un-successfully, attempted to stick my tounge out. Serves me right.\n\n");

}

int main(){
int i;
printf("K, I'm %s! I come from %s, %s. I am %d year(s) old. My editor of choice is EMACS.\n", NAME, CITY, STATE, AGE);
for(i = 0; i < 9; i++) printOS(used[i]);
extra_info();
return 0;
}


Yah...I'm a geek. Hey, at least I'm not so geeky that I repulse women, all the time. But anyway, I'm surprised that there aren't more Massachusetts linux users poking up here. Meh. I guess they all use FreeBSD or something...heh...I only use that on my alpha, sometimes. Anywho, there's my story.

Aaron

NOTA BENE: If you notice, I managed to accomplish both making myself look weird, and answering the question in an incredibly long post.
 
Old 11-07-2002, 05:54 PM   #203
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
So what would happen if I tried to compile that?
 
Old 11-07-2002, 06:26 PM   #204
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
It compiles:

Code:
fin@orwell:~$ gcc goop.c 
fin@orwell:~$ ls
Drafts           dvorak.txt                    maintemp/
FormMail.pl*     featureforward.html           mbox
Mail/            freecrap                      nsmail/
Nautilus/        gandi-domain                  projects/
News/            geeks                         public_html/
Sent             gimmethepasswords.txt         revMLK
Trash            goodones                      screenshots.tar.gz
a.out*           goop.c                        stuph/
bin/             house.tar                     tomcat.tar.gz
bookmarks.txt    initsplat*                    web.tar.gz
bugforward.html  jakarta-tomcat-4.1.12.tar.gz  webmailforward
captainED        libcrap                       webmails/
dead.letter      mail/                         work/
fin@orwell:~$ ./a.out 
K, I'm Aaron! I come from Dracut, MA. I am 19 year(s) old. My editor of 
choice is EMACS.
OS Name: Debian GNU/Linux
Version: 2
OS Name: Redhat Linux
Version: 6
OS Name: Redhat Linux
Version: 7
OS Name: Mandrake Linux
Version: 7
OS Name: LFS
Version: 0
OS Name: OS/2 Warp
Version: 4
OS Name: Windows NT
Version: 5
OS Name: Solaris
Version: 2
OS Name: MS-Dos
Version: 6
I've been programming since 1990. However, my computer experiences 
date back to about 1988 with a WangPC clunking around with it's version of 
DOS. The first game I ever played on a computer was the Ghostbusters text 
based RPG. I couldn't get past the first room with the ghost...so shoot 
me...I was 5. I could at least read the words room and ghost.
If you'd like to see a picture of me, then go to 
http://www.geocities.com/wholeyfunk/pics/orgcandman.jpg and enjoy. PS: I, 
un-successfully, attempted to stick my tounge out. Serves me right.
Cheers,

Finegan
 
Old 11-07-2002, 06:47 PM   #205
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Ha, that's wicked. . .I thought it was a joke (obviously I don't program C) . Congrats to orgcandman for such a great post.

Addendum: Well, I don't know if my GCC's standards are too high but it won't compile:

aboutme.c:31: warning: braces around scalar initializer
aboutme.c:31: warning: (near initialization for `used')
aboutme.c:31: invalid initializer
aboutme.c:31: (near initialization for `used')
aboutme.c:31: warning: excess elements in scalar initializer
aboutme.c:31: warning: (near initialization for `used')
aboutme.c:31: warning: excess elements in scalar initializer
aboutme.c:31: warning: (near initialization for `used')

C'est la vie!

Last edited by bulliver; 11-11-2002 at 07:01 AM.
 
Old 11-08-2002, 02:27 AM   #206
annehoog
Member
 
Registered: Jan 2002
Location: Nederland
Distribution: RH 8 Psyche and Debian Woody
Posts: 373

Rep: Reputation: 32
Quote:
Originally posted by MasterC
Well if it's any consolation, I always thought you were a female

Cool
Thank you, that's good to hear!
 
Old 11-08-2002, 03:07 AM   #207
UB_KMA
Member
 
Registered: Jul 2002
Location: Austin,TX
Distribution: A mash of SourceMage, Lunar, Slack, Manny, and RedHat all smushed together
Posts: 94

Rep: Reputation: 15
43
Male
Round Rock, Texas
Jack of all Trades
1.4GHZ HP P4 (my kids windows box for games)
1800XP (home made w/slack and a dusty, shrinking XP partition)
1600XP (home made w/Manny)
Sites I've undertaken to design free of charge (who'd pay for this crap anyhow?)
http://www.singleparentsofaustin.com
http://www.kmagaming.com btw, this site doesn't display right with konqueror -- I am horribly embarassed!
A picture, more or less -- I'm the one called "Unbalanced", thus the UB in my tag...http://kmagaming.com/face2face.html

Some great people here!

Last edited by UB_KMA; 11-08-2002 at 03:12 AM.
 
Old 11-10-2002, 01:43 PM   #208
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Quote:
Originally posted by finegan
It compiles:
In my opinion it shouldn't. '2.2' is not an int, for sure.
 
Old 11-10-2002, 07:48 PM   #209
figadiablo
Member
 
Registered: Feb 2002
Location: Virginia USA
Distribution: Slackware, CentOS, Fedora
Posts: 342

Rep: Reputation: 30
the output shows the version in int, not floats, so instead of inputing 2.2 into the variable, it only inputs a 2. The compiler will treat them as intergers, obviously because they were declare int.

input:
{"Debian GNU/Linux", 2.2},

output:
OS Name: Debian GNU/Linux
Version: 2
 
Old 11-10-2002, 08:24 PM   #210
k3v0
Member
 
Registered: Jul 2002
Location: cape coral, fl
Distribution: Gentoo 1.4_rc2
Posts: 47

Rep: Reputation: 15
17
male
cape coral, fl
using slackware 8.1
im in my highschools marching band i play the sousaphone(tuba)
i have 2 systems one running linux(my server) and one running winxp(my main rig)
 
  


Reply

Tags
as



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 Off
HTML code is Off



LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 06:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration