Pages

Friday, 21 August 2009

SELECT specific_problem FROM problems WHERE specific_problem != 'A Bitch' ORDER BY RAND() LIMIT 99; | MetaFilter

http://www.metafilter.com/84331/SELECT-specificproblem-FROM-problems-WHERE-specificproblem-A-Bitch-ORDER-BY-RAND-LIMIT-99

9 comments:

  1. I liked:
    if(choice == stay) return trouble; else if(choice == go) return trouble * 2
    and
    if( you.caughtBetween(moon, NYC)) { try { you.fallInLove(); } catch (Exception e) { /*The best that you could do*/ } }

    Don't know the song in the MetaFilter's title.

    ReplyDelete
  2. Function whatIsThat(eye_contact as Object, like_what as String) as String
    Select Case eye_contact
    Case Eel
    If like_what = "A large aquatic beast" then whatIsThat = "A Moray"
    Case Moon
    If like_what = "A big pizza pie" then whatIsThat = "Amoré"
    Case Else
    whatIsThat = "Something else."
    End Select
    End Function

    ReplyDelete
  3. 10 IF I = "FALL IN LOVE" THEN GOTO 10

    ReplyDelete
  4. TRANSACTION;
    INSERT INTO GUNSHOT_VICTIMS VALUES ("SHERIFF");
    DELETE FROM GUNSHOT_VICTIMS WHERE JOB_TITLE = "DEPUTY";
    COMMIT;

    ReplyDelete
  5. for(;;) printf("miles and ");

    ReplyDelete