Recent content by ComradeXavier

  1. C

    What are some good Java development software apps?

    Another vote for Eclipse ... free and powerful. Even interfaces with CVS :)
  2. C

    Linux Mail program?

    I use Mozilla Mail, or maybe KMail on KDE.
  3. C

    AK31A + TBred

    Does anyone know if I can successfully put a TBred chip in my AK31A v3.1?
  4. C

    What consitutes a valid (read: leagal) version of MS software?

    MS's software sales are based on licenses rather than media. If you have a license certificate (should have the serial number/key on it), then you're legal. You can in fact buy just the licenses from some places; for example, that's how corporations buy software--one cd and a thousand licenses.
  5. C

    Java IDE's

    The Eclipse project provides a Java IDE in their base package; I've just started using it and I've found it to work well. Eclipse is an extensible IDE, so you can load modules that allow it to work in other languages as well.
  6. C

    What program do YOU use to stress test a new system?

    I usually compile a couple of big packages (I recommend OpenOffice, if you're brave :) ) with gcc or especially g++. This maxes out the cpu the ram (a couple of times I've had bad ram that nothing detected except gcc would segfault) and will also do quite a bit of both read and write disk accesses.
  7. C

    Do all KVM's suck or does moused just have issues??

    I have a number of *nix boxes and I haven't had any trouble with my KVM. You should make sure, though, that you have a newer KVM that spoofs the keyboard and mouse for the machines that aren't active; some software doesn't take kindly to having the lines just randomly go dead.
  8. C

    College Laptop / Shuttle Recommendation

    I'd recommend getting a laptop rather than the xpc; you'll have greater flexibility in how you use it. First of all, you should talk to the people in the engineering dept. and find out what platform the software you'll need runs on. If it's Intel-platform, I'd recommend the ThinkPad. IBM is...
  9. C

    Having problems uninstalling NAV Corporate... Please help

    I assume you can still do normal administrator access... 1) You should be able to find and eliminate the registry entries that are loading the program on startup. 2) Otherwise, you could (assuming you have it) boot the installation cd; you should be able to get into manual recovery mode, which...
  10. C

    Photoshop Free Replacement

    Have you tried using XP's compatibility mode? I've used it to run a couple of programs on XP that won't run otherwise.
  11. C

    Best FREE Windows C Compiler?

    I'd recommend GCC on CYGWIN as well, if you're up to a bit of a challenge to install it; GCC is an excellent compiler. Otherwise, your best bet is probably to track down the Microsoft C Compiler; like PCHPlayer said, you should be able to find it on MS's website somewhere.
  12. C

    x-com terror from the deep

    Thanks. If I figure out any way to correct the scrolling speed I'll let you know.
  13. C

    x-com terror from the deep

    Could you point me to that fix you say you've got? I've got the collector's edition but I haven't been able to get it running since I got XP.
  14. C

    Replacing a slow HD, with a fast HD in a new Compaq questions

    If the restore CDs want to partition the disk, you may have trouble because your new disk will most likely have at least slightly different parameters; if this is the case and it works anyway, there might be leftover unpartitioned space on your disk. If the recovery CDs just reformat the disk...
  15. C

    How much bandwith does a on-line game use?

    Well, it's impossible to say for sure, but if we suppose a maximum rate of download of 56 kilobits per second and a maximum upload of 33.6 kilobits per second, then we can make an estimation. 56000 bits/sec * 3600 sec/hour = 201.6 megabits/hour. Divide by 8388608 bits/megabyte = 24 megabytes...