Forum Game: If Shakesphere Was A Programmer

2»

Comments

  • RydellRydell Join Date: 2003-06-05 Member: 17018Members
    <!--QuoteBegin--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->
    printfln("Good night, good night!");

    if ( (parting = such.sorrow(sweet)) == true) {
    while( (TheTime() != dayTime.morning) {
      printfln("Good night");
    }
    }<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->

    This is the best thread ever <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
  • DOOManiacDOOManiac Worst. Critic. Ever. Join Date: 2002-04-17 Member: 462Members, NS1 Playtester
    <!--QuoteBegin--SoulSkorpion+Jun 12 2003, 03:32 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (SoulSkorpion @ Jun 12 2003, 03:32 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin--DOOManiac+Jun 12 2003, 04:07 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (DOOManiac @ Jun 12 2003, 04:07 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->JCeaser c = new JCeaser();
    if (c.health == 0)
        out.println("Et tu Brute?");<!--c2--></td></tr></table><span class='postcolor'><!--ec2--> <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    System.out.println() :p <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    You assume I'm writing out to the system console and not out to some object w/ i/o functions such as java.io.PrintWriter :P

    Oh and guys, only programming languages. No HTML, that's not a programming language. :P Neither is MS-DOS batch files heh
  • DoADrunkMonkeyDoADrunkMonkey Join Date: 2003-01-05 Member: 11902Members
    edited June 2003
    <!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->var
    i:integer;
    thou,art:boolean;
    begin
    Randomize;
    for i := 1 to 1336 do begin
    form1.Canvas.TextOut(random(height),random(width),'Romeo romeo where art thou');
    end;
    if thou = art then
    {DOH!. rest of the plot here}

    end;<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->

    pascal! <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
  • LucidRealityLucidReality Join Date: 2003-02-13 Member: 13496Members
    no no, TECHNICALLY HTML is programming code... so Bleh to you kiddo.

    You program the browser to show what you put in so bleh bleh bleh.


    and i forgot the basic i learned.
  • TheWizardTheWizard Join Date: 2002-12-11 Member: 10553Members, Constellation
    if(dunsenainHill == GreatBurnhamWood)
    [
    Macduff=NotWomanBorn;
    Macbeth=null;

    Epilogue();
    ]
  • TheWizardTheWizard Join Date: 2002-12-11 Member: 10553Members, Constellation
    HTML is most definately a programming language.
  • voogruvoogru Naturally Modified (ex. NS programmer) Join Date: 2002-10-31 Member: 1827Members, Retired Developer, NS1 Playtester, Contributor, Constellation
    edited June 2003
    This has nothing to do with shakespere. But I feel like posting it.

    <!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
    int RemoveJessysBF()
    {
    for (long l = 0; l <= m_lWorldPopulation; l++ )
    {
     person_t *pPerson = GET_PERSON_POINTER(l);
     
     if(!strcmp (pPerson->m_szFirstname, "Jessica") && !strcmp(pPerson->m_szLastname, "Hanson") )//Find all people with the name "Jessica Hanson"
     {
      for (long ll = 0; ll <= pPerson->m_lPeopleKnown; ll++ )//Loop thru everyone that we know.
      {
       if(!strcmp(pPerson->m_PeopleKnownArray[ll]->m_szFirstname, "Spencer") && !strcmp(pPerson->m_PeopleKnownArray[ll]->m_szLastName, "MacDonald"))//Does she know someone named "Spencer MacDonald" ?
       {
        if(pPerson->m_PeopleKnownArray[ll]->m_bIsGeek && pPerson->m_PeopleKnownArray[ll]->m_iAge == 16)//Is he a geek? And is he 16?
        {
         for (long lll = 0; lll <= pPerson->m_lPeopleWhoLikeMe; lll++ )//Check if he likes her
         {
          if(pPerson->m_PeopleWhoLikeMeArray[lll] == pPerson->m_PeopleKnownArray[ll])//Does he like her?
          {
           //Ok enough checks, This is prolly the jessica im looking for.
           pPerson->m_BoyFriend->m_GirlFriend = NULL;
           pPerson->m_BoyFriend = NULL;
           
           pPerson->m_bHasBoyFriend = false;
           pPerson->m_bAvailable = true;

           return 1; //We did something!
           
          }
         }
        }
       }
      }
     }
    }
    return 0;
    }
    <!--c2--></td></tr></table><span class='postcolor'><!--ec2-->

    if only it was that easy.
  • MedicMedic Join Date: 2003-03-17 Member: 14625Members
  • LucidRealityLucidReality Join Date: 2003-02-13 Member: 13496Members
    i have three words to say to that.




    Oh



    MY


    God
  • SirusSirus Join Date: 2002-11-13 Member: 8466Members, NS1 Playtester, Constellation
    edited June 2003
    How romantic Voogru. You should send that to her.

    <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->
  • voogruvoogru Naturally Modified (ex. NS programmer) Join Date: 2002-10-31 Member: 1827Members, Retired Developer, NS1 Playtester, Contributor, Constellation
    She would be "WTH is this?".
  • Brave_UlyssesBrave_Ulysses Join Date: 2003-04-28 Member: 15922Members
    <!--QuoteBegin--Twex+Jun 12 2003, 01:57 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Twex @ Jun 12 2003, 01:57 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
    world.type=STAGE;
    for (int i=0; i<world.population; i++)
      if (person[i].gender==MALE || person[i].gender==FEMALE)
      person[i].type=PLAYER;
    <!--c2--></td></tr></table><span class='postcolor'><!--ec2--> <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    Bloody brilliant! I don't know how to program in anything other than HTML, but I have started to learn C++ for Linux. However, I can interpret that through my huge knowledge of Shakspur's works!

    And people stop dictating how to spell Willy's name - he himself spelt his surname at least 11 diffeerent ways!
  • Nemesis_ZeroNemesis_Zero Old European Join Date: 2002-01-25 Member: 75Members, Retired Developer, NS1 Playtester, Constellation
    Yea, but then, he also invented half of the words he used.

    My personal theory is that Shakespeare sucked so hard at spelling that he had no other choice but to basically reinvent his language <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif'><!--endemo-->
  • RenegadeRenegade Old school Join Date: 2002-03-29 Member: 361Members
    <!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->user.Sh4k3sp34rx0r:dir
    dir.search
    search;user.Sh4k3sp34rx0r:file_overlycheezymelodrama_def
    Error_404
    user.Sh4k3sp34rx0r:log_off<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
  • Brave_UlyssesBrave_Ulysses Join Date: 2003-04-28 Member: 15922Members
    <!--QuoteBegin--Renegade+Jun 12 2003, 08:05 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Renegade @ Jun 12 2003, 08:05 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->user.Sh4k3sp34rx0r:dir
    dir.search
    search;user.Sh4k3sp34rx0r:file_overlycheezymelodrama_def
    Error_404
    user.Sh4k3sp34rx0r:log_off<!--c2--></td></tr></table><span class='postcolor'><!--ec2--> <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    I must now burn you for such vile words...
  • JammerJammer Join Date: 2002-06-03 Member: 728Members, Constellation
    <!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
    void shakspereTragedy(string[] &characters)
    {
    int length=characters.length();
    for(int i=0; i<length; i++)
    characters[i].die();
    }
    <!--c2--></td></tr></table><span class='postcolor'><!--ec2-->

    Thats more general.
  • DOOManiacDOOManiac Worst. Critic. Ever. Join Date: 2002-04-17 Member: 462Members, NS1 Playtester
    <!--QuoteBegin--Nemesis Zero+Jun 12 2003, 05:08 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Nemesis Zero @ Jun 12 2003, 05:08 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Yea, but then, he also invented half of the words he used.

    My personal theory is that Shakespeare sucked so hard at spelling that he had no other choice but to basically reinvent his language ;) <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    That's why he wrote PLAYS and not BOOKS. ;)
  • CplDavisCplDavis I hunt the arctic Snonos Join Date: 2003-01-09 Member: 12097Members
    (-I ..(&& Dont ==-)) any ((-=2 Codingx=y

    (**Im Shakespeare**_+ What *-are ^these^=(computers))- you ++(speak )of(=_**x
  • CplDavisCplDavis I hunt the arctic Snonos Join Date: 2003-01-09 Member: 12097Members
    <!--QuoteBegin--DOOManiac+Jun 12 2003, 09:50 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (DOOManiac @ Jun 12 2003, 09:50 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin--Nemesis Zero+Jun 12 2003, 05:08 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Nemesis Zero @ Jun 12 2003, 05:08 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Yea, but then, he also invented half of the words he used.

    My personal theory is that Shakespeare sucked so hard at spelling that he had no other choice but to basically reinvent his language <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif'><!--endemo--> <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    That's why he wrote PLAYS and not BOOKS. <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif'><!--endemo--> <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    He had to make his words fit the iambic pentameter rhyme scheme. Just like in poetry how the poet can change words to make them fit.
  • SoulSkorpionSoulSkorpion Join Date: 2002-04-12 Member: 423Members
    <!--QuoteBegin--Cpl.Davis+Jun 13 2003, 11:21 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Cpl.Davis @ Jun 13 2003, 11:21 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> (-I ..(&& Dont ==-)) any ((-=2 Codingx=y

    (**Im Shakespeare**_+ What *-are ^these^=(computers))- you ++(speak )of(=_**x <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    *snicker*
  • GlissGliss Join Date: 2003-03-23 Member: 14800Members, Constellation, NS2 Map Tester
    <!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1--> (I can ) [pretend]+like = I^2know [yodamode] talking*- about\what  = am I "saying" =
    I am cool. <!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
  • SoulSkorpionSoulSkorpion Join Date: 2002-04-12 Member: 423Members
    <!--QuoteBegin--Pjofski+Jun 13 2003, 03:03 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Pjofski @ Jun 13 2003, 03:03 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1--> (I can ) [pretend]+like = I^2know [yodamode] talking*- about\what  = am I "saying" =
    I am cool. <!--c2--></td></tr></table><span class='postcolor'><!--ec2--> <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    Well, sure you can pretend you know what we're talking about, but we can see that you don't <!--emo&:)--><img src='http://www.natural-selection.org/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
  • GlissGliss Join Date: 2003-03-23 Member: 14800Members, Constellation, NS2 Map Tester
    <!--QuoteBegin--SoulSkorpion+Jun 13 2003, 12:26 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (SoulSkorpion @ Jun 13 2003, 12:26 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin--Pjofski+Jun 13 2003, 03:03 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Pjofski @ Jun 13 2003, 03:03 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1--> (I can ) [pretend]+like = I^2know [yodamode] talking*- about\what  = am I "saying" =
    I am cool. <!--c2--></td></tr></table><span class='postcolor'><!--ec2--> <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    Well, sure you can pretend you know what we're talking about, but we can see that you don't <!--emo&:)--><img src='http://www.natural-selection.org/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo--> <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    Ya, but to any random person it <i>looks</i> like I am a coderz0r.
  • SoulSkorpionSoulSkorpion Join Date: 2002-04-12 Member: 423Members
    We could always...

    *evil grin and pause for emphasis*

    <i>turn this thread into a programming tutorial</i>

    *KRACKBOOM lightning effect*
  • esunaesuna Rock Bottom Join Date: 2003-04-03 Member: 15175Members, Constellation
    Er, i don't know many programming languages. But hell, i'll do it in CS so you can get the idea.

    <!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->MacBeth --()< Sleep<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
  • AezayAezay Join Date: 2003-04-19 Member: 15660Members
    <!--QuoteBegin--Twex+Jun 12 2003, 08:57 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Twex @ Jun 12 2003, 08:57 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--><!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
    world.type=STAGE;
    for (int i=0; i<world.population; i++)
      if (person[i].gender==MALE || person[i].gender==FEMALE)
      person[i].type=PLAYER;
    <!--c2--></td></tr></table><span class='postcolor'><!--ec2--><!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    <b><span style='color:red'>Runtime Error: Integer overflow!</span></b>
  • MouseMouse The Lighter Side of Pessimism Join Date: 2002-03-02 Member: 263Members, NS1 Playtester, Forum Moderators, Squad Five Blue, Reinforced - Shadow, WC 2013 - Shadow
    <!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
    Dim Monkeys, Typewriters, CompleteWorksOfShakespeare

    Monkeys = 1

    While Monkeys > 0
       Monkeys = Monkeys + 1
    Wend

    Monkeys = Typwriters
    CompleteWorksOfShakespeare = Monkeys + Typewriters
    Printer.Print = CompletWorksOfShakespeare
    <!--c2--></td></tr></table><span class='postcolor'><!--ec2-->

    visual basic for all
Sign In or Register to comment.