getLatestUpdates()

on 12 Sep, 2005 in Random



getLatestUpdates()

{
     Blogger phd = new Blogger(“http://chandoo.org/blog”);

     // Add recent movies

     phd.addMoviesWatched(“Dus”);
     phd.addMoviesWatched(“Se7en”);
     phd.addMoviesWatched(“Dr. Strangelove”);
     phd.addMoviesWatched(“A Clockwork Orange”);
     phd.addMoviesWatched(“1984”);
     phd.addMoviesWatched(“Fight Club”);
     phd.addMoviesWatched(“Girl Next Door”);
     phd.addMoviesWatched(“Lock, Stock and Two Smoking Barrels”);
     phd.addMoviesWatched(“Motorcycle Diaries”);
     phd.addMoviesWatched(“Seabiscuit”);

     // Add recent activities

     phd.addThingsDone(Thing.getNothing(severalTimes));

     // Add recent readings

     phd.addCartoonsRead(“Calvin & Hobbes”, “500 Strips” );

     // Update blog

     phd.update();

     // Say goodbye!

     phd.sayToVisitors(“Goodbye!”);
     phd.emoteToVisitors(“:)”);
}







No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.