Re: Started getting burned plastic smell from my laptop Hardware and Software Hardware by AW0C A defective Dell Inspiron 5558 still sells in 2024 for about $ 20 on Ebay. Replacing a field separator during a read. Programming Software Development by NevadaSam Replacing a field separator during a read. I want to replace … Re: Problem with CRT monitor Data Cable Hardware and Software Hardware by Coconut Monkey Replacing the image cable can be quite costly. As an example, … Re: want to login to windows through c# Programming Software Development by LizR Replacing MSGina is not as simple as I tihnk you're … on. I wise man said: [quote] You are looking at replacing MS Gina OS level code This is a VERY NOT… Re: "primary drive 1 not found" Hardware and Software Hardware by didoban Replacing the CMOS battery did it for me. I am not sure the battery was dead or if replacing it did a reset on BIOS like ALT F E B In any case, you guys are the best Thank you for helping out Re: A broken down Intel D845Wn mother board Hardware and Software Hardware by Catweazle Replacing the motherboard would not only be easier, it would most … Re: Connected but cannot browse or ping Hardware and Software Networking by renniefactor Replacing the modem fixed it. In case anyone cares. Re: fried my computer-help! Hardware and Software Hardware by dcc Replacing the PSU is very simple, unplug it from the wall … Re: Thermal Paste Question Hardware and Software Hardware by DimaYasny replacing the paste is a-ok, it gets burned out with time, and Intel's native coolers don't have such a good paste on them to begin with. I've had the same problem with my computer, and I bought a new CPU cooler, some Zalman $40 model, scratched the old paste off the CPU, and applied the new one with the new cooler. It never topped 50c since. Re: Selection Sort program Programming Software Development by Narue Replacing the operations with functions is actually pretty easy. All you … Re: New CPU compatablity Hardware and Software Hardware by jbennet replacing a laptops cpu with a faster one is a bad idea as it is tailored exactly for the amount of heat the lower CPU makes, so will overheat Re: multiple tables Programming Databases by whiteyoh replacing dev_tel with a * (forgot to take it out) Re: input help needed ex. getline/cin Programming Software Development by jonsca Replacing line 29 with [icode] cin.getline(charName,50);[/icode] would … Re: C++ GPA program Programming Software Development by joseph_butler replacing Sum didn;t work, I must be missing something in Main. Re: conversion from "const char*' to 'char' Programming Software Development by M1n1m@l1$t replacing the chars with strings worked great. Thanks for the help. Re: Unable to Stretch the Background Height to 100% Digital Media UI / UX Design by evantanski Replacing it with Overflow hidden worked Tongue But not sure and waiting for the explanation, no hurry though thanks. Re: XP boot repeats no keyboard control Hardware and Software Microsoft Windows by MidiMagic Replacing the keyboard did not cure it. It does exactly the same thing with a new keyboard. Re: Encrypting an object Programming Software Development by tinstaafl Replacing the file stream with a memory stream should do the job: MemoryStream stream = new MemoryStream(); BinaryFormatter seri = new BinaryFormatter(); foreach (Object p1 in list) { if (!isContained(p1, toRemove)) { seri.Serialize(stream, p1); } } Re: thesis Community Center Geeks' Lounge by vegaseat "Replacing the Judicial System with a Computer Database" Re: password_verify() return false? Programming Web Development by shany0786 replacing `$userRow=$stmt->setFetchMode(PDO::FETCH_ASSOC);` in login function with fetch() methods works for me but not with `$userRow=$stmt->setFetchMode(PDO::FETCH_ASSOC)` can anybody explain this Replacing Programming Web Development by theimben … a webpage then replaces a given string. The problem is replacing the string then saving it. Could you please help me… Re: Replacing items in a string using a loop? Programming Software Development by defience …checked. The print outs should look like this: [code] # Replacing 1,2,3 positions of '#' with '@' >>>…6010203040# Hello World! #First code undone and now replacing 1,2,4 1243@74656453634@6356#56456456@565#1212121#…2948284#6010203040# Hello World! #code undone and now replacing 1,2,5 1243@74656453634@6356#56456456#565@1212121#… Replacing exact words Programming Web Development by basketmen Hi guys, below are simple replacing script a word in to another word, or censorship $word…$link, $this->post['message']); the problem its currently also replacing another words like googler yahoos into go*gler yah*os… please help how to make it only replacing exact words? GBU for all that answering Replacing items in a string using a loop? Programming Software Development by defience … of loop, I guess, that will try replacing the positions as it goes: try replacing positions 1,2,3 then check the… Replacing file contents Programming Software Development by atetrault …[/B] file either by both inserting new statements or modifying/replacing new ones withiout touching or modifying the other contents of… Replacing Motherboard Hardware and Software Hardware by Mangonel As the title suggests, I'm replacing my mobo and my current HDD are in Raid-0. My question is when I get a new mobo can I set the bios so that it recognizes my HDD as being in raid-0 with windows etc. already installed? Never actually reused a HDD before so I've never tried this. Replacing a Motherboard in a Laptop Hardware and Software Hardware by Dundee_Stokie Has anyone ever attempted this or even been successful at ? I have an old IBM Thinkpad which has a failed MB and was wondering if its worth replacing, I know its probably easier to buy a new machine but I'm looking to get into IT repair etc (doing CompTIA A+ exams) and was thinking this would be good practice to play about with. Cheers Replacing an SBS Server with a non-SBS Server Hardware and Software Microsoft Windows by Andrew Wiggin …; SQL. Now the question is how to best go about replacing the old server with the new server. Both boxes are… Replacing objects, handling clones, dealing with write logs Programming Software Development by blackblizzard … I do... [CODE]myAtomicObject.list = updatedCloneOfListInTheWriteLog;[/CODE] ...I'm just replacing the reference in the field [icode]list[/icode], but not… Replacing / Deleting Lines In File Programming Software Development by pilipino93 … user input. I have found a bunch of codes on replacing specified text and strings in a file, but I can…