Jump to content

Computer Help

Discussion of computer problems

  1. Hi. The hard drive in my other rarely used compfuser is failing. Does not end loading... Cannot 'extract' the operative system. The data I do not care, has been regularly backed and have it safe. The web is filled with instructions on how to backup the data for hard drive replacement, but cannot find what am asking here. Replacing the hard drive with a new one, how to reload/reinstall my very legal Microsoft software copy that came installed with it? Never got a CD with the operative system when I bought it. It has the Microsoft sticker with the bunch of numbers. Seen it done somehow at PC service shops, but never paid attention. Think it was via internet…

    • 0

      Reputation Points

    • 16 replies
    • 3.8k views
    • 1 follower
  2. Is there a certificate course in computer programming alone, without doing BSc in computer science ???

    • 0

      Reputation Points

    • 3 replies
    • 2k views
    • 1 follower
  3. Started by amaaniy,

    hi! im going to do a simulation tool for cryptography cipher encrytion and decrytion for my Bachelor of Computer Science Degree project. bt i dont have any idea about building a simulation tool. so pls if anyone help me to come to know about it pls....

    • 0

      Reputation Points

    • 0 replies
    • 1.5k views
  4. Started by Scarml,

    Hello, On x-toy I'm reading several values into registers: the amount of bits in the seed, the seed itself, and the tap bit number. Does anyone know how to read the left most bit of the seed using Visual x-toy? -Scarlett

    • 0

      Reputation Points

    • 0 replies
    • 2.3k views
  5. Started by mellowmorgan,

    So on the UML Diagramming on Visio, I screwed up the settings on something and now I can't set the multiplicities on my arrows. Somehow I made it disappear from the edit window that pops up when you double click on the arrow. I can't get it to go back to the way it was. Is there a way to reset EVERYTHING so I can make sure it's fixed?

    • 0

      Reputation Points

    • 0 replies
    • 1.7k views
  6. Started by rktpro,

    My friend got a new lappy and he installed MSSE in his system. Another friend of mine told me that MSSE is not too good for our new computers. Ideas?

  7. OK... so I've just started programming in Java and I decided to write a little program where the user enters a number and the computer determines whether or not it's a prime. The math work behind it is functioning perfectly(I know because I ran it repeatedly without do-while), but my do-while loop isn't, for some reason it exits the loop after one go or gives me an error message about variables). Can you tell me what I'm doing wrong? Thanks! Oh, btw I'm writing it in Notepad++ and running it in command prompt. import java.util.Scanner; public class PrimeCalculator { public static void main(String[] args) { Scanner sc = new Scanner(System.in); do{ System.out.pr…

    • 0

      Reputation Points

    • 11 replies
    • 3.8k views
    • 1 follower
  8. Started by mattmatt1020,

    well i was just wondering if anyone could give me advice for this class ap computer science. Its in java and well school starts in a week and the extent of my knowledge in java is doing simple if then statements. However i do have more knowledge in basic and C so idk if that will be of any help to me but has anyone taken this and has any advice

    • 0

      Reputation Points

    • 1 reply
    • 2.1k views
  9. Started by Mark Ian,

    Hi, Im learning python in the moment. I'm currently using Scite to edit my scirpts, but when I execute the code over Scite using the 'F5' button I get the following error message: >pythonw -u "bottle.py" >The system cannot find the file specified. I'm geussing either scite itself or windows doesnt have the pathway for the python directory... but how do you change it??? Thanks in advance, Mark

    • 0

      Reputation Points

    • 2 replies
    • 3k views
    • 1 follower
  10. Started by Light Space,

    Hi all, i am an M.Tech student in computer science & eng. I have to do project as part of course. And also i have to submit a seminar. The problem is i was asked to find a ieee or acm or another international journal paper as seminar and improve that paper with something new of my own to create my project and some papers. How do i know i can do some paper found on ieee or international journal. I am particularly interested in device driver and kernel programming. is there any research papers on that.

    • 0

      Reputation Points

    • 3 replies
    • 3.3k views
  11. Started by vanvan,

    I need help in removing FunMoods toolbar from my browser. I installed it but now I want to get rid of it and I have no idea how to do that. I tried several ways, but in vain. If you can help me I ll appreciate it! Thanks!

    • 0

      Reputation Points

    • 5 replies
    • 2.8k views
    • 1 follower
  12. Started by navdeep,

    consider- String[] str1={"One"}; String[] str2={"One","Two"}; String[] str3={"One","Two", "Three"}; String[] str4={"One","Two", "Three", "Four"}; String[] str5={"One","Two", "Three", "Four","Five"}; ArrayList al=new ArrayList(); al.add(str1); al.add(str2); al.add(str3); al.add(str4); al.add(str5); till now i have successfully added 5 arrays in the array list, al.. now i want to retrieve each element of each array.. if i use iterator- Iterator itr=al.iterator(); while(itr.hasNext()) { System.out.println("Element : "+itr.next()); } i get- Element : [Ljava.lang.String;@182f0db Element : [Ljava.lang.String;@192d342 Element : [Ljava.lang.St…

    • 0

      Reputation Points

    • 3 replies
    • 2.6k views
    • 1 follower
  13. Started by tomgwyther,

    Hi guys, hope you can help. Just installed Ubuntu Studio on (quite an old) Compaq tower. strange thing id, it plays MP3 files a semitone higher in pitch than they should be, this is a particular issue as I'm using the computer in a music teaching environment. never had anything like this happen before,, used ubuntu and ubuntu studio on other systems with no hassle, I've not the faintest idea how to fix this problem. Thanks

    • 0

      Reputation Points

    • 2 replies
    • 2.1k views
  14. Started by Amged,

    Hello, Can you help me...? Is there any function like this. I want to make IDM start downloading the file after the previous file is downloaded. For example after Need for Speed part1.rar is downloaded, The IDM start downloading the next file. How can I make it? Thanks.

    • 0

      Reputation Points

    • 7 replies
    • 6.5k views
    • 1 follower
  15. Started by morgsboi,

    Hi, I've been making this simple text-based game and I was wondering how to make the coding private. I know that if you right click and click 'Edit in notepad' it will bring up all the coding. How can I stop this? I know in C++ you can write 'private:' and the coding won't show up when trying to decompile but how do I do it in a batch file? Thanks.

    • 0

      Reputation Points

    • 9 replies
    • 7k views
    • 1 follower
  16. Started by pranab123_cse,

    what is the Lossless decomposition ?

    • 0

      Reputation Points

    • 3 replies
    • 2.5k views
  17. Started by chitrangda,

    When i open my Firefox, it gives me an error "Entry Point Not Found" followed by "The procedure entry NSS_GetAlgorithmPolicy could not be located in the dynamic link library nssutil3.dll." How can i fix the problem?

    • 0

      Reputation Points

    • 9 replies
    • 5.4k views
  18. How do I stop windows media player streaming to other computers on my network? I would like it to stop streaming to all computers but if possible, I would like it to keep on streaming to my PS3. Any help would be very appreciated, thanks.

  19. Started by Graystone,

    So much heat coming from multiple devices. My pc and xbox are pumping the heat in my room to 80+ degrees. As well as the fans which can keep a person up at night. I'm looking into a new case for my pc as well as installing a custom water cooling system. This got me to thinking about cooling my xbox as well. Is there such a case out there that can fit all of my xbox 360 components as well as my pc components? I was really interested in the CM HAF X, but I don't believe I can mount 2 motherboards into that case. Or perhaps is there any way to partition parts of my pc to running my xbox and trashing xbox components? I saw the Origin big O which is EXACTLY wh…

    • 0

      Reputation Points

    • 3 replies
    • 2.5k views
    • 1 follower
  20. Started by weeeman,

    I have a bit of knowledge of cmd and have been trying to play a prank on my brother. I wantto use the shutdown /r command on his computer. I know the code goes like: shutdown /r /m \\computername But it says access denied. I have read that there is a registry that needs to be activated i think but not sure. Also, I have windows 7 ultimate and he has home premium not that there is much different but i think ultimate has one or 2 different cmd options eg. msg We are connected to wifi at the house with no server computer. Please help and dont worry I am responsible but just a little into tricks for a giggle. Thanks

    • 0

      Reputation Points

    • 19 replies
    • 8.3k views
  21. Started by Moontanman,

    It has been suggested that i have recently down loaded a key logger program, someone keeps using my e-mail account to send out spam in spite of me changing my password several times. How do i find such a program and how do I get rid of it. I have run viral scans, McAffe, spybot search and destroy, Advanced system care and CCleaner to no avail. Can anyone suggest a course of action?

  22. Started by morgsboi,

    My firefox misses out certain letters. I've tried a few different versions (that I know have worked in the past) but every time it still does it. It is so difficult to do anything with it! Oh, and I have windows 7. This is a screenshot of what's been happening: http://tinypic.com/r/2h38nt5/6 I use google chrome as a main browser but I need firefox for add-ons.

  23. Started by alogos,

    Hello. This is my first post. My english might be a little bit rusty, but i'll do my best to express what is troubling me. As I write this words, my computer is running a Matlab routine searching for the solution to n x n sistem of equations. This routine is supossed to deliver a solution vector which I need in order to go on with my Final Project so as to receive my degree in Material Engineering. However, Matlab ain't using all the resources the machine can give. For instance, out of the 24 threads, only one is being full solicitated. The same goes on for the RAM memory, only a 17% is being used. So the question is, is there a way to boost Matlab? How can I a…

    • 0

      Reputation Points

    • 9 replies
    • 8.6k views
    • 1 follower
  24. Started by FireBFM,

    What i have. For x = 1 to 9 Num = Int(Rnd*3) + 1 Next X theres 9 command boxes control array. each one will be assigned a random # 1 to 3. But i can only use 3 ones, 5 twos and 1 three. Help with bolded part

    • 0

      Reputation Points

    • 6 replies
    • 2.9k views
    • 1 follower
  25. Started by Xittenn,

    I've built my rig up to workstation class and am finally ready to buy my top end graphics card to replace my HD5770. I was expecting to be doing a lot with programming/rendering and I had hoped to have accomplished much in terms of having my own personal platform to start developing algorithms while in school. Although my platform is pretty well roughed out it is nowhere near complete and I'm not sure if I can do school and program like I have been. So now I'm left with a dilemma. I had planned to purchase a Tesla C2070 but this would be an extreme waste if I never used it within the next four years. Mid way I have looked at the FirePro v8800 and this is a fairly …

    • 0

      Reputation Points

    • 10 replies
    • 2.8k views

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.