one of the managers told me that "if I play my cards right, i can get an office of my own soon". I told him that if that happens, we need to hire me a slave to do the bs work
Announcement
Collapse
No announcement yet.
Random Thread
Collapse
This topic is closed.
X
This is a sticky topic.
X
X
-
[ame="http://www.youtube.com/watch?v=fbzxVGMem10"]YouTube - Talking Funny - First Look[/ame]
Main Page - Facebook - Flickr - Instagram - Twitter
Originally posted by OxerYou know who Jason is? Anyone here read the Bible or know most of the stories etc? Who's the guy that stands at the gate and decides if you get into heaven or not? That's Jason. He processes everyone in the intro threads and welcomes them.Originally posted by Average_JerkAlso you relinquish all of your rights by posting in RT. You can be banned at any time for no reason at all.
Comment
-
-
Quick someone tell me how to do my loops!
PHP Lab 7
Example 1
echo "Hello World!
";
?>
Example 2
$room_num = "208 IST";
$time = "4:15-5:30";
$professor = "Dr. Aungst";
$section = 556201;
define("COURSE", "IST 210");
echo $room_num;
echo "
";
var_dump ($time);
echo "
";
print_r ($professor);
echo "
";
echo $section;
echo "
";
echo COURSE;
?>
Example 3
$animals[0] = "cow";
$animals[1] = "dolphin";
$animals[2] = "elephant";
echo "\$dbms = ". $animals[0];
echo "
";
echo "\$mysql = ". $animals[1];
echo "
";
echo "\$php = ". $animals[2];
echo "
";
?>
Example 4
echo "For Loop
";
for ($animals=0;$animals<=2; $animals++);
{
echo "$animals. cow
";
}
?>
- Kielan (Key-lin)
Comment
-
Fuck that shit. I am NOT looking forward to any of my comp sci classes. Bring on the EE stuff. I have no idea how my parents have managed to do this for 25 years lol.Originally posted by Jesus Christif "life, liberty and the pursuit of happiness" doesnt include being able to buy a huge veiny motherfucker then the declaration of independence isnt worth the hemp it was written on.Originally posted by Jedidiahhe speaks the truth.. he doesn't even have the -- -- eyes.
Comment
-
Originally posted by Kielan View PostQuick someone tell me how to do my loops!
PHP Lab 7
Example 1
echo "Hello World!
";
?>
Example 2
= "208 IST";
= "4:15-5:30";
= "Dr. Aungst";
= 556201;
define("COURSE", "IST 210");
echo ;
echo "
";
var_dump ();
echo "
";
print_r ();
echo "
";
echo ;
echo "
";
echo COURSE;
?>
Example 3
= "cow";
= "dolphin";
= "elephant";
echo " = ". ;
echo "
";
echo " = ". ;
echo "
";
echo " = ". ;
echo "
";
?>
Example 4
echo "For Loop
";
for (=0;<=2; ++);
{
echo ". cow
";
}
?>
Comment
-
Originally posted by Han View PostFuck that shit. I am NOT looking forward to any of my comp sci classes. Bring on the EE stuff. I have no idea how my parents have managed to do this for 25 years lol.
Originally posted by Average_Jerk View PostIs it jackal?
Originally posted by Dudermagee View PostYeah fuck that shit, networking>programming- Kielan (Key-lin)
Comment
Comment