- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
15 Posted Topics
Recently, I messed up my MBR on a dual-boot computer with Windows XP SP1 on the primary drive and Kubuntu Dapper Drake (v. 6.06) on the second drive. After some trouble, I eventually searched around and decided to use the GAG Boot Manager to get access to Windows XP. After … | |
I am running Excel 2007 on Windows 7 Ultimate Edition 64-bit. I was sent a spreadsheet which uses the earlier Excel format (97 to 2003). I can open and edit it fine, but when I save I get a message saying that I am using features which are not compatible … | |
I am trying an example from my CS class. We learned recursion recently, and one of the examples I was given was to reverse a given string. The Java program compiles correctly, but when it is actually executed, instead of getting the intended result, I get this as my outcome. … | |
Re: [QUOTE=amr 10 15 90;1060565]i just put java on my computer and how do i know if i did it the right way i go to my control panel and go to advanced and click on the internet that i do have for it to work and its still not working[/QUOTE] … | |
I'm working on a project using Lindenmayer systems([url]http://en.wikipedia.org/wiki/L-system[/url]) to simulate the animation of a tree growing. It uses recursion to determine how the branches and leaves of the tree appear. The program uses OpenGL and my programming language is C++. Here's what I've defined my L-System with: derivative length: 10 … | |
I recently set up a new account with Comcast. I set up the new cable modem I got and it's currently connected to an old laptop I plan to donate to Goodwill. My roommate and I both have laptops equipped with wireless cards and we want to be able to … | |
...look like a Word Document. I don't mean using one of those proxy sites which covers up sites you're not supposed to be visiting at work. I literally want this to just look like text on a Word Document. Basically, for some weird reason, I am applying for an internship … | |
I am working on modifying a BankAccount class for a project I'm doing. I am almost finished, but I am stuck on my second constructor. If a user has an existing account (i.e if there is an initial balance), then the BankAccount constructor should call a deposit method to allow … | |
I am working on an assignment for a class I'm taking. Currently, I have a while loop which takes data from the user through JOptionPane. I am suppose to use a sentinel value (q or Q) to tell the loop to stop. I have my if statement argument working, but … | |
Hi, I'm DaMoogle and I'm here with an odd problem. Today, Windows Update got some updates for Excel 2003, IE7, and Outlook. I've tried to download them multiple times, but they will not install properly. In fact, when I clicked install, the yellow icon disappeared from the taskbar (i.e it … | |
I'm trying to practice writing a program which creates an object and does various tasks. So far the tasks I want to program to do are to take a hypothetical triangle (it doesn't draw a literal triangle on the screen; it just shows the number of triangles there, the area … | |
I'm trying to help my brother out with his computer. Recently, he put in a Creative SB Audigy 2 Card in a HP Pavilion m7640n Media Center PC. It worked fine for a few weeks, but then it suddenly stopped working. He switched to the onboard Realtek HD Audio sound … | |
[code]import java.util.Scanner; import java.util.Random; public class Hangman { public static void main (String[] args) { char userAnswer; String[] dictionary = { "acorn", "actor", "album", "alien", "bagel", "basin", "beach", "brick", "cable", "chalk", "cloud", "crowd", "debug", "ditch", "drill", "drink", "eagle", "eight", "elbow", "extra", "fable", "feast", "fizzy", "flood", "giant", "glass", "gross", "grump", "happy", … | |
I have a Gateway MP6954 Platinum Edition laptop. In a rush to go to the bathroom, I dropped my book on the keyboard. The "a" key fell out & I have been struggling to put it back in. How can I put my "a" key back? | |
Since yesterday, I have been having some serious problems with my Compaq Presario 2100 laptop (AMD Athlon XP version). Whenever I used this laptop it would run fine for about thirty minutes, then it would display the Blue Screen of Death with a message mentioning the atapi.sys driver. At first, … |
The End.