Skip navigation

sign o’ the times. The END times…

do not fuck with Cthluhu

kidnapped and tortured from ghostrazor

add to del.icio.us :: Add to Blinkslist :: add to furl :: Digg it :: add to ma.gnolia :: Stumble It! :: add to simpy :: seed the vine :: :: :: TailRank

8 Comments

  1. Posted June 25, 2007 at 3:56 am | Permalink

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

  2. Posted June 25, 2007 at 3:59 am | Permalink

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

  3. Posted June 25, 2007 at 10:16 am | Permalink

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

  4. Posted June 25, 2007 at 10:36 am | Permalink

    *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. Posted June 25, 2007 at 11:47 am | Permalink

    Java. Lots and lots of Java.

  6. Posted June 25, 2007 at 11:49 am | Permalink

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

  7. Posted June 25, 2007 at 5:13 pm | Permalink

    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. Posted June 25, 2007 at 7:36 pm | Permalink

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


2 Trackbacks/Pingbacks

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

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

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*