Keytaro99The Offical Site Of Millerman
Keytaro99
read my profile
sign my guestbook

Visit Keytaro99's Xanga Site!

Name: Brain
Birthday: 3/22/1980
Gender: Male


Interests: Anime, Video Games, College, Computers, Spending time with my girlfriend
Expertise: Computers
Occupation: Student


Message: message meEmail: email me
AIM: Keytaro690


Member Since: 4/27/2004

SubscriptionsSites I Read
SpecialK754

Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site


Tuesday, May 02, 2006

Cs work

    int number =0;
            int i = 0;
            while (i <= 48)        {
            i = i + 1;
            number = (i * 2 + 1);
            System.out.println(number);
                                             }
int vowelCount = 0;
    char letter;
    String Word = word[0] + word[1] + word[2] + word[3];
    int size = Word.length();
   for(int i = 0; i < size ; i++) {
            letter = Word.charAt(i);
        if ( letter == 'A' ||
             letter == 'a' ||
             letter == 'E' ||
             letter == 'e' ||
             letter == 'I' ||
             letter == 'i' ||
             letter == 'O' ||
             letter == 'o' ||
             letter == 'U' ||
             letter == 'u' )
             vowelCount++;   
          
              int num;
            int count = 0;
            double randnum;
            for(int i = 1; i <= z; i++)    {
            randnum = Math.random();
            count = count +1;
            num = (int) (randnum * 10) + i;
            System.out.println(count +"   " + "     "+num);
                                        }


Thursday, March 02, 2006

Image hosting by Photobucket ----------> Well today is going very well , got some special dinner plan`s tomorrow for the woman hope she likes . Well i will be back in lancaster this weekend so if anyone want to hang let me know you got the email address lol. oh dont forget otakon and if you did here is the link : http://www.otakon.com hope to see you all there , you know who i mean foooo`s later


Tuesday, February 28, 2006

Image hosting by Photobucket back again , got a boring Mid Term in Politics for all of you that have taking it or will be taking it is very boring and some times i find my self falling asleep thinking about where the exit is or how much longer he will be talking about some useless shit that no one can control. oh a side note i find that class to be at the least a test to see if i can keep myself awake for 3 hours of bone crippling boring pain that seems to go endless in the night ! 4 more months into Otakon cannt wait! on my travels here at shippensburg i ran into a old friend of mine his name is Andrew Rife for the dw`s out their that remember him he is doing well and he is taking computer sciense as well. well before i head to the endless pain that never leaves us in the night i most add that home is where the heart is , and let i miss her so love you sweetheart o,O


Monday, February 27, 2006

Image hosting by Photobucket hehe iam watching you with my little dragon so be nice and stay happy =D love you sweetheart


Back again ... thought it was time to update my life...Well computer is going great so working harder than ever
here is the bunnies and the rabbit inland pop`s for you bum`s in my class that need it lol

/*  Programmer: brian miller
 Purpose: Simulate Wolves and Rabbit Environments
 Date: 2/24/06
*/

import javax.swing.*;
class Prog2 {
 public static void main (String [] args) {
  double r = 50.0;
  double rBirths, rDeaths, wBirths, wDeaths;
  double w = 100;
  int year = 1;
  int lastYear;

  for (int i = 1; i < 50; i++) {
   rBirths = r * 0.2;
   r = r + rBirths;
   rBirths = 0;
   rDeaths = Math.pow(r, 2.0) * .00002;
   r = r - rDeaths;
   rDeaths = 0;
   if (year == 1) {
    System.out.println("Year " + year);
    System.out.println("Rabbit Population : " + (int)(r));
   }
   if (year % 10 == 0) {
    System.out.println("Year " + year);
    System.out.println("Rabbit Population : " + (int)(r));
   }
   year++;
  }
  
  for (int i = 0; i < 51; i++) {
   rBirths = r * 0.2;
   r = r + rBirths;
   rBirths = 0;
   wBirths = w * 0.1;
   w = w + wBirths;
   wBirths = 0;
   rDeaths = .00002 * Math.pow(r, 2.0) + 30 * w * r/10000;
   r = r - rDeaths;
   wDeaths = 200 / r * w;
   w = w - wDeaths;
   if (year % 10 == 0) {
    System.out.println("Year " + year);
    System.out.println("Rabbit Population : " + (int)(r));
    System.out.println("Wolf Population : " + (int)(w));
   }
   year++;
  }
  JOptionPane.showMessageDialog(null, "BOOM! VOLCANIC EXPLOSION!");
   
   
 }
}

  ok now thats out of the way keep your pants on !!!

since last semester my life was hell being around some one that thinks about them sevles more than the world around them. Yet this semester iam in haven my life hasnt been happier , really this is where i belong got a new everything. oh but my true love ^_^ love you sweetheart oh did everyone check out the up and coming FF 7 game if not here is a preview link.

http://video.google.com/videoplay?docid=-7985073303233220183&q=final+fantasy

and i look forward to seeing you all at otakon going to be a blast... and of course iam dressing up again going as Naruto o,O

see you all there and its going to be hot !

i leave you with this pic

Image hosting by Photobucket

lets just say that they never seen it coming HAAHAH !

later foooooo`s



Next 5 >>