Re: ASUS Laptops - my experience Hardware and Software by toneewa … times that I carry no less than 2 bootable Linux sticks in my PC rescue bag. I've seen in the… Re: The "answer song names with song names" game Community Center Geeks' Lounge by ~s.o.s~ Sticks and Stones Re: Word Association Game Community Center Geeks' Lounge by christina>you sticks -> stones Re: The most annoying song in the world Community Center Geeks' Lounge by bumsfeld Sticks with me! Good thread Dude! Pickup Sticks game Programming Software Development by RoqueyB sticks-=1 return sticks def game(sticks): while sticks>0: if sticks>=5 and sticks<=50: if sticks… up? ")) if choice<=sticks: sticks-=choice count(sticks) else: print("Invalid choice. … Re: Pickup Sticks game Programming Software Development by TrustyTony … not make sense. Same shorter: [CODE]def count(sticks): print("* %s *" % (sticks * '|')) count(33) [/CODE] Indents of lines 64 and… not make sense. I see for example "How many sticks would you like to pick up?" seven times in… Re: Pickup Sticks game Programming Software Development by woooee … num_of_sticks = random.randint(5, 50) print "%d sticks in the pile" % (num_of_sticks) whole, remain =…print " The computer will pick up %d sticks" % (remain-1) [/code]You can …< choice < 4 and choice <= sticks: return choice else: print("Invalid choice. Please… Dell 490 won't recognize 4GB sticks Hardware and Software Hardware by ggeoff …recognized five GB of memory. I have bought two 4GB sticks and added them. The system in Setup now only …4GB though. Is there something wrong with the 4GB memory sticks? They were bought secondhand. All the memory is ECC FBD…each "bank" might need four similar sized memory sticks, but then the Dell manual doesn't mention that. I… Re: Dell 490 won't recognize 4GB sticks Hardware and Software Hardware by ggeoff …recognized five GB of memory. I have bought two 4GB sticks and added them. The system in Setup now only …4GB though. Is there something wrong with the 4GB memory sticks? They were bought secondhand. All the memory is ECC FBD…each "bank" might need four similar sized memory sticks, but then the Dell manual doesn't mention that. I… Re: Testing RAM Sticks Hardware and Software Hardware by rproffitt …, and in some cases the build lot of memory sticks. 2. Stick to what is documented by Crucial, …HP (maker) for these sticks. Just because it fits does not mean it's…own. 4. When we suspect RAM, all the sticks come out and we test one at a time.… 5. When all the sticks come out we take that moment to be sure… Testing RAM Sticks Hardware and Software Hardware by MickeyD … suggested testing RAM before any other troubleshooting. I have four sticks of RAM. I removed the first. There was no change… third stick was bad. While leaving it out, I replaced sticks one and two. Again, I got a normal boot. There… have it all wrong as to how good and bad sticks of RAM affect the performance of each other? Thanks for… Not recognizing all RAM sticks Hardware and Software Hardware by soer … dad's PC now has 2 sticks of 512 in one bay and 2 sticks of 512 in another for a total… similar when it boots. Also, now my PC has 2 sticks of 1GB in one bay and, in the other bay… Problem adding ram sticks to dell xps17 Hardware and Software Hardware by Violet_82 … have a dell xps 17 (L702X) with 4gb RAM (2 sticks of 2gb each) and I want to add an extra… 8GB (another 2 sticks of 4gb each) so to get to 12GB. Now, the… and both of them are already taken by the current sticks. Just below these two slots there is some space as… Re: Testing RAM Sticks Hardware and Software Hardware by DGPickett … recommend buying a completely identically spec'd set of ram sticks of the highest performance the cpu and motherboard support. The… IE 'sticks' intermittently Hardware and Software Microsoft Windows by cparky … and everything seems to be fine except that IE periodically sticks ... for up to 30 seconds ... before hyperlinking to whatever hyperlink… all the obvious things like defragmenting etc... but it still sticks... Thanks in advance Bad Axe won't accept 4 sticks of ram Hardware and Software Hardware by bildo17 My Intel 975xbx (rev. 304) will accept three 1 GB sticks of Corasair XMS memory, but when I put a fourth … and it won't post. I have tried all four sticks in different combinations, so it isn't a particular module… Re: Problem adding ram sticks to dell xps17 Hardware and Software Hardware by rubberman Contact Dell tech support and ask them. They have an online chat with tech support and generally can answer questions like this quite easily. If the slots take different kinds of RAM sticks, they can tell you what the specs are. Re: Problem adding ram sticks to dell xps17 Hardware and Software Hardware by Violet_82 … 16GB of RAM, but I haven't seen the 8gb sticks anywhere, only up to 4GB. I will see what he… Re: Bad Axe won't accept 4 sticks of ram Hardware and Software Hardware by jbennet 32 bit PCs accept a max of 4gb ram and as RAM sticks are not exactly 1024mb each it causes probs Re: 1GB and 256 MB DD2 sticks dual-channel Hardware and Software Hardware by dcc … are of which channel. [B]You can't mix different sticks on single channel[/B]. Usually, the layout is: 1st slot…".[/QUOTE] Single channel is where you can mix different sticks, dual channel requires that the modules have the same specs… Re: USB-sticks don't work Hardware and Software by rproffitt … on Microsoft to get this right. 3. Dead USB sticks. The [sticks](https://imgur.com/gallery/Km6RN) the owner had didn't… Re: USB-sticks don't work Hardware and Software by Ricky_9 … machines that prevented the use of WRITABLE USB devices. So sticks, USB hard drives and other such devices didn't work…. The suggestions made above are good ones: 1) Try the sticks in other machines; and, 2) Try read-only devices in… Re: 1GB and 256 MB DD2 sticks dual-channel Hardware and Software Hardware by Chaky … slots are of which channel. You can't mix different sticks on single channel. Usually, the layout is: 1st slot -1st… Re: 1GB and 256 MB DD2 sticks dual-channel Hardware and Software Hardware by Chaky You can't mix different sticks on ONE of the channels. They MUST BE IDENTICAL in … Re: USB-sticks don't work Hardware and Software by Reverend Jim Do any other USB devices work? Are you able to boot from a Linux LiveCD or any other bootable USB? Have USB sticks ever worked on this particular machine? If not then USB may be disabled in the BIOS. Re: USB-sticks don't work Hardware and Software by Xozz The USB-drivers show up in device manager. Other devices work on USB. I have a couple of USB-sticks and they all don't work. Right now, the only thing I didn't try is the chipset story. By the way.. are you sure about that one? Windows 10 just runs here. Or do I misunderstand what you're saying? Re: USB-sticks don't work Hardware and Software by rproffitt … not mean they are correct for this PC or the sticks are good or bad. As to sure, the issue of… The game of NIM Programming Software Development by james_bond007 …} } //If the user tries to enter a removable number of sticks that is larger than the number //left in the pile… subtracts the computer's choice of removal sticks from the total sticks in the pile. sticks -= comp_choice; cout << "The … Re: The game of NIM Programming Software Development by Clinton Portis … the user is only allowed to input a number of sticks to remove once[/quote] I believe this problem may be… Re: The game of NIM Programming Software Development by james_bond007 … the total pile? I thought that was what my [code]sticks -= comp_choice[/code] was doing...do you have any suggestions for…