Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
3 Commented Posts
0 Endorsements
Ranked #2K
Member Avatar for samaru

Is everyone familiar with this game? Just reply with the first word that comes to your mind when you think of the last word posted. You can't respond to the post with a comment, just the word that comes to your mind. It can only be a word or a …

Member Avatar for Salem
2
52K
Member Avatar for john.cooper

Hello everyone, i don't know what happened to my windows. Having message "registry disabled" accessing regedit. Need help. Regards,

Member Avatar for caperjack
0
52
Member Avatar for Borzoi

Share your experiences that you've had with "experts" who have made you want to facepalm from their stupidity and users which have less than minimal knowledge. For example, people that wonder why their computer doesn't turn on during a power cut. My most recent one that I can recall is …

Member Avatar for The Mad Hatter
0
156
Member Avatar for jaycastr

Hey guys im getting back into Java after a break from programming. And i was wondering what is the best integrated development environment for running java.Im sure there is no one Best, but your input would be greatly appreciated.

Member Avatar for Akill10
1
455
Member Avatar for Jonny00707

This is an old Philps 16" Monitor, I had been having issues with it flickering so i didnt use it however how I NEED to use it again. It was fine but now it randomly powers off and after a random amount of time it turns on. Takes from 5 …

Member Avatar for Rik_
0
74
Member Avatar for Tecomapu

hello. im completely new to Java. i have done quite a bit of C# in the past, so that should be an advantage really. my question is, which area or section of Java should i start studying (i dont need to go through console applications..) to have a quick start …

Member Avatar for aligajani
0
155
Member Avatar for Davife

In a strange turn of events my browsers (neither IE nor Firefox) cannot connect to the Internet on my laptop. It is a hard wire connection to the router and is able to connect to other computers on my home network and access external servers thru Remote Desktop Connection. Also …

Member Avatar for Davife
0
242
Member Avatar for aaafan

I have only just started using this feature. I have my monitor set to turn off after 5 minutes. After boot up this works ok for a while but fo no apparent reason stops. Going to Control Panel the setting is correct. I 'reset' and applying the 5 minutes again …

Member Avatar for aaafan
0
168
Member Avatar for atinus cool
Member Avatar for masijade
0
104
Member Avatar for CST

With my Dell R17 i5 laptop and all the bloated junk on it I am wondering if I can do this.... I bought Windows 7 Home Premium that is on my desktop, is there anyway I can use the disk from that pack and format the laptop using it? Using …

Member Avatar for CST
0
76
Member Avatar for Whilliam

Hello. Just had a brand new acer laptop. I had it in Linux and I just changed it to windows XP. I didn't copy any file from Linux, I deleted eveything immediately. Now, I can't connect to our wifi internet connection. It can't even open Movie Maker because the required …

Member Avatar for JavaDad
0
194
Member Avatar for TRAMPAW

Does anyone know how I can get my laptop (Sony Model pcg-7y2l) With windows vista... which I am not familiar with, to hook up to my HD tv? I have no screen to navigate with so it will be a blind hookup if you all know what I mean??? The …

Member Avatar for khakilang
0
99
Member Avatar for ZEZO2010

Hi all I'm working in the program which create two objects both object contains type , color , price, weight And I done with but the problem is how I can round the number in price and weight becuse i change the weight from pound to kg how i can …

Member Avatar for ZEZO2010
0
95
Member Avatar for alaa sam

hi everyone i'm new to unix/linux . almost know nothing about it , but i wants to learn about it . so how can i get it on my pc . now i use windows xp

Member Avatar for ThisOldMan
0
275
Member Avatar for toaster_man

Hey guys im having a bit of trouble here, im not really sure what to do. So i need to make a method which checks these requirements: String must have at least eight characters.(Done) String consists of only letters and digits. String must contain at least two digits any idea's?

Member Avatar for JavaDad
0
121
Member Avatar for roro-

Ok it's all about to create 4 class Class a , class b derived from a and c derived from b and test class Speed is an instance variable in class b and c. The method are : Start() -a method of all class to print the message"hee" override the …

Member Avatar for roro-
0
246
Member Avatar for muncher10

I'm just wondering how I can make the program print results right after inputing a guess.[CODE]import java.util.Random; public class Guess { private int z; private int x; private int y; private int toss; public Guess(int a, int b, int c) { z = a; x = b; y = c; …

Member Avatar for JavaDad
0
94
Member Avatar for kondeti ramesh

can i find the prime number using square root function and tell me how can i generate the prime numbers

Member Avatar for JavaDad
0
55
Member Avatar for buba_kazouba

i don't know if there is something wrong with my bios but i have updated it many times and it says it's the latest version. once, i opened virtual box trying to install a new os on a new vm but it said to me that my processor doesn't support …

Member Avatar for JavaDad
0
172
Member Avatar for chippanfat

Hey guys, in my programming assignment I need to split the mantissa and exponent and add them to two separate variables. so £1.88 would be [CODE] double amount = 1.88; //then after the conversion mantissa = 1; exponent = 88; [/CODE] I've looked at this a lot over the web, …

Member Avatar for jon.kiparsky
0
181
Member Avatar for akinfemi

string.indexOf(letter) checks for the first occurence. what can check for all occurences public class Hangman extends ConsoleProgram { private static final int MAX_NUMBER = 9; private RandomGenerator rgen = new RandomGenerator(); HangmanLexicon lexicon = new HangmanLexicon (); private static boolean end; private HangmanCanvas canvas; private static int x = 30; …

Member Avatar for JavaDad
0
229
Member Avatar for DallasFan3

[ICODE]Ok, I am typing up a program in which will play hangman with a user. I have done most of the program, but I have to let the program randomly choose a word from the list of words stored in your array. Afterwards, it should clear the screen and display …

Member Avatar for JavaDad
0
406
Member Avatar for atoivan

i want to write a a program that will accept student name and grades and output it.use an array data structure in the implementation this program and implement the following write method that will traverses the array and allow the user to perform the following processes a) search for a …

Member Avatar for JavaDad
0
147
Member Avatar for lefaju

HiGuys My harddisk is detected when am in BIOS.But when I start loading Windows XP sp2, the disk is not seen as I get a message "your pc does not have a hard disk" Any help will be appreciated. thanx

Member Avatar for pinkiff
0
110
Member Avatar for acer07

Hi everyone. I'm new to this fine forum. I look forward to learning a lot here and I also want to share some useful information from my experience. I will try to be a credit to this forum by making quality posts.

Member Avatar for JavaDad
0
47
Member Avatar for mar1obaz

I need to create different strings inside a while loop, the problem is how to name them and not having them overwritten each time for ex: [CODE] while (i<10) { String x=scan.nextLine(); //here is the problem, x gets overwritten each time i++} [/CODE] Thank you in advance.

Member Avatar for mar1obaz
0
102
Member Avatar for DallasFan3

Ok, well I am now working on a new program where a program that counts the number of times a digit appears in a telephone number. And I have no idea how to even start this. Can anyone please help? Atleast try to give me a outline or something. Heres …

Member Avatar for naief
0
2K