About Morgan Doocy

I'm tall, blond, and have dark glasses. I love beer, coffee, language, computing, and webdev. I'm a runner! And I love British TV.

Classes

CSE 190 M
web programming

Faves

  1. Monty Python's Flying Circus
  2. Fawlty Towers
  3. Coupling
  4. Extras
  5. Doctor Who

Moods

Happy:
Photo of Morgan, smiling, about to enjoy a white-frosted cupcake with coconut shavings
Sad:
Photo of bored baby with caption, 'no beer!!!'

Skills

I'm good at HTML. I know the <p> tag and the <h1> tag!! I am also good at Java. I wrote this:


public class Hello {
   public static void main(String[] args) {
      System.out.println("Hello, world!");
      System.out.println();
      for (int i = 0; i < 10; i++) {
         System.out.println("This program produces");
         System.out.println("four lines of output");
      }
   }
}

Validate