jdpatel

Members
  • Content Count

    26
  • Joined

  • Last visited

About jdpatel

  • Rank
    Member
  1. I have HP Slimline desktop and about a week ago, I think the HD died. I went ahead and double checked if it was dead and not just bad connections or cables. I even checked the BIOS and the HD is not recognized at all, I switched SATA ports with the DVD drive and still no go. Now for the bad part. I didn't back up any data and didn't make any repair disks(for whatever reason, ignoring the popup that would ask for it.) I contact HP about the repair disks and they said that to get the repair disks from them, I HAVE to buy a 320GB HD that is comparable to what I have and the cost for that is $3
  2. Here is the Extras.Txt log: OTViewIt Extras logfile created on: 3/22/2009 1:15:25 PM - Run 2 OTViewIt by OldTimer - Version 1.0.21.0 Folder = C:\Users\Owner\Downloads Windows Vista Home Premium Edition Service Pack 1 (Version = 6.0.6001) - Type = NTWorkstation Internet Explorer (Version = 7.0.6001.18000) Locale: 00000409 | Country: United States | Language: ENU | Date Format: M/d/yyyy 893.82 Mb Total Physical Memory | 455.56 Mb Available Physical Memory | 50.97% Memory free 2.00 Gb Paging File | 0.83 Gb Available in Paging File | 41.33% Paging File free Paging file location(s): ?:\pagefile
  3. Here is the OTViewIt.txt log: OTViewIt logfile created on: 3/22/2009 1:15:25 PM - Run 2 OTViewIt by OldTimer - Version 1.0.21.0 Folder = C:\Users\Owner\Downloads Windows Vista Home Premium Edition Service Pack 1 (Version = 6.0.6001) - Type = NTWorkstation Internet Explorer (Version = 7.0.6001.18000) Locale: 00000409 | Country: United States | Language: ENU | Date Format: M/d/yyyy 893.82 Mb Total Physical Memory | 455.56 Mb Available Physical Memory | 50.97% Memory free 2.00 Gb Paging File | 0.83 Gb Available in Paging File | 41.33% Paging File free Paging file location(s): ?:\pagefile.sys;
  4. Sorry for the late reply. I'm currently away from the computer that has the problem, as soon as I can access it I will do what you listed and post back the results. Thanks for your help.
  5. I recently started getting pop-ups for random websites when ever I open Internet Explorer(needed it for a site that wouldn't work in FF). But after that they also open up when I'm not using IE or using FF. I'm not sure what the problem is. I've done a scan with my anti-virus(Avast) which found nothing and also done a full scan with MBAM which found nothing. Hopefully I can get rid of whatever there is in my machine. For reference here are the logs from HijackThis and MBAM: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 6:07:10 PM, on 3/9/2009 Platform: Windows Vista SP1 (WinNT 6.00
  6. Ok I have a project open with a background and stuff. Then speratly I created a animated psd file. Now, my question is, how do I import the animated psd into the other project and still have the animation effect on the animated psd?
  7. I tried sending it to many people it looks like it is sent and then few minutes later I have failure to deliver message in my inbox.
  8. Whenever I try to send emails form my Gmail, Yahoo! Mail, and Hotmail accounts I get permanent delivery faliure message. Whats the problem?
  9. Last month we had wireless internet installed. Now like a week ago I reinstalled Windows XP PRO. And now the WLAN light on the 3Com 3CRWE51196 is always Yellow. Is it supposed to be green? Also I live in a motel my dad manages so the owner also had access points installed as well in rooms. On the access points there is a Yellow light as well for the Wireless LED. Is that supposed to be green as well? I need to know if the wireless internet is working or not, and since I don't have a laptop or some other device to check if it works I can't tell. Before the router didn't forward ports fo
  10. I have a error when ever I want to merge two partitions. It says error #10183 read computer manual or something like that. What should I do?
  11. jdpatel

    Old Hd.

    I have this old 3GB WD hard drive that I could install on my computer. What I was wondering was that if it would be big enough to install linux on? If it can what linux can install on a 3GB hard drive?
  12. Watch me over-think this and suggest an AI solution. In principle you can kludge together something like a bayesian network without too much trouble. You have two databases (arrays, lists, files, whatever floats your boat). One contains all of the objects the program knows about (e.g. baseball teams) and the other contains all of the questions the program can ask (e.g. "Is it a sport?"). Then you have a set of relations that associate a probability with each combination of questions, answers, and objects. For example, if the answer to the question "Is it a sport?" is "No" the probability that
  13. In Computer Science class we are learning simple coding in QBasic, again nothing fancy. For a project we have to create a program that will ask questions and try to guess what your thinking (eg baseball team). It has to guess the right answer in <= 20 questions. I needed some I ideas on what I could make that program guess. I can't think of anything.