Start of #ChatSHACK buffer: Fri Aug 09 22:57:15 2002 [22:02] *** Now talking in #ChatSHACK [22:02] *** Topic is 'It's 4Friday @ the 07You06th Tech #ChatSHACK [ yt blog: 12http://www.ytmeets.com/blog ]' [22:02] *** Set by YTCCGreg on Fri Aug 09 20:59:06 [22:02] -YTCCSpark- [Welcome-#ChatSHACK] Welcome to Youth Tech's #ChatSHACK! Please make sure you have read our Community Standards. [22:02] *** youthtech.chat.server sets mode: +o YTCCSpark [22:02] BLAH ON YOU SHAUN [22:02] wb [22:02] * me STOMPS [22:02] * Alex makes the IP value of © plummet to zero, making © infinitely available. [22:02] :O! [22:02] <@YTCCSpark> BRRRRRRRRRRRRRING! Class is now in session! [22:02] <# PHP :O [22:02] * Kirbobreon comes in tardy [22:02] :P [22:02] <@YTCCSpark> :) [22:02] * me pokes mike [22:02] woo! [22:02] *** n (n@XXXXX.ipt.aol.com) has joined #ChatSHACK [22:02] * Lacey starts up her own ® [22:02] >:D [22:02] our english teacher said that we can take laptops to class if we want, so i'm taking mine because nobody can read my handwriting anyway [22:03] <@YTCCSpark> ok, it is now time for LESSON FOUR of Youth Tech's PHP Class [22:03] right on cue [22:03] *** Shaun[BBL] is now known as Shaun [22:03] * Alex writes Greg up and sends him to the office, seeing as how that's the 6th time this week. [22:03] FINE BECKY! [22:03] i'm recharging the batteries [22:03] hehe [22:03] * Lacey slips into the seat in the very back [22:03] <3 SHAUN [22:03] :o!!! [22:03] maybe i can play games on it when i'm bored [22:03] huh o.O [22:03] I'm telling :o [22:03] i call windowseat. [22:03] Ahh I did the same, Bryan :) Worked really well [22:03] MIKEEEEEEEEEEEEEEEEEEEEEEEEEE [22:03] in highschool? [22:03] yeah right [22:03] Yep [22:03] <@YTCCSpark> Anyone have questions about previous lessons? [22:03] seat by the window is always the best :O [22:03] * Lacey sees alex sit right in front of the teacher [22:03] HI AGAIN ! [22:03] !! [22:03] psh. [22:03] not I ;) [22:03] goody-goody. ;o [22:03] *** Dave-Eating is now known as Dave [22:03] <~ skimmed through lesson 3 :) since I was absent ;x [22:03] No questions here Spark :) [22:04] <@YTCCSpark> yay! [22:04] <@YTCCSpark> Has everyone read lesson four? [22:04] oh [22:04] I did :) [22:04] no [22:04] I kinda did ;/ [22:04] [22:04] sorry, i forgot my tv show is coming on at 9:00 (now) [22:04] beckys SLACKING [22:04] bye everyone [22:04] * MikeV doesn't read ahead :) I'll look back if I need help with something tonight :) [22:04] ttyl [22:04] i did but uhh.. [22:04] Bye Bryan :) [22:04] my dog ate it? [22:04] :o [22:04] :x [22:04] *** ohsgaston (bryangaston@XXXXX.netblazer.olemiss.edu) Quit (ohsgaston) [22:04] * @YTCCSpark just notices the TITLE on the Lesson is wrong :) [22:04] * Alex has been Notably Absent. [22:04] *** Cassie (BRoKeNHeaRT@XXXXX.ipt.aol.com) has joined #ChatSHACK [22:04] HEY CASSIE! [22:05] last week I was on the phone, and the week before I was reflooring [22:05] * n throws a shoe at alex. [22:05] HI NIKK. [22:05] <@YTCCSpark> Anyway, todays lesson is about IF statements. [22:05] HI SHAUN! [22:05] tHI ALEX> [22:05] . [22:05] <@YTCCSpark> In any programming language, you have to be able to make decisions based on the values of variables. In order to make these decisions, we must use if statements. [22:05] [22:05] <@YTCCSpark> Within the if statement, we have a boolean expression to be evaluated. ALL boolean expressions evaluate to either true or false. [22:06] erm. too much learning for me. i have to go to bed now. my head hurts. [22:06] [22:06] Sleepwell. [22:06] <@YTCCSpark> lol, ok [22:06] <@YTCCSpark> cya [22:06] Bye YTCCSpark and all. Have fun. [22:06] Lol. Bye. ;] Night Kiebla. you too. [22:06] <@YTCCSpark> questions? [22:06] questions are easy ;x [22:06] None so far [22:06] *** Lacey (Tinkerbell@XXXXX.crtntx1.dsl-verizon.net) Quit (they're WACTHING US!) [22:07] goodbye, MikeV. [22:07] *** informant (informant@216.40.203.999) has left #ChatSHACK [22:07] (Mike can informant be excused till class is ovr? haha yeah :) [22:07] slow :P [22:07] :P [22:07] <@YTCCSpark> You may use any of several comparison operators in these expression, the most common being: [22:07] <@YTCCSpark> == is equal to [22:07] <@YTCCSpark> != is not equal to [22:07] <@YTCCSpark> < is less than [22:07] <@YTCCSpark> > is greater than [22:07] <@YTCCSpark> <= is less than or equal to [22:07] <@YTCCSpark> >= is greater than or equal to [22:07] yes, you are slow :o [22:07] blake != slow [22:08] LOL [22:08] blake < slow [22:08] :P [22:08] <@YTCCSpark> David == Teacher [22:08] greg <= tech idiot [22:08] :x [22:08] me > everyone [22:08] MikeV == Geek [22:08] * me giggles [22:08] if($Alex->intelligence <= $average) { sleep(); } [22:08] LOL becky [22:08] lol Alex [22:08] <@YTCCSpark> lol [22:08] hi Greg [22:08] hiyo cassie [22:08] er, $Alex->sleep(); [22:09] ANYWAY. [22:09] <@YTCCSpark> thank you [22:09] I don't like it one bit. [22:09] <@YTCCSpark> if(BOOLEAN_EXPRESSION){ [22:09] <@YTCCSpark> STATEMENTS TO BE EXECUTED IF EXPRESSION IS TRUE [22:09] <@YTCCSpark> } [22:09] *** Dave is now known as David [22:09] *** David is now known as Dave [22:09] That sucks :p [22:09] <@YTCCSpark> that's the basic format of an expression [22:10] <@YTCCSpark> questions? [22:10] Not yet ;) [22:10] *** k (k@XXXXX.mcn.bellsouth.net) has joined #ChatSHACK [22:10] None here :) [22:10] holy smokes [22:11] kimmy! :) [22:11] this monitor is massive :X [22:11] <@YTCCSpark> For example: [22:11] <@YTCCSpark> if($A==$B){ [22:11] <@YTCCSpark> print "A equals B"; [22:11] <@YTCCSpark> } [22:11] *** cailee is now known as ck[tetrin] [22:12] if($bill>$cash){ [22:12] print "You cannot pay this bill"; [22:12] } [22:12] ! [22:12] LOL [22:12] <@YTCCSpark> very good Mike [22:12] i actually have to lift my head up to see the whole thing [22:12] <@YTCCSpark> so, does everyone understand the basic syntax of an if statement? [22:12] if ($bill > $cash) { print "Hey $friend, you got $bill dollars?"; } [22:13] lol [22:13] I do [22:13] So far, yep Spark :) [22:13] <@YTCCSpark> if ($bill > $cash) { echo "Hey $friend, can I borrow ", $bill-$cash, " dollars?";} [22:13] Yep ;) [22:13] I gotcha David ;) [22:13] LOL [22:13] oh fine, BE a good friend :P [22:14] <@YTCCSpark> An If-Else statement allows you to specify what should be done if the boolean expression does not evaluate to true. For example, the following should be fairly obvious as to the intentions: [22:14] <@YTCCSpark> if($A==$B){ [22:14] <@YTCCSpark> print "A equals B"; [22:14] <@YTCCSpark> } else { [22:14] <@YTCCSpark> print "A does not equal B"; [22:14] <@YTCCSpark> } [22:15] if($money==$bill){ Print "bill paid"; }else{ print "Not enough cash";} ? [22:15] . [22:15] if ($bill > $cash) { [22:15] echo "Hey $friend, can I borrow ", $bill-$cash, " dollars?"; [22:15] } else { [22:15] echo "Bill paid! You have ", $cash-$bill, " dollars remaining."; [22:15] } [22:16] <@YTCCSpark> Blake - that would only work if you have the exact amount. [22:16] Ah mk [22:16] *** tina (blah@XXXXX.cae.bellsouth.net) has joined #ChatSHACK [22:16] So.. [22:16] I would need.. [22:16] >= [22:16] if($money>= [22:16] <@YTCCSpark> yah [22:16] Ok :) [22:17] *** Cassie (BRoKeNHeaRT@XXXXX.ipt.aol.com) Quit (What would it be like to stay there forever? To be lost in all my cares? From the inside looking out - I cry silent tears) [22:17] *** MikeM (mike@XXXXX.CHCGILGM.covad.net) Quit (MikeM) [22:17] <@YTCCSpark> if($cash>=$bill){$cash-=$bill; print "Bill Paid.";} else { print "Bill remains unpaid."; } [22:18] DECISIONS DECISIONS [22:18] <@YTCCSpark> If-Else If-Else Statements [22:18] <@YTCCSpark> This is simply a method for providing more than two possible choices. [22:18] <@YTCCSpark> if($A==$B){ [22:18] <@YTCCSpark> print "A equals B"; [22:18] <@YTCCSpark> } else if ($A>$B) { [22:18] <@YTCCSpark> print "A is greater than B"; [22:18] <@YTCCSpark> } else { [22:18] <@YTCCSpark> print "A is less than B"; [22:18] <@YTCCSpark> } [22:18] 1600 x 1200 or 1920 x 1440? ! [22:19] duh. 1920x1440 ;) [22:19] :P [22:19] i dunno it's awfully small [22:19] otherwise you coulda just settled with a 21" ;) [22:19] and i feel sorry for the people who are gonna get screen shots with me. [22:19] er [22:19] with = from [22:19] ;P [22:20] if ($bill > $cash) { [22:20] echo "Hey $friend, can I borrow ", $bill-$cash, " dollars?"; [22:20] } else if ($bill < $cash) { [22:20] echo "Bill paid! You have ", $cash-$bill, " dollars remaining."; [22:20] } else { [22:20] echo "Bill paid, with no money remaining"; [22:20] } [22:20] <@YTCCSpark> very, very, good Mike [22:20] best it can do is 60Hz at 1920 x 1440 [22:20] MikeV is a robot. [22:20] :o [22:20] DAVE [22:20] NUH UH [22:20] KIM [22:20] am not :P [22:20] LTNS [22:20] how are you? :p [22:20] i hate bugs [22:21] <@YTCCSpark> so, do we have any questions at this point? [22:21] Absorbing. one sec [22:21] <@YTCCSpark> ok [22:21] im good dave [22:21] * @YTCCSpark goes and gets a drink while people absorb [22:21] happy about my monitor ;o [22:21] k ;) [22:21] I have one, but I'm going to wait and see what else gets covered first :) [22:21] ::curls up:: [22:21] *** shan[awayaway] is now known as shannon [22:21] What is the topic of chat? :p [22:21] i feel like i just Unpacked [22:21] yay farscape. [22:22] <@YTCCSpark> Mike - go ahead with the question [22:22] HELLO SHANNON [22:22] <@YTCCSpark> Dave - PHP Class [22:22] HI KIM [22:22] ben we should have just kept our stuff in the suitcase [22:22] Oh... :p [22:22] No, I want to see what else you cover first. It might be something you cover later. [22:22] *** MikeM (mike@XXXXX.CHCGILGM.covad.net) has joined #ChatSHACK [22:22] yeah, prolly [22:22] Lee, music url [22:22] Ok.. [22:22] So [22:22] <@YTCCSpark> Mike - well, class today is going MUCH more quickly than I expected. [22:22] if it follows the first if statement it will jump to the 3rd statement? [22:23] <@YTCCSpark> I'm confused, Blake [22:23] me too? :X [22:23] It will only jump to the third if the first two aren't true. [22:23] <@YTCCSpark> right [22:23] hm [22:23] *** n (n@XXXXX.ipt.aol.com) Quit (Connection reset by peer (TCP/IP connection broken)) [22:23] it only jumps to the third ... yeah what mike said [22:24] <@YTCCSpark> let me clarify it a bit, one sec [22:24] So the third would only occur if you have the exact amount of money == bill? [22:24] HOW ARE YOU SHANNON? [22:24] * Ben burps [22:24] tired how are you [22:24] yes, because the first two check for greater than and less than. [22:24] Ok [22:24] i am ok. i am only half alive. [22:24] well the good news is my mom has no blockage in any arteries [22:25] that's very good news. [22:25] what's the bad news ? [22:25] the bad news is she needs a heart transplant [22:25] *** n (n@XXXXX.ipt.aol.com) has joined #ChatSHACK [22:25] <@YTCCSpark> if ($bill > $cash) { [22:25] <@YTCCSpark> echo "Hey $friend, can I borrow ", $bill-$cash, " dollars?"; [22:25] <@YTCCSpark> } else { [22:25] <@YTCCSpark> if ($bill < $cash) { [22:25] <@YTCCSpark> echo "Bill paid! You have ", $cash-$bill, " dollars remaining."; [22:25] <@YTCCSpark> } else { [22:25] <@YTCCSpark> echo "Bill paid, with no money remaining"; [22:25] <@YTCCSpark> } [22:25] <@YTCCSpark> } [22:25] doh [22:25] why does she need one? [22:25] weak heart [22:25] <@YTCCSpark> maybe that will clarify, with the brackets [22:25] yeah, what Kim said. [22:25] Ah. [22:25] <@YTCCSpark> same effect [22:25] oooh, Ben, I'm so sorry, dude. [22:25] :( [22:25] that sucks, Ben :/ [22:26] i ahd a friend who's aunt got a pig heart. [22:26] she doesn't need one asap, but eventually she will [22:26] Sorry to hear that Ben. :(( [22:26] A pig heart? [22:26] yanno what i have decided [22:26] I've heard of a baboon heart. [22:26] but not a pig heart. [22:26] does that mean she will go on the UNOS transplant list now in hopes they find a match? [22:26] <@YTCCSpark> So, any other questions? [22:26] we have good friends [22:26] *** n (n@XXXXX.ipt.aol.com) Quit (Connection reset by peer (TCP/IP connection broken)) [22:26] and that makes me smile [22:26] yeah, shes on the list now [22:27] Do they match it by blood type? [22:27] I don't have any [22:27] None for now.. what's next? :) [22:27] Nope david I got it now :) [22:27] and has to take a handful of pills every morning [22:27] *** tina (blah@XXXXX.cae.bellsouth.net) Quit ("i need a map of your head translated into english, so i can learn to not make you frown" -incubus) [22:28] <@YTCCSpark> excellent [22:28] Sorry to hear that ben :( [22:28] *** n (n@XXXXX.ipt.aol.com) has joined #ChatSHACK [22:28] yea.. [22:28] er [22:28] hrm. [22:28] random yea [22:28] <@YTCCSpark> Well, I kinda expected this to take a bit longer than this did. So I think I'll review mathematical operators. [22:29] eek math ;x [22:29] lol [22:29] ewwwww [22:29] [22:29] >> bitwise operators << [22:29] *** n (n@XXXXX.ipt.aol.com) Quit (Connection reset by peer (TCP/IP connection broken)) [22:29] PEMDAS [22:29] <@YTCCSpark> For all these, assume $a = 1; $b = 2; $c = 6; $d = 9; [22:29] {{{ Ben }}}} [22:29] scott is trying to steal my new monitor. [22:29] You know what? I'm an Organ Donor. [22:29] * invisible does so [22:29] < is too [22:30] what's her blood type, Ben? [22:30] <--is also [22:30] but not because I want to help people, because it costed 8 dollars less to get my lisence :X [22:30] if I was on :X [22:30] e [22:30] i'm not sure, to be honest [22:30] I was just curious [22:30] I hope she's not too rare. [22:30] <@YTCCSpark> Does anyone know what $b would equal after $b -= 2; ? [22:30] it'll make it alot worse.. [22:30] 0 [22:30] see Im B+ which is one of the rarer types [22:30] is there anywhere on the UNOS site that you can look up people on the list? [22:30] <@YTCCSpark> good scot [22:30] 5.67 [22:31] <@YTCCSpark> $b *= $c; [22:31] 12? [22:31] i dunno shannon.. i thought organ donations were typically anonymous [22:31] or is that just adoptions? [22:31] :confused: [22:31] i dunno :x [22:31] yeah, I'd say 12 too [22:31] <@YTCCSpark> good blake [22:31] woo I got one! [22:31] <@YTCCSpark> $d %= $c; (value of $d) [22:32] 3 [22:32] Ben, how is she feeling? [22:32] <@YTCCSpark> good [22:32] shes drugged up [22:32] fwiw, my dad had a heart attack about 3 years ago.. it's a wonder he's even still alive [22:32] <@YTCCSpark> $a++; [22:32] wait!!! [22:32] we're going out there tomorrow [22:32] Ohh [22:32] What's %= mean? [22:32] yeah.. [22:32] I hope you guys have a safe trip :( [22:32] modulus equals [22:32] <@YTCCSpark> %= modulus [22:32] remainder [22:32] thanks {{}} [22:32] ah! ok [22:32] even tho it's a crappy reason for a trip :( [22:32] [{{ }}} [22:33] remainder.. right... [22:33] <@YTCCSpark> yep [22:33] yeh.. [22:33] <@YTCCSpark> $a++; <-- [22:33] 3 [22:33] 3 [22:33] OR! -1! [22:33] <~ being dumb. [22:33] and the million dollar question is.. how are you feeling, ben? [22:33] <@YTCCSpark> yeah [22:34] -1? [22:34] <@YTCCSpark> no [22:34] 3 [22:34] <@YTCCSpark> it's 3 [22:34] ah, ok. [22:34] <@YTCCSpark> err [22:34] <@YTCCSpark> actually two :) [22:34] <@YTCCSpark> $a = 1; $a++; [22:34] wha :P [22:34] :boom: [22:34] So ++ =1? [22:34] ben been better [22:35] aw :( [22:35] {{{{{ ben }}}}} [22:35] i still have my my humor! [22:35] $a++ = $a + $a? [22:35] ha ha ha! [22:35] that's good! [22:35] HA HA HA!~ [22:35] !! [22:35] <@YTCCSpark> no mike [22:35] <@YTCCSpark> ++ = increment [22:35] and you still have your bawls. [22:35] :nods: [22:35] <@YTCCSpark> so $c=10; $c++; $c would be 11 [22:35] so that was 1 + 1 + 1? [22:35] But wouldn't that be an increment of 2? [22:35] or ++ itself is 1 increment? [22:35] <@YTCCSpark> ++ is one increment [22:35] what's the typical wait for an organ? do you know? [22:35] red fusion takes just like dr. pepper [22:35] ahhhhh.... [22:35] but its red [22:35] Ah ok [22:35] whats the point [22:35] <@YTCCSpark> and -- is decrement [22:36] Mk got it now [22:36] just like karma :) [22:36] <@YTCCSpark> MikeV, you had a question earlier, right? [22:36] :/ [22:36] hrm.. random :/ [22:36] yeah.. was wondering if if statements can be used for loops... [22:36] i keep typing these random things :shrug: [22:36] youre making random comments alot ;o [22:36] <@YTCCSpark> the answer is no [22:37] Yea. oops :o [22:37] boom [22:37] click click boom [22:37] Loops is next lesson :D [22:37] ! [22:37] <@YTCCSpark> Loops are the next lesson. [22:37] <@YTCCSpark> Yeah :) [22:37] I wasn't sure, because there's no way to get back to the beginning of the if test. :) [22:37] is .. haha I'm so good. [22:37] Ben. you should go listen to some manson to make you feel better. [22:37] "loops" is. [22:37] ? [22:37] right? [22:37] random ? [22:37] I dunno [22:37] I just felt like something something [22:37] about manson and listneing [22:38] * k puts down the glue [22:38] <@YTCCSpark> I could probably cover loops in the time we have left, but I don't even have the lesson written :-P [22:38] it's ok ;) [22:38] No problem =) [22:38] :points to unanswered question: [22:38] what's the typical wait for an organ ? [22:39] <@YTCCSpark> I don't know that anybody knows. [22:39] I think it depends on urgency and list placement [22:39] <@YTCCSpark> and blood/tissue types [22:39] All you ladies pop that thang like this ;) [22:39] shake ya body don't stop don't quit ;) [22:40] now do it, do it, do it do it do it ;) [22:40] singing off. :P [22:40] Oh, ok, i didn't know if anyone just didn't know or if they didn't see my question. [22:40] lol what are you singing, dave ? [22:40] This REALLY DIRTY rap song :X [22:40] Moving on. :P [22:40] <@YTCCSpark> so, does anyone have any PHP questions? [22:40] Cool, Dave. [22:40] B+ is rareish? heh, note to self: donate in future, and try to avoid getting mashed up. [22:41] nope David, you covered everything for me ;) [22:41] I don't have any right now, David :) [22:41] <@YTCCSpark> yay! [22:41] i'm boring.. i'm A pos [22:42] Great Class David that you ;) [22:42] Bye everyone :P [22:42] I'm going to go "Jam" as we say. [22:42] thank* [22:42] BYEBYE DAVE :( [22:42] Thank you I mean [22:42] BYE KIM! :( [22:42] ;x [22:42] <@YTCCSpark> well, let me cover boolean expressions in more depth [22:42] IT WAS NICE TALKING WITH YOU [22:42] Bye Davie ;) [22:42] ima go now... [22:42] er Davey [22:42] 'nite [22:42] I'll be back :P [22:42] we are taking away my kitties manlyhood soon [22:42] nite Greg ;) [22:42] man* [22:42] Me too, Shan. [22:42] <@YTCCSpark> anyone know what this would do? [22:42] -ly [22:42] 'nite ebcky [22:42] If you don't, they spray the furniture. [22:42] and everyone else who DIDNT say 'nite t me :P [22:42] ahahha shannon [22:42] GOOD NIGHT GREG [22:42] <@YTCCSpark> if (($a==$b)&&($a==$c)) [22:42] *** Kirbobreon (Greg@XXXXX.ipt.aol.com) Quit (Deep into that Darkness peering, Long I stood there, Wondering... Fearing... Doubting...) [22:43] yup and it will calm him down considerably ;x [22:43] hahahaha [22:43] poor kittie. [22:43] he's a wuss anyway [22:43] * k gnaws on milos ear [22:43] no kim we do not gnaw on our kittie [22:43] I think it's wrong to cut off his boys. [22:43] it will check if a, b, and c are the same... [22:43] * scott gives milo some chloraseptic [22:43] i think my cat has no need for his boys since hes not allowed to be near girls [22:43] <@YTCCSpark> very good Mike [22:43] just a little bit, shannon? :( [22:43] My Cat is going to go outside, instead of being neutered I think :p [22:44] <@YTCCSpark> if(($a==$b)||($a==$c)||($b==$c)) [22:44] no kim :( [22:44] He's too much of a thug, to do that to. [22:44] aww [22:44] well ok [22:44] would you like an eggo? [22:44] *** mikeb (ork@67.40.12.999) has joined #ChatSHACK [22:44] a hot pocket? [22:44] yes, i would :D [22:44] *** Dave (J_sVariety@XXXXX.ipt.aol.com) Quit (Dave) [22:44] hehehehe [22:44] diet coke of evil [22:44] just one calorie [22:44] a = b or a = c or b = c [22:44] right? [22:44] not evil enough! [22:44] <@YTCCSpark> right [22:44] why is micheal jackson on our tv [22:44] because i cant find the remote [22:45] :O [22:45] * k stabs TV [22:45] <@YTCCSpark> how about if(!($a==$b)) [22:45] aka if a != b [22:45] <@YTCCSpark> YAY!! [22:45] <@YTCCSpark> everyone else understand too? [22:45] Believe so :0 [22:46] *** mikeb is now known as m`gone [22:46] now [22:46] I think so [22:46] <@YTCCSpark> any questions? [22:47] does that ! reverse what comes out of the a==b? like.. if it's true, it's obviously going to end up false.. but if a and b aren't equal, will that make it true? [22:47] <@YTCCSpark> yes [22:47] <@YTCCSpark> it's a NOT operator [22:48] ok then I understand ;) [22:48] so an ! outside of an expression like that makes the result of the expression the opposite. [22:48] <@YTCCSpark> basically [22:48] <@YTCCSpark> also, you can evaluate a variable by itself [22:48] <@YTCCSpark> for example $a=1; if($a) is true [22:49] <@YTCCSpark> if I recall correctly, any non-zero value evaluates to true [22:49] $b=0; if($b) is false [22:49] <@YTCCSpark> right [22:49] <@YTCCSpark> also, you CAN do this: [22:49] <@YTCCSpark> $c = ($a == $b); if($c) [22:50] <@YTCCSpark> that's equivalent to if($a==$b) [22:50] *** BrentB (ytmirc@XXXXX.sdf.bellsouth.net) has joined #ChatSHACK [22:51] <@YTCCSpark> any more questions? [22:51] None here [22:51] None here [22:52] ::blinks:: [22:52] *** Libbs-LotR is now known as Libbs [22:52] Nope :) [22:52] <~ was warming some din din. [22:52] <@YTCCSpark> yay [22:52] Thank you for an excellent lesson, David :) As always [22:53] <@YTCCSpark> no problem [22:53] <@YTCCSpark> I think next week, at the end of the lesson, I'll give a challenge problem for you all to solve [22:53] <@YTCCSpark> have you email me your code and I'll see how it works [22:53] Sounds good [22:53] ok ;) [22:53] ok :) [22:53] *** k is now known as k[leander] [22:54] (ew, homework) :X [22:54] LOL [22:54] Psh you haven't had any in a while mike :p [22:54] so? :P [22:54] WELL ITS ABOUT TIME [22:54] so.... no complaining then ;PPP [22:54] WOAH [22:54] blake :x [22:54] <@YTCCSpark> lol [22:54] That looks bad if you just read it with JUST that sentence [22:55] * MikeM hums [22:55] *** Shaun is now known as Shaun[Zerg] [22:55] hahahhahaa [22:55] ZERG [22:55] Go clean you mind there MikeM. [22:55] *** k[leander] is now known as k[buzz_lightyear] [22:55] zoom zoom [22:55] Not buzz :P [22:55] * MikeV hands mM a bar of dial :P [22:55] Starcraft :P [22:55] hah [22:55] ZERG! [22:55] That won't help it at all [22:55] :P [22:55] EVIL EMPORER ZERG [22:55] * k[buzz_lightyear] queues ominous music [22:55] I'm all alone at work tonight :\ [22:55] emporer? ;) [22:56] <@YTCCSpark> Anyway, that's all I have tonight. [22:56] A FRIDAY night, BUSIEST night, and they give my partner the night off since they were messing around with the schedules [22:56] <@YTCCSpark> BRRING!! Class dismissed! [22:56] EMPOROEROER [22:56] :P [22:56] RECESSSSS!!!! [22:56] YAYAYAYAYAYAYA!!!!!! [22:56] it is friday night and we should not be in class anyway :( [22:56] * k[buzz_lightyear] wakes up [22:56] emperor? [22:56] Yay :D [22:56] oops.. just like in highschool [22:56] * invisible plays in the sandbox [22:56] slept through another class [22:56] * me SKOPS [22:56] * me SKIPS even [22:56] TEACHER TEACHER BECKY PULLED MY HAIRRRRRR [22:56] SHE STARTED ITTTTTT [22:56] having class on friday is against my religion. [22:56] blehhhhhhhh [22:56] NUH UHHHHHHHHHHHHHHHHH [22:56] It is sabbath after all. [22:57] i just talked through it like in HS [22:57] skip+hop = skop [22:57] i slept throught most of my classes. [22:57] BLAAAAAAAAAAAAKKKKEEEEEEEEE PINCHED MEEEEEEEEEE End of #ChatSHACK buffer Fri Aug 09 22:57:15 2002