Jump to content

laxer

Member
  • Posts

    683
  • Joined

  • Last visited

Everything posted by laxer

  1. Since people only kind of answered this... The conditional on your for loop is wrong.
  2. ninite remove bloatware updates install programs not from ninite party?
  3. I have not had that issue but I regularly use Rufus for that purpose so I may be able to help. Can you post a screenshot of the window right before you click anything?
  4. Rooted, I didn't even run the stock rom for 15 minutes :lolg: The last stock rom I ran on a device was probably 10 years ago.
  5. I have a nexus 5 and use an OTG cable fairly regularly to watch movies or access files. If 16gb internal storage works for you than it is a solid phone. 16gb isn't enough for my music so I have picked up a dedicated MP3 player instead of using my phone as it gets a little awkward with a device attached to the bottom.
  6. Correct, with the Hawaii chipset(200 series) they redid the output logic to allow for 3 independent displays. Your information is correct for all older chipsets though
  7. AMDs Hawaii chipset supports 3 monitors via any connection. You can get a DP->DVI/HDMI Adapter for ~$30 that will allow a 3rd monitor on older cards. As others have suggested a 290x is probably your best bet. I personally took a more cost efficient method and bought 2 7970s from a closing mining farm to run my triple display setup. This is a good option if you have the mobo support for it and a decent PSU.
  8. As others have said the issue is interference from the microwave. Few options you have: Buy a new router that supports 5Ghz bands which are less likely to be interfered with. Relocate your current router to somewhere with less interference. You could move the microwave as well but I doubt your mother would let you get away with it First one is your best bet, it can be easily solved with a ~$20 router.
  9. it should only leave the screen during menus.... Most FPS games "trap" the mouse in the center of the screen. I run multiple monitors as well and I have never had issues with it although I have seen some fixes floating around. What games in particular are you having issues with? Are you playing full screen?
  10. After Christmas 2009. (Couple months after MW2 was released) Game got heavily infected with children, then modders, then.... ? Haven't really touched COD since.
  11. To add another vote: MSE + MBAM
  12. No need to get your panties in a bunch, it gives security against data loss through redundancy. Security is very abstract so open your mind and stop acting like a 13 year old troll. @OP, I would set up a RAID1/5/6 NAS somewhere on your local network away from your desktop. My guess is that if you are trying to set up another level of redundancy it is from a physical attack. (Fire, burglary, etc) While I would encourage offsite storage for something like this with 8TB of data and a relatively low upload speed it just is not feasible. Running a cable across the house to a NAS/Server will give you some protection from physical attacks but, not a crazy amount. IMO, this is your best bet.
  13. mATX in a full tower??? Aside from that the above is also a solid option
  14. I would get faster RAM, 16GB should be enough unless you are really heavy on CAD. Also, you have a full tower case, why not size up from a 140mm AIO cooler? Aside from that you're looking good.
  15. If codeblocks is still free it is a decent IDE. I used back while I was still in college and never had any problems with it. Now days though there is absolutely no reason not to use Visual Studios when developing a Microsoft Language. Especially since you can now get it for free: http://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx FWIW, both codeblocks and VS use the same compiler: *GCC and the same debugger *GDB but VS has built a lot on top of it to make your life easier. Somewhat related: for adhoc programs in either C, C++, Java, Python or PHP I usually just use notepad++ for ease of access... I wouldn't encourage it for large code banks though.
  16. If it takes your PSU there is a pretty good chance it will take other things as well... As with most electronics make sure they are protected, rather it be by good grounding and fuses in the house or by isolating them using a surge protector or a UPS. If you're worried get surge protectors, at $10 a pop or so I would much rather loose those than any of my toys.
  17. If you still have the windows installation disk try repairing the installation.
  18. 600W is perfect. Your computer will only draw from the power supply what it needs.
  19. http://windows.microsoft.com/en-us/windows-8/create-reset-refresh-media Cheers
  20. This is a great idea with little modification needed.
  21. I would just write a function to find the average. Use that function inside a new function to find the min/max student.... Something like: double getAverageGrade(student[] s) { double avg = 0; for(int i=0; i<10; i++) avg+=s.grade; avg /= 10; return avg; } student maxStudent(student[] s) { student max; for(int i=0;i<5;i++) if(getAverageGrade(max)<getAverageGrade(s)) max = s return max; } student minStudent(student[] s) { student min; for(int i=0;i<5;i++) if(getAverageGrade(min)>getAverageGrade(s)) min = s return min; } etc etc Note: Hardcoding all these magic numbers is generally considered a bad thing. Then again implementing this as a list of structs is also pretty bad....
  22. I would just write a function for it and pass it the list of students.... Alternatively you could write a function to sort the students. You could have the list be self sorting as you add them. Also, I would remove the hardcoded number 5 and replace it with a constant like numStudents
  23. CS go great, Skyrim it lacks the video ram, lower resolutions you will be fine but it will start to struggle with higher quality content/texture packs Shadow of mordor I cannot say. I haven't had 2x5870s(equivalent to a 5970) in my system for some time.
  24. I would try $180 via local listings and see if you get a hit.
  25. None, g3 has an awful screen with bad battery life, note4/nexus 6 are huge, iPhone 6 is Apple(if you like ios it is a clear winner) Have you looked at the moto x or the m8 yet?
×