Search found 408 matches

by Herath
Mon Nov 19, 2012 9:44 pm
Forum: Java Programming
Topic: Any Good Framework to study after Java Basics??
Replies: 4
Views: 7246

Re: Any Good Framework to study after Java Basics??

What about android framework.:-)

[ Post made via Mobile Device ] Image
by Herath
Sat Oct 27, 2012 7:43 pm
Forum: C/C++ Programming
Topic: How can I get different types output in C?
Replies: 7
Views: 12118

Re: How can I get different types output in C?

Been checking the forum, but haven't been involving much. :)

Hi :D
by Herath
Sat Oct 27, 2012 7:22 pm
Forum: C/C++ Programming
Topic: How can I get different types output in C?
Replies: 7
Views: 12118

Re: How can I get different types output in C?

I am using it in the short form like the following,

Code: Select all

#include <stdio.h>
int main(){
   float f;
   f=5/2.0;   
   printf ("%f",f);
   
}
Note the "2.0". :) . You could make either one of them as float.
-- Sorry it has already been answered. I did not read the whole thing except the codes.
by Herath
Mon Aug 20, 2012 12:00 pm
Forum: General Discussions
Topic: Curiosity ready to roll, right after target practice
Replies: 2
Views: 3327

Re: Curiosity ready to roll, right after target practice

Did you watch the landing process. It was amazing. :D .
by Herath
Mon Aug 20, 2012 11:58 am
Forum: Other
Topic: mother board Rev2.30 ???
Replies: 2
Views: 6313

Re: mother board Rev2.30 ???

It should be the revision number. Almost same as the version number. It should not be the same. The new motherboard has to be able to fit in your laptop and should be able to accept the other components. However, buying a new laptop should be economical than repairing it with a new motherboard. :)
by Herath
Wed Aug 01, 2012 10:02 am
Forum: General Discussions
Topic: Malaria vaccines could make the disease worse
Replies: 3
Views: 3209

Re: Malaria vaccines could make the disease worse

All these viruses and diseases seems to be just natural population control. Human population is now growing to be too much. More population is higher rates of spreading diseases. I wonder how the earth will be like by 2050. :)

[ Post made via Mobile Device ] Image
by Herath
Sat Jun 23, 2012 3:37 pm
Forum: Windows
Topic: Install Windows 7 over network with TFTPBoot
Replies: 17
Views: 59921

Re: Install Windows 7 over network with TFTPBoot

That missing font file is not a problem. You need to download the driver from the manufacturer's web site and locate the correct .inf file for the driver and add it to the winPE using the method described in microsoft help article. Just copying everything won't work. If you can find the model of the...
by Herath
Fri Jun 22, 2012 7:59 pm
Forum: Windows
Topic: Install Windows 7 over network with TFTPBoot
Replies: 17
Views: 59921

Re: Install Windows 7 over network with TFTPBoot

Replace the winpe.wim of the downloaded archive and boot up. I hope that you have added the relavent driver files for the network card of your target computer to the created WinPE image. Otherwise it won't work.
by Herath
Thu Jun 21, 2012 8:55 pm
Forum: Windows
Topic: Install Windows 7 over network with TFTPBoot
Replies: 17
Views: 59921

Re: Install Windows 7 over network with TFTPBoot

Seems like your network interface cards has not been detected properly. And creating a new WinPE image is quite a process. It requires Windows Automated Installation Kit. Available at http://www.microsoft.com/en-us/download/details.aspx?id=5753 Adding drivers to the WinPE image: http://technet.micro...
by Herath
Thu Jun 21, 2012 10:01 am
Forum: Windows
Topic: Install Windows 7 over network with TFTPBoot
Replies: 17
Views: 59921

Re: Install Windows 7 over network with TFTPBoot

On the target computer, check if the network has setup properly. Use "ipconfig -all" command and see if the network cards are properly detected. Detecting just the card that will be used for the installation is enough. If the cards are not being detected, a new WinPE image will have to be compiled w...

Go to advanced search