<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by BillySteel</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sun, 07 Jun 2026 00:40:42 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>[WTH]Web application/Native Application</title>
            <link>http://forum.lowyat.net/topic/4615464</link>
            <description>&lt;b&gt;Name of Company:&lt;/b&gt; US Company&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Role:&lt;/b&gt; Designer/Full Stack Engineer/DevOps&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Remuneration:&lt;/b&gt; Negotiable by the hour/fixed cost (all pricing will be negotiated in USD)&lt;br /&gt;&lt;br /&gt;Hi,&lt;br /&gt;&lt;br /&gt;I run a consulting firm(based out of the US) that works with startups all around the world. We mostly work with web/native application using some of the latest technologies. I am looking for development firms/freelancers (freelancers preferable) in the following fields:&lt;br /&gt;&lt;br /&gt;Project Manager/Business Analyst&lt;br /&gt;Designers (modern, futuristic and creative)&lt;br /&gt;UI/UX&lt;br /&gt;Native (iOS/Android)&lt;br /&gt;Web Application - Full Stack Preferable (React/NodeJS/PHP)&lt;br /&gt;Smart Contracts - (Solidity) &lt;br /&gt;AWS - (Amazon Web Services/Cloud Services) --- this falls under DevOps&lt;br /&gt;&lt;br /&gt;I have ongoing projects but chances are you will be involved in the second phases of the project. &lt;br /&gt;&lt;br /&gt;PM me for more information.&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;</description>
            <author>BillySteel</author>
            <category>Job Enlistments</category>
            <pubDate>Mon, 09 Jul 2018 11:29:37 +0800</pubDate>
        </item>
        <item>
            <title>WTS ASUS A555LJ I5/8GB/1TB/NV2G/W8.1</title>
            <link>http://forum.lowyat.net/topic/3555598</link>
            <description>&lt;b&gt;Item(s):&lt;/b&gt; ASUS A555LJ I5/8GB/1TB/NV2G/W8.1 15.6&amp;quot; screen with NV GT920M-color black&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Package includes:&lt;/b&gt; free sling bag (upgraded to 8GB)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price:&lt;/b&gt; RM 2400 - negotiable (but price already cheaper than market)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Warranty:&lt;/b&gt; 2 years ASUS international warranty (you will register under your name)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dealing method:&lt;/b&gt; Maybank2U/COD preferable within PJ/Subang Area........KL if possible delivery.....all delivery charges charge to cost....so if it cost RM10 to deliver to your place you pay RM10.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Location of seller:&lt;/b&gt; PJ&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details:&lt;/b&gt; Pls PM me for contact details if you&amp;#39;re interested buyer&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Age of item:&lt;/b&gt; brought on 18-April-2014&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s) conditions:&lt;/b&gt; Pristine/Still brand new&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture:&lt;/b&gt; To be added&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reason for sale:&lt;/b&gt; Brought the wrong specification..........Want to sell ASAP if possible to buy new laptop.&lt;br /&gt;&lt;br /&gt;If you need any further information on the product please reply in thread.&lt;br /&gt;&lt;br /&gt;Contact details however do obtain through PM&lt;br /&gt;Thanks.</description>
            <author>BillySteel</author>
            <category>Notebooks Garage Sales</category>
            <pubDate>Sun, 19 Apr 2015 01:46:25 +0800</pubDate>
        </item>
        <item>
            <title>Which hardware is the problem</title>
            <link>http://forum.lowyat.net/topic/1183365</link>
            <description>Ok like this my computer gt power but my monitor is dead as in orange light. CPU gt two lights, green-I presume is the power light &amp;amp; red-when running application including boot. Atm gt only green light the red light seems dead and so is my monitor.&lt;br /&gt;&lt;br /&gt;Last time the person who I sent to repair my computer just changed the port of the video card and voila it worked. Now I tried that but it doesn&amp;#39;t work. &lt;br /&gt;&lt;br /&gt;Which hardware is faulty here is it the motherboard,video card....etc. Ok before my computer totally crashed it was hanging, after a few minutes it will become stuck and must be reseted.&lt;br /&gt;&lt;br /&gt;If none of the hardwares are faulty any suggestions on how to fix the problem  would be helpful.&lt;br /&gt;&lt;br /&gt;thx&lt;br /&gt;&lt;br /&gt;</description>
            <author>BillySteel</author>
            <category>Technical Support</category>
            <pubDate>Sun, 04 Oct 2009 18:49:03 +0800</pubDate>
        </item>
        <item>
            <title>LOGIC gate programming</title>
            <link>http://forum.lowyat.net/topic/1004467</link>
            <description>#include &amp;lt;avr/io.h&amp;gt;v&lt;br /&gt;int main(void)&lt;br /&gt;&lt;br /&gt;{&lt;br /&gt;	int buffer,inputA,inputB,op;&lt;br /&gt;	&lt;br /&gt;	DDRB=0x00; 	//PORTB set to input&lt;br /&gt;	DDRD=0xFF;	//PORTD set to output&lt;br /&gt;	PORTD=0xFF;	//enable pull up on input port&lt;br /&gt;&lt;br /&gt;		while(1)&lt;br /&gt;	{&lt;br /&gt;		buffer=PINB;&lt;br /&gt;		&lt;br /&gt;		if(buffer==1)&lt;br /&gt;		op=0;&lt;br /&gt;		else if(buffer==2)&lt;br /&gt;		op=1;&lt;br /&gt;		else if(buffer==3)&lt;br /&gt;		op=2;&lt;br /&gt;		else if(buffer==4)&lt;br /&gt;		op=3;&lt;br /&gt;		else //error&lt;br /&gt;		op=4;&lt;br /&gt;&lt;br /&gt;		inputA=buffer&amp;amp;16;&lt;br /&gt;		inputA=inputA&amp;gt;&amp;gt;4;&lt;br /&gt;		inputB=buffer&amp;amp;32;&lt;br /&gt;		inputB=inputB&amp;gt;&amp;gt;5;&lt;br /&gt;		&lt;br /&gt;		{&lt;br /&gt;		if(inputA==1)&lt;br /&gt;			PORTD=0x80;&lt;br /&gt;		else&lt;br /&gt;			PORTD=0x00&amp;amp;PORTD;&lt;br /&gt;&lt;br /&gt;		if(inputB==1)&lt;br /&gt;			PORTB=0x40|PORTD;&lt;br /&gt;		else&lt;br /&gt;			PORTB=0x00&amp;amp;PORTD;&lt;br /&gt;		}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;		&lt;br /&gt;		if(op=0)&lt;br /&gt;		{&lt;br /&gt;			if(inputA==1 &amp;amp;&amp;amp; inputB==1)&lt;br /&gt;				PORTD=0xF0;&lt;br /&gt;			else&lt;br /&gt;				PORTD=0x00;&lt;br /&gt;		}&lt;br /&gt;	&lt;br /&gt;	&lt;br /&gt;		if(op=1)&lt;br /&gt;		{&lt;br /&gt;			if(inputA==1 || inputB==1)&lt;br /&gt;				PORTD=0xF1;&lt;br /&gt;			else&lt;br /&gt;				PORTD=0x00;&lt;br /&gt;		}&lt;br /&gt;	&lt;br /&gt;	&lt;br /&gt;		if(op=2)&lt;br /&gt;		{&lt;br /&gt;			if(inputA==1 &amp;amp;&amp;amp; inputB==1)&lt;br /&gt;				PORTD=0x00;&lt;br /&gt;			else&lt;br /&gt;				PORTD=0xF2;&lt;br /&gt;		}&lt;br /&gt;	&lt;br /&gt;	&lt;br /&gt;		if(op=3)&lt;br /&gt;		{	&lt;br /&gt;			if(inputA==0 || inputB==0)&lt;br /&gt;				PORTD=0x70;&lt;br /&gt;			else&lt;br /&gt;				PORTD=0x00;&lt;br /&gt;		}&lt;br /&gt;	&lt;br /&gt;	&lt;br /&gt;		if(op=4)&lt;br /&gt;		{&lt;br /&gt;			PORTD=0x01;&lt;br /&gt;		}&lt;br /&gt;	&lt;br /&gt;	}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Above is the following program for a logic gate program(it has already been compiled and returns zero error using AVR Studio ATMEGA169(dunno if this is relevant).&lt;br /&gt;This program is supposed to be lighting up led on my project board but that doesn&amp;#39;t seem to be happening. Ok I presume codemasters can read this program and pretty much understand what I&amp;#39;m doing. right?&lt;br /&gt;Is there any errors or correction I need to make in order for the LED&amp;#39;s to light up.Anything I need to change or improve.I need to identify if its a program problem or circuit problem. If you need more details please post it here.&lt;br /&gt;TY  &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>BillySteel</author>
            <category>Codemasters</category>
            <pubDate>Mon, 20 Apr 2009 10:50:42 +0800</pubDate>
        </item>
        <item>
            <title>PC problem</title>
            <link>http://forum.lowyat.net/topic/998586</link>
            <description>Basically its like this. My CPu seems to be running fine but once I connect all the other parts(ie:keyboard,mouse and monitor) I do not get any &lt;br /&gt;response from my keyboard or monitor. My monitor reads something like cable not connected(I checked for lose conenction but it was ok), my &lt;br /&gt;optical mouse seems to be running(light on) however my keyboard isnt working. My monitor is blank even when my Cpu is running and my CPu&amp;#39;s reset button isnt working either. I opened it up but all the fans and even the 3 red lights on my motherboard is on. Can anyone diagnose the problem Im facing with my PC.&lt;br /&gt;&lt;br /&gt;Thx in advance.</description>
            <author>BillySteel</author>
            <category>Technical Support</category>
            <pubDate>Tue, 14 Apr 2009 20:06:21 +0800</pubDate>
        </item>
        <item>
            <title>C compilers</title>
            <link>http://forum.lowyat.net/topic/957505</link>
            <description>I need a C compiler, I recently acquired the free microsoft visual 2008 but idk how to use it.&lt;br /&gt;&lt;br /&gt;Any good and easy ,free compiler for C out there, i see some have both C and C++ but currently im learning only C so I need that compiler more.</description>
            <author>BillySteel</author>
            <category>Codemasters</category>
            <pubDate>Sat, 07 Mar 2009 22:37:19 +0800</pubDate>
        </item>
        <item>
            <title>Back up and Restore</title>
            <link>http://forum.lowyat.net/topic/917397</link>
            <description>I hope this is in the right section and that someone can help me and quick.&lt;br /&gt;&lt;br /&gt;Its like this, one of my computers is unable to load windows vista and states that some driver 32 file is missing. It requires me to reinstall or repair Vista.&lt;br /&gt;&lt;br /&gt;My question is this what are the steps to backup files? I cannot access safe mode. I know I can do it through the cd but must I reformat my drive 1st? What do they mean by backup disk? &lt;br /&gt;&lt;br /&gt;Should I backup all files from all drives or just the ones in the drive where windows is. Can I backup all files? How do I restore it later back to its original state so that no files whatsoever goes missing. &lt;br /&gt;&lt;br /&gt;Hence my next question, will any files go missing? Can I recover the PC back to its original state before the crash? Some program files in there are very important so I do not want to lose them.&lt;br /&gt;&lt;br /&gt;Thank you for the replies</description>
            <author>BillySteel</author>
            <category>Technical Support</category>
            <pubDate>Mon, 26 Jan 2009 14:51:00 +0800</pubDate>
        </item>
        <item>
            <title>Cant load Vista</title>
            <link>http://forum.lowyat.net/topic/910964</link>
            <description>Any one can help me out as to why my OS(Vista in this case) isn&amp;#39;t starting. I get the blue screen and the it performs a memory dump and says I have to insert Vista cd and repair.Can anyone explain to me whats the problem with possible solutions&lt;br /&gt;thank you.</description>
            <author>BillySteel</author>
            <category>Software</category>
            <pubDate>Mon, 19 Jan 2009 01:24:06 +0800</pubDate>
        </item>
    </channel>
</rss>
