Recent content by pissumalli

  1. P

    සුගලා දේවිය

    Sugala devi is a princess from south who revolt agains King Parakum. http://www.asiantribune.com/node/3436
  2. P

    ආදර්ශවත්_චිත්‍රපටි

    The Pursuit of Happyness http://www.imdb.com/title/tt0454921/ Read the reviews. Or the best thing is to watch the film.
  3. P

    No religious hatred please.

    Nice photo... :) Have a good day.
  4. P

    Religulous (2008) A very good movie that can open your eyes. Some very valid questions...

    Religulous (2008) A very good movie that can open your eyes. Some very valid questions challenging the concept of superior creationist. Shows how far we are taken for a ride by the priests and politicians using the concept of GOD. :( A good medicine for religious extremism. :rolleyes: [IMG]
  5. P

    -Which movie you watched last? -

    Religulous (2008) http://www.imdb.com/title/tt0815241/
  6. P

    ගැබ්බර ගැහැණිය

    ඔය නියමයි මැක්සා කියල චියර් දාන අය පොඩ්ඩක් බැලුවද ඕකේ තියෙන කරුණු ඇත්තද කියලා? මෙන්න ලින්ක් එකක්. පොඩ්ඩක් බලන්න. http://www.truthorfiction.com/rumors/b/beethovenabort.htm හැම දෙයක්ම කවුරු හරි දාපු පලියට විශ්වාස කරන්න එපා යාලුවනේ. තමනුත් හොයල බලන්න ඕනා. :rolleyes: මේක නම් සරල දෙයක්, නමුත් මීට...
  7. P

    Survey On Sri Lankan Engineers : Factors affecting Brain Drain

    This is not a successful research. 1. Anyone can pretend they are from an Engineering Faculty 2. The questions are confusing as it mixed with questions for (a) those who live in SL (b) those who already left SL.
  8. P

    මූසල ජයග්‍රහණය

    සහතික ඇත්ත ! මෝඩ රිලව් ටිකක් වට කරගෙන රජා නාගන්න තමා හදන්නේ !
  9. P

    Best Actor..

    This man is much better than any of the above listed actors. We dont see his value because he was born in SL.
  10. P

    Java Problem

    Meka ona base ekakata hari yanawa 1,2,3,... check karala balapan. :yes: /** * * @param base the base digit e.g., 2 * @param value the value of @base e.g., 10111 * @return the decimal value e.g. 23 (16+0+4+2+1) */ public static int toDecimal(int base, int value){ int deci =0 ...
  11. P

    Java Problem

    Macha... check this out. Im still in first year at UoM. Didnt have time to double check for other base values. I hope this is correct. Anyways check several times. /** * * @param base the base digit e.g., 2 * @param value the value of @base e.g., 10111 * @return the decimal value...