Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
Member Avatar for Q8iEnG

How can I get rid of this? I've been told it is a virus! When I enter Yahoo.com it redirects me to icslleida.cat; note that this only happens on Google Chrome, when I use Internet Explorer it works just fine. Any ideas?

Member Avatar for Q8iEnG
0
441
Member Avatar for abbeyhill

I have had Windows Vista Home Premium for five or six years. Unfortunately it is behaving very badly and very slowly. I want to re-install but cannot find the original installation disc. I do have the Product Key Code which is labelled on the back of the tower system. The …

Member Avatar for JorgeM
0
524
Member Avatar for Cross213
Member Avatar for btsuper

Hello everybody, Today i assembled my first computer. I followed an online tutorial and followed the manuals provided with the parts. However, when i finished and plugged it in, it didn't turn on. There was no beep, or even any sign that the computer was on. Can anybody help me …

Member Avatar for btsuper
0
738
Member Avatar for 3vilwyatt

So I am a bit confused with the following terms already and how they interact. I am new to IM creation and I want to know the best approach on how to go about this. Anybody can explain them to me? I know ejabberd is a kind of open source …

Member Avatar for 3vilwyatt
0
114
Member Avatar for btsuper

Hi everybody, I've been working with gui recently, and I need help with my JButtons. I need to figure out how to set a button on the keyboard to click that JBUtton. I.e. When i hit the enter key it picks say the third button on the list or something …

Member Avatar for btsuper
0
1K
Member Avatar for Darren76

[LIST=1] [*]import java.util.Scanner; [*]public class retailPrice { [*]public static void main (String[]args) { [*]Scanner input = new Scanner(System.in); [*]double wholesale, markup, retail=0; [*]System.out.println("Enter the wholesale price! "); [*]wholesale = input.nextDouble(); [*] [*]System.out.println("Enter the markup percentage! "); [*]markup = input.nextDouble(); [*] [*]calculateRetail(wholesale, markup, retail); [*]System.out.printf("The retail price of the item is …

Member Avatar for ztini
0
154
Member Avatar for kukuruku

Is there method in Java to compare the strings first letter and sort the alphabetical or I have to substring and compare them with bubble sort Thanks

Member Avatar for btsuper
0
131
Member Avatar for McCurry0x77

What is the best way to assign values to variables of various data types from reading a file (while importing as few things as possible and making use of the simplest code)? I need to write a program which can assign values from a .dat file, if that's relevant. If …

Member Avatar for masijade
0
118