• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Language, how many do you speak?

You see someone, and it queries your brain to see if you recognize the face. If so, it continues. Else, it ignores the person.

If you recognize the face, it queries to see if you know their name. If not, it says a random nickname. If so, it says "Hey {their name here}".

Simple, really. speak() and ignore() are hypothetical brain functions.
 
lol, I nkow that... but I was saying that he'd say the code itself,

he'd say, "if ($person == "stupid), etc. out loud it'd be funny... and people would think he's strange and walk away
 
English & French, I'm a true Canadian. "What red blooded Canadian wouldn't want to blow up a barn?"
 
You mean you don't do that?

$query = brain_query("SELECT * FROM `people` WHERE `face` ='".$person['face']."'")
or ignore();
$row = brain_fetch_array($query);
if(empty($row['name']))
{
$nicknames = array("buddy", "man", "dude", "woman", "peeping tom");
speak("Hey ".$nicknames[mt_rand(0,count($nicknames))]."!");
}
else
{
speak("Hello ".$row['nickname']);
}


That's pretty much how it goes...

I love this. :lol: :lol: you just made my night Tree.
 
$reply = $_LISTEN[$row[name]];

if(is_positive($reply)) {

$newreply = brain_fetch_row(brain_query("SELECT * FROM `positive_phrases` WHERE `year` ='2006'"));

speak($newreply[mt_rand(0,count($newreply)));

} else {

$newreply = brain_fetch_row(brain_query("SELECT * FROM `negative_phrases` WHERE `year` ='2006'"));

speak($newreply[mt_rand(0,count($newreply)));

}
 
Born and live in India so here it goes

English, Hindi, Marathi, Sindhi, Bit Punjabi, Konkani, bit Urdu, bit Gujrati

I guess im @ TOP for highest lang to know, hehehe :)
 
$reply = $_LISTEN[$row[name]];

if(is_positive($reply)) {

$newreply = brain_fetch_row(brain_query("SELECT * FROM `positive_phrases` WHERE `year` ='2006'"));

speak($newreply[mt_rand(0,count($newreply)));

} else {

$newreply = brain_fetch_row(brain_query("SELECT * FROM `negative_phrases` WHERE `year` ='2006'"));

speak($newreply[mt_rand(0,count($newreply)));

}
I understand the code, but what is the scenario there?
 
English, 한국어 (Korean), 日本語 (Japanese).

Mini/미니/ミニ

PS: I know a bit of Latin and French, but not that much, so I wouldn't consider "knowing" them.
 
Born and live in India so here it goes

English, Hindi, Marathi, Sindhi, Bit Punjabi, Konkani, bit Urdu, bit Gujrati

I guess im @ TOP for highest lang to know, hehehe :)

Punjabi, Urdu and Hindi and very similiar, they just have small differences.
 
Back
Top