Page 16 of 93 FirstFirst ... 610111213141516171819202122263666 ... LastLast
Results 226 to 240 of 1395

Thread: The EoFF 2010 Ciddies, Stage Three: Winners!

  1. #226
    Very VIP person Tech Admin Rantz's Avatar
    Join Date
    Apr 2006
    Posts
    17,631
    Articles
    1

    Default

    Edit: only if the speech has pics right

    And yeah, o_O has one in the bag! I may be helpful, and I may be the so-called techy admin, but I'm not helpful on techy stuff!

  2. #227
    GO! use leech seed! qwertysaur's Avatar
    Join Date
    Dec 2006
    Location
    Kanto
    Posts
    11,627
    Contributions
    • Former Site Staff

    Default ANOTHER SPEECH

    Code:
    import java.util.ArrayList;
    /**
    * Speech for Ciddies summer 2010
    * category helpful techy
    *
    * @author qwertysaur
    * @version 6.20.10
    */
    
    
    public class HelpfulTechy extends Ciddie{
    
      /**
      * fields
      */
    
    
    private Arraylist NomineeList;
     public Host AwardGuy;
      
      /**
      * Constructor for this speech
      */
    
    
      public HelpfulTechy(){
           NomineeList = new ArrayList;
           NomineeList.add(new Nominee FlyingMullet);
           NomineeList.add(new Nominee LoonyBoB);
           NomineeList.add(new Nominee Mirage);
           NomineeList.add(new Nominee o_O);
           NomineeList.add(new Nominee Rantzien);
           printBlurbs();
           giveCiddie();
         }
    
       /**
       *method to print the speech blurbs
       */
    
    
         protected void printBlurbs(){
           System.out.println("Here is a little info about each nominee");
           FlyingMullet.print();
           LoonyBoB.print();
           Mirage.print();
           o_O.print();
           Rantzien.print();
           }
    
       /**
      * method to award the ciddie
      */
    
    
         protected void giveCiddie(){
           String winner = "";
           int temp = 0;
           for(int index = 0; index < NomineeList.size; index++){
               int count = NomineeList.get(index).getVoteCount();
               if (count >> temp){
                    temp = count;
                    winner = NomineeList.get(index).getName();
                   }  
                }
          AwardGuy.awardCiddie(winner);
          }
    }

  3. #228
    EoFF's Laundry Goddess ~*~Celes~*~'s Avatar
    Join Date
    Jun 2005
    Location
    Ohio =D
    Posts
    6,333
    Blog Entries
    2

    Default

    that speech makes me o_O

  4. #229
    Banished Ace Recognized Member Agent Proto's Avatar
    Join Date
    Aug 2000
    Location
    Root Beer Forum
    Posts
    15,629
    Articles
    111
    Blog Entries
    70
    Contributions
    • Former Cid's Knight

    Default

    That speech was too complicated to understand.

    Apparently, I have been declared banished.

  5. #230
    bless this mess Clo's Avatar
    Join Date
    Apr 2010
    Location
    inside youuuuu
    Posts
    3,435
    Blog Entries
    7

    Default

    Applause, followed by subsequent confusion.


  6. #231
    Get me some wine. Recognized Member Queen Award, First of Her Name's Avatar
    Join Date
    Nov 2001
    Location
    The Red Keep
    Posts
    6,229

    Default

    Those who didn't make it...
    Flying Mullet..............9
    Loony BoB..................6
    Mirage.....................5
    RSL........................1

    o_O Rantzien

  7. #232
    GO! use leech seed! qwertysaur's Avatar
    Join Date
    Dec 2006
    Location
    Kanto
    Posts
    11,627
    Contributions
    • Former Site Staff

    Default

    It's written in Java
    Also remember, ALWAYS use proper comments

  8. #233
    Ghost of Christmas' past Recognized Member theundeadhero's Avatar
    Join Date
    Oct 2001
    Location
    In Jojee's pants x_~
    Posts
    15,567

    FFXIV Character

    Villania Valski (Adamantoise)
    Contributions
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    Also remember to ALWAYS use proper condiments.
    ...

  9. #234
    Huh? Flower?! What the hell?! Administrator Psychotic's Avatar
    Join Date
    Aug 2002
    Posts
    53,286
    Articles
    71

    Default

    I hope o_O wins because Rantzien was very cruel to me about not being nominated for this.

    It is now a personal matter and thus not boring to me.

  10. #235
    Get me some wine. Recognized Member Queen Award, First of Her Name's Avatar
    Join Date
    Nov 2001
    Location
    The Red Keep
    Posts
    6,229

    Default

    And the Ciddie goes to...
    o_O


    o_O.......................24
    Rantzien..................14

  11. #236
    Huh? Flower?! What the hell?! Administrator Psychotic's Avatar
    Join Date
    Aug 2002
    Posts
    53,286
    Articles
    71

    Default

    YESSSSSS!

    Face you beautiful kiwi bastard! You are a god! A god and your computer skills have helped you triumph over evil upon this day! My hero.

  12. #237
    Ghost of Christmas' past Recognized Member theundeadhero's Avatar
    Join Date
    Oct 2001
    Location
    In Jojee's pants x_~
    Posts
    15,567

    FFXIV Character

    Villania Valski (Adamantoise)
    Contributions
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    We suck again!
    ...

  13. #238
    Banished Ace Recognized Member Agent Proto's Avatar
    Join Date
    Aug 2000
    Location
    Root Beer Forum
    Posts
    15,629
    Articles
    111
    Blog Entries
    70
    Contributions
    • Former Cid's Knight

    Default

    He's just... that Face!

    Apparently, I have been declared banished.

  14. #239
    Recognized Member G13's Avatar
    Join Date
    May 2006
    Posts
    5,768
    Blog Entries
    10
    Contributions
    • Former Cid's Knight
    • Hosted the Ciddies

    Default

    qwerty for best speech writer.

    Congrats o_O!

  15. #240
     Master of the Fork Cid's Knight Freya's Avatar
    Join Date
    Jul 2004
    Location
    Yer pants
    Posts
    26,209
    Articles
    277
    Blog Entries
    34

    FFXIV Character

    Freya Meow (Sargatanas)

    Default

    Yay go face!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •