<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by popeye3rd</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Tue, 09 Jun 2026 13:44:06 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>[WTS] iPad 2 16 GB WiFi White (Used)</title>
            <link>http://forum.lowyat.net/topic/2893237</link>
            <description>&lt;b&gt;Item(s):iPad 2 16 GB WiFi White (Used)&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Package includes:Full box set + [&lt;!--emo&amp;B]--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/cool.gif' border='0' style='vertical-align:middle' alt='cool.gif' /&gt;&lt;!--endemo--&gt;&lt;span style='color:purple'&gt;Smart Ultra thin magnetic case &lt;/span&gt;&lt;/b&gt; + &lt;b&gt;&lt;span style='color:red'&gt;extra Anti glare screen protector&lt;/span&gt;&lt;/b&gt;[/b]&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price: &lt;span style='color:red'&gt;SOLD &lt;/span&gt;[&lt;!--emo&amp;B]--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/cool.gif' border='0' style='vertical-align:middle' alt='cool.gif' /&gt;&lt;!--endemo--&gt; &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Warranty:Nil&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:KL&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details:PM &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Age of item:1 Year++&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s) conditions:Pristine condition 99%. Applied screen protector and stay in case since day 1  &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture: [attachmentid=3546203] &lt;br /&gt; [attachmentid=3546204]&lt;br /&gt;[attachmentid=3546206]&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reason for sale: No longer using&lt;/b&gt;</description>
            <author>popeye3rd</author>
            <category>Garage Sales Archive</category>
            <pubDate>Sun, 21 Jul 2013 00:39:57 +0800</pubDate>
        </item>
        <item>
            <title>Prob with Data file in C</title>
            <link>http://forum.lowyat.net/topic/910995</link>
            <description>i&amp;#39;m having a prob to read from data file.&lt;br /&gt;the prob is that my program do &lt;span style='color:red'&gt;read only once from the data&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;my data file is something like this :&lt;br /&gt;&lt;br /&gt;0.75&lt;br /&gt;0.45	&lt;br /&gt;5.50&lt;br /&gt;-0.32     &lt;br /&gt;6.75	&lt;br /&gt;-0.15&lt;br /&gt;-1.5&lt;br /&gt;0.66&lt;br /&gt;&lt;br /&gt;and my coding :&lt;br /&gt;&lt;br /&gt;#include&amp;lt;stdio.h&amp;gt;&lt;br /&gt;#include&amp;lt;math.h&amp;gt;&lt;br /&gt;&lt;br /&gt;int main()&lt;br /&gt;{&lt;br /&gt;	int n=1,a;&lt;br /&gt;	double x,tanx,sum=0;&lt;br /&gt;&lt;br /&gt;	FILE*tanh;&lt;br /&gt;	tanh=fopen(&amp;quot;tanh.dat&amp;quot;,&amp;quot;r&amp;quot;);&lt;br /&gt;&lt;br /&gt;	if(tanh==NULL)&lt;br /&gt;		printf(&amp;quot;error opening input file.&amp;#092;n&amp;quot;);&lt;br /&gt;	else&lt;br /&gt;	{&lt;br /&gt;		&lt;br /&gt;		while((fscanf(tanh,&amp;quot;%lf&amp;quot;,&amp;amp;x)) == EOF); /* i hv prob with this part */&lt;br /&gt;		{&lt;br /&gt;		&lt;br /&gt;			for(n=1;n&amp;lt;15;n++)&lt;br /&gt;			{&lt;br /&gt;				a=(2*n)-1;&lt;br /&gt;				tanx=((pow(x,a))/a);&lt;br /&gt;				sum+=tanx;&lt;br /&gt;				&lt;br /&gt;			}&lt;br /&gt;			printf(&amp;quot;x= %.2lf&amp;#092;n&amp;quot;,x);&lt;br /&gt;			printf(&amp;quot;tanx = %.8lf&amp;#092;n&amp;#092;n&amp;quot;,sum);&lt;br /&gt;			&lt;br /&gt;		}	&lt;br /&gt;		&lt;br /&gt;	fclose(tanh);&lt;br /&gt;	}&lt;br /&gt;	&lt;br /&gt;	return 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;can someone help  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;</description>
            <author>popeye3rd</author>
            <category>Codemasters</category>
            <pubDate>Mon, 19 Jan 2009 02:36:12 +0800</pubDate>
        </item>
        <item>
            <title>Anyone here can help trace phone number owner?</title>
            <link>http://forum.lowyat.net/topic/0</link>
            <description></description>
            <category>Dispute Resolution Corner</category>
            <pubDate>Thu, 01 Jan 1970 07:30:00 +0800</pubDate>
        </item>
        <item>
            <title>Anyone here can help trace phone number owner?</title>
            <link>http://forum.lowyat.net/topic/889617</link>
            <description>i bought a phone yesterday,not in this forum.its from mudah.com.my&lt;br /&gt;cod with the seller 1st,he said battery flat so cant check the condition.&lt;br /&gt;ask for the warranty,he said he bought it at UK.&lt;br /&gt;he said he will pass to his fren,to charge first.&lt;br /&gt;so i met with his fren at nite,n his fren giv me the fon.&lt;br /&gt;i&amp;#39;ve check the fon,everything is like original Nokia N82.&lt;br /&gt;even at camera part,state carl zeiss 5mp.&lt;br /&gt;the firmware is V 10.0.046&lt;br /&gt;since i&amp;#39;m not using nokia before this,i dont realize the diff of its user interface.&lt;br /&gt;only after i went back home,i check that the box state www.nokia.com.cn (china).&lt;br /&gt;and this fon dun hv Wi-fi,no 5mp camera setting,no 3G,and its diff from nokia N82 according to my fren.&lt;br /&gt;what should i do?call them but they not picking up.&lt;br /&gt;information that i hv is their fon num.&lt;br /&gt;&lt;br /&gt;his num : 016-7189041&lt;br /&gt;&lt;br /&gt;his fren num(micheal)*dun know the rite name o not  : 016-7159043&lt;br /&gt;&lt;br /&gt;anyone can guide me shat should i do &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>popeye3rd</author>
            <category>Resource Centre</category>
            <pubDate>Mon, 29 Dec 2008 11:48:09 +0800</pubDate>
        </item>
        <item>
            <title>nvidia geforce 9500M GS</title>
            <link>http://forum.lowyat.net/topic/860262</link>
            <description>my kazen hv notebook acer aspire 6920.&lt;br /&gt;but can&amp;#39;t play game.&lt;br /&gt;i think that the driver prob.&lt;br /&gt;is there any link or source i can get the driver.&lt;br /&gt;try to find it at nvidia sites.but can&amp;#39;t find one.  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>popeye3rd</author>
            <category>Technical Support</category>
            <pubDate>Sat, 29 Nov 2008 14:55:19 +0800</pubDate>
        </item>
        <item>
            <title>Wireless router</title>
            <link>http://forum.lowyat.net/topic/0</link>
            <description></description>
            <category>Networks and Broadband</category>
            <pubDate>Thu, 01 Jan 1970 07:30:00 +0800</pubDate>
        </item>
        <item>
            <title>usb to ethernet</title>
            <link>http://forum.lowyat.net/topic/0</link>
            <description></description>
            <category>Hardware</category>
            <pubDate>Thu, 01 Jan 1970 07:30:00 +0800</pubDate>
        </item>
        <item>
            <title>usb to ethernet</title>
            <link>http://forum.lowyat.net/topic/843052</link>
            <description>is there any cable that can convert usb to ethernet.? &lt;!--emo&amp;:hmm:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/hmm.gif' border='0' style='vertical-align:middle' alt='hmm.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;for example,i hv usb broadband and want to connect it to wireless router that only hve ethernet plug &lt;br /&gt;&lt;br /&gt; &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>popeye3rd</author>
            <category>Hardware</category>
            <pubDate>Wed, 12 Nov 2008 02:40:58 +0800</pubDate>
        </item>
        <item>
            <title>Is Dr Nathan really that good?</title>
            <link>http://forum.lowyat.net/topic/841496</link>
            <description>i want to hve facial treatment for ance. &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;i read a lot here about Dr Nathan.&lt;br /&gt;anyone here hd an experience receiving treatment there?&lt;br /&gt;how the result and budget range? &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>popeye3rd</author>
            <category>Health &amp;amp; Fitness</category>
            <pubDate>Mon, 10 Nov 2008 17:20:46 +0800</pubDate>
        </item>
        <item>
            <title>rehabilitation after knee surgery</title>
            <link>http://forum.lowyat.net/topic/838518</link>
            <description>actually it hve been 4 month since i had an operation for my knee.&lt;br /&gt;&lt;br /&gt;got injured while playing football. &lt;!--emo&amp;:x--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/doh.gif' border='0' style='vertical-align:middle' alt='doh.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;torn my anterior cruciate ligament(ACL),so have to replace the new one. &lt;!--emo&amp;:sweat:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sweat.gif' border='0' style='vertical-align:middle' alt='sweat.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;after the surgery,only do basic part of rehabilitation.&lt;br /&gt;got no time as i am a student.&lt;br /&gt;feel better now,can jogging n run a bit &lt;!--emo&amp;:nod:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/nod.gif' border='0' style='vertical-align:middle' alt='nod.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;now im planning to continue the rehabilitation,more focus on stengthen my leg coz i&amp;#39;m on holiday for 5weeks.&lt;br /&gt;&lt;br /&gt;really need your suggestion,about any place you know.&lt;br /&gt;place like gym or kind of rehabilitation centre.&lt;br /&gt;&lt;br /&gt;</description>
            <author>popeye3rd</author>
            <category>Health &amp;amp; Fitness</category>
            <pubDate>Fri, 07 Nov 2008 13:08:02 +0800</pubDate>
        </item>
        <item>
            <title>Wireless router</title>
            <link>http://forum.lowyat.net/topic/834686</link>
            <description>i am using celcom blue cube usb modem.&lt;br /&gt;i want to share the intrnet connection with my sibligs,&lt;br /&gt;can anyone suggest any wireless router that can connect wit usb modem.&lt;br /&gt;n the estimate price.  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>popeye3rd</author>
            <category>Networks and Broadband</category>
            <pubDate>Mon, 03 Nov 2008 16:12:16 +0800</pubDate>
        </item>
        <item>
            <title>nvidia setting</title>
            <link>http://forum.lowyat.net/topic/833856</link>
            <description>i am using nvidia Geforce 7150M/nForce 630M.&lt;br /&gt;any 1 can suggest the best setting for me to play PES 2009 &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>popeye3rd</author>
            <category>Software</category>
            <pubDate>Sun, 02 Nov 2008 19:03:35 +0800</pubDate>
        </item>
        <item>
            <title>notebook graphic card</title>
            <link>http://forum.lowyat.net/topic/828114</link>
            <description>is it possible tu upgrade/change my laptop grapic card.&lt;br /&gt;n how much it will cost.</description>
            <author>popeye3rd</author>
            <category>Technical Support</category>
            <pubDate>Mon, 27 Oct 2008 12:35:06 +0800</pubDate>
        </item>
        <item>
            <title>Help - wireless router setup problem.</title>
            <link>http://forum.lowyat.net/topic/665086</link>
            <description>i just bought D-Link DIR-300 wireless G router.&lt;br /&gt;the problem is,my setup failed when configure my internet connection.&lt;br /&gt;FYI,i&amp;#39;m using maxis broadband.&lt;br /&gt;when i connect direct to my notebook,there is internet connection.&lt;br /&gt;but when connect using the router using wired or wireless,i dont have the connection.&lt;br /&gt;can sum1 help plss?  &lt;!--emo&amp;:(--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>popeye3rd</author>
            <category>Technical Support</category>
            <pubDate>Wed, 02 Apr 2008 18:13:39 +0800</pubDate>
        </item>
    </channel>
</rss>
