<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by dny88</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Mon, 22 Jun 2026 05:18:23 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Puppy Skin</title>
            <link>http://forum.lowyat.net/topic/1929792</link>
            <description>I have a puppy like goin to 3 months old now and I check to the vet he said the pup dont have any disease and he said its normal for puppy to have this type of skin.&lt;br /&gt;But in pup skin have a lot like dandruff and seems like changing skin and now the puppy keep biting its tail untill bleeding.&lt;br /&gt;Any idea what should I do? Is it really normal for puppy?</description>
            <author>dny88</author>
            <category>Pets Wonderland</category>
            <pubDate>Thu, 23 Jun 2011 14:28:39 +0800</pubDate>
        </item>
        <item>
            <title>Pets transport</title>
            <link>http://forum.lowyat.net/topic/1929470</link>
            <description>Hi I have a puppy and my gf want to bring her to her home town.&lt;br /&gt;My question is:&lt;br /&gt;is public transport like bus (transnasional) allow pet inside?&lt;br /&gt;how bout rapidkl and lrt?&lt;br /&gt;since sometime she come to my home using public bus with hiding the puppy on bag.&lt;br /&gt;THX for the information</description>
            <author>dny88</author>
            <category>Pets Wonderland</category>
            <pubDate>Thu, 23 Jun 2011 10:18:16 +0800</pubDate>
        </item>
        <item>
            <title>tag a value</title>
            <link>http://forum.lowyat.net/topic/1382106</link>
            <description>How can i read then tag an xml file while the xml itself have no structure at all??&lt;br /&gt;Meaning that this xml reader and tagger works for all kind of xml file.&lt;br /&gt;Is that possible?&lt;br /&gt;For read part i manage to convert it to txt file than read it in normal way. Is there any other way to read it other than this?&lt;br /&gt;But for the tagger i&amp;#39;m not sure if it can be done in same way&lt;br /&gt;Thx</description>
            <author>dny88</author>
            <category>Codemasters</category>
            <pubDate>Tue, 06 Apr 2010 21:20:46 +0800</pubDate>
        </item>
        <item>
            <title>digit calculation</title>
            <link>http://forum.lowyat.net/topic/1377282</link>
            <description>Hey again guys,&lt;br /&gt;I need a bit help. I want to create class that calculate number of digit that above 12 but the class input is in a array of string and i got lost on how to count for it since the string can be variance like &amp;quot;22342&amp;quot; suppose to count as 1 and &amp;quot;213 132&amp;quot; count as 2&lt;br /&gt;Here i add my code&lt;br /&gt;&lt;br /&gt;for (int i = 0; i &amp;lt; data.length; i++) {&lt;br /&gt;            &lt;br /&gt;                for (int c = 0; c &amp;lt; data[i].length(); c++) {&lt;br /&gt;                    if ((Character.isDigit(data[i].charAt©)) == true) {&lt;br /&gt;                        digit++;&lt;br /&gt;                        if ((Character.isDigit(data[i].charAt(c + 1))) == true) {&lt;br /&gt;                            char[] temp1 = new char[2];&lt;br /&gt;                            temp1[0] = data[i].charAt©;&lt;br /&gt;                            temp1[1] = data[i].charAt(c + 1);&lt;br /&gt;                            String temp = new String(temp1);&lt;br /&gt;                            if (Integer.parseInt(temp) &amp;gt; 12) {&lt;br /&gt;                                above++;&lt;br /&gt;                            }&lt;br /&gt;                            System.out.println(above);&lt;br /&gt;                        }&lt;br /&gt;                         System.out.println(digit);&lt;br /&gt;                    }&lt;br /&gt;                }&lt;br /&gt;            }&lt;br /&gt;&lt;br /&gt;my code here only can count when string is &amp;quot;21&amp;quot; if the string is &amp;quot;213&amp;quot; it will be count as 3 since 21 is is bigger than 12 and 13 is bigger than 12&lt;br /&gt;some more i got null pointer error at the end of execution.&lt;br /&gt;Any idea how to do it?&lt;br /&gt;I dont mind changing the whole algorithm if mine suck&lt;br /&gt;THX</description>
            <author>dny88</author>
            <category>Codemasters</category>
            <pubDate>Fri, 02 Apr 2010 12:32:08 +0800</pubDate>
        </item>
        <item>
            <title>Tokenizer</title>
            <link>http://forum.lowyat.net/topic/1374320</link>
            <description>Hi guys, i need a little help about JAVA tokenizer.&lt;br /&gt;Let say i have this kind of string &amp;quot;hey i am here&amp;quot;&lt;br /&gt;I know if we can split them by using white space delimiter and produce &amp;quot;hey&amp;quot; &amp;quot;i&amp;quot; &amp;quot;am&amp;quot; &amp;quot;here&amp;quot;&lt;br /&gt;Now how can i produce &amp;quot;hey i&amp;quot; &amp;quot;am here&amp;quot;&lt;br /&gt;So basically I should keep one white space and delete the next one and so on&lt;br /&gt;Any idea how to do it?&lt;br /&gt;Thanks in advance&lt;br /&gt;any input and reference will be appreciated</description>
            <author>dny88</author>
            <category>Codemasters</category>
            <pubDate>Tue, 30 Mar 2010 22:06:10 +0800</pubDate>
        </item>
        <item>
            <title>ask java code guide</title>
            <link>http://forum.lowyat.net/topic/1313348</link>
            <description>Hi, guys im doing my project based on JAVA language. And my supervisor ask me to make the program can learn some pattern by itself.&lt;br /&gt;But i don&amp;#39;t know a thing about machine learning. Can someone give me some hint where should i start?&lt;br /&gt;THX</description>
            <author>dny88</author>
            <category>Codemasters</category>
            <pubDate>Sun, 31 Jan 2010 20:46:32 +0800</pubDate>
        </item>
    </channel>
</rss>
