I didn't think a bout it, but I think this may have happened to me last month on Verizon, because the last few days of the month my 3g was very spotty.
17 minutes ago
@Fripplebubby said:@Anthony said:My Casablanca HD DVD is in full screen since that's how it was filmed and meant to be presented. If you want to artificially make TNG into a widescreen show then just press the "zoom" button on your remote. I bet it still looks better than the DVD version like that.4:3 stretched into 16:9 is not the most elegant solution, really. Everything looks stretched out.If he just zoomed, ...
4 days, 10 hours ago
Here's a ducky keyboard that's back lit. I am currently using a non back lit one similar to it and I love it.
1 month ago
@zurichazure said:What about image retention? If I use this for gaming...such as Fallout or Skyrim for 6 hours, will the hud display persist afterwards?We have the Panasonic G20 and when you play games for a long time, the HUD is visible for a little while after you stop ONLY if the screen is completely black. If there is something on the screen you can't see any image retention. Burn in ...
1 month, 1 week ago
My brother got one, it's alright stock. I'm hoping it gets good support from the android dev community, because it'll be pretty awesome running Ice Cream Sandwich on a $200 tablet.
1 month, 1 week ago
I wanted some easy reading, so I just read the Hunger Games trilogy over the last week. They were good easy reads.
1 month, 2 weeks ago
My brother got one for Christmas, or is getting one I guess. I hope it's not that slow, it probably won't seem to bad to him since right now all they have at the house is like a 8 year old desktop and a super slow laptop.
1 month, 2 weeks ago
I had something similar happen once, "G" was backspace and all sorts of crazy stuff. I just restarted my computer twice or something till it fixed itself.
1 month, 2 weeks ago
My first kindle had issues so they replaced it and sent me a lighted cover for free, it was a pretty sweet deal.
1 month, 3 weeks ago
@vaportrail said:It's just about the worst time to buy a new card. Kepler is around the corner with rumors it will be out by the end of this month and AMD's 7000 series will be announced next week. Even if you want to go with one of these, it would be wise to wait as there will probably some large price drops in the coming months to clear out stores' ...
2 months, 1 week ago
@LtSquigs: Thank You So Much!!! That was it! I never really understood exactly what that meant before!CASE CLOSED
2 months, 1 week ago
@CROM: Sorry for the double post, I'm pretty sure the scanner is working right. It's also the last CourseOffering that I scan in that ends up being all the CourseOffering objects in my courses[] array.
2 months, 1 week ago
@CROM: I'll try that.@LtSquigs:Here is CourseOffering.javapublic class CourseOffering{private static Student[] student;private static String name;private int avgHw;private int avgTest;private int varHw;private int varTest;public CourseOffering(){student = null;name = null;avgHw = 0;avgTest = 0;varHw = 0;varTest = 0;}public void setName(String season, int year){name = season + " "+ Integer.toString(year);}public void setStudents(Student[] students){student = students;}public String getName(){return name;}}
2 months, 1 week ago
@LtSquigs: courses[0], I monitored the length of its student array and it's name.
2 months, 1 week ago
@LtSquigs: At the end I end up with X many of the same object. The test/homework total methods are fine, they keep track of the total fine. I've had it print out pretty much everything as it goes and it works, so I tried having it print the information in the object at index 0 and it changes every time through the loop. Then I checked after the loop with ...
2 months, 1 week ago
for(int x = 0; x < courseCount; x++){courses[x] = new CourseOffering();courses[x].setName(scanner.next(), scanner.nextInt());studentCount = scanner.nextInt();students = new Student[studentCount];for(int j = 0; j < studentCount; j++){students[j] = new Student();students[j].setName(scanner.next(), scanner.next());for(int k = 0; k < 21; k++){students[j].setHomeworkTotal(scanner.nextInt());}for(int k = 0; k < 3; k++){students[j].setTestTotal(scanner.nextInt());}for(int k = 0; k < 2; k++){students[j].setHomeworkTotal(scanner.nextInt());}for(int k = 0; k < 2; k++){students[j].setTestTotal(scanner.nextInt());}}courses[x].setStudents(students);}This is my code and the problem is that instead of just putting the information ...
2 months, 1 week ago
@sgjackson said:If you're ok with HP's meh build quality, a dv6tse can be configured with a mobile Core i5/8GB Ram/750gb HD/1gb 6770m for 800, but it only has a 1366x768 screen: I'd suggest going to the nicer 1080p screen if you can afford it. That's probably the best price/performance/mobility ratio in your budget range that I'm aware of, and I just did a ton of research on laptops because I ...
3 months ago
@theodacourt said:@Theresonlyone: As I understand it, it's down to the architecture of the GPU, so it's probably the hardware. There could be some driver to do it, but I don't think that's going to happen. I had a quick look for reports on how Battlefield 3 is performing on a single 6950, but I couldn't find anything. I'm pretty sure it will have absolutely no problem with it (maybe other ...
3 months, 2 weeks ago