<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by deehanie</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sat, 20 Jun 2026 11:46:17 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>how to declare fix float number?</title>
            <link>http://forum.lowyat.net/topic/301261</link>
            <description>if i only want to display 1.7889 instead of 1.7888888, how should we declare the variable in VB code?</description>
            <author>deehanie</author>
            <category>Codemasters</category>
            <pubDate>Wed, 14 Jun 2006 17:36:36 +0800</pubDate>
        </item>
        <item>
            <title>how to write maths query statement?</title>
            <link>http://forum.lowyat.net/topic/298472</link>
            <description>i have this equation from my table which is to find the low , min and high value.&lt;br /&gt;&lt;br /&gt;total=max-min&lt;br /&gt;amount_each=total/3 &lt;br /&gt;&lt;br /&gt;why i still can;t get the right value? is there syntax error in my query statement? say i wanna find lowest value:&lt;br /&gt;&lt;br /&gt;Low = &amp;quot;Select data1 from table where data1 &amp;gt;= &amp;quot;&amp;amp;min&amp;amp;&amp;quot; AND data1&amp;gt;= &amp;quot;&amp;amp;min + amount_each  &amp;amp;&amp;quot; &lt;br /&gt;&lt;br /&gt;is my quotation is right for any variable min and amount_each in this statement?</description>
            <author>deehanie</author>
            <category>Codemasters</category>
            <pubDate>Wed, 07 Jun 2006 22:25:32 +0800</pubDate>
        </item>
        <item>
            <title>how to perform buble sort</title>
            <link>http://forum.lowyat.net/topic/297647</link>
            <description>if it happens to have to sort data  in ascendence, can we apply buble sort inside the / or any part of the select statement? or does sql has preserved word/method for this thing?</description>
            <author>deehanie</author>
            <category>Codemasters</category>
            <pubDate>Tue, 06 Jun 2006 03:45:31 +0800</pubDate>
        </item>
        <item>
            <title>anyone knows wechart control?</title>
            <link>http://forum.lowyat.net/topic/297441</link>
            <description>i have a problem whereby i must retrieve data from database to construct x-axis value. but, the data is not in ascending order, it only follow the content of the data i&amp;#39;ve taken from a column.e.g 450, 345,466. is ther any coding that i should add or set the property at the x axis?</description>
            <author>deehanie</author>
            <category>Codemasters</category>
            <pubDate>Mon, 05 Jun 2006 18:29:38 +0800</pubDate>
        </item>
        <item>
            <title>password cracking</title>
            <link>http://forum.lowyat.net/topic/263833</link>
            <description>i&amp;#39;m trying to do a simple program that can guess a password contain in specific file called pwd.txt. in this file assume that we have &amp;#39;Jon, Debi, Kim&amp;#39; as the stored password. so the task is to try to guess the password that later on will display either three pasword mentioned and also the time it takes to crack the password.&lt;br /&gt;Does anyone know how to use brute force on this?thanks~</description>
            <author>deehanie</author>
            <category>Codemasters</category>
            <pubDate>Wed, 15 Mar 2006 15:02:37 +0800</pubDate>
        </item>
        <item>
            <title>Counting letter</title>
            <link>http://forum.lowyat.net/topic/258750</link>
            <description>Basically, i have done for counting letter(how many times &amp;#39;a&amp;#39; occured) from string in textbox.But how if i want to count letter such that from a text file?  I&amp;#39;ve been using vb for this:The code below just used to count characters, not a single letter..Can someone show me how?thanks in advance&amp;#33;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Dim FNum As Integer&lt;br /&gt;Dim FBuf() As Byte&lt;br /&gt;Dim CharCount(255) As Long&lt;br /&gt;Dim LoopChar As Long&lt;br /&gt;&lt;br /&gt;Const FileName As String = &amp;quot;X:&amp;#092;Path&amp;#092;File.xyz&amp;quot;&lt;br /&gt;&lt;br /&gt;FNum = FreeFile() &amp;#39; Open file and read contents&lt;br /&gt;Open FileName For Binary Access Read Lock Write As #FNum&lt;br /&gt;ReDim FBuf(LOF(FNum) - 1) As Byte&lt;br /&gt;Get #FNum, , FBuf()&lt;br /&gt;Close #FNum&lt;br /&gt;&lt;br /&gt;For LoopChar = 0 To UBound(FBuf()) &amp;#39; Create character counts&lt;br /&gt;CharCount(FBuf(LoopChar)) = CharCount(FBuf(LoopChar)) + 1&lt;br /&gt;Next LoopChar&lt;br /&gt;&lt;br /&gt;</description>
            <author>deehanie</author>
            <category>Codemasters</category>
            <pubDate>Fri, 03 Mar 2006 22:03:31 +0800</pubDate>
        </item>
        <item>
            <title>Doing charts with asp.net +sql</title>
            <link>http://forum.lowyat.net/topic/250902</link>
            <description>I&amp;#39;m just curious that can a chart give interpretation such as for decision making. For doing charts itself i think there shouldn&amp;#39;t be big prob but then in terms of interpretation part, do i have to have specific algorithm for AI elements or it is only a basic &amp;#39;if-then-else&amp;#39; structure? need help here~</description>
            <author>deehanie</author>
            <category>Codemasters</category>
            <pubDate>Mon, 13 Feb 2006 16:43:39 +0800</pubDate>
        </item>
    </channel>
</rss>
