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(“
â€);
}
RSS feed for comments on this post.
Sorry, the comment form is closed at this time.


No comments yet.