<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by ataris</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Wed, 25 Nov 2009 04:04:06 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Financial Engineering</title>
            <link>http://forum.lowyat.net/topic/622196</link>
            <description>My friend wanted to take this course. It is under the Faculty of Management called Financial Engineering. Anyone currently taking this major or know about this major ? Is it easy to get a job ? Is it a tough course ? Etc Etc. I hope someone can reply ASAP. OH, btw, my friend is studying in MMU.</description>
            <author>ataris</author>
            <category>Education Essentials</category>
            <pubDate>Tue, 29 Jan 2008 17:03:04 +0800</pubDate>
        </item>
        <item>
            <title>Excel Worksheet Help &amp;#33;</title>
            <link>http://forum.lowyat.net/topic/599773</link>
            <description>Okay, here is my problem. I have a lot of entries in my excel worksheet, and the date inside is for example 31.12.9999. I need to remove all the . inside the date so 31.12.9999 will become 31129999 before I can upload it into SAP. anyone can help me ? Is there any other way beside using macro ? Using the included excel formula maybe ? If I can do this, it will surely shorten my time to do it.</description>
            <author>ataris</author>
            <category>Codemasters</category>
            <pubDate>Fri, 28 Dec 2007 15:23:39 +0800</pubDate>
        </item>
        <item>
            <title>I Need Help &amp;#33;</title>
            <link>http://forum.lowyat.net/topic/521547</link>
            <description>I need help. Two days ago, I was around lvl 13 when I feel stressed out at the pig hunting place. I killed a person. Then I remember, if I have atleast 1 pvp point, I will not be able to use the newbie (powerful) weapon. Omg, levelling sux now. I am no level 20 and its fcuking stress levelling with the blood saber (atk = 14). holyfak. is there any way to remove my fcuking 1 pvp point ? Or should I buy a new sword now ? my money around 200k and the prices for the swords are damn expensive. should I invest now and buy a sword that I can use for quite some time or should I buy just a decent sword that can replace the blood saber ? hope someone can help me &amp;#33; (I&amp;#39;m playing as the Shilen Knight)</description>
            <author>ataris</author>
            <category>Lineage II</category>
            <pubDate>Sun, 16 Sep 2007 23:11:03 +0800</pubDate>
        </item>
        <item>
            <title>Dark Elf Knight guide, anyone ?</title>
            <link>http://forum.lowyat.net/topic/518049</link>
            <description>just started playing this game after i install it using the free dvd at wcg 2007. what I can tell is this game rox. superb graphic. playing dark elf at server aria. anyone know or have the guide for dark elf&amp;#39;s knight ? im heading to that direction now &amp;#33;&amp;#33;</description>
            <author>ataris</author>
            <category>Lineage II</category>
            <pubDate>Mon, 10 Sep 2007 10:42:56 +0800</pubDate>
        </item>
        <item>
            <title>working at Panasonic Cyberjaya</title>
            <link>http://forum.lowyat.net/topic/514400</link>
            <description>anyone in lowyat.net forum is working at Panasonic Cyberjaya ? ive got some question to ask here &amp;#33;</description>
            <author>ataris</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Mon, 03 Sep 2007 09:36:17 +0800</pubDate>
        </item>
        <item>
            <title>Problem with functions in a timer (VB)</title>
            <link>http://forum.lowyat.net/topic/489859</link>
            <description>Im having a problem with the timer and my codes. Doin a modbus program. The problem is, i got 2 functions, one is DIsend for requesting digital input and receive the data from the modbus and the other one is Analog input that does the same thing but for Analog input. So after I set time interval, let say 1 sec, so after 1 sec, it will send and receive the data and display it on the screen. It works fine if just 1 function sending out but if i set both on to use with the timer, somehow the data received from DIsend will combine with the AIsend. Im so clueless about this. If I use debug, the program work somehow. It will go into the DIsend function, run everything inside then will go into the AIsend function and run everything inside. But without debug, the program is actually run everything inside AIsend then on DI, it will just request the data and the receiveing part, it will go back to AIsend so it combines. Anyone can help me on this mattter ?&lt;br /&gt;&lt;br /&gt;[The timer code]&lt;br /&gt;Private Sub Timer1_Timer() &lt;br /&gt;    If MSComm1.PortOpen = True Then&lt;br /&gt;            If timeai = &amp;quot;on&amp;quot; Then&lt;br /&gt;                &lt;br /&gt;                aicom = &amp;quot;&amp;quot;&lt;br /&gt;                AIsend&lt;br /&gt;            End If&lt;br /&gt;    &lt;br /&gt;            If timedo = &amp;quot;on&amp;quot; Then&lt;br /&gt;                DIsend&lt;br /&gt;            End If&lt;br /&gt;    End If&lt;br /&gt;End Sub&lt;br /&gt;&lt;br /&gt;[Analog Input Request/Send and Receive data]&lt;br /&gt;Public Sub AIsend()&lt;br /&gt;    commandsend = mdevid + &amp;quot; 4 0 0 0 8&amp;quot; //command send&lt;br /&gt;&lt;br /&gt;    CreatDataFrame&lt;br /&gt;&lt;br /&gt;    MSComm1.Output = bytBinary&lt;br /&gt;    If Text2.Text &amp;lt;&amp;gt; &amp;quot;&amp;quot; Then&lt;br /&gt;        Text2.Text = Text2.Text + vbCrLf&lt;br /&gt;    End If&lt;br /&gt;&lt;br /&gt;        MSComm1.InputLen = MSComm1.InBufferCount&lt;br /&gt;        mlReceiveByte = mlReceiveByte + MSComm1.InputLen&lt;br /&gt;        bytTemp = MSComm1.Input&lt;br /&gt;            &lt;br /&gt;        sShow = &amp;quot;&amp;quot;&lt;br /&gt;        For i = 0 To UBound(bytTemp)&lt;br /&gt;            sShow = sShow + Right(&amp;quot;0&amp;quot; + Hex(Int(Str(bytTemp(i)))), 2) + &amp;quot; &amp;quot; //Retrieve data, it will combine here&lt;br /&gt;        Next i&lt;br /&gt; &lt;br /&gt;        If (Len(Text2.Text) + Len(sShow)) &amp;gt;= Text2.MaxLength Then&lt;br /&gt;            Text2.Text = &amp;quot;&amp;quot;&lt;br /&gt;        End If&lt;br /&gt;        &lt;br /&gt;        aicom = aicom + sShow&lt;br /&gt;&lt;br /&gt;        If Mid&amp;#036;(aicom, 4, 2) = &amp;quot;04&amp;quot; Then&lt;br /&gt;            azb = Mid&amp;#036;(aicom, 10, 2)&lt;br /&gt;            azc = Mid&amp;#036;(aicom, 13, 2)&lt;br /&gt;            azd = azb + azc&lt;br /&gt;            lHexValue = CLng(&amp;quot;&amp;amp;H&amp;quot; + azd)&lt;br /&gt;            ait0.Text = lHexValue&lt;br /&gt;                    &lt;br /&gt;            azb = Mid&amp;#036;(aicom, 16, 2)&lt;br /&gt;            azc = Mid&amp;#036;(aicom, 19, 2)&lt;br /&gt;            azd = azb + azc&lt;br /&gt;            lHexValue = CLng(&amp;quot;&amp;amp;H&amp;quot; + azd)&lt;br /&gt;            ait1.Text = lHexValue&lt;br /&gt;                    &lt;br /&gt;            azb = Mid&amp;#036;(aicom, 22, 2)&lt;br /&gt;            azc = Mid&amp;#036;(aicom, 25, 2)&lt;br /&gt;            If azc = &amp;quot;&amp;quot; Then&lt;br /&gt;                    &lt;br /&gt;            Else&lt;br /&gt;                azd = azb + azc&lt;br /&gt;                lHexValue = CLng(&amp;quot;&amp;amp;H&amp;quot; + azd)&lt;br /&gt;                ait2.Text = lHexValue&lt;br /&gt;            End If&lt;br /&gt;                    &lt;br /&gt;            azb = Mid&amp;#036;(aicom, 28, 2)&lt;br /&gt;            azc = Mid&amp;#036;(aicom, 31, 2)&lt;br /&gt;            If azc = &amp;quot;&amp;quot; Then&lt;br /&gt;                    &lt;br /&gt;            Else&lt;br /&gt;                azd = azb + azc&lt;br /&gt;                lHexValue = CLng(&amp;quot;&amp;amp;H&amp;quot; + azd)&lt;br /&gt;                ait3.Text = lHexValue&lt;br /&gt;            End If&lt;br /&gt;                    &lt;br /&gt;            azb = Mid&amp;#036;(aicom, 34, 2)&lt;br /&gt;            azc = Mid&amp;#036;(aicom, 37, 2)&lt;br /&gt;            If azc = &amp;quot;&amp;quot; Then&lt;br /&gt;                    &lt;br /&gt;            Else&lt;br /&gt;                azd = azb + azc&lt;br /&gt;                lHexValue = CLng(&amp;quot;&amp;amp;H&amp;quot; + azd)&lt;br /&gt;                ait4.Text = lHexValue&lt;br /&gt;            End If&lt;br /&gt;                    &lt;br /&gt;            azb = Mid&amp;#036;(aicom, 40, 2)&lt;br /&gt;            azc = Mid&amp;#036;(aicom, 43, 2)&lt;br /&gt;            If azc = &amp;quot;&amp;quot; Then&lt;br /&gt;                    &lt;br /&gt;            Else&lt;br /&gt;                azd = azb + azc&lt;br /&gt;                lHexValue = CLng(&amp;quot;&amp;amp;H&amp;quot; + azd)&lt;br /&gt;                ait5.Text = lHexValue&lt;br /&gt;            End If&lt;br /&gt;                        &lt;br /&gt;            azb = Mid&amp;#036;(aicom, 46, 2)&lt;br /&gt;            azc = Mid&amp;#036;(aicom, 49, 2)&lt;br /&gt;            If azc = &amp;quot;&amp;quot; Then&lt;br /&gt;                    &lt;br /&gt;            Else&lt;br /&gt;                azd = azb + azc&lt;br /&gt;                lHexValue = CLng(&amp;quot;&amp;amp;H&amp;quot; + azd)&lt;br /&gt;                ait6.Text = lHexValue&lt;br /&gt;            End If&lt;br /&gt;&lt;br /&gt;            azb = Mid&amp;#036;(aicom, 52, 2)&lt;br /&gt;            azc = Mid&amp;#036;(aicom, 55, 2)&lt;br /&gt;            If azc = &amp;quot;&amp;quot; Then&lt;br /&gt;                    &lt;br /&gt;            Else&lt;br /&gt;                azd = azb + azc&lt;br /&gt;                lHexValue = CLng(&amp;quot;&amp;amp;H&amp;quot; + azd)&lt;br /&gt;                ait7.Text = lHexValue&lt;br /&gt;            End If&lt;br /&gt;        End If&lt;br /&gt;        Text2.Text = Text2.Text + sShow + &amp;quot; * &amp;quot;&lt;br /&gt;    &lt;br /&gt;        If Check2.Value = 1 Then&lt;br /&gt;            Exit Sub&lt;br /&gt;        End If&lt;br /&gt;&lt;br /&gt;     Exit Sub&lt;br /&gt;End Sub&lt;br /&gt;&lt;br /&gt;[Digital Output]&lt;br /&gt;Public Sub DIsend()&lt;br /&gt;    commandsend = mdevid + &amp;quot; 2 0 0 0 10&amp;quot;&lt;br /&gt;&lt;br /&gt;    CreatDataFrame&lt;br /&gt;&lt;br /&gt;    MSComm1.Output = bytBinary&lt;br /&gt;    If Text2.Text &amp;lt;&amp;gt; &amp;quot;&amp;quot; Then&lt;br /&gt;        Text2.Text = Text2.Text + vbCrLf&lt;br /&gt;    End If&lt;br /&gt;&lt;br /&gt;                MSComm1.InputLen = MSComm1.InBufferCount&lt;br /&gt;                mlReceiveByte = mlReceiveByte + MSComm1.InputLen&lt;br /&gt;                bytTemp = MSComm1.Input&lt;br /&gt;            &lt;br /&gt;                    sShow = &amp;quot;&amp;quot;&lt;br /&gt;                    For i = 0 To UBound(bytTemp)&lt;br /&gt;                        sShow = sShow + Right(&amp;quot;0&amp;quot; + Hex(Int(Str(bytTemp(i)))), 2) + &amp;quot; &amp;quot;&lt;br /&gt;                    Next i&lt;br /&gt;&lt;br /&gt;                    If (Len(Text2.Text) + Len(sShow)) &amp;gt;= Text2.MaxLength Then&lt;br /&gt;                        Text2.Text = &amp;quot;&amp;quot;&lt;br /&gt;                    End If&lt;br /&gt;                &lt;br /&gt;                &amp;#39;This is the function for Digital Output&lt;br /&gt;                    If Mid&amp;#036;(sShow, 4, 2) = &amp;quot;02&amp;quot; Then&lt;br /&gt;                        Text4.Text = sShow&lt;br /&gt;                    End If&lt;br /&gt;                &lt;br /&gt;                    If Mid&amp;#036;(sShow, 4, 2) = &amp;quot;02&amp;quot; Then&lt;br /&gt;                        aza = Mid&amp;#036;(sShow, 10, 2)&lt;br /&gt;                        aza1 = Mid&amp;#036;(sShow, 13, 2)&lt;br /&gt;                        HexToBin (aza)&lt;br /&gt;                        BinNum1 = BinNum&lt;br /&gt;                        HexToBin (aza1)&lt;br /&gt;                        BinNum2 = BinNum&lt;br /&gt;                    &lt;br /&gt;                        dit0.Text = Mid&amp;#036;(BinNum1, 8, 1)&lt;br /&gt;                        dit1.Text = Mid&amp;#036;(BinNum1, 7, 1)&lt;br /&gt;                        dit2.Text = Mid&amp;#036;(BinNum1, 6, 1)&lt;br /&gt;                        dit3.Text = Mid&amp;#036;(BinNum1, 5, 1)&lt;br /&gt;                        dit4.Text = Mid&amp;#036;(BinNum1, 4, 1)&lt;br /&gt;                        dit5.Text = Mid&amp;#036;(BinNum1, 3, 1)&lt;br /&gt;                        dit6.Text = Mid&amp;#036;(BinNum1, 2, 1)&lt;br /&gt;                        dit7.Text = Mid&amp;#036;(BinNum1, 1, 1)&lt;br /&gt;                    &lt;br /&gt;                        dit8.Text = Mid&amp;#036;(BinNum2, 8, 1)&lt;br /&gt;                        dit9.Text = Mid&amp;#036;(BinNum2, 7, 1)&lt;br /&gt;                        dit10.Text = Mid&amp;#036;(BinNum2, 6, 1)&lt;br /&gt;                        dit11.Text = Mid&amp;#036;(BinNum2, 5, 1)&lt;br /&gt;                        dit12.Text = Mid&amp;#036;(BinNum2, 4, 1)&lt;br /&gt;                        dit13.Text = Mid&amp;#036;(BinNum2, 3, 1)&lt;br /&gt;                        dit14.Text = Mid&amp;#036;(BinNum2, 2, 1)&lt;br /&gt;                        dit15.Text = Mid&amp;#036;(BinNum2, 1, 1)&lt;br /&gt;                    &lt;br /&gt;                    End If&lt;br /&gt;                    &lt;br /&gt;                    Text2.Text = Text2.Text + sShow&lt;br /&gt;        &lt;br /&gt;    If Check1.Value = 1 Then&lt;br /&gt;        Exit Sub&lt;br /&gt;    End If&lt;br /&gt;&lt;br /&gt;    Exit Sub&lt;br /&gt;End Sub&lt;br /&gt;&lt;br /&gt;I know its a lengthy code. So anyone can help me ? Maybe something wrong from the functions declaring or the timer but I couldn&amp;#39;t figure it out.</description>
            <author>ataris</author>
            <category>Codemasters</category>
            <pubDate>Wed, 18 Jul 2007 09:50:29 +0800</pubDate>
        </item>
        <item>
            <title>Eyes of a Gamer : A Gamer&amp;#39;s Blog</title>
            <link>http://forum.lowyat.net/topic/477411</link>
            <description>I  have updated my blog &amp;#33; Today, a girl had attempt a suicide at Cyberia Condominium in Cyberjaya, Sepang (beside Putrajaya). I wonder why she did that ? Read more on it with pics exclusively on my blog, &lt;a href='http://eyesofagamer.blogspot.com/2007/06/he-killed-my-baby-suruh-dia-datang.html' target='_blank'&gt;Eyes of a Gamer&lt;/a&gt; . Please do visit my blog to read the story and pics photographed by me &amp;#33; Discuss if you want to &amp;#33;</description>
            <author>ataris</author>
            <category>Blogmasters &amp;amp; Webmasters</category>
            <pubDate>Sat, 23 Jun 2007 18:47:31 +0800</pubDate>
        </item>
        <item>
            <title>Regarding SAP</title>
            <link>http://forum.lowyat.net/topic/472710</link>
            <description>guys, im here to ask. is there any chance that a company will sponsor and send u to do the SAP course for free? in return maybe they just deduct ur wages or maybe contract 5 years working for them or something. anyone know about this ?</description>
            <author>ataris</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Thu, 14 Jun 2007 15:22:43 +0800</pubDate>
        </item>
        <item>
            <title>Modbus Master using Visual Basic</title>
            <link>http://forum.lowyat.net/topic/472671</link>
            <description>Guys, im doin my practical now at cyberjaya. My first task is to research and understand about modbus using visual basic. anyone have any experience on this ? ive search on the net but basically its just explaination about modbus. not about the source codes. there is some example on c++, c# but i failed to find documentation for it. I need to understand the functions used in the program. can anyone help me ?</description>
            <author>ataris</author>
            <category>Codemasters</category>
            <pubDate>Thu, 14 Jun 2007 14:19:31 +0800</pubDate>
        </item>
        <item>
            <title>MYM PRIDE #6</title>
            <link>http://forum.lowyat.net/topic/470727</link>
            <description>Any followers of this tournament ? SK, CT, and mkvl also joining liao. Anyway I just want to post here that my frens team won the 1st round. They, ABS, defeat &amp;#33;out. This result is so nice and and they gain so much motivation from this. Anyone interested on the match, can click &lt;a href='http://eyesofagamer.blogspot.com/' target='_blank'&gt;&lt;b&gt;here&lt;/b&gt;&lt;/a&gt;. I have reviewed the match with pictures and you can also download the replay. I heard mkvl, sk and ct also pass the first round. good luck to all malaysian teams.</description>
            <author>ataris</author>
            <category>Competitive Gaming</category>
            <pubDate>Mon, 11 Jun 2007 00:54:21 +0800</pubDate>
        </item>
        <item>
            <title>NuffNang and Advertlets</title>
            <link>http://forum.lowyat.net/topic/469286</link>
            <description>anyone put both ads in their blog ? i mean both nuffnang and advertlets ads ? can it be done ? i mean, we all know they both are at war.</description>
            <author>ataris</author>
            <category>Blogmasters &amp;amp; Webmasters</category>
            <pubDate>Thu, 07 Jun 2007 22:21:17 +0800</pubDate>
        </item>
        <item>
            <title>mysql, mysqlc++ and visual studio (c++) 2005</title>
            <link>http://forum.lowyat.net/topic/435485</link>
            <description>guys, im quite new to visual studio. im currently doin my final year project using visual studio(c++) 2005. our program is the puzzle sudoku with AI. my part is to integrate database into the program. &lt;br /&gt;&lt;br /&gt;1st question&lt;br /&gt;i have tried using the odbc method from this link &lt;a href='http://www.functionx.com/visualc/databases/sqltable.htm' target='_blank'&gt;http://www.functionx.com/visualc/databases/sqltable.htm&lt;/a&gt; using microsoft sql server and it works after a few tweaks. the point is the database program i created is a stand alone program. what i need to do is actually to code it into our sudoku program. my fren said that the database shouldnt have window or anything, it just an add on from our program. i am really clueless about this. ive done some searching on the net and couldnt find what i wanted. please, does anyone have any experience on this ? can guide me a little bit ? mostly the programs/code i found is for a stand alone database program. our program is a sudoku puzzle game with a database.&lt;br /&gt;&lt;br /&gt;2nd question&lt;br /&gt;ive found some guide about the mysql++ wrapper to connect mysql with visual studio c++. but some sites stated that it currently have bugs, not stable etc etc. anyone have any experience on using this wrapper ? can help me a bit ?&lt;br /&gt;&lt;br /&gt;i hope the sifus out there can help me. maybe can direct me to a link or something ? thanx.</description>
            <author>ataris</author>
            <category>Codemasters</category>
            <pubDate>Sun, 01 Apr 2007 18:35:18 +0800</pubDate>
        </item>
        <item>
            <title>IT ANALYST</title>
            <link>http://forum.lowyat.net/topic/417980</link>
            <description>Hello guys. I need some help regarding the topic. Anyone have the experience/information about this particular position, IT ANALYST ? What does an IT ANALYST do ? What type of skill they need to have ? What kind of ability does an IT ANALYST need to have. I&amp;#39;ve tried searching the net but i didnt quite find what i wanted. If there is a similar thread posted here before, please direct me to it because i can&amp;#39;t find it. If there is any similar answers on the net, please do help me and direct me to it. I will graduate this semester, hopefully around mid-may. Im just wondering what this position&amp;#39;s work in the company. Thanx.</description>
            <author>ataris</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Sun, 25 Feb 2007 19:43:09 +0800</pubDate>
        </item>
        <item>
            <title>CANT ACCESS GOOGLE</title>
            <link>http://forum.lowyat.net/topic/355442</link>
            <description>I know this may sound stupid but i just cant access google. Do you all know why ? Im a am so fark up now cause i need it for some searching for my FYP. Anyone having the same problem like me ? Is it got something to do with my modem settings ? Browser Setting ? Or is their any bug or virus around that block us from accessing google ? Please do help me someone. Ive tried checking my settings on the browser, but stil no results.  &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>ataris</author>
            <category>Internet Related</category>
            <pubDate>Wed, 18 Oct 2006 13:56:52 +0800</pubDate>
        </item>
        <item>
            <title>need some help with c, very basic</title>
            <link>http://forum.lowyat.net/topic/343783</link>
            <description>im quite noob in c. ive search the internet and cant really find the answer i want. in c, when u put answer=5+4*(2+6), it will automatically give the answer according to the precedence. the point is, how can i do to insert my own input like 2+4-2*2 or blablabla and then use the answer command. is it possible ? ive tried like this&lt;br /&gt;&lt;br /&gt;printf(&amp;quot;Insert number&amp;#092;n&amp;quot;);&lt;br /&gt;scanf( &amp;quot; %s&amp;quot;, &amp;amp;expr);&lt;br /&gt;answer=expr;&lt;br /&gt;printf(&amp;quot; %d&amp;#092;n&amp;quot;, answer);&lt;br /&gt;&lt;br /&gt;something like that but the thing is that the answer=expr wont solve the integers but just assign it to the integers, so when i print it out, it will give the same thing from the input. anyone can help me ?&lt;br /&gt;&lt;br /&gt;anyway i need to do a calculator with inputs and solve it according to precedence. damn its been hard.</description>
            <author>ataris</author>
            <category>Codemasters</category>
            <pubDate>Thu, 21 Sep 2006 19:30:00 +0800</pubDate>
        </item>
    </channel>
</rss>
