Recent content by IceCool123

  1. I

    XP gana help ekak

    Yes that will work, sorry for the wrong information always keep backups.
  2. I

    XP gana help ekak

    Ok then remove the line default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS and don't change the timeout time. take a backup before changing
  3. I

    XP gana help ekak

    Ok tell me what is you running on XP SP2/3 or just Win XP.
  4. I

    XP gana help ekak

    Edit your boot.ini file in to this [boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect you can find boot.ini by following these steps Right...
  5. I

    Try This Programming Question

    Answer is from Python file = open('number.txt', 'r') a = [int(line) for line in file] b = str(sum(a)) print b[:5] file.close() number.txt contained the digit lines that you have provided. Answer is : 10641
  6. I

    Google Wave accounts

    No, will let you know if I get any...
  7. I

    Google Wave accounts

    iwaraaaiiiiiii..........
  8. I

    Google Wave accounts

    Sent, that was the last one ... Happy Waving........ See you guys in a Wave.............
  9. I

    Google Wave accounts

    I will take up to 2-3 days ok... Happy Waving !!!!
  10. I

    Google Wave accounts

    sent
  11. I

    Google Wave accounts

    Yes, if you need an invitation post your Gmail address.
  12. I

    Google Wave accounts

    Hey guys I got some Google Wave account invitations, if anybody needs reply to the thread with your Gmail address. (remember it should be Gmail). Only 8 left.
  13. I

    Lockerz HELP!!!

    Do not worry if this is your first redemption they will surely send you a T.
  14. I

    Lockerz HELP!!!

    It will reduce from your PTC balance after they have confirmed your shipping details.
  15. I

    NEED JAVA-HELP

    Here's a Java Applet with the same functions that your assignment requires it also includes the source code you can modify according to your means. link:http://romana.now.ie/james/game.html good luck!