• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by ZeroX

  1. Z

    Eclipse plugin help

    Since Eclipse is written in Java, unless a plugin uses native code, it should run on all platforms eclipse runs on. Try this on for size (get the free edition) http://www.omondo.com/. We just installed it where I work and so far everyone is loving it. Beats the pants off Rational Rose and is...
  2. Z

    Vsync?

    There is subtle nuance here regarding vsync. With vsync off you can get tearing at ANY framerate. First let's understand what vsync means. The term probably originates from CRT displays and carries over in some algorithmic form to the LCD stuff. A CRT display uses an electron beam to excite...
  3. Z

    Blah might as well tell you guys... Dell 24inWS lcd 780 shipped

    $781 shipped (god bless no tax in MD)
  4. Z

    3D Messenger Project

    update to the gaim idea Check out the cool things Google's Summer of Code is providing for GAIM. Rock on! http://gaim.sourceforge.net/summerofcode/
  5. Z

    3D Messenger Project

    Rather than an entire project, I think it would make more sense to build from an existing "messaging" type application like GAIM. GAIM already supports multiple protocols and is cross platform. Your additional 3D world could simply be a GAIM plugin. As far as 3D goes, if you want cross platform...
  6. Z

    need help measuring times in VB

    lookup how to use QueryPerformanceCounters (it's a windows API call) in VB. With that I think you can get your desired accuracy. I would be wary of the accuracy of the lego mindstorms. Don't get me wrong, it's a good idea just make sure you test it all out. Some other options to consider...
  7. Z

    Is 192kHz a gimmick?

    Human hearing tends to have a range from low hertz (10-20 ... do you hear or feel) up through around 20khz (depending on the person). My figures probably aren't 100%, but I think they're close. This is why CDs are starting at 44.1khz, that's roughly Nyquist for human hearing. Sampling at a...
  8. Z

    Assembly Language books/tutorials

    I'd go with NASM for a compiler, it's fantastic ;) The Art of Assembly language IS useful. Later chapters (6, 14) go into gory detail of specific intel x86 ISA. Some of the concepts it presents are valid regardless of ISA such as the general idea behind control statements in C and how they...
  9. Z

    wierd BMP parse problem

    I'm gonna go on pure speculation here so take it w/ a grain of salt. Seems some sort of word/block alignment problem which would explain the skew you're getting. It may also explain why it works for nice even numbers. Have you tried an image that is a multiple of 2 but not 4? Off the top of...
  10. Z

    Need Help getting into this Harddrive (good story)

    If all else fails, knoppix to the rescue.
  11. Z

    Wow, this is bad ass...Google Maps & Florida Sexual Predators

    does anyone else see the slippery slope here?
  12. Z

    other programming-type forums

    I enjoy reading this forums but sometimes I crave a little more to get me through the day (that's right, it's an addiction.) Usually I manage to either learn something new or contribue to another's learning. Now to the main question... Does anyone know of any other forums similar to this one...
  13. Z

    computer enginnering

    also a CompE, graduated last year from UofMaryland (Go Terps!)
  14. Z

    JApplet drawPolyLine problem

    IThe question is, what do YOU expect to see? Consider this, Math.sin(...) takes RADIANS for it's input argument. Is your frequency value in radians? If you need to convert use Math.toRadians() and Math.toDegrees().
  15. Z

    Slackware 10.0 Gateway Q.

    so you get slack installed and reboot .... does the kernel load at all? If the kernel doesn't load, you may have incorrectly installed LILO. Consider installing again and reading up on LILO/slackware install. While I've installed slack several times, I can't say exactly what you may have done...
Back
Top