What to Program...

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

Do you saw the project named "Cooperative Linux" ? It allows (somehow) to run linux distribution under Windows XP kernel :)

inflater
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
Tyler
Member
Member
Posts: 514
Joined: Tue Nov 07, 2006 7:37 am
Location: York, England

Post by Tyler »

Candy wrote:
Tyler wrote:This is true for current Windows, Vista does have special classes of program now that boost depending on there action, there as a link to a website explaining it in a recent post.
I read that in a book explaining Windows NT 3.51.
Nothing like staying upto date.
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Post by Candy »

Tyler wrote:
Candy wrote:
Tyler wrote:This is true for current Windows, Vista does have special classes of program now that boost depending on there action, there as a link to a website explaining it in a recent post.
I read that in a book explaining Windows NT 3.51.
Nothing like staying upto date.
Is it really important to stay up to date about things you can't expect to change? It's the same in Vista as in NT 3.51. They didn't get a complaint -> no change.
Tyler
Member
Member
Posts: 514
Joined: Tue Nov 07, 2006 7:37 am
Location: York, England

Post by Tyler »

Candy wrote:
Tyler wrote:
Candy wrote: I read that in a book explaining Windows NT 3.51.
Nothing like staying upto date.
Is it really important to stay up to date about things you can't expect to change? It's the same in Vista as in NT 3.51. They didn't get a complaint -> no change.
Don't forget he old, get a complaint -> do **** all because people don't even realise they can not have windows.
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

Is all the quoting necessary? Really, your right below the person your quoting, who only has one sentence. This is quite irrelevant....Why am I writing this....More tea....
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Post by Candy »

Alboin wrote:Is all the quoting necessary? Really, your right below the person your quoting, who only has one sentence. This is quite irrelevant....Why am I writing this....More tea....
Tea doesn't contain c8h10n4o2 does it? It was a different substance, right?
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

Candy wrote:Tea doesn't contain c8h10n4o2 does it? It was a different substance, right?
c8h10n4o2 is caffeine. Therefore, tea contains it. Tea is my friend.... 8-[
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

Alboin wrote:
Candy wrote:Tea doesn't contain c8h10n4o2 does it? It was a different substance, right?
c8h10n4o2 is caffeine. Therefore, tea contains it. Tea is my friend.... 8-[
Coffee contains caffeine.. And I like waking up to a nice cup of coffee...

The phrase: "I wake up to a nice cup of tea.." just doesn't sound right to me.. :?

8) Hooray for off topic conversations?
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

Brynet-Inc wrote:8) Hooray for off topic conversations?
HOORAY!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (And I started this topic :D )
C8H10N4O2 | #446691 | Trust the nodes.
GLneo
Member
Member
Posts: 237
Joined: Wed Dec 20, 2006 7:56 pm

Post by GLneo »

Code: Select all

/* printf("Welcome to Windows 3.1"); */
/* printf("Welcome to Windows 3.11"); */
/* printf("Welcome to Windows 95"); */
/* printf("Welcome to Windows NT 3.0"); */
/* printf("Welcome to Windows 98"); */
/* printf("Welcome to Windows NT 4.0"); */
printf("Welcome to Windows 2000");
for keeping up to date...
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

GLneo wrote:

Code: Select all

/* printf("Welcome to Windows 3.1"); */
/* printf("Welcome to Windows 3.11"); */
/* printf("Welcome to Windows 95"); */
/* printf("Welcome to Windows NT 3.0"); */
/* printf("Welcome to Windows 98"); */
/* printf("Welcome to Windows NT 4.0"); */
printf("Welcome to Windows 2000");
for keeping up to date...
Yup, that about covers the complexity of Microsoft's products..
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

No no, I hear Vista is much different:

Code: Select all

char *ver[] = {
        "3.1",
        "3.11",
        "95",
        "NT 3.0",
        "98",
        "NT 4.0",
        "2000",
        "XP",
        "Vista"
};

printf("Welcome to Windows %s", ver[8]);
:)
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

Alboin wrote:No no, I hear Vista is much different:

Code: Select all

char *ver[] = {
        "3.1",
        "3.11",
        "95",
        "NT 3.0",
        "98",
        "NT 4.0",
        "2000",
        "XP",
        "Vista"
};

printf("Welcome to Windows %s", ver[8]);
:)
Now thats evolution!! :lol:

How mildly entertaining this is.. 8)
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
GLneo
Member
Member
Posts: 237
Joined: Wed Dec 20, 2006 7:56 pm

Post by GLneo »

Microsoft would:

Code: Select all

char *ver[] = {
        "3.1",
        "3.11",
        "95",
        "NT 3.0",
        "98",
        "NT 4.0",
        "2000",
        "XP",
        "Vista"
};

printf("Welcome to Windows %s", &(ver + 8));
or some other horrible logic error... :)
User avatar
os64dev
Member
Member
Posts: 553
Joined: Sat Jan 27, 2007 3:21 pm
Location: Best, Netherlands

Post by os64dev »

Code: Select all

char *ver_user[] = { 
        "3.1", 
        "3.11", 
        "95", 
        "98", 
        "Me"
}; 

char *ver_company[] = { 
        "NT 3.0", 
        "NT 4.0", 
        "2000", 
        "XP", 
        "Vista" 
};

printf("Welcome to Windows %s", (os==user) ? ver_user[ver] : ver_company[ver]); 
Guess this is a little bit better :twisted:
Author of COBOS
Post Reply