[aklug] Re: Aggcck! Homework!

From: Marc Grober <marc@interak.com>
Date: Mon Oct 05 2009 - 08:25:56 AKDT

Well Chris,

I'd create an array, add ability to sort by priority, and pop
assignments til array was empty, at which time the script would
provide details of where it has arranged for you to get two free
pints.... Then you can add calendar and linear programming features
to optimize what homework to do each day and set it up so the script
queries profs rss feeds to push XML based assignments onto the
stack. ;)

GSOC ??

On Oct 5, 2009, at 12:28 AM, Christopher Howard <choward@indicium.us>
wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I'm getting kinda tired of this homework thing. I'd like to write a
> script to do my homework for me. Could somebody flesh this out for
> me?:
>
> [code]
>
> #!/usr/bin/env perl
>
> while(<HOMEWORK>)
> {
> if($_ != DONE) {
> $finished_homework .= process($_)
> } else { $finished_homework .= $_ }
> print $finished_homework;
> play_video_games();
>
> [/code]
>
> - --
> Christopher Howard
> http://indicium.us
> http://theologia.indicium.us
> I digitally sign all of my e-mails via PGP. If you receive any e-mails
> supposedly from me without my valid PGP signature, please take
> additional steps to verify the authenticity of the message.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iEYEARECAAYFAkrJri4ACgkQQ5FLNdi0BcWbxgCfUAYJrq6/oZ7PN/krM8ZLmDVe
> KooAnj75+EfSyr/s6f4GK5oIPXfTa5OE
> =yqDM
> -----END PGP SIGNATURE-----
> ---------
> To unsubscribe, send email to <aklug-request@aklug.org>
> with 'unsubscribe' in the message body.
>
---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Mon Oct 5 08:26:19 2009

This archive was generated by hypermail 2.1.8 : Mon Oct 05 2009 - 08:26:19 AKDT