3,974 Topics
![]() | |
please let me know what I can delete without causing problems. my machine is running slow and I run ESET security and have run spybot but am sure there are other grimlins in my machine Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 4:23:23 PM, on 10/25/2010 Platform: Unknown … | |
Hi all, So I'm working on this program to detect if the w' in a string in the form of w$w' satisfies the condition that w' is the reverse of w. The only problem is that I have a logic error that I don't understand. If I input the string … | |
Never thought this will happen to me, but, guess what, IT DID!!! I have accidentally let my drive slip from my hands yesterday with almost a terrabyte size of data on there. Obviously after re-inserting the drive into my hard drive dock, all the funny noises started and my system … | |
when i wanted to start my external disk, it did not show up at my pc, it did start but it did not show, so i did go to hardware to see what was wrong, than i saw the code 10 so my external disk can't run, how can this … | |
Hey Everyone! So I'm a super beginner trying to teach myself the ins and outs of stacks (ever so slowly). Specifically, I'm trying to work out a programming challenge in which the objective is to write a function to tell if a string in the format of word1$word2 satisfies the … | |
Hi, One of my assignment questions is to write a program to illustrate external storage class, extern variable,global variable and thus write the differences between global variable and external variable. My program : [CODE]#include <stdio.h> extern int i; int main() { printf("\n%d",i); inc(); dec(); getch(); return 0; } inc() { … | |
Lately I have been getting JRAID errors when using both of my DVD rom drives, an LG and a Plextor PX-870A. They will usually play normal audio CD's but sometimes when I rip from them I will get many errors. When I play a DVD movie I sometimes have to … | |
Hello, I have just bought a new NAS ([url]http://www.amazon.co.uk/Netgear-RND2110-ReadyNAS-Duo-1000GB/dp/B0016KVW96[/url]) and set up two drives in it in RAID1. I connected the NAS via a gigabit connection but the transfer rate won't seem to budge over 30mb/s when reading and tends to get stuck at around 15mb/s when writing. The primary … | |
I want to adapt a newer .5Tb SATA 2.5" drive to my older HP laptop with Ultra ATA100 interface-- do-able? is there a super-compact adapter out there somewhere? | |
Hey y'all, I have been working on a tensor library (Nth-order multi-dimensional arrays) and I've been having trouble coming up with a good scheme for a multi-dimensional iterator template. Basically, I have a class template "tensor_container" which stores all the values of the N-order array (as a std::vector of one … | |
Dear Friends, I am following the bestuff.com's active member session. I am doing the following thing... 1. when user logs in, I update my database's field with value 'O' (means user is logged in and fires query which has flag value 'O') But the problem is how to check user's … | |
Hello all. I have accidently dropped my 500 GB Western Digital SATA hard drive when moving it to other computer. I used that hard drive as secondary hard drive. After reconnect the hard drive to my pc it's still look normal. I can access the file. But some files appears … | |
I have something weird going on with my pc. Internet Explorer opens by itself, usually some kind of advertisement. Also, I never use IE...I use Firefox. Any help would be much appreciated. I have downloaded HijackThis. Here is the Log. Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 9:40:31 … | |
I am attempting to fix a computer that was attacked by a nasty virus. I have recently zeroed the drive to wipe it clean. I am now trying a fresh reinstall of windows XP and the computer will not recognize my hard drive. It also will not recognize my second … | |
Hi, well I need to do a program in Java that shows the solution of the famous game 8 puzzle (the object of the game is to place the tiles in their place with the less possible movements) So using the class Astar Given by our teacher we are asked … | |
[ATTACH=RIGHT]16858[/ATTACH]You may have noticed that solid-state drives (SSDs), those flash memory-based drives that were touted as an alternative to hard disks, have remained stuck in the 80GB to 160GB size range and the prices are not coming down. There's a good reason for that. Starting in early 2009, the price … | |
hi, i need to develop a page having a shared text area. two users would be using the same page on their respective machines but they share in a way that if one writes something in the text area it will be displayed to other as well. it will be … | |
Hello all, I have encountered a very bizzare (at least for me) problem when writing the output from my program to a file. I've written a program to solve numerically mean-reverting SDEs. The program takes some parameters and returns several dynamic arrays corresponding to the number of SDEs I have. … | |
Hi I'm tryingt to write this program: Write an interactive computer program that will find the greatest common divisor of two integers using Euclid's Algorithm. The program should be independent of the order in which the two numbers are input. EUCLID'S ALGORITHM Divide the smaller number into the larger. If … | |
This has been going on for about a week now with a friend of mine who uses AIM. Since last Thursday, I've been having trouble communicating with her through AIM or any other client I've tried in which I've used AIM to contact her, be it AOL Instant Messenger itself, … | |
Could you please help me? There is the Trojan.FileHarakiri virus on my computer [URL="http://xmages.net/storage/10/1/0/4/3/upload/075b2803.jpg"]http://xmages.net/storage/10/1/0/4/3/upload/075b2803.jpg[/URL] My antivirus is unable to do anything. This virus is corrupting my files and I can't open Word and Excel files, as well as my photos and e-mail. How do I delete it from my computer? … | |
Hi guys! How is it going? Hope fine!! Am a student currently studying undergrad BSC computing and my computer is giving a problem i can't solve. My hard disk space keeps reducing. I use Norton Antivirus and have scanned my computer several times with the result that my computer is … | |
Hello, I am facing a strange problem. One of my friend's machine was not working fine. I went to his place to check the error, but the Win XP in his system was just not ready to startup. So I decided to Repair / Format his HDD. The machine was … | |
Hi guys, i need to make the Game of life in C++. I get a run time error when i run this program, it compiles fine. This is the .cpp file in the project. Dont know if you need the driver or header to spot my mistake. [CODE]#include <iostream> #include … | |
can someone help me in creating a program that will simulate the two page replacement algorithms by using a reference pattern or string. The output of the program is to give the number of page faults of the two algorithms. Details of the program: 1. Declare a one dimensional integer … | |
I am developing a web application which will store media: music, interviews, photographs, videos, etc. that will be available to users around the world. I am aware that this kind of information requires a lot of resources so I have thought that I should decentralize it using a sort of … | |
[B]hi guys i need a case study on any device which have all the required things in it.. its very urgent i have to submit dis on monday.. pls guys help me.. pls anyone of u send me the case study document on SNIP | |
Hello, I need some help understanding how to display information from the following array and what this method of storage and array is called. The information held in the database looks like this [CODE]{"option1":"1234","option2":"ABCD"}[/CODE] How do I work with these values? I know how to get the array as a … | |
Hi, As I am browsing the internet, multiple IE windows start popping up uncontrolably. The only way to shut them off is through task manager. The same thing happened on a co-worker's computer once, so I am fairly sure it's a virus. Here is the MBAM log Malwarebytes' Anti-Malware 1.46 … | |
My music (28 GB) is on thumb drive J and is 90% .wma files This is to SAVE SPACE on my PC (and the safety of "no moving parts" storage) Windows MediaPlayer used to index the music when it was on C: HOW do I get it to index J:? … | |
I need help with my sort. it will sort first name but when it gets to last name and DOB it wont. Please help me I tried bubble sort and it didnt work. I would like to use bubble sort. import javax.swing.*; import java.util.Scanner; /** * @(#)program 2.java * * … | |
Ok so to give you a brief summary of whats going on our original assignment was to make a password directory that adds, saves, looks up, and removes a name and password that are connected together in an array. So now we need to alter the code so it works … | |
Before I start, I would like to stay thanks to the people who helped before in my previous threads. Sorry if I can't reply quickly at that time due to connection issues. Back to the problem. I am working on a stemplot([url]http://en.wikipedia.org/wiki/Stem_and_leaf_plot[/url]), which prints the data(the plot thing) into the … | |
Ok, so I did the clumsy thing and knocked my Seagate 1.5 TB External HD 10cm to the ground. It made some funny sounds and stopped functioning. After waiting some time, I reattached it. It made the funny noise for 5 minutes then the noise stopped. The computer said usb … | |
Hi, I have a hijack situation. When I click on some links, the website is hijacked to another site. I have run AdAware and Malwarebytes but nothing works. Any help is appreciated. Here is my hijack log: Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 12:09:32 PM, on 9/28/2010 … | |
HELP ME! I'm a college student and use my computer ALL of the time. All of a sudden this thing called Relevant Knowledge started popping up on my computer. I wanted to get rid of it, so I stupidly clicked the button that said stop receiving these messages or something … | |
At just 25, [URL="http://www.crunchbase.com/person/aaron-levie"]Aaron Levie[/URL] is a youthful CEO. His company, [URL="http://box.net/"]Box.net[/URL], is a cloud-based storage and collaboration solution. He originally conceived and developed Box in his dorm room with a friend when he was just 19 years old because he was simply looking for a way to solve a … | |
Hi All, I am having a very bad weekend. I am having problems with a HDD, so on Thursday I when out a bought a new HDD to go in the bank of 4 HDD's. To add this new drive to the computer system I also got a 7 port … | |
Our old PC finally died a slow, agonizing death. So we replaced it with a new PC, which has an S-ATA hard drive. We need to retrieve the data from the old IDE drive in the dead PC (I'm hoping that the reason it died was not due to a … | |
I think I'm there, but I'm not sure if the insert() is correctly doubling the dynamically allocated memory. In an attempt in my insert() I tried to: 1 double the allocated memory (not sure if that was accomplished) 2 copy original values to the newArray 3 free original space 4 … | |
Using this code:[CODE] class box { public: int x; int y; XMMATRIX world; ConstantBuffer cb; cb.mWorld = XMMatrixTranspose( world ); box(int a, int b){x=a;y=b;} };[/CODE] Gives error on "cb"(This declaration has no storage type or class or type specifier. What should i do about this? Is it not possible to … | |
KQ Infotech Pvt. Ltd. is a globally focused software development and consulting firm headquartered in Pune, India, with core expertise in the field of systems and storage. Being a pure technology company, KQ believes in applying innovation to evolving technologies, the resultant of which is some highly ground-breaking products like … | |
Hi guys I need help with downloading mpg movies. I use mozilla and internet explorer on a windows xp pc. In mozilla the file 'pretends' to open, but it happens so fast and I end up with zero bites. In IE the "server returns an invalid or unrecognised response". I … | |
![]() | Hi there to everyone. I have a big problem with my pc and I need HELP!!!!!!!!!. I have an Asus M2N-SLI Deluxe Motherboard with two HD S-ATA raid 0 configuration. My mobo faulted today, so I've replaced with another identical motherboard which just have an usb port faulty. Now I … |
few days ago my brother-in-law brought me his computer with problems. It is an hp pavilion a6519fh running Vista with a 500 MB seagate 7200 rpm hard drive. When I powered up the computer it would take me to a screen with the option to do a bios setup ( … | |
This is about a C++ problem.[CODE][/CODE] I have an object tracking program that takes images from 0,...,n in a loop. At current frame the computations are based on previous frames, therefor I need to hold those variables, matrices, etc for later use. This program has to be integrated now into … | |
A group has been using a VB app for a while and it uses an access db as its data storage. I've been tasked with completely redoing this in java. The application will be self-contained with the data local (with internet updates), but not a central connection to a db. … | |
I have an html form with multiple text fields that when submit is pressed, a php file processes the form, storing submitted info into mysql database, then sending email with same data. I would like to know how to: 1) make some fields required, check the form to make sure … ![]() | |
I'm working on a PIC project, and my brain has almost exploded! I'm hoping that by writing down my problem, that the answer will come to me, but please feel free to help! Background (mostly irrelevant to an outsider): I'm storing a number in a variable (say r, an unsigned … |
The End.