4,228 Topics

Member Avatar for
Member Avatar for FireSBurnsmuP

Excuse me, but is it possible to make an external ram supply? Just out of curiosity. If this is possible, then would it also be possible to use an external ram source that connected by USB? yes, I realize this would require programming a chip to change the data type …

Member Avatar for Hiroshe
0
626
Member Avatar for Pedro_3

Hello all, I have a old HP DC5100 MT computer that has been passed on to me. I am trying to give it back life. It had a power supply problem and after replacing it's power supply I get 3 beeps from the motherboard. If I remove the CPU, I …

Member Avatar for Pedro_3
0
656
Member Avatar for alex_25

Trying to generate more Real traffic To my new boiler and heating help and advice forum. Is twitter the best place to do this?

Member Avatar for KristinaRoy
0
87
Member Avatar for young tryphena

Hi there, i hav a big problem and i need help, i was watchin movie on my hp compaq presario CQ43 laptop when the battery run down and went off, when i tried powering it on again, it came on and immediatly went off leaving the power button on, caps …

Member Avatar for Mya:)
0
189
Member Avatar for <\Jericho>

Well call me crazy, but I'm trying to install Windows 98 on an old XP desktop. The problem comes when I try to boot to the Cd-ROM, after hitting F8 and entering the boot menu and choosing "Cd-ROM" it opens a second menu that promps me to choose the boot …

Member Avatar for <\Jericho>
0
271
Member Avatar for ravi_14

IplImage *in; CvMemStorage *storage = cvCreateMemStorage (20506); CvSeq *contours=NULL; CvPoint *PointArray=NULL; for() { //image processing and feature extraction code here cvClearMemStorage (storage); //clear memory area free (PointArray); cvReleaseImage (&in); } At the end of each iteration i ma releasing memory but still i get memory shortage error after # processing …

Member Avatar for rubberman
0
333
Member Avatar for Razahcy
Member Avatar for Schol-R-LEA
-1
232
Member Avatar for AH1

Hello, My old motherboard died without my having the ability to delete the old drivers off of the hard drive. I have installed a new motherboard and am attempting to boot into the old hard drive, however, Windows 7 will simply start up, try to load the files, and then …

Member Avatar for TheFixer
0
5K
Member Avatar for Labdabeta

Hello, I was recently looking through some of my code and found what I believe to be a memory leak. It is in a function that appends two strings and I am not sure how to resolve it. Here is the function: const char *strapp(const char *str,const char *s) { …

Member Avatar for mike_2000_17
0
523
Member Avatar for jason.allen.750331

I saw lots of old threads on this problem but could not find a solution so I thought I would share my experience and solution. Hi, I just had a problem that my cpu and case fans would not switch off after shutdown. It turned out to be a dvi-d …

3
197
Member Avatar for Shanndy

Hello there i would like to ask about my laptop which i got her in the PH for P14,999 and like $333 It's a Dell Inspiron N4050 and the salesman say it's really for gaming Pls find it here http://www.dell.com/ph/p/inspiron-14-intel-n4050/pd But still i don't get why it doesn't perform well …

Member Avatar for rubberman
0
317
Member Avatar for sankubha

how to reduce memory usage of java application...it takes 18 mb memory when started,when i starts new thread it takes 47 mb of memory .After i closed the started thread ,the memory is not reduced to 18 mb. It still stays at 47mb of memory usage.

Member Avatar for masijade
0
436
Member Avatar for MaddTechwf

I'm trying to pull the total physical memory on a machine and have it show just like it would inside My Computer Properties. I know I can use My.Computer.Info.TotalPhysicalMemory which will return it in bytes. This is where I'm getting stuck. I want to be able to divide it and …

Member Avatar for uchy69
0
1K
Member Avatar for samson.dadson.3

#include<iostream> using namespace std; int main(){ int fish =6; int * fishp = &fish; cout<<fishp<<endl; return 0;} this runs ok, but i get the same memory address when i cout either fishp or &fishp. how is it possible for a pointer to have the same address as the address it's …

Member Avatar for samson.dadson.3
0
297
Member Avatar for RikTelner

Hey. 2TB RAM costs now about 26000 dollars. 2GB RAM costs now about 30 dollars. In which year, 2TB RAM will become worth 30 dollars?

Member Avatar for RikTelner
0
241
Member Avatar for NuGG

I have tested a PSU with a multimeter while at idle and got these very odd results: 3.3v = 3.31v 5v = 5.56v 12v = 12.83v -12v = **3.27v** -5v = **3.4v** +5v = 5.02v The -12v and -5v are way out but the PC in question is running without …

Member Avatar for mike_2000_17
0
174
Member Avatar for sandinva

I just found this website thankfully. My problem is this...when I try to power on the computer (desktop CPU), it acts like there isn't enough power to power up. Just like when a car battery is about dead. The lights in the front barely come on in the front. I …

Member Avatar for mike_2000_17
0
205
Member Avatar for Cygnus333

I have the following: Processor: AMD A10-5800K APU with AMD Radeon HD 7660D http://shop.amd.com/us/All/Detail/Processor/AD580KWOHJBOX Mainboard: Asus A55BM-Plus http://www.asus.com/us/Motherboards/A55BMPLUSCSM/ Video Card: Nvidia Geforce Galaxy GT610 GC 2GB DDR3 64bit http://www.galaxytech.com/__EN_GB__/Product2/ProductDetail?proID=30 I have not added the video card to the desktop since this processor has discrete GPU technology built in and the …

Member Avatar for Cygnus333
0
319
Member Avatar for Ritesh_4

Hello. I have a MB Asus P5B-VM, with 4 memory slots (dual channels). I already have a 2GB DDR2-800 RAM installed, and recently got 2 more RAMs, one a 2GB DDR2-800 same as my old one, and a 1GB DDR2-800. Can I install these 2 along side my old RAM? …

Member Avatar for Ritesh_4
0
175
Member Avatar for UNDER-18 FG

I've been given a six-pages report to make, and the task is: **Imagine you're a computer engineer who is working on data processing, software development of gaming and user’s application, which requires computer with high-end processing power. Which processors (i7 OR FX-8350) is going to be of your choice for …

Member Avatar for ColeTechInc
0
394
Member Avatar for aVar++

The FX 8350 is showed as bieng clocked at 3.31ghz in the preferances under my computer. Why is this? Also CCC is really simple looking... How do I sort this? http://gyazo.com/333ca28c5ddc0977312c91610c52cbd8

Member Avatar for ColeTechInc
0
153
Member Avatar for Siberian

How do the Xeon E5-2650 compare to the other i7 processors, are they worth the investment ? I read there multiplier locked

Member Avatar for Siberian
0
85
Member Avatar for ShiningSt@r

Need Help: Why Dynamic memory allocation by using pointers provides an efficient way of utilizing computer memory but such memory allocation may be problematic if not handled properly in program.

Member Avatar for Tcll
0
277
Member Avatar for RainaAnja
Member Avatar for kelly.worsnop

Hi ther ive got a compaq pc n when I turn the computer on the monitor cums on all black with the words vdu no signal monitor goin to sleep thats all it does can u help m find out what the problem is

Member Avatar for caperjack
0
238
Member Avatar for ClimateWonk

Hi Folks – I am trying to identify a good desktop primarily for use doing statistical computing with the R language. Not sure if I should be posting here or in custom builds or somewhere else. I have some very large files (Census & BLS stuff, mainly – as much …

Member Avatar for ClimateWonk
0
273
Member Avatar for davy_yg

Hello, I wonder, is it safe to use and run a standard computer (let's say Pentium 4 CPU 2 GB RAM) for 24 hours a day and 7 days a week in an AC room? I am just supposing that if I own my own web hosting company. Also, do …

Member Avatar for rubberman
0
214
Member Avatar for dingo#

ive just got a new coputer and when i plugged it in it blew up- i mean went pop and blew smoke...and now it is dead- wont turn on. Now ive noticed that the voltage switch was on 115v instead of 230v. This means that the computer has been majorly …

Member Avatar for PcTestCard.com
0
771
Member Avatar for johnhenry.smalley1

won't boot no bios on the bottom of screen displays [please wait ] i have no operating system installed ; but it should still have bios so i can install one ??? acer aspire 3680

Member Avatar for Begginnerdev
0
178
Member Avatar for Perrorist

I have an X58 motherboard and I'm looking to upgrade to the latest Asus mobo. Is X79 the way to go or is it already dated?

0
122

The End.