Friday, January 29, 2010

Oracle completes acquisition of Sun Microsystems…

On 27 January 2010, Oracle announced that it has completed the acquisition and merger of Sun Microsystems…

Here is Oracles link :  http://www.oracle.com/us/corporate/press/044428

Oracle acquired Sun in April 2009 for about 7 billion USD and had now completed the acquisition…I visited Sun’s web site a minute ago and it directed to Oracle’s web site…

Lets see how Oracle do with Java and SPARC processors and Solaris ( and Solaris based work stations )…

Really great…

Tuesday, January 12, 2010

My blog profile updated…

Dear reader…I have updated my profile to give you more accurate information…Previously I have given my occupation as an intelligence expert which I am not…I have not developed any professional skills in life so I updated this part as a hobbyist software developer which is more accurate…I have removed my Zodiac sings which as a Muslim, I don’t believe in….

So cheers…I hope you enjoy browsing through these blog posts and hope the content is informative, and educational.

Tuesday, January 5, 2010

Delayed justice……

I made a plea to Maldives Police Service on the continued harassment and disturbance I keep receiving from Shumais…Also his mother Wafeesha was also summoned to Capial Police a few weeks back…

Shumais and Wafeesha showed copies of my e-mails I had send to them…

The boys in blue admonished Shumais and his mother about not disturbing me and harassing me…THE QUESTION I ASK FOR MY SELF IS WILL THEY ACCEPT IT AND STOP MAKING ANONYMOUS E-MAILS AND KEEP ADDING ME IN MSN ?…IT IS ABOUT TO BE 6 YEARS SINCE THEY LOST MY GOOD WILL AND FRIENDSHIP…….I hope they understand and stop harassing me!!!

Monday, December 14, 2009

A Java applet that compares 3 integers…

Here is the source code of Java applet I have written which compares 3 integer numbers and outputs the biggest and the smallest number….I wont explain the code…

 

import javax.swing.*;
import java.awt.Graphics;

    public class ComparisionApplet extends JApplet{

           String result;
           String result1;

                   public void init()
                          {

                    int number1;
                    int number2;
                    int number3;

                    String numbera;
                    String numberb;
                    String numberc;

                    numbera = JOptionPane.showInputDialog("Enter first integer:");
                    numberb = JOptionPane.showInputDialog("Enter second integer:");
                    numberc = JOptionPane.showInputDialog("Enter third integer:");

                    number1 = Integer.parseInt(numbera);
                    number2 = Integer.parseInt(numberb);
                    number3 = Integer.parseInt(numberc);

                    if(number1 > number2)
                    if(number1 > number3)
                         {
                         result = number1 + " is the biggest number";
                     }

                    if(number2 > number1)
                    if(number2 > number3)
                       {

                         result = number2 + " is the biggest number";
                     }

                    if(number3 > number1)
                    if(number3 > number2)
                         {

                         result = number3 + " is the biggest number";
                      }

                    if(number1 < number2)
                    if(number1 < number3)
                       {

                        result1 = number1 + " is the smallest number";

                       }

                    if(number2 < number1)
                    if(number2 < number3)
                        {

                         result1 = number2 + " is the smallest number";
                         }

                    if(number3 < number1)
                    if(number3 < number2)
                     {

                       result1 = number3 + " is the smallest number";
                    }

        }

            public void paint(Graphics g)
                    {

               super.paint(g);

                    g.drawString(result,25,70);
                    g.drawString(result1,25,100);

                }

}

Sunday, December 13, 2009

Sad....Maldives loses to India on SAFF Championship 2009 on penalties....

Sad....Maldives loses to India on SAFF Championship 2009 on penalties...As always most of the time Maldives played well but Maldives is also the unluckiest team...

:(

Tuesday, December 8, 2009

My enemies on the internet….

Group A:

Ibrahim Thaufeeq, Aishath Wafeesha , Aishath Shazura, Azmath, Mohamed Shumais

Group B:

Zaan, Ismail Sodiq, and Bods ( real name unknown )