Mac GUI City :: Mac Word Association

Username: Password:   Auto Login    Not a member? Register here!
Search | Help

Mac Word Association

Go to page Previous  1, 2, 3 ... , 122, 123, 124  Next

cactus
Citizen

Offline 

Post 21 Dec 2009 5:34 pm   

Maple Syrup ?

_________________
.
I don't suffer from insanity. I enjoy every minute of it.
You're just jealous because the voices only talk to me.
---------------------------------------------------------------------
Potting Shed|Succulent Plant Page|Botanical Bookmarks||Botanical Glossary

Christopher
Citizen

Offline 

Post 22 Dec 2009 1:18 am   

Ca nade ee uh.

_________________
Lots and lots of computers.

Suffer from OSS(Old Software Syndrome)? Ask your doctor if Vault is right for you.


Dog Cow
Mayor
Topic Starter


Offline 

Post 07 Jan 2010 11:56 am   

cold

_________________
Moof!

Upcoming projects:
- Usenet search engine
- General web search engine

cactus
Citizen

Offline 

Post 07 Jan 2010 4:00 pm   

chilly

_________________
.
I don't suffer from insanity. I enjoy every minute of it.
You're just jealous because the voices only talk to me.
---------------------------------------------------------------------
Potting Shed|Succulent Plant Page|Botanical Bookmarks||Botanical Glossary

macgeek417
Citizen

Offline 

Post 08 Jan 2010 9:49 pm   

Not a word, but what I think of this thread:
Code:

int main()
{
int postcount;
postcount = 0;
while ( 1 )
{
postcount = postcount++;
}
return 0;
}


:D

EDIT: fixed error

macgeek417
Citizen

Offline 

Post 08 Jan 2010 9:59 pm   

...aak, that doesn't work. This does!
Code:
#include <iostream>

int main()
{
int postcount1;
postcount1 = 0;
int postcount2;
postcount2 = 0;
bool switch1;
switch1 = false;
while ( 1 )
{
if ( switch1 == false )
{
std::cout << "Posted by UserNumberOne: moo\n";
switch1 = true;
postcount1 = postcount1 + 1;
std::cout << "User has " << postcount1 << " posts.\n\n";
}
else if ( switch1 == true )
{
std::cout << "Posted by UserNumberTwo: cow\n";
switch1 = false;
postcount2 = postcount2 + 1;
std::cout << "User has " << postcount2 << " posts.\n\n";
}
}
return 0;
}


:lol:

Dog Cow
Mayor
Topic Starter


Offline 

Post 08 Jan 2010 10:06 pm   

This topic has been collecting replies for a few years now. Page 1 is so far away, the journey takes days. Pack well your camel.

_________________
Moof!

Upcoming projects:
- Usenet search engine
- General web search engine

macgeek417
Citizen

Offline 

Post 08 Jan 2010 10:12 pm   

Not as bad as the Spam Thread Mark III on [SITE NAME REMOVED]. 335 Pages since Dec 20th 2009.

Dog Cow
Mayor
Topic Starter


Offline 

Post 08 Jan 2010 10:13 pm   

There's a topic around here that has several thousand pages.

_________________
Moof!

Upcoming projects:
- Usenet search engine
- General web search engine



macgeek417
Citizen

Offline 

Post 08 Jan 2010 10:28 pm   

Can I automate getting that to a million pages? Im a MASTER at wget!

cactus
Citizen

Offline 

Post 09 Jan 2010 2:52 pm   

Broken (link)

_________________
.
I don't suffer from insanity. I enjoy every minute of it.
You're just jealous because the voices only talk to me.
---------------------------------------------------------------------
Potting Shed|Succulent Plant Page|Botanical Bookmarks||Botanical Glossary

cactus
Citizen

Offline 

Post 22 Jan 2010 11:01 pm   

Broken Society

_________________
.
I don't suffer from insanity. I enjoy every minute of it.
You're just jealous because the voices only talk to me.
---------------------------------------------------------------------
Potting Shed|Succulent Plant Page|Botanical Bookmarks||Botanical Glossary

Christopher
Citizen

Offline 

Post 23 Jan 2010 2:22 am   

You are.... the... WEAKEST LINK!

_________________
Lots and lots of computers.

Suffer from OSS(Old Software Syndrome)? Ask your doctor if Vault is right for you.


 
    
Page 123 of 124 Go to page Previous  1, 2, 3 ... , 122, 123, 124  Next
 
Copyright © 2004-2010 by D. Finnigan. All rights reserved.
Page in 0.058s with 8 queries. Memory Usage: 1.65 MB