Diary: June 2002

Still no .net

Heh, oops. Well, 4 domains are down, taking out 9 sites, a major part of a major website, and 5 other sites are mildly affected.

Oops :)

Wrote some nice perl yesterday though. Andrew wanted a script which recursively searched a directory for mp3 files and put them into a list, so I gave him:

#!/usr/bin/perl

push(@a,"/home/mp3s");while($d=shift@a){opendir(d,$d);while($f=readdir(d)){next

if($f=~/^\.\.?$/);(-d"$d/$f")?push(@a,"$d/$f"):($f!~/\.mp3$/i)?next:push(@f,"$d/

$f");}}open(o,">list");foreach(@f){print o "$_\n"}close ...

Read full entry

Woo

Well, the domains have been re-activated, radiac.net should be working again by the end of the day...

Read full entry

Oh dear

Well, domains still arent up, and tomorrow I have one nasty exam. Really really nasty.

I do, however, only need to score 25% to pass... iirc I have to answer 3 out of 5 questions, so I think it'll be a case of 'pick three that I can get 1/3 of the marks on'...

Aaaaaaaaargh

Todays exam was really really easy though. I mean seriously simple. 2 hour exam, I was done in 20 or 30 minutes. 2 marks that I'm not sure I got right...

But tomorrows... not good. For a start, it's at 9 ...

Read full entry