C Board  

Go Back   C Board > Community Boards > General Discussions

Reply
 
LinkBack Thread Tools Display Modes
Old 12-23-2008, 02:27 PM   #1
and the hat of copycat
 
stevesmithx's Avatar
 
Join Date: Sep 2007
Posts: 417
Hungry?

Just in case if you are NOT feeling hungry:
I ain't hungry
__________________
Not everything that can be counted counts, and not everything that counts can be counted
- Albert Einstein.


No programming language is perfect. There is not even a single best language; there are only languages well suited or perhaps poorly suited for particular purposes.
- Herbert Mayer
stevesmithx is offline   Reply With Quote
Old 12-23-2008, 03:35 PM   #2
Woof, woof!
 
zacs7's Avatar
 
Join Date: Mar 2007
Location: Australia
Posts: 3,295
Hmmm tasty.

Just like all these ads on radio in my area at the moment, "Please don't eat factory farmed ham". Something about they're as smart as 3 year old children and the factory doesn't treat them right. I don't see the problem, my uncle works at such a place -- they look like pigs to me!?

It's very rude of you to show bacon when I'm on my morning cboard patrol
__________________
"I.T. gets the chicky-babes" - M. Kelly
bakefile | vim
zacs7 is offline   Reply With Quote
Old 12-23-2008, 03:46 PM   #3
& the hat of GPL slaying
 
Thantos's Avatar
 
Join Date: Sep 2001
Posts: 5,732
I don't see a problem with it. I eat three year old children already....
Thantos is offline   Reply With Quote
Old 12-23-2008, 09:14 PM   #4
and the hat of copycat
 
stevesmithx's Avatar
 
Join Date: Sep 2007
Posts: 417
Quote:
Just like all these ads on radio in my area at the moment, "Please don't eat factory farmed ham". Something about they're as smart as 3 year old children and the factory doesn't treat them right. I don't see the problem, my uncle works at such a place -- they look like pigs to me!?
It's a bit weird.
I thought animal right activists are against whaling , hunting kangaroos(in australia) but never heard of this.

Quote:
It's very rude of you to show bacon when I'm on my morning cboard patrol
Dude, I saw this thing at midnight

Quote:
I don't see a problem with it. I eat three year old children already....
And I ate an elephant the other day in one gulp...
__________________
Not everything that can be counted counts, and not everything that counts can be counted
- Albert Einstein.


No programming language is perfect. There is not even a single best language; there are only languages well suited or perhaps poorly suited for particular purposes.
- Herbert Mayer
stevesmithx is offline   Reply With Quote
Old 12-24-2008, 12:38 AM   #5
HelpingYouHelpUsHelpUsAll
 
Join Date: Dec 2007
Location: In your nightmares
Posts: 223
Nice link, been wondering for a while how they do that...
__________________
long time no C; //seige
You miss 100% of the people you don't C;
Code:
if (language != LANG_C && language != LANG_CPP)
    drown(language);
P4R4N01D is offline   Reply With Quote
Old 12-24-2008, 02:10 AM   #6
Malum in se
 
abachler's Avatar
 
Join Date: Apr 2007
Posts: 3,188
If GOD didn't want us to eat animals he wouldnt have made them out of meat.
__________________
Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off.
abachler is offline   Reply With Quote
Old 12-24-2008, 03:57 PM   #7
and the hat of copycat
 
stevesmithx's Avatar
 
Join Date: Sep 2007
Posts: 417
Quote:
Nice link, been wondering for a while how they do that...
Probably some CSS trick or something..
Funny,today it wears santa's cap.

Quote:
If GOD didn't want us to eat animals he wouldnt have made them out of meat.
Nice line.
__________________
Not everything that can be counted counts, and not everything that counts can be counted
- Albert Einstein.


No programming language is perfect. There is not even a single best language; there are only languages well suited or perhaps poorly suited for particular purposes.
- Herbert Mayer
stevesmithx is offline   Reply With Quote
Old 12-24-2008, 06:39 PM   #8
& the hat of GPL slaying
 
Thantos's Avatar
 
Join Date: Sep 2001
Posts: 5,732
Code:
<html> 
	<head> 
		<title>Bacolicio.us ~Mmmm, Bacon~</title> 
		<style type="text/css" media="screen"> 
			body { margin: 0; padding: 0; }
			#overlay { position: absolute; top: 15%; left: 10%; }
		</style> 
		<link rel="shortcut icon" href="http://bacolicious.s3.amazonaws.com/favicon.ico"> 
	</head> 
	<body> 
		<iframe width="100%" height="100%" src="http://cboard.cprogramming.com" border="0" noborder="noborder" frameborder="0" padding="0" spacing="0"></iframe> 
		<div id="overlay"><img src="http://bacolicious.s3.amazonaws.com/bacon-santa.png"></div> 
		<script type="text/javascript"> 
		var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
		document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
		</script> 
		<script type="text/javascript"> 
		try {
		var pageTracker = _gat._getTracker("UA-67197-4");
		pageTracker._setDomainName("bacolicio.us");
		pageTracker._trackPageview();
		} catch(err) {}</script> 
	</body> 
</html>
Simple use of iframe
Thantos is offline   Reply With Quote
Old 12-24-2008, 08:27 PM   #9
Super Moderator
 
Bubba's Avatar
 
Join Date: Aug 2001
Posts: 7,815
What about the recent PETA publicity stunt about KFC not treating chickens right. I don't care if my chicken is allowed to roam free or granted every right in the book...as long as he is cooked and on my plate I'll be just fine.

So instead of treating the chickens like meat PETA would rather treat the half clothed models as a piece of meat on display. What a bunch of idiots.
__________________
If you aim at everything you will hit something but you won't know what it is.
Bubba is offline   Reply With Quote
Old 12-25-2008, 06:51 AM   #10
Ethernal Noob
 
Join Date: Nov 2001
Posts: 1,891
Damn injection.
__________________
Here to Deceive, Inveigle, Obfuscate Since 1945
indigo0086 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Easy if-else OR switch-case audinue Tech Board 5 03-22-2009 02:33 PM
inquiry from a hungry mac os x user terabyter C Programming 3 06-23-2006 09:04 AM
Ok take a look at this program abyssphobia C++ Programming 7 08-10-2004 01:22 PM
Ahhhhhhh!!!!! Unregistered C++ Programming 2 06-21-2002 01:54 AM


All times are GMT -6. The time now is 05:32 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22