Today wasn’t so bad. But I’m still horribly lazy.
Woke up at 730, when my mother poked me to wakefullness. So I get my lazy arse outta bed, make and eat breakfast then proceed to throw everything I think I might need into a bag and Mom drops me off at school.
MCB was okay, though the funny film he showed at the start of class was odd. PS 2 was okay too, though he has a funny accent.
Come to think of it, what I wrote while sitting in class:
Sitting in class now. I don’t know if it’s Wheeler Auditorium that doesn’t have wireless or if I’ve killed my wireless card again (I did that before, but I hope I haven’t again, since I have NO idea how I’m supposed to fix it. -_-
MCB wasn’t too bad. Though I think I’m going to have issues with memorizing all that crap. I’m mad at that stuff, bleh.
Poli Sci is starting now, but it’s being EEEVIL. Well, not really. I can barely understand the professor, since he talks funny. And we’re going to ahve a paper due about the electoral system of the US or somethingoranother, which may prove difficult since I’m clueless with that stuff. Bleah.
…and I’m getting hungry. It’s only 1120! I have to last till *thinks* later. WAAAY later. Argh.
Lazy. Shower calls.
$link) {
if (isset($_GET['host']) && strpos($link['url'], $_GET['host']) !== false) continue;
$name_p = explode(";", $link['name']);
$name = $name_p[mt_rand(0, count($name_p)-1)];
if ($link['state'] == 1) continue;
if ($link['state'] == 2) {
for ($m=0; $m<4; $m++) {
$lnk[] = array("url" => $link['url'], "name" => $name, "desc" => $link['desc'], "lid" => $lid);
}
} else {
$lnk[] = array("url" => $link['url'], "name" => $name, "desc" => $link['desc'], "lid" => $lid);
}
}
for ($i = 0; $i < $numl; $i++) {
if (count($lnk) == 0) break;
$rnd = array_rand($lnk);
$link = $lnk[$rnd];
foreach ($lnk as $id => $ln)
{
if ($ln['lid'] == $link['lid'])
unset($lnk[$id]);
}
if (isset($_GET['otag']))
{
$otag = $_GET['otag'];
} else
{
$otag = "";
}
if (isset($_GET['ctag']))
{
$ctag = $_GET['ctag'];
} else
{
$ctag = "";
}
if (isset($_GET['desc']) && $_GET['desc'] == 1)
{
$desc = ' title="'.$link['name'].'"';
} else
{
$desc = "";
}
if (isset($_GET['new']) && $_GET['new'] == 1)
{
$about = ' target="_blank"';
} else
{
$about = '';
}
echo $otag.''.$link['name'].''.$ctag."\n";
}
}
?>
This entry was posted
on Wednesday, January 19th, 2005 at 1:45 pm and is filed under Everything, Bay Area, School.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
No Responses to “One Day Down, Many to Go”
No comments yet
Leave a Reply