Our Loyal Supporters

June 29, 2009 by mincode

Thanks to all of you that showed up for our first annual min-rally!
banner

public String nickname()

June 19, 2009 by mincode

String[] suffixes = new String["bagel", "gay", "three", "qt", "cool", "gyu"];
return “min” + suffixes[ (int) ( Math.random() * suffixes.length() ) ];

function chugAlong

June 18, 2009 by mincode
if self.broke() {
    self.buy(Cigarette.newPack());
    chugAlong();
}

>Min.new.chugAlong()

error: stack level too deep

dancing_ability

June 18, 2009 by mincode
Min.dancing_ability = bad
  unless (lights == off) &&
    (audience.count <= 2
      && audience[0] == Min
      && audience[1] == G.random
      && ejac() != Girl.spitback())

function takePicture()

June 18, 2009 by mincode
picture = Picture.new();
while picture.isEmo() == false {
    picture.removeColor();
    picture.zoomOut();
    picture.zoomIn(cigarette_box)
    picture.blur(!cigarette_box)
    picture.addColor(cigarette_box)
    picture.addSnow();
    picture.lookAway(Min)
}
return picture;

class Min

June 18, 2009 by mincode

public static final int COOLNESS = Integer.MAX_VALUE;

get_face, set_face

June 18, 2009 by mincode
def get_face
  return self.face
end

def set_face (no_of_beers)
  if no_of_beers == 0
    self.face = white
  elsif no_of_beers >= 2
    self.face = red
  else
    self.cheeks, self.forehead, self.ears = red
    self.nose = white
  end
end

Where is Min?

June 18, 2009 by mincode

location(here)
{
case (here==physicsClass)
bagel.putAway;
break;
case(here==bedInDouglaston)
blueBalls();
case(here==fourthFloorStairwell)
ejac();
}

function bagelsBought(cash)

June 18, 2009 by mincode
if (cash < Bagel.cost() {
    return 0;
}
else {
    return bagelsBought(cash - Bagel.cost()) + 1;
}

U-mad.net

June 18, 2009 by mincode

isRealSite()
{
anger++;
return true;
}