It still works if you just format the disk, but don't change too much of the hardware... Most of my friends have computers with open cases. As about me, my computer's case is about half the time open. Hard disk move to and from the office or to my friends computers. Several cards like I/O cards,soundcards etc pluged-in and pluged-out often. Merory Upgrades. New Hard Disks. CD-Roms,Zip drives,HD change IDE controller, On-board stuffs (USB,Parralel) gets enabled-disabled change IRQ/Address, More memory upgrades, etc. X| And of course a change of CPU+Motherboard every 12-18 months. The question is, if have a license but install a cracked version, will microsoft have a problem with it? Practically, i don't think so. - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
Datacrime
Posts
-
Urrrm so how do ya crack the Office XP registration -
Fantastic programming language!What about creating a BainfuckScript engine for ActiveScripting? Chris could then port all the Codeproject's scripts to BrainFuck. :rolleyes: - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
-
OK, if you think that you are a super-programmer, you should be a millionare. Otherwise, you can't understand how skill you have!If God makes you the super-programmer, what cool application will you want to make? but... I am a super-programmer! ;P - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
-
Worlds smallest WebServer?I saw once a page about an HTTP/FTP server coded for 16PIC255 microproccesor...:) - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
-
Netscape 6?Just a word of wisdom from someone who was working (building pages, not just browsing) with NS for the last 3-4 years: I HATE NETSCAPE - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
-
Musicthat people who are involved in math, science and computers tend to be good musicians as well. I use fractint once to produce music but that didn't last very long. - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
-
Programing CD-recorderDoes anyone know what i need to burn a CD from a C program. What API do i need to use? Do i have to use ASPI or i can also use window API or INT13h? - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
-
Creating and Designing an OS w/ CPU chipset instuctions onlyYou could LoadLibrary the DLL's and GetProcAddress them without the need for libraries With one exception. You must import krnl32.dll to get the GetProcAddress function. ;P - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
-
The Loung changesThose links (or sould i say bottons?) reminds me of OfficeXP. What if you put them inside a div and have a styleseet like: Div.HoverLink:hover { position:relative; top:-5; left-5; } ;) - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
-
This board looks bad on Netscape.I prefer Netscape by far :(( :(( :(( - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
-
This board looks bad on Netscape....and you should consider yourself lacky if it doesn't crash, because of the CSS. Netscape now has <9% of the market. (sure, sites about hacking and linux might report a higher number, based on their log files :-D ) The most strance is that most of the people, that use netscape, don't move up to Mozilla 5.0 (aka Netscape 6.0) :confused: - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
-
vbproject.com? Err... codeproject.com>>If you really want to get your alarm bells ringing, try this one :) >>http://www.javaproject.com My GOD! X| :eek: And i thought that I was a sinner just because i wrote a servlet once... >>and so we registered a very long list of *project.com names. You still hiding the hole truth here. You forgot to mention the code*.com list, like http://www.codetools.com :rolleyes: - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
-
vbproject.com? Err... codeproject.comSorry,I am very much comfortable with Visual Basic,and I don't have any ambition to convert to a C++ programmer.Your statement is absolutely rediculous that we cannot produce good programmes using VB. X| Forget about her, It's only for one night ;) - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
-
VB.Net design compromise>>Basic was originally designed to be a language that "thought" the same way people think, not the way computers think. So computers start counting at 0, but people start counting from 1. Well, Only Christians and VB programmers starts counting from 1 ;P You have a point here, if you want the last item of an array you have to use myarray[sizeof(myarray)-1]. That "minus 1" looks strange. I had a problem myself when staring C with that. But now i learn to work with this and sometimes i found it very smart. It makes a lot of algorithms look better, and saves me from a lot of "plus 1" :) for ex. when you want to iterate an array instead of writing: for(int i=1;i<=sizeof(myarray);i++){myarray[i]=0}; you write the following: for(int i=0;i
-
DLL Function PrototypesYou have to debug a program that make use of that DLL. ;P - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
-
Request for the VS.NET IDE team:rose: :) :) :) :) - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
-
Request for the VS.NET IDE teamI think somethimes about having a petal below my office, that saves the document when i am in VC (Ctrl+S), outputs a "
" when i am in homesite (<+t+a+b+l+e+ +c+e+l+l+s+p+a+c+i+n+g+=+"+0+"+ +c+e+l+l+p+a+n+d+i+n+g+=+"+0+"+>+<+t+r+ +v+a+l+i+g+h+t+=+"+t+o+p+"+>+<+t+d+>), and hard-refresh the window when i am in IE a couple of times (lots of Ctrl+R). - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
-
Pi to 10 000 decimal placesFor what you had to pay that price? ...for using C :) - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
-
Pi and me..Since the galaxy is so very big, I think the chances that there is alien live are very big as well. Why can't there be more out there like us? Or even smarter? And the chances of loosing my job from a desguasting-green-little-creature who knows HTML, equally big. :-D - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
-
Pi and me..If there ever was or will be alien live, will they know about the number Pi? As Carl Sagan said , maths is a universal language. He propose to search for radio-signals that contain sequence of prime numbers, since only intelligent life can know the meaning and generate such signals. Sure other sequences like the Pi digits or the fibonachi sequences will do. (Today SETI just search for powerfull enough signals) Platon said that Mathematical & geometrical ideas/concepts DO EXIST in a parallel universe, where the human mind is a gate to see those items. (There is no perfect cicle or a perfectly 90o triagle or two perfectly parallel lines in this world). So, maths in general, will be the "Rosseta stone" between us and any alien life. my thoughts: Does a seperate perfect cicle exist in the brain of everyone of use, or we all share the thought of the single perfect cicle ? X| - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234