Filed under: build a list — admin @ 5:44 am

Duration : 0:0:0

(more…)

how cheap can someone build a decent gaming computer?

Filed under: build a list — admin @ 10:00 pm

I’m thinking quad core (probably AMD) 6 gigs RAM and about 1-2 Tera hard drive with XP operating system…any thoughts, suggestions, or build lists from some techies out there?

How cheap can someone build a decent gaming computer?

(1) It depends on what you mean by "cheap."

(2) It depends on what you mean by "decent."

A Radeon 4870 will undoubtedly run some games. That’s pretty cheap ($100 after a $30 mail-in rebate).

Radeon 4870 compared to Radeon 5770 and GeForce GTX 460 768MB,

http://www.tomshardware.com/charts/2010-gaming-graphics-charts-high-quality/compare,2393.html?prod[4294]=on&prod[4377]=on&prod[4344]=on

The total price on this list is $571 (not including roughly $20 in shipping, or a $30 mail-in rebate on the video card).

(Case) Rosewill R101-P-BK, MicroATX Mid Tower, $30,

http://www.newegg.com/Product/Product.aspx?Item=N82E16811147112

(Power Supply) SeaSonic SS-650HT Bronze OEM, $60,

http://www.newegg.com/Product/Product.aspx?Item=N82E16817151091

(Motherboard) Asus M4A785TD-M EVO, $75 free shipping,

http://www.newegg.com/Product/Product.aspx?Item=N82E16813131406

(CPU) AMD HDZ740WFK3DGI, Phenom II X3 740 Black (3.0GHz) OEM, $89 free shipping,

http://www.newegg.com/Product/Product.aspx?Item=N82E16819103699

(CPU Heatsink) Rosewill RCX-Z1, $15 free shipping,

http://www.newegg.com/Product/Product.aspx?Item=N82E16835200014

(RAM) G.SKILL 12800CL8D-4GBRM, Ripjaws Series 4GB (2 x 2GB) DDR3 1600 (1.6V CAS8), $85 free shipping,

http://www.newegg.com/Product/Product.aspx?Item=N82E16820231278

(Video Card) XFX HD-487A-ZWFC, Radeon 4870 1GB, $130 ($100 after $30 rebate),

http://www.newegg.com/Product/Product.aspx?Item=N82E16814150436

(HARD DRIVE) Samsung HD103SJ, Spinpoint F3 1TB, $70 free shipping,

http://www.newegg.com/Product/Product.aspx?Item=N82E16822152185

(DVDRW) LITE-ON iHAS124-04, 24X DVDRW SATA, $17 free shipping,

http://www.newegg.com/Product/Product.aspx?Item=N82E16827106289

If you have more money than that, the next upgrade increment over the above list would be to use whichever higher end video card still meets your budget (especially the Radeon 6850 or GeForce GTX 460 1GB), and possibly a second low speed 120mm fan for the front of the case.

powered by Yahoo Answers

Filed under: build a list — admin @ 2:10 pm

Duration : 0:0:0

(more…)

Filed under: build a list — admin @ 1:40 pm

Duration : 0:0:0

(more…)

Java, how to build a linked list in a sorted order by inserting the input to the correct position?

Filed under: build a list — admin @ 10:39 am

read in a list of numbers, how to build a linked list in a sorted order by adding the numbers in?
eg. if the numbers are 3 5 2 6
should first make a new linked list contains 3, then read in 5, add to the list, so the list becomes 3->5, then read in 2, add to the list, and the list becomes 2->3->5, finally add 6 in, so the list is 2->3->5->6
Thanks in advance

LinkedList list = new LinkedList();
while(true) {
Scanner scanner = new Scanner(System.in);
System.out.print("Enter in an integer to put into the list");
int value = scanner.nextInt();
for(int i = 0; i < list.size(); i++) {
if (list.get(i) > value)
list.add(i, value);
}
}

All of the methods are from the LinkedList class in the java API. If you’re supposed to create your own LinkedList class, then that’s a different story.

powered by Yahoo Answers

Filed under: build a list — admin @ 9:35 pm

Duration : 0:0:0

(more…)

Filed under: build a list — admin @ 7:55 am

Duration : 0:0:0

(more…)

What is a good database software program to have to build a mailing list database?

Filed under: build a list — admin @ 2:57 pm


An easy to use program is Filemaker Pro.

The more powerful Microsoft Access is also good but is harder to use.

powered by Yahoo Answers

Filed under: build a list — admin @ 5:46 pm

Duration : 0:0:0

(more…)

Filed under: build a list — admin @ 1:43 am

Duration : 0:0:0

(more…)