<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by Rrrocks</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sat, 06 Jun 2026 03:25:56 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>[WTA] Custom Rig</title>
            <link>http://forum.lowyat.net/topic/2483448</link>
            <description>I am thinking of building a rig, for some casual gaming (HoN, Dota...), programming, and some office work with a budget around 2k. So, these are the specs i am considering (need opinion if its there anything to i can improve on or which brand/model to pick) :&lt;br /&gt;&lt;br /&gt;intel i3 ( i think i3 might be sufficient, but don&amp;#39;t know which model is better)&lt;br /&gt;MSI B75MA-p45&lt;br /&gt;MSI 7850 twin frozr&lt;br /&gt;kingston 4GB RAM&lt;br /&gt;500GB HDD&lt;br /&gt;500W PSU&lt;br /&gt;Aerocool strike X one advance (for casing)&lt;br /&gt;DVD writer</description>
            <author>Rrrocks</author>
            <category>Hardware</category>
            <pubDate>Sun, 26 Aug 2012 11:45:12 +0800</pubDate>
        </item>
        <item>
            <title>Relative Paths</title>
            <link>http://forum.lowyat.net/topic/2354757</link>
            <description>&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;public void loadImage&amp;#40;&amp;#41; {&lt;br /&gt;	img = Toolkit.getDefaultToolkit&amp;#40;&amp;#41;.getImage&amp;#40;&amp;#34;C&amp;#58;&amp;#092;&amp;#092;Users&amp;#092;&amp;#092;XXX&amp;#092;&amp;#092;Desktop&amp;#092;&amp;#092;Test&amp;#092;&amp;#092;src&amp;#092;&amp;#092;Test&amp;#092;&amp;#092;images&amp;#092;&amp;#092;123.gif&amp;#34;&amp;#41;;&lt;br /&gt;}&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;if i want to load the image from the absolute path above using relative path, how should i convert?&lt;br /&gt;&lt;br /&gt;i tried &amp;quot;images&amp;#092;&amp;#092;123.gif&amp;quot; and &amp;quot;images/123.gif&amp;quot; ..the image does not appear...</description>
            <author>Rrrocks</author>
            <category>Codemasters</category>
            <pubDate>Mon, 21 May 2012 08:51:58 +0800</pubDate>
        </item>
        <item>
            <title>Need Help in understanding code</title>
            <link>http://forum.lowyat.net/topic/2325009</link>
            <description>&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;&lt;br /&gt;public void reverse&amp;#40;&amp;#41;&lt;br /&gt;{&lt;br /&gt; &amp;nbsp; Node currentNode, nextNode, loopNode;&lt;br /&gt; &amp;nbsp; if&amp;#40;first==null&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;return;&lt;br /&gt;&lt;br /&gt; &amp;nbsp; currentNode=first;&lt;br /&gt; &amp;nbsp; nextNode= first.next;&lt;br /&gt; &amp;nbsp; loopNode=null;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &amp;nbsp; while&amp;#40;nextNode &amp;#33;= null&amp;#41;&lt;br /&gt; &amp;nbsp; {&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;currentNode.next = loopNode;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;loopNode= currentNode;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;currentNode=nextNode;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;nextNode =nextNode.next;&lt;br /&gt; &amp;nbsp; }&lt;br /&gt;&lt;br /&gt; &amp;nbsp; first = currentNode;&lt;br /&gt; &amp;nbsp; first.next = loopNode;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;had trouble understanding this code,&lt;br /&gt;&lt;br /&gt;My interpretation :&lt;br /&gt;lets say a linked list with 1 &amp;gt; 2 &amp;gt; 3 &amp;gt; null&lt;br /&gt;&lt;br /&gt;1st : null&amp;lt;1&amp;gt;2&amp;gt;3&lt;br /&gt;2nd: null&amp;lt;1&amp;lt;2&amp;gt;3&lt;br /&gt;3rd: null&amp;lt;1&amp;lt;2&amp;lt;3&lt;br /&gt;&lt;br /&gt;Sifus, correct me if i&amp;#39;m wrong...Thank you</description>
            <author>Rrrocks</author>
            <category>Codemasters</category>
            <pubDate>Sat, 28 Apr 2012 17:51:54 +0800</pubDate>
        </item>
    </channel>
</rss>
