• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Recent content by temp02

  1. T

    win 7 cant install update

    Boot into safe mode; Open %temp% on Explorer; Delete everything inside it; Reboot; Try to apply updates again; ... PROFIT?
  2. T

    RDS Printer Question

    If VPN + Regular Printer Share is not an option I don't think there is a solution, unless someone made a custom (read fake) printer driver with internal custom network pass-through (like HTTP).
  3. T

    Everspin Debuts First Spin-Torque MRAM for High Performance Storage Systems

    So SSDs with DDR3 equivalent throughputs (and slightly less power hungry)? \o/
  4. T

    EW-7416APn v2 Problems

    First off use a different channel on the repeater and also disable DHCP on the repeater (DHCP should have nothing to do with external connections). As for the "refuse to connect" issues on some websites after login, there seems to be some issue with either the router (not forwarding HTTPS/SSL...
  5. T

    HDD works externally, but not internally

    Are there any jumpers on the drive? Most drives have one for SATA 1.5G compatibility, try setting it and try again.
  6. T

    GPU-Z readings mismatch

    That or this juicy first post. And yes, the second screen-shot (most recent version of GPU-Z) is the correct one.
  7. T

    PeerGuardian alternatives?

    PeerBlock.
  8. T

    Ubuntu 11.04 Window issues

    Do you have "Window Decorations" on (also on Compiz config)?
  9. T

    8-puzzle code executes infinitely.

    You can debug the code or stick some log/printlns and see in what state/place does it get stuck. Also you have the complete source code of that applet available on that very same page, you can compare how are the algorithms implemented between the two solutions/projects. I mean, you weren't...
  10. T

    What would be the best ways to communicate this type of data?

    The same basic logic/math still applies, you just ditch one of the coordinates. Also you seem to be joining both game output (display) and user input. Both should be separated "components". Parsing user input should be just a layer on top of the already coded game actions for lets say a bot...
  11. T

    What would be the best ways to communicate this type of data?

    Picture this: Any character/object in the game has a set of polygons (or equation for ray-marching) that makes it up (visually/physically), a position in space (X, Y, Z) and a orientation (looking at). When the player presses the WASD keys it changes the players character X,Y,Z position, when...
  12. T

    IDE controller Out of Date{HELP}

    SPTD install a new random named IDE controller on every reboot, you should uninstall/disable the SPTD driver itself, try using the installer to remove it. Other option is using manually delete the SPTD.sys from the drivers folder on %windir"/drivers/ Or disabling it via registry on...
  13. T

    IDE controller Out of Date{HELP}

    You can uninstall the device/driver using device manager itself or using the SPTD installer like written on the FAQ. Other than that there should be no leftovers from either Daemon Tools or SPTD.
  14. T

    IDE controller Out of Date{HELP}

    Let me guess, you have Daemon Tools installed (or other CD/DVD emulation software. that uses SPTD), I'm I right?
Top