Search Results

Search found 3 results on 1 pages for 'mirroredfate'.

Page 1/1 | 1 

  • Toshiba monitor not displaying anything

    - by MirroredFate
    Alright, so I agreed to fix a friends computer, thinking it was a software problem, not hardware. I was going to use an XP disc and valid code to swap her from Vista to XP, as apparently Vista had some driver issues. I found out, however, that the real problem was her heat sink was completely clogged, causing the computer to overheat and shut down. So, I took the computer apart and cleaned the heat sink. However, after putting it all back together, and turning it on, nothing at all shows up. I plugged in an external monitor, and nothing shows up on that either. I have double, triple, decuply checked all the connections and everything appears to be plugged in, attached, and in the right place. I am out of ideas. So, my question is, does anyone have any clue what is going on, and have suggestions I could try?

    Read the article

  • Java using generics with lists and interfaces

    - by MirroredFate
    Ok, so here is my problem: I have a list containing interfaces - List<Interface> a - and a list of interfaces that extend that interface: List<SubInterface> b. I want to set a = b. I do not wish to use addAll() or anything that will cost more memory as what I am doing is already very cost-intensive. I literally need to be able to say a = b. I have tried List<? extends Interface> a, but then I cannot add Interfaces to the list a, only the SubInterfaces. Any suggestions? EDIT I want to be able to do something like this: List<SubRecord> records = new ArrayList<SubRecord>(); //add things to records recordKeeper.myList = records; The class RecordKeeper is the one that contains the list of Interfaces (NOT subInterfaces) public class RecordKeeper{ public List<Record> myList; }

    Read the article

  • Java vs. C variant for desktop and tablet development

    - by MirroredFate
    I am going to write a desktop application, but I am conflicted concerning which language to use. It (the desktop application) will need to have a good GUI, and to be extendable (hopefully good with modules of some sort). It must be completely cross-platform, including executable in various tablet environments. I put this as a requirement while realizing that some modification will no doubt be necessary. The language should also have some form of networking tools available. I have read http://introcs.cs.princeton.edu/java/faq/c2java.html and understand the differences between Java and C very well. I am looking not necessarily at C, but more at a C variant. If it is a complete toss-up, I will use Java as I know Java much better. However, I do not want to use a language that will be inferior for the task I wish to accomplish. Thank you for all suggestions and explanations. NOTE: If this is not the correct stack for this question, I apologize. It seemed appropriate according to the rules.

    Read the article

1