5,331 Posted Topics

Member Avatar for gogreen1

[QUOTE=usahomegoods;1557886]It may be due to some dust in your hard drive. It reduces the performance of the hard drive.[/QUOTE] It is highly unlikely to be dust in the drive. It would already be dead if it were unsealed enough to allow dust particles into the drive assembly. On many drives …

Member Avatar for rahimhd
0
178
Member Avatar for PcPro12

Have you tried running chkdsk on the volume? Or does Windows not see the partitions? What does it look like when you run the disk manager tool?

Member Avatar for rahimhd
0
167
Member Avatar for alaa sam

What burner software is your system running? Brasero? Have you tried changing the burning options in the tool, such as buffer size, etc? Also, when burning, you want to be sure that you aren't running much else that takes CPU or I/O (disc) cycles or you will experience the problems …

Member Avatar for alaa sam
0
131
Member Avatar for SWEngineer

[QUOTE=SWEngineer;1501270]What does it mean when we [B]select [/B]a RAM by assigning [CODE]select = 1[/CODE]? Thanks.[/QUOTE] Where do you do this? Please explain.

Member Avatar for arindam31
-2
113
Member Avatar for moone009

That's called a wireless bridge. It can pick up a WiFi signal and let you connect with an ethernet cable. Is that what you are looking for? If so, here is a link for one at buy.com: [url]http://www.buy.com/prod/zyxel-wap3205-300-mbps-wireless-n-access-point-ethernet-client-and/q/loc/101/211875912.html[/url]

Member Avatar for rubberman
0
179
Member Avatar for TechySafi

Also, what processor(s) do each represent? A Nehalem cpu has a better memory bus architecture than a Penryn or similar cpu.

Member Avatar for omega066
0
92
Member Avatar for sirlink99

You should be able to find the driver on the Toshiba web site, probably under "Support" for the model of laptop you have.

Member Avatar for jingda
0
328
Member Avatar for jadzrev13

Try indenting your code between braces. It will be a lot easier to read. Comments: 1. Use loops with control values, not goto statements. I'd fail you for that alone if I were teaching the class. 2. This is a C++ class. You are writing C code. Structure your application …

Member Avatar for jadzrev13
0
3K
Member Avatar for ARaza110
Member Avatar for jt3204

Have you considered that possibly the CPU is toast? I would suggest that you contact Gigabyte, the board manufacturer, about sending it in for repair.

Member Avatar for PcTestCard.com
0
280
Member Avatar for rayden150

2GB of RAM to run Vista plus the Android emulator is not enough, unless you have a big swap file, and then it will run like molasses. You need at least 4GB for this code combination, IMO.

Member Avatar for hithirdwavedust
0
423
Member Avatar for owenbear

Usually these pretty much just clip on, or use a friction fit. The stuff you found on the sink and chips that they were attached to was probably a thermal transfer paste or tape that helps draw the heat from the chips to the sink where it can be removed …

Member Avatar for rubberman
0
139
Member Avatar for crazycatnip

These games really exercise the system - CPU, memory, video. A lot of this sort of shutdown/reboot problem occurs because of component overheating. Make sure that your system is effectively dust free, that the fans work properly, and that, as noted by others, your power supply is adequate to drive …

Member Avatar for jingda
0
206
Member Avatar for blade_costic

Overheating RAM is not an uncommon problem. You need to monitor the temperature, if you can. I don't know about Windows Vista capabilities in that regard. I use a free version of Red Hat Enterprise Linux (Scientific Linux) 6 that has full support for system thermal sensors. Using that, I …

Member Avatar for PcTestCard.com
0
166
Member Avatar for the.avon.lady1

Some current trojans are very hard to eliminate because they infect the boot sector of the disc. I have also seen some infect the restore partition libraries, so even if you reinstall the operating system, it will still be infected. This is why I recommend using Linux, and run Windows …

Member Avatar for caperjack
0
516
Member Avatar for florinconstanta

Run diagnostics on the system. It sounds like some component(s) is starting to fail. Since it is likely out of warranty, you may be on the hook for repair/replacement.

Member Avatar for jingda
0
247
Member Avatar for radonn
Member Avatar for crunkie

You can set up the second AP as either a separate AP, but as a bridge, not a router, that way. That would be a separate SSID, though you can use the same passphrases. Alternatively, you can set it up as a wireless bridge that uses the same SSID. Myself, …

Member Avatar for crunkie
0
180
Member Avatar for janett

What are you looking for in a "remote support appliance"? What features and capabilities are important to you?

Member Avatar for janett
0
204
Member Avatar for murnesty

Use public get methods to access the member variables. Leave the variables themselves private in order to protect them from outside modification, but with a get methods, such as "const member_type getMemberName() const", you can access the variable data safely, and easily.

Member Avatar for mrnutty
0
138
Member Avatar for learningcpp

Try a Google search on the term. There is quite a bit of information about this if you would just look for yourself... :-(

Member Avatar for rubberman
0
77
Member Avatar for montjoile

Personally, IDE's generally get in my way. I prefer a good programming editor, Makefile, debugger user. Each can run in its own window and don't interfere with each other. I have used a lot of different IDE's including Visual Studio, Eclipse, Qt-developer, and others (some that no longer exist). All …

Member Avatar for katmai539
0
126
Member Avatar for fkcares

What version of VBox did you install? The current versions (3.2.12 and 4.0) support hardware virtualization extensions of current AMD and Intel processors, and can run Windows 2008 server just fine. If you have a 64-bit version of Linux, then you can run the 64-bit version of 2008 as well. …

Member Avatar for rubberman
0
303
Member Avatar for silvercats

It is best to leave workstations and servers running, unless you are going to leave them just idling for extended periods of time. IE; turn off the workstation when going away for the weekend. Servers should probably not be powered down except for maintenance. In any case, power-up is the …

Member Avatar for caperjack
0
184
Member Avatar for triumphost

JNI is used to access C/C++ and other machine code components from Java, not the other way around. That said, I think that there are ways to access Java code from C/C++ applications, but it has been a lonnnng time since I read anything about that. Anyway, my Google search …

Member Avatar for m4ster_r0shi
0
170
Member Avatar for trilithon

I was having a similar problem on my small office network, and it turned out to be a switch that was starting to fail. Interestingly enough, the errors were all on received packets. Outgoing ones were fine, which is what made this difficult to diagnose. Replacing the switch fixed the …

Member Avatar for rubberman
0
193
Member Avatar for btowne2
Member Avatar for Lerner
0
191
Member Avatar for narlapavan

Short answers, 1. Same as you would in a C application. 2. Ditto - you can't. Long answers. 1. Why? Call system("ntpdate ntp_server_address") - this will set the system time to the global clock. Guaranteed accurate. If you want to set it to your own value, use system("date date+time_value"). 2. …

Member Avatar for dpa.clt
0
167
Member Avatar for jackmaverick1

Get and read Andrew Tanenbaum's Minix book for a good guide to building a minimal OS. FWIW, that was (I believe) where Linus Torvalds started when he built Linux. [url]http://en.wikipedia.org/wiki/Andrew_S._Tanenbaum[/url]

Member Avatar for rubberman
0
200
Member Avatar for bangor_boy

I think I understand what you are trying to get at. The T1...T4 elements are threads (label axis clearly please), and 1...28 are the sequence of steps that occur. With that clarified, we can move forward. One observation - T2 unlocks D3 at step 21 after writing it at step …

Member Avatar for rubberman
0
188
Member Avatar for eagl09

I see no closing brace in main(). Also, post your code inside code blocks and indent appropriately, please. It makes it a lot easier to read, and fix.

Member Avatar for rubberman
0
334
Member Avatar for tubby123

The putw() function writes the raw integer data to the output stream. If you want it viewable by human eyes, then use printf("%d ", num) instead. Also, you might find this reads better: [code] for (num = getw(fp); num != EOF; num = getw(fp)) { printf("%d ", num); } [/code]

Member Avatar for rubberman
0
126
Member Avatar for somjit{}

Stop running MS operating systems, and install Linux. Your chance of getting viruses and/or other malware will drop about 99.995%...

Member Avatar for somjit{}
0
343
Member Avatar for steven447

The device is from Interepoch, and is from about 8 years ago, now "phased out". I doubt you will get Win7 support for it. Here is their web page for it: [url]http://www.interepoch.com.tw/support/iwe100_u.asp[/url]

Member Avatar for steven447
0
209
Member Avatar for Mr.UNOwen

Use the select() call to indicate when there is data ready to be read on a socket/file-descriptor.

Member Avatar for rubberman
0
134
Member Avatar for dvidunis
Member Avatar for jkforno

Does it come up with the boot splash screen? Can you access the BIOS? If not, it's time to send it in for repair.

Member Avatar for rubberman
0
337
Member Avatar for iandr0idos

Sure, why not? I do this frequently. I install a live Linux on one partition, and use the other for data that I want to keep.

Member Avatar for rubberman
0
199
Member Avatar for winecoding

Actually, one should not put PATH exports in bashrc files. In the .bash_profile is more appropriate. In any case to answer your question, the dot means "local directory", the $PATH expands to the current path, and $M2_HOME/bin expands to the bin directory in whatever directory the M2_HOME environment happens to …

Member Avatar for rubberman
0
121
Member Avatar for GregMalick

Instances of dll usage share code, not data. You need to create a shared memory segment by the first instances of the dll to start and make that accessible by subsequent instances as they start up. You can also make that shared memory persistent so that it stays around until …

Member Avatar for GregMalick
0
469
Member Avatar for kandarpa

Mr. Koenig is someone to pay attention to. If you are spending too much time/cycles in memory allocation/initialization, then the usual solution is to cache the memory so it can be reused without reallocating. In truth, memory management is one of the gnarlier problems that complex and long running applications …

Member Avatar for N1GHTS
0
3K
Member Avatar for Thisisnotanid

Myself, I prefer a good syntax-highlighted editor such as nedit, Makefiles, a good C++ compiler (g++ works for me) and a good debugger (gdb to go with g++). I've used Eclipse and others, but I prefer to know exactly what is going on, so I stay with the basic tools …

Member Avatar for Moschops
0
238
Member Avatar for alaa sam

You also have to change your LOCALE environment variable in your ~/.bash_profile and re-login. Also remember that input for Hangul either requires multiple input keys for one ideograph, or a chorded key input (multiple keys at a time, such as shift-alt-something). I set up systems for this on QNX and …

Member Avatar for alaa sam
0
130
Member Avatar for reaz0n
Member Avatar for Toyakoyo

Time to visit your teaching assistant for some help I think. This is a variant of an elevator seek algorithm, so you might want to look at this: [url]http://en.wikipedia.org/wiki/Elevator_algorithm[/url] and this: [url]http://en.wikipedia.org/wiki/Disk_scheduling[/url]

Member Avatar for rubberman
0
185
Member Avatar for janellelk

Wait awhile. There is a new crop of Mac Pros and Minis coming out soon from what I have read in the past few days.

Member Avatar for jingda
0
220
Member Avatar for programing

Ok. It seems to me that your teacher wants you to think about how to parse some well-formed statements into tokens and a structure that allows you to further evaluate them. There are several key steps you need to implement: 1. Reading the input and breaking it into separate pieces …

Member Avatar for rubberman
0
245
Member Avatar for Dean_Grobler

[QUOTE=jwenting;1585810]the scanner should have a programming interface you can access. Most likely it stores nothing at all, that's up to you! It just sends you data (when activated) using a specific data format that you then need to interpret in some way to figure out what's there.[/QUOTE] Indeed. You need …

Member Avatar for rubberman
0
161
Member Avatar for Eidolon

I have 3 eSata arrays with good cooling and a dual drive docking station where you plug the drive into a slot in a vertical orientation. The dock uses ambient air flow to cool the drives, and it seems to work just fine for extended periods of time. The one …

Member Avatar for rubberman
0
161
Member Avatar for steve421

The End.