Recent content by tikky

  1. T

    Domain Transfer Help need .....

    Call SLCERT ... You can get help from Sri Lanka Cert (SLCert). :cool: www.slcert.gov.lk :cool:
  2. T

    Html code

    Try to add a table, it is easy. If you need divs, try this... <div style="width: 500px;"> <div style="float: left; width: 200px;">Left Stuff</div> <div style="float: left; width: 100px;">Middle Stuff</div> <div style="float: left; width: 200px;">Right Stuff</div> <br style="clear: left;" />...
  3. T

    java program ekak

    Try this java library http://quartz-scheduler.org/ for scheduling.
  4. T

    Google magic (18+)

    :D:D:D
  5. T

    SB: සිසුන් විරුද්ධ වුනත් පෞ. වෛද්‍ය විද්‍යාල &

    SB ට හරියන්නෙ (නින්ද යන්නෙ) ශිෂ්‍යයෝ නැති විශ්ව විද්‍යාලයක් හදපු දවසටයී...
  6. T

    Dot matrix printer help

    Not sure, but .. Text eka wrap wenawa aththe software eken (Word or notepad) wenna athi. Eka nisa text eka type karana software eke printer settings gihin paper eka set karala thiyena widiha balanne. Then, priner eke paper eke set karala thiyena widiha balanne ....
  7. T

    advance batch command problem

    Try this (I'm note sure but this might work) create a input.sql file and store your sql query there # ---------------- select * from table; # ---------------- Then run; mysql -h 127.0.0.1 -uroot -P3307 -p123 database <input.sql >output You can see the output in the "output" file