<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by dunods</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Fri, 25 Sep 2026 13:40:08 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>WTS Traktor S4 PRICE REVISED</title>
            <link>http://forum.lowyat.net/topic/2774422</link>
            <description>&lt;b&gt;Item(s):traktor s4&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Package includes:&lt;br /&gt;&lt;br /&gt;-traktor s4&lt;br /&gt;-box&lt;br /&gt;-charger&lt;br /&gt;-scratch upgrade kit (new)&lt;br /&gt;-travelling soft case&lt;br /&gt;&lt;br /&gt;AS everything in the box will be there&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price: 2200 nego&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dealing method: COD&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Location of seller: sunway&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details:whatsapp (010-2921820)&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s) conditions: VERY MINT&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture:&lt;a href='http://imageshack.us/photo/my-images/401/20130410202504.jpg/' target='_blank'&gt;&lt;img src='http://img401.imageshack.us/img401/2146/20130410202504.jpg' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reason for sale: seldom use&lt;/b&gt;</description>
            <author>dunods</author>
            <category>Garage Sales Archive</category>
            <pubDate>Mon, 15 Apr 2013 05:11:38 +0800</pubDate>
        </item>
        <item>
            <title>WTS traktor s4 + scratch upgrade kit +  soft case</title>
            <link>http://forum.lowyat.net/topic/2769685</link>
            <description>&lt;b&gt;Item(s):traktor s4&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Package includes:&lt;br /&gt;&lt;br /&gt;-traktor s4&lt;br /&gt;-box&lt;br /&gt;-scratch upgrade kit (new)&lt;br /&gt;-travelling soft case&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price: 2200 nego&amp;#33;&amp;#33;&amp;#33;price drop get it fast&amp;#33;&amp;#33;&amp;#33;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dealing method: COD&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Location of seller: sunway&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details:whatsapp (010-2921820)&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s) conditions: VERY MINT&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture:&lt;a href='http://imageshack.us/photo/my-images/401/20130410202504.jpg/' target='_blank'&gt;&lt;img src='http://img401.imageshack.us/img401/2146/20130410202504.jpg' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reason for sale: seldom use&lt;/b&gt;</description>
            <author>dunods</author>
            <category>Garage Sales Archive</category>
            <pubDate>Wed, 10 Apr 2013 23:05:07 +0800</pubDate>
        </item>
        <item>
            <title>road tax and insurance</title>
            <link>http://forum.lowyat.net/topic/2131855</link>
            <description>hey guys i wanna ask something,,how if i late to pay the road tax almost 7 months and insurance is almost 1 year.. u guys have any agent to help me to settle the road tax and insurance..the car is in workshop and i scared to take out regarding this issue.</description>
            <author>dunods</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Thu, 01 Dec 2011 23:56:40 +0800</pubDate>
        </item>
        <item>
            <title>Help with Java</title>
            <link>http://forum.lowyat.net/topic/1861078</link>
            <description>public static void manageCustomer() throws Exception&lt;br /&gt;	{&lt;br /&gt;		//System declarations.&lt;br /&gt;		Scanner input = new Scanner(System.in);&lt;br /&gt;		BufferedReader BR = new BufferedReader(new FileReader(&amp;quot;customer.txt&amp;quot;)); String thisLine, thatLine;//BR use.&lt;br /&gt;		FileWriter FWtmp = new FileWriter(&amp;quot;customerstmp.txt&amp;quot;, true);//temporarily store into customerstmp.txt&lt;br /&gt;		FileWriter FW = new FileWriter(&amp;quot;customer.txt&amp;quot;, true);&lt;br /&gt;		BR.mark(7000);//whenever BR.reset() is called, it will return to the wherever you call mark. which is beginning of the file.&lt;br /&gt;		//Other declaration.&lt;br /&gt;		Random rand = new Random();&lt;br /&gt;		boolean check = false;&lt;br /&gt;		//Declaring tmp files.&lt;br /&gt;		File fOld = new File(&amp;quot;customer.txt&amp;quot;);&lt;br /&gt;		File fNew = new File(&amp;quot;customerstmp.txt&amp;quot;);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;               /*Some other codes written here*/&lt;br /&gt;&lt;br /&gt;                  case 2 : //Edit a customer profile.&lt;br /&gt;			System.out.println(&amp;quot;Please select your option&amp;quot;);&lt;br /&gt;			System.out.println(&amp;quot;1. Edit an existing customer account&amp;quot;);&lt;br /&gt;			System.out.println(&amp;quot;2. Return to main menu&amp;quot;);&lt;br /&gt;			choice = input.nextInt();&lt;br /&gt;&lt;br /&gt;			switch(choice)&lt;br /&gt;			{&lt;br /&gt;				case 1 : //Edit customer profile.&lt;br /&gt;				while(check == false)&lt;br /&gt;				{&lt;br /&gt;				System.out.println(&amp;quot;Please enter client&amp;#39;s account number: &amp;quot;);&lt;br /&gt;				String accNo = input.nextLine(); accNo = input.nextLine();//avoid bug.&lt;br /&gt;				while((thisLine=BR.readLine())&amp;#33;=null)&lt;br /&gt;				{&lt;br /&gt;					String[] custArray = thisLine.split(&amp;quot;--&amp;quot;);&lt;br /&gt;				    System.out.println(&amp;quot;Customer account numbers: &amp;quot; + custArray[0]); //to be delete&amp;#33;&amp;#33;&amp;#33;&amp;#33;&lt;br /&gt;				    if(accNo.equals(custArray[0]))&lt;br /&gt;				    {&lt;br /&gt;				    	String result = thisLine.replaceAll(&amp;quot;--&amp;quot;, &amp;quot; &amp;quot;);&lt;br /&gt;				     	System.out.println(&amp;quot;Customer information: &amp;quot; + result);&lt;br /&gt;				     	check=true;&lt;br /&gt;&lt;br /&gt;				     	System.out.println(&amp;quot;Which information you would like to edit?&amp;quot;);&lt;br /&gt;				     	System.out.println(&amp;quot;1. Customer name&amp;quot;); //reasons to edit : Staff input wrongly.&lt;br /&gt;				     	System.out.println(&amp;quot;2. Customer address&amp;quot;);&lt;br /&gt;				     	System.out.println(&amp;quot;3. Customer ID&amp;quot;);&lt;br /&gt;				     	System.out.println(&amp;quot;4. Customer contact&amp;quot;);&lt;br /&gt;				     	choice = input.nextInt();&lt;br /&gt;&lt;br /&gt;				     	switch(choice)&lt;br /&gt;				     	{&lt;br /&gt;			     		case 1: //customer name&lt;br /&gt;	     				System.out.println(&amp;quot;Account No: &amp;quot;+custArray[0]+&amp;quot;&amp;#092;r&amp;#092;nCurrent name: &amp;quot;+custArray[2]);&lt;br /&gt;	     				System.out.println(&amp;quot;Please enter customer&amp;#39;s new name: &amp;quot;);&lt;br /&gt;	     				name = input.nextLine(); name = input.nextLine(); //avoid bug.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;						BR.reset();//ensure BR read from top of the file again.&lt;br /&gt;	     				while((thatLine=BR.readLine())&amp;#33;=null)&lt;br /&gt;	     				{&lt;br /&gt;							if(&amp;#33;thatLine.equals(thisLine))&lt;br /&gt;	     					{&lt;br /&gt;	     					FWtmp.write(thatLine+&amp;quot;&amp;#092;r&amp;#092;n&amp;quot;);&lt;br /&gt;	     					} else&lt;br /&gt;	     					{&lt;br /&gt;	     					FWtmp.write(custArray[0]+&amp;quot;--&amp;quot;+custArray[1]+&amp;quot;--&amp;quot;+name+&amp;quot;--&amp;quot;+custArray[3]+&amp;quot;--&amp;quot;+custArray[4]+&amp;quot;--&amp;quot;+&lt;br /&gt;							custArray[5]+&amp;quot;--&amp;quot;+custArray[6]+&amp;quot;--&amp;quot;+custArray[7]+&amp;quot;&amp;#092;r&amp;#092;n&amp;quot;);&lt;br /&gt;	     					}&lt;br /&gt;&lt;br /&gt;	     				}&lt;br /&gt;	     				//FW.renameTo(new File(&amp;quot;customer.txt&amp;quot;));&lt;br /&gt;	     				FWtmp.close();&lt;br /&gt;	     				boolean success = fNew.renameTo(fOld);&lt;br /&gt;	     				//fOld.delete();//not working. return false&amp;#33;&lt;br /&gt;						//fNew.renameTo(new File(&amp;quot;customer.txt&amp;quot;));&lt;br /&gt;						System.out.println(&amp;quot;Client&amp;#39;s name has been updated successfully. &amp;quot;);&lt;br /&gt;	     				break;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Problems:&lt;br /&gt;1. the changes made only in customertmp.txt but it didn&amp;#39;t replace the customertmp.txt file to customer.txt&lt;br /&gt;2.customertmp.txt is not deleted&lt;br /&gt;&lt;br /&gt;Any help???</description>
            <author>dunods</author>
            <category>Codemasters</category>
            <pubDate>Mon, 02 May 2011 22:49:30 +0800</pubDate>
        </item>
    </channel>
</rss>
