10 thoughts on “sign o’ the times. The END times…

  1. Sign ‘o the times . . . well, that explains Prince . . . .

  2. raincoaster says:

    Yep, who is playing at the Roosevelt in LA now. I always knew that the end of the world would start in LA.

  3. Why are we on the same psychotic wavelength lately? You should be scared . . . .

  4. raincoaster says:

    *I* should be scared? Dude, I’ve been sacrificing plumbers to Cthulhu for the last three weeks. He wuvs me. What have YOU been doing?

  5. Java. Lots and lots of Java.

  6. raincoaster says:

    I’m almost out again, so save me some.

  7. Two cups:

    if(!numFound)
    throw new PasswordInvalidFormatException(“Password is invalid – must

    have at least one numeric digit”);
    }

    // Encrypts original password returning new encrypted String
    private String encrypt(String pswd)
    {
    StringBuffer encryptPswd;
    int pswdSize = 0;
    int midpoint = 0;
    int hashCode = 0;

    // swap first and last half of password
    pswdSize = pswd.length();
    midpoint = pswdSize/2;
    encryptPswd = new StringBuffer(pswd.substring(midpoint)
    + pswd.substring(0,midpoint)); // get last half of pswd and

    concatenate first half

    encryptPswd.reverse(); // reverses order of characters in

    password

    for(int i=0; i

  8. raincoaster says:

    See, I TOLD you java doesn’t work in WordPress.

  9. [...] I shall attempt to avoid the terrible tenfold tentacles of fate. [...]

  10. [...] Squid signs. So hot right now. [...]

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s