Category: My Notepad

  • Tornado-ed

    Tornado-ed

    Being random and bored (Yes, I am bored in the midst of examinations), my interest in arcade perked up when this post came up in my Facebook newsfeed: What is Taiko no Tatsujin? I am not familiar with Japanese names of the games, being a visual person, Flickr comes up with this image: Anyway, I…

  • Of: Spam comments

    Of: Spam comments

    The Akismet system is not totally fool-proof. Yet I trust it complete when they mark certain comments as spam. And I would click on Empty Spam without second thoughts. However, there are hams among it. And that’s a problem to me. I clicked on the Empty Spam button this morning as usual. It was a…

  • PADate.class

    I am close to my wits’ end (for now), so I decided to run PADate.class for fun through a Java decompiler: import java.util.GregorianCalendar; public class PADate { private GregorianCalendar gc; public PADate() { this.gc = new GregorianCalendar(); this.gc.set(11, 0); this.gc.set(13, 0); this.gc.set(14, 0); } public PADate(int paramInt1, int paramInt2, int paramInt3) { this.gc = new…