Please Scroll Down to See Forums Below
napsgear
genezapharmateuticals
domestic-supply
puritysourcelabs
UGL OZ
UGFREAK
napsgeargenezapharmateuticals domestic-supplypuritysourcelabsUGL OZUGFREAK

Where did you get your username from???

Lifter for obvious reasons. Then CA because I live in California. I didn't plan to keep this name but, oh well, I'm sure I can make another one.
 
My Nick from my Amiga Demo Crew days, I wrote music mods.

I also MC'ed rapped back then - hence kinda like a mimic of LLCoolJ :)
 
Code:
public class Singleton {

    private static Singleton _singleton;

    public static final synchronized Singleton getInstance() {
        if(_singleton == null)
            _singleton = new Singleton();
        return _singleton;
    }
}
 
Last edited:
My screen name is my first name followed by the two nines which represent my bicep measurements and the 4 is my neck measurement.

Just kiddin.......te he he :) Actually..... It`s my first name followed by my area code. It was the easiest thing that came to mind when I first signed in to Elite. I wasn`t worried about the name at the time, just wanted to get the sign in stuff over with. Would change it to something a lil more creative if I could....... :smash:
 
Last edited:
Singleton said:
Code:
public class Singleton {

    private static Singleton _singleton;

    public static final synchronized Singleton getInstance() {
        if(_singleton == null)
            _singleton = new Singleton();
        return _singleton;
    }
}

gotta love java
btw, if/then loops suck :)
 
I like pirates, so I did this stupid "pirate dance" for my friends' amusement. I said yarg! alot during that dance and now whenever they see me, theyre like "Yarg!".
 
Top Bottom